type               43 arch/alpha/boot/stdio.c static char * number(char * str, unsigned long long num, int base, int size, int precision, int type)
type               49 arch/alpha/boot/stdio.c 	if (type & LARGE)
type               51 arch/alpha/boot/stdio.c 	if (type & LEFT)
type               52 arch/alpha/boot/stdio.c 		type &= ~ZEROPAD;
type               55 arch/alpha/boot/stdio.c 	c = (type & ZEROPAD) ? '0' : ' ';
type               57 arch/alpha/boot/stdio.c 	if (type & SIGN) {
type               62 arch/alpha/boot/stdio.c 		} else if (type & PLUS) {
type               65 arch/alpha/boot/stdio.c 		} else if (type & SPACE) {
type               70 arch/alpha/boot/stdio.c 	if (type & SPECIAL) {
type               85 arch/alpha/boot/stdio.c 	if (!(type&(ZEROPAD+LEFT)))
type               90 arch/alpha/boot/stdio.c 	if (type & SPECIAL) {
type               98 arch/alpha/boot/stdio.c 	if (!(type & LEFT))
type                9 arch/alpha/include/asm/cmpxchg.h #define ____xchg(type, args...)		__xchg ## type ## _local(args)
type               10 arch/alpha/include/asm/cmpxchg.h #define ____cmpxchg(type, args...)	__cmpxchg ## type ## _local(args)
type               37 arch/alpha/include/asm/cmpxchg.h #define ____xchg(type, args...)		__xchg ##type(args)
type               38 arch/alpha/include/asm/cmpxchg.h #define ____cmpxchg(type, args...)	__cmpxchg ##type(args)
type               84 arch/alpha/include/asm/err_common.h 	u16 type;		/* ...determine content     	*/
type              164 arch/alpha/include/asm/err_ev7.h static inline int ev7_lf_env_index(int type)
type              166 arch/alpha/include/asm/err_ev7.h 	BUG_ON((type < EL_TYPE__PAL__ENV__AMBIENT_TEMPERATURE) 
type              167 arch/alpha/include/asm/err_ev7.h 	       || (type > EL_TYPE__PAL__ENV__HOT_PLUG));
type              169 arch/alpha/include/asm/err_ev7.h 	return type - EL_TYPE__PAL__ENV__AMBIENT_TEMPERATURE;
type                9 arch/alpha/include/asm/gct.h 	u8 type;	
type               35 arch/alpha/include/asm/gct.h 	u8 type;	
type               97 arch/alpha/include/asm/hwrpb.h 	unsigned long type;
type              338 arch/alpha/include/asm/pgtable.h extern inline pte_t mk_swap_pte(unsigned long type, unsigned long offset)
type              339 arch/alpha/include/asm/pgtable.h { pte_t pte; pte_val(pte) = (type << 32) | (offset << 40); return pte; }
type              343 arch/alpha/include/asm/pgtable.h #define __swp_entry(type, off)	((swp_entry_t) { pte_val(mk_swap_pte((type), (off))) })
type               40 arch/alpha/include/uapi/asm/ioctl.h #define _IOC(dir,type,nr,size)			\
type               43 arch/alpha/include/uapi/asm/ioctl.h 	  ((type) << _IOC_TYPESHIFT) |		\
type               48 arch/alpha/include/uapi/asm/ioctl.h #define _IO(type,nr)		_IOC(_IOC_NONE,(type),(nr),0)
type               49 arch/alpha/include/uapi/asm/ioctl.h #define _IOR(type,nr,size)	_IOC(_IOC_READ,(type),(nr),sizeof(size))
type               50 arch/alpha/include/uapi/asm/ioctl.h #define _IOW(type,nr,size)	_IOC(_IOC_WRITE,(type),(nr),sizeof(size))
type               51 arch/alpha/include/uapi/asm/ioctl.h #define _IOWR(type,nr,size)	_IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))
type               14 arch/alpha/kernel/bugs.c         cputype = cpu->type & 0xffffffff;
type              366 arch/alpha/kernel/core_marvel.c 	if (node->type != GCT_TYPE_HOSE ||
type               99 arch/alpha/kernel/err_common.c 		       header->class, header->type);
type              103 arch/alpha/kernel/err_common.c 	switch(header->type) {
type              134 arch/alpha/kernel/err_common.c 		       header->class, header->type);
type              142 arch/alpha/kernel/err_common.c 	       header->class, header->type);
type              211 arch/alpha/kernel/err_common.c 			       header->class, header->type);
type              227 arch/alpha/kernel/err_common.c 		    a->type == header->type &&
type              287 arch/alpha/kernel/err_common.c 			if ((a->class == new->class && a->type == new->type) ||
type               34 arch/alpha/kernel/err_ev7.c 	    el_ptr->type != EL_TYPE__HEADER__LOGOUT_FRAME)
type               47 arch/alpha/kernel/err_ev7.c 	    el_ptr->type != EL_TYPE__PAL__LOGOUT_FRAME)
type               75 arch/alpha/kernel/err_ev7.c 		switch(subpacket->type) {
type              104 arch/alpha/kernel/err_ev7.c 			lf_subpackets->env[ev7_lf_env_index(subpacket->type)] =
type              242 arch/alpha/kernel/err_ev7.c 		       header->class, header->type);
type              248 arch/alpha/kernel/err_ev7.c 	switch(header->type) {
type              266 arch/alpha/kernel/err_ev7.c 		       header->type);
type               20 arch/alpha/kernel/err_impl.h 	u16 type;
type               29 arch/alpha/kernel/err_marvel.c 	struct { int type; char *name; } ev_packets[] = {
type               48 arch/alpha/kernel/err_marvel.c 	for (i = 0; ev_packets[i].type != 0; i++) {
type               49 arch/alpha/kernel/err_marvel.c 		env = lf_subpackets->env[ev7_lf_env_index(ev_packets[i].type)];
type              540 arch/alpha/kernel/err_titan.c 		       header->class, header->type);
type              544 arch/alpha/kernel/err_titan.c 	switch(header->type) {
type              558 arch/alpha/kernel/err_titan.c 		       err_print_prefix, header->type);
type               27 arch/alpha/kernel/gct.c 	     wanted && (wanted->type | wanted->subtype); 
type               29 arch/alpha/kernel/gct.c 		if (node->type != wanted->type)
type               45 arch/alpha/kernel/irq_alpha.c do_entInt(unsigned long type, unsigned long vector,
type               57 arch/alpha/kernel/irq_alpha.c 	switch (type) {
type               88 arch/alpha/kernel/irq_alpha.c 		       type, vector);
type              799 arch/alpha/kernel/osf_sys.c 		w = cpu->type;
type              587 arch/alpha/kernel/perf_event.c 	cputype = cpu->type & 0xffffffff;
type              615 arch/alpha/kernel/perf_event.c 	if (attr->type == PERF_TYPE_HARDWARE) {
type              619 arch/alpha/kernel/perf_event.c 	} else if (attr->type == PERF_TYPE_HW_CACHE) {
type              621 arch/alpha/kernel/perf_event.c 	} else if (attr->type == PERF_TYPE_RAW) {
type              698 arch/alpha/kernel/perf_event.c 	switch (event->attr.type) {
type              564 arch/alpha/kernel/setup.c 		     cpu->type, &type_name, &var_name);
type              570 arch/alpha/kernel/setup.c 				 cpu->type);
type              640 arch/alpha/kernel/setup.c 	determine_cpu_caches(cpu->type);
type              742 arch/alpha/kernel/setup.c get_sysvec(unsigned long type, unsigned long variation, unsigned long cpu)
type              859 arch/alpha/kernel/setup.c 	if (type < ARRAY_SIZE(systype_vecs)) {
type              860 arch/alpha/kernel/setup.c 		vec = systype_vecs[type];
type              861 arch/alpha/kernel/setup.c 	} else if ((type > ST_API_BIAS) &&
type              862 arch/alpha/kernel/setup.c 		   (type - ST_API_BIAS) < ARRAY_SIZE(api_vecs)) {
type              863 arch/alpha/kernel/setup.c 		vec = api_vecs[type - ST_API_BIAS];
type              864 arch/alpha/kernel/setup.c 	} else if ((type > ST_UNOFFICIAL_BIAS) &&
type              865 arch/alpha/kernel/setup.c 		   (type - ST_UNOFFICIAL_BIAS) < ARRAY_SIZE(unofficial_vecs)) {
type              866 arch/alpha/kernel/setup.c 		vec = unofficial_vecs[type - ST_UNOFFICIAL_BIAS];
type              877 arch/alpha/kernel/setup.c 		switch (type) {
type              989 arch/alpha/kernel/setup.c get_sysnames(unsigned long type, unsigned long variation, unsigned long cpu,
type              996 arch/alpha/kernel/setup.c 	if (type < ARRAY_SIZE(systype_names)) {
type              997 arch/alpha/kernel/setup.c 		*type_name = systype_names[type];
type              998 arch/alpha/kernel/setup.c 	} else if ((type > ST_API_BIAS) &&
type              999 arch/alpha/kernel/setup.c 		   (type - ST_API_BIAS) < ARRAY_SIZE(api_names)) {
type             1000 arch/alpha/kernel/setup.c 		*type_name = api_names[type - ST_API_BIAS];
type             1001 arch/alpha/kernel/setup.c 	} else if ((type > ST_UNOFFICIAL_BIAS) &&
type             1002 arch/alpha/kernel/setup.c 		   (type - ST_UNOFFICIAL_BIAS) < ARRAY_SIZE(unofficial_names)) {
type             1003 arch/alpha/kernel/setup.c 		*type_name = unofficial_names[type - ST_UNOFFICIAL_BIAS];
type             1020 arch/alpha/kernel/setup.c 	switch (type) { /* select by family */
type             1152 arch/alpha/kernel/setup.c 	cpu_index = (unsigned) (cpu->type - 1);
type             1158 arch/alpha/kernel/setup.c 		     cpu->type, &systype_name, &sysvariation_name);
type              434 arch/alpha/kernel/smp.c 			      i, cpu->flags, cpu->type));
type              224 arch/alpha/kernel/srmcons.c 		driver->type = TTY_DRIVER_TYPE_SYSTEM;
type              317 arch/alpha/kernel/time.c 	index = cpu->type & 0xffffffff;
type              234 arch/alpha/kernel/traps.c do_entIF(unsigned long type, struct pt_regs *regs)
type              239 arch/alpha/kernel/traps.c 		if (type == 1) {
type              247 arch/alpha/kernel/traps.c 		if (type == 4) {
type              261 arch/alpha/kernel/traps.c 		die_if_kernel((type == 1 ? "Kernel Bug" : "Instruction fault"),
type              262 arch/alpha/kernel/traps.c 			      regs, type, NULL);
type              265 arch/alpha/kernel/traps.c 	switch (type) {
type              162 arch/arc/include/asm/arcregs.h 	unsigned int pad:8, x1616:8, dsp:4, cycles:2, type:2, ver:8;
type              164 arch/arc/include/asm/arcregs.h 	unsigned int ver:8, type:2, cycles:2, dsp:4, x1616:8, pad:8;
type              372 arch/arc/include/asm/pgtable.h #define __swp_entry(type, off)	((swp_entry_t) { \
type              373 arch/arc/include/asm/pgtable.h 					((type) & 0x1f) | ((off) << 13) })
type              295 arch/arc/kernel/mcip.c static int idu_irq_set_type(struct irq_data *data, u32 type)
type              303 arch/arc/kernel/mcip.c 	if (type & ~(IRQ_TYPE_EDGE_RISING | IRQ_TYPE_LEVEL_HIGH))
type              309 arch/arc/kernel/mcip.c 		     type & IRQ_TYPE_EDGE_RISING ? IDU_M_TRIG_EDGE :
type              190 arch/arc/kernel/perf_event.c 	switch (event->attr.type) {
type              443 arch/arm/include/asm/assembler.h 	.type \name , #object
type               56 arch/arm/include/asm/domain.h #define domain_val(dom,type)	((type) << (2 * (dom)))
type              116 arch/arm/include/asm/domain.h #define modify_domain(dom,type)					\
type              120 arch/arm/include/asm/domain.h 		domain = domain | domain_val(dom, type);	\
type              125 arch/arm/include/asm/domain.h static inline void modify_domain(unsigned dom, unsigned type)	{ }
type               16 arch/arm/include/asm/hw_breakpoint.h 		type		: 2,
type               30 arch/arm/include/asm/hw_breakpoint.h 	return (ctrl.mismatch << 22) | (ctrl.len << 5) | (ctrl.type << 3) |
type               41 arch/arm/include/asm/hw_breakpoint.h 	ctrl->type	= reg & 0x3;
type              135 arch/arm/include/asm/hw_breakpoint.h int hw_breakpoint_slots(int type);
type              403 arch/arm/include/asm/kvm_host.h static inline int kvm_arm_setup_stage2(struct kvm *kvm, unsigned long type)
type              409 arch/arm/include/asm/kvm_host.h 	if (type)
type                9 arch/arm/include/asm/linkage.h   .type name, %function; \
type               21 arch/arm/include/asm/mach/dma.h 	const char *type;
type               18 arch/arm/include/asm/mach/map.h 	unsigned int type;
type               53 arch/arm/include/asm/mach/map.h extern const struct mem_type *get_mem_type(unsigned int type);
type              186 arch/arm/include/asm/memory.h #define __pv_stub(from,to,instr,type)			\
type              193 arch/arm/include/asm/memory.h 	: "r" (from), "I" (type))
type              347 arch/arm/include/asm/pgtable.h #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << __SWP_TYPE_SHIFT) | ((offset) << __SWP_OFFSET_SHIFT) })
type              182 arch/arm/include/uapi/asm/setup.h #define tag_size(type)	((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
type              617 arch/arm/kernel/bios32.c 		.type		= MT_DEVICE,
type              131 arch/arm/kernel/dma-isa.c 	.type		= "ISA",
type               59 arch/arm/kernel/efi.c 		desc.type = MT_MEMORY_RWX;
type               61 arch/arm/kernel/efi.c 		desc.type = MT_MEMORY_RWX_NONCACHED;
type               63 arch/arm/kernel/efi.c 		desc.type = MT_DEVICE_WC;
type               65 arch/arm/kernel/efi.c 		desc.type = MT_DEVICE;
type              268 arch/arm/kernel/hw_breakpoint.c int hw_breakpoint_slots(int type)
type              277 arch/arm/kernel/hw_breakpoint.c 	switch (type) {
type              283 arch/arm/kernel/hw_breakpoint.c 		pr_warn("unknown slot type: %d\n", type);
type              332 arch/arm/kernel/hw_breakpoint.c 	if (info->ctrl.type == ARM_BREAKPOINT_EXECUTE) {
type              364 arch/arm/kernel/hw_breakpoint.c 		if (info->ctrl.type != ARM_BREAKPOINT_EXECUTE) {
type              385 arch/arm/kernel/hw_breakpoint.c 	if (info->ctrl.type == ARM_BREAKPOINT_EXECUTE) {
type              413 arch/arm/kernel/hw_breakpoint.c 	if (info->ctrl.type != ARM_BREAKPOINT_EXECUTE &&
type              468 arch/arm/kernel/hw_breakpoint.c 	switch (ctrl.type) {
type              516 arch/arm/kernel/hw_breakpoint.c 		hw->ctrl.type = ARM_BREAKPOINT_EXECUTE;
type              519 arch/arm/kernel/hw_breakpoint.c 		hw->ctrl.type = ARM_BREAKPOINT_LOAD;
type              522 arch/arm/kernel/hw_breakpoint.c 		hw->ctrl.type = ARM_BREAKPOINT_STORE;
type              525 arch/arm/kernel/hw_breakpoint.c 		hw->ctrl.type = ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE;
type              544 arch/arm/kernel/hw_breakpoint.c 		if ((hw->ctrl.type != ARM_BREAKPOINT_EXECUTE)
type              558 arch/arm/kernel/hw_breakpoint.c 	if (hw->ctrl.type == ARM_BREAKPOINT_EXECUTE &&
type              650 arch/arm/kernel/hw_breakpoint.c 		    (hw->ctrl.type == ARM_BREAKPOINT_LOAD ||
type              651 arch/arm/kernel/hw_breakpoint.c 		     hw->ctrl.type == ARM_BREAKPOINT_STORE))
type              669 arch/arm/kernel/hw_breakpoint.c 	info->step_ctrl.type	  = ARM_BREAKPOINT_EXECUTE;
type                8 arch/arm/kernel/jump_label.c 					enum jump_label_type type,
type               14 arch/arm/kernel/jump_label.c 	if (type == JUMP_LABEL_JMP)
type               26 arch/arm/kernel/jump_label.c 			       enum jump_label_type type)
type               28 arch/arm/kernel/jump_label.c 	__arch_jump_label_transform(entry, type, false);
type               32 arch/arm/kernel/jump_label.c 				      enum jump_label_type type)
type               34 arch/arm/kernel/jump_label.c 	__arch_jump_label_transform(entry, type, true);
type              442 arch/arm/kernel/ptrace.c static struct perf_event *ptrace_hbp_create(struct task_struct *tsk, int type)
type              451 arch/arm/kernel/ptrace.c 	attr.bp_type	= type;
type              117 arch/arm/kernel/swp_emulate.c 			unsigned int type)
type              121 arch/arm/kernel/swp_emulate.c 	if ((type != TYPE_SWPB) && (address & 0x3)) {
type              132 arch/arm/kernel/swp_emulate.c 		if (type == TYPE_SWPB)
type              145 arch/arm/kernel/swp_emulate.c 		if (type == TYPE_SWPB)
type              161 arch/arm/kernel/swp_emulate.c 	unsigned int address, destreg, data, type;
type              191 arch/arm/kernel/swp_emulate.c 	type = instr & TYPE_SWPB;
type              203 arch/arm/kernel/swp_emulate.c 		res = emulate_swpX(address, &data, type);
type               58 arch/arm/kernel/tcm.c 		.type		= MT_MEMORY_RW_DTCM
type               67 arch/arm/kernel/tcm.c 		.type		= MT_MEMORY_RWX_ITCM,
type              110 arch/arm/kernel/tcm.c static int __init setup_tcm_bank(u8 type, u8 bank, u8 banks,
type              129 arch/arm/kernel/tcm.c 	if (!type)
type              139 arch/arm/kernel/tcm.c 		       type ? "I" : "D", bank);
type              143 arch/arm/kernel/tcm.c 		       type ? "I" : "D", bank);
type              147 arch/arm/kernel/tcm.c 			type ? "I" : "D",
type              161 arch/arm/kernel/tcm.c 	if (!type)
type              174 arch/arm/kernel/tcm.c 		type ? "I" : "D",
type               33 arch/arm/mach-clps711x/board-dt.c 	.type		= MT_DEVICE,
type              101 arch/arm/mach-cns3xxx/cns3420vb.c 		.type           = PORT_16550A,
type              232 arch/arm/mach-cns3xxx/cns3420vb.c 		.type		= MT_DEVICE,
type               31 arch/arm/mach-cns3xxx/core.c 		.type		= MT_DEVICE,
type               36 arch/arm/mach-cns3xxx/core.c 		.type		= MT_DEVICE,
type               41 arch/arm/mach-cns3xxx/core.c 		.type		= MT_DEVICE,
type               46 arch/arm/mach-cns3xxx/core.c 		.type		= MT_DEVICE,
type               52 arch/arm/mach-cns3xxx/core.c 		.type		= MT_DEVICE,
type               57 arch/arm/mach-cns3xxx/core.c 		.type		= MT_DEVICE,
type               62 arch/arm/mach-cns3xxx/core.c 		.type		= MT_DEVICE,
type               67 arch/arm/mach-cns3xxx/core.c 		.type		= MT_DEVICE,
type               72 arch/arm/mach-cns3xxx/core.c 		.type		= MT_DEVICE,
type               77 arch/arm/mach-cns3xxx/core.c 		.type		= MT_DEVICE,
type              571 arch/arm/mach-davinci/board-da830-evm.c 	.type		= "w25x32",
type              134 arch/arm/mach-davinci/board-da850-evm.c 	.type		= "m25p64",
type              417 arch/arm/mach-davinci/board-da850-evm.c 		.type			= EV_KEY,
type              585 arch/arm/mach-davinci/board-da850-evm.c 		.type			= EV_KEY,
type              594 arch/arm/mach-davinci/board-da850-evm.c 		.type			= EV_SW,
type             1240 arch/arm/mach-davinci/board-da850-evm.c 			.type  = V4L2_INPUT_TYPE_CAMERA,
type             1255 arch/arm/mach-davinci/board-da850-evm.c 			.type  = V4L2_INPUT_TYPE_CAMERA,
type             1335 arch/arm/mach-davinci/board-da850-evm.c 			.type = V4L2_OUTPUT_TYPE_ANALOG,
type             1346 arch/arm/mach-davinci/board-da850-evm.c 			.type = V4L2_OUTPUT_TYPE_ANALOG,
type              212 arch/arm/mach-davinci/board-dm355-evm.c 		.type = V4L2_INPUT_TYPE_CAMERA,
type              218 arch/arm/mach-davinci/board-dm355-evm.c 		.type = V4L2_INPUT_TYPE_CAMERA,
type              309 arch/arm/mach-davinci/board-dm355-evm.c 			.type		= V4L2_OUTPUT_TYPE_ANALOG,
type              373 arch/arm/mach-davinci/board-dm365-evm.c 		.type = V4L2_INPUT_TYPE_CAMERA,
type              379 arch/arm/mach-davinci/board-dm365-evm.c 		.type = V4L2_INPUT_TYPE_CAMERA,
type              530 arch/arm/mach-davinci/board-dm365-evm.c 			.type		= V4L2_OUTPUT_TYPE_ANALOG,
type              544 arch/arm/mach-davinci/board-dm365-evm.c 			.type		= V4L2_OUTPUT_TYPE_ANALOG,
type              248 arch/arm/mach-davinci/board-dm644x-evm.c 		.type = V4L2_INPUT_TYPE_CAMERA,
type              254 arch/arm/mach-davinci/board-dm644x-evm.c 		.type = V4L2_INPUT_TYPE_CAMERA,
type              759 arch/arm/mach-davinci/board-dm644x-evm.c 			.type		= V4L2_OUTPUT_TYPE_ANALOG,
type              772 arch/arm/mach-davinci/board-dm644x-evm.c 			.type		= V4L2_OUTPUT_TYPE_ANALOG,
type              553 arch/arm/mach-davinci/board-dm646x-evm.c 			.type = V4L2_OUTPUT_TYPE_ANALOG,
type              564 arch/arm/mach-davinci/board-dm646x-evm.c 			.type = V4L2_OUTPUT_TYPE_ANALOG,
type              574 arch/arm/mach-davinci/board-dm646x-evm.c 			.type = V4L2_OUTPUT_TYPE_ANALOG,
type              700 arch/arm/mach-davinci/board-dm646x-evm.c 			.type = V4L2_INPUT_TYPE_CAMERA,
type              715 arch/arm/mach-davinci/board-dm646x-evm.c 			.type = V4L2_INPUT_TYPE_CAMERA,
type              391 arch/arm/mach-davinci/board-mityomapl138.c 	.type		= "m24p64",
type              634 arch/arm/mach-davinci/da830.c 		.type		= MT_DEVICE
type              640 arch/arm/mach-davinci/da830.c 		.type		= MT_DEVICE
type              309 arch/arm/mach-davinci/da850.c 		.type		= MT_DEVICE
type              315 arch/arm/mach-davinci/da850.c 		.type		= MT_DEVICE
type              659 arch/arm/mach-davinci/devices-da8xx.c 	.type			= "Sharp_LCD035Q3DG01",
type              665 arch/arm/mach-davinci/devices-da8xx.c 	.type			= "Sharp_LK043T1DG01",
type              482 arch/arm/mach-davinci/dm355.c static int dm355_venc_setup_clock(enum vpbe_enc_timings_type type,
type              489 arch/arm/mach-davinci/dm355.c 	switch (type) {
type              608 arch/arm/mach-davinci/dm355.c 		.type		= MT_DEVICE
type              619 arch/arm/mach-davinci/dm365.c 		.type		= MT_DEVICE
type              969 arch/arm/mach-davinci/dm365.c static int dm365_venc_setup_clock(enum vpbe_enc_timings_type type,
type              977 arch/arm/mach-davinci/dm365.c 	switch (type) {
type              415 arch/arm/mach-davinci/dm644x.c static int dm644x_venc_setup_clock(enum vpbe_enc_timings_type type,
type              421 arch/arm/mach-davinci/dm644x.c 	switch (type) {
type              542 arch/arm/mach-davinci/dm644x.c 		.type		= MT_DEVICE
type              482 arch/arm/mach-davinci/dm646x.c 		.type		= MT_DEVICE
type               37 arch/arm/mach-davinci/include/mach/cputype.h #define IS_DAVINCI_CPU(type, id)					\
type               38 arch/arm/mach-davinci/include/mach/cputype.h static inline int is_davinci_ ##type(void)				\
type               38 arch/arm/mach-davinci/pdata-quirks.c 			.type  = V4L2_INPUT_TYPE_CAMERA,
type               53 arch/arm/mach-davinci/pdata-quirks.c 			.type  = V4L2_INPUT_TYPE_CAMERA,
type              151 arch/arm/mach-davinci/pdata-quirks.c 			.type = V4L2_OUTPUT_TYPE_ANALOG,
type              162 arch/arm/mach-davinci/pdata-quirks.c 			.type = V4L2_OUTPUT_TYPE_ANALOG,
type               88 arch/arm/mach-davinci/serial.c 		if (p->membase && p->type != PORT_AR7)
type               41 arch/arm/mach-dove/cm-a510.c 	.type		= "w25q32bv",
type               56 arch/arm/mach-dove/common.c 		.type		= MT_DEVICE,
type               61 arch/arm/mach-dove/common.c 		.type		= MT_DEVICE,
type               43 arch/arm/mach-dove/dove-db-setup.c 	.type		= "m25p64",
type               77 arch/arm/mach-ebsa110/core.c 		.type		= MT_DEVICE
type               82 arch/arm/mach-ebsa110/core.c 		.type		= MT_DEVICE
type               87 arch/arm/mach-ebsa110/core.c 		.type		= MT_DEVICE
type               92 arch/arm/mach-ebsa110/core.c 		.type		= MT_DEVICE
type              102 arch/arm/mach-ebsa110/core.c 		.type		= MT_DEVICE
type              107 arch/arm/mach-ebsa110/core.c 		.type		= MT_DEVICE
type               59 arch/arm/mach-ep93xx/core.c 		.type		= MT_DEVICE,
type               64 arch/arm/mach-ep93xx/core.c 		.type		= MT_DEVICE,
type               42 arch/arm/mach-ep93xx/ts72xx.c 		.type		= MT_DEVICE,
type               47 arch/arm/mach-ep93xx/ts72xx.c 		.type		= MT_DEVICE,
type               52 arch/arm/mach-ep93xx/ts72xx.c 		.type		= MT_DEVICE,
type               57 arch/arm/mach-ep93xx/ts72xx.c 		.type		= MT_DEVICE,
type               52 arch/arm/mach-ep93xx/vision_ep9307.c 		.type		= MT_DEVICE,
type               77 arch/arm/mach-exynos/exynos.c 	iodesc.type = MT_DEVICE;
type              139 arch/arm/mach-exynos/suspend.c 				       unsigned int *type)
type              150 arch/arm/mach-exynos/suspend.c 		*type = fwspec->param[2];
type              142 arch/arm/mach-footbridge/common.c 		.type		= MT_DEVICE,
type              156 arch/arm/mach-footbridge/common.c 		.type		= MT_DEVICE,
type              161 arch/arm/mach-footbridge/common.c 		.type		= MT_DEVICE,
type              166 arch/arm/mach-footbridge/common.c 		.type		= MT_DEVICE,
type              171 arch/arm/mach-footbridge/common.c 		.type		= MT_DEVICE,
type               39 arch/arm/mach-footbridge/dma.c 	.type		= "fb",
type               21 arch/arm/mach-gemini/board-dt.c 		.type = MT_DEVICE,
type               34 arch/arm/mach-hisi/hisilicon.c 		.type		= MT_DEVICE,
type               51 arch/arm/mach-imx/avic.c static int avic_set_irq_fiq(unsigned int hwirq, unsigned int type)
type               60 arch/arm/mach-imx/avic.c 		imx_writel(irqt | (!!type << hwirq), avic_base + AVIC_INTTYPEL);
type               64 arch/arm/mach-imx/avic.c 		imx_writel(irqt | (!!type << hwirq), avic_base + AVIC_INTTYPEH);
type               43 arch/arm/mach-imx/common.h void mxc_set_cpu_type(unsigned int type);
type               16 arch/arm/mach-imx/cpu.c void mxc_set_cpu_type(unsigned int type)
type               18 arch/arm/mach-imx/cpu.c 	__mxc_cpu_type = type;
type                9 arch/arm/mach-imx/devices/platform-spi_imx.c #define imx_spi_imx_data_entry_single(soc, type, _devid, _id, hwid, _size) \
type               13 arch/arm/mach-imx/devices/platform-spi_imx.c 		.iobase = soc ## _ ## type ## hwid ## _BASE_ADDR,	\
type               15 arch/arm/mach-imx/devices/platform-spi_imx.c 		.irq = soc ## _INT_ ## type ## hwid,			\
type               18 arch/arm/mach-imx/devices/platform-spi_imx.c #define imx_spi_imx_data_entry(soc, type, devid, id, hwid, size)	\
type               19 arch/arm/mach-imx/devices/platform-spi_imx.c 	[id] = imx_spi_imx_data_entry_single(soc, type, devid, id, hwid, size)
type              176 arch/arm/mach-imx/gpc.c 				    unsigned int *type)
type              187 arch/arm/mach-imx/gpc.c 		*type = fwspec->param[2];
type              107 arch/arm/mach-imx/hardware.h 	.type = _type,							\
type               12 arch/arm/mach-imx/irq-common.c int mxc_set_irq_fiq(unsigned int irq, unsigned int type)
type               25 arch/arm/mach-imx/irq-common.c 			ret = exirq->set_irq_fiq(irqd_to_hwirq(d), type);
type               14 arch/arm/mach-imx/irq-common.h 	int (*set_irq_fiq)(unsigned int irq, unsigned int type);
type              260 arch/arm/mach-imx/mach-imx27_visstrim_m10.c 		.type	= EV_KEY,
type              268 arch/arm/mach-imx/mach-imx27_visstrim_m10.c 		.type	= EV_KEY,
type              276 arch/arm/mach-imx/mach-imx27_visstrim_m10.c 		.type   = EV_KEY,
type              258 arch/arm/mach-imx/mach-kzm_arm11_01.c 		.type		= MT_DEVICE
type              264 arch/arm/mach-imx/mach-kzm_arm11_01.c 		.type		= MT_DEVICE
type              387 arch/arm/mach-imx/mach-mx27ads.c 		.type = MT_DEVICE,
type              538 arch/arm/mach-imx/mach-mx31ads.c 		.type		= MT_DEVICE
type              220 arch/arm/mach-imx/mach-mx31lite.c 		.type = MT_DEVICE
type               63 arch/arm/mach-imx/mach-pcm037_eet.c 		.type	= EV_KEY,
type               69 arch/arm/mach-imx/mach-pcm037_eet.c 		.type	= EV_KEY,
type               75 arch/arm/mach-imx/mach-pcm037_eet.c 		.type	= EV_KEY,
type               81 arch/arm/mach-imx/mach-pcm037_eet.c 		.type	= EV_KEY,
type               87 arch/arm/mach-imx/mach-pcm037_eet.c 		.type	= EV_KEY,
type               93 arch/arm/mach-imx/mach-pcm037_eet.c 		.type	= EV_KEY,
type               99 arch/arm/mach-imx/mach-pcm037_eet.c 		.type	= EV_KEY,
type              105 arch/arm/mach-imx/mach-pcm037_eet.c 		.type	= EV_KEY,
type              111 arch/arm/mach-imx/mach-pcm037_eet.c 		.type	= EV_KEY,
type              117 arch/arm/mach-imx/mach-pcm037_eet.c 		.type	= EV_KEY,
type              123 arch/arm/mach-imx/mach-pcm037_eet.c 		.type	= EV_KEY,
type              129 arch/arm/mach-imx/mach-pcm037_eet.c 		.type	= EV_KEY,
type              135 arch/arm/mach-imx/mach-pcm037_eet.c 		.type	= EV_KEY,
type              141 arch/arm/mach-imx/mach-pcm037_eet.c 		.type	= EV_KEY,
type              280 arch/arm/mach-imx/mmdc.c 	if (event->attr.type != event->pmu->type)
type               26 arch/arm/mach-imx/platsmp.c 	.type		= MT_DEVICE,
type               52 arch/arm/mach-imx/tzic.c static int tzic_set_irq_fiq(unsigned int hwirq, unsigned int type)
type               62 arch/arm/mach-imx/tzic.c 	if (type)
type               51 arch/arm/mach-integrator/integrator_ap.c 		.type		= MT_DEVICE
type               56 arch/arm/mach-integrator/integrator_ap.c 		.type		= MT_DEVICE
type               44 arch/arm/mach-integrator/integrator_cp.c 		.type		= MT_DEVICE
type               49 arch/arm/mach-integrator/integrator_cp.c 		.type		= MT_DEVICE
type               54 arch/arm/mach-integrator/integrator_cp.c 		.type		= MT_DEVICE
type               60 arch/arm/mach-iop32x/em7210.c 		.type		= MT_DEVICE,
type               55 arch/arm/mach-iop32x/glantank.c 		.type		= MT_DEVICE
type               86 arch/arm/mach-iop32x/iq31244.c 		.type		= MT_DEVICE,
type               54 arch/arm/mach-iop32x/iq80321.c 		.type		= MT_DEVICE,
type               62 arch/arm/mach-iop32x/n2100.c 		.type		= MT_DEVICE
type              206 arch/arm/mach-iop32x/n2100.c 		.type = PCA9532_TYPE_LED,
type              210 arch/arm/mach-iop32x/n2100.c 		.type = PCA9532_TYPE_LED,
type              214 arch/arm/mach-iop32x/n2100.c 		.type = PCA9532_TYPE_LED,
type              216 arch/arm/mach-iop32x/n2100.c 	{ 	.type = PCA9532_TYPE_NONE },
type              218 arch/arm/mach-iop32x/n2100.c 	{ 	.type = PCA9532_TYPE_NONE },
type              219 arch/arm/mach-iop32x/n2100.c 	{ 	.type = PCA9532_TYPE_NONE },
type              220 arch/arm/mach-iop32x/n2100.c 	{ 	.type = PCA9532_TYPE_NONE },
type              223 arch/arm/mach-iop32x/n2100.c 		.type = PCA9532_TYPE_LED,
type              226 arch/arm/mach-iop32x/n2100.c 	{	.type = PCA9532_TYPE_NONE }, /* power OFF gpio */
type              227 arch/arm/mach-iop32x/n2100.c 	{	.type = PCA9532_TYPE_NONE }, /* reset gpio */
type              228 arch/arm/mach-iop32x/n2100.c 	{	.type = PCA9532_TYPE_NONE },
type              229 arch/arm/mach-iop32x/n2100.c 	{	.type = PCA9532_TYPE_NONE },
type              231 arch/arm/mach-iop32x/n2100.c 	{	.type = PCA9532_TYPE_NONE },
type              234 arch/arm/mach-iop32x/n2100.c 		.type = PCA9532_TYPE_LED,
type              238 arch/arm/mach-iop32x/n2100.c 		.type = PCA9532_TYPE_LED,
type              242 arch/arm/mach-iop32x/n2100.c 		.type = PCA9532_TYPE_N2100_BEEP,
type               24 arch/arm/mach-iop32x/setup.c 		.type		= MT_UNCACHED,
type               57 arch/arm/mach-ixp4xx/common.c 		.type		= MT_DEVICE
type               62 arch/arm/mach-ixp4xx/common.c 		.type		= MT_DEVICE
type               67 arch/arm/mach-ixp4xx/common.c 		.type		= MT_DEVICE
type               26 arch/arm/mach-ixp4xx/ixp4xx-of.c 		.type = MT_DEVICE,
type               34 arch/arm/mach-ixp4xx/ixp4xx-of.c 		.type = MT_DEVICE,
type               82 arch/arm/mach-lpc32xx/common.c 		.type		= MT_DEVICE
type               88 arch/arm/mach-lpc32xx/common.c 		.type		= MT_DEVICE
type               94 arch/arm/mach-lpc32xx/common.c 		.type		= MT_DEVICE
type              100 arch/arm/mach-lpc32xx/common.c 		.type		= MT_DEVICE
type              176 arch/arm/mach-mmp/brownstone.c 		.type		= "max8649",
type              181 arch/arm/mach-mmp/brownstone.c 		.type		= "max8925",
type               30 arch/arm/mach-mmp/common.c 		.type		= MT_DEVICE,
type               35 arch/arm/mach-mmp/common.c 		.type		= MT_DEVICE,
type              135 arch/arm/mach-mmp/gplugd.c 		.type = "isl1208",
type              146 arch/arm/mach-mmp/jasper.c 		.type		= "max8649",
type              151 arch/arm/mach-mmp/jasper.c 		.type		= "max8925",
type              151 arch/arm/mach-mmp/ttc_dkb.c 		.type           = "88PM860x",
type              157 arch/arm/mach-mmp/ttc_dkb.c 		.type		= "max7312",
type              137 arch/arm/mach-mv78xx0/common.c 		.type		= MT_DEVICE,
type              142 arch/arm/mach-mv78xx0/common.c 		.type		= MT_DEVICE,
type               72 arch/arm/mach-mvebu/board-v7.c 	const char *type = of_get_flat_dt_prop(node, "device_type", NULL);
type               76 arch/arm/mach-mvebu/board-v7.c 	if (type == NULL || strcmp(type, "memory"))
type              206 arch/arm/mach-mvebu/coherency.c 	int type;
type              236 arch/arm/mach-mvebu/coherency.c 	type = (int) match->data;
type              240 arch/arm/mach-mvebu/coherency.c 	return type;
type              245 arch/arm/mach-mvebu/coherency.c 	int type = coherency_type();
type              247 arch/arm/mach-mvebu/coherency.c 	if (type == COHERENCY_FABRIC_TYPE_ARMADA_370_XP) {
type              269 arch/arm/mach-mvebu/coherency.c 	int type = coherency_type();
type              274 arch/arm/mach-mvebu/coherency.c 	if (type == COHERENCY_FABRIC_TYPE_ARMADA_370_XP)
type              276 arch/arm/mach-mvebu/coherency.c 	else if (type == COHERENCY_FABRIC_TYPE_ARMADA_375 ||
type              277 arch/arm/mach-mvebu/coherency.c 		 type == COHERENCY_FABRIC_TYPE_ARMADA_380)
type               78 arch/arm/mach-nomadik/cpu-8815.c 		.type =		MT_DEVICE,
type              140 arch/arm/mach-omap1/board-ams-delta.c 		.type		= MT_DEVICE
type              147 arch/arm/mach-omap1/board-ams-delta.c 		.type		= MT_DEVICE
type              154 arch/arm/mach-omap1/board-ams-delta.c 		.type		= MT_DEVICE
type              338 arch/arm/mach-omap1/board-fsample.c 		.type		= MT_DEVICE
type              344 arch/arm/mach-omap1/board-fsample.c 		.type		= MT_DEVICE
type              167 arch/arm/mach-omap1/board-innovator.c 		.type		= MT_DEVICE
type              306 arch/arm/mach-omap1/board-perseus2.c 		.type		= MT_DEVICE
type              183 arch/arm/mach-omap1/dma.c 	if (reg_map[reg].type == OMAP_DMA_REG_2X16BIT)
type              196 arch/arm/mach-omap1/dma.c 	if (reg_map[reg].type == OMAP_DMA_REG_2X16BIT)
type               34 arch/arm/mach-omap1/id.c 	u32	type;		/* Cpu id bits [31:08], cpu class bits [07:00] */
type               41 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb574, .die_rev = 0x2, .omap_id = 0x03310315, .type = 0x03100000},
type               42 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0x355f, .die_rev = 0x0, .omap_id = 0x03320000, .type = 0x07300100},
type               43 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb55f, .die_rev = 0x0, .omap_id = 0x03320000, .type = 0x07300300},
type               44 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb62c, .die_rev = 0x1, .omap_id = 0x03320500, .type = 0x08500000},
type               45 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb470, .die_rev = 0x0, .omap_id = 0x03310100, .type = 0x15100000},
type               46 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb576, .die_rev = 0x0, .omap_id = 0x03320000, .type = 0x16100000},
type               47 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb576, .die_rev = 0x2, .omap_id = 0x03320100, .type = 0x16110000},
type               48 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb576, .die_rev = 0x3, .omap_id = 0x03320100, .type = 0x16100c00},
type               49 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb576, .die_rev = 0x0, .omap_id = 0x03320200, .type = 0x16100d00},
type               50 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb613, .die_rev = 0x0, .omap_id = 0x03320300, .type = 0x1610ef00},
type               51 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb613, .die_rev = 0x0, .omap_id = 0x03320300, .type = 0x1610ef00},
type               52 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb576, .die_rev = 0x1, .omap_id = 0x03320100, .type = 0x16110000},
type               53 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb58c, .die_rev = 0x2, .omap_id = 0x03320200, .type = 0x16110b00},
type               54 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb58c, .die_rev = 0x3, .omap_id = 0x03320200, .type = 0x16110c00},
type               55 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb65f, .die_rev = 0x0, .omap_id = 0x03320400, .type = 0x16212300},
type               56 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb65f, .die_rev = 0x1, .omap_id = 0x03320400, .type = 0x16212300},
type               57 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb65f, .die_rev = 0x1, .omap_id = 0x03320500, .type = 0x16212300},
type               58 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb5f7, .die_rev = 0x0, .omap_id = 0x03330000, .type = 0x17100000},
type               59 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb5f7, .die_rev = 0x1, .omap_id = 0x03330100, .type = 0x17100000},
type               60 arch/arm/mach-omap1/id.c 	{ .jtag_id = 0xb5f7, .die_rev = 0x2, .omap_id = 0x03330100, .type = 0x17100000},
type              157 arch/arm/mach-omap1/id.c 			omap_revision = omap_ids[i].type;
type              165 arch/arm/mach-omap1/id.c 			omap_revision = omap_ids[i].type;
type              175 arch/arm/mach-omap1/id.c 			omap_revision = omap_ids[i].type;
type              157 arch/arm/mach-omap1/include/mach/soc.h #define IS_OMAP_TYPE(type, id)				\
type              158 arch/arm/mach-omap1/include/mach/soc.h static inline int is_omap ##type (void)			\
type               33 arch/arm/mach-omap1/io.c 		.type		= MT_DEVICE
type               43 arch/arm/mach-omap1/io.c 		.type		= MT_DEVICE
type               48 arch/arm/mach-omap1/io.c 		.type		= MT_DEVICE
type               59 arch/arm/mach-omap1/io.c 		.type		= MT_DEVICE
type               64 arch/arm/mach-omap1/io.c 		.type		= MT_DEVICE
type               75 arch/arm/mach-omap1/io.c 		.type		= MT_DEVICE
type               80 arch/arm/mach-omap1/io.c 		.type		= MT_DEVICE
type              104 arch/arm/mach-omap2/id.c 	u32	type;		/* Combined type id copied to omap_revision */
type              109 arch/arm/mach-omap2/id.c 	{ .hawkeye = 0xb5d9, .dev = 0x0, .type = 0x24200024 },
type              110 arch/arm/mach-omap2/id.c 	{ .hawkeye = 0xb5d9, .dev = 0x1, .type = 0x24201024 },
type              111 arch/arm/mach-omap2/id.c 	{ .hawkeye = 0xb5d9, .dev = 0x2, .type = 0x24202024 },
type              112 arch/arm/mach-omap2/id.c 	{ .hawkeye = 0xb5d9, .dev = 0x4, .type = 0x24220024 },
type              113 arch/arm/mach-omap2/id.c 	{ .hawkeye = 0xb5d9, .dev = 0x8, .type = 0x24230024 },
type              114 arch/arm/mach-omap2/id.c 	{ .hawkeye = 0xb68a, .dev = 0x0, .type = 0x24300024 },
type              190 arch/arm/mach-omap2/id.c 		       omap_ids[i].type >> 16);
type              786 arch/arm/mach-omap2/id.c 	__ATTR(type,  S_IRUGO, omap_get_type,  NULL);
type               72 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type               78 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type               88 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type               94 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type              100 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type              112 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type              118 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type              124 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type              130 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type              142 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type              148 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type              154 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type              160 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type              166 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type              172 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type              178 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type              189 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type              200 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type              206 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE
type              217 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE,
type              223 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE,
type              229 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE,
type              240 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE,
type              246 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE,
type              252 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE,
type              258 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE,
type              269 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE,
type              275 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE,
type              281 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE,
type              287 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE,
type              293 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE,
type              299 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE,
type              305 arch/arm/mach-omap2/io.c 		.type		= MT_DEVICE,
type              160 arch/arm/mach-omap2/omap-wakeupgen.c static int wakeupgen_irq_set_type(struct irq_data *d, unsigned int type)
type              164 arch/arm/mach-omap2/omap-wakeupgen.c 	switch (type) {
type              166 arch/arm/mach-omap2/omap-wakeupgen.c 		type &= ~IRQ_TYPE_LEVEL_MASK;
type              167 arch/arm/mach-omap2/omap-wakeupgen.c 		type |= IRQ_TYPE_LEVEL_HIGH;
type              171 arch/arm/mach-omap2/omap-wakeupgen.c 		type &= ~IRQ_TYPE_EDGE_BOTH;
type              172 arch/arm/mach-omap2/omap-wakeupgen.c 		type |= IRQ_TYPE_EDGE_RISING;
type              184 arch/arm/mach-omap2/omap-wakeupgen.c 	return irq_chip_set_type_parent(d, type);
type              490 arch/arm/mach-omap2/omap-wakeupgen.c 				      unsigned int *type)
type              501 arch/arm/mach-omap2/omap-wakeupgen.c 		*type = fwspec->param[2];
type              162 arch/arm/mach-omap2/omap4-common.c 	dram_io_desc[0].type = MT_MEMORY_RW_SO;
type             3211 arch/arm/mach-omap2/omap_hwmod.c 	switch (data->cap->type) {
type             3292 arch/arm/mach-omap2/omap_hwmod.c 	switch (data->cap->type) {
type              643 arch/arm/mach-omap2/omap_hwmod.h int omap_hwmod_get_resource_byname(struct omap_hwmod *oh, unsigned int type,
type              223 arch/arm/mach-omap2/soc.h #define IS_OMAP_TYPE(type, id)				\
type              224 arch/arm/mach-omap2/soc.h static inline int is_omap ##type (void)			\
type               48 arch/arm/mach-orion5x/common.c 		.type		= MT_DEVICE,
type               53 arch/arm/mach-orion5x/common.c 		.type		= MT_DEVICE,
type              138 arch/arm/mach-orion5x/ls_hgl-setup.c 		.type		= EV_SW,
type              144 arch/arm/mach-orion5x/ls_hgl-setup.c 		.type		= EV_SW,
type              304 arch/arm/mach-orion5x/net2big-setup.c 		.type		= EV_SW,
type              311 arch/arm/mach-orion5x/net2big-setup.c 		.type		= EV_SW,
type              318 arch/arm/mach-orion5x/net2big-setup.c 		.type		= EV_KEY,
type               60 arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c 	.type		= "m25p64",
type               54 arch/arm/mach-orion5x/ts78xx-setup.c 		.type		= MT_DEVICE,
type               43 arch/arm/mach-picoxcell/common.c 	.type		= MT_DEVICE,
type              801 arch/arm/mach-pxa/balloon3.c 		.type		= MT_DEVICE,
type              498 arch/arm/mach-pxa/cm-x2xx.c 		.type		= MT_DEVICE
type              411 arch/arm/mach-pxa/corgi.c 		.type	= EV_SW,
type              418 arch/arm/mach-pxa/corgi.c 		.type	= EV_SW,
type              425 arch/arm/mach-pxa/corgi.c 		.type	= EV_SW,
type              137 arch/arm/mach-pxa/corgi_pm.c unsigned long corgipm_read_devdata(int type)
type              139 arch/arm/mach-pxa/corgi_pm.c 	switch(type) {
type               17 arch/arm/mach-pxa/csb701.c 		.type	= EV_SW,
type              917 arch/arm/mach-pxa/em-x270.c 		.type	= EV_PWR,
type              742 arch/arm/mach-pxa/ezx.c 		.type       = EV_SW,
type              857 arch/arm/mach-pxa/ezx.c 		.type       = EV_KEY,
type              925 arch/arm/mach-pxa/ezx.c 		.type       = EV_SW,
type              993 arch/arm/mach-pxa/ezx.c 		.type       = EV_SW,
type             1057 arch/arm/mach-pxa/ezx.c 			.type = LP3944_LED_TYPE_LED,
type             1062 arch/arm/mach-pxa/ezx.c 			.type = LP3944_LED_TYPE_LED,
type             1067 arch/arm/mach-pxa/ezx.c 			.type = LP3944_LED_TYPE_LED,
type             1073 arch/arm/mach-pxa/ezx.c 			.type = LP3944_LED_TYPE_LED_INVERTED
type             1078 arch/arm/mach-pxa/ezx.c 			.type = LP3944_LED_TYPE_LED_INVERTED
type             1080 arch/arm/mach-pxa/ezx.c 		[5] = { .type = LP3944_LED_TYPE_NONE },
type             1084 arch/arm/mach-pxa/ezx.c 			.type = LP3944_LED_TYPE_LED,
type             1089 arch/arm/mach-pxa/ezx.c 			.type = LP3944_LED_TYPE_LED_INVERTED,
type             1156 arch/arm/mach-pxa/ezx.c 		.type       = EV_KEY,
type               83 arch/arm/mach-pxa/generic.c 		.type		= MT_DEVICE
type              174 arch/arm/mach-pxa/hx4700.c 		.type       = EV_KEY,			\
type              720 arch/arm/mach-pxa/hx4700.c 	.type = REGULATOR_CURRENT,
type              181 arch/arm/mach-pxa/idp.c 		.type		= MT_DEVICE
type              186 arch/arm/mach-pxa/idp.c 		.type		= MT_DEVICE
type              402 arch/arm/mach-pxa/littleton.c 		.type		= "da9034",
type              408 arch/arm/mach-pxa/littleton.c 		.type		= "max7320",
type              495 arch/arm/mach-pxa/lpd270.c 		.type		= MT_DEVICE,
type              524 arch/arm/mach-pxa/lubbock.c 		.type		= MT_DEVICE
type              146 arch/arm/mach-pxa/magician.c 		.type	= EV_KEY,	\
type              663 arch/arm/mach-pxa/magician.c 	.type			= REGULATOR_CURRENT,
type              393 arch/arm/mach-pxa/mainstone.c 		.type	= EV_KEY,
type              610 arch/arm/mach-pxa/mainstone.c 		.type		= MT_DEVICE
type              246 arch/arm/mach-pxa/mioa701.c 	.desc = (_desc), .type = EV_KEY, .wakeup = (_wakeup) }
type              315 arch/arm/mach-pxa/palmld.c 	.type		= MT_DEVICE
type              321 arch/arm/mach-pxa/palmld.c 	.type		= MT_DEVICE
type              316 arch/arm/mach-pxa/palmtx.c 	.type		= MT_DEVICE,
type              321 arch/arm/mach-pxa/palmtx.c 	.type		= MT_DEVICE,
type              326 arch/arm/mach-pxa/palmtx.c 	.type		= MT_DEVICE,
type              170 arch/arm/mach-pxa/pxa25x.c 		.type		= MT_DEVICE
type              175 arch/arm/mach-pxa/pxa25x.c 		.type		= MT_DEVICE
type              252 arch/arm/mach-pxa/pxa27x.c 		.type		= MT_DEVICE
type              257 arch/arm/mach-pxa/pxa27x.c 		.type		= MT_DEVICE
type              377 arch/arm/mach-pxa/pxa3xx.c 		.type		= MT_DEVICE
type              382 arch/arm/mach-pxa/pxa3xx.c 		.type		= MT_DEVICE
type              499 arch/arm/mach-pxa/saar.c 		.type		= "da9034",
type              410 arch/arm/mach-pxa/spitz.c 		.type	= EV_PWR,
type              418 arch/arm/mach-pxa/spitz.c 		.type	= EV_SW,
type              424 arch/arm/mach-pxa/spitz.c 		.type	= EV_SW,
type              899 arch/arm/mach-pxa/spitz.c 		.type		= "wm8750",
type              902 arch/arm/mach-pxa/spitz.c 		.type		= "max7310",
type              928 arch/arm/mach-pxa/spitz.c 		.type		= "isl6271a",
type              170 arch/arm/mach-pxa/spitz_pm.c unsigned long spitzpm_read_devdata(int type)
type              172 arch/arm/mach-pxa/spitz_pm.c 	switch (type) {
type              538 arch/arm/mach-pxa/stargate2.c 		.type = "da9030",
type              547 arch/arm/mach-pxa/stargate2.c 		.type = "max1239",
type              550 arch/arm/mach-pxa/stargate2.c 		.type = "max1363",
type              557 arch/arm/mach-pxa/stargate2.c 		.type = "tsl2561",
type              564 arch/arm/mach-pxa/stargate2.c 		.type = "tmp175",
type              568 arch/arm/mach-pxa/stargate2.c 		.type = "wm8940",
type              914 arch/arm/mach-pxa/stargate2.c 		.type = "da9030",
type              926 arch/arm/mach-pxa/stargate2.c 		.type = "pcf8574",
type              930 arch/arm/mach-pxa/stargate2.c 		.type = "24c02",
type              934 arch/arm/mach-pxa/stargate2.c 		.type = "max1238",
type              937 arch/arm/mach-pxa/stargate2.c 		.type = "max1363",
type              944 arch/arm/mach-pxa/stargate2.c 		.type = "tsl2561",
type              951 arch/arm/mach-pxa/stargate2.c 		.type = "tmp175",
type              379 arch/arm/mach-pxa/tosa.c 	.type			= POWER_SUPPLY_TYPE_MAINS,
type              498 arch/arm/mach-pxa/tosa.c 		.type	= EV_PWR,
type              506 arch/arm/mach-pxa/tosa.c 		.type	= EV_PWR,
type              517 arch/arm/mach-pxa/tosa.c 		.type	= EV_KEY,
type              525 arch/arm/mach-pxa/tosa.c 		.type	= EV_KEY,
type              533 arch/arm/mach-pxa/tosa.c 		.type	= EV_SW,
type              421 arch/arm/mach-pxa/trizeps4.c 		.type		= MT_DEVICE
type              427 arch/arm/mach-pxa/trizeps4.c 		.type		= MT_DEVICE
type              433 arch/arm/mach-pxa/trizeps4.c 		.type		= MT_DEVICE
type              439 arch/arm/mach-pxa/trizeps4.c 		.type		= MT_DEVICE
type              445 arch/arm/mach-pxa/trizeps4.c 		.type		= MT_DEVICE
type              994 arch/arm/mach-pxa/viper.c 		.type    = MT_DEVICE,
type             1000 arch/arm/mach-pxa/viper.c 		.type    = MT_DEVICE,
type              452 arch/arm/mach-pxa/z2.c 		.type		= EV_KEY,
type              460 arch/arm/mach-pxa/z2.c 		.type		= EV_SW,
type              907 arch/arm/mach-pxa/zeus.c 		.type    = MT_DEVICE,
type              913 arch/arm/mach-pxa/zeus.c 		.type    = MT_DEVICE,
type              919 arch/arm/mach-pxa/zeus.c 		.type    = MT_DEVICE,
type              925 arch/arm/mach-pxa/zeus.c 		.type    = MT_DEVICE,
type              229 arch/arm/mach-pxa/zylonite_pxa300.c 		.type		= "pca9539",
type              235 arch/arm/mach-pxa/zylonite_pxa300.c 		.type		= "pca9539",
type              248 arch/arm/mach-rpc/dma.c 	.type		= "IOMD",
type              314 arch/arm/mach-rpc/dma.c 	.type		= "FIQDMA",
type              328 arch/arm/mach-rpc/dma.c 	.type		= "VIRTUAL",
type               69 arch/arm/mach-rpc/ecard.c 	const char	*type;
type              584 arch/arm/mach-rpc/ecard.c static void __iomem *__ecard_address(ecard_t *ec, card_type_t type, card_speed_t speed)
type              594 arch/arm/mach-rpc/ecard.c 	switch (type) {
type              689 arch/arm/mach-rpc/ecard.c static struct expansion_card *__init ecard_alloc_card(int type, int slot)
type              702 arch/arm/mach-rpc/ecard.c 	ec->easi = type == ECARD_EASI;
type              802 arch/arm/mach-rpc/ecard.c static DEVICE_ATTR_RO(type);
type              891 arch/arm/mach-rpc/ecard.c static int __init ecard_probe(int slot, unsigned irq, card_type_t type)
type              899 arch/arm/mach-rpc/ecard.c 	ec = ecard_alloc_card(type, slot);
type              906 arch/arm/mach-rpc/ecard.c 	if ((addr = __ecard_address(ec, type, ECARD_SYNC)) == NULL)
type              941 arch/arm/mach-rpc/ecard.c 		    	if (blacklist[i].type)
type              942 arch/arm/mach-rpc/ecard.c 				ec->card_desc = blacklist[i].type;
type               71 arch/arm/mach-rpc/riscpc.c 		.type		= MT_DEVICE
type               76 arch/arm/mach-rpc/riscpc.c 		.type		= MT_DEVICE
type               81 arch/arm/mach-rpc/riscpc.c 		.type		= MT_DEVICE
type              160 arch/arm/mach-s3c24xx/mach-amlm5900.c 	.type		= S3C2410_LCDCON1_STN4,
type               62 arch/arm/mach-s3c24xx/mach-anubis.c 	.type		= MT_DEVICE,
type               67 arch/arm/mach-s3c24xx/mach-anubis.c 	.type		= MT_DEVICE,
type               81 arch/arm/mach-s3c24xx/mach-anubis.c 	.type		= MT_DEVICE,
type               86 arch/arm/mach-s3c24xx/mach-anubis.c 	.type		= MT_DEVICE,
type              161 arch/arm/mach-s3c24xx/mach-at2440evb.c 	.type		= S3C2410_LCDCON1_TFT,
type               80 arch/arm/mach-s3c24xx/mach-bast.c 	  .type		= MT_DEVICE,
type               85 arch/arm/mach-s3c24xx/mach-bast.c 	  .type		= MT_DEVICE,
type               92 arch/arm/mach-s3c24xx/mach-bast.c 	  .type		= MT_DEVICE,
type               97 arch/arm/mach-s3c24xx/mach-bast.c 	  .type		= MT_DEVICE,
type              102 arch/arm/mach-s3c24xx/mach-bast.c 	  .type		= MT_DEVICE,
type              107 arch/arm/mach-s3c24xx/mach-bast.c 	  .type		= MT_DEVICE,
type              114 arch/arm/mach-s3c24xx/mach-bast.c 	  .type		= MT_DEVICE,
type              119 arch/arm/mach-s3c24xx/mach-bast.c 	  .type		= MT_DEVICE,
type              124 arch/arm/mach-s3c24xx/mach-bast.c 	  .type		= MT_DEVICE,
type              414 arch/arm/mach-s3c24xx/mach-bast.c 		.type		= S3C2410_LCDCON1_TFT,
type              432 arch/arm/mach-s3c24xx/mach-bast.c 		.type		= S3C2410_LCDCON1_TFT,
type              450 arch/arm/mach-s3c24xx/mach-bast.c 		.type		= S3C2410_LCDCON1_TFT,
type               98 arch/arm/mach-s3c24xx/mach-gta02.c 		.type		= MT_DEVICE
type              452 arch/arm/mach-s3c24xx/mach-gta02.c 		.type = EV_KEY,
type              459 arch/arm/mach-s3c24xx/mach-gta02.c 		.type = EV_KEY,
type               81 arch/arm/mach-s3c24xx/mach-h1940.c 		.type		= MT_DEVICE
type              191 arch/arm/mach-s3c24xx/mach-h1940.c 	.type =		S3C2410_LCDCON1_TFT,
type              298 arch/arm/mach-s3c24xx/mach-jive.c 		.type		= (S3C2410_LCDCON1_TFT16BPP |
type              125 arch/arm/mach-s3c24xx/mach-mini2440.c 	.type		= (S3C2410_LCDCON1_TFT16BPP |\
type              161 arch/arm/mach-s3c24xx/mach-n30.c 		.type		= EV_PWR,
type              314 arch/arm/mach-s3c24xx/mach-n30.c 	.type		= S3C2410_LCDCON1_TFT,
type               63 arch/arm/mach-s3c24xx/mach-osiris.c 	  .type		= MT_DEVICE,
type               68 arch/arm/mach-s3c24xx/mach-osiris.c 	  .type		= MT_DEVICE,
type               77 arch/arm/mach-s3c24xx/mach-osiris.c 	  .type		= MT_DEVICE,
type               82 arch/arm/mach-s3c24xx/mach-osiris.c 	  .type		= MT_DEVICE,
type               87 arch/arm/mach-s3c24xx/mach-osiris.c 	  .type		= MT_DEVICE,
type               92 arch/arm/mach-s3c24xx/mach-osiris.c 	  .type		= MT_DEVICE,
type               95 arch/arm/mach-s3c24xx/mach-qt2410.c 		.type		= S3C2410_LCDCON1_TFT,
type              118 arch/arm/mach-s3c24xx/mach-qt2410.c 		.type		= S3C2410_LCDCON1_TFT,
type              140 arch/arm/mach-s3c24xx/mach-qt2410.c 		.type		= S3C2410_LCDCON1_TFT,
type               97 arch/arm/mach-s3c24xx/mach-rx1950.c 	.type = S3C2410_LCDCON1_TFT,
type               58 arch/arm/mach-s3c24xx/mach-rx3715.c 		.type		= MT_DEVICE,
type               63 arch/arm/mach-s3c24xx/mach-rx3715.c 		.type		= MT_DEVICE,
type              102 arch/arm/mach-s3c24xx/mach-rx3715.c 	.type		= S3C2410_LCDCON1_TFT,
type               61 arch/arm/mach-s3c24xx/mach-smdk2416.c 		.type		= MT_DEVICE,
type               66 arch/arm/mach-s3c24xx/mach-smdk2416.c 		.type		= MT_DEVICE,
type               71 arch/arm/mach-s3c24xx/mach-smdk2416.c 		.type		= MT_DEVICE,
type               76 arch/arm/mach-s3c24xx/mach-smdk2416.c 		.type		= MT_DEVICE,
type               50 arch/arm/mach-s3c24xx/mach-smdk2440.c 		.type		= MT_DEVICE,
type               55 arch/arm/mach-s3c24xx/mach-smdk2440.c 		.type		= MT_DEVICE,
type               60 arch/arm/mach-s3c24xx/mach-smdk2440.c 		.type		= MT_DEVICE,
type               65 arch/arm/mach-s3c24xx/mach-smdk2440.c 		.type		= MT_DEVICE,
type              108 arch/arm/mach-s3c24xx/mach-smdk2440.c 	.type		= S3C2410_LCDCON1_TFT,
type               49 arch/arm/mach-s3c24xx/mach-smdk2443.c 		.type		= MT_DEVICE,
type               54 arch/arm/mach-s3c24xx/mach-smdk2443.c 		.type		= MT_DEVICE,
type               59 arch/arm/mach-s3c24xx/mach-smdk2443.c 		.type		= MT_DEVICE,
type               64 arch/arm/mach-s3c24xx/mach-smdk2443.c 		.type		= MT_DEVICE,
type               69 arch/arm/mach-s3c24xx/mach-vr1000.c 	  .type		= MT_DEVICE,
type               74 arch/arm/mach-s3c24xx/mach-vr1000.c 	  .type		= MT_DEVICE,
type               82 arch/arm/mach-s3c24xx/mach-vr1000.c 	  .type		= MT_DEVICE,
type               87 arch/arm/mach-s3c24xx/mach-vr1000.c 	  .type		= MT_DEVICE,
type               92 arch/arm/mach-s3c24xx/mach-vr1000.c 	  .type		= MT_DEVICE,
type               97 arch/arm/mach-s3c24xx/mach-vr1000.c 	  .type		= MT_DEVICE,
type               68 arch/arm/mach-s3c24xx/s3c2412.c 		.type	 = MT_DEVICE,
type               74 arch/arm/mach-s3c24xx/s3c2412.c 		.type	 = MT_DEVICE,
type              108 arch/arm/mach-s3c64xx/common.c 		.type		= MT_DEVICE,
type              113 arch/arm/mach-s3c64xx/common.c 		.type		= MT_DEVICE,
type              118 arch/arm/mach-s3c64xx/common.c 		.type		= MT_DEVICE,
type              123 arch/arm/mach-s3c64xx/common.c 		.type		= MT_DEVICE,
type              128 arch/arm/mach-s3c64xx/common.c 		.type		= MT_DEVICE,
type              133 arch/arm/mach-s3c64xx/common.c 		.type		= MT_DEVICE,
type              138 arch/arm/mach-s3c64xx/common.c 		.type		= MT_DEVICE,
type              143 arch/arm/mach-s3c64xx/common.c 		.type		= MT_DEVICE,
type              148 arch/arm/mach-s3c64xx/common.c 		.type		= MT_DEVICE,
type              153 arch/arm/mach-s3c64xx/common.c 		.type		= MT_DEVICE,
type              279 arch/arm/mach-s3c64xx/common.c static int s3c_irq_eint_set_type(struct irq_data *data, unsigned int type)
type              296 arch/arm/mach-s3c64xx/common.c 	switch (type) {
type              322 arch/arm/mach-s3c64xx/common.c 		printk(KERN_ERR "No such irq type %d", type);
type               94 arch/arm/mach-s3c64xx/dev-audio.c 	.type = {
type              192 arch/arm/mach-s3c64xx/mach-anw6410.c 		.type		= MT_DEVICE,
type              215 arch/arm/mach-s3c64xx/mach-crag6410.c 		.type	= EV_KEY,
type              222 arch/arm/mach-s3c64xx/mach-crag6410.c 		.type	= EV_SW,
type               27 arch/arm/mach-s3c64xx/mach-s3c64xx-dt.c 		.type		= MT_DEVICE,
type               63 arch/arm/mach-s3c64xx/mach-smartq5.c 		.type                   = EV_KEY,
type               71 arch/arm/mach-s3c64xx/mach-smartq5.c 		.type                   = EV_KEY,
type               79 arch/arm/mach-s3c64xx/mach-smartq5.c 		.type                   = EV_KEY,
type               87 arch/arm/mach-s3c64xx/mach-smartq5.c 		.type                   = EV_KEY,
type               63 arch/arm/mach-s3c64xx/mach-smartq7.c 		.type                   = EV_KEY,
type               71 arch/arm/mach-s3c64xx/mach-smartq7.c 		.type                   = EV_KEY,
type               79 arch/arm/mach-s3c64xx/mach-smartq7.c 		.type                   = EV_KEY,
type               87 arch/arm/mach-s3c64xx/mach-smartq7.c 		.type                   = EV_KEY,
type               95 arch/arm/mach-s3c64xx/mach-smartq7.c 		.type                   = EV_KEY,
type              103 arch/arm/mach-s3c64xx/mach-smartq7.c 		.type                   = EV_KEY,
type               76 arch/arm/mach-s3c64xx/setup-usb-phy.c int s5p_usb_phy_init(struct platform_device *pdev, int type)
type               78 arch/arm/mach-s3c64xx/setup-usb-phy.c 	if (type == USB_PHY_TYPE_DEVICE)
type               84 arch/arm/mach-s3c64xx/setup-usb-phy.c int s5p_usb_phy_exit(struct platform_device *pdev, int type)
type               86 arch/arm/mach-s3c64xx/setup-usb-phy.c 	if (type == USB_PHY_TYPE_DEVICE)
type               38 arch/arm/mach-s5pv210/s5pv210.c 	iodesc.type = MT_DEVICE;
type              699 arch/arm/mach-sa1100/assabet.c 		.type		= MT_DEVICE
type              704 arch/arm/mach-sa1100/assabet.c 		.type		= MT_DEVICE
type              296 arch/arm/mach-sa1100/badge4.c 		.type		= MT_DEVICE
type              301 arch/arm/mach-sa1100/badge4.c 		.type		= MT_DEVICE
type              143 arch/arm/mach-sa1100/cerf.c 		.type		= MT_DEVICE
type              142 arch/arm/mach-sa1100/collie.c 	.type			= POWER_SUPPLY_TYPE_MAINS,
type              243 arch/arm/mach-sa1100/collie.c 		.type	= EV_PWR,
type              251 arch/arm/mach-sa1100/collie.c 		.type	= EV_PWR,
type              408 arch/arm/mach-sa1100/collie.c 		.type		= MT_DEVICE
type              413 arch/arm/mach-sa1100/collie.c 		.type		= MT_DEVICE
type              385 arch/arm/mach-sa1100/generic.c 		.type		= MT_DEVICE
type              390 arch/arm/mach-sa1100/generic.c 		.type		= MT_DEVICE
type              395 arch/arm/mach-sa1100/generic.c 		.type		= MT_DEVICE
type              400 arch/arm/mach-sa1100/generic.c 		.type		= MT_DEVICE
type              177 arch/arm/mach-sa1100/h3xxx.c 		.type		= EV_KEY,
type              184 arch/arm/mach-sa1100/h3xxx.c 		.type		= EV_KEY,
type              250 arch/arm/mach-sa1100/h3xxx.c 		.type		= MT_DEVICE
type              255 arch/arm/mach-sa1100/h3xxx.c 		.type		= MT_DEVICE
type              260 arch/arm/mach-sa1100/h3xxx.c 		.type		= MT_DEVICE
type               63 arch/arm/mach-sa1100/hackkit.c 		.type		= MT_DEVICE
type              290 arch/arm/mach-sa1100/jornada720.c 		.type		= MT_DEVICE
type              295 arch/arm/mach-sa1100/jornada720.c 		.type		= MT_DEVICE
type              121 arch/arm/mach-sa1100/lart.c 		.type		= MT_DEVICE
type              126 arch/arm/mach-sa1100/lart.c 		.type		= MT_DEVICE
type               69 arch/arm/mach-sa1100/nanoengine.c 		.type		= MT_DEVICE
type               75 arch/arm/mach-sa1100/nanoengine.c 		.type		= MT_DEVICE
type               81 arch/arm/mach-sa1100/nanoengine.c 		.type		= MT_DEVICE
type              128 arch/arm/mach-sa1100/simpad.c 		.type		= MT_DEVICE
type              133 arch/arm/mach-sa1100/simpad.c 		.type		= MT_DEVICE
type               91 arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c 	if (action != BUS_NOTIFY_ADD_DEVICE || dev->type == &i2c_adapter_type)
type               24 arch/arm/mach-shmobile/setup-r8a7779.c 		.type		= MT_DEVICE_NONSHARED
type               31 arch/arm/mach-shmobile/setup-r8a7779.c 		.type		= MT_DEVICE_NONSHARED
type              134 arch/arm/mach-shmobile/setup-rcar-gen2.c 	const char *type = of_get_flat_dt_prop(node, "device_type", NULL);
type              141 arch/arm/mach-shmobile/setup-rcar-gen2.c 	if (type == NULL || strcmp(type, "memory"))
type               33 arch/arm/mach-shmobile/setup-sh73a0.c 		.type		= MT_DEVICE_NONSHARED
type               48 arch/arm/mach-spear/spear1310.c 		.type		= MT_DEVICE
type               65 arch/arm/mach-spear/spear13xx.c 		.type		= MT_DEVICE
type               70 arch/arm/mach-spear/spear13xx.c 		.type		= MT_DEVICE
type               75 arch/arm/mach-spear/spear13xx.c 		.type		= MT_DEVICE
type               80 arch/arm/mach-spear/spear13xx.c 		.type		= MT_DEVICE
type              258 arch/arm/mach-spear/spear320.c 		.type		= MT_DEVICE
type               68 arch/arm/mach-spear/spear3xx.c 		.type		= MT_DEVICE
type               73 arch/arm/mach-spear/spear3xx.c 		.type		= MT_DEVICE
type              350 arch/arm/mach-spear/spear6xx.c 		.type		= MT_DEVICE
type              355 arch/arm/mach-spear/spear6xx.c 		.type		= MT_DEVICE
type              360 arch/arm/mach-spear/spear6xx.c 		.type		= MT_DEVICE
type               29 arch/arm/mach-tegra/io.c 		.type = MT_DEVICE,
type               35 arch/arm/mach-tegra/io.c 		.type = MT_DEVICE,
type               41 arch/arm/mach-tegra/io.c 		.type = MT_DEVICE,
type               47 arch/arm/mach-tegra/io.c 		.type = MT_DEVICE,
type              174 arch/arm/mach-u300/core.c 		.type		= MT_DEVICE,
type              180 arch/arm/mach-u300/core.c 		.type		= MT_DEVICE,
type              186 arch/arm/mach-u300/core.c 		.type		= MT_DEVICE,
type               99 arch/arm/mach-versatile/versatile_dt.c 		.type		= MT_DEVICE
type               93 arch/arm/mach-vexpress/spc.c #define STAT_COMPLETE(type)	((1 << 0) << (type << 2))
type               94 arch/arm/mach-vexpress/spc.c #define STAT_ERR(type)		((1 << 1) << (type << 2))
type               95 arch/arm/mach-vexpress/spc.c #define RESPONSE_MASK(type)	(STAT_COMPLETE(type) | STAT_ERR(type))
type               45 arch/arm/mach-vt8500/vt8500.c 		.type		= MT_DEVICE
type              151 arch/arm/mach-zynq/common.c 	.type	= MT_DEVICE,
type              805 arch/arm/mm/alignment.c 	unsigned int type;
type              839 arch/arm/mm/alignment.c 		type = TYPE_FAULT;
type              928 arch/arm/mm/alignment.c 	type = handler(addr, instr, regs);
type              930 arch/arm/mm/alignment.c 	if (type == TYPE_ERROR || type == TYPE_FAULT) {
type              935 arch/arm/mm/alignment.c 	if (type == TYPE_LDST)
type              941 arch/arm/mm/alignment.c 	if (type == TYPE_ERROR)
type              298 arch/arm/mm/cache-l2x0-pmu.c 	if (event->attr.type != l2x0_pmu->type)
type               25 arch/arm/mm/cache-l2x0.c 	const char *type;
type              240 arch/arm/mm/cache-l2x0.c 	.type = "L2C-210",
type              405 arch/arm/mm/cache-l2x0.c 	.type = "L2C-220",
type              761 arch/arm/mm/cache-l2x0.c 	.type = "L2C-310",
type              885 arch/arm/mm/cache-l2x0.c 		data->type, ways, l2x0_size >> 10);
type              887 arch/arm/mm/cache-l2x0.c 		data->type, cache_id, aux);
type             1087 arch/arm/mm/cache-l2x0.c 	.type = "L2C-210",
type             1107 arch/arm/mm/cache-l2x0.c 	.type = "L2C-220",
type             1294 arch/arm/mm/cache-l2x0.c 	.type = "L2C-310",
type             1324 arch/arm/mm/cache-l2x0.c 	.type = "L2C-310 Coherent",
type             1514 arch/arm/mm/cache-l2x0.c 	.type = "Aurora",
type             1535 arch/arm/mm/cache-l2x0.c 	.type = "Aurora",
type             1687 arch/arm/mm/cache-l2x0.c 	.type = "BCM-L2C-310",
type             1726 arch/arm/mm/cache-l2x0.c 	.type = "Tauros3",
type              442 arch/arm/mm/dma-mapping.c 		map.type = MT_MEMORY_DMA_READY;
type               57 arch/arm/mm/highmem.c 	int type;
type               77 arch/arm/mm/highmem.c 	type = kmap_atomic_idx_push();
type               79 arch/arm/mm/highmem.c 	idx = FIX_KMAP_BEGIN + type + KM_TYPE_NR * smp_processor_id();
type              102 arch/arm/mm/highmem.c 	int idx, type;
type              105 arch/arm/mm/highmem.c 		type = kmap_atomic_idx();
type              106 arch/arm/mm/highmem.c 		idx = FIX_KMAP_BEGIN + type + KM_TYPE_NR * smp_processor_id();
type              129 arch/arm/mm/highmem.c 	int idx, type;
type              137 arch/arm/mm/highmem.c 	type = kmap_atomic_idx_push();
type              138 arch/arm/mm/highmem.c 	idx = FIX_KMAP_BEGIN + type + KM_TYPE_NR * smp_processor_id();
type              189 arch/arm/mm/ioremap.c 		    size_t size, const struct mem_type *type)
type              206 arch/arm/mm/ioremap.c 		pmd[0] = __pmd(__pfn_to_phys(pfn) | type->prot_sect);
type              208 arch/arm/mm/ioremap.c 		pmd[1] = __pmd(__pfn_to_phys(pfn) | type->prot_sect);
type              221 arch/arm/mm/ioremap.c 			 size_t size, const struct mem_type *type)
type              240 arch/arm/mm/ioremap.c 		super_pmd_val = __pfn_to_phys(pfn) | type->prot_sect |
type              263 arch/arm/mm/ioremap.c 	const struct mem_type *type;
type              277 arch/arm/mm/ioremap.c 	type = get_mem_type(mtype);
type              278 arch/arm/mm/ioremap.c 	if (!type)
type              319 arch/arm/mm/ioremap.c 		err = remap_area_supersections(addr, pfn, size, type);
type              322 arch/arm/mm/ioremap.c 		err = remap_area_sections(addr, pfn, size, type);
type              326 arch/arm/mm/ioremap.c 					 __pgprot(type->prot_pte));
type               52 arch/arm/mm/mm.h const struct mem_type *get_mem_type(unsigned int type);
type              354 arch/arm/mm/mmu.c const struct mem_type *get_mem_type(unsigned int type)
type              356 arch/arm/mm/mmu.c 	return type < ARRAY_SIZE(mem_types) ? &mem_types[type] : NULL;
type              759 arch/arm/mm/mmu.c 				  const struct mem_type *type,
type              763 arch/arm/mm/mmu.c 	pte_t *pte = arm_pte_alloc(pmd, addr, type->prot_l1, alloc);
type              765 arch/arm/mm/mmu.c 		set_pte_ext(pte, pfn_pte(pfn, __pgprot(type->prot_pte)),
type              773 arch/arm/mm/mmu.c 			const struct mem_type *type, bool ng)
type              791 arch/arm/mm/mmu.c 		*pmd = __pmd(phys | type->prot_sect | (ng ? PMD_SECT_nG : 0));
type              800 arch/arm/mm/mmu.c 				      const struct mem_type *type,
type              817 arch/arm/mm/mmu.c 		if (type->prot_sect &&
type              819 arch/arm/mm/mmu.c 			__map_init_section(pmd, addr, next, phys, type, ng);
type              822 arch/arm/mm/mmu.c 				       __phys_to_pfn(phys), type, alloc, ng);
type              832 arch/arm/mm/mmu.c 				  const struct mem_type *type,
type              840 arch/arm/mm/mmu.c 		alloc_init_pmd(pud, addr, next, phys, type, alloc, ng);
type              848 arch/arm/mm/mmu.c 					const struct mem_type *type,
type              871 arch/arm/mm/mmu.c 	if (type->domain) {
type              897 arch/arm/mm/mmu.c 			*pmd++ = __pmd(phys | type->prot_sect | PMD_SECT_SUPER |
type              913 arch/arm/mm/mmu.c 	const struct mem_type *type;
type              916 arch/arm/mm/mmu.c 	type = &mem_types[md->type];
type              923 arch/arm/mm/mmu.c 		create_36bit_mapping(mm, md, type, ng);
type              932 arch/arm/mm/mmu.c 	if (type->prot_l1 == 0 && ((addr | phys | length) & ~SECTION_MASK)) {
type              943 arch/arm/mm/mmu.c 		alloc_init_pud(pgd, addr, next, phys, type, alloc, ng);
type              965 arch/arm/mm/mmu.c 	if ((md->type == MT_DEVICE || md->type == MT_ROM) &&
type             1012 arch/arm/mm/mmu.c 		vm->flags |= VM_ARM_MTYPE(md->type);
type             1128 arch/arm/mm/mmu.c 	map.type = MT_DEVICE;
type             1363 arch/arm/mm/mmu.c 	map.type = MT_ROM;
type             1374 arch/arm/mm/mmu.c 	map.type = MT_CACHECLEAN;
type             1381 arch/arm/mm/mmu.c 	map.type = MT_MINICLEAN;
type             1394 arch/arm/mm/mmu.c 	map.type = MT_HIGH_VECTORS;
type             1396 arch/arm/mm/mmu.c 	map.type = MT_LOW_VECTORS;
type             1403 arch/arm/mm/mmu.c 		map.type = MT_LOW_VECTORS;
type             1411 arch/arm/mm/mmu.c 	map.type = MT_LOW_VECTORS;
type             1474 arch/arm/mm/mmu.c 			map.type = MT_MEMORY_RWX;
type             1481 arch/arm/mm/mmu.c 			map.type = MT_MEMORY_RW;
type             1490 arch/arm/mm/mmu.c 				map.type = MT_MEMORY_RW;
type             1498 arch/arm/mm/mmu.c 			map.type = MT_MEMORY_RWX;
type             1506 arch/arm/mm/mmu.c 				map.type = MT_MEMORY_RW;
type             1632 arch/arm/mm/mmu.c 		map.type = MT_DEVICE;
type              192 arch/arm/net/bpf_jit_32.h #define ARM_LDR_R_SI(rt, rn, rm, type, imm) \
type              195 arch/arm/net/bpf_jit_32.h 				 | (imm) << 7 | (type) << 5 | (rm))
type              217 arch/arm/net/bpf_jit_32.h #define ARM_MOV_SR(rd, rm, type, rs)	\
type              218 arch/arm/net/bpf_jit_32.h 	(_AL3_SR(ARM_MOV_R(rd, rm)) | (type) << 5 | (rs) << 8)
type              219 arch/arm/net/bpf_jit_32.h #define ARM_MOV_SI(rd, rm, type, imm6)	\
type              220 arch/arm/net/bpf_jit_32.h 	(ARM_MOV_R(rd, rm) | (type) << 5 | (imm6) << 7)
type              235 arch/arm/net/bpf_jit_32.h #define ARM_ORR_SR(rd, rn, rm, type, rs)	\
type              236 arch/arm/net/bpf_jit_32.h 	(_AL3_SR(ARM_ORR_R(rd, rn, rm)) | (type) << 5 | (rs) << 8)
type              238 arch/arm/net/bpf_jit_32.h #define ARM_ORRS_SR(rd, rn, rm, type, rs)	\
type              239 arch/arm/net/bpf_jit_32.h 	(_AL3_SR(ARM_ORRS_R(rd, rn, rm)) | (type) << 5 | (rs) << 8)
type              240 arch/arm/net/bpf_jit_32.h #define ARM_ORR_SI(rd, rn, rm, type, imm6)	\
type              241 arch/arm/net/bpf_jit_32.h 	(ARM_ORR_R(rd, rn, rm) | (type) << 5 | (imm6) << 7)
type              242 arch/arm/net/bpf_jit_32.h #define ARM_ORRS_SI(rd, rn, rm, type, imm6)	\
type              243 arch/arm/net/bpf_jit_32.h 	(ARM_ORRS_R(rd, rn, rm) | (type) << 5 | (imm6) << 7)
type              351 arch/arm/plat-orion/gpio.c static int gpio_irq_set_type(struct irq_data *d, u32 type)
type              366 arch/arm/plat-orion/gpio.c 	type &= IRQ_TYPE_SENSE_MASK;
type              367 arch/arm/plat-orion/gpio.c 	if (type == IRQ_TYPE_NONE)
type              371 arch/arm/plat-orion/gpio.c 	if (!(ct->type & type))
type              372 arch/arm/plat-orion/gpio.c 		if (irq_setup_alt_chip(d, type))
type              378 arch/arm/plat-orion/gpio.c 	if (type == IRQ_TYPE_EDGE_RISING || type == IRQ_TYPE_LEVEL_HIGH) {
type              382 arch/arm/plat-orion/gpio.c 	} else if (type == IRQ_TYPE_EDGE_FALLING || type == IRQ_TYPE_LEVEL_LOW) {
type              386 arch/arm/plat-orion/gpio.c 	} else if (type == IRQ_TYPE_EDGE_BOTH) {
type              407 arch/arm/plat-orion/gpio.c 	u32 cause, type;
type              424 arch/arm/plat-orion/gpio.c 		type = irq_get_trigger_type(irq);
type              425 arch/arm/plat-orion/gpio.c 		if ((type & IRQ_TYPE_SENSE_MASK) == IRQ_TYPE_EDGE_BOTH) {
type              591 arch/arm/plat-orion/gpio.c 	ct->type = IRQ_TYPE_LEVEL_HIGH | IRQ_TYPE_LEVEL_LOW;
type              600 arch/arm/plat-orion/gpio.c 	ct->type = IRQ_TYPE_EDGE_RISING | IRQ_TYPE_EDGE_FALLING;
type              157 arch/arm/plat-pxa/ssp.c 		ssp->type = (int) id->data;
type              161 arch/arm/plat-pxa/ssp.c 		ssp->type = (int) id->driver_data;
type               22 arch/arm/plat-samsung/include/plat/fb-s3c2410.h 	unsigned type;
type               10 arch/arm/plat-samsung/include/plat/usb-phy.h extern int s5p_usb_phy_init(struct platform_device *pdev, int type);
type               11 arch/arm/plat-samsung/include/plat/usb-phy.h extern int s5p_usb_phy_exit(struct platform_device *pdev, int type);
type              446 arch/arm/probes/decode.c 		enum decode_type type = h->type_regs.bits & DECODE_TYPE_MASK;
type              449 arch/arm/probes/decode.c 		if (type == DECODE_TYPE_END)
type              453 arch/arm/probes/decode.c 				((uintptr_t)h + decode_struct_sizes[type]);
type              461 arch/arm/probes/decode.c 		switch (type) {
type              604 arch/arm/probes/kprobes/test-core.c 		enum decode_type type = h->type_regs.bits & DECODE_TYPE_MASK;
type              606 arch/arm/probes/kprobes/test-core.c 		if (type == DECODE_TYPE_END)
type              614 arch/arm/probes/kprobes/test-core.c 			((uintptr_t)h + decode_struct_sizes[type]);
type              636 arch/arm/probes/kprobes/test-core.c 	enum decode_type type = h->type_regs.bits & DECODE_TYPE_MASK;
type              647 arch/arm/probes/kprobes/test-core.c 	if (type == DECODE_TYPE_TABLE) {
type              737 arch/arm/probes/kprobes/test-core.c 	enum decode_type type = h->type_regs.bits & DECODE_TYPE_MASK;
type              752 arch/arm/probes/kprobes/test-core.c 	if (type == DECODE_TYPE_TABLE) {
type              851 arch/arm/probes/kprobes/test-core.c 		enum decode_type type = h->type_regs.bits & DECODE_TYPE_MASK;
type              865 arch/arm/probes/kprobes/test-core.c 		switch (type) {
type             1127 arch/arm/probes/kprobes/test-core.c 	for (; args[0].type != ARG_TYPE_END; ++args)
type             1128 arch/arm/probes/kprobes/test-core.c 		switch (args[0].type) {
type             1225 arch/arm/probes/kprobes/test-core.c 	for (args = current_args; args[0].type != ARG_TYPE_END; ++args)
type             1226 arch/arm/probes/kprobes/test-core.c 		if (args[0].type == ARG_TYPE_REG_MASKED) {
type             1329 arch/arm/probes/kprobes/test-core.c 	while (args->type != ARG_TYPE_END)
type               57 arch/arm/probes/kprobes/test-core.h 	u8	type;		/* ARG_TYPE_x */
type               62 arch/arm/probes/kprobes/test-core.h 	u8	type;		/* ARG_TYPE_REG or ARG_TYPE_PTR or ARG_TYPE_REG_MASKED */
type               69 arch/arm/probes/kprobes/test-core.h 	u8	type;		/* ARG_TYPE_MEM */
type               76 arch/arm/probes/kprobes/test-core.h 	u8	type;		/* ARG_TYPE_END */
type              227 arch/arm/vfp/vfp.h 	int type = VFP_NUMBER;
type              230 arch/arm/vfp/vfp.h 			type = VFP_INFINITY;
type              232 arch/arm/vfp/vfp.h 			type = VFP_QNAN;
type              234 arch/arm/vfp/vfp.h 			type = VFP_SNAN;
type              237 arch/arm/vfp/vfp.h 			type |= VFP_ZERO;
type              239 arch/arm/vfp/vfp.h 			type |= VFP_DENORMAL;
type              241 arch/arm/vfp/vfp.h 	return type;
type              326 arch/arm/vfp/vfp.h 	int type = VFP_NUMBER;
type              329 arch/arm/vfp/vfp.h 			type = VFP_INFINITY;
type              331 arch/arm/vfp/vfp.h 			type = VFP_QNAN;
type              333 arch/arm/vfp/vfp.h 			type = VFP_SNAN;
type              336 arch/arm/vfp/vfp.h 			type |= VFP_ZERO;
type              338 arch/arm/vfp/vfp.h 			type |= VFP_DENORMAL;
type              340 arch/arm/vfp/vfp.h 	return type;
type             1175 arch/arm/vfp/vfpdouble.c 		char type;
type             1177 arch/arm/vfp/vfpdouble.c 		type = fop->flags & OP_SD ? 's' : 'd';
type             1181 arch/arm/vfp/vfpdouble.c 				 type, dest, dn, dm);
type             1185 arch/arm/vfp/vfpdouble.c 				 type, dest, dn, FOP_TO_IDX(op), dm);
type             1215 arch/arm/vfp/vfpsingle.c 		char type;
type             1217 arch/arm/vfp/vfpsingle.c 		type = fop->flags & OP_DD ? 'd' : 's';
type             1220 arch/arm/vfp/vfpsingle.c 				 vecitr >> FPSCR_LENGTH_BIT, type, dest, sn,
type             1224 arch/arm/vfp/vfpsingle.c 				 vecitr >> FPSCR_LENGTH_BIT, type, dest, sn,
type              470 arch/arm64/include/asm/assembler.h 	.type 	__pi_##x, %function;	\
type               60 arch/arm64/include/asm/cpufeature.h 	enum ftr_type	type;
type              289 arch/arm64/include/asm/cpufeature.h 	u16 type;
type              340 arch/arm64/include/asm/cpufeature.h 	return cap->type & ARM64_CPUCAP_SCOPE_MASK;
type              346 arch/arm64/include/asm/cpufeature.h 	return !!(cap->type & ARM64_CPUCAP_OPTIONAL_FOR_LATE_CPU);
type              352 arch/arm64/include/asm/cpufeature.h 	return !!(cap->type & ARM64_CPUCAP_PERMITTED_FOR_LATE_CPU);
type               16 arch/arm64/include/asm/hw_breakpoint.h 	type		: 2,
type               35 arch/arm64/include/asm/hw_breakpoint.h 	u32 val = (ctrl.len << 5) | (ctrl.type << 3) | (ctrl.privilege << 1) |
type               51 arch/arm64/include/asm/hw_breakpoint.h 	ctrl->type	= reg & 0x3;
type              125 arch/arm64/include/asm/hw_breakpoint.h extern int hw_breakpoint_slots(int type);
type              360 arch/arm64/include/asm/insn.h u64 aarch64_insn_decode_immediate(enum aarch64_insn_imm_type type, u32 insn);
type              361 arch/arm64/include/asm/insn.h u32 aarch64_insn_encode_immediate(enum aarch64_insn_imm_type type,
type              363 arch/arm64/include/asm/insn.h u32 aarch64_insn_decode_register(enum aarch64_insn_register_type type,
type              366 arch/arm64/include/asm/insn.h 				enum aarch64_insn_branch_type type);
type              370 arch/arm64/include/asm/insn.h 				     enum aarch64_insn_branch_type type);
type              376 arch/arm64/include/asm/insn.h 				enum aarch64_insn_branch_type type);
type              381 arch/arm64/include/asm/insn.h 				    enum aarch64_insn_ldst_type type);
type              387 arch/arm64/include/asm/insn.h 				     enum aarch64_insn_ldst_type type);
type              392 arch/arm64/include/asm/insn.h 				   enum aarch64_insn_ldst_type type);
type              403 arch/arm64/include/asm/insn.h 				 enum aarch64_insn_adsb_type type);
type              406 arch/arm64/include/asm/insn.h 			 enum aarch64_insn_adr_type type);
type              411 arch/arm64/include/asm/insn.h 			      enum aarch64_insn_bitfield_type type);
type              415 arch/arm64/include/asm/insn.h 			      enum aarch64_insn_movewide_type type);
type              421 arch/arm64/include/asm/insn.h 					 enum aarch64_insn_adsb_type type);
type              425 arch/arm64/include/asm/insn.h 			   enum aarch64_insn_data1_type type);
type              430 arch/arm64/include/asm/insn.h 			   enum aarch64_insn_data2_type type);
type              436 arch/arm64/include/asm/insn.h 			   enum aarch64_insn_data3_type type);
type              442 arch/arm64/include/asm/insn.h 					 enum aarch64_insn_logic_type type);
type              443 arch/arm64/include/asm/insn.h u32 aarch64_insn_gen_logical_immediate(enum aarch64_insn_logic_type type,
type              454 arch/arm64/include/asm/insn.h 			      enum aarch64_insn_prfm_type type,
type              674 arch/arm64/include/asm/kvm_host.h int kvm_arm_setup_stage2(struct kvm *kvm, unsigned long type);
type              828 arch/arm64/include/asm/pgtable.h #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << __SWP_TYPE_SHIFT) | ((offset) << __SWP_OFFSET_SHIFT) })
type               30 arch/arm64/include/asm/stacktrace.h 	enum stack_type type;
type               86 arch/arm64/include/asm/stacktrace.h 		info->type = STACK_TYPE_IRQ;
type              105 arch/arm64/include/asm/stacktrace.h 		info->type = STACK_TYPE_TASK;
type              126 arch/arm64/include/asm/stacktrace.h 		info->type = STACK_TYPE_OVERFLOW;
type              146 arch/arm64/include/asm/stacktrace.h 		info->type = STACK_TYPE_UNKNOWN;
type              320 arch/arm64/kernel/armv8_deprecated.c 			unsigned int type)
type              324 arch/arm64/kernel/armv8_deprecated.c 	if ((type != TYPE_SWPB) && (address & 0x3)) {
type              333 arch/arm64/kernel/armv8_deprecated.c 		if (type == TYPE_SWPB)
type              373 arch/arm64/kernel/armv8_deprecated.c 	u32 destreg, data, type, address = 0;
type              379 arch/arm64/kernel/armv8_deprecated.c 	type = instr & TYPE_SWPB;
type              413 arch/arm64/kernel/armv8_deprecated.c 	res = emulate_swpX(address, &data, type);
type              420 arch/arm64/kernel/armv8_deprecated.c 	if (type == TYPE_SWPB)
type               40 arch/arm64/kernel/cacheinfo.c 			 enum cache_type type, unsigned int level)
type               43 arch/arm64/kernel/cacheinfo.c 	this_leaf->type = type;
type               84 arch/arm64/kernel/cacheinfo.c 	enum cache_type type;
type               90 arch/arm64/kernel/cacheinfo.c 		type = get_cache_type(level);
type               91 arch/arm64/kernel/cacheinfo.c 		if (type == CACHE_TYPE_SEPARATE) {
type               95 arch/arm64/kernel/cacheinfo.c 			ci_leaf_init(this_leaf++, type, level);
type              538 arch/arm64/kernel/cpu_errata.c 	.type = ARM64_CPUCAP_LOCAL_CPU_ERRATUM,				\
type              555 arch/arm64/kernel/cpu_errata.c 	.type = ARM64_CPUCAP_LOCAL_CPU_ERRATUM,			\
type              560 arch/arm64/kernel/cpu_errata.c 	.type = ARM64_CPUCAP_LOCAL_CPU_ERRATUM,			\
type              829 arch/arm64/kernel/cpu_errata.c 		.type = ARM64_CPUCAP_LOCAL_CPU_ERRATUM,
type              867 arch/arm64/kernel/cpu_errata.c 		.type = ARM64_CPUCAP_LOCAL_CPU_ERRATUM,
type              874 arch/arm64/kernel/cpu_errata.c 		.type = ARM64_CPUCAP_LOCAL_CPU_ERRATUM,
type              883 arch/arm64/kernel/cpu_errata.c 		.type = ARM64_CPUCAP_LOCAL_CPU_ERRATUM,
type              898 arch/arm64/kernel/cpu_errata.c 		.type = ARM64_CPUCAP_LOCAL_CPU_ERRATUM,
type              911 arch/arm64/kernel/cpu_errata.c 		.type = ARM64_CPUCAP_LOCAL_CPU_ERRATUM,
type              934 arch/arm64/kernel/cpu_errata.c 		.type = ARM64_CPUCAP_LOCAL_CPU_ERRATUM,
type              956 arch/arm64/kernel/cpu_errata.c 		.type = ARM64_CPUCAP_LOCAL_CPU_ERRATUM,
type               90 arch/arm64/kernel/cpufeature.c 		.type = TYPE,				\
type              476 arch/arm64/kernel/cpufeature.c 	switch (ftrp->type) {
type             1271 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_STRICT_BOOT_CPU_FEATURE,
type             1282 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1295 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1306 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_WEAK_LOCAL_CPU_FEATURE,
type             1313 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1327 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1335 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_STRICT_BOOT_CPU_FEATURE,
type             1343 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1353 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_BOOT_RESTRICTED_CPU_LOCAL_FEATURE,
type             1368 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_BOOT_RESTRICTED_CPU_LOCAL_FEATURE,
type             1376 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1385 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1396 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1410 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1422 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1429 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1434 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1453 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_WEAK_LOCAL_CPU_FEATURE,
type             1466 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1476 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_WEAK_LOCAL_CPU_FEATURE,
type             1489 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1501 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1512 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1523 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1534 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1544 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,
type             1559 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_STRICT_BOOT_CPU_FEATURE,
type             1579 arch/arm64/kernel/cpufeature.c 		.type = ARM64_CPUCAP_SYSTEM_FEATURE,				\
type             1775 arch/arm64/kernel/cpufeature.c 		if (!caps || !(caps->type & scope_mask) ||
type             1784 arch/arm64/kernel/cpufeature.c 		if ((scope_mask & SCOPE_BOOT_CPU) && (caps->type & SCOPE_BOOT_CPU))
type             1804 arch/arm64/kernel/cpufeature.c 		if (!(cap->type & non_boot_scope))
type             1830 arch/arm64/kernel/cpufeature.c 		if (!caps || !(caps->type & scope_mask))
type             1880 arch/arm64/kernel/cpufeature.c 		if (!caps || !(caps->type & scope_mask))
type               23 arch/arm64/kernel/efi.c 	u32 type = md->type;
type               25 arch/arm64/kernel/efi.c 	if (type == EFI_MEMORY_MAPPED_IO)
type               49 arch/arm64/kernel/efi.c 	    type != EFI_RUNTIME_SERVICES_CODE)
type               62 arch/arm64/kernel/efi.c 	bool page_mappings_only = (md->type == EFI_RUNTIME_SERVICES_CODE ||
type               63 arch/arm64/kernel/efi.c 				   md->type == EFI_RUNTIME_SERVICES_DATA);
type              101 arch/arm64/kernel/efi.c 	BUG_ON(md->type != EFI_RUNTIME_SERVICES_CODE &&
type              102 arch/arm64/kernel/efi.c 	       md->type != EFI_RUNTIME_SERVICES_DATA);
type               42 arch/arm64/kernel/hw_breakpoint.c int hw_breakpoint_slots(int type)
type               48 arch/arm64/kernel/hw_breakpoint.c 	switch (type) {
type               54 arch/arm64/kernel/hw_breakpoint.c 		pr_warning("unknown slot type: %d\n", type);
type              232 arch/arm64/kernel/hw_breakpoint.c 	if (info->ctrl.type == ARM_BREAKPOINT_EXECUTE) {
type              355 arch/arm64/kernel/hw_breakpoint.c 	switch (ctrl.type) {
type              419 arch/arm64/kernel/hw_breakpoint.c 		hw->ctrl.type = ARM_BREAKPOINT_EXECUTE;
type              422 arch/arm64/kernel/hw_breakpoint.c 		hw->ctrl.type = ARM_BREAKPOINT_LOAD;
type              425 arch/arm64/kernel/hw_breakpoint.c 		hw->ctrl.type = ARM_BREAKPOINT_STORE;
type              428 arch/arm64/kernel/hw_breakpoint.c 		hw->ctrl.type = ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE;
type              469 arch/arm64/kernel/hw_breakpoint.c 	if (hw->ctrl.type == ARM_BREAKPOINT_EXECUTE) {
type              555 arch/arm64/kernel/hw_breakpoint.c 		if (hw->ctrl.type == ARM_BREAKPOINT_EXECUTE)
type              228 arch/arm64/kernel/insn.c static int __kprobes aarch64_get_imm_shift_mask(enum aarch64_insn_imm_type type,
type              234 arch/arm64/kernel/insn.c 	switch (type) {
type              293 arch/arm64/kernel/insn.c u64 aarch64_insn_decode_immediate(enum aarch64_insn_imm_type type, u32 insn)
type              298 arch/arm64/kernel/insn.c 	switch (type) {
type              307 arch/arm64/kernel/insn.c 		if (aarch64_get_imm_shift_mask(type, &mask, &shift) < 0) {
type              309 arch/arm64/kernel/insn.c 			       type);
type              317 arch/arm64/kernel/insn.c u32 __kprobes aarch64_insn_encode_immediate(enum aarch64_insn_imm_type type,
type              326 arch/arm64/kernel/insn.c 	switch (type) {
type              337 arch/arm64/kernel/insn.c 		if (aarch64_get_imm_shift_mask(type, &mask, &shift) < 0) {
type              339 arch/arm64/kernel/insn.c 			       type);
type              351 arch/arm64/kernel/insn.c u32 aarch64_insn_decode_register(enum aarch64_insn_register_type type,
type              356 arch/arm64/kernel/insn.c 	switch (type) {
type              373 arch/arm64/kernel/insn.c 		       type);
type              380 arch/arm64/kernel/insn.c static u32 aarch64_insn_encode_register(enum aarch64_insn_register_type type,
type              394 arch/arm64/kernel/insn.c 	switch (type) {
type              412 arch/arm64/kernel/insn.c 		       type);
type              422 arch/arm64/kernel/insn.c static u32 aarch64_insn_encode_ldst_size(enum aarch64_insn_size_type type,
type              427 arch/arm64/kernel/insn.c 	switch (type) {
type              441 arch/arm64/kernel/insn.c 		pr_err("%s: unknown size encoding %d\n", __func__, type);
type              472 arch/arm64/kernel/insn.c 					  enum aarch64_insn_branch_type type)
type              486 arch/arm64/kernel/insn.c 	switch (type) {
type              494 arch/arm64/kernel/insn.c 		pr_err("%s: unknown branch encoding %d\n", __func__, type);
type              505 arch/arm64/kernel/insn.c 				     enum aarch64_insn_branch_type type)
type              514 arch/arm64/kernel/insn.c 	switch (type) {
type              522 arch/arm64/kernel/insn.c 		pr_err("%s: unknown branch encoding %d\n", __func__, type);
type              574 arch/arm64/kernel/insn.c 				enum aarch64_insn_branch_type type)
type              578 arch/arm64/kernel/insn.c 	switch (type) {
type              589 arch/arm64/kernel/insn.c 		pr_err("%s: unknown branch encoding %d\n", __func__, type);
type              600 arch/arm64/kernel/insn.c 				    enum aarch64_insn_ldst_type type)
type              604 arch/arm64/kernel/insn.c 	switch (type) {
type              612 arch/arm64/kernel/insn.c 		pr_err("%s: unknown load/store encoding %d\n", __func__, type);
type              632 arch/arm64/kernel/insn.c 				     enum aarch64_insn_ldst_type type)
type              637 arch/arm64/kernel/insn.c 	switch (type) {
type              651 arch/arm64/kernel/insn.c 		pr_err("%s: unknown load/store encoding %d\n", __func__, type);
type              695 arch/arm64/kernel/insn.c 				   enum aarch64_insn_ldst_type type)
type              699 arch/arm64/kernel/insn.c 	switch (type) {
type              707 arch/arm64/kernel/insn.c 		pr_err("%s: unknown load/store exclusive encoding %d\n", __func__, type);
type              766 arch/arm64/kernel/insn.c static u32 aarch64_insn_encode_prfm_imm(enum aarch64_insn_prfm_type type,
type              773 arch/arm64/kernel/insn.c 	switch (type) {
type              783 arch/arm64/kernel/insn.c 		pr_err("%s: unknown prfm type encoding %d\n", __func__, type);
type              820 arch/arm64/kernel/insn.c 			      enum aarch64_insn_prfm_type type,
type              828 arch/arm64/kernel/insn.c 	insn = aarch64_insn_encode_prfm_imm(type, target, policy, insn);
type              839 arch/arm64/kernel/insn.c 				 enum aarch64_insn_adsb_type type)
type              843 arch/arm64/kernel/insn.c 	switch (type) {
type              857 arch/arm64/kernel/insn.c 		pr_err("%s: unknown add/sub encoding %d\n", __func__, type);
type              901 arch/arm64/kernel/insn.c 			      enum aarch64_insn_bitfield_type type)
type              906 arch/arm64/kernel/insn.c 	switch (type) {
type              917 arch/arm64/kernel/insn.c 		pr_err("%s: unknown bitfield encoding %d\n", __func__, type);
type              955 arch/arm64/kernel/insn.c 			      enum aarch64_insn_movewide_type type)
type              959 arch/arm64/kernel/insn.c 	switch (type) {
type              970 arch/arm64/kernel/insn.c 		pr_err("%s: unknown movewide encoding %d\n", __func__, type);
type             1012 arch/arm64/kernel/insn.c 					 enum aarch64_insn_adsb_type type)
type             1016 arch/arm64/kernel/insn.c 	switch (type) {
type             1030 arch/arm64/kernel/insn.c 		pr_err("%s: unknown add/sub encoding %d\n", __func__, type);
type             1068 arch/arm64/kernel/insn.c 			   enum aarch64_insn_data1_type type)
type             1072 arch/arm64/kernel/insn.c 	switch (type) {
type             1088 arch/arm64/kernel/insn.c 		pr_err("%s: unknown data1 encoding %d\n", __func__, type);
type             1112 arch/arm64/kernel/insn.c 			   enum aarch64_insn_data2_type type)
type             1116 arch/arm64/kernel/insn.c 	switch (type) {
type             1136 arch/arm64/kernel/insn.c 		pr_err("%s: unknown data2 encoding %d\n", __func__, type);
type             1163 arch/arm64/kernel/insn.c 			   enum aarch64_insn_data3_type type)
type             1167 arch/arm64/kernel/insn.c 	switch (type) {
type             1175 arch/arm64/kernel/insn.c 		pr_err("%s: unknown data3 encoding %d\n", __func__, type);
type             1206 arch/arm64/kernel/insn.c 					 enum aarch64_insn_logic_type type)
type             1210 arch/arm64/kernel/insn.c 	switch (type) {
type             1236 arch/arm64/kernel/insn.c 		pr_err("%s: unknown logical encoding %d\n", __func__, type);
type             1273 arch/arm64/kernel/insn.c 			 enum aarch64_insn_adr_type type)
type             1278 arch/arm64/kernel/insn.c 	switch (type) {
type             1288 arch/arm64/kernel/insn.c 		pr_err("%s: unknown adr encoding %d\n", __func__, type);
type             1602 arch/arm64/kernel/insn.c u32 aarch64_insn_gen_logical_immediate(enum aarch64_insn_logic_type type,
type             1610 arch/arm64/kernel/insn.c 	switch (type) {
type             1624 arch/arm64/kernel/insn.c 		pr_err("%s: unknown logical encoding %d\n", __func__, type);
type               13 arch/arm64/kernel/jump_label.c 			       enum jump_label_type type)
type               18 arch/arm64/kernel/jump_label.c 	if (type == JUMP_LABEL_JMP) {
type               30 arch/arm64/kernel/jump_label.c 				      enum jump_label_type type)
type               51 arch/arm64/kernel/kexec_image.c 	if (image->type == KEXEC_TYPE_CRASH)
type               41 arch/arm64/kernel/machine_kexec.c 	pr_debug("    type:        %d\n", kimage->type);
type               72 arch/arm64/kernel/machine_kexec.c 	if (kimage->type != KEXEC_TYPE_CRASH && cpus_are_stuck_in_kernel()) {
type              293 arch/arm64/kernel/ptrace.c 	int err, type;
type              297 arch/arm64/kernel/ptrace.c 		type = HW_BREAKPOINT_X;
type              300 arch/arm64/kernel/ptrace.c 		type = HW_BREAKPOINT_RW;
type              314 arch/arm64/kernel/ptrace.c 	attr.bp_type	= type;
type              332 arch/arm64/kernel/ptrace.c 	int err, len, type, offset, disabled = !ctrl.enabled;
type              338 arch/arm64/kernel/ptrace.c 	err = arch_bp_generic_fields(ctrl, &len, &type, &offset);
type              344 arch/arm64/kernel/ptrace.c 		if ((type & HW_BREAKPOINT_X) != type)
type              348 arch/arm64/kernel/ptrace.c 		if ((type & HW_BREAKPOINT_RW) != type)
type              356 arch/arm64/kernel/ptrace.c 	attr->bp_type	= type;
type              106 arch/arm64/kernel/sdei.c 		info->type = STACK_TYPE_SDEI_NORMAL;
type              126 arch/arm64/kernel/sdei.c 		info->type = STACK_TYPE_SDEI_CRITICAL;
type               55 arch/arm64/kernel/stacktrace.c 	if (test_bit(info.type, frame->stacks_done))
type               71 arch/arm64/kernel/stacktrace.c 	if (info.type == frame->prev_type) {
type               85 arch/arm64/kernel/stacktrace.c 	frame->prev_type = info.type;
type               29 arch/arm64/kvm/inject_fault.c static u64 get_except_vector(struct kvm_vcpu *vcpu, enum exception_type type)
type               47 arch/arm64/kvm/inject_fault.c 	return vcpu_read_sys_reg(vcpu, VBAR_EL1) + exc_offset + type;
type              391 arch/arm64/kvm/reset.c int kvm_arm_setup_stage2(struct kvm *kvm, unsigned long type)
type              397 arch/arm64/kvm/reset.c 	if (type & ~KVM_VM_TYPE_ARM_IPA_SIZE_MASK)
type              400 arch/arm64/kvm/reset.c 	phys_shift = KVM_VM_TYPE_ARM_IPA_SIZE(type);
type              101 arch/arm64/kvm/trace.h 	TP_PROTO(const char *type, int len, __u64 *control, __u64 *value),
type              102 arch/arm64/kvm/trace.h 	TP_ARGS(type, len, control, value),
type              110 arch/arm64/kvm/trace.h 		__entry->name = type;
type               23 arch/arm64/net/bpf_jit.h #define A64_COMP_BRANCH(sf, Rt, offset, type) \
type               25 arch/arm64/net/bpf_jit.h 		AARCH64_INSN_BRANCH_COMP_##type)
type               45 arch/arm64/net/bpf_jit.h #define A64_BRANCH(offset, type) aarch64_insn_gen_branch_imm(0, offset, \
type               46 arch/arm64/net/bpf_jit.h 	AARCH64_INSN_BRANCH_##type)
type               56 arch/arm64/net/bpf_jit.h #define A64_LS_REG(Rt, Rn, Rm, size, type) \
type               59 arch/arm64/net/bpf_jit.h 		AARCH64_INSN_LDST_##type##_REG_OFFSET)
type               70 arch/arm64/net/bpf_jit.h #define A64_LS_PAIR(Rt, Rt2, Rn, offset, ls, type) \
type               73 arch/arm64/net/bpf_jit.h 		AARCH64_INSN_LDST_##ls##_PAIR_##type)
type               82 arch/arm64/net/bpf_jit.h #define A64_LSX(sf, Rt, Rn, Rs, type) \
type               84 arch/arm64/net/bpf_jit.h 				       AARCH64_INSN_LDST_##type)
type               97 arch/arm64/net/bpf_jit.h #define A64_ADDSUB_IMM(sf, Rd, Rn, imm12, type) \
type               99 arch/arm64/net/bpf_jit.h 		A64_VARIANT(sf), AARCH64_INSN_ADSB_##type)
type              107 arch/arm64/net/bpf_jit.h #define A64_BITFIELD(sf, Rd, Rn, immr, imms, type) \
type              109 arch/arm64/net/bpf_jit.h 		A64_VARIANT(sf), AARCH64_INSN_BITFIELD_MOVE_##type)
type              130 arch/arm64/net/bpf_jit.h #define A64_MOVEW(sf, Rd, imm16, shift, type) \
type              132 arch/arm64/net/bpf_jit.h 		A64_VARIANT(sf), AARCH64_INSN_MOVEWIDE_##type)
type              141 arch/arm64/net/bpf_jit.h #define A64_ADDSUB_SREG(sf, Rd, Rn, Rm, type) \
type              143 arch/arm64/net/bpf_jit.h 		A64_VARIANT(sf), AARCH64_INSN_ADSB_##type)
type              154 arch/arm64/net/bpf_jit.h #define A64_DATA1(sf, Rd, Rn, type) aarch64_insn_gen_data1(Rd, Rn, \
type              155 arch/arm64/net/bpf_jit.h 	A64_VARIANT(sf), AARCH64_INSN_DATA1_##type)
type              163 arch/arm64/net/bpf_jit.h #define A64_DATA2(sf, Rd, Rn, Rm, type) aarch64_insn_gen_data2(Rd, Rn, Rm, \
type              164 arch/arm64/net/bpf_jit.h 	A64_VARIANT(sf), AARCH64_INSN_DATA2_##type)
type              181 arch/arm64/net/bpf_jit.h #define A64_LOGIC_SREG(sf, Rd, Rn, Rm, type) \
type              183 arch/arm64/net/bpf_jit.h 		A64_VARIANT(sf), AARCH64_INSN_LOGIC_##type)
type               24 arch/c6x/include/asm/linkage.h 	.type name, @function @	\
type               50 arch/c6x/include/asm/special_insns.h #define ack_exception(type)      set_creg(ECR, 1 << (type))
type              309 arch/c6x/kernel/traps.c 	unsigned int type;
type              313 arch/c6x/kernel/traps.c 	while ((type = get_except_type()) != 0) {
type              314 arch/c6x/kernel/traps.c 		type_num = fls(type) - 1;
type               65 arch/csky/include/asm/pgtable.h #define __swp_entry(type, offset)	((swp_entry_t) {((type) << 4) | \
type              973 arch/csky/kernel/perf_event.c 	switch (event->attr.type) {
type               42 arch/csky/mm/highmem.c 	int idx, type;
type               49 arch/csky/mm/highmem.c 	type = kmap_atomic_idx_push();
type               50 arch/csky/mm/highmem.c 	idx = type + KM_TYPE_NR*smp_processor_id();
type               94 arch/csky/mm/highmem.c 	int idx, type;
type               98 arch/csky/mm/highmem.c 	type = kmap_atomic_idx_push();
type               99 arch/csky/mm/highmem.c 	idx = type + KM_TYPE_NR*smp_processor_id();
type               45 arch/h8300/kernel/ptrace_h.c 	signed char type;
type               53 arch/h8300/kernel/ptrace_h.c 		.type	    = jmp,	\
type              171 arch/h8300/kernel/ptrace_h.c 	switch (op->type) {
type              461 arch/hexagon/include/asm/pgtable.h #define __swp_entry(type, offset) \
type              463 arch/hexagon/include/asm/pgtable.h 		((type << 1) | \
type              581 arch/ia64/include/asm/pal.h 			type		: 8,	/* Bus xaction type*/
type              740 arch/ia64/include/asm/pal.h #define pmci_bus_transaction_type		pme_bus.type
type             1159 arch/ia64/include/asm/pal.h ia64_pal_get_pstate (u64 *pstate_index, unsigned long type)
type             1162 arch/ia64/include/asm/pal.h 	PAL_CALL_STK(iprv, PAL_GET_PSTATE, type, 0, 0);
type             1392 arch/ia64/include/asm/pal.h ia64_pal_platform_addr (u64 type, u64 physical_addr)
type             1395 arch/ia64/include/asm/pal.h 	PAL_CALL(iprv, PAL_PLATFORM_ADDR, type, physical_addr, 0);
type             1808 arch/ia64/include/asm/pal.h 		u64 type,
type             1814 arch/ia64/include/asm/pal.h 	PAL_CALL(iprv, PAL_CACHE_SHARED_INFO, level, type, proc_number);
type              478 arch/ia64/include/asm/pgtable.h #define __swp_entry(type,offset)	((swp_entry_t) { ((type) << 1) | ((long) (offset) << 8) })
type              166 arch/ia64/include/asm/sal.h #define SAL_DESC_SIZE(type)	"\060\040\020\040\020\020"[(unsigned) type]
type              169 arch/ia64/include/asm/sal.h 	u8 type;
type              178 arch/ia64/include/asm/sal.h 	u8 type;
type              193 arch/ia64/include/asm/sal.h 	u8 type;
type              199 arch/ia64/include/asm/sal.h 	u8 type;
type              209 arch/ia64/include/asm/sal.h 	u8 type;
type              229 arch/ia64/include/asm/sal.h 	u8 type;
type              757 arch/ia64/include/asm/sal.h ia64_sal_pci_config_read (u64 pci_config_addr, int type, u64 size, u64 *value)
type              760 arch/ia64/include/asm/sal.h 	SAL_CALL(isrv, SAL_PCI_CONFIG_READ, pci_config_addr, size, type, 0, 0, 0, 0);
type              768 arch/ia64/include/asm/sal.h ia64_sal_pci_config_write (u64 pci_config_addr, int type, u64 size, u64 value)
type              772 arch/ia64/include/asm/sal.h 	         type, 0, 0, 0);
type               85 arch/ia64/include/asm/unwind.h 			unsigned long type : 3;		/* enum unw_nat_type */
type              174 arch/ia64/kernel/acpi.c 	vector = iosapic_register_platform_intr(plintsrc->type,
type              186 arch/ia64/kernel/acpi.c 	platform_intr_list[plintsrc->type] = vector;
type              844 arch/ia64/kernel/acpi.c 	if (obj->type != ACPI_TYPE_BUFFER ||
type              852 arch/ia64/kernel/acpi.c 	if (iosapic->header.type != ACPI_MADT_TYPE_IO_SAPIC) {
type              263 arch/ia64/kernel/efi.c 	switch (md->type) {
type              366 arch/ia64/kernel/efi.c 		if (md->type != EFI_PAL_CODE)
type              702 arch/ia64/kernel/efi.c 		if (md->type == EFI_MEMORY_MAPPED_IO_PORT_SPACE) {
type              770 arch/ia64/kernel/efi.c 		return md->type;
type              950 arch/ia64/kernel/efi.c 		if (hdr->type == EFI_DEV_MSG &&
type              953 arch/ia64/kernel/efi.c 		else if (hdr->type == EFI_DEV_END_PATH ||
type              954 arch/ia64/kernel/efi.c 			  hdr->type == EFI_DEV_END_PATH2) {
type             1014 arch/ia64/kernel/efi.c 		if (!is_memory_available(md) || md->type == EFI_LOADER_DATA)
type             1069 arch/ia64/kernel/efi.c 			    (md->type == EFI_CONVENTIONAL_MEMORY ||
type             1070 arch/ia64/kernel/efi.c 			     md->type == EFI_BOOT_SERVICES_DATA)) {
type             1199 arch/ia64/kernel/efi.c 		switch (md->type) {
type             1341 arch/ia64/kernel/efi.c 		if (efi_wb(md) && md->type == EFI_LOADER_DATA
type               34 arch/ia64/kernel/esi.c #define ESI_DESC_SIZE(type)	"\060"[(unsigned) (type)]
type               37 arch/ia64/kernel/esi.c 	u8 type;
type               93 arch/ia64/kernel/machine_kexec.c 	if (image->type == KEXEC_TYPE_CRASH) {
type              168 arch/ia64/kernel/mca.c extern void salinfo_log_wakeup(int type, u8 *buffer, u64 size, int irqsafe);
type              967 arch/ia64/kernel/mca.c 		const char *type)
type             1158 arch/ia64/kernel/mca.c 			smp_processor_id(), type, msg);
type             1173 arch/ia64/kernel/mca.c ia64_wait_for_slaves(int monarch, const char *type)
type             1200 arch/ia64/kernel/mca.c 	mprintk(KERN_INFO "OS %s slave did not rendezvous on cpu", type);
type             1211 arch/ia64/kernel/mca.c 	mprintk(KERN_INFO "All OS %s slaves have reached rendezvous\n", type);
type             1807 arch/ia64/kernel/mca.c 		const char *type, int cpu)
type             1824 arch/ia64/kernel/mca.c 	strncpy(p->comm, type, sizeof(p->comm)-1);
type              585 arch/ia64/kernel/mca_drv.c 		switch(pbci->type) {
type              100 arch/ia64/kernel/perfmon.c #define PMC_IS_LAST(i)	(pmu_conf->pmc_desc[i].type & PFM_REG_END)
type              101 arch/ia64/kernel/perfmon.c #define PMD_IS_LAST(i)	(pmu_conf->pmd_desc[i].type & PFM_REG_END)
type              106 arch/ia64/kernel/perfmon.c #define PMC_IS_IMPL(i)	  (i< PMU_MAX_PMCS && (pmu_conf->pmc_desc[i].type & PFM_REG_IMPL))
type              107 arch/ia64/kernel/perfmon.c #define PMD_IS_IMPL(i)	  (i< PMU_MAX_PMDS && (pmu_conf->pmd_desc[i].type & PFM_REG_IMPL))
type              110 arch/ia64/kernel/perfmon.c #define PMD_IS_COUNTING(i) ((pmu_conf->pmd_desc[i].type & PFM_REG_COUNTING) == PFM_REG_COUNTING)
type              111 arch/ia64/kernel/perfmon.c #define PMC_IS_COUNTING(i) ((pmu_conf->pmc_desc[i].type & PFM_REG_COUNTING) == PFM_REG_COUNTING)
type              112 arch/ia64/kernel/perfmon.c #define PMC_IS_MONITOR(i)  ((pmu_conf->pmc_desc[i].type & PFM_REG_MONITOR)  == PFM_REG_MONITOR)
type              113 arch/ia64/kernel/perfmon.c #define PMC_IS_CONTROL(i)  ((pmu_conf->pmc_desc[i].type & PFM_REG_CONTROL)  == PFM_REG_CONTROL)
type              394 arch/ia64/kernel/perfmon.c 	unsigned int		type;
type             2816 arch/ia64/kernel/perfmon.c 		pmc_type   = pmu_conf->pmc_desc[cnum].type;
type              149 arch/ia64/kernel/salinfo.c 	u8			type;
type              212 arch/ia64/kernel/salinfo.c salinfo_log_wakeup(int type, u8 *buffer, u64 size, int irqsafe)
type              214 arch/ia64/kernel/salinfo.c 	struct salinfo_data *data = salinfo_data + type;
type              220 arch/ia64/kernel/salinfo.c 	BUG_ON(type >= ARRAY_SIZE(salinfo_log_name));
type              357 arch/ia64/kernel/salinfo.c 	    !(data->log_buffer = vmalloc(ia64_sal_get_state_info_size(data->type)))) {
type              387 arch/ia64/kernel/salinfo.c 	data->log_size = ia64_sal_get_state_info(data->type, (u64 *) data->log_buffer);
type              391 arch/ia64/kernel/salinfo.c 		ia64_sal_clear_state_info(data->type);
type              458 arch/ia64/kernel/salinfo.c 	ia64_sal_clear_state_info(data->type);
type              613 arch/ia64/kernel/salinfo.c 		data->type = i;
type              124 arch/ia64/kernel/topology.c 	int type;
type              152 arch/ia64/kernel/topology.c 					this_leaf->type,
type              168 arch/ia64/kernel/topology.c 				this_leaf->type,
type              226 arch/ia64/kernel/topology.c 	int type = this_leaf->type + this_leaf->cci.pcci_unified;
type              227 arch/ia64/kernel/topology.c 	return sprintf(buf, "%s\n", cache_types[type]);
type              249 arch/ia64/kernel/topology.c define_one_ro(type);
type              258 arch/ia64/kernel/topology.c 	&type.attr,
type              331 arch/ia64/kernel/topology.c 			this_cache[num_cache_leaves].type = j;
type              673 arch/ia64/kernel/unaligned.c emulate_load_updates (update_t type, load_store_t ld, struct pt_regs *regs, unsigned long ifa)
type              693 arch/ia64/kernel/unaligned.c 	if (type == UPD_IMMEDIATE) {
type              308 arch/ia64/kernel/unwind.c 				switch (ireg->nat.type) {
type              792 arch/m68k/amiga/config.c 		char *type;
type              795 arch/m68k/amiga/config.c 			type = "OCS";
type              798 arch/m68k/amiga/config.c 			type = "ECS";
type              801 arch/m68k/amiga/config.c 			type = "AGA";
type              804 arch/m68k/amiga/config.c 			type = "Old or Unknown";
type              807 arch/m68k/amiga/config.c 		seq_printf(m, "Graphics:\t%s\n", type);
type              145 arch/m68k/coldfire/intc-2.c static int intc_irq_set_type(struct irq_data *d, unsigned int type)
type              150 arch/m68k/coldfire/intc-2.c 	switch (type) {
type               24 arch/m68k/coldfire/intc-525x.c 	u32 type = irqd_get_trigger_type(d);
type               27 arch/m68k/coldfire/intc-525x.c 	if (type & IRQ_TYPE_EDGE_RISING)
type               29 arch/m68k/coldfire/intc-525x.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type               37 arch/m68k/coldfire/intc-525x.c 	u32 type = irqd_get_trigger_type(d);
type               40 arch/m68k/coldfire/intc-525x.c 	if (type & IRQ_TYPE_EDGE_RISING)
type               42 arch/m68k/coldfire/intc-525x.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type               50 arch/m68k/coldfire/intc-525x.c 	u32 type = irqd_get_trigger_type(d);
type               53 arch/m68k/coldfire/intc-525x.c 	if (type & IRQ_TYPE_EDGE_RISING)
type               55 arch/m68k/coldfire/intc-525x.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type              122 arch/m68k/coldfire/intc-5272.c static int intc_irq_set_type(struct irq_data *d, unsigned int type)
type              131 arch/m68k/coldfire/intc-5272.c 			if (type == IRQ_TYPE_EDGE_FALLING)
type              129 arch/m68k/coldfire/intc-simr.c static int intc_irq_set_type(struct irq_data *d, unsigned int type)
type              134 arch/m68k/coldfire/intc-simr.c 	switch (type) {
type              126 arch/m68k/coldfire/intc.c static int intc_irq_set_type(struct irq_data *d, unsigned int type)
type               41 arch/m68k/coldfire/stmark2.c 	.type = "is25lp128",
type              137 arch/m68k/emu/nfcon.c 	nfcon_tty_driver->type = TTY_DRIVER_TYPE_SYSTEM;
type               59 arch/m68k/fpsp040/fpsp.h |	type that was generated.  Some handlers may omit the "frestore"
type              162 arch/m68k/fpsp040/fpsp.h 	.set	stag_mask,0xE0		| upper 3 bits are source tag type
type              183 arch/m68k/fpsp040/fpsp.h 	.set	dtag_mask,0xE0		| upper 3 bits are dest type tag
type             1220 arch/m68k/ifpsp060/src/fpsp.S # if the exception is an opclass zero or two unimplemented data type
type             1219 arch/m68k/ifpsp060/src/pfpsp.S # if the exception is an opclass zero or two unimplemented data type
type              115 arch/m68k/include/asm/atariints.h static inline int get_mfp_bit( unsigned irq, int type )
type              120 arch/m68k/include/asm/atariints.h 	reg = (unsigned char *)&st_mfp.int_en_a + type*4 +
type              125 arch/m68k/include/asm/atariints.h static inline void set_mfp_bit( unsigned irq, int type )
type              130 arch/m68k/include/asm/atariints.h 	reg = (unsigned char *)&st_mfp.int_en_a + type*4 +
type              136 arch/m68k/include/asm/atariints.h static inline void clear_mfp_bit( unsigned irq, int type )
type              141 arch/m68k/include/asm/atariints.h 	reg = (unsigned char *)&st_mfp.int_en_a + type*4 +
type              143 arch/m68k/include/asm/atariints.h 	if (type == MFP_PENDING || type == MFP_SERVICE)
type               38 arch/m68k/include/asm/bootstd.h #define __bsc_return(type, res) \
type               46 arch/m68k/include/asm/bootstd.h    return (type)(res); \
type               49 arch/m68k/include/asm/bootstd.h #define _bsc0(type,name) \
type               50 arch/m68k/include/asm/bootstd.h type name(void) \
type               57 arch/m68k/include/asm/bootstd.h    __bsc_return(type,__res); \
type               60 arch/m68k/include/asm/bootstd.h #define _bsc1(type,name,atype,a) \
type               61 arch/m68k/include/asm/bootstd.h type name(atype a) \
type               69 arch/m68k/include/asm/bootstd.h    __bsc_return(type,__res); \
type               72 arch/m68k/include/asm/bootstd.h #define _bsc2(type,name,atype,a,btype,b) \
type               73 arch/m68k/include/asm/bootstd.h type name(atype a, btype b) \
type               82 arch/m68k/include/asm/bootstd.h    __bsc_return(type,__res); \
type               85 arch/m68k/include/asm/bootstd.h #define _bsc3(type,name,atype,a,btype,b,ctype,c) \
type               86 arch/m68k/include/asm/bootstd.h type name(atype a, btype b, ctype c) \
type               97 arch/m68k/include/asm/bootstd.h    __bsc_return(type,__res); \
type              100 arch/m68k/include/asm/bootstd.h #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
type              101 arch/m68k/include/asm/bootstd.h type name(atype a, btype b, ctype c, dtype d) \
type              113 arch/m68k/include/asm/bootstd.h    __bsc_return(type,__res); \
type              116 arch/m68k/include/asm/bootstd.h #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
type              117 arch/m68k/include/asm/bootstd.h type name(atype a, btype b, ctype c, dtype d, etype e) \
type              130 arch/m68k/include/asm/bootstd.h    __bsc_return(type,__res); \
type               13 arch/m68k/include/asm/module.h 	enum m68k_fixup_type type;
type               29 arch/m68k/include/asm/module.h #define m68k_fixup(type, addr)			\
type               31 arch/m68k/include/asm/module.h 	"	.long " #type "," #addr "\n"	\
type              271 arch/m68k/include/asm/motorola_pgtable.h #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 12) })
type              212 arch/m68k/include/asm/sun3_pgtable.h #define __swp_entry(type,offset) ((swp_entry_t) { ((type) | ((offset) << 7)) })
type              166 arch/m68k/include/asm/sun3mmu.h 			  unsigned long type);
type              109 arch/m68k/include/asm/uaccess_mm.h #define __get_user_asm(res, x, ptr, type, bwl, reg, err) ({		\
type              110 arch/m68k/include/asm/uaccess_mm.h 	type __gu_val;							\
type              119 arch/m68k/kernel/module.c 		switch (fixup->type) {
type               70 arch/m68k/math-emu/fp_decode.h | first decoding of the instr type
type               82 arch/m68k/math-emu/fp_decode.h | second decoding of the instr type
type              188 arch/m68k/math-emu/fp_decode.h | get the extension word and test for brief or full extension type
type               31 arch/m68k/mm/sun3kmap.c 				 unsigned long type)
type               38 arch/m68k/mm/sun3kmap.c 	pte |= type;
type               50 arch/m68k/mm/sun3kmap.c 				 unsigned long type, int pages)
type               57 arch/m68k/mm/sun3kmap.c 		do_page_mapin(phys, virt, type);
type               65 arch/m68k/mm/sun3kmap.c 		   unsigned long type)
type               99 arch/m68k/mm/sun3kmap.c 		do_pmeg_mapin(phys, virt, type, seg_pages);
type               95 arch/m68k/sun3/mmu_emu.c 	char flags[7], *type;
type              106 arch/m68k/sun3/mmu_emu.c 		case SUN3_PAGE_TYPE_MEMORY: type = "memory"; break;
type              107 arch/m68k/sun3/mmu_emu.c 		case SUN3_PAGE_TYPE_IO:     type = "io"    ; break;
type              108 arch/m68k/sun3/mmu_emu.c 		case SUN3_PAGE_TYPE_VME16:  type = "vme16" ; break;
type              109 arch/m68k/sun3/mmu_emu.c 		case SUN3_PAGE_TYPE_VME32:  type = "vme32" ; break;
type              110 arch/m68k/sun3/mmu_emu.c 		default: type = "unknown?"; break;
type              114 arch/m68k/sun3/mmu_emu.c 		val, (val & SUN3_PAGE_PGNUM_MASK) << PAGE_SHIFT, flags, type);
type               66 arch/microblaze/include/asm/exceptions.h asmlinkage void full_exception(struct pt_regs *regs, unsigned int type,
type              508 arch/microblaze/include/asm/pgtable.h #define __swp_entry(type, offset) \
type              509 arch/microblaze/include/asm/pgtable.h 		((swp_entry_t) { (type) | ((offset) << 6) })
type               69 arch/microblaze/kernel/exceptions.c asmlinkage void full_exception(struct pt_regs *regs, unsigned int type,
type               78 arch/microblaze/kernel/exceptions.c 			type, user_mode(regs) ? "user" : "kernel", fsr,
type               82 arch/microblaze/kernel/exceptions.c 	switch (type & 0x1F) {
type              145 arch/microblaze/kernel/exceptions.c 			type, (unsigned int) addr,
type               39 arch/microblaze/mm/highmem.c 	int idx, type;
type               47 arch/microblaze/mm/highmem.c 	type = kmap_atomic_idx_push();
type               48 arch/microblaze/mm/highmem.c 	idx = type + KM_TYPE_NR*smp_processor_id();
type               63 arch/microblaze/mm/highmem.c 	int type;
type               72 arch/microblaze/mm/highmem.c 	type = kmap_atomic_idx();
type               74 arch/microblaze/mm/highmem.c 	idx = type + KM_TYPE_NR * smp_processor_id();
type             1060 arch/microblaze/pci/pci-common.c #define NULL_PCI_OP(rw, size, type)					\
type             1062 arch/microblaze/pci/pci-common.c null_##rw##_config_##size(struct pci_dev *dev, int offset, type val)	\
type             1104 arch/microblaze/pci/pci-common.c #define EARLY_PCI_OP(rw, size, type)					\
type             1106 arch/microblaze/pci/pci-common.c 			       int devfn, int offset, type value)	\
type               71 arch/mips/alchemy/common/irq.c 	int type;	/* IRQ_TYPE_ */
type               76 arch/mips/alchemy/common/irq.c static int au1x_ic_settype(struct irq_data *d, unsigned int type);
type               77 arch/mips/alchemy/common/irq.c static int au1300_gpic_settype(struct irq_data *d, unsigned int type);
type              665 arch/mips/alchemy/common/irq.c static int au1300_gpic_settype(struct irq_data *d, unsigned int type)
type              671 arch/mips/alchemy/common/irq.c 	switch (type) {
type              913 arch/mips/alchemy/common/irq.c 		au1x_ic_settype(irq_get_irq_data(irq_nr), map->type);
type              948 arch/mips/alchemy/common/irq.c 		au1300_gpic_settype(irq_get_irq_data(i), dints->type);
type               59 arch/mips/alchemy/common/platform.c 		.type		= PORT_16550A,			\
type              157 arch/mips/alchemy/devboards/db1200.c 	.type		= "m25p10",
type              363 arch/mips/alchemy/devboards/db1300.c 		.type			= EV_KEY,
type              371 arch/mips/alchemy/devboards/db1300.c 		.type			= EV_KEY,
type              379 arch/mips/alchemy/devboards/db1300.c 		.type			= EV_KEY,
type              387 arch/mips/alchemy/devboards/db1300.c 		.type			= EV_KEY,
type              395 arch/mips/alchemy/devboards/db1300.c 		.type			= EV_KEY,
type               99 arch/mips/alchemy/devboards/db1550.c 	.type		= "m25p10",
type              562 arch/mips/ar7/platform.c 	uart_port.type		= PORT_AR7;
type               45 arch/mips/ath79/clock.c static const char * __init ath79_clk_name(int type)
type               47 arch/mips/ath79/clock.c 	BUG_ON(type >= ARRAY_SIZE(clk_names) || !clk_names[type]);
type               48 arch/mips/ath79/clock.c 	return clk_names[type];
type               51 arch/mips/ath79/clock.c static void __init __ath79_set_clk(int type, const char *name, struct clk *clk)
type               54 arch/mips/ath79/clock.c 		panic("failed to allocate %s clock structure", clk_names[type]);
type               56 arch/mips/ath79/clock.c 	clks[type] = clk;
type               60 arch/mips/ath79/clock.c static struct clk * __init ath79_set_clk(int type, unsigned long rate)
type               62 arch/mips/ath79/clock.c 	const char *name = ath79_clk_name(type);
type               66 arch/mips/ath79/clock.c 	__ath79_set_clk(type, name, clk);
type               70 arch/mips/ath79/clock.c static struct clk * __init ath79_set_ff_clk(int type, const char *parent,
type               73 arch/mips/ath79/clock.c 	const char *name = ath79_clk_name(type);
type               77 arch/mips/ath79/clock.c 	__ath79_set_clk(type, name, clk);
type                4 arch/mips/boot/tools/relocs.c #define ElfW(type)		_ElfW(ELF_BITS, type)
type                5 arch/mips/boot/tools/relocs.c #define _ElfW(bits, type)	__ElfW(bits, type)
type                6 arch/mips/boot/tools/relocs.c #define __ElfW(bits, type)	Elf##bits##_##type
type               60 arch/mips/boot/tools/relocs.c static const char *rel_type(unsigned type)
type               86 arch/mips/boot/tools/relocs.c 	if (type < ARRAY_SIZE(type_name) && type_name[type])
type               87 arch/mips/boot/tools/relocs.c 		name = type_name[type];
type              442 arch/mips/boot/tools/relocs.c static void add_reloc(struct relocs *r, uint32_t offset, unsigned type)
type              452 arch/mips/boot/tools/relocs.c 	offset = (offset & 0x00FFFFFF) | ((type & 0xFF) << 24);
type               58 arch/mips/cavium-octeon/executive/cvmx-helper-rgmii.c 	if (mode.s.type) {
type              173 arch/mips/cavium-octeon/executive/cvmx-helper-rgmii.c 	     OCTEON_IS_MODEL(OCTEON_CN58XX)) && mode.s.type == 1)
type              417 arch/mips/cavium-octeon/executive/cvmx-helper-rgmii.c 			    || ((index != 0) && (mode.s.type == 1))) {
type              233 arch/mips/cavium-octeon/executive/cvmx-helper.c 		if (mode.s.type)
type              346 arch/mips/cavium-octeon/executive/cvmx-helper.c 		if (mode.s.type) {
type              110 arch/mips/cavium-octeon/executive/cvmx-interrupt-rsl.c 				if (mode.s.type)
type              120 arch/mips/cavium-octeon/executive/cvmx-interrupt-rsl.c 				if (mode.s.type)
type             1153 arch/mips/cavium-octeon/octeon-irq.c 	unsigned int type;
type             1171 arch/mips/cavium-octeon/octeon-irq.c 		type = IRQ_TYPE_EDGE_RISING;
type             1174 arch/mips/cavium-octeon/octeon-irq.c 		type = IRQ_TYPE_EDGE_FALLING;
type             1177 arch/mips/cavium-octeon/octeon-irq.c 		type = IRQ_TYPE_LEVEL_HIGH;
type             1180 arch/mips/cavium-octeon/octeon-irq.c 		type = IRQ_TYPE_LEVEL_LOW;
type             1186 arch/mips/cavium-octeon/octeon-irq.c 		type = IRQ_TYPE_LEVEL_LOW;
type             1189 arch/mips/cavium-octeon/octeon-irq.c 	*out_type = type;
type             2167 arch/mips/cavium-octeon/octeon-irq.c 	unsigned int type = 0;
type             2170 arch/mips/cavium-octeon/octeon-irq.c 		type = intspec[1];
type             2172 arch/mips/cavium-octeon/octeon-irq.c 	switch (type) {
type             2341 arch/mips/cavium-octeon/octeon-irq.c 	unsigned int hwirq, type, intsn_major;
type             2347 arch/mips/cavium-octeon/octeon-irq.c 	type = intspec[1];
type             2364 arch/mips/cavium-octeon/octeon-irq.c 	switch (type) {
type               53 arch/mips/crypto/crc32-mips.c #define _CRC32(crc, value, size, type)		\
type               58 arch/mips/crypto/crc32-mips.c 		#type #size "	%0, %1, %0\n\t"	\
type               72 arch/mips/fw/arc/memory.c static inline int memtype_classify_arcs(union linux_memtypes type)
type               74 arch/mips/fw/arc/memory.c 	switch (type.arcs) {
type               92 arch/mips/fw/arc/memory.c static inline int memtype_classify_arc(union linux_memtypes type)
type               94 arch/mips/fw/arc/memory.c 	switch (type.arc) {
type              112 arch/mips/fw/arc/memory.c static int __init prom_memtype_classify(union linux_memtypes type)
type              115 arch/mips/fw/arc/memory.c 		return memtype_classify_arcs(type);
type              117 arch/mips/fw/arc/memory.c 	return memtype_classify_arc(type);
type              131 arch/mips/fw/arc/memory.c 		       i, p, p->base, p->pages, mtypes(p->type));
type              141 arch/mips/fw/arc/memory.c 		long type;
type              145 arch/mips/fw/arc/memory.c 		type = prom_memtype_classify(p->type);
type              147 arch/mips/fw/arc/memory.c 		add_memory_region(base, size, type);
type              149 arch/mips/fw/arc/memory.c 		if (type == BOOT_MEM_ROM_DATA) {
type               97 arch/mips/fw/arc/tree.c 	       p, classes[p->class], types[p->type],
type              127 arch/mips/fw/cfe/cfe_api.c cfe_enummem(int idx, int flags, u64 *start, u64 *length, u64 *type)
type              145 arch/mips/fw/cfe/cfe_api.c 	*type = xiocb.plist.xiocb_meminfo.mi_type;
type               29 arch/mips/include/asm/asm.h 		.type	symbol, @function;		\
type               41 arch/mips/include/asm/asm.h 		.type	symbol, @function;		\
type               67 arch/mips/include/asm/asm.h 		.type	symbol, @function;		\
type               97 arch/mips/include/asm/bootinfo.h extern void add_memory_region(phys_addr_t start, phys_addr_t size, long type);
type               26 arch/mips/include/asm/cdmm.h 	unsigned int		type;
type              140 arch/mips/include/asm/fw/arc/hinv.h 	CONFIGTYPE type;		/* type of token */
type               89 arch/mips/include/asm/fw/cfe/cfe_api.h 		uint64_t * type);
type               16 arch/mips/include/asm/ginvt.h _ASM_MACRO_1R1I(ginvt, rs, type,
type               17 arch/mips/include/asm/ginvt.h 		_ASM_INSN_IF_MIPS(0x7c0000bd | (__rs << 21) | (\\type << 8))
type               18 arch/mips/include/asm/ginvt.h 		_ASM_INSN32_IF_MM(0x0000717c | (__rs << 16) | (\\type << 9)));
type               22 arch/mips/include/asm/ginvt.h static __always_inline void ginvt(unsigned long addr, enum ginvt_type type)
type               30 arch/mips/include/asm/ginvt.h 		: "r"(addr), "i"(type)
type              315 arch/mips/include/asm/io.h #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq)	\
type              317 arch/mips/include/asm/io.h static inline void pfx##write##bwlq(type val,				\
type              320 arch/mips/include/asm/io.h 	volatile type *__mem;						\
type              321 arch/mips/include/asm/io.h 	type __val;							\
type              332 arch/mips/include/asm/io.h 	if (sizeof(type) != sizeof(u64) || sizeof(u64) == sizeof(long)) \
type              336 arch/mips/include/asm/io.h 		type __tmp;						\
type              357 arch/mips/include/asm/io.h static inline type pfx##read##bwlq(const volatile void __iomem *mem)	\
type              359 arch/mips/include/asm/io.h 	volatile type *__mem;						\
type              360 arch/mips/include/asm/io.h 	type __val;							\
type              367 arch/mips/include/asm/io.h 	if (sizeof(type) != sizeof(u64) || sizeof(u64) == sizeof(long)) \
type              396 arch/mips/include/asm/io.h #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax, p)	\
type              398 arch/mips/include/asm/io.h static inline void pfx##out##bwlq##p(type val, unsigned long port)	\
type              400 arch/mips/include/asm/io.h 	volatile type *__addr;						\
type              401 arch/mips/include/asm/io.h 	type __val;							\
type              413 arch/mips/include/asm/io.h 	BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long));		\
type              418 arch/mips/include/asm/io.h static inline type pfx##in##bwlq##p(unsigned long port)			\
type              420 arch/mips/include/asm/io.h 	volatile type *__addr;						\
type              421 arch/mips/include/asm/io.h 	type __val;							\
type              425 arch/mips/include/asm/io.h 	BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long));		\
type              438 arch/mips/include/asm/io.h #define __BUILD_MEMORY_PFX(bus, bwlq, type, relax)			\
type              440 arch/mips/include/asm/io.h __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1, relax, 1)
type              442 arch/mips/include/asm/io.h #define BUILDIO_MEM(bwlq, type)						\
type              444 arch/mips/include/asm/io.h __BUILD_MEMORY_PFX(__raw_, bwlq, type, 0)				\
type              445 arch/mips/include/asm/io.h __BUILD_MEMORY_PFX(__relaxed_, bwlq, type, 1)				\
type              446 arch/mips/include/asm/io.h __BUILD_MEMORY_PFX(__mem_, bwlq, type, 0)				\
type              447 arch/mips/include/asm/io.h __BUILD_MEMORY_PFX(, bwlq, type, 0)
type              459 arch/mips/include/asm/io.h #define __BUILD_IOPORT_PFX(bus, bwlq, type)				\
type              460 arch/mips/include/asm/io.h 	__BUILD_IOPORT_SINGLE(bus, bwlq, type, 1, 0,)			\
type              461 arch/mips/include/asm/io.h 	__BUILD_IOPORT_SINGLE(bus, bwlq, type, 1, 0, _p)
type              463 arch/mips/include/asm/io.h #define BUILDIO_IOPORT(bwlq, type)					\
type              464 arch/mips/include/asm/io.h 	__BUILD_IOPORT_PFX(, bwlq, type)				\
type              465 arch/mips/include/asm/io.h 	__BUILD_IOPORT_PFX(__mem_, bwlq, type)
type              474 arch/mips/include/asm/io.h #define __BUILDIO(bwlq, type)						\
type              476 arch/mips/include/asm/io.h __BUILD_MEMORY_SINGLE(____raw_, bwlq, type, 1, 0, 0)
type              520 arch/mips/include/asm/io.h #define __BUILD_MEMORY_STRING(bwlq, type)				\
type              525 arch/mips/include/asm/io.h 	const volatile type *__addr = addr;				\
type              536 arch/mips/include/asm/io.h 	volatile type *__addr = addr;					\
type              544 arch/mips/include/asm/io.h #define __BUILD_IOPORT_STRING(bwlq, type)				\
type              549 arch/mips/include/asm/io.h 	const volatile type *__addr = addr;				\
type              560 arch/mips/include/asm/io.h 	volatile type *__addr = addr;					\
type              568 arch/mips/include/asm/io.h #define BUILDSTRING(bwlq, type)						\
type              570 arch/mips/include/asm/io.h __BUILD_MEMORY_STRING(bwlq, type)					\
type              571 arch/mips/include/asm/io.h __BUILD_IOPORT_STRING(bwlq, type)
type              475 arch/mips/include/asm/kvm_host.h #define __BUILD_KVM_RW_SAVED(name, type, _reg, sel)			\
type              476 arch/mips/include/asm/kvm_host.h static inline __KVMT##type kvm_read_sw_gc0_##name(struct mips_coproc *cop0) \
type              481 arch/mips/include/asm/kvm_host.h 					   __KVMT##type val)		\
type              487 arch/mips/include/asm/kvm_host.h #define __BUILD_KVM_SET_SAVED(name, type, _reg, sel)			\
type              489 arch/mips/include/asm/kvm_host.h 					 __KVMT##type val)		\
type              494 arch/mips/include/asm/kvm_host.h 					   __KVMT##type val)		\
type              499 arch/mips/include/asm/kvm_host.h 					    __KVMT##type mask,		\
type              500 arch/mips/include/asm/kvm_host.h 					    __KVMT##type val)		\
type              508 arch/mips/include/asm/kvm_host.h #define __BUILD_KVM_ATOMIC_SAVED(name, type, _reg, sel)			\
type              510 arch/mips/include/asm/kvm_host.h 					 __KVMT##type val)		\
type              515 arch/mips/include/asm/kvm_host.h 					   __KVMT##type val)		\
type              520 arch/mips/include/asm/kvm_host.h 					    __KVMT##type mask,		\
type              521 arch/mips/include/asm/kvm_host.h 					    __KVMT##type val)		\
type              533 arch/mips/include/asm/kvm_host.h #define __BUILD_KVM_RW_VZ(name, type, _reg, sel)			\
type              534 arch/mips/include/asm/kvm_host.h static inline __KVMT##type kvm_read_vz_gc0_##name(struct mips_coproc *cop0) \
type              539 arch/mips/include/asm/kvm_host.h 					   __KVMT##type val)		\
type              545 arch/mips/include/asm/kvm_host.h #define __BUILD_KVM_SET_VZ(name, type, _reg, sel)			\
type              547 arch/mips/include/asm/kvm_host.h 					 __KVMT##type val)		\
type              552 arch/mips/include/asm/kvm_host.h 					   __KVMT##type val)		\
type              557 arch/mips/include/asm/kvm_host.h 					    __KVMT##type mask,		\
type              558 arch/mips/include/asm/kvm_host.h 					    __KVMT##type val)		\
type              580 arch/mips/include/asm/kvm_host.h #define __BUILD_KVM_RW_WRAP(name1, name2, type)				\
type              581 arch/mips/include/asm/kvm_host.h static inline __KVMT##type kvm_read_##name1(struct mips_coproc *cop0)	\
type              586 arch/mips/include/asm/kvm_host.h 				     __KVMT##type val)			\
type              592 arch/mips/include/asm/kvm_host.h #define __BUILD_KVM_SET_WRAP(name1, name2, type)			\
type              594 arch/mips/include/asm/kvm_host.h 				   __KVMT##type val)			\
type              599 arch/mips/include/asm/kvm_host.h 				     __KVMT##type val)			\
type              604 arch/mips/include/asm/kvm_host.h 				      __KVMT##type mask,		\
type              605 arch/mips/include/asm/kvm_host.h 				      __KVMT##type val)			\
type              616 arch/mips/include/asm/kvm_host.h #define __BUILD_KVM_RW_SW(name, type, _reg, sel)			\
type              617 arch/mips/include/asm/kvm_host.h 	__BUILD_KVM_RW_SAVED(name, type, _reg, sel)			\
type              618 arch/mips/include/asm/kvm_host.h 	__BUILD_KVM_RW_WRAP(c0_guest_##name, sw_gc0_##name, type)
type              620 arch/mips/include/asm/kvm_host.h #define __BUILD_KVM_SET_SW(name, type, _reg, sel)			\
type              621 arch/mips/include/asm/kvm_host.h 	__BUILD_KVM_SET_SAVED(name, type, _reg, sel)			\
type              622 arch/mips/include/asm/kvm_host.h 	__BUILD_KVM_SET_WRAP(c0_guest_##name, sw_gc0_##name, type)
type              624 arch/mips/include/asm/kvm_host.h #define __BUILD_KVM_ATOMIC_SW(name, type, _reg, sel)			\
type              625 arch/mips/include/asm/kvm_host.h 	__BUILD_KVM_ATOMIC_SAVED(name, type, _reg, sel)			\
type              626 arch/mips/include/asm/kvm_host.h 	__BUILD_KVM_SET_WRAP(c0_guest_##name, sw_gc0_##name, type)
type              657 arch/mips/include/asm/kvm_host.h #define __BUILD_KVM_RW_HW(name, type, _reg, sel)			\
type              658 arch/mips/include/asm/kvm_host.h 	__BUILD_KVM_RW_SAVED(name, type, _reg, sel)			\
type              659 arch/mips/include/asm/kvm_host.h 	__BUILD_KVM_RW_VZ(name, type, _reg, sel)			\
type              660 arch/mips/include/asm/kvm_host.h 	__BUILD_KVM_RW_WRAP(c0_guest_##name, vz_gc0_##name, type)	\
type              663 arch/mips/include/asm/kvm_host.h #define __BUILD_KVM_SET_HW(name, type, _reg, sel)			\
type              664 arch/mips/include/asm/kvm_host.h 	__BUILD_KVM_SET_SAVED(name, type, _reg, sel)			\
type              665 arch/mips/include/asm/kvm_host.h 	__BUILD_KVM_SET_VZ(name, type, _reg, sel)			\
type              666 arch/mips/include/asm/kvm_host.h 	__BUILD_KVM_SET_WRAP(c0_guest_##name, vz_gc0_##name, type)
type              707 arch/mips/include/asm/mach-au1x00/au1000.h static inline int alchemy_get_uarts(int type)
type              709 arch/mips/include/asm/mach-au1x00/au1000.h 	switch (type) {
type              767 arch/mips/include/asm/mach-au1x00/au1000.h static inline int alchemy_get_macs(int type)
type              769 arch/mips/include/asm/mach-au1x00/au1000.h 	switch (type) {
type               78 arch/mips/include/asm/mach-loongson64/boot_param.h 	u32 type;       /* SENSOR_* */
type               37 arch/mips/include/asm/mach-loongson64/loongson_hwmon.h 	u8	type;
type              150 arch/mips/include/asm/mach-pmcs-msp71xx/msp_prom.h 	unsigned int type;  /* free or prom memory */
type              102 arch/mips/include/asm/netlogic/psb-bootinfo.h 		uint32_t type;		/* type of memory segment */
type              280 arch/mips/include/asm/nile4.h extern void nile4_set_pmr(u32 pmr, u32 type, u32 addr);
type              198 arch/mips/include/asm/octeon/cvmx-address.h 		uint64_t type:3;
type              261 arch/mips/include/asm/octeon/cvmx-address.h 		uint64_t type:3;
type             1696 arch/mips/include/asm/octeon/cvmx-agl-defs.h 		uint64_t type:16;
type             1698 arch/mips/include/asm/octeon/cvmx-agl-defs.h 		uint64_t type:16;
type              320 arch/mips/include/asm/octeon/cvmx-bootinfo.h 						    cvmx_board_types_enum type)
type              322 arch/mips/include/asm/octeon/cvmx-bootinfo.h 	switch (type) {
type              409 arch/mips/include/asm/octeon/cvmx-bootinfo.h 						   cvmx_chip_types_enum type)
type              411 arch/mips/include/asm/octeon/cvmx-bootinfo.h 	switch (type) {
type              860 arch/mips/include/asm/octeon/cvmx-dpi-defs.h 		uint64_t type:1;
type              866 arch/mips/include/asm/octeon/cvmx-dpi-defs.h 		uint64_t type:1;
type              375 arch/mips/include/asm/octeon/cvmx-gmxx-defs.h 		uint64_t type:1;
type              377 arch/mips/include/asm/octeon/cvmx-gmxx-defs.h 		uint64_t type:1;
type              394 arch/mips/include/asm/octeon/cvmx-gmxx-defs.h 		uint64_t type:1;
type              396 arch/mips/include/asm/octeon/cvmx-gmxx-defs.h 		uint64_t type:1;
type              406 arch/mips/include/asm/octeon/cvmx-gmxx-defs.h 		uint64_t type:1;
type              408 arch/mips/include/asm/octeon/cvmx-gmxx-defs.h 		uint64_t type:1;
type              421 arch/mips/include/asm/octeon/cvmx-gmxx-defs.h 		uint64_t type:1;
type              423 arch/mips/include/asm/octeon/cvmx-gmxx-defs.h 		uint64_t type:1;
type              440 arch/mips/include/asm/octeon/cvmx-gmxx-defs.h 		uint64_t type:1;
type              442 arch/mips/include/asm/octeon/cvmx-gmxx-defs.h 		uint64_t type:1;
type              461 arch/mips/include/asm/octeon/cvmx-gmxx-defs.h 		uint64_t type:1;
type              463 arch/mips/include/asm/octeon/cvmx-gmxx-defs.h 		uint64_t type:1;
type              482 arch/mips/include/asm/octeon/cvmx-gmxx-defs.h 		uint64_t type:1;
type              484 arch/mips/include/asm/octeon/cvmx-gmxx-defs.h 		uint64_t type:1;
type              209 arch/mips/include/asm/octeon/cvmx-gpio-defs.h 		uint64_t type:16;
type              211 arch/mips/include/asm/octeon/cvmx-gpio-defs.h 		uint64_t type:16;
type               86 arch/mips/include/asm/octeon/cvmx-l2c-defs.h 		__BITFIELD_FIELD(uint64_t type:2,
type              102 arch/mips/include/asm/octeon/cvmx-l2c-defs.h 		__BITFIELD_FIELD(uint64_t type:2,
type              364 arch/mips/include/asm/octeon/cvmx-pcsxx-defs.h 		uint64_t type:2;
type              366 arch/mips/include/asm/octeon/cvmx-pcsxx-defs.h 		uint64_t type:2;
type              213 arch/mips/include/asm/octeon/cvmx-pow.h 		uint64_t type:3;
type              223 arch/mips/include/asm/octeon/cvmx-pow.h 		uint64_t type:3;
type             1275 arch/mips/include/asm/octeon/cvmx-pow.h 	result.s.type = load_resp.s_sstatus2.tag_type;
type             1544 arch/mips/include/asm/octeon/cvmx-pow.h 		if (current_tag.s.type == CVMX_POW_TAG_TYPE_NULL_NULL)
type             1546 arch/mips/include/asm/octeon/cvmx-pow.h 		if (current_tag.s.type == CVMX_POW_TAG_TYPE_NULL)
type             1548 arch/mips/include/asm/octeon/cvmx-pow.h 		if ((current_tag.s.type == tag_type)
type             1568 arch/mips/include/asm/octeon/cvmx-pow.h 	tag_req.s.type = tag_type;
type             1652 arch/mips/include/asm/octeon/cvmx-pow.h 		if (current_tag.s.type == CVMX_POW_TAG_TYPE_NULL_NULL)
type             1654 arch/mips/include/asm/octeon/cvmx-pow.h 		if ((current_tag.s.type == tag_type)
type             1679 arch/mips/include/asm/octeon/cvmx-pow.h 	tag_req.s.type = tag_type;
type             1748 arch/mips/include/asm/octeon/cvmx-pow.h 		if (current_tag.s.type == CVMX_POW_TAG_TYPE_NULL_NULL)
type             1750 arch/mips/include/asm/octeon/cvmx-pow.h 		if (current_tag.s.type == CVMX_POW_TAG_TYPE_NULL)
type             1757 arch/mips/include/asm/octeon/cvmx-pow.h 	tag_req.s.type = CVMX_POW_TAG_TYPE_NULL;
type             1821 arch/mips/include/asm/octeon/cvmx-pow.h 	tag_req.s.type = tag_type;
type             1965 arch/mips/include/asm/octeon/cvmx-pow.h 		if (current_tag.s.type == CVMX_POW_TAG_TYPE_NULL_NULL)
type             1967 arch/mips/include/asm/octeon/cvmx-pow.h 		if (current_tag.s.type == CVMX_POW_TAG_TYPE_NULL)
type             1970 arch/mips/include/asm/octeon/cvmx-pow.h 		if ((current_tag.s.type != CVMX_POW_TAG_TYPE_ATOMIC)
type             1979 arch/mips/include/asm/octeon/cvmx-pow.h 	tag_req.s.type = tag_type;
type             2069 arch/mips/include/asm/octeon/cvmx-pow.h 		if (current_tag.s.type == CVMX_POW_TAG_TYPE_NULL_NULL)
type             2071 arch/mips/include/asm/octeon/cvmx-pow.h 		if (current_tag.s.type == CVMX_POW_TAG_TYPE_NULL)
type              692 arch/mips/include/asm/octeon/cvmx-sriox-defs.h 		uint64_t type:4;
type              708 arch/mips/include/asm/octeon/cvmx-sriox-defs.h 		uint64_t type:4;
type              762 arch/mips/include/asm/octeon/cvmx-sriox-defs.h 		uint64_t type:4;
type              768 arch/mips/include/asm/octeon/cvmx-sriox-defs.h 		uint64_t type:4;
type               91 arch/mips/include/asm/octeon/cvmx.h #define CASTPTR(type, v) ((type *)(long)(v))
type              456 arch/mips/include/asm/octeon/cvmx.h #define CVMX_WAIT_FOR_FIELD64(address, type, field, op, value, timeout_usec)\
type              463 arch/mips/include/asm/octeon/cvmx.h 		type c;							\
type              229 arch/mips/include/asm/pgtable-32.h #define __swp_entry(type,offset)	((swp_entry_t) { ((type) << 10) | ((offset) << 15) })
type              240 arch/mips/include/asm/pgtable-32.h #define __swp_entry(type,offset)	((swp_entry_t)  { ((type) << 4) | ((offset) << 9) })
type              249 arch/mips/include/asm/pgtable-32.h #define __swp_entry(type, offset)	((swp_entry_t)  { ((type) << 2) | ((offset) << 7) })
type              263 arch/mips/include/asm/pgtable-32.h #define __swp_entry(type,offset)	((swp_entry_t)	{ ((type) << 8) | ((offset) << 13) })
type              372 arch/mips/include/asm/pgtable-64.h static inline pte_t mk_swap_pte(unsigned long type, unsigned long offset)
type              373 arch/mips/include/asm/pgtable-64.h { pte_t pte; pte_val(pte) = (type << 16) | (offset << 24); return pte; }
type              377 arch/mips/include/asm/pgtable-64.h #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) })
type               81 arch/mips/include/asm/sgiarcs.h 	enum linux_devtypes	type;	/* node type */
type              127 arch/mips/include/asm/sgiarcs.h 	union linux_memtypes type;
type              293 arch/mips/include/asm/sgiarcs.h 	enum linux_devtypes type;
type              132 arch/mips/include/asm/sn/klconfig.h 	int		type;
type              889 arch/mips/include/asm/sn/klconfig.h extern lboard_t *find_lboard(lboard_t *start, unsigned char type);
type              890 arch/mips/include/asm/sn/klconfig.h extern klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char type);
type              891 arch/mips/include/asm/sn/klconfig.h extern klinfo_t *find_first_component(lboard_t *brd, unsigned char type);
type              293 arch/mips/include/asm/uasm.h 	unsigned int type;
type               10 arch/mips/kernel/cacheinfo.c 	leaf->type = c_type;					\
type               39 arch/mips/kernel/jump_label.c 			       enum jump_label_type type)
type               50 arch/mips/kernel/jump_label.c 	if (type == JUMP_LABEL_JMP) {
type               38 arch/mips/kernel/machine_kexec.c 	pr_debug("  type:        %d\n", kimage->type);
type              220 arch/mips/kernel/machine_kexec.c 	if (image->type == KEXEC_TYPE_DEFAULT) {
type              318 arch/mips/kernel/module.c 	unsigned int i, type;
type              346 arch/mips/kernel/module.c 		type = ELF_MIPS_R_TYPE(*r.rel);
type              347 arch/mips/kernel/module.c 		if (type < ARRAY_SIZE(reloc_handlers))
type              348 arch/mips/kernel/module.c 			handler = reloc_handlers[type];
type              354 arch/mips/kernel/module.c 			       me->name, type);
type              617 arch/mips/kernel/perf_event_mipsxx.c 	switch (event->attr.type) {
type             1287 arch/mips/kernel/perf_event_mipsxx.c 	if (PERF_TYPE_HARDWARE == event->attr.type) {
type             1291 arch/mips/kernel/perf_event_mipsxx.c 	} else if (PERF_TYPE_HW_CACHE == event->attr.type) {
type             1293 arch/mips/kernel/perf_event_mipsxx.c 	} else if (PERF_TYPE_RAW == event->attr.type) {
type             1303 arch/mips/kernel/perf_event_mipsxx.c 		if (PERF_TYPE_RAW == event->attr.type)
type             1315 arch/mips/kernel/perf_event_mipsxx.c 	if (PERF_TYPE_RAW == event->attr.type)
type              140 arch/mips/kernel/relocate.c 	int type;
type              148 arch/mips/kernel/relocate.c 		type = (*r >> 24) & 0xff;
type              152 arch/mips/kernel/relocate.c 		if (reloc_handlers_rel[type] == NULL) {
type              155 arch/mips/kernel/relocate.c 			       type, loc_orig);
type              159 arch/mips/kernel/relocate.c 		res = reloc_handlers_rel[type](loc_orig, loc_new, offset);
type               91 arch/mips/kernel/setup.c void __init add_memory_region(phys_addr_t start, phys_addr_t size, long type)
type              116 arch/mips/kernel/setup.c 	switch (type) {
type              113 arch/mips/kernel/spram.c static void probe_spram(char *type,
type              134 arch/mips/kernel/spram.c 			 type, i, tag0, tag1);
type              170 arch/mips/kernel/spram.c 		if (strcmp(type, "DSPRAM") == 0) {
type              190 arch/mips/kernel/spram.c 			type, i, pa, size, enabled ? ",enabled" : "");
type              112 arch/mips/kernel/unaligned.c #define     _LoadHW(addr, value, res, type)  \
type              115 arch/mips/kernel/unaligned.c 			"1:\t"type##_lb("%0", "0(%2)")"\n"  \
type              116 arch/mips/kernel/unaligned.c 			"2:\t"type##_lbu("$1", "1(%2)")"\n\t"\
type              135 arch/mips/kernel/unaligned.c #define     _LoadW(addr, value, res, type)   \
type              138 arch/mips/kernel/unaligned.c 			"1:\t"type##_lwl("%0", "(%2)")"\n"   \
type              139 arch/mips/kernel/unaligned.c 			"2:\t"type##_lwr("%0", "3(%2)")"\n\t"\
type              157 arch/mips/kernel/unaligned.c #define     _LoadW(addr, value, res, type) \
type              162 arch/mips/kernel/unaligned.c 			"1:"type##_lb("%0", "0(%2)")"\n\t"  \
type              163 arch/mips/kernel/unaligned.c 			"2:"type##_lbu("$1", "1(%2)")"\n\t" \
type              166 arch/mips/kernel/unaligned.c 			"3:"type##_lbu("$1", "2(%2)")"\n\t" \
type              169 arch/mips/kernel/unaligned.c 			"4:"type##_lbu("$1", "3(%2)")"\n\t" \
type              192 arch/mips/kernel/unaligned.c #define     _LoadHWU(addr, value, res, type) \
type              196 arch/mips/kernel/unaligned.c 			"1:\t"type##_lbu("%0", "0(%2)")"\n" \
type              197 arch/mips/kernel/unaligned.c 			"2:\t"type##_lbu("$1", "1(%2)")"\n\t"\
type              217 arch/mips/kernel/unaligned.c #define     _LoadWU(addr, value, res, type)  \
type              220 arch/mips/kernel/unaligned.c 			"1:\t"type##_lwl("%0", "(%2)")"\n"  \
type              221 arch/mips/kernel/unaligned.c 			"2:\t"type##_lwr("%0", "3(%2)")"\n\t"\
type              261 arch/mips/kernel/unaligned.c #define	    _LoadWU(addr, value, res, type) \
type              266 arch/mips/kernel/unaligned.c 			"1:"type##_lbu("%0", "0(%2)")"\n\t" \
type              267 arch/mips/kernel/unaligned.c 			"2:"type##_lbu("$1", "1(%2)")"\n\t" \
type              270 arch/mips/kernel/unaligned.c 			"3:"type##_lbu("$1", "2(%2)")"\n\t" \
type              273 arch/mips/kernel/unaligned.c 			"4:"type##_lbu("$1", "3(%2)")"\n\t" \
type              346 arch/mips/kernel/unaligned.c #define     _StoreHW(addr, value, res, type) \
type              350 arch/mips/kernel/unaligned.c 			"1:\t"type##_sb("%1", "1(%2)")"\n"  \
type              352 arch/mips/kernel/unaligned.c 			"2:\t"type##_sb("$1", "0(%2)")"\n"  \
type              370 arch/mips/kernel/unaligned.c #define     _StoreW(addr, value, res, type)  \
type              373 arch/mips/kernel/unaligned.c 			"1:\t"type##_swl("%1", "(%2)")"\n"  \
type              374 arch/mips/kernel/unaligned.c 			"2:\t"type##_swr("%1", "3(%2)")"\n\t"\
type              411 arch/mips/kernel/unaligned.c #define     _StoreW(addr, value, res, type)  \
type              416 arch/mips/kernel/unaligned.c 			"1:"type##_sb("%1", "3(%2)")"\n\t"  \
type              418 arch/mips/kernel/unaligned.c 			"2:"type##_sb("$1", "2(%2)")"\n\t"  \
type              420 arch/mips/kernel/unaligned.c 			"3:"type##_sb("$1", "1(%2)")"\n\t"  \
type              422 arch/mips/kernel/unaligned.c 			"4:"type##_sb("$1", "0(%2)")"\n\t"  \
type              490 arch/mips/kernel/unaligned.c #define     _LoadHW(addr, value, res, type)  \
type              493 arch/mips/kernel/unaligned.c 			"1:\t"type##_lb("%0", "1(%2)")"\n"  \
type              494 arch/mips/kernel/unaligned.c 			"2:\t"type##_lbu("$1", "0(%2)")"\n\t"\
type              513 arch/mips/kernel/unaligned.c #define     _LoadW(addr, value, res, type)   \
type              516 arch/mips/kernel/unaligned.c 			"1:\t"type##_lwl("%0", "3(%2)")"\n" \
type              517 arch/mips/kernel/unaligned.c 			"2:\t"type##_lwr("%0", "(%2)")"\n\t"\
type              535 arch/mips/kernel/unaligned.c #define     _LoadW(addr, value, res, type) \
type              540 arch/mips/kernel/unaligned.c 			"1:"type##_lb("%0", "3(%2)")"\n\t"  \
type              541 arch/mips/kernel/unaligned.c 			"2:"type##_lbu("$1", "2(%2)")"\n\t" \
type              544 arch/mips/kernel/unaligned.c 			"3:"type##_lbu("$1", "1(%2)")"\n\t" \
type              547 arch/mips/kernel/unaligned.c 			"4:"type##_lbu("$1", "0(%2)")"\n\t" \
type              571 arch/mips/kernel/unaligned.c #define     _LoadHWU(addr, value, res, type) \
type              575 arch/mips/kernel/unaligned.c 			"1:\t"type##_lbu("%0", "1(%2)")"\n" \
type              576 arch/mips/kernel/unaligned.c 			"2:\t"type##_lbu("$1", "0(%2)")"\n\t"\
type              596 arch/mips/kernel/unaligned.c #define     _LoadWU(addr, value, res, type)  \
type              599 arch/mips/kernel/unaligned.c 			"1:\t"type##_lwl("%0", "3(%2)")"\n" \
type              600 arch/mips/kernel/unaligned.c 			"2:\t"type##_lwr("%0", "(%2)")"\n\t"\
type              640 arch/mips/kernel/unaligned.c #define	    _LoadWU(addr, value, res, type) \
type              645 arch/mips/kernel/unaligned.c 			"1:"type##_lbu("%0", "3(%2)")"\n\t" \
type              646 arch/mips/kernel/unaligned.c 			"2:"type##_lbu("$1", "2(%2)")"\n\t" \
type              649 arch/mips/kernel/unaligned.c 			"3:"type##_lbu("$1", "1(%2)")"\n\t" \
type              652 arch/mips/kernel/unaligned.c 			"4:"type##_lbu("$1", "0(%2)")"\n\t" \
type              723 arch/mips/kernel/unaligned.c #define     _StoreHW(addr, value, res, type) \
type              727 arch/mips/kernel/unaligned.c 			"1:\t"type##_sb("%1", "0(%2)")"\n"  \
type              729 arch/mips/kernel/unaligned.c 			"2:\t"type##_sb("$1", "1(%2)")"\n"  \
type              747 arch/mips/kernel/unaligned.c #define     _StoreW(addr, value, res, type)  \
type              750 arch/mips/kernel/unaligned.c 			"1:\t"type##_swl("%1", "3(%2)")"\n" \
type              751 arch/mips/kernel/unaligned.c 			"2:\t"type##_swr("%1", "(%2)")"\n\t"\
type              789 arch/mips/kernel/unaligned.c #define     _StoreW(addr, value, res, type)  \
type              794 arch/mips/kernel/unaligned.c 			"1:"type##_sb("%1", "0(%2)")"\n\t"  \
type              796 arch/mips/kernel/unaligned.c 			"2:"type##_sb("$1", "1(%2)")"\n\t"  \
type              798 arch/mips/kernel/unaligned.c 			"3:"type##_sb("$1", "2(%2)")"\n\t"  \
type              800 arch/mips/kernel/unaligned.c 			"4:"type##_sb("$1", "3(%2)")"\n\t"  \
type              131 arch/mips/kvm/mips.c int kvm_arch_init_vm(struct kvm *kvm, unsigned long type)
type              133 arch/mips/kvm/mips.c 	switch (type) {
type               55 arch/mips/lantiq/falcon/prom.c 	u32 type;
type               60 arch/mips/lantiq/falcon/prom.c 	i->type = SOC_TYPE_FALCON;
type               66 arch/mips/lantiq/falcon/prom.c 		type = (ltq_r32(FALCON_CHIPTYPE) & TYPE_MASK) >> TYPE_SHIFT;
type               67 arch/mips/lantiq/falcon/prom.c 		switch (type) {
type              153 arch/mips/lantiq/irq.c static int ltq_eiu_settype(struct irq_data *d, unsigned int type)
type              163 arch/mips/lantiq/irq.c 			switch (type) {
type              186 arch/mips/lantiq/irq.c 					type, d->hwirq);
type               44 arch/mips/lantiq/prom.c 	return soc_info.type;
type               19 arch/mips/lantiq/prom.h 	unsigned int type;
type               50 arch/mips/lantiq/xway/prom.c 		i->type = SOC_TYPE_DANUBE;
type               56 arch/mips/lantiq/xway/prom.c 		i->type = SOC_TYPE_DANUBE;
type               65 arch/mips/lantiq/xway/prom.c 		i->type = SOC_TYPE_AR9;
type               72 arch/mips/lantiq/xway/prom.c 		i->type = SOC_TYPE_AR9;
type               82 arch/mips/lantiq/xway/prom.c 		i->type = SOC_TYPE_AMAZON_SE;
type               90 arch/mips/lantiq/xway/prom.c 		i->type = SOC_TYPE_VR9;
type               97 arch/mips/lantiq/xway/prom.c 		i->type = SOC_TYPE_VR9;
type              104 arch/mips/lantiq/xway/prom.c 		i->type = SOC_TYPE_VR9_2;
type              110 arch/mips/lantiq/xway/prom.c 		i->type = SOC_TYPE_VRX220;
type              117 arch/mips/lantiq/xway/prom.c 		i->type = SOC_TYPE_VR9_2;
type              127 arch/mips/lantiq/xway/prom.c 		i->type = SOC_TYPE_AR10;
type              136 arch/mips/lantiq/xway/prom.c 		i->type = SOC_TYPE_GRX390;
type               61 arch/mips/loongson32/common/irq.c static int ls1x_irq_settype(struct irq_data *d, unsigned int type)
type               66 arch/mips/loongson32/common/irq.c 	switch (type) {
type               29 arch/mips/loongson32/common/platform.c 		.type		= PORT_16550A,			\
type               26 arch/mips/loongson64/loongson-3/platform.c 		if (loongson_sysconf.sensors[i].type > SENSOR_FAN)
type               68 arch/mips/mm/c-r4k.c static inline bool r4k_op_needs_ipi(unsigned int type)
type               71 arch/mips/mm/c-r4k.c 	if (type == R4K_HIT && mips_cm_present())
type               96 arch/mips/mm/c-r4k.c static inline void r4k_on_each_cpu(unsigned int type,
type              100 arch/mips/mm/c-r4k.c 	if (r4k_op_needs_ipi(type))
type              538 arch/mips/mm/c-r4k.c static inline int has_valid_asid(const struct mm_struct *mm, unsigned int type)
type              553 arch/mips/mm/c-r4k.c 	if (r4k_op_needs_ipi(type))
type              746 arch/mips/mm/c-r4k.c 	unsigned int type;
type              752 arch/mips/mm/c-r4k.c 						  unsigned int type,
type              756 arch/mips/mm/c-r4k.c 		if (type == R4K_INDEX ||
type              757 arch/mips/mm/c-r4k.c 		    (type & R4K_INDEX && end - start >= dcache_size)) {
type              768 arch/mips/mm/c-r4k.c 	if (type == R4K_INDEX ||
type              769 arch/mips/mm/c-r4k.c 	    (type & R4K_INDEX && end - start > icache_size))
type              804 arch/mips/mm/c-r4k.c 	unsigned int type = fir_args->type;
type              807 arch/mips/mm/c-r4k.c 	__local_r4k_flush_icache_range(start, end, type, user);
type              818 arch/mips/mm/c-r4k.c 	args.type = R4K_HIT | R4K_INDEX;
type              838 arch/mips/mm/c-r4k.c 			args.type &= ~R4K_INDEX;
type              840 arch/mips/mm/c-r4k.c 	r4k_on_each_cpu(args.type, local_r4k_flush_icache_range_ipi, &args);
type               50 arch/mips/mm/highmem.c 	int idx, type;
type               57 arch/mips/mm/highmem.c 	type = kmap_atomic_idx_push();
type               58 arch/mips/mm/highmem.c 	idx = type + KM_TYPE_NR*smp_processor_id();
type               73 arch/mips/mm/highmem.c 	int type __maybe_unused;
type               81 arch/mips/mm/highmem.c 	type = kmap_atomic_idx();
type               84 arch/mips/mm/highmem.c 		int idx = type + KM_TYPE_NR * smp_processor_id();
type              109 arch/mips/mm/highmem.c 	int idx, type;
type              114 arch/mips/mm/highmem.c 	type = kmap_atomic_idx_push();
type              115 arch/mips/mm/highmem.c 	idx = type + KM_TYPE_NR*smp_processor_id();
type              219 arch/mips/mm/uasm-micromips.c 	switch (rel->type) {
type              230 arch/mips/mm/uasm-micromips.c 		      rel->type);
type              281 arch/mips/mm/uasm-mips.c 	switch (rel->type) {
type              288 arch/mips/mm/uasm-mips.c 		      rel->type);
type              493 arch/mips/mm/uasm.c 	(*rel)->type = R_MIPS_PC16;
type              548 arch/mips/mm/uasm.c 		    && (rel->type == R_MIPS_PC16
type              549 arch/mips/mm/uasm.c 			|| rel->type == R_MIPS_26))
type              113 arch/mips/net/ebpf_jit.c static void set_reg_val_type(u64 *rvt, int reg, enum reg_val_type type)
type              116 arch/mips/net/ebpf_jit.c 	*rvt |= ((u64)type << (reg * 3));
type               68 arch/mips/netlogic/xlr/platform.c 		.type		= PORT_16550A,		\
type              206 arch/mips/netlogic/xlr/platform.c 		.type	= "ds1374",
type              210 arch/mips/netlogic/xlr/platform.c 		.type	= "lm90",
type              152 arch/mips/netlogic/xlr/setup.c 		if (bootm->map[i].type != BOOT_MEM_RAM)
type              185 arch/mips/pci/msi-octeon.c int arch_setup_msi_irqs(struct pci_dev *dev, int nvec, int type)
type              193 arch/mips/pci/msi-octeon.c 	if (type == PCI_CAP_ID_MSIX)
type              200 arch/mips/pci/msi-octeon.c 	if (type == PCI_CAP_ID_MSI && nvec > 1)
type               64 arch/mips/pci/ops-bcm63xx.c static int bcm63xx_setup_cfg_access(int type, unsigned int busn,
type               91 arch/mips/pci/ops-bcm63xx.c 	if (type != 0) {
type              100 arch/mips/pci/ops-bcm63xx.c static int bcm63xx_do_cfg_read(int type, unsigned int busn,
type              109 arch/mips/pci/ops-bcm63xx.c 	if (bcm63xx_setup_cfg_access(type, busn, devfn, where))
type              121 arch/mips/pci/ops-bcm63xx.c static int bcm63xx_do_cfg_write(int type, unsigned int busn,
type              130 arch/mips/pci/ops-bcm63xx.c 	if (bcm63xx_setup_cfg_access(type, busn, devfn, where))
type              150 arch/mips/pci/ops-bcm63xx.c 	int type;
type              152 arch/mips/pci/ops-bcm63xx.c 	type = bus->parent ? 1 : 0;
type              154 arch/mips/pci/ops-bcm63xx.c 	if (type == 0 && PCI_SLOT(devfn) == CARDBUS_PCI_IDSEL)
type              157 arch/mips/pci/ops-bcm63xx.c 	return bcm63xx_do_cfg_read(type, bus->number, devfn,
type              164 arch/mips/pci/ops-bcm63xx.c 	int type;
type              166 arch/mips/pci/ops-bcm63xx.c 	type = bus->parent ? 1 : 0;
type              168 arch/mips/pci/ops-bcm63xx.c 	if (type == 0 && PCI_SLOT(devfn) == CARDBUS_PCI_IDSEL)
type              171 arch/mips/pci/ops-bcm63xx.c 	return bcm63xx_do_cfg_write(type, bus->number, devfn,
type               30 arch/mips/pci/ops-bonito64.c 	u32 addr, type;
type               43 arch/mips/pci/ops-bonito64.c 		type = 0;
type               47 arch/mips/pci/ops-bonito64.c 		type = 0x10000;
type               53 arch/mips/pci/ops-bonito64.c 	BONITO_PCIMAP_CFG = (addr >> 16) | type;
type               38 arch/mips/pci/ops-loongson2.c 	u32 addr, type;
type               74 arch/mips/pci/ops-loongson2.c 		type = 0;
type               78 arch/mips/pci/ops-loongson2.c 		type = 0x10000;
type               85 arch/mips/pci/ops-loongson2.c 	LOONGSON_PCIMAP_CFG = (addr >> 16) | type;
type              332 arch/mips/pmcs-msp71xx/msp_prom.c static int __init prom_memtype_classify(unsigned int type)
type              334 arch/mips/pmcs-msp71xx/msp_prom.c 	switch (type) {
type              351 arch/mips/pmcs-msp71xx/msp_prom.c 		long type;
type              354 arch/mips/pmcs-msp71xx/msp_prom.c 		type = prom_memtype_classify(p->type);
type              358 arch/mips/pmcs-msp71xx/msp_prom.c 		add_memory_region(base, size, type);
type              361 arch/mips/pmcs-msp71xx/msp_prom.c 		if (type == BOOT_MEM_ROM_DATA) {
type              479 arch/mips/pmcs-msp71xx/msp_prom.c 	mdesc[i].type = BOOT_MEM_RESERVED;
type              487 arch/mips/pmcs-msp71xx/msp_prom.c 		mdesc[i].type = BOOT_MEM_ROM_DATA;
type              495 arch/mips/pmcs-msp71xx/msp_prom.c 		mdesc[i].type = BOOT_MEM_RAM;
type              502 arch/mips/pmcs-msp71xx/msp_prom.c 	mdesc[i].type = BOOT_MEM_RESERVED;
type              508 arch/mips/pmcs-msp71xx/msp_prom.c 	mdesc[i].type = yamon_free;
type              114 arch/mips/pmcs-msp71xx/msp_serial.c 	up.type		= PORT_16550A;
type               54 arch/mips/pnx833x/common/platform.c 			.type		= PORT_PNX8XXX,
type               67 arch/mips/pnx833x/common/platform.c 			.type		= PORT_PNX8XXX,
type               34 arch/mips/ralink/ill_acc.c 	u32 type = rt_memc_r32(REG_ILL_ACC_TYPE);
type               37 arch/mips/ralink/ill_acc.c 		(type & ILL_ACC_WRITE) ? ("write") : ("read"),
type               38 arch/mips/ralink/ill_acc.c 		ill_acc_ids[(type >> ILL_ACC_ID_S) & ILL_ACC_ID_M],
type               39 arch/mips/ralink/ill_acc.c 		addr, (type >> ILL_ACC_OFF_S) & ILL_ACC_OFF_M,
type               40 arch/mips/ralink/ill_acc.c 		type & ILL_ACC_LEN_M);
type              221 arch/mips/rb532/devices.c 		.type           = PORT_16550A,
type              170 arch/mips/rb532/irq.c static int rb532_set_type(struct irq_data *d,  unsigned type)
type              176 arch/mips/rb532/irq.c 		return (type == IRQ_TYPE_LEVEL_HIGH) ? 0 : -EINVAL;
type              178 arch/mips/rb532/irq.c 	switch (type) {
type               87 arch/mips/sibyte/common/cfe.c 	u64 addr, size, type; /* regardless of PHYS_ADDR_T_64BIT */
type              105 arch/mips/sibyte/common/cfe.c 	for (idx = 0; cfe_enummem(idx, mem_flags, &addr, &size, &type) != CFE_ERR_NOMORE;
type              108 arch/mips/sibyte/common/cfe.c 		if (type == CFE_MI_AVAILABLE) {
type              114 arch/mips/vr41xx/common/siu.c 	unsigned int *type;
type              120 arch/mips/vr41xx/common/siu.c 		type = siu_type1_ports;
type              126 arch/mips/vr41xx/common/siu.c 		type = siu_type2_ports;
type              135 arch/mips/vr41xx/common/siu.c 		port.type = type[i];
type              136 arch/mips/vr41xx/common/siu.c 		if (port.type == PORT_UNKNOWN)
type              387 arch/nds32/include/asm/pgtable.h #define __swp_entry(type,offset)     ((swp_entry_t) { ((type) << 2) | ((offset) << 9) })
type               91 arch/nds32/include/asm/pmu.h int nds32_pmu_register(struct nds32_pmu *nds32_pmu, int type);
type                9 arch/nds32/kernel/cacheinfo.c 			 enum cache_type type, unsigned int level)
type               11 arch/nds32/kernel/cacheinfo.c 	char cache_type = (type & CACHE_TYPE_INST ? ICACHE : DCACHE);
type               14 arch/nds32/kernel/cacheinfo.c 	this_leaf->type = type;
type              119 arch/nds32/kernel/perf_event_cpu.c 	switch (event->attr.type) {
type              805 arch/nds32/kernel/perf_event_cpu.c 		pr_debug("event %x:%llx not supported\n", event->attr.type,
type             1057 arch/nds32/kernel/perf_event_cpu.c int nds32_pmu_register(struct nds32_pmu *nds32_pmu, int type)
type             1063 arch/nds32/kernel/perf_event_cpu.c 	return perf_pmu_register(&nds32_pmu->pmu, nds32_pmu->name, type);
type              270 arch/nds32/kernel/traps.c 		   unsigned long type, struct pt_regs *regs)
type              272 arch/nds32/kernel/traps.c 	if (notify_die(DIE_OOPS, "Oops", regs, addr, type, SIGTRAP)
type              296 arch/nds32/kernel/traps.c 			  unsigned long type, struct pt_regs *regs)
type              299 arch/nds32/kernel/traps.c 		 addr, type);
type              314 arch/nds32/kernel/traps.c 			  unsigned long type, struct pt_regs *regs)
type              316 arch/nds32/kernel/traps.c 	type = type & (ITYPE_mskINST | ITYPE_mskETYPE);
type              317 arch/nds32/kernel/traps.c 	if ((type & ITYPE_mskETYPE) < 5) {
type              319 arch/nds32/kernel/traps.c 		do_page_fault(entry, addr, type, regs);
type              321 arch/nds32/kernel/traps.c 		unhandled_exceptions(entry, addr, type, regs);
type              342 arch/nds32/kernel/traps.c 	unsigned long type = itype & (ITYPE_mskINST | ITYPE_mskETYPE);
type              343 arch/nds32/kernel/traps.c 	if (type == ETYPE_ALIGNMENT_CHECK) {
type              358 arch/nds32/kernel/traps.c 		do_page_fault(entry, addr, type, regs);
type              359 arch/nds32/kernel/traps.c 	} else if (type == ETYPE_RESERVED_INSTRUCTION) {
type              362 arch/nds32/kernel/traps.c 	} else if (type == ETYPE_COPROCESSOR) {
type              376 arch/nds32/kernel/traps.c 		unhandled_exceptions(entry, addr, type, regs);
type              377 arch/nds32/kernel/traps.c 	} else if (type == ETYPE_TRAP && swid == SWID_RAISE_INTERRUPT_LEVEL) {
type              401 arch/nds32/kernel/traps.c 		unhandled_exceptions(entry, addr, type, regs);
type               39 arch/nds32/mm/highmem.c 	int type;
type               47 arch/nds32/mm/highmem.c 	type = kmap_atomic_idx_push();
type               49 arch/nds32/mm/highmem.c 	idx = type + KM_TYPE_NR * smp_processor_id();
type              285 arch/nios2/include/asm/pgtable.h #define __swp_entry(type, off)	((swp_entry_t) { (((type) & 0x3) << 26) \
type              437 arch/openrisc/include/asm/pgtable.h #define __swp_entry(type, offset) \
type              438 arch/openrisc/include/asm/pgtable.h 	((swp_entry_t) { ((type) << 5) | ((offset) << 12) })
type               18 arch/openrisc/include/asm/syscalls.h asmlinkage long sys_or1k_atomic(unsigned long type, unsigned long *v1,
type              483 arch/parisc/include/asm/pgtable.h #define __swp_entry(type, offset)         ((swp_entry_t) { (type) | \
type              111 arch/parisc/include/asm/unistd.h #define _syscall0(type,name)						\
type              112 arch/parisc/include/asm/unistd.h type name(void)								\
type              117 arch/parisc/include/asm/unistd.h #define _syscall1(type,name,type1,arg1)					\
type              118 arch/parisc/include/asm/unistd.h type name(type1 arg1)							\
type              123 arch/parisc/include/asm/unistd.h #define _syscall2(type,name,type1,arg1,type2,arg2)			\
type              124 arch/parisc/include/asm/unistd.h type name(type1 arg1, type2 arg2)					\
type              129 arch/parisc/include/asm/unistd.h #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3)		\
type              130 arch/parisc/include/asm/unistd.h type name(type1 arg1, type2 arg2, type3 arg3)				\
type              135 arch/parisc/include/asm/unistd.h #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
type              136 arch/parisc/include/asm/unistd.h type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4)		\
type              142 arch/parisc/include/asm/unistd.h #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \
type              143 arch/parisc/include/asm/unistd.h type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5)	\
type              541 arch/parisc/include/uapi/asm/pdc.h 	unsigned char 	type;
type              290 arch/parisc/kernel/drivers.c find_pa_parent_type(const struct parisc_device *padev, int type)
type              295 arch/parisc/kernel/drivers.c 		if (candidate->id.hw_type == type)
type             1053 arch/parisc/kernel/drivers.c 	DO(type);
type              277 arch/parisc/kernel/irq.c int cpu_claim_irq(unsigned int irq, struct irq_chip *type, void *data)
type              285 arch/parisc/kernel/irq.c 	if (type) {
type              286 arch/parisc/kernel/irq.c 		irq_set_chip_and_handler(irq, type, handle_percpu_irq);
type               22 arch/parisc/kernel/jump_label.c 			       enum jump_label_type type)
type               27 arch/parisc/kernel/jump_label.c 	if (type == JUMP_LABEL_JMP) {
type               47 arch/parisc/kernel/jump_label.c 				      enum jump_label_type type)
type               36 arch/parisc/kernel/kexec.c 	pr_debug("  type:        %d\n", kimage->type);
type               68 arch/parisc/kernel/pci.c #define PCI_PORT_IN(type, size) \
type               69 arch/parisc/kernel/pci.c u##size in##type (int addr) \
type               74 arch/parisc/kernel/pci.c 	return pci_port->in##type(parisc_pci_hba[b], PCI_PORT_ADDR(addr)); \
type               76 arch/parisc/kernel/pci.c EXPORT_SYMBOL(in##type);
type               83 arch/parisc/kernel/pci.c #define PCI_PORT_OUT(type, size) \
type               84 arch/parisc/kernel/pci.c void out##type (u##size d, int addr) \
type               89 arch/parisc/kernel/pci.c 	pci_port->out##type(parisc_pci_hba[b], PCI_PORT_ADDR(addr), d); \
type               91 arch/parisc/kernel/pci.c EXPORT_SYMBOL(out##type);
type              180 arch/parisc/kernel/pdc_cons.c 	pdc_console_tty_driver->type = TTY_DRIVER_TYPE_SYSTEM;
type              167 arch/powerpc/boot/ops.h                                          const char *type)
type              169 arch/powerpc/boot/ops.h 	return find_node_by_prop_value_str(prev, "device_type", type);
type               79 arch/powerpc/boot/stdio.c static char * number(char * str, unsigned long long num, int base, int size, int precision, int type)
type               85 arch/powerpc/boot/stdio.c 	if (type & LARGE)
type               87 arch/powerpc/boot/stdio.c 	if (type & LEFT)
type               88 arch/powerpc/boot/stdio.c 		type &= ~ZEROPAD;
type               91 arch/powerpc/boot/stdio.c 	c = (type & ZEROPAD) ? '0' : ' ';
type               93 arch/powerpc/boot/stdio.c 	if (type & SIGN) {
type               98 arch/powerpc/boot/stdio.c 		} else if (type & PLUS) {
type              101 arch/powerpc/boot/stdio.c 		} else if (type & SPACE) {
type              106 arch/powerpc/boot/stdio.c 	if (type & SPECIAL) {
type              121 arch/powerpc/boot/stdio.c 	if (!(type&(ZEROPAD+LEFT)))
type              126 arch/powerpc/boot/stdio.c 	if (type & SPECIAL) {
type              134 arch/powerpc/boot/stdio.c 	if (!(type & LEFT))
type               40 arch/powerpc/boot/types.h #define min_t(type, a, b) min(((type) a), ((type) b))
type               41 arch/powerpc/boot/types.h #define max_t(type, a, b) max(((type) a), ((type) b))
type               22 arch/powerpc/include/asm/async_tx.h #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \
type               23 arch/powerpc/include/asm/async_tx.h 	__async_tx_find_channel(dep, type)
type               22 arch/powerpc/include/asm/backlight.h extern int pmac_has_backlight_type(const char *type);
type              377 arch/powerpc/include/asm/book3s/32/pgtable.h #define __swp_entry(type, offset)	((swp_entry_t) { (type) | ((offset) << 5) })
type              733 arch/powerpc/include/asm/book3s/64/pgtable.h #define __swp_entry(type, offset)	((swp_entry_t) { \
type              734 arch/powerpc/include/asm/book3s/64/pgtable.h 				((type) << _PAGE_BIT_SWAP_TYPE) \
type               17 arch/powerpc/include/asm/cmpxchg.h #define XCHG_GEN(type, sfx, cl)				\
type               18 arch/powerpc/include/asm/cmpxchg.h static inline u32 __xchg_##type##sfx(volatile void *p, u32 val)	\
type               23 arch/powerpc/include/asm/cmpxchg.h 	bitoff = BITOFF_CAL(sizeof(type), off);			\
type               26 arch/powerpc/include/asm/cmpxchg.h 	prev_mask = (u32)(type)-1 << bitoff;			\
type               42 arch/powerpc/include/asm/cmpxchg.h #define CMPXCHG_GEN(type, sfx, br, br2, cl)			\
type               44 arch/powerpc/include/asm/cmpxchg.h u32 __cmpxchg_##type##sfx(volatile void *p, u32 old, u32 new)	\
type               49 arch/powerpc/include/asm/cmpxchg.h 	bitoff = BITOFF_CAL(sizeof(type), off);			\
type               53 arch/powerpc/include/asm/cmpxchg.h 	prev_mask = (u32)(type)-1 << bitoff;			\
type               61 arch/powerpc/include/asm/dbell.h static inline void ppc_msgclr(enum ppc_dbell type)
type               63 arch/powerpc/include/asm/dbell.h 	u32 msg = PPC_DBELL_TYPE(type);
type               95 arch/powerpc/include/asm/dbell.h static inline void ppc_msgsnd(enum ppc_dbell type, u32 flags, u32 tag)
type               97 arch/powerpc/include/asm/dbell.h 	u32 msg = PPC_DBELL_TYPE(type) | (flags & PPC_DBELL_MSG_BRDCAST) |
type               15 arch/powerpc/include/asm/dcr-generic.h 	enum host_type_t type;
type               75 arch/powerpc/include/asm/eeh.h 	int type;			/* PE type: PHB/Bus/Device	*/
type              225 arch/powerpc/include/asm/eeh.h 	int (*err_inject)(struct eeh_pe *pe, int type, int func,
type              319 arch/powerpc/include/asm/eeh.h int eeh_pe_inject_err(struct eeh_pe *pe, int type, int func,
type              329 arch/powerpc/include/asm/eeh.h #define EEH_POSSIBLE_ERROR(val, type)	((val) == (type)~0 && eeh_enabled())
type              375 arch/powerpc/include/asm/eeh.h #define EEH_POSSIBLE_ERROR(val, type) (0)
type               55 arch/powerpc/include/asm/emulated_ops.h extern void ppc_warn_emulated_print(const char *type);
type               57 arch/powerpc/include/asm/emulated_ops.h #define __PPC_WARN_EMULATED(type)					 \
type               59 arch/powerpc/include/asm/emulated_ops.h 		atomic_inc(&ppc_emulated.type.val);			 \
type               61 arch/powerpc/include/asm/emulated_ops.h 			ppc_warn_emulated_print(ppc_emulated.type.name); \
type               66 arch/powerpc/include/asm/emulated_ops.h #define __PPC_WARN_EMULATED(type)	do { } while (0)
type               70 arch/powerpc/include/asm/emulated_ops.h #define PPC_WARN_EMULATED(type, regs)					\
type               74 arch/powerpc/include/asm/emulated_ops.h 		__PPC_WARN_EMULATED(type);				\
type               77 arch/powerpc/include/asm/emulated_ops.h #define PPC_WARN_ALIGNMENT(type, regs)					\
type               81 arch/powerpc/include/asm/emulated_ops.h 		__PPC_WARN_EMULATED(type);				\
type               27 arch/powerpc/include/asm/hvsi.h 	uint8_t  type;
type               15 arch/powerpc/include/asm/hw_breakpoint.h 	u16		type;
type               49 arch/powerpc/include/asm/hw_breakpoint.h extern int hw_breakpoint_slots(int type);
type               50 arch/powerpc/include/asm/hw_breakpoint.h extern int arch_bp_generic_fields(int type, int *gen_bp_type);
type               71 arch/powerpc/include/asm/hw_breakpoint.h 	brk.type = 0;
type              852 arch/powerpc/include/asm/io.h #define clrsetbits(type, addr, clear, set) \
type              853 arch/powerpc/include/asm/io.h 	out_##type((addr), (in_##type(addr) & ~(clear)) | (set))
type               87 arch/powerpc/include/asm/kvm_ppc.h 				 enum instruction_fetch_type type, u32 *inst);
type              330 arch/powerpc/include/asm/kvm_ppc.h 				enum instruction_fetch_type type, u32 *inst)
type              338 arch/powerpc/include/asm/kvm_ppc.h 		ret = kvmppc_load_last_inst(vcpu, type, &vcpu->arch.last_inst);
type              383 arch/powerpc/include/asm/nohash/32/pgtable.h #define __swp_entry(type, offset)	((swp_entry_t) { (type) | ((offset) << 5) })
type              351 arch/powerpc/include/asm/nohash/64/pgtable.h #define __swp_entry(type, offset)	((swp_entry_t) { \
type              352 arch/powerpc/include/asm/nohash/64/pgtable.h 					((type) << _PAGE_BIT_SWAP_TYPE) \
type              511 arch/powerpc/include/asm/opal-api.h 	enum OpalMemErrType	type:8;		/* 0x01 */
type              614 arch/powerpc/include/asm/opal-api.h 	uint8_t		type;		/* 0x02 */
type              660 arch/powerpc/include/asm/opal-api.h 	__be16 type;
type              945 arch/powerpc/include/asm/opal-api.h 	uint8_t		type;
type              958 arch/powerpc/include/asm/opal-api.h 	__be64 type;
type             1005 arch/powerpc/include/asm/opal-api.h 	uint8_t	type;
type               93 arch/powerpc/include/asm/opal.h int64_t opal_pci_err_inject(uint64_t phb_id, uint32_t pe_no, uint32_t type,
type              278 arch/powerpc/include/asm/opal.h int64_t opal_xive_sync(uint32_t type, uint32_t id);
type              279 arch/powerpc/include/asm/opal.h int64_t opal_xive_dump(uint32_t type, uint32_t id);
type              288 arch/powerpc/include/asm/opal.h int64_t opal_imc_counters_init(uint32_t type, uint64_t address,
type              290 arch/powerpc/include/asm/opal.h int64_t opal_imc_counters_start(uint32_t type, uint64_t cpu_pir);
type              291 arch/powerpc/include/asm/opal.h int64_t opal_imc_counters_stop(uint32_t type, uint64_t cpu_pir);
type              495 arch/powerpc/include/asm/pasemi_dma.h extern void *pasemi_dma_alloc_chan(enum pasemi_dmachan_type type,
type               35 arch/powerpc/include/asm/pci-bridge.h 					    unsigned long type);
type               37 arch/powerpc/include/asm/pci-bridge.h 					unsigned long type);
type               42 arch/powerpc/include/asm/pci-bridge.h 					  int nvec, int type);
type              347 arch/powerpc/include/asm/pmac_feature.h 	int			type;
type              365 arch/powerpc/include/asm/pmac_feature.h extern struct macio_chip* macio_find(struct device_node* child, int type);
type               35 arch/powerpc/include/asm/pmi.h 	u8	type;
type               43 arch/powerpc/include/asm/pmi.h 	u8 type;
type              202 arch/powerpc/include/asm/ppc_asm.h 	.type name,@function; \
type              208 arch/powerpc/include/asm/ppc_asm.h 	.type name,@function; \
type              232 arch/powerpc/include/asm/ppc_asm.h 	.type GLUE(.,name),@function; \
type              414 arch/powerpc/include/asm/processor.h extern unsigned long isa206_idle_insn_mayloss(unsigned long type);
type              421 arch/powerpc/include/asm/processor.h extern void power7_idle_type(unsigned long type);
type              407 arch/powerpc/include/asm/ps3av.h 	u8 type;
type              485 arch/powerpc/include/asm/smu.h 	u8	type;		/* i2c transfer type */
type               51 arch/powerpc/include/asm/sstep.h #define OP_IS_LOAD_STORE(type)	(LOAD <= (type) && (type) <= STCX)
type              101 arch/powerpc/include/asm/sstep.h 	int type;
type               40 arch/powerpc/include/asm/vdso.h 	.type .name,@function; 		\
type               66 arch/powerpc/include/asm/vdso.h 	.type name,@function; 		\
type               98 arch/powerpc/include/asm/vio.h 	const char *type;
type              312 arch/powerpc/include/uapi/asm/kvm.h 		__u32 type;
type              298 arch/powerpc/kernel/align.c 	int r, type;
type              341 arch/powerpc/kernel/align.c 	type = GETTYPE(op.type);
type              342 arch/powerpc/kernel/align.c 	if (!OP_IS_LOAD_STORE(type)) {
type              343 arch/powerpc/kernel/align.c 		if (op.type != CACHEOP + DCBZ)
type              348 arch/powerpc/kernel/align.c 		if (type == LARX || type == STCX)
type              119 arch/powerpc/kernel/cacheinfo.c 	int type;                      /* split cache disambiguation */
type              139 arch/powerpc/kernel/cacheinfo.c 	return cache_type_info[cache->type].name;
type              142 arch/powerpc/kernel/cacheinfo.c static void cache_init(struct cache *cache, int type, int level,
type              145 arch/powerpc/kernel/cacheinfo.c 	cache->type = type;
type              152 arch/powerpc/kernel/cacheinfo.c static struct cache *new_cache(int type, int level, struct device_node *ofnode)
type              158 arch/powerpc/kernel/cacheinfo.c 		cache_init(cache, type, level, ofnode);
type              209 arch/powerpc/kernel/cacheinfo.c 	propname = cache_type_info[cache->type].size_prop;
type              236 arch/powerpc/kernel/cacheinfo.c 	lim = ARRAY_SIZE(cache_type_info[cache->type].line_size_props);
type              241 arch/powerpc/kernel/cacheinfo.c 		propname = cache_type_info[cache->type].line_size_props[i];
type              259 arch/powerpc/kernel/cacheinfo.c 	propname = cache_type_info[cache->type].nr_sets_prop;
type              305 arch/powerpc/kernel/cacheinfo.c 	if (cache->type == CACHE_TYPE_UNIFIED ||
type              306 arch/powerpc/kernel/cacheinfo.c 	    cache->type == CACHE_TYPE_UNIFIED_D)
type              611 arch/powerpc/kernel/cacheinfo.c 	__ATTR(type, 0444, type_show, NULL);
type               25 arch/powerpc/kernel/dawr.c 	dawrx  = (brk->type & (HW_BRK_TYPE_READ | HW_BRK_TYPE_WRITE))
type               27 arch/powerpc/kernel/dawr.c 	dawrx |= ((brk->type & (HW_BRK_TYPE_TRANSLATE)) >> 2) << (63 - 59);
type               28 arch/powerpc/kernel/dawr.c 	dawrx |= (brk->type & (HW_BRK_TYPE_PRIV_ALL)) >> 3;
type              317 arch/powerpc/kernel/eeh.c 	if (!(pe->type & EEH_PE_PHB)) {
type              553 arch/powerpc/kernel/eeh.c 		if (parent_pe->type & EEH_PE_PHB)
type              827 arch/powerpc/kernel/eeh.c 		if (!(pe->type & EEH_PE_VF))
type              837 arch/powerpc/kernel/eeh.c 		if (!(pe->type & EEH_PE_VF))
type              846 arch/powerpc/kernel/eeh.c 		if (!(pe->type & EEH_PE_VF))
type              911 arch/powerpc/kernel/eeh.c 	int type = EEH_RESET_HOT;
type              923 arch/powerpc/kernel/eeh.c 		type = EEH_RESET_FUNDAMENTAL;
type              930 arch/powerpc/kernel/eeh.c 		ret = eeh_pe_reset(pe, type, include_passed);
type             1746 arch/powerpc/kernel/eeh.c int eeh_pe_inject_err(struct eeh_pe *pe, int type, int func,
type             1758 arch/powerpc/kernel/eeh.c 	if (type != EEH_ERR_TYPE_32 && type != EEH_ERR_TYPE_64)
type             1765 arch/powerpc/kernel/eeh.c 	return eeh_ops->err_inject(pe, type, func, addr, mask);
type              666 arch/powerpc/kernel/eeh_driver.c 	if (any_passed || driver_eeh_aware || (pe->type & EEH_PE_VF)) {
type              718 arch/powerpc/kernel/eeh_driver.c 		if (pe->type & EEH_PE_VF) {
type              893 arch/powerpc/kernel/eeh_driver.c 	if (pe->type & EEH_PE_PHB) {
type              957 arch/powerpc/kernel/eeh_driver.c 		if ((pe->type & EEH_PE_PHB) &&
type             1101 arch/powerpc/kernel/eeh_driver.c 		if (pe->type & EEH_PE_VF) {
type              190 arch/powerpc/kernel/eeh_event.c 		} else if (pe->type & EEH_PE_PHB) {
type               46 arch/powerpc/kernel/eeh_pe.c static struct eeh_pe *eeh_pe_alloc(struct pci_controller *phb, int type)
type               62 arch/powerpc/kernel/eeh_pe.c 	pe->type = type;
type              167 arch/powerpc/kernel/eeh_pe.c 		if ((pe->type & EEH_PE_PHB) && pe->phb == phb)
type              272 arch/powerpc/kernel/eeh_pe.c 	if (pe->type & EEH_PE_PHB)
type              387 arch/powerpc/kernel/eeh_pe.c 		if (pe->type & EEH_PE_INVALID) {
type              396 arch/powerpc/kernel/eeh_pe.c 				if (!(parent->type & EEH_PE_INVALID))
type              398 arch/powerpc/kernel/eeh_pe.c 				parent->type &= ~EEH_PE_INVALID;
type              407 arch/powerpc/kernel/eeh_pe.c 			pe->type = EEH_PE_BUS;
type              496 arch/powerpc/kernel/eeh_pe.c 		if (pe->type & EEH_PE_PHB)
type              529 arch/powerpc/kernel/eeh_pe.c 					if (!(child->type & EEH_PE_INVALID)) {
type              536 arch/powerpc/kernel/eeh_pe.c 					pe->type |= EEH_PE_INVALID;
type              926 arch/powerpc/kernel/eeh_pe.c 	if (pe->type & EEH_PE_PHB)
type               38 arch/powerpc/kernel/hw_breakpoint.c int hw_breakpoint_slots(int type)
type               40 arch/powerpc/kernel/hw_breakpoint.c 	if (type == TYPE_DATA)
type              117 arch/powerpc/kernel/hw_breakpoint.c int arch_bp_generic_fields(int type, int *gen_bp_type)
type              120 arch/powerpc/kernel/hw_breakpoint.c 	if (type & HW_BRK_TYPE_READ)
type              122 arch/powerpc/kernel/hw_breakpoint.c 	if (type & HW_BRK_TYPE_WRITE)
type              141 arch/powerpc/kernel/hw_breakpoint.c 	hw->type = HW_BRK_TYPE_TRANSLATE;
type              143 arch/powerpc/kernel/hw_breakpoint.c 		hw->type |= HW_BRK_TYPE_READ;
type              145 arch/powerpc/kernel/hw_breakpoint.c 		hw->type |= HW_BRK_TYPE_WRITE;
type              146 arch/powerpc/kernel/hw_breakpoint.c 	if (hw->type == HW_BRK_TYPE_TRANSLATE)
type              150 arch/powerpc/kernel/hw_breakpoint.c 		hw->type |= HW_BRK_TYPE_USER;
type              152 arch/powerpc/kernel/hw_breakpoint.c 		hw->type |= HW_BRK_TYPE_KERNEL;
type              154 arch/powerpc/kernel/hw_breakpoint.c 		hw->type |= HW_BRK_TYPE_HYP;
type              200 arch/powerpc/kernel/hw_breakpoint.c 	int ret, type;
type              204 arch/powerpc/kernel/hw_breakpoint.c 	type = GETTYPE(op.type);
type              205 arch/powerpc/kernel/hw_breakpoint.c 	return (!ret && (type == LARX || type == STCX));
type              294 arch/powerpc/kernel/hw_breakpoint.c 	info->type &= ~HW_BRK_TYPE_EXTRANEOUS_IRQ;
type              297 arch/powerpc/kernel/hw_breakpoint.c 		info->type |= HW_BRK_TYPE_EXTRANEOUS_IRQ;
type              306 arch/powerpc/kernel/hw_breakpoint.c 	if (!(info->type & HW_BRK_TYPE_EXTRANEOUS_IRQ))
type              339 arch/powerpc/kernel/hw_breakpoint.c 	if (!(info->type & HW_BRK_TYPE_EXTRANEOUS_IRQ))
type               11 arch/powerpc/kernel/jump_label.c 			       enum jump_label_type type)
type               15 arch/powerpc/kernel/jump_label.c 	if (type == JUMP_LABEL_JMP)
type               40 arch/powerpc/kernel/legacy_serial.c 	{.type = "soc",},
type               41 arch/powerpc/kernel/legacy_serial.c 	{.type = "tsi-bridge",},
type               42 arch/powerpc/kernel/legacy_serial.c 	{.type = "opb", },
type              334 arch/powerpc/kernel/machine_kexec_64.c 				   image->type == KEXEC_TYPE_CRASH)) {
type               34 arch/powerpc/kernel/machine_kexec_file_64.c 	if (image->type == KEXEC_TYPE_CRASH)
type               12 arch/powerpc/kernel/msi.c int arch_setup_msi_irqs(struct pci_dev *dev, int nvec, int type)
type               23 arch/powerpc/kernel/msi.c 	if (type == PCI_CAP_ID_MSI && nvec > 1)
type               26 arch/powerpc/kernel/msi.c 	return phb->controller_ops.setup_msi_irqs(dev, nvec, type);
type              392 arch/powerpc/kernel/nvram_64.c 	if (record->part > 1 || (record->type != PSTORE_TYPE_DMESG))
type              435 arch/powerpc/kernel/nvram_64.c 		record->type = PSTORE_TYPE_DMESG;
type              440 arch/powerpc/kernel/nvram_64.c 		record->type = PSTORE_TYPE_PPC_COMMON;
type              448 arch/powerpc/kernel/nvram_64.c 		record->type = PSTORE_TYPE_PPC_RTAS;
type              455 arch/powerpc/kernel/nvram_64.c 		record->type = PSTORE_TYPE_PPC_OF;
type              465 arch/powerpc/kernel/nvram_64.c 		record->type = PSTORE_TYPE_PPC_OPAL;
type               96 arch/powerpc/kernel/of_platform.c 	{ .type = "pci", },
type               97 arch/powerpc/kernel/of_platform.c 	{ .type = "pcix", },
type               98 arch/powerpc/kernel/of_platform.c 	{ .type = "pcie", },
type               99 arch/powerpc/kernel/of_platform.c 	{ .type = "pciex", },
type              100 arch/powerpc/kernel/of_platform.c 	{ .type = "ht", },
type              194 arch/powerpc/kernel/pci-common.c 					 unsigned long type)
type              199 arch/powerpc/kernel/pci-common.c 		return phb->controller_ops.window_alignment(bus, type);
type              209 arch/powerpc/kernel/pci-common.c void pcibios_setup_bridge(struct pci_bus *bus, unsigned long type)
type              214 arch/powerpc/kernel/pci-common.c 		hose->controller_ops.setup_bridge(bus, type);
type             1515 arch/powerpc/kernel/pci-common.c #define NULL_PCI_OP(rw, size, type)					\
type             1517 arch/powerpc/kernel/pci-common.c null_##rw##_config_##size(struct pci_dev *dev, int offset, type val)	\
type             1560 arch/powerpc/kernel/pci-common.c #define EARLY_PCI_OP(rw, size, type)					\
type             1562 arch/powerpc/kernel/pci-common.c 			       int devfn, int offset, type value)	\
type              280 arch/powerpc/kernel/pci_dn.c 	const __be32 *type = of_get_property(dn, "ibm,pci-config-space-type", NULL);
type              312 arch/powerpc/kernel/pci_dn.c 	pdn->pci_ext_config_space = (type && of_read_number(type, 1) == 1);
type              717 arch/powerpc/kernel/process.c 	thread->hw_brk.type = 0;
type              774 arch/powerpc/kernel/process.c 	dabr = brk->address | (brk->type & HW_BRK_TYPE_DABR);
type              775 arch/powerpc/kernel/process.c 	dabrx = ((brk->type >> 3) & 0x7);
type              815 arch/powerpc/kernel/process.c 	if (a->type != b->type)
type              310 arch/powerpc/kernel/prom.c 	const char *type = of_get_flat_dt_prop(node, "device_type", NULL);
type              319 arch/powerpc/kernel/prom.c 	if (type == NULL || strcmp(type, "cpu") != 0)
type             1082 arch/powerpc/kernel/prom_init.c 		u32	type;
type             1096 arch/powerpc/kernel/prom_init.c 		u32	type;
type             1134 arch/powerpc/kernel/prom_init.c 		.type = 0x1275,
type             1148 arch/powerpc/kernel/prom_init.c 		.type = 0x12759999,
type             1166 arch/powerpc/kernel/prom_init.c 	char type[64];
type             1171 arch/powerpc/kernel/prom_init.c 		type[0] = 0;
type             1172 arch/powerpc/kernel/prom_init.c 		prom_getprop(node, "device_type", type, sizeof(type));
type             1174 arch/powerpc/kernel/prom_init.c 		if (prom_strcmp(type, "cpu"))
type             1595 arch/powerpc/kernel/prom_init.c 	char type[64];
type             1618 arch/powerpc/kernel/prom_init.c 		type[0] = 0;
type             1619 arch/powerpc/kernel/prom_init.c 		prom_getprop(node, "device_type", type, sizeof(type));
type             1621 arch/powerpc/kernel/prom_init.c 		if (type[0] == 0) {
type             1626 arch/powerpc/kernel/prom_init.c 			prom_getprop(node, "name", type, sizeof(type));
type             1628 arch/powerpc/kernel/prom_init.c 		if (prom_strcmp(type, "memory"))
type             1923 arch/powerpc/kernel/prom_init.c 	char compatible[64], type[64], model[64];
type             1943 arch/powerpc/kernel/prom_init.c 		type[0] = 0;
type             1947 arch/powerpc/kernel/prom_init.c 		prom_getprop(node, "device_type", type, sizeof(type));
type             1950 arch/powerpc/kernel/prom_init.c 		if ((type[0] == 0) || (prom_strstr(type, "pci") == NULL))
type             2070 arch/powerpc/kernel/prom_init.c 	char type[64];
type             2109 arch/powerpc/kernel/prom_init.c 		type[0] = 0;
type             2110 arch/powerpc/kernel/prom_init.c 		prom_getprop(node, "device_type", type, sizeof(type));
type             2111 arch/powerpc/kernel/prom_init.c 		if (prom_strcmp(type, "cpu") != 0)
type             2115 arch/powerpc/kernel/prom_init.c 		if (prom_getprop(node, "status", type, sizeof(type)) > 0)
type             2116 arch/powerpc/kernel/prom_init.c 			if (prom_strcmp(type, "okay") != 0)
type             2213 arch/powerpc/kernel/prom_init.c 	char type[16];
type             2235 arch/powerpc/kernel/prom_init.c 		memset(type, 0, sizeof(type));
type             2236 arch/powerpc/kernel/prom_init.c 		prom_getprop(stdout_node, "device_type", type, sizeof(type));
type             2237 arch/powerpc/kernel/prom_init.c 		if (prom_strcmp(type, "display") == 0)
type             2320 arch/powerpc/kernel/prom_init.c 	char type[16], *path;
type             2347 arch/powerpc/kernel/prom_init.c 		memset(type, 0, sizeof(type));
type             2348 arch/powerpc/kernel/prom_init.c 		prom_getprop(node, "device_type", type, sizeof(type));
type             2349 arch/powerpc/kernel/prom_init.c 		if (prom_strcmp(type, "display") != 0)
type             2427 arch/powerpc/kernel/ptrace.c 	hw_brk.type = (data & HW_BRK_TYPE_DABR) | HW_BRK_TYPE_PRIV_ALL;
type             2429 arch/powerpc/kernel/ptrace.c 	set_bp = (data) && (hw_brk.type & HW_BRK_TYPE_RDWR);
type             2442 arch/powerpc/kernel/ptrace.c 		arch_bp_generic_fields(hw_brk.type, &attr.bp_type);
type             2460 arch/powerpc/kernel/ptrace.c 	arch_bp_generic_fields(hw_brk.type,
type             2884 arch/powerpc/kernel/ptrace.c 	brk.type = HW_BRK_TYPE_TRANSLATE;
type             2887 arch/powerpc/kernel/ptrace.c 		brk.type |= HW_BRK_TYPE_READ;
type             2889 arch/powerpc/kernel/ptrace.c 		brk.type |= HW_BRK_TYPE_WRITE;
type             2909 arch/powerpc/kernel/ptrace.c 	arch_bp_generic_fields(brk.type, &attr.bp_type);
type             2976 arch/powerpc/kernel/ptrace.c 	child->thread.hw_brk.type = 0;
type             3130 arch/powerpc/kernel/ptrace.c 			     (child->thread.hw_brk.type & HW_BRK_TYPE_DABR));
type              274 arch/powerpc/kernel/ptrace32.c 			(child->thread.hw_brk.type & HW_BRK_TYPE_DABR));
type               70 arch/powerpc/kernel/rtasd.c static char *rtas_event_type(int type)
type               72 arch/powerpc/kernel/rtasd.c 	if ((type > 0) && (type < 11))
type               73 arch/powerpc/kernel/rtasd.c 		return rtas_type[type];
type               75 arch/powerpc/kernel/rtasd.c 	switch (type) {
type              295 arch/powerpc/kernel/security.c 	enum stf_barrier_type type;
type              302 arch/powerpc/kernel/security.c 		type = STF_BARRIER_EIEIO;
type              304 arch/powerpc/kernel/security.c 		type = STF_BARRIER_SYNC_ORI;
type              306 arch/powerpc/kernel/security.c 		type = STF_BARRIER_FALLBACK;
type              308 arch/powerpc/kernel/security.c 		type = STF_BARRIER_NONE;
type              314 arch/powerpc/kernel/security.c 	if (type == STF_BARRIER_FALLBACK) {
type              316 arch/powerpc/kernel/security.c 	} else if (type == STF_BARRIER_SYNC_ORI) {
type              318 arch/powerpc/kernel/security.c 	} else if (type == STF_BARRIER_EIEIO) {
type              322 arch/powerpc/kernel/security.c 	stf_enabled_flush_types = type;
type              331 arch/powerpc/kernel/security.c 		const char *type;
type              334 arch/powerpc/kernel/security.c 			type = "eieio";
type              337 arch/powerpc/kernel/security.c 			type = "hwsync";
type              340 arch/powerpc/kernel/security.c 			type = "fallback";
type              343 arch/powerpc/kernel/security.c 			type = "unknown";
type              345 arch/powerpc/kernel/security.c 		return sprintf(buf, "Mitigation: Kernel entry/exit barrier (%s)\n", type);
type              131 arch/powerpc/kernel/signal.c 	if (tsk->thread.hw_brk.address && tsk->thread.hw_brk.type)
type             2227 arch/powerpc/kernel/traps.c #define WARN_EMULATED_SETUP(type)	.type = { .name = #type }
type             2264 arch/powerpc/kernel/traps.c void ppc_warn_emulated_print(const char *type)
type             2267 arch/powerpc/kernel/traps.c 			    type);
type              483 arch/powerpc/kvm/book3s.c 		enum instruction_fetch_type type, u32 *inst)
type              488 arch/powerpc/kvm/book3s.c 	if (type == INST_SC)
type             1056 arch/powerpc/kvm/book3s.c 	entries->type = KVM_IRQ_ROUTING_IRQCHIP;
type             1354 arch/powerpc/kvm/book3s_xics.c static int kvmppc_xics_create(struct kvm_device *dev, u32 type)
type             1980 arch/powerpc/kvm/book3s_xive.c struct kvmppc_xive *kvmppc_xive_get_device(struct kvm *kvm, u32 type)
type             1982 arch/powerpc/kvm/book3s_xive.c 	struct kvmppc_xive **kvm_xive_device = type == KVM_DEV_TYPE_XIVE ?
type             2000 arch/powerpc/kvm/book3s_xive.c static int kvmppc_xive_create(struct kvm_device *dev, u32 type)
type             2012 arch/powerpc/kvm/book3s_xive.c 	xive = kvmppc_xive_get_device(kvm, type);
type              296 arch/powerpc/kvm/book3s_xive.h struct kvmppc_xive *kvmppc_xive_get_device(struct kvm *kvm, u32 type);
type             1080 arch/powerpc/kvm/book3s_xive_native.c static int kvmppc_xive_native_create(struct kvm_device *dev, u32 type)
type             1091 arch/powerpc/kvm/book3s_xive_native.c 	xive = kvmppc_xive_get_device(kvm, type);
type             1916 arch/powerpc/kvm/booke.c 				       int type, int index)
type             1920 arch/powerpc/kvm/booke.c 		if (type & KVMPPC_DEBUG_WATCH_READ)
type             1922 arch/powerpc/kvm/booke.c 		if (type & KVMPPC_DEBUG_WATCH_WRITE)
type             1927 arch/powerpc/kvm/booke.c 		if (type & KVMPPC_DEBUG_WATCH_READ)
type             1929 arch/powerpc/kvm/booke.c 		if (type & KVMPPC_DEBUG_WATCH_WRITE)
type             2064 arch/powerpc/kvm/booke.c 		uint32_t type = dbg->arch.bp[n].type;
type             2066 arch/powerpc/kvm/booke.c 		if (type == KVMPPC_DEBUG_NONE)
type             2069 arch/powerpc/kvm/booke.c 		if (type & ~(KVMPPC_DEBUG_WATCH_READ |
type             2074 arch/powerpc/kvm/booke.c 		if (type & KVMPPC_DEBUG_BREAKPOINT) {
type             2081 arch/powerpc/kvm/booke.c 							type, w++))
type               95 arch/powerpc/kvm/booke.h void kvmppc_set_pending_interrupt(struct kvm_vcpu *vcpu, enum int_class type);
type              130 arch/powerpc/kvm/e500.h int kvmppc_e500_emul_tlbilx(struct kvm_vcpu *vcpu, int type, gva_t ea);
type              169 arch/powerpc/kvm/e500_emulate.c 			int type = rt & 0x3;
type              171 arch/powerpc/kvm/e500_emulate.c 			emulated = kvmppc_e500_emul_tlbilx(vcpu, type, ea);
type              276 arch/powerpc/kvm/e500_mmu.c 		       int pid, int type)
type              285 arch/powerpc/kvm/e500_mmu.c 		if (type == 0 || tid == pid) {
type              307 arch/powerpc/kvm/e500_mmu.c int kvmppc_e500_emul_tlbilx(struct kvm_vcpu *vcpu, int type, gva_t ea)
type              312 arch/powerpc/kvm/e500_mmu.c 	if (type == 0 || type == 1) {
type              313 arch/powerpc/kvm/e500_mmu.c 		tlbilx_all(vcpu_e500, 0, pid, type);
type              314 arch/powerpc/kvm/e500_mmu.c 		tlbilx_all(vcpu_e500, 1, pid, type);
type              315 arch/powerpc/kvm/e500_mmu.c 	} else if (type == 3) {
type              626 arch/powerpc/kvm/e500_mmu_host.c 		enum instruction_fetch_type type, u32 *instr)
type              716 arch/powerpc/kvm/e500_mmu_host.c 		enum instruction_fetch_type type, u32 *instr)
type               27 arch/powerpc/kvm/e500mc.c void kvmppc_set_pending_interrupt(struct kvm_vcpu *vcpu, enum int_class type)
type               32 arch/powerpc/kvm/e500mc.c 	switch (type) {
type               43 arch/powerpc/kvm/e500mc.c 		WARN_ONCE(1, "%s: unknown int type %d\n", __func__, type);
type               99 arch/powerpc/kvm/emulate_loadstore.c 		int type = op.type & INSTR_TYPE_MASK;
type              100 arch/powerpc/kvm/emulate_loadstore.c 		int size = GETSIZE(op.type);
type              102 arch/powerpc/kvm/emulate_loadstore.c 		switch (type) {
type              104 arch/powerpc/kvm/emulate_loadstore.c 			int instr_byte_swap = op.type & BYTEREV;
type              106 arch/powerpc/kvm/emulate_loadstore.c 			if (op.type & SIGNEXT)
type              113 arch/powerpc/kvm/emulate_loadstore.c 			if ((op.type & UPDATE) && (emulated != EMULATE_FAIL))
type              123 arch/powerpc/kvm/emulate_loadstore.c 			if (op.type & FPCONV)
type              126 arch/powerpc/kvm/emulate_loadstore.c 			if (op.type & SIGNEXT)
type              133 arch/powerpc/kvm/emulate_loadstore.c 			if ((op.type & UPDATE) && (emulated != EMULATE_FAIL))
type              222 arch/powerpc/kvm/emulate_loadstore.c 					1, op.type & SIGNEXT);
type              233 arch/powerpc/kvm/emulate_loadstore.c 			if ((op.type & UPDATE) && (emulated != EMULATE_FAIL))
type              250 arch/powerpc/kvm/emulate_loadstore.c 			if (op.type & FPCONV)
type              256 arch/powerpc/kvm/emulate_loadstore.c 			if ((op.type & UPDATE) && (emulated != EMULATE_FAIL))
type              154 arch/powerpc/kvm/mpic.c 	enum irq_type type;
type              529 arch/powerpc/kvm/mpic.c 		switch (opp->src[i].type) {
type              658 arch/powerpc/kvm/mpic.c 	switch (opp->src[n_IRQ].type) {
type             1329 arch/powerpc/kvm/mpic.c 		opp->src[i].type = IRQ_TYPE_FSLINT;
type             1335 arch/powerpc/kvm/mpic.c 		opp->src[i].type = IRQ_TYPE_FSLSPECIAL;
type             1497 arch/powerpc/kvm/mpic.c static int access_reg(struct openpic *opp, gpa_t addr, u32 *val, int type)
type             1506 arch/powerpc/kvm/mpic.c 	if (type == ATTR_SET)
type             1513 arch/powerpc/kvm/mpic.c 	pr_debug("%s: type %d addr %llx val %x\n", __func__, type, addr, *val);
type             1656 arch/powerpc/kvm/mpic.c static int mpic_create(struct kvm_device *dev, u32 type)
type             1672 arch/powerpc/kvm/mpic.c 	opp->model = type;
type             1832 arch/powerpc/kvm/mpic.c 	switch (ue->type) {
type              427 arch/powerpc/kvm/powerpc.c int kvm_arch_init_vm(struct kvm *kvm, unsigned long type)
type              433 arch/powerpc/kvm/powerpc.c 	if (type == 0) {
type              440 arch/powerpc/kvm/powerpc.c 	} else	if (type == KVM_VM_PPC_HV) {
type              444 arch/powerpc/kvm/powerpc.c 	} else if (type == KVM_VM_PPC_PR) {
type               44 arch/powerpc/kvm/timing.c static void add_exit_timing(struct kvm_vcpu *vcpu, u64 duration, int type)
type               50 arch/powerpc/kvm/timing.c 	vcpu->arch.timing_count_type[type]++;
type               53 arch/powerpc/kvm/timing.c 	old = vcpu->arch.timing_sum_duration[type];
type               54 arch/powerpc/kvm/timing.c 	vcpu->arch.timing_sum_duration[type] += duration;
type               55 arch/powerpc/kvm/timing.c 	if (unlikely(old > vcpu->arch.timing_sum_duration[type])) {
type               58 arch/powerpc/kvm/timing.c 			__func__, old, vcpu->arch.timing_sum_duration[type],
type               59 arch/powerpc/kvm/timing.c 			type, vcpu->arch.timing_count_type[type]);
type               63 arch/powerpc/kvm/timing.c 	old = vcpu->arch.timing_sum_quad_duration[type];
type               64 arch/powerpc/kvm/timing.c 	vcpu->arch.timing_sum_quad_duration[type] += (duration*duration);
type               65 arch/powerpc/kvm/timing.c 	if (unlikely(old > vcpu->arch.timing_sum_quad_duration[type])) {
type               69 arch/powerpc/kvm/timing.c 			vcpu->arch.timing_sum_quad_duration[type],
type               70 arch/powerpc/kvm/timing.c 			type, vcpu->arch.timing_count_type[type]);
type               74 arch/powerpc/kvm/timing.c 	if (unlikely(duration < vcpu->arch.timing_min_duration[type]))
type               75 arch/powerpc/kvm/timing.c 		vcpu->arch.timing_min_duration[type] = duration;
type               76 arch/powerpc/kvm/timing.c 	if (unlikely(duration > vcpu->arch.timing_max_duration[type]))
type               77 arch/powerpc/kvm/timing.c 		vcpu->arch.timing_max_duration[type] = duration;
type               21 arch/powerpc/kvm/timing.h static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type)
type               23 arch/powerpc/kvm/timing.h 	vcpu->arch.last_exit_type = type;
type               33 arch/powerpc/kvm/timing.h static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type) {}
type               37 arch/powerpc/kvm/timing.h static inline void kvmppc_account_exit_stat(struct kvm_vcpu *vcpu, int type)
type               45 arch/powerpc/kvm/timing.h 	switch (type) {
type               92 arch/powerpc/kvm/timing.h static inline void kvmppc_account_exit(struct kvm_vcpu *vcpu, int type)
type               94 arch/powerpc/kvm/timing.h 	kvmppc_set_exit_type(vcpu, type);
type               95 arch/powerpc/kvm/timing.h 	kvmppc_account_exit_stat(vcpu, type);
type              122 arch/powerpc/kvm/trace_pr.h 	TP_PROTO(const char *type, struct kvm_vcpu *vcpu, unsigned long long p1,
type              124 arch/powerpc/kvm/trace_pr.h 	TP_ARGS(type, vcpu, p1, p2),
type              130 arch/powerpc/kvm/trace_pr.h 		__field(	const char *,		type		)
type              137 arch/powerpc/kvm/trace_pr.h 		__entry->type		= type;
type              141 arch/powerpc/kvm/trace_pr.h 		  __entry->count, __entry->type, __entry->p1, __entry->p2)
type               91 arch/powerpc/lib/sstep.c 		op->type |= DECCTR;
type              471 arch/powerpc/lib/sstep.c 	nb = GETSIZE(op->type);
type              485 arch/powerpc/lib/sstep.c 		if (op->type & FPCONV)
type              487 arch/powerpc/lib/sstep.c 		else if (op->type & SIGNEXT)
type              521 arch/powerpc/lib/sstep.c 	nb = GETSIZE(op->type);
type              531 arch/powerpc/lib/sstep.c 		if (op->type & FPCONV)
type              665 arch/powerpc/lib/sstep.c 	size = GETSIZE(op->type);
type              687 arch/powerpc/lib/sstep.c 			if (op->type & SIGNEXT) {
type              750 arch/powerpc/lib/sstep.c 	size = GETSIZE(op->type);
type              823 arch/powerpc/lib/sstep.c 	int size = GETSIZE(op->type);
type              855 arch/powerpc/lib/sstep.c 	int size = GETSIZE(op->type);
type              949 arch/powerpc/lib/sstep.c 	op->type |= SETCC;
type              982 arch/powerpc/lib/sstep.c 	op->type = COMPUTE + SETREG + SETXER;
type             1007 arch/powerpc/lib/sstep.c 	op->type = COMPUTE + SETCC;
type             1026 arch/powerpc/lib/sstep.c 	op->type = COMPUTE + SETCC;
type             1174 arch/powerpc/lib/sstep.c 	op->type = COMPUTE;
type             1179 arch/powerpc/lib/sstep.c 		op->type = BRANCH;
type             1185 arch/powerpc/lib/sstep.c 			op->type |= SETLK;
type             1187 arch/powerpc/lib/sstep.c 			op->type |= BRTAKEN;
type             1192 arch/powerpc/lib/sstep.c 			op->type = SYSCALL;
type             1194 arch/powerpc/lib/sstep.c 			op->type = UNKNOWN;
type             1198 arch/powerpc/lib/sstep.c 		op->type = BRANCH | BRTAKEN;
type             1206 arch/powerpc/lib/sstep.c 			op->type |= SETLK;
type             1211 arch/powerpc/lib/sstep.c 			op->type = COMPUTE + SETCC;
type             1222 arch/powerpc/lib/sstep.c 			op->type = BRANCH;
type             1226 arch/powerpc/lib/sstep.c 				op->type |= SETLK;
type             1228 arch/powerpc/lib/sstep.c 				op->type |= BRTAKEN;
type             1234 arch/powerpc/lib/sstep.c 			op->type = RFI;
type             1238 arch/powerpc/lib/sstep.c 			op->type = BARRIER | BARRIER_ISYNC;
type             1249 arch/powerpc/lib/sstep.c 			op->type = COMPUTE + SETCC;
type             1264 arch/powerpc/lib/sstep.c 			op->type = BARRIER + BARRIER_SYNC;
type             1268 arch/powerpc/lib/sstep.c 				op->type = BARRIER + BARRIER_LWSYNC;
type             1271 arch/powerpc/lib/sstep.c 				op->type = BARRIER + BARRIER_PTESYNC;
type             1278 arch/powerpc/lib/sstep.c 			op->type = BARRIER + BARRIER_EIEIO;
type             1399 arch/powerpc/lib/sstep.c 		op->type = UNKNOWN;
type             1491 arch/powerpc/lib/sstep.c 		op->type = UNKNOWN;	/* illegal instruction */
type             1521 arch/powerpc/lib/sstep.c 			op->type = MFMSR;
type             1527 arch/powerpc/lib/sstep.c 			op->type = MTMSR;
type             1535 arch/powerpc/lib/sstep.c 			op->type = MTMSR;
type             1558 arch/powerpc/lib/sstep.c 			op->type = COMPUTE + SETCC;
type             1572 arch/powerpc/lib/sstep.c 			op->type = MFSPR;
type             1582 arch/powerpc/lib/sstep.c 			op->type = MTSPR;
type             1893 arch/powerpc/lib/sstep.c 			op->type = COMPUTE + SETREG + SETXER;
type             1906 arch/powerpc/lib/sstep.c 			op->type = COMPUTE + SETREG + SETXER;
type             1936 arch/powerpc/lib/sstep.c 			op->type = COMPUTE + SETREG + SETXER;
type             1950 arch/powerpc/lib/sstep.c 			op->type = COMPUTE + SETREG + SETXER;
type             1966 arch/powerpc/lib/sstep.c 			op->type = COMPUTE + SETREG;
type             1981 arch/powerpc/lib/sstep.c 			op->type = MKOP(CACHEOP, DCBST, 0);
type             1986 arch/powerpc/lib/sstep.c 			op->type = MKOP(CACHEOP, DCBF, 0);
type             1991 arch/powerpc/lib/sstep.c 			op->type = MKOP(CACHEOP, DCBTST, 0);
type             1997 arch/powerpc/lib/sstep.c 			op->type = MKOP(CACHEOP, DCBTST, 0);
type             2003 arch/powerpc/lib/sstep.c 			op->type = MKOP(CACHEOP, ICBI, 0);
type             2008 arch/powerpc/lib/sstep.c 			op->type = MKOP(CACHEOP, DCBZ, 0);
type             2018 arch/powerpc/lib/sstep.c 	op->type = UNKNOWN;
type             2031 arch/powerpc/lib/sstep.c 			op->type = MKOP(LARX, 0, 4);
type             2035 arch/powerpc/lib/sstep.c 			op->type = MKOP(STCX, 0, 4);
type             2040 arch/powerpc/lib/sstep.c 			op->type = MKOP(LARX, 0, 8);
type             2044 arch/powerpc/lib/sstep.c 			op->type = MKOP(STCX, 0, 8);
type             2048 arch/powerpc/lib/sstep.c 			op->type = MKOP(LARX, 0, 1);
type             2052 arch/powerpc/lib/sstep.c 			op->type = MKOP(STCX, 0, 1);
type             2056 arch/powerpc/lib/sstep.c 			op->type = MKOP(LARX, 0, 2);
type             2060 arch/powerpc/lib/sstep.c 			op->type = MKOP(STCX, 0, 2);
type             2065 arch/powerpc/lib/sstep.c 				op->type = MKOP(LARX, 0, 16);
type             2070 arch/powerpc/lib/sstep.c 				op->type = MKOP(STCX, 0, 16);
type             2076 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD, u, 4);
type             2081 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD, u, 1);
type             2090 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VMX, 0, 1);
type             2095 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VMX, 0, 2);
type             2100 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VMX, 0, 4);
type             2106 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VMX, 0, 16);
type             2111 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_VMX, 0, 1);
type             2116 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_VMX, 0, 2);
type             2121 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_VMX, 0, 4);
type             2127 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_VMX, 0, 16);
type             2134 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD, u, 8);
type             2139 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE, u, 8);
type             2145 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE, u, 4);
type             2150 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE, u, 1);
type             2155 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD, u, 2);
type             2161 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD, SIGNEXT | u, 4);
type             2167 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD, SIGNEXT | u, 2);
type             2172 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE, u, 2);
type             2177 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD, BYTEREV, 8);
type             2182 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_MULTI, 0, regs->xer & 0x7f);
type             2186 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD, BYTEREV, 4);
type             2192 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_MULTI, 0, rb);
type             2199 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_FP, u | FPCONV, 4);
type             2204 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_FP, u, 8);
type             2209 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_FP, u | FPCONV, 4);
type             2214 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_FP, u, 8);
type             2219 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_FP, 0, 16);
type             2223 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_FP, SIGNEXT, 4);
type             2227 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_FP, 0, 4);
type             2231 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_FP, 0, 16);
type             2235 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_FP, 0, 4);
type             2242 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE, BYTEREV, 8);
type             2248 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_MULTI, 0, regs->xer & 0x7f);
type             2252 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE, BYTEREV, 4);
type             2259 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_MULTI, 0, rb);
type             2264 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD, BYTEREV, 2);
type             2268 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE, BYTEREV, 2);
type             2275 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VSX, 0, 4);
type             2281 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VSX, SIGNEXT, 4);
type             2287 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_VSX, 0, 4);
type             2293 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VSX, 0, 16);
type             2306 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VSX, 0, nb);
type             2314 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VSX, 0, 8);
type             2321 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VSX, 0, 4);
type             2328 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_VSX, 0, 16);
type             2341 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_VSX, 0, nb);
type             2349 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VSX, 0, 4);
type             2356 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VSX, 0, 8);
type             2362 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_VSX, 0, 4);
type             2369 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_VSX, 0, 8);
type             2375 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VSX, 0, 16);
type             2381 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VSX, 0, 1);
type             2388 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VSX, 0, 16);
type             2395 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VSX, 0, 2);
type             2402 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VSX, 0, 16);
type             2408 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VSX, 0, 16);
type             2415 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_VSX, 0, 16);
type             2421 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_VSX, 0, 1);
type             2428 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_VSX, 0, 16);
type             2435 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_VSX, 0, 2);
type             2442 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_VSX, 0, 16);
type             2448 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_VSX, 0, 16);
type             2459 arch/powerpc/lib/sstep.c 		op->type = MKOP(LOAD, u, 4);
type             2465 arch/powerpc/lib/sstep.c 		op->type = MKOP(LOAD, u, 1);
type             2471 arch/powerpc/lib/sstep.c 		op->type = MKOP(STORE, u, 4);
type             2477 arch/powerpc/lib/sstep.c 		op->type = MKOP(STORE, u, 1);
type             2483 arch/powerpc/lib/sstep.c 		op->type = MKOP(LOAD, u, 2);
type             2489 arch/powerpc/lib/sstep.c 		op->type = MKOP(LOAD, SIGNEXT | u, 2);
type             2495 arch/powerpc/lib/sstep.c 		op->type = MKOP(STORE, u, 2);
type             2502 arch/powerpc/lib/sstep.c 		op->type = MKOP(LOAD_MULTI, 0, 4 * (32 - rd));
type             2507 arch/powerpc/lib/sstep.c 		op->type = MKOP(STORE_MULTI, 0, 4 * (32 - rd));
type             2514 arch/powerpc/lib/sstep.c 		op->type = MKOP(LOAD_FP, u | FPCONV, 4);
type             2520 arch/powerpc/lib/sstep.c 		op->type = MKOP(LOAD_FP, u, 8);
type             2526 arch/powerpc/lib/sstep.c 		op->type = MKOP(STORE_FP, u | FPCONV, 4);
type             2532 arch/powerpc/lib/sstep.c 		op->type = MKOP(STORE_FP, u, 8);
type             2540 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD, 0, 16);
type             2552 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_FP, 0, 16);
type             2556 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VSX, 0, 8);
type             2562 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VSX, 0, 4);
type             2575 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD, 0, 8);
type             2578 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD, UPDATE, 8);
type             2581 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD, SIGNEXT, 4);
type             2593 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_FP, 0, 16);
type             2600 arch/powerpc/lib/sstep.c 			op->type = MKOP(LOAD_VSX, 0, 16);
type             2609 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_VSX, 0, 8);
type             2618 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_VSX, 0, 4);
type             2627 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE_VSX, 0, 16);
type             2640 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE, 0, 8);
type             2643 arch/powerpc/lib/sstep.c 			op->type = MKOP(STORE, UPDATE, 8);
type             2647 arch/powerpc/lib/sstep.c 				op->type = MKOP(STORE, 0, 16);
type             2656 arch/powerpc/lib/sstep.c 	if ((GETTYPE(op->type) == LOAD_VSX ||
type             2657 arch/powerpc/lib/sstep.c 	     GETTYPE(op->type) == STORE_VSX) &&
type             2670 arch/powerpc/lib/sstep.c 	op->type |= SETREG;
type             2678 arch/powerpc/lib/sstep.c 	op->type |= SETREG;
type             2682 arch/powerpc/lib/sstep.c 	op->type = INTERRUPT | 0x700;
type             2687 arch/powerpc/lib/sstep.c 	op->type = INTERRUPT | 0x700;
type             2760 arch/powerpc/lib/sstep.c 	switch (GETTYPE(op->type)) {
type             2762 arch/powerpc/lib/sstep.c 		if (op->type & SETREG)
type             2764 arch/powerpc/lib/sstep.c 		if (op->type & SETCC)
type             2766 arch/powerpc/lib/sstep.c 		if (op->type & SETXER)
type             2771 arch/powerpc/lib/sstep.c 		if (op->type & SETLK)
type             2773 arch/powerpc/lib/sstep.c 		if (op->type & BRTAKEN)
type             2775 arch/powerpc/lib/sstep.c 		if (op->type & DECCTR)
type             2780 arch/powerpc/lib/sstep.c 		switch (op->type & BARRIER_MASK) {
type             2849 arch/powerpc/lib/sstep.c 	int err, size, type;
type             2857 arch/powerpc/lib/sstep.c 	size = GETSIZE(op->type);
type             2858 arch/powerpc/lib/sstep.c 	type = GETTYPE(op->type);
type             2862 arch/powerpc/lib/sstep.c 	switch (type) {
type             2948 arch/powerpc/lib/sstep.c 			if (op->type & SIGNEXT)
type             2950 arch/powerpc/lib/sstep.c 			if ((op->type & BYTEREV) == (cross_endian ? 0 : BYTEREV))
type             3020 arch/powerpc/lib/sstep.c 		if ((op->type & UPDATE) && size == sizeof(long) &&
type             3090 arch/powerpc/lib/sstep.c 	if (op->type & UPDATE)
type             3107 arch/powerpc/lib/sstep.c 	int r, err, type;
type             3120 arch/powerpc/lib/sstep.c 	type = GETTYPE(op.type);
type             3122 arch/powerpc/lib/sstep.c 	if (OP_IS_LOAD_STORE(type)) {
type             3129 arch/powerpc/lib/sstep.c 	switch (type) {
type             3134 arch/powerpc/lib/sstep.c 		switch (op.type & CACHEOP_MASK) {
type              852 arch/powerpc/lib/test_emulate_step.c 	    GETTYPE(op.type) != COMPUTE) {
type              234 arch/powerpc/math-emu/math.c 	int type = 0;
type              241 arch/powerpc/math-emu/math.c 	case LFS:	func = lfs;	type = D;	break;
type              242 arch/powerpc/math-emu/math.c 	case LFSU:	func = lfs;	type = DU;	break;
type              243 arch/powerpc/math-emu/math.c 	case LFD:	func = lfd;	type = D;	break;
type              244 arch/powerpc/math-emu/math.c 	case LFDU:	func = lfd;	type = DU;	break;
type              245 arch/powerpc/math-emu/math.c 	case STFS:	func = stfs;	type = D;	break;
type              246 arch/powerpc/math-emu/math.c 	case STFSU:	func = stfs;	type = DU;	break;
type              247 arch/powerpc/math-emu/math.c 	case STFD:	func = stfd;	type = D;	break;
type              248 arch/powerpc/math-emu/math.c 	case STFDU:	func = stfd;	type = DU;	break;
type              252 arch/powerpc/math-emu/math.c 		case LFSX:	func = lfs;	type = XE;	break;
type              253 arch/powerpc/math-emu/math.c 		case LFSUX:	func = lfs;	type = XEU;	break;
type              254 arch/powerpc/math-emu/math.c 		case LFDX:	func = lfd;	type = XE;	break;
type              255 arch/powerpc/math-emu/math.c 		case LFDUX:	func = lfd;	type = XEU;	break;
type              256 arch/powerpc/math-emu/math.c 		case STFSX:	func = stfs;	type = XE;	break;
type              257 arch/powerpc/math-emu/math.c 		case STFSUX:	func = stfs;	type = XEU;	break;
type              258 arch/powerpc/math-emu/math.c 		case STFDX:	func = stfd;	type = XE;	break;
type              259 arch/powerpc/math-emu/math.c 		case STFDUX:	func = stfd;	type = XEU;	break;
type              260 arch/powerpc/math-emu/math.c 		case STFIWX:	func = stfiwx;	type = XE;	break;
type              268 arch/powerpc/math-emu/math.c 		case FDIVS:	func = fdivs;	type = AB;	break;
type              269 arch/powerpc/math-emu/math.c 		case FSUBS:	func = fsubs;	type = AB;	break;
type              270 arch/powerpc/math-emu/math.c 		case FADDS:	func = fadds;	type = AB;	break;
type              271 arch/powerpc/math-emu/math.c 		case FSQRTS:	func = fsqrts;	type = XB;	break;
type              272 arch/powerpc/math-emu/math.c 		case FRES:	func = fres;	type = XB;	break;
type              273 arch/powerpc/math-emu/math.c 		case FMULS:	func = fmuls;	type = AC;	break;
type              274 arch/powerpc/math-emu/math.c 		case FRSQRTES:	func = frsqrtes;type = XB;	break;
type              275 arch/powerpc/math-emu/math.c 		case FMSUBS:	func = fmsubs;	type = ABC;	break;
type              276 arch/powerpc/math-emu/math.c 		case FMADDS:	func = fmadds;	type = ABC;	break;
type              277 arch/powerpc/math-emu/math.c 		case FNMSUBS:	func = fnmsubs;	type = ABC;	break;
type              278 arch/powerpc/math-emu/math.c 		case FNMADDS:	func = fnmadds;	type = ABC;	break;
type              287 arch/powerpc/math-emu/math.c 			case FDIV:	func = fdiv;	type = AB;	break;
type              288 arch/powerpc/math-emu/math.c 			case FSUB:	func = fsub;	type = AB;	break;
type              289 arch/powerpc/math-emu/math.c 			case FADD:	func = fadd;	type = AB;	break;
type              290 arch/powerpc/math-emu/math.c 			case FSQRT:	func = fsqrt;	type = XB;	break;
type              291 arch/powerpc/math-emu/math.c 			case FRE:	func = fre;	type = XB;	break;
type              292 arch/powerpc/math-emu/math.c 			case FSEL:	func = fsel;	type = ABC;	break;
type              293 arch/powerpc/math-emu/math.c 			case FMUL:	func = fmul;	type = AC;	break;
type              294 arch/powerpc/math-emu/math.c 			case FRSQRTE:	func = frsqrte;	type = XB;	break;
type              295 arch/powerpc/math-emu/math.c 			case FMSUB:	func = fmsub;	type = ABC;	break;
type              296 arch/powerpc/math-emu/math.c 			case FMADD:	func = fmadd;	type = ABC;	break;
type              297 arch/powerpc/math-emu/math.c 			case FNMSUB:	func = fnmsub;	type = ABC;	break;
type              298 arch/powerpc/math-emu/math.c 			case FNMADD:	func = fnmadd;	type = ABC;	break;
type              306 arch/powerpc/math-emu/math.c 		case FCMPU:	func = fcmpu;	type = XCR;	break;
type              307 arch/powerpc/math-emu/math.c 		case FRSP:	func = frsp;	type = XB;	break;
type              308 arch/powerpc/math-emu/math.c 		case FCTIW:	func = fctiw;	type = XB;	break;
type              309 arch/powerpc/math-emu/math.c 		case FCTIWZ:	func = fctiwz;	type = XB;	break;
type              310 arch/powerpc/math-emu/math.c 		case FCMPO:	func = fcmpo;	type = XCR;	break;
type              311 arch/powerpc/math-emu/math.c 		case MTFSB1:	func = mtfsb1;	type = XCRB;	break;
type              312 arch/powerpc/math-emu/math.c 		case FNEG:	func = fneg;	type = XB;	break;
type              313 arch/powerpc/math-emu/math.c 		case MCRFS:	func = mcrfs;	type = XCRL;	break;
type              314 arch/powerpc/math-emu/math.c 		case MTFSB0:	func = mtfsb0;	type = XCRB;	break;
type              315 arch/powerpc/math-emu/math.c 		case FMR:	func = fmr;	type = XB;	break;
type              316 arch/powerpc/math-emu/math.c 		case MTFSFI:	func = mtfsfi;	type = XCRI;	break;
type              317 arch/powerpc/math-emu/math.c 		case FNABS:	func = fnabs;	type = XB;	break;
type              318 arch/powerpc/math-emu/math.c 		case FABS:	func = fabs;	type = XB;	break;
type              319 arch/powerpc/math-emu/math.c 		case MFFS:	func = mffs;	type = X;	break;
type              320 arch/powerpc/math-emu/math.c 		case MTFSF:	func = mtfsf;	type = XFLB;	break;
type              330 arch/powerpc/math-emu/math.c 	switch (type) {
type              446 arch/powerpc/math-emu/math.c 	switch (type) {
type              181 arch/powerpc/math-emu/math_efp.c 	unsigned long type, func, fc, fa, fb, src, speinsn;
type              189 arch/powerpc/math-emu/math_efp.c 	type = insn_type(speinsn);
type              190 arch/powerpc/math-emu/math_efp.c 	if (type == NOTYPE)
type              217 arch/powerpc/math-emu/math_efp.c 		switch (type) {
type              345 arch/powerpc/math-emu/math_efp.c 		switch (type) {
type              490 arch/powerpc/math-emu/math_efp.c 		switch (type) {
type              728 arch/powerpc/math-emu/math_efp.c 	unsigned long speinsn, type, fb, fc, fptype, func;
type              736 arch/powerpc/math-emu/math_efp.c 	type = insn_type(func);
type              737 arch/powerpc/math-emu/math_efp.c 	if (type == XCR) return -ENOSYS;
type              358 arch/powerpc/mm/book3s64/hash_utils.c 	const char *type = of_get_flat_dt_prop(node, "device_type", NULL);
type              363 arch/powerpc/mm/book3s64/hash_utils.c 	if (type == NULL || strcmp(type, "cpu") != 0)
type              414 arch/powerpc/mm/book3s64/hash_utils.c 	const char *type = of_get_flat_dt_prop(node, "device_type", NULL);
type              419 arch/powerpc/mm/book3s64/hash_utils.c 	if (type == NULL || strcmp(type, "cpu") != 0)
type              496 arch/powerpc/mm/book3s64/hash_utils.c 	const char *type = of_get_flat_dt_prop(node, "device_type", NULL);
type              504 arch/powerpc/mm/book3s64/hash_utils.c 	if (type == NULL || strcmp(type, "memory") != 0)
type              716 arch/powerpc/mm/book3s64/hash_utils.c 	const char *type = of_get_flat_dt_prop(node, "device_type", NULL);
type              720 arch/powerpc/mm/book3s64/hash_utils.c 	if (type == NULL || strcmp(type, "cpu") != 0)
type              431 arch/powerpc/mm/book3s64/radix_pgtable.c 	const char *type = of_get_flat_dt_prop(node, "device_type", NULL);
type              434 arch/powerpc/mm/book3s64/radix_pgtable.c 	if (type == NULL || strcmp(type, "cpu") != 0)
type               36 arch/powerpc/mm/highmem.c 	int idx, type;
type               43 arch/powerpc/mm/highmem.c 	type = kmap_atomic_idx_push();
type               44 arch/powerpc/mm/highmem.c 	idx = type + KM_TYPE_NR*smp_processor_id();
type               65 arch/powerpc/mm/highmem.c 		int type = kmap_atomic_idx();
type               68 arch/powerpc/mm/highmem.c 		idx = type + KM_TYPE_NR * smp_processor_id();
type              346 arch/powerpc/net/bpf_jit_comp.c 						type) != 2);
type              363 arch/powerpc/net/bpf_jit_comp.c 				     offsetof(struct net_device, type));
type               50 arch/powerpc/perf/8xx-pmu.c 	switch (event->attr.type) {
type               73 arch/powerpc/perf/8xx-pmu.c 	int type = event_type(event);
type               75 arch/powerpc/perf/8xx-pmu.c 	if (type < 0)
type               76 arch/powerpc/perf/8xx-pmu.c 		return type;
type               82 arch/powerpc/perf/8xx-pmu.c 	int type = event_type(event);
type               85 arch/powerpc/perf/8xx-pmu.c 	if (type < 0)
type               86 arch/powerpc/perf/8xx-pmu.c 		return type;
type               88 arch/powerpc/perf/8xx-pmu.c 	switch (type) {
type              125 arch/powerpc/perf/8xx-pmu.c 	int type = event_type(event);
type              128 arch/powerpc/perf/8xx-pmu.c 	if (type < 0)
type              133 arch/powerpc/perf/8xx-pmu.c 		switch (type) {
type             1802 arch/powerpc/perf/core-book3s.c 	unsigned long type, op, result;
type             1809 arch/powerpc/perf/core-book3s.c 	type = config & 0xff;
type             1813 arch/powerpc/perf/core-book3s.c 	if (type >= PERF_COUNT_HW_CACHE_MAX ||
type             1818 arch/powerpc/perf/core-book3s.c 	ev = (*ppmu->cache_events)[type][op][result];
type             1860 arch/powerpc/perf/core-book3s.c 	switch (event->attr.type) {
type              457 arch/powerpc/perf/core-fsl-emb.c 	unsigned long type, op, result;
type              464 arch/powerpc/perf/core-fsl-emb.c 	type = config & 0xff;
type              468 arch/powerpc/perf/core-fsl-emb.c 	if (type >= PERF_COUNT_HW_CACHE_MAX ||
type              473 arch/powerpc/perf/core-fsl-emb.c 	ev = (*ppmu->cache_events)[type][op][result];
type              497 arch/powerpc/perf/core-fsl-emb.c 	switch (event->attr.type) {
type             1288 arch/powerpc/perf/hv-24x7.c 	if (event->attr.type != event->pmu->type)
type              222 arch/powerpc/perf/hv-gpci.c 	if (event->attr.type != event->pmu->type)
type              496 arch/powerpc/perf/imc-pmu.c 	if (event->attr.type != event->pmu->type)
type              772 arch/powerpc/perf/imc-pmu.c 	if (event->attr.type != event->pmu->type)
type              898 arch/powerpc/perf/imc-pmu.c 	if (event->attr.type != event->pmu->type)
type             1177 arch/powerpc/perf/imc-pmu.c 	header->type = PERF_RECORD_SAMPLE;
type             1307 arch/powerpc/perf/imc-pmu.c 	if (event->attr.type != event->pmu->type)
type               64 arch/powerpc/platforms/44x/sam440ep.c 	.type = "m41st85",
type               37 arch/powerpc/platforms/4xx/hsta_msi.c static int hsta_setup_msi_irqs(struct pci_dev *dev, int nvec, int type)
type               45 arch/powerpc/platforms/4xx/hsta_msi.c 	if (type == PCI_CAP_ID_MSIX) {
type               65 arch/powerpc/platforms/4xx/msi.c static int ppc4xx_setup_msi_irqs(struct pci_dev *dev, int nvec, int type)
type               74 arch/powerpc/platforms/4xx/msi.c 		__func__, nvec, type);
type               75 arch/powerpc/platforms/4xx/msi.c 	if (type == PCI_CAP_ID_MSIX)
type              516 arch/powerpc/platforms/512x/clock-commonclk.c 	enum mclk_type type;
type              602 arch/powerpc/platforms/512x/clock-commonclk.c 	switch (entry->type) {
type               51 arch/powerpc/platforms/52xx/lite5200_pm.c 		{ .type = "soc", .compatible = "mpc5200", }, /* lite5200 */
type               52 arch/powerpc/platforms/52xx/lite5200_pm.c 		{ .type = "builtin", .compatible = "mpc5200", }, /* efika */
type               38 arch/powerpc/platforms/52xx/mpc52xx_common.c 	{ .type = "builtin", .compatible = "mpc5200", }, /* efika */
type               39 arch/powerpc/platforms/52xx/mpc52xx_common.c 	{ .type = "soc", .compatible = "mpc5200", }, /* lite5200 */
type               97 arch/powerpc/platforms/52xx/mpc52xx_pci.c 	{ .type = "pci", .compatible = "fsl,mpc5200-pci", },
type               98 arch/powerpc/platforms/52xx/mpc52xx_pci.c 	{ .type = "pci", .compatible = "mpc5200-pci", },
type              178 arch/powerpc/platforms/52xx/mpc52xx_pic.c 	u32 ctrl_reg, type;
type              186 arch/powerpc/platforms/52xx/mpc52xx_pic.c 	case IRQF_TRIGGER_HIGH: type = 0; break;
type              187 arch/powerpc/platforms/52xx/mpc52xx_pic.c 	case IRQF_TRIGGER_RISING: type = 1; handler = handle_edge_irq; break;
type              188 arch/powerpc/platforms/52xx/mpc52xx_pic.c 	case IRQF_TRIGGER_FALLING: type = 2; handler = handle_edge_irq; break;
type              189 arch/powerpc/platforms/52xx/mpc52xx_pic.c 	case IRQF_TRIGGER_LOW: type = 3; break;
type              191 arch/powerpc/platforms/52xx/mpc52xx_pic.c 		type = 0;
type              196 arch/powerpc/platforms/52xx/mpc52xx_pic.c 	ctrl_reg |= (type << (22 - (l2irq * 2)));
type              345 arch/powerpc/platforms/52xx/mpc52xx_pic.c 	int type;
type              357 arch/powerpc/platforms/52xx/mpc52xx_pic.c 		type = mpc52xx_map_senses[(reg >> (22 - l2irq * 2)) & 0x3];
type              358 arch/powerpc/platforms/52xx/mpc52xx_pic.c 		if ((type == IRQ_TYPE_EDGE_FALLING) ||
type              359 arch/powerpc/platforms/52xx/mpc52xx_pic.c 		    (type == IRQ_TYPE_EDGE_RISING))
type              366 arch/powerpc/platforms/52xx/mpc52xx_pic.c 			 __func__, l2irq, virq, (int)irq, type);
type               64 arch/powerpc/platforms/52xx/mpc52xx_pm.c 		{ .type = "soc", .compatible = "mpc5200", }, /* lite5200 */
type               65 arch/powerpc/platforms/52xx/mpc52xx_pm.c 		{ .type = "builtin", .compatible = "mpc5200", }, /* efika */
type              115 arch/powerpc/platforms/83xx/misc.c 	{ .type = "soc", },
type              120 arch/powerpc/platforms/83xx/misc.c 	{ .type = "qe", },
type               39 arch/powerpc/platforms/83xx/mpc832x_rdb.c static int __init of_fsl_spi_probe(char *type, char *compatible, u32 sysclk,
type               48 arch/powerpc/platforms/83xx/mpc832x_rdb.c 	for_each_compatible_node(np, type, compatible) {
type              328 arch/powerpc/platforms/83xx/suspend.c 	const struct pmc_type *type;
type              335 arch/powerpc/platforms/83xx/suspend.c 	type = match->data;
type              340 arch/powerpc/platforms/83xx/suspend.c 	has_deep_sleep = type->has_deep_sleep;
type               18 arch/powerpc/platforms/85xx/common.c 	{ .type = "soc", },
type               60 arch/powerpc/platforms/85xx/ppa8548.c 	{ .type = "soc", },
type              438 arch/powerpc/platforms/85xx/smp.c 	if (image->type == KEXEC_TYPE_DEFAULT)
type               27 arch/powerpc/platforms/85xx/socrates_fpga_pic.c 	int type;
type              194 arch/powerpc/platforms/85xx/socrates_fpga_pic.c 	if (fpga_irqs[hwirq].type != IRQ_TYPE_NONE)
type              246 arch/powerpc/platforms/85xx/socrates_fpga_pic.c 	if  (fpga_irq->type == IRQ_TYPE_NONE) {
type              257 arch/powerpc/platforms/85xx/socrates_fpga_pic.c 		*out_flags = fpga_irq->type;
type               12 arch/powerpc/platforms/86xx/common.c 	{ .type = "soc", },
type              253 arch/powerpc/platforms/cell/axon_msi.c static int axon_msi_setup_msi_irqs(struct pci_dev *dev, int nvec, int type)
type               21 arch/powerpc/platforms/cell/cbe_powerbutton.c 	BUG_ON(pmi_msg.type != PMI_TYPE_POWER_BUTTON);
type               30 arch/powerpc/platforms/cell/cbe_powerbutton.c 	.type			= PMI_TYPE_POWER_BUTTON,
type              143 arch/powerpc/platforms/cell/setup.c 	{ .type = "soc", },
type              145 arch/powerpc/platforms/cell/setup.c 	{ .type = "spider", },
type              146 arch/powerpc/platforms/cell/setup.c 	{ .type = "axon", },
type              147 arch/powerpc/platforms/cell/setup.c 	{ .type = "plb5", },
type              148 arch/powerpc/platforms/cell/setup.c 	{ .type = "plb4", },
type              149 arch/powerpc/platforms/cell/setup.c 	{ .type = "opb", },
type              150 arch/powerpc/platforms/cell/setup.c 	{ .type = "ebc", },
type              103 arch/powerpc/platforms/cell/spider-pic.c static int spider_set_irq_type(struct irq_data *d, unsigned int type)
type              105 arch/powerpc/platforms/cell/spider-pic.c 	unsigned int sense = type & IRQ_TYPE_SENSE_MASK;
type               24 arch/powerpc/platforms/cell/spufs/fault.c 				unsigned long ea, int type)
type               27 arch/powerpc/platforms/cell/spufs/fault.c 		ctx->event_return |= type;
type               32 arch/powerpc/platforms/cell/spufs/fault.c 	switch (type) {
type             2371 arch/powerpc/platforms/cell/spufs/file.c 			(unsigned int) p->type,
type             2482 arch/powerpc/platforms/cell/spufs/file.c 		u32 type, u32 val)
type             2494 arch/powerpc/platforms/cell/spufs/file.c 		p->type = type;
type               61 arch/powerpc/platforms/cell/spufs/spufs.h 		u32		type;
type              286 arch/powerpc/platforms/cell/spufs/spufs.h 		u32 type, u32 val);
type              335 arch/powerpc/platforms/cell/spufs/spufs.h void spufs_dma_callback(struct spu *spu, int type);
type              176 arch/powerpc/platforms/chrp/setup.c 				     u8 type)
type              185 arch/powerpc/platforms/chrp/setup.c 	if (level0 != level || type0 != type || !active) {
type              188 arch/powerpc/platforms/chrp/setup.c 		       name, level0, type0, !active ? "in" : "", level, type);
type              191 arch/powerpc/platforms/chrp/setup.c 		sio_write(type, 0x71);
type               25 arch/powerpc/platforms/embedded6xx/linkstation.c 	{ .type = "soc", },
type              100 arch/powerpc/platforms/pasemi/dma_lib.c static int pasemi_alloc_tx_chan(enum pasemi_dmachan_type type)
type              105 arch/powerpc/platforms/pasemi/dma_lib.c 	switch (type & (TXCHAN_EVT0|TXCHAN_EVT1)) {
type              169 arch/powerpc/platforms/pasemi/dma_lib.c void *pasemi_dma_alloc_chan(enum pasemi_dmachan_type type,
type              186 arch/powerpc/platforms/pasemi/dma_lib.c 	switch (type & (TXCHAN|RXCHAN)) {
type              195 arch/powerpc/platforms/pasemi/dma_lib.c 		chno = pasemi_alloc_tx_chan(type);
type              202 arch/powerpc/platforms/pasemi/dma_lib.c 	chan->chan_type = type;
type               38 arch/powerpc/platforms/pasemi/misc.c 		if (strlcpy(info->type, i2c_devices[i].i2c_type,
type               78 arch/powerpc/platforms/pasemi/msi.c static int pasemi_msi_setup_msi_irqs(struct pci_dev *pdev, int nvec, int type)
type               85 arch/powerpc/platforms/pasemi/msi.c 	if (type == PCI_CAP_ID_MSIX)
type               88 arch/powerpc/platforms/pasemi/msi.c 		 pdev, nvec, type);
type              404 arch/powerpc/platforms/pasemi/setup.c 	{ .type = "localbus", },
type              405 arch/powerpc/platforms/pasemi/setup.c 	{ .type = "sdc", },
type               59 arch/powerpc/platforms/powermac/backlight.c int pmac_has_backlight_type(const char *type)
type               66 arch/powerpc/platforms/powermac/backlight.c 		if (prop && strncmp(prop, type, strlen(type)) == 0) {
type               71 arch/powerpc/platforms/powermac/feature.c struct macio_chip *macio_find(struct device_node *child, int type)
type               78 arch/powerpc/platforms/powermac/feature.c 			    (!type || macio_chips[i].type == type))
type              136 arch/powerpc/platforms/powermac/feature.c static inline int simple_feature_tweak(struct device_node *node, int type,
type              142 arch/powerpc/platforms/powermac/feature.c 	macio = macio_find(node, type);
type              178 arch/powerpc/platforms/powermac/feature.c 	htw = (macio->type == macio_heathrow || macio->type == macio_paddington
type              179 arch/powerpc/platforms/powermac/feature.c 		|| macio->type == macio_gatwick);
type              587 arch/powerpc/platforms/powermac/feature.c 		if (macio_chips[1].type == macio_gatwick)
type              592 arch/powerpc/platforms/powermac/feature.c 		if (macio_chips[1].type == macio_gatwick)
type              707 arch/powerpc/platforms/powermac/feature.c 		if (macio_chips[0].type != macio_keylargo)
type              759 arch/powerpc/platforms/powermac/feature.c 		if (macio_chips[0].type != macio_pangea &&
type              760 arch/powerpc/platforms/powermac/feature.c 		    macio_chips[0].type != macio_intrepid)
type              905 arch/powerpc/platforms/powermac/feature.c 	if (macio->type != macio_keylargo && macio->type != macio_pangea &&
type              906 arch/powerpc/platforms/powermac/feature.c 	    macio->type != macio_intrepid)
type             1053 arch/powerpc/platforms/powermac/feature.c 	if (macio->type != macio_keylargo)
type             1091 arch/powerpc/platforms/powermac/feature.c 	if (macio->type != macio_keylargo && macio->type != macio_pangea &&
type             1092 arch/powerpc/platforms/powermac/feature.c 	    macio->type != macio_intrepid)
type             1154 arch/powerpc/platforms/powermac/feature.c 		if (macio->type == macio_intrepid) {
type             1209 arch/powerpc/platforms/powermac/feature.c 			if (macio->type != macio_intrepid)
type             1216 arch/powerpc/platforms/powermac/feature.c 			if (macio->type != macio_intrepid)
type             1241 arch/powerpc/platforms/powermac/feature.c 	if (macio->type != macio_keylargo && macio->type != macio_pangea &&
type             1242 arch/powerpc/platforms/powermac/feature.c 	    macio->type != macio_intrepid)
type             1271 arch/powerpc/platforms/powermac/feature.c 	if (macio->type != macio_keylargo && macio->type != macio_pangea &&
type             1272 arch/powerpc/platforms/powermac/feature.c 	    macio->type != macio_intrepid)
type             1456 arch/powerpc/platforms/powermac/feature.c 	if (macio->type != macio_keylargo2 && macio->type != macio_shasta)
type             1466 arch/powerpc/platforms/powermac/feature.c 		if (macio->type == macio_shasta)
type             1499 arch/powerpc/platforms/powermac/feature.c 	if (macio->type != macio_keylargo2 && macio->type != macio_shasta)
type             1670 arch/powerpc/platforms/powermac/feature.c 	if (macio->type != macio_keylargo && macio->type != macio_pangea &&
type             1671 arch/powerpc/platforms/powermac/feature.c 	    macio->type != macio_intrepid)
type             1687 arch/powerpc/platforms/powermac/feature.c 	if (macio->type == macio_keylargo)
type             1708 arch/powerpc/platforms/powermac/feature.c 	if (macio->type == macio_keylargo)
type             1715 arch/powerpc/platforms/powermac/feature.c 	if (macio->type == macio_pangea || macio->type == macio_intrepid)
type             1724 arch/powerpc/platforms/powermac/feature.c 	if (macio->type == macio_pangea)
type             1726 arch/powerpc/platforms/powermac/feature.c 	else if (macio->type == macio_intrepid)
type             1728 arch/powerpc/platforms/powermac/feature.c 	else if (macio->type == macio_keylargo)
type             1763 arch/powerpc/platforms/powermac/feature.c 	if (macio->type != macio_keylargo && macio->type != macio_pangea &&
type             1764 arch/powerpc/platforms/powermac/feature.c 	    macio->type != macio_intrepid)
type             1779 arch/powerpc/platforms/powermac/feature.c 	if (macio->type == macio_keylargo) {
type             1793 arch/powerpc/platforms/powermac/feature.c 	if (macio->type == macio_pangea || macio->type == macio_intrepid) {
type             2428 arch/powerpc/platforms/powermac/feature.c 	switch(macio->type) {
type             2615 arch/powerpc/platforms/powermac/feature.c static void __init probe_one_macio(const char *name, const char *compat, int type)
type             2662 arch/powerpc/platforms/powermac/feature.c 	if (type == macio_keylargo || type == macio_keylargo2) {
type             2665 arch/powerpc/platforms/powermac/feature.c 			type = macio_pangea;
type             2667 arch/powerpc/platforms/powermac/feature.c 			type = macio_intrepid;
type             2669 arch/powerpc/platforms/powermac/feature.c 			type = macio_shasta;
type             2672 arch/powerpc/platforms/powermac/feature.c 	macio_chips[i].type	= type;
type             2675 arch/powerpc/platforms/powermac/feature.c 	macio_chips[i].name	= macio_names[type];
type             2680 arch/powerpc/platforms/powermac/feature.c 		macio_names[type], macio_chips[i].rev, macio_chips[i].base);
type             2697 arch/powerpc/platforms/powermac/feature.c 	if (macio_chips[0].type == macio_gatwick
type             2698 arch/powerpc/platforms/powermac/feature.c 	    && macio_chips[1].type == macio_heathrow) {
type             2703 arch/powerpc/platforms/powermac/feature.c 	if (macio_chips[0].type == macio_ohareII
type             2704 arch/powerpc/platforms/powermac/feature.c 	    && macio_chips[1].type == macio_ohare) {
type             2756 arch/powerpc/platforms/powermac/feature.c 	if (macio_chips[0].type == macio_ohare) {
type             2764 arch/powerpc/platforms/powermac/feature.c 	} else if (macio_chips[1].type == macio_ohare) {
type             2770 arch/powerpc/platforms/powermac/feature.c 	if (macio_chips[0].type == macio_keylargo2 ||
type             2771 arch/powerpc/platforms/powermac/feature.c 	    macio_chips[0].type == macio_shasta) {
type             2806 arch/powerpc/platforms/powermac/feature.c 	if (macio_chips[0].type == macio_keylargo ||
type             2807 arch/powerpc/platforms/powermac/feature.c 	    macio_chips[0].type == macio_pangea ||
type             2808 arch/powerpc/platforms/powermac/feature.c 	    macio_chips[0].type == macio_intrepid) {
type             2859 arch/powerpc/platforms/powermac/feature.c 	if (macio_chips[0].of_node && macio_chips[0].type == macio_heathrow
type               79 arch/powerpc/platforms/powermac/low_i2c.c 	int			type;
type              577 arch/powerpc/platforms/powermac/low_i2c.c 	bus->type = pmac_i2c_bus_keywest;
type              808 arch/powerpc/platforms/powermac/low_i2c.c 		bus->type = pmac_i2c_bus_pmu;
type              859 arch/powerpc/platforms/powermac/low_i2c.c 		cmd->info.type = SMU_I2C_TRANSFER_SIMPLE;
type              870 arch/powerpc/platforms/powermac/low_i2c.c 			cmd->info.type = SMU_I2C_TRANSFER_STDSUB;
type              872 arch/powerpc/platforms/powermac/low_i2c.c 			cmd->info.type = SMU_I2C_TRANSFER_COMBINED;
type              931 arch/powerpc/platforms/powermac/low_i2c.c 		bus->type = pmac_i2c_bus_smu;
type             1011 arch/powerpc/platforms/powermac/low_i2c.c 	return bus->type;
type              213 arch/powerpc/platforms/powermac/smp.c 	int type;
type              216 arch/powerpc/platforms/powermac/smp.c 	type = PSURGE_QUAD_IN(PSURGE_QUAD_BOARD_ID);
type              217 arch/powerpc/platforms/powermac/smp.c 	if (type < PSURGE_QUAD_OKEE || type > PSURGE_QUAD_ICEGRASS
type              218 arch/powerpc/platforms/powermac/smp.c 	    || type != PSURGE_QUAD_IN(PSURGE_QUAD_BOARD_ID))
type              237 arch/powerpc/platforms/powermac/smp.c 		if (type != PSURGE_QUAD_IN(PSURGE_QUAD_BOARD_ID))
type              240 arch/powerpc/platforms/powermac/smp.c 	return type;
type              125 arch/powerpc/platforms/powernv/eeh-powernv.c 	int pe_no, type, func;
type              140 arch/powerpc/platforms/powernv/eeh-powernv.c 		     &pe_no, &type, &func, &addr, &mask);
type              150 arch/powerpc/platforms/powernv/eeh-powernv.c 	ret = eeh_ops->err_inject(pe, type, func, addr, mask);
type              726 arch/powerpc/platforms/powernv/eeh-powernv.c 	if (pe->type & EEH_PE_PHB)
type              953 arch/powerpc/platforms/powernv/eeh-powernv.c static void pnv_eeh_wait_for_pending(struct pci_dn *pdn, const char *type,
type              968 arch/powerpc/platforms/powernv/eeh-powernv.c 		__func__, type,
type             1099 arch/powerpc/platforms/powernv/eeh-powernv.c 	if (pe->type & EEH_PE_PHB)
type             1123 arch/powerpc/platforms/powernv/eeh-powernv.c 	if (pe->type & EEH_PE_VF)
type             1210 arch/powerpc/platforms/powernv/eeh-powernv.c static int pnv_eeh_err_inject(struct eeh_pe *pe, int type, int func,
type             1217 arch/powerpc/platforms/powernv/eeh-powernv.c 	if (type != OPAL_ERR_INJECT_TYPE_IOA_BUS_ERR &&
type             1218 arch/powerpc/platforms/powernv/eeh-powernv.c 	    type != OPAL_ERR_INJECT_TYPE_IOA_BUS_ERR64) {
type             1220 arch/powerpc/platforms/powernv/eeh-powernv.c 			__func__, type);
type             1240 arch/powerpc/platforms/powernv/eeh-powernv.c 				 type, func, addr, mask);
type             1244 arch/powerpc/platforms/powernv/eeh-powernv.c 			__func__, rc, type, func,
type             1336 arch/powerpc/platforms/powernv/eeh-powernv.c 	switch (be16_to_cpu(data->type)) {
type             1376 arch/powerpc/platforms/powernv/eeh-powernv.c 			__func__, phb->hub_id, data->type);
type             1416 arch/powerpc/platforms/powernv/eeh-powernv.c 	while (dev_pe && !(dev_pe->type & EEH_PE_PHB)) {
type             1610 arch/powerpc/platforms/powernv/eeh-powernv.c 				if (parent_pe->type & EEH_PE_PHB)
type              312 arch/powerpc/platforms/powernv/idle.c static unsigned long power7_idle_insn(unsigned long type)
type              325 arch/powerpc/platforms/powernv/idle.c 	if (unlikely(type != PNV_THREAD_NAP)) {
type              340 arch/powerpc/platforms/powernv/idle.c 		if (type == PNV_THREAD_WINKLE) {
type              384 arch/powerpc/platforms/powernv/idle.c 	local_paca->thread_idle_state = type;
type              385 arch/powerpc/platforms/powernv/idle.c 	srr1 = isa206_idle_insn_mayloss(type);		/* go idle */
type              408 arch/powerpc/platforms/powernv/idle.c 		if (unlikely(type != PNV_THREAD_NAP)) {
type              410 arch/powerpc/platforms/powernv/idle.c 			if (type == PNV_THREAD_WINKLE) {
type              421 arch/powerpc/platforms/powernv/idle.c 	BUG_ON(type == PNV_THREAD_NAP);
type              426 arch/powerpc/platforms/powernv/idle.c 	if (type == PNV_THREAD_WINKLE) {
type              551 arch/powerpc/platforms/powernv/idle.c void power7_idle_type(unsigned long type)
type              560 arch/powerpc/platforms/powernv/idle.c 	srr1 = power7_idle_insn(type);
type              172 arch/powerpc/platforms/powernv/ocxl.c 	if (phb->type != PNV_PHB_NPU_OCAPI)
type               92 arch/powerpc/platforms/powernv/opal-core.c 				     u32 type, void *data,
type              100 arch/powerpc/platforms/powernv/opal-core.c 	note->n_type   = cpu_to_be32(type);
type               24 arch/powerpc/platforms/powernv/opal-dump.c 	uint32_t	type;
type               46 arch/powerpc/platforms/powernv/opal-dump.c static const char* dump_type_to_string(uint32_t type)
type               48 arch/powerpc/platforms/powernv/opal-dump.c 	switch (type) {
type               61 arch/powerpc/platforms/powernv/opal-dump.c 	return sprintf(buf, "0x%x %s\n", dump_obj->type,
type               62 arch/powerpc/platforms/powernv/opal-dump.c 		       dump_type_to_string(dump_obj->type));
type              104 arch/powerpc/platforms/powernv/opal-dump.c 	__ATTR(type, 0444, dump_type_show, NULL);
type              115 arch/powerpc/platforms/powernv/opal-dump.c static int64_t dump_fips_init(uint8_t type)
type              119 arch/powerpc/platforms/powernv/opal-dump.c 	rc = opal_dump_init(type);
type              215 arch/powerpc/platforms/powernv/opal-dump.c 	__be32 id, size, type;
type              218 arch/powerpc/platforms/powernv/opal-dump.c 	type = cpu_to_be32(0xffffffff);
type              220 arch/powerpc/platforms/powernv/opal-dump.c 	rc = opal_dump_info2(&id, &size, &type);
type              232 arch/powerpc/platforms/powernv/opal-dump.c 	*dump_type = be32_to_cpu(type);
type              322 arch/powerpc/platforms/powernv/opal-dump.c 					uint32_t type)
type              344 arch/powerpc/platforms/powernv/opal-dump.c 	dump->type = type;
type              346 arch/powerpc/platforms/powernv/opal-dump.c 	rc = kobject_add(&dump->kobj, NULL, "0x%x-0x%x", type, id);
type               24 arch/powerpc/platforms/powernv/opal-elog.c 	uint64_t type;
type               46 arch/powerpc/platforms/powernv/opal-elog.c static const char *elog_type_to_string(uint64_t type)
type               48 arch/powerpc/platforms/powernv/opal-elog.c 	switch (type) {
type               59 arch/powerpc/platforms/powernv/opal-elog.c 		       elog_obj->type,
type               60 arch/powerpc/platforms/powernv/opal-elog.c 		       elog_type_to_string(elog_obj->type));
type               84 arch/powerpc/platforms/powernv/opal-elog.c 	__ATTR(type, 0444, elog_type_show, NULL);
type              182 arch/powerpc/platforms/powernv/opal-elog.c static struct elog_obj *create_elog_obj(uint64_t id, size_t size, uint64_t type)
type              204 arch/powerpc/platforms/powernv/opal-elog.c 	elog->type = type;
type              240 arch/powerpc/platforms/powernv/opal-elog.c 	__be64 type;
type              248 arch/powerpc/platforms/powernv/opal-elog.c 	rc = opal_get_elog_size(&id, &size, &type);
type              256 arch/powerpc/platforms/powernv/opal-elog.c 	elog_type = be64_to_cpu(type);
type              180 arch/powerpc/platforms/powernv/opal-hmi.c 	uint8_t type = hmi_evt->u.xstop_error.xstop_type;
type              181 arch/powerpc/platforms/powernv/opal-hmi.c 	switch (type) {
type              193 arch/powerpc/platforms/powernv/opal-hmi.c 		       level, type);
type              247 arch/powerpc/platforms/powernv/opal-hmi.c 	error_info = hmi_evt->type < ARRAY_SIZE(hmi_error_types) ?
type              248 arch/powerpc/platforms/powernv/opal-hmi.c 			hmi_error_types[hmi_evt->type]
type              252 arch/powerpc/platforms/powernv/opal-hmi.c 	if ((hmi_evt->type == OpalHMI_ERROR_TFAC) ||
type              253 arch/powerpc/platforms/powernv/opal-hmi.c 		(hmi_evt->type == OpalHMI_ERROR_TFMR_PARITY))
type              261 arch/powerpc/platforms/powernv/opal-hmi.c 	if (hmi_evt->type == OpalHMI_ERROR_MALFUNC_ALERT)
type              302 arch/powerpc/platforms/powernv/opal-hmi.c 			u32 type;
type              304 arch/powerpc/platforms/powernv/opal-hmi.c 			type = be32_to_cpu(msg.msg_type);
type              307 arch/powerpc/platforms/powernv/opal-hmi.c 			if (type != OPAL_MSG_HMI_EVT)
type              232 arch/powerpc/platforms/powernv/opal-imc.c 	u32 pmu_units = 0, type;
type              235 arch/powerpc/platforms/powernv/opal-imc.c 		if (of_property_read_u32(node, "type", &type))
type              238 arch/powerpc/platforms/powernv/opal-imc.c 		if (type == IMC_TYPE_CHIP)
type              251 arch/powerpc/platforms/powernv/opal-imc.c 	u32 type;
type              265 arch/powerpc/platforms/powernv/opal-imc.c 		if (of_property_read_u32(imc_dev, "type", &type)) {
type              270 arch/powerpc/platforms/powernv/opal-imc.c 		switch (type) {
type              355 arch/powerpc/platforms/powernv/opal-lpc.c 					enum OpalLPCAddressType type)
type              361 arch/powerpc/platforms/powernv/opal-lpc.c 	entry->lpc_type = type;
type               35 arch/powerpc/platforms/powernv/opal-memory-errors.c 		  __func__, merr_evt->type);
type               36 arch/powerpc/platforms/powernv/opal-memory-errors.c 	switch (merr_evt->type) {
type               81 arch/powerpc/platforms/powernv/opal-power.c 	uint64_t type;
type               95 arch/powerpc/platforms/powernv/opal-power.c 		type = be64_to_cpu(((struct opal_msg *)msg)->params[0]);
type               96 arch/powerpc/platforms/powernv/opal-power.c 		switch (type) {
type              106 arch/powerpc/platforms/powernv/opal-power.c 			pr_err("Unknown power-control type %llu\n", type);
type              256 arch/powerpc/platforms/powernv/opal-prd.c 	msg.type = OPAL_PRD_MSG_TYPE_FINI;
type              276 arch/powerpc/platforms/powernv/opal.c 	u32 type;
type              290 arch/powerpc/platforms/powernv/opal.c 	type = be32_to_cpu(opal_msg->msg_type);
type              293 arch/powerpc/platforms/powernv/opal.c 	if (type >= OPAL_MSG_TYPE_MAX) {
type              294 arch/powerpc/platforms/powernv/opal.c 		pr_warn_once("%s: Unknown message type: %u\n", __func__, type);
type              297 arch/powerpc/platforms/powernv/opal.c 	opal_message_do_notify(type, (void *)opal_msg);
type              413 arch/powerpc/platforms/powernv/pci-ioda.c 		if (phb->type == PNV_PHB_IODA1) {
type              440 arch/powerpc/platforms/powernv/pci-ioda.c 	if (phb->type != PNV_PHB_IODA1 && phb->type != PNV_PHB_IODA2) {
type              515 arch/powerpc/platforms/powernv/pci-ioda.c 	if (phb->type == PNV_PHB_IODA1)
type              925 arch/powerpc/platforms/powernv/pci-ioda.c 	if (phb->type != PNV_PHB_NPU_NVLINK && phb->type != PNV_PHB_NPU_OCAPI)
type              933 arch/powerpc/platforms/powernv/pci-ioda.c 	if (phb->type != PNV_PHB_IODA1) {
type             1277 arch/powerpc/platforms/powernv/pci-ioda.c 		if (phb->type == PNV_PHB_NPU_NVLINK) {
type             1284 arch/powerpc/platforms/powernv/pci-ioda.c 		if (phb->type == PNV_PHB_NPU_OCAPI) {
type             1292 arch/powerpc/platforms/powernv/pci-ioda.c 		if (phb->type != PNV_PHB_IODA2)
type             1511 arch/powerpc/platforms/powernv/pci-ioda.c 	if (phb->type == PNV_PHB_IODA2) {
type             1628 arch/powerpc/platforms/powernv/pci-ioda.c 	if (phb->type == PNV_PHB_IODA2) {
type             2633 arch/powerpc/platforms/powernv/pci-ioda.c 		if (phb->type == PNV_PHB_NPU_NVLINK ||
type             2634 arch/powerpc/platforms/powernv/pci-ioda.c 		    phb->type == PNV_PHB_NPU_OCAPI)
type             2664 arch/powerpc/platforms/powernv/pci-ioda.c 		if (phb->type != PNV_PHB_NPU_NVLINK)
type             3214 arch/powerpc/platforms/powernv/pci-ioda.c 						unsigned long type)
type             3237 arch/powerpc/platforms/powernv/pci-ioda.c 	if (phb->ioda.m64_segsize && pnv_pci_is_m64_flags(type))
type             3239 arch/powerpc/platforms/powernv/pci-ioda.c 	if (type & IORESOURCE_MEM)
type             3254 arch/powerpc/platforms/powernv/pci-ioda.c 					   unsigned long type)
type             3275 arch/powerpc/platforms/powernv/pci-ioda.c 		if (r->flags & type & IORESOURCE_IO)
type             3278 arch/powerpc/platforms/powernv/pci-ioda.c 			 (type & IORESOURCE_PREFETCH) &&
type             3281 arch/powerpc/platforms/powernv/pci-ioda.c 		else if (r->flags & type & IORESOURCE_MEM) {
type             3303 arch/powerpc/platforms/powernv/pci-ioda.c static void pnv_pci_setup_bridge(struct pci_bus *bus, unsigned long type)
type             3312 arch/powerpc/platforms/powernv/pci-ioda.c 	pnv_pci_fixup_bridge_resources(bus, type);
type             3340 arch/powerpc/platforms/powernv/pci-ioda.c 	switch (phb->type) {
type             3349 arch/powerpc/platforms/powernv/pci-ioda.c 			__func__, phb->hose->global_number, phb->type);
type             3529 arch/powerpc/platforms/powernv/pci-ioda.c 	if (phb->type == PNV_PHB_IODA1) {
type             3536 arch/powerpc/platforms/powernv/pci-ioda.c 	} else if (phb->type == PNV_PHB_IODA2) {
type             3548 arch/powerpc/platforms/powernv/pci-ioda.c 	switch (phb->type) {
type             3717 arch/powerpc/platforms/powernv/pci-ioda.c 	phb->type = ioda_type;
type             3792 arch/powerpc/platforms/powernv/pci-ioda.c 	if (phb->type == PNV_PHB_IODA1) {
type             3811 arch/powerpc/platforms/powernv/pci-ioda.c 	if (phb->type == PNV_PHB_IODA1) {
type             3882 arch/powerpc/platforms/powernv/pci-ioda.c 	switch (phb->type) {
type             3954 arch/powerpc/platforms/powernv/pci-ioda.c 	if (phb->type == PNV_PHB_NPU_OCAPI)
type              159 arch/powerpc/platforms/powernv/pci.c int pnv_setup_msi_irqs(struct pci_dev *pdev, int nvec, int type)
type               90 arch/powerpc/platforms/powernv/pci.h 	enum pnv_phb_type	type;
type              194 arch/powerpc/platforms/powernv/pci.h extern int pnv_setup_msi_irqs(struct pci_dev *pdev, int nvec, int type);
type              104 arch/powerpc/platforms/powernv/setup.c 	enum l1d_flush_type type;
type              108 arch/powerpc/platforms/powernv/setup.c 	type = L1D_FLUSH_FALLBACK;
type              119 arch/powerpc/platforms/powernv/setup.c 			type = L1D_FLUSH_MTTRIG;
type              122 arch/powerpc/platforms/powernv/setup.c 			type = L1D_FLUSH_ORI;
type              129 arch/powerpc/platforms/powernv/setup.c 	setup_rfi_flush(type, enable);
type              462 arch/powerpc/platforms/ps3/repository.c 	enum ps3_bus_type type;
type              466 arch/powerpc/platforms/ps3/repository.c 		error = ps3_repository_read_bus_type(i, &type);
type              473 arch/powerpc/platforms/ps3/repository.c 		if (type == bus_type) {
type              370 arch/powerpc/platforms/pseries/msi.c static int rtas_setup_msi_irqs(struct pci_dev *pdev, int nvec_in, int type)
type              379 arch/powerpc/platforms/pseries/msi.c 	if (type == PCI_CAP_ID_MSIX)
type              392 arch/powerpc/platforms/pseries/msi.c 	if (type == PCI_CAP_ID_MSIX && check_msix_entries(pdev))
type              399 arch/powerpc/platforms/pseries/msi.c 	if (type == PCI_CAP_ID_MSIX) {
type              415 arch/powerpc/platforms/pseries/msi.c 	if (type == PCI_CAP_ID_MSI) {
type              144 arch/powerpc/platforms/pseries/pmem.c 	{ .type = "ibm,persistent-memory", },
type              537 arch/powerpc/platforms/pseries/rtas-fadump.c 		u32 type = (u32)of_read_number(sections, 1);
type              539 arch/powerpc/platforms/pseries/rtas-fadump.c 		switch (type) {
type               37 arch/powerpc/platforms/pseries/vio.c 	.type = "",
type             1214 arch/powerpc/platforms/pseries/vio.c 	while (ids->type[0] != '\0') {
type             1215 arch/powerpc/platforms/pseries/vio.c 		if ((strncmp(dev->type, ids->type, strlen(ids->type)) == 0) &&
type             1381 arch/powerpc/platforms/pseries/vio.c 		viodev->type = of_node_get_device_type(of_node);
type             1382 arch/powerpc/platforms/pseries/vio.c 		if (!viodev->type) {
type             1407 arch/powerpc/platforms/pseries/vio.c 		viodev->type = dev_name(&viodev->dev);
type             1561 arch/powerpc/platforms/pseries/vio.c 	return sprintf(buf, "vio:T%sS%s\n", vio_dev->type, cp);
type             1603 arch/powerpc/platforms/pseries/vio.c 	add_uevent_var(env, "MODALIAS=vio:T%sS%s", vio_dev->type, cp);
type               39 arch/powerpc/sysdev/dcr.c 	if (host.type == DCR_HOST_NATIVE)
type               41 arch/powerpc/sysdev/dcr.c 	else if (host.type == DCR_HOST_MMIO)
type               56 arch/powerpc/sysdev/dcr.c 	host.type = DCR_HOST_INVALID;
type               67 arch/powerpc/sysdev/dcr.c 		host.type = DCR_HOST_NATIVE;
type               70 arch/powerpc/sysdev/dcr.c 		host.type = DCR_HOST_MMIO;
type               81 arch/powerpc/sysdev/dcr.c 	if (host.type == DCR_HOST_NATIVE)
type               83 arch/powerpc/sysdev/dcr.c 	else if (host.type == DCR_HOST_MMIO)
type               92 arch/powerpc/sysdev/dcr.c 	if (host.type == DCR_HOST_NATIVE)
type               94 arch/powerpc/sysdev/dcr.c 	else if (host.type == DCR_HOST_MMIO)
type              104 arch/powerpc/sysdev/dcr.c 	if (host.type == DCR_HOST_NATIVE)
type              106 arch/powerpc/sysdev/dcr.c 	else if (host.type == DCR_HOST_MMIO)
type               86 arch/powerpc/sysdev/ehv_pic.c static unsigned int ehv_pic_type_to_vecpri(unsigned int type)
type               90 arch/powerpc/sysdev/ehv_pic.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type              178 arch/powerpc/sysdev/fsl_msi.c static int fsl_setup_msi_irqs(struct pci_dev *pdev, int nvec, int type)
type              189 arch/powerpc/sysdev/fsl_msi.c 	if (type == PCI_CAP_ID_MSI) {
type              173 arch/powerpc/sysdev/mpic.c static inline u32 _mpic_read(enum mpic_reg_type type,
type              177 arch/powerpc/sysdev/mpic.c 	switch(type) {
type              190 arch/powerpc/sysdev/mpic.c static inline void _mpic_write(enum mpic_reg_type type,
type              194 arch/powerpc/sysdev/mpic.c 	switch(type) {
type              212 arch/powerpc/sysdev/mpic.c 	enum mpic_reg_type type = mpic->reg_type;
type              216 arch/powerpc/sysdev/mpic.c 	if ((mpic->flags & MPIC_BROKEN_IPI) && type == mpic_access_mmio_le)
type              217 arch/powerpc/sysdev/mpic.c 		type = mpic_access_mmio_be;
type              218 arch/powerpc/sysdev/mpic.c 	return _mpic_read(type, &mpic->gregs, offset);
type              846 arch/powerpc/sysdev/mpic.c static unsigned int mpic_type_to_vecpri(struct mpic *mpic, unsigned int type)
type              849 arch/powerpc/sysdev/mpic.c 	switch(type & IRQ_TYPE_SENSE_MASK) {
type             1230 arch/powerpc/sysdev/mpic.c 		{ .type	      = "open-pic", },
type              120 arch/powerpc/sysdev/mpic_u3msi.c static int u3msi_setup_msi_irqs(struct pci_dev *pdev, int nvec, int type)
type              128 arch/powerpc/sysdev/mpic_u3msi.c 	if (type == PCI_CAP_ID_MSIX)
type               44 arch/powerpc/sysdev/pmi.c 	u8 type;
type               49 arch/powerpc/sysdev/pmi.c 	type = ioread8(data->pmi_reg + PMI_READ_TYPE);
type               50 arch/powerpc/sysdev/pmi.c 	pr_debug("pmi: got message of type %d\n", type);
type               52 arch/powerpc/sysdev/pmi.c 	if (type & PMI_ACK && !data->completion) {
type               58 arch/powerpc/sysdev/pmi.c 	if (data->completion && !(type & PMI_ACK)) {
type               59 arch/powerpc/sysdev/pmi.c 		printk(KERN_WARNING "pmi: expected ACK, but got %d\n", type);
type               64 arch/powerpc/sysdev/pmi.c 	data->msg.type = type;
type               77 arch/powerpc/sysdev/pmi.c 	if (data->msg.type & PMI_ACK) {
type               92 arch/powerpc/sysdev/pmi.c 	{ .type = "ibm,pmi", .name = "ibm,pmi" },
type               93 arch/powerpc/sysdev/pmi.c 	{ .type = "ibm,pmi" },
type              106 arch/powerpc/sysdev/pmi.c 		if (handler->type == data->msg.type)
type              224 arch/powerpc/sysdev/pmi.c 	iowrite8(msg.type, data->pmi_reg + PMI_WRITE_TYPE);
type              102 arch/powerpc/xmon/ansidecl.h #define PROTO(type, name, arglist)	type name arglist
type              125 arch/powerpc/xmon/ansidecl.h #define PROTO(type, name, arglist) type name ()
type              935 arch/powerpc/xmon/xmon.c 		brk.type = (dabr.enabled & HW_BRK_TYPE_DABR) | HW_BRK_TYPE_PRIV_ALL;
type             3472 arch/powerpc/xmon/xmon.c 	int type = inchar();
type             3477 arch/powerpc/xmon/xmon.c 	switch (type) {
type              427 arch/riscv/include/asm/pgtable.h #define __swp_entry(type, offset) ((swp_entry_t) \
type              428 arch/riscv/include/asm/pgtable.h 	{ ((type) << __SWP_TYPE_SHIFT) | ((offset) << __SWP_OFFSET_SHIFT) })
type               13 arch/riscv/kernel/cacheinfo.c 			 enum cache_type type, unsigned int level)
type               16 arch/riscv/kernel/cacheinfo.c 	this_leaf->type = type;
type               76 arch/riscv/kernel/module-sections.c 	unsigned int type, i;
type               79 arch/riscv/kernel/module-sections.c 		type = ELF_RISCV_R_TYPE(relas[i].r_info);
type               80 arch/riscv/kernel/module-sections.c 		if (type == R_RISCV_CALL_PLT) {
type               83 arch/riscv/kernel/module-sections.c 		} else if (type == R_RISCV_GOT_HI20) {
type              304 arch/riscv/kernel/module.c 	unsigned int i, type;
type              327 arch/riscv/kernel/module.c 		type = ELF_RISCV_R_TYPE(rel[i].r_info);
type              329 arch/riscv/kernel/module.c 		if (type < ARRAY_SIZE(reloc_handlers_rela))
type              330 arch/riscv/kernel/module.c 			handler = reloc_handlers_rela[type];
type              336 arch/riscv/kernel/module.c 			       me->name, type);
type              342 arch/riscv/kernel/module.c 		if (type == R_RISCV_PCREL_LO12_I || type == R_RISCV_PCREL_LO12_S) {
type              150 arch/riscv/kernel/perf_event.c int riscv_map_cache_decode(u64 config, unsigned int *type,
type              158 arch/riscv/kernel/perf_event.c 	unsigned int type, op, result;
type              162 arch/riscv/kernel/perf_event.c 	err = riscv_map_cache_decode(config, &type, &op, &result);
type              166 arch/riscv/kernel/perf_event.c 	if (type >= PERF_COUNT_HW_CACHE_MAX ||
type              171 arch/riscv/kernel/perf_event.c 	code = (*riscv_pmu->cache_events)[type][op][result];
type              401 arch/riscv/kernel/perf_event.c 	switch (event->attr.type) {
type              116 arch/s390/crypto/paes_s390.c 	fc = (ctx->pk.type == PKEY_KEYTYPE_AES_128) ? CPACF_KM_PAES_128 :
type              117 arch/s390/crypto/paes_s390.c 		(ctx->pk.type == PKEY_KEYTYPE_AES_192) ? CPACF_KM_PAES_192 :
type              118 arch/s390/crypto/paes_s390.c 		(ctx->pk.type == PKEY_KEYTYPE_AES_256) ? CPACF_KM_PAES_256 : 0;
type              251 arch/s390/crypto/paes_s390.c 	fc = (ctx->pk.type == PKEY_KEYTYPE_AES_128) ? CPACF_KMC_PAES_128 :
type              252 arch/s390/crypto/paes_s390.c 		(ctx->pk.type == PKEY_KEYTYPE_AES_192) ? CPACF_KMC_PAES_192 :
type              253 arch/s390/crypto/paes_s390.c 		(ctx->pk.type == PKEY_KEYTYPE_AES_256) ? CPACF_KMC_PAES_256 : 0;
type              380 arch/s390/crypto/paes_s390.c 	if (ctx->pk[0].type != ctx->pk[1].type)
type              384 arch/s390/crypto/paes_s390.c 	fc = (ctx->pk[0].type == PKEY_KEYTYPE_AES_128) ? CPACF_KM_PXTS_128 :
type              385 arch/s390/crypto/paes_s390.c 		(ctx->pk[0].type == PKEY_KEYTYPE_AES_256) ?
type              426 arch/s390/crypto/paes_s390.c 	ckey_len = (ctx->pk[0].type == PKEY_KEYTYPE_AES_128) ?
type              452 arch/s390/crypto/paes_s390.c 	keylen = (ctx->pk[0].type == PKEY_KEYTYPE_AES_128) ? 48 : 64;
type              453 arch/s390/crypto/paes_s390.c 	offset = (ctx->pk[0].type == PKEY_KEYTYPE_AES_128) ? 16 : 0;
type              547 arch/s390/crypto/paes_s390.c 	fc = (ctx->pk.type == PKEY_KEYTYPE_AES_128) ? CPACF_KMCTR_PAES_128 :
type              548 arch/s390/crypto/paes_s390.c 		(ctx->pk.type == PKEY_KEYTYPE_AES_192) ? CPACF_KMCTR_PAES_192 :
type              549 arch/s390/crypto/paes_s390.c 		(ctx->pk.type == PKEY_KEYTYPE_AES_256) ?
type               47 arch/s390/hypfs/hypfs_diag.c static inline int info_blk_hdr__size(enum diag204_format type)
type               49 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type               55 arch/s390/hypfs/hypfs_diag.c static inline __u8 info_blk_hdr__npar(enum diag204_format type, void *hdr)
type               57 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type               63 arch/s390/hypfs/hypfs_diag.c static inline __u8 info_blk_hdr__flags(enum diag204_format type, void *hdr)
type               65 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type               71 arch/s390/hypfs/hypfs_diag.c static inline __u16 info_blk_hdr__pcpus(enum diag204_format type, void *hdr)
type               73 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type               81 arch/s390/hypfs/hypfs_diag.c static inline int part_hdr__size(enum diag204_format type)
type               83 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type               89 arch/s390/hypfs/hypfs_diag.c static inline __u8 part_hdr__rcpus(enum diag204_format type, void *hdr)
type               91 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type               97 arch/s390/hypfs/hypfs_diag.c static inline void part_hdr__part_name(enum diag204_format type, void *hdr,
type              100 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type              113 arch/s390/hypfs/hypfs_diag.c static inline int cpu_info__size(enum diag204_format type)
type              115 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type              121 arch/s390/hypfs/hypfs_diag.c static inline __u8 cpu_info__ctidx(enum diag204_format type, void *hdr)
type              123 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type              129 arch/s390/hypfs/hypfs_diag.c static inline __u16 cpu_info__cpu_addr(enum diag204_format type, void *hdr)
type              131 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type              137 arch/s390/hypfs/hypfs_diag.c static inline __u64 cpu_info__acc_time(enum diag204_format type, void *hdr)
type              139 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type              145 arch/s390/hypfs/hypfs_diag.c static inline __u64 cpu_info__lp_time(enum diag204_format type, void *hdr)
type              147 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type              153 arch/s390/hypfs/hypfs_diag.c static inline __u64 cpu_info__online_time(enum diag204_format type, void *hdr)
type              155 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type              163 arch/s390/hypfs/hypfs_diag.c static inline int phys_hdr__size(enum diag204_format type)
type              165 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type              171 arch/s390/hypfs/hypfs_diag.c static inline __u8 phys_hdr__cpus(enum diag204_format type, void *hdr)
type              173 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type              181 arch/s390/hypfs/hypfs_diag.c static inline int phys_cpu__size(enum diag204_format type)
type              183 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type              189 arch/s390/hypfs/hypfs_diag.c static inline __u16 phys_cpu__cpu_addr(enum diag204_format type, void *hdr)
type              191 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type              197 arch/s390/hypfs/hypfs_diag.c static inline __u64 phys_cpu__mgm_time(enum diag204_format type, void *hdr)
type              199 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type              205 arch/s390/hypfs/hypfs_diag.c static inline __u64 phys_cpu__ctidx(enum diag204_format type, void *hdr)
type              207 arch/s390/hypfs/hypfs_diag.c 	if (type == DIAG204_INFO_SIMPLE)
type              289 arch/s390/include/asm/cio.h 	char type[6];
type              264 arch/s390/include/asm/diag.h 	u8	type;
type               66 arch/s390/include/asm/ipl.h 	enum ipl_type type;
type              535 arch/s390/include/asm/kvm_host.h 	u64	type;
type               24 arch/s390/include/asm/nospec-insn.h 	.type \name,@function
type              711 arch/s390/include/asm/pgtable.h 	unsigned long type = pud_val(pud) & _REGION_ENTRY_TYPE_MASK;
type              713 arch/s390/include/asm/pgtable.h 	if (type > _REGION_ENTRY_TYPE_R3)
type              715 arch/s390/include/asm/pgtable.h 	if (type < _REGION_ENTRY_TYPE_R3)
type              724 arch/s390/include/asm/pgtable.h 	unsigned long type = p4d_val(p4d) & _REGION_ENTRY_TYPE_MASK;
type              726 arch/s390/include/asm/pgtable.h 	if (type > _REGION_ENTRY_TYPE_R2)
type              728 arch/s390/include/asm/pgtable.h 	if (type < _REGION_ENTRY_TYPE_R2)
type             1652 arch/s390/include/asm/pgtable.h static inline pte_t mk_swap_pte(unsigned long type, unsigned long offset)
type             1658 arch/s390/include/asm/pgtable.h 	pte_val(pte) |= (type & __SWP_TYPE_MASK) << __SWP_TYPE_SHIFT;
type             1672 arch/s390/include/asm/pgtable.h static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset)
type             1674 arch/s390/include/asm/pgtable.h 	return (swp_entry_t) { pte_val(mk_swap_pte(type, offset)) };
type              428 arch/s390/include/asm/qdio.h 		void (*cb)(void *priv, enum qdio_brinfo_entry_type type,
type               49 arch/s390/include/asm/sclp.h 	u8 type;
type               18 arch/s390/include/asm/stacktrace.h 	enum stack_type type;
type               22 arch/s390/include/asm/stacktrace.h const char *stack_type_name(enum stack_type type);
type               29 arch/s390/include/asm/stacktrace.h 	if (info->type == STACK_TYPE_UNKNOWN)
type               27 arch/s390/include/asm/sysinfo.h 	char type[4];
type               41 arch/s390/include/asm/trace/zcrypt.h #define show_zcrypt_tp_type(type)				\
type               42 arch/s390/include/asm/trace/zcrypt.h 	__print_symbolic(type,					\
type               61 arch/s390/include/asm/trace/zcrypt.h 	    TP_PROTO(void *ptr, u32 type),
type               62 arch/s390/include/asm/trace/zcrypt.h 	    TP_ARGS(ptr, type),
type               65 arch/s390/include/asm/trace/zcrypt.h 		    __field(u32, type)),
type               68 arch/s390/include/asm/trace/zcrypt.h 		    __entry->type = type;),
type               71 arch/s390/include/asm/trace/zcrypt.h 		      show_zcrypt_tp_type(__entry->type))
type               51 arch/s390/include/asm/unwind.h 	return state->stack_info.type == STACK_TYPE_UNKNOWN;
type               40 arch/s390/include/uapi/asm/dasd.h 	char type[4];		    /* from discipline.name, 'none' for unknown */
type              110 arch/s390/include/uapi/asm/dasd.h 	char type[4];		    /* from discipline.name, 'none' for unknown */
type               65 arch/s390/include/uapi/asm/kvm.h 	__u8 type;
type              200 arch/s390/include/uapi/asm/kvm.h 	__u8 type;
type              208 arch/s390/include/uapi/asm/kvm.h 	__u8 type;
type               79 arch/s390/include/uapi/asm/pkey.h 	__u32 type;	 /* key type, one of the PKEY_KEYTYPE_AES values */
type              221 arch/s390/include/uapi/asm/pkey.h 	enum pkey_key_type type;    /* in: key type to generate		  */
type              251 arch/s390/include/uapi/asm/pkey.h 	enum pkey_key_type type;    /* in: key type to generate		   */
type              287 arch/s390/include/uapi/asm/pkey.h 	enum pkey_key_type type;    /* out: the key type		 */
type              369 arch/s390/include/uapi/asm/pkey.h 	enum pkey_key_type type;   /* in: key type			      */
type               44 arch/s390/include/uapi/asm/qeth.h 	struct qeth_arp_entrytype type;
type               51 arch/s390/include/uapi/asm/qeth.h 	struct qeth_arp_entrytype type;
type               57 arch/s390/include/uapi/asm/qeth.h 	struct qeth_arp_entrytype type;
type               63 arch/s390/include/uapi/asm/qeth.h 	struct qeth_arp_entrytype type;
type               70 arch/s390/include/uapi/asm/qeth.h 	struct qeth_arp_entrytype type;
type               76 arch/s390/include/uapi/asm/qeth.h 	struct qeth_arp_entrytype type;
type               81 arch/s390/include/uapi/asm/qeth.h 	struct qeth_arp_entrytype type;
type               86 arch/s390/include/uapi/asm/qeth.h 	struct qeth_arp_entrytype type;
type               84 arch/s390/include/uapi/asm/tape390.h 	unsigned char type;
type               44 arch/s390/kernel/cache.c 	unsigned char type  : 2;
type               81 arch/s390/kernel/cache.c 		seq_printf(m, "type=%s ", cache_type_string[cache->type]);
type               98 arch/s390/kernel/cache.c 	return cache_type_map[ci->type];
type              107 arch/s390/kernel/cache.c 			 enum cache_type type, unsigned int level, int cpu)
type              111 arch/s390/kernel/cache.c 	if (type == CACHE_TYPE_INST)
type              116 arch/s390/kernel/cache.c 	this_leaf->type = type;
type              298 arch/s390/kernel/crash_dump.c static const char *nt_name(Elf64_Word type)
type              302 arch/s390/kernel/crash_dump.c 	if (type == NT_PRPSINFO || type == NT_PRSTATUS || type == NT_PRFPREG)
type              310 arch/s390/kernel/crash_dump.c static void *nt_init_name(void *buf, Elf64_Word type, void *desc, int d_len,
type              319 arch/s390/kernel/crash_dump.c 	note->n_type = type;
type              331 arch/s390/kernel/crash_dump.c static inline void *nt_init(void *buf, Elf64_Word type, void *desc, int d_len)
type              333 arch/s390/kernel/crash_dump.c 	return nt_init_name(buf, type, desc, d_len, nt_name(type));
type              350 arch/s390/kernel/crash_dump.c static inline size_t nt_size(Elf64_Word type, int d_len)
type              352 arch/s390/kernel/crash_dump.c 	return nt_size_name(d_len, nt_name(type));
type              638 arch/s390/kernel/crash_dump.c 	if (!OLDMEM_BASE && ipl_info.type != IPL_TYPE_FCP_DUMP)
type              641 arch/s390/kernel/crash_dump.c 	if (ipl_info.type == IPL_TYPE_FCP_DUMP && !sclp.hsa_size)
type               26 arch/s390/kernel/dumpstack.c const char *stack_type_name(enum stack_type type)
type               28 arch/s390/kernel/dumpstack.c 	switch (type) {
type               43 arch/s390/kernel/dumpstack.c 			    enum stack_type type, unsigned long low,
type               48 arch/s390/kernel/dumpstack.c 	info->type = type;
type              117 arch/s390/kernel/dumpstack.c 	if (*visit_mask & (1UL << info->type))
type              119 arch/s390/kernel/dumpstack.c 	*visit_mask |= 1UL << info->type;
type              122 arch/s390/kernel/dumpstack.c 	info->type = STACK_TYPE_UNKNOWN;
type              115 arch/s390/kernel/early.c 	EBCASC(mach->type, sizeof(mach->type));
type              119 arch/s390/kernel/early.c 		mach->manufacturer, mach->type,
type               85 arch/s390/kernel/ipl.c static char *ipl_type_str(enum ipl_type type)
type               87 arch/s390/kernel/ipl.c 	switch (type) {
type              108 arch/s390/kernel/ipl.c static char *dump_type_str(enum dump_type type)
type              110 arch/s390/kernel/ipl.c 	switch (type) {
type              271 arch/s390/kernel/ipl.c 	return sprintf(page, "%s\n", ipl_type_str(ipl_info.type));
type              310 arch/s390/kernel/ipl.c 	switch (ipl_info.type) {
type              461 arch/s390/kernel/ipl.c 	switch (ipl_info.type) {
type              841 arch/s390/kernel/ipl.c static int reipl_set_type(enum ipl_type type)
type              843 arch/s390/kernel/ipl.c 	if (!(reipl_capabilities & type))
type              846 arch/s390/kernel/ipl.c 	switch(type) {
type              859 arch/s390/kernel/ipl.c 	reipl_type = type;
type              984 arch/s390/kernel/ipl.c 	if (ipl_info.type == IPL_TYPE_CCW) {
type             1017 arch/s390/kernel/ipl.c 	if (ipl_info.type == IPL_TYPE_FCP) {
type             1039 arch/s390/kernel/ipl.c 	enum ipl_type reipl_type = ipl_info.type;
type             1136 arch/s390/kernel/ipl.c static int dump_set_type(enum dump_type type)
type             1138 arch/s390/kernel/ipl.c 	if (!(dump_capabilities & type))
type             1140 arch/s390/kernel/ipl.c 	dump_type = type;
type             1681 arch/s390/kernel/ipl.c 	ipl_info.type = get_ipl_type();
type             1682 arch/s390/kernel/ipl.c 	switch (ipl_info.type) {
type               52 arch/s390/kernel/jump_label.c 				   enum jump_label_type type,
type               58 arch/s390/kernel/jump_label.c 	if (type == JUMP_LABEL_JMP) {
type               80 arch/s390/kernel/jump_label.c 			       enum jump_label_type type)
type               82 arch/s390/kernel/jump_label.c 	__jump_label_transform(entry, type, 0);
type               87 arch/s390/kernel/jump_label.c 				      enum jump_label_type type)
type               89 arch/s390/kernel/jump_label.c 	__jump_label_transform(entry, type, 1);
type               29 arch/s390/kernel/kexec_elf.c 	if (image->type == KEXEC_TYPE_CRASH)
type               43 arch/s390/kernel/kexec_elf.c 		if (image->type == KEXEC_TYPE_CRASH)
type               27 arch/s390/kernel/kexec_image.c 	if (image->type == KEXEC_TYPE_CRASH)
type               32 arch/s390/kernel/lgr.c 	char type[4];
type               75 arch/s390/kernel/lgr.c 	cpascii(lgr_info->type, si->type, sizeof(si->type));
type              235 arch/s390/kernel/machine_kexec.c 	if (image->type == KEXEC_TYPE_CRASH)
type              239 arch/s390/kernel/machine_kexec.c 	if (image->type != KEXEC_TYPE_DEFAULT)
type              303 arch/s390/kernel/machine_kexec.c 	if (((struct kimage *) data)->type == KEXEC_TYPE_CRASH)
type              315 arch/s390/kernel/machine_kexec.c 	if (image->type == KEXEC_TYPE_CRASH && !kdump_csum_valid(image))
type               76 arch/s390/kernel/machine_kexec_file.c 	u64 entry, type;
type               79 arch/s390/kernel/machine_kexec_file.c 	if (image->type == KEXEC_TYPE_CRASH) {
type               81 arch/s390/kernel/machine_kexec_file.c 		type = KEXEC_TYPE_CRASH;
type               84 arch/s390/kernel/machine_kexec_file.c 		type = KEXEC_TYPE_DEFAULT;
type               92 arch/s390/kernel/machine_kexec_file.c 	ret = kexec_purgatory_get_set_symbol(image, "kernel_type", &type,
type               93 arch/s390/kernel/machine_kexec_file.c 					     sizeof(type), false);
type               97 arch/s390/kernel/machine_kexec_file.c 	if (image->type == KEXEC_TYPE_CRASH) {
type              126 arch/s390/kernel/machine_kexec_file.c 	if (image->type == KEXEC_TYPE_CRASH)
type              150 arch/s390/kernel/machine_kexec_file.c 	if (image->type == KEXEC_TYPE_CRASH)
type              178 arch/s390/kernel/machine_kexec_file.c 	if (image->type == KEXEC_TYPE_CRASH)
type              237 arch/s390/kernel/machine_kexec_file.c 	if (image->type == KEXEC_TYPE_CRASH) {
type              101 arch/s390/kernel/nospec-branch.c 	enum { BRCL_EXPOLINE, BRASL_EXPOLINE } type;
type              110 arch/s390/kernel/nospec-branch.c 			type = BRCL_EXPOLINE;	/* brcl instruction */
type              112 arch/s390/kernel/nospec-branch.c 			type = BRASL_EXPOLINE;	/* brasl instruction */
type              132 arch/s390/kernel/nospec-branch.c 		switch (type) {
type              202 arch/s390/kernel/perf_cpum_cf.c static int __hw_perf_event_init(struct perf_event *event, unsigned int type)
type              210 arch/s390/kernel/perf_cpum_cf.c 	switch (type) {
type              297 arch/s390/kernel/perf_cpum_cf.c 	unsigned int type = event->attr.type;
type              300 arch/s390/kernel/perf_cpum_cf.c 	if (type == PERF_TYPE_HARDWARE || type == PERF_TYPE_RAW)
type              301 arch/s390/kernel/perf_cpum_cf.c 		err = __hw_perf_event_init(event, type);
type              302 arch/s390/kernel/perf_cpum_cf.c 	else if (event->pmu->type == type)
type              248 arch/s390/kernel/perf_cpum_cf_diag.c 			    event, event->cpu, attr->config, event->pmu->type,
type              252 arch/s390/kernel/perf_cpum_cf_diag.c 	    event->attr.type != event->pmu->type)
type              629 arch/s390/kernel/perf_cpum_sf.c 			   u32 pid, enum pid_type type)
type              646 arch/s390/kernel/perf_cpum_sf.c 		pid = __task_pid_nr_ns(tsk, type, event->ns);
type              894 arch/s390/kernel/perf_cpum_sf.c 	switch (event->attr.type) {
type              252 arch/s390/kernel/setup.c 	if (ipl_info.type != IPL_TYPE_FCP_DUMP)
type              658 arch/s390/kernel/smp.c 	if (!(OLDMEM_BASE || ipl_info.type == IPL_TYPE_FCP_DUMP))
type              740 arch/s390/kernel/smp.c 	if (sclp.has_core_type && core->type != boot_core_type)
type              814 arch/s390/kernel/smp.c 				boot_core_type = info->core[cpu].type;
type              830 arch/s390/kernel/smp.c 		    info->core[cpu].type != boot_core_type)
type              193 arch/s390/kernel/sthyi.c 	memcpy(sctns->mac.infmtype, sysinfo->type, sizeof(sctns->mac.infmtype));
type               85 arch/s390/kernel/sysinfo.c 	EBCASC(info->type, sizeof(info->type));
type               93 arch/s390/kernel/sysinfo.c 	seq_printf(m, "Type:                 %-4.4s\n", info->type);
type              110 arch/s390/kernel/unwind_bc.c 	state->stack_info.type = STACK_TYPE_UNKNOWN;
type              130 arch/s390/kernel/unwind_bc.c 		info->type = STACK_TYPE_UNKNOWN;
type              138 arch/s390/kernel/unwind_bc.c 		info->type = STACK_TYPE_UNKNOWN;
type              222 arch/s390/kvm/guestdbg.c 		switch (bp_data[i].type) {
type              254 arch/s390/kvm/guestdbg.c 		switch (bp_data[i].type) {
type              402 arch/s390/kvm/guestdbg.c 				debug_exit->type = KVM_HW_WP_WRITE;
type              412 arch/s390/kvm/guestdbg.c 				debug_exit->type = KVM_HW_BP;
type              420 arch/s390/kvm/guestdbg.c 				debug_exit->type = KVM_HW_BP;
type              427 arch/s390/kvm/guestdbg.c 		debug_exit->type = KVM_SINGLESTEP;
type              286 arch/s390/kvm/intercept.c 		irq.type = KVM_S390_INT_CLOCK_COMP;
type              289 arch/s390/kvm/intercept.c 		irq.type = KVM_S390_INT_CPU_TIMER;
type              292 arch/s390/kvm/intercept.c 		irq.type = KVM_S390_INT_EXTERNAL_CALL;
type              997 arch/s390/kvm/interrupt.c 				inti->type,
type             1064 arch/s390/kvm/interrupt.c 		if (inti->type & KVM_S390_INT_IO_AI_MASK)
type             1074 arch/s390/kvm/interrupt.c 				inti->type,
type             1674 arch/s390/kvm/interrupt.c 		tmp_inti->type = KVM_S390_INT_IO(1, 0, 0, 0);
type             1777 arch/s390/kvm/interrupt.c 	if (gi->origin && inti->type & KVM_S390_INT_IO_AI_MASK) {
type             1792 arch/s390/kvm/interrupt.c 	if (inti->type & KVM_S390_INT_IO_AI_MASK)
type             1809 arch/s390/kvm/interrupt.c static void __floating_irq_kick(struct kvm *kvm, u64 type)
type             1832 arch/s390/kvm/interrupt.c 	switch (type) {
type             1837 arch/s390/kvm/interrupt.c 		if (!(type & KVM_S390_INT_IO_AI_MASK &&
type             1850 arch/s390/kvm/interrupt.c 	u64 type = READ_ONCE(inti->type);
type             1853 arch/s390/kvm/interrupt.c 	switch (type) {
type             1875 arch/s390/kvm/interrupt.c 	__floating_irq_kick(kvm, type);
type             1889 arch/s390/kvm/interrupt.c 	inti->type = s390int->type;
type             1890 arch/s390/kvm/interrupt.c 	switch (inti->type) {
type             1920 arch/s390/kvm/interrupt.c 	trace_kvm_s390_inject_vm(s390int->type, s390int->parm, s390int->parm64,
type             1938 arch/s390/kvm/interrupt.c 	irq->type = s390int->type;
type             1939 arch/s390/kvm/interrupt.c 	switch (irq->type) {
type             1999 arch/s390/kvm/interrupt.c 	switch (irq->type) {
type             2066 arch/s390/kvm/interrupt.c 	irq->type = inti->type;
type             2067 arch/s390/kvm/interrupt.c 	switch (inti->type) {
type             2131 arch/s390/kvm/interrupt.c 				irq->type = KVM_S390_INT_IO(1, 0, 0, 0);
type             2157 arch/s390/kvm/interrupt.c 		irq->type = KVM_S390_INT_SERVICE;
type             2168 arch/s390/kvm/interrupt.c 		irq->type = KVM_S390_MCHK;
type             2234 arch/s390/kvm/interrupt.c 	if (get_user(inti->type, (u64 __user *)addr))
type             2237 arch/s390/kvm/interrupt.c 	switch (inti->type) {
type             2454 arch/s390/kvm/interrupt.c 	switch (req.type) {
type             2540 arch/s390/kvm/interrupt.c 		.type = KVM_S390_INT_IO(1, 0, 0, 0),
type             2668 arch/s390/kvm/interrupt.c static int flic_create(struct kvm_device *dev, u32 type)
type             2808 arch/s390/kvm/interrupt.c 		inti.type = KVM_S390_MCHK;
type             2812 arch/s390/kvm/interrupt.c 		irq.type = KVM_S390_MCHK;
type             2824 arch/s390/kvm/interrupt.c 	switch (ue->type) {
type             2894 arch/s390/kvm/interrupt.c 		irq->type = KVM_S390_MCHK;
type             2898 arch/s390/kvm/interrupt.c 		irq->type = KVM_S390_PROGRAM_INT;
type             2902 arch/s390/kvm/interrupt.c 		irq->type = KVM_S390_INT_PFAULT_INIT;
type             2906 arch/s390/kvm/interrupt.c 		irq->type = KVM_S390_INT_EXTERNAL_CALL;
type             2910 arch/s390/kvm/interrupt.c 		irq->type = KVM_S390_INT_CLOCK_COMP;
type             2913 arch/s390/kvm/interrupt.c 		irq->type = KVM_S390_INT_CPU_TIMER;
type             2916 arch/s390/kvm/interrupt.c 		irq->type = KVM_S390_SIGP_STOP;
type             2920 arch/s390/kvm/interrupt.c 		irq->type = KVM_S390_RESTART;
type             2923 arch/s390/kvm/interrupt.c 		irq->type = KVM_S390_SIGP_SET_PREFIX;
type             2963 arch/s390/kvm/interrupt.c 			irq.type = KVM_S390_INT_EMERGENCY;
type             2975 arch/s390/kvm/interrupt.c 		irq.type = KVM_S390_INT_EXTERNAL_CALL;
type             2400 arch/s390/kvm/kvm-s390.c int kvm_arch_init_vm(struct kvm *kvm, unsigned long type)
type             2409 arch/s390/kvm/kvm-s390.c 	if (type & ~KVM_VM_S390_UCONTROL)
type             2411 arch/s390/kvm/kvm-s390.c 	if ((type & KVM_VM_S390_UCONTROL) && (!capable(CAP_SYS_ADMIN)))
type             2414 arch/s390/kvm/kvm-s390.c 	if (type)
type             2490 arch/s390/kvm/kvm-s390.c 	VM_EVENT(kvm, 3, "vm created with type %lu", type);
type             2492 arch/s390/kvm/kvm-s390.c 	if (type & KVM_VM_S390_UCONTROL) {
type             3627 arch/s390/kvm/kvm-s390.c 		irq.type = KVM_S390_INT_PFAULT_INIT;
type             3630 arch/s390/kvm/kvm-s390.c 		inti.type = KVM_S390_INT_PFAULT_DONE;
type              214 arch/s390/kvm/kvm-s390.h 		.type = KVM_S390_PROGRAM_INT,
type              223 arch/s390/kvm/kvm-s390.h 		.type = KVM_S390_PROGRAM_INT,
type               48 arch/s390/kvm/sigp.c 		.type = KVM_S390_INT_EMERGENCY,
type               97 arch/s390/kvm/sigp.c 		.type = KVM_S390_INT_EXTERNAL_CALL,
type              118 arch/s390/kvm/sigp.c 		.type = KVM_S390_SIGP_STOP,
type              136 arch/s390/kvm/sigp.c 		.type = KVM_S390_SIGP_STOP,
type              177 arch/s390/kvm/sigp.c 		.type = KVM_S390_SIGP_SET_PREFIX,
type               24 arch/s390/kvm/trace-s390.h 	    TP_PROTO(unsigned long type),
type               25 arch/s390/kvm/trace-s390.h 	    TP_ARGS(type),
type               28 arch/s390/kvm/trace-s390.h 		    __field(unsigned long, type)
type               32 arch/s390/kvm/trace-s390.h 		    __entry->type = type;
type               36 arch/s390/kvm/trace-s390.h 		      __entry->type & KVM_VM_S390_UCONTROL ? " (UCONTROL)" : "")
type              126 arch/s390/kvm/trace-s390.h 	    TP_PROTO(__u64 type, __u32 parm, __u64 parm64, int who),
type              127 arch/s390/kvm/trace-s390.h 	    TP_ARGS(type, parm, parm64, who),
type              137 arch/s390/kvm/trace-s390.h 		    __entry->inttype = type & 0x00000000ffffffff;
type              151 arch/s390/kvm/trace-s390.h 	    TP_PROTO(unsigned int id, __u64 type, __u32 parm, __u64 parm64),
type              152 arch/s390/kvm/trace-s390.h 	    TP_ARGS(id, type, parm, parm64),
type              163 arch/s390/kvm/trace-s390.h 		    __entry->inttype = type & 0x00000000ffffffff;
type              178 arch/s390/kvm/trace-s390.h 	    TP_PROTO(unsigned int id, __u64 type, __u64 data0, __u64 data1),
type              179 arch/s390/kvm/trace-s390.h 	    TP_ARGS(id, type, data0, data1),
type              190 arch/s390/kvm/trace-s390.h 		    __entry->inttype = type & 0x00000000ffffffff;
type              391 arch/s390/mm/fault.c 	enum fault_type type;
type              416 arch/s390/mm/fault.c 	type = get_fault_type(regs);
type              417 arch/s390/mm/fault.c 	switch (type) {
type              440 arch/s390/mm/fault.c 	if (IS_ENABLED(CONFIG_PGSTE) && type == GMAP_FAULT) {
type              234 arch/s390/pci/pci_irq.c int arch_setup_msi_irqs(struct pci_dev *pdev, int nvec, int type)
type              245 arch/s390/pci/pci_irq.c 	if (type == PCI_CAP_ID_MSI && nvec > 1)
type               23 arch/s390/tools/gen_opcode_table.c 	struct insn_type *type;
type               32 arch/s390/tools/gen_opcode_table.c 	struct insn_type *type;
type               40 arch/s390/tools/gen_opcode_table.c 	int type;
type              163 arch/s390/tools/gen_opcode_table.c 		insn.type = insn_format_to_type(insn.format);
type              236 arch/s390/tools/gen_opcode_table.c 	if (insn->type->byte != 0)
type              251 arch/s390/tools/gen_opcode_table.c 	if (group && (!strncmp(group->opcode, insn->opcode, 2) || group->type->byte == 0)) {
type              261 arch/s390/tools/gen_opcode_table.c 	group->type = insn->type;
type              282 arch/s390/tools/gen_opcode_table.c 		if (insn->type->byte == 0)
type              295 arch/s390/tools/gen_opcode_table.c 		if (insn->type->byte != 0)
type              313 arch/s390/tools/gen_opcode_table.c 		       group->opcode, group->type->mask, group->type->byte, group->offset, group->count);
type              317 arch/sh/boards/board-sh7757lcr.c 	.type = "m25px64",
type              609 arch/sh/boards/mach-ecovec24/setup.c 	.type		= "tsc2007",
type               33 arch/sh/drivers/pci/common.c #define EARLY_PCI_OP(rw, size, type)					\
type               35 arch/sh/drivers/pci/common.c 	int top_bus, int bus, int devfn, int offset, type value)	\
type               23 arch/sh/drivers/pci/ops-sh7786.c 	int dev, func, type, reg;
type               27 arch/sh/drivers/pci/ops-sh7786.c 	type = !!bus->parent;
type               68 arch/sh/drivers/pci/ops-sh7786.c 	pci_write_reg(chan, (1 << 31) | (type << 8), SH4A_PCIEPCTLR);
type              250 arch/sh/drivers/pci/pci-sh7780.c 	const char *type;
type              278 arch/sh/drivers/pci/pci-sh7780.c 	type = (id == PCI_DEVICE_ID_RENESAS_SH7763) ? "SH7763" :
type              283 arch/sh/drivers/pci/pci-sh7780.c 	if (unlikely(!type)) {
type              290 arch/sh/drivers/pci/pci-sh7780.c 	       "controller, revision %d.\n", type,
type                8 arch/sh/include/asm/clock.h void __deprecated arch_init_clk_ops(struct sh_clk_ops **, int type);
type               15 arch/sh/include/asm/hw_breakpoint.h 	u16		type;
type               51 arch/sh/include/asm/hw_breakpoint.h static inline int hw_breakpoint_slots(int type)
type               68 arch/sh/include/asm/io.h #define __BUILD_UNCACHED_IO(bwlq, type)					\
type               69 arch/sh/include/asm/io.h static inline type read##bwlq##_uncached(unsigned long addr)		\
type               71 arch/sh/include/asm/io.h 	type ret;							\
type               78 arch/sh/include/asm/io.h static inline void write##bwlq##_uncached(type v, unsigned long addr)	\
type               90 arch/sh/include/asm/io.h #define __BUILD_MEMORY_STRING(pfx, bwlq, type)				\
type               96 arch/sh/include/asm/io.h 	const volatile type *__addr = addr;				\
type              107 arch/sh/include/asm/io.h 	volatile type *__addr = addr;					\
type              159 arch/sh/include/asm/io.h #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow)			\
type              161 arch/sh/include/asm/io.h static inline void pfx##out##bwlq##p(type val, unsigned long port)	\
type              163 arch/sh/include/asm/io.h 	volatile type *__addr;						\
type              165 arch/sh/include/asm/io.h 	__addr = __ioport_map(port, sizeof(type));			\
type              170 arch/sh/include/asm/io.h static inline type pfx##in##bwlq##p(unsigned long port)			\
type              172 arch/sh/include/asm/io.h 	volatile type *__addr;						\
type              173 arch/sh/include/asm/io.h 	type __val;							\
type              175 arch/sh/include/asm/io.h 	__addr = __ioport_map(port, sizeof(type));			\
type              182 arch/sh/include/asm/io.h #define __BUILD_IOPORT_PFX(bus, bwlq, type)				\
type              183 arch/sh/include/asm/io.h 	__BUILD_IOPORT_SINGLE(bus, bwlq, type, ,)			\
type              184 arch/sh/include/asm/io.h 	__BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
type              186 arch/sh/include/asm/io.h #define BUILDIO_IOPORT(bwlq, type)					\
type              187 arch/sh/include/asm/io.h 	__BUILD_IOPORT_PFX(, bwlq, type)
type              194 arch/sh/include/asm/io.h #define __BUILD_IOPORT_STRING(bwlq, type)				\
type              199 arch/sh/include/asm/io.h 	const volatile type *__addr = addr;				\
type              210 arch/sh/include/asm/io.h 	volatile type *__addr = addr;					\
type              235 arch/sh/include/asm/pgtable_32.h #define PAGE_KERNEL_PCC(slot, type) \
type              269 arch/sh/include/asm/pgtable_32.h #define PAGE_KERNEL_PCC(slot, type) \
type              273 arch/sh/include/asm/pgtable_32.h 				 (type))
type              286 arch/sh/include/asm/pgtable_32.h #define PAGE_KERNEL_PCC(slot, type) \
type              463 arch/sh/include/asm/pgtable_32.h #define __swp_entry(type, offset)	((swp_entry_t){ (type) | (offset) << 5})
type              470 arch/sh/include/asm/pgtable_32.h #define __swp_entry(type, offset)	((swp_entry_t){(type) | (offset) <<10})
type              298 arch/sh/include/asm/pgtable_64.h #define __swp_entry(type, offset)	((swp_entry_t) { ((offset << 8) + ((type & 0x3c) << 1) + (type & 3)) })
type               77 arch/sh/include/asm/processor.h 	unsigned int type, family;
type              302 arch/sh/kernel/cpu/init.c 	if (current_cpu_data.type == CPU_SH_NONE)
type               37 arch/sh/kernel/cpu/proc.c 	return cpu_name[c->type];
type               66 arch/sh/kernel/cpu/proc.c static void show_cacheinfo(struct seq_file *m, const char *type,
type               74 arch/sh/kernel/cpu/proc.c 		   type, cache_size >> 10, info.ways);
type               33 arch/sh/kernel/cpu/sh2/probe.c 	boot_cpu_data.type			= CPU_SH7619;
type               51 arch/sh/kernel/cpu/sh2/probe.c 	boot_cpu_data.type			= CPU_J2;
type               62 arch/sh/kernel/cpu/sh2/setup-sh7619.c 	.type		= PORT_SCIF,
type               82 arch/sh/kernel/cpu/sh2/setup-sh7619.c 	.type		= PORT_SCIF,
type              102 arch/sh/kernel/cpu/sh2/setup-sh7619.c 	.type		= PORT_SCIF,
type               21 arch/sh/kernel/cpu/sh2a/probe.c 	boot_cpu_data.type			= CPU_SH7201;
type               24 arch/sh/kernel/cpu/sh2a/probe.c 	boot_cpu_data.type			= CPU_SH7203;
type               27 arch/sh/kernel/cpu/sh2a/probe.c 	boot_cpu_data.type			= CPU_SH7263;
type               30 arch/sh/kernel/cpu/sh2a/probe.c 	boot_cpu_data.type			= CPU_SH7264;
type               33 arch/sh/kernel/cpu/sh2a/probe.c 	boot_cpu_data.type			= CPU_SH7269;
type               36 arch/sh/kernel/cpu/sh2a/probe.c 	boot_cpu_data.type			= CPU_SH7206;
type               39 arch/sh/kernel/cpu/sh2a/probe.c 	boot_cpu_data.type			= CPU_MXG;
type              130 arch/sh/kernel/cpu/sh2a/setup-mxg.c 	.type		= PORT_SCIF,
type              179 arch/sh/kernel/cpu/sh2a/setup-sh7201.c 	.type		= PORT_SCIF,
type              199 arch/sh/kernel/cpu/sh2a/setup-sh7201.c 	.type		= PORT_SCIF,
type              219 arch/sh/kernel/cpu/sh2a/setup-sh7201.c 	.type		= PORT_SCIF,
type              239 arch/sh/kernel/cpu/sh2a/setup-sh7201.c 	.type		= PORT_SCIF,
type              259 arch/sh/kernel/cpu/sh2a/setup-sh7201.c 	.type		= PORT_SCIF,
type              279 arch/sh/kernel/cpu/sh2a/setup-sh7201.c 	.type		= PORT_SCIF,
type              299 arch/sh/kernel/cpu/sh2a/setup-sh7201.c 	.type		= PORT_SCIF,
type              319 arch/sh/kernel/cpu/sh2a/setup-sh7201.c 	.type		= PORT_SCIF,
type              175 arch/sh/kernel/cpu/sh2a/setup-sh7203.c 	.type		= PORT_SCIF,
type              196 arch/sh/kernel/cpu/sh2a/setup-sh7203.c 	.type		= PORT_SCIF,
type              217 arch/sh/kernel/cpu/sh2a/setup-sh7203.c 	.type		= PORT_SCIF,
type              238 arch/sh/kernel/cpu/sh2a/setup-sh7203.c 	.type		= PORT_SCIF,
type              135 arch/sh/kernel/cpu/sh2a/setup-sh7206.c 	.type		= PORT_SCIF,
type              155 arch/sh/kernel/cpu/sh2a/setup-sh7206.c 	.type		= PORT_SCIF,
type              175 arch/sh/kernel/cpu/sh2a/setup-sh7206.c 	.type		= PORT_SCIF,
type              195 arch/sh/kernel/cpu/sh2a/setup-sh7206.c 	.type		= PORT_SCIF,
type              227 arch/sh/kernel/cpu/sh2a/setup-sh7264.c 	.type		= PORT_SCIF,
type              251 arch/sh/kernel/cpu/sh2a/setup-sh7264.c 	.type		= PORT_SCIF,
type              275 arch/sh/kernel/cpu/sh2a/setup-sh7264.c 	.type		= PORT_SCIF,
type              299 arch/sh/kernel/cpu/sh2a/setup-sh7264.c 	.type		= PORT_SCIF,
type              323 arch/sh/kernel/cpu/sh2a/setup-sh7264.c 	.type		= PORT_SCIF,
type              347 arch/sh/kernel/cpu/sh2a/setup-sh7264.c 	.type		= PORT_SCIF,
type              371 arch/sh/kernel/cpu/sh2a/setup-sh7264.c 	.type		= PORT_SCIF,
type              395 arch/sh/kernel/cpu/sh2a/setup-sh7264.c 	.type		= PORT_SCIF,
type              249 arch/sh/kernel/cpu/sh2a/setup-sh7269.c 	.type		= PORT_SCIF,
type              273 arch/sh/kernel/cpu/sh2a/setup-sh7269.c 	.type		= PORT_SCIF,
type              297 arch/sh/kernel/cpu/sh2a/setup-sh7269.c 	.type		= PORT_SCIF,
type              321 arch/sh/kernel/cpu/sh2a/setup-sh7269.c 	.type		= PORT_SCIF,
type              345 arch/sh/kernel/cpu/sh2a/setup-sh7269.c 	.type		= PORT_SCIF,
type              369 arch/sh/kernel/cpu/sh2a/setup-sh7269.c 	.type		= PORT_SCIF,
type              393 arch/sh/kernel/cpu/sh2a/setup-sh7269.c 	.type		= PORT_SCIF,
type              417 arch/sh/kernel/cpu/sh2a/setup-sh7269.c 	.type		= PORT_SCIF,
type               63 arch/sh/kernel/cpu/sh3/probe.c 		boot_cpu_data.type = CPU_SH7708;
type               70 arch/sh/kernel/cpu/sh3/probe.c 		boot_cpu_data.type = CPU_SH7729;
type               73 arch/sh/kernel/cpu/sh3/probe.c 		boot_cpu_data.type = CPU_SH7706;
type               76 arch/sh/kernel/cpu/sh3/probe.c 		boot_cpu_data.type = CPU_SH7710;
type               79 arch/sh/kernel/cpu/sh3/probe.c 		boot_cpu_data.type = CPU_SH7712;
type               82 arch/sh/kernel/cpu/sh3/probe.c 		boot_cpu_data.type = CPU_SH7720;
type               85 arch/sh/kernel/cpu/sh3/probe.c 		boot_cpu_data.type = CPU_SH7721;
type               88 arch/sh/kernel/cpu/sh3/probe.c 		boot_cpu_data.type = CPU_SH7705;
type               71 arch/sh/kernel/cpu/sh3/setup-sh7705.c 	.type		= PORT_SCIF,
type               92 arch/sh/kernel/cpu/sh3/setup-sh7705.c 	.type		= PORT_SCIF,
type              109 arch/sh/kernel/cpu/sh3/setup-sh770x.c 	.type		= PORT_SCI,
type              131 arch/sh/kernel/cpu/sh3/setup-sh770x.c 	.type		= PORT_SCIF,
type              154 arch/sh/kernel/cpu/sh3/setup-sh770x.c 	.type		= PORT_IRDA,
type               99 arch/sh/kernel/cpu/sh3/setup-sh7710.c 	.type		= PORT_SCIF,
type              119 arch/sh/kernel/cpu/sh3/setup-sh7710.c 	.type		= PORT_SCIF,
type               52 arch/sh/kernel/cpu/sh3/setup-sh7720.c 	.type		= PORT_SCIF,
type               73 arch/sh/kernel/cpu/sh3/setup-sh7720.c 	.type		= PORT_SCIF,
type               88 arch/sh/kernel/cpu/sh4/probe.c 		boot_cpu_data.type = CPU_SH7750;
type               93 arch/sh/kernel/cpu/sh4/probe.c 		boot_cpu_data.type = CPU_SH7750S;
type               98 arch/sh/kernel/cpu/sh4/probe.c 		boot_cpu_data.type = CPU_SH7751;
type              102 arch/sh/kernel/cpu/sh4/probe.c 		boot_cpu_data.type = CPU_SH7770;
type              107 arch/sh/kernel/cpu/sh4/probe.c 			boot_cpu_data.type = CPU_SH7781;
type              109 arch/sh/kernel/cpu/sh4/probe.c 			boot_cpu_data.type = CPU_SH7763;
type              111 arch/sh/kernel/cpu/sh4/probe.c 			boot_cpu_data.type = CPU_SH7780;
type              117 arch/sh/kernel/cpu/sh4/probe.c 		boot_cpu_data.type = CPU_SH7343;
type              121 arch/sh/kernel/cpu/sh4/probe.c 		boot_cpu_data.type = CPU_SH7785;
type              125 arch/sh/kernel/cpu/sh4/probe.c 		boot_cpu_data.type = CPU_SH7786;
type              132 arch/sh/kernel/cpu/sh4/probe.c 			boot_cpu_data.type = CPU_SH7723;
type              136 arch/sh/kernel/cpu/sh4/probe.c 			boot_cpu_data.type = CPU_SH7366;
type              140 arch/sh/kernel/cpu/sh4/probe.c 			boot_cpu_data.type = CPU_SH7722;
type              147 arch/sh/kernel/cpu/sh4/probe.c 			boot_cpu_data.type = CPU_SH7724;
type              152 arch/sh/kernel/cpu/sh4/probe.c 			boot_cpu_data.type = CPU_SH7757;
type              156 arch/sh/kernel/cpu/sh4/probe.c 			boot_cpu_data.type = CPU_SH7372;
type              159 arch/sh/kernel/cpu/sh4/probe.c 			boot_cpu_data.type = CPU_SH7734; /* SH7733/SH7734 */
type              166 arch/sh/kernel/cpu/sh4/probe.c 		boot_cpu_data.type = CPU_SHX3;
type              169 arch/sh/kernel/cpu/sh4/probe.c 		boot_cpu_data.type = CPU_SH4_501;
type              175 arch/sh/kernel/cpu/sh4/probe.c 		boot_cpu_data.type = CPU_SH4_202;
type              182 arch/sh/kernel/cpu/sh4/probe.c 			boot_cpu_data.type = CPU_SH7750R;
type              185 arch/sh/kernel/cpu/sh4/probe.c 			boot_cpu_data.type = CPU_SH7751R;
type              188 arch/sh/kernel/cpu/sh4/probe.c 			boot_cpu_data.type = CPU_SH7760;
type               18 arch/sh/kernel/cpu/sh4/setup-sh4-202.c 	.type		= PORT_SCIF,
type               38 arch/sh/kernel/cpu/sh4/setup-sh7750.c 	.type		= PORT_SCI,
type               58 arch/sh/kernel/cpu/sh4/setup-sh7750.c 	.type		= PORT_SCIF,
type              129 arch/sh/kernel/cpu/sh4/setup-sh7760.c 	.type		= PORT_SCIF,
type              152 arch/sh/kernel/cpu/sh4/setup-sh7760.c 	.type		= PORT_SCIF,
type              177 arch/sh/kernel/cpu/sh4/setup-sh7760.c 	.type		= PORT_SCIF,
type              207 arch/sh/kernel/cpu/sh4/setup-sh7760.c 	.type		= PORT_SCI,
type               19 arch/sh/kernel/cpu/sh4a/setup-sh7343.c 	.type           = PORT_SCIF,
type               39 arch/sh/kernel/cpu/sh4a/setup-sh7343.c 	.type           = PORT_SCIF,
type               59 arch/sh/kernel/cpu/sh4a/setup-sh7343.c 	.type           = PORT_SCIF,
type               79 arch/sh/kernel/cpu/sh4a/setup-sh7343.c 	.type           = PORT_SCIF,
type               21 arch/sh/kernel/cpu/sh4a/setup-sh7366.c 	.type		= PORT_SCIF,
type              180 arch/sh/kernel/cpu/sh4a/setup-sh7722.c 	.type           = PORT_SCIF,
type              202 arch/sh/kernel/cpu/sh4a/setup-sh7722.c 	.type           = PORT_SCIF,
type              224 arch/sh/kernel/cpu/sh4a/setup-sh7722.c 	.type           = PORT_SCIF,
type               24 arch/sh/kernel/cpu/sh4a/setup-sh7723.c 	.type           = PORT_SCIF,
type               45 arch/sh/kernel/cpu/sh4a/setup-sh7723.c 	.type           = PORT_SCIF,
type               66 arch/sh/kernel/cpu/sh4a/setup-sh7723.c 	.type           = PORT_SCIF,
type               87 arch/sh/kernel/cpu/sh4a/setup-sh7723.c 	.type           = PORT_SCIFA,
type              107 arch/sh/kernel/cpu/sh4a/setup-sh7723.c 	.type           = PORT_SCIFA,
type              127 arch/sh/kernel/cpu/sh4a/setup-sh7723.c 	.type           = PORT_SCIFA,
type              291 arch/sh/kernel/cpu/sh4a/setup-sh7724.c 	.type           = PORT_SCIF,
type              312 arch/sh/kernel/cpu/sh4a/setup-sh7724.c 	.type           = PORT_SCIF,
type              333 arch/sh/kernel/cpu/sh4a/setup-sh7724.c 	.type           = PORT_SCIF,
type              354 arch/sh/kernel/cpu/sh4a/setup-sh7724.c 	.type           = PORT_SCIFA,
type              374 arch/sh/kernel/cpu/sh4a/setup-sh7724.c 	.type           = PORT_SCIFA,
type              394 arch/sh/kernel/cpu/sh4a/setup-sh7724.c 	.type           = PORT_SCIFA,
type               26 arch/sh/kernel/cpu/sh4a/setup-sh7734.c 	.type           = PORT_SCIF,
type               47 arch/sh/kernel/cpu/sh4a/setup-sh7734.c 	.type           = PORT_SCIF,
type               68 arch/sh/kernel/cpu/sh4a/setup-sh7734.c 	.type           = PORT_SCIF,
type               89 arch/sh/kernel/cpu/sh4a/setup-sh7734.c 	.type           = PORT_SCIF,
type              110 arch/sh/kernel/cpu/sh4a/setup-sh7734.c 	.type           = PORT_SCIF,
type              131 arch/sh/kernel/cpu/sh4a/setup-sh7734.c 	.type           = PORT_SCIF,
type               25 arch/sh/kernel/cpu/sh4a/setup-sh7757.c 	.type		= PORT_SCIF,
type               45 arch/sh/kernel/cpu/sh4a/setup-sh7757.c 	.type		= PORT_SCIF,
type               65 arch/sh/kernel/cpu/sh4a/setup-sh7757.c 	.type		= PORT_SCIF,
type               20 arch/sh/kernel/cpu/sh4a/setup-sh7763.c 	.type		= PORT_SCIF,
type               41 arch/sh/kernel/cpu/sh4a/setup-sh7763.c 	.type		= PORT_SCIF,
type               62 arch/sh/kernel/cpu/sh4a/setup-sh7763.c 	.type		= PORT_SCIF,
type               17 arch/sh/kernel/cpu/sh4a/setup-sh7770.c 	.type		= PORT_SCIF,
type               37 arch/sh/kernel/cpu/sh4a/setup-sh7770.c 	.type		= PORT_SCIF,
type               57 arch/sh/kernel/cpu/sh4a/setup-sh7770.c 	.type		= PORT_SCIF,
type               77 arch/sh/kernel/cpu/sh4a/setup-sh7770.c 	.type		= PORT_SCIF,
type               97 arch/sh/kernel/cpu/sh4a/setup-sh7770.c 	.type		= PORT_SCIF,
type              117 arch/sh/kernel/cpu/sh4a/setup-sh7770.c 	.type		= PORT_SCIF,
type              137 arch/sh/kernel/cpu/sh4a/setup-sh7770.c 	.type		= PORT_SCIF,
type              157 arch/sh/kernel/cpu/sh4a/setup-sh7770.c 	.type		= PORT_SCIF,
type              177 arch/sh/kernel/cpu/sh4a/setup-sh7770.c 	.type		= PORT_SCIF,
type              197 arch/sh/kernel/cpu/sh4a/setup-sh7770.c 	.type		= PORT_SCIF,
type               19 arch/sh/kernel/cpu/sh4a/setup-sh7780.c 	.type		= PORT_SCIF,
type               40 arch/sh/kernel/cpu/sh4a/setup-sh7780.c 	.type		= PORT_SCIF,
type               21 arch/sh/kernel/cpu/sh4a/setup-sh7785.c 	.type		= PORT_SCIF,
type               42 arch/sh/kernel/cpu/sh4a/setup-sh7785.c 	.type		= PORT_SCIF,
type               63 arch/sh/kernel/cpu/sh4a/setup-sh7785.c 	.type		= PORT_SCIF,
type               84 arch/sh/kernel/cpu/sh4a/setup-sh7785.c 	.type		= PORT_SCIF,
type              105 arch/sh/kernel/cpu/sh4a/setup-sh7785.c 	.type		= PORT_SCIF,
type              126 arch/sh/kernel/cpu/sh4a/setup-sh7785.c 	.type		= PORT_SCIF,
type               29 arch/sh/kernel/cpu/sh4a/setup-sh7786.c 	.type		= PORT_SCIF,
type               56 arch/sh/kernel/cpu/sh4a/setup-sh7786.c 	.type		= PORT_SCIF,
type               86 arch/sh/kernel/cpu/sh4a/setup-sh7786.c 	.type		= PORT_SCIF,
type              107 arch/sh/kernel/cpu/sh4a/setup-sh7786.c 	.type		= PORT_SCIF,
type              128 arch/sh/kernel/cpu/sh4a/setup-sh7786.c 	.type		= PORT_SCIF,
type              149 arch/sh/kernel/cpu/sh4a/setup-sh7786.c 	.type		= PORT_SCIF,
type               29 arch/sh/kernel/cpu/sh4a/setup-shx3.c 	.type		= PORT_SCIF,
type               52 arch/sh/kernel/cpu/sh4a/setup-shx3.c 	.type		= PORT_SCIF,
type               75 arch/sh/kernel/cpu/sh4a/setup-shx3.c 	.type		= PORT_SCIF,
type               34 arch/sh/kernel/cpu/sh4a/ubc.c 	__raw_writel(UBC_CBR_CE | info->len | info->type, UBC_CBR(idx));
type               29 arch/sh/kernel/cpu/sh5/probe.c 		boot_cpu_data.type = CPU_SH5_103;
type               32 arch/sh/kernel/cpu/sh5/probe.c 		boot_cpu_data.type = CPU_SH5_101;
type               19 arch/sh/kernel/cpu/sh5/setup-sh5.c 	.type		= PORT_SCIF,
type              201 arch/sh/kernel/hw_breakpoint.c 		hw->type = SH_BREAKPOINT_READ;
type              204 arch/sh/kernel/hw_breakpoint.c 		hw->type = SH_BREAKPOINT_WRITE;
type              207 arch/sh/kernel/hw_breakpoint.c 		hw->type = SH_BREAKPOINT_RW;
type               93 arch/sh/kernel/perf_event.c 	unsigned long type, op, result;
type              100 arch/sh/kernel/perf_event.c 	type = config & 0xff;
type              104 arch/sh/kernel/perf_event.c 	if (type >= PERF_COUNT_HW_CACHE_MAX ||
type              109 arch/sh/kernel/perf_event.c 	ev = (*sh_pmu->cache_events)[type][op][result];
type              151 arch/sh/kernel/perf_event.c 	switch (attr->type) {
type              306 arch/sh/kernel/perf_event.c 	switch (event->attr.type) {
type               55 arch/sh/kernel/setup.c 		.type			= CPU_SH_NONE,
type              314 arch/sh/mm/cache.c 	if (boot_cpu_data.type == CPU_J2) {
type              335 arch/sh/mm/cache.c 		if ((boot_cpu_data.type == CPU_SH7705) &&
type              350 arch/sh/mm/cache.c 		if ((boot_cpu_data.type == CPU_SH7786) ||
type              351 arch/sh/mm/cache.c 		    (boot_cpu_data.type == CPU_SHX3)) {
type               26 arch/sparc/include/asm/barrier_64.h #define membar_safe(type) \
type               28 arch/sparc/include/asm/barrier_64.h 			     " membar	" type "\n" \
type               12 arch/sparc/include/asm/head_32.h #define TRAP_ENTRY(type, label) \
type               24 arch/sparc/include/asm/head_32.h #define SKIP_TRAP(type, name) \
type              367 arch/sparc/include/asm/hypervisor.h unsigned long sun4v_cpu_qconf(unsigned long type,
type             1372 arch/sparc/include/asm/hypervisor.h 	unsigned char	type;		/* Hypervisor or guest entry?	*/
type              362 arch/sparc/include/asm/pgtable_32.h static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset)
type              365 arch/sparc/include/asm/pgtable_32.h 		(type & SRMMU_SWP_TYPE_MASK) << SRMMU_SWP_TYPE_SHIFT
type             1012 arch/sparc/include/asm/pgtable_64.h #define __swp_entry(type, offset)	\
type             1015 arch/sparc/include/asm/pgtable_64.h 		(((long)(type) << PAGE_SHIFT) | \
type              166 arch/sparc/include/asm/uaccess_32.h #define __get_user_check(x, addr, size, type) ({ \
type              192 arch/sparc/include/asm/uaccess_32.h 	x = (__force type) __gu_val; \
type              196 arch/sparc/include/asm/uaccess_32.h #define __get_user_nocheck(x, addr, size, type) ({			\
type              209 arch/sparc/include/asm/uaccess_32.h 	x = (__force type) __gu_val;					\
type              138 arch/sparc/include/asm/uaccess_64.h #define __get_user_nocheck(data, addr, size, type) ({			     \
type              151 arch/sparc/include/asm/uaccess_64.h 	data = (__force type) __gu_val;					     \
type               18 arch/sparc/include/asm/vio.h 	u8			type;
type              201 arch/sparc/include/asm/vio.h 	u16			type;
type              337 arch/sparc/include/asm/vio.h 	char			type[VIO_MAX_TYPE_LEN];
type               39 arch/sparc/include/uapi/asm/ioctl.h #define _IOC(dir,type,nr,size) \
type               41 arch/sparc/include/uapi/asm/ioctl.h          ((type) << _IOC_TYPESHIFT) | \
type               45 arch/sparc/include/uapi/asm/ioctl.h #define _IO(type,nr)        _IOC(_IOC_NONE,(type),(nr),0)
type               46 arch/sparc/include/uapi/asm/ioctl.h #define _IOR(type,nr,size)  _IOC(_IOC_READ,(type),(nr),sizeof(size))
type               47 arch/sparc/include/uapi/asm/ioctl.h #define _IOW(type,nr,size)  _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
type               48 arch/sparc/include/uapi/asm/ioctl.h #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))
type              313 arch/sparc/kernel/btext.c 	char type[32];
type              317 arch/sparc/kernel/btext.c 	if (prom_getproperty(node, "device_type", type, 32) < 0)
type              319 arch/sparc/kernel/btext.c 	if (strcmp(type, "display"))
type               42 arch/sparc/kernel/ds.c 	__u32			type;
type              299 arch/sparc/kernel/ds.c 	pkt.data.tag.type = DS_DATA;
type              337 arch/sparc/kernel/ds.c 	pkt.data.tag.type = DS_DATA;
type              377 arch/sparc/kernel/ds.c 	pkt.data.tag.type = DS_DATA;
type              392 arch/sparc/kernel/ds.c 	__u32				type;
type              434 arch/sparc/kernel/ds.c 	pkt.data.tag.type = DS_DATA;
type              437 arch/sparc/kernel/ds.c 	pkt.tag.type = DR_CPU_ERROR;
type              497 arch/sparc/kernel/ds.c 	resp->tag.type = DS_DATA;
type              501 arch/sparc/kernel/ds.c 	tag->type = DR_CPU_OK;
type              641 arch/sparc/kernel/ds.c 	switch (tag->type) {
type              663 arch/sparc/kernel/ds.c 	if (tag->type == DR_CPU_CONFIGURE)
type              675 arch/sparc/kernel/ds.c 	__u64				type;
type              691 arch/sparc/kernel/ds.c 	       dp->id, rp->req_num, rp->type, len);
type              695 arch/sparc/kernel/ds.c 	__u32				type;
type              735 arch/sparc/kernel/ds.c 	if (rp->hdr.type != DS_VAR_SET_RESP &&
type              736 arch/sparc/kernel/ds.c 	    rp->hdr.type != DS_VAR_DELETE_RESP)
type              796 arch/sparc/kernel/ds.c 		pkt.header.data.tag.type = DS_DATA;
type              798 arch/sparc/kernel/ds.c 		pkt.header.msg.hdr.type = DS_VAR_SET_REQ;
type              908 arch/sparc/kernel/ds.c 		pbuf.req.tag.type = DS_REG_REQ;
type              926 arch/sparc/kernel/ds.c 		if (pkt->type != DS_INIT_ACK)
type              937 arch/sparc/kernel/ds.c 	if (pkt->type == DS_REG_ACK) {
type              949 arch/sparc/kernel/ds.c 	} else if (pkt->type == DS_REG_NACK) {
type              973 arch/sparc/kernel/ds.c 			.type = DS_NACK,
type             1070 arch/sparc/kernel/ds.c 	req.tag.type = DS_INIT_REQ;
type             1146 arch/sparc/kernel/ds.c 		if (tag->type < DS_DATA)
type             1246 arch/sparc/kernel/ds.c 		.type = "domain-services-port",
type               14 arch/sparc/kernel/entry.h void do_hw_interrupt(struct pt_regs *regs, unsigned long type);
type              143 arch/sparc/kernel/entry.h void cheetah_plus_parity_error(int type, struct pt_regs *regs);
type              986 arch/sparc/kernel/irq_64.c static void notrace register_one_mondo(unsigned long paddr, unsigned long type,
type              992 arch/sparc/kernel/irq_64.c 	status = sun4v_cpu_qconf(type, paddr, num_entries);
type              995 arch/sparc/kernel/irq_64.c 			    "err %lu\n", type, paddr, num_entries, status);
type               13 arch/sparc/kernel/jump_label.c 			       enum jump_label_type type)
type               18 arch/sparc/kernel/jump_label.c 	if (type == JUMP_LABEL_JMP) {
type               44 arch/sparc/kernel/ldc.c 	u8			type;
type              358 arch/sparc/kernel/ldc.c 		p->type = LDC_CTRL;
type              496 arch/sparc/kernel/ldc.c 	p->type = data_pkt->type;
type              503 arch/sparc/kernel/ldc.c 	       p->type, p->ctrl, p->seqid, p->u.r.ackid);
type              865 arch/sparc/kernel/ldc.c 		switch (p->type) {
type             1602 arch/sparc/kernel/ldc.c 		p->type = LDC_DATA;
type             1619 arch/sparc/kernel/ldc.c 		       p->type,
type             1727 arch/sparc/kernel/ldc.c 		p->type = LDC_DATA;
type             1771 arch/sparc/kernel/ldc.c 		       p->type,
type             1785 arch/sparc/kernel/ldc.c 		if (p->type & LDC_CTRL) {
type             1799 arch/sparc/kernel/ldc.c 		if (!(p->type & LDC_DATA)) {
type              822 arch/sparc/kernel/mdesc.c 	const char *type;
type              825 arch/sparc/kernel/mdesc.c 	type = mdesc_get_property(hp, mp, "type", &type_len);
type              829 arch/sparc/kernel/mdesc.c 		if (of_find_in_proplist(type, "instn", type_len)) {
type              832 arch/sparc/kernel/mdesc.c 		} else if (of_find_in_proplist(type, "data", type_len)) {
type              932 arch/sparc/kernel/mdesc.c 		const char *type;
type              939 arch/sparc/kernel/mdesc.c 		type = mdesc_get_property(hp, mp, "type", &len);
type              940 arch/sparc/kernel/mdesc.c 		if (!of_find_in_proplist(type, "instn", len))
type             1038 arch/sparc/kernel/mdesc.c 		const char *type;
type             1041 arch/sparc/kernel/mdesc.c 		type = mdesc_get_property(hp, mp, "type", &len);
type             1042 arch/sparc/kernel/mdesc.c 		if (!of_find_in_proplist(type, "int", len) &&
type             1043 arch/sparc/kernel/mdesc.c 		    !of_find_in_proplist(type, "integer", len))
type              383 arch/sparc/kernel/pci_common.c 		int type;
type              395 arch/sparc/kernel/pci_common.c 		type = (pr->child_phys_hi >> 24) & 0x3;
type              403 arch/sparc/kernel/pci_common.c 		switch (type) {
type              160 arch/sparc/kernel/pci_fire.c 	unsigned long type_fmt, type, msi_num;
type              171 arch/sparc/kernel/pci_fire.c 	type = (type_fmt >> 3);
type              172 arch/sparc/kernel/pci_fire.c 	if (unlikely(type != MSIQ_TYPE_MSI32 &&
type              173 arch/sparc/kernel/pci_fire.c 		     type != MSIQ_TYPE_MSI64))
type              129 arch/sparc/kernel/pci_schizo.c 					 enum schizo_error_type type)
type              237 arch/sparc/kernel/pci_schizo.c 					 enum schizo_error_type type)
type              342 arch/sparc/kernel/pci_schizo.c 		__schizo_check_stc_error_pbm(pbm, type);
type              347 arch/sparc/kernel/pci_schizo.c 				     enum schizo_error_type type)
type              349 arch/sparc/kernel/pci_schizo.c 	schizo_check_iommu_error_pbm(pbm, type);
type              351 arch/sparc/kernel/pci_schizo.c 		schizo_check_iommu_error_pbm(pbm->sibling, type);
type              982 arch/sparc/kernel/pci_sun4v.c 	unsigned long err, type;
type              993 arch/sparc/kernel/pci_sun4v.c 	type = (ep->version_type & MSIQ_TYPE_MASK) >> MSIQ_TYPE_SHIFT;
type              994 arch/sparc/kernel/pci_sun4v.c 	if (unlikely(type != MSIQ_TYPE_MSI32 &&
type              995 arch/sparc/kernel/pci_sun4v.c 		     type != MSIQ_TYPE_MSI64))
type             1432 arch/sparc/kernel/perf_event.c 	switch (attr->type) {
type              221 arch/sparc/kernel/prom_32.c 	const char *type;
type              232 arch/sparc/kernel/prom_32.c 			type = "display";
type              240 arch/sparc/kernel/prom_32.c 			type = "serial";
type              250 arch/sparc/kernel/prom_32.c 		for_each_node_by_type(dp, type) {
type              261 arch/sparc/kernel/prom_32.c 		if (!strcmp(type, "serial")) {
type               71 arch/sparc/kernel/prom_64.c 	u32 high_bits, low_bits, type;
type               86 arch/sparc/kernel/prom_64.c 	type = regs->phys_addr >> 60UL;
type               90 arch/sparc/kernel/prom_64.c 	if (type == 0 || type == 8) {
type               91 arch/sparc/kernel/prom_64.c 		const char *prefix = (type == 0) ? "m" : "i";
type              102 arch/sparc/kernel/prom_64.c 	} else if (type == 12) {
type              205 arch/sparc/kernel/psycho_common.c 			      enum psycho_error_type type)
type               37 arch/sparc/kernel/psycho_common.h 			      enum psycho_error_type type);
type               50 arch/sparc/kernel/sstate.c static int sstate_reboot_call(struct notifier_block *np, unsigned long type, void *_unused)
type               54 arch/sparc/kernel/sstate.c 	switch (type) {
type              607 arch/sparc/kernel/sys_sparc_64.c SYSCALL_DEFINE5(utrap_install, utrap_entry_t, type,
type              612 arch/sparc/kernel/sys_sparc_64.c 	if (type < UT_INSTRUCTION_EXCEPTION || type > UT_TRAP_INSTRUCTION_31)
type              620 arch/sparc/kernel/sys_sparc_64.c 				if (put_user((utrap_handler_t)(current_thread_info()->utraps[type]), old_p))
type              638 arch/sparc/kernel/sys_sparc_64.c 		if ((utrap_handler_t)current_thread_info()->utraps[type] != new_p &&
type              657 arch/sparc/kernel/sys_sparc_64.c 		if (put_user((utrap_handler_t)(current_thread_info()->utraps[type]), old_p))
type              664 arch/sparc/kernel/sys_sparc_64.c 	current_thread_info()->utraps[type] = (long)new_p;
type               44 arch/sparc/kernel/systbls.h asmlinkage long sys_utrap_install(utrap_entry_t type,
type              288 arch/sparc/kernel/time_32.c 		m48t59_data.type = M48T59RTC_TYPE_M48T02;
type              292 arch/sparc/kernel/time_32.c 		m48t59_data.type = M48T59RTC_TYPE_M48T08;
type              170 arch/sparc/kernel/time_64.c 	char type[128];
type              175 arch/sparc/kernel/time_64.c 	if (prom_getproperty(node, "device_type", type, sizeof(type)) != -1)
type              176 arch/sparc/kernel/time_64.c 		is_cpu_node = (strcmp(type, "cpu") == 0);
type               94 arch/sparc/kernel/traps_32.c void do_hw_interrupt(struct pt_regs *regs, unsigned long type)
type               96 arch/sparc/kernel/traps_32.c 	if(type < 0x80) {
type               98 arch/sparc/kernel/traps_32.c 		printk("Unimplemented Sparc TRAP, type = %02lx\n", type);
type              106 arch/sparc/kernel/traps_32.c 			(void __user *)regs->pc, type - 0x80);
type              222 arch/sparc/kernel/traps_64.c 	unsigned short type = (type_ctx >> 16);
type              232 arch/sparc/kernel/traps_64.c 		       addr, ctx, type);
type              342 arch/sparc/kernel/traps_64.c 	unsigned short type = (type_ctx >> 16);
type              367 arch/sparc/kernel/traps_64.c 		       addr, ctx, type);
type              387 arch/sparc/kernel/traps_64.c 	switch (type) {
type             1769 arch/sparc/kernel/traps_64.c void cheetah_plus_parity_error(int type, struct pt_regs *regs)
type             1771 arch/sparc/kernel/traps_64.c 	if (type & 0x1)
type             1787 arch/sparc/kernel/traps_64.c 	if (type & 0x2) {
type             1790 arch/sparc/kernel/traps_64.c 		       (type & 0x1) ? 'I' : 'D',
type             1798 arch/sparc/kernel/traps_64.c 	       (type & 0x1) ? 'I' : 'D',
type             1877 arch/sparc/kernel/traps_64.c static const char *sun4v_err_type_to_str(u8 type)
type             1889 arch/sparc/kernel/traps_64.c 	if (type < SUN4V_ERR_TYPE_NUM)
type             1890 arch/sparc/kernel/traps_64.c 		return types[type];
type               26 arch/sparc/kernel/vio.c 	const char *type, *compat;
type               29 arch/sparc/kernel/vio.c 	type = dev->type;
type               33 arch/sparc/kernel/vio.c 	while (matches->type[0] || matches->compat[0]) {
type               35 arch/sparc/kernel/vio.c 		if (matches->type[0])
type               36 arch/sparc/kernel/vio.c 			match &= !strcmp(matches->type, type);
type               53 arch/sparc/kernel/vio.c 	add_uevent_var(env, "MODALIAS=vio:T%sS%s", vio_dev->type, vio_dev->compat);
type              120 arch/sparc/kernel/vio.c 	if (!strcmp(vdev->type, "vnet-port"))
type              122 arch/sparc/kernel/vio.c 	else if (!strcmp(vdev->type, "vdc-port"))
type              133 arch/sparc/kernel/vio.c 	return sprintf(buf, "%s\n", vdev->type);
type              135 arch/sparc/kernel/vio.c static DEVICE_ATTR_RO(type);
type              142 arch/sparc/kernel/vio.c 	return sprintf(buf, "vio:T%sS%s\n", vdev->type, vdev->compat);
type              296 arch/sparc/kernel/vio.c 	const char *type, *compat;
type              302 arch/sparc/kernel/vio.c 	type = mdesc_get_property(hp, mp, "device-type", &tlen);
type              303 arch/sparc/kernel/vio.c 	if (!type) {
type              304 arch/sparc/kernel/vio.c 		type = mdesc_get_property(hp, mp, "name", &tlen);
type              305 arch/sparc/kernel/vio.c 		if (!type) {
type              306 arch/sparc/kernel/vio.c 			type = mdesc_node_name(hp, mp);
type              307 arch/sparc/kernel/vio.c 			tlen = strlen(type) + 1;
type              310 arch/sparc/kernel/vio.c 	if (tlen > VIO_MAX_TYPE_LEN || strlen(type) >= VIO_MAX_TYPE_LEN) {
type              312 arch/sparc/kernel/vio.c 		       type);
type              325 arch/sparc/kernel/vio.c 		       clen, type);
type              336 arch/sparc/kernel/vio.c 	memcpy(vdev->type, type, tlen);
type              350 arch/sparc/kernel/vio.c 		dev_set_name(&vdev->dev, "%s", type);
type              353 arch/sparc/kernel/vio.c 		dev_set_name(&vdev->dev, "%s-%llu", type, *id);
type              356 arch/sparc/kernel/vio.c 		dev_set_name(&vdev->dev, "%s-%llu-%llu", type,
type              370 arch/sparc/kernel/vio.c 			if (of_node_is_type(dp, type))
type               41 arch/sparc/kernel/viohs.c static void init_tag(struct vio_msg_tag *tag, u8 type, u8 stype, u16 stype_env)
type               43 arch/sparc/kernel/viohs.c 	tag->type = type;
type              166 arch/sparc/kernel/viohs.c 	       pkt->type, pkt->stype, pkt->stype_env, pkt->sid);
type              694 arch/sparc/kernel/viohs.c 	if (tp->type == VIO_TYPE_CTRL &&
type              278 arch/sparc/math-emu/math_32.c 	int type = 0;
type              282 arch/sparc/math-emu/math_32.c #define TYPE(dummy, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru << 8) | (r << 6)
type              342 arch/sparc/math-emu/math_32.c 	if (!type) {	/* oops, didn't recognise that FPop */
type              355 arch/sparc/math-emu/math_32.c 	switch (type & 0x3) {				/* is rs1 single, double or quad? */
type              370 arch/sparc/math-emu/math_32.c 	switch (type & 0x7) {
type              376 arch/sparc/math-emu/math_32.c 	switch ((type >> 3) & 0x3) {			/* same again for rs2 */
type              391 arch/sparc/math-emu/math_32.c 	switch ((type >> 3) & 0x7) {
type              397 arch/sparc/math-emu/math_32.c 	switch ((type >> 6) & 0x3) {			/* and finally rd. This one's a bit different */
type              499 arch/sparc/math-emu/math_32.c 		switch ((type >> 6) & 0x7) {
type              172 arch/sparc/math-emu/math_64.c 	int type = 0;
type              176 arch/sparc/math-emu/math_64.c #define TYPE(ftt, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru << 8) | (r << 6) | (ftt << 9)
type              358 arch/sparc/math-emu/math_64.c 	if (type) {
type              369 arch/sparc/math-emu/math_64.c 			if (ftt != (type >> 9))
type              374 arch/sparc/math-emu/math_64.c 		switch (type & 0x3) {
type              386 arch/sparc/math-emu/math_64.c 		switch (type & 0x7) {
type              392 arch/sparc/math-emu/math_64.c 		switch ((type >> 3) & 0x3) {
type              404 arch/sparc/math-emu/math_64.c 		switch ((type >> 3) & 0x7) {
type              410 arch/sparc/math-emu/math_64.c 		switch ((type >> 6) & 0x3) {
type              495 arch/sparc/math-emu/math_64.c 			switch ((type >> 6) & 0x7) {
type               55 arch/sparc/mm/highmem.c 	long idx, type;
type               62 arch/sparc/mm/highmem.c 	type = kmap_atomic_idx_push();
type               63 arch/sparc/mm/highmem.c 	idx = type + KM_TYPE_NR*smp_processor_id();
type               91 arch/sparc/mm/highmem.c 	int type;
type               99 arch/sparc/mm/highmem.c 	type = kmap_atomic_idx();
type              105 arch/sparc/mm/highmem.c 		idx = type + KM_TYPE_NR * smp_processor_id();
type              686 arch/sparc/mm/srmmu.c static void __init early_pgtable_allocfail(char *type)
type              688 arch/sparc/mm/srmmu.c 	prom_printf("inherit_prom_mappings: Cannot alloc kernel %s.\n", type);
type              549 arch/sparc/net/bpf_jit_comp_32.c 				emit_load16(r_A, struct net_device, type, r_A);
type              203 arch/sparc/prom/misc_64.c static long tlb_load(const char *type, unsigned long index,
type              211 arch/sparc/prom/misc_64.c 	args[3] = (unsigned long) type;
type               20 arch/sparc/prom/tree_64.c static phandle prom_node_to_node(const char *type, phandle node)
type               24 arch/sparc/prom/tree_64.c 	args[0] = (unsigned long) type;
type              348 arch/um/drivers/chan_kern.c 	CONFIG_CHUNK(str, size, n, chan->ops->type, 0);
type               18 arch/um/drivers/chan_user.h 	char *type;
type               28 arch/um/drivers/daemon_user.c 	enum request_type type;
type               95 arch/um/drivers/daemon_user.c 	req.type = REQ_NEW_CONTROL;
type               85 arch/um/drivers/fd.c 	.type		= "fd",
type              556 arch/um/drivers/line.c 	driver->type = line_driver->type;
type               24 arch/um/drivers/line.h 	const short type;
type               39 arch/um/drivers/mconsole.h 	       MCONSOLE_USER_NOTIFY } type;
type               92 arch/um/drivers/mconsole.h extern int mconsole_notify(char *sock_name, int type, const void *data,
type              179 arch/um/drivers/mconsole_user.c int mconsole_notify(char *sock_name, int type, const void *data, int len)
type              204 arch/um/drivers/mconsole_user.c 	packet.type = type;
type              886 arch/um/drivers/net_kern.c int tap_setup_common(char *str, char *type, char **dev_name, char **mac_out,
type               41 arch/um/drivers/null.c 	.type		= "null",
type               99 arch/um/drivers/port_user.c 	.type		= "port",
type              142 arch/um/drivers/pty.c 	.type		= "pty",
type              155 arch/um/drivers/pty.c 	.type		= "pts",
type               36 arch/um/drivers/slip_kern.c 	dev->type = ARPHRD_SLIP;
type               38 arch/um/drivers/slirp_kern.c 	dev->type = ARPHRD_SLIP;
type               48 arch/um/drivers/ssl.c 	.type 		 	= TTY_DRIVER_TYPE_SERIAL,
type               54 arch/um/drivers/stdio_console.c 	.type 		 	= TTY_DRIVER_TYPE_CONSOLE,
type               71 arch/um/drivers/tty.c 	.type		= "tty",
type              213 arch/um/drivers/xterm.c 	.type		= "xterm",
type              355 arch/um/include/asm/pgtable.h #define __swp_entry(type, offset) \
type              356 arch/um/include/asm/pgtable.h 	((swp_entry_t) { ((type) << 5) | ((offset) << 11) })
type               12 arch/um/include/shared/irq_kern.h extern int um_request_irq(unsigned int irq, int fd, int type,
type               16 arch/um/include/shared/irq_user.h 	int type;
type               64 arch/um/include/shared/net_kern.h extern int tap_setup_common(char *str, char *type, char **dev_name,
type              130 arch/um/kernel/irq.c static int activate_fd(int irq, int fd, int type, void *dev_id)
type              173 arch/um/kernel/irq.c 	if (irq_entry->irq_array[type] != NULL) {
type              176 arch/um/kernel/irq.c 			irq, fd, type, dev_id
type              187 arch/um/kernel/irq.c 		events = os_event_mask(type);
type              192 arch/um/kernel/irq.c 			.type		= type,
type              202 arch/um/kernel/irq.c 		irq_entry->irq_array[type] = new_fd;
type              208 arch/um/kernel/irq.c 	maybe_sigio_broken(fd, (type != IRQ_NONE));
type              431 arch/um/kernel/irq.c int um_request_irq(unsigned int irq, int fd, int type,
type              439 arch/um/kernel/irq.c 		err = activate_fd(irq, fd, type, dev_id);
type               20 arch/um/kernel/tlb.c 		enum { NONE, MMAP, MUNMAP, MPROTECT } type;
type               49 arch/um/kernel/tlb.c 	 { .ops		= { { .type = NONE } },	\
type               71 arch/um/kernel/tlb.c 		switch (op->type) {
type              110 arch/um/kernel/tlb.c 			       op->type);
type              135 arch/um/kernel/tlb.c 		if ((last->type == MMAP) &&
type              150 arch/um/kernel/tlb.c 				  { .type	= MMAP,
type              171 arch/um/kernel/tlb.c 		if ((last->type == MUNMAP) &&
type              184 arch/um/kernel/tlb.c 				  { .type	= MUNMAP,
type              198 arch/um/kernel/tlb.c 		if ((last->type == MPROTECT) &&
type              212 arch/um/kernel/tlb.c 				  { .type	= MPROTECT,
type              374 arch/um/os-Linux/file.c 	int err, type = stream ? SOCK_STREAM : SOCK_DGRAM;
type              376 arch/um/os-Linux/file.c 	err = socketpair(AF_UNIX, type, 0, fds);
type              576 arch/um/os-Linux/file.c 	int type = excl ? F_WRLCK : F_RDLCK;
type              577 arch/um/os-Linux/file.c 	struct flock lock = ((struct flock) { .l_type	= type,
type               16 arch/unicore32/include/asm/linkage.h 	.type name, %function; \
type              267 arch/unicore32/include/asm/pgtable.h #define __swp_entry(type, offset) ((swp_entry_t) {			\
type              268 arch/unicore32/include/asm/pgtable.h 				((type) << __SWP_TYPE_SHIFT) |		\
type               40 arch/unicore32/kernel/irq.c static int puv3_gpio_type(struct irq_data *d, unsigned int type)
type               49 arch/unicore32/kernel/irq.c 	if (type == IRQ_TYPE_PROBE) {
type               52 arch/unicore32/kernel/irq.c 		type = IRQ_TYPE_EDGE_RISING | IRQ_TYPE_EDGE_FALLING;
type               55 arch/unicore32/kernel/irq.c 	if (type & IRQ_TYPE_EDGE_RISING)
type               59 arch/unicore32/kernel/irq.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type               63 arch/unicore32/kernel/puv3-nb0916.c 		.type	= EV_KEY,
type               71 arch/unicore32/kernel/puv3-nb0916.c 		.type	= EV_KEY,
type              360 arch/unicore32/mm/alignment.c 	unsigned int type;
type              432 arch/unicore32/mm/alignment.c 	type = handler(addr, instr, regs);
type              434 arch/unicore32/mm/alignment.c 	if (type == TYPE_ERROR || type == TYPE_FAULT)
type              437 arch/unicore32/mm/alignment.c 	if (type == TYPE_LDST)
type              443 arch/unicore32/mm/alignment.c 	if (type == TYPE_ERROR)
type               99 arch/unicore32/mm/ioremap.c 		    size_t size, const struct mem_type *type)
type              114 arch/unicore32/mm/ioremap.c 		set_pmd(pmd, __pmd(__pfn_to_phys(pfn) | type->prot_sect));
type              128 arch/unicore32/mm/ioremap.c 	const struct mem_type *type;
type              150 arch/unicore32/mm/ioremap.c 	type = get_mem_type(mtype);
type              151 arch/unicore32/mm/ioremap.c 	if (!type)
type              166 arch/unicore32/mm/ioremap.c 		err = remap_area_sections(addr, pfn, size, type);
type              169 arch/unicore32/mm/ioremap.c 					 __pgprot(type->prot_pte));
type               33 arch/unicore32/mm/mm.h const struct mem_type *get_mem_type(unsigned int type);
type               79 arch/unicore32/mm/mmu.c 	unsigned int type;
type              122 arch/unicore32/mm/mmu.c const struct mem_type *get_mem_type(unsigned int type)
type              124 arch/unicore32/mm/mmu.c 	return type < ARRAY_SIZE(mem_types) ? &mem_types[type] : NULL;
type              160 arch/unicore32/mm/mmu.c 				  const struct mem_type *type)
type              162 arch/unicore32/mm/mmu.c 	pte_t *pte = early_pte_alloc(pmd, addr, type->prot_l1);
type              164 arch/unicore32/mm/mmu.c 		set_pte(pte, pfn_pte(pfn, __pgprot(type->prot_pte)));
type              171 arch/unicore32/mm/mmu.c 				      const struct mem_type *type)
type              183 arch/unicore32/mm/mmu.c 			set_pmd(pmd, __pmd(phys | type->prot_sect));
type              193 arch/unicore32/mm/mmu.c 		alloc_init_pte(pmd, addr, end, __phys_to_pfn(phys), type);
type              206 arch/unicore32/mm/mmu.c 	const struct mem_type *type;
type              216 arch/unicore32/mm/mmu.c 	if ((md->type == MT_DEVICE || md->type == MT_ROM) &&
type              223 arch/unicore32/mm/mmu.c 	type = &mem_types[md->type];
type              229 arch/unicore32/mm/mmu.c 	if (type->prot_l1 == 0 && ((addr | phys | length) & ~SECTION_MASK)) {
type              241 arch/unicore32/mm/mmu.c 		alloc_init_section(pgd, addr, next, phys, type);
type              369 arch/unicore32/mm/mmu.c 	map.type = MT_HIGH_VECTORS;
type              379 arch/unicore32/mm/mmu.c 	map.type = MT_KUSER;
type              410 arch/unicore32/mm/mmu.c 		map.type = MT_MEMORY;
type              205 arch/x86/boot/boot.h #define GET_HEAP(type, n) \
type              206 arch/x86/boot/boot.h 	((type *)__get_heap(sizeof(type),__alignof__(type),(n)))
type               77 arch/x86/boot/compressed/acpi.c 		if (data->type == SETUP_EFI)
type              403 arch/x86/boot/compressed/acpi.c 		if (sub_table->type == ACPI_SRAT_TYPE_MEMORY_AFFINITY) {
type               82 arch/x86/boot/compressed/eboot.c 	rom->data.type	= SETUP_PCI;
type              231 arch/x86/boot/compressed/eboot.c 	new->type = SETUP_APPLE_PROPERTIES;
type              496 arch/x86/boot/compressed/eboot.c 	e820ext->type = SETUP_E820_EXT;
type              534 arch/x86/boot/compressed/eboot.c 		switch (d->type) {
type              573 arch/x86/boot/compressed/eboot.c 		if (prev && prev->type == e820_type &&
type              592 arch/x86/boot/compressed/eboot.c 		entry->type = e820_type;
type              845 arch/x86/boot/compressed/eboot.c 		desc->type	= SEG_TYPE_CODE | SEG_TYPE_EXEC_READ;
type              866 arch/x86/boot/compressed/eboot.c 	desc->type	= SEG_TYPE_CODE | SEG_TYPE_EXEC_READ;
type              888 arch/x86/boot/compressed/eboot.c 	desc->type	= SEG_TYPE_DATA | SEG_TYPE_READ_WRITE;
type              905 arch/x86/boot/compressed/eboot.c 		desc->type	= SEG_TYPE_TSS;
type              760 arch/x86/boot/compressed/kaslr.c 		if (md->type != EFI_CONVENTIONAL_MEMORY)
type              793 arch/x86/boot/compressed/kaslr.c 		if (entry->type != E820_TYPE_RAM)
type               84 arch/x86/boot/compressed/pgtable_64.c 		if (entry->type != E820_TYPE_RAM)
type               42 arch/x86/boot/printf.c 		    int type)
type               53 arch/x86/boot/printf.c 	locase = (type & SMALL);
type               54 arch/x86/boot/printf.c 	if (type & LEFT)
type               55 arch/x86/boot/printf.c 		type &= ~ZEROPAD;
type               58 arch/x86/boot/printf.c 	c = (type & ZEROPAD) ? '0' : ' ';
type               60 arch/x86/boot/printf.c 	if (type & SIGN) {
type               65 arch/x86/boot/printf.c 		} else if (type & PLUS) {
type               68 arch/x86/boot/printf.c 		} else if (type & SPACE) {
type               73 arch/x86/boot/printf.c 	if (type & SPECIAL) {
type               88 arch/x86/boot/printf.c 	if (!(type & (ZEROPAD + LEFT)))
type               93 arch/x86/boot/printf.c 	if (type & SPECIAL) {
type              101 arch/x86/boot/printf.c 	if (!(type & LEFT))
type              369 arch/x86/events/amd/core.c 	if (event->attr.type == PERF_TYPE_RAW)
type              193 arch/x86/events/amd/ibs.c static struct perf_ibs *get_ibs_pmu(int type)
type              195 arch/x86/events/amd/ibs.c 	if (perf_ibs_fetch.pmu.type == type)
type              197 arch/x86/events/amd/ibs.c 	if (perf_ibs_op.pmu.type == type)
type              231 arch/x86/events/amd/ibs.c 	switch (event->attr.type) {
type              263 arch/x86/events/amd/ibs.c 	perf_ibs = get_ibs_pmu(event->attr.type);
type              212 arch/x86/events/amd/iommu.c 	if (event->attr.type != event->pmu->type)
type              132 arch/x86/events/amd/power.c 	if (event->attr.type != pmu_class.type)
type               64 arch/x86/events/amd/uncore.c 	return event->pmu->type == amd_nb_pmu.type;
type               69 arch/x86/events/amd/uncore.c 	return event->pmu->type == amd_llc_pmu.type;
type              188 arch/x86/events/amd/uncore.c 	if (event->attr.type != event->pmu->type)
type              239 arch/x86/events/amd/uncore.c 	if (pmu->type == amd_nb_pmu.type)
type              241 arch/x86/events/amd/uncore.c 	else if (pmu->type == amd_llc_pmu.type)
type              424 arch/x86/events/core.c 	if (attr->type == PERF_TYPE_RAW)
type              427 arch/x86/events/core.c 	if (attr->type == PERF_TYPE_HW_CACHE)
type              559 arch/x86/events/core.c 	if (event->attr.type == PERF_TYPE_RAW)
type             2081 arch/x86/events/core.c 	switch (event->attr.type) {
type              546 arch/x86/events/intel/bts.c 	if (event->attr.type != bts_pmu.type)
type             3309 arch/x86/events/intel/core.c 	if (event->attr.type != PERF_TYPE_RAW)
type              309 arch/x86/events/intel/cstate.c 	if (event->attr.type != event->pmu->type)
type              561 arch/x86/events/intel/lbr.c 		cpuc->lbr_entries[i].type	= 0;
type              655 arch/x86/events/intel/lbr.c 		cpuc->lbr_entries[out].type	 = 0;
type             1019 arch/x86/events/intel/lbr.c common_branch_type(int type)
type             1023 arch/x86/events/intel/lbr.c 	type >>= 2; /* skip X86_BR_USER and X86_BR_KERNEL */
type             1025 arch/x86/events/intel/lbr.c 	if (type) {
type             1026 arch/x86/events/intel/lbr.c 		i = __ffs(type);
type             1046 arch/x86/events/intel/lbr.c 	int i, j, type;
type             1059 arch/x86/events/intel/lbr.c 		type = branch_type(from, to, cpuc->lbr_entries[i].abort);
type             1060 arch/x86/events/intel/lbr.c 		if (type != X86_BR_NONE && (br_sel & X86_BR_ANYTX)) {
type             1062 arch/x86/events/intel/lbr.c 				type |= X86_BR_IN_TX;
type             1064 arch/x86/events/intel/lbr.c 				type |= X86_BR_NO_TX;
type             1068 arch/x86/events/intel/lbr.c 		if (type == X86_BR_NONE || (br_sel & type) != type) {
type             1074 arch/x86/events/intel/lbr.c 			cpuc->lbr_entries[i].type = common_branch_type(type);
type              822 arch/x86/events/intel/p4.c 	if (event->attr.type == PERF_TYPE_RAW) {
type             1540 arch/x86/events/intel/pt.c 	if (event->attr.type != pt_pmu.pmu.type)
type              337 arch/x86/events/intel/rapl.c 	if (event->attr.type != rapl_pmus->pmu.type)
type              313 arch/x86/events/intel/uncore.c static struct intel_uncore_box *uncore_alloc_box(struct intel_uncore_type *type,
type              316 arch/x86/events/intel/uncore.c 	int i, size, numshared = type->num_shared_regs ;
type              359 arch/x86/events/intel/uncore.c 	max_count = box->pmu->type->num_counters;
type              360 arch/x86/events/intel/uncore.c 	if (box->pmu->type->fixed_ctl)
type              393 arch/x86/events/intel/uncore.c 	struct intel_uncore_type *type = box->pmu->type;
type              396 arch/x86/events/intel/uncore.c 	if (type->ops->get_constraint) {
type              397 arch/x86/events/intel/uncore.c 		c = type->ops->get_constraint(box, event);
type              405 arch/x86/events/intel/uncore.c 	if (type->constraints) {
type              406 arch/x86/events/intel/uncore.c 		for_each_event_constraint(c, type->constraints) {
type              412 arch/x86/events/intel/uncore.c 	return &type->unconstrainted;
type              418 arch/x86/events/intel/uncore.c 	if (box->pmu->type->ops->put_constraint)
type              419 arch/x86/events/intel/uncore.c 		box->pmu->type->ops->put_constraint(box, event);
type              668 arch/x86/events/intel/uncore.c 	fake_box = uncore_alloc_box(pmu->type, NUMA_NO_NODE);
type              703 arch/x86/events/intel/uncore.c 	if (event->attr.type != event->pmu->type)
type              736 arch/x86/events/intel/uncore.c 		if (!pmu->type->fixed_ctl)
type              742 arch/x86/events/intel/uncore.c 		if (pmu->type->single_fixed && pmu->pmu_idx > 0)
type              761 arch/x86/events/intel/uncore.c 			      (pmu->type->event_mask | ((u64)pmu->type->event_mask_ext << 32));
type              762 arch/x86/events/intel/uncore.c 		if (pmu->type->ops->hw_config) {
type              763 arch/x86/events/intel/uncore.c 			ret = pmu->type->ops->hw_config(box, event);
type              790 arch/x86/events/intel/uncore.c 	if (uncore_pmu->type->ops->enable_box)
type              791 arch/x86/events/intel/uncore.c 		uncore_pmu->type->ops->enable_box(box);
type              807 arch/x86/events/intel/uncore.c 	if (uncore_pmu->type->ops->disable_box)
type              808 arch/x86/events/intel/uncore.c 		uncore_pmu->type->ops->disable_box(box);
type              832 arch/x86/events/intel/uncore.c 	if (!pmu->type->pmu) {
type              834 arch/x86/events/intel/uncore.c 			.attr_groups	= pmu->type->attr_groups,
type              848 arch/x86/events/intel/uncore.c 		pmu->pmu = *pmu->type->pmu;
type              849 arch/x86/events/intel/uncore.c 		pmu->pmu.attr_groups = pmu->type->attr_groups;
type              852 arch/x86/events/intel/uncore.c 	if (pmu->type->num_boxes == 1) {
type              853 arch/x86/events/intel/uncore.c 		if (strlen(pmu->type->name) > 0)
type              854 arch/x86/events/intel/uncore.c 			sprintf(pmu->name, "uncore_%s", pmu->type->name);
type              858 arch/x86/events/intel/uncore.c 		sprintf(pmu->name, "uncore_%s_%d", pmu->type->name,
type              885 arch/x86/events/intel/uncore.c static void uncore_type_exit(struct intel_uncore_type *type)
type              887 arch/x86/events/intel/uncore.c 	struct intel_uncore_pmu *pmu = type->pmus;
type              891 arch/x86/events/intel/uncore.c 		for (i = 0; i < type->num_boxes; i++, pmu++) {
type              895 arch/x86/events/intel/uncore.c 		kfree(type->pmus);
type              896 arch/x86/events/intel/uncore.c 		type->pmus = NULL;
type              898 arch/x86/events/intel/uncore.c 	kfree(type->events_group);
type              899 arch/x86/events/intel/uncore.c 	type->events_group = NULL;
type              908 arch/x86/events/intel/uncore.c static int __init uncore_type_init(struct intel_uncore_type *type, bool setid)
type              914 arch/x86/events/intel/uncore.c 	pmus = kcalloc(type->num_boxes, sizeof(*pmus), GFP_KERNEL);
type              920 arch/x86/events/intel/uncore.c 	for (i = 0; i < type->num_boxes; i++) {
type              923 arch/x86/events/intel/uncore.c 		pmus[i].type	= type;
type              929 arch/x86/events/intel/uncore.c 	type->pmus = pmus;
type              930 arch/x86/events/intel/uncore.c 	type->unconstrainted = (struct event_constraint)
type              931 arch/x86/events/intel/uncore.c 		__EVENT_CONSTRAINT(0, (1ULL << type->num_counters) - 1,
type              932 arch/x86/events/intel/uncore.c 				0, type->num_counters, 0, 0);
type              934 arch/x86/events/intel/uncore.c 	if (type->event_descs) {
type              939 arch/x86/events/intel/uncore.c 		for (i = 0; type->event_descs[i].attr.attr.name; i++);
type              950 arch/x86/events/intel/uncore.c 			attr_group->attrs[j] = &type->event_descs[j].attr.attr;
type              952 arch/x86/events/intel/uncore.c 		type->events_group = &attr_group->group;
type              955 arch/x86/events/intel/uncore.c 	type->pmu_group = &uncore_pmu_attr_group;
type              960 arch/x86/events/intel/uncore.c 	for (i = 0; i < type->num_boxes; i++)
type              985 arch/x86/events/intel/uncore.c 	struct intel_uncore_type *type;
type             1007 arch/x86/events/intel/uncore.c 	type = uncore_pci_uncores[UNCORE_PCI_DEV_TYPE(id->driver_data)];
type             1025 arch/x86/events/intel/uncore.c 					pmu = &type->pmus[UNCORE_PCI_DEV_IDX(ids->driver_data)];
type             1038 arch/x86/events/intel/uncore.c 		pmu = &type->pmus[UNCORE_PCI_DEV_IDX(id->driver_data)];
type             1044 arch/x86/events/intel/uncore.c 	box = uncore_alloc_box(type, NUMA_NO_NODE);
type             1157 arch/x86/events/intel/uncore.c static void uncore_change_type_ctx(struct intel_uncore_type *type, int old_cpu,
type             1160 arch/x86/events/intel/uncore.c 	struct intel_uncore_pmu *pmu = type->pmus;
type             1165 arch/x86/events/intel/uncore.c 	for (i = 0; i < type->num_boxes; i++, pmu++) {
type             1196 arch/x86/events/intel/uncore.c 	struct intel_uncore_type *type;
type             1202 arch/x86/events/intel/uncore.c 		type = *types;
type             1203 arch/x86/events/intel/uncore.c 		pmu = type->pmus;
type             1204 arch/x86/events/intel/uncore.c 		for (i = 0; i < type->num_boxes; i++, pmu++) {
type             1244 arch/x86/events/intel/uncore.c 	struct intel_uncore_type *type;
type             1251 arch/x86/events/intel/uncore.c 		type = *types;
type             1252 arch/x86/events/intel/uncore.c 		pmu = type->pmus;
type             1253 arch/x86/events/intel/uncore.c 		for (i = 0; i < type->num_boxes; i++, pmu++) {
type             1256 arch/x86/events/intel/uncore.c 			box = uncore_alloc_box(type, cpu_to_node(cpu));
type             1282 arch/x86/events/intel/uncore.c 	struct intel_uncore_type *type;
type             1292 arch/x86/events/intel/uncore.c 		type = *types;
type             1293 arch/x86/events/intel/uncore.c 		pmu = type->pmus;
type             1294 arch/x86/events/intel/uncore.c 		for (i = 0; i < type->num_boxes; i++, pmu++) {
type             1331 arch/x86/events/intel/uncore.c static int __init type_pmu_register(struct intel_uncore_type *type)
type             1335 arch/x86/events/intel/uncore.c 	for (i = 0; i < type->num_boxes; i++) {
type             1336 arch/x86/events/intel/uncore.c 		ret = uncore_pmu_register(&type->pmus[i]);
type               24 arch/x86/events/intel/uncore.h #define UNCORE_PCI_DEV_FULL_DATA(dev, func, type, idx)	\
type               25 arch/x86/events/intel/uncore.h 		((dev << 24) | (func << 16) | (type << 8) | idx)
type               26 arch/x86/events/intel/uncore.h #define UNCORE_PCI_DEV_DATA(type, idx)	((type << 8) | idx)
type              103 arch/x86/events/intel/uncore.h 	struct intel_uncore_type	*type;
type              201 arch/x86/events/intel/uncore.h 	return box->pmu->type->box_ctl +
type              202 arch/x86/events/intel/uncore.h 	       box->pmu->type->mmio_offset * box->pmu->pmu_idx;
type              207 arch/x86/events/intel/uncore.h 	return box->pmu->type->box_ctl;
type              212 arch/x86/events/intel/uncore.h 	return box->pmu->type->fixed_ctl;
type              217 arch/x86/events/intel/uncore.h 	return box->pmu->type->fixed_ctr;
type              224 arch/x86/events/intel/uncore.h 		return idx * 8 + box->pmu->type->event_ctl;
type              226 arch/x86/events/intel/uncore.h 	return idx * 4 + box->pmu->type->event_ctl;
type              232 arch/x86/events/intel/uncore.h 	return idx * 8 + box->pmu->type->perf_ctr;
type              238 arch/x86/events/intel/uncore.h 	return pmu->type->msr_offsets ?
type              239 arch/x86/events/intel/uncore.h 		pmu->type->msr_offsets[pmu->pmu_idx] :
type              240 arch/x86/events/intel/uncore.h 		pmu->type->msr_offset * pmu->pmu_idx;
type              245 arch/x86/events/intel/uncore.h 	if (!box->pmu->type->box_ctl)
type              247 arch/x86/events/intel/uncore.h 	return box->pmu->type->box_ctl + uncore_msr_box_offset(box);
type              252 arch/x86/events/intel/uncore.h 	if (!box->pmu->type->fixed_ctl)
type              254 arch/x86/events/intel/uncore.h 	return box->pmu->type->fixed_ctl + uncore_msr_box_offset(box);
type              259 arch/x86/events/intel/uncore.h 	return box->pmu->type->fixed_ctr + uncore_msr_box_offset(box);
type              307 arch/x86/events/intel/uncore.h 	unsigned int type = uncore_freerunning_type(event->hw.config);
type              311 arch/x86/events/intel/uncore.h 	return pmu->type->freerunning[type].counter_base +
type              312 arch/x86/events/intel/uncore.h 	       pmu->type->freerunning[type].counter_offset * idx +
type              313 arch/x86/events/intel/uncore.h 	       pmu->type->freerunning[type].box_offset * pmu->pmu_idx;
type              321 arch/x86/events/intel/uncore.h 		       (box->pmu->type->pair_ctr_ctl ? 2 * idx : idx);
type              323 arch/x86/events/intel/uncore.h 		return box->pmu->type->event_ctl +
type              324 arch/x86/events/intel/uncore.h 		       (box->pmu->type->pair_ctr_ctl ? 2 * idx : idx) +
type              334 arch/x86/events/intel/uncore.h 		       (box->pmu->type->pair_ctr_ctl ? 2 * idx : idx);
type              336 arch/x86/events/intel/uncore.h 		return box->pmu->type->perf_ctr +
type              337 arch/x86/events/intel/uncore.h 		       (box->pmu->type->pair_ctr_ctl ? 2 * idx : idx) +
type              380 arch/x86/events/intel/uncore.h 	return box->pmu->type->perf_ctr_bits;
type              385 arch/x86/events/intel/uncore.h 	return box->pmu->type->fixed_ctr_bits;
type              392 arch/x86/events/intel/uncore.h 	unsigned int type = uncore_freerunning_type(event->hw.config);
type              394 arch/x86/events/intel/uncore.h 	return box->pmu->type->freerunning[type].bits;
type              400 arch/x86/events/intel/uncore.h 	unsigned int type = uncore_freerunning_type(event->hw.config);
type              402 arch/x86/events/intel/uncore.h 	return box->pmu->type->freerunning[type].num_counters;
type              408 arch/x86/events/intel/uncore.h 	return box->pmu->type->num_freerunning_types;
type              414 arch/x86/events/intel/uncore.h 	unsigned int type = uncore_freerunning_type(event->hw.config);
type              417 arch/x86/events/intel/uncore.h 	return (type < uncore_num_freerunning_types(box, event)) &&
type              423 arch/x86/events/intel/uncore.h 	return box->pmu->type->num_counters;
type              447 arch/x86/events/intel/uncore.h 	box->pmu->type->ops->disable_event(box, event);
type              453 arch/x86/events/intel/uncore.h 	box->pmu->type->ops->enable_event(box, event);
type              459 arch/x86/events/intel/uncore.h 	return box->pmu->type->ops->read_counter(box, event);
type              465 arch/x86/events/intel/uncore.h 		if (box->pmu->type->ops->init_box)
type              466 arch/x86/events/intel/uncore.h 			box->pmu->type->ops->init_box(box);
type              473 arch/x86/events/intel/uncore.h 		if (box->pmu->type->ops->exit_box)
type              474 arch/x86/events/intel/uncore.h 			box->pmu->type->ops->exit_box(box);
type              251 arch/x86/events/intel/uncore_nhmex.c 	else if (box->pmu->type->event_mask & NHMEX_PMON_CTL_EN_BIT0)
type              767 arch/x86/events/intel/uncore_nhmex.c 	struct intel_uncore_type *type = box->pmu->type;
type              784 arch/x86/events/intel/uncore_nhmex.c 		msr = er->msr + type->msr_offset * box->pmu->pmu_idx;
type              456 arch/x86/events/intel/uncore_snb.c 	if (event->attr.type != event->pmu->type)
type             4072 arch/x86/events/intel/uncore_snbep.c 		    box->pmu->type->msr_offset * box->pmu->pmu_idx;
type              193 arch/x86/events/msr.c 	if (event->attr.type != event->pmu->type)
type               22 arch/x86/include/asm/bootparam_utils.h #define sizeof_mbr(type, member) ({ sizeof(((type *)0)->member); })
type               22 arch/x86/include/asm/desc.h 	desc->type		= (info->read_exec_only ^ 1) << 1;
type               23 arch/x86/include/asm/desc.h 	desc->type	       |= info->contents << 2;
type               25 arch/x86/include/asm/desc.h 	desc->type	       |= 1;
type               84 arch/x86/include/asm/desc.h static inline void pack_gate(gate_desc *gate, unsigned type, unsigned long func,
type               91 arch/x86/include/asm/desc.h 	gate->bits.type		= type;
type              127 arch/x86/include/asm/desc.h #define write_gdt_entry(dt, entry, desc, type)	native_write_gdt_entry(dt, entry, desc, type)
type              152 arch/x86/include/asm/desc.h native_write_gdt_entry(struct desc_struct *gdt, int entry, const void *desc, int type)
type              156 arch/x86/include/asm/desc.h 	switch (type) {
type              166 arch/x86/include/asm/desc.h 					 unsigned type, unsigned size)
type              175 arch/x86/include/asm/desc.h 	desc->type		= type;
type              298 arch/x86/include/asm/desc.h 	tss.type = DESC_TSS;
type               19 arch/x86/include/asm/desc_defs.h 	u16	base1: 8, type: 4, s: 1, dpl: 2, p: 1;
type               30 arch/x86/include/asm/desc_defs.h 		.type		= (flags & 0x0f),		\
type               58 arch/x86/include/asm/desc_defs.h 	u16	base1 : 8, type : 5, dpl : 2, p : 1;
type               72 arch/x86/include/asm/desc_defs.h 			type	: 5,
type               13 arch/x86/include/asm/e820/api.h extern bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type);
type               14 arch/x86/include/asm/e820/api.h extern bool e820__mapped_any(u64 start, u64 end, enum e820_type type);
type               15 arch/x86/include/asm/e820/api.h extern bool e820__mapped_all(u64 start, u64 end, enum e820_type type);
type               17 arch/x86/include/asm/e820/api.h extern void e820__range_add   (u64 start, u64 size, enum e820_type type);
type               50 arch/x86/include/asm/e820/types.h 	enum e820_type		type;
type               62 arch/x86/include/asm/efi.h #define efi_ioremap(addr, size, type, attr)	ioremap_cache(addr, size)
type              105 arch/x86/include/asm/efi.h 					u32 type, u64 attribute);
type               18 arch/x86/include/asm/hw_breakpoint.h 	u8		type;
type               47 arch/x86/include/asm/hw_breakpoint.h static inline int hw_breakpoint_slots(int type)
type               72 arch/x86/include/asm/hw_breakpoint.h unsigned long encode_dr7(int drnum, unsigned int len, unsigned int type);
type               73 arch/x86/include/asm/hw_breakpoint.h int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type);
type               68 arch/x86/include/asm/hw_irq.h 	enum irq_alloc_type	type;
type               49 arch/x86/include/asm/hypervisor.h 	enum x86_hypervisor_type type;
type               72 arch/x86/include/asm/hypervisor.h static inline bool hypervisor_is_type(enum x86_hypervisor_type type)
type               74 arch/x86/include/asm/hypervisor.h 	return x86_hyper_type == type;
type               78 arch/x86/include/asm/hypervisor.h static inline bool hypervisor_is_type(enum x86_hypervisor_type type)
type               80 arch/x86/include/asm/hypervisor.h 	return type == X86_HYPER_NATIVE;
type              178 arch/x86/include/asm/inst.h 	.macro REG_TYPE type reg
type               38 arch/x86/include/asm/intel-mid.h 	u8 type;
type                6 arch/x86/include/asm/invpcid.h 			     unsigned long type)
type               20 arch/x86/include/asm/invpcid.h 		      : : "m" (desc), "a" (type), "c" (&desc) : "memory");
type               47 arch/x86/include/asm/io.h #define build_mmio_read(name, size, type, reg, barrier) \
type               48 arch/x86/include/asm/io.h static inline type name(const volatile void __iomem *addr) \
type               49 arch/x86/include/asm/io.h { type ret; asm volatile("mov" size " %1,%0":reg (ret) \
type               50 arch/x86/include/asm/io.h :"m" (*(volatile type __force *)addr) barrier); return ret; }
type               52 arch/x86/include/asm/io.h #define build_mmio_write(name, size, type, reg, barrier) \
type               53 arch/x86/include/asm/io.h static inline void name(type val, volatile void __iomem *addr) \
type               55 arch/x86/include/asm/io.h "m" (*(volatile type __force *)addr) barrier); }
type              279 arch/x86/include/asm/io.h #define BUILDIO(bwl, bw, type)						\
type              280 arch/x86/include/asm/io.h static inline void out##bwl(unsigned type value, int port)		\
type              286 arch/x86/include/asm/io.h static inline unsigned type in##bwl(int port)				\
type              288 arch/x86/include/asm/io.h 	unsigned type value;						\
type              294 arch/x86/include/asm/io.h static inline void out##bwl##_p(unsigned type value, int port)		\
type              300 arch/x86/include/asm/io.h static inline unsigned type in##bwl##_p(int port)			\
type              302 arch/x86/include/asm/io.h 	unsigned type value = in##bwl(port);				\
type              310 arch/x86/include/asm/io.h 		unsigned type *value = (unsigned type *)addr;		\
type              326 arch/x86/include/asm/io.h 		unsigned type *value = (unsigned type *)addr;		\
type               35 arch/x86/include/asm/irqdomain.h 	enum ioapic_domain_type		type;
type              239 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              451 arch/x86/include/asm/kvm_host.h 	enum pmc_type type;
type             1640 arch/x86/include/asm/kvm_host.h #define put_smstate(type, buf, offset, val)                      \
type             1641 arch/x86/include/asm/kvm_host.h 	*(type *)((buf) + (offset) - 0x7e00) = val
type             1643 arch/x86/include/asm/kvm_host.h #define GET_SMSTATE(type, buf, offset)		\
type             1644 arch/x86/include/asm/kvm_host.h 	(*(type *)((buf) + (offset) - 0x7e00))
type               69 arch/x86/include/asm/mpspec_def.h 	unsigned char type;
type               79 arch/x86/include/asm/mpspec_def.h 	unsigned char type;
type              107 arch/x86/include/asm/mpspec_def.h 	unsigned char type;
type              115 arch/x86/include/asm/mpspec_def.h 	unsigned char type;
type              146 arch/x86/include/asm/mpspec_def.h 	unsigned char type;
type               39 arch/x86/include/asm/mtrr.h 		    unsigned int type, bool increment);
type               41 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              104 arch/x86/include/asm/mtrr.h     compat_uint_t type;     /*  Type of region   */
type              111 arch/x86/include/asm/mtrr.h     compat_uint_t type;     /*  Type of region   */
type               78 arch/x86/include/asm/orc_types.h 	unsigned	type:2;
type               92 arch/x86/include/asm/orc_types.h 	u8		type;
type              288 arch/x86/include/asm/paravirt.h 				   void *desc, int type)
type              290 arch/x86/include/asm/paravirt.h 	PVOP_VCALL4(cpu.write_gdt_entry, dt, entry, desc, type);
type               91 arch/x86/include/asm/paravirt_types.h 	unsigned (*patch)(u8 type, void *insn_buff,
type              351 arch/x86/include/asm/paravirt_types.h #define _paravirt_alt(insn_string, type, clobber)	\
type              356 arch/x86/include/asm/paravirt_types.h 	"  .byte " type "\n"				\
type              369 arch/x86/include/asm/paravirt_types.h unsigned paravirt_patch_default(u8 type, void *insn_buff, unsigned long addr, unsigned len);
type              372 arch/x86/include/asm/paravirt_types.h unsigned native_patch(u8 type, void *insn_buff, unsigned long addr, unsigned len);
type              671 arch/x86/include/asm/paravirt_types.h 	u8 type;		/* type of this instruction */
type              114 arch/x86/include/asm/pci.h int native_setup_msi_irqs(struct pci_dev *dev, int nvec, int type);
type              118 arch/x86/include/asm/pci_x86.h extern void pci_direct_init(int type);
type               92 arch/x86/include/asm/pgtable-2level.h #define __swp_entry(type, offset)	((swp_entry_t) { \
type               93 arch/x86/include/asm/pgtable-2level.h 					 ((type) << (_PAGE_BIT_PRESENT + 1)) \
type              260 arch/x86/include/asm/pgtable-3level.h #define __swp_entry(type, offset)	((swp_entry_t){(type) | (offset) << 5})
type              270 arch/x86/include/asm/pgtable-3level.h #define __swp_pteval_entry(type, offset) ((pteval_t) { \
type              272 arch/x86/include/asm/pgtable-3level.h 	| ((pteval_t)(type) << (64 - SWP_TYPE_BITS)) })
type              229 arch/x86/include/asm/pgtable_64.h #define __swp_entry(type, offset) ((swp_entry_t) { \
type              231 arch/x86/include/asm/pgtable_64.h 	| ((unsigned long)(type) << (64-SWP_TYPE_BITS)) })
type               23 arch/x86/include/asm/reboot.h void __noreturn machine_real_restart(unsigned int type);
type               38 arch/x86/include/asm/rio.h 	u8 type;		/* Type of device                         */
type              120 arch/x86/include/asm/setup.h #define RESERVE_BRK_ARRAY(type, name, entries)		\
type              121 arch/x86/include/asm/setup.h 	type *name;					\
type              122 arch/x86/include/asm/setup.h 	RESERVE_BRK(name, sizeof(type) * entries)
type               27 arch/x86/include/asm/stacktrace.h 	enum stack_type type;
type               39 arch/x86/include/asm/stacktrace.h const char *stack_type_name(enum stack_type type);
type               46 arch/x86/include/asm/stacktrace.h 	return (info->type != STACK_TYPE_UNKNOWN &&
type              741 arch/x86/include/asm/uaccess.h #define unsafe_copy_loop(dst, src, len, type, label)			\
type              742 arch/x86/include/asm/uaccess.h 	while (len >= sizeof(type)) {					\
type              743 arch/x86/include/asm/uaccess.h 		unsafe_put_user(*(type *)src,(type __user *)dst,label);	\
type              744 arch/x86/include/asm/uaccess.h 		dst += sizeof(type);					\
type              745 arch/x86/include/asm/uaccess.h 		src += sizeof(type);					\
type              746 arch/x86/include/asm/uaccess.h 		len -= sizeof(type);					\
type               46 arch/x86/include/asm/unwind.h 	return state->stack_info.type == STACK_TYPE_UNKNOWN;
type               29 arch/x86/include/asm/unwind_hints.h .macro UNWIND_HINT sp_reg=ORC_REG_SP sp_offset=0 type=ORC_TYPE_CALL end=0
type               70 arch/x86/include/asm/unwind_hints.h 		.set type, ORC_TYPE_REGS_IRET
type               72 arch/x86/include/asm/unwind_hints.h 		.set type, ORC_TYPE_REGS_IRET
type               75 arch/x86/include/asm/unwind_hints.h 		.set type, ORC_TYPE_REGS
type               78 arch/x86/include/asm/unwind_hints.h 	UNWIND_HINT sp_reg=sp_reg sp_offset=sp_offset type=type
type               91 arch/x86/include/asm/unwind_hints.h #define UNWIND_HINT(sp_reg, sp_offset, type, end)		\
type               98 arch/x86/include/asm/unwind_hints.h 	".byte " __stringify(type) "\n\t"			\
type               65 arch/x86/include/asm/uv/bios.h 	char	type;		/* Entry type: GAM_RANGE_TYPE_UNUSED, etc. */
type               97 arch/x86/include/asm/uv/bios.h 		u32 type:8;	/* type of entry */
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[CS_BASES]				\
type               40 arch/x86/include/asm/vvar.h #define DEFINE_VVAR(type, name)						\
type               41 arch/x86/include/asm/vvar.h 	type name[CS_BASES]						\
type              288 arch/x86/include/asm/x86_init.h 	int (*setup_msi_irqs)(struct pci_dev *dev, int nvec, int type);
type              145 arch/x86/include/asm/xen/hypercall.h #define _hypercall0(type, name)						\
type              153 arch/x86/include/asm/xen/hypercall.h 	(type)__res;							\
type              156 arch/x86/include/asm/xen/hypercall.h #define _hypercall1(type, name, a1)					\
type              164 arch/x86/include/asm/xen/hypercall.h 	(type)__res;							\
type              167 arch/x86/include/asm/xen/hypercall.h #define _hypercall2(type, name, a1, a2)					\
type              175 arch/x86/include/asm/xen/hypercall.h 	(type)__res;							\
type              178 arch/x86/include/asm/xen/hypercall.h #define _hypercall3(type, name, a1, a2, a3)				\
type              186 arch/x86/include/asm/xen/hypercall.h 	(type)__res;							\
type              189 arch/x86/include/asm/xen/hypercall.h #define _hypercall4(type, name, a1, a2, a3, a4)				\
type              197 arch/x86/include/asm/xen/hypercall.h 	(type)__res;							\
type              386 arch/x86/include/asm/xen/hypercall.h HYPERVISOR_vm_assist(unsigned int cmd, unsigned int type)
type              388 arch/x86/include/asm/xen/hypercall.h 	return _hypercall2(int, vm_assist, cmd, type);
type               39 arch/x86/include/asm/xen/interface.h #define __DEFINE_GUEST_HANDLE(name, type) \
type               40 arch/x86/include/asm/xen/interface.h     typedef struct { type *p; } __guest_handle_ ## name
type               42 arch/x86/include/asm/xen/interface.h #define __DEFINE_GUEST_HANDLE(name, type) \
type               43 arch/x86/include/asm/xen/interface.h     typedef type * __guest_handle_ ## name
type               47 arch/x86/include/uapi/asm/bootparam.h 	__u32 type;
type              129 arch/x86/include/uapi/asm/bootparam.h 	__u32 type;
type               62 arch/x86/include/uapi/asm/e820.h 	__u32 type;	/* type of memory segment */
type              135 arch/x86/include/uapi/asm/kvm.h 	__u8  type;
type               42 arch/x86/include/uapi/asm/mtrr.h     unsigned int type;     /*  Type of region   */
type               49 arch/x86/include/uapi/asm/mtrr.h     unsigned int type;     /*  Type of region   */
type               57 arch/x86/include/uapi/asm/mtrr.h 	__u32 type;		/*  Type of region   */
type               64 arch/x86/include/uapi/asm/mtrr.h 	__u32 type;		/*  Type of region   */
type              391 arch/x86/kernel/acpi/boot.c 	mp_irq.type = MP_INTSRC;
type              421 arch/x86/kernel/acpi/boot.c 	mp_irq.type = MP_INTSRC;
type              439 arch/x86/kernel/acpi/boot.c 		.type = IOAPIC_DOMAIN_DYNAMIC,
type              452 arch/x86/kernel/acpi/boot.c 		cfg.type = IOAPIC_DOMAIN_LEGACY;
type              790 arch/x86/kernel/acpi/boot.c 		.type = IOAPIC_DOMAIN_DYNAMIC,
type             1145 arch/x86/kernel/acpi/boot.c 		mp_irq.type = MP_INTSRC;
type              136 arch/x86/kernel/acpi/cstate.c 			cx->type);
type              605 arch/x86/kernel/alternative.c 		used = pv_ops.init.patch(p->type, insn_buff, (unsigned long)p->instr, p->len);
type              233 arch/x86/kernel/aperture_64.c 				u8 type;
type              253 arch/x86/kernel/aperture_64.c 				type = read_pci_config_byte(bus, slot, func,
type              255 arch/x86/kernel/aperture_64.c 				if (!(type & 0x80))
type              704 arch/x86/kernel/apic/io_apic.c static int find_irq_entry(int ioapic_idx, int pin, int type)
type              709 arch/x86/kernel/apic/io_apic.c 		if (mp_irqs[i].irqtype == type &&
type              721 arch/x86/kernel/apic/io_apic.c static int __init find_isa_irq_pin(int irq, int type)
type              729 arch/x86/kernel/apic/io_apic.c 		    (mp_irqs[i].irqtype == type) &&
type              737 arch/x86/kernel/apic/io_apic.c static int __init find_isa_irq_apic(int irq, int type)
type              745 arch/x86/kernel/apic/io_apic.c 		    (mp_irqs[i].irqtype == type) &&
type              875 arch/x86/kernel/apic/io_apic.c 	info->type = X86_IRQ_ALLOC_TYPE_IOAPIC;
type              893 arch/x86/kernel/apic/io_apic.c 	dst->type = X86_IRQ_ALLOC_TYPE_IOAPIC;
type              964 arch/x86/kernel/apic/io_apic.c 	int type = ioapics[ioapic].irqdomain_cfg.type;
type              966 arch/x86/kernel/apic/io_apic.c 	switch (type) {
type              982 arch/x86/kernel/apic/io_apic.c 		WARN(1, "ioapic: unknown irqdomain type %d\n", type);
type             2308 arch/x86/kernel/apic/io_apic.c 	if (cfg->type == IOAPIC_DOMAIN_INVALID)
type             2312 arch/x86/kernel/apic/io_apic.c 	info.type = X86_IRQ_ALLOC_TYPE_IOAPIC;
type             2341 arch/x86/kernel/apic/io_apic.c 	if (cfg->type == IOAPIC_DOMAIN_LEGACY ||
type             2342 arch/x86/kernel/apic/io_apic.c 	    cfg->type == IOAPIC_DOMAIN_STRICT)
type             2819 arch/x86/kernel/apic/io_apic.c 	ioapics[idx].mp_config.type = MP_IOAPIC;
type              184 arch/x86/kernel/apic/msi.c int native_setup_msi_irqs(struct pci_dev *dev, int nvec, int type)
type              190 arch/x86/kernel/apic/msi.c 	info.type = X86_IRQ_ALLOC_TYPE_MSI;
type              222 arch/x86/kernel/apic/msi.c 		arg->type = X86_IRQ_ALLOC_TYPE_MSIX;
type              224 arch/x86/kernel/apic/msi.c 		arg->type = X86_IRQ_ALLOC_TYPE_MSI;
type              382 arch/x86/kernel/apic/msi.c 	info.type = X86_IRQ_ALLOC_TYPE_DMAR;
type              475 arch/x86/kernel/apic/msi.c 	info.type = X86_IRQ_ALLOC_TYPE_HPET;
type              501 arch/x86/kernel/apic/msi.c 	info.type = X86_IRQ_ALLOC_TYPE_HPET;
type              438 arch/x86/kernel/apic/x2apic_uv_x.c 	for (; gre->type != UV_GAM_RANGE_TYPE_UNUSED; gre++) {
type              439 arch/x86/kernel/apic/x2apic_uv_x.c 		if (gre->type == UV_GAM_RANGE_TYPE_HOLE) {
type             1205 arch/x86/kernel/apic/x2apic_uv_x.c 	for (; gre->type != UV_GAM_RANGE_TYPE_UNUSED; gre++) {
type             1218 arch/x86/kernel/apic/x2apic_uv_x.c 		if (gre->type == 1 || gre->type == 2)
type             1231 arch/x86/kernel/apic/x2apic_uv_x.c 			gre->type, gre->nasid, gre->sockid, gre->pnode);
type             1272 arch/x86/kernel/apic/x2apic_uv_x.c 	for (i = 0; st->entry[i].type != UV_SYSTAB_TYPE_UNUSED; i++) {
type             1280 arch/x86/kernel/apic/x2apic_uv_x.c 		switch (st->entry[i].type) {
type             1355 arch/x86/kernel/apic/x2apic_uv_x.c 	for (; gre->type != UV_GAM_RANGE_TYPE_UNUSED; gre++) {
type             1356 arch/x86/kernel/apic/x2apic_uv_x.c 		if (gre->type == UV_GAM_RANGE_TYPE_HOLE)
type             1368 arch/x86/kernel/apic/x2apic_uv_x.c 			gre->sockid, gre->type, gre->nasid,
type               66 arch/x86/kernel/cpu/acrn.c 	.type			= X86_HYPER_ACRN,
type              130 arch/x86/kernel/cpu/cacheinfo.c 		enum _cache_type	type:5;
type              286 arch/x86/kernel/cpu/cacheinfo.c 	eax->split.type = types[leaf];
type              615 arch/x86/kernel/cpu/cacheinfo.c 	if (eax.split.type == CTYPE_NULL)
type              645 arch/x86/kernel/cpu/cacheinfo.c 	} while (cache_eax.split.type != CTYPE_NULL);
type              755 arch/x86/kernel/cpu/cacheinfo.c 				if (this_leaf.eax.split.type == CTYPE_DATA)
type              757 arch/x86/kernel/cpu/cacheinfo.c 				else if (this_leaf.eax.split.type == CTYPE_INST)
type              976 arch/x86/kernel/cpu/cacheinfo.c 	this_leaf->type = cache_type_map[base->eax.split.type];
type             1836 arch/x86/kernel/cpu/common.c 	d.type = 5;		/* RO data, expand down, accessed */
type              107 arch/x86/kernel/cpu/hypervisor.c 	x86_hyper_type = h->type;
type              371 arch/x86/kernel/cpu/mshyperv.c 	.type			= X86_HYPER_MS_HYPERV,
type               11 arch/x86/kernel/cpu/mtrr/amd.c 	     unsigned long *size, mtrr_type *type)
type               21 arch/x86/kernel/cpu/mtrr/amd.c 	*type = 0;
type               23 arch/x86/kernel/cpu/mtrr/amd.c 		*type = MTRR_TYPE_UNCACHABLE;
type               25 arch/x86/kernel/cpu/mtrr/amd.c 		*type = MTRR_TYPE_WRCOMB;
type               60 arch/x86/kernel/cpu/mtrr/amd.c amd_set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type)
type               84 arch/x86/kernel/cpu/mtrr/amd.c 		    | (base << PAGE_SHIFT) | (type + 1);
type               96 arch/x86/kernel/cpu/mtrr/amd.c amd_validate_add_page(unsigned long base, unsigned long size, unsigned int type)
type              106 arch/x86/kernel/cpu/mtrr/amd.c 	if (type > MTRR_TYPE_WRCOMB || size < (1 << (17 - PAGE_SHIFT))
type               59 arch/x86/kernel/cpu/mtrr/centaur.c 		unsigned long *size, mtrr_type * type)
type               63 arch/x86/kernel/cpu/mtrr/centaur.c 	*type = MTRR_TYPE_WRCOMB;		/* write-combining  */
type               66 arch/x86/kernel/cpu/mtrr/centaur.c 		*type = MTRR_TYPE_UNCACHABLE;
type               68 arch/x86/kernel/cpu/mtrr/centaur.c 		*type = MTRR_TYPE_WRBACK;
type               70 arch/x86/kernel/cpu/mtrr/centaur.c 		*type = MTRR_TYPE_WRBACK;
type               75 arch/x86/kernel/cpu/mtrr/centaur.c 		unsigned long size, mtrr_type type)
type               88 arch/x86/kernel/cpu/mtrr/centaur.c 			if (type == MTRR_TYPE_UNCACHABLE)
type              100 arch/x86/kernel/cpu/mtrr/centaur.c centaur_validate_add_page(unsigned long base, unsigned long size, unsigned int type)
type              105 arch/x86/kernel/cpu/mtrr/centaur.c 	if (type != MTRR_TYPE_WRCOMB &&
type              106 arch/x86/kernel/cpu/mtrr/centaur.c 	    (centaur_mcr_type == 0 || type != MTRR_TYPE_UNCACHABLE)) {
type               39 arch/x86/kernel/cpu/mtrr/cleanup.c 	mtrr_type	type;
type               70 arch/x86/kernel/cpu/mtrr/cleanup.c 	mtrr_type type;
type               74 arch/x86/kernel/cpu/mtrr/cleanup.c 		type = range_state[i].type;
type               75 arch/x86/kernel/cpu/mtrr/cleanup.c 		if (type != MTRR_TYPE_WRBACK)
type               91 arch/x86/kernel/cpu/mtrr/cleanup.c 		type = range_state[i].type;
type               92 arch/x86/kernel/cpu/mtrr/cleanup.c 		if (type != MTRR_TYPE_UNCACHABLE &&
type               93 arch/x86/kernel/cpu/mtrr/cleanup.c 		    type != MTRR_TYPE_WRPROT)
type              176 arch/x86/kernel/cpu/mtrr/cleanup.c 	     unsigned char type, unsigned int address_bits)
type              191 arch/x86/kernel/cpu/mtrr/cleanup.c 	base |= type;
type              205 arch/x86/kernel/cpu/mtrr/cleanup.c 	      unsigned char type)
type              209 arch/x86/kernel/cpu/mtrr/cleanup.c 	range_state[reg].type = type;
type              215 arch/x86/kernel/cpu/mtrr/cleanup.c 	unsigned char type;
type              221 arch/x86/kernel/cpu/mtrr/cleanup.c 		type = range_state[reg].type;
type              223 arch/x86/kernel/cpu/mtrr/cleanup.c 		set_var_mtrr(reg, basek, sizek, type, address_bits);
type              250 arch/x86/kernel/cpu/mtrr/cleanup.c 	      unsigned long range_sizek, unsigned char type)
type              281 arch/x86/kernel/cpu/mtrr/cleanup.c 				(type == MTRR_TYPE_UNCACHABLE) ? "UC" :
type              282 arch/x86/kernel/cpu/mtrr/cleanup.c 				   ((type == MTRR_TYPE_WRBACK) ? "WB" : "Other")
type              285 arch/x86/kernel/cpu/mtrr/cleanup.c 		save_var_mtrr(reg++, range_startk, sizek, type);
type              531 arch/x86/kernel/cpu/mtrr/cleanup.c 	mtrr_type type;
type              543 arch/x86/kernel/cpu/mtrr/cleanup.c 		type = range_state[i].type;
type              548 arch/x86/kernel/cpu/mtrr/cleanup.c 			(type == MTRR_TYPE_UNCACHABLE) ? "UC" :
type              549 arch/x86/kernel/cpu/mtrr/cleanup.c 			    ((type == MTRR_TYPE_WRPROT) ? "WP" :
type              550 arch/x86/kernel/cpu/mtrr/cleanup.c 			     ((type == MTRR_TYPE_WRBACK) ? "WB" : "Other"))
type              558 arch/x86/kernel/cpu/mtrr/cleanup.c 	mtrr_type type;
type              566 arch/x86/kernel/cpu/mtrr/cleanup.c 		type = range_state[i].type;
type              568 arch/x86/kernel/cpu/mtrr/cleanup.c 		if (type >= MTRR_NUM_TYPES)
type              571 arch/x86/kernel/cpu/mtrr/cleanup.c 			type = MTRR_NUM_TYPES;
type              572 arch/x86/kernel/cpu/mtrr/cleanup.c 		num[type]++;
type              688 arch/x86/kernel/cpu/mtrr/cleanup.c 	mtrr_type type;
type              703 arch/x86/kernel/cpu/mtrr/cleanup.c 		mtrr_if->get(i, &base, &size, &type);
type              706 arch/x86/kernel/cpu/mtrr/cleanup.c 		range_state[i].type = type;
type              880 arch/x86/kernel/cpu/mtrr/cleanup.c 	mtrr_type type;
type              900 arch/x86/kernel/cpu/mtrr/cleanup.c 		mtrr_if->get(i, &base, &size, &type);
type              903 arch/x86/kernel/cpu/mtrr/cleanup.c 		range_state[i].type = type;
type              908 arch/x86/kernel/cpu/mtrr/cleanup.c 		type = range_state[i].type;
type              909 arch/x86/kernel/cpu/mtrr/cleanup.c 		if (type != MTRR_TYPE_WRBACK)
type              926 arch/x86/kernel/cpu/mtrr/cleanup.c 		type = range_state[i].type;
type              927 arch/x86/kernel/cpu/mtrr/cleanup.c 		if (type >= MTRR_NUM_TYPES)
type              931 arch/x86/kernel/cpu/mtrr/cleanup.c 			type = MTRR_NUM_TYPES;
type              932 arch/x86/kernel/cpu/mtrr/cleanup.c 		num[type]++;
type               15 arch/x86/kernel/cpu/mtrr/cyrix.c 	      unsigned long *size, mtrr_type * type)
type               50 arch/x86/kernel/cpu/mtrr/cyrix.c 			*type = MTRR_TYPE_UNCACHABLE;
type               53 arch/x86/kernel/cpu/mtrr/cyrix.c 			*type = MTRR_TYPE_WRBACK;
type               56 arch/x86/kernel/cpu/mtrr/cyrix.c 			*type = MTRR_TYPE_WRCOMB;
type               60 arch/x86/kernel/cpu/mtrr/cyrix.c 			*type = MTRR_TYPE_WRTHROUGH;
type               66 arch/x86/kernel/cpu/mtrr/cyrix.c 			*type = MTRR_TYPE_UNCACHABLE;
type               69 arch/x86/kernel/cpu/mtrr/cyrix.c 			*type = MTRR_TYPE_WRCOMB;
type               72 arch/x86/kernel/cpu/mtrr/cyrix.c 			*type = MTRR_TYPE_WRBACK;
type               76 arch/x86/kernel/cpu/mtrr/cyrix.c 			*type = MTRR_TYPE_WRTHROUGH;
type              180 arch/x86/kernel/cpu/mtrr/cyrix.c 			  unsigned long size, mtrr_type type)
type              195 arch/x86/kernel/cpu/mtrr/cyrix.c 		switch (type) {
type              210 arch/x86/kernel/cpu/mtrr/cyrix.c 		switch (type) {
type              240 arch/x86/kernel/cpu/mtrr/cyrix.c 	mtrr_type	type;
type              264 arch/x86/kernel/cpu/mtrr/cyrix.c 			      arr_state[i].size, arr_state[i].type);
type              260 arch/x86/kernel/cpu/mtrr/generic.c 	u8 type, prev_type, is_uniform = 1, dummy;
type              278 arch/x86/kernel/cpu/mtrr/generic.c 		type = mtrr_type_lookup_fixed(start, end);
type              286 arch/x86/kernel/cpu/mtrr/generic.c 	type = mtrr_type_lookup_variable(start, end, &partial_end,
type              296 arch/x86/kernel/cpu/mtrr/generic.c 		prev_type = type;
type              299 arch/x86/kernel/cpu/mtrr/generic.c 		type = mtrr_type_lookup_variable(start, end, &partial_end,
type              302 arch/x86/kernel/cpu/mtrr/generic.c 		if (check_type_overlap(&prev_type, &type))
type              307 arch/x86/kernel/cpu/mtrr/generic.c 		type = MTRR_TYPE_WRBACK;
type              311 arch/x86/kernel/cpu/mtrr/generic.c 	return type;
type              373 arch/x86/kernel/cpu/mtrr/generic.c 				     mtrr_type type)
type              377 arch/x86/kernel/cpu/mtrr/generic.c 	last_fixed_type = type;
type              580 arch/x86/kernel/cpu/mtrr/generic.c 			     unsigned long *size, mtrr_type *type)
type              598 arch/x86/kernel/cpu/mtrr/generic.c 		*type = 0;
type              626 arch/x86/kernel/cpu/mtrr/generic.c 	*type = base_lo & 0xff;
type              832 arch/x86/kernel/cpu/mtrr/generic.c 			     unsigned long size, mtrr_type type)
type              850 arch/x86/kernel/cpu/mtrr/generic.c 		vr->base_lo = base << PAGE_SHIFT | type;
type              864 arch/x86/kernel/cpu/mtrr/generic.c 			      unsigned int type)
type              880 arch/x86/kernel/cpu/mtrr/generic.c 		    (type == MTRR_TYPE_WRCOMB
type              881 arch/x86/kernel/cpu/mtrr/generic.c 		     || type == MTRR_TYPE_WRBACK)) {
type               39 arch/x86/kernel/cpu/mtrr/if.c 	      unsigned int type, bool increment, struct file *file, int page)
type               57 arch/x86/kernel/cpu/mtrr/if.c 	reg = mtrr_add_page(base, size, type, true);
type              161 arch/x86/kernel/cpu/mtrr/if.c 	mtrr_type type;
type              201 arch/x86/kernel/cpu/mtrr/if.c 		err |= get_user(sentry.type, &s32->type);
type              214 arch/x86/kernel/cpu/mtrr/if.c 		err |= get_user(gentry.type, &g32->type);
type              232 arch/x86/kernel/cpu/mtrr/if.c 		    mtrr_file_add(sentry.base, sentry.size, sentry.type, true,
type              241 arch/x86/kernel/cpu/mtrr/if.c 		err = mtrr_add(sentry.base, sentry.size, sentry.type, false);
type              265 arch/x86/kernel/cpu/mtrr/if.c 		mtrr_if->get(gentry.regnum, &base, &size, &type);
type              270 arch/x86/kernel/cpu/mtrr/if.c 			gentry.base = gentry.size = gentry.type = 0;
type              274 arch/x86/kernel/cpu/mtrr/if.c 			gentry.type = type;
type              285 arch/x86/kernel/cpu/mtrr/if.c 		    mtrr_file_add(sentry.base, sentry.size, sentry.type, true,
type              295 arch/x86/kernel/cpu/mtrr/if.c 		    mtrr_add_page(sentry.base, sentry.size, sentry.type, false);
type              319 arch/x86/kernel/cpu/mtrr/if.c 		mtrr_if->get(gentry.regnum, &base, &size, &type);
type              322 arch/x86/kernel/cpu/mtrr/if.c 			gentry.base = gentry.size = gentry.type = 0;
type              326 arch/x86/kernel/cpu/mtrr/if.c 			gentry.type = type;
type              349 arch/x86/kernel/cpu/mtrr/if.c 		err |= put_user(gentry.type, &g32->type);
type              402 arch/x86/kernel/cpu/mtrr/if.c 	mtrr_type type;
type              407 arch/x86/kernel/cpu/mtrr/if.c 		mtrr_if->get(i, &base, &size, &type);
type              424 arch/x86/kernel/cpu/mtrr/if.c 			   mtrr_usage_table[i], mtrr_attrib_to_str(type));
type               81 arch/x86/kernel/cpu/mtrr/mtrr.c 		     unsigned long size, mtrr_type type);
type              230 arch/x86/kernel/cpu/mtrr/mtrr.c set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type)
type              235 arch/x86/kernel/cpu/mtrr/mtrr.c 				      .smp_type = type
type              242 arch/x86/kernel/cpu/mtrr/mtrr.c 				unsigned long size, mtrr_type type)
type              247 arch/x86/kernel/cpu/mtrr/mtrr.c 				      .smp_type = type
type              254 arch/x86/kernel/cpu/mtrr/mtrr.c 				      unsigned long size, mtrr_type type)
type              259 arch/x86/kernel/cpu/mtrr/mtrr.c 				      .smp_type = type
type              302 arch/x86/kernel/cpu/mtrr/mtrr.c 		  unsigned int type, bool increment)
type              311 arch/x86/kernel/cpu/mtrr/mtrr.c 	error = mtrr_if->validate_add_page(base, size, type);
type              315 arch/x86/kernel/cpu/mtrr/mtrr.c 	if (type >= MTRR_NUM_TYPES) {
type              316 arch/x86/kernel/cpu/mtrr/mtrr.c 		pr_warn("type: %u invalid\n", type);
type              321 arch/x86/kernel/cpu/mtrr/mtrr.c 	if ((type == MTRR_TYPE_WRCOMB) && !have_wrcomb()) {
type              358 arch/x86/kernel/cpu/mtrr/mtrr.c 				if (type == ltype) {
type              361 arch/x86/kernel/cpu/mtrr/mtrr.c 				} else if (types_compatible(type, ltype))
type              369 arch/x86/kernel/cpu/mtrr/mtrr.c 		if (ltype != type) {
type              370 arch/x86/kernel/cpu/mtrr/mtrr.c 			if (types_compatible(type, ltype))
type              374 arch/x86/kernel/cpu/mtrr/mtrr.c 				mtrr_attrib_to_str(type));
type              385 arch/x86/kernel/cpu/mtrr/mtrr.c 		set_mtrr_cpuslocked(i, base, size, type);
type              453 arch/x86/kernel/cpu/mtrr/mtrr.c int mtrr_add(unsigned long base, unsigned long size, unsigned int type,
type              460 arch/x86/kernel/cpu/mtrr/mtrr.c 	return mtrr_add_page(base >> PAGE_SHIFT, size >> PAGE_SHIFT, type,
type               19 arch/x86/kernel/cpu/mtrr/mtrr.h 		       unsigned long size, mtrr_type type);
type               23 arch/x86/kernel/cpu/mtrr/mtrr.h 		       unsigned long *size, mtrr_type *type);
type               27 arch/x86/kernel/cpu/mtrr/mtrr.h 				     unsigned int type);
type               34 arch/x86/kernel/cpu/mtrr/mtrr.h 				     unsigned int type);
type              319 arch/x86/kernel/cpu/resctrl/core.c static void rdt_get_cdp_config(int level, int type)
type              322 arch/x86/kernel/cpu/resctrl/core.c 	struct rdt_resource *r = &rdt_resources_all[type];
type              208 arch/x86/kernel/cpu/resctrl/internal.h 	enum rdt_group_type		type;
type              313 arch/x86/kernel/cpu/resctrl/monitor.c 	if (rdtgrp->type == RDTCTRL_GROUP) {
type              911 arch/x86/kernel/cpu/resctrl/pseudo_lock.c 	.type		= PERF_TYPE_RAW,
type              919 arch/x86/kernel/cpu/resctrl/pseudo_lock.c 	.type		= PERF_TYPE_RAW,
type              494 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	if (rdtgrp->type == RDTCTRL_GROUP)
type              496 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	else if (rdtgrp->type == RDTMON_GROUP)
type              576 arch/x86/kernel/cpu/resctrl/rdtgroup.c 		if (rdtgrp->type == RDTCTRL_GROUP) {
type              579 arch/x86/kernel/cpu/resctrl/rdtgroup.c 		} else if (rdtgrp->type == RDTMON_GROUP) {
type              606 arch/x86/kernel/cpu/resctrl/rdtgroup.c 		if ((r->type == RDTCTRL_GROUP && t->closid == r->closid) ||
type              607 arch/x86/kernel/cpu/resctrl/rdtgroup.c 		    (r->type == RDTMON_GROUP && t->rmid == r->mon.rmid)) {
type              705 arch/x86/kernel/cpu/resctrl/rdtgroup.c 		if ((r->type == RDTCTRL_GROUP && t->closid == r->closid) ||
type              706 arch/x86/kernel/cpu/resctrl/rdtgroup.c 		    (r->type == RDTMON_GROUP && t->rmid == r->mon.rmid))
type             2165 arch/x86/kernel/cpu/resctrl/rdtgroup.c 		(r->type == RDTCTRL_GROUP) && (t->closid == r->closid));
type             2171 arch/x86/kernel/cpu/resctrl/rdtgroup.c 		(r->type == RDTMON_GROUP) && (t->rmid == r->mon.rmid));
type             2692 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	rdtgrp->type = rtype;
type             3009 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	if (rdtgrp->type == RDTCTRL_GROUP && parent_kn == rdtgroup_default.kn &&
type             3017 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	} else if (rdtgrp->type == RDTMON_GROUP &&
type             3065 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	rdtgroup_default.type = RDTCTRL_GROUP;
type              269 arch/x86/kernel/cpu/vmware.c 	.type			= X86_HYPER_VMWARE,
type               47 arch/x86/kernel/crash.c 	unsigned int type;
type              313 arch/x86/kernel/crash.c 	ei.type = cmd->type;
type              362 arch/x86/kernel/crash.c 	ei.type = E820_TYPE_RAM;
type              366 arch/x86/kernel/crash.c 	cmd.type = E820_TYPE_ACPI;
type              372 arch/x86/kernel/crash.c 	cmd.type = E820_TYPE_NVS;
type              377 arch/x86/kernel/crash.c 	cmd.type = E820_TYPE_RESERVED;
type              386 arch/x86/kernel/crash.c 		ei.type = E820_TYPE_RAM;
type              403 arch/x86/kernel/crash.c 		ei.type = E820_TYPE_RAM;
type              249 arch/x86/kernel/devicetree.c 		.type = IOAPIC_DOMAIN_DYNAMIC,
type               41 arch/x86/kernel/dumpstack.c 	info->type	= STACK_TYPE_TASK;
type               59 arch/x86/kernel/dumpstack.c 	info->type	= STACK_TYPE_ENTRY;
type              208 arch/x86/kernel/dumpstack.c 		stack_name = stack_type_name(stack_info.type);
type               21 arch/x86/kernel/dumpstack_32.c const char *stack_type_name(enum stack_type type)
type               23 arch/x86/kernel/dumpstack_32.c 	if (type == STACK_TYPE_IRQ)
type               26 arch/x86/kernel/dumpstack_32.c 	if (type == STACK_TYPE_SOFTIRQ)
type               29 arch/x86/kernel/dumpstack_32.c 	if (type == STACK_TYPE_ENTRY)
type               47 arch/x86/kernel/dumpstack_32.c 	info->type	= STACK_TYPE_IRQ;
type               72 arch/x86/kernel/dumpstack_32.c 	info->type	= STACK_TYPE_SOFTIRQ;
type              117 arch/x86/kernel/dumpstack_32.c 		if (*visit_mask & (1UL << info->type)) {
type              118 arch/x86/kernel/dumpstack_32.c 			printk_deferred_once(KERN_WARNING "WARNING: stack recursion on stack type %d\n", info->type);
type              121 arch/x86/kernel/dumpstack_32.c 		*visit_mask |= 1UL << info->type;
type              127 arch/x86/kernel/dumpstack_32.c 	info->type = STACK_TYPE_UNKNOWN;
type               31 arch/x86/kernel/dumpstack_64.c const char *stack_type_name(enum stack_type type)
type               35 arch/x86/kernel/dumpstack_64.c 	if (type == STACK_TYPE_IRQ)
type               38 arch/x86/kernel/dumpstack_64.c 	if (type == STACK_TYPE_ENTRY) {
type               47 arch/x86/kernel/dumpstack_64.c 	if (type >= STACK_TYPE_EXCEPTION && type <= STACK_TYPE_EXCEPTION_LAST)
type               48 arch/x86/kernel/dumpstack_64.c 		return exception_stack_names[type - STACK_TYPE_EXCEPTION];
type               62 arch/x86/kernel/dumpstack_64.c 	u16	type;
type               70 arch/x86/kernel/dumpstack_64.c 		.type	= STACK_TYPE_EXCEPTION + ESTACK_ ##st, }
type              121 arch/x86/kernel/dumpstack_64.c 	info->type	= ep->type;
type              140 arch/x86/kernel/dumpstack_64.c 	info->type	= STACK_TYPE_IRQ;
type              185 arch/x86/kernel/dumpstack_64.c 		if (*visit_mask & (1UL << info->type)) {
type              186 arch/x86/kernel/dumpstack_64.c 			printk_deferred_once(KERN_WARNING "WARNING: stack recursion on stack type %d\n", info->type);
type              189 arch/x86/kernel/dumpstack_64.c 		*visit_mask |= 1UL << info->type;
type              195 arch/x86/kernel/dumpstack_64.c 	info->type = STACK_TYPE_UNKNOWN;
type               78 arch/x86/kernel/e820.c 			      u64 start, u64 end, enum e820_type type)
type               85 arch/x86/kernel/e820.c 		if (type && entry->type != type)
type               94 arch/x86/kernel/e820.c bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type)
type               96 arch/x86/kernel/e820.c 	return _e820__mapped_any(e820_table_firmware, start, end, type);
type              100 arch/x86/kernel/e820.c bool e820__mapped_any(u64 start, u64 end, enum e820_type type)
type              102 arch/x86/kernel/e820.c 	return _e820__mapped_any(e820_table, start, end, type);
type              113 arch/x86/kernel/e820.c 					     enum e820_type type)
type              120 arch/x86/kernel/e820.c 		if (type && entry->type != type)
type              148 arch/x86/kernel/e820.c bool __init e820__mapped_all(u64 start, u64 end, enum e820_type type)
type              150 arch/x86/kernel/e820.c 	return __e820__mapped_all(start, end, type);
type              160 arch/x86/kernel/e820.c 	return entry ? entry->type : -EINVAL;
type              166 arch/x86/kernel/e820.c static void __init __e820__range_add(struct e820_table *table, u64 start, u64 size, enum e820_type type)
type              178 arch/x86/kernel/e820.c 	table->entries[x].type = type;
type              182 arch/x86/kernel/e820.c void __init e820__range_add(u64 start, u64 size, enum e820_type type)
type              184 arch/x86/kernel/e820.c 	__e820__range_add(e820_table, start, size, type);
type              187 arch/x86/kernel/e820.c static void __init e820_print_type(enum e820_type type)
type              189 arch/x86/kernel/e820.c 	switch (type) {
type              197 arch/x86/kernel/e820.c 	case E820_TYPE_PRAM:		pr_cont("persistent (type %u)", type);	break;
type              198 arch/x86/kernel/e820.c 	default:			pr_cont("type %u", type);		break;
type              212 arch/x86/kernel/e820.c 		e820_print_type(e820_table->entries[i].type);
type              377 arch/x86/kernel/e820.c 			if (overlap_list[i]->type > current_type)
type              378 arch/x86/kernel/e820.c 				current_type = overlap_list[i]->type;
type              393 arch/x86/kernel/e820.c 				new_entries[new_nr_entries].type = current_type;
type              415 arch/x86/kernel/e820.c 		u32 type = entry->type;
type              421 arch/x86/kernel/e820.c 		e820__range_add(start, size, type);
type              471 arch/x86/kernel/e820.c 		if (entry->type != old_type)
type              478 arch/x86/kernel/e820.c 			entry->type = new_type;
type              486 arch/x86/kernel/e820.c 			__e820__range_add(table, end, entry_end - end, entry->type);
type              546 arch/x86/kernel/e820.c 		if (check_type && entry->type != old_type)
type              560 arch/x86/kernel/e820.c 			e820__range_add(end, entry_end - end, entry->type);
type              751 arch/x86/kernel/e820.c 		if (entry->type != E820_TYPE_RAM && entry->type != E820_TYPE_RESERVED_KERN)
type              771 arch/x86/kernel/e820.c 		if (entry->type == E820_TYPE_NVS)
type              815 arch/x86/kernel/e820.c static unsigned long __init e820_end_pfn(unsigned long limit_pfn, enum e820_type type)
type              826 arch/x86/kernel/e820.c 		if (entry->type != type)
type             1031 arch/x86/kernel/e820.c 	switch (entry->type) {
type             1046 arch/x86/kernel/e820.c 	switch (entry->type) {
type             1061 arch/x86/kernel/e820.c 	switch (entry->type) {
type             1074 arch/x86/kernel/e820.c static bool __init do_mark_busy(enum e820_type type, struct resource *res)
type             1084 arch/x86/kernel/e820.c 	switch (type) {
type             1137 arch/x86/kernel/e820.c 		if (do_mark_busy(entry->type, res)) {
type             1193 arch/x86/kernel/e820.c 		if (entry->type != E820_TYPE_RAM)
type             1288 arch/x86/kernel/e820.c 		if (entry->type != E820_TYPE_RAM && entry->type != E820_TYPE_RESERVED_KERN)
type              742 arch/x86/kernel/early-quirks.c 	u8 type;
type              769 arch/x86/kernel/early-quirks.c 	type = read_pci_config_byte(num, slot, func,
type              772 arch/x86/kernel/early-quirks.c 	if ((type & 0x7f) == PCI_HEADER_TYPE_BRIDGE) {
type              778 arch/x86/kernel/early-quirks.c 	if (!(type & 0x80))
type               51 arch/x86/kernel/hw_breakpoint.c __encode_dr7(int drnum, unsigned int len, unsigned int type)
type               55 arch/x86/kernel/hw_breakpoint.c 	bp_info = (len | type) & 0xf;
type               66 arch/x86/kernel/hw_breakpoint.c unsigned long encode_dr7(int drnum, unsigned int len, unsigned int type)
type               68 arch/x86/kernel/hw_breakpoint.c 	return __encode_dr7(drnum, len, type) | DR_GLOBAL_SLOWDOWN;
type               75 arch/x86/kernel/hw_breakpoint.c int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type)
type               80 arch/x86/kernel/hw_breakpoint.c 	*type = (bp_info & 0x3) | 0x80;
type              116 arch/x86/kernel/hw_breakpoint.c 	*dr7 |= encode_dr7(i, info->len, info->type);
type              153 arch/x86/kernel/hw_breakpoint.c 	*dr7 &= ~__encode_dr7(i, info->len, info->type);
type              240 arch/x86/kernel/hw_breakpoint.c 		hw->type = X86_BREAKPOINT_WRITE;
type              243 arch/x86/kernel/hw_breakpoint.c 		hw->type = X86_BREAKPOINT_RW;
type              256 arch/x86/kernel/hw_breakpoint.c 		hw->type = X86_BREAKPOINT_EXECUTE;
type              380 arch/x86/kernel/hw_breakpoint.c 			dr7 |= encode_dr7(i, info->len, info->type);
type              502 arch/x86/kernel/hw_breakpoint.c 		if (bp->hw.info.type == X86_BREAKPOINT_EXECUTE)
type               28 arch/x86/kernel/idt.c 		.bits.type	= _type,		\
type              240 arch/x86/kernel/idt.c 	data.bits.type	= GATE_INTERRUPT;
type               77 arch/x86/kernel/jailhouse.c 		.type = IOAPIC_DOMAIN_STRICT,
type               81 arch/x86/kernel/jailhouse.c 		.type = MP_INTSRC,
type              166 arch/x86/kernel/jailhouse.c 		if (header.type == SETUP_JAILHOUSE &&
type               39 arch/x86/kernel/jump_label.c 				       enum jump_label_type type,
type               54 arch/x86/kernel/jump_label.c 	} else if (type == JUMP_LABEL_JMP) {
type               63 arch/x86/kernel/jump_label.c 	if (type == JUMP_LABEL_NOP)
type               68 arch/x86/kernel/jump_label.c 					 enum jump_label_type type,
type               73 arch/x86/kernel/jump_label.c 	__jump_label_set_jump_code(entry, type, &code, init);
type               97 arch/x86/kernel/jump_label.c 			       enum jump_label_type type)
type              100 arch/x86/kernel/jump_label.c 	__jump_label_transform(entry, type, 0);
type              109 arch/x86/kernel/jump_label.c 				     enum jump_label_type type)
type              118 arch/x86/kernel/jump_label.c 		arch_jump_label_transform(entry, type);
type              149 arch/x86/kernel/jump_label.c 	__jump_label_set_jump_code(entry, type,
type              180 arch/x86/kernel/jump_label.c 				      enum jump_label_type type)
type              199 arch/x86/kernel/jump_label.c 		__jump_label_transform(entry, type, 1);
type               25 arch/x86/kernel/kdebugfs.c 	u32 type;
type               80 arch/x86/kernel/kdebugfs.c 	debugfs_create_x32("type", S_IRUGO, d, &node->type);
type              112 arch/x86/kernel/kdebugfs.c 		node->type = data->type;
type               76 arch/x86/kernel/kexec-bzimage64.c 	if (image->type == KEXEC_TYPE_CRASH) {
type              149 arch/x86/kernel/kexec-bzimage64.c 	sd->type = SETUP_EFI;
type              230 arch/x86/kernel/kexec-bzimage64.c 	if (image->type == KEXEC_TYPE_CRASH) {
type              240 arch/x86/kernel/kexec-bzimage64.c 		if (params->e820_table[i].type != E820_TYPE_RAM)
type              382 arch/x86/kernel/kexec-bzimage64.c 	if (image->type == KEXEC_TYPE_CRASH) {
type              183 arch/x86/kernel/kgdb.c 	int			type;
type              204 arch/x86/kernel/kgdb.c 						breakinfo[breakno].type);
type              214 arch/x86/kernel/kgdb.c 		bp->attr.bp_type = breakinfo[breakno].type;
type              217 arch/x86/kernel/kgdb.c 		info->type = breakinfo[breakno].type;
type              312 arch/x86/kernel/kgdb.c 						 breakinfo[i].type);
type              334 arch/x86/kernel/kgdb.c 		breakinfo[i].type = X86_BREAKPOINT_EXECUTE;
type              337 arch/x86/kernel/kgdb.c 		breakinfo[i].type = X86_BREAKPOINT_WRITE;
type              340 arch/x86/kernel/kgdb.c 		breakinfo[i].type = X86_BREAKPOINT_RW;
type              394 arch/x86/kernel/kgdb.c 						 breakinfo[i].type);
type              734 arch/x86/kernel/kgdb.c 	bpt->type = BP_BREAKPOINT;
type              751 arch/x86/kernel/kgdb.c 	bpt->type = BP_POKE_BREAKPOINT;
type              758 arch/x86/kernel/kgdb.c 	if (bpt->type != BP_POKE_BREAKPOINT)
type              133 arch/x86/kernel/ksysfs.c 	ret = sprintf(buf, "0x%x\n", data->type);
type              184 arch/x86/kernel/ksysfs.c static struct kobj_attribute type_attr = __ATTR_RO(type);
type              720 arch/x86/kernel/kvm.c 	.type			= X86_HYPER_KVM,
type              217 arch/x86/kernel/machine_kexec_32.c 	if (image->type == KEXEC_TYPE_DEFAULT)
type              311 arch/x86/kernel/machine_kexec_64.c 	if (image->type == KEXEC_TYPE_CRASH) {
type              411 arch/x86/kernel/machine_kexec_64.c 	if (image->type == KEXEC_TYPE_DEFAULT)
type              118 arch/x86/kernel/mpparse.c 		.type = IOAPIC_DOMAIN_LEGACY,
type              282 arch/x86/kernel/mpparse.c 	intsrc.type = MP_INTSRC;
type              352 arch/x86/kernel/mpparse.c 	bus.type = MP_BUS;
type              376 arch/x86/kernel/mpparse.c 	ioapic.type	= MP_IOAPIC;
type              407 arch/x86/kernel/mpparse.c 	processor.type = MP_PROCESSOR;
type              423 arch/x86/kernel/mpparse.c 	lintsrc.type = MP_LINTSRC;
type              488 arch/x86/kernel/mpparse.c 		bus.type = MP_BUS;
type               95 arch/x86/kernel/nmi.c #define nmi_to_desc(type) (&nmi_desc[type])
type              125 arch/x86/kernel/nmi.c static int nmi_handle(unsigned int type, struct pt_regs *regs)
type              127 arch/x86/kernel/nmi.c 	struct nmi_desc *desc = nmi_to_desc(type);
type              144 arch/x86/kernel/nmi.c 		thishandled = a->handler(type, regs);
type              159 arch/x86/kernel/nmi.c int __register_nmi_handler(unsigned int type, struct nmiaction *action)
type              161 arch/x86/kernel/nmi.c 	struct nmi_desc *desc = nmi_to_desc(type);
type              173 arch/x86/kernel/nmi.c 	WARN_ON_ONCE(type == NMI_SERR && !list_empty(&desc->head));
type              174 arch/x86/kernel/nmi.c 	WARN_ON_ONCE(type == NMI_IO_CHECK && !list_empty(&desc->head));
type              190 arch/x86/kernel/nmi.c void unregister_nmi_handler(unsigned int type, const char *name)
type              192 arch/x86/kernel/nmi.c 	struct nmi_desc *desc = nmi_to_desc(type);
type              116 arch/x86/kernel/paravirt.c unsigned paravirt_patch_default(u8 type, void *insn_buff,
type              123 arch/x86/kernel/paravirt.c 	void *opfunc = *((void **)&pv_ops + type);
type              137 arch/x86/kernel/paravirt.c 	else if (type == PARAVIRT_PATCH(cpu.iret) ||
type              138 arch/x86/kernel/paravirt.c 		 type == PARAVIRT_PATCH(cpu.usergs_sysret64))
type               86 arch/x86/kernel/paravirt_patch.c unsigned int native_patch(u8 type, void *insn_buff, unsigned long addr,
type               89 arch/x86/kernel/paravirt_patch.c 	switch (type) {
type              125 arch/x86/kernel/paravirt_patch.c 	return paravirt_patch_default(type, insn_buff, addr, len);
type             1077 arch/x86/kernel/pci-calgary_64.c 		if ((rio->type != COMPAT_CALGARY) && (rio->type != ALT_CALGARY))
type              508 arch/x86/kernel/ptrace.c 			dr7 |= encode_dr7(i, info->len, info->type);
type              516 arch/x86/kernel/ptrace.c 					int len, int type, bool disabled)
type              520 arch/x86/kernel/ptrace.c 	err = arch_bp_generic_fields(len, type, &bp_len, &bp_type);
type              531 arch/x86/kernel/ptrace.c ptrace_register_breakpoint(struct task_struct *tsk, int len, int type,
type              540 arch/x86/kernel/ptrace.c 	err = ptrace_fill_bp_fields(&attr, len, type, disabled);
type              548 arch/x86/kernel/ptrace.c static int ptrace_modify_breakpoint(struct perf_event *bp, int len, int type,
type              554 arch/x86/kernel/ptrace.c 	err = ptrace_fill_bp_fields(&attr, len, type, disabled);
type              577 arch/x86/kernel/ptrace.c 		unsigned len, type;
type              578 arch/x86/kernel/ptrace.c 		bool disabled = !decode_dr7(data, i, &len, &type);
type              586 arch/x86/kernel/ptrace.c 					len, type, 0, disabled);
type              596 arch/x86/kernel/ptrace.c 		rc = ptrace_modify_breakpoint(bp, len, type, disabled);
type               97 arch/x86/kernel/reboot.c void __noreturn machine_real_restart(unsigned int type)
type              132 arch/x86/kernel/reboot.c 		     "a" (type));
type              136 arch/x86/kernel/reboot.c 		     "D" (type));
type              411 arch/x86/kernel/setup.c 		data_type = data->type;
type               31 arch/x86/kernel/sysfb_simplefb.c 	__u8 type;
type               34 arch/x86/kernel/sysfb_simplefb.c 	type = si->orig_video_isVGA;
type               35 arch/x86/kernel/sysfb_simplefb.c 	if (type != VIDEO_TYPE_VLFB && type != VIDEO_TYPE_EFI)
type              194 arch/x86/kernel/tboot.c 		if ((e820_table->entries[i].type != E820_TYPE_RAM)
type              195 arch/x86/kernel/tboot.c 		 && (e820_table->entries[i].type != E820_TYPE_RESERVED_KERN))
type              210 arch/x86/kernel/tls.c 	info->contents = desc->type >> 2;
type              211 arch/x86/kernel/tls.c 	info->read_exec_only = !(desc->type & 2);
type              231 arch/x86/kernel/traps.c 			const char *type, const char *desc,
type              237 arch/x86/kernel/traps.c 			tsk->comm, task_pid_nr(tsk), type, desc,
type               45 arch/x86/kernel/unwind_frame.c 			state->stack_info.type, state->stack_info.next_sp,
type              196 arch/x86/kernel/unwind_frame.c 	enum stack_type prev_type = info->type;
type              230 arch/x86/kernel/unwind_frame.c 	if (state->orig_sp && state->stack_info.type == prev_type &&
type              361 arch/x86/kernel/unwind_frame.c 	state->stack_info.type = STACK_TYPE_UNKNOWN;
type              377 arch/x86/kernel/unwind_frame.c 		state->stack_info.type = STACK_TYPE_UNKNOWN;
type              128 arch/x86/kernel/unwind_orc.c 	.type = ORC_TYPE_CALL
type              133 arch/x86/kernel/unwind_orc.c 	.type		= ORC_TYPE_CALL,
type              417 arch/x86/kernel/unwind_orc.c 	enum stack_type prev_type = state->stack_info.type;
type              521 arch/x86/kernel/unwind_orc.c 	switch (orc->type) {
type              566 arch/x86/kernel/unwind_orc.c 			 orc->type, (void *)orig_ip);
type              594 arch/x86/kernel/unwind_orc.c 	if (state->stack_info.type == prev_type &&
type              610 arch/x86/kernel/unwind_orc.c 	state->stack_info.type = STACK_TYPE_UNKNOWN;
type              696 arch/x86/kernel/unwind_orc.c 	state->stack_info.type = STACK_TYPE_UNKNOWN;
type              137 arch/x86/kernel/x86_init.c int arch_setup_msi_irqs(struct pci_dev *dev, int nvec, int type)
type              139 arch/x86/kernel/x86_init.c 	return x86_msi.setup_msi_irqs(dev, nvec, type);
type              815 arch/x86/kvm/cpuid.c 			 int *nent, int maxnent, unsigned int type)
type              820 arch/x86/kvm/cpuid.c 	if (type == KVM_GET_EMULATED_CPUID)
type              867 arch/x86/kvm/cpuid.c 			    unsigned int type)
type              884 arch/x86/kvm/cpuid.c 	if (sanity_check_entries(entries, cpuid->nent, type))
type              901 arch/x86/kvm/cpuid.c 				  &nent, cpuid->nent, type);
type              909 arch/x86/kvm/cpuid.c 				          &nent, cpuid->nent, type);
type               15 arch/x86/kvm/cpuid.h 			    unsigned int type);
type              735 arch/x86/kvm/emulate.c 		if ((((ctxt->mode != X86EMUL_MODE_REAL) && (desc.type & 8))
type              736 arch/x86/kvm/emulate.c 					|| !(desc.type & 2)) && write)
type              739 arch/x86/kvm/emulate.c 		if (!fetch && (desc.type & 8) && !(desc.type & 2))
type              742 arch/x86/kvm/emulate.c 		if (!(desc.type & 8) && (desc.type & 4)) {
type             1038 arch/x86/kvm/emulate.c 		ctxt->dst.type = OP_NONE;
type             1046 arch/x86/kvm/emulate.c 		ctxt->dst.type = OP_NONE;
type             1234 arch/x86/kvm/emulate.c 		op->type = OP_XMM;
type             1242 arch/x86/kvm/emulate.c 		op->type = OP_MM;
type             1248 arch/x86/kvm/emulate.c 	op->type = OP_REG;
type             1280 arch/x86/kvm/emulate.c 		op->type = OP_REG;
type             1285 arch/x86/kvm/emulate.c 			op->type = OP_XMM;
type             1292 arch/x86/kvm/emulate.c 			op->type = OP_MM;
type             1301 arch/x86/kvm/emulate.c 	op->type = OP_MEM;
type             1404 arch/x86/kvm/emulate.c 	op->type = OP_MEM;
type             1424 arch/x86/kvm/emulate.c 	if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) {
type             1535 arch/x86/kvm/emulate.c 		ctxt->dst.type = OP_MEM_STR;
type             1664 arch/x86/kvm/emulate.c 		seg_desc.type = 3;
type             1690 arch/x86/kvm/emulate.c 			seg_desc.type = 3;
type             1730 arch/x86/kvm/emulate.c 		if (rpl != cpl || (seg_desc.type & 0xa) != 0x2 || dpl != cpl)
type             1734 arch/x86/kvm/emulate.c 		if (!(seg_desc.type & 8))
type             1737 arch/x86/kvm/emulate.c 		if (seg_desc.type & 4) {
type             1759 arch/x86/kvm/emulate.c 		if (seg_desc.s || (seg_desc.type != 1 && seg_desc.type != 9))
type             1762 arch/x86/kvm/emulate.c 		seg_desc.type |= 2; /* busy */
type             1769 arch/x86/kvm/emulate.c 		if (seg_desc.s || seg_desc.type != 2)
type             1778 arch/x86/kvm/emulate.c 		if ((seg_desc.type & 0xa) == 0x8 ||
type             1779 arch/x86/kvm/emulate.c 		    (((seg_desc.type & 0xc) != 0xc) &&
type             1787 arch/x86/kvm/emulate.c 		if (!(seg_desc.type & 1)) {
type             1788 arch/x86/kvm/emulate.c 			seg_desc.type |= 1;
type             1841 arch/x86/kvm/emulate.c 	switch (op->type) {
type             1893 arch/x86/kvm/emulate.c 	ctxt->dst.type = OP_NONE;
type             1962 arch/x86/kvm/emulate.c 	ctxt->dst.type = OP_REG;
type             2348 arch/x86/kvm/emulate.c 		ctxt->src.type = OP_NONE;
type             2352 arch/x86/kvm/emulate.c 		ctxt->src.type = OP_REG;
type             2400 arch/x86/kvm/emulate.c 	desc->type = (flags >>  8) & 15;
type             2648 arch/x86/kvm/emulate.c 		cs_desc.type = 0xb;
type             2702 arch/x86/kvm/emulate.c 	cs->type = 0x0b;	/* Read, Execute, Accessed */
type             2713 arch/x86/kvm/emulate.c 	ss->type = 0x03;	/* Read/Write, Accessed */
type             3357 arch/x86/kvm/emulate.c 	    ((desc_limit < 0x67 && (next_tss_desc.type & 8)) ||
type             3363 arch/x86/kvm/emulate.c 		curr_tss_desc.type &= ~(1 << 1); /* clear busy flag */
type             3375 arch/x86/kvm/emulate.c 	if (next_tss_desc.type & 8)
type             3388 arch/x86/kvm/emulate.c 		next_tss_desc.type |= (1 << 1); /* set busy flag */
type             3396 arch/x86/kvm/emulate.c 		ctxt->op_bytes = ctxt->ad_bytes = (next_tss_desc.type & 8) ? 4 : 2;
type             3416 arch/x86/kvm/emulate.c 	ctxt->dst.type = OP_NONE;
type             3464 arch/x86/kvm/emulate.c 	ctxt->src.type = OP_IMM;
type             3490 arch/x86/kvm/emulate.c 	ctxt->src.type = OP_IMM;
type             3508 arch/x86/kvm/emulate.c 	ctxt->src.type = OP_IMM;
type             3607 arch/x86/kvm/emulate.c 	ctxt->dst.type = OP_REG;
type             3698 arch/x86/kvm/emulate.c 	ctxt->dst.type = OP_NONE;
type             3716 arch/x86/kvm/emulate.c 	ctxt->dst.type = OP_NONE;
type             3752 arch/x86/kvm/emulate.c 	if (ctxt->dst.bytes == 4 && ctxt->dst.type == OP_MEM)
type             3776 arch/x86/kvm/emulate.c 	ctxt->dst.type = OP_NONE;
type             3790 arch/x86/kvm/emulate.c 	ctxt->dst.type = OP_NONE;
type             3804 arch/x86/kvm/emulate.c 	ctxt->dst.type = OP_NONE;
type             3817 arch/x86/kvm/emulate.c 	ctxt->dst.type = OP_NONE;
type             3841 arch/x86/kvm/emulate.c 	ctxt->dst.type = OP_NONE;
type             3863 arch/x86/kvm/emulate.c 	ctxt->dst.type = OP_NONE;
type             3898 arch/x86/kvm/emulate.c 	ctxt->dst.type = OP_NONE;
type             3918 arch/x86/kvm/emulate.c 	if (ctxt->dst.type == OP_MEM)
type             3928 arch/x86/kvm/emulate.c 	ctxt->dst.type = OP_NONE;
type             3968 arch/x86/kvm/emulate.c 	ctxt->dst.type = OP_NONE;
type             4982 arch/x86/kvm/emulate.c 	op->type = OP_IMM;
type             5042 arch/x86/kvm/emulate.c 		op->type = OP_REG;
type             5049 arch/x86/kvm/emulate.c 		op->type = OP_REG;
type             5057 arch/x86/kvm/emulate.c 			op->type = OP_NONE;
type             5060 arch/x86/kvm/emulate.c 		op->type = OP_REG;
type             5067 arch/x86/kvm/emulate.c 		op->type = OP_MEM;
type             5076 arch/x86/kvm/emulate.c 		op->type = OP_REG;
type             5082 arch/x86/kvm/emulate.c 		op->type = OP_IMM;
type             5090 arch/x86/kvm/emulate.c 		op->type = OP_IMM;
type             5102 arch/x86/kvm/emulate.c 		if (ctxt->memop.type == OP_REG) {
type             5121 arch/x86/kvm/emulate.c 		op->type = OP_MEM;
type             5130 arch/x86/kvm/emulate.c 		op->type = OP_MEM;
type             5140 arch/x86/kvm/emulate.c 		op->type = OP_IMM;
type             5149 arch/x86/kvm/emulate.c 		op->type = OP_IMM;
type             5153 arch/x86/kvm/emulate.c 		op->type = OP_IMM;
type             5157 arch/x86/kvm/emulate.c 		op->type = OP_IMM;
type             5161 arch/x86/kvm/emulate.c 		op->type = OP_IMM;
type             5165 arch/x86/kvm/emulate.c 		op->type = OP_IMM;
type             5169 arch/x86/kvm/emulate.c 		op->type = OP_IMM;
type             5175 arch/x86/kvm/emulate.c 		op->type = OP_NONE; /* Disable writeback. */
type             5194 arch/x86/kvm/emulate.c 	ctxt->memop.type = OP_NONE;
type             5521 arch/x86/kvm/emulate.c 	if (op->type == OP_MM)
type             5557 arch/x86/kvm/emulate.c 	int saved_dst_type = ctxt->dst.type;
type             5563 arch/x86/kvm/emulate.c 	if (ctxt->lock_prefix && (!(ctxt->d & Lock) || ctxt->dst.type != OP_MEM)) {
type             5568 arch/x86/kvm/emulate.c 	if ((ctxt->d & SrcMask) == SrcMemFAddr && ctxt->src.type != OP_MEM) {
type             5654 arch/x86/kvm/emulate.c 	if ((ctxt->src.type == OP_MEM) && !(ctxt->d & NoAccess)) {
type             5662 arch/x86/kvm/emulate.c 	if (ctxt->src2.type == OP_MEM) {
type             5673 arch/x86/kvm/emulate.c 	if ((ctxt->dst.type == OP_MEM) && !(ctxt->d & Mov)) {
type             5731 arch/x86/kvm/emulate.c 			ctxt->dst.type = OP_NONE;
type             5755 arch/x86/kvm/emulate.c 		ctxt->dst.type = OP_NONE; /* Disable writeback. */
type             5785 arch/x86/kvm/emulate.c 		BUG_ON(ctxt->src.type == OP_MEM || ctxt->src.type == OP_MEM_STR);
type             5800 arch/x86/kvm/emulate.c 	ctxt->dst.type = saved_dst_type;
type             5873 arch/x86/kvm/emulate.c 			ctxt->dst.type = OP_NONE; /* no writeback */
type              193 arch/x86/kvm/hyperv.c 	hv_vcpu->exit.type = KVM_EXIT_HYPERV_SYNIC;
type              377 arch/x86/kvm/hyperv.c 			if (e->type == KVM_IRQ_ROUTING_HV_SINT)
type             1661 arch/x86/kvm/hyperv.c 		vcpu->run->hyperv.type = KVM_EXIT_HYPERV_HCALL;
type              167 arch/x86/kvm/irq_comm.c 	switch (e->type) {
type              279 arch/x86/kvm/irq_comm.c 	switch (ue->type) {
type              352 arch/x86/kvm/irq_comm.c 	{ .gsi = irq, .type = KVM_IRQ_ROUTING_IRQCHIP,	\
type              357 arch/x86/kvm/irq_comm.c 	{ .gsi = irq, .type = KVM_IRQ_ROUTING_IRQCHIP,	\
type              414 arch/x86/kvm/irq_comm.c 			if (entry->type != KVM_IRQ_ROUTING_MSI)
type              624 arch/x86/kvm/mtrr.c 	int type = -1;
type              639 arch/x86/kvm/mtrr.c 		if (type == -1) {
type              640 arch/x86/kvm/mtrr.c 			type = curr_type;
type              649 arch/x86/kvm/mtrr.c 		if (type == curr_type)
type              663 arch/x86/kvm/mtrr.c 		if (((1 << type) & wt_wb_mask) &&
type              665 arch/x86/kvm/mtrr.c 			type = MTRR_TYPE_WRTHROUGH;
type              682 arch/x86/kvm/mtrr.c 	if (type == -1)
type              691 arch/x86/kvm/mtrr.c 	return type;
type              701 arch/x86/kvm/mtrr.c 	int type = -1;
type              706 arch/x86/kvm/mtrr.c 		if (type == -1) {
type              707 arch/x86/kvm/mtrr.c 			type = iter.mem_type;
type              711 arch/x86/kvm/mtrr.c 		if (type != iter.mem_type)
type              721 arch/x86/kvm/mtrr.c 	if (type == -1)
type              724 arch/x86/kvm/mtrr.c 	return type == mtrr_default_type(mtrr_state);
type               99 arch/x86/kvm/pmu.c static void pmc_reprogram_counter(struct kvm_pmc *pmc, u32 type,
type              106 arch/x86/kvm/pmu.c 		.type = type,
type              145 arch/x86/kvm/pmu.c 	unsigned config, type = PERF_TYPE_RAW;
type              190 arch/x86/kvm/pmu.c 			type = PERF_TYPE_HARDWARE;
type              193 arch/x86/kvm/pmu.c 	if (type == PERF_TYPE_RAW)
type              196 arch/x86/kvm/pmu.c 	pmc_reprogram_counter(pmc, type, config,
type               45 arch/x86/kvm/pmu.h 	return pmu->counter_bitmask[pmc->type];
type               71 arch/x86/kvm/pmu.h 	return pmc->type == KVM_PMC_GP;
type               76 arch/x86/kvm/pmu.h 	return pmc->type == KVM_PMC_FIXED;
type               47 arch/x86/kvm/pmu_amd.c static unsigned int get_msr_base(struct kvm_pmu *pmu, enum pmu_type type)
type               52 arch/x86/kvm/pmu_amd.c 		if (type == PMU_TYPE_COUNTER)
type               57 arch/x86/kvm/pmu_amd.c 		if (type == PMU_TYPE_COUNTER)
type               99 arch/x86/kvm/pmu_amd.c 					     enum pmu_type type)
type              109 arch/x86/kvm/pmu_amd.c 		if (type != PMU_TYPE_EVNTSEL)
type              119 arch/x86/kvm/pmu_amd.c 		if (type != PMU_TYPE_COUNTER)
type              285 arch/x86/kvm/pmu_amd.c 		pmu->gp_counters[i].type = KVM_PMC_GP;
type              657 arch/x86/kvm/svm.c 	unsigned base1:8, type:5, dpl:2, p:1;
type             1482 arch/x86/kvm/svm.c static void init_sys_seg(struct vmcb_seg *seg, uint32_t type)
type             1485 arch/x86/kvm/svm.c 	seg->attrib = SVM_SELECTOR_P_MASK | type;
type             2466 arch/x86/kvm/svm.c 	var->type = s->attrib & SVM_SELECTOR_TYPE_MASK;
type             2496 arch/x86/kvm/svm.c 		var->type |= 0x2;
type             2510 arch/x86/kvm/svm.c 			var->type |= 0x1;
type             2662 arch/x86/kvm/svm.c 	s->attrib = (var->type & SVM_SELECTOR_TYPE_MASK);
type             3901 arch/x86/kvm/svm.c 	uint32_t type =
type             3922 arch/x86/kvm/svm.c 		switch (type) {
type             5054 arch/x86/kvm/svm.c 	sd->tss_desc->type = 9; /* available 32/64-bit TSS */
type             5342 arch/x86/kvm/svm.c 		if (e->type != KVM_IRQ_ROUTING_MSI)
type             5578 arch/x86/kvm/svm.c 	int type;
type             5604 arch/x86/kvm/svm.c 	type = exitintinfo & SVM_EXITINTINFO_TYPE_MASK;
type             5606 arch/x86/kvm/svm.c 	switch (type) {
type              511 arch/x86/kvm/vmx/nested.c 					       u32 msr, int type)
type              521 arch/x86/kvm/vmx/nested.c 		if (type & MSR_TYPE_R &&
type              526 arch/x86/kvm/vmx/nested.c 		if (type & MSR_TYPE_W &&
type              533 arch/x86/kvm/vmx/nested.c 		if (type & MSR_TYPE_R &&
type              538 arch/x86/kvm/vmx/nested.c 		if (type & MSR_TYPE_W &&
type             3886 arch/x86/kvm/vmx/nested.c 		.type = 11,
type             3899 arch/x86/kvm/vmx/nested.c 		.type = 3,
type             3921 arch/x86/kvm/vmx/nested.c 		.type = 11,
type             4296 arch/x86/kvm/vmx/nested.c 			exn = ((s.type & 0xa) == 0 || (s.type & 8));
type             4301 arch/x86/kvm/vmx/nested.c 			exn = ((s.type & 0xa) == 8);
type             4317 arch/x86/kvm/vmx/nested.c 		     ((s.type & 8) || !(s.type & 4))))
type             4905 arch/x86/kvm/vmx/nested.c 	unsigned long type;
type             4923 arch/x86/kvm/vmx/nested.c 	type = kvm_register_readl(vcpu, (vmx_instruction_info >> 28) & 0xf);
type             4927 arch/x86/kvm/vmx/nested.c 	if (type >= 32 || !(types & (1 << type)))
type             4942 arch/x86/kvm/vmx/nested.c 	switch (type) {
type             4962 arch/x86/kvm/vmx/nested.c 	unsigned long type, types;
type             4982 arch/x86/kvm/vmx/nested.c 	type = kvm_register_readl(vcpu, (vmx_instruction_info >> 28) & 0xf);
type             4987 arch/x86/kvm/vmx/nested.c 	if (type >= 32 || !(types & (1 << type)))
type             5006 arch/x86/kvm/vmx/nested.c 	switch (type) {
type              336 arch/x86/kvm/vmx/pmu_intel.c 		pmu->gp_counters[i].type = KVM_PMC_GP;
type              342 arch/x86/kvm/vmx/pmu_intel.c 		pmu->fixed_counters[i].type = KVM_PMC_FIXED;
type              347 arch/x86/kvm/vmx/vmx.c 							  u32 msr, int type);
type             2690 arch/x86/kvm/vmx/vmx.c 		var.type = 0x3;
type             2702 arch/x86/kvm/vmx/vmx.c 		var.type = 0x3;
type             3098 arch/x86/kvm/vmx/vmx.c 	var->type = ar & 15;
type             3145 arch/x86/kvm/vmx/vmx.c 		ar = var->type & 15;
type             3190 arch/x86/kvm/vmx/vmx.c 		var->type |= 0x1; /* Accessed */
type             3238 arch/x86/kvm/vmx/vmx.c 		var.type = 0x3;
type             3261 arch/x86/kvm/vmx/vmx.c 	if (~cs.type & (VMX_AR_TYPE_CODE_MASK|VMX_AR_TYPE_ACCESSES_MASK))
type             3265 arch/x86/kvm/vmx/vmx.c 	if (cs.type & VMX_AR_TYPE_WRITEABLE_MASK) {
type             3289 arch/x86/kvm/vmx/vmx.c 	if (ss.type != 3 && ss.type != 7)
type             3315 arch/x86/kvm/vmx/vmx.c 	if (~var.type & (VMX_AR_TYPE_CODE_MASK|VMX_AR_TYPE_WRITEABLE_MASK)) {
type             3336 arch/x86/kvm/vmx/vmx.c 	if (tr.type != 3 && tr.type != 11) /* TODO: Check if guest is in IA32e mode */
type             3354 arch/x86/kvm/vmx/vmx.c 	if (ldtr.type != 2)
type             3573 arch/x86/kvm/vmx/vmx.c 							  u32 msr, int type)
type             3589 arch/x86/kvm/vmx/vmx.c 		if (type & MSR_TYPE_R)
type             3593 arch/x86/kvm/vmx/vmx.c 		if (type & MSR_TYPE_W)
type             3599 arch/x86/kvm/vmx/vmx.c 		if (type & MSR_TYPE_R)
type             3603 arch/x86/kvm/vmx/vmx.c 		if (type & MSR_TYPE_W)
type             3611 arch/x86/kvm/vmx/vmx.c 							 u32 msr, int type)
type             3627 arch/x86/kvm/vmx/vmx.c 		if (type & MSR_TYPE_R)
type             3631 arch/x86/kvm/vmx/vmx.c 		if (type & MSR_TYPE_W)
type             3637 arch/x86/kvm/vmx/vmx.c 		if (type & MSR_TYPE_R)
type             3641 arch/x86/kvm/vmx/vmx.c 		if (type & MSR_TYPE_W)
type             3649 arch/x86/kvm/vmx/vmx.c 			     			      u32 msr, int type, bool value)
type             3652 arch/x86/kvm/vmx/vmx.c 		vmx_enable_intercept_for_msr(msr_bitmap, msr, type);
type             3654 arch/x86/kvm/vmx/vmx.c 		vmx_disable_intercept_for_msr(msr_bitmap, msr, type);
type             5097 arch/x86/kvm/vmx/vmx.c 	int reason, type, idt_v, idt_index;
type             5101 arch/x86/kvm/vmx/vmx.c 	type = (vmx->idt_vectoring_info & VECTORING_INFO_TYPE_MASK);
type             5107 arch/x86/kvm/vmx/vmx.c 		switch (type) {
type             5133 arch/x86/kvm/vmx/vmx.c 	if (!idt_v || (type != INTR_TYPE_HARD_EXCEPTION &&
type             5134 arch/x86/kvm/vmx/vmx.c 		       type != INTR_TYPE_EXT_INTR &&
type             5135 arch/x86/kvm/vmx/vmx.c 		       type != INTR_TYPE_NMI_INTR))
type             5143 arch/x86/kvm/vmx/vmx.c 			       type == INTR_TYPE_SOFT_INTR ? idt_index : -1,
type             5387 arch/x86/kvm/vmx/vmx.c 	unsigned long type;
type             5404 arch/x86/kvm/vmx/vmx.c 	type = kvm_register_readl(vcpu, (vmx_instruction_info >> 28) & 0xf);
type             5406 arch/x86/kvm/vmx/vmx.c 	if (type > 3) {
type             5431 arch/x86/kvm/vmx/vmx.c 	switch (type) {
type             6347 arch/x86/kvm/vmx/vmx.c 	int type;
type             6362 arch/x86/kvm/vmx/vmx.c 	type = idt_vectoring_info & VECTORING_INFO_TYPE_MASK;
type             6364 arch/x86/kvm/vmx/vmx.c 	switch (type) {
type             6388 arch/x86/kvm/vmx/vmx.c 		kvm_queue_interrupt(vcpu, vector, type == INTR_TYPE_SOFT_INTR);
type             7483 arch/x86/kvm/vmx/vmx.c 		if (e->type != KVM_IRQ_ROUTING_MSI)
type             6143 arch/x86/kvm/x86.c 	desc->type = var.type;
type             6170 arch/x86/kvm/x86.c 	var.type = desc->type;
type             6571 arch/x86/kvm/x86.c static int kvm_vcpu_check_hw_bp(unsigned long addr, u32 type, u32 dr7,
type             6581 arch/x86/kvm/x86.c 		if ((enable & 3) && (rwlen & 15) == type && db[i] == addr)
type             7711 arch/x86/kvm/x86.c 	flags |= seg->type    << 8;
type             7909 arch/x86/kvm/x86.c 	cs.type     = ds.type = 0x3;
type             8110 arch/x86/kvm/x86.c 			vcpu->run->system_event.type = KVM_SYSTEM_EVENT_CRASH;
type             8116 arch/x86/kvm/x86.c 			vcpu->run->system_event.type = KVM_SYSTEM_EVENT_RESET;
type             9543 arch/x86/kvm/x86.c int kvm_arch_init_vm(struct kvm *kvm, unsigned long type)
type             9545 arch/x86/kvm/x86.c 	if (type)
type              397 arch/x86/lib/insn-eval.c 			  enum reg_type type)
type              429 arch/x86/lib/insn-eval.c 	switch (type) {
type              474 arch/x86/lib/insn-eval.c 		pr_err_ratelimited("invalid register type: %d\n", type);
type              765 arch/x86/lib/insn-eval.c 	if (!(desc.type & BIT(3)))
type                5 arch/x86/lib/iomem.c #define movs(type,to,from) \
type                6 arch/x86/lib/iomem.c 	asm volatile("movs" type:"=&D" (to), "=&S" (from):"0" (to), "1" (from):"memory")
type              212 arch/x86/math-emu/errors.c 	int type;
type              336 arch/x86/math-emu/errors.c 		for (i = 0; exception_names[i].type; i++)
type              337 arch/x86/math-emu/errors.c 			if ((exception_names[i].type & n) ==
type              338 arch/x86/math-emu/errors.c 			    exception_names[i].type)
type              341 arch/x86/math-emu/errors.c 		if (exception_names[i].type) {
type               93 arch/x86/math-emu/fpu_proto.h extern int FPU_load_store(u_char type, fpu_addr_modes addr_modes,
type               63 arch/x86/math-emu/fpu_system.h 	return (d->type & SEG_TYPE_EXPAND_MASK) == SEG_TYPE_EXPANDS_DOWN;
type               68 arch/x86/math-emu/fpu_system.h 	return (d->type & SEG_TYPE_EXECUTE_MASK) == SEG_TYPE_EXECUTE;
type               73 arch/x86/math-emu/fpu_system.h 	return (d->type & SEG_TYPE_EXECUTE_MASK) == SEG_TYPE_WRITABLE;
type               67 arch/x86/math-emu/load_store.c int FPU_load_store(u_char type, fpu_addr_modes addr_modes,
type               80 arch/x86/math-emu/load_store.c 			if (access_limit < data_sizes_32[type])
type               83 arch/x86/math-emu/load_store.c 			if (access_limit < data_sizes_16[type])
type               92 arch/x86/math-emu/load_store.c 	switch (type_table[type]) {
type              120 arch/x86/math-emu/load_store.c 	switch (type) {
type               37 arch/x86/mm/highmem_32.c 	int idx, type;
type               45 arch/x86/mm/highmem_32.c 	type = kmap_atomic_idx_push();
type               46 arch/x86/mm/highmem_32.c 	idx = type + KM_TYPE_NR*smp_processor_id();
type               78 arch/x86/mm/highmem_32.c 		int idx, type;
type               80 arch/x86/mm/highmem_32.c 		type = kmap_atomic_idx();
type               81 arch/x86/mm/highmem_32.c 		idx = type + KM_TYPE_NR * smp_processor_id();
type               50 arch/x86/mm/iomap_32.c 	int idx, type;
type               55 arch/x86/mm/iomap_32.c 	type = kmap_atomic_idx_push();
type               56 arch/x86/mm/iomap_32.c 	idx = type + KM_TYPE_NR * smp_processor_id();
type               95 arch/x86/mm/iomap_32.c 		int idx, type;
type               97 arch/x86/mm/iomap_32.c 		type = kmap_atomic_idx();
type               98 arch/x86/mm/iomap_32.c 		idx = type + KM_TYPE_NR * smp_processor_id();
type               32 arch/x86/mm/mmio-mod.c 	enum reason_type type;
type              136 arch/x86/mm/mmio-mod.c 	const enum reason_type type = get_ins_type(instptr);
type              145 arch/x86/mm/mmio-mod.c 	my_reason->type = type;
type              167 arch/x86/mm/mmio-mod.c 	switch (type) {
type              208 arch/x86/mm/mmio-mod.c 	switch (my_reason->type) {
type              480 arch/x86/mm/pat.c 		enum page_cache_mode type;
type              483 arch/x86/mm/pat.c 		type = get_page_memtype(page);
type              484 arch/x86/mm/pat.c 		if (type != _PAGE_CACHE_MODE_WB) {
type              486 arch/x86/mm/pat.c 				start, end - 1, type, req_type);
type              488 arch/x86/mm/pat.c 				*new_type = type;
type              602 arch/x86/mm/pat.c 	new->type	= actual_type;
type              610 arch/x86/mm/pat.c 			cattr_name(new->type), cattr_name(req_type));
type              620 arch/x86/mm/pat.c 		start, end - 1, cattr_name(new->type), cattr_name(req_type),
type              698 arch/x86/mm/pat.c 		rettype = entry->type;
type              736 arch/x86/mm/pat.c 			enum page_cache_mode *type)
type              739 arch/x86/mm/pat.c 	enum page_cache_mode req_type = *type;
type              755 arch/x86/mm/pat.c 	*type = new_type;
type              777 arch/x86/mm/pat.c 	enum page_cache_mode type = _PAGE_CACHE_MODE_WC;
type              779 arch/x86/mm/pat.c 	return io_reserve_memtype(start, start + size, &type);
type             1147 arch/x86/mm/pat.c 	seq_printf(seq, "%s @ 0x%Lx-0x%Lx\n", cattr_name(print_entry->type),
type               14 arch/x86/mm/pat_internal.h 	enum page_cache_mode	type;
type              133 arch/x86/mm/pat_rbtree.c 	if (match->type != found_type && newtype == NULL)
type              137 arch/x86/mm/pat_rbtree.c 	found_type = match->type;
type              147 arch/x86/mm/pat_rbtree.c 		    match->type != found_type) {
type              162 arch/x86/mm/pat_rbtree.c 		cattr_name(found_type), cattr_name(match->type));
type              194 arch/x86/mm/pat_rbtree.c 						new->type, ret_type);
type              198 arch/x86/mm/pat_rbtree.c 			new->type = *ret_type;
type              119 arch/x86/mm/pf_in.c #define CHECK_OP_TYPE(opcode, array, type) \
type              122 arch/x86/mm/pf_in.c 			rv = type; \
type              201 arch/x86/pci/common.c 	if (dm->type != 0xB1)
type              683 arch/x86/pci/common.c 		if (data->type == SETUP_PCI) {
type              263 arch/x86/pci/direct.c void __init pci_direct_init(int type)
type              265 arch/x86/pci/direct.c 	if (type == 0)
type              268 arch/x86/pci/direct.c 		 type);
type              269 arch/x86/pci/direct.c 	if (type == 1) {
type               12 arch/x86/pci/init.c 	int type = 0;
type               14 arch/x86/pci/init.c 	type = pci_direct_probe();
type               33 arch/x86/pci/init.c 	pci_direct_init(type);
type              384 arch/x86/pci/mmconfig-shared.c 	if (res->type == ACPI_RESOURCE_TYPE_FIXED_MEMORY32) {
type              396 arch/x86/pci/mmconfig-shared.c 	if ((res->type != ACPI_RESOURCE_TYPE_ADDRESS32) &&
type              397 arch/x86/pci/mmconfig-shared.c 	    (res->type != ACPI_RESOURCE_TYPE_ADDRESS64))
type              445 arch/x86/pci/mmconfig-shared.c typedef bool (*check_reserved_t)(u64 start, u64 end, unsigned type);
type               79 arch/x86/pci/xen.c 	map_irq.type = MAP_PIRQ_TYPE_GSI;
type              163 arch/x86/pci/xen.c static int xen_setup_msi_irqs(struct pci_dev *dev, int nvec, int type)
type              169 arch/x86/pci/xen.c 	if (type == PCI_CAP_ID_MSI && nvec > 1)
type              176 arch/x86/pci/xen.c 	if (type == PCI_CAP_ID_MSIX)
type              185 arch/x86/pci/xen.c 					       (type == PCI_CAP_ID_MSI) ? nvec : 1,
type              186 arch/x86/pci/xen.c 					       (type == PCI_CAP_ID_MSIX) ?
type              228 arch/x86/pci/xen.c static int xen_hvm_setup_msi_irqs(struct pci_dev *dev, int nvec, int type)
type              234 arch/x86/pci/xen.c 	if (type == PCI_CAP_ID_MSI && nvec > 1)
type              247 arch/x86/pci/xen.c 					       (type == PCI_CAP_ID_MSI) ? nvec : 1,
type              248 arch/x86/pci/xen.c 					       (type == PCI_CAP_ID_MSIX) ?
type              260 arch/x86/pci/xen.c 		type == PCI_CAP_ID_MSI ? "" : "-X", irq);
type              267 arch/x86/pci/xen.c static int xen_initdom_setup_msi_irqs(struct pci_dev *dev, int nvec, int type)
type              284 arch/x86/pci/xen.c 		map_irq.type = MAP_PIRQ_TYPE_MSI_SEG;
type              291 arch/x86/pci/xen.c 		if (type == PCI_CAP_ID_MSI && nvec > 1) {
type              292 arch/x86/pci/xen.c 			map_irq.type = MAP_PIRQ_TYPE_MULTI_MSI;
type              294 arch/x86/pci/xen.c 		} else if (type == PCI_CAP_ID_MSIX) {
type              315 arch/x86/pci/xen.c 		if (type == PCI_CAP_ID_MSI && nvec > 1 && ret) {
type              326 arch/x86/pci/xen.c 			map_irq.type = MAP_PIRQ_TYPE_MSI;
type              342 arch/x86/pci/xen.c 		                               (type == PCI_CAP_ID_MSI) ? nvec : 1,
type              343 arch/x86/pci/xen.c 		                               (type == PCI_CAP_ID_MSIX) ? "msi-x" : "msi",
type              163 arch/x86/platform/efi/efi.c 		switch (md->type) {
type              595 arch/x86/platform/efi/efi.c 		if (md->type != EFI_RUNTIME_SERVICES_CODE)
type              630 arch/x86/platform/efi/efi.c 				 md->type, md->attribute);
type              651 arch/x86/platform/efi/efi.c 		if (prev_md->type != md->type ||
type              661 arch/x86/platform/efi/efi.c 			md->type = EFI_RESERVED_TYPE;
type              789 arch/x86/platform/efi/efi.c 		if (md->type == EFI_CONVENTIONAL_MEMORY ||
type              790 arch/x86/platform/efi/efi.c 		    md->type == EFI_LOADER_DATA ||
type              791 arch/x86/platform/efi/efi.c 		    md->type == EFI_LOADER_CODE)
type              801 arch/x86/platform/efi/efi.c 	if (md->type == EFI_BOOT_SERVICES_CODE ||
type              802 arch/x86/platform/efi/efi.c 	    md->type == EFI_BOOT_SERVICES_DATA)
type               69 arch/x86/platform/efi/efi_64.c 		if (md->type == EFI_RUNTIME_SERVICES_CODE ||
type               70 arch/x86/platform/efi/efi_64.c 		    md->type == EFI_BOOT_SERVICES_CODE)
type              421 arch/x86/platform/efi/efi_64.c 	if (sev_active() && md->type != EFI_MEMORY_MAPPED_IO)
type              493 arch/x86/platform/efi/efi_64.c 				 u32 type, u64 attribute)
type              497 arch/x86/platform/efi/efi_64.c 	if (type == EFI_MEMORY_MAPPED_IO)
type              503 arch/x86/platform/efi/efi_64.c 		efi_ioremap(top, size - (top - phys_addr), type, attribute);
type              597 arch/x86/platform/efi/efi_64.c 			(md->type == EFI_RUNTIME_SERVICES_DATA))
type              601 arch/x86/platform/efi/efi_64.c 			(md->type != EFI_RUNTIME_SERVICES_CODE))
type              253 arch/x86/platform/efi/quirks.c 	    md.type != EFI_BOOT_SERVICES_DATA) {
type              326 arch/x86/platform/efi/quirks.c 		if (md->type != EFI_BOOT_SERVICES_CODE &&
type              327 arch/x86/platform/efi/quirks.c 		    md->type != EFI_BOOT_SERVICES_DATA)
type              417 arch/x86/platform/efi/quirks.c 		if (md->type != EFI_BOOT_SERVICES_CODE &&
type              418 arch/x86/platform/efi/quirks.c 		    md->type != EFI_BOOT_SERVICES_DATA) {
type              483 arch/x86/platform/efi/quirks.c 		    (md->type == EFI_BOOT_SERVICES_CODE ||
type              484 arch/x86/platform/efi/quirks.c 		     md->type == EFI_BOOT_SERVICES_DATA))
type               49 arch/x86/platform/geode/alix.c 		.type			= EV_KEY,
type               33 arch/x86/platform/geode/geos.c 		.type = EV_KEY,
type               35 arch/x86/platform/geode/net5501.c 		.type = EV_KEY,
type               97 arch/x86/platform/intel-mid/device_libs/platform_bcm43xx.c 	.type			= SFI_DEV_TYPE_SD,
type               12 arch/x86/platform/intel-mid/device_libs/platform_bma023.c 	.type = SFI_DEV_TYPE_I2C,
type               34 arch/x86/platform/intel-mid/device_libs/platform_emc1403.c 	.type = SFI_DEV_TYPE_I2C,
type               33 arch/x86/platform/intel-mid/device_libs/platform_lis331.c 	.type = SFI_DEV_TYPE_I2C,
type               35 arch/x86/platform/intel-mid/device_libs/platform_max7315.c 	strcpy(i2c_info->type, "max7315");
type               64 arch/x86/platform/intel-mid/device_libs/platform_max7315.c 	.type = SFI_DEV_TYPE_I2C,
type               71 arch/x86/platform/intel-mid/device_libs/platform_max7315.c 	.type = SFI_DEV_TYPE_I2C,
type               27 arch/x86/platform/intel-mid/device_libs/platform_mpu3050.c 	.type = SFI_DEV_TYPE_I2C,
type               72 arch/x86/platform/intel-mid/device_libs/platform_mrfld_power_btn.c 	.type			= SFI_DEV_TYPE_IPC,
type               45 arch/x86/platform/intel-mid/device_libs/platform_mrfld_spidev.c 	.type			= SFI_DEV_TYPE_SPI,
type               36 arch/x86/platform/intel-mid/device_libs/platform_msic_audio.c 	.type = SFI_DEV_TYPE_IPC,
type               26 arch/x86/platform/intel-mid/device_libs/platform_msic_battery.c 	.type = SFI_DEV_TYPE_IPC,
type               37 arch/x86/platform/intel-mid/device_libs/platform_msic_gpio.c 	.type = SFI_DEV_TYPE_IPC,
type               38 arch/x86/platform/intel-mid/device_libs/platform_msic_ocd.c 	.type = SFI_DEV_TYPE_IPC,
type               25 arch/x86/platform/intel-mid/device_libs/platform_msic_power_btn.c 	.type = SFI_DEV_TYPE_IPC,
type               26 arch/x86/platform/intel-mid/device_libs/platform_msic_thermal.c 	.type = SFI_DEV_TYPE_IPC,
type               27 arch/x86/platform/intel-mid/device_libs/platform_pcal9555a.c 	char *type = i2c_info->type;
type               33 arch/x86/platform/intel-mid/device_libs/platform_pcal9555a.c 	snprintf(base_pin_name, sizeof(base_pin_name), "%s_base", type);
type               34 arch/x86/platform/intel-mid/device_libs/platform_pcal9555a.c 	snprintf(intr_pin_name, sizeof(intr_pin_name), "%s_int", type);
type               60 arch/x86/platform/intel-mid/device_libs/platform_pcal9555a.c 	strcpy(type, "pcal9555a");
type               66 arch/x86/platform/intel-mid/device_libs/platform_pcal9555a.c 	.type			= SFI_DEV_TYPE_I2C,
type               73 arch/x86/platform/intel-mid/device_libs/platform_pcal9555a.c 	.type			= SFI_DEV_TYPE_I2C,
type               80 arch/x86/platform/intel-mid/device_libs/platform_pcal9555a.c 	.type			= SFI_DEV_TYPE_I2C,
type               87 arch/x86/platform/intel-mid/device_libs/platform_pcal9555a.c 	.type			= SFI_DEV_TYPE_I2C,
type               28 arch/x86/platform/intel-mid/device_libs/platform_tc35876x.c 	.type = SFI_DEV_TYPE_I2C,
type               26 arch/x86/platform/intel-mid/device_libs/platform_tca6416.c 	strcpy(i2c_info->type, TCA6416_NAME);
type               48 arch/x86/platform/intel-mid/device_libs/platform_tca6416.c 	.type = SFI_DEV_TYPE_I2C,
type               93 arch/x86/platform/intel-mid/sfi.c 		mp_irq.type = MP_INTSRC;
type              164 arch/x86/platform/intel-mid/sfi.c 		mp_irq.type = MP_INTSRC;
type              264 arch/x86/platform/intel-mid/sfi.c 			idev->type);
type              293 arch/x86/platform/intel-mid/sfi.c 					i2c_devs[i]->type);
type              400 arch/x86/platform/intel-mid/sfi.c 	strncpy(i2c_info.type, pentry->name, SFI_NAME_LEN);
type              405 arch/x86/platform/intel-mid/sfi.c 		i2c_info.type,
type              448 arch/x86/platform/intel-mid/sfi.c static struct devs_id __init *get_device_id(u8 type, char *name)
type              455 arch/x86/platform/intel-mid/sfi.c 		if (dev->type == type &&
type              510 arch/x86/platform/intel-mid/sfi.c 		dev = get_device_id(pentry->type, pentry->name);
type              515 arch/x86/platform/intel-mid/sfi.c 		switch (pentry->type) {
type               57 arch/x86/platform/pvh/enlighten.c 			pvh_bootparams.e820_table[i].type = ep->type;
type               71 arch/x86/platform/pvh/enlighten.c 		pvh_bootparams.e820_table[pvh_bootparams.e820_entries].type =
type               68 arch/x86/platform/sfi/sfi.c 		.type = IOAPIC_DOMAIN_STRICT,
type               83 arch/x86/platform/uv/uv_irq.c 	if (nr_irqs > 1 || !info || info->type != X86_IRQ_ALLOC_TYPE_UV)
type              194 arch/x86/platform/uv/uv_irq.c 	info.type = X86_IRQ_ALLOC_TYPE_UV;
type              168 arch/x86/power/cpu.c 	tss.type = 0x9; /* The available 64-bit TSS (see AMD vol 2, pg 91 */
type                4 arch/x86/tools/relocs.c #define ElfW(type)		_ElfW(ELF_BITS, type)
type                5 arch/x86/tools/relocs.c #define _ElfW(bits, type)	__ElfW(bits, type)
type                6 arch/x86/tools/relocs.c #define __ElfW(bits, type)	Elf##bits##_##type
type              110 arch/x86/tools/relocs.c static int is_reloc(enum symtype type, const char *sym_name)
type              112 arch/x86/tools/relocs.c 	return sym_regex[type] &&
type              113 arch/x86/tools/relocs.c 		!regexec(&sym_regex_c[type], sym_name, 0, NULL, 0);
type              141 arch/x86/tools/relocs.c static const char *sym_type(unsigned type)
type              155 arch/x86/tools/relocs.c 	if (type < ARRAY_SIZE(type_name)) {
type              156 arch/x86/tools/relocs.c 		name = type_name[type];
type              194 arch/x86/tools/relocs.c static const char *rel_type(unsigned type)
type              236 arch/x86/tools/relocs.c 	if (type < ARRAY_SIZE(type_name) && type_name[type]) {
type              237 arch/x86/tools/relocs.c 		name = type_name[type];
type               50 arch/x86/xen/efi.c 			.type = XEN_FW_EFI_INFO,
type               66 arch/x86/xen/efi.c 	op.u.firmware_info.type = XEN_FW_EFI_INFO;
type               78 arch/x86/xen/efi.c 	op.u.firmware_info.type = XEN_FW_EFI_INFO;
type               85 arch/x86/xen/efi.c 	op.u.firmware_info.type = XEN_FW_EFI_INFO;
type              291 arch/x86/xen/enlighten_hvm.c 	.type			= X86_HYPER_XEN_HVM,
type              212 arch/x86/xen/enlighten_pv.c 		.u.set_pminfo.type	= XEN_PM_PDC,
type              675 arch/x86/xen/enlighten_pv.c 	if (val->bits.type != GATE_TRAP && val->bits.type != GATE_INTERRUPT)
type              690 arch/x86/xen/enlighten_pv.c 	if (val->bits.type == GATE_INTERRUPT)
type              780 arch/x86/xen/enlighten_pv.c 				const void *desc, int type)
type              782 arch/x86/xen/enlighten_pv.c 	trace_xen_cpu_write_gdt_entry(dt, entry, desc, type);
type              786 arch/x86/xen/enlighten_pv.c 	switch (type) {
type              810 arch/x86/xen/enlighten_pv.c 					    const void *desc, int type)
type              812 arch/x86/xen/enlighten_pv.c 	trace_xen_cpu_write_gdt_entry(dt, entry, desc, type);
type              814 arch/x86/xen/enlighten_pv.c 	switch (type) {
type             1129 arch/x86/xen/enlighten_pv.c 	op.u.firmware_info.type = XEN_FW_DISK_INFO;
type             1152 arch/x86/xen/enlighten_pv.c 	op.u.firmware_info.type = XEN_FW_DISK_MBR_SIGNATURE;
type             1363 arch/x86/xen/enlighten_pv.c 			.u.firmware_info.type = XEN_FW_KBD_SHIFT_FLAGS,
type             1460 arch/x86/xen/enlighten_pv.c 	.type			= X86_HYPER_XEN_PV,
type              338 arch/x86/xen/p2m.c 	int type;
type              370 arch/x86/xen/p2m.c 		type = xen_p2m_elem_type(pfn);
type              372 arch/x86/xen/p2m.c 		if (type != P2M_TYPE_PFN)
type              374 arch/x86/xen/p2m.c 				if (xen_p2m_elem_type(pfn + i) != type)
type              380 arch/x86/xen/p2m.c 		if (type == P2M_TYPE_PFN || i < chunk) {
type              396 arch/x86/xen/p2m.c 			mfns = (type == P2M_TYPE_MISSING) ?
type              405 arch/x86/xen/p2m.c 		ptep = (type == P2M_TYPE_MISSING) ?
type              783 arch/x86/xen/p2m.c 	int type, prev_type;
type              789 arch/x86/xen/p2m.c 		type = xen_p2m_elem_type(pfn);
type              790 arch/x86/xen/p2m.c 		if (type != prev_type) {
type              793 arch/x86/xen/p2m.c 			prev_type = type;
type              143 arch/x86/xen/pmu.c static int is_intel_pmu_msr(u32 msr_index, int *type, int *index)
type              151 arch/x86/xen/pmu.c 		*type = MSR_TYPE_CTRL;
type              157 arch/x86/xen/pmu.c 		*type = MSR_TYPE_GLOBAL;
type              166 arch/x86/xen/pmu.c 			*type = MSR_TYPE_COUNTER;
type              173 arch/x86/xen/pmu.c 			*type = MSR_TYPE_ARCH_CTRL;
type              181 arch/x86/xen/pmu.c 			*type = MSR_TYPE_ARCH_COUNTER;
type              189 arch/x86/xen/pmu.c static bool xen_intel_pmu_emulate(unsigned int msr, u64 *val, int type,
type              219 arch/x86/xen/pmu.c 		switch (type) {
type              302 arch/x86/xen/pmu.c 		int type, index;
type              304 arch/x86/xen/pmu.c 		if (is_intel_pmu_msr(msr, &type, &index)) {
type              305 arch/x86/xen/pmu.c 			if (!xen_intel_pmu_emulate(msr, val, type, index, 1))
type              325 arch/x86/xen/pmu.c 		int type, index;
type              327 arch/x86/xen/pmu.c 		if (is_intel_pmu_msr(msr, &type, &index)) {
type              328 arch/x86/xen/pmu.c 			if (!xen_intel_pmu_emulate(msr, &val, type, index, 0))
type              210 arch/x86/xen/setup.c 		if (entry->type != E820_TYPE_RAM)
type              475 arch/x86/xen/setup.c 		if (entry->type == E820_TYPE_RAM || i == xen_e820_table.nr_entries - 1) {
type              479 arch/x86/xen/setup.c 			if (entry->type == E820_TYPE_RAM)
type              585 arch/x86/xen/setup.c 						 phys_addr_t size, int type)
type              590 arch/x86/xen/setup.c 	if (type == E820_TYPE_RAM) {
type              603 arch/x86/xen/setup.c 	e820__range_add(start, end - start, type);
type              612 arch/x86/xen/setup.c 		if (entry->type == E820_TYPE_UNUSABLE)
type              613 arch/x86/xen/setup.c 			entry->type = E820_TYPE_RAM;
type              630 arch/x86/xen/setup.c 		if (entry->type == E820_TYPE_RAM && entry->addr <= start &&
type              655 arch/x86/xen/setup.c 		if (entry->type != E820_TYPE_RAM || entry->size < size)
type              744 arch/x86/xen/setup.c 	u32 type;
type              775 arch/x86/xen/setup.c 		xen_e820_table.entries[0].type = E820_TYPE_RAM;
type              827 arch/x86/xen/setup.c 		type = xen_e820_table.entries[i].type;
type              829 arch/x86/xen/setup.c 		if (type == E820_TYPE_RAM) {
type              844 arch/x86/xen/setup.c 			xen_align_and_add_e820_region(addr, chunk_size, type);
type              937 arch/x86/xen/setup.c static int register_callback(unsigned type, const void *func)
type              940 arch/x86/xen/setup.c 		.type = type,
type               41 arch/xtensa/include/asm/bootparam.h 	unsigned long type;
type              101 arch/xtensa/include/asm/coprocessor.h #define XCHAL_SA_REG(list,cc,abi,type,y,name,z,align,size,...)	\
type              102 arch/xtensa/include/asm/coprocessor.h 	__REG ## list (cc, abi, type, name, size, align)
type              106 arch/xtensa/include/asm/coprocessor.h #define __REG2(cc,abi,type,...)		__REG2_ ## type (__VA_ARGS__)
type               30 arch/xtensa/include/asm/hw_breakpoint.h 	u16 type;
type               38 arch/xtensa/include/asm/hw_breakpoint.h int hw_breakpoint_slots(int type);
type              393 arch/xtensa/include/asm/pgtable.h #define __swp_entry(type,offs)	\
type              394 arch/xtensa/include/asm/pgtable.h 	((swp_entry_t){((type) << 6) | ((offs) << 11) | \
type               23 arch/xtensa/kernel/hw_breakpoint.c int hw_breakpoint_slots(int type)
type               25 arch/xtensa/kernel/hw_breakpoint.c 	switch (type) {
type               31 arch/xtensa/kernel/hw_breakpoint.c 		pr_warn("unknown slot type: %d\n", type);
type               57 arch/xtensa/kernel/hw_breakpoint.c 		hw->type = XTENSA_BREAKPOINT_EXECUTE;
type               60 arch/xtensa/kernel/hw_breakpoint.c 		hw->type = XTENSA_BREAKPOINT_LOAD;
type               63 arch/xtensa/kernel/hw_breakpoint.c 		hw->type = XTENSA_BREAKPOINT_STORE;
type               66 arch/xtensa/kernel/hw_breakpoint.c 		hw->type = XTENSA_BREAKPOINT_LOAD | XTENSA_BREAKPOINT_STORE;
type              162 arch/xtensa/kernel/hw_breakpoint.c 	if (info->type & XTENSA_BREAKPOINT_LOAD)
type              164 arch/xtensa/kernel/hw_breakpoint.c 	if (info->type & XTENSA_BREAKPOINT_STORE)
type              175 arch/xtensa/kernel/hw_breakpoint.c 	if (counter_arch_bp(bp)->type == XTENSA_BREAKPOINT_EXECUTE) {
type              211 arch/xtensa/kernel/hw_breakpoint.c 	if (info->type == XTENSA_BREAKPOINT_EXECUTE) {
type               75 arch/xtensa/kernel/jump_label.c 			       enum jump_label_type type)
type               84 arch/xtensa/kernel/jump_label.c 	if (type == JUMP_LABEL_JMP) {
type              202 arch/xtensa/kernel/perf_event.c 	switch (event->attr.type) {
type              387 arch/xtensa/kernel/ptrace.c static struct perf_event *ptrace_hbp_create(struct task_struct *tsk, int type)
type              396 arch/xtensa/kernel/ptrace.c 	attr.bp_type	= type;
type              105 arch/xtensa/kernel/setup.c 	if (mi->type != MEMORY_TYPE_CONVENTIONAL)
type              365 arch/xtensa/kernel/traps.c #define set_handler(type, cause, handler)				\
type              370 arch/xtensa/kernel/traps.c 			per_cpu(exc_table, cpu).type[cause] = (handler);\
type               34 arch/xtensa/mm/highmem.c static inline enum fixed_addresses kmap_idx(int type, unsigned long color)
type               36 arch/xtensa/mm/highmem.c 	return (type + KM_TYPE_NR * smp_processor_id()) * DCACHE_N_COLORS +
type              183 arch/xtensa/platforms/iss/console.c 	serial_driver->type = TTY_DRIVER_TYPE_SERIAL;
type             2264 block/bfq-iosched.c 			       enum elv_merge type)
type             2266 block/bfq-iosched.c 	if (type == ELEVATOR_FRONT_MERGE &&
type               45 block/blk-ioc.c 	struct elevator_type *et = icq->q->elevator->type;
type               64 block/blk-ioc.c 	struct elevator_type *et = q->elevator->type;
type              375 block/blk-ioc.c 	struct elevator_type *et = q->elevator->type;
type              196 block/blk-iocost.c #define TRACE_IOCG_PATH(type, iocg, ...)					\
type              199 block/blk-iocost.c 		if (trace_iocost_##type##_enabled()) {				\
type              203 block/blk-iocost.c 			trace_iocost_##type(iocg, trace_iocg_path,		\
type              210 block/blk-iocost.c #define TRACE_IOCG_PATH(type, iocg, ...)	do { } while (0)
type              431 block/blk-mq-debugfs.c 	seq_printf(m, "%s\n", hctx_types[hctx->type]);
type              625 block/blk-mq-debugfs.c #define CTX_RQ_SEQ_OPS(name, type)					\
type              632 block/blk-mq-debugfs.c 	return seq_list_start(&ctx->rq_lists[type], *pos);		\
type              640 block/blk-mq-debugfs.c 	return seq_list_next(v, &ctx->rq_lists[type], pos);		\
type              919 block/blk-mq-debugfs.c 	struct elevator_type *e = q->elevator->type;
type              975 block/blk-mq-debugfs.c 	struct elevator_type *e = q->elevator->type;
type               97 block/blk-mq-sched.c 		if (e->type->ops.has_work && !e->type->ops.has_work(hctx))
type              103 block/blk-mq-sched.c 		rq = e->type->ops.dispatch_request(hctx);
type              121 block/blk-mq-sched.c 	unsigned short idx = ctx->index_hw[hctx->type];
type              174 block/blk-mq-sched.c 	const bool has_sched_dispatch = e && e->type->ops.dispatch_request;
type              312 block/blk-mq-sched.c 	enum hctx_type type = hctx->type;
type              316 block/blk-mq-sched.c 	if (blk_mq_bio_list_merge(q, &ctx->rq_lists[type], bio, nr_segs)) {
type              331 block/blk-mq-sched.c 	enum hctx_type type;
type              333 block/blk-mq-sched.c 	if (e && e->type->ops.bio_merge)
type              334 block/blk-mq-sched.c 		return e->type->ops.bio_merge(hctx, bio, nr_segs);
type              336 block/blk-mq-sched.c 	type = hctx->type;
type              338 block/blk-mq-sched.c 			!list_empty_careful(&ctx->rq_lists[type])) {
type              427 block/blk-mq-sched.c 	if (e && e->type->ops.insert_requests) {
type              431 block/blk-mq-sched.c 		e->type->ops.insert_requests(hctx, &list, at_head);
type              458 block/blk-mq-sched.c 	if (e && e->type->ops.insert_requests)
type              459 block/blk-mq-sched.c 		e->type->ops.insert_requests(hctx, list, false);
type              601 block/blk-mq-sched.c 		if (e->type->ops.exit_hctx && hctx->sched_data) {
type              602 block/blk-mq-sched.c 			e->type->ops.exit_hctx(hctx, i);
type              607 block/blk-mq-sched.c 	if (e->type->ops.exit_sched)
type              608 block/blk-mq-sched.c 		e->type->ops.exit_sched(e);
type               50 block/blk-mq-sched.h 	if (e && e->type->ops.allow_merge)
type               51 block/blk-mq-sched.h 		return e->type->ops.allow_merge(q, rq, bio);
type               60 block/blk-mq-sched.h 	if (e && e->type->ops.completed_request)
type               61 block/blk-mq-sched.h 		e->type->ops.completed_request(rq, now);
type               69 block/blk-mq-sched.h 	if (e && e->type->ops.requeue_request)
type               70 block/blk-mq-sched.h 		e->type->ops.requeue_request(rq);
type               77 block/blk-mq-sched.h 	if (e && e->type->ops.has_work)
type               78 block/blk-mq-sched.h 		return e->type->ops.has_work(hctx);
type               80 block/blk-mq.c 	const int bit = ctx->index_hw[hctx->type];
type               89 block/blk-mq.c 	const int bit = ctx->index_hw[hctx->type];
type              392 block/blk-mq.c 		    e->type->ops.limit_depth &&
type              394 block/blk-mq.c 			e->type->ops.limit_depth(data->cmd_flags, data);
type              410 block/blk-mq.c 		if (e && e->type->ops.prepare_request) {
type              411 block/blk-mq.c 			if (e->type->icq_cache)
type              414 block/blk-mq.c 			e->type->ops.prepare_request(rq, bio);
type              517 block/blk-mq.c 		if (e && e->type->ops.finish_request)
type              518 block/blk-mq.c 			e->type->ops.finish_request(rq);
type              984 block/blk-mq.c 	enum hctx_type type = hctx->type;
type              987 block/blk-mq.c 	list_splice_tail_init(&ctx->rq_lists[type], flush_data->list);
type             1019 block/blk-mq.c 	enum hctx_type type = hctx->type;
type             1022 block/blk-mq.c 	if (!list_empty(&ctx->rq_lists[type])) {
type             1023 block/blk-mq.c 		dispatch_data->rq = list_entry_rq(ctx->rq_lists[type].next);
type             1025 block/blk-mq.c 		if (list_empty(&ctx->rq_lists[type]))
type             1036 block/blk-mq.c 	unsigned off = start ? start->index_hw[hctx->type] : 0;
type             1646 block/blk-mq.c 	enum hctx_type type = hctx->type;
type             1653 block/blk-mq.c 		list_add(&rq->queuelist, &ctx->rq_lists[type]);
type             1655 block/blk-mq.c 		list_add_tail(&rq->queuelist, &ctx->rq_lists[type]);
type             1694 block/blk-mq.c 	enum hctx_type type = hctx->type;
type             1706 block/blk-mq.c 	list_splice_tail_init(list, &ctx->rq_lists[type]);
type             2244 block/blk-mq.c 	enum hctx_type type;
type             2248 block/blk-mq.c 	type = hctx->type;
type             2251 block/blk-mq.c 	if (!list_empty(&ctx->rq_lists[type])) {
type             2252 block/blk-mq.c 		list_splice_init(&ctx->rq_lists[type], &tmp);
type             2528 block/blk-mq.c 			hctx->type = j;
type             2529 block/blk-mq.c 			ctx->index_hw[hctx->type] = hctx->nr_ctx;
type             3188 block/blk-mq.c 		if (q->elevator && q->elevator->type->ops.depth_updated)
type             3189 block/blk-mq.c 			q->elevator->type->ops.depth_updated(hctx);
type             3209 block/blk-mq.c 	struct elevator_type *type;
type             3230 block/blk-mq.c 	qe->type = q->elevator->type;
type             3241 block/blk-mq.c 	__module_get(qe->type->elevator_owner);
type             3256 block/blk-mq.c 			t = qe->type;
type               91 block/blk-mq.h 							  enum hctx_type type,
type               94 block/blk-mq.h 	return q->queue_hw_ctx[q->tag_set->map[type].mq_map[cpu]];
type              107 block/blk-mq.h 	enum hctx_type type = HCTX_TYPE_DEFAULT;
type              113 block/blk-mq.h 		type = HCTX_TYPE_POLL;
type              115 block/blk-mq.h 		type = HCTX_TYPE_READ;
type              117 block/blk-mq.h 	return ctx->hctxs[type];
type              115 block/blk-zoned.c 	if (rep->type == BLK_ZONE_TYPE_CONVENTIONAL)
type              507 block/blk-zoned.c 			if (zones[i].type != BLK_ZONE_TYPE_CONVENTIONAL)
type               65 block/elevator.c 	if (e->type->ops.allow_merge)
type               66 block/elevator.c 		return e->type->ops.allow_merge(q, rq, bio);
type              173 block/elevator.c 	eq->type = e;
type              187 block/elevator.c 	elevator_put(e->type);
type              194 block/elevator.c 	if (e->type->ops.exit_sched)
type              343 block/elevator.c 	if (e->type->ops.request_merge)
type              344 block/elevator.c 		return e->type->ops.request_merge(q, req, bio);
type              391 block/elevator.c 		enum elv_merge type)
type              395 block/elevator.c 	if (e->type->ops.request_merged)
type              396 block/elevator.c 		e->type->ops.request_merged(q, rq, type);
type              398 block/elevator.c 	if (type == ELEVATOR_BACK_MERGE)
type              409 block/elevator.c 	if (e->type->ops.requests_merged)
type              410 block/elevator.c 		e->type->ops.requests_merged(q, rq, next);
type              420 block/elevator.c 	if (e->type->ops.next_request)
type              421 block/elevator.c 		return e->type->ops.next_request(q, rq);
type              430 block/elevator.c 	if (e->type->ops.former_request)
type              431 block/elevator.c 		return e->type->ops.former_request(q, rq);
type              450 block/elevator.c 	error = e->type ? entry->show(e, page) : -ENOENT;
type              468 block/elevator.c 	error = e->type ? entry->store(e, page, length) : -ENOENT;
type              495 block/elevator.c 		struct elv_fs_entry *attr = e->type->elevator_attrs;
type              754 block/elevator.c 	    elevator_match(q->elevator->type, elevator_name, 0)) {
type              790 block/elevator.c 		elv = e->type;
type             1511 block/genhd.c  		disk_to_dev(disk)->type = &disk_type;
type              348 block/ioctl.c  	return ops->pr_reserve(bdev, rsv.key, rsv.type, rsv.flags);
type              366 block/ioctl.c  	return ops->pr_release(bdev, rsv.key, rsv.type);
type              384 block/ioctl.c  	return ops->pr_preempt(bdev, p.old_key, p.new_key, p.type, abort);
type              211 block/kyber-iosched.c 				  unsigned int sched_domain, unsigned int type)
type              213 block/kyber-iosched.c 	unsigned int *buckets = kqd->latency_buckets[sched_domain][type];
type              214 block/kyber-iosched.c 	atomic_t *cpu_buckets = cpu_latency->buckets[sched_domain][type];
type              226 block/kyber-iosched.c 				unsigned int sched_domain, unsigned int type,
type              229 block/kyber-iosched.c 	unsigned int *buckets = kqd->latency_buckets[sched_domain][type];
type              256 block/kyber-iosched.c 	memset(buckets, 0, sizeof(kqd->latency_buckets[sched_domain][type]));
type              259 block/kyber-iosched.c 			    kyber_latency_type_names[type], percentile,
type              570 block/kyber-iosched.c 	struct kyber_ctx_queue *kcq = &khd->kcqs[ctx->index_hw[hctx->type]];
type              595 block/kyber-iosched.c 		struct kyber_ctx_queue *kcq = &khd->kcqs[rq->mq_ctx->index_hw[hctx->type]];
type              604 block/kyber-iosched.c 				rq->mq_ctx->index_hw[hctx->type]);
type              618 block/kyber-iosched.c 			       unsigned int sched_domain, unsigned int type,
type              632 block/kyber-iosched.c 	atomic_inc(&cpu_latency->buckets[sched_domain][type][bucket]);
type              127 block/mq-deadline.c 			      enum elv_merge type)
type              134 block/mq-deadline.c 	if (type == ELEVATOR_FRONT_MERGE) {
type              368 block/partition-generic.c 	pdev->type = &part_type;
type              416 block/partitions/acorn.c 	char type[8];
type               70 block/partitions/ibm.c 		      char type[],
type              114 block/partitions/ibm.c 				strncpy(type, label->vol.vollbl, 4);
type              117 block/partitions/ibm.c 				strncpy(type, label->lnx.vollbl, 4);
type              120 block/partitions/ibm.c 			EBCASC(type, 4);
type              229 block/partitions/ibm.c 			if (!strcmp(info->type, "ECKD"))
type              297 block/partitions/ibm.c 	char type[5] = {0,};
type              325 block/partitions/ibm.c 	if (find_label(state, info, geo, blocksize, &labelsect, name, type,
type              327 block/partitions/ibm.c 		if (!strncmp(type, "VOL1", 4)) {
type              330 block/partitions/ibm.c 		} else if (!strncmp(type, "LNX1", 4)) {
type              334 block/partitions/ibm.c 		} else if (!strncmp(type, "CMS1", 4)) {
type              752 block/partitions/ldm.c 	comp->type      = buffer[0x18 + r_vstate];
type             1127 block/partitions/ldm.c 	vb->type   = buf[0x13];
type             1131 block/partitions/ldm.c 	switch (vb->type) {
type             1143 block/partitions/ldm.c 			 (unsigned long long) vb->obj_id, vb->type);
type             1146 block/partitions/ldm.c 			(unsigned long long) vb->obj_id, vb->type);
type             1184 block/partitions/ldm.c 	switch (vb->type) {
type              131 block/partitions/ldm.h 	u8	type;
type              174 block/partitions/ldm.h 	u8	type;
type               89 block/partitions/mac.c 		if (!strncasecmp(part->type, "Linux_RAID", 10))
type              101 block/partitions/mac.c 			mac_fix_string(part->type, 32);					
type              107 block/partitions/mac.c 			if (strcasecmp(part->type, "Apple_UNIX_SVR2") == 0
type              108 block/partitions/mac.c 			    || (strncasecmp(part->type, "Linux", 5) == 0
type              109 block/partitions/mac.c 			        && strcasecmp(part->type, "Linux_swap") != 0)) {
type               18 block/partitions/mac.h 	char	type[32];	/* string type description */
type               25 block/partitions/sgi.c 		__be32 type;		/* Type of this partition */
type               75 block/partitions/sgi.c 			if (be32_to_cpu(p->type) == LINUX_RAID_PARTITION)
type               55 block/sed-opal.c 	enum opal_response_token type;
type              762 block/sed-opal.c 		tok->type = OPAL_DTA_TOKENID_SINT;
type              764 block/sed-opal.c 		tok->type = OPAL_DTA_TOKENID_UINT;
type              779 block/sed-opal.c 		tok->type = OPAL_DTA_TOKENID_BYTESTRING;
type              781 block/sed-opal.c 		tok->type = OPAL_DTA_TOKENID_SINT;
type              786 block/sed-opal.c 		tok->type = OPAL_DTA_TOKENID_UINT;
type              809 block/sed-opal.c 		tok->type = OPAL_DTA_TOKENID_BYTESTRING;
type              811 block/sed-opal.c 		tok->type = OPAL_DTA_TOKENID_SINT;
type              813 block/sed-opal.c 		tok->type = OPAL_DTA_TOKENID_UINT;
type              826 block/sed-opal.c 		tok->type = OPAL_DTA_TOKENID_BYTESTRING;
type              828 block/sed-opal.c 		tok->type = OPAL_DTA_TOKENID_SINT;
type              830 block/sed-opal.c 		tok->type = OPAL_DTA_TOKENID_UINT;
type              840 block/sed-opal.c 	tok->type = OPAL_DTA_TOKENID_TOKEN;
type              924 block/sed-opal.c 	if (tok->type != OPAL_DTA_TOKENID_BYTESTRING) {
type              958 block/sed-opal.c 	if (tok->type != OPAL_DTA_TOKENID_UINT) {
type              959 block/sed-opal.c 		pr_debug("Token is not unsigned int: %d\n", tok->type);
type              974 block/sed-opal.c 	    token->type != OPAL_DTA_TOKENID_TOKEN ||
type               30 block/t10-pi.c 		csum_fn *fn, enum t10_dif_type type)
type               40 block/t10-pi.c 		if (type == T10_PI_TYPE1_PROTECTION)
type               54 block/t10-pi.c 		csum_fn *fn, enum t10_dif_type type)
type               58 block/t10-pi.c 	BUG_ON(type == T10_PI_TYPE0_PROTECTION);
type               64 block/t10-pi.c 		if (type == T10_PI_TYPE1_PROTECTION ||
type               65 block/t10-pi.c 		    type == T10_PI_TYPE2_PROTECTION) {
type               77 block/t10-pi.c 		} else if (type == T10_PI_TYPE3_PROTECTION) {
type              109 certs/blacklist.c int is_hash_blacklisted(const u8 *hash, size_t hash_len, const char *type)
type              112 certs/blacklist.c 	size_t type_len = strlen(type);
type              119 certs/blacklist.c 	p = memcpy(buffer, type, type_len);
type               37 certs/system_keyring.c 				     const struct key_type *type,
type               41 certs/system_keyring.c 	return restrict_link_by_signature(dest_keyring, type, payload,
type               56 certs/system_keyring.c 	const struct key_type *type,
type               63 certs/system_keyring.c 	if (type == &key_type_keyring &&
type               69 certs/system_keyring.c 	return restrict_link_by_signature(dest_keyring, type, payload,
type              334 crypto/ablkcipher.c static unsigned int crypto_ablkcipher_ctxsize(struct crypto_alg *alg, u32 type,
type              340 crypto/ablkcipher.c static int crypto_init_ablkcipher_ops(struct crypto_tfm *tfm, u32 type,
type              365 crypto/ablkcipher.c 	strscpy(rblkcipher.type, "ablkcipher", sizeof(rblkcipher.type));
type               33 crypto/acompress.c 	strscpy(racomp.type, "acomp", sizeof(racomp.type));
type              101 crypto/acompress.c 	.type = CRYPTO_ALG_TYPE_ACOMPRESS,
type              105 crypto/acompress.c struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
type              108 crypto/acompress.c 	return crypto_alloc_tfm(alg_name, &crypto_acomp_type, type, mask);
type              518 crypto/adiantum.c 	if ((algt->type ^ CRYPTO_ALG_TYPE_SKCIPHER) & algt->mask)
type              544 crypto/adiantum.c 				   0, crypto_requires_sync(algt->type,
type              158 crypto/aead.c  	strscpy(raead.type, "aead", sizeof(raead.type));
type              211 crypto/aead.c  	.type = CRYPTO_ALG_TYPE_AEAD,
type              232 crypto/aead.c  				       struct rtattr **tb, u32 type, u32 mask)
type              247 crypto/aead.c  	if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask)
type              261 crypto/aead.c  	mask |= crypto_requires_sync(algt->type, algt->mask);
type              264 crypto/aead.c  	err = crypto_grab_aead(spawn, name, type, mask);
type              372 crypto/aead.c  		     u32 type, u32 mask)
type              375 crypto/aead.c  	return crypto_grab_spawn(&spawn->base, name, type, mask);
type              379 crypto/aead.c  struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask)
type              381 crypto/aead.c  	return crypto_alloc_tfm(alg_name, &crypto_aead_type, type, mask);
type               23 crypto/af_alg.c 	const struct af_alg_type *type;
type               41 crypto/af_alg.c 	const struct af_alg_type *type = ERR_PTR(-ENOENT);
type               46 crypto/af_alg.c 		if (strcmp(node->type->name, name))
type               49 crypto/af_alg.c 		if (try_module_get(node->type->owner))
type               50 crypto/af_alg.c 			type = node->type;
type               55 crypto/af_alg.c 	return type;
type               58 crypto/af_alg.c int af_alg_register_type(const struct af_alg_type *type)
type               65 crypto/af_alg.c 		if (!strcmp(node->type->name, type->name))
type               74 crypto/af_alg.c 	type->ops->owner = THIS_MODULE;
type               75 crypto/af_alg.c 	if (type->ops_nokey)
type               76 crypto/af_alg.c 		type->ops_nokey->owner = THIS_MODULE;
type               77 crypto/af_alg.c 	node->type = type;
type               88 crypto/af_alg.c int af_alg_unregister_type(const struct af_alg_type *type)
type               95 crypto/af_alg.c 		if (strcmp(node->type->name, type->name))
type              109 crypto/af_alg.c static void alg_do_release(const struct af_alg_type *type, void *private)
type              111 crypto/af_alg.c 	if (!type)
type              114 crypto/af_alg.c 	type->release(private);
type              115 crypto/af_alg.c 	module_put(type->owner);
type              156 crypto/af_alg.c 	const struct af_alg_type *type;
type              173 crypto/af_alg.c 	type = alg_get_type(sa->salg_type);
type              174 crypto/af_alg.c 	if (IS_ERR(type) && PTR_ERR(type) == -ENOENT) {
type              176 crypto/af_alg.c 		type = alg_get_type(sa->salg_type);
type              179 crypto/af_alg.c 	if (IS_ERR(type))
type              180 crypto/af_alg.c 		return PTR_ERR(type);
type              182 crypto/af_alg.c 	private = type->bind(sa->salg_name, sa->salg_feat, sa->salg_mask);
type              184 crypto/af_alg.c 		module_put(type->owner);
type              193 crypto/af_alg.c 	swap(ask->type, type);
type              201 crypto/af_alg.c 	alg_do_release(type, private);
type              210 crypto/af_alg.c 	const struct af_alg_type *type = ask->type;
type              222 crypto/af_alg.c 	err = type->setkey(ask->private, key, keylen);
type              235 crypto/af_alg.c 	const struct af_alg_type *type;
type              242 crypto/af_alg.c 	type = ask->type;
type              245 crypto/af_alg.c 	if (level != SOL_ALG || !type)
type              252 crypto/af_alg.c 		if (!type->setkey)
type              260 crypto/af_alg.c 		if (!type->setauthsize)
type              262 crypto/af_alg.c 		err = type->setauthsize(ask->private, optlen);
type              274 crypto/af_alg.c 	const struct af_alg_type *type;
type              280 crypto/af_alg.c 	type = ask->type;
type              283 crypto/af_alg.c 	if (!type)
type              295 crypto/af_alg.c 	err = type->accept(ask->private, sk2);
type              298 crypto/af_alg.c 	if (nokey && type->accept_nokey)
type              299 crypto/af_alg.c 		err = type->accept_nokey(ask->private, sk2);
type              308 crypto/af_alg.c 	alg_sk(sk2)->type = type;
type              311 crypto/af_alg.c 	newsock->ops = type->ops;
type              315 crypto/af_alg.c 		newsock->ops = type->ops_nokey;
type              358 crypto/af_alg.c 	alg_do_release(ask->type, ask->private);
type              367 crypto/af_alg.c 	if (sock->type != SOCK_SEQPACKET)
type              519 crypto/ahash.c 	strscpy(rhash.type, "ahash", sizeof(rhash.type));
type              554 crypto/ahash.c 	.type = CRYPTO_ALG_TYPE_AHASH,
type              559 crypto/ahash.c struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
type              562 crypto/ahash.c 	return crypto_alloc_tfm(alg_name, &crypto_ahash_type, type, mask);
type              566 crypto/ahash.c int crypto_has_ahash(const char *alg_name, u32 type, u32 mask)
type              568 crypto/ahash.c 	return crypto_type_has_alg(alg_name, &crypto_ahash_type, type, mask);
type              665 crypto/ahash.c struct hash_alg_common *ahash_attr_alg(struct rtattr *rta, u32 type, u32 mask)
type              669 crypto/ahash.c 	alg = crypto_attr_alg2(rta, &crypto_ahash_type, type, mask);
type               30 crypto/akcipher.c 	strscpy(rakcipher.type, "akcipher", sizeof(rakcipher.type));
type               89 crypto/akcipher.c 	.type = CRYPTO_ALG_TYPE_AKCIPHER,
type               94 crypto/akcipher.c 			 u32 type, u32 mask)
type               97 crypto/akcipher.c 	return crypto_grab_spawn(&spawn->base, name, type, mask);
type              101 crypto/akcipher.c struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type,
type              104 crypto/akcipher.c 	return crypto_alloc_tfm(alg_name, &crypto_akcipher_type, type, mask);
type              661 crypto/algapi.c 	if ((alg->cra_flags ^ frontend->type) & frontend->maskset)
type              673 crypto/algapi.c 		      u32 type, u32 mask)
type              678 crypto/algapi.c 	alg = crypto_find_alg(name, spawn->frontend, type, mask);
type              712 crypto/algapi.c struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
type              723 crypto/algapi.c 	if (unlikely((alg->cra_flags ^ type) & mask))
type              726 crypto/algapi.c 	tfm = __crypto_alloc_tfm(alg, type, mask);
type              789 crypto/algapi.c int crypto_check_attr_type(struct rtattr **tb, u32 type)
type              797 crypto/algapi.c 	if ((algt->type ^ type) & algt->mask)
type              824 crypto/algapi.c 				    u32 type, u32 mask)
type              832 crypto/algapi.c 	return crypto_find_alg(name, frontend, type, mask);
type             1038 crypto/algapi.c 			u32 type, u32 mask)
type             1041 crypto/algapi.c 	struct crypto_alg *alg = crypto_find_alg(name, frontend, type, mask);
type               29 crypto/algboss.c 	} type;
type               54 crypto/algboss.c 	u32 type;
type              175 crypto/algboss.c 	param->type.attr.rta_len = sizeof(param->type);
type              176 crypto/algboss.c 	param->type.attr.rta_type = CRYPTOA_TYPE;
type              177 crypto/algboss.c 	param->type.data.type = larval->alg.cra_flags & ~CRYPTO_ALG_TESTED;
type              178 crypto/algboss.c 	param->type.data.mask = larval->mask & ~CRYPTO_ALG_TESTED;
type              179 crypto/algboss.c 	param->tb[0] = &param->type.attr;
type              208 crypto/algboss.c 	u32 type = param->type;
type              215 crypto/algboss.c 	if (type & CRYPTO_ALG_TESTED)
type              218 crypto/algboss.c 	err = alg_test(param->driver, param->alg, type, CRYPTO_ALG_TESTED);
type              231 crypto/algboss.c 	u32 type;
type              242 crypto/algboss.c 	type = alg->cra_flags;
type              245 crypto/algboss.c 	if (type & CRYPTO_ALG_INTERNAL)
type              246 crypto/algboss.c 		type |= CRYPTO_ALG_TESTED;
type              248 crypto/algboss.c 	param->type = type;
type              473 crypto/algif_aead.c static void *aead_bind(const char *name, u32 type, u32 mask)
type              483 crypto/algif_aead.c 	aead = crypto_alloc_aead(name, type, mask);
type              401 crypto/algif_hash.c static void *hash_bind(const char *name, u32 type, u32 mask)
type              403 crypto/algif_hash.c 	return crypto_alloc_ahash(name, type, mask);
type              116 crypto/algif_rng.c static void *rng_bind(const char *name, u32 type, u32 mask)
type              118 crypto/algif_rng.c 	return crypto_alloc_rng(name, type, mask);
type              304 crypto/algif_skcipher.c static void *skcipher_bind(const char *name, u32 type, u32 mask)
type              306 crypto/algif_skcipher.c 	return crypto_alloc_skcipher(name, type, mask);
type               55 crypto/api.c   static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type,
type               67 crypto/api.c   		if ((q->cra_flags ^ type) & mask)
type              105 crypto/api.c   struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask)
type              114 crypto/api.c   	larval->alg.cra_flags = CRYPTO_ALG_LARVAL | type;
type              125 crypto/api.c   static struct crypto_alg *crypto_larval_add(const char *name, u32 type,
type              131 crypto/api.c   	larval = crypto_larval_alloc(name, type, mask);
type              138 crypto/api.c   	alg = __crypto_alg_lookup(name, type, mask);
type              193 crypto/api.c   static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type,
type              199 crypto/api.c   	if (!((type | mask) & CRYPTO_ALG_TESTED))
type              203 crypto/api.c   	alg = __crypto_alg_lookup(name, type | test, mask | test);
type              205 crypto/api.c   		alg = __crypto_alg_lookup(name, type, mask);
type              217 crypto/api.c   static struct crypto_alg *crypto_larval_lookup(const char *name, u32 type,
type              225 crypto/api.c   	type &= ~(CRYPTO_ALG_LARVAL | CRYPTO_ALG_DEAD);
type              228 crypto/api.c   	alg = crypto_alg_lookup(name, type, mask);
type              232 crypto/api.c   		if (!((type ^ CRYPTO_ALG_NEED_FALLBACK) & mask &
type              236 crypto/api.c   		alg = crypto_alg_lookup(name, type, mask);
type              242 crypto/api.c   		alg = crypto_larval_add(name, type, mask);
type              261 crypto/api.c   struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask)
type              274 crypto/api.c   	if (!((type | mask) & CRYPTO_ALG_INTERNAL))
type              277 crypto/api.c   	larval = crypto_larval_lookup(name, type, mask);
type              294 crypto/api.c   static int crypto_init_ops(struct crypto_tfm *tfm, u32 type, u32 mask)
type              299 crypto/api.c   		return type_obj->init(tfm, type, mask);
type              318 crypto/api.c   	const struct crypto_type *type = tfm->__crt_alg->cra_type;
type              320 crypto/api.c   	if (type && tfm->exit)
type              324 crypto/api.c   static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask)
type              331 crypto/api.c   		return len + type_obj->ctxsize(alg, type, mask);
type              356 crypto/api.c   struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
type              363 crypto/api.c   	tfm_size = sizeof(*tfm) + crypto_ctxsize(alg, type, mask);
type              370 crypto/api.c   	err = crypto_init_ops(tfm, type, mask);
type              414 crypto/api.c   struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask)
type              422 crypto/api.c   		alg = crypto_alg_mod_lookup(alg_name, type, mask);
type              428 crypto/api.c   		tfm = __crypto_alloc_tfm(alg, type, mask);
type              491 crypto/api.c   				   u32 type, u32 mask)
type              494 crypto/api.c   		type &= frontend->maskclear;
type              496 crypto/api.c   		type |= frontend->type;
type              500 crypto/api.c   	return crypto_alg_mod_lookup(alg_name, type, mask);
type              525 crypto/api.c   		       const struct crypto_type *frontend, u32 type, u32 mask)
type              533 crypto/api.c   		alg = crypto_find_alg(alg_name, frontend, type, mask);
type              584 crypto/api.c   int crypto_has_alg(const char *name, u32 type, u32 mask)
type              587 crypto/api.c   	struct crypto_alg *alg = crypto_alg_mod_lookup(name, type, mask);
type              547 crypto/asymmetric_keys/asymmetric_type.c 	if (key->type != &key_type_asymmetric)
type               71 crypto/asymmetric_keys/restrict.c 			       const struct key_type *type,
type               84 crypto/asymmetric_keys/restrict.c 	if (type != &key_type_asymmetric)
type              119 crypto/asymmetric_keys/restrict.c 				 const struct key_type *type,
type              131 crypto/asymmetric_keys/restrict.c 	else if (dest_keyring->type != &key_type_keyring)
type              137 crypto/asymmetric_keys/restrict.c 	if (type != &key_type_asymmetric)
type              147 crypto/asymmetric_keys/restrict.c 		if (trusted->type == &key_type_keyring) {
type              153 crypto/asymmetric_keys/restrict.c 		} else if (trusted->type == &key_type_asymmetric) {
type              231 crypto/asymmetric_keys/restrict.c 				    const struct key_type *type,
type              235 crypto/asymmetric_keys/restrict.c 	return key_or_keyring_common(dest_keyring, type, payload, trusted,
type              258 crypto/asymmetric_keys/restrict.c 					  const struct key_type *type,
type              262 crypto/asymmetric_keys/restrict.c 	return key_or_keyring_common(dest_keyring, type, payload, trusted,
type               51 crypto/asymmetric_keys/signature.c 	if (key->type != &key_type_asymmetric)
type              145 crypto/asymmetric_keys/signature.c 	if (key->type != &key_type_asymmetric)
type              398 crypto/authenc.c 	if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask)
type              403 crypto/authenc.c 			      crypto_requires_sync(algt->type, algt->mask));
type              428 crypto/authenc.c 				   crypto_requires_sync(algt->type,
type              416 crypto/authencesn.c 	if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask)
type              421 crypto/authencesn.c 			      crypto_requires_sync(algt->type, algt->mask));
type              446 crypto/authencesn.c 				   crypto_requires_sync(algt->type,
type              439 crypto/blkcipher.c static unsigned int crypto_blkcipher_ctxsize(struct crypto_alg *alg, u32 type,
type              487 crypto/blkcipher.c static int crypto_init_blkcipher_ops(struct crypto_tfm *tfm, u32 type, u32 mask)
type              507 crypto/blkcipher.c 	strscpy(rblkcipher.type, "blkcipher", sizeof(rblkcipher.type));
type              471 crypto/ccm.c   	if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask)
type              500 crypto/ccm.c   				   crypto_requires_sync(algt->type,
type              758 crypto/ccm.c   	if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask)
type              772 crypto/ccm.c   			       crypto_requires_sync(algt->type, algt->mask));
type              581 crypto/chacha20poly1305.c 	if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask)
type              594 crypto/chacha20poly1305.c 			       crypto_requires_sync(algt->type,
type              618 crypto/chacha20poly1305.c 				   crypto_requires_sync(algt->type,
type              194 crypto/cryptd.c static inline void cryptd_check_internal(struct rtattr **tb, u32 *type,
type              203 crypto/cryptd.c 	*type |= algt->type & CRYPTO_ALG_INTERNAL;
type              404 crypto/cryptd.c 	u32 type;
type              408 crypto/cryptd.c 	type = 0;
type              411 crypto/cryptd.c 	cryptd_check_internal(tb, &type, &mask);
type              425 crypto/cryptd.c 	err = crypto_grab_skcipher(&ctx->spawn, name, type, mask);
type              676 crypto/cryptd.c 	u32 type = 0;
type              680 crypto/cryptd.c 	cryptd_check_internal(tb, &type, &mask);
type              682 crypto/cryptd.c 	salg = shash_attr_alg(tb[1], type, mask);
type              860 crypto/cryptd.c 	u32 type = 0;
type              864 crypto/cryptd.c 	cryptd_check_internal(tb, &type, &mask);
type              878 crypto/cryptd.c 	err = crypto_grab_aead(&ctx->aead_spawn, name, type, mask);
type              921 crypto/cryptd.c 	switch (algt->type & algt->mask & CRYPTO_ALG_TYPE_MASK) {
type              962 crypto/cryptd.c 					      u32 type, u32 mask)
type              972 crypto/cryptd.c 	tfm = crypto_alloc_skcipher(cryptd_alg_name, type, mask);
type             1014 crypto/cryptd.c 					u32 type, u32 mask)
type             1023 crypto/cryptd.c 	tfm = crypto_alloc_ahash(cryptd_alg_name, type, mask);
type             1071 crypto/cryptd.c 						  u32 type, u32 mask)
type             1080 crypto/cryptd.c 	tfm = crypto_alloc_aead(cryptd_alg_name, type, mask);
type               78 crypto/crypto_user_base.c 	strscpy(rcipher.type, "cipher", sizeof(rcipher.type));
type               94 crypto/crypto_user_base.c 	strscpy(rcomp.type, "compression", sizeof(rcomp.type));
type              121 crypto/crypto_user_base.c 		strscpy(rl.type, "larval", sizeof(rl.type));
type              389 crypto/crypto_user_base.c #define MSGSIZE(type) sizeof(struct type)
type              401 crypto/crypto_user_base.c 	[CRYPTOCFGA_PRIORITY_VAL]   = { .type = NLA_U32},
type              427 crypto/crypto_user_base.c 	int type, err;
type              429 crypto/crypto_user_base.c 	type = nlh->nlmsg_type;
type              430 crypto/crypto_user_base.c 	if (type > CRYPTO_MSG_MAX)
type              433 crypto/crypto_user_base.c 	type -= CRYPTO_MSG_BASE;
type              434 crypto/crypto_user_base.c 	link = &crypto_dispatch[type];
type              436 crypto/crypto_user_base.c 	if ((type == (CRYPTO_MSG_GETALG - CRYPTO_MSG_BASE) &&
type              461 crypto/crypto_user_base.c 	err = nlmsg_parse_deprecated(nlh, crypto_msg_min[type], attrs,
type               37 crypto/crypto_user_stat.c 	strscpy(raead.type, "aead", sizeof(raead.type));
type               54 crypto/crypto_user_stat.c 	strscpy(rcipher.type, "cipher", sizeof(rcipher.type));
type               71 crypto/crypto_user_stat.c 	strscpy(rcomp.type, "compression", sizeof(rcomp.type));
type               87 crypto/crypto_user_stat.c 	strscpy(racomp.type, "acomp", sizeof(racomp.type));
type              103 crypto/crypto_user_stat.c 	strscpy(rakcipher.type, "akcipher", sizeof(rakcipher.type));
type              122 crypto/crypto_user_stat.c 	strscpy(rkpp.type, "kpp", sizeof(rkpp.type));
type              138 crypto/crypto_user_stat.c 	strscpy(rhash.type, "ahash", sizeof(rhash.type));
type              153 crypto/crypto_user_stat.c 	strscpy(rhash.type, "shash", sizeof(rhash.type));
type              168 crypto/crypto_user_stat.c 	strscpy(rrng.type, "rng", sizeof(rrng.type));
type              201 crypto/crypto_user_stat.c 		strscpy(rl.type, "larval", sizeof(rl.type));
type              278 crypto/ctr.c   	if ((algt->type ^ CRYPTO_ALG_TYPE_SKCIPHER) & algt->mask)
type              289 crypto/ctr.c   	mask = crypto_requires_sync(algt->type, algt->mask) |
type              290 crypto/ctr.c   		crypto_requires_off(algt->type, algt->mask,
type              341 crypto/cts.c   	if ((algt->type ^ CRYPTO_ALG_TYPE_SKCIPHER) & algt->mask)
type              356 crypto/cts.c   				   crypto_requires_sync(algt->type,
type               45 crypto/dh_helper.c 		.type = CRYPTO_KPP_SECRET_TYPE_DH,
type               77 crypto/dh_helper.c 	if (secret.type != CRYPTO_KPP_SECRET_TYPE_DH)
type               38 crypto/ecdh_helper.c 		.type = CRYPTO_KPP_SECRET_TYPE_ECDH,
type               67 crypto/ecdh_helper.c 	if (secret.type != CRYPTO_KPP_SECRET_TYPE_ECDH)
type              471 crypto/essiv.c 	u32 type;
type              486 crypto/essiv.c 	type = algt->type & algt->mask;
type              488 crypto/essiv.c 	switch (type) {
type              502 crypto/essiv.c 					   crypto_requires_sync(algt->type,
type              524 crypto/essiv.c 				       crypto_requires_sync(algt->type,
type              589 crypto/essiv.c 	if (type == CRYPTO_ALG_TYPE_BLKCIPHER) {
type              631 crypto/essiv.c 	if (type == CRYPTO_ALG_TYPE_BLKCIPHER)
type              599 crypto/gcm.c   	if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask)
type              605 crypto/gcm.c   				    crypto_requires_sync(algt->type,
type              630 crypto/gcm.c   				   crypto_requires_sync(algt->type,
type              880 crypto/gcm.c   	if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask)
type              894 crypto/gcm.c   			       crypto_requires_sync(algt->type, algt->mask));
type             1117 crypto/gcm.c   	if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask)
type             1132 crypto/gcm.c   			       crypto_requires_sync(algt->type, algt->mask));
type               59 crypto/internal.h struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask);
type               64 crypto/internal.h struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask);
type               71 crypto/internal.h struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
type               77 crypto/internal.h 				   u32 type, u32 mask);
type               79 crypto/internal.h 		       const struct crypto_type *frontend, u32 type, u32 mask);
type               86 crypto/internal.h 			u32 type, u32 mask);
type               30 crypto/kpp.c   	strscpy(rkpp.type, "kpp", sizeof(rkpp.type));
type               80 crypto/kpp.c   	.type = CRYPTO_ALG_TYPE_KPP,
type               84 crypto/kpp.c   struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask)
type               86 crypto/kpp.c   	return crypto_alloc_tfm(alg_name, &crypto_kpp_type, type, mask);
type              312 crypto/lrw.c   	if ((algt->type ^ CRYPTO_ALG_TYPE_SKCIPHER) & algt->mask)
type              327 crypto/lrw.c   				   crypto_requires_sync(algt->type,
type              336 crypto/lrw.c   					   crypto_requires_sync(algt->type,
type              230 crypto/pcrypt.c 			      u32 type, u32 mask)
type              316 crypto/pcrypt.c 	switch (algt->type & algt->mask & CRYPTO_ALG_TYPE_MASK) {
type              318 crypto/pcrypt.c 		return pcrypt_create_aead(tmpl, tb, algt->type, algt->mask);
type               80 crypto/rng.c   	strscpy(rrng.type, "rng", sizeof(rrng.type));
type              110 crypto/rng.c   	.type = CRYPTO_ALG_TYPE_RNG,
type              114 crypto/rng.c   struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask)
type              116 crypto/rng.c   	return crypto_alloc_tfm(alg_name, &crypto_rng_type, type, mask);
type              613 crypto/rsa-pkcs1pad.c 	if ((algt->type ^ CRYPTO_ALG_TYPE_AKCIPHER) & algt->mask)
type              641 crypto/rsa-pkcs1pad.c 			crypto_requires_sync(algt->type, algt->mask));
type               48 crypto/scompress.c 	strscpy(rscomp.type, "scomp", sizeof(rscomp.type));
type              253 crypto/scompress.c 	.type = CRYPTO_ALG_TYPE_SCOMPRESS,
type              181 crypto/seqiv.c 	if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & CRYPTO_ALG_TYPE_MASK)
type              409 crypto/shash.c 	strscpy(rhash.type, "shash", sizeof(rhash.type));
type              443 crypto/shash.c 	.type = CRYPTO_ALG_TYPE_SHASH,
type              447 crypto/shash.c struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type,
type              450 crypto/shash.c 	return crypto_alloc_tfm(alg_name, &crypto_shash_type, type, mask);
type              569 crypto/shash.c struct shash_alg *shash_attr_alg(struct rtattr *rta, u32 type, u32 mask)
type              573 crypto/shash.c 	alg = crypto_attr_alg2(rta, &crypto_shash_type, type, mask);
type              949 crypto/skcipher.c 	strscpy(rblkcipher.type, "skcipher", sizeof(rblkcipher.type));
type              977 crypto/skcipher.c 	.type = CRYPTO_ALG_TYPE_SKCIPHER,
type              982 crypto/skcipher.c 			  const char *name, u32 type, u32 mask)
type              985 crypto/skcipher.c 	return crypto_grab_spawn(&spawn->base, name, type, mask);
type              990 crypto/skcipher.c 					      u32 type, u32 mask)
type              992 crypto/skcipher.c 	return crypto_alloc_tfm(alg_name, &crypto_skcipher_type2, type, mask);
type              997 crypto/skcipher.c 				const char *alg_name, u32 type, u32 mask)
type             1004 crypto/skcipher.c 	tfm = crypto_alloc_tfm(alg_name, &crypto_skcipher_type2, type, mask);
type             1020 crypto/skcipher.c int crypto_has_skcipher2(const char *alg_name, u32 type, u32 mask)
type             1023 crypto/skcipher.c 				   type, mask);
type             1184 crypto/skcipher.c 	if ((algt->type ^ CRYPTO_ALG_TYPE_SKCIPHER) & algt->mask)
type             1188 crypto/skcipher.c 		crypto_requires_off(algt->type, algt->mask,
type               62 crypto/tcrypt.c static u32 type;
type             1660 crypto/tcrypt.c static int do_test(const char *alg, u32 type, u32 mask, int m, u32 num_mb)
type             1668 crypto/tcrypt.c 			if (!crypto_has_alg(alg, type,
type             3035 crypto/tcrypt.c 	err = do_test(alg, type, mask, mode, num_mb);
type             3071 crypto/tcrypt.c module_param(type, uint, 0);
type               62 crypto/testmgr.c int alg_test(const char *driver, const char *alg, u32 type, u32 mask)
type              128 crypto/testmgr.c 		    u32 type, u32 mask);
type             1051 crypto/testmgr.c static int check_hash_result(const char *type,
type             1060 crypto/testmgr.c 		       type, driver, vec_name, cfg->name);
type             1065 crypto/testmgr.c 		       type, driver, vec_name, cfg->name);
type             1675 crypto/testmgr.c static int alloc_shash(const char *driver, u32 type, u32 mask,
type             1682 crypto/testmgr.c 	tfm = crypto_alloc_shash(driver, type, mask);
type             1710 crypto/testmgr.c 			   u32 type, u32 mask,
type             1728 crypto/testmgr.c 	atfm = crypto_alloc_ahash(driver, type, mask);
type             1747 crypto/testmgr.c 	err = alloc_shash(driver, type, mask, &stfm, &desc);
type             1795 crypto/testmgr.c 			 u32 type, u32 mask)
type             1825 crypto/testmgr.c 		err = __alg_test_hash(template, nr_unkeyed, driver, type, mask,
type             1831 crypto/testmgr.c 		err = __alg_test_hash(template, nr_keyed, driver, type, mask,
type             2298 crypto/testmgr.c 			 u32 type, u32 mask)
type             2311 crypto/testmgr.c 	tfm = crypto_alloc_aead(driver, type, mask);
type             2857 crypto/testmgr.c 			     const char *driver, u32 type, u32 mask)
type             2870 crypto/testmgr.c 	tfm = crypto_alloc_skcipher(driver, type, mask);
type             3248 crypto/testmgr.c 			   const char *driver, u32 type, u32 mask)
type             3254 crypto/testmgr.c 	tfm = crypto_alloc_cipher(driver, type, mask);
type             3270 crypto/testmgr.c 			 u32 type, u32 mask)
type             3275 crypto/testmgr.c 	u32 algo_type = type & CRYPTO_ALG_TYPE_ACOMPRESS_MASK;
type             3278 crypto/testmgr.c 		acomp = crypto_alloc_acomp(driver, type, mask);
type             3290 crypto/testmgr.c 		comp = crypto_alloc_comp(driver, type, mask);
type             3308 crypto/testmgr.c 			   const char *driver, u32 type, u32 mask)
type             3314 crypto/testmgr.c 	err = alg_test_hash(desc, driver, type, mask);
type             3318 crypto/testmgr.c 	tfm = crypto_alloc_shash(driver, type, mask);
type             3360 crypto/testmgr.c 			  u32 type, u32 mask)
type             3365 crypto/testmgr.c 	rng = crypto_alloc_rng(driver, type, mask);
type             3381 crypto/testmgr.c 			  const char *driver, u32 type, u32 mask)
type             3392 crypto/testmgr.c 	drng = crypto_alloc_rng(driver, type, mask);
type             3449 crypto/testmgr.c 			 u32 type, u32 mask)
type             3461 crypto/testmgr.c 		err = drbg_cavs_test(&template[i], pr, driver, type, mask);
type             3632 crypto/testmgr.c 			u32 type, u32 mask)
type             3637 crypto/testmgr.c 	tfm = crypto_alloc_kpp(driver, type, mask);
type             3852 crypto/testmgr.c 			     const char *driver, u32 type, u32 mask)
type             3857 crypto/testmgr.c 	tfm = crypto_alloc_akcipher(driver, type, mask);
type             3872 crypto/testmgr.c 			     const char *driver, u32 type, u32 mask)
type             5206 crypto/testmgr.c int alg_test(const char *driver, const char *alg, u32 type, u32 mask)
type             5219 crypto/testmgr.c 	if ((type & CRYPTO_ALG_TYPE_MASK) == CRYPTO_ALG_TYPE_CIPHER) {
type             5233 crypto/testmgr.c 		rc = alg_test_cipher(alg_test_descs + i, driver, type, mask);
type             5249 crypto/testmgr.c 					     type, mask);
type             5252 crypto/testmgr.c 					     type, mask);
type              351 crypto/xts.c   	if ((algt->type ^ CRYPTO_ALG_TYPE_SKCIPHER) & algt->mask)
type              366 crypto/xts.c   	mask = crypto_requires_off(algt->type, algt->mask,
type              227 drivers/accessibility/braille/braille_console.c 		unsigned char type = KTYP(param->value) - 0xf0;
type              228 drivers/accessibility/braille/braille_console.c 		if (type == KT_SPEC) {
type              278 drivers/acpi/ac.c 	    event->type == ACPI_BATTERY_NOTIFY_STATUS)
type              355 drivers/acpi/ac.c 	ac->charger_desc.type = POWER_SUPPLY_TYPE_MAINS;
type               56 drivers/acpi/acpi_adxl.c 	if (o->type != ACPI_TYPE_INTEGER) {
type               57 drivers/acpi/acpi_adxl.c 		pr_info("Bad 1st element type %d\n", o->type);
type               66 drivers/acpi/acpi_adxl.c 	if (o->type != ACPI_TYPE_PACKAGE) {
type               67 drivers/acpi/acpi_adxl.c 		pr_info("Bad 2nd element type %d\n", o->type);
type              111 drivers/acpi/acpi_adxl.c 	argv4[0].type = ACPI_TYPE_PACKAGE;
type              114 drivers/acpi/acpi_adxl.c 	argv4[1].integer.type = ACPI_TYPE_INTEGER;
type              103 drivers/acpi/acpi_lpat.c 	if (!obj_p || (obj_p->type != ACPI_TYPE_PACKAGE) ||
type              113 drivers/acpi/acpi_lpat.c 		if (obj_e->type != ACPI_TYPE_INTEGER) {
type              135 drivers/acpi/acpi_lpit.c 		if (!lpit_native->header.type && !lpit_native->header.flags) {
type              672 drivers/acpi/acpi_lpss.c 		adev->pnp.type.platform_id = 0;
type              380 drivers/acpi/acpi_pad.c 	if (package->type == ACPI_TYPE_PACKAGE &&
type               73 drivers/acpi/acpi_tad.c 		{ .type = ACPI_TYPE_BUFFER, },
type              123 drivers/acpi/acpi_tad.c 	if (out_obj->type != ACPI_TYPE_BUFFER)
type              255 drivers/acpi/acpi_tad.c 		{ .type = ACPI_TYPE_INTEGER, },
type              256 drivers/acpi/acpi_tad.c 		{ .type = ACPI_TYPE_INTEGER, },
type              305 drivers/acpi/acpi_tad.c 		{ .type = ACPI_TYPE_INTEGER, },
type              361 drivers/acpi/acpi_tad.c 		{ .type = ACPI_TYPE_INTEGER, },
type              402 drivers/acpi/acpi_tad.c 		{ .type = ACPI_TYPE_INTEGER, },
type              332 drivers/acpi/acpi_video.c 	if (!obj || (obj->type != ACPI_TYPE_PACKAGE)) {
type              675 drivers/acpi/acpi_video.c 	if (obj && obj->type == ACPI_TYPE_BUFFER)
type              861 drivers/acpi/acpi_video.c 		if (o->type != ACPI_TYPE_INTEGER) {
type             1329 drivers/acpi/acpi_video.c 	if (!dod || (dod->type != ACPI_TYPE_PACKAGE)) {
type             1350 drivers/acpi/acpi_video.c 		if (obj->type != ACPI_TYPE_INTEGER) {
type             1453 drivers/acpi/acpi_video.c int acpi_video_get_edid(struct acpi_device *device, int type, int device_id,
type             1477 drivers/acpi/acpi_video.c 		if (type) {
type             1478 drivers/acpi/acpi_video.c 			switch (type) {
type             1503 drivers/acpi/acpi_video.c 		    buffer->type != ACPI_TYPE_BUFFER) {
type             1508 drivers/acpi/acpi_video.c 			    buffer->type != ACPI_TYPE_BUFFER) {
type             1771 drivers/acpi/acpi_video.c 	props.type = BACKLIGHT_FIRMWARE;
type             2155 drivers/acpi/acpi_video.c 	unsigned long type;
type             2161 drivers/acpi/acpi_video.c 	if (kstrtoul(chassis_type, 10, &type) != 0)
type             2164 drivers/acpi/acpi_video.c 	switch (type) {
type               51 drivers/acpi/acpica/acconvert.h void cv_place_comment(u8 type, char *comment_string);
type              102 drivers/acpi/acpica/acdebug.h acpi_db_convert_to_object(acpi_object_type type,
type              133 drivers/acpi/acpica/acdispat.h acpi_ds_store_object_to_local(u8 type,
type              149 drivers/acpi/acpica/acdispat.h acpi_ds_method_data_get_value(u8 type,
type              160 drivers/acpi/acpica/acdispat.h acpi_ds_method_data_get_node(u8 type,
type              278 drivers/acpi/acpica/acdispat.h 			 acpi_object_type type,
type               79 drivers/acpi/acpica/acinterp.h 			  union acpi_operand_object **result_desc, u32 type);
type              120 drivers/acpi/acpica/acinterp.h acpi_ex_trace_point(acpi_trace_event_type type,
type              136 drivers/acpi/acpica/aclocal.h 	u8 type;		/* ACPI Type associated with this name */
type              315 drivers/acpi/acpica/aclocal.h 	u8 type;
type              326 drivers/acpi/acpica/aclocal.h 	u8 type;
type              335 drivers/acpi/acpica/aclocal.h 	u8 type;
type              343 drivers/acpi/acpica/aclocal.h 	u8 type;
type              704 drivers/acpi/acpica/aclocal.h 	u8 type;		/* Opcode type */
type             1141 drivers/acpi/acpica/aclocal.h 	u8 type;
type              383 drivers/acpi/acpica/acmacros.h #define ACPI_OP(name, Pargs, Iargs, obj_type, class, type, flags) \
type              384 drivers/acpi/acpica/acmacros.h 	{name, (u32)(Pargs), (u32)(Iargs), (u32)(flags), obj_type, class, type}
type              386 drivers/acpi/acpica/acmacros.h #define ACPI_OP(name, Pargs, Iargs, obj_type, class, type, flags) \
type              387 drivers/acpi/acpica/acmacros.h 	{(u32)(Pargs), (u32)(Iargs), (u32)(flags), obj_type, class, type}
type               77 drivers/acpi/acpica/acnamesp.h acpi_ns_walk_namespace(acpi_object_type type,
type               90 drivers/acpi/acpica/acnamesp.h struct acpi_namespace_node *acpi_ns_get_next_node_typed(acpi_object_type type,
type              120 drivers/acpi/acpica/acnamesp.h 	       acpi_object_type type,
type              194 drivers/acpi/acpica/acnamesp.h acpi_ns_dump_objects(acpi_object_type type,
type              200 drivers/acpi/acpica/acnamesp.h acpi_ns_dump_object_paths(acpi_object_type type,
type              251 drivers/acpi/acpica/acnamesp.h u32 acpi_ns_opens_scope(acpi_object_type type);
type              296 drivers/acpi/acpica/acnamesp.h 		      union acpi_operand_object *object, acpi_object_type type);
type              362 drivers/acpi/acpica/acnamesp.h 			 acpi_object_type type,
type              368 drivers/acpi/acpica/acnamesp.h 			 acpi_object_type type,
type              374 drivers/acpi/acpica/acnamesp.h 		     struct acpi_namespace_node *node, acpi_object_type type);
type              381 drivers/acpi/acpica/acnamesp.h u32 acpi_ns_local(acpi_object_type type);
type               49 drivers/acpi/acpica/acobject.h 	u8                              type;               /* acpi_object_type */\
type              121 drivers/acpi/acpica/acpredef.h #define METHOD_RETURNS(type)            (type)
type              126 drivers/acpi/acpica/acstruct.h 		struct acpi_object_integer *type;
type              205 drivers/acpi/acpica/acutils.h const char *acpi_ut_get_notify_name(u32 notify_value, acpi_object_type type);
type              208 drivers/acpi/acpica/acutils.h const char *acpi_ut_get_type_name(acpi_object_type type);
type              230 drivers/acpi/acpica/acutils.h u8 acpi_ut_valid_object_type(acpi_object_type type);
type              424 drivers/acpi/acpica/acutils.h 							      type);
type              561 drivers/acpi/acpica/acutils.h acpi_ut_display_init_pathname(u8 type,
type              308 drivers/acpi/acpica/amlresrc.h 	u8                              type; \
type              394 drivers/acpi/acpica/dbcmds.c 			       acpi_ut_get_type_name(node->type));
type              507 drivers/acpi/acpica/dbcmds.c 	if (node->type != ACPI_TYPE_BUFFER) {
type              998 drivers/acpi/acpica/dbcmds.c 			if (node->type != ACPI_TYPE_DEVICE) {
type             1002 drivers/acpi/acpica/dbcmds.c 				     acpi_ut_get_type_name(node->type));
type              141 drivers/acpi/acpica/dbconvert.c 	object->type = ACPI_TYPE_BUFFER;
type              166 drivers/acpi/acpica/dbconvert.c 	acpi_object_type type;
type              176 drivers/acpi/acpica/dbconvert.c 		this = acpi_db_get_next_token(this, &next, &type);
type              183 drivers/acpi/acpica/dbconvert.c 		status = acpi_db_convert_to_object(type, this, &elements[i]);
type              193 drivers/acpi/acpica/dbconvert.c 	object->type = ACPI_TYPE_PACKAGE;
type              218 drivers/acpi/acpica/dbconvert.c acpi_db_convert_to_object(acpi_object_type type,
type              223 drivers/acpi/acpica/dbconvert.c 	switch (type) {
type              226 drivers/acpi/acpica/dbconvert.c 		object->type = ACPI_TYPE_STRING;
type              243 drivers/acpi/acpica/dbconvert.c 		object->type = ACPI_TYPE_INTEGER;
type              354 drivers/acpi/acpica/dbconvert.c 	if (obj_desc->type != ACPI_TYPE_PACKAGE) {
type              359 drivers/acpi/acpica/dbconvert.c 	if (buffer_desc->type != ACPI_TYPE_BUFFER) {
type               55 drivers/acpi/acpica/dbexec.c 		switch (objects[i].type) {
type              459 drivers/acpi/acpica/dbinput.c 	acpi_object_type type = ACPI_TYPE_INTEGER;
type              484 drivers/acpi/acpica/dbinput.c 		type = ACPI_TYPE_STRING;
type              499 drivers/acpi/acpica/dbinput.c 		type = ACPI_TYPE_BUFFER;
type              515 drivers/acpi/acpica/dbinput.c 		type = ACPI_TYPE_PACKAGE;
type              565 drivers/acpi/acpica/dbinput.c 	*return_type = type;
type              109 drivers/acpi/acpica/dbmethod.c 	char type;
type              120 drivers/acpi/acpica/dbmethod.c 	type = type_arg[0];
type              121 drivers/acpi/acpica/dbmethod.c 	if ((type != 'L') && (type != 'A') && (type != 'N')) {
type              128 drivers/acpi/acpica/dbmethod.c 	if (type == 'N') {
type              134 drivers/acpi/acpica/dbmethod.c 		if (node->type != ACPI_TYPE_INTEGER) {
type              163 drivers/acpi/acpica/dbmethod.c 	switch (type) {
type              276 drivers/acpi/acpica/dbmethod.c 	if (method->type != ACPI_TYPE_METHOD) {
type              278 drivers/acpi/acpica/dbmethod.c 			    name, acpi_ut_get_type_name(method->type)));
type              313 drivers/acpi/acpica/dbmethod.c 	status = acpi_ds_scope_stack_push(method, method->type, walk_state);
type              378 drivers/acpi/acpica/dbmethod.c 	if (node->type == ACPI_TYPE_LOCAL_SCOPE) {
type              398 drivers/acpi/acpica/dbmethod.c 	if (obj_info->type == ACPI_TYPE_METHOD) {
type              403 drivers/acpi/acpica/dbmethod.c 			params[i].type = ACPI_TYPE_INTEGER;
type              432 drivers/acpi/acpica/dbnames.c 			       package->ret_info.type,
type              495 drivers/acpi/acpica/dbnames.c 	if (node->type > ACPI_TYPE_NS_NODE_MAX) {
type              497 drivers/acpi/acpica/dbnames.c 			       node->name.ascii, node->type);
type              499 drivers/acpi/acpica/dbnames.c 		info->types[node->type]++;
type              563 drivers/acpi/acpica/dbnames.c 	acpi_object_type type;
type              599 drivers/acpi/acpica/dbnames.c 	type = acpi_db_match_argument(obj_type_arg, acpi_db_object_types);
type              600 drivers/acpi/acpica/dbnames.c 	if (type == ACPI_TYPE_NOT_FOUND) {
type              608 drivers/acpi/acpica/dbnames.c 	     acpi_ut_get_type_name(type));
type              619 drivers/acpi/acpica/dbnames.c 	(void)acpi_walk_namespace(type, ACPI_ROOT_OBJECT, ACPI_UINT32_MAX,
type              625 drivers/acpi/acpica/dbnames.c 	     info.count, acpi_ut_get_type_name(type));
type              669 drivers/acpi/acpica/dbnames.c 		if ((node->type == ACPI_TYPE_LOCAL_ALIAS) ||
type              670 drivers/acpi/acpica/dbnames.c 		    (node->type == ACPI_TYPE_LOCAL_METHOD_ALIAS)) {
type              677 drivers/acpi/acpica/dbnames.c 	if (node->type > ACPI_TYPE_LOCAL_MAX) {
type              679 drivers/acpi/acpica/dbnames.c 			       node, node->type);
type              823 drivers/acpi/acpica/dbnames.c 	if ((node->type != ACPI_TYPE_DEVICE) &&
type              824 drivers/acpi/acpica/dbnames.c 	    (node->type != ACPI_TYPE_PROCESSOR)) {
type              853 drivers/acpi/acpica/dbnames.c 	acpi_os_printf("%-32s Type %X", (char *)buffer.pointer, node->type);
type              109 drivers/acpi/acpica/dbobject.c 	switch (obj_desc->common.type) {
type              169 drivers/acpi/acpica/dbobject.c 	switch (node->type) {
type              208 drivers/acpi/acpica/dbobject.c 	u8 type;
type              232 drivers/acpi/acpica/dbobject.c 		type = obj_desc->common.type;
type              233 drivers/acpi/acpica/dbobject.c 		if (type > ACPI_TYPE_LOCAL_MAX) {
type              234 drivers/acpi/acpica/dbobject.c 			acpi_os_printf(" Type %X [Invalid Type]", (u32)type);
type              240 drivers/acpi/acpica/dbobject.c 		switch (obj_desc->common.type) {
type              410 drivers/acpi/acpica/dbobject.c 	if (node->type != ACPI_TYPE_METHOD) {
type              481 drivers/acpi/acpica/dbobject.c 	if (node->type != ACPI_TYPE_METHOD) {
type              136 drivers/acpi/acpica/dbstats.c 	if (obj_desc->common.type > ACPI_TYPE_NS_NODE_MAX) {
type              139 drivers/acpi/acpica/dbstats.c 		acpi_gbl_obj_type_count[obj_desc->common.type]++;
type              144 drivers/acpi/acpica/dbstats.c 	switch (obj_desc->common.type) {
type              220 drivers/acpi/acpica/dbstats.c 	u32 type;
type              229 drivers/acpi/acpica/dbstats.c 	type = node->type;
type              230 drivers/acpi/acpica/dbstats.c 	if (type > ACPI_TYPE_NS_NODE_MAX) {
type              233 drivers/acpi/acpica/dbstats.c 		acpi_gbl_node_type_count[type]++;
type              257 drivers/acpi/acpica/dbtest.c 	switch (node->type) {
type              318 drivers/acpi/acpica/dbtest.c 		       acpi_ut_get_type_name(node->type), node->name.ascii);
type              420 drivers/acpi/acpica/dbtest.c 	write_value.type = ACPI_TYPE_INTEGER;
type              545 drivers/acpi/acpica/dbtest.c 	write_value.type = ACPI_TYPE_BUFFER;
type              638 drivers/acpi/acpica/dbtest.c 	write_value.type = ACPI_TYPE_STRING;
type              818 drivers/acpi/acpica/dbtest.c 	params[0].type = ACPI_TYPE_LOCAL_REFERENCE;
type              819 drivers/acpi/acpica/dbtest.c 	params[0].reference.actual_type = node->type;
type              840 drivers/acpi/acpica/dbtest.c 	switch (ret_value->type) {
type              850 drivers/acpi/acpica/dbtest.c 		if (ret_value->type != expected_type) {
type              854 drivers/acpi/acpica/dbtest.c 			     acpi_ut_get_type_name(ret_value->type));
type              866 drivers/acpi/acpica/dbtest.c 			       acpi_ut_get_type_name(ret_value->type));
type              899 drivers/acpi/acpica/dbtest.c 	params[0].type = ACPI_TYPE_LOCAL_REFERENCE;
type              900 drivers/acpi/acpica/dbtest.c 	params[0].reference.actual_type = node->type;
type              999 drivers/acpi/acpica/dbtest.c 	if (node->type == ACPI_TYPE_LOCAL_SCOPE) {
type             1019 drivers/acpi/acpica/dbtest.c 	if (obj_info->type == ACPI_TYPE_METHOD) {
type             1034 drivers/acpi/acpica/dbtest.c 			this_param->type = arg_type;
type              111 drivers/acpi/acpica/dbutils.c 	switch (obj_desc->type) {
type              180 drivers/acpi/acpica/dbutils.c 		acpi_os_printf("[Unknown Type] %X\n", obj_desc->type);
type              275 drivers/acpi/acpica/dscontrol.c 				common.type == ACPI_TYPE_LOCAL_REFERENCE)
type              553 drivers/acpi/acpica/dsfield.c 	u8 type = 0;
type              580 drivers/acpi/acpica/dsfield.c 		type = ACPI_TYPE_LOCAL_REGION_FIELD;
type              586 drivers/acpi/acpica/dsfield.c 		type = ACPI_TYPE_LOCAL_BANK_FIELD;
type              592 drivers/acpi/acpica/dsfield.c 		type = ACPI_TYPE_LOCAL_INDEX_FIELD;
type              627 drivers/acpi/acpica/dsfield.c 						(char *)&arg->named.name, type,
type               19 drivers/acpi/acpica/dsmthdat.c acpi_ds_method_data_delete_value(u8 type,
type               23 drivers/acpi/acpica/dsmthdat.c acpi_ds_method_data_set_value(u8 type,
type               69 drivers/acpi/acpica/dsmthdat.c 		walk_state->arguments[i].type = ACPI_TYPE_ANY;
type               82 drivers/acpi/acpica/dsmthdat.c 		walk_state->local_variables[i].type = ACPI_TYPE_ANY;
type              213 drivers/acpi/acpica/dsmthdat.c acpi_ds_method_data_get_node(u8 type,
type              223 drivers/acpi/acpica/dsmthdat.c 	switch (type) {
type              254 drivers/acpi/acpica/dsmthdat.c 		ACPI_ERROR((AE_INFO, "Type %u is invalid", type));
type              279 drivers/acpi/acpica/dsmthdat.c acpi_ds_method_data_set_value(u8 type,
type              291 drivers/acpi/acpica/dsmthdat.c 			  type, object->common.reference_count,
type              292 drivers/acpi/acpica/dsmthdat.c 			  acpi_ut_get_type_name(object->common.type)));
type              296 drivers/acpi/acpica/dsmthdat.c 	status = acpi_ds_method_data_get_node(type, index, walk_state, &node);
type              333 drivers/acpi/acpica/dsmthdat.c acpi_ds_method_data_get_value(u8 type,
type              353 drivers/acpi/acpica/dsmthdat.c 	status = acpi_ds_method_data_get_node(type, index, walk_state, &node);
type              387 drivers/acpi/acpica/dsmthdat.c 			switch (type) {
type              407 drivers/acpi/acpica/dsmthdat.c 					    type));
type              439 drivers/acpi/acpica/dsmthdat.c acpi_ds_method_data_delete_value(u8 type,
type              450 drivers/acpi/acpica/dsmthdat.c 	status = acpi_ds_method_data_get_node(type, index, walk_state, &node);
type              498 drivers/acpi/acpica/dsmthdat.c acpi_ds_store_object_to_local(u8 type,
type              510 drivers/acpi/acpica/dsmthdat.c 			  type, index, obj_desc));
type              520 drivers/acpi/acpica/dsmthdat.c 	status = acpi_ds_method_data_get_node(type, index, walk_state, &node);
type              572 drivers/acpi/acpica/dsmthdat.c 		if (type == ACPI_REFCLASS_ARG) {
type              579 drivers/acpi/acpica/dsmthdat.c 			    (current_obj_desc->common.type ==
type              613 drivers/acpi/acpica/dsmthdat.c 		acpi_ds_method_data_delete_value(type, index, walk_state);
type              622 drivers/acpi/acpica/dsmthdat.c 	    acpi_ds_method_data_set_value(type, index, new_obj_desc,
type              679 drivers/acpi/acpica/dsmthdat.c 	return_VALUE(object->type);
type              289 drivers/acpi/acpica/dsobject.c 	node->type = obj_desc->common.type;
type              293 drivers/acpi/acpica/dsobject.c 	status = acpi_ns_attach_object(node, obj_desc, node->type);
type              341 drivers/acpi/acpica/dsobject.c 	switch (obj_desc->common.type) {
type              375 drivers/acpi/acpica/dsobject.c 		switch (op_info->type) {
type              441 drivers/acpi/acpica/dsobject.c 				    op_info->type));
type              464 drivers/acpi/acpica/dsobject.c 		switch (op_info->type) {
type              538 drivers/acpi/acpica/dsobject.c 			    obj_desc->common.type));
type               92 drivers/acpi/acpica/dsopcode.c 	if (buffer_desc->common.type != ACPI_TYPE_BUFFER) {
type              181 drivers/acpi/acpica/dspkginit.c 			if (arg->common.node->type == ACPI_TYPE_METHOD) {
type              355 drivers/acpi/acpica/dspkginit.c 	if (source_object->common.type == ACPI_TYPE_LOCAL_REFERENCE) {
type              360 drivers/acpi/acpica/dspkginit.c 	} else if (source_object->common.type == ACPI_TYPE_PACKAGE) {
type              390 drivers/acpi/acpica/dspkginit.c 	acpi_object_type type;
type              450 drivers/acpi/acpica/dspkginit.c 	} else if (resolved_node->type == ACPI_TYPE_ANY) {
type              466 drivers/acpi/acpica/dspkginit.c 	if (resolved_node->type == ACPI_TYPE_LOCAL_ALIAS) {
type              475 drivers/acpi/acpica/dspkginit.c 	type = element->reference.node->type;
type              497 drivers/acpi/acpica/dspkginit.c 	switch (type) {
type              466 drivers/acpi/acpica/dsutils.c 		    (walk_state->deferred_node->type == ACPI_TYPE_BUFFER_FIELD)
type              751 drivers/acpi/acpica/dsutils.c 	u8 type;
type              781 drivers/acpi/acpica/dsutils.c 	type = (*operand)->common.type;
type              788 drivers/acpi/acpica/dsutils.c 	if (type == ACPI_TYPE_INTEGER) {
type              111 drivers/acpi/acpica/dswexec.c 	if (local_obj_desc->common.type != ACPI_TYPE_INTEGER) {
type              114 drivers/acpi/acpica/dswexec.c 			    obj_desc, walk_state, obj_desc->common.type));
type              286 drivers/acpi/acpica/dswexec.c 							     type, walk_state);
type              343 drivers/acpi/acpica/dswexec.c 	op_type = walk_state->op_info->type;
type              421 drivers/acpi/acpica/dswexec.c 			    (walk_state->operands[0]->common.type ==
type              423 drivers/acpi/acpica/dswexec.c 			    && (walk_state->operands[1]->common.type ==
type              182 drivers/acpi/acpica/dswload.c 		switch (node->type) {
type              210 drivers/acpi/acpica/dswload.c 					  acpi_ut_get_type_name(node->type)));
type              212 drivers/acpi/acpica/dswload.c 			node->type = ACPI_TYPE_ANY;
type              236 drivers/acpi/acpica/dswload.c 				    acpi_ut_get_type_name(node->type),
type              322 drivers/acpi/acpica/dswload.c 					node->type = (u8) object_type;
type              500 drivers/acpi/acpica/dswload.c 				op->common.node->type = (u8) object_type;
type              520 drivers/acpi/acpica/dswload.c 		op->common.node->type = (u8)object_type;
type              173 drivers/acpi/acpica/dswload2.c 		switch (node->type) {
type              199 drivers/acpi/acpica/dswload2.c 				      acpi_ut_get_type_name(node->type)));
type              201 drivers/acpi/acpica/dswload2.c 			node->type = ACPI_TYPE_ANY;
type              226 drivers/acpi/acpica/dswload2.c 				    acpi_ut_get_type_name(node->type),
type              468 drivers/acpi/acpica/dswload2.c 	switch (walk_state->op_info->type) {
type              637 drivers/acpi/acpica/dswload2.c 						      obj_desc->common.type);
type              718 drivers/acpi/acpica/dswload2.c 			if (new_node->type != ACPI_TYPE_METHOD) {
type               68 drivers/acpi/acpica/dswscope.c 			 acpi_object_type type,
type               86 drivers/acpi/acpica/dswscope.c 	if (!acpi_ut_valid_object_type(type)) {
type               87 drivers/acpi/acpica/dswscope.c 		ACPI_WARNING((AE_INFO, "Invalid object type: 0x%X", type));
type              101 drivers/acpi/acpica/dswscope.c 	scope_info->common.value = (u16) type;
type              647 drivers/acpi/acpica/dswstate.c 						     type, walk_state);
type              296 drivers/acpi/acpica/evgpeinit.c 	u8 type;
type              328 drivers/acpi/acpica/evgpeinit.c 		type = ACPI_GPE_LEVEL_TRIGGERED;
type              333 drivers/acpi/acpica/evgpeinit.c 		type = ACPI_GPE_EDGE_TRIGGERED;
type              389 drivers/acpi/acpica/evgpeinit.c 		if (type != (gpe_event_info->flags & ACPI_GPE_XRUPT_TYPE_MASK)) {
type              406 drivers/acpi/acpica/evgpeinit.c 	gpe_event_info->flags |= (u8)(type | ACPI_GPE_DISPATCH_METHOD);
type              103 drivers/acpi/acpica/evgpeutil.c 		if ((gpe_block->node)->type == ACPI_TYPE_DEVICE) {
type              195 drivers/acpi/acpica/evhandler.c 	if ((node->type != ACPI_TYPE_DEVICE) &&
type              196 drivers/acpi/acpica/evhandler.c 	    (node->type != ACPI_TYPE_REGION) && (node != acpi_gbl_root_node)) {
type              212 drivers/acpi/acpica/evhandler.c 	if (obj_desc->common.type == ACPI_TYPE_DEVICE) {
type              336 drivers/acpi/acpica/evhandler.c 	acpi_object_type type;
type              345 drivers/acpi/acpica/evhandler.c 	if ((node->type != ACPI_TYPE_DEVICE) &&
type              346 drivers/acpi/acpica/evhandler.c 	    (node->type != ACPI_TYPE_PROCESSOR) &&
type              347 drivers/acpi/acpica/evhandler.c 	    (node->type != ACPI_TYPE_THERMAL) && (node != acpi_gbl_root_node)) {
type              442 drivers/acpi/acpica/evhandler.c 		if (node->type == ACPI_TYPE_ANY) {
type              443 drivers/acpi/acpica/evhandler.c 			type = ACPI_TYPE_DEVICE;
type              445 drivers/acpi/acpica/evhandler.c 			type = node->type;
type              448 drivers/acpi/acpica/evhandler.c 		obj_desc = acpi_ut_create_internal_object(type);
type              456 drivers/acpi/acpica/evhandler.c 		obj_desc->common.type = (u8)type;
type              460 drivers/acpi/acpica/evhandler.c 		status = acpi_ns_attach_object(node, obj_desc, type);
type               38 drivers/acpi/acpica/evmisc.c 	switch (node->type) {
type              135 drivers/acpi/acpica/evmisc.c 			  acpi_ut_get_type_name(node->type), notify_value,
type              733 drivers/acpi/acpica/evregion.c 	if ((node->type != ACPI_TYPE_REGION) && (node != acpi_gbl_root_node)) {
type              821 drivers/acpi/acpica/evregion.c 		if ((next_node->type == ACPI_TYPE_REGION) &&
type              834 drivers/acpi/acpica/evregion.c 	objects[0].type = ACPI_TYPE_INTEGER;
type              836 drivers/acpi/acpica/evregion.c 	objects[1].type = ACPI_TYPE_INTEGER;
type              244 drivers/acpi/acpica/evrgnini.c 	while (pci_device_node && (pci_device_node->type != ACPI_TYPE_DEVICE)) {
type              511 drivers/acpi/acpica/evrgnini.c 			switch (node->type) {
type               25 drivers/acpi/acpica/evxface.c 			    u32 type,
type              126 drivers/acpi/acpica/evxface.c 		obj_desc = acpi_ut_create_internal_object(node->type);
type              134 drivers/acpi/acpica/evxface.c 		status = acpi_ns_attach_object(device, obj_desc, node->type);
type              718 drivers/acpi/acpica/evxface.c 			    u32 type,
type              731 drivers/acpi/acpica/evxface.c 	if ((!address) || (type & ~ACPI_GPE_XRUPT_TYPE_MASK)) {
type              789 drivers/acpi/acpica/evxface.c 		if (type !=
type              805 drivers/acpi/acpica/evxface.c 	    (u8)(type |
type              842 drivers/acpi/acpica/evxface.c 			 u32 type, acpi_gpe_handler address, void *context)
type              848 drivers/acpi/acpica/evxface.c 	status = acpi_ev_install_gpe_handler(gpe_device, gpe_number, type,
type              876 drivers/acpi/acpica/evxface.c 			     u32 type, acpi_gpe_handler address, void *context)
type              882 drivers/acpi/acpica/evxface.c 	status = acpi_ev_install_gpe_handler(gpe_device, gpe_number, type,
type              385 drivers/acpi/acpica/evxfgpe.c 	if (device_node->type != ACPI_TYPE_DEVICE) {
type              881 drivers/acpi/acpica/evxfgpe.c 	if (node->type != ACPI_TYPE_DEVICE) {
type              977 drivers/acpi/acpica/evxfgpe.c 	if (node->type != ACPI_TYPE_DEVICE) {
type              134 drivers/acpi/acpica/evxfregn.c 	    ((node->type != ACPI_TYPE_DEVICE) &&
type              135 drivers/acpi/acpica/evxfregn.c 	     (node->type != ACPI_TYPE_PROCESSOR) &&
type              136 drivers/acpi/acpica/evxfregn.c 	     (node->type != ACPI_TYPE_THERMAL) &&
type               65 drivers/acpi/acpica/exconcat.c 	switch (operand0->common.type) {
type               70 drivers/acpi/acpica/exconcat.c 		operand0_type = operand0->common.type;
type               90 drivers/acpi/acpica/exconcat.c 	switch (operand1->common.type) {
type               95 drivers/acpi/acpica/exconcat.c 		operand1_type = operand1->common.type;
type              159 drivers/acpi/acpica/exconcat.c 			    operand0->common.type));
type              266 drivers/acpi/acpica/exconcat.c 			    operand0->common.type));
type              307 drivers/acpi/acpica/exconcat.c 	type_string = acpi_ut_get_type_name(obj_desc->common.type);
type              283 drivers/acpi/acpica/exconfig.c 	switch (obj_desc->common.type) {
type              513 drivers/acpi/acpica/exconfig.c 	    (ddb_handle->common.type != ACPI_TYPE_LOCAL_REFERENCE) ||
type               50 drivers/acpi/acpica/exconvrt.c 	switch (obj_desc->common.type) {
type               85 drivers/acpi/acpica/exconvrt.c 	switch (obj_desc->common.type) {
type              182 drivers/acpi/acpica/exconvrt.c 	switch (obj_desc->common.type) {
type              374 drivers/acpi/acpica/exconvrt.c 			  union acpi_operand_object ** result_desc, u32 type)
type              385 drivers/acpi/acpica/exconvrt.c 	switch (obj_desc->common.type) {
type              395 drivers/acpi/acpica/exconvrt.c 		switch (type) {
type              443 drivers/acpi/acpica/exconvrt.c 		switch (type) {
type              606 drivers/acpi/acpica/exconvrt.c 			if (destination_type != source_desc->common.type) {
type               42 drivers/acpi/acpica/excreate.c 	if ((target_node->type == ACPI_TYPE_LOCAL_ALIAS) ||
type               43 drivers/acpi/acpica/excreate.c 	    (target_node->type == ACPI_TYPE_LOCAL_METHOD_ALIAS)) {
type               63 drivers/acpi/acpica/excreate.c 	switch (target_node->type) {
type               69 drivers/acpi/acpica/excreate.c 		alias_node->type = ACPI_TYPE_LOCAL_METHOD_ALIAS;
type               79 drivers/acpi/acpica/excreate.c 		alias_node->type = ACPI_TYPE_LOCAL_ALIAS;
type               61 drivers/acpi/acpica/exdebug.c 	    (source_desc->common.type == ACPI_TYPE_STRING)) {
type              107 drivers/acpi/acpica/exdebug.c 		if ((source_desc->common.type != ACPI_TYPE_INTEGER) &&
type              108 drivers/acpi/acpica/exdebug.c 		    (source_desc->common.type != ACPI_TYPE_STRING)) {
type              124 drivers/acpi/acpica/exdebug.c 						      source_desc)->type),
type              133 drivers/acpi/acpica/exdebug.c 	switch (source_desc->common.type) {
type              218 drivers/acpi/acpica/exdebug.c 				switch ((source_desc->reference.node)->type) {
type              255 drivers/acpi/acpica/exdebug.c 				switch (object_desc->common.type) {
type              292 drivers/acpi/acpica/exdebug.c 					     object_desc->common.type);
type              368 drivers/acpi/acpica/exdump.c 				       obj_desc->common.type,
type              446 drivers/acpi/acpica/exdump.c 					       (next), next->common.type);
type              449 drivers/acpi/acpica/exdump.c 					if ((next->common.type ==
type              458 drivers/acpi/acpica/exdump.c 						       next->common.type);
type              486 drivers/acpi/acpica/exdump.c 					if ((next->common.type ==
type              518 drivers/acpi/acpica/exdump.c 					       (next), next->common.type);
type              521 drivers/acpi/acpica/exdump.c 					if ((next->common.type ==
type              530 drivers/acpi/acpica/exdump.c 						       next->common.type);
type              631 drivers/acpi/acpica/exdump.c 	switch (obj_desc->common.type) {
type              663 drivers/acpi/acpica/exdump.c 							     type));
type              800 drivers/acpi/acpica/exdump.c 		} else if ((obj_desc->buffer_field.buffer_obj)->common.type !=
type              851 drivers/acpi/acpica/exdump.c 		acpi_os_printf("Unknown Type %X\n", obj_desc->common.type);
type              951 drivers/acpi/acpica/exdump.c 		       node->type, acpi_ut_get_type_name(node->type));
type              987 drivers/acpi/acpica/exdump.c 							     type),
type             1008 drivers/acpi/acpica/exdump.c 								     type));
type             1056 drivers/acpi/acpica/exdump.c 	switch (obj_desc->common.type) {
type             1106 drivers/acpi/acpica/exdump.c 			       acpi_ut_get_type_name(obj_desc->common.type),
type             1107 drivers/acpi/acpica/exdump.c 			       obj_desc->common.type);
type             1167 drivers/acpi/acpica/exdump.c 	if (obj_desc->common.type > ACPI_TYPE_LOCAL_MAX) {
type             1169 drivers/acpi/acpica/exdump.c 			       obj_desc->common.type);
type             1185 drivers/acpi/acpica/exdump.c 	acpi_ex_dump_object(obj_desc, acpi_ex_dump_info[obj_desc->common.type]);
type             1187 drivers/acpi/acpica/exdump.c 	if (obj_desc->common.type == ACPI_TYPE_REGION) {
type             1189 drivers/acpi/acpica/exdump.c 		if (obj_desc->common.type > ACPI_TYPE_LOCAL_MAX) {
type             1192 drivers/acpi/acpica/exdump.c 			     obj_desc->common.type);
type             1199 drivers/acpi/acpica/exdump.c 				    acpi_ex_dump_info[obj_desc->common.type]);
type              124 drivers/acpi/acpica/exfield.c 	if (obj_desc->common.type == ACPI_TYPE_BUFFER_FIELD) {
type              135 drivers/acpi/acpica/exfield.c 	} else if ((obj_desc->common.type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
type              183 drivers/acpi/acpica/exfield.c 	if ((obj_desc->common.type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
type              191 drivers/acpi/acpica/exfield.c 	} else if ((obj_desc->common.type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
type              214 drivers/acpi/acpica/exfield.c 			  obj_desc, obj_desc->common.type, buffer,
type              273 drivers/acpi/acpica/exfield.c 	if (obj_desc->common.type == ACPI_TYPE_BUFFER_FIELD) {
type              284 drivers/acpi/acpica/exfield.c 	} else if ((obj_desc->common.type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
type              292 drivers/acpi/acpica/exfield.c 	} else if ((obj_desc->common.type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
type              306 drivers/acpi/acpica/exfield.c 	} else if ((obj_desc->common.type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
type              348 drivers/acpi/acpica/exfield.c 	switch (source_desc->common.type) {
type              374 drivers/acpi/acpica/exfield.c 			  acpi_ut_get_type_name(source_desc->common.type),
type              375 drivers/acpi/acpica/exfield.c 			  source_desc->common.type, buffer, buffer_length));
type              380 drivers/acpi/acpica/exfield.c 			  acpi_ut_get_type_name(obj_desc->common.type),
type              381 drivers/acpi/acpica/exfield.c 			  obj_desc->common.type,
type               62 drivers/acpi/acpica/exfldio.c 	if (rgn_desc->common.type != ACPI_TYPE_REGION) {
type               64 drivers/acpi/acpica/exfldio.c 			    rgn_desc->common.type,
type              369 drivers/acpi/acpica/exfldio.c 	switch (obj_desc->common.type) {
type              504 drivers/acpi/acpica/exfldio.c 			    obj_desc->common.type));
type               47 drivers/acpi/acpica/exmisc.c 		if (obj_desc->common.type != ACPI_TYPE_LOCAL_REFERENCE) {
type              295 drivers/acpi/acpica/exmisc.c 	switch (operand0->common.type) {
type              318 drivers/acpi/acpica/exmisc.c 			    operand0->common.type));
type              330 drivers/acpi/acpica/exmisc.c 	if (operand0->common.type == ACPI_TYPE_INTEGER) {
type              563 drivers/acpi/acpica/exoparg1.c 	u32 type;
type              666 drivers/acpi/acpica/exoparg1.c 		    acpi_ex_resolve_multiple(walk_state, operand[0], &type,
type              674 drivers/acpi/acpica/exoparg1.c 		return_desc = acpi_ut_create_integer_object((u64) type);
type              690 drivers/acpi/acpica/exoparg1.c 		    acpi_ex_resolve_multiple(walk_state, operand[0], &type,
type              705 drivers/acpi/acpica/exoparg1.c 		switch (type) {
type              737 drivers/acpi/acpica/exoparg1.c 				    acpi_ut_get_type_name(type)));
type              779 drivers/acpi/acpica/exoparg1.c 			    && ((temp_desc->common.type == ACPI_TYPE_STRING)
type              780 drivers/acpi/acpica/exoparg1.c 				|| (temp_desc->common.type ==
type              789 drivers/acpi/acpica/exoparg1.c 			switch ((operand[0])->common.type) {
type              849 drivers/acpi/acpica/exoparg1.c 			if ((operand[0])->common.type == ACPI_TYPE_STRING) {
type              894 drivers/acpi/acpica/exoparg1.c 				type) {
type              999 drivers/acpi/acpica/exoparg1.c 					switch (return_desc->common.type) {
type               83 drivers/acpi/acpica/exoparg2.c 				    acpi_ut_get_type_name(node->type)));
type              342 drivers/acpi/acpica/exoparg2.c 		switch ((operand[0])->common.type) {
type              385 drivers/acpi/acpica/exoparg2.c 				    (operand[0])->common.type));
type               72 drivers/acpi/acpica/exoparg3.c 			fatal->type = (u32) operand[0]->integer.value;
type              144 drivers/acpi/acpica/exoparg3.c 							     common.type);
type              173 drivers/acpi/acpica/exoparg3.c 		switch ((operand[0])->common.type) {
type              258 drivers/acpi/acpica/exprep.c 	if (obj_desc->common.type == ACPI_TYPE_BUFFER_FIELD) {
type              384 drivers/acpi/acpica/exprep.c 	u32 type;
type              396 drivers/acpi/acpica/exprep.c 		type = acpi_ns_get_type(info->region_node);
type              397 drivers/acpi/acpica/exprep.c 		if (type != ACPI_TYPE_REGION) {
type              399 drivers/acpi/acpica/exprep.c 				    "Needed Region, found type 0x%X (%s)", type,
type              400 drivers/acpi/acpica/exprep.c 				    acpi_ut_get_type_name(type)));
type              105 drivers/acpi/acpica/exresnte.c 		if (source_desc->common.type != ACPI_TYPE_PACKAGE) {
type              123 drivers/acpi/acpica/exresnte.c 		if (source_desc->common.type != ACPI_TYPE_BUFFER) {
type              141 drivers/acpi/acpica/exresnte.c 		if (source_desc->common.type != ACPI_TYPE_STRING) {
type              155 drivers/acpi/acpica/exresnte.c 		if (source_desc->common.type != ACPI_TYPE_INTEGER) {
type              117 drivers/acpi/acpica/exresolv.c 	switch (stack_desc->common.type) {
type              219 drivers/acpi/acpica/exresolv.c 			if ((stack_desc->reference.node->type ==
type              221 drivers/acpi/acpica/exresolv.c 			    || (stack_desc->reference.node->type ==
type              265 drivers/acpi/acpica/exresolv.c 				  stack_desc, stack_desc->common.type));
type              310 drivers/acpi/acpica/exresolv.c 	acpi_object_type type;
type              320 drivers/acpi/acpica/exresolv.c 		type = obj_desc->common.type;
type              325 drivers/acpi/acpica/exresolv.c 		type = ((struct acpi_namespace_node *)obj_desc)->type;
type              330 drivers/acpi/acpica/exresolv.c 		if (type == ACPI_TYPE_LOCAL_ALIAS) {
type              331 drivers/acpi/acpica/exresolv.c 			type = ((struct acpi_namespace_node *)obj_desc)->type;
type              337 drivers/acpi/acpica/exresolv.c 		switch (type) {
type              364 drivers/acpi/acpica/exresolv.c 	if (type != ACPI_TYPE_LOCAL_REFERENCE) {
type              374 drivers/acpi/acpica/exresolv.c 	while (obj_desc->common.type == ACPI_TYPE_LOCAL_REFERENCE) {
type              406 drivers/acpi/acpica/exresolv.c 				type = acpi_ns_get_type(node);
type              421 drivers/acpi/acpica/exresolv.c 			type = obj_desc->reference.target_type;
type              422 drivers/acpi/acpica/exresolv.c 			if (type != ACPI_TYPE_PACKAGE) {
type              438 drivers/acpi/acpica/exresolv.c 				type = 0;	/* Uninitialized */
type              445 drivers/acpi/acpica/exresolv.c 			type = ACPI_TYPE_DDB_HANDLE;
type              481 drivers/acpi/acpica/exresolv.c 					type = ACPI_TYPE_ANY;
type              491 drivers/acpi/acpica/exresolv.c 			type = ACPI_TYPE_DEBUG_OBJECT;
type              507 drivers/acpi/acpica/exresolv.c 	type = obj_desc->common.type;
type              512 drivers/acpi/acpica/exresolv.c 	switch (type) {
type              517 drivers/acpi/acpica/exresolv.c 		type = ACPI_TYPE_FIELD_UNIT;
type              524 drivers/acpi/acpica/exresolv.c 		type = ACPI_TYPE_ANY;
type              534 drivers/acpi/acpica/exresolv.c 	*return_type = type;
type              157 drivers/acpi/acpica/exresop.c 			    ((struct acpi_namespace_node *)obj_desc)->type;
type              172 drivers/acpi/acpica/exresop.c 				    type;
type              180 drivers/acpi/acpica/exresop.c 			object_type = obj_desc->common.type;
type              255 drivers/acpi/acpica/exresop.c 			    (obj_desc->common.type == ACPI_TYPE_STRING)) {
type              303 drivers/acpi/acpica/exresop.c 			    ((*stack_ptr)->common.type ==
type              460 drivers/acpi/acpica/exresop.c 			switch (obj_desc->common.type) {
type              482 drivers/acpi/acpica/exresop.c 			switch (obj_desc->common.type) {
type              523 drivers/acpi/acpica/exresop.c 			switch (obj_desc->common.type) {
type              547 drivers/acpi/acpica/exresop.c 			switch (obj_desc->common.type) {
type              572 drivers/acpi/acpica/exresop.c 			switch (obj_desc->common.type) {
type              594 drivers/acpi/acpica/exresop.c 			switch (obj_desc->common.type) {
type              654 drivers/acpi/acpica/exresop.c 					      (*stack_ptr)->common.type,
type               95 drivers/acpi/acpica/exserial.c 	if (source_desc->common.type != ACPI_TYPE_INTEGER) {
type              101 drivers/acpi/acpica/exserial.c 			  acpi_ut_get_type_name(source_desc->common.type),
type              102 drivers/acpi/acpica/exserial.c 			  source_desc->common.type,
type              272 drivers/acpi/acpica/exserial.c 	if (source_desc->common.type != ACPI_TYPE_BUFFER) {
type               86 drivers/acpi/acpica/exstore.c 	switch (dest_desc->common.type) {
type              222 drivers/acpi/acpica/exstore.c 		if (source_desc->common.type == ACPI_TYPE_LOCAL_REFERENCE &&
type              280 drivers/acpi/acpica/exstore.c 		if ((obj_desc->common.type != ACPI_TYPE_BUFFER) &&
type              281 drivers/acpi/acpica/exstore.c 		    (obj_desc->common.type != ACPI_TYPE_STRING)) {
type              289 drivers/acpi/acpica/exstore.c 		switch (source_desc->common.type) {
type              412 drivers/acpi/acpica/exstore.c 				if (source_desc->common.type !=
type              438 drivers/acpi/acpica/exstore.c 				    acpi_ut_get_type_name(node->type),
type              502 drivers/acpi/acpica/exstore.c 						  new_desc->common.type);
type              573 drivers/acpi/acpica/exstore.c 			  source_desc, acpi_ut_get_type_name(node->type),
type              586 drivers/acpi/acpica/exstore.c 	status = acpi_ns_attach_object(node, new_desc, new_desc->common.type);
type               62 drivers/acpi/acpica/exstoren.c 		if (source_desc->common.type == ACPI_TYPE_LOCAL_REFERENCE) {
type               82 drivers/acpi/acpica/exstoren.c 		if ((source_desc->common.type != ACPI_TYPE_INTEGER) &&
type               83 drivers/acpi/acpica/exstoren.c 		    (source_desc->common.type != ACPI_TYPE_BUFFER) &&
type               84 drivers/acpi/acpica/exstoren.c 		    (source_desc->common.type != ACPI_TYPE_STRING) &&
type               85 drivers/acpi/acpica/exstoren.c 		    !((source_desc->common.type == ACPI_TYPE_LOCAL_REFERENCE) &&
type              180 drivers/acpi/acpica/exstoren.c 	if (source_desc->common.type != dest_desc->common.type) {
type              190 drivers/acpi/acpica/exstoren.c 		status = acpi_ex_convert_to_target_type(dest_desc->common.type,
type              212 drivers/acpi/acpica/exstoren.c 	switch (dest_desc->common.type) {
type               23 drivers/acpi/acpica/extrace.c static const char *acpi_ex_get_trace_event_name(acpi_trace_event_type type);
type               91 drivers/acpi/acpica/extrace.c static const char *acpi_ex_get_trace_event_name(acpi_trace_event_type type)
type               94 drivers/acpi/acpica/extrace.c 	switch (type) {
type              131 drivers/acpi/acpica/extrace.c acpi_ex_trace_point(acpi_trace_event_type type,
type              140 drivers/acpi/acpica/extrace.c 				  acpi_ex_get_trace_event_name(type),
type              145 drivers/acpi/acpica/extrace.c 				  acpi_ex_get_trace_event_name(type),
type              136 drivers/acpi/acpica/exutils.c 	    (obj_desc->common.type != ACPI_TYPE_INTEGER)) {
type               42 drivers/acpi/acpica/hwesleep.c 	arg.type = ACPI_TYPE_INTEGER;
type              385 drivers/acpi/acpica/hwxface.c 	if (info->return_object->common.type != ACPI_TYPE_PACKAGE) {
type              406 drivers/acpi/acpica/hwxface.c 		if (elements[0]->common.type != ACPI_TYPE_INTEGER) {
type              420 drivers/acpi/acpica/hwxface.c 		if ((elements[0]->common.type != ACPI_TYPE_INTEGER) ||
type              421 drivers/acpi/acpica/hwxface.c 		    (elements[1]->common.type != ACPI_TYPE_INTEGER)) {
type              221 drivers/acpi/acpica/hwxfsleep.c 	arg.type = ACPI_TYPE_INTEGER;
type              110 drivers/acpi/acpica/nsaccess.c 		new_node->type = init_val->type;
type              142 drivers/acpi/acpica/nsaccess.c 			    acpi_ut_create_internal_object(init_val->type);
type              153 drivers/acpi/acpica/nsaccess.c 			switch (init_val->type) {
type              227 drivers/acpi/acpica/nsaccess.c 					    init_val->type));
type              236 drivers/acpi/acpica/nsaccess.c 						       obj_desc->common.type);
type              283 drivers/acpi/acpica/nsaccess.c 	       acpi_object_type type,
type              344 drivers/acpi/acpica/nsaccess.c 			while (!acpi_ns_opens_scope(prefix_node->type) &&
type              345 drivers/acpi/acpica/nsaccess.c 			       prefix_node->type != ACPI_TYPE_ANY) {
type              353 drivers/acpi/acpica/nsaccess.c 	type_to_check_for = type;
type              476 drivers/acpi/acpica/nsaccess.c 			type = this_node->type;
type              549 drivers/acpi/acpica/nsaccess.c 			this_search_type = type;
type              635 drivers/acpi/acpica/nsaccess.c 				this_node->type = (u8)this_search_type;
type              657 drivers/acpi/acpica/nsaccess.c 			if (this_node->type == ACPI_TYPE_LOCAL_ALIAS) {
type              664 drivers/acpi/acpica/nsaccess.c 				      this_node->object)->type)) {
type              692 drivers/acpi/acpica/nsaccess.c 			    && (this_node->type != ACPI_TYPE_ANY)
type              693 drivers/acpi/acpica/nsaccess.c 			    && (this_node->type != type_to_check_for)) {
type              701 drivers/acpi/acpica/nsaccess.c 								    type),
type              711 drivers/acpi/acpica/nsaccess.c 			if (type == ACPI_TYPE_ANY) {
type              712 drivers/acpi/acpica/nsaccess.c 				type = this_node->type;
type              729 drivers/acpi/acpica/nsaccess.c 		if (acpi_ns_opens_scope(type)) {
type              731 drivers/acpi/acpica/nsaccess.c 			    acpi_ds_scope_stack_push(this_node, type,
type               92 drivers/acpi/acpica/nsalloc.c 	while (obj_desc && (obj_desc->common.type == ACPI_TYPE_LOCAL_DATA)) {
type              193 drivers/acpi/acpica/nsalloc.c 			  acpi_object_type type)
type              241 drivers/acpi/acpica/nsalloc.c 	node->type = (u8) type;
type              246 drivers/acpi/acpica/nsalloc.c 			  acpi_ut_get_type_name(node->type), node, owner_id,
type              248 drivers/acpi/acpica/nsalloc.c 			  acpi_ut_get_type_name(parent_node->type),
type               56 drivers/acpi/acpica/nsarguments.c 		user_arg_type = info->parameters[i]->common.type;
type              112 drivers/acpi/acpica/nsarguments.c 	if (node->type != ACPI_TYPE_METHOD) {
type              121 drivers/acpi/acpica/nsarguments.c 									  type),
type              133 drivers/acpi/acpica/nsarguments.c 									  type)));
type              202 drivers/acpi/acpica/nsarguments.c 		if (node->type != ACPI_TYPE_METHOD) {
type              209 drivers/acpi/acpica/nsarguments.c 						      (node->type)));
type               42 drivers/acpi/acpica/nsconvert.c 	switch (original_object->common.type) {
type              106 drivers/acpi/acpica/nsconvert.c 	switch (original_object->common.type) {
type              192 drivers/acpi/acpica/nsconvert.c 	switch (original_object->common.type) {
type              237 drivers/acpi/acpica/nsconvert.c 			    ((*elements)->common.type != ACPI_TYPE_INTEGER)) {
type              302 drivers/acpi/acpica/nsconvert.c 	if (original_object->common.type == ACPI_TYPE_BUFFER) {
type              370 drivers/acpi/acpica/nsconvert.c 		switch (original_object->common.type) {
type              147 drivers/acpi/acpica/nsdump.c 	acpi_object_type type;
type              172 drivers/acpi/acpica/nsdump.c 	type = this_node->type;
type              190 drivers/acpi/acpica/nsdump.c 		if (type > ACPI_TYPE_LOCAL_MAX) {
type              192 drivers/acpi/acpica/nsdump.c 				      "Invalid ACPI Object Type 0x%08X", type));
type              201 drivers/acpi/acpica/nsdump.c 		       acpi_ut_get_type_name(type), this_node,
type              222 drivers/acpi/acpica/nsdump.c 			switch (type) {
type              241 drivers/acpi/acpica/nsdump.c 		switch (type) {
type              401 drivers/acpi/acpica/nsdump.c 		switch (type) {
type              437 drivers/acpi/acpica/nsdump.c 		switch (type) {
type              508 drivers/acpi/acpica/nsdump.c 			obj_type = obj_desc->common.type;
type              621 drivers/acpi/acpica/nsdump.c acpi_ns_dump_objects(acpi_object_type type,
type              648 drivers/acpi/acpica/nsdump.c 	(void)acpi_ns_walk_namespace(type, start_handle, max_depth,
type              705 drivers/acpi/acpica/nsdump.c 		       level, level, " ", acpi_ut_get_type_name(node->type),
type              745 drivers/acpi/acpica/nsdump.c acpi_ns_dump_object_paths(acpi_object_type type,
type              769 drivers/acpi/acpica/nsdump.c 	(void)acpi_ns_walk_namespace(type, start_handle, max_depth,
type              777 drivers/acpi/acpica/nsdump.c 	(void)acpi_ns_walk_namespace(type, start_handle, max_depth,
type              106 drivers/acpi/acpica/nseval.c 			      acpi_ut_get_type_name(info->node->type)));
type              170 drivers/acpi/acpica/nseval.c 			    acpi_ut_get_type_name(info->node->type)));
type              319 drivers/acpi/acpica/nsinit.c 	acpi_object_type type;
type              333 drivers/acpi/acpica/nsinit.c 	type = acpi_ns_get_type(obj_handle);
type              341 drivers/acpi/acpica/nsinit.c 	switch (type) {
type              388 drivers/acpi/acpica/nsinit.c 	switch (type) {
type              414 drivers/acpi/acpica/nsinit.c 				acpi_ut_get_type_name(type)));
type              422 drivers/acpi/acpica/nsinit.c 				acpi_ut_get_type_name(type)));
type              461 drivers/acpi/acpica/nsinit.c 	if ((node->type == ACPI_TYPE_DEVICE) ||
type              462 drivers/acpi/acpica/nsinit.c 	    (node->type == ACPI_TYPE_PROCESSOR) ||
type              463 drivers/acpi/acpica/nsinit.c 	    (node->type == ACPI_TYPE_THERMAL)) {
type              479 drivers/acpi/acpica/nsinit.c 	switch (parent_node->type) {
type              530 drivers/acpi/acpica/nsinit.c 	if ((device_node->type != ACPI_TYPE_DEVICE) &&
type              531 drivers/acpi/acpica/nsinit.c 	    (device_node->type != ACPI_TYPE_PROCESSOR) &&
type              532 drivers/acpi/acpica/nsinit.c 	    (device_node->type != ACPI_TYPE_THERMAL)) {
type               38 drivers/acpi/acpica/nsobject.c 		      union acpi_operand_object *object, acpi_object_type type)
type               57 drivers/acpi/acpica/nsobject.c 	if (!object && (ACPI_TYPE_ANY != type)) {
type              103 drivers/acpi/acpica/nsobject.c 		object_type = ((struct acpi_namespace_node *)object)->type;
type              115 drivers/acpi/acpica/nsobject.c 		object_type = type;
type              148 drivers/acpi/acpica/nsobject.c 	node->type = (u8) object_type;
type              176 drivers/acpi/acpica/nsobject.c 	if (!obj_desc || (obj_desc->common.type == ACPI_TYPE_LOCAL_DATA)) {
type              184 drivers/acpi/acpica/nsobject.c 		if (obj_desc->common.type == ACPI_TYPE_METHOD) {
type              189 drivers/acpi/acpica/nsobject.c 	if (obj_desc->common.type == ACPI_TYPE_REGION) {
type              205 drivers/acpi/acpica/nsobject.c 		    (node->object->common.type != ACPI_TYPE_LOCAL_DATA)) {
type              214 drivers/acpi/acpica/nsobject.c 		    ((obj_desc->common.next_object)->common.type ==
type              222 drivers/acpi/acpica/nsobject.c 	node->type = ACPI_TYPE_ANY;
type              261 drivers/acpi/acpica/nsobject.c 	    || ((node->object)->common.type == ACPI_TYPE_LOCAL_DATA)) {
type              288 drivers/acpi/acpica/nsobject.c 	    (obj_desc->common.type == ACPI_TYPE_LOCAL_DATA) ||
type              290 drivers/acpi/acpica/nsobject.c 	    ((obj_desc->common.next_object)->common.type ==
type              325 drivers/acpi/acpica/nsobject.c 		if ((obj_desc->common.type == ACPI_TYPE_LOCAL_DATA) &&
type              379 drivers/acpi/acpica/nsobject.c 		if ((obj_desc->common.type == ACPI_TYPE_LOCAL_DATA) &&
type              422 drivers/acpi/acpica/nsobject.c 		if ((obj_desc->common.type == ACPI_TYPE_LOCAL_DATA) &&
type              132 drivers/acpi/acpica/nspredef.c 	if ((*return_object_ptr)->common.type == ACPI_TYPE_PACKAGE) {
type              206 drivers/acpi/acpica/nspredef.c 							    type)));
type              331 drivers/acpi/acpica/nspredef.c 	switch (return_object->common.type) {
type               70 drivers/acpi/acpica/nsprepkg.c 			  info->full_pathname, package->ret_info.type,
type               77 drivers/acpi/acpica/nsprepkg.c 	acpi_ns_remove_null_elements(info, package->ret_info.type,
type               90 drivers/acpi/acpica/nsprepkg.c 		if (package->ret_info.type == ACPI_PTYPE1_VAR) {
type              107 drivers/acpi/acpica/nsprepkg.c 	switch (package->ret_info.type) {
type              274 drivers/acpi/acpica/nsprepkg.c 		    && ((*elements)->common.type != ACPI_TYPE_PACKAGE)) {
type              351 drivers/acpi/acpica/nsprepkg.c 				      package->ret_info.type));
type              420 drivers/acpi/acpica/nsprepkg.c 		switch (package->ret_info.type) {
type              584 drivers/acpi/acpica/nsprepkg.c 				    package->ret_info.type));
type              634 drivers/acpi/acpica/nsprepkg.c 	if ((*elements)->common.type != ACPI_TYPE_INTEGER) {
type              259 drivers/acpi/acpica/nsrepair2.c 	switch (return_object->common.type) {
type              349 drivers/acpi/acpica/nsrepair2.c 	if (return_object->common.type == ACPI_TYPE_STRING) {
type              356 drivers/acpi/acpica/nsrepair2.c 	if (return_object->common.type != ACPI_TYPE_PACKAGE) {
type              502 drivers/acpi/acpica/nsrepair2.c 	if (return_object->common.type != ACPI_TYPE_STRING) {
type              608 drivers/acpi/acpica/nsrepair2.c 		if (!obj_desc || (obj_desc->common.type != ACPI_TYPE_INTEGER)) {
type              777 drivers/acpi/acpica/nsrepair2.c 	if (return_object->common.type != ACPI_TYPE_PACKAGE) {
type              805 drivers/acpi/acpica/nsrepair2.c 		if ((*outer_elements)->common.type != ACPI_TYPE_PACKAGE) {
type              818 drivers/acpi/acpica/nsrepair2.c 		if (obj_desc->common.type != ACPI_TYPE_INTEGER) {
type               23 drivers/acpi/acpica/nssearch.c 			   acpi_object_type type,
type               61 drivers/acpi/acpica/nssearch.c 			 acpi_object_type type,
type               78 drivers/acpi/acpica/nssearch.c 					  acpi_ut_get_type_name(type)));
type              110 drivers/acpi/acpica/nssearch.c 					  acpi_ut_get_type_name(node->type),
type              130 drivers/acpi/acpica/nssearch.c 			  acpi_ut_get_type_name(type),
type              165 drivers/acpi/acpica/nssearch.c 			   acpi_object_type type,
type              185 drivers/acpi/acpica/nssearch.c 	if (acpi_ns_local(type)) {
type              189 drivers/acpi/acpica/nssearch.c 				  acpi_ut_get_type_name(type)));
type              255 drivers/acpi/acpica/nssearch.c 			 acpi_object_type type,
type              286 drivers/acpi/acpica/nssearch.c 	status = acpi_ns_search_one_scope(target_name, node, type, return_node);
type              307 drivers/acpi/acpica/nssearch.c 						  (*return_node)->type,
type              329 drivers/acpi/acpica/nssearch.c 		if (*return_node && (*return_node)->type == ACPI_TYPE_ANY) {
type              354 drivers/acpi/acpica/nssearch.c 		    acpi_ns_search_parent_tree(target_name, node, type,
type              393 drivers/acpi/acpica/nssearch.c 	acpi_ns_install_node(walk_state, node, new_node, type);
type               84 drivers/acpi/acpica/nsutils.c 	return_UINT8(node->type);
type              100 drivers/acpi/acpica/nsutils.c u32 acpi_ns_local(acpi_object_type type)
type              104 drivers/acpi/acpica/nsutils.c 	if (!acpi_ut_valid_object_type(type)) {
type              108 drivers/acpi/acpica/nsutils.c 		ACPI_WARNING((AE_INFO, "Invalid Object Type 0x%X", type));
type              112 drivers/acpi/acpica/nsutils.c 	return_UINT32(acpi_gbl_ns_properties[type] & ACPI_NS_LOCAL);
type              597 drivers/acpi/acpica/nsutils.c u32 acpi_ns_opens_scope(acpi_object_type type)
type              601 drivers/acpi/acpica/nsutils.c 	if (type > ACPI_TYPE_LOCAL_MAX) {
type              605 drivers/acpi/acpica/nsutils.c 		ACPI_WARNING((AE_INFO, "Invalid Object Type 0x%X", type));
type              609 drivers/acpi/acpica/nsutils.c 	return (((u32)acpi_gbl_ns_properties[type]) & ACPI_NS_NEWSCOPE);
type               72 drivers/acpi/acpica/nswalk.c struct acpi_namespace_node *acpi_ns_get_next_node_typed(acpi_object_type type,
type               89 drivers/acpi/acpica/nswalk.c 	if (type == ACPI_TYPE_ANY) {
type              102 drivers/acpi/acpica/nswalk.c 		if (next_node->type == type) {
type              150 drivers/acpi/acpica/nswalk.c acpi_ns_walk_namespace(acpi_object_type type,
type              191 drivers/acpi/acpica/nswalk.c 		if (type != ACPI_TYPE_ANY) {
type              192 drivers/acpi/acpica/nswalk.c 			child_type = child_node->type;
type              210 drivers/acpi/acpica/nswalk.c 		else if (child_type == type) {
type              108 drivers/acpi/acpica/nsxfeval.c 	if (((union acpi_object *)return_buffer->pointer)->type == return_type) {
type              118 drivers/acpi/acpica/nsxfeval.c 					   pointer)->type),
type              479 drivers/acpi/acpica/nsxfeval.c 	if ((info->return_object)->common.type != ACPI_TYPE_LOCAL_REFERENCE) {
type              554 drivers/acpi/acpica/nsxfeval.c acpi_walk_namespace(acpi_object_type type,
type              567 drivers/acpi/acpica/nsxfeval.c 	if ((type > ACPI_TYPE_LOCAL_MAX) ||
type              606 drivers/acpi/acpica/nsxfeval.c 	status = acpi_ns_walk_namespace(type, start_object, max_depth,
type              236 drivers/acpi/acpica/nsxfname.c 	acpi_object_type type;
type              264 drivers/acpi/acpica/nsxfname.c 	type = node->type;
type              267 drivers/acpi/acpica/nsxfname.c 	if (node->type == ACPI_TYPE_METHOD) {
type              276 drivers/acpi/acpica/nsxfname.c 	if ((type == ACPI_TYPE_DEVICE) || (type == ACPI_TYPE_PROCESSOR)) {
type              336 drivers/acpi/acpica/nsxfname.c 	if ((type == ACPI_TYPE_DEVICE) || (type == ACPI_TYPE_PROCESSOR)) {
type              435 drivers/acpi/acpica/nsxfname.c 	info->type = type;
type              559 drivers/acpi/acpica/nsxfname.c 		if (node->type != ACPI_TYPE_METHOD) {
type               61 drivers/acpi/acpica/nsxfobj.c 	*ret_type = node->type;
type              148 drivers/acpi/acpica/nsxfobj.c acpi_get_next_object(acpi_object_type type,
type              159 drivers/acpi/acpica/nsxfobj.c 	if (type > ACPI_TYPE_EXTERNAL_MAX) {
type              192 drivers/acpi/acpica/nsxfobj.c 	node = acpi_ns_get_next_node_typed(type, parent_node, child_node);
type              238 drivers/acpi/acpica/psargs.c 	    possible_method_call && (node->type == ACPI_TYPE_METHOD)) {
type              387 drivers/acpi/acpica/psobject.c 			    acpi_ps_get_argument_count(op_info->type);
type              171 drivers/acpi/acpica/rscalc.c 		if (resource->type > ACPI_RESOURCE_TYPE_MAX) {
type              183 drivers/acpi/acpica/rscalc.c 		total_size = acpi_gbl_aml_resource_sizes[resource->type];
type              189 drivers/acpi/acpica/rscalc.c 		switch (resource->type) {
type              329 drivers/acpi/acpica/rscalc.c 								   type];
type              603 drivers/acpi/acpica/rscalc.c 			    [aml_resource->common_serial_bus.type];
type              668 drivers/acpi/acpica/rscalc.c 			    [aml_resource->common_serial_bus.type] +
type              752 drivers/acpi/acpica/rscalc.c 		    (package_element->common.type != ACPI_TYPE_PACKAGE)) {
type              771 drivers/acpi/acpica/rscalc.c 			      (*sub_object_list)->common.type) ||
type              773 drivers/acpi/acpica/rscalc.c 			       (*sub_object_list)->common.type) &&
type              789 drivers/acpi/acpica/rscalc.c 			if ((*sub_object_list)->common.type == ACPI_TYPE_STRING) {
type              264 drivers/acpi/acpica/rscreate.c 		if (!obj_desc || obj_desc->common.type != ACPI_TYPE_INTEGER) {
type              277 drivers/acpi/acpica/rscreate.c 		if (!obj_desc || obj_desc->common.type != ACPI_TYPE_INTEGER) {
type              293 drivers/acpi/acpica/rscreate.c 			switch (obj_desc->common.type) {
type              363 drivers/acpi/acpica/rscreate.c 		if (!obj_desc || obj_desc->common.type != ACPI_TYPE_INTEGER) {
type               66 drivers/acpi/acpica/rsdump.c 	u32 type;
type               84 drivers/acpi/acpica/rsdump.c 		type = resource_list->type;
type               85 drivers/acpi/acpica/rsdump.c 		if (type > ACPI_RESOURCE_TYPE_MAX) {
type               88 drivers/acpi/acpica/rsdump.c 			     resource_list->type);
type              102 drivers/acpi/acpica/rsdump.c 		if (type == ACPI_RESOURCE_TYPE_SERIAL_BUS) {
type              106 drivers/acpi/acpica/rsdump.c 						 common_serial_bus.type]);
type              110 drivers/acpi/acpica/rsdump.c 						[type]);
type              119 drivers/acpi/acpica/rsdump.c 	} while (type != ACPI_RESOURCE_TYPE_END_TAG);
type               45 drivers/acpi/acpica/rsdumpinfo.c 	{ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET(dma.type), "Speed",
type              408 drivers/acpi/acpica/rsdumpinfo.c 	{ACPI_RSD_UINT8,    ACPI_RSD_OFFSET (common_serial_bus.type),           "Type",                     acpi_gbl_sbt_decode}, \
type              233 drivers/acpi/acpica/rsirq.c 	{ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET(data.dma.type),
type               58 drivers/acpi/acpica/rslist.c 		if (aml_resource->common_serial_bus.type >
type               66 drivers/acpi/acpica/rslist.c 			    [aml_resource->common_serial_bus.type];
type              139 drivers/acpi/acpica/rslist.c 		if (resource->type > ACPI_RESOURCE_TYPE_MAX) {
type              142 drivers/acpi/acpica/rslist.c 				    resource->type));
type              156 drivers/acpi/acpica/rslist.c 		if (resource->type == ACPI_RESOURCE_TYPE_SERIAL_BUS) {
type              157 drivers/acpi/acpica/rslist.c 			if (resource->data.common_serial_bus.type >
type              165 drivers/acpi/acpica/rslist.c 				    [resource->data.common_serial_bus.type];
type              169 drivers/acpi/acpica/rslist.c 			    acpi_gbl_set_resource_dispatch[resource->type];
type              175 drivers/acpi/acpica/rslist.c 				    resource->type));
type              187 drivers/acpi/acpica/rslist.c 					resource->type));
type              203 drivers/acpi/acpica/rslist.c 		if (resource->type == ACPI_RESOURCE_TYPE_END_TAG) {
type               60 drivers/acpi/acpica/rsmisc.c 			      resource, resource->type, resource->length));
type               87 drivers/acpi/acpica/rsmisc.c 			resource->type = INIT_RESOURCE_TYPE(info);
type              207 drivers/acpi/acpica/rsserial.c 	{ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.common_serial_bus.type),
type              208 drivers/acpi/acpica/rsserial.c 	 AML_OFFSET(common_serial_bus.type),
type              298 drivers/acpi/acpica/rsserial.c 	{ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.common_serial_bus.type),
type              299 drivers/acpi/acpica/rsserial.c 	 AML_OFFSET(common_serial_bus.type),
type              405 drivers/acpi/acpica/rsserial.c 	{ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.common_serial_bus.type),
type              406 drivers/acpi/acpica/rsserial.c 	 AML_OFFSET(common_serial_bus.type),
type               78 drivers/acpi/acpica/rsxface.c 	if (node->type != ACPI_TYPE_DEVICE) {
type              344 drivers/acpi/acpica/rsxface.c 	switch (resource->type) {
type              451 drivers/acpi/acpica/rsxface.c 	if (resource->type != ACPI_RESOURCE_TYPE_VENDOR) {
type              534 drivers/acpi/acpica/rsxface.c 		if (resource->type > ACPI_RESOURCE_TYPE_MAX) {
type              560 drivers/acpi/acpica/rsxface.c 		if (resource->type == ACPI_RESOURCE_TYPE_END_TAG) {
type              104 drivers/acpi/acpica/utcopy.c 	external_object->type = internal_object->common.type;
type              108 drivers/acpi/acpica/utcopy.c 	switch (internal_object->common.type) {
type              191 drivers/acpi/acpica/utcopy.c 						  type)));
type              248 drivers/acpi/acpica/utcopy.c 		target_object->type = ACPI_TYPE_PACKAGE;
type              322 drivers/acpi/acpica/utcopy.c 	external_object->type = internal_object->common.type;
type              366 drivers/acpi/acpica/utcopy.c 	if (internal_object->common.type == ACPI_TYPE_PACKAGE) {
type              428 drivers/acpi/acpica/utcopy.c 	switch (external_object->type) {
type              436 drivers/acpi/acpica/utcopy.c 								 type);
type              453 drivers/acpi/acpica/utcopy.c 			    acpi_ut_get_type_name(external_object->type)));
type              460 drivers/acpi/acpica/utcopy.c 	switch (external_object->type) {
type              610 drivers/acpi/acpica/utcopy.c 	if (external_object->type == ACPI_TYPE_PACKAGE) {
type              676 drivers/acpi/acpica/utcopy.c 	switch (dest_desc->common.type) {
type              818 drivers/acpi/acpica/utcopy.c 							   common.type);
type              896 drivers/acpi/acpica/utcopy.c 	dest_obj->common.type = source_obj->common.type;
type              954 drivers/acpi/acpica/utcopy.c 	*dest_desc = acpi_ut_create_internal_object(source_desc->common.type);
type              961 drivers/acpi/acpica/utcopy.c 	if (source_desc->common.type == ACPI_TYPE_PACKAGE) {
type              597 drivers/acpi/acpica/utdebug.c acpi_trace_point(acpi_trace_event_type type, u8 begin, u8 *aml, char *pathname)
type              602 drivers/acpi/acpica/utdebug.c 	acpi_ex_trace_point(type, begin, aml, pathname);
type              605 drivers/acpi/acpica/utdebug.c 	acpi_os_trace_point(type, begin, aml, pathname);
type              191 drivers/acpi/acpica/utdecode.c const char *acpi_ut_get_type_name(acpi_object_type type)
type              194 drivers/acpi/acpica/utdecode.c 	if (type > ACPI_TYPE_INVALID) {
type              198 drivers/acpi/acpica/utdecode.c 	return (acpi_gbl_ns_type_names[type]);
type              223 drivers/acpi/acpica/utdecode.c 	return_STR(acpi_ut_get_type_name(obj_desc->common.type));
type              353 drivers/acpi/acpica/utdecode.c 	if (object->common.type != ACPI_TYPE_LOCAL_REFERENCE) {
type              463 drivers/acpi/acpica/utdecode.c const char *acpi_ut_get_notify_name(u32 notify_value, acpi_object_type type)
type              481 drivers/acpi/acpica/utdecode.c 		switch (type) {
type              569 drivers/acpi/acpica/utdecode.c u8 acpi_ut_valid_object_type(acpi_object_type type)
type              572 drivers/acpi/acpica/utdecode.c 	if (type > ACPI_TYPE_LOCAL_MAX) {
type               55 drivers/acpi/acpica/utdelete.c 	switch (object->common.type) {
type              396 drivers/acpi/acpica/utdelete.c 				  object, object->common.type,
type              422 drivers/acpi/acpica/utdelete.c 				      object->common.type, new_count));
type              447 drivers/acpi/acpica/utdelete.c 			      new_count, object, object->common.type, message));
type              498 drivers/acpi/acpica/utdelete.c 		switch (object->common.type) {
type              535 drivers/acpi/acpica/utdelete.c 				switch (next_object->common.type) {
type               90 drivers/acpi/acpica/uteval.c 	switch ((info->return_object)->common.type) {
type               54 drivers/acpi/acpica/utids.c 	if (obj_desc->common.type == ACPI_TYPE_INTEGER) {
type               77 drivers/acpi/acpica/utids.c 	if (obj_desc->common.type == ACPI_TYPE_INTEGER) {
type              132 drivers/acpi/acpica/utids.c 	if (obj_desc->common.type == ACPI_TYPE_INTEGER) {
type              155 drivers/acpi/acpica/utids.c 	if (obj_desc->common.type == ACPI_TYPE_INTEGER) {
type              227 drivers/acpi/acpica/utids.c 	if (obj_desc->common.type == ACPI_TYPE_PACKAGE) {
type              241 drivers/acpi/acpica/utids.c 		switch (cid_objects[i]->common.type) {
type              283 drivers/acpi/acpica/utids.c 		if (cid_objects[i]->common.type == ACPI_TYPE_INTEGER) {
type              363 drivers/acpi/acpica/utids.c 	if (obj_desc->common.type == ACPI_TYPE_PACKAGE) {
type              365 drivers/acpi/acpica/utids.c 		    && cls_objects[0]->common.type == ACPI_TYPE_INTEGER) {
type              369 drivers/acpi/acpica/utids.c 		    && cls_objects[1]->common.type == ACPI_TYPE_INTEGER) {
type              373 drivers/acpi/acpica/utids.c 		    && cls_objects[2]->common.type == ACPI_TYPE_INTEGER) {
type              186 drivers/acpi/acpica/utinit.c 	acpi_gbl_root_node_struct.type = ACPI_TYPE_DEVICE;
type              235 drivers/acpi/acpica/utmisc.c 		    (this_source_obj->common.type != ACPI_TYPE_PACKAGE)) {
type              331 drivers/acpi/acpica/utmisc.c acpi_ut_display_init_pathname(u8 type,
type              356 drivers/acpi/acpica/utmisc.c 	switch (type) {
type              371 drivers/acpi/acpica/utmisc.c 		       acpi_ut_get_type_name(type), (char *)buffer.pointer);
type               58 drivers/acpi/acpica/utobject.c 							      type)
type               64 drivers/acpi/acpica/utobject.c 				acpi_ut_get_type_name(type));
type               76 drivers/acpi/acpica/utobject.c 	switch (type) {
type               91 drivers/acpi/acpica/utobject.c 		second_object->common.type = ACPI_TYPE_LOCAL_EXTRA;
type              107 drivers/acpi/acpica/utobject.c 	object->common.type = (u8) type;
type              468 drivers/acpi/acpica/utobject.c 	switch (internal_object->common.type) {
type              527 drivers/acpi/acpica/utobject.c 			    internal_object->common.type, internal_object));
type              673 drivers/acpi/acpica/utobject.c 	    (internal_object->common.type == ACPI_TYPE_PACKAGE)) {
type              397 drivers/acpi/acpica/utosi.c 	if (!string_desc || (string_desc->common.type != ACPI_TYPE_STRING)) {
type               32 drivers/acpi/acpica/utprint.c 				   u8 base, s32 width, s32 precision, u8 type);
type              204 drivers/acpi/acpica/utprint.c 				   u8 base, s32 width, s32 precision, u8 type)
type              220 drivers/acpi/acpica/utprint.c 	if (type & ACPI_FORMAT_LEFT) {
type              221 drivers/acpi/acpica/utprint.c 		type &= ~ACPI_FORMAT_ZERO;
type              224 drivers/acpi/acpica/utprint.c 	need_prefix = ((type & ACPI_FORMAT_PREFIX)
type              226 drivers/acpi/acpica/utprint.c 	upper = (type & ACPI_FORMAT_UPPER) ? TRUE : FALSE;
type              227 drivers/acpi/acpica/utprint.c 	zero = (type & ACPI_FORMAT_ZERO) ? '0' : ' ';
type              232 drivers/acpi/acpica/utprint.c 	if (type & ACPI_FORMAT_SIGN) {
type              237 drivers/acpi/acpica/utprint.c 		} else if (type & ACPI_FORMAT_SIGN_PLUS) {
type              240 drivers/acpi/acpica/utprint.c 		} else if (type & ACPI_FORMAT_SIGN_PLUS_SPACE) {
type              267 drivers/acpi/acpica/utprint.c 	if (!(type & (ACPI_FORMAT_ZERO | ACPI_FORMAT_LEFT))) {
type              283 drivers/acpi/acpica/utprint.c 	if (!(type & ACPI_FORMAT_LEFT)) {
type              321 drivers/acpi/acpica/utprint.c 	u8 type;
type              343 drivers/acpi/acpica/utprint.c 		type = 0;
type              351 drivers/acpi/acpica/utprint.c 				type |= ACPI_FORMAT_PREFIX;
type              353 drivers/acpi/acpica/utprint.c 				type |= ACPI_FORMAT_ZERO;
type              355 drivers/acpi/acpica/utprint.c 				type |= ACPI_FORMAT_SIGN_PLUS;
type              357 drivers/acpi/acpica/utprint.c 				type |= ACPI_FORMAT_SIGN_PLUS_SPACE;
type              359 drivers/acpi/acpica/utprint.c 				type |= ACPI_FORMAT_LEFT;
type              377 drivers/acpi/acpica/utprint.c 				type |= ACPI_FORMAT_LEFT;
type              420 drivers/acpi/acpica/utprint.c 			if (!(type & ACPI_FORMAT_LEFT)) {
type              445 drivers/acpi/acpica/utprint.c 			if (!(type & ACPI_FORMAT_LEFT)) {
type              472 drivers/acpi/acpica/utprint.c 			type |= ACPI_FORMAT_UPPER;
type              483 drivers/acpi/acpica/utprint.c 			type |= ACPI_FORMAT_SIGN;
type              493 drivers/acpi/acpica/utprint.c 				type |= ACPI_FORMAT_ZERO;
type              499 drivers/acpi/acpica/utprint.c 						  16, width, precision, type);
type              517 drivers/acpi/acpica/utprint.c 			if (type & ACPI_FORMAT_SIGN) {
type              522 drivers/acpi/acpica/utprint.c 			if (type & ACPI_FORMAT_SIGN) {
type              527 drivers/acpi/acpica/utprint.c 			if (type & ACPI_FORMAT_SIGN) {
type              532 drivers/acpi/acpica/utprint.c 			if (type & ACPI_FORMAT_SIGN) {
type              538 drivers/acpi/acpica/utprint.c 					    width, precision, type);
type              362 drivers/acpi/acpica/utresrc.c 		if ((aml_resource->common_serial_bus.type == 0) ||
type              363 drivers/acpi/acpica/utresrc.c 		    (aml_resource->common_serial_bus.type >
type              369 drivers/acpi/acpica/utresrc.c 					    type));
type              655 drivers/acpi/acpica/uttrack.c 						      type),
type               66 drivers/acpi/acpica/utxfmutex.c 	if (!mutex_node || (mutex_node->type != ACPI_TYPE_MUTEX)) {
type               45 drivers/acpi/apei/einj.c 	u32	type;
type               85 drivers/acpi/apei/einj.c 	u64 type;
type              146 drivers/acpi/apei/einj.c static int __einj_get_available_error_type(u32 *type)
type              155 drivers/acpi/apei/einj.c 	*type = apei_exec_ctx_get_output(&ctx);
type              161 drivers/acpi/apei/einj.c static int einj_get_available_error_type(u32 *type)
type              166 drivers/acpi/apei/einj.c 	rc = __einj_get_available_error_type(type);
type              287 drivers/acpi/apei/einj.c static int __einj_error_trigger(u64 trigger_paddr, u32 type,
type              358 drivers/acpi/apei/einj.c 	if ((param_extension || acpi5) && (type & MEM_ERROR_MASK) && param2) {
type              402 drivers/acpi/apei/einj.c static int __einj_error_inject(u32 type, u32 flags, u64 param1, u64 param2,
type              414 drivers/acpi/apei/einj.c 	apei_exec_ctx_set_input(&ctx, type);
type              418 drivers/acpi/apei/einj.c 		v5param->type = type;
type              419 drivers/acpi/apei/einj.c 		if (type & ACPI5_VENDOR_BIT) {
type              440 drivers/acpi/apei/einj.c 			switch (type) {
type              497 drivers/acpi/apei/einj.c 		rc = __einj_error_trigger(trigger_paddr, type, param1, param2);
type              507 drivers/acpi/apei/einj.c static int einj_error_inject(u32 type, u32 flags, u64 param1, u64 param2,
type              528 drivers/acpi/apei/einj.c 	if (type & ACPI5_VENDOR_BIT) {
type              531 drivers/acpi/apei/einj.c 	} else if (!(type & MEM_ERROR_MASK) && !(flags & SETWA_FLAGS_MEM))
type              552 drivers/acpi/apei/einj.c 	rc = __einj_error_inject(type, flags, param1, param2, param3, param4);
type             1020 drivers/acpi/apei/erst.c 		record->type = PSTORE_TYPE_DMESG;
type             1023 drivers/acpi/apei/erst.c 		record->type = PSTORE_TYPE_DMESG;
type             1025 drivers/acpi/apei/erst.c 		record->type = PSTORE_TYPE_MCE;
type             1027 drivers/acpi/apei/erst.c 		record->type = PSTORE_TYPE_MAX;
type             1067 drivers/acpi/apei/erst.c 	switch (record->type) {
type               92 drivers/acpi/apei/ghes.c 	return ghes->generic->header.type == ACPI_HEST_TYPE_GENERIC_ERROR_V2;
type             1127 drivers/acpi/apei/ghes.c 	switch (generic->notify.type) {
type             1163 drivers/acpi/apei/ghes.c 			   generic->notify.type, generic->header.source_id);
type             1182 drivers/acpi/apei/ghes.c 	switch (generic->notify.type) {
type             1258 drivers/acpi/apei/ghes.c 	switch (generic->notify.type) {
type               54 drivers/acpi/apei/hest.c 	u16 hest_type = hest_hdr->type;
type               98 drivers/acpi/apei/hest.c 				   hest_hdr->type, hest_hdr->source_id);
type              126 drivers/acpi/apei/hest.c 	if (hest_hdr->type != ACPI_HEST_TYPE_IA32_CORRECTED_CHECK)
type              144 drivers/acpi/apei/hest.c 	if (hest_hdr->type == ACPI_HEST_TYPE_GENERIC_ERROR ||
type              145 drivers/acpi/apei/hest.c 	    hest_hdr->type == ACPI_HEST_TYPE_GENERIC_ERROR_V2)
type              156 drivers/acpi/apei/hest.c 	if (hest_hdr->type != ACPI_HEST_TYPE_GENERIC_ERROR &&
type              157 drivers/acpi/apei/hest.c 	    hest_hdr->type != ACPI_HEST_TYPE_GENERIC_ERROR_V2)
type               58 drivers/acpi/arm64/gtdt.c 	return gh->type == ACPI_GTDT_TYPE_TIMER_BLOCK;
type               66 drivers/acpi/arm64/gtdt.c 	if (gh->type != ACPI_GTDT_TYPE_WATCHDOG)
type               95 drivers/acpi/arm64/gtdt.c int __init acpi_gtdt_map_ppi(int type)
type               99 drivers/acpi/arm64/gtdt.c 	switch (type) {
type              124 drivers/acpi/arm64/gtdt.c bool __init acpi_gtdt_c3stop(int type)
type              128 drivers/acpi/arm64/gtdt.c 	switch (type) {
type               21 drivers/acpi/arm64/iort.c #define IORT_TYPE_MASK(type)	(1 << (type))
type              224 drivers/acpi/arm64/iort.c static struct acpi_iort_node *iort_scan_node(enum acpi_iort_node_type type,
type              247 drivers/acpi/arm64/iort.c 		if (iort_node->type == type &&
type              264 drivers/acpi/arm64/iort.c 	if (node->type == ACPI_IORT_NODE_NAMED_COMPONENT) {
type              282 drivers/acpi/arm64/iort.c 	} else if (node->type == ACPI_IORT_NODE_PCI_ROOT_COMPLEX) {
type              301 drivers/acpi/arm64/iort.c static int iort_id_map(struct acpi_iort_id_mapping *map, u8 type, u32 rid_in,
type              306 drivers/acpi/arm64/iort.c 		if (type == ACPI_IORT_NODE_NAMED_COMPONENT ||
type              307 drivers/acpi/arm64/iort.c 		    type == ACPI_IORT_NODE_PCI_ROOT_COMPLEX) {
type              313 drivers/acpi/arm64/iort.c 			map, type);
type              341 drivers/acpi/arm64/iort.c 		       node, node->type);
type              349 drivers/acpi/arm64/iort.c 		if (node->type == ACPI_IORT_NODE_NAMED_COMPONENT ||
type              350 drivers/acpi/arm64/iort.c 		    node->type == ACPI_IORT_NODE_PCI_ROOT_COMPLEX ||
type              351 drivers/acpi/arm64/iort.c 		    node->type == ACPI_IORT_NODE_SMMU_V3 ||
type              352 drivers/acpi/arm64/iort.c 		    node->type == ACPI_IORT_NODE_PMCG) {
type              365 drivers/acpi/arm64/iort.c 	switch (node->type) {
type              385 drivers/acpi/arm64/iort.c 			       node, node->type);
type              408 drivers/acpi/arm64/iort.c 		if (IORT_TYPE_MASK(node->type) & type_mask) {
type              423 drivers/acpi/arm64/iort.c 			       node, node->type);
type              440 drivers/acpi/arm64/iort.c 			if (!iort_id_map(map, node->type, id, &id))
type              477 drivers/acpi/arm64/iort.c 	if (!(IORT_TYPE_MASK(parent->type) & type_mask))
type              667 drivers/acpi/arm64/iort.c 		       node, node->type);
type              674 drivers/acpi/arm64/iort.c 	if (!msi_parent || msi_parent->type != ACPI_IORT_NODE_ITS_GROUP)
type              756 drivers/acpi/arm64/iort.c 	if (iommu && (iommu->type == ACPI_IORT_NODE_SMMU_V3)) {
type              849 drivers/acpi/arm64/iort.c static inline bool iort_iommu_driver_enabled(u8 type)
type              851 drivers/acpi/arm64/iort.c 	switch (type) {
type              857 drivers/acpi/arm64/iort.c 		pr_warn("IORT node type %u does not describe an SMMU\n", type);
type              905 drivers/acpi/arm64/iort.c 		return iort_iommu_driver_enabled(node->type) ?
type             1439 drivers/acpi/arm64/iort.c 	switch (node->type) {
type             1545 drivers/acpi/arm64/iort.c 	if (iort_node->type == ACPI_IORT_NODE_PCI_ROOT_COMPLEX) {
type             1563 drivers/acpi/arm64/iort.c 			if ((parent->type == ACPI_IORT_NODE_SMMU) ||
type             1564 drivers/acpi/arm64/iort.c 				(parent->type == ACPI_IORT_NODE_SMMU_V3)) {
type              141 drivers/acpi/battery.c 	char type[32];
type              157 drivers/acpi/battery.c 	if (!strcasecmp("NiCd", battery->type))
type              159 drivers/acpi/battery.c 	if (!strcasecmp("NiMH", battery->type))
type              161 drivers/acpi/battery.c 	if (!strcasecmp("LION", battery->type))
type              163 drivers/acpi/battery.c 	if (!strncasecmp("LI-ION", battery->type, 6))
type              165 drivers/acpi/battery.c 	if (!strcasecmp("LiP", battery->type))
type              418 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, type), 1},
type              441 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, type), 1},
type              451 drivers/acpi/battery.c 	if (package->type != ACPI_TYPE_PACKAGE)
type              459 drivers/acpi/battery.c 			if (element->type == ACPI_TYPE_STRING ||
type              460 drivers/acpi/battery.c 			    element->type == ACPI_TYPE_BUFFER)
type              462 drivers/acpi/battery.c 			else if (element->type == ACPI_TYPE_INTEGER) {
type              470 drivers/acpi/battery.c 			*x = (element->type == ACPI_TYPE_INTEGER) ?
type              851 drivers/acpi/battery.c 	battery->bat_desc.type = POWER_SUPPLY_TYPE_BATTERY;
type              886 drivers/acpi/battery.c 	if (dm->type == DMI_ENTRY_PORTABLE_BATTERY && dm->length >= 8) {
type             1088 drivers/acpi/battery.c 	seq_printf(seq, "battery type:            %s\n", battery->type);
type               37 drivers/acpi/bgrt.c static DEVICE_ATTR(type, S_IRUGO, show_type, NULL);
type              209 drivers/acpi/bus.c 	in_params[0].type 		= ACPI_TYPE_BUFFER;
type              212 drivers/acpi/bus.c 	in_params[1].type 		= ACPI_TYPE_INTEGER;
type              214 drivers/acpi/bus.c 	in_params[2].type 		= ACPI_TYPE_INTEGER;
type              216 drivers/acpi/bus.c 	in_params[3].type		= ACPI_TYPE_BUFFER;
type              228 drivers/acpi/bus.c 	if (out_obj->type != ACPI_TYPE_BUFFER
type              342 drivers/acpi/bus.c static void acpi_bus_notify(acpi_handle handle, u32 type, void *data)
type              349 drivers/acpi/bus.c 	switch (type) {
type              389 drivers/acpi/bus.c 		acpi_handle_debug(handle, "Unknown event type 0x%x\n", type);
type              400 drivers/acpi/bus.c 		driver->ops.notify(adev, type);
type              407 drivers/acpi/bus.c 	if (ACPI_SUCCESS(acpi_hotplug_schedule(adev, type)))
type              413 drivers/acpi/bus.c 	acpi_evaluate_ost(handle, type, ost_code, NULL);
type              639 drivers/acpi/bus.c 	if (of_compatible->type == ACPI_TYPE_PACKAGE) {
type              672 drivers/acpi/bus.c 	if (of_compatible->type == ACPI_TYPE_PACKAGE)
type              132 drivers/acpi/button.c 	unsigned int type;
type              281 drivers/acpi/button.c 	if (button->type != ACPI_BUTTON_TYPE_LID)
type              337 drivers/acpi/button.c 	if (button->type != ACPI_BUTTON_TYPE_LID)
type              419 drivers/acpi/button.c 		if (button->type == ACPI_BUTTON_TYPE_LID) {
type              468 drivers/acpi/button.c 	if (button->type == ACPI_BUTTON_TYPE_LID && button->input->users) {
type              517 drivers/acpi/button.c 		button->type = ACPI_BUTTON_TYPE_POWER;
type              523 drivers/acpi/button.c 		button->type = ACPI_BUTTON_TYPE_SLEEP;
type              528 drivers/acpi/button.c 		button->type = ACPI_BUTTON_TYPE_LID;
type              548 drivers/acpi/button.c 	input->id.product = button->type;
type              551 drivers/acpi/button.c 	switch (button->type) {
type              569 drivers/acpi/button.c 	if (button->type == ACPI_BUTTON_TYPE_LID) {
type               99 drivers/acpi/cppc_acpi.c #define CPC_IN_PCC(cpc) ((cpc)->type == ACPI_TYPE_BUFFER &&		\
type              111 drivers/acpi/cppc_acpi.c #define CPC_SUPPORTED(cpc) ((cpc)->type == ACPI_TYPE_INTEGER ?		\
type              747 drivers/acpi/cppc_acpi.c 	if (cpc_obj->type == ACPI_TYPE_INTEGER)	{
type              751 drivers/acpi/cppc_acpi.c 				cpc_obj->type);
type              758 drivers/acpi/cppc_acpi.c 	if (cpc_obj->type == ACPI_TYPE_INTEGER)	{
type              762 drivers/acpi/cppc_acpi.c 				cpc_obj->type);
type              774 drivers/acpi/cppc_acpi.c 		if (cpc_obj->type == ACPI_TYPE_INTEGER)	{
type              775 drivers/acpi/cppc_acpi.c 			cpc_ptr->cpc_regs[i-2].type = ACPI_TYPE_INTEGER;
type              777 drivers/acpi/cppc_acpi.c 		} else if (cpc_obj->type == ACPI_TYPE_BUFFER) {
type              813 drivers/acpi/cppc_acpi.c 			cpc_ptr->cpc_regs[i-2].type = ACPI_TYPE_BUFFER;
type              828 drivers/acpi/cppc_acpi.c 		cpc_ptr->cpc_regs[i].type = ACPI_TYPE_INTEGER;
type              974 drivers/acpi/cppc_acpi.c 	if (reg_res->type == ACPI_TYPE_INTEGER) {
type             1152 drivers/acpi/cppc_acpi.c 	if (guaranteed_reg->type != ACPI_TYPE_BUFFER  ||
type              217 drivers/acpi/device_sysfs.c 	if (of_compatible->type == ACPI_TYPE_PACKAGE) {
type              552 drivers/acpi/device_sysfs.c 	if (dev->pnp.type.bus_address)
type              637 drivers/acpi/device_sysfs.c 	if (dev->pnp.type.bus_address)
type              326 drivers/acpi/dock.c 	arg.type = ACPI_TYPE_INTEGER;
type              552 drivers/acpi/dock.c 	char *type;
type              555 drivers/acpi/dock.c 		type = "dock_station";
type              557 drivers/acpi/dock.c 		type = "ata_bay";
type              559 drivers/acpi/dock.c 		type = "battery_bay";
type              561 drivers/acpi/dock.c 		type = "unknown";
type              563 drivers/acpi/dock.c 	return snprintf(buf, PAGE_SIZE, "%s\n", type);
type              565 drivers/acpi/dock.c static DEVICE_ATTR(type, S_IRUGO, show_dock_type, NULL);
type             1645 drivers/acpi/ec.c 	if (resource->type != ACPI_RESOURCE_TYPE_IO)
type               28 drivers/acpi/event.c int acpi_notifier_call_chain(struct acpi_device *dev, u32 type, u32 data)
type               34 drivers/acpi/event.c 	event.type = type;
type               58 drivers/acpi/event.c 	u32 type;
type               97 drivers/acpi/event.c 				      u8 type, int data)
type              136 drivers/acpi/event.c 	event->type = type;
type              156 drivers/acpi/event.c 				      u8 type, int data)
type               85 drivers/acpi/evged.c 	if (ares->type == ACPI_RESOURCE_TYPE_END_TAG)
type               92 drivers/acpi/evged.c 	if (ares->type == ACPI_RESOURCE_TYPE_IRQ) {
type              109 drivers/acpi/fan.c 	if (!obj || obj->type != ACPI_TYPE_PACKAGE ||
type              111 drivers/acpi/fan.c 	    obj->package.elements[1].type != ACPI_TYPE_INTEGER) {
type              244 drivers/acpi/fan.c 	if (!obj || obj->type != ACPI_TYPE_PACKAGE) {
type              281 drivers/acpi/fan.c 	if (!obj || obj->type != ACPI_TYPE_PACKAGE || obj->package.count < 2) {
type               39 drivers/acpi/glue.c int register_acpi_bus_type(struct acpi_bus_type *type)
type               43 drivers/acpi/glue.c 	if (type && type->match && type->find_companion) {
type               45 drivers/acpi/glue.c 		list_add_tail(&type->list, &bus_type_list);
type               47 drivers/acpi/glue.c 		printk(KERN_INFO PREFIX "bus type %s registered\n", type->name);
type               54 drivers/acpi/glue.c int unregister_acpi_bus_type(struct acpi_bus_type *type)
type               58 drivers/acpi/glue.c 	if (type) {
type               60 drivers/acpi/glue.c 		list_del_init(&type->list);
type               63 drivers/acpi/glue.c 		       type->name);
type              110 drivers/acpi/glue.c 	return sta_present && !adev->pnp.type.platform_id ?
type              300 drivers/acpi/glue.c 	struct acpi_bus_type *type = acpi_get_bus_type(dev);
type              305 drivers/acpi/glue.c 	if (ret && type) {
type              308 drivers/acpi/glue.c 		adev = type->find_companion(dev);
type              325 drivers/acpi/glue.c 	if (type && type->setup)
type              326 drivers/acpi/glue.c 		type->setup(dev);
type              348 drivers/acpi/glue.c 	struct acpi_bus_type *type;
type              353 drivers/acpi/glue.c 	type = acpi_get_bus_type(dev);
type              354 drivers/acpi/glue.c 	if (type && type->cleanup)
type              355 drivers/acpi/glue.c 		type->cleanup(dev);
type              125 drivers/acpi/hmat/hmat.c static __init const char *hmat_data_type(u8 type)
type              127 drivers/acpi/hmat/hmat.c 	switch (type) {
type              145 drivers/acpi/hmat/hmat.c static __init const char *hmat_data_type_suffix(u8 type)
type              147 drivers/acpi/hmat/hmat.c 	switch (type) {
type              161 drivers/acpi/hmat/hmat.c static u32 hmat_normalize(u16 entry, u64 base, u8 type)
type              183 drivers/acpi/hmat/hmat.c 		switch (type) {
type              197 drivers/acpi/hmat/hmat.c 					     u8 type, u32 value)
type              199 drivers/acpi/hmat/hmat.c 	switch (type) {
type              272 drivers/acpi/hmat/hmat.c 	u8 type, mem_hier;
type              280 drivers/acpi/hmat/hmat.c 	type = hmat_loc->data_type;
type              293 drivers/acpi/hmat/hmat.c 		hmat_loc->flags, hmat_data_type(type), ipds, tpds,
type              304 drivers/acpi/hmat/hmat.c 					       type);
type              307 drivers/acpi/hmat/hmat.c 				hmat_data_type_suffix(type));
type              312 drivers/acpi/hmat/hmat.c 					hmat_update_target_access(target, type, value);
type              434 drivers/acpi/hmat/hmat.c 	switch (hdr->type) {
type              497 drivers/acpi/hmat/hmat.c static bool hmat_update_best(u8 type, u32 value, u32 *best)
type              504 drivers/acpi/hmat/hmat.c 	switch (type) {
type              108 drivers/acpi/internal.h 			     int type, unsigned long long sta);
type              117 drivers/acpi/internal.h int acpi_bus_register_early_device(int type);
type               67 drivers/acpi/ioapic.c static bool acpi_is_ioapic(acpi_handle handle, char **type)
type               83 drivers/acpi/ioapic.c 				*type = "IOxAPIC";
type               86 drivers/acpi/ioapic.c 				*type = "IOAPIC";
type              104 drivers/acpi/ioapic.c 	char *type = NULL;
type              106 drivers/acpi/ioapic.c 	if (!acpi_is_ioapic(handle, &type))
type              141 drivers/acpi/ioapic.c 		if (pci_request_region(dev, 0, type))
type              152 drivers/acpi/ioapic.c 	crs_res->name = type;
type              177 drivers/acpi/ioapic.c 			 type, res, (u32)gsi_base);
type              180 drivers/acpi/ioapic.c 				 type, res, (u32)gsi_base);
type              186 drivers/acpi/irq.c 	switch (ares->type) {
type              227 drivers/acpi/nfit/core.c 	if (pkg->type != ACPI_TYPE_PACKAGE) {
type              229 drivers/acpi/nfit/core.c 				pkg->type);
type              236 drivers/acpi/nfit/core.c 		if (obj->type == ACPI_TYPE_INTEGER)
type              238 drivers/acpi/nfit/core.c 		else if (obj->type == ACPI_TYPE_BUFFER)
type              242 drivers/acpi/nfit/core.c 					obj->type);
type              252 drivers/acpi/nfit/core.c 	buf->type = ACPI_TYPE_BUFFER;
type              258 drivers/acpi/nfit/core.c 		if (obj->type == ACPI_TYPE_INTEGER) {
type              261 drivers/acpi/nfit/core.c 		} else if (obj->type == ACPI_TYPE_BUFFER) {
type              279 drivers/acpi/nfit/core.c 	if (integer->type != ACPI_TYPE_INTEGER) {
type              281 drivers/acpi/nfit/core.c 				integer->type);
type              286 drivers/acpi/nfit/core.c 	buf->type = ACPI_TYPE_BUFFER;
type              304 drivers/acpi/nfit/core.c 				.integer.type = ACPI_TYPE_INTEGER,
type              308 drivers/acpi/nfit/core.c 				.integer.type = ACPI_TYPE_INTEGER,
type              312 drivers/acpi/nfit/core.c 				.buffer.type = ACPI_TYPE_BUFFER,
type              334 drivers/acpi/nfit/core.c 				.integer.type = ACPI_TYPE_INTEGER,
type              338 drivers/acpi/nfit/core.c 				.integer.type = ACPI_TYPE_INTEGER,
type              501 drivers/acpi/nfit/core.c 	in_obj.type = ACPI_TYPE_PACKAGE;
type              504 drivers/acpi/nfit/core.c 	in_buf.type = ACPI_TYPE_BUFFER;
type              556 drivers/acpi/nfit/core.c 	if (out_obj->type != ACPI_TYPE_BUFFER) {
type              558 drivers/acpi/nfit/core.c 				dimm_name, cmd_name, out_obj->type);
type              648 drivers/acpi/nfit/core.c static const char *spa_type_name(u16 type)
type              662 drivers/acpi/nfit/core.c 	if (type > NFIT_SPA_PCD)
type              665 drivers/acpi/nfit/core.c 	return to_name[type];
type              938 drivers/acpi/nfit/core.c 			hdr->type);
type              942 drivers/acpi/nfit/core.c 	switch (hdr->type) {
type              975 drivers/acpi/nfit/core.c 		dev_err(dev, "unknown table '%d' parsing nfit\n", hdr->type);
type              991 drivers/acpi/nfit/core.c 		int type = nfit_spa_type(nfit_spa->spa);
type              994 drivers/acpi/nfit/core.c 		if (type != NFIT_SPA_BDW)
type             1061 drivers/acpi/nfit/core.c 	int type = spa ? nfit_spa_type(spa) : 0;
type             1063 drivers/acpi/nfit/core.c 	switch (type) {
type             1158 drivers/acpi/nfit/core.c 		if (type == NFIT_SPA_DCR) {
type             1173 drivers/acpi/nfit/core.c 		} else if (type == NFIT_SPA_PM) {
type             1775 drivers/acpi/nfit/core.c 		.buffer.type = ACPI_TYPE_BUFFER,
type             1779 drivers/acpi/nfit/core.c 		.package.type = ACPI_TYPE_PACKAGE,
type             1794 drivers/acpi/nfit/core.c 	if (!out_obj || out_obj->type != ACPI_TYPE_BUFFER
type             2677 drivers/acpi/nfit/core.c 		ars_start.type = ND_ARS_PERSISTENT;
type             2679 drivers/acpi/nfit/core.c 		ars_start.type = ND_ARS_VOLATILE;
type             2704 drivers/acpi/nfit/core.c 		.type = ars_status->type,
type             3255 drivers/acpi/nfit/core.c 	int type = nfit_spa_type(nfit_spa->spa);
type             3265 drivers/acpi/nfit/core.c 	if (type == NFIT_SPA_VOLATILE && ((ars_cap.status >> 16)
type             3268 drivers/acpi/nfit/core.c 	if (type == NFIT_SPA_PM && ((ars_cap.status >> 16)
type             3525 drivers/acpi/nfit/core.c 		int type = nfit_spa_type(nfit_spa->spa);
type             3527 drivers/acpi/nfit/core.c 		if (type != NFIT_SPA_PM && type != NFIT_SPA_VOLATILE)
type             3655 drivers/acpi/nfit/core.c 		if (obj->type == ACPI_TYPE_BUFFER)
type             3660 drivers/acpi/nfit/core.c 				(int) obj->type);
type             3714 drivers/acpi/nfit/core.c 	if (obj->type == ACPI_TYPE_BUFFER) {
type              119 drivers/acpi/numa.c 	switch (header->type) {
type              175 drivers/acpi/numa.c 			header->type);
type             1056 drivers/acpi/osl.c acpi_status acpi_os_execute(acpi_execute_type type,
type             1067 drivers/acpi/osl.c 	if (type == OSL_DEBUGGER_MAIN_THREAD) {
type             1097 drivers/acpi/osl.c 	if (type == OSL_NOTIFY_HANDLER) {
type             1100 drivers/acpi/osl.c 	} else if (type == OSL_GPE_HANDLER) {
type             1104 drivers/acpi/osl.c 		pr_err("Unsupported os_execute type %d.\n", type);
type               92 drivers/acpi/pci_link.c 	switch (resource->type) {
type              149 drivers/acpi/pci_link.c 		       resource->type);
type              179 drivers/acpi/pci_link.c 	switch (resource->type) {
type              217 drivers/acpi/pci_link.c 		       resource->type);
type              301 drivers/acpi/pci_link.c 		resource->res.type = ACPI_RESOURCE_TYPE_IRQ;
type              316 drivers/acpi/pci_link.c 		resource->res.type = ACPI_RESOURCE_TYPE_EXTENDED_IRQ;
type              339 drivers/acpi/pci_link.c 	resource->end.type = ACPI_RESOURCE_TYPE_END_TAG;
type              677 drivers/acpi/pci_root.c 					     unsigned long type)
type              683 drivers/acpi/pci_root.c 	BUG_ON((type & (IORESOURCE_MEM | IORESOURCE_IO)) == 0);
type              684 drivers/acpi/pci_root.c 	root = (type & IORESOURCE_MEM) ? &iomem_resource : &ioport_resource;
type              692 drivers/acpi/pci_root.c 		if (!(res1->flags & type))
type              711 drivers/acpi/pci_root.c 			if (!(res2->flags & type))
type              927 drivers/acpi/pci_root.c 	if (obj && obj->type == ACPI_TYPE_INTEGER && obj->integer.value == 0)
type              154 drivers/acpi/power.c 		if (element->type != ACPI_TYPE_LOCAL_REFERENCE) {
type              667 drivers/acpi/power.c 	in_arg[0].type = ACPI_TYPE_INTEGER;
type              669 drivers/acpi/power.c 	in_arg[1].type = ACPI_TYPE_INTEGER;
type              671 drivers/acpi/power.c 	in_arg[2].type = ACPI_TYPE_INTEGER;
type               74 drivers/acpi/pptt.c static inline bool acpi_pptt_match_type(int table_type, int type)
type               76 drivers/acpi/pptt.c 	return ((table_type & ACPI_PPTT_MASK_CACHE_TYPE) == type ||
type               77 drivers/acpi/pptt.c 		table_type & ACPI_PPTT_CACHE_TYPE_UNIFIED & type);
type              105 drivers/acpi/pptt.c 				int level, int type)
type              109 drivers/acpi/pptt.c 	if (res->type != ACPI_PPTT_TYPE_CACHE)
type              118 drivers/acpi/pptt.c 		    acpi_pptt_match_type(cache->attributes, type)) {
type              138 drivers/acpi/pptt.c 						     int type)
type              151 drivers/acpi/pptt.c 						   res, &ret, level, type);
type              223 drivers/acpi/pptt.c 		if (entry->type == ACPI_PPTT_TYPE_PROCESSOR &&
type              270 drivers/acpi/pptt.c 		if (entry->type == ACPI_PPTT_TYPE_PROCESSOR &&
type              296 drivers/acpi/pptt.c static u8 acpi_cache_type(enum cache_type type)
type              298 drivers/acpi/pptt.c 	switch (type) {
type              320 drivers/acpi/pptt.c 						    enum cache_type type,
type              327 drivers/acpi/pptt.c 	u8 acpi_type = acpi_cache_type(type);
type              404 drivers/acpi/pptt.c 	if (this_leaf->type == CACHE_TYPE_NOCACHE &&
type              406 drivers/acpi/pptt.c 		this_leaf->type = CACHE_TYPE_UNIFIED;
type              422 drivers/acpi/pptt.c 						   this_leaf->type,
type              113 drivers/acpi/processor_core.c 				   int type, u32 acpi_id)
type              130 drivers/acpi/processor_core.c 		if (header->type == ACPI_MADT_TYPE_LOCAL_APIC) {
type              133 drivers/acpi/processor_core.c 		} else if (header->type == ACPI_MADT_TYPE_LOCAL_X2APIC) {
type              134 drivers/acpi/processor_core.c 			if (!map_x2apic_id(header, type, acpi_id, &phys_id))
type              136 drivers/acpi/processor_core.c 		} else if (header->type == ACPI_MADT_TYPE_LOCAL_SAPIC) {
type              137 drivers/acpi/processor_core.c 			if (!map_lsapic_id(header, type, acpi_id, &phys_id))
type              139 drivers/acpi/processor_core.c 		} else if (header->type == ACPI_MADT_TYPE_GENERIC_INTERRUPT) {
type              140 drivers/acpi/processor_core.c 			if (!map_gicc_mpidr(header, type, acpi_id, &phys_id))
type              165 drivers/acpi/processor_core.c static phys_cpuid_t map_mat_entry(acpi_handle handle, int type, u32 acpi_id)
type              179 drivers/acpi/processor_core.c 	if (obj->type != ACPI_TYPE_BUFFER ||
type              185 drivers/acpi/processor_core.c 	if (header->type == ACPI_MADT_TYPE_LOCAL_APIC)
type              187 drivers/acpi/processor_core.c 	else if (header->type == ACPI_MADT_TYPE_LOCAL_SAPIC)
type              188 drivers/acpi/processor_core.c 		map_lsapic_id(header, type, acpi_id, &phys_id);
type              189 drivers/acpi/processor_core.c 	else if (header->type == ACPI_MADT_TYPE_LOCAL_X2APIC)
type              190 drivers/acpi/processor_core.c 		map_x2apic_id(header, type, acpi_id, &phys_id);
type              191 drivers/acpi/processor_core.c 	else if (header->type == ACPI_MADT_TYPE_GENERIC_INTERRUPT)
type              192 drivers/acpi/processor_core.c 		map_gicc_mpidr(header, type, acpi_id, &phys_id);
type              199 drivers/acpi/processor_core.c phys_cpuid_t acpi_get_phys_id(acpi_handle handle, int type, u32 acpi_id)
type              203 drivers/acpi/processor_core.c 	phys_id = map_mat_entry(handle, type, acpi_id);
type              205 drivers/acpi/processor_core.c 		phys_id = map_madt_entry(get_madt_table(), type, acpi_id);
type              257 drivers/acpi/processor_core.c int acpi_get_cpuid(acpi_handle handle, int type, u32 acpi_id)
type              261 drivers/acpi/processor_core.c 	phys_id = acpi_get_phys_id(handle, type, acpi_id);
type              299 drivers/acpi/processor_core.c 		if (hdr->type == ACPI_MADT_TYPE_IO_APIC &&
type              324 drivers/acpi/processor_core.c 	if (obj->type != ACPI_TYPE_BUFFER ||
type              329 drivers/acpi/processor_core.c 	if (header->type == ACPI_MADT_TYPE_IO_APIC)
type              128 drivers/acpi/processor_idle.c 	u8 type = local_apic_timer_c2_ok ? ACPI_STATE_C3 : ACPI_STATE_C2;
type              134 drivers/acpi/processor_idle.c 		type = ACPI_STATE_C1;
type              143 drivers/acpi/processor_idle.c 	if (cx->type >= type)
type              225 drivers/acpi/processor_idle.c 	pr->power.states[ACPI_STATE_C2].type = ACPI_STATE_C2;
type              226 drivers/acpi/processor_idle.c 	pr->power.states[ACPI_STATE_C3].type = ACPI_STATE_C3;
type              288 drivers/acpi/processor_idle.c 		pr->power.states[ACPI_STATE_C1].type = ACPI_STATE_C1;
type              323 drivers/acpi/processor_idle.c 	if (!cst || (cst->type != ACPI_TYPE_PACKAGE) || cst->package.count < 2) {
type              350 drivers/acpi/processor_idle.c 		if (element->type != ACPI_TYPE_PACKAGE)
type              358 drivers/acpi/processor_idle.c 		if (obj->type != ACPI_TYPE_BUFFER)
type              369 drivers/acpi/processor_idle.c 		if (obj->type != ACPI_TYPE_INTEGER)
type              372 drivers/acpi/processor_idle.c 		cx.type = obj->integer.value;
type              377 drivers/acpi/processor_idle.c 		if (i == 1 && cx.type != ACPI_STATE_C1)
type              388 drivers/acpi/processor_idle.c 			} else if (cx.type == ACPI_STATE_C1) {
type              400 drivers/acpi/processor_idle.c 			if (cx.type == ACPI_STATE_C1 &&
type              420 drivers/acpi/processor_idle.c 		if (cx.type == ACPI_STATE_C1) {
type              425 drivers/acpi/processor_idle.c 		if (obj->type != ACPI_TYPE_INTEGER)
type              431 drivers/acpi/processor_idle.c 		if (obj->type != ACPI_TYPE_INTEGER)
type              553 drivers/acpi/processor_idle.c 		switch (cx->type) {
type              572 drivers/acpi/processor_idle.c 		tsc_check_state(cx->type);
type              611 drivers/acpi/processor_idle.c 			if (pr->power.states[i].type >= ACPI_STATE_C2)
type              764 drivers/acpi/processor_idle.c 	if (cx->type != ACPI_STATE_C1) {
type              768 drivers/acpi/processor_idle.c 		} else if (cx->type == ACPI_STATE_C3 && pr->flags.bm_check) {
type              784 drivers/acpi/processor_idle.c 	if (cx->type == ACPI_STATE_C3)
type              799 drivers/acpi/processor_idle.c 	if (cx->type == ACPI_STATE_C3) {
type              874 drivers/acpi/processor_idle.c 		if (cx->type == ACPI_STATE_C1 || cx->type == ACPI_STATE_C2) {
type              885 drivers/acpi/processor_idle.c 		if (cx->type != ACPI_STATE_C1 && !acpi_idle_fallback_to_c1(pr))
type              954 drivers/acpi/processor_idle.c 	if (obj->type != ACPI_TYPE_INTEGER)
type              980 drivers/acpi/processor_idle.c 	if (!lpi_data || lpi_data->type != ACPI_TYPE_PACKAGE ||
type             1010 drivers/acpi/processor_idle.c 		if (element->type != ACPI_TYPE_PACKAGE || element->package.count < 7)
type             1016 drivers/acpi/processor_idle.c 		if (obj->type == ACPI_TYPE_BUFFER) {
type             1028 drivers/acpi/processor_idle.c 		} else if (obj->type == ACPI_TYPE_INTEGER) {
type             1038 drivers/acpi/processor_idle.c 		if (obj->type == ACPI_TYPE_STRING)
type               24 drivers/acpi/processor_pdc.c 	int cpuid, type;
type               53 drivers/acpi/processor_pdc.c 	type = (acpi_type == ACPI_TYPE_DEVICE) ? 1 : 0;
type               54 drivers/acpi/processor_pdc.c 	cpuid = acpi_get_cpuid(handle, type, acpi_id);
type               97 drivers/acpi/processor_pdc.c 	obj->type = ACPI_TYPE_BUFFER;
type              208 drivers/acpi/processor_perflib.c 	if (!pct || (pct->type != ACPI_TYPE_PACKAGE)
type              221 drivers/acpi/processor_perflib.c 	if ((obj.type != ACPI_TYPE_BUFFER)
type              237 drivers/acpi/processor_perflib.c 	if ((obj.type != ACPI_TYPE_BUFFER)
type              308 drivers/acpi/processor_perflib.c 	if (!pss || (pss->type != ACPI_TYPE_PACKAGE)) {
type              525 drivers/acpi/processor_perflib.c 	if (!psd || (psd->type != ACPI_TYPE_PACKAGE)) {
type              428 drivers/acpi/processor_throttling.c 	if (!ptc || (ptc->type != ACPI_TYPE_PACKAGE)
type              441 drivers/acpi/processor_throttling.c 	if ((obj.type != ACPI_TYPE_BUFFER)
type              458 drivers/acpi/processor_throttling.c 	if ((obj.type != ACPI_TYPE_BUFFER)
type              513 drivers/acpi/processor_throttling.c 	if (!tss || (tss->type != ACPI_TYPE_PACKAGE)) {
type              593 drivers/acpi/processor_throttling.c 	if (!tsd || (tsd->type != ACPI_TYPE_PACKAGE)) {
type               21 drivers/acpi/property.c 					acpi_object_type type,
type              174 drivers/acpi/property.c 		if (link->package.elements[0].type != ACPI_TYPE_STRING)
type              178 drivers/acpi/property.c 		switch (link->package.elements[1].type) {
type              221 drivers/acpi/property.c 		if (guid->type != ACPI_TYPE_BUFFER ||
type              223 drivers/acpi/property.c 		    links->type != ACPI_TYPE_PACKAGE)
type              244 drivers/acpi/property.c 	switch (value->type) {
type              252 drivers/acpi/property.c 			switch (value->package.elements[j].type) {
type              280 drivers/acpi/property.c 		    || property->package.elements[0].type != ACPI_TYPE_STRING
type              359 drivers/acpi/property.c 		if (guid->type != ACPI_TYPE_BUFFER ||
type              361 drivers/acpi/property.c 		    properties->type != ACPI_TYPE_PACKAGE)
type              482 drivers/acpi/property.c 				  const char *name, acpi_object_type type,
type              508 drivers/acpi/property.c 				if (type != ACPI_TYPE_ANY &&
type              509 drivers/acpi/property.c 				    propvalue->type != type)
type              529 drivers/acpi/property.c 			  acpi_object_type type, const union acpi_object **obj)
type              531 drivers/acpi/property.c 	return adev ? acpi_data_get_property(&adev->data, name, type, obj) : -EINVAL;
type              583 drivers/acpi/property.c 					acpi_object_type type,
type              593 drivers/acpi/property.c 	if (type != ACPI_TYPE_ANY) {
type              596 drivers/acpi/property.c 			if (prop->package.elements[i].type != type)
type              693 drivers/acpi/property.c 	if (obj->type == ACPI_TYPE_LOCAL_REFERENCE) {
type              715 drivers/acpi/property.c 	if (obj->type != ACPI_TYPE_PACKAGE)
type              726 drivers/acpi/property.c 		if (element->type == ACPI_TYPE_LOCAL_REFERENCE) {
type              742 drivers/acpi/property.c 			     element < end && element->type == ACPI_TYPE_STRING;
type              752 drivers/acpi/property.c 				int type = element[i].type;
type              754 drivers/acpi/property.c 				if (type == ACPI_TYPE_INTEGER)
type              756 drivers/acpi/property.c 				else if (type == ACPI_TYPE_LOCAL_REFERENCE)
type              775 drivers/acpi/property.c 		} else if (element->type == ACPI_TYPE_INTEGER) {
type              859 drivers/acpi/property.c 		if (items[i].type != ACPI_TYPE_INTEGER)
type              875 drivers/acpi/property.c 		if (items[i].type != ACPI_TYPE_INTEGER)
type              891 drivers/acpi/property.c 		if (items[i].type != ACPI_TYPE_INTEGER)
type              907 drivers/acpi/property.c 		if (items[i].type != ACPI_TYPE_INTEGER)
type              921 drivers/acpi/property.c 		if (items[i].type != ACPI_TYPE_STRING)
type             1279 drivers/acpi/property.c 	enum dev_prop_type type;
type             1283 drivers/acpi/property.c 		type = DEV_PROP_U8;
type             1286 drivers/acpi/property.c 		type = DEV_PROP_U16;
type             1289 drivers/acpi/property.c 		type = DEV_PROP_U32;
type             1292 drivers/acpi/property.c 		type = DEV_PROP_U64;
type             1298 drivers/acpi/property.c 	return acpi_node_prop_read(fwnode, propname, type, val, nval);
type              111 drivers/acpi/resource.c 	switch (ares->type) {
type              183 drivers/acpi/resource.c 	switch (ares->type) {
type              323 drivers/acpi/resource.c 	if (ares->type != ACPI_RESOURCE_TYPE_EXTENDED_ADDRESS64)
type              458 drivers/acpi/resource.c 	switch (ares->type) {
type              678 drivers/acpi/resource.c 	unsigned long type = 0;
type              680 drivers/acpi/resource.c 	switch (ares->type) {
type              684 drivers/acpi/resource.c 		type = IORESOURCE_MEM;
type              688 drivers/acpi/resource.c 		type = IORESOURCE_IO;
type              692 drivers/acpi/resource.c 		type = IORESOURCE_IRQ;
type              696 drivers/acpi/resource.c 		type = IORESOURCE_DMA;
type              699 drivers/acpi/resource.c 		type = IORESOURCE_REG;
type              706 drivers/acpi/resource.c 			type = IORESOURCE_MEM;
type              708 drivers/acpi/resource.c 			type = IORESOURCE_IO;
type              711 drivers/acpi/resource.c 			type = IORESOURCE_BUS;
type              717 drivers/acpi/resource.c 	return (type & types) ? 0 : 1;
type              290 drivers/acpi/sbs.c 	.type		= POWER_SUPPLY_TYPE_MAINS,
type              526 drivers/acpi/sbs.c 	battery->bat_desc.type = POWER_SUPPLY_TYPE_BATTERY;
type              370 drivers/acpi/scan.c static int acpi_generic_hotplug_event(struct acpi_device *adev, u32 type)
type              372 drivers/acpi/scan.c 	switch (type) {
type              795 drivers/acpi/scan.c 	if (element->type == ACPI_TYPE_PACKAGE) {
type              797 drivers/acpi/scan.c 		    (element->package.elements[0].type !=
type              799 drivers/acpi/scan.c 		    || (element->package.elements[1].type != ACPI_TYPE_INTEGER))
type              806 drivers/acpi/scan.c 	} else if (element->type == ACPI_TYPE_INTEGER) {
type              814 drivers/acpi/scan.c 	if (element->type != ACPI_TYPE_INTEGER)
type              921 drivers/acpi/scan.c 		    && package->type == ACPI_TYPE_PACKAGE
type             1196 drivers/acpi/scan.c 	pnp->type.hardware_id = 1;
type             1264 drivers/acpi/scan.c 			pnp->type.platform_id = 1;
type             1273 drivers/acpi/scan.c 			pnp->type.bus_address = 1;
type             1522 drivers/acpi/scan.c 	if (ares->type != ACPI_RESOURCE_TYPE_SERIAL_BUS)
type             1586 drivers/acpi/scan.c 			     int type, unsigned long long sta)
type             1589 drivers/acpi/scan.c 	device->device_type = type;
type             1595 drivers/acpi/scan.c 	acpi_set_pnp_ids(handle, &device->pnp, type);
type             1617 drivers/acpi/scan.c 				  acpi_handle handle, int type,
type             1630 drivers/acpi/scan.c 	acpi_init_device_object(device, handle, type, sta);
type             1636 drivers/acpi/scan.c 	if (type == ACPI_BUS_TYPE_DEVICE)
type             1695 drivers/acpi/scan.c static int acpi_bus_type_and_status(acpi_handle handle, int *type,
type             1711 drivers/acpi/scan.c 		*type = ACPI_BUS_TYPE_DEVICE;
type             1719 drivers/acpi/scan.c 		*type = ACPI_BUS_TYPE_PROCESSOR;
type             1725 drivers/acpi/scan.c 		*type = ACPI_BUS_TYPE_THERMAL;
type             1729 drivers/acpi/scan.c 		*type = ACPI_BUS_TYPE_POWER;
type             1866 drivers/acpi/scan.c 	int type;
type             1874 drivers/acpi/scan.c 	result = acpi_bus_type_and_status(handle, &type, &sta);
type             1878 drivers/acpi/scan.c 	if (type == ACPI_BUS_TYPE_POWER) {
type             1883 drivers/acpi/scan.c 	acpi_add_single_object(&device, handle, type, sta);
type             1947 drivers/acpi/scan.c 				device->pnp.type.platform_id = 0;
type             2009 drivers/acpi/scan.c 	if (device->pnp.type.platform_id || device->flags.enumeration_by_parent)
type             2108 drivers/acpi/scan.c int acpi_bus_register_early_device(int type)
type             2114 drivers/acpi/scan.c 					type, ACPI_STA_DEFAULT);
type             2280 drivers/acpi/scan.c 			acpi_table_parse_madt(ape->type, acpi_match_madt, 0);
type              773 drivers/acpi/sleep.c 			switch (element->type) {
type              807 drivers/acpi/sleep.c 			switch (info_obj->type) {
type              904 drivers/acpi/sleep.c 	if (!out_obj || out_obj->type != ACPI_TYPE_BUFFER) {
type               46 drivers/acpi/tables.c 	enum acpi_subtable_type type;
type               60 drivers/acpi/tables.c 	switch (header->type) {
type              183 drivers/acpi/tables.c 				p->type, p->id, p->eid, p->io_sapic_vector,
type              212 drivers/acpi/tables.c 			header->type);
type              220 drivers/acpi/tables.c 	switch (entry->type) {
type              222 drivers/acpi/tables.c 		return entry->hdr->common.type;
type              224 drivers/acpi/tables.c 		return entry->hdr->hmat.type;
type              232 drivers/acpi/tables.c 	switch (entry->type) {
type              244 drivers/acpi/tables.c 	switch (entry->type) {
type              313 drivers/acpi/tables.c 	entry.type = acpi_get_subtable_type(id);
type              572 drivers/acpi/thermal.c 				 int trip, enum thermal_trip_type *type)
type              582 drivers/acpi/thermal.c 			*type = THERMAL_TRIP_CRITICAL;
type              590 drivers/acpi/thermal.c 			*type = THERMAL_TRIP_HOT;
type              598 drivers/acpi/thermal.c 			*type = THERMAL_TRIP_PASSIVE;
type              607 drivers/acpi/thermal.c 			*type = THERMAL_TRIP_ACTIVE;
type              687 drivers/acpi/thermal.c 	enum thermal_trip_type type;
type              690 drivers/acpi/thermal.c 	if (thermal_get_trip_type(thermal, trip, &type))
type              693 drivers/acpi/thermal.c 	if (type == THERMAL_TRIP_ACTIVE) {
type              730 drivers/acpi/thermal.c 	u8 type = 0;
type              734 drivers/acpi/thermal.c 		type = ACPI_THERMAL_NOTIFY_CRITICAL;
type              736 drivers/acpi/thermal.c 		type = ACPI_THERMAL_NOTIFY_HOT;
type              741 drivers/acpi/thermal.c 					dev_name(&tz->device->dev), type, 1);
type               54 drivers/acpi/utils.c 	if (!package || (package->type != ACPI_TYPE_PACKAGE)
type               87 drivers/acpi/utils.c 		switch (element->type) {
type              191 drivers/acpi/utils.c 		switch (element->type) {
type              289 drivers/acpi/utils.c 	if (element.type != ACPI_TYPE_INTEGER) {
type              333 drivers/acpi/utils.c 	if (package->type != ACPI_TYPE_PACKAGE) {
type              356 drivers/acpi/utils.c 		if (element->type != ACPI_TYPE_LOCAL_REFERENCE) {
type              401 drivers/acpi/utils.c 	if (!output || output->type != ACPI_TYPE_PACKAGE
type              403 drivers/acpi/utils.c 	    || output->package.elements[0].type != ACPI_TYPE_BUFFER
type              436 drivers/acpi/utils.c 		{.type = ACPI_TYPE_INTEGER,},
type              437 drivers/acpi/utils.c 		{.type = ACPI_TYPE_INTEGER,},
type              438 drivers/acpi/utils.c 		{.type = ACPI_TYPE_BUFFER,}
type              549 drivers/acpi/utils.c 	union acpi_object obj = { .type = ACPI_TYPE_INTEGER };
type              627 drivers/acpi/utils.c 	params[0].type = ACPI_TYPE_BUFFER;
type              630 drivers/acpi/utils.c 	params[1].type = ACPI_TYPE_INTEGER;
type              632 drivers/acpi/utils.c 	params[2].type = ACPI_TYPE_INTEGER;
type              637 drivers/acpi/utils.c 		params[3].type = ACPI_TYPE_PACKAGE;
type              679 drivers/acpi/utils.c 	if (obj->type == ACPI_TYPE_INTEGER)
type              681 drivers/acpi/utils.c 	else if (obj->type == ACPI_TYPE_BUFFER)
type              376 drivers/acpi/video_detect.c 	if (backlight->props.type == BACKLIGHT_RAW &&
type              442 drivers/acpi/video_detect.c void acpi_video_set_dmi_backlight_type(enum acpi_backlight_type type)
type              444 drivers/acpi/video_detect.c 	acpi_backlight_dmi = type;
type               71 drivers/acpi/x86/apple.c 		if ( key->type != ACPI_TYPE_STRING ||
type               72 drivers/acpi/x86/apple.c 		    (val->type != ACPI_TYPE_INTEGER &&
type               73 drivers/acpi/x86/apple.c 		     val->type != ACPI_TYPE_BUFFER))
type               78 drivers/acpi/x86/apple.c 		if ( val->type == ACPI_TYPE_BUFFER)
type               97 drivers/acpi/x86/apple.c 	newprops->type = ACPI_TYPE_PACKAGE;
type              108 drivers/acpi/x86/apple.c 		newprops[1 + j].type = ACPI_TYPE_PACKAGE;
type              112 drivers/acpi/x86/apple.c 		newprops[k].type = ACPI_TYPE_STRING;
type              118 drivers/acpi/x86/apple.c 		newprops[v].type = val->type;
type              119 drivers/acpi/x86/apple.c 		if (val->type == ACPI_TYPE_INTEGER) {
type              187 drivers/android/binder.c static inline void binder_stats_deleted(enum binder_stat_types type)
type              189 drivers/android/binder.c 	atomic_inc(&binder_stats.obj_deleted[type]);
type              192 drivers/android/binder.c static inline void binder_stats_created(enum binder_stat_types type)
type              194 drivers/android/binder.c 	atomic_inc(&binder_stats.obj_created[type]);
type              238 drivers/android/binder.c 	} type;
type             1145 drivers/android/binder.c 	node->work.type = BINDER_WORK_NODE;
type             2046 drivers/android/binder.c 	switch (hdr->type) {
type             2116 drivers/android/binder.c 	if (!object_size || object->hdr.type != BINDER_TYPE_PTR)
type             2300 drivers/android/binder.c 		switch (hdr->type) {
type             2316 drivers/android/binder.c 			binder_dec_node(node, hdr->type == BINDER_TYPE_BINDER,
type             2328 drivers/android/binder.c 				hdr->type == BINDER_TYPE_HANDLE, &rdata);
type             2430 drivers/android/binder.c 				debug_id, hdr->type);
type             2466 drivers/android/binder.c 			fp->hdr.type == BINDER_TYPE_BINDER,
type             2471 drivers/android/binder.c 	if (fp->hdr.type == BINDER_TYPE_BINDER)
type             2472 drivers/android/binder.c 		fp->hdr.type = BINDER_TYPE_HANDLE;
type             2474 drivers/android/binder.c 		fp->hdr.type = BINDER_TYPE_WEAK_HANDLE;
type             2500 drivers/android/binder.c 			fp->hdr.type == BINDER_TYPE_HANDLE, &src_rdata);
type             2513 drivers/android/binder.c 		if (fp->hdr.type == BINDER_TYPE_HANDLE)
type             2514 drivers/android/binder.c 			fp->hdr.type = BINDER_TYPE_BINDER;
type             2516 drivers/android/binder.c 			fp->hdr.type = BINDER_TYPE_WEAK_BINDER;
type             2524 drivers/android/binder.c 					 fp->hdr.type == BINDER_TYPE_BINDER,
type             2541 drivers/android/binder.c 				fp->hdr.type == BINDER_TYPE_HANDLE,
type             2999 drivers/android/binder.c 		    w->type == BINDER_WORK_TRANSACTION) {
type             3256 drivers/android/binder.c 		switch (hdr->type) {
type             3413 drivers/android/binder.c 				proc->pid, thread->pid, hdr->type);
type             3420 drivers/android/binder.c 	tcomplete->type = BINDER_WORK_TRANSACTION_COMPLETE;
type             3421 drivers/android/binder.c 	t->work.type = BINDER_WORK_TRANSACTION;
type             3924 drivers/android/binder.c 					ref->death->work.type = BINDER_WORK_DEAD_BINDER;
type             3953 drivers/android/binder.c 					death->work.type = BINDER_WORK_CLEAR_DEATH_NOTIFICATION;
type             3968 drivers/android/binder.c 					BUG_ON(death->work.type != BINDER_WORK_DEAD_BINDER);
type             3969 drivers/android/binder.c 					death->work.type = BINDER_WORK_DEAD_BINDER_AND_CLEAR;
type             4009 drivers/android/binder.c 			if (death->work.type == BINDER_WORK_DEAD_BINDER_AND_CLEAR) {
type             4010 drivers/android/binder.c 				death->work.type = BINDER_WORK_CLEAR_DEATH_NOTIFICATION;
type             4259 drivers/android/binder.c 		switch (w->type) {
type             4387 drivers/android/binder.c 			if (w->type == BINDER_WORK_CLEAR_DEATH_NOTIFICATION)
type             4400 drivers/android/binder.c 			if (w->type == BINDER_WORK_CLEAR_DEATH_NOTIFICATION) {
type             4423 drivers/android/binder.c 			       proc->pid, thread->pid, w->type);
type             4587 drivers/android/binder.c 		switch (w->type) {
type             4623 drivers/android/binder.c 			       w->type);
type             4660 drivers/android/binder.c 	thread->return_error.work.type = BINDER_WORK_RETURN_ERROR;
type             4662 drivers/android/binder.c 	thread->reply_error.work.type = BINDER_WORK_RETURN_ERROR;
type             5392 drivers/android/binder.c 		ref->death->work.type = BINDER_WORK_DEAD_BINDER;
type             5590 drivers/android/binder.c 	switch (w->type) {
type             5622 drivers/android/binder.c 		seq_printf(m, "%sunknown work: type %d\n", prefix, w->type);
type             5924 drivers/android/binder.c 		if (w->type == BINDER_WORK_TRANSACTION)
type               93 drivers/ata/ahci_imx.c 	enum ahci_imx_type type;
type              233 drivers/ata/ahci_imx.c 	if (imxpriv->type == AHCI_IMX6QP) {
type              663 drivers/ata/ahci_imx.c 	if (imxpriv->type == AHCI_IMX6Q || imxpriv->type == AHCI_IMX6QP) {
type              693 drivers/ata/ahci_imx.c 	} else if (imxpriv->type == AHCI_IMX8QM) {
type              716 drivers/ata/ahci_imx.c 	switch (imxpriv->type) {
type              787 drivers/ata/ahci_imx.c 	if (imxpriv->type == AHCI_IMX53)
type             1074 drivers/ata/ahci_imx.c 	imxpriv->type = (enum ahci_imx_type)of_id->data;
type             1094 drivers/ata/ahci_imx.c 	if (imxpriv->type == AHCI_IMX6Q || imxpriv->type == AHCI_IMX6QP) {
type             1113 drivers/ata/ahci_imx.c 	} else if (imxpriv->type == AHCI_IMX8QM) {
type             1129 drivers/ata/ahci_imx.c 	if (imxpriv->type == AHCI_IMX53 &&
type               63 drivers/ata/ahci_qoriq.c 	enum ahci_qoriq_type type;
type               97 drivers/ata/ahci_qoriq.c 	bool ls1021a_workaround = (qoriq_priv->type == AHCI_LS1021A);
type              168 drivers/ata/ahci_qoriq.c 	switch (qpriv->type) {
type              277 drivers/ata/ahci_qoriq.c 	qoriq_priv->type = (enum ahci_qoriq_type)of_id->data;
type              312 drivers/ata/libata-acpi.c 	if (out_obj->type != ACPI_TYPE_BUFFER) {
type              314 drivers/ata/libata-acpi.c 			      out_obj->type);
type              354 drivers/ata/libata-acpi.c 	in_params[0].type = ACPI_TYPE_BUFFER;
type              358 drivers/ata/libata-acpi.c 	in_params[1].type = ACPI_TYPE_BUFFER;
type              361 drivers/ata/libata-acpi.c 	in_params[2].type = ACPI_TYPE_BUFFER;
type              449 drivers/ata/libata-acpi.c 	if (out_obj->type != ACPI_TYPE_BUFFER) {
type              451 drivers/ata/libata-acpi.c 			     out_obj->type);
type              495 drivers/ata/libata-acpi.c 	unsigned int type;
type              513 drivers/ata/libata-acpi.c 		type = ATA_SHIFT_MWDMA;
type              515 drivers/ata/libata-acpi.c 		type = ATA_SHIFT_UDMA;
type              517 drivers/ata/libata-acpi.c 	mode = ata_timing_cycle2mode(type, gtm->drive[unit].dma);
type              786 drivers/ata/libata-acpi.c 	in_params[0].type = ACPI_TYPE_BUFFER;
type              274 drivers/ata/libata-eh.c 	char *type = "";
type              278 drivers/ata/libata-eh.c 		type = "m";
type              280 drivers/ata/libata-eh.c 		type = "i";
type              286 drivers/ata/libata-eh.c 		ata_port_desc(ap, "%s %s%llu@0x%llx", name, type, len, start);
type             3666 drivers/ata/libata-scsi.c 			u8 cond, type, non_seq, reset;
type             3671 drivers/ata/libata-scsi.c 			type = rec[0] & 0xf;
type             3678 drivers/ata/libata-scsi.c 			rec[0] = type;
type              214 drivers/ata/libata-transport.c #define ata_port_simple_attr(field, name, format_string, type)		\
type              215 drivers/ata/libata-transport.c 	ata_port_show_simple(field, name, format_string, (type))	\
type              286 drivers/ata/libata-transport.c 	dev->type = &ata_port_type;
type              485 drivers/ata/libata-transport.c #define ata_dev_simple_attr(field, format_string, type)	\
type              486 drivers/ata/libata-transport.c 	ata_dev_show_simple(field, format_string, (type))	\
type              533 drivers/ata/pata_amd.c 	int type = id->driver_data;
type              547 drivers/ata/pata_amd.c 	if (type == 1 && pdev->revision > 0x7)
type              548 drivers/ata/pata_amd.c 		type = 2;
type              551 drivers/ata/pata_amd.c 	if (type == 5 && pdev->subsystem_vendor == PCI_VENDOR_ID_AMD &&
type              553 drivers/ata/pata_amd.c 		type = 6;	/* UDMA 100 only */
type              558 drivers/ata/pata_amd.c 	ppi[0] = &info[type];
type              560 drivers/ata/pata_amd.c 	if (type < 3)
type              567 drivers/ata/pata_amd.c 	if (type == 7 || type == 8) {
type              159 drivers/ata/pata_buddha.c 	unsigned int type = ent->driver_data;
type              160 drivers/ata/pata_buddha.c 	unsigned int nr_ports = (type == BOARD_CATWEASEL) ? 3 : 2;
type              164 drivers/ata/pata_buddha.c 	dev_info(&z->dev, "%s IDE controller\n", board_name[type]);
type              168 drivers/ata/pata_buddha.c 	if (type != BOARD_XSURF) {
type              185 drivers/ata/pata_buddha.c 	if (type == BOARD_XSURF)
type              190 drivers/ata/pata_buddha.c 	if (type == BOARD_XSURF)
type              198 drivers/ata/pata_buddha.c 	if (type != BOARD_XSURF)
type              206 drivers/ata/pata_buddha.c 		if (type != BOARD_XSURF) {
type               53 drivers/ata/pata_icside.c 	unsigned int type;
type              312 drivers/ata/pata_icside.c 	if (state->type == ICS_TYPE_V6) {
type              495 drivers/ata/pata_icside.c 	state->type = ICS_TYPE_NOTYPE;
type              500 drivers/ata/pata_icside.c 		unsigned int type;
type              502 drivers/ata/pata_icside.c 		type = readb(idmem + ICS_IDENT_OFFSET) & 1;
type              503 drivers/ata/pata_icside.c 		type |= (readb(idmem + ICS_IDENT_OFFSET + 4) & 1) << 1;
type              504 drivers/ata/pata_icside.c 		type |= (readb(idmem + ICS_IDENT_OFFSET + 8) & 1) << 2;
type              505 drivers/ata/pata_icside.c 		type |= (readb(idmem + ICS_IDENT_OFFSET + 12) & 1) << 3;
type              508 drivers/ata/pata_icside.c 		state->type = type;
type              515 drivers/ata/pata_icside.c 	switch (state->type) {
type               89 drivers/ata/pata_legacy.c 	enum controller type;
type               98 drivers/ata/pata_legacy.c 	enum controller type;
type              160 drivers/ata/pata_legacy.c 				enum controller type, unsigned long private)
type              183 drivers/ata/pata_legacy.c 	free->type = type;
type              658 drivers/ata/pata_legacy.c 	if (ld_qdi->type == QDI6580)
type              664 drivers/ata/pata_legacy.c 	if (ld_qdi->type != QDI6500 && adev->class != ATA_DEV_ATA)
type              934 drivers/ata/pata_legacy.c 	struct legacy_controller *controller = &controllers[probe->type];
type              965 drivers/ata/pata_legacy.c 	ld->type = probe->type;
type             1224 drivers/ata/pata_legacy.c 		if (pl->type == UNKNOWN)
type             1225 drivers/ata/pata_legacy.c 			pl->type = probe_chip_type(pl);
type             1338 drivers/ata/pata_macio.c 	.type		= "ide",
type             1341 drivers/ata/pata_macio.c 	.type		= "ata",
type              240 drivers/ata/sata_nv.c 	unsigned long		type;
type             2323 drivers/ata/sata_nv.c 	unsigned long type = ent->driver_data;
type             2339 drivers/ata/sata_nv.c 	if (type == CK804 && adma_enabled) {
type             2341 drivers/ata/sata_nv.c 		type = ADMA;
type             2342 drivers/ata/sata_nv.c 	} else if (type == MCP5x && swncq_enabled) {
type             2344 drivers/ata/sata_nv.c 		type = SWNCQ;
type             2347 drivers/ata/sata_nv.c 	ppi[0] = &nv_port_info[type];
type             2356 drivers/ata/sata_nv.c 	hpriv->type = type;
type             2370 drivers/ata/sata_nv.c 	if (type >= CK804) {
type             2379 drivers/ata/sata_nv.c 	if (type == ADMA) {
type             2383 drivers/ata/sata_nv.c 	} else if (type == SWNCQ)
type             2407 drivers/ata/sata_nv.c 		if (hpriv->type >= CK804) {
type             2414 drivers/ata/sata_nv.c 		if (hpriv->type == ADMA) {
type              154 drivers/ata/sata_rcar.c 	enum sata_rcar_type type;
type              766 drivers/ata/sata_rcar.c 	if (priv->type == RCAR_R8A7790_ES1_SATA)
type              823 drivers/ata/sata_rcar.c 	switch (priv->type) {
type              903 drivers/ata/sata_rcar.c 	priv->type = (enum sata_rcar_type)of_device_get_match_data(dev);
type              995 drivers/ata/sata_rcar.c 	if (priv->type == RCAR_GEN3_SATA) {
type               43 drivers/atm/atmtcp.c static int atmtcp_send_control(struct atm_vcc *vcc,int type,
type               67 drivers/atm/atmtcp.c 	new_msg->type = type;
type               97 drivers/atm/atmtcp.c 	switch (msg->type) {
type              106 drivers/atm/atmtcp.c 		    msg->type);
type              134 drivers/atm/atmtcp.c 	msg.type = ATMTCP_CTRL_OPEN;
type              354 drivers/atm/atmtcp.c 	.type		= "atmtcp",
type               79 drivers/atm/fore200e.c #define FORE200E_DMA_INDEX(dma_addr, type, index)  ((dma_addr) + (index) * sizeof(type))
type               81 drivers/atm/fore200e.c #define FORE200E_INDEX(virt_addr, type, index)     (&((type *)(virt_addr))[ index ])
type             1932 drivers/atm/he.c 	int group, type;
type             1941 drivers/atm/he.c 		type = ITYPE_TYPE(he_dev->irq_head->isw);
type             1944 drivers/atm/he.c 		switch (type) {
type             1974 drivers/atm/he.c 				switch (type|group) {
type             2628 drivers/atm/he.c 			switch (reg.type) {
type              131 drivers/atm/idt77105.c                         dev->type,dev->number);
type              177 drivers/atm/idt77105.c 	printk(KERN_NOTICE "%s(%d) Loopback mode is: %s\n", dev->type,
type              191 drivers/atm/idt77105.c         printk(KERN_NOTICE "%s(%d) idt77105_ioctl() called\n",dev->type,dev->number);
type              240 drivers/atm/idt77105.c                     dev->type,dev->number);
type              248 drivers/atm/idt77105.c                 dev->type,dev->number);
type              255 drivers/atm/idt77105.c                 dev->type,dev->number);
type              279 drivers/atm/idt77105.c 		printk(KERN_WARNING "%s(itf %d): no signal\n",dev->type,
type              325 drivers/atm/idt77105.c         DPRINTK("%s(itf %d): stopping IDT77105\n",dev->type,dev->number);
type             1830 drivers/atm/iphase.c 		vc->type = UBR;  
type             1884 drivers/atm/iphase.c                 vc->type = CBR;
type              236 drivers/atm/iphase.h 	u_short 	type;  
type              275 drivers/atm/lanai.c 	enum lanai_type type;
type             2222 drivers/atm/lanai.c 	    lanai->type==lanai2 ? "2" : "HB", (unsigned int) lanai->serialno,
type             2448 drivers/atm/lanai.c 		    atmdev->number, lanai->type==lanai2 ? "2" : "HB",
type             2575 drivers/atm/lanai.c 	lanai->type = (enum lanai_type) ident->device;
type               88 drivers/atm/solos-pci.c 	__le16 type;
type              208 drivers/atm/solos-pci.c 	header->type = cpu_to_le16(PKT_COMMAND);
type              264 drivers/atm/solos-pci.c 	header->type = cpu_to_le16(PKT_COMMAND);
type              485 drivers/atm/solos-pci.c 	header->type = cpu_to_le16(PKT_COMMAND);
type              826 drivers/atm/solos-pci.c 			switch (le16_to_cpu(header->type)) {
type              941 drivers/atm/solos-pci.c 	header->type = cpu_to_le16(PKT_POPEN);
type              978 drivers/atm/solos-pci.c 	header->type = cpu_to_le16(PKT_PCLOSE);
type             1171 drivers/atm/solos-pci.c 	header->type = cpu_to_le16(PKT_DATA);
type             1395 drivers/atm/solos-pci.c 		header->type = cpu_to_le16(PKT_STATUS);
type              158 drivers/atm/suni.c 	if (PRIV(dev)->type == SUNI_MRI_TYPE_PM5355) {
type              198 drivers/atm/suni.c 	if (PRIV(dev)->type == SUNI_MRI_TYPE_PM5355) {
type              212 drivers/atm/suni.c 	if (PRIV(dev)->type == SUNI_MRI_TYPE_PM5355) {
type              303 drivers/atm/suni.c 	printk(KERN_NOTICE "%s(itf %d): signal %s\n",dev->type,dev->number,
type              323 drivers/atm/suni.c 		printk(KERN_WARNING "%s(itf %d): no signal\n",dev->type,
type              376 drivers/atm/suni.c 	PRIV(dev)->type = (mri & SUNI_MRI_TYPE) >> SUNI_MRI_TYPE_SHIFT;
type              234 drivers/atm/suni.h 	int type;				/* phy type */
type              194 drivers/atm/uPD98402.c 			    dev->type,dev->number);
type              204 drivers/atm/uPD98402.c 			    "FIFO overflow\n",dev->type,dev->number);
type               28 drivers/auxdisplay/cfag12864bfb.c 	.type = FB_TYPE_PACKED_PIXELS,
type               79 drivers/auxdisplay/ht16k33.c 	.type		= FB_TYPE_PACKED_PIXELS,
type              468 drivers/auxdisplay/ht16k33.c 	bl_props.type = BACKLIGHT_RAW;
type              145 drivers/auxdisplay/panel.c 	enum input_type type;
type             1246 drivers/auxdisplay/panel.c 		if ((input->type == INPUT_TYPE_STD) &&
type             1251 drivers/auxdisplay/panel.c 		} else if (input->type == INPUT_TYPE_KBD) {
type             1303 drivers/auxdisplay/panel.c 		if (input->type == INPUT_TYPE_KBD) {
type             1326 drivers/auxdisplay/panel.c 		if (input->type == INPUT_TYPE_STD) {
type             1331 drivers/auxdisplay/panel.c 		} else if (input->type == INPUT_TYPE_KBD) {
type             1499 drivers/auxdisplay/panel.c 	key->type = INPUT_TYPE_KBD;
type             1536 drivers/auxdisplay/panel.c 	callback->type = INPUT_TYPE_STD;
type              987 drivers/base/bus.c 			  struct device *start, const struct device_type *type)
type              994 drivers/base/bus.c 	iter->type = type;
type             1020 drivers/base/bus.c 		if (!iter->type || iter->type == dev->type)
type               67 drivers/base/cacheinfo.c static inline int get_cacheinfo_idx(enum cache_type type)
type               69 drivers/base/cacheinfo.c 	if (type == CACHE_TYPE_UNIFIED)
type               71 drivers/base/cacheinfo.c 	return type;
type               79 drivers/base/cacheinfo.c 	ct_idx = get_cacheinfo_idx(this_leaf->type);
type               91 drivers/base/cacheinfo.c 	ct_idx = get_cacheinfo_idx(this_leaf->type);
type              113 drivers/base/cacheinfo.c 	ct_idx = get_cacheinfo_idx(this_leaf->type);
type              147 drivers/base/cacheinfo.c 	if (this_leaf->type == CACHE_TYPE_NOCACHE &&
type              149 drivers/base/cacheinfo.c 		this_leaf->type = CACHE_TYPE_UNIFIED;
type              408 drivers/base/cacheinfo.c 	switch (this_leaf->type) {
type              452 drivers/base/cacheinfo.c static DEVICE_ATTR_RO(type);
type              490 drivers/base/cacheinfo.c 	if ((attr == &dev_attr_type.attr) && this_leaf->type)
type              621 drivers/base/cacheinfo.c 		if (this_leaf->type == CACHE_TYPE_NOCACHE)
type              281 drivers/base/class.c 			 struct device *start, const struct device_type *type)
type              288 drivers/base/class.c 	iter->type = type;
type              314 drivers/base/class.c 		if (!iter->type || iter->type == dev->type)
type              905 drivers/base/core.c 	return !(dev->type == &part_type);
type             1098 drivers/base/core.c 	else if (dev->type && dev->type->release)
type             1099 drivers/base/core.c 		dev->type->release(dev);
type             1189 drivers/base/core.c 	if (dev->type && dev->type->name)
type             1190 drivers/base/core.c 		add_uevent_var(env, "DEVTYPE=%s", dev->type->name);
type             1216 drivers/base/core.c 	if (dev->type && dev->type->uevent) {
type             1217 drivers/base/core.c 		retval = dev->type->uevent(dev, env);
type             1469 drivers/base/core.c 	const struct device_type *type = dev->type;
type             1478 drivers/base/core.c 	if (type) {
type             1479 drivers/base/core.c 		error = device_add_groups(dev, type->groups);
type             1499 drivers/base/core.c 	if (type)
type             1500 drivers/base/core.c 		device_remove_groups(dev, type->groups);
type             1511 drivers/base/core.c 	const struct device_type *type = dev->type;
type             1516 drivers/base/core.c 	if (type)
type             1517 drivers/base/core.c 		device_remove_groups(dev, type->groups);
type             2461 drivers/base/core.c 	if (dev->type && dev->type->devnode)
type             2462 drivers/base/core.c 		*tmp = dev->type->devnode(dev, mode, uid, gid);
type               50 drivers/base/platform.c 				       unsigned int type, unsigned int num)
type               57 drivers/base/platform.c 		if (type == resource_type(r) && num-- == 0)
type              227 drivers/base/platform.c 					      unsigned int type,
type              238 drivers/base/platform.c 		if (type == resource_type(r) && !strcmp(r->name, name))
type               29 drivers/base/power/domain.c #define GENPD_DEV_CALLBACK(genpd, type, callback, dev)		\
type               31 drivers/base/power/domain.c 	type (*__routine)(struct device *__d); 			\
type               32 drivers/base/power/domain.c 	type __ret = (type)0;					\
type              700 drivers/base/power/domain.c 	if (dev->type && dev->type->pm)
type              701 drivers/base/power/domain.c 		cb = dev->type->pm->runtime_suspend;
type              723 drivers/base/power/domain.c 	if (dev->type && dev->type->pm)
type              724 drivers/base/power/domain.c 		cb = dev->type->pm->runtime_resume;
type              600 drivers/base/power/main.c 	} else if (dev->type && dev->type->pm) {
type              602 drivers/base/power/main.c 		callback = pm_noirq_op(dev->type->pm, state);
type              819 drivers/base/power/main.c 	} else if (dev->type && dev->type->pm) {
type              821 drivers/base/power/main.c 		callback = pm_late_early_op(dev->type->pm, state);
type              998 drivers/base/power/main.c 	if (dev->type && dev->type->pm) {
type             1000 drivers/base/power/main.c 		callback = pm_op(dev->type->pm, state);
type             1125 drivers/base/power/main.c 	} else if (dev->type && dev->type->pm) {
type             1127 drivers/base/power/main.c 		callback = dev->type->pm->complete;
type             1254 drivers/base/power/main.c 	} else if (dev->type && dev->type->pm) {
type             1256 drivers/base/power/main.c 		callback = pm_noirq_op(dev->type->pm, state);
type             1483 drivers/base/power/main.c 	} else if (dev->type && dev->type->pm) {
type             1485 drivers/base/power/main.c 		callback = pm_late_early_op(dev->type->pm, state);
type             1777 drivers/base/power/main.c 	if (dev->type && dev->type->pm) {
type             1779 drivers/base/power/main.c 		callback = pm_op(dev->type->pm, state);
type             1942 drivers/base/power/main.c 	else if (dev->type && dev->type->pm)
type             1943 drivers/base/power/main.c 		callback = dev->type->pm->prepare;
type             2125 drivers/base/power/main.c 		(!dev->type || pm_ops_is_empty(dev->type->pm)) &&
type              110 drivers/base/power/qos.c s32 dev_pm_qos_read_value(struct device *dev, enum dev_pm_qos_req_type type)
type              118 drivers/base/power/qos.c 	if (type == DEV_PM_QOS_RESUME_LATENCY) {
type              146 drivers/base/power/qos.c 	switch(req->type) {
type              201 drivers/base/power/qos.c 	c->type = PM_QOS_MIN;
type              210 drivers/base/power/qos.c 	c->type = PM_QOS_MIN;
type              292 drivers/base/power/qos.c 					enum dev_pm_qos_req_type type)
type              294 drivers/base/power/qos.c 	return type == DEV_PM_QOS_LATENCY_TOLERANCE &&
type              300 drivers/base/power/qos.c 				    enum dev_pm_qos_req_type type, s32 value)
type              304 drivers/base/power/qos.c 	if (!dev || !req || dev_pm_qos_invalid_req_type(dev, type))
type              316 drivers/base/power/qos.c 	trace_dev_pm_qos_add_request(dev_name(dev), type, value);
type              319 drivers/base/power/qos.c 		req->type = type;
type              348 drivers/base/power/qos.c 			   enum dev_pm_qos_req_type type, s32 value)
type              353 drivers/base/power/qos.c 	ret = __dev_pm_qos_add_request(dev, req, type, value);
type              380 drivers/base/power/qos.c 	switch(req->type) {
type              392 drivers/base/power/qos.c 	trace_dev_pm_qos_update_request(dev_name(req->dev), req->type,
type              443 drivers/base/power/qos.c 	trace_dev_pm_qos_remove_request(dev_name(req->dev), req->type,
type              491 drivers/base/power/qos.c 			    enum dev_pm_qos_req_type type)
type              505 drivers/base/power/qos.c 	switch (type) {
type              534 drivers/base/power/qos.c 			       enum dev_pm_qos_req_type type)
type              544 drivers/base/power/qos.c 	switch (type) {
type              569 drivers/base/power/qos.c 				    enum dev_pm_qos_req_type type, s32 value)
type              574 drivers/base/power/qos.c 	switch (type) {
type              589 drivers/base/power/qos.c 		ret = dev_pm_qos_add_request(ancestor, req, type, value);
type              599 drivers/base/power/qos.c 					   enum dev_pm_qos_req_type type)
type              603 drivers/base/power/qos.c 	switch(type) {
type              625 drivers/base/power/qos.c 					 enum dev_pm_qos_req_type type)
type              628 drivers/base/power/qos.c 	__dev_pm_qos_drop_user_request(dev, type);
type               28 drivers/base/power/runtime.c 	else if (dev->type && dev->type->pm)
type               29 drivers/base/power/runtime.c 		ops = dev->type->pm;
type              168 drivers/base/regmap/internal.h 	enum regcache_type type;
type               77 drivers/base/regmap/regcache-flat.c 	.type = REGCACHE_FLAT,
type              361 drivers/base/regmap/regcache-lzo.c 	.type = REGCACHE_COMPRESSED,
type              543 drivers/base/regmap/regcache-rbtree.c 	.type = REGCACHE_RBTREE,
type              141 drivers/base/regmap/regcache.c 		if (cache_types[i]->type == map->cache_type)
type              217 drivers/base/regmap/regmap-irq.c 	unsigned int mask, type;
type              219 drivers/base/regmap/regmap-irq.c 	type = irq_data->type.type_falling_val | irq_data->type.type_rising_val;
type              232 drivers/base/regmap/regmap-irq.c 	if (d->chip->type_in_mask && type)
type              252 drivers/base/regmap/regmap-irq.c static int regmap_irq_set_type(struct irq_data *data, unsigned int type)
type              258 drivers/base/regmap/regmap-irq.c 	const struct regmap_irq_type *t = &irq_data->type;
type              260 drivers/base/regmap/regmap-irq.c 	if ((t->types_supported & type) != type)
type              272 drivers/base/regmap/regmap-irq.c 	switch (type) {
type              120 drivers/base/regmap/trace.h 	TP_PROTO(struct regmap *map, const char *type,
type              123 drivers/base/regmap/trace.h 	TP_ARGS(map, type, status),
type              128 drivers/base/regmap/trace.h 		__string(	type,		type			)
type              129 drivers/base/regmap/trace.h 		__field(	int,		type			)
type              135 drivers/base/regmap/trace.h 		__assign_str(type, type);
type              139 drivers/base/regmap/trace.h 		  __get_str(type), __get_str(status))
type              109 drivers/base/swnode.c 	switch (prop->type) {
type              147 drivers/base/swnode.c 	switch (prop->type) {
type              328 drivers/base/swnode.c 		if (p->type == DEV_PROP_STRING && p->pointer.str) {
type              334 drivers/base/swnode.c 	} else if (p->type == DEV_PROP_STRING) {
type              376 drivers/base/swnode.c 		if (src->type == DEV_PROP_STRING) {
type              386 drivers/base/swnode.c 	} else if (src->type == DEV_PROP_STRING) {
type              396 drivers/base/swnode.c 	dst->type = src->type;
type              213 drivers/bcma/host_pci.c 	bus->boardinfo.type = bus->host_pci->subsystem_device;
type              220 drivers/bcma/scan.c 				  u32 type, u8 port)
type              228 drivers/bcma/scan.c 	    ((ent & SCAN_ADDR_TYPE) != type) ||
type              191 drivers/block/amiflop.c 	struct fd_drive_type *type;	/* type of floppy for this unit */
type              528 drivers/block/amiflop.c 	for (n = unit[drive].type->tracks/2; n != 0; --n) {
type              536 drivers/block/amiflop.c 		ms_delay(unit[drive].type->step_delay);
type              538 drivers/block/amiflop.c 	ms_delay (unit[drive].type->settle_time);
type              540 drivers/block/amiflop.c 	n = unit[drive].type->tracks + 20;
type              547 drivers/block/amiflop.c 		ms_delay(unit[drive].type->step_delay + 1);
type              559 drivers/block/amiflop.c 	ms_delay(unit[drive].type->settle_time);
type              601 drivers/block/amiflop.c 		ms_delay (unit[drive].type->side_time);
type              614 drivers/block/amiflop.c 		ms_delay (unit[drive].type->step_delay);
type              616 drivers/block/amiflop.c 	ms_delay (unit[drive].type->settle_time);
type              705 drivers/block/amiflop.c 	custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN;
type              706 drivers/block/amiflop.c 	custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN;
type              733 drivers/block/amiflop.c 	if ((ulong)unit[drive].track >= unit[drive].type->precomp2)
type              735 drivers/block/amiflop.c 	else if ((ulong)unit[drive].track >= unit[drive].type->precomp1)
type              741 drivers/block/amiflop.c 	custom.dsklen = unit[drive].type->write_size/sizeof(short) | DSKLEN_DMAEN|DSKLEN_WRITE;
type              742 drivers/block/amiflop.c 	custom.dsklen = unit[drive].type->write_size/sizeof(short) | DSKLEN_DMAEN|DSKLEN_WRITE;
type              845 drivers/block/amiflop.c 	end = raw + unit[drive].type->read_size;
type              847 drivers/block/amiflop.c 	for (scnt = 0;scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) {
type              944 drivers/block/amiflop.c 	hdr.ord = unit[disk].dtype->sects * unit[disk].type->sect_mult - cnt;
type              972 drivers/block/amiflop.c 	for (cnt = 0; cnt < 415 * unit[disk].type->sect_mult; cnt++)
type              976 drivers/block/amiflop.c 	for (cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++)
type             1160 drivers/block/amiflop.c 	end = raw + unit[drive].type->read_size;
type             1162 drivers/block/amiflop.c 	for (scnt=0; scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) {
type             1188 drivers/block/amiflop.c 		if (hdr.track != unit[drive].track/unit[drive].type->heads) {
type             1191 drivers/block/amiflop.c 			       unit[drive].track/unit[drive].type->heads);
type             1195 drivers/block/amiflop.c 		if (hdr.side != unit[drive].track%unit[drive].type->heads) {
type             1198 drivers/block/amiflop.c 			       unit[drive].track%unit[drive].type->heads);
type             1288 drivers/block/amiflop.c 	hdr.track=unit[drive].track/unit[drive].type->heads;
type             1289 drivers/block/amiflop.c 	hdr.side=unit[drive].track%unit[drive].type->heads;
type             1334 drivers/block/amiflop.c 	if (unit[disk].type->sect_mult==2)  /* check for HD-Disks */
type             1349 drivers/block/amiflop.c 	for(cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++)
type             1472 drivers/block/amiflop.c 		track = block / (floppy->dtype->sects * floppy->type->sect_mult);
type             1473 drivers/block/amiflop.c 		sector = block % (floppy->dtype->sects * floppy->type->sect_mult);
type             1529 drivers/block/amiflop.c 	geo->heads = unit[drive].type->heads;
type             1530 drivers/block/amiflop.c 	geo->sectors = unit[drive].dtype->sects * unit[drive].type->sect_mult;
type             1531 drivers/block/amiflop.c 	geo->cylinders = unit[drive].type->tracks;
type             1563 drivers/block/amiflop.c 		if (param < p->type->tracks * p->type->heads)
type             1568 drivers/block/amiflop.c 				       p->dtype->sects * p->type->sect_mult * 512);
type             1583 drivers/block/amiflop.c 		getprm.track=p->type->tracks;
type             1584 drivers/block/amiflop.c 		getprm.head=p->type->heads;
type             1585 drivers/block/amiflop.c 		getprm.sect=p->dtype->sects * p->type->sect_mult;
type             1599 drivers/block/amiflop.c 		if (copy_to_user(argp, raw_buf, p->type->read_size))
type             1602 drivers/block/amiflop.c 			return p->type->read_size;
type             1625 drivers/block/amiflop.c 	int type;
type             1632 drivers/block/amiflop.c 	for (type = 0; type < num_dr_types; type++)
type             1633 drivers/block/amiflop.c 		if (drive_types[type].code == code)
type             1636 drivers/block/amiflop.c 	if (type >= num_dr_types) {
type             1639 drivers/block/amiflop.c 		unit[drive].type = &drive_types[num_dr_types-1]; /* FD_NODRIVE */
type             1643 drivers/block/amiflop.c 	unit[drive].type = drive_types + type;
type             1696 drivers/block/amiflop.c 	unit[drive].blocks=unit[drive].type->heads*unit[drive].type->tracks*
type             1697 drivers/block/amiflop.c 		data_types[system].sects*unit[drive].type->sect_mult;
type             1701 drivers/block/amiflop.c 	       unit[drive].type->name, data_types[system].name);
type             1803 drivers/block/amiflop.c 	unit[drive].type->code = FD_NODRIVE;
type             1817 drivers/block/amiflop.c 		if (unit[drive].type->code == FD_NODRIVE)
type             1852 drivers/block/amiflop.c 	if (unit[drive].type->code == FD_NODRIVE)
type               42 drivers/block/aoe/aoe.h 	__be16 type;
type              135 drivers/block/aoe/aoecmd.c 	h->type = __constant_cpu_to_be16(ETH_P_AOE);
type              439 drivers/block/aoe/aoecmd.c 		h->type = __constant_cpu_to_be16(ETH_P_AOE);
type              195 drivers/block/aoe/aoenet.c 	.type = __constant_htons(ETH_P_AOE),
type              302 drivers/block/ataflop.c 	int type;
type              426 drivers/block/ataflop.c static int do_format(int drive, int type, struct atari_format_descr *desc);
type              724 drivers/block/ataflop.c static int do_format(int drive, int type, struct atari_format_descr *desc)
type              740 drivers/block/ataflop.c 	if (type) {
type              741 drivers/block/ataflop.c 		if (--type >= NUM_DISK_MINORS ||
type              742 drivers/block/ataflop.c 		    minor2disktype[type].drive_types > DriveType) {
type              746 drivers/block/ataflop.c 		type = minor2disktype[type].index;
type              747 drivers/block/ataflop.c 		UDT = &atari_disk_type[type];
type             1489 drivers/block/ataflop.c 	int type = floppy->type;
type             1514 drivers/block/ataflop.c 	if (type == 0) {
type             1524 drivers/block/ataflop.c 		if (--type >= NUM_DISK_MINORS) {
type             1529 drivers/block/ataflop.c 		if (minor2disktype[type].drive_types > DriveType)  {
type             1534 drivers/block/ataflop.c 		type = minor2disktype[type].index;
type             1535 drivers/block/ataflop.c 		UDT = &atari_disk_type[type];
type             1565 drivers/block/ataflop.c 	int type = floppy->type;
type             1575 drivers/block/ataflop.c 		if (type) {
type             1576 drivers/block/ataflop.c 			if (--type >= NUM_DISK_MINORS)
type             1578 drivers/block/ataflop.c 			if (minor2disktype[type].drive_types > DriveType)
type             1580 drivers/block/ataflop.c 			type = minor2disktype[type].index;
type             1581 drivers/block/ataflop.c 			dtp = &atari_disk_type[type];
type             1632 drivers/block/ataflop.c 		if (type) {
type             1723 drivers/block/ataflop.c 		return do_format(drive, type, &fmt_desc);
type             1892 drivers/block/ataflop.c 	int type  = MINOR(bdev->bd_dev) >> 2;
type             1894 drivers/block/ataflop.c 	DPRINT(("fd_open: type=%d\n",type));
type             1895 drivers/block/ataflop.c 	if (p->ref && p->type != type)
type             1906 drivers/block/ataflop.c 	p->type = type;
type             1967 drivers/block/ataflop.c 	int type  = *part >> 2;
type             1968 drivers/block/ataflop.c 	if (drive >= FD_MAX_UNITS || type > NUM_DISK_MINORS)
type               90 drivers/block/drbd/drbd_int.h #define __drbd_printk_if_same_type(obj, type, func, level, fmt, args...) \
type               91 drivers/block/drbd/drbd_int.h 	(__builtin_types_compatible_p(typeof(obj), type) || \
type               92 drivers/block/drbd/drbd_int.h 	 __builtin_types_compatible_p(typeof(obj), const type)), \
type               93 drivers/block/drbd/drbd_int.h 	func(level, (const type)(obj), fmt, ## args)
type              161 drivers/block/drbd/drbd_int.h _drbd_insert_fault(struct drbd_device *device, unsigned int type);
type              164 drivers/block/drbd/drbd_int.h drbd_insert_fault(struct drbd_device *device, unsigned int type) {
type              167 drivers/block/drbd/drbd_int.h 		(drbd_enable_faults & (1<<type)) &&
type              168 drivers/block/drbd/drbd_int.h 		_drbd_insert_fault(device, type);
type             3864 drivers/block/drbd/drbd_main.c _drbd_fault_str(unsigned int type) {
type             3878 drivers/block/drbd/drbd_main.c 	return (type < DRBD_FAULT_MAX) ? _faults[type] : "**Unknown**";
type             3882 drivers/block/drbd/drbd_main.c _drbd_insert_fault(struct drbd_device *device, unsigned int type)
type             3896 drivers/block/drbd/drbd_main.c 				_drbd_fault_str(type));
type             4624 drivers/block/drbd/drbd_nl.c 				       enum drbd_notification_type type)
type             4627 drivers/block/drbd/drbd_nl.c 		.nh_type = type,
type             4637 drivers/block/drbd/drbd_nl.c 			   enum drbd_notification_type type)
type             4660 drivers/block/drbd/drbd_nl.c 	    nla_put_notification_header(skb, type) ||
type             4661 drivers/block/drbd/drbd_nl.c 	    ((type & ~NOTIFY_FLAGS) != NOTIFY_DESTROY &&
type             4688 drivers/block/drbd/drbd_nl.c 			 enum drbd_notification_type type)
type             4711 drivers/block/drbd/drbd_nl.c 	    nla_put_notification_header(skb, type) ||
type             4712 drivers/block/drbd/drbd_nl.c 	    ((type & ~NOTIFY_FLAGS) != NOTIFY_DESTROY &&
type             4737 drivers/block/drbd/drbd_nl.c 			     enum drbd_notification_type type)
type             4760 drivers/block/drbd/drbd_nl.c 	    nla_put_notification_header(skb, type) ||
type             4761 drivers/block/drbd/drbd_nl.c 	    ((type & ~NOTIFY_FLAGS) != NOTIFY_DESTROY &&
type             4786 drivers/block/drbd/drbd_nl.c 			      enum drbd_notification_type type)
type             4810 drivers/block/drbd/drbd_nl.c 	    nla_put_notification_header(skb, type) ||
type             4811 drivers/block/drbd/drbd_nl.c 	    ((type & ~NOTIFY_FLAGS) != NOTIFY_DESTROY &&
type             4832 drivers/block/drbd/drbd_nl.c void notify_helper(enum drbd_notification_type type,
type             4860 drivers/block/drbd/drbd_nl.c 	    nla_put_notification_header(skb, type) ||
type             1160 drivers/block/drbd/drbd_req.c 	unsigned int type;
type             1163 drivers/block/drbd/drbd_req.c 		type = DRBD_FAULT_DT_WR;
type             1165 drivers/block/drbd/drbd_req.c 		type = DRBD_FAULT_DT_RA;
type             1167 drivers/block/drbd/drbd_req.c 		type = DRBD_FAULT_DT_RD;
type             1177 drivers/block/drbd/drbd_req.c 		if (drbd_insert_fault(device, type))
type             1543 drivers/block/drbd/drbd_state.c 				  enum drbd_notification_type type)
type             1553 drivers/block/drbd/drbd_state.c 	notify_resource_state(skb, seq, resource, &resource_info, type);
type             1559 drivers/block/drbd/drbd_state.c 				    enum drbd_notification_type type)
type             1567 drivers/block/drbd/drbd_state.c 	notify_connection_state(skb, seq, connection, &connection_info, type);
type             1573 drivers/block/drbd/drbd_state.c 				enum drbd_notification_type type)
type             1580 drivers/block/drbd/drbd_state.c 	notify_device_state(skb, seq, device, &device_info, type);
type             1586 drivers/block/drbd/drbd_state.c 				     enum drbd_notification_type type)
type             1597 drivers/block/drbd/drbd_state.c 	notify_peer_device_state(skb, seq, peer_device, &peer_device_info, type);
type             1610 drivers/block/drbd/drbd_state.c #define FINAL_STATE_CHANGE(type) \
type             1612 drivers/block/drbd/drbd_state.c 		last_func(NULL, 0, last_arg, type); \
type             1614 drivers/block/drbd/drbd_state.c #define REMEMBER_STATE_CHANGE(func, arg, type) \
type             1615 drivers/block/drbd/drbd_state.c 	({ FINAL_STATE_CHANGE(type | NOTIFY_CONTINUES); \
type               50 drivers/block/drbd/drbd_state_change.h 					 enum drbd_notification_type type);
type               54 drivers/block/drbd/drbd_state_change.h 					   enum drbd_notification_type type);
type               58 drivers/block/drbd/drbd_state_change.h 				       enum drbd_notification_type type);
type               62 drivers/block/drbd/drbd_state_change.h 					    enum drbd_notification_type type);
type             2070 drivers/block/floppy.c 	int type = ITYPE(UDRS->fd_device);
type             2072 drivers/block/floppy.c 	if (type)
type             2073 drivers/block/floppy.c 		_floppy = floppy_type + type;
type             2997 drivers/block/floppy.c static const char *drive_name(int type, int drive)
type             3001 drivers/block/floppy.c 	if (type)
type             3002 drivers/block/floppy.c 		floppy = floppy_type + type;
type             3234 drivers/block/floppy.c 			       int drive, int type, struct block_device *bdev)
type             3249 drivers/block/floppy.c 	if (type) {
type             3257 drivers/block/floppy.c 		floppy_type[type] = *g;
type             3258 drivers/block/floppy.c 		floppy_type[type].name = "user format";
type             3259 drivers/block/floppy.c 		for (cnt = type << 2; cnt < (type << 2) + 4; cnt++)
type             3261 drivers/block/floppy.c 			    floppy_type[type].size + 1;
type             3265 drivers/block/floppy.c 			if (!bdev || ITYPE(drive_state[cnt].fd_device) != type)
type             3354 drivers/block/floppy.c static int get_floppy_geometry(int drive, int type, struct floppy_struct **g)
type             3356 drivers/block/floppy.c 	if (type)
type             3357 drivers/block/floppy.c 		*g = &floppy_type[type];
type             3374 drivers/block/floppy.c 	int type = ITYPE(drive_state[drive].fd_device);
type             3378 drivers/block/floppy.c 	ret = get_floppy_geometry(drive, type, &g);
type             3410 drivers/block/floppy.c 	int type = ITYPE(UDRS->fd_device);
type             3481 drivers/block/floppy.c 		return set_geometry(cmd, &inparam.g, drive, type, bdev);
type             3483 drivers/block/floppy.c 		ret = get_floppy_geometry(drive, type,
type             3528 drivers/block/floppy.c 		outparam = drive_name(type, drive);
type             3562 drivers/block/floppy.c 		if (type)
type             3680 drivers/block/floppy.c 	int drive, type;
type             3695 drivers/block/floppy.c 	type = ITYPE(UDRS->fd_device);
type             3697 drivers/block/floppy.c 			&v, drive, type, bdev);
type             3942 drivers/block/floppy.c 		unsigned int type = UDP->cmos;
type             3947 drivers/block/floppy.c 		if (type < ARRAY_SIZE(default_drive_params)) {
type             3948 drivers/block/floppy.c 			params = &default_drive_params[type].params;
type             3949 drivers/block/floppy.c 			if (type) {
type             3950 drivers/block/floppy.c 				name = default_drive_params[type].name;
type             3957 drivers/block/floppy.c 				 "unknown type %d (usb?)", type);
type             1298 drivers/block/loop.c 		unsigned int type = info->lo_encrypt_type;
type             1300 drivers/block/loop.c 		if (type >= MAX_LO_CRYPT) {
type             1304 drivers/block/loop.c 		xfer = xfer_funcs[type];
type             1139 drivers/block/mtip32xx/mtip32xx.c 	fis.type	= 0x27;
type             1220 drivers/block/mtip32xx/mtip32xx.c 	fis.type	= 0x27;
type             1261 drivers/block/mtip32xx/mtip32xx.c 	fis.type	= 0x27;
type             1297 drivers/block/mtip32xx/mtip32xx.c 	fis.type	= 0x27;
type             1495 drivers/block/mtip32xx/mtip32xx.c 	fis.type	= 0x27;
type             1584 drivers/block/mtip32xx/mtip32xx.c 	fis.type	= 0x27;
type             1782 drivers/block/mtip32xx/mtip32xx.c 	fis.type	= 0x27;
type             2085 drivers/block/mtip32xx/mtip32xx.c 	fis->type        = 0x27;
type              199 drivers/block/mtip32xx/mtip32xx.h 	unsigned char type;
type              527 drivers/block/nbd.c 	u32 type;
type              533 drivers/block/nbd.c 	type = req_to_nbd_cmd_type(req);
type              534 drivers/block/nbd.c 	if (type == U32_MAX)
type              567 drivers/block/nbd.c 	request.type = htonl(type | nbd_cmd_flags);
type              568 drivers/block/nbd.c 	if (type != NBD_CMD_FLUSH) {
type              578 drivers/block/nbd.c 		req, nbdcmd_to_ascii(type),
type              581 drivers/block/nbd.c 			(type == NBD_CMD_WRITE) ? MSG_MORE : 0, &sent);
type              602 drivers/block/nbd.c 	if (type != NBD_CMD_WRITE)
type             1149 drivers/block/nbd.c 		.type = htonl(NBD_CMD_DISC),
type             1761 drivers/block/nbd.c 	[NBD_ATTR_INDEX]		=	{ .type = NLA_U32 },
type             1762 drivers/block/nbd.c 	[NBD_ATTR_SIZE_BYTES]		=	{ .type = NLA_U64 },
type             1763 drivers/block/nbd.c 	[NBD_ATTR_BLOCK_SIZE_BYTES]	=	{ .type = NLA_U64 },
type             1764 drivers/block/nbd.c 	[NBD_ATTR_TIMEOUT]		=	{ .type = NLA_U64 },
type             1765 drivers/block/nbd.c 	[NBD_ATTR_SERVER_FLAGS]		=	{ .type = NLA_U64 },
type             1766 drivers/block/nbd.c 	[NBD_ATTR_CLIENT_FLAGS]		=	{ .type = NLA_U64 },
type             1767 drivers/block/nbd.c 	[NBD_ATTR_SOCKETS]		=	{ .type = NLA_NESTED},
type             1768 drivers/block/nbd.c 	[NBD_ATTR_DEAD_CONN_TIMEOUT]	=	{ .type = NLA_U64 },
type             1769 drivers/block/nbd.c 	[NBD_ATTR_DEVICE_LIST]		=	{ .type = NLA_NESTED},
type             1773 drivers/block/nbd.c 	[NBD_SOCK_FD]			=	{ .type = NLA_U32 },
type             1781 drivers/block/nbd.c 	[NBD_DEVICE_INDEX]		=	{ .type = NLA_U32 },
type             1782 drivers/block/nbd.c 	[NBD_DEVICE_CONNECTED]		=	{ .type = NLA_U8 },
type               48 drivers/block/null_blk_zoned.c 		zone->type = BLK_ZONE_TYPE_CONVENTIONAL;
type               59 drivers/block/null_blk_zoned.c 		zone->type = BLK_ZONE_TYPE_SEQWRITE_REQ;
type              135 drivers/block/null_blk_zoned.c 			if (zone[i].type == BLK_ZONE_TYPE_CONVENTIONAL)
type              142 drivers/block/null_blk_zoned.c 		if (zone->type == BLK_ZONE_TYPE_CONVENTIONAL)
type             1583 drivers/block/pktcdvd.c static int pkt_get_track_info(struct pktcdvd_device *pd, __u16 track, __u8 type, track_information *ti)
type             1590 drivers/block/pktcdvd.c 	cgc.cmd[1] = type & 3;
type             1840 drivers/block/pktcdvd.c 	pd->type = di.erasable ? PACKET_CDRW : PACKET_CDR;
type             2108 drivers/block/rbd.c 	rbd_assert(osd_data->type == CEPH_OSD_DATA_TYPE_PAGES);
type             5576 drivers/block/rbd.c 	rbd_dev->dev.type = &rbd_device_type;
type             1308 drivers/block/skd_main.c 	u8 type;
type             1363 drivers/block/skd_main.c 		skerr->type, cmp_status, skerr->key, skerr->code, skerr->qual,
type             1371 drivers/block/skd_main.c 			if (skerr->type != sns->type)
type              256 drivers/block/skd_s1120.h 	uint8_t		type:7; /* 00: Bits0-6 indicates the type of sense data. */
type              213 drivers/block/sunvdc.c 	       pkt->type, pkt->stype, pkt->stype_env, pkt->sid);
type              228 drivers/block/sunvdc.c 	pkt.tag.type = VIO_TYPE_CTRL;
type              393 drivers/block/sunvdc.c 		       msgbuf.tag.type,
type              401 drivers/block/sunvdc.c 		if (likely(msgbuf.tag.type == VIO_TYPE_DATA)) {
type              408 drivers/block/sunvdc.c 		} else if (msgbuf.tag.type == VIO_TYPE_CTRL) {
type              427 drivers/block/sunvdc.c 			.type		= VIO_TYPE_DATA,
type              928 drivers/block/sunvdc.c 	char	*type;
type              939 drivers/block/sunvdc.c 	    (!(strcmp((char *)&vdev->type, port_data->type))) &&
type              965 drivers/block/sunvdc.c 	port_data.type = (char *)&vdev->type;
type             1211 drivers/block/sunvdc.c 		.type = "vdc-port",
type              176 drivers/block/swim.c 	enum media_type	 type;
type              563 drivers/block/swim.c static int get_floppy_geometry(struct floppy_state *fs, int type,
type              566 drivers/block/swim.c 	if (type >= ARRAY_SIZE(floppy_type))
type              569 drivers/block/swim.c 	if (type)
type              570 drivers/block/swim.c 		*g = &floppy_type[type];
type              571 drivers/block/swim.c 	else if (fs->type == HD_MEDIA) /* High-Density media */
type              596 drivers/block/swim.c 		fs->type = swim_readbit(base, TWOMEG_MEDIA) ?
type              789 drivers/block/swim.c 	fs->type = HD_MEDIA;
type              314 drivers/block/sx8.c 	u8 type;
type              326 drivers/block/sx8.c 	u8 type;
type              343 drivers/block/sx8.c 	u8 type;
type              353 drivers/block/sx8.c 	u8 type;
type              362 drivers/block/sx8.c 	u8 type;
type              530 drivers/block/sx8.c 	ioc->type	= CARM_MSG_ARRAY;
type              574 drivers/block/sx8.c 	crq->msg_type = ioc->type;
type              594 drivers/block/sx8.c 	st->type	= CARM_MSG_MISC;
type              608 drivers/block/sx8.c 	ab->type	= CARM_MSG_MISC;
type              635 drivers/block/sx8.c 	ioc->type	= CARM_MSG_IOCTL;
type              654 drivers/block/sx8.c 	ioc->type	= CARM_MSG_MISC;
type              751 drivers/block/sx8.c 		msg->type = CARM_MSG_WRITE;
type              754 drivers/block/sx8.c 		msg->type = CARM_MSG_READ;
type              116 drivers/block/virtio_blk.c 		if (vbr->out_hdr.type & cpu_to_virtio32(vq->vdev, VIRTIO_BLK_T_OUT))
type              181 drivers/block/virtio_blk.c 		if (vbr->out_hdr.type & cpu_to_virtio32(vq->vdev, VIRTIO_BLK_T_OUT))
type              299 drivers/block/virtio_blk.c 	u32 type;
type              306 drivers/block/virtio_blk.c 		type = 0;
type              309 drivers/block/virtio_blk.c 		type = VIRTIO_BLK_T_FLUSH;
type              312 drivers/block/virtio_blk.c 		type = VIRTIO_BLK_T_DISCARD;
type              315 drivers/block/virtio_blk.c 		type = VIRTIO_BLK_T_WRITE_ZEROES;
type              320 drivers/block/virtio_blk.c 		type = VIRTIO_BLK_T_SCSI_CMD;
type              323 drivers/block/virtio_blk.c 		type = VIRTIO_BLK_T_GET_ID;
type              330 drivers/block/virtio_blk.c 	vbr->out_hdr.type = cpu_to_virtio32(vblk->vdev, type);
type              331 drivers/block/virtio_blk.c 	vbr->out_hdr.sector = type ?
type              337 drivers/block/virtio_blk.c 	if (type == VIRTIO_BLK_T_DISCARD || type == VIRTIO_BLK_T_WRITE_ZEROES) {
type              346 drivers/block/virtio_blk.c 			vbr->out_hdr.type |= cpu_to_virtio32(vblk->vdev, VIRTIO_BLK_T_OUT);
type              348 drivers/block/virtio_blk.c 			vbr->out_hdr.type |= cpu_to_virtio32(vblk->vdev, VIRTIO_BLK_T_IN);
type              222 drivers/block/xen-blkback/common.h 	unsigned char		type;
type              464 drivers/block/xen-blkback/xenbus.c 	vbd->type     = 0;
type              487 drivers/block/xen-blkback/xenbus.c 		vbd->type |= VDISK_CDROM;
type              489 drivers/block/xen-blkback/xenbus.c 		vbd->type |= VDISK_REMOVABLE;
type              884 drivers/block/xen-blkback/xenbus.c 			    be->blkif->vbd.type |
type             1965 drivers/block/xen-blkfront.c 		char *type;
type             1984 drivers/block/xen-blkfront.c 		type = xenbus_read(XBT_NIL, dev->nodename, "device-type", &len);
type             1985 drivers/block/xen-blkfront.c 		if (IS_ERR(type))
type             1987 drivers/block/xen-blkfront.c 		if (strncmp(type, "cdrom", 5) == 0) {
type             1988 drivers/block/xen-blkfront.c 			kfree(type);
type             1991 drivers/block/xen-blkfront.c 		kfree(type);
type               71 drivers/bluetooth/bpa10x.c 	.type = HCI_VENDOR_PKT, \
type               18 drivers/bluetooth/btbcm.h 	__u8 type;
type              176 drivers/bluetooth/btintel.c 	u8 type = 0x00;
type              188 drivers/bluetooth/btintel.c 	skb = __hci_cmd_sync(hdev, 0xfc22, 1, &type, HCI_INIT_TIMEOUT);
type              762 drivers/bluetooth/btmrvl_sdio.c 	u32 type;
type              831 drivers/bluetooth/btmrvl_sdio.c 	type = payload[3];
type              833 drivers/bluetooth/btmrvl_sdio.c 	switch (type) {
type              837 drivers/bluetooth/btmrvl_sdio.c 		hci_skb_pkt_type(skb) = type;
type              841 drivers/bluetooth/btmrvl_sdio.c 		if (type == HCI_EVENT_PKT) {
type              863 drivers/bluetooth/btmrvl_sdio.c 		BT_ERR("Unknown packet type:%d", type);
type              427 drivers/bluetooth/btmtksdio.c 		if (sdio_hdr->bt_type == (&pkts[i])->type)
type              868 drivers/bluetooth/btmtkuart.c 	int err, dlen, type = 0;
type              886 drivers/bluetooth/btmtkuart.c 	shdr->dlen = cpu_to_be16((dlen & 0x0fff) | (type << 12));
type              146 drivers/bluetooth/btqca.c 	switch (config->type) {
type              220 drivers/bluetooth/btqca.c 		BT_ERR("Unknown TLV type %d", config->type);
type              394 drivers/bluetooth/btqca.c 	config.type = TLV_TYPE_PATCH;
type              418 drivers/bluetooth/btqca.c 	config.type = TLV_TYPE_NVM;
type               72 drivers/bluetooth/btqca.h 	u8 type;
type               27 drivers/bluetooth/btqcomsmd.c static int btqcomsmd_recv(struct hci_dev *hdev, unsigned int type,
type               39 drivers/bluetooth/btqcomsmd.c 	hci_skb_pkt_type(skb) = type;
type               98 drivers/bluetooth/dtl1_cs.c 	u8 type;
type              242 drivers/bluetooth/dtl1_cs.c 				hci_skb_pkt_type(info->rx_skb) = nsh->type;
type              393 drivers/bluetooth/dtl1_cs.c 		nsh.type = 0x81;
type              397 drivers/bluetooth/dtl1_cs.c 		nsh.type = 0x82;
type              401 drivers/bluetooth/dtl1_cs.c 		nsh.type = 0x83;
type               12 drivers/bluetooth/h4_recv.h 	u8  type;	/* Packet type */
type               21 drivers/bluetooth/h4_recv.h 	.type = HCI_ACLDATA_PKT, \
type               28 drivers/bluetooth/h4_recv.h 	.type = HCI_SCODATA_PKT, \
type               35 drivers/bluetooth/h4_recv.h 	.type = HCI_EVENT_PKT, \
type               57 drivers/bluetooth/h4_recv.h 				if (buffer[0] != (&pkts[i])->type)
type               65 drivers/bluetooth/h4_recv.h 				hci_skb_pkt_type(skb) = (&pkts[i])->type;
type               89 drivers/bluetooth/h4_recv.h 			if (hci_skb_pkt_type(skb) == (&pkts[i])->type)
type              150 drivers/bluetooth/hci_bcm.c 		clock.type = BCM_UART_CLOCK_48MHZ;
type              152 drivers/bluetooth/hci_bcm.c 		bt_dev_dbg(hdev, "Set Controller clock (%d)", clock.type);
type              591 drivers/bluetooth/hci_bcm.c 	.type = BCM_LM_DIAG_PKT, \
type              598 drivers/bluetooth/hci_bcm.c 	.type = BCM_NULL_PKT, \
type              605 drivers/bluetooth/hci_bcm.c 	.type = BCM_TYPE49_PKT, \
type              612 drivers/bluetooth/hci_bcm.c 	.type = BCM_TYPE52_PKT, \
type              867 drivers/bluetooth/hci_bcm.c 	switch (ares->type) {
type              886 drivers/bluetooth/hci_bcm.c 		if (sb->type == ACPI_RESOURCE_SERIAL_TYPE_UART) {
type              179 drivers/bluetooth/hci_h4.c 				if (buffer[0] != (&pkts[i])->type)
type              187 drivers/bluetooth/hci_h4.c 				hci_skb_pkt_type(skb) = (&pkts[i])->type;
type              211 drivers/bluetooth/hci_h4.c 			if (hci_skb_pkt_type(skb) == (&pkts[i])->type)
type              633 drivers/bluetooth/hci_h5.c static bool valid_packet_type(u8 type)
type              635 drivers/bluetooth/hci_h5.c 	switch (type) {
type              966 drivers/bluetooth/hci_intel.c 	.type = HCI_LPM_PKT, \
type              387 drivers/bluetooth/hci_ll.c 	.type = HCILL_GO_TO_SLEEP_IND, \
type              394 drivers/bluetooth/hci_ll.c 	.type = HCILL_GO_TO_SLEEP_ACK, \
type              401 drivers/bluetooth/hci_ll.c 	.type = HCILL_WAKE_UP_IND, \
type              408 drivers/bluetooth/hci_ll.c 	.type = HCILL_WAKE_UP_ACK, \
type              557 drivers/bluetooth/hci_ll.c 			   ((struct bts_action *)ptr)->type);
type              561 drivers/bluetooth/hci_ll.c 		switch (((struct bts_action *)ptr)->type) {
type              144 drivers/bluetooth/hci_mrvl.c static void mrvl_send_ack(struct hci_uart *hu, unsigned char type)
type              155 drivers/bluetooth/hci_mrvl.c 	hci_skb_pkt_type(skb) = type;
type              229 drivers/bluetooth/hci_mrvl.c 	.type = HCI_CHIP_VER_PKT, \
type              236 drivers/bluetooth/hci_mrvl.c 	.type = HCI_FW_REQ_PKT, \
type               59 drivers/bluetooth/hci_nokia.c 	.type = HCI_NOKIA_ALIVE_PKT, \
type               66 drivers/bluetooth/hci_nokia.c 	.type = HCI_NOKIA_NEG_PKT, \
type               73 drivers/bluetooth/hci_nokia.c 	.type = HCI_NOKIA_RADIO_PKT, \
type              907 drivers/bluetooth/hci_qca.c 	.type = HCI_IBS_SLEEP_IND, \
type              914 drivers/bluetooth/hci_qca.c 	.type = HCI_IBS_WAKE_IND, \
type              921 drivers/bluetooth/hci_qca.c 	.type = HCI_IBS_WAKE_ACK, \
type              117 drivers/bluetooth/hci_uart.h 	u8  type;	/* Packet type */
type              126 drivers/bluetooth/hci_uart.h 	.type = HCI_ACLDATA_PKT, \
type              133 drivers/bluetooth/hci_uart.h 	.type = HCI_SCODATA_PKT, \
type              140 drivers/bluetooth/hci_uart.h 	.type = HCI_EVENT_PKT, \
type              109 drivers/bus/arm-cci.c 	enum cci_ace_port_type type;
type              161 drivers/bus/arm-cci.c static int __cci_ace_get_port(struct device_node *dn, int type)
type              169 drivers/bus/arm-cci.c 		ace_match = ports[i].type == type;
type              417 drivers/bus/arm-cci.c 	if (port >= nb_cci_ports || ports[port].type == ACE_INVALID_PORT)
type              425 drivers/bus/arm-cci.c 	if (ports[port].type == ACE_PORT)
type              493 drivers/bus/arm-cci.c 			ports[i].type = ACE_PORT;
type              498 drivers/bus/arm-cci.c 			ports[i].type = ACE_LITE_PORT;
type               29 drivers/bus/fsl-mc/dprc-driver.c 	       strcmp(mc_dev->obj_desc.type, obj_desc->type) == 0;
type               45 drivers/bus/fsl-mc/dprc-driver.c 		if (strlen(obj_desc->type) != 0 &&
type              178 drivers/bus/fsl-mc/dprc-driver.c 		if (strlen(obj_desc->type) == 0)
type              267 drivers/bus/fsl-mc/dprc-driver.c 				obj_desc->type[0] = '\0';
type              277 drivers/bus/fsl-mc/dprc-driver.c 			if ((strcmp(obj_desc->type, "dpseci") == 0) &&
type              285 drivers/bus/fsl-mc/dprc-driver.c 				obj_desc->type, obj_desc->id);
type              374 drivers/bus/fsl-mc/dprc.c 	strncpy(obj_desc->type, rsp_params->type, 16);
type              375 drivers/bus/fsl-mc/dprc.c 	obj_desc->type[15] = '\0';
type               50 drivers/bus/fsl-mc/fsl-mc-allocator.c 	if (res_pool->type != pool_type)
type               72 drivers/bus/fsl-mc/fsl-mc-allocator.c 	resource->type = pool_type;
type              116 drivers/bus/fsl-mc/fsl-mc-allocator.c 	if (res_pool != &mc_bus->resource_pools[resource->type])
type              207 drivers/bus/fsl-mc/fsl-mc-allocator.c 	if (resource->type != pool_type)
type              232 drivers/bus/fsl-mc/fsl-mc-allocator.c 	if (resource->type != res_pool->type)
type              326 drivers/bus/fsl-mc/fsl-mc-allocator.c 	if (resource->type == FSL_MC_POOL_DPMCP)
type              382 drivers/bus/fsl-mc/fsl-mc-allocator.c 		mc_dev_irq->resource.type = res_pool->type;
type              542 drivers/bus/fsl-mc/fsl-mc-allocator.c 		res_pool->type = pool_type;
type              594 drivers/bus/fsl-mc/fsl-mc-allocator.c 	error = object_type_to_pool_type(mc_dev->obj_desc.type, &pool_type);
type              103 drivers/bus/fsl-mc/fsl-mc-bus.c 		    strcmp(id->obj_type, mc_dev->obj_desc.type) == 0) {
type              124 drivers/bus/fsl-mc/fsl-mc-bus.c 			   mc_dev->obj_desc.type))
type              146 drivers/bus/fsl-mc/fsl-mc-bus.c 		       mc_dev->obj_desc.type);
type              206 drivers/bus/fsl-mc/fsl-mc-bus.c static struct device_type *fsl_mc_get_device_type(const char *type)
type              210 drivers/bus/fsl-mc/fsl-mc-bus.c 		const char *type;
type              227 drivers/bus/fsl-mc/fsl-mc-bus.c 		if (!strcmp(dev_types[i].type, type))
type              483 drivers/bus/fsl-mc/fsl-mc-bus.c 					    obj_desc->type,
type              507 drivers/bus/fsl-mc/fsl-mc-bus.c 				obj_desc->type, obj_desc->id, i);
type              571 drivers/bus/fsl-mc/fsl-mc-bus.c 	if (strcmp(obj_desc->type, "dprc") == 0) {
type              595 drivers/bus/fsl-mc/fsl-mc-bus.c 	mc_dev->dev.type = fsl_mc_get_device_type(obj_desc->type);
type              596 drivers/bus/fsl-mc/fsl-mc-bus.c 	if (!mc_dev->dev.type) {
type              598 drivers/bus/fsl-mc/fsl-mc-bus.c 		dev_err(parent_dev, "unknown device type %s\n", obj_desc->type);
type              601 drivers/bus/fsl-mc/fsl-mc-bus.c 	dev_set_name(&mc_dev->dev, "%s.%d", obj_desc->type, obj_desc->id);
type              603 drivers/bus/fsl-mc/fsl-mc-bus.c 	if (strcmp(obj_desc->type, "dprc") == 0) {
type              881 drivers/bus/fsl-mc/fsl-mc-bus.c 	strcpy(obj_desc.type, "dprc");
type              103 drivers/bus/fsl-mc/fsl-mc-msi.c 					 owner_mc_dev->obj_desc.type,
type              184 drivers/bus/fsl-mc/fsl-mc-private.h 	u8 type[16];
type              374 drivers/bus/fsl-mc/fsl-mc-private.h 	enum dprc_region_type type;
type              499 drivers/bus/fsl-mc/fsl-mc-private.h 	enum fsl_mc_pool_type type;
type              249 drivers/bus/fsl-mc/mc-io.c 	if (!resource || resource->type != FSL_MC_POOL_DPMCP)
type               51 drivers/bus/mips_cdmm.c 	for (; table->type; ++table) {
type               52 drivers/bus/mips_cdmm.c 		ret = (dev->type == table->type);
type               77 drivers/bus/mips_cdmm.c 	retval = add_uevent_var(env, "CDMM_TYPE=0x%02x", cdev->type);
type               85 drivers/bus/mips_cdmm.c 	retval = add_uevent_var(env, "MODALIAS=mipscdmm:t%02X", cdev->type);
type              101 drivers/bus/mips_cdmm.c CDMM_ATTR(type, "0x%02x\n", dev->type);
type              103 drivers/bus/mips_cdmm.c CDMM_ATTR(modalias, "mipscdmm:t%02X\n", dev->type);
type              451 drivers/bus/mips_cdmm.c 	unsigned int drb, type, size;
type              469 drivers/bus/mips_cdmm.c 		type = (acsr & CDMM_ACSR_DEVTYPE) >> CDMM_ACSR_DEVTYPE_SHIFT;
type              470 drivers/bus/mips_cdmm.c 		if (type == dev_type)
type              501 drivers/bus/mips_cdmm.c 	unsigned int drb, type, size, rev;
type              516 drivers/bus/mips_cdmm.c 		type = (acsr & CDMM_ACSR_DEVTYPE) >> CDMM_ACSR_DEVTYPE_SHIFT;
type              520 drivers/bus/mips_cdmm.c 		if (!type)
type              526 drivers/bus/mips_cdmm.c 			type, rev);
type              537 drivers/bus/mips_cdmm.c 		dev->type = type;
type             1801 drivers/bus/ti-sysc.c 		if ((ddata->cap->type == TI_SYSC_OMAP4 ||
type             1802 drivers/bus/ti-sysc.c 		     ddata->cap->type == TI_SYSC_OMAP4_TIMER) &&
type             1879 drivers/bus/ti-sysc.c 	if (!parent || parent->type != &sysc_device_type)
type             2137 drivers/bus/ti-sysc.c 	.type = TI_SYSC_OMAP2,
type             2146 drivers/bus/ti-sysc.c 	.type = TI_SYSC_OMAP2_TIMER,
type             2170 drivers/bus/ti-sysc.c 	.type = TI_SYSC_OMAP3_SHAM,
type             2191 drivers/bus/ti-sysc.c 	.type = TI_SYSC_OMAP3_AES,
type             2211 drivers/bus/ti-sysc.c 	.type = TI_SYSC_OMAP4,
type             2218 drivers/bus/ti-sysc.c 	.type = TI_SYSC_OMAP4_TIMER,
type             2239 drivers/bus/ti-sysc.c 	.type = TI_SYSC_OMAP4_SIMPLE,
type             2258 drivers/bus/ti-sysc.c 	.type = TI_SYSC_OMAP34XX_SR,
type             2280 drivers/bus/ti-sysc.c 	.type = TI_SYSC_OMAP36XX_SR,
type             2287 drivers/bus/ti-sysc.c 	.type = TI_SYSC_OMAP4_SR,
type             2307 drivers/bus/ti-sysc.c 	.type = TI_SYSC_OMAP4_MCASP,
type             2316 drivers/bus/ti-sysc.c 	.type = TI_SYSC_OMAP4_SIMPLE,
type             2336 drivers/bus/ti-sysc.c 	.type = TI_SYSC_OMAP4_USB_HOST_FS,
type             2353 drivers/bus/ti-sysc.c 	.type = TI_SYSC_DRA7_MCAN,
type             2506 drivers/bus/ti-sysc.c 	ddata->dev->type = &sysc_device_type;
type              318 drivers/cdrom/cdrom.c #define cd_dbg(type, fmt, ...)				\
type              320 drivers/cdrom/cdrom.c 	if ((ERRLOGMASK & type) || debug == 1)		\
type              324 drivers/cdrom/cdrom.c #define cd_dbg(type, fmt, ...)				\
type              326 drivers/cdrom/cdrom.c 	if (0 && (ERRLOGMASK & type) || debug == 1)	\
type              333 drivers/cdrom/cdrom.c #define CDROM_CAN(type) (cdi->ops->capability & ~cdi->mask & (type))
type             1584 drivers/cdrom/cdrom.c 			int type)
type             1591 drivers/cdrom/cdrom.c 	cgc->data_direction = type;
type             1600 drivers/cdrom/cdrom.c static void setup_report_key(struct packet_command *cgc, unsigned agid, unsigned type)
type             1603 drivers/cdrom/cdrom.c 	cgc->cmd[10] = type | (agid << 6);
type             1604 drivers/cdrom/cdrom.c 	switch (type) {
type             1622 drivers/cdrom/cdrom.c static void setup_send_key(struct packet_command *cgc, unsigned agid, unsigned type)
type             1625 drivers/cdrom/cdrom.c 	cgc->cmd[10] = type | (agid << 6);
type             1626 drivers/cdrom/cdrom.c 	switch (type) {
type             1655 drivers/cdrom/cdrom.c 	switch (ai->type) {
type             1731 drivers/cdrom/cdrom.c 		ai->type = DVD_LU_SEND_KEY1;
type             1741 drivers/cdrom/cdrom.c 			ai->type = DVD_AUTH_FAILURE;
type             1744 drivers/cdrom/cdrom.c 		ai->type = DVD_AUTH_ESTABLISHED;
type             1766 drivers/cdrom/cdrom.c 		ai->lrpcs.type = rpc_state.type_code;
type             1785 drivers/cdrom/cdrom.c 		cd_dbg(CD_WARNING, "Invalid DVD key ioctl (%d)\n", ai->type);
type             1806 drivers/cdrom/cdrom.c 	cgc->cmd[7] = s->type;
type             1853 drivers/cdrom/cdrom.c 	cgc->cmd[7] = s->type;
type             1882 drivers/cdrom/cdrom.c 	cgc->cmd[7] = s->type;
type             1908 drivers/cdrom/cdrom.c 	cgc->cmd[7] = s->type;
type             1944 drivers/cdrom/cdrom.c 	cgc->cmd[7] = s->type;
type             1974 drivers/cdrom/cdrom.c 	switch (s->type) {
type             1992 drivers/cdrom/cdrom.c 		       s->type);
type             2805 drivers/cdrom/cdrom.c 				__u16 track, __u8 type, track_information *ti)
type             2813 drivers/cdrom/cdrom.c 	cgc.cmd[1] = type & 3;
type               55 drivers/char/agp/agp.h 	u32 type;
type              141 drivers/char/agp/agp.h 	enum chipset_type type;
type              197 drivers/char/agp/agp.h int agp_generic_insert_memory(struct agp_memory *mem, off_t pg_start, int type);
type              198 drivers/char/agp/agp.h int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type);
type              199 drivers/char/agp/agp.h struct agp_memory *agp_generic_alloc_by_type(size_t page_count, int type);
type              214 drivers/char/agp/agp.h 				      dma_addr_t phys, int type);
type              216 drivers/char/agp/agp.h 				  int type);
type              220 drivers/char/agp/agp.h struct agp_memory *agp_generic_alloc_user(size_t page_count, int type);
type               92 drivers/char/agp/ali-agp.c 	if (agp_bridge->type == ALI_M1541) {
type               85 drivers/char/agp/alpha-agp.c 					int type)
type               91 drivers/char/agp/alpha-agp.c 	if (type >= AGP_USER_TYPES || mem->type >= AGP_USER_TYPES)
type              107 drivers/char/agp/alpha-agp.c 					int type)
type              285 drivers/char/agp/amd-k7-agp.c static int amd_insert_memory(struct agp_memory *mem, off_t pg_start, int type)
type              293 drivers/char/agp/amd-k7-agp.c 	if (type != mem->type ||
type              294 drivers/char/agp/amd-k7-agp.c 	    agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type))
type              319 drivers/char/agp/amd-k7-agp.c 					       mem->type),
type              327 drivers/char/agp/amd-k7-agp.c static int amd_remove_memory(struct agp_memory *mem, off_t pg_start, int type)
type              333 drivers/char/agp/amd-k7-agp.c 	if (type != mem->type ||
type              334 drivers/char/agp/amd-k7-agp.c 	    agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type))
type              361 drivers/char/agp/amd-k7-agp.c 	{.mask = 1, .type = 0}
type               45 drivers/char/agp/amd64-agp.c static int amd64_insert_memory(struct agp_memory *mem, off_t pg_start, int type)
type               55 drivers/char/agp/amd64-agp.c 	if (type != mem->type)
type               57 drivers/char/agp/amd64-agp.c 	mask_type = bridge->driver->agp_type_to_mask_type(bridge, type);
type               41 drivers/char/agp/ati-agp.c 	{ .mask = 1, .type = 0}
type              269 drivers/char/agp/ati-agp.c 			     off_t pg_start, int type)
type              278 drivers/char/agp/ati-agp.c 	mask_type = agp_generic_type_to_mask_type(mem->bridge, type);
type              279 drivers/char/agp/ati-agp.c 	if (mask_type != 0 || type != mem->type)
type              308 drivers/char/agp/ati-agp.c 						       mem->type),
type              317 drivers/char/agp/ati-agp.c 			     int type)
type              324 drivers/char/agp/ati-agp.c 	mask_type = agp_generic_type_to_mask_type(mem->bridge, type);
type              325 drivers/char/agp/ati-agp.c 	if (mask_type != 0 || type != mem->type)
type              161 drivers/char/agp/compat_ioctl.c 	memory = agp_allocate_memory_wrap(alloc.pg_count, alloc.type);
type               73 drivers/char/agp/compat_ioctl.h 	u32 type;		/* 0 == normal, other devspec   */
type              102 drivers/char/agp/compat_ioctl.h struct agp_memory *agp_allocate_memory_wrap(size_t pg_count, u32 type);
type               65 drivers/char/agp/efficeon-agp.c 	{.mask = 0x00000001, .type = 0}
type              236 drivers/char/agp/efficeon-agp.c static int efficeon_insert_memory(struct agp_memory * mem, off_t pg_start, int type)
type              248 drivers/char/agp/efficeon-agp.c 	if (type != 0 || mem->type != 0)
type              285 drivers/char/agp/efficeon-agp.c static int efficeon_remove_memory(struct agp_memory * mem, off_t pg_start, int type)
type              295 drivers/char/agp/efficeon-agp.c 	if (type != 0 || mem->type != 0)
type              276 drivers/char/agp/frontend.c struct agp_memory *agp_allocate_memory_wrap(size_t pg_count, u32 type)
type              280 drivers/char/agp/frontend.c 	memory = agp_allocate_memory(agp_bridge, pg_count, type);
type              883 drivers/char/agp/frontend.c 	if (alloc.type >= AGP_USER_TYPES)
type              886 drivers/char/agp/frontend.c 	memory = agp_allocate_memory_wrap(alloc.pg_count, alloc.type);
type              150 drivers/char/agp/generic.c 	new->type = AGP_NORMAL_MEMORY;
type              173 drivers/char/agp/generic.c 	if (curr->type >= AGP_USER_TYPES) {
type              178 drivers/char/agp/generic.c 	if (curr->type != 0) {
type              219 drivers/char/agp/generic.c 					size_t page_count, u32 type)
type              234 drivers/char/agp/generic.c 	if (type >= AGP_USER_TYPES) {
type              235 drivers/char/agp/generic.c 		new = agp_generic_alloc_user(page_count, type);
type              241 drivers/char/agp/generic.c 	if (type != 0) {
type              242 drivers/char/agp/generic.c 		new = bridge->driver->alloc_by_type(page_count, type);
type              423 drivers/char/agp/generic.c 	ret_val = curr->bridge->driver->insert_memory(curr, pg_start, curr->type);
type              459 drivers/char/agp/generic.c 	ret_val = curr->bridge->driver->remove_memory(curr, curr->pg_start, curr->type);
type             1029 drivers/char/agp/generic.c int agp_generic_insert_memory(struct agp_memory * mem, off_t pg_start, int type)
type             1071 drivers/char/agp/generic.c 	if (type != mem->type)
type             1074 drivers/char/agp/generic.c 	mask_type = bridge->driver->agp_type_to_mask_type(bridge, type);
type             1111 drivers/char/agp/generic.c int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type)
type             1124 drivers/char/agp/generic.c 	if (type != mem->type)
type             1132 drivers/char/agp/generic.c 	mask_type = bridge->driver->agp_type_to_mask_type(bridge, type);
type             1149 drivers/char/agp/generic.c struct agp_memory *agp_generic_alloc_by_type(size_t page_count, int type)
type             1163 drivers/char/agp/generic.c struct agp_memory *agp_generic_alloc_user(size_t page_count, int type)
type             1177 drivers/char/agp/generic.c 	new->type = type;
type             1319 drivers/char/agp/generic.c 				      dma_addr_t addr, int type)
type             1330 drivers/char/agp/generic.c 				  int type)
type             1332 drivers/char/agp/generic.c 	if (type >= AGP_USER_TYPES)
type             1334 drivers/char/agp/generic.c 	return type;
type               53 drivers/char/agp/hp-agp.c 	{.mask = HP_ZX1_PDIR_VALID_BIT, .type = 0}
type              329 drivers/char/agp/hp-agp.c hp_zx1_insert_memory (struct agp_memory *mem, off_t pg_start, int type)
type              336 drivers/char/agp/hp-agp.c 	if (type != mem->type ||
type              337 drivers/char/agp/hp-agp.c 		agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type)) {
type              376 drivers/char/agp/hp-agp.c hp_zx1_remove_memory (struct agp_memory *mem, off_t pg_start, int type)
type              381 drivers/char/agp/hp-agp.c 	if (type != mem->type ||
type              382 drivers/char/agp/hp-agp.c 		agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type)) {
type              397 drivers/char/agp/hp-agp.c hp_zx1_mask_memory (struct agp_bridge_data *bridge, dma_addr_t addr, int type)
type               64 drivers/char/agp/i460-agp.c 				       dma_addr_t addr, int type);
type              100 drivers/char/agp/i460-agp.c 	  .type = 0
type              294 drivers/char/agp/i460-agp.c 				off_t pg_start, int type)
type              301 drivers/char/agp/i460-agp.c 		 mem, pg_start, type, page_to_phys(mem->pages[0]));
type              303 drivers/char/agp/i460-agp.c 	if (type >= AGP_USER_TYPES || mem->type >= AGP_USER_TYPES)
type              330 drivers/char/agp/i460-agp.c 			WR_GATT(j, i460_mask_memory(agp_bridge, paddr, mem->type));
type              337 drivers/char/agp/i460-agp.c 				off_t pg_start, int type)
type              342 drivers/char/agp/i460-agp.c 		 mem, pg_start, type);
type              401 drivers/char/agp/i460-agp.c 				off_t pg_start, int type)
type              407 drivers/char/agp/i460-agp.c 	if (type >= AGP_USER_TYPES || mem->type >= AGP_USER_TYPES)
type              462 drivers/char/agp/i460-agp.c 				off_t pg_start, int type)
type              501 drivers/char/agp/i460-agp.c 				off_t pg_start, int type)
type              504 drivers/char/agp/i460-agp.c 		return i460_insert_memory_small_io_page(mem, pg_start, type);
type              506 drivers/char/agp/i460-agp.c 		return i460_insert_memory_large_io_page(mem, pg_start, type);
type              510 drivers/char/agp/i460-agp.c 				off_t pg_start, int type)
type              513 drivers/char/agp/i460-agp.c 		return i460_remove_memory_small_io_page(mem, pg_start, type);
type              515 drivers/char/agp/i460-agp.c 		return i460_remove_memory_large_io_page(mem, pg_start, type);
type              549 drivers/char/agp/i460-agp.c 				       dma_addr_t addr, int type)
type              411 drivers/char/agp/intel-agp.c 	{.mask = 0x00000017, .type = 0}
type              213 drivers/char/agp/intel-gtt.c 				      int type)
type              227 drivers/char/agp/intel-gtt.c 						  i, type);
type              239 drivers/char/agp/intel-gtt.c static struct agp_memory *alloc_agpphysmem_i8xx(size_t pg_count, int type)
type              271 drivers/char/agp/intel-gtt.c 	new->type = AGP_PHYS_MEMORY;
type              279 drivers/char/agp/intel-gtt.c 	if (curr->type == AGP_PHYS_MEMORY) {
type              898 drivers/char/agp/intel-gtt.c 					 off_t pg_start, int type)
type              909 drivers/char/agp/intel-gtt.c 	if (INTEL_GTT_GEN == 1 && type == AGP_DCACHE_MEMORY)
type              910 drivers/char/agp/intel-gtt.c 		return i810_insert_dcache_entries(mem, pg_start, type);
type              918 drivers/char/agp/intel-gtt.c 	if (type != mem->type)
type              921 drivers/char/agp/intel-gtt.c 	if (!intel_private.driver->check_flags(type))
type              934 drivers/char/agp/intel-gtt.c 		intel_gtt_insert_sg_entries(&st, pg_start, type);
type              939 drivers/char/agp/intel-gtt.c 				       type);
type              963 drivers/char/agp/intel-gtt.c 					 off_t pg_start, int type)
type              980 drivers/char/agp/intel-gtt.c 						       int type)
type              984 drivers/char/agp/intel-gtt.c 	if (type == AGP_DCACHE_MEMORY && INTEL_GTT_GEN == 1) {
type              992 drivers/char/agp/intel-gtt.c 		new->type = AGP_DCACHE_MEMORY;
type              998 drivers/char/agp/intel-gtt.c 	if (type == AGP_PHYS_MEMORY)
type              999 drivers/char/agp/intel-gtt.c 		return alloc_agpphysmem_i8xx(pg_count, type);
type              201 drivers/char/agp/nvidia-agp.c static int nvidia_insert_memory(struct agp_memory *mem, off_t pg_start, int type)
type              206 drivers/char/agp/nvidia-agp.c 	mask_type = agp_generic_type_to_mask_type(mem->bridge, type);
type              207 drivers/char/agp/nvidia-agp.c 	if (mask_type != 0 || type != mem->type)
type              240 drivers/char/agp/nvidia-agp.c static int nvidia_remove_memory(struct agp_memory *mem, off_t pg_start, int type)
type              246 drivers/char/agp/nvidia-agp.c 	mask_type = agp_generic_type_to_mask_type(mem->bridge, type);
type              247 drivers/char/agp/nvidia-agp.c 	if (mask_type != 0 || type != mem->type)
type              305 drivers/char/agp/nvidia-agp.c 	{ .mask = 1, .type = 0}
type               33 drivers/char/agp/parisc-agp.c 		       int type);
type               55 drivers/char/agp/parisc-agp.c 		.type = 0
type              121 drivers/char/agp/parisc-agp.c parisc_agp_insert_memory(struct agp_memory *mem, off_t pg_start, int type)
type              128 drivers/char/agp/parisc-agp.c 	if (type != mem->type ||
type              129 drivers/char/agp/parisc-agp.c 		agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type)) {
type              160 drivers/char/agp/parisc-agp.c 					paddr, type);
type              170 drivers/char/agp/parisc-agp.c parisc_agp_remove_memory(struct agp_memory *mem, off_t pg_start, int type)
type              175 drivers/char/agp/parisc-agp.c 	if (type != mem->type ||
type              176 drivers/char/agp/parisc-agp.c 		agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type)) {
type              192 drivers/char/agp/parisc-agp.c 		       int type)
type              321 drivers/char/agp/sworks-agp.c 			     off_t pg_start, int type)
type              329 drivers/char/agp/sworks-agp.c 	if (type != 0 || mem->type != 0) {
type              354 drivers/char/agp/sworks-agp.c 				page_to_phys(mem->pages[i]), mem->type),
type              362 drivers/char/agp/sworks-agp.c 			     int type)
type              368 drivers/char/agp/sworks-agp.c 	if (type != 0 || mem->type != 0) {
type              387 drivers/char/agp/sworks-agp.c 	{.mask = 1, .type = 0}
type              149 drivers/char/agp/uninorth-agp.c static int uninorth_insert_memory(struct agp_memory *mem, off_t pg_start, int type)
type              156 drivers/char/agp/uninorth-agp.c 	if (type != mem->type)
type              159 drivers/char/agp/uninorth-agp.c 	mask_type = agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type);
type              199 drivers/char/agp/uninorth-agp.c static int uninorth_remove_memory(struct agp_memory *mem, off_t pg_start, int type)
type              205 drivers/char/agp/uninorth-agp.c 	if (type != mem->type)
type              208 drivers/char/agp/uninorth-agp.c 	mask_type = agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type);
type              979 drivers/char/hpet.c 	} else if (res->type == ACPI_RESOURCE_TYPE_FIXED_MEMORY32) {
type              992 drivers/char/hpet.c 	} else if (res->type == ACPI_RESOURCE_TYPE_EXTENDED_IRQ) {
type               40 drivers/char/ipmi/ipmi_dmi.c 					 int type)
type               50 drivers/char/ipmi/ipmi_dmi.c 	switch (type) {
type               54 drivers/char/ipmi/ipmi_dmi.c 		p.type = SI_TYPE_INVALID;
type               57 drivers/char/ipmi/ipmi_dmi.c 		p.type = SI_BT;
type               60 drivers/char/ipmi/ipmi_dmi.c 		p.type = SI_KCS;
type               63 drivers/char/ipmi/ipmi_dmi.c 		p.type = SI_SMIC;
type               66 drivers/char/ipmi/ipmi_dmi.c 		pr_err("Invalid IPMI type: %d\n", type);
type               81 drivers/char/ipmi/ipmi_dmi.c 		info->si_type = p.type;
type              134 drivers/char/ipmi/ipmi_dmi.c 	int type;
type              139 drivers/char/ipmi/ipmi_dmi.c 	type = data[DMI_IPMI_TYPE];
type              148 drivers/char/ipmi/ipmi_dmi.c 		if (type == IPMI_DMI_TYPE_SSIF) {
type              211 drivers/char/ipmi/ipmi_dmi.c 			      offset, type);
type             2839 drivers/char/ipmi/ipmi_msghandler.c 	if (dev->type != &bmc_device_type)
type             2877 drivers/char/ipmi/ipmi_msghandler.c 	if (dev->type != &bmc_device_type)
type             3050 drivers/char/ipmi/ipmi_msghandler.c 		bmc->pdev.dev.type = &bmc_device_type;
type               25 drivers/char/ipmi/ipmi_plat_data.c 		if (p->type == SI_BT)
type               27 drivers/char/ipmi/ipmi_plat_data.c 		else if (p->type != SI_TYPE_INVALID)
type               35 drivers/char/ipmi/ipmi_plat_data.c 		pr[pidx++] = PROPERTY_ENTRY_U8("ipmi-type", p->type);
type               13 drivers/char/ipmi/ipmi_plat_data.h 	unsigned int type; /* si_type for si, SI_INVALID for others */
type               34 drivers/char/ipmi/ipmi_si_hardcode.c module_param_string(type, si_type_str, MAX_SI_TYPE_STR, 0);
type               35 drivers/char/ipmi/ipmi_si_hardcode.c MODULE_PARM_DESC(type, "Defines the type of each interface, each"
type               88 drivers/char/ipmi/ipmi_si_hardcode.c 		p.type = SI_KCS;
type               90 drivers/char/ipmi/ipmi_si_hardcode.c 		p.type = SI_SMIC;
type               92 drivers/char/ipmi/ipmi_si_hardcode.c 		p.type = SI_BT;
type               98 drivers/char/ipmi/ipmi_si_hardcode.c 		p.type = SI_TYPE_INVALID;
type              120 drivers/char/ipmi/ipmi_si_hotmod.c 	h->type = ival;
type              226 drivers/char/ipmi/ipmi_si_hotmod.c 			dev = ipmi_si_remove_by_data(h.space, h.type, h.addr);
type             1622 drivers/char/ipmi/ipmi_si_intf.c static DEVICE_ATTR(type, 0444, type_show, NULL);
type             2095 drivers/char/ipmi/ipmi_si_intf.c 	enum ipmi_addr_src type = SI_INVALID;
type             2119 drivers/char/ipmi/ipmi_si_intf.c 		if (e->io.irq && (!type || e->io.addr_source == type)) {
type             2121 drivers/char/ipmi/ipmi_si_intf.c 				type = e->io.addr_source;
type             2127 drivers/char/ipmi/ipmi_si_intf.c 	if (type)
type             2133 drivers/char/ipmi/ipmi_si_intf.c 		if (!e->io.irq && (!type || e->io.addr_source == type)) {
type             2135 drivers/char/ipmi/ipmi_si_intf.c 				type = e->io.addr_source;
type             2144 drivers/char/ipmi/ipmi_si_intf.c 	if (type)
type              139 drivers/char/ipmi/ipmi_si_platform.c 	u8 type, slave_addr, addr_source, regsize, regshift;
type              156 drivers/char/ipmi/ipmi_si_platform.c 	rv = device_property_read_u8(&pdev->dev, "ipmi-type", &type);
type              165 drivers/char/ipmi/ipmi_si_platform.c 	switch (type) {
type              169 drivers/char/ipmi/ipmi_si_platform.c 		io.si_type = type;
type              217 drivers/char/ipmi/ipmi_si_platform.c 	{ .type = "ipmi", .compatible = "ipmi-kcs",
type              219 drivers/char/ipmi/ipmi_si_platform.c 	{ .type = "ipmi", .compatible = "ipmi-smic",
type              221 drivers/char/ipmi/ipmi_si_platform.c 	{ .type = "ipmi", .compatible = "ipmi-bt",
type              596 drivers/char/ipmi/ipmi_ssif.c static void ssif_alert(struct i2c_client *client, enum i2c_alert_protocol type,
type              603 drivers/char/ipmi/ipmi_ssif.c 	if (type != I2C_PROTOCOL_SMBUS_ALERT)
type             1249 drivers/char/ipmi/ipmi_ssif.c static DEVICE_ATTR(type, S_IRUGO, ipmi_type_show, NULL);
type             1403 drivers/char/ipmi/ipmi_ssif.c 		strlcpy(info->type, DEVICE_NAME, I2C_NAME_SIZE);
type             1945 drivers/char/ipmi/ipmi_ssif.c 	if (adev->type != &i2c_adapter_type)
type             1985 drivers/char/ipmi/ipmi_ssif.c 	strncpy(addr_info->binfo.type, DEVICE_NAME,
type             1986 drivers/char/ipmi/ipmi_ssif.c 		sizeof(addr_info->binfo.type));
type               75 drivers/char/mspec.c 	enum mspec_page_type type; /* Type of pages allocated. */
type              183 drivers/char/mspec.c 					enum mspec_page_type type)
type              208 drivers/char/mspec.c 	vdata->type = type;
type              214 drivers/char/mspec.c 	if (vdata->type == MSPEC_UNCACHED)
type              419 drivers/char/nvram.c 	int type;
type              430 drivers/char/nvram.c 	type = nvram[2] >> 4;
type              431 drivers/char/nvram.c 	if (type < ARRAY_SIZE(floppy_types))
type              432 drivers/char/nvram.c 		seq_printf(seq, "%s\n", floppy_types[type]);
type              434 drivers/char/nvram.c 		seq_printf(seq, "%d (unknown)\n", type);
type              436 drivers/char/nvram.c 	type = nvram[2] & 0x0f;
type              437 drivers/char/nvram.c 	if (type < ARRAY_SIZE(floppy_types))
type              438 drivers/char/nvram.c 		seq_printf(seq, "%s\n", floppy_types[type]);
type              440 drivers/char/nvram.c 		seq_printf(seq, "%d (unknown)\n", type);
type              443 drivers/char/nvram.c 	type = nvram[4] >> 4;
type              444 drivers/char/nvram.c 	if (type)
type              445 drivers/char/nvram.c 		seq_printf(seq, "%02x\n", type == 0x0f ? nvram[11] : type);
type              450 drivers/char/nvram.c 	type = nvram[4] & 0x0f;
type              451 drivers/char/nvram.c 	if (type)
type              452 drivers/char/nvram.c 		seq_printf(seq, "%02x\n", type == 0x0f ? nvram[12] : type);
type             2829 drivers/char/pcmcia/synclink_cs.c 	serial_driver->type = TTY_DRIVER_TYPE_SERIAL;
type             4088 drivers/char/pcmcia/synclink_cs.c 	switch(ifr->ifr_settings.type) {
type             4091 drivers/char/pcmcia/synclink_cs.c 		ifr->ifr_settings.type = IF_IFACE_SYNC_SERIAL;
type             1254 drivers/char/random.c void add_input_randomness(unsigned int type, unsigned int code,
type             1265 drivers/char/random.c 			     (type << 4) ^ code ^ (code >> 4) ^ value);
type              186 drivers/char/tb0219.c 	tb0219_type_t type;
type              194 drivers/char/tb0219.c 		type = TYPE_LED;
type              197 drivers/char/tb0219.c 		type = TYPE_GPIO_OUTPUT;
type              207 drivers/char/tb0219.c 		switch (type) {
type               42 drivers/char/tpm/tpm_ppi.c tpm_eval_dsm(acpi_handle ppi_handle, int func, acpi_object_type type,
type               47 drivers/char/tpm/tpm_ppi.c 				       rev, func, argv4, type);
type               82 drivers/char/tpm/tpm_ppi.c 	    obj->package.elements[0].type == ACPI_TYPE_INTEGER &&
type               83 drivers/char/tpm/tpm_ppi.c 	    obj->package.elements[1].type == ACPI_TYPE_INTEGER &&
type               84 drivers/char/tpm/tpm_ppi.c 	    obj->package.elements[2].type == ACPI_TYPE_INTEGER) {
type               98 drivers/char/tpm/tpm_ppi.c 	    obj->package.elements[0].type == ACPI_TYPE_INTEGER &&
type               99 drivers/char/tpm/tpm_ppi.c 	    obj->package.elements[1].type == ACPI_TYPE_INTEGER) {
type              144 drivers/char/tpm/tpm_ppi.c 		tmp[0].type = ACPI_TYPE_INTEGER;
type              145 drivers/char/tpm/tpm_ppi.c 		tmp[1].type = ACPI_TYPE_INTEGER;
type              149 drivers/char/tpm/tpm_ppi.c 		argv4.type = ACPI_TYPE_BUFFER;
type              155 drivers/char/tpm/tpm_ppi.c 		tmp[0].type = ACPI_TYPE_INTEGER;
type              183 drivers/char/tpm/tpm_ppi.c 		.buffer.type = ACPI_TYPE_BUFFER,
type              244 drivers/char/tpm/tpm_ppi.c 	    ret_obj[0].type != ACPI_TYPE_INTEGER ||
type              245 drivers/char/tpm/tpm_ppi.c 	    ret_obj[1].type != ACPI_TYPE_INTEGER ||
type              246 drivers/char/tpm/tpm_ppi.c 	    ret_obj[2].type != ACPI_TYPE_INTEGER)
type              303 drivers/char/tpm/tpm_ppi.c 	tmp.integer.type = ACPI_TYPE_INTEGER;
type              193 drivers/char/ttyprintk.c 	ttyprintk_driver->type = TTY_DRIVER_TYPE_CONSOLE;
type              416 drivers/clk/at91/dt-compat.c of_at91_clk_periph_setup(struct device_node *np, u8 type)
type              448 drivers/clk/at91/dt-compat.c 		if (type == PERIPHERAL_AT91RM9200) {
type               49 drivers/clk/at91/pmc.c 	unsigned int type = clkspec->args[0];
type               53 drivers/clk/at91/pmc.c 	switch (type) {
type               74 drivers/clk/at91/pmc.c 	pr_err("%s: invalid type (%u) or index (%u)\n", __func__, type, idx);
type               57 drivers/clk/bcm/clk-kona-setup.c 	if (bcm_clk->type != bcm_clk_peri)
type               90 drivers/clk/bcm/clk-kona-setup.c 	BUG_ON(bcm_clk->type != bcm_clk_peri);
type              375 drivers/clk/bcm/clk-kona-setup.c 	BUG_ON(bcm_clk->type != bcm_clk_peri);
type              412 drivers/clk/bcm/clk-kona-setup.c 	BUG_ON(bcm_clk->type != bcm_clk_peri);
type              494 drivers/clk/bcm/clk-kona-setup.c 	switch (bcm_clk->type) {
type              501 drivers/clk/bcm/clk-kona-setup.c 			(int)bcm_clk->type);
type              683 drivers/clk/bcm/clk-kona-setup.c 	switch (bcm_clk->type) {
type              691 drivers/clk/bcm/clk-kona-setup.c 	bcm_clk->type = bcm_clk_none;
type              712 drivers/clk/bcm/clk-kona-setup.c 	switch (bcm_clk->type) {
type              720 drivers/clk/bcm/clk-kona-setup.c 			(int)bcm_clk->type, init_data->name);
type             1201 drivers/clk/bcm/clk-kona.c 	BUG_ON(bcm_clk->type != bcm_clk_peri);
type             1246 drivers/clk/bcm/clk-kona.c 	switch (bcm_clk->type) {
type               40 drivers/clk/bcm/clk-kona.h #define FLAG(type, flag)		BCM_CLK_ ## type ## _FLAGS_ ## flag
type               41 drivers/clk/bcm/clk-kona.h #define FLAG_SET(obj, type, flag)	((obj)->flags |= FLAG(type, flag))
type               42 drivers/clk/bcm/clk-kona.h #define FLAG_CLEAR(obj, type, flag)	((obj)->flags &= ~(FLAG(type, flag)))
type               43 drivers/clk/bcm/clk-kona.h #define FLAG_FLIP(obj, type, flag)	((obj)->flags ^= FLAG(type, flag))
type               44 drivers/clk/bcm/clk-kona.h #define FLAG_TEST(obj, type, flag)	(!!((obj)->flags & FLAG(type, flag)))
type              408 drivers/clk/bcm/clk-kona.h 	enum bcm_clk_type type;
type              425 drivers/clk/bcm/clk-kona.h 		.type		= bcm_clk_ ## _type,			\
type              428 drivers/clk/bcm/clk-kona.h #define LAST_KONA_CLK	{ .type = bcm_clk_none }
type             1322 drivers/clk/clk-qoriq.c 	u32 type, idx;
type             1329 drivers/clk/clk-qoriq.c 	type = clkspec->args[0];
type             1332 drivers/clk/clk-qoriq.c 	switch (type) {
type             1375 drivers/clk/clk-qoriq.c 	pr_err("%s: Bad phandle args %u %u\n", __func__, type, idx);
type              746 drivers/clk/clk-u300.c 	u8 type;
type              754 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_REST,
type              760 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_REST,
type              766 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_REST,
type              772 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_REST,
type              778 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_REST,
type              784 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_REST,
type              790 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_REST,
type              796 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_REST,
type              803 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_FAST,
type              809 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_FAST,
type              815 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_FAST,
type              821 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_FAST,
type              827 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_FAST,
type              833 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_SLOW,
type              839 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_SLOW,
type              845 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_SLOW,
type              851 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_SLOW,
type              858 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_SLOW,
type              864 drivers/clk/clk-u300.c 		.type = U300_CLK_TYPE_SLOW,
type              915 drivers/clk/clk-u300.c 		if (u3clk->type == clk_type && u3clk->id == clk_id)
type               45 drivers/clk/clk-vt8500.c 	int		type;
type              557 drivers/clk/clk-vt8500.c 	switch (pll->type) {
type              605 drivers/clk/clk-vt8500.c 	switch (pll->type) {
type              643 drivers/clk/clk-vt8500.c 	switch (pll->type) {
type              696 drivers/clk/clk-vt8500.c 	pll_clk->type = pll_type;
type               52 drivers/clk/clk-xgene.c 	enum xgene_pll_type	type;
type               84 drivers/clk/clk-xgene.c 		if (pllclk->type == PLL_TYPE_PCP) {
type              126 drivers/clk/clk-xgene.c 	u32 type, spinlock_t *lock, int version)
type              147 drivers/clk/clk-xgene.c 	apmclk->type = type;
type               55 drivers/clk/hisilicon/clk-hi6220-stub.c 	unsigned char type;
type               84 drivers/clk/hisilicon/clk-hi6220-stub.c 	data.msg.type = HI6220_MBOX_FREQ;
type              142 drivers/clk/hisilicon/clk-hix5hd2.c 	enum hix5hd2_clk_type type;
type              269 drivers/clk/hisilicon/clk-hix5hd2.c 		if (clks[i].type == TYPE_ETHER)
type              137 drivers/clk/hisilicon/clk.h #define hisi_clk_unregister(type) \
type              139 drivers/clk/hisilicon/clk.h void hisi_clk_unregister_##type(const struct hisi_##type##_clock *clks, \
type              147 drivers/clk/hisilicon/clk.h 			clk_unregister_##type(clocks[id]); \
type               55 drivers/clk/imx/clk-imx8mm.c 		.type = PLL_1443X,
type               61 drivers/clk/imx/clk-imx8mm.c 		.type = PLL_1443X,
type               67 drivers/clk/imx/clk-imx8mm.c 		.type = PLL_1443X,
type               73 drivers/clk/imx/clk-imx8mm.c 		.type = PLL_1416X,
type               79 drivers/clk/imx/clk-imx8mm.c 		.type = PLL_1416X,
type               85 drivers/clk/imx/clk-imx8mm.c 		.type = PLL_1416X,
type               91 drivers/clk/imx/clk-imx8mm.c 		.type = PLL_1416X,
type               70 drivers/clk/imx/clk-imx8mn.c 		.type = PLL_1443X,
type               76 drivers/clk/imx/clk-imx8mn.c 		.type = PLL_1443X,
type               82 drivers/clk/imx/clk-imx8mn.c 		.type = PLL_1443X,
type               88 drivers/clk/imx/clk-imx8mn.c 		.type = PLL_1416X,
type               94 drivers/clk/imx/clk-imx8mn.c 		.type = PLL_1416X,
type              100 drivers/clk/imx/clk-imx8mn.c 		.type = PLL_1416X,
type              106 drivers/clk/imx/clk-imx8mn.c 		.type = PLL_1416X,
type               37 drivers/clk/imx/clk-pll14xx.c 	enum imx_pll14xx_type		type;
type              358 drivers/clk/imx/clk-pll14xx.c 	switch (pll_clk->type) {
type              375 drivers/clk/imx/clk-pll14xx.c 	pll->type = pll_clk->type;
type               27 drivers/clk/imx/clk-pllv1.c 	enum imx_pllv1_type type;
type               34 drivers/clk/imx/clk-pllv1.c 	return pll->type == IMX_PLLV1_IMX1;
type               39 drivers/clk/imx/clk-pllv1.c 	return pll->type == IMX_PLLV1_IMX21;
type               44 drivers/clk/imx/clk-pllv1.c 	return pll->type == IMX_PLLV1_IMX27;
type              114 drivers/clk/imx/clk-pllv1.c struct clk *imx_clk_pllv1(enum imx_pllv1_type type, const char *name,
type              126 drivers/clk/imx/clk-pllv1.c 	pll->type = type;
type              413 drivers/clk/imx/clk-pllv3.c struct clk_hw *imx_clk_hw_pllv3(enum imx_pllv3_type type, const char *name,
type              431 drivers/clk/imx/clk-pllv3.c 	switch (type) {
type               47 drivers/clk/imx/clk.h 	enum imx_pll14xx_type type;
type               61 drivers/clk/imx/clk.h #define imx_clk_pllv3(type, name, parent_name, base, div_mask) \
type               62 drivers/clk/imx/clk.h 	to_clk(imx_clk_hw_pllv3(type, name, parent_name, base, div_mask))
type              100 drivers/clk/imx/clk.h struct clk *imx_clk_pllv1(enum imx_pllv1_type type, const char *name,
type              129 drivers/clk/imx/clk.h struct clk_hw *imx_clk_hw_pllv3(enum imx_pllv3_type type, const char *name,
type               83 drivers/clk/ingenic/cgu.c 	BUG_ON(clk_info->type != CGU_CLK_PLL);
type              152 drivers/clk/ingenic/cgu.c 	BUG_ON(clk_info->type != CGU_CLK_PLL);
type              296 drivers/clk/ingenic/cgu.c 	if (clk_info->type & CGU_CLK_MUX) {
type              325 drivers/clk/ingenic/cgu.c 	if (clk_info->type & CGU_CLK_MUX) {
type              374 drivers/clk/ingenic/cgu.c 	if (clk_info->type & CGU_CLK_DIV) {
type              385 drivers/clk/ingenic/cgu.c 	} else if (clk_info->type & CGU_CLK_FIXDIV) {
type              448 drivers/clk/ingenic/cgu.c 	if (clk_info->type & CGU_CLK_DIV)
type              450 drivers/clk/ingenic/cgu.c 	else if (clk_info->type & CGU_CLK_FIXDIV)
type              471 drivers/clk/ingenic/cgu.c 	if (clk_info->type & CGU_CLK_DIV) {
type              530 drivers/clk/ingenic/cgu.c 	if (clk_info->type & CGU_CLK_GATE) {
type              552 drivers/clk/ingenic/cgu.c 	if (clk_info->type & CGU_CLK_GATE) {
type              570 drivers/clk/ingenic/cgu.c 	if (clk_info->type & CGU_CLK_GATE) {
type              608 drivers/clk/ingenic/cgu.c 	if (clk_info->type == CGU_CLK_EXT) {
type              625 drivers/clk/ingenic/cgu.c 	if (!clk_info->type) {
type              645 drivers/clk/ingenic/cgu.c 	caps = clk_info->type;
type              799 drivers/clk/ingenic/cgu.c 		if (cgu->clock_info[i].type & CGU_CLK_EXT)
type              154 drivers/clk/ingenic/cgu.h 	} type;
type              149 drivers/clk/mmp/clk-mix.c 	if (mix->type == MMP_CLK_MIX_TYPE_V1
type              150 drivers/clk/mmp/clk-mix.c 		|| mix->type == MMP_CLK_MIX_TYPE_V2)
type              169 drivers/clk/mmp/clk-mix.c 	if (mix->type == MMP_CLK_MIX_TYPE_V1) {
type              171 drivers/clk/mmp/clk-mix.c 	} else if (mix->type == MMP_CLK_MIX_TYPE_V2) {
type              301 drivers/clk/mmp/clk-mix.c 	if (mix->type == MMP_CLK_MIX_TYPE_V1
type              302 drivers/clk/mmp/clk-mix.c 		|| mix->type == MMP_CLK_MIX_TYPE_V2)
type              331 drivers/clk/mmp/clk-mix.c 	if (mix->type == MMP_CLK_MIX_TYPE_V1
type              332 drivers/clk/mmp/clk-mix.c 		|| mix->type == MMP_CLK_MIX_TYPE_V2)
type              489 drivers/clk/mmp/clk-mix.c 		mix->type = MMP_CLK_MIX_TYPE_V1;
type              491 drivers/clk/mmp/clk-mix.c 		mix->type = MMP_CLK_MIX_TYPE_V3;
type              493 drivers/clk/mmp/clk-mix.c 		mix->type = MMP_CLK_MIX_TYPE_V2;
type               93 drivers/clk/mmp/clk.h 	unsigned int type;
type              199 drivers/clk/mvebu/cp110-system-controller.c 	unsigned int type = clkspec->args[0];
type              202 drivers/clk/mvebu/cp110-system-controller.c 	if (type == CP110_CLK_TYPE_CORE) {
type              206 drivers/clk/mvebu/cp110-system-controller.c 	} else if (type == CP110_CLK_TYPE_GATABLE) {
type             1074 drivers/clk/nxp/clk-lpc32xx.c 	enum lpc32xx_clk_type type;
type             1085 drivers/clk/nxp/clk-lpc32xx.c 	.type = CLK_FIXED,						\
type             1095 drivers/clk/nxp/clk-lpc32xx.c 	.type = CLK_LPC32XX_PLL,					\
type             1111 drivers/clk/nxp/clk-lpc32xx.c 	.type = CLK_MUX,						\
type             1132 drivers/clk/nxp/clk-lpc32xx.c 	.type = CLK_DIV,						\
type             1151 drivers/clk/nxp/clk-lpc32xx.c 	.type = CLK_GATE,						\
type             1168 drivers/clk/nxp/clk-lpc32xx.c 	.type = CLK_LPC32XX,						\
type             1189 drivers/clk/nxp/clk-lpc32xx.c 	.type = CLK_LPC32XX_USB,					\
type             1208 drivers/clk/nxp/clk-lpc32xx.c 	.type = CLK_COMPOSITE,						\
type             1394 drivers/clk/nxp/clk-lpc32xx.c 		 parents[0], clk_hw->type);
type             1396 drivers/clk/nxp/clk-lpc32xx.c 	switch (clk_hw->type) {
type             1413 drivers/clk/nxp/clk-lpc32xx.c 		if (clk_hw->type == CLK_LPC32XX)
type             1415 drivers/clk/nxp/clk-lpc32xx.c 		else if (clk_hw->type == CLK_LPC32XX_PLL)
type             1417 drivers/clk/nxp/clk-lpc32xx.c 		else if (clk_hw->type == CLK_LPC32XX_USB)
type             1419 drivers/clk/nxp/clk-lpc32xx.c 		else if (clk_hw->type == CLK_MUX)
type             1421 drivers/clk/nxp/clk-lpc32xx.c 		else if (clk_hw->type == CLK_DIV)
type             1423 drivers/clk/nxp/clk-lpc32xx.c 		else if (clk_hw->type == CLK_GATE)
type              448 drivers/clk/pistachio/clk-pll.c 				enum pistachio_pll_type type,
type              465 drivers/clk/pistachio/clk-pll.c 	switch (type) {
type              479 drivers/clk/pistachio/clk-pll.c 		pr_err("Unrecognized PLL type %u\n", type);
type              506 drivers/clk/pistachio/clk-pll.c 				   pll[i].type, pll[i].rates,
type              112 drivers/clk/pistachio/clk.h 	enum pistachio_pll_type type;
type              123 drivers/clk/pistachio/clk.h 		.type		= _type,			\
type              134 drivers/clk/pistachio/clk.h 		.type		= _type,			\
type               29 drivers/clk/qcom/clk-smd-rpm.c #define __DEFINE_CLK_SMD_RPM(_platform, _name, _active, type, r_id, stat_id,  \
type               33 drivers/clk/qcom/clk-smd-rpm.c 		.rpm_res_type = (type),					      \
type               47 drivers/clk/qcom/clk-smd-rpm.c 		.rpm_res_type = (type),					      \
type               62 drivers/clk/qcom/clk-smd-rpm.c #define __DEFINE_CLK_SMD_RPM_BRANCH(_platform, _name, _active, type, r_id,    \
type               66 drivers/clk/qcom/clk-smd-rpm.c 		.rpm_res_type = (type),					      \
type               81 drivers/clk/qcom/clk-smd-rpm.c 		.rpm_res_type = (type),					      \
type               97 drivers/clk/qcom/clk-smd-rpm.c #define DEFINE_CLK_SMD_RPM(_platform, _name, _active, type, r_id)	      \
type               98 drivers/clk/qcom/clk-smd-rpm.c 		__DEFINE_CLK_SMD_RPM(_platform, _name, _active, type, r_id,   \
type              101 drivers/clk/qcom/clk-smd-rpm.c #define DEFINE_CLK_SMD_RPM_BRANCH(_platform, _name, _active, type, r_id, r)   \
type              102 drivers/clk/qcom/clk-smd-rpm.c 		__DEFINE_CLK_SMD_RPM_BRANCH(_platform, _name, _active, type,  \
type              105 drivers/clk/qcom/clk-smd-rpm.c #define DEFINE_CLK_SMD_RPM_QDSS(_platform, _name, _active, type, r_id)	      \
type              106 drivers/clk/qcom/clk-smd-rpm.c 		__DEFINE_CLK_SMD_RPM(_platform, _name, _active, type, r_id,   \
type              231 drivers/clk/renesas/r8a77970-cpg-mssr.c 	switch (core->type) {
type               35 drivers/clk/renesas/r9a06g032-clocks.c 	uint32_t type: 3;
type               65 drivers/clk/renesas/r9a06g032-clocks.c 	{ .type = K_GATE, .index = R9A06G032_##_idx, \
type               69 drivers/clk/renesas/r9a06g032-clocks.c 	{ .type = K_GATE, .index = R9A06G032_##_idx, \
type               73 drivers/clk/renesas/r9a06g032-clocks.c 	{ .type = K_FFC, .index = R9A06G032_##_idx, .name = _n, \
type               76 drivers/clk/renesas/r9a06g032-clocks.c 	{ .type = K_FFC, .index = R9A06G032_##_idx, \
type               80 drivers/clk/renesas/r9a06g032-clocks.c 	{ .type = K_DIV, .index = R9A06G032_##_idx, \
type               85 drivers/clk/renesas/r9a06g032-clocks.c 	{ .type = K_DUALGATE, .index = R9A06G032_##_idx, \
type              287 drivers/clk/renesas/r9a06g032-clocks.c 		.type = K_BITSEL,
type              296 drivers/clk/renesas/r9a06g032-clocks.c 		.type = K_BITSEL,
type              931 drivers/clk/renesas/r9a06g032-clocks.c 		switch (d->type) {
type              291 drivers/clk/renesas/rcar-gen2-cpg.c 	switch (core->type) {
type              555 drivers/clk/renesas/rcar-gen3-cpg.c 	switch (core->type) {
type              258 drivers/clk/renesas/renesas-cpg-mssr.c 	const char *type;
type              264 drivers/clk/renesas/renesas-cpg-mssr.c 		type = "core";
type              266 drivers/clk/renesas/renesas-cpg-mssr.c 			dev_err(dev, "Invalid %s clock index %u\n", type,
type              274 drivers/clk/renesas/renesas-cpg-mssr.c 		type = "module";
type              283 drivers/clk/renesas/renesas-cpg-mssr.c 			dev_err(dev, "Invalid %s clock index %u\n", type,
type              296 drivers/clk/renesas/renesas-cpg-mssr.c 		dev_err(dev, "Cannot get %s clock %u: %ld", type, clkidx,
type              322 drivers/clk/renesas/renesas-cpg-mssr.c 	switch (core->type) {
type              339 drivers/clk/renesas/renesas-cpg-mssr.c 		if (core->type == CLK_TYPE_DIV6_RO)
type              343 drivers/clk/renesas/renesas-cpg-mssr.c 		if (core->type == CLK_TYPE_DIV6P1) {
type              366 drivers/clk/renesas/renesas-cpg-mssr.c 				core->name, core->type);
type               24 drivers/clk/renesas/renesas-cpg-mssr.h 	unsigned int type;
type               45 drivers/clk/renesas/renesas-cpg-mssr.h 	{ .name = _name, .id = _id, .type = _type }
type               36 drivers/clk/rockchip/clk-pll.c 	enum rockchip_pll_type	type;
type              948 drivers/clk/rockchip/clk-pll.c 	pll->type = pll_type;
type              421 drivers/clk/rockchip/clk.c 		clk = rockchip_clk_register_pll(ctx, list->type, list->name,
type              288 drivers/clk/rockchip/clk.h 	enum rockchip_pll_type	type;
type              299 drivers/clk/rockchip/clk.h 		.type		= _type,				\
type               28 drivers/clk/samsung/clk-pll.c 	enum samsung_pll_type	type;
type              412 drivers/clk/samsung/clk-pll.c 	if (pll->type == pll_4508)
type              476 drivers/clk/samsung/clk-pll.c 	switch (pll->type) {
type              556 drivers/clk/samsung/clk-pll.c 	mdiv = (pll_con0 >> PLL46XX_MDIV_SHIFT) & ((pll->type == pll_1460x) ?
type              560 drivers/clk/samsung/clk-pll.c 	kdiv = pll->type == pll_4650c ? pll_con1 & PLL4650C_KDIV_MASK :
type              563 drivers/clk/samsung/clk-pll.c 	shift = ((pll->type == pll_4600) || (pll->type == pll_1460x)) ? 16 : 10;
type              620 drivers/clk/samsung/clk-pll.c 	if (pll->type == pll_1460x) {
type              698 drivers/clk/samsung/clk-pll.c 	if (pll->type == pll_6552_s3c2416) {
type             1284 drivers/clk/samsung/clk-pll.c 	switch (pll_clk->type) {
type             1385 drivers/clk/samsung/clk-pll.c 	pll->type = pll_clk->type;
type              254 drivers/clk/samsung/clk.h 	enum samsung_pll_type	type;
type              261 drivers/clk/samsung/clk.h 		.type		= _typ,					\
type              236 drivers/clk/sirf/clk-atlas7.c 	u32 type;
type              275 drivers/clk/sirf/clk-atlas7.c 	u32 type;
type             1223 drivers/clk/sirf/clk-atlas7.c 	if (clk->type == CLK_UNIT_NOC_CLOCK)
type             1225 drivers/clk/sirf/clk-atlas7.c 	else if (clk->type == CLK_UNIT_NOC_SOCKET)
type             1241 drivers/clk/sirf/clk-atlas7.c 	if (clk->type == CLK_UNIT_NOC_CLOCK) {
type             1256 drivers/clk/sirf/clk-atlas7.c 	} else if (clk->type == CLK_UNIT_NOC_SOCKET)
type             1273 drivers/clk/sirf/clk-atlas7.c 		 u32 regofs, u8 bit, u32 type, u8 idle_bit, spinlock_t *lock)
type             1293 drivers/clk/sirf/clk-atlas7.c 	unit->type = type;
type             1668 drivers/clk/sirf/clk-atlas7.c 				unit->flags, unit->regofs, unit->bit, unit->type, unit->idle_bit, unit->lock);
type              409 drivers/clk/ti/clkctrl.c 		switch (bits->type) {
type              427 drivers/clk/ti/clkctrl.c 			       bits->type);
type              105 drivers/clk/ti/clock.h 	int type;
type              175 drivers/clk/ti/clock.h 	u8 type;
type              231 drivers/clk/ti/clock.h int ti_clk_add_component(struct device_node *node, struct clk_hw *hw, int type);
type               65 drivers/clk/ti/composite.c 	int type;
type              146 drivers/clk/ti/composite.c 		if (cclk->comp_clks[comp->type] != NULL) {
type              148 drivers/clk/ti/composite.c 			       node, component_clk_types[comp->type]);
type              152 drivers/clk/ti/composite.c 		cclk->comp_clks[comp->type] = comp;
type              242 drivers/clk/ti/composite.c 				int type)
type              271 drivers/clk/ti/composite.c 	clk->type = type;
type               20 drivers/clk/uniphier/clk-uniphier-core.c 	switch (data->type) {
type               24 drivers/clk/uniphier/clk-uniphier-mio.c 		.type = UNIPHIER_CLK_TYPE_MUX,				\
type               58 drivers/clk/uniphier/clk-uniphier.h 	enum uniphier_clk_type type;
type               73 drivers/clk/uniphier/clk-uniphier.h 		.type = UNIPHIER_CLK_TYPE_CPUGEAR,		\
type               86 drivers/clk/uniphier/clk-uniphier.h 		.type = UNIPHIER_CLK_TYPE_FIXED_FACTOR,		\
type               98 drivers/clk/uniphier/clk-uniphier.h 		.type = UNIPHIER_CLK_TYPE_GATE,			\
type               30 drivers/clk/zynqmp/clk-zynqmp.h 	u32 type;
type               73 drivers/clk/zynqmp/clkc.c 	enum clk_type type;
type              180 drivers/clk/zynqmp/clkc.c static int zynqmp_get_clock_type(u32 clk_id, u32 *type)
type              186 drivers/clk/zynqmp/clkc.c 		*type = clock[clk_id].type;
type              387 drivers/clk/zynqmp/clkc.c 	u32 type;
type              390 drivers/clk/zynqmp/clkc.c 		type = FIELD_GET(CLK_TOPOLOGY_TYPE, response->topology[i]);
type              391 drivers/clk/zynqmp/clkc.c 		if (type == TYPE_INVALID)
type              393 drivers/clk/zynqmp/clkc.c 		topology[*nnodes].type = type;
type              537 drivers/clk/zynqmp/clkc.c 			       type]);
type              576 drivers/clk/zynqmp/clkc.c 					    clk_type_postfix[nodes[j].type]);
type              581 drivers/clk/zynqmp/clkc.c 		if (!clk_topology[nodes[j].type])
type              584 drivers/clk/zynqmp/clkc.c 		hw = (*clk_topology[nodes[j].type])(clk_out, clk_dev_id,
type              608 drivers/clk/zynqmp/clkc.c 	u32 i, total_parents = 0, type = 0;
type              621 drivers/clk/zynqmp/clkc.c 		ret = zynqmp_get_clock_type(i, &type);
type              622 drivers/clk/zynqmp/clkc.c 		if (ret || type != CLK_TYPE_OUTPUT)
type              655 drivers/clk/zynqmp/clkc.c 	u32 type = 0;
type              666 drivers/clk/zynqmp/clkc.c 		clock[i].type = FIELD_GET(CLK_ATTR_TYPE, attr.attr[0]) ?
type              686 drivers/clk/zynqmp/clkc.c 		ret = zynqmp_get_clock_type(i, &type);
type              687 drivers/clk/zynqmp/clkc.c 		if (ret || type != CLK_TYPE_OUTPUT)
type              216 drivers/clk/zynqmp/divider.c 	div->div_type = nodes->type;
type              523 drivers/clocksource/arm_arch_timer.c arch_timer_iterate_errata(enum arch_timer_erratum_match_type type,
type              530 drivers/clocksource/arm_arch_timer.c 		if (ool_workarounds[i].match_type != type)
type              568 drivers/clocksource/arm_arch_timer.c static void arch_timer_check_ool_workaround(enum arch_timer_erratum_match_type type,
type              575 drivers/clocksource/arm_arch_timer.c 	switch (type) {
type              591 drivers/clocksource/arm_arch_timer.c 	wa = arch_timer_iterate_errata(type, match_fn, arg);
type              738 drivers/clocksource/arm_arch_timer.c static void __arch_timer_setup(unsigned type,
type              743 drivers/clocksource/arm_arch_timer.c 	if (type == ARCH_TIMER_TYPE_CP15) {
type              907 drivers/clocksource/arm_arch_timer.c static void arch_timer_banner(unsigned type)
type              910 drivers/clocksource/arm_arch_timer.c 		type & ARCH_TIMER_TYPE_CP15 ? "cp15" : "",
type              911 drivers/clocksource/arm_arch_timer.c 		type == (ARCH_TIMER_TYPE_CP15 | ARCH_TIMER_TYPE_MEM) ?
type              913 drivers/clocksource/arm_arch_timer.c 		type & ARCH_TIMER_TYPE_MEM ? "mmio" : "",
type              916 drivers/clocksource/arm_arch_timer.c 		type & ARCH_TIMER_TYPE_CP15 ?
type              919 drivers/clocksource/arm_arch_timer.c 		type == (ARCH_TIMER_TYPE_CP15 | ARCH_TIMER_TYPE_MEM) ? "/" : "",
type              920 drivers/clocksource/arm_arch_timer.c 		type & ARCH_TIMER_TYPE_MEM ?
type              960 drivers/clocksource/arm_arch_timer.c static void __init arch_counter_register(unsigned type)
type              965 drivers/clocksource/arm_arch_timer.c 	if (type & ARCH_TIMER_TYPE_CP15) {
type               63 drivers/clocksource/timer-imx-gpt.c 	enum imx_gpt_type type;
type              385 drivers/clocksource/timer-imx-gpt.c 	switch (imxtm->type) {
type              429 drivers/clocksource/timer-imx-gpt.c void __init mxc_timer_init(unsigned long pbase, int irq, enum imx_gpt_type type)
type              442 drivers/clocksource/timer-imx-gpt.c 	imxtm->type = type;
type              448 drivers/clocksource/timer-imx-gpt.c static int __init mxc_timer_init_dt(struct device_node *np,  enum imx_gpt_type type)
type              477 drivers/clocksource/timer-imx-gpt.c 	imxtm->type = type;
type              500 drivers/clocksource/timer-imx-gpt.c 	enum imx_gpt_type type = GPT_TYPE_IMX31;
type              509 drivers/clocksource/timer-imx-gpt.c 		type = GPT_TYPE_IMX6DL;
type              511 drivers/clocksource/timer-imx-gpt.c 	return mxc_timer_init_dt(np, type);
type              107 drivers/counter/104-quad-8.c 		if (chan->type == IIO_INDEX) {
type              154 drivers/counter/104-quad-8.c 		if (chan->type == IIO_INDEX)
type              589 drivers/counter/104-quad-8.c 	.type = IIO_COUNT,						\
type              598 drivers/counter/104-quad-8.c 	.type = IIO_INDEX,				\
type              238 drivers/counter/counter.c 				   const enum counter_signal_value_type type,
type              241 drivers/counter/counter.c 	if (type == COUNTER_SIGNAL_LEVEL)
type              259 drivers/counter/counter.c 				  const enum counter_count_value_type type,
type              262 drivers/counter/counter.c 	switch (type) {
type              286 drivers/counter/counter.c 				  const enum counter_count_value_type type,
type              291 drivers/counter/counter.c 	switch (type) {
type             1427 drivers/counter/counter.c 	device_state->dev.type = &counter_device_type;
type              204 drivers/counter/stm32-lptimer-cnt.c 					   unsigned int type)
type              211 drivers/counter/stm32-lptimer-cnt.c 	priv->quadrature_mode = type;
type              237 drivers/counter/stm32-lptimer-cnt.c 					unsigned int type)
type              244 drivers/counter/stm32-lptimer-cnt.c 	priv->polarity = type;
type              317 drivers/counter/stm32-lptimer-cnt.c 	.type = IIO_COUNT,
type              340 drivers/counter/stm32-lptimer-cnt.c 	.type = IIO_COUNT,
type              107 drivers/cpufreq/cppc_cpufreq.c 	if (dm->type == DMI_ENTRY_PROCESSOR &&
type             1089 drivers/cpufreq/intel_pstate.c static void update_qos_request(enum freq_qos_req_type type)
type             1113 drivers/cpufreq/intel_pstate.c 		if (type == FREQ_QOS_MIN) {
type             2609 drivers/cpufreq/intel_pstate.c 		if (pss && pss->type == ACPI_TYPE_PACKAGE) {
type              268 drivers/cpufreq/pcc-cpufreq.c 	if (!pccp || pccp->type != ACPI_TYPE_PACKAGE) {
type              274 drivers/cpufreq/pcc-cpufreq.c 	if (!offset || offset->type != ACPI_TYPE_INTEGER) {
type              282 drivers/cpufreq/pcc-cpufreq.c 	if (!offset || offset->type != ACPI_TYPE_INTEGER) {
type              314 drivers/cpufreq/pcc-cpufreq.c 	in_params[0].type               = ACPI_TYPE_BUFFER;
type              317 drivers/cpufreq/pcc-cpufreq.c 	in_params[1].type               = ACPI_TYPE_INTEGER;
type              319 drivers/cpufreq/pcc-cpufreq.c 	in_params[2].type               = ACPI_TYPE_INTEGER;
type              321 drivers/cpufreq/pcc-cpufreq.c 	in_params[3].type               = ACPI_TYPE_BUFFER;
type              336 drivers/cpufreq/pcc-cpufreq.c 	if (out_obj->type != ACPI_TYPE_BUFFER) {
type              365 drivers/cpufreq/pcc-cpufreq.c 	if (out_obj->type != ACPI_TYPE_BUFFER) {
type              418 drivers/cpufreq/pcc-cpufreq.c 	if (out_obj->type != ACPI_TYPE_PACKAGE) {
type              424 drivers/cpufreq/pcc-cpufreq.c 	if (member->type != ACPI_TYPE_BUFFER) {
type              480 drivers/cpufreq/pcc-cpufreq.c 	if (member->type != ACPI_TYPE_BUFFER) {
type              499 drivers/cpufreq/pcc-cpufreq.c 	if (member->type != ACPI_TYPE_INTEGER) {
type              507 drivers/cpufreq/pcc-cpufreq.c 	if (member->type != ACPI_TYPE_INTEGER) {
type              940 drivers/cpufreq/powernv-cpufreq.c 	omsg.type = be64_to_cpu(msg->params[0]);
type              942 drivers/cpufreq/powernv-cpufreq.c 	switch (omsg.type) {
type               42 drivers/cpufreq/ppc_cbe_cpufreq_pmi.c 	pmi_msg.type = PMI_TYPE_FREQ_CHANGE;
type               72 drivers/cpufreq/ppc_cbe_cpufreq_pmi.c 	BUG_ON(pmi_msg.type != PMI_TYPE_FREQ_CHANGE);
type              100 drivers/cpufreq/ppc_cbe_cpufreq_pmi.c 	.type			= PMI_TYPE_FREQ_CHANGE,
type             1021 drivers/crypto/amcc/crypto4xx_core.c 		switch (alg->alg.type) {
type             1054 drivers/crypto/amcc/crypto4xx_core.c 		switch (alg->alg.type) {
type             1193 drivers/crypto/amcc/crypto4xx_core.c 	{ .type = CRYPTO_ALG_TYPE_SKCIPHER, .u.cipher = {
type             1213 drivers/crypto/amcc/crypto4xx_core.c 	{ .type = CRYPTO_ALG_TYPE_SKCIPHER, .u.cipher = {
type             1233 drivers/crypto/amcc/crypto4xx_core.c 	{ .type = CRYPTO_ALG_TYPE_SKCIPHER, .u.cipher = {
type             1254 drivers/crypto/amcc/crypto4xx_core.c 	{ .type = CRYPTO_ALG_TYPE_SKCIPHER, .u.cipher = {
type             1274 drivers/crypto/amcc/crypto4xx_core.c 	{ .type = CRYPTO_ALG_TYPE_SKCIPHER, .u.cipher = {
type             1293 drivers/crypto/amcc/crypto4xx_core.c 	{ .type = CRYPTO_ALG_TYPE_SKCIPHER, .u.cipher = {
type             1315 drivers/crypto/amcc/crypto4xx_core.c 	{ .type = CRYPTO_ALG_TYPE_AEAD, .u.aead = {
type             1336 drivers/crypto/amcc/crypto4xx_core.c 	{ .type = CRYPTO_ALG_TYPE_AEAD, .u.aead = {
type             1357 drivers/crypto/amcc/crypto4xx_core.c 	{ .type = CRYPTO_ALG_TYPE_RNG, .u.rng = {
type              134 drivers/crypto/amcc/crypto4xx_core.h 	u32 type;
type             2267 drivers/crypto/axis/artpec6_crypto.c artpec6_crypto_init_hash(struct ahash_request *req, u8 type, int hmac)
type             2280 drivers/crypto/axis/artpec6_crypto.c 	switch (type) {
type             2288 drivers/crypto/axis/artpec6_crypto.c 		pr_err("%s: Unsupported hash type 0x%x\n", MODULE_NAME, type);
type              331 drivers/crypto/bcm/cipher.c 	cipher_parms.type = ctx->cipher_type;
type              403 drivers/crypto/bcm/cipher.c 			cipher_parms.type = CIPHER_TYPE_UPDT;
type              412 drivers/crypto/bcm/cipher.c 			cipher_parms.type = CIPHER_TYPE_INIT;
type              461 drivers/crypto/bcm/cipher.c 	mssg->type = BRCM_MESSAGE_SPU;
type              742 drivers/crypto/bcm/cipher.c 	hash_parms.type = HASH_TYPE_NONE;
type              753 drivers/crypto/bcm/cipher.c 	cipher_parms.type = ctx->cipher_type;
type              810 drivers/crypto/bcm/cipher.c 		hash_parms.type = (enum hash_type)cipher_parms.type;
type              812 drivers/crypto/bcm/cipher.c 		hash_parms.type = spu->spu_hash_type(rctx->total_sent);
type              815 drivers/crypto/bcm/cipher.c 					  hash_parms.type);
type              833 drivers/crypto/bcm/cipher.c 	if ((hash_parms.type == HASH_TYPE_UPDT) &&
type              898 drivers/crypto/bcm/cipher.c 	mssg->type = BRCM_MESSAGE_SPU;
type             1340 drivers/crypto/bcm/cipher.c 	cipher_parms.type = ctx->cipher_type;
type             1348 drivers/crypto/bcm/cipher.c 	hash_parms.type = HASH_TYPE_NONE;
type             1401 drivers/crypto/bcm/cipher.c 		hash_parms.type = (enum hash_type)ctx->cipher_type;
type             1506 drivers/crypto/bcm/cipher.c 	mssg->type = BRCM_MESSAGE_SPU;
type             1687 drivers/crypto/bcm/cipher.c 	switch (rctx->ctx->alg->type) {
type             1710 drivers/crypto/bcm/cipher.c 		switch (rctx->ctx->alg->type) {
type             1934 drivers/crypto/bcm/cipher.c 	cipher_parms.type = ctx->cipher_type;
type             3128 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3151 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3174 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3197 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3220 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3243 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3266 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3289 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3312 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3335 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3358 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3381 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3404 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3427 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3450 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3473 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3496 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3519 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3542 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3565 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AEAD,
type             3590 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             3611 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             3632 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             3653 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             3674 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             3695 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             3716 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             3737 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             3758 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             3779 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             3800 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             3821 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             3844 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AHASH,
type             3864 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AHASH,
type             3882 drivers/crypto/bcm/cipher.c 	{.type = CRYPTO_ALG_TYPE_AHASH,
type             3900 drivers/crypto/bcm/cipher.c 	{.type = CRYPTO_ALG_TYPE_AHASH,
type             3918 drivers/crypto/bcm/cipher.c 	{.type = CRYPTO_ALG_TYPE_AHASH,
type             3936 drivers/crypto/bcm/cipher.c 	{.type = CRYPTO_ALG_TYPE_AHASH,
type             3954 drivers/crypto/bcm/cipher.c 	{.type = CRYPTO_ALG_TYPE_AHASH,
type             3972 drivers/crypto/bcm/cipher.c 	{.type = CRYPTO_ALG_TYPE_AHASH,
type             3991 drivers/crypto/bcm/cipher.c 	.type = CRYPTO_ALG_TYPE_AHASH,
type             4010 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AHASH,
type             4029 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AHASH,
type             4048 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AHASH,
type             4067 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AHASH,
type             4086 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AHASH,
type             4105 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AHASH,
type             4124 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AHASH,
type             4143 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AHASH,
type             4162 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AHASH,
type             4181 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AHASH,
type             4200 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AHASH,
type             4219 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AHASH,
type             4238 drivers/crypto/bcm/cipher.c 	 .type = CRYPTO_ALG_TYPE_AHASH,
type             4651 drivers/crypto/bcm/cipher.c 		switch (driver_algs[i].type) {
type             4664 drivers/crypto/bcm/cipher.c 				driver_algs[i].type);
type             4682 drivers/crypto/bcm/cipher.c 		switch (driver_algs[j].type) {
type             4758 drivers/crypto/bcm/cipher.c 	spu->spu_type = matched_spu_type->type;
type             4839 drivers/crypto/bcm/cipher.c 		switch (driver_algs[i].type) {
type               88 drivers/crypto/bcm/cipher.h 	enum spu_spu_type type;
type              103 drivers/crypto/bcm/cipher.h 	u32 type;
type              652 drivers/crypto/bcm/spu.c 		 cipher_parms->alg, cipher_parms->mode, cipher_parms->type);
type              658 drivers/crypto/bcm/spu.c 		 hash_parms->alg, hash_parms->mode, hash_parms->type);
type              696 drivers/crypto/bcm/spu.c 	cipher_bits |= cipher_parms->type << CIPHER_TYPE_SHIFT;
type              701 drivers/crypto/bcm/spu.c 	cipher_bits |= hash_parms->type << HASH_TYPE_SHIFT;
type              849 drivers/crypto/bcm/spu.c 		 cipher_parms->mode, cipher_parms->type);
type              890 drivers/crypto/bcm/spu.c 	cipher_bits |= cipher_parms->type << CIPHER_TYPE_SHIFT;
type              950 drivers/crypto/bcm/spu.c 		 cipher_parms->type);
type              987 drivers/crypto/bcm/spu.c 			cipher_parms->type << CIPHER_TYPE_SHIFT;
type              118 drivers/crypto/bcm/spu.h 	enum spu_cipher_type type;
type              129 drivers/crypto/bcm/spu.h 	enum hash_type type;
type              998 drivers/crypto/bcm/spu2.c 		 cipher_parms->mode, cipher_parms->type);
type             1005 drivers/crypto/bcm/spu2.c 		 hash_parms->alg, hash_parms->mode, hash_parms->type);
type             1020 drivers/crypto/bcm/spu2.c 				cipher_parms->type,
type             1055 drivers/crypto/bcm/spu2.c 			      hash_parms->type,
type             1056 drivers/crypto/bcm/spu2.c 			      cipher_parms->type,
type             1133 drivers/crypto/bcm/spu2.c 		 cipher_parms->mode, cipher_parms->type);
type             1140 drivers/crypto/bcm/spu2.c 				cipher_parms->type, &spu2_type, &spu2_mode);
type             1198 drivers/crypto/bcm/spu2.c 		 cipher_parms->type);
type               24 drivers/crypto/caam/caamalg_desc.c static inline void append_dec_op1(u32 *desc, u32 type)
type               29 drivers/crypto/caam/caamalg_desc.c 	if ((type & OP_ALG_ALGSEL_MASK) != OP_ALG_ALGSEL_AES) {
type               30 drivers/crypto/caam/caamalg_desc.c 		append_operation(desc, type | OP_ALG_AS_INITFINAL |
type               36 drivers/crypto/caam/caamalg_desc.c 	append_operation(desc, type | OP_ALG_AS_INIT | OP_ALG_DECRYPT);
type               39 drivers/crypto/caam/caamalg_desc.c 	append_operation(desc, type | OP_ALG_AS_INIT | OP_ALG_DECRYPT |
type              832 drivers/crypto/caam/caamalg_qi.c 					enum optype type)
type              839 drivers/crypto/caam/caamalg_qi.c 	struct caam_drv_ctx *drv_ctx = ctx->drv_ctx[type];
type              846 drivers/crypto/caam/caamalg_qi.c 		drv_ctx = ctx->drv_ctx[type];
type              850 drivers/crypto/caam/caamalg_qi.c 			if (type == ENCRYPT)
type              858 drivers/crypto/caam/caamalg_qi.c 				drv_ctx->op_type = type;
type              860 drivers/crypto/caam/caamalg_qi.c 			ctx->drv_ctx[type] = drv_ctx;
type              348 drivers/crypto/caam/desc_constr.h #define APPEND_CMD_PTR_LEN(cmd, op, type) \
type              350 drivers/crypto/caam/desc_constr.h 				type len, u32 options) \
type              353 drivers/crypto/caam/desc_constr.h 	if (sizeof(type) > sizeof(u16)) \
type              376 drivers/crypto/caam/desc_constr.h #define APPEND_CMD_RAW_IMM(cmd, op, type) \
type              377 drivers/crypto/caam/desc_constr.h static inline void append_##cmd##_imm_##type(u32 * const desc, type immediate, \
type              385 drivers/crypto/caam/desc_constr.h 			   sizeof(type)); \
type              343 drivers/crypto/caam/pdb.h 	u8 type;
type              351 drivers/crypto/caam/pdb.h 	u8 type;
type              361 drivers/crypto/caam/pdb.h 	u8 type;
type               28 drivers/crypto/cavium/cpt/cptpf_main.c 			      u8 type, u8 grp)
type               35 drivers/crypto/cavium/cpt/cptpf_main.c 	if (type == AE_TYPES)
type               65 drivers/crypto/cavium/cpt/cptpf_main.c 			     u8 type)
type               69 drivers/crypto/cavium/cpt/cptpf_main.c 	if (type == AE_TYPES)
type               79 drivers/crypto/cavium/cpt/cptpf_main.c 				u64 coremask, u8 type)
type               83 drivers/crypto/cavium/cpt/cptpf_main.c 	if (type == AE_TYPES)
type              121 drivers/crypto/cavium/nitrox/nitrox_dev.h 		u64 type: 2;
type              126 drivers/crypto/cavium/nitrox/nitrox_dev.h 		u64 type: 2;
type               77 drivers/crypto/cavium/nitrox/nitrox_mbx.c 		msg.type = MBX_MSG_TYPE_NOP;
type               81 drivers/crypto/cavium/nitrox/nitrox_mbx.c 	if (msg.type == MBX_MSG_TYPE_NOP)
type               85 drivers/crypto/cavium/nitrox/nitrox_mbx.c 	msg.type = MBX_MSG_TYPE_ACK;
type               99 drivers/crypto/cavium/nitrox/nitrox_mbx.c 	switch (vfdev->msg.type) {
type              159 drivers/crypto/ccp/ccp-crypto-aes-cmac.c 	rctx->cmd.u.aes.type = ctx->u.aes.type;
type              270 drivers/crypto/ccp/ccp-crypto-aes-cmac.c 		ctx->u.aes.type = CCP_AES_TYPE_128;
type              273 drivers/crypto/ccp/ccp-crypto-aes-cmac.c 		ctx->u.aes.type = CCP_AES_TYPE_192;
type              276 drivers/crypto/ccp/ccp-crypto-aes-cmac.c 		ctx->u.aes.type = CCP_AES_TYPE_256;
type               36 drivers/crypto/ccp/ccp-crypto-aes-galois.c 		ctx->u.aes.type = CCP_AES_TYPE_128;
type               39 drivers/crypto/ccp/ccp-crypto-aes-galois.c 		ctx->u.aes.type = CCP_AES_TYPE_192;
type               42 drivers/crypto/ccp/ccp-crypto-aes-galois.c 		ctx->u.aes.type = CCP_AES_TYPE_256;
type              121 drivers/crypto/ccp/ccp-crypto-aes-galois.c 	rctx->cmd.u.aes.type = ctx->u.aes.type;
type              171 drivers/crypto/ccp/ccp-crypto-aes-xts.c 	rctx->cmd.u.xts.type = CCP_AES_TYPE_128;
type               46 drivers/crypto/ccp/ccp-crypto-aes.c 		ctx->u.aes.type = CCP_AES_TYPE_128;
type               49 drivers/crypto/ccp/ccp-crypto-aes.c 		ctx->u.aes.type = CCP_AES_TYPE_192;
type               52 drivers/crypto/ccp/ccp-crypto-aes.c 		ctx->u.aes.type = CCP_AES_TYPE_256;
type               96 drivers/crypto/ccp/ccp-crypto-aes.c 	rctx->cmd.u.aes.type = ctx->u.aes.type;
type               51 drivers/crypto/ccp/ccp-crypto-des3.c 	ctx->u.des3.type = CCP_DES3_TYPE_168;
type               90 drivers/crypto/ccp/ccp-crypto-des3.c 	rctx->cmd.u.des3.type = ctx->u.des3.type;
type              134 drivers/crypto/ccp/ccp-crypto-sha.c 	rctx->cmd.u.sha.type = rctx->type;
type              137 drivers/crypto/ccp/ccp-crypto-sha.c 	switch (rctx->type) {
type              192 drivers/crypto/ccp/ccp-crypto-sha.c 	rctx->type = alg->type;
type              238 drivers/crypto/ccp/ccp-crypto-sha.c 	state.type = rctx->type;
type              260 drivers/crypto/ccp/ccp-crypto-sha.c 	rctx->type = state.type;
type              368 drivers/crypto/ccp/ccp-crypto-sha.c 	enum ccp_sha_type type;
type              378 drivers/crypto/ccp/ccp-crypto-sha.c 		.type		= CCP_SHA_TYPE_1,
type              386 drivers/crypto/ccp/ccp-crypto-sha.c 		.type		= CCP_SHA_TYPE_224,
type              394 drivers/crypto/ccp/ccp-crypto-sha.c 		.type		= CCP_SHA_TYPE_256,
type              402 drivers/crypto/ccp/ccp-crypto-sha.c 		.type		= CCP_SHA_TYPE_384,
type              410 drivers/crypto/ccp/ccp-crypto-sha.c 		.type		= CCP_SHA_TYPE_512,
type              476 drivers/crypto/ccp/ccp-crypto-sha.c 	ccp_alg->type = def->type;
type               54 drivers/crypto/ccp/ccp-crypto.h 	u32 type;
type               94 drivers/crypto/ccp/ccp-crypto.h 	enum ccp_aes_type type;
type              163 drivers/crypto/ccp/ccp-crypto.h 	enum ccp_des3_type type;
type              196 drivers/crypto/ccp/ccp-crypto.h 	enum ccp_sha_type type;
type              223 drivers/crypto/ccp/ccp-crypto.h 	enum ccp_sha_type type;
type              154 drivers/crypto/ccp/ccp-dev-v3.c 		| (op->u.aes.type << REQ1_AES_TYPE_SHIFT)
type              212 drivers/crypto/ccp/ccp-dev-v3.c 		| (op->u.sha.type << REQ1_SHA_TYPE_SHIFT)
type              262 drivers/crypto/ccp/ccp-dev-v3.c 	if (op->src.type == CCP_MEMTYPE_SYSTEM)
type              267 drivers/crypto/ccp/ccp-dev-v3.c 	if (op->src.type == CCP_MEMTYPE_SYSTEM) {
type              279 drivers/crypto/ccp/ccp-dev-v3.c 	if (op->dst.type == CCP_MEMTYPE_SYSTEM) {
type               97 drivers/crypto/ccp/ccp-dev-v5.c 		u16 type:2;
type              103 drivers/crypto/ccp/ccp-dev-v5.c 		u16 type:2;
type              109 drivers/crypto/ccp/ccp-dev-v5.c 		u16 type:2;
type              113 drivers/crypto/ccp/ccp-dev-v5.c 		u16 type:4;
type              131 drivers/crypto/ccp/ccp-dev-v5.c 		u16 type:2;
type              140 drivers/crypto/ccp/ccp-dev-v5.c #define	CCP_AES_TYPE(p)		((p)->aes.type)
type              142 drivers/crypto/ccp/ccp-dev-v5.c #define	CCP_XTS_TYPE(p)		((p)->aes_xts.type)
type              147 drivers/crypto/ccp/ccp-dev-v5.c #define	CCP_DES3_TYPE(p)	((p)->des3.type)
type              148 drivers/crypto/ccp/ccp-dev-v5.c #define	CCP_SHA_TYPE(p)		((p)->sha.type)
type              299 drivers/crypto/ccp/ccp-dev-v5.c 	CCP_AES_TYPE(&function) = op->u.aes.type;
type              342 drivers/crypto/ccp/ccp-dev-v5.c 	CCP_XTS_TYPE(&function) = op->u.xts.type;
type              384 drivers/crypto/ccp/ccp-dev-v5.c 	CCP_SHA_TYPE(&function) = op->u.sha.type;
type              428 drivers/crypto/ccp/ccp-dev-v5.c 	CCP_DES3_TYPE(&function) = op->u.des3.type;
type              517 drivers/crypto/ccp/ccp-dev-v5.c 	if (op->src.type == CCP_MEMTYPE_SYSTEM)
type              522 drivers/crypto/ccp/ccp-dev-v5.c 	if (op->src.type == CCP_MEMTYPE_SYSTEM) {
type              537 drivers/crypto/ccp/ccp-dev-v5.c 	if (op->dst.type == CCP_MEMTYPE_SYSTEM) {
type              485 drivers/crypto/ccp/ccp-dev.h 	enum ccp_memtype type;
type              493 drivers/crypto/ccp/ccp-dev.h 	enum ccp_aes_type type;
type              500 drivers/crypto/ccp/ccp-dev.h 	enum ccp_aes_type type;
type              506 drivers/crypto/ccp/ccp-dev.h 	enum ccp_des3_type type;
type              512 drivers/crypto/ccp/ccp-dev.h 	enum ccp_sha_type type;
type              424 drivers/crypto/ccp/ccp-ops.c 		op.src.type = CCP_MEMTYPE_SB;
type              426 drivers/crypto/ccp/ccp-ops.c 		op.dst.type = CCP_MEMTYPE_SYSTEM;
type              430 drivers/crypto/ccp/ccp-ops.c 		op.src.type = CCP_MEMTYPE_SYSTEM;
type              433 drivers/crypto/ccp/ccp-ops.c 		op.dst.type = CCP_MEMTYPE_SB;
type              498 drivers/crypto/ccp/ccp-ops.c 	op.u.aes.type = aes->type;
type              686 drivers/crypto/ccp/ccp-ops.c 	op.u.aes.type = aes->type;
type              838 drivers/crypto/ccp/ccp-ops.c 	op.u.aes.type = aes->type;
type              841 drivers/crypto/ccp/ccp-ops.c 	op.src.type = CCP_MEMTYPE_SYSTEM;
type              844 drivers/crypto/ccp/ccp-ops.c 	op.dst.type = CCP_MEMTYPE_SYSTEM;
type              937 drivers/crypto/ccp/ccp-ops.c 	op.u.aes.type = aes->type;
type             1132 drivers/crypto/ccp/ccp-ops.c 	op.u.xts.type = aestype;
type             1321 drivers/crypto/ccp/ccp-ops.c 	op.u.des3.type = des3->type;
type             1484 drivers/crypto/ccp/ccp-ops.c 	switch (sha->type) {
type             1545 drivers/crypto/ccp/ccp-ops.c 			switch (sha->type) {
type             1570 drivers/crypto/ccp/ccp-ops.c 	switch (sha->type) {
type             1629 drivers/crypto/ccp/ccp-ops.c 	op.u.sha.type = sha->type;
type             1642 drivers/crypto/ccp/ccp-ops.c 		switch (sha->type) {
type             1715 drivers/crypto/ccp/ccp-ops.c 		switch (sha->type) {
type             1761 drivers/crypto/ccp/ccp-ops.c 		switch (sha->type) {
type             1786 drivers/crypto/ccp/ccp-ops.c 		hmac_cmd.u.sha.type = sha->type;
type             2040 drivers/crypto/ccp/ccp-ops.c 		op.src.type = CCP_MEMTYPE_SYSTEM;
type             2045 drivers/crypto/ccp/ccp-ops.c 		op.dst.type = CCP_MEMTYPE_SYSTEM;
type             2126 drivers/crypto/ccp/ccp-ops.c 	op.src.type = CCP_MEMTYPE_SYSTEM;
type             2131 drivers/crypto/ccp/ccp-ops.c 	op.dst.type = CCP_MEMTYPE_SYSTEM;
type               37 drivers/crypto/ccree/cc_buffer_mgr.c 	enum dma_buffer_type type[MAX_NUM_OF_BUFFERS_IN_MLLI];
type               42 drivers/crypto/ccree/cc_buffer_mgr.c static inline char *cc_dma_buf_type(enum cc_req_dma_buf_type type)
type               44 drivers/crypto/ccree/cc_buffer_mgr.c 	switch (type) {
type              217 drivers/crypto/ccree/cc_buffer_mgr.c 		if (sg_data->type[i] == DMA_SGL_TYPE)
type              263 drivers/crypto/ccree/cc_buffer_mgr.c 	sgl_data->type[index] = DMA_BUFF_TYPE;
type              284 drivers/crypto/ccree/cc_buffer_mgr.c 	sgl_data->type[index] = DMA_SGL_TYPE;
type              173 drivers/crypto/chelsio/chcr_algo.c 	return chcr_crypto_alg->type & CRYPTO_ALG_SUB_TYPE_MASK;
type              375 drivers/crypto/chelsio/chcr_algo.c 	if (chcr_crypto_alg->type == CRYPTO_ALG_TYPE_HMAC)
type              577 drivers/crypto/chelsio/chcr_algo.c 	return chcr_crypto_alg->type & CRYPTO_ALG_SUB_TYPE_MASK;
type             3705 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_ABLKCIPHER | CRYPTO_ALG_SUB_TYPE_CBC,
type             3724 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_ABLKCIPHER | CRYPTO_ALG_SUB_TYPE_XTS,
type             3743 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_ABLKCIPHER | CRYPTO_ALG_SUB_TYPE_CTR,
type             3762 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_ABLKCIPHER |
type             3785 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AHASH,
type             3797 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AHASH,
type             3809 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AHASH,
type             3821 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AHASH,
type             3833 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AHASH,
type             3846 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_HMAC,
type             3858 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_HMAC,
type             3870 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_HMAC,
type             3882 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_HMAC,
type             3894 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_HMAC,
type             3907 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AEAD | CRYPTO_ALG_SUB_TYPE_AEAD_GCM,
type             3926 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AEAD | CRYPTO_ALG_SUB_TYPE_AEAD_RFC4106,
type             3946 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AEAD | CRYPTO_ALG_SUB_TYPE_AEAD_CCM,
type             3965 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AEAD | CRYPTO_ALG_SUB_TYPE_AEAD_RFC4309,
type             3984 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AEAD | CRYPTO_ALG_SUB_TYPE_CBC_SHA,
type             4005 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AEAD | CRYPTO_ALG_SUB_TYPE_CBC_SHA,
type             4027 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AEAD | CRYPTO_ALG_SUB_TYPE_CBC_SHA,
type             4047 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AEAD | CRYPTO_ALG_SUB_TYPE_CBC_SHA,
type             4068 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AEAD | CRYPTO_ALG_SUB_TYPE_CBC_SHA,
type             4089 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AEAD | CRYPTO_ALG_SUB_TYPE_CBC_NULL,
type             4110 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AEAD | CRYPTO_ALG_SUB_TYPE_CTR_SHA,
type             4131 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AEAD | CRYPTO_ALG_SUB_TYPE_CTR_SHA,
type             4153 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AEAD | CRYPTO_ALG_SUB_TYPE_CTR_SHA,
type             4173 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AEAD | CRYPTO_ALG_SUB_TYPE_CTR_SHA,
type             4194 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AEAD | CRYPTO_ALG_SUB_TYPE_CTR_SHA,
type             4215 drivers/crypto/chelsio/chcr_algo.c 		.type = CRYPTO_ALG_TYPE_AEAD | CRYPTO_ALG_SUB_TYPE_CTR_NULL,
type             4246 drivers/crypto/chelsio/chcr_algo.c 		switch (driver_algs[i].type & CRYPTO_ALG_TYPE_MASK) {
type             4285 drivers/crypto/chelsio/chcr_algo.c 		switch (driver_algs[i].type & CRYPTO_ALG_TYPE_MASK) {
type             4328 drivers/crypto/chelsio/chcr_algo.c 			if (driver_algs[i].type == CRYPTO_ALG_TYPE_HMAC) {
type              302 drivers/crypto/chelsio/chcr_crypto.h 	u32 type;
type              162 drivers/crypto/chelsio/chtls/chtls.h 	u16 type;
type              233 drivers/crypto/chelsio/chtls/chtls.h 	u8  type;
type              239 drivers/crypto/chelsio/chtls/chtls.h 	u8  type;
type              336 drivers/crypto/chelsio/chtls/chtls.h 			u8  type;
type             1664 drivers/crypto/chelsio/chtls/chtls_cm.c 		tls_hdr_pkt->type = CONTENT_TYPE_ERROR;
type              420 drivers/crypto/chelsio/chtls/chtls_io.c 	data_type = tls_content_type(ULP_SKB_CB(skb)->ulp.tls.type);
type              863 drivers/crypto/chelsio/chtls/chtls_io.c 		ULP_SKB_CB(skb)->ulp.tls.type = csk->tlshws.type;
type             1031 drivers/crypto/chelsio/chtls/chtls_io.c 			csk->tlshws.type = hdr.type;
type             1033 drivers/crypto/chelsio/chtls/chtls_io.c 				ULP_SKB_CB(skb)->ulp.tls.type = hdr.type;
type               72 drivers/crypto/exynos-rng.c 	enum exynos_prng_type		type;
type              146 drivers/crypto/exynos-rng.c 	if (rng->type == EXYNOS_PRNG_EXYNOS4) {
type              149 drivers/crypto/exynos-rng.c 	} else if (rng->type == EXYNOS_PRNG_EXYNOS5) {
type              280 drivers/crypto/exynos-rng.c 	rng->type = (enum exynos_prng_type)of_device_get_match_data(&pdev->dev);
type              622 drivers/crypto/hifn_795x.c 	u8			op, type, mode, unused;
type             1166 drivers/crypto/hifn_795x.c 		switch (rctx->type) {
type             1585 drivers/crypto/hifn_795x.c 			 rctx->mode, rctx->op, rctx->type, err);
type             1998 drivers/crypto/hifn_795x.c 		u8 type, u8 mode)
type             2007 drivers/crypto/hifn_795x.c 		if (type == ACRYPTO_TYPE_AES_128)
type             2009 drivers/crypto/hifn_795x.c 		else if (type == ACRYPTO_TYPE_DES)
type             2011 drivers/crypto/hifn_795x.c 		else if (type == ACRYPTO_TYPE_3DES)
type             2015 drivers/crypto/hifn_795x.c 	if (ctx->keysize != 16 && type == ACRYPTO_TYPE_AES_128) {
type             2017 drivers/crypto/hifn_795x.c 			type = ACRYPTO_TYPE_AES_192;
type             2019 drivers/crypto/hifn_795x.c 			type = ACRYPTO_TYPE_AES_256;
type             2024 drivers/crypto/hifn_795x.c 	rctx->type = type;
type             2067 drivers/crypto/hifn_795x.c 		u8 type, u8 mode)
type             2073 drivers/crypto/hifn_795x.c 	err = hifn_setup_crypto_req(req, op, type, mode);
type              539 drivers/crypto/hisilicon/qm.c 	u32 type;
type              545 drivers/crypto/hisilicon/qm.c 		type = aeqe->dw0 >> QM_AEQE_TYPE_SHIFT;
type              546 drivers/crypto/hisilicon/qm.c 		if (type < ARRAY_SIZE(qm_fifo_overflow))
type              548 drivers/crypto/hisilicon/qm.c 				qm_fifo_overflow[type]);
type              551 drivers/crypto/hisilicon/qm.c 				type);
type              653 drivers/crypto/hisilicon/qm.c static void qm_vft_data_cfg(struct hisi_qm *qm, enum vft_type type, u32 base,
type              659 drivers/crypto/hisilicon/qm.c 		switch (type) {
type              700 drivers/crypto/hisilicon/qm.c static int qm_set_vft_common(struct hisi_qm *qm, enum vft_type type,
type              712 drivers/crypto/hisilicon/qm.c 	writel(type, qm->io_base + QM_VFT_CFG_TYPE);
type              715 drivers/crypto/hisilicon/qm.c 	qm_vft_data_cfg(qm, type, base, number);
type             1016 drivers/crypto/hisilicon/qm.c 	u32 reg_val, type, vf_num;
type             1026 drivers/crypto/hisilicon/qm.c 				type = (reg_val & QM_DB_TIMEOUT_TYPE) >>
type             1030 drivers/crypto/hisilicon/qm.c 					qm_db_timeout[type], vf_num);
type             1036 drivers/crypto/hisilicon/qm.c 				type = (reg_val & QM_FIFO_OVERFLOW_TYPE) >>
type             1040 drivers/crypto/hisilicon/qm.c 				if (type < ARRAY_SIZE(qm_fifo_overflow))
type             1042 drivers/crypto/hisilicon/qm.c 						qm_fifo_overflow[type],
type             1281 drivers/crypto/hisilicon/qm.c #define QP_INIT_BUF(qp, type, size) do { \
type             1282 drivers/crypto/hisilicon/qm.c 	(qp)->type = ((qp)->qdma.va + (off)); \
type             1283 drivers/crypto/hisilicon/qm.c 	(qp)->type##_dma = (qp)->qdma.dma + (off); \
type             1627 drivers/crypto/hisilicon/qm.c #define QM_INIT_BUF(qm, type, num) do { \
type             1628 drivers/crypto/hisilicon/qm.c 	(qm)->type = ((qm)->qdma.va + (off)); \
type             1629 drivers/crypto/hisilicon/qm.c 	(qm)->type##_dma = (qm)->qdma.dma + (off); \
type             1630 drivers/crypto/hisilicon/qm.c 	off += QMC_ALIGN(sizeof(struct qm_##type) * (num)); \
type              379 drivers/crypto/hisilicon/sec/sec_drv.c 	if (domain && (domain->type & __IOMMU_DOMAIN_PAGING))
type              932 drivers/crypto/hisilicon/sec/sec_drv.c 	if (domain && (domain->type & __IOMMU_DOMAIN_PAGING))
type              972 drivers/crypto/hisilicon/sec/sec_drv.c 	if (domain && (domain->type & __IOMMU_DOMAIN_PAGING)) {
type              941 drivers/crypto/inside-secure/safexcel.c 	cdesc->control_data.type = EIP197_TYPE_EXTENDED;
type             1189 drivers/crypto/inside-secure/safexcel.c 		if (safexcel_algs[i]->type == SAFEXCEL_ALG_TYPE_SKCIPHER)
type             1191 drivers/crypto/inside-secure/safexcel.c 		else if (safexcel_algs[i]->type == SAFEXCEL_ALG_TYPE_AEAD)
type             1210 drivers/crypto/inside-secure/safexcel.c 		if (safexcel_algs[j]->type == SAFEXCEL_ALG_TYPE_SKCIPHER)
type             1212 drivers/crypto/inside-secure/safexcel.c 		else if (safexcel_algs[j]->type == SAFEXCEL_ALG_TYPE_AEAD)
type             1232 drivers/crypto/inside-secure/safexcel.c 		if (safexcel_algs[i]->type == SAFEXCEL_ALG_TYPE_SKCIPHER)
type             1234 drivers/crypto/inside-secure/safexcel.c 		else if (safexcel_algs[i]->type == SAFEXCEL_ALG_TYPE_AEAD)
type               46 drivers/crypto/inside-secure/safexcel.h #define EIP197_REQUEST_ON_STACK(name, type, size) \
type               48 drivers/crypto/inside-secure/safexcel.h 	struct type##_request *name = (void *)__##name##_desc
type              524 drivers/crypto/inside-secure/safexcel.h 	u8 type:2;
type              765 drivers/crypto/inside-secure/safexcel.h 	enum safexcel_alg_type type;
type             1144 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_SKCIPHER,
type             1179 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_SKCIPHER,
type             1215 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_SKCIPHER,
type             1251 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_SKCIPHER,
type             1325 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_SKCIPHER,
type             1383 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_SKCIPHER,
type             1419 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_SKCIPHER,
type             1477 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_SKCIPHER,
type             1513 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_SKCIPHER,
type             1582 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_AEAD,
type             1617 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_AEAD,
type             1652 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_AEAD,
type             1687 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_AEAD,
type             1722 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_AEAD,
type             1756 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_AEAD,
type             1790 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_AEAD,
type             1824 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_AEAD,
type             1858 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_AEAD,
type             1892 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_AEAD,
type             1926 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_AEAD,
type             2040 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_SKCIPHER,
type             2159 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_AEAD,
type             2282 drivers/crypto/inside-secure/safexcel_cipher.c 	.type = SAFEXCEL_ALG_TYPE_AEAD,
type              847 drivers/crypto/inside-secure/safexcel_hash.c 	.type = SAFEXCEL_ALG_TYPE_AHASH,
type             1088 drivers/crypto/inside-secure/safexcel_hash.c 	.type = SAFEXCEL_ALG_TYPE_AHASH,
type             1144 drivers/crypto/inside-secure/safexcel_hash.c 	.type = SAFEXCEL_ALG_TYPE_AHASH,
type             1199 drivers/crypto/inside-secure/safexcel_hash.c 	.type = SAFEXCEL_ALG_TYPE_AHASH,
type             1268 drivers/crypto/inside-secure/safexcel_hash.c 	.type = SAFEXCEL_ALG_TYPE_AHASH,
type             1338 drivers/crypto/inside-secure/safexcel_hash.c 	.type = SAFEXCEL_ALG_TYPE_AHASH,
type             1394 drivers/crypto/inside-secure/safexcel_hash.c 	.type = SAFEXCEL_ALG_TYPE_AHASH,
type             1449 drivers/crypto/inside-secure/safexcel_hash.c 	.type = SAFEXCEL_ALG_TYPE_AHASH,
type             1518 drivers/crypto/inside-secure/safexcel_hash.c 	.type = SAFEXCEL_ALG_TYPE_AHASH,
type             1588 drivers/crypto/inside-secure/safexcel_hash.c 	.type = SAFEXCEL_ALG_TYPE_AHASH,
type             1644 drivers/crypto/inside-secure/safexcel_hash.c 	.type = SAFEXCEL_ALG_TYPE_AHASH,
type             1714 drivers/crypto/inside-secure/safexcel_hash.c 	.type = SAFEXCEL_ALG_TYPE_AHASH,
type              605 drivers/crypto/marvell/hash.c 	u32 type;
type              686 drivers/crypto/marvell/hash.c 	type = basereq->chain.last->flags & CESA_TDMA_TYPE_MSK;
type              688 drivers/crypto/marvell/hash.c 	if (op && type != CESA_TDMA_RESULT) {
type              703 drivers/crypto/marvell/hash.c 	if (type != CESA_TDMA_RESULT)
type               64 drivers/crypto/marvell/tdma.c 		u32 type = tdma->flags & CESA_TDMA_TYPE_MSK;
type               66 drivers/crypto/marvell/tdma.c 		if (type == CESA_TDMA_OP)
type              228 drivers/crypto/marvell/tdma.c 		u32 type = op_desc->flags & CESA_TDMA_TYPE_MSK;
type              230 drivers/crypto/marvell/tdma.c 		if (type == CESA_TDMA_OP)
type               71 drivers/crypto/n2_core.c 	unsigned long		type;
type             1649 drivers/crypto/n2_core.c 	unsigned long q_type = qr->type;
type             1663 drivers/crypto/n2_core.c 	struct spu_qreg qr = { .queue = p, .type = q_type };
type             1791 drivers/crypto/n2_core.c 		const char *type;
type             1793 drivers/crypto/n2_core.c 		type = mdesc_get_property(mdesc, node, "type", NULL);
type             1794 drivers/crypto/n2_core.c 		if (!type || strcmp(type, exec_name))
type               93 drivers/crypto/picoxcell_crypto.c 	unsigned long			type;
type              136 drivers/crypto/picoxcell_crypto.c 	unsigned long			type;
type              681 drivers/crypto/picoxcell_crypto.c 	return spacc_aead_setup(req, alg->type, 1);
type              689 drivers/crypto/picoxcell_crypto.c 	return spacc_aead_setup(req, alg->type, 0);
type              703 drivers/crypto/picoxcell_crypto.c 	ctx->generic.flags = spacc_alg->type;
type             1019 drivers/crypto/picoxcell_crypto.c 	ctx->generic.flags = spacc_alg->type;
type             1051 drivers/crypto/picoxcell_crypto.c 	return spacc_ablk_setup(req, alg->type, 1);
type             1060 drivers/crypto/picoxcell_crypto.c 	return spacc_ablk_setup(req, alg->type, 0);
type               60 drivers/crypto/qat/qat_c3xxx/adf_c3xxx_hw_data.c 	.type = DEV_C3XXX,
type               54 drivers/crypto/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.c 	.type = DEV_C3XXXVF,
type               65 drivers/crypto/qat/qat_c62x/adf_c62x_hw_data.c 	.type = DEV_C62X,
type               54 drivers/crypto/qat/qat_c62xvf/adf_c62xvf_hw_data.c 	.type = DEV_C62XVF,
type              146 drivers/crypto/qat/qat_common/adf_accel_devices.h 	const enum adf_device_type type;
type              280 drivers/crypto/qat/qat_common/adf_cfg.c 				enum adf_cfg_val_type type)
type              296 drivers/crypto/qat/qat_common/adf_cfg.c 	if (type == ADF_DEC) {
type              299 drivers/crypto/qat/qat_common/adf_cfg.c 	} else if (type == ADF_STR) {
type              301 drivers/crypto/qat/qat_common/adf_cfg.c 	} else if (type == ADF_HEX) {
type              309 drivers/crypto/qat/qat_common/adf_cfg.c 	key_val->type = type;
type               60 drivers/crypto/qat/qat_common/adf_cfg.h 	enum adf_cfg_val_type type;
type               83 drivers/crypto/qat/qat_common/adf_cfg.h 				enum adf_cfg_val_type type);
type               83 drivers/crypto/qat/qat_common/adf_cfg_common.h 	enum adf_device_type type;
type               60 drivers/crypto/qat/qat_common/adf_cfg_user.h 	enum adf_cfg_val_type type;
type              155 drivers/crypto/qat/qat_common/adf_ctl_drv.c 	if (key_val->type == ADF_HEX) {
type              161 drivers/crypto/qat/qat_common/adf_ctl_drv.c 						key_val->type)) {
type              169 drivers/crypto/qat/qat_common/adf_ctl_drv.c 						key_val->type)) {
type              412 drivers/crypto/qat/qat_common/adf_ctl_drv.c 	dev_info.type = hw_data->dev_class->type;
type              383 drivers/crypto/qat/qat_common/icp_qat_uclo.h 	unsigned short type;
type              266 drivers/crypto/qat/qat_common/qat_hal.c static unsigned short qat_hal_get_reg_addr(unsigned int type,
type              271 drivers/crypto/qat/qat_common/qat_hal.c 	switch (type) {
type             1324 drivers/crypto/qat/qat_common/qat_hal.c 	enum icp_qat_uof_regtype type;
type             1333 drivers/crypto/qat/qat_common/qat_hal.c 			type = reg_type - 1;
type             1336 drivers/crypto/qat/qat_common/qat_hal.c 			type = reg_type;
type             1340 drivers/crypto/qat/qat_common/qat_hal.c 		stat = qat_hal_wr_rel_reg(handle, ae, ctx, type, reg, regdata);
type             1358 drivers/crypto/qat/qat_common/qat_hal.c 	enum icp_qat_uof_regtype type;
type             1367 drivers/crypto/qat/qat_common/qat_hal.c 			type = reg_type - 3;
type             1370 drivers/crypto/qat/qat_common/qat_hal.c 			type = reg_type;
type             1374 drivers/crypto/qat/qat_common/qat_hal.c 		stat = qat_hal_put_rel_wr_xfer(handle, ae, ctx, type, reg,
type             1393 drivers/crypto/qat/qat_common/qat_hal.c 	enum icp_qat_uof_regtype type;
type             1402 drivers/crypto/qat/qat_common/qat_hal.c 			type = reg_type - 3;
type             1405 drivers/crypto/qat/qat_common/qat_hal.c 			type = reg_type;
type             1409 drivers/crypto/qat/qat_common/qat_hal.c 		stat = qat_hal_put_rel_rd_xfer(handle, ae, ctx, type, reg,
type               67 drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.c 	.type = DEV_DH895XCC,
type               54 drivers/crypto/qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.c 	.type = DEV_DH895XCCVF,
type              436 drivers/crypto/qce/ablkcipher.c 	.type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type              388 drivers/crypto/qce/common.c int qce_start(struct crypto_async_request *async_req, u32 type, u32 totallen,
type              391 drivers/crypto/qce/common.c 	switch (type) {
type               91 drivers/crypto/qce/common.h int qce_start(struct crypto_async_request *async_req, u32 type, u32 totallen,
type               59 drivers/crypto/qce/core.c 	u32 type = crypto_tfm_alg_type(async_req->tfm);
type               63 drivers/crypto/qce/core.c 		if (type != ops->type)
type               54 drivers/crypto/qce/core.h 	u32 type;
type              553 drivers/crypto/qce/sha.c 	.type = CRYPTO_ALG_TYPE_AHASH,
type              266 drivers/crypto/rockchip/rk3288_crypto.c 		if (rk_cipher_algs[i]->type == ALG_TYPE_CIPHER)
type              279 drivers/crypto/rockchip/rk3288_crypto.c 		if (rk_cipher_algs[i]->type == ALG_TYPE_CIPHER)
type              292 drivers/crypto/rockchip/rk3288_crypto.c 		if (rk_cipher_algs[i]->type == ALG_TYPE_CIPHER)
type              262 drivers/crypto/rockchip/rk3288_crypto.h 	enum alg_type			type;
type              405 drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c 	.type = ALG_TYPE_CIPHER,
type              430 drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c 	.type = ALG_TYPE_CIPHER,
type              456 drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c 	.type = ALG_TYPE_CIPHER,
type              481 drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c 	.type = ALG_TYPE_CIPHER,
type              507 drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c 	.type = ALG_TYPE_CIPHER,
type              533 drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c 	.type = ALG_TYPE_CIPHER,
type              315 drivers/crypto/rockchip/rk3288_crypto_ahash.c 	.type = ALG_TYPE_HASH,
type              345 drivers/crypto/rockchip/rk3288_crypto_ahash.c 	.type = ALG_TYPE_HASH,
type              375 drivers/crypto/rockchip/rk3288_crypto_ahash.c 	.type = ALG_TYPE_HASH,
type               26 drivers/crypto/sunxi-ss/sun4i-ss-core.c {       .type = CRYPTO_ALG_TYPE_AHASH,
type               52 drivers/crypto/sunxi-ss/sun4i-ss-core.c {       .type = CRYPTO_ALG_TYPE_AHASH,
type               78 drivers/crypto/sunxi-ss/sun4i-ss-core.c {       .type = CRYPTO_ALG_TYPE_SKCIPHER,
type              100 drivers/crypto/sunxi-ss/sun4i-ss-core.c {       .type = CRYPTO_ALG_TYPE_SKCIPHER,
type              121 drivers/crypto/sunxi-ss/sun4i-ss-core.c {       .type = CRYPTO_ALG_TYPE_SKCIPHER,
type              143 drivers/crypto/sunxi-ss/sun4i-ss-core.c {       .type = CRYPTO_ALG_TYPE_SKCIPHER,
type              164 drivers/crypto/sunxi-ss/sun4i-ss-core.c {       .type = CRYPTO_ALG_TYPE_SKCIPHER,
type              186 drivers/crypto/sunxi-ss/sun4i-ss-core.c {       .type = CRYPTO_ALG_TYPE_SKCIPHER,
type              209 drivers/crypto/sunxi-ss/sun4i-ss-core.c 	.type = CRYPTO_ALG_TYPE_RNG,
type              347 drivers/crypto/sunxi-ss/sun4i-ss-core.c 		switch (ss_algs[i].type) {
type              378 drivers/crypto/sunxi-ss/sun4i-ss-core.c 		switch (ss_algs[i].type) {
type              405 drivers/crypto/sunxi-ss/sun4i-ss-core.c 		switch (ss_algs[i].type) {
type              148 drivers/crypto/sunxi-ss/sun4i-ss.h 	u32 type;
type             2253 drivers/crypto/talitos.c 	u32 type;
type             2265 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AEAD,
type             2285 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AEAD,
type             2306 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AEAD,
type             2329 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AEAD,
type             2353 drivers/crypto/talitos.c 	{       .type = CRYPTO_ALG_TYPE_AEAD,
type             2373 drivers/crypto/talitos.c 	{       .type = CRYPTO_ALG_TYPE_AEAD,
type             2394 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AEAD,
type             2417 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AEAD,
type             2441 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AEAD,
type             2461 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AEAD,
type             2482 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AEAD,
type             2505 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AEAD,
type             2529 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AEAD,
type             2549 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AEAD,
type             2572 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AEAD,
type             2592 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AEAD,
type             2615 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AEAD,
type             2635 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AEAD,
type             2656 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AEAD,
type             2678 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AEAD,
type             2702 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             2718 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             2736 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             2754 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             2770 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             2788 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             2805 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_ABLKCIPHER,
type             2825 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AHASH,
type             2840 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AHASH,
type             2855 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AHASH,
type             2870 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AHASH,
type             2885 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AHASH,
type             2900 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AHASH,
type             2915 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AHASH,
type             2930 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AHASH,
type             2945 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AHASH,
type             2960 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AHASH,
type             2975 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AHASH,
type             2990 drivers/crypto/talitos.c 	{	.type = CRYPTO_ALG_TYPE_AHASH,
type             3114 drivers/crypto/talitos.c 		switch (t_alg->algt.type) {
type             3158 drivers/crypto/talitos.c 	switch (t_alg->algt.type) {
type             3213 drivers/crypto/talitos.c 		dev_err(dev, "unknown algorithm type %d\n", t_alg->algt.type);
type             3463 drivers/crypto/talitos.c 			switch (t_alg->algt.type) {
type               32 drivers/crypto/virtio/virtio_crypto_algs.c 	uint32_t type;
type               66 drivers/crypto/virtio/virtio_crypto_algs.c 	if (vc_sym_req->type == VIRTIO_CRYPTO_SYM_OP_CIPHER) {
type              388 drivers/crypto/virtio/virtio_crypto_algs.c 	vc_sym_req->type = VIRTIO_CRYPTO_SYM_OP_CIPHER;
type               57 drivers/dax/bus.h #define MODULE_ALIAS_DAX_DEVICE(type) \
type               58 drivers/dax/bus.h 	MODULE_ALIAS("dax:t" __stringify(type) "*")
type              431 drivers/dax/device.c 	dev_dax->pgmap.type = MEMORY_DEVICE_DEVDAX;
type               56 drivers/dax/pmem/compat.c 	.type = ND_DRIVER_DAX_PMEM,
type               20 drivers/dax/pmem/pmem.c 	.type = ND_DRIVER_DAX_PMEM,
type              130 drivers/dax/super.c 		if (pgmap && pgmap == end_pgmap && pgmap->type == MEMORY_DEVICE_FS_DAX
type              550 drivers/devfreq/devfreq.c static int devfreq_notifier_call(struct notifier_block *nb, unsigned long type,
type              335 drivers/dma/acpi-dma.c 	if (res->type == ACPI_RESOURCE_TYPE_FIXED_DMA) {
type              615 drivers/dma/bcm-sba-raid.c 	msg->type = BRCM_MESSAGE_SBA;
type              703 drivers/dma/bcm-sba-raid.c 	msg->type = BRCM_MESSAGE_SBA;
type              842 drivers/dma/bcm-sba-raid.c 	msg->type = BRCM_MESSAGE_SBA;
type             1053 drivers/dma/bcm-sba-raid.c 	msg->type = BRCM_MESSAGE_SBA;
type             1307 drivers/dma/bcm-sba-raid.c 	msg->type = BRCM_MESSAGE_SBA;
type              124 drivers/dma/dma-jz4780.c 	enum dma_transaction_type type;
type              231 drivers/dma/dma-jz4780.c 	enum dma_transaction_type type)
type              250 drivers/dma/dma-jz4780.c 	desc->type = type;
type              495 drivers/dma/dma-jz4780.c 		if (jzchan->desc->type == DMA_CYCLIC && vdesc->tx.callback) {
type              694 drivers/dma/dma-jz4780.c 			if (jzchan->desc->type == DMA_CYCLIC) {
type              219 drivers/dma/dmatest.c 	enum dma_transaction_type type;
type              595 drivers/dma/dmatest.c 	if (thread->type == DMA_MEMCPY) {
type              599 drivers/dma/dmatest.c 	} else if (thread->type == DMA_MEMSET) {
type              604 drivers/dma/dmatest.c 	} else if (thread->type == DMA_XOR) {
type              610 drivers/dma/dmatest.c 	} else if (thread->type == DMA_PQ) {
type              761 drivers/dma/dmatest.c 		if (thread->type == DMA_MEMCPY)
type              765 drivers/dma/dmatest.c 		else if (thread->type == DMA_MEMSET)
type              770 drivers/dma/dmatest.c 		else if (thread->type == DMA_XOR)
type              775 drivers/dma/dmatest.c 		else if (thread->type == DMA_PQ) {
type              935 drivers/dma/dmatest.c 		struct dmatest_chan *dtc, enum dma_transaction_type type)
type              943 drivers/dma/dmatest.c 	if (type == DMA_MEMCPY)
type              945 drivers/dma/dmatest.c 	else if (type == DMA_MEMSET)
type              947 drivers/dma/dmatest.c 	else if (type == DMA_XOR)
type              949 drivers/dma/dmatest.c 	else if (type == DMA_PQ)
type              963 drivers/dma/dmatest.c 		thread->type = type;
type             1046 drivers/dma/dmatest.c 			     enum dma_transaction_type type)
type             1051 drivers/dma/dmatest.c 	dma_cap_set(type, mask);
type               60 drivers/dma/dw-edma/dw-edma-v0-core.c 		return &(__dw_regs(dw)->type.legacy.ch);
type               63 drivers/dma/dw-edma/dw-edma-v0-core.c 		return &__dw_regs(dw)->type.unroll.ch[ch].wr;
type               65 drivers/dma/dw-edma/dw-edma-v0-core.c 	return &__dw_regs(dw)->type.unroll.ch[ch].rd;
type               82 drivers/dma/dw-edma/dw-edma-v0-core.c 		       &(__dw_regs(dw)->type.legacy.viewport_sel));
type              107 drivers/dma/dw-edma/dw-edma-v0-core.c 		       &(__dw_regs(dw)->type.legacy.viewport_sel));
type               27 drivers/dma/dw-edma/dw-edma-v0-debugfs.c 	{ #name, REGS_ADDR(type.legacy.wr_##name) }
type               29 drivers/dma/dw-edma/dw-edma-v0-debugfs.c 	{ #name, REGS_ADDR(type.legacy.rd_##name) }
type               32 drivers/dma/dw-edma/dw-edma-v0-debugfs.c 	{ #name, REGS_ADDR(type.unroll.wr_##name) }
type               34 drivers/dma/dw-edma/dw-edma-v0-debugfs.c 	{ #name, REGS_ADDR(type.unroll.rd_##name) }
type               59 drivers/dma/dw-edma/dw-edma-v0-debugfs.c 	    reg >= (void __iomem *)&regs->type.legacy.ch) {
type               60 drivers/dma/dw-edma/dw-edma-v0-debugfs.c 		void __iomem *ptr = &regs->type.legacy.ch;
type               85 drivers/dma/dw-edma/dw-edma-v0-debugfs.c 		writel(viewport_sel, &regs->type.legacy.viewport_sel);
type              190 drivers/dma/dw-edma/dw-edma-v0-debugfs.c 		dw_edma_debugfs_regs_ch(&regs->type.unroll.ch[i].wr, ch_dir);
type              192 drivers/dma/dw-edma/dw-edma-v0-debugfs.c 		lim[0][i].start = &regs->type.unroll.ch[i].wr;
type              193 drivers/dma/dw-edma/dw-edma-v0-debugfs.c 		lim[0][i].end = &regs->type.unroll.ch[i].padding_1[0];
type              259 drivers/dma/dw-edma/dw-edma-v0-debugfs.c 		dw_edma_debugfs_regs_ch(&regs->type.unroll.ch[i].rd, ch_dir);
type              261 drivers/dma/dw-edma/dw-edma-v0-debugfs.c 		lim[1][i].start = &regs->type.unroll.ch[i].rd;
type              262 drivers/dma/dw-edma/dw-edma-v0-debugfs.c 		lim[1][i].end = &regs->type.unroll.ch[i].padding_2[0];
type              139 drivers/dma/dw-edma/dw-edma-v0-regs.h 	} type;
type              128 drivers/dma/imx-dma.c 	enum imxdma_prep_type		type;
type              249 drivers/dma/imx-dma.c 		if (desc->type == IMXDMA_DESC_CYCLIC)
type              519 drivers/dma/imx-dma.c 	switch (d->type) {
type              850 drivers/dma/imx-dma.c 	desc->type = IMXDMA_DESC_SLAVE_SG;
type              906 drivers/dma/imx-dma.c 	desc->type = IMXDMA_DESC_CYCLIC;
type              942 drivers/dma/imx-dma.c 	desc->type = IMXDMA_DESC_MEMCPY;
type              979 drivers/dma/imx-dma.c 	desc->type = IMXDMA_DESC_INTERLEAVED;
type              404 drivers/dma/ioat/dma.h void ioat_kobject_add(struct ioatdma_device *ioat_dma, struct kobj_type *type);
type               75 drivers/dma/ioat/sysfs.c void ioat_kobject_add(struct ioatdma_device *ioat_dma, struct kobj_type *type)
type               85 drivers/dma/ioat/sysfs.c 		err = kobject_init_and_add(&ioat_chan->kobj, type,
type              118 drivers/dma/mmp_tdma.c 	enum mmp_tdma_type		type;
type              215 drivers/dma/mmp_tdma.c 	if (tdmac->type == MMP_AUD_TDMA) {
type              256 drivers/dma/mmp_tdma.c 	} else if (tdmac->type == PXA910_SQU) {
type              555 drivers/dma/mmp_tdma.c 					int type, struct gen_pool *pool)
type              574 drivers/dma/mmp_tdma.c 	tdmac->type	   = type;
type              629 drivers/dma/mmp_tdma.c 	enum mmp_tdma_type type;
type              640 drivers/dma/mmp_tdma.c 		type = (enum mmp_tdma_type) of_id->data;
type              642 drivers/dma/mmp_tdma.c 		type = platform_get_device_id(pdev)->driver_data;
type              683 drivers/dma/mmp_tdma.c 		ret = mmp_tdma_chan_init(tdev, i, irq, type, pool);
type               67 drivers/dma/mv_xor.c 	switch (desc->type) {
type               94 drivers/dma/mv_xor.c 	if (desc->type == DMA_XOR)
type              578 drivers/dma/mv_xor.c 		sw_desc->type = DMA_XOR;
type              144 drivers/dma/mv_xor.h 	enum dma_transaction_type	type;
type               39 drivers/dma/mxs-dma.c #define dma_is_apbh(mxs_dma)	((mxs_dma)->type == MXS_DMA_APBH)
type              140 drivers/dma/mxs-dma.c 	enum mxs_dma_devtype		type;
type              152 drivers/dma/mxs-dma.c 	enum mxs_dma_devtype type;
type              158 drivers/dma/mxs-dma.c 		.type = MXS_DMA_APBH,
type              161 drivers/dma/mxs-dma.c 		.type = MXS_DMA_APBX,
type              164 drivers/dma/mxs-dma.c 		.type = MXS_DMA_APBH,
type              167 drivers/dma/mxs-dma.c 		.type = MXS_DMA_APBX,
type              790 drivers/dma/mxs-dma.c 	mxs_dma->type = dma_type->type;
type              125 drivers/dma/sirf-dma.c 	int				type;
type              134 drivers/dma/sirf-dma.c 	int type;
type              253 drivers/dma/sirf-dma.c 	if (sdma->type == SIRFSOC_DMA_VER_A7V2)
type              274 drivers/dma/sirf-dma.c 	switch (sdma->type) {
type              451 drivers/dma/sirf-dma.c 	switch (sdma->type) {
type              497 drivers/dma/sirf-dma.c 	switch (sdma->type) {
type              530 drivers/dma/sirf-dma.c 	switch (sdma->type) {
type              670 drivers/dma/sirf-dma.c 	if (sdma->type == SIRFSOC_DMA_VER_A7V2)
type              673 drivers/dma/sirf-dma.c 	if (sdma->type == SIRFSOC_DMA_VER_A7V2) {
type              860 drivers/dma/sirf-dma.c 	sdma->type = data->type;
type             1029 drivers/dma/sirf-dma.c 	if (sdma->type == SIRFSOC_DMA_VER_A7V2) {
type             1073 drivers/dma/sirf-dma.c 	if (sdma->type == SIRFSOC_DMA_VER_A7V2) {
type             1099 drivers/dma/sirf-dma.c 		if (sdma->type == SIRFSOC_DMA_VER_A7V2) {
type             1123 drivers/dma/sirf-dma.c 	.type = SIRFSOC_DMA_VER_A6,
type             1128 drivers/dma/sirf-dma.c 	.type = SIRFSOC_DMA_VER_A7V1,
type             1133 drivers/dma/sirf-dma.c 	.type = SIRFSOC_DMA_VER_A7V2,
type              194 drivers/dma/st_fdma.c 	fchan->cfg.type = ST_FDMA_TYPE_FREE_RUN;
type              201 drivers/dma/st_fdma.c 		fchan->cfg.type = dma_spec->args[2];
type              203 drivers/dma/st_fdma.c 	if (fchan->cfg.type == ST_FDMA_TYPE_FREE_RUN) {
type              214 drivers/dma/st_fdma.c 		fchan->cfg.req_line, fchan->cfg.type, fchan->cfg.req_ctrl);
type              281 drivers/dma/st_fdma.c 		fchan->vchan.chan.chan_id, fchan->cfg.type);
type              295 drivers/dma/st_fdma.c 	if (fchan->cfg.type != ST_FDMA_TYPE_FREE_RUN)
type              110 drivers/dma/st_fdma.h 	enum st_fdma_type type;
type               17 drivers/dma/ste_dma40_ll.h #define D40_TYPE_TO_GROUP(type) (type / 16)
type               18 drivers/dma/ste_dma40_ll.h #define D40_TYPE_TO_EVENT(type) (type % 16)
type               27 drivers/dma/sun4i-dma.c #define SUN4I_DMA_CFG_DST_DRQ_TYPE(type)	((type) << 16)
type               31 drivers/dma/sun4i-dma.c #define SUN4I_DMA_CFG_SRC_DRQ_TYPE(type)	(type)
type              288 drivers/dma/ti/omap-dma.c static void omap_dma_write(uint32_t val, unsigned type, void __iomem *addr)
type              290 drivers/dma/ti/omap-dma.c 	switch (type) {
type              306 drivers/dma/ti/omap-dma.c static unsigned omap_dma_read(unsigned type, void __iomem *addr)
type              310 drivers/dma/ti/omap-dma.c 	switch (type) {
type              335 drivers/dma/ti/omap-dma.c 	omap_dma_write(val, r->type, od->base + r->offset);
type              344 drivers/dma/ti/omap-dma.c 	return omap_dma_read(r->type, od->base + r->offset);
type              351 drivers/dma/ti/omap-dma.c 	omap_dma_write(val, r->type, c->channel_base + r->offset);
type              358 drivers/dma/ti/omap-dma.c 	return omap_dma_read(r->type, c->channel_base + r->offset);
type              358 drivers/edac/altera_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              361 drivers/edac/altera_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type             3476 drivers/edac/amd64_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type             3479 drivers/edac/amd64_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type              247 drivers/edac/amd76x_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              250 drivers/edac/amd76x_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type              311 drivers/edac/armada_xp_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              312 drivers/edac/aspeed_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              315 drivers/edac/aspeed_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type              273 drivers/edac/bluefield_edac.c 	layers[0].type = EDAC_MC_LAYER_SLOT;
type              202 drivers/edac/cell_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              205 drivers/edac/cell_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type              948 drivers/edac/cpc925_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              951 drivers/edac/cpc925_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type               12 drivers/edac/debugfs.c 	static enum hw_event_mc_err_type type;
type               18 drivers/edac/debugfs.c 	type = mci->fake_inject_ue ? HW_EVENT_ERR_UNCORRECTED
type               24 drivers/edac/debugfs.c 		(type == HW_EVENT_ERR_UNCORRECTED) ? "UE" : "CE",
type               30 drivers/edac/debugfs.c 	edac_mc_handle_error(type, mci, errcount, 0, 0, 0,
type               65 drivers/edac/debugfs.c 			     edac_layer_name[mci->layers[i].type]);
type             1288 drivers/edac/e752x_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type             1291 drivers/edac/e752x_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type              444 drivers/edac/e7xxx_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              447 drivers/edac/e7xxx_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type              126 drivers/edac/edac_mc.c 			      edac_layer_name[mci->layers[i].type],
type              335 drivers/edac/edac_mc.c 		if (layers[i].type == EDAC_MC_LAYER_CHIP_SELECT)
type              452 drivers/edac/edac_mc.c 				     edac_layer_name[layers[j].type],
type             1046 drivers/edac/edac_mc.c void edac_raw_mc_handle_error(const enum hw_event_mc_err_type type,
type             1054 drivers/edac/edac_mc.c 	if (type == HW_EVENT_ERR_CORRECTED) {
type             1075 drivers/edac/edac_mc.c void edac_mc_handle_error(const enum hw_event_mc_err_type type,
type             1119 drivers/edac/edac_mc.c 				       edac_layer_name[mci->layers[i].type],
type             1206 drivers/edac/edac_mc.c 		if (type == HW_EVENT_ERR_CORRECTED) {
type             1225 drivers/edac/edac_mc.c 			     edac_layer_name[mci->layers[i].type],
type             1239 drivers/edac/edac_mc.c 		trace_mc_event(type, e->msg, e->label, e->error_count,
type             1245 drivers/edac/edac_mc.c 	edac_raw_mc_handle_error(type, mci, e);
type              223 drivers/edac/edac_mc.h void edac_raw_mc_handle_error(const enum hw_event_mc_err_type type,
type              245 drivers/edac/edac_mc.h void edac_mc_handle_error(const enum hw_event_mc_err_type type,
type              406 drivers/edac/edac_mc_sysfs.c 	csrow->dev.type = &csrow_attr_type;
type              635 drivers/edac/edac_mc_sysfs.c 	dimm->dev.type = &dimm_attr_type;
type              836 drivers/edac/edac_mc_sysfs.c 			     edac_layer_name[mci->layers[i].type],
type              924 drivers/edac/edac_mc_sysfs.c 	mci->dev.type = &mci_attr_type;
type             1035 drivers/edac/edac_mc_sysfs.c 	mci_pdev->type = &mc_attr_type;
type              488 drivers/edac/fsl_ddr_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              491 drivers/edac/fsl_ddr_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type               54 drivers/edac/ghes_edac.c 	u8 type;
type               87 drivers/edac/ghes_edac.c 	if (dh->type == DMI_ENTRY_MEM_DEVICE)
type              107 drivers/edac/ghes_edac.c 	if (dh->type == DMI_ENTRY_MEM_DEVICE) {
type              206 drivers/edac/ghes_edac.c 	enum hw_event_mc_err_type type;
type              246 drivers/edac/ghes_edac.c 		type = HW_EVENT_ERR_CORRECTED;
type              249 drivers/edac/ghes_edac.c 		type = HW_EVENT_ERR_UNCORRECTED;
type              252 drivers/edac/ghes_edac.c 		type = HW_EVENT_ERR_FATAL;
type              256 drivers/edac/ghes_edac.c 		type = HW_EVENT_ERR_INFO;
type              455 drivers/edac/ghes_edac.c 	trace_mc_event(type, e->msg, e->label, e->error_count,
type              460 drivers/edac/ghes_edac.c 	edac_raw_mc_handle_error(type, mci, e);
type              512 drivers/edac/ghes_edac.c 	layers[0].type = EDAC_MC_LAYER_ALL_MEM;
type              162 drivers/edac/highbank_mc_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              165 drivers/edac/highbank_mc_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type              357 drivers/edac/i3000_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              360 drivers/edac/i3000_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type              356 drivers/edac/i3200_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              359 drivers/edac/i3200_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type             1392 drivers/edac/i5000_edac.c 	layers[0].type = EDAC_MC_LAYER_BRANCH;
type             1395 drivers/edac/i5000_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type             1398 drivers/edac/i5000_edac.c 	layers[2].type = EDAC_MC_LAYER_SLOT;
type             1058 drivers/edac/i5100_edac.c 	layers[0].type = EDAC_MC_LAYER_CHANNEL;
type             1061 drivers/edac/i5100_edac.c 	layers[1].type = EDAC_MC_LAYER_SLOT;
type              524 drivers/edac/i5400_edac.c 	char *type = NULL;
type              531 drivers/edac/i5400_edac.c 		type = "FATAL";
type              534 drivers/edac/i5400_edac.c 		type = "NON-FATAL uncorrected";
type              536 drivers/edac/i5400_edac.c 		type = "NON-FATAL recoverable";
type             1284 drivers/edac/i5400_edac.c 	layers[0].type = EDAC_MC_LAYER_BRANCH;
type             1287 drivers/edac/i5400_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type             1290 drivers/edac/i5400_edac.c 	layers[2].type = EDAC_MC_LAYER_SLOT;
type             1043 drivers/edac/i7300_edac.c 	layers[0].type = EDAC_MC_LAYER_BRANCH;
type             1046 drivers/edac/i7300_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type             1049 drivers/edac/i7300_edac.c 	layers[2].type = EDAC_MC_LAYER_SLOT;
type              214 drivers/edac/i7core_edac.c 	u32	type;
type              736 drivers/edac/i7core_edac.c 	pvt->inject.type = (u32) value;
type              747 drivers/edac/i7core_edac.c 	return sprintf(data, "0x%08x\n", pvt->inject.type);
type              981 drivers/edac/i7core_edac.c 	injectmask = (pvt->inject.type & 1) |
type              983 drivers/edac/i7core_edac.c 		     (pvt->inject.type & 0x6) << (3 - 1);
type             1167 drivers/edac/i7core_edac.c 	pvt->addrmatch_dev->type = &addrmatch_type;
type             1188 drivers/edac/i7core_edac.c 		pvt->chancounts_dev->type = &all_channel_counts_type;
type             1847 drivers/edac/i7core_edac.c 	u8 type;
type             1885 drivers/edac/i7core_edac.c 	if (dh->type == DMI_ENTRY_MEM_DEVICE) {
type             1890 drivers/edac/i7core_edac.c 			(unsigned long)&memdev_dmi_entry->type;
type             1893 drivers/edac/i7core_edac.c 			(unsigned long)&memdev_dmi_entry->type;
type             2138 drivers/edac/i7core_edac.c 	layers[0].type = EDAC_MC_LAYER_CHANNEL;
type             2141 drivers/edac/i7core_edac.c 	layers[1].type = EDAC_MC_LAYER_SLOT;
type              249 drivers/edac/i82443bxgx_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              252 drivers/edac/i82443bxgx_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type              201 drivers/edac/i82860_edac.c 	layers[0].type = EDAC_MC_LAYER_CHANNEL;
type              204 drivers/edac/i82860_edac.c 	layers[1].type = EDAC_MC_LAYER_SLOT;
type              407 drivers/edac/i82875p_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              410 drivers/edac/i82875p_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type              541 drivers/edac/i82975x_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              544 drivers/edac/i82975x_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type              419 drivers/edac/ie31200_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              422 drivers/edac/ie31200_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type              708 drivers/edac/mv64x60_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              711 drivers/edac/mv64x60_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type               73 drivers/edac/octeon_edac-l2c.c 			 err_tdtx.s.type, err_tdtx.s.syn, err_tdtx.s.wayidx);
type              108 drivers/edac/octeon_edac-l2c.c 			 err_ttgx.s.type, err_ttgx.s.syn, err_ttgx.s.wayidx);
type              233 drivers/edac/octeon_edac-lmc.c 	layers[0].type = EDAC_MC_LAYER_CHANNEL;
type              200 drivers/edac/pasemi_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              203 drivers/edac/pasemi_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type               82 drivers/edac/pnd2_edac.c 	enum type type;
type              528 drivers/edac/pnd2_edac.c 	if (ops->type == DNV) {
type              934 drivers/edac/pnd2_edac.c 	int i, idx, type, skiprs = 0;
type              944 drivers/edac/pnd2_edac.c 		type = d->bits[i + skiprs] & ~0xf;
type              951 drivers/edac/pnd2_edac.c 		if (type == RS && (cr_drp0->rken0 + cr_drp0->rken1) == 1) {
type              953 drivers/edac/pnd2_edac.c 			type = d->bits[i + skiprs] & ~0xf;
type              957 drivers/edac/pnd2_edac.c 		switch (type) {
type             1344 drivers/edac/pnd2_edac.c 	layers[0].type = EDAC_MC_LAYER_CHANNEL;
type             1347 drivers/edac/pnd2_edac.c 	layers[1].type = EDAC_MC_LAYER_SLOT;
type             1397 drivers/edac/pnd2_edac.c 	char *type;
type             1416 drivers/edac/pnd2_edac.c 		type = "Exception";
type             1418 drivers/edac/pnd2_edac.c 		type = "Event";
type             1422 drivers/edac/pnd2_edac.c 				   mce->extcpu, type, mce->mcgstatus, mce->bank, mce->status);
type             1511 drivers/edac/pnd2_edac.c 		.type			= APL,
type             1526 drivers/edac/pnd2_edac.c 		.type			= DNV,
type             1564 drivers/edac/pnd2_edac.c 	if (ops->type == APL) {
type             1275 drivers/edac/ppc4xx_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type             1278 drivers/edac/ppc4xx_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type              286 drivers/edac/r82600_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              289 drivers/edac/r82600_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type              245 drivers/edac/sb_edac.c #define RIR_RNK_TGT(type, reg) (((type) == BROADWELL) ? \
type              248 drivers/edac/sb_edac.c #define RIR_OFFSET(type, reg) (((type) == HASWELL || (type) == BROADWELL) ? \
type              313 drivers/edac/sb_edac.c 	enum type	type;
type              349 drivers/edac/sb_edac.c 	enum type			type;
type              429 drivers/edac/sb_edac.c 	.type = T			\
type              689 drivers/edac/sb_edac.c static inline int numrank(enum type type, u32 mtr)
type              694 drivers/edac/sb_edac.c 	if (type == HASWELL || type == BROADWELL || type == KNIGHTS_LANDING)
type              861 drivers/edac/sb_edac.c static const char *get_intlv_mode_str(u32 reg, enum type t)
type              940 drivers/edac/sb_edac.c 	enum dev_type type;
type              944 drivers/edac/sb_edac.c 		type = DEV_UNKNOWN;
type              947 drivers/edac/sb_edac.c 		type = DEV_X16;
type              950 drivers/edac/sb_edac.c 		type = DEV_X8;
type              953 drivers/edac/sb_edac.c 		type = DEV_X4;
type              957 drivers/edac/sb_edac.c 	return type;
type             1570 drivers/edac/sb_edac.c 	if (pvt->info.type == HASWELL || pvt->info.type == BROADWELL ||
type             1571 drivers/edac/sb_edac.c 	    pvt->info.type == KNIGHTS_LANDING)
type             1576 drivers/edac/sb_edac.c 	if (pvt->info.type == KNIGHTS_LANDING)
type             1587 drivers/edac/sb_edac.c 	int channels = pvt->info.type == KNIGHTS_LANDING ? KNL_MAX_CHANNELS
type             1612 drivers/edac/sb_edac.c 		if (pvt->info.type == KNIGHTS_LANDING) {
type             1624 drivers/edac/sb_edac.c 			if (pvt->info.type == KNIGHTS_LANDING) {
type             1641 drivers/edac/sb_edac.c 				ranks = numrank(pvt->info.type, mtr);
type             1643 drivers/edac/sb_edac.c 				if (pvt->info.type == KNIGHTS_LANDING) {
type             1692 drivers/edac/sb_edac.c 	if (pvt->info.type == KNIGHTS_LANDING) {
type             1704 drivers/edac/sb_edac.c 		if (pvt->info.type == HASWELL || pvt->info.type == BROADWELL) {
type             1809 drivers/edac/sb_edac.c 			 get_intlv_mode_str(reg, pvt->info.type),
type             1826 drivers/edac/sb_edac.c 	if (pvt->info.type == KNIGHTS_LANDING)
type             1902 drivers/edac/sb_edac.c 				tmp_mb = RIR_OFFSET(pvt->info.type, reg) << 6;
type             1909 drivers/edac/sb_edac.c 					 (u32)RIR_RNK_TGT(pvt->info.type, reg),
type             1995 drivers/edac/sb_edac.c 	if (pvt->info.type == SANDY_BRIDGE) {
type             2035 drivers/edac/sb_edac.c 	} else if (pvt->info.type == HASWELL || pvt->info.type == BROADWELL) {
type             2229 drivers/edac/sb_edac.c 	*rank = RIR_RNK_TGT(pvt->info.type, reg);
type             2453 drivers/edac/sb_edac.c 	if (table->type == KNIGHTS_LANDING)
type             2955 drivers/edac/sb_edac.c 	char *type, *optype, msg[256];
type             2976 drivers/edac/sb_edac.c 	if (pvt->info.type != SANDY_BRIDGE)
type             2984 drivers/edac/sb_edac.c 			type = "FATAL";
type             2987 drivers/edac/sb_edac.c 			type = "NON_FATAL";
type             2991 drivers/edac/sb_edac.c 		type = "CORRECTED";
type             3027 drivers/edac/sb_edac.c 	if (pvt->info.type == KNIGHTS_LANDING) {
type             3137 drivers/edac/sb_edac.c 	char *type;
type             3168 drivers/edac/sb_edac.c 		type = "Exception";
type             3170 drivers/edac/sb_edac.c 		type = "Event";
type             3175 drivers/edac/sb_edac.c 			  "Bank %d: %016Lx\n", mce->extcpu, type,
type             3226 drivers/edac/sb_edac.c static int sbridge_register_mci(struct sbridge_dev *sbridge_dev, enum type type)
type             3235 drivers/edac/sb_edac.c 	layers[0].type = EDAC_MC_LAYER_CHANNEL;
type             3236 drivers/edac/sb_edac.c 	layers[0].size = type == KNIGHTS_LANDING ?
type             3239 drivers/edac/sb_edac.c 	layers[1].type = EDAC_MC_LAYER_SLOT;
type             3240 drivers/edac/sb_edac.c 	layers[1].size = type == KNIGHTS_LANDING ? 1 : MAX_DIMMS;
type             3258 drivers/edac/sb_edac.c 	mci->mtype_cap = type == KNIGHTS_LANDING ?
type             3266 drivers/edac/sb_edac.c 	pvt->info.type = type;
type             3267 drivers/edac/sb_edac.c 	switch (type) {
type             3469 drivers/edac/sb_edac.c 		rc = sbridge_register_mci(sbridge_dev, ptable->type);
type              183 drivers/edac/skx_common.c int skx_get_all_bus_mappings(unsigned int did, int off, enum type type,
type              212 drivers/edac/skx_common.c 		if (type == SKX) {
type              381 drivers/edac/skx_common.c 	layers[0].type = EDAC_MC_LAYER_CHANNEL;
type              384 drivers/edac/skx_common.c 	layers[1].type = EDAC_MC_LAYER_SLOT;
type              478 drivers/edac/skx_common.c 	char *type, *optype;
type              493 drivers/edac/skx_common.c 			type = "FATAL";
type              496 drivers/edac/skx_common.c 			type = "NON_FATAL";
type              500 drivers/edac/skx_common.c 		type = "CORRECTED";
type              571 drivers/edac/skx_common.c 	char *type;
type              599 drivers/edac/skx_common.c 		type = "Exception";
type              601 drivers/edac/skx_common.c 		type = "Event";
type              606 drivers/edac/skx_common.c 			   "Bank %d: 0x%llx\n", mce->extcpu, type,
type              124 drivers/edac/skx_common.h int skx_get_all_bus_mappings(unsigned int did, int off, enum type,
type             1311 drivers/edac/synopsys_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type             1314 drivers/edac/synopsys_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type               45 drivers/edac/thunderx_edac.c 	int	type;
type               56 drivers/edac/thunderx_edac.c 	while (descr->type && descr->mask && descr->descr) {
type               59 drivers/edac/thunderx_edac.c 				       descr->type == ERR_CORRECTED ?
type              125 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type              130 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type              135 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type              140 drivers/edac/thunderx_edac.c 		.type = ERR_UNCORRECTED,
type              672 drivers/edac/thunderx_edac.c 	layer.type = EDAC_MC_LAYER_SLOT;
type              852 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type              857 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type              862 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type              867 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type              872 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type              901 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type              906 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type              911 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type              916 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type              921 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type              926 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type              931 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type              936 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type              941 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type              946 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type              996 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type             1001 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type             1006 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type             1011 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type             1016 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type             1021 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type             1026 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type             1550 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type             1555 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type             1560 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type             1565 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type             1570 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type             1575 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type             1580 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type             1585 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type             1590 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type             1595 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type             1600 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type             1605 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type             1610 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type             1661 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type             1666 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type             1671 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type             1676 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type             1681 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type             1686 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type             1714 drivers/edac/thunderx_edac.c 		.type  = ERR_CORRECTED,
type             1719 drivers/edac/thunderx_edac.c 		.type  = ERR_UNCORRECTED,
type              130 drivers/edac/ti_edac.c static void ti_edac_setup_dimm(struct mem_ctl_info *mci, u32 type)
type              142 drivers/edac/ti_edac.c 	if (type == EMIF_TYPE_DRA7) {
type              253 drivers/edac/ti_edac.c 	layers[0].type = EDAC_MC_LAYER_ALL_MEM;
type              339 drivers/edac/x38_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              342 drivers/edac/x38_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type              380 drivers/edac/xgene_edac.c 	layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
type              383 drivers/edac/xgene_edac.c 	layers[1].type = EDAC_MC_LAYER_CHANNEL;
type              150 drivers/extcon/extcon-arizona.c 	switch (arizona->type) {
type             1383 drivers/extcon/extcon-arizona.c 	switch (arizona->type) {
type              110 drivers/extcon/extcon-usbc-cros-ec.c 	return resp.type;
type              194 drivers/extcon/extcon-usbc-cros-ec.c static const char *cros_ec_usb_power_type_string(unsigned int type)
type              196 drivers/extcon/extcon-usbc-cros-ec.c 	switch (type) {
type              222 drivers/extcon/extcon-usbc-cros-ec.c static bool cros_ec_usb_power_type_is_wall_wart(unsigned int type,
type              225 drivers/extcon/extcon-usbc-cros-ec.c 	switch (type) {
type               32 drivers/extcon/extcon.c 	unsigned int type;
type               38 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_MISC,
type               45 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_USB,
type               50 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_USB,
type               57 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_CHG | EXTCON_TYPE_USB,
type               62 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_CHG | EXTCON_TYPE_USB,
type               67 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_CHG | EXTCON_TYPE_USB,
type               72 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_CHG | EXTCON_TYPE_USB,
type               77 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_CHG | EXTCON_TYPE_USB,
type               82 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_CHG | EXTCON_TYPE_USB,
type               87 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_CHG,
type               92 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_CHG | EXTCON_TYPE_USB,
type               99 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_JACK,
type              104 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_JACK,
type              109 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_JACK,
type              114 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_JACK,
type              119 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_JACK,
type              124 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_JACK,
type              129 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_JACK,
type              134 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_JACK,
type              141 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_DISP,
type              146 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_DISP,
type              151 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_DISP,
type              156 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_DISP,
type              161 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_DISP | EXTCON_TYPE_USB,
type              166 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_DISP | EXTCON_TYPE_USB,
type              173 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_MISC,
type              178 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_MISC,
type              183 drivers/extcon/extcon.c 		.type = EXTCON_TYPE_MISC,
type              289 drivers/extcon/extcon.c 	int type;
type              292 drivers/extcon/extcon.c 	type = get_extcon_type(prop);
type              293 drivers/extcon/extcon.c 	if (type < 0)
type              297 drivers/extcon/extcon.c 	return !!(extcon_info[id].type & type);
type              304 drivers/extcon/extcon.c 	int type, ret;
type              307 drivers/extcon/extcon.c 	type = get_extcon_type(prop);
type              308 drivers/extcon/extcon.c 	if (type < 0)
type              309 drivers/extcon/extcon.c 		return type;
type              313 drivers/extcon/extcon.c 	switch (type) {
type              335 drivers/extcon/extcon.c 	unsigned int type = extcon_info[id].type;
type              338 drivers/extcon/extcon.c 	if (EXTCON_TYPE_USB & type)
type              340 drivers/extcon/extcon.c 	if (EXTCON_TYPE_CHG & type)
type              342 drivers/extcon/extcon.c 	if (EXTCON_TYPE_JACK & type)
type              344 drivers/extcon/extcon.c 	if (EXTCON_TYPE_DISP & type)
type              820 drivers/extcon/extcon.c 	int index, type, ret = 0;
type              834 drivers/extcon/extcon.c 	type = get_extcon_type(prop);
type              835 drivers/extcon/extcon.c 	if (type < 0)
type              836 drivers/extcon/extcon.c 		return type;
type              840 drivers/extcon/extcon.c 	switch (type) {
type             1230 drivers/extcon/extcon.c 		edev->dev.type = &edev->extcon_dev_type;
type              614 drivers/firewire/core-card.c 				int type, int channel, size_t header_size)
type              346 drivers/firewire/core-cdev.c 	event->type          = FW_CDEV_EVENT_BUS_RESET;
type              554 drivers/firewire/core-cdev.c 	rsp->type = FW_CDEV_EVENT_RESPONSE;
type              713 drivers/firewire/core-cdev.c 		req->type	= FW_CDEV_EVENT_REQUEST;
type              723 drivers/firewire/core-cdev.c 		req->type	= FW_CDEV_EVENT_REQUEST2;
type              845 drivers/firewire/core-cdev.c 			arg->initiate_bus_reset.type == FW_CDEV_SHORT_RESET);
type              921 drivers/firewire/core-cdev.c 	e->interrupt.type      = FW_CDEV_EVENT_ISO_INTERRUPT;
type              940 drivers/firewire/core-cdev.c 	e->interrupt.type      = FW_CDEV_EVENT_ISO_INTERRUPT_MULTICHANNEL;
type              950 drivers/firewire/core-cdev.c 		if (context->type == FW_ISO_CONTEXT_TRANSMIT)
type              968 drivers/firewire/core-cdev.c 	switch (a->type) {
type              992 drivers/firewire/core-cdev.c 	context = fw_iso_context_create(client->device->card, a->type,
type             1080 drivers/firewire/core-cdev.c 	if (ctx->type == FW_ISO_CONTEXT_RECEIVE_MULTICHANNEL && payload & 3)
type             1099 drivers/firewire/core-cdev.c 		switch (ctx->type) {
type             1126 drivers/firewire/core-cdev.c 		if (u.packet.skip && ctx->type == FW_ISO_CONTEXT_TRANSMIT &&
type             1163 drivers/firewire/core-cdev.c 	if (client->iso_context->type == FW_ISO_CONTEXT_RECEIVE &&
type             1374 drivers/firewire/core-cdev.c 	e1->iso_resource.type    = FW_CDEV_EVENT_ISO_RESOURCE_ALLOCATED;
type             1376 drivers/firewire/core-cdev.c 	e2->iso_resource.type    = FW_CDEV_EVENT_ISO_RESOURCE_DEALLOCATED;
type             1530 drivers/firewire/core-cdev.c 	e->phy_packet.type	= FW_CDEV_EVENT_PHY_PACKET_SENT;
type             1572 drivers/firewire/core-cdev.c 		e->phy_packet.type	= FW_CDEV_EVENT_PHY_PACKET_RECEIVED;
type              686 drivers/firewire/core-device.c 	return dev->type == &fw_unit_type;
type              711 drivers/firewire/core-device.c 		unit->device.type = &fw_unit_type;
type              845 drivers/firewire/core-device.c 	return dev->type == &fw_device_type;
type             1037 drivers/firewire/core-device.c 	device->device.type = &fw_device_type;
type              140 drivers/firewire/core-iso.c 		int type, int channel, int speed, size_t header_size,
type              146 drivers/firewire/core-iso.c 						 type, channel, header_size);
type              151 drivers/firewire/core-iso.c 	ctx->type = type;
type               96 drivers/firewire/core.h 				int type, int channel, size_t header_size);
type              218 drivers/firewire/net.c 			unsigned short type, const void *daddr,
type              224 drivers/firewire/net.c 	put_unaligned_be16(type, &h->h_proto);
type              242 drivers/firewire/net.c 			      struct hh_cache *hh, __be16 type)
type              247 drivers/firewire/net.c 	if (type == cpu_to_be16(ETH_P_802_3))
type              251 drivers/firewire/net.c 	h->h_proto = type;
type             1393 drivers/firewire/net.c 	net->type		= ARPHRD_IEEE1394;
type             2933 drivers/firewire/ohci.c 				int type, int channel, size_t header_size)
type             2944 drivers/firewire/ohci.c 	switch (type) {
type             3002 drivers/firewire/ohci.c 	if (type == FW_ISO_CONTEXT_RECEIVE_MULTICHANNEL) {
type             3014 drivers/firewire/ohci.c 	switch (type) {
type             3042 drivers/firewire/ohci.c 	switch (ctx->base.type) {
type             3086 drivers/firewire/ohci.c 	switch (ctx->base.type) {
type             3118 drivers/firewire/ohci.c 	switch (base->type) {
type             3148 drivers/firewire/ohci.c 	switch (base->type) {
type             3443 drivers/firewire/ohci.c 	switch (base->type) {
type             3477 drivers/firewire/ohci.c 		switch (base->type) {
type             1522 drivers/firewire/sbp2.c 	if (sdev->type == TYPE_ROM)
type             1525 drivers/firewire/sbp2.c 	if (sdev->type == TYPE_DISK &&
type              146 drivers/firmware/arm_scmi/sensors.c 			s->type = SENSOR_TYPE(attrh);
type               54 drivers/firmware/arm_sdei.c 	u8			type;
type              233 drivers/firmware/arm_sdei.c 	event->type = result;
type              235 drivers/firmware/arm_sdei.c 	if (event->type == SDEI_EVENT_TYPE_SHARED) {
type              291 drivers/firmware/arm_sdei.c 	if (event->type == SDEI_EVENT_TYPE_SHARED)
type              419 drivers/firmware/arm_sdei.c 	if (event->type == SDEI_EVENT_TYPE_SHARED)
type              461 drivers/firmware/arm_sdei.c 	if (event->type == SDEI_EVENT_TYPE_SHARED)
type              494 drivers/firmware/arm_sdei.c 	if (event->type == SDEI_EVENT_TYPE_SHARED)
type              545 drivers/firmware/arm_sdei.c 		if (event->type != SDEI_EVENT_TYPE_SHARED)
type              588 drivers/firmware/arm_sdei.c 	if (event->type == SDEI_EVENT_TYPE_SHARED)
type              660 drivers/firmware/arm_sdei.c 		if (event->type == SDEI_EVENT_TYPE_SHARED)
type              680 drivers/firmware/arm_sdei.c 		if (event->type != SDEI_EVENT_TYPE_SHARED)
type              703 drivers/firmware/arm_sdei.c 		if (event->type == SDEI_EVENT_TYPE_SHARED)
type              726 drivers/firmware/arm_sdei.c 		if (event->type == SDEI_EVENT_TYPE_SHARED)
type               64 drivers/firmware/broadcom/bcm47xx_sprom.c #define NVRAM_READ_VAL(type)						\
type               65 drivers/firmware/broadcom/bcm47xx_sprom.c static void nvram_read_ ## type(const char *prefix,			\
type               67 drivers/firmware/broadcom/bcm47xx_sprom.c 				type *val, type allset, bool fallback)	\
type               71 drivers/firmware/broadcom/bcm47xx_sprom.c 	type var;							\
type               77 drivers/firmware/broadcom/bcm47xx_sprom.c 	err = kstrto ## type(strim(buf), 0, &var);			\
type              691 drivers/firmware/broadcom/bcm47xx_sprom.c 	nvram_read_u16(prefix, NULL, "boardtype", &binfo->type, 0, true);
type              133 drivers/firmware/dmi-sysfs.c 	if (dh->type != entry->dh.type)
type              492 drivers/firmware/dmi-sysfs.c 	return sprintf(buf, "%d\n", entry->dh.type);
type              509 drivers/firmware/dmi-sysfs.c static DMI_SYSFS_ATTR(entry, type);
type              598 drivers/firmware/dmi-sysfs.c 	entry->instance = instance_counts[dh->type]++;
type              603 drivers/firmware/dmi-sysfs.c 				    "%d-%d", dh->type, entry->instance);
type              616 drivers/firmware/dmi-sysfs.c 	switch (dh->type) {
type              121 drivers/firmware/dmi_scan.c 		if (!dmi_num && dm->type == DMI_ENTRY_END_OF_TABLE)
type              240 drivers/firmware/dmi_scan.c static void __init dmi_save_one_device(int type, const char *name)
type              245 drivers/firmware/dmi_scan.c 	if (dmi_find_device(type, name, NULL))
type              252 drivers/firmware/dmi_scan.c 	dev->type = type;
type              293 drivers/firmware/dmi_scan.c 		dev->type = DMI_DEV_TYPE_OEM_STRING;
type              316 drivers/firmware/dmi_scan.c 	dev->type = DMI_DEV_TYPE_IPMI;
type              324 drivers/firmware/dmi_scan.c 					int devfn, const char *name, int type)
type              329 drivers/firmware/dmi_scan.c 	if (type == DMI_DEV_TYPE_DEV_SLOT &&
type              343 drivers/firmware/dmi_scan.c 	dev->dev.type = type;
type              382 drivers/firmware/dmi_scan.c 	if (dm->type != DMI_ENTRY_MEM_DEVICE)
type              394 drivers/firmware/dmi_scan.c 	if (dm->type != DMI_ENTRY_MEM_DEVICE || dm->length < 0x12)
type              436 drivers/firmware/dmi_scan.c 	switch (dm->type) {
type              945 drivers/firmware/dmi_scan.c const struct dmi_device *dmi_find_device(int type, const char *name,
type              955 drivers/firmware/dmi_scan.c 		if (((type == DMI_DEV_TYPE_ANY) || (dev->type == type)) &&
type               61 drivers/firmware/edd.c static int edd_dev_is_type(struct edd_device *edev, const char *type);
type              636 drivers/firmware/edd.c edd_dev_is_type(struct edd_device *edev, const char *type)
type              643 drivers/firmware/edd.c 	if (type && info) {
type              644 drivers/firmware/edd.c 		if (!strncmp(info->params.host_bus_type, type, strlen(type)) ||
type              645 drivers/firmware/edd.c 		    !strncmp(info->params.interface_type, type, strlen(type)))
type               91 drivers/firmware/efi/apple-properties.c 		entry[i].type = DEV_PROP_U8;
type              192 drivers/firmware/efi/apple-properties.c 		if (data->type != SETUP_APPLE_PROPERTIES) {
type              158 drivers/firmware/efi/arm-init.c 	switch (md->type) {
type              216 drivers/firmware/efi/arm-init.c 			if (md->type == EFI_ACPI_RECLAIM_MEMORY)
type               89 drivers/firmware/efi/cper-arm.c static void cper_print_arm_err_info(const char *pfx, u32 type,
type               98 drivers/firmware/efi/cper-arm.c 	if (type > CPER_ARM_MAX_TYPE)
type              105 drivers/firmware/efi/cper-arm.c 	if (type == CPER_ARM_VENDOR_ERROR)
type              120 drivers/firmware/efi/cper-arm.c 		switch (type) {
type              145 drivers/firmware/efi/cper-arm.c 		switch (type) {
type              194 drivers/firmware/efi/cper-arm.c 	if (type != CPER_ARM_BUS_ERROR)
type              293 drivers/firmware/efi/cper-arm.c 		printk("%serror_type: %d, %s\n", newpfx, err_info->type,
type              294 drivers/firmware/efi/cper-arm.c 			err_info->type < ARRAY_SIZE(cper_proc_error_type_strs) ?
type              295 drivers/firmware/efi/cper-arm.c 			cper_proc_error_type_strs[err_info->type] : "unknown");
type              300 drivers/firmware/efi/cper-arm.c 			cper_print_arm_err_info(infopfx, err_info->type,
type              323 drivers/firmware/efi/cper-arm.c 		if (ctx_info->type > max_ctx_type) {
type              325 drivers/firmware/efi/cper-arm.c 				newpfx, ctx_info->type, max_ctx_type);
type              329 drivers/firmware/efi/cper-arm.c 			arm_reg_ctx_strs[ctx_info->type]);
type              171 drivers/firmware/efi/dev-path-parser.c 		else if ((*node)->type     == EFI_DEV_ACPI &&
type              174 drivers/firmware/efi/dev-path-parser.c 		else if ((*node)->type     == EFI_DEV_HW &&
type              177 drivers/firmware/efi/dev-path-parser.c 		else if (((*node)->type    == EFI_DEV_END_PATH ||
type              178 drivers/firmware/efi/dev-path-parser.c 			  (*node)->type    == EFI_DEV_END_PATH2))
type               56 drivers/firmware/efi/efi-pstore.c 		   &record->type, &part, &cnt, &time, &data_type) == 5) {
type               68 drivers/firmware/efi/efi-pstore.c 		   &record->type, &part, &cnt, &time) == 4) {
type               77 drivers/firmware/efi/efi-pstore.c 			  &record->type, &part, &time) == 3) {
type              256 drivers/firmware/efi/efi-pstore.c 		 record->type, record->part, record->count,
type              333 drivers/firmware/efi/efi-pstore.c 		 record->type, record->part, record->count,
type              340 drivers/firmware/efi/efi-pstore.c 		record->type, record->part, (long long)record->time.tv_sec);
type              829 drivers/firmware/efi/efi.c 	if (md->type >= ARRAY_SIZE(memory_type_name))
type              830 drivers/firmware/efi/efi.c 		type_len = snprintf(pos, size, "[type=%u", md->type);
type              834 drivers/firmware/efi/efi.c 				    memory_type_name[md->type]);
type              915 drivers/firmware/efi/efi.c 			return md->type;
type              256 drivers/firmware/efi/esrt.c 	     md.type != EFI_BOOT_SERVICES_DATA &&
type              257 drivers/firmware/efi/esrt.c 	     md.type != EFI_RUNTIME_SERVICES_DATA)) {
type              333 drivers/firmware/efi/esrt.c 	if (md.type == EFI_BOOT_SERVICES_DATA)
type              142 drivers/firmware/efi/libstub/arm32-stub.c 		switch (desc->type) {
type              211 drivers/firmware/efi/libstub/efi-stub-helper.c 		if (desc->type != EFI_CONVENTIONAL_MEMORY)
type              305 drivers/firmware/efi/libstub/efi-stub-helper.c 		if (desc->type != EFI_CONVENTIONAL_MEMORY)
type               46 drivers/firmware/efi/libstub/random.c 	if (md->type != EFI_CONVENTIONAL_MEMORY)
type               63 drivers/firmware/efi/memattr.c 	if (in->type != EFI_RUNTIME_SERVICES_CODE &&
type               64 drivers/firmware/efi/memattr.c 	    in->type != EFI_RUNTIME_SERVICES_DATA) {
type              111 drivers/firmware/efi/memattr.c 		if (md->type != in->type) {
type               25 drivers/firmware/efi/rci2-table.c 	u16 type;
type               35 drivers/firmware/efi/runtime-map.c 	return snprintf(buf, PAGE_SIZE, "0x%x\n", entry->md.type);
type               65 drivers/firmware/efi/runtime-map.c static struct map_attribute map_type_attr = __ATTR_RO_MODE(type, 0400);
type               56 drivers/firmware/efi/vars.c 		if ((node->type == EFI_DEV_END_PATH ||
type               57 drivers/firmware/efi/vars.c 		     node->type == EFI_DEV_END_PATH2) &&
type              120 drivers/firmware/google/gsmi.c 	u32	type;
type              125 drivers/firmware/google/gsmi.c 	u16	type;
type              500 drivers/firmware/google/gsmi.c 	param.type = *(u32 *)buf;
type              615 drivers/firmware/google/gsmi.c 		.type     = GSMI_LOG_ENTRY_TYPE_KERNEL,
type              620 drivers/firmware/google/gsmi.c 		.type     = 1,
type               63 drivers/firmware/google/vpd_decode.c 	int type;
type               73 drivers/firmware/google/vpd_decode.c 	type = input_buf[*consumed];
type               75 drivers/firmware/google/vpd_decode.c 	switch (type) {
type               88 drivers/firmware/google/vpd_decode.c 		if (type == VPD_TYPE_STRING)
type              251 drivers/firmware/iscsi_ibft.c static ssize_t ibft_attr_show_initiator(void *data, int type, char *buf)
type              261 drivers/firmware/iscsi_ibft.c 	switch (type) {
type              292 drivers/firmware/iscsi_ibft.c static ssize_t ibft_attr_show_nic(void *data, int type, char *buf)
type              303 drivers/firmware/iscsi_ibft.c 	switch (type) {
type              352 drivers/firmware/iscsi_ibft.c static ssize_t ibft_attr_show_target(void *data, int type, char *buf)
type              363 drivers/firmware/iscsi_ibft.c 	switch (type) {
type              416 drivers/firmware/iscsi_ibft.c static ssize_t ibft_attr_show_acpitbl(void *data, int type, char *buf)
type              421 drivers/firmware/iscsi_ibft.c 	switch (type) {
type              471 drivers/firmware/iscsi_ibft.c static umode_t ibft_check_nic_for(void *data, int type)
type              477 drivers/firmware/iscsi_ibft.c 	switch (type) {
type              525 drivers/firmware/iscsi_ibft.c static umode_t __init ibft_check_tgt_for(void *data, int type)
type              531 drivers/firmware/iscsi_ibft.c 	switch (type) {
type              562 drivers/firmware/iscsi_ibft.c static umode_t __init ibft_check_initiator_for(void *data, int type)
type              568 drivers/firmware/iscsi_ibft.c 	switch (type) {
type              600 drivers/firmware/iscsi_ibft.c static umode_t __init ibft_check_acpitbl_for(void *data, int type)
type              605 drivers/firmware/iscsi_ibft.c 	switch (type) {
type               33 drivers/firmware/memmap.c 	const char		*type;	/* type of the memory range */
type               48 drivers/firmware/memmap.c firmware_map_find_entry(u64 start, u64 end, const char *type);
type               61 drivers/firmware/memmap.c static struct memmap_attribute memmap_type_attr  = __ATTR_RO(type);
type              142 drivers/firmware/memmap.c 				  const char *type,
type              149 drivers/firmware/memmap.c 	entry->type = type;
type              218 drivers/firmware/memmap.c firmware_map_find_entry_in_list(u64 start, u64 end, const char *type,
type              225 drivers/firmware/memmap.c 		    (!strcmp(entry->type, type))) {
type              245 drivers/firmware/memmap.c firmware_map_find_entry(u64 start, u64 end, const char *type)
type              247 drivers/firmware/memmap.c 	return firmware_map_find_entry_in_list(start, end, type, &map_entries);
type              262 drivers/firmware/memmap.c firmware_map_find_entry_bootmem(u64 start, u64 end, const char *type)
type              264 drivers/firmware/memmap.c 	return firmware_map_find_entry_in_list(start, end, type,
type              281 drivers/firmware/memmap.c int __meminit firmware_map_add_hotplug(u64 start, u64 end, const char *type)
type              285 drivers/firmware/memmap.c 	entry = firmware_map_find_entry(start, end - 1, type);
type              289 drivers/firmware/memmap.c 	entry = firmware_map_find_entry_bootmem(start, end - 1, type);
type              303 drivers/firmware/memmap.c 	firmware_map_add_entry(start, end, type, entry);
type              323 drivers/firmware/memmap.c int __init firmware_map_add_early(u64 start, u64 end, const char *type)
type              332 drivers/firmware/memmap.c 	return firmware_map_add_entry(start, end, type, entry);
type              345 drivers/firmware/memmap.c int __meminit firmware_map_remove(u64 start, u64 end, const char *type)
type              350 drivers/firmware/memmap.c 	entry = firmware_map_find_entry(start, end - 1, type);
type              383 drivers/firmware/memmap.c 	return snprintf(buf, PAGE_SIZE, "%s\n", entry->type);
type              111 drivers/firmware/pcdp.c 			if (uart->type == PCDP_CONSOLE_UART) {
type              123 drivers/firmware/pcdp.c 			if (dev->type == PCDP_CONSOLE_VGA) {
type               36 drivers/firmware/pcdp.h 	u8				type;
type               87 drivers/firmware/pcdp.h 	u8			type;
type              354 drivers/firmware/psci/psci.c 	int type, cpu = -1;
type              356 drivers/firmware/psci/psci.c 	type = psci_ops.migrate_info_type();
type              358 drivers/firmware/psci/psci.c 	if (type == PSCI_0_2_TOS_MP) {
type              363 drivers/firmware/psci/psci.c 	if (type == PSCI_RET_NOT_SUPPORTED) {
type              368 drivers/firmware/psci/psci.c 	if (type != PSCI_0_2_TOS_UP_MIGRATE &&
type              369 drivers/firmware/psci/psci.c 	    type != PSCI_0_2_TOS_UP_NO_MIGRATE) {
type              370 drivers/firmware/psci/psci.c 		pr_err("MIGRATE_INFO_TYPE returned unknown type (%d)\n", type);
type               80 drivers/firmware/ti_sci.c 	u16 type;
type              246 drivers/firmware/ti_sci.c 		hdr->type, hdr->host, hdr->seq, hdr->flags);
type              375 drivers/firmware/ti_sci.c 	hdr->type = msg_type;
type             1714 drivers/firmware/ti_sci.c 				    u16 *type)
type             1722 drivers/firmware/ti_sci.c 		*type = dev_id;
type             1728 drivers/firmware/ti_sci.c 			*type = rm_type_map[i].type;
type             1763 drivers/firmware/ti_sci.c 	u16 type;
type             1783 drivers/firmware/ti_sci.c 	ret = ti_sci_get_resource_type(info, dev_id, &type);
type             1791 drivers/firmware/ti_sci.c 	req->type = type & MSG_RM_RESOURCE_TYPE_MASK;
type             1883 drivers/firmware/ti_sci.c 			     u16 type)
type             1900 drivers/firmware/ti_sci.c 	xfer = ti_sci_get_one_xfer(info, type, TI_SCI_FLAG_REQ_ACK_ON_PROCESSED,
type             3359 drivers/firmware/ti_sci.c 	{.dev_id = 56, .type = 0x00b}, /* GIC_IRQ */
type             3360 drivers/firmware/ti_sci.c 	{.dev_id = 179, .type = 0x000}, /* MAIN_NAV_UDMASS_IA0 */
type             3361 drivers/firmware/ti_sci.c 	{.dev_id = 187, .type = 0x009}, /* MAIN_NAV_RA */
type             3362 drivers/firmware/ti_sci.c 	{.dev_id = 188, .type = 0x006}, /* MAIN_NAV_UDMAP */
type             3363 drivers/firmware/ti_sci.c 	{.dev_id = 194, .type = 0x007}, /* MCU_NAV_UDMAP */
type             3364 drivers/firmware/ti_sci.c 	{.dev_id = 195, .type = 0x00a}, /* MCU_NAV_RA */
type             3365 drivers/firmware/ti_sci.c 	{.dev_id = 0, .type = 0x000}, /* end of table */
type               90 drivers/firmware/ti_sci.h 	u16 type;
type              569 drivers/firmware/ti_sci.h 	u16 type;
type               34 drivers/firmware/trusted_foundations.c static void tf_generic_smc(u32 type, u32 arg1, u32 arg2)
type               36 drivers/firmware/trusted_foundations.c 	register u32 r0 asm("r0") = type;
type              104 drivers/fpga/dfl.c static int dfl_id_alloc(enum dfl_id_type type, struct device *dev)
type              108 drivers/fpga/dfl.c 	WARN_ON(type >= DFL_ID_MAX);
type              110 drivers/fpga/dfl.c 	id = idr_alloc(&dfl_devs[type].id, dev, 0, 0, GFP_KERNEL);
type              116 drivers/fpga/dfl.c static void dfl_id_free(enum dfl_id_type type, int id)
type              118 drivers/fpga/dfl.c 	WARN_ON(type >= DFL_ID_MAX);
type              120 drivers/fpga/dfl.c 	idr_remove(&dfl_devs[type].id, id);
type              369 drivers/fpga/dfl.c static dev_t dfl_get_devt(enum dfl_fpga_devt_type type, int id)
type              371 drivers/fpga/dfl.c 	if (type >= DFL_FPGA_DEVT_MAX)
type              374 drivers/fpga/dfl.c 	return MKDEV(MAJOR(dfl_chrdevs[type].devt), id);
type              474 drivers/fpga/dfl.c 	enum dfl_id_type type;
type              480 drivers/fpga/dfl.c 	type = feature_dev_id_type(fdev);
type              481 drivers/fpga/dfl.c 	if (WARN_ON_ONCE(type >= DFL_ID_MAX))
type              500 drivers/fpga/dfl.c 	lockdep_set_class_and_name(&pdata->lock, &dfl_pdata_keys[type],
type              501 drivers/fpga/dfl.c 				   dfl_pdata_key_strings[type]);
type              536 drivers/fpga/dfl.c 		if (type == PORT_ID)
type              557 drivers/fpga/dfl.c 		      enum dfl_id_type type, void __iomem *ioaddr)
type              562 drivers/fpga/dfl.c 	if (type >= DFL_ID_MAX)
type              574 drivers/fpga/dfl.c 	fdev = platform_device_alloc(dfl_devs[type].name, -ENODEV);
type              583 drivers/fpga/dfl.c 	fdev->id = dfl_id_alloc(type, &fdev->dev);
type              588 drivers/fpga/dfl.c 	fdev->dev.devt = dfl_get_devt(dfl_devs[type].devt_type, fdev->id);
type              628 drivers/fpga/dfl.c 	u8 type = FIELD_GET(DFH_TYPE, v);
type              630 drivers/fpga/dfl.c 	if (type == DFH_TYPE_FIU)
type              632 drivers/fpga/dfl.c 	else if (type == DFH_TYPE_PRIVATE)
type              634 drivers/fpga/dfl.c 	else if (type == DFH_TYPE_AFU)
type              769 drivers/fpga/dfl.c 	u32 type;
type              772 drivers/fpga/dfl.c 	type = FIELD_GET(DFH_TYPE, v);
type              774 drivers/fpga/dfl.c 	switch (type) {
type              783 drivers/fpga/dfl.c 			 "Feature Type %x is not supported.\n", type);
type              898 drivers/fpga/dfl.c 	enum dfl_id_type type = feature_dev_id_type(pdev);
type              903 drivers/fpga/dfl.c 	dfl_id_free(type, id);
type              474 drivers/fsi/fsi-core.c 		uint8_t slots, version, type, crc;
type              500 drivers/fsi/fsi-core.c 		type = (conf & FSI_SLAVE_CONF_TYPE_MASK)
type              507 drivers/fsi/fsi-core.c 		if (type != 0 && slots != 0) {
type              515 drivers/fsi/fsi-core.c 			dev->engine_type = type;
type              936 drivers/fsi/fsi-core.c static int __fsi_get_new_minor(struct fsi_slave *slave, enum fsi_dev_type type,
type              943 drivers/fsi/fsi-core.c 	if (cid >= 0 && cid < 16 && type < 4) {
type              945 drivers/fsi/fsi-core.c 		id = (cid << 4) | type;
type              966 drivers/fsi/fsi-core.c int fsi_get_new_minor(struct fsi_device *fdev, enum fsi_dev_type type,
type              969 drivers/fsi/fsi-core.c 	return __fsi_get_new_minor(fdev->slave, type, out_dev, out_index);
type             1033 drivers/fsi/fsi-core.c 	slave->dev.type = &cfam_type;
type              965 drivers/fsi/fsi-sbefifo.c 	sbefifo->dev.type = &fsi_cdev_type;
type              589 drivers/fsi/fsi-scom.c 	scom->dev.type = &fsi_cdev_type;
type              344 drivers/gnss/core.c 	if (gdev->type < GNSS_TYPE_COUNT)
type              345 drivers/gnss/core.c 		name = gnss_type_names[gdev->type];
type              360 drivers/gnss/core.c static DEVICE_ATTR_RO(type);
type               80 drivers/gnss/mtk.c 	gserial->gdev->type = GNSS_TYPE_MTK;
type              410 drivers/gnss/sirf.c 	gdev->type = GNSS_TYPE_SIRF;
type               80 drivers/gnss/ubx.c 	gserial->gdev->type = GNSS_TYPE_UBX;
type              351 drivers/gpio/gpio-adnp.c static int adnp_irq_set_type(struct irq_data *d, unsigned int type)
type              358 drivers/gpio/gpio-adnp.c 	if (type & IRQ_TYPE_EDGE_RISING)
type              363 drivers/gpio/gpio-adnp.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type              368 drivers/gpio/gpio-adnp.c 	if (type & IRQ_TYPE_LEVEL_HIGH)
type              373 drivers/gpio/gpio-adnp.c 	if (type & IRQ_TYPE_LEVEL_LOW)
type              207 drivers/gpio/gpio-adp5588.c static int adp5588_irq_set_type(struct irq_data *d, unsigned int type)
type              220 drivers/gpio/gpio-adp5588.c 	if (type & IRQ_TYPE_EDGE_BOTH || type & IRQ_TYPE_LEVEL_HIGH)
type              223 drivers/gpio/gpio-adp5588.c 	if (type & IRQ_TYPE_EDGE_BOTH || type & IRQ_TYPE_LEVEL_LOW)
type               77 drivers/gpio/gpio-altera.c 				   unsigned int type)
type               83 drivers/gpio/gpio-altera.c 	if (type == IRQ_TYPE_NONE) {
type               87 drivers/gpio/gpio-altera.c 	if (type == altera_gc->interrupt_trigger) {
type               88 drivers/gpio/gpio-altera.c 		if (type == IRQ_TYPE_LEVEL_HIGH)
type              161 drivers/gpio/gpio-arizona.c 	switch (arizona->type) {
type              176 drivers/gpio/gpio-arizona.c 			arizona->type);
type              594 drivers/gpio/gpio-aspeed.c static int aspeed_gpio_set_type(struct irq_data *d, unsigned int type)
type              612 drivers/gpio/gpio-aspeed.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type              119 drivers/gpio/gpio-ath79.c 	u32 type = 0, polarity = 0;
type              134 drivers/gpio/gpio-ath79.c 		type |= mask;
type              158 drivers/gpio/gpio-ath79.c 		ctrl, AR71XX_GPIO_REG_INT_TYPE, mask, type);
type              403 drivers/gpio/gpio-bcm-kona.c static int bcm_kona_gpio_irq_set_type(struct irq_data *d, unsigned int type)
type              414 drivers/gpio/gpio-bcm-kona.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type              432 drivers/gpio/gpio-bcm-kona.c 			"Invalid BCM GPIO irq type 0x%x\n", type);
type              166 drivers/gpio/gpio-brcmstb.c static int brcmstb_gpio_irq_set_type(struct irq_data *d, unsigned int type)
type              177 drivers/gpio/gpio-brcmstb.c 	switch (type) {
type               83 drivers/gpio/gpio-cadence.c static int cdns_gpio_irq_set_type(struct irq_data *d, unsigned int type)
type              104 drivers/gpio/gpio-cadence.c 	if (type == IRQ_TYPE_LEVEL_HIGH) {
type              107 drivers/gpio/gpio-cadence.c 	} else if (type == IRQ_TYPE_LEVEL_LOW) {
type              186 drivers/gpio/gpio-crystalcove.c static int crystalcove_irq_type(struct irq_data *data, unsigned type)
type              194 drivers/gpio/gpio-crystalcove.c 	switch (type) {
type              286 drivers/gpio/gpio-dln2.c 				   unsigned type, unsigned period)
type              290 drivers/gpio/gpio-dln2.c 		u8 type;
type              294 drivers/gpio/gpio-dln2.c 		.type = type,
type              320 drivers/gpio/gpio-dln2.c static int dln2_irq_set_type(struct irq_data *irqd, unsigned type)
type              326 drivers/gpio/gpio-dln2.c 	switch (type) {
type              363 drivers/gpio/gpio-dln2.c 	unsigned type;
type              371 drivers/gpio/gpio-dln2.c 			type = dln2->irq_type[pin] & DLN2_GPIO_EVENT_MASK;
type              374 drivers/gpio/gpio-dln2.c 			type = DLN2_GPIO_EVENT_NONE;
type              378 drivers/gpio/gpio-dln2.c 		ret = dln2_gpio_set_event_cfg(dln2, pin, type, 0);
type              402 drivers/gpio/gpio-dln2.c 		__u8 type;
type              276 drivers/gpio/gpio-dwapb.c static int dwapb_irq_set_type(struct irq_data *d, u32 type)
type              284 drivers/gpio/gpio-dwapb.c 	if (type & ~(IRQ_TYPE_EDGE_RISING | IRQ_TYPE_EDGE_FALLING |
type              292 drivers/gpio/gpio-dwapb.c 	switch (type) {
type              315 drivers/gpio/gpio-dwapb.c 	irq_setup_alt_chip(d, type);
type              318 drivers/gpio/gpio-dwapb.c 	if (type != IRQ_TYPE_EDGE_BOTH)
type              436 drivers/gpio/gpio-dwapb.c 		ct->type = IRQ_TYPE_LEVEL_MASK;
type              439 drivers/gpio/gpio-dwapb.c 	irq_gc->chip_types[0].type = IRQ_TYPE_LEVEL_MASK;
type              440 drivers/gpio/gpio-dwapb.c 	irq_gc->chip_types[1].type = IRQ_TYPE_EDGE_BOTH;
type               96 drivers/gpio/gpio-eic-sprd.c 	enum sprd_eic_type type;
type              102 drivers/gpio/gpio-eic-sprd.c 	enum sprd_eic_type type;
type              112 drivers/gpio/gpio-eic-sprd.c 	.type = SPRD_EIC_DEBOUNCE,
type              117 drivers/gpio/gpio-eic-sprd.c 	.type = SPRD_EIC_LATCH,
type              122 drivers/gpio/gpio-eic-sprd.c 	.type = SPRD_EIC_ASYNC,
type              127 drivers/gpio/gpio-eic-sprd.c 	.type = SPRD_EIC_SYNC,
type              185 drivers/gpio/gpio-eic-sprd.c 	switch (sprd_eic->type) {
type              241 drivers/gpio/gpio-eic-sprd.c 	switch (sprd_eic->type) {
type              266 drivers/gpio/gpio-eic-sprd.c 	switch (sprd_eic->type) {
type              291 drivers/gpio/gpio-eic-sprd.c 	switch (sprd_eic->type) {
type              316 drivers/gpio/gpio-eic-sprd.c 	switch (sprd_eic->type) {
type              457 drivers/gpio/gpio-eic-sprd.c 	if ((sprd_eic->type != SPRD_EIC_DEBOUNCE &&
type              458 drivers/gpio/gpio-eic-sprd.c 	     sprd_eic->type != SPRD_EIC_LATCH) ||
type              466 drivers/gpio/gpio-eic-sprd.c 	switch (sprd_eic->type) {
type              496 drivers/gpio/gpio-eic-sprd.c 	enum sprd_eic_type type = *(enum sprd_eic_type *)data;
type              498 drivers/gpio/gpio-eic-sprd.c 	return !strcmp(chip->label, sprd_eic_label_name[type]);
type              510 drivers/gpio/gpio-eic-sprd.c 		switch (sprd_eic->type) {
type              547 drivers/gpio/gpio-eic-sprd.c 	enum sprd_eic_type type;
type              556 drivers/gpio/gpio-eic-sprd.c 	for (type = SPRD_EIC_DEBOUNCE; type < SPRD_EIC_MAX; type++) {
type              557 drivers/gpio/gpio-eic-sprd.c 		chip = gpiochip_find(&type, sprd_eic_match_chip_by_type);
type              585 drivers/gpio/gpio-eic-sprd.c 	sprd_eic->type = pdata->type;
type              603 drivers/gpio/gpio-eic-sprd.c 	sprd_eic->chip.label = sprd_eic_label_name[sprd_eic->type];
type              609 drivers/gpio/gpio-eic-sprd.c 	switch (sprd_eic->type) {
type              122 drivers/gpio/gpio-em.c static int em_gio_irq_set_type(struct irq_data *d, unsigned int type)
type              124 drivers/gpio/gpio-em.c 	unsigned char value = em_gio_sense_table[type & IRQ_TYPE_SENSE_MASK];
type              209 drivers/gpio/gpio-ep93xx.c static int ep93xx_gpio_irq_type(struct irq_data *d, unsigned int type)
type              220 drivers/gpio/gpio-ep93xx.c 	switch (type) {
type               55 drivers/gpio/gpio-f7188x.c 	enum chips type;
type              396 drivers/gpio/gpio-f7188x.c 	switch (sio->type) {
type              470 drivers/gpio/gpio-f7188x.c 		sio->type = f71869;
type              473 drivers/gpio/gpio-f7188x.c 		sio->type = f71869a;
type              476 drivers/gpio/gpio-f7188x.c 		sio->type = f71882fg;
type              479 drivers/gpio/gpio-f7188x.c 		sio->type = f71889a;
type              482 drivers/gpio/gpio-f7188x.c 		sio->type = f71889f;
type              485 drivers/gpio/gpio-f7188x.c 		sio->type = f81866;
type              488 drivers/gpio/gpio-f7188x.c 		sio->type = f81804;
type              498 drivers/gpio/gpio-f7188x.c 		f7188x_names[sio->type],
type               86 drivers/gpio/gpio-ftgpio010.c static int ftgpio_gpio_set_irq_type(struct irq_data *d, unsigned int type)
type               97 drivers/gpio/gpio-ftgpio010.c 	switch (type) {
type              117 drivers/gpio/gpio-grgpio.c static int grgpio_irq_set_type(struct irq_data *d, unsigned int type)
type              127 drivers/gpio/gpio-grgpio.c 	switch (type) {
type              166 drivers/gpio/gpio-intel-mid.c static int intel_mid_irq_type(struct irq_data *d, unsigned type)
type              183 drivers/gpio/gpio-intel-mid.c 	if (type & IRQ_TYPE_EDGE_RISING)
type              189 drivers/gpio/gpio-intel-mid.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type               82 drivers/gpio/gpio-ixp4xx.c static int ixp4xx_gpio_irq_set_type(struct irq_data *d, unsigned int type)
type               92 drivers/gpio/gpio-ixp4xx.c 	switch (type) {
type               78 drivers/gpio/gpio-lpc18xx.c 	u32 type = irqd_get_trigger_type(d);
type               82 drivers/gpio/gpio-lpc18xx.c 	if (type & IRQ_TYPE_LEVEL_MASK || type & IRQ_TYPE_EDGE_RISING)
type               86 drivers/gpio/gpio-lpc18xx.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type               98 drivers/gpio/gpio-lpc18xx.c 	u32 type = irqd_get_trigger_type(d);
type              102 drivers/gpio/gpio-lpc18xx.c 	if (type & IRQ_TYPE_LEVEL_MASK || type & IRQ_TYPE_EDGE_RISING)
type              106 drivers/gpio/gpio-lpc18xx.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type              118 drivers/gpio/gpio-lpc18xx.c 	u32 type = irqd_get_trigger_type(d);
type              122 drivers/gpio/gpio-lpc18xx.c 	if (type & IRQ_TYPE_EDGE_BOTH)
type              131 drivers/gpio/gpio-lpc18xx.c static int lpc18xx_gpio_pin_ic_set_type(struct irq_data *d, unsigned int type)
type              137 drivers/gpio/gpio-lpc18xx.c 	if (type & IRQ_TYPE_LEVEL_HIGH) {
type              141 drivers/gpio/gpio-lpc18xx.c 	} else if (type & IRQ_TYPE_LEVEL_LOW) {
type              135 drivers/gpio/gpio-lynxpoint.c static int lp_irq_type(struct irq_data *d, unsigned type)
type              151 drivers/gpio/gpio-lynxpoint.c 	if (type & IRQ_TYPE_EDGE_RISING)
type              155 drivers/gpio/gpio-lynxpoint.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type              159 drivers/gpio/gpio-lynxpoint.c 	if (type & IRQ_TYPE_LEVEL_LOW)
type              163 drivers/gpio/gpio-lynxpoint.c 	if (type & IRQ_TYPE_LEVEL_HIGH)
type              168 drivers/gpio/gpio-lynxpoint.c 	if (type & IRQ_TYPE_EDGE_BOTH)
type              170 drivers/gpio/gpio-lynxpoint.c 	else if (type & IRQ_TYPE_LEVEL_MASK)
type              138 drivers/gpio/gpio-madera.c 	switch (madera->type) {
type              159 drivers/gpio/gpio-madera.c 		dev_err(&pdev->dev, "Unknown chip variant %d\n", madera->type);
type              392 drivers/gpio/gpio-max732x.c static int max732x_irq_set_type(struct irq_data *d, unsigned int type)
type              405 drivers/gpio/gpio-max732x.c 	if (!(type & IRQ_TYPE_EDGE_BOTH)) {
type              407 drivers/gpio/gpio-max732x.c 			d->irq, type);
type              411 drivers/gpio/gpio-max732x.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type              416 drivers/gpio/gpio-max732x.c 	if (type & IRQ_TYPE_EDGE_RISING)
type               27 drivers/gpio/gpio-max77620.c 		.type = {
type               38 drivers/gpio/gpio-max77620.c 		.type = {
type               49 drivers/gpio/gpio-max77620.c 		.type = {
type               60 drivers/gpio/gpio-max77620.c 		.type = {
type               71 drivers/gpio/gpio-max77620.c 		.type = {
type               82 drivers/gpio/gpio-max77620.c 		.type = {
type               93 drivers/gpio/gpio-max77620.c 		.type = {
type              104 drivers/gpio/gpio-max77620.c 		.type = {
type              244 drivers/gpio/gpio-merrifield.c static int mrfld_irq_set_type(struct irq_data *d, unsigned int type)
type              258 drivers/gpio/gpio-merrifield.c 	if (type & IRQ_TYPE_EDGE_RISING)
type              264 drivers/gpio/gpio-merrifield.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type              274 drivers/gpio/gpio-merrifield.c 	if (type & IRQ_TYPE_LEVEL_LOW)
type              280 drivers/gpio/gpio-merrifield.c 	if (type & IRQ_TYPE_LEVEL_MASK) {
type              285 drivers/gpio/gpio-merrifield.c 	} else if (type & IRQ_TYPE_EDGE_BOTH) {
type              235 drivers/gpio/gpio-ml-ioh.c static int ioh_irq_type(struct irq_data *d, unsigned int type)
type              257 drivers/gpio/gpio-ml-ioh.c 		__func__, irq, type, ch, im_pos, type);
type              261 drivers/gpio/gpio-ml-ioh.c 	switch (type) {
type              281 drivers/gpio/gpio-ml-ioh.c 			__func__, type);
type              151 drivers/gpio/gpio-msic.c static int msic_irq_type(struct irq_data *data, unsigned type)
type              161 drivers/gpio/gpio-msic.c 	mg->trig_type = type;
type              151 drivers/gpio/gpio-mt7621.c mediatek_gpio_irq_type(struct irq_data *d, unsigned int type)
type              158 drivers/gpio/gpio-mt7621.c 	if (type == IRQ_TYPE_PROBE) {
type              163 drivers/gpio/gpio-mt7621.c 		type = IRQ_TYPE_EDGE_RISING | IRQ_TYPE_EDGE_FALLING;
type              171 drivers/gpio/gpio-mt7621.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type              489 drivers/gpio/gpio-mvebu.c static int mvebu_gpio_irq_set_type(struct irq_data *d, unsigned int type)
type              503 drivers/gpio/gpio-mvebu.c 	type &= IRQ_TYPE_SENSE_MASK;
type              504 drivers/gpio/gpio-mvebu.c 	if (type == IRQ_TYPE_NONE)
type              508 drivers/gpio/gpio-mvebu.c 	if (!(ct->type & type))
type              509 drivers/gpio/gpio-mvebu.c 		if (irq_setup_alt_chip(d, type))
type              515 drivers/gpio/gpio-mvebu.c 	switch (type) {
type              557 drivers/gpio/gpio-mvebu.c 	u32 cause, type, data_in, level_mask, edge_cause, edge_mask;
type              580 drivers/gpio/gpio-mvebu.c 		type = irq_get_trigger_type(irq);
type              581 drivers/gpio/gpio-mvebu.c 		if ((type & IRQ_TYPE_SENSE_MASK) == IRQ_TYPE_EDGE_BOTH) {
type             1227 drivers/gpio/gpio-mvebu.c 	ct->type = IRQ_TYPE_LEVEL_HIGH | IRQ_TYPE_LEVEL_LOW;
type             1234 drivers/gpio/gpio-mvebu.c 	ct->type = IRQ_TYPE_EDGE_RISING | IRQ_TYPE_EDGE_FALLING;
type              171 drivers/gpio/gpio-mxc.c static int gpio_set_irq_type(struct irq_data *d, u32 type)
type              181 drivers/gpio/gpio-mxc.c 	switch (type) {
type               70 drivers/gpio/gpio-mxs.c static int mxs_gpio_set_irq_type(struct irq_data *d, unsigned int type)
type               80 drivers/gpio/gpio-mxs.c 	if (!(ct->type & type))
type               81 drivers/gpio/gpio-mxs.c 		if (irq_setup_alt_chip(d, type))
type               85 drivers/gpio/gpio-mxs.c 	switch (type) {
type              206 drivers/gpio/gpio-mxs.c 	ct->type = IRQ_TYPE_LEVEL_HIGH | IRQ_TYPE_LEVEL_LOW;
type              218 drivers/gpio/gpio-mxs.c 	ct->type = IRQ_TYPE_EDGE_RISING | IRQ_TYPE_EDGE_FALLING;
type              422 drivers/gpio/gpio-omap.c static int omap_gpio_irq_type(struct irq_data *d, unsigned type)
type              429 drivers/gpio/gpio-omap.c 	if (type & ~IRQ_TYPE_SENSE_MASK)
type              433 drivers/gpio/gpio-omap.c 		(type & (IRQ_TYPE_LEVEL_LOW|IRQ_TYPE_LEVEL_HIGH)))
type              437 drivers/gpio/gpio-omap.c 	retval = omap_set_gpio_triggering(bank, offset, type);
type              450 drivers/gpio/gpio-omap.c 	if (type & (IRQ_TYPE_LEVEL_LOW | IRQ_TYPE_LEVEL_HIGH))
type              452 drivers/gpio/gpio-omap.c 	else if (type & (IRQ_TYPE_EDGE_FALLING | IRQ_TYPE_EDGE_RISING))
type              639 drivers/gpio/gpio-pca953x.c static int pca953x_irq_set_type(struct irq_data *d, unsigned int type)
type              646 drivers/gpio/gpio-pca953x.c 	if (!(type & IRQ_TYPE_EDGE_BOTH)) {
type              648 drivers/gpio/gpio-pca953x.c 			d->irq, type);
type              652 drivers/gpio/gpio-pca953x.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type              657 drivers/gpio/gpio-pca953x.c 	if (type & IRQ_TYPE_EDGE_RISING)
type              219 drivers/gpio/gpio-pch.c static int pch_irq_type(struct irq_data *d, unsigned int type)
type              236 drivers/gpio/gpio-pch.c 	dev_dbg(chip->dev, "irq=%d type=%d ch=%d pos=%d\n", irq, type, ch, im_pos);
type              240 drivers/gpio/gpio-pch.c 	switch (type) {
type              265 drivers/gpio/gpio-pch.c 	if (type & (IRQ_TYPE_LEVEL_LOW | IRQ_TYPE_LEVEL_HIGH))
type              267 drivers/gpio/gpio-pch.c 	else if (type & (IRQ_TYPE_EDGE_FALLING | IRQ_TYPE_EDGE_RISING))
type              102 drivers/gpio/gpio-pxa.c 	enum pxa_gpio_type	type;
type              111 drivers/gpio/gpio-pxa.c 	.type		= PXA25X_GPIO,
type              116 drivers/gpio/gpio-pxa.c 	.type		= PXA26X_GPIO,
type              121 drivers/gpio/gpio-pxa.c 	.type		= PXA27X_GPIO,
type              126 drivers/gpio/gpio-pxa.c 	.type		= PXA3XX_GPIO,
type              131 drivers/gpio/gpio-pxa.c 	.type		= PXA93X_GPIO,
type              136 drivers/gpio/gpio-pxa.c 	.type		= MMP_GPIO,
type              141 drivers/gpio/gpio-pxa.c 	.type		= MMP2_GPIO,
type              146 drivers/gpio/gpio-pxa.c 	.type		= PXA1928_GPIO,
type              174 drivers/gpio/gpio-pxa.c static inline int gpio_is_pxa_type(int type)
type              176 drivers/gpio/gpio-pxa.c 	return (type & MMP_GPIO) == 0;
type              179 drivers/gpio/gpio-pxa.c static inline int gpio_is_mmp_type(int type)
type              181 drivers/gpio/gpio-pxa.c 	return (type & MMP_GPIO) != 0;
type              399 drivers/gpio/gpio-pxa.c static int pxa_gpio_irq_type(struct irq_data *d, unsigned int type)
type              406 drivers/gpio/gpio-pxa.c 	if (type == IRQ_TYPE_PROBE) {
type              416 drivers/gpio/gpio-pxa.c 		type = IRQ_TYPE_EDGE_RISING | IRQ_TYPE_EDGE_FALLING;
type              426 drivers/gpio/gpio-pxa.c 	if (type & IRQ_TYPE_EDGE_RISING)
type              431 drivers/gpio/gpio-pxa.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type              439 drivers/gpio/gpio-pxa.c 		((type & IRQ_TYPE_EDGE_RISING)  ? " rising"  : ""),
type              440 drivers/gpio/gpio-pxa.c 		((type & IRQ_TYPE_EDGE_FALLING) ? " falling" : ""));
type              548 drivers/gpio/gpio-pxa.c 	switch (pxa_id->type) {
type              557 drivers/gpio/gpio-pxa.c 		gpio_type = pxa_id->type;
type              602 drivers/gpio/gpio-pxa.c 	gpio_type = gpio_id->type;
type              139 drivers/gpio/gpio-rcar.c static int gpio_rcar_irq_set_type(struct irq_data *d, unsigned int type)
type              145 drivers/gpio/gpio-rcar.c 	dev_dbg(p->dev, "sense irq = %d, type = %d\n", hwirq, type);
type              147 drivers/gpio/gpio-rcar.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type              122 drivers/gpio/gpio-sa1100.c static int sa1100_gpio_type(struct irq_data *d, unsigned int type)
type              127 drivers/gpio/gpio-sa1100.c 	if (type == IRQ_TYPE_PROBE) {
type              130 drivers/gpio/gpio-sa1100.c 		type = IRQ_TYPE_EDGE_RISING | IRQ_TYPE_EDGE_FALLING;
type              133 drivers/gpio/gpio-sa1100.c 	if (type & IRQ_TYPE_EDGE_RISING)
type              137 drivers/gpio/gpio-sa1100.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type              131 drivers/gpio/gpio-siox.c static int gpio_siox_irq_set_type(struct irq_data *d, u32 type)
type              138 drivers/gpio/gpio-siox.c 	ddata->irq_type[d->hwirq] = type;
type               45 drivers/gpio/gpio-sodaville.c static int sdv_gpio_pub_set_type(struct irq_data *d, unsigned int type)
type               59 drivers/gpio/gpio-sodaville.c 	switch (type) {
type               96 drivers/gpio/gpio-sodaville.c 	u32 line, type;
type              108 drivers/gpio/gpio-sodaville.c 	type = *intspec;
type              110 drivers/gpio/gpio-sodaville.c 	switch (type) {
type              113 drivers/gpio/gpio-sodaville.c 		*out_type = type;
type              160 drivers/gpio/gpio-sodaville.c 	ct->type = IRQ_TYPE_LEVEL_HIGH | IRQ_TYPE_LEVEL_LOW;
type              241 drivers/gpio/gpio-sta2x11.c 	int type;
type              244 drivers/gpio/gpio-sta2x11.c 	type = chip->irq_type[nr];
type              248 drivers/gpio/gpio-sta2x11.c 	if (type & IRQ_TYPE_EDGE_RISING)
type              253 drivers/gpio/gpio-sta2x11.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type              261 drivers/gpio/gpio-sta2x11.c static int gsta_irq_type(struct irq_data *d, unsigned int type)
type              268 drivers/gpio/gpio-sta2x11.c 	if (!(type & (IRQ_TYPE_EDGE_RISING | IRQ_TYPE_EDGE_FALLING))) {
type              269 drivers/gpio/gpio-sta2x11.c 		pr_debug("%s: unsupported type 0x%x\n", __func__, type);
type              273 drivers/gpio/gpio-sta2x11.c 	chip->irq_type[nr] = type; /* used for enable/disable */
type              137 drivers/gpio/gpio-stmpe.c static int stmpe_gpio_irq_set_type(struct irq_data *d, unsigned int type)
type              145 drivers/gpio/gpio-stmpe.c 	if (type & IRQ_TYPE_LEVEL_LOW || type & IRQ_TYPE_LEVEL_HIGH)
type              153 drivers/gpio/gpio-stmpe.c 	if (type & IRQ_TYPE_EDGE_RISING)
type              158 drivers/gpio/gpio-stmpe.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type               82 drivers/gpio/gpio-tb10x.c static int tb10x_gpio_irq_set_type(struct irq_data *data, unsigned int type)
type               84 drivers/gpio/gpio-tb10x.c 	if ((type & IRQF_TRIGGER_MASK) != IRQ_TYPE_EDGE_BOTH) {
type               89 drivers/gpio/gpio-tb10x.c 	irqd_set_trigger_type(data, type);
type              202 drivers/gpio/gpio-tb10x.c 		gc->chip_types[0].type               = IRQ_TYPE_EDGE_BOTH;
type              154 drivers/gpio/gpio-tc3589x.c static int tc3589x_gpio_irq_set_type(struct irq_data *d, unsigned int type)
type              162 drivers/gpio/gpio-tc3589x.c 	if (type == IRQ_TYPE_EDGE_BOTH) {
type              169 drivers/gpio/gpio-tc3589x.c 	if (type == IRQ_TYPE_LEVEL_LOW || type == IRQ_TYPE_LEVEL_HIGH)
type              174 drivers/gpio/gpio-tc3589x.c 	if (type == IRQ_TYPE_EDGE_RISING || type == IRQ_TYPE_LEVEL_HIGH)
type              300 drivers/gpio/gpio-tegra.c static int tegra_gpio_irq_set_type(struct irq_data *d, unsigned int type)
type              309 drivers/gpio/gpio-tegra.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type              354 drivers/gpio/gpio-tegra.c 	if (type & (IRQ_TYPE_LEVEL_LOW | IRQ_TYPE_LEVEL_HIGH))
type              356 drivers/gpio/gpio-tegra.c 	else if (type & (IRQ_TYPE_EDGE_FALLING | IRQ_TYPE_EDGE_RISING))
type              279 drivers/gpio/gpio-tegra186.c static int tegra186_irq_set_type(struct irq_data *data, unsigned int type)
type              293 drivers/gpio/gpio-tegra186.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type              325 drivers/gpio/gpio-tegra186.c 	if ((type & IRQ_TYPE_EDGE_BOTH) == 0)
type              374 drivers/gpio/gpio-tegra186.c 					  unsigned int *type)
type              393 drivers/gpio/gpio-tegra186.c 	*type = spec[1] & IRQ_TYPE_SENSE_MASK;
type              415 drivers/gpio/gpio-thunderx.c 				       unsigned int *type)
type              424 drivers/gpio/gpio-thunderx.c 	*type = fwspec->param[1] & IRQ_TYPE_SENSE_MASK;
type              142 drivers/gpio/gpio-tqmx86.c static int tqmx86_gpio_irq_set_type(struct irq_data *data, unsigned int type)
type              147 drivers/gpio/gpio-tqmx86.c 	unsigned int edge_type = type & IRQF_TRIGGER_MASK;
type              204 drivers/gpio/gpio-uniphier.c static int uniphier_gpio_irq_set_type(struct irq_data *data, unsigned int type)
type              210 drivers/gpio/gpio-uniphier.c 	if (type == IRQ_TYPE_EDGE_BOTH) {
type              212 drivers/gpio/gpio-uniphier.c 		type = IRQ_TYPE_EDGE_FALLING;
type              219 drivers/gpio/gpio-uniphier.c 	return irq_chip_set_type_parent(data, type);
type              269 drivers/gpio/gpio-uniphier.c 	unsigned int type;
type              275 drivers/gpio/gpio-uniphier.c 	ret = uniphier_gpio_irq_domain_translate(domain, arg, &hwirq, &type);
type              287 drivers/gpio/gpio-uniphier.c 	parent_fwspec.param[1] = (type == IRQ_TYPE_EDGE_BOTH) ?
type              288 drivers/gpio/gpio-uniphier.c 						IRQ_TYPE_EDGE_FALLING : type;
type              167 drivers/gpio/gpio-vf610.c static int vf610_gpio_irq_set_type(struct irq_data *d, u32 type)
type              173 drivers/gpio/gpio-vf610.c 	switch (type) {
type              195 drivers/gpio/gpio-vf610.c 	if (type & IRQ_TYPE_LEVEL_MASK)
type              235 drivers/gpio/gpio-wcove.c static int wcove_irq_type(struct irq_data *data, unsigned int type)
type              243 drivers/gpio/gpio-wcove.c 	switch (type) {
type               35 drivers/gpio/gpio-wm8994.c 	switch (wm8994->type) {
type               74 drivers/gpio/gpio-xgene-sb.c static int xgene_gpio_sb_irq_set_type(struct irq_data *d, unsigned int type)
type               80 drivers/gpio/gpio-xgene-sb.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type               99 drivers/gpio/gpio-xgene-sb.c 	if (type & IRQ_TYPE_EDGE_BOTH)
type              164 drivers/gpio/gpio-xgene-sb.c 		unsigned int *type)
type              172 drivers/gpio/gpio-xgene-sb.c 	*type = fwspec->param[1];
type              159 drivers/gpio/gpio-xlp.c static int xlp_gpio_set_irq_type(struct irq_data *d, unsigned int type)
type              165 drivers/gpio/gpio-xlp.c 	switch (type) {
type              477 drivers/gpio/gpio-zynq.c static int zynq_gpio_set_irq_type(struct irq_data *irq_data, unsigned int type)
type              498 drivers/gpio/gpio-zynq.c 	switch (type) {
type              532 drivers/gpio/gpio-zynq.c 	if (type & IRQ_TYPE_LEVEL_MASK)
type              159 drivers/gpio/gpiolib-acpi.c 	if (ares->type != ACPI_RESOURCE_TYPE_GPIO)
type              639 drivers/gpio/gpiolib-acpi.c 	if (ares->type != ACPI_RESOURCE_TYPE_GPIO)
type              988 drivers/gpio/gpiolib-acpi.c 	if (WARN_ON(ares->type != ACPI_RESOURCE_TYPE_GPIO)) {
type             1257 drivers/gpio/gpiolib-acpi.c 		switch (element->type) {
type             1278 drivers/gpio/gpiolib-acpi.c 	if (ares->type == ACPI_RESOURCE_TYPE_GPIO)
type             1315 drivers/gpio/gpiolib-acpi.c 			if (obj->type == ACPI_TYPE_LOCAL_REFERENCE)
type             1317 drivers/gpio/gpiolib-acpi.c 			else if (obj->type == ACPI_TYPE_PACKAGE)
type             1848 drivers/gpio/gpiolib.c 						   unsigned int *type)
type             1852 drivers/gpio/gpiolib.c 		return irq_domain_translate_twocell(d, fwspec, hwirq, type);
type             1859 drivers/gpio/gpiolib.c 		ret = irq_domain_translate_twocell(d, fwspec, hwirq, type);
type             1862 drivers/gpio/gpiolib.c 		WARN_ON(*type == IRQ_TYPE_NONE);
type             1875 drivers/gpio/gpiolib.c 	unsigned int type = IRQ_TYPE_NONE;
type             1889 drivers/gpio/gpiolib.c 	ret = gc->irq.child_irq_domain_ops.translate(d, fwspec, &hwirq, &type);
type             1895 drivers/gpio/gpiolib.c 	ret = girq->child_to_parent_hwirq(gc, hwirq, type,
type             2251 drivers/gpio/gpiolib.c 	unsigned int type;
type             2263 drivers/gpio/gpiolib.c 	type = gpiochip->irq.default_type;
type             2270 drivers/gpio/gpiolib.c 	if (WARN(np && type != IRQ_TYPE_NONE,
type             2271 drivers/gpio/gpiolib.c 		 "%s: Ignoring %u default trigger\n", np->full_name, type))
type             2272 drivers/gpio/gpiolib.c 		type = IRQ_TYPE_NONE;
type             2274 drivers/gpio/gpiolib.c 	if (has_acpi_companion(gpiochip->parent) && type != IRQ_TYPE_NONE) {
type             2276 drivers/gpio/gpiolib.c 				 "Ignoring %u default trigger\n", type);
type             2277 drivers/gpio/gpiolib.c 		type = IRQ_TYPE_NONE;
type             2281 drivers/gpio/gpiolib.c 	gpiochip->irq.default_type = type;
type             2412 drivers/gpio/gpiolib.c 			     unsigned int type,
type             2442 drivers/gpio/gpiolib.c 	if (WARN(of_node && type != IRQ_TYPE_NONE,
type             2443 drivers/gpio/gpiolib.c 		 "%pOF: Ignoring %d default trigger\n", of_node, type))
type             2444 drivers/gpio/gpiolib.c 		type = IRQ_TYPE_NONE;
type             2445 drivers/gpio/gpiolib.c 	if (has_acpi_companion(gpiochip->parent) && type != IRQ_TYPE_NONE) {
type             2447 drivers/gpio/gpiolib.c 				 "Ignoring %d default trigger\n", type);
type             2448 drivers/gpio/gpiolib.c 		type = IRQ_TYPE_NONE;
type             2453 drivers/gpio/gpiolib.c 	gpiochip->irq.default_type = type;
type              288 drivers/gpio/sgpio-aspeed.c static int aspeed_sgpio_set_type(struct irq_data *d, unsigned int type)
type              303 drivers/gpio/sgpio-aspeed.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type              279 drivers/gpu/drm/amd/amdgpu/amdgpu.h 	const enum amd_ip_block_type type;
type              292 drivers/gpu/drm/amd/amdgpu/amdgpu.h 				       enum amd_ip_block_type type,
type              297 drivers/gpu/drm/amd/amdgpu/amdgpu.h 			      enum amd_ip_block_type type);
type              558 drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c 	.type = AMD_IP_BLOCK_TYPE_ACP,
type               95 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c 	atif_arg_elements[0].type = ACPI_TYPE_INTEGER;
type               99 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c 		atif_arg_elements[1].type = ACPI_TYPE_BUFFER;
type              104 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c 		atif_arg_elements[1].type = ACPI_TYPE_INTEGER;
type              420 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c 			event->device_class, event->type);
type              428 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c 	    event->type != atif->notification_cfg.command_code) {
type              430 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c 		if (event->type == ACPI_VIDEO_NOTIFY_PROBE)
type              509 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c 	atcs_arg_elements[0].type = ACPI_TYPE_INTEGER;
type              513 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c 		atcs_arg_elements[1].type = ACPI_TYPE_BUFFER;
type              518 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c 		atcs_arg_elements[1].type = ACPI_TYPE_INTEGER;
type              283 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c 	bp.type = ttm_bo_type_kernel;
type              364 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c 	bp.type = ttm_bo_type_device;
type              386 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c 				      enum kgd_engine_type type)
type              390 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c 	switch (type) {
type              164 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h 				      enum kgd_engine_type type);
type              642 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c 	enum hqd_dequeue_request_type type;
type              659 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c 		type = DRAIN_PIPE;
type              662 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c 		type = RESET_WAVES;
type              665 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c 		type = DRAIN_PIPE;
type              725 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c 	WREG32(SOC15_REG_OFFSET(GC, 0, mmCP_HQD_DEQUEUE_REQUEST), type);
type              548 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c 	enum hqd_dequeue_request_type type;
type              560 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c 		type = DRAIN_PIPE;
type              563 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c 		type = RESET_WAVES;
type              566 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c 		type = DRAIN_PIPE;
type              624 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c 	WREG32(mmCP_HQD_DEQUEUE_REQUEST, type);
type              541 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c 	enum hqd_dequeue_request_type type;
type              556 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c 		type = DRAIN_PIPE;
type              559 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c 		type = RESET_WAVES;
type              562 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c 		type = DRAIN_PIPE;
type              620 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c 	WREG32(mmCP_HQD_DEQUEUE_REQUEST, type);
type              538 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c 	enum hqd_dequeue_request_type type;
type              553 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c 		type = DRAIN_PIPE;
type              556 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c 		type = RESET_WAVES;
type              559 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c 		type = DRAIN_PIPE;
type              563 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c 	WREG32_RLC(SOC15_REG_OFFSET(GC, 0, mmCP_HQD_DEQUEUE_REQUEST), type);
type             1174 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 	bp.type = bo_type;
type              919 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c 					ss->type = ss_assign->v1.ucSpreadSpectrumMode;
type              937 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c 					ss->type = ss_assign->v2.ucSpreadSpectrumMode;
type              959 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c 					ss->type = ss_assign->v3.ucSpreadSpectrumMode;
type              119 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c 	atpx_arg_elements[0].type = ACPI_TYPE_INTEGER;
type              123 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c 		atpx_arg_elements[1].type = ACPI_TYPE_BUFFER;
type              128 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c 		atpx_arg_elements[1].type = ACPI_TYPE_INTEGER;
type               88 drivers/gpu/drm/amd/amdgpu/amdgpu_benchmark.c 	bp.type = ttm_bo_type_kernel;
type              250 drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c 	atrm_arg_elements[0].type = ACPI_TYPE_INTEGER;
type              253 drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c 	atrm_arg_elements[1].type = ACPI_TYPE_INTEGER;
type              160 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c 					enum cgs_ucode_id type)
type              165 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c 	switch (type) {
type              196 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c 			DRM_ERROR("firmware type %d do not have version\n", type);
type              203 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c 					enum cgs_ucode_id type,
type              208 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c 	if ((CGS_UCODE_ID_SMU != type) && (CGS_UCODE_ID_SMU_SK != type)) {
type              215 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c 		id = fw_type_convert(cgs_device, type);
type              224 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c 		if ((type == CGS_UCODE_ID_CP_MEC_JT1) ||
type              225 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c 		    (type == CGS_UCODE_ID_CP_MEC_JT2)) {
type              235 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c 		if (CGS_UCODE_ID_CP_MEC == type)
type              238 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c 		info->fw_version = amdgpu_get_firmware_version(cgs_device, type);
type              354 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c 				if (type == CGS_UCODE_ID_SMU) {
type              371 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c 				} else if (type == CGS_UCODE_ID_SMU_SK) {
type              376 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c 				if (type == CGS_UCODE_ID_SMU) {
type              397 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c 				} else if (type == CGS_UCODE_ID_SMU_SK) {
type              392 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c 		mode->type = DRM_MODE_TYPE_PREFERRED | DRM_MODE_TYPE_DRIVER;
type              406 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c 		mode->type = DRM_MODE_TYPE_PREFERRED | DRM_MODE_TYPE_DRIVER;
type              619 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c 		if (mode->type & DRM_MODE_TYPE_PREFERRED) {
type              999 drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c 	if (ring->funcs->type != AMDGPU_RING_TYPE_GFX)
type             1119 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		if (adev->ip_blocks[i].version->type != block_type)
type             1153 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		if (adev->ip_blocks[i].version->type != block_type)
type             1207 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		if (adev->ip_blocks[i].version->type == block_type) {
type             1235 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		if (adev->ip_blocks[i].version->type == block_type)
type             1253 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 			      enum amd_ip_block_type type)
type             1258 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		if (adev->ip_blocks[i].version->type == type)
type             1276 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 				       enum amd_ip_block_type type,
type             1279 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 	struct amdgpu_ip_block *ip_block = amdgpu_device_ip_get_ip_block(adev, type);
type             1650 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_COMMON) {
type             1679 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_COMMON ||
type             1680 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		    (amdgpu_sriov_vf(adev) && (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_PSP)) ||
type             1681 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		    adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_IH) {
type             1724 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 			if (adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_PSP)
type             1788 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GMC) {
type             1911 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		if (adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_UVD &&
type             1912 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		    adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_VCE &&
type             1913 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		    adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_VCN &&
type             1941 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		if (adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_UVD &&
type             1942 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		    adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_VCE &&
type             1943 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		    adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_VCN &&
type             2069 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_SMC) {
type             2100 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GMC) {
type             2186 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_DCE) {
type             2221 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_DCE)
type             2232 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_SMC) {
type             2302 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 			if (block->version->type != ip_order[i] ||
type             2337 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 			if (block->version->type != ip_order[i] ||
type             2372 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_COMMON ||
type             2373 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		    adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GMC ||
type             2374 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		    adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_IH) {
type             2409 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_COMMON ||
type             2410 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		    adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GMC ||
type             2411 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		    adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_IH ||
type             2412 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		    adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_PSP)
type             3309 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		if ((adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GMC) ||
type             3310 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		    (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_SMC) ||
type             3311 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		    (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_ACP) ||
type             3312 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		    (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_DCE) ||
type             3313 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		     adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_PSP) {
type              381 drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c 	bp.type = ttm_bo_type_sg;
type              858 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 				strlcpy(info.type, name, sizeof(info.type));
type              316 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h #define amdgpu_dpm_print_clock_levels(adev, type, buf) \
type              317 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h 		((adev)->powerplay.pp_funcs->print_clock_levels((adev)->powerplay.pp_handle, type, buf))
type              319 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h #define amdgpu_dpm_force_clock_level(adev, type, level) \
type              320 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h 		((adev)->powerplay.pp_funcs->force_clock_level((adev)->powerplay.pp_handle, type, level))
type              350 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h #define amdgpu_dpm_switch_power_profile(adev, type, en) \
type              352 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h 			(adev)->powerplay.pp_handle, type, en))
type              366 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h #define amdgpu_dpm_odn_edit_dpm_table(adev, type, parameter, size) \
type              368 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h 			(adev)->powerplay.pp_handle, type, parameter, size))
type              397 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c 	if (ring->funcs->type != AMDGPU_RING_TYPE_UVD) {
type              459 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c 	if (ring->funcs->type != AMDGPU_RING_TYPE_KIQ) {
type              460 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c 		switch (ring->funcs->type) {
type              717 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c 		if (ring->funcs->type == AMDGPU_RING_TYPE_GFX ||
type              718 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c 		    ring->funcs->type == AMDGPU_RING_TYPE_SDMA) {
type              725 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c 		if (ring->funcs->type != AMDGPU_RING_TYPE_GFX)
type              127 drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c 		bp.type = ttm_bo_type_kernel;
type               52 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 			     u64 flags, enum ttm_bo_type type,
type               65 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	bp.type = type;
type               49 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.h 			     u64 flags, enum ttm_bo_type type,
type              186 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h #define amdgpu_gmc_flush_gpu_tlb(adev, vmid, vmhub, type) ((adev)->gmc.gmc_funcs->flush_gpu_tlb((adev), (vmid), (vmhub), (type)))
type              368 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c 		if (ring->funcs->type == AMDGPU_RING_TYPE_UVD ||
type              369 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c 			ring->funcs->type == AMDGPU_RING_TYPE_VCE ||
type              370 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c 			ring->funcs->type == AMDGPU_RING_TYPE_UVD_ENC ||
type              371 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c 			ring->funcs->type == AMDGPU_RING_TYPE_VCN_DEC ||
type              372 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c 			ring->funcs->type == AMDGPU_RING_TYPE_VCN_ENC ||
type              373 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c 			ring->funcs->type == AMDGPU_RING_TYPE_VCN_JPEG)
type              433 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c 			     struct amdgpu_irq_src *src, unsigned type)
type              443 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c 	if (amdgpu_irq_enabled(adev, src, type))
type              448 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c 	r = src->funcs->set(adev, src, type, state);
type              493 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c 		   unsigned type)
type              498 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c 	if (type >= src->num_types)
type              504 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c 	if (atomic_inc_return(&src->enabled_types[type]) == 1)
type              505 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c 		return amdgpu_irq_update(adev, src, type);
type              523 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c 		   unsigned type)
type              528 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c 	if (type >= src->num_types)
type              534 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c 	if (atomic_dec_and_test(&src->enabled_types[type]))
type              535 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c 		return amdgpu_irq_update(adev, src, type);
type              554 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c 			unsigned type)
type              559 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c 	if (type >= src->num_types)
type              565 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c 	return !!atomic_read(&src->enabled_types[type]);
type               74 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.h 		   unsigned type, enum amdgpu_interrupt_state state);
type              113 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.h 		      unsigned type);
type              115 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.h 		   unsigned type);
type              117 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.h 		   unsigned type);
type              119 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.h 			unsigned type);
type              308 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 	enum amd_ip_block_type type;
type              315 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 	switch (info->query_hw_ip.type) {
type              317 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 		type = AMD_IP_BLOCK_TYPE_GFX;
type              325 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 		type = AMD_IP_BLOCK_TYPE_GFX;
type              333 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 		type = AMD_IP_BLOCK_TYPE_SDMA;
type              341 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 		type = AMD_IP_BLOCK_TYPE_UVD;
type              353 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 		type = AMD_IP_BLOCK_TYPE_VCE;
type              361 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 		type = AMD_IP_BLOCK_TYPE_UVD;
type              374 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 		type = AMD_IP_BLOCK_TYPE_VCN;
type              386 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 		type = AMD_IP_BLOCK_TYPE_VCN;
type              399 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 		type = AMD_IP_BLOCK_TYPE_VCN;
type              415 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 		if (adev->ip_blocks[i].version->type == type &&
type              422 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 	num_rings = min(amdgpu_ctx_num_entities[info->query_hw_ip.type],
type              496 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 		enum amd_ip_block_type type;
type              499 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 		switch (info->query_hw_ip.type) {
type              501 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 			type = AMD_IP_BLOCK_TYPE_GFX;
type              504 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 			type = AMD_IP_BLOCK_TYPE_GFX;
type              507 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 			type = AMD_IP_BLOCK_TYPE_SDMA;
type              510 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 			type = AMD_IP_BLOCK_TYPE_UVD;
type              513 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 			type = AMD_IP_BLOCK_TYPE_VCE;
type              516 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 			type = AMD_IP_BLOCK_TYPE_UVD;
type              521 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 			type = AMD_IP_BLOCK_TYPE_VCN;
type              528 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 			if (adev->ip_blocks[i].version->type == type &&
type              784 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 		switch (info->vbios_info.type) {
type              803 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 					info->vbios_info.type);
type              810 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 		switch (info->query_hw_ip.type) {
type              832 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 		switch (info->sensor_info.type) {
type              912 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 				      info->sensor_info.type);
type              294 drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c #define AMDGPU_MN_KEY(mm, type) ((unsigned long)(mm) + (type))
type              316 drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c 				enum amdgpu_mn_type type)
type              320 drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c 	unsigned long key = AMDGPU_MN_KEY(mm, type);
type              330 drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c 		if (AMDGPU_MN_KEY(amn->mm, amn->type) == key)
type              342 drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c 	amn->type = type;
type              345 drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c 	amn->mirror.ops = &amdgpu_hmm_mirror_ops[type];
type              350 drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c 	hash_add(adev->mn_hash, &amn->node, AMDGPU_MN_KEY(mm, type));
type              379 drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c 	enum amdgpu_mn_type type =
type              386 drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c 	amn = amdgpu_mn_get(adev, type);
type               56 drivers/gpu/drm/amd/amdgpu/amdgpu_mn.h 	enum amdgpu_mn_type	type;
type               78 drivers/gpu/drm/amd/amdgpu/amdgpu_mn.h 				enum amdgpu_mn_type type);
type               86 drivers/gpu/drm/amd/amdgpu/amdgpu_mn.h 					      enum amdgpu_mn_type type)
type              370 drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h 	uint8_t type;
type              252 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 	bp.type = ttm_bo_type_kernel;
type              514 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 		.interruptible = (bp->type != ttm_bo_type_kernel),
type              517 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 		.flags = bp->type != ttm_bo_type_kernel ?
type              557 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 	if (bp->type != ttm_bo_type_kernel &&
type              572 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 	if (bp->type == ttm_bo_type_kernel)
type              575 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 	r = ttm_bo_init_reserved(&adev->mman.bdev, &bo->tbo, size, bp->type,
type              609 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 	if (bp->type == ttm_bo_type_device)
type              636 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 	bp.type = ttm_bo_type_kernel;
type             1437 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 		     !bo->pin_count && bo->tbo.type != ttm_bo_type_kernel);
type               43 drivers/gpu/drm/amd/amdgpu/amdgpu_object.h 	enum ttm_bo_type		type;
type              656 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 	uint32_t type;
type              662 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 		type = PP_OD_EDIT_SCLK_VDDC_TABLE;
type              664 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 		type = PP_OD_EDIT_MCLK_VDDC_TABLE;
type              666 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 		type = PP_OD_RESTORE_DEFAULT_TABLE;
type              668 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 		type = PP_OD_COMMIT_DPM_TABLE;
type              670 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 		type = PP_OD_EDIT_VDDC_CURVE;
type              678 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 	if (type == PP_OD_EDIT_VDDC_CURVE)
type              694 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 		ret = smu_od_edit_dpm_table(&adev->smu, type,
type              701 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 			ret = amdgpu_dpm_odn_edit_dpm_table(adev, type,
type              707 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 		if (type == PP_OD_COMMIT_DPM_TABLE) {
type               51 drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c 	if (event->attr.type != event->pmu->type)
type              854 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 			   enum psp_gfx_fw_type *type)
type              858 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_SDMA0;
type              861 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_SDMA1;
type              864 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_SDMA2;
type              867 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_SDMA3;
type              870 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_SDMA4;
type              873 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_SDMA5;
type              876 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_SDMA6;
type              879 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_SDMA7;
type              882 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_CP_CE;
type              885 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_CP_PFP;
type              888 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_CP_ME;
type              891 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_CP_MEC;
type              894 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_CP_MEC_ME1;
type              897 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_CP_MEC;
type              900 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_CP_MEC_ME2;
type              903 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_RLC_G;
type              906 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_RLC_RESTORE_LIST_SRM_CNTL;
type              909 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_RLC_RESTORE_LIST_GPM_MEM;
type              912 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_RLC_RESTORE_LIST_SRM_MEM;
type              915 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_SMU;
type              918 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_UVD;
type              921 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_UVD1;
type              924 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_VCE;
type              927 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_VCN;
type              930 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_DMCU_ERAM;
type              933 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_DMCU_ISR;
type              936 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_VCN0_RAM;
type              939 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 		*type = GFX_FW_TYPE_VCN1_RAM;
type             1399 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 	.type = AMD_IP_BLOCK_TYPE_PSP,
type             1408 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 	.type = AMD_IP_BLOCK_TYPE_PSP,
type             1417 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 	.type = AMD_IP_BLOCK_TYPE_PSP,
type             1426 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 	.type = AMD_IP_BLOCK_TYPE_PSP,
type              220 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h #define psp_ring_init(psp, type) (psp)->funcs->ring_init((psp), (type))
type              221 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h #define psp_ring_create(psp, type) (psp)->funcs->ring_create((psp), (type))
type              222 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h #define psp_ring_stop(psp, type) (psp)->funcs->ring_stop((psp), (type))
type              223 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h #define psp_ring_destroy(psp, type) ((psp)->funcs->ring_destroy((psp), (type)))
type              226 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h #define psp_compare_sram_data(psp, ucode, type) \
type              227 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h 		(psp)->funcs->compare_sram_data((psp), (ucode), (type))
type              158 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c 			data->head.type = AMDGPU_RAS_ERROR__MULTI_UNCORRECTABLE;
type              160 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c 			data->head.type = AMDGPU_RAS_ERROR__SINGLE_CORRECTABLE;
type              457 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c 			.error_type = amdgpu_ras_error_to_ta(head->type),
type              462 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c 			.error_type = amdgpu_ras_error_to_ta(head->type),
type              566 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c 			.type = default_ras_type,
type              642 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c 		.inject_error_type = amdgpu_ras_error_to_ta(info->head.type),
type              304 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h 	enum amdgpu_ras_error_type type;
type              250 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c 	if (ring->funcs->type == AMDGPU_RING_TYPE_KIQ)
type              113 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h 	enum amdgpu_ring_type	type;
type               68 drivers/gpu/drm/amd/amdgpu/amdgpu_test.c 	bp.type = ttm_bo_type_kernel;
type              122 drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h 			     __field(u32, type)
type              131 drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h 			   __entry->type = bo->tbo.mem.mem_type;
type              138 drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h 		       __entry->bo, __entry->pages, __entry->type,
type               85 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c static int amdgpu_init_mem_type(struct ttm_bo_device *bdev, uint32_t type,
type               92 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 	switch (type) {
type              127 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 		DRM_ERROR("Unsupported memory type %u\n", (unsigned)type);
type              153 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 	if (bo->type == ttm_bo_type_sg) {
type              465 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 	if (bo->type == ttm_bo_type_kernel)
type              686 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 	if (bo->type == ttm_bo_type_device &&
type             1486 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 	if (bo->type == ttm_bo_type_kernel &&
type              945 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c 		unsigned type = CP_PACKET_GET_TYPE(cmd);
type              946 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c 		switch (type) {
type              958 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c 			DRM_ERROR("Unknown packet type %d !\n", type);
type              366 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c 		if (ring->funcs->type == AMDGPU_RING_TYPE_VCN_ENC)
type              368 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c 		else if (ring->funcs->type == AMDGPU_RING_TYPE_VCN_JPEG)
type               60 drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h 	int (*get_pp_clk)(struct amdgpu_device *adev, u32 type, char *buf);
type              206 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 	if (bo->tbo.type == ttm_bo_type_kernel)
type              309 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 	if (bo->tbo.type == ttm_bo_type_kernel && bo->parent)
type              661 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 		if (bo->tbo.type != ttm_bo_type_kernel) {
type              833 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 	bp->type = ttm_bo_type_kernel;
type              967 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 		if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE)
type             2524 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 		if (bo->tbo.type == ttm_bo_type_kernel)
type              259 drivers/gpu/drm/amd/amdgpu/atombios_crtc.c 		if (ss->type & ATOM_EXTERNAL_SS_MASK)
type              279 drivers/gpu/drm/amd/amdgpu/atombios_crtc.c 	args.v3.ucSpreadSpectrumType = ss->type & ATOM_SS_CENTRE_SPREAD_MODE_MASK;
type              638 drivers/gpu/drm/amd/amdgpu/atombios_crtc.c 			if (ss_enabled && (ss->type & ATOM_EXTERNAL_SS_MASK))
type              651 drivers/gpu/drm/amd/amdgpu/atombios_crtc.c 			if ((ss_enabled && (ss->type & ATOM_EXTERNAL_SS_MASK)) &&
type              681 drivers/gpu/drm/amd/amdgpu/atombios_crtc.c 			if ((ss_enabled && (ss->type & ATOM_EXTERNAL_SS_MASK)) &&
type              874 drivers/gpu/drm/amd/amdgpu/atombios_crtc.c 		if (amdgpu_crtc->ss.type & ATOM_PPLL_SS_TYPE_V2_CENTRE_SPREAD)
type              198 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 	props.type = BACKLIGHT_RAW;
type             2076 drivers/gpu/drm/amd/amdgpu/cik.c 	.type = AMD_IP_BLOCK_TYPE_COMMON,
type              451 drivers/gpu/drm/amd/amdgpu/cik_ih.c 	.type = AMD_IP_BLOCK_TYPE_IH,
type             1113 drivers/gpu/drm/amd/amdgpu/cik_sdma.c 				       unsigned type,
type             1118 drivers/gpu/drm/amd/amdgpu/cik_sdma.c 	switch (type) {
type             1249 drivers/gpu/drm/amd/amdgpu/cik_sdma.c 	.type = AMDGPU_RING_TYPE_SDMA,
type             1389 drivers/gpu/drm/amd/amdgpu/cik_sdma.c 	.type = AMD_IP_BLOCK_TYPE_SDMA,
type              432 drivers/gpu/drm/amd/amdgpu/cz_ih.c 	.type = AMD_IP_BLOCK_TYPE_IH,
type             2486 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	unsigned type;
type             2496 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 		type = amdgpu_display_crtc_idx_to_irq_type(adev,
type             2498 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 		amdgpu_irq_update(adev, &adev->crtc_irq, type);
type             2499 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 		amdgpu_irq_update(adev, &adev->pageflip_irq, type);
type             3042 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 					unsigned type,
type             3045 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	switch (type) {
type             3090 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 					    unsigned type,
type             3095 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	if (type >= adev->mode_info.num_crtc) {
type             3096 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 		DRM_ERROR("invalid pageflip crtc %d\n", type);
type             3100 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	reg = RREG32(mmGRPH_INTERRUPT_CONTROL + crtc_offsets[type]);
type             3102 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 		WREG32(mmGRPH_INTERRUPT_CONTROL + crtc_offsets[type],
type             3105 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 		WREG32(mmGRPH_INTERRUPT_CONTROL + crtc_offsets[type],
type             3615 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	.type = AMD_IP_BLOCK_TYPE_DCE,
type             3624 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	.type = AMD_IP_BLOCK_TYPE_DCE,
type             2565 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	unsigned type;
type             2575 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 		type = amdgpu_display_crtc_idx_to_irq_type(adev,
type             2577 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 		amdgpu_irq_update(adev, &adev->crtc_irq, type);
type             2578 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 		amdgpu_irq_update(adev, &adev->pageflip_irq, type);
type             3168 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 					unsigned type,
type             3171 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	switch (type) {
type             3216 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 					    unsigned type,
type             3221 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	if (type >= adev->mode_info.num_crtc) {
type             3222 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 		DRM_ERROR("invalid pageflip crtc %d\n", type);
type             3226 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	reg = RREG32(mmGRPH_INTERRUPT_CONTROL + crtc_offsets[type]);
type             3228 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 		WREG32(mmGRPH_INTERRUPT_CONTROL + crtc_offsets[type],
type             3231 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 		WREG32(mmGRPH_INTERRUPT_CONTROL + crtc_offsets[type],
type             3747 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	.type = AMD_IP_BLOCK_TYPE_DCE,
type             3756 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	.type = AMD_IP_BLOCK_TYPE_DCE,
type             2378 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	unsigned type;
type             2386 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 		type = amdgpu_display_crtc_idx_to_irq_type(adev,
type             2388 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 		amdgpu_irq_update(adev, &adev->crtc_irq, type);
type             2389 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 		amdgpu_irq_update(adev, &adev->pageflip_irq, type);
type             2852 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 					    unsigned type,
type             2857 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	if (type >= adev->mode_info.num_hpd) {
type             2858 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 		DRM_DEBUG("invalid hdp %d\n", type);
type             2864 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 		dc_hpd_int_cntl = RREG32(mmDC_HPD1_INT_CONTROL + hpd_offsets[type]);
type             2866 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 		WREG32(mmDC_HPD1_INT_CONTROL + hpd_offsets[type], dc_hpd_int_cntl);
type             2869 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 		dc_hpd_int_cntl = RREG32(mmDC_HPD1_INT_CONTROL + hpd_offsets[type]);
type             2871 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 		WREG32(mmDC_HPD1_INT_CONTROL + hpd_offsets[type], dc_hpd_int_cntl);
type             2882 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 					     unsigned type,
type             2885 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	switch (type) {
type             2967 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 						 unsigned type,
type             2972 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	if (type >= adev->mode_info.num_crtc) {
type             2973 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 		DRM_ERROR("invalid pageflip crtc %d\n", type);
type             2977 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	reg = RREG32(mmGRPH_INTERRUPT_CONTROL + crtc_offsets[type]);
type             2979 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 		WREG32(mmGRPH_INTERRUPT_CONTROL + crtc_offsets[type],
type             2982 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 		WREG32(mmGRPH_INTERRUPT_CONTROL + crtc_offsets[type],
type             3424 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	.type = AMD_IP_BLOCK_TYPE_DCE,
type             3433 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	.type = AMD_IP_BLOCK_TYPE_DCE,
type             2387 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	unsigned type;
type             2397 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 		type = amdgpu_display_crtc_idx_to_irq_type(adev,
type             2399 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 		amdgpu_irq_update(adev, &adev->crtc_irq, type);
type             2400 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 		amdgpu_irq_update(adev, &adev->pageflip_irq, type);
type             2944 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 					    unsigned type,
type             2949 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	if (type >= adev->mode_info.num_hpd) {
type             2950 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 		DRM_DEBUG("invalid hdp %d\n", type);
type             2956 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 		dc_hpd_int_cntl = RREG32(mmDC_HPD1_INT_CONTROL + hpd_offsets[type]);
type             2958 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 		WREG32(mmDC_HPD1_INT_CONTROL + hpd_offsets[type], dc_hpd_int_cntl);
type             2961 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 		dc_hpd_int_cntl = RREG32(mmDC_HPD1_INT_CONTROL + hpd_offsets[type]);
type             2963 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 		WREG32(mmDC_HPD1_INT_CONTROL + hpd_offsets[type], dc_hpd_int_cntl);
type             2974 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 					     unsigned type,
type             2977 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	switch (type) {
type             3059 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 						 unsigned type,
type             3064 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	if (type >= adev->mode_info.num_crtc) {
type             3065 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 		DRM_ERROR("invalid pageflip crtc %d\n", type);
type             3069 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	reg = RREG32(mmGRPH_INTERRUPT_CONTROL + crtc_offsets[type]);
type             3071 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 		WREG32(mmGRPH_INTERRUPT_CONTROL + crtc_offsets[type],
type             3074 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 		WREG32(mmGRPH_INTERRUPT_CONTROL + crtc_offsets[type],
type             3503 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	.type = AMD_IP_BLOCK_TYPE_DCE,
type             3512 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	.type = AMD_IP_BLOCK_TYPE_DCE,
type             3521 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	.type = AMD_IP_BLOCK_TYPE_DCE,
type             3530 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	.type = AMD_IP_BLOCK_TYPE_DCE,
type             3539 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	.type = AMD_IP_BLOCK_TYPE_DCE,
type              133 drivers/gpu/drm/amd/amdgpu/dce_virtual.c 	unsigned type;
type              142 drivers/gpu/drm/amd/amdgpu/dce_virtual.c 		type = amdgpu_display_crtc_idx_to_irq_type(adev,
type              144 drivers/gpu/drm/amd/amdgpu/dce_virtual.c 		amdgpu_irq_update(adev, &adev->crtc_irq, type);
type              733 drivers/gpu/drm/amd/amdgpu/dce_virtual.c 					  unsigned type,
type              736 drivers/gpu/drm/amd/amdgpu/dce_virtual.c 	if (type > AMDGPU_CRTC_IRQ_VBLANK6)
type              739 drivers/gpu/drm/amd/amdgpu/dce_virtual.c 	dce_virtual_set_crtc_vblank_interrupt_state(adev, type, state);
type              757 drivers/gpu/drm/amd/amdgpu/dce_virtual.c 	.type = AMD_IP_BLOCK_TYPE_DCE,
type              276 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0;
type              302 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0;
type              329 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0;
type             4429 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) {
type             4564 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	int usepfp = (ring->funcs->type == AMDGPU_RING_TYPE_GFX);
type             4578 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	if (ring->funcs->type == AMDGPU_RING_TYPE_GFX) {
type             4811 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	switch (ring->funcs->type) {
type             4839 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	int usepfp = (ring->funcs->type == AMDGPU_RING_TYPE_GFX);
type             4950 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 					    unsigned type,
type             4953 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	switch (type) {
type             5027 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 					      unsigned type,
type             5046 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 					       unsigned type,
type             5116 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 					     unsigned int type,
type             5128 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	switch (type) {
type             5195 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	.type = AMDGPU_RING_TYPE_GFX,
type             5247 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	.type = AMDGPU_RING_TYPE_COMPUTE,
type             5281 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	.type = AMDGPU_RING_TYPE_KIQ,
type             5485 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	.type = AMD_IP_BLOCK_TYPE_GFX,
type             2309 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	int usepfp = (ring->funcs->type == AMDGPU_RING_TYPE_GFX);
type             2335 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	int usepfp = (ring->funcs->type == AMDGPU_RING_TYPE_GFX);
type             2365 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	int usepfp = (ring->funcs->type == AMDGPU_RING_TYPE_GFX);
type             3299 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 					     unsigned type,
type             3324 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 					      unsigned type,
type             3349 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 					    unsigned type,
type             3352 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	switch (type) {
type             3488 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	.type = AMDGPU_RING_TYPE_GFX,
type             3514 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	.type = AMDGPU_RING_TYPE_COMPUTE,
type             3627 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	.type = AMD_IP_BLOCK_TYPE_GFX,
type             2134 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	int usepfp = ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE ? 0 : 1;
type             2136 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) {
type             3213 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	int usepfp = (ring->funcs->type == AMDGPU_RING_TYPE_GFX);
type             3253 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	int usepfp = (ring->funcs->type == AMDGPU_RING_TYPE_GFX);
type             3285 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	int usepfp = (ring->funcs->type == AMDGPU_RING_TYPE_GFX);
type             4776 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 					     unsigned type,
type             4801 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 					      unsigned type,
type             4826 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 					    unsigned type,
type             4829 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	switch (type) {
type             4999 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	.type = AMDGPU_RING_TYPE_GFX,
type             5031 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	.type = AMDGPU_RING_TYPE_COMPUTE,
type             5164 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	.type = AMD_IP_BLOCK_TYPE_GFX,
type             5173 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	.type = AMD_IP_BLOCK_TYPE_GFX,
type             5182 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	.type = AMD_IP_BLOCK_TYPE_GFX,
type             5191 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	.type = AMD_IP_BLOCK_TYPE_GFX,
type             6075 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	if ((ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) ||
type             6076 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	    (ring->funcs->type == AMDGPU_RING_TYPE_KIQ)) {
type             6220 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	int usepfp = (ring->funcs->type == AMDGPU_RING_TYPE_GFX);
type             6238 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	int usepfp = (ring->funcs->type == AMDGPU_RING_TYPE_GFX);
type             6366 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	if (ring->funcs->type != AMDGPU_RING_TYPE_COMPUTE)
type             6506 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	switch (ring->funcs->type) {
type             6597 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 					     unsigned type,
type             6608 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 					      unsigned type,
type             6619 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 					    unsigned type,
type             6622 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	switch (type) {
type             6658 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 					 unsigned int type,
type             6703 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 				     unsigned int type,
type             6815 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	char type[20];
type             6861 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 				sprintf(type, "instruction intr");
type             6863 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 				sprintf(type, "EDC/ECC error");
type             6869 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 					type, se_id, sh_id, cu_id,
type             6934 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	.type = AMDGPU_RING_TYPE_GFX,
type             6979 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	.type = AMDGPU_RING_TYPE_COMPUTE,
type             7009 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	.type = AMDGPU_RING_TYPE_KIQ,
type             7186 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	.type = AMD_IP_BLOCK_TYPE_GFX,
type             7195 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	.type = AMD_IP_BLOCK_TYPE_GFX,
type             4432 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 		.type = AMDGPU_RAS_ERROR__MULTI_UNCORRECTABLE,
type             4988 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) {
type             5115 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	int usepfp = (ring->funcs->type == AMDGPU_RING_TYPE_GFX);
type             5130 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	if (ring->funcs->type == AMDGPU_RING_TYPE_GFX) {
type             5246 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	if (ring->funcs->type != AMDGPU_RING_TYPE_COMPUTE)
type             5426 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	switch (ring->funcs->type) {
type             5454 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	int usepfp = (ring->funcs->type == AMDGPU_RING_TYPE_GFX);
type             5456 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	bool fw_version_ok = (ring->funcs->type == AMDGPU_RING_TYPE_GFX) ?
type             5549 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 					     unsigned type,
type             5568 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 					      unsigned type,
type             5594 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 					      unsigned type,
type             5625 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 					    unsigned type,
type             5628 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	switch (type) {
type             6065 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	      info->head.type)) {
type             6068 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 			info->head.type);
type             6073 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	      info->head.type)) {
type             6076 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 			info->head.type);
type             6083 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	block_info.inject_error_type = amdgpu_ras_error_to_ta(info->head.type);
type             6197 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	.type = AMDGPU_RING_TYPE_GFX,
type             6248 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	.type = AMDGPU_RING_TYPE_COMPUTE,
type             6283 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	.type = AMDGPU_RING_TYPE_KIQ,
type             6522 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	.type = AMD_IP_BLOCK_TYPE_GFX,
type               59 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c 				   struct amdgpu_irq_src *src, unsigned type,
type             1006 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c 	.type = AMD_IP_BLOCK_TYPE_GMC,
type             1058 drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c 					     unsigned type,
type             1177 drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c 	.type = AMD_IP_BLOCK_TYPE_GMC,
type             1204 drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c 					     unsigned type,
type             1368 drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c 	.type = AMD_IP_BLOCK_TYPE_GMC,
type             1377 drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c 	.type = AMD_IP_BLOCK_TYPE_GMC,
type             1375 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c 					     unsigned type,
type             1736 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c 	.type = AMD_IP_BLOCK_TYPE_GMC,
type             1745 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c 	.type = AMD_IP_BLOCK_TYPE_GMC,
type             1754 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c 	.type = AMD_IP_BLOCK_TYPE_GMC,
type              203 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c 		unsigned type,
type              286 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c 					unsigned type,
type              943 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c 		.type = AMDGPU_RAS_ERROR__MULTI_UNCORRECTABLE,
type              953 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c 		.type = AMDGPU_RAS_ERROR__MULTI_UNCORRECTABLE,
type             1642 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c 	.type = AMD_IP_BLOCK_TYPE_GMC,
type              430 drivers/gpu/drm/amd/amdgpu/iceland_ih.c 	.type = AMD_IP_BLOCK_TYPE_IH,
type              421 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 		if (config_regs->type == KV_CONFIGREG_CACHE) {
type              424 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 			switch (config_regs->type) {
type              441 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 			switch (config_regs->type) {
type             3140 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				      unsigned type,
type             3145 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 	switch (type) {
type             3349 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 	.type = AMD_IP_BLOCK_TYPE_SMC,
type               75 drivers/gpu/drm/amd/amdgpu/kv_dpm.h 	enum kv_pt_config_reg_type type;
type              361 drivers/gpu/drm/amd/amdgpu/mes_v10_1.c 	.type = AMD_IP_BLOCK_TYPE_MES,
type              161 drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c static int xgpu_ai_get_pp_clk(struct amdgpu_device *adev, u32 type, char *buf)
type              169 drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c         switch(type) {
type              204 drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c                         (type == PP_SCLK)? "SCLK" : "MCLK");
type              300 drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c 					unsigned type,
type              353 drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c 				       unsigned type,
type              499 drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c 				       unsigned type,
type              529 drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c 				       unsigned type,
type              482 drivers/gpu/drm/amd/amdgpu/navi10_ih.c 	.type = AMD_IP_BLOCK_TYPE_IH,
type              377 drivers/gpu/drm/amd/amdgpu/nv.c 	.type = AMD_IP_BLOCK_TYPE_COMMON,
type             1006 drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c 					unsigned type,
type             1011 drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c 	switch (type) {
type             1136 drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c 	.type = AMDGPU_RING_TYPE_SDMA,
type             1277 drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c 	.type = AMD_IP_BLOCK_TYPE_SDMA,
type             1340 drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c 					unsigned type,
type             1345 drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c 	switch (type) {
type             1574 drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c 	.type = AMDGPU_RING_TYPE_SDMA,
type             1715 drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c 	.type = AMD_IP_BLOCK_TYPE_SDMA,
type             1724 drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c 	.type = AMD_IP_BLOCK_TYPE_SDMA,
type             1710 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 		.type = AMDGPU_RAS_ERROR__MULTI_UNCORRECTABLE,
type             1987 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 					unsigned type,
type             1992 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 	sdma_cntl = RREG32_SDMA(type, mmSDMA0_CNTL);
type             1995 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 	WREG32_SDMA(type, mmSDMA0_CNTL, sdma_cntl);
type             2096 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 					unsigned type,
type             2101 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 	sdma_edc_config = RREG32_SDMA(type, mmSDMA0_EDC_CONFIG);
type             2104 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 	WREG32_SDMA(type, mmSDMA0_EDC_CONFIG, sdma_edc_config);
type             2255 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 	.type = AMDGPU_RING_TYPE_SDMA,
type             2291 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 	.type = AMDGPU_RING_TYPE_SDMA,
type             2323 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 	.type = AMDGPU_RING_TYPE_SDMA,
type             2355 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 	.type = AMDGPU_RING_TYPE_SDMA,
type             2542 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 	.type = AMD_IP_BLOCK_TYPE_SDMA,
type             1409 drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c 					unsigned type,
type             1414 drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c 	u32 reg_offset = (type == AMDGPU_SDMA_IRQ_INSTANCE0) ?
type             1605 drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c 	.type = AMDGPU_RING_TYPE_SDMA,
type             1758 drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c 	.type = AMD_IP_BLOCK_TYPE_SDMA,
type             2117 drivers/gpu/drm/amd/amdgpu/si.c 	.type = AMD_IP_BLOCK_TYPE_COMMON,
type              588 drivers/gpu/drm/amd/amdgpu/si_dma.c 					unsigned type,
type              593 drivers/gpu/drm/amd/amdgpu/si_dma.c 	switch (type) {
type              720 drivers/gpu/drm/amd/amdgpu/si_dma.c 	.type = AMDGPU_RING_TYPE_SDMA,
type              851 drivers/gpu/drm/amd/amdgpu/si_dma.c 	.type = AMD_IP_BLOCK_TYPE_SDMA,
type             2847 drivers/gpu/drm/amd/amdgpu/si_dpm.c 		switch (config_regs->type) {
type             2861 drivers/gpu/drm/amd/amdgpu/si_dpm.c 		switch (config_regs->type) {
type             7506 drivers/gpu/drm/amd/amdgpu/si_dpm.c 				      unsigned type,
type             7511 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	switch (type) {
type             8044 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	.type = AMD_IP_BLOCK_TYPE_SMC,
type              858 drivers/gpu/drm/amd/amdgpu/si_dpm.h 	enum si_cac_config_reg_type type;
type              307 drivers/gpu/drm/amd/amdgpu/si_ih.c 	.type = AMD_IP_BLOCK_TYPE_IH,
type              661 drivers/gpu/drm/amd/amdgpu/soc15.c 	.type = AMD_IP_BLOCK_TYPE_COMMON,
type               74 drivers/gpu/drm/amd/amdgpu/soc15d.h #define PACKETJ(reg, r, cond, type)	((reg & 0x3FFFF) |			\
type               77 drivers/gpu/drm/amd/amdgpu/soc15d.h 			 ((type & 0xF) << 28))
type              484 drivers/gpu/drm/amd/amdgpu/tonga_ih.c 	.type = AMD_IP_BLOCK_TYPE_IH,
type              663 drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c 					unsigned type,
type              741 drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c 	.type = AMDGPU_RING_TYPE_UVD,
type              780 drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c 		.type = AMD_IP_BLOCK_TYPE_UVD,
type              586 drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c 					unsigned type,
type              850 drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c 	.type = AMDGPU_RING_TYPE_UVD,
type              889 drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c 		.type = AMD_IP_BLOCK_TYPE_UVD,
type             1209 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c 					unsigned type,
type             1516 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c 	.type = AMDGPU_RING_TYPE_UVD,
type             1542 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c 	.type = AMDGPU_RING_TYPE_UVD,
type             1570 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c 	.type = AMDGPU_RING_TYPE_UVD_ENC,
type             1635 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c 		.type = AMD_IP_BLOCK_TYPE_UVD,
type             1644 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c 		.type = AMD_IP_BLOCK_TYPE_UVD,
type             1653 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c 		.type = AMD_IP_BLOCK_TYPE_UVD,
type             1533 drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c 					unsigned type,
type             1773 drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c 	.type = AMDGPU_RING_TYPE_UVD,
type             1805 drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c 	.type = AMDGPU_RING_TYPE_UVD_ENC,
type             1885 drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c 		.type = AMD_IP_BLOCK_TYPE_UVD,
type              519 drivers/gpu/drm/amd/amdgpu/vce_v2_0.c 					unsigned type,
type              604 drivers/gpu/drm/amd/amdgpu/vce_v2_0.c 	.type = AMDGPU_RING_TYPE_VCE,
type              648 drivers/gpu/drm/amd/amdgpu/vce_v2_0.c 		.type = AMD_IP_BLOCK_TYPE_VCE,
type              703 drivers/gpu/drm/amd/amdgpu/vce_v3_0.c 					unsigned type,
type              893 drivers/gpu/drm/amd/amdgpu/vce_v3_0.c 	.type = AMDGPU_RING_TYPE_VCE,
type              917 drivers/gpu/drm/amd/amdgpu/vce_v3_0.c 	.type = AMDGPU_RING_TYPE_VCE,
type              975 drivers/gpu/drm/amd/amdgpu/vce_v3_0.c 	.type = AMD_IP_BLOCK_TYPE_VCE,
type              984 drivers/gpu/drm/amd/amdgpu/vce_v3_0.c 	.type = AMD_IP_BLOCK_TYPE_VCE,
type              993 drivers/gpu/drm/amd/amdgpu/vce_v3_0.c 	.type = AMD_IP_BLOCK_TYPE_VCE,
type             1011 drivers/gpu/drm/amd/amdgpu/vce_v4_0.c 					unsigned type,
type             1068 drivers/gpu/drm/amd/amdgpu/vce_v4_0.c 	.type = AMDGPU_RING_TYPE_VCE,
type             1124 drivers/gpu/drm/amd/amdgpu/vce_v4_0.c 	.type = AMD_IP_BLOCK_TYPE_VCE,
type             2105 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c 					unsigned type,
type             2199 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c 	.type = AMDGPU_RING_TYPE_VCN_DEC,
type             2232 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c 	.type = AMDGPU_RING_TYPE_VCN_ENC,
type             2264 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c 	.type = AMDGPU_RING_TYPE_VCN_JPEG,
type             2333 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c 		.type = AMD_IP_BLOCK_TYPE_VCN,
type             2061 drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c 					unsigned type,
type             2172 drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c 	.type = AMDGPU_RING_TYPE_VCN_DEC,
type             2202 drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c 	.type = AMDGPU_RING_TYPE_VCN_ENC,
type             2232 drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c 	.type = AMDGPU_RING_TYPE_VCN_JPEG,
type             2296 drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c 		.type = AMD_IP_BLOCK_TYPE_VCN,
type             1001 drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c 	.type = AMDGPU_RING_TYPE_VCN_DEC,
type             1100 drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c 	.type = AMDGPU_RING_TYPE_VCN_ENC,
type             1180 drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c 	.type = AMDGPU_RING_TYPE_VCN_JPEG,
type             1320 drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c 					unsigned type,
type             1407 drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c 		.type = AMD_IP_BLOCK_TYPE_VCN,
type              720 drivers/gpu/drm/amd/amdgpu/vega10_ih.c 	.type = AMD_IP_BLOCK_TYPE_IH,
type             1665 drivers/gpu/drm/amd/amdgpu/vi.c 	.type = AMD_IP_BLOCK_TYPE_COMMON,
type              213 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c 		q_properties->type = KFD_QUEUE_TYPE_COMPUTE;
type              215 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c 		q_properties->type = KFD_QUEUE_TYPE_SDMA;
type              217 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c 		q_properties->type = KFD_QUEUE_TYPE_SDMA_XGMI;
type              435 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	switch (sub_type_hdr->type) {
type              466 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 				sub_type_hdr->type);
type              571 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		pcache->type = CRAT_SUBTYPE_CACHE_AFFINITY;
type              815 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	sub_type_hdr->type = CRAT_SUBTYPE_COMPUTEUNIT_AFFINITY;
type              856 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	sub_type_hdr->type = CRAT_SUBTYPE_MEMORY_AFFINITY;
type              906 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		sub_type_hdr->type = CRAT_SUBTYPE_IOLINK_AFFINITY;
type             1034 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		struct kfd_dev *kdev, uint8_t type, uint64_t size,
type             1044 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	sub_type_hdr->type = CRAT_SUBTYPE_MEMORY_AFFINITY;
type             1051 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 			type, size);
type             1057 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	sub_type_hdr->visibility_type = type;
type             1083 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	sub_type_hdr->type = CRAT_SUBTYPE_IOLINK_AFFINITY;
type             1118 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	sub_type_hdr->type = CRAT_SUBTYPE_IOLINK_AFFINITY;
type             1183 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	sub_type_hdr->type = CRAT_SUBTYPE_COMPUTEUNIT_AFFINITY;
type               97 drivers/gpu/drm/amd/amdkfd/kfd_crat.h 	uint8_t		type;
type              130 drivers/gpu/drm/amd/amdkfd/kfd_crat.h 	uint8_t		type;
type              157 drivers/gpu/drm/amd/amdkfd/kfd_crat.h 	uint8_t		type;
type              186 drivers/gpu/drm/amd/amdkfd/kfd_crat.h 	uint8_t		type;
type              217 drivers/gpu/drm/amd/amdkfd/kfd_crat.h 	uint8_t		type;
type              263 drivers/gpu/drm/amd/amdkfd/kfd_crat.h 	uint8_t		type;
type              288 drivers/gpu/drm/amd/amdkfd/kfd_crat.h 	uint8_t		type;
type               89 drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c 	ib_packet->header.type = PM4_TYPE_3;
type              127 drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c 	rm_packet->header.type = PM4_TYPE_3;
type              185 drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c 	properties.type = KFD_QUEUE_TYPE_DIQ;
type              381 drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c 	packets_vec[0].header.type = PM4_TYPE_3;
type              651 drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c 	packets_vec[0].header.type = PM4_TYPE_3;
type              660 drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c 	packets_vec[1].header.type = PM4_TYPE_3;
type              822 drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c 			enum DBGDEV_TYPE type)
type              826 drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c 	pdbgdev->type = type;
type              829 drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c 	switch (type) {
type              194 drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.h 			enum DBGDEV_TYPE type);
type               65 drivers/gpu/drm/amd/amdkfd/kfd_dbgmgr.c 	enum DBGDEV_TYPE type = DBGDEV_TYPE_DIQ;
type               88 drivers/gpu/drm/amd/amdkfd/kfd_dbgmgr.c 		type = DBGDEV_TYPE_NODIQ;
type               90 drivers/gpu/drm/amd/amdkfd/kfd_dbgmgr.c 	kfd_dbgdev_init(new_buff->dbgdev, pdev, type);
type              265 drivers/gpu/drm/amd/amdkfd/kfd_dbgmgr.h 	enum DBGDEV_TYPE type;
type               65 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c enum KFD_MQD_TYPE get_mqd_type_from_queue_type(enum kfd_queue_type type)
type               67 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	if (type == KFD_QUEUE_TYPE_SDMA || type == KFD_QUEUE_TYPE_SDMA_XGMI)
type              144 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	} else if (q->properties.type == KFD_QUEUE_TYPE_SDMA ||
type              145 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 			q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI) {
type              186 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	    q->properties.type == KFD_QUEUE_TYPE_SDMA ||
type              187 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	    q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI)
type              303 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 			q->properties.type)];
type              304 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	if (q->properties.type == KFD_QUEUE_TYPE_COMPUTE) {
type              310 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	} else if (q->properties.type == KFD_QUEUE_TYPE_SDMA ||
type              311 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 		q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI) {
type              350 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	if (q->properties.type == KFD_QUEUE_TYPE_SDMA)
type              352 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	else if (q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI)
type              369 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	if (q->properties.type == KFD_QUEUE_TYPE_COMPUTE)
type              371 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	else if (q->properties.type == KFD_QUEUE_TYPE_SDMA ||
type              372 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 		q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI)
type              433 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 			q->properties.type)];
type              435 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	if (q->properties.type == KFD_QUEUE_TYPE_COMPUTE) {
type              437 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	} else if (q->properties.type == KFD_QUEUE_TYPE_SDMA) {
type              440 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	} else if (q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI) {
type              445 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 				q->properties.type);
type              510 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 			q->properties.type)];
type              524 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 		   (q->properties.type == KFD_QUEUE_TYPE_COMPUTE ||
type              525 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 		    q->properties.type == KFD_QUEUE_TYPE_SDMA ||
type              526 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 		    q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI)) {
type              552 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 		 (q->properties.type == KFD_QUEUE_TYPE_COMPUTE ||
type              553 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 		  q->properties.type == KFD_QUEUE_TYPE_SDMA ||
type              554 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 		  q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI)) {
type              594 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 				q->properties.type)];
type              703 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 				q->properties.type)];
type              919 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	if (q->properties.type == KFD_QUEUE_TYPE_SDMA) {
type              929 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	} else if (q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI) {
type              956 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	if (q->properties.type == KFD_QUEUE_TYPE_SDMA) {
type              960 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	} else if (q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI) {
type             1145 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	if (q->properties.type == KFD_QUEUE_TYPE_SDMA ||
type             1146 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 		q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI) {
type             1159 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 			q->properties.type)];
type             1161 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	if (q->properties.type == KFD_QUEUE_TYPE_SDMA ||
type             1162 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 		q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI)
type             1185 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	if (q->properties.type == KFD_QUEUE_TYPE_SDMA)
type             1187 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	else if (q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI)
type             1211 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	if (q->properties.type == KFD_QUEUE_TYPE_SDMA ||
type             1212 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 		q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI) {
type             1362 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 			q->properties.type)];
type             1366 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	if (q->properties.type == KFD_QUEUE_TYPE_SDMA) {
type             1369 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	} else if (q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI) {
type             1547 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	if (q->properties.type != KFD_QUEUE_TYPE_COMPUTE ||
type             1595 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 		if (q->properties.type == KFD_QUEUE_TYPE_SDMA) {
type             1598 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 		} else if (q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI) {
type             1640 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 				q->properties.type)];
type              153 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.h 	struct mqd_manager *	(*mqd_manager_init)(enum KFD_MQD_TYPE type,
type              247 drivers/gpu/drm/amd/amdkfd/kfd_events.c 	if (ev->type == KFD_EVENT_TYPE_SIGNAL ||
type              248 drivers/gpu/drm/amd/amdkfd/kfd_events.c 	    ev->type == KFD_EVENT_TYPE_DEBUG)
type              289 drivers/gpu/drm/amd/amdkfd/kfd_events.c 	return ev->type == KFD_EVENT_TYPE_SIGNAL ||
type              290 drivers/gpu/drm/amd/amdkfd/kfd_events.c 					ev->type == KFD_EVENT_TYPE_DEBUG;
type              295 drivers/gpu/drm/amd/amdkfd/kfd_events.c 	return ev->type == KFD_EVENT_TYPE_SIGNAL;
type              333 drivers/gpu/drm/amd/amdkfd/kfd_events.c 	ev->type = event_type;
type              620 drivers/gpu/drm/amd/amdkfd/kfd_events.c 		if (waiter->activated && event->type == KFD_EVENT_TYPE_MEMORY) {
type              832 drivers/gpu/drm/amd/amdkfd/kfd_events.c 		int type, void *event_data)
type              843 drivers/gpu/drm/amd/amdkfd/kfd_events.c 		if (ev->type == type) {
type              847 drivers/gpu/drm/amd/amdkfd/kfd_events.c 					ev->event_id, ev->type);
type              849 drivers/gpu/drm/amd/amdkfd/kfd_events.c 			if (ev->type == KFD_EVENT_TYPE_MEMORY && ev_data)
type              853 drivers/gpu/drm/amd/amdkfd/kfd_events.c 	if (type == KFD_EVENT_TYPE_MEMORY) {
type             1002 drivers/gpu/drm/amd/amdkfd/kfd_events.c 		if (ev->type == KFD_EVENT_TYPE_MEMORY) {
type             1039 drivers/gpu/drm/amd/amdkfd/kfd_events.c 			if (ev->type == KFD_EVENT_TYPE_HW_EXCEPTION) {
type             1043 drivers/gpu/drm/amd/amdkfd/kfd_events.c 			if (ev->type == KFD_EVENT_TYPE_MEMORY &&
type               59 drivers/gpu/drm/amd/amdkfd/kfd_events.h 	int type;
type               38 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c 		enum kfd_queue_type type, unsigned int queue_size)
type               44 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c 	if (WARN_ON(type != KFD_QUEUE_TYPE_DIQ && type != KFD_QUEUE_TYPE_HIQ))
type               54 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c 	nop.type = PM4_TYPE_3;
type               59 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c 	switch (type) {
type               67 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c 		pr_err("Invalid queue type %d\n", type);
type               90 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c 	retval = kq->ops_asic_specific.initialize(kq, dev, type, queue_size);
type              120 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c 	prop.type = type;
type              144 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c 	if (type == KFD_QUEUE_TYPE_HIQ) {
type              188 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c 	if (kq->queue->properties.type == KFD_QUEUE_TYPE_HIQ)
type              195 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c 	else if (kq->queue->properties.type == KFD_QUEUE_TYPE_DIQ)
type              299 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c 					enum kfd_queue_type type)
type              345 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c 	if (kq->ops.initialize(kq, dev, type, KFD_KERNEL_QUEUE_SIZE))
type               57 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h 			enum kfd_queue_type type, unsigned int queue_size);
type               27 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_cik.c 			enum kfd_queue_type type, unsigned int queue_size);
type               39 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_cik.c 			enum kfd_queue_type type, unsigned int queue_size)
type               31 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v10.c 			enum kfd_queue_type type, unsigned int queue_size);
type               43 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v10.c 			enum kfd_queue_type type, unsigned int queue_size)
type              171 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v10.c 	switch (q->properties.type) {
type              188 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v10.c 		WARN(1, "queue type %d\n", q->properties.type);
type              210 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v10.c 			enum kfd_queue_type type,
type              222 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v10.c 	switch (type) {
type              234 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v10.c 		WARN(1, "queue type %d\n", type);
type               30 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v9.c 			enum kfd_queue_type type, unsigned int queue_size);
type               42 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v9.c 			enum kfd_queue_type type, unsigned int queue_size)
type              198 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v9.c 	switch (q->properties.type) {
type              221 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v9.c 		WARN(1, "queue type %d", q->properties.type);
type              243 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v9.c 			enum kfd_queue_type type,
type              255 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v9.c 	switch (type) {
type              277 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v9.c 		WARN(1, "queue type %d", type);
type               30 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_vi.c 			enum kfd_queue_type type, unsigned int queue_size);
type               42 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_vi.c 			enum kfd_queue_type type, unsigned int queue_size)
type               77 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_vi.c 	header.type = PM4_TYPE_3;
type              202 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_vi.c 	switch (q->properties.type) {
type              219 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_vi.c 		WARN(1, "queue type %d", q->properties.type);
type              241 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_vi.c 			enum kfd_queue_type type,
type              253 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_vi.c 	switch (type) {
type              265 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_vi.c 		WARN(1, "queue type %d", type);
type               85 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.h 				enum kfd_preempt_type type,
type              263 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c 			enum kfd_preempt_type type,
type              267 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c 	return mm->dev->kfd2kgd->hqd_destroy(mm->dev->kgd, mqd, type, timeout,
type              276 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c 				enum kfd_preempt_type type,
type              361 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c struct mqd_manager *mqd_manager_init_cik(enum KFD_MQD_TYPE type,
type              366 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c 	if (WARN_ON(type >= KFD_MQD_TYPE_MAX))
type              375 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c 	switch (type) {
type              437 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c struct mqd_manager *mqd_manager_init_cik_hawaii(enum KFD_MQD_TYPE type,
type              442 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c 	mqd = mqd_manager_init_cik(type, dev);
type              445 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c 	if ((type == KFD_MQD_TYPE_CP) || (type == KFD_MQD_TYPE_COMPUTE))
type               79 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c 	if (kfd->cwsr_enabled && (q->type == KFD_QUEUE_TYPE_COMPUTE)) {
type              241 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c 		       enum kfd_preempt_type type,
type              246 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c 		(mm->dev->kgd, mqd, type, timeout,
type              384 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c 		enum kfd_preempt_type type,
type              416 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c struct mqd_manager *mqd_manager_init_v10(enum KFD_MQD_TYPE type,
type              421 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c 	if (WARN_ON(type >= KFD_MQD_TYPE_MAX))
type              430 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c 	switch (type) {
type               94 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c 	if (kfd->cwsr_enabled && (q->type == KFD_QUEUE_TYPE_COMPUTE)) {
type              260 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c 			enum kfd_preempt_type type,
type              265 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c 		(mm->dev->kgd, mqd, type, timeout,
type              398 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c 		enum kfd_preempt_type type,
type              430 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c struct mqd_manager *mqd_manager_init_v9(enum KFD_MQD_TYPE type,
type              435 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c 	if (WARN_ON(type >= KFD_MQD_TYPE_MAX))
type              444 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c 	switch (type) {
type              253 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c 			enum kfd_preempt_type type,
type              258 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c 		(mm->dev->kgd, mqd, type, timeout,
type              380 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c 		enum kfd_preempt_type type,
type              412 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c struct mqd_manager *mqd_manager_init_vi(enum KFD_MQD_TYPE type,
type              417 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c 	if (WARN_ON(type >= KFD_MQD_TYPE_MAX))
type              426 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c 	switch (type) {
type              489 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c struct mqd_manager *mqd_manager_init_vi_tonga(enum KFD_MQD_TYPE type,
type              494 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c 	mqd = mqd_manager_init_vi(type, dev);
type              497 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c 	if ((type == KFD_MQD_TYPE_CP) || (type == KFD_MQD_TYPE_COMPUTE))
type              373 drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c int pm_send_unmap_queue(struct packet_manager *pm, enum kfd_queue_type type,
type              391 drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c 	retval = pm->pmf->unmap_queues(pm, buffer, type, filter, filter_param,
type               38 drivers/gpu/drm/amd/amdkfd/kfd_pm4_headers.h 		uint32_t type:2;
type               36 drivers/gpu/drm/amd/amdkfd/kfd_pm4_headers_ai.h 		uint32_t type      : 2; /* < packet identifier.
type               36 drivers/gpu/drm/amd/amdkfd/kfd_pm4_headers_vi.h 		uint32_t type      : 2; /* < packet identifier
type              418 drivers/gpu/drm/amd/amdkfd/kfd_priv.h 	enum kfd_queue_type type;
type              528 drivers/gpu/drm/amd/amdkfd/kfd_priv.h 	enum kfd_queue_type type;
type              872 drivers/gpu/drm/amd/amdkfd/kfd_priv.h struct mqd_manager *mqd_manager_init_cik(enum KFD_MQD_TYPE type,
type              874 drivers/gpu/drm/amd/amdkfd/kfd_priv.h struct mqd_manager *mqd_manager_init_cik_hawaii(enum KFD_MQD_TYPE type,
type              876 drivers/gpu/drm/amd/amdkfd/kfd_priv.h struct mqd_manager *mqd_manager_init_vi(enum KFD_MQD_TYPE type,
type              878 drivers/gpu/drm/amd/amdkfd/kfd_priv.h struct mqd_manager *mqd_manager_init_vi_tonga(enum KFD_MQD_TYPE type,
type              880 drivers/gpu/drm/amd/amdkfd/kfd_priv.h struct mqd_manager *mqd_manager_init_v9(enum KFD_MQD_TYPE type,
type              882 drivers/gpu/drm/amd/amdkfd/kfd_priv.h struct mqd_manager *mqd_manager_init_v10(enum KFD_MQD_TYPE type,
type              887 drivers/gpu/drm/amd/amdkfd/kfd_priv.h 					enum kfd_queue_type type);
type              954 drivers/gpu/drm/amd/amdkfd/kfd_priv.h 			enum kfd_queue_type type,
type              984 drivers/gpu/drm/amd/amdkfd/kfd_priv.h int pm_send_unmap_queue(struct packet_manager *pm, enum kfd_queue_type type,
type              202 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 	enum kfd_queue_type type = properties->type;
type              220 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 	if ((pdd->qpd.is_debug) || (type == KFD_QUEUE_TYPE_DIQ))
type              240 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 	switch (type) {
type              243 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 		if ((type == KFD_QUEUE_TYPE_SDMA && dev->dqm->sdma_queue_count
type              245 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 			(type == KFD_QUEUE_TYPE_SDMA_XGMI &&
type              296 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 		WARN(1, "Invalid queue type %d", type);
type              302 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 			pqm->process->pasid, type, retval);
type              512 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 			switch (q->properties.type) {
type              527 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 					   q->properties.type, q->device->id);
type              534 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 			switch (q->properties.type) {
type              542 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 					   q->properties.type,
type               33 drivers/gpu/drm/amd/amdkfd/kfd_queue.c 	pr_debug("Queue Type: %u\n", q->type);
type               50 drivers/gpu/drm/amd/amdkfd/kfd_queue.c 	pr_debug("Queue Type: %u\n", q->properties.type);
type              893 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 	if (dm->type == DMI_ENTRY_MEM_DEVICE && dm->length >= 0x15) {
type              906 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		if (aconnector->dc_link->type == dc_connection_mst_branch &&
type              914 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 				((struct dc_link *)aconnector->dc_link)->type = dc_connection_single;
type              972 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		if (aconnector->dc_link->type != dc_connection_mst_branch ||
type             1091 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	link->type = dc_connection_none;
type             1298 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	.type = AMD_IP_BLOCK_TYPE_DCE,
type             1596 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	if (dc_link->type != dc_connection_mst_branch)
type             1635 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	    (dc_link->type == dc_connection_mst_branch))
type             1638 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	if (dc_link->type != dc_connection_mst_branch) {
type             2141 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	props.type = BACKLIGHT_RAW;
type             2174 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	plane->type = plane_type;
type             2208 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	    link->type != dc_connection_none) {
type             2279 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		if (plane->type != DC_PLANE_TYPE_DCN_UNIVERSAL)
type             2790 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		address->type = PLN_ADDR_TYPE_GRAPHICS;
type             2812 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		address->type = PLN_ADDR_TYPE_VIDEO_PROGRESSIVE;
type             2900 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	if (plane_state->plane->type != DRM_PLANE_TYPE_OVERLAY)
type             3382 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	stream->out_transfer_func->type = TF_TYPE_PREDEFINED;
type             3593 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		if (preferred_mode->type & DRM_MODE_TYPE_PREFERRED) {
type             3952 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	    link->type != dc_connection_none &&
type             4297 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		if (plane->type == DRM_PLANE_TYPE_CURSOR)
type             4314 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		if (plane->type == DRM_PLANE_TYPE_CURSOR)
type             4526 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	if (plane->type != DRM_PLANE_TYPE_CURSOR)
type             4620 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	if (plane->type != DRM_PLANE_TYPE_CURSOR)
type             4698 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	switch (plane->type) {
type             4747 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 				       NULL, plane->type, NULL);
type             4751 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	if (plane->type == DRM_PLANE_TYPE_OVERLAY &&
type             4760 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	if (plane->type == DRM_PLANE_TYPE_PRIMARY &&
type             4794 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	cursor_plane->type = DRM_PLANE_TYPE_CURSOR;
type             4888 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 			if (preferred_mode->type & DRM_MODE_TYPE_PREFERRED)
type             4914 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	mode->type &= ~DRM_MODE_TYPE_PREFERRED;
type             5664 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		if (plane->type == DRM_PLANE_TYPE_CURSOR)
type             5726 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		if (plane->type == DRM_PLANE_TYPE_CURSOR)
type             6896 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		if (other->type == DRM_PLANE_TYPE_CURSOR)
type             6940 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	if (plane->type == DRM_PLANE_TYPE_CURSOR) {
type             7132 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 			if (plane->type == DRM_PLANE_TYPE_CURSOR)
type             7309 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 			if (plane->type == DRM_PLANE_TYPE_CURSOR)
type             7323 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 			if (plane->type == DRM_PLANE_TYPE_CURSOR)
type             7584 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 			if (data->type != EDID_DETAIL_MONITOR_RANGE)
type              206 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c 	gamma->type = GAMMA_RGB_256;
type              239 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c 		gamma->type = GAMMA_CUSTOM;
type              246 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c 		gamma->type = GAMMA_CS_TFM_1D;
type              267 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c 	gamma->type = GAMMA_CUSTOM;
type              347 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c 		stream->out_transfer_func->type = TF_TYPE_DISTRIBUTED_POINTS;
type              356 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c 		stream->out_transfer_func->type = TF_TYPE_DISTRIBUTED_POINTS;
type              368 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c 		stream->out_transfer_func->type = TF_TYPE_BYPASS;
type              428 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c 		dc_plane_state->in_transfer_func->type =
type              471 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c 		dc_plane_state->in_transfer_func->type = TF_TYPE_PREDEFINED;
type              475 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c 		dc_plane_state->in_transfer_func->type = TF_TYPE_BYPASS;
type               84 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 		if (edid_buf->detailed_timings[i].data.other_data.type == 0xfc) {
type              582 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c static enum dc_irq_source amdgpu_dm_hpd_to_dal_irq_source(unsigned type)
type              584 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c 	switch (type) {
type              604 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c 				       unsigned type,
type              607 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c 	enum dc_irq_source src = amdgpu_dm_hpd_to_dal_irq_source(type);
type               61 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c static void log_dpcd(uint8_t type,
type               68 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c 			(type == DP_AUX_NATIVE_READ) ||
type               69 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c 			(type == DP_AUX_I2C_READ) ?
type              517 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 			if (internalSS.type.CENTER_MODE) {
type              540 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 			if (internalSS.type.CENTER_MODE) {
type              602 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 			if (internal_ss.type.CENTER_MODE) {
type              625 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 			if (internal_ss.type.CENTER_MODE) {
type              698 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 			ss_info->type.EXTERNAL = true;
type              701 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 			ss_info->type.CENTER_MODE = true;
type              712 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 		ss_info->type.STEP_AND_DELAY_INFO = false;
type             1050 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 			info->type.EXTERNAL = true;
type             1054 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 			info->type.CENTER_MODE = true;
type             1056 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 		info->type.STEP_AND_DELAY_INFO = false;
type             1142 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 			ss_info->type.EXTERNAL = true;
type             1146 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 			ss_info->type.CENTER_MODE = true;
type             1148 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 		ss_info->type.STEP_AND_DELAY_INFO = true;
type             1906 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 	switch (id.type) {
type             1942 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 		&& id1.type == id2.type)
type             1955 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 	switch (id.type) {
type              207 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 	switch (object_id.type) {
type              219 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 			if (object_id.type == obj_id.type &&
type              235 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 			if (object_id.type == obj_id.type &&
type              261 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 	switch (id.type) {
type              266 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 			if (id.type == obj_id.type && id.id == obj_id.id
type              279 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 			if (id.type == obj_id.type && id.id == obj_id.id
type              659 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 	ss_info->type.STEP_AND_DELAY_INFO = false;
type              671 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 			ss_info->type.CENTER_MODE = true;
type              679 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 			ss_info->type.CENTER_MODE = true;
type              688 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 			ss_info->type.CENTER_MODE = true;
type              708 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 			ss_info->type.CENTER_MODE = true;
type              745 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 	ss_info->type.STEP_AND_DELAY_INFO = false;
type              757 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 			ss_info->type.CENTER_MODE = true;
type              765 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 			ss_info->type.CENTER_MODE = true;
type              774 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 			ss_info->type.CENTER_MODE = true;
type              248 drivers/gpu/drm/amd/display/dc/bios/bios_parser_common.c static uint32_t id_from_bios_object_id(enum object_type type,
type              251 drivers/gpu/drm/amd/display/dc/bios/bios_parser_common.c 	switch (type) {
type              268 drivers/gpu/drm/amd/display/dc/bios/bios_parser_common.c 	enum object_type type;
type              272 drivers/gpu/drm/amd/display/dc/bios/bios_parser_common.c 	type = object_type_from_bios_object_id(bios_object_id);
type              274 drivers/gpu/drm/amd/display/dc/bios/bios_parser_common.c 	if (OBJECT_TYPE_UNKNOWN == type)
type              283 drivers/gpu/drm/amd/display/dc/bios/bios_parser_common.c 			id_from_bios_object_id(type, bios_object_id), enum_id, type);
type               39 drivers/gpu/drm/amd/display/dc/bios/bios_parser_helper.h #define GET_IMAGE(type, offset) ((type *) bios_get_image(&bp->base, offset, sizeof(type)))
type              346 drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/dce_clk_mgr.c 			if (info.type.CENTER_MODE == 0) {
type              370 drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/dce_clk_mgr.c 			if (info.type.CENTER_MODE == 0) {
type               72 drivers/gpu/drm/amd/display/dc/clk_mgr/dce120/dce120_clk_mgr.c 		if (info.type.CENTER_MODE == 0) {
type              190 drivers/gpu/drm/amd/display/dc/core/dc.c 					enum dc_connection_type type;
type              191 drivers/gpu/drm/amd/display/dc/core/dc.c 					dc_link_detect_sink(link, &type);
type              192 drivers/gpu/drm/amd/display/dc/core/dc.c 					if (type == dc_connection_none)
type              223 drivers/gpu/drm/amd/display/dc/core/dc.c 		link->link_id.type = OBJECT_TYPE_CONNECTOR;
type              240 drivers/gpu/drm/amd/display/dc/core/dc.c 		enc_init.encoder.type = OBJECT_TYPE_ENCODER;
type             1520 drivers/gpu/drm/amd/display/dc/core/dc.c 	enum surface_update_type type;
type             1539 drivers/gpu/drm/amd/display/dc/core/dc.c 	type = get_plane_info_update_type(u);
type             1540 drivers/gpu/drm/amd/display/dc/core/dc.c 	elevate_update_type(&overall_type, type);
type             1542 drivers/gpu/drm/amd/display/dc/core/dc.c 	type = get_scaling_info_update_type(u);
type             1543 drivers/gpu/drm/amd/display/dc/core/dc.c 	elevate_update_type(&overall_type, type);
type             1570 drivers/gpu/drm/amd/display/dc/core/dc.c 		type = UPDATE_TYPE_MED;
type             1571 drivers/gpu/drm/amd/display/dc/core/dc.c 		elevate_update_type(&overall_type, type);
type             1577 drivers/gpu/drm/amd/display/dc/core/dc.c 		type = UPDATE_TYPE_FULL;
type             1578 drivers/gpu/drm/amd/display/dc/core/dc.c 		elevate_update_type(&overall_type, type);
type             1623 drivers/gpu/drm/amd/display/dc/core/dc.c 		enum surface_update_type type =
type             1626 drivers/gpu/drm/amd/display/dc/core/dc.c 		if (type == UPDATE_TYPE_FULL)
type             1627 drivers/gpu/drm/amd/display/dc/core/dc.c 			return type;
type             1629 drivers/gpu/drm/amd/display/dc/core/dc.c 		elevate_update_type(&overall_type, type);
type             1648 drivers/gpu/drm/amd/display/dc/core/dc.c 	enum surface_update_type type;
type             1653 drivers/gpu/drm/amd/display/dc/core/dc.c 	type = check_update_surfaces_for_stream(dc, updates, surface_count, stream_update, stream_status);
type             1654 drivers/gpu/drm/amd/display/dc/core/dc.c 	if (type == UPDATE_TYPE_FULL)
type             1658 drivers/gpu/drm/amd/display/dc/core/dc.c 	if (type == UPDATE_TYPE_FAST && memcmp(&dc->current_state->bw_ctx.bw.dcn.clk, &dc->clk_mgr->clks, offsetof(struct dc_clocks, prev_p_state_change_support)) != 0)
type             1661 drivers/gpu/drm/amd/display/dc/core/dc.c 	return type;
type             1751 drivers/gpu/drm/amd/display/dc/core/dc.c 		surface->gamma_correction->type =
type             1752 drivers/gpu/drm/amd/display/dc/core/dc.c 			srf_update->gamma->type;
type             1762 drivers/gpu/drm/amd/display/dc/core/dc.c 		surface->in_transfer_func->type =
type             1763 drivers/gpu/drm/amd/display/dc/core/dc.c 			srf_update->in_transfer_func->type;
type             1817 drivers/gpu/drm/amd/display/dc/core/dc.c 		stream->out_transfer_func->type =
type             1818 drivers/gpu/drm/amd/display/dc/core/dc.c 			update->out_transfer_func->type;
type               83 drivers/gpu/drm/amd/display/dc/core/dc_debug.c 				plane_state->address.type,
type              195 drivers/gpu/drm/amd/display/dc/core/dc_debug.c 					update->flip_addr->address.type,
type              182 drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c 	enum dc_color_space_type type = COLOR_SPACE_RGB_TYPE;
type              185 drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c 		type = COLOR_SPACE_RGB_TYPE;
type              187 drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c 		type = COLOR_SPACE_RGB_LIMITED_TYPE;
type              189 drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c 		type = COLOR_SPACE_YCBCR601_TYPE;
type              191 drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c 		type = COLOR_SPACE_YCBCR709_TYPE;
type              193 drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c 		type = COLOR_SPACE_YCBCR601_LIMITED_TYPE;
type              195 drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c 		type = COLOR_SPACE_YCBCR709_LIMITED_TYPE;
type              197 drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c 		type = COLOR_SPACE_YCBCR2020_TYPE;
type              199 drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c 		type = COLOR_SPACE_YCBCR709_BLACK_TYPE;
type              201 drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c 		type = COLOR_SPACE_YCBCR709_BLACK_TYPE;
type              202 drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c 	return type;
type              209 drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c 	enum dc_color_space_type type;
type              213 drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c 	type = get_color_space_type(color_space);
type              215 drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c 		if (output_csc_matrix[i].color_space_type == type) {
type              212 drivers/gpu/drm/amd/display/dc/core/dc_link.c bool dc_link_detect_sink(struct dc_link *link, enum dc_connection_type *type)
type              218 drivers/gpu/drm/amd/display/dc/core/dc_link.c 		*type = dc_connection_single;
type              239 drivers/gpu/drm/amd/display/dc/core/dc_link.c 		*type = dc_connection_single;
type              242 drivers/gpu/drm/amd/display/dc/core/dc_link.c 		*type = dc_connection_none;
type              288 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	if (downstream.type == OBJECT_TYPE_CONNECTOR) {
type              331 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	} else if (downstream.type == OBJECT_TYPE_ENCODER) {
type              601 drivers/gpu/drm/amd/display/dc/core/dc_link.c 			link->type = dc_connection_mst_branch;
type              642 drivers/gpu/drm/amd/display/dc/core/dc_link.c 				link->type = dc_connection_single;
type              647 drivers/gpu/drm/amd/display/dc/core/dc_link.c 		if (link->type != dc_connection_mst_branch &&
type              650 drivers/gpu/drm/amd/display/dc/core/dc_link.c 			link->type = dc_connection_active_dongle;
type              779 drivers/gpu/drm/amd/display/dc/core/dc_link.c 		link->type = new_connection_type;
type              846 drivers/gpu/drm/amd/display/dc/core/dc_link.c 			if (link->type == dc_connection_active_dongle &&
type              860 drivers/gpu/drm/amd/display/dc/core/dc_link.c 			if (link->type == dc_connection_mst_branch) {
type             1019 drivers/gpu/drm/amd/display/dc/core/dc_link.c 		if (link->type == dc_connection_mst_branch) {
type             1029 drivers/gpu/drm/amd/display/dc/core/dc_link.c 		link->type = dc_connection_none;
type             1235 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	if (link->link_id.type != OBJECT_TYPE_CONNECTOR) {
type             1238 drivers/gpu/drm/amd/display/dc/core/dc_link.c 			 link->link_id.type, OBJECT_TYPE_CONNECTOR);
type             1360 drivers/gpu/drm/amd/display/dc/core/dc_link.c 			&& path->device_connector_id.type == link->link_id.type) {
type             2603 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	bool mst_mode = (link->type == dc_connection_mst_branch);
type              267 drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c 	enum ddc_transaction_type type)
type              269 drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c 	ddc->transaction_type = type;
type             1280 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		link->type == dc_connection_mst_branch) {
type             1284 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		link->type = dc_connection_single;
type             1288 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 			link->type == dc_connection_single &&
type             1294 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		link->type = dc_connection_mst_branch;
type             1656 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		enum dc_connection_type type;
type             1660 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		if (!dc_link_detect_sink(link, &type)) {
type             2053 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		(link->type == dc_connection_mst_branch) ||
type             2448 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 	if (link->type == dc_connection_active_dongle &&
type              125 drivers/gpu/drm/amd/display/dc/core/dc_stream.c 	stream->out_transfer_func->type = TF_TYPE_BYPASS;
type               50 drivers/gpu/drm/amd/display/dc/core/dc_surface.c 		plane_state->in_transfer_func->type = TF_TYPE_BYPASS;
type               56 drivers/gpu/drm/amd/display/dc/core/dc_surface.c 		plane_state->in_shaper_func->type = TF_TYPE_BYPASS;
type               66 drivers/gpu/drm/amd/display/dc/core/dc_surface.c 		plane_state->blend_tf->type = TF_TYPE_BYPASS;
type               65 drivers/gpu/drm/amd/display/dc/dc.h 	enum dc_plane_type type;
type              629 drivers/gpu/drm/amd/display/dc/dc.h 	enum dc_transfer_func_type type;
type               57 drivers/gpu/drm/amd/display/dc/dc_ddc_types.h 	enum aux_transaction_type type;
type              350 drivers/gpu/drm/amd/display/dc/dc_dp_types.h 		unsigned char   type:2;
type               68 drivers/gpu/drm/amd/display/dc/dc_hw_types.h 	enum dc_plane_addr_type type;
type              467 drivers/gpu/drm/amd/display/dc/dc_hw_types.h 	enum dc_gamma_type type;
type               79 drivers/gpu/drm/amd/display/dc/dc_link.h 	enum dc_connection_type type;
type              256 drivers/gpu/drm/amd/display/dc/dc_link.h bool dc_link_detect_sink(struct dc_link *link, enum dc_connection_type *type);
type              170 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h #define ABM_REG_FIELD_LIST(type) \
type              171 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type ABM1_HG_NUM_OF_BINS_SEL; \
type              172 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type ABM1_HG_VMAX_SEL; \
type              173 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type ABM1_HG_BIN_BITWIDTH_SIZE_SEL; \
type              174 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type ABM1_IPCSC_COEFF_SEL_R; \
type              175 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type ABM1_IPCSC_COEFF_SEL_G; \
type              176 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type ABM1_IPCSC_COEFF_SEL_B; \
type              177 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type BL1_PWM_CURRENT_ABM_LEVEL; \
type              178 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type BL1_PWM_TARGET_ABM_LEVEL; \
type              179 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type BL1_PWM_USER_LEVEL; \
type              180 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type ABM1_LS_MIN_PIXEL_VALUE_THRES; \
type              181 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type ABM1_LS_MAX_PIXEL_VALUE_THRES; \
type              182 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type ABM1_HG_REG_READ_MISSED_FRAME_CLEAR; \
type              183 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type ABM1_LS_REG_READ_MISSED_FRAME_CLEAR; \
type              184 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type ABM1_BL_REG_READ_MISSED_FRAME_CLEAR; \
type              185 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type BL_PWM_PERIOD; \
type              186 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type BL_PWM_PERIOD_BITCNT; \
type              187 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type BL_ACTIVE_INT_FRAC_CNT; \
type              188 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type BL_PWM_FRACTIONAL_EN; \
type              189 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type MASTER_COMM_INTERRUPT; \
type              190 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type MASTER_COMM_CMD_REG_BYTE0; \
type              191 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type MASTER_COMM_CMD_REG_BYTE1; \
type              192 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type MASTER_COMM_CMD_REG_BYTE2; \
type              193 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type BL_PWM_REF_DIV; \
type              194 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type BL_PWM_EN; \
type              195 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type BL_PWM_GRP1_IGNORE_MASTER_LOCK_EN; \
type              196 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type BL_PWM_GRP1_REG_LOCK; \
type              197 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h 	type BL_PWM_GRP1_REG_UPDATE_PENDING
type              171 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c 		((request->type == AUX_TRANSACTION_TYPE_DP) &&
type              173 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c 		((request->type == AUX_TRANSACTION_TYPE_I2C) &&
type              471 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c 		aux_req.type = AUX_TRANSACTION_TYPE_I2C;
type              473 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c 		aux_req.type = AUX_TRANSACTION_TYPE_DP;
type              420 drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c 			if (info.type.CENTER_MODE == 0) {
type              444 drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c 			if (info.type.CENTER_MODE == 0) {
type              481 drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c 		if (info.type.CENTER_MODE == 0) {
type             1152 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c 		if (ss_info_cur->type.STEP_AND_DELAY_INFO != false) {
type             1189 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c 		if (ss_info_cur->type.CENTER_MODE)
type             1192 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c 		if (ss_info_cur->type.EXTERNAL)
type              131 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.h #define CS_REG_FIELD_LIST(type) \
type              132 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.h 	type PLL_REF_DIV_SRC; \
type              133 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.h 	type DCCG_DEEP_COLOR_CNTL1; \
type              134 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.h 	type PHYPLLA_DCCG_DEEP_COLOR_CNTL; \
type              135 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.h 	type PHYPLLA_PIXCLK_DOUBLE_RATE_ENABLE; \
type              136 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.h 	type PLL_POST_DIV_PIXCLK; \
type              137 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.h 	type PLL_REF_DIV; \
type              138 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.h 	type DP_DTO0_PHASE; \
type              139 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.h 	type DP_DTO0_MODULO; \
type              140 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.h 	type DP_DTO0_ENABLE;
type              131 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h #define DMCU_REG_FIELD_LIST(type) \
type              132 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h 	type DMCU_IRAM_MEM_PWR_STATE; \
type              133 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h 	type IRAM_HOST_ACCESS_EN; \
type              134 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h 	type IRAM_WR_ADDR_AUTO_INC; \
type              135 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h 	type IRAM_RD_ADDR_AUTO_INC; \
type              136 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h 	type DMCU_ENABLE; \
type              137 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h 	type UC_IN_STOP_MODE; \
type              138 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h 	type UC_IN_RESET; \
type              139 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h 	type MASTER_COMM_CMD_REG_BYTE0; \
type              140 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h 	type MASTER_COMM_INTERRUPT; \
type              141 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h 	type DPHY_RX_FAST_TRAINING_CAPABLE; \
type              142 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h 	type DPHY_LOAD_BS_COUNT; \
type              143 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h 	type STATIC_SCREEN1_INT_TO_UC_EN; \
type              144 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h 	type STATIC_SCREEN2_INT_TO_UC_EN; \
type              145 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h 	type STATIC_SCREEN3_INT_TO_UC_EN; \
type              146 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h 	type STATIC_SCREEN4_INT_TO_UC_EN; \
type              147 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h 	type DP_SEC_GSP0_LINE_NUM; \
type              148 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h 	type DP_SEC_GSP0_PRIORITY; \
type              149 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h 	type DC_SMU_INT_ENABLE
type              686 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h #define HWSEQ_REG_FIELD_LIST(type) \
type              687 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DCFE_CLOCK_ENABLE; \
type              688 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DCFEV_CLOCK_ENABLE; \
type              689 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DC_MEM_GLOBAL_PWR_REQ_DIS; \
type              690 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type BLND_DCP_GRPH_V_UPDATE_LOCK; \
type              691 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type BLND_SCL_V_UPDATE_LOCK; \
type              692 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type BLND_DCP_GRPH_SURF_V_UPDATE_LOCK; \
type              693 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type BLND_BLND_V_UPDATE_LOCK; \
type              694 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type BLND_V_UPDATE_LOCK_MODE; \
type              695 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type BLND_FEEDTHROUGH_EN; \
type              696 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type BLND_ALPHA_MODE; \
type              697 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type BLND_MODE; \
type              698 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type BLND_MULTIPLIED_MODE; \
type              699 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DP_DTO0_ENABLE; \
type              700 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type PIXEL_RATE_SOURCE; \
type              701 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type PHYPLL_PIXEL_RATE_SOURCE; \
type              702 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type PIXEL_RATE_PLL_SOURCE; \
type              704 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type PAGE_DIRECTORY_ENTRY_HI32;\
type              705 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type PAGE_DIRECTORY_ENTRY_LO32;\
type              706 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type LOGICAL_PAGE_NUMBER_HI4;\
type              707 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type LOGICAL_PAGE_NUMBER_LO32;\
type              708 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type PHYSICAL_PAGE_ADDR_HI4;\
type              709 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type PHYSICAL_PAGE_ADDR_LO32;\
type              710 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type PHYSICAL_PAGE_NUMBER_MSB;\
type              711 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type PHYSICAL_PAGE_NUMBER_LSB;\
type              712 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type LOGICAL_ADDR; \
type              713 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type PF_LFB_REGION;\
type              714 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type PF_MAX_REGION;\
type              715 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type ENABLE_L1_TLB;\
type              716 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type SYSTEM_ACCESS_MODE;\
type              717 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type LVTMA_BLON;\
type              718 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type LVTMA_DIGON;\
type              719 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type LVTMA_DIGON_OVRD;\
type              720 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type LVTMA_PWRSEQ_TARGET_STATE_R;
type              722 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h #define HWSEQ_DCN_REG_FIELD_LIST(type) \
type              723 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type HUBP_VTG_SEL; \
type              724 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type HUBP_CLOCK_ENABLE; \
type              725 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DPP_CLOCK_ENABLE; \
type              726 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type SDPIF_FB_BASE;\
type              727 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type SDPIF_FB_OFFSET;\
type              728 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type SDPIF_AGP_BASE;\
type              729 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type SDPIF_AGP_BOT;\
type              730 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type SDPIF_AGP_TOP;\
type              731 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type FB_TOP;\
type              732 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type FB_BASE;\
type              733 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type FB_OFFSET;\
type              734 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type AGP_BASE;\
type              735 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type AGP_BOT;\
type              736 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type AGP_TOP;\
type              737 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DCHUBBUB_GLOBAL_TIMER_ENABLE; \
type              738 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type OPP_PIPE_CLOCK_EN;\
type              739 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type IP_REQUEST_EN; \
type              740 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN0_POWER_FORCEON; \
type              741 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN0_POWER_GATE; \
type              742 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN1_POWER_FORCEON; \
type              743 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN1_POWER_GATE; \
type              744 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN2_POWER_FORCEON; \
type              745 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN2_POWER_GATE; \
type              746 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN3_POWER_FORCEON; \
type              747 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN3_POWER_GATE; \
type              748 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN4_POWER_FORCEON; \
type              749 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN4_POWER_GATE; \
type              750 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN5_POWER_FORCEON; \
type              751 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN5_POWER_GATE; \
type              752 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN6_POWER_FORCEON; \
type              753 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN6_POWER_GATE; \
type              754 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN7_POWER_FORCEON; \
type              755 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN7_POWER_GATE; \
type              756 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN8_POWER_FORCEON; \
type              757 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN8_POWER_GATE; \
type              758 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN9_POWER_FORCEON; \
type              759 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN9_POWER_GATE; \
type              760 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN10_POWER_FORCEON; \
type              761 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN10_POWER_GATE; \
type              762 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN11_POWER_FORCEON; \
type              763 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN11_POWER_GATE; \
type              764 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN16_POWER_FORCEON; \
type              765 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN16_POWER_GATE; \
type              766 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN17_POWER_FORCEON; \
type              767 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN17_POWER_GATE; \
type              768 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN18_POWER_FORCEON; \
type              769 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN18_POWER_GATE; \
type              770 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN19_POWER_FORCEON; \
type              771 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN19_POWER_GATE; \
type              772 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN20_POWER_FORCEON; \
type              773 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN20_POWER_GATE; \
type              774 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN21_POWER_FORCEON; \
type              775 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN21_POWER_GATE; \
type              776 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN0_PGFSM_PWR_STATUS; \
type              777 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN1_PGFSM_PWR_STATUS; \
type              778 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN2_PGFSM_PWR_STATUS; \
type              779 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN3_PGFSM_PWR_STATUS; \
type              780 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN4_PGFSM_PWR_STATUS; \
type              781 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN5_PGFSM_PWR_STATUS; \
type              782 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN6_PGFSM_PWR_STATUS; \
type              783 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN7_PGFSM_PWR_STATUS; \
type              784 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN8_PGFSM_PWR_STATUS; \
type              785 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN9_PGFSM_PWR_STATUS; \
type              786 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN10_PGFSM_PWR_STATUS; \
type              787 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN11_PGFSM_PWR_STATUS; \
type              788 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN16_PGFSM_PWR_STATUS; \
type              789 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN17_PGFSM_PWR_STATUS; \
type              790 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN18_PGFSM_PWR_STATUS; \
type              791 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN19_PGFSM_PWR_STATUS; \
type              792 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN20_PGFSM_PWR_STATUS; \
type              793 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DOMAIN21_PGFSM_PWR_STATUS; \
type              794 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DCFCLK_GATE_DIS; \
type              795 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type DCHUBBUB_GLOBAL_TIMER_REFDIV; \
type              796 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type VGA_TEST_ENABLE; \
type              797 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type VGA_TEST_RENDER_START; \
type              798 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type D1VGA_MODE_ENABLE; \
type              799 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type D2VGA_MODE_ENABLE; \
type              800 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type D3VGA_MODE_ENABLE; \
type              801 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type D4VGA_MODE_ENABLE; \
type              802 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type AZALIA_AUDIO_DTO_MODULE;\
type              803 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h 	type HPO_HDMISTREAMCLK_GATE_DIS;
type              150 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h #define IPP_REG_FIELD_LIST(type) \
type              151 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CURSOR_UPDATE_LOCK; \
type              152 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CURSOR_EN; \
type              153 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CURSOR_X_POSITION; \
type              154 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CURSOR_Y_POSITION; \
type              155 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CURSOR_HOT_SPOT_X; \
type              156 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CURSOR_HOT_SPOT_Y; \
type              157 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CURSOR_MODE; \
type              158 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CURSOR_2X_MAGNIFY; \
type              159 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CUR_INV_TRANS_CLAMP; \
type              160 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CUR_COLOR1_BLUE; \
type              161 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CUR_COLOR1_GREEN; \
type              162 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CUR_COLOR1_RED; \
type              163 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CUR_COLOR2_BLUE; \
type              164 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CUR_COLOR2_GREEN; \
type              165 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CUR_COLOR2_RED; \
type              166 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CURSOR_WIDTH; \
type              167 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CURSOR_HEIGHT; \
type              168 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CURSOR_SURFACE_ADDRESS_HIGH; \
type              169 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CURSOR_SURFACE_ADDRESS; \
type              170 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type GRPH_PRESCALE_BYPASS; \
type              171 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type GRPH_PRESCALE_SCALE_R; \
type              172 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type GRPH_PRESCALE_BIAS_R; \
type              173 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type GRPH_PRESCALE_SCALE_G; \
type              174 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type GRPH_PRESCALE_BIAS_G; \
type              175 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type GRPH_PRESCALE_SCALE_B; \
type              176 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type GRPH_PRESCALE_BIAS_B; \
type              177 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type GRPH_INPUT_GAMMA_MODE; \
type              178 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type DCP_LUT_MEM_PWR_DIS; \
type              179 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type DC_LUT_WRITE_EN_MASK; \
type              180 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type DC_LUT_RW_MODE; \
type              181 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type DC_LUT_DATA_R_FORMAT; \
type              182 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type DC_LUT_DATA_G_FORMAT; \
type              183 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type DC_LUT_DATA_B_FORMAT; \
type              184 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type DC_LUT_RW_INDEX; \
type              185 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type DC_LUT_SEQ_COLOR; \
type              186 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type GRPH_DEGAMMA_MODE; \
type              187 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CURSOR_DEGAMMA_MODE; \
type              188 drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h 	type CURSOR2_DEGAMMA_MODE
type              703 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.c 	switch (address->type) {
type              245 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h #define MI_REG_FIELD_LIST(type) \
type              246 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_ENABLE; \
type              247 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_X_START; \
type              248 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_Y_START; \
type              249 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_X_END; \
type              250 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_Y_END; \
type              251 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_PITCH; \
type              252 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_ROTATION_ANGLE; \
type              253 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_RED_CROSSBAR; \
type              254 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_BLUE_CROSSBAR; \
type              255 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_PRESCALE_SELECT; \
type              256 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_PRESCALE_R_SIGN; \
type              257 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_PRESCALE_G_SIGN; \
type              258 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_PRESCALE_B_SIGN; \
type              259 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_PIPE_OUTSTANDING_REQUEST_LIMIT; \
type              260 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type DVMM_PAGE_WIDTH; \
type              261 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type DVMM_PAGE_HEIGHT; \
type              262 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type DVMM_MIN_PTE_BEFORE_FLIP; \
type              263 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type DVMM_PTE_REQ_PER_CHUNK; \
type              264 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type DVMM_MAX_PTE_REQ_OUTSTANDING; \
type              265 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_DEPTH; \
type              266 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_FORMAT; \
type              267 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_NUM_BANKS; \
type              268 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_BANK_WIDTH;\
type              269 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_BANK_HEIGHT;\
type              270 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_MACRO_TILE_ASPECT;\
type              271 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_TILE_SPLIT;\
type              272 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_MICRO_TILE_MODE;\
type              273 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_PIPE_CONFIG;\
type              274 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_ARRAY_MODE;\
type              275 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_COLOR_EXPANSION_MODE;\
type              276 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_SW_MODE; \
type              277 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_SE_ENABLE; \
type              278 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_NUM_SHADER_ENGINES; \
type              279 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_NUM_PIPES; \
type              280 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_SECONDARY_SURFACE_ADDRESS_HIGH; \
type              281 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_SECONDARY_SURFACE_ADDRESS; \
type              282 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_SECONDARY_DFQ_ENABLE; \
type              283 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_PRIMARY_SURFACE_ADDRESS_HIGH; \
type              284 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_PRIMARY_SURFACE_ADDRESS; \
type              285 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_SURFACE_UPDATE_PENDING; \
type              286 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_SURFACE_UPDATE_H_RETRACE_EN; \
type              287 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type GRPH_UPDATE_LOCK; \
type              288 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type PIXEL_DURATION; \
type              289 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type URGENCY_WATERMARK_MASK; \
type              290 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type PSTATE_CHANGE_WATERMARK_MASK; \
type              291 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type NB_PSTATE_CHANGE_WATERMARK_MASK; \
type              292 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type STUTTER_EXIT_SELF_REFRESH_WATERMARK_MASK; \
type              293 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type URGENCY_LOW_WATERMARK; \
type              294 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type URGENCY_HIGH_WATERMARK; \
type              295 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type URGENT_LEVEL_LOW_WATERMARK;\
type              296 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type URGENT_LEVEL_HIGH_WATERMARK;\
type              297 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type NB_PSTATE_CHANGE_ENABLE; \
type              298 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type NB_PSTATE_CHANGE_URGENT_DURING_REQUEST; \
type              299 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type NB_PSTATE_CHANGE_NOT_SELF_REFRESH_DURING_REQUEST; \
type              300 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type NB_PSTATE_CHANGE_WATERMARK; \
type              301 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type PSTATE_CHANGE_ENABLE; \
type              302 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type PSTATE_CHANGE_URGENT_DURING_REQUEST; \
type              303 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type PSTATE_CHANGE_NOT_SELF_REFRESH_DURING_REQUEST; \
type              304 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type PSTATE_CHANGE_WATERMARK; \
type              305 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type STUTTER_ENABLE; \
type              306 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type STUTTER_IGNORE_FBC; \
type              307 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type STUTTER_EXIT_SELF_REFRESH_WATERMARK; \
type              308 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type STUTTER_ENTER_SELF_REFRESH_WATERMARK; \
type              309 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type DMIF_BUFFERS_ALLOCATED; \
type              310 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type DMIF_BUFFERS_ALLOCATION_COMPLETED; \
type              311 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type ENABLE; /* MC_HUB_RDREQ_DMIF_LIMIT */\
type              312 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type FB_BASE; \
type              313 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type FB_TOP; \
type              314 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type AGP_BASE; \
type              315 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type AGP_TOP; \
type              316 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h 	type AGP_BOT; \
type              195 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h #define OPP_REG_FIELD_LIST(type) \
type              196 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_DYNAMIC_EXP_EN; \
type              197 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_DYNAMIC_EXP_MODE; \
type              198 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_TRUNCATE_EN; \
type              199 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_TRUNCATE_DEPTH; \
type              200 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_TRUNCATE_MODE; \
type              201 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_SPATIAL_DITHER_EN; \
type              202 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_SPATIAL_DITHER_DEPTH; \
type              203 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_SPATIAL_DITHER_MODE; \
type              204 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_TEMPORAL_DITHER_EN; \
type              205 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_TEMPORAL_DITHER_RESET; \
type              206 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_TEMPORAL_DITHER_OFFSET; \
type              207 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_TEMPORAL_DITHER_DEPTH; \
type              208 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_TEMPORAL_LEVEL; \
type              209 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_25FRC_SEL; \
type              210 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_50FRC_SEL; \
type              211 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_75FRC_SEL; \
type              212 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_HIGHPASS_RANDOM_ENABLE; \
type              213 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_FRAME_RANDOM_ENABLE; \
type              214 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_RGB_RANDOM_ENABLE; \
type              215 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_SPATIAL_DITHER_FRAME_COUNTER_MAX; \
type              216 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_SPATIAL_DITHER_FRAME_COUNTER_BIT_SWAP; \
type              217 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_STEREOSYNC_OVERRIDE; \
type              218 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_RAND_R_SEED; \
type              219 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_RAND_G_SEED; \
type              220 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_RAND_B_SEED; \
type              221 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT420_MEM0_SOURCE_SEL; \
type              222 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT420_MEM0_PWR_FORCE; \
type              223 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_SRC_SELECT; \
type              224 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_420_PIXEL_PHASE_LOCKED_CLEAR; \
type              225 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_420_PIXEL_PHASE_LOCKED; \
type              226 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_CLAMP_DATA_EN; \
type              227 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_CLAMP_COLOR_FORMAT; \
type              228 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_CLAMP_LOWER_R; \
type              229 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_CLAMP_UPPER_R; \
type              230 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_CLAMP_LOWER_G; \
type              231 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_CLAMP_UPPER_G; \
type              232 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_CLAMP_LOWER_B; \
type              233 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_CLAMP_UPPER_B; \
type              234 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_PIXEL_ENCODING; \
type              235 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_SUBSAMPLING_ORDER; \
type              236 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_SUBSAMPLING_MODE; \
type              237 drivers/gpu/drm/amd/display/dc/dce/dce_opp.h 	type FMT_CBCR_BIT_REDUCTION_BYPASS;\
type              290 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h #define XFM_REG_FIELD_LIST(type) \
type              291 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type OUT_CLAMP_MIN_B_CB; \
type              292 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type OUT_CLAMP_MAX_B_CB; \
type              293 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type OUT_CLAMP_MIN_G_Y; \
type              294 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type OUT_CLAMP_MAX_G_Y; \
type              295 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type OUT_CLAMP_MIN_R_CR; \
type              296 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type OUT_CLAMP_MAX_R_CR; \
type              297 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type OUT_ROUND_TRUNC_MODE; \
type              298 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type DCP_SPATIAL_DITHER_EN; \
type              299 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type DCP_SPATIAL_DITHER_MODE; \
type              300 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type DCP_SPATIAL_DITHER_DEPTH; \
type              301 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type DCP_FRAME_RANDOM_ENABLE; \
type              302 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type DCP_RGB_RANDOM_ENABLE; \
type              303 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type DCP_HIGHPASS_RANDOM_ENABLE; \
type              304 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type DENORM_MODE; \
type              305 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type PIXEL_DEPTH; \
type              306 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type PIXEL_EXPAN_MODE; \
type              307 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type GAMUT_REMAP_C11; \
type              308 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type GAMUT_REMAP_C12; \
type              309 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type GAMUT_REMAP_C13; \
type              310 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type GAMUT_REMAP_C14; \
type              311 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type GAMUT_REMAP_C21; \
type              312 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type GAMUT_REMAP_C22; \
type              313 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type GAMUT_REMAP_C23; \
type              314 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type GAMUT_REMAP_C24; \
type              315 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type GAMUT_REMAP_C31; \
type              316 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type GAMUT_REMAP_C32; \
type              317 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type GAMUT_REMAP_C33; \
type              318 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type GAMUT_REMAP_C34; \
type              319 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type GRPH_GAMUT_REMAP_MODE; \
type              320 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type OUTPUT_CSC_C11; \
type              321 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type OUTPUT_CSC_C12; \
type              322 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type OUTPUT_CSC_GRPH_MODE; \
type              323 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type DCP_REGAMMA_MEM_PWR_DIS; \
type              324 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type DCP_LUT_MEM_PWR_DIS; \
type              325 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type REGAMMA_LUT_LIGHT_SLEEP_DIS; \
type              326 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type DCP_LUT_LIGHT_SLEEP_DIS; \
type              327 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type REGAMMA_CNTLA_EXP_REGION_START; \
type              328 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type REGAMMA_CNTLA_EXP_REGION_START_SEGMENT; \
type              329 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type REGAMMA_CNTLA_EXP_REGION_LINEAR_SLOPE; \
type              330 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type REGAMMA_CNTLA_EXP_REGION_END; \
type              331 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type REGAMMA_CNTLA_EXP_REGION_END_BASE; \
type              332 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type REGAMMA_CNTLA_EXP_REGION_END_SLOPE; \
type              333 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type REGAMMA_CNTLA_EXP_REGION0_LUT_OFFSET; \
type              334 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type REGAMMA_CNTLA_EXP_REGION0_NUM_SEGMENTS; \
type              335 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type REGAMMA_CNTLA_EXP_REGION1_LUT_OFFSET; \
type              336 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type REGAMMA_CNTLA_EXP_REGION1_NUM_SEGMENTS; \
type              337 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type DCP_REGAMMA_MEM_PWR_STATE; \
type              338 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type REGAMMA_LUT_MEM_PWR_STATE; \
type              339 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type REGAMMA_LUT_WRITE_EN_MASK; \
type              340 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type GRPH_REGAMMA_MODE; \
type              341 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_MODE; \
type              342 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_BYPASS_MODE; \
type              343 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_PSCL_EN; \
type              344 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_H_NUM_OF_TAPS; \
type              345 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_V_NUM_OF_TAPS; \
type              346 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_BOUNDARY_MODE; \
type              347 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type EXT_OVERSCAN_LEFT; \
type              348 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type EXT_OVERSCAN_RIGHT; \
type              349 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type EXT_OVERSCAN_TOP; \
type              350 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type EXT_OVERSCAN_BOTTOM; \
type              351 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_COEFF_MEM_PWR_DIS; \
type              352 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_COEFF_MEM_PWR_STATE; \
type              353 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_C_RAM_FILTER_TYPE; \
type              354 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_C_RAM_PHASE; \
type              355 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_C_RAM_TAP_PAIR_IDX; \
type              356 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_C_RAM_EVEN_TAP_COEF_EN; \
type              357 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_C_RAM_EVEN_TAP_COEF; \
type              358 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_C_RAM_ODD_TAP_COEF_EN; \
type              359 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_C_RAM_ODD_TAP_COEF; \
type              360 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type VIEWPORT_X_START; \
type              361 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type VIEWPORT_Y_START; \
type              362 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type VIEWPORT_HEIGHT; \
type              363 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type VIEWPORT_WIDTH; \
type              364 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_H_SCALE_RATIO; \
type              365 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_V_SCALE_RATIO; \
type              366 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_H_INIT_INT; \
type              367 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_H_INIT_FRAC; \
type              368 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_V_INIT_INT; \
type              369 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_V_INIT_FRAC; \
type              370 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type LB_MEMORY_CONFIG; \
type              371 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type LB_MEMORY_SIZE; \
type              372 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_V_2TAP_HARDCODE_COEF_EN; \
type              373 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_H_2TAP_HARDCODE_COEF_EN; \
type              374 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type SCL_COEF_UPDATE_COMPLETE; \
type              375 drivers/gpu/drm/amd/display/dc/dce/dce_transform.h 	type ALPHA_EN
type              370 drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c 	.type = DC_PLANE_TYPE_DCE_RGB,
type              296 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	} else if (tf->type == TF_TYPE_PREDEFINED) {
type              312 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	} else if (tf->type == TF_TYPE_BYPASS) {
type              443 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (output_tf == NULL || regamma_params == NULL || output_tf->type == TF_TYPE_BYPASS)
type              608 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	    stream->out_transfer_func->type == TF_TYPE_PREDEFINED &&
type             2231 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (pipe_ctx->plane_res.mi->current_address.type == PLN_ADDR_TYPE_GRPH_STEREO &&
type             2698 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (pipe_ctx->plane_state->address.type
type              133 drivers/gpu/drm/amd/display/dc/dce110/dce110_mem_input_v.c 	switch (addr->type) {
type              384 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 		.type = DC_PLANE_TYPE_DCE_RGB,
type              409 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 		.type = DC_PLANE_TYPE_DCE_UNDERLAY,
type              388 drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c 	.type = DC_PLANE_TYPE_DCE_RGB,
type              459 drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c 	.type = DC_PLANE_TYPE_DCE_RGB,
type              379 drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.c 	.type = DC_PLANE_TYPE_DCE_RGB,
type              324 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c 	if (output_tf == NULL || lut_params == NULL || output_tf->type == TF_TYPE_BYPASS)
type              511 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c 	if (output_tf == NULL || lut_params == NULL || output_tf->type == TF_TYPE_BYPASS)
type               29 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.h #define TF_HELPER_REG_FIELD_LIST(type) \
type               30 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.h 	type exp_region0_lut_offset; \
type               31 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.h 	type exp_region0_num_segments; \
type               32 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.h 	type exp_region1_lut_offset; \
type               33 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.h 	type exp_region1_num_segments;\
type               34 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.h 	type field_region_end;\
type               35 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.h 	type field_region_end_slope;\
type               36 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.h 	type field_region_end_base;\
type               37 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.h 	type exp_region_start;\
type               38 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.h 	type exp_resion_start_segment;\
type               39 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.h 	type field_region_linear_slope
type               57 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.h #define TF_CM_REG_FIELD_LIST(type) \
type               58 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.h 	type csc_c11; \
type               59 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.h 	type csc_c12
type              473 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h #define TF_REG_FIELD_LIST(type) \
type              474 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type EXT_OVERSCAN_LEFT; \
type              475 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type EXT_OVERSCAN_RIGHT; \
type              476 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type EXT_OVERSCAN_BOTTOM; \
type              477 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type EXT_OVERSCAN_TOP; \
type              478 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type OTG_H_BLANK_START; \
type              479 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type OTG_H_BLANK_END; \
type              480 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type OTG_V_BLANK_START; \
type              481 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type OTG_V_BLANK_END; \
type              482 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type PIXEL_DEPTH; \
type              483 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type PIXEL_EXPAN_MODE; \
type              484 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type PIXEL_REDUCE_MODE; \
type              485 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type DYNAMIC_PIXEL_DEPTH; \
type              486 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type DITHER_EN; \
type              487 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type INTERLEAVE_EN; \
type              488 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type LB_DATA_FORMAT__ALPHA_EN; \
type              489 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type MEMORY_CONFIG; \
type              490 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type LB_MAX_PARTITIONS; \
type              491 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type AUTOCAL_MODE; \
type              492 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type AUTOCAL_NUM_PIPE; \
type              493 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type AUTOCAL_PIPE_ID; \
type              494 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_BLACK_OFFSET_RGB_Y; \
type              495 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_BLACK_OFFSET_CBCR; \
type              496 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_V_NUM_TAPS; \
type              497 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_H_NUM_TAPS; \
type              498 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_V_NUM_TAPS_C; \
type              499 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_H_NUM_TAPS_C; \
type              500 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_COEF_RAM_TAP_PAIR_IDX; \
type              501 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_COEF_RAM_PHASE; \
type              502 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_COEF_RAM_FILTER_TYPE; \
type              503 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_COEF_RAM_EVEN_TAP_COEF; \
type              504 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_COEF_RAM_EVEN_TAP_COEF_EN; \
type              505 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_COEF_RAM_ODD_TAP_COEF; \
type              506 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_COEF_RAM_ODD_TAP_COEF_EN; \
type              507 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_H_2TAP_HARDCODE_COEF_EN; \
type              508 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_H_2TAP_SHARP_EN; \
type              509 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_H_2TAP_SHARP_FACTOR; \
type              510 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_V_2TAP_HARDCODE_COEF_EN; \
type              511 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_V_2TAP_SHARP_EN; \
type              512 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_V_2TAP_SHARP_FACTOR; \
type              513 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_COEF_RAM_SELECT; \
type              514 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type DSCL_MODE; \
type              515 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type RECOUT_START_X; \
type              516 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type RECOUT_START_Y; \
type              517 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type RECOUT_WIDTH; \
type              518 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type RECOUT_HEIGHT; \
type              519 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type MPC_WIDTH; \
type              520 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type MPC_HEIGHT; \
type              521 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_H_SCALE_RATIO; \
type              522 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_V_SCALE_RATIO; \
type              523 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_H_SCALE_RATIO_C; \
type              524 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_V_SCALE_RATIO_C; \
type              525 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_H_INIT_FRAC; \
type              526 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_H_INIT_INT; \
type              527 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_H_INIT_FRAC_C; \
type              528 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_H_INIT_INT_C; \
type              529 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_V_INIT_FRAC; \
type              530 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_V_INIT_INT; \
type              531 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_V_INIT_FRAC_BOT; \
type              532 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_V_INIT_INT_BOT; \
type              533 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_V_INIT_FRAC_C; \
type              534 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_V_INIT_INT_C; \
type              535 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_V_INIT_FRAC_BOT_C; \
type              536 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_V_INIT_INT_BOT_C; \
type              537 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_CHROMA_COEF_MODE; \
type              538 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SCL_COEF_RAM_SELECT_CURRENT; \
type              539 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_GAMUT_REMAP_MODE; \
type              540 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_GAMUT_REMAP_C11; \
type              541 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_GAMUT_REMAP_C12; \
type              542 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_GAMUT_REMAP_C13; \
type              543 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_GAMUT_REMAP_C14; \
type              544 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_GAMUT_REMAP_C21; \
type              545 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_GAMUT_REMAP_C22; \
type              546 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_GAMUT_REMAP_C23; \
type              547 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_GAMUT_REMAP_C24; \
type              548 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_GAMUT_REMAP_C31; \
type              549 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_GAMUT_REMAP_C32; \
type              550 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_GAMUT_REMAP_C33; \
type              551 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_GAMUT_REMAP_C34; \
type              552 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_COMA_C11; \
type              553 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_COMA_C12; \
type              554 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_COMA_C33; \
type              555 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_COMA_C34; \
type              556 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_COMB_C11; \
type              557 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_COMB_C12; \
type              558 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_COMB_C33; \
type              559 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_COMB_C34; \
type              560 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_OCSC_MODE; \
type              561 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_OCSC_C11; \
type              562 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_OCSC_C12; \
type              563 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_OCSC_C33; \
type              564 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_OCSC_C34; \
type              565 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type RGAM_MEM_PWR_FORCE; \
type              566 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_LUT_DATA; \
type              567 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_LUT_WRITE_EN_MASK; \
type              568 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_LUT_WRITE_SEL; \
type              569 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_LUT_INDEX; \
type              570 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION_START_B; \
type              571 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION_START_SEGMENT_B; \
type              572 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION_START_G; \
type              573 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION_START_SEGMENT_G; \
type              574 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION_START_R; \
type              575 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION_START_SEGMENT_R; \
type              576 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION_LINEAR_SLOPE_B; \
type              577 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION_LINEAR_SLOPE_G; \
type              578 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION_LINEAR_SLOPE_R; \
type              579 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION_END_B; \
type              580 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION_END_SLOPE_B; \
type              581 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION_END_BASE_B; \
type              582 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION_END_G; \
type              583 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION_END_SLOPE_G; \
type              584 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION_END_BASE_G; \
type              585 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION_END_R; \
type              586 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION_END_SLOPE_R; \
type              587 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION_END_BASE_R; \
type              588 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION0_LUT_OFFSET; \
type              589 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION0_NUM_SEGMENTS; \
type              590 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION1_LUT_OFFSET; \
type              591 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION1_NUM_SEGMENTS; \
type              592 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION32_LUT_OFFSET; \
type              593 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION32_NUM_SEGMENTS; \
type              594 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION33_LUT_OFFSET; \
type              595 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMB_EXP_REGION33_NUM_SEGMENTS; \
type              596 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION_START_B; \
type              597 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION_START_SEGMENT_B; \
type              598 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION_START_G; \
type              599 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION_START_SEGMENT_G; \
type              600 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION_START_R; \
type              601 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION_START_SEGMENT_R; \
type              602 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION_LINEAR_SLOPE_B; \
type              603 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION_LINEAR_SLOPE_G; \
type              604 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION_LINEAR_SLOPE_R; \
type              605 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION_END_B; \
type              606 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION_END_SLOPE_B; \
type              607 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION_END_BASE_B; \
type              608 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION_END_G; \
type              609 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION_END_SLOPE_G; \
type              610 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION_END_BASE_G; \
type              611 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION_END_R; \
type              612 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION_END_SLOPE_R; \
type              613 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION_END_BASE_R; \
type              614 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION0_LUT_OFFSET; \
type              615 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION0_NUM_SEGMENTS; \
type              616 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION1_LUT_OFFSET; \
type              617 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION1_NUM_SEGMENTS; \
type              618 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION32_LUT_OFFSET; \
type              619 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION32_NUM_SEGMENTS; \
type              620 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION33_LUT_OFFSET; \
type              621 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_RAMA_EXP_REGION33_NUM_SEGMENTS; \
type              622 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_RGAM_LUT_MODE; \
type              623 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_CMOUT_ROUND_TRUNC_MODE; \
type              624 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_LUT_MODE; \
type              625 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION_START_B; \
type              626 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION_START_SEGMENT_B; \
type              627 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION_START_G; \
type              628 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION_START_SEGMENT_G; \
type              629 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION_START_R; \
type              630 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION_START_SEGMENT_R; \
type              631 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION_LINEAR_SLOPE_B; \
type              632 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION_LINEAR_SLOPE_G; \
type              633 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION_LINEAR_SLOPE_R; \
type              634 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION_END_B; \
type              635 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION_END_SLOPE_B; \
type              636 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION_END_BASE_B; \
type              637 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION_END_G; \
type              638 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION_END_SLOPE_G; \
type              639 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION_END_BASE_G; \
type              640 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION_END_R; \
type              641 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION_END_SLOPE_R; \
type              642 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION_END_BASE_R; \
type              643 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION0_LUT_OFFSET; \
type              644 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION0_NUM_SEGMENTS; \
type              645 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION1_LUT_OFFSET; \
type              646 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION1_NUM_SEGMENTS; \
type              647 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION2_LUT_OFFSET; \
type              648 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION2_NUM_SEGMENTS; \
type              649 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION3_LUT_OFFSET; \
type              650 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION3_NUM_SEGMENTS; \
type              651 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION4_LUT_OFFSET; \
type              652 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION4_NUM_SEGMENTS; \
type              653 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION5_LUT_OFFSET; \
type              654 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION5_NUM_SEGMENTS; \
type              655 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION6_LUT_OFFSET; \
type              656 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION6_NUM_SEGMENTS; \
type              657 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION7_LUT_OFFSET; \
type              658 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION7_NUM_SEGMENTS; \
type              659 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION8_LUT_OFFSET; \
type              660 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION8_NUM_SEGMENTS; \
type              661 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION9_LUT_OFFSET; \
type              662 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION9_NUM_SEGMENTS; \
type              663 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION10_LUT_OFFSET; \
type              664 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION10_NUM_SEGMENTS; \
type              665 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION11_LUT_OFFSET; \
type              666 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION11_NUM_SEGMENTS; \
type              667 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION12_LUT_OFFSET; \
type              668 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION12_NUM_SEGMENTS; \
type              669 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION13_LUT_OFFSET; \
type              670 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION13_NUM_SEGMENTS; \
type              671 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION14_LUT_OFFSET; \
type              672 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION14_NUM_SEGMENTS; \
type              673 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION15_LUT_OFFSET; \
type              674 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION15_NUM_SEGMENTS; \
type              675 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION16_LUT_OFFSET; \
type              676 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION16_NUM_SEGMENTS; \
type              677 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION17_LUT_OFFSET; \
type              678 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION17_NUM_SEGMENTS; \
type              679 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION18_LUT_OFFSET; \
type              680 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION18_NUM_SEGMENTS; \
type              681 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION19_LUT_OFFSET; \
type              682 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION19_NUM_SEGMENTS; \
type              683 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION20_LUT_OFFSET; \
type              684 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION20_NUM_SEGMENTS; \
type              685 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION21_LUT_OFFSET; \
type              686 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION21_NUM_SEGMENTS; \
type              687 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION22_LUT_OFFSET; \
type              688 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION22_NUM_SEGMENTS; \
type              689 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION23_LUT_OFFSET; \
type              690 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION23_NUM_SEGMENTS; \
type              691 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION24_LUT_OFFSET; \
type              692 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION24_NUM_SEGMENTS; \
type              693 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION25_LUT_OFFSET; \
type              694 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION25_NUM_SEGMENTS; \
type              695 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION26_LUT_OFFSET; \
type              696 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION26_NUM_SEGMENTS; \
type              697 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION27_LUT_OFFSET; \
type              698 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION27_NUM_SEGMENTS; \
type              699 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION28_LUT_OFFSET; \
type              700 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION28_NUM_SEGMENTS; \
type              701 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION29_LUT_OFFSET; \
type              702 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION29_NUM_SEGMENTS; \
type              703 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION30_LUT_OFFSET; \
type              704 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION30_NUM_SEGMENTS; \
type              705 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION31_LUT_OFFSET; \
type              706 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION31_NUM_SEGMENTS; \
type              707 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION32_LUT_OFFSET; \
type              708 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION32_NUM_SEGMENTS; \
type              709 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION33_LUT_OFFSET; \
type              710 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMB_EXP_REGION33_NUM_SEGMENTS; \
type              711 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION_START_B; \
type              712 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION_START_SEGMENT_B; \
type              713 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION_START_G; \
type              714 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION_START_SEGMENT_G; \
type              715 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION_START_R; \
type              716 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION_START_SEGMENT_R; \
type              717 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION_LINEAR_SLOPE_B; \
type              718 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION_LINEAR_SLOPE_G; \
type              719 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION_LINEAR_SLOPE_R; \
type              720 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION_END_B; \
type              721 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION_END_SLOPE_B; \
type              722 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION_END_BASE_B; \
type              723 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION_END_G; \
type              724 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION_END_SLOPE_G; \
type              725 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION_END_BASE_G; \
type              726 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION_END_R; \
type              727 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION_END_SLOPE_R; \
type              728 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION_END_BASE_R; \
type              729 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION0_LUT_OFFSET; \
type              730 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION0_NUM_SEGMENTS; \
type              731 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION1_LUT_OFFSET; \
type              732 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION1_NUM_SEGMENTS; \
type              733 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION2_LUT_OFFSET; \
type              734 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION2_NUM_SEGMENTS; \
type              735 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION3_LUT_OFFSET; \
type              736 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION3_NUM_SEGMENTS; \
type              737 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION4_LUT_OFFSET; \
type              738 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION4_NUM_SEGMENTS; \
type              739 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION5_LUT_OFFSET; \
type              740 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION5_NUM_SEGMENTS; \
type              741 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION6_LUT_OFFSET; \
type              742 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION6_NUM_SEGMENTS; \
type              743 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION7_LUT_OFFSET; \
type              744 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION7_NUM_SEGMENTS; \
type              745 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION8_LUT_OFFSET; \
type              746 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION8_NUM_SEGMENTS; \
type              747 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION9_LUT_OFFSET; \
type              748 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION9_NUM_SEGMENTS; \
type              749 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION10_LUT_OFFSET; \
type              750 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION10_NUM_SEGMENTS; \
type              751 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION11_LUT_OFFSET; \
type              752 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION11_NUM_SEGMENTS; \
type              753 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION12_LUT_OFFSET; \
type              754 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION12_NUM_SEGMENTS; \
type              755 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION13_LUT_OFFSET; \
type              756 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION13_NUM_SEGMENTS; \
type              757 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION14_LUT_OFFSET; \
type              758 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION14_NUM_SEGMENTS; \
type              759 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION15_LUT_OFFSET; \
type              760 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION15_NUM_SEGMENTS; \
type              761 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION16_LUT_OFFSET; \
type              762 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION16_NUM_SEGMENTS; \
type              763 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION17_LUT_OFFSET; \
type              764 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION17_NUM_SEGMENTS; \
type              765 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION18_LUT_OFFSET; \
type              766 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION18_NUM_SEGMENTS; \
type              767 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION19_LUT_OFFSET; \
type              768 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION19_NUM_SEGMENTS; \
type              769 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION20_LUT_OFFSET; \
type              770 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION20_NUM_SEGMENTS; \
type              771 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION21_LUT_OFFSET; \
type              772 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION21_NUM_SEGMENTS; \
type              773 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION22_LUT_OFFSET; \
type              774 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION22_NUM_SEGMENTS; \
type              775 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION23_LUT_OFFSET; \
type              776 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION23_NUM_SEGMENTS; \
type              777 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION24_LUT_OFFSET; \
type              778 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION24_NUM_SEGMENTS; \
type              779 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION25_LUT_OFFSET; \
type              780 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION25_NUM_SEGMENTS; \
type              781 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION26_LUT_OFFSET; \
type              782 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION26_NUM_SEGMENTS; \
type              783 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION27_LUT_OFFSET; \
type              784 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION27_NUM_SEGMENTS; \
type              785 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION28_LUT_OFFSET; \
type              786 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION28_NUM_SEGMENTS; \
type              787 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION29_LUT_OFFSET; \
type              788 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION29_NUM_SEGMENTS; \
type              789 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION30_LUT_OFFSET; \
type              790 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION30_NUM_SEGMENTS; \
type              791 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION31_LUT_OFFSET; \
type              792 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION31_NUM_SEGMENTS; \
type              793 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION32_LUT_OFFSET; \
type              794 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION32_NUM_SEGMENTS; \
type              795 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION33_LUT_OFFSET; \
type              796 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_RAMA_EXP_REGION33_NUM_SEGMENTS; \
type              797 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_LUT_WRITE_EN_MASK; \
type              798 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_LUT_WRITE_SEL; \
type              799 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_CONFIG_STATUS; \
type              800 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BLNDGAM_LUT_INDEX; \
type              801 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type BLNDGAM_MEM_PWR_FORCE; \
type              802 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_3DLUT_MODE; \
type              803 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_3DLUT_SIZE; \
type              804 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_3DLUT_INDEX; \
type              805 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_3DLUT_DATA0; \
type              806 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_3DLUT_DATA1; \
type              807 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_3DLUT_DATA_30BIT; \
type              808 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_3DLUT_WRITE_EN_MASK; \
type              809 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_3DLUT_RAM_SEL; \
type              810 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_3DLUT_30BIT_EN; \
type              811 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_3DLUT_CONFIG_STATUS; \
type              812 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_3DLUT_READ_SEL; \
type              813 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_LUT_MODE; \
type              814 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION_START_B; \
type              815 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION_START_SEGMENT_B; \
type              816 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION_START_G; \
type              817 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION_START_SEGMENT_G; \
type              818 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION_START_R; \
type              819 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION_START_SEGMENT_R; \
type              820 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION_END_B; \
type              821 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION_END_BASE_B; \
type              822 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION_END_G; \
type              823 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION_END_BASE_G; \
type              824 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION_END_R; \
type              825 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION_END_BASE_R; \
type              826 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION0_LUT_OFFSET; \
type              827 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION0_NUM_SEGMENTS; \
type              828 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION1_LUT_OFFSET; \
type              829 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION1_NUM_SEGMENTS; \
type              830 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION2_LUT_OFFSET; \
type              831 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION2_NUM_SEGMENTS; \
type              832 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION3_LUT_OFFSET; \
type              833 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION3_NUM_SEGMENTS; \
type              834 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION4_LUT_OFFSET; \
type              835 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION4_NUM_SEGMENTS; \
type              836 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION5_LUT_OFFSET; \
type              837 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION5_NUM_SEGMENTS; \
type              838 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION6_LUT_OFFSET; \
type              839 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION6_NUM_SEGMENTS; \
type              840 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION7_LUT_OFFSET; \
type              841 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION7_NUM_SEGMENTS; \
type              842 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION8_LUT_OFFSET; \
type              843 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION8_NUM_SEGMENTS; \
type              844 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION9_LUT_OFFSET; \
type              845 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION9_NUM_SEGMENTS; \
type              846 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION10_LUT_OFFSET; \
type              847 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION10_NUM_SEGMENTS; \
type              848 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION11_LUT_OFFSET; \
type              849 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION11_NUM_SEGMENTS; \
type              850 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION12_LUT_OFFSET; \
type              851 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION12_NUM_SEGMENTS; \
type              852 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION13_LUT_OFFSET; \
type              853 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION13_NUM_SEGMENTS; \
type              854 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION14_LUT_OFFSET; \
type              855 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION14_NUM_SEGMENTS; \
type              856 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION15_LUT_OFFSET; \
type              857 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION15_NUM_SEGMENTS; \
type              858 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION16_LUT_OFFSET; \
type              859 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION16_NUM_SEGMENTS; \
type              860 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION17_LUT_OFFSET; \
type              861 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION17_NUM_SEGMENTS; \
type              862 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION18_LUT_OFFSET; \
type              863 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION18_NUM_SEGMENTS; \
type              864 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION19_LUT_OFFSET; \
type              865 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION19_NUM_SEGMENTS; \
type              866 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION20_LUT_OFFSET; \
type              867 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION20_NUM_SEGMENTS; \
type              868 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION21_LUT_OFFSET; \
type              869 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION21_NUM_SEGMENTS; \
type              870 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION22_LUT_OFFSET; \
type              871 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION22_NUM_SEGMENTS; \
type              872 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION23_LUT_OFFSET; \
type              873 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION23_NUM_SEGMENTS; \
type              874 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION24_LUT_OFFSET; \
type              875 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION24_NUM_SEGMENTS; \
type              876 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION25_LUT_OFFSET; \
type              877 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION25_NUM_SEGMENTS; \
type              878 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION26_LUT_OFFSET; \
type              879 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION26_NUM_SEGMENTS; \
type              880 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION27_LUT_OFFSET; \
type              881 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION27_NUM_SEGMENTS; \
type              882 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION28_LUT_OFFSET; \
type              883 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION28_NUM_SEGMENTS; \
type              884 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION29_LUT_OFFSET; \
type              885 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION29_NUM_SEGMENTS; \
type              886 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION30_LUT_OFFSET; \
type              887 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION30_NUM_SEGMENTS; \
type              888 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION31_LUT_OFFSET; \
type              889 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION31_NUM_SEGMENTS; \
type              890 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION32_LUT_OFFSET; \
type              891 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION32_NUM_SEGMENTS; \
type              892 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION33_LUT_OFFSET; \
type              893 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMB_EXP_REGION33_NUM_SEGMENTS; \
type              894 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION_START_B; \
type              895 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION_START_SEGMENT_B; \
type              896 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION_START_G; \
type              897 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION_START_SEGMENT_G; \
type              898 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION_START_R; \
type              899 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION_START_SEGMENT_R; \
type              900 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION_END_B; \
type              901 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION_END_BASE_B; \
type              902 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION_END_G; \
type              903 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION_END_BASE_G; \
type              904 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION_END_R; \
type              905 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION_END_BASE_R; \
type              906 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION0_LUT_OFFSET; \
type              907 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION0_NUM_SEGMENTS; \
type              908 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION1_LUT_OFFSET; \
type              909 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION1_NUM_SEGMENTS; \
type              910 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION2_LUT_OFFSET; \
type              911 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION2_NUM_SEGMENTS; \
type              912 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION3_LUT_OFFSET; \
type              913 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION3_NUM_SEGMENTS; \
type              914 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION4_LUT_OFFSET; \
type              915 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION4_NUM_SEGMENTS; \
type              916 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION5_LUT_OFFSET; \
type              917 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION5_NUM_SEGMENTS; \
type              918 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION6_LUT_OFFSET; \
type              919 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION6_NUM_SEGMENTS; \
type              920 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION7_LUT_OFFSET; \
type              921 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION7_NUM_SEGMENTS; \
type              922 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION8_LUT_OFFSET; \
type              923 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION8_NUM_SEGMENTS; \
type              924 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION9_LUT_OFFSET; \
type              925 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION9_NUM_SEGMENTS; \
type              926 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION10_LUT_OFFSET; \
type              927 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION10_NUM_SEGMENTS; \
type              928 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION11_LUT_OFFSET; \
type              929 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION11_NUM_SEGMENTS; \
type              930 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION12_LUT_OFFSET; \
type              931 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION12_NUM_SEGMENTS; \
type              932 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION13_LUT_OFFSET; \
type              933 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION13_NUM_SEGMENTS; \
type              934 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION14_LUT_OFFSET; \
type              935 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION14_NUM_SEGMENTS; \
type              936 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION15_LUT_OFFSET; \
type              937 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION15_NUM_SEGMENTS; \
type              938 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION16_LUT_OFFSET; \
type              939 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION16_NUM_SEGMENTS; \
type              940 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION17_LUT_OFFSET; \
type              941 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION17_NUM_SEGMENTS; \
type              942 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION18_LUT_OFFSET; \
type              943 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION18_NUM_SEGMENTS; \
type              944 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION19_LUT_OFFSET; \
type              945 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION19_NUM_SEGMENTS; \
type              946 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION20_LUT_OFFSET; \
type              947 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION20_NUM_SEGMENTS; \
type              948 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION21_LUT_OFFSET; \
type              949 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION21_NUM_SEGMENTS; \
type              950 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION22_LUT_OFFSET; \
type              951 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION22_NUM_SEGMENTS; \
type              952 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION23_LUT_OFFSET; \
type              953 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION23_NUM_SEGMENTS; \
type              954 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION24_LUT_OFFSET; \
type              955 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION24_NUM_SEGMENTS; \
type              956 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION25_LUT_OFFSET; \
type              957 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION25_NUM_SEGMENTS; \
type              958 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION26_LUT_OFFSET; \
type              959 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION26_NUM_SEGMENTS; \
type              960 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION27_LUT_OFFSET; \
type              961 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION27_NUM_SEGMENTS; \
type              962 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION28_LUT_OFFSET; \
type              963 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION28_NUM_SEGMENTS; \
type              964 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION29_LUT_OFFSET; \
type              965 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION29_NUM_SEGMENTS; \
type              966 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION30_LUT_OFFSET; \
type              967 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION30_NUM_SEGMENTS; \
type              968 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION31_LUT_OFFSET; \
type              969 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION31_NUM_SEGMENTS; \
type              970 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION32_LUT_OFFSET; \
type              971 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION32_NUM_SEGMENTS; \
type              972 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION33_LUT_OFFSET; \
type              973 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_RAMA_EXP_REGION33_NUM_SEGMENTS; \
type              974 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_LUT_WRITE_EN_MASK; \
type              975 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_CONFIG_STATUS; \
type              976 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_LUT_WRITE_SEL; \
type              977 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_LUT_INDEX; \
type              978 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_SHAPER_LUT_DATA; \
type              979 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_CONFIG_STATUS; \
type              980 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_ICSC_MODE; \
type              981 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_ICSC_C11; \
type              982 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_ICSC_C12; \
type              983 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_ICSC_C33; \
type              984 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_ICSC_C34; \
type              985 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BNS_BIAS_R; \
type              986 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BNS_BIAS_G; \
type              987 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BNS_BIAS_B; \
type              988 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BNS_SCALE_R; \
type              989 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BNS_SCALE_G; \
type              990 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BNS_SCALE_B; \
type              991 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION_START_B; \
type              992 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION_START_SEGMENT_B; \
type              993 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION_START_G; \
type              994 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION_START_SEGMENT_G; \
type              995 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION_START_R; \
type              996 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION_START_SEGMENT_R; \
type              997 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION_LINEAR_SLOPE_B; \
type              998 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION_LINEAR_SLOPE_G; \
type              999 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION_LINEAR_SLOPE_R; \
type             1000 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION_END_B; \
type             1001 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION_END_SLOPE_B; \
type             1002 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION_END_BASE_B; \
type             1003 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION_END_G; \
type             1004 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION_END_SLOPE_G; \
type             1005 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION_END_BASE_G; \
type             1006 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION_END_R; \
type             1007 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION_END_SLOPE_R; \
type             1008 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION_END_BASE_R; \
type             1009 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION0_LUT_OFFSET; \
type             1010 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION0_NUM_SEGMENTS; \
type             1011 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION1_LUT_OFFSET; \
type             1012 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION1_NUM_SEGMENTS; \
type             1013 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION14_LUT_OFFSET; \
type             1014 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION14_NUM_SEGMENTS; \
type             1015 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION15_LUT_OFFSET; \
type             1016 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMB_EXP_REGION15_NUM_SEGMENTS; \
type             1017 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION_START_B; \
type             1018 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION_START_SEGMENT_B; \
type             1019 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION_START_G; \
type             1020 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION_START_SEGMENT_G; \
type             1021 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION_START_R; \
type             1022 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION_START_SEGMENT_R; \
type             1023 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION_LINEAR_SLOPE_B; \
type             1024 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION_LINEAR_SLOPE_G; \
type             1025 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION_LINEAR_SLOPE_R; \
type             1026 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION_END_B; \
type             1027 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION_END_SLOPE_B; \
type             1028 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION_END_BASE_B; \
type             1029 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION_END_G; \
type             1030 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION_END_SLOPE_G; \
type             1031 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION_END_BASE_G; \
type             1032 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION_END_R; \
type             1033 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION_END_SLOPE_R; \
type             1034 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION_END_BASE_R; \
type             1035 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION0_LUT_OFFSET; \
type             1036 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION0_NUM_SEGMENTS; \
type             1037 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION1_LUT_OFFSET; \
type             1038 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION1_NUM_SEGMENTS; \
type             1039 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION14_LUT_OFFSET; \
type             1040 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION14_NUM_SEGMENTS; \
type             1041 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION15_LUT_OFFSET; \
type             1042 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_RAMA_EXP_REGION15_NUM_SEGMENTS; \
type             1043 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type SHARED_MEM_PWR_DIS; \
type             1044 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_IGAM_LUT_FORMAT_R; \
type             1045 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_IGAM_LUT_FORMAT_G; \
type             1046 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_IGAM_LUT_FORMAT_B; \
type             1047 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_IGAM_LUT_HOST_EN; \
type             1048 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_IGAM_LUT_RW_MODE; \
type             1049 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_IGAM_LUT_WRITE_EN_MASK; \
type             1050 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_IGAM_LUT_SEL; \
type             1051 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_IGAM_LUT_SEQ_COLOR; \
type             1052 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_IGAM_DGAM_CONFIG_STATUS; \
type             1053 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_LUT_WRITE_EN_MASK; \
type             1054 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_LUT_WRITE_SEL; \
type             1055 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_LUT_INDEX; \
type             1056 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_LUT_DATA; \
type             1057 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_DGAM_LUT_MODE; \
type             1058 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_IGAM_LUT_MODE; \
type             1059 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_IGAM_INPUT_FORMAT; \
type             1060 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_IGAM_LUT_RW_INDEX; \
type             1061 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BYPASS_EN; \
type             1062 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type FORMAT_EXPANSION_MODE; \
type             1063 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CNVC_BYPASS; \
type             1064 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type OUTPUT_FP; \
type             1065 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CNVC_SURFACE_PIXEL_FORMAT; \
type             1066 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CURSOR_MODE; \
type             1067 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CURSOR_PITCH; \
type             1068 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CURSOR_LINES_PER_CHUNK; \
type             1069 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CURSOR_ENABLE; \
type             1070 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CUR0_MODE; \
type             1071 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CUR0_EXPANSION_MODE; \
type             1072 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CUR0_ENABLE; \
type             1073 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_BYPASS; \
type             1074 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_TEST_DEBUG_INDEX; \
type             1075 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_TEST_DEBUG_DATA_ID9_ICSC_MODE; \
type             1076 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_TEST_DEBUG_DATA_ID9_OCSC_MODE;\
type             1077 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type FORMAT_CONTROL__ALPHA_EN; \
type             1078 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CUR0_COLOR0; \
type             1079 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CUR0_COLOR1; \
type             1080 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type DPPCLK_RATE_CONTROL; \
type             1081 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type DPP_CLOCK_ENABLE; \
type             1082 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CM_HDR_MULT_COEF; \
type             1083 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CUR0_FP_BIAS; \
type             1084 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h 	type CUR0_FP_SCALE;
type              150 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h #define DWBC_REG_FIELD_LIST(type) \
type              151 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type WB_ENABLE;\
type              152 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type DISPCLK_R_WB_GATE_DIS;\
type              153 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type DISPCLK_G_WB_GATE_DIS;\
type              154 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type DISPCLK_G_WBSCL_GATE_DIS;\
type              155 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type WB_LB_LS_DIS;\
type              156 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type WB_LB_SD_DIS;\
type              157 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type WB_LUT_LS_DIS;\
type              158 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type CNV_WINDOW_CROP_EN;\
type              159 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type CNV_STEREO_TYPE;\
type              160 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type CNV_INTERLACED_MODE;\
type              161 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type CNV_EYE_SELECTION;\
type              162 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type CNV_STEREO_POLARITY;\
type              163 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type CNV_INTERLACED_FIELD_ORDER;\
type              164 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type CNV_STEREO_SPLIT;\
type              165 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type CNV_NEW_CONTENT;\
type              166 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type CNV_FRAME_CAPTURE_EN;\
type              167 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type WB_SOFT_RESET;\
type              168 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUFMGR_ENABLE;\
type              169 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_DUALSIZE_REQ;\
type              170 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUFMGR_SW_INT_EN;\
type              171 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUFMGR_SW_INT_ACK;\
type              172 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUFMGR_SW_SLICE_INT_EN;\
type              173 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUFMGR_SW_OVERRUN_INT_EN;\
type              174 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUFMGR_SW_LOCK;\
type              175 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_P_VMID;\
type              176 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_ADDR_FENCE_EN;\
type              177 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_LUMA_PITCH;\
type              178 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_CHROMA_PITCH;\
type              179 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_CLIENT_ARBITRATION_SLICE;\
type              180 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_TIME_PER_PIXEL;\
type              181 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type WM_CHANGE_ACK_FORCE_ON;\
type              182 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_CLI_WATERMARK_MASK;\
type              183 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_1_ADDR_Y;\
type              184 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_1_ADDR_Y_OFFSET;\
type              185 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_1_ADDR_C;\
type              186 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_1_ADDR_C_OFFSET;\
type              187 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_2_ADDR_Y;\
type              188 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_2_ADDR_Y_OFFSET;\
type              189 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_2_ADDR_C;\
type              190 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_2_ADDR_C_OFFSET;\
type              191 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_3_ADDR_Y;\
type              192 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_3_ADDR_Y_OFFSET;\
type              193 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_3_ADDR_C;\
type              194 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_3_ADDR_C_OFFSET;\
type              195 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_4_ADDR_Y;\
type              196 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_4_ADDR_Y_OFFSET;\
type              197 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_4_ADDR_C;\
type              198 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_4_ADDR_C_OFFSET;\
type              199 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUFMGR_VCE_LOCK_IGNORE;\
type              200 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUFMGR_VCE_INT_EN;\
type              201 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUFMGR_VCE_INT_ACK;\
type              202 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUFMGR_VCE_SLICE_INT_EN;\
type              203 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUFMGR_VCE_LOCK;\
type              204 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUFMGR_SLICE_SIZE;\
type              205 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type NB_PSTATE_CHANGE_REFRESH_WATERMARK;\
type              206 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type NB_PSTATE_CHANGE_URGENT_DURING_REQUEST;\
type              207 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type NB_PSTATE_CHANGE_FORCE_ON;\
type              208 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type NB_PSTATE_ALLOW_FOR_URGENT;\
type              209 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type NB_PSTATE_CHANGE_WATERMARK_MASK;\
type              210 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_CLI_WATERMARK;\
type              211 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_CLI_CLOCK_GATER_OVERRIDE;\
type              212 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_PITCH_SIZE_WARMUP;\
type              213 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_LUMA_SIZE;\
type              214 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h 	type MCIF_WB_BUF_CHROMA_SIZE;\
type              190 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h #define DCN_HUBBUB_REG_FIELD_LIST(type) \
type              191 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_GLOBAL_TIMER_ENABLE; \
type              192 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_WATERMARK_CHANGE_REQUEST;\
type              193 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_WATERMARK_CHANGE_DONE_INTERRUPT_DISABLE;\
type              194 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_ALLOW_SELF_REFRESH_FORCE_VALUE;\
type              195 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_ALLOW_SELF_REFRESH_FORCE_ENABLE;\
type              196 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_ALLOW_PSTATE_CHANGE_FORCE_VALUE;\
type              197 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_ALLOW_PSTATE_CHANGE_FORCE_ENABLE;\
type              198 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_SAT_LEVEL;\
type              199 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_MIN_REQ_OUTSTAND;\
type              200 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_GLOBAL_TIMER_REFDIV;\
type              201 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_GLOBAL_SOFT_RESET; \
type              202 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type SDPIF_FB_TOP;\
type              203 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type SDPIF_FB_BASE;\
type              204 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type SDPIF_FB_OFFSET;\
type              205 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type SDPIF_AGP_BASE;\
type              206 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type SDPIF_AGP_BOT;\
type              207 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type SDPIF_AGP_TOP;\
type              208 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type FB_BASE;\
type              209 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type FB_TOP;\
type              210 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type FB_OFFSET;\
type              211 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type AGP_BOT;\
type              212 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type AGP_TOP;\
type              213 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type AGP_BASE;\
type              214 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_DATA_URGENCY_WATERMARK_A;\
type              215 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_DATA_URGENCY_WATERMARK_B;\
type              216 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_DATA_URGENCY_WATERMARK_C;\
type              217 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_DATA_URGENCY_WATERMARK_D;\
type              218 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_ALLOW_DRAM_CLK_CHANGE_WATERMARK_A;\
type              219 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_ALLOW_DRAM_CLK_CHANGE_WATERMARK_B;\
type              220 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_ALLOW_DRAM_CLK_CHANGE_WATERMARK_C;\
type              221 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_ALLOW_DRAM_CLK_CHANGE_WATERMARK_D;\
type              222 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCN_VM_PROTECTION_FAULT_DEFAULT_ADDR_MSB;\
type              223 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCN_VM_PROTECTION_FAULT_DEFAULT_ADDR_LSB
type              225 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h #define HUBBUB_STUTTER_REG_FIELD_LIST(type) \
type              226 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_ALLOW_SR_ENTER_WATERMARK_A;\
type              227 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_ALLOW_SR_ENTER_WATERMARK_B;\
type              228 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_ALLOW_SR_ENTER_WATERMARK_C;\
type              229 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_ALLOW_SR_ENTER_WATERMARK_D;\
type              230 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_ALLOW_SR_EXIT_WATERMARK_A;\
type              231 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_ALLOW_SR_EXIT_WATERMARK_B;\
type              232 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_ALLOW_SR_EXIT_WATERMARK_C;\
type              233 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_ALLOW_SR_EXIT_WATERMARK_D
type              236 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h #define HUBBUB_HVM_REG_FIELD_LIST(type) \
type              237 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_MIN_REQ_OUTSTAND_COMMIT_THRESHOLD;\
type              238 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_VM_ROW_URGENCY_WATERMARK_A;\
type              239 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_VM_ROW_URGENCY_WATERMARK_B;\
type              240 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_VM_ROW_URGENCY_WATERMARK_C;\
type              241 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_VM_ROW_URGENCY_WATERMARK_D;\
type              242 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_VM_ROW_ALLOW_SR_ENTER_WATERMARK_A;\
type              243 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_VM_ROW_ALLOW_SR_ENTER_WATERMARK_B;\
type              244 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_VM_ROW_ALLOW_SR_ENTER_WATERMARK_C;\
type              245 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_VM_ROW_ALLOW_SR_ENTER_WATERMARK_D;\
type              246 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_VM_ROW_ALLOW_SR_EXIT_WATERMARK_A;\
type              247 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_VM_ROW_ALLOW_SR_EXIT_WATERMARK_B;\
type              248 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_VM_ROW_ALLOW_SR_EXIT_WATERMARK_C;\
type              249 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_VM_ROW_ALLOW_SR_EXIT_WATERMARK_D;\
type              250 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_VM_ROW_ALLOW_DRAM_CLK_CHANGE_WATERMARK_A;\
type              251 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_VM_ROW_ALLOW_DRAM_CLK_CHANGE_WATERMARK_B;\
type              252 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_VM_ROW_ALLOW_DRAM_CLK_CHANGE_WATERMARK_C;\
type              253 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_VM_ROW_ALLOW_DRAM_CLK_CHANGE_WATERMARK_D;\
type              254 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_FRAC_URG_BW_NOM_A;\
type              255 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_FRAC_URG_BW_NOM_B;\
type              256 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_FRAC_URG_BW_NOM_C;\
type              257 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_FRAC_URG_BW_NOM_D;\
type              258 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_FRAC_URG_BW_FLIP_A;\
type              259 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_FRAC_URG_BW_FLIP_B;\
type              260 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_FRAC_URG_BW_FLIP_C;\
type              261 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_FRAC_URG_BW_FLIP_D;\
type              262 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_REFCYC_PER_TRIP_TO_MEMORY_A;\
type              263 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_REFCYC_PER_TRIP_TO_MEMORY_B;\
type              264 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_REFCYC_PER_TRIP_TO_MEMORY_C;\
type              265 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_REFCYC_PER_TRIP_TO_MEMORY_D;\
type              266 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type DCHUBBUB_ARB_MAX_QOS_COMMIT_THRESHOLD;\
type              267 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type HOSTVM_INIT_REQ; \
type              268 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type HVM_GPUVMRET_PWR_REQ_DIS; \
type              269 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type HVM_GPUVMRET_FORCE_REQ; \
type              270 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type HVM_GPUVMRET_POWER_STATUS; \
type              271 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type HVM_DISPCLK_R_GATE_DIS; \
type              272 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type HVM_DISPCLK_G_GATE_DIS; \
type              273 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type HVM_DCFCLK_R_GATE_DIS; \
type              274 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type HVM_DCFCLK_G_GATE_DIS; \
type              275 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type TR_REQ_REQCLKREQ_MODE; \
type              276 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type TW_RSP_COMPCLKREQ_MODE; \
type              277 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type HOSTVM_PREFETCH_REQ; \
type              278 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type HOSTVM_POWERSTATUS; \
type              279 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type RIOMMU_ACTIVE; \
type              280 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h 		type HOSTVM_PREFETCH_DONE
type              352 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c 	if (address->type == PLN_ADDR_TYPE_GRPH_STEREO) {
type              369 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c 	switch (address->type) {
type              430 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h #define DCN_HUBP_REG_FIELD_BASE_LIST(type) \
type              431 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type HUBP_BLANK_EN;\
type              432 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type HUBP_DISABLE;\
type              433 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type HUBP_TTU_DISABLE;\
type              434 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type HUBP_NO_OUTSTANDING_REQ;\
type              435 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type HUBP_VTG_SEL;\
type              436 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type HUBP_UNDERFLOW_STATUS;\
type              437 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type HUBP_UNDERFLOW_CLEAR;\
type              438 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type NUM_PIPES;\
type              439 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type NUM_BANKS;\
type              440 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PIPE_INTERLEAVE;\
type              441 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type NUM_SE;\
type              442 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type NUM_RB_PER_SE;\
type              443 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MAX_COMPRESSED_FRAGS;\
type              444 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SW_MODE;\
type              445 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type META_LINEAR;\
type              446 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type RB_ALIGNED;\
type              447 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PIPE_ALIGNED;\
type              448 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PITCH;\
type              449 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type META_PITCH;\
type              450 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PITCH_C;\
type              451 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type META_PITCH_C;\
type              452 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type ROTATION_ANGLE;\
type              453 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type H_MIRROR_EN;\
type              454 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SURFACE_PIXEL_FORMAT;\
type              455 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SURFACE_FLIP_TYPE;\
type              456 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SURFACE_FLIP_MODE_FOR_STEREOSYNC;\
type              457 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SURFACE_FLIP_IN_STEREOSYNC;\
type              458 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SURFACE_UPDATE_LOCK;\
type              459 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SURFACE_FLIP_PENDING;\
type              460 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRI_VIEWPORT_WIDTH; \
type              461 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRI_VIEWPORT_HEIGHT; \
type              462 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRI_VIEWPORT_X_START; \
type              463 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRI_VIEWPORT_Y_START; \
type              464 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SEC_VIEWPORT_WIDTH; \
type              465 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SEC_VIEWPORT_HEIGHT; \
type              466 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SEC_VIEWPORT_X_START; \
type              467 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SEC_VIEWPORT_Y_START; \
type              468 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRI_VIEWPORT_WIDTH_C; \
type              469 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRI_VIEWPORT_HEIGHT_C; \
type              470 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRI_VIEWPORT_X_START_C; \
type              471 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRI_VIEWPORT_Y_START_C; \
type              472 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRIMARY_SURFACE_ADDRESS_HIGH;\
type              473 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRIMARY_SURFACE_ADDRESS;\
type              474 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SECONDARY_SURFACE_ADDRESS_HIGH;\
type              475 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SECONDARY_SURFACE_ADDRESS;\
type              476 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRIMARY_META_SURFACE_ADDRESS_HIGH;\
type              477 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRIMARY_META_SURFACE_ADDRESS;\
type              478 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SECONDARY_META_SURFACE_ADDRESS_HIGH;\
type              479 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SECONDARY_META_SURFACE_ADDRESS;\
type              480 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRIMARY_SURFACE_ADDRESS_HIGH_C;\
type              481 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRIMARY_SURFACE_ADDRESS_C;\
type              482 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRIMARY_META_SURFACE_ADDRESS_HIGH_C;\
type              483 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRIMARY_META_SURFACE_ADDRESS_C;\
type              484 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SURFACE_INUSE_ADDRESS;\
type              485 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SURFACE_INUSE_ADDRESS_HIGH;\
type              486 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SURFACE_INUSE_ADDRESS_C;\
type              487 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SURFACE_INUSE_ADDRESS_HIGH_C;\
type              488 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SURFACE_EARLIEST_INUSE_ADDRESS;\
type              489 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SURFACE_EARLIEST_INUSE_ADDRESS_HIGH;\
type              490 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SURFACE_EARLIEST_INUSE_ADDRESS_C;\
type              491 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SURFACE_EARLIEST_INUSE_ADDRESS_HIGH_C;\
type              492 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRIMARY_SURFACE_TMZ;\
type              493 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRIMARY_SURFACE_TMZ_C;\
type              494 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SECONDARY_SURFACE_TMZ;\
type              495 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SECONDARY_SURFACE_TMZ_C;\
type              496 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRIMARY_META_SURFACE_TMZ;\
type              497 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRIMARY_META_SURFACE_TMZ_C;\
type              498 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SECONDARY_META_SURFACE_TMZ;\
type              499 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SECONDARY_META_SURFACE_TMZ_C;\
type              500 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRIMARY_SURFACE_DCC_EN;\
type              501 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRIMARY_SURFACE_DCC_IND_64B_BLK;\
type              502 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SECONDARY_SURFACE_DCC_EN;\
type              503 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SECONDARY_SURFACE_DCC_IND_64B_BLK;\
type              504 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type DET_BUF_PLANE1_BASE_ADDRESS;\
type              505 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CROSSBAR_SRC_CB_B;\
type              506 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CROSSBAR_SRC_CR_R;\
type              507 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type DRQ_EXPANSION_MODE;\
type              508 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PRQ_EXPANSION_MODE;\
type              509 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MRQ_EXPANSION_MODE;\
type              510 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CRQ_EXPANSION_MODE;\
type              511 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CHUNK_SIZE;\
type              512 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MIN_CHUNK_SIZE;\
type              513 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type META_CHUNK_SIZE;\
type              514 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MIN_META_CHUNK_SIZE;\
type              515 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type DPTE_GROUP_SIZE;\
type              516 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MPTE_GROUP_SIZE;\
type              517 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SWATH_HEIGHT;\
type              518 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PTE_ROW_HEIGHT_LINEAR;\
type              519 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CHUNK_SIZE_C;\
type              520 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MIN_CHUNK_SIZE_C;\
type              521 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type META_CHUNK_SIZE_C;\
type              522 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MIN_META_CHUNK_SIZE_C;\
type              523 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type DPTE_GROUP_SIZE_C;\
type              524 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MPTE_GROUP_SIZE_C;\
type              525 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SWATH_HEIGHT_C;\
type              526 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PTE_ROW_HEIGHT_LINEAR_C;\
type              527 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type REFCYC_H_BLANK_END;\
type              528 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type DLG_V_BLANK_END;\
type              529 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MIN_DST_Y_NEXT_START;\
type              530 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type REFCYC_PER_HTOTAL;\
type              531 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type REFCYC_X_AFTER_SCALER;\
type              532 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type DST_Y_AFTER_SCALER;\
type              533 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type DST_Y_PREFETCH;\
type              534 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type VRATIO_PREFETCH;\
type              535 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type DST_Y_PER_VM_VBLANK;\
type              536 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type DST_Y_PER_ROW_VBLANK;\
type              537 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type REF_FREQ_TO_PIX_FREQ;\
type              538 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type REFCYC_PER_PTE_GROUP_VBLANK_L;\
type              539 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type REFCYC_PER_META_CHUNK_VBLANK_L;\
type              540 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type DST_Y_PER_PTE_ROW_NOM_L;\
type              541 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type REFCYC_PER_PTE_GROUP_NOM_L;\
type              542 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type DST_Y_PER_META_ROW_NOM_L;\
type              543 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type REFCYC_PER_META_CHUNK_NOM_L;\
type              544 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type REFCYC_PER_LINE_DELIVERY_PRE_L;\
type              545 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type REFCYC_PER_LINE_DELIVERY_PRE_C;\
type              546 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type REFCYC_PER_LINE_DELIVERY_L;\
type              547 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type REFCYC_PER_LINE_DELIVERY_C;\
type              548 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type VRATIO_PREFETCH_C;\
type              549 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type REFCYC_PER_PTE_GROUP_VBLANK_C;\
type              550 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type REFCYC_PER_META_CHUNK_VBLANK_C;\
type              551 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type DST_Y_PER_PTE_ROW_NOM_C;\
type              552 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type REFCYC_PER_PTE_GROUP_NOM_C;\
type              553 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type DST_Y_PER_META_ROW_NOM_C;\
type              554 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type REFCYC_PER_META_CHUNK_NOM_C;\
type              555 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type QoS_LEVEL_LOW_WM;\
type              556 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type QoS_LEVEL_HIGH_WM;\
type              557 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MIN_TTU_VBLANK;\
type              558 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type QoS_LEVEL_FLIP;\
type              559 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type REFCYC_PER_REQ_DELIVERY;\
type              560 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type QoS_LEVEL_FIXED;\
type              561 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type QoS_RAMP_DISABLE;\
type              562 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type REFCYC_PER_REQ_DELIVERY_PRE;\
type              563 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type VM_CONTEXT0_PAGE_TABLE_BASE_ADDR_MSB;\
type              564 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type VM_CONTEXT0_PAGE_TABLE_BASE_ADDR_LSB;\
type              565 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type VM_CONTEXT0_PAGE_TABLE_START_ADDR_MSB;\
type              566 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type VM_CONTEXT0_PAGE_TABLE_START_ADDR_LSB;\
type              567 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type VM_CONTEXT0_PAGE_TABLE_END_ADDR_MSB;\
type              568 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type VM_CONTEXT0_PAGE_TABLE_END_ADDR_LSB;\
type              569 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type VM_CONTEXT0_PROTECTION_FAULT_DEFAULT_ADDR_MSB;\
type              570 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type VM_CONTEXT0_PROTECTION_FAULT_DEFAULT_SYSTEM;\
type              571 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type VM_CONTEXT0_PROTECTION_FAULT_DEFAULT_ADDR_LSB;\
type              572 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type ENABLE_L1_TLB;\
type              573 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type SYSTEM_ACCESS_MODE;\
type              574 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type HUBP_CLOCK_ENABLE;\
type              575 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MC_VM_SYSTEM_APERTURE_DEFAULT_SYSTEM;\
type              576 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MC_VM_SYSTEM_APERTURE_DEFAULT_ADDR_MSB;\
type              577 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MC_VM_SYSTEM_APERTURE_DEFAULT_ADDR_LSB;\
type              578 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MC_VM_SYSTEM_APERTURE_LOW_ADDR_MSB;\
type              579 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MC_VM_SYSTEM_APERTURE_LOW_ADDR_LSB;\
type              580 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MC_VM_SYSTEM_APERTURE_HIGH_ADDR_MSB;\
type              581 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MC_VM_SYSTEM_APERTURE_HIGH_ADDR_LSB;\
type              582 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MC_VM_SYSTEM_APERTURE_LOW_ADDR;\
type              583 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type MC_VM_SYSTEM_APERTURE_HIGH_ADDR;\
type              584 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type DCN_VM_SYSTEM_APERTURE_DEFAULT_SYSTEM;\
type              585 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type DCN_VM_SYSTEM_APERTURE_DEFAULT_ADDR_MSB;\
type              586 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type DCN_VM_SYSTEM_APERTURE_DEFAULT_ADDR_LSB;\
type              588 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PAGE_DIRECTORY_ENTRY_HI32;\
type              589 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PAGE_DIRECTORY_ENTRY_LO32;\
type              590 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type LOGICAL_PAGE_NUMBER_HI4;\
type              591 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type LOGICAL_PAGE_NUMBER_LO32;\
type              592 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PHYSICAL_PAGE_ADDR_HI4;\
type              593 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PHYSICAL_PAGE_ADDR_LO32;\
type              594 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PHYSICAL_PAGE_NUMBER_MSB;\
type              595 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type PHYSICAL_PAGE_NUMBER_LSB;\
type              596 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type LOGICAL_ADDR;\
type              597 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CURSOR0_DST_Y_OFFSET; \
type              598 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CURSOR0_CHUNK_HDL_ADJUST; \
type              599 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CURSOR_SURFACE_ADDRESS_HIGH; \
type              600 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CURSOR_SURFACE_ADDRESS; \
type              601 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CURSOR_WIDTH; \
type              602 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CURSOR_HEIGHT; \
type              603 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CURSOR_MODE; \
type              604 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CURSOR_2X_MAGNIFY; \
type              605 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CURSOR_PITCH; \
type              606 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CURSOR_LINES_PER_CHUNK; \
type              607 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CURSOR_ENABLE; \
type              608 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CURSOR_X_POSITION; \
type              609 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CURSOR_Y_POSITION; \
type              610 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CURSOR_HOT_SPOT_X; \
type              611 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CURSOR_HOT_SPOT_Y; \
type              612 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CURSOR_DST_X_OFFSET; \
type              613 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type OUTPUT_FP
type              615 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h #define DCN_HUBP_REG_FIELD_LIST(type) \
type              616 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	DCN_HUBP_REG_FIELD_BASE_LIST(type);\
type              617 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type ALPHA_PLANE_EN
type             1342 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	if (sec_split && plane_state->address.type == PLN_ADDR_TYPE_GRPH_STEREO &&
type             1353 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			plane_state->address.type != PLN_ADDR_TYPE_GRPH_STEREO) {
type             1354 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			plane_state->address.type = PLN_ADDR_TYPE_GRPH_STEREO;
type             1410 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	else if (tf->type == TF_TYPE_PREDEFINED) {
type             1426 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	} else if (tf->type == TF_TYPE_BYPASS) {
type             1479 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	    stream->out_transfer_func->type == TF_TYPE_PREDEFINED &&
type             2939 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	if (plane_state->status.current_address.type == PLN_ADDR_TYPE_GRPH_STEREO &&
type             2978 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	if (pipe_ctx->plane_state->address.type
type              129 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h #define IPP_DCN10_REG_FIELD_LIST(type) \
type              130 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CNVC_SURFACE_PIXEL_FORMAT; \
type              131 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CNVC_BYPASS; \
type              132 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type ALPHA_EN; \
type              133 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type FORMAT_EXPANSION_MODE; \
type              134 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CURSOR0_DST_Y_OFFSET; \
type              135 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CURSOR0_CHUNK_HDL_ADJUST; \
type              136 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CUR0_MODE; \
type              137 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CUR0_COLOR0; \
type              138 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CUR0_COLOR1; \
type              139 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CUR0_EXPANSION_MODE; \
type              140 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CURSOR_SURFACE_ADDRESS_HIGH; \
type              141 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CURSOR_SURFACE_ADDRESS; \
type              142 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CURSOR_WIDTH; \
type              143 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CURSOR_HEIGHT; \
type              144 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CURSOR_MODE; \
type              145 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CURSOR_2X_MAGNIFY; \
type              146 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CURSOR_PITCH; \
type              147 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CURSOR_LINES_PER_CHUNK; \
type              148 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CURSOR_ENABLE; \
type              149 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CUR0_ENABLE; \
type              150 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CURSOR_X_POSITION; \
type              151 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CURSOR_Y_POSITION; \
type              152 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CURSOR_HOT_SPOT_X; \
type              153 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CURSOR_HOT_SPOT_Y; \
type              154 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type CURSOR_DST_X_OFFSET; \
type              155 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h 	type OUTPUT_FP
type              181 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h #define DCN_LINK_ENCODER_REG_FIELD_LIST(type) \
type              182 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DIG_ENABLE;\
type              183 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DIG_HPD_SELECT;\
type              184 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DIG_MODE;\
type              185 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DIG_FE_SOURCE_SELECT;\
type              186 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_BYPASS;\
type              187 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_ATEST_SEL_LANE0;\
type              188 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_ATEST_SEL_LANE1;\
type              189 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_ATEST_SEL_LANE2;\
type              190 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_ATEST_SEL_LANE3;\
type              191 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_PRBS_EN;\
type              192 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_PRBS_SEL;\
type              193 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_SYM1;\
type              194 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_SYM2;\
type              195 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_SYM3;\
type              196 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_SYM4;\
type              197 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_SYM5;\
type              198 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_SYM6;\
type              199 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_SYM7;\
type              200 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_SYM8;\
type              201 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_SCRAMBLER_BS_COUNT;\
type              202 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_SCRAMBLER_ADVANCE;\
type              203 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_RX_FAST_TRAINING_CAPABLE;\
type              204 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_LOAD_BS_COUNT;\
type              205 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_TRAINING_PATTERN_SEL;\
type              206 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_DPHY_HBR2_PATTERN_CONTROL;\
type              207 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_LINK_TRAINING_COMPLETE;\
type              208 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_IDLE_BS_INTERVAL;\
type              209 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_VBID_DISABLE;\
type              210 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_VID_ENHANCED_FRAME_MODE;\
type              211 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_VID_STREAM_ENABLE;\
type              212 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_UDI_LANES;\
type              213 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_SEC_GSP0_LINE_NUM;\
type              214 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_SEC_GSP0_PRIORITY;\
type              215 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_MSE_SAT_SRC0;\
type              216 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_MSE_SAT_SRC1;\
type              217 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_MSE_SAT_SRC2;\
type              218 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_MSE_SAT_SRC3;\
type              219 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_MSE_SAT_SLOT_COUNT0;\
type              220 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_MSE_SAT_SLOT_COUNT1;\
type              221 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_MSE_SAT_SLOT_COUNT2;\
type              222 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_MSE_SAT_SLOT_COUNT3;\
type              223 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_MSE_SAT_UPDATE;\
type              224 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DP_MSE_16_MTP_KEEPOUT;\
type              225 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DC_HPD_EN;\
type              226 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type TMDS_CTL0;\
type              227 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type AUX_HPD_SEL;\
type              228 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type AUX_LS_READ_EN;\
type              229 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type AUX_RX_RECEIVE_WINDOW
type              233 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h #define DCN20_LINK_ENCODER_DPCS_REG_FIELD_LIST(type) \
type              234 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX0_DATA_EN;\
type              235 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX1_DATA_EN;\
type              236 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX2_DATA_EN;\
type              237 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX3_DATA_EN;\
type              238 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX0_PSTATE;\
type              239 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX1_PSTATE;\
type              240 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX2_PSTATE;\
type              241 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX3_PSTATE;\
type              242 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX0_MPLL_EN;\
type              243 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX1_MPLL_EN;\
type              244 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX2_MPLL_EN;\
type              245 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX3_MPLL_EN;\
type              246 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_TX_FIFO_LANE0_EN;\
type              247 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_TX_FIFO_LANE1_EN;\
type              248 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_TX_FIFO_LANE2_EN;\
type              249 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_TX_FIFO_LANE3_EN;\
type              250 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_EXT_REFCLK_EN;\
type              251 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_TX_FIFO_EN;\
type              252 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type UNIPHY_LINK_ENABLE;\
type              253 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type UNIPHY_CHANNEL0_INVERT;\
type              254 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type UNIPHY_CHANNEL1_INVERT;\
type              255 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type UNIPHY_CHANNEL2_INVERT;\
type              256 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type UNIPHY_CHANNEL3_INVERT;\
type              257 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type UNIPHY_LINK_ENABLE_HPD_MASK;\
type              258 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type UNIPHY_LANE_STAGGER_DELAY;\
type              259 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_SRAMCLK_BYPASS;\
type              260 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_SRAMCLK_EN;\
type              261 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_SRAMCLK_CLOCK_ON;\
type              262 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type DPCS_TX_FIFO_EN;\
type              263 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX0_DISABLE;\
type              264 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX1_DISABLE;\
type              265 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX2_DISABLE;\
type              266 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX3_DISABLE;\
type              267 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX0_CLK_RDY;\
type              268 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX1_CLK_RDY;\
type              269 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX2_CLK_RDY;\
type              270 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX3_CLK_RDY;\
type              271 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX0_REQ;\
type              272 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX1_REQ;\
type              273 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX2_REQ;\
type              274 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX3_REQ;\
type              275 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX0_ACK;\
type              276 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX1_ACK;\
type              277 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX2_ACK;\
type              278 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX3_ACK;\
type              279 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX0_RESET;\
type              280 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX1_RESET;\
type              281 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX2_RESET;\
type              282 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX3_RESET;\
type              283 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_RESET;\
type              284 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_CR_MUX_SEL;\
type              285 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_REF_RANGE;\
type              286 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP4_POR;\
type              287 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_SRAM_BYPASS;\
type              288 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_SRAM_EXT_LD_DONE;\
type              289 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX0_TERM_CTRL;\
type              290 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX1_TERM_CTRL;\
type              291 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX2_TERM_CTRL;\
type              292 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX3_TERM_CTRL;\
type              293 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_REF_CLK_MPLLB_DIV;\
type              294 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_MULTIPLIER;\
type              295 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_SSC_EN;\
type              296 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_DIV5_CLK_EN;\
type              297 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_TX_CLK_DIV;\
type              298 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_WORD_DIV2_EN;\
type              299 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_FRACN_EN;\
type              300 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_PMIX_EN;\
type              301 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_FRACN_QUOT;\
type              302 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_FRACN_DEN;\
type              303 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_FRACN_REM;\
type              304 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_SSC_UP_SPREAD;\
type              305 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_SSC_STEPSIZE;\
type              306 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_SSC_PEAK;\
type              307 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_DIV_CLK_EN;\
type              308 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_DIV_MULTIPLIER;\
type              309 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_TX_VBOOST_LVL;\
type              310 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_HDMIMODE_ENABLE;\
type              311 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_REF_CLK_EN;\
type              312 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PLL_UPDATE_DATA;\
type              313 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_SRAM_INIT_DONE;\
type              314 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_TX_CR_ADDR;\
type              315 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_TX_CR_DATA;\
type              316 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_HDMI_MPLLB_HDMI_DIV;\
type              317 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_STATE;\
type              318 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX0_WIDTH;\
type              319 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX0_RATE;\
type              320 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX1_WIDTH;\
type              321 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX1_RATE;\
type              322 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX2_WIDTH;\
type              323 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX2_RATE;\
type              324 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX3_WIDTH;\
type              325 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_TX3_RATE;\
type              326 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type DPCS_SYMCLK_CLOCK_ON;\
type              327 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type DPCS_SYMCLK_GATE_DIS;\
type              328 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type DPCS_SYMCLK_EN;\
type              329 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_SYMCLK_DIV2_CLOCK_ON;\
type              330 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_SYMCLK_DIV2_GATE_DIS;\
type              331 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_SYMCLK_DIV2_EN;\
type              332 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type DPCS_TX_DATA_SWAP;\
type              333 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type DPCS_TX_DATA_ORDER_INVERT;\
type              334 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type DPCS_TX_FIFO_RD_START_DELAY;\
type              335 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_TX_FIFO_RD_START_DELAY;\
type              336 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_REG_FIFO_ERROR_MASK;\
type              337 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_TX_FIFO_ERROR_MASK;\
type              338 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_DPALT_DISABLE_TOGGLE_MASK;\
type              339 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_DPALT_4LANE_TOGGLE_MASK;\
type              340 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DPALT_DISABLE;\
type              341 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DPALT_DISABLE_ACK;\
type              342 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_V2I;\
type              343 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_FREQ_VCO;\
type              344 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_CP_INT;\
type              345 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_DP_MPLLB_CP_PROP;\
type              346 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_RX_REF_LD_VAL;\
type              347 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCS_PHY_RX_VCO_LD_VAL;\
type              348 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type DPCSTX_DEBUG_CONFIG; \
type              349 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 		type RDPCSTX_DEBUG_CONFIG
type              351 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h #define DCN20_LINK_ENCODER_REG_FIELD_LIST(type) \
type              352 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DIG_LANE0EN;\
type              353 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DIG_LANE1EN;\
type              354 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DIG_LANE2EN;\
type              355 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DIG_LANE3EN;\
type              356 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DIG_CLK_EN;\
type              357 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type SYMCLKA_CLOCK_ENABLE;\
type              358 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_FEC_EN;\
type              359 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_FEC_READY_SHADOW;\
type              360 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPHY_FEC_ACTIVE_STATUS;\
type              361 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	DCN20_LINK_ENCODER_DPCS_REG_FIELD_LIST(type);\
type              362 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type VCO_LD_VAL_OVRD;\
type              363 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type VCO_LD_VAL_OVRD_EN;\
type              364 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type REF_LD_VAL_OVRD;\
type              365 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type REF_LD_VAL_OVRD_EN;\
type              366 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type AUX_RX_START_WINDOW; \
type              367 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type AUX_RX_HALF_SYM_DETECT_LEN; \
type              368 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type AUX_RX_TRANSITION_FILTER_EN; \
type              369 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type AUX_RX_ALLOW_BELOW_THRESHOLD_PHASE_DETECT; \
type              370 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type AUX_RX_ALLOW_BELOW_THRESHOLD_START; \
type              371 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type AUX_RX_ALLOW_BELOW_THRESHOLD_STOP; \
type              372 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type AUX_RX_PHASE_DETECT_LEN; \
type              373 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type AUX_RX_DETECTION_THRESHOLD; \
type              374 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type AUX_TX_PRECHARGE_LEN; \
type              375 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type AUX_TX_PRECHARGE_SYMBOLS; \
type              376 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type AUX_MODE_DET_CHECK_DELAY;\
type              377 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h 	type DPCS_DBG_CBUS_DIS
type               83 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h #define MPC_REG_FIELD_LIST(type) \
type               84 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_TOP_SEL;\
type               85 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_BOT_SEL;\
type               86 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_MODE;\
type               87 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_ALPHA_BLND_MODE;\
type               88 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_ALPHA_MULTIPLIED_MODE;\
type               89 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_BLND_ACTIVE_OVERLAP_ONLY;\
type               90 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_GLOBAL_ALPHA;\
type               91 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_GLOBAL_GAIN;\
type               92 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_IDLE;\
type               93 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_BUSY;\
type               94 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_OPP_ID;\
type               95 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_BG_G_Y;\
type               96 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_BG_R_CR;\
type               97 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_BG_B_CB;\
type               98 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_SM_EN;\
type               99 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_SM_MODE;\
type              100 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_SM_FRAME_ALT;\
type              101 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_SM_FIELD_ALT;\
type              102 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_SM_FORCE_NEXT_FRAME_POL;\
type              103 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPCC_SM_FORCE_NEXT_TOP_POL;\
type              104 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h 	type MPC_OUT_MUX;
type              102 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h #define OPP_DCN10_REG_FIELD_LIST(type) \
type              103 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_TRUNCATE_EN; \
type              104 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_TRUNCATE_DEPTH; \
type              105 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_TRUNCATE_MODE; \
type              106 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_SPATIAL_DITHER_EN; \
type              107 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_SPATIAL_DITHER_MODE; \
type              108 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_SPATIAL_DITHER_DEPTH; \
type              109 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_TEMPORAL_DITHER_EN; \
type              110 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_HIGHPASS_RANDOM_ENABLE; \
type              111 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_FRAME_RANDOM_ENABLE; \
type              112 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_RGB_RANDOM_ENABLE; \
type              113 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_SPATIAL_DITHER_FRAME_COUNTER_MAX; \
type              114 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_SPATIAL_DITHER_FRAME_COUNTER_BIT_SWAP; \
type              115 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_RAND_R_SEED; \
type              116 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_RAND_G_SEED; \
type              117 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_RAND_B_SEED; \
type              118 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_PIXEL_ENCODING; \
type              119 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_CLAMP_DATA_EN; \
type              120 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_CLAMP_COLOR_FORMAT; \
type              121 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_DYNAMIC_EXP_EN; \
type              122 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_DYNAMIC_EXP_MODE; \
type              123 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_MAP420MEM_PWR_FORCE; \
type              124 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type FMT_STEREOSYNC_OVERRIDE; \
type              125 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type OPPBUF_ACTIVE_WIDTH;\
type              126 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type OPPBUF_PIXEL_REPETITION;\
type              127 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type OPPBUF_DISPLAY_SEGMENTATION;\
type              128 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type OPPBUF_OVERLAP_PIXEL_NUM;\
type              129 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type OPPBUF_NUM_SEGMENT_PADDED_PIXELS; \
type              130 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type OPPBUF_3D_VACT_SPACE1_SIZE; \
type              131 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type OPPBUF_3D_VACT_SPACE2_SIZE; \
type              132 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h 	type OPP_PIPE_CLOCK_EN
type              315 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h #define TG_REG_FIELD_LIST_DCN1_0(type) \
type              316 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type VSTARTUP_START;\
type              317 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type VUPDATE_OFFSET;\
type              318 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type VUPDATE_WIDTH;\
type              319 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type VREADY_OFFSET;\
type              320 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_BLANK_DATA_EN;\
type              321 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_BLANK_DE_MODE;\
type              322 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_CURRENT_BLANK_STATE;\
type              323 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_MASTER_UPDATE_LOCK;\
type              324 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type UPDATE_LOCK_STATUS;\
type              325 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_UPDATE_PENDING;\
type              326 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_MASTER_UPDATE_LOCK_SEL;\
type              327 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_BLANK_DATA_DOUBLE_BUFFER_EN;\
type              328 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_H_TOTAL;\
type              329 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_H_BLANK_START;\
type              330 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_H_BLANK_END;\
type              331 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_H_SYNC_A_START;\
type              332 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_H_SYNC_A_END;\
type              333 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_H_SYNC_A_POL;\
type              334 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_H_TIMING_DIV_BY2;\
type              335 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_V_TOTAL;\
type              336 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_V_BLANK_START;\
type              337 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_V_BLANK_END;\
type              338 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_V_SYNC_A_START;\
type              339 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_V_SYNC_A_END;\
type              340 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_V_SYNC_A_POL;\
type              341 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_INTERLACE_ENABLE;\
type              342 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_MASTER_EN;\
type              343 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_START_POINT_CNTL;\
type              344 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_DISABLE_POINT_CNTL;\
type              345 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_FIELD_NUMBER_CNTL;\
type              346 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_STEREO_EN;\
type              347 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_STEREO_SYNC_OUTPUT_LINE_NUM;\
type              348 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_STEREO_SYNC_OUTPUT_POLARITY;\
type              349 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_STEREO_EYE_FLAG_POLARITY;\
type              350 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_STEREO_CURRENT_EYE;\
type              351 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_DISABLE_STEREOSYNC_OUTPUT_FOR_DP;\
type              352 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_3D_STRUCTURE_EN;\
type              353 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_3D_STRUCTURE_V_UPDATE_MODE;\
type              354 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_3D_STRUCTURE_STEREO_SEL_OVR;\
type              355 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_V_TOTAL_MAX;\
type              356 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_V_TOTAL_MID;\
type              357 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_V_TOTAL_MIN;\
type              358 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_V_TOTAL_MIN_SEL;\
type              359 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_V_TOTAL_MAX_SEL;\
type              360 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_VTOTAL_MID_REPLACING_MAX_EN;\
type              361 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_VTOTAL_MID_FRAME_NUM;\
type              362 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_FORCE_LOCK_ON_EVENT;\
type              363 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_SET_V_TOTAL_MIN_MASK_EN;\
type              364 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_SET_V_TOTAL_MIN_MASK;\
type              365 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_FORCE_COUNT_NOW_CLEAR;\
type              366 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_FORCE_COUNT_NOW_MODE;\
type              367 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_FORCE_COUNT_NOW_OCCURRED;\
type              368 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TRIGA_SOURCE_SELECT;\
type              369 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TRIGA_SOURCE_PIPE_SELECT;\
type              370 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TRIGA_RISING_EDGE_DETECT_CNTL;\
type              371 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TRIGA_FALLING_EDGE_DETECT_CNTL;\
type              372 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TRIGA_POLARITY_SELECT;\
type              373 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TRIGA_FREQUENCY_SELECT;\
type              374 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TRIGA_DELAY;\
type              375 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TRIGA_CLEAR;\
type              376 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TRIGA_MANUAL_TRIG;\
type              377 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_STATIC_SCREEN_EVENT_MASK;\
type              378 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_STATIC_SCREEN_FRAME_COUNT;\
type              379 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_FRAME_COUNT;\
type              380 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_V_BLANK;\
type              381 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_V_ACTIVE_DISP;\
type              382 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_HORZ_COUNT;\
type              383 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_VERT_COUNT;\
type              384 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_VERT_COUNT_NOM;\
type              385 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_BLACK_COLOR_B_CB;\
type              386 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_BLACK_COLOR_G_Y;\
type              387 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_BLACK_COLOR_R_CR;\
type              388 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TEST_PATTERN_INC0;\
type              389 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TEST_PATTERN_INC1;\
type              390 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TEST_PATTERN_VRES;\
type              391 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TEST_PATTERN_HRES;\
type              392 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TEST_PATTERN_RAMP0_OFFSET;\
type              393 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TEST_PATTERN_EN;\
type              394 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TEST_PATTERN_MODE;\
type              395 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TEST_PATTERN_DYNAMIC_RANGE;\
type              396 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TEST_PATTERN_COLOR_FORMAT;\
type              397 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TEST_PATTERN_MASK;\
type              398 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_TEST_PATTERN_DATA;\
type              399 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_BUSY;\
type              400 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_CLOCK_EN;\
type              401 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_CLOCK_ON;\
type              402 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_CLOCK_GATE_DIS;\
type              403 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_VERTICAL_INTERRUPT0_INT_ENABLE;\
type              404 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_VERTICAL_INTERRUPT0_LINE_START;\
type              405 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_VERTICAL_INTERRUPT0_LINE_END;\
type              406 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_VERTICAL_INTERRUPT1_INT_ENABLE;\
type              407 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_VERTICAL_INTERRUPT1_LINE_START;\
type              408 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_VERTICAL_INTERRUPT2_INT_ENABLE;\
type              409 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_VERTICAL_INTERRUPT2_LINE_START;\
type              410 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OPTC_INPUT_CLK_EN;\
type              411 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OPTC_INPUT_CLK_ON;\
type              412 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OPTC_INPUT_CLK_GATE_DIS;\
type              413 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OPTC_UNDERFLOW_OCCURRED_STATUS;\
type              414 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OPTC_UNDERFLOW_CLEAR;\
type              415 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OPTC_SRC_SEL;\
type              416 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type VTG0_ENABLE;\
type              417 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type VTG0_FP2;\
type              418 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type VTG0_VCOUNT_INIT;\
type              419 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_FORCE_VSYNC_NEXT_LINE_OCCURRED;\
type              420 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_FORCE_VSYNC_NEXT_LINE_CLEAR;\
type              421 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_AUTO_FORCE_VSYNC_MODE;\
type              422 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type MASTER_UPDATE_INTERLACED_MODE;\
type              423 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_GSL0_EN;\
type              424 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_GSL1_EN;\
type              425 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_GSL2_EN;\
type              426 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_GSL_MASTER_EN;\
type              427 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_GSL_FORCE_DELAY;\
type              428 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_GSL_CHECK_ALL_FIELDS;\
type              429 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_GSL_WINDOW_START_X;\
type              430 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_GSL_WINDOW_END_X;\
type              431 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_GSL_WINDOW_START_Y;\
type              432 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_GSL_WINDOW_END_Y;\
type              433 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_RANGE_TIMING_DBUF_UPDATE_MODE;\
type              434 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_GSL_MASTER_MODE;\
type              435 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_MASTER_UPDATE_LOCK_GSL_EN;\
type              436 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type MASTER_UPDATE_LOCK_VUPDATE_KEEPOUT_START_OFFSET;\
type              437 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type MASTER_UPDATE_LOCK_VUPDATE_KEEPOUT_END_OFFSET;\
type              438 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_MASTER_UPDATE_LOCK_VUPDATE_KEEPOUT_EN;\
type              439 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_CRC_CONT_EN;\
type              440 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_CRC0_SELECT;\
type              441 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_CRC_EN;\
type              442 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type CRC0_R_CR;\
type              443 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type CRC0_G_Y;\
type              444 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type CRC0_B_CB;\
type              445 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_CRC0_WINDOWA_X_START;\
type              446 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_CRC0_WINDOWA_X_END;\
type              447 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_CRC0_WINDOWA_Y_START;\
type              448 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_CRC0_WINDOWA_Y_END;\
type              449 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_CRC0_WINDOWB_X_START;\
type              450 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_CRC0_WINDOWB_X_END;\
type              451 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_CRC0_WINDOWB_Y_START;\
type              452 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_CRC0_WINDOWB_Y_END;\
type              453 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type GSL0_READY_SOURCE_SEL;\
type              454 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type GSL1_READY_SOURCE_SEL;\
type              455 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type GSL2_READY_SOURCE_SEL;\
type              456 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type MANUAL_FLOW_CONTROL;\
type              457 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type MANUAL_FLOW_CONTROL_SEL;
type              461 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h #define TG_REG_FIELD_LIST(type) \
type              462 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	TG_REG_FIELD_LIST_DCN1_0(type)\
type              463 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type MASTER_UPDATE_LOCK_DB_X;\
type              464 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type MASTER_UPDATE_LOCK_DB_Y;\
type              465 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type MASTER_UPDATE_LOCK_DB_EN;\
type              466 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type GLOBAL_UPDATE_LOCK_EN;\
type              467 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type DIG_UPDATE_LOCATION;\
type              468 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_DSC_START_POSITION_X;\
type              469 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OTG_DSC_START_POSITION_LINE_NUM;\
type              470 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OPTC_NUM_OF_INPUT_SEGMENT;\
type              471 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OPTC_SEG0_SRC_SEL;\
type              472 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OPTC_SEG1_SRC_SEL;\
type              473 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OPTC_MEM_SEL;\
type              474 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OPTC_DATA_FORMAT;\
type              475 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OPTC_DSC_MODE;\
type              476 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OPTC_DSC_BYTES_PER_PIXEL;\
type              477 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OPTC_DSC_SLICE_WIDTH;\
type              478 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OPTC_SEGMENT_WIDTH;\
type              479 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OPTC_DWB0_SOURCE_SELECT;\
type              480 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	type OPTC_DWB1_SOURCE_SELECT;
type              484 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h #define TG_REG_FIELD_LIST(type) \
type              485 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h 	TG_REG_FIELD_LIST_DCN1_0(type)
type              515 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 	.type = DC_PLANE_TYPE_DCN_UNIVERSAL,
type              319 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h #define SE_REG_FIELD_LIST_DCN1_0(type) \
type              320 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC_INDEX;\
type              321 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC_HB0;\
type              322 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC_HB1;\
type              323 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC_HB2;\
type              324 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC_HB3;\
type              325 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC_LOCK_STATUS;\
type              326 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC_CONFLICT;\
type              327 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC_CONFLICT_CLR;\
type              328 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC0_FRAME_UPDATE_PENDING;\
type              329 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC1_FRAME_UPDATE_PENDING;\
type              330 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC2_FRAME_UPDATE_PENDING;\
type              331 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC3_FRAME_UPDATE_PENDING;\
type              332 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC4_FRAME_UPDATE_PENDING;\
type              333 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC4_IMMEDIATE_UPDATE_PENDING;\
type              334 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC5_FRAME_UPDATE_PENDING;\
type              335 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC6_FRAME_UPDATE_PENDING;\
type              336 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC7_FRAME_UPDATE_PENDING;\
type              337 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC0_FRAME_UPDATE;\
type              338 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC1_FRAME_UPDATE;\
type              339 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC2_FRAME_UPDATE;\
type              340 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC3_FRAME_UPDATE;\
type              341 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC4_FRAME_UPDATE;\
type              342 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC4_IMMEDIATE_UPDATE;\
type              343 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC5_FRAME_UPDATE;\
type              344 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC6_FRAME_UPDATE;\
type              345 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_GENERIC7_FRAME_UPDATE;\
type              346 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC0_CONT;\
type              347 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC0_SEND;\
type              348 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC0_LINE;\
type              349 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC1_CONT;\
type              350 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC1_SEND;\
type              351 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC1_LINE;\
type              352 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC2_CONT;\
type              353 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC2_SEND;\
type              354 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC2_LINE;\
type              355 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC3_CONT;\
type              356 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC3_SEND;\
type              357 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC3_LINE;\
type              358 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC4_CONT;\
type              359 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC4_SEND;\
type              360 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC4_LINE;\
type              361 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC5_CONT;\
type              362 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC5_SEND;\
type              363 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC5_LINE;\
type              364 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC6_CONT;\
type              365 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC6_SEND;\
type              366 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC6_LINE;\
type              367 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC7_CONT;\
type              368 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC7_SEND;\
type              369 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GENERIC7_LINE;\
type              370 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_PIXEL_ENCODING;\
type              371 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_COMPONENT_DEPTH;\
type              372 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_PACKET_GEN_VERSION;\
type              373 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_KEEPOUT_MODE;\
type              374 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_DEEP_COLOR_ENABLE;\
type              375 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_CLOCK_CHANNEL_RATE;\
type              376 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_DEEP_COLOR_DEPTH;\
type              377 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GC_CONT;\
type              378 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GC_SEND;\
type              379 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_NULL_SEND;\
type              380 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_DATA_SCRAMBLE_EN;\
type              381 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_NO_EXTRA_NULL_PACKET_FILLED;\
type              382 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_AUDIO_INFO_SEND;\
type              383 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_AUDIO_INFO_UPDATE;\
type              384 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_AUDIO_INFO_LINE;\
type              385 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_GC_AVMUTE;\
type              386 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_MSE_RATE_X;\
type              387 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_MSE_RATE_Y;\
type              388 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_MSE_RATE_UPDATE_PENDING;\
type              389 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_GSP0_ENABLE;\
type              390 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_STREAM_ENABLE;\
type              391 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_GSP1_ENABLE;\
type              392 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_GSP2_ENABLE;\
type              393 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_GSP3_ENABLE;\
type              394 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_GSP4_ENABLE;\
type              395 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_GSP5_ENABLE;\
type              396 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_GSP6_ENABLE;\
type              397 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_GSP7_ENABLE;\
type              398 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_GSP7_PPS;\
type              399 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_GSP7_SEND;\
type              400 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_GSP4_SEND;\
type              401 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_GSP4_SEND_PENDING;\
type              402 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_GSP4_LINE_NUM;\
type              403 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_GSP4_SEND_ANY_LINE;\
type              404 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_MPG_ENABLE;\
type              405 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_VID_STREAM_DIS_DEFER;\
type              406 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_VID_STREAM_ENABLE;\
type              407 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_VID_STREAM_STATUS;\
type              408 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_STEER_FIFO_RESET;\
type              409 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_VID_M_N_GEN_EN;\
type              410 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_VID_N;\
type              411 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_VID_M;\
type              412 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DIG_START;\
type              413 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_AUDIO_SRC_SELECT;\
type              414 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_AUDIO_CHANNEL_ENABLE;\
type              415 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_AUDIO_PACKETS_PER_LINE;\
type              416 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_AUDIO_DELAY_EN;\
type              417 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_60958_CS_UPDATE;\
type              418 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_AUDIO_LAYOUT_OVRD;\
type              419 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_60958_OSF_OVRD;\
type              420 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_ACR_AUTO_SEND;\
type              421 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_ACR_SOURCE;\
type              422 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_ACR_AUDIO_PRIORITY;\
type              423 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_ACR_CTS_32;\
type              424 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_ACR_N_32;\
type              425 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_ACR_CTS_44;\
type              426 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_ACR_N_44;\
type              427 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_ACR_CTS_48;\
type              428 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_ACR_N_48;\
type              429 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_60958_CS_CHANNEL_NUMBER_L;\
type              430 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_60958_CS_CLOCK_ACCURACY;\
type              431 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_60958_CS_CHANNEL_NUMBER_R;\
type              432 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_60958_CS_CHANNEL_NUMBER_2;\
type              433 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_60958_CS_CHANNEL_NUMBER_3;\
type              434 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_60958_CS_CHANNEL_NUMBER_4;\
type              435 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_60958_CS_CHANNEL_NUMBER_5;\
type              436 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_60958_CS_CHANNEL_NUMBER_6;\
type              437 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_60958_CS_CHANNEL_NUMBER_7;\
type              438 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_AUD_N;\
type              439 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_TIMESTAMP_MODE;\
type              440 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_ASP_ENABLE;\
type              441 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_ATP_ENABLE;\
type              442 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_AIP_ENABLE;\
type              443 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_ACM_ENABLE;\
type              444 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_GSP7_LINE_NUM;\
type              445 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_AUDIO_SAMPLE_SEND;\
type              446 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type AFMT_AUDIO_CLOCK_EN;\
type              447 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type TMDS_PIXEL_ENCODING;\
type              448 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type TMDS_COLOR_FORMAT;\
type              449 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DIG_STEREOSYNC_SELECT;\
type              450 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DIG_STEREOSYNC_GATE_EN;\
type              451 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_DB_DISABLE;\
type              452 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_MSA_MISC0;\
type              453 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_MSA_HTOTAL;\
type              454 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_MSA_VTOTAL;\
type              455 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_MSA_HSTART;\
type              456 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_MSA_VSTART;\
type              457 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_MSA_HSYNCWIDTH;\
type              458 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_MSA_HSYNCPOLARITY;\
type              459 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_MSA_VSYNCWIDTH;\
type              460 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_MSA_VSYNCPOLARITY;\
type              461 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_MSA_HWIDTH;\
type              462 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_MSA_VHEIGHT;\
type              463 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_DB_DISABLE;\
type              464 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_VID_N_MUL;\
type              465 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_VID_M_DOUBLE_VALUE_EN;\
type              466 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DIG_SOURCE_SELECT;\
type              467 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DIG_CLOCK_PATTERN
type              470 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h #define SE_REG_FIELD_LIST_DCN2_0(type) \
type              471 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_DSC_MODE;\
type              472 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_DSC_SLICE_WIDTH;\
type              473 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_DSC_BYTES_PER_PIXEL;\
type              474 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_VBID6_LINE_REFERENCE;\
type              475 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_VBID6_LINE_NUM;\
type              476 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type METADATA_ENGINE_EN;\
type              477 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type METADATA_HUBP_REQUESTOR_ID;\
type              478 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type METADATA_STREAM_TYPE;\
type              479 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_METADATA_PACKET_ENABLE;\
type              480 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_METADATA_PACKET_LINE_REFERENCE;\
type              481 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SEC_METADATA_PACKET_LINE;\
type              482 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_METADATA_PACKET_ENABLE;\
type              483 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_METADATA_PACKET_LINE_REFERENCE;\
type              484 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type HDMI_METADATA_PACKET_LINE;\
type              485 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DOLBY_VISION_EN;\
type              486 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_PIXEL_COMBINE;\
type              487 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	type DP_SST_SDP_SPLITTING
type               71 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dccg.h #define DCCG_REG_FIELD_LIST(type) \
type               72 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dccg.h 	type DPPCLK0_DTO_PHASE;\
type               73 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dccg.h 	type DPPCLK0_DTO_MODULO;\
type               74 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dccg.h 	type DPPCLK_DTO_ENABLE[6];\
type               75 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dccg.h 	type DPPCLK_DTO_DB_EN[6];\
type               76 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dccg.h 	type REFCLK_CLOCK_EN;\
type               77 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dccg.h 	type REFCLK_SRC_SEL;
type              563 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h #define TF_REG_FIELD_LIST_DCN2_0(type) \
type              564 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	TF_REG_FIELD_LIST(type) \
type              565 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type CM_BLNDGAM_LUT_DATA; \
type              566 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type FORMAT_CNV16; \
type              567 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type CNVC_BYPASS_MSB_ALIGN; \
type              568 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type CLAMP_POSITIVE; \
type              569 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type CLAMP_POSITIVE_C; \
type              570 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type ALPHA_2BIT_LUT0; \
type              571 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type ALPHA_2BIT_LUT1; \
type              572 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type ALPHA_2BIT_LUT2; \
type              573 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type ALPHA_2BIT_LUT3; \
type              574 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type FCNV_FP_BIAS_R; \
type              575 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type FCNV_FP_BIAS_G; \
type              576 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type FCNV_FP_BIAS_B; \
type              577 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type FCNV_FP_SCALE_R; \
type              578 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type FCNV_FP_SCALE_G; \
type              579 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type FCNV_FP_SCALE_B; \
type              580 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type COLOR_KEYER_EN; \
type              581 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type COLOR_KEYER_MODE; \
type              582 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type COLOR_KEYER_ALPHA_LOW; \
type              583 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type COLOR_KEYER_ALPHA_HIGH; \
type              584 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type COLOR_KEYER_RED_LOW; \
type              585 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type COLOR_KEYER_RED_HIGH; \
type              586 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type COLOR_KEYER_GREEN_LOW; \
type              587 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type COLOR_KEYER_GREEN_HIGH; \
type              588 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type COLOR_KEYER_BLUE_LOW; \
type              589 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type COLOR_KEYER_BLUE_HIGH; \
type              590 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type CUR0_PIX_INV_MODE; \
type              591 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type CUR0_PIXEL_ALPHA_MOD_EN; \
type              592 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type CUR0_ROM_EN;\
type              593 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type OBUF_MEM_PWR_FORCE;\
type              594 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h 	type LUT_MEM_PWR_FORCE
type              270 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h #define DSC_FIELD_LIST_DCN20(type)\
type              271 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSC_CLOCK_EN; \
type              272 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSC_DISPCLK_R_GATE_DIS; \
type              273 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSC_DSCCLK_R_GATE_DIS; \
type              274 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSC_DBG_EN; \
type              275 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSC_TEST_CLOCK_MUX_SEL; \
type              276 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type ICH_RESET_AT_END_OF_LINE; \
type              277 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type NUMBER_OF_SLICES_PER_LINE; \
type              278 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type ALTERNATE_ICH_ENCODING_EN; \
type              279 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type NUMBER_OF_SLICES_IN_VERTICAL_DIRECTION; \
type              280 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_CONTROL_BUFFER_MODEL_SIZE; \
type              282 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_DOUBLE_BUFFER_REG_UPDATE_PENDING; \
type              283 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER0_OVERFLOW_OCCURRED; \
type              284 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER1_OVERFLOW_OCCURRED; \
type              285 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER2_OVERFLOW_OCCURRED; \
type              286 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER3_OVERFLOW_OCCURRED; \
type              287 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER0_UNDERFLOW_OCCURRED; \
type              288 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER1_UNDERFLOW_OCCURRED; \
type              289 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER2_UNDERFLOW_OCCURRED; \
type              290 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER3_UNDERFLOW_OCCURRED; \
type              291 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_CONTROL_BUFFER_MODEL0_OVERFLOW_OCCURRED; \
type              292 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_CONTROL_BUFFER_MODEL1_OVERFLOW_OCCURRED; \
type              293 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_CONTROL_BUFFER_MODEL2_OVERFLOW_OCCURRED; \
type              294 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_CONTROL_BUFFER_MODEL3_OVERFLOW_OCCURRED; \
type              295 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER0_OVERFLOW_OCCURRED_INT_EN; \
type              296 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER1_OVERFLOW_OCCURRED_INT_EN; \
type              297 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER2_OVERFLOW_OCCURRED_INT_EN; \
type              298 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER3_OVERFLOW_OCCURRED_INT_EN; \
type              299 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER0_UNDERFLOW_OCCURRED_INT_EN; \
type              300 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER1_UNDERFLOW_OCCURRED_INT_EN; \
type              301 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER2_UNDERFLOW_OCCURRED_INT_EN; \
type              302 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER3_UNDERFLOW_OCCURRED_INT_EN; \
type              303 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_CONTROL_BUFFER_MODEL0_OVERFLOW_OCCURRED_INT_EN; \
type              304 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_CONTROL_BUFFER_MODEL1_OVERFLOW_OCCURRED_INT_EN; \
type              305 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_CONTROL_BUFFER_MODEL2_OVERFLOW_OCCURRED_INT_EN; \
type              306 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_CONTROL_BUFFER_MODEL3_OVERFLOW_OCCURRED_INT_EN; \
type              307 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSC_VERSION_MINOR; \
type              308 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSC_VERSION_MAJOR; \
type              309 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type PPS_IDENTIFIER; \
type              310 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type LINEBUF_DEPTH; \
type              311 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_PPS_CONFIG0__BITS_PER_COMPONENT; \
type              312 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type BITS_PER_PIXEL; \
type              313 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type VBR_ENABLE; \
type              314 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type SIMPLE_422; \
type              315 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type CONVERT_RGB; \
type              316 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type BLOCK_PRED_ENABLE; \
type              317 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type NATIVE_422; \
type              318 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type NATIVE_420; \
type              319 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type CHUNK_SIZE; \
type              320 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type PIC_WIDTH; \
type              321 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type PIC_HEIGHT; \
type              322 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type SLICE_WIDTH; \
type              323 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type SLICE_HEIGHT; \
type              324 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type INITIAL_XMIT_DELAY; \
type              325 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type INITIAL_DEC_DELAY; \
type              326 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type INITIAL_SCALE_VALUE; \
type              327 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type SCALE_INCREMENT_INTERVAL; \
type              328 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type SCALE_DECREMENT_INTERVAL; \
type              329 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type FIRST_LINE_BPG_OFFSET; \
type              330 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type SECOND_LINE_BPG_OFFSET; \
type              331 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type NFL_BPG_OFFSET; \
type              332 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type SLICE_BPG_OFFSET; \
type              333 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type NSL_BPG_OFFSET; \
type              334 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type SECOND_LINE_OFFSET_ADJ; \
type              335 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type INITIAL_OFFSET; \
type              336 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type FINAL_OFFSET; \
type              337 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type FLATNESS_MIN_QP; \
type              338 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type FLATNESS_MAX_QP; \
type              339 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_MODEL_SIZE; \
type              340 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_EDGE_FACTOR; \
type              341 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_QUANT_INCR_LIMIT0; \
type              342 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_QUANT_INCR_LIMIT1; \
type              343 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_TGT_OFFSET_LO; \
type              344 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_TGT_OFFSET_HI; \
type              345 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_BUF_THRESH0; \
type              346 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_BUF_THRESH1; \
type              347 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_BUF_THRESH2; \
type              348 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_BUF_THRESH3; \
type              349 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_BUF_THRESH4; \
type              350 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_BUF_THRESH5; \
type              351 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_BUF_THRESH6; \
type              352 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_BUF_THRESH7; \
type              353 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_BUF_THRESH8; \
type              354 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_BUF_THRESH9; \
type              355 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_BUF_THRESH10; \
type              356 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_BUF_THRESH11; \
type              357 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_BUF_THRESH12; \
type              358 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RC_BUF_THRESH13; \
type              359 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MIN_QP0; \
type              360 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MAX_QP0; \
type              361 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_BPG_OFFSET0; \
type              362 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MIN_QP1; \
type              363 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MAX_QP1; \
type              364 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_BPG_OFFSET1; \
type              365 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MIN_QP2; \
type              366 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MAX_QP2; \
type              367 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_BPG_OFFSET2; \
type              368 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MIN_QP3; \
type              369 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MAX_QP3; \
type              370 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_BPG_OFFSET3; \
type              371 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MIN_QP4; \
type              372 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MAX_QP4; \
type              373 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_BPG_OFFSET4; \
type              374 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MIN_QP5; \
type              375 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MAX_QP5; \
type              376 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_BPG_OFFSET5; \
type              377 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MIN_QP6; \
type              378 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MAX_QP6; \
type              379 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_BPG_OFFSET6; \
type              380 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MIN_QP7; \
type              381 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MAX_QP7; \
type              382 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_BPG_OFFSET7; \
type              383 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MIN_QP8; \
type              384 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MAX_QP8; \
type              385 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_BPG_OFFSET8; \
type              386 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MIN_QP9; \
type              387 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MAX_QP9; \
type              388 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_BPG_OFFSET9; \
type              389 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MIN_QP10; \
type              390 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MAX_QP10; \
type              391 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_BPG_OFFSET10; \
type              392 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MIN_QP11; \
type              393 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MAX_QP11; \
type              394 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_BPG_OFFSET11; \
type              395 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MIN_QP12; \
type              396 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MAX_QP12; \
type              397 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_BPG_OFFSET12; \
type              398 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MIN_QP13; \
type              399 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MAX_QP13; \
type              400 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_BPG_OFFSET13; \
type              401 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MIN_QP14; \
type              402 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_MAX_QP14; \
type              403 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type RANGE_BPG_OFFSET14; \
type              404 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_DEFAULT_MEM_LOW_POWER_STATE; \
type              405 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_MEM_PWR_FORCE; \
type              406 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_MEM_PWR_DIS; \
type              407 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_MEM_PWR_STATE; \
type              408 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_NATIVE_422_MEM_PWR_FORCE; \
type              409 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_NATIVE_422_MEM_PWR_DIS; \
type              410 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_NATIVE_422_MEM_PWR_STATE; \
type              411 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_R_Y_SQUARED_ERROR_LOWER; \
type              412 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_R_Y_SQUARED_ERROR_UPPER; \
type              413 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_G_CB_SQUARED_ERROR_LOWER; \
type              414 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_G_CB_SQUARED_ERROR_UPPER; \
type              415 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_B_CR_SQUARED_ERROR_LOWER; \
type              416 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_B_CR_SQUARED_ERROR_UPPER; \
type              417 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_R_Y_MAX_ABS_ERROR; \
type              418 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_G_CB_MAX_ABS_ERROR; \
type              419 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_B_CR_MAX_ABS_ERROR; \
type              420 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER0_MAX_FULLNESS_LEVEL; \
type              421 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER1_MAX_FULLNESS_LEVEL; \
type              422 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER2_MAX_FULLNESS_LEVEL; \
type              423 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER3_MAX_FULLNESS_LEVEL; \
type              424 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_CONTROL_BUFFER0_MAX_FULLNESS_LEVEL; \
type              425 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_CONTROL_BUFFER1_MAX_FULLNESS_LEVEL; \
type              426 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_CONTROL_BUFFER2_MAX_FULLNESS_LEVEL; \
type              427 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_CONTROL_BUFFER3_MAX_FULLNESS_LEVEL; \
type              428 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_UPDATE_PENDING_STATUS; \
type              429 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_UPDATE_TAKEN_STATUS; \
type              430 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_UPDATE_TAKEN_ACK; \
type              431 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_TEST_DEBUG_BUS0_ROTATE; \
type              432 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_TEST_DEBUG_BUS1_ROTATE; \
type              433 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_TEST_DEBUG_BUS2_ROTATE; \
type              434 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_TEST_DEBUG_BUS3_ROTATE; \
type              435 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER0_FULLNESS_LEVEL; \
type              436 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER1_FULLNESS_LEVEL; \
type              437 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER2_FULLNESS_LEVEL; \
type              438 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER3_FULLNESS_LEVEL; \
type              439 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_CONTROL_BUFFER0_FULLNESS_LEVEL; \
type              440 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_CONTROL_BUFFER1_FULLNESS_LEVEL; \
type              441 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_CONTROL_BUFFER2_FULLNESS_LEVEL; \
type              442 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_CONTROL_BUFFER3_FULLNESS_LEVEL; \
type              443 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER0_INITIAL_XMIT_DELAY_REACHED; \
type              444 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER1_INITIAL_XMIT_DELAY_REACHED; \
type              445 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER2_INITIAL_XMIT_DELAY_REACHED; \
type              446 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCC_RATE_BUFFER3_INITIAL_XMIT_DELAY_REACHED; \
type              447 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type INPUT_INTERFACE_UNDERFLOW_RECOVERY_EN; \
type              448 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type INPUT_INTERFACE_UNDERFLOW_OCCURRED_INT_EN; \
type              449 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type INPUT_INTERFACE_UNDERFLOW_OCCURRED_STATUS; \
type              450 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type INPUT_PIXEL_FORMAT; \
type              451 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCCIF_CONFIG0__BITS_PER_COMPONENT; \
type              452 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DOUBLE_BUFFER_REG_UPDATE_PENDING; \
type              453 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCCIF_UPDATE_PENDING_STATUS; \
type              454 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCCIF_UPDATE_TAKEN_STATUS; \
type              455 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCCIF_UPDATE_TAKEN_ACK; \
type              456 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCRM_DSC_FORWARD_EN; \
type              457 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type DSCRM_DSC_OPP_PIPE_SOURCE
type              229 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h #define DWBC_REG_FIELD_LIST_DCN2_0(type) \
type              230 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WB_ENABLE;\
type              231 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type DISPCLK_R_WB_GATE_DIS;\
type              232 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type DISPCLK_G_WB_GATE_DIS;\
type              233 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type DISPCLK_G_WBSCL_GATE_DIS;\
type              234 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WB_TEST_CLK_SEL;\
type              235 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WB_LB_LS_DIS;\
type              236 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WB_LB_SD_DIS;\
type              237 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WB_LUT_LS_DIS;\
type              238 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_LB_MEM_PWR_MODE_SEL;\
type              239 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_LB_MEM_PWR_DIS;\
type              240 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_LB_MEM_PWR_FORCE;\
type              241 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_LB_MEM_PWR_STATE;\
type              242 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WB_RAM_PW_SAVE_MODE;\
type              243 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_LUT_MEM_PWR_STATE;\
type              244 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_OUT_BPC;\
type              245 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_FRAME_CAPTURE_RATE;\
type              246 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_WINDOW_CROP_EN;\
type              247 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_STEREO_TYPE;\
type              248 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_INTERLACED_MODE;\
type              249 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_EYE_SELECTION;\
type              250 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_STEREO_POLARITY;\
type              251 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_INTERLACED_FIELD_ORDER;\
type              252 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_STEREO_SPLIT;\
type              253 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_NEW_CONTENT;\
type              254 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_FRAME_CAPTURE_EN_CURRENT;\
type              255 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_FRAME_CAPTURE_EN;\
type              256 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_WINDOW_START_X;\
type              257 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_WINDOW_START_Y;\
type              258 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_WINDOW_WIDTH;\
type              259 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_WINDOW_HEIGHT;\
type              260 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_UPDATE_PENDING;\
type              261 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_UPDATE_TAKEN;\
type              262 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_UPDATE_LOCK;\
type              263 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_SOURCE_WIDTH;\
type              264 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_SOURCE_HEIGHT;\
type              265 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_TEST_CRC_EN;\
type              266 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_TEST_CRC_CONT_EN;\
type              267 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_TEST_CRC_RED_MASK;\
type              268 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_TEST_CRC_SIG_RED;\
type              269 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_TEST_CRC_GREEN_MASK;\
type              270 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_TEST_CRC_SIG_GREEN;\
type              271 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_TEST_CRC_BLUE_MASK;\
type              272 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_TEST_CRC_SIG_BLUE;\
type              273 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WB_DEBUG_EN;\
type              274 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WB_DEBUG_SEL;\
type              275 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WB_DBG_MODE_EN;\
type              276 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WB_DBG_DIN_FMT;\
type              277 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WB_DBG_36MODE;\
type              278 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WB_DBG_CMAP;\
type              279 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WB_DBG_PXLRATE_ERROR;\
type              280 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WB_DBG_SOURCE_WIDTH;\
type              281 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WB_HW_DEBUG;\
type              282 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_TEST_DEBUG_INDEX;\
type              283 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_TEST_DEBUG_WRITE_EN;\
type              284 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type CNV_TEST_DEBUG_DATA;\
type              285 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WB_SOFT_RESET;\
type              286 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_COEF_RAM_TAP_PAIR_IDX;\
type              287 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_COEF_RAM_PHASE;\
type              288 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_COEF_RAM_FILTER_TYPE;\
type              289 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_COEF_RAM_SEL;\
type              290 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_COEF_RAM_SEL_CURRENT;\
type              291 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_COEF_RAM_RD_SEL;\
type              292 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_COEF_RAM_EVEN_TAP_COEF;\
type              293 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_COEF_RAM_EVEN_TAP_COEF_EN;\
type              294 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_COEF_RAM_ODD_TAP_COEF;\
type              295 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_COEF_RAM_ODD_TAP_COEF_EN;\
type              296 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_MODE;\
type              297 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_OUT_BIT_DEPTH;\
type              298 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_V_NUM_OF_TAPS_Y_RGB;\
type              299 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_V_NUM_OF_TAPS_CBCR;\
type              300 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_H_NUM_OF_TAPS_Y_RGB;\
type              301 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_H_NUM_OF_TAPS_CBCR;\
type              302 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_DEST_HEIGHT;\
type              303 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_DEST_WIDTH;\
type              304 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_H_SCALE_RATIO;\
type              305 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_H_INIT_FRAC_Y_RGB;\
type              306 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_H_INIT_INT_Y_RGB;\
type              307 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_H_INIT_FRAC_CBCR;\
type              308 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_H_INIT_INT_CBCR;\
type              309 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_V_SCALE_RATIO;\
type              310 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_V_INIT_FRAC_Y_RGB;\
type              311 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_V_INIT_INT_Y_RGB;\
type              312 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_V_INIT_FRAC_CBCR;\
type              313 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_V_INIT_INT_CBCR;\
type              314 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_ROUND_OFFSET_Y_RGB;\
type              315 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_ROUND_OFFSET_CBCR;\
type              316 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_DATA_OVERFLOW_FLAG;\
type              317 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_DATA_OVERFLOW_ACK;\
type              318 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_DATA_OVERFLOW_MASK;\
type              319 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_DATA_OVERFLOW_INT_STATUS;\
type              320 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_DATA_OVERFLOW_INT_TYPE;\
type              321 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_HOST_CONFLICT_FLAG;\
type              322 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_HOST_CONFLICT_ACK;\
type              323 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_HOST_CONFLICT_MASK;\
type              324 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_HOST_CONFLICT_INT_STATUS;\
type              325 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_HOST_CONFLICT_INT_TYPE;\
type              326 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_TEST_CRC_EN;\
type              327 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_TEST_CRC_CONT_EN;\
type              328 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_TEST_CRC_RED_MASK;\
type              329 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_TEST_CRC_SIG_RED;\
type              330 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_TEST_CRC_GREEN_MASK;\
type              331 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_TEST_CRC_SIG_GREEN;\
type              332 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_TEST_CRC_BLUE_MASK;\
type              333 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_TEST_CRC_SIG_BLUE;\
type              334 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_BACKPRESSURE_CNT_EN;\
type              335 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WB_MCIF_Y_MAX_BACKPRESSURE;\
type              336 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WB_MCIF_C_MAX_BACKPRESSURE;\
type              337 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_CLAMP_UPPER_Y_RGB;\
type              338 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_CLAMP_LOWER_Y_RGB;\
type              339 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_CLAMP_UPPER_CBCR;\
type              340 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_CLAMP_LOWER_CBCR;\
type              341 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_OUTSIDE_PIX_STRATEGY;\
type              342 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_BLACK_COLOR_G_Y;\
type              343 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_BLACK_COLOR_B_CB;\
type              344 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_BLACK_COLOR_R_CR;\
type              345 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_DEBUG;\
type              346 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_TEST_DEBUG_INDEX;\
type              347 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_TEST_DEBUG_WRITE_EN;\
type              348 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WBSCL_TEST_DEBUG_DATA;\
type              349 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type WIDTH_WARMUP;\
type              350 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type HEIGHT_WARMUP;\
type              351 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type GMC_WARM_UP_ENABLE;\
type              352 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type DATA_VALUE_WARMUP;\
type              353 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type MODE_WARMUP;\
type              354 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h 	type DATA_DEPTH_WARMUP; \
type              692 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c 	if (address->type == PLN_ADDR_TYPE_GRPH_STEREO) {
type              709 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c 	switch (address->type) {
type              162 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h #define DCN2_HUBP_REG_FIELD_VARIABLE_LIST(type) \
type              163 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	DCN_HUBP_REG_FIELD_BASE_LIST(type); \
type              164 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type DMDATA_ADDRESS_HIGH;\
type              165 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type DMDATA_MODE;\
type              166 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type DMDATA_UPDATED;\
type              167 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type DMDATA_REPEAT;\
type              168 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type DMDATA_SIZE;\
type              169 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type DMDATA_SW_UPDATED;\
type              170 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type DMDATA_SW_REPEAT;\
type              171 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type DMDATA_SW_SIZE;\
type              172 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type DMDATA_QOS_MODE;\
type              173 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type DMDATA_QOS_LEVEL;\
type              174 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type DMDATA_DL_DELTA;\
type              175 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type DMDATA_DONE;\
type              176 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type DST_Y_PER_VM_FLIP;\
type              177 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type DST_Y_PER_ROW_FLIP;\
type              178 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type REFCYC_PER_PTE_GROUP_FLIP_L;\
type              179 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type REFCYC_PER_META_CHUNK_FLIP_L;\
type              180 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type HUBP_VREADY_AT_OR_AFTER_VSYNC;\
type              181 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type HUBP_DISABLE_STOP_DATA_DURING_VM;\
type              182 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type HUBPREQ_MASTER_UPDATE_LOCK_STATUS;\
type              183 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type SURFACE_GSL_ENABLE;\
type              184 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type SURFACE_TRIPLE_BUFFER_ENABLE;\
type              185 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type VMID
type              188 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h #define DCN21_HUBP_REG_FIELD_VARIABLE_LIST(type) \
type              189 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	DCN2_HUBP_REG_FIELD_VARIABLE_LIST(type);\
type              190 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type REFCYC_PER_VM_GROUP_FLIP;\
type              191 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type REFCYC_PER_VM_REQ_FLIP;\
type              192 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type REFCYC_PER_VM_GROUP_VBLANK;\
type              193 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type REFCYC_PER_VM_REQ_VBLANK;\
type              194 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type REFCYC_PER_PTE_GROUP_FLIP_C; \
type              195 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type REFCYC_PER_META_CHUNK_FLIP_C; \
type              196 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h 	type VM_GROUP_SIZE
type              668 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		if (stream->out_transfer_func->type == TF_TYPE_HWPWL)
type              670 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		else if (pipe_ctx->stream->out_transfer_func->type ==
type              679 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		if (stream->out_transfer_func->type == TF_TYPE_PREDEFINED)
type              698 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		if (plane_state->blend_tf->type == TF_TYPE_HWPWL)
type              700 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		else if (plane_state->blend_tf->type == TF_TYPE_DISTRIBUTED_POINTS) {
type              720 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		if (plane_state->in_shaper_func->type == TF_TYPE_HWPWL)
type              722 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		else if (plane_state->in_shaper_func->type == TF_TYPE_DISTRIBUTED_POINTS) {
type              773 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	if (tf->type == TF_TYPE_HWPWL || tf->type == TF_TYPE_DISTRIBUTED_POINTS)
type              777 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		if (tf->type == TF_TYPE_HWPWL)
type              780 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		else if (tf->type == TF_TYPE_DISTRIBUTED_POINTS) {
type              791 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	if (tf->type == TF_TYPE_PREDEFINED) {
type              810 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	} else if (tf->type == TF_TYPE_BYPASS)
type             1533 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	if (sec_split && plane_state->address.type == PLN_ADDR_TYPE_GRPH_STEREO &&
type             1545 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			plane_state->address.type != PLN_ADDR_TYPE_GRPH_STEREO) {
type             1546 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		plane_state->address.type = PLN_ADDR_TYPE_GRPH_STEREO;
type              279 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h #define MCIF_WB_REG_FIELD_LIST_DCN2_0(type) \
type              280 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_ENABLE;\
type              281 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_SW_INT_EN;\
type              282 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_SW_INT_ACK;\
type              283 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_SW_SLICE_INT_EN;\
type              284 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_SW_OVERRUN_INT_EN;\
type              285 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_SW_LOCK;\
type              286 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_P_VMID;\
type              287 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_ADDR_FENCE_EN;\
type              288 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_CUR_LINE_R;\
type              289 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_VCE_INT_STATUS;\
type              290 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_SW_INT_STATUS;\
type              291 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_SW_OVERRUN_INT_STATUS;\
type              292 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_CUR_BUF;\
type              293 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_BUFTAG;\
type              294 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_CUR_LINE_L;\
type              295 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_NEXT_BUF;\
type              296 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_LUMA_PITCH;\
type              297 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_CHROMA_PITCH;\
type              298 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_ACTIVE;\
type              299 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_SW_LOCKED;\
type              300 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_VCE_LOCKED;\
type              301 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_OVERFLOW;\
type              302 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_DISABLE;\
type              303 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_MODE;\
type              304 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_BUFTAG;\
type              305 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_NXT_BUF;\
type              306 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_FIELD;\
type              307 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_CUR_LINE_L;\
type              308 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_LONG_LINE_ERROR;\
type              309 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_SHORT_LINE_ERROR;\
type              310 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_FRAME_LENGTH_ERROR;\
type              311 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_CUR_LINE_R;\
type              312 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_NEW_CONTENT;\
type              313 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_COLOR_DEPTH;\
type              314 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_TMZ_BLACK_PIXEL;\
type              315 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_TMZ;\
type              316 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_Y_OVERRUN;\
type              317 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_C_OVERRUN;\
type              318 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_ACTIVE;\
type              319 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_SW_LOCKED;\
type              320 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_VCE_LOCKED;\
type              321 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_OVERFLOW;\
type              322 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_DISABLE;\
type              323 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_MODE;\
type              324 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_BUFTAG;\
type              325 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_NXT_BUF;\
type              326 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_FIELD;\
type              327 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_CUR_LINE_L;\
type              328 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_LONG_LINE_ERROR;\
type              329 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_SHORT_LINE_ERROR;\
type              330 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_FRAME_LENGTH_ERROR;\
type              331 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_CUR_LINE_R;\
type              332 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_NEW_CONTENT;\
type              333 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_COLOR_DEPTH;\
type              334 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_TMZ_BLACK_PIXEL;\
type              335 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_TMZ;\
type              336 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_Y_OVERRUN;\
type              337 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_C_OVERRUN;\
type              338 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_ACTIVE;\
type              339 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_SW_LOCKED;\
type              340 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_VCE_LOCKED;\
type              341 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_OVERFLOW;\
type              342 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_DISABLE;\
type              343 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_MODE;\
type              344 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_BUFTAG;\
type              345 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_NXT_BUF;\
type              346 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_FIELD;\
type              347 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_CUR_LINE_L;\
type              348 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_LONG_LINE_ERROR;\
type              349 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_SHORT_LINE_ERROR;\
type              350 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_FRAME_LENGTH_ERROR;\
type              351 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_CUR_LINE_R;\
type              352 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_NEW_CONTENT;\
type              353 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_COLOR_DEPTH;\
type              354 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_TMZ_BLACK_PIXEL;\
type              355 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_TMZ;\
type              356 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_Y_OVERRUN;\
type              357 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_C_OVERRUN;\
type              358 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_ACTIVE;\
type              359 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_SW_LOCKED;\
type              360 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_VCE_LOCKED;\
type              361 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_OVERFLOW;\
type              362 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_DISABLE;\
type              363 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_MODE;\
type              364 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_BUFTAG;\
type              365 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_NXT_BUF;\
type              366 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_FIELD;\
type              367 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_CUR_LINE_L;\
type              368 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_LONG_LINE_ERROR;\
type              369 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_SHORT_LINE_ERROR;\
type              370 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_FRAME_LENGTH_ERROR;\
type              371 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_CUR_LINE_R;\
type              372 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_NEW_CONTENT;\
type              373 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_COLOR_DEPTH;\
type              374 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_TMZ_BLACK_PIXEL;\
type              375 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_TMZ;\
type              376 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_Y_OVERRUN;\
type              377 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_C_OVERRUN;\
type              378 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_CLIENT_ARBITRATION_SLICE;\
type              379 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_TIME_PER_PIXEL;\
type              380 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type WM_CHANGE_ACK_FORCE_ON;\
type              381 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_CLI_WATERMARK_MASK;\
type              382 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_TEST_DEBUG_INDEX;\
type              383 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_TEST_DEBUG_DATA;\
type              384 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_ADDR_Y;\
type              385 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_ADDR_Y_OFFSET;\
type              386 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_ADDR_C;\
type              387 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_ADDR_C_OFFSET;\
type              388 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_ADDR_Y;\
type              389 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_ADDR_Y_OFFSET;\
type              390 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_ADDR_C;\
type              391 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_ADDR_C_OFFSET;\
type              392 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_ADDR_Y;\
type              393 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_ADDR_Y_OFFSET;\
type              394 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_ADDR_C;\
type              395 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_ADDR_C_OFFSET;\
type              396 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_ADDR_Y;\
type              397 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_ADDR_Y_OFFSET;\
type              398 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_ADDR_C;\
type              399 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_ADDR_C_OFFSET;\
type              400 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_VCE_LOCK_IGNORE;\
type              401 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_VCE_INT_EN;\
type              402 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_VCE_INT_ACK;\
type              403 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_VCE_SLICE_INT_EN;\
type              404 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_VCE_LOCK;\
type              405 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUFMGR_SLICE_SIZE;\
type              406 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type NB_PSTATE_CHANGE_REFRESH_WATERMARK;\
type              407 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type NB_PSTATE_CHANGE_URGENT_DURING_REQUEST;\
type              408 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type NB_PSTATE_CHANGE_FORCE_ON;\
type              409 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type NB_PSTATE_ALLOW_FOR_URGENT;\
type              410 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type NB_PSTATE_CHANGE_WATERMARK_MASK;\
type              411 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_CLI_WATERMARK;\
type              412 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_CLI_CLOCK_GATER_OVERRIDE;\
type              413 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_PITCH_SIZE_WARMUP;\
type              414 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type DIS_REFRESH_UNDER_NBPREQ;\
type              415 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type PERFRAME_SELF_REFRESH;\
type              416 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MAX_SCALED_TIME_TO_URGENT;\
type              417 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_SECURITY_LEVEL;\
type              418 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_LUMA_SIZE;\
type              419 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_CHROMA_SIZE;\
type              420 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_ADDR_Y_HIGH;\
type              421 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_ADDR_C_HIGH;\
type              422 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_ADDR_Y_HIGH;\
type              423 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_ADDR_C_HIGH;\
type              424 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_ADDR_Y_HIGH;\
type              425 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_ADDR_C_HIGH;\
type              426 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_ADDR_Y_HIGH;\
type              427 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_ADDR_C_HIGH;\
type              428 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_RESOLUTION_WIDTH;\
type              429 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_1_RESOLUTION_HEIGHT;\
type              430 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_RESOLUTION_WIDTH;\
type              431 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_2_RESOLUTION_HEIGHT;\
type              432 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_RESOLUTION_WIDTH;\
type              433 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_3_RESOLUTION_HEIGHT;\
type              434 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_RESOLUTION_WIDTH;\
type              435 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB_BUF_4_RESOLUTION_HEIGHT;\
type              436 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB0_WM_CHG_SEL;\
type              437 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB0_WM_CHG_REQ;\
type              438 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB0_WM_CHG_ACK_INT_DIS;\
type              439 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h 	type MCIF_WB0_WM_CHG_ACK_INT_STATUS
type              178 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h #define MPC_REG_FIELD_LIST_DCN2_0(type) \
type              179 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	MPC_REG_FIELD_LIST(type)\
type              180 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_BG_BPC;\
type              181 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_BOT_GAIN_MODE;\
type              182 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_TOP_GAIN;\
type              183 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_BOT_GAIN_INSIDE;\
type              184 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_BOT_GAIN_OUTSIDE;\
type              185 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPC_OCSC_MODE;\
type              186 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPC_OCSC_C11_A;\
type              187 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPC_OCSC_C12_A;\
type              188 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMA_EXP_REGION0_LUT_OFFSET;\
type              189 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMA_EXP_REGION0_NUM_SEGMENTS;\
type              190 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMA_EXP_REGION1_LUT_OFFSET;\
type              191 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMA_EXP_REGION1_NUM_SEGMENTS;\
type              192 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMA_EXP_REGION_END_B;\
type              193 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMA_EXP_REGION_END_SLOPE_B;\
type              194 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMA_EXP_REGION_END_BASE_B;\
type              195 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMA_EXP_REGION_LINEAR_SLOPE_B;\
type              196 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMA_EXP_REGION_START_B;\
type              197 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMA_EXP_REGION_START_SEGMENT_B;\
type              198 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMB_EXP_REGION0_LUT_OFFSET;\
type              199 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMB_EXP_REGION0_NUM_SEGMENTS;\
type              200 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMB_EXP_REGION1_LUT_OFFSET;\
type              201 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMB_EXP_REGION1_NUM_SEGMENTS;\
type              202 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMB_EXP_REGION_END_B;\
type              203 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMB_EXP_REGION_END_SLOPE_B;\
type              204 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMB_EXP_REGION_END_BASE_B;\
type              205 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMB_EXP_REGION_LINEAR_SLOPE_B;\
type              206 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMB_EXP_REGION_START_B;\
type              207 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_RAMB_EXP_REGION_START_SEGMENT_B;\
type              208 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_MEM_PWR_FORCE;\
type              209 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_LUT_INDEX;\
type              210 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_LUT_WRITE_EN_MASK;\
type              211 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_LUT_RAM_SEL;\
type              212 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_CONFIG_STATUS;\
type              213 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_LUT_DATA;\
type              214 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_MODE;\
type              215 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPC_OUT_DENORM_MODE;\
type              216 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPC_OUT_DENORM_CLAMP_MAX_R_CR;\
type              217 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPC_OUT_DENORM_CLAMP_MIN_R_CR;\
type              218 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPC_OUT_DENORM_CLAMP_MAX_G_Y;\
type              219 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPC_OUT_DENORM_CLAMP_MIN_G_Y;\
type              220 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPC_OUT_DENORM_CLAMP_MAX_B_CB;\
type              221 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPC_OUT_DENORM_CLAMP_MIN_B_CB;\
type              222 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_DISABLED;\
type              223 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h 	type MPCC_OGAM_MEM_PWR_DIS;
type               89 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h #define OPP_DCN20_REG_FIELD_LIST(type) \
type               90 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	OPP_DCN10_REG_FIELD_LIST(type); \
type               91 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type FMT_LEFT_EDGE_EXTRA_PIXEL_COUNT; \
type               92 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type DPG_EN; \
type               93 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type DPG_MODE; \
type               94 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type DPG_DYNAMIC_RANGE; \
type               95 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type DPG_BIT_DEPTH; \
type               96 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type DPG_VRES; \
type               97 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type DPG_HRES; \
type               98 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type DPG_ACTIVE_WIDTH; \
type               99 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type DPG_ACTIVE_HEIGHT; \
type              100 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type DPG_COLOUR0_R_CR; \
type              101 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type DPG_COLOUR1_R_CR; \
type              102 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type DPG_COLOUR0_B_CB; \
type              103 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type DPG_COLOUR1_B_CB; \
type              104 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type DPG_COLOUR0_G_Y; \
type              105 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type DPG_COLOUR1_G_Y; \
type              106 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type DPG_RAMP0_OFFSET; \
type              107 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type DPG_INC0; \
type              108 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type DPG_INC1; \
type              109 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	type DPG_DOUBLE_BUFFER_PENDING
type              898 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	.type = DC_PLANE_TYPE_DCN_UNIVERSAL,
type               63 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_vmid.h #define DCN20_VMID_REG_FIELD_LIST(type)\
type               64 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_vmid.h 	type VM_CONTEXT0_PAGE_TABLE_DEPTH;\
type               65 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_vmid.h 	type VM_CONTEXT0_PAGE_TABLE_BLOCK_SIZE;\
type               66 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_vmid.h 	type VM_CONTEXT0_PAGE_DIRECTORY_ENTRY_HI32;\
type               67 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_vmid.h 	type VM_CONTEXT0_PAGE_DIRECTORY_ENTRY_LO32;\
type               68 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_vmid.h 	type VM_CONTEXT0_START_LOGICAL_PAGE_NUMBER_HI4;\
type               69 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_vmid.h 	type VM_CONTEXT0_START_LOGICAL_PAGE_NUMBER_LO32;\
type               70 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_vmid.h 	type VM_CONTEXT0_END_LOGICAL_PAGE_NUMBER_HI4;\
type               71 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_vmid.h 	type VM_CONTEXT0_END_LOGICAL_PAGE_NUMBER_LO32
type              769 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c 	.type = DC_PLANE_TYPE_DCN_UNIVERSAL,
type               34 drivers/gpu/drm/amd/display/dc/dm_event_log.h #define EVENT_LOG_AUX_REQ(ddc, type, action, address, len, data)
type               35 drivers/gpu/drm/amd/display/dc/dm_event_log.h #define EVENT_LOG_AUX_REP(ddc, type, replyStatus, len, data)
type               34 drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h #define DDC_GPIO_REG_LIST_ENTRY(type,cd,id) \
type               35 drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h 	.type ## _reg =   REG(DC_GPIO_DDC ## id ## _ ## type),\
type               36 drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h 	.type ## _mask =  DC_GPIO_DDC ## id ## _ ## type ## __DC_GPIO_DDC ## id ## cd ## _ ## type ## _MASK,\
type               37 drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h 	.type ## _shift = DC_GPIO_DDC ## id ## _ ## type ## __DC_GPIO_DDC ## id ## cd ## _ ## type ## __SHIFT
type               59 drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h #define DDC_GPIO_VGA_REG_LIST_ENTRY(type,cd)\
type               60 drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h 	.type ## _reg =   REG(DC_GPIO_DDCVGA_ ## type),\
type               61 drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h 	.type ## _mask =  DC_GPIO_DDCVGA_ ## type ## __DC_GPIO_DDCVGA ## cd ## _ ## type ## _MASK,\
type               62 drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h 	.type ## _shift = DC_GPIO_DDCVGA_ ## type ## __DC_GPIO_DDCVGA ## cd ## _ ## type ## __SHIFT
type               76 drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h #define DDC_GPIO_I2C_REG_LIST_ENTRY(type,cd) \
type               77 drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h 	.type ## _reg =   REG(DC_GPIO_I2CPAD_ ## type),\
type               78 drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h 	.type ## _mask =  DC_GPIO_I2CPAD_ ## type ## __DC_GPIO_ ## cd ## _ ## type ## _MASK,\
type               79 drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h 	.type ## _shift = DC_GPIO_I2CPAD_ ## type ## __DC_GPIO_ ## cd ## _ ## type ## __SHIFT
type               31 drivers/gpu/drm/amd/display/dc/gpio/generic_regs.h #define GENERIC_GPIO_REG_LIST_ENTRY(type, cd, id) \
type               32 drivers/gpu/drm/amd/display/dc/gpio/generic_regs.h 	.type ## _reg =  REG(DC_GPIO_GENERIC_## type),\
type               33 drivers/gpu/drm/amd/display/dc/gpio/generic_regs.h 	.type ## _mask =  DC_GPIO_GENERIC_ ## type ## __DC_GPIO_GENERIC ## id ## _ ## type ## _MASK,\
type               34 drivers/gpu/drm/amd/display/dc/gpio/generic_regs.h 	.type ## _shift = DC_GPIO_GENERIC_ ## type ## __DC_GPIO_GENERIC ## id ## _ ## type ## __SHIFT
type              230 drivers/gpu/drm/amd/display/dc/gpio/gpio_service.c 	config_data.type = GPIO_CONFIG_TYPE_GENERIC_MUX;
type              417 drivers/gpu/drm/amd/display/dc/gpio/gpio_service.c 	config_data.type = GPIO_CONFIG_TYPE_HPD;
type              569 drivers/gpu/drm/amd/display/dc/gpio/gpio_service.c 		config_data.type = GPIO_CONFIG_TYPE_I2C_AUX_DUAL_MODE;
type              571 drivers/gpu/drm/amd/display/dc/gpio/gpio_service.c 		config_data.type = GPIO_CONFIG_TYPE_DDC;
type              573 drivers/gpu/drm/amd/display/dc/gpio/gpio_service.c 	config_data.config.ddc.type = config_type;
type              640 drivers/gpu/drm/amd/display/dc/gpio/gpio_service.c 	config_data.type = GPIO_CONFIG_TYPE_DDC;
type              642 drivers/gpu/drm/amd/display/dc/gpio/gpio_service.c 	config_data.config.ddc.type = config_type;
type               39 drivers/gpu/drm/amd/display/dc/gpio/hpd_regs.h #define HPD_GPIO_REG_LIST_ENTRY(type,cd,id) \
type               40 drivers/gpu/drm/amd/display/dc/gpio/hpd_regs.h 	.type ## _reg =  REG(DC_GPIO_HPD_## type),\
type               41 drivers/gpu/drm/amd/display/dc/gpio/hpd_regs.h 	.type ## _mask =  DC_GPIO_HPD_ ## type ## __DC_GPIO_HPD ## id ## _ ## type ## _MASK,\
type               42 drivers/gpu/drm/amd/display/dc/gpio/hpd_regs.h 	.type ## _shift = DC_GPIO_HPD_ ## type ## __DC_GPIO_HPD ## id ## _ ## type ## __SHIFT
type               92 drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c 	switch (config_data->config.ddc.type) {
type              105 drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c 				if (config_data->type ==
type              122 drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c 				if (config_data->type ==
type              131 drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c 				if (config_data->type ==
type               82 drivers/gpu/drm/amd/display/dc/inc/dc_link_ddc.h 		enum ddc_transaction_type type);
type              135 drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h #define CLK_REG_FIELD_LIST(type) \
type              136 drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h 	type DPREFCLK_SRC_SEL; \
type              137 drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h 	type DENTIST_DPREFCLK_WDIVIDER; \
type              138 drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h 	type DENTIST_DISPCLK_WDIVIDER; \
type              139 drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h 	type DENTIST_DISPCLK_CHG_DONE;
type              147 drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h #define CLK20_REG_FIELD_LIST(type) \
type              148 drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h 	type DENTIST_DPPCLK_WDIVIDER; \
type              149 drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h 	type DENTIST_DPPCLK_CHG_DONE; \
type              150 drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h 	type FbMult_int; \
type              151 drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h 	type FbMult_frac;
type              154 drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h #define VBIOS_SMU_REG_FIELD_LIST(type) \
type              155 drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h 	type CONTENT;
type              291 drivers/gpu/drm/amd/display/include/gpio_types.h 	enum gpio_ddc_config_type type;
type              316 drivers/gpu/drm/amd/display/include/gpio_types.h 	enum gpio_gsl_mux_config_type type;
type              323 drivers/gpu/drm/amd/display/include/gpio_types.h 	enum gpio_config_type type;
type              196 drivers/gpu/drm/amd/display/include/grph_object_ctrl_defs.h 	} type;
type              223 drivers/gpu/drm/amd/display/include/grph_object_id.h 	uint32_t  type:4;
type              232 drivers/gpu/drm/amd/display/include/grph_object_id.h 	enum object_type type)
type              235 drivers/gpu/drm/amd/display/include/grph_object_id.h 		id, enum_id, type, 0
type              245 drivers/gpu/drm/amd/display/include/grph_object_id.h 	return id.id + (id.enum_id << 0x8) + (id.type << 0xc);
type              251 drivers/gpu/drm/amd/display/include/grph_object_id.h 	if (id.type == OBJECT_TYPE_CONTROLLER)
type              259 drivers/gpu/drm/amd/display/include/grph_object_id.h 	if (id.type == OBJECT_TYPE_CLOCK_SOURCE)
type              267 drivers/gpu/drm/amd/display/include/grph_object_id.h 	if (id.type == OBJECT_TYPE_ENCODER)
type              275 drivers/gpu/drm/amd/display/include/grph_object_id.h 	if (id.type == OBJECT_TYPE_CONNECTOR)
type              283 drivers/gpu/drm/amd/display/include/grph_object_id.h 	if (id.type == OBJECT_TYPE_AUDIO)
type              291 drivers/gpu/drm/amd/display/include/grph_object_id.h 	if (id.type == OBJECT_TYPE_ENGINE)
type              301 drivers/gpu/drm/amd/display/include/grph_object_id.h 		(id_1.type == id_2.type)) {
type              294 drivers/gpu/drm/amd/display/modules/color/color_gamma.c static bool build_coefficients(struct gamma_coefficients *coefficients, enum dc_transfer_func_predefined type)
type              301 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	if (type == TRANSFER_FUNCTION_SRGB)
type              303 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	else if (type == TRANSFER_FUNCTION_BT709)
type              305 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	else if (type == TRANSFER_FUNCTION_GAMMA22)
type              307 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	else if (type == TRANSFER_FUNCTION_GAMMA24)
type              309 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	else if (type == TRANSFER_FUNCTION_GAMMA26)
type              770 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		const struct hw_x_point *coordinate_x, enum dc_transfer_func_predefined type)
type              783 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	if (!build_coefficients(coeff, type))
type              980 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		const struct hw_x_point *coordinate_x, enum dc_transfer_func_predefined type)
type              987 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	if (!build_coefficients(&coeff, type))
type             1303 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	if (ramp->type != GAMMA_CS_TFM_1D && ramp->type != GAMMA_CUSTOM)
type             1652 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	if (output_tf->type == TF_TYPE_BYPASS)
type             1656 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	if (output_tf->type == TF_TYPE_PREDEFINED && canRomBeUsed == true &&
type             1660 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		if ((ramp->is_identity && ramp->type != GAMMA_CS_TFM_1D) ||
type             1661 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				(!mapUserRamp && ramp->type == GAMMA_RGB_256))
type             1665 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	output_tf->type = TF_TYPE_DISTRIBUTED_POINTS;
type             1667 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	if (ramp && ramp->type != GAMMA_CS_TFM_1D &&
type             1668 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			(mapUserRamp || ramp->type != GAMMA_RGB_256)) {
type             1689 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		if (ramp->type == GAMMA_RGB_256 && mapUserRamp)
type             1691 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		else if (ramp->type == GAMMA_RGB_FLOAT_1024)
type             1742 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			(mapUserRamp || (ramp && ramp->type != GAMMA_RGB_256)) &&
type             1743 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			(ramp && ramp->type != GAMMA_CS_TFM_1D));
type             1745 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	if (ramp && ramp->type == GAMMA_CS_TFM_1D)
type             1805 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	output_tf->type = TF_TYPE_DISTRIBUTED_POINTS;
type             1823 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	output_tf->type = TF_TYPE_DISTRIBUTED_POINTS;
type             1883 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	if (input_tf->type == TF_TYPE_BYPASS)
type             1889 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	if (input_tf->type == TF_TYPE_PREDEFINED &&
type             1895 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	input_tf->type = TF_TYPE_DISTRIBUTED_POINTS;
type             1897 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	if (mapUserRamp && ramp && ramp->type == GAMMA_RGB_256) {
type             1971 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			mapUserRamp && ramp && ramp->type == GAMMA_RGB_256);
type             1972 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	if (ramp->type == GAMMA_CUSTOM)
type              138 drivers/gpu/drm/amd/include/cgs_common.h 				     enum cgs_ucode_id type,
type              175 drivers/gpu/drm/amd/include/cgs_common.h #define cgs_get_firmware_info(dev, type, info)	\
type              176 drivers/gpu/drm/amd/include/cgs_common.h 	CGS_CALL(get_firmware_info, dev, type, info)
type              246 drivers/gpu/drm/amd/include/kgd_pp_interface.h 	int (*force_clock_level)(void *handle, enum pp_clock_type type, uint32_t mask);
type              247 drivers/gpu/drm/amd/include/kgd_pp_interface.h 	int (*print_clock_levels)(void *handle, enum pp_clock_type type, char *buf);
type              262 drivers/gpu/drm/amd/include/kgd_pp_interface.h 	int (*switch_power_profile)(void *handle, enum PP_SMC_POWER_PROFILE type, bool en);
type              276 drivers/gpu/drm/amd/include/kgd_pp_interface.h 	int (*odn_edit_dpm_table)(void *handle, uint32_t type, long *input, uint32_t size);
type              289 drivers/gpu/drm/amd/include/kgd_pp_interface.h 		enum amd_pp_clock_type type,
type              292 drivers/gpu/drm/amd/include/kgd_pp_interface.h 		enum amd_pp_clock_type type,
type              295 drivers/gpu/drm/amd/include/kgd_pp_interface.h 		enum amd_pp_clock_type type,
type              263 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 	.type = AMD_IP_BLOCK_TYPE_SMC,
type              714 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 		enum pp_clock_type type, uint32_t mask)
type              733 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 	ret = hwmgr->hwmgr_func->force_clock_level(hwmgr, type, mask);
type              739 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 		enum pp_clock_type type, char *buf)
type              752 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 	ret = hwmgr->hwmgr_func->print_clock_levels(hwmgr, type, buf);
type              912 drivers/gpu/drm/amd/powerplay/amd_powerplay.c static int pp_odn_edit_dpm_table(void *handle, uint32_t type, long *input, uint32_t size)
type              924 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 	return hwmgr->hwmgr_func->odn_edit_dpm_table(hwmgr, type, input, size);
type              941 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 		enum PP_SMC_POWER_PROFILE type, bool en)
type              955 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 	if (!(type < PP_SMC_POWER_PROFILE_CUSTOM))
type              961 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 		hwmgr->workload_mask &= ~(1 << hwmgr->workload_prority[type]);
type              966 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 		hwmgr->workload_mask |= (1 << hwmgr->workload_prority[type]);
type             1116 drivers/gpu/drm/amd/powerplay/amd_powerplay.c static int pp_get_clock_by_type(void *handle, enum amd_pp_clock_type type, struct amd_pp_clocks *clocks)
type             1128 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 	ret = phm_get_clock_by_type(hwmgr, type, clocks);
type             1134 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 		enum amd_pp_clock_type type,
type             1144 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 	ret = phm_get_clock_by_type_with_latency(hwmgr, type, clocks);
type             1150 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 		enum amd_pp_clock_type type,
type             1161 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 	ret = phm_get_clock_by_type_with_voltage(hwmgr, type, clocks);
type               35 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c #define __SMU_DUMMY_MAP(type)	#type
type               40 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c const char *smu_get_message_name(struct smu_context *smu, enum smu_message_type type)
type               42 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 	if (type < 0 || type >= SMU_MSG_MAX_COUNT)
type               44 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 	return __smu_message_names[type];
type             1694 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 			     enum PP_SMC_POWER_PROFILE type,
type             1704 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 	if (!(type < PP_SMC_POWER_PROFILE_CUSTOM))
type             1710 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 		smu->workload_mask &= ~(1 << smu->workload_prority[type]);
type             1715 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 		smu->workload_mask |= (1 << smu->workload_prority[type]);
type             1794 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 	.type = AMD_IP_BLOCK_TYPE_SMC,
type             1803 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 	.type = AMD_IP_BLOCK_TYPE_SMC,
type              587 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 			enum smu_clk_type type, char *buf)
type              598 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	switch (type) {
type              752 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 			enum smu_clk_type type, uint32_t mask)
type              766 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	switch (type) {
type              411 drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c int phm_get_clock_by_type(struct pp_hwmgr *hwmgr, enum amd_pp_clock_type type, struct amd_pp_clocks *clocks)
type              418 drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c 	return hwmgr->hwmgr_func->get_clock_by_type(hwmgr, type, clocks);
type              423 drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c 		enum amd_pp_clock_type type,
type              431 drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c 	return hwmgr->hwmgr_func->get_clock_by_type_with_latency(hwmgr, type, clocks);
type              436 drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c 		enum amd_pp_clock_type type,
type              444 drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c 	return hwmgr->hwmgr_func->get_clock_by_type_with_voltage(hwmgr, type, clocks);
type              831 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 		enum pp_clock_type type, uint32_t mask)
type              841 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 	switch (type) {
type              882 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 		enum pp_clock_type type, char *buf)
type              889 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 	switch (type) {
type              987 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 		enum amd_pp_clock_type type,
type              999 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 	switch (type) {
type             1044 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 		enum amd_pp_clock_type type,
type             1055 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 	switch (type) {
type              110 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		enum pp_clock_type type, uint32_t mask);
type             4400 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		enum pp_clock_type type, uint32_t mask)
type             4407 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	switch (type) {
type             4442 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		enum pp_clock_type type, char *buf)
type             4454 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	switch (type) {
type             4715 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c static int smu7_get_clock_by_type(struct pp_hwmgr *hwmgr, enum amd_pp_clock_type type,
type             4718 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	switch (type) {
type             4812 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 					enum PP_OD_DPM_TABLE_COMMAND type,
type             4825 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	if (type == PP_OD_EDIT_SCLK_VDDC_TABLE) {
type             4833 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	} else if (type == PP_OD_EDIT_MCLK_VDDC_TABLE) {
type             4849 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 					enum PP_OD_DPM_TABLE_COMMAND type,
type             4869 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	if (PP_OD_EDIT_SCLK_VDDC_TABLE == type) {
type             4875 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	} else if (PP_OD_EDIT_MCLK_VDDC_TABLE == type) {
type             4882 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	} else if (PP_OD_RESTORE_DEFAULT_TABLE == type) {
type             4885 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	} else if (PP_OD_COMMIT_DPM_TABLE == type) {
type             4901 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		if (smu7_check_clk_voltage_valid(hwmgr, type, input_clk, input_vol)) {
type               51 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.h 	enum gpu_pt_config_reg_type       type;
type              905 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c 		if (config_regs->type == GPU_CONFIGREG_CACHE)
type              908 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c 			switch (config_regs->type) {
type              930 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c 			switch (config_regs->type) {
type             1494 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c 		enum pp_clock_type type, uint32_t mask)
type             1496 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c 	switch (type) {
type             1513 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c 		enum pp_clock_type type, char *buf)
type             1520 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c 	switch (type) {
type             1601 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c static int smu8_get_clock_by_type(struct pp_hwmgr *hwmgr, enum amd_pp_clock_type type,
type             1609 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c 	switch (type) {
type             4079 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		enum pp_clock_type type, uint32_t mask)
type             4083 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	switch (type) {
type             4287 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		enum amd_pp_clock_type type,
type             4290 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	switch (type) {
type             4311 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		enum amd_pp_clock_type type,
type             4319 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	switch (type) {
type             4468 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		enum pp_clock_type type, char *buf)
type             4480 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	switch (type) {
type             4989 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 					enum PP_OD_DPM_TABLE_COMMAND type,
type             5002 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	if (type == PP_OD_EDIT_SCLK_VDDC_TABLE) {
type             5011 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	} else if (type == PP_OD_EDIT_MCLK_VDDC_TABLE) {
type             5085 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 						enum PP_OD_DPM_TABLE_COMMAND type)
type             5099 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	if (type == PP_OD_EDIT_SCLK_VDDC_TABLE) {
type             5103 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	} else if (type == PP_OD_EDIT_MCLK_VDDC_TABLE) {
type             5156 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 					enum PP_OD_DPM_TABLE_COMMAND type,
type             5176 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	if (PP_OD_EDIT_SCLK_VDDC_TABLE == type) {
type             5180 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	} else if (PP_OD_EDIT_MCLK_VDDC_TABLE == type) {
type             5184 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	} else if (PP_OD_RESTORE_DEFAULT_TABLE == type) {
type             5193 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	} else if (PP_OD_COMMIT_DPM_TABLE == type) {
type             5209 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		if (vega10_check_clk_voltage_valid(hwmgr, type, input_clk, input_vol)) {
type             5217 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	vega10_odn_update_soc_table(hwmgr, type);
type               50 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_powertune.h 	enum vega10_pt_config_reg_type       type;
type               52 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 		enum pp_clock_type type, uint32_t mask);
type              699 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	hwmgr->default_gfx_power_profile.type = AMD_PP_GFX_PROFILE;
type              700 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	hwmgr->default_compute_power_profile.type = AMD_PP_COMPUTE_PROFILE;
type             1828 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 		enum amd_pp_clock_type type,
type             1833 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	switch (type) {
type             1854 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 		enum amd_pp_clock_type type,
type             1881 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 		enum pp_clock_type type, uint32_t mask)
type             1887 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	switch (type) {
type             2088 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 		enum pp_clock_type type, char *buf)
type             2093 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	switch (type) {
type             2507 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 		enum pp_clock_type type, uint32_t mask)
type             2513 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	switch (type) {
type             2853 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 		enum amd_pp_clock_type type,
type             2858 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	switch (type) {
type             2879 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 		enum amd_pp_clock_type type,
type             2906 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 					enum PP_OD_DPM_TABLE_COMMAND type,
type             2922 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	switch (type) {
type             3250 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 		enum pp_clock_type type, char *buf)
type             3269 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	switch (type) {
type              416 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 				 enum PP_OD_DPM_TABLE_COMMAND type,
type              424 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 					      enum amd_pp_clock_type type,
type              511 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 				 enum amd_pp_clock_type type,
type              642 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h #define smu_get_od_percentage(smu, type) \
type              643 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	((smu)->ppt_funcs->get_od_percentage ? (smu)->ppt_funcs->get_od_percentage((smu), (type)) : 0)
type              644 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h #define smu_set_od_percentage(smu, type, value) \
type              645 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	((smu)->ppt_funcs->set_od_percentage ? (smu)->ppt_funcs->set_od_percentage((smu), (type), (value)) : 0)
type              646 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h #define smu_od_edit_dpm_table(smu, type, input, size) \
type              647 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	((smu)->ppt_funcs->od_edit_dpm_table ? (smu)->ppt_funcs->od_edit_dpm_table((smu), (type), (input), (size)) : 0)
type              711 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h #define smu_get_clock_by_type(smu, type, clocks) \
type              712 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	((smu)->funcs->get_clock_by_type ? (smu)->funcs->get_clock_by_type((smu), (type), (clocks)) : 0)
type              717 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h #define smu_get_clock_by_type_with_voltage(smu, type, clocks) \
type              718 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	((smu)->ppt_funcs->get_clock_by_type_with_voltage ? (smu)->ppt_funcs->get_clock_by_type_with_voltage((smu), (type), (clocks)) : 0)
type              815 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 			     enum PP_SMC_POWER_PROFILE type,
type              833 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h const char *smu_get_message_name(struct smu_context *smu, enum smu_message_type type);
type              450 drivers/gpu/drm/amd/powerplay/inc/hardwaremanager.h extern int phm_get_clock_by_type(struct pp_hwmgr *hwmgr, enum amd_pp_clock_type type, struct amd_pp_clocks *clocks);
type              453 drivers/gpu/drm/amd/powerplay/inc/hardwaremanager.h 		enum amd_pp_clock_type type,
type              456 drivers/gpu/drm/amd/powerplay/inc/hardwaremanager.h 		enum amd_pp_clock_type type,
type              217 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 	int (*update_smc_table)(struct pp_hwmgr *hwmgr, uint32_t type);
type              226 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 	uint32_t (*get_offsetof)(uint32_t type, uint32_t member);
type              302 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 	int (*get_clock_by_type)(struct pp_hwmgr *hwmgr, enum amd_pp_clock_type type, struct amd_pp_clocks *clocks);
type              304 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 			enum amd_pp_clock_type type,
type              307 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 			enum amd_pp_clock_type type,
type              314 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 	int (*force_clock_level)(struct pp_hwmgr *hwmgr, enum pp_clock_type type, uint32_t mask);
type              315 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 	int (*print_clock_levels)(struct pp_hwmgr *hwmgr, enum pp_clock_type type, char *buf);
type              341 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 					enum PP_OD_DPM_TABLE_COMMAND type,
type               58 drivers/gpu/drm/amd/powerplay/inc/pp_debug.h #define GET_FLEXIBLE_ARRAY_MEMBER_ADDR(type, member, ptr, n)	\
type               59 drivers/gpu/drm/amd/powerplay/inc/pp_debug.h 	(type *)((char *)&(ptr)->member + (sizeof(type) * (n)))
type              565 drivers/gpu/drm/amd/powerplay/inc/smu71_discrete.h   uint8_t     type;
type              632 drivers/gpu/drm/amd/powerplay/inc/smu72_discrete.h 	uint8_t     type;
type              667 drivers/gpu/drm/amd/powerplay/inc/smu73_discrete.h   uint8_t     type;
type              632 drivers/gpu/drm/amd/powerplay/inc/smu74_discrete.h 	uint8_t     type;
type              661 drivers/gpu/drm/amd/powerplay/inc/smu75_discrete.h 	uint8_t     type;
type              173 drivers/gpu/drm/amd/powerplay/inc/smu_types.h #define __SMU_DUMMY_MAP(type)	SMU_MSG_##type
type              114 drivers/gpu/drm/amd/powerplay/inc/smu_ucode_xfer_cz.h     uint8_t type;
type               97 drivers/gpu/drm/amd/powerplay/inc/smumgr.h extern int smum_update_smc_table(struct pp_hwmgr *hwmgr, uint32_t type);
type              106 drivers/gpu/drm/amd/powerplay/inc/smumgr.h 				uint32_t type, uint32_t member);
type             2247 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c static uint32_t ci_get_offsetof(uint32_t type, uint32_t member)
type             2249 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	switch (type) {
type             2283 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	pr_debug("can't get the offset of type %x member %x\n", type, member);
type             2921 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c static int ci_update_smc_table(struct pp_hwmgr *hwmgr, uint32_t type)
type             2923 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	switch (type) {
type             1672 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2,
type             1698 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 		type = 0;
type             1700 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 		type = 1;
type             1785 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 				(uint8_t) fiji_clock_stretcher_ddt_table[type][i][2];
type             1788 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 				(uint8_t) fiji_clock_stretcher_ddt_table[type][i][3];
type             1802 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 					(fiji_clock_stretcher_ddt_table[type][i][0]) * 100) {
type             1805 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 						(fiji_clock_stretcher_ddt_table[type][i][1]) * 100)
type             2296 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c static uint32_t fiji_get_offsetof(uint32_t type, uint32_t member)
type             2298 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	switch (type) {
type             2338 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	pr_warn("can't get the offset of type %x member %x\n", type, member);
type             2432 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c static int fiji_update_smc_table(struct pp_hwmgr *hwmgr, uint32_t type)
type             2434 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	switch (type) {
type             2212 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c static uint32_t iceland_get_offsetof(uint32_t type, uint32_t member)
type             2214 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	switch (type) {
type             2250 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	pr_warn("can't get the offset of type %x member %x\n", type, member);
type             2258 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c static int polaris10_update_smc_table(struct pp_hwmgr *hwmgr, uint32_t type)
type             2260 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	switch (type) {
type             2311 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c static uint32_t polaris10_get_offsetof(uint32_t type, uint32_t member)
type             2313 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	switch (type) {
type             2353 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	pr_warn("can't get the offset of type %x member %x\n", type, member);
type              331 drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.c 			uint8_t type, bool is_last)
type              338 drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.c 	task->type = type;
type              375 drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.c 	task->type = TASK_TYPE_UCODE_LOAD;
type               82 drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c int smum_update_smc_table(struct pp_hwmgr *hwmgr, uint32_t type)
type               86 drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c 		return hwmgr->smumgr_funcs->update_smc_table(hwmgr, type);
type               91 drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c uint32_t smum_get_offsetof(struct pp_hwmgr *hwmgr, uint32_t type, uint32_t member)
type               94 drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c 		return hwmgr->smumgr_funcs->get_offsetof(type, member);
type             1580 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2,
type             1611 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 		type = 0;
type             1613 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 		type = 1;
type             1708 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 				(uint8_t) tonga_clock_stretcher_ddt_table[type][i][2];
type             1711 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 				(uint8_t) tonga_clock_stretcher_ddt_table[type][i][3];
type             1724 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			if (clock_freq >= tonga_clock_stretcher_ddt_table[type][i][0] * 100) {
type             1726 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 				if (clock_freq < tonga_clock_stretcher_ddt_table[type][i][1] * 100)
type             2604 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c static uint32_t tonga_get_offsetof(uint32_t type, uint32_t member)
type             2606 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	switch (type) {
type             2646 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	pr_warn("can't get the offset of type %x member %x\n", type, member);
type             2740 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c static int tonga_update_smc_table(struct pp_hwmgr *hwmgr, uint32_t type)
type             2742 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	switch (type) {
type              412 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c static int vegam_update_smc_table(struct pp_hwmgr *hwmgr, uint32_t type)
type              414 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 	switch (type) {
type             2159 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c static uint32_t vegam_get_offsetof(uint32_t type, uint32_t member)
type             2161 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 	switch (type) {
type             2201 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 	pr_warn("can't get the offset of type %x member %x\n", type, member);
type              941 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 			enum smu_clk_type type, char *buf)
type              960 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	switch (type) {
type             2613 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 				     enum PP_OD_DPM_TABLE_COMMAND type,
type             2636 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	switch (type) {
type             2832 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	if (type == PP_OD_COMMIT_DPM_TABLE) {
type              542 drivers/gpu/drm/arm/display/komeda/komeda_crtc.c 		if (plane->type != DRM_PLANE_TYPE_PRIMARY)
type              533 drivers/gpu/drm/arm/malidp_crtc.c 		if (plane->type == DRM_PLANE_TYPE_PRIMARY) {
type              498 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c 		switch (dc->layers[i]->desc->type) {
type              524 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c 		    dc->layers[i]->desc->type == ATMEL_HLCDC_OVERLAY_LAYER) {
type               39 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 		.type = ATMEL_HLCDC_BASE_LAYER,
type               69 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 		.type = ATMEL_HLCDC_BASE_LAYER,
type               85 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 		.type = ATMEL_HLCDC_OVERLAY_LAYER,
type              104 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 		.type = ATMEL_HLCDC_OVERLAY_LAYER,
type              126 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 		.type = ATMEL_HLCDC_CURSOR_LAYER,
type              162 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 		.type = ATMEL_HLCDC_BASE_LAYER,
type              178 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 		.type = ATMEL_HLCDC_OVERLAY_LAYER,
type              197 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 		.type = ATMEL_HLCDC_OVERLAY_LAYER,
type              216 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 		.type = ATMEL_HLCDC_OVERLAY_LAYER,
type              242 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 		.type = ATMEL_HLCDC_CURSOR_LAYER,
type              280 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 		.type = ATMEL_HLCDC_BASE_LAYER,
type              296 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 		.type = ATMEL_HLCDC_OVERLAY_LAYER,
type              315 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 		.type = ATMEL_HLCDC_OVERLAY_LAYER,
type              334 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 		.type = ATMEL_HLCDC_OVERLAY_LAYER,
type              375 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 		.type = ATMEL_HLCDC_BASE_LAYER,
type              391 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 		.type = ATMEL_HLCDC_OVERLAY_LAYER,
type              410 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 		.type = ATMEL_HLCDC_OVERLAY_LAYER,
type              429 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 		.type = ATMEL_HLCDC_OVERLAY_LAYER,
type              529 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 	if (layer->desc->type == ATMEL_HLCDC_BASE_LAYER ||
type              530 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 	    layer->desc->type == ATMEL_HLCDC_OVERLAY_LAYER ||
type              531 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 	    layer->desc->type == ATMEL_HLCDC_CURSOR_LAYER)
type              242 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h 	enum atmel_hlcdc_layer_type type;
type              376 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 	if (plane->base.type != DRM_PLANE_TYPE_PRIMARY) {
type              775 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 	if (desc->type == ATMEL_HLCDC_OVERLAY_LAYER ||
type              776 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 	    desc->type == ATMEL_HLCDC_CURSOR_LAYER) {
type              955 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 	enum drm_plane_type type;
type              964 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 	if (desc->type == ATMEL_HLCDC_BASE_LAYER)
type              965 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 		type = DRM_PLANE_TYPE_PRIMARY;
type              966 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 	else if (desc->type == ATMEL_HLCDC_CURSOR_LAYER)
type              967 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 		type = DRM_PLANE_TYPE_CURSOR;
type              969 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 		type = DRM_PLANE_TYPE_OVERLAY;
type              975 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 				       NULL, type, NULL);
type             1006 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 		if (descs[i].type != ATMEL_HLCDC_BASE_LAYER &&
type             1007 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 		    descs[i].type != ATMEL_HLCDC_OVERLAY_LAYER &&
type             1008 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 		    descs[i].type != ATMEL_HLCDC_CURSOR_LAYER)
type              370 drivers/gpu/drm/bridge/adv7511/adv7511.h 	enum adv7511_type type;
type              387 drivers/gpu/drm/bridge/adv7511/adv7511.h 	unsigned int offset = adv7511->type == ADV7533 ?
type               37 drivers/gpu/drm/bridge/adv7511/adv7511_cec.c 	unsigned int offset = adv7511->type == ADV7533 ?
type               89 drivers/gpu/drm/bridge/adv7511/adv7511_cec.c 	unsigned int offset = adv7511->type == ADV7533 ?
type              134 drivers/gpu/drm/bridge/adv7511/adv7511_cec.c 	unsigned int offset = adv7511->type == ADV7533 ?
type              181 drivers/gpu/drm/bridge/adv7511/adv7511_cec.c 	unsigned int offset = adv7511->type == ADV7533 ?
type              251 drivers/gpu/drm/bridge/adv7511/adv7511_cec.c 	unsigned int offset = adv7511->type == ADV7533 ?
type              305 drivers/gpu/drm/bridge/adv7511/adv7511_cec.c 	unsigned int offset = adv7511->type == ADV7533 ?
type              370 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c 	if (adv7511->type == ADV7533)
type              390 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c 	if (adv7511->type == ADV7533)
type              764 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c 	if (adv7511->type == ADV7533)
type              877 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c 	if (adv->type == ADV7533)
type              922 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c 	if (adv->type == ADV7511) {
type              955 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c 	if (adv7511->type == ADV7533)
type              997 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c 	if (adv->type == ADV7533) {
type             1112 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c 		adv7511->type = (enum adv7511_type)of_device_get_match_data(dev);
type             1114 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c 		adv7511->type = id->driver_data;
type             1118 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c 	if (adv7511->type == ADV7511)
type             1157 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c 	if (adv7511->type == ADV7511)
type             1212 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c 	if (adv7511->type == ADV7511)
type             1245 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c 	if (adv7511->type == ADV7533)
type              145 drivers/gpu/drm/bridge/adv7511/adv7533.c 	const struct mipi_dsi_device_info info = { .type = "adv7533",
type              242 drivers/gpu/drm/bridge/analogix/analogix_dp_core.h 				 enum clock_recovery_m_value_type type,
type              245 drivers/gpu/drm/bridge/analogix/analogix_dp_core.h void analogix_dp_set_video_timing_mode(struct analogix_dp_device *dp, u32 type);
type              881 drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c 				 enum clock_recovery_m_value_type type,
type              886 drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c 	if (type == REGISTER_M) {
type              914 drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c void analogix_dp_set_video_timing_mode(struct analogix_dp_device *dp, u32 type)
type              918 drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c 	if (type == VIDEO_TIMING_FROM_CAPTURE) {
type             1061 drivers/gpu/drm/bridge/cdns-dsi.c 	      CMD_DATATYPE(msg->type);
type             1066 drivers/gpu/drm/bridge/cdns-dsi.c 	if (mipi_dsi_packet_format_is_long(msg->type))
type              125 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 	enum dw_hdmi_phy_type type;
type             2474 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 		.type = DW_HDMI_PHY_DWC_HDMI_TX_PHY,
type             2478 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 		.type = DW_HDMI_PHY_DWC_MHL_PHY_HEAC,
type             2484 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 		.type = DW_HDMI_PHY_DWC_MHL_PHY,
type             2490 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 		.type = DW_HDMI_PHY_DWC_HDMI_3D_TX_PHY_HEAC,
type             2495 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 		.type = DW_HDMI_PHY_DWC_HDMI_3D_TX_PHY,
type             2500 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 		.type = DW_HDMI_PHY_DWC_HDMI20_TX_PHY,
type             2506 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 		.type = DW_HDMI_PHY_VENDOR_PHY,
type             2536 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 		if (dw_hdmi_phys[i].type == phy_type) {
type              272 drivers/gpu/drm/bridge/ti-sn65dsi86.c 	const struct mipi_dsi_device_info info = { .type = "ti_sn_bridge",
type              207 drivers/gpu/drm/drm_agpsupport.c 	u32 type;
type              216 drivers/gpu/drm/drm_agpsupport.c 	type = (u32) request->type;
type              217 drivers/gpu/drm/drm_agpsupport.c 	memory = agp_allocate_memory(dev->agp->bridge, pages, type);
type              861 drivers/gpu/drm/drm_atomic_uapi.c 	switch (obj->type) {
type              904 drivers/gpu/drm/drm_atomic_uapi.c 	e->event.base.type = DRM_EVENT_FLIP_COMPLETE;
type              974 drivers/gpu/drm/drm_atomic_uapi.c 	switch (obj->type) {
type              580 drivers/gpu/drm/drm_blend.c 		if (!(BIT(props[i].type) & supported_modes))
type              583 drivers/gpu/drm/drm_blend.c 		ret = drm_property_add_enum(prop, props[i].type,
type               66 drivers/gpu/drm/drm_bufs.c 		    map->type != entry->map->type ||
type               69 drivers/gpu/drm/drm_bufs.c 		switch (map->type) {
type              146 drivers/gpu/drm/drm_bufs.c 			   unsigned int size, enum drm_map_type type,
type              163 drivers/gpu/drm/drm_bufs.c 	map->type = type;
type              169 drivers/gpu/drm/drm_bufs.c 	if ((map->flags & _DRM_REMOVABLE) && map->type != _DRM_SHM) {
type              174 drivers/gpu/drm/drm_bufs.c 		  (unsigned long long)map->offset, map->size, map->type);
type              180 drivers/gpu/drm/drm_bufs.c 	if (map->type == _DRM_SHM)
type              190 drivers/gpu/drm/drm_bufs.c 	switch (map->type) {
type              209 drivers/gpu/drm/drm_bufs.c 					  map->type, map->size,
type              219 drivers/gpu/drm/drm_bufs.c 		if (map->type == _DRM_FRAME_BUFFER ||
type              224 drivers/gpu/drm/drm_bufs.c 		if (map->type == _DRM_REGISTERS) {
type              243 drivers/gpu/drm/drm_bufs.c 					  map->type, map->size, list->map->size);
type              343 drivers/gpu/drm/drm_bufs.c 		if (map->type == _DRM_REGISTERS)
type              355 drivers/gpu/drm/drm_bufs.c 	user_token = (map->type == _DRM_SHM) ? (unsigned long)map->handle :
type              358 drivers/gpu/drm/drm_bufs.c 			     (map->type == _DRM_SHM));
type              360 drivers/gpu/drm/drm_bufs.c 		if (map->type == _DRM_REGISTERS)
type              378 drivers/gpu/drm/drm_bufs.c 		      unsigned int size, enum drm_map_type type,
type              384 drivers/gpu/drm/drm_bufs.c 	rc = drm_addmap_core(dev, offset, size, type, flags, &list);
type              420 drivers/gpu/drm/drm_bufs.c 	if (!(capable(CAP_SYS_ADMIN) || map->type == _DRM_AGP || map->type == _DRM_SHM))
type              427 drivers/gpu/drm/drm_bufs.c 	err = drm_addmap_core(dev, map->offset, map->size, map->type,
type              493 drivers/gpu/drm/drm_bufs.c 	map->type = r_list->map->type;
type              536 drivers/gpu/drm/drm_bufs.c 	switch (map->type) {
type              652 drivers/gpu/drm/drm_bufs.c 	if ((map->type == _DRM_REGISTERS) || (map->type == _DRM_FRAME_BUFFER)) {
type             1597 drivers/gpu/drm/drm_bufs.c 		if (entry->map && entry->map->type == _DRM_SHM &&
type              126 drivers/gpu/drm/drm_client_modeset.c 		if (mode->type & DRM_MODE_TYPE_PREFERRED)
type              929 drivers/gpu/drm/drm_client_modeset.c 		if (plane->type == DRM_PLANE_TYPE_PRIMARY)
type              994 drivers/gpu/drm/drm_client_modeset.c 		if (plane->type != DRM_PLANE_TYPE_PRIMARY)
type              433 drivers/gpu/drm/drm_color_mgmt.c 		enum_list[len].type = i;
type              452 drivers/gpu/drm/drm_color_mgmt.c 		enum_list[len].type = i;
type               67 drivers/gpu/drm/drm_connector.c 	int type;
type             1627 drivers/gpu/drm/drm_connector.c 					    drm_scaling_mode_enum_list[i].type,
type              235 drivers/gpu/drm/drm_crtc.c 	WARN_ON(primary && primary->type != DRM_PLANE_TYPE_PRIMARY);
type              236 drivers/gpu/drm/drm_crtc.c 	WARN_ON(cursor && cursor->type != DRM_PLANE_TYPE_CURSOR);
type              148 drivers/gpu/drm/drm_crtc_internal.h 					       uint32_t id, uint32_t type);
type              266 drivers/gpu/drm/drm_dp_dual_mode_helper.c int drm_dp_dual_mode_max_tmds_clock(enum drm_dp_dual_mode_type type,
type              273 drivers/gpu/drm/drm_dp_dual_mode_helper.c 	if (type == DRM_DP_DUAL_MODE_NONE)
type              280 drivers/gpu/drm/drm_dp_dual_mode_helper.c 	if (type < DRM_DP_DUAL_MODE_TYPE2_DVI)
type              310 drivers/gpu/drm/drm_dp_dual_mode_helper.c int drm_dp_dual_mode_get_tmds_output(enum drm_dp_dual_mode_type type,
type              317 drivers/gpu/drm/drm_dp_dual_mode_helper.c 	if (type < DRM_DP_DUAL_MODE_TYPE2_DVI) {
type              350 drivers/gpu/drm/drm_dp_dual_mode_helper.c int drm_dp_dual_mode_set_tmds_output(enum drm_dp_dual_mode_type type,
type              357 drivers/gpu/drm/drm_dp_dual_mode_helper.c 	if (type < DRM_DP_DUAL_MODE_TYPE2_DVI)
type              403 drivers/gpu/drm/drm_dp_dual_mode_helper.c const char *drm_dp_get_dual_mode_type_name(enum drm_dp_dual_mode_type type)
type              405 drivers/gpu/drm/drm_dp_dual_mode_helper.c 	switch (type) {
type              419 drivers/gpu/drm/drm_dp_dual_mode_helper.c 		WARN_ON(type != DRM_DP_DUAL_MODE_UNKNOWN);
type              480 drivers/gpu/drm/drm_dp_helper.c 	int type = port_cap[0] & DP_DS_PORT_TYPE_MASK;
type              487 drivers/gpu/drm/drm_dp_helper.c 	switch (type) {
type              511 drivers/gpu/drm/drm_dp_helper.c 	int type = port_cap[0] & DP_DS_PORT_TYPE_MASK;
type              519 drivers/gpu/drm/drm_dp_helper.c 	switch (type) {
type              575 drivers/gpu/drm/drm_dp_helper.c 	int type = port_cap[0] & DP_DS_PORT_TYPE_MASK;
type              585 drivers/gpu/drm/drm_dp_helper.c 	switch (type) {
type              628 drivers/gpu/drm/drm_dp_helper.c 			if (type == DP_DS_PORT_TYPE_VGA)
type              100 drivers/gpu/drm/drm_drv.c 					     unsigned int type)
type              102 drivers/gpu/drm/drm_drv.c 	switch (type) {
type              112 drivers/gpu/drm/drm_drv.c static int drm_minor_alloc(struct drm_device *dev, unsigned int type)
type              122 drivers/gpu/drm/drm_drv.c 	minor->type = type;
type              129 drivers/gpu/drm/drm_drv.c 		      64 * type,
type              130 drivers/gpu/drm/drm_drv.c 		      64 * (type + 1),
type              146 drivers/gpu/drm/drm_drv.c 	*drm_minor_get_slot(dev, type) = minor;
type              158 drivers/gpu/drm/drm_drv.c static void drm_minor_free(struct drm_device *dev, unsigned int type)
type              163 drivers/gpu/drm/drm_drv.c 	slot = drm_minor_get_slot(dev, type);
type              178 drivers/gpu/drm/drm_drv.c static int drm_minor_register(struct drm_device *dev, unsigned int type)
type              186 drivers/gpu/drm/drm_drv.c 	minor = *drm_minor_get_slot(dev, type);
type              213 drivers/gpu/drm/drm_drv.c static void drm_minor_unregister(struct drm_device *dev, unsigned int type)
type              218 drivers/gpu/drm/drm_drv.c 	minor = *drm_minor_get_slot(dev, type);
type             1891 drivers/gpu/drm/drm_edid.c 		cur_mode->type &= ~DRM_MODE_TYPE_PREFERRED;
type             1912 drivers/gpu/drm/drm_edid.c 	preferred_mode->type |= DRM_MODE_TYPE_PREFERRED;
type             2377 drivers/gpu/drm/drm_edid.c 	mode->type = DRM_MODE_TYPE_DRIVER;
type             2578 drivers/gpu/drm/drm_edid.c 	if (data->type != EDID_DETAIL_MONITOR_RANGE)
type             2659 drivers/gpu/drm/drm_edid.c 	if (data->type == EDID_DETAIL_EST_TIMINGS)
type             2710 drivers/gpu/drm/drm_edid.c 	if (data->type == EDID_DETAIL_STD_MODES) {
type             2818 drivers/gpu/drm/drm_edid.c 	if (data->type == EDID_DETAIL_CVT_3BYTE)
type             2854 drivers/gpu/drm/drm_edid.c 			newmode->type |= DRM_MODE_TYPE_PREFERRED;
type             3899 drivers/gpu/drm/drm_edid.c 	const char *type;
type             3907 drivers/gpu/drm/drm_edid.c 		type = "CEA";
type             3914 drivers/gpu/drm/drm_edid.c 			type = "HDMI";
type             3933 drivers/gpu/drm/drm_edid.c 		  type, vic, mode->clock, clock);
type             4020 drivers/gpu/drm/drm_edid.c 	if (t->data.other_data.type == EDID_DETAIL_MONITOR_NAME)
type             4776 drivers/gpu/drm/drm_edid.c 	mode->type = DRM_MODE_TYPE_DRIVER;
type             4779 drivers/gpu/drm/drm_edid.c 		mode->type |= DRM_MODE_TYPE_PREFERRED;
type             4985 drivers/gpu/drm/drm_edid.c 			mode->type |= DRM_MODE_TYPE_PREFERRED;
type               62 drivers/gpu/drm/drm_encoder_slave.c 	request_module("%s%s", I2C_MODULE_PREFIX, info->type);
type             1661 drivers/gpu/drm/drm_fb_helper.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type              166 drivers/gpu/drm/drm_ioc32.c 	enum drm_map_type type;	/* Type of memory to map */
type              190 drivers/gpu/drm/drm_ioc32.c 	m32.type = map.type;
type              213 drivers/gpu/drm/drm_ioc32.c 	map.type = m32.type;
type              226 drivers/gpu/drm/drm_ioc32.c 				   map.handle, m32.type, m32.offset);
type              290 drivers/gpu/drm/drm_ioc32.c 		enum drm_stat_type type;
type              680 drivers/gpu/drm/drm_ioc32.c 	u32 type;	/**< Type of memory to allocate */
type              696 drivers/gpu/drm/drm_ioc32.c 	request.type = req32.type;
type              806 drivers/gpu/drm/drm_ioc32.c 	unsigned int type;
type              825 drivers/gpu/drm/drm_ioc32.c 	enum drm_vblank_seq_type type;
type              831 drivers/gpu/drm/drm_ioc32.c 	enum drm_vblank_seq_type type;
type              853 drivers/gpu/drm/drm_ioc32.c 	req.request.type = req32.request.type;
type              860 drivers/gpu/drm/drm_ioc32.c 	req32.reply.type = req.reply.type;
type              363 drivers/gpu/drm/drm_lease.c 		if (objects[o]->type == DRM_MODE_OBJECT_CRTC && has_crtc == -1) {
type              366 drivers/gpu/drm/drm_lease.c 		if (objects[o]->type == DRM_MODE_OBJECT_CONNECTOR && has_connector == -1)
type              370 drivers/gpu/drm/drm_lease.c 			if (objects[o]->type == DRM_MODE_OBJECT_PLANE && has_plane == -1)
type              408 drivers/gpu/drm/drm_lease.c 		if (!drm_mode_object_lease_required(objects[o]->type)) {
type              442 drivers/gpu/drm/drm_lease.c 		if (obj->type == DRM_MODE_OBJECT_CRTC && !universal_planes) {
type              131 drivers/gpu/drm/drm_memory.c 	if (dev->agp && dev->agp->cant_use_aperture && map->type == _DRM_AGP)
type              140 drivers/gpu/drm/drm_memory.c 	if (dev->agp && dev->agp->cant_use_aperture && map->type == _DRM_AGP)
type              152 drivers/gpu/drm/drm_memory.c 	if (dev->agp && dev->agp->cant_use_aperture && map->type == _DRM_AGP)
type              422 drivers/gpu/drm/drm_mipi_dbi.c 	mode->type |= DRM_MODE_TYPE_PREFERRED;
type              137 drivers/gpu/drm/drm_mipi_dsi.c 	dsi->dev.type = &mipi_dsi_device_type;
type              162 drivers/gpu/drm/drm_mipi_dsi.c 	if (of_modalias_node(node, info.type, sizeof(info.type)) < 0) {
type              226 drivers/gpu/drm/drm_mipi_dsi.c 	strlcpy(dsi->name, info->type, sizeof(dsi->name));
type              369 drivers/gpu/drm/drm_mipi_dsi.c bool mipi_dsi_packet_format_is_short(u8 type)
type              371 drivers/gpu/drm/drm_mipi_dsi.c 	switch (type) {
type              406 drivers/gpu/drm/drm_mipi_dsi.c bool mipi_dsi_packet_format_is_long(u8 type)
type              408 drivers/gpu/drm/drm_mipi_dsi.c 	switch (type) {
type              446 drivers/gpu/drm/drm_mipi_dsi.c 	if (!mipi_dsi_packet_format_is_short(msg->type) &&
type              447 drivers/gpu/drm/drm_mipi_dsi.c 	    !mipi_dsi_packet_format_is_long(msg->type))
type              454 drivers/gpu/drm/drm_mipi_dsi.c 	packet->header[0] = ((msg->channel & 0x3) << 6) | (msg->type & 0x3f);
type              465 drivers/gpu/drm/drm_mipi_dsi.c 	if (mipi_dsi_packet_format_is_long(msg->type)) {
type              494 drivers/gpu/drm/drm_mipi_dsi.c 		.type = MIPI_DSI_SHUTDOWN_PERIPHERAL,
type              514 drivers/gpu/drm/drm_mipi_dsi.c 		.type = MIPI_DSI_TURN_ON_PERIPHERAL,
type              539 drivers/gpu/drm/drm_mipi_dsi.c 		.type = MIPI_DSI_SET_MAXIMUM_RETURN_PACKET_SIZE,
type              572 drivers/gpu/drm/drm_mipi_dsi.c 		msg.type = MIPI_DSI_GENERIC_SHORT_WRITE_0_PARAM;
type              576 drivers/gpu/drm/drm_mipi_dsi.c 		msg.type = MIPI_DSI_GENERIC_SHORT_WRITE_1_PARAM;
type              580 drivers/gpu/drm/drm_mipi_dsi.c 		msg.type = MIPI_DSI_GENERIC_SHORT_WRITE_2_PARAM;
type              584 drivers/gpu/drm/drm_mipi_dsi.c 		msg.type = MIPI_DSI_GENERIC_LONG_WRITE;
type              619 drivers/gpu/drm/drm_mipi_dsi.c 		msg.type = MIPI_DSI_GENERIC_READ_REQUEST_0_PARAM;
type              623 drivers/gpu/drm/drm_mipi_dsi.c 		msg.type = MIPI_DSI_GENERIC_READ_REQUEST_1_PARAM;
type              627 drivers/gpu/drm/drm_mipi_dsi.c 		msg.type = MIPI_DSI_GENERIC_READ_REQUEST_2_PARAM;
type              664 drivers/gpu/drm/drm_mipi_dsi.c 		msg.type = MIPI_DSI_DCS_SHORT_WRITE;
type              668 drivers/gpu/drm/drm_mipi_dsi.c 		msg.type = MIPI_DSI_DCS_SHORT_WRITE_PARAM;
type              672 drivers/gpu/drm/drm_mipi_dsi.c 		msg.type = MIPI_DSI_DCS_LONG_WRITE;
type              738 drivers/gpu/drm/drm_mipi_dsi.c 		.type = MIPI_DSI_DCS_READ,
type               56 drivers/gpu/drm/drm_mode_object.c 		obj->type = obj_type;
type              124 drivers/gpu/drm/drm_mode_object.c bool drm_mode_object_lease_required(uint32_t type)
type              126 drivers/gpu/drm/drm_mode_object.c 	switch(type) {
type              138 drivers/gpu/drm/drm_mode_object.c 					       uint32_t id, uint32_t type)
type              144 drivers/gpu/drm/drm_mode_object.c 	if (obj && type != DRM_MODE_OBJECT_ANY && obj->type != type)
type              149 drivers/gpu/drm/drm_mode_object.c 	if (obj && drm_mode_object_lease_required(obj->type) &&
type              175 drivers/gpu/drm/drm_mode_object.c 		uint32_t id, uint32_t type)
type              179 drivers/gpu/drm/drm_mode_object.c 	obj = __drm_mode_object_find(dev, file_priv, id, type);
type              238 drivers/gpu/drm/drm_mode_object.c 			obj->type);
type              444 drivers/gpu/drm/drm_mode_object.c 	switch (obj->type) {
type              481 drivers/gpu/drm/drm_mode_object.c 		if (obj->type != DRM_MODE_OBJECT_CONNECTOR) {
type             1109 drivers/gpu/drm/drm_modes.c 	if (mode->type & ~DRM_MODE_TYPE_ALL)
type             1328 drivers/gpu/drm/drm_modes.c 	diff = ((b->type & DRM_MODE_TYPE_PREFERRED) != 0) -
type             1329 drivers/gpu/drm/drm_modes.c 		((a->type & DRM_MODE_TYPE_PREFERRED) != 0);
type             1398 drivers/gpu/drm/drm_modes.c 			} else if ((mode->type & DRM_MODE_TYPE_PREFERRED) == 0 &&
type             1399 drivers/gpu/drm/drm_modes.c 				   (pmode->type & DRM_MODE_TYPE_PREFERRED) != 0) {
type             1400 drivers/gpu/drm/drm_modes.c 				pmode->type |= mode->type;
type             1403 drivers/gpu/drm/drm_modes.c 				mode->type |= pmode->type;
type             1911 drivers/gpu/drm/drm_modes.c 	mode->type |= DRM_MODE_TYPE_USERDEF;
type             1951 drivers/gpu/drm/drm_modes.c 	out->type = in->type;
type             2017 drivers/gpu/drm/drm_modes.c 	out->type = in->type & DRM_MODE_TYPE_ALL;
type              178 drivers/gpu/drm/drm_plane.c 			     enum drm_plane_type type,
type              260 drivers/gpu/drm/drm_plane.c 	plane->type = type;
type              267 drivers/gpu/drm/drm_plane.c 				   plane->type);
type              338 drivers/gpu/drm/drm_plane.c 	enum drm_plane_type type;
type              340 drivers/gpu/drm/drm_plane.c 	type = is_primary ? DRM_PLANE_TYPE_PRIMARY : DRM_PLANE_TYPE_OVERLAY;
type              343 drivers/gpu/drm/drm_plane.c 					NULL, type, NULL);
type              496 drivers/gpu/drm/drm_plane.c 		if (plane->type != DRM_PLANE_TYPE_OVERLAY &&
type             1169 drivers/gpu/drm/drm_plane.c 		e->event.base.type = DRM_EVENT_FLIP_COMPLETE;
type              178 drivers/gpu/drm/drm_property.c 					    props[i].type,
type              226 drivers/gpu/drm/drm_property.c 		if (!(supported_bits & (1ULL << props[i].type)))
type              230 drivers/gpu/drm/drm_property.c 					    props[i].type,
type              334 drivers/gpu/drm/drm_property.c 						uint32_t type)
type              347 drivers/gpu/drm/drm_property.c 	property->values[0] = type;
type              394 drivers/gpu/drm/drm_sysfs.c 	if (minor->type == DRM_MINOR_RENDER)
type              406 drivers/gpu/drm/drm_sysfs.c 	kdev->type = &drm_sysfs_device_minor;
type              835 drivers/gpu/drm/drm_vblank.c 	switch (e->event.base.type) {
type             1469 drivers/gpu/drm/drm_vblank.c 	e->event.base.type = DRM_EVENT_VBLANK;
type             1534 drivers/gpu/drm/drm_vblank.c 		(vblwait->request.type & (_DRM_VBLANK_TYPES_MASK |
type             1586 drivers/gpu/drm/drm_vblank.c 	if (vblwait->request.type & _DRM_VBLANK_SIGNAL)
type             1589 drivers/gpu/drm/drm_vblank.c 	if (vblwait->request.type &
type             1593 drivers/gpu/drm/drm_vblank.c 			  vblwait->request.type,
type             1599 drivers/gpu/drm/drm_vblank.c 	flags = vblwait->request.type & _DRM_VBLANK_FLAGS_MASK;
type             1600 drivers/gpu/drm/drm_vblank.c 	high_pipe = (vblwait->request.type & _DRM_VBLANK_HIGH_CRTC_MASK);
type             1643 drivers/gpu/drm/drm_vblank.c 	switch (vblwait->request.type & _DRM_VBLANK_TYPES_MASK) {
type             1647 drivers/gpu/drm/drm_vblank.c 		vblwait->request.type &= ~_DRM_VBLANK_RELATIVE;
type             1660 drivers/gpu/drm/drm_vblank.c 		vblwait->request.type &= ~_DRM_VBLANK_NEXTONMISS;
type             1935 drivers/gpu/drm/drm_vblank.c 	e->event.base.type = DRM_EVENT_CRTC_SEQUENCE;
type               79 drivers/gpu/drm/drm_vm.c 	if (map->type == _DRM_REGISTERS && !(map->flags & _DRM_WRITE_COMBINING))
type              140 drivers/gpu/drm/drm_vm.c 	if (map && map->type == _DRM_AGP) {
type              274 drivers/gpu/drm/drm_vm.c 			switch (map->type) {
type              585 drivers/gpu/drm/drm_vm.c 	switch (map->type) {
type              613 drivers/gpu/drm/drm_vm.c 			  map->type,
type              625 drivers/gpu/drm/drm_vm.c 		vma->vm_page_prot = drm_dma_prot(map->type, vma);
type              634 drivers/gpu/drm/drm_vm.c 		vma->vm_page_prot = drm_dma_prot(map->type, vma);
type               59 drivers/gpu/drm/drm_vram_mm_helper.c static int bo_driver_init_mem_type(struct ttm_bo_device *bdev, uint32_t type,
type               62 drivers/gpu/drm/drm_vram_mm_helper.c 	switch (type) {
type               68 drivers/gpu/drm/etnaviv/etnaviv_dump.c 	u32 type, void *data_end)
type               73 drivers/gpu/drm/etnaviv/etnaviv_dump.c 	hdr->type = cpu_to_le32(type);
type              103 drivers/gpu/drm/etnaviv/etnaviv_dump.c static void etnaviv_core_dump_mem(struct core_dump_iterator *iter, u32 type,
type              110 drivers/gpu/drm/etnaviv/etnaviv_dump.c 	etnaviv_core_dump_header(iter, type, iter->data + size);
type               24 drivers/gpu/drm/etnaviv/etnaviv_dump.h 	__le32 type;
type              443 drivers/gpu/drm/etnaviv/etnaviv_gem.c 	const char *type, struct seq_file *m)
type              447 drivers/gpu/drm/etnaviv/etnaviv_gem.c 			   type,
type              629 drivers/gpu/drm/exynos/exynos5433_drm_decon.c 		ctx->configs[win].type = decon_win_types[win];
type              629 drivers/gpu/drm/exynos/exynos7_drm_decon.c 		ctx->configs[i].type = decon_win_types[i];
type               90 drivers/gpu/drm/exynos/exynos_dp.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              174 drivers/gpu/drm/exynos/exynos_drm_crtc.c 					enum exynos_drm_output_type type,
type              186 drivers/gpu/drm/exynos/exynos_drm_crtc.c 	exynos_crtc->type = type;
type              213 drivers/gpu/drm/exynos/exynos_drm_crtc.c 		if (to_exynos_crtc(crtc)->type == out_type)
type               82 drivers/gpu/drm/exynos/exynos_drm_dpi.c 		mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              112 drivers/gpu/drm/exynos/exynos_drm_drv.h 	enum drm_plane_type type;
type              171 drivers/gpu/drm/exynos/exynos_drm_drv.h 	enum exynos_drm_output_type	type;
type             1297 drivers/gpu/drm/exynos/exynos_drm_fimc.c 		formats[i].type = DRM_EXYNOS_IPP_FORMAT_SOURCE |
type             1314 drivers/gpu/drm/exynos/exynos_drm_fimc.c 		formats[j].type = DRM_EXYNOS_IPP_FORMAT_SOURCE |
type             1069 drivers/gpu/drm/exynos/exynos_drm_fimd.c 		ctx->configs[i].type = fimd_win_types[i];
type             1174 drivers/gpu/drm/exynos/exynos_drm_g2d.c 		e->event.base.type = DRM_EXYNOS_G2D_EVENT;
type             1240 drivers/gpu/drm/exynos/exynos_drm_gsc.c 		formats[i].type = DRM_EXYNOS_IPP_FORMAT_SOURCE |
type             1250 drivers/gpu/drm/exynos/exynos_drm_gsc.c 		formats[j].type = DRM_EXYNOS_IPP_FORMAT_SOURCE |
type              174 drivers/gpu/drm/exynos/exynos_drm_ipp.c 				.type = ipp->formats[i].type,
type              190 drivers/gpu/drm/exynos/exynos_drm_ipp.c 				uint64_t mod, unsigned int type)
type              195 drivers/gpu/drm/exynos/exynos_drm_ipp.c 		if ((ipp->formats[i].type & type) &&
type              225 drivers/gpu/drm/exynos/exynos_drm_ipp.c 	if (resp->type != DRM_EXYNOS_IPP_FORMAT_SOURCE &&
type              226 drivers/gpu/drm/exynos/exynos_drm_ipp.c 	    resp->type != DRM_EXYNOS_IPP_FORMAT_DESTINATION)
type              234 drivers/gpu/drm/exynos/exynos_drm_ipp.c 				  resp->type);
type              439 drivers/gpu/drm/exynos/exynos_drm_ipp.c 			if (((l->type & DRM_EXYNOS_IPP_LIMIT_TYPE_MASK) !=
type              441 drivers/gpu/drm/exynos/exynos_drm_ipp.c 			    ((l->type & DRM_EXYNOS_IPP_LIMIT_SIZE_MASK) !=
type              529 drivers/gpu/drm/exynos/exynos_drm_ipp.c 		if ((limits->type & DRM_EXYNOS_IPP_LIMIT_TYPE_MASK) ==
type              704 drivers/gpu/drm/exynos/exynos_drm_ipp.c 	e->event.base.type = DRM_EXYNOS_IPP_EVENT;
type              105 drivers/gpu/drm/exynos/exynos_drm_ipp.h 	uint32_t type;
type              115 drivers/gpu/drm/exynos/exynos_drm_ipp.h 	.type = (DRM_EXYNOS_IPP_FORMAT_SOURCE | \
type              121 drivers/gpu/drm/exynos/exynos_drm_ipp.h 	.type = (DRM_EXYNOS_IPP_LIMIT_TYPE_SIZE | \
type              125 drivers/gpu/drm/exynos/exynos_drm_ipp.h 	.type = (DRM_EXYNOS_IPP_LIMIT_TYPE_SCALE), val
type              309 drivers/gpu/drm/exynos/exynos_drm_plane.c 				       NULL, config->type, NULL);
type              393 drivers/gpu/drm/exynos/exynos_drm_vidi.c 		plane_config.type = vidi_win_types[i];
type               96 drivers/gpu/drm/exynos/exynos_hdmi.c 	unsigned int type;
type              636 drivers/gpu/drm/exynos/exynos_hdmi.c 	.type		= HDMI_TYPE13,
type              643 drivers/gpu/drm/exynos/exynos_hdmi.c 	.type		= HDMI_TYPE14,
type              650 drivers/gpu/drm/exynos/exynos_hdmi.c 	.type		= HDMI_TYPE14,
type              658 drivers/gpu/drm/exynos/exynos_hdmi.c 	.type		= HDMI_TYPE14,
type              669 drivers/gpu/drm/exynos/exynos_hdmi.c 		return hdmi_reg_map[reg_id & 0xffff][hdata->drv_data->type];
type             1154 drivers/gpu/drm/exynos/exynos_hdmi.c 	if (hdata->drv_data->type == HDMI_TYPE13) {
type             1393 drivers/gpu/drm/exynos/exynos_hdmi.c 	if (hdata->drv_data->type == HDMI_TYPE13)
type              125 drivers/gpu/drm/exynos/exynos_mixer.c 		.type = DRM_PLANE_TYPE_PRIMARY,
type              134 drivers/gpu/drm/exynos/exynos_mixer.c 		.type = DRM_PLANE_TYPE_CURSOR,
type              143 drivers/gpu/drm/exynos/exynos_mixer.c 		.type = DRM_PLANE_TYPE_OVERLAY,
type              152 drivers/gpu/drm/gma500/cdv_device.c 	props.type = BACKLIGHT_PLATFORM;
type              294 drivers/gpu/drm/gma500/cdv_intel_crt.c 	gma_encoder->type = INTEL_OUTPUT_ANALOG;
type              600 drivers/gpu/drm/gma500/cdv_intel_display.c 		switch (gma_encoder->type) {
type              315 drivers/gpu/drm/gma500/cdv_intel_dp.c 	return encoder->type == INTEL_OUTPUT_EDP;
type             1010 drivers/gpu/drm/gma500/cdv_intel_dp.c 		if (intel_encoder->type == INTEL_OUTPUT_DISPLAYPORT) {
type             1789 drivers/gpu/drm/gma500/cdv_intel_dp.c 					if (newmode->type & DRM_MODE_TYPE_PREFERRED) {
type             1803 drivers/gpu/drm/gma500/cdv_intel_dp.c 				intel_dp->panel_fixed_mode->type |=
type             2003 drivers/gpu/drm/gma500/cdv_intel_dp.c 	int type = DRM_MODE_CONNECTOR_DisplayPort;
type             2016 drivers/gpu/drm/gma500/cdv_intel_dp.c 		type = DRM_MODE_CONNECTOR_eDP;
type             2021 drivers/gpu/drm/gma500/cdv_intel_dp.c 	drm_connector_init(dev, connector, &cdv_intel_dp_connector_funcs, type);
type             2027 drivers/gpu/drm/gma500/cdv_intel_dp.c 	if (type == DRM_MODE_CONNECTOR_DisplayPort)
type             2028 drivers/gpu/drm/gma500/cdv_intel_dp.c 		gma_encoder->type = INTEL_OUTPUT_DISPLAYPORT;
type             2030 drivers/gpu/drm/gma500/cdv_intel_dp.c 		gma_encoder->type = INTEL_OUTPUT_EDP;
type              318 drivers/gpu/drm/gma500/cdv_intel_hdmi.c 	gma_encoder->type = INTEL_OUTPUT_HDMI;
type              151 drivers/gpu/drm/gma500/cdv_intel_lvds.c 	if (dev_priv->lvds_bl->type == BLC_I2C_TYPE)
type              625 drivers/gpu/drm/gma500/cdv_intel_lvds.c 	gma_encoder->type = INTEL_OUTPUT_LVDS;
type              685 drivers/gpu/drm/gma500/cdv_intel_lvds.c 		if (scan->type & DRM_MODE_TYPE_PREFERRED) {
type              697 drivers/gpu/drm/gma500/cdv_intel_lvds.c 			mode_dev->panel_fixed_mode->type |=
type              715 drivers/gpu/drm/gma500/cdv_intel_lvds.c 			mode_dev->panel_fixed_mode->type |=
type              584 drivers/gpu/drm/gma500/framebuffer.c 		switch (gma_encoder->type) {
type               26 drivers/gpu/drm/gma500/gma_display.c bool gma_pipe_has_type(struct drm_crtc *crtc, int type)
type               36 drivers/gpu/drm/gma500/gma_display.c 			if (gma_encoder->type == type)
type               56 drivers/gpu/drm/gma500/gma_display.h extern bool gma_pipe_has_type(struct drm_crtc *crtc, int type);
type               29 drivers/gpu/drm/gma500/gtt.c static inline uint32_t psb_gtt_mask_pte(uint32_t pfn, int type)
type               37 drivers/gpu/drm/gma500/gtt.c 	if (type & PSB_MMU_CACHED_MEMORY)
type               39 drivers/gpu/drm/gma500/gtt.c 	if (type & PSB_MMU_RO_MEMORY)
type               41 drivers/gpu/drm/gma500/gtt.c 	if (type & PSB_MMU_WO_MEMORY)
type              167 drivers/gpu/drm/gma500/intel_bios.c 	panel_fixed_mode->type = DRM_MODE_TYPE_PREFERRED;
type               35 drivers/gpu/drm/gma500/intel_bios.h 	u8 type; /* 0 == desktop, 1 == mobile */
type              248 drivers/gpu/drm/gma500/intel_bios.h 	u8 type:2;
type              121 drivers/gpu/drm/gma500/mdfld_device.c 	props.type = BACKLIGHT_PLATFORM;
type              586 drivers/gpu/drm/gma500/mdfld_dsi_output.c 	encoder->base.type = (pipe == 0) ? INTEL_OUTPUT_MIPI :
type              739 drivers/gpu/drm/gma500/mdfld_intel_display.c 		switch (gma_encoder->type) {
type               91 drivers/gpu/drm/gma500/mdfld_tmd_vid.c 	mode->type |= DRM_MODE_TYPE_PREFERRED;
type               51 drivers/gpu/drm/gma500/mdfld_tpo_vid.c 	mode->type |= DRM_MODE_TYPE_PREFERRED;
type              151 drivers/gpu/drm/gma500/mmu.c static inline uint32_t psb_mmu_mask_pte(uint32_t pfn, int type)
type              155 drivers/gpu/drm/gma500/mmu.c 	if (type & PSB_MMU_CACHED_MEMORY)
type              157 drivers/gpu/drm/gma500/mmu.c 	if (type & PSB_MMU_RO_MEMORY)
type              159 drivers/gpu/drm/gma500/mmu.c 	if (type & PSB_MMU_WO_MEMORY)
type              652 drivers/gpu/drm/gma500/mmu.c 				int type)
type              675 drivers/gpu/drm/gma500/mmu.c 			pte = psb_mmu_mask_pte(start_pfn++, type);
type              699 drivers/gpu/drm/gma500/mmu.c 			 int type)
type              738 drivers/gpu/drm/gma500/mmu.c 						       type);
type               73 drivers/gpu/drm/gma500/mmu.h 				       uint32_t num_pages, int type);
type               80 drivers/gpu/drm/gma500/mmu.h 				uint32_t hw_tile_stride, int type);
type              400 drivers/gpu/drm/gma500/oaktrail_crtc.c 		switch (gma_encoder->type) {
type              145 drivers/gpu/drm/gma500/oaktrail_device.c 	props.type = BACKLIGHT_PLATFORM;
type              662 drivers/gpu/drm/gma500/oaktrail_hdmi.c 	gma_encoder->type = INTEL_OUTPUT_HDMI;
type              317 drivers/gpu/drm/gma500/oaktrail_lvds.c 	gma_encoder->type = INTEL_OUTPUT_LVDS;
type              372 drivers/gpu/drm/gma500/oaktrail_lvds.c 			if (scan->type & DRM_MODE_TYPE_PREFERRED) {
type              387 drivers/gpu/drm/gma500/oaktrail_lvds.c 		mode_dev->panel_fixed_mode->type |= DRM_MODE_TYPE_PREFERRED;
type              119 drivers/gpu/drm/gma500/psb_device.c 	props.type = BACKLIGHT_PLATFORM;
type              377 drivers/gpu/drm/gma500/psb_drv.c 		switch (gma_encoder->type) {
type              125 drivers/gpu/drm/gma500/psb_intel_display.c 		switch (gma_encoder->type) {
type              554 drivers/gpu/drm/gma500/psb_intel_display.c 		if (type_mask & (1 << gma_encoder->type))
type              111 drivers/gpu/drm/gma500/psb_intel_drv.h 	int type;
type              171 drivers/gpu/drm/gma500/psb_intel_lvds.c 	if (dev_priv->lvds_bl->type == BLC_I2C_TYPE)
type              341 drivers/gpu/drm/gma500/psb_intel_lvds.c 	if (gma_encoder->type == INTEL_OUTPUT_MIPI2)
type              373 drivers/gpu/drm/gma500/psb_intel_lvds.c 	if (gma_encoder->type == INTEL_OUTPUT_MIPI2)
type              691 drivers/gpu/drm/gma500/psb_intel_lvds.c 	gma_encoder->type = INTEL_OUTPUT_LVDS;
type              746 drivers/gpu/drm/gma500/psb_intel_lvds.c 		if (scan->type & DRM_MODE_TYPE_PREFERRED) {
type              760 drivers/gpu/drm/gma500/psb_intel_lvds.c 			mode_dev->panel_fixed_mode->type |=
type              780 drivers/gpu/drm/gma500/psb_intel_lvds.c 			mode_dev->panel_fixed_mode->type |=
type              217 drivers/gpu/drm/gma500/psb_intel_sdvo.c 			      int type);
type              869 drivers/gpu/drm/gma500/psb_intel_sdvo.c 		.type = DIP_TYPE_AVI,
type             1242 drivers/gpu/drm/gma500/psb_intel_sdvo.c 		if (iout->type != INTEL_OUTPUT_SDVO)
type             1605 drivers/gpu/drm/gma500/psb_intel_sdvo.c 			newmode->type = (DRM_MODE_TYPE_PREFERRED |
type             1613 drivers/gpu/drm/gma500/psb_intel_sdvo.c 		if (newmode->type & DRM_MODE_TYPE_PREFERRED) {
type             2088 drivers/gpu/drm/gma500/psb_intel_sdvo.c psb_intel_sdvo_tv_init(struct psb_intel_sdvo *psb_intel_sdvo, int type)
type             2104 drivers/gpu/drm/gma500/psb_intel_sdvo.c 	psb_intel_sdvo->controlled_output |= type;
type             2105 drivers/gpu/drm/gma500/psb_intel_sdvo.c 	psb_intel_sdvo_connector->output_flag = type;
type             2113 drivers/gpu/drm/gma500/psb_intel_sdvo.c 	if (!psb_intel_sdvo_tv_create_property(psb_intel_sdvo, psb_intel_sdvo_connector, type))
type             2258 drivers/gpu/drm/gma500/psb_intel_sdvo.c 					  int type)
type             2264 drivers/gpu/drm/gma500/psb_intel_sdvo.c 	if (!psb_intel_sdvo_set_target_output(psb_intel_sdvo, type))
type             2535 drivers/gpu/drm/gma500/psb_intel_sdvo.c 	gma_encoder->type = INTEL_OUTPUT_SDVO;
type              614 drivers/gpu/drm/gma500/tc35876x-dsi-lvds.c 	mode->type |= DRM_MODE_TYPE_PREFERRED;
type              759 drivers/gpu/drm/gma500/tc35876x-dsi-lvds.c 		.type = "cmi-lcd",
type              221 drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_fbdev.c 			 "...\n", fix->smem_start, fix->smem_len, fix->type,
type               71 drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c 				enum drm_plane_type type,
type               79 drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c 				       NULL, type, NULL);
type              109 drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c 	enum drm_plane_type type;
type              134 drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c 			type = DRM_PLANE_TYPE_PRIMARY;
type              136 drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c 			type = DRM_PLANE_TYPE_OVERLAY;
type              138 drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c 					   type, driver_data);
type              110 drivers/gpu/drm/i2c/ch7006_mode.c 			.type = DRM_MODE_TYPE_DRIVER,			\
type              836 drivers/gpu/drm/i2c/tda998x_drv.c 			frame->any.type, len);
type             1941 drivers/gpu/drm/i2c/tda998x_drv.c 	strlcpy(cec_info.type, "tda9950", sizeof(cec_info.type));
type              310 drivers/gpu/drm/i810/i810_dma.c 		buf_priv->map.type = _DRM_AGP;
type              330 drivers/gpu/drm/i810/i810_dma.c 		    r_list->map->type == _DRM_SHM &&
type              367 drivers/gpu/drm/i810/i810_dma.c 	dev_priv->ring.map.type = _DRM_AGP;
type             1400 drivers/gpu/drm/i915/display/icl_dsi.c 	if (mipi_dsi_packet_format_is_long(msg->type)) {
type             1585 drivers/gpu/drm/i915/display/icl_dsi.c 	encoder->type = INTEL_OUTPUT_DSI;
type               57 drivers/gpu/drm/i915/display/intel_acpi.c static char *intel_dsm_mux_type(u8 type)
type               59 drivers/gpu/drm/i915/display/intel_acpi.c 	switch (type) {
type              943 drivers/gpu/drm/i915/display/intel_audio.c 		    encoder->type == INTEL_OUTPUT_DP_MST)
type              956 drivers/gpu/drm/i915/display/intel_audio.c 		if (encoder->type == INTEL_OUTPUT_DP_MST)
type              135 drivers/gpu/drm/i915/display/intel_bios.c 	panel_fixed_mode->type = DRM_MODE_TYPE_PREFERRED;
type              322 drivers/gpu/drm/i915/display/intel_bios.c 	dev_priv->vbt.backlight.present = entry->type == BDB_BACKLIGHT_TYPE_PWM;
type              325 drivers/gpu/drm/i915/display/intel_bios.c 			      entry->type);
type              329 drivers/gpu/drm/i915/display/intel_bios.c 	dev_priv->vbt.backlight.type = INTEL_BACKLIGHT_DISPLAY_DDI;
type              335 drivers/gpu/drm/i915/display/intel_bios.c 		dev_priv->vbt.backlight.type = method->type;
type              610 drivers/gpu/drm/i915/display/intel_crt.c 	BUG_ON(crt->base.type != INTEL_OUTPUT_ANALOG);
type             1001 drivers/gpu/drm/i915/display/intel_crt.c 	crt->base.type = INTEL_OUTPUT_ANALOG;
type              850 drivers/gpu/drm/i915/display/intel_ddi.c icl_get_combo_buf_trans(struct drm_i915_private *dev_priv, int type, int rate,
type              853 drivers/gpu/drm/i915/display/intel_ddi.c 	if (type == INTEL_OUTPUT_HDMI) {
type              856 drivers/gpu/drm/i915/display/intel_ddi.c 	} else if (rate > 540000 && type == INTEL_OUTPUT_EDP) {
type              859 drivers/gpu/drm/i915/display/intel_ddi.c 	} else if (type == INTEL_OUTPUT_EDP && dev_priv->vbt.edp.low_vswing) {
type             1074 drivers/gpu/drm/i915/display/intel_ddi.c 		WARN_ON(encoder->type != INTEL_OUTPUT_ANALOG);
type             1912 drivers/gpu/drm/i915/display/intel_ddi.c 	int type = intel_connector->base.connector_type;
type             1940 drivers/gpu/drm/i915/display/intel_ddi.c 		ret = type == DRM_MODE_CONNECTOR_HDMIA;
type             1944 drivers/gpu/drm/i915/display/intel_ddi.c 		ret = type == DRM_MODE_CONNECTOR_eDP ||
type             1945 drivers/gpu/drm/i915/display/intel_ddi.c 		      type == DRM_MODE_CONNECTOR_DisplayPort;
type             1955 drivers/gpu/drm/i915/display/intel_ddi.c 		ret = type == DRM_MODE_CONNECTOR_VGA;
type             2198 drivers/gpu/drm/i915/display/intel_ddi.c 			       int level, enum intel_output_type type)
type             2205 drivers/gpu/drm/i915/display/intel_ddi.c 	if (type == INTEL_OUTPUT_HDMI)
type             2214 drivers/gpu/drm/i915/display/intel_ddi.c 		if (type == INTEL_OUTPUT_HDMI)
type             2216 drivers/gpu/drm/i915/display/intel_ddi.c 		else if (type == INTEL_OUTPUT_EDP)
type             2242 drivers/gpu/drm/i915/display/intel_ddi.c 				    int level, enum intel_output_type type)
type             2249 drivers/gpu/drm/i915/display/intel_ddi.c 	if (type == INTEL_OUTPUT_HDMI)
type             2251 drivers/gpu/drm/i915/display/intel_ddi.c 	else if (type == INTEL_OUTPUT_EDP)
type             2278 drivers/gpu/drm/i915/display/intel_ddi.c 			icl_get_combo_buf_trans(dev_priv, encoder->type,
type             2283 drivers/gpu/drm/i915/display/intel_ddi.c 		if (encoder->type == INTEL_OUTPUT_EDP)
type             2288 drivers/gpu/drm/i915/display/intel_ddi.c 		if (encoder->type == INTEL_OUTPUT_EDP)
type             2293 drivers/gpu/drm/i915/display/intel_ddi.c 		if (encoder->type == INTEL_OUTPUT_EDP)
type             2329 drivers/gpu/drm/i915/display/intel_ddi.c 				   int level, enum intel_output_type type)
type             2337 drivers/gpu/drm/i915/display/intel_ddi.c 	if (type == INTEL_OUTPUT_HDMI)
type             2339 drivers/gpu/drm/i915/display/intel_ddi.c 	else if (type == INTEL_OUTPUT_EDP)
type             2393 drivers/gpu/drm/i915/display/intel_ddi.c 				    int level, enum intel_output_type type)
type             2400 drivers/gpu/drm/i915/display/intel_ddi.c 	if (type == INTEL_OUTPUT_HDMI) {
type             2416 drivers/gpu/drm/i915/display/intel_ddi.c 	if (type != INTEL_OUTPUT_HDMI)
type             2451 drivers/gpu/drm/i915/display/intel_ddi.c 	cnl_ddi_vswing_program(encoder, level, type);
type             2460 drivers/gpu/drm/i915/display/intel_ddi.c 					u32 level, enum phy phy, int type,
type             2467 drivers/gpu/drm/i915/display/intel_ddi.c 	ddi_translations = icl_get_combo_buf_trans(dev_priv, type, rate,
type             2517 drivers/gpu/drm/i915/display/intel_ddi.c 					      enum intel_output_type type)
type             2526 drivers/gpu/drm/i915/display/intel_ddi.c 	if (type == INTEL_OUTPUT_HDMI) {
type             2542 drivers/gpu/drm/i915/display/intel_ddi.c 	if (type == INTEL_OUTPUT_HDMI)
type             2577 drivers/gpu/drm/i915/display/intel_ddi.c 	icl_ddi_combo_vswing_program(dev_priv, level, phy, type, rate);
type             2707 drivers/gpu/drm/i915/display/intel_ddi.c 				    enum intel_output_type type)
type             2713 drivers/gpu/drm/i915/display/intel_ddi.c 		icl_combo_phy_ddi_vswing_sequence(encoder, level, type);
type             2751 drivers/gpu/drm/i915/display/intel_ddi.c 					level, encoder->type);
type             2753 drivers/gpu/drm/i915/display/intel_ddi.c 		cnl_ddi_vswing_sequence(encoder, level, encoder->type);
type             2755 drivers/gpu/drm/i915/display/intel_ddi.c 		bxt_ddi_vswing_sequence(encoder, level, encoder->type);
type             2768 drivers/gpu/drm/i915/display/intel_ddi.c 		skl_ddi_set_iboost(encoder, level, encoder->type);
type             2852 drivers/gpu/drm/i915/display/intel_ddi.c 	if (encoder->type == INTEL_OUTPUT_DP_MST)
type             2871 drivers/gpu/drm/i915/display/intel_ddi.c 	if (encoder->type == INTEL_OUTPUT_DSI) {
type             3198 drivers/gpu/drm/i915/display/intel_ddi.c 					level, encoder->type);
type             3200 drivers/gpu/drm/i915/display/intel_ddi.c 		cnl_ddi_vswing_sequence(encoder, level, encoder->type);
type             3202 drivers/gpu/drm/i915/display/intel_ddi.c 		bxt_ddi_vswing_sequence(encoder, level, encoder->type);
type             3891 drivers/gpu/drm/i915/display/intel_ddi.c 		if (encoder->type == INTEL_OUTPUT_EDP)
type             3912 drivers/gpu/drm/i915/display/intel_ddi.c 	if (encoder->type == INTEL_OUTPUT_EDP && dev_priv->vbt.edp.bpp &&
type             4331 drivers/gpu/drm/i915/display/intel_ddi.c 	intel_encoder->type = INTEL_OUTPUT_DDI;
type             4408 drivers/gpu/drm/i915/display/intel_ddi.c 	if (intel_encoder->type != INTEL_OUTPUT_EDP && init_hdmi) {
type             1999 drivers/gpu/drm/i915/display/intel_display.c 	view->type = I915_GGTT_VIEW_NORMAL;
type             2001 drivers/gpu/drm/i915/display/intel_display.c 		view->type = I915_GGTT_VIEW_ROTATED;
type             2065 drivers/gpu/drm/i915/display/intel_display.c 		 plane_state->view.type == I915_GGTT_VIEW_NORMAL);
type             2808 drivers/gpu/drm/i915/display/intel_display.c 	plane_state->view.type = drm_rotation_90_or_270(rotation) ?
type             7157 drivers/gpu/drm/i915/display/intel_display.c 		if (!encoder || encoder->type == INTEL_OUTPUT_DP_MST)
type             8270 drivers/gpu/drm/i915/display/intel_display.c 	mode->type = DRM_MODE_TYPE_DRIVER;
type             8898 drivers/gpu/drm/i915/display/intel_display.c 		switch (encoder->type) {
type             9324 drivers/gpu/drm/i915/display/intel_display.c 		switch (encoder->type) {
type             11635 drivers/gpu/drm/i915/display/intel_display.c 	return a == b || (a->cloneable & (1 << b->type) &&
type             11636 drivers/gpu/drm/i915/display/intel_display.c 			  b->cloneable & (1 << a->type));
type             11960 drivers/gpu/drm/i915/display/intel_display.c 		      mode->type, mode->flags);
type             12204 drivers/gpu/drm/i915/display/intel_display.c 		switch (encoder->type) {
type             12344 drivers/gpu/drm/i915/display/intel_display.c 			pipe_config->output_types |= BIT(encoder->type);
type             16459 drivers/gpu/drm/i915/display/intel_display.c 			    plane->base.type != DRM_PLANE_TYPE_PRIMARY)
type             16966 drivers/gpu/drm/i915/display/intel_display.c 		if (encoder->type != INTEL_OUTPUT_DP_MST &&
type              551 drivers/gpu/drm/i915/display/intel_display_power.c 		if (encoder->type == INTEL_OUTPUT_DP_MST)
type             1207 drivers/gpu/drm/i915/display/intel_display_power.c 		if (encoder->type == INTEL_OUTPUT_ANALOG)
type              129 drivers/gpu/drm/i915/display/intel_display_types.h 	enum intel_output_type type;
type              334 drivers/gpu/drm/i915/display/intel_display_types.h 				  bool is_repeater, u8 type);
type             1100 drivers/gpu/drm/i915/display/intel_display_types.h 		enum drm_dp_dual_mode_type type;
type             1276 drivers/gpu/drm/i915/display/intel_display_types.h 				unsigned int type,
type             1280 drivers/gpu/drm/i915/display/intel_display_types.h 			       unsigned int type,
type             1363 drivers/gpu/drm/i915/display/intel_display_types.h 	switch (encoder->type) {
type             1405 drivers/gpu/drm/i915/display/intel_display_types.h 	switch (encoder->type) {
type             1495 drivers/gpu/drm/i915/display/intel_display_types.h 		    enum intel_output_type type)
type             1497 drivers/gpu/drm/i915/display/intel_display_types.h 	return crtc_state->output_types & (1 << type);
type              151 drivers/gpu/drm/i915/display/intel_dp.c 	return intel_dig_port->base.type == INTEL_OUTPUT_EDP;
type              260 drivers/gpu/drm/i915/display/intel_dp.c 	int type = intel_dp->downstream_ports[0] & DP_DS_PORT_TYPE_MASK;
type              262 drivers/gpu/drm/i915/display/intel_dp.c 	if (type != DP_DS_PORT_TYPE_VGA)
type              808 drivers/gpu/drm/i915/display/intel_dp.c 		if (encoder->type == INTEL_OUTPUT_EDP) {
type             1003 drivers/gpu/drm/i915/display/intel_dp.c 		if (encoder->type != INTEL_OUTPUT_EDP)
type             2327 drivers/gpu/drm/i915/display/intel_dp.c 		dev_priv->drrs.type == SEAMLESS_DRRS_SUPPORT) {
type             3151 drivers/gpu/drm/i915/display/intel_dp.c 	if (encoder->type == INTEL_OUTPUT_EDP)
type             4996 drivers/gpu/drm/i915/display/intel_dp.c 	u8 type;
type             5028 drivers/gpu/drm/i915/display/intel_dp.c 		type = intel_dp->downstream_ports[0] & DP_DS_PORT_TYPE_MASK;
type             5029 drivers/gpu/drm/i915/display/intel_dp.c 		if (type == DP_DS_PORT_TYPE_VGA ||
type             5030 drivers/gpu/drm/i915/display/intel_dp.c 		    type == DP_DS_PORT_TYPE_NON_EDID)
type             5033 drivers/gpu/drm/i915/display/intel_dp.c 		type = intel_dp->dpcd[DP_DOWNSTREAMPORT_PRESENT] &
type             5035 drivers/gpu/drm/i915/display/intel_dp.c 		if (type == DP_DWN_STRM_PORT_TYPE_ANALOG ||
type             5036 drivers/gpu/drm/i915/display/intel_dp.c 		    type == DP_DWN_STRM_PORT_TYPE_OTHER)
type             6276 drivers/gpu/drm/i915/display/intel_dp.c 	if (long_hpd && intel_dig_port->base.type == INTEL_OUTPUT_EDP) {
type             6671 drivers/gpu/drm/i915/display/intel_dp.c 	if (dev_priv->drrs.type < SEAMLESS_DRRS_SUPPORT) {
type             6841 drivers/gpu/drm/i915/display/intel_dp.c 	if (dev_priv->drrs.type == DRRS_NOT_SUPPORTED)
type             6884 drivers/gpu/drm/i915/display/intel_dp.c 	if (dev_priv->drrs.type == DRRS_NOT_SUPPORTED)
type             6992 drivers/gpu/drm/i915/display/intel_dp.c 	dev_priv->drrs.type = dev_priv->vbt.drrs_type;
type             7146 drivers/gpu/drm/i915/display/intel_dp.c 	int type;
type             7173 drivers/gpu/drm/i915/display/intel_dp.c 		type = DRM_MODE_CONNECTOR_eDP;
type             7175 drivers/gpu/drm/i915/display/intel_dp.c 		type = DRM_MODE_CONNECTOR_DisplayPort;
type             7186 drivers/gpu/drm/i915/display/intel_dp.c 	if (type == DRM_MODE_CONNECTOR_eDP)
type             7187 drivers/gpu/drm/i915/display/intel_dp.c 		intel_encoder->type = INTEL_OUTPUT_EDP;
type             7196 drivers/gpu/drm/i915/display/intel_dp.c 			type == DRM_MODE_CONNECTOR_eDP ? "eDP" : "DP",
type             7199 drivers/gpu/drm/i915/display/intel_dp.c 	drm_connector_init(dev, connector, &intel_dp_connector_funcs, type);
type             7309 drivers/gpu/drm/i915/display/intel_dp.c 	intel_encoder->type = INTEL_OUTPUT_DP;
type             7349 drivers/gpu/drm/i915/display/intel_dp.c 		if (encoder->type != INTEL_OUTPUT_DDI)
type             7370 drivers/gpu/drm/i915/display/intel_dp.c 		if (encoder->type != INTEL_OUTPUT_DDI)
type              271 drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c 	    dev_priv->vbt.backlight.type != INTEL_BACKLIGHT_VESA_EDP_AUX_INTERFACE))
type              615 drivers/gpu/drm/i915/display/intel_dp_mst.c 	intel_encoder->type = INTEL_OUTPUT_DP_MST;
type             2889 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 	primary_port = encoder->type == INTEL_OUTPUT_DP_MST ?
type              166 drivers/gpu/drm/i915/display/intel_dsi_dcs_backlight.c 	if (dev_priv->vbt.backlight.type != INTEL_BACKLIGHT_DSI_DCS)
type              169 drivers/gpu/drm/i915/display/intel_dsi_dcs_backlight.c 	if (WARN_ON(encoder->type != INTEL_OUTPUT_DSI))
type              126 drivers/gpu/drm/i915/display/intel_dsi_vbt.c 	u8 type, flags, seq_port;
type              133 drivers/gpu/drm/i915/display/intel_dsi_vbt.c 	type = *data++;
type              163 drivers/gpu/drm/i915/display/intel_dsi_vbt.c 	switch (type) {
type               55 drivers/gpu/drm/i915/display/intel_dvo.c 		.type = INTEL_DVO_CHIP_TMDS,
type               63 drivers/gpu/drm/i915/display/intel_dvo.c 		.type = INTEL_DVO_CHIP_TMDS,
type               71 drivers/gpu/drm/i915/display/intel_dvo.c 		.type = INTEL_DVO_CHIP_TMDS,
type               79 drivers/gpu/drm/i915/display/intel_dvo.c 		.type = INTEL_DVO_CHIP_LVDS,
type               87 drivers/gpu/drm/i915/display/intel_dvo.c 		.type = INTEL_DVO_CHIP_TMDS,
type               95 drivers/gpu/drm/i915/display/intel_dvo.c 		.type = INTEL_DVO_CHIP_LVDS,
type              104 drivers/gpu/drm/i915/display/intel_dvo.c 	        .type = INTEL_DVO_CHIP_TMDS,
type              393 drivers/gpu/drm/i915/display/intel_dvo.c 		mode->type |= DRM_MODE_TYPE_PREFERRED;
type              457 drivers/gpu/drm/i915/display/intel_dvo.c 		else if (dvo->type == INTEL_DVO_CHIP_LVDS)
type              505 drivers/gpu/drm/i915/display/intel_dvo.c 		intel_encoder->type = INTEL_OUTPUT_DVO;
type              510 drivers/gpu/drm/i915/display/intel_dvo.c 		switch (dvo->type) {
type              535 drivers/gpu/drm/i915/display/intel_dvo.c 		if (dvo->type == INTEL_DVO_CHIP_LVDS) {
type               34 drivers/gpu/drm/i915/display/intel_dvo_dev.h 	int type;
type              174 drivers/gpu/drm/i915/display/intel_fbdev.c 		.type = I915_GGTT_VIEW_NORMAL,
type              100 drivers/gpu/drm/i915/display/intel_hdmi.c static u32 g4x_infoframe_index(unsigned int type)
type              102 drivers/gpu/drm/i915/display/intel_hdmi.c 	switch (type) {
type              112 drivers/gpu/drm/i915/display/intel_hdmi.c 		MISSING_CASE(type);
type              117 drivers/gpu/drm/i915/display/intel_hdmi.c static u32 g4x_infoframe_enable(unsigned int type)
type              119 drivers/gpu/drm/i915/display/intel_hdmi.c 	switch (type) {
type              135 drivers/gpu/drm/i915/display/intel_hdmi.c 		MISSING_CASE(type);
type              140 drivers/gpu/drm/i915/display/intel_hdmi.c static u32 hsw_infoframe_enable(unsigned int type)
type              142 drivers/gpu/drm/i915/display/intel_hdmi.c 	switch (type) {
type              160 drivers/gpu/drm/i915/display/intel_hdmi.c 		MISSING_CASE(type);
type              168 drivers/gpu/drm/i915/display/intel_hdmi.c 		 unsigned int type,
type              171 drivers/gpu/drm/i915/display/intel_hdmi.c 	switch (type) {
type              187 drivers/gpu/drm/i915/display/intel_hdmi.c 		MISSING_CASE(type);
type              192 drivers/gpu/drm/i915/display/intel_hdmi.c static int hsw_dip_data_size(unsigned int type)
type              194 drivers/gpu/drm/i915/display/intel_hdmi.c 	switch (type) {
type              206 drivers/gpu/drm/i915/display/intel_hdmi.c 				unsigned int type,
type              217 drivers/gpu/drm/i915/display/intel_hdmi.c 	val |= g4x_infoframe_index(type);
type              219 drivers/gpu/drm/i915/display/intel_hdmi.c 	val &= ~g4x_infoframe_enable(type);
type              231 drivers/gpu/drm/i915/display/intel_hdmi.c 	val |= g4x_infoframe_enable(type);
type              241 drivers/gpu/drm/i915/display/intel_hdmi.c 			       unsigned int type,
type              251 drivers/gpu/drm/i915/display/intel_hdmi.c 	val |= g4x_infoframe_index(type);
type              277 drivers/gpu/drm/i915/display/intel_hdmi.c 				unsigned int type,
type              290 drivers/gpu/drm/i915/display/intel_hdmi.c 	val |= g4x_infoframe_index(type);
type              292 drivers/gpu/drm/i915/display/intel_hdmi.c 	val &= ~g4x_infoframe_enable(type);
type              304 drivers/gpu/drm/i915/display/intel_hdmi.c 	val |= g4x_infoframe_enable(type);
type              314 drivers/gpu/drm/i915/display/intel_hdmi.c 			       unsigned int type,
type              325 drivers/gpu/drm/i915/display/intel_hdmi.c 	val |= g4x_infoframe_index(type);
type              354 drivers/gpu/drm/i915/display/intel_hdmi.c 				unsigned int type,
type              367 drivers/gpu/drm/i915/display/intel_hdmi.c 	val |= g4x_infoframe_index(type);
type              371 drivers/gpu/drm/i915/display/intel_hdmi.c 	if (type != HDMI_INFOFRAME_TYPE_AVI)
type              372 drivers/gpu/drm/i915/display/intel_hdmi.c 		val &= ~g4x_infoframe_enable(type);
type              384 drivers/gpu/drm/i915/display/intel_hdmi.c 	val |= g4x_infoframe_enable(type);
type              394 drivers/gpu/drm/i915/display/intel_hdmi.c 			       unsigned int type,
type              405 drivers/gpu/drm/i915/display/intel_hdmi.c 	val |= g4x_infoframe_index(type);
type              430 drivers/gpu/drm/i915/display/intel_hdmi.c 				unsigned int type,
type              443 drivers/gpu/drm/i915/display/intel_hdmi.c 	val |= g4x_infoframe_index(type);
type              445 drivers/gpu/drm/i915/display/intel_hdmi.c 	val &= ~g4x_infoframe_enable(type);
type              457 drivers/gpu/drm/i915/display/intel_hdmi.c 	val |= g4x_infoframe_enable(type);
type              467 drivers/gpu/drm/i915/display/intel_hdmi.c 			       unsigned int type,
type              478 drivers/gpu/drm/i915/display/intel_hdmi.c 	val |= g4x_infoframe_index(type);
type              506 drivers/gpu/drm/i915/display/intel_hdmi.c 				unsigned int type,
type              517 drivers/gpu/drm/i915/display/intel_hdmi.c 	data_size = hsw_dip_data_size(type);
type              519 drivers/gpu/drm/i915/display/intel_hdmi.c 	val &= ~hsw_infoframe_enable(type);
type              524 drivers/gpu/drm/i915/display/intel_hdmi.c 					    type, i >> 2), *data);
type              530 drivers/gpu/drm/i915/display/intel_hdmi.c 					    type, i >> 2), 0);
type              532 drivers/gpu/drm/i915/display/intel_hdmi.c 	val |= hsw_infoframe_enable(type);
type              539 drivers/gpu/drm/i915/display/intel_hdmi.c 			       unsigned int type,
type              551 drivers/gpu/drm/i915/display/intel_hdmi.c 						     type, i >> 2));
type              581 drivers/gpu/drm/i915/display/intel_hdmi.c u32 intel_hdmi_infoframe_enable(unsigned int type)
type              586 drivers/gpu/drm/i915/display/intel_hdmi.c 		if (infoframe_type_to_idx[i] == type)
type              605 drivers/gpu/drm/i915/display/intel_hdmi.c 		unsigned int type = infoframe_type_to_idx[i];
type              608 drivers/gpu/drm/i915/display/intel_hdmi.c 			if (val & hsw_infoframe_enable(type))
type              611 drivers/gpu/drm/i915/display/intel_hdmi.c 			if (val & g4x_infoframe_enable(type))
type              638 drivers/gpu/drm/i915/display/intel_hdmi.c 				  enum hdmi_infoframe_type type,
type              646 drivers/gpu/drm/i915/display/intel_hdmi.c 	     intel_hdmi_infoframe_enable(type)) == 0)
type              649 drivers/gpu/drm/i915/display/intel_hdmi.c 	if (WARN_ON(frame->any.type != type))
type              662 drivers/gpu/drm/i915/display/intel_hdmi.c 	intel_dig_port->write_infoframe(encoder, crtc_state, type, buffer, len);
type              667 drivers/gpu/drm/i915/display/intel_hdmi.c 			  enum hdmi_infoframe_type type,
type              675 drivers/gpu/drm/i915/display/intel_hdmi.c 	     intel_hdmi_infoframe_enable(type)) == 0)
type              679 drivers/gpu/drm/i915/display/intel_hdmi.c 				       type, buffer, sizeof(buffer));
type              687 drivers/gpu/drm/i915/display/intel_hdmi.c 		DRM_DEBUG_KMS("Failed to unpack infoframe type 0x%02x\n", type);
type              691 drivers/gpu/drm/i915/display/intel_hdmi.c 	if (frame->any.type != type)
type              693 drivers/gpu/drm/i915/display/intel_hdmi.c 			      frame->any.type, type);
type             1232 drivers/gpu/drm/i915/display/intel_hdmi.c 	if (hdmi->dp_dual_mode.type < DRM_DP_DUAL_MODE_TYPE2_DVI)
type             1238 drivers/gpu/drm/i915/display/intel_hdmi.c 	drm_dp_dual_mode_set_tmds_output(hdmi->dp_dual_mode.type,
type             2445 drivers/gpu/drm/i915/display/intel_hdmi.c 	intel_hdmi->dp_dual_mode.type = DRM_DP_DUAL_MODE_NONE;
type             2460 drivers/gpu/drm/i915/display/intel_hdmi.c 	enum drm_dp_dual_mode_type type = drm_dp_dual_mode_detect(adapter);
type             2474 drivers/gpu/drm/i915/display/intel_hdmi.c 	if (type == DRM_DP_DUAL_MODE_UNKNOWN) {
type             2481 drivers/gpu/drm/i915/display/intel_hdmi.c 			type = DRM_DP_DUAL_MODE_TYPE1_DVI;
type             2483 drivers/gpu/drm/i915/display/intel_hdmi.c 			type = DRM_DP_DUAL_MODE_NONE;
type             2487 drivers/gpu/drm/i915/display/intel_hdmi.c 	if (type == DRM_DP_DUAL_MODE_NONE)
type             2490 drivers/gpu/drm/i915/display/intel_hdmi.c 	hdmi->dp_dual_mode.type = type;
type             2492 drivers/gpu/drm/i915/display/intel_hdmi.c 		drm_dp_dual_mode_max_tmds_clock(type, adapter);
type             2495 drivers/gpu/drm/i915/display/intel_hdmi.c 		      drm_dp_get_dual_mode_type_name(type),
type             3214 drivers/gpu/drm/i915/display/intel_hdmi.c 	intel_encoder->type = INTEL_OUTPUT_HDMI;
type               43 drivers/gpu/drm/i915/display/intel_hdmi.h u32 intel_hdmi_infoframe_enable(unsigned int type);
type               48 drivers/gpu/drm/i915/display/intel_hdmi.h 			  enum hdmi_infoframe_type type,
type              433 drivers/gpu/drm/i915/display/intel_lspcon.c 			    unsigned int type,
type              441 drivers/gpu/drm/i915/display/intel_lspcon.c 	if (type != HDMI_INFOFRAME_TYPE_AVI)
type              461 drivers/gpu/drm/i915/display/intel_lspcon.c 			   unsigned int type,
type               23 drivers/gpu/drm/i915/display/intel_lspcon.h 			    unsigned int type,
type               27 drivers/gpu/drm/i915/display/intel_lspcon.h 			   unsigned int type,
type              757 drivers/gpu/drm/i915/display/intel_lvds.c 		if (encoder->type == INTEL_OUTPUT_LVDS)
type              898 drivers/gpu/drm/i915/display/intel_lvds.c 	intel_encoder->type = INTEL_OUTPUT_LVDS;
type              976 drivers/gpu/drm/i915/display/intel_lvds.c 		fixed_mode->type |= DRM_MODE_TYPE_PREFERRED;
type              369 drivers/gpu/drm/i915/display/intel_opregion.c 	u32 type = 0;
type              376 drivers/gpu/drm/i915/display/intel_opregion.c 	if (intel_encoder->type == INTEL_OUTPUT_DSI)
type              391 drivers/gpu/drm/i915/display/intel_opregion.c 	switch (intel_encoder->type) {
type              393 drivers/gpu/drm/i915/display/intel_opregion.c 		type = DISPLAY_TYPE_CRT;
type              399 drivers/gpu/drm/i915/display/intel_opregion.c 		type = DISPLAY_TYPE_EXTERNAL_FLAT_PANEL;
type              403 drivers/gpu/drm/i915/display/intel_opregion.c 		type = DISPLAY_TYPE_INTERNAL_FLAT_PANEL;
type              407 drivers/gpu/drm/i915/display/intel_opregion.c 			  intel_encoder->type);
type              411 drivers/gpu/drm/i915/display/intel_opregion.c 	parm |= type << (16 + port * 3);
type              637 drivers/gpu/drm/i915/display/intel_opregion.c 	if (event->type == 0x80 && ((acpi->cevt & 1) == 0))
type              726 drivers/gpu/drm/i915/display/intel_opregion.c 		u32 device_id, type;
type              731 drivers/gpu/drm/i915/display/intel_opregion.c 		type = (device_id & ACPI_DISPLAY_TYPE_MASK)
type              733 drivers/gpu/drm/i915/display/intel_opregion.c 		device_id |= display_index[type]++ << ACPI_DISPLAY_INDEX_SHIFT;
type              118 drivers/gpu/drm/i915/display/intel_panel.c 		if ((scan->type & DRM_MODE_TYPE_PREFERRED) == 0)
type              139 drivers/gpu/drm/i915/display/intel_panel.c 	fixed_mode->type |= DRM_MODE_TYPE_PREFERRED;
type              163 drivers/gpu/drm/i915/display/intel_panel.c 	fixed_mode->type |= DRM_MODE_TYPE_PREFERRED;
type             1325 drivers/gpu/drm/i915/display/intel_panel.c 	props.type = BACKLIGHT_RAW;
type               95 drivers/gpu/drm/i915/display/intel_pipe_crc.c 		switch (encoder->type) {
type              202 drivers/gpu/drm/i915/display/intel_sdvo.c 			      int type);
type             1130 drivers/gpu/drm/i915/display/intel_sdvo.c 	if (WARN_ON(frame->any.type != HDMI_INFOFRAME_TYPE_AVI))
type             1171 drivers/gpu/drm/i915/display/intel_sdvo.c 	if (frame->any.type != HDMI_INFOFRAME_TYPE_AVI)
type             1173 drivers/gpu/drm/i915/display/intel_sdvo.c 			      frame->any.type, HDMI_INFOFRAME_TYPE_AVI);
type             2234 drivers/gpu/drm/i915/display/intel_sdvo.c 			newmode->type = (DRM_MODE_TYPE_PREFERRED |
type             2738 drivers/gpu/drm/i915/display/intel_sdvo.c intel_sdvo_tv_init(struct intel_sdvo *intel_sdvo, int type)
type             2745 drivers/gpu/drm/i915/display/intel_sdvo.c 	DRM_DEBUG_KMS("initialising TV type %d\n", type);
type             2756 drivers/gpu/drm/i915/display/intel_sdvo.c 	intel_sdvo->controlled_output |= type;
type             2757 drivers/gpu/drm/i915/display/intel_sdvo.c 	intel_sdvo_connector->output_flag = type;
type             2764 drivers/gpu/drm/i915/display/intel_sdvo.c 	if (!intel_sdvo_tv_create_property(intel_sdvo, intel_sdvo_connector, type))
type             2852 drivers/gpu/drm/i915/display/intel_sdvo.c 		if (mode->type & DRM_MODE_TYPE_PREFERRED) {
type             2945 drivers/gpu/drm/i915/display/intel_sdvo.c 					  int type)
type             2951 drivers/gpu/drm/i915/display/intel_sdvo.c 	if (!intel_sdvo_set_target_output(intel_sdvo, type))
type             3261 drivers/gpu/drm/i915/display/intel_sdvo.c 	intel_encoder->type = INTEL_OUTPUT_SDVO;
type             1920 drivers/gpu/drm/i915/display/intel_sprite.c 	if (!plane || plane->type != DRM_PLANE_TYPE_OVERLAY)
type               52 drivers/gpu/drm/i915/display/intel_tv.c 	int type;
type             1441 drivers/gpu/drm/i915/display/intel_tv.c 	switch (intel_tv->type) {
type             1574 drivers/gpu/drm/i915/display/intel_tv.c 	int type;
type             1618 drivers/gpu/drm/i915/display/intel_tv.c 	type = -1;
type             1629 drivers/gpu/drm/i915/display/intel_tv.c 		type = DRM_MODE_CONNECTOR_Composite;
type             1632 drivers/gpu/drm/i915/display/intel_tv.c 		type = DRM_MODE_CONNECTOR_SVIDEO;
type             1635 drivers/gpu/drm/i915/display/intel_tv.c 		type = DRM_MODE_CONNECTOR_Component;
type             1638 drivers/gpu/drm/i915/display/intel_tv.c 		type = -1;
type             1657 drivers/gpu/drm/i915/display/intel_tv.c 	return type;
type             1671 drivers/gpu/drm/i915/display/intel_tv.c 	if (intel_tv->type == DRM_MODE_CONNECTOR_Component)
type             1695 drivers/gpu/drm/i915/display/intel_tv.c 	int type;
type             1710 drivers/gpu/drm/i915/display/intel_tv.c 			type = intel_tv_detect_type(intel_tv, connector);
type             1712 drivers/gpu/drm/i915/display/intel_tv.c 			status = type < 0 ?
type             1719 drivers/gpu/drm/i915/display/intel_tv.c 			intel_tv->type = type;
type             1758 drivers/gpu/drm/i915/display/intel_tv.c 	mode->type = DRM_MODE_TYPE_DRIVER;
type             1761 drivers/gpu/drm/i915/display/intel_tv.c 		mode->type |= DRM_MODE_TYPE_PREFERRED;
type             1948 drivers/gpu/drm/i915/display/intel_tv.c 	intel_encoder->type = INTEL_OUTPUT_TVOUT;
type             1954 drivers/gpu/drm/i915/display/intel_tv.c 	intel_tv->type = DRM_MODE_CONNECTOR_Unknown;
type              770 drivers/gpu/drm/i915/display/intel_vbt_defs.h 	u8 type:2;
type              780 drivers/gpu/drm/i915/display/intel_vbt_defs.h 	u8 type:4;
type             1864 drivers/gpu/drm/i915/display/vlv_dsi.c 	intel_encoder->type = INTEL_OUTPUT_DSI;
type              456 drivers/gpu/drm/i915/gem/i915_gem_domain.c 	    (!view || view->type == I915_GGTT_VIEW_NORMAL))
type              186 drivers/gpu/drm/i915/gem/i915_gem_mman.c 	view.type = I915_GGTT_VIEW_PARTIAL;
type              194 drivers/gpu/drm/i915/gem/i915_gem_mman.c 		view.type = I915_GGTT_VIEW_NORMAL;
type              274 drivers/gpu/drm/i915/gem/i915_gem_mman.c 		if (view.type == I915_GGTT_VIEW_NORMAL)
type              285 drivers/gpu/drm/i915/gem/i915_gem_mman.c 			view.type = I915_GGTT_VIEW_PARTIAL;
type              323 drivers/gpu/drm/i915/gem/i915_gem_object.h 					   enum i915_map_type type);
type              228 drivers/gpu/drm/i915/gem/i915_gem_pages.c 				 enum i915_map_type type)
type              241 drivers/gpu/drm/i915/gem/i915_gem_pages.c 	if (n_pages == 1 && type == I915_MAP_WB)
type              257 drivers/gpu/drm/i915/gem/i915_gem_pages.c 	switch (type) {
type              259 drivers/gpu/drm/i915/gem/i915_gem_pages.c 		MISSING_CASE(type);
type              278 drivers/gpu/drm/i915/gem/i915_gem_pages.c 			      enum i915_map_type type)
type              292 drivers/gpu/drm/i915/gem/i915_gem_pages.c 	pinned = !(type & I915_MAP_OVERRIDE);
type              293 drivers/gpu/drm/i915/gem/i915_gem_pages.c 	type &= ~I915_MAP_OVERRIDE;
type              311 drivers/gpu/drm/i915/gem/i915_gem_pages.c 	if (ptr && has_type != type) {
type              326 drivers/gpu/drm/i915/gem/i915_gem_pages.c 		ptr = i915_gem_object_map(obj, type);
type              332 drivers/gpu/drm/i915/gem/i915_gem_pages.c 		obj->mm.mapping = page_pack_bits(ptr, type);
type               16 drivers/gpu/drm/i915/gem/i915_gemfs.c 	struct file_system_type *type;
type               19 drivers/gpu/drm/i915/gem/i915_gemfs.c 	type = get_fs_type("tmpfs");
type               20 drivers/gpu/drm/i915/gem/i915_gemfs.c 	if (!type)
type               32 drivers/gpu/drm/i915/gem/i915_gemfs.c 	gemfs = kern_mount(type);
type              890 drivers/gpu/drm/i915/gt/intel_engine_cs.c const char *i915_cache_level_str(struct drm_i915_private *i915, int type)
type              892 drivers/gpu/drm/i915/gt/intel_engine_cs.c 	switch (type) {
type               54 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c static inline const char *guc_ct_buffer_type_to_str(u32 type)
type               56 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 	switch (type) {
type               88 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 					 u32 type)
type               94 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 		type
type              102 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 			  guc_ct_buffer_type_to_str(type), err);
type              108 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 					   u32 type)
type              113 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 		type
type              121 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 			  guc_ct_buffer_type_to_str(type), owner, err);
type              178 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 				       enum guc_log_buffer_type type,
type              181 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 	unsigned int prev_full_cnt = log->stats[type].sampled_overflow;
type              187 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 		log->stats[type].overflow = full_cnt;
type              188 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 		log->stats[type].sampled_overflow += full_cnt - prev_full_cnt;
type              192 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 			log->stats[type].sampled_overflow += 16;
type              202 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c static unsigned int guc_get_log_buffer_size(enum guc_log_buffer_type type)
type              204 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 	switch (type) {
type              212 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 		MISSING_CASE(type);
type              223 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 	enum guc_log_buffer_type type;
type              253 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 	for (type = GUC_ISR_LOG_BUFFER; type < GUC_MAX_LOG_BUFFER; type++) {
type              261 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 		buffer_size = guc_get_log_buffer_size(type);
type              267 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 		log->stats[type].flush += log_buf_state_local.flush_to_file;
type              268 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 		new_overflow = guc_check_log_buf_overflow(log, type, full_cnt);
type               18 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 	if (uc_fw->type == INTEL_UC_FW_TYPE_GUC)
type               21 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 	GEM_BUG_ON(uc_fw->type != INTEL_UC_FW_TYPE_HUC);
type               31 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 			     intel_uc_fw_type_repr(uc_fw->type),
type              112 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 					&fw_blobs[i].blobs[uc_fw->type];
type              164 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 	switch (uc_fw->type) {
type              191 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 			    enum intel_uc_fw_type type, bool supported,
type              202 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 	uc_fw->type = type;
type              286 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 			 intel_uc_fw_type_repr(uc_fw->type), uc_fw->path,
type              300 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 			 intel_uc_fw_type_repr(uc_fw->type), uc_fw->path,
type              312 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 			 intel_uc_fw_type_repr(uc_fw->type), uc_fw->path,
type              323 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 			 intel_uc_fw_type_repr(uc_fw->type), uc_fw->path,
type              333 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 			 intel_uc_fw_type_repr(uc_fw->type), uc_fw->path,
type              340 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 	switch (uc_fw->type) {
type              356 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 		MISSING_CASE(uc_fw->type);
type              363 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 			   intel_uc_fw_type_repr(uc_fw->type), uc_fw->path,
type              391 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 		   intel_uc_fw_type_repr(uc_fw->type), uc_fw->path, err);
type              393 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 		 intel_uc_fw_type_repr(uc_fw->type), INTEL_UC_FIRMWARE_URL);
type              479 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 			intel_uc_fw_type_repr(uc_fw->type),
type              528 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 			 intel_uc_fw_type_repr(uc_fw->type), uc_fw->path,
type              547 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 				 intel_uc_fw_type_repr(uc_fw->type), err);
type              608 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 		   intel_uc_fw_type_repr(uc_fw->type), uc_fw->path);
type               65 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.h 	enum intel_uc_fw_type type;
type              153 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.h static inline const char *intel_uc_fw_type_repr(enum intel_uc_fw_type type)
type              155 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.h 	switch (type) {
type              230 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.h 			    enum intel_uc_fw_type type, bool supported,
type              359 drivers/gpu/drm/i915/gvt/display.c 				    int type, unsigned int resolution)
type              383 drivers/gpu/drm/i915/gvt/display.c 	port->type = type;
type               49 drivers/gpu/drm/i915/gvt/display.h 	((intel_vgpu_port(vgpu, port)->type == GVT_DP_A) || \
type               50 drivers/gpu/drm/i915/gvt/display.h 	(intel_vgpu_port(vgpu, port)->type == GVT_DP_B) || \
type               51 drivers/gpu/drm/i915/gvt/display.h 	(intel_vgpu_port(vgpu, port)->type == GVT_DP_C) || \
type               52 drivers/gpu/drm/i915/gvt/display.h 	(intel_vgpu_port(vgpu, port)->type == GVT_DP_D))
type              160 drivers/gpu/drm/i915/gvt/display.h 	int type;
type              133 drivers/gpu/drm/i915/gvt/gtt.c #define gtt_type_is_entry(type) \
type              134 drivers/gpu/drm/i915/gvt/gtt.c 	(type > GTT_TYPE_INVALID && type < GTT_TYPE_PPGTT_ENTRY \
type              135 drivers/gpu/drm/i915/gvt/gtt.c 	 && type != GTT_TYPE_PPGTT_PTE_ENTRY \
type              136 drivers/gpu/drm/i915/gvt/gtt.c 	 && type != GTT_TYPE_PPGTT_ROOT_ENTRY)
type              138 drivers/gpu/drm/i915/gvt/gtt.c #define gtt_type_is_pt(type) \
type              139 drivers/gpu/drm/i915/gvt/gtt.c 	(type >= GTT_TYPE_PPGTT_PTE_PT && type < GTT_TYPE_MAX)
type              141 drivers/gpu/drm/i915/gvt/gtt.c #define gtt_type_is_pte_pt(type) \
type              142 drivers/gpu/drm/i915/gvt/gtt.c 	(type == GTT_TYPE_PPGTT_PTE_PT)
type              144 drivers/gpu/drm/i915/gvt/gtt.c #define gtt_type_is_root_pointer(type) \
type              145 drivers/gpu/drm/i915/gvt/gtt.c 	(gtt_type_is_entry(type) && type > GTT_TYPE_PPGTT_ROOT_ENTRY)
type              148 drivers/gpu/drm/i915/gvt/gtt.c 	(e)->type = t; \
type              176 drivers/gpu/drm/i915/gvt/gtt.c #define GTT_TYPE_TABLE_ENTRY(type, e_type, cpt_type, npt_type, pse_type) \
type              177 drivers/gpu/drm/i915/gvt/gtt.c 	[type] = { \
type              258 drivers/gpu/drm/i915/gvt/gtt.c static inline int get_next_pt_type(int type)
type              260 drivers/gpu/drm/i915/gvt/gtt.c 	return gtt_type_table[type].next_pt_type;
type              263 drivers/gpu/drm/i915/gvt/gtt.c static inline int get_pt_type(int type)
type              265 drivers/gpu/drm/i915/gvt/gtt.c 	return gtt_type_table[type].pt_type;
type              268 drivers/gpu/drm/i915/gvt/gtt.c static inline int get_entry_type(int type)
type              270 drivers/gpu/drm/i915/gvt/gtt.c 	return gtt_type_table[type].entry_type;
type              273 drivers/gpu/drm/i915/gvt/gtt.c static inline int get_pse_type(int type)
type              275 drivers/gpu/drm/i915/gvt/gtt.c 	return gtt_type_table[type].pse_entry_type;
type              366 drivers/gpu/drm/i915/gvt/gtt.c 	if (e->type == GTT_TYPE_PPGTT_PTE_1G_ENTRY)
type              368 drivers/gpu/drm/i915/gvt/gtt.c 	else if (e->type == GTT_TYPE_PPGTT_PTE_2M_ENTRY)
type              370 drivers/gpu/drm/i915/gvt/gtt.c 	else if (e->type == GTT_TYPE_PPGTT_PTE_64K_ENTRY)
type              379 drivers/gpu/drm/i915/gvt/gtt.c 	if (e->type == GTT_TYPE_PPGTT_PTE_1G_ENTRY) {
type              382 drivers/gpu/drm/i915/gvt/gtt.c 	} else if (e->type == GTT_TYPE_PPGTT_PTE_2M_ENTRY) {
type              385 drivers/gpu/drm/i915/gvt/gtt.c 	} else if (e->type == GTT_TYPE_PPGTT_PTE_64K_ENTRY) {
type              404 drivers/gpu/drm/i915/gvt/gtt.c 		switch (e->type) {
type              407 drivers/gpu/drm/i915/gvt/gtt.c 			e->type = GTT_TYPE_PPGTT_PDE_ENTRY;
type              410 drivers/gpu/drm/i915/gvt/gtt.c 			e->type = GTT_TYPE_PPGTT_PDP_ENTRY;
type              421 drivers/gpu/drm/i915/gvt/gtt.c 	if (GEM_WARN_ON(e->type != GTT_TYPE_PPGTT_PDE_ENTRY))
type              429 drivers/gpu/drm/i915/gvt/gtt.c 	if (GEM_WARN_ON(e->type != GTT_TYPE_PPGTT_PDE_ENTRY))
type              442 drivers/gpu/drm/i915/gvt/gtt.c 	if (e->type == GTT_TYPE_PPGTT_ROOT_L3_ENTRY
type              443 drivers/gpu/drm/i915/gvt/gtt.c 			|| e->type == GTT_TYPE_PPGTT_ROOT_L4_ENTRY)
type              529 drivers/gpu/drm/i915/gvt/gtt.c 	switch (entry->type) {
type              533 drivers/gpu/drm/i915/gvt/gtt.c 			entry->type = get_pse_type(entry->type);
type              537 drivers/gpu/drm/i915/gvt/gtt.c 			entry->type = get_pse_type(entry->type);
type              540 drivers/gpu/drm/i915/gvt/gtt.c 		GEM_BUG_ON(!gtt_type_is_entry(entry->type));
type              543 drivers/gpu/drm/i915/gvt/gtt.c 	GEM_BUG_ON(entry->type == GTT_TYPE_INVALID);
type              555 drivers/gpu/drm/i915/gvt/gtt.c 	GEM_BUG_ON(mm->type != INTEL_GVT_MM_PPGTT);
type              557 drivers/gpu/drm/i915/gvt/gtt.c 	entry->type = mm->ppgtt_mm.root_entry_type;
type              604 drivers/gpu/drm/i915/gvt/gtt.c 	GEM_BUG_ON(mm->type != INTEL_GVT_MM_GGTT);
type              606 drivers/gpu/drm/i915/gvt/gtt.c 	entry->type = GTT_TYPE_GGTT_PTE;
type              616 drivers/gpu/drm/i915/gvt/gtt.c 	GEM_BUG_ON(mm->type != INTEL_GVT_MM_GGTT);
type              627 drivers/gpu/drm/i915/gvt/gtt.c 	GEM_BUG_ON(mm->type != INTEL_GVT_MM_GGTT);
type              637 drivers/gpu/drm/i915/gvt/gtt.c 	GEM_BUG_ON(mm->type != INTEL_GVT_MM_GGTT);
type              647 drivers/gpu/drm/i915/gvt/gtt.c 		void *page_table, int type,
type              655 drivers/gpu/drm/i915/gvt/gtt.c 	e->type = get_entry_type(type);
type              657 drivers/gpu/drm/i915/gvt/gtt.c 	if (WARN(!gtt_type_is_entry(e->type), "invalid entry type\n"))
type              670 drivers/gpu/drm/i915/gvt/gtt.c 		    type, e->type, index, e->val64);
type              676 drivers/gpu/drm/i915/gvt/gtt.c 		void *page_table, int type,
type              683 drivers/gpu/drm/i915/gvt/gtt.c 	if (WARN(!gtt_type_is_entry(e->type), "invalid entry type\n"))
type              687 drivers/gpu/drm/i915/gvt/gtt.c 		    type, e->type, index, e->val64);
type              696 drivers/gpu/drm/i915/gvt/gtt.c 		spt->guest_page.type, e, index, true)
type              700 drivers/gpu/drm/i915/gvt/gtt.c 		spt->guest_page.type, e, index, true)
type              704 drivers/gpu/drm/i915/gvt/gtt.c 		spt->shadow_page.type, e, index, false)
type              708 drivers/gpu/drm/i915/gvt/gtt.c 		spt->shadow_page.type, e, index, false)
type              739 drivers/gpu/drm/i915/gvt/gtt.c 	trace_spt_free(spt->vgpu->id, spt, spt->guest_page.type);
type              820 drivers/gpu/drm/i915/gvt/gtt.c 		struct intel_vgpu *vgpu, enum intel_gvt_gtt_type type)
type              844 drivers/gpu/drm/i915/gvt/gtt.c 	spt->shadow_page.type = type;
type              870 drivers/gpu/drm/i915/gvt/gtt.c 		struct intel_vgpu *vgpu, enum intel_gvt_gtt_type type,
type              876 drivers/gpu/drm/i915/gvt/gtt.c 	spt = ppgtt_alloc_spt(vgpu, type);
type              890 drivers/gpu/drm/i915/gvt/gtt.c 	spt->guest_page.type = type;
type              894 drivers/gpu/drm/i915/gvt/gtt.c 	trace_spt_alloc(vgpu->id, spt, type, spt->shadow_page.mfn, gfn);
type              947 drivers/gpu/drm/i915/gvt/gtt.c 	GEM_BUG_ON(!gtt_type_is_pt(get_next_pt_type(e->type)));
type              949 drivers/gpu/drm/i915/gvt/gtt.c 	if (e->type != GTT_TYPE_PPGTT_ROOT_L3_ENTRY
type              950 drivers/gpu/drm/i915/gvt/gtt.c 		&& e->type != GTT_TYPE_PPGTT_ROOT_L4_ENTRY) {
type              951 drivers/gpu/drm/i915/gvt/gtt.c 		cur_pt_type = get_next_pt_type(e->type);
type              980 drivers/gpu/drm/i915/gvt/gtt.c 	int type;
type              983 drivers/gpu/drm/i915/gvt/gtt.c 	type = spt->shadow_page.type;
type              986 drivers/gpu/drm/i915/gvt/gtt.c 	if (!pfn || pfn == vgpu->gtt.scratch_pt[type].page_mfn)
type             1000 drivers/gpu/drm/i915/gvt/gtt.c 			spt->guest_page.gfn, spt->shadow_page.type);
type             1006 drivers/gpu/drm/i915/gvt/gtt.c 		switch (e.type) {
type             1036 drivers/gpu/drm/i915/gvt/gtt.c 			 spt->guest_page.gfn, spt->shadow_page.type);
type             1041 drivers/gpu/drm/i915/gvt/gtt.c 			spt, e.val64, e.type);
type             1071 drivers/gpu/drm/i915/gvt/gtt.c 	GEM_BUG_ON(!gtt_type_is_pt(get_next_pt_type(we->type)));
type             1073 drivers/gpu/drm/i915/gvt/gtt.c 	if (we->type == GTT_TYPE_PPGTT_PDE_ENTRY)
type             1092 drivers/gpu/drm/i915/gvt/gtt.c 		int type = get_next_pt_type(we->type);
type             1094 drivers/gpu/drm/i915/gvt/gtt.c 		if (!gtt_type_is_pt(type)) {
type             1099 drivers/gpu/drm/i915/gvt/gtt.c 		spt = ppgtt_alloc_spt_gfn(vgpu, type, ops->get_pfn(we), ips);
type             1114 drivers/gpu/drm/i915/gvt/gtt.c 				 spt->shadow_page.type);
type             1123 drivers/gpu/drm/i915/gvt/gtt.c 		     spt, we->val64, we->type);
type             1132 drivers/gpu/drm/i915/gvt/gtt.c 	se->type = ge->type;
type             1136 drivers/gpu/drm/i915/gvt/gtt.c 	if (se->type == GTT_TYPE_PPGTT_PDE_ENTRY)
type             1229 drivers/gpu/drm/i915/gvt/gtt.c 	entry.type = GTT_TYPE_PPGTT_PTE_4K_ENTRY;
type             1259 drivers/gpu/drm/i915/gvt/gtt.c 	switch (ge->type) {
type             1309 drivers/gpu/drm/i915/gvt/gtt.c 			 spt->guest_page.gfn, spt->shadow_page.type);
type             1312 drivers/gpu/drm/i915/gvt/gtt.c 		if (gtt_type_is_pt(get_next_pt_type(ge.type))) {
type             1337 drivers/gpu/drm/i915/gvt/gtt.c 			spt, ge.val64, ge.type);
type             1349 drivers/gpu/drm/i915/gvt/gtt.c 			       spt->shadow_page.type, se->val64, index);
type             1352 drivers/gpu/drm/i915/gvt/gtt.c 		    se->type, index, se->val64);
type             1358 drivers/gpu/drm/i915/gvt/gtt.c 	    vgpu->gtt.scratch_pt[spt->shadow_page.type].page_mfn)
type             1361 drivers/gpu/drm/i915/gvt/gtt.c 	if (gtt_type_is_pt(get_next_pt_type(se->type))) {
type             1374 drivers/gpu/drm/i915/gvt/gtt.c 		WARN(se->type == GTT_TYPE_PPGTT_PTE_64K_ENTRY,
type             1382 drivers/gpu/drm/i915/gvt/gtt.c 			spt, se->val64, se->type);
type             1394 drivers/gpu/drm/i915/gvt/gtt.c 	trace_spt_guest_change(spt->vgpu->id, "add", spt, spt->shadow_page.type,
type             1398 drivers/gpu/drm/i915/gvt/gtt.c 		    we->type, index, we->val64);
type             1400 drivers/gpu/drm/i915/gvt/gtt.c 	if (gtt_type_is_pt(get_next_pt_type(we->type))) {
type             1417 drivers/gpu/drm/i915/gvt/gtt.c 		spt, we->val64, we->type);
type             1433 drivers/gpu/drm/i915/gvt/gtt.c 			 spt, spt->guest_page.type);
type             1435 drivers/gpu/drm/i915/gvt/gtt.c 	old.type = new.type = get_entry_type(spt->guest_page.type);
type             1449 drivers/gpu/drm/i915/gvt/gtt.c 				spt, spt->guest_page.type,
type             1471 drivers/gpu/drm/i915/gvt/gtt.c 			 spt, spt->guest_page.type);
type             1501 drivers/gpu/drm/i915/gvt/gtt.c 			 spt, spt->guest_page.type);
type             1515 drivers/gpu/drm/i915/gvt/gtt.c 			 spt, spt->guest_page.type);
type             1553 drivers/gpu/drm/i915/gvt/gtt.c 			 spt, spt->guest_page.type);
type             1596 drivers/gpu/drm/i915/gvt/gtt.c 	int type = spt->shadow_page.type;
type             1629 drivers/gpu/drm/i915/gvt/gtt.c 					vgpu->gtt.scratch_pt[type].page_mfn);
type             1632 drivers/gpu/drm/i915/gvt/gtt.c 		} else if (old_se.type == GTT_TYPE_PPGTT_PTE_2M_ENTRY ||
type             1633 drivers/gpu/drm/i915/gvt/gtt.c 			   old_se.type == GTT_TYPE_PPGTT_PTE_1G_ENTRY) {
type             1636 drivers/gpu/drm/i915/gvt/gtt.c 				     vgpu->gtt.scratch_pt[type].page_mfn);
type             1640 drivers/gpu/drm/i915/gvt/gtt.c 				     vgpu->gtt.scratch_pt[type].page_mfn);
type             1648 drivers/gpu/drm/i915/gvt/gtt.c 			spt, we->val64, we->type);
type             1657 drivers/gpu/drm/i915/gvt/gtt.c 		&& gtt_type_is_pte_pt(spt->guest_page.type)
type             1729 drivers/gpu/drm/i915/gvt/gtt.c 	if (we.type == GTT_TYPE_PPGTT_PTE_64K_ENTRY &&
type             1742 drivers/gpu/drm/i915/gvt/gtt.c 			int type = spt->shadow_page.type;
type             1748 drivers/gpu/drm/i915/gvt/gtt.c 			ops->set_pfn(&se, vgpu->gtt.scratch_pt[type].page_mfn);
type             1797 drivers/gpu/drm/i915/gvt/gtt.c 				       NULL, se.type, se.val64, index);
type             1826 drivers/gpu/drm/i915/gvt/gtt.c 				       ge.type, ge.val64, index);
type             1838 drivers/gpu/drm/i915/gvt/gtt.c 				       NULL, se.type, se.val64, index);
type             1889 drivers/gpu/drm/i915/gvt/gtt.c 	mm->type = INTEL_GVT_MM_PPGTT;
type             1929 drivers/gpu/drm/i915/gvt/gtt.c 	mm->type = INTEL_GVT_MM_GGTT;
type             1957 drivers/gpu/drm/i915/gvt/gtt.c 	if (mm->type == INTEL_GVT_MM_PPGTT) {
type             2000 drivers/gpu/drm/i915/gvt/gtt.c 	if (mm->type == INTEL_GVT_MM_PPGTT) {
type             2080 drivers/gpu/drm/i915/gvt/gtt.c 	GEM_BUG_ON(mm->type != INTEL_GVT_MM_GGTT &&
type             2081 drivers/gpu/drm/i915/gvt/gtt.c 		   mm->type != INTEL_GVT_MM_PPGTT);
type             2083 drivers/gpu/drm/i915/gvt/gtt.c 	if (mm->type == INTEL_GVT_MM_GGTT) {
type             2138 drivers/gpu/drm/i915/gvt/gtt.c 	gvt_vgpu_err("invalid mm type: %d gma %lx\n", mm->type, gma);
type             2215 drivers/gpu/drm/i915/gvt/gtt.c 	struct intel_gvt_gtt_entry e = {.val64 = 0, .type = GTT_TYPE_GGTT_PTE};
type             2216 drivers/gpu/drm/i915/gvt/gtt.c 	struct intel_gvt_gtt_entry m = {.val64 = 0, .type = GTT_TYPE_GGTT_PTE};
type             2231 drivers/gpu/drm/i915/gvt/gtt.c 	e.type = GTT_TYPE_GGTT_PTE;
type             2284 drivers/gpu/drm/i915/gvt/gtt.c 		m.type = e.type;
type             2348 drivers/gpu/drm/i915/gvt/gtt.c 		enum intel_gvt_gtt_type type)
type             2359 drivers/gpu/drm/i915/gvt/gtt.c 	if (WARN_ON(type < GTT_TYPE_PPGTT_PTE_PT || type >= GTT_TYPE_MAX))
type             2375 drivers/gpu/drm/i915/gvt/gtt.c 	gtt->scratch_pt[type].page_mfn =
type             2377 drivers/gpu/drm/i915/gvt/gtt.c 	gtt->scratch_pt[type].page = virt_to_page(scratch_pt);
type             2379 drivers/gpu/drm/i915/gvt/gtt.c 			vgpu->id, type, gtt->scratch_pt[type].page_mfn);
type             2389 drivers/gpu/drm/i915/gvt/gtt.c 	if (type > GTT_TYPE_PPGTT_PTE_PT) {
type             2393 drivers/gpu/drm/i915/gvt/gtt.c 		se.type = get_entry_type(type - 1);
type             2394 drivers/gpu/drm/i915/gvt/gtt.c 		ops->set_pfn(&se, gtt->scratch_pt[type - 1].page_mfn);
type             2400 drivers/gpu/drm/i915/gvt/gtt.c 		if (type == GTT_TYPE_PPGTT_PDE_PT)
type             2760 drivers/gpu/drm/i915/gvt/gtt.c 		if (mm->type == INTEL_GVT_MM_PPGTT) {
type             2784 drivers/gpu/drm/i915/gvt/gtt.c 	struct intel_gvt_gtt_entry entry = {.type = GTT_TYPE_GGTT_PTE};
type               45 drivers/gpu/drm/i915/gvt/gtt.h 	int type;
type              143 drivers/gpu/drm/i915/gvt/gtt.h 	enum intel_gvt_mm_type type;
type              237 drivers/gpu/drm/i915/gvt/gtt.h 		enum intel_gvt_gtt_type type;
type              245 drivers/gpu/drm/i915/gvt/gtt.h 		enum intel_gvt_gtt_type type;
type               70 drivers/gpu/drm/i915/gvt/gvt.c 	struct intel_vgpu_type *type;
type               74 drivers/gpu/drm/i915/gvt/gvt.c 	type = intel_gvt_find_vgpu_type(gvt, kobject_name(kobj));
type               75 drivers/gpu/drm/i915/gvt/gvt.c 	if (!type)
type               78 drivers/gpu/drm/i915/gvt/gvt.c 		num = type->avail_instance;
type               92 drivers/gpu/drm/i915/gvt/gvt.c 	struct intel_vgpu_type *type;
type               95 drivers/gpu/drm/i915/gvt/gvt.c 	type = intel_gvt_find_vgpu_type(gvt, kobject_name(kobj));
type               96 drivers/gpu/drm/i915/gvt/gvt.c 	if (!type)
type              102 drivers/gpu/drm/i915/gvt/gvt.c 		       BYTES_TO_MB(type->low_gm_size),
type              103 drivers/gpu/drm/i915/gvt/gvt.c 		       BYTES_TO_MB(type->high_gm_size),
type              104 drivers/gpu/drm/i915/gvt/gvt.c 		       type->fence, vgpu_edid_str(type->resolution),
type              105 drivers/gpu/drm/i915/gvt/gvt.c 		       type->weight);
type              134 drivers/gpu/drm/i915/gvt/gvt.c 	struct intel_vgpu_type *type;
type              138 drivers/gpu/drm/i915/gvt/gvt.c 		type = &gvt->types[i];
type              144 drivers/gpu/drm/i915/gvt/gvt.c 		group->name = type->name;
type              419 drivers/gpu/drm/i915/gvt/gvt.c 	if (m->type != INTEL_GVT_HYPERVISOR_KVM &&
type              420 drivers/gpu/drm/i915/gvt/gvt.c 	    m->type != INTEL_GVT_HYPERVISOR_XEN)
type              428 drivers/gpu/drm/i915/gvt/gvt.c 	intel_gvt_host.hypervisor_type = m->type;
type              484 drivers/gpu/drm/i915/gvt/gvt.h 					 struct intel_vgpu_type *type);
type               46 drivers/gpu/drm/i915/gvt/hypercall.h 	enum hypervisor_type type;
type               73 drivers/gpu/drm/i915/gvt/kvmgt.c 	u32				type;
type              543 drivers/gpu/drm/i915/gvt/kvmgt.c 		unsigned int type, unsigned int subtype,
type              556 drivers/gpu/drm/i915/gvt/kvmgt.c 	vgpu->vdev.region[vgpu->vdev.num_regions].type = type;
type              649 drivers/gpu/drm/i915/gvt/kvmgt.c 	struct intel_vgpu_type *type;
type              657 drivers/gpu/drm/i915/gvt/kvmgt.c 	type = intel_gvt_ops->gvt_find_vgpu_type(gvt, kobject_name(kobj));
type              658 drivers/gpu/drm/i915/gvt/kvmgt.c 	if (!type) {
type              665 drivers/gpu/drm/i915/gvt/kvmgt.c 	vgpu = intel_gvt_ops->vgpu_create(gvt, type);
type             1183 drivers/gpu/drm/i915/gvt/kvmgt.c static int intel_vgpu_get_irq_count(struct intel_vgpu *vgpu, int type)
type             1185 drivers/gpu/drm/i915/gvt/kvmgt.c 	if (type == VFIO_PCI_INTX_IRQ_INDEX || type == VFIO_PCI_MSI_IRQ_INDEX)
type             1402 drivers/gpu/drm/i915/gvt/kvmgt.c 				cap_type.type = vgpu->vdev.region[i].type;
type             2033 drivers/gpu/drm/i915/gvt/kvmgt.c 	.type = INTEL_GVT_HYPERVISOR_KVM,
type              633 drivers/gpu/drm/i915/gvt/scheduler.c 	if (workload->shadow_mm->type != INTEL_GVT_MM_PPGTT ||
type               43 drivers/gpu/drm/i915/gvt/trace.h 	TP_PROTO(int id, void *spt, int type, unsigned long mfn,
type               46 drivers/gpu/drm/i915/gvt/trace.h 	TP_ARGS(id, spt, type, mfn, gpt_gfn),
type               51 drivers/gpu/drm/i915/gvt/trace.h 		__field(int, type)
type               59 drivers/gpu/drm/i915/gvt/trace.h 		__entry->type = type;
type               67 drivers/gpu/drm/i915/gvt/trace.h 		__entry->type,
type               73 drivers/gpu/drm/i915/gvt/trace.h 	TP_PROTO(int id, void *spt, int type),
type               75 drivers/gpu/drm/i915/gvt/trace.h 	TP_ARGS(id, spt, type),
type               80 drivers/gpu/drm/i915/gvt/trace.h 		__field(int, type)
type               86 drivers/gpu/drm/i915/gvt/trace.h 		__entry->type = type;
type               92 drivers/gpu/drm/i915/gvt/trace.h 		__entry->type)
type              116 drivers/gpu/drm/i915/gvt/trace.h 	TP_PROTO(int id, char *type, int ring_id, int root_entry_type,
type              119 drivers/gpu/drm/i915/gvt/trace.h 	TP_ARGS(id, type, ring_id, root_entry_type, gma, gpa),
type              128 drivers/gpu/drm/i915/gvt/trace.h 			id, type, ring_id, root_entry_type, gma, gpa);
type              154 drivers/gpu/drm/i915/gvt/trace.h 		int type),
type              156 drivers/gpu/drm/i915/gvt/trace.h 	TP_ARGS(id, action, spt, gfn, type),
type              165 drivers/gpu/drm/i915/gvt/trace.h 				id, action, spt, gfn, type);
type              172 drivers/gpu/drm/i915/gvt/trace.h 	TP_PROTO(int id, const char *tag, void *spt, int type, u64 v,
type              175 drivers/gpu/drm/i915/gvt/trace.h 	TP_ARGS(id, tag, spt, type, v, index),
type              184 drivers/gpu/drm/i915/gvt/trace.h 			id, tag, spt, type, v, index);
type              191 drivers/gpu/drm/i915/gvt/trace.h 	TP_PROTO(int id, const char *tag, int page_id, void *gpt, int type),
type              193 drivers/gpu/drm/i915/gvt/trace.h 	TP_ARGS(id, tag, page_id, gpt, type),
type              202 drivers/gpu/drm/i915/gvt/trace.h 			id, tag, page_id, gpt, type);
type              209 drivers/gpu/drm/i915/gvt/trace.h 	TP_PROTO(int id, int page_id, void *gpt, int type, u64 v,
type              212 drivers/gpu/drm/i915/gvt/trace.h 	TP_ARGS(id, page_id, gpt, type, v, index),
type              221 drivers/gpu/drm/i915/gvt/trace.h 				id, page_id, gpt, type, v, index);
type              477 drivers/gpu/drm/i915/gvt/vgpu.c 				struct intel_vgpu_type *type)
type              484 drivers/gpu/drm/i915/gvt/vgpu.c 	param.low_gm_sz = type->low_gm_size;
type              485 drivers/gpu/drm/i915/gvt/vgpu.c 	param.high_gm_sz = type->high_gm_size;
type              486 drivers/gpu/drm/i915/gvt/vgpu.c 	param.fence_sz = type->fence;
type              487 drivers/gpu/drm/i915/gvt/vgpu.c 	param.weight = type->weight;
type              488 drivers/gpu/drm/i915/gvt/vgpu.c 	param.resolution = type->resolution;
type              173 drivers/gpu/drm/i915/i915_debugfs.c 			switch (vma->ggtt_view.type) {
type              209 drivers/gpu/drm/i915/i915_debugfs.c 				MISSING_CASE(vma->ggtt_view.type);
type             1841 drivers/gpu/drm/i915/i915_debugfs.c stringify_guc_log_type(enum guc_log_buffer_type type)
type             1843 drivers/gpu/drm/i915/i915_debugfs.c 	switch (type) {
type             1851 drivers/gpu/drm/i915/i915_debugfs.c 		MISSING_CASE(type);
type             1861 drivers/gpu/drm/i915/i915_debugfs.c 	enum guc_log_buffer_type type;
type             1873 drivers/gpu/drm/i915/i915_debugfs.c 	for (type = GUC_ISR_LOG_BUFFER; type < GUC_MAX_LOG_BUFFER; type++) {
type             1875 drivers/gpu/drm/i915/i915_debugfs.c 			   stringify_guc_log_type(type),
type             1876 drivers/gpu/drm/i915/i915_debugfs.c 			   log->stats[type].flush,
type             1877 drivers/gpu/drm/i915/i915_debugfs.c 			   log->stats[type].sampled_overflow);
type             2585 drivers/gpu/drm/i915/i915_debugfs.c 		if (intel_encoder->type == INTEL_OUTPUT_DP_MST)
type             2591 drivers/gpu/drm/i915/i915_debugfs.c 		if (intel_encoder->type == INTEL_OUTPUT_LVDS)
type             2595 drivers/gpu/drm/i915/i915_debugfs.c 		if (intel_encoder->type == INTEL_OUTPUT_HDMI ||
type             2596 drivers/gpu/drm/i915/i915_debugfs.c 		    intel_encoder->type == INTEL_OUTPUT_DDI)
type             2608 drivers/gpu/drm/i915/i915_debugfs.c static const char *plane_type(enum drm_plane_type type)
type             2610 drivers/gpu/drm/i915/i915_debugfs.c 	switch (type) {
type             2673 drivers/gpu/drm/i915/i915_debugfs.c 			   plane_type(intel_plane->base.type),
type             3106 drivers/gpu/drm/i915/i915_debugfs.c 		if (!intel_encoder || intel_encoder->type == INTEL_OUTPUT_DP_MST)
type             3154 drivers/gpu/drm/i915/i915_debugfs.c 		if (encoder && encoder->type == INTEL_OUTPUT_DP_MST)
type             3198 drivers/gpu/drm/i915/i915_debugfs.c 		if (encoder && encoder->type == INTEL_OUTPUT_DP_MST)
type             3248 drivers/gpu/drm/i915/i915_debugfs.c 		if (encoder && encoder->type == INTEL_OUTPUT_DP_MST)
type             3292 drivers/gpu/drm/i915/i915_debugfs.c 		if (encoder && encoder->type == INTEL_OUTPUT_DP_MST)
type             3905 drivers/gpu/drm/i915/i915_debugfs.c 	const char *type = is_available_info ? "Available" : "Enabled";
type             3908 drivers/gpu/drm/i915/i915_debugfs.c 	seq_printf(m, "  %s Slice Mask: %04x\n", type,
type             3910 drivers/gpu/drm/i915/i915_debugfs.c 	seq_printf(m, "  %s Slice Total: %u\n", type,
type             3912 drivers/gpu/drm/i915/i915_debugfs.c 	seq_printf(m, "  %s Subslice Total: %u\n", type,
type             3915 drivers/gpu/drm/i915/i915_debugfs.c 		seq_printf(m, "  %s Slice%i subslices: %u\n", type,
type             3918 drivers/gpu/drm/i915/i915_debugfs.c 	seq_printf(m, "  %s EU Total: %u\n", type,
type             3920 drivers/gpu/drm/i915/i915_debugfs.c 	seq_printf(m, "  %s EU Per Subslice: %u\n", type,
type             4205 drivers/gpu/drm/i915/i915_debugfs.c 			if (encoder->type != INTEL_OUTPUT_EDP)
type              717 drivers/gpu/drm/i915/i915_drv.c #define DRAM_TYPE_STR(type) [INTEL_DRAM_ ## type] = #type
type              719 drivers/gpu/drm/i915/i915_drv.c static const char *intel_dram_type_str(enum intel_dram_type type)
type              729 drivers/gpu/drm/i915/i915_drv.c 	if (type >= ARRAY_SIZE(str))
type              730 drivers/gpu/drm/i915/i915_drv.c 		type = INTEL_DRAM_UNKNOWN;
type              732 drivers/gpu/drm/i915/i915_drv.c 	return str[type];
type              952 drivers/gpu/drm/i915/i915_drv.c 	dram_info->type = skl_get_dram_type(dev_priv);
type              953 drivers/gpu/drm/i915/i915_drv.c 	DRM_DEBUG_KMS("DRAM type: %s\n", intel_dram_type_str(dram_info->type));
type             1083 drivers/gpu/drm/i915/i915_drv.c 		enum intel_dram_type type;
type             1092 drivers/gpu/drm/i915/i915_drv.c 		type = bxt_get_dimm_type(val);
type             1094 drivers/gpu/drm/i915/i915_drv.c 		WARN_ON(type != INTEL_DRAM_UNKNOWN &&
type             1095 drivers/gpu/drm/i915/i915_drv.c 			dram_info->type != INTEL_DRAM_UNKNOWN &&
type             1096 drivers/gpu/drm/i915/i915_drv.c 			dram_info->type != type);
type             1101 drivers/gpu/drm/i915/i915_drv.c 			      intel_dram_type_str(type));
type             1113 drivers/gpu/drm/i915/i915_drv.c 		if (type != INTEL_DRAM_UNKNOWN)
type             1114 drivers/gpu/drm/i915/i915_drv.c 			dram_info->type = type;
type             1117 drivers/gpu/drm/i915/i915_drv.c 	if (dram_info->type == INTEL_DRAM_UNKNOWN ||
type              464 drivers/gpu/drm/i915/i915_drv.h 	enum drrs_support_type type;
type              796 drivers/gpu/drm/i915/i915_drv.h 		enum intel_backlight_type type;
type             1634 drivers/gpu/drm/i915/i915_drv.h 		} type;
type             2409 drivers/gpu/drm/i915/i915_drv.h const char *i915_cache_level_str(struct drm_i915_private *i915, int type);
type              990 drivers/gpu/drm/i915/i915_gem.c 	    (!view || view->type == I915_GGTT_VIEW_NORMAL)) {
type             1891 drivers/gpu/drm/i915/i915_gem_gtt.c 	vma->ggtt_view.type = I915_GGTT_VIEW_ROTATED; /* prevent fencing */
type             3573 drivers/gpu/drm/i915/i915_gem_gtt.c 	switch (vma->ggtt_view.type) {
type             3575 drivers/gpu/drm/i915/i915_gem_gtt.c 		GEM_BUG_ON(vma->ggtt_view.type);
type             3601 drivers/gpu/drm/i915/i915_gem_gtt.c 			  vma->ggtt_view.type, ret);
type              206 drivers/gpu/drm/i915/i915_gem_gtt.h 	enum i915_ggtt_view_type type;
type              247 drivers/gpu/drm/i915/i915_gem_gtt.h #define __px_choose_expr(x, type, expr, other) \
type              249 drivers/gpu/drm/i915/i915_gem_gtt.h 	__builtin_types_compatible_p(typeof(x), type) || \
type              250 drivers/gpu/drm/i915/i915_gem_gtt.h 	__builtin_types_compatible_p(typeof(x), const type), \
type              251 drivers/gpu/drm/i915/i915_gem_gtt.h 	({ type __x = (type)(x); expr; }), \
type              146 drivers/gpu/drm/i915/i915_irq.h #define GEN8_IRQ_RESET_NDX(uncore, type, which) \
type              149 drivers/gpu/drm/i915/i915_irq.h 	gen3_irq_reset((uncore), GEN8_##type##_IMR(which_), \
type              150 drivers/gpu/drm/i915/i915_irq.h 		       GEN8_##type##_IIR(which_), GEN8_##type##_IER(which_)); \
type              153 drivers/gpu/drm/i915/i915_irq.h #define GEN3_IRQ_RESET(uncore, type) \
type              154 drivers/gpu/drm/i915/i915_irq.h 	gen3_irq_reset((uncore), type##IMR, type##IIR, type##IER)
type              159 drivers/gpu/drm/i915/i915_irq.h #define GEN8_IRQ_INIT_NDX(uncore, type, which, imr_val, ier_val) \
type              163 drivers/gpu/drm/i915/i915_irq.h 		      GEN8_##type##_IMR(which_), imr_val, \
type              164 drivers/gpu/drm/i915/i915_irq.h 		      GEN8_##type##_IER(which_), ier_val, \
type              165 drivers/gpu/drm/i915/i915_irq.h 		      GEN8_##type##_IIR(which_)); \
type              168 drivers/gpu/drm/i915/i915_irq.h #define GEN3_IRQ_INIT(uncore, type, imr_val, ier_val) \
type              170 drivers/gpu/drm/i915/i915_irq.h 		      type##IMR, imr_val, \
type              171 drivers/gpu/drm/i915/i915_irq.h 		      type##IER, ier_val, \
type              172 drivers/gpu/drm/i915/i915_irq.h 		      type##IIR)
type              183 drivers/gpu/drm/i915/i915_params.c 					 const char *type,
type              186 drivers/gpu/drm/i915/i915_params.c 	if (!__builtin_strcmp(type, "bool"))
type              188 drivers/gpu/drm/i915/i915_params.c 	else if (!__builtin_strcmp(type, "int"))
type              190 drivers/gpu/drm/i915/i915_params.c 	else if (!__builtin_strcmp(type, "unsigned int"))
type              192 drivers/gpu/drm/i915/i915_params.c 	else if (!__builtin_strcmp(type, "char *"))
type              196 drivers/gpu/drm/i915/i915_params.c 			  type, name);
type              213 drivers/gpu/drm/i915/i915_params.c static __always_inline void dup_param(const char *type, void *x)
type              215 drivers/gpu/drm/i915/i915_params.c 	if (!__builtin_strcmp(type, "char *"))
type              227 drivers/gpu/drm/i915/i915_params.c static __always_inline void free_param(const char *type, void *x)
type              229 drivers/gpu/drm/i915/i915_params.c 	if (!__builtin_strcmp(type, "char *")) {
type              569 drivers/gpu/drm/i915/i915_perf.c 			    enum drm_i915_perf_record_type type)
type              571 drivers/gpu/drm/i915/i915_perf.c 	struct drm_i915_perf_record_header header = { type, 0, sizeof(header) };
type              611 drivers/gpu/drm/i915/i915_perf.c 	header.type = DRM_I915_PERF_RECORD_SAMPLE;
type              399 drivers/gpu/drm/i915/i915_pmu.c 	if (event->attr.type != event->pmu->type)
type              105 drivers/gpu/drm/i915/i915_utils.h #define range_overflows_t(type, start, size, max) \
type              106 drivers/gpu/drm/i915/i915_utils.h 	range_overflows((type)(start), (type)(size), (type)(max))
type              195 drivers/gpu/drm/i915/i915_utils.h #define container_of_user(ptr, type, member) ({				\
type              197 drivers/gpu/drm/i915/i915_utils.h 	BUILD_BUG_ON_MSG(!__same_type(*(ptr), struct_member(type, member)) && \
type              200 drivers/gpu/drm/i915/i915_utils.h 	((type __user *)(__mptr - offsetof(type, member))); })
type              132 drivers/gpu/drm/i915/i915_vma.c 	if (view && view->type != I915_GGTT_VIEW_NORMAL) {
type              134 drivers/gpu/drm/i915/i915_vma.c 		if (view->type == I915_GGTT_VIEW_PARTIAL) {
type              142 drivers/gpu/drm/i915/i915_vma.c 		} else if (view->type == I915_GGTT_VIEW_ROTATED) {
type              145 drivers/gpu/drm/i915/i915_vma.c 		} else if (view->type == I915_GGTT_VIEW_REMAPPED) {
type              266 drivers/gpu/drm/i915/i915_vma.h 	cmp = vma->ggtt_view.type;
type              270 drivers/gpu/drm/i915/i915_vma.h 	cmp -= view->type;
type              293 drivers/gpu/drm/i915/i915_vma.h 	return memcmp(&vma->ggtt_view.partial, &view->partial, view->type);
type             3133 drivers/gpu/drm/i915/intel_pm.c 		if (plane->type == DRM_PLANE_TYPE_PRIMARY)
type             3135 drivers/gpu/drm/i915/intel_pm.c 		else if (plane->type == DRM_PLANE_TYPE_OVERLAY)
type             3137 drivers/gpu/drm/i915/intel_pm.c 		else if (plane->type == DRM_PLANE_TYPE_CURSOR)
type              156 drivers/gpu/drm/i915/intel_uncore.c 				 const enum ack_type type)
type              159 drivers/gpu/drm/i915/intel_uncore.c 	const u32 value = type == ACK_SET ? ack_bit : 0;
type              193 drivers/gpu/drm/i915/intel_uncore.c 			 type == ACK_SET ? "set" : "clear",
type               52 drivers/gpu/drm/i915/selftests/i915_vma.c 	if (vma->ggtt_view.type != I915_GGTT_VIEW_NORMAL) {
type               54 drivers/gpu/drm/i915/selftests/i915_vma.c 		       vma->ggtt_view.type);
type              523 drivers/gpu/drm/i915/selftests/i915_vma.c 			view.type = *t;
type              544 drivers/gpu/drm/i915/selftests/i915_vma.c 					if (view.type == I915_GGTT_VIEW_ROTATED &&
type              552 drivers/gpu/drm/i915/selftests/i915_vma.c 					if (view.type == I915_GGTT_VIEW_REMAPPED &&
type              582 drivers/gpu/drm/i915/selftests/i915_vma.c 						if (view.type == I915_GGTT_VIEW_ROTATED)
type              588 drivers/gpu/drm/i915/selftests/i915_vma.c 							       view.type == I915_GGTT_VIEW_ROTATED ?
type              667 drivers/gpu/drm/i915/selftests/i915_vma.c 	if (view && view->type != I915_GGTT_VIEW_NORMAL) {
type              680 drivers/gpu/drm/i915/selftests/i915_vma.c 		if (vma->ggtt_view.type != I915_GGTT_VIEW_NORMAL) {
type              682 drivers/gpu/drm/i915/selftests/i915_vma.c 			       vma->ggtt_view.type);
type              728 drivers/gpu/drm/i915/selftests/i915_vma.c 				view.type = I915_GGTT_VIEW_PARTIAL;
type              733 drivers/gpu/drm/i915/selftests/i915_vma.c 					view.type = I915_GGTT_VIEW_NORMAL;
type              889 drivers/gpu/drm/i915/selftests/i915_vma.c 				.type = *t,
type              909 drivers/gpu/drm/i915/selftests/i915_vma.c 			GEM_BUG_ON(vma->ggtt_view.type != *t);
type              940 drivers/gpu/drm/i915/selftests/i915_vma.c 			GEM_BUG_ON(vma->ggtt_view.type != I915_GGTT_VIEW_NORMAL);
type              149 drivers/gpu/drm/imx/imx-ldb.c 		mode->type |= DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              277 drivers/gpu/drm/imx/ipuv3-plane.c 	unsigned int zpos = (plane->type == DRM_PLANE_TYPE_PRIMARY) ? 0 : 1;
type              355 drivers/gpu/drm/imx/ipuv3-plane.c 	bool can_position = (plane->type == DRM_PLANE_TYPE_OVERLAY);
type              381 drivers/gpu/drm/imx/ipuv3-plane.c 	switch (plane->type) {
type              390 drivers/gpu/drm/imx/ipuv3-plane.c 		dev_warn(dev, "Unsupported plane type %d\n", plane->type);
type              827 drivers/gpu/drm/imx/ipuv3-plane.c 				 enum drm_plane_type type)
type              831 drivers/gpu/drm/imx/ipuv3-plane.c 	unsigned int zpos = (type == DRM_PLANE_TYPE_PRIMARY) ? 0 : 1;
type              853 drivers/gpu/drm/imx/ipuv3-plane.c 				       modifiers, type, NULL);
type               34 drivers/gpu/drm/imx/ipuv3-plane.h 				 enum drm_plane_type type);
type               75 drivers/gpu/drm/imx/parallel-display.c 		mode->type |= DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED,
type              168 drivers/gpu/drm/mcde/mcde_dsi.c #define MCDE_DSI_HOST_IS_READ(type)			    \
type              169 drivers/gpu/drm/mcde/mcde_dsi.c 	((type == MIPI_DSI_GENERIC_READ_REQUEST_0_PARAM) || \
type              170 drivers/gpu/drm/mcde/mcde_dsi.c 	 (type == MIPI_DSI_GENERIC_READ_REQUEST_1_PARAM) || \
type              171 drivers/gpu/drm/mcde/mcde_dsi.c 	 (type == MIPI_DSI_GENERIC_READ_REQUEST_2_PARAM) || \
type              172 drivers/gpu/drm/mcde/mcde_dsi.c 	 (type == MIPI_DSI_DCS_READ))
type              203 drivers/gpu/drm/mcde/mcde_dsi.c 	if (MCDE_DSI_HOST_IS_READ(msg->type))
type              214 drivers/gpu/drm/mcde/mcde_dsi.c 	if (mipi_dsi_packet_format_is_long(msg->type))
type              219 drivers/gpu/drm/mcde/mcde_dsi.c 	val |= msg->type << DSI_DIRECT_CMD_MAIN_SETTINGS_CMD_HEAD_SHIFT;
type              254 drivers/gpu/drm/mcde/mcde_dsi.c 	if (MCDE_DSI_HOST_IS_READ(msg->type)) {
type              291 drivers/gpu/drm/mcde/mcde_dsi.c 	if (!MCDE_DSI_HOST_IS_READ(msg->type)) {
type              506 drivers/gpu/drm/mediatek/mtk_drm_crtc.c 		if (mtk_crtc->planes[i].type == DRM_PLANE_TYPE_PRIMARY)
type              508 drivers/gpu/drm/mediatek/mtk_drm_crtc.c 		else if (mtk_crtc->planes[i].type == DRM_PLANE_TYPE_CURSOR)
type              543 drivers/gpu/drm/mediatek/mtk_drm_crtc.c 	enum drm_plane_type type;
type              610 drivers/gpu/drm/mediatek/mtk_drm_crtc.c 		type = (zpos == 0) ? DRM_PLANE_TYPE_PRIMARY :
type              614 drivers/gpu/drm/mediatek/mtk_drm_crtc.c 				     BIT(pipe), type);
type              207 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c 	enum mtk_ddp_comp_type type;
type              247 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c 		if (comp_type == mtk_ddp_matches[i].type &&
type              259 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c 	enum mtk_ddp_comp_type type;
type              266 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c 	type = mtk_ddp_matches[comp_id].type;
type              293 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c 	if (type != MTK_DISP_OVL &&
type              294 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c 	    type != MTK_DISP_RDMA &&
type              295 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c 	    type != MTK_DISP_WDMA)
type              157 drivers/gpu/drm/mediatek/mtk_drm_plane.c 		   unsigned long possible_crtcs, enum drm_plane_type type)
type              163 drivers/gpu/drm/mediatek/mtk_drm_plane.c 				       ARRAY_SIZE(formats), NULL, type, NULL);
type               38 drivers/gpu/drm/mediatek/mtk_drm_plane.h 		   unsigned long possible_crtcs, enum drm_plane_type type);
type              145 drivers/gpu/drm/mediatek/mtk_dsi.c #define MTK_DSI_HOST_IS_READ(type) \
type              146 drivers/gpu/drm/mediatek/mtk_dsi.c 	((type == MIPI_DSI_GENERIC_READ_REQUEST_0_PARAM) || \
type              147 drivers/gpu/drm/mediatek/mtk_dsi.c 	(type == MIPI_DSI_GENERIC_READ_REQUEST_1_PARAM) || \
type              148 drivers/gpu/drm/mediatek/mtk_dsi.c 	(type == MIPI_DSI_GENERIC_READ_REQUEST_2_PARAM) || \
type              149 drivers/gpu/drm/mediatek/mtk_dsi.c 	(type == MIPI_DSI_DCS_READ))
type              913 drivers/gpu/drm/mediatek/mtk_dsi.c static u32 mtk_dsi_recv_cnt(u8 type, u8 *read_data)
type              915 drivers/gpu/drm/mediatek/mtk_dsi.c 	switch (type) {
type              929 drivers/gpu/drm/mediatek/mtk_dsi.c 		DRM_INFO("type(0x%x) not recognized\n", type);
type              939 drivers/gpu/drm/mediatek/mtk_dsi.c 	u8 config, cmdq_size, cmdq_off, type = msg->type;
type              942 drivers/gpu/drm/mediatek/mtk_dsi.c 	if (MTK_DSI_HOST_IS_READ(type))
type              951 drivers/gpu/drm/mediatek/mtk_dsi.c 		reg_val = (msg->tx_len << 16) | (type << 8) | config;
type              956 drivers/gpu/drm/mediatek/mtk_dsi.c 		reg_val = (type << 8) | config;
type              994 drivers/gpu/drm/mediatek/mtk_dsi.c 	if (MTK_DSI_HOST_IS_READ(msg->type))
type             1000 drivers/gpu/drm/mediatek/mtk_dsi.c 	if (!MTK_DSI_HOST_IS_READ(msg->type))
type              503 drivers/gpu/drm/mga/mga_dma.c 	agp_req.type = 0;
type              957 drivers/gpu/drm/mga/mga_dma.c 		    && (dev_priv->warp->type != _DRM_CONSISTENT))
type              961 drivers/gpu/drm/mga/mga_dma.c 		    && (dev_priv->primary->type != _DRM_CONSISTENT))
type              168 drivers/gpu/drm/mgag200/mgag200_drv.h #define IS_G200_SE(mdev) (mdev->type == G200_SE_A || mdev->type == G200_SE_B)
type              185 drivers/gpu/drm/mgag200/mgag200_drv.h 	enum mga_type			type;
type              101 drivers/gpu/drm/mgag200/mgag200_i2c.c 	switch (mdev->type) {
type               35 drivers/gpu/drm/mgag200/mgag200_main.c 	if ((mdev->type == G200_EW3) && (vram_size >= 0x1000000)) {
type               98 drivers/gpu/drm/mgag200/mgag200_main.c 	mdev->type = mgag200_type_from_driver_data(flags);
type              236 drivers/gpu/drm/mgag200/mgag200_mode.c 	if (mdev->type == G200_EW3) {
type              506 drivers/gpu/drm/mgag200/mgag200_mode.c 	if (mdev->type == G200_EH3) {
type              705 drivers/gpu/drm/mgag200/mgag200_mode.c 	switch(mdev->type) {
type              930 drivers/gpu/drm/mgag200/mgag200_mode.c 	switch (mdev->type) {
type             1002 drivers/gpu/drm/mgag200/mgag200_mode.c 		if ((mdev->type == G200_EV ||
type             1003 drivers/gpu/drm/mgag200/mgag200_mode.c 		    mdev->type == G200_WB ||
type             1004 drivers/gpu/drm/mgag200/mgag200_mode.c 		    mdev->type == G200_EH ||
type             1005 drivers/gpu/drm/mgag200/mgag200_mode.c 		    mdev->type == G200_EW3 ||
type             1006 drivers/gpu/drm/mgag200/mgag200_mode.c 		    mdev->type == G200_EH3) &&
type             1013 drivers/gpu/drm/mgag200/mgag200_mode.c 	if (mdev->type == G200_ER)
type             1108 drivers/gpu/drm/mgag200/mgag200_mode.c 	if (mdev->type == G200_WB || mdev->type == G200_EW3)
type             1121 drivers/gpu/drm/mgag200/mgag200_mode.c 	if (mdev->type == G200_ER)
type             1124 drivers/gpu/drm/mgag200/mgag200_mode.c 	if (mdev->type == G200_EW3)
type             1127 drivers/gpu/drm/mgag200/mgag200_mode.c 	if (mdev->type == G200_EV) {
type             1143 drivers/gpu/drm/mgag200/mgag200_mode.c 	if (mdev->type == G200_ER) {
type             1328 drivers/gpu/drm/mgag200/mgag200_mode.c 	if (mdev->type == G200_SE_A || mdev->type == G200_SE_B) {
type             1342 drivers/gpu/drm/mgag200/mgag200_mode.c 	if (mdev->type == G200_WB || mdev->type == G200_EW3)
type             1359 drivers/gpu/drm/mgag200/mgag200_mode.c 	if (mdev->type == G200_WB || mdev->type == G200_EW3)
type             1362 drivers/gpu/drm/mgag200/mgag200_mode.c 	if (mdev->type == G200_SE_A || mdev->type == G200_SE_B) {
type             1592 drivers/gpu/drm/mgag200/mgag200_mode.c 	} else if (mdev->type == G200_WB) {
type             1600 drivers/gpu/drm/mgag200/mgag200_mode.c 	} else if (mdev->type == G200_EV &&
type             1604 drivers/gpu/drm/mgag200/mgag200_mode.c 	} else if (mdev->type == G200_EH &&
type             1608 drivers/gpu/drm/mgag200/mgag200_mode.c 	} else if (mdev->type == G200_ER &&
type               56 drivers/gpu/drm/msm/adreno/a5xx_gpu.c 		switch (submit->cmd[i].type) {
type              147 drivers/gpu/drm/msm/adreno/a5xx_gpu.c 		switch (submit->cmd[i].type) {
type             1182 drivers/gpu/drm/msm/adreno/a5xx_gpu.c 	u32 type;
type             1230 drivers/gpu/drm/msm/adreno/a5xx_gpu.c 		u32 type = a5xx_hlsq_aperture_regs[i].type;
type             1234 drivers/gpu/drm/msm/adreno/a5xx_gpu.c 		*ptr++ = ((u64) type << 8);
type              112 drivers/gpu/drm/msm/adreno/a6xx_gpu.c 		switch (submit->cmd[i].type) {
type              579 drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c 			(block->type << 8) | i);
type              183 drivers/gpu/drm/msm/adreno/a6xx_gpu_state.h 	{ .type = _type, .name = #_type, .size = _size }
type              187 drivers/gpu/drm/msm/adreno/a6xx_gpu_state.h 	u32 type;
type              338 drivers/gpu/drm/msm/adreno/a6xx_hfi.c 	header->type =  10 << 8 | id;
type               19 drivers/gpu/drm/msm/adreno/a6xx_hfi.h 	u32 type;
type              423 drivers/gpu/drm/msm/adreno/adreno_gpu.c 		switch (submit->cmd[i].type) {
type             1247 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c 		enum dpu_intf_type type, u32 controller_id)
type             1252 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c 		if (catalog->intf[i].type == type
type               87 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c 	if (phys_enc->hw_intf->cap->type == INTF_DSI) {
type               26 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_blk.c void dpu_hw_blk_init(struct dpu_hw_blk *hw_blk, u32 type, int id,
type               30 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_blk.c 	hw_blk->type = type;
type               55 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_blk.c 		pr_err("hw_blk:%d.%d invalid refcount\n", hw_blk->type,
type               70 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_blk.c struct dpu_hw_blk *dpu_hw_blk_get(struct dpu_hw_blk *hw_blk, u32 type, int id)
type               78 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_blk.c 			if ((curr->type != type) ||
type               91 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_blk.c 		pr_debug("no hw_blk:%d\n", type);
type              100 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_blk.c 			pr_err("failed to start  hw_blk:%d rc:%d\n", type, rc);
type              105 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_blk.c 	pr_debug("hw_blk:%d.%d refcount:%d\n", hw_blk->type,
type              126 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_blk.c 	pr_debug("hw_blk:%d.%d refcount:%d\n", hw_blk->type, hw_blk->id,
type              130 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_blk.c 		pr_err("hw_blk:%d.%d invalid put\n", hw_blk->type, hw_blk->id);
type               33 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_blk.h 	u32 type;
type               39 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_blk.h void dpu_hw_blk_init(struct dpu_hw_blk *hw_blk, u32 type, int id,
type               43 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_blk.h struct dpu_hw_blk *dpu_hw_blk_get(struct dpu_hw_blk *hw_blk, u32 type, int id);
type              183 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c 	.type = _type, \
type              281 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c 	.type = _type, \
type              449 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h 	u32 type;
type              491 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h 	u32 type;   /* interface type*/
type               68 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c 		(m->intf[i].type != INTF_NONE)) {
type              108 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c 	if (ctx->cap->type == INTF_EDP || ctx->cap->type == INTF_DP) {
type              146 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c 	if (ctx->cap->type == INTF_HDMI) {
type               60 drivers/gpu/drm/msm/disp/dpu1/dpu_io_util.c 			if (clk_arry[i].type != DSS_CLK_AHB) {
type              169 drivers/gpu/drm/msm/disp/dpu1/dpu_io_util.c 		mp->clk_config[i].type = DSS_CLK_AHB;
type              189 drivers/gpu/drm/msm/disp/dpu1/dpu_io_util.c 		mp->clk_config[i].type = DSS_CLK_PCLK;
type               24 drivers/gpu/drm/msm/disp/dpu1/dpu_io_util.h 	enum dss_clk_type type;
type              525 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c 		enum drm_plane_type type;
type              529 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c 			type = DRM_PLANE_TYPE_CURSOR;
type              531 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c 			type = DRM_PLANE_TYPE_PRIMARY;
type              533 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c 			type = DRM_PLANE_TYPE_OVERLAY;
type              536 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c 			  type, catalog->sspp[i].features,
type              539 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c 		plane = dpu_plane_init(dev, catalog->sspp[i].id, type,
type              548 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c 		if (type == DRM_PLANE_TYPE_CURSOR)
type              550 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c 		else if (type == DRM_PLANE_TYPE_PRIMARY)
type             1086 drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c 	if (plane->type != DRM_PLANE_TYPE_CURSOR) {
type             1455 drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c 		uint32_t pipe, enum drm_plane_type type,
type             1518 drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c 				supported_format_modifiers, type, NULL);
type              111 drivers/gpu/drm/msm/disp/dpu1/dpu_plane.h 		uint32_t pipe, enum drm_plane_type type,
type               46 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 		enum dpu_hw_blk_type type)
type               50 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 	iter->type = type;
type               57 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 	if (!rm || !i || i->type >= DPU_HW_BLK_MAX) {
type               63 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 	blk_list = &rm->hw_blks[i->type];
type               76 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 					i->type, i->blk->id, i->enc_id);
type               81 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 	DPU_DEBUG("no match, type %d for enc %d\n", i->type, i->enc_id);
type               97 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c static void _dpu_rm_hw_destroy(enum dpu_hw_blk_type type, void *hw)
type               99 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 	switch (type) {
type              118 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 		DPU_ERROR("unsupported block type %d\n", type);
type              126 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 	enum dpu_hw_blk_type type;
type              128 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 	for (type = 0; type < DPU_HW_BLK_MAX; type++) {
type              129 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 		list_for_each_entry_safe(hw_cur, hw_nxt, &rm->hw_blks[type],
type              132 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 			_dpu_rm_hw_destroy(type, hw_cur->hw);
type              146 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 		enum dpu_hw_blk_type type,
type              153 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 	switch (type) {
type              172 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 		DPU_ERROR("unsupported block type %d\n", type);
type              178 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 				type, PTR_ERR(hw));
type              184 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 		_dpu_rm_hw_destroy(type, hw);
type              191 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 	list_add_tail(&blk->list, &rm->hw_blks[type]);
type              201 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 	enum dpu_hw_blk_type type;
type              213 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 	for (type = 0; type < DPU_HW_BLK_MAX; type++)
type              214 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 		INIT_LIST_HEAD(&rm->hw_blks[type]);
type              255 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 		if (cat->intf[i].type == INTF_NONE) {
type              484 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 		enum dpu_hw_blk_type type)
type              490 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 	dpu_rm_init_hw_iter(&iter, 0, type);
type              496 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 			DPU_ERROR("type %d id %d already reserved\n", type, id);
type              507 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 		DPU_ERROR("couldn't find type %d id %d\n", type, id);
type              583 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 	enum dpu_hw_blk_type type;
type              585 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 	for (type = 0; type < DPU_HW_BLK_MAX; type++) {
type              586 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 		list_for_each_entry(blk, &rm->hw_blks[type], list) {
type              590 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 					  type, blk->id);
type               44 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.h 	enum dpu_hw_blk_type type;
type              105 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.h 		enum dpu_hw_blk_type type);
type              357 drivers/gpu/drm/msm/disp/mdp4/mdp4_plane.c 	enum drm_plane_type type;
type              375 drivers/gpu/drm/msm/disp/mdp4/mdp4_plane.c 	type = private_plane ? DRM_PLANE_TYPE_PRIMARY : DRM_PLANE_TYPE_OVERLAY;
type              378 drivers/gpu/drm/msm/disp/mdp4/mdp4_plane.c 				 NULL, type, NULL);
type              554 drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c 	if ((intf->type == INTF_DSI) &&
type              643 drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c 		if (plane->type == DRM_PLANE_TYPE_CURSOR)
type              671 drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c 		(pstates[cnt - 1].plane->type != DRM_PLANE_TYPE_CURSOR));
type              112 drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c 		intf_sel |= MDP5_DISP_INTF_SEL_INTF0(intf->type);
type              116 drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c 		intf_sel |= MDP5_DISP_INTF_SEL_INTF1(intf->type);
type              120 drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c 		intf_sel |= MDP5_DISP_INTF_SEL_INTF2(intf->type);
type              124 drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c 		intf_sel |= MDP5_DISP_INTF_SEL_INTF3(intf->type);
type              141 drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c 	if (!mdp5_cfg_intf_is_virtual(intf->type))
type              144 drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c 	switch (intf->type) {
type              174 drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c 	if (!mdp5_cfg_intf_is_virtual(intf->type))
type              190 drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c 	switch (intf->type) {
type              417 drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c 	if (intf->type == INTF_WB)
type              115 drivers/gpu/drm/msm/disp/mdp5/mdp5_encoder.c 	if (mdp5_encoder->intf->type != INTF_DSI) {
type              160 drivers/gpu/drm/msm/disp/mdp5/mdp5_encoder.c 	if (mdp5_encoder->intf->type == INTF_eDP) {
type              392 drivers/gpu/drm/msm/disp/mdp5/mdp5_encoder.c 		WARN_ON(intf->type != INTF_DSI);
type              395 drivers/gpu/drm/msm/disp/mdp5/mdp5_encoder.c 		if (intf->type == INTF_DSI)
type              409 drivers/gpu/drm/msm/disp/mdp5/mdp5_encoder.c 	int enc_type = (intf->type == INTF_DSI) ?
type              388 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c 	switch (intf->type) {
type              457 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c 		DRM_DEV_ERROR(dev->dev, "unknown intf: %d\n", intf->type);
type              502 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c 		enum drm_plane_type type;
type              505 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c 			type = DRM_PLANE_TYPE_PRIMARY;
type              507 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c 			type = DRM_PLANE_TYPE_CURSOR;
type              509 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c 			type = DRM_PLANE_TYPE_OVERLAY;
type              511 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c 		plane = mdp5_plane_init(dev, type);
type              519 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c 		if (type == DRM_PLANE_TYPE_PRIMARY)
type              521 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c 		if (type == DRM_PLANE_TYPE_CURSOR)
type              921 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c 		intf->type = intf_types[i];
type              155 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.h 	enum mdp5_intf_type type;
type              241 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.h 	if ((intf->type == INTF_DSI) &&
type              245 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.h 	if (intf->type == INTF_WB)
type              277 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.h 				  enum drm_plane_type type);
type               53 drivers/gpu/drm/msm/disp/mdp5/mdp5_pipe.c 				plane->type != DRM_PLANE_TYPE_CURSOR)
type              110 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c #define SET_PROPERTY(name, NAME, type) do { \
type              112 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 			pstate->name = (type)val; \
type              113 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 			DBG("Set property %s %d", #name, (type)val); \
type              138 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c #define GET_PROPERTY(name, NAME, type) do { \
type              188 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 	if (plane->type == DRM_PLANE_TYPE_PRIMARY)
type              332 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 		if (plane->type == DRM_PLANE_TYPE_CURSOR)
type              577 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 	if ((csc->type == CSC_YUV2RGB) || (CSC_YUV2YUV == csc->type))
type              579 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 	if ((csc->type == CSC_RGB2YUV) || (CSC_YUV2YUV == csc->type))
type             1067 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 				  enum drm_plane_type type)
type             1086 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 			NULL, type, NULL);
type               14 drivers/gpu/drm/msm/disp/mdp_format.c 		.type = CSC_RGB2RGB,
type               26 drivers/gpu/drm/msm/disp/mdp_format.c 		.type = CSC_YUV2RGB,
type               38 drivers/gpu/drm/msm/disp/mdp_format.c 		.type = CSC_RGB2YUV,
type               50 drivers/gpu/drm/msm/disp/mdp_format.c 		.type = CSC_YUV2YUV,
type              175 drivers/gpu/drm/msm/disp/mdp_format.c struct csc_cfg *mdp_get_default_csc_cfg(enum csc_type type)
type              177 drivers/gpu/drm/msm/disp/mdp_format.c 	if (WARN_ON(type >= CSC_MAX))
type              180 drivers/gpu/drm/msm/disp/mdp_format.c 	return &csc_convert[type];
type              127 drivers/gpu/drm/msm/disp/mdp_kms.h 	enum csc_type type;
type              108 drivers/gpu/drm/msm/dsi/dsi.h 			enum msm_dsi_phy_type type, int dsi_id);
type              118 drivers/gpu/drm/msm/dsi/dsi.h 			 enum msm_dsi_phy_type type, int id) {
type             1178 drivers/gpu/drm/msm/dsi/dsi_host.c 	if (mipi_dsi_packet_format_is_long(msg->type))
type             1353 drivers/gpu/drm/msm/dsi/dsi_host.c 			__func__,  msg->type);
type             1375 drivers/gpu/drm/msm/dsi/dsi_host.c 			__func__, msg->type, (*(u8 *)(msg->tx_buf)), len);
type             2074 drivers/gpu/drm/msm/dsi/dsi_host.c 			.type = MIPI_DSI_SET_MAXIMUM_RETURN_PACKET_SIZE,
type              614 drivers/gpu/drm/msm/dsi/phy/dsi_phy.c 	phy->pll = msm_dsi_pll_init(pdev, phy->cfg->type, phy->id);
type               27 drivers/gpu/drm/msm/dsi/phy/dsi_phy.h 	enum msm_dsi_phy_type type;
type              213 drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c 	.type = MSM_DSI_PHY_10NM,
type              231 drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c 	.type = MSM_DSI_PHY_10NM,
type              148 drivers/gpu/drm/msm/dsi/phy/dsi_phy_14nm.c 	.type = MSM_DSI_PHY_14NM,
type              128 drivers/gpu/drm/msm/dsi/phy/dsi_phy_20nm.c 	.type = MSM_DSI_PHY_20NM,
type              128 drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm.c 	.type = MSM_DSI_PHY_28NM_HPM,
type              146 drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm.c 	.type = MSM_DSI_PHY_28NM_LP,
type              177 drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm_8960.c 	.type = MSM_DSI_PHY_28NM_8960,
type              145 drivers/gpu/drm/msm/dsi/pll/dsi_pll.c 			enum msm_dsi_phy_type type, int id)
type              150 drivers/gpu/drm/msm/dsi/pll/dsi_pll.c 	switch (type) {
type              153 drivers/gpu/drm/msm/dsi/pll/dsi_pll.c 		pll = msm_dsi_pll_28nm_init(pdev, type, id);
type              174 drivers/gpu/drm/msm/dsi/pll/dsi_pll.c 	pll->type = type;
type               18 drivers/gpu/drm/msm/dsi/pll/dsi_pll.h 	enum msm_dsi_phy_type type;
type               82 drivers/gpu/drm/msm/dsi/pll/dsi_pll.h 					enum msm_dsi_phy_type type, int id);
type               85 drivers/gpu/drm/msm/dsi/pll/dsi_pll.h 	struct platform_device *pdev, enum msm_dsi_phy_type type, int id)
type              584 drivers/gpu/drm/msm/dsi/pll/dsi_pll_28nm.c 					enum msm_dsi_phy_type type, int id)
type              615 drivers/gpu/drm/msm/dsi/pll/dsi_pll_28nm.c 	if (type == MSM_DSI_PHY_28NM_HPM) {
type              622 drivers/gpu/drm/msm/dsi/pll/dsi_pll_28nm.c 	} else if (type == MSM_DSI_PHY_28NM_LP) {
type              628 drivers/gpu/drm/msm/dsi/pll/dsi_pll_28nm.c 		DRM_DEV_ERROR(&pdev->dev, "phy type (%d) is not 28nm\n", type);
type              145 drivers/gpu/drm/msm/hdmi/hdmi.h 	enum hdmi_phy_type type;
type              114 drivers/gpu/drm/msm/hdmi/hdmi_phy.c 			     enum hdmi_phy_type type)
type              118 drivers/gpu/drm/msm/hdmi/hdmi_phy.c 	switch (type) {
type              170 drivers/gpu/drm/msm/hdmi/hdmi_phy.c 	ret = msm_hdmi_phy_pll_init(pdev, phy->cfg->type);
type               44 drivers/gpu/drm/msm/hdmi/hdmi_phy_8960.c 	.type = MSM_HDMI_PHY_8960,
type              758 drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c 	.type = MSM_HDMI_PHY_8996,
type              126 drivers/gpu/drm/msm/hdmi/hdmi_phy_8x60.c 	.type = MSM_HDMI_PHY_8x60,
type               37 drivers/gpu/drm/msm/hdmi/hdmi_phy_8x74.c 	.type = MSM_HDMI_PHY_8x74,
type              789 drivers/gpu/drm/msm/msm_gem.c static void describe_fence(struct dma_fence *fence, const char *type,
type              793 drivers/gpu/drm/msm/msm_gem.c 		seq_printf(m, "\t%9s: %s %s seq %llu\n", type,
type              148 drivers/gpu/drm/msm/msm_gem.h 		uint32_t type;
type              518 drivers/gpu/drm/msm/msm_gem_submit.c 		switch (submit_cmd.type) {
type              524 drivers/gpu/drm/msm/msm_gem_submit.c 			DRM_ERROR("invalid type: %08x\n", submit_cmd.type);
type              549 drivers/gpu/drm/msm/msm_gem_submit.c 		submit->cmd[i].type = submit_cmd.type;
type              130 drivers/gpu/drm/msm/msm_rd.c 		enum rd_sect_type type, const void *buf, int sz)
type              132 drivers/gpu/drm/msm/msm_rd.c 	rd_write(rd, &type, 4);
type              397 drivers/gpu/drm/msm/msm_rd.c 		switch (submit->cmd[i].type) {
type              213 drivers/gpu/drm/nouveau/dispnv04/arb.c 		uint32_t type;
type              217 drivers/gpu/drm/nouveau/dispnv04/arb.c 				      0x7c, &type);
type              219 drivers/gpu/drm/nouveau/dispnv04/arb.c 		sim_data.memory_type = (type >> 12) & 1;
type              260 drivers/gpu/drm/nouveau/dispnv04/crtc.c 		    (nv_encoder->dcb->type == DCB_OUTPUT_LVDS ||
type              261 drivers/gpu/drm/nouveau/dispnv04/crtc.c 		     nv_encoder->dcb->type == DCB_OUTPUT_TMDS))
type              475 drivers/gpu/drm/nouveau/dispnv04/crtc.c 		if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS)
type              477 drivers/gpu/drm/nouveau/dispnv04/crtc.c 		if (nv_encoder->dcb->type == DCB_OUTPUT_TV)
type              479 drivers/gpu/drm/nouveau/dispnv04/crtc.c 		if (nv_encoder->dcb->type == DCB_OUTPUT_TMDS)
type              247 drivers/gpu/drm/nouveau/dispnv04/dac.c 	if (dcb->type == DCB_OUTPUT_TV) {
type              274 drivers/gpu/drm/nouveau/dispnv04/dac.c 		nvkm_gpio_set(gpio, 0, DCB_GPIO_TVDAC1, 0xff, dcb->type == DCB_OUTPUT_TV);
type              275 drivers/gpu/drm/nouveau/dispnv04/dac.c 		nvkm_gpio_set(gpio, 0, DCB_GPIO_TVDAC0, 0xff, dcb->type == DCB_OUTPUT_TV);
type              291 drivers/gpu/drm/nouveau/dispnv04/dac.c 		if (dcb->type == DCB_OUTPUT_TV)
type              394 drivers/gpu/drm/nouveau/dispnv04/dac.c 			    || nouveau_encoder(rebind)->dcb->type != DCB_OUTPUT_ANALOG)
type               84 drivers/gpu/drm/nouveau/dispnv04/dfp.c 	if (dcbent->type == DCB_OUTPUT_LVDS)
type              158 drivers/gpu/drm/nouveau/dispnv04/dfp.c 	if (dcb->type != DCB_OUTPUT_TMDS || dcb->location == DCB_LOC_ON_CHIP)
type              174 drivers/gpu/drm/nouveau/dispnv04/dfp.c 		if (slave_dcb->type == DCB_OUTPUT_TMDS && get_slave_funcs(slave) &&
type              236 drivers/gpu/drm/nouveau/dispnv04/dfp.c 	if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS && nv04_display(dev)->saved_reg.sel_clk & 0xf0) {
type              265 drivers/gpu/drm/nouveau/dispnv04/dfp.c 			if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS)
type              344 drivers/gpu/drm/nouveau/dispnv04/dfp.c 	if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS) {
type              347 drivers/gpu/drm/nouveau/dispnv04/dfp.c 		    nv_connector->type == DCB_CONNECTOR_LVDS_SPWG) {
type              456 drivers/gpu/drm/nouveau/dispnv04/dfp.c 	if (dcbe->type == DCB_OUTPUT_TMDS)
type              458 drivers/gpu/drm/nouveau/dispnv04/dfp.c 	else if (dcbe->type == DCB_OUTPUT_LVDS)
type              592 drivers/gpu/drm/nouveau/dispnv04/dfp.c 	if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS) {
type              601 drivers/gpu/drm/nouveau/dispnv04/dfp.c 	} else if (nv_encoder->dcb->type == DCB_OUTPUT_TMDS) {
type              632 drivers/gpu/drm/nouveau/dispnv04/dfp.c 		        .type = "sil164",
type              641 drivers/gpu/drm/nouveau/dispnv04/dfp.c 	int type;
type              646 drivers/gpu/drm/nouveau/dispnv04/dfp.c 	type = nvkm_i2c_bus_probe(bus, "TMDS transmitter", info, NULL, NULL);
type              647 drivers/gpu/drm/nouveau/dispnv04/dfp.c 	if (type < 0)
type              651 drivers/gpu/drm/nouveau/dispnv04/dfp.c 			     &bus->i2c, &info[type].dev);
type              682 drivers/gpu/drm/nouveau/dispnv04/dfp.c 	int type;
type              684 drivers/gpu/drm/nouveau/dispnv04/dfp.c 	switch (entry->type) {
type              686 drivers/gpu/drm/nouveau/dispnv04/dfp.c 		type = DRM_MODE_ENCODER_TMDS;
type              690 drivers/gpu/drm/nouveau/dispnv04/dfp.c 		type = DRM_MODE_ENCODER_LVDS;
type              709 drivers/gpu/drm/nouveau/dispnv04/dfp.c 	drm_encoder_init(connector->dev, encoder, &nv04_dfp_funcs, type, NULL);
type              715 drivers/gpu/drm/nouveau/dispnv04/dfp.c 	if (entry->type == DCB_OUTPUT_TMDS &&
type              234 drivers/gpu/drm/nouveau/dispnv04/disp.c 		switch (dcbent->type) {
type              249 drivers/gpu/drm/nouveau/dispnv04/disp.c 			NV_WARN(drm, "DCB type %d not known\n", dcbent->type);
type              210 drivers/gpu/drm/nouveau/dispnv04/tvnv04.c 	int type, ret;
type              213 drivers/gpu/drm/nouveau/dispnv04/tvnv04.c 	type = nv04_tv_identify(dev, entry->i2c_index);
type              214 drivers/gpu/drm/nouveau/dispnv04/tvnv04.c 	if (type < 0)
type              215 drivers/gpu/drm/nouveau/dispnv04/tvnv04.c 		return type;
type              240 drivers/gpu/drm/nouveau/dispnv04/tvnv04.c 				   &nv04_tv_encoder_info[type].dev);
type              221 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c 			mode->type |= DRM_MODE_TYPE_PREFERRED;
type              260 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c 			mode->type |= DRM_MODE_TYPE_PREFERRED;
type              284 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c 		mode->type |= DRM_MODE_TYPE_DRIVER;
type              421 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c 			if ((dcb->type == DCB_OUTPUT_TMDS ||
type              422 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c 			     dcb->type == DCB_OUTPUT_LVDS) &&
type              140 drivers/gpu/drm/nouveau/dispnv50/disp.c 	u8 type = NVIF_MEM_COHERENT;
type              155 drivers/gpu/drm/nouveau/dispnv50/disp.c 		type |= NVIF_MEM_VRAM;
type              157 drivers/gpu/drm/nouveau/dispnv50/disp.c 	ret = nvif_mem_init_map(&cli->mmu, type, 0x1000, &dmac->push);
type              207 drivers/gpu/drm/nouveau/dispnv50/disp.c 	if (dmac->push.type & NVIF_MEM_VRAM) {
type              331 drivers/gpu/drm/nouveau/dispnv50/disp.c 			    mode->type & DRM_MODE_TYPE_DRIVER)
type              457 drivers/gpu/drm/nouveau/dispnv50/disp.c 	int type = DRM_MODE_ENCODER_DAC;
type              471 drivers/gpu/drm/nouveau/dispnv50/disp.c 	drm_encoder_init(connector->dev, encoder, &nv50_dac_func, type,
type             1482 drivers/gpu/drm/nouveau/dispnv50/disp.c 	switch (nv_encoder->dcb->type) {
type             1511 drivers/gpu/drm/nouveau/dispnv50/disp.c 			if (nv_connector->type == DCB_CONNECTOR_LVDS_SPWG) {
type             1583 drivers/gpu/drm/nouveau/dispnv50/disp.c 	int type, ret;
type             1585 drivers/gpu/drm/nouveau/dispnv50/disp.c 	switch (dcbe->type) {
type             1586 drivers/gpu/drm/nouveau/dispnv50/disp.c 	case DCB_OUTPUT_LVDS: type = DRM_MODE_ENCODER_LVDS; break;
type             1590 drivers/gpu/drm/nouveau/dispnv50/disp.c 		type = DRM_MODE_ENCODER_TMDS;
type             1603 drivers/gpu/drm/nouveau/dispnv50/disp.c 	drm_encoder_init(connector->dev, encoder, &nv50_sor_func, type,
type             1609 drivers/gpu/drm/nouveau/dispnv50/disp.c 	if (dcbe->type == DCB_OUTPUT_DP) {
type             1626 drivers/gpu/drm/nouveau/dispnv50/disp.c 		if (nv_connector->type != DCB_CONNECTOR_eDP &&
type             1692 drivers/gpu/drm/nouveau/dispnv50/disp.c 	switch (nv_encoder->dcb->type) {
type             1735 drivers/gpu/drm/nouveau/dispnv50/disp.c 	int type;
type             1737 drivers/gpu/drm/nouveau/dispnv50/disp.c 	switch (dcbe->type) {
type             1741 drivers/gpu/drm/nouveau/dispnv50/disp.c 		type = DRM_MODE_ENCODER_TMDS;
type             1746 drivers/gpu/drm/nouveau/dispnv50/disp.c 		type = DRM_MODE_ENCODER_TMDS;
type             1762 drivers/gpu/drm/nouveau/dispnv50/disp.c 	drm_encoder_init(connector->dev, encoder, &nv50_pior_func, type,
type             1817 drivers/gpu/drm/nouveau/dispnv50/disp.c 		if (interlock[wndw->interlock.type] & wndw->interlock.data) {
type             2388 drivers/gpu/drm/nouveau/dispnv50/disp.c 			switch (dcbe->type) {
type             2407 drivers/gpu/drm/nouveau/dispnv50/disp.c 				     dcbe->location, dcbe->type,
type               42 drivers/gpu/drm/nouveau/dispnv50/disp.h 	} type;
type              126 drivers/gpu/drm/nouveau/dispnv50/wndw.c 	interlock[wndw->interlock.type] |= wndw->interlock.data;
type              156 drivers/gpu/drm/nouveau/dispnv50/wndw.c 			interlock[wndw->interlock.type] |= wndw->interlock.data;
type              162 drivers/gpu/drm/nouveau/dispnv50/wndw.c 		interlock[wndw->interlock.type] |= wndw->interlock.data;
type              559 drivers/gpu/drm/nouveau/dispnv50/wndw.c 	return (plane->type == DRM_PLANE_TYPE_PRIMARY) ? 0 :
type              560 drivers/gpu/drm/nouveau/dispnv50/wndw.c 	       (plane->type == DRM_PLANE_TYPE_OVERLAY) ? 1 : 255;
type              629 drivers/gpu/drm/nouveau/dispnv50/wndw.c 	       enum drm_plane_type type, const char *name, int index,
type              645 drivers/gpu/drm/nouveau/dispnv50/wndw.c 	wndw->interlock.type = interlock_type;
type              655 drivers/gpu/drm/nouveau/dispnv50/wndw.c 				       type, "%s-%d", name, index);
type              699 drivers/gpu/drm/nouveau/dispnv50/wndw.c nv50_wndw_new(struct nouveau_drm *drm, enum drm_plane_type type, int index,
type              721 drivers/gpu/drm/nouveau/dispnv50/wndw.c 	ret = wndws[cid].new(drm, type, index, wndws[cid].oclass, pwndw);
type              103 drivers/gpu/drm/nouveau/dispnv50/wndw.h 		  enum drm_plane_type type, int index, s32 oclass, u32 heads,
type              277 drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c 	      enum drm_plane_type type, int index, s32 oclass, u32 heads,
type              288 drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c 	ret = nv50_wndw_new_(func, drm->dev, type, "wndw", index,
type              309 drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c wndwc37e_new(struct nouveau_drm *drm, enum drm_plane_type type, int index,
type              312 drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c 	return wndwc37e_new_(&wndwc37e, drm, type, index, oclass,
type              198 drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c wndwc57e_new(struct nouveau_drm *drm, enum drm_plane_type type, int index,
type              201 drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c 	return wndwc37e_new_(&wndwc57e, drm, type, index, oclass,
type                5 drivers/gpu/drm/nouveau/include/nvif/if000a.h 	__u8  type;
type               38 drivers/gpu/drm/nouveau/include/nvif/if000c.h 	__u8  type;
type               22 drivers/gpu/drm/nouveau/include/nvif/ioctl.h 	__u8  type;
type               89 drivers/gpu/drm/nouveau/include/nvif/ioctl.h 	__u8  type;
type              254 drivers/gpu/drm/nouveau/include/nvif/list.h #define container_of(ptr, type, member) \
type              255 drivers/gpu/drm/nouveau/include/nvif/list.h     (type *)((char *)(ptr) - (char *) &((type *)0)->member)
type              261 drivers/gpu/drm/nouveau/include/nvif/list.h #define list_entry(ptr, type, member) \
type              262 drivers/gpu/drm/nouveau/include/nvif/list.h     container_of(ptr, type, member)
type              276 drivers/gpu/drm/nouveau/include/nvif/list.h #define list_first_entry(ptr, type, member) \
type              277 drivers/gpu/drm/nouveau/include/nvif/list.h     list_entry((ptr)->next, type, member)
type              291 drivers/gpu/drm/nouveau/include/nvif/list.h #define list_last_entry(ptr, type, member) \
type              292 drivers/gpu/drm/nouveau/include/nvif/list.h     list_entry((ptr)->prev, type, member)
type                7 drivers/gpu/drm/nouveau/include/nvif/mem.h 	u8  type;
type               13 drivers/gpu/drm/nouveau/include/nvif/mem.h int nvif_mem_init_type(struct nvif_mmu *mmu, s32 oclass, int type, u8 page,
type               15 drivers/gpu/drm/nouveau/include/nvif/mem.h int nvif_mem_init(struct nvif_mmu *mmu, s32 oclass, u8 type, u8 page,
type               19 drivers/gpu/drm/nouveau/include/nvif/mem.h int nvif_mem_init_map(struct nvif_mmu *, u8 type, u64 size, struct nvif_mem *);
type               26 drivers/gpu/drm/nouveau/include/nvif/mmu.h 		u8 type;
type               28 drivers/gpu/drm/nouveau/include/nvif/mmu.h 	} *type;
type               52 drivers/gpu/drm/nouveau/include/nvif/mmu.h 		if ((mmu->type[i].type & mask) == mask)
type               28 drivers/gpu/drm/nouveau/include/nvif/notify.h 		      bool work, u8 type, void *data, u32 size, u32 reply,
type               91 drivers/gpu/drm/nouveau/include/nvkm/core/device.h 	enum nvkm_device_type type;
type               24 drivers/gpu/drm/nouveau/include/nvkm/core/event.h 	void (*init)(struct nvkm_event *, int type, int index);
type               25 drivers/gpu/drm/nouveau/include/nvkm/core/event.h 	void (*fini)(struct nvkm_event *, int type, int index);
type               15 drivers/gpu/drm/nouveau/include/nvkm/core/mm.h 	u8  type;
type               36 drivers/gpu/drm/nouveau/include/nvkm/core/mm.h int  nvkm_mm_head(struct nvkm_mm *, u8 heap, u8 type, u32 size_max,
type               38 drivers/gpu/drm/nouveau/include/nvkm/core/mm.h int  nvkm_mm_tail(struct nvkm_mm *, u8 heap, u8 type, u32 size_max,
type                6 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/M0203.h 	u8  type;
type               23 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/M0203.h 	u8 type;
type               15 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/M0205.h 	u8 type;
type               35 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/conn.h 	u8 type;
type               20 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/dcb.h 	enum dcb_output_type type;
type               63 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/dcb.h u16 dcb_outp_match(struct nvkm_bios *, u16 type, u16 mask, u8 *, u8 *,
type               16 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/disp.h 	u16 type;
type               25 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/disp.h u16 nvbios_outp_match(struct nvkm_bios *, u16 type, u16 mask,
type                9 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/dp.h 	u16 type;
type               19 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/dp.h u16 nvbios_dpout_match(struct nvkm_bios *, u16 type, u16 mask,
type               18 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/extdev.h 	u8 type;
type               16 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/i2c.h 	enum dcb_i2c_type type;
type                7 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/image.h 	u8   type;
type               45 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/pll.h 	enum nvbios_pll_type type;
type               75 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/pll.h int nvbios_pll_parse(struct nvkm_bios *, u32 type, struct nvbios_pll *);
type               10 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/pmu.h 	u8  type;
type               33 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/pmu.h bool nvbios_pmuRm(struct nvkm_bios *, u8 type, struct nvbios_pmuR *);
type               45 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/therm.h 	enum nvbios_therm_fan_type type;
type               11 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/volt.h 	enum nvbios_volt_type type;
type               10 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/xpio.h 	u8 type;
type               15 drivers/gpu/drm/nouveau/include/nvkm/subdev/devinit.h int nvkm_devinit_pll_set(struct nvkm_devinit *, u32 type, u32 khz);
type              117 drivers/gpu/drm/nouveau/include/nvkm/subdev/fb.h 	enum nvkm_ram_type type;
type              143 drivers/gpu/drm/nouveau/include/nvkm/subdev/fb.h nvkm_ram_get(struct nvkm_device *, u8 heap, u8 type, u8 page, u64 size,
type               69 drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h int nvkm_i2c_aux_xfer(struct nvkm_i2c_aux *, bool retry, u8 type,
type               76 drivers/gpu/drm/nouveau/include/nvkm/subdev/mmu.h 	u64 type;
type               99 drivers/gpu/drm/nouveau/include/nvkm/subdev/mmu.h 		u8  type;
type              109 drivers/gpu/drm/nouveau/include/nvkm/subdev/mmu.h 		u8 type;
type              111 drivers/gpu/drm/nouveau/include/nvkm/subdev/mmu.h 	} type[16];
type              378 drivers/gpu/drm/nouveau/nouveau_abi16.c 		switch (args->v0.type) {
type               78 drivers/gpu/drm/nouveau/nouveau_acpi.c 		.buffer.type = ACPI_TYPE_BUFFER,
type              136 drivers/gpu/drm/nouveau/nouveau_acpi.c 		.integer.type = ACPI_TYPE_INTEGER,
type              400 drivers/gpu/drm/nouveau/nouveau_acpi.c 	rom_arg_elements[0].type = ACPI_TYPE_INTEGER;
type              403 drivers/gpu/drm/nouveau/nouveau_acpi.c 	rom_arg_elements[1].type = ACPI_TYPE_INTEGER;
type              446 drivers/gpu/drm/nouveau/nouveau_acpi.c 	int type, ret;
type              452 drivers/gpu/drm/nouveau/nouveau_acpi.c 		type = ACPI_VIDEO_DISPLAY_LCD;
type              466 drivers/gpu/drm/nouveau/nouveau_acpi.c 	ret = acpi_video_get_edid(acpidev, type, -1, &edid);
type              109 drivers/gpu/drm/nouveau/nouveau_backlight.c 	props->type = BACKLIGHT_RAW;
type              215 drivers/gpu/drm/nouveau/nouveau_backlight.c 	props->type = BACKLIGHT_RAW;
type              488 drivers/gpu/drm/nouveau/nouveau_bios.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              976 drivers/gpu/drm/nouveau/nouveau_bios.c 	if (bios->type != NVBIOS_BIT)
type             1381 drivers/gpu/drm/nouveau/nouveau_bios.c static void fabricate_dcb_output(struct dcb_table *dcb, int type, int i2c,
type             1386 drivers/gpu/drm/nouveau/nouveau_bios.c 	entry->type = type;
type             1389 drivers/gpu/drm/nouveau/nouveau_bios.c 	if (type != DCB_OUTPUT_ANALOG)
type             1401 drivers/gpu/drm/nouveau/nouveau_bios.c 	entry->type = conn & 0xf;
type             1409 drivers/gpu/drm/nouveau/nouveau_bios.c 	switch (entry->type) {
type             1536 drivers/gpu/drm/nouveau/nouveau_bios.c 			entry->type;
type             1549 drivers/gpu/drm/nouveau/nouveau_bios.c 		entry->type = DCB_OUTPUT_ANALOG;
type             1552 drivers/gpu/drm/nouveau/nouveau_bios.c 		entry->type = DCB_OUTPUT_TV;
type             1557 drivers/gpu/drm/nouveau/nouveau_bios.c 			entry->type = DCB_OUTPUT_LVDS;
type             1559 drivers/gpu/drm/nouveau/nouveau_bios.c 			entry->type = DCB_OUTPUT_TMDS;
type             1562 drivers/gpu/drm/nouveau/nouveau_bios.c 		entry->type = DCB_OUTPUT_LVDS;
type             1576 drivers/gpu/drm/nouveau/nouveau_bios.c 	switch (entry->type) {
type             1614 drivers/gpu/drm/nouveau/nouveau_bios.c 			if (jent->type == 100) /* already merged entry */
type             1619 drivers/gpu/drm/nouveau/nouveau_bios.c 			    jent->type == ient->type &&
type             1625 drivers/gpu/drm/nouveau/nouveau_bios.c 				jent->type = 100; /* dummy value */
type             1632 drivers/gpu/drm/nouveau/nouveau_bios.c 		if (dcb->entry[i].type == 100)
type             1808 drivers/gpu/drm/nouveau/nouveau_bios.c 		if (entry->type == DCB_OUTPUT_TV &&
type             1873 drivers/gpu/drm/nouveau/nouveau_bios.c 		if (bios->type == NVBIOS_BMP) {
type             2027 drivers/gpu/drm/nouveau/nouveau_bios.c 		legacy->type = NVBIOS_BIT;
type             2032 drivers/gpu/drm/nouveau/nouveau_bios.c 		legacy->type = NVBIOS_BMP;
type               81 drivers/gpu/drm/nouveau/nouveau_bios.h 	} type;
type              299 drivers/gpu/drm/nouveau/nouveau_bo.c 	int type = sg ? ttm_bo_type_sg : ttm_bo_type_device;
type              308 drivers/gpu/drm/nouveau/nouveau_bo.c 	ret = ttm_bo_init(nvbo->bo.bdev, &nvbo->bo, size, type,
type              342 drivers/gpu/drm/nouveau/nouveau_bo.c set_placement_list(struct ttm_place *pl, unsigned *n, uint32_t type, uint32_t flags)
type              346 drivers/gpu/drm/nouveau/nouveau_bo.c 	if (type & TTM_PL_FLAG_VRAM)
type              348 drivers/gpu/drm/nouveau/nouveau_bo.c 	if (type & TTM_PL_FLAG_TT)
type              350 drivers/gpu/drm/nouveau/nouveau_bo.c 	if (type & TTM_PL_FLAG_SYSTEM)
type              355 drivers/gpu/drm/nouveau/nouveau_bo.c set_placement_range(struct nouveau_bo *nvbo, uint32_t type)
type              362 drivers/gpu/drm/nouveau/nouveau_bo.c 	    nvbo->mode && (type & TTM_PL_FLAG_VRAM) &&
type              389 drivers/gpu/drm/nouveau/nouveau_bo.c nouveau_bo_placement_set(struct nouveau_bo *nvbo, uint32_t type, uint32_t busy)
type              398 drivers/gpu/drm/nouveau/nouveau_bo.c 			   type, flags);
type              402 drivers/gpu/drm/nouveau/nouveau_bo.c 			   type | busy, flags);
type              404 drivers/gpu/drm/nouveau/nouveau_bo.c 	set_placement_range(nvbo, type);
type              657 drivers/gpu/drm/nouveau/nouveau_bo.c nouveau_bo_init_mem_type(struct ttm_bo_device *bdev, uint32_t type,
type              663 drivers/gpu/drm/nouveau/nouveau_bo.c 	switch (type) {
type              678 drivers/gpu/drm/nouveau/nouveau_bo.c 			const u8 type = mmu->type[drm->ttm.type_vram].type;
type              679 drivers/gpu/drm/nouveau/nouveau_bo.c 			if (type & NVIF_MEM_UNCACHED) {
type               86 drivers/gpu/drm/nouveau/nouveau_bo.h void nouveau_bo_placement_set(struct nouveau_bo *, u32 type, u32 busy);
type               68 drivers/gpu/drm/nouveau/nouveau_connector.c 		if (mode->type & DRM_MODE_TYPE_PREFERRED) {
type              378 drivers/gpu/drm/nouveau/nouveau_connector.c find_encoder(struct drm_connector *connector, int type)
type              387 drivers/gpu/drm/nouveau/nouveau_connector.c 		if (type == DCB_OUTPUT_ANY ||
type              388 drivers/gpu/drm/nouveau/nouveau_connector.c 		    (nv_encoder->dcb && nv_encoder->dcb->type == type))
type              437 drivers/gpu/drm/nouveau/nouveau_connector.c 		switch (nv_encoder->dcb->type) {
type              516 drivers/gpu/drm/nouveau/nouveau_connector.c 	if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS ||
type              517 drivers/gpu/drm/nouveau/nouveau_connector.c 	    nv_encoder->dcb->type == DCB_OUTPUT_TMDS) {
type              532 drivers/gpu/drm/nouveau/nouveau_connector.c 	if (nv_connector->type == DCB_CONNECTOR_DVI_I) {
type              535 drivers/gpu/drm/nouveau/nouveau_connector.c 			nv_encoder->dcb->type == DCB_OUTPUT_TMDS ?
type              550 drivers/gpu/drm/nouveau/nouveau_connector.c 	int type;
type              579 drivers/gpu/drm/nouveau/nouveau_connector.c 		    nv_connector->type == DCB_CONNECTOR_LVDS)
type              599 drivers/gpu/drm/nouveau/nouveau_connector.c 		if (nv_encoder->dcb->type == DCB_OUTPUT_TMDS)
type              601 drivers/gpu/drm/nouveau/nouveau_connector.c 		if (nv_encoder->dcb->type == DCB_OUTPUT_ANALOG)
type              604 drivers/gpu/drm/nouveau/nouveau_connector.c 		if (nv_partner && ((nv_encoder->dcb->type == DCB_OUTPUT_ANALOG &&
type              605 drivers/gpu/drm/nouveau/nouveau_connector.c 				    nv_partner->dcb->type == DCB_OUTPUT_TMDS) ||
type              606 drivers/gpu/drm/nouveau/nouveau_connector.c 				   (nv_encoder->dcb->type == DCB_OUTPUT_TMDS &&
type              607 drivers/gpu/drm/nouveau/nouveau_connector.c 				    nv_partner->dcb->type == DCB_OUTPUT_ANALOG))) {
type              609 drivers/gpu/drm/nouveau/nouveau_connector.c 				type = DCB_OUTPUT_TMDS;
type              611 drivers/gpu/drm/nouveau/nouveau_connector.c 				type = DCB_OUTPUT_ANALOG;
type              613 drivers/gpu/drm/nouveau/nouveau_connector.c 			nv_encoder = find_encoder(connector, type);
type              741 drivers/gpu/drm/nouveau/nouveau_connector.c 	int type;
type              743 drivers/gpu/drm/nouveau/nouveau_connector.c 	if (nv_connector->type == DCB_CONNECTOR_DVI_I) {
type              745 drivers/gpu/drm/nouveau/nouveau_connector.c 			type = DCB_OUTPUT_TMDS;
type              747 drivers/gpu/drm/nouveau/nouveau_connector.c 			type = DCB_OUTPUT_ANALOG;
type              749 drivers/gpu/drm/nouveau/nouveau_connector.c 		type = DCB_OUTPUT_ANY;
type              751 drivers/gpu/drm/nouveau/nouveau_connector.c 	nv_encoder = find_encoder(connector, type);
type              776 drivers/gpu/drm/nouveau/nouveau_connector.c 		if (nv_encoder && nv_encoder->dcb->type == DCB_OUTPUT_TV)
type              869 drivers/gpu/drm/nouveau/nouveau_connector.c 	if (nv_connector->type == DCB_CONNECTOR_eDP) {
type              875 drivers/gpu/drm/nouveau/nouveau_connector.c 	if (nv_encoder->dcb->type != DCB_OUTPUT_LVDS) {
type              893 drivers/gpu/drm/nouveau/nouveau_connector.c 	    nv_connector->type == DCB_CONNECTOR_LVDS_SPWG)
type              939 drivers/gpu/drm/nouveau/nouveau_connector.c 	if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS &&
type              975 drivers/gpu/drm/nouveau/nouveau_connector.c 	if (nv_encoder->dcb->type == DCB_OUTPUT_TV)
type              978 drivers/gpu/drm/nouveau/nouveau_connector.c 	if (nv_connector->type == DCB_CONNECTOR_LVDS ||
type              979 drivers/gpu/drm/nouveau/nouveau_connector.c 	    nv_connector->type == DCB_CONNECTOR_LVDS_SPWG ||
type              980 drivers/gpu/drm/nouveau/nouveau_connector.c 	    nv_connector->type == DCB_CONNECTOR_eDP)
type             1043 drivers/gpu/drm/nouveau/nouveau_connector.c 	switch (nv_encoder->dcb->type) {
type             1266 drivers/gpu/drm/nouveau/nouveau_connector.c 	int type, ret = 0;
type             1293 drivers/gpu/drm/nouveau/nouveau_connector.c 		nv_connector->type = nv_connector->dcb[0];
type             1294 drivers/gpu/drm/nouveau/nouveau_connector.c 		if (drm_conntype_from_dcb(nv_connector->type) ==
type             1297 drivers/gpu/drm/nouveau/nouveau_connector.c 				nv_connector->type);
type             1298 drivers/gpu/drm/nouveau/nouveau_connector.c 			nv_connector->type = DCB_CONNECTOR_NONE;
type             1303 drivers/gpu/drm/nouveau/nouveau_connector.c 			if (nv_connector->type == DCB_CONNECTOR_HDMI_1)
type             1304 drivers/gpu/drm/nouveau/nouveau_connector.c 				nv_connector->type = DCB_CONNECTOR_DVI_I;
type             1309 drivers/gpu/drm/nouveau/nouveau_connector.c 			if (nv_connector->type == DCB_CONNECTOR_HDMI_1)
type             1310 drivers/gpu/drm/nouveau/nouveau_connector.c 				nv_connector->type = DCB_CONNECTOR_DVI_I;
type             1313 drivers/gpu/drm/nouveau/nouveau_connector.c 		nv_connector->type = DCB_CONNECTOR_NONE;
type             1319 drivers/gpu/drm/nouveau/nouveau_connector.c 	if (nv_connector->type == DCB_CONNECTOR_NONE) {
type             1327 drivers/gpu/drm/nouveau/nouveau_connector.c 				encoders |= (1 << dcbt->entry[i].type);
type             1332 drivers/gpu/drm/nouveau/nouveau_connector.c 				nv_connector->type = DCB_CONNECTOR_DP;
type             1334 drivers/gpu/drm/nouveau/nouveau_connector.c 				nv_connector->type = DCB_CONNECTOR_eDP;
type             1338 drivers/gpu/drm/nouveau/nouveau_connector.c 				nv_connector->type = DCB_CONNECTOR_DVI_I;
type             1340 drivers/gpu/drm/nouveau/nouveau_connector.c 				nv_connector->type = DCB_CONNECTOR_DVI_D;
type             1343 drivers/gpu/drm/nouveau/nouveau_connector.c 			nv_connector->type = DCB_CONNECTOR_VGA;
type             1346 drivers/gpu/drm/nouveau/nouveau_connector.c 			nv_connector->type = DCB_CONNECTOR_LVDS;
type             1349 drivers/gpu/drm/nouveau/nouveau_connector.c 			nv_connector->type = DCB_CONNECTOR_TV_0;
type             1353 drivers/gpu/drm/nouveau/nouveau_connector.c 	switch ((type = drm_conntype_from_dcb(nv_connector->type))) {
type             1386 drivers/gpu/drm/nouveau/nouveau_connector.c 	    && ((type == DRM_MODE_CONNECTOR_DisplayPort)
type             1387 drivers/gpu/drm/nouveau/nouveau_connector.c 		|| (type == DRM_MODE_CONNECTOR_eDP)
type             1388 drivers/gpu/drm/nouveau/nouveau_connector.c 		|| (type == DRM_MODE_CONNECTOR_HDMIA)))
type             1395 drivers/gpu/drm/nouveau/nouveau_connector.c 	drm_connector_init(dev, connector, funcs, type);
type             1402 drivers/gpu/drm/nouveau/nouveau_connector.c 	switch (nv_connector->type) {
type             1419 drivers/gpu/drm/nouveau/nouveau_connector.c 	switch (nv_connector->type) {
type             1430 drivers/gpu/drm/nouveau/nouveau_connector.c 	switch (type) {
type              104 drivers/gpu/drm/nouveau/nouveau_connector.h 	enum dcb_connector_type type;
type              300 drivers/gpu/drm/nouveau/nouveau_display.c 	int type;
type              341 drivers/gpu/drm/nouveau/nouveau_display.c 				drm_property_add_enum(p, l->type, l->name);    \
type              372 drivers/gpu/drm/nouveau/nouveau_display.c 		if (info->type == ACPI_VIDEO_NOTIFY_PROBE) {
type              526 drivers/gpu/drm/nouveau/nouveau_dmem.c 	drm->dmem->pagemap.type = MEMORY_DEVICE_PRIVATE;
type              228 drivers/gpu/drm/nouveau/nouveau_drv.h 	return !(mmu->type[drm->ttm.type_host[0]].type & NVIF_MEM_UNCACHED);
type               76 drivers/gpu/drm/nouveau/nouveau_encoder.h find_encoder(struct drm_connector *connector, int type);
type              247 drivers/gpu/drm/nouveau/nouveau_hwmon.c 	.type = hwmon_chip,
type              252 drivers/gpu/drm/nouveau/nouveau_hwmon.c 	.type = hwmon_temp,
type              257 drivers/gpu/drm/nouveau/nouveau_hwmon.c 	.type = hwmon_fan,
type              262 drivers/gpu/drm/nouveau/nouveau_hwmon.c 	.type = hwmon_in,
type              267 drivers/gpu/drm/nouveau/nouveau_hwmon.c 	.type = hwmon_pwm,
type              272 drivers/gpu/drm/nouveau/nouveau_hwmon.c 	.type = hwmon_power,
type              629 drivers/gpu/drm/nouveau/nouveau_hwmon.c nouveau_is_visible(const void *data, enum hwmon_sensor_types type, u32 attr,
type              632 drivers/gpu/drm/nouveau/nouveau_hwmon.c 	switch (type) {
type              653 drivers/gpu/drm/nouveau/nouveau_hwmon.c nouveau_read_string(struct device *dev, enum hwmon_sensor_types type, u32 attr,
type              656 drivers/gpu/drm/nouveau/nouveau_hwmon.c 	if (type == hwmon_in && attr == hwmon_in_label) {
type              665 drivers/gpu/drm/nouveau/nouveau_hwmon.c nouveau_read(struct device *dev, enum hwmon_sensor_types type, u32 attr,
type              668 drivers/gpu/drm/nouveau/nouveau_hwmon.c 	switch (type) {
type              687 drivers/gpu/drm/nouveau/nouveau_hwmon.c nouveau_write(struct device *dev, enum hwmon_sensor_types type, u32 attr,
type              690 drivers/gpu/drm/nouveau/nouveau_hwmon.c 	switch (type) {
type               62 drivers/gpu/drm/nouveau/nouveau_mem.c 		if (mem->mem.type & NVIF_MEM_VRAM)
type              103 drivers/gpu/drm/nouveau/nouveau_mem.c 	u8 type;
type              107 drivers/gpu/drm/nouveau/nouveau_mem.c 		type = drm->ttm.type_ncoh[!!mem->kind];
type              109 drivers/gpu/drm/nouveau/nouveau_mem.c 		type = drm->ttm.type_host[0];
type              111 drivers/gpu/drm/nouveau/nouveau_mem.c 	if (mem->kind && !(mmu->type[type].type & NVIF_MEM_KIND))
type              113 drivers/gpu/drm/nouveau/nouveau_mem.c 	if (mem->comp && !(mmu->type[type].type & NVIF_MEM_COMP)) {
type              124 drivers/gpu/drm/nouveau/nouveau_mem.c 	ret = nvif_mem_init_type(mmu, cli->mem->oclass, type, PAGE_SHIFT,
type              590 drivers/gpu/drm/nouveau/nouveau_svm.c 	args.i.i.type = NVIF_IOCTL_V0_MTHD;
type              214 drivers/gpu/drm/nouveau/nouveau_usif.c 	ntfy->p->e.base.type = DRM_NOUVEAU_EVENT_NVIF;
type              316 drivers/gpu/drm/nouveau/nouveau_usif.c 		    argv->v0.type != NVIF_IOCTL_V0_DEL)
type              336 drivers/gpu/drm/nouveau/nouveau_usif.c 	switch (argv->v0.type) {
type              360 drivers/gpu/drm/nouveau/nouveau_usif.c 		if (ret == 0 && argv->v0.type == NVIF_IOCTL_V0_DEL) {
type               28 drivers/gpu/drm/nouveau/nvif/mem.c nvif_mem_init_map(struct nvif_mmu *mmu, u8 type, u64 size, struct nvif_mem *mem)
type               30 drivers/gpu/drm/nouveau/nvif/mem.c 	int ret = nvif_mem_init(mmu, mmu->mem, NVIF_MEM_MAPPABLE | type, 0,
type               47 drivers/gpu/drm/nouveau/nvif/mem.c nvif_mem_init_type(struct nvif_mmu *mmu, s32 oclass, int type, u8 page,
type               55 drivers/gpu/drm/nouveau/nvif/mem.c 	if (type < 0)
type               65 drivers/gpu/drm/nouveau/nvif/mem.c 	args->type = type;
type               73 drivers/gpu/drm/nouveau/nvif/mem.c 		mem->type = mmu->type[type].type;
type               86 drivers/gpu/drm/nouveau/nvif/mem.c nvif_mem_init(struct nvif_mmu *mmu, s32 oclass, u8 type, u8 page,
type               94 drivers/gpu/drm/nouveau/nvif/mem.c 		if ((mmu->type[i].type & type) == type) {
type               31 drivers/gpu/drm/nouveau/nvif/mmu.c 	kfree(mmu->type);
type               50 drivers/gpu/drm/nouveau/nvif/mmu.c 	mmu->type = NULL;
type               70 drivers/gpu/drm/nouveau/nvif/mmu.c 	mmu->type = kmalloc_array(mmu->type_nr, sizeof(*mmu->type),
type               72 drivers/gpu/drm/nouveau/nvif/mmu.c 	if (ret = -ENOMEM, !mmu->heap || !mmu->type)
type               99 drivers/gpu/drm/nouveau/nvif/mmu.c 		mmu->type[i].type = 0;
type              100 drivers/gpu/drm/nouveau/nvif/mmu.c 		if (args.vram) mmu->type[i].type |= NVIF_MEM_VRAM;
type              101 drivers/gpu/drm/nouveau/nvif/mmu.c 		if (args.host) mmu->type[i].type |= NVIF_MEM_HOST;
type              102 drivers/gpu/drm/nouveau/nvif/mmu.c 		if (args.comp) mmu->type[i].type |= NVIF_MEM_COMP;
type              103 drivers/gpu/drm/nouveau/nvif/mmu.c 		if (args.disp) mmu->type[i].type |= NVIF_MEM_DISP;
type              104 drivers/gpu/drm/nouveau/nvif/mmu.c 		if (args.kind    ) mmu->type[i].type |= NVIF_MEM_KIND;
type              105 drivers/gpu/drm/nouveau/nvif/mmu.c 		if (args.mappable) mmu->type[i].type |= NVIF_MEM_MAPPABLE;
type              106 drivers/gpu/drm/nouveau/nvif/mmu.c 		if (args.coherent) mmu->type[i].type |= NVIF_MEM_COHERENT;
type              107 drivers/gpu/drm/nouveau/nvif/mmu.c 		if (args.uncached) mmu->type[i].type |= NVIF_MEM_UNCACHED;
type              108 drivers/gpu/drm/nouveau/nvif/mmu.c 		mmu->type[i].heap = args.heap;
type               40 drivers/gpu/drm/nouveau/nvif/notify.c 		.ioctl.type = NVIF_IOCTL_V0_NTFY_PUT,
type               71 drivers/gpu/drm/nouveau/nvif/notify.c 		.ioctl.type = NVIF_IOCTL_V0_NTFY_GET,
type              152 drivers/gpu/drm/nouveau/nvif/notify.c 		.ioctl.type = NVIF_IOCTL_V0_NTFY_DEL,
type              193 drivers/gpu/drm/nouveau/nvif/notify.c 	args->ioctl.type = NVIF_IOCTL_V0_NTFY_NEW;
type               73 drivers/gpu/drm/nouveau/nvif/object.c 		args->ioctl.type = NVIF_IOCTL_V0_SCLASS;
type              109 drivers/gpu/drm/nouveau/nvif/object.c 		.ioctl.type = NVIF_IOCTL_V0_RD,
type              128 drivers/gpu/drm/nouveau/nvif/object.c 		.ioctl.type = NVIF_IOCTL_V0_WR,
type              156 drivers/gpu/drm/nouveau/nvif/object.c 	args->ioctl.type = NVIF_IOCTL_V0_MTHD;
type              175 drivers/gpu/drm/nouveau/nvif/object.c 		.ioctl.type = NVIF_IOCTL_V0_UNMAP,
type              194 drivers/gpu/drm/nouveau/nvif/object.c 	args->ioctl.type = NVIF_IOCTL_V0_MAP;
type              200 drivers/gpu/drm/nouveau/nvif/object.c 	maptype = args->map.type;
type              251 drivers/gpu/drm/nouveau/nvif/object.c 		.ioctl.type = NVIF_IOCTL_V0_DEL,
type              285 drivers/gpu/drm/nouveau/nvif/object.c 		args->ioctl.type = NVIF_IOCTL_V0_NEW;
type               77 drivers/gpu/drm/nouveau/nvif/vmm.c nvif_vmm_get(struct nvif_vmm *vmm, enum nvif_vmm_get type, bool sparse,
type               89 drivers/gpu/drm/nouveau/nvif/vmm.c 	switch (type) {
type               90 drivers/gpu/drm/nouveau/nvif/vmm.c 	case ADDR: args.type = NVIF_VMM_GET_V0_ADDR; break;
type               91 drivers/gpu/drm/nouveau/nvif/vmm.c 	case PTES: args.type = NVIF_VMM_GET_V0_PTES; break;
type               92 drivers/gpu/drm/nouveau/nvif/vmm.c 	case LAZY: args.type = NVIF_VMM_GET_V0_LAZY; break;
type               30 drivers/gpu/drm/nouveau/nvkm/core/event.c 		int type = __ffs(types); types &= ~(1 << type);
type               31 drivers/gpu/drm/nouveau/nvkm/core/event.c 		if (--event->refs[index * event->types_nr + type] == 0) {
type               33 drivers/gpu/drm/nouveau/nvkm/core/event.c 				event->func->fini(event, 1 << type, index);
type               43 drivers/gpu/drm/nouveau/nvkm/core/event.c 		int type = __ffs(types); types &= ~(1 << type);
type               44 drivers/gpu/drm/nouveau/nvkm/core/event.c 		if (++event->refs[index * event->types_nr + type] == 1) {
type               46 drivers/gpu/drm/nouveau/nvkm/core/event.c 				event->func->init(event, 1 << type, index);
type              260 drivers/gpu/drm/nouveau/nvkm/core/ioctl.c 	enum nvkm_object_map type;
type              266 drivers/gpu/drm/nouveau/nvkm/core/ioctl.c 		ret = nvkm_object_map(object, data, size, &type,
type              269 drivers/gpu/drm/nouveau/nvkm/core/ioctl.c 		if (type == NVKM_OBJECT_MAP_IO)
type              270 drivers/gpu/drm/nouveau/nvkm/core/ioctl.c 			args->v0.type = NVIF_IOCTL_MAP_V0_IO;
type              272 drivers/gpu/drm/nouveau/nvkm/core/ioctl.c 			args->v0.type = NVIF_IOCTL_MAP_V0_VA;
type              401 drivers/gpu/drm/nouveau/nvkm/core/ioctl.c nvkm_ioctl_path(struct nvkm_client *client, u64 handle, u32 type,
type              420 drivers/gpu/drm/nouveau/nvkm/core/ioctl.c 	if (ret = -EINVAL, type < ARRAY_SIZE(nvkm_ioctl_v0)) {
type              421 drivers/gpu/drm/nouveau/nvkm/core/ioctl.c 		if (nvkm_ioctl_v0[type].version == 0)
type              422 drivers/gpu/drm/nouveau/nvkm/core/ioctl.c 			ret = nvkm_ioctl_v0[type].func(client, object, data, size);
type              444 drivers/gpu/drm/nouveau/nvkm/core/ioctl.c 			   args->v0.version, args->v0.type, args->v0.object,
type              446 drivers/gpu/drm/nouveau/nvkm/core/ioctl.c 		ret = nvkm_ioctl_path(client, args->v0.object, args->v0.type,
type               38 drivers/gpu/drm/nouveau/nvkm/core/mm.c 		       node->offset, node->length, node->type);
type               43 drivers/gpu/drm/nouveau/nvkm/core/mm.c 		       node->offset, node->length, node->type);
type               56 drivers/gpu/drm/nouveau/nvkm/core/mm.c 		if (prev && prev->type == NVKM_MM_TYPE_NONE) {
type               62 drivers/gpu/drm/nouveau/nvkm/core/mm.c 		if (next && next->type == NVKM_MM_TYPE_NONE) {
type               65 drivers/gpu/drm/nouveau/nvkm/core/mm.c 			if (this->type == NVKM_MM_TYPE_NONE)
type               71 drivers/gpu/drm/nouveau/nvkm/core/mm.c 		if (this && this->type != NVKM_MM_TYPE_NONE) {
type               78 drivers/gpu/drm/nouveau/nvkm/core/mm.c 			this->type = NVKM_MM_TYPE_NONE;
type              100 drivers/gpu/drm/nouveau/nvkm/core/mm.c 	b->type   = a->type;
type              104 drivers/gpu/drm/nouveau/nvkm/core/mm.c 	if (b->type == NVKM_MM_TYPE_NONE)
type              111 drivers/gpu/drm/nouveau/nvkm/core/mm.c nvkm_mm_head(struct nvkm_mm *mm, u8 heap, u8 type, u32 size_max, u32 size_min,
type              119 drivers/gpu/drm/nouveau/nvkm/core/mm.c 	BUG_ON(type == NVKM_MM_TYPE_NONE || type == NVKM_MM_TYPE_HOLE);
type              130 drivers/gpu/drm/nouveau/nvkm/core/mm.c 		if (prev && prev->type != type)
type              134 drivers/gpu/drm/nouveau/nvkm/core/mm.c 		if (next && next->type != type)
type              151 drivers/gpu/drm/nouveau/nvkm/core/mm.c 		this->type = type;
type              176 drivers/gpu/drm/nouveau/nvkm/core/mm.c 	b->type    = a->type;
type              179 drivers/gpu/drm/nouveau/nvkm/core/mm.c 	if (b->type == NVKM_MM_TYPE_NONE)
type              186 drivers/gpu/drm/nouveau/nvkm/core/mm.c nvkm_mm_tail(struct nvkm_mm *mm, u8 heap, u8 type, u32 size_max, u32 size_min,
type              192 drivers/gpu/drm/nouveau/nvkm/core/mm.c 	BUG_ON(type == NVKM_MM_TYPE_NONE || type == NVKM_MM_TYPE_HOLE);
type              204 drivers/gpu/drm/nouveau/nvkm/core/mm.c 		if (prev && prev->type != type)
type              208 drivers/gpu/drm/nouveau/nvkm/core/mm.c 		if (next && next->type != type) {
type              230 drivers/gpu/drm/nouveau/nvkm/core/mm.c 		this->type = type;
type              252 drivers/gpu/drm/nouveau/nvkm/core/mm.c 			node->type   = NVKM_MM_TYPE_HOLE;
type              292 drivers/gpu/drm/nouveau/nvkm/core/mm.c 		if (node->type != NVKM_MM_TYPE_HOLE) {
type              106 drivers/gpu/drm/nouveau/nvkm/core/object.c 		enum nvkm_object_map *type, u64 *addr, u64 *size)
type              109 drivers/gpu/drm/nouveau/nvkm/core/object.c 		return object->func->map(object, argv, argc, type, addr, size);
type               41 drivers/gpu/drm/nouveau/nvkm/core/oproxy.c 		enum nvkm_object_map *type, u64 *addr, u64 *size)
type               44 drivers/gpu/drm/nouveau/nvkm/core/oproxy.c 	return nvkm_object_map(oproxy->object, argv, argc, type, addr, size);
type             2888 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c 		 struct device *dev, enum nvkm_device_type type, u64 handle,
type             2907 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c 	device->type = type;
type              145 drivers/gpu/drm/nouveau/nvkm/engine/device/user.c 		switch (device->type) {
type              283 drivers/gpu/drm/nouveau/nvkm/engine/device/user.c 		 enum nvkm_object_map *type, u64 *addr, u64 *size)
type              287 drivers/gpu/drm/nouveau/nvkm/engine/device/user.c 	*type = NVKM_OBJECT_MAP_IO;
type               43 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c nvkm_disp_vblank_fini(struct nvkm_event *event, int type, int id)
type               52 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c nvkm_disp_vblank_init(struct nvkm_event *event, int type, int id)
type              132 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c nvkm_disp_ntfy(struct nvkm_object *object, u32 type, struct nvkm_event **event)
type              135 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c 	switch (type) {
type              290 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c 		if (dcbE.type == DCB_OUTPUT_UNUSED)
type              292 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c 		if (dcbE.type == DCB_OUTPUT_EOL)
type              296 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c 		switch (dcbE.type) {
type              312 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c 				  i, dcbE.type);
type              361 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c 			connE.type = DCB_CONNECTOR_NONE;
type              407 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c 		if (outp->conn->info.type == DCB_CONNECTOR_LVDS ||
type              408 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c 		    outp->conn->info.type == DCB_CONNECTOR_eDP) {
type               27 drivers/gpu/drm/nouveau/nvkm/engine/disp/changf119.c gf119_disp_chan_uevent_fini(struct nvkm_event *event, int type, int index)
type              107 drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c nv50_disp_chan_uevent_fini(struct nvkm_event *event, int type, int index)
type              197 drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c nv50_disp_chan_ntfy(struct nvkm_object *object, u32 type,
type              202 drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c 	switch (type) {
type              214 drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c 		   enum nvkm_object_map *type, u64 *addr, u64 *size)
type              219 drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c 	*type = NVKM_OBJECT_MAP_IO;
type               91 drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c 		 info->type, info->location, info->hpd, info->dp,
type               29 drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.h 		 _conn->index, _conn->info.location, _conn->info.type, ##a);   \
type              582 drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c 	if (dp->outp.conn->info.type == DCB_CONNECTOR_eDP) {
type               95 drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c 	u32 type = (stat & 0x00007000) >> 12;
type              100 drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c 		nvkm_enum_find(nv50_disp_intr_error_type, type);
type              104 drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c 		   chid, stat, type, reason ? reason->name : "",
type              102 drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c 	u32 type = (stat & 0x00007000) >> 12;
type              107 drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c 		nvkm_enum_find(nv50_disp_intr_error_type, type);
type              111 drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c 		   chid, stat, type, reason ? reason->name : "",
type               34 drivers/gpu/drm/nouveau/nvkm/engine/disp/ior.c nvkm_ior_find(struct nvkm_disp *disp, enum nvkm_ior_type type, int id)
type               38 drivers/gpu/drm/nouveau/nvkm/engine/disp/ior.c 		if (ior->type == type && (id < 0 || ior->id == id))
type               58 drivers/gpu/drm/nouveau/nvkm/engine/disp/ior.c 	      enum nvkm_ior_type type, int id)
type               65 drivers/gpu/drm/nouveau/nvkm/engine/disp/ior.c 	ior->type = type;
type               68 drivers/gpu/drm/nouveau/nvkm/engine/disp/ior.c 		 nvkm_ior_name[ior->type], ior->id);
type               14 drivers/gpu/drm/nouveau/nvkm/engine/disp/ior.h 	} type;
type               95 drivers/gpu/drm/nouveau/nvkm/engine/disp/ior.h 		  enum nvkm_ior_type type, int id);
type              219 drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c 	if (ior->type == SOR) {
type              452 drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c 	if (ior->type == SOR && ior->asy.proto == LVDS) {
type              468 drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c 	if (ior->type == SOR && ior->asy.proto == DP)
type              621 drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c 	u32 type = (addr & 0x00007000) >> 12;
type              625 drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c 	et = nvkm_enum_find(nv50_disp_intr_error_type, type);
type              630 drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c 		   type, et ? et->name : "", code, ec ? ec->name : "",
type               34 drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.h 		u8 type[3];
type               59 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c nvkm_outp_xlat(struct nvkm_outp *outp, enum nvkm_ior_type *type)
type               63 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 		switch (outp->info.type) {
type               64 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 		case DCB_OUTPUT_ANALOG: *type = DAC; return  CRT;
type               65 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 		case DCB_OUTPUT_TV    : *type = DAC; return   TV;
type               66 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 		case DCB_OUTPUT_TMDS  : *type = SOR; return TMDS;
type               67 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 		case DCB_OUTPUT_LVDS  : *type = SOR; return LVDS;
type               68 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 		case DCB_OUTPUT_DP    : *type = SOR; return   DP;
type               74 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 		switch (outp->info.type) {
type               75 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 		case DCB_OUTPUT_TMDS: *type = PIOR; return TMDS;
type               76 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 		case DCB_OUTPUT_DP  : *type = PIOR; return TMDS; /* not a bug */
type              119 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 	enum nvkm_ior_type type;
type              128 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 	proto = nvkm_outp_xlat(outp, &type);
type              151 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 		    !ior->asy.outp && ior->type == type && !ior->arm.outp &&
type              160 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 		if (!ior->identity && !ior->asy.outp && ior->type == type &&
type              180 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 	enum nvkm_ior_type type;
type              185 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 	proto = nvkm_outp_xlat(outp, &type);
type              189 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 	ior = nvkm_ior_find(disp, type, -1);
type              205 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 		link = (ior->type == SOR) ? outp->info.sorconf.link : 0;
type              208 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 	ior = nvkm_ior_find(disp, type, id);
type              252 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 	enum nvkm_ior_type type;
type              262 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 		 outp->info.type, outp->info.location, outp->info.or,
type              263 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 		 outp->info.type >= 2 ? outp->info.sorconf.link : 0,
type              268 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c 	proto = nvkm_outp_xlat(outp, &type);
type               47 drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c 	u16 type, mask = 0;
type               66 drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c 		type = args->v1.hasht;
type               77 drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c 			if ((temp->info.hasht         == type) &&
type              155 drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c 			if (outp->info.type == DCB_OUTPUT_DP)
type              160 drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c 			if (outp->info.type == DCB_OUTPUT_DP)
type              148 drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c 		if (ior->type != SOR)
type              172 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c nvkm_fifo_uevent_fini(struct nvkm_event *event, int type, int index)
type              179 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c nvkm_fifo_uevent_init(struct nvkm_event *event, int type, int index)
type              246 drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c nvkm_fifo_chan_ntfy(struct nvkm_object *object, u32 type,
type              251 drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c 		return chan->func->ntfy(chan, type, pevent);
type              257 drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c 		   enum nvkm_object_map *type, u64 *addr, u64 *size)
type              260 drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c 	*type = NVKM_OBJECT_MAP_IO;
type               11 drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.h 	int (*ntfy)(struct nvkm_fifo_chan *, u32 type, struct nvkm_event **);
type               34 drivers/gpu/drm/nouveau/nvkm/engine/fifo/chang84.c g84_fifo_chan_ntfy(struct nvkm_fifo_chan *chan, u32 type,
type               37 drivers/gpu/drm/nouveau/nvkm/engine/fifo/chang84.c 	switch (type) {
type              379 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c 	u32 type = nvkm_rd32(device, 0x00280c + (unit * 0x10));
type              387 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c 	info.gpc    = (type & 0x1f000000) >> 24;
type              388 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c 	info.client = (type & 0x00001f00) >> 8;
type              389 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c 	info.access = (type & 0x00000080) >> 7;
type              390 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c 	info.hub    = (type & 0x00000040) >> 6;
type              391 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c 	info.reason = (type & 0x0000000f);
type               78 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm107.c 	u32 type = nvkm_rd32(device, 0x00280c + (unit * 0x10));
type               86 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm107.c 	info.gpc    = (type & 0x1f000000) >> 24;
type               87 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm107.c 	info.client = (type & 0x00003f00) >> 8;
type               88 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm107.c 	info.access = (type & 0x00000080) >> 7;
type               89 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm107.c 	info.hub    = (type & 0x00000040) >> 6;
type               90 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm107.c 	info.reason = (type & 0x0000000f);
type               62 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp100.c 	u32 type = nvkm_rd32(device, 0x00280c + (unit * 0x10));
type               70 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp100.c 	info.gpc    = (type & 0x1f000000) >> 24;
type               71 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp100.c 	info.hub    = (type & 0x00100000) >> 20;
type               72 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp100.c 	info.access = (type & 0x00070000) >> 16;
type               73 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp100.c 	info.client = (type & 0x00007f00) >> 8;
type               74 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp100.c 	info.reason = (type & 0x0000001f);
type               36 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogf100.c gf100_fifo_chan_ntfy(struct nvkm_fifo_chan *chan, u32 type,
type               39 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogf100.c 	switch (type) {
type               26 drivers/gpu/drm/nouveau/nvkm/engine/fifo/usergv100.c 		    enum nvkm_object_map *type, u64 *addr, u64 *size)
type               31 drivers/gpu/drm/nouveau/nvkm/engine/fifo/usergv100.c 	*type = NVKM_OBJECT_MAP_IO;
type               26 drivers/gpu/drm/nouveau/nvkm/engine/fifo/usertu102.c 		    enum nvkm_object_map *type, u64 *addr, u64 *size)
type               31 drivers/gpu/drm/nouveau/nvkm/engine/fifo/usertu102.c 	*type = NVKM_OBJECT_MAP_IO;
type              573 drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv50.c 			if (device->fb->ram->type != NVKM_RAM_TYPE_GDDR5)
type             1083 drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c 		u32 ctrl = 0x80000000 | pack->type;
type              289 drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.h 	u32 type;
type              164 drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c 			pack[classidx].type = class;
type              325 drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c nv50_gr_tp_trap(struct nv50_gr *gr, int type, u32 ustatus_old,
type              346 drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c 		switch (type) {
type              190 drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.c 	u32 type = nvkm_rd32(device, 0x00b230);
type              200 drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.c 		if (type == 0x00000020 && mthd == 0x0000) {
type              205 drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.c 		if (type == 0x00000010) {
type              218 drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.c 			   "unknown", stat, type, mthd, data);
type              152 drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv44.c 	u32 type = nvkm_rd32(device, 0x00b230);
type              169 drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv44.c 		if (type == 0x00000020 && mthd == 0x0000) {
type              174 drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv44.c 		if (type == 0x00000010) {
type              187 drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv44.c 			   stat, type, mthd, data);
type               66 drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv50.c 	u32 type = nvkm_rd32(device, 0x00b230);
type               73 drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv50.c 		if (type == 0x00000020 && mthd == 0x0000) {
type               81 drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv50.c 			  stat, type, mthd, data);
type               62 drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c 		info->type    = nvbios_rd08(bios, data + 0x04);
type               92 drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c 		info->type  = (nvbios_rd08(bios, data + 0x00) & 0x0f) >> 0;
type              117 drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c 		switch (M0203T.type) {
type              123 drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c 			nvkm_warn(subdev, "M0203T type %02x\n", M0203T.type);
type               99 drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0205.c 		info->type = nvbios_rd08(bios, data + 0x00) & 0x0f;
type              164 drivers/gpu/drm/nouveau/nvkm/subdev/bios/base.c 			if (image.type == 0xe0) {
type               80 drivers/gpu/drm/nouveau/nvkm/subdev/bios/conn.c 		info->type     =  nvbios_rd08(bios, data + 0x00);
type              111 drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c 	return (outp->extdev << 8) | (outp->location << 4) | outp->type;
type              135 drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c 			outp->type      = (conn & 0x0000000f);
type              143 drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c 			switch (outp->type) {
type              197 drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c dcb_outp_match(struct nvkm_bios *bios, u16 type, u16 mask,
type              202 drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c 		if ((dcb_outp_hasht(outp) & 0x00ff) == (type & 0x00ff)) {
type              101 drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c 		info->type      = nvbios_rd16(bios, data + 0x00);
type              116 drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c nvbios_outp_match(struct nvkm_bios *bios, u16 type, u16 mask,
type              121 drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c 		if (data && info->type == type) {
type               98 drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c 		info->type = nvbios_rd16(bios, data + 0x00);
type              138 drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c nvbios_dpout_match(struct nvkm_bios *bios, u16 type, u16 mask,
type              144 drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c 		if (data && info->type == type) {
type               76 drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c 	entry->type = nvbios_rd08(bios, offset + 0);
type               96 drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c nvbios_extdev_find(struct nvkm_bios *bios, enum nvbios_extdev_type type,
type              105 drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c 		if (func->type == type)
type               72 drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c 		u8 type = nvbios_rd08(bios, data + 0x00);
type               73 drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c 		switch (type) {
type               75 drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c 			fan->type = NVBIOS_THERM_FAN_TOGGLE;
type               80 drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c 			fan->type = NVBIOS_THERM_FAN_PWM;
type               83 drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c 			fan->type = NVBIOS_THERM_FAN_UNK;
type               83 drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c 				info->type = DCB_I2C_UNUSED;
type               85 drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c 				info->type = DCB_I2C_PMGR;
type               88 drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c 			info->type = nvbios_rd08(bios, ent + 0x03);
type               90 drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c 			info->type = nvbios_rd08(bios, ent + 0x03) & 0x07;
type               91 drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c 			if (info->type == 0x07)
type               92 drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c 				info->type = DCB_I2C_UNUSED;
type              100 drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c 		switch (info->type) {
type              130 drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c 			nvkm_warn(subdev, "unknown i2c type %d\n", info->type);
type              131 drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c 			info->type = DCB_I2C_UNUSED;
type              158 drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c 		info->type  = DCB_I2C_NV04_BIT;
type              108 drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c 		switch (extdev.type) {
type               53 drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.c 	image->type = pcir.image_type;
type               56 drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.c 	if (image->type != 0x70) {
type              134 drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c 				return connE.type;
type             1915 drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c 	u8  type = nvbios_rd08(bios, init->offset + 1);
type             1920 drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c 	trace("RAM_RESTRICT_PLL\t0x%02x\n", type);
type             1928 drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c 			init_prog_pll(init, type, freq);
type               32 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 	u8  type;
type              144 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c pll_map_reg(struct nvkm_bios *bios, u32 reg, u32 *type, u8 *ver, u8 *len)
type              155 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 				*type = nvbios_rd08(bios, data + 0);
type              167 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 			*type = map->type;
type              176 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 			*type = map->type;
type              186 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c pll_map_type(struct nvkm_bios *bios, u8 type, u32 *reg, u8 *ver, u8 *len)
type              196 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 			if (nvbios_rd08(bios, data + 0) == type) {
type              210 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 		if (map->type == type && *ver >= 0x20) {
type              220 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 		if (map->type == type) {
type              231 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c nvbios_pll_parse(struct nvkm_bios *bios, u32 type, struct nvbios_pll *info)
type              236 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 	u32 reg = type;
type              239 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 	if (type > PLL_MAX) {
type              240 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 		reg  = type;
type              241 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 		data = pll_map_reg(bios, reg, &type, &ver, &len);
type              243 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 		data = pll_map_type(bios, type, &reg, &ver, &len);
type              250 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 	info->type = type;
type               70 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c 		info->type = nvbios_rd08(bios, data + 0x00);
type               78 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c nvbios_pmuRm(struct nvkm_bios *bios, u8 type, struct nvbios_pmuR *info)
type               85 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c 		if (pmuE.type == type && (data = pmuE.data)) {
type               60 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c 		image.type = 0;
type               76 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c 		   image.base, image.type, image.size);
type               83 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c 	switch (image.type) {
type               76 drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.c 		info->type    = NVBIOS_VOLT_GPIO;
type               81 drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.c 		info->type    = NVBIOS_VOLT_GPIO;
type               86 drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.c 		info->type    = NVBIOS_VOLT_GPIO;
type               91 drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.c 		info->type    = NVBIOS_VOLT_GPIO;
type              109 drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.c 			info->type      = NVBIOS_VOLT_PWM;
type              113 drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.c 			info->type    = NVBIOS_VOLT_GPIO;
type               69 drivers/gpu/drm/nouveau/nvkm/subdev/bios/xpio.c 		info->type = nvbios_rd08(bios, data + 0x04);
type               38 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/base.c nvkm_devinit_pll_set(struct nvkm_devinit *init, u32 type, u32 khz)
type               40 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/base.c 	return init->func->pll_set(init, type, khz);
type               32 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c gf100_devinit_pll_set(struct nvkm_devinit *init, u32 type, u32 freq)
type               40 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c 	ret = nvbios_pll_parse(device->bios, type, &info);
type               48 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c 	switch (info.type) {
type               58 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c 		nvkm_warn(subdev, "%08x/%dKhz unimplemented\n", type, freq);
type               82 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c pmu_load(struct nv50_devinit *init, u8 type, bool post,
type               89 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c 	if (!nvbios_pmuRm(bios, type, &pmu))
type               32 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c gt215_devinit_pll_set(struct nvkm_devinit *init, u32 type, u32 freq)
type               40 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c 	ret = nvbios_pll_parse(device->bios, type, &info);
type               48 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c 	switch (info.type) {
type               57 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c 		nvkm_warn(subdev, "%08x/%dKhz unimplemented\n", type, freq);
type               29 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gv100.c gv100_devinit_pll_set(struct nvkm_devinit *init, u32 type, u32 freq)
type               34 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gv100.c 	int head = type - PLL_VPLL0;
type               38 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gv100.c 	ret = nvbios_pll_parse(device->bios, type, &info);
type               46 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gv100.c 	switch (info.type) {
type               57 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gv100.c 		nvkm_warn(subdev, "%08x/%dKhz unimplemented\n", type, freq);
type              356 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c nv04_devinit_pll_set(struct nvkm_devinit *devinit, u32 type, u32 freq)
type              366 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c 	ret = nvbios_pll_parse(bios, type > 0x405c ? type : type - 4, &info);
type              383 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c 		if (type > 0x405c)
type              384 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c 			setPLL_double_highregs(devinit, type, &pv);
type              386 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c 			setPLL_double_lowregs(devinit, type, &pv);
type              388 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c 		setPLL_single(devinit, type, &pv);
type               35 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c nv50_devinit_pll_set(struct nvkm_devinit *init, u32 type, u32 freq)
type               44 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c 	ret = nvbios_pll_parse(bios, type, &info);
type               56 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c 	switch (info.type) {
type               14 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/priv.h 	int  (*pll_set)(struct nvkm_devinit *, u32 type, u32 freq);
type               29 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c tu102_devinit_pll_set(struct nvkm_devinit *init, u32 type, u32 freq)
type               34 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c 	int head = type - PLL_VPLL0;
type               38 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c 	ret = nvbios_pll_parse(device->bios, type, &info);
type               46 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c 	switch (info.type) {
type               60 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c 		nvkm_warn(subdev, "%08x/%dKhz unimplemented\n", type, freq);
type               28 drivers/gpu/drm/nouveau/nvkm/subdev/fault/base.c nvkm_fault_ntfy_fini(struct nvkm_event *event, int type, int index)
type               35 drivers/gpu/drm/nouveau/nvkm/subdev/fault/base.c nvkm_fault_ntfy_init(struct nvkm_event *event, int type, int index)
type               32 drivers/gpu/drm/nouveau/nvkm/subdev/fault/user.c 		enum nvkm_object_map *type, u64 *addr, u64 *size)
type               36 drivers/gpu/drm/nouveau/nvkm/subdev/fault/user.c 	*type = NVKM_OBJECT_MAP_IO;
type               43 drivers/gpu/drm/nouveau/nvkm/subdev/fault/user.c nvkm_ufault_ntfy(struct nvkm_object *object, u32 type,
type               47 drivers/gpu/drm/nouveau/nvkm/subdev/fault/user.c 	if (type == NVB069_V0_NTFY_FAULT) {
type               70 drivers/gpu/drm/nouveau/nvkm/subdev/fb/base.c 		switch (M0203E.type) {
type               79 drivers/gpu/drm/nouveau/nvkm/subdev/fb/base.c 			nvkm_warn(subdev, "M0203E type %02x\n", M0203E.type);
type              104 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c nvkm_ram_get(struct nvkm_device *device, u8 heap, u8 type, u8 rpage, u64 size,
type              133 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c 			ret = nvkm_mm_tail(mm, heap, type, max, min, align, &r);
type              135 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c 			ret = nvkm_mm_head(mm, heap, type, max, min, align, &r);
type              173 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c 	      enum nvkm_ram_type type, u64 size, struct nvkm_ram *ram)
type              194 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c 	nvkm_info(subdev, "%d MiB %s\n", (int)(size >> 20), name[type]);
type              197 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c 	ram->type = type;
type              212 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c 	      enum nvkm_ram_type type, u64 size, struct nvkm_ram **pram)
type              216 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c 	return nvkm_ram_ctor(func, fb, type, size, *pram);
type              441 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c 	switch (ram->base.type) {
type              499 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c 	enum nvkm_ram_type type = nvkm_fb_bios_memtype(bios);
type              526 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c 	ret = nvkm_ram_ctor(func, fb, type, total, ram);
type             1092 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c 	switch (ram->base.type) {
type             1287 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c 	switch (M0205E.type) {
type             1327 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c 	train->mask |= 1 << M0205E.type;
type             1383 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c 	switch (ram->type) {
type             1658 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c 	switch (ram->base.type) {
type              296 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c 	if (M0205E.type != 5)
type              362 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c 	switch ((!T(CWL)) * ram->base.type) {
type              403 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c 	switch (ram->base.type) {
type              568 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c 	switch (ram->base.type) {
type              630 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c 		if (ram->base.type == NVKM_RAM_TYPE_GDDR3)
type              637 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c 	switch (next->bios.ramcfg_DLLoff * ram->base.type) {
type              781 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c 			switch (ram->base.type) {
type              794 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c 			switch (ram->base.type) {
type              841 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c 	if (ram->base.type == NVKM_RAM_TYPE_GDDR3) {
type              847 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c 	if (ram->base.type == NVKM_RAM_TYPE_DDR3) {
type               37 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv04.c 	enum nvkm_ram_type type;
type               60 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv04.c 		type = NVKM_RAM_TYPE_SGRAM;
type               62 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv04.c 		type = NVKM_RAM_TYPE_SDRAM;
type               64 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv04.c 	return nvkm_ram_new_(&nv04_ram_func, fb, type, size, pram);
type               32 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv10.c 	enum nvkm_ram_type type;
type               35 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv10.c 		type = NVKM_RAM_TYPE_DDR1;
type               37 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv10.c 		type = NVKM_RAM_TYPE_SDRAM;
type               39 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv10.c 	return nvkm_ram_new_(&nv04_ram_func, fb, type, size, pram);
type               32 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv20.c 	enum nvkm_ram_type type = NVKM_RAM_TYPE_UNKNOWN;
type               36 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv20.c 	case 0x00000000: type = NVKM_RAM_TYPE_SDRAM; break;
type               37 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv20.c 	case 0x00000100: type = NVKM_RAM_TYPE_DDR1 ; break;
type               38 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv20.c 	case 0x00000200: type = NVKM_RAM_TYPE_GDDR3; break;
type               39 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv20.c 	case 0x00000300: type = NVKM_RAM_TYPE_GDDR2; break;
type               42 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv20.c 	ret = nvkm_ram_new_(&nv04_ram_func, fb, type, size, pram);
type              191 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c nv40_ram_new_(struct nvkm_fb *fb, enum nvkm_ram_type type, u64 size,
type              198 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c 	return nvkm_ram_ctor(&nv40_ram_func, fb, type, size, &ram->base);
type              207 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c 	enum nvkm_ram_type type = NVKM_RAM_TYPE_UNKNOWN;
type              211 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c 	case 0x00000000: type = NVKM_RAM_TYPE_SDRAM; break;
type              212 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c 	case 0x00000100: type = NVKM_RAM_TYPE_DDR1 ; break;
type              213 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c 	case 0x00000200: type = NVKM_RAM_TYPE_GDDR3; break;
type              214 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c 	case 0x00000300: type = NVKM_RAM_TYPE_DDR2 ; break;
type              217 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c 	ret = nv40_ram_new_(fb, type, size, pram);
type               32 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv41.c 	enum nvkm_ram_type type = NVKM_RAM_TYPE_UNKNOWN;
type               36 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv41.c 		type = NVKM_RAM_TYPE_GDDR3;
type               38 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv41.c 		type = NVKM_RAM_TYPE_DDR2;
type               40 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv41.c 		type = NVKM_RAM_TYPE_DDR1;
type               42 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv41.c 	ret = nv40_ram_new_(fb, type, size, pram);
type               32 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv44.c 	enum nvkm_ram_type type = NVKM_RAM_TYPE_UNKNOWN;
type               35 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv44.c 		type = NVKM_RAM_TYPE_GDDR3;
type               37 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv44.c 		type = NVKM_RAM_TYPE_DDR2;
type               39 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv44.c 		type = NVKM_RAM_TYPE_DDR1;
type               41 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv44.c 	return nv40_ram_new_(fb, type, size, pram);
type               32 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv49.c 	enum nvkm_ram_type type = NVKM_RAM_TYPE_UNKNOWN;
type               36 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv49.c 	case 0x00000000: type = NVKM_RAM_TYPE_DDR1 ; break;
type               37 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv49.c 	case 0x00000001: type = NVKM_RAM_TYPE_DDR2 ; break;
type               38 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv49.c 	case 0x00000002: type = NVKM_RAM_TYPE_GDDR3; break;
type               42 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv49.c 	ret = nv40_ram_new_(fb, type, size, pram);
type               86 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c 	switch ((!T(CWL)) * ram->base.type) {
type              133 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c 	if (ram->base.type == NVKM_RAM_TYPE_DDR2) {
type              137 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c 	if (ram->base.type == NVKM_RAM_TYPE_GDDR3) {
type              165 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c 	switch (ram->base.type) {
type              291 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c 	switch (ram->base.type) {
type              375 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c 	switch (ram->base.type) {
type              550 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c 	enum nvkm_ram_type type = NVKM_RAM_TYPE_UNKNOWN;
type              554 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c 	case 0: type = NVKM_RAM_TYPE_DDR1; break;
type              557 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c 			type = NVKM_RAM_TYPE_DDR3;
type              559 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c 			type = NVKM_RAM_TYPE_DDR2;
type              561 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c 	case 2: type = NVKM_RAM_TYPE_GDDR3; break;
type              562 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c 	case 3: type = NVKM_RAM_TYPE_GDDR4; break;
type              563 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c 	case 4: type = NVKM_RAM_TYPE_GDDR5; break;
type              570 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c 	ret = nvkm_ram_ctor(func, fb, type, size, ram);
type              113 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c nvkm_gpio_intr_fini(struct nvkm_event *event, int type, int index)
type              116 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c 	gpio->func->intr_mask(gpio, type, 1 << index, 0);
type              120 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c nvkm_gpio_intr_init(struct nvkm_event *event, int type, int index)
type              123 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c 	gpio->func->intr_mask(gpio, type, 1 << index, 1 << index);
type               41 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/g94.c g94_gpio_intr_mask(struct nvkm_gpio *gpio, u32 type, u32 mask, u32 data)
type               46 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/g94.c 	if (type & NVKM_GPIO_LO)
type               48 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/g94.c 	if (type & NVKM_GPIO_HI)
type               52 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/g94.c 	if (type & NVKM_GPIO_LO)
type               54 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/g94.c 	if (type & NVKM_GPIO_HI)
type               41 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/gk104.c gk104_gpio_intr_mask(struct nvkm_gpio *gpio, u32 type, u32 mask, u32 data)
type               46 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/gk104.c 	if (type & NVKM_GPIO_LO)
type               48 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/gk104.c 	if (type & NVKM_GPIO_HI)
type               52 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/gk104.c 	if (type & NVKM_GPIO_LO)
type               54 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/gk104.c 	if (type & NVKM_GPIO_HI)
type               94 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv10.c nv10_gpio_intr_mask(struct nvkm_gpio *gpio, u32 type, u32 mask, u32 data)
type               98 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv10.c 	if (type & NVKM_GPIO_LO)
type              100 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv10.c 	if (type & NVKM_GPIO_HI)
type              107 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv50.c nv50_gpio_intr_mask(struct nvkm_gpio *gpio, u32 type, u32 mask, u32 data)
type              111 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv50.c 	if (type & NVKM_GPIO_LO)
type              113 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv50.c 	if (type & NVKM_GPIO_HI)
type              137 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/anx9805.c 		 u8 type, u32 addr, u8 *data, u8 *size)
type              146 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/anx9805.c 	AUX_DBG(&aux->base, "%02x %05x %d", type, addr, *size);
type              154 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/anx9805.c 	if (!(type & 1)) {
type              160 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/anx9805.c 	nvkm_wri2cr(adap, aux->addr, 0xe5, ((*size - 1) << 4) | type);
type              178 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/anx9805.c 	if (type & 1) {
type              133 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c nvkm_i2c_aux_xfer(struct nvkm_i2c_aux *aux, bool retry, u8 type,
type              140 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c 	return aux->func->xfer(aux, retry, type, addr, data, size);
type                8 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.h 	int  (*xfer)(struct nvkm_i2c_aux *, bool retry, u8 type,
type               21 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.h int nvkm_i2c_aux_xfer(struct nvkm_i2c_aux *, bool retry, u8 type,
type               77 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c 		 u8 type, u32 addr, u8 *data, u8 *size)
type               86 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c 	AUX_TRACE(&aux->base, "%d: %08x %d", type, addr, *size);
type               99 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c 	if (!(type & 1)) {
type              109 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c 	ctrl |= type << 12;
type              149 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c 	if (type & 1) {
type               77 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm200.c 		   u8 type, u32 addr, u8 *data, u8 *size)
type               86 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm200.c 	AUX_TRACE(&aux->base, "%d: %08x %d", type, addr, *size);
type               99 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm200.c 	if (!(type & 1)) {
type              109 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm200.c 	ctrl |= type << 12;
type              149 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm200.c 	if (type & 1) {
type               90 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c nvkm_i2c_intr_fini(struct nvkm_event *event, int type, int id)
type               95 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c 		i2c->func->aux_mask(i2c, type, aux->intr, 0);
type               99 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c nvkm_i2c_intr_init(struct nvkm_event *event, int type, int id)
type              104 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c 		i2c->func->aux_mask(i2c, type, aux->intr, aux->intr);
type              305 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c 			   "sense %02x share %02x auxch %02x\n", i, ccbE.type,
type              324 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c 		if (pad->func->bus_new_0 && ccbE.type == DCB_I2C_NV04_BIT) {
type              330 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c 		    ( ccbE.type == DCB_I2C_NV4E_BIT ||
type              331 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c 		      ccbE.type == DCB_I2C_NVIO_BIT ||
type              332 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c 		     (ccbE.type == DCB_I2C_PMGR &&
type              344 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c 		    ( ccbE.type == DCB_I2C_NVIO_AUX ||
type              345 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c 		     (ccbE.type == DCB_I2C_PMGR &&
type              358 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c 		if (ccbE.type != DCB_I2C_UNUSED && !bus && !aux) {
type              408 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c 		if (pad->func->aux_new_6 && dcbE.type == DCB_OUTPUT_DP) {
type              179 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/bus.c 				what, info[i].dev.type);
type               43 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/g94.c g94_aux_mask(struct nvkm_i2c *i2c, u32 type, u32 mask, u32 data)
type               50 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/g94.c 				temp &= ~(type << (i * 4));
type               53 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/g94.c 			temp |= type << (i * 4);
type               43 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gk104.c gk104_aux_mask(struct nvkm_i2c *i2c, u32 type, u32 mask, u32 data)
type               50 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gk104.c 				temp &= ~(type << (i * 4));
type               53 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gk104.c 			temp |= type << (i * 4);
type               34 drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c 			      enum nvbios_extdev_type type)
type               36 drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c 	switch (type) {
type              163 drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c 	if (extdev.type == 0xff)
type              166 drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c 	if (extdev.type != NVBIOS_EXTDEV_INA209 &&
type              167 drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c 	    extdev.type != NVBIOS_EXTDEV_INA219 &&
type              168 drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c 	    extdev.type != NVBIOS_EXTDEV_INA3221) {
type              171 drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c 			   "disabled\n", extdev.type);
type              184 drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c 					   extdev.type)) {
type              197 drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c 	sensor->type = extdev.type;
type              268 drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c 			switch (sensor->type) {
type               11 drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/priv.h 	enum nvbios_extdev_type type;
type              412 drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c 	node->r.type = 12;
type              255 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c nvkm_mmu_type(struct nvkm_mmu *mmu, int heap, u8 type)
type              257 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 	if (heap >= 0 && !WARN_ON(mmu->type_nr == ARRAY_SIZE(mmu->type))) {
type              258 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 		mmu->type[mmu->type_nr].type = type | mmu->heap[heap].type;
type              259 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 		mmu->type[mmu->type_nr].heap = heap;
type              265 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c nvkm_mmu_heap(struct nvkm_mmu *mmu, u8 type, u64 size)
type              269 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 			mmu->heap[mmu->heap_nr].type = type;
type              281 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 	u8 type = NVKM_MEM_KIND * !!mmu->func->kind_sys;
type              286 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 	nvkm_mmu_type(mmu, heap, type);
type              294 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 	type |= NVKM_MEM_MAPPABLE;
type              296 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 		nvkm_mmu_type(mmu, heap, type & ~NVKM_MEM_KIND);
type              298 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 		nvkm_mmu_type(mmu, heap, type);
type              306 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 	type |= NVKM_MEM_COHERENT;
type              308 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 		nvkm_mmu_type(mmu, heap, type & ~NVKM_MEM_KIND);
type              311 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 	nvkm_mmu_type(mmu, heap, type |= NVKM_MEM_UNCACHED);
type              322 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 	u8 type = NVKM_MEM_KIND * !!mmu->func->kind;
type              338 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 	nvkm_mmu_type(mmu, heapU, type);
type              339 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 	nvkm_mmu_type(mmu, heapN, type);
type              340 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 	nvkm_mmu_type(mmu, heapM, type);
type              353 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 		type |= NVKM_MEM_MAPPABLE;
type              355 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 			nvkm_mmu_type(mmu, heapN, type);
type              356 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 			nvkm_mmu_type(mmu, heapM, type);
type              360 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 		type |= NVKM_MEM_COHERENT;
type              361 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 		type |= NVKM_MEM_UNCACHED;
type              362 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 		nvkm_mmu_type(mmu, heapN, type);
type              363 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c 		nvkm_mmu_type(mmu, heapM, type);
type              144 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/mem.c nvkm_mem_new_host(struct nvkm_mmu *mmu, int type, u8 page, u64 size,
type              157 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/mem.c 	if ( (mmu->type[type].type & NVKM_MEM_COHERENT) &&
type              158 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/mem.c 	    !(mmu->type[type].type & NVKM_MEM_UNCACHED))
type              224 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/mem.c nvkm_mem_new_type(struct nvkm_mmu *mmu, int type, u8 page, u64 size,
type              230 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/mem.c 	if (mmu->type[type].type & NVKM_MEM_VRAM) {
type              231 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/mem.c 		ret = mmu->func->mem.vram(mmu, type, page, size,
type              234 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/mem.c 		ret = nvkm_mem_new_host(mmu, type, page, size,
type                5 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/mem.h int nvkm_mem_new_type(struct nvkm_mmu *, int type, u8 page, u64 size,
type               69 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memgf100.c gf100_mem_new(struct nvkm_mmu *mmu, int type, u8 page, u64 size,
type               87 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memgf100.c 	if (mmu->type[type].type & (NVKM_MEM_DISP | NVKM_MEM_COMP))
type               88 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memgf100.c 		type = NVKM_RAM_MM_NORMAL;
type               90 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memgf100.c 		type = NVKM_RAM_MM_MIXED;
type               92 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memgf100.c 	return nvkm_ram_get(mmu->subdev.device, type, 0x01, page,
type               51 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memnv04.c nv04_mem_new(struct nvkm_mmu *mmu, int type, u8 page, u64 size,
type               62 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memnv04.c 	if (mmu->type[type].type & NVKM_MEM_MAPPABLE)
type               63 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memnv04.c 		type = NVKM_RAM_MM_NORMAL;
type               65 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memnv04.c 		type = NVKM_RAM_MM_NOMAP;
type               67 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memnv04.c 	return nvkm_ram_get(mmu->subdev.device, type, 0x01, page,
type               66 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memnv50.c nv50_mem_new(struct nvkm_mmu *mmu, int type, u8 page, u64 size,
type               77 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memnv50.c 		type   = args->v0.bankswz ? 0x02 : 0x01;
type               81 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memnv50.c 		type   = 0x01;
type               86 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memnv50.c 	return nvkm_ram_get(mmu->subdev.device, NVKM_RAM_MM_NORMAL, type,
type               52 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv41.c 	if (device->type == NVKM_DEVICE_AGP ||
type               67 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv44.c 	if (device->type == NVKM_DEVICE_AGP ||
type               23 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/priv.h 		int (*vram)(struct nvkm_mmu *, int type, u8 page, u64 size,
type               88 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/umem.c 	      enum nvkm_object_map *type, u64 *handle, u64 *length)
type               98 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/umem.c 	if ((umem->type & NVKM_MEM_HOST) && !argc) {
type              105 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/umem.c 		*type = NVKM_OBJECT_MAP_VA;
type              108 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/umem.c 	if ((umem->type & NVKM_MEM_VRAM) ||
type              109 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/umem.c 	    (umem->type & NVKM_MEM_KIND)) {
type              115 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/umem.c 		*type = NVKM_OBJECT_MAP_IO;
type              120 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/umem.c 	umem->io = (*type == NVKM_OBJECT_MAP_IO);
type              151 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/umem.c 	int type, ret = -ENOSYS;
type              156 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/umem.c 		type = args->v0.type;
type              162 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/umem.c 	if (type >= mmu->type_nr)
type              169 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/umem.c 	umem->type = mmu->type[type].type;
type              174 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/umem.c 	if (mmu->type[type].type & NVKM_MEM_MAPPABLE) {
type              179 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/umem.c 	ret = nvkm_mem_new_type(mmu, type, page, size, argv, argc,
type               10 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/umem.h 	u8 type:8;
type               84 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c 	u8 type, index;
type               89 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c 		type = mmu->type[index].type;
type               90 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c 		args->v0.heap = mmu->type[index].heap;
type               91 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c 		args->v0.vram = !!(type & NVKM_MEM_VRAM);
type               92 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c 		args->v0.host = !!(type & NVKM_MEM_HOST);
type               93 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c 		args->v0.comp = !!(type & NVKM_MEM_COMP);
type               94 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c 		args->v0.disp = !!(type & NVKM_MEM_DISP);
type               95 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c 		args->v0.kind = !!(type & NVKM_MEM_KIND);
type               96 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c 		args->v0.mappable = !!(type & NVKM_MEM_MAPPABLE);
type               97 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c 		args->v0.coherent = !!(type & NVKM_MEM_COHERENT);
type               98 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c 		args->v0.uncached = !!(type & NVKM_MEM_UNCACHED);
type              283 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c 		getref = args->v0.type == NVIF_VMM_GET_V0_PTES;
type              284 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c 		mapref = args->v0.type == NVIF_VMM_GET_V0_ADDR;
type              312 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c 	u8 type, index, nr;
type              320 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c 		type = page[index].type;
type              322 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c 		args->v0.sparse = !!(type & NVKM_VMM_PAGE_SPARSE);
type              323 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c 		args->v0.vram = !!(type & NVKM_VMM_PAGE_VRAM);
type              324 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c 		args->v0.host = !!(type & NVKM_VMM_PAGE_HOST);
type              325 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c 		args->v0.comp = !!(type & NVKM_VMM_PAGE_COMP);
type               47 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	if (desc->type > PGT) {
type               48 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 		if (desc->type == SPT) {
type               61 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	if (desc->type == PGD) {
type               87 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	switch (desc->type) {
type              141 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	const int type = desc[it->lvl].type == SPT;
type              144 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	struct nvkm_mmu_pt *pt = pgt->pt[type];
type              154 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 		pgt->pt[type] = NULL;
type              155 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 		if (!pgt->refs[!type]) {
type              191 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	if (!pgt->refs[!type])
type              261 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	const int type = desc->type == SPT;
type              267 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 		dma = desc->func->pfn_clear(it->vmm, pgt->pt[type], ptei, ptes);
type              272 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 			desc->func->pfn_unmap(it->vmm, pgt->pt[type], ptei, ptes);
type              277 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	pgt->refs[type] -= ptes;
type              280 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	if (desc->type == SPT && (pgt->refs[0] || pgt->refs[1]))
type              284 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	if (!pgt->refs[type]) {
type              367 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	const int type = desc->type == SPT;
type              371 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	pgt->refs[type] += ptes;
type              374 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	if (desc->type == SPT)
type              384 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	if (desc->type == PGD) {
type              388 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	if (desc->type == LPT) {
type              397 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	if (it->desc->type == PGD)
type              400 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	if (it->desc->type == LPT)
type              416 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	const int type = desc->type == SPT;
type              428 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	pgt->pt[type] = nvkm_mmu_ptc_get(mmu, size, desc->align, zero);
type              429 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	if (!pgt->pt[type]) {
type              438 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	pt = pgt->pt[type];
type              440 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	if (desc->type == LPT && pgt->refs[1]) {
type              533 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 		const int type = desc->type == SPT;
type              556 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 			if (ref && !pgt->refs[desc[it.lvl - 1].type == SPT]) {
type              564 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 			struct nvkm_mmu_pt *pt = pgt->pt[type];
type              615 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	if ((page->type & NVKM_VMM_PAGE_SPARSE)) {
type             1381 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 		if (!(map->page->type & NVKM_VMM_PAGE_VRAM)) {
type             1388 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 		if (!(map->page->type & NVKM_VMM_PAGE_HOST)) {
type             1809 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	const int type = desc->type == SPT;
type             1810 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c 	nvkm_memory_boot(it->pt[0]->pt[type]->memory, it->vmm);
type               95 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.h 	} type;
type              136 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.h 	u8 type;
type              212 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.h void gf100_vmm_invalidate(struct nvkm_vmm *, u32 type);
type               35 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 	u64 base = (addr >> 8) | map->type;
type               48 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 		map->type += ptes * map->ctag;
type               72 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 			const u64 data = (*map->dma++ >> 8) | map->type;
type               74 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 			map->type += map->ctag;
type              188 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c gf100_vmm_invalidate(struct nvkm_vmm *vmm, u32 type)
type              204 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 	if (!(type & 0x00000002) /* ALL_PDB. */) {
type              218 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 	nvkm_wr32(device, 0x100cbc, 0x80000000 | type);
type              231 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 	u32 type = 0x00000001; /* PAGE_ALL */
type              233 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 		type |= 0x00000004; /* HUB_ONLY */
type              234 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 	gf100_vmm_invalidate(vmm, type);
type              255 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 	map->type = map->ctag = 0;
type              286 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 		if (aper != 0 || !(page->type & NVKM_VMM_PAGE_COMP)) {
type              287 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 			VMM_DEBUG(vmm, "comp %d %02x", aper, page->type);
type              302 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 				map->type |= tags << 44;
type              313 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 	map->type |= BIT(0);
type              314 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 	map->type |= (u64)priv << 1;
type              315 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 	map->type |= (u64)  ro << 2;
type              316 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 	map->type |= (u64) vol << 32;
type              317 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 	map->type |= (u64)aper << 33;
type              318 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c 	map->type |= (u64)kind << 36;
type              112 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 	u64 data = (addr >> 4) | map->type;
type              114 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 	map->type += ptes * map->ctag;
type              137 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 			const u64 data = (*map->dma++ >> 4) | map->type;
type              139 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 			map->type += map->ctag;
type              195 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 	u64 data = (addr >> 4) | map->type;
type              197 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 	map->type += ptes * map->ctag;
type              328 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 	map->type = 0;
type              358 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 		if (aper != 0 || !(page->type & NVKM_VMM_PAGE_COMP)) {
type              359 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 			VMM_DEBUG(vmm, "comp %d %02x", aper, page->type);
type              374 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 			map->type |= tags << 36;
type              381 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 	map->type |= BIT(0);
type              382 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 	map->type |= (u64)aper << 1;
type              383 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 	map->type |= (u64) vol << 3;
type              384 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 	map->type |= (u64)priv << 5;
type              385 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 	map->type |= (u64)  ro << 6;
type              386 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 	map->type |= (u64)kind << 56;
type              468 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 	u32 type = (5 /* CACHE_LEVEL_UP_TO_PDE3 */ - depth) << 24;
type              469 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 	type = 0; /*XXX: need to confirm stuff works with depth enabled... */
type              471 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 		type |= 0x00000004; /* HUB_ONLY */
type              472 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 	type |= 0x00000001; /* PAGE_ALL */
type              473 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c 	gf100_vmm_invalidate(vmm, type);
type               35 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c 	u64 next = addr + map->type, data;
type               39 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c 	map->type += ptes * map->ctag;
type               72 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c 			const u64 data = *map->dma++ + map->type;
type               74 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c 			map->type += map->ctag;
type              242 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c 	map->type = map->ctag = 0;
type              264 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c 			map->type |= ram->stolen;
type              287 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c 	if (map->mem && map->mem->type != kindm[kind]) {
type              289 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c 			  kindm[kind], map->mem->type);
type              295 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c 		if (aper != 0 || !(page->type & NVKM_VMM_PAGE_COMP)) {
type              296 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c 			VMM_DEBUG(vmm, "comp %d %02x", aper, page->type);
type              310 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c 			map->type |= (u64)comp << 47;
type              311 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c 			map->type |= (u64)tags << 49;
type              316 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c 	map->type |= BIT(0); /* Valid. */
type              317 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c 	map->type |= (u64)ro << 3;
type              318 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c 	map->type |= (u64)aper << 4;
type              319 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c 	map->type |= (u64)priv << 6;
type              320 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c 	map->type |= (u64)kind << 40;
type               31 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmtu102.c 	u32 type = depth << 24; /*XXX: not confirmed */
type               33 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmtu102.c 	type = 0x00000001; /* PAGE_ALL */
type               35 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmtu102.c 		type |= 0x00000004; /* HUB_ONLY */
type               42 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmtu102.c 	nvkm_wr32(device, 0xb830b0, 0x80000000 | type);
type               89 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c 		.buffer.type = ACPI_TYPE_BUFFER,
type              113 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c 	if (obj->type == ACPI_TYPE_BUFFER) {
type              116 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c 	} else if (obj->type == ACPI_TYPE_INTEGER) {
type              147 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c 	if (obj->type == ACPI_TYPE_INTEGER) {
type              188 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c 	if (obj->type == ACPI_TYPE_BUFFER) {
type              104 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/mxms.c 		u8 type = desc[0] & 0x0f;
type              109 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/mxms.c 		switch (type) {
type              144 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/mxms.c 			nvkm_debug(subdev, "unknown descriptor type %d\n", type);
type              161 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/mxms.c 			nvkm_debug(subdev, "%4s: %s\n", mxms_desc[type], data);
type              169 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/mxms.c 		if (types & (1 << type)) {
type               99 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c 	u8 type, i2cidx, link, ver, len;
type              148 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c 	type  = conn[0];
type              155 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c 		type = DCB_CONNECTOR_HDMI_1;
type              158 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c 		type = DCB_CONNECTOR_DVI_D;
type              165 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c 		type = DCB_CONNECTOR_eDP;
type              172 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c 		conn[0] = type;
type              199 drivers/gpu/drm/nouveau/nvkm/subdev/pci/base.c 	if (device->type == NVKM_DEVICE_AGP)
type              215 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c nvkm_therm_attr_get(struct nvkm_therm *therm, enum nvkm_therm_attr_type type)
type              217 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c 	switch (type) {
type              247 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c 		    enum nvkm_therm_attr_type type, int value)
type              249 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c 	switch (type) {
type              253 drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c 	nvkm_debug(subdev, "FAN control: %s\n", therm->fan->type);
type               48 drivers/gpu/drm/nouveau/nvkm/subdev/therm/fannil.c 	priv->type = "none / external";
type               96 drivers/gpu/drm/nouveau/nvkm/subdev/therm/fanpwm.c 	    !therm->func->pwm_ctrl || info.type == NVBIOS_THERM_FAN_TOGGLE ||
type              105 drivers/gpu/drm/nouveau/nvkm/subdev/therm/fanpwm.c 	fan->base.type = "PWM";
type              107 drivers/gpu/drm/nouveau/nvkm/subdev/therm/fantog.c 	fan->base.type = "toggle";
type               37 drivers/gpu/drm/nouveau/nvkm/subdev/therm/ic.c 	request_module("%s%s", I2C_MODULE_PREFIX, info->type);
type               52 drivers/gpu/drm/nouveau/nvkm/subdev/therm/ic.c 		   info->type, info->addr, sensor->offset_constant);
type               40 drivers/gpu/drm/nouveau/nvkm/subdev/therm/priv.h 	const char *type;
type               32 drivers/gpu/drm/nouveau/nvkm/subdev/top/gk104.c 	u32 data, type, inst;
type               39 drivers/gpu/drm/nouveau/nvkm/subdev/top/gk104.c 			type = ~0;
type               65 drivers/gpu/drm/nouveau/nvkm/subdev/top/gk104.c 			type = (data & 0x7ffffffc) >> 2;
type               77 drivers/gpu/drm/nouveau/nvkm/subdev/top/gk104.c 		switch (type) {
type              100 drivers/gpu/drm/nouveau/nvkm/subdev/top/gk104.c 				   "reset %2d\n", type, inst,
type              226 drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c 	} else if (data && info.type == NVBIOS_VOLT_PWM) {
type              111 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c 	    bios.type == NVBIOS_VOLT_PWM) {
type              125 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c 	if (bios.type == NVBIOS_VOLT_PWM && volt_func != &gk104_volt_pwm) {
type               55 drivers/gpu/drm/omapdrm/displays/connector-analog-tv.c 	dssdev->type = OMAP_DISPLAY_TYPE_VENC;
type              139 drivers/gpu/drm/omapdrm/displays/connector-hdmi.c 	dssdev->type = OMAP_DISPLAY_TYPE_HDMI;
type               87 drivers/gpu/drm/omapdrm/displays/encoder-opa362.c 	dssdev->type = OMAP_DISPLAY_TYPE_VENC;
type              166 drivers/gpu/drm/omapdrm/displays/encoder-tpd12s015.c 	dssdev->type = OMAP_DISPLAY_TYPE_HDMI;
type             1265 drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c 	dssdev->type = OMAP_DISPLAY_TYPE_DSI;
type             1310 drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c 		props.type = BACKLIGHT_RAW;
type             2941 drivers/gpu/drm/omapdrm/dss/dispc.c 				    enum omap_dss_trans_key_type type,
type             2944 drivers/gpu/drm/omapdrm/dss/dispc.c 	mgr_fld_write(dispc, ch, DISPC_MGR_FLD_TCKSELECTION, type);
type               63 drivers/gpu/drm/omapdrm/dss/display.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              228 drivers/gpu/drm/omapdrm/dss/dpi.c 	if (dpi->pll->hw->type == DSS_PLL_TYPE_A) {
type              626 drivers/gpu/drm/omapdrm/dss/dpi.c 	out->type = OMAP_DISPLAY_TYPE_DPI;
type             2717 drivers/gpu/drm/omapdrm/dss/dsi.c 				      enum dss_dsi_content_type type)
type             2722 drivers/gpu/drm/omapdrm/dss/dsi.c 		BUG_ON(type == DSS_DSI_CONTENT_DCS);
type             2727 drivers/gpu/drm/omapdrm/dss/dsi.c 				type == DSS_DSI_CONTENT_GENERIC ?
type             2732 drivers/gpu/drm/omapdrm/dss/dsi.c 				type == DSS_DSI_CONTENT_GENERIC ?
type             2738 drivers/gpu/drm/omapdrm/dss/dsi.c 				type == DSS_DSI_CONTENT_GENERIC ?
type             2766 drivers/gpu/drm/omapdrm/dss/dsi.c 			       enum dss_dsi_content_type type)
type             2771 drivers/gpu/drm/omapdrm/dss/dsi.c 	r = dsi_vc_write_nosync_common(dsi, channel, data, len, type);
type             2863 drivers/gpu/drm/omapdrm/dss/dsi.c 			       int buflen, enum dss_dsi_content_type type)
type             2886 drivers/gpu/drm/omapdrm/dss/dsi.c 	} else if (dt == (type == DSS_DSI_CONTENT_GENERIC ?
type             2892 drivers/gpu/drm/omapdrm/dss/dsi.c 				type == DSS_DSI_CONTENT_GENERIC ? "GENERIC" :
type             2903 drivers/gpu/drm/omapdrm/dss/dsi.c 	} else if (dt == (type == DSS_DSI_CONTENT_GENERIC ?
type             2909 drivers/gpu/drm/omapdrm/dss/dsi.c 				type == DSS_DSI_CONTENT_GENERIC ? "GENERIC" :
type             2921 drivers/gpu/drm/omapdrm/dss/dsi.c 	} else if (dt == (type == DSS_DSI_CONTENT_GENERIC ?
type             2928 drivers/gpu/drm/omapdrm/dss/dsi.c 				type == DSS_DSI_CONTENT_GENERIC ? "GENERIC" :
type             2965 drivers/gpu/drm/omapdrm/dss/dsi.c 		type == DSS_DSI_CONTENT_GENERIC ? "GENERIC" : "DCS");
type             4935 drivers/gpu/drm/omapdrm/dss/dsi.c 	.type = DSS_PLL_TYPE_A,
type             4962 drivers/gpu/drm/omapdrm/dss/dsi.c 	.type = DSS_PLL_TYPE_A,
type             4989 drivers/gpu/drm/omapdrm/dss/dsi.c 	.type = DSS_PLL_TYPE_A,
type             5115 drivers/gpu/drm/omapdrm/dss/dsi.c 	out->type = OMAP_DISPLAY_TYPE_DSI;
type              697 drivers/gpu/drm/omapdrm/dss/dss.c void dss_set_venc_output(struct dss_device *dss, enum omap_dss_venc_type type)
type              701 drivers/gpu/drm/omapdrm/dss/dss.c 	if (type == OMAP_DSS_VENC_TYPE_COMPOSITE)
type              703 drivers/gpu/drm/omapdrm/dss/dss.c 	else if (type == OMAP_DSS_VENC_TYPE_SVIDEO)
type              151 drivers/gpu/drm/omapdrm/dss/dss.h 	enum dss_pll_type type;
type              338 drivers/gpu/drm/omapdrm/dss/dss.h void dss_set_venc_output(struct dss_device *dss, enum omap_dss_venc_type type);
type              184 drivers/gpu/drm/omapdrm/dss/hdmi.h 	enum hdmi_audio_type			type;
type              671 drivers/gpu/drm/omapdrm/dss/hdmi4.c 	out->type = OMAP_DISPLAY_TYPE_HDMI;
type              836 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 	audio_format.type = HDMI_AUDIO_TYPE_LPCM;
type              655 drivers/gpu/drm/omapdrm/dss/hdmi5.c 	out->type = OMAP_DISPLAY_TYPE_HDMI;
type              875 drivers/gpu/drm/omapdrm/dss/hdmi5_core.c 	audio_format.type = HDMI_AUDIO_TYPE_LPCM;
type               78 drivers/gpu/drm/omapdrm/dss/hdmi_pll.c 	.type = DSS_PLL_TYPE_B,
type              103 drivers/gpu/drm/omapdrm/dss/hdmi_pll.c 	.type = DSS_PLL_TYPE_B,
type              238 drivers/gpu/drm/omapdrm/dss/hdmi_wp.c 	r = FLD_MOD(r, aud_fmt->type, 4, 4);
type              412 drivers/gpu/drm/omapdrm/dss/omapdss.h 	enum omap_display_type type;
type               39 drivers/gpu/drm/omapdrm/dss/output.c 	if (out->next && out->type != out->next->type) {
type              264 drivers/gpu/drm/omapdrm/dss/sdi.c 	out->type = OMAP_DISPLAY_TYPE_SDI;
type              301 drivers/gpu/drm/omapdrm/dss/venc.c 	enum omap_dss_venc_type type;
type              432 drivers/gpu/drm/omapdrm/dss/venc.c 	dss_set_venc_output(venc->dss, venc->type);
type              437 drivers/gpu/drm/omapdrm/dss/venc.c 	if (venc->type == OMAP_DSS_VENC_TYPE_COMPOSITE)
type              522 drivers/gpu/drm/omapdrm/dss/venc.c 		mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              752 drivers/gpu/drm/omapdrm/dss/venc.c 	out->type = OMAP_DISPLAY_TYPE_VENC;
type              797 drivers/gpu/drm/omapdrm/dss/venc.c 		venc->type = OMAP_DSS_VENC_TYPE_COMPOSITE;
type              800 drivers/gpu/drm/omapdrm/dss/venc.c 		venc->type = OMAP_DSS_VENC_TYPE_SVIDEO;
type              103 drivers/gpu/drm/omapdrm/dss/video-pll.c 	.type = DSS_PLL_TYPE_A,
type              303 drivers/gpu/drm/omapdrm/omap_connector.c 	enum omap_display_type type;
type              306 drivers/gpu/drm/omapdrm/omap_connector.c 	type = display->type;
type              309 drivers/gpu/drm/omapdrm/omap_connector.c 	switch (type) {
type              130 drivers/gpu/drm/omapdrm/omap_crtc.c 	if (omap_crtc->pipe->output->type == OMAP_DISPLAY_TYPE_HDMI) {
type              505 drivers/gpu/drm/omapdrm/omap_crtc.c 	    omap_crtc->pipe->output->next->type != OMAP_DISPLAY_TYPE_DSI) {
type              270 drivers/gpu/drm/omapdrm/omap_drv.c 		enum drm_plane_type type = i < priv->num_pipes
type              278 drivers/gpu/drm/omapdrm/omap_drv.c 		plane = omap_plane_init(dev, i, type, plane_crtc_mask);
type              148 drivers/gpu/drm/omapdrm/omap_encoder.c 	if (output->type == OMAP_DISPLAY_TYPE_HDMI)
type              177 drivers/gpu/drm/omapdrm/omap_encoder.c 	if (dssdev->type != OMAP_DISPLAY_TYPE_DSI) {
type              205 drivers/gpu/drm/omapdrm/omap_encoder.c 	if (dssdev->type != OMAP_DISPLAY_TYPE_DSI) {
type               93 drivers/gpu/drm/omapdrm/omap_plane.c 	plane->state->zpos = plane->type == DRM_PLANE_TYPE_PRIMARY
type              190 drivers/gpu/drm/omapdrm/omap_plane.c 	plane->state->zpos = plane->type == DRM_PLANE_TYPE_PRIMARY
type              251 drivers/gpu/drm/omapdrm/omap_plane.c 		int idx, enum drm_plane_type type,
type              268 drivers/gpu/drm/omapdrm/omap_plane.c 	DBG("%s: type=%d", plane_id_to_name[id], type);
type              284 drivers/gpu/drm/omapdrm/omap_plane.c 				       nformats, NULL, type, NULL);
type               21 drivers/gpu/drm/omapdrm/omap_plane.h 		int idx, enum drm_plane_type type,
type              275 drivers/gpu/drm/panel/panel-arm-versatile.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              162 drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c 	.type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED,
type              700 drivers/gpu/drm/panel/panel-ilitek-ili9322.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              407 drivers/gpu/drm/panel/panel-ilitek-ili9881c.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              372 drivers/gpu/drm/panel/panel-jdi-lt070me05000.c 	props.type = BACKLIGHT_RAW;
type              138 drivers/gpu/drm/panel/panel-lg-lb035q02.c 	.type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED,
type              227 drivers/gpu/drm/panel/panel-lg-lg4573.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              120 drivers/gpu/drm/panel/panel-lvds.c 	mode->type |= DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              120 drivers/gpu/drm/panel/panel-nec-nl8048hl11.c 	.type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED,
type              222 drivers/gpu/drm/panel/panel-novatek-nt39016.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              184 drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c 			mode->type |= DRM_MODE_TYPE_PREFERRED;
type              185 drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c 		mode->type |= DRM_MODE_TYPE_DRIVER;
type              366 drivers/gpu/drm/panel/panel-orisetech-otm8009a.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              475 drivers/gpu/drm/panel/panel-orisetech-otm8009a.c 	ctx->bl_dev->props.type = BACKLIGHT_RAW;
type              332 drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c 		mode->type |= DRM_MODE_TYPE_DRIVER;
type              335 drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c 			mode->type |= DRM_MODE_TYPE_PREFERRED;
type              369 drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c 		.type = RPI_DSI_DRIVER_NAME,
type              453 drivers/gpu/drm/panel/panel-raydium-rm67191.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              592 drivers/gpu/drm/panel/panel-raydium-rm67191.c 	bl_props.type = BACKLIGHT_RAW;
type              352 drivers/gpu/drm/panel/panel-raydium-rm68200.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              248 drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              140 drivers/gpu/drm/panel/panel-ronbo-rb070d30.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              282 drivers/gpu/drm/panel/panel-samsung-ld9040.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              157 drivers/gpu/drm/panel/panel-samsung-s6d16d0.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              230 drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c 	enum s6e3ha2_type type;
type              300 drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c 	if (ctx->desc->type == HF2_TYPE)
type              306 drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c 	if (ctx->desc->type == HA2_TYPE)
type              626 drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c 	.type = HA2_TYPE,
type              645 drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c 	.type = HF2_TYPE,
type              664 drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              418 drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              380 drivers/gpu/drm/panel/panel-samsung-s6e63m0.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              417 drivers/gpu/drm/panel/panel-samsung-s6e63m0.c 		.type		= BACKLIGHT_RAW,
type              941 drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type               83 drivers/gpu/drm/panel/panel-seiko-43wvf1g.c 		mode->type |= DRM_MODE_TYPE_DRIVER;
type               86 drivers/gpu/drm/panel/panel-seiko-43wvf1g.c 			mode->type |= DRM_MODE_TYPE_PREFERRED;
type              102 drivers/gpu/drm/panel/panel-seiko-43wvf1g.c 		mode->type |= DRM_MODE_TYPE_DRIVER;
type              105 drivers/gpu/drm/panel/panel-seiko-43wvf1g.c 			mode->type |= DRM_MODE_TYPE_PREFERRED;
type               97 drivers/gpu/drm/panel/panel-sharp-ls037v7dw01.c 	.type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED,
type              142 drivers/gpu/drm/panel/panel-simple.c 		mode->type |= DRM_MODE_TYPE_DRIVER;
type              145 drivers/gpu/drm/panel/panel-simple.c 			mode->type |= DRM_MODE_TYPE_PREFERRED;
type              171 drivers/gpu/drm/panel/panel-simple.c 		mode->type |= DRM_MODE_TYPE_DRIVER;
type              174 drivers/gpu/drm/panel/panel-simple.c 			mode->type |= DRM_MODE_TYPE_PREFERRED;
type              190 drivers/gpu/drm/panel/panel-simple.c 	bool has_override = panel->override_mode.type;
type              405 drivers/gpu/drm/panel/panel-simple.c 		panel->override_mode.type |= DRM_MODE_TYPE_DRIVER |
type              410 drivers/gpu/drm/panel/panel-simple.c 	if (WARN_ON(!panel->override_mode.type))
type              315 drivers/gpu/drm/panel/panel-sitronix-st7701.c 	.type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED,
type              188 drivers/gpu/drm/panel/panel-sitronix-st7789v.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              354 drivers/gpu/drm/panel/panel-sony-acx565akm.c 		.type = BACKLIGHT_RAW,
type              518 drivers/gpu/drm/panel/panel-sony-acx565akm.c 	.type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED,
type              284 drivers/gpu/drm/panel/panel-tpo-td028ttec1.c 	.type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED,
type              343 drivers/gpu/drm/panel/panel-tpo-td043mtea1.c 	.type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED,
type              399 drivers/gpu/drm/panel/panel-tpo-tpg110.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              475 drivers/gpu/drm/panel/panel-truly-nt35597.c 	mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              565 drivers/gpu/drm/panel/panel-truly-nt35597.c 		.type = "trulynt35597",
type              187 drivers/gpu/drm/qxl/qxl_cmd.c 			      uint32_t type, bool interruptible)
type              191 drivers/gpu/drm/qxl/qxl_cmd.c 	cmd.type = type;
type              199 drivers/gpu/drm/qxl/qxl_cmd.c 			     uint32_t type, bool interruptible)
type              203 drivers/gpu/drm/qxl/qxl_cmd.c 	cmd.type = type;
type              241 drivers/gpu/drm/qxl/qxl_cmd.c 			switch (release->type) {
type              402 drivers/gpu/drm/qxl/qxl_cmd.c 	create->type = QXL_SURF_TYPE_PRIMARY;
type              488 drivers/gpu/drm/qxl/qxl_cmd.c 	cmd->type = QXL_SURFACE_CMD_CREATE;
type              542 drivers/gpu/drm/qxl/qxl_cmd.c 	cmd->type = QXL_SURFACE_CMD_DESTROY;
type              292 drivers/gpu/drm/qxl/qxl_dev.h 	uint32_t type;
type              322 drivers/gpu/drm/qxl/qxl_dev.h 	uint32_t type;
type              410 drivers/gpu/drm/qxl/qxl_dev.h 	uint16_t type;
type              434 drivers/gpu/drm/qxl/qxl_dev.h 	uint8_t type;
type              505 drivers/gpu/drm/qxl/qxl_dev.h 	uint32_t type;
type              602 drivers/gpu/drm/qxl/qxl_dev.h 	uint32_t type;
type              682 drivers/gpu/drm/qxl/qxl_dev.h 	uint8_t type;
type              709 drivers/gpu/drm/qxl/qxl_dev.h 	uint8_t type;
type              751 drivers/gpu/drm/qxl/qxl_dev.h 	uint8_t type;
type              815 drivers/gpu/drm/qxl/qxl_dev.h 	uint8_t type;
type              234 drivers/gpu/drm/qxl/qxl_display.c 		mode->type |= DRM_MODE_TYPE_PREFERRED;
type              517 drivers/gpu/drm/qxl/qxl_display.c 	cmd->type = QXL_CURSOR_SET;
type              632 drivers/gpu/drm/qxl/qxl_display.c 		cursor->header.type = SPICE_CURSOR_TYPE_ALPHA;
type              649 drivers/gpu/drm/qxl/qxl_display.c 		cmd->type = QXL_CURSOR_SET;
type              661 drivers/gpu/drm/qxl/qxl_display.c 		cmd->type = QXL_CURSOR_MOVE;
type              713 drivers/gpu/drm/qxl/qxl_display.c 	cmd->type = QXL_CURSOR_HIDE;
type              790 drivers/gpu/drm/qxl/qxl_display.c 	if (plane->type == DRM_PLANE_TYPE_PRIMARY &&
type              893 drivers/gpu/drm/qxl/qxl_display.c 					  enum drm_plane_type type)
type              902 drivers/gpu/drm/qxl/qxl_display.c 	if (type == DRM_PLANE_TYPE_PRIMARY) {
type              907 drivers/gpu/drm/qxl/qxl_display.c 	} else if (type == DRM_PLANE_TYPE_CURSOR) {
type              922 drivers/gpu/drm/qxl/qxl_display.c 				       NULL, type, NULL);
type               74 drivers/gpu/drm/qxl/qxl_draw.c make_drawable(struct qxl_device *qdev, int surface, uint8_t type,
type               85 drivers/gpu/drm/qxl/qxl_draw.c 	drawable->type = type;
type               95 drivers/gpu/drm/qxl/qxl_draw.c 	drawable->clip.type = SPICE_CLIP_TYPE_NONE;
type              218 drivers/gpu/drm/qxl/qxl_draw.c 	drawable->clip.type = SPICE_CLIP_TYPE_RECTS;
type               85 drivers/gpu/drm/qxl/qxl_drv.h 	int                             type;
type              152 drivers/gpu/drm/qxl/qxl_drv.h 	int type;
type              408 drivers/gpu/drm/qxl/qxl_drv.h 			       int type, struct qxl_release **release,
type              413 drivers/gpu/drm/qxl/qxl_drv.h 			      uint32_t type, bool interruptible);
type              416 drivers/gpu/drm/qxl/qxl_drv.h 			     uint32_t type, bool interruptible);
type              196 drivers/gpu/drm/qxl/qxl_image.c 	image->descriptor.type = SPICE_IMAGE_TYPE_BITMAP;
type               75 drivers/gpu/drm/qxl/qxl_ioctl.c 	int type;
type              154 drivers/gpu/drm/qxl/qxl_ioctl.c 	switch (cmd->type) {
type              225 drivers/gpu/drm/qxl/qxl_ioctl.c 		reloc_info[i].type = reloc.reloc_type;
type              258 drivers/gpu/drm/qxl/qxl_ioctl.c 		if (reloc_info[i].type == QXL_RELOC_TYPE_BO)
type              260 drivers/gpu/drm/qxl/qxl_ioctl.c 		else if (reloc_info[i].type == QXL_RELOC_TYPE_SURF)
type              265 drivers/gpu/drm/qxl/qxl_ioctl.c 	ret = qxl_push_command_ring_release(qdev, release, cmd->type, true);
type              330 drivers/gpu/drm/qxl/qxl_ioctl.c 		qxl_ttm_placement_from_domain(qobj, qobj->type, false);
type               86 drivers/gpu/drm/qxl/qxl_object.c 	enum ttm_bo_type type;
type               90 drivers/gpu/drm/qxl/qxl_object.c 		type = ttm_bo_type_kernel;
type               92 drivers/gpu/drm/qxl/qxl_object.c 		type = ttm_bo_type_device;
type              103 drivers/gpu/drm/qxl/qxl_object.c 	bo->type = domain;
type              113 drivers/gpu/drm/qxl/qxl_object.c 	r = ttm_bo_init(&qdev->mman.bdev, &bo->tbo, size, type,
type              237 drivers/gpu/drm/qxl/qxl_object.c 	qxl_ttm_placement_from_domain(bo, bo->type, true);
type              337 drivers/gpu/drm/qxl/qxl_object.c 	if (bo->type == QXL_GEM_DOMAIN_SURFACE && bo->surface_id == 0) {
type               68 drivers/gpu/drm/qxl/qxl_release.c 	have_drawable_releases = release->type == QXL_RELEASE_DRAWABLE;
type              124 drivers/gpu/drm/qxl/qxl_release.c qxl_release_alloc(struct qxl_device *qdev, int type,
type              137 drivers/gpu/drm/qxl/qxl_release.c 	release->type = type;
type              180 drivers/gpu/drm/qxl/qxl_release.c 	DRM_DEBUG_DRIVER("release %d, type %d\n", release->id, release->type);
type              235 drivers/gpu/drm/qxl/qxl_release.c 		qxl_ttm_placement_from_domain(bo, bo->type, false);
type              321 drivers/gpu/drm/qxl/qxl_release.c 				       int type, struct qxl_release **release,
type              330 drivers/gpu/drm/qxl/qxl_release.c 	if (type == QXL_RELEASE_DRAWABLE)
type              332 drivers/gpu/drm/qxl/qxl_release.c 	else if (type == QXL_RELEASE_SURFACE_CMD)
type              334 drivers/gpu/drm/qxl/qxl_release.c 	else if (type == QXL_RELEASE_CURSOR_CMD)
type              337 drivers/gpu/drm/qxl/qxl_release.c 		DRM_ERROR("got illegal type: %d\n", type);
type              341 drivers/gpu/drm/qxl/qxl_release.c 	idr_ret = qxl_release_alloc(qdev, type, release);
type               97 drivers/gpu/drm/qxl/qxl_ttm.c static int qxl_init_mem_type(struct ttm_bo_device *bdev, uint32_t type,
type              105 drivers/gpu/drm/qxl/qxl_ttm.c 	switch (type) {
type              115 drivers/gpu/drm/qxl/qxl_ttm.c 		slot = (type == TTM_PL_VRAM) ?
type              117 drivers/gpu/drm/qxl/qxl_ttm.c 		slot->gpu_offset = (uint64_t)type << gpu_offset_shift;
type              126 drivers/gpu/drm/qxl/qxl_ttm.c 		DRM_ERROR("Unsupported memory type %u\n", (unsigned int)type);
type              462 drivers/gpu/drm/radeon/atombios_crtc.c 		if (ss->type & ATOM_EXTERNAL_SS_MASK)
type              483 drivers/gpu/drm/radeon/atombios_crtc.c 		args.v3.ucSpreadSpectrumType = ss->type & ATOM_SS_CENTRE_SPREAD_MODE_MASK;
type              502 drivers/gpu/drm/radeon/atombios_crtc.c 		args.v2.ucSpreadSpectrumType = ss->type & ATOM_SS_CENTRE_SPREAD_MODE_MASK;
type              521 drivers/gpu/drm/radeon/atombios_crtc.c 		args.v1.ucSpreadSpectrumType = ss->type & ATOM_SS_CENTRE_SPREAD_MODE_MASK;
type              529 drivers/gpu/drm/radeon/atombios_crtc.c 		    (ss->type & ATOM_EXTERNAL_SS_MASK)) {
type              534 drivers/gpu/drm/radeon/atombios_crtc.c 		args.lvds_ss_2.ucSpreadSpectrumType = ss->type & ATOM_SS_CENTRE_SPREAD_MODE_MASK;
type              545 drivers/gpu/drm/radeon/atombios_crtc.c 		args.lvds_ss.ucSpreadSpectrumType = ss->type & ATOM_SS_CENTRE_SPREAD_MODE_MASK;
type              885 drivers/gpu/drm/radeon/atombios_crtc.c 			if (ss_enabled && (ss->type & ATOM_EXTERNAL_SS_MASK))
type              898 drivers/gpu/drm/radeon/atombios_crtc.c 			if (ss_enabled && (ss->type & ATOM_EXTERNAL_SS_MASK))
type              927 drivers/gpu/drm/radeon/atombios_crtc.c 			if (ss_enabled && (ss->type & ATOM_EXTERNAL_SS_MASK))
type             1130 drivers/gpu/drm/radeon/atombios_crtc.c 			if (radeon_crtc->ss.type & ATOM_PPLL_SS_TYPE_V2_CENTRE_SPREAD)
type              220 drivers/gpu/drm/radeon/atombios_encoders.c 	props.type = BACKLIGHT_RAW;
type              579 drivers/gpu/drm/radeon/ci_dpm.c 		if (config_regs->type == CISLANDS_CONFIGREG_CACHE) {
type              582 drivers/gpu/drm/radeon/ci_dpm.c 			switch (config_regs->type) {
type              598 drivers/gpu/drm/radeon/ci_dpm.c 			switch (config_regs->type) {
type              173 drivers/gpu/drm/radeon/ci_dpm.h 	enum ci_pt_config_reg_type type;
type             1631 drivers/gpu/drm/radeon/evergreen.c 	if (voltage->type == VOLTAGE_SW) {
type             2756 drivers/gpu/drm/radeon/evergreen_cs.c 		switch (pkt.type) {
type             2766 drivers/gpu/drm/radeon/evergreen_cs.c 			DRM_ERROR("Unknown packet type %d !\n", pkt.type);
type             3529 drivers/gpu/drm/radeon/evergreen_cs.c 		pkt.type = RADEON_CP_PACKET_GET_TYPE(ib->ptr[idx]);
type             3532 drivers/gpu/drm/radeon/evergreen_cs.c 		switch (pkt.type) {
type             3546 drivers/gpu/drm/radeon/evergreen_cs.c 			dev_err(rdev->dev, "Unknown packet type %d !\n", pkt.type);
type              295 drivers/gpu/drm/radeon/kv_dpm.c 		if (config_regs->type == KV_CONFIGREG_CACHE) {
type              298 drivers/gpu/drm/radeon/kv_dpm.c 			switch (config_regs->type) {
type              315 drivers/gpu/drm/radeon/kv_dpm.c 			switch (config_regs->type) {
type               49 drivers/gpu/drm/radeon/kv_dpm.h 	enum kv_pt_config_reg_type type;
type               28 drivers/gpu/drm/radeon/mkregtable.c #define container_of(ptr, type, member) ({          \
type               29 drivers/gpu/drm/radeon/mkregtable.c 	const typeof(((type *)0)->member)*__mptr = (ptr);    \
type               30 drivers/gpu/drm/radeon/mkregtable.c 		     (type *)((char *)__mptr - offsetof(type, member)); })
type               92 drivers/gpu/drm/radeon/mkregtable.c #define list_entry(ptr, type, member) \
type               93 drivers/gpu/drm/radeon/mkregtable.c 	container_of(ptr, type, member)
type              358 drivers/gpu/drm/radeon/r100.c 	if ((voltage->type == VOLTAGE_GPIO) && (voltage->gpio.valid)) {
type             2048 drivers/gpu/drm/radeon/r100.c 		switch (pkt.type) {
type             2068 drivers/gpu/drm/radeon/r100.c 				  pkt.type);
type             1301 drivers/gpu/drm/radeon/r300.c 		switch (pkt.type) {
type             1314 drivers/gpu/drm/radeon/r300.c 			DRM_ERROR("Unknown packet type %d !\n", pkt.type);
type              462 drivers/gpu/drm/radeon/r600.c 				else if ((rdev->pm.power_state[i].type == POWER_STATE_TYPE_PERFORMANCE) ||
type              463 drivers/gpu/drm/radeon/r600.c 					 (rdev->pm.power_state[i].type == POWER_STATE_TYPE_BATTERY)) {
type              783 drivers/gpu/drm/radeon/r600.c 	if ((voltage->type == VOLTAGE_SW) && voltage->voltage) {
type              845 drivers/gpu/drm/radeon/r600_cs.c 	if (wait_reg_mem.type != RADEON_PACKET_TYPE3 ||
type             2299 drivers/gpu/drm/radeon/r600_cs.c 		switch (pkt.type) {
type             2309 drivers/gpu/drm/radeon/r600_cs.c 			DRM_ERROR("Unknown packet type %d !\n", pkt.type);
type             1101 drivers/gpu/drm/radeon/radeon.h 	unsigned	type;
type             1259 drivers/gpu/drm/radeon/radeon.h 	enum radeon_voltage_type type;
type             1292 drivers/gpu/drm/radeon/radeon.h 	enum radeon_pm_state_type type;
type              126 drivers/gpu/drm/radeon/radeon_acpi.c 	atif_arg_elements[0].type = ACPI_TYPE_INTEGER;
type              130 drivers/gpu/drm/radeon/radeon_acpi.c 		atif_arg_elements[1].type = ACPI_TYPE_BUFFER;
type              135 drivers/gpu/drm/radeon/radeon_acpi.c 		atif_arg_elements[1].type = ACPI_TYPE_INTEGER;
type              367 drivers/gpu/drm/radeon/radeon_acpi.c 			event->device_class, event->type);
type              373 drivers/gpu/drm/radeon/radeon_acpi.c 			event->type != atif->notification_cfg.command_code)
type              451 drivers/gpu/drm/radeon/radeon_acpi.c 	atcs_arg_elements[0].type = ACPI_TYPE_INTEGER;
type              455 drivers/gpu/drm/radeon/radeon_acpi.c 		atcs_arg_elements[1].type = ACPI_TYPE_BUFFER;
type              460 drivers/gpu/drm/radeon/radeon_acpi.c 		atcs_arg_elements[1].type = ACPI_TYPE_INTEGER;
type             1416 drivers/gpu/drm/radeon/radeon_atombios.c 				ss->type = ss_assign->ucSpreadSpectrumType;
type             1557 drivers/gpu/drm/radeon/radeon_atombios.c 					ss->type = ss_assign->v1.ucSpreadSpectrumMode;
type             1575 drivers/gpu/drm/radeon/radeon_atombios.c 					ss->type = ss_assign->v2.ucSpreadSpectrumMode;
type             1597 drivers/gpu/drm/radeon/radeon_atombios.c 					ss->type = ss_assign->v3.ucSpreadSpectrumMode;
type             2061 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[state_index].type =
type             2064 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[state_index].type =
type             2067 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[state_index].type =
type             2070 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[state_index].type =
type             2073 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[state_index].type =
type             2079 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[state_index].type =
type             2082 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[state_index].type =
type             2123 drivers/gpu/drm/radeon/radeon_atombios.c 			strlcpy(info.type, name, sizeof(info.type));
type             2145 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[state_index].clock_info[0].voltage.type = VOLTAGE_NONE;
type             2161 drivers/gpu/drm/radeon/radeon_atombios.c 				rdev->pm.power_state[state_index].clock_info[0].voltage.type =
type             2173 drivers/gpu/drm/radeon/radeon_atombios.c 				rdev->pm.power_state[state_index].clock_info[0].voltage.type =
type             2197 drivers/gpu/drm/radeon/radeon_atombios.c 				rdev->pm.power_state[state_index].clock_info[0].voltage.type =
type             2209 drivers/gpu/drm/radeon/radeon_atombios.c 				rdev->pm.power_state[state_index].clock_info[0].voltage.type =
type             2233 drivers/gpu/drm/radeon/radeon_atombios.c 				rdev->pm.power_state[state_index].clock_info[0].voltage.type =
type             2245 drivers/gpu/drm/radeon/radeon_atombios.c 				rdev->pm.power_state[state_index].clock_info[0].voltage.type =
type             2264 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[state_index - 1].type =
type             2363 drivers/gpu/drm/radeon/radeon_atombios.c 				strlcpy(info.type, name, sizeof(info.type));
type             2420 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[state_index].type =
type             2424 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[state_index].type =
type             2428 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[state_index].type =
type             2433 drivers/gpu/drm/radeon/radeon_atombios.c 			rdev->pm.power_state[state_index].type =
type             2442 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[state_index].type =
type             2501 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[state_index].clock_info[mode_index].voltage.type =
type             2510 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[state_index].clock_info[mode_index].voltage.type =
type             2523 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[state_index].clock_info[mode_index].voltage.type =
type             2536 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[state_index].clock_info[mode_index].voltage.type =
type             2655 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[0].type =
type             2752 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.power_state[0].type =
type             2800 drivers/gpu/drm/radeon/radeon_atombios.c 				rdev->pm.power_state[state_index].type =
type             2807 drivers/gpu/drm/radeon/radeon_atombios.c 				rdev->pm.power_state[state_index].clock_info[0].voltage.type = VOLTAGE_NONE;
type              101 drivers/gpu/drm/radeon/radeon_atpx_handler.c 	atpx_arg_elements[0].type = ACPI_TYPE_INTEGER;
type              105 drivers/gpu/drm/radeon/radeon_atpx_handler.c 		atpx_arg_elements[1].type = ACPI_TYPE_BUFFER;
type              110 drivers/gpu/drm/radeon/radeon_atpx_handler.c 		atpx_arg_elements[1].type = ACPI_TYPE_INTEGER;
type              161 drivers/gpu/drm/radeon/radeon_bios.c 	atrm_arg_elements[0].type = ACPI_TYPE_INTEGER;
type              164 drivers/gpu/drm/radeon/radeon_bios.c 	atrm_arg_elements[1].type = ACPI_TYPE_INTEGER;
type             2705 drivers/gpu/drm/radeon/radeon_combios.c 				strlcpy(info.type, name, sizeof(info.type));
type             2722 drivers/gpu/drm/radeon/radeon_combios.c 				strlcpy(info.type, name, sizeof(info.type));
type             2742 drivers/gpu/drm/radeon/radeon_combios.c 			rdev->pm.power_state[state_index].type =
type             2750 drivers/gpu/drm/radeon/radeon_combios.c 				rdev->pm.power_state[state_index].clock_info[0].voltage.type = VOLTAGE_GPIO;
type             2793 drivers/gpu/drm/radeon/radeon_combios.c 				rdev->pm.power_state[state_index].clock_info[0].voltage.type = VOLTAGE_NONE;
type             2808 drivers/gpu/drm/radeon/radeon_combios.c 	rdev->pm.power_state[state_index].type =
type             2815 drivers/gpu/drm/radeon/radeon_combios.c 	    (rdev->pm.power_state[0].clock_info[0].voltage.type == VOLTAGE_GPIO))
type             2819 drivers/gpu/drm/radeon/radeon_combios.c 		rdev->pm.power_state[state_index].clock_info[0].voltage.type = VOLTAGE_NONE;
type              480 drivers/gpu/drm/radeon/radeon_connectors.c 		mode->type = DRM_MODE_TYPE_PREFERRED | DRM_MODE_TYPE_DRIVER;
type              494 drivers/gpu/drm/radeon/radeon_connectors.c 		mode->type = DRM_MODE_TYPE_PREFERRED | DRM_MODE_TYPE_DRIVER;
type              781 drivers/gpu/drm/radeon/radeon_connectors.c 		if (mode->type & DRM_MODE_TYPE_PREFERRED) {
type             1142 drivers/gpu/drm/radeon/radeon_connectors.c 		tv_mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
type              748 drivers/gpu/drm/radeon/radeon_cs.c 	pkt->type = RADEON_CP_PACKET_GET_TYPE(header);
type              751 drivers/gpu/drm/radeon/radeon_cs.c 	switch (pkt->type) {
type              767 drivers/gpu/drm/radeon/radeon_cs.c 		DRM_ERROR("Unknown packet type %d at %d !\n", pkt->type, idx);
type              773 drivers/gpu/drm/radeon/radeon_cs.c 			  pkt->idx, pkt->type, pkt->count, ib_chunk->length_dw);
type              803 drivers/gpu/drm/radeon/radeon_cs.c 	if (p3reloc.type != RADEON_PACKET_TYPE3)
type              860 drivers/gpu/drm/radeon/radeon_cs.c 	if (p3reloc.type != RADEON_PACKET_TYPE3 ||
type              399 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 	props.type = BACKLIGHT_RAW;
type              311 drivers/gpu/drm/radeon/radeon_mode.h 	uint8_t type;
type              190 drivers/gpu/drm/radeon/radeon_object.c 	enum ttm_bo_type type;
type              198 drivers/gpu/drm/radeon/radeon_object.c 		type = ttm_bo_type_kernel;
type              200 drivers/gpu/drm/radeon/radeon_object.c 		type = ttm_bo_type_sg;
type              202 drivers/gpu/drm/radeon/radeon_object.c 		type = ttm_bo_type_device;
type              262 drivers/gpu/drm/radeon/radeon_object.c 	r = ttm_bo_init(&rdev->mman.bdev, &bo->tbo, size, type,
type               64 drivers/gpu/drm/radeon/radeon_pm.c 		if (rdev->pm.power_state[i].type == ps_type) {
type              331 drivers/gpu/drm/radeon/radeon_pm.c 			radeon_pm_state_type_name[power_state->type]);
type               74 drivers/gpu/drm/radeon/radeon_ttm.c static int radeon_init_mem_type(struct ttm_bo_device *bdev, uint32_t type,
type               81 drivers/gpu/drm/radeon/radeon_ttm.c 	switch (type) {
type               98 drivers/gpu/drm/radeon/radeon_ttm.c 					  (unsigned)type);
type              119 drivers/gpu/drm/radeon/radeon_ttm.c 		DRM_ERROR("Unsupported memory type %u\n", (unsigned)type);
type              716 drivers/gpu/drm/radeon/radeon_uvd.c 		switch (pkt.type) {
type              727 drivers/gpu/drm/radeon/radeon_uvd.c 			DRM_ERROR("Unknown packet type %d !\n", pkt.type);
type              230 drivers/gpu/drm/radeon/rs600.c 	if ((voltage->type == VOLTAGE_GPIO) && (voltage->gpio.valid)) {
type              250 drivers/gpu/drm/radeon/rs600.c 	} else if (voltage->type == VOLTAGE_VDDC)
type              882 drivers/gpu/drm/radeon/rv770.c 	if ((voltage->type == VOLTAGE_SW) && voltage->voltage) {
type             4744 drivers/gpu/drm/radeon/si.c 		pkt.type = RADEON_CP_PACKET_GET_TYPE(ib->ptr[idx]);
type             4747 drivers/gpu/drm/radeon/si.c 		switch (pkt.type) {
type             4777 drivers/gpu/drm/radeon/si.c 			dev_err(rdev->dev, "Unknown packet type %d !\n", pkt.type);
type             2748 drivers/gpu/drm/radeon/si_dpm.c 		switch (config_regs->type) {
type             2762 drivers/gpu/drm/radeon/si_dpm.c 		switch (config_regs->type) {
type               42 drivers/gpu/drm/radeon/si_dpm.h 	enum si_cac_config_reg_type type;
type               33 drivers/gpu/drm/rcar-du/rcar_du_of.c #define RCAR_DU_OF_DTB(type, soc)					\
type               34 drivers/gpu/drm/rcar-du/rcar_du_of.c 	extern char __dtb_rcar_du_of_##type##_##soc##_begin[];		\
type               35 drivers/gpu/drm/rcar-du/rcar_du_of.c 	extern char __dtb_rcar_du_of_##type##_##soc##_end[]
type               37 drivers/gpu/drm/rcar-du/rcar_du_of.c #define RCAR_DU_OF_OVERLAY(type, soc)					\
type               40 drivers/gpu/drm/rcar-du/rcar_du_of.c 		.begin = __dtb_rcar_du_of_##type##_##soc##_begin,	\
type               41 drivers/gpu/drm/rcar-du/rcar_du_of.c 		.end = __dtb_rcar_du_of_##type##_##soc##_end,		\
type              694 drivers/gpu/drm/rcar-du/rcar_du_plane.c 	state->state.zpos = plane->type == DRM_PLANE_TYPE_PRIMARY ? 0 : 1;
type              769 drivers/gpu/drm/rcar-du/rcar_du_plane.c 		enum drm_plane_type type = i < rgrp->num_crtcs
type              779 drivers/gpu/drm/rcar-du/rcar_du_plane.c 					       NULL, type, NULL);
type              788 drivers/gpu/drm/rcar-du/rcar_du_plane.c 		if (type == DRM_PLANE_TYPE_PRIMARY)
type              332 drivers/gpu/drm/rcar-du/rcar_du_vsp.c 	state->state.zpos = plane->type == DRM_PLANE_TYPE_PRIMARY ? 0 : 1;
type              376 drivers/gpu/drm/rcar-du/rcar_du_vsp.c 		enum drm_plane_type type = i < num_crtcs
type              388 drivers/gpu/drm/rcar-du/rcar_du_vsp.c 					       NULL, type, NULL);
type              395 drivers/gpu/drm/rcar-du/rcar_du_vsp.c 		if (type == DRM_PLANE_TYPE_PRIMARY)
type               68 drivers/gpu/drm/rockchip/rockchip_drm_vop.c #define VOP_INTR_SET_TYPE(vop, name, type, v) \
type               72 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 			if (vop->data->intr->intrs[i] & type) { \
type               79 drivers/gpu/drm/rockchip/rockchip_drm_vop.c #define VOP_INTR_GET_TYPE(vop, name, type) \
type               80 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 		vop_get_intr_type(vop, &vop->data->intr->name, type)
type              219 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 					 const struct vop_reg *reg, int type)
type              225 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 		if ((type & vop->data->intr->intrs[i]) && (regs & 1 << i))
type             1522 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 		if (win_data->type != DRM_PLANE_TYPE_PRIMARY &&
type             1523 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 		    win_data->type != DRM_PLANE_TYPE_CURSOR)
type             1530 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 					       NULL, win_data->type, NULL);
type             1540 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 		if (plane->type == DRM_PLANE_TYPE_PRIMARY)
type             1542 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 		else if (plane->type == DRM_PLANE_TYPE_CURSOR)
type             1562 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 		if (win_data->type != DRM_PLANE_TYPE_OVERLAY)
type             1570 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 					       NULL, win_data->type, NULL);
type              160 drivers/gpu/drm/rockchip/rockchip_drm_vop.h 	enum drm_plane_type type;
type              101 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_PRIMARY },
type              103 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_CURSOR },
type              166 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_PRIMARY },
type              168 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_CURSOR },
type              273 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_PRIMARY },
type              275 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_OVERLAY },
type              277 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_CURSOR },
type              292 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_PRIMARY },
type              378 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_PRIMARY },
type              380 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_OVERLAY },
type              382 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_CURSOR },
type              474 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_PRIMARY },
type              476 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_CURSOR },
type              615 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_PRIMARY },
type              617 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_OVERLAY },
type              619 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_OVERLAY },
type              621 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_CURSOR },
type              710 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_PRIMARY },
type              712 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_OVERLAY },
type              714 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_OVERLAY },
type              716 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_CURSOR },
type              823 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_PRIMARY },
type              825 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_CURSOR},
type              848 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_PRIMARY },
type              850 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_CURSOR },
type              913 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_PRIMARY },
type              915 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_OVERLAY },
type              917 drivers/gpu/drm/rockchip/rockchip_vop_reg.c 	  .type = DRM_PLANE_TYPE_CURSOR },
type              774 drivers/gpu/drm/savage/savage_bci.c 			if (dev_priv->cmd_dma->type != _DRM_AGP) {
type              787 drivers/gpu/drm/savage/savage_bci.c 		} else if (dev_priv->cmd_dma->type != _DRM_CONSISTENT) {
type              802 drivers/gpu/drm/savage/savage_bci.c 		dev_priv->fake_dma.type = _DRM_SHM;
type              904 drivers/gpu/drm/savage/savage_bci.c 		   dev_priv->cmd_dma->type == _DRM_AGP &&
type              470 drivers/gpu/drm/savage/savage_drv.h #define BCI_DRAW_PRIMITIVE(n, type, skip)         \
type              471 drivers/gpu/drm/savage/savage_drv.h         BCI_WRITE(BCI_CMD_DRAW_PRIM | (type) | (skip) | \
type              473 drivers/gpu/drm/savage/savage_drv.h #define DMA_DRAW_PRIMITIVE(n, type, skip)         \
type              474 drivers/gpu/drm/savage/savage_drv.h         DMA_WRITE(BCI_CMD_DRAW_PRIM | (type) | (skip) | \
type              477 drivers/gpu/drm/savage/savage_drv.h #define BCI_DRAW_INDICES_S3D(n, type, i0)         \
type              478 drivers/gpu/drm/savage/savage_drv.h         BCI_WRITE(BCI_CMD_DRAW_INDEXED_PRIM | (type) |  \
type              481 drivers/gpu/drm/savage/savage_drv.h #define BCI_DRAW_INDICES_S4(n, type, skip)        \
type              482 drivers/gpu/drm/savage/savage_drv.h         BCI_WRITE(BCI_CMD_DRAW_INDEXED_PRIM | (type) |  \
type              605 drivers/gpu/drm/shmobile/shmob_drm_crtc.c 	mode->type = DRM_MODE_TYPE_PREFERRED | DRM_MODE_TYPE_DRIVER;
type              234 drivers/gpu/drm/sis/sis_mm.c 		if (map->type == _DRM_REGISTERS)
type               78 drivers/gpu/drm/sti/sti_compositor.c 		switch (desc[i].type) {
type              107 drivers/gpu/drm/sti/sti_compositor.c 		switch (desc[i].type) {
type               32 drivers/gpu/drm/sti/sti_compositor.h 	enum sti_compositor_subdev_type type;
type              915 drivers/gpu/drm/sti/sti_gdp.c 				 enum drm_plane_type type)
type              940 drivers/gpu/drm/sti/sti_gdp.c 				       NULL, type, NULL);
type              948 drivers/gpu/drm/sti/sti_gdp.c 	sti_plane_init_property(&gdp->plane, type);
type               23 drivers/gpu/drm/sti/sti_gdp.h 				 enum drm_plane_type type);
type              592 drivers/gpu/drm/sti/sti_hda.c 			mode->type |= DRM_MODE_TYPE_PREFERRED;
type              102 drivers/gpu/drm/sti/sti_plane.c static int sti_plane_get_default_zpos(enum drm_plane_type type)
type              104 drivers/gpu/drm/sti/sti_plane.c 	switch (type) {
type              118 drivers/gpu/drm/sti/sti_plane.c 	plane->state->zpos = sti_plane_get_default_zpos(plane->type);
type              122 drivers/gpu/drm/sti/sti_plane.c 					     enum drm_plane_type type)
type              124 drivers/gpu/drm/sti/sti_plane.c 	int zpos = sti_plane_get_default_zpos(type);
type              126 drivers/gpu/drm/sti/sti_plane.c 	switch (type) {
type              138 drivers/gpu/drm/sti/sti_plane.c 			     enum drm_plane_type type)
type              140 drivers/gpu/drm/sti/sti_plane.c 	sti_plane_attach_zorder_property(&plane->drm_plane, type);
type               83 drivers/gpu/drm/sti/sti_plane.h 			     enum drm_plane_type type);
type              239 drivers/gpu/drm/sti/sti_vtg.c 			 int type,
type              281 drivers/gpu/drm/sti/sti_vtg.c 	writel(type, vtg->regs + VTG_MODE);
type              495 drivers/gpu/drm/stm/ltdc.c 	if (mode->type & DRM_MODE_TYPE_PREFERRED)
type              836 drivers/gpu/drm/stm/ltdc.c 	    plane->type != DRM_PLANE_TYPE_PRIMARY)
type              933 drivers/gpu/drm/stm/ltdc.c 					   enum drm_plane_type type)
type              959 drivers/gpu/drm/stm/ltdc.c 		    type != DRM_PLANE_TYPE_PRIMARY)
type              971 drivers/gpu/drm/stm/ltdc.c 				       modifiers, type, NULL);
type              174 drivers/gpu/drm/sun4i/sun4i_backend.c 	if (plane->type == DRM_PLANE_TYPE_PRIMARY) {
type              212 drivers/gpu/drm/sun4i/sun4i_crtc.c 		switch (plane->type) {
type              245 drivers/gpu/drm/sun4i/sun4i_crtc.c 		if (plane->type == DRM_PLANE_TYPE_OVERLAY)
type              191 drivers/gpu/drm/sun4i/sun4i_layer.c 						enum drm_plane_type type)
type              215 drivers/gpu/drm/sun4i/sun4i_layer.c 				       modifiers, type, NULL);
type              245 drivers/gpu/drm/sun4i/sun4i_layer.c 		enum drm_plane_type type = i ? DRM_PLANE_TYPE_OVERLAY : DRM_PLANE_TYPE_PRIMARY;
type              248 drivers/gpu/drm/sun4i/sun4i_layer.c 		layer = sun4i_layer_init_one(drm, backend, type);
type              326 drivers/gpu/drm/sun4i/sun4i_tv.c 	mode->type = DRM_MODE_TYPE_DRIVER;
type              831 drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c 	u32 pkt = msg->type;
type              833 drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c 	if (msg->type == MIPI_DSI_DCS_LONG_WRITE) {
type              981 drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c 	switch (msg->type) {
type              102 drivers/gpu/drm/sun4i/sun8i_ui_layer.c 	if (plane->type == DRM_PLANE_TYPE_PRIMARY) {
type              342 drivers/gpu/drm/sun4i/sun8i_ui_layer.c 	enum drm_plane_type type = DRM_PLANE_TYPE_OVERLAY;
type              353 drivers/gpu/drm/sun4i/sun8i_ui_layer.c 		type = DRM_PLANE_TYPE_PRIMARY;
type              360 drivers/gpu/drm/sun4i/sun8i_ui_layer.c 				       NULL, type, NULL);
type              761 drivers/gpu/drm/tegra/dc.c 	enum drm_plane_type type = DRM_PLANE_TYPE_PRIMARY;
type              783 drivers/gpu/drm/tegra/dc.c 				       num_formats, modifiers, type, NULL);
type             1046 drivers/gpu/drm/tegra/dc.c 	enum drm_plane_type type;
type             1062 drivers/gpu/drm/tegra/dc.c 		type = DRM_PLANE_TYPE_OVERLAY;
type             1064 drivers/gpu/drm/tegra/dc.c 		type = DRM_PLANE_TYPE_CURSOR;
type             1068 drivers/gpu/drm/tegra/dc.c 				       num_formats, NULL, type, NULL);
type             1112 drivers/gpu/drm/tegra/dc.c 					plane->type = DRM_PLANE_TYPE_PRIMARY;
type              534 drivers/gpu/drm/tegra/hub.c 	enum drm_plane_type type = DRM_PLANE_TYPE_OVERLAY;
type              564 drivers/gpu/drm/tegra/hub.c 				       num_formats, modifiers, type, NULL);
type              154 drivers/gpu/drm/tilcdc/tilcdc_panel.c 		mode->type = DRM_MODE_TYPE_DRIVER;
type              157 drivers/gpu/drm/tilcdc/tilcdc_panel.c 			mode->type |= DRM_MODE_TYPE_PREFERRED;
type              536 drivers/gpu/drm/tiny/gm12u320.c 		.data.other_data.type = 0xfd, /* Monitor ranges */
type              547 drivers/gpu/drm/tiny/gm12u320.c 		.data.other_data.type = 0xfc, /* Model string */
type              553 drivers/gpu/drm/tiny/gm12u320.c 		.data.other_data.type = 0xfe, /* Unspecified text / padding */
type              892 drivers/gpu/drm/tiny/repaper.c 	mode->type |= DRM_MODE_TYPE_PREFERRED;
type               76 drivers/gpu/drm/ttm/ttm_agp_backend.c 	mem->type = (cached) ? AGP_USER_CACHED_MEMORY : AGP_USER_MEMORY;
type              142 drivers/gpu/drm/ttm/ttm_bo.c static inline uint32_t ttm_bo_type_flags(unsigned type)
type              144 drivers/gpu/drm/ttm/ttm_bo.c 	return 1 << (type);
type             1290 drivers/gpu/drm/ttm/ttm_bo.c 			 enum ttm_bo_type type,
type             1335 drivers/gpu/drm/ttm/ttm_bo.c 	bo->type = type;
type             1368 drivers/gpu/drm/ttm/ttm_bo.c 	if (bo->type == ttm_bo_type_device ||
type             1369 drivers/gpu/drm/ttm/ttm_bo.c 	    bo->type == ttm_bo_type_sg)
type             1405 drivers/gpu/drm/ttm/ttm_bo.c 		enum ttm_bo_type type,
type             1417 drivers/gpu/drm/ttm/ttm_bo.c 	ret = ttm_bo_init_reserved(bdev, bo, size, type, placement,
type             1460 drivers/gpu/drm/ttm/ttm_bo.c 			enum ttm_bo_type type,
type             1475 drivers/gpu/drm/ttm/ttm_bo.c 	ret = ttm_bo_init(bdev, bo, size, type, placement, page_alignment,
type             1586 drivers/gpu/drm/ttm/ttm_bo.c int ttm_bo_init_mm(struct ttm_bo_device *bdev, unsigned type,
type             1593 drivers/gpu/drm/ttm/ttm_bo.c 	BUG_ON(type >= TTM_NUM_MEM_TYPES);
type             1594 drivers/gpu/drm/ttm/ttm_bo.c 	man = &bdev->man[type];
type             1602 drivers/gpu/drm/ttm/ttm_bo.c 	ret = bdev->driver->init_mem_type(bdev, type, man);
type             1607 drivers/gpu/drm/ttm/ttm_bo.c 	if (type != TTM_PL_SYSTEM) {
type               55 drivers/gpu/drm/ttm/ttm_module.c 	.type = &ttm_drm_class_type,
type               99 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	enum pool_type type;
type              271 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	if (pool->type & IS_UC) {
type              277 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	if (pool->type & IS_WC) {
type              291 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	if (pool->type & IS_HUGE)
type              309 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	if (pool->type & IS_HUGE)
type              320 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		if (pool->type & IS_HUGE)
type              330 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	enum pool_type type = IS_UNDEFINED;
type              333 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		type |= IS_DMA32;
type              335 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		type |= IS_CACHED;
type              337 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		type |= IS_UC;
type              339 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		type |= IS_WC;
type              341 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	return type;
type              359 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	if (!(pool->type & IS_CACHED)) {
type              375 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	if (pool->type & IS_HUGE) {
type              383 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	if (npages && !(pool->type & IS_CACHED) &&
type              498 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c static void ttm_dma_free_pool(struct device *dev, enum pool_type type)
type              511 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		if (pool->type != type)
type              520 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		if (pool->type != type)
type              546 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		ttm_dma_free_pool(dev, pool->type);
type              555 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 					  enum pool_type type)
type              595 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	if (type & IS_HUGE)
type              603 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	pool->type = type;
type              607 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		if (type & t[i]) {
type              637 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 					  enum pool_type type)
type              641 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	if (type == IS_UNDEFINED)
type              656 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		if (pool->type == type)
type              894 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	enum pool_type type;
type              907 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	type = ttm_to_type(ttm->page_flags, ttm->caching_state);
type              913 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	pool = ttm_dma_find_pool(dev, type | IS_HUGE);
type              917 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		pool = ttm_dma_pool_init(dev, gfp_flags, type | IS_HUGE);
type              950 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	pool = ttm_dma_find_pool(dev, type);
type              954 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		pool = ttm_dma_pool_init(dev, gfp_flags, type);
type              998 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	enum pool_type type;
type             1003 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	type = ttm_to_type(ttm->page_flags, ttm->caching_state);
type             1006 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	pool = ttm_dma_find_pool(dev, type | IS_HUGE);
type             1030 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	pool = ttm_dma_find_pool(dev, type);
type             1209 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		ttm_dma_free_pool(p->dev, p->pool->type);
type               59 drivers/gpu/drm/ttm/ttm_tt.c 	switch (bo->type) {
type              531 drivers/gpu/drm/vboxvideo/vbox_mode.c 					   enum drm_plane_type type)
type              540 drivers/gpu/drm/vboxvideo/vbox_mode.c 	if (type == DRM_PLANE_TYPE_PRIMARY) {
type              545 drivers/gpu/drm/vboxvideo/vbox_mode.c 	} else if (type == DRM_PLANE_TYPE_CURSOR) {
type              560 drivers/gpu/drm/vboxvideo/vbox_mode.c 				       NULL, type, NULL);
type              754 drivers/gpu/drm/vboxvideo/vbox_mode.c 		mode->type |= DRM_MODE_TYPE_PREFERRED;
type              350 drivers/gpu/drm/vc4/vc4_bo.c 					    enum vc4_kernel_bo_type type)
type              372 drivers/gpu/drm/vc4/vc4_bo.c 		vc4_bo_set_label(&bo->base.base, type);
type              407 drivers/gpu/drm/vc4/vc4_bo.c 			     bool allow_unzeroed, enum vc4_kernel_bo_type type)
type              418 drivers/gpu/drm/vc4/vc4_bo.c 	bo = vc4_bo_get_from_cache(dev, size, type);
type              466 drivers/gpu/drm/vc4/vc4_bo.c 	vc4_bo_set_label(&cma_obj->base, type);
type              302 drivers/gpu/drm/vc4/vc4_crtc.c 	bool is_dsi = (vc4_encoder->type == VC4_ENCODER_TYPE_DSI0 ||
type              303 drivers/gpu/drm/vc4/vc4_crtc.c 		       vc4_encoder->type == VC4_ENCODER_TYPE_DSI1);
type             1099 drivers/gpu/drm/vc4/vc4_crtc.c 			if (vc4_encoder->type == encoder_types[i]) {
type              274 drivers/gpu/drm/vc4/vc4_dpi.c 	vc4_dpi_encoder->base.type = VC4_ENCODER_TYPE_DPI;
type              431 drivers/gpu/drm/vc4/vc4_drv.h 	enum vc4_encoder_type type;
type              711 drivers/gpu/drm/vc4/vc4_drv.h 			     bool from_cache, enum vc4_kernel_bo_type type);
type              841 drivers/gpu/drm/vc4/vc4_drv.h 				 enum drm_plane_type type);
type             1090 drivers/gpu/drm/vc4/vc4_dsi.c 	bool is_long = mipi_dsi_packet_format_is_long(msg->type);
type             1305 drivers/gpu/drm/vc4/vc4_dsi.c 			     const char *type)
type             1310 drivers/gpu/drm/vc4/vc4_dsi.c 	DRM_ERROR("DSI%d: %s error\n", dsi->port, type);
type             1462 drivers/gpu/drm/vc4/vc4_dsi.c 	vc4_dsi_encoder->base.type = VC4_ENCODER_TYPE_DSI1;
type              316 drivers/gpu/drm/vc4/vc4_hdmi.c 				enum hdmi_infoframe_type type)
type              320 drivers/gpu/drm/vc4/vc4_hdmi.c 	u32 packet_id = type - 0x80;
type              334 drivers/gpu/drm/vc4/vc4_hdmi.c 	u32 packet_id = frame->any.type - 0x80;
type              348 drivers/gpu/drm/vc4/vc4_hdmi.c 	ret = vc4_hdmi_stop_packet(encoder, frame->any.type);
type              956 drivers/gpu/drm/vc4/vc4_hdmi.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type             1320 drivers/gpu/drm/vc4/vc4_hdmi.c 	vc4_hdmi_encoder->base.type = VC4_ENCODER_TYPE_HDMI;
type             1229 drivers/gpu/drm/vc4/vc4_plane.c 				 enum drm_plane_type type)
type             1257 drivers/gpu/drm/vc4/vc4_plane.c 				       modifiers, type, NULL);
type              581 drivers/gpu/drm/vc4/vc4_validate.c 	enum vc4_texture_data_type type;
type              627 drivers/gpu/drm/vc4/vc4_validate.c 	type = (VC4_GET_FIELD(p0, VC4_TEX_P0_TYPE) |
type              630 drivers/gpu/drm/vc4/vc4_validate.c 	switch (type) {
type              663 drivers/gpu/drm/vc4/vc4_validate.c 		DRM_DEBUG("Texture format %d unsupported\n", type);
type              669 drivers/gpu/drm/vc4/vc4_validate.c 	if (type == VC4_TEXTURE_TYPE_RGBA32R) {
type              547 drivers/gpu/drm/vc4/vc4_vec.c 	vc4_vec_encoder->base.type = VC4_ENCODER_TYPE_VEC;
type              206 drivers/gpu/drm/via/via_dma.c 	dev_priv->ring.map.type = 0;
type              362 drivers/gpu/drm/via/via_irq.c 	switch (irqwait->request.type & ~VIA_IRQ_FLAGS_MASK) {
type              366 drivers/gpu/drm/via/via_irq.c 		irqwait->request.type &= ~_DRM_VBLANK_RELATIVE;
type              373 drivers/gpu/drm/via/via_irq.c 	if (irqwait->request.type & VIA_IRQ_SIGNAL) {
type              378 drivers/gpu/drm/via/via_irq.c 	force_sequence = (irqwait->request.type & VIA_IRQ_FORCE_SEQUENCE);
type              125 drivers/gpu/drm/via/via_mm.c 	if (mem->type > VIA_MEM_AGP) {
type              130 drivers/gpu/drm/via/via_mm.c 	if (0 == ((mem->type == VIA_MEM_VIDEO) ? dev_priv->vram_initialized :
type              145 drivers/gpu/drm/via/via_mm.c 	if (mem->type == VIA_MEM_AGP)
type              164 drivers/gpu/drm/via/via_mm.c 	mem->offset = ((mem->type == VIA_MEM_VIDEO) ?
type              273 drivers/gpu/drm/via/via_verifier.c 		    && (map->type == _DRM_AGP)) {
type              177 drivers/gpu/drm/virtio/virtgpu_display.c 		mode->type |= DRM_MODE_TYPE_PREFERRED;
type              195 drivers/gpu/drm/virtio/virtgpu_display.c 	if (!(mode->type & DRM_MODE_TYPE_PREFERRED))
type              339 drivers/gpu/drm/virtio/virtgpu_drv.h 					enum drm_plane_type type,
type              230 drivers/gpu/drm/virtio/virtgpu_plane.c 		output->cursor.hdr.type =
type              246 drivers/gpu/drm/virtio/virtgpu_plane.c 		output->cursor.hdr.type =
type              267 drivers/gpu/drm/virtio/virtgpu_plane.c 					enum drm_plane_type type,
type              280 drivers/gpu/drm/virtio/virtgpu_plane.c 	if (type == DRM_PLANE_TYPE_CURSOR) {
type              292 drivers/gpu/drm/virtio/virtgpu_plane.c 				       NULL, type, NULL);
type               18 drivers/gpu/drm/virtio/virtgpu_trace.h 			 __field(u32, type)
type               27 drivers/gpu/drm/virtio/virtgpu_trace.h 		       __entry->type = le32_to_cpu(hdr->type);
type               34 drivers/gpu/drm/virtio/virtgpu_trace.h 		  __entry->type, __entry->flags, __entry->fence_id,
type              115 drivers/gpu/drm/virtio/virtgpu_ttm.c static int virtio_gpu_init_mem_type(struct ttm_bo_device *bdev, uint32_t type,
type              118 drivers/gpu/drm/virtio/virtgpu_ttm.c 	switch (type) {
type              132 drivers/gpu/drm/virtio/virtgpu_ttm.c 		DRM_ERROR("Unsupported memory type %u\n", (unsigned int)type);
type              200 drivers/gpu/drm/virtio/virtgpu_vq.c 		if (resp->type != cpu_to_le32(VIRTIO_GPU_RESP_OK_NODATA)) {
type              201 drivers/gpu/drm/virtio/virtgpu_vq.c 			if (resp->type >= cpu_to_le32(VIRTIO_GPU_RESP_ERR_UNSPEC)) {
type              205 drivers/gpu/drm/virtio/virtgpu_vq.c 					  le32_to_cpu(resp->type),
type              206 drivers/gpu/drm/virtio/virtgpu_vq.c 					  le32_to_cpu(cmd->type));
type              208 drivers/gpu/drm/virtio/virtgpu_vq.c 				DRM_DEBUG("response 0x%x\n", le32_to_cpu(resp->type));
type              399 drivers/gpu/drm/virtio/virtgpu_vq.c 	cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_RESOURCE_CREATE_2D);
type              418 drivers/gpu/drm/virtio/virtgpu_vq.c 	cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_RESOURCE_UNREF);
type              434 drivers/gpu/drm/virtio/virtgpu_vq.c 	cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_RESOURCE_DETACH_BACKING);
type              451 drivers/gpu/drm/virtio/virtgpu_vq.c 	cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_SET_SCANOUT);
type              473 drivers/gpu/drm/virtio/virtgpu_vq.c 	cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_RESOURCE_FLUSH);
type              502 drivers/gpu/drm/virtio/virtgpu_vq.c 	cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_TRANSFER_TO_HOST_2D);
type              526 drivers/gpu/drm/virtio/virtgpu_vq.c 	cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_RESOURCE_ATTACH_BACKING);
type              664 drivers/gpu/drm/virtio/virtgpu_vq.c 	cmd_p->type = cpu_to_le32(VIRTIO_GPU_CMD_GET_DISPLAY_INFO);
type              686 drivers/gpu/drm/virtio/virtgpu_vq.c 	cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_GET_CAPSET_INFO);
type              759 drivers/gpu/drm/virtio/virtgpu_vq.c 	cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_GET_CAPSET);
type              788 drivers/gpu/drm/virtio/virtgpu_vq.c 		cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_GET_EDID);
type              805 drivers/gpu/drm/virtio/virtgpu_vq.c 	cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_CTX_CREATE);
type              822 drivers/gpu/drm/virtio/virtgpu_vq.c 	cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_CTX_DESTROY);
type              837 drivers/gpu/drm/virtio/virtgpu_vq.c 	cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_CTX_ATTACH_RESOURCE);
type              854 drivers/gpu/drm/virtio/virtgpu_vq.c 	cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_CTX_DETACH_RESOURCE);
type              872 drivers/gpu/drm/virtio/virtgpu_vq.c 	cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_RESOURCE_CREATE_3D);
type              909 drivers/gpu/drm/virtio/virtgpu_vq.c 	cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_TRANSFER_TO_HOST_3D);
type              931 drivers/gpu/drm/virtio/virtgpu_vq.c 	cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_TRANSFER_FROM_HOST_3D);
type              954 drivers/gpu/drm/virtio/virtgpu_vq.c 	cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_SUBMIT_3D);
type              121 drivers/gpu/drm/vkms/vkms_drv.h 				  enum drm_plane_type type, int index);
type              127 drivers/gpu/drm/vkms/vkms_plane.c 	if (plane->type == DRM_PLANE_TYPE_CURSOR)
type              181 drivers/gpu/drm/vkms/vkms_plane.c 				  enum drm_plane_type type, int index)
type              193 drivers/gpu/drm/vkms/vkms_plane.c 	if (type == DRM_PLANE_TYPE_CURSOR) {
type              206 drivers/gpu/drm/vkms/vkms_plane.c 				       NULL, type, NULL);
type               86 drivers/gpu/drm/vmwgfx/device_include/svga3d_caps.h    SVGA3dCapsRecordType type;
type              477 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    SVGA3dRenderTargetType type;
type              818 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    uint8 type;          /* SVGA3dDeclType */
type              917 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    SVGA3dTransformType      type;
type             1016 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    SVGA3dShaderType     type;
type             1027 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    SVGA3dShaderType     type;
type             1037 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    SVGA3dShaderType        type;
type             1052 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    SVGA3dShaderType     type;
type             1062 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    SVGA3dQueryType      type;
type             1071 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    SVGA3dQueryType      type;
type             1103 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    SVGA3dQueryType      type;
type             1447 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    uint8 type;
type             1970 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    SVGA3dShaderType type;
type             2025 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    SVGA3dQueryType      type;
type             2034 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    SVGA3dQueryType      type;
type             2054 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    SVGA3dQueryType      type;
type              221 drivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h    SVGA3dShaderType type;
type              234 drivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h    SVGA3dShaderType type;
type              247 drivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h    SVGA3dShaderType type;
type              256 drivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h    SVGA3dShaderType type;
type              430 drivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h    SVGA3dQueryType type;
type             1359 drivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h    SVGA3dShaderType type;
type             1493 drivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h    SVGACOTableType type;
type             1513 drivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h    SVGACOTableType type;
type             1523 drivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h    SVGACOTableType type;
type             1607 drivers/gpu/drm/vmwgfx/device_include/svga3d_types.h          uint8   type;           /* SVGA3dFogType */
type              780 drivers/gpu/drm/vmwgfx/ttm_object.c 			  enum ttm_object_type type,
type              787 drivers/gpu/drm/vmwgfx/ttm_object.c 	prime->real_type = type;
type              179 drivers/gpu/drm/vmwgfx/ttm_object.h 				enum ttm_object_type type,
type              332 drivers/gpu/drm/vmwgfx/ttm_object.h 				 enum ttm_object_type type,
type              509 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	cmd->body.type = binding->shader_slot + SVGA3D_SHADERTYPE_MIN;
type              541 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	cmd->body.type = binding->slot;
type              610 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	cmd->body.type = binding->shader_slot + SVGA3D_SHADERTYPE_MIN;
type              640 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	cmd->body.type = binding->shader_slot + SVGA3D_SHADERTYPE_MIN;
type              763 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	cmd->body.type = shader_slot + SVGA3D_SHADERTYPE_MIN;
type               55 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 	u32 type;
type              185 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 	cmd->body.type = vcotbl->type;
type              256 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 	if (co_info[vcotbl->type].unbind_func)
type              257 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 		co_info[vcotbl->type].unbind_func(dev_priv,
type              274 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 		cmd0->body.type = vcotbl->type;
type              281 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 	cmd1->body.type = vcotbl->type;
type              357 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 		cmd->body.type = vcotbl->type;
type              480 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 	res->id = vcotbl->type;
type              513 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 	needed_size = (vcotbl->seen_entries + 1) * co_info[vcotbl->type].size;
type              523 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 		res->id = vcotbl->type;
type              567 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 				       u32 type)
type              597 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 	vcotbl->res.id = type;
type              599 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 	num_entries = PAGE_SIZE / co_info[type].size;
type              600 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 	if (num_entries < co_info[type].min_initial_entries) {
type              601 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 		vcotbl->res.backup_size = co_info[type].min_initial_entries *
type              602 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 			co_info[type].size;
type              609 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 	vcotbl->type = type;
type              635 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 			  (unsigned) vcotbl->type, id);
type             1305 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h 					      u32 type);
type              879 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	if (cmd->body.type >= SVGA3D_RT_MAX) {
type              881 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 			       (unsigned int) cmd->body.type);
type              908 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 		binding.slot = cmd->body.type;
type             1266 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	if (cmd->body.type <  SVGA3D_QUERYTYPE_MIN ||
type             1267 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	    cmd->body.type >= SVGA3D_QUERYTYPE_MAX)
type             1353 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 		gb_cmd.body.type = cmd->body.type;
type             1418 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 		gb_cmd.body.type = cmd->body.type;
type             1492 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 		gb_cmd.body.type = cmd->body.type;
type             1930 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 				    cmd->body.shid, cmd + 1, cmd->body.type,
type             1968 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 				cmd->body.type, &sw_context->staged_cmd_res);
type             1997 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	if (cmd->body.type >= SVGA3D_SHADERTYPE_PREDX_MAX) {
type             1999 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 			       (unsigned int) cmd->body.type);
type             2019 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 					cmd->body.shid, cmd->body.type);
type             2052 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	binding.shader_slot = cmd->body.type - SVGA3D_SHADERTYPE_MIN;
type             2137 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	binding.shader_slot = cmd->body.type - SVGA3D_SHADERTYPE_MIN;
type             2145 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 			       (unsigned int) cmd->body.type,
type             2175 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	    cmd->body.type >= SVGA3D_SHADERTYPE_DX10_MAX) {
type             2182 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 				     cmd->body.type - SVGA3D_SHADERTYPE_MIN,
type             2209 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	if (cmd->body.type >= SVGA3D_SHADERTYPE_DX10_MAX ||
type             2210 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	    cmd->body.type < SVGA3D_SHADERTYPE_MIN) {
type             2212 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 			       (unsigned int) cmd->body.type);
type             2232 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	binding.shader_slot = cmd->body.type - SVGA3D_SHADERTYPE_MIN;
type             2651 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 				 cmd->body.shaderId, cmd->body.type,
type              696 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type              371 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		fman->pending_actions[action->type]--;
type              970 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	fman->pending_actions[action->type]++;
type             1033 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	eaction->action.type = VMW_ACTION_EVENT;
type             1068 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	event->event.base.type = DRM_VMW_EVENT_FENCE_SIGNALED;
type               53 drivers/gpu/drm/vmwgfx/vmwgfx_fence.h 	enum vmw_action_type type;
type              611 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c 	cmd->body.type = SVGA3D_QUERYTYPE_OCCLUSION;
type              657 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c 	cmd->body.type = SVGA3D_QUERYTYPE_OCCLUSION;
type              161 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c 	compat_cap->header.type = SVGA3DCAPS_RECORD_DEVCAPS;
type             2289 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c 	for (i = 0; vmw_kms_connector_builtin[i].type != 0; i++) {
type             2689 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c 		if (mode->type & DRM_MODE_TYPE_PREFERRED)
type             2693 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c 	if (mode->type & DRM_MODE_TYPE_PREFERRED)
type              110 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c 				 SVGAOTableType type,
type              160 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c 	cmd->body.type = type;
type              193 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c 				     SVGAOTableType type,
type              213 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c 	cmd->body.type = type;
type              847 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c 				    enum vmw_res_type type)
type              849 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c 	struct list_head *lru_list = &dev_priv->res_lru[type];
type              898 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c 	enum vmw_res_type type;
type              902 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c 	for (type = 0; type < vmw_res_max; ++type)
type              903 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c 		vmw_resource_evict_type(dev_priv, type);
type               36 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c 	SVGA3dShaderType type;
type              163 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c 			      SVGA3dShaderType type,
type              189 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c 	shader->type = type;
type              234 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c 	cmd->body.type = shader->type;
type              744 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c static int vmw_init_mem_type(struct ttm_bo_device *bdev, uint32_t type,
type              747 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c 	switch (type) {
type              777 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c 		DRM_ERROR("Unsupported memory type %u\n", (unsigned)type);
type               80 drivers/gpu/drm/xen/xen_drm_front_conn.c 	mode->type = DRM_MODE_TYPE_PREFERRED | DRM_MODE_TYPE_DRIVER;
type              107 drivers/gpu/drm/xen/xen_drm_front_evtchnl.c 		switch (event->type) {
type              128 drivers/gpu/drm/xen/xen_drm_front_evtchnl.c 	if (evtchnl->type == EVTCHNL_TYPE_REQ)
type              130 drivers/gpu/drm/xen/xen_drm_front_evtchnl.c 	else if (evtchnl->type == EVTCHNL_TYPE_EVT)
type              137 drivers/gpu/drm/xen/xen_drm_front_evtchnl.c 	if (evtchnl->type == EVTCHNL_TYPE_REQ) {
type              158 drivers/gpu/drm/xen/xen_drm_front_evtchnl.c 			 enum xen_drm_front_evtchnl_type type)
type              167 drivers/gpu/drm/xen/xen_drm_front_evtchnl.c 	evtchnl->type = type;
type              179 drivers/gpu/drm/xen/xen_drm_front_evtchnl.c 	if (type == EVTCHNL_TYPE_REQ) {
type               45 drivers/gpu/drm/xen/xen_drm_front_evtchnl.h 	enum xen_drm_front_evtchnl_type type;
type              463 drivers/gpu/drm/zte/zx_plane.c 	switch (plane->type) {
type              473 drivers/gpu/drm/zte/zx_plane.c 		WARN_ONCE(1, "unsupported plane type %d\n", plane->type);
type              496 drivers/gpu/drm/zte/zx_plane.c 		  enum drm_plane_type type)
type              507 drivers/gpu/drm/zte/zx_plane.c 	switch (type) {
type              524 drivers/gpu/drm/zte/zx_plane.c 				       NULL, type, NULL);
type               23 drivers/gpu/drm/zte/zx_plane.h 		  enum drm_plane_type type);
type              887 drivers/gpu/ipu-v3/ipu-common.c 	enum ipuv3_type type;
type              903 drivers/gpu/ipu-v3/ipu-common.c 	.type = IPUV3EX,
type              919 drivers/gpu/ipu-v3/ipu-common.c 	.type = IPUV3M,
type              935 drivers/gpu/ipu-v3/ipu-common.c 	.type = IPUV3H,
type             1415 drivers/gpu/ipu-v3/ipu-common.c 	ipu->ipu_type = devtype->type;
type              339 drivers/gpu/ipu-v3/ipu-csi.c 	ret = mbus_code_to_bus_cfg(csicfg, mbus_fmt->code, mbus_cfg->type);
type              343 drivers/gpu/ipu-v3/ipu-csi.c 	switch (mbus_cfg->type) {
type              113 drivers/gpu/ipu-v3/ipu-image-convert.c 	enum ipu_image_convert_type type;
type              330 drivers/gpu/ipu-v3/ipu-image-convert.c 		ic_image->type == IMAGE_CONVERT_OUT ? "Output" : "Input",
type              603 drivers/gpu/ipu-v3/ipu-image-convert.c static inline u32 tile_width_align(enum ipu_image_convert_type type,
type              607 drivers/gpu/ipu-v3/ipu-image-convert.c 	if (type == IMAGE_CONVERT_IN) {
type              629 drivers/gpu/ipu-v3/ipu-image-convert.c static inline u32 tile_height_align(enum ipu_image_convert_type type,
type              633 drivers/gpu/ipu-v3/ipu-image-convert.c 	if (type == IMAGE_CONVERT_IN || !ipu_rot_mode_is_irt(rot_mode))
type              728 drivers/gpu/ipu-v3/ipu-image-convert.c 	unsigned int out_width_align = tile_width_align(out->type, out->fmt,
type              730 drivers/gpu/ipu-v3/ipu-image-convert.c 	unsigned int out_height_align = tile_height_align(out->type, out->fmt,
type              848 drivers/gpu/ipu-v3/ipu-image-convert.c 	if (image->type == IMAGE_CONVERT_IN) {
type              859 drivers/gpu/ipu-v3/ipu-image-convert.c 		if (image->type == IMAGE_CONVERT_OUT)
type              880 drivers/gpu/ipu-v3/ipu-image-convert.c 			image->type == IMAGE_CONVERT_IN ? "Input" : "Output",
type              887 drivers/gpu/ipu-v3/ipu-image-convert.c 				image->type == IMAGE_CONVERT_IN ? "input" :
type             1023 drivers/gpu/ipu-v3/ipu-image-convert.c 					image->type == IMAGE_CONVERT_IN ?
type             1065 drivers/gpu/ipu-v3/ipu-image-convert.c 					image->type == IMAGE_CONVERT_IN ?
type             1291 drivers/gpu/ipu-v3/ipu-image-convert.c 	if (image->type == IMAGE_CONVERT_OUT) {
type             1893 drivers/gpu/ipu-v3/ipu-image-convert.c 		      enum ipu_image_convert_type type)
type             1898 drivers/gpu/ipu-v3/ipu-image-convert.c 	ic_image->type = type;
type             1903 drivers/gpu/ipu-v3/ipu-image-convert.c 			type == IMAGE_CONVERT_OUT ? "Output" : "Input");
type               23 drivers/greybus/arpc.h 	__u8	type;		/* RPC type */
type              211 drivers/greybus/bundle.c 	bundle->dev.type = &greybus_bundle_type;
type              468 drivers/greybus/control.c 	control->dev.type = &greybus_control_type;
type              144 drivers/greybus/es2.c static int arpc_sync(struct es2_ap_dev *es2, u8 type, void *payload,
type              882 drivers/greybus/es2.c static struct arpc *arpc_alloc(void *payload, u16 size, u8 type)
type              902 drivers/greybus/es2.c 	rpc->req->type = type;
type              967 drivers/greybus/es2.c 			rpc->req->type, retval);
type              976 drivers/greybus/es2.c static int arpc_sync(struct es2_ap_dev *es2, u8 type, void *payload,
type              986 drivers/greybus/es2.c 	rpc = arpc_alloc(payload, size, type);
type               31 drivers/greybus/greybus_trace.h 		__field(u8, type)
type               39 drivers/greybus/greybus_trace.h 		__entry->type = message->header->type;
type               45 drivers/greybus/greybus_trace.h 		  __entry->type, __entry->result)
type               99 drivers/greybus/greybus_trace.h 		__field(u8, type)
type              109 drivers/greybus/greybus_trace.h 		__entry->type = operation->type;
type              117 drivers/greybus/greybus_trace.h 		  __entry->id, __entry->cport_id, __entry->type, __entry->flags,
type              181 drivers/greybus/hd.c 	hd->dev.type = &greybus_hd_type;
type              440 drivers/greybus/interface.c #define gb_interface_attr(field, type)					\
type              446 drivers/greybus/interface.c 	return scnprintf(buf, PAGE_SIZE, type"\n", intf->field);	\
type              581 drivers/greybus/interface.c 	return types[intf->type];
type              626 drivers/greybus/interface.c 	switch (intf->type) {
type              641 drivers/greybus/interface.c 	switch (intf->type) {
type              655 drivers/greybus/interface.c 	switch (intf->type) {
type              810 drivers/greybus/interface.c 	intf->dev.type = &greybus_interface_type;
type              877 drivers/greybus/interface.c 	u8 type;
type              882 drivers/greybus/interface.c 	ret = gb_svc_intf_activate(svc, intf->interface_id, &type);
type              888 drivers/greybus/interface.c 	switch (type) {
type              902 drivers/greybus/interface.c 		dev_err(&intf->dev, "unknown interface type: %u\n", type);
type              918 drivers/greybus/interface.c 				  enum gb_interface_type *type)
type              922 drivers/greybus/interface.c 	*type = GB_INTERFACE_TYPE_UNKNOWN;
type              939 drivers/greybus/interface.c 	ret = gb_interface_activate_operation(intf, type);
type              941 drivers/greybus/interface.c 		switch (*type) {
type              984 drivers/greybus/interface.c 					   enum gb_interface_type *type)
type              990 drivers/greybus/interface.c 		ret = _gb_interface_activate(intf, type);
type              991 drivers/greybus/interface.c 		if (ret == -ENODEV && *type == GB_INTERFACE_TYPE_UNIPRO)
type             1007 drivers/greybus/interface.c 	enum gb_interface_type type;
type             1010 drivers/greybus/interface.c 	switch (intf->type) {
type             1013 drivers/greybus/interface.c 		ret = _gb_interface_activate_es3_hack(intf, &type);
type             1016 drivers/greybus/interface.c 		ret = _gb_interface_activate(intf, &type);
type             1020 drivers/greybus/interface.c 	if (intf->type != GB_INTERFACE_TYPE_INVALID) {
type             1021 drivers/greybus/interface.c 		if (type != intf->type) {
type             1030 drivers/greybus/interface.c 		intf->type = type;
type             1232 drivers/greybus/interface.c 	switch (intf->type) {
type               11 drivers/greybus/manifest.c static const char *get_descriptor_type_string(u8 type)
type               13 drivers/greybus/manifest.c 	switch (type) {
type               42 drivers/greybus/manifest.c 	enum greybus_descriptor_type	type;
type               68 drivers/greybus/manifest.c 		if (desc->type != GREYBUS_TYPE_CPORT)
type               82 drivers/greybus/manifest.c 		if (descriptor->type == GREYBUS_TYPE_BUNDLE)
type              122 drivers/greybus/manifest.c 	switch (desc_header->type) {
type              142 drivers/greybus/manifest.c 			desc_header->type);
type              148 drivers/greybus/manifest.c 			get_descriptor_type_string(desc_header->type),
type              156 drivers/greybus/manifest.c 			 get_descriptor_type_string(desc_header->type),
type              166 drivers/greybus/manifest.c 	descriptor->type = desc_header->type;
type              197 drivers/greybus/manifest.c 		if (descriptor->type != GREYBUS_TYPE_STRING)
type              241 drivers/greybus/manifest.c 		if (desc->type != GREYBUS_TYPE_CPORT)
type              509 drivers/greybus/manifest.c 		if (descriptor->type == GREYBUS_TYPE_INTERFACE)
type              107 drivers/greybus/module.c 	module->dev.type = &greybus_module_type;
type              149 drivers/greybus/module.c 		if (intf->type != GB_INTERFACE_TYPE_DUMMY) {
type              247 drivers/greybus/operation.c 			connection->name, operation->type);
type              256 drivers/greybus/operation.c 			connection->name, status, operation->type, ret);
type              312 drivers/greybus/operation.c 				      size_t payload_size, u8 type)
type              327 drivers/greybus/operation.c 	if (type != GB_REQUEST_TYPE_INVALID) {
type              341 drivers/greybus/operation.c 		header->type = type;
type              361 drivers/greybus/operation.c gb_operation_message_alloc(struct gb_host_device *hd, u8 type,
type              384 drivers/greybus/operation.c 	gb_operation_message_init(hd, message, 0, payload_size, type);
type              474 drivers/greybus/operation.c 	u8 type;
type              476 drivers/greybus/operation.c 	type = operation->type | GB_MESSAGE_TYPE_RESPONSE;
type              477 drivers/greybus/operation.c 	response = gb_operation_message_alloc(hd, type, response_size, gfp);
type              519 drivers/greybus/operation.c gb_operation_create_common(struct gb_connection *connection, u8 type,
type              531 drivers/greybus/operation.c 	operation->request = gb_operation_message_alloc(hd, type, request_size,
type              548 drivers/greybus/operation.c 	operation->type = type;
type              576 drivers/greybus/operation.c 			  u8 type, size_t request_size,
type              582 drivers/greybus/operation.c 	if (WARN_ON_ONCE(type == GB_REQUEST_TYPE_INVALID))
type              584 drivers/greybus/operation.c 	if (WARN_ON_ONCE(type & GB_MESSAGE_TYPE_RESPONSE))
type              585 drivers/greybus/operation.c 		type &= ~GB_MESSAGE_TYPE_RESPONSE;
type              590 drivers/greybus/operation.c 	operation = gb_operation_create_common(connection, type,
type              602 drivers/greybus/operation.c 			 u8 type, size_t request_size,
type              610 drivers/greybus/operation.c 	operation = gb_operation_create_common(connection, type,
type              631 drivers/greybus/operation.c 			     u8 type, void *data, size_t size)
type              643 drivers/greybus/operation.c 	operation = gb_operation_create_common(connection, type,
type              892 drivers/greybus/operation.c 				connection->name, operation->type, status);
type              919 drivers/greybus/operation.c 	u8 type;
type              923 drivers/greybus/operation.c 	type = header->type;
type              926 drivers/greybus/operation.c 						 type, data, size);
type              990 drivers/greybus/operation.c 				    connection->name, header->type,
type              999 drivers/greybus/operation.c 					    connection->name, header->type,
type             1054 drivers/greybus/operation.c 				    header.type, size, msg_size);
type             1058 drivers/greybus/operation.c 	if (header.type & GB_MESSAGE_TYPE_RESPONSE) {
type             1138 drivers/greybus/operation.c int gb_operation_sync_timeout(struct gb_connection *connection, int type,
type             1150 drivers/greybus/operation.c 	operation = gb_operation_create(connection, type,
type             1163 drivers/greybus/operation.c 			connection->name, operation->id, type, ret);
type             1192 drivers/greybus/operation.c 					int type, void *request,
type             1202 drivers/greybus/operation.c 	operation = gb_operation_create_flags(connection, type,
type             1216 drivers/greybus/operation.c 			connection->name, type, ret);
type              295 drivers/greybus/svc.c 	int type, ret;
type              300 drivers/greybus/svc.c 		type = GB_SVC_TYPE_INTF_VSYS_ENABLE;
type              302 drivers/greybus/svc.c 		type = GB_SVC_TYPE_INTF_VSYS_DISABLE;
type              304 drivers/greybus/svc.c 	ret = gb_operation_sync(svc->connection, type,
type              318 drivers/greybus/svc.c 	int type, ret;
type              323 drivers/greybus/svc.c 		type = GB_SVC_TYPE_INTF_REFCLK_ENABLE;
type              325 drivers/greybus/svc.c 		type = GB_SVC_TYPE_INTF_REFCLK_DISABLE;
type              327 drivers/greybus/svc.c 	ret = gb_operation_sync(svc->connection, type,
type              341 drivers/greybus/svc.c 	int type, ret;
type              346 drivers/greybus/svc.c 		type = GB_SVC_TYPE_INTF_UNIPRO_ENABLE;
type              348 drivers/greybus/svc.c 		type = GB_SVC_TYPE_INTF_UNIPRO_DISABLE;
type              350 drivers/greybus/svc.c 	ret = gb_operation_sync(svc->connection, type,
type             1083 drivers/greybus/svc.c 	u8 type;
type             1088 drivers/greybus/svc.c 	type = operation->request->header->type;
type             1090 drivers/greybus/svc.c 	switch (type) {
type             1107 drivers/greybus/svc.c 		dev_err(&svc->dev, "bad deferred request type: 0x%02x\n", type);
type             1225 drivers/greybus/svc.c 	u8 type = op->type;
type             1238 drivers/greybus/svc.c 	switch (type) {
type             1255 drivers/greybus/svc.c 			 type, svc->state);
type             1259 drivers/greybus/svc.c 	switch (type) {
type             1281 drivers/greybus/svc.c 		dev_warn(&svc->dev, "unsupported request 0x%02x\n", type);
type             1318 drivers/greybus/svc.c 	svc->dev.type = &greybus_svc_type;
type               62 drivers/hid/hid-a4tech.c 	if (usage->type == EV_REL && usage->code == REL_WHEEL_HI_RES) {
type               85 drivers/hid/hid-a4tech.c 		if (usage->type == EV_REL && usage->code == REL_WHEEL_HI_RES) {
type              105 drivers/hid/hid-a4tech.c 		input_event(input, usage->type, REL_HWHEEL, value);
type              106 drivers/hid/hid-a4tech.c 		input_event(input, usage->type, REL_HWHEEL_HI_RES, value * 120);
type              188 drivers/hid/hid-apple.c 		input_event(input, usage->type, usage->code, value);
type              229 drivers/hid/hid-apple.c 			input_event(input, usage->type, code, value);
type              247 drivers/hid/hid-apple.c 				input_event(input, usage->type, trans->to,
type              259 drivers/hid/hid-apple.c 				input_event(input, usage->type, trans->to, value);
type              268 drivers/hid/hid-apple.c 			input_event(input, usage->type, trans->to, value);
type              282 drivers/hid/hid-apple.c 			!usage->type)
type              287 drivers/hid/hid-apple.c 		input_event(field->hidinput->input, usage->type, usage->code,
type              265 drivers/hid/hid-asus.c 	    (usage->hid & HID_USAGE) != 0xff && !usage->type) {
type              583 drivers/hid/hid-asus.c 	drvdata->battery_desc.type = POWER_SUPPLY_TYPE_BATTERY;
type              237 drivers/hid/hid-bigbenff.c 	if (effect->type != FF_RUMBLE)
type               58 drivers/hid/hid-core.c 				       unsigned int type, unsigned int id,
type               61 drivers/hid/hid-core.c 	struct hid_report_enum *report_enum = device->report_enum + type;
type               77 drivers/hid/hid-core.c 	report->type = type;
type              121 drivers/hid/hid-core.c static int open_collection(struct hid_parser *parser, unsigned type)
type              170 drivers/hid/hid-core.c 	collection->type = type;
type              176 drivers/hid/hid-core.c 	if (type == HID_COLLECTION_APPLICATION)
type              201 drivers/hid/hid-core.c static unsigned hid_lookup_collection(struct hid_parser *parser, unsigned type)
type              208 drivers/hid/hid-core.c 		if (collection[index].type == type)
type              724 drivers/hid/hid-core.c 	item->type = (b >> 2) & 3;
type              796 drivers/hid/hid-core.c static void hid_scan_collection(struct hid_parser *parser, unsigned type)
type              802 drivers/hid/hid-core.c 	    type == HID_COLLECTION_PHYSICAL)
type              887 drivers/hid/hid-core.c 		dispatch_type[item.type](parser, &item);
type              958 drivers/hid/hid-core.c 				       unsigned int type, unsigned int id,
type              964 drivers/hid/hid-core.c 	if (type > HID_FEATURE_REPORT) {
type              965 drivers/hid/hid-core.c 		hid_err(hid, "invalid HID report type %u\n", type);
type              985 drivers/hid/hid-core.c 				hid->report_enum[type].report_list.next,
type              988 drivers/hid/hid-core.c 		report = hid->report_enum[type].report_id_hash[id];
type              991 drivers/hid/hid-core.c 		hid_err(hid, "missing %s %u\n", hid_report_names[type], id);
type              996 drivers/hid/hid-core.c 			hid_report_names[type], id);
type             1001 drivers/hid/hid-core.c 			hid_report_names[type], id, field_index);
type             1107 drivers/hid/hid-core.c 	       multiplier_collection->type != HID_COLLECTION_LOGICAL)
type             1253 drivers/hid/hid-core.c 		if (dispatch_type[item.type](parser, &item)) {
type             1256 drivers/hid/hid-core.c 				(unsigned)item.type, (unsigned)item.tag);
type             1460 drivers/hid/hid-core.c 				id->report_type == report->type)
type             1485 drivers/hid/hid-core.c 				id->usage_type == usage->type) &&
type             1705 drivers/hid/hid-core.c 					  report->type, reqtype);
type             1712 drivers/hid/hid-core.c 		hid_input_report(hid, report->type, buf, ret, 0);
type             1722 drivers/hid/hid-core.c int hid_report_raw_event(struct hid_device *hid, int type, u8 *data, u32 size,
type             1725 drivers/hid/hid-core.c 	struct hid_report_enum *report_enum = hid->report_enum + type;
type             1789 drivers/hid/hid-core.c int hid_input_report(struct hid_device *hid, int type, u8 *data, u32 size, int interrupt)
type             1806 drivers/hid/hid-core.c 	report_enum = hid->report_enum + type;
type             1817 drivers/hid/hid-core.c 		hid_dump_report(hid, type, data, size);
type             1832 drivers/hid/hid-core.c 	ret = hid_report_raw_event(hid, type, data, size, interrupt);
type             1916 drivers/hid/hid-core.c 	const char *type, *bus;
type             1966 drivers/hid/hid-core.c 	type = "Device";
type             1969 drivers/hid/hid-core.c 		if (col->type == HID_COLLECTION_APPLICATION &&
type             1972 drivers/hid/hid-core.c 			type = types[col->usage & 0xffff];
type             1998 drivers/hid/hid-core.c 		 type, hdev->name, hdev->phys);
type              134 drivers/hid/hid-cp2112.c 	u8 type;		/* USB_DT_STRING */
type              962 drivers/hid/hid-cp2112.c 	report.type = USB_DT_STRING;
type             1173 drivers/hid/hid-cp2112.c static int cp2112_gpio_irq_type(struct irq_data *d, unsigned int type)
type               60 drivers/hid/hid-cypress.c 	if (usage->type == EV_REL && usage->code == REL_WHEEL)
type               74 drivers/hid/hid-cypress.c 			!usage->type || !(quirks & CP_2WHEEL_MOUSE_HACK))
type               89 drivers/hid/hid-cypress.c 		input_event(input, usage->type, REL_HWHEEL, value);
type              637 drivers/hid/hid-debug.c 			seq_printf(f, "[%s]", table[report->type]);
type              665 drivers/hid/hid-debug.c void hid_dump_report(struct hid_device *hid, int type, u8 *data,
type              677 drivers/hid/hid-debug.c 	report_enum = hid->report_enum + type;
type             1005 drivers/hid/hid-debug.c static void hid_resolv_event(__u8 type, __u16 code, struct seq_file *f)
type             1007 drivers/hid/hid-debug.c 	seq_printf(f, "%s.%s", events[type] ? events[type] : "?",
type             1008 drivers/hid/hid-debug.c 		names[type] ? (names[type][code] ? names[type][code] : "?") : "?");
type             1024 drivers/hid/hid-debug.c 					hid_resolv_event(usage->type, usage->code, f);
type               51 drivers/hid/hid-ezkey.c 			!usage->type)
type               55 drivers/hid/hid-ezkey.c 	if (usage->type == EV_REL && usage->code == REL_HWHEEL) {
type               57 drivers/hid/hid-ezkey.c 		input_event(input, usage->type, REL_WHEEL, -value);
type               64 drivers/hid/hid-gyration.c 		input_event(input, usage->type, usage->code, 1);
type               66 drivers/hid/hid-gyration.c 		input_event(input, usage->type, usage->code, 0);
type              117 drivers/hid/hid-holtek-kbd.c static int holtek_kbd_input_event(struct input_dev *dev, unsigned int type,
type              136 drivers/hid/hid-holtek-kbd.c 	return boot_hid_input->input->event(boot_hid_input->input, type, code,
type               58 drivers/hid/hid-hyperv.c 	enum synthhid_msg_type type;
type              119 drivers/hid/hid-hyperv.c 	enum pipe_prot_msg_type type;
type              125 drivers/hid/hid-hyperv.c 	enum pipe_prot_msg_type type;
type              221 drivers/hid/hid-hyperv.c 	ack.type = PIPE_MESSAGE_DATA;
type              224 drivers/hid/hid-hyperv.c 	ack.ack.header.type = SYNTH_HID_INITIAL_DEVICE_INFO_ACK;
type              257 drivers/hid/hid-hyperv.c 	if (pipe_msg->type != PIPE_MESSAGE_DATA)
type              262 drivers/hid/hid-hyperv.c 	switch (hid_msg->header.type) {
type              309 drivers/hid/hid-hyperv.c 		       hid_msg->header.type, hid_msg->header.size);
type              321 drivers/hid/hid-hyperv.c 		switch (desc->type) {
type              331 drivers/hid/hid-hyperv.c 			       desc->type, desc->trans_id, desc->len8 * 8);
type              348 drivers/hid/hid-hyperv.c 	request->type = PIPE_MESSAGE_DATA;
type              350 drivers/hid/hid-hyperv.c 	request->request.header.type = SYNTH_HID_PROTOCOL_REQUEST;
type              170 drivers/hid/hid-icade.c 			!usage->type)
type              182 drivers/hid/hid-icade.c 	input_event(field->hidinput->input, usage->type,
type              215 drivers/hid/hid-icade.c 	if (usage->type == EV_KEY)
type              216 drivers/hid/hid-icade.c 		set_bit(usage->type, hi->input->evbit);
type               73 drivers/hid/hid-input.c 	return (usage->type == EV_KEY && usage->code == keycode);
type               99 drivers/hid/hid-input.c 					if (usage->type == EV_KEY || usage->type == 0) {
type              140 drivers/hid/hid-input.c 		ke->keycode = usage->type == EV_KEY ?
type              161 drivers/hid/hid-input.c 		*old_keycode = usage->type == EV_KEY ?
type              462 drivers/hid/hid-input.c 	psy_desc->type = POWER_SUPPLY_TYPE_BATTERY;
type              799 drivers/hid/hid-input.c 			usage->type = EV_PWR;
type              840 drivers/hid/hid-input.c 			usage->type = EV_MSC;
type             1061 drivers/hid/hid-input.c 			usage->type = EV_PWR;
type             1119 drivers/hid/hid-input.c 			if (field->report->type == HID_OUTPUT_REPORT) {
type             1145 drivers/hid/hid-input.c 	set_bit(usage->type, input->evbit);
type             1176 drivers/hid/hid-input.c 	if (usage->type == EV_ABS) {
type             1198 drivers/hid/hid-input.c 	if (usage->type == EV_ABS &&
type             1213 drivers/hid/hid-input.c 	if ((usage->type == EV_ABS) && (field->flags & HID_MAIN_ITEM_RELATIVE) &&
type             1219 drivers/hid/hid-input.c 	if (usage->type == EV_KEY) {
type             1227 drivers/hid/hid-input.c 	usage->type = 0;
type             1268 drivers/hid/hid-input.c 	if (!usage->type)
type             1271 drivers/hid/hid-input.c 	if (usage->type == EV_PWR) {
type             1286 drivers/hid/hid-input.c 		input_event(input, usage->type, usage->code    , hid_hat_to_axis[hat_dir].x);
type             1287 drivers/hid/hid-input.c 		input_event(input, usage->type, usage->code + 1, hid_hat_to_axis[hat_dir].y);
type             1298 drivers/hid/hid-input.c 			input_event(input, usage->type, (*quirks & HID_QUIRK_INVERT) ? BTN_TOOL_RUBBER : usage->code, 1);
type             1301 drivers/hid/hid-input.c 		input_event(input, usage->type, usage->code, 0);
type             1302 drivers/hid/hid-input.c 		input_event(input, usage->type, BTN_TOOL_RUBBER, 0);
type             1322 drivers/hid/hid-input.c 	if ((usage->type == EV_KEY) && (usage->code == 0)) /* Key 0 is "unassigned", not KEY_UNKNOWN */
type             1325 drivers/hid/hid-input.c 	if ((usage->type == EV_REL) && (usage->code == REL_WHEEL_HI_RES ||
type             1331 drivers/hid/hid-input.c 	if ((usage->type == EV_ABS) && (field->flags & HID_MAIN_ITEM_RELATIVE) &&
type             1388 drivers/hid/hid-input.c 	if (usage->type == EV_KEY &&
type             1392 drivers/hid/hid-input.c 	input_event(input, usage->type, usage->code, value);
type             1395 drivers/hid/hid-input.c 	    usage->type == EV_KEY && value) {
type             1397 drivers/hid/hid-input.c 		input_event(input, usage->type, usage->code, 0);
type             1413 drivers/hid/hid-input.c int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field)
type             1422 drivers/hid/hid-input.c 				if ((*field)->usage[j].type == type && (*field)->usage[j].code == code)
type             1442 drivers/hid/hid-input.c 				if (field->usage[j].type == EV_LED)
type             1463 drivers/hid/hid-input.c 				if (field->usage[j].type == EV_LED &&
type             1520 drivers/hid/hid-input.c static int hidinput_input_event(struct input_dev *dev, unsigned int type,
type             1527 drivers/hid/hid-input.c 	if (type == EV_FF)
type             1528 drivers/hid/hid-input.c 		return input_ff_event(dev, type, code, value);
type             1530 drivers/hid/hid-input.c 	if (type != EV_LED)
type             1533 drivers/hid/hid-input.c 	if ((offset = hidinput_find_field(hid, type, code, &field)) == -1) {
type             1872 drivers/hid/hid-input.c 			if (col->type == HID_COLLECTION_APPLICATION ||
type             1873 drivers/hid/hid-input.c 					col->type == HID_COLLECTION_PHYSICAL)
type               71 drivers/hid/hid-led.c 	enum hidled_type	type;
type              356 drivers/hid/hid-led.c 		.type = RISO_KAGAKU,
type              366 drivers/hid/hid-led.c 		.type = DREAM_CHEEKY,
type              377 drivers/hid/hid-led.c 		.type = THINGM,
type              388 drivers/hid/hid-led.c 		.type = DELCOM,
type              399 drivers/hid/hid-led.c 		.type = LUXAFOR,
type              470 drivers/hid/hid-led.c 		if (hidled_configs[i].type == id->driver_data)
type              363 drivers/hid/hid-lenovo.c 	if (usage->type == EV_REL && (usage->code == REL_WHEEL ||
type              371 drivers/hid/hid-lenovo.c 	if (usage->type == EV_KEY && usage->code == BTN_MIDDLE) {
type              774 drivers/hid/hid-lenovo.c 			&& hdev->type != HID_TYPE_USBMOUSE) {
type              707 drivers/hid/hid-lg.c 	if ((drv_data->quirks & LG_BAD_RELATIVE_KEYS) && usage->type == EV_KEY &&
type              711 drivers/hid/hid-lg.c 	if ((drv_data->quirks & LG_DUPLICATE_USAGES) && (usage->type == EV_KEY ||
type              712 drivers/hid/hid-lg.c 			 usage->type == EV_REL || usage->type == EV_ABS))
type              716 drivers/hid/hid-lg.c 	if (usage->type == EV_ABS && (usage->code == ABS_X ||
type              748 drivers/hid/hid-lg.c 		input_event(field->hidinput->input, usage->type, usage->code,
type               63 drivers/hid/hid-lg3ff.c 	switch (effect->type) {
type              316 drivers/hid/hid-lg4ff.c 			input_event(field->hidinput->input, usage->type, usage->code, new_value);
type              430 drivers/hid/hid-lg4ff.c 	switch (effect->type) {
type               67 drivers/hid/hid-lgff.c 	switch (effect->type) {
type              148 drivers/hid/hid-logitech-dj.c 	enum recvr_type type;
type              166 drivers/hid/hid-logitech-dj.c 	u8 type;		/* WORKITEM_TYPE_* */
type              528 drivers/hid/hid-logitech-dj.c 						    enum recvr_type type)
type              537 drivers/hid/hid-logitech-dj.c 	sep = (type == recvr_type_bluetooth) ? '.' : '/';
type              589 drivers/hid/hid-logitech-dj.c 						   enum recvr_type type,
type              597 drivers/hid/hid-logitech-dj.c 	djrcv_dev = dj_find_receiver_dev(hdev, type);
type              615 drivers/hid/hid-logitech-dj.c 		djrcv_dev->type = type;
type              708 drivers/hid/hid-logitech-dj.c 	if (djrcv_dev->type == recvr_type_27mhz)
type              787 drivers/hid/hid-logitech-dj.c 	switch (workitem.type) {
type              821 drivers/hid/hid-logitech-dj.c 	struct dj_workitem workitem = { .type = WORKITEM_TYPE_UNKNOWN };
type              841 drivers/hid/hid-logitech-dj.c 		workitem.type = WORKITEM_TYPE_PAIRED;
type              844 drivers/hid/hid-logitech-dj.c 			workitem.type = WORKITEM_TYPE_EMPTY;
type              858 drivers/hid/hid-logitech-dj.c 			workitem.type = WORKITEM_TYPE_UNPAIRED;
type              875 drivers/hid/hid-logitech-dj.c 	workitem->type = WORKITEM_TYPE_PAIRED;
type              888 drivers/hid/hid-logitech-dj.c 		if (djrcv_dev->type == recvr_type_mouse_only)
type              898 drivers/hid/hid-logitech-dj.c 	workitem->type = WORKITEM_TYPE_PAIRED;
type              925 drivers/hid/hid-logitech-dj.c 		.type = WORKITEM_TYPE_EMPTY,
type              983 drivers/hid/hid-logitech-dj.c 	if (workitem.type == WORKITEM_TYPE_EMPTY) {
type             1144 drivers/hid/hid-logitech-dj.c 	if (djrcv_dev->type != recvr_type_dj)
type             1171 drivers/hid/hid-logitech-dj.c 	if (djrcv_dev->type == recvr_type_dj) {
type             1273 drivers/hid/hid-logitech-dj.c 	if (djrcv_dev->type != recvr_type_dj && count >= 2) {
type             1332 drivers/hid/hid-logitech-dj.c 		if (djdev->dj_receiver_dev->type == recvr_type_gaming_hidpp ||
type             1333 drivers/hid/hid-logitech-dj.c 		    djdev->dj_receiver_dev->type == recvr_type_mouse_only)
type             1336 drivers/hid/hid-logitech-dj.c 		else if (djdev->dj_receiver_dev->type == recvr_type_27mhz)
type             1339 drivers/hid/hid-logitech-dj.c 		else if (djdev->dj_receiver_dev->type == recvr_type_bluetooth)
type             1521 drivers/hid/hid-logitech-dj.c 	if (djrcv_dev->type == recvr_type_27mhz && dj_dev &&
type             1528 drivers/hid/hid-logitech-dj.c 			.type = WORKITEM_TYPE_UNPAIRED,
type             1858 drivers/hid/hid-logitech-hidpp.c 	switch (effect->type) {
type             1959 drivers/hid/hid-logitech-hidpp.c 		params[1] = HIDPP_FF_CONDITION_CMDS[effect->type - FF_SPRING];
type             1974 drivers/hid/hid-logitech-hidpp.c 				HIDPP_FF_CONDITION_NAMES[effect->type - FF_SPRING],
type             1984 drivers/hid/hid-logitech-hidpp.c 		hid_err(data->hidpp->hid_dev, "Unexpected force type %i!\n", effect->type);
type             3020 drivers/hid/hid-logitech-hidpp.c 		if (usage->type == EV_ABS && (usage->code == ABS_X ||
type             3278 drivers/hid/hid-logitech-hidpp.c 	desc->type = POWER_SUPPLY_TYPE_BATTERY;
type              593 drivers/hid/hid-magicmouse.c 	    hdev->type != HID_TYPE_USBMOUSE)
type              233 drivers/hid/hid-microsoft.c 			!usage->type)
type              273 drivers/hid/hid-microsoft.c 			input_event(input, usage->type, key, 1);
type              276 drivers/hid/hid-microsoft.c 			input_event(input, usage->type, last_key, 0);
type              316 drivers/hid/hid-microsoft.c 	if (effect->type != FF_RUMBLE)
type             1114 drivers/hid/hid-multitouch.c 	if (!usage->type || !(hid->claimed & HID_CLAIMED_INPUT))
type             1134 drivers/hid/hid-multitouch.c 		if (usage->type == EV_KEY && usage->code == BTN_LEFT) {
type             1140 drivers/hid/hid-multitouch.c 	input_event(input, usage->type, usage->code, value);
type              553 drivers/hid/hid-ntrig.c 	if (usage->type == EV_KEY || usage->type == EV_REL
type              554 drivers/hid/hid-ntrig.c 			|| usage->type == EV_ABS)
type               67 drivers/hid/hid-picolcd_backlight.c 	props.type = BACKLIGHT_RAW;
type               49 drivers/hid/hid-picolcd_fb.c 	.type        = FB_TYPE_PACKED_PIXELS,
type              968 drivers/hid/hid-quirks.c 		    hdev->type == HID_TYPE_USBNONE)
type             1005 drivers/hid/hid-quirks.c 	if (hdev->type == HID_TYPE_USBMOUSE &&
type              564 drivers/hid/hid-rmi.c static int rmi_check_valid_report_id(struct hid_device *hdev, unsigned type,
type              569 drivers/hid/hid-rmi.c 	*report = hdev->report_enum[type].report_id_hash[id];
type               35 drivers/hid/hid-roccat-kone.h 	uint8_t type;
type              280 drivers/hid/hid-roccat-koneplus.c 	roccat_report.type = KONEPLUS_MOUSE_REPORT_BUTTON_TYPE_PROFILE;
type              474 drivers/hid/hid-roccat-koneplus.c 		switch (button_report->type) {
type              494 drivers/hid/hid-roccat-koneplus.c 	if ((button_report->type == KONEPLUS_MOUSE_REPORT_BUTTON_TYPE_QUICKLAUNCH ||
type              495 drivers/hid/hid-roccat-koneplus.c 			button_report->type == KONEPLUS_MOUSE_REPORT_BUTTON_TYPE_TIMER) &&
type              499 drivers/hid/hid-roccat-koneplus.c 	roccat_report.type = button_report->type;
type               71 drivers/hid/hid-roccat-koneplus.h 	uint8_t type;
type              107 drivers/hid/hid-roccat-koneplus.h 	uint8_t type;
type               32 drivers/hid/hid-roccat-konepure.c 	uint8_t type;
type              309 drivers/hid/hid-roccat-kovaplus.c 	roccat_report.type = KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_PROFILE_1;
type              546 drivers/hid/hid-roccat-kovaplus.c 	switch (button_report->type) {
type              573 drivers/hid/hid-roccat-kovaplus.c 	if (button_report->type == KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_PROFILE_2)
type              576 drivers/hid/hid-roccat-kovaplus.c 	roccat_report.type = button_report->type;
type              579 drivers/hid/hid-roccat-kovaplus.c 	if (roccat_report.type == KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_MACRO ||
type              580 drivers/hid/hid-roccat-kovaplus.c 			roccat_report.type == KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_SHORTCUT ||
type              581 drivers/hid/hid-roccat-kovaplus.c 			roccat_report.type == KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_QUICKLAUNCH ||
type              582 drivers/hid/hid-roccat-kovaplus.c 			roccat_report.type == KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_TIMER)
type              587 drivers/hid/hid-roccat-kovaplus.c 	if (roccat_report.type == KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_CPI)
type               79 drivers/hid/hid-roccat-kovaplus.h 	uint8_t type;
type              111 drivers/hid/hid-roccat-kovaplus.h 	uint8_t type;
type              268 drivers/hid/hid-roccat-pyra.c 	roccat_report.type = PYRA_MOUSE_EVENT_BUTTON_TYPE_PROFILE_2;
type              491 drivers/hid/hid-roccat-pyra.c 		switch (button_event->type) {
type              514 drivers/hid/hid-roccat-pyra.c 	switch (button_event->type) {
type              517 drivers/hid/hid-roccat-pyra.c 		roccat_report.type = button_event->type;
type              527 drivers/hid/hid-roccat-pyra.c 			roccat_report.type = button_event->type;
type               75 drivers/hid/hid-roccat-pyra.h 	uint8_t type;
type               82 drivers/hid/hid-roccat-pyra.h 	uint8_t type;
type              135 drivers/hid/hid-roccat-pyra.h 	uint8_t type;
type              159 drivers/hid/hid-roccat-savu.c 	roccat_report.type = special_report->type;
type               17 drivers/hid/hid-roccat-savu.h 	uint8_t type;
type               48 drivers/hid/hid-roccat-savu.h 	uint8_t type;
type              156 drivers/hid/hid-saitek.c 	if (usage->type == EV_KEY && value &&
type               77 drivers/hid/hid-sensor-hub.c 		if (collection->type == HID_COLLECTION_PHYSICAL ||
type               78 drivers/hid/hid-sensor-hub.c 		    collection->type == HID_COLLECTION_APPLICATION)
type              371 drivers/hid/hid-sensor-hub.c 				u8 type,
type              391 drivers/hid/hid-sensor-hub.c 	report_enum = &hdev->report_enum[type];
type              480 drivers/hid/hid-sensor-hub.c 			 report->id, size, report->type);
type              482 drivers/hid/hid-sensor-hub.c 	if (report->type != HID_INPUT_REPORT)
type              656 drivers/hid/hid-sensor-hub.c 		if (collection->type == HID_COLLECTION_PHYSICAL ||
type              657 drivers/hid/hid-sensor-hub.c 		    collection->type == HID_COLLECTION_APPLICATION) {
type              703 drivers/hid/hid-sensor-hub.c 			if (collection->type == HID_COLLECTION_APPLICATION &&
type              471 drivers/hid/hid-sony.c 	u8 type, zero;
type             2201 drivers/hid/hid-sony.c 	report->type = 0x02; /* set leds */
type             2262 drivers/hid/hid-sony.c 	if (effect->type != FF_RUMBLE)
type             2355 drivers/hid/hid-sony.c 	sc->battery_desc.type = POWER_SUPPLY_TYPE_BATTERY;
type              353 drivers/hid/hid-steam.c 	steam->battery_desc.type = POWER_SUPPLY_TYPE_BATTERY;
type              689 drivers/hid/hid-steam.c 	client_hdev->type = hdev->type;
type               83 drivers/hid/hid-tmff.c 	switch (effect->type) {
type              255 drivers/hid/hid-uclogic-core.c 	    (report->type == HID_INPUT_REPORT) &&
type              307 drivers/hid/hid-uclogic-core.c 	if ((report->type == HID_INPUT_REPORT) &&
type              656 drivers/hid/hid-waltop.c 	if (report->type == HID_INPUT_REPORT && report->id == 16 && size >= 8) {
type              672 drivers/hid/hid-waltop.c 	    report->type == HID_INPUT_REPORT &&
type              945 drivers/hid/hid-wiimote-core.c 	__u8 type, data[6];
type              963 drivers/hid/hid-wiimote-core.c 		type = wiimote_cmd_read_mp_mapped(wdata);
type              964 drivers/hid/hid-wiimote-core.c 		ret = type == WIIMOTE_MP_SINGLE;
type              988 drivers/hid/hid-wiimote-core.c 		type = wiimote_cmd_read_ext(wdata, data);
type              989 drivers/hid/hid-wiimote-core.c 		ret = type == wdata->state.exttype;
type             1014 drivers/hid/hid-wiimote-core.c 		type = wiimote_cmd_read_ext(wdata, data);
type             1015 drivers/hid/hid-wiimote-core.c 		ret = type == wdata->state.exttype;
type             1042 drivers/hid/hid-wiimote-core.c 		type = wiimote_cmd_read_mp_mapped(wdata);
type             1043 drivers/hid/hid-wiimote-core.c 		ret = type != WIIMOTE_MP_NONE;
type             1044 drivers/hid/hid-wiimote-core.c 		ret = ret && type != WIIMOTE_MP_UNKNOWN;
type             1045 drivers/hid/hid-wiimote-core.c 		ret = ret && type != WIIMOTE_MP_SINGLE;
type             1652 drivers/hid/hid-wiimote-core.c 	__u8 type;
type             1656 drivers/hid/hid-wiimote-core.c 	type = wdata->state.exttype;
type             1659 drivers/hid/hid-wiimote-core.c 	switch (type) {
type             1704 drivers/hid/hid-wiimote-core.c 	__u8 type;
type             1708 drivers/hid/hid-wiimote-core.c 	type = wdata->state.devtype;
type             1711 drivers/hid/hid-wiimote-core.c 	switch (type) {
type              243 drivers/hid/hid-wiimote-modules.c 	wdata->battery_desc.type = POWER_SUPPLY_TYPE_BATTERY;
type               34 drivers/hid/hid-xinmo.c 			input_event(field->hidinput->input, usage->type,
type              542 drivers/hid/i2c-hid/i2c-hid-core.c 		report->device->report_enum[report->type].numbered + 2;
type              548 drivers/hid/i2c-hid/i2c-hid-core.c static void i2c_hid_find_max_report(struct hid_device *hid, unsigned int type,
type              556 drivers/hid/i2c-hid/i2c-hid-core.c 	list_for_each_entry(report, &hid->report_enum[type].report_list, list) {
type              119 drivers/hid/intel-ish-hid/ishtp-hid.c 		hid_ishtp_get_report(hid, rep->id, rep->type);
type              451 drivers/hid/intel-ish-hid/ishtp/bus.c 	device->dev.type = &ishtp_cl_device_type;
type               97 drivers/hid/uhid.c 	ev->type = event;
type              116 drivers/hid/uhid.c 	ev->type = UHID_START;
type              171 drivers/hid/uhid.c 	uhid->report_type = ev->type + 1;
type              199 drivers/hid/uhid.c 	if (uhid->report_type != ev->type || uhid->report_id != id)
type              227 drivers/hid/uhid.c 	ev->type = UHID_GET_REPORT;
type              269 drivers/hid/uhid.c 	ev->type = UHID_SET_REPORT;
type              352 drivers/hid/uhid.c 	ev->type = UHID_OUTPUT;
type              403 drivers/hid/uhid.c 		u32 type;
type              405 drivers/hid/uhid.c 		if (get_user(type, buffer))
type              408 drivers/hid/uhid.c 		if (type == UHID_CREATE) {
type              420 drivers/hid/uhid.c 			buffer += sizeof(type);
type              421 drivers/hid/uhid.c 			len -= sizeof(type);
type              429 drivers/hid/uhid.c 			event->type = type;
type              722 drivers/hid/uhid.c 	switch (uhid->input_buf.type) {
type              406 drivers/hid/usbhid/hid-core.c 	usbhid->cr->wValue = cpu_to_le16(((report->type + 1) << 8) |
type              487 drivers/hid/usbhid/hid-core.c 				usbhid->ctrl[usbhid->ctrltail].report->type,
type              533 drivers/hid/usbhid/hid-core.c 	if (usbhid->urbout && dir == USB_DIR_OUT && report->type == HID_OUTPUT_REPORT) {
type              665 drivers/hid/usbhid/hid-core.c 		unsigned char type, void *buf, int size)
type              674 drivers/hid/usbhid/hid-core.c 				(type << 8), ifnum, buf, size, USB_CTRL_GET_TIMEOUT);
type              840 drivers/hid/usbhid/hid-core.c static void hid_find_max_report(struct hid_device *hid, unsigned int type,
type              846 drivers/hid/usbhid/hid-core.c 	list_for_each_entry(report, &hid->report_enum[type].report_list, list) {
type              847 drivers/hid/usbhid/hid-core.c 		size = ((report->size - 1) >> 3) + 1 + hid->report_enum[type].numbered;
type             1362 drivers/hid/usbhid/hid-core.c 		hid->type = HID_TYPE_USBMOUSE;
type             1364 drivers/hid/usbhid/hid-core.c 		hid->type = HID_TYPE_USBNONE;
type              565 drivers/hid/usbhid/hid-pidff.c 	switch (effect->type) {
type              839 drivers/hid/usbhid/hid-pidff.c 		    hid->collection[i - 1].type != HID_COLLECTION_LOGICAL)
type              169 drivers/hid/usbhid/hiddev.c 	unsigned type = field->report_type;
type              173 drivers/hid/usbhid/hiddev.c 	  (type == HID_INPUT_REPORT) ? HID_REPORT_TYPE_INPUT :
type              174 drivers/hid/usbhid/hiddev.c 	  ((type == HID_OUTPUT_REPORT) ? HID_REPORT_TYPE_OUTPUT :
type              175 drivers/hid/usbhid/hiddev.c 	   ((type == HID_FEATURE_REPORT) ? HID_REPORT_TYPE_FEATURE : 0));
type              188 drivers/hid/usbhid/hiddev.c 	unsigned type = report->type;
type              193 drivers/hid/usbhid/hiddev.c 	  (type == HID_INPUT_REPORT) ? HID_REPORT_TYPE_INPUT :
type              194 drivers/hid/usbhid/hiddev.c 	  ((type == HID_OUTPUT_REPORT) ? HID_REPORT_TYPE_OUTPUT :
type              195 drivers/hid/usbhid/hiddev.c 	   ((type == HID_FEATURE_REPORT) ? HID_REPORT_TYPE_FEATURE : 0));
type              626 drivers/hid/usbhid/hiddev.c 			if (hid->collection[i].type ==
type              808 drivers/hid/usbhid/hiddev.c 		cinfo.type = hid->collection[cinfo.index].type;
type              890 drivers/hid/usbhid/hiddev.c 			if (hid->collection[i].type ==
type              153 drivers/hid/usbhid/usbkbd.c static int usb_kbd_event(struct input_dev *dev, unsigned int type,
type              159 drivers/hid/usbhid/usbkbd.c 	if (type != EV_LED)
type               22 drivers/hid/wacom_sys.c static int wacom_get_report(struct hid_device *hdev, u8 type, u8 *buf,
type               28 drivers/hid/wacom_sys.c 		retval = hid_hw_raw_request(hdev, buf[0], buf, size, type,
type               39 drivers/hid/wacom_sys.c static int wacom_set_report(struct hid_device *hdev, u8 type, u8 *buf,
type               45 drivers/hid/wacom_sys.c 		retval = hid_hw_raw_request(hdev, buf[0], buf, size, type,
type              237 drivers/hid/wacom_sys.c 	if (features->type == HID_GENERIC &&
type              322 drivers/hid/wacom_sys.c 			if (ret == n && features->type == HID_GENERIC) {
type              325 drivers/hid/wacom_sys.c 			} else if (ret == 2 && features->type != HID_GENERIC) {
type              455 drivers/hid/wacom_sys.c 			if ((features->type != BAMBOO_PT) &&
type              456 drivers/hid/wacom_sys.c 			    (features->type != BAMBOO_TOUCH)) {
type              466 drivers/hid/wacom_sys.c 			if ((features->type != BAMBOO_PT) &&
type              467 drivers/hid/wacom_sys.c 			    (features->type != BAMBOO_TOUCH)) {
type              479 drivers/hid/wacom_sys.c 	if (features->type == HID_GENERIC)
type              489 drivers/hid/wacom_sys.c 	if (features->type == HID_GENERIC) {
type              616 drivers/hid/wacom_sys.c 	switch (features->type) {
type              678 drivers/hid/wacom_sys.c 	if (features->type != HID_GENERIC) {
type              680 drivers/hid/wacom_sys.c 			if (features->type > TABLETPC) {
type              684 drivers/hid/wacom_sys.c 			} else if (features->type == WACOM_24HDT) {
type              687 drivers/hid/wacom_sys.c 			} else if (features->type == WACOM_27QHDT) {
type              690 drivers/hid/wacom_sys.c 			} else if (features->type == BAMBOO_PAD) {
type              695 drivers/hid/wacom_sys.c 			if (features->type <= BAMBOO_PT) {
type              704 drivers/hid/wacom_sys.c 	if (features->type == HID_GENERIC)
type              729 drivers/hid/wacom_sys.c 	if (features->type == WIRELESS) {
type              780 drivers/hid/wacom_sys.c 	if (features->type != HID_GENERIC)
type              922 drivers/hid/wacom_sys.c 	if (wacom->wacom_wac.features.type == REMOTE)
type              929 drivers/hid/wacom_sys.c 	else if (wacom->wacom_wac.features.type == INTUOSP2_BT) {
type              937 drivers/hid/wacom_sys.c 	if (wacom->wacom_wac.features.type == HID_GENERIC) {
type              942 drivers/hid/wacom_sys.c 	} else if ((wacom->wacom_wac.features.type >= INTUOS5S &&
type              943 drivers/hid/wacom_sys.c 	    wacom->wacom_wac.features.type <= INTUOSPL)) {
type              963 drivers/hid/wacom_sys.c 	else if (wacom->wacom_wac.features.type == INTUOSP2_BT) {
type              976 drivers/hid/wacom_sys.c 		if (wacom->wacom_wac.features.type == WACOM_21UX2 ||
type              977 drivers/hid/wacom_sys.c 		    wacom->wacom_wac.features.type == WACOM_24HD)
type             1555 drivers/hid/wacom_sys.c 	switch (wacom->wacom_wac.features.type) {
type             1751 drivers/hid/wacom_sys.c 	bat_desc->type = POWER_SUPPLY_TYPE_USB;
type             1960 drivers/hid/wacom_sys.c 	if (wacom->wacom_wac.features.type != REMOTE)
type             2185 drivers/hid/wacom_sys.c 	if ((features->type == HID_GENERIC) && !strcmp("Wacom HID", features->name)) {
type             2252 drivers/hid/wacom_sys.c 		wacom_wac->shared->type = wacom_wac->features.type;
type             2295 drivers/hid/wacom_sys.c 	if (features->type == BAMBOO_PAD) {
type             2297 drivers/hid/wacom_sys.c 			features->type = HID_GENERIC;
type             2313 drivers/hid/wacom_sys.c 	    features->type != WIRELESS) {
type             2314 drivers/hid/wacom_sys.c 		error = features->type == HID_GENERIC ? -ENODEV : 0;
type             2331 drivers/hid/wacom_sys.c 	if ((features->type == BAMBOO_PEN) &&
type             2363 drivers/hid/wacom_sys.c 	if (features->type == HID_GENERIC)
type             2379 drivers/hid/wacom_sys.c 	if ((features->type == BAMBOO_TOUCH) &&
type             2463 drivers/hid/wacom_sys.c 		    (wacom_wac1->features.type >= INTUOSHT &&
type             2464 drivers/hid/wacom_sys.c 		    wacom_wac1->features.type <= BAMBOO_PT)) {
type             2724 drivers/hid/wacom_sys.c 	if (features->check_for_hid_type && features->hid_type != hdev->type)
type             2787 drivers/hid/wacom_sys.c 	if (wacom->wacom_wac.features.type != REMOTE)
type              314 drivers/hid/wacom_wac.c 	if (features->type == GRAPHIRE_BT) {
type              355 drivers/hid/wacom_wac.c 			if (features->type == GRAPHIRE_BT)
type              367 drivers/hid/wacom_wac.c 			if (features->type == WACOM_G4 ||
type              368 drivers/hid/wacom_wac.c 					features->type == WACOM_MO) {
type              371 drivers/hid/wacom_wac.c 			} else if (features->type == GRAPHIRE_BT) {
type              400 drivers/hid/wacom_wac.c 	switch (features->type) {
type              446 drivers/hid/wacom_wac.c 	if (features->type == GRAPHIRE_BT) {
type              466 drivers/hid/wacom_wac.c 	if (features->type == INTUOSHT2)
type              494 drivers/hid/wacom_wac.c 	if (features->type >= INTUOS4S && features->type <= INTUOS4L) {
type              497 drivers/hid/wacom_wac.c 	} else if (features->type == DTK) {
type              499 drivers/hid/wacom_wac.c 	} else if (features->type == WACOM_13HD) {
type              501 drivers/hid/wacom_wac.c 	} else if (features->type == WACOM_24HD) {
type              528 drivers/hid/wacom_wac.c 	} else if (features->type == WACOM_27QHD) {
type              546 drivers/hid/wacom_wac.c 	} else if (features->type == CINTIQ_HYBRID) {
type              559 drivers/hid/wacom_wac.c 	} else if (features->type == CINTIQ_COMPANION_2) {
type              570 drivers/hid/wacom_wac.c 	} else if (features->type >= INTUOS5S && features->type <= INTUOSPL) {
type              581 drivers/hid/wacom_wac.c 		if (features->type == WACOM_21UX2 || features->type == WACOM_22HD) {
type              585 drivers/hid/wacom_wac.c 			if (features->type == WACOM_22HD) {
type              734 drivers/hid/wacom_wac.c 	int idx = (features->type == INTUOS) ? (data[1] & 0x01) : 0;
type              759 drivers/hid/wacom_wac.c 		if (features->type >= INTUOS3S)
type              773 drivers/hid/wacom_wac.c 	int idx = (features->type == INTUOS) ? (data[1] & 0x01) : 0;
type              798 drivers/hid/wacom_wac.c 		if (features->type != INTUOSHT2)
type              842 drivers/hid/wacom_wac.c 	int idx = (features->type == INTUOS) ? (data[1] & 0x01) : 0;
type              843 drivers/hid/wacom_wac.c 	unsigned char type = (data[1] >> 1) & 0x0F;
type              865 drivers/hid/wacom_wac.c 			(features->type == WACOM_21UX2)) ||
type              868 drivers/hid/wacom_wac.c 		(features->type == INTUOS3 ||
type              869 drivers/hid/wacom_wac.c 		 features->type == INTUOS3S ||
type              870 drivers/hid/wacom_wac.c 		 features->type == INTUOS4 ||
type              871 drivers/hid/wacom_wac.c 		 features->type == INTUOS4S ||
type              872 drivers/hid/wacom_wac.c 		 features->type == INTUOS5 ||
type              873 drivers/hid/wacom_wac.c 		 features->type == INTUOS5S ||
type              874 drivers/hid/wacom_wac.c 		 features->type == INTUOSPM ||
type              875 drivers/hid/wacom_wac.c 		 features->type == INTUOSPS)) ||
type              877 drivers/hid/wacom_wac.c 	   (features->type == CINTIQ && !(data[1] & 0x40)))
type              883 drivers/hid/wacom_wac.c 	if (features->type < INTUOS3S) {
type              888 drivers/hid/wacom_wac.c 	if (features->type == INTUOSHT2)
type              894 drivers/hid/wacom_wac.c 	switch (type) {
type              904 drivers/hid/wacom_wac.c 		if (features->type != INTUOSHT2) {
type              925 drivers/hid/wacom_wac.c 		if (features->type >= INTUOS3S) {
type              976 drivers/hid/wacom_wac.c 			if (features->type >= INTUOS3S && features->type <= INTUOS3L) {
type             1260 drivers/hid/wacom_wac.c 	if (wacom->features.type == INTUOSP2_BT ||
type             1261 drivers/hid/wacom_wac.c 	    wacom->features.type == INTUOSP2S_BT) {
type             1313 drivers/hid/wacom_wac.c 			if (wacom->features.type == INTUOSP2_BT ||
type             1314 drivers/hid/wacom_wac.c 			    wacom->features.type == INTUOSP2S_BT) {
type             1334 drivers/hid/wacom_wac.c 			if (wacom->features.type == INTUOSP2_BT ||
type             1335 drivers/hid/wacom_wac.c 			    wacom->features.type == INTUOSP2S_BT) {
type             1505 drivers/hid/wacom_wac.c 	if (wacom->features.type == INTUOSP2_BT ||
type             1506 drivers/hid/wacom_wac.c 	    wacom->features.type == INTUOSP2S_BT) {
type             1534 drivers/hid/wacom_wac.c 	if (wacom->features.type == WACOM_27QHDT) {
type             1567 drivers/hid/wacom_wac.c 			if (wacom->features.type != WACOM_27QHDT) {
type             1601 drivers/hid/wacom_wac.c 	if (wacom->features.type == MTTPC || wacom->features.type == MTTPC_B)
type             1837 drivers/hid/wacom_wac.c 		struct hid_field *field, __u8 type, __u16 code, int fuzz)
type             1860 drivers/hid/wacom_wac.c 	usage->type = type;
type             1863 drivers/hid/wacom_wac.c 	set_bit(type, input->evbit);
type             1865 drivers/hid/wacom_wac.c 	switch (type) {
type             2007 drivers/hid/wacom_wac.c 		usage->type = EV_SW;
type             2028 drivers/hid/wacom_wac.c 		usage->type = EV_ABS;
type             2081 drivers/hid/wacom_wac.c 	if (!usage->type && equivalent_usage != WACOM_HID_WD_MODE_CHANGE)
type             2121 drivers/hid/wacom_wac.c 			input_event(input, usage->type, usage->code, 0);
type             2158 drivers/hid/wacom_wac.c 		input_event(input, usage->type, usage->code, value);
type             2387 drivers/hid/wacom_wac.c 	if (!usage->type || delay_pen_events(wacom_wac))
type             2392 drivers/hid/wacom_wac.c 		input_event(input, usage->type, usage->code, value);
type             2394 drivers/hid/wacom_wac.c 		input_event(input, usage->type, usage->code, 0);
type             2715 drivers/hid/wacom_wac.c 	if (wacom->wacom_wac.features.type != HID_GENERIC)
type             2773 drivers/hid/wacom_wac.c 	if (report->type != HID_INPUT_REPORT)
type             2794 drivers/hid/wacom_wac.c 	if (wacom_wac->features.type != HID_GENERIC)
type             2897 drivers/hid/wacom_wac.c 		if (features->type >= INTUOSPS && features->type <= INTUOSHT2) {
type             2925 drivers/hid/wacom_wac.c 	if (features->type == INTUOSHT || features->type == INTUOSHT2) {
type             3046 drivers/hid/wacom_wac.c 	if ((features->type == INTUOSHT2) &&
type             3155 drivers/hid/wacom_wac.c 		if ((wacom->shared->type == INTUOSHT ||
type             3156 drivers/hid/wacom_wac.c 		    wacom->shared->type == INTUOSHT2) &&
type             3194 drivers/hid/wacom_wac.c 	if ((features->type == INTUOSHT ||
type             3195 drivers/hid/wacom_wac.c 	    features->type == INTUOSHT2) &&
type             3229 drivers/hid/wacom_wac.c 	switch (wacom_wac->features.type) {
type             3418 drivers/hid/wacom_wac.c 	if (features->type == GRAPHIRE_BT || features->type == WACOM_G4 ||
type             3419 drivers/hid/wacom_wac.c 	    features->type == DTUS ||
type             3420 drivers/hid/wacom_wac.c 	    (features->type >= INTUOS3S && features->type <= WACOM_MO)) {
type             3437 drivers/hid/wacom_wac.c 	if ((features->type >= INTUOS5S && features->type <= INTUOSPL) ||
type             3438 drivers/hid/wacom_wac.c 		(features->type >= INTUOSHT && features->type <= BAMBOO_PT)) {
type             3442 drivers/hid/wacom_wac.c 			if (features->type >= INTUOSHT && features->type <= BAMBOO_PT)
type             3445 drivers/hid/wacom_wac.c 			if (features->type == INTUOSHT2) {
type             3466 drivers/hid/wacom_wac.c 	if (features->type == BAMBOO_PEN &&
type             3477 drivers/hid/wacom_wac.c 	if (features->type == BAMBOO_PAD)
type             3480 drivers/hid/wacom_wac.c 	if (features->type == REMOTE)
type             3483 drivers/hid/wacom_wac.c 	if (features->type == INTUOSP2_BT ||
type             3484 drivers/hid/wacom_wac.c 	    features->type == INTUOSP2S_BT) {
type             3491 drivers/hid/wacom_wac.c 	if (features->type == INTUOSHT3_BT) {
type             3497 drivers/hid/wacom_wac.c 	switch (features->type) {
type             3528 drivers/hid/wacom_wac.c 	if ((features->type == BAMBOO_PT || features->type == BAMBOO_TOUCH) &&
type             3537 drivers/hid/wacom_wac.c 	if (features->type == WIRELESS) {
type             3543 drivers/hid/wacom_wac.c 	if (features->type == REMOTE)
type             3580 drivers/hid/wacom_wac.c 	if (features->type == HID_GENERIC) {
type             3602 drivers/hid/wacom_wac.c 	switch (features->type) {
type             3712 drivers/hid/wacom_wac.c 		if (features->type == INTUOSHT2 ||
type             3713 drivers/hid/wacom_wac.c 		    features->type == INTUOSHT3_BT) {
type             3748 drivers/hid/wacom_wac.c 	if (features->type == HID_GENERIC)
type             3775 drivers/hid/wacom_wac.c 	switch (features->type) {
type             3936 drivers/hid/wacom_wac.c 	if (wacom->wacom_wac.features.type == WACOM_21UX2)
type             3941 drivers/hid/wacom_wac.c 	if (wacom->wacom_wac.features.type == INTUOSP2_BT)
type             3954 drivers/hid/wacom_wac.c 	if (wacom->wacom_wac.features.type == WACOM_24HD)
type             4011 drivers/hid/wacom_wac.c 	if ((features->type == HID_GENERIC) && features->numbered_buttons > 0)
type             4017 drivers/hid/wacom_wac.c 	if (features->type == REMOTE && input_dev == wacom_wac->pad_input)
type             4038 drivers/hid/wacom_wac.c 	switch (features->type) {
type             4389 drivers/hid/wacom_wac.c 	{ "Wacom Cintiq 24HD touch", .type = WACOM_24HDT, /* Touch */
type             4404 drivers/hid/wacom_wac.c 	{ "Wacom Cintiq 27QHD touch", .type = WACOM_27QHDT,
type             4427 drivers/hid/wacom_wac.c 	{ "Wacom Cintiq 13HD touch", .type = WACOM_24HDT, /* Touch */
type             4467 drivers/hid/wacom_wac.c 	{ "Wacom DTH2242",       .type = WACOM_24HDT,
type             4487 drivers/hid/wacom_wac.c 	{ "Wacom Cintiq 22HDT", .type = WACOM_24HDT,
type             4563 drivers/hid/wacom_wac.c 	{ "Wacom Wireless Receiver", .type = WIRELESS, .touch_max = 16 };
type             4634 drivers/hid/wacom_wac.c 	{ "Wacom ISDv5 309", .type = WACOM_24HDT, /* Touch */
type             4644 drivers/hid/wacom_wac.c 	{ "Wacom ISDv5 30C", .type = WACOM_24HDT, /* Touch */
type             4649 drivers/hid/wacom_wac.c 	  .type = BAMBOO_PAD, 35, 48, .touch_max = 4 };
type             4652 drivers/hid/wacom_wac.c 	  .type = BAMBOO_PAD, 35, 48, .touch_max = 4 };
type             4660 drivers/hid/wacom_wac.c 	{ "Wacom ISDv5 326", .type = HID_GENERIC, .oVid = USB_VENDOR_ID_WACOM,
type             4667 drivers/hid/wacom_wac.c 	{ "Wacom Express Key Remote", .type = REMOTE,
type             4715 drivers/hid/wacom_wac.c 	{ "Wacom HID", .type = HID_GENERIC, .oVid = HID_ANY_ID, .oPid = HID_ANY_ID };
type              254 drivers/hid/wacom_wac.h 	int type;
type              286 drivers/hid/wacom_wac.h 	int type;
type             1060 drivers/hsi/clients/ssi_protocol.c 	dev->type		= ARPHRD_PHONET;
type              749 drivers/hv/channel.c 			   enum vmbus_packet_type type, u32 flags)
type              760 drivers/hv/channel.c 	desc.type = type; /* VmbusPacketTypeDataInBand; */
type              812 drivers/hv/channel.c 	desc.type = VM_PKT_DATA_USING_GPA_DIRECT;
type              856 drivers/hv/channel.c 	desc->type = VM_PKT_DATA_USING_GPA_DIRECT;
type              155 drivers/hv/hv_balloon.c 	__u16 type;
type              394 drivers/hv/hv_balloon.c 	enum dm_info_type type;
type              995 drivers/hv/hv_balloon.c 	resp.hdr.type = DM_MEM_HOT_ADD_RESPONSE;
type             1073 drivers/hv/hv_balloon.c 	switch (info_hdr->type) {
type             1084 drivers/hv/hv_balloon.c 		pr_warn("Received Unknown type: %d\n", info_hdr->type);
type             1143 drivers/hv/hv_balloon.c 	status.hdr.type = DM_STATUS_REPORT;
type             1290 drivers/hv/hv_balloon.c 		bl_resp->hdr.type = DM_BALLOON_RESPONSE;
type             1368 drivers/hv/hv_balloon.c 	resp.hdr.type = DM_UNBALLOON_RESPONSE;
type             1427 drivers/hv/hv_balloon.c 	version_req.hdr.type = DM_VERSION_REQUEST;
type             1493 drivers/hv/hv_balloon.c 		switch (dm_hdr->type) {
type             1553 drivers/hv/hv_balloon.c 			pr_warn("Unhandled message: type: %d\n", dm_hdr->type);
type             1579 drivers/hv/hv_balloon.c 	version_req.hdr.type = DM_VERSION_REQUEST;
type             1615 drivers/hv/hv_balloon.c 	cap_msg.hdr.type = DM_CAPABILITIES_REPORT;
type              328 drivers/hv/hyperv_vmbus.h struct hv_device *vmbus_device_create(const guid_t *type,
type             1803 drivers/hv/vmbus_drv.c struct hv_device *vmbus_device_create(const guid_t *type,
type             1816 drivers/hv/vmbus_drv.c 	guid_copy(&child_device_obj->dev_type, type);
type             1904 drivers/hv/vmbus_drv.c 	switch (res->type) {
type              123 drivers/hwmon/abituguru3.c 	int type;
type              852 drivers/hwmon/abituguru3.c 	if (sensor->type == ABIT_UGURU3_TEMP_SENSOR)
type              963 drivers/hwmon/abituguru3.c 	int i, j, type, used, sysfs_names_free, sysfs_attr_i, res = -ENODEV;
type             1013 drivers/hwmon/abituguru3.c 		type = data->sensors[i].type;
type             1014 drivers/hwmon/abituguru3.c 		for (j = 0; j < no_sysfs_attr[type]; j++) {
type             1016 drivers/hwmon/abituguru3.c 				abituguru3_sysfs_templ[type][j].dev_attr.attr.
type             1017 drivers/hwmon/abituguru3.c 				name, sensor_index[type]) + 1;
type             1019 drivers/hwmon/abituguru3.c 				abituguru3_sysfs_templ[type][j];
type             1027 drivers/hwmon/abituguru3.c 		sensor_index[type]++;
type               64 drivers/hwmon/acpi_power_meter.c 	u64		type;
type              555 drivers/hwmon/acpi_power_meter.c 	    pss->type != ACPI_TYPE_PACKAGE) {
type              587 drivers/hwmon/acpi_power_meter.c 		if (element->type != ACPI_TYPE_LOCAL_REFERENCE)
type              749 drivers/hwmon/acpi_power_meter.c 	    pss->type != ACPI_TYPE_PACKAGE ||
type              782 drivers/hwmon/acpi_power_meter.c 		if (element->type != ACPI_TYPE_STRING) {
type               46 drivers/hwmon/ad7418.c 	enum chips		type;
type              227 drivers/hwmon/ad7418.c 		if (data->type == ad7417 || data->type == ad7418)
type              255 drivers/hwmon/ad7418.c 		data->type = (enum chips)of_device_get_match_data(dev);
type              257 drivers/hwmon/ad7418.c 		data->type = id->driver_data;
type              259 drivers/hwmon/ad7418.c 	switch (data->type) {
type              387 drivers/hwmon/adc128d818.c 	strlcpy(info->type, "adc128d818", I2C_NAME_SIZE);
type               70 drivers/hwmon/adm1021.c 	enum chips type;
type              111 drivers/hwmon/adm1021.c 			if (data->type != lm84) {
type              119 drivers/hwmon/adm1021.c 		if (data->type == adm1023) {
type              414 drivers/hwmon/adm1021.c 	strlcpy(info->type, type_name, I2C_NAME_SIZE);
type              440 drivers/hwmon/adm1021.c 	data->type = id->driver_data;
type              444 drivers/hwmon/adm1021.c 	if (data->type != lm84 && !read_only)
type              448 drivers/hwmon/adm1021.c 	if (data->type != lm84)
type              473 drivers/hwmon/adm1025.c 	strlcpy(info->type, name, I2C_NAME_SIZE);
type             1613 drivers/hwmon/adm1026.c 	strlcpy(info->type, "adm1026", I2C_NAME_SIZE);
type              332 drivers/hwmon/adm1029.c 	strlcpy(info->type, "adm1029", I2C_NAME_SIZE);
type              989 drivers/hwmon/adm1031.c 	strlcpy(info->type, name, I2C_NAME_SIZE);
type              660 drivers/hwmon/adm9240.c 	strlcpy(info->type, name, I2C_NAME_SIZE);
type              417 drivers/hwmon/adt7411.c static int adt7411_read(struct device *dev, enum hwmon_sensor_types type,
type              420 drivers/hwmon/adt7411.c 	switch (type) {
type              518 drivers/hwmon/adt7411.c static int adt7411_write(struct device *dev, enum hwmon_sensor_types type,
type              521 drivers/hwmon/adt7411.c 	switch (type) {
type              532 drivers/hwmon/adt7411.c 				  enum hwmon_sensor_types type,
type              538 drivers/hwmon/adt7411.c 	switch (type) {
type              593 drivers/hwmon/adt7411.c 	strlcpy(info->type, "adt7411", I2C_NAME_SIZE);
type             1785 drivers/hwmon/adt7462.c 	strlcpy(info->type, "adt7462", I2C_NAME_SIZE);
type             1203 drivers/hwmon/adt7470.c 	strlcpy(info->type, "adt7470", I2C_NAME_SIZE);
type             1341 drivers/hwmon/adt7475.c 	strlcpy(info->type, name, I2C_NAME_SIZE);
type              812 drivers/hwmon/amc6821.c 	strlcpy(info->type, "amc6821", I2C_NAME_SIZE);
type              113 drivers/hwmon/applesmc.c 	char type[5];		/* four-letter type code */
type              352 drivers/hwmon/applesmc.c 	memcpy(cache->type, &info[1], 4);
type              514 drivers/hwmon/applesmc.c 		if (strcmp(entry->type, TEMP_SENSOR_TYPE))
type              995 drivers/hwmon/applesmc.c 	return snprintf(sysfsbuf, PAGE_SIZE, "%s\n", entry->type);
type               46 drivers/hwmon/as370-hwmon.c static int as370_hwmon_read(struct device *dev, enum hwmon_sensor_types type,
type               65 drivers/hwmon/as370-hwmon.c as370_hwmon_is_visible(const void *data, enum hwmon_sensor_types type,
type               68 drivers/hwmon/as370-hwmon.c 	if (type != hwmon_temp)
type               85 drivers/hwmon/as370-hwmon.c 	.type = hwmon_temp,
type              773 drivers/hwmon/asb100.c 	strlcpy(info->type, "asb100", I2C_NAME_SIZE);
type             1156 drivers/hwmon/asc7621.c 			strlcpy(info->type, asc7621_chips[chip_index].name,
type              388 drivers/hwmon/aspeed-pwm-tacho.c static void aspeed_set_pwm_clock_values(struct regmap *regmap, u8 type,
type              391 drivers/hwmon/aspeed-pwm-tacho.c 	u32 reg_value = ((div_high << type_params[type].h_value) |
type              392 drivers/hwmon/aspeed-pwm-tacho.c 			 (div_low << type_params[type].l_value) |
type              393 drivers/hwmon/aspeed-pwm-tacho.c 			 (unit << type_params[type].unit_value));
type              395 drivers/hwmon/aspeed-pwm-tacho.c 	regmap_update_bits(regmap, type_params[type].clk_ctrl_reg,
type              396 drivers/hwmon/aspeed-pwm-tacho.c 			   type_params[type].clk_ctrl_mask, reg_value);
type              408 drivers/hwmon/aspeed-pwm-tacho.c 				     u8 pwm_port, u8 type)
type              410 drivers/hwmon/aspeed-pwm-tacho.c 	u32 reg_value = (type & 0x1) << pwm_port_params[pwm_port].type_part1;
type              412 drivers/hwmon/aspeed-pwm-tacho.c 	reg_value |= (type & 0x2) << pwm_port_params[pwm_port].type_part2;
type              432 drivers/hwmon/aspeed-pwm-tacho.c static void aspeed_set_tacho_type_enable(struct regmap *regmap, u8 type,
type              435 drivers/hwmon/aspeed-pwm-tacho.c 	regmap_update_bits(regmap, type_params[type].ctrl_reg,
type              440 drivers/hwmon/aspeed-pwm-tacho.c static void aspeed_set_tacho_type_values(struct regmap *regmap, u8 type,
type              447 drivers/hwmon/aspeed-pwm-tacho.c 	regmap_update_bits(regmap, type_params[type].ctrl_reg,
type              449 drivers/hwmon/aspeed-pwm-tacho.c 	regmap_update_bits(regmap, type_params[type].ctrl_reg1,
type              501 drivers/hwmon/aspeed-pwm-tacho.c 						 *priv, u8 type)
type              508 drivers/hwmon/aspeed-pwm-tacho.c 	clk_unit = priv->type_pwm_clock_unit[type];
type              509 drivers/hwmon/aspeed-pwm-tacho.c 	div_h = priv->type_pwm_clock_division_h[type];
type              511 drivers/hwmon/aspeed-pwm-tacho.c 	div_l = priv->type_pwm_clock_division_l[type];
type              517 drivers/hwmon/aspeed-pwm-tacho.c 	tacho_unit = priv->type_fan_tach_unit[type];
type              518 drivers/hwmon/aspeed-pwm-tacho.c 	tacho_div = priv->type_fan_tach_clock_division[type];
type              528 drivers/hwmon/aspeed-pwm-tacho.c 	u8 fan_tach_ch_source, type, mode, both;
type              535 drivers/hwmon/aspeed-pwm-tacho.c 	type = priv->pwm_port_type[fan_tach_ch_source];
type              537 drivers/hwmon/aspeed-pwm-tacho.c 	msec = (1000 / aspeed_get_fan_tach_ch_measure_period(priv, type));
type              553 drivers/hwmon/aspeed-pwm-tacho.c 	tach_div = priv->type_fan_tach_clock_division[type];
type              558 drivers/hwmon/aspeed-pwm-tacho.c 	mode = priv->type_fan_tach_mode[type];
type              161 drivers/hwmon/asus_atk0110.c 	u64 type;
type              227 drivers/hwmon/asus_atk0110.c 	if (s->type == HWMON_TYPE_TEMP)
type              248 drivers/hwmon/asus_atk0110.c 	if (s->type == HWMON_TYPE_TEMP)
type              260 drivers/hwmon/asus_atk0110.c 	if (s->type == HWMON_TYPE_TEMP)
type              335 drivers/hwmon/asus_atk0110.c 	if (obj->type != ACPI_TYPE_PACKAGE) {
type              336 drivers/hwmon/asus_atk0110.c 		dev_warn(dev, "Invalid type: %d\n", obj->type);
type              347 drivers/hwmon/asus_atk0110.c 	if (tmp->type != ACPI_TYPE_INTEGER) {
type              348 drivers/hwmon/asus_atk0110.c 		dev_warn(dev, "Invalid type (flag): %d\n", tmp->type);
type              353 drivers/hwmon/asus_atk0110.c 	if (tmp->type != ACPI_TYPE_STRING) {
type              354 drivers/hwmon/asus_atk0110.c 		dev_warn(dev, "Invalid type (name): %d\n", tmp->type);
type              361 drivers/hwmon/asus_atk0110.c 	if (tmp->type != ACPI_TYPE_INTEGER) {
type              362 drivers/hwmon/asus_atk0110.c 		dev_warn(dev, "Invalid type (unk1): %d\n", tmp->type);
type              367 drivers/hwmon/asus_atk0110.c 	if (tmp->type != ACPI_TYPE_INTEGER) {
type              368 drivers/hwmon/asus_atk0110.c 		dev_warn(dev, "Invalid type (unk2): %d\n", tmp->type);
type              374 drivers/hwmon/asus_atk0110.c 	if (tmp->type != ACPI_TYPE_INTEGER) {
type              375 drivers/hwmon/asus_atk0110.c 		dev_warn(dev, "Invalid type (limit1): %d\n", tmp->type);
type              380 drivers/hwmon/asus_atk0110.c 	if (tmp->type != ACPI_TYPE_INTEGER) {
type              381 drivers/hwmon/asus_atk0110.c 		dev_warn(dev, "Invalid type (limit2): %d\n", tmp->type);
type              386 drivers/hwmon/asus_atk0110.c 	if (tmp->type != ACPI_TYPE_INTEGER) {
type              387 drivers/hwmon/asus_atk0110.c 		dev_warn(dev, "Invalid type (enable): %d\n", tmp->type);
type              399 drivers/hwmon/asus_atk0110.c 	u64 type = flags->integer.value & ATK_TYPE_MASK;
type              402 drivers/hwmon/asus_atk0110.c 	switch (type) {
type              457 drivers/hwmon/asus_atk0110.c 	switch (sensor->type) {
type              471 drivers/hwmon/asus_atk0110.c 	id.type = ACPI_TYPE_INTEGER;
type              496 drivers/hwmon/asus_atk0110.c 	id.type = ACPI_TYPE_INTEGER;
type              509 drivers/hwmon/asus_atk0110.c 	if (pack->type != ACPI_TYPE_PACKAGE) {
type              537 drivers/hwmon/asus_atk0110.c 	tmp.type = ACPI_TYPE_BUFFER;
type              574 drivers/hwmon/asus_atk0110.c 	tmp.type = ACPI_TYPE_BUFFER;
type              691 drivers/hwmon/asus_atk0110.c 	switch (obj->type) {
type              741 drivers/hwmon/asus_atk0110.c 		if (pack->type != ACPI_TYPE_PACKAGE)
type              832 drivers/hwmon/asus_atk0110.c 	u64 type;
type              837 drivers/hwmon/asus_atk0110.c 	if (obj->type != ACPI_TYPE_PACKAGE) {
type              840 drivers/hwmon/asus_atk0110.c 				obj->type);
type              849 drivers/hwmon/asus_atk0110.c 	type = atk_get_pack_member(data, obj, HWMON_PACK_FLAGS)->integer.value
type              852 drivers/hwmon/asus_atk0110.c 	switch (type) {
type              875 drivers/hwmon/asus_atk0110.c 		dev_warn(dev, "Unknown sensor type: %#llx\n", type);
type              898 drivers/hwmon/asus_atk0110.c 	sensor->type = type;
type             1037 drivers/hwmon/asus_atk0110.c 		if (obj->type != ACPI_TYPE_PACKAGE)
type             1041 drivers/hwmon/asus_atk0110.c 		if (id->type != ACPI_TYPE_INTEGER)
type             1301 drivers/hwmon/asus_atk0110.c 			if (id->type == ACPI_TYPE_STRING)
type              631 drivers/hwmon/dell-smm-hwmon.c 	int type;
type              633 drivers/hwmon/dell-smm-hwmon.c 	type = i8k_get_temp_type(index);
type              634 drivers/hwmon/dell-smm-hwmon.c 	if (type < 0)
type              635 drivers/hwmon/dell-smm-hwmon.c 		return type;
type              636 drivers/hwmon/dell-smm-hwmon.c 	if (type >= ARRAY_SIZE(labels))
type              637 drivers/hwmon/dell-smm-hwmon.c 		type = ARRAY_SIZE(labels) - 1;
type              638 drivers/hwmon/dell-smm-hwmon.c 	return sprintf(buf, "%s\n", labels[type]);
type              668 drivers/hwmon/dell-smm-hwmon.c 	int type;
type              670 drivers/hwmon/dell-smm-hwmon.c 	type = i8k_get_fan_type(index);
type              671 drivers/hwmon/dell-smm-hwmon.c 	if (type < 0)
type              672 drivers/hwmon/dell-smm-hwmon.c 		return type;
type              674 drivers/hwmon/dell-smm-hwmon.c 	if (type & 0x10) {
type              676 drivers/hwmon/dell-smm-hwmon.c 		type &= 0x0F;
type              679 drivers/hwmon/dell-smm-hwmon.c 	if (type >= ARRAY_SIZE(labels))
type              680 drivers/hwmon/dell-smm-hwmon.c 		type = (ARRAY_SIZE(labels) - 1);
type              682 drivers/hwmon/dell-smm-hwmon.c 	return sprintf(buf, "%s%s\n", (dock ? "Docking " : ""), labels[type]);
type              209 drivers/hwmon/dme1737.c 	enum chips type;
type              252 drivers/hwmon/dme1737.c #define IN_NOMINAL(type)	((type) == sch311x ? IN_NOMINAL_SCH311x : \
type              253 drivers/hwmon/dme1737.c 				 (type) == sch5027 ? IN_NOMINAL_SCH5027 : \
type              254 drivers/hwmon/dme1737.c 				 (type) == sch5127 ? IN_NOMINAL_SCH5127 : \
type              733 drivers/hwmon/dme1737.c 			if ((ix == 1) && (data->type == sch5127)) {
type             2240 drivers/hwmon/dme1737.c 	data->in_nominal = IN_NOMINAL(data->type);
type             2296 drivers/hwmon/dme1737.c 	switch (data->type) {
type             2459 drivers/hwmon/dme1737.c 	strlcpy(info->type, name, I2C_NAME_SIZE);
type             2476 drivers/hwmon/dme1737.c 	data->type = id->driver_data;
type             2654 drivers/hwmon/dme1737.c 		data->type = sch311x;
type             2657 drivers/hwmon/dme1737.c 		data->type = sch5127;
type             2665 drivers/hwmon/dme1737.c 			data->type = sch311x;
type             2668 drivers/hwmon/dme1737.c 			data->type = sch5127;
type             2674 drivers/hwmon/dme1737.c 	if (data->type == sch5127)
type             2683 drivers/hwmon/dme1737.c 		 data->type == sch5127 ? "SCH5127" : "SCH311x", data->addr);
type              332 drivers/hwmon/emc1403.c 		strlcpy(info->type, "emc1402", I2C_NAME_SIZE);
type              335 drivers/hwmon/emc1403.c 		strlcpy(info->type, "emc1403", I2C_NAME_SIZE);
type              338 drivers/hwmon/emc1403.c 		strlcpy(info->type, "emc1422", I2C_NAME_SIZE);
type              341 drivers/hwmon/emc1403.c 		strlcpy(info->type, "emc1423", I2C_NAME_SIZE);
type              344 drivers/hwmon/emc1403.c 		strlcpy(info->type, "emc1404", I2C_NAME_SIZE);
type              347 drivers/hwmon/emc1403.c 		strlcpy(info->type, "emc1424", I2C_NAME_SIZE);
type              646 drivers/hwmon/emc2103.c 	strlcpy(info->type, "emc2103", I2C_NAME_SIZE);
type              442 drivers/hwmon/emc6w201.c 	strlcpy(info->type, "emc6w201", I2C_NAME_SIZE);
type              246 drivers/hwmon/f71882fg.c 	enum chips type;
type              251 drivers/hwmon/f71882fg.c 	enum chips type;
type             1189 drivers/hwmon/f71882fg.c 	if (data->type == f71858fg)
type             1198 drivers/hwmon/f71882fg.c 	int nr_fans = f71882fg_nr_fans[data->type];
type             1199 drivers/hwmon/f71882fg.c 	int nr_temps = f71882fg_nr_temps[data->type];
type             1207 drivers/hwmon/f71882fg.c 		if (f71882fg_has_in1_alarm[data->type]) {
type             1208 drivers/hwmon/f71882fg.c 			if (data->type == f81866a) {
type             1234 drivers/hwmon/f71882fg.c 		if (data->type != f8000) {
type             1241 drivers/hwmon/f71882fg.c 		if ((data->type != f71858fg) && (data->type != f8000)) {
type             1248 drivers/hwmon/f71882fg.c 		if (f71882fg_fan_has_beep[data->type])
type             1252 drivers/hwmon/f71882fg.c 		if (f71882fg_temp_has_beep[data->type])
type             1268 drivers/hwmon/f71882fg.c 			switch (data->type) {
type             1336 drivers/hwmon/f71882fg.c 		if (data->type == f71808a) {
type             1342 drivers/hwmon/f71882fg.c 		if (data->type == f8000)
type             1346 drivers/hwmon/f71882fg.c 		if (f71882fg_has_in1_alarm[data->type]) {
type             1347 drivers/hwmon/f71882fg.c 			if (data->type == f81866a)
type             1357 drivers/hwmon/f71882fg.c 			if (f71882fg_has_in[data->type][nr])
type             1496 drivers/hwmon/f71882fg.c 	if (data->type == f81866a)
type             1530 drivers/hwmon/f71882fg.c 	if (data->type == f81866a)
type             1540 drivers/hwmon/f71882fg.c 	if (data->type == f81866a)
type             1568 drivers/hwmon/f71882fg.c 	if (data->type == f71858fg) {
type             1822 drivers/hwmon/f71882fg.c 	if ((data->type == f8000 && ((data->pwm_enable >> 2 * nr) & 3) != 2) ||
type             1823 drivers/hwmon/f71882fg.c 	    (data->type != f8000 && !((data->pwm_enable >> 2 * nr) & 2))) {
type             1895 drivers/hwmon/f71882fg.c 		if (data->type == f8000)
type             1917 drivers/hwmon/f71882fg.c 	if (data->type == f8000 && nr == 2 && val != 2)
type             1923 drivers/hwmon/f71882fg.c 	if (data->type == f8000 && ((data->pwm_enable >> 2 * nr) & 1)) {
type             1939 drivers/hwmon/f71882fg.c 			if (data->type == f71858fg &&
type             2206 drivers/hwmon/f71882fg.c 	return sprintf(buf, "%s\n", f71882fg_names[data->type]);
type             2239 drivers/hwmon/f71882fg.c 	switch (data->type) {
type             2268 drivers/hwmon/f71882fg.c 	if (f71882fg_fan_has_beep[data->type]) {
type             2280 drivers/hwmon/f71882fg.c 	switch (data->type) {
type             2303 drivers/hwmon/f71882fg.c 	switch (data->type) {
type             2333 drivers/hwmon/f71882fg.c 	int nr_fans = f71882fg_nr_fans[sio_data->type];
type             2334 drivers/hwmon/f71882fg.c 	int nr_temps = f71882fg_nr_temps[sio_data->type];
type             2345 drivers/hwmon/f71882fg.c 	data->type = sio_data->type;
type             2347 drivers/hwmon/f71882fg.c 	    (data->type == f71858fg || data->type == f8000 ||
type             2348 drivers/hwmon/f71882fg.c 		data->type == f81866a) ? 0 : 1;
type             2368 drivers/hwmon/f71882fg.c 		switch (data->type) {
type             2403 drivers/hwmon/f71882fg.c 		if (f71882fg_temp_has_beep[data->type]) {
type             2404 drivers/hwmon/f71882fg.c 			if (data->type == f81866a) {
type             2421 drivers/hwmon/f71882fg.c 			if (f71882fg_has_in[data->type][i]) {
type             2428 drivers/hwmon/f71882fg.c 		if (f71882fg_has_in1_alarm[data->type]) {
type             2438 drivers/hwmon/f71882fg.c 		switch (data->type) {
type             2470 drivers/hwmon/f71882fg.c 		switch (data->type) {
type             2505 drivers/hwmon/f71882fg.c 	int nr_fans = f71882fg_nr_fans[data->type];
type             2506 drivers/hwmon/f71882fg.c 	int nr_temps = f71882fg_nr_temps[data->type];
type             2516 drivers/hwmon/f71882fg.c 		switch (data->type) {
type             2542 drivers/hwmon/f71882fg.c 		if (f71882fg_temp_has_beep[data->type]) {
type             2543 drivers/hwmon/f71882fg.c 			if (data->type == f81866a)
type             2556 drivers/hwmon/f71882fg.c 			if (f71882fg_has_in[data->type][i]) {
type             2561 drivers/hwmon/f71882fg.c 		if (f71882fg_has_in1_alarm[data->type]) {
type             2572 drivers/hwmon/f71882fg.c 		if (f71882fg_fan_has_beep[data->type]) {
type             2577 drivers/hwmon/f71882fg.c 		switch (data->type) {
type             2633 drivers/hwmon/f71882fg.c 		sio_data->type = f71808e;
type             2636 drivers/hwmon/f71882fg.c 		sio_data->type = f71808a;
type             2639 drivers/hwmon/f71882fg.c 		sio_data->type = f71858fg;
type             2642 drivers/hwmon/f71882fg.c 		sio_data->type = f71862fg;
type             2645 drivers/hwmon/f71882fg.c 		sio_data->type = f71868a;
type             2648 drivers/hwmon/f71882fg.c 		sio_data->type = f71869;
type             2651 drivers/hwmon/f71882fg.c 		sio_data->type = f71869a;
type             2654 drivers/hwmon/f71882fg.c 		sio_data->type = f71882fg;
type             2657 drivers/hwmon/f71882fg.c 		sio_data->type = f71889fg;
type             2660 drivers/hwmon/f71882fg.c 		sio_data->type = f71889ed;
type             2663 drivers/hwmon/f71882fg.c 		sio_data->type = f71889a;
type             2666 drivers/hwmon/f71882fg.c 		sio_data->type = f8000;
type             2669 drivers/hwmon/f71882fg.c 		sio_data->type = f81768d;
type             2672 drivers/hwmon/f71882fg.c 		sio_data->type = f81865f;
type             2675 drivers/hwmon/f71882fg.c 		sio_data->type = f81866a;
type             2684 drivers/hwmon/f71882fg.c 	if (sio_data->type == f71858fg)
type             2705 drivers/hwmon/f71882fg.c 		f71882fg_names[sio_data->type],	(unsigned int)address,
type              902 drivers/hwmon/f75375s.c 	strlcpy(info->type, name, I2C_NAME_SIZE);
type              981 drivers/hwmon/fschmd.c 	if (header->type != 185)
type             1078 drivers/hwmon/fschmd.c 	strlcpy(info->type, fschmd_id[kind].name, I2C_NAME_SIZE);
type              742 drivers/hwmon/ftsteutates.c 	strlcpy(info->type, fts_id[0].name, I2C_NAME_SIZE);
type              107 drivers/hwmon/gl518sm.c 	enum chips type;
type              202 drivers/hwmon/gl518sm.c 		if (data->type != gl518sm_r00) {
type              226 drivers/hwmon/gl518sm.c #define show(type, suffix, value)					\
type              231 drivers/hwmon/gl518sm.c 	return sprintf(buf, "%d\n", type##_FROM_REG(data->value));	\
type              280 drivers/hwmon/gl518sm.c #define set(type, suffix, value, reg)					\
type              293 drivers/hwmon/gl518sm.c 	data->value = type##_TO_REG(val);				\
type              299 drivers/hwmon/gl518sm.c #define set_bits(type, suffix, value, reg, mask, shift)			\
type              314 drivers/hwmon/gl518sm.c 	data->value = type##_TO_REG(val);				\
type              321 drivers/hwmon/gl518sm.c #define set_low(type, suffix, value, reg)				\
type              322 drivers/hwmon/gl518sm.c 	set_bits(type, suffix, value, reg, 0x00ff, 0)
type              323 drivers/hwmon/gl518sm.c #define set_high(type, suffix, value, reg)				\
type              324 drivers/hwmon/gl518sm.c 	set_bits(type, suffix, value, reg, 0xff00, 8)
type              589 drivers/hwmon/gl518sm.c 	strlcpy(info->type, "gl518sm", I2C_NAME_SIZE);
type              628 drivers/hwmon/gl518sm.c 	data->type = revision == 0x80 ? gl518sm_r80 : gl518sm_r00;
type              637 drivers/hwmon/gl518sm.c 	if (data->type == gl518sm_r80)
type              814 drivers/hwmon/gl520sm.c 	strlcpy(info->type, "gl520sm", I2C_NAME_SIZE);
type               46 drivers/hwmon/hwmon.c 	enum hwmon_sensor_types type;
type              189 drivers/hwmon/hwmon.c static int hwmon_attr_base(enum hwmon_sensor_types type)
type              191 drivers/hwmon/hwmon.c 	if (type == hwmon_in)
type              205 drivers/hwmon/hwmon.c 	ret = hattr->ops->read(dev, hattr->type, hattr->attr, hattr->index,
type              210 drivers/hwmon/hwmon.c 	trace_hwmon_attr_show(hattr->index + hwmon_attr_base(hattr->type),
type              221 drivers/hwmon/hwmon.c 	enum hwmon_sensor_types type = hattr->type;
type              225 drivers/hwmon/hwmon.c 	ret = hattr->ops->read_string(dev, hattr->type, hattr->attr,
type              230 drivers/hwmon/hwmon.c 	trace_hwmon_attr_show_string(hattr->index + hwmon_attr_base(type),
type              248 drivers/hwmon/hwmon.c 	ret = hattr->ops->write(dev, hattr->type, hattr->attr, hattr->index,
type              253 drivers/hwmon/hwmon.c 	trace_hwmon_attr_store(hattr->index + hwmon_attr_base(hattr->type),
type              259 drivers/hwmon/hwmon.c static bool is_string_attr(enum hwmon_sensor_types type, u32 attr)
type              261 drivers/hwmon/hwmon.c 	return (type == hwmon_temp && attr == hwmon_temp_label) ||
type              262 drivers/hwmon/hwmon.c 	       (type == hwmon_in && attr == hwmon_in_label) ||
type              263 drivers/hwmon/hwmon.c 	       (type == hwmon_curr && attr == hwmon_curr_label) ||
type              264 drivers/hwmon/hwmon.c 	       (type == hwmon_power && attr == hwmon_power_label) ||
type              265 drivers/hwmon/hwmon.c 	       (type == hwmon_energy && attr == hwmon_energy_label) ||
type              266 drivers/hwmon/hwmon.c 	       (type == hwmon_humidity && attr == hwmon_humidity_label) ||
type              267 drivers/hwmon/hwmon.c 	       (type == hwmon_fan && attr == hwmon_fan_label);
type              271 drivers/hwmon/hwmon.c 				       enum hwmon_sensor_types type,
type              282 drivers/hwmon/hwmon.c 	bool is_string = is_string_attr(type, attr);
type              288 drivers/hwmon/hwmon.c 	mode = ops->is_visible(drvdata, type, attr, index);
type              302 drivers/hwmon/hwmon.c 	if (type == hwmon_chip) {
type              306 drivers/hwmon/hwmon.c 			  index + hwmon_attr_base(type));
type              310 drivers/hwmon/hwmon.c 	hattr->type = type;
type              520 drivers/hwmon/hwmon.c 	if (info->type >= ARRAY_SIZE(__templates))
type              523 drivers/hwmon/hwmon.c 	templates = __templates[info->type];
type              524 drivers/hwmon/hwmon.c 	template_size = __templates_size[info->type];
type              537 drivers/hwmon/hwmon.c 			a = hwmon_genattr(drvdata, info->type, attr, i,
type              652 drivers/hwmon/hwmon.c 	    chip->info[0]->type == hwmon_chip &&
type              657 drivers/hwmon/hwmon.c 			if (info[i]->type != hwmon_temp)
type              327 drivers/hwmon/ibmpex.c static int create_sensor(struct ibmpex_bmc_data *data, int type,
type              337 drivers/hwmon/ibmpex.c 	if (type == TEMP_SENSOR)
type              340 drivers/hwmon/ibmpex.c 	else if (type == POWER_SENSOR)
type               77 drivers/hwmon/ibmpowernv.c 	enum sensors type;
type              114 drivers/hwmon/ibmpowernv.c 	if (sdata->type == TEMP)
type              117 drivers/hwmon/ibmpowernv.c 	else if (sdata->type == POWER_INPUT)
type              248 drivers/hwmon/ibmpowernv.c static const char *convert_opal_attr_name(enum sensors type,
type              258 drivers/hwmon/ibmpowernv.c 		if (type == TEMP)
type              260 drivers/hwmon/ibmpowernv.c 		else if (type == FAN)
type              274 drivers/hwmon/ibmpowernv.c 					enum sensors type, u32 *index)
type              284 drivers/hwmon/ibmpowernv.c 	attr_name = convert_opal_attr_name(type, attr_suffix);
type              293 drivers/hwmon/ibmpowernv.c 	enum sensors type;
type              296 drivers/hwmon/ibmpowernv.c 	for (type = 0; type < ARRAY_SIZE(legacy_compatibles); type++) {
type              297 drivers/hwmon/ibmpowernv.c 		if (of_device_is_compatible(np, legacy_compatibles[type]))
type              298 drivers/hwmon/ibmpowernv.c 			return type;
type              310 drivers/hwmon/ibmpowernv.c 	for (type = 0; type < MAX_SENSOR_TYPE; type++)
type              311 drivers/hwmon/ibmpowernv.c 		if (!strcmp(str, sensor_groups[type].name))
type              312 drivers/hwmon/ibmpowernv.c 			return type;
type              328 drivers/hwmon/ibmpowernv.c 			    sdata_table[i].type == sdata->type)
type              331 drivers/hwmon/ibmpowernv.c 	return ++sensor_groups[sdata->type].hwmon_index;
type              340 drivers/hwmon/ibmpowernv.c 	enum sensors type;
type              347 drivers/hwmon/ibmpowernv.c 		type = get_sensor_type(sgrp);
type              348 drivers/hwmon/ibmpowernv.c 		if (type != MAX_SENSOR_TYPE)
type              365 drivers/hwmon/ibmpowernv.c 		type = get_sensor_type(sgrp);
type              366 drivers/hwmon/ibmpowernv.c 		if (type == MAX_SENSOR_TYPE)
type              375 drivers/hwmon/ibmpowernv.c 		sensor_groups[type].attr_count++;
type              402 drivers/hwmon/ibmpowernv.c 		enum sensors type;
type              404 drivers/hwmon/ibmpowernv.c 		type = get_sensor_type(sgrp);
type              405 drivers/hwmon/ibmpowernv.c 		if (type != gtype)
type              437 drivers/hwmon/ibmpowernv.c 	enum sensors type;
type              448 drivers/hwmon/ibmpowernv.c 		type = get_sensor_type(np);
type              449 drivers/hwmon/ibmpowernv.c 		if (type == MAX_SENSOR_TYPE)
type              452 drivers/hwmon/ibmpowernv.c 		sensor_groups[type].attr_count++;
type              458 drivers/hwmon/ibmpowernv.c 			sensor_groups[type].attr_count++;
type              460 drivers/hwmon/ibmpowernv.c 			sensor_groups[type].attr_count++;
type              462 drivers/hwmon/ibmpowernv.c 			sensor_groups[type].attr_count++;
type              467 drivers/hwmon/ibmpowernv.c 	for (type = 0; type < MAX_SENSOR_TYPE; type++) {
type              468 drivers/hwmon/ibmpowernv.c 		sensor_groups[type].group.attrs = devm_kcalloc(&pdev->dev,
type              469 drivers/hwmon/ibmpowernv.c 					sensor_groups[type].attr_count + 1,
type              472 drivers/hwmon/ibmpowernv.c 		if (!sensor_groups[type].group.attrs)
type              475 drivers/hwmon/ibmpowernv.c 		pgroups[type] = &sensor_groups[type].group;
type              476 drivers/hwmon/ibmpowernv.c 		pdata->sensors_count += sensor_groups[type].attr_count;
type              477 drivers/hwmon/ibmpowernv.c 		sensor_groups[type].attr_count = 0;
type              492 drivers/hwmon/ibmpowernv.c 		 sensor_groups[sdata->type].name, sdata->hwmon_index,
type              507 drivers/hwmon/ibmpowernv.c 			    const char *attr_name, enum sensors type,
type              518 drivers/hwmon/ibmpowernv.c 	sdata->type = type;
type              522 drivers/hwmon/ibmpowernv.c 	pgroup->attrs[sensor_groups[type].attr_count++] = &sdata->dev_attr.attr;
type              526 drivers/hwmon/ibmpowernv.c static char *get_max_attr(enum sensors type)
type              528 drivers/hwmon/ibmpowernv.c 	switch (type) {
type              536 drivers/hwmon/ibmpowernv.c static char *get_min_attr(enum sensors type)
type              538 drivers/hwmon/ibmpowernv.c 	switch (type) {
type              574 drivers/hwmon/ibmpowernv.c 		enum sensors type;
type              576 drivers/hwmon/ibmpowernv.c 		type = get_sensor_type(np);
type              577 drivers/hwmon/ibmpowernv.c 		if (type == MAX_SENSOR_TYPE)
type              593 drivers/hwmon/ibmpowernv.c 		sdata[count].type = type;
type              601 drivers/hwmon/ibmpowernv.c 		attr_name = parse_opal_node_name(np->name, type, &opal_index);
type              608 drivers/hwmon/ibmpowernv.c 		sgrp_data = get_sensor_group(pdata, np, type);
type              610 drivers/hwmon/ibmpowernv.c 				attr_name, type, pgroups[type], sgrp_data,
type              624 drivers/hwmon/ibmpowernv.c 					sensor_id, "label", type, pgroups[type],
type              630 drivers/hwmon/ibmpowernv.c 			attr_name = get_max_attr(type);
type              632 drivers/hwmon/ibmpowernv.c 					sensor_id, attr_name, type,
type              633 drivers/hwmon/ibmpowernv.c 					pgroups[type], sgrp_data, show_sensor,
type              639 drivers/hwmon/ibmpowernv.c 			attr_name = get_min_attr(type);
type              641 drivers/hwmon/ibmpowernv.c 					sensor_id, attr_name, type,
type              642 drivers/hwmon/ibmpowernv.c 					pgroups[type], sgrp_data, show_sensor,
type              649 drivers/hwmon/ibmpowernv.c 			hw_id = ++group_attr_id[type];
type              651 drivers/hwmon/ibmpowernv.c 					sgrp_data->gid, "enable", type,
type              652 drivers/hwmon/ibmpowernv.c 					pgroups[type], sgrp_data, show_enable,
type               48 drivers/hwmon/iio_hwmon.c 	enum iio_chan_type type;
type               54 drivers/hwmon/iio_hwmon.c 	ret = iio_get_channel_type(chan, &type);
type               58 drivers/hwmon/iio_hwmon.c 	if (type == IIO_POWER)
type               71 drivers/hwmon/iio_hwmon.c 	enum iio_chan_type type;
type              108 drivers/hwmon/iio_hwmon.c 		ret = iio_get_channel_type(&st->channels[i], &type);
type              112 drivers/hwmon/iio_hwmon.c 		switch (type) {
type              438 drivers/hwmon/ina3221.c static int ina3221_read(struct device *dev, enum hwmon_sensor_types type,
type              446 drivers/hwmon/ina3221.c 	switch (type) {
type              467 drivers/hwmon/ina3221.c static int ina3221_write(struct device *dev, enum hwmon_sensor_types type,
type              475 drivers/hwmon/ina3221.c 	switch (type) {
type              496 drivers/hwmon/ina3221.c static int ina3221_read_string(struct device *dev, enum hwmon_sensor_types type,
type              508 drivers/hwmon/ina3221.c 				  enum hwmon_sensor_types type,
type              514 drivers/hwmon/ina3221.c 	switch (type) {
type              492 drivers/hwmon/it87.c 	enum chips type;
type              514 drivers/hwmon/it87.c 	enum chips type;
type              838 drivers/hwmon/it87.c 		if (data->type == it8712 || data->type == it8716) {
type             1098 drivers/hwmon/it87.c 	if (data->type != it8603 && nr < 3 && !(data->fan_main_ctrl & BIT(nr)))
type             1102 drivers/hwmon/it87.c 	if ((data->type == it8603 || nr >= 3) &&
type             1315 drivers/hwmon/it87.c 		if (nr < 3 && data->type != it8603) {
type             1355 drivers/hwmon/it87.c 		if (data->type != it8603 && nr < 3) {
type             2404 drivers/hwmon/it87.c 		sio_data->type = it87;
type             2407 drivers/hwmon/it87.c 		sio_data->type = it8712;
type             2411 drivers/hwmon/it87.c 		sio_data->type = it8716;
type             2414 drivers/hwmon/it87.c 		sio_data->type = it8718;
type             2417 drivers/hwmon/it87.c 		sio_data->type = it8720;
type             2420 drivers/hwmon/it87.c 		sio_data->type = it8721;
type             2423 drivers/hwmon/it87.c 		sio_data->type = it8728;
type             2426 drivers/hwmon/it87.c 		sio_data->type = it8732;
type             2429 drivers/hwmon/it87.c 		sio_data->type = it8792;
type             2432 drivers/hwmon/it87.c 		sio_data->type = it8771;
type             2435 drivers/hwmon/it87.c 		sio_data->type = it8772;
type             2438 drivers/hwmon/it87.c 		sio_data->type = it8781;
type             2441 drivers/hwmon/it87.c 		sio_data->type = it8782;
type             2444 drivers/hwmon/it87.c 		sio_data->type = it8783;
type             2447 drivers/hwmon/it87.c 		sio_data->type = it8786;
type             2450 drivers/hwmon/it87.c 		sio_data->type = it8790;
type             2454 drivers/hwmon/it87.c 		sio_data->type = it8603;
type             2457 drivers/hwmon/it87.c 		sio_data->type = it8620;
type             2460 drivers/hwmon/it87.c 		sio_data->type = it8622;
type             2463 drivers/hwmon/it87.c 		sio_data->type = it8628;
type             2488 drivers/hwmon/it87.c 		it87_devices[sio_data->type].suffix,
type             2491 drivers/hwmon/it87.c 	config = &it87_devices[sio_data->type];
type             2515 drivers/hwmon/it87.c 	if (sio_data->type == it87) {
type             2520 drivers/hwmon/it87.c 	} else if (sio_data->type == it8783) {
type             2588 drivers/hwmon/it87.c 	} else if (sio_data->type == it8603) {
type             2613 drivers/hwmon/it87.c 	} else if (sio_data->type == it8620 || sio_data->type == it8628) {
type             2663 drivers/hwmon/it87.c 	} else if (sio_data->type == it8622) {
type             2709 drivers/hwmon/it87.c 			switch (sio_data->type) {
type             2751 drivers/hwmon/it87.c 		if ((sio_data->type == it8718 || sio_data->type == it8720) &&
type             2758 drivers/hwmon/it87.c 		uart6 = sio_data->type == it8782 && (reg & BIT(2));
type             2774 drivers/hwmon/it87.c 		if ((sio_data->type == it8720 || uart6) && !(reg & BIT(1))) {
type             3058 drivers/hwmon/it87.c 	data->type = sio_data->type;
type             3059 drivers/hwmon/it87.c 	data->features = it87_devices[sio_data->type].features;
type             3060 drivers/hwmon/it87.c 	data->peci_mask = it87_devices[sio_data->type].peci_mask;
type             3061 drivers/hwmon/it87.c 	data->old_peci_mask = it87_devices[sio_data->type].old_peci_mask;
type             3067 drivers/hwmon/it87.c 	switch (data->type) {
type             3110 drivers/hwmon/it87.c 	} else if (sio_data->type == it8781 || sio_data->type == it8782 ||
type             3111 drivers/hwmon/it87.c 		   sio_data->type == it8783) {
type             3120 drivers/hwmon/it87.c 		if (sio_data->type == it8782 &&
type             3177 drivers/hwmon/it87.c 					it87_devices[sio_data->type].name,
type             3333 drivers/hwmon/it87.c 		if (sio_data.type == it87)
type              267 drivers/hwmon/jc42.c static int jc42_read(struct device *dev, enum hwmon_sensor_types type,
type              315 drivers/hwmon/jc42.c static int jc42_write(struct device *dev, enum hwmon_sensor_types type,
type              375 drivers/hwmon/jc42.c static umode_t jc42_is_visible(const void *_data, enum hwmon_sensor_types type,
type              434 drivers/hwmon/jc42.c 			strlcpy(info->type, "jc42", I2C_NAME_SIZE);
type               71 drivers/hwmon/k8temp.c k8temp_is_visible(const void *drvdata, enum hwmon_sensor_types type,
type               86 drivers/hwmon/k8temp.c k8temp_read(struct device *dev, enum hwmon_sensor_types type,
type              999 drivers/hwmon/lm63.c 		strlcpy(info->type, "lm63", I2C_NAME_SIZE);
type             1001 drivers/hwmon/lm63.c 		strlcpy(info->type, "lm64", I2C_NAME_SIZE);
type             1003 drivers/hwmon/lm63.c 		strlcpy(info->type, "lm96163", I2C_NAME_SIZE);
type              260 drivers/hwmon/lm73.c 	strlcpy(info->type, "lm73", I2C_NAME_SIZE);
type              323 drivers/hwmon/lm75.c static int lm75_read(struct device *dev, enum hwmon_sensor_types type,
type              330 drivers/hwmon/lm75.c 	switch (type) {
type              453 drivers/hwmon/lm75.c static int lm75_write(struct device *dev, enum hwmon_sensor_types type,
type              456 drivers/hwmon/lm75.c 	switch (type) {
type              467 drivers/hwmon/lm75.c static umode_t lm75_is_visible(const void *data, enum hwmon_sensor_types type,
type              472 drivers/hwmon/lm75.c 	switch (type) {
type              842 drivers/hwmon/lm75.c 	strlcpy(info->type, is_lm75a ? "lm75a" : "lm75", I2C_NAME_SIZE);
type              305 drivers/hwmon/lm77.c 	strlcpy(info->type, "lm77", I2C_NAME_SIZE);
type              113 drivers/hwmon/lm78.c 	enum chips type;
type              620 drivers/hwmon/lm78.c 	strlcpy(info->type, client_name, I2C_NAME_SIZE);
type              642 drivers/hwmon/lm78.c 	data->type = id->driver_data;
type              763 drivers/hwmon/lm78.c 		if (data->type == lm79)
type              807 drivers/hwmon/lm78.c 		data->type = lm79;
type              810 drivers/hwmon/lm78.c 		data->type = lm78;
type              589 drivers/hwmon/lm80.c 	strlcpy(info->type, name, I2C_NAME_SIZE);
type              315 drivers/hwmon/lm83.c 	strlcpy(info->type, name, I2C_NAME_SIZE);
type               59 drivers/hwmon/lm85.c 	((data)->type == adt7468 && !((data)->cfg5 & ADT7468_OFF64))
type               61 drivers/hwmon/lm85.c 	((data)->type == adt7468 && !((data)->cfg5 & ADT7468_HFPWM))
type              292 drivers/hwmon/lm85.c 	enum chips type;
type              387 drivers/hwmon/lm85.c 		if (data->type == adm1027 || data->type == adt7463 ||
type              388 drivers/hwmon/lm85.c 		    data->type == adt7468) {
type              416 drivers/hwmon/lm85.c 		if (data->type == adt7468)
type              431 drivers/hwmon/lm85.c 		if (data->type == emc6d100) {
type              440 drivers/hwmon/lm85.c 		} else if (data->type == emc6d102 || data->type == emc6d103 ||
type              441 drivers/hwmon/lm85.c 			   data->type == emc6d103s) {
type              490 drivers/hwmon/lm85.c 		if (data->type == emc6d100) {
type              527 drivers/hwmon/lm85.c 		if (data->type != emc6d103s) {
type              813 drivers/hwmon/lm85.c 	if (data->type == adt7468 && val >= 11300) {	/* High freq. mode */
type              822 drivers/hwmon/lm85.c 		if (data->type == adt7468) {
type             1542 drivers/hwmon/lm85.c 	strlcpy(info->type, type_name, I2C_NAME_SIZE);
type             1560 drivers/hwmon/lm85.c 		data->type = (enum chips)of_device_get_match_data(&client->dev);
type             1562 drivers/hwmon/lm85.c 		data->type = id->driver_data;
type             1566 drivers/hwmon/lm85.c 	switch (data->type) {
type             1596 drivers/hwmon/lm85.c 	if (data->type != emc6d103s) {
type             1605 drivers/hwmon/lm85.c 	if (data->type == adt7463 || data->type == adt7468) {
type             1615 drivers/hwmon/lm85.c 	if (data->type == emc6d100)
type              836 drivers/hwmon/lm87.c 	strlcpy(info->type, name, I2C_NAME_SIZE);
type             1364 drivers/hwmon/lm90.c static int lm90_read(struct device *dev, enum hwmon_sensor_types type,
type             1367 drivers/hwmon/lm90.c 	switch (type) {
type             1377 drivers/hwmon/lm90.c static int lm90_write(struct device *dev, enum hwmon_sensor_types type,
type             1380 drivers/hwmon/lm90.c 	switch (type) {
type             1390 drivers/hwmon/lm90.c static umode_t lm90_is_visible(const void *data, enum hwmon_sensor_types type,
type             1393 drivers/hwmon/lm90.c 	switch (type) {
type             1613 drivers/hwmon/lm90.c 	strlcpy(info->type, name, I2C_NAME_SIZE);
type             1805 drivers/hwmon/lm90.c 	info->type = hwmon_temp;
type             1886 drivers/hwmon/lm90.c static void lm90_alert(struct i2c_client *client, enum i2c_alert_protocol type,
type             1891 drivers/hwmon/lm90.c 	if (type != I2C_PROTOCOL_SMBUS_ALERT)
type              290 drivers/hwmon/lm92.c 	strlcpy(info->type, "lm92", I2C_NAME_SIZE);
type             2578 drivers/hwmon/lm93.c 	strlcpy(info->type, name, I2C_NAME_SIZE);
type              497 drivers/hwmon/lm95234.c static SENSOR_DEVICE_ATTR_RW(temp2_type, type, BIT(1));
type              498 drivers/hwmon/lm95234.c static SENSOR_DEVICE_ATTR_RW(temp3_type, type, BIT(2));
type              499 drivers/hwmon/lm95234.c static SENSOR_DEVICE_ATTR_RW(temp4_type, type, BIT(3));
type              500 drivers/hwmon/lm95234.c static SENSOR_DEVICE_ATTR_RW(temp5_type, type, BIT(4));
type              647 drivers/hwmon/lm95234.c 	strlcpy(info->type, name, I2C_NAME_SIZE);
type              186 drivers/hwmon/lm95241.c static int lm95241_read(struct device *dev, enum hwmon_sensor_types type,
type              189 drivers/hwmon/lm95241.c 	switch (type) {
type              322 drivers/hwmon/lm95241.c static int lm95241_write(struct device *dev, enum hwmon_sensor_types type,
type              325 drivers/hwmon/lm95241.c 	switch (type) {
type              336 drivers/hwmon/lm95241.c 				  enum hwmon_sensor_types type,
type              339 drivers/hwmon/lm95241.c 	switch (type) {
type              392 drivers/hwmon/lm95241.c 	strlcpy(info->type, name, I2C_NAME_SIZE);
type              368 drivers/hwmon/lm95245.c static int lm95245_read(struct device *dev, enum hwmon_sensor_types type,
type              371 drivers/hwmon/lm95245.c 	switch (type) {
type              381 drivers/hwmon/lm95245.c static int lm95245_write(struct device *dev, enum hwmon_sensor_types type,
type              384 drivers/hwmon/lm95245.c 	switch (type) {
type              416 drivers/hwmon/lm95245.c 				  enum hwmon_sensor_types type,
type              419 drivers/hwmon/lm95245.c 	switch (type) {
type              464 drivers/hwmon/lm95245.c 	strlcpy(info->type, name, I2C_NAME_SIZE);
type              238 drivers/hwmon/lochnagar-hwmon.c 				    enum hwmon_sensor_types type,
type              241 drivers/hwmon/lochnagar-hwmon.c 	switch (type) {
type              257 drivers/hwmon/lochnagar-hwmon.c static int lochnagar_read(struct device *dev, enum hwmon_sensor_types type,
type              263 drivers/hwmon/lochnagar-hwmon.c 	switch (type) {
type              287 drivers/hwmon/lochnagar-hwmon.c 				 enum hwmon_sensor_types type, u32 attr,
type              290 drivers/hwmon/lochnagar-hwmon.c 	switch (type) {
type              301 drivers/hwmon/lochnagar-hwmon.c static int lochnagar_write(struct device *dev, enum hwmon_sensor_types type,
type              306 drivers/hwmon/lochnagar-hwmon.c 	if (type != hwmon_power || attr != hwmon_power_average_interval)
type              332 drivers/hwmon/ltc4245.c static int ltc4245_read(struct device *dev, enum hwmon_sensor_types type,
type              336 drivers/hwmon/ltc4245.c 	switch (type) {
type              349 drivers/hwmon/ltc4245.c 				  enum hwmon_sensor_types type,
type              354 drivers/hwmon/ltc4245.c 	switch (type) {
type               31 drivers/hwmon/ltq-cputemp.c static int ltq_read(struct device *dev, enum hwmon_sensor_types type,
type               54 drivers/hwmon/ltq-cputemp.c static umode_t ltq_is_visible(const void *_data, enum hwmon_sensor_types type,
type               57 drivers/hwmon/ltq-cputemp.c 	if (type != hwmon_temp)
type               82 drivers/hwmon/max16065.c 	enum chips type;
type              244 drivers/hwmon/max1619.c 	strlcpy(info->type, "max1619", I2C_NAME_SIZE);
type               58 drivers/hwmon/max1668.c 	enum chips type;
type              389 drivers/hwmon/max1668.c 	strlcpy(info->type, type_name, I2C_NAME_SIZE);
type              410 drivers/hwmon/max1668.c 	data->type = id->driver_data;
type              415 drivers/hwmon/max1668.c 	if (data->type == max1668 || data->type == max1989)
type              354 drivers/hwmon/max31790.c static int max31790_read(struct device *dev, enum hwmon_sensor_types type,
type              357 drivers/hwmon/max31790.c 	switch (type) {
type              367 drivers/hwmon/max31790.c static int max31790_write(struct device *dev, enum hwmon_sensor_types type,
type              370 drivers/hwmon/max31790.c 	switch (type) {
type              381 drivers/hwmon/max31790.c 				   enum hwmon_sensor_types type,
type              384 drivers/hwmon/max31790.c 	switch (type) {
type              139 drivers/hwmon/max6621.c max6621_is_visible(const void *data, enum hwmon_sensor_types type, u32 attr,
type              146 drivers/hwmon/max6621.c 	switch (type) {
type              201 drivers/hwmon/max6621.c max6621_read(struct device *dev, enum hwmon_sensor_types type, u32 attr,
type              210 drivers/hwmon/max6621.c 	switch (type) {
type              310 drivers/hwmon/max6621.c max6621_write(struct device *dev, enum hwmon_sensor_types type, u32 attr,
type              316 drivers/hwmon/max6621.c 	switch (type) {
type              349 drivers/hwmon/max6621.c max6621_read_string(struct device *dev, enum hwmon_sensor_types type, u32 attr,
type              352 drivers/hwmon/max6621.c 	switch (type) {
type              514 drivers/hwmon/max6639.c 	strlcpy(info->type, "max6639", I2C_NAME_SIZE);
type              151 drivers/hwmon/max6642.c 	strlcpy(info->type, "max6642", I2C_NAME_SIZE);
type              519 drivers/hwmon/max6650.c static int max6650_read(struct device *dev, enum hwmon_sensor_types type,
type              528 drivers/hwmon/max6650.c 	switch (type) {
type              610 drivers/hwmon/max6650.c static int max6650_write(struct device *dev, enum hwmon_sensor_types type,
type              619 drivers/hwmon/max6650.c 	switch (type) {
type              693 drivers/hwmon/max6650.c 				  enum hwmon_sensor_types type, u32 attr,
type              698 drivers/hwmon/max6650.c 	if (channel && (channel >= data->nr_fans || type != hwmon_fan))
type              701 drivers/hwmon/max6650.c 	switch (type) {
type               74 drivers/hwmon/max6697.c 	enum chips type;
type              308 drivers/hwmon/max6697.c 	temp = clamp_val(temp, 0, data->type == max6581 ? 255 : 127);
type              519 drivers/hwmon/max6697.c 		if (data->type == max6581) {
type              574 drivers/hwmon/max6697.c 	if (data->type == max6581) {
type              612 drivers/hwmon/max6697.c 		data->type = (enum chips)of_device_get_match_data(&client->dev);
type              614 drivers/hwmon/max6697.c 		data->type = id->driver_data;
type              615 drivers/hwmon/max6697.c 	data->chip = &max6697_chip_data[data->type];
type              113 drivers/hwmon/mlxreg-fan.c mlxreg_fan_read(struct device *dev, enum hwmon_sensor_types type, u32 attr,
type              121 drivers/hwmon/mlxreg-fan.c 	switch (type) {
type              170 drivers/hwmon/mlxreg-fan.c mlxreg_fan_write(struct device *dev, enum hwmon_sensor_types type, u32 attr,
type              175 drivers/hwmon/mlxreg-fan.c 	switch (type) {
type              196 drivers/hwmon/mlxreg-fan.c mlxreg_fan_is_visible(const void *data, enum hwmon_sensor_types type, u32 attr,
type              199 drivers/hwmon/mlxreg-fan.c 	switch (type) {
type               86 drivers/hwmon/nct7802.c 	unsigned int type;
type               89 drivers/hwmon/nct7802.c 	err = kstrtouint(buf, 0, &type);
type               92 drivers/hwmon/nct7802.c 	if (sattr->index == 2 && type != 4) /* RD3 */
type               94 drivers/hwmon/nct7802.c 	if (type < 3 || type > 4)
type               97 drivers/hwmon/nct7802.c 			3 << 2 * sattr->index, (type - 2) << 2 * sattr->index);
type             1024 drivers/hwmon/nct7802.c 	strlcpy(info->type, "nct7802", I2C_NAME_SIZE);
type              697 drivers/hwmon/nct7904.c static int nct7904_read(struct device *dev, enum hwmon_sensor_types type,
type              700 drivers/hwmon/nct7904.c 	switch (type) {
type              714 drivers/hwmon/nct7904.c static int nct7904_write(struct device *dev, enum hwmon_sensor_types type,
type              717 drivers/hwmon/nct7904.c 	switch (type) {
type              732 drivers/hwmon/nct7904.c 				  enum hwmon_sensor_types type,
type              735 drivers/hwmon/nct7904.c 	switch (type) {
type              767 drivers/hwmon/nct7904.c 	strlcpy(info->type, "nct7904", I2C_NAME_SIZE);
type              594 drivers/hwmon/npcm750-pwm-fan.c static int npcm7xx_read(struct device *dev, enum hwmon_sensor_types type,
type              597 drivers/hwmon/npcm750-pwm-fan.c 	switch (type) {
type              607 drivers/hwmon/npcm750-pwm-fan.c static int npcm7xx_write(struct device *dev, enum hwmon_sensor_types type,
type              610 drivers/hwmon/npcm750-pwm-fan.c 	switch (type) {
type              619 drivers/hwmon/npcm750-pwm-fan.c 				  enum hwmon_sensor_types type,
type              622 drivers/hwmon/npcm750-pwm-fan.c 	switch (type) {
type              385 drivers/hwmon/ntc_thermistor.c 	enum iio_chan_type type;
type              401 drivers/hwmon/ntc_thermistor.c 	ret = iio_get_channel_type(chan, &type);
type              405 drivers/hwmon/ntc_thermistor.c 	if (type != IIO_VOLTAGE)
type              575 drivers/hwmon/ntc_thermistor.c static int ntc_read(struct device *dev, enum hwmon_sensor_types type,
type              581 drivers/hwmon/ntc_thermistor.c 	switch (type) {
type              603 drivers/hwmon/ntc_thermistor.c static umode_t ntc_is_visible(const void *data, enum hwmon_sensor_types type,
type              606 drivers/hwmon/ntc_thermistor.c 	if (type == hwmon_temp) {
type              439 drivers/hwmon/pmbus/pmbus.h 		.type = REGULATOR_VOLTAGE,			\
type             1045 drivers/hwmon/pmbus/pmbus_core.c 			     const char *name, const char *type, int seq,
type             1060 drivers/hwmon/pmbus/pmbus_core.c 		 name, seq, type);
type             1070 drivers/hwmon/pmbus/pmbus_core.c 					     const char *name, const char *type,
type             1084 drivers/hwmon/pmbus/pmbus_core.c 	if (type)
type             1086 drivers/hwmon/pmbus/pmbus_core.c 			 name, seq, type);
type               74 drivers/hwmon/raspberrypi-hwmon.c static int rpi_read(struct device *dev, enum hwmon_sensor_types type,
type               83 drivers/hwmon/raspberrypi-hwmon.c static umode_t rpi_is_visible(const void *_data, enum hwmon_sensor_types type,
type               36 drivers/hwmon/scmi-hwmon.c 	switch (sensor->type) {
type               65 drivers/hwmon/scmi-hwmon.c static int scmi_hwmon_read(struct device *dev, enum hwmon_sensor_types type,
type               74 drivers/hwmon/scmi-hwmon.c 	sensor = *(scmi_sensors->info[type] + channel);
type               87 drivers/hwmon/scmi-hwmon.c scmi_hwmon_read_string(struct device *dev, enum hwmon_sensor_types type,
type               93 drivers/hwmon/scmi-hwmon.c 	sensor = *(scmi_sensors->info[type] + channel);
type              100 drivers/hwmon/scmi-hwmon.c scmi_hwmon_is_visible(const void *drvdata, enum hwmon_sensor_types type,
type              106 drivers/hwmon/scmi-hwmon.c 	sensor = *(scmi_sensors->info[type] + channel);
type              126 drivers/hwmon/scmi-hwmon.c 				    enum hwmon_sensor_types type, u32 config)
type              134 drivers/hwmon/scmi-hwmon.c 	scmi_hwmon_chan->type = type;
type              163 drivers/hwmon/scmi-hwmon.c 	enum hwmon_sensor_types type;
type              191 drivers/hwmon/scmi-hwmon.c 		switch (sensor->type) {
type              197 drivers/hwmon/scmi-hwmon.c 			type = scmi_types[sensor->type];
type              198 drivers/hwmon/scmi-hwmon.c 			if (!nr_count[type])
type              200 drivers/hwmon/scmi-hwmon.c 			nr_count[type]++;
type              221 drivers/hwmon/scmi-hwmon.c 	for (type = 0; type < hwmon_max; type++) {
type              222 drivers/hwmon/scmi-hwmon.c 		if (!nr_count[type])
type              225 drivers/hwmon/scmi-hwmon.c 		scmi_hwmon_add_chan_info(scmi_hwmon_chan, dev, nr_count[type],
type              226 drivers/hwmon/scmi-hwmon.c 					 type, hwmon_attributes[type]);
type              229 drivers/hwmon/scmi-hwmon.c 		scmi_sensors->info[type] =
type              230 drivers/hwmon/scmi-hwmon.c 			devm_kcalloc(dev, nr_count[type],
type              232 drivers/hwmon/scmi-hwmon.c 		if (!scmi_sensors->info[type])
type              241 drivers/hwmon/scmi-hwmon.c 		switch (sensor->type) {
type              247 drivers/hwmon/scmi-hwmon.c 			type = scmi_types[sensor->type];
type              248 drivers/hwmon/scmi-hwmon.c 			idx = --nr_count[type];
type              249 drivers/hwmon/scmi-hwmon.c 			*(scmi_sensors->info[type] + idx) = sensor;
type              138 drivers/hwmon/smm665.c 	enum chips type;
type              392 drivers/hwmon/smm665.c #define SMM665_ATTR(name, type, cmd_idx) \
type              393 drivers/hwmon/smm665.c 	static SENSOR_DEVICE_ATTR(name##_##type, S_IRUGO, \
type              394 drivers/hwmon/smm665.c 				  smm665_show_##type, NULL, cmd_idx)
type              588 drivers/hwmon/smm665.c 	data->type = id->driver_data;
type              594 drivers/hwmon/smm665.c 	switch (data->type) {
type              119 drivers/hwmon/smsc47m1.c 	enum chips type;
type              133 drivers/hwmon/smsc47m1.c 	enum chips type;
type              157 drivers/hwmon/smsc47m1.c 		fan_nr = data->type == smsc47m2 ? 3 : 2;
type              557 drivers/hwmon/smsc47m1.c 		sio_data->type = smsc47m1;
type              561 drivers/hwmon/smsc47m1.c 		sio_data->type = smsc47m1;
type              565 drivers/hwmon/smsc47m1.c 		sio_data->type = smsc47m1;
type              569 drivers/hwmon/smsc47m1.c 		sio_data->type = smsc47m1;
type              579 drivers/hwmon/smsc47m1.c 		sio_data->type = smsc47m2;
type              635 drivers/hwmon/smsc47m1.c 					    enum chips type, int action,
type              658 drivers/hwmon/smsc47m1.c 	switch (type) {
type              722 drivers/hwmon/smsc47m1.c 	err = smsc47m1_handle_resources(res->start, sio_data->type,
type              732 drivers/hwmon/smsc47m1.c 	data->type = sio_data->type;
type              733 drivers/hwmon/smsc47m1.c 	data->name = names[sio_data->type];
type              745 drivers/hwmon/smsc47m1.c 	if (data->type == smsc47m2) {
type              799 drivers/hwmon/smsc47m1.c 	} else if (data->type == smsc47m2)
type              823 drivers/hwmon/smsc47m1.c 	} else if (data->type == smsc47m2)
type              871 drivers/hwmon/smsc47m1.c 	err = smsc47m1_handle_resources(address, sio_data->type, CHECK, NULL);
type              585 drivers/hwmon/smsc47m192.c 	strlcpy(info->type, "smsc47m192", I2C_NAME_SIZE);
type              310 drivers/hwmon/stts751.c 			  enum i2c_alert_protocol type, unsigned int data)
type              315 drivers/hwmon/stts751.c 	if (type != I2C_PROTOCOL_SMBUS_ALERT)
type              695 drivers/hwmon/stts751.c 	strlcpy(info->type, stts751_id[0].name, I2C_NAME_SIZE);
type               62 drivers/hwmon/thmc50.c 	enum chips type;
type               80 drivers/hwmon/thmc50.c 	int timeout = HZ / 5 + (data->type == thmc50 ? HZ : 0);
type              355 drivers/hwmon/thmc50.c 	strlcpy(info->type, type_name, I2C_NAME_SIZE);
type              375 drivers/hwmon/thmc50.c 	if (data->type == adm1022 && (config & (1 << 7)))
type              393 drivers/hwmon/thmc50.c 	data->type = id->driver_data;
type               72 drivers/hwmon/tmp102.c static int tmp102_read(struct device *dev, enum hwmon_sensor_types type,
type              106 drivers/hwmon/tmp102.c static int tmp102_write(struct device *dev, enum hwmon_sensor_types type,
type              127 drivers/hwmon/tmp102.c static umode_t tmp102_is_visible(const void *data, enum hwmon_sensor_types type,
type              130 drivers/hwmon/tmp102.c 	if (type != hwmon_temp)
type               91 drivers/hwmon/tmp108.c static int tmp108_read(struct device *dev, enum hwmon_sensor_types type,
type               98 drivers/hwmon/tmp108.c 	if (type == hwmon_chip) {
type              190 drivers/hwmon/tmp108.c static int tmp108_write(struct device *dev, enum hwmon_sensor_types type,
type              197 drivers/hwmon/tmp108.c 	if (type == hwmon_chip) {
type              251 drivers/hwmon/tmp108.c static umode_t tmp108_is_visible(const void *data, enum hwmon_sensor_types type,
type              254 drivers/hwmon/tmp108.c 	if (type == hwmon_chip && attr == hwmon_chip_update_interval)
type              257 drivers/hwmon/tmp108.c 	if (type != hwmon_temp)
type              681 drivers/hwmon/tmp401.c 	strlcpy(info->type, tmp401_id[kind].name, I2C_NAME_SIZE);
type              149 drivers/hwmon/tmp421.c static int tmp421_read(struct device *dev, enum hwmon_sensor_types type,
type              174 drivers/hwmon/tmp421.c static umode_t tmp421_is_visible(const void *data, enum hwmon_sensor_types type,
type              269 drivers/hwmon/tmp421.c 	strlcpy(info->type, tmp421_id[kind].name, I2C_NAME_SIZE);
type              313 drivers/hwmon/tmp421.c 	data->temp_info.type = hwmon_temp;
type              212 drivers/hwmon/vexpress-hwmon.c 	const struct vexpress_hwmon_type *type;
type              222 drivers/hwmon/vexpress-hwmon.c 	type = match->data;
type              229 drivers/hwmon/vexpress-hwmon.c 			type->name, data, type->attr_groups);
type               52 drivers/hwmon/w83627hf.c 	enum chips type;
type              219 drivers/hwmon/w83627hf.c #define W836X7HF_REG_PWM(type, nr) (((type) == w83627hf) ? \
type              355 drivers/hwmon/w83627hf.c 	enum chips type;
type              417 drivers/hwmon/w83627hf.c 	int i, num_temps = (data->type == w83697hf) ? 2 : 3;
type              423 drivers/hwmon/w83627hf.c 		if (((data->type == w83697hf) && (i == 1)) ||
type              424 drivers/hwmon/w83627hf.c 		    ((data->type != w83627hf && data->type != w83697hf)
type              443 drivers/hwmon/w83627hf.c 	if (data->type == w83627thf || data->type == w83637hf ||
type              444 drivers/hwmon/w83627hf.c 	    data->type == w83687thf)
type              567 drivers/hwmon/w83627hf.c 		(w83627thf == data->type || w83637hf == data->type
type              568 drivers/hwmon/w83627hf.c 		 || w83687thf == data->type))
type              615 drivers/hwmon/w83627hf.c 		(w83627thf == data->type || w83637hf == data->type
type              616 drivers/hwmon/w83627hf.c 		 || w83687thf == data->type))
type              645 drivers/hwmon/w83627hf.c 		(w83627thf == data->type || w83637hf == data->type
type              646 drivers/hwmon/w83627hf.c 		 || w83687thf == data->type))
type             1058 drivers/hwmon/w83627hf.c 	if (data->type == w83627thf) {
type             1062 drivers/hwmon/w83627hf.c 				     W836X7HF_REG_PWM(data->type, nr),
type             1065 drivers/hwmon/w83627hf.c 				     W836X7HF_REG_PWM(data->type, nr)) & 0x0f));
type             1069 drivers/hwmon/w83627hf.c 				     W836X7HF_REG_PWM(data->type, nr),
type             1125 drivers/hwmon/w83627hf.c 	if (data->type == w83627hf)
type             1149 drivers/hwmon/w83627hf.c 	if (data->type == w83627hf) {
type             1270 drivers/hwmon/w83627hf.c 		sio_data->type = w83627hf;
type             1273 drivers/hwmon/w83627hf.c 		sio_data->type = w83627thf;
type             1276 drivers/hwmon/w83627hf.c 		sio_data->type = w83697hf;
type             1279 drivers/hwmon/w83627hf.c 		sio_data->type = w83637hf;
type             1282 drivers/hwmon/w83627hf.c 		sio_data->type = w83687thf;
type             1308 drivers/hwmon/w83627hf.c 		names[sio_data->type], *addr);
type             1422 drivers/hwmon/w83627hf.c 	data->type = sio_data->type;
type             1423 drivers/hwmon/w83627hf.c 	data->name = names[sio_data->type];
type             1443 drivers/hwmon/w83627hf.c 	if (data->type == w83627hf || data->type == w83697hf)
type             1470 drivers/hwmon/w83627hf.c 	if (data->type != w83697hf)
type             1505 drivers/hwmon/w83627hf.c 	if (data->type != w83697hf && data->vid != 0xff) {
type             1514 drivers/hwmon/w83627hf.c 	if (data->type == w83627thf || data->type == w83637hf
type             1515 drivers/hwmon/w83627hf.c 	    || data->type == w83687thf) {
type             1521 drivers/hwmon/w83627hf.c 	if (data->type == w83637hf || data->type == w83687thf)
type             1530 drivers/hwmon/w83627hf.c 	if (data->type != w83627hf)
type             1537 drivers/hwmon/w83627hf.c 	if (data->type == w83627thf || data->type == w83637hf
type             1538 drivers/hwmon/w83627hf.c 	    || data->type == w83687thf) {
type             1725 drivers/hwmon/w83627hf.c 	enum chips type = data->type;
type             1731 drivers/hwmon/w83627hf.c 	if (type == w83627hf) {
type             1737 drivers/hwmon/w83627hf.c 	if (type == w83627hf || type == w83637hf) {
type             1741 drivers/hwmon/w83627hf.c 	} else if (type == w83627thf) {
type             1743 drivers/hwmon/w83627hf.c 	} else if (type == w83687thf) {
type             1748 drivers/hwmon/w83627hf.c 	if (type == w83627thf || type == w83637hf || type == w83687thf) {
type             1765 drivers/hwmon/w83627hf.c 		if ((type == w83697hf) && (i == 2))
type             1780 drivers/hwmon/w83627hf.c 		if (type != w83697hf) {
type             1811 drivers/hwmon/w83627hf.c 	if (data->type != w83697hf) {
type             1818 drivers/hwmon/w83627hf.c 	if (data->type != w83697hf)
type             1825 drivers/hwmon/w83627hf.c 	int i, num_temps = (data->type == w83697hf) ? 2 : 3;
type             1826 drivers/hwmon/w83627hf.c 	int num_pwms = (data->type == w83697hf) ? 2 : 3;
type             1834 drivers/hwmon/w83627hf.c 			if (((data->type == w83697hf) && (i == 1)) ||
type             1835 drivers/hwmon/w83627hf.c 			    ((data->type != w83627hf && data->type != w83697hf)
type             1856 drivers/hwmon/w83627hf.c 				W836X7HF_REG_PWM(data->type, i));
type             1858 drivers/hwmon/w83627hf.c  			if (data->type == w83627thf)
type             1862 drivers/hwmon/w83627hf.c 			    (data->type == w83627hf || data->type == w83697hf))
type             1865 drivers/hwmon/w83627hf.c 		if (data->type == w83627hf) {
type             1870 drivers/hwmon/w83627hf.c 		} else if (data->type != w83627thf) {
type             1875 drivers/hwmon/w83627hf.c 				if (i == 2 && (data->type == w83697hf))
type             1879 drivers/hwmon/w83627hf.c 		if (data->type != w83627hf) {
type              172 drivers/hwmon/w83773g.c static int w83773_read(struct device *dev, enum hwmon_sensor_types type,
type              177 drivers/hwmon/w83773g.c 	if (type == hwmon_chip) {
type              197 drivers/hwmon/w83773g.c static int w83773_write(struct device *dev, enum hwmon_sensor_types type,
type              202 drivers/hwmon/w83773g.c 	if (type == hwmon_chip && attr == hwmon_chip_update_interval)
type              205 drivers/hwmon/w83773g.c 	if (type == hwmon_temp && attr == hwmon_temp_offset)
type              211 drivers/hwmon/w83773g.c static umode_t w83773_is_visible(const void *data, enum hwmon_sensor_types type,
type              214 drivers/hwmon/w83773g.c 	switch (type) {
type              174 drivers/hwmon/w83781d.c #define BEEP_MASK_FROM_REG(val, type)	((type) == as99127f ? \
type              176 drivers/hwmon/w83781d.c #define BEEP_MASK_TO_REG(val, type)	((type) == as99127f ? \
type              182 drivers/hwmon/w83781d.c DIV_TO_REG(long val, enum chips type)
type              186 drivers/hwmon/w83781d.c 			((type == w83781d || type == as99127f) ? 8 : 128)) >> 1;
type              199 drivers/hwmon/w83781d.c 	enum chips type;
type              461 drivers/hwmon/w83781d.c 	int bitnr = (data->type == w83781d) ? 5 : 13;
type              486 drivers/hwmon/w83781d.c 		       (long)BEEP_MASK_FROM_REG(data->beep_mask, data->type));
type              503 drivers/hwmon/w83781d.c 	data->beep_mask |= BEEP_MASK_TO_REG(val, data->type);
type              508 drivers/hwmon/w83781d.c 	if (data->type != w83781d && data->type != as99127f) {
type              582 drivers/hwmon/w83781d.c 	int bitnr = (data->type == w83781d) ? 5 : 13;
type              656 drivers/hwmon/w83781d.c 	data->fan_div[nr] = DIV_TO_REG(val, data->type);
type              666 drivers/hwmon/w83781d.c 	if (data->type != w83781d && data->type != as99127f) {
type              854 drivers/hwmon/w83781d.c 	enum chips kind = data->type;
type             1174 drivers/hwmon/w83781d.c 	strlcpy(info->type, client_name, I2C_NAME_SIZE);
type             1210 drivers/hwmon/w83781d.c 	data->type = id->driver_data;
type             1222 drivers/hwmon/w83781d.c 	err = w83781d_create_files(dev, data->type, 0);
type             1338 drivers/hwmon/w83781d.c 	int type = data->type;
type             1341 drivers/hwmon/w83781d.c 	if (reset && type != as99127f) { /*
type             1382 drivers/hwmon/w83781d.c 	if (init && !reset && type != as99127f) {
type             1389 drivers/hwmon/w83781d.c 	if ((type != w83781d) && (type != as99127f)) {
type             1402 drivers/hwmon/w83781d.c 			if (type == w83783s && i == 2)
type             1407 drivers/hwmon/w83781d.c 	if (init && type != as99127f) {
type             1418 drivers/hwmon/w83781d.c 		if (type != w83783s) {
type             1458 drivers/hwmon/w83781d.c 			if (data->type == w83783s && i == 1)
type             1466 drivers/hwmon/w83781d.c 			if ((data->type != w83782d) && (i == 6))
type             1475 drivers/hwmon/w83781d.c 		if (data->type != w83781d && data->type != as99127f) {
type             1481 drivers/hwmon/w83781d.c 				if ((data->type != w83782d || !client)
type             1501 drivers/hwmon/w83781d.c 		if (data->type != w83783s) {
type             1519 drivers/hwmon/w83781d.c 		if ((data->type != w83781d) && (data->type != as99127f)) {
type             1525 drivers/hwmon/w83781d.c 		if (data->type == w83782d) {
type             1532 drivers/hwmon/w83781d.c 		} else if (data->type == w83783s) {
type             1550 drivers/hwmon/w83781d.c 		if ((data->type != w83781d) && (data->type != as99127f)) {
type             1775 drivers/hwmon/w83781d.c 		data->type = w83782d;
type             1779 drivers/hwmon/w83781d.c 		data->type = w83781d;
type             1787 drivers/hwmon/w83781d.c 	err = w83781d_create_files(&pdev->dev, data->type, 1);
type             1344 drivers/hwmon/w83791d.c 	strlcpy(info->type, "w83791d", I2C_NAME_SIZE);
type             1356 drivers/hwmon/w83792d.c 	strlcpy(info->type, "w83792d", I2C_NAME_SIZE);
type             1643 drivers/hwmon/w83793.c 	strlcpy(info->type, "w83793", I2C_NAME_SIZE);
type              118 drivers/hwmon/w83795.c #define IN_LSB_REG(index, type) \
type              119 drivers/hwmon/w83795.c 	(((type) == 1) ? W83795_REG_IN_HL_LSB[(index)] \
type             1970 drivers/hwmon/w83795.c 	strlcpy(info->type, chip_name, I2C_NAME_SIZE);
type              161 drivers/hwmon/w83l785ts.c 	strlcpy(info->type, "w83l785ts", I2C_NAME_SIZE);
type              690 drivers/hwmon/w83l786ng.c 	strlcpy(info->type, "w83l786ng", I2C_NAME_SIZE);
type               56 drivers/hwmon/xgene-hwmon.c #define TPC_EN_MSG(hndl, cmd, type) \
type               58 drivers/hwmon/xgene-hwmon.c 	MSG_SUBTYPE_SET(hndl) | TPC_CMD_SET(cmd) | type)
type              557 drivers/hwtracing/coresight/coresight-catu.c 	catu_desc.type = CORESIGHT_DEV_TYPE_HELPER;
type              104 drivers/hwtracing/coresight/coresight-catu.h 	if (csdev->type != CORESIGHT_DEV_TYPE_HELPER)
type              779 drivers/hwtracing/coresight/coresight-etb10.c 	desc.type = CORESIGHT_DEV_TYPE_SINK;
type              109 drivers/hwtracing/coresight/coresight-etm-perf.c 	if (event->attr.type != etm_pmu.type) {
type              468 drivers/hwtracing/coresight/coresight-etm-perf.c 			etm_filter->type = ETM_ADDR_TYPE_RANGE;
type              472 drivers/hwtracing/coresight/coresight-etm-perf.c 			etm_filter->type = ETM_ADDR_TYPE_START;
type              476 drivers/hwtracing/coresight/coresight-etm-perf.c 			etm_filter->type = ETM_ADDR_TYPE_STOP;
type              529 drivers/hwtracing/coresight/coresight-etm-perf.c 	if (csdev->type != CORESIGHT_DEV_TYPE_SINK &&
type              530 drivers/hwtracing/coresight/coresight-etm-perf.c 	    csdev->type != CORESIGHT_DEV_TYPE_LINKSINK)
type              570 drivers/hwtracing/coresight/coresight-etm-perf.c 	if (csdev->type != CORESIGHT_DEV_TYPE_SINK &&
type              571 drivers/hwtracing/coresight/coresight-etm-perf.c 	    csdev->type != CORESIGHT_DEV_TYPE_LINKSINK)
type               31 drivers/hwtracing/coresight/coresight-etm-perf.h 	enum etm_addr_type type;
type              861 drivers/hwtracing/coresight/coresight-etm3x.c 	desc.type = CORESIGHT_DEV_TYPE_SOURCE;
type              830 drivers/hwtracing/coresight/coresight-etm4x.c 				       enum etm_addr_type type)
type              838 drivers/hwtracing/coresight/coresight-etm4x.c 	config->addr_type[comparator] = type;
type              845 drivers/hwtracing/coresight/coresight-etm4x.c 	shift = (type == ETM_ADDR_TYPE_START ? 0 : 16);
type              891 drivers/hwtracing/coresight/coresight-etm4x.c static int etm4_get_next_comparator(struct etmv4_drvdata *drvdata, u32 type)
type              904 drivers/hwtracing/coresight/coresight-etm4x.c 		switch (type) {
type              953 drivers/hwtracing/coresight/coresight-etm4x.c 		enum etm_addr_type type = filter->type;
type              956 drivers/hwtracing/coresight/coresight-etm4x.c 		comparator = etm4_get_next_comparator(drvdata, type);
type              962 drivers/hwtracing/coresight/coresight-etm4x.c 		switch (type) {
type              980 drivers/hwtracing/coresight/coresight-etm4x.c 			address = (type == ETM_ADDR_TYPE_START ?
type              986 drivers/hwtracing/coresight/coresight-etm4x.c 						   comparator, type);
type             1157 drivers/hwtracing/coresight/coresight-etm4x.c 	desc.type = CORESIGHT_DEV_TYPE_SOURCE;
type              256 drivers/hwtracing/coresight/coresight-funnel.c 	desc.type = CORESIGHT_DEV_TYPE_LINK;
type              328 drivers/hwtracing/coresight/coresight-platform.c 	return (obj->type == ACPI_TYPE_BUFFER) && (obj->buffer.length == 16);
type              356 drivers/hwtracing/coresight/coresight-platform.c 	if (obj->type != ACPI_TYPE_PACKAGE ||
type              364 drivers/hwtracing/coresight/coresight-platform.c 	if (graphid->type != ACPI_TYPE_INTEGER ||
type              365 drivers/hwtracing/coresight/coresight-platform.c 	    links->type != ACPI_TYPE_INTEGER)
type              451 drivers/hwtracing/coresight/coresight-platform.c 	if (rev->type != ACPI_TYPE_INTEGER ||
type              452 drivers/hwtracing/coresight/coresight-platform.c 	    nr_graphs->type != ACPI_TYPE_INTEGER)
type              475 drivers/hwtracing/coresight/coresight-platform.c 		if (obj->type != ACPI_TYPE_PACKAGE ||
type              510 drivers/hwtracing/coresight/coresight-platform.c 		if (!is_acpi_guid(guid) || package->type != ACPI_TYPE_PACKAGE)
type              598 drivers/hwtracing/coresight/coresight-platform.c 	if (link->type != ACPI_TYPE_PACKAGE ||
type              604 drivers/hwtracing/coresight/coresight-platform.c 	if (fields[0].type != ACPI_TYPE_INTEGER ||
type              605 drivers/hwtracing/coresight/coresight-platform.c 	    fields[1].type != ACPI_TYPE_INTEGER ||
type              606 drivers/hwtracing/coresight/coresight-platform.c 	    fields[2].type != ACPI_TYPE_LOCAL_REFERENCE ||
type              607 drivers/hwtracing/coresight/coresight-platform.c 	    fields[3].type != ACPI_TYPE_INTEGER)
type               43 drivers/hwtracing/coresight/coresight-priv.h #define __coresight_simple_func(type, func, name, lo_off, hi_off)	\
type               47 drivers/hwtracing/coresight/coresight-priv.h 	type *drvdata = dev_get_drvdata(_dev->parent);			\
type               61 drivers/hwtracing/coresight/coresight-priv.h #define coresight_simple_func(type, func, name, offset)			\
type               62 drivers/hwtracing/coresight/coresight-priv.h 	__coresight_simple_func(type, func, name, offset, -1)
type               63 drivers/hwtracing/coresight/coresight-priv.h #define coresight_simple_reg32(type, name, offset)			\
type               64 drivers/hwtracing/coresight/coresight-priv.h 	__coresight_simple_func(type, NULL, name, offset, -1)
type               65 drivers/hwtracing/coresight/coresight-priv.h #define coresight_simple_reg64(type, name, lo_off, hi_off)		\
type               66 drivers/hwtracing/coresight/coresight-priv.h 	__coresight_simple_func(type, NULL, name, lo_off, hi_off)
type              251 drivers/hwtracing/coresight/coresight-replicator.c 	desc.type = CORESIGHT_DEV_TYPE_LINK;
type               87 drivers/hwtracing/coresight/coresight-stm.c #define stm_channel_off(type, opts)	(type & ~opts)
type              930 drivers/hwtracing/coresight/coresight-stm.c 	desc.type = CORESIGHT_DEV_TYPE_SOURCE;
type               92 drivers/hwtracing/coresight/coresight-tmc-etr.c #define ETR_SG_ENTRY(addr, type) \
type               94 drivers/hwtracing/coresight/coresight-tmc-etr.c 		 (type & ETR_SG_ET_MASK))
type              483 drivers/hwtracing/coresight/coresight-tmc-etr.c 	int i, type, nr_entries;
type              519 drivers/hwtracing/coresight/coresight-tmc-etr.c 			type = ETR_SG_ET_LINK;
type              525 drivers/hwtracing/coresight/coresight-tmc-etr.c 			type = ETR_SG_ET_NORMAL;
type              530 drivers/hwtracing/coresight/coresight-tmc-etr.c 		*ptr++ = ETR_SG_ENTRY(paddr, type);
type              480 drivers/hwtracing/coresight/coresight-tmc.c 		desc.type = CORESIGHT_DEV_TYPE_SINK;
type              486 drivers/hwtracing/coresight/coresight-tmc.c 		desc.type = CORESIGHT_DEV_TYPE_SINK;
type              498 drivers/hwtracing/coresight/coresight-tmc.c 		desc.type = CORESIGHT_DEV_TYPE_LINKSINK;
type              161 drivers/hwtracing/coresight/coresight-tpiu.c 	desc.type = CORESIGHT_DEV_TYPE_SINK;
type               71 drivers/hwtracing/coresight/coresight.c 	    i_csdev->type != CORESIGHT_DEV_TYPE_SOURCE)
type              363 drivers/hwtracing/coresight/coresight.c 	u32 type;
type              371 drivers/hwtracing/coresight/coresight.c 		type = csdev->type;
type              379 drivers/hwtracing/coresight/coresight.c 		if (type == CORESIGHT_DEV_TYPE_LINKSINK)
type              380 drivers/hwtracing/coresight/coresight.c 			type = (csdev == coresight_get_sink(path)) ?
type              384 drivers/hwtracing/coresight/coresight.c 		switch (type) {
type              416 drivers/hwtracing/coresight/coresight.c 	u32 type;
type              422 drivers/hwtracing/coresight/coresight.c 		type = csdev->type;
type              430 drivers/hwtracing/coresight/coresight.c 		if (type == CORESIGHT_DEV_TYPE_LINKSINK)
type              431 drivers/hwtracing/coresight/coresight.c 			type = (csdev == coresight_get_sink(path)) ?
type              435 drivers/hwtracing/coresight/coresight.c 		switch (type) {
type              477 drivers/hwtracing/coresight/coresight.c 	if (csdev->type != CORESIGHT_DEV_TYPE_SINK &&
type              478 drivers/hwtracing/coresight/coresight.c 	    csdev->type != CORESIGHT_DEV_TYPE_LINKSINK)
type              489 drivers/hwtracing/coresight/coresight.c 	if ((csdev->type == CORESIGHT_DEV_TYPE_SINK ||
type              490 drivers/hwtracing/coresight/coresight.c 	     csdev->type == CORESIGHT_DEV_TYPE_LINKSINK) &&
type              535 drivers/hwtracing/coresight/coresight.c 	if (csdev->type == CORESIGHT_DEV_TYPE_SINK ||
type              536 drivers/hwtracing/coresight/coresight.c 	     csdev->type == CORESIGHT_DEV_TYPE_LINKSINK) {
type              585 drivers/hwtracing/coresight/coresight.c 		if (child && child->type == CORESIGHT_DEV_TYPE_HELPER)
type              604 drivers/hwtracing/coresight/coresight.c 		if (child && child->type == CORESIGHT_DEV_TYPE_HELPER)
type              722 drivers/hwtracing/coresight/coresight.c 	u32 type, subtype;
type              724 drivers/hwtracing/coresight/coresight.c 	type = csdev->type;
type              727 drivers/hwtracing/coresight/coresight.c 	if (type != CORESIGHT_DEV_TYPE_SOURCE) {
type             1185 drivers/hwtracing/coresight/coresight.c 	if (desc->type == CORESIGHT_DEV_TYPE_LINK ||
type             1186 drivers/hwtracing/coresight/coresight.c 	    desc->type == CORESIGHT_DEV_TYPE_LINKSINK) {
type             1205 drivers/hwtracing/coresight/coresight.c 	csdev->type = desc->type;
type             1210 drivers/hwtracing/coresight/coresight.c 	csdev->dev.type = &coresight_dev_type[desc->type];
type             1232 drivers/hwtracing/coresight/coresight.c 	if (csdev->type == CORESIGHT_DEV_TYPE_SINK ||
type             1233 drivers/hwtracing/coresight/coresight.c 	    csdev->type == CORESIGHT_DEV_TYPE_LINKSINK) {
type               34 drivers/hwtracing/intel_th/core.c 	if (thdev->type == INTEL_TH_SWITCH &&
type               56 drivers/hwtracing/intel_th/core.c 	if (thdev->type == INTEL_TH_SWITCH)
type               80 drivers/hwtracing/intel_th/core.c 	if (thdev->type == INTEL_TH_OUTPUT &&
type              105 drivers/hwtracing/intel_th/core.c 	if (thdev->type == INTEL_TH_SWITCH) {
type              125 drivers/hwtracing/intel_th/core.c 			if (th->thdev[i]->type != INTEL_TH_OUTPUT) {
type              355 drivers/hwtracing/intel_th/core.c intel_th_device_alloc(struct intel_th *th, unsigned int type, const char *name,
type              361 drivers/hwtracing/intel_th/core.c 	if (type == INTEL_TH_OUTPUT)
type              371 drivers/hwtracing/intel_th/core.c 	thdev->type = type;
type              376 drivers/hwtracing/intel_th/core.c 	thdev->dev.type = intel_th_device_type[type];
type              423 drivers/hwtracing/intel_th/core.c 	unsigned		type;
type              440 drivers/hwtracing/intel_th/core.c 		.type	= INTEL_TH_SWITCH,
type              459 drivers/hwtracing/intel_th/core.c 		.type	= INTEL_TH_OUTPUT,
type              480 drivers/hwtracing/intel_th/core.c 		.type	= INTEL_TH_OUTPUT,
type              501 drivers/hwtracing/intel_th/core.c 		.type	= INTEL_TH_SOURCE,
type              519 drivers/hwtracing/intel_th/core.c 		.type	= INTEL_TH_SOURCE,
type              532 drivers/hwtracing/intel_th/core.c 		.type	= INTEL_TH_OUTPUT,
type              547 drivers/hwtracing/intel_th/core.c 		.type	= INTEL_TH_OUTPUT,
type              562 drivers/hwtracing/intel_th/core.c 		.type	= INTEL_TH_OUTPUT,
type              607 drivers/hwtracing/intel_th/core.c 	thdev = intel_th_device_alloc(th, subdev->type, subdev->name,
type              655 drivers/hwtracing/intel_th/core.c 	if (subdev->type == INTEL_TH_OUTPUT) {
type              658 drivers/hwtracing/intel_th/core.c 		thdev->output.type = subdev->otype;
type              661 drivers/hwtracing/intel_th/core.c 	} else if (subdev->type == INTEL_TH_SWITCH) {
type              672 drivers/hwtracing/intel_th/core.c 	if (subdev->type == INTEL_TH_SWITCH && !req) {
type              705 drivers/hwtracing/intel_th/core.c 			if (intel_th_subdevices[src].type != INTEL_TH_OUTPUT)
type              719 drivers/hwtracing/intel_th/core.c 			if (th->thdev[dst]->type != INTEL_TH_OUTPUT)
type              722 drivers/hwtracing/intel_th/core.c 			if (th->thdev[dst]->output.type != otype)
type              761 drivers/hwtracing/intel_th/core.c 		    subdev->type == INTEL_TH_OUTPUT)
type              768 drivers/hwtracing/intel_th/core.c 		if (subdev->type == INTEL_TH_OUTPUT &&
type              829 drivers/hwtracing/intel_th/core.c 		if (th->thdev[i]->type != INTEL_TH_OUTPUT)
type              965 drivers/hwtracing/intel_th/core.c 	if (WARN_ON_ONCE(hub->type != INTEL_TH_SWITCH))
type              968 drivers/hwtracing/intel_th/core.c 	if (WARN_ON_ONCE(thdev->type != INTEL_TH_OUTPUT))
type              987 drivers/hwtracing/intel_th/core.c 	if (WARN_ON_ONCE(hub->type != INTEL_TH_SWITCH))
type              990 drivers/hwtracing/intel_th/core.c 	if (WARN_ON_ONCE(thdev->type != INTEL_TH_OUTPUT))
type             1008 drivers/hwtracing/intel_th/core.c 	WARN_ON_ONCE(hub->type != INTEL_TH_SWITCH);
type             1009 drivers/hwtracing/intel_th/core.c 	if (WARN_ON_ONCE(thdev->type != INTEL_TH_OUTPUT))
type              656 drivers/hwtracing/intel_th/gth.c 	if (othdev->type != INTEL_TH_OUTPUT)
type              660 drivers/hwtracing/intel_th/gth.c 		if (gth->output[i].port_type != othdev->output.type)
type               41 drivers/hwtracing/intel_th/intel_th.h 	unsigned int	type;
type               78 drivers/hwtracing/intel_th/intel_th.h 	unsigned int		type;
type              100 drivers/hwtracing/intel_th/intel_th.h intel_th_device_get_resource(struct intel_th_device *thdev, unsigned int type,
type              106 drivers/hwtracing/intel_th/intel_th.h 		if (resource_type(&thdev->resource[i]) == type && !num--)
type              132 drivers/hwtracing/intel_th/intel_th.h 	return thdev->type == INTEL_TH_OUTPUT &&
type              134 drivers/hwtracing/intel_th/intel_th.h 		 thdev->output.type == GTH_NONE);
type              215 drivers/hwtracing/intel_th/intel_th.h 	if (thdev->type == INTEL_TH_OUTPUT)
type              218 drivers/hwtracing/intel_th/intel_th.h 	if (WARN_ON_ONCE(!thdev || thdev->type == INTEL_TH_OUTPUT))
type              296 drivers/hwtracing/intel_th/intel_th.h 	if (thdev->type == INTEL_TH_SWITCH)
type              298 drivers/hwtracing/intel_th/intel_th.h 	else if (thdev->type == INTEL_TH_OUTPUT)
type              191 drivers/hwtracing/intel_th/pti.c 	if (pti->thdev->output.type == GTH_LPP) {
type              208 drivers/hwtracing/stm/policy.c 	struct config_item_type *type;
type              211 drivers/hwtracing/stm/policy.c 	type = kmemdup(&stp_policy_node_type, sizeof(stp_policy_node_type),
type              213 drivers/hwtracing/stm/policy.c 	if (!type)
type              218 drivers/hwtracing/stm/policy.c 		kfree(type);
type              222 drivers/hwtracing/stm/policy.c 	type->ct_attrs = merged;
type              224 drivers/hwtracing/stm/policy.c 	return type;
type              230 drivers/hwtracing/stm/policy.c 	const struct config_item_type *type = &stp_policy_node_type;
type              257 drivers/hwtracing/stm/policy.c 		type = policy->stm->pdrv_node_type;
type              259 drivers/hwtracing/stm/policy.c 	config_group_init_type_name(&policy_node->group, name, type);
type              111 drivers/hwtracing/stm/stm.h 			const struct config_item_type **type);
type              180 drivers/i2c/busses/i2c-bcm-iproc.c 	enum bcm_iproc_i2c_type type;
type              867 drivers/i2c/busses/i2c-bcm-iproc.c 	iproc_i2c->type =
type              876 drivers/i2c/busses/i2c-bcm-iproc.c 	if (iproc_i2c->type == IPROC_I2C_NIC) {
type              308 drivers/i2c/busses/i2c-cht-wc.c 		.type = "bq24190",
type               72 drivers/i2c/busses/i2c-designware-platdrv.c 	if (obj->type == ACPI_TYPE_PACKAGE && obj->package.count == 3) {
type             1107 drivers/i2c/busses/i2c-i801.c 	u8 type;
type             1118 drivers/i2c/busses/i2c-i801.c static void dmi_check_onboard_device(u8 type, const char *name,
type             1126 drivers/i2c/busses/i2c-i801.c 		if ((type & ~0x80) != dmi_devices[i].type)
type             1133 drivers/i2c/busses/i2c-i801.c 		strlcpy(info.type, dmi_devices[i].i2c_type, I2C_NAME_SIZE);
type             1146 drivers/i2c/busses/i2c-i801.c 	if (dm->type != 10)
type             1153 drivers/i2c/busses/i2c-i801.c 		u8 type = d[0];
type             1166 drivers/i2c/busses/i2c-i801.c 		dmi_check_onboard_device(type, name, adap);
type             1287 drivers/i2c/busses/i2c-i801.c 	strlcpy(info.type, "lis3lv02d", I2C_NAME_SIZE);
type             1303 drivers/i2c/busses/i2c-i801.c 		strlcpy(info.type, "fujitsu_apanel", I2C_NAME_SIZE);
type              124 drivers/i2c/busses/i2c-icy.c 		.type		= "ltc2990",
type              274 drivers/i2c/busses/i2c-nvidia-gpu.c 	strlcpy(i2cd->gpu_ccgx_ucsi->type, "ccgx-ucsi",
type              275 drivers/i2c/busses/i2c-nvidia-gpu.c 		sizeof(i2cd->gpu_ccgx_ucsi->type));
type               86 drivers/i2c/busses/i2c-opal.c 		req.type = (msgs[0].flags & I2C_M_RD) ?
type               93 drivers/i2c/busses/i2c-opal.c 		req.type = (msgs[1].flags & I2C_M_RD) ?
type              130 drivers/i2c/busses/i2c-opal.c 		req.type = (read_write == I2C_SMBUS_READ) ?
type              138 drivers/i2c/busses/i2c-opal.c 		req.type = (read_write == I2C_SMBUS_READ) ?
type              150 drivers/i2c/busses/i2c-opal.c 		req.type = (read_write == I2C_SMBUS_READ) ?
type              158 drivers/i2c/busses/i2c-opal.c 		req.type = (read_write == I2C_SMBUS_READ) ?
type               77 drivers/i2c/busses/i2c-parport-light.c 	line_set(state, &adapter_parm[type].setscl);
type               82 drivers/i2c/busses/i2c-parport-light.c 	line_set(state, &adapter_parm[type].setsda);
type               87 drivers/i2c/busses/i2c-parport-light.c 	return line_get(&adapter_parm[type].getscl);
type               92 drivers/i2c/busses/i2c-parport-light.c 	return line_get(&adapter_parm[type].getsda);
type              133 drivers/i2c/busses/i2c-parport-light.c 	if (adapter_parm[type].init.val) {
type              134 drivers/i2c/busses/i2c-parport-light.c 		line_set(1, &adapter_parm[type].init);
type              147 drivers/i2c/busses/i2c-parport-light.c 	if (adapter_parm[type].smbus_alert && irq) {
type              169 drivers/i2c/busses/i2c-parport-light.c 	if (adapter_parm[type].init.val)
type              170 drivers/i2c/busses/i2c-parport-light.c 		line_set(0, &adapter_parm[type].init);
type              213 drivers/i2c/busses/i2c-parport-light.c 	if (type < 0) {
type              218 drivers/i2c/busses/i2c-parport-light.c 	if (type >= ARRAY_SIZE(adapter_parm)) {
type              219 drivers/i2c/busses/i2c-parport-light.c 		printk(KERN_ERR DRVNAME ": invalid type (%d)\n", type);
type              234 drivers/i2c/busses/i2c-parport-light.c 	if (!adapter_parm[type].getscl.val)
type              113 drivers/i2c/busses/i2c-parport.c 	line_set((struct parport *) data, state, &adapter_parm[type].setscl);
type              118 drivers/i2c/busses/i2c-parport.c 	line_set((struct parport *) data, state, &adapter_parm[type].setsda);
type              123 drivers/i2c/busses/i2c-parport.c 	return line_get((struct parport *) data, &adapter_parm[type].getscl);
type              128 drivers/i2c/busses/i2c-parport.c 	return line_get((struct parport *) data, &adapter_parm[type].getsda);
type              201 drivers/i2c/busses/i2c-parport.c 	if (!adapter_parm[type].getscl.val) {
type              219 drivers/i2c/busses/i2c-parport.c 	if (adapter_parm[type].init.val) {
type              220 drivers/i2c/busses/i2c-parport.c 		line_set(port, 1, &adapter_parm[type].init);
type              231 drivers/i2c/busses/i2c-parport.c 	if (adapter_parm[type].smbus_alert) {
type              269 drivers/i2c/busses/i2c-parport.c 			if (adapter_parm[type].init.val)
type              270 drivers/i2c/busses/i2c-parport.c 				line_set(port, 0, &adapter_parm[type].init);
type              292 drivers/i2c/busses/i2c-parport.c 	if (type < 0) {
type              297 drivers/i2c/busses/i2c-parport.c 	if (type >= ARRAY_SIZE(adapter_parm)) {
type              298 drivers/i2c/busses/i2c-parport.c 		pr_warn("invalid type (%d)\n", type);
type               93 drivers/i2c/busses/i2c-parport.h static int type = -1;
type               94 drivers/i2c/busses/i2c-parport.h module_param(type, int, 0);
type               95 drivers/i2c/busses/i2c-parport.h MODULE_PARM_DESC(type,
type              103 drivers/i2c/busses/i2c-pmcmsp.c 	enum pmcmsptwi_cmd_type type;	/* The command type */
type              433 drivers/i2c/busses/i2c-pmcmsp.c 	return ((cmd->type & 0x3) << 8) |
type              452 drivers/i2c/busses/i2c-pmcmsp.c 	if (cmd->type == MSP_TWI_CMD_WRITE ||
type              453 drivers/i2c/busses/i2c-pmcmsp.c 	    cmd->type == MSP_TWI_CMD_WRITE_READ) {
type              468 drivers/i2c/busses/i2c-pmcmsp.c 	if (cmd->type == MSP_TWI_CMD_READ ||
type              469 drivers/i2c/busses/i2c-pmcmsp.c 	    cmd->type == MSP_TWI_CMD_WRITE_READ) {
type              506 drivers/i2c/busses/i2c-pmcmsp.c 		cmd.type = MSP_TWI_CMD_WRITE_READ;
type              512 drivers/i2c/busses/i2c-pmcmsp.c 		cmd.type = MSP_TWI_CMD_READ;
type              518 drivers/i2c/busses/i2c-pmcmsp.c 		cmd.type = MSP_TWI_CMD_WRITE;
type              235 drivers/i2c/busses/i2c-powermac.c 					      const char *type,
type              241 drivers/i2c/busses/i2c-powermac.c 	strncpy(info.type, type, sizeof(info.type));
type              247 drivers/i2c/busses/i2c-powermac.c 			type);
type              278 drivers/i2c/busses/i2c-powermac.c 					    u32 addr, char *type, int type_size)
type              294 drivers/i2c/busses/i2c-powermac.c 		snprintf(type, type_size, "MAC,%s", tmp);
type              302 drivers/i2c/busses/i2c-powermac.c 			snprintf(type, type_size, "MAC,tas3001");
type              305 drivers/i2c/busses/i2c-powermac.c 			snprintf(type, type_size, "MAC,tas3004");
type              353 drivers/i2c/busses/i2c-powermac.c 					   info.type, sizeof(info.type))) {
type              104 drivers/i2c/busses/i2c-scmi.c 			mt_params[3].type = ACPI_TYPE_INTEGER;
type              106 drivers/i2c/busses/i2c-scmi.c 			mt_params[4].type = ACPI_TYPE_INTEGER;
type              114 drivers/i2c/busses/i2c-scmi.c 			mt_params[3].type = ACPI_TYPE_INTEGER;
type              116 drivers/i2c/busses/i2c-scmi.c 			mt_params[4].type = ACPI_TYPE_INTEGER;
type              126 drivers/i2c/busses/i2c-scmi.c 			mt_params[3].type = ACPI_TYPE_INTEGER;
type              128 drivers/i2c/busses/i2c-scmi.c 			mt_params[4].type = ACPI_TYPE_INTEGER;
type              136 drivers/i2c/busses/i2c-scmi.c 			mt_params[3].type = ACPI_TYPE_INTEGER;
type              138 drivers/i2c/busses/i2c-scmi.c 			mt_params[4].type = ACPI_TYPE_INTEGER;
type              149 drivers/i2c/busses/i2c-scmi.c 			mt_params[3].type = ACPI_TYPE_INTEGER;
type              151 drivers/i2c/busses/i2c-scmi.c 			mt_params[4].type = ACPI_TYPE_BUFFER;
type              173 drivers/i2c/busses/i2c-scmi.c 	mt_params[0].type = ACPI_TYPE_INTEGER;
type              175 drivers/i2c/busses/i2c-scmi.c 	mt_params[1].type = ACPI_TYPE_INTEGER;
type              177 drivers/i2c/busses/i2c-scmi.c 	mt_params[2].type = ACPI_TYPE_INTEGER;
type              189 drivers/i2c/busses/i2c-scmi.c 	if (pkg && pkg->type == ACPI_TYPE_PACKAGE)
type              196 drivers/i2c/busses/i2c-scmi.c 	if (obj == NULL || obj->type != ACPI_TYPE_INTEGER) {
type              228 drivers/i2c/busses/i2c-scmi.c 	if (obj->type != ACPI_TYPE_INTEGER) {
type              240 drivers/i2c/busses/i2c-scmi.c 		if (obj->type != ACPI_TYPE_INTEGER) {
type              252 drivers/i2c/busses/i2c-scmi.c 		if (obj->type != ACPI_TYPE_BUFFER) {
type              319 drivers/i2c/busses/i2c-scmi.c 		if (obj && obj->type == ACPI_TYPE_PACKAGE)
type              327 drivers/i2c/busses/i2c-scmi.c 		if (obj->type != ACPI_TYPE_INTEGER) {
type               51 drivers/i2c/busses/i2c-taos-evm.c 			tsl2550_info.type, tsl2550_info.addr);
type              287 drivers/i2c/busses/i2c-taos-evm.c 		.type	= SERIO_RS232,
type               60 drivers/i2c/i2c-core-acpi.c 	if (ares->type != ACPI_RESOURCE_TYPE_SERIAL_BUS)
type               64 drivers/i2c/i2c-core-acpi.c 	if (sb->type != ACPI_RESOURCE_SERIAL_TYPE_I2C)
type              215 drivers/i2c/i2c-core-acpi.c 	acpi_set_modalias(adev, dev_name(&adev->dev), info->type,
type              216 drivers/i2c/i2c-core-acpi.c 			  sizeof(info->type));
type              471 drivers/i2c/i2c-core-base.c 	return sprintf(buf, "%s\n", dev->type == &i2c_client_type ?
type              530 drivers/i2c/i2c-core-base.c 	return (dev->type == &i2c_client_type)
type              619 drivers/i2c/i2c-core-base.c 	if (dev->type == &i2c_adapter_type)
type              762 drivers/i2c/i2c-core-base.c 	strlcpy(client->name, info->type, sizeof(client->name));
type              778 drivers/i2c/i2c-core-base.c 	client->dev.type = &i2c_client_type;
type             1079 drivers/i2c/i2c-core-base.c 	memcpy(info.type, buf, blank - buf);
type             1111 drivers/i2c/i2c-core-base.c 		 info.type, info.addr);
type             1198 drivers/i2c/i2c-core-base.c 	return (dev->type == &i2c_adapter_type)
type             1359 drivers/i2c/i2c-core-base.c 	adap->dev.type = &i2c_adapter_type;
type             1695 drivers/i2c/i2c-core-base.c 	if (dev->type != &i2c_adapter_type)
type             1736 drivers/i2c/i2c-core-base.c 	if (dev->type == &i2c_adapter_type)
type             2212 drivers/i2c/i2c-core-base.c 	if (info.type[0] == '\0') {
type             2228 drivers/i2c/i2c-core-base.c 			info.type, info.addr);
type             2234 drivers/i2c/i2c-core-base.c 				info.type, info.addr);
type               30 drivers/i2c/i2c-core-of.c 	if (of_modalias_node(node, info->type, sizeof(info->type)) < 0) {
type              208 drivers/i2c/i2c-dev.c 	if (dev->type == &i2c_adapter_type)
type              647 drivers/i2c/i2c-dev.c 	if (dev->type != &i2c_adapter_type)
type              681 drivers/i2c/i2c-dev.c 	if (dev->type != &i2c_adapter_type)
type              224 drivers/i2c/i2c-mux.c 		if (i2c->type == &i2c_adapter_type)
type               26 drivers/i2c/i2c-smbus.c 	enum i2c_alert_protocol	type;
type               50 drivers/i2c/i2c-smbus.c 			driver->alert(client, data->type, data->data);
type               91 drivers/i2c/i2c-smbus.c 		data.type = I2C_PROTOCOL_SMBUS_ALERT;
type              344 drivers/i2c/muxes/i2c-mux-pca954x.c static int pca954x_irq_set_type(struct irq_data *idata, unsigned int type)
type              346 drivers/i2c/muxes/i2c-mux-pca954x.c 	if ((type & IRQ_TYPE_SENSE_MASK) != IRQ_TYPE_LEVEL_LOW)
type              111 drivers/i3c/master.c 	if (dev->type == &i3c_device_type)
type              123 drivers/i3c/master.c 	if (dev->type == &i3c_device_type)
type              284 drivers/i3c/master.c 	if (dev->type != &i3c_device_type)
type             1462 drivers/i3c/master.c 		desc->dev->dev.type = &i3c_device_type;
type             2427 drivers/i3c/master.c 	master->dev.type = &i3c_masterdev_type;
type              242 drivers/i3c/master/dw-i3c-master.c 	char type[5];
type              163 drivers/ide/buddha.c 	BuddhaType type;
type              173 drivers/ide/buddha.c 			type=BOARD_BUDDHA;
type              176 drivers/ide/buddha.c 			type=BOARD_CATWEASEL;
type              179 drivers/ide/buddha.c 			type=BOARD_XSURF;
type              186 drivers/ide/buddha.c 		if(type != BOARD_XSURF) {
type              205 drivers/ide/buddha.c 		if (type != BOARD_XSURF)
type              209 drivers/ide/buddha.c 				 buddha_board_name[type]);
type              214 drivers/ide/buddha.c 			if (type != BOARD_XSURF) {
type               74 drivers/ide/icside.c 	unsigned int type;
type              557 drivers/ide/icside.c 	state->type	= ICS_TYPE_NOTYPE;
type              561 drivers/ide/icside.c 		unsigned int type;
type              563 drivers/ide/icside.c 		type = readb(idmem + ICS_IDENT_OFFSET) & 1;
type              564 drivers/ide/icside.c 		type |= (readb(idmem + ICS_IDENT_OFFSET + 4) & 1) << 1;
type              565 drivers/ide/icside.c 		type |= (readb(idmem + ICS_IDENT_OFFSET + 8) & 1) << 2;
type              566 drivers/ide/icside.c 		type |= (readb(idmem + ICS_IDENT_OFFSET + 12) & 1) << 3;
type              569 drivers/ide/icside.c 		state->type = type;
type              572 drivers/ide/icside.c 	switch (state->type) {
type              611 drivers/ide/icside.c 	switch (state->type) {
type              268 drivers/ide/ide-acpi.c 	if (out_obj->type != ACPI_TYPE_BUFFER) {
type              271 drivers/ide/ide-acpi.c 		       "got 0x%x\n", out_obj->type);
type              429 drivers/ide/ide-acpi.c 	if (out_obj->type != ACPI_TYPE_BUFFER) {
type              432 drivers/ide/ide-acpi.c 		       "got 0x%x\n", out_obj->type);
type              488 drivers/ide/ide-acpi.c 	in_params[0].type = ACPI_TYPE_BUFFER;
type              491 drivers/ide/ide-acpi.c 	in_params[1].type = ACPI_TYPE_BUFFER;
type              494 drivers/ide/ide-acpi.c 	in_params[2].type = ACPI_TYPE_BUFFER;
type               97 drivers/ide/ide-atapi.c 	ide_req(rq)->type = ATA_PRIV_MISC;
type              225 drivers/ide/ide-atapi.c 	ide_req(sense_rq)->type = ATA_PRIV_SENSE;
type              339 drivers/ide/ide-atapi.c 		switch (ide_req(rq)->type) {
type              457 drivers/ide/ide-cd.c 		ide_req(rq)->type = ATA_PRIV_PC;
type              902 drivers/ide/ide-cd.c 		switch (ide_req(rq)->type) {
type              300 drivers/ide/ide-cd_ioctl.c 	ide_req(rq)->type = ATA_PRIV_MISC;
type              170 drivers/ide/ide-devsets.c 	ide_req(rq)->type = ATA_PRIV_MISC;
type              457 drivers/ide/ide-disk.c 	ide_req(rq)->type = ATA_PRIV_TASKFILE;
type              481 drivers/ide/ide-disk.c 	ide_req(rq)->type = ATA_PRIV_TASKFILE;
type              276 drivers/ide/ide-floppy.c 		switch (ide_req(rq)->type) {
type              130 drivers/ide/ide-ioctls.c 		ide_req(rq)->type = ATA_PRIV_TASKFILE;
type              227 drivers/ide/ide-ioctls.c 	ide_req(rq)->type = ATA_PRIV_MISC;
type               38 drivers/ide/ide-park.c 	ide_req(rq)->type = ATA_PRIV_MISC;
type               56 drivers/ide/ide-park.c 	ide_req(rq)->type = ATA_PRIV_MISC;
type               23 drivers/ide/ide-pm.c 	ide_req(rq)->type = ATA_PRIV_PM_SUSPEND;
type               81 drivers/ide/ide-pm.c 	ide_req(rq)->type = ATA_PRIV_PM_RESUME;
type              211 drivers/ide/ide-pm.c 	       (ide_req(rq)->type == ATA_PRIV_PM_SUSPEND) ? "suspend" : "resume");
type              213 drivers/ide/ide-pm.c 	if (ide_req(rq)->type == ATA_PRIV_PM_SUSPEND)
type              228 drivers/ide/ide-pm.c 	    ide_req(rq)->type == ATA_PRIV_PM_SUSPEND &&
type              233 drivers/ide/ide-pm.c 	         ide_req(rq)->type == ATA_PRIV_PM_RESUME &&
type              128 drivers/ide/ide-probe.c 	u8 type = (id[ATA_ID_CONFIG] >> 8) & 0x1f;
type              131 drivers/ide/ide-probe.c 	switch (type) {
type              145 drivers/ide/ide-probe.c 		type = ide_cdrom;
type              153 drivers/ide/ide-probe.c 			type = ide_floppy;
type              167 drivers/ide/ide-probe.c 		printk(KERN_CONT "UNKNOWN (type %d)", type);
type              172 drivers/ide/ide-probe.c 	drive->media = type;
type              581 drivers/ide/ide-tape.c 	BUG_ON(ide_req(rq)->type != ATA_PRIV_MISC &&
type              582 drivers/ide/ide-tape.c 	       ide_req(rq)->type != ATA_PRIV_SENSE);
type              858 drivers/ide/ide-tape.c 	ide_req(rq)->type = ATA_PRIV_MISC;
type              429 drivers/ide/ide-taskfile.c 	ide_req(rq)->type = ATA_PRIV_TASKFILE;
type             1378 drivers/ide/pmac.c 	.type		= "ide",
type             1381 drivers/ide/pmac.c 	.type		= "ata",
type              116 drivers/iio/accel/adis16201.c 		switch (chan->type) {
type              158 drivers/iio/accel/adis16201.c 		switch (chan->type) {
type              192 drivers/iio/accel/adis16201.c 	switch (chan->type) {
type              119 drivers/iio/accel/adis16209.c 	switch (chan->type) {
type              148 drivers/iio/accel/adis16209.c 		switch (chan->type) {
type              197 drivers/iio/accel/adis16209.c 		switch (chan->type) {
type               17 drivers/iio/accel/adxl345.h 		       enum adxl345_device_type type, const char *name);
type               65 drivers/iio/accel/adxl345_core.c 	enum adxl345_device_type type;
type               69 drivers/iio/accel/adxl345_core.c 	.type = IIO_ACCEL,						\
type              112 drivers/iio/accel/adxl345_core.c 		switch (data->type) {
type              212 drivers/iio/accel/adxl345_core.c 		       enum adxl345_device_type type, const char *name)
type              238 drivers/iio/accel/adxl345_core.c 	data->type = type;
type              226 drivers/iio/accel/adxl372.c 	.type = IIO_ACCEL,						\
type              488 drivers/iio/accel/bma180.c 		switch (chan->type) {
type              586 drivers/iio/accel/bma180.c 	.type = IIO_ACCEL,						\
type              603 drivers/iio/accel/bma180.c 	.type = IIO_TEMP,						\
type               36 drivers/iio/accel/bma220_spi.c 	.type = IIO_ACCEL,						\
type              581 drivers/iio/accel/bmc150-accel-core.c 		switch (chan->type) {
type              593 drivers/iio/accel/bmc150-accel-core.c 		if (chan->type == IIO_TEMP) {
type              601 drivers/iio/accel/bmc150-accel-core.c 		switch (chan->type) {
type              663 drivers/iio/accel/bmc150-accel-core.c 				   enum iio_event_type type,
type              687 drivers/iio/accel/bmc150-accel-core.c 				    enum iio_event_type type,
type              713 drivers/iio/accel/bmc150-accel-core.c 					  enum iio_event_type type,
type              723 drivers/iio/accel/bmc150-accel-core.c 					   enum iio_event_type type,
type              966 drivers/iio/accel/bmc150-accel-core.c 		.type = IIO_EV_TYPE_ROC,
type              974 drivers/iio/accel/bmc150-accel-core.c 	.type = IIO_ACCEL,						\
type              995 drivers/iio/accel/bmc150-accel-core.c 		.type = IIO_TEMP,					\
type               90 drivers/iio/accel/cros_ec_accel_legacy.c 		WARN_ON(st->type != MOTIONSENSE_TYPE_ACCEL);
type              140 drivers/iio/accel/cros_ec_accel_legacy.c 		.type = IIO_ACCEL,					\
type               36 drivers/iio/accel/da280.c 	.type = IIO_ACCEL,	\
type               81 drivers/iio/accel/da311.c 	.type = IIO_ACCEL,	\
type               39 drivers/iio/accel/dmard06.c 	.type = IIO_ACCEL,					\
type               48 drivers/iio/accel/dmard06.c 	.type = IIO_TEMP,					\
type               88 drivers/iio/accel/dmard06.c 		switch (chan->type) {
type               99 drivers/iio/accel/dmard06.c 		switch (chan->type) {
type              107 drivers/iio/accel/dmard06.c 		switch (chan->type) {
type               35 drivers/iio/accel/dmard09.c 	.type = IIO_ACCEL,					\
type               55 drivers/iio/accel/dmard10.c 	.type = IIO_ACCEL,	\
type               50 drivers/iio/accel/hid-sensor-accel-3d.c 		.type = IIO_ACCEL,
type               60 drivers/iio/accel/hid-sensor-accel-3d.c 		.type = IIO_ACCEL,
type               70 drivers/iio/accel/hid-sensor-accel-3d.c 		.type = IIO_ACCEL,
type               86 drivers/iio/accel/hid-sensor-accel-3d.c 		.type = IIO_GRAVITY,
type               96 drivers/iio/accel/hid-sensor-accel-3d.c 		.type = IIO_GRAVITY,
type              106 drivers/iio/accel/hid-sensor-accel-3d.c 		.type = IIO_GRAVITY,
type              826 drivers/iio/accel/kxcjk-1013.c 				   enum iio_event_type type,
type              850 drivers/iio/accel/kxcjk-1013.c 				    enum iio_event_type type,
type              876 drivers/iio/accel/kxcjk-1013.c 					  enum iio_event_type type,
type              886 drivers/iio/accel/kxcjk-1013.c 					   enum iio_event_type type,
type              979 drivers/iio/accel/kxcjk-1013.c 		.type = IIO_EV_TYPE_THRESH,
type              987 drivers/iio/accel/kxcjk-1013.c 	.type = IIO_ACCEL,						\
type              276 drivers/iio/accel/kxsd9.c 		.type = IIO_ACCEL,					\
type              299 drivers/iio/accel/kxsd9.c 		.type = IIO_VOLTAGE,
type               41 drivers/iio/accel/mc3230.c 	.type = IIO_ACCEL,	\
type              202 drivers/iio/accel/mma7455_core.c 	.type = IIO_ACCEL, \
type               42 drivers/iio/accel/mma7660.c 	.type = IIO_ACCEL,	\
type              792 drivers/iio/accel/mma8452.c 	switch (chan->type) {
type              817 drivers/iio/accel/mma8452.c 			       enum iio_event_type type,
type              880 drivers/iio/accel/mma8452.c 				enum iio_event_type type,
type              938 drivers/iio/accel/mma8452.c 				     enum iio_event_type type,
type              967 drivers/iio/accel/mma8452.c 				      enum iio_event_type type,
type             1134 drivers/iio/accel/mma8452.c 		.type = IIO_EV_TYPE_MAG,
type             1145 drivers/iio/accel/mma8452.c 		.type = IIO_EV_TYPE_MAG,
type             1155 drivers/iio/accel/mma8452.c 		.type = IIO_EV_TYPE_MAG,
type             1166 drivers/iio/accel/mma8452.c 		.type = IIO_EV_TYPE_MAG,
type             1190 drivers/iio/accel/mma8452.c 	.type = IIO_ACCEL, \
type             1199 drivers/iio/accel/mma8452.c 	.type = IIO_ACCEL, \
type             1208 drivers/iio/accel/mma8452.c 	.type = IIO_ACCEL, \
type             1230 drivers/iio/accel/mma8452.c 	.type = IIO_ACCEL, \
type              115 drivers/iio/accel/mma9551.c 		switch (chan->type) {
type              125 drivers/iio/accel/mma9551.c 		switch (chan->type) {
type              136 drivers/iio/accel/mma9551.c 		switch (chan->type) {
type              149 drivers/iio/accel/mma9551.c 				     enum iio_event_type type,
type              154 drivers/iio/accel/mma9551.c 	switch (chan->type) {
type              226 drivers/iio/accel/mma9551.c 				      enum iio_event_type type,
type              233 drivers/iio/accel/mma9551.c 	switch (chan->type) {
type              247 drivers/iio/accel/mma9551.c 				     enum iio_event_type type,
type              255 drivers/iio/accel/mma9551.c 	switch (chan->type) {
type              274 drivers/iio/accel/mma9551.c 				    enum iio_event_type type,
type              283 drivers/iio/accel/mma9551.c 	switch (chan->type) {
type              301 drivers/iio/accel/mma9551.c 	.type = IIO_EV_TYPE_ROC,
type              308 drivers/iio/accel/mma9551.c 	.type = IIO_INCLI,					\
type               34 drivers/iio/accel/mma9551_core.h 	.type = IIO_ACCEL,					\
type              104 drivers/iio/accel/mma9553.c 	enum iio_chan_type type;
type              109 drivers/iio/accel/mma9553.c 		.type = IIO_STEPS,
type              114 drivers/iio/accel/mma9553.c 		.type = IIO_ACTIVITY,
type              119 drivers/iio/accel/mma9553.c 		.type = IIO_ACTIVITY,
type              124 drivers/iio/accel/mma9553.c 		.type = IIO_ACTIVITY,
type              129 drivers/iio/accel/mma9553.c 		.type = IIO_ACTIVITY,
type              134 drivers/iio/accel/mma9553.c 		.type = IIO_ACTIVITY,
type              139 drivers/iio/accel/mma9553.c 		.type = IIO_ACTIVITY,
type              144 drivers/iio/accel/mma9553.c 		.type = IIO_ACTIVITY,
type              149 drivers/iio/accel/mma9553.c 		.type = IIO_ACTIVITY,
type              233 drivers/iio/accel/mma9553.c 					       enum iio_chan_type type,
type              240 drivers/iio/accel/mma9553.c 		if (data->events[i].info->type == type &&
type              250 drivers/iio/accel/mma9553.c 					 enum iio_chan_type type)
type              255 drivers/iio/accel/mma9553.c 		if ((check_type && data->events[i].info->type == type &&
type              473 drivers/iio/accel/mma9553.c 		switch (chan->type) {
type              514 drivers/iio/accel/mma9553.c 		switch (chan->type) {
type              543 drivers/iio/accel/mma9553.c 		switch (chan->type) {
type              572 drivers/iio/accel/mma9553.c 		switch (chan->type) {
type              581 drivers/iio/accel/mma9553.c 		switch (chan->type) {
type              590 drivers/iio/accel/mma9553.c 		switch (chan->type) {
type              648 drivers/iio/accel/mma9553.c 		switch (chan->type) {
type              668 drivers/iio/accel/mma9553.c 		switch (chan->type) {
type              682 drivers/iio/accel/mma9553.c 		switch (chan->type) {
type              712 drivers/iio/accel/mma9553.c 				     enum iio_event_type type,
type              718 drivers/iio/accel/mma9553.c 	event = mma9553_get_event(data, chan->type, chan->channel2, dir);
type              727 drivers/iio/accel/mma9553.c 				      enum iio_event_type type,
type              734 drivers/iio/accel/mma9553.c 	event = mma9553_get_event(data, chan->type, chan->channel2, dir);
type              768 drivers/iio/accel/mma9553.c 				    enum iio_event_type type,
type              778 drivers/iio/accel/mma9553.c 		switch (chan->type) {
type              794 drivers/iio/accel/mma9553.c 		switch (chan->type) {
type              808 drivers/iio/accel/mma9553.c 				     enum iio_event_type type,
type              818 drivers/iio/accel/mma9553.c 		switch (chan->type) {
type              833 drivers/iio/accel/mma9553.c 		switch (chan->type) {
type              887 drivers/iio/accel/mma9553.c 	.type = IIO_EV_TYPE_CHANGE,
type              894 drivers/iio/accel/mma9553.c 		.type = IIO_EV_TYPE_THRESH,
type              901 drivers/iio/accel/mma9553.c 		.type = IIO_EV_TYPE_THRESH,
type              925 drivers/iio/accel/mma9553.c 	.type = _type,						\
type              933 drivers/iio/accel/mma9553.c 	.type = IIO_ACTIVITY,						\
type              950 drivers/iio/accel/mma9553.c 		.type = IIO_STEPS,
type              961 drivers/iio/accel/mma9553.c 		.type = IIO_VELOCITY,
type              214 drivers/iio/accel/mxc4005.c 		switch (chan->type) {
type              270 drivers/iio/accel/mxc4005.c 	.type = IIO_ACCEL,					\
type               82 drivers/iio/accel/mxc6255.c 	.type = IIO_ACCEL,					\
type              474 drivers/iio/accel/sca3000.c 	.type = IIO_EV_TYPE_MAG,
type              485 drivers/iio/accel/sca3000.c 		.type = IIO_ACCEL,				\
type              506 drivers/iio/accel/sca3000.c 	.type = IIO_EV_TYPE_MAG,
type              517 drivers/iio/accel/sca3000.c 		.type = IIO_ACCEL,
type              531 drivers/iio/accel/sca3000.c 		.type = IIO_TEMP,
type              539 drivers/iio/accel/sca3000.c 		.type = IIO_ACCEL,
type              722 drivers/iio/accel/sca3000.c 		if (chan->type == IIO_ACCEL) {
type              752 drivers/iio/accel/sca3000.c 		if (chan->type == IIO_ACCEL)
type              867 drivers/iio/accel/sca3000.c 				    enum iio_event_type type,
type              919 drivers/iio/accel/sca3000.c 				     enum iio_event_type type,
type             1108 drivers/iio/accel/sca3000.c 				     enum iio_event_type type,
type             1246 drivers/iio/accel/sca3000.c 				      enum iio_event_type type,
type              108 drivers/iio/accel/ssp_accel_sensor.c 	spd->type = SSP_ACCELEROMETER_SENSOR;
type             1056 drivers/iio/accel/st_accel_core.c 	if (ont->type != ACPI_TYPE_PACKAGE || ont->package.count != 6)
type             1065 drivers/iio/accel/st_accel_core.c 		if (elements[i].type != ACPI_TYPE_INTEGER)
type             1088 drivers/iio/accel/st_accel_core.c 		if (elements[i].type != ACPI_TYPE_INTEGER)
type               75 drivers/iio/accel/stk8312.c 	.type = IIO_ACCEL,						\
type              103 drivers/iio/accel/stk8ba50.c 	.type = IIO_ACCEL,						\
type              134 drivers/iio/adc/ad7124.c 	.type = IIO_VOLTAGE,
type              189 drivers/iio/adc/ad7266.c 	.type = IIO_VOLTAGE,				\
type              236 drivers/iio/adc/ad7266.c 	.type = IIO_VOLTAGE,				\
type              176 drivers/iio/adc/ad7291.c 	switch (chan->type) {
type              203 drivers/iio/adc/ad7291.c 				   enum iio_event_type type,
type              217 drivers/iio/adc/ad7291.c 	if (info == IIO_EV_INFO_HYSTERESIS || chan->type == IIO_VOLTAGE)
type              228 drivers/iio/adc/ad7291.c 				    enum iio_event_type type,
type              235 drivers/iio/adc/ad7291.c 	if (info == IIO_EV_INFO_HYSTERESIS || chan->type == IIO_VOLTAGE) {
type              249 drivers/iio/adc/ad7291.c 				    enum iio_event_type type,
type              258 drivers/iio/adc/ad7291.c 	switch (chan->type) {
type              272 drivers/iio/adc/ad7291.c 				     enum iio_event_type type,
type              291 drivers/iio/adc/ad7291.c 	switch (chan->type) {
type              332 drivers/iio/adc/ad7291.c 		switch (chan->type) {
type              377 drivers/iio/adc/ad7291.c 		switch (chan->type) {
type              409 drivers/iio/adc/ad7291.c 		.type = IIO_EV_TYPE_THRESH,
type              414 drivers/iio/adc/ad7291.c 		.type = IIO_EV_TYPE_THRESH,
type              419 drivers/iio/adc/ad7291.c 		.type = IIO_EV_TYPE_THRESH,
type              427 drivers/iio/adc/ad7291.c 	.type = IIO_VOLTAGE,						\
type              446 drivers/iio/adc/ad7291.c 		.type = IIO_TEMP,
type               59 drivers/iio/adc/ad7298.c 		.type = IIO_VOLTAGE,					\
type               76 drivers/iio/adc/ad7298.c 		.type = IIO_TEMP,
type              260 drivers/iio/adc/ad7298.c 		switch (chan->type) {
type              143 drivers/iio/adc/ad7476.c 	.type = IIO_VOLTAGE,					\
type               12 drivers/iio/adc/ad7606.h 		.type = IIO_VOLTAGE,				\
type              153 drivers/iio/adc/ad7766.c 		.type = IIO_VOLTAGE,
type              137 drivers/iio/adc/ad7768-1.c 		.type = IIO_VOLTAGE,
type              415 drivers/iio/adc/ad7793.c 		switch (chan->type) {
type              446 drivers/iio/adc/ad7793.c 		if (chan->type == IIO_TEMP) {
type              193 drivers/iio/adc/ad7887.c 			.type = IIO_VOLTAGE,
type              209 drivers/iio/adc/ad7887.c 			.type = IIO_VOLTAGE,
type               85 drivers/iio/adc/ad7923.c 		.type = IIO_VOLTAGE,					\
type              141 drivers/iio/adc/ad7949.c 	.type = IIO_VOLTAGE,					\
type              370 drivers/iio/adc/ad799x.c 				    enum iio_event_type type,
type              386 drivers/iio/adc/ad799x.c 				     enum iio_event_type type,
type              433 drivers/iio/adc/ad799x.c 				    enum iio_event_type type,
type              455 drivers/iio/adc/ad799x.c 				    enum iio_event_type type,
type              545 drivers/iio/adc/ad799x.c 		.type = IIO_EV_TYPE_THRESH,
type              550 drivers/iio/adc/ad799x.c 		.type = IIO_EV_TYPE_THRESH,
type              555 drivers/iio/adc/ad799x.c 		.type = IIO_EV_TYPE_THRESH,
type              562 drivers/iio/adc/ad799x.c 	.type = IIO_VOLTAGE, \
type               62 drivers/iio/adc/aspeed_adc.c 	.type = IIO_VOLTAGE,					\
type              259 drivers/iio/adc/at91-sama5d2_adc.c 		.type = IIO_VOLTAGE,					\
type              278 drivers/iio/adc/at91-sama5d2_adc.c 		.type = IIO_VOLTAGE,					\
type              299 drivers/iio/adc/at91-sama5d2_adc.c 		.type = IIO_POSITIONRELATIVE,				\
type              316 drivers/iio/adc/at91-sama5d2_adc.c 		.type = IIO_PRESSURE,					\
type              731 drivers/iio/adc/at91-sama5d2_adc.c 		if (chan->type == IIO_POSITIONRELATIVE ||
type              732 drivers/iio/adc/at91-sama5d2_adc.c 		    chan->type == IIO_PRESSURE)
type              958 drivers/iio/adc/at91-sama5d2_adc.c 		if (chan->type == IIO_POSITIONRELATIVE ||
type              959 drivers/iio/adc/at91-sama5d2_adc.c 		    chan->type == IIO_PRESSURE)
type             1036 drivers/iio/adc/at91-sama5d2_adc.c 		if (chan->type == IIO_VOLTAGE) {
type             1196 drivers/iio/adc/at91-sama5d2_adc.c 		if (chan->type == IIO_POSITIONRELATIVE)
type             1198 drivers/iio/adc/at91-sama5d2_adc.c 		else if (chan->type == IIO_PRESSURE)
type             1313 drivers/iio/adc/at91-sama5d2_adc.c 	if (chan->type == IIO_POSITIONRELATIVE) {
type             1327 drivers/iio/adc/at91-sama5d2_adc.c 	if (chan->type == IIO_PRESSURE) {
type              496 drivers/iio/adc/at91_adc.c 		chan->type = IIO_VOLTAGE;
type              509 drivers/iio/adc/at91_adc.c 	timestamp->type = IIO_TIMESTAMP;
type               45 drivers/iio/adc/axp20x_adc.c 		.type = _type,					\
type               56 drivers/iio/adc/axp20x_adc.c 		.type = _type,					\
type              170 drivers/iio/adc/axp20x_adc.c 		.type = IIO_TEMP,
type              193 drivers/iio/adc/axp20x_adc.c 		.type = IIO_TEMP,
type              210 drivers/iio/adc/axp20x_adc.c 		.type = IIO_TEMP,
type              238 drivers/iio/adc/axp20x_adc.c 	if (chan->type == IIO_CURRENT && chan->channel == AXP20X_BATT_DISCHRG_I)
type              261 drivers/iio/adc/axp20x_adc.c 	if (chan->type == IIO_CURRENT && chan->channel == AXP22X_BATT_DISCHRG_I)
type              360 drivers/iio/adc/axp20x_adc.c 	switch (chan->type) {
type              379 drivers/iio/adc/axp20x_adc.c 	switch (chan->type) {
type              405 drivers/iio/adc/axp20x_adc.c 	switch (chan->type) {
type              453 drivers/iio/adc/axp20x_adc.c 	switch (chan->type) {
type               59 drivers/iio/adc/axp288_adc.c 		.type = IIO_TEMP,
type               66 drivers/iio/adc/axp288_adc.c 		.type = IIO_TEMP,
type               73 drivers/iio/adc/axp288_adc.c 		.type = IIO_TEMP,
type               80 drivers/iio/adc/axp288_adc.c 		.type = IIO_CURRENT,
type               87 drivers/iio/adc/axp288_adc.c 		.type = IIO_CURRENT,
type               94 drivers/iio/adc/axp288_adc.c 		.type = IIO_VOLTAGE,
type              469 drivers/iio/adc/bcm_iproc_adc.c 		switch (chan->type) {
type              487 drivers/iio/adc/bcm_iproc_adc.c 	.type = IIO_VOLTAGE,                            \
type               84 drivers/iio/adc/berlin2-adc.c 		.type			= t,				\
type               99 drivers/iio/adc/berlin2-adc.c 		.type			= IIO_TEMP,
type              210 drivers/iio/adc/berlin2-adc.c 		if (chan->type != IIO_VOLTAGE)
type              219 drivers/iio/adc/berlin2-adc.c 		if (chan->type != IIO_TEMP)
type              283 drivers/iio/adc/cc10001_adc.c 		chan->type = IIO_VOLTAGE;
type              296 drivers/iio/adc/cc10001_adc.c 	timestamp->type = IIO_TIMESTAMP;
type              335 drivers/iio/adc/cpcap-adc.c 	.type = (_type), \
type              252 drivers/iio/adc/da9150-gpadc.c 	.type = _type,						\
type              229 drivers/iio/adc/dln2-adc.c 		__u8 type;
type              236 drivers/iio/adc/dln2-adc.c 		.type = period ? DLN2_ADC_EVENT_ALWAYS : DLN2_ADC_EVENT_NONE,
type              452 drivers/iio/adc/dln2-adc.c 	lval.type = IIO_VOLTAGE;					\
type              467 drivers/iio/adc/dln2-adc.c 	lval.type = IIO_TIMESTAMP;			\
type              313 drivers/iio/adc/envelope-detector.c 	.type = IIO_ALTVOLTAGE,
type              329 drivers/iio/adc/envelope-detector.c 	enum iio_chan_type type;
type              380 drivers/iio/adc/envelope-detector.c 	ret = iio_get_channel_type(env->dac, &type);
type              384 drivers/iio/adc/envelope-detector.c 	if (type != IIO_VOLTAGE) {
type               52 drivers/iio/adc/ep93xx_adc.c 	.type = IIO_VOLTAGE,					\
type              681 drivers/iio/adc/exynos_adc.c 	.type = IIO_VOLTAGE,				\
type               46 drivers/iio/adc/fsl-imx25-gcq.c 	.type = IIO_VOLTAGE,\
type              126 drivers/iio/adc/hi8435.c 				    enum iio_event_type type,
type              136 drivers/iio/adc/hi8435.c 				     enum iio_event_type type,
type              161 drivers/iio/adc/hi8435.c 				   enum iio_event_type type,
type              193 drivers/iio/adc/hi8435.c 				    enum iio_event_type type,
type              288 drivers/iio/adc/hi8435.c 		.type = IIO_EV_TYPE_THRESH,
type              292 drivers/iio/adc/hi8435.c 		.type = IIO_EV_TYPE_THRESH,
type              296 drivers/iio/adc/hi8435.c 		.type = IIO_EV_TYPE_THRESH,
type              361 drivers/iio/adc/hi8435.c 	.type = IIO_VOLTAGE,				\
type              441 drivers/iio/adc/hx711.c 		.type = IIO_VOLTAGE,
type              455 drivers/iio/adc/hx711.c 		.type = IIO_VOLTAGE,
type              142 drivers/iio/adc/imx7d_adc.c 	.type = IIO_VOLTAGE,					\
type              446 drivers/iio/adc/ina2xx-adc.c 			     const int **vals, int *type, int *length,
type              453 drivers/iio/adc/ina2xx-adc.c 			*type = IIO_VAL_FRACTIONAL;
type              459 drivers/iio/adc/ina2xx-adc.c 			*type = IIO_VAL_INT;
type              609 drivers/iio/adc/ina2xx-adc.c 	.type = (_type), \
type              626 drivers/iio/adc/ina2xx-adc.c 	.type = (_type), \
type              648 drivers/iio/adc/ina2xx-adc.c 	.type = IIO_VOLTAGE, \
type              670 drivers/iio/adc/ina2xx-adc.c 	.type = IIO_VOLTAGE, \
type              955 drivers/iio/adc/ina2xx-adc.c 	enum ina2xx_ids type;
type              974 drivers/iio/adc/ina2xx-adc.c 		type = (enum ina2xx_ids)of_device_get_match_data(&client->dev);
type              976 drivers/iio/adc/ina2xx-adc.c 		type = id->driver_data;
type              977 drivers/iio/adc/ina2xx-adc.c 	chip->config = &ina2xx_config[type];
type              220 drivers/iio/adc/ingenic-adc.c 				  int *type,
type              228 drivers/iio/adc/ingenic-adc.c 		*type = IIO_VAL_INT;
type              233 drivers/iio/adc/ingenic-adc.c 		*type = IIO_VAL_FRACTIONAL_LOG2;
type              309 drivers/iio/adc/ingenic-adc.c 		.type = IIO_VOLTAGE,
type              317 drivers/iio/adc/ingenic-adc.c 		.type = IIO_VOLTAGE,
type              128 drivers/iio/adc/lp8788_adc.c 		.type = _type,					\
type               52 drivers/iio/adc/lpc18xx_adc.c 	.type = IIO_VOLTAGE,					\
type              101 drivers/iio/adc/lpc32xx_adc.c 	.type = IIO_VOLTAGE,				\
type               82 drivers/iio/adc/ltc2471.c 		.type = IIO_VOLTAGE,
type               90 drivers/iio/adc/ltc2471.c 		.type = IIO_VOLTAGE,
type               82 drivers/iio/adc/ltc2485.c 		.type = IIO_VOLTAGE,
type              131 drivers/iio/adc/ltc2497.c 	.type = IIO_VOLTAGE, \
type              141 drivers/iio/adc/ltc2497.c 	.type = IIO_VOLTAGE, \
type               88 drivers/iio/adc/max1027.c 		.type = IIO_VOLTAGE,					\
type              105 drivers/iio/adc/max1027.c 		.type = IIO_TEMP,					\
type              239 drivers/iio/adc/max1027.c 	if (chan->type == IIO_TEMP)
type              256 drivers/iio/adc/max1027.c 	ret = spi_read(st->spi, st->buffer, (chan->type == IIO_TEMP) ? 4 : 2);
type              279 drivers/iio/adc/max1027.c 		switch (chan->type) {
type               42 drivers/iio/adc/max11100.c 		.type = IIO_VOLTAGE,
type               44 drivers/iio/adc/max1118.c 		.type = IIO_VOLTAGE,					\
type              448 drivers/iio/adc/max1363.c 		.type = IIO_EV_TYPE_THRESH,
type              453 drivers/iio/adc/max1363.c 		.type = IIO_EV_TYPE_THRESH,
type              462 drivers/iio/adc/max1363.c 		.type = IIO_VOLTAGE,					\
type              483 drivers/iio/adc/max1363.c 		.type = IIO_VOLTAGE,					\
type              723 drivers/iio/adc/max1363.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              736 drivers/iio/adc/max1363.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              806 drivers/iio/adc/max1363.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              957 drivers/iio/adc/max1363.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              175 drivers/iio/adc/max9611.c 	  .type			= IIO_TEMP,
type              181 drivers/iio/adc/max9611.c 	  .type			= IIO_VOLTAGE,
type              188 drivers/iio/adc/max9611.c 	  .type			= IIO_VOLTAGE,
type              197 drivers/iio/adc/max9611.c 	  .type			= IIO_CURRENT,
type              202 drivers/iio/adc/max9611.c 	  .type			= IIO_POWER,
type              235 drivers/iio/adc/mcp320x.c 		.type = IIO_VOLTAGE,				\
type              245 drivers/iio/adc/mcp320x.c 		.type = IIO_VOLTAGE,				\
type               50 drivers/iio/adc/mcp3422.c 		.type = IIO_VOLTAGE, \
type              185 drivers/iio/adc/mcp3911.c 		.type = IIO_VOLTAGE,				\
type               30 drivers/iio/adc/men_z188_adc.c 		.type = IIO_VOLTAGE,				\
type              179 drivers/iio/adc/meson_saradc.c 	.type = IIO_VOLTAGE,						\
type              192 drivers/iio/adc/meson_saradc.c 	.type = IIO_TEMP,						\
type              429 drivers/iio/adc/meson_saradc.c 		if (chan->type == IIO_TEMP)
type              555 drivers/iio/adc/meson_saradc.c 	if (chan->type == IIO_TEMP && !priv->temperature_sensor_calibrated)
type              605 drivers/iio/adc/meson_saradc.c 		if (chan->type == IIO_VOLTAGE) {
type              617 drivers/iio/adc/meson_saradc.c 		} else if (chan->type == IIO_TEMP) {
type               60 drivers/iio/adc/mt6577_auxadc.c 		.type = IIO_VOLTAGE,				    \
type              224 drivers/iio/adc/mxs-lradc-adc.c 		if (chan->type == IIO_TEMP)
type              230 drivers/iio/adc/mxs-lradc-adc.c 		if (chan->type == IIO_TEMP) {
type              246 drivers/iio/adc/mxs-lradc-adc.c 		if (chan->type == IIO_TEMP) {
type              579 drivers/iio/adc/mxs-lradc-adc.c 	.type = (chan_type),					\
type              605 drivers/iio/adc/mxs-lradc-adc.c 		.type = IIO_TEMP,
type              617 drivers/iio/adc/mxs-lradc-adc.c 		.type = IIO_TEMP,
type              641 drivers/iio/adc/mxs-lradc-adc.c 		.type = IIO_TEMP,
type              653 drivers/iio/adc/mxs-lradc-adc.c 		.type = IIO_TEMP,
type               64 drivers/iio/adc/nau7802.c 	.type = IIO_VOLTAGE,					\
type               58 drivers/iio/adc/npcm_adc.c 	.type = IIO_VOLTAGE,					\
type              435 drivers/iio/adc/palmas_gpadc.c 	.type = _type,					\
type              180 drivers/iio/adc/qcom-pm8xxx-xoadc.c 	enum iio_chan_type type;
type              223 drivers/iio/adc/qcom-pm8xxx-xoadc.c 		.type = _type,						\
type              806 drivers/iio/adc/qcom-pm8xxx-xoadc.c 	iio_chan->type = hwchan->type;
type              421 drivers/iio/adc/qcom-spmi-adc5.c 	enum iio_chan_type type;
type              431 drivers/iio/adc/qcom-spmi-adc5.c 		.type = _type,						\
type              719 drivers/iio/adc/qcom-spmi-adc5.c 		iio_chan->type = adc_chan->type;
type              468 drivers/iio/adc/qcom-spmi-iadc.c 		.type = IIO_CURRENT,
type              476 drivers/iio/adc/qcom-spmi-iadc.c 		.type = IIO_CURRENT,
type              506 drivers/iio/adc/qcom-spmi-vadc.c 	enum iio_chan_type type;
type              515 drivers/iio/adc/qcom-spmi-vadc.c 		.type = _type,						\
type              524 drivers/iio/adc/qcom-spmi-vadc.c 		.type = _type,						\
type              775 drivers/iio/adc/qcom-spmi-vadc.c 		iio_chan->type = vadc_chan->type;
type              125 drivers/iio/adc/rcar-gyroadc.c 	.type			= IIO_VOLTAGE,			\
type              200 drivers/iio/adc/rcar-gyroadc.c 		if (chan->type != IIO_VOLTAGE)
type              122 drivers/iio/adc/rockchip_saradc.c 	.type = IIO_VOLTAGE,					\
type              389 drivers/iio/adc/sc27xx_adc.c 	.type = IIO_VOLTAGE,					\
type               17 drivers/iio/adc/sd_adc_modulator.c 	.type = IIO_VOLTAGE,
type              207 drivers/iio/adc/spear_adc.c 	.type = IIO_VOLTAGE,				\
type             1063 drivers/iio/adc/stm32-adc.c 				  unsigned int type)
type             1067 drivers/iio/adc/stm32-adc.c 	adc->trigger_polarity = type;
type             1177 drivers/iio/adc/stm32-adc.c 		if (chan->type == IIO_VOLTAGE)
type             1626 drivers/iio/adc/stm32-adc.c 	chan->type = IIO_VOLTAGE;
type               64 drivers/iio/adc/stm32-dfsdm-adc.c 	int type;
type              377 drivers/iio/adc/stm32-dfsdm-adc.c 				 DFSDM_CHCFGR1_SITP(ch->type));
type              642 drivers/iio/adc/stm32-dfsdm-adc.c 	df_ch->type = val;
type              888 drivers/iio/adc/stm32-dfsdm-adc.c 		if (adc->dev_data->type == DFSDM_IIO)
type             1399 drivers/iio/adc/stm32-dfsdm-adc.c 	ch->type = IIO_VOLTAGE;
type             1410 drivers/iio/adc/stm32-dfsdm-adc.c 	if (adc->dev_data->type == DFSDM_AUDIO) {
type             1527 drivers/iio/adc/stm32-dfsdm-adc.c 	.type = DFSDM_IIO,
type             1532 drivers/iio/adc/stm32-dfsdm-adc.c 	.type = DFSDM_AUDIO,
type             1583 drivers/iio/adc/stm32-dfsdm-adc.c 	if (dev_data->type == DFSDM_AUDIO) {
type             1628 drivers/iio/adc/stm32-dfsdm-adc.c 	if (dev_data->type == DFSDM_AUDIO) {
type             1651 drivers/iio/adc/stm32-dfsdm-adc.c 	if (adc->dev_data->type == DFSDM_AUDIO)
type              286 drivers/iio/adc/stm32-dfsdm.h 	unsigned int type;
type              146 drivers/iio/adc/stmpe-adc.c 		switch (chan->type) {
type              214 drivers/iio/adc/stmpe-adc.c 	ics->type = IIO_VOLTAGE;
type              223 drivers/iio/adc/stmpe-adc.c 	ics->type = IIO_TEMP;
type               21 drivers/iio/adc/stx104.c 	.type = IIO_VOLTAGE,				\
type               28 drivers/iio/adc/stx104.c 	.type = IIO_VOLTAGE,						\
type              110 drivers/iio/adc/sun4i-gpadc-iio.c 	.type = IIO_VOLTAGE,					\
type              132 drivers/iio/adc/sun4i-gpadc-iio.c 		.type = IIO_TEMP,
type              149 drivers/iio/adc/sun4i-gpadc-iio.c 		.type = IIO_TEMP,
type              320 drivers/iio/adc/sun4i-gpadc-iio.c 		if (chan->type == IIO_VOLTAGE)
type              331 drivers/iio/adc/sun4i-gpadc-iio.c 		if (chan->type == IIO_VOLTAGE) {
type               74 drivers/iio/adc/ti-adc081c.c 	.type = IIO_VOLTAGE,					\
type               38 drivers/iio/adc/ti-adc0832.c 		.type = IIO_VOLTAGE,					\
type               53 drivers/iio/adc/ti-adc0832.c 		.type = IIO_VOLTAGE,					\
type               38 drivers/iio/adc/ti-adc084s021.c 		.type = IIO_VOLTAGE,                                 \
type               85 drivers/iio/adc/ti-adc108s102.c 		.type = IIO_VOLTAGE,					\
type              198 drivers/iio/adc/ti-adc108s102.c 		if (chan->type != IIO_VOLTAGE)
type               57 drivers/iio/adc/ti-adc12138.c 		.type = IIO_VOLTAGE,					\
type               75 drivers/iio/adc/ti-adc12138.c 		.type = IIO_VOLTAGE,					\
type               94 drivers/iio/adc/ti-adc128s052.c 		.type = IIO_VOLTAGE, \
type               33 drivers/iio/adc/ti-adc161s626.c 		.type = IIO_VOLTAGE,
type               50 drivers/iio/adc/ti-adc161s626.c 		.type = IIO_VOLTAGE,
type              120 drivers/iio/adc/ti-ads1015.c 		.type = IIO_EV_TYPE_THRESH,
type              125 drivers/iio/adc/ti-ads1015.c 		.type = IIO_EV_TYPE_THRESH,
type              129 drivers/iio/adc/ti-ads1015.c 		.type = IIO_EV_TYPE_THRESH,
type              137 drivers/iio/adc/ti-ads1015.c 	.type = IIO_VOLTAGE,					\
type              158 drivers/iio/adc/ti-ads1015.c 	.type = IIO_VOLTAGE,					\
type              181 drivers/iio/adc/ti-ads1015.c 	.type = IIO_VOLTAGE,					\
type              201 drivers/iio/adc/ti-ads1015.c 	.type = IIO_VOLTAGE,					\
type              527 drivers/iio/adc/ti-ads1015.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              567 drivers/iio/adc/ti-ads1015.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              613 drivers/iio/adc/ti-ads1015.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              712 drivers/iio/adc/ti-ads1015.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              105 drivers/iio/adc/ti-ads124s08.c 	.type = IIO_VOLTAGE,					\
type              138 drivers/iio/adc/ti-ads7950.c 	.type = IIO_VOLTAGE,					\
type               37 drivers/iio/adc/ti-ads8344.c 		.type = IIO_VOLTAGE,					\
type               47 drivers/iio/adc/ti-ads8344.c 		.type = IIO_VOLTAGE,					\
type              153 drivers/iio/adc/ti-ads8688.c 	.type = IIO_VOLTAGE,					\
type               58 drivers/iio/adc/ti-tlc4541.c 		.type = IIO_VOLTAGE,                                  \
type              446 drivers/iio/adc/ti_am335x_adc.c 		chan->type = IIO_VOLTAGE;
type              132 drivers/iio/adc/twl4030-madc.c 	u16 type;
type              186 drivers/iio/adc/twl4030-madc.c 	req.type = TWL4030_MADC_WAIT;
type              204 drivers/iio/adc/twl4030-madc.c 	.type = _type,					\
type              790 drivers/iio/adc/twl6030-gpadc.c 	.type = _type,					\
type              500 drivers/iio/adc/vf610_adc.c 	.type = (_chan_type),					\
type              516 drivers/iio/adc/vf610_adc.c 	.type = (_chan_type),	\
type              656 drivers/iio/adc/vf610_adc.c 		switch (chan->type) {
type               36 drivers/iio/adc/viperboard_adc.c 	.type = IIO_VOLTAGE,				\
type              887 drivers/iio/adc/xilinx-xadc-core.c 		switch (chan->type) {
type              981 drivers/iio/adc/xilinx-xadc-core.c 		.type = IIO_EV_TYPE_THRESH,
type              992 drivers/iio/adc/xilinx-xadc-core.c 		.type = IIO_EV_TYPE_THRESH,
type              996 drivers/iio/adc/xilinx-xadc-core.c 		.type = IIO_EV_TYPE_THRESH,
type             1000 drivers/iio/adc/xilinx-xadc-core.c 		.type = IIO_EV_TYPE_THRESH,
type             1007 drivers/iio/adc/xilinx-xadc-core.c 	.type = IIO_TEMP, \
type             1028 drivers/iio/adc/xilinx-xadc-core.c 	.type = IIO_VOLTAGE, \
type               40 drivers/iio/adc/xilinx-xadc-events.c 	if (chan->type == IIO_TEMP) {
type               46 drivers/iio/adc/xilinx-xadc-events.c 			IIO_UNMOD_EVENT_CODE(chan->type, chan->channel,
type               56 drivers/iio/adc/xilinx-xadc-events.c 			IIO_UNMOD_EVENT_CODE(chan->type, chan->channel,
type               75 drivers/iio/adc/xilinx-xadc-events.c 	if (chan->type == IIO_TEMP) {
type               92 drivers/iio/adc/xilinx-xadc-events.c 	if (chan->type == IIO_TEMP)
type              114 drivers/iio/adc/xilinx-xadc-events.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              123 drivers/iio/adc/xilinx-xadc-events.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              162 drivers/iio/adc/xilinx-xadc-events.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              186 drivers/iio/adc/xilinx-xadc-events.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              213 drivers/iio/adc/xilinx-xadc-events.c 	if (chan->type == IIO_TEMP) {
type               24 drivers/iio/adc/xilinx-xadc.h 	const struct iio_chan_spec *chan, enum iio_event_type type,
type               27 drivers/iio/adc/xilinx-xadc.h 	const struct iio_chan_spec *chan, enum iio_event_type type,
type               30 drivers/iio/adc/xilinx-xadc.h 	const struct iio_chan_spec *chan, enum iio_event_type type,
type               34 drivers/iio/adc/xilinx-xadc.h 	const struct iio_chan_spec *chan, enum iio_event_type type,
type               23 drivers/iio/afe/iio-rescale.c 	enum iio_chan_type type;
type               78 drivers/iio/afe/iio-rescale.c 			      const int **vals, int *type, int *length,
type               85 drivers/iio/afe/iio-rescale.c 		*type = IIO_VAL_INT;
type              131 drivers/iio/afe/iio-rescale.c 	chan->type = rescale->cfg->type;
type              243 drivers/iio/afe/iio-rescale.c 		.type = IIO_CURRENT,
type              247 drivers/iio/afe/iio-rescale.c 		.type = IIO_CURRENT,
type              251 drivers/iio/afe/iio-rescale.c 		.type = IIO_VOLTAGE,
type               43 drivers/iio/amplifiers/ad8366.c 	enum ad8366_type	type;
type               73 drivers/iio/amplifiers/ad8366.c 	switch (st->type) {
type              111 drivers/iio/amplifiers/ad8366.c 		switch (st->type) {
type              157 drivers/iio/amplifiers/ad8366.c 	switch (st->type) {
type              189 drivers/iio/amplifiers/ad8366.c 	.type = IIO_VOLTAGE,				\
type              227 drivers/iio/amplifiers/ad8366.c 	st->type = spi_get_device_id(spi)->driver_data;
type              229 drivers/iio/amplifiers/ad8366.c 	switch (st->type) {
type              247 drivers/iio/amplifiers/ad8366.c 	st->info = &ad8366_infos[st->type];
type               38 drivers/iio/chemical/ams-iaq-core.c 		.type = IIO_CONCENTRATION,
type               45 drivers/iio/chemical/ams-iaq-core.c 		.type = IIO_RESISTANCE,
type               50 drivers/iio/chemical/ams-iaq-core.c 		.type = IIO_CONCENTRATION,
type               92 drivers/iio/chemical/atlas-ph-sensor.c 		.type = IIO_PH,
type              106 drivers/iio/chemical/atlas-ph-sensor.c 		.type = IIO_TEMP,
type              117 drivers/iio/chemical/atlas-ph-sensor.c 		.type = IIO_CONCENTRATION, \
type              134 drivers/iio/chemical/atlas-ph-sensor.c 		.type = IIO_ELECTRICALCONDUCTIVITY,
type              150 drivers/iio/chemical/atlas-ph-sensor.c 		.type = IIO_TEMP,
type              161 drivers/iio/chemical/atlas-ph-sensor.c 		.type = IIO_VOLTAGE,
type              417 drivers/iio/chemical/atlas-ph-sensor.c 		switch (chan->type) {
type              445 drivers/iio/chemical/atlas-ph-sensor.c 		switch (chan->type) {
type              484 drivers/iio/chemical/atlas-ph-sensor.c 	if (mask != IIO_CHAN_INFO_RAW || chan->type != IIO_TEMP)
type               88 drivers/iio/chemical/bme680_core.c 		.type = IIO_TEMP,
type               93 drivers/iio/chemical/bme680_core.c 		.type = IIO_PRESSURE,
type               98 drivers/iio/chemical/bme680_core.c 		.type = IIO_HUMIDITYRELATIVE,
type              103 drivers/iio/chemical/bme680_core.c 		.type = IIO_RESISTANCE,
type              778 drivers/iio/chemical/bme680_core.c 		switch (chan->type) {
type              791 drivers/iio/chemical/bme680_core.c 		switch (chan->type) {
type              829 drivers/iio/chemical/bme680_core.c 		switch (chan->type) {
type               82 drivers/iio/chemical/ccs811.c 		.type = IIO_CURRENT,
type               87 drivers/iio/chemical/ccs811.c 		.type = IIO_VOLTAGE,
type               92 drivers/iio/chemical/ccs811.c 		.type = IIO_CONCENTRATION,
type              105 drivers/iio/chemical/ccs811.c 		.type = IIO_CONCENTRATION,
type              211 drivers/iio/chemical/ccs811.c 		switch (chan->type) {
type              244 drivers/iio/chemical/ccs811.c 		switch (chan->type) {
type              147 drivers/iio/chemical/pms7003.c 		switch (chan->type) {
type              173 drivers/iio/chemical/pms7003.c 	.type = IIO_MASSCONCENTRATION, \
type              137 drivers/iio/chemical/sgp30.c 		.type = IIO_CONCENTRATION,
type              144 drivers/iio/chemical/sgp30.c 		.type = IIO_CONCENTRATION,
type              151 drivers/iio/chemical/sgp30.c 		.type = IIO_CONCENTRATION,
type              158 drivers/iio/chemical/sgp30.c 		.type = IIO_CONCENTRATION,
type              168 drivers/iio/chemical/sgp30.c 		.type = IIO_CONCENTRATION,
type              175 drivers/iio/chemical/sgp30.c 		.type = IIO_CONCENTRATION,
type              261 drivers/iio/chemical/sps30.c 		switch (chan->type) {
type              291 drivers/iio/chemical/sps30.c 		switch (chan->type) {
type              440 drivers/iio/chemical/sps30.c 	.type = IIO_MASSCONCENTRATION, \
type               66 drivers/iio/chemical/vz89x.c 		.type = IIO_CONCENTRATION,
type               74 drivers/iio/chemical/vz89x.c 		.type = IIO_CONCENTRATION,
type               82 drivers/iio/chemical/vz89x.c 		.type = IIO_CONCENTRATION,
type               90 drivers/iio/chemical/vz89x.c 		.type = IIO_RESISTANCE,
type              103 drivers/iio/chemical/vz89x.c 		.type = IIO_CONCENTRATION,
type              112 drivers/iio/chemical/vz89x.c 		.type = IIO_CONCENTRATION,
type              120 drivers/iio/chemical/vz89x.c 		.type = IIO_RESISTANCE,
type              278 drivers/iio/chemical/vz89x.c 		switch (chan->type) {
type              292 drivers/iio/chemical/vz89x.c 		switch (chan->type) {
type               39 drivers/iio/common/cros_ec_sensors/cros_ec_lid_angle.c 		.type = IIO_ANGL
type              106 drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c 		switch (st->core.type) {
type              193 drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c 		if (st->core.type == MOTIONSENSE_TYPE_MAG) {
type              268 drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c 		switch (state->core.type) {
type              270 drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c 			channel->type = IIO_ACCEL;
type              273 drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c 			channel->type = IIO_ANGL_VEL;
type              276 drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c 			channel->type = IIO_MAGN;
type              285 drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c 	channel->type = IIO_TIMESTAMP;
type              297 drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c 	    (state->core.type != MOTIONSENSE_TYPE_MAG))
type               54 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c static void get_default_min_max_freq(enum motionsensor_type type,
type               58 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c 	switch (type) {
type              134 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c 		state->type = state->resp->info.type;
type              146 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c 			get_default_min_max_freq(state->resp->info.type,
type              267 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c 	if (st->type == MOTIONSENSE_TYPE_ACCEL)
type              525 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c 				    int *type,
type              535 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c 		*type = IIO_VAL_INT;
type              204 drivers/iio/common/ssp_sensors/ssp_dev.c u32 ssp_get_sensor_delay(struct ssp_data *data, enum ssp_sensor_type type)
type              206 drivers/iio/common/ssp_sensors/ssp_dev.c 	return data->delay_buf[type];
type              218 drivers/iio/common/ssp_sensors/ssp_dev.c int ssp_enable_sensor(struct ssp_data *data, enum ssp_sensor_type type,
type              225 drivers/iio/common/ssp_sensors/ssp_dev.c 	to_send.b = cpu_to_le32(data->batch_latency_buf[type]);
type              226 drivers/iio/common/ssp_sensors/ssp_dev.c 	to_send.c = data->batch_opt_buf[type];
type              228 drivers/iio/common/ssp_sensors/ssp_dev.c 	switch (data->check_status[type]) {
type              234 drivers/iio/common/ssp_sensors/ssp_dev.c 					   type,
type              238 drivers/iio/common/ssp_sensors/ssp_dev.c 			data->check_status[type] = SSP_NO_SENSOR_STATE;
type              242 drivers/iio/common/ssp_sensors/ssp_dev.c 		data->sensor_enable |= BIT(type);
type              243 drivers/iio/common/ssp_sensors/ssp_dev.c 		data->check_status[type] = SSP_RUNNING_SENSOR_STATE;
type              247 drivers/iio/common/ssp_sensors/ssp_dev.c 					   SSP_MSG2SSP_INST_CHANGE_DELAY, type,
type              256 drivers/iio/common/ssp_sensors/ssp_dev.c 		data->check_status[type] = SSP_ADD_SENSOR_STATE;
type              260 drivers/iio/common/ssp_sensors/ssp_dev.c 	data->delay_buf[type] = delay;
type              280 drivers/iio/common/ssp_sensors/ssp_dev.c int ssp_change_delay(struct ssp_data *data, enum ssp_sensor_type type,
type              287 drivers/iio/common/ssp_sensors/ssp_dev.c 	to_send.b = cpu_to_le32(data->batch_latency_buf[type]);
type              288 drivers/iio/common/ssp_sensors/ssp_dev.c 	to_send.c = data->batch_opt_buf[type];
type              290 drivers/iio/common/ssp_sensors/ssp_dev.c 	ret = ssp_send_instruction(data, SSP_MSG2SSP_INST_CHANGE_DELAY, type,
type              297 drivers/iio/common/ssp_sensors/ssp_dev.c 	data->delay_buf[type] = delay;
type              311 drivers/iio/common/ssp_sensors/ssp_dev.c int ssp_disable_sensor(struct ssp_data *data, enum ssp_sensor_type type)
type              316 drivers/iio/common/ssp_sensors/ssp_dev.c 	if (data->sensor_enable & BIT(type)) {
type              317 drivers/iio/common/ssp_sensors/ssp_dev.c 		command = cpu_to_le32(data->delay_buf[type]);
type              321 drivers/iio/common/ssp_sensors/ssp_dev.c 					   type, (u8 *)&command,
type              328 drivers/iio/common/ssp_sensors/ssp_dev.c 		data->sensor_enable &= ~BIT(type);
type              331 drivers/iio/common/ssp_sensors/ssp_dev.c 	data->check_status[type] = SSP_ADD_SENSOR_STATE;
type              498 drivers/iio/common/ssp_sensors/ssp_dev.c void ssp_register_consumer(struct iio_dev *indio_dev, enum ssp_sensor_type type)
type              502 drivers/iio/common/ssp_sensors/ssp_dev.c 	data->sensor_devs[type] = indio_dev;
type               32 drivers/iio/common/ssp_sensors/ssp_iio.c 	return ssp_enable_sensor(data, spd->type,
type               33 drivers/iio/common/ssp_sensors/ssp_iio.c 				 ssp_get_sensor_delay(data, spd->type));
type               50 drivers/iio/common/ssp_sensors/ssp_iio.c 	ret = ssp_disable_sensor(data, spd->type);
type                7 drivers/iio/common/ssp_sensors/ssp_iio_sensor.h 		.type = _type,\
type               23 drivers/iio/common/ssp_sensors/ssp_iio_sensor.h 	.type = IIO_TIMESTAMP,						\
type              397 drivers/iio/dac/ad5064.c 	.type = IIO_VOLTAGE,					\
type              846 drivers/iio/dac/ad5064.c static int ad5064_probe(struct device *dev, enum ad5064_type type,
type              863 drivers/iio/dac/ad5064.c 	st->chip_info = &ad5064_chip_info_tbl[type];
type              101 drivers/iio/dac/ad5360.c 	.type = IIO_VOLTAGE,					\
type              216 drivers/iio/dac/ad5360.c static int ad5360_read(struct iio_dev *indio_dev, unsigned int type,
type              236 drivers/iio/dac/ad5360.c 		AD5360_READBACK_TYPE(type) |
type              458 drivers/iio/dac/ad5360.c 	enum ad5360_type type = spi_get_device_id(spi)->driver_data;
type              473 drivers/iio/dac/ad5360.c 	st->chip_info = &ad5360_chip_info_tbl[type];
type              255 drivers/iio/dac/ad5380.c 	.type = IIO_VOLTAGE,					\
type              368 drivers/iio/dac/ad5380.c 			enum ad5380_type type, const char *name)
type              384 drivers/iio/dac/ad5380.c 	st->chip_info = &ad5380_chip_info_tbl[type];
type               84 drivers/iio/dac/ad5421.c 		.type = IIO_EV_TYPE_THRESH,
type               89 drivers/iio/dac/ad5421.c 		.type = IIO_EV_TYPE_THRESH,
type               98 drivers/iio/dac/ad5421.c 		.type = IIO_EV_TYPE_THRESH,
type              107 drivers/iio/dac/ad5421.c 		.type = IIO_CURRENT,
type              125 drivers/iio/dac/ad5421.c 		.type = IIO_TEMP,
type              318 drivers/iio/dac/ad5421.c 	if (chan->type != IIO_CURRENT)
type              383 drivers/iio/dac/ad5421.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              389 drivers/iio/dac/ad5421.c 	switch (chan->type) {
type              414 drivers/iio/dac/ad5421.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              420 drivers/iio/dac/ad5421.c 	switch (chan->type) {
type              438 drivers/iio/dac/ad5421.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              444 drivers/iio/dac/ad5421.c 	switch (chan->type) {
type              142 drivers/iio/dac/ad5446.c 	.type = IIO_VOLTAGE, \
type              198 drivers/iio/dac/ad5449.c 	.type = IIO_VOLTAGE,					\
type              250 drivers/iio/dac/ad5504.c 	.type = IIO_VOLTAGE, \
type              325 drivers/iio/dac/ad5592r-base.c 		if (chan->type == IIO_VOLTAGE) {
type              415 drivers/iio/dac/ad5592r-base.c 		if (chan->type == IIO_TEMP) {
type              502 drivers/iio/dac/ad5592r-base.c 	chan->type = IIO_VOLTAGE;
type              572 drivers/iio/dac/ad5592r-base.c 	channels[curr_channel].type = IIO_TEMP;
type              167 drivers/iio/dac/ad5624r_spi.c 	.type = IIO_VOLTAGE, \
type              192 drivers/iio/dac/ad5686.c 		.type = IIO_VOLTAGE,				\
type              569 drivers/iio/dac/ad5755.c 			channels[i].type = IIO_VOLTAGE;
type              571 drivers/iio/dac/ad5755.c 			channels[i].type = IIO_CURRENT;
type              728 drivers/iio/dac/ad5755.c 	enum ad5755_type type = spi_get_device_id(spi)->driver_data;
type              743 drivers/iio/dac/ad5755.c 	st->chip_info = &ad5755_chip_info_tbl[type];
type              637 drivers/iio/dac/ad5758.c 	.type = (_chan_type),					\
type              256 drivers/iio/dac/ad5761.c 	.type = IIO_VOLTAGE,				\
type               75 drivers/iio/dac/ad5764.c 	.type = IIO_VOLTAGE,					\
type              274 drivers/iio/dac/ad5764.c 	enum ad5764_type type = spi_get_device_id(spi)->driver_data;
type              289 drivers/iio/dac/ad5764.c 	st->chip_info = &ad5764_chip_infos[type];
type              295 drivers/iio/dac/ad5791.c 	.type = IIO_VOLTAGE,				\
type              176 drivers/iio/dac/ad7303.c 	.type = IIO_VOLTAGE,					\
type               90 drivers/iio/dac/ad8801.c 	.type = IIO_VOLTAGE,			\
type               23 drivers/iio/dac/cio-dac.c 	.type = IIO_VOLTAGE,				\
type               44 drivers/iio/dac/dpot-dac.c 	.type = IIO_VOLTAGE,
type               96 drivers/iio/dac/dpot-dac.c 			       const int **vals, int *type, int *length,
type              103 drivers/iio/dac/dpot-dac.c 		*type = IIO_VAL_INT;
type              169 drivers/iio/dac/dpot-dac.c 	enum iio_chan_type type;
type              200 drivers/iio/dac/dpot-dac.c 	ret = iio_get_channel_type(dac->dpot, &type);
type              204 drivers/iio/dac/dpot-dac.c 	if (type != IIO_RESISTANCE) {
type               27 drivers/iio/dac/ds4424.c 	.type = IIO_CURRENT, \
type               42 drivers/iio/dac/lpc18xx_dac.c 		.type = IIO_VOLTAGE,
type              105 drivers/iio/dac/ltc1660.c 	.type = IIO_VOLTAGE,				\
type              175 drivers/iio/dac/ltc2632.c 		.type = IIO_VOLTAGE, \
type              171 drivers/iio/dac/m62332.c 	.type = IIO_VOLTAGE,					\
type              125 drivers/iio/dac/max517.c 	.type = IIO_VOLTAGE,				\
type              145 drivers/iio/dac/max5821.c 	.type = IIO_VOLTAGE,					\
type              245 drivers/iio/dac/mcp4725.c 		.type		= IIO_VOLTAGE,
type              254 drivers/iio/dac/mcp4725.c 		.type		= IIO_VOLTAGE,
type               36 drivers/iio/dac/mcp4922.c 	.type = IIO_VOLTAGE,				\
type              160 drivers/iio/dac/stm32-dac.c 					unsigned int type)
type              217 drivers/iio/dac/stm32-dac.c 	.type = IIO_VOLTAGE,				\
type              167 drivers/iio/dac/ti-dac082s085.c 	.type = IIO_VOLTAGE,					\
type              220 drivers/iio/dac/ti-dac5571.c 	.type = IIO_VOLTAGE,					\
type              154 drivers/iio/dac/ti-dac7311.c 	.type = IIO_VOLTAGE,					\
type               53 drivers/iio/dac/ti-dac7612.c 	.type = IIO_VOLTAGE,					\
type              104 drivers/iio/dac/vf610_dac.c 	.type = (_chan_type), \
type               55 drivers/iio/dummy/iio_simple_dummy.c 	.type = IIO_EV_TYPE_THRESH,
type               64 drivers/iio/dummy/iio_simple_dummy.c 	.type = IIO_EV_TYPE_CHANGE,
type               74 drivers/iio/dummy/iio_simple_dummy.c 	.type = IIO_EV_TYPE_THRESH,
type               84 drivers/iio/dummy/iio_simple_dummy.c 	.type = IIO_EV_TYPE_THRESH,
type               99 drivers/iio/dummy/iio_simple_dummy.c 		.type = IIO_VOLTAGE,
type              143 drivers/iio/dummy/iio_simple_dummy.c 		.type = IIO_VOLTAGE,
type              178 drivers/iio/dummy/iio_simple_dummy.c 		.type = IIO_VOLTAGE,
type              199 drivers/iio/dummy/iio_simple_dummy.c 		.type = IIO_ACCEL,
type              228 drivers/iio/dummy/iio_simple_dummy.c 		.type = IIO_VOLTAGE,
type              236 drivers/iio/dummy/iio_simple_dummy.c 		.type = IIO_STEPS,
type              247 drivers/iio/dummy/iio_simple_dummy.c 		.type = IIO_ACTIVITY,
type              258 drivers/iio/dummy/iio_simple_dummy.c 		.type = IIO_ACTIVITY,
type              291 drivers/iio/dummy/iio_simple_dummy.c 		switch (chan->type) {
type              317 drivers/iio/dummy/iio_simple_dummy.c 		switch (chan->type) {
type              346 drivers/iio/dummy/iio_simple_dummy.c 		switch (chan->type) {
type              382 drivers/iio/dummy/iio_simple_dummy.c 		switch (chan->type) {
type              392 drivers/iio/dummy/iio_simple_dummy.c 		switch (chan->type) {
type              434 drivers/iio/dummy/iio_simple_dummy.c 		switch (chan->type) {
type              448 drivers/iio/dummy/iio_simple_dummy.c 		switch (chan->type) {
type              492 drivers/iio/dummy/iio_simple_dummy.c 		switch (chan->type) {
type              502 drivers/iio/dummy/iio_simple_dummy.c 		switch (chan->type) {
type               56 drivers/iio/dummy/iio_simple_dummy.h 				       enum iio_event_type type,
type               61 drivers/iio/dummy/iio_simple_dummy.h 					enum iio_event_type type,
type               67 drivers/iio/dummy/iio_simple_dummy.h 				      enum iio_event_type type,
type               74 drivers/iio/dummy/iio_simple_dummy.h 				       enum iio_event_type type,
type               32 drivers/iio/dummy/iio_simple_dummy_events.c 				       enum iio_event_type type,
type               54 drivers/iio/dummy/iio_simple_dummy_events.c 					enum iio_event_type type,
type               64 drivers/iio/dummy/iio_simple_dummy_events.c 	switch (chan->type) {
type               66 drivers/iio/dummy/iio_simple_dummy_events.c 		switch (type) {
type               78 drivers/iio/dummy/iio_simple_dummy_events.c 		switch (type) {
type               87 drivers/iio/dummy/iio_simple_dummy_events.c 		switch (type) {
type              119 drivers/iio/dummy/iio_simple_dummy_events.c 				      enum iio_event_type type,
type              142 drivers/iio/dummy/iio_simple_dummy_events.c 				       enum iio_event_type type,
type              934 drivers/iio/frequency/ad9523.c 			st->ad9523_channels[i].type = IIO_ALTVOLTAGE;
type              368 drivers/iio/frequency/adf4350.c 	.type = IIO_ALTVOLTAGE,
type              433 drivers/iio/frequency/adf4371.c 		.type = IIO_ALTVOLTAGE, \
type               90 drivers/iio/gyro/adis16080.c 		switch (chan->type) {
type              109 drivers/iio/gyro/adis16080.c 		switch (chan->type) {
type              130 drivers/iio/gyro/adis16080.c 		.type = IIO_ANGL_VEL,
type              137 drivers/iio/gyro/adis16080.c 		.type = IIO_VOLTAGE,
type              145 drivers/iio/gyro/adis16080.c 		.type = IIO_VOLTAGE,
type              153 drivers/iio/gyro/adis16080.c 		.type = IIO_TEMP,
type               87 drivers/iio/gyro/adis16130.c 		switch (chan->type) {
type              102 drivers/iio/gyro/adis16130.c 		switch (chan->type) {
type              119 drivers/iio/gyro/adis16130.c 		.type = IIO_ANGL_VEL,
type              127 drivers/iio/gyro/adis16130.c 		.type = IIO_TEMP,
type              306 drivers/iio/gyro/adis16136.c 		switch (chan->type) {
type              359 drivers/iio/gyro/adis16136.c 		.type = IIO_ANGL_VEL,
type              376 drivers/iio/gyro/adis16136.c 		.type = IIO_TEMP,
type              208 drivers/iio/gyro/adis16260.c 		switch (chan->type) {
type              314 drivers/iio/gyro/adxrs450.c 		switch (chan->type) {
type              336 drivers/iio/gyro/adxrs450.c 		switch (chan->type) {
type              373 drivers/iio/gyro/adxrs450.c 			.type = IIO_ANGL_VEL,
type              381 drivers/iio/gyro/adxrs450.c 			.type = IIO_TEMP,
type              390 drivers/iio/gyro/adxrs450.c 			.type = IIO_ANGL_VEL,
type              397 drivers/iio/gyro/adxrs450.c 			.type = IIO_TEMP,
type              557 drivers/iio/gyro/bmg160_core.c 		switch (chan->type) {
type              570 drivers/iio/gyro/bmg160_core.c 		if (chan->type == IIO_TEMP) {
type              578 drivers/iio/gyro/bmg160_core.c 		switch (chan->type) {
type              690 drivers/iio/gyro/bmg160_core.c 			     enum iio_event_type type,
type              711 drivers/iio/gyro/bmg160_core.c 			      enum iio_event_type type,
type              734 drivers/iio/gyro/bmg160_core.c 				    enum iio_event_type type,
type              745 drivers/iio/gyro/bmg160_core.c 				     enum iio_event_type type,
type              820 drivers/iio/gyro/bmg160_core.c 		.type = IIO_EV_TYPE_ROC,
type              827 drivers/iio/gyro/bmg160_core.c 	.type = IIO_ANGL_VEL,						\
type              848 drivers/iio/gyro/bmg160_core.c 		.type = IIO_TEMP,
type              537 drivers/iio/gyro/fxas21002c_core.c 		switch (chan->type) {
type              546 drivers/iio/gyro/fxas21002c_core.c 		switch (chan->type) {
type              591 drivers/iio/gyro/fxas21002c_core.c 		switch (chan->type) {
type              630 drivers/iio/gyro/fxas21002c_core.c 	.type = IIO_ANGL_VEL,						\
type              649 drivers/iio/gyro/fxas21002c_core.c 		.type = IIO_TEMP,
type               48 drivers/iio/gyro/hid-sensor-gyro-3d.c 		.type = IIO_ANGL_VEL,
type               58 drivers/iio/gyro/hid-sensor-gyro-3d.c 		.type = IIO_ANGL_VEL,
type               68 drivers/iio/gyro/hid-sensor-gyro-3d.c 		.type = IIO_ANGL_VEL,
type               99 drivers/iio/gyro/itg3200_core.c 		if (chan->type == IIO_TEMP)
type              260 drivers/iio/gyro/itg3200_core.c 	.type = IIO_ANGL_VEL, \
type              274 drivers/iio/gyro/itg3200_core.c 		.type = IIO_TEMP,
type              272 drivers/iio/gyro/mpu3050-core.c 		switch (chan->type) {
type              281 drivers/iio/gyro/mpu3050-core.c 		switch (chan->type) {
type              292 drivers/iio/gyro/mpu3050-core.c 		switch (chan->type) {
type              321 drivers/iio/gyro/mpu3050-core.c 		switch (chan->type) {
type              391 drivers/iio/gyro/mpu3050-core.c 		if (chan->type != IIO_ANGL_VEL)
type              417 drivers/iio/gyro/mpu3050-core.c 		if (chan->type != IIO_ANGL_VEL)
type              686 drivers/iio/gyro/mpu3050-core.c 		.type = IIO_ANGL_VEL,					\
type              705 drivers/iio/gyro/mpu3050-core.c 		.type = IIO_TEMP,
type              108 drivers/iio/gyro/ssp_gyro_sensor.c 	spd->type = SSP_GYROSCOPE_SENSOR;
type              249 drivers/iio/health/afe4403.c 	switch (chan->type) {
type              286 drivers/iio/health/afe4403.c 	switch (chan->type) {
type              256 drivers/iio/health/afe4404.c 	switch (chan->type) {
type              299 drivers/iio/health/afe4404.c 	switch (chan->type) {
type               85 drivers/iio/health/afe440x.h 		.type = IIO_INTENSITY,				\
type              102 drivers/iio/health/afe440x.h 		.type = IIO_CURRENT,				\
type              118 drivers/iio/health/max30100.c 		.type = IIO_INTENSITY,
type              131 drivers/iio/health/max30100.c 		.type = IIO_INTENSITY,
type              144 drivers/iio/health/max30100.c 		.type = IIO_TEMP,
type              134 drivers/iio/health/max30102.c 		.type = IIO_INTENSITY, \
type              151 drivers/iio/health/max30102.c 		.type = IIO_TEMP,
type              163 drivers/iio/health/max30102.c 		.type = IIO_TEMP,
type               46 drivers/iio/humidity/am2315.c 		.type = IIO_HUMIDITYRELATIVE,
type               58 drivers/iio/humidity/am2315.c 		.type = IIO_TEMP,
type              203 drivers/iio/humidity/am2315.c 		*val = (chan->type == IIO_HUMIDITYRELATIVE) ?
type              264 drivers/iio/humidity/dht11.c 	if (chan->type == IIO_TEMP)
type              266 drivers/iio/humidity/dht11.c 	else if (chan->type == IIO_HUMIDITYRELATIVE)
type              281 drivers/iio/humidity/dht11.c 	{ .type = IIO_TEMP,
type              283 drivers/iio/humidity/dht11.c 	{ .type = IIO_HUMIDITYRELATIVE,
type               86 drivers/iio/humidity/hdc100x.c 		.type = IIO_TEMP,
type              101 drivers/iio/humidity/hdc100x.c 		.type = IIO_HUMIDITYRELATIVE,
type              115 drivers/iio/humidity/hdc100x.c 		.type = IIO_CURRENT,
type              202 drivers/iio/humidity/hdc100x.c 		if (chan->type == IIO_CURRENT) {
type              227 drivers/iio/humidity/hdc100x.c 		if (chan->type == IIO_TEMP) {
type              263 drivers/iio/humidity/hdc100x.c 		if (chan->type != IIO_CURRENT || val2 != 0)
type               30 drivers/iio/humidity/hid-sensor-humidity.c 		.type = IIO_HUMIDITYRELATIVE,
type               59 drivers/iio/humidity/hid-sensor-humidity.c 		if (chan->type != IIO_HUMIDITYRELATIVE)
type              100 drivers/iio/humidity/hts221_core.c 		.type = IIO_HUMIDITYRELATIVE,
type              116 drivers/iio/humidity/hts221_core.c 		.type = IIO_TEMP,
type              177 drivers/iio/humidity/hts221_core.c 			     enum hts221_sensor_type type,
type              180 drivers/iio/humidity/hts221_core.c 	const struct hts221_avg *avg = &hts221_avg_list[type];
type              196 drivers/iio/humidity/hts221_core.c 	hw->sensors[type].cur_avg_idx = i;
type              443 drivers/iio/humidity/hts221_core.c 		ret = hts221_get_sensor_scale(hw, ch->type, val, val2);
type              446 drivers/iio/humidity/hts221_core.c 		ret = hts221_get_sensor_offset(hw, ch->type, val, val2);
type              456 drivers/iio/humidity/hts221_core.c 		switch (ch->type) {
type              501 drivers/iio/humidity/hts221_core.c 		switch (chan->type) {
type               48 drivers/iio/humidity/htu21.c 		switch (channel->type) {
type              105 drivers/iio/humidity/htu21.c 		.type = IIO_TEMP,
type              110 drivers/iio/humidity/htu21.c 		.type = IIO_HUMIDITYRELATIVE,
type              122 drivers/iio/humidity/htu21.c 		.type = IIO_HUMIDITYRELATIVE,
type               82 drivers/iio/humidity/si7005.c 		ret = si7005_read_measurement(data, chan->type == IIO_TEMP);
type               88 drivers/iio/humidity/si7005.c 		if (chan->type == IIO_TEMP) {
type               97 drivers/iio/humidity/si7005.c 		if (chan->type == IIO_TEMP)
type              111 drivers/iio/humidity/si7005.c 		.type = IIO_HUMIDITYRELATIVE,
type              116 drivers/iio/humidity/si7005.c 		.type = IIO_TEMP,
type               46 drivers/iio/humidity/si7020.c 						  chan->type == IIO_TEMP ?
type               56 drivers/iio/humidity/si7020.c 		if (chan->type == IIO_HUMIDITYRELATIVE)
type               60 drivers/iio/humidity/si7020.c 		if (chan->type == IIO_TEMP)
type               76 drivers/iio/humidity/si7020.c 		if (chan->type == IIO_TEMP)
type               90 drivers/iio/humidity/si7020.c 		.type = IIO_HUMIDITYRELATIVE,
type               95 drivers/iio/humidity/si7020.c 		.type = IIO_TEMP,
type               35 drivers/iio/iio_core.h ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
type              563 drivers/iio/imu/adis16400.c 		switch (chan->type) {
type              690 drivers/iio/imu/adis16400.c 	.type = IIO_VOLTAGE, \
type              715 drivers/iio/imu/adis16400.c 	.type = IIO_ANGL_VEL, \
type              735 drivers/iio/imu/adis16400.c 	.type = IIO_ACCEL, \
type              755 drivers/iio/imu/adis16400.c 	.type = IIO_MAGN, \
type              778 drivers/iio/imu/adis16400.c 	.type = IIO_TEMP, \
type              800 drivers/iio/imu/adis16400.c 	.type = IIO_TEMP, \
type              819 drivers/iio/imu/adis16400.c 	.type = IIO_INCLI, \
type              874 drivers/iio/imu/adis16400.c 		.type = IIO_PRESSURE,
type              198 drivers/iio/imu/adis16460.c 		switch (chan->type) {
type              246 drivers/iio/imu/adis16460.c 		.type = (_type), \
type              273 drivers/iio/imu/adis16460.c 		.type = IIO_TEMP, \
type              428 drivers/iio/imu/adis16480.c 	switch (chan->type) {
type              453 drivers/iio/imu/adis16480.c 	switch (chan->type) {
type              605 drivers/iio/imu/adis16480.c 		switch (chan->type) {
type              676 drivers/iio/imu/adis16480.c 		.type = (_type), \
type              716 drivers/iio/imu/adis16480.c 		.type = IIO_PRESSURE, \
type              734 drivers/iio/imu/adis16480.c 		.type = IIO_TEMP, \
type               99 drivers/iio/imu/bmi160/bmi160_core.c 	.type = _type,						\
type              443 drivers/iio/imu/bmi160/bmi160_core.c 		ret = bmi160_get_data(data, chan->type, chan->channel2, val);
type              450 drivers/iio/imu/bmi160/bmi160_core.c 				       bmi160_to_sensor(chan->type), val2);
type              453 drivers/iio/imu/bmi160/bmi160_core.c 		ret = bmi160_get_odr(data, bmi160_to_sensor(chan->type),
type              472 drivers/iio/imu/bmi160/bmi160_core.c 					bmi160_to_sensor(chan->type), val2);
type              475 drivers/iio/imu/bmi160/bmi160_core.c 		return bmi160_set_odr(data, bmi160_to_sensor(chan->type),
type               67 drivers/iio/imu/inv_mpu6050/inv_mpu_acpi.c 			if (sub_elem->type == ACPI_TYPE_STRING)
type               68 drivers/iio/imu/inv_mpu6050/inv_mpu_acpi.c 				strlcpy(info->type, sub_elem->string.pointer,
type               69 drivers/iio/imu/inv_mpu6050/inv_mpu_acpi.c 					sizeof(info->type));
type               70 drivers/iio/imu/inv_mpu6050/inv_mpu_acpi.c 			else if (sub_elem->type == ACPI_TYPE_INTEGER) {
type              165 drivers/iio/imu/inv_mpu6050/inv_mpu_acpi.c 				strlcpy(info.type, dev_name(&adev->dev),
type              166 drivers/iio/imu/inv_mpu6050/inv_mpu_acpi.c 					sizeof(info.type));
type              167 drivers/iio/imu/inv_mpu6050/inv_mpu_acpi.c 				name = strchr(info.type, ':');
type              170 drivers/iio/imu/inv_mpu6050/inv_mpu_acpi.c 				strlcat(info.type, "-client",
type              171 drivers/iio/imu/inv_mpu6050/inv_mpu_acpi.c 					sizeof(info.type));
type              401 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c 	switch (chan->type) {
type              467 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c 		switch (chan->type) {
type              490 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c 		switch (chan->type) {
type              498 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c 		switch (chan->type) {
type              545 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c 		switch (chan->type) {
type              600 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c 		switch (chan->type) {
type              613 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c 		switch (chan->type) {
type              819 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c 		.type = _type,                                        \
type              843 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c 		.type = IIO_TEMP,
type              880 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c 		.type = IIO_TEMP,
type              222 drivers/iio/imu/kmx61.c 	.type = IIO_EV_TYPE_THRESH,
type              230 drivers/iio/imu/kmx61.c 	.type = IIO_ACCEL, \
type              250 drivers/iio/imu/kmx61.c 	.type = IIO_MAGN, \
type              793 drivers/iio/imu/kmx61.c 		switch (chan->type) {
type              826 drivers/iio/imu/kmx61.c 		switch (chan->type) {
type              840 drivers/iio/imu/kmx61.c 		if (chan->type != IIO_ACCEL && chan->type != IIO_MAGN)
type              862 drivers/iio/imu/kmx61.c 		if (chan->type != IIO_ACCEL && chan->type != IIO_MAGN)
type              870 drivers/iio/imu/kmx61.c 		switch (chan->type) {
type              888 drivers/iio/imu/kmx61.c 			    enum iio_event_type type,
type              910 drivers/iio/imu/kmx61.c 			     enum iio_event_type type,
type              934 drivers/iio/imu/kmx61.c 				   enum iio_event_type type,
type              944 drivers/iio/imu/kmx61.c 				    enum iio_event_type type,
type               59 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h 	.type = chan_type,						\
type              233 drivers/iio/industrialio-buffer.c 	u8 type = this_attr->c->scan_type.endianness;
type              235 drivers/iio/industrialio-buffer.c 	if (type == IIO_CPU) {
type              237 drivers/iio/industrialio-buffer.c 		type = IIO_LE;
type              239 drivers/iio/industrialio-buffer.c 		type = IIO_BE;
type              244 drivers/iio/industrialio-buffer.c 		       iio_endian_prefix[type],
type              252 drivers/iio/industrialio-buffer.c 		       iio_endian_prefix[type],
type              470 drivers/iio/industrialio-buffer.c 	if (chan->type != IIO_TIMESTAMP)
type             1299 drivers/iio/industrialio-buffer.c 			if (channels[i].type == IIO_TIMESTAMP)
type              552 drivers/iio/industrialio-core.c static ssize_t __iio_format_value(char *buf, size_t len, unsigned int type,
type              559 drivers/iio/industrialio-core.c 	switch (type) {
type              618 drivers/iio/industrialio-core.c ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals)
type              622 drivers/iio/industrialio-core.c 	len = __iio_format_value(buf, PAGE_SIZE, type, size, vals);
type              656 drivers/iio/industrialio-core.c 				     int type, int length)
type              661 drivers/iio/industrialio-core.c 	switch (type) {
type              665 drivers/iio/industrialio-core.c 						  type, 1, &vals[i]);
type              681 drivers/iio/industrialio-core.c 						  type, 2, &vals[i * 2]);
type              698 drivers/iio/industrialio-core.c static ssize_t iio_format_avail_range(char *buf, const int *vals, int type)
type              704 drivers/iio/industrialio-core.c 	switch (type) {
type              708 drivers/iio/industrialio-core.c 						  type, 1, &vals[i]);
type              724 drivers/iio/industrialio-core.c 						  type, 2, &vals[i * 2]);
type              750 drivers/iio/industrialio-core.c 	int type;
type              753 drivers/iio/industrialio-core.c 					  &vals, &type, &length,
type              760 drivers/iio/industrialio-core.c 		return iio_format_avail_list(buf, vals, type, length);
type              762 drivers/iio/industrialio-core.c 		return iio_format_avail_range(buf, vals, type);
type              930 drivers/iio/industrialio-core.c 					    iio_chan_type_name_spec[chan->type],
type              931 drivers/iio/industrialio-core.c 					    iio_chan_type_name_spec[chan->type],
type              943 drivers/iio/industrialio-core.c 					    iio_chan_type_name_spec[chan->type],
type              945 drivers/iio/industrialio-core.c 					    iio_chan_type_name_spec[chan->type],
type              963 drivers/iio/industrialio-core.c 					    iio_chan_type_name_spec[chan->type],
type              971 drivers/iio/industrialio-core.c 						    iio_chan_type_name_spec[chan->type],
type              977 drivers/iio/industrialio-core.c 						    iio_chan_type_name_spec[chan->type],
type             1343 drivers/iio/industrialio-core.c 			if (chan->type == IIO_TIMESTAMP)
type             1441 drivers/iio/industrialio-core.c 		dev->dev.type = &iio_device_type;
type              249 drivers/iio/industrialio-event.c 	return attr->c->event_spec[attr->address & 0xffff].type;
type              343 drivers/iio/industrialio-event.c 	enum iio_event_type type, enum iio_event_direction dir,
type              359 drivers/iio/industrialio-event.c 					iio_ev_type_text[type],
type              364 drivers/iio/industrialio-event.c 					iio_ev_type_text[type],
type              399 drivers/iio/industrialio-event.c 	enum iio_event_type type;
type              402 drivers/iio/industrialio-event.c 		type = chan->event_spec[i].type;
type              405 drivers/iio/industrialio-event.c 		ret = iio_device_add_event(indio_dev, chan, i, type, dir,
type              411 drivers/iio/industrialio-event.c 		ret = iio_device_add_event(indio_dev, chan, i, type, dir,
type              418 drivers/iio/industrialio-event.c 		ret = iio_device_add_event(indio_dev, chan, i, type, dir,
type              425 drivers/iio/industrialio-event.c 		ret = iio_device_add_event(indio_dev, chan, i, type, dir,
type               96 drivers/iio/industrialio-sw-device.c struct iio_sw_device *iio_sw_device_create(const char *type, const char *name)
type              101 drivers/iio/industrialio-sw-device.c 	dt = iio_get_sw_device_type(type);
type              103 drivers/iio/industrialio-sw-device.c 		pr_err("Invalid device type: %s\n", type);
type               96 drivers/iio/industrialio-sw-trigger.c struct iio_sw_trigger *iio_sw_trigger_create(const char *type, const char *name)
type              101 drivers/iio/industrialio-sw-trigger.c 	tt = iio_get_sw_trigger_type(type);
type              103 drivers/iio/industrialio-sw-trigger.c 		pr_err("Invalid trigger type: %s\n", type);
type              262 drivers/iio/industrialio-trigger.c 				   pf->type, pf->name,
type              326 drivers/iio/industrialio-trigger.c 		    int type,
type              346 drivers/iio/industrialio-trigger.c 	pf->type = type;
type              528 drivers/iio/industrialio-trigger.c 	trig->dev.type = &iio_trig_type;
type               95 drivers/iio/inkern.c 	return dev->of_node == data && dev->type == &iio_device_type;
type              723 drivers/iio/inkern.c 				  const int **vals, int *type, int *length,
type              730 drivers/iio/inkern.c 						 vals, type, length, info);
type              734 drivers/iio/inkern.c 				     const int **vals, int *type, int *length,
type              745 drivers/iio/inkern.c 	ret = iio_channel_read_avail(chan, vals, type, length, attribute);
type              757 drivers/iio/inkern.c 	int type;
type              759 drivers/iio/inkern.c 	ret = iio_read_avail_channel_attribute(chan, vals, &type, length,
type              762 drivers/iio/inkern.c 	if (ret >= 0 && type != IIO_VAL_INT)
type              771 drivers/iio/inkern.c 				int *val, int *val2, int *type,
type              782 drivers/iio/inkern.c 	ret = iio_channel_read_avail(chan, &vals, type, &length, info);
type              785 drivers/iio/inkern.c 		switch (*type) {
type              798 drivers/iio/inkern.c 		switch (*type) {
type              820 drivers/iio/inkern.c 	int type;
type              828 drivers/iio/inkern.c 	ret = iio_channel_read_max(chan, val, NULL, &type, IIO_CHAN_INFO_RAW);
type              836 drivers/iio/inkern.c int iio_get_channel_type(struct iio_channel *chan, enum iio_chan_type *type)
type              847 drivers/iio/inkern.c 	*type = chan->channel->type;
type               38 drivers/iio/light/acpi-als.c 		.type		= IIO_LIGHT,
type              148 drivers/iio/light/acpi-als.c 	if (chan->type != IIO_LIGHT)
type              144 drivers/iio/light/adjd_s311.c 	.type = IIO_INTENSITY, \
type               65 drivers/iio/light/al3320a.c 		.type	= IIO_LIGHT,
type              243 drivers/iio/light/apds9300.c 	switch (chan->type) {
type              274 drivers/iio/light/apds9300.c 		const struct iio_chan_spec *chan, enum iio_event_type type,
type              295 drivers/iio/light/apds9300.c 		const struct iio_chan_spec *chan, enum iio_event_type type,
type              314 drivers/iio/light/apds9300.c 		enum iio_event_type type,
type              323 drivers/iio/light/apds9300.c 		const struct iio_chan_spec *chan, enum iio_event_type type,
type              350 drivers/iio/light/apds9300.c 		.type = IIO_EV_TYPE_THRESH,
type              355 drivers/iio/light/apds9300.c 		.type = IIO_EV_TYPE_THRESH,
type              364 drivers/iio/light/apds9300.c 		.type = IIO_LIGHT,
type              369 drivers/iio/light/apds9300.c 		.type = IIO_INTENSITY,
type              377 drivers/iio/light/apds9300.c 		.type = IIO_INTENSITY,
type              225 drivers/iio/light/apds9960.c 		.type = IIO_EV_TYPE_THRESH,
type              231 drivers/iio/light/apds9960.c 		.type = IIO_EV_TYPE_THRESH,
type              240 drivers/iio/light/apds9960.c 		.type = IIO_EV_TYPE_THRESH,
type              246 drivers/iio/light/apds9960.c 		.type = IIO_EV_TYPE_THRESH,
type              254 drivers/iio/light/apds9960.c 	.type = IIO_PROXIMITY, \
type              266 drivers/iio/light/apds9960.c 	.type = IIO_INTENSITY, \
type              280 drivers/iio/light/apds9960.c 		.type = IIO_PROXIMITY,
type              298 drivers/iio/light/apds9960.c 		.type = IIO_INTENSITY,
type              482 drivers/iio/light/apds9960.c 		switch (chan->type) {
type              504 drivers/iio/light/apds9960.c 		switch (chan->type) {
type              517 drivers/iio/light/apds9960.c 		switch (chan->type) {
type              545 drivers/iio/light/apds9960.c 		switch (chan->type) {
type              556 drivers/iio/light/apds9960.c 		switch (chan->type) {
type              577 drivers/iio/light/apds9960.c 		switch (chan->type) {
type              589 drivers/iio/light/apds9960.c 		switch (chan->type) {
type              609 drivers/iio/light/apds9960.c 			       enum iio_event_type type,
type              626 drivers/iio/light/apds9960.c 	if (chan->type == IIO_PROXIMITY) {
type              630 drivers/iio/light/apds9960.c 	} else if (chan->type == IIO_INTENSITY) {
type              645 drivers/iio/light/apds9960.c 				enum iio_event_type type,
type              662 drivers/iio/light/apds9960.c 	if (chan->type == IIO_PROXIMITY) {
type              668 drivers/iio/light/apds9960.c 	} else if (chan->type == IIO_INTENSITY) {
type              683 drivers/iio/light/apds9960.c 				      enum iio_event_type type,
type              688 drivers/iio/light/apds9960.c 	switch (chan->type) {
type              702 drivers/iio/light/apds9960.c 				       enum iio_event_type type,
type              711 drivers/iio/light/apds9960.c 	switch (chan->type) {
type              141 drivers/iio/light/bh1750.c 		switch (chan->type) {
type              224 drivers/iio/light/bh1750.c 		.type = IIO_LIGHT,
type              108 drivers/iio/light/bh1780.c 		switch (chan->type) {
type              138 drivers/iio/light/bh1780.c 		.type = IIO_LIGHT,
type              271 drivers/iio/light/cm32181.c 		.type = IIO_LIGHT,
type              301 drivers/iio/light/cm3232.c 		.type = IIO_LIGHT,
type               53 drivers/iio/light/cm3323.c 	.type = IIO_INTENSITY, \
type              114 drivers/iio/light/cm3605.c 		switch (chan->type) {
type              135 drivers/iio/light/cm3605.c 		.type = IIO_EV_TYPE_THRESH,
type              143 drivers/iio/light/cm3605.c 		.type = IIO_PROXIMITY,
type              148 drivers/iio/light/cm3605.c 		.type = IIO_LIGHT,
type              196 drivers/iio/light/cm36651.c 	switch (chan->type) {
type              332 drivers/iio/light/cm36651.c 	if (chan->type == IIO_LIGHT)
type              334 drivers/iio/light/cm36651.c 	else if (chan->type == IIO_PROXIMITY)
type              358 drivers/iio/light/cm36651.c 	switch (chan->type) {
type              397 drivers/iio/light/cm36651.c 	switch (chan->type) {
type              490 drivers/iio/light/cm36651.c 					enum iio_event_type type,
type              504 drivers/iio/light/cm36651.c 					enum iio_event_type type,
type              530 drivers/iio/light/cm36651.c 					enum iio_event_type type,
type              549 drivers/iio/light/cm36651.c 					enum iio_event_type type,
type              565 drivers/iio/light/cm36651.c 	.type = IIO_LIGHT,				\
type              575 drivers/iio/light/cm36651.c 		.type = IIO_EV_TYPE_THRESH,
type              584 drivers/iio/light/cm36651.c 		.type = IIO_PROXIMITY,
type               53 drivers/iio/light/cros_ec_light_prox.c 		if (chan->type == IIO_PROXIMITY) {
type               65 drivers/iio/light/cros_ec_light_prox.c 		if (chan->type == IIO_LIGHT) {
type              193 drivers/iio/light/cros_ec_light_prox.c 	state->core.type = state->core.resp->info.type;
type              211 drivers/iio/light/cros_ec_light_prox.c 	switch (state->core.type) {
type              213 drivers/iio/light/cros_ec_light_prox.c 		channel->type = IIO_LIGHT;
type              220 drivers/iio/light/cros_ec_light_prox.c 		channel->type = IIO_PROXIMITY;
type              233 drivers/iio/light/cros_ec_light_prox.c 	channel->type = IIO_TIMESTAMP;
type             1000 drivers/iio/light/gp2ap020a00f.c 	switch (chan->type) {
type             1020 drivers/iio/light/gp2ap020a00f.c 					enum iio_event_type type,
type             1079 drivers/iio/light/gp2ap020a00f.c 				       enum iio_event_type type,
type             1162 drivers/iio/light/gp2ap020a00f.c 					   enum iio_event_type type,
type             1172 drivers/iio/light/gp2ap020a00f.c 	switch (chan->type) {
type             1198 drivers/iio/light/gp2ap020a00f.c 					   enum iio_event_type type,
type             1206 drivers/iio/light/gp2ap020a00f.c 	switch (chan->type) {
type             1300 drivers/iio/light/gp2ap020a00f.c 		.type = IIO_EV_TYPE_THRESH,
type             1305 drivers/iio/light/gp2ap020a00f.c 		.type = IIO_EV_TYPE_THRESH,
type             1314 drivers/iio/light/gp2ap020a00f.c 		.type = IIO_EV_TYPE_ROC,
type             1319 drivers/iio/light/gp2ap020a00f.c 		.type = IIO_EV_TYPE_ROC,
type             1328 drivers/iio/light/gp2ap020a00f.c 		.type = IIO_LIGHT,
type             1345 drivers/iio/light/gp2ap020a00f.c 		.type = IIO_LIGHT,
type             1360 drivers/iio/light/gp2ap020a00f.c 		.type = IIO_PROXIMITY,
type               41 drivers/iio/light/hid-sensor-als.c 		.type = IIO_INTENSITY,
type               52 drivers/iio/light/hid-sensor-als.c 		.type = IIO_LIGHT,
type               33 drivers/iio/light/hid-sensor-prox.c 		.type = IIO_PROXIMITY,
type               83 drivers/iio/light/isl29018.c 	int			type;
type              100 drivers/iio/light/isl29018.c 	for (i = 0; i < ARRAY_SIZE(isl29018_int_utimes[chip->type]); ++i) {
type              101 drivers/iio/light/isl29018.c 		if (utime == isl29018_int_utimes[chip->type][i]) {
type              107 drivers/iio/light/isl29018.c 	if (i >= ARRAY_SIZE(isl29018_int_utimes[chip->type]))
type              294 drivers/iio/light/isl29018.c 	for (i = 0; i < ARRAY_SIZE(isl29018_int_utimes[chip->type]); ++i)
type              296 drivers/iio/light/isl29018.c 			       isl29018_int_utimes[chip->type][i]);
type              375 drivers/iio/light/isl29018.c 		if (chan->type == IIO_LIGHT) {
type              382 drivers/iio/light/isl29018.c 		if (chan->type == IIO_LIGHT && !val)
type              386 drivers/iio/light/isl29018.c 		if (chan->type == IIO_LIGHT)
type              416 drivers/iio/light/isl29018.c 		switch (chan->type) {
type              435 drivers/iio/light/isl29018.c 		if (chan->type == IIO_LIGHT) {
type              437 drivers/iio/light/isl29018.c 			*val2 = isl29018_int_utimes[chip->type][chip->int_time];
type              442 drivers/iio/light/isl29018.c 		if (chan->type == IIO_LIGHT) {
type              449 drivers/iio/light/isl29018.c 		if (chan->type == IIO_LIGHT) {
type              466 drivers/iio/light/isl29018.c 	.type = IIO_LIGHT,						\
type              476 drivers/iio/light/isl29018.c 	.type = IIO_INTENSITY,						\
type              483 drivers/iio/light/isl29018.c 	.type = IIO_PROXIMITY,						\
type              536 drivers/iio/light/isl29018.c 	if (chip->type == isl29035) {
type              611 drivers/iio/light/isl29018.c 			isl29018_int_utimes[chip->type][chip->int_time]);
type              741 drivers/iio/light/isl29018.c 	chip->type = dev_id;
type              369 drivers/iio/light/isl29028.c 	switch (chan->type) {
type              406 drivers/iio/light/isl29028.c 			__func__, chan->type);
type              440 drivers/iio/light/isl29028.c 		switch (chan->type) {
type              460 drivers/iio/light/isl29028.c 		if (chan->type != IIO_PROXIMITY)
type              468 drivers/iio/light/isl29028.c 		if (chan->type != IIO_LIGHT)
type              513 drivers/iio/light/isl29028.c 		.type = IIO_LIGHT,
type              517 drivers/iio/light/isl29028.c 		.type = IIO_INTENSITY,
type              520 drivers/iio/light/isl29028.c 		.type = IIO_PROXIMITY,
type               58 drivers/iio/light/isl29125.c 	.type = IIO_INTENSITY, \
type              223 drivers/iio/light/jsa1212.c 		switch (chan->type) {
type              237 drivers/iio/light/jsa1212.c 		switch (chan->type) {
type              255 drivers/iio/light/jsa1212.c 		.type = IIO_LIGHT,
type              260 drivers/iio/light/jsa1212.c 		.type = IIO_PROXIMITY,
type              199 drivers/iio/light/lm3533-als.c 		switch (chan->type) {
type              226 drivers/iio/light/lm3533-als.c 		.type		= IIO_CURRENT,				\
type              235 drivers/iio/light/lm3533-als.c 		.type		= IIO_LIGHT,
type              489 drivers/iio/light/lm3533-als.c 	enum lm3533_als_attribute_type type;
type              509 drivers/iio/light/lm3533-als.c 	switch (als_attr->type) {
type              548 drivers/iio/light/lm3533-als.c 	switch (als_attr->type) {
type              573 drivers/iio/light/lm3533-als.c 	  .type		= _type,					\
type              423 drivers/iio/light/ltr501.c 				 enum iio_chan_type type,
type              428 drivers/iio/light/ltr501.c 	switch (type) {
type              460 drivers/iio/light/ltr501.c 				  enum iio_chan_type type,
type              472 drivers/iio/light/ltr501.c 	switch (type) {
type              522 drivers/iio/light/ltr501.c 		.type = IIO_EV_TYPE_THRESH,
type              526 drivers/iio/light/ltr501.c 		.type = IIO_EV_TYPE_THRESH,
type              530 drivers/iio/light/ltr501.c 		.type = IIO_EV_TYPE_THRESH,
type              540 drivers/iio/light/ltr501.c 		.type = IIO_EV_TYPE_THRESH,
type              544 drivers/iio/light/ltr501.c 		.type = IIO_EV_TYPE_THRESH,
type              548 drivers/iio/light/ltr501.c 		.type = IIO_EV_TYPE_THRESH,
type              557 drivers/iio/light/ltr501.c 	.type = IIO_INTENSITY, \
type              575 drivers/iio/light/ltr501.c 	.type = IIO_LIGHT, \
type              591 drivers/iio/light/ltr501.c 		.type = IIO_PROXIMITY,
type              631 drivers/iio/light/ltr501.c 		switch (chan->type) {
type              654 drivers/iio/light/ltr501.c 		switch (chan->type) {
type              683 drivers/iio/light/ltr501.c 		switch (chan->type) {
type              700 drivers/iio/light/ltr501.c 		switch (chan->type) {
type              707 drivers/iio/light/ltr501.c 		switch (chan->type) {
type              745 drivers/iio/light/ltr501.c 		switch (chan->type) {
type              782 drivers/iio/light/ltr501.c 		switch (chan->type) {
type              799 drivers/iio/light/ltr501.c 		switch (chan->type) {
type              811 drivers/iio/light/ltr501.c 			ret = ltr501_write_intr_prst(data, chan->type,
type              829 drivers/iio/light/ltr501.c 			ret = ltr501_write_intr_prst(data, chan->type,
type              853 drivers/iio/light/ltr501.c 			      enum iio_event_type type,
type              861 drivers/iio/light/ltr501.c 	switch (chan->type) {
type              913 drivers/iio/light/ltr501.c 			       enum iio_event_type type,
type              924 drivers/iio/light/ltr501.c 	switch (chan->type) {
type              976 drivers/iio/light/ltr501.c 			     enum iio_event_type type,
type              985 drivers/iio/light/ltr501.c 		return ltr501_read_thresh(indio_dev, chan, type, dir,
type              989 drivers/iio/light/ltr501.c 					    chan->type, val2);
type             1002 drivers/iio/light/ltr501.c 			      enum iio_event_type type,
type             1011 drivers/iio/light/ltr501.c 		return ltr501_write_thresh(indio_dev, chan, type, dir,
type             1014 drivers/iio/light/ltr501.c 		return ltr501_write_intr_prst(iio_priv(indio_dev), chan->type,
type             1025 drivers/iio/light/ltr501.c 				    enum iio_event_type type,
type             1031 drivers/iio/light/ltr501.c 	switch (chan->type) {
type             1051 drivers/iio/light/ltr501.c 				     enum iio_event_type type,
type             1061 drivers/iio/light/ltr501.c 	switch (chan->type) {
type              233 drivers/iio/light/lv0104cs.c 	if (chan->type != IIO_LIGHT)
type              375 drivers/iio/light/lv0104cs.c 	if (chan->type != IIO_LIGHT)
type              469 drivers/iio/light/lv0104cs.c 		.type = IIO_LIGHT,
type              132 drivers/iio/light/max44000.c 		.type = IIO_LIGHT,
type              144 drivers/iio/light/max44000.c 		.type = IIO_PROXIMITY,
type              155 drivers/iio/light/max44000.c 		.type = IIO_CURRENT,
type              267 drivers/iio/light/max44000.c 		switch (chan->type) {
type              300 drivers/iio/light/max44000.c 		switch (chan->type) {
type              347 drivers/iio/light/max44000.c 	if (mask == IIO_CHAN_INFO_RAW && chan->type == IIO_CURRENT) {
type              352 drivers/iio/light/max44000.c 	} else if (mask == IIO_CHAN_INFO_INT_TIME && chan->type == IIO_LIGHT) {
type              361 drivers/iio/light/max44000.c 	} else if (mask == IIO_CHAN_INFO_SCALE && chan->type == IIO_LIGHT) {
type              379 drivers/iio/light/max44000.c 	if (mask == IIO_CHAN_INFO_INT_TIME && chan->type == IIO_LIGHT)
type              381 drivers/iio/light/max44000.c 	else if (mask == IIO_CHAN_INFO_SCALE && chan->type == IIO_LIGHT)
type               86 drivers/iio/light/max44009.c 		.type = IIO_EV_TYPE_THRESH,
type               92 drivers/iio/light/max44009.c 		.type = IIO_EV_TYPE_THRESH,
type              101 drivers/iio/light/max44009.c 		.type = IIO_LIGHT,
type              156 drivers/iio/light/max44009.c 	if (mask == IIO_CHAN_INFO_INT_TIME && chan->type == IIO_LIGHT) {
type              256 drivers/iio/light/max44009.c 		switch (chan->type) {
type              270 drivers/iio/light/max44009.c 		switch (chan->type) {
type              340 drivers/iio/light/max44009.c 				      enum iio_event_type type,
type              348 drivers/iio/light/max44009.c 	if (info != IIO_EV_INFO_VALUE || chan->type != IIO_LIGHT)
type              399 drivers/iio/light/max44009.c 				     enum iio_event_type type,
type              407 drivers/iio/light/max44009.c 	if (chan->type != IIO_LIGHT || type != IIO_EV_TYPE_THRESH)
type              423 drivers/iio/light/max44009.c 				       enum iio_event_type type,
type              430 drivers/iio/light/max44009.c 	if (chan->type != IIO_LIGHT || type != IIO_EV_TYPE_THRESH)
type              448 drivers/iio/light/max44009.c 				      enum iio_event_type type,
type              453 drivers/iio/light/max44009.c 	if (chan->type != IIO_LIGHT || type != IIO_EV_TYPE_THRESH)
type              122 drivers/iio/light/noa1305.c 		.type = IIO_LIGHT,
type              137 drivers/iio/light/noa1305.c 		switch (chan->type) {
type              149 drivers/iio/light/noa1305.c 		switch (chan->type) {
type              199 drivers/iio/light/opt3001.c 		.type = IIO_EV_TYPE_THRESH,
type              205 drivers/iio/light/opt3001.c 		.type = IIO_EV_TYPE_THRESH,
type              214 drivers/iio/light/opt3001.c 		.type = IIO_LIGHT,
type              395 drivers/iio/light/opt3001.c 	if (chan->type != IIO_LIGHT)
type              426 drivers/iio/light/opt3001.c 	if (chan->type != IIO_LIGHT)
type              443 drivers/iio/light/opt3001.c 		const struct iio_chan_spec *chan, enum iio_event_type type,
type              471 drivers/iio/light/opt3001.c 		const struct iio_chan_spec *chan, enum iio_event_type type,
type              527 drivers/iio/light/opt3001.c 		const struct iio_chan_spec *chan, enum iio_event_type type,
type              536 drivers/iio/light/opt3001.c 		const struct iio_chan_spec *chan, enum iio_event_type type,
type              101 drivers/iio/light/pa12203001.c 		.type = IIO_LIGHT,
type              106 drivers/iio/light/pa12203001.c 		.type = IIO_PROXIMITY,
type              220 drivers/iio/light/pa12203001.c 		switch (chan->type) {
type              234 drivers/iio/light/rpr0521.c 		.type = IIO_PROXIMITY,
type              249 drivers/iio/light/rpr0521.c 		.type = IIO_INTENSITY,
type              265 drivers/iio/light/rpr0521.c 		.type = IIO_INTENSITY,
type              727 drivers/iio/light/rpr0521.c 		if (chan->type != IIO_INTENSITY && chan->type != IIO_PROXIMITY)
type              772 drivers/iio/light/rpr0521.c 		ret = rpr0521_read_samp_freq(data, chan->type, val, val2);
type              810 drivers/iio/light/rpr0521.c 		ret = rpr0521_write_samp_freq_common(data, chan->type,
type              469 drivers/iio/light/si1133.c 	.type = _type, \
type              478 drivers/iio/light/si1133.c 		.type = IIO_LIGHT,
type              763 drivers/iio/light/si1133.c 		switch (chan->type) {
type              774 drivers/iio/light/si1133.c 		switch (chan->type) {
type              786 drivers/iio/light/si1133.c 		switch (chan->type) {
type              798 drivers/iio/light/si1133.c 		switch (chan->type) {
type              811 drivers/iio/light/si1133.c 		switch (chan->type) {
type              835 drivers/iio/light/si1133.c 		switch (chan->type) {
type              852 drivers/iio/light/si1133.c 		switch (chan->type) {
type              534 drivers/iio/light/si1145.c 			switch (indio_dev->channels[i].type) {
type              540 drivers/iio/light/si1145.c 				if (indio_dev->channels[i].type == IIO_TEMP)
type              571 drivers/iio/light/si1145.c 	cmd = (chan->type == IIO_PROXIMITY) ? SI1145_CMD_PS_FORCE :
type              630 drivers/iio/light/si1145.c 		switch (chan->type) {
type              662 drivers/iio/light/si1145.c 		switch (chan->type) {
type              692 drivers/iio/light/si1145.c 		switch (chan->type) {
type              729 drivers/iio/light/si1145.c 		switch (chan->type) {
type              767 drivers/iio/light/si1145.c 		if (chan->type != IIO_CURRENT)
type              805 drivers/iio/light/si1145.c 	.type = IIO_INTENSITY, \
type              816 drivers/iio/light/si1145.c 	.type = IIO_INTENSITY, \
type              829 drivers/iio/light/si1145.c 	.type = IIO_TEMP, \
type              840 drivers/iio/light/si1145.c 	.type = IIO_UVINDEX, \
type              850 drivers/iio/light/si1145.c 	.type = IIO_PROXIMITY, \
type              863 drivers/iio/light/si1145.c 	.type = IIO_VOLTAGE, \
type              872 drivers/iio/light/si1145.c 	.type = IIO_CURRENT, \
type               41 drivers/iio/light/st_uvis25_core.c 		.type = IIO_UVINDEX,
type              123 drivers/iio/light/stk3310.c 		.type = IIO_EV_TYPE_THRESH,
type              130 drivers/iio/light/stk3310.c 		.type = IIO_EV_TYPE_THRESH,
type              139 drivers/iio/light/stk3310.c 		.type = IIO_LIGHT,
type              146 drivers/iio/light/stk3310.c 		.type = IIO_PROXIMITY,
type              193 drivers/iio/light/stk3310.c 			      enum iio_event_type type,
type              228 drivers/iio/light/stk3310.c 			       enum iio_event_type type,
type              264 drivers/iio/light/stk3310.c 				     enum iio_event_type type,
type              280 drivers/iio/light/stk3310.c 				      enum iio_event_type type,
type              312 drivers/iio/light/stk3310.c 	if (chan->type != IIO_LIGHT && chan->type != IIO_PROXIMITY)
type              317 drivers/iio/light/stk3310.c 		if (chan->type == IIO_LIGHT)
type              333 drivers/iio/light/stk3310.c 		if (chan->type == IIO_LIGHT)
type              344 drivers/iio/light/stk3310.c 		if (chan->type == IIO_LIGHT)
type              367 drivers/iio/light/stk3310.c 	if (chan->type != IIO_LIGHT && chan->type != IIO_PROXIMITY)
type              378 drivers/iio/light/stk3310.c 		if (chan->type == IIO_LIGHT)
type              395 drivers/iio/light/stk3310.c 		if (chan->type == IIO_LIGHT)
type               60 drivers/iio/light/tcs3414.c 	.type = IIO_INTENSITY, \
type               72 drivers/iio/light/tcs3472.c 		.type = IIO_EV_TYPE_THRESH,
type               76 drivers/iio/light/tcs3472.c 		.type = IIO_EV_TYPE_THRESH,
type               80 drivers/iio/light/tcs3472.c 		.type = IIO_EV_TYPE_THRESH,
type               88 drivers/iio/light/tcs3472.c 	.type = IIO_INTENSITY, \
type              220 drivers/iio/light/tcs3472.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              254 drivers/iio/light/tcs3472.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              311 drivers/iio/light/tcs3472.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              325 drivers/iio/light/tcs3472.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              476 drivers/iio/light/tsl2563.c 		switch (chan->type) {
type              522 drivers/iio/light/tsl2563.c 		.type = IIO_EV_TYPE_THRESH,
type              527 drivers/iio/light/tsl2563.c 		.type = IIO_EV_TYPE_THRESH,
type              536 drivers/iio/light/tsl2563.c 		.type = IIO_LIGHT,
type              541 drivers/iio/light/tsl2563.c 		.type = IIO_INTENSITY,
type              549 drivers/iio/light/tsl2563.c 		.type = IIO_INTENSITY,
type              558 drivers/iio/light/tsl2563.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              579 drivers/iio/light/tsl2563.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              628 drivers/iio/light/tsl2563.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              670 drivers/iio/light/tsl2563.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              614 drivers/iio/light/tsl2583.c 		.type = IIO_LIGHT,
type              620 drivers/iio/light/tsl2583.c 		.type = IIO_LIGHT,
type              626 drivers/iio/light/tsl2583.c 		.type = IIO_LIGHT,
type              666 drivers/iio/light/tsl2583.c 		if (chan->type == IIO_LIGHT) {
type              689 drivers/iio/light/tsl2583.c 		if (chan->type == IIO_LIGHT) {
type              699 drivers/iio/light/tsl2583.c 		if (chan->type == IIO_LIGHT) {
type              705 drivers/iio/light/tsl2583.c 		if (chan->type == IIO_LIGHT) {
type              711 drivers/iio/light/tsl2583.c 		if (chan->type == IIO_LIGHT) {
type              755 drivers/iio/light/tsl2583.c 		if (chan->type == IIO_LIGHT) {
type              761 drivers/iio/light/tsl2583.c 		if (chan->type == IIO_LIGHT) {
type              774 drivers/iio/light/tsl2583.c 		if (chan->type == IIO_LIGHT && !val && val2 >= 50 &&
type              903 drivers/iio/light/tsl2772.c 			      const int **vals, int *type, int *length,
type              910 drivers/iio/light/tsl2772.c 		if (chan->type == IIO_INTENSITY) {
type              917 drivers/iio/light/tsl2772.c 		*type = IIO_VAL_INT;
type              922 drivers/iio/light/tsl2772.c 		*type = IIO_VAL_INT_PLUS_MICRO;
type             1073 drivers/iio/light/tsl2772.c 					 enum iio_event_type type,
type             1078 drivers/iio/light/tsl2772.c 	if (chan->type == IIO_INTENSITY)
type             1086 drivers/iio/light/tsl2772.c 					  enum iio_event_type type,
type             1092 drivers/iio/light/tsl2772.c 	if (chan->type == IIO_INTENSITY)
type             1102 drivers/iio/light/tsl2772.c 				     enum iio_event_type type,
type             1113 drivers/iio/light/tsl2772.c 		if (chan->type == IIO_INTENSITY) {
type             1142 drivers/iio/light/tsl2772.c 		if (chan->type == IIO_INTENSITY)
type             1151 drivers/iio/light/tsl2772.c 		if (chan->type == IIO_INTENSITY) {
type             1175 drivers/iio/light/tsl2772.c 				    enum iio_event_type type,
type             1186 drivers/iio/light/tsl2772.c 		if (chan->type == IIO_INTENSITY) {
type             1211 drivers/iio/light/tsl2772.c 		if (chan->type == IIO_INTENSITY) {
type             1244 drivers/iio/light/tsl2772.c 		switch (chan->type) {
type             1253 drivers/iio/light/tsl2772.c 		switch (chan->type) {
type             1270 drivers/iio/light/tsl2772.c 		if (chan->type == IIO_LIGHT)
type             1298 drivers/iio/light/tsl2772.c 		if (chan->type == IIO_INTENSITY) {
type             1478 drivers/iio/light/tsl2772.c #define TSL2772_DEVICE_INFO(type)[type] = \
type             1480 drivers/iio/light/tsl2772.c 		.attrs = &tsl2772_device_attr_group_tbl[type], \
type             1500 drivers/iio/light/tsl2772.c 		.type = IIO_EV_TYPE_THRESH,
type             1504 drivers/iio/light/tsl2772.c 		.type = IIO_EV_TYPE_THRESH,
type             1508 drivers/iio/light/tsl2772.c 		.type = IIO_EV_TYPE_THRESH,
type             1519 drivers/iio/light/tsl2772.c 			.type = IIO_LIGHT,
type             1524 drivers/iio/light/tsl2772.c 			.type = IIO_INTENSITY,
type             1537 drivers/iio/light/tsl2772.c 			.type = IIO_INTENSITY,
type             1544 drivers/iio/light/tsl2772.c 			.type = IIO_LIGHT,
type             1549 drivers/iio/light/tsl2772.c 			.type = IIO_INTENSITY,
type             1560 drivers/iio/light/tsl2772.c 			.type = IIO_INTENSITY,
type             1571 drivers/iio/light/tsl2772.c 			.type = IIO_PROXIMITY,
type             1581 drivers/iio/light/tsl2772.c 			.type = IIO_PROXIMITY,
type             1593 drivers/iio/light/tsl2772.c 			.type = IIO_LIGHT,
type             1598 drivers/iio/light/tsl2772.c 			.type = IIO_INTENSITY,
type             1611 drivers/iio/light/tsl2772.c 			.type = IIO_INTENSITY,
type             1616 drivers/iio/light/tsl2772.c 			.type = IIO_PROXIMITY,
type             1626 drivers/iio/light/tsl2772.c 			.type = IIO_LIGHT,
type             1631 drivers/iio/light/tsl2772.c 			.type = IIO_INTENSITY,
type             1642 drivers/iio/light/tsl2772.c 			.type = IIO_INTENSITY,
type             1647 drivers/iio/light/tsl2772.c 			.type = IIO_PROXIMITY,
type             1659 drivers/iio/light/tsl2772.c 			.type = IIO_PROXIMITY,
type             1672 drivers/iio/light/tsl2772.c 			.type = IIO_PROXIMITY,
type             1687 drivers/iio/light/tsl2772.c 			.type = IIO_LIGHT,
type             1692 drivers/iio/light/tsl2772.c 			.type = IIO_INTENSITY,
type             1705 drivers/iio/light/tsl2772.c 			.type = IIO_INTENSITY,
type             1710 drivers/iio/light/tsl2772.c 			.type = IIO_PROXIMITY,
type             1723 drivers/iio/light/tsl2772.c 			.type = IIO_LIGHT,
type             1728 drivers/iio/light/tsl2772.c 			.type = IIO_INTENSITY,
type             1739 drivers/iio/light/tsl2772.c 			.type = IIO_INTENSITY,
type             1744 drivers/iio/light/tsl2772.c 			.type = IIO_PROXIMITY,
type               67 drivers/iio/light/tsl4531.c 		.type = IIO_LIGHT,
type              171 drivers/iio/light/us5182d.c 		.type = IIO_EV_TYPE_THRESH,
type              177 drivers/iio/light/us5182d.c 		.type = IIO_EV_TYPE_THRESH,
type              186 drivers/iio/light/us5182d.c 		.type = IIO_LIGHT,
type              191 drivers/iio/light/us5182d.c 		.type = IIO_PROXIMITY,
type              398 drivers/iio/light/us5182d.c 	if (chan->type == IIO_LIGHT)
type              538 drivers/iio/light/us5182d.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              563 drivers/iio/light/us5182d.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              605 drivers/iio/light/us5182d.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              631 drivers/iio/light/us5182d.c 	const struct iio_chan_spec *chan, enum iio_event_type type,
type              316 drivers/iio/light/vcnl4000.c 		.type = IIO_LIGHT,
type              320 drivers/iio/light/vcnl4000.c 		.type = IIO_PROXIMITY,
type              334 drivers/iio/light/vcnl4000.c 		switch (chan->type) {
type              349 drivers/iio/light/vcnl4000.c 		if (chan->type != IIO_LIGHT)
type              249 drivers/iio/light/vcnl4035.c 		const struct iio_chan_spec *chan, enum iio_event_type type,
type              278 drivers/iio/light/vcnl4035.c 		const struct iio_chan_spec *chan, enum iio_event_type type,
type              343 drivers/iio/light/vcnl4035.c 		.type = IIO_EV_TYPE_THRESH,
type              347 drivers/iio/light/vcnl4035.c 		.type = IIO_EV_TYPE_THRESH,
type              351 drivers/iio/light/vcnl4035.c 		.type = IIO_EV_TYPE_THRESH,
type              368 drivers/iio/light/vcnl4035.c 		.type = IIO_LIGHT,
type              384 drivers/iio/light/vcnl4035.c 		.type = IIO_INTENSITY,
type               79 drivers/iio/light/veml6070.c 		.type = IIO_INTENSITY,
type               85 drivers/iio/light/veml6070.c 		.type = IIO_UVINDEX,
type              259 drivers/iio/light/vl6180.c 		.type = IIO_LIGHT,
type              266 drivers/iio/light/vl6180.c 		.type = IIO_DISTANCE,
type              271 drivers/iio/light/vl6180.c 		.type = IIO_PROXIMITY,
type              313 drivers/iio/light/vl6180.c 		switch (chan->type) {
type              426 drivers/iio/light/vl6180.c 		if (chan->type != IIO_LIGHT)
type              231 drivers/iio/light/zopt2201.c 		.type = IIO_LIGHT,
type              238 drivers/iio/light/zopt2201.c 		.type = IIO_INTENSITY,
type              247 drivers/iio/light/zopt2201.c 		.type = IIO_UVINDEX,
type              636 drivers/iio/magnetometer/ak8974.c 		.type = IIO_MAGN,					\
type              242 drivers/iio/magnetometer/ak8975.c 	enum asahi_compass_chipset type;
type              253 drivers/iio/magnetometer/ak8975.c 		.type = AK8975,
type              278 drivers/iio/magnetometer/ak8975.c 		.type = AK8963,
type              303 drivers/iio/magnetometer/ak8975.c 		.type = AK09911,
type              328 drivers/iio/magnetometer/ak8975.c 		.type = AK09912,
type              411 drivers/iio/magnetometer/ak8975.c 			   enum asahi_compass_chipset type)
type              434 drivers/iio/magnetometer/ak8975.c 	switch (type) {
type              447 drivers/iio/magnetometer/ak8975.c 		dev_err(&client->dev, "Type %d unknown\n", type);
type              748 drivers/iio/magnetometer/ak8975.c 		.type = IIO_MAGN,					\
type              941 drivers/iio/magnetometer/ak8975.c 	err = ak8975_who_i_am(client, data->def->type);
type              634 drivers/iio/magnetometer/bmc150_magn.c 	.type = IIO_MAGN,						\
type               67 drivers/iio/magnetometer/hid-sensor-magn-3d.c 		.type = IIO_MAGN,
type               76 drivers/iio/magnetometer/hid-sensor-magn-3d.c 		.type = IIO_MAGN,
type               85 drivers/iio/magnetometer/hid-sensor-magn-3d.c 		.type = IIO_MAGN,
type               94 drivers/iio/magnetometer/hid-sensor-magn-3d.c 		.type = IIO_ROT,
type              103 drivers/iio/magnetometer/hid-sensor-magn-3d.c 		.type = IIO_ROT,
type              112 drivers/iio/magnetometer/hid-sensor-magn-3d.c 		.type = IIO_ROT,
type              121 drivers/iio/magnetometer/hid-sensor-magn-3d.c 		.type = IIO_ROT,
type              182 drivers/iio/magnetometer/hid-sensor-magn-3d.c 		switch (chan->type) {
type              198 drivers/iio/magnetometer/hid-sensor-magn-3d.c 		switch (chan->type) {
type              216 drivers/iio/magnetometer/hid-sensor-magn-3d.c 		switch (chan->type) {
type              253 drivers/iio/magnetometer/hid-sensor-magn-3d.c 		switch (chan->type) {
type              466 drivers/iio/magnetometer/hmc5843_core.c 		.type = IIO_MAGN,					\
type              484 drivers/iio/magnetometer/hmc5843_core.c 		.type = IIO_MAGN,					\
type              282 drivers/iio/magnetometer/mag3110.c 		switch (chan->type) {
type              314 drivers/iio/magnetometer/mag3110.c 		switch (chan->type) {
type              414 drivers/iio/magnetometer/mag3110.c 	.type = IIO_MAGN, \
type              435 drivers/iio/magnetometer/mag3110.c 		.type = IIO_TEMP,
type              144 drivers/iio/magnetometer/mmc35240.c 	.type = IIO_MAGN, \
type              238 drivers/iio/magnetometer/rm3100-core.c 		.type = IIO_MAGN,					\
type              117 drivers/iio/multiplexer/iio-mux.c 			  const int **vals, int *type, int *length,
type              130 drivers/iio/multiplexer/iio-mux.c 		*type = IIO_VAL_INT;
type              254 drivers/iio/multiplexer/iio-mux.c 	ret = iio_get_channel_type(mux->parent, &chan->type);
type               49 drivers/iio/orientation/hid-sensor-incl-3d.c 		.type = IIO_INCLI,
type               59 drivers/iio/orientation/hid-sensor-incl-3d.c 		.type = IIO_INCLI,
type               69 drivers/iio/orientation/hid-sensor-incl-3d.c 		.type = IIO_INCLI,
type               35 drivers/iio/orientation/hid-sensor-rotation.c 		.type = IIO_ROT,
type               56 drivers/iio/potentiometer/ad5272.c 	.type = IIO_RESISTANCE,
type               44 drivers/iio/potentiometer/ds1803.c 	.type = IIO_RESISTANCE,					\
type               33 drivers/iio/potentiometer/max5432.c 		.type = IIO_RESISTANCE,
type               52 drivers/iio/potentiometer/max5481.c 	.type = IIO_RESISTANCE,					\
type               30 drivers/iio/potentiometer/max5487.c 	.type = IIO_RESISTANCE,					\
type               48 drivers/iio/potentiometer/mcp4018.c 	.type = IIO_RESISTANCE,
type               67 drivers/iio/potentiometer/mcp41010.c 	.type = IIO_RESISTANCE,					\
type              136 drivers/iio/potentiometer/mcp4131.c 	.type = IIO_RESISTANCE,					\
type              125 drivers/iio/potentiometer/mcp4531.c 	.type = IIO_RESISTANCE,						\
type              166 drivers/iio/potentiometer/mcp4531.c 			      const int **vals, int *type, int *length,
type              175 drivers/iio/potentiometer/mcp4531.c 		*type = IIO_VAL_INT;
type               49 drivers/iio/potentiometer/tpl0102.c 	.type = IIO_RESISTANCE,					\
type               86 drivers/iio/potentiometer/tpl0102.c 			      const int **vals, int *type, int *length,
type               95 drivers/iio/potentiometer/tpl0102.c 		*type = IIO_VAL_INT;
type               80 drivers/iio/potentiostat/lmp91000.c 		.type = IIO_VOLTAGE,
type               95 drivers/iio/potentiostat/lmp91000.c 		.type = IIO_TEMP,
type               94 drivers/iio/pressure/abp060mg.c 		.type = IIO_PRESSURE,
type              129 drivers/iio/pressure/bmp280-core.c 		.type = IIO_PRESSURE,
type              134 drivers/iio/pressure/bmp280-core.c 		.type = IIO_TEMP,
type              139 drivers/iio/pressure/bmp280-core.c 		.type = IIO_HUMIDITYRELATIVE,
type              438 drivers/iio/pressure/bmp280-core.c 		switch (chan->type) {
type              454 drivers/iio/pressure/bmp280-core.c 		switch (chan->type) {
type              546 drivers/iio/pressure/bmp280-core.c 		switch (chan->type) {
type              144 drivers/iio/pressure/cros_ec_baro.c 	state->core.type = state->core.resp->info.type;
type              163 drivers/iio/pressure/cros_ec_baro.c 	switch (state->core.type) {
type              165 drivers/iio/pressure/cros_ec_baro.c 		channel->type = IIO_PRESSURE;
type              174 drivers/iio/pressure/cros_ec_baro.c 	channel->type = IIO_TIMESTAMP;
type               96 drivers/iio/pressure/dps310.c 		.type = IIO_TEMP,
type              102 drivers/iio/pressure/dps310.c 		.type = IIO_PRESSURE,
type              425 drivers/iio/pressure/dps310.c 		switch (chan->type) {
type              441 drivers/iio/pressure/dps310.c 		switch (chan->type) {
type              647 drivers/iio/pressure/dps310.c 	switch (chan->type) {
type               37 drivers/iio/pressure/hid-sensor-press.c 		.type = IIO_PRESSURE,
type               49 drivers/iio/pressure/hp03.c 		.type = IIO_PRESSURE,
type               54 drivers/iio/pressure/hp03.c 		.type = IIO_TEMP,
type              176 drivers/iio/pressure/hp03.c 		switch (chan->type) {
type              188 drivers/iio/pressure/hp03.c 		switch (chan->type) {
type              215 drivers/iio/pressure/hp206c.c 		switch (chan->type) {
type              231 drivers/iio/pressure/hp206c.c 		switch (chan->type) {
type              270 drivers/iio/pressure/hp206c.c 		switch (chan->type) {
type              305 drivers/iio/pressure/hp206c.c 	switch (chan->type) {
type              323 drivers/iio/pressure/hp206c.c 		.type = IIO_TEMP,
type              329 drivers/iio/pressure/hp206c.c 		.type = IIO_PRESSURE,
type              130 drivers/iio/pressure/mpl115.c 		.type = IIO_PRESSURE,
type              134 drivers/iio/pressure/mpl115.c 		.type = IIO_TEMP,
type               86 drivers/iio/pressure/mpl3115.c 		switch (chan->type) {
type              126 drivers/iio/pressure/mpl3115.c 		switch (chan->type) {
type              188 drivers/iio/pressure/mpl3115.c 		.type = IIO_PRESSURE,
type              201 drivers/iio/pressure/mpl3115.c 		.type = IIO_TEMP,
type               63 drivers/iio/pressure/ms5611.h 		 const char *name, int type);
type              250 drivers/iio/pressure/ms5611_core.c 		switch (chan->type) {
type              262 drivers/iio/pressure/ms5611_core.c 		switch (chan->type) {
type              274 drivers/iio/pressure/ms5611_core.c 		if (chan->type != IIO_TEMP && chan->type != IIO_PRESSURE)
type              277 drivers/iio/pressure/ms5611_core.c 		if (chan->type == IIO_TEMP)
type              313 drivers/iio/pressure/ms5611_core.c 	if (chan->type == IIO_TEMP)
type              316 drivers/iio/pressure/ms5611_core.c 	else if (chan->type == IIO_PRESSURE)
type              328 drivers/iio/pressure/ms5611_core.c 	if (chan->type == IIO_TEMP)
type              352 drivers/iio/pressure/ms5611_core.c 		.type = IIO_PRESSURE,
type              365 drivers/iio/pressure/ms5611_core.c 		.type = IIO_TEMP,
type              426 drivers/iio/pressure/ms5611_core.c 		 const char *name, int type)
type              432 drivers/iio/pressure/ms5611_core.c 	st->chip_info = &chip_info_tbl[type];
type               53 drivers/iio/pressure/ms5637.c 		switch (channel->type) {
type              100 drivers/iio/pressure/ms5637.c 		.type = IIO_TEMP,
type              105 drivers/iio/pressure/ms5637.c 		.type = IIO_PRESSURE,
type              133 drivers/iio/pressure/st_pressure_core.c 		.type = IIO_PRESSURE,
type              147 drivers/iio/pressure/st_pressure_core.c 		.type = IIO_TEMP,
type              167 drivers/iio/pressure/st_pressure_core.c 		.type = IIO_PRESSURE,
type              181 drivers/iio/pressure/st_pressure_core.c 		.type = IIO_TEMP,
type              199 drivers/iio/pressure/st_pressure_core.c 		.type = IIO_PRESSURE,
type              214 drivers/iio/pressure/st_pressure_core.c 		.type = IIO_TEMP,
type              600 drivers/iio/pressure/st_pressure_core.c 		switch (ch->type) {
type              615 drivers/iio/pressure/st_pressure_core.c 		switch (ch->type) {
type              135 drivers/iio/pressure/t5403.c 		switch (chan->type) {
type              184 drivers/iio/pressure/t5403.c 		.type = IIO_PRESSURE,
type              189 drivers/iio/pressure/t5403.c 		.type = IIO_TEMP,
type             1002 drivers/iio/pressure/zpa2326.c 				    enum iio_chan_type    type,
type             1009 drivers/iio/pressure/zpa2326.c 	switch (type) {
type             1056 drivers/iio/pressure/zpa2326.c 				  enum iio_chan_type  type,
type             1084 drivers/iio/pressure/zpa2326.c 		if (type == IIO_PRESSURE) {
type             1115 drivers/iio/pressure/zpa2326.c 	ret = zpa2326_fetch_raw_sample(indio_dev, type, value);
type             1484 drivers/iio/pressure/zpa2326.c 		return zpa2326_sample_oneshot(indio_dev, chan->type, val);
type             1487 drivers/iio/pressure/zpa2326.c 		switch (chan->type) {
type             1521 drivers/iio/pressure/zpa2326.c 		switch (chan->type) {
type             1554 drivers/iio/pressure/zpa2326.c 		.type                    = IIO_PRESSURE,
type             1567 drivers/iio/pressure/zpa2326.c 		.type                    = IIO_TEMP,
type               70 drivers/iio/proximity/as3935.c 		.type           = IIO_PROXIMITY,
type              492 drivers/iio/proximity/isl29501.c 		.type = IIO_PROXIMITY,
type              509 drivers/iio/proximity/isl29501.c 		.type = IIO_PHASE,
type              515 drivers/iio/proximity/isl29501.c 		.type = IIO_CURRENT,
type              522 drivers/iio/proximity/isl29501.c 		.type = IIO_TEMP,
type              529 drivers/iio/proximity/isl29501.c 		.type = IIO_INTENSITY,
type              618 drivers/iio/proximity/isl29501.c 	switch (chan->type) {
type              663 drivers/iio/proximity/isl29501.c 	switch (chan->type) {
type              717 drivers/iio/proximity/isl29501.c 	switch (chan->type) {
type              800 drivers/iio/proximity/isl29501.c 	switch (chan->type) {
type              831 drivers/iio/proximity/isl29501.c 	if (chan->type != IIO_CURRENT)
type              850 drivers/iio/proximity/isl29501.c 	switch (chan->type) {
type              140 drivers/iio/proximity/mb1232.c 	if (channel->type != IIO_DISTANCE)
type              162 drivers/iio/proximity/mb1232.c 		.type = IIO_DISTANCE,
type               51 drivers/iio/proximity/pulsedlight-lidar-lite-v2.c 		.type = IIO_DISTANCE,
type               87 drivers/iio/proximity/rfd77402.c 		.type = IIO_DISTANCE,
type              188 drivers/iio/proximity/srf04.c 	if (channel->type != IIO_DISTANCE)
type              217 drivers/iio/proximity/srf04.c 		.type = IIO_DISTANCE,
type              210 drivers/iio/proximity/srf08.c 	if (channel->type != IIO_DISTANCE)
type              418 drivers/iio/proximity/srf08.c 		.type = IIO_DISTANCE,
type              102 drivers/iio/proximity/sx9500.c 		.type = IIO_EV_TYPE_THRESH,
type              110 drivers/iio/proximity/sx9500.c 		.type = IIO_PROXIMITY,				\
type              386 drivers/iio/proximity/sx9500.c 	switch (chan->type) {
type              436 drivers/iio/proximity/sx9500.c 	switch (chan->type) {
type              527 drivers/iio/proximity/sx9500.c 				    enum iio_event_type type,
type              532 drivers/iio/proximity/sx9500.c 	if (chan->type != IIO_PROXIMITY || type != IIO_EV_TYPE_THRESH ||
type              541 drivers/iio/proximity/sx9500.c 				     enum iio_event_type type,
type              548 drivers/iio/proximity/sx9500.c 	if (chan->type != IIO_PROXIMITY || type != IIO_EV_TYPE_THRESH ||
type               82 drivers/iio/proximity/vl53l0x-i2c.c 		.type = IIO_DISTANCE,
type               95 drivers/iio/proximity/vl53l0x-i2c.c 	if (chan->type != IIO_DISTANCE)
type               58 drivers/iio/resolver/ad2s1200.c 		switch (chan->type) {
type               80 drivers/iio/resolver/ad2s1200.c 		gpiod_set_value(st->rdvel, !!(chan->type == IIO_ANGL));
type               88 drivers/iio/resolver/ad2s1200.c 		switch (chan->type) {
type              114 drivers/iio/resolver/ad2s1200.c 		.type = IIO_ANGL,
type              120 drivers/iio/resolver/ad2s1200.c 		.type = IIO_ANGL_VEL,
type               39 drivers/iio/resolver/ad2s90.c 	if (chan->type != IIO_ANGL)
type               72 drivers/iio/resolver/ad2s90.c 	.type = IIO_ANGL,
type               30 drivers/iio/temperature/hid-sensor-temperature.c 		.type = IIO_TEMP,
type               59 drivers/iio/temperature/hid-sensor-temperature.c 		if (chan->type != IIO_TEMP)
type               50 drivers/iio/temperature/max31856.c 		.type = IIO_TEMP,
type               55 drivers/iio/temperature/max31856.c 		.type = IIO_TEMP,
type               31 drivers/iio/temperature/maxim_thermocouple.c 		.type = IIO_TEMP,
type               48 drivers/iio/temperature/maxim_thermocouple.c 		.type = IIO_TEMP,
type               62 drivers/iio/temperature/maxim_thermocouple.c 		.type = IIO_TEMP,
type              363 drivers/iio/temperature/mlx90614.c 		.type = IIO_TEMP,
type              371 drivers/iio/temperature/mlx90614.c 		.type = IIO_TEMP,
type              381 drivers/iio/temperature/mlx90614.c 		.type = IIO_TEMP,
type              578 drivers/iio/temperature/mlx90632.c 		.type = IIO_TEMP,
type              584 drivers/iio/temperature/mlx90632.c 		.type = IIO_TEMP,
type               83 drivers/iio/temperature/tmp006.c 		if (channel->type == IIO_VOLTAGE) {
type               89 drivers/iio/temperature/tmp006.c 		} else if (channel->type == IIO_TEMP) {
type              100 drivers/iio/temperature/tmp006.c 		if (channel->type == IIO_VOLTAGE) {
type              103 drivers/iio/temperature/tmp006.c 		} else if (channel->type == IIO_TEMP) {
type              162 drivers/iio/temperature/tmp006.c 		.type = IIO_VOLTAGE,
type              168 drivers/iio/temperature/tmp006.c 		.type = IIO_TEMP,
type              218 drivers/iio/temperature/tmp007.c 		const struct iio_chan_spec *chan, enum iio_event_type type,
type              258 drivers/iio/temperature/tmp007.c 		const struct iio_chan_spec *chan, enum iio_event_type type,
type              285 drivers/iio/temperature/tmp007.c 		const struct iio_chan_spec *chan, enum iio_event_type type,
type              321 drivers/iio/temperature/tmp007.c 		const struct iio_chan_spec *chan, enum iio_event_type type,
type              366 drivers/iio/temperature/tmp007.c 		.type = IIO_EV_TYPE_THRESH,
type              372 drivers/iio/temperature/tmp007.c 		.type = IIO_EV_TYPE_THRESH,
type              381 drivers/iio/temperature/tmp007.c 		.type = IIO_EV_TYPE_THRESH,
type              387 drivers/iio/temperature/tmp007.c 		.type = IIO_EV_TYPE_THRESH,
type              396 drivers/iio/temperature/tmp007.c 		.type = IIO_TEMP,
type              406 drivers/iio/temperature/tmp007.c 		.type = IIO_TEMP,
type               88 drivers/iio/temperature/tsys01.c 		switch (channel->type) {
type              106 drivers/iio/temperature/tsys01.c 		.type = IIO_TEMP,
type               39 drivers/iio/temperature/tsys02d.c 		switch (channel->type) {
type               88 drivers/iio/temperature/tsys02d.c 		.type = IIO_TEMP,
type              666 drivers/iio/trigger/stm32-timer-trigger.c 	.type = IIO_COUNT,
type               78 drivers/infiniband/core/addr.c 	[LS_NLA_TYPE_DGID] = {.type = NLA_BINARY,
type              237 drivers/infiniband/core/addr.c 	dev_addr->dev_type = dev->type;
type              489 drivers/infiniband/core/addr.c 	    ndev->type != ARPHRD_INFINIBAND)
type             1999 drivers/infiniband/core/cm.c 	if (cm_id_priv->av.ah_attr.type == RDMA_AH_ATTR_TYPE_ROCE)
type              887 drivers/infiniband/core/cma.c 	id_priv->res.type = RDMA_RESTRACK_CM_ID;
type              363 drivers/infiniband/core/core_priv.h 		qp->res.type = RDMA_RESTRACK_QP;
type               83 drivers/infiniband/core/counters.c 	counter->res.type  = RDMA_RESTRACK_COUNTER;
type              208 drivers/infiniband/core/cq.c 	cq->res.type = RDMA_RESTRACK_CQ;
type              383 drivers/infiniband/core/iwpm_msg.c 	[IWPM_NLA_RREG_PID_SEQ]     = { .type = NLA_U32 },
type              384 drivers/infiniband/core/iwpm_msg.c 	[IWPM_NLA_RREG_IBDEV_NAME]  = { .type = NLA_STRING,
type              386 drivers/infiniband/core/iwpm_msg.c 	[IWPM_NLA_RREG_ULIB_NAME]   = { .type = NLA_STRING,
type              388 drivers/infiniband/core/iwpm_msg.c 	[IWPM_NLA_RREG_ULIB_VER]    = { .type = NLA_U16 },
type              389 drivers/infiniband/core/iwpm_msg.c 	[IWPM_NLA_RREG_PID_ERR]     = { .type = NLA_U16 }
type              460 drivers/infiniband/core/iwpm_msg.c 	[IWPM_NLA_RMANAGE_MAPPING_SEQ]     = { .type = NLA_U32 },
type              465 drivers/infiniband/core/iwpm_msg.c 	[IWPM_NLA_RMANAGE_MAPPING_ERR]	   = { .type = NLA_U16 }
type              533 drivers/infiniband/core/iwpm_msg.c 	[IWPM_NLA_RQUERY_MAPPING_SEQ]     = { .type = NLA_U32 },
type              542 drivers/infiniband/core/iwpm_msg.c 	[IWPM_NLA_RQUERY_MAPPING_ERR]	  = { .type = NLA_U16 }
type              701 drivers/infiniband/core/iwpm_msg.c 	[IWPM_NLA_MAPINFO_ULIB_NAME] = { .type = NLA_STRING,
type              703 drivers/infiniband/core/iwpm_msg.c 	[IWPM_NLA_MAPINFO_ULIB_VER]  = { .type = NLA_U16 }
type              761 drivers/infiniband/core/iwpm_msg.c 	[IWPM_NLA_MAPINFO_SEQ]    =   { .type = NLA_U32 },
type              762 drivers/infiniband/core/iwpm_msg.c 	[IWPM_NLA_MAPINFO_SEND_NUM] = { .type = NLA_U32 },
type              763 drivers/infiniband/core/iwpm_msg.c 	[IWPM_NLA_MAPINFO_ACK_NUM] =  { .type = NLA_U32 }
type              792 drivers/infiniband/core/iwpm_msg.c 	[IWPM_NLA_ERR_SEQ]        = { .type = NLA_U32 },
type              793 drivers/infiniband/core/iwpm_msg.c 	[IWPM_NLA_ERR_CODE]       = { .type = NLA_U16 },
type              838 drivers/infiniband/core/iwpm_msg.c 	[IWPM_NLA_HELLO_ABI_VERSION]     = { .type = NLA_U16 }
type               37 drivers/infiniband/core/mr_pool.c 		enum ib_mr_type type, u32 max_num_sg, u32 max_num_meta_sg)
type               44 drivers/infiniband/core/mr_pool.c 		if (type == IB_MR_TYPE_INTEGRITY)
type               48 drivers/infiniband/core/mr_pool.c 			mr = ib_alloc_mr(qp->pd, type, max_num_sg);
type              756 drivers/infiniband/core/multicast.c 	ah_attr->type = rdma_ah_find_type(device, port_num);
type               61 drivers/infiniband/core/netlink.c static bool is_nl_msg_valid(unsigned int type, unsigned int op)
type               75 drivers/infiniband/core/netlink.c 	if (type >= RDMA_NL_NUM_CLIENTS)
type               78 drivers/infiniband/core/netlink.c 	return (op < max_num_ops[type]) ? true : false;
type               82 drivers/infiniband/core/netlink.c get_cb_table(const struct sk_buff *skb, unsigned int type, unsigned int op)
type               90 drivers/infiniband/core/netlink.c 	if (sock_net(skb->sk) != &init_net && type != RDMA_NL_NLDEV)
type               93 drivers/infiniband/core/netlink.c 	cb_table = READ_ONCE(rdma_nl_types[type].cb_table);
type               99 drivers/infiniband/core/netlink.c 		up_read(&rdma_nl_types[type].sem);
type              101 drivers/infiniband/core/netlink.c 		request_module("rdma-netlink-subsys-%d", type);
type              103 drivers/infiniband/core/netlink.c 		down_read(&rdma_nl_types[type].sem);
type              104 drivers/infiniband/core/netlink.c 		cb_table = READ_ONCE(rdma_nl_types[type].cb_table);
type              142 drivers/infiniband/core/netlink.c 		  int len, void *data, int type)
type              144 drivers/infiniband/core/netlink.c 	if (nla_put(skb, type, len, data)) {
type              155 drivers/infiniband/core/netlink.c 	int type = nlh->nlmsg_type;
type              156 drivers/infiniband/core/netlink.c 	unsigned int index = RDMA_NL_GET_CLIENT(type);
type              157 drivers/infiniband/core/netlink.c 	unsigned int op = RDMA_NL_GET_OP(type);
type               49 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_CHARDEV]		= { .type = NLA_U64 },
type               50 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_CHARDEV_ABI]		= { .type = NLA_U64 },
type               51 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_CHARDEV_NAME]		= { .type = NLA_NUL_STRING,
type               53 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_CHARDEV_TYPE]		= { .type = NLA_NUL_STRING,
type               55 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_DEV_DIM]               = { .type = NLA_U8 },
type               56 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_DEV_INDEX]		= { .type = NLA_U32 },
type               57 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_DEV_NAME]		= { .type = NLA_NUL_STRING,
type               59 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_DEV_NODE_TYPE]		= { .type = NLA_U8 },
type               60 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_DEV_PROTOCOL]		= { .type = NLA_NUL_STRING,
type               62 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_DRIVER]		= { .type = NLA_NESTED },
type               63 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_DRIVER_ENTRY]		= { .type = NLA_NESTED },
type               64 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_DRIVER_PRINT_TYPE]	= { .type = NLA_U8 },
type               65 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_DRIVER_STRING]		= { .type = NLA_NUL_STRING,
type               67 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_DRIVER_S32]		= { .type = NLA_S32 },
type               68 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_DRIVER_S64]		= { .type = NLA_S64 },
type               69 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_DRIVER_U32]		= { .type = NLA_U32 },
type               70 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_DRIVER_U64]		= { .type = NLA_U64 },
type               71 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_FW_VERSION]		= { .type = NLA_NUL_STRING,
type               73 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_LID]			= { .type = NLA_U32 },
type               74 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_LINK_TYPE]		= { .type = NLA_NUL_STRING,
type               76 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_LMC]			= { .type = NLA_U8 },
type               77 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_NDEV_INDEX]		= { .type = NLA_U32 },
type               78 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_NDEV_NAME]		= { .type = NLA_NUL_STRING,
type               80 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_NODE_GUID]		= { .type = NLA_U64 },
type               81 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_PORT_INDEX]		= { .type = NLA_U32 },
type               82 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_PORT_PHYS_STATE]	= { .type = NLA_U8 },
type               83 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_PORT_STATE]		= { .type = NLA_U8 },
type               84 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_CM_ID]		= { .type = NLA_NESTED },
type               85 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_CM_IDN]		= { .type = NLA_U32 },
type               86 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_CM_ID_ENTRY]	= { .type = NLA_NESTED },
type               87 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_CQ]		= { .type = NLA_NESTED },
type               88 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_CQE]		= { .type = NLA_U32 },
type               89 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_CQN]		= { .type = NLA_U32 },
type               90 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_CQ_ENTRY]		= { .type = NLA_NESTED },
type               91 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_CTXN]		= { .type = NLA_U32 },
type               94 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_IOVA]		= { .type = NLA_U64 },
type               95 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_KERN_NAME]		= { .type = NLA_NUL_STRING,
type               97 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_LKEY]		= { .type = NLA_U32 },
type               98 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_LOCAL_DMA_LKEY]	= { .type = NLA_U32 },
type               99 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_LQPN]		= { .type = NLA_U32 },
type              100 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_MR]		= { .type = NLA_NESTED },
type              101 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_MRLEN]		= { .type = NLA_U64 },
type              102 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_MRN]		= { .type = NLA_U32 },
type              103 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_MR_ENTRY]		= { .type = NLA_NESTED },
type              104 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_PATH_MIG_STATE]	= { .type = NLA_U8 },
type              105 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_PD]		= { .type = NLA_NESTED },
type              106 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_PDN]		= { .type = NLA_U32 },
type              107 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_PD_ENTRY]		= { .type = NLA_NESTED },
type              108 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_PID]		= { .type = NLA_U32 },
type              109 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_POLL_CTX]		= { .type = NLA_U8 },
type              110 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_PS]		= { .type = NLA_U32 },
type              111 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_QP]		= { .type = NLA_NESTED },
type              112 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_QP_ENTRY]		= { .type = NLA_NESTED },
type              113 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_RKEY]		= { .type = NLA_U32 },
type              114 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_RQPN]		= { .type = NLA_U32 },
type              115 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_RQ_PSN]		= { .type = NLA_U32 },
type              116 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_SQ_PSN]		= { .type = NLA_U32 },
type              119 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_STATE]		= { .type = NLA_U8 },
type              120 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_SUMMARY]		= { .type = NLA_NESTED },
type              121 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_SUMMARY_ENTRY]	= { .type = NLA_NESTED },
type              122 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_SUMMARY_ENTRY_CURR]= { .type = NLA_U64 },
type              123 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_SUMMARY_ENTRY_NAME]= { .type = NLA_NUL_STRING,
type              125 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_TYPE]		= { .type = NLA_U8 },
type              126 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_UNSAFE_GLOBAL_RKEY]= { .type = NLA_U32 },
type              127 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_RES_USECNT]		= { .type = NLA_U64 },
type              128 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_SM_LID]		= { .type = NLA_U32 },
type              129 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_SUBNET_PREFIX]		= { .type = NLA_U64 },
type              130 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_STAT_AUTO_MODE_MASK]	= { .type = NLA_U32 },
type              131 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_STAT_MODE]		= { .type = NLA_U32 },
type              132 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_STAT_RES]		= { .type = NLA_U32 },
type              133 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_STAT_COUNTER]		= { .type = NLA_NESTED },
type              134 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_STAT_COUNTER_ENTRY]	= { .type = NLA_NESTED },
type              135 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_STAT_COUNTER_ID]       = { .type = NLA_U32 },
type              136 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_STAT_HWCOUNTERS]       = { .type = NLA_NESTED },
type              137 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_STAT_HWCOUNTER_ENTRY]  = { .type = NLA_NESTED },
type              138 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_STAT_HWCOUNTER_ENTRY_NAME] = { .type = NLA_NUL_STRING },
type              139 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_STAT_HWCOUNTER_ENTRY_VALUE] = { .type = NLA_U64 },
type              140 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_SYS_IMAGE_GUID]	= { .type = NLA_U64 },
type              141 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_ATTR_UVERBS_DRIVER_ID]	= { .type = NLA_U32 },
type              142 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_NET_NS_FD]			= { .type = NLA_U32 },
type              143 drivers/infiniband/core/nldev.c 	[RDMA_NLDEV_SYS_ATTR_NETNS_MODE]	= { .type = NLA_U8 },
type             1401 drivers/infiniband/core/nldev.c #define RES_GET_FUNCS(name, type)                                              \
type             1405 drivers/infiniband/core/nldev.c 		return res_get_common_dumpit(skb, cb, type);                   \
type             1411 drivers/infiniband/core/nldev.c 		return res_get_common_doit(skb, nlh, extack, type);            \
type             1424 drivers/infiniband/core/nldev.c static const struct rdma_link_ops *link_ops_get(const char *type)
type             1429 drivers/infiniband/core/nldev.c 		if (!strcmp(ops->type, type))
type             1440 drivers/infiniband/core/nldev.c 	if (WARN_ON_ONCE(link_ops_get(ops->type)))
type             1464 drivers/infiniband/core/nldev.c 	char type[IFNAMSIZ];
type             1478 drivers/infiniband/core/nldev.c 	nla_strlcpy(type, tb[RDMA_NLDEV_ATTR_LINK_TYPE], sizeof(type));
type             1487 drivers/infiniband/core/nldev.c 	ops = link_ops_get(type);
type             1491 drivers/infiniband/core/nldev.c 		request_module("rdma-link-%s", type);
type             1493 drivers/infiniband/core/nldev.c 		ops = link_ops_get(type);
type              359 drivers/infiniband/core/rdma_core.c 		container_of(obj->type_attrs, struct uverbs_obj_fd_type, type);
type              524 drivers/infiniband/core/rdma_core.c 			     struct uverbs_obj_idr_type, type);
type              561 drivers/infiniband/core/rdma_core.c 		uobj->uapi_object->type_attrs, struct uverbs_obj_fd_type, type);
type              595 drivers/infiniband/core/rdma_core.c 		uobj->uapi_object->type_attrs, struct uverbs_obj_fd_type, type);
type               40 drivers/infiniband/core/restrack.c static const char *type2str(enum rdma_restrack_type type)
type               52 drivers/infiniband/core/restrack.c 	return names[type];
type               94 drivers/infiniband/core/restrack.c 				       type2str(e->type), owner);
type              111 drivers/infiniband/core/restrack.c int rdma_restrack_count(struct ib_device *dev, enum rdma_restrack_type type)
type              113 drivers/infiniband/core/restrack.c 	struct rdma_restrack_root *rt = &dev->res[type];
type              133 drivers/infiniband/core/restrack.c 	switch (res->type) {
type              157 drivers/infiniband/core/restrack.c 	switch (res->type) {
type              174 drivers/infiniband/core/restrack.c 		WARN_ONCE(true, "Wrong resource tracking type %u\n", res->type);
type              217 drivers/infiniband/core/restrack.c 	rt = &dev->res[res->type];
type              221 drivers/infiniband/core/restrack.c 	if (res->type == RDMA_RESTRACK_QP) {
type              227 drivers/infiniband/core/restrack.c 	} else if (res->type == RDMA_RESTRACK_COUNTER) {
type              262 drivers/infiniband/core/restrack.c 	if ((res->type != RDMA_RESTRACK_CM_ID) &&
type              263 drivers/infiniband/core/restrack.c 	    (res->type != RDMA_RESTRACK_COUNTER))
type              291 drivers/infiniband/core/restrack.c 		       enum rdma_restrack_type type, u32 id)
type              293 drivers/infiniband/core/restrack.c 	struct rdma_restrack_root *rt = &dev->res[type];
type              333 drivers/infiniband/core/restrack.c 	rt = &dev->res[res->type];
type              754 drivers/infiniband/core/roce_gid_mgmt.c 	if (ndev->type != ARPHRD_ETHER)
type              820 drivers/infiniband/core/roce_gid_mgmt.c 	if (ndev->type != ARPHRD_ETHER)
type              178 drivers/infiniband/core/rw.c 	ctx->type = RDMA_RW_MR;
type              236 drivers/infiniband/core/rw.c 	ctx->type = RDMA_RW_MULTI_WR;
type              267 drivers/infiniband/core/rw.c 	ctx->type = RDMA_RW_SINGLE_WR;
type              403 drivers/infiniband/core/rw.c 	ctx->type = RDMA_RW_SIG_MR;
type              505 drivers/infiniband/core/rw.c 	switch (ctx->type) {
type              582 drivers/infiniband/core/rw.c 	switch (ctx->type) {
type              620 drivers/infiniband/core/rw.c 	if (WARN_ON_ONCE(ctx->type != RDMA_RW_SIG_MR))
type               77 drivers/infiniband/core/sa_query.c 	enum rdma_class_port_info_type type;
type              163 drivers/infiniband/core/sa_query.c 	[LS_NLA_TYPE_PATH_RECORD]	= {.type = NLA_BINARY,
type              165 drivers/infiniband/core/sa_query.c 	[LS_NLA_TYPE_TIMEOUT]		= {.type = NLA_U32},
type              166 drivers/infiniband/core/sa_query.c 	[LS_NLA_TYPE_SERVICE_ID]	= {.type = NLA_U64},
type              167 drivers/infiniband/core/sa_query.c 	[LS_NLA_TYPE_DGID]		= {.type = NLA_BINARY,
type              169 drivers/infiniband/core/sa_query.c 	[LS_NLA_TYPE_SGID]		= {.type = NLA_BINARY,
type              171 drivers/infiniband/core/sa_query.c 	[LS_NLA_TYPE_TCLASS]		= {.type = NLA_U8},
type              172 drivers/infiniband/core/sa_query.c 	[LS_NLA_TYPE_PKEY]		= {.type = NLA_U16},
type              173 drivers/infiniband/core/sa_query.c 	[LS_NLA_TYPE_QOS_CLASS]		= {.type = NLA_U16},
type             1225 drivers/infiniband/core/sa_query.c 	enum ib_gid_type type = sa_conv_pathrec_to_gid_type(rec);
type             1228 drivers/infiniband/core/sa_query.c 		gid_attr = rdma_find_gid_by_port(device, &rec->sgid, type,
type             1266 drivers/infiniband/core/sa_query.c 	ah_attr->type = rdma_ah_find_type(device, port_num);
type             1431 drivers/infiniband/core/sa_query.c 	if (port->classport_info.data.type == RDMA_CLASS_PORT_INFO_OPA)
type             1976 drivers/infiniband/core/sa_query.c 	    (port->classport_info.data.type == RDMA_CLASS_PORT_INFO_IB))
type             2020 drivers/infiniband/core/sa_query.c 				info->data.type = RDMA_CLASS_PORT_INFO_OPA;
type             2039 drivers/infiniband/core/sa_query.c 				info->data.type = RDMA_CLASS_PORT_INFO_IB;
type             2243 drivers/infiniband/core/sa_query.c 	ah_attr.type = rdma_ah_find_type(port->agent->device,
type             2258 drivers/infiniband/core/sa_query.c 	if (ah_attr.type == RDMA_AH_ATTR_TYPE_OPA &&
type             2263 drivers/infiniband/core/sa_query.c 	if (ah_attr.type == RDMA_AH_ATTR_TYPE_IB && grh_required) {
type               54 drivers/infiniband/core/sysfs.c 	struct attribute_group	type;
type              710 drivers/infiniband/core/sysfs.c 	if (g->type.attrs) {
type              711 drivers/infiniband/core/sysfs.c 		for (i = 0; (a = g->type.attrs[i]); ++i)
type              714 drivers/infiniband/core/sysfs.c 		kfree(g->type.attrs);
type             1112 drivers/infiniband/core/sysfs.c 	p->gid_attr_group->type.name = "types";
type             1113 drivers/infiniband/core/sysfs.c 	p->gid_attr_group->type.attrs = alloc_group_attrs(show_port_gid_attr_gid_type,
type             1115 drivers/infiniband/core/sysfs.c 	if (!p->gid_attr_group->type.attrs) {
type             1121 drivers/infiniband/core/sysfs.c 				 &p->gid_attr_group->type);
type             1168 drivers/infiniband/core/sysfs.c 			   &p->gid_attr_group->type);
type             1172 drivers/infiniband/core/sysfs.c 		kfree(p->gid_attr_group->type.attrs[i]);
type             1174 drivers/infiniband/core/sysfs.c 	kfree(p->gid_attr_group->type.attrs);
type             1175 drivers/infiniband/core/sysfs.c 	p->gid_attr_group->type.attrs = NULL;
type             1329 drivers/infiniband/core/sysfs.c 				   &port->gid_attr_group->type);
type              103 drivers/infiniband/core/ud_header.c 	{ STRUCT_FIELD(eth, type),
type              114 drivers/infiniband/core/ud_header.c 	{ STRUCT_FIELD(vlan, type),
type              353 drivers/infiniband/core/ud_header.c 		header->eth.type = cpu_to_be16(ETH_P_8021Q);
type              532 drivers/infiniband/core/user_mad.c 	ah_attr.type = rdma_ah_find_type(agent->device,
type              256 drivers/infiniband/core/uverbs.h 				__u32 type;
type              273 drivers/infiniband/core/uverbs.h int ib_uverbs_kern_spec_to_ib_spec_filter(enum ib_flow_spec_type type,
type              246 drivers/infiniband/core/uverbs_cmd.c 	ucontext->res.type = RDMA_RESTRACK_CTX;
type              432 drivers/infiniband/core/uverbs_cmd.c 	pd->res.type = RDMA_RESTRACK_PD;
type              754 drivers/infiniband/core/uverbs_cmd.c 	mr->type    = IB_MR_TYPE_USER;
type              759 drivers/infiniband/core/uverbs_cmd.c 	mr->res.type = RDMA_RESTRACK_MR;
type             1043 drivers/infiniband/core/uverbs_cmd.c 	cq->res.type = RDMA_RESTRACK_CQ;
type             1741 drivers/infiniband/core/uverbs_cmd.c 	rdma_attr->type = rdma_ah_find_type(dev, uverb_attr->port_num);
type             2421 drivers/infiniband/core/uverbs_cmd.c 	attr.type = rdma_ah_find_type(ib_dev, cmd.attr.port_num);
type             2624 drivers/infiniband/core/uverbs_cmd.c 			enum ib_flow_spec_type type,
type             2629 drivers/infiniband/core/uverbs_cmd.c 	switch (type) {
type             2653 drivers/infiniband/core/uverbs_cmd.c 	ib_spec->type = kern_spec->type;
type             2654 drivers/infiniband/core/uverbs_cmd.c 	switch (ib_spec->type) {
type             2729 drivers/infiniband/core/uverbs_cmd.c int ib_uverbs_kern_spec_to_ib_spec_filter(enum ib_flow_spec_type type,
type             2742 drivers/infiniband/core/uverbs_cmd.c 	ib_spec->type = type;
type             2744 drivers/infiniband/core/uverbs_cmd.c 	if (ib_spec->type == (IB_FLOW_SPEC_INNER | IB_FLOW_SPEC_VXLAN_TUNNEL))
type             2747 drivers/infiniband/core/uverbs_cmd.c 	switch (ib_spec->type & ~IB_FLOW_SPEC_INNER) {
type             2869 drivers/infiniband/core/uverbs_cmd.c 	return ib_uverbs_kern_spec_to_ib_spec_filter(kern_spec->type,
type             2883 drivers/infiniband/core/uverbs_cmd.c 	if (kern_spec->type >= IB_FLOW_SPEC_ACTION_TAG)
type             3203 drivers/infiniband/core/uverbs_cmd.c 	    ((cmd.flow_attr.type == IB_FLOW_ATTR_ALL_DEFAULT) ||
type             3204 drivers/infiniband/core/uverbs_cmd.c 	     (cmd.flow_attr.type == IB_FLOW_ATTR_MC_DEFAULT)))
type             3266 drivers/infiniband/core/uverbs_cmd.c 	flow_attr->type = kern_flow_attr->type;
type              252 drivers/infiniband/core/uverbs_ioctl.c 	switch (spec->type) {
type              263 drivers/infiniband/core/uverbs_ioctl.c 		if (val_spec->type != UVERBS_ATTR_TYPE_PTR_IN)
type              286 drivers/infiniband/core/uverbs_ioctl.c 		if (spec->type != UVERBS_ATTR_TYPE_ENUM_IN &&
type              536 drivers/infiniband/core/uverbs_ioctl.c 		if (attr_uapi->spec.type == UVERBS_ATTR_TYPE_IDRS_ARRAY) {
type               47 drivers/infiniband/core/uverbs_marshall.c 	ib->type = RDMA_AH_ATTR_TYPE_IB;
type               71 drivers/infiniband/core/uverbs_marshall.c 	if ((ah_attr->type == RDMA_AH_ATTR_TYPE_OPA) &&
type              126 drivers/infiniband/core/uverbs_std_types_cq.c 	cq->res.type = RDMA_RESTRACK_CQ;
type              208 drivers/infiniband/core/uverbs_std_types_flow_action.c 	if (uverbs_encap.type != IB_FLOW_SPEC_IPV4 &&
type              209 drivers/infiniband/core/uverbs_std_types_flow_action.c 	    uverbs_encap.type != IB_FLOW_SPEC_IPV6)
type              212 drivers/infiniband/core/uverbs_std_types_flow_action.c 	return parse_esp_ip(uverbs_encap.type,
type              353 drivers/infiniband/core/uverbs_std_types_flow_action.c 	if (action->type != IB_FLOW_ACTION_ESP)
type              363 drivers/infiniband/core/uverbs_std_types_flow_action.c 		.type = UVERBS_ATTR_TYPE_PTR_IN,
type              372 drivers/infiniband/core/uverbs_std_types_flow_action.c 		.type = UVERBS_ATTR_TYPE_PTR_IN,
type              376 drivers/infiniband/core/uverbs_std_types_flow_action.c 		.type = UVERBS_ATTR_TYPE_PTR_IN,
type              131 drivers/infiniband/core/uverbs_std_types_mr.c 	mr->type    = IB_MR_TYPE_DM;
type              142 drivers/infiniband/core/uverbs_uapi.c 		if (attr->attr.type == UVERBS_ATTR_TYPE_ENUM_IN)
type              149 drivers/infiniband/core/uverbs_uapi.c 		if (attr->attr.type == UVERBS_ATTR_TYPE_IDRS_ARRAY) {
type              372 drivers/infiniband/core/uverbs_uapi.c 		u8 type = elm->spec.type;
type              384 drivers/infiniband/core/uverbs_uapi.c 		if (type == UVERBS_ATTR_TYPE_IDR ||
type              385 drivers/infiniband/core/uverbs_uapi.c 		    type == UVERBS_ATTR_TYPE_FD) {
type              501 drivers/infiniband/core/uverbs_uapi.c 	if (spec->type == UVERBS_ATTR_TYPE_IDR ||
type              502 drivers/infiniband/core/uverbs_uapi.c 	    spec->type == UVERBS_ATTR_TYPE_FD)
type              504 drivers/infiniband/core/uverbs_uapi.c 	if (spec->type == UVERBS_ATTR_TYPE_IDRS_ARRAY)
type              726 drivers/infiniband/core/uverbs_uapi.c 			if (elm->spec.type == UVERBS_ATTR_TYPE_ENUM_IN)
type              271 drivers/infiniband/core/verbs.c 	pd->res.type = RDMA_RESTRACK_PD;
type              302 drivers/infiniband/core/verbs.c 		mr->type        = IB_MR_TYPE_DMA;
type              415 drivers/infiniband/core/verbs.c 	     ah_attr->type == RDMA_AH_ATTR_TYPE_ROCE) &&
type              519 drivers/infiniband/core/verbs.c 	ah->type = ah_attr->type;
type              586 drivers/infiniband/core/verbs.c 	if (ah_attr->type == RDMA_AH_ATTR_TYPE_ROCE) {
type              782 drivers/infiniband/core/verbs.c 	ah_attr->type = rdma_ah_find_type(device, port_num);
type              919 drivers/infiniband/core/verbs.c 	if (ah->type != ah_attr->type)
type             1551 drivers/infiniband/core/verbs.c 			enum ib_qp_type type, enum ib_qp_attr_mask mask)
type             1563 drivers/infiniband/core/verbs.c 	req_param = qp_state_table[cur_state][next_state].req_param[type];
type             1564 drivers/infiniband/core/verbs.c 	opt_param = qp_state_table[cur_state][next_state].opt_param[type];
type             1661 drivers/infiniband/core/verbs.c 	    attr->ah_attr.type == RDMA_AH_ATTR_TYPE_ROCE &&
type             1938 drivers/infiniband/core/verbs.c 	cq->res.type = RDMA_RESTRACK_CQ;
type             2033 drivers/infiniband/core/verbs.c 		mr->res.type = RDMA_RESTRACK_MR;
type             2035 drivers/infiniband/core/verbs.c 		mr->type = mr_type;
type             2086 drivers/infiniband/core/verbs.c 	mr->res.type = RDMA_RESTRACK_MR;
type             2088 drivers/infiniband/core/verbs.c 	mr->type = IB_MR_TYPE_INTEGRITY;
type             2443 drivers/infiniband/core/verbs.c 		   int type)
type             2448 drivers/infiniband/core/verbs.c 	return device->ops.set_vf_guid(device, vf, port, guid, type);
type             2478 drivers/infiniband/core/verbs.c 		     WARN_ON_ONCE(mr->type != IB_MR_TYPE_INTEGRITY)))
type             2780 drivers/infiniband/core/verbs.c 				     enum rdma_netdev_t type, const char *name,
type             2791 drivers/infiniband/core/verbs.c 	rc = device->ops.rdma_netdev_get_params(device, port_num, type,
type             2806 drivers/infiniband/core/verbs.c 		     enum rdma_netdev_t type, const char *name,
type             2817 drivers/infiniband/core/verbs.c 	rc = device->ops.rdma_netdev_get_params(device, port_num, type,
type              412 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	wqe->type = BNXT_QPLIB_SWQE_TYPE_BIND_MW;
type              516 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	mr->qplib_mr.type = CMDQ_ALLOCATE_MRW_MRW_FLAGS_PMR;
type              726 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	ah_attr->type = ib_ah->type;
type              822 drivers/infiniband/hw/bnxt_re/ib_verbs.c static u8 __from_ib_qp_type(enum ib_qp_type type)
type              824 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	switch (type) {
type              851 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	if (qplib_qp->type == CMDQ_CREATE_QP_TYPE_RC) {
type              958 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	qp->qplib_qp.type = IB_QPT_UD;
type             1028 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	qp->qplib_qp.type = __from_ib_qp_type(qp_init_attr->qp_type);
type             1032 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		qp->qplib_qp.type = CMDQ_CREATE_QP_TYPE_GSI;
type             1033 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	if (qp->qplib_qp.type == IB_QPT_MAX) {
type             1035 drivers/infiniband/hw/bnxt_re/ib_verbs.c 			qp->qplib_qp.type);
type             1489 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		wqe.type = BNXT_QPLIB_SWQE_TYPE_RECV;
type             1800 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	qp_attr->ah_attr.type = RDMA_AH_ATTR_TYPE_ROCE;
type             1905 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		qp->qp1_hdr.eth.type = cpu_to_be16(ether_type);
type             1907 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		qp->qp1_hdr.vlan.type = cpu_to_be16(ether_type);
type             2051 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	return (qp->qplib_qp.type == CMDQ_CREATE_QP_TYPE_UD ||
type             2052 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		qp->qplib_qp.type == CMDQ_CREATE_QP_TYPE_GSI);
type             2069 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		wqe->type = BNXT_QPLIB_SWQE_TYPE_SEND;
type             2072 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		wqe->type = BNXT_QPLIB_SWQE_TYPE_SEND_WITH_IMM;
type             2076 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		wqe->type = BNXT_QPLIB_SWQE_TYPE_SEND_WITH_INV;
type             2099 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		wqe->type = BNXT_QPLIB_SWQE_TYPE_RDMA_WRITE;
type             2102 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		wqe->type = BNXT_QPLIB_SWQE_TYPE_RDMA_WRITE_WITH_IMM;
type             2106 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		wqe->type = BNXT_QPLIB_SWQE_TYPE_RDMA_READ;
type             2131 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		wqe->type = BNXT_QPLIB_SWQE_TYPE_ATOMIC_CMP_AND_SWP;
type             2136 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		wqe->type = BNXT_QPLIB_SWQE_TYPE_ATOMIC_FETCH_AND_ADD;
type             2156 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	wqe->type = BNXT_QPLIB_SWQE_TYPE_LOCAL_INV;
type             2184 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	wqe->type = BNXT_QPLIB_SWQE_TYPE_REG_MR;
type             2304 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		wqe.type = BNXT_QPLIB_SWQE_TYPE_SEND;
type             2356 drivers/infiniband/hw/bnxt_re/ib_verbs.c 			if (qp->qplib_qp.type == CMDQ_CREATE_QP1_TYPE_GSI) {
type             2444 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		wqe.type = BNXT_QPLIB_SWQE_TYPE_RECV;
type             2484 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		wqe.type = BNXT_QPLIB_SWQE_TYPE_RECV;
type             2487 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		    qp->qplib_qp.type != CMDQ_CREATE_QP_TYPE_GSI)
type             2720 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	switch (cqe->type) {
type             3075 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	if (qp->qplib_qp.type == CMDQ_CREATE_QP_TYPE_GSI) {
type             3250 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	int type = 0, rc = 0;
type             3256 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		type = DBC_DBC_TYPE_CQ_ARMALL;
type             3259 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		type = DBC_DBC_TYPE_CQ_ARMSE;
type             3267 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	bnxt_qplib_req_notify_cq(&cq->qplib_cq, type);
type             3290 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	mr->qplib_mr.type = CMDQ_ALLOCATE_MRW_MRW_FLAGS_PMR;
type             3365 drivers/infiniband/hw/bnxt_re/ib_verbs.c struct ib_mr *bnxt_re_alloc_mr(struct ib_pd *ib_pd, enum ib_mr_type type,
type             3373 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	if (type != IB_MR_TYPE_MEM_REG) {
type             3374 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		dev_dbg(rdev_to_dev(rdev), "MR type 0x%x not supported", type);
type             3387 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	mr->qplib_mr.type = CMDQ_ALLOCATE_MRW_MRW_FLAGS_PMR;
type             3421 drivers/infiniband/hw/bnxt_re/ib_verbs.c struct ib_mw *bnxt_re_alloc_mw(struct ib_pd *ib_pd, enum ib_mw_type type,
type             3435 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	mw->qplib_mw.type = (type == IB_MW_TYPE_1 ?
type             3525 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	mr->qplib_mr.type = CMDQ_ALLOCATE_MRW_MRW_FLAGS_MR;
type              205 drivers/infiniband/hw/bnxt_re/ib_verbs.h struct ib_mw *bnxt_re_alloc_mw(struct ib_pd *ib_pd, enum ib_mw_type type,
type              373 drivers/infiniband/hw/bnxt_re/main.c 				 u16 fw_ring_id, int type)
type              387 drivers/infiniband/hw/bnxt_re/main.c 	req.ring_type = type;
type              399 drivers/infiniband/hw/bnxt_re/main.c 				  int pages, int type, u32 ring_mask,
type              424 drivers/infiniband/hw/bnxt_re/main.c 	req.ring_type = type;
type              835 drivers/infiniband/hw/bnxt_re/main.c 	u8 type;
type              838 drivers/infiniband/hw/bnxt_re/main.c 	type = ((struct creq_base *)aeqe)->type;
type              839 drivers/infiniband/hw/bnxt_re/main.c 	if (type == CREQ_BASE_TYPE_FUNC_EVENT) {
type              946 drivers/infiniband/hw/bnxt_re/main.c 	u8 type;
type              950 drivers/infiniband/hw/bnxt_re/main.c 		type = bnxt_qplib_get_ring_type(&rdev->chip_ctx);
type              951 drivers/infiniband/hw/bnxt_re/main.c 		bnxt_re_net_ring_free(rdev, rdev->nq[i].ring_id, type);
type              978 drivers/infiniband/hw/bnxt_re/main.c 	u8 type;
type             1008 drivers/infiniband/hw/bnxt_re/main.c 		type = bnxt_qplib_get_ring_type(&rdev->chip_ctx);
type             1011 drivers/infiniband/hw/bnxt_re/main.c 		rc = bnxt_re_net_ring_alloc(rdev, pg_map, pages, type,
type             1027 drivers/infiniband/hw/bnxt_re/main.c 		type = bnxt_qplib_get_ring_type(&rdev->chip_ctx);
type             1028 drivers/infiniband/hw/bnxt_re/main.c 		bnxt_re_net_ring_free(rdev, rdev->nq[i].ring_id, type);
type             1282 drivers/infiniband/hw/bnxt_re/main.c 	u8 type;
type             1306 drivers/infiniband/hw/bnxt_re/main.c 		type = bnxt_qplib_get_ring_type(&rdev->chip_ctx);
type             1307 drivers/infiniband/hw/bnxt_re/main.c 		bnxt_re_net_ring_free(rdev, rdev->rcfw.creq_ring_id, type);
type             1342 drivers/infiniband/hw/bnxt_re/main.c 	u8 type;
type             1387 drivers/infiniband/hw/bnxt_re/main.c 	type = bnxt_qplib_get_ring_type(&rdev->chip_ctx);
type             1391 drivers/infiniband/hw/bnxt_re/main.c 	rc = bnxt_re_net_ring_alloc(rdev, pg_map, pages, type,
type             1486 drivers/infiniband/hw/bnxt_re/main.c 	type = bnxt_qplib_get_ring_type(&rdev->chip_ctx);
type             1487 drivers/infiniband/hw/bnxt_re/main.c 	bnxt_re_net_ring_free(rdev, rdev->rcfw.creq_ring_id, type);
type              245 drivers/infiniband/hw/bnxt_re/qplib_fp.c 	u16 type;
type              265 drivers/infiniband/hw/bnxt_re/qplib_fp.c 		type = le16_to_cpu(nqe->info10_type) & NQ_BASE_TYPE_MASK;
type              266 drivers/infiniband/hw/bnxt_re/qplib_fp.c 		switch (type) {
type              282 drivers/infiniband/hw/bnxt_re/qplib_fp.c 					 "cqn - type 0x%x not handled\n", type);
type              310 drivers/infiniband/hw/bnxt_re/qplib_fp.c 				 "nqe with type = 0x%x not handled\n", type);
type              692 drivers/infiniband/hw/bnxt_re/qplib_fp.c 	srqe->wqe_type = wqe->type;
type              737 drivers/infiniband/hw/bnxt_re/qplib_fp.c 	req.type = qp->type;
type              880 drivers/infiniband/hw/bnxt_re/qplib_fp.c 	req.type = qp->type;
type              885 drivers/infiniband/hw/bnxt_re/qplib_fp.c 	if (qp->type == CMDQ_CREATE_QP_TYPE_RC) {
type             1556 drivers/infiniband/hw/bnxt_re/qplib_fp.c 	swq->type = wqe->type;
type             1597 drivers/infiniband/hw/bnxt_re/qplib_fp.c 	switch (wqe->type) {
type             1599 drivers/infiniband/hw/bnxt_re/qplib_fp.c 		if (qp->type == CMDQ_CREATE_QP1_TYPE_GSI) {
type             1604 drivers/infiniband/hw/bnxt_re/qplib_fp.c 			sqe->wqe_type = wqe->type;
type             1623 drivers/infiniband/hw/bnxt_re/qplib_fp.c 		sqe->wqe_type = wqe->type;
type             1629 drivers/infiniband/hw/bnxt_re/qplib_fp.c 		if (qp->type == CMDQ_CREATE_QP_TYPE_UD ||
type             1630 drivers/infiniband/hw/bnxt_re/qplib_fp.c 		    qp->type == CMDQ_CREATE_QP_TYPE_GSI) {
type             1656 drivers/infiniband/hw/bnxt_re/qplib_fp.c 		sqe->wqe_type = wqe->type;
type             1676 drivers/infiniband/hw/bnxt_re/qplib_fp.c 		sqe->wqe_type = wqe->type;
type             1694 drivers/infiniband/hw/bnxt_re/qplib_fp.c 		sqe->wqe_type = wqe->type;
type             1704 drivers/infiniband/hw/bnxt_re/qplib_fp.c 		sqe->wqe_type = wqe->type;
type             1735 drivers/infiniband/hw/bnxt_re/qplib_fp.c 		sqe->wqe_type = wqe->type;
type             1759 drivers/infiniband/hw/bnxt_re/qplib_fp.c 		opcd_spsn |= ((wqe->type << SQ_PSN_SEARCH_OPCODE_SFT) &
type             1781 drivers/infiniband/hw/bnxt_re/qplib_fp.c 		swq->type = wqe->type;
type             1860 drivers/infiniband/hw/bnxt_re/qplib_fp.c 	rqe->wqe_type = wqe->type;
type             2041 drivers/infiniband/hw/bnxt_re/qplib_fp.c 		cqe->type = sq->swq[sw_cons].type;
type             2063 drivers/infiniband/hw/bnxt_re/qplib_fp.c 	switch (qp->type) {
type             2268 drivers/infiniband/hw/bnxt_re/qplib_fp.c 		cqe->type = swq->type;
type             2653 drivers/infiniband/hw/bnxt_re/qplib_fp.c 			cqe->type = sq->swq[sw_cons].type;
type              103 drivers/infiniband/hw/bnxt_re/qplib_fp.h 	u8				type;
type              116 drivers/infiniband/hw/bnxt_re/qplib_fp.h 	u8				type;
type              260 drivers/infiniband/hw/bnxt_re/qplib_fp.h 	u8				type;
type              347 drivers/infiniband/hw/bnxt_re/qplib_fp.h 	u8				type;
type              370 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c 	u32 type, budget = CREQ_ENTRY_POLL_BUDGET;
type              389 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c 		type = creqe->type & CREQ_BASE_TYPE_MASK;
type              390 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c 		switch (type) {
type              402 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c 					 "aeqe:%#x Not handled\n", type);
type              405 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c 			if (type != ASYNC_EVENT_CMPL_TYPE_HWRM_ASYNC_EVENT)
type              408 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c 					 type);
type              232 drivers/infiniband/hw/bnxt_re/qplib_res.h #define to_bnxt_qplib(ptr, type, member)	\
type              233 drivers/infiniband/hw/bnxt_re/qplib_res.h 	container_of(ptr, type, member)
type              515 drivers/infiniband/hw/bnxt_re/qplib_sp.c 	req.type = ah->nw_type;
type              572 drivers/infiniband/hw/bnxt_re/qplib_sp.c 	req.mrw_flags = mrw->type;
type              574 drivers/infiniband/hw/bnxt_re/qplib_sp.c 	if ((mrw->type == CMDQ_ALLOCATE_MRW_MRW_FLAGS_MW_TYPE1)  ||
type              575 drivers/infiniband/hw/bnxt_re/qplib_sp.c 	    (mrw->type == CMDQ_ALLOCATE_MRW_MRW_FLAGS_MW_TYPE2A) ||
type              576 drivers/infiniband/hw/bnxt_re/qplib_sp.c 	    (mrw->type == CMDQ_ALLOCATE_MRW_MRW_FLAGS_MW_TYPE2B))
type              605 drivers/infiniband/hw/bnxt_re/qplib_sp.c 	req.mrw_flags = mrw->type;
type              606 drivers/infiniband/hw/bnxt_re/qplib_sp.c 	if ((mrw->type == CMDQ_ALLOCATE_MRW_MRW_FLAGS_PMR &&
type              608 drivers/infiniband/hw/bnxt_re/qplib_sp.c 	    mrw->type == CMDQ_ALLOCATE_MRW_MRW_FLAGS_MW_TYPE2A ||
type              609 drivers/infiniband/hw/bnxt_re/qplib_sp.c 	    mrw->type == CMDQ_ALLOCATE_MRW_MRW_FLAGS_MW_TYPE2B)
type              619 drivers/infiniband/hw/bnxt_re/qplib_sp.c 	if ((mrw->type == CMDQ_ALLOCATE_MRW_MRW_FLAGS_MW_TYPE1)  ||
type              620 drivers/infiniband/hw/bnxt_re/qplib_sp.c 	    (mrw->type == CMDQ_ALLOCATE_MRW_MRW_FLAGS_MW_TYPE2A) ||
type              621 drivers/infiniband/hw/bnxt_re/qplib_sp.c 	    (mrw->type == CMDQ_ALLOCATE_MRW_MRW_FLAGS_MW_TYPE2B))
type              110 drivers/infiniband/hw/bnxt_re/qplib_sp.h 	int				type;
type              797 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	__le16 type;
type              814 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type              833 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             1023 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             1602 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             1680 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             1961 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             1979 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2009 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2060 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2080 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2100 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2134 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2233 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2253 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2277 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2312 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2332 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2358 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2378 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2398 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2419 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2439 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2460 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2480 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2500 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2520 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2572 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2592 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2612 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2632 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2652 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2672 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2692 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2712 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2770 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2790 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2810 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2837 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2857 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type             2906 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8	type;
type             2985 drivers/infiniband/hw/bnxt_re/roce_hsi.h 	u8 type;
type              182 drivers/infiniband/hw/cxgb3/cxio_hal.c 	if (rdev_p->t3cdev_p->type != T3A)
type              674 drivers/infiniband/hw/cxgb3/cxio_hal.c 			 enum tpt_mem_type type, enum tpt_mem_perm perm,
type              696 drivers/infiniband/hw/cxgb3/cxio_hal.c 		 __func__, stag_state, type, pdid, stag_idx);
type              707 drivers/infiniband/hw/cxgb3/cxio_hal.c 				V_TPT_STAG_TYPE(type) | V_TPT_PDID(pdid));
type              258 drivers/infiniband/hw/cxgb3/cxio_wr.h 	u8 type;
type              128 drivers/infiniband/hw/cxgb3/iwch.h 	return rhp->rdev.t3cdev_p->type == T3B;
type              133 drivers/infiniband/hw/cxgb3/iwch.h 	return rhp->rdev.t3cdev_p->type == T3A;
type             1185 drivers/infiniband/hw/cxgb3/iwch_cm.c 	if (ep->com.tdev->type != T3A && act_open_has_tid(rpl->status))
type             1315 drivers/infiniband/hw/cxgb3/iwch_cm.c 	if (tdev->type != T3A)
type              531 drivers/infiniband/hw/cxgb3/iwch_provider.c static struct ib_mw *iwch_alloc_mw(struct ib_pd *pd, enum ib_mw_type type,
type              541 drivers/infiniband/hw/cxgb3/iwch_provider.c 	if (type != IB_MW_TYPE_1)
type              556 drivers/infiniband/hw/cxgb3/iwch_provider.c 	mhp->attr.type = TPT_MW;
type              619 drivers/infiniband/hw/cxgb3/iwch_provider.c 	mhp->attr.type = TPT_NON_SHARED_MR;
type              967 drivers/infiniband/hw/cxgb3/iwch_provider.c 	props->hw_ver = dev->rdev.t3cdev_p->type;
type             1018 drivers/infiniband/hw/cxgb3/iwch_provider.c 	return sprintf(buf, "%d\n", iwch_dev->rdev.t3cdev_p->type);
type               58 drivers/infiniband/hw/cxgb3/iwch_provider.h 	u32 type:2;
type             3900 drivers/infiniband/hw/cxgb4/cm.c 	switch (rpl->type) {
type             3934 drivers/infiniband/hw/cxgb4/cm.c 	enum chip_type type;
type             3960 drivers/infiniband/hw/cxgb4/cm.c 	type = dev->rdev.lldi.adapter_type;
type             3965 drivers/infiniband/hw/cxgb4/cm.c 	if (CHELSIO_CHIP_VERSION(type) <= CHELSIO_T5) {
type             3966 drivers/infiniband/hw/cxgb4/cm.c 		eth_hdr_len = is_t4(type) ?
type             4376 drivers/infiniband/hw/cxgb4/cm.c 	pr_debug("type %u\n", rpl->type);
type             4378 drivers/infiniband/hw/cxgb4/cm.c 	switch (rpl->type) {
type             4393 drivers/infiniband/hw/cxgb4/cm.c 		       __func__, rpl->type);
type              387 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	u32 type:2;
type              988 drivers/infiniband/hw/cxgb4/iw_cxgb4.h struct ib_mw *c4iw_alloc_mw(struct ib_pd *pd, enum ib_mw_type type,
type              272 drivers/infiniband/hw/cxgb4/mem.c 			   enum fw_ri_stag_type type, enum fw_ri_mem_perms perm,
type              309 drivers/infiniband/hw/cxgb4/mem.c 		 stag_state, type, pdid, stag_idx);
type              318 drivers/infiniband/hw/cxgb4/mem.c 			FW_RI_TPTE_STAGTYPE_V(type) | FW_RI_TPTE_PDID_V(pdid));
type              615 drivers/infiniband/hw/cxgb4/mem.c struct ib_mw *c4iw_alloc_mw(struct ib_pd *pd, enum ib_mw_type type,
type              625 drivers/infiniband/hw/cxgb4/mem.c 	if (type != IB_MW_TYPE_1)
type              651 drivers/infiniband/hw/cxgb4/mem.c 	mhp->attr.type = FW_RI_STAG_MW;
type              744 drivers/infiniband/hw/cxgb4/mem.c 	mhp->attr.type = FW_RI_STAG_NSMR;
type              462 drivers/infiniband/hw/cxgb4/provider.c 	return (res->type < ARRAY_SIZE(c4iw_restrack_funcs) &&
type              463 drivers/infiniband/hw/cxgb4/provider.c 		c4iw_restrack_funcs[res->type]) ?
type              464 drivers/infiniband/hw/cxgb4/provider.c 		c4iw_restrack_funcs[res->type](msg, res) : 0;
type             1581 drivers/infiniband/hw/cxgb4/qp.c 	wqe->u.terminate.type = FW_RI_TYPE_TERMINATE;
type             1715 drivers/infiniband/hw/cxgb4/qp.c 	wqe->u.fini.type = FW_RI_TYPE_FINI;
type             1780 drivers/infiniband/hw/cxgb4/qp.c 	wqe->u.init.type = FW_RI_TYPE_INIT;
type              778 drivers/infiniband/hw/cxgb4/t4fw_ri_api.h 			__u8   type;
type              804 drivers/infiniband/hw/cxgb4/t4fw_ri_api.h 			__u8   type;
type              809 drivers/infiniband/hw/cxgb4/t4fw_ri_api.h 			__u8   type;
type              499 drivers/infiniband/hw/efa/efa_admin_cmds_defs.h 	u8 type;
type              741 drivers/infiniband/hw/efa/efa_com_cmd.c 	cmd.type = params->type;
type              754 drivers/infiniband/hw/efa/efa_com_cmd.c 			cmd.type, cmd.scope, cmd.scope_modifier, err);
type              230 drivers/infiniband/hw/efa/efa_com_cmd.h 	u8 type;
type             1773 drivers/infiniband/hw/efa/efa_verbs.c 	params.type = EFA_ADMIN_GET_STATS_TYPE_BASIC;
type              812 drivers/infiniband/hw/hfi1/affinity.c 		   msix->irq, irq_type_names[msix->type],
type              827 drivers/infiniband/hw/hfi1/affinity.c 		if (other_msix->type != IRQ_SDMA || other_msix == msix)
type              901 drivers/infiniband/hw/hfi1/affinity.c 	switch (msix->type) {
type              919 drivers/infiniband/hw/hfi1/affinity.c 		dd_dev_err(dd, "Invalid IRQ type %d\n", msix->type);
type              944 drivers/infiniband/hw/hfi1/affinity.c 		    msix->irq, irq_type_names[msix->type],
type              948 drivers/infiniband/hw/hfi1/affinity.c 	if (msix->type == IRQ_SDMA) {
type              976 drivers/infiniband/hw/hfi1/affinity.c 	switch (msix->type) {
type             1061 drivers/infiniband/hw/hfi1/chip.c static int do_8051_command(struct hfi1_devdata *dd, u32 type, u64 in_data,
type             5814 drivers/infiniband/hw/hfi1/chip.c 	if ((sci->type != SC_KERNEL) && (sci->type != SC_VL15))
type             6012 drivers/infiniband/hw/hfi1/chip.c 	if (sc->type != SC_USER)
type             6362 drivers/infiniband/hw/hfi1/chip.c 	u8 type;
type             6372 drivers/infiniband/hw/hfi1/chip.c 	type = (reg >> DC_DC8051_CFG_EXT_DEV_1_REQ_TYPE_SHIFT)
type             6377 drivers/infiniband/hw/hfi1/chip.c 	switch (type) {
type             6385 drivers/infiniband/hw/hfi1/chip.c 			    type);
type             6408 drivers/infiniband/hw/hfi1/chip.c 		dd_dev_err(dd, "8051 request: unknown request 0x%x\n", type);
type             8672 drivers/infiniband/hw/hfi1/chip.c static int do_8051_command(struct hfi1_devdata *dd, u32 type, u64 in_data,
type             8679 drivers/infiniband/hw/hfi1/chip.c 	hfi1_cdbg(DC8051, "type %d, data 0x%012llx", type, in_data);
type             8703 drivers/infiniband/hw/hfi1/chip.c 				   type);
type             8727 drivers/infiniband/hw/hfi1/chip.c 	if (type == HCMD_WRITE_LCB_CSR) {
type             8743 drivers/infiniband/hw/hfi1/chip.c 	reg = ((u64)type & DC_DC8051_CFG_HOST_CMD_0_REQ_TYPE_MASK)
type             8760 drivers/infiniband/hw/hfi1/chip.c 			dd_dev_err(dd, "8051 host command %u timeout\n", type);
type             8772 drivers/infiniband/hw/hfi1/chip.c 		if (type == HCMD_READ_LCB_CSR) {
type             9084 drivers/infiniband/hw/hfi1/chip.c static int read_idle_message(struct hfi1_devdata *dd, u64 type, u64 *data_out)
type             9088 drivers/infiniband/hw/hfi1/chip.c 	ret = do_8051_command(dd, HCMD_READ_LCB_IDLE_MSG, type, data_out);
type             9091 drivers/infiniband/hw/hfi1/chip.c 			   (u32)type, ret);
type             9894 drivers/infiniband/hw/hfi1/chip.c 		  u32 type, unsigned long pa, u16 order)
type             9901 drivers/infiniband/hw/hfi1/chip.c 	if (type == PT_INVALID || type == PT_INVALID_FLUSH) {
type             9904 drivers/infiniband/hw/hfi1/chip.c 	} else if (type > PT_INVALID) {
type             9907 drivers/infiniband/hw/hfi1/chip.c 			   type, index);
type             9910 drivers/infiniband/hw/hfi1/chip.c 	trace_hfi1_put_tid(dd, index, type, pa, order);
type             9920 drivers/infiniband/hw/hfi1/chip.c 	if (type == PT_EAGER || type == PT_INVALID_FLUSH || (index & 3) == 3)
type             13014 drivers/infiniband/hw/hfi1/chip.c 		u8 set = (sc->type == SC_USER ?
type             1422 drivers/infiniband/hw/hfi1/chip.h 		  u32 type, unsigned long pa, u16 order);
type              448 drivers/infiniband/hw/hfi1/debugfs.c 	if (sci && sci->type != SC_USER && sci->allocated && sci->sc)
type              236 drivers/infiniband/hw/hfi1/driver.c int hfi1_rcvbuf_validate(u32 size, u8 type, u16 *encoded)
type              243 drivers/infiniband/hw/hfi1/driver.c 	    (type == PT_EAGER ? MAX_EAGER_BUFFER : MAX_EXPECTED_BUFFER))
type              227 drivers/infiniband/hw/hfi1/eprom.c 	u32 type;		/* file type */
type              343 drivers/infiniband/hw/hfi1/eprom.c 		if (table[i].type == HFI1_EFT_PLATFORM_CONFIG) {
type              171 drivers/infiniband/hw/hfi1/file_ops.c #define HFI1_MMAP_TOKEN(type, ctxt, subctxt, addr)   \
type              173 drivers/infiniband/hw/hfi1/file_ops.c 	HFI1_MMAP_TOKEN_SET(TYPE, type) | \
type              359 drivers/infiniband/hw/hfi1/file_ops.c 	u8 subctxt, mapio = 0, vmf = 0, type;
type              372 drivers/infiniband/hw/hfi1/file_ops.c 	type = HFI1_MMAP_TOKEN_GET(TYPE, token);
type              380 drivers/infiniband/hw/hfi1/file_ops.c 	switch (type) {
type              387 drivers/infiniband/hw/hfi1/file_ops.c 			(type == PIO_BUFS_SOP ?
type              575 drivers/infiniband/hw/hfi1/file_ops.c 		    ctxt, subctxt, type, mapio, vmf, memaddr, memlen,
type              865 drivers/infiniband/hw/hfi1/file_ops.c 	if (uctxt->sc && (uctxt->sc->type == SC_KERNEL))
type              719 drivers/infiniband/hw/hfi1/hfi.h 	enum irq_type type;
type             1810 drivers/infiniband/hw/hfi1/hfi.h int hfi1_rcvbuf_validate(u32 size, u8 type, u16 *encode);
type              283 drivers/infiniband/hw/hfi1/mad.c 	attr.type = ah->ibah.type;
type              303 drivers/infiniband/hw/hfi1/mad.c 	attr.type = rdma_ah_find_type(&dd->verbs_dev.rdi.ibdev, port_num);
type              431 drivers/infiniband/hw/hfi1/mad.c static struct trap_node *create_trap_node(u8 type, __be16 trap_num, u32 lid)
type              440 drivers/infiniband/hw/hfi1/mad.c 	trap->data.generic_type = type;
type              118 drivers/infiniband/hw/hfi1/msix.c 			    u32 idx, enum irq_type type)
type              139 drivers/infiniband/hw/hfi1/msix.c 	switch (type) {
type              188 drivers/infiniband/hw/hfi1/msix.c 	me->type = type;
type              478 drivers/infiniband/hw/hfi1/pio.c 			sci->type = i;
type              495 drivers/infiniband/hw/hfi1/pio.c static int sc_hw_alloc(struct hfi1_devdata *dd, int type, u32 *sw_index,
type              504 drivers/infiniband/hw/hfi1/pio.c 		if (sci->type == type && sci->allocated == 0) {
type              514 drivers/infiniband/hw/hfi1/pio.c 	dd_dev_err(dd, "Unable to locate a free type %d send context\n", type);
type              667 drivers/infiniband/hw/hfi1/pio.c 	int type = sc->type;
type              671 drivers/infiniband/hw/hfi1/pio.c 			hfi1_pkt_default_send_ctxt_mask(dd, type));
type              696 drivers/infiniband/hw/hfi1/pio.c struct send_context *sc_alloc(struct hfi1_devdata *dd, int type,
type              728 drivers/infiniband/hw/hfi1/pio.c 	ret = sc_hw_alloc(dd, type, &sw_index, &hw_context);
type              741 drivers/infiniband/hw/hfi1/pio.c 	sc->type = type;
type              784 drivers/infiniband/hw/hfi1/pio.c 	if (type == SC_USER) {
type              812 drivers/infiniband/hw/hfi1/pio.c 	if (type == SC_ACK) {
type              814 drivers/infiniband/hw/hfi1/pio.c 	} else if (type == SC_USER) {
type              824 drivers/infiniband/hw/hfi1/pio.c 	if (type == SC_USER && HFI1_CAP_IS_USET(EARLY_CREDIT_RETURN))
type              834 drivers/infiniband/hw/hfi1/pio.c 	if (type == SC_USER) {
type              849 drivers/infiniband/hw/hfi1/pio.c 	if (type != SC_USER) {
type              868 drivers/infiniband/hw/hfi1/pio.c 		  sc_type_name(type),
type             1115 drivers/infiniband/hw/hfi1/pio.c 	if (sc->type != SC_USER) {
type             1170 drivers/infiniband/hw/hfi1/pio.c 		if (!sc || !(sc->flags & SCF_FROZEN) || sc->type == SC_USER)
type             1192 drivers/infiniband/hw/hfi1/pio.c 		if (!sc || !(sc->flags & SCF_FROZEN) || sc->type == SC_USER)
type             1220 drivers/infiniband/hw/hfi1/pio.c 		if (!sc || !(sc->flags & SCF_LINK_DOWN) || sc->type == SC_USER)
type             1619 drivers/infiniband/hw/hfi1/pio.c 	if (dd->send_contexts[sc->sw_index].type != SC_KERNEL &&
type             1620 drivers/infiniband/hw/hfi1/pio.c 	    dd->send_contexts[sc->sw_index].type != SC_VL15)
type             1924 drivers/infiniband/hw/hfi1/pio.c 			if (dd->send_contexts[i].type == SC_KERNEL)
type             2168 drivers/infiniband/hw/hfi1/pio.c 		   i, sci->type, sci->base, sci->credits);
type              109 drivers/infiniband/hw/hfi1/pio.h 	u8  type;			/* context type */
type              149 drivers/infiniband/hw/hfi1/pio.h 	u16 type;			/* context type */
type              284 drivers/infiniband/hw/hfi1/pio.h struct send_context *sc_alloc(struct hfi1_devdata *dd, int type,
type             3114 drivers/infiniband/hw/hfi1/sdma.c 			   int type, void *kvaddr, struct page *page,
type             3128 drivers/infiniband/hw/hfi1/sdma.c 		if (type == SDMA_MAP_NONE) {
type             3133 drivers/infiniband/hw/hfi1/sdma.c 		if (type == SDMA_MAP_PAGE) {
type             3143 drivers/infiniband/hw/hfi1/sdma.c 		if (type == SDMA_MAP_PAGE)
type              637 drivers/infiniband/hw/hfi1/sdma.h 	int type,
type              645 drivers/infiniband/hw/hfi1/sdma.h 		desc->qw[1] |= ((u64)type & SDMA_DESC1_GENERATION_MASK)
type              649 drivers/infiniband/hw/hfi1/sdma.h 		desc->qw[1] = ((u64)type & SDMA_DESC1_GENERATION_MASK)
type              660 drivers/infiniband/hw/hfi1/sdma.h 			   int type, void *kvaddr, struct page *page,
type              687 drivers/infiniband/hw/hfi1/sdma.h 	int type,
type              696 drivers/infiniband/hw/hfi1/sdma.h 		type,
type               55 drivers/infiniband/hw/hfi1/trace_rx.h #define tidtype_name(type) { PT_##type, #type }
type               56 drivers/infiniband/hw/hfi1/trace_rx.h #define show_tidtype(type)                   \
type               57 drivers/infiniband/hw/hfi1/trace_rx.h __print_symbolic(type,                       \
type              132 drivers/infiniband/hw/hfi1/trace_rx.h 	    TP_PROTO(unsigned int ctxt, u16 subctxt, const char *type,
type              134 drivers/infiniband/hw/hfi1/trace_rx.h 	    TP_ARGS(ctxt, subctxt, type, start, end),
type              138 drivers/infiniband/hw/hfi1/trace_rx.h 			     __string(type, type)
type              145 drivers/infiniband/hw/hfi1/trace_rx.h 			__assign_str(type, type);
type              152 drivers/infiniband/hw/hfi1/trace_rx.h 		      __get_str(type),
type               14 drivers/infiniband/hw/hfi1/trace_tid.h #define tidtype_name(type) { PT_##type, #type }
type               15 drivers/infiniband/hw/hfi1/trace_tid.h #define show_tidtype(type)                   \
type               16 drivers/infiniband/hw/hfi1/trace_tid.h __print_symbolic(type,                       \
type              137 drivers/infiniband/hw/hfi1/trace_tid.h 		 u32 index, u32 type, unsigned long pa, u16 order),
type              138 drivers/infiniband/hw/hfi1/trace_tid.h 	TP_ARGS(dd, index, type, pa, order),
type              143 drivers/infiniband/hw/hfi1/trace_tid.h 		__field(u32, type);
type              150 drivers/infiniband/hw/hfi1/trace_tid.h 		__entry->type = type;
type              155 drivers/infiniband/hw/hfi1/trace_tid.h 		  show_tidtype(__entry->type),
type              161 drivers/infiniband/hw/hfi1/vnic.h 				      enum rdma_netdev_t type,
type              796 drivers/infiniband/hw/hfi1/vnic_main.c 				      enum rdma_netdev_t type,
type              813 drivers/infiniband/hw/hfi1/vnic_main.c 	if (type != RDMA_NETDEV_OPA_VNIC)
type              324 drivers/infiniband/hw/hns/hns_roce_device.h 	u32		type;
type              394 drivers/infiniband/hw/hns/hns_roce_device.h 	int			type;	/* MR's register type */
type               42 drivers/infiniband/hw/hns/hns_roce_hem.c bool hns_roce_check_whether_mhop(struct hns_roce_dev *hr_dev, u32 type)
type               46 drivers/infiniband/hw/hns/hns_roce_hem.c 	switch (type) {
type              125 drivers/infiniband/hw/hns/hns_roce_hem.c 				u32 type)
type              129 drivers/infiniband/hw/hns/hns_roce_hem.c 	switch (type) {
type              220 drivers/infiniband/hw/hns/hns_roce_hem.c 			type);
type              237 drivers/infiniband/hw/hns/hns_roce_hem.c 	if (get_hem_table_config(hr_dev, mhop, table->type))
type              247 drivers/infiniband/hw/hns/hns_roce_hem.c 	bt_num = hns_roce_get_bt_num(table->type, mhop->hop_num);
type              249 drivers/infiniband/hw/hns/hns_roce_hem.c 	chunk_size = table->type < HEM_TYPE_MTT ? mhop->buf_chunk_size :
type              268 drivers/infiniband/hw/hns/hns_roce_hem.c 			     table->type, mhop->hop_num);
type              381 drivers/infiniband/hw/hns/hns_roce_hem.c 	switch (table->type) {
type              387 drivers/infiniband/hw/hns/hns_roce_hem.c 			ROCEE_BT_CMD_H_ROCEE_BT_CMD_MDF_S, table->type);
type              469 drivers/infiniband/hw/hns/hns_roce_hem.c 	bt_num = hns_roce_get_bt_num(table->type, hop_num);
type              486 drivers/infiniband/hw/hns/hns_roce_hem.c 			     table->type, hop_num);
type              492 drivers/infiniband/hw/hns/hns_roce_hem.c 			     table->type, hem_idx, table->num_hem);
type              504 drivers/infiniband/hw/hns/hns_roce_hem.c 	if ((check_whether_bt_num_3(table->type, hop_num) ||
type              505 drivers/infiniband/hw/hns/hns_roce_hem.c 		check_whether_bt_num_2(table->type, hop_num)) &&
type              517 drivers/infiniband/hw/hns/hns_roce_hem.c 		if (table->type < HEM_TYPE_MTT) {
type              528 drivers/infiniband/hw/hns/hns_roce_hem.c 	if (check_whether_bt_num_3(table->type, hop_num) &&
type              554 drivers/infiniband/hw/hns/hns_roce_hem.c 	size = table->type < HEM_TYPE_MTT ? buf_chunk_size : bt_chunk_size;
type              568 drivers/infiniband/hw/hns/hns_roce_hem.c 	if (table->type < HEM_TYPE_MTT) {
type              621 drivers/infiniband/hw/hns/hns_roce_hem.c 	if (hns_roce_check_whether_mhop(hr_dev, table->type))
type              684 drivers/infiniband/hw/hns/hns_roce_hem.c 	bt_num = hns_roce_get_bt_num(table->type, hop_num);
type              699 drivers/infiniband/hw/hns/hns_roce_hem.c 			     table->type, hop_num);
type              710 drivers/infiniband/hw/hns/hns_roce_hem.c 	if (table->type < HEM_TYPE_MTT && hop_num == 1) {
type              713 drivers/infiniband/hw/hns/hns_roce_hem.c 	} else if (table->type < HEM_TYPE_MTT && hop_num == 2) {
type              716 drivers/infiniband/hw/hns/hns_roce_hem.c 	} else if (table->type < HEM_TYPE_MTT &&
type              729 drivers/infiniband/hw/hns/hns_roce_hem.c 	if (check_whether_bt_num_2(table->type, hop_num)) {
type              733 drivers/infiniband/hw/hns/hns_roce_hem.c 			if (table->type < HEM_TYPE_MTT &&
type              742 drivers/infiniband/hw/hns/hns_roce_hem.c 	} else if (check_whether_bt_num_3(table->type, hop_num)) {
type              779 drivers/infiniband/hw/hns/hns_roce_hem.c 	if (hns_roce_check_whether_mhop(hr_dev, table->type)) {
type              822 drivers/infiniband/hw/hns/hns_roce_hem.c 	if (!hns_roce_check_whether_mhop(hr_dev, table->type)) {
type              883 drivers/infiniband/hw/hns/hns_roce_hem.c 	if (hns_roce_check_whether_mhop(hr_dev, table->type)) {
type              915 drivers/infiniband/hw/hns/hns_roce_hem.c 	if (hns_roce_check_whether_mhop(hr_dev, table->type)) {
type              926 drivers/infiniband/hw/hns/hns_roce_hem.c 			    struct hns_roce_hem_table *table, u32 type,
type              933 drivers/infiniband/hw/hns/hns_roce_hem.c 	if (!hns_roce_check_whether_mhop(hr_dev, type)) {
type              949 drivers/infiniband/hw/hns/hns_roce_hem.c 		if (get_hem_table_config(hr_dev, &mhop, type))
type              960 drivers/infiniband/hw/hns/hns_roce_hem.c 		if (type >= HEM_TYPE_MTT)
type              968 drivers/infiniband/hw/hns/hns_roce_hem.c 		if (check_whether_bt_num_3(type, hop_num)) {
type              987 drivers/infiniband/hw/hns/hns_roce_hem.c 		if (check_whether_bt_num_2(type, hop_num) ||
type              988 drivers/infiniband/hw/hns/hns_roce_hem.c 			check_whether_bt_num_3(type, hop_num)) {
type             1002 drivers/infiniband/hw/hns/hns_roce_hem.c 	table->type = type;
type             1041 drivers/infiniband/hw/hns/hns_roce_hem.c 	buf_chunk_size = table->type < HEM_TYPE_MTT ? mhop.buf_chunk_size :
type             1068 drivers/infiniband/hw/hns/hns_roce_hem.c 	if (hns_roce_check_whether_mhop(hr_dev, table->type)) {
type               64 drivers/infiniband/hw/hns/hns_roce_hem.h #define check_whether_bt_num_3(type, hop_num) \
type               65 drivers/infiniband/hw/hns/hns_roce_hem.h 	(type < HEM_TYPE_MTT && hop_num == 2)
type               67 drivers/infiniband/hw/hns/hns_roce_hem.h #define check_whether_bt_num_2(type, hop_num) \
type               68 drivers/infiniband/hw/hns/hns_roce_hem.h 	((type < HEM_TYPE_MTT && hop_num == 1) || \
type               69 drivers/infiniband/hw/hns/hns_roce_hem.h 	(type >= HEM_TYPE_MTT && hop_num == 2))
type               71 drivers/infiniband/hw/hns/hns_roce_hem.h #define check_whether_bt_num_1(type, hop_num) \
type               72 drivers/infiniband/hw/hns/hns_roce_hem.h 	((type < HEM_TYPE_MTT && hop_num == HNS_ROCE_HOP_NUM_0) || \
type               73 drivers/infiniband/hw/hns/hns_roce_hem.h 	(type >= HEM_TYPE_MTT && hop_num == 1) || \
type               74 drivers/infiniband/hw/hns/hns_roce_hem.h 	(type >= HEM_TYPE_MTT && hop_num == HNS_ROCE_HOP_NUM_0))
type              125 drivers/infiniband/hw/hns/hns_roce_hem.h 			    struct hns_roce_hem_table *table, u32 type,
type              134 drivers/infiniband/hw/hns/hns_roce_hem.h bool hns_roce_check_whether_mhop(struct hns_roce_dev *hr_dev, u32 type);
type              775 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 	attr.ah_attr.type	= RDMA_AH_ATTR_TYPE_ROCE;
type             1853 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 		       MPT_BYTE_4_MEMORY_LOCATION_TYPE_S, mr->type);
type             1882 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 	if (mr->type == MR_TYPE_DMA)
type             2434 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 	switch (table->type) {
type             2451 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 			ROCEE_BT_CMD_H_ROCEE_BT_CMD_MDF_S, table->type);
type             3415 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 	qp_attr->ah_attr.type   = RDMA_AH_ATTR_TYPE_ROCE;
type             3497 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 	qp_attr->ah_attr.type   = RDMA_AH_ATTR_TYPE_ROCE;
type             1778 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 				      enum hns_roce_link_table_type type)
type             1792 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	switch (type) {
type             1860 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 				    enum hns_roce_link_table_type type)
type             1875 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	switch (type) {
type             1926 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	return hns_roce_config_link_table(hr_dev, type);
type             2304 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 		     mr->type == MR_TYPE_MR ? 0 : 1);
type             2314 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	if (mr->type == MR_TYPE_DMA)
type             2439 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 		     mw->ibmw.type == IB_MW_TYPE_1 ? 0 : 1);
type             2997 drivers/infiniband/hw/hns/hns_roce_hw_v2.c static int get_op_for_set_hem(struct hns_roce_dev *hr_dev, u32 type,
type             3002 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	if (type == HEM_TYPE_SCCC && step_idx)
type             3005 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	switch (type) {
type             3029 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 			 "Table %d not to be written by mailbox!\n", type);
type             3054 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	if (!hns_roce_check_whether_mhop(hr_dev, table->type))
type             3074 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	op = get_op_for_set_hem(hr_dev, table->type, step_idx);
type             3082 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	if (table->type == HEM_TYPE_SCCC)
type             3120 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	if (!hns_roce_check_whether_mhop(hr_dev, table->type))
type             3123 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	switch (table->type) {
type             3142 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 			 table->type);
type             3146 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	if (table->type == HEM_TYPE_SCCC ||
type             3147 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	    table->type == HEM_TYPE_QPC_TIMER ||
type             3148 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	    table->type == HEM_TYPE_CQC_TIMER)
type             4111 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	if (attr->ah_attr.type != RDMA_AH_ATTR_TYPE_ROCE) {
type             4565 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	qp_attr->ah_attr.type   = RDMA_AH_ATTR_TYPE_ROCE;
type             6598 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 				       enum hnae3_reset_notify_type type)
type             6602 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	switch (type) {
type             6627 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	.type = HNAE3_CLIENT_ROCE,
type              514 drivers/infiniband/hw/hns/hns_roce_mr.c 	mhop_num = (mr->type == MR_TYPE_FRMR ? 1 : hr_dev->caps.pbl_hop_num);
type              630 drivers/infiniband/hw/hns/hns_roce_mr.c 	mhop_num = (mr->type == MR_TYPE_FRMR) ? 1 : hr_dev->caps.pbl_hop_num;
type              717 drivers/infiniband/hw/hns/hns_roce_mr.c 		if (mr->type == MR_TYPE_MR)
type              757 drivers/infiniband/hw/hns/hns_roce_mr.c 	if (mr->type != MR_TYPE_FRMR)
type              994 drivers/infiniband/hw/hns/hns_roce_mr.c 	mr->type = MR_TYPE_DMA;
type             1178 drivers/infiniband/hw/hns/hns_roce_mr.c 	mr->type = MR_TYPE_MR;
type             1400 drivers/infiniband/hw/hns/hns_roce_mr.c 	mr->type = MR_TYPE_FRMR;
type             1512 drivers/infiniband/hw/hns/hns_roce_mr.c struct ib_mw *hns_roce_alloc_mw(struct ib_pd *ib_pd, enum ib_mw_type type,
type             1532 drivers/infiniband/hw/hns/hns_roce_mr.c 	mw->ibmw.type = type;
type               69 drivers/infiniband/hw/hns/hns_roce_qp.c 				 enum hns_roce_event type)
type               77 drivers/infiniband/hw/hns/hns_roce_qp.c 		switch (type) {
type              104 drivers/infiniband/hw/hns/hns_roce_qp.c 				type, hr_qp->qpn);
type              126 drivers/infiniband/hw/hns/hns_roce_restrack.c 	if (res->type == RDMA_RESTRACK_CQ)
type              257 drivers/infiniband/hw/i40iw/i40iw_cm.c 			       enum iw_cm_event_type type,
type              263 drivers/infiniband/hw/i40iw/i40iw_cm.c 	event.event = type;
type              265 drivers/infiniband/hw/i40iw/i40iw_cm.c 	switch (type) {
type              288 drivers/infiniband/hw/i40iw/i40iw_cm.c 		i40iw_pr_err("event type received type = %d\n", type);
type              300 drivers/infiniband/hw/i40iw/i40iw_cm.c 						 enum i40iw_cm_event_type type)
type              312 drivers/infiniband/hw/i40iw/i40iw_cm.c 	event->type = type;
type              325 drivers/infiniband/hw/i40iw/i40iw_cm.c 		    type,
type              913 drivers/infiniband/hw/i40iw/i40iw_cm.c static int i40iw_parse_mpa(struct i40iw_cm_node *cm_node, u8 *buffer, u32 *type, u32 len)
type              921 drivers/infiniband/hw/i40iw/i40iw_cm.c 	*type = I40IW_MPA_REQUEST_ACCEPT;
type             1033 drivers/infiniband/hw/i40iw/i40iw_cm.c 		*type = I40IW_MPA_REQUEST_REJECT;
type             1056 drivers/infiniband/hw/i40iw/i40iw_cm.c 			    enum i40iw_timer_type type,
type             1069 drivers/infiniband/hw/i40iw/i40iw_cm.c 		if (type != I40IW_TIMER_TYPE_CLOSE)
type             1077 drivers/infiniband/hw/i40iw/i40iw_cm.c 	new_send->type = type;
type             1081 drivers/infiniband/hw/i40iw/i40iw_cm.c 	if (type == I40IW_TIMER_TYPE_CLOSE) {
type             1091 drivers/infiniband/hw/i40iw/i40iw_cm.c 	if (type == I40IW_TIMER_TYPE_SEND) {
type             2468 drivers/infiniband/hw/i40iw/i40iw_cm.c 	enum i40iw_cm_event_type type = I40IW_CM_EVENT_UNKNOWN;
type             2485 drivers/infiniband/hw/i40iw/i40iw_cm.c 		type = I40IW_CM_EVENT_MPA_REQ;
type             2493 drivers/infiniband/hw/i40iw/i40iw_cm.c 			type = I40IW_CM_EVENT_MPA_REJECT;
type             2496 drivers/infiniband/hw/i40iw/i40iw_cm.c 			type = I40IW_CM_EVENT_CONNECTED;
type             2505 drivers/infiniband/hw/i40iw/i40iw_cm.c 	i40iw_create_event(cm_node, type);
type             4180 drivers/infiniband/hw/i40iw/i40iw_cm.c 	switch (event->type) {
type             4212 drivers/infiniband/hw/i40iw/i40iw_cm.c 		i40iw_pr_err("event type = %d\n", event->type);
type              166 drivers/infiniband/hw/i40iw/i40iw_cm.h 	u32 type;
type              395 drivers/infiniband/hw/i40iw/i40iw_cm.h 	enum i40iw_cm_event_type type;
type              437 drivers/infiniband/hw/i40iw/i40iw_cm.h 			    enum i40iw_timer_type type,
type             2136 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	cq->cq_type = (info->type) ? info->type : I40IW_CQ_TYPE_IWARP;
type             2394 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	qp->qp_type = (info->type) ? info->type : I40IW_QP_TYPE_IWARP;
type               59 drivers/infiniband/hw/i40iw/i40iw_hmc.c 					     u32 type,
type               67 drivers/infiniband/hw/i40iw/i40iw_hmc.c 	fpm_addr = hmc_info->hmc_obj[(type)].base +
type               68 drivers/infiniband/hw/i40iw/i40iw_hmc.c 			hmc_info->hmc_obj[type].size * idx;
type               69 drivers/infiniband/hw/i40iw/i40iw_hmc.c 	fpm_limit = fpm_addr + hmc_info->hmc_obj[type].size * cnt;
type               89 drivers/infiniband/hw/i40iw/i40iw_hmc.c 					     u32 type,
type               97 drivers/infiniband/hw/i40iw/i40iw_hmc.c 	fpm_adr = hmc_info->hmc_obj[type].base +
type               98 drivers/infiniband/hw/i40iw/i40iw_hmc.c 			hmc_info->hmc_obj[type].size * idx;
type               99 drivers/infiniband/hw/i40iw/i40iw_hmc.c 	fpm_limit = fpm_adr + (hmc_info)->hmc_obj[(type)].size * (cnt);
type              114 drivers/infiniband/hw/i40iw/i40iw_hmc.c 				      enum i40iw_sd_entry_type type,
type              118 drivers/infiniband/hw/i40iw/i40iw_hmc.c 			(((type == I40IW_SD_TYPE_PAGED) ? 0 : 1) <<
type              130 drivers/infiniband/hw/i40iw/i40iw_hmc.c static inline void i40iw_clr_sd_entry(u32 idx, enum i40iw_sd_entry_type type,
type              135 drivers/infiniband/hw/i40iw/i40iw_hmc.c 			(((type == I40IW_SD_TYPE_PAGED) ? 0 : 1) <<
type              152 drivers/infiniband/hw/i40iw/i40iw_hmc.c 					enum i40iw_sd_entry_type type,
type              160 drivers/infiniband/hw/i40iw/i40iw_hmc.c 		i40iw_set_sd_entry(pa, sd_idx, type, sdinfo.entry);
type              162 drivers/infiniband/hw/i40iw/i40iw_hmc.c 		i40iw_clr_sd_entry(sd_idx, type, sdinfo.entry);
type              547 drivers/infiniband/hw/i40iw/i40iw_hmc.c 						enum i40iw_sd_entry_type type,
type              558 drivers/infiniband/hw/i40iw/i40iw_hmc.c 		if (type == I40IW_SD_TYPE_PAGED)
type              569 drivers/infiniband/hw/i40iw/i40iw_hmc.c 		if (type == I40IW_SD_TYPE_PAGED) {
type              584 drivers/infiniband/hw/i40iw/i40iw_hmc.c 		hmc_info->sd_table.sd_entry[sd_index].entry_type = type;
type              220 drivers/infiniband/hw/i40iw/i40iw_hmc.h 					u64 pa, u32 sd_idx, enum i40iw_sd_entry_type type,
type              229 drivers/infiniband/hw/i40iw/i40iw_hmc.h 						enum i40iw_sd_entry_type type, u64 direct_mode_sz);
type              935 drivers/infiniband/hw/i40iw/i40iw_main.c 	info.type = I40IW_PUDA_RSRC_TYPE_ILQ;
type              964 drivers/infiniband/hw/i40iw/i40iw_main.c 	info.type = I40IW_PUDA_RSRC_TYPE_IEQ;
type             2049 drivers/infiniband/hw/i40iw/i40iw_main.c 	i40iw_client.type = I40E_CLIENT_IWARP;
type               69 drivers/infiniband/hw/i40iw/i40iw_pble.c 			if (chunk->type == I40IW_VMALLOC)
type              151 drivers/infiniband/hw/i40iw/i40iw_pble.c 			chunk->type = I40IW_DMA_COHERENT;
type              183 drivers/infiniband/hw/i40iw/i40iw_pble.c 	chunk->type = 0;
type              226 drivers/infiniband/hw/i40iw/i40iw_pble.c 	chunk->type = I40IW_VMALLOC;
type               97 drivers/infiniband/hw/i40iw/i40iw_pble.h 	enum i40iw_alloc_type type;
type              436 drivers/infiniband/hw/i40iw/i40iw_puda.c 		if (rsrc->type == I40IW_PUDA_RSRC_TYPE_ILQ)
type              457 drivers/infiniband/hw/i40iw/i40iw_puda.c 	info.doloopback = (rsrc->type == I40IW_PUDA_RSRC_TYPE_IEQ);
type              464 drivers/infiniband/hw/i40iw/i40iw_puda.c 		if (rsrc->type == I40IW_PUDA_RSRC_TYPE_ILQ)
type              693 drivers/infiniband/hw/i40iw/i40iw_puda.c 	info.type = (rsrc->type == I40IW_PUDA_RSRC_TYPE_ILQ) ?
type              790 drivers/infiniband/hw/i40iw/i40iw_puda.c 			       enum puda_resource_type type,
type              799 drivers/infiniband/hw/i40iw/i40iw_puda.c 	switch (type) {
type              810 drivers/infiniband/hw/i40iw/i40iw_puda.c 			    __func__, type);
type              896 drivers/infiniband/hw/i40iw/i40iw_puda.c 	switch (info->type) {
type              913 drivers/infiniband/hw/i40iw/i40iw_puda.c 	if (info->type == I40IW_PUDA_RSRC_TYPE_ILQ) {
type              926 drivers/infiniband/hw/i40iw/i40iw_puda.c 	rsrc->type = info->type;
type              968 drivers/infiniband/hw/i40iw/i40iw_puda.c 	if (info->type == I40IW_PUDA_RSRC_TYPE_IEQ) {
type              979 drivers/infiniband/hw/i40iw/i40iw_puda.c 	i40iw_puda_dele_resources(vsi, info->type, false);
type              100 drivers/infiniband/hw/i40iw/i40iw_puda.h 	enum puda_resource_type type;	/* ILQ or IEQ */
type              124 drivers/infiniband/hw/i40iw/i40iw_puda.h 	enum puda_resource_type type;
type              167 drivers/infiniband/hw/i40iw/i40iw_puda.h 			       enum puda_resource_type type,
type              856 drivers/infiniband/hw/i40iw/i40iw_type.h 	u8 type;
type              877 drivers/infiniband/hw/i40iw/i40iw_type.h 	u8 type;
type              664 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	init_info.type = I40IW_QP_TYPE_IWARP;
type             1123 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	info.type = I40IW_CQ_TYPE_IWARP;
type             1323 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	if (iwmr->type == IW_MEMREG_TYPE_QP)
type             1464 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	if (iwmr->type == IW_MEMREG_TYPE_QP) {
type             1579 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	iwmr->type = IW_MEMREG_TYPE_MEM;
type             1801 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	iwmr->type = req.reg_type;
type             1864 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	iwmr->type = req.reg_type;
type             1907 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	iwmr->type = IW_MEMREG_TYPE_MEM;
type             1958 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	switch (iwmr->type) {
type             2000 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	if (iwmr->type != IW_MEMREG_TYPE_MEM) {
type             2011 drivers/infiniband/hw/i40iw/i40iw_verbs.c 		if (iwpbl->pbl_allocated && iwmr->type != IW_MEMREG_TYPE_QP)
type               95 drivers/infiniband/hw/i40iw/i40iw_verbs.h 	u16 type;
type              148 drivers/infiniband/hw/mlx4/ah.c 	if (ah_attr->type == RDMA_AH_ATTR_TYPE_ROCE) {
type              179 drivers/infiniband/hw/mlx4/ah.c 	ah->type = ah_attr->type;
type              184 drivers/infiniband/hw/mlx4/ah.c 	if (ah_attr->type == RDMA_AH_ATTR_TYPE_ROCE)
type              200 drivers/infiniband/hw/mlx4/ah.c 	ah_attr->type = ibah->type;
type              202 drivers/infiniband/hw/mlx4/ah.c 	if (ah_attr->type == RDMA_AH_ATTR_TYPE_ROCE) {
type               49 drivers/infiniband/hw/mlx4/cq.c static void mlx4_ib_cq_event(struct mlx4_cq *cq, enum mlx4_event type)
type               54 drivers/infiniband/hw/mlx4/cq.c 	if (type != MLX4_EVENT_TYPE_CQ_ERROR) {
type               56 drivers/infiniband/hw/mlx4/cq.c 		       "on CQ %06x\n", type, cq->cqn);
type              199 drivers/infiniband/hw/mlx4/mad.c 	ah_attr.type = rdma_ah_find_type(&dev->ib_dev, port_num);
type              559 drivers/infiniband/hw/mlx4/mad.c 	attr.type = rdma_ah_find_type(&dev->ib_dev, port);
type             1288 drivers/infiniband/hw/mlx4/mad.c 			    enum ib_event_type type)
type             1294 drivers/infiniband/hw/mlx4/mad.c 	event.event		= type;
type             1577 drivers/infiniband/hw/mlx4/mad.c 	ah.ibah.type = rdma_ah_find_type(&dev->ib_dev, port);
type              206 drivers/infiniband/hw/mlx4/main.c 		u8		type;
type              221 drivers/infiniband/hw/mlx4/main.c 				gid_tbl[i].type = 1;
type              430 drivers/infiniband/hw/mlx4/main.c #define field_avail(type, fld, sz) (offsetof(type, fld) + \
type              431 drivers/infiniband/hw/mlx4/main.c 				    sizeof(((type *)0)->fld) <= (sz))
type             1354 drivers/infiniband/hw/mlx4/main.c 	enum mlx4_net_trans_rule_id type;
type             1356 drivers/infiniband/hw/mlx4/main.c 	switch (ib_spec->type) {
type             1361 drivers/infiniband/hw/mlx4/main.c 		type = MLX4_NET_TRANS_RULE_ID_ETH;
type             1373 drivers/infiniband/hw/mlx4/main.c 		type = MLX4_NET_TRANS_RULE_ID_IB;
type             1385 drivers/infiniband/hw/mlx4/main.c 		type = MLX4_NET_TRANS_RULE_ID_IPV4;
type             1397 drivers/infiniband/hw/mlx4/main.c 		type = ib_spec->type == IB_FLOW_SPEC_TCP ?
type             1409 drivers/infiniband/hw/mlx4/main.c 	if (mlx4_map_sw_to_hw_steering_id(dev, type) < 0 ||
type             1410 drivers/infiniband/hw/mlx4/main.c 	    mlx4_hw_rule_sz(dev, type) < 0)
type             1412 drivers/infiniband/hw/mlx4/main.c 	mlx4_spec->id = cpu_to_be16(mlx4_map_sw_to_hw_steering_id(dev, type));
type             1413 drivers/infiniband/hw/mlx4/main.c 	mlx4_spec->size = mlx4_hw_rule_sz(dev, type) >> 2;
type             1414 drivers/infiniband/hw/mlx4/main.c 	return mlx4_hw_rule_sz(dev, type);
type             1455 drivers/infiniband/hw/mlx4/main.c 			if (((current_flow->type & IB_FLOW_SPEC_LAYER_MASK) ==
type             1458 drivers/infiniband/hw/mlx4/main.c 			    (current_flow->type !=
type             1463 drivers/infiniband/hw/mlx4/main.c 			if (current_flow->type ==
type             1476 drivers/infiniband/hw/mlx4/main.c 				if (((union ib_flow_spec *)ib_flow)->type ==
type             1503 drivers/infiniband/hw/mlx4/main.c 			ib_spec.type = IB_FLOW_SPEC_IB;
type             1565 drivers/infiniband/hw/mlx4/main.c 	ctrl->type = mlx4_map_sw_to_hw_steering_mode(mdev->dev, flow_type);
type             1598 drivers/infiniband/hw/mlx4/main.c 			((union ib_flow_spec *)(flow_attr + 1))->type;
type             1645 drivers/infiniband/hw/mlx4/main.c 	if (ib_spec->type !=  IB_FLOW_SPEC_ETH || flow_attr->num_of_specs != 1)
type             1657 drivers/infiniband/hw/mlx4/main.c 				      enum mlx4_net_trans_promisc_mode *type)
type             1668 drivers/infiniband/hw/mlx4/main.c 		type[0] = MLX4_FS_MC_SNIFFER;
type             1669 drivers/infiniband/hw/mlx4/main.c 		type[1] = MLX4_FS_UC_SNIFFER;
type             1674 drivers/infiniband/hw/mlx4/main.c 		if (ib_spec->type !=  IB_FLOW_SPEC_ETH)
type             1679 drivers/infiniband/hw/mlx4/main.c 			type[0] = MLX4_FS_MC_SNIFFER;
type             1680 drivers/infiniband/hw/mlx4/main.c 			type[1] = MLX4_FS_UC_SNIFFER;
type             1696 drivers/infiniband/hw/mlx4/main.c 				type[0] = MLX4_FS_MC_SNIFFER;
type             1698 drivers/infiniband/hw/mlx4/main.c 				type[0] = MLX4_FS_UC_SNIFFER;
type             1711 drivers/infiniband/hw/mlx4/main.c 	enum mlx4_net_trans_promisc_mode type[2];
type             1722 drivers/infiniband/hw/mlx4/main.c 	    (flow_attr->type != IB_FLOW_ATTR_NORMAL))
type             1729 drivers/infiniband/hw/mlx4/main.c 	memset(type, 0, sizeof(type));
type             1737 drivers/infiniband/hw/mlx4/main.c 	switch (flow_attr->type) {
type             1746 drivers/infiniband/hw/mlx4/main.c 							 type);
type             1750 drivers/infiniband/hw/mlx4/main.c 			type[0] = MLX4_FS_REGULAR;
type             1755 drivers/infiniband/hw/mlx4/main.c 		type[0] = MLX4_FS_ALL_DEFAULT;
type             1759 drivers/infiniband/hw/mlx4/main.c 		type[0] = MLX4_FS_MC_DEFAULT;
type             1763 drivers/infiniband/hw/mlx4/main.c 		type[0] = MLX4_FS_MIRROR_RX_PORT;
type             1764 drivers/infiniband/hw/mlx4/main.c 		type[1] = MLX4_FS_MIRROR_SX_PORT;
type             1772 drivers/infiniband/hw/mlx4/main.c 	while (i < ARRAY_SIZE(type) && type[i]) {
type             1773 drivers/infiniband/hw/mlx4/main.c 		err = __mlx4_ib_create_flow(qp, flow_attr, domain, type[i],
type             1783 drivers/infiniband/hw/mlx4/main.c 						    domain, type[j],
type             1794 drivers/infiniband/hw/mlx4/main.c 	if (i < ARRAY_SIZE(type) && flow_attr->type == IB_FLOW_ATTR_NORMAL) {
type             2997 drivers/infiniband/hw/mlx4/main.c 		ib_spec->type = IB_FLOW_SPEC_IB;
type              737 drivers/infiniband/hw/mlx4/mlx4_ib.h struct ib_mw *mlx4_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type,
type              838 drivers/infiniband/hw/mlx4/mlx4_ib.h 			    enum ib_event_type type);
type               49 drivers/infiniband/hw/mlx4/mr.c static enum mlx4_mw_type to_mlx4_type(enum ib_mw_type type)
type               51 drivers/infiniband/hw/mlx4/mr.c 	switch (type) {
type              614 drivers/infiniband/hw/mlx4/mr.c struct ib_mw *mlx4_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type,
type              626 drivers/infiniband/hw/mlx4/mr.c 			    to_mlx4_type(type), &mw->mmw);
type              229 drivers/infiniband/hw/mlx4/qp.c static void mlx4_ib_qp_event(struct mlx4_qp *qp, enum mlx4_event type)
type              234 drivers/infiniband/hw/mlx4/qp.c 	if (type == MLX4_EVENT_TYPE_PATH_MIG)
type              240 drivers/infiniband/hw/mlx4/qp.c 		switch (type) {
type              267 drivers/infiniband/hw/mlx4/qp.c 			       "on QP %06x\n", type, qp->qpn);
type              275 drivers/infiniband/hw/mlx4/qp.c static void mlx4_ib_wq_event(struct mlx4_qp *qp, enum mlx4_event type)
type              278 drivers/infiniband/hw/mlx4/qp.c 			    type, qp->qpn);
type              281 drivers/infiniband/hw/mlx4/qp.c static int send_wqe_overhead(enum mlx4_ib_qp_type type, u32 flags)
type              289 drivers/infiniband/hw/mlx4/qp.c 	switch (type) {
type              373 drivers/infiniband/hw/mlx4/qp.c 			      enum mlx4_ib_qp_type type, struct mlx4_ib_qp *qp)
type              380 drivers/infiniband/hw/mlx4/qp.c 	    cap->max_inline_data + send_wqe_overhead(type, qp->flags) +
type              388 drivers/infiniband/hw/mlx4/qp.c 	if ((type == MLX4_IB_QPT_SMI || type == MLX4_IB_QPT_GSI ||
type              389 drivers/infiniband/hw/mlx4/qp.c 	     type & (MLX4_IB_QPT_PROXY_SMI_OWNER | MLX4_IB_QPT_TUN_SMI_OWNER)) &&
type              395 drivers/infiniband/hw/mlx4/qp.c 		send_wqe_overhead(type, qp->flags);
type              413 drivers/infiniband/hw/mlx4/qp.c 		 send_wqe_overhead(type, qp->flags)) /
type             1725 drivers/infiniband/hw/mlx4/qp.c static int to_mlx4_st(struct mlx4_ib_dev *dev, enum mlx4_ib_qp_type type)
type             1727 drivers/infiniband/hw/mlx4/qp.c 	switch (type) {
type             1837 drivers/infiniband/hw/mlx4/qp.c 	if (ah->type == RDMA_AH_ATTR_TYPE_ROCE) {
type             3201 drivers/infiniband/hw/mlx4/qp.c 			sqp->ud_header.eth.type = cpu_to_be16(ether_type);
type             3203 drivers/infiniband/hw/mlx4/qp.c 			sqp->ud_header.vlan.type = cpu_to_be16(ether_type);
type             3998 drivers/infiniband/hw/mlx4/qp.c 	ah_attr->type = rdma_ah_find_type(&ibdev->ib_dev, port_num);
type             4000 drivers/infiniband/hw/mlx4/qp.c 	if (ah_attr->type == RDMA_AH_ATTR_TYPE_ROCE)
type               47 drivers/infiniband/hw/mlx4/srq.c static void mlx4_ib_srq_event(struct mlx4_srq *srq, enum mlx4_event type)
type               55 drivers/infiniband/hw/mlx4/srq.c 		switch (type) {
type               64 drivers/infiniband/hw/mlx4/srq.c 			       "on SRQ %06x\n", type, srq->srqn);
type               53 drivers/infiniband/hw/mlx5/ah.c 	if (ah_attr->type == RDMA_AH_ATTR_TYPE_ROCE) {
type               77 drivers/infiniband/hw/mlx5/ah.c 	enum rdma_ah_attr_type ah_type = ah_attr->type;
type              110 drivers/infiniband/hw/mlx5/ah.c 	ah_attr->type = ibah->type;
type               47 drivers/infiniband/hw/mlx5/cq.c static void mlx5_ib_cq_event(struct mlx5_core_cq *mcq, enum mlx5_event type)
type               54 drivers/infiniband/hw/mlx5/cq.c 	if (type != MLX5_EVENT_TYPE_CQ_ERROR) {
type               56 drivers/infiniband/hw/mlx5/cq.c 			     type, mcq->cqn);
type              318 drivers/infiniband/hw/mlx5/devx.c 		return eqe->data.qp_srq.type;
type             1262 drivers/infiniband/hw/mlx5/devx.c 	mkey->type = MLX5_MKEY_INDIRECT_DEVX;
type               47 drivers/infiniband/hw/mlx5/flow.c 		.type = UVERBS_ATTR_TYPE_PTR_IN,
type               54 drivers/infiniband/hw/mlx5/flow.c 		.type = UVERBS_ATTR_TYPE_PTR_IN,
type               58 drivers/infiniband/hw/mlx5/flow.c 		.type = UVERBS_ATTR_TYPE_PTR_IN,
type               62 drivers/infiniband/hw/mlx5/flow.c 		.type = UVERBS_ATTR_TYPE_PTR_IN,
type              195 drivers/infiniband/hw/mlx5/ib_virt.c 			u64 guid, int type)
type              197 drivers/infiniband/hw/mlx5/ib_virt.c 	if (type == IFLA_VF_IB_NODE_GUID)
type              199 drivers/infiniband/hw/mlx5/ib_virt.c 	else if (type == IFLA_VF_IB_PORT_GUID)
type             2263 drivers/infiniband/hw/mlx5/main.c 					u32 type)
type             2265 drivers/infiniband/hw/mlx5/main.c 	switch (type) {
type             2334 drivers/infiniband/hw/mlx5/main.c 				  int type)
type             2347 drivers/infiniband/hw/mlx5/main.c 	err = mlx5_dm_sw_icm_alloc(dev, type, act_size,
type             2357 drivers/infiniband/hw/mlx5/main.c 		mlx5_dm_sw_icm_dealloc(dev, type, dm->size,
type             2370 drivers/infiniband/hw/mlx5/main.c 	enum mlx5_ib_uapi_dm_type type;
type             2373 drivers/infiniband/hw/mlx5/main.c 	err = uverbs_get_const_default(&type, attrs,
type             2380 drivers/infiniband/hw/mlx5/main.c 		    type, attr->length, attr->alignment);
type             2382 drivers/infiniband/hw/mlx5/main.c 	err = check_dm_type_support(to_mdev(ibdev), type);
type             2390 drivers/infiniband/hw/mlx5/main.c 	dm->type = type;
type             2392 drivers/infiniband/hw/mlx5/main.c 	switch (type) {
type             2432 drivers/infiniband/hw/mlx5/main.c 	switch (dm->type) {
type             2632 drivers/infiniband/hw/mlx5/main.c 	switch (maction->ib_action.type) {
type             2699 drivers/infiniband/hw/mlx5/main.c 	if (ib_spec->type & IB_FLOW_SPEC_INNER) {
type             2715 drivers/infiniband/hw/mlx5/main.c 	switch (ib_spec->type & ~IB_FLOW_SPEC_INNER) {
type             2850 drivers/infiniband/hw/mlx5/main.c 			       ib_spec->type & IB_FLOW_SPEC_INNER);
type             2956 drivers/infiniband/hw/mlx5/main.c 			if (ib_spec->type & IB_FLOW_SPEC_INNER) {
type             3046 drivers/infiniband/hw/mlx5/main.c 	if (ib_attr->type != IB_FLOW_ATTR_NORMAL ||
type             3051 drivers/infiniband/hw/mlx5/main.c 	if (flow_spec->type == IB_FLOW_SPEC_IPV4) {
type             3061 drivers/infiniband/hw/mlx5/main.c 	if (flow_spec->type == IB_FLOW_SPEC_ETH) {
type             3134 drivers/infiniband/hw/mlx5/main.c 		if ((ib_spec->type == (IB_FLOW_SPEC_ETH | inner_bit)) &&
type             3140 drivers/infiniband/hw/mlx5/main.c 		} else if ((ib_spec->type == (IB_FLOW_SPEC_IPV4 | inner_bit)) ||
type             3141 drivers/infiniband/hw/mlx5/main.c 			   (ib_spec->type == (IB_FLOW_SPEC_IPV6 | inner_bit))) {
type             3142 drivers/infiniband/hw/mlx5/main.c 			ip_spec_type = ib_spec->type;
type             3276 drivers/infiniband/hw/mlx5/main.c 	if (flow_attr->type == IB_FLOW_ATTR_NORMAL) {
type             3308 drivers/infiniband/hw/mlx5/main.c 	} else if (flow_attr->type == IB_FLOW_ATTR_ALL_DEFAULT ||
type             3309 drivers/infiniband/hw/mlx5/main.c 		   flow_attr->type == IB_FLOW_ATTR_MC_DEFAULT) {
type             3316 drivers/infiniband/hw/mlx5/main.c 	} else if (flow_attr->type == IB_FLOW_ATTR_SNIFFER) {
type             3390 drivers/infiniband/hw/mlx5/main.c 	mcounters->type = counters_type;
type             3556 drivers/infiniband/hw/mlx5/main.c 		prev_type = ((union ib_flow_spec *)ib_flow)->type;
type             3597 drivers/infiniband/hw/mlx5/main.c 		dest_arr[dest_num].type =
type             3617 drivers/infiniband/hw/mlx5/main.c 	    (flow_attr->type == IB_FLOW_ATTR_ALL_DEFAULT ||
type             3618 drivers/infiniband/hw/mlx5/main.c 	     flow_attr->type == IB_FLOW_ATTR_MC_DEFAULT)) {
type             3620 drivers/infiniband/hw/mlx5/main.c 			     spec->flow_context.flow_tag, flow_attr->type);
type             3704 drivers/infiniband/hw/mlx5/main.c 				.type = IB_FLOW_SPEC_ETH,
type             3716 drivers/infiniband/hw/mlx5/main.c 				.type = IB_FLOW_SPEC_ETH,
type             3728 drivers/infiniband/hw/mlx5/main.c 	    flow_attr->type == IB_FLOW_ATTR_ALL_DEFAULT) {
type             3844 drivers/infiniband/hw/mlx5/main.c 	    (flow_attr->type == IB_FLOW_ATTR_ALL_DEFAULT ||
type             3845 drivers/infiniband/hw/mlx5/main.c 	     flow_attr->type == IB_FLOW_ATTR_MC_DEFAULT)) {
type             3864 drivers/infiniband/hw/mlx5/main.c 	if (flow_attr->type == IB_FLOW_ATTR_SNIFFER) {
type             3874 drivers/infiniband/hw/mlx5/main.c 		dst->type = MLX5_FLOW_DESTINATION_TYPE_PORT;
type             3876 drivers/infiniband/hw/mlx5/main.c 		dst->type = MLX5_FLOW_DESTINATION_TYPE_TIR;
type             3883 drivers/infiniband/hw/mlx5/main.c 	if (flow_attr->type == IB_FLOW_ATTR_NORMAL) {
type             3893 drivers/infiniband/hw/mlx5/main.c 	} else if (flow_attr->type == IB_FLOW_ATTR_ALL_DEFAULT ||
type             3894 drivers/infiniband/hw/mlx5/main.c 		   flow_attr->type == IB_FLOW_ATTR_MC_DEFAULT) {
type             3897 drivers/infiniband/hw/mlx5/main.c 	} else if (flow_attr->type == IB_FLOW_ATTR_SNIFFER) {
type             4128 drivers/infiniband/hw/mlx5/main.c 		dst[dst_num].type = dest_type;
type             4132 drivers/infiniband/hw/mlx5/main.c 		dst[dst_num].type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE_NUM;
type             4136 drivers/infiniband/hw/mlx5/main.c 		dst[dst_num].type = MLX5_FLOW_DESTINATION_TYPE_PORT;
type             4143 drivers/infiniband/hw/mlx5/main.c 		dst[dst_num].type = MLX5_FLOW_DESTINATION_TYPE_COUNTER;
type             4320 drivers/infiniband/hw/mlx5/main.c 	switch (action->type) {
type             5698 drivers/infiniband/hw/mlx5/main.c 				 enum rdma_netdev_t type,
type             5701 drivers/infiniband/hw/mlx5/main.c 	if (type != RDMA_NETDEV_IPOIB)
type               67 drivers/infiniband/hw/mlx5/mlx5_ib.h #define field_avail(type, fld, sz) (offsetof(type, fld) +		\
type               68 drivers/infiniband/hw/mlx5/mlx5_ib.h 				    sizeof(((type *)0)->fld) <= (sz))
type              566 drivers/infiniband/hw/mlx5/mlx5_ib.h 	u32			type;
type              902 drivers/infiniband/hw/mlx5/mlx5_ib.h 	enum mlx5_ib_counters_type type;
type             1157 drivers/infiniband/hw/mlx5/mlx5_ib.h struct ib_mw *mlx5_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type,
type             1305 drivers/infiniband/hw/mlx5/mlx5_ib.h 			u64 guid, int type);
type              111 drivers/infiniband/hw/mlx5/mr.c 	mr->mmkey.type = MLX5_MKEY_MR;
type              721 drivers/infiniband/hw/mlx5/mr.c 	mr->mmkey.type = MLX5_MKEY_MR;
type             1117 drivers/infiniband/hw/mlx5/mr.c 	mr->mmkey.type = MLX5_MKEY_MR;
type             1227 drivers/infiniband/hw/mlx5/mr.c 	switch (mdm->type) {
type             1632 drivers/infiniband/hw/mlx5/mr.c 	if (ibmr->type == IB_MR_TYPE_INTEGRITY) {
type             1680 drivers/infiniband/hw/mlx5/mr.c 	mr->mmkey.type = MLX5_MKEY_MR;
type             1888 drivers/infiniband/hw/mlx5/mr.c struct ib_mw *mlx5_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type,
type             1933 drivers/infiniband/hw/mlx5/mr.c 	MLX5_SET(mkc, mkc, en_rinval, !!((type == IB_MW_TYPE_2)));
type             1940 drivers/infiniband/hw/mlx5/mr.c 	mw->mmkey.type = MLX5_MKEY_MW;
type             2258 drivers/infiniband/hw/mlx5/mr.c 	WARN_ON(ibmr->type != IB_MR_TYPE_INTEGRITY);
type               47 drivers/infiniband/hw/mlx5/odp.c 	u8			type;
type              408 drivers/infiniband/hw/mlx5/odp.c 	MLX5_SET(page_fault_resume_in, in, page_fault_type, pfault->type);
type              743 drivers/infiniband/hw/mlx5/odp.c 	if (mmkey->type == MLX5_MKEY_MW)
type              753 drivers/infiniband/hw/mlx5/odp.c 	if (mmkey->type == MLX5_MKEY_MW) {
type              803 drivers/infiniband/hw/mlx5/odp.c 	if (prefetch && mmkey->type != MLX5_MKEY_MR) {
type              809 drivers/infiniband/hw/mlx5/odp.c 	switch (mmkey->type) {
type              905 drivers/infiniband/hw/mlx5/odp.c 		mlx5_ib_dbg(dev, "wrong mkey type %d\n", mmkey->type);
type             1168 drivers/infiniband/hw/mlx5/odp.c 	bool sq = pfault->type & MLX5_PFAULT_REQUESTOR;
type             1178 drivers/infiniband/hw/mlx5/odp.c 	res = odp_get_rsc(dev, pfault->wqe.wq_num, pfault->type);
type             1187 drivers/infiniband/hw/mlx5/odp.c 			    pfault->type);
type             1250 drivers/infiniband/hw/mlx5/odp.c 		    pfault->type);
type             1304 drivers/infiniband/hw/mlx5/odp.c 				    ret, pfault->token, pfault->type);
type             1310 drivers/infiniband/hw/mlx5/odp.c 		    pfault->token, pfault->type,
type             1386 drivers/infiniband/hw/mlx5/odp.c 			pfault->type =
type             1401 drivers/infiniband/hw/mlx5/odp.c 				    pfault->type, pfault->token,
type             1411 drivers/infiniband/hw/mlx5/odp.c 			pfault->type =
type             1424 drivers/infiniband/hw/mlx5/odp.c 				    pfault->type, pfault->token,
type             1448 drivers/infiniband/hw/mlx5/odp.c static int mlx5_ib_eq_pf_int(struct notifier_block *nb, unsigned long type,
type             1673 drivers/infiniband/hw/mlx5/odp.c 		if (mmkey->type != MLX5_MKEY_MR) {
type              283 drivers/infiniband/hw/mlx5/qp.c static void mlx5_ib_qp_event(struct mlx5_core_qp *qp, int type)
type              288 drivers/infiniband/hw/mlx5/qp.c 	if (type == MLX5_EVENT_TYPE_PATH_MIG) {
type              296 drivers/infiniband/hw/mlx5/qp.c 		switch (type) {
type              322 drivers/infiniband/hw/mlx5/qp.c 			pr_warn("mlx5_ib: Unexpected event type %d on QP %06x\n", type, qp->qpn);
type              691 drivers/infiniband/hw/mlx5/qp.c static int to_mlx5_st(enum ib_qp_type type)
type              693 drivers/infiniband/hw/mlx5/qp.c 	switch (type) {
type             2507 drivers/infiniband/hw/mlx5/qp.c static const char *ib_qp_type_str(enum ib_qp_type type)
type             2509 drivers/infiniband/hw/mlx5/qp.c 	switch (type) {
type             2933 drivers/infiniband/hw/mlx5/qp.c 	if (ah->type == RDMA_AH_ATTR_TYPE_ROCE) {
type             4482 drivers/infiniband/hw/mlx5/qp.c static u16 prot_field_size(enum ib_signature_type type)
type             4484 drivers/infiniband/hw/mlx5/qp.c 	switch (type) {
type             5490 drivers/infiniband/hw/mlx5/qp.c 	ah_attr->type = rdma_ah_find_type(&ibdev->ib_dev, path->port);
type             5501 drivers/infiniband/hw/mlx5/qp.c 	    ah_attr->type == RDMA_AH_ATTR_TYPE_ROCE) {
type             5875 drivers/infiniband/hw/mlx5/qp.c static void mlx5_ib_wq_event(struct mlx5_core_qp *core_qp, int type)
type             5884 drivers/infiniband/hw/mlx5/qp.c 		switch (type) {
type             5889 drivers/infiniband/hw/mlx5/qp.c 			mlx5_ib_warn(dev, "Unexpected event type %d on WQ %06x\n", type, core_qp->qpn);
type               19 drivers/infiniband/hw/mlx5/srq.c static void mlx5_ib_srq_event(struct mlx5_core_srq *srq, enum mlx5_event type)
type               27 drivers/infiniband/hw/mlx5/srq.c 		switch (type) {
type               36 drivers/infiniband/hw/mlx5/srq.c 				type, srq->srqn);
type               75 drivers/infiniband/hw/mlx5/srq.c 	if (in->type != IB_SRQT_BASIC) {
type              115 drivers/infiniband/hw/mlx5/srq.c 	in->uid = (in->type != IB_SRQT_XRC) ?  to_mpd(pd)->uid : 0;
type              117 drivers/infiniband/hw/mlx5/srq.c 	    in->type != IB_SRQT_BASIC)
type              181 drivers/infiniband/hw/mlx5/srq.c 	    in->type != IB_SRQT_BASIC)
type              259 drivers/infiniband/hw/mlx5/srq.c 	in.type = init_attr->srq_type;
type               16 drivers/infiniband/hw/mlx5/srq.h 	u32 type;
type              455 drivers/infiniband/hw/mlx5/srq_cmd.c 	if (in->type == IB_SRQT_TM) {
type              580 drivers/infiniband/hw/mlx5/srq_cmd.c 	switch (in->type) {
type              659 drivers/infiniband/hw/mlx5/srq_cmd.c 			      unsigned long type, void *data)
type              666 drivers/infiniband/hw/mlx5/srq_cmd.c 	if (type != MLX5_EVENT_TYPE_SRQ_CATAS_ERROR &&
type              667 drivers/infiniband/hw/mlx5/srq_cmd.c 	    type != MLX5_EVENT_TYPE_SRQ_RQ_LIMIT)
type              684 drivers/infiniband/hw/mlx5/srq_cmd.c 	srq->event(srq, eqe->type);
type              161 drivers/infiniband/hw/mthca/mthca_av.c 	ah->type = MTHCA_AH_PCI_POOL;
type              168 drivers/infiniband/hw/mthca/mthca_av.c 		ah->type = MTHCA_AH_KMALLOC;
type              182 drivers/infiniband/hw/mthca/mthca_av.c 		ah->type = MTHCA_AH_ON_HCA;
type              188 drivers/infiniband/hw/mthca/mthca_av.c 	if (ah->type == MTHCA_AH_PCI_POOL) {
type              234 drivers/infiniband/hw/mthca/mthca_av.c 	if (ah->type == MTHCA_AH_ON_HCA) {
type              245 drivers/infiniband/hw/mthca/mthca_av.c 	switch (ah->type) {
type              272 drivers/infiniband/hw/mthca/mthca_av.c 	if (ah->type == MTHCA_AH_ON_HCA)
type              299 drivers/infiniband/hw/mthca/mthca_av.c 	if (ah->type == MTHCA_AH_ON_HCA)
type              303 drivers/infiniband/hw/mthca/mthca_av.c 	attr->type = ibah->type;
type               91 drivers/infiniband/hw/mthca/mthca_catas.c 	const char *type;
type              103 drivers/infiniband/hw/mthca/mthca_catas.c 		type = "internal error";
type              106 drivers/infiniband/hw/mthca/mthca_catas.c 		type = "uplink bus error";
type              109 drivers/infiniband/hw/mthca/mthca_catas.c 		type = "DDR data error";
type              112 drivers/infiniband/hw/mthca/mthca_catas.c 		type = "internal parity error";
type              115 drivers/infiniband/hw/mthca/mthca_catas.c 		type = "unknown error";
type              119 drivers/infiniband/hw/mthca/mthca_catas.c 	mthca_err(dev, "Catastrophic error detected: %s\n", type);
type             1837 drivers/infiniband/hw/mthca/mthca_cmd.c int mthca_CONF_SPECIAL_QP(struct mthca_dev *dev, int type, u32 qpn)
type             1841 drivers/infiniband/hw/mthca/mthca_cmd.c 	switch (type) {
type              313 drivers/infiniband/hw/mthca/mthca_cmd.h int mthca_CONF_SPECIAL_QP(struct mthca_dev *dev, int type, u32 qpn);
type              548 drivers/infiniband/hw/mthca/mthca_dev.h 		   enum ib_qp_type type,
type              126 drivers/infiniband/hw/mthca/mthca_eq.c 	u8 type;
type              274 drivers/infiniband/hw/mthca/mthca_eq.c 		switch (eqe->type) {
type              358 drivers/infiniband/hw/mthca/mthca_eq.c 				   eqe->type, eqe->subtype, eq->eqn);
type               86 drivers/infiniband/hw/mthca/mthca_mad.c 	ah_attr.type = rdma_ah_find_type(&dev->ib_dev, port_num);
type              566 drivers/infiniband/hw/mthca/mthca_memfree.c int mthca_alloc_db(struct mthca_dev *dev, enum mthca_db_type type,
type              577 drivers/infiniband/hw/mthca/mthca_memfree.c 	switch (type) {
type              654 drivers/infiniband/hw/mthca/mthca_memfree.c 	page->db_rec[j] = cpu_to_be64((qn << 8) | (type << 5));
type              664 drivers/infiniband/hw/mthca/mthca_memfree.c void mthca_free_db(struct mthca_dev *dev, int type, int db_index)
type              175 drivers/infiniband/hw/mthca/mthca_memfree.h int mthca_alloc_db(struct mthca_dev *dev, enum mthca_db_type type,
type              177 drivers/infiniband/hw/mthca/mthca_memfree.h void mthca_free_db(struct mthca_dev *dev, int type, int db_index);
type               72 drivers/infiniband/hw/mthca/mthca_profile.c 		int type;
type              115 drivers/infiniband/hw/mthca/mthca_profile.c 		profile[i].type     = i;
type              159 drivers/infiniband/hw/mthca/mthca_profile.c 				  i, profile[i].type, profile[i].log_num,
type              173 drivers/infiniband/hw/mthca/mthca_profile.c 		switch (profile[i].type) {
type              129 drivers/infiniband/hw/mthca/mthca_provider.h 	enum mthca_ah_type type;
type              407 drivers/infiniband/hw/mthca/mthca_qp.c 	ah_attr->type = rdma_ah_find_type(&dev->ib_dev, port_num);
type             1292 drivers/infiniband/hw/mthca/mthca_qp.c 		   enum ib_qp_type type,
type             1300 drivers/infiniband/hw/mthca/mthca_qp.c 	switch (type) {
type              202 drivers/infiniband/hw/ocrdma/ocrdma.h 	u8 type;
type              170 drivers/infiniband/hw/ocrdma/ocrdma_ah.c 	if ((attr->type != RDMA_AH_ATTR_TYPE_ROCE) ||
type              231 drivers/infiniband/hw/ocrdma/ocrdma_ah.c 	attr->type = ibah->type;
type              685 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 	int type = (cqe->valid_ae_event & OCRDMA_AE_MCQE_EVENT_TYPE_MASK) >>
type              719 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 	switch (type) {
type              776 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 		pr_err("%s() unknown type=0x%x\n", __func__, type);
type              780 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 	if (type < OCRDMA_MAX_ASYNC_ERRORS)
type              781 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 		atomic_inc(&dev->async_err_stats[type]);
type              805 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 	int type = (cqe->valid_ae_event & OCRDMA_AE_MCQE_EVENT_TYPE_MASK) >>
type              808 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 	switch (type) {
type              654 drivers/infiniband/hw/ocrdma/ocrdma_stats.c 	switch (pstats->type) {
type              705 drivers/infiniband/hw/ocrdma/ocrdma_stats.c 	switch (pstats->type) {
type              771 drivers/infiniband/hw/ocrdma/ocrdma_stats.c 	dev->rsrc_stats.type = OCRDMA_RSRC_STATS;
type              776 drivers/infiniband/hw/ocrdma/ocrdma_stats.c 	dev->rx_stats.type = OCRDMA_RXSTATS;
type              781 drivers/infiniband/hw/ocrdma/ocrdma_stats.c 	dev->wqe_stats.type = OCRDMA_WQESTATS;
type              786 drivers/infiniband/hw/ocrdma/ocrdma_stats.c 	dev->tx_stats.type = OCRDMA_TXSTATS;
type              791 drivers/infiniband/hw/ocrdma/ocrdma_stats.c 	dev->db_err_stats.type = OCRDMA_DB_ERRSTATS;
type              796 drivers/infiniband/hw/ocrdma/ocrdma_stats.c 	dev->tx_qp_err_stats.type = OCRDMA_TXQP_ERRSTATS;
type              801 drivers/infiniband/hw/ocrdma/ocrdma_stats.c 	dev->rx_qp_err_stats.type = OCRDMA_RXQP_ERRSTATS;
type              806 drivers/infiniband/hw/ocrdma/ocrdma_stats.c 	dev->tx_dbg_stats.type = OCRDMA_TX_DBG_STATS;
type              811 drivers/infiniband/hw/ocrdma/ocrdma_stats.c 	dev->rx_dbg_stats.type = OCRDMA_RX_DBG_STATS;
type              816 drivers/infiniband/hw/ocrdma/ocrdma_stats.c 	dev->driver_stats.type = OCRDMA_DRV_STATS;
type              821 drivers/infiniband/hw/ocrdma/ocrdma_stats.c 	dev->reset_stats.type = OCRDMA_RESET_STATS;
type             1503 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 	qp_attr->ah_attr.type = RDMA_AH_ATTR_TYPE_ROCE;
type               57 drivers/infiniband/hw/qedr/main.c 				   enum ib_event_type type)
type               63 drivers/infiniband/hw/qedr/main.c 	ibev.event = type;
type              485 drivers/infiniband/hw/qedr/qedr.h 	enum qedr_mr_type type;
type              440 drivers/infiniband/hw/qedr/qedr_roce_cm.c 		udh->eth.type = htons(ETH_P_8021Q);
type              442 drivers/infiniband/hw/qedr/qedr_roce_cm.c 		udh->vlan.type = htons(ether_type);
type              444 drivers/infiniband/hw/qedr/qedr_roce_cm.c 		udh->eth.type = htons(ether_type);
type             2411 drivers/infiniband/hw/qedr/verbs.c 	qp_attr->ah_attr.type = RDMA_AH_ATTR_TYPE_ROCE;
type             2622 drivers/infiniband/hw/qedr/verbs.c 	mr->type = QEDR_MR_USER;
type             2700 drivers/infiniband/hw/qedr/verbs.c 	if (mr->type != QEDR_MR_DMA)
type             2728 drivers/infiniband/hw/qedr/verbs.c 	mr->type = QEDR_MR_FRMR;
type             2864 drivers/infiniband/hw/qedr/verbs.c 	mr->type = QEDR_MR_DMA;
type              447 drivers/infiniband/hw/qib/qib_common.h 	__u32 type;                     /* command type */
type             2050 drivers/infiniband/hw/qib/qib_file_ops.c 	if (count < sizeof(cmd.type)) {
type             2057 drivers/infiniband/hw/qib/qib_file_ops.c 	if (copy_from_user(&cmd.type, &ucmd->type, sizeof(cmd.type))) {
type             2062 drivers/infiniband/hw/qib/qib_file_ops.c 	consumed = sizeof(cmd.type);
type             2064 drivers/infiniband/hw/qib/qib_file_ops.c 	switch (cmd.type) {
type             2152 drivers/infiniband/hw/qib/qib_file_ops.c 	if (!rcd && cmd.type != QIB_CMD_ASSIGN_CTXT) {
type             2157 drivers/infiniband/hw/qib/qib_file_ops.c 	switch (cmd.type) {
type             1836 drivers/infiniband/hw/qib/qib_iba6120.c 			     u32 type, unsigned long pa)
type             1860 drivers/infiniband/hw/qib/qib_iba6120.c 		if (type == RCVHQ_RCV_TYPE_EAGER)
type             1881 drivers/infiniband/hw/qib/qib_iba6120.c 	tidlockp = (type == RCVHQ_RCV_TYPE_EAGER && tidx < dd->rcvhdrcnt)
type             1903 drivers/infiniband/hw/qib/qib_iba6120.c 			       u32 type, unsigned long pa)
type             1924 drivers/infiniband/hw/qib/qib_iba6120.c 		if (type == RCVHQ_RCV_TYPE_EAGER)
type             2153 drivers/infiniband/hw/qib/qib_iba7220.c 			     u32 type, unsigned long pa)
type             2171 drivers/infiniband/hw/qib/qib_iba7220.c 		if (type == RCVHQ_RCV_TYPE_EAGER)
type             3769 drivers/infiniband/hw/qib/qib_iba7322.c 			     u32 type, unsigned long pa)
type             3789 drivers/infiniband/hw/qib/qib_iba7322.c 		if (type == RCVHQ_RCV_TYPE_EAGER)
type              128 drivers/infiniband/hw/qib/qib_qp.c 		  enum ib_qp_type type, u8 port)
type              138 drivers/infiniband/hw/qib/qib_qp.c 	if (type == IB_QPT_SMI || type == IB_QPT_GSI) {
type              141 drivers/infiniband/hw/qib/qib_qp.c 		ret = type == IB_QPT_GSI;
type             1349 drivers/infiniband/hw/qib/qib_verbs.c 	attr.type = rdma_ah_find_type(&dd->verbs_dev.rdi.ibdev, port_num);
type              278 drivers/infiniband/hw/qib/qib_verbs.h 		  enum ib_qp_type type, u8 port);
type              165 drivers/infiniband/hw/usnic/usnic_fwd.c 	if (filter->type == FILTER_IPV4_5TUPLE) {
type              186 drivers/infiniband/hw/usnic/usnic_fwd.c 	tlv->type = CLSF_TLV_FILTER;
type              192 drivers/infiniband/hw/usnic/usnic_fwd.c 	tlv->type = CLSF_TLV_ACTION;
type              100 drivers/infiniband/hw/usnic/usnic_fwd.h 	filter->type = FILTER_USNIC_ID;
type              114 drivers/infiniband/hw/usnic/usnic_fwd.h 	filter->type = FILTER_IPV4_5TUPLE;
type              197 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	uaction->action.type = FILTER_ACTION_RQ_STEERING;
type              541 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 		res_spec->resources[res_lst_sz].type != USNIC_VNIC_RES_TYPE_EOL;
type              551 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	for (i = 0; res_spec->resources[i].type != USNIC_VNIC_RES_TYPE_EOL;
type              553 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 		res_type = res_spec->resources[i].type;
type              761 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 		if (qp_grp->res_chunk_list[i]->type == res_type)
type              103 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.h 				enum usnic_vnic_res_type type);
type              247 drivers/infiniband/hw/usnic/usnic_ib_sysfs.c 				usnic_vnic_res_type_to_str(vnic_res->type),
type               57 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 			{.type = USNIC_VNIC_RES_TYPE_EOL,	.cnt = 0,},
type               62 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 			{.type = USNIC_VNIC_RES_TYPE_WQ,	.cnt = 1,},
type               63 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 			{.type = USNIC_VNIC_RES_TYPE_RQ,	.cnt = 1,},
type               64 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 			{.type = USNIC_VNIC_RES_TYPE_CQ,	.cnt = 1,},
type               65 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 			{.type = USNIC_VNIC_RES_TYPE_EOL,	.cnt = 0,},
type               70 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 			{.type = USNIC_VNIC_RES_TYPE_WQ,	.cnt = 1,},
type               71 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 			{.type = USNIC_VNIC_RES_TYPE_RQ,	.cnt = 1,},
type               72 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 			{.type = USNIC_VNIC_RES_TYPE_CQ,	.cnt = 1,},
type               73 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 			{.type = USNIC_VNIC_RES_TYPE_EOL,	.cnt = 0,},
type              124 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 	WARN_ON(chunk->type != USNIC_VNIC_RES_TYPE_RQ);
type              138 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 	WARN_ON(chunk->type != USNIC_VNIC_RES_TYPE_WQ);
type              152 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 	WARN_ON(chunk->type != USNIC_VNIC_RES_TYPE_CQ);
type               48 drivers/infiniband/hw/usnic/usnic_transport.c const char *usnic_transport_to_str(enum usnic_transport_type type)
type               50 drivers/infiniband/hw/usnic/usnic_transport.c 	switch (type) {
type               86 drivers/infiniband/hw/usnic/usnic_transport.c u16 usnic_transport_rsrv_port(enum usnic_transport_type type, u16 port_num)
type               88 drivers/infiniband/hw/usnic/usnic_transport.c 	if (type == USNIC_TRANSPORT_ROCE_CUSTOM) {
type               99 drivers/infiniband/hw/usnic/usnic_transport.c 					usnic_transport_to_str(type));
type              107 drivers/infiniband/hw/usnic/usnic_transport.c 				usnic_transport_to_str(type));
type              112 drivers/infiniband/hw/usnic/usnic_transport.c 			usnic_transport_to_str(type));
type              119 drivers/infiniband/hw/usnic/usnic_transport.c void usnic_transport_unrsrv_port(enum usnic_transport_type type, u16 port_num)
type              121 drivers/infiniband/hw/usnic/usnic_transport.c 	if (type == USNIC_TRANSPORT_ROCE_CUSTOM) {
type              125 drivers/infiniband/hw/usnic/usnic_transport.c 					usnic_transport_to_str(type));
type              132 drivers/infiniband/hw/usnic/usnic_transport.c 					usnic_transport_to_str(type));
type              137 drivers/infiniband/hw/usnic/usnic_transport.c 				usnic_transport_to_str(type));
type              141 drivers/infiniband/hw/usnic/usnic_transport.c 		usnic_err("Freeing invalid port %hu for %d\n", port_num, type);
type               50 drivers/infiniband/hw/usnic/usnic_transport.h u16 usnic_transport_rsrv_port(enum usnic_transport_type type, u16 port_num);
type               51 drivers/infiniband/hw/usnic/usnic_transport.h void usnic_transport_unrsrv_port(enum usnic_transport_type type, u16 port_num);
type              124 drivers/infiniband/hw/usnic/usnic_vnic.c 					usnic_vnic_res_type_to_str(res->type),
type              145 drivers/infiniband/hw/usnic/usnic_vnic.c 		if (spec->resources[i].type == trgt_type) {
type              163 drivers/infiniband/hw/usnic/usnic_vnic.c 			if (res_spec->resources[i].type !=
type              164 drivers/infiniband/hw/usnic/usnic_vnic.c 				min_spec->resources[i].type)
type              188 drivers/infiniband/hw/usnic/usnic_vnic.c 		res_type = res_spec->resources[i].type;
type              207 drivers/infiniband/hw/usnic/usnic_vnic.c 		res_type = res_spec->resources[i].type;
type              221 drivers/infiniband/hw/usnic/usnic_vnic.c 				enum usnic_vnic_res_type type)
type              223 drivers/infiniband/hw/usnic/usnic_vnic.c 	return vnic->chunks[type].cnt;
type              227 drivers/infiniband/hw/usnic/usnic_vnic.c 				enum usnic_vnic_res_type type)
type              229 drivers/infiniband/hw/usnic/usnic_vnic.c 	return vnic->chunks[type].free_cnt;
type              233 drivers/infiniband/hw/usnic/usnic_vnic.c usnic_vnic_get_resources(struct usnic_vnic *vnic, enum usnic_vnic_res_type type,
type              240 drivers/infiniband/hw/usnic/usnic_vnic.c 	if (usnic_vnic_res_free_cnt(vnic, type) < cnt || cnt < 0 || !owner)
type              255 drivers/infiniband/hw/usnic/usnic_vnic.c 		src = &vnic->chunks[type];
type              267 drivers/infiniband/hw/usnic/usnic_vnic.c 	ret->type = type;
type              287 drivers/infiniband/hw/usnic/usnic_vnic.c 			vnic->chunks[res->type].free_cnt++;
type              302 drivers/infiniband/hw/usnic/usnic_vnic.c 					enum usnic_vnic_res_type type,
type              308 drivers/infiniband/hw/usnic/usnic_vnic.c 	cnt = vnic_dev_get_res_count(vnic->vdev, _to_vnic_res_type(type));
type              325 drivers/infiniband/hw/usnic/usnic_vnic.c 		res->type = type;
type              329 drivers/infiniband/hw/usnic/usnic_vnic.c 						_to_vnic_res_type(type), i);
type               61 drivers/infiniband/hw/usnic/usnic_vnic.h 	enum usnic_vnic_res_type	type;
type               69 drivers/infiniband/hw/usnic/usnic_vnic.h 	enum usnic_vnic_res_type	type;
type               77 drivers/infiniband/hw/usnic/usnic_vnic.h 	enum usnic_vnic_res_type	type;
type              102 drivers/infiniband/hw/usnic/usnic_vnic.h 				enum usnic_vnic_res_type type);
type              104 drivers/infiniband/hw/usnic/usnic_vnic.h 				enum usnic_vnic_res_type type);
type              107 drivers/infiniband/hw/usnic/usnic_vnic.h 				enum usnic_vnic_res_type type,
type              408 drivers/infiniband/hw/vmw_pvrdma/pvrdma.h static inline enum pvrdma_qp_type ib_qp_type_to_pvrdma(enum ib_qp_type type)
type              410 drivers/infiniband/hw/vmw_pvrdma/pvrdma.h 	return (enum pvrdma_qp_type)type;
type              413 drivers/infiniband/hw/vmw_pvrdma/pvrdma.h static inline enum ib_qp_type pvrdma_qp_type_to_ib(enum pvrdma_qp_type type)
type              415 drivers/infiniband/hw/vmw_pvrdma/pvrdma.h 	return (enum ib_qp_type)type;
type              317 drivers/infiniband/hw/vmw_pvrdma/pvrdma_dev_api.h 	u32 type;	/* Event type. */
type              311 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c static void pvrdma_qp_event(struct pvrdma_dev *dev, u32 qpn, int type)
type              328 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 		e.event = type; /* 1:1 mapping for now. */
type              337 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c static void pvrdma_cq_event(struct pvrdma_dev *dev, u32 cqn, int type)
type              354 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 		e.event = type; /* 1:1 mapping for now. */
type              363 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c static void pvrdma_srq_event(struct pvrdma_dev *dev, u32 srqn, int type)
type              383 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 		e.event = type; /* 1:1 mapping for now. */
type              404 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c static void pvrdma_dev_event(struct pvrdma_dev *dev, u8 port, int type)
type              411 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 	pvrdma_dispatch_event(dev, port, type);
type              444 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 		switch (eqe->type) {
type              453 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 			pvrdma_qp_event(dev, eqe->info, eqe->type);
type              457 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 			pvrdma_cq_event(dev, eqe->info, eqe->type);
type              462 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 			pvrdma_srq_event(dev, eqe->info, eqe->type);
type              472 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 			pvrdma_dev_event(dev, eqe->info, eqe->type);
type              476 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 			pvrdma_dev_event(dev, 1, eqe->type);
type              278 drivers/infiniband/hw/vmw_pvrdma/pvrdma_misc.c 	dst->type = RDMA_AH_ATTR_TYPE_ROCE;
type              524 drivers/infiniband/hw/vmw_pvrdma/pvrdma_verbs.c 	if ((ah_attr->type != RDMA_AH_ATTR_TYPE_ROCE)  ||
type               65 drivers/infiniband/sw/rdmavt/qp.c 			 enum ib_qp_type type);
type              532 drivers/infiniband/sw/rdmavt/qp.c 		     enum ib_qp_type type, u8 port_num)
type              539 drivers/infiniband/sw/rdmavt/qp.c 		return rdi->driver_f.alloc_qpn(rdi, qpt, type, port_num);
type              541 drivers/infiniband/sw/rdmavt/qp.c 	if (type == IB_QPT_SMI || type == IB_QPT_GSI) {
type              544 drivers/infiniband/sw/rdmavt/qp.c 		ret = type == IB_QPT_GSI;
type              862 drivers/infiniband/sw/rdmavt/qp.c 			enum ib_qp_type type)
type              878 drivers/infiniband/sw/rdmavt/qp.c 	if (type == IB_QPT_RC) {
type              915 drivers/infiniband/sw/rdmavt/qp.c 			  enum ib_qp_type type)
type              955 drivers/infiniband/sw/rdmavt/qp.c 	rvt_init_qp(rdi, qp, type);
type              971 drivers/infiniband/sw/rdmavt/qp.c 			 enum ib_qp_type type)
type              976 drivers/infiniband/sw/rdmavt/qp.c 	_rvt_reset_qp(rdi, qp, type);
type              999 drivers/infiniband/sw/rdmavt/qp.c static u8 get_allowed_ops(enum ib_qp_type type)
type             1001 drivers/infiniband/sw/rdmavt/qp.c 	return type == IB_QPT_RC ? IB_OPCODE_RC : type == IB_QPT_UC ?
type              341 drivers/infiniband/sw/rxe/rxe.c 	.type = "rxe",
type               80 drivers/infiniband/sw/rxe/rxe_av.c 	attr->type = RDMA_AH_ATTR_TYPE_ROCE;
type              131 drivers/infiniband/sw/rxe/rxe_loc.h 			   enum lookup_type type);
type               56 drivers/infiniband/sw/rxe/rxe_mr.c 	switch (mem->type) {
type               82 drivers/infiniband/sw/rxe/rxe_mr.c 	if (mem->pelem.pool->type == RXE_TYPE_MR) {
type               90 drivers/infiniband/sw/rxe/rxe_mr.c 	mem->type		= RXE_MEM_TYPE_NONE;
type              155 drivers/infiniband/sw/rxe/rxe_mr.c 	mem->type		= RXE_MEM_TYPE_DMA;
type              230 drivers/infiniband/sw/rxe/rxe_mr.c 	mem->type		= RXE_MEM_TYPE_MR;
type              255 drivers/infiniband/sw/rxe/rxe_mr.c 	mem->type		= RXE_MEM_TYPE_MR;
type              360 drivers/infiniband/sw/rxe/rxe_mr.c 	if (mem->type == RXE_MEM_TYPE_DMA) {
type              569 drivers/infiniband/sw/rxe/rxe_mr.c 			   enum lookup_type type)
type              579 drivers/infiniband/sw/rxe/rxe_mr.c 	if (unlikely((type == lookup_local && mem->lkey != key) ||
type              580 drivers/infiniband/sw/rxe/rxe_mr.c 		     (type == lookup_remote && mem->rkey != key) ||
type              110 drivers/infiniband/sw/rxe/rxe_pool.c 	return rxe_type_info[pool->type].name;
type              115 drivers/infiniband/sw/rxe/rxe_pool.c 	return rxe_type_info[pool->type].cache;
type              121 drivers/infiniband/sw/rxe/rxe_pool.c 	struct rxe_type_info *type;
type              124 drivers/infiniband/sw/rxe/rxe_pool.c 		type = &rxe_type_info[i];
type              125 drivers/infiniband/sw/rxe/rxe_pool.c 		if (!(type->flags & RXE_POOL_NO_ALLOC)) {
type              126 drivers/infiniband/sw/rxe/rxe_pool.c 			kmem_cache_destroy(type->cache);
type              127 drivers/infiniband/sw/rxe/rxe_pool.c 			type->cache = NULL;
type              137 drivers/infiniband/sw/rxe/rxe_pool.c 	struct rxe_type_info *type;
type              140 drivers/infiniband/sw/rxe/rxe_pool.c 		type = &rxe_type_info[i];
type              141 drivers/infiniband/sw/rxe/rxe_pool.c 		size = ALIGN(type->size, RXE_POOL_ALIGN);
type              142 drivers/infiniband/sw/rxe/rxe_pool.c 		if (!(type->flags & RXE_POOL_NO_ALLOC)) {
type              143 drivers/infiniband/sw/rxe/rxe_pool.c 			type->cache =
type              144 drivers/infiniband/sw/rxe/rxe_pool.c 				kmem_cache_create(type->name, size,
type              147 drivers/infiniband/sw/rxe/rxe_pool.c 			if (!type->cache) {
type              149 drivers/infiniband/sw/rxe/rxe_pool.c 				       type->name);
type              200 drivers/infiniband/sw/rxe/rxe_pool.c 	enum rxe_elem_type	type,
type              204 drivers/infiniband/sw/rxe/rxe_pool.c 	size_t			size = rxe_type_info[type].size;
type              209 drivers/infiniband/sw/rxe/rxe_pool.c 	pool->type		= type;
type              212 drivers/infiniband/sw/rxe/rxe_pool.c 	pool->flags		= rxe_type_info[type].flags;
type              214 drivers/infiniband/sw/rxe/rxe_pool.c 	pool->cleanup		= rxe_type_info[type].cleanup;
type              222 drivers/infiniband/sw/rxe/rxe_pool.c 	if (rxe_type_info[type].flags & RXE_POOL_INDEX) {
type              224 drivers/infiniband/sw/rxe/rxe_pool.c 					  rxe_type_info[type].max_index,
type              225 drivers/infiniband/sw/rxe/rxe_pool.c 					  rxe_type_info[type].min_index);
type              230 drivers/infiniband/sw/rxe/rxe_pool.c 	if (rxe_type_info[type].flags & RXE_POOL_KEY) {
type              231 drivers/infiniband/sw/rxe/rxe_pool.c 		pool->key_offset = rxe_type_info[type].key_offset;
type              232 drivers/infiniband/sw/rxe/rxe_pool.c 		pool->key_size = rxe_type_info[type].key_size;
type              100 drivers/infiniband/sw/rxe/rxe_pool.h 	enum rxe_elem_type	type;
type              127 drivers/infiniband/sw/rxe/rxe_pool.h 		  enum rxe_elem_type type, u32 max_elem);
type              154 drivers/infiniband/sw/rxe/rxe_qp.c 	if (res->type == RXE_ATOMIC_MASK) {
type              157 drivers/infiniband/sw/rxe/rxe_qp.c 	} else if (res->type == RXE_READ_MASK) {
type              161 drivers/infiniband/sw/rxe/rxe_qp.c 	res->type = 0;
type              680 drivers/infiniband/sw/rxe/rxe_resp.c 		res->type		= RXE_READ_MASK;
type             1007 drivers/infiniband/sw/rxe/rxe_resp.c 	res->type = RXE_ATOMIC_MASK;
type             1064 drivers/infiniband/sw/rxe/rxe_resp.c 		if (res->type == 0)
type              233 drivers/infiniband/sw/rxe/rxe_verbs.c 	attr->type = ibah->type;
type              174 drivers/infiniband/sw/rxe/rxe_verbs.h 	int			type;
type              332 drivers/infiniband/sw/rxe/rxe_verbs.h 	enum rxe_mem_type	type;
type             1013 drivers/infiniband/sw/siw/siw_cm.c 		    work->type, cep->state);
type             1017 drivers/infiniband/sw/siw/siw_cm.c 	switch (work->type) {
type             1143 drivers/infiniband/sw/siw/siw_cm.c 		WARN(1, "Undefined CM work type: %d\n", work->type);
type             1189 drivers/infiniband/sw/siw/siw_cm.c int siw_cm_queue_work(struct siw_cep *cep, enum siw_work_type type)
type             1198 drivers/infiniband/sw/siw/siw_cm.c 	work->type = type;
type             1205 drivers/infiniband/sw/siw/siw_cm.c 	if (type == SIW_CM_WORK_MPATIMEOUT) {
type             1214 drivers/infiniband/sw/siw/siw_cm.c 		    cep->qp ? qp_id(cep->qp) : -1, type, delay);
type               88 drivers/infiniband/sw/siw/siw_cm.h 	enum siw_work_type type;
type              122 drivers/infiniband/sw/siw/siw_cm.h int siw_cm_queue_work(struct siw_cep *cep, enum siw_work_type type);
type              120 drivers/infiniband/sw/siw/siw_main.c 	if (netdev->type == ARPHRD_ETHER || netdev->type == ARPHRD_IEEE802 ||
type              121 drivers/infiniband/sw/siw/siw_main.c 	    (netdev->type == ARPHRD_LOOPBACK && loopback_enabled))
type              317 drivers/infiniband/sw/siw/siw_main.c 		if (netdev->type != ARPHRD_LOOPBACK) {
type              332 drivers/infiniband/sw/siw/siw_main.c 	if (netdev->type != ARPHRD_LOOPBACK) {
type              564 drivers/infiniband/sw/siw/siw_main.c 	.type = "siw",
type               86 drivers/infiniband/sw/siw/siw_verbs.h void siw_qp_event(struct siw_qp *qp, enum ib_event_type type);
type               87 drivers/infiniband/sw/siw/siw_verbs.h void siw_cq_event(struct siw_cq *cq, enum ib_event_type type);
type               88 drivers/infiniband/sw/siw/siw_verbs.h void siw_srq_event(struct siw_srq *srq, enum ib_event_type type);
type               89 drivers/infiniband/sw/siw/siw_verbs.h void siw_port_event(struct siw_device *dev, u8 port, enum ib_event_type type);
type             1201 drivers/infiniband/ulp/ipoib/ipoib_main.c 			     unsigned short type,
type             1210 drivers/infiniband/ulp/ipoib/ipoib_main.c 	header->proto = htons(type);
type             2014 drivers/infiniband/ulp/ipoib/ipoib_main.c static int ipoib_set_vf_guid(struct net_device *dev, int vf, u64 guid, int type)
type             2018 drivers/infiniband/ulp/ipoib/ipoib_main.c 	if (type != IFLA_VF_IB_NODE_GUID && type != IFLA_VF_IB_PORT_GUID)
type             2021 drivers/infiniband/ulp/ipoib/ipoib_main.c 	return ib_set_vf_guid(priv->ca, vf, priv->port, guid, type);
type             2083 drivers/infiniband/ulp/ipoib/ipoib_main.c 	dev->type		 = ARPHRD_INFINIBAND;
type              278 drivers/infiniband/ulp/ipoib/ipoib_multicast.c 	av.type = rdma_ah_find_type(priv->ca, priv->port);
type               40 drivers/infiniband/ulp/ipoib/ipoib_netlink.c 	[IFLA_IPOIB_PKEY]	= { .type = NLA_U16 },
type               41 drivers/infiniband/ulp/ipoib/ipoib_netlink.c 	[IFLA_IPOIB_MODE]	= { .type = NLA_U16 },
type               42 drivers/infiniband/ulp/ipoib/ipoib_netlink.c 	[IFLA_IPOIB_UMCAST]	= { .type = NLA_U16 },
type              109 drivers/infiniband/ulp/ipoib/ipoib_netlink.c 	if (!pdev || pdev->type != ARPHRD_INFINIBAND)
type               96 drivers/infiniband/ulp/ipoib/ipoib_vlan.c 		     u16 pkey, int type)
type              122 drivers/infiniband/ulp/ipoib/ipoib_vlan.c 	priv->child_type = type;
type              141 drivers/infiniband/ulp/ipoib/ipoib_vlan.c 	if (type == IPOIB_LEGACY_CHILD) {
type              248 drivers/infiniband/ulp/iser/iscsi_iser.h 	enum   iser_desc_type        type;
type              576 drivers/infiniband/ulp/iser/iscsi_iser.h void iser_err_comp(struct ib_wc *wc, const char *type);
type              378 drivers/infiniband/ulp/iser/iser_initiator.c 	tx_desc->type = ISCSI_TX_SCSI_COMMAND;
type              458 drivers/infiniband/ulp/iser/iser_initiator.c 	tx_desc->type = ISCSI_TX_DATAOUT;
type              507 drivers/infiniband/ulp/iser/iser_initiator.c 	mdesc->type = ISCSI_TX_CONTROL;
type             1117 drivers/infiniband/ulp/iser/iser_verbs.c void iser_err_comp(struct ib_wc *wc, const char *type)
type             1122 drivers/infiniband/ulp/iser/iser_verbs.c 		iser_err("%s failure: %s (%d) vend_err %#x\n", type,
type             1130 drivers/infiniband/ulp/iser/iser_verbs.c 		iser_dbg("%s failure: %s (%d)\n", type,
type             1384 drivers/infiniband/ulp/isert/ib_isert.c isert_print_wc(struct ib_wc *wc, const char *type)
type             1387 drivers/infiniband/ulp/isert/ib_isert.c 		isert_err("%s failure: %s (%d) vend_err %x\n", type,
type             1391 drivers/infiniband/ulp/isert/ib_isert.c 		isert_dbg("%s failure: %s (%d)\n", type,
type              101 drivers/infiniband/ulp/isert/ib_isert.h 	enum isert_desc_type type;
type              763 drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c 	ah_attr.type = rdma_ah_find_type(ibp, port->port_num);
type             3057 drivers/infiniband/ulp/srp/ib_srp.c 	if (sdev->type == TYPE_DISK) {
type               31 drivers/input/apm-power.c static void apmpower_event(struct input_handle *handle, unsigned int type,
type               38 drivers/input/apm-power.c 	switch (type) {
type               25 drivers/input/evbug.c static void evbug_event(struct input_handle *handle, unsigned int type, unsigned int code, int value)
type               28 drivers/input/evbug.c 	       dev_name(&handle->dev->dev), type, code, value);
type               56 drivers/input/evdev.c static size_t evdev_get_mask_cnt(unsigned int type)
type               71 drivers/input/evdev.c 	return (type < EV_CNT) ? counts[type] : 0;
type               76 drivers/input/evdev.c 				unsigned int type,
type               83 drivers/input/evdev.c 	if (type == EV_SYN || type >= EV_CNT)
type               88 drivers/input/evdev.c 	if (mask && !test_bit(type, mask))
type               92 drivers/input/evdev.c 	cnt = evdev_get_mask_cnt(type);
type               96 drivers/input/evdev.c 	mask = client->evmasks[type];
type              101 drivers/input/evdev.c static void __evdev_flush_queue(struct evdev_client *client, unsigned int type)
type              108 drivers/input/evdev.c 	BUG_ON(type == EV_SYN);
type              118 drivers/input/evdev.c 		is_report = ev->type == EV_SYN && ev->code == SYN_REPORT;
type              120 drivers/input/evdev.c 		if (ev->type == type) {
type              151 drivers/input/evdev.c 	ev.type = EV_SYN;
type              230 drivers/input/evdev.c 			.type = EV_SYN,
type              238 drivers/input/evdev.c 	if (event->type == EV_SYN && event->code == SYN_REPORT) {
type              265 drivers/input/evdev.c 		if (__evdev_is_filtered(client, v->type, v->code))
type              268 drivers/input/evdev.c 		if (v->type == EV_SYN && v->code == SYN_REPORT) {
type              276 drivers/input/evdev.c 		event.type = v->type;
type              315 drivers/input/evdev.c 			unsigned int type, unsigned int code, int value)
type              317 drivers/input/evdev.c 	struct input_value vals[] = { { type, code, value } };
type              530 drivers/input/evdev.c 				   event.type, event.code, event.value);
type              778 drivers/input/evdev.c 			    unsigned int type, unsigned int size,
type              784 drivers/input/evdev.c 	switch (type) {
type              886 drivers/input/evdev.c 				struct input_dev *dev, unsigned int type,
type              905 drivers/input/evdev.c 	__evdev_flush_queue(client, type);
type              955 drivers/input/evdev.c 			  unsigned int type,
type              965 drivers/input/evdev.c 	cnt = evdev_get_mask_cnt(type);
type              980 drivers/input/evdev.c 	oldmask = client->evmasks[type];
type              981 drivers/input/evdev.c 	client->evmasks[type] = mask;
type              991 drivers/input/evdev.c 			  unsigned int type,
type             1002 drivers/input/evdev.c 	cnt = evdev_get_mask_cnt(type);
type             1007 drivers/input/evdev.c 		mask = client->evmasks[type];
type             1105 drivers/input/evdev.c 				      mask.type, codes_ptr, mask.codes_size,
type             1117 drivers/input/evdev.c 				      mask.type, codes_ptr, mask.codes_size,
type               43 drivers/input/ff-core.c 	return e1->type == e2->type &&
type               44 drivers/input/ff-core.c 	       (e1->type != FF_PERIODIC ||
type               55 drivers/input/ff-core.c 	switch (effect->type) {
type               67 drivers/input/ff-core.c 		effect->type = FF_PERIODIC;
type              103 drivers/input/ff-core.c 	if (effect->type < FF_EFFECT_MIN || effect->type > FF_EFFECT_MAX ||
type              104 drivers/input/ff-core.c 	    !test_bit(effect->type, dev->ffbit)) {
type              109 drivers/input/ff-core.c 	if (effect->type == FF_PERIODIC &&
type              117 drivers/input/ff-core.c 	if (!test_bit(effect->type, ff->ffbit)) {
type              261 drivers/input/ff-core.c int input_ff_event(struct input_dev *dev, unsigned int type,
type              266 drivers/input/ff-core.c 	if (type != EV_FF)
type               62 drivers/input/ff-memless.c 	switch (effect->type) {
type              252 drivers/input/ff-memless.c 	switch (new->type) {
type              355 drivers/input/ff-memless.c 		effect_type = get_compatible_type(ml->dev->ff, effect->type);
type              356 drivers/input/ff-memless.c 		if (combo_effect->type != effect_type) {
type              357 drivers/input/ff-memless.c 			if (combo_effect->type != 0) {
type              361 drivers/input/ff-memless.c 			combo_effect->type = effect_type;
type              387 drivers/input/ff-memless.c 	return combo_effect->type != 0;
type              260 drivers/input/gameport/gameport.c 	enum gameport_event_type type;
type              306 drivers/input/gameport/gameport.c 			if (event->type != e->type)
type              332 drivers/input/gameport/gameport.c 		switch (event->type) {
type              370 drivers/input/gameport/gameport.c 			if (event->type == event_type)
type              391 drivers/input/gameport/gameport.c 	event->type = event_type;
type              441 drivers/input/gameport/gameport.c 		if (event->type == GAMEPORT_REGISTER_PORT) {
type               32 drivers/input/gameport/ns558.c 	int type;
type               26 drivers/input/input-compat.c 		event->type = compat_event.type;
type               46 drivers/input/input-compat.c 		compat_event.type = event->type;
type               82 drivers/input/input-compat.c 		if (compat_effect->type == FF_PERIODIC &&
type               20 drivers/input/input-compat.h 	__u16 type;
type               39 drivers/input/input-compat.h 	__u16 type;
type               66 drivers/input/input-leds.c static void input_leds_event(struct input_handle *handle, unsigned int type,
type              102 drivers/input/input.c 			if (handler->filter(handle, v->type, v->code, v->value))
type              118 drivers/input/input.c 			handler->event(handle, v->type, v->code, v->value);
type              156 drivers/input/input.c 			if (v->type == EV_KEY && v->value != 2) {
type              167 drivers/input/input.c 			     unsigned int type, unsigned int code, int value)
type              169 drivers/input/input.c 	struct input_value vals[] = { { type, code, value } };
type              262 drivers/input/input.c 			  unsigned int type, unsigned int code, int *pval)
type              267 drivers/input/input.c 	switch (type) {
type              368 drivers/input/input.c 			       unsigned int type, unsigned int code, int value)
type              370 drivers/input/input.c 	int disposition = input_get_disposition(dev, type, code, &value);
type              372 drivers/input/input.c 	if (disposition != INPUT_IGNORE_EVENT && type != EV_SYN)
type              373 drivers/input/input.c 		add_input_randomness(type, code, value);
type              376 drivers/input/input.c 		dev->event(dev, type, code, value);
type              386 drivers/input/input.c 			v->type = EV_ABS;
type              392 drivers/input/input.c 		v->type = type;
type              434 drivers/input/input.c 		 unsigned int type, unsigned int code, int value)
type              438 drivers/input/input.c 	if (is_event_supported(type, dev->evbit, EV_MAX)) {
type              441 drivers/input/input.c 		input_handle_event(dev, type, code, value);
type              459 drivers/input/input.c 			unsigned int type, unsigned int code, int value)
type              465 drivers/input/input.c 	if (is_event_supported(type, dev->evbit, EV_MAX)) {
type              471 drivers/input/input.c 			input_handle_event(dev, type, code, value);
type             1654 drivers/input/input.c #define INPUT_DO_TOGGLE(dev, type, bits, on)				\
type             1659 drivers/input/input.c 		if (!test_bit(EV_##type, dev->evbit))			\
type             1662 drivers/input/input.c 		for_each_set_bit(i, dev->bits##bit, type##_CNT) {	\
type             1667 drivers/input/input.c 			dev->event(dev, EV_##type, i, on ? active : 0);	\
type             1819 drivers/input/input.c 		dev->dev.type = &input_dev_type;
type             1979 drivers/input/input.c void input_set_capability(struct input_dev *dev, unsigned int type, unsigned int code)
type             1981 drivers/input/input.c 	switch (type) {
type             2023 drivers/input/input.c 		pr_err("%s: unknown type %u (code %u)\n", __func__, type, code);
type             2028 drivers/input/input.c 	__set_bit(type, dev->evbit);
type             2065 drivers/input/input.c #define INPUT_CLEANSE_BITMASK(dev, type, bits)				\
type             2067 drivers/input/input.c 		if (!test_bit(EV_##type, dev->evbit))			\
type               71 drivers/input/joydev.c 	switch (corr->type) {
type              114 drivers/input/joydev.c 			 unsigned int type, unsigned int code, int value)
type              120 drivers/input/joydev.c 	switch (type) {
type              125 drivers/input/joydev.c 		event.type = JS_EVENT_BUTTON;
type              131 drivers/input/joydev.c 		event.type = JS_EVENT_AXIS;
type              303 drivers/input/joydev.c 			event->type = JS_EVENT_BUTTON | JS_EVENT_INIT;
type              308 drivers/input/joydev.c 			event->type = JS_EVENT_AXIS | JS_EVENT_INIT;
type              959 drivers/input/joydev.c 			joydev->corr[i].type = JS_CORR_NONE;
type              962 drivers/input/joydev.c 		joydev->corr[i].type = JS_CORR_BROKEN;
type              131 drivers/input/joystick/db9.c static void db9_saturn_write_sub(struct parport *port, int type, unsigned char data, int powered, int pwr_sub)
type              135 drivers/input/joystick/db9.c 	switch (type) {
type              154 drivers/input/joystick/db9.c static unsigned char db9_saturn_read_sub(struct parport *port, int type)
type              158 drivers/input/joystick/db9.c 	if (type) {
type              174 drivers/input/joystick/db9.c static unsigned char db9_saturn_read_analog(struct parport *port, int type, int powered)
type              178 drivers/input/joystick/db9.c 	db9_saturn_write_sub(port, type, 0, powered, 0);
type              180 drivers/input/joystick/db9.c 	data = db9_saturn_read_sub(port, type) << 4;
type              181 drivers/input/joystick/db9.c 	db9_saturn_write_sub(port, type, 2, powered, 0);
type              183 drivers/input/joystick/db9.c 	data |= db9_saturn_read_sub(port, type);
type              191 drivers/input/joystick/db9.c static unsigned char db9_saturn_read_packet(struct parport *port, unsigned char *data, int type, int powered)
type              196 drivers/input/joystick/db9.c 	db9_saturn_write_sub(port, type, 3, powered, 0);
type              197 drivers/input/joystick/db9.c 	data[0] = db9_saturn_read_sub(port, type);
type              204 drivers/input/joystick/db9.c 		db9_saturn_write_sub(port, type, 0, powered, 1);
type              205 drivers/input/joystick/db9.c 		data[2] = db9_saturn_read_sub(port, type) << 4;
type              206 drivers/input/joystick/db9.c 		db9_saturn_write_sub(port, type, 2, powered, 1);
type              207 drivers/input/joystick/db9.c 		data[1] = db9_saturn_read_sub(port, type) << 4;
type              208 drivers/input/joystick/db9.c 		db9_saturn_write_sub(port, type, 1, powered, 1);
type              209 drivers/input/joystick/db9.c 		data[1] |= db9_saturn_read_sub(port, type);
type              210 drivers/input/joystick/db9.c 		db9_saturn_write_sub(port, type, 3, powered, 1);
type              216 drivers/input/joystick/db9.c 		db9_saturn_write_sub(port, type, 2, powered, 0);
type              218 drivers/input/joystick/db9.c 		data[0] = db9_saturn_read_analog(port, type, powered);
type              222 drivers/input/joystick/db9.c 				data[i + 1] = db9_saturn_read_analog(port, type, powered);
type              223 drivers/input/joystick/db9.c 			db9_saturn_write_sub(port, type, 3, powered, 0);
type              227 drivers/input/joystick/db9.c 			if (db9_saturn_read_analog(port, type, powered) != 0x60)
type              230 drivers/input/joystick/db9.c 				data[i] = db9_saturn_read_analog(port, type, powered);
type              234 drivers/input/joystick/db9.c 						data[i + j + 1] = db9_saturn_read_analog(port, type, powered);
type              236 drivers/input/joystick/db9.c 			db9_saturn_write_sub(port, type, 3, powered, 0);
type              241 drivers/input/joystick/db9.c 		db9_saturn_write_sub(port, type, 2, powered, 0);
type              243 drivers/input/joystick/db9.c 		tmp = db9_saturn_read_analog(port, type, powered);
type              246 drivers/input/joystick/db9.c 				data[i + 1] = db9_saturn_read_analog(port, type, powered);
type              247 drivers/input/joystick/db9.c 			db9_saturn_write_sub(port, type, 3, powered, 0);
type              328 drivers/input/joystick/db9.c 	int type, n, max_pads;
type              333 drivers/input/joystick/db9.c 		type = 0;
type              337 drivers/input/joystick/db9.c 		type = 1;
type              341 drivers/input/joystick/db9.c 		type = 1;
type              349 drivers/input/joystick/db9.c 		id = db9_saturn_read_packet(port, data, type + i, 1);
type              210 drivers/input/joystick/fsia6b.c 		.type	= SERIO_RS232,
type               69 drivers/input/joystick/gamecon.c 	enum gc_type type;
type              216 drivers/input/joystick/gamecon.c 		if (gc->pads[i].type != GC_N64)
type              259 drivers/input/joystick/gamecon.c 	if (effect->type == FF_RUMBLE) {
type              377 drivers/input/joystick/gamecon.c 		switch (pad->type) {
type              485 drivers/input/joystick/gamecon.c 		switch (pad->type) {
type              567 drivers/input/joystick/gamecon.c 			if (pad->type == GC_PSX || pad->type == GC_DDR)
type              606 drivers/input/joystick/gamecon.c 		if ((pad->type == GC_PSX || pad->type == GC_DDR) &&
type              646 drivers/input/joystick/gamecon.c 		if (pad->type == GC_DDR) {
type              673 drivers/input/joystick/gamecon.c 		if (pad->type == GC_DDR) {
type              721 drivers/input/joystick/gamecon.c 		if (pad->type == GC_PSX || pad->type == GC_DDR)
type              818 drivers/input/joystick/gamecon.c 	pad->type = pad_type;
type               55 drivers/input/joystick/guillemot.c 	struct guillemot_type *type;
type              119 drivers/input/joystick/guillemot.c 		for (i = 0; i < 6 && guillemot->type->abs[i] >= 0; i++)
type              120 drivers/input/joystick/guillemot.c 			input_report_abs(dev, guillemot->type->abs[i], data[i + 5]);
type              122 drivers/input/joystick/guillemot.c 		if (guillemot->type->hat) {
type              127 drivers/input/joystick/guillemot.c 		for (i = 0; i < 16 && guillemot->type->btn[i] >= 0; i++)
type              128 drivers/input/joystick/guillemot.c 			input_report_key(dev, guillemot->type->btn[i], (data[2 + (i >> 3)] >> (i & 7)) & 1);
type              207 drivers/input/joystick/guillemot.c 	guillemot->type = guillemot_type + i;
type              224 drivers/input/joystick/guillemot.c 	for (i = 0; (t = guillemot->type->abs[i]) >= 0; i++)
type              227 drivers/input/joystick/guillemot.c 	if (guillemot->type->hat) {
type              232 drivers/input/joystick/guillemot.c 	for (i = 0; (t = guillemot->type->btn[i]) >= 0; i++)
type              171 drivers/input/joystick/iforce/iforce-ff.c 	for (i = 1; iforce->type->btn[i] >= 0; i++)
type              172 drivers/input/joystick/iforce/iforce-ff.c 		if (iforce->type->btn[i] == button)
type              188 drivers/input/joystick/iforce/iforce-ff.c 	if (new->type != FF_SPRING && new->type != FF_FRICTION) {
type              213 drivers/input/joystick/iforce/iforce-ff.c 	if (effect->type != FF_CONSTANT) {
type              229 drivers/input/joystick/iforce/iforce-ff.c 	switch (effect->type) {
type              261 drivers/input/joystick/iforce/iforce-ff.c 	if (new->type != FF_PERIODIC) {
type              471 drivers/input/joystick/iforce/iforce-ff.c 	u8 type;
type              475 drivers/input/joystick/iforce/iforce-ff.c 	switch (effect->type) {
type              476 drivers/input/joystick/iforce/iforce-ff.c 	case FF_SPRING:	type = 0x40; break;
type              477 drivers/input/joystick/iforce/iforce-ff.c 	case FF_DAMPER:	type = 0x41; break;
type              511 drivers/input/joystick/iforce/iforce-ff.c 			type, 0xc0,
type              121 drivers/input/joystick/iforce/iforce-main.c 	switch (effect->type) {
type              325 drivers/input/joystick/iforce/iforce-main.c 	iforce->type = iforce_device + i;
type              326 drivers/input/joystick/iforce/iforce-main.c 	input_dev->name = iforce->type->name;
type              335 drivers/input/joystick/iforce/iforce-main.c 	for (i = 0; iforce->type->btn[i] >= 0; i++)
type              336 drivers/input/joystick/iforce/iforce-main.c 		set_bit(iforce->type->btn[i], input_dev->keybit);
type              338 drivers/input/joystick/iforce/iforce-main.c 	for (i = 0; iforce->type->abs[i] >= 0; i++) {
type              340 drivers/input/joystick/iforce/iforce-main.c 		signed short t = iforce->type->abs[i];
type              371 drivers/input/joystick/iforce/iforce-main.c 		for (i = 0; iforce->type->ff[i] >= 0; i++)
type              372 drivers/input/joystick/iforce/iforce-main.c 			set_bit(iforce->type->ff[i], input_dev->ffbit);
type              127 drivers/input/joystick/iforce/iforce-packets.c 	for (i = 0; iforce->type->btn[i] >= 0; i++)
type              128 drivers/input/joystick/iforce/iforce-packets.c 		input_report_key(dev, iforce->type->btn[i],
type              173 drivers/input/joystick/iforce/iforce-serio.c 		} else if (likely(iforce->type)) {
type              231 drivers/input/joystick/iforce/iforce-serio.c 		.type	= SERIO_RS232,
type               87 drivers/input/joystick/iforce/iforce.h 	struct iforce_device *type;
type               42 drivers/input/joystick/interact.c 	unsigned char type;
type              128 drivers/input/joystick/interact.c 		switch (interact->type) {
type              237 drivers/input/joystick/interact.c 	interact->type = i;
type              255 drivers/input/joystick/interact.c 	for (i = 0; (t = interact_type[interact->type].abs[i]) >= 0; i++) {
type              256 drivers/input/joystick/interact.c 		if (i < interact_type[interact->type].b8)
type              262 drivers/input/joystick/interact.c 	for (i = 0; (t = interact_type[interact->type].btn[i]) >= 0; i++)
type              187 drivers/input/joystick/magellan.c 		.type	= SERIO_RS232,
type              146 drivers/input/joystick/psxpad-spi.c 	switch (effect->type) {
type              104 drivers/input/joystick/sidewinder.c 	int type;
type              290 drivers/input/joystick/sidewinder.c 	switch (sw->type) {
type              416 drivers/input/joystick/sidewinder.c 	if (sw->type == SW_ID_3DP && sw->length == 66 && i != 66) {		/* Broken packet, try to fix */
type              442 drivers/input/joystick/sidewinder.c 		if (sw->type == SW_ID_3DP && sw->length == 66			/* Many packets OK */
type              456 drivers/input/joystick/sidewinder.c 	if (sw->type == SW_ID_3DP && sw->length == 22 && sw->fail > SW_BAD) {	/* Consecutive bad packets */
type              469 drivers/input/joystick/sidewinder.c 	if (!i && sw->type == SW_ID_3DP) {					/* 3D Pro can be in analog mode */
type              636 drivers/input/joystick/sidewinder.c 	sw->type = -1;
type              663 drivers/input/joystick/sidewinder.c 						sw->type = SW_ID_FSP;
type              670 drivers/input/joystick/sidewinder.c 					sw->type = SW_ID_GP;
type              674 drivers/input/joystick/sidewinder.c 					sw->type = SW_ID_FFW;
type              678 drivers/input/joystick/sidewinder.c 						sw->type = SW_ID_FFP;
type              681 drivers/input/joystick/sidewinder.c 						sw->type = SW_ID_PP;
type              688 drivers/input/joystick/sidewinder.c 					sw->type = SW_ID_3DP;
type              695 drivers/input/joystick/sidewinder.c 	} while (k && sw->type == -1);
type              697 drivers/input/joystick/sidewinder.c 	if (sw->type == -1) {
type              721 drivers/input/joystick/sidewinder.c 			 "Microsoft SideWinder %s", sw_name[sw->type]);
type              735 drivers/input/joystick/sidewinder.c 		input_dev->id.product = sw->type;
type              746 drivers/input/joystick/sidewinder.c 		for (j = 0; (bits = sw_bit[sw->type][j]); j++) {
type              749 drivers/input/joystick/sidewinder.c 			code = sw_abs[sw->type][j];
type              760 drivers/input/joystick/sidewinder.c 		for (j = 0; (code = sw_btn[sw->type][j]); j++)
type              265 drivers/input/joystick/spaceball.c 		.type	= SERIO_RS232,
type              202 drivers/input/joystick/spaceorb.c 		.type	= SERIO_RS232,
type              173 drivers/input/joystick/stinger.c 		.type	= SERIO_RS232,
type              226 drivers/input/joystick/twidjoy.c 		.type	= SERIO_RS232,
type              182 drivers/input/joystick/warrior.c 		.type	= SERIO_RS232,
type             1231 drivers/input/joystick/xpad.c 	if (effect->type != FF_RUMBLE)
type              184 drivers/input/joystick/zhenhua.c 		.type	= SERIO_RS232,
type              113 drivers/input/keyboard/adc-keys.c 	enum iio_chan_type type;
type              128 drivers/input/keyboard/adc-keys.c 	error = iio_get_channel_type(st->channel, &type);
type              132 drivers/input/keyboard/adc-keys.c 	if (type != IIO_VOLTAGE) {
type              133 drivers/input/keyboard/adc-keys.c 		dev_err(dev, "Incompatible channel type %d\n", type);
type              291 drivers/input/keyboard/applespi.c 	__le16		type;
type              518 drivers/input/keyboard/applespi.c static applespi_trace_fun applespi_get_trace_fun(enum applespi_evt_type type)
type              520 drivers/input/keyboard/applespi.c 	switch (type) {
type              534 drivers/input/keyboard/applespi.c 		WARN_ONCE(1, "Unknown msg type %d", type);
type              776 drivers/input/keyboard/applespi.c 		message->type = cpu_to_le16(0x1020);
type              789 drivers/input/keyboard/applespi.c 		message->type = cpu_to_le16(0x0252);
type              802 drivers/input/keyboard/applespi.c 		message->type = cpu_to_le16(0x0151);
type              816 drivers/input/keyboard/applespi.c 		message->type = cpu_to_le16(0xB051);
type              923 drivers/input/keyboard/applespi.c static int applespi_event(struct input_dev *dev, unsigned int type,
type              928 drivers/input/keyboard/applespi.c 	switch (type) {
type             1335 drivers/input/keyboard/applespi.c 	    le16_to_cpu(message->type) == 0x1020) {
type             1353 drivers/input/keyboard/applespi.c 	    le16_to_cpu(message->type) == 0x0252 &&
type              638 drivers/input/keyboard/atkbd.c 			unsigned int type, unsigned int code, int value)
type              645 drivers/input/keyboard/atkbd.c 	switch (type) {
type             1147 drivers/input/keyboard/atkbd.c 	switch (serio->id.type) {
type             1273 drivers/input/keyboard/atkbd.c 		.type	= SERIO_8042,
type             1279 drivers/input/keyboard/atkbd.c 		.type	= SERIO_8042_XL,
type             1285 drivers/input/keyboard/atkbd.c 		.type	= SERIO_RS232,
type               39 drivers/input/keyboard/goldfish_events.c 	unsigned int type, code, value;
type               41 drivers/input/keyboard/goldfish_events.c 	type = __raw_readl(edev->addr + REG_READ);
type               45 drivers/input/keyboard/goldfish_events.c 	input_event(edev->input, type, code, value);
type               51 drivers/input/keyboard/goldfish_events.c 			unsigned long bits[], unsigned int type, size_t count)
type               58 drivers/input/keyboard/goldfish_events.c 	__raw_writel(PAGE_EVBITS | type, addr + REG_SET_PAGE);
type              102 drivers/input/keyboard/gpio_keys.c static int get_n_events_by_type(int type)
type              104 drivers/input/keyboard/gpio_keys.c 	BUG_ON(type != EV_SW && type != EV_KEY);
type              106 drivers/input/keyboard/gpio_keys.c 	return (type == EV_KEY) ? KEY_CNT : SW_CNT;
type              118 drivers/input/keyboard/gpio_keys.c 						  int type)
type              120 drivers/input/keyboard/gpio_keys.c 	BUG_ON(type != EV_SW && type != EV_KEY);
type              122 drivers/input/keyboard/gpio_keys.c 	return (type == EV_KEY) ? dev->keybit : dev->swbit;
type              188 drivers/input/keyboard/gpio_keys.c 					  char *buf, unsigned int type,
type              191 drivers/input/keyboard/gpio_keys.c 	int n_events = get_n_events_by_type(type);
type              203 drivers/input/keyboard/gpio_keys.c 		if (bdata->button->type != type)
type              232 drivers/input/keyboard/gpio_keys.c 					   const char *buf, unsigned int type)
type              234 drivers/input/keyboard/gpio_keys.c 	int n_events = get_n_events_by_type(type);
type              235 drivers/input/keyboard/gpio_keys.c 	const unsigned long *bitmap = get_bm_events_by_type(ddata->input, type);
type              257 drivers/input/keyboard/gpio_keys.c 		if (bdata->button->type != type)
type              272 drivers/input/keyboard/gpio_keys.c 		if (bdata->button->type != type)
type              288 drivers/input/keyboard/gpio_keys.c #define ATTR_SHOW_FN(name, type, only_disabled)				\
type              297 drivers/input/keyboard/gpio_keys.c 					  type, only_disabled);		\
type              314 drivers/input/keyboard/gpio_keys.c #define ATTR_STORE_FN(name, type)					\
type              324 drivers/input/keyboard/gpio_keys.c 	error = gpio_keys_attr_store_helper(ddata, buf, type);		\
type              360 drivers/input/keyboard/gpio_keys.c 	unsigned int type = button->type ?: EV_KEY;
type              370 drivers/input/keyboard/gpio_keys.c 	if (type == EV_ABS) {
type              372 drivers/input/keyboard/gpio_keys.c 			input_event(input, type, button->code, button->value);
type              374 drivers/input/keyboard/gpio_keys.c 		input_event(input, type, *bdata->code, state);
type              401 drivers/input/keyboard/gpio_keys.c 		    (button->type == 0 || button->type == EV_KEY)) {
type              595 drivers/input/keyboard/gpio_keys.c 		if (button->type && button->type != EV_KEY) {
type              614 drivers/input/keyboard/gpio_keys.c 	input_set_capability(input, button->type ?: EV_KEY, *bdata->code);
type              734 drivers/input/keyboard/gpio_keys.c 					     &button->type))
type              735 drivers/input/keyboard/gpio_keys.c 			button->type = EV_KEY;
type               51 drivers/input/keyboard/gpio_keys_polled.c 	unsigned int type = button->type ?: EV_KEY;
type               53 drivers/input/keyboard/gpio_keys_polled.c 	if (type == EV_REL) {
type               55 drivers/input/keyboard/gpio_keys_polled.c 			input_event(input, type, button->code, button->value);
type               58 drivers/input/keyboard/gpio_keys_polled.c 	} else if (type == EV_ABS) {
type               60 drivers/input/keyboard/gpio_keys_polled.c 			input_event(input, type, button->code, button->value);
type               64 drivers/input/keyboard/gpio_keys_polled.c 		input_event(input, type, button->code, state);
type              181 drivers/input/keyboard/gpio_keys_polled.c 					     &button->type))
type              182 drivers/input/keyboard/gpio_keys_polled.c 			button->type = EV_KEY;
type              211 drivers/input/keyboard/gpio_keys_polled.c 		if (button->type != EV_ABS || button->code != code)
type              287 drivers/input/keyboard/gpio_keys_polled.c 		unsigned int type = button->type ?: EV_KEY;
type              348 drivers/input/keyboard/gpio_keys_polled.c 		input_set_capability(input, type, button->code);
type              349 drivers/input/keyboard/gpio_keys_polled.c 		if (type == EV_ABS)
type              564 drivers/input/keyboard/hil_kbd.c 		.type = SERIO_HIL_MLC,
type              273 drivers/input/keyboard/lkkbd.c 	char type;
type              530 drivers/input/keyboard/lkkbd.c 			unsigned int type, unsigned int code, int value)
type              534 drivers/input/keyboard/lkkbd.c 	switch (type) {
type              556 drivers/input/keyboard/lkkbd.c 			__func__, type, code, value);
type              700 drivers/input/keyboard/lkkbd.c 		.type	= SERIO_RS232,
type              131 drivers/input/keyboard/newtonkbd.c 		.type	= SERIO_RS232,
type               71 drivers/input/keyboard/samsung-keypad.c 	enum samsung_keypad_type type;
type               86 drivers/input/keyboard/samsung-keypad.c 		if (keypad->type == KEYPAD_TYPE_S5PV210) {
type              387 drivers/input/keyboard/samsung-keypad.c 		keypad->type = of_device_is_compatible(pdev->dev.of_node,
type              390 drivers/input/keyboard/samsung-keypad.c 		keypad->type = platform_get_device_id(pdev)->driver_data;
type              135 drivers/input/keyboard/stowaway.c 		.type	= SERIO_RS232,
type               67 drivers/input/keyboard/sunkbd.c 	char type;
type              138 drivers/input/keyboard/sunkbd.c 			unsigned int type, unsigned int code, int value)
type              142 drivers/input/keyboard/sunkbd.c 	switch (type) {
type              186 drivers/input/keyboard/sunkbd.c 	sunkbd->type = sunkbd->reset;
type              188 drivers/input/keyboard/sunkbd.c 	if (sunkbd->type == 4) {	/* Type 4 keyboard */
type              196 drivers/input/keyboard/sunkbd.c 			sunkbd->type = 5;
type              267 drivers/input/keyboard/sunkbd.c 		 "Sun Type %d keyboard", sunkbd->type);
type              274 drivers/input/keyboard/sunkbd.c 	input_dev->id.product = sunkbd->type;
type              328 drivers/input/keyboard/sunkbd.c 		.type	= SERIO_RS232,
type              334 drivers/input/keyboard/sunkbd.c 		.type	= SERIO_RS232,
type              107 drivers/input/keyboard/tca6416-keypad.c 			unsigned int type = button->type ?: EV_KEY;
type              111 drivers/input/keyboard/tca6416-keypad.c 			input_event(input, type, button->code, !!state);
type              251 drivers/input/keyboard/tca6416-keypad.c 		unsigned int type;
type              254 drivers/input/keyboard/tca6416-keypad.c 		type = (pdata->buttons[i].type) ?: EV_KEY;
type              255 drivers/input/keyboard/tca6416-keypad.c 		input_set_capability(input, type, pdata->buttons[i].code);
type               79 drivers/input/keyboard/tegra-kbc.c 	enum tegra_pin_type type;
type              338 drivers/input/keyboard/tegra-kbc.c 		switch (kbc->pin_cfg[i].type) {
type              455 drivers/input/keyboard/tegra-kbc.c 		switch (pin_cfg->type) {
type              481 drivers/input/keyboard/tegra-kbc.c 				pin_cfg->type, pin_cfg->num);
type              551 drivers/input/keyboard/tegra-kbc.c 		kbc->pin_cfg[i].type = PIN_CFG_IGNORE;
type              568 drivers/input/keyboard/tegra-kbc.c 		kbc->pin_cfg[rows_cfg[i]].type = PIN_CFG_ROW;
type              573 drivers/input/keyboard/tegra-kbc.c 		kbc->pin_cfg[cols_cfg[i]].type = PIN_CFG_COL;
type              134 drivers/input/keyboard/xtkbd.c 		.type	= SERIO_XT,
type              605 drivers/input/misc/cm109.c static int cm109_input_ev(struct input_dev *idev, unsigned int type,
type              611 drivers/input/misc/cm109.c 		"input_ev: type=%u code=%u value=%d\n", type, code, value);
type              613 drivers/input/misc/cm109.c 	if (type != EV_SND)
type               35 drivers/input/misc/gpio-beeper.c static int gpio_beeper_event(struct input_dev *dev, unsigned int type,
type               40 drivers/input/misc/gpio-beeper.c 	if (type != EV_SND || code != SND_BELL)
type               49 drivers/input/misc/ixp4xx-beeper.c static int ixp4xx_spkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value)
type               54 drivers/input/misc/ixp4xx-beeper.c 	if (type != EV_SND)
type               25 drivers/input/misc/m68kspkr.c static int m68kspkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value)
type               29 drivers/input/misc/m68kspkr.c 	if (type != EV_SND)
type               51 drivers/input/misc/max77650-onkey.c 	unsigned int type;
type               70 drivers/input/misc/max77650-onkey.c 		type = EV_SW;
type               73 drivers/input/misc/max77650-onkey.c 		type = EV_KEY;
type               96 drivers/input/misc/max77650-onkey.c 	input_set_capability(onkey->input, type, onkey->code);
type               61 drivers/input/misc/max77693-haptic.c 	enum max77693_haptic_motor_type type;
type              112 drivers/input/misc/max77693-haptic.c 		value = ((haptic->type << MAX77693_CONFIG2_MODE) |
type              119 drivers/input/misc/max77693-haptic.c 		value = (haptic->type << MCONFIG_MODE_SHIFT) |
type              305 drivers/input/misc/max77693-haptic.c 	haptic->type = MAX77693_HAPTIC_LRA;
type               48 drivers/input/misc/max8997_haptic.c 	enum max8997_haptic_motor_type type;
type              101 drivers/input/misc/max8997_haptic.c 	value = chip->type << MAX8997_MOTOR_TYPE_SHIFT |
type              272 drivers/input/misc/max8997_haptic.c 	chip->type = haptic_pdata->type;
type               23 drivers/input/misc/pcspkr.c static int pcspkr_event(struct input_dev *dev, unsigned int type,
type               29 drivers/input/misc/pcspkr.c 	if (type != EV_SND)
type              253 drivers/input/misc/powermate.c static int powermate_input_event(struct input_dev *dev, unsigned int type, unsigned int code, int _value)
type              258 drivers/input/misc/powermate.c 	if (type == EV_MSC && code == MSC_PULSELED){
type               81 drivers/input/misc/pwm-beeper.c 			    unsigned int type, unsigned int code, int value)
type               85 drivers/input/misc/pwm-beeper.c 	if (type != EV_SND || value < 0)
type              110 drivers/input/misc/soc_button_array.c 		gpio_keys[n_buttons].type = info->event_type;
type              150 drivers/input/misc/soc_button_array.c 	if (obj->type != ACPI_TYPE_INTEGER)
type              164 drivers/input/misc/soc_button_array.c 	if (desc->type != ACPI_TYPE_PACKAGE ||
type              248 drivers/input/misc/soc_button_array.c 		if (uuid->type != ACPI_TYPE_BUFFER ||
type              250 drivers/input/misc/soc_button_array.c 		    desc->package.elements[i + 1].type != ACPI_TYPE_PACKAGE) {
type              268 drivers/input/misc/soc_button_array.c 	if (el0->type == ACPI_TYPE_PACKAGE &&
type               33 drivers/input/misc/sparcspkr.c 	int (*event)(struct input_dev *dev, unsigned int type, unsigned int code, int value);
type               66 drivers/input/misc/sparcspkr.c static int bbc_spkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value)
type               73 drivers/input/misc/sparcspkr.c 	if (type != EV_SND)
type              104 drivers/input/misc/sparcspkr.c static int grover_spkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value)
type              111 drivers/input/misc/sparcspkr.c 	if (type != EV_SND)
type               72 drivers/input/misc/uinput.c 			    unsigned int type, unsigned int code, int value)
type               82 drivers/input/misc/uinput.c 		.type = type,
type              248 drivers/input/misc/uinput.c 	if (effect->type == FF_PERIODIC &&
type              591 drivers/input/misc/uinput.c 		input_event(udev->dev, ev.type, ev.code, ev.value);
type              233 drivers/input/misc/wistron_btns.c 	for (key = keymap; key->type != KE_END; key++) {
type              234 drivers/input/misc/wistron_btns.c 		if (key->type == KE_WIFI)
type              236 drivers/input/misc/wistron_btns.c 		else if (key->type == KE_BLUETOOTH)
type              990 drivers/input/misc/wistron_btns.c 	for (key = keymap; key->type != KE_END; key++)
type             1120 drivers/input/misc/wistron_btns.c 		switch (key->type) {
type             1181 drivers/input/misc/wistron_btns.c 	switch (entry->type) {
type             1186 drivers/input/misc/wistron_btns.c 			entry->type = KE_KEY;
type             1193 drivers/input/misc/wistron_btns.c 			entry->type = KE_KEY;
type              162 drivers/input/misc/xen-kbdfront.c 	switch (event->type) {
type               62 drivers/input/misc/yealink.c 	{ .type	= (t),							\
type               67 drivers/input/misc/yealink.c 	{ .type	= (t),							\
type               71 drivers/input/misc/yealink.c 	char	type;
type              141 drivers/input/misc/yealink.c 	if (lcdMap[el].type == '.') {
type              594 drivers/input/misc/yealink.c 		*buf++ = lcdMap[i].type;
type              689 drivers/input/misc/yealink.c 		if (lcdMap[i].type != '.')
type              714 drivers/input/misc/yealink.c 		if (lcdMap[i].type != '.')
type              300 drivers/input/mouse/bcm5974.c #define DATAFORMAT(type)				\
type              301 drivers/input/mouse/bcm5974.c 	type,						\
type              302 drivers/input/mouse/bcm5974.c 	HEADER_##type,					\
type              303 drivers/input/mouse/bcm5974.c 	HEADER_##type + (MAX_FINGERS) * (FSIZE_##type),	\
type              304 drivers/input/mouse/bcm5974.c 	BUTTON_##type,					\
type              305 drivers/input/mouse/bcm5974.c 	FSIZE_##type,					\
type              306 drivers/input/mouse/bcm5974.c 	DELTA_##type,					\
type              307 drivers/input/mouse/bcm5974.c 	USBMSG_##type
type              160 drivers/input/mouse/psmouse-base.c 	switch (psmouse->protocol->type) {
type              397 drivers/input/mouse/psmouse-base.c 		    (psmouse->protocol->type == PSMOUSE_HGPK &&
type              727 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_PS2,
type              737 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_PS2PP,
type              744 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_THINKPS,
type              751 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_CYPRESS,
type              759 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_GENPS,
type              765 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_IMPS,
type              774 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_IMEX,
type              784 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_SYNAPTICS,
type              791 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_SYNAPTICS_RELATIVE,
type              800 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_SYNAPTICS_SMBUS,
type              810 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_ALPS,
type              819 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_LIFEBOOK,
type              828 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_TRACKPOINT,
type              837 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_TOUCHKIT_PS2,
type              845 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_HGPK,
type              853 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_ELANTECH,
type              862 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_ELANTECH_SMBUS,
type              872 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_FSP,
type              880 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_CORTRON,
type              887 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_FOCALTECH,
type              896 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_VMMOUSE,
type              905 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_BYD,
type              913 drivers/input/mouse/psmouse-base.c 		.type		= PSMOUSE_AUTO,
type              920 drivers/input/mouse/psmouse-base.c static const struct psmouse_protocol *__psmouse_protocol_by_type(enum psmouse_type type)
type              925 drivers/input/mouse/psmouse-base.c 		if (psmouse_protocols[i].type == type)
type              931 drivers/input/mouse/psmouse-base.c static const struct psmouse_protocol *psmouse_protocol_by_type(enum psmouse_type type)
type              935 drivers/input/mouse/psmouse-base.c 	proto = __psmouse_protocol_by_type(type);
type             1001 drivers/input/mouse/psmouse-base.c 	if (psmouse->ps2dev.serio->id.type == SERIO_PS_PSTHRU &&
type             1013 drivers/input/mouse/psmouse-base.c 				 enum psmouse_type type,
type             1019 drivers/input/mouse/psmouse-base.c 	proto = __psmouse_protocol_by_type(type);
type             1348 drivers/input/mouse/psmouse-base.c 	if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) {
type             1438 drivers/input/mouse/psmouse-base.c 	if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) {
type             1495 drivers/input/mouse/psmouse-base.c 	if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) {
type             1527 drivers/input/mouse/psmouse-base.c 	enum psmouse_type type;
type             1542 drivers/input/mouse/psmouse-base.c 		type = psmouse_extensions(psmouse, psmouse_max_proto, true);
type             1543 drivers/input/mouse/psmouse-base.c 		selected_proto = psmouse_protocol_by_type(type);
type             1572 drivers/input/mouse/psmouse-base.c 	input_dev->id.product = psmouse->protocol->type;
type             1594 drivers/input/mouse/psmouse-base.c 	if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) {
type             1618 drivers/input/mouse/psmouse-base.c 	if (serio->id.type == SERIO_PS_PSTHRU)
type             1697 drivers/input/mouse/psmouse-base.c 	enum psmouse_type type;
type             1712 drivers/input/mouse/psmouse-base.c 	if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) {
type             1728 drivers/input/mouse/psmouse-base.c 		type = psmouse_extensions(psmouse, psmouse_max_proto, false);
type             1729 drivers/input/mouse/psmouse-base.c 		if (psmouse->protocol->type != type)
type             1776 drivers/input/mouse/psmouse-base.c 		.type	= SERIO_8042,
type             1782 drivers/input/mouse/psmouse-base.c 		.type	= SERIO_PS_PSTHRU,
type             1846 drivers/input/mouse/psmouse-base.c 		if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) {
type             1941 drivers/input/mouse/psmouse-base.c 	if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) {
type             2036 drivers/input/mouse/psmouse-base.c 	*((unsigned int *)kp->arg) = proto->type;
type             2043 drivers/input/mouse/psmouse-base.c 	int type = *((unsigned int *)kp->arg);
type             2045 drivers/input/mouse/psmouse-base.c 	return sprintf(buffer, "%s", psmouse_protocol_by_type(type)->name);
type               95 drivers/input/mouse/psmouse-smbus.c 		if (dev->type == &i2c_adapter_type)
type              100 drivers/input/mouse/psmouse-smbus.c 		if (dev->type == &i2c_client_type)
type               78 drivers/input/mouse/psmouse.h 	enum psmouse_type type;
type               34 drivers/input/mouse/sermouse.c 	unsigned char type;
type              115 drivers/input/mouse/sermouse.c 			if ((sermouse->type == SERIO_MS) && !data && !buf[2] && !((buf[0] & 0xf0) ^ buf[1]))
type              127 drivers/input/mouse/sermouse.c 			switch (sermouse->type) {
type              130 drivers/input/mouse/sermouse.c 					sermouse->type = SERIO_MP;
type              159 drivers/input/mouse/sermouse.c 			if (sermouse->type != SERIO_MZPP)
type              202 drivers/input/mouse/sermouse.c 	if (sermouse->type > SERIO_SUN)
type              244 drivers/input/mouse/sermouse.c 	sermouse->type = serio->id.proto;
type              246 drivers/input/mouse/sermouse.c 	input_dev->name = sermouse_protocols[sermouse->type];
type              249 drivers/input/mouse/sermouse.c 	input_dev->id.vendor  = sermouse->type;
type              286 drivers/input/mouse/sermouse.c 		.type	= SERIO_RS232,
type              292 drivers/input/mouse/sermouse.c 		.type	= SERIO_RS232,
type              298 drivers/input/mouse/sermouse.c 		.type	= SERIO_RS232,
type              304 drivers/input/mouse/sermouse.c 		.type	= SERIO_RS232,
type              310 drivers/input/mouse/sermouse.c 		.type	= SERIO_RS232,
type              316 drivers/input/mouse/sermouse.c 		.type	= SERIO_RS232,
type              322 drivers/input/mouse/sermouse.c 		.type	= SERIO_RS232,
type              713 drivers/input/mouse/synaptics.c 	serio->id.type = SERIO_PS_PSTHRU;
type               96 drivers/input/mouse/vsxxxaa.c #define MATCH_PACKET_TYPE(data, type)	\
type               97 drivers/input/mouse/vsxxxaa.c 	(((data) & VSXXXAA_PACKET_MASK) == (type))
type              109 drivers/input/mouse/vsxxxaa.c 	unsigned char type;
type              139 drivers/input/mouse/vsxxxaa.c 	switch (mouse->type) {
type              153 drivers/input/mouse/vsxxxaa.c 			 mouse->type);
type              191 drivers/input/mouse/vsxxxaa.c 					     unsigned char type, size_t len)
type              193 drivers/input/mouse/vsxxxaa.c 	return mouse->count >= len && MATCH_PACKET_TYPE(mouse->buf[0], type);
type              331 drivers/input/mouse/vsxxxaa.c 	mouse->type = buf[1] & 0x0f;
type              517 drivers/input/mouse/vsxxxaa.c 		.type	= SERIO_RS232,
type              347 drivers/input/mousedev.c 			   unsigned int type, unsigned int code, int value)
type              351 drivers/input/mousedev.c 	switch (type) {
type               29 drivers/input/rmi4/rmi_2d_sensor.c 	if (obj->type == RMI_2D_OBJECT_NONE)
type               80 drivers/input/rmi4/rmi_2d_sensor.c 				   obj->type != RMI_2D_OBJECT_NONE);
type               82 drivers/input/rmi4/rmi_2d_sensor.c 	if (obj->type != RMI_2D_OBJECT_NONE) {
type               93 drivers/input/rmi4/rmi_2d_sensor.c 		if (obj->type == RMI_2D_OBJECT_STYLUS) {
type              107 drivers/input/rmi4/rmi_2d_sensor.c 			__func__, slot, obj->type, obj->x, obj->y, obj->z,
type               19 drivers/input/rmi4/rmi_2d_sensor.h 	enum rmi_2d_sensor_object_type type;
type               64 drivers/input/rmi4/rmi_bus.c 	return dev->type == &rmi_device_type;
type               92 drivers/input/rmi4/rmi_bus.c 	rmi_dev->dev.type = &rmi_device_type;
type              143 drivers/input/rmi4/rmi_bus.c 	return dev->type == &rmi_function_type;
type              249 drivers/input/rmi4/rmi_bus.c 	fn->dev.type = &rmi_function_type;
type              178 drivers/input/rmi4/rmi_f03.c 	serio->id.type = SERIO_PS_PSTHRU;
type              546 drivers/input/rmi4/rmi_f11.c 		obj->type = RMI_2D_OBJECT_FINGER;
type              549 drivers/input/rmi4/rmi_f11.c 		obj->type = RMI_2D_OBJECT_NONE;
type              156 drivers/input/rmi4/rmi_f12.c 		obj->type = RMI_2D_OBJECT_NONE;
type              161 drivers/input/rmi4/rmi_f12.c 			obj->type = RMI_2D_OBJECT_FINGER;
type              164 drivers/input/rmi4/rmi_f12.c 			obj->type = RMI_2D_OBJECT_STYLUS;
type              168 drivers/input/rmi4/rmi_f12.c 			obj->type = RMI_2D_OBJECT_PALM;
type              172 drivers/input/rmi4/rmi_f12.c 			obj->type = RMI_2D_OBJECT_UNCLASSIFIED;
type              360 drivers/input/rmi4/rmi_f54.c 	.type = V4L2_BUF_TYPE_VIDEO_CAPTURE,
type              392 drivers/input/rmi4/rmi_f54.c 	i->type = V4L2_INPUT_TYPE_TOUCH;
type              458 drivers/input/rmi4/rmi_f54.c 	if (fmt->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              472 drivers/input/rmi4/rmi_f54.c 	if (a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              109 drivers/input/serio/altera_ps2.c 	serio->id.type		= SERIO_8042;
type              125 drivers/input/serio/ambakmi.c 	io->id.type	= SERIO_8042;
type              159 drivers/input/serio/ams_delta_serio.c 	serio->id.type = SERIO_8042;
type              175 drivers/input/serio/apbps2.c 	priv->io->id.type = SERIO_8042;
type              162 drivers/input/serio/arc_ps2.c 	io->id.type = SERIO_8042;
type              168 drivers/input/serio/ct82c710.c 	ct82c710_port->id.type = SERIO_8042;
type              361 drivers/input/serio/gscps2.c 	serio->id.type		= SERIO_8042;
type              894 drivers/input/serio/hil_mlc.c 	.type = SERIO_HIL_MLC,
type               38 drivers/input/serio/hyperv-keyboard.c 	__le32 type;
type              106 drivers/input/serio/hyperv-keyboard.c 	u32 msg_type = __le32_to_cpu(msg->header.type);
type              190 drivers/input/serio/hyperv-keyboard.c 	switch (desc->type) {
type              222 drivers/input/serio/hyperv-keyboard.c 				desc->type, req_id, msg_sz);
type              233 drivers/input/serio/hyperv-keyboard.c 			desc->type, req_id, bytes_recvd);
type              264 drivers/input/serio/hyperv-keyboard.c 	request->header.type = __cpu_to_le32(SYNTH_KBD_PROTOCOL_REQUEST);
type              333 drivers/input/serio/hyperv-keyboard.c 	hv_serio->id.type = SERIO_8042_XL;
type             1326 drivers/input/serio/i8042.c 	serio->id.type		= i8042_direct ? SERIO_8042 : SERIO_8042_XL;
type             1355 drivers/input/serio/i8042.c 	serio->id.type		= SERIO_8042;
type              122 drivers/input/serio/maceps2.c 		serio->id.type		= SERIO_8042;
type              196 drivers/input/serio/olpc_apsp.c 	kb_serio->id.type	= SERIO_8042_XL;
type              213 drivers/input/serio/olpc_apsp.c 	pad_serio->id.type	= SERIO_8042;
type              170 drivers/input/serio/parkbd.c 		serio->id.type = parkbd_mode;
type              148 drivers/input/serio/pcips2.c 	serio->id.type		= SERIO_8042;
type              387 drivers/input/serio/ps2-gpio.c 	serio->id.type = SERIO_8042;
type               54 drivers/input/serio/ps2mult.c 		.type	= SERIO_RS232,
type              137 drivers/input/serio/ps2mult.c 	serio->id.type = SERIO_8042;
type              124 drivers/input/serio/q40kbd.c 	port->id.type = SERIO_8042;
type              125 drivers/input/serio/rpckbd.c 	serio->id.type		= SERIO_8042;
type              266 drivers/input/serio/sa1111ps2.c 	serio->id.type		= SERIO_8042;
type               75 drivers/input/serio/serio.c 	while (ids->type || ids->proto) {
type               76 drivers/input/serio/serio.c 		if ((ids->type == SERIO_ANY || ids->type == serio->id.type) &&
type              141 drivers/input/serio/serio.c 	enum serio_event_type type;
type              174 drivers/input/serio/serio.c 					  enum serio_event_type type)
type              188 drivers/input/serio/serio.c 			if (type != e->type)
type              207 drivers/input/serio/serio.c 		switch (event->type) {
type              231 drivers/input/serio/serio.c 		serio_remove_duplicate_events(event->object, event->type);
type              258 drivers/input/serio/serio.c 			if (event->type == event_type)
type              279 drivers/input/serio/serio.c 	event->type = event_type;
type              327 drivers/input/serio/serio.c 		if (event->type == SERIO_REGISTER_PORT) {
type              355 drivers/input/serio/serio.c 			serio->id.type, serio->id.proto, serio->id.id, serio->id.extra);
type              361 drivers/input/serio/serio.c 	return sprintf(buf, "%02x\n", serio->id.type);
type              443 drivers/input/serio/serio.c static DEVICE_ATTR_RO(type);
type              911 drivers/input/serio/serio.c 	SERIO_ADD_UEVENT_VAR("SERIO_TYPE=%02x", serio->id.type);
type              917 drivers/input/serio/serio.c 				serio->id.type, serio->id.proto, serio->id.id, serio->id.extra);
type              412 drivers/input/serio/serio_raw.c 		.type	= SERIO_8042,
type              418 drivers/input/serio/serio_raw.c 		.type	= SERIO_8042_XL,
type              174 drivers/input/serio/serport.c 	serio->id.type = SERIO_RS232;
type              194 drivers/input/serio/serport.c static void serport_set_type(struct tty_struct *tty, unsigned long type)
type              198 drivers/input/serio/serport.c 	serport->id.proto = type & 0x000000ff;
type              199 drivers/input/serio/serport.c 	serport->id.id    = (type & 0x0000ff00) >> 8;
type              200 drivers/input/serio/serport.c 	serport->id.extra = (type & 0x00ff0000) >> 16;
type              211 drivers/input/serio/serport.c 		unsigned long type;
type              213 drivers/input/serio/serport.c 		if (get_user(type, (unsigned long __user *) arg))
type              216 drivers/input/serio/serport.c 		serport_set_type(tty, type);
type              254 drivers/input/serio/sun4i-ps2.c 	serio->id.type = SERIO_8042;
type              198 drivers/input/serio/userio.c 	switch (cmd.type) {
type              200 drivers/input/serio/userio.c 		if (!userio->serio->id.type) {
type              227 drivers/input/serio/userio.c 		userio->serio->id.type = cmd.data;
type              299 drivers/input/serio/xilinx_ps2.c 	serio->id.type = SERIO_8042;
type               28 drivers/input/sparse-keymap.c 	for (key = dev->keycode; key->type != KE_END; key++) {
type               29 drivers/input/sparse-keymap.c 		if (key->type == KE_KEY) {
type               45 drivers/input/sparse-keymap.c 	for (key = dev->keycode; key->type != KE_END; key++)
type               46 drivers/input/sparse-keymap.c 		if (key->type == KE_KEY)
type               66 drivers/input/sparse-keymap.c 	for (key = dev->keycode; key->type != KE_END; key++)
type               87 drivers/input/sparse-keymap.c 	for (key = dev->keycode; key->type != KE_END; key++)
type               88 drivers/input/sparse-keymap.c 		if (key->type == KE_KEY && keycode == key->keycode)
type              118 drivers/input/sparse-keymap.c 		if (key && key->type == KE_KEY) {
type              140 drivers/input/sparse-keymap.c 		if (key && key->type == KE_KEY) {
type              176 drivers/input/sparse-keymap.c 	for (e = keymap; e->type != KE_END; e++)
type              193 drivers/input/sparse-keymap.c 		switch (entry->type) {
type              237 drivers/input/sparse-keymap.c 	switch (ke->type) {
type              286 drivers/input/sparse-keymap.c 	unknown_ke.type = KE_KEY;
type              210 drivers/input/tablet/gtco.c 	__u8   type;
type              261 drivers/input/tablet/gtco.c 		type = PREF_TYPE(prefix);
type              262 drivers/input/tablet/gtco.c 		switch (type) {
type               66 drivers/input/tablet/hanwang.c 	enum hanwang_tablet_type type;
type              112 drivers/input/tablet/hanwang.c 	enum hanwang_tablet_type type = hanwang->features->type;
type              116 drivers/input/tablet/hanwang.c 	if (type == HANWANG_ART_MASTER_II) {
type              125 drivers/input/tablet/hanwang.c 			if (type != HANWANG_ART_MASTER_II) {
type              133 drivers/input/tablet/hanwang.c 			if (type == HANWANG_ART_MASTER_II) {
type              163 drivers/input/tablet/hanwang.c 			switch (type) {
type              189 drivers/input/tablet/hanwang.c 			if (type != HANWANG_ART_MASTER_II)
type              207 drivers/input/tablet/hanwang.c 		switch (type) {
type              596 drivers/input/tablet/wacom_serial4.c 		.type	= SERIO_RS232,
type              231 drivers/input/touchscreen/atmel_mxt_ts.c 	u8 type;
type              356 drivers/input/touchscreen/atmel_mxt_ts.c static bool mxt_object_readable(unsigned int type)
type              358 drivers/input/touchscreen/atmel_mxt_ts.c 	switch (type) {
type              694 drivers/input/touchscreen/atmel_mxt_ts.c mxt_get_object(struct mxt_data *data, u8 type)
type              701 drivers/input/touchscreen/atmel_mxt_ts.c 		if (object->type == type)
type              705 drivers/input/touchscreen/atmel_mxt_ts.c 	dev_warn(&data->client->dev, "Invalid object type T%u\n", type);
type              743 drivers/input/touchscreen/atmel_mxt_ts.c 				 u8 type, u8 offset, u8 val)
type              748 drivers/input/touchscreen/atmel_mxt_ts.c 	object = mxt_get_object(data, type);
type              854 drivers/input/touchscreen/atmel_mxt_ts.c 	u8 type = 0;
type              874 drivers/input/touchscreen/atmel_mxt_ts.c 		type = (status & MXT_T100_TYPE_MASK) >> 4;
type              876 drivers/input/touchscreen/atmel_mxt_ts.c 		switch (type) {
type              930 drivers/input/touchscreen/atmel_mxt_ts.c 	if (!pressure && type != MXT_T100_TYPE_HOVERING_FINGER)
type              937 drivers/input/touchscreen/atmel_mxt_ts.c 			id, type, x, y, major, pressure, orientation);
type             1290 drivers/input/touchscreen/atmel_mxt_ts.c 	unsigned int type, instance, size, byte_offset;
type             1300 drivers/input/touchscreen/atmel_mxt_ts.c 			     &type, &instance, &size, &offset);
type             1310 drivers/input/touchscreen/atmel_mxt_ts.c 		object = mxt_get_object(data, type);
type             1318 drivers/input/touchscreen/atmel_mxt_ts.c 						type, i);
type             1333 drivers/input/touchscreen/atmel_mxt_ts.c 				 size - mxt_obj_size(object), type);
type             1345 drivers/input/touchscreen/atmel_mxt_ts.c 				 mxt_obj_size(object) - size, type);
type             1361 drivers/input/touchscreen/atmel_mxt_ts.c 					type, i);
type             1375 drivers/input/touchscreen/atmel_mxt_ts.c 					reg, object->type, byte_offset);
type             1644 drivers/input/touchscreen/atmel_mxt_ts.c 			object->type, object->start_address,
type             1648 drivers/input/touchscreen/atmel_mxt_ts.c 		switch (object->type) {
type             2394 drivers/input/touchscreen/atmel_mxt_ts.c 	.type = V4L2_BUF_TYPE_VIDEO_CAPTURE,
type             2421 drivers/input/touchscreen/atmel_mxt_ts.c 	i->type = V4L2_INPUT_TYPE_TOUCH;
type             2478 drivers/input/touchscreen/atmel_mxt_ts.c 	f->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             2487 drivers/input/touchscreen/atmel_mxt_ts.c 	if (fmt->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             2509 drivers/input/touchscreen/atmel_mxt_ts.c 	if (a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             2723 drivers/input/touchscreen/atmel_mxt_ts.c 		if (!mxt_object_readable(object->type))
type             2727 drivers/input/touchscreen/atmel_mxt_ts.c 				"T%u:\n", object->type);
type              380 drivers/input/touchscreen/chipone_icn8505.c 		if (obj->type == ACPI_TYPE_STRING)
type              164 drivers/input/touchscreen/dynapro.c 		.type	= SERIO_RS232,
type              178 drivers/input/touchscreen/edt-ft5x06.c 	int i, type, x, y, id;
type              233 drivers/input/touchscreen/edt-ft5x06.c 		type = buf[0] >> 6;
type              235 drivers/input/touchscreen/edt-ft5x06.c 		if (type == TOUCH_EVENT_RESERVED)
type              239 drivers/input/touchscreen/edt-ft5x06.c 		if (tsdata->version == EDT_M06 && type == TOUCH_EVENT_DOWN)
type              252 drivers/input/touchscreen/edt-ft5x06.c 					       type != TOUCH_EVENT_UP))
type              166 drivers/input/touchscreen/egalax_ts_serial.c 		.type	= SERIO_RS232,
type              383 drivers/input/touchscreen/elo.c 		.type	= SERIO_RS232,
type              152 drivers/input/touchscreen/fujitsu_ts.c 		.type	= SERIO_RS232,
type              151 drivers/input/touchscreen/gunze.c 		.type	= SERIO_RS232,
type              163 drivers/input/touchscreen/hampshire.c 		.type	= SERIO_RS232,
type               96 drivers/input/touchscreen/hideep.c 	u8 type;
type              690 drivers/input/touchscreen/hideep.c #define __GET_MT_TOOL_TYPE(type) ((type) == 0x01 ? MT_TOOL_FINGER : MT_TOOL_PEN)
type              697 drivers/input/touchscreen/hideep.c 				   __GET_MT_TOOL_TYPE(event->type),
type              165 drivers/input/touchscreen/inexio.c 		.type	= SERIO_RS232,
type              118 drivers/input/touchscreen/iqs5xx.c 	char type[2];
type              545 drivers/input/touchscreen/melfas_mip4.c 	u8 type;
type              550 drivers/input/touchscreen/melfas_mip4.c 		type = (packet[0] & 0x40) >> 6;
type              554 drivers/input/touchscreen/melfas_mip4.c 		type = (packet[0] & 0xF0) >> 4;
type              562 drivers/input/touchscreen/melfas_mip4.c 	dev_dbg(&ts->client->dev, "Type: %d\n", type);
type              565 drivers/input/touchscreen/melfas_mip4.c 	switch (type) {
type              575 drivers/input/touchscreen/melfas_mip4.c 		dev_err(&ts->client->dev, "Unknown event type: %d\n", type);
type               65 drivers/input/touchscreen/mms114.c 	enum mms_type		type;
type               74 drivers/input/touchscreen/mms114.c 	u8 id:4, reserved_bit4:1, type:2, pressed:1;
type              166 drivers/input/touchscreen/mms114.c 	if (touch->type != MMS114_TYPE_TOUCHSCREEN) {
type              167 drivers/input/touchscreen/mms114.c 		dev_err(&client->dev, "Wrong touch type (%d)\n", touch->type);
type              177 drivers/input/touchscreen/mms114.c 		id, touch->type, touch->pressed,
type              252 drivers/input/touchscreen/mms114.c 	switch (data->type) {
type              291 drivers/input/touchscreen/mms114.c 	if (data->type == TYPE_MMS152)
type              452 drivers/input/touchscreen/mms114.c 	data->type = (enum mms_type)match_data;
type              474 drivers/input/touchscreen/mms114.c 	if (data->type == TYPE_MMS114) {
type              490 drivers/input/touchscreen/mms114.c 					 data->type);
type              179 drivers/input/touchscreen/mtouch.c 		.type	= SERIO_RS232,
type              294 drivers/input/touchscreen/penmount.c 		.type	= SERIO_RS232,
type               44 drivers/input/touchscreen/sur40.c 	__le16 type;       /* always 0x0001 */
type               59 drivers/input/touchscreen/sur40.c 	u8 type;           /* bitmask (0x01 blob,  0x02 touch, 0x04 tag) */
type              417 drivers/input/touchscreen/sur40.c 	if (blob->type != SUR40_TOUCH)
type              940 drivers/input/touchscreen/sur40.c 	i->type = V4L2_INPUT_TYPE_TOUCH;
type             1030 drivers/input/touchscreen/sur40.c 	if (p->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1060 drivers/input/touchscreen/sur40.c 	f->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type             1077 drivers/input/touchscreen/sur40.c 	f->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type             1102 drivers/input/touchscreen/sur40.c 	.type = V4L2_BUF_TYPE_VIDEO_CAPTURE,
type              193 drivers/input/touchscreen/touchit213.c 		.type	= SERIO_RS232,
type              153 drivers/input/touchscreen/touchright.c 		.type	= SERIO_RS232,
type              160 drivers/input/touchscreen/touchwin.c 		.type	= SERIO_RS232,
type               18 drivers/input/touchscreen/tsc2007_iio.c 	.type = _type, \
type              146 drivers/input/touchscreen/tsc40.c 		.type   = SERIO_RS232,
type               97 drivers/input/touchscreen/usbtouchscreen.c 	struct usbtouch_device_info *type;
type             1066 drivers/input/touchscreen/usbtouchscreen.c 	if (!usbtouch->type->max_xc) {
type             1067 drivers/input/touchscreen/usbtouchscreen.c 		usbtouch->type->max_xc = 2 * x_len;
type             1069 drivers/input/touchscreen/usbtouchscreen.c 				     0, usbtouch->type->max_xc, 0, 0);
type             1070 drivers/input/touchscreen/usbtouchscreen.c 		usbtouch->type->max_yc = 2 * y_len;
type             1072 drivers/input/touchscreen/usbtouchscreen.c 				     0, usbtouch->type->max_yc, 0, 0);
type             1388 drivers/input/touchscreen/usbtouchscreen.c 	struct usbtouch_device_info *type = usbtouch->type;
type             1390 drivers/input/touchscreen/usbtouchscreen.c 	if (!type->read_data(usbtouch, pkt))
type             1402 drivers/input/touchscreen/usbtouchscreen.c 	if (type->max_press)
type             1418 drivers/input/touchscreen/usbtouchscreen.c 		pkt_len = usbtouch->type->get_pkt_len(
type             1430 drivers/input/touchscreen/usbtouchscreen.c 			if (usbtouch->buf_len + append >= usbtouch->type->rept_size)
type             1435 drivers/input/touchscreen/usbtouchscreen.c 			pkt_len = usbtouch->type->get_pkt_len(
type             1443 drivers/input/touchscreen/usbtouchscreen.c 		if (usbtouch->buf_len + tmp >= usbtouch->type->rept_size)
type             1459 drivers/input/touchscreen/usbtouchscreen.c 		pkt_len = usbtouch->type->get_pkt_len(buffer + pos,
type             1517 drivers/input/touchscreen/usbtouchscreen.c 	usbtouch->type->process_pkt(usbtouch, usbtouch->data, urb->actual_length);
type             1539 drivers/input/touchscreen/usbtouchscreen.c 	if (!usbtouch->type->irq_always) {
type             1561 drivers/input/touchscreen/usbtouchscreen.c 	if (!usbtouch->type->irq_always)
type             1588 drivers/input/touchscreen/usbtouchscreen.c 	if (usbtouch->is_open || usbtouch->type->irq_always)
type             1601 drivers/input/touchscreen/usbtouchscreen.c 	if (usbtouch->type->init) {
type             1602 drivers/input/touchscreen/usbtouchscreen.c 		err = usbtouch->type->init(usbtouch);
type             1647 drivers/input/touchscreen/usbtouchscreen.c 	struct usbtouch_device_info *type;
type             1665 drivers/input/touchscreen/usbtouchscreen.c 	type = &usbtouch_dev_info[id->driver_info];
type             1666 drivers/input/touchscreen/usbtouchscreen.c 	usbtouch->type = type;
type             1667 drivers/input/touchscreen/usbtouchscreen.c 	if (!type->process_pkt)
type             1668 drivers/input/touchscreen/usbtouchscreen.c 		type->process_pkt = usbtouch_process_pkt;
type             1670 drivers/input/touchscreen/usbtouchscreen.c 	usbtouch->data_size = type->rept_size;
type             1671 drivers/input/touchscreen/usbtouchscreen.c 	if (type->get_pkt_len) {
type             1688 drivers/input/touchscreen/usbtouchscreen.c 	if (type->get_pkt_len) {
type             1689 drivers/input/touchscreen/usbtouchscreen.c 		usbtouch->buffer = kmalloc(type->rept_size, GFP_KERNEL);
type             1734 drivers/input/touchscreen/usbtouchscreen.c 	input_set_abs_params(input_dev, ABS_X, type->min_xc, type->max_xc, 0, 0);
type             1735 drivers/input/touchscreen/usbtouchscreen.c 	input_set_abs_params(input_dev, ABS_Y, type->min_yc, type->max_yc, 0, 0);
type             1736 drivers/input/touchscreen/usbtouchscreen.c 	if (type->max_press)
type             1737 drivers/input/touchscreen/usbtouchscreen.c 		input_set_abs_params(input_dev, ABS_PRESSURE, type->min_press,
type             1738 drivers/input/touchscreen/usbtouchscreen.c 		                     type->max_press, 0, 0);
type             1756 drivers/input/touchscreen/usbtouchscreen.c 	if (type->alloc) {
type             1757 drivers/input/touchscreen/usbtouchscreen.c 		err = type->alloc(usbtouch);
type             1767 drivers/input/touchscreen/usbtouchscreen.c 	if (type->init) {
type             1768 drivers/input/touchscreen/usbtouchscreen.c 		err = type->init(usbtouch);
type             1787 drivers/input/touchscreen/usbtouchscreen.c 	if (usbtouch->type->irq_always) {
type             1806 drivers/input/touchscreen/usbtouchscreen.c 	if (type->exit)
type             1807 drivers/input/touchscreen/usbtouchscreen.c 		type->exit(usbtouch);
type             1832 drivers/input/touchscreen/usbtouchscreen.c 	if (usbtouch->type->exit)
type             1833 drivers/input/touchscreen/usbtouchscreen.c 		usbtouch->type->exit(usbtouch);
type               95 drivers/input/touchscreen/wacom_w8001.c 	int type;
type              179 drivers/input/touchscreen/wacom_w8001.c 	if (w8001->type != BTN_TOOL_PEN &&
type              180 drivers/input/touchscreen/wacom_w8001.c 			    w8001->type != BTN_TOOL_RUBBER) {
type              181 drivers/input/touchscreen/wacom_w8001.c 		w8001->type = count == 1 ? BTN_TOOL_FINGER : KEY_RESERVED;
type              228 drivers/input/touchscreen/wacom_w8001.c 	switch (w8001->type) {
type              237 drivers/input/touchscreen/wacom_w8001.c 			w8001->type = BTN_TOOL_PEN;
type              243 drivers/input/touchscreen/wacom_w8001.c 		w8001->type = coord->f2 ? BTN_TOOL_RUBBER : BTN_TOOL_PEN;
type              256 drivers/input/touchscreen/wacom_w8001.c 	input_report_key(dev, w8001->type, coord->rdy);
type              260 drivers/input/touchscreen/wacom_w8001.c 		w8001->type = KEY_RESERVED;
type              278 drivers/input/touchscreen/wacom_w8001.c 	w8001->type = coord->tsw ? BTN_TOOL_FINGER : KEY_RESERVED;
type              305 drivers/input/touchscreen/wacom_w8001.c 			if (w8001->type != BTN_TOOL_PEN &&
type              306 drivers/input/touchscreen/wacom_w8001.c 			    w8001->type != BTN_TOOL_RUBBER) {
type              688 drivers/input/touchscreen/wacom_w8001.c 		.type	= SERIO_RS232,
type              112 drivers/interconnect/qcom/sdm845.c 	u32 type;
type              561 drivers/iommu/amd_iommu.c 	int type, devid, pasid, flags, tag;
type              567 drivers/iommu/amd_iommu.c 	type    = (event[1] >> EVENT_TYPE_SHIFT)  & EVENT_TYPE_MASK;
type              574 drivers/iommu/amd_iommu.c 	if (type == 0) {
type              584 drivers/iommu/amd_iommu.c 	if (type == EVENT_TYPE_IO_FAULT) {
type              589 drivers/iommu/amd_iommu.c 	switch (type) {
type             2298 drivers/iommu/amd_iommu.c 	if (domain->type == IOMMU_DOMAIN_IDENTITY)
type             2954 drivers/iommu/amd_iommu.c static struct iommu_domain *amd_iommu_domain_alloc(unsigned type)
type             2959 drivers/iommu/amd_iommu.c 	switch (type) {
type             3014 drivers/iommu/amd_iommu.c 	switch (dom->type) {
type             3055 drivers/iommu/amd_iommu.c 	    (dom->type == IOMMU_DOMAIN_UNMANAGED))
type             3086 drivers/iommu/amd_iommu.c 		if (dom->type == IOMMU_DOMAIN_UNMANAGED)
type             3188 drivers/iommu/amd_iommu.c 		int type, prot = 0;
type             3194 drivers/iommu/amd_iommu.c 		type   = IOMMU_RESV_DIRECT;
type             3202 drivers/iommu/amd_iommu.c 			type = IOMMU_RESV_RESERVED;
type             3205 drivers/iommu/amd_iommu.c 						 length, prot, type);
type             4091 drivers/iommu/amd_iommu.c 	switch (info->type) {
type             4136 drivers/iommu/amd_iommu.c 	switch (info->type) {
type             4183 drivers/iommu/amd_iommu.c 	switch (info->type) {
type             4244 drivers/iommu/amd_iommu.c 	if (nr_irqs > 1 && info->type != X86_IRQ_ALLOC_TYPE_MSI &&
type             4245 drivers/iommu/amd_iommu.c 	    info->type != X86_IRQ_ALLOC_TYPE_MSIX)
type             4252 drivers/iommu/amd_iommu.c 	if (info->type == X86_IRQ_ALLOC_TYPE_MSI)
type             4263 drivers/iommu/amd_iommu.c 	if (info->type == X86_IRQ_ALLOC_TYPE_IOAPIC) {
type             4284 drivers/iommu/amd_iommu.c 	} else if (info->type == X86_IRQ_ALLOC_TYPE_MSI ||
type             4285 drivers/iommu/amd_iommu.c 		   info->type == X86_IRQ_ALLOC_TYPE_MSIX) {
type             4286 drivers/iommu/amd_iommu.c 		bool align = (info->type == X86_IRQ_ALLOC_TYPE_MSI);
type                6 drivers/iommu/amd_iommu.h int __init add_special_device(u8 type, u8 id, u16 *devid, bool cmd_line);
type              100 drivers/iommu/amd_iommu_init.c 	u8 type;
type              120 drivers/iommu/amd_iommu_init.c 	u8 type;
type              136 drivers/iommu/amd_iommu_init.c 	u8 type;
type              457 drivers/iommu/amd_iommu_init.c 	switch (h->type) {
type              483 drivers/iommu/amd_iommu_init.c 	u32 type = ((struct ivhd_entry *)ivhd)->type;
type              485 drivers/iommu/amd_iommu_init.c 	if (type < 0x80) {
type              487 drivers/iommu/amd_iommu_init.c 	} else if (type == IVHD_DEV_ACPI_HID) {
type              506 drivers/iommu/amd_iommu_init.c 		pr_err("Unsupported IVHD type %#x\n", h->type);
type              515 drivers/iommu/amd_iommu_init.c 		switch (dev->type) {
type              569 drivers/iommu/amd_iommu_init.c 		if (h->type == amd_iommu_target_ivhd_type) {
type             1006 drivers/iommu/amd_iommu_init.c int __init add_special_device(u8 type, u8 id, u16 *devid, bool cmd_line)
type             1011 drivers/iommu/amd_iommu_init.c 	if (type == IVHD_SPECIAL_IOAPIC)
type             1013 drivers/iommu/amd_iommu_init.c 	else if (type == IVHD_SPECIAL_HPET)
type             1023 drivers/iommu/amd_iommu_init.c 			type == IVHD_SPECIAL_IOAPIC ? "IOAPIC" : "HPET", id);
type             1169 drivers/iommu/amd_iommu_init.c 		pr_err("Unsupported IVHD type %#x\n", h->type);
type             1180 drivers/iommu/amd_iommu_init.c 		switch (e->type) {
type             1297 drivers/iommu/amd_iommu_init.c 			u8 handle, type;
type             1304 drivers/iommu/amd_iommu_init.c 			type   = (e->ext >> 24) & 0xff;
type             1306 drivers/iommu/amd_iommu_init.c 			if (type == IVHD_SPECIAL_IOAPIC)
type             1308 drivers/iommu/amd_iommu_init.c 			else if (type == IVHD_SPECIAL_HPET)
type             1319 drivers/iommu/amd_iommu_init.c 			ret = add_special_device(type, handle, &devid, false);
type             1338 drivers/iommu/amd_iommu_init.c 			if (h->type != 0x40) {
type             1340 drivers/iommu/amd_iommu_init.c 				       e->type);
type             1516 drivers/iommu/amd_iommu_init.c 	switch (h->type) {
type             1601 drivers/iommu/amd_iommu_init.c 	u8 last_type = ivhd->type;
type             1605 drivers/iommu/amd_iommu_init.c 	       (ivhd->type <= ACPI_IVHD_TYPE_MAX_SUPPORTED)) {
type             1609 drivers/iommu/amd_iommu_init.c 			last_type = ivhd->type;
type             2083 drivers/iommu/amd_iommu_init.c 	switch (m->type) {
type             2115 drivers/iommu/amd_iommu_init.c 	switch (m->type) {
type             2075 drivers/iommu/arm-smmu-v3.c static struct iommu_domain *arm_smmu_domain_alloc(unsigned type)
type             2079 drivers/iommu/arm-smmu-v3.c 	if (type != IOMMU_DOMAIN_UNMANAGED &&
type             2080 drivers/iommu/arm-smmu-v3.c 	    type != IOMMU_DOMAIN_DMA &&
type             2081 drivers/iommu/arm-smmu-v3.c 	    type != IOMMU_DOMAIN_IDENTITY)
type             2093 drivers/iommu/arm-smmu-v3.c 	if (type == IOMMU_DOMAIN_DMA &&
type             2214 drivers/iommu/arm-smmu-v3.c 	if (domain->type == IOMMU_DOMAIN_IDENTITY) {
type             2497 drivers/iommu/arm-smmu-v3.c 	if (domain->type == IOMMU_DOMAIN_IDENTITY)
type             2626 drivers/iommu/arm-smmu-v3.c 	switch (domain->type) {
type             2658 drivers/iommu/arm-smmu-v3.c 	switch (domain->type) {
type               78 drivers/iommu/arm-smmu.c 	enum arm_smmu_s2cr_type		type;
type               84 drivers/iommu/arm-smmu.c 	.type = disable_bypass ? S2CR_TYPE_FAULT : S2CR_TYPE_BYPASS,	\
type              643 drivers/iommu/arm-smmu.c 	if (domain->type == IOMMU_DOMAIN_IDENTITY) {
type              829 drivers/iommu/arm-smmu.c 	if (!smmu || domain->type == IOMMU_DOMAIN_IDENTITY)
type              854 drivers/iommu/arm-smmu.c static struct iommu_domain *arm_smmu_domain_alloc(unsigned type)
type              858 drivers/iommu/arm-smmu.c 	if (type != IOMMU_DOMAIN_UNMANAGED &&
type              859 drivers/iommu/arm-smmu.c 	    type != IOMMU_DOMAIN_DMA &&
type              860 drivers/iommu/arm-smmu.c 	    type != IOMMU_DOMAIN_IDENTITY)
type              871 drivers/iommu/arm-smmu.c 	if (type == IOMMU_DOMAIN_DMA && (using_legacy_binding ||
type              909 drivers/iommu/arm-smmu.c 	u32 reg = FIELD_PREP(S2CR_TYPE, s2cr->type) |
type             1089 drivers/iommu/arm-smmu.c 	enum arm_smmu_s2cr_type type;
type             1093 drivers/iommu/arm-smmu.c 		type = S2CR_TYPE_BYPASS;
type             1095 drivers/iommu/arm-smmu.c 		type = S2CR_TYPE_TRANS;
type             1098 drivers/iommu/arm-smmu.c 		if (type == s2cr[idx].type && cbndx == s2cr[idx].cbndx)
type             1101 drivers/iommu/arm-smmu.c 		s2cr[idx].type = type;
type             1274 drivers/iommu/arm-smmu.c 	if (domain->type == IOMMU_DOMAIN_IDENTITY)
type             1448 drivers/iommu/arm-smmu.c 	switch(domain->type) {
type             1480 drivers/iommu/arm-smmu.c 	switch(domain->type) {
type               39 drivers/iommu/dma-iommu.c 	enum iommu_dma_cookie_type	type;
type               54 drivers/iommu/dma-iommu.c 	if (cookie->type == IOMMU_DMA_IOVA_COOKIE)
type               59 drivers/iommu/dma-iommu.c static struct iommu_dma_cookie *cookie_alloc(enum iommu_dma_cookie_type type)
type               66 drivers/iommu/dma-iommu.c 		cookie->type = type;
type              107 drivers/iommu/dma-iommu.c 	if (domain->type != IOMMU_DOMAIN_UNMANAGED)
type              138 drivers/iommu/dma-iommu.c 	if (cookie->type == IOMMU_DMA_IOVA_COOKIE && cookie->iovad.granule)
type              257 drivers/iommu/dma-iommu.c 		if (region->type == IOMMU_RESV_SW_MSI)
type              264 drivers/iommu/dma-iommu.c 		if (region->type == IOMMU_RESV_MSI)
type              309 drivers/iommu/dma-iommu.c 	if (!cookie || cookie->type != IOMMU_DMA_IOVA_COOKIE)
type              391 drivers/iommu/dma-iommu.c 	if (cookie->type == IOMMU_DMA_MSI_COOKIE) {
type              431 drivers/iommu/dma-iommu.c 	if (cookie->type == IOMMU_DMA_MSI_COOKIE)
type             1126 drivers/iommu/dma-iommu.c 	if (domain->type == IOMMU_DOMAIN_DMA) {
type              507 drivers/iommu/dmar.c 	switch (header->type) {
type              577 drivers/iommu/dmar.c 		if (iter->type >= ACPI_DMAR_TYPE_RESERVED) {
type              580 drivers/iommu/dmar.c 				 iter->type);
type              581 drivers/iommu/dmar.c 		} else if (cb->cb[iter->type]) {
type              584 drivers/iommu/dmar.c 			ret = cb->cb[iter->type](iter, cb->arg[iter->type]);
type              589 drivers/iommu/dmar.c 				iter->type);
type              753 drivers/iommu/dmar.c 		if (andd->header.type == ACPI_DMAR_TYPE_NAMESPACE) {
type             1321 drivers/iommu/dmar.c 		      u64 type)
type             1326 drivers/iommu/dmar.c 			| QI_CC_GRAN(type) | QI_CC_TYPE;
type             1335 drivers/iommu/dmar.c 		    unsigned int size_order, u64 type)
type             1349 drivers/iommu/dmar.c 		| QI_IOTLB_GRAN(type) | QI_IOTLB_TYPE;
type             1684 drivers/iommu/dmar.c static int dmar_fault_do_one(struct intel_iommu *iommu, int type,
type             1700 drivers/iommu/dmar.c 		       type ? "DMA Read" : "DMA Write",
type             1735 drivers/iommu/dmar.c 		int type, pasid;
type             1747 drivers/iommu/dmar.c 			type = dma_frcd_type(data);
type             1768 drivers/iommu/dmar.c 			dmar_fault_do_one(iommu, type, fault_reason,
type              201 drivers/iommu/exynos-iommu.c 	unsigned int type;	/* fault type for report_iommu_fault */
type              445 drivers/iommu/exynos-iommu.c 					data->master, fault_addr, finfo->type);
type              733 drivers/iommu/exynos-iommu.c static struct iommu_domain *exynos_iommu_domain_alloc(unsigned type)
type              746 drivers/iommu/exynos-iommu.c 	if (type == IOMMU_DOMAIN_DMA) {
type              749 drivers/iommu/exynos-iommu.c 	} else if (type != IOMMU_DOMAIN_UNMANAGED) {
type              787 drivers/iommu/exynos-iommu.c 	if (type == IOMMU_DOMAIN_DMA)
type              816 drivers/iommu/exynos-iommu.c 	if (iommu_domain->type == IOMMU_DOMAIN_DMA)
type              409 drivers/iommu/fsl_pamu_domain.c static struct iommu_domain *fsl_pamu_domain_alloc(unsigned type)
type              413 drivers/iommu/fsl_pamu_domain.c 	if (type != IOMMU_DOMAIN_UNMANAGED)
type               77 drivers/iommu/hyperv-iommu.c 	if (!info || info->type != X86_IRQ_ALLOC_TYPE_IOAPIC || nr_irqs > 1)
type              184 drivers/iommu/hyperv-iommu.c 	if (info->type == X86_IRQ_ALLOC_TYPE_IOAPIC)
type              602 drivers/iommu/intel-iommu.c 	if (WARN_ON(domain->domain.type != IOMMU_DOMAIN_DMA))
type             1254 drivers/iommu/intel-iommu.c 				  u64 type)
type             1259 drivers/iommu/intel-iommu.c 	switch (type) {
type             1287 drivers/iommu/intel-iommu.c 				u64 addr, unsigned int size_order, u64 type)
type             1293 drivers/iommu/intel-iommu.c 	switch (type) {
type             1336 drivers/iommu/intel-iommu.c 	if (DMA_TLB_IAIG(val) != DMA_TLB_IIRG(type))
type             1338 drivers/iommu/intel-iommu.c 			(unsigned long long)DMA_TLB_IIRG(type),
type             3444 drivers/iommu/intel-iommu.c 		domain->domain.type = IOMMU_DOMAIN_DMA;
type             5163 drivers/iommu/intel-iommu.c static struct iommu_domain *intel_iommu_domain_alloc(unsigned type)
type             5168 drivers/iommu/intel-iommu.c 	switch (type) {
type             5183 drivers/iommu/intel-iommu.c 		if (type == IOMMU_DOMAIN_DMA &&
type             5224 drivers/iommu/intel-iommu.c 			domain->type == IOMMU_DOMAIN_UNMANAGED;
type             5387 drivers/iommu/intel-iommu.c 	if (domain->type == IOMMU_DOMAIN_UNMANAGED &&
type             5605 drivers/iommu/intel-iommu.c 	if (domain->type == IOMMU_DOMAIN_DMA) {
type             5680 drivers/iommu/intel-iommu.c 			enum iommu_resv_type type;
type             5689 drivers/iommu/intel-iommu.c 			type = device_rmrr_is_relaxable(device) ?
type             5693 drivers/iommu/intel-iommu.c 						       length, prot, type);
type              480 drivers/iommu/intel-svm.c 			u64 type:8;
type             1102 drivers/iommu/intel_irq_remapping.c 	switch (info->type) {
type             1128 drivers/iommu/intel_irq_remapping.c 	switch (info->type) {
type             1269 drivers/iommu/intel_irq_remapping.c 	switch (info->type) {
type             1302 drivers/iommu/intel_irq_remapping.c 		if (info->type == X86_IRQ_ALLOC_TYPE_HPET)
type             1356 drivers/iommu/intel_irq_remapping.c 	if (nr_irqs > 1 && info->type != X86_IRQ_ALLOC_TYPE_MSI &&
type             1357 drivers/iommu/intel_irq_remapping.c 	    info->type != X86_IRQ_ALLOC_TYPE_MSIX)
type             1364 drivers/iommu/intel_irq_remapping.c 	if (info->type == X86_IRQ_ALLOC_TYPE_MSI)
type              136 drivers/iommu/io-pgtable-arm-v7s.c #define ARM_V7S_PRRR_TR(n, type)	(((type) & 0x3) << ((n) * 2))
type              204 drivers/iommu/iommu.c 						 unsigned type);
type              299 drivers/iommu/iommu.c 				     new->prot, new->type);
type              306 drivers/iommu/iommu.c 		    (nr->start == iter->start && nr->type <= iter->type))
type              316 drivers/iommu/iommu.c 		if (iter->type != new->type) {
type              323 drivers/iommu/iommu.c 			if (top->type == iter->type)
type              396 drivers/iommu/iommu.c 			       iommu_group_resv_type_string[region->type]);
type              406 drivers/iommu/iommu.c 	char *type = "unknown\n";
type              409 drivers/iommu/iommu.c 		switch (group->default_domain->type) {
type              411 drivers/iommu/iommu.c 			type = "blocked\n";
type              414 drivers/iommu/iommu.c 			type = "identity\n";
type              417 drivers/iommu/iommu.c 			type = "unmanaged\n";
type              420 drivers/iommu/iommu.c 			type = "DMA\n";
type              424 drivers/iommu/iommu.c 	strcpy(buf, type);
type              426 drivers/iommu/iommu.c 	return strlen(type);
type              434 drivers/iommu/iommu.c static IOMMU_GROUP_ATTR(type, 0444, iommu_group_show_type, NULL);
type              632 drivers/iommu/iommu.c 	if (!domain || domain->type != IOMMU_DOMAIN_DMA)
type              652 drivers/iommu/iommu.c 		if (entry->type != IOMMU_RESV_DIRECT &&
type              653 drivers/iommu/iommu.c 		    entry->type != IOMMU_RESV_DIRECT_RELAXABLE)
type             1056 drivers/iommu/iommu.c 	if (evt->fault.type == IOMMU_FAULT_PAGE_REQ &&
type             1593 drivers/iommu/iommu.c 						 unsigned type)
type             1600 drivers/iommu/iommu.c 	domain = bus->iommu_ops->domain_alloc(type);
type             1605 drivers/iommu/iommu.c 	domain->type = type;
type             1872 drivers/iommu/iommu.c 	if (unlikely(!(domain->type & __IOMMU_DOMAIN_PAGING)))
type             1932 drivers/iommu/iommu.c 	if (unlikely(!(domain->type & __IOMMU_DOMAIN_PAGING)))
type             2174 drivers/iommu/iommu.c 						  enum iommu_resv_type type)
type             2186 drivers/iommu/iommu.c 	region->type = type;
type             2191 drivers/iommu/iommu.c request_default_domain_for_dev(struct device *dev, unsigned long type)
type             2205 drivers/iommu/iommu.c 	if (group->default_domain && group->default_domain->type == type)
type             2214 drivers/iommu/iommu.c 	domain = __iommu_domain_alloc(dev->bus, type);
type             2233 drivers/iommu/iommu.c 		 type == IOMMU_DOMAIN_DMA ? "dma" : "direct");
type              614 drivers/iommu/ipmmu-vmsa.c static struct iommu_domain *__ipmmu_domain_alloc(unsigned type)
type              627 drivers/iommu/ipmmu-vmsa.c static struct iommu_domain *ipmmu_domain_alloc(unsigned type)
type              631 drivers/iommu/ipmmu-vmsa.c 	switch (type) {
type              633 drivers/iommu/ipmmu-vmsa.c 		io_domain = __ipmmu_domain_alloc(type);
type              637 drivers/iommu/ipmmu-vmsa.c 		io_domain = __ipmmu_domain_alloc(type);
type              313 drivers/iommu/msm_iommu.c static struct iommu_domain *msm_iommu_domain_alloc(unsigned type)
type              317 drivers/iommu/msm_iommu.c 	if (type != IOMMU_DOMAIN_UNMANAGED)
type              359 drivers/iommu/mtk_iommu.c static struct iommu_domain *mtk_iommu_domain_alloc(unsigned type)
type              363 drivers/iommu/mtk_iommu.c 	if (type != IOMMU_DOMAIN_DMA)
type              239 drivers/iommu/mtk_iommu_v1.c static struct iommu_domain *mtk_iommu_domain_alloc(unsigned type)
type              243 drivers/iommu/mtk_iommu_v1.c 	if (type != IOMMU_DOMAIN_UNMANAGED)
type             1589 drivers/iommu/omap-iommu.c static struct iommu_domain *omap_iommu_domain_alloc(unsigned type)
type             1593 drivers/iommu/omap-iommu.c 	if (type != IOMMU_DOMAIN_UNMANAGED)
type              317 drivers/iommu/qcom_iommu.c static struct iommu_domain *qcom_iommu_domain_alloc(unsigned type)
type              321 drivers/iommu/qcom_iommu.c 	if (type != IOMMU_DOMAIN_UNMANAGED && type != IOMMU_DOMAIN_DMA)
type              332 drivers/iommu/qcom_iommu.c 	if (type == IOMMU_DOMAIN_DMA &&
type              973 drivers/iommu/rockchip-iommu.c static struct iommu_domain *rk_iommu_domain_alloc(unsigned type)
type              977 drivers/iommu/rockchip-iommu.c 	if (type != IOMMU_DOMAIN_UNMANAGED && type != IOMMU_DOMAIN_DMA)
type              987 drivers/iommu/rockchip-iommu.c 	if (type == IOMMU_DOMAIN_DMA &&
type             1022 drivers/iommu/rockchip-iommu.c 	if (type == IOMMU_DOMAIN_DMA)
type             1052 drivers/iommu/rockchip-iommu.c 	if (domain->type == IOMMU_DOMAIN_DMA)
type              144 drivers/iommu/tegra-gart.c static struct iommu_domain *gart_iommu_domain_alloc(unsigned type)
type              148 drivers/iommu/tegra-gart.c 	if (type != IOMMU_DOMAIN_UNMANAGED)
type              277 drivers/iommu/tegra-smmu.c static struct iommu_domain *tegra_smmu_domain_alloc(unsigned type)
type              281 drivers/iommu/tegra-smmu.c 	if (type != IOMMU_DOMAIN_UNMANAGED)
type              142 drivers/iommu/virtio-iommu.c 	if (req->type == VIRTIO_IOMMU_T_PROBE)
type              400 drivers/iommu/virtio-iommu.c 			.head.type	= VIRTIO_IOMMU_T_MAP,
type              464 drivers/iommu/virtio-iommu.c 	u16 type, len;
type              481 drivers/iommu/virtio-iommu.c 	probe->head.type = VIRTIO_IOMMU_T_PROBE;
type              493 drivers/iommu/virtio-iommu.c 	type = le16_to_cpu(prop->type) & VIRTIO_IOMMU_PROBE_T_MASK;
type              495 drivers/iommu/virtio-iommu.c 	while (type != VIRTIO_IOMMU_PROBE_T_NONE &&
type              499 drivers/iommu/virtio-iommu.c 		switch (type) {
type              504 drivers/iommu/virtio-iommu.c 			dev_err(dev, "unknown viommu prop 0x%x\n", type);
type              508 drivers/iommu/virtio-iommu.c 			dev_err(dev, "failed to parse viommu prop 0x%x\n", type);
type              515 drivers/iommu/virtio-iommu.c 		type = le16_to_cpu(prop->type) & VIRTIO_IOMMU_PROBE_T_MASK;
type              587 drivers/iommu/virtio-iommu.c static struct iommu_domain *viommu_domain_alloc(unsigned type)
type              591 drivers/iommu/virtio-iommu.c 	if (type != IOMMU_DOMAIN_UNMANAGED && type != IOMMU_DOMAIN_DMA)
type              602 drivers/iommu/virtio-iommu.c 	if (type == IOMMU_DOMAIN_DMA &&
type              689 drivers/iommu/virtio-iommu.c 		.head.type	= VIRTIO_IOMMU_T_ATTACH,
type              737 drivers/iommu/virtio-iommu.c 		.head.type	= VIRTIO_IOMMU_T_MAP,
type              772 drivers/iommu/virtio-iommu.c 		.head.type	= VIRTIO_IOMMU_T_UNMAP,
type              818 drivers/iommu/virtio-iommu.c 		if (entry->type == IOMMU_RESV_MSI)
type              365 drivers/ipack/devices/ipoctal.c 	tty->type = TTY_DRIVER_TYPE_SERIAL;
type               76 drivers/irqchip/irq-ativic32.c 	u32 type;
type               85 drivers/irqchip/irq-ativic32.c 		type = IRQ_TYPE_EDGE_RISING;
type               88 drivers/irqchip/irq-ativic32.c 		type = IRQ_TYPE_LEVEL_HIGH;
type               91 drivers/irqchip/irq-ativic32.c 	irqd_set_trigger_type(irq_data, type);
type               48 drivers/irqchip/irq-atmel-aic-common.c int aic_common_set_type(struct irq_data *d, unsigned type, unsigned *val)
type               54 drivers/irqchip/irq-atmel-aic-common.c 	switch (type) {
type              253 drivers/irqchip/irq-atmel-aic-common.c 		gc->chip_types[0].type = IRQ_TYPE_SENSE_MASK;
type               20 drivers/irqchip/irq-atmel-aic-common.h int aic_common_set_type(struct irq_data *d, unsigned type, unsigned *val);
type               89 drivers/irqchip/irq-atmel-aic.c static int aic_set_type(struct irq_data *d, unsigned type)
type               96 drivers/irqchip/irq-atmel-aic.c 	ret = aic_common_set_type(d, type, &smr);
type              134 drivers/irqchip/irq-atmel-aic5.c static int aic5_set_type(struct irq_data *d, unsigned type)
type              144 drivers/irqchip/irq-atmel-aic5.c 	ret = aic_common_set_type(d, type, &smr);
type              171 drivers/irqchip/irq-crossbar.c 				     unsigned int *type)
type              182 drivers/irqchip/irq-crossbar.c 		*type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
type              104 drivers/irqchip/irq-csky-mpintc.c static int csky_mpintc_set_type(struct irq_data *d, unsigned int type)
type              106 drivers/irqchip/irq-csky-mpintc.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type               76 drivers/irqchip/irq-davinci-cp-intc.c 	unsigned int reg, mask, polarity, type;
type               81 drivers/irqchip/irq-davinci-cp-intc.c 	type = davinci_cp_intc_read(DAVINCI_CP_INTC_SYS_TYPE(reg));
type               86 drivers/irqchip/irq-davinci-cp-intc.c 		type |= mask;
type               90 drivers/irqchip/irq-davinci-cp-intc.c 		type |= mask;
type               94 drivers/irqchip/irq-davinci-cp-intc.c 		type &= ~mask;
type               98 drivers/irqchip/irq-davinci-cp-intc.c 		type &= ~mask;
type              105 drivers/irqchip/irq-davinci-cp-intc.c 	davinci_cp_intc_write(type, DAVINCI_CP_INTC_SYS_TYPE(reg));
type               54 drivers/irqchip/irq-gic-common.c int gic_configure_irq(unsigned int irq, unsigned int type,
type               69 drivers/irqchip/irq-gic-common.c 	if (type & IRQ_TYPE_LEVEL_MASK)
type               71 drivers/irqchip/irq-gic-common.c 	else if (type & IRQ_TYPE_EDGE_BOTH)
type               21 drivers/irqchip/irq-gic-common.h int gic_configure_irq(unsigned int irq, unsigned int type,
type             1760 drivers/irqchip/irq-gic-v3-its.c 	u64 type = GITS_BASER_TYPE(val);
type             1770 drivers/irqchip/irq-gic-v3-its.c 			&its->phys_base, its_base_type_string[type],
type             1799 drivers/irqchip/irq-gic-v3-its.c 		(type << GITS_BASER_TYPE_SHIFT)			 |
type             1860 drivers/irqchip/irq-gic-v3-its.c 		       &its->phys_base, its_base_type_string[type],
type             1873 drivers/irqchip/irq-gic-v3-its.c 		its_base_type_string[type],
type             1886 drivers/irqchip/irq-gic-v3-its.c 	u64 type = GITS_BASER_TYPE(tmp);
type             1926 drivers/irqchip/irq-gic-v3-its.c 			&its->phys_base, its_base_type_string[type],
type             1962 drivers/irqchip/irq-gic-v3-its.c 		u64 type = GITS_BASER_TYPE(val);
type             1966 drivers/irqchip/irq-gic-v3-its.c 		switch (type) {
type             2301 drivers/irqchip/irq-gic-v3-its.c static struct its_baser *its_get_baser(struct its_node *its, u32 type)
type             2306 drivers/irqchip/irq-gic-v3-its.c 		if (GITS_BASER_TYPE(its->tables[i].val) == type)
type              523 drivers/irqchip/irq-gic-v3.c static int gic_set_type(struct irq_data *d, unsigned int type)
type              540 drivers/irqchip/irq-gic-v3.c 	    type != IRQ_TYPE_LEVEL_HIGH && type != IRQ_TYPE_EDGE_RISING)
type              553 drivers/irqchip/irq-gic-v3.c 	ret = gic_configure_irq(index, type, base + offset, rwp_wait);
type             1282 drivers/irqchip/irq-gic-v3.c 				    unsigned int *type)
type             1315 drivers/irqchip/irq-gic-v3.c 		*type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
type             1321 drivers/irqchip/irq-gic-v3.c 		WARN_ON(*type == IRQ_TYPE_NONE &&
type             1331 drivers/irqchip/irq-gic-v3.c 		*type = fwspec->param[1];
type             1333 drivers/irqchip/irq-gic-v3.c 		WARN_ON(*type == IRQ_TYPE_NONE);
type             1345 drivers/irqchip/irq-gic-v3.c 	unsigned int type = IRQ_TYPE_NONE;
type             1348 drivers/irqchip/irq-gic-v3.c 	ret = gic_irq_domain_translate(domain, fwspec, &hwirq, &type);
type             1407 drivers/irqchip/irq-gic-v3.c 				      unsigned int *type)
type             1425 drivers/irqchip/irq-gic-v3.c 	*type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
type             1706 drivers/irqchip/irq-gic-v3.c 	gic_v3_kvm_info.type = GIC_V3;
type             1864 drivers/irqchip/irq-gic-v3.c 	enum acpi_madt_type type;
type             1867 drivers/irqchip/irq-gic-v3.c 		type = ACPI_MADT_TYPE_GENERIC_INTERRUPT;
type             1870 drivers/irqchip/irq-gic-v3.c 		type = ACPI_MADT_TYPE_GENERIC_REDISTRIBUTOR;
type             1875 drivers/irqchip/irq-gic-v3.c 	if (acpi_table_parse_madt(type, redist_parser, 0) > 0)
type             2018 drivers/irqchip/irq-gic-v3.c 	gic_v3_kvm_info.type = GIC_V3;
type              290 drivers/irqchip/irq-gic.c static int gic_set_type(struct irq_data *d, unsigned int type)
type              301 drivers/irqchip/irq-gic.c 	if (gicirq >= 32 && type != IRQ_TYPE_LEVEL_HIGH &&
type              302 drivers/irqchip/irq-gic.c 			    type != IRQ_TYPE_EDGE_RISING)
type              305 drivers/irqchip/irq-gic.c 	ret = gic_configure_irq(gicirq, type, base + GIC_DIST_CONFIG, NULL);
type             1002 drivers/irqchip/irq-gic.c 				    unsigned int *type)
type             1018 drivers/irqchip/irq-gic.c 		*type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
type             1021 drivers/irqchip/irq-gic.c 		WARN_ON(*type == IRQ_TYPE_NONE);
type             1030 drivers/irqchip/irq-gic.c 		*type = fwspec->param[1];
type             1032 drivers/irqchip/irq-gic.c 		WARN_ON(*type == IRQ_TYPE_NONE);
type             1050 drivers/irqchip/irq-gic.c 	unsigned int type = IRQ_TYPE_NONE;
type             1053 drivers/irqchip/irq-gic.c 	ret = gic_irq_domain_translate(domain, fwspec, &hwirq, &type);
type             1411 drivers/irqchip/irq-gic.c 	gic_v2_kvm_info.type = GIC_V2;
type             1569 drivers/irqchip/irq-gic.c 	gic_v2_kvm_info.type = GIC_V2;
type              116 drivers/irqchip/irq-hip04.c static int hip04_irq_set_type(struct irq_data *d, unsigned int type)
type              127 drivers/irqchip/irq-hip04.c 	if (irq >= 32 && type != IRQ_TYPE_LEVEL_HIGH &&
type              128 drivers/irqchip/irq-hip04.c 			 type != IRQ_TYPE_EDGE_RISING)
type              133 drivers/irqchip/irq-hip04.c 	ret = gic_configure_irq(irq, type, base + GIC_DIST_CONFIG, NULL);
type              421 drivers/irqchip/irq-imgpdc.c 	gc->chip_types[0].type			= IRQ_TYPE_EDGE_BOTH;
type              434 drivers/irqchip/irq-imgpdc.c 	gc->chip_types[1].type			= IRQ_TYPE_LEVEL_MASK;
type              143 drivers/irqchip/irq-imx-gpcv2.c 				      unsigned int *type)
type              154 drivers/irqchip/irq-imx-gpcv2.c 		*type = fwspec->param[2];
type              168 drivers/irqchip/irq-imx-gpcv2.c 	unsigned int type;
type              172 drivers/irqchip/irq-imx-gpcv2.c 	err = imx_gpcv2_domain_translate(domain, fwspec, &hwirq, &type);
type               65 drivers/irqchip/irq-ixp4xx.c static int ixp4xx_set_irq_type(struct irq_data *d, unsigned int type)
type               68 drivers/irqchip/irq-ixp4xx.c 	if (type != IRQ_TYPE_LEVEL_HIGH)
type              132 drivers/irqchip/irq-ixp4xx.c 				       unsigned int *type)
type              137 drivers/irqchip/irq-ixp4xx.c 		*type = fwspec->param[1];
type              145 drivers/irqchip/irq-ixp4xx.c 		*type = fwspec->param[1];
type              146 drivers/irqchip/irq-ixp4xx.c 		WARN_ON(*type == IRQ_TYPE_NONE);
type              159 drivers/irqchip/irq-ixp4xx.c 	unsigned int type = IRQ_TYPE_NONE;
type              164 drivers/irqchip/irq-ixp4xx.c 	ret = ixp4xx_irq_domain_translate(d, fwspec, &hwirq, &type);
type               71 drivers/irqchip/irq-lpc32xx.c static int lpc32xx_irq_set_type(struct irq_data *d, unsigned int type)
type               77 drivers/irqchip/irq-lpc32xx.c 	switch (type) {
type               95 drivers/irqchip/irq-lpc32xx.c 		pr_info("unsupported irq type %d\n", type);
type               99 drivers/irqchip/irq-lpc32xx.c 	irqd_set_trigger_type(d, type);
type               72 drivers/irqchip/irq-ls1x.c static int ls_intc_set_type(struct irq_data *data, unsigned int type)
type               77 drivers/irqchip/irq-ls1x.c 	switch (type) {
type               98 drivers/irqchip/irq-ls1x.c 	irqd_set_trigger_type(data, type);
type               99 drivers/irqchip/irq-ls1x.c 	return irq_setup_alt_chip(data, type);
type              160 drivers/irqchip/irq-ls1x.c 	ct[0].type = IRQ_TYPE_LEVEL_MASK;
type              169 drivers/irqchip/irq-ls1x.c 	ct[1].type = IRQ_TYPE_EDGE_BOTH;
type              116 drivers/irqchip/irq-mbigen.c static int mbigen_set_type(struct irq_data *data, unsigned int type)
type              121 drivers/irqchip/irq-mbigen.c 	if (type != IRQ_TYPE_LEVEL_HIGH && type != IRQ_TYPE_EDGE_RISING)
type              128 drivers/irqchip/irq-mbigen.c 	if (type == IRQ_TYPE_LEVEL_HIGH)
type              171 drivers/irqchip/irq-mbigen.c 				    unsigned int *type)
type              186 drivers/irqchip/irq-mbigen.c 			*type = fwspec->param[1];
type              202 drivers/irqchip/irq-mbigen.c 	unsigned int type;
type              206 drivers/irqchip/irq-mbigen.c 	err = mbigen_domain_translate(domain, fwspec, &hwirq, &type);
type              171 drivers/irqchip/irq-meson-gpio.c 				     unsigned int type,
type              186 drivers/irqchip/irq-meson-gpio.c 	type &= IRQ_TYPE_SENSE_MASK;
type              192 drivers/irqchip/irq-meson-gpio.c 	if (type == IRQ_TYPE_EDGE_BOTH) {
type              198 drivers/irqchip/irq-meson-gpio.c 		if (type & (IRQ_TYPE_EDGE_RISING | IRQ_TYPE_EDGE_FALLING))
type              201 drivers/irqchip/irq-meson-gpio.c 		if (type & (IRQ_TYPE_LEVEL_LOW | IRQ_TYPE_EDGE_FALLING))
type              215 drivers/irqchip/irq-meson-gpio.c static unsigned int meson_gpio_irq_type_output(unsigned int type)
type              217 drivers/irqchip/irq-meson-gpio.c 	unsigned int sense = type & IRQ_TYPE_SENSE_MASK;
type              219 drivers/irqchip/irq-meson-gpio.c 	type &= ~IRQ_TYPE_SENSE_MASK;
type              226 drivers/irqchip/irq-meson-gpio.c 		type |= IRQ_TYPE_LEVEL_HIGH;
type              228 drivers/irqchip/irq-meson-gpio.c 		type |= IRQ_TYPE_EDGE_RISING;
type              230 drivers/irqchip/irq-meson-gpio.c 	return type;
type              233 drivers/irqchip/irq-meson-gpio.c static int meson_gpio_irq_set_type(struct irq_data *data, unsigned int type)
type              239 drivers/irqchip/irq-meson-gpio.c 	ret = meson_gpio_irq_type_setup(ctl, type, channel_hwirq);
type              244 drivers/irqchip/irq-meson-gpio.c 					meson_gpio_irq_type_output(type));
type              263 drivers/irqchip/irq-meson-gpio.c 					   unsigned int *type)
type              267 drivers/irqchip/irq-meson-gpio.c 		*type	= fwspec->param[1];
type              277 drivers/irqchip/irq-meson-gpio.c 					   unsigned int type)
type              285 drivers/irqchip/irq-meson-gpio.c 	fwspec.param[2] = meson_gpio_irq_type_output(type);
type              299 drivers/irqchip/irq-meson-gpio.c 	unsigned int type;
type              305 drivers/irqchip/irq-meson-gpio.c 	ret = meson_gpio_irq_domain_translate(domain, fwspec, &hwirq, &type);
type              314 drivers/irqchip/irq-meson-gpio.c 					      *channel_hwirq, type);
type              203 drivers/irqchip/irq-mips-gic.c static int gic_set_type(struct irq_data *d, unsigned int type)
type              211 drivers/irqchip/irq-mips-gic.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type               61 drivers/irqchip/irq-mtk-cirq.c static int mtk_cirq_set_type(struct irq_data *data, unsigned int type)
type               65 drivers/irqchip/irq-mtk-cirq.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type               87 drivers/irqchip/irq-mtk-cirq.c 	ret = data->chip->irq_set_type(data, type);
type              106 drivers/irqchip/irq-mtk-cirq.c 				     unsigned int *type)
type              122 drivers/irqchip/irq-mtk-cirq.c 		*type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
type              134 drivers/irqchip/irq-mtk-cirq.c 	unsigned int type;
type              138 drivers/irqchip/irq-mtk-cirq.c 	ret = mtk_cirq_domain_translate(domain, fwspec, &hwirq, &type);
type               26 drivers/irqchip/irq-mtk-sysirq.c static int mtk_sysirq_set_type(struct irq_data *data, unsigned int type)
type               42 drivers/irqchip/irq-mtk-sysirq.c 	if (type == IRQ_TYPE_LEVEL_LOW || type == IRQ_TYPE_EDGE_FALLING) {
type               43 drivers/irqchip/irq-mtk-sysirq.c 		if (type == IRQ_TYPE_LEVEL_LOW)
type               44 drivers/irqchip/irq-mtk-sysirq.c 			type = IRQ_TYPE_LEVEL_HIGH;
type               46 drivers/irqchip/irq-mtk-sysirq.c 			type = IRQ_TYPE_EDGE_RISING;
type               55 drivers/irqchip/irq-mtk-sysirq.c 	ret = data->chip->irq_set_type(data, type);
type               73 drivers/irqchip/irq-mtk-sysirq.c 				       unsigned int *type)
type               84 drivers/irqchip/irq-mtk-sysirq.c 		*type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
type               66 drivers/irqchip/irq-mvebu-icu.c 	unsigned int type;
type              105 drivers/irqchip/irq-mvebu-icu.c 		if (icu_irqd->type & IRQ_TYPE_EDGE_RISING)
type              152 drivers/irqchip/irq-mvebu-icu.c 			       unsigned long *hwirq, unsigned int *type)
type              167 drivers/irqchip/irq-mvebu-icu.c 		*type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
type              175 drivers/irqchip/irq-mvebu-icu.c 		*type = fwspec->param[1] & IRQ_TYPE_SENSE_MASK;
type              184 drivers/irqchip/irq-mvebu-icu.c 			*type = IRQ_TYPE_EDGE_RISING;
type              212 drivers/irqchip/irq-mvebu-icu.c 					     &icu_irqd->type);
type              121 drivers/irqchip/irq-mvebu-sei.c static int mvebu_sei_ap_set_type(struct irq_data *data, unsigned int type)
type              123 drivers/irqchip/irq-mvebu-sei.c 	if ((type & IRQ_TYPE_SENSE_MASK) != IRQ_TYPE_LEVEL_HIGH)
type              149 drivers/irqchip/irq-mvebu-sei.c static int mvebu_sei_cp_set_type(struct irq_data *data, unsigned int type)
type              151 drivers/irqchip/irq-mvebu-sei.c 	if ((type & IRQ_TYPE_SENSE_MASK) != IRQ_TYPE_EDGE_RISING)
type              200 drivers/irqchip/irq-mvebu-sei.c 				  unsigned int *type)
type              203 drivers/irqchip/irq-mvebu-sei.c 	*type  = IRQ_TYPE_LEVEL_HIGH;
type              214 drivers/irqchip/irq-mvebu-sei.c 	unsigned int type;
type              217 drivers/irqchip/irq-mvebu-sei.c 	mvebu_sei_ap_translate(domain, arg, &hwirq, &type);
type               55 drivers/irqchip/irq-mxs.c 	enum icoll_type type;
type              147 drivers/irqchip/irq-mxs.c 	if (icoll_priv.type == ICOLL)
type              187 drivers/irqchip/irq-mxs.c 	icoll_priv.type = ICOLL;
type              215 drivers/irqchip/irq-mxs.c 	icoll_priv.type = ASM9260_ICOLL;
type               50 drivers/irqchip/irq-nvic.c 				     unsigned long *hwirq, unsigned int *type)
type               55 drivers/irqchip/irq-nvic.c 	*type = IRQ_TYPE_NONE;
type               64 drivers/irqchip/irq-nvic.c 	unsigned int type = IRQ_TYPE_NONE;
type               67 drivers/irqchip/irq-nvic.c 	ret = nvic_irq_domain_translate(domain, fwspec, &hwirq, &type);
type              208 drivers/irqchip/irq-omap-intc.c 		ct->type = IRQ_TYPE_LEVEL_MASK;
type               83 drivers/irqchip/irq-partition-percpu.c static int partition_irq_set_type(struct irq_data *d, unsigned int type)
type               90 drivers/irqchip/irq-partition-percpu.c 		return chip->irq_set_type(data, type);
type              143 drivers/irqchip/irq-partition-percpu.c 	unsigned int type;
type              148 drivers/irqchip/irq-partition-percpu.c 	ret = domain->ops->translate(domain, fwspec, &hwirq, &type);
type               57 drivers/irqchip/irq-pic32-evic.c static int pic32_set_ext_polarity(int bit, u32 type)
type               63 drivers/irqchip/irq-pic32-evic.c 	switch (type) {
type              272 drivers/irqchip/irq-pic32-evic.c 		gc->chip_types[0].type			= IRQ_TYPE_LEVEL_MASK;
type              283 drivers/irqchip/irq-pic32-evic.c 		gc->chip_types[1].type			= IRQ_TYPE_EDGE_BOTH;
type              257 drivers/irqchip/irq-renesas-intc-irqpin.c static int intc_irqpin_irq_set_type(struct irq_data *d, unsigned int type)
type              259 drivers/irqchip/irq-renesas-intc-irqpin.c 	unsigned char value = intc_irqpin_sense[type & IRQ_TYPE_SENSE_MASK];
type               74 drivers/irqchip/irq-renesas-irqc.c static int irqc_irq_set_type(struct irq_data *d, unsigned int type)
type               78 drivers/irqchip/irq-renesas-irqc.c 	unsigned char value = irqc_sense[type & IRQ_TYPE_SENSE_MASK];
type               68 drivers/irqchip/irq-renesas-rza1.c static int rza1_irqc_set_type(struct irq_data *d, unsigned int type)
type               74 drivers/irqchip/irq-renesas-rza1.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type              127 drivers/irqchip/irq-renesas-rza1.c 			       unsigned int *type)
type              133 drivers/irqchip/irq-renesas-rza1.c 	*type = fwspec->param[1];
type               41 drivers/irqchip/irq-s3c24xx.c 	unsigned int type;
type              135 drivers/irqchip/irq-s3c24xx.c static int s3c_irq_type(struct irq_data *data, unsigned int type)
type              137 drivers/irqchip/irq-s3c24xx.c 	switch (type) {
type              150 drivers/irqchip/irq-s3c24xx.c 		pr_err("No such irq type %d\n", type);
type              161 drivers/irqchip/irq-s3c24xx.c 			       unsigned int type)
type              171 drivers/irqchip/irq-s3c24xx.c 	switch (type)
type              198 drivers/irqchip/irq-s3c24xx.c 			pr_err("No such irq type %d\n", type);
type              209 drivers/irqchip/irq-s3c24xx.c static int s3c_irqext_type(struct irq_data *data, unsigned int type)
type              235 drivers/irqchip/irq-s3c24xx.c 				   extint_offset, type);
type              238 drivers/irqchip/irq-s3c24xx.c static int s3c_irqext0_type(struct irq_data *data, unsigned int type)
type              254 drivers/irqchip/irq-s3c24xx.c 				   extint_offset, type);
type              423 drivers/irqchip/irq-s3c24xx.c 	switch (irq_data->type) {
type              454 drivers/irqchip/irq-s3c24xx.c 		pr_err("irq-s3c24xx: unsupported irqtype %d\n", irq_data->type);
type              460 drivers/irqchip/irq-s3c24xx.c 	if (parent_intc && irq_data->type != S3C_IRQTYPE_NONE) {
type              600 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE, }, /* reserved */
type              601 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE, }, /* reserved */
type              602 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE, }, /* reserved */
type              603 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE, }, /* reserved */
type              604 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 4 }, /* EINT4 */
type              605 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 4 }, /* EINT5 */
type              606 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 4 }, /* EINT6 */
type              607 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 4 }, /* EINT7 */
type              608 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT8 */
type              609 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT9 */
type              610 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT10 */
type              611 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT11 */
type              612 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT12 */
type              613 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT13 */
type              614 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT14 */
type              615 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT15 */
type              616 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT16 */
type              617 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT17 */
type              618 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT18 */
type              619 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT19 */
type              620 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT20 */
type              621 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT21 */
type              622 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT22 */
type              623 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT23 */
type              628 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT0 */
type              629 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT1 */
type              630 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT2 */
type              631 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT3 */
type              632 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* EINT4to7 */
type              633 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* EINT8to23 */
type              634 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE, }, /* reserved */
type              635 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* nBATT_FLT */
type              636 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TICK */
type              637 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* WDT */
type              638 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER0 */
type              639 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER1 */
type              640 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER2 */
type              641 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER3 */
type              642 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER4 */
type              643 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART2 */
type              644 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* LCD */
type              645 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* DMA0 */
type              646 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* DMA1 */
type              647 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* DMA2 */
type              648 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* DMA3 */
type              649 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* SDI */
type              650 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* SPI0 */
type              651 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART1 */
type              652 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE, }, /* reserved */
type              653 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* USBD */
type              654 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* USBH */
type              655 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* IIC */
type              656 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART0 */
type              657 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* SPI1 */
type              658 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* RTC */
type              659 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* ADCPARENT */
type              663 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 28 }, /* UART0-RX */
type              664 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 28 }, /* UART0-TX */
type              665 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 28 }, /* UART0-ERR */
type              666 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 23 }, /* UART1-RX */
type              667 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 23 }, /* UART1-TX */
type              668 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 23 }, /* UART1-ERR */
type              669 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 15 }, /* UART2-RX */
type              670 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 15 }, /* UART2-TX */
type              671 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 15 }, /* UART2-ERR */
type              672 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, .parent_irq = 31 }, /* TC */
type              673 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, .parent_irq = 31 }, /* ADC */
type              697 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* EINT0 */
type              698 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* EINT1 */
type              699 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* EINT2 */
type              700 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* EINT3 */
type              701 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* EINT4to7 */
type              702 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* EINT8to23 */
type              703 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE, }, /* reserved */
type              704 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* nBATT_FLT */
type              705 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TICK */
type              706 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* WDT */
type              707 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER0 */
type              708 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER1 */
type              709 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER2 */
type              710 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER3 */
type              711 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER4 */
type              712 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART2 */
type              713 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* LCD */
type              714 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* DMA0 */
type              715 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* DMA1 */
type              716 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* DMA2 */
type              717 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* DMA3 */
type              718 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* SDI/CF */
type              719 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* SPI0 */
type              720 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART1 */
type              721 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE, }, /* reserved */
type              722 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* USBD */
type              723 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* USBH */
type              724 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* IIC */
type              725 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART0 */
type              726 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* SPI1 */
type              727 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* RTC */
type              728 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* ADCPARENT */
type              732 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 0 }, /* EINT0 */
type              733 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 1 }, /* EINT1 */
type              734 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 2 }, /* EINT2 */
type              735 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 3 }, /* EINT3 */
type              736 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 4 }, /* EINT4 */
type              737 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 4 }, /* EINT5 */
type              738 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 4 }, /* EINT6 */
type              739 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 4 }, /* EINT7 */
type              740 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT8 */
type              741 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT9 */
type              742 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT10 */
type              743 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT11 */
type              744 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT12 */
type              745 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT13 */
type              746 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT14 */
type              747 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT15 */
type              748 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT16 */
type              749 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT17 */
type              750 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT18 */
type              751 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT19 */
type              752 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT20 */
type              753 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT21 */
type              754 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT22 */
type              755 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, .parent_irq = 5 }, /* EINT23 */
type              759 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 28 }, /* UART0-RX */
type              760 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 28 }, /* UART0-TX */
type              761 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 28 }, /* UART0-ERR */
type              762 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 23 }, /* UART1-RX */
type              763 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 23 }, /* UART1-TX */
type              764 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 23 }, /* UART1-ERR */
type              765 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 15 }, /* UART2-RX */
type              766 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 15 }, /* UART2-TX */
type              767 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 15 }, /* UART2-ERR */
type              768 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, .parent_irq = 31 }, /* TC */
type              769 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, .parent_irq = 31 }, /* ADC */
type              770 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE, },
type              771 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE, },
type              772 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 21 }, /* SDI */
type              773 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 21 }, /* CF */
type              799 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT0 */
type              800 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT1 */
type              801 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT2 */
type              802 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT3 */
type              803 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* EINT4to7 */
type              804 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* EINT8to23 */
type              805 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE, }, /* reserved */
type              806 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* nBATT_FLT */
type              807 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TICK */
type              808 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* WDT/AC97 */
type              809 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER0 */
type              810 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER1 */
type              811 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER2 */
type              812 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER3 */
type              813 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER4 */
type              814 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART2 */
type              815 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* LCD */
type              816 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* DMA */
type              817 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART3 */
type              818 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE, }, /* reserved */
type              819 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* SDI1 */
type              820 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* SDI0 */
type              821 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* SPI0 */
type              822 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART1 */
type              823 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* NAND */
type              824 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* USBD */
type              825 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* USBH */
type              826 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* IIC */
type              827 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART0 */
type              828 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE, },
type              829 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* RTC */
type              830 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* ADCPARENT */
type              834 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 28 }, /* UART0-RX */
type              835 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 28 }, /* UART0-TX */
type              836 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 28 }, /* UART0-ERR */
type              837 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 23 }, /* UART1-RX */
type              838 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 23 }, /* UART1-TX */
type              839 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 23 }, /* UART1-ERR */
type              840 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 15 }, /* UART2-RX */
type              841 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 15 }, /* UART2-TX */
type              842 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 15 }, /* UART2-ERR */
type              843 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, .parent_irq = 31 }, /* TC */
type              844 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, .parent_irq = 31 }, /* ADC */
type              845 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE }, /* reserved */
type              846 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE }, /* reserved */
type              847 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE }, /* reserved */
type              848 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE }, /* reserved */
type              849 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 16 }, /* LCD2 */
type              850 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 16 }, /* LCD3 */
type              851 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 16 }, /* LCD4 */
type              852 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 17 }, /* DMA0 */
type              853 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 17 }, /* DMA1 */
type              854 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 17 }, /* DMA2 */
type              855 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 17 }, /* DMA3 */
type              856 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 17 }, /* DMA4 */
type              857 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 17 }, /* DMA5 */
type              858 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 18 }, /* UART3-RX */
type              859 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 18 }, /* UART3-TX */
type              860 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 18 }, /* UART3-ERR */
type              861 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 9 }, /* WDT */
type              862 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 9 }, /* AC97 */
type              866 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE }, /* 2D */
type              867 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE }, /* reserved */
type              868 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE }, /* reserved */
type              869 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE }, /* reserved */
type              870 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE }, /* PCM0 */
type              871 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE }, /* reserved */
type              872 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE }, /* I2S0 */
type              902 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT0 */
type              903 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT1 */
type              904 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT2 */
type              905 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT3 */
type              906 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* EINT4to7 */
type              907 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* EINT8to23 */
type              908 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* CAM */
type              909 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* nBATT_FLT */
type              910 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TICK */
type              911 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* WDT/AC97 */
type              912 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER0 */
type              913 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER1 */
type              914 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER2 */
type              915 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER3 */
type              916 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER4 */
type              917 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART2 */
type              918 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* LCD */
type              919 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* DMA0 */
type              920 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* DMA1 */
type              921 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* DMA2 */
type              922 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* DMA3 */
type              923 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* SDI */
type              924 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* SPI0 */
type              925 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART1 */
type              926 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* NFCON */
type              927 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* USBD */
type              928 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* USBH */
type              929 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* IIC */
type              930 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART0 */
type              931 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* SPI1 */
type              932 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* RTC */
type              933 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* ADCPARENT */
type              937 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 28 }, /* UART0-RX */
type              938 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 28 }, /* UART0-TX */
type              939 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 28 }, /* UART0-ERR */
type              940 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 23 }, /* UART1-RX */
type              941 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 23 }, /* UART1-TX */
type              942 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 23 }, /* UART1-ERR */
type              943 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 15 }, /* UART2-RX */
type              944 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 15 }, /* UART2-TX */
type              945 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 15 }, /* UART2-ERR */
type              946 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, .parent_irq = 31 }, /* TC */
type              947 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, .parent_irq = 31 }, /* ADC */
type              948 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 6 }, /* CAM_C */
type              949 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 6 }, /* CAM_P */
type              950 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 9 }, /* WDT */
type              951 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 9 }, /* AC97 */
type              977 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT0 */
type              978 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT1 */
type              979 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT2 */
type              980 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT3 */
type              981 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* EINT4to7 */
type              982 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* EINT8to23 */
type              983 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* CAM */
type              984 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* nBATT_FLT */
type              985 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TICK */
type              986 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* WDT */
type              987 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER0 */
type              988 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER1 */
type              989 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER2 */
type              990 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER3 */
type              991 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER4 */
type              992 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART2 */
type              993 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* LCD */
type              994 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* DMA0 */
type              995 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* DMA1 */
type              996 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* DMA2 */
type              997 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* DMA3 */
type              998 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* SDI */
type              999 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* SPI0 */
type             1000 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART1 */
type             1001 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* NFCON */
type             1002 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* USBD */
type             1003 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* USBH */
type             1004 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* IIC */
type             1005 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART0 */
type             1006 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* SPI1 */
type             1007 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* RTC */
type             1008 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* ADCPARENT */
type             1012 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 28 }, /* UART0-RX */
type             1013 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 28 }, /* UART0-TX */
type             1014 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 28 }, /* UART0-ERR */
type             1015 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 23 }, /* UART1-RX */
type             1016 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 23 }, /* UART1-TX */
type             1017 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 23 }, /* UART1-ERR */
type             1018 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 15 }, /* UART2-RX */
type             1019 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 15 }, /* UART2-TX */
type             1020 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 15 }, /* UART2-ERR */
type             1021 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, .parent_irq = 31 }, /* TC */
type             1022 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, .parent_irq = 31 }, /* ADC */
type             1023 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 6 }, /* CAM_C */
type             1024 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 6 }, /* CAM_P */
type             1050 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT0 */
type             1051 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT1 */
type             1052 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT2 */
type             1053 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EINT, }, /* EINT3 */
type             1054 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* EINT4to7 */
type             1055 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* EINT8to23 */
type             1056 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* CAM */
type             1057 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* nBATT_FLT */
type             1058 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TICK */
type             1059 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* WDT/AC97 */
type             1060 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER0 */
type             1061 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER1 */
type             1062 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER2 */
type             1063 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER3 */
type             1064 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* TIMER4 */
type             1065 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART2 */
type             1066 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* LCD */
type             1067 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* DMA */
type             1068 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART3 */
type             1069 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* CFON */
type             1070 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* SDI1 */
type             1071 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* SDI0 */
type             1072 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* SPI0 */
type             1073 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART1 */
type             1074 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* NAND */
type             1075 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* USBD */
type             1076 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* USBH */
type             1077 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* IIC */
type             1078 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* UART0 */
type             1079 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* SPI1 */
type             1080 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, }, /* RTC */
type             1081 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, }, /* ADCPARENT */
type             1086 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 28 }, /* UART0-RX */
type             1087 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 28 }, /* UART0-TX */
type             1088 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 28 }, /* UART0-ERR */
type             1089 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 23 }, /* UART1-RX */
type             1090 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 23 }, /* UART1-TX */
type             1091 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 23 }, /* UART1-ERR */
type             1092 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 15 }, /* UART2-RX */
type             1093 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 15 }, /* UART2-TX */
type             1094 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 15 }, /* UART2-ERR */
type             1095 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, .parent_irq = 31 }, /* TC */
type             1096 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_EDGE, .parent_irq = 31 }, /* ADC */
type             1097 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 6 }, /* CAM_C */
type             1098 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 6 }, /* CAM_P */
type             1099 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_NONE }, /* reserved */
type             1100 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 16 }, /* LCD1 */
type             1101 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 16 }, /* LCD2 */
type             1102 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 16 }, /* LCD3 */
type             1103 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 16 }, /* LCD4 */
type             1104 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 17 }, /* DMA0 */
type             1105 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 17 }, /* DMA1 */
type             1106 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 17 }, /* DMA2 */
type             1107 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 17 }, /* DMA3 */
type             1108 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 17 }, /* DMA4 */
type             1109 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 17 }, /* DMA5 */
type             1110 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 18 }, /* UART3-RX */
type             1111 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 18 }, /* UART3-TX */
type             1112 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 18 }, /* UART3-ERR */
type             1113 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 9 }, /* WDT */
type             1114 drivers/irqchip/irq-s3c24xx.c 	{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 9 }, /* AC97 */
type               81 drivers/irqchip/irq-sni-exiu.c static int exiu_irq_set_type(struct irq_data *d, unsigned int type)
type               87 drivers/irqchip/irq-sni-exiu.c 	if (type == IRQ_TYPE_EDGE_RISING || type == IRQ_TYPE_LEVEL_HIGH)
type               94 drivers/irqchip/irq-sni-exiu.c 	if (type == IRQ_TYPE_LEVEL_LOW || type == IRQ_TYPE_LEVEL_HIGH)
type              122 drivers/irqchip/irq-sni-exiu.c 				 unsigned int *type)
type              134 drivers/irqchip/irq-sni-exiu.c 		*type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
type              139 drivers/irqchip/irq-sni-exiu.c 		*type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
type              256 drivers/irqchip/irq-stm32-exti.c 			       unsigned int type, u32 *rtsr, u32 *ftsr)
type              260 drivers/irqchip/irq-stm32-exti.c 	switch (type) {
type              316 drivers/irqchip/irq-stm32-exti.c static int stm32_irq_set_type(struct irq_data *d, unsigned int type)
type              333 drivers/irqchip/irq-stm32-exti.c 	err = stm32_exti_set_type(d, type, &rtsr, &ftsr);
type              503 drivers/irqchip/irq-stm32-exti.c static int stm32_exti_h_set_type(struct irq_data *d, unsigned int type)
type              520 drivers/irqchip/irq-stm32-exti.c 	err = stm32_exti_set_type(d, type, &rtsr, &ftsr);
type              754 drivers/irqchip/irq-stm32-exti.c 		gc->chip_types->type = IRQ_TYPE_EDGE_BOTH;
type              115 drivers/irqchip/irq-sunxi-nmi.c 	u32 ctrl_off = ct->regs.type;
type              146 drivers/irqchip/irq-sunxi-nmi.c 		if (ct->type & flow_type)
type              147 drivers/irqchip/irq-sunxi-nmi.c 			ctrl_off = ct->regs.type;
type              198 drivers/irqchip/irq-sunxi-nmi.c 	gc->chip_types[0].type			= IRQ_TYPE_LEVEL_MASK;
type              206 drivers/irqchip/irq-sunxi-nmi.c 	gc->chip_types[0].regs.type		= reg_offs->ctrl;
type              208 drivers/irqchip/irq-sunxi-nmi.c 	gc->chip_types[1].type			= IRQ_TYPE_EDGE_BOTH;
type              216 drivers/irqchip/irq-sunxi-nmi.c 	gc->chip_types[1].regs.type		= reg_offs->ctrl;
type               96 drivers/irqchip/irq-tango.c 		intc_writel(chip, regs->type + EDGE_CFG_RISE_SET, d->mask);
type               97 drivers/irqchip/irq-tango.c 		intc_writel(chip, regs->type + EDGE_CFG_FALL_CLR, d->mask);
type              101 drivers/irqchip/irq-tango.c 		intc_writel(chip, regs->type + EDGE_CFG_RISE_CLR, d->mask);
type              102 drivers/irqchip/irq-tango.c 		intc_writel(chip, regs->type + EDGE_CFG_FALL_SET, d->mask);
type              106 drivers/irqchip/irq-tango.c 		intc_writel(chip, regs->type + EDGE_CFG_RISE_CLR, d->mask);
type              107 drivers/irqchip/irq-tango.c 		intc_writel(chip, regs->type + EDGE_CFG_FALL_CLR, d->mask);
type              111 drivers/irqchip/irq-tango.c 		intc_writel(chip, regs->type + EDGE_CFG_RISE_SET, d->mask);
type              112 drivers/irqchip/irq-tango.c 		intc_writel(chip, regs->type + EDGE_CFG_FALL_SET, d->mask);
type              148 drivers/irqchip/irq-tango.c 		ct[i].regs.type = edge_base;
type              151 drivers/irqchip/irq-tango.c 	ct[0].type = IRQ_TYPE_LEVEL_MASK;
type              154 drivers/irqchip/irq-tango.c 	ct[1].type = IRQ_TYPE_EDGE_BOTH;
type              146 drivers/irqchip/irq-tb10x.c 	gc->chip_types[0].type               = IRQ_TYPE_LEVEL_MASK;
type              152 drivers/irqchip/irq-tb10x.c 	gc->chip_types[1].type               = IRQ_TYPE_EDGE_BOTH;
type              218 drivers/irqchip/irq-tegra.c 					unsigned int *type)
type              229 drivers/irqchip/irq-tegra.c 		*type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
type              420 drivers/irqchip/irq-ti-sci-inta.c static int ti_sci_inta_set_type(struct irq_data *data, unsigned int type)
type              426 drivers/irqchip/irq-ti-sci-inta.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type               43 drivers/irqchip/irq-ti-sci-intr.c 	u32 type;
type               69 drivers/irqchip/irq-ti-sci-intr.c 					    unsigned int *type)
type               77 drivers/irqchip/irq-ti-sci-intr.c 	*type = intr->type;
type              135 drivers/irqchip/irq-ti-sci-intr.c 	fwspec.param[2] = intr->type;
type              218 drivers/irqchip/irq-ti-sci-intr.c 				   &intr->type);
type               57 drivers/irqchip/irq-uniphier-aidet.c static int uniphier_aidet_irq_set_type(struct irq_data *data, unsigned int type)
type               63 drivers/irqchip/irq-uniphier-aidet.c 	switch (type) {
type               70 drivers/irqchip/irq-uniphier-aidet.c 		type = IRQ_TYPE_EDGE_RISING;
type               74 drivers/irqchip/irq-uniphier-aidet.c 		type = IRQ_TYPE_LEVEL_HIGH;
type               82 drivers/irqchip/irq-uniphier-aidet.c 	return irq_chip_set_type_parent(data, type);
type              114 drivers/irqchip/irq-uniphier-aidet.c 	unsigned int type;
type              120 drivers/irqchip/irq-uniphier-aidet.c 	ret = uniphier_aidet_domain_translate(domain, arg, &hwirq, &type);
type              124 drivers/irqchip/irq-uniphier-aidet.c 	switch (type) {
type              129 drivers/irqchip/irq-uniphier-aidet.c 		type = IRQ_TYPE_EDGE_RISING;
type              132 drivers/irqchip/irq-uniphier-aidet.c 		type = IRQ_TYPE_LEVEL_HIGH;
type              152 drivers/irqchip/irq-uniphier-aidet.c 	parent_fwspec.param[2] = type;
type              163 drivers/irqchip/irq-vf610-mscm-ir.c 					  unsigned int *type)
type              168 drivers/irqchip/irq-vf610-mscm-ir.c 	*type = fwspec->param[1] & IRQ_TYPE_SENSE_MASK;
type              120 drivers/irqchip/qcom-irq-combiner.c 				  unsigned long *hwirq, unsigned int *type)
type              132 drivers/irqchip/qcom-irq-combiner.c 		*type = fws->param[1];
type              149 drivers/irqchip/qcom-irq-combiner.c 	if (ares->type == ACPI_RESOURCE_TYPE_GENERIC_REGISTER)
type              183 drivers/irqchip/qcom-irq-combiner.c 	if (ares->type != ACPI_RESOURCE_TYPE_GENERIC_REGISTER)
type              112 drivers/irqchip/qcom-pdc.c static int qcom_pdc_gic_set_type(struct irq_data *d, unsigned int type)
type              117 drivers/irqchip/qcom-pdc.c 	switch (type) {
type              123 drivers/irqchip/qcom-pdc.c 		type = IRQ_TYPE_EDGE_RISING;
type              127 drivers/irqchip/qcom-pdc.c 		type = IRQ_TYPE_EDGE_RISING;
type              134 drivers/irqchip/qcom-pdc.c 		type = IRQ_TYPE_LEVEL_HIGH;
type              143 drivers/irqchip/qcom-pdc.c 	return irq_chip_set_type_parent(d, type);
type              177 drivers/irqchip/qcom-pdc.c 			      unsigned long *hwirq, unsigned int *type)
type              184 drivers/irqchip/qcom-pdc.c 		*type = fwspec->param[1] & IRQ_TYPE_SENSE_MASK;
type              197 drivers/irqchip/qcom-pdc.c 	unsigned int type;
type              200 drivers/irqchip/qcom-pdc.c 	ret = qcom_pdc_translate(domain, fwspec, &hwirq, &type);
type              213 drivers/irqchip/qcom-pdc.c 	if (type & IRQ_TYPE_EDGE_BOTH)
type              214 drivers/irqchip/qcom-pdc.c 		type = IRQ_TYPE_EDGE_RISING;
type              216 drivers/irqchip/qcom-pdc.c 	if (type & IRQ_TYPE_LEVEL_MASK)
type              217 drivers/irqchip/qcom-pdc.c 		type = IRQ_TYPE_LEVEL_HIGH;
type              223 drivers/irqchip/qcom-pdc.c 	parent_fwspec.param[2]    = type;
type             1279 drivers/isdn/capi/capi.c 	drv->type = TTY_DRIVER_TYPE_SERIAL;
type               52 drivers/isdn/capi/kcapi.c 	unsigned int type;
type              275 drivers/isdn/capi/kcapi.c 	blocking_notifier_call_chain(&ctr_notifier_list, event->type,
type              292 drivers/isdn/capi/kcapi.c 	event->type = event_type;
type              122 drivers/isdn/hardware/mISDN/avmfritz.c 	u8			type;
type              282 drivers/isdn/hardware/mISDN/avmfritz.c 	switch (fc->type) {
type              311 drivers/isdn/hardware/mISDN/avmfritz.c 	switch (fc->type) {
type              346 drivers/isdn/hardware/mISDN/avmfritz.c 	mode = (fc->type == AVM_FRITZ_PCIV2) ? HDLC_FIFO_SIZE_128 : 0;
type              412 drivers/isdn/hardware/mISDN/avmfritz.c 	if (fc->type == AVM_FRITZ_PCIV2)
type              447 drivers/isdn/hardware/mISDN/avmfritz.c 	fs = (fc->type == AVM_FRITZ_PCIV2) ?
type              477 drivers/isdn/hardware/mISDN/avmfritz.c 	if (fc->type == AVM_FRITZ_PCIV2) {
type              532 drivers/isdn/hardware/mISDN/avmfritz.c 	if (fc->type == AVM_FRITZ_PCIV2) {
type              745 drivers/isdn/hardware/mISDN/avmfritz.c 	switch (fc->type) {
type              757 drivers/isdn/hardware/mISDN/avmfritz.c 	switch (fc->type) {
type              781 drivers/isdn/hardware/mISDN/avmfritz.c 	if (fc->type == AVM_FRITZ_PCIV2)
type              805 drivers/isdn/hardware/mISDN/avmfritz.c 		if (fc->type == AVM_FRITZ_PCIV2) {
type              962 drivers/isdn/hardware/mISDN/avmfritz.c 	switch (fc->type) {
type              974 drivers/isdn/hardware/mISDN/avmfritz.c 		fc->isac.type = IPAC_TYPE_ISAC;
type              986 drivers/isdn/hardware/mISDN/avmfritz.c 		fc->isac.type = IPAC_TYPE_ISACX;
type              990 drivers/isdn/hardware/mISDN/avmfritz.c 		pr_info("%s: AVM unknown type %d\n", fc->name, fc->type);
type              994 drivers/isdn/hardware/mISDN/avmfritz.c 		  (fc->type == AVM_FRITZ_PCI) ? "AVM Fritz!CARD PCI" :
type             1048 drivers/isdn/hardware/mISDN/avmfritz.c 		if (AVM_FRITZ_PCIV2 == card->type)
type             1098 drivers/isdn/hardware/mISDN/avmfritz.c 		card->type = AVM_FRITZ_PCIV2;
type             1100 drivers/isdn/hardware/mISDN/avmfritz.c 		card->type = AVM_FRITZ_PCI;
type              128 drivers/isdn/hardware/mISDN/hfc_multi.h 	int type;
type              203 drivers/isdn/hardware/mISDN/hfcmulti.c static uint	type[MAX_CARDS];
type              232 drivers/isdn/hardware/mISDN/hfcmulti.c module_param_array(type, uint, NULL, S_IRUGO | S_IWUSR);
type             5003 drivers/isdn/hardware/mISDN/hfcmulti.c 	if ((type[HFC_cnt] & 0xff) && (type[HFC_cnt] & 0xff) != m->type) {
type             5006 drivers/isdn/hardware/mISDN/hfcmulti.c 		       m->vendor_name, m->card_name, m->type, HFC_cnt,
type             5007 drivers/isdn/hardware/mISDN/hfcmulti.c 		       type[HFC_cnt] & 0xff);
type             5014 drivers/isdn/hardware/mISDN/hfcmulti.c 		       __func__, m->vendor_name, m->card_name, m->type,
type             5015 drivers/isdn/hardware/mISDN/hfcmulti.c 		       type[HFC_cnt]);
type             5025 drivers/isdn/hardware/mISDN/hfcmulti.c 	hc->ctype =  m->type;
type             5064 drivers/isdn/hardware/mISDN/hfcmulti.c 	if (type[HFC_cnt] & 0x100) {
type             5079 drivers/isdn/hardware/mISDN/hfcmulti.c 		if (!(type[HFC_cnt] & 0x200))
type             5084 drivers/isdn/hardware/mISDN/hfcmulti.c 	if (type[HFC_cnt] & 0x800)
type             5086 drivers/isdn/hardware/mISDN/hfcmulti.c 	if (type[HFC_cnt] & 0x1000) {
type             5090 drivers/isdn/hardware/mISDN/hfcmulti.c 	if (type[HFC_cnt] & 0x4000)
type             5092 drivers/isdn/hardware/mISDN/hfcmulti.c 	if (type[HFC_cnt] & 0x8000)
type             5095 drivers/isdn/hardware/mISDN/hfcmulti.c 	if (type[HFC_cnt] & 0x10000)
type             5097 drivers/isdn/hardware/mISDN/hfcmulti.c 	if (type[HFC_cnt] & 0x20000)
type             5099 drivers/isdn/hardware/mISDN/hfcmulti.c 	if (type[HFC_cnt] & 0x80000) {
type               16 drivers/isdn/hardware/mISDN/ipac.h 	u32			type;
type               62 drivers/isdn/hardware/mISDN/ipac.h 	u32			type;
type              716 drivers/isdn/hardware/mISDN/mISDNinfineon.c 		hw->ipac.type = IPAC_TYPE_ISAC | IPAC_TYPE_HSCX;
type              725 drivers/isdn/hardware/mISDN/mISDNinfineon.c 		hw->ipac.type = IPAC_TYPE_IPAC;
type              733 drivers/isdn/hardware/mISDN/mISDNinfineon.c 		hw->ipac.type = IPAC_TYPE_IPACX;
type              741 drivers/isdn/hardware/mISDN/mISDNinfineon.c 		hw->ipac.type = IPAC_TYPE_IPAC;
type              757 drivers/isdn/hardware/mISDN/mISDNinfineon.c 		hw->ipac.type = IPAC_TYPE_IPAC;
type              767 drivers/isdn/hardware/mISDN/mISDNinfineon.c 		hw->ipac.type = IPAC_TYPE_ISAC | IPAC_TYPE_HSCX;
type              776 drivers/isdn/hardware/mISDN/mISDNinfineon.c 		hw->ipac.type = IPAC_TYPE_IPAC;
type              786 drivers/isdn/hardware/mISDN/mISDNinfineon.c 		hw->ipac.type = IPAC_TYPE_IPAC;
type              796 drivers/isdn/hardware/mISDN/mISDNinfineon.c 		hw->ipac.type = IPAC_TYPE_IPAC;
type              806 drivers/isdn/hardware/mISDN/mISDNinfineon.c 		hw->ipac.type = IPAC_TYPE_IPAC;
type              816 drivers/isdn/hardware/mISDN/mISDNinfineon.c 		hw->ipac.type = IPAC_TYPE_ISAC | IPAC_TYPE_HSCX;
type              824 drivers/isdn/hardware/mISDN/mISDNinfineon.c 		hw->ipac.type = IPAC_TYPE_IPAC;
type               37 drivers/isdn/hardware/mISDN/mISDNipac.c 	if (isac->type & IPAC_TYPE_ISACX)
type              487 drivers/isdn/hardware/mISDN/mISDNipac.c 	if (isac->type & IPAC_TYPE_ISACX) {
type              599 drivers/isdn/hardware/mISDN/mISDNipac.c 		if (!(isac->type & IPAC_TYPE_ISACX)) {
type              695 drivers/isdn/hardware/mISDN/mISDNipac.c 	if (isac->type & IPAC_TYPE_ISACX)
type              785 drivers/isdn/hardware/mISDN/mISDNipac.c 	if (isac->type & IPAC_TYPE_ISACX) {
type              830 drivers/isdn/hardware/mISDN/mISDNipac.c 		isac->type |= ((val >> 5) & 3);
type              914 drivers/isdn/hardware/mISDN/mISDNipac.c 	if (hx->ip->type & IPAC_TYPE_IPACX)
type              945 drivers/isdn/hardware/mISDN/mISDNipac.c 	if (hscx->ip->type & IPAC_TYPE_IPACX)
type              989 drivers/isdn/hardware/mISDN/mISDNipac.c 	if (hscx->ip->type & IPAC_TYPE_IPACX)
type             1028 drivers/isdn/hardware/mISDN/mISDNipac.c 	if (hx->ip->type & IPAC_TYPE_IPACX)
type             1054 drivers/isdn/hardware/mISDN/mISDNipac.c 	if (hx->ip->type & IPAC_TYPE_IPACX)
type             1079 drivers/isdn/hardware/mISDN/mISDNipac.c 	if (hx->ip->type & IPAC_TYPE_IPACX)
type             1081 drivers/isdn/hardware/mISDN/mISDNipac.c 	else if (hx->ip->type & IPAC_TYPE_IPAC) {
type             1154 drivers/isdn/hardware/mISDN/mISDNipac.c 	if (ipac->type & IPAC_TYPE_IPACX) {
type             1166 drivers/isdn/hardware/mISDN/mISDNipac.c 	} else if (ipac->type & IPAC_TYPE_IPAC) {
type             1185 drivers/isdn/hardware/mISDN/mISDNipac.c 	} else if (ipac->type & IPAC_TYPE_HSCX) {
type             1216 drivers/isdn/hardware/mISDN/mISDNipac.c 	if (hscx->ip->type & IPAC_TYPE_IPACX) {
type             1252 drivers/isdn/hardware/mISDN/mISDNipac.c 	} else if (hscx->ip->type & IPAC_TYPE_IPAC) { /* IPAC */
type             1288 drivers/isdn/hardware/mISDN/mISDNipac.c 	} else if (hscx->ip->type & IPAC_TYPE_HSCX) { /* HSCX */
type             1438 drivers/isdn/hardware/mISDN/mISDNipac.c 	if (hx->ip->type & IPAC_TYPE_HSCX) {
type             1457 drivers/isdn/hardware/mISDN/mISDNipac.c 	if (ipac->type & IPAC_TYPE_HSCX) {
type             1461 drivers/isdn/hardware/mISDN/mISDNipac.c 	} else if (ipac->type & IPAC_TYPE_IPAC) {
type             1570 drivers/isdn/hardware/mISDN/mISDNipac.c 		pr_notice("%s: ipac type %x\n", ipac->name, ipac->type);
type             1571 drivers/isdn/hardware/mISDN/mISDNipac.c 	if (ipac->type & IPAC_TYPE_HSCX) {
type             1572 drivers/isdn/hardware/mISDN/mISDNipac.c 		ipac->isac.type = IPAC_TYPE_ISAC;
type             1577 drivers/isdn/hardware/mISDN/mISDNipac.c 	} else if (ipac->type & IPAC_TYPE_IPAC) {
type             1578 drivers/isdn/hardware/mISDN/mISDNipac.c 		ipac->isac.type = IPAC_TYPE_IPAC | IPAC_TYPE_ISAC;
type             1583 drivers/isdn/hardware/mISDN/mISDNipac.c 	} else if (ipac->type & IPAC_TYPE_IPACX) {
type             1584 drivers/isdn/hardware/mISDN/mISDNipac.c 		ipac->isac.type = IPAC_TYPE_IPACX | IPAC_TYPE_ISACX;
type              326 drivers/isdn/hardware/mISDN/speedfax.c 	sf->isac.type = IPAC_TYPE_ISAC;
type              236 drivers/isdn/mISDN/l1oip_core.c static u_int type[MAX_CARDS];
type              249 drivers/isdn/mISDN/l1oip_core.c module_param_array(type, uint, NULL, S_IRUGO | S_IWUSR);
type             1450 drivers/isdn/mISDN/l1oip_core.c 	while (l1oip_cnt < MAX_CARDS && type[l1oip_cnt]) {
type             1451 drivers/isdn/mISDN/l1oip_core.c 		switch (type[l1oip_cnt] & 0xff) {
type             1470 drivers/isdn/mISDN/l1oip_core.c 			       type[l1oip_cnt] & 0xff);
type              597 drivers/isdn/mISDN/socket.c 	if (sock->type != SOCK_DGRAM)
type              755 drivers/isdn/mISDN/socket.c 	if (sock->type != SOCK_RAW)
type              565 drivers/leds/leds-blinkm.c 	strlcpy(info->type, "blinkm", I2C_NAME_SIZE);
type               52 drivers/leds/leds-lm355x.c 	enum lm355x_type type;
type              166 drivers/leds/leds-lm355x.c 	switch (chip->type) {
type              208 drivers/leds/leds-lm355x.c 			 lm355x_name[chip->type],
type              250 drivers/leds/leds-lm355x.c 			if (chip->type == CHIP_LM3554)
type              423 drivers/leds/leds-lm355x.c 	chip->type = id->driver_data;
type              506 drivers/leds/leds-lm355x.c 	dev_info(&client->dev, "%s is removed\n", lm355x_name[chip->type]);
type               65 drivers/leds/leds-lp3944.c 	enum lp3944_type type;
type              204 drivers/leds/leds-lp3944.c 	if (led->type == LP3944_LED_TYPE_LED_INVERTED && status < 2)
type              253 drivers/leds/leds-lp3944.c 	if (led->type == LP3944_LED_TYPE_LED_INVERTED)
type              302 drivers/leds/leds-lp3944.c 		switch (pled->type) {
type              306 drivers/leds/leds-lp3944.c 			led->type = pled->type;
type              347 drivers/leds/leds-lp3944.c 			switch (pdata->leds[i].type) {
type              407 drivers/leds/leds-lp3944.c 		switch (data->leds[i].type) {
type              120 drivers/leds/leds-pca9532.c 		if (data->leds[i].type == PCA9532_TYPE_LED &&
type              222 drivers/leds/leds-pca9532.c static int pca9532_event(struct input_dev *dev, unsigned int type,
type              227 drivers/leds/leds-pca9532.c 	if (!(type == EV_SND && (code == SND_BELL || code == SND_TONE)))
type              274 drivers/leds/leds-pca9532.c 	if (led->type == PCA9532_TYPE_GPIO)
type              327 drivers/leds/leds-pca9532.c 		switch (data->leds[i].type) {
type              372 drivers/leds/leds-pca9532.c 		led->type = pled->type;
type              373 drivers/leds/leds-pca9532.c 		switch (led->type) {
type              490 drivers/leds/leds-pca9532.c 		of_property_read_u32(child, "type", &pdata->leds[i].type);
type              124 drivers/leds/leds-pca955x.c 	u32			type;
type              310 drivers/leds/leds-pca955x.c 	if (led->type == PCA955X_TYPE_GPIO)
type              400 drivers/leds/leds-pca955x.c 		pdata->leds[reg].type = PCA955X_TYPE_LED;
type              401 drivers/leds/leds-pca955x.c 		fwnode_property_read_u32(child, "type", &pdata->leds[reg].type);
type              481 drivers/leds/leds-pca955x.c 		pca955x_led->type = pdata->leds[i].type;
type              483 drivers/leds/leds-pca955x.c 		switch (pca955x_led->type) {
type               22 drivers/leds/leds-powernv.c 	const int	type;
type               66 drivers/leds/leds-powernv.c 			return led_type_map[i].type;
type               13 drivers/leds/trigger/ledtrig-audio.c enum led_brightness ledtrig_audio_get(enum led_audio type)
type               15 drivers/leds/trigger/ledtrig-audio.c 	return audio_state[type];
type               19 drivers/leds/trigger/ledtrig-audio.c void ledtrig_audio_set(enum led_audio type, enum led_brightness state)
type               21 drivers/leds/trigger/ledtrig-audio.c 	audio_state[type] = state;
type               22 drivers/leds/trigger/ledtrig-audio.c 	led_trigger_event(ledtrig_audio[type], state);
type              321 drivers/lightnvm/core.c 	switch (create->conf.type) {
type              421 drivers/lightnvm/core.c 	t->type = tt;
type              451 drivers/lightnvm/core.c 	struct nvm_tgt_type *tt = t->type;
type              466 drivers/lightnvm/core.c 	module_put(t->type->owner);
type              983 drivers/lightnvm/core.c 		meta->type = NVM_CHK_TP_W_SEQ;
type             1071 drivers/lightnvm/core.c 		       int nr_ppas, int type)
type             1090 drivers/lightnvm/core.c 	ret = dev->ops->set_bb_tbl(dev, &rqd.ppa_addr, rqd.nr_ppas, type);
type             1345 drivers/lightnvm/core.c 	if (create.conf.type == NVM_CONFIG_TYPE_EXTENDED &&
type              269 drivers/lightnvm/pblk-core.c struct nvm_rq *pblk_alloc_rqd(struct pblk *pblk, int type)
type              275 drivers/lightnvm/pblk-core.c 	switch (type) {
type              297 drivers/lightnvm/pblk-core.c void pblk_free_rqd(struct pblk *pblk, struct nvm_rq *rqd, int type)
type              301 drivers/lightnvm/pblk-core.c 	switch (type) {
type              993 drivers/lightnvm/pblk-core.c 	smeta_buf->header.type = cpu_to_le16(line->type);
type             1384 drivers/lightnvm/pblk-core.c 	line->type = PBLK_LINETYPE_DATA;
type             1401 drivers/lightnvm/pblk-core.c 		l_mg->data_next->type = PBLK_LINETYPE_DATA;
type             1607 drivers/lightnvm/pblk-core.c 		l_mg->data_next->type = PBLK_LINETYPE_DATA;
type             1809 drivers/lightnvm/pblk-core.c 		emeta_buf->header.type = cpu_to_le16(line->type);
type              727 drivers/lightnvm/pblk-init.c 		chunk->type = chunk_meta->type;
type              736 drivers/lightnvm/pblk-init.c 		if (chunk->type & NVM_CHK_TP_SZ_SPEC) {
type              760 drivers/lightnvm/pblk-init.c 	line->type = PBLK_LINETYPE_FREE;
type              724 drivers/lightnvm/pblk-recovery.c 		line->type = le16_to_cpu(smeta_buf->header.type);
type              835 drivers/lightnvm/pblk-recovery.c 			l_mg->data_next->type = PBLK_LINETYPE_DATA;
type              199 drivers/lightnvm/pblk-sysfs.c 		if (line->type == PBLK_LINETYPE_DATA)
type              201 drivers/lightnvm/pblk-sysfs.c 		else if (line->type == PBLK_LINETYPE_LOG)
type              208 drivers/lightnvm/pblk-sysfs.c 		if (line->type == PBLK_LINETYPE_DATA)
type              210 drivers/lightnvm/pblk-sysfs.c 		else if (line->type == PBLK_LINETYPE_LOG)
type              217 drivers/lightnvm/pblk-sysfs.c 		if (line->type == PBLK_LINETYPE_DATA)
type              219 drivers/lightnvm/pblk-sysfs.c 		else if (line->type == PBLK_LINETYPE_LOG)
type              226 drivers/lightnvm/pblk-sysfs.c 		if (line->type == PBLK_LINETYPE_DATA)
type              228 drivers/lightnvm/pblk-sysfs.c 		else if (line->type == PBLK_LINETYPE_LOG)
type              235 drivers/lightnvm/pblk-sysfs.c 		if (line->type == PBLK_LINETYPE_DATA)
type              237 drivers/lightnvm/pblk-sysfs.c 		else if (line->type == PBLK_LINETYPE_LOG)
type              244 drivers/lightnvm/pblk-sysfs.c 		if (line->type == PBLK_LINETYPE_DATA)
type              246 drivers/lightnvm/pblk-sysfs.c 		else if (line->type == PBLK_LINETYPE_LOG)
type              345 drivers/lightnvm/pblk.h 	__le16 type;		/* line type */
type              440 drivers/lightnvm/pblk.h 	int type;			/* PBLK_LINETYPE_X */
type              764 drivers/lightnvm/pblk.h struct nvm_rq *pblk_alloc_rqd(struct pblk *pblk, int type);
type              765 drivers/lightnvm/pblk.h void pblk_free_rqd(struct pblk *pblk, struct nvm_rq *rqd, int type);
type              684 drivers/macintosh/adbhid.c static int adbhid_kbd_event(struct input_dev *dev, unsigned int type, unsigned int code, int value)
type              689 drivers/macintosh/adbhid.c 	switch (type) {
type               72 drivers/macintosh/mac_hid.c 				    unsigned int type, unsigned int code,
type               77 drivers/macintosh/mac_hid.c 	if (type != EV_KEY)
type              250 drivers/macintosh/macio_asic.c 	if (dev->bus->chip->type != macio_gatwick)
type              725 drivers/macintosh/macio_asic.c 	if (chip->type == macio_gatwick || chip->type == macio_ohareII)
type               62 drivers/macintosh/macio_sysfs.c static DEVICE_ATTR_RO(type);
type              667 drivers/macintosh/smu.c 		.type		= "smu",
type              849 drivers/macintosh/smu.c 	switch(cmd->info.type) {
type              881 drivers/macintosh/smu.c 		cmd->info.subaddr[0], cmd->info.type);
type               88 drivers/macintosh/therm_adt746x.c 	}			type;
type              145 drivers/macintosh/therm_adt746x.c 	if (th->type == ADT7460)
type              158 drivers/macintosh/therm_adt746x.c 	if (th->type == ADT7467 && fan == 1)
type              181 drivers/macintosh/therm_adt746x.c 		if(th->type == ADT7460) {
type              235 drivers/macintosh/therm_adt746x.c 		int fan_number = (th->type == ADT7460 && i == 2);
type              439 drivers/macintosh/therm_adt746x.c 	if(th->type == ADT7460)
type              462 drivers/macintosh/therm_adt746x.c 	if (th->type == ADT7460)
type              506 drivers/macintosh/therm_adt746x.c 	th->type = id->driver_data;
type              519 drivers/macintosh/therm_adt746x.c 	if (th->type == ADT7460) {
type              325 drivers/macintosh/therm_windtunnel.c 		strlcpy(info.type, "MAC,ds1775", I2C_NAME_SIZE);
type              333 drivers/macintosh/therm_windtunnel.c 		strlcpy(info.type, "MAC,adm1030", I2C_NAME_SIZE);
type              161 drivers/macintosh/via-pmu-backlight.c 	props.type = BACKLIGHT_PLATFORM;
type               40 drivers/macintosh/windfarm.h 	int				type;
type              175 drivers/macintosh/windfarm_core.c 	switch(ctrl->type) {
type              362 drivers/macintosh/windfarm_fcu_controls.c 			   int type, int id)
type              377 drivers/macintosh/windfarm_fcu_controls.c 	if (type == FCU_FAN_RPM) {
type              382 drivers/macintosh/windfarm_fcu_controls.c 		fan->ctrl.type = WF_CONTROL_RPM_FAN;
type              387 drivers/macintosh/windfarm_fcu_controls.c 		fan->ctrl.type = WF_CONTROL_PWM_FAN;
type              433 drivers/macintosh/windfarm_fcu_controls.c 		int id, type = -1;
type              443 drivers/macintosh/windfarm_fcu_controls.c 			type = FCU_FAN_RPM;
type              446 drivers/macintosh/windfarm_fcu_controls.c 			type = FCU_FAN_PWM;
type              448 drivers/macintosh/windfarm_fcu_controls.c 		if (type == -1)
type              466 drivers/macintosh/windfarm_fcu_controls.c 			if (type == FCU_FAN_RPM)
type              476 drivers/macintosh/windfarm_fcu_controls.c 			wf_fcu_add_fan(pv, name, type, id);
type              312 drivers/macintosh/windfarm_pm91.c 	param.additive = (fan_hd->type == WF_CONTROL_RPM_FAN);
type              393 drivers/macintosh/windfarm_pm91.c 	param.additive = (fan_slots->type == WF_CONTROL_RPM_FAN);
type              173 drivers/macintosh/windfarm_smu_controls.c 	fct->ctrl.type = pwm_fan ? WF_CONTROL_PWM_FAN : WF_CONTROL_RPM_FAN;
type              340 drivers/mailbox/bcm-flexrm-mailbox.c 	u32 type = DESC_DEC(desc, DESC_TYPE_SHIFT, DESC_TYPE_MASK);
type              342 drivers/mailbox/bcm-flexrm-mailbox.c 	return (type == NPTR_TYPE) ? true : false;
type              849 drivers/mailbox/bcm-flexrm-mailbox.c 	switch (msg->type) {
type              864 drivers/mailbox/bcm-flexrm-mailbox.c 	switch (msg->type) {
type              879 drivers/mailbox/bcm-flexrm-mailbox.c 	switch (msg->type) {
type              894 drivers/mailbox/bcm-flexrm-mailbox.c 	switch (msg->type) {
type              913 drivers/mailbox/bcm-flexrm-mailbox.c 	switch (msg->type) {
type             1209 drivers/mailbox/bcm-flexrm-mailbox.c 	if (msg->type == BRCM_MESSAGE_BATCH) {
type              595 drivers/mailbox/bcm-pdc-mailbox.c 	mssg.type = BRCM_MESSAGE_SPU;
type             1206 drivers/mailbox/bcm-pdc-mailbox.c 	if (unlikely(mssg->type != BRCM_MESSAGE_SPU))
type               50 drivers/mailbox/imx-mailbox.c 	enum imx_mu_chan_type	type;
type              117 drivers/mailbox/imx-mailbox.c 	switch (cp->type) {
type              160 drivers/mailbox/imx-mailbox.c 	switch (cp->type) {
type              170 drivers/mailbox/imx-mailbox.c 		dev_warn_ratelimited(priv->dev, "Send data on wrong channel type: %d\n", cp->type);
type              183 drivers/mailbox/imx-mailbox.c 	if (cp->type == IMX_MU_TYPE_TXDB) {
type              198 drivers/mailbox/imx-mailbox.c 	switch (cp->type) {
type              217 drivers/mailbox/imx-mailbox.c 	if (cp->type == IMX_MU_TYPE_TXDB) {
type              222 drivers/mailbox/imx-mailbox.c 	switch (cp->type) {
type              248 drivers/mailbox/imx-mailbox.c 	u32 type, idx, chan;
type              255 drivers/mailbox/imx-mailbox.c 	type = sp->args[0]; /* channel type */
type              257 drivers/mailbox/imx-mailbox.c 	chan = type * 4 + idx;
type              260 drivers/mailbox/imx-mailbox.c 		dev_err(mbox->dev, "Not supported channel number: %d. (type: %d, idx: %d)\n", chan, type, idx);
type              316 drivers/mailbox/imx-mailbox.c 		cp->type = i >> 2;
type              320 drivers/mailbox/imx-mailbox.c 			 "imx_mu_chan[%i-%i]", cp->type, cp->idx);
type               40 drivers/mailbox/omap-mailbox.c #define MAILBOX_IRQSTATUS(type, u)	(type ? OMAP4_MAILBOX_IRQSTATUS(u) : \
type               42 drivers/mailbox/omap-mailbox.c #define MAILBOX_IRQENABLE(type, u)	(type ? OMAP4_MAILBOX_IRQENABLE(u) : \
type               44 drivers/mailbox/omap-mailbox.c #define MAILBOX_IRQDISABLE(type, u)	(type ? OMAP4_MAILBOX_IRQENABLE_CLR(u) \
type              192 drivers/mailbox/pcc.c 	if (pcct_ss->header.type == ACPI_PCCT_TYPE_HW_REDUCED_SUBSPACE_TYPE2) {
type              381 drivers/mailbox/pcc.c 	if (ss->header.type < ACPI_PCCT_TYPE_RESERVED)
type              408 drivers/mailbox/pcc.c 	if (pcct_ss->header.type
type              501 drivers/mailbox/pcc.c 		if (pcct_entry->type == ACPI_PCCT_TYPE_HW_REDUCED_SUBSPACE ||
type              502 drivers/mailbox/pcc.c 		    pcct_entry->type == ACPI_PCCT_TYPE_HW_REDUCED_SUBSPACE_TYPE2) {
type              497 drivers/mailbox/tegra-hsp.c 	unsigned int type = args->args[0], master = args->args[1];
type              504 drivers/mailbox/tegra-hsp.c 	if (type != TEGRA_HSP_MBOX_TYPE_DB || !hsp->doorbell_irq)
type              536 drivers/mailbox/tegra-hsp.c 	unsigned int type = args->args[0], index;
type              541 drivers/mailbox/tegra-hsp.c 	if (type != TEGRA_HSP_MBOX_TYPE_SM || !hsp->shared_irqs ||
type              290 drivers/mcb/mcb-core.c 	bus->dev.type = &mcb_carrier_device_type;
type              422 drivers/mcb/mcb-core.c struct resource *mcb_get_resource(struct mcb_device *dev, unsigned int type)
type              424 drivers/mcb/mcb-core.c 	if (type == IORESOURCE_MEM)
type              426 drivers/mcb/mcb-core.c 	else if (type == IORESOURCE_IRQ)
type                5 drivers/md/bcache/sysfs.h #define KTYPE(type)							\
type                6 drivers/md/bcache/sysfs.h struct kobj_type type ## _ktype = {					\
type                7 drivers/md/bcache/sysfs.h 	.release	= type ## _release,				\
type                9 drivers/md/bcache/sysfs.h 		.show	= type ## _show,				\
type               10 drivers/md/bcache/sysfs.h 		.store	= type ## _store				\
type               12 drivers/md/bcache/sysfs.h 	.default_attrs	= type ## _files				\
type               23 drivers/md/bcache/util.c #define STRTO_H(name, type)					\
type               24 drivers/md/bcache/util.c int bch_ ## name ## _h(const char *cp, type *res)		\
type               28 drivers/md/bcache/util.c 	type i = simple_ ## name(cp, &e, 10);			\
type               67 drivers/md/bcache/util.c 		if ((type) ~0 > 0 &&				\
type               68 drivers/md/bcache/util.c 		    (type) ~0 / 1024 <= i)			\
type               70 drivers/md/bcache/util.c 		if ((i > 0 && ANYSINT_MAX(type) / 1024 < i) ||	\
type               71 drivers/md/bcache/util.c 		    (i < 0 && -ANYSINT_MAX(type) / 1024 > i))	\
type               36 drivers/md/bcache/util.h #define DECLARE_HEAP(type, name)					\
type               39 drivers/md/bcache/util.h 		type *data;						\
type              116 drivers/md/bcache/util.h #define DECLARE_FIFO(type, name)					\
type              119 drivers/md/bcache/util.h 		type *data;						\
type              248 drivers/md/bcache/util.h #define DECLARE_ARRAY_ALLOCATOR(type, name, size)			\
type              250 drivers/md/bcache/util.h 		type	*freelist;					\
type              251 drivers/md/bcache/util.h 		type	data[size];					\
type              464 drivers/md/bcache/util.h #define container_of_or_null(ptr, type, member)				\
type              467 drivers/md/bcache/util.h 	_ptr ? container_of(_ptr, type, member) : NULL;			\
type              533 drivers/md/bcache/util.h #define RB_FIRST(root, type, member)					\
type              534 drivers/md/bcache/util.h 	container_of_or_null(rb_first(root), type, member)
type              536 drivers/md/bcache/util.h #define RB_LAST(root, type, member)					\
type              537 drivers/md/bcache/util.h 	container_of_or_null(rb_last(root), type, member)
type              572 drivers/md/dm-bufio.c 		io_req.mem.type = DM_IO_KMEM;
type              575 drivers/md/dm-bufio.c 		io_req.mem.type = DM_IO_VMA;
type             1312 drivers/md/dm-bufio.c 		.mem.type = DM_IO_KMEM,
type               79 drivers/md/dm-cache-policy.c int dm_cache_policy_register(struct dm_cache_policy_type *type)
type               84 drivers/md/dm-cache-policy.c 	if (type->hint_size != 0 && type->hint_size != 4) {
type               85 drivers/md/dm-cache-policy.c 		DMWARN("hint size must be 0 or 4 but %llu supplied.", (unsigned long long) type->hint_size);
type               90 drivers/md/dm-cache-policy.c 	if (__find_policy(type->name)) {
type               91 drivers/md/dm-cache-policy.c 		DMWARN("attempt to register policy under duplicate name %s", type->name);
type               94 drivers/md/dm-cache-policy.c 		list_add(&type->list, &register_list);
type              103 drivers/md/dm-cache-policy.c void dm_cache_policy_unregister(struct dm_cache_policy_type *type)
type              106 drivers/md/dm-cache-policy.c 	list_del_init(&type->list);
type              117 drivers/md/dm-cache-policy.c 	struct dm_cache_policy_type *type;
type              119 drivers/md/dm-cache-policy.c 	type = get_policy(name);
type              120 drivers/md/dm-cache-policy.c 	if (!type) {
type              125 drivers/md/dm-cache-policy.c 	p = type->create(cache_size, origin_size, cache_block_size);
type              127 drivers/md/dm-cache-policy.c 		put_policy(type);
type              130 drivers/md/dm-cache-policy.c 	p->private = type;
type              181 drivers/md/dm-cache-policy.h int dm_cache_policy_register(struct dm_cache_policy_type *type);
type              182 drivers/md/dm-cache-policy.h void dm_cache_policy_unregister(struct dm_cache_policy_type *type);
type             3151 drivers/md/dm-cache-target.c static void cache_status(struct dm_target *ti, status_type_t type,
type             3164 drivers/md/dm-cache-target.c 	switch (type) {
type             1433 drivers/md/dm-clone-target.c static void clone_status(struct dm_target *ti, status_type_t type,
type             1445 drivers/md/dm-clone-target.c 	switch (type) {
type               48 drivers/md/dm-core.h 	enum dm_queue_mode type;
type             2814 drivers/md/dm-crypt.c static void crypt_status(struct dm_target *ti, status_type_t type,
type             2821 drivers/md/dm-crypt.c 	switch (type) {
type              307 drivers/md/dm-delay.c static void delay_status(struct dm_target *ti, status_type_t type,
type              313 drivers/md/dm-delay.c 	switch (type) {
type              442 drivers/md/dm-dust.c static void dust_status(struct dm_target *ti, status_type_t type,
type              448 drivers/md/dm-dust.c 	switch (type) {
type             1598 drivers/md/dm-era-target.c static void era_status(struct dm_target *ti, status_type_t type,
type             1607 drivers/md/dm-era-target.c 	switch (type) {
type               24 drivers/md/dm-exception-store.c 	struct dm_exception_store_type *type;
type               26 drivers/md/dm-exception-store.c 	list_for_each_entry(type, &_exception_store_types, list)
type               27 drivers/md/dm-exception-store.c 		if (!strcmp(name, type->name))
type               28 drivers/md/dm-exception-store.c 			return type;
type               35 drivers/md/dm-exception-store.c 	struct dm_exception_store_type *type;
type               39 drivers/md/dm-exception-store.c 	type = __find_exception_store_type(name);
type               41 drivers/md/dm-exception-store.c 	if (type && !try_module_get(type->module))
type               42 drivers/md/dm-exception-store.c 		type = NULL;
type               46 drivers/md/dm-exception-store.c 	return type;
type               75 drivers/md/dm-exception-store.c 	struct dm_exception_store_type *type;
type               77 drivers/md/dm-exception-store.c 	type = _get_exception_store_type(type_name);
type               78 drivers/md/dm-exception-store.c 	if (type)
type               79 drivers/md/dm-exception-store.c 		return type;
type               88 drivers/md/dm-exception-store.c 	       !(type = _get_exception_store_type(type_name))) {
type               95 drivers/md/dm-exception-store.c 	if (!type)
type              100 drivers/md/dm-exception-store.c 	return type;
type              103 drivers/md/dm-exception-store.c static void put_type(struct dm_exception_store_type *type)
type              106 drivers/md/dm-exception-store.c 	module_put(type->module);
type              110 drivers/md/dm-exception-store.c int dm_exception_store_type_register(struct dm_exception_store_type *type)
type              115 drivers/md/dm-exception-store.c 	if (!__find_exception_store_type(type->name))
type              116 drivers/md/dm-exception-store.c 		list_add(&type->list, &_exception_store_types);
type              125 drivers/md/dm-exception-store.c int dm_exception_store_type_unregister(struct dm_exception_store_type *type)
type              129 drivers/md/dm-exception-store.c 	if (!__find_exception_store_type(type->name)) {
type              134 drivers/md/dm-exception-store.c 	list_del(&type->list);
type              197 drivers/md/dm-exception-store.c 	struct dm_exception_store_type *type = NULL;
type              214 drivers/md/dm-exception-store.c 		type = get_type("P");
type              216 drivers/md/dm-exception-store.c 		type = get_type("N");
type              223 drivers/md/dm-exception-store.c 	if (!type) {
type              229 drivers/md/dm-exception-store.c 	tmp_store->type = type;
type              236 drivers/md/dm-exception-store.c 	r = type->ctr(tmp_store, (strlen(argv[0]) > 1 ? &argv[0][1] : NULL));
type              247 drivers/md/dm-exception-store.c 	put_type(type);
type              256 drivers/md/dm-exception-store.c 	store->type->dtr(store);
type              257 drivers/md/dm-exception-store.c 	put_type(store->type);
type              117 drivers/md/dm-exception-store.h 	struct dm_exception_store_type *type;
type              180 drivers/md/dm-exception-store.h int dm_exception_store_type_register(struct dm_exception_store_type *type);
type              181 drivers/md/dm-exception-store.h int dm_exception_store_type_unregister(struct dm_exception_store_type *type);
type              411 drivers/md/dm-flakey.c static void flakey_status(struct dm_target *ti, status_type_t type,
type              418 drivers/md/dm-flakey.c 	switch (type) {
type              481 drivers/md/dm-integrity.c 	io_req.mem.type = DM_IO_KMEM;
type              954 drivers/md/dm-integrity.c 	io_req.mem.type = DM_IO_PAGE_LIST;
type             1075 drivers/md/dm-integrity.c 	io_req.mem.type = DM_IO_PAGE_LIST;
type             2417 drivers/md/dm-integrity.c 	io_req.mem.type = DM_IO_VMA;
type             2916 drivers/md/dm-integrity.c static void dm_integrity_status(struct dm_target *ti, status_type_t type,
type             2923 drivers/md/dm-integrity.c 	switch (type) {
type              500 drivers/md/dm-io.c 	switch (io_req->mem.type) {
type             1142 drivers/md/dm-ioctl.c 	status_type_t type;
type             1149 drivers/md/dm-ioctl.c 		type = STATUSTYPE_TABLE;
type             1151 drivers/md/dm-ioctl.c 		type = STATUSTYPE_INFO;
type             1170 drivers/md/dm-ioctl.c 		strncpy(spec->target_type, ti->type->name,
type             1181 drivers/md/dm-ioctl.c 		if (ti->type->status) {
type             1184 drivers/md/dm-ioctl.c 			ti->type->status(ti, type, status_flags, outptr, remaining);
type             1623 drivers/md/dm-ioctl.c 	} else if (ti->type->message)
type             1624 drivers/md/dm-ioctl.c 		r = ti->type->message(ti, argc, argv, result, maxlen);
type             2117 drivers/md/dm-ioctl.c 	md->type = dm_table_get_type(t);
type              556 drivers/md/dm-kcopyd.c 		.mem.type = DM_IO_PAGE_LIST,
type              105 drivers/md/dm-linear.c static void linear_status(struct dm_target *ti, status_type_t type,
type              110 drivers/md/dm-linear.c 	switch (type) {
type               23 drivers/md/dm-log-userspace-base.c 	int type;
type              472 drivers/md/dm-log-userspace-base.c 		r = userspace_do_request(lc, lc->uuid, fe->type,
type              488 drivers/md/dm-log-userspace-base.c 	uint32_t type = 0;
type              505 drivers/md/dm-log-userspace-base.c 			type = fe->type;
type              521 drivers/md/dm-log-userspace-base.c 			r = userspace_do_request(lc, lc->uuid, type,
type              659 drivers/md/dm-log-userspace-base.c 	fe->type = DM_ULOG_MARK_REGION;
type              696 drivers/md/dm-log-userspace-base.c 	fe->type = DM_ULOG_CLEAR_REGION;
type              809 drivers/md/dm-log-userspace-base.c 			DMEMIT("%s 1 COM_FAILURE", log->type->name);
type              818 drivers/md/dm-log-userspace-base.c 		DMEMIT("%s %u %s ", log->type->name, lc->usr_argc, lc->uuid);
type              819 drivers/md/dm-log-writes.c static void log_writes_status(struct dm_target *ti, status_type_t type,
type              826 drivers/md/dm-log-writes.c 	switch (type) {
type              100 drivers/md/dm-log.c static void put_type(struct dm_dirty_log_type *type)
type              102 drivers/md/dm-log.c 	if (!type)
type              106 drivers/md/dm-log.c 	if (!__find_dirty_log_type(type->name))
type              109 drivers/md/dm-log.c 	module_put(type->module);
type              115 drivers/md/dm-log.c int dm_dirty_log_type_register(struct dm_dirty_log_type *type)
type              120 drivers/md/dm-log.c 	if (!__find_dirty_log_type(type->name))
type              121 drivers/md/dm-log.c 		list_add(&type->list, &_log_types);
type              130 drivers/md/dm-log.c int dm_dirty_log_type_unregister(struct dm_dirty_log_type *type)
type              134 drivers/md/dm-log.c 	if (!__find_dirty_log_type(type->name)) {
type              139 drivers/md/dm-log.c 	list_del(&type->list);
type              152 drivers/md/dm-log.c 	struct dm_dirty_log_type *type;
type              159 drivers/md/dm-log.c 	type = get_type(type_name);
type              160 drivers/md/dm-log.c 	if (!type) {
type              166 drivers/md/dm-log.c 	log->type = type;
type              167 drivers/md/dm-log.c 	if (type->ctr(log, ti, argc, argv)) {
type              169 drivers/md/dm-log.c 		put_type(type);
type              179 drivers/md/dm-log.c 	log->type->dtr(log);
type              180 drivers/md/dm-log.c 	put_type(log->type);
type              459 drivers/md/dm-log.c 		lc->io_req.mem.type = DM_IO_VMA;
type              789 drivers/md/dm-log.c 		DMEMIT("1 %s", log->type->name);
type              793 drivers/md/dm-log.c 		DMEMIT("%s %u %u ", log->type->name,
type              809 drivers/md/dm-log.c 		DMEMIT("3 %s %s %c", log->type->name, lc->log_dev->name,
type              816 drivers/md/dm-log.c 		DMEMIT("%s %u %s %u ", log->type->name,
type              173 drivers/md/dm-mpath.c 	if (ps->type) {
type              174 drivers/md/dm-mpath.c 		ps->type->destroy(ps);
type              175 drivers/md/dm-mpath.c 		dm_put_path_selector(ps->type);
type              351 drivers/md/dm-mpath.c 	path = pg->ps.type->select_path(&pg->ps, nr_bytes);
type              540 drivers/md/dm-mpath.c 	if (pgpath->pg->ps.type->start_io)
type              541 drivers/md/dm-mpath.c 		pgpath->pg->ps.type->start_io(&pgpath->pg->ps,
type              558 drivers/md/dm-mpath.c 		if (pgpath && pgpath->pg->ps.type->end_io)
type              559 drivers/md/dm-mpath.c 			pgpath->pg->ps.type->end_io(&pgpath->pg->ps,
type              625 drivers/md/dm-mpath.c 	if (pgpath->pg->ps.type->start_io)
type              626 drivers/md/dm-mpath.c 		pgpath->pg->ps.type->start_io(&pgpath->pg->ps,
type              774 drivers/md/dm-mpath.c 	pg->ps.type = pst;
type              874 drivers/md/dm-mpath.c 	r = ps->type->add_path(ps, &p->path, as->argc, as->argv, &ti->error);
type             1232 drivers/md/dm-mpath.c 	pgpath->pg->ps.type->fail_path(&pgpath->pg->ps, &pgpath->path);
type             1269 drivers/md/dm-mpath.c 	r = pgpath->pg->ps.type->reinstate_path(&pgpath->pg->ps, &pgpath->path);
type             1562 drivers/md/dm-mpath.c 		if (ps->type->end_io)
type             1563 drivers/md/dm-mpath.c 			ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes);
type             1606 drivers/md/dm-mpath.c 		if (ps->type->end_io)
type             1607 drivers/md/dm-mpath.c 			ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes);
type             1665 drivers/md/dm-mpath.c static void multipath_status(struct dm_target *ti, status_type_t type,
type             1679 drivers/md/dm-mpath.c 	if (type == STATUSTYPE_INFO)
type             1709 drivers/md/dm-mpath.c 	if (!m->hw_handler_name || type == STATUSTYPE_INFO)
type             1725 drivers/md/dm-mpath.c 	switch (type) {
type             1737 drivers/md/dm-mpath.c 			if (pg->ps.type->status)
type             1738 drivers/md/dm-mpath.c 				sz += pg->ps.type->status(&pg->ps, NULL, type,
type             1745 drivers/md/dm-mpath.c 			       pg->ps.type->info_args);
type             1751 drivers/md/dm-mpath.c 				if (pg->ps.type->status)
type             1752 drivers/md/dm-mpath.c 					sz += pg->ps.type->status(&pg->ps,
type             1753 drivers/md/dm-mpath.c 					      &p->path, type, result + sz,
type             1761 drivers/md/dm-mpath.c 			DMEMIT("%s ", pg->ps.type->name);
type             1763 drivers/md/dm-mpath.c 			if (pg->ps.type->status)
type             1764 drivers/md/dm-mpath.c 				sz += pg->ps.type->status(&pg->ps, NULL, type,
type             1771 drivers/md/dm-mpath.c 			       pg->ps.type->table_args);
type             1775 drivers/md/dm-mpath.c 				if (pg->ps.type->status)
type             1776 drivers/md/dm-mpath.c 					sz += pg->ps.type->status(&pg->ps,
type             1777 drivers/md/dm-mpath.c 					      &p->path, type, result + sz,
type               25 drivers/md/dm-path-selector.h 	struct path_selector_type *type;
type               72 drivers/md/dm-path-selector.h 		       status_type_t type, char *result, unsigned int maxlen);
type               81 drivers/md/dm-path-selector.h int dm_register_path_selector(struct path_selector_type *type);
type               84 drivers/md/dm-path-selector.h int dm_unregister_path_selector(struct path_selector_type *type);
type               87 drivers/md/dm-queue-length.c 		     status_type_t type, char *result, unsigned maxlen)
type               98 drivers/md/dm-queue-length.c 		switch (type) {
type             3502 drivers/md/dm-raid.c static void raid_status(struct dm_target *ti, status_type_t type,
type             3518 drivers/md/dm-raid.c 	switch (type) {
type              265 drivers/md/dm-raid1.c 		.mem.type = DM_IO_KMEM,
type              404 drivers/md/dm-raid1.c 	    (log->type->get_sync_count(log) == ms->nr_regions)) {
type              442 drivers/md/dm-raid1.c 	if (log->type->in_sync(log, region, 0))
type              540 drivers/md/dm-raid1.c 		.mem.type = DM_IO_BIO,
type              654 drivers/md/dm-raid1.c 		.mem.type = DM_IO_BIO,
type              663 drivers/md/dm-raid1.c 		io_req.mem.type = DM_IO_KMEM;
type              708 drivers/md/dm-raid1.c 		if (log->type->is_remote_recovering &&
type              709 drivers/md/dm-raid1.c 		    log->type->is_remote_recovering(log, region)) {
type             1093 drivers/md/dm-raid1.c 	ms = alloc_context(nr_mirrors, dl->type->get_region_size(dl), ti, dl);
type             1202 drivers/md/dm-raid1.c 	r = log->type->in_sync(log, dm_rh_bio_to_region(ms->rh, bio), 0);
type             1333 drivers/md/dm-raid1.c 	if (log->type->presuspend && log->type->presuspend(log))
type             1351 drivers/md/dm-raid1.c 	if (log->type->postsuspend && log->type->postsuspend(log))
type             1362 drivers/md/dm-raid1.c 	if (log->type->resume && log->type->resume(log))
type             1393 drivers/md/dm-raid1.c static void mirror_status(struct dm_target *ti, status_type_t type,
type             1402 drivers/md/dm-raid1.c 	switch (type) {
type             1412 drivers/md/dm-raid1.c 		      (unsigned long long)log->type->get_sync_count(log),
type             1415 drivers/md/dm-raid1.c 		sz += log->type->status(log, type, result+sz, maxlen-sz);
type             1420 drivers/md/dm-raid1.c 		sz = log->type->status(log, type, result, maxlen);
type              296 drivers/md/dm-region-hash.c 	nreg->state = rh->log->type->in_sync(rh->log, region, 1) ?
type              354 drivers/md/dm-region-hash.c 	r = rh->log->type->in_sync(rh->log, region, may_block);
type              368 drivers/md/dm-region-hash.c 	rh->log->type->set_region_sync(rh->log, reg->key, success);
type              412 drivers/md/dm-region-hash.c 	log->type->set_region_sync(log, region, 0);
type              484 drivers/md/dm-region-hash.c 		rh->log->type->clear_region(rh->log, reg->key);
type              495 drivers/md/dm-region-hash.c 		rh->log->type->clear_region(rh->log, reg->key);
type              499 drivers/md/dm-region-hash.c 	rh->log->type->flush(rh->log);
type              518 drivers/md/dm-region-hash.c 		rh->log->type->mark_region(rh->log, reg->key);
type              596 drivers/md/dm-region-hash.c 	r = rh->log->type->get_resync_work(rh->log, &region);
type              686 drivers/md/dm-region-hash.c 	return rh->log->type->flush(rh->log);
type               88 drivers/md/dm-round-robin.c 		     status_type_t type, char *result, unsigned int maxlen)
type               96 drivers/md/dm-round-robin.c 		switch(type) {
type              171 drivers/md/dm-rq.c 	tio->ti->type->release_clone_rq(clone, NULL);
type              204 drivers/md/dm-rq.c 		tio->ti->type->release_clone_rq(tio->clone, NULL);
type              218 drivers/md/dm-rq.c 		rq_end_io = tio->ti->type->rq_end_io;
type              393 drivers/md/dm-rq.c 	r = ti->type->clone_and_map_rq(ti, rq, &tio->info, &clone);
type              401 drivers/md/dm-rq.c 			ti->type->release_clone_rq(clone, &tio->info);
type              412 drivers/md/dm-rq.c 			tio->ti->type->release_clone_rq(clone, &tio->info);
type              507 drivers/md/dm-rq.c 	if (ti->type->busy && ti->type->busy(ti))
type               83 drivers/md/dm-service-time.c 		     status_type_t type, char *result, unsigned maxlen)
type               93 drivers/md/dm-service-time.c 		switch (type) {
type              240 drivers/md/dm-snap-persistent.c 		.mem.type = DM_IO_VMA,
type               31 drivers/md/dm-snap.c 	((ti)->type->name == dm_snapshot_merge_target_name)
type              519 drivers/md/dm-snap.c 	if (!snap_src->store->type->prepare_merge ||
type              520 drivers/md/dm-snap.c 	    !snap_src->store->type->commit_merge) {
type             1057 drivers/md/dm-snap.c 	linear_chunks = s->store->type->prepare_merge(s->store, &old_chunk,
type             1137 drivers/md/dm-snap.c 	if (s->store->type->commit_merge(s->store,
type             1377 drivers/md/dm-snap.c 	r = s->store->type->read_metadata(s->store, dm_add_exception,
type             1621 drivers/md/dm-snap.c 	if (s->store->type->drop_snapshot)
type             1622 drivers/md/dm-snap.c 		s->store->type->drop_snapshot(s->store);
type             1729 drivers/md/dm-snap.c 	s->store->type->commit_exception(s->store, &pe->e, !pe->copy_error,
type             1863 drivers/md/dm-snap.c 	if (s->store->type->prepare_exception(s->store, &pe->e)) {
type             2310 drivers/md/dm-snap.c static void snapshot_status(struct dm_target *ti, status_type_t type,
type             2317 drivers/md/dm-snap.c 	switch (type) {
type             2329 drivers/md/dm-snap.c 			if (snap->store->type->usage) {
type             2332 drivers/md/dm-snap.c 				snap->store->type->usage(snap->store,
type             2356 drivers/md/dm-snap.c 		sz += snap->store->type->status(snap->store, type, result + sz,
type             2698 drivers/md/dm-snap.c static void origin_status(struct dm_target *ti, status_type_t type,
type             2703 drivers/md/dm-snap.c 	switch (type) {
type              395 drivers/md/dm-stripe.c static void stripe_status(struct dm_target *ti, status_type_t type,
type              402 drivers/md/dm-stripe.c 	switch (type) {
type              489 drivers/md/dm-switch.c static void switch_status(struct dm_target *ti, status_type_t type,
type              496 drivers/md/dm-switch.c 	switch (type) {
type               34 drivers/md/dm-table.c 	enum dm_queue_mode type;
type              210 drivers/md/dm-table.c 	t->type = DM_TYPE_NONE;
type              246 drivers/md/dm-table.c 		if (tgt->type->dtr)
type              247 drivers/md/dm-table.c 			tgt->type->dtr(tgt);
type              249 drivers/md/dm-table.c 		dm_put_target_type(tgt->type);
type              675 drivers/md/dm-table.c 		if (ti->type->iterate_devices)
type              676 drivers/md/dm-table.c 			ti->type->iterate_devices(ti, dm_set_device_limits,
type              708 drivers/md/dm-table.c int dm_table_add_target(struct dm_table *t, const char *type,
type              717 drivers/md/dm-table.c 		      dm_device_name(t->md), t->targets->type->name);
type              731 drivers/md/dm-table.c 	tgt->type = dm_get_target_type(type);
type              732 drivers/md/dm-table.c 	if (!tgt->type) {
type              733 drivers/md/dm-table.c 		DMERR("%s: %s: unknown target type", dm_device_name(t->md), type);
type              737 drivers/md/dm-table.c 	if (dm_target_needs_singleton(tgt->type)) {
type              745 drivers/md/dm-table.c 	if (dm_target_always_writeable(tgt->type) && !(t->mode & FMODE_WRITE)) {
type              751 drivers/md/dm-table.c 		if (t->immutable_target_type != tgt->type) {
type              755 drivers/md/dm-table.c 	} else if (dm_target_is_immutable(tgt->type)) {
type              760 drivers/md/dm-table.c 		t->immutable_target_type = tgt->type;
type              763 drivers/md/dm-table.c 	if (dm_target_has_integrity(tgt->type))
type              785 drivers/md/dm-table.c 	r = tgt->type->ctr(tgt, argc, argv);
type              794 drivers/md/dm-table.c 		       dm_device_name(t->md), type);
type              799 drivers/md/dm-table.c 	DMERR("%s: %s: %s", dm_device_name(t->md), type, tgt->error);
type              800 drivers/md/dm-table.c 	dm_put_target_type(tgt->type);
type              875 drivers/md/dm-table.c void dm_table_set_type(struct dm_table *t, enum dm_queue_mode type)
type              877 drivers/md/dm-table.c 	t->type = type;
type              908 drivers/md/dm-table.c 		if (!ti->type->direct_access)
type              911 drivers/md/dm-table.c 		if (!ti->type->iterate_devices ||
type              912 drivers/md/dm-table.c 		    !ti->type->iterate_devices(ti, iterate_fn, blocksize))
type              950 drivers/md/dm-table.c 	if (t->type != DM_TYPE_NONE) {
type              952 drivers/md/dm-table.c 		if (t->type == DM_TYPE_BIO_BASED) {
type              956 drivers/md/dm-table.c 		BUG_ON(t->type == DM_TYPE_DAX_BIO_BASED);
type              957 drivers/md/dm-table.c 		BUG_ON(t->type == DM_TYPE_NVME_BIO_BASED);
type              992 drivers/md/dm-table.c 		t->type = DM_TYPE_BIO_BASED;
type              995 drivers/md/dm-table.c 			t->type = DM_TYPE_DAX_BIO_BASED;
type             1000 drivers/md/dm-table.c 				t->type = DM_TYPE_NVME_BIO_BASED;
type             1003 drivers/md/dm-table.c 				t->type = DM_TYPE_NVME_BIO_BASED;
type             1011 drivers/md/dm-table.c 	t->type = DM_TYPE_REQUEST_BASED;
type             1022 drivers/md/dm-table.c 		      t->type == DM_TYPE_NVME_BIO_BASED ? "nvme bio-based" : "request-based");
type             1032 drivers/md/dm-table.c 			t->type = live_table->type;
type             1047 drivers/md/dm-table.c 	if (!tgt->type->iterate_devices ||
type             1048 drivers/md/dm-table.c 	    !tgt->type->iterate_devices(tgt, device_is_rq_based, &v)) {
type             1062 drivers/md/dm-table.c 	return t->type;
type             1074 drivers/md/dm-table.c 	    !dm_target_is_immutable(t->targets[0].type))
type             1087 drivers/md/dm-table.c 		if (dm_target_is_wildcard(ti->type))
type             1106 drivers/md/dm-table.c 	enum dm_queue_mode type = dm_table_get_type(t);
type             1112 drivers/md/dm-table.c 	if (unlikely(type == DM_TYPE_NONE)) {
type             1117 drivers/md/dm-table.c 	if (__table_type_bio_based(type))
type             1124 drivers/md/dm-table.c 	t->mempools = dm_alloc_md_mempools(md, type, t->integrity_supported,
type             1209 drivers/md/dm-table.c 		if (!dm_target_passes_integrity(ti->type))
type             1407 drivers/md/dm-table.c 		if (!ti->type->iterate_devices)
type             1411 drivers/md/dm-table.c 		ti->type->iterate_devices(ti, count_device, &num_devices);
type             1438 drivers/md/dm-table.c 		    !dm_target_supports_zoned_hm(ti->type))
type             1441 drivers/md/dm-table.c 		if (!ti->type->iterate_devices ||
type             1442 drivers/md/dm-table.c 		    !ti->type->iterate_devices(ti, device_is_zoned_model, &zoned_model))
type             1467 drivers/md/dm-table.c 		if (!ti->type->iterate_devices ||
type             1468 drivers/md/dm-table.c 		    !ti->type->iterate_devices(ti, device_matches_zone_sectors, &zone_sectors))
type             1520 drivers/md/dm-table.c 		if (!ti->type->iterate_devices)
type             1526 drivers/md/dm-table.c 		ti->type->iterate_devices(ti, dm_set_device_limits,
type             1539 drivers/md/dm-table.c 		if (ti->type->io_hints)
type             1540 drivers/md/dm-table.c 			ti->type->io_hints(ti, &ti_limits);
type             1546 drivers/md/dm-table.c 		if (ti->type->iterate_devices(ti, device_area_is_invalid,
type             1660 drivers/md/dm-table.c 		if (ti->type->iterate_devices &&
type             1661 drivers/md/dm-table.c 		    ti->type->iterate_devices(ti, device_flush_capable, (void *) flush))
type             1690 drivers/md/dm-table.c 		if (ti->type->iterate_devices &&
type             1691 drivers/md/dm-table.c 		    ti->type->iterate_devices(ti,
type             1724 drivers/md/dm-table.c 		if (!ti->type->iterate_devices ||
type             1725 drivers/md/dm-table.c 		    !ti->type->iterate_devices(ti, func, NULL))
type             1765 drivers/md/dm-table.c 		if (!ti->type->iterate_devices ||
type             1766 drivers/md/dm-table.c 		    ti->type->iterate_devices(ti, device_not_write_same_capable, NULL))
type             1792 drivers/md/dm-table.c 		if (!ti->type->iterate_devices ||
type             1793 drivers/md/dm-table.c 		    ti->type->iterate_devices(ti, device_not_write_zeroes_capable, NULL))
type             1825 drivers/md/dm-table.c 		    (!ti->type->iterate_devices ||
type             1826 drivers/md/dm-table.c 		     ti->type->iterate_devices(ti, device_not_discard_capable, NULL)))
type             1853 drivers/md/dm-table.c 		if (!ti->type->iterate_devices ||
type             1854 drivers/md/dm-table.c 		    ti->type->iterate_devices(ti, device_not_secure_erase_capable, NULL))
type             1883 drivers/md/dm-table.c 		if (ti->type->iterate_devices &&
type             1884 drivers/md/dm-table.c 		    ti->type->iterate_devices(ti, device_requires_stable_pages, NULL))
type             2011 drivers/md/dm-table.c 			if (ti->type->presuspend)
type             2012 drivers/md/dm-table.c 				ti->type->presuspend(ti);
type             2015 drivers/md/dm-table.c 			if (ti->type->presuspend_undo)
type             2016 drivers/md/dm-table.c 				ti->type->presuspend_undo(ti);
type             2019 drivers/md/dm-table.c 			if (ti->type->postsuspend)
type             2020 drivers/md/dm-table.c 				ti->type->postsuspend(ti);
type             2060 drivers/md/dm-table.c 		if (!ti->type->preresume)
type             2063 drivers/md/dm-table.c 		r = ti->type->preresume(ti);
type             2066 drivers/md/dm-table.c 			      dm_device_name(t->md), ti->type->name, r);
type             2074 drivers/md/dm-table.c 		if (ti->type->resume)
type             2075 drivers/md/dm-table.c 			ti->type->resume(ti);
type             3927 drivers/md/dm-thin.c static void pool_status(struct dm_target *ti, status_type_t type,
type             3944 drivers/md/dm-thin.c 	switch (type) {
type             4413 drivers/md/dm-thin.c static void thin_status(struct dm_target *ti, status_type_t type,
type             4430 drivers/md/dm-thin.c 		switch (type) {
type               20 drivers/md/dm-uevent.c 	enum dm_uevent_type type;
type               75 drivers/md/dm-uevent.c 	if (add_uevent_var(&event->ku_env, "DM_TARGET=%s", ti->type->name)) {
type              144 drivers/md/dm-unstripe.c static void unstripe_status(struct dm_target *ti, status_type_t type,
type              150 drivers/md/dm-unstripe.c 	switch (type) {
type              420 drivers/md/dm-verity-fec.c 		      enum verity_block_type type, sector_t block, u8 *dest,
type              437 drivers/md/dm-verity-fec.c 	if (type == DM_VERITY_BLOCK_TYPE_METADATA)
type               71 drivers/md/dm-verity-fec.h 			     enum verity_block_type type, sector_t block,
type              101 drivers/md/dm-verity-fec.h 				    enum verity_block_type type,
type              212 drivers/md/dm-verity-target.c static int verity_handle_err(struct dm_verity *v, enum verity_block_type type,
type              228 drivers/md/dm-verity-target.c 	switch (type) {
type              246 drivers/md/dm-verity-target.c 		DM_VERITY_ENV_VAR_NAME, type, block);
type              678 drivers/md/dm-verity-target.c static void verity_status(struct dm_target *ti, status_type_t type,
type              686 drivers/md/dm-verity-target.c 	switch (type) {
type              483 drivers/md/dm-writecache.c 		req.mem.type = DM_IO_VMA;
type              524 drivers/md/dm-writecache.c 	req.mem.type = DM_IO_KMEM;
type              891 drivers/md/dm-writecache.c 	req.mem.type = DM_IO_VMA;
type             2266 drivers/md/dm-writecache.c static void writecache_status(struct dm_target *ti, status_type_t type,
type             2274 drivers/md/dm-writecache.c 	switch (type) {
type             1108 drivers/md/dm-zoned-metadata.c 	if (blkz->type == BLK_ZONE_TYPE_CONVENTIONAL) {
type             1110 drivers/md/dm-zoned-metadata.c 	} else if (blkz->type == BLK_ZONE_TYPE_SEQWRITE_REQ ||
type             1111 drivers/md/dm-zoned-metadata.c 		   blkz->type == BLK_ZONE_TYPE_SEQWRITE_PREF) {
type              471 drivers/md/dm.c 	if (WARN_ON(!tgt->type->report_zones)) {
type              482 drivers/md/dm.c 	ret = tgt->type->report_zones(tgt, sector, zones, nr_zones);
type              511 drivers/md/dm.c 	if (!tgt->type->prepare_ioctl)
type              517 drivers/md/dm.c 	r = tgt->type->prepare_ioctl(tgt, bdev);
type              979 drivers/md/dm.c 	dm_endio_fn endio = tio->ti->type->end_io;
type              981 drivers/md/dm.c 	if (unlikely(error == BLK_STS_TARGET) && md->type != DM_TYPE_NVME_BIO_BASED) {
type             1094 drivers/md/dm.c 	if (!ti->type->direct_access)
type             1100 drivers/md/dm.c 	ret = ti->type->direct_access(ti, pgoff, nr_pages, kaddr, pfn);
type             1140 drivers/md/dm.c 	if (!ti->type->dax_copy_from_iter) {
type             1144 drivers/md/dm.c 	ret = ti->type->dax_copy_from_iter(ti, pgoff, addr, bytes, i);
type             1164 drivers/md/dm.c 	if (!ti->type->dax_copy_to_iter) {
type             1168 drivers/md/dm.c 	ret = ti->type->dax_copy_to_iter(ti, pgoff, addr, bytes, i);
type             1245 drivers/md/dm.c 		if (zone->type == BLK_ZONE_TYPE_CONVENTIONAL)
type             1283 drivers/md/dm.c 	r = ti->type->map(ti, clone);
type             1291 drivers/md/dm.c 		if (md->type == DM_TYPE_NVME_BIO_BASED)
type             1331 drivers/md/dm.c 		if (unlikely(!dm_target_has_integrity(tio->ti->type) &&
type             1332 drivers/md/dm.c 			     !dm_target_passes_integrity(tio->ti->type))) {
type             1335 drivers/md/dm.c 				tio->ti->type->name);
type             1950 drivers/md/dm.c 	md->type = DM_TYPE_NONE;
type             2158 drivers/md/dm.c 	if (request_based || md->type == DM_TYPE_NVME_BIO_BASED) {
type             2239 drivers/md/dm.c void dm_set_md_type(struct mapped_device *md, enum dm_queue_mode type)
type             2242 drivers/md/dm.c 	md->type = type;
type             2247 drivers/md/dm.c 	return md->type;
type             2279 drivers/md/dm.c 	enum dm_queue_mode type = dm_get_md_type(md);
type             2281 drivers/md/dm.c 	switch (type) {
type             2987 drivers/md/dm.c struct dm_md_mempools *dm_alloc_md_mempools(struct mapped_device *md, enum dm_queue_mode type,
type             2999 drivers/md/dm.c 	switch (type) {
type             3072 drivers/md/dm.c 	if (!ti->type->iterate_devices)
type             3075 drivers/md/dm.c 	ret = ti->type->iterate_devices(ti, fn, data);
type             3119 drivers/md/dm.c static int dm_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type,
type             3132 drivers/md/dm.c 		r = ops->pr_reserve(bdev, key, type, flags);
type             3140 drivers/md/dm.c static int dm_pr_release(struct block_device *bdev, u64 key, enum pr_type type)
type             3152 drivers/md/dm.c 		r = ops->pr_release(bdev, key, type);
type             3161 drivers/md/dm.c 			 enum pr_type type, bool abort)
type             3173 drivers/md/dm.c 		r = ops->pr_preempt(bdev, old_key, new_key, type, abort);
type               82 drivers/md/dm.h void dm_set_md_type(struct mapped_device *md, enum dm_queue_mode type);
type               91 drivers/md/dm.h #define dm_target_bio_based(t) ((t)->type->map != NULL)
type               96 drivers/md/dm.h #define dm_target_request_based(t) ((t)->type->clone_and_map_rq != NULL)
type              205 drivers/md/dm.h struct dm_md_mempools *dm_alloc_md_mempools(struct mapped_device *md, enum dm_queue_mode type,
type              106 drivers/md/md-cluster.c 	__le32 type;
type              579 drivers/md/md-cluster.c 	switch (le32_to_cpu(msg->type)) {
type              980 drivers/md/md-cluster.c 	cmsg.type = cpu_to_le32(BITMAP_NEEDS_SYNC);
type             1078 drivers/md/md-cluster.c 	cmsg.type = cpu_to_le32(METADATA_UPDATED);
type             1109 drivers/md/md-cluster.c 	cmsg.type = cpu_to_le32(BITMAP_RESIZE);
type             1259 drivers/md/md-cluster.c 	cmsg.type = cpu_to_le32(METADATA_UPDATED);
type             1292 drivers/md/md-cluster.c 		cmsg.type = cpu_to_le32(CHANGE_CAPACITY);
type             1344 drivers/md/md-cluster.c 	cmsg.type = cpu_to_le32(RESYNCING);
type             1405 drivers/md/md-cluster.c 	cmsg.type = cpu_to_le32(NEWDISK);
type             1468 drivers/md/md-cluster.c 	cmsg.type = cpu_to_le32(REMOVE);
type             1532 drivers/md/md-cluster.c 	cmsg.type = cpu_to_le32(RE_ADD);
type             4653 drivers/md/md.c 	char *type = "idle";
type             4656 drivers/md/md.c 		type = "frozen";
type             4660 drivers/md/md.c 			type = "reshape";
type             4663 drivers/md/md.c 				type = "resync";
type             4665 drivers/md/md.c 				type = "check";
type             4667 drivers/md/md.c 				type = "repair";
type             4669 drivers/md/md.c 			type = "recover";
type             4671 drivers/md/md.c 			type = "reshape";
type             4673 drivers/md/md.c 	return sprintf(page, "%s\n", type);
type               91 drivers/md/persistent-data/dm-space-map-metadata.c 	enum block_op_type type;
type              119 drivers/md/persistent-data/dm-space-map-metadata.c 		    enum block_op_type type, dm_block_t b)
type              132 drivers/md/persistent-data/dm-space-map-metadata.c 	bop->type = type;
type              148 drivers/md/persistent-data/dm-space-map-metadata.c 	result->type = bop->type;
type              181 drivers/md/persistent-data/dm-space-map-metadata.c static int add_bop(struct sm_metadata *smm, enum block_op_type type, dm_block_t b)
type              183 drivers/md/persistent-data/dm-space-map-metadata.c 	int r = brb_push(&smm->uncommitted, type, b);
type              198 drivers/md/persistent-data/dm-space-map-metadata.c 	switch (op->type) {
type              320 drivers/md/persistent-data/dm-space-map-metadata.c 		switch (op->type) {
type              361 drivers/md/persistent-data/dm-space-map-metadata.c 		switch (op->type) {
type              824 drivers/md/raid5-cache.c static void r5l_append_payload_meta(struct r5l_log *log, u16 type,
type              833 drivers/md/raid5-cache.c 	payload->header.type = cpu_to_le16(type);
type              891 drivers/md/raid5-cache.c 	payload->header.type = cpu_to_le16(R5LOG_PAYLOAD_FLUSH);
type             2025 drivers/md/raid5-cache.c 		if (le16_to_cpu(payload->header.type) == R5LOG_PAYLOAD_DATA) {
type             2030 drivers/md/raid5-cache.c 		} else if (le16_to_cpu(payload->header.type) == R5LOG_PAYLOAD_PARITY) {
type             2042 drivers/md/raid5-cache.c 		} else if (le16_to_cpu(payload->header.type) == R5LOG_PAYLOAD_FLUSH) {
type             2047 drivers/md/raid5-cache.c 		if (le16_to_cpu(payload->header.type) == R5LOG_PAYLOAD_FLUSH) {
type             2114 drivers/md/raid5-cache.c 		if (le16_to_cpu(payload->header.type) == R5LOG_PAYLOAD_FLUSH) {
type             2136 drivers/md/raid5-cache.c 		stripe_sect = (le16_to_cpu(payload->header.type) == R5LOG_PAYLOAD_DATA) ?
type             2183 drivers/md/raid5-cache.c 		if (le16_to_cpu(payload->header.type) == R5LOG_PAYLOAD_DATA) {
type             2191 drivers/md/raid5-cache.c 		} else if (le16_to_cpu(payload->header.type) == R5LOG_PAYLOAD_PARITY)
type             2391 drivers/md/raid5-cache.c 				payload->header.type = cpu_to_le16(
type               85 drivers/media/cec/cec-adap.c 	conn_info->type = CEC_CONNECTOR_TYPE_DRM;
type             1398 drivers/media/cec/cec-adap.c 		unsigned int type = las->log_addr_type[i];
type             1407 drivers/media/cec/cec-adap.c 		if (adap->phys_addr && type == CEC_LOG_ADDR_TYPE_TV)
type             1408 drivers/media/cec/cec-adap.c 			type = CEC_LOG_ADDR_TYPE_SPECIFIC;
type             1410 drivers/media/cec/cec-adap.c 		la_list = type2addrs[type];
type             1415 drivers/media/cec/cec-adap.c 		    !((1 << last_la) & type2mask[type]))
type               62 drivers/media/common/b2c2/flexcop-eeprom.c static char eeprom_set_mac_addr(struct adapter *adapter, char type, u8 *mac)
type               66 drivers/media/common/b2c2/flexcop-eeprom.c 	if (type != 0) {
type              665 drivers/media/common/b2c2/flexcop-fe-tuner.c 	flexcop_device_type_t type;
type              689 drivers/media/common/b2c2/flexcop-fe-tuner.c 		fc->dev_type = flexcop_frontends[i].type;
type               10 drivers/media/common/b2c2/flexcop-sram.c 		flexcop_sram_type_t type)
type               12 drivers/media/common/b2c2/flexcop-sram.c 	flexcop_set_ibi_value(wan_ctrl_reg_71c, sram_chip, type);
type              119 drivers/media/common/cx2341x.c static void cx2341x_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type,
type              131 drivers/media/common/cx2341x.c 		*type = V4L2_CTRL_TYPE_MENU;
type              136 drivers/media/common/cx2341x.c 		*type = V4L2_CTRL_TYPE_BOOLEAN;
type              141 drivers/media/common/cx2341x.c 		*type = V4L2_CTRL_TYPE_INTEGER;
type              556 drivers/media/common/cx2341x.c 		cx2341x_ctrl_fill(qctrl->id, &name, &qctrl->type,
type              931 drivers/media/common/cx2341x.c 	if (qctrl->type == V4L2_CTRL_TYPE_STRING)
type              933 drivers/media/common/cx2341x.c 	if (qctrl->type == V4L2_CTRL_TYPE_BUTTON ||
type              934 drivers/media/common/cx2341x.c 	    qctrl->type == V4L2_CTRL_TYPE_INTEGER64 ||
type              935 drivers/media/common/cx2341x.c 	    qctrl->type == V4L2_CTRL_TYPE_CTRL_CLASS)
type              939 drivers/media/common/cx2341x.c 	if (qctrl->type == V4L2_CTRL_TYPE_MENU && menu_items != NULL) {
type              944 drivers/media/common/cx2341x.c 	if (qctrl->type == V4L2_CTRL_TYPE_BITMASK &&
type              977 drivers/media/common/cx2341x.c 		if (qctrl.type == V4L2_CTRL_TYPE_MENU)
type             1545 drivers/media/common/cx2341x.c 	cx2341x_ctrl_fill(id, &cfg.name, &cfg.type, &min, &max, &step, &def, &cfg.flags);
type             1551 drivers/media/common/cx2341x.c 	if (cfg.type == V4L2_CTRL_TYPE_MENU) {
type               57 drivers/media/common/cypress_firmware.c 	hx->type = b[3];
type               59 drivers/media/common/cypress_firmware.c 	if (hx->type == 0x04) {
type               73 drivers/media/common/cypress_firmware.c 		const struct firmware *fw, int type)
type               84 drivers/media/common/cypress_firmware.c 	ret = usb_cypress_writemem(udev, cypress[type].cs_reg, hx->data, 1);
type              114 drivers/media/common/cypress_firmware.c 	ret = usb_cypress_writemem(udev, cypress[type].cs_reg, hx->data, 1);
type               22 drivers/media/common/cypress_firmware.h 	u8 type;
type              592 drivers/media/common/saa7146/saa7146_fops.c 			    char *name, int type)
type              597 drivers/media/common/saa7146/saa7146_fops.c 	DEB_EE("dev:%p, name:'%s', type:%d\n", dev, name, type);
type              600 drivers/media/common/saa7146/saa7146_fops.c 	if (type == VFL_TYPE_GRABBER)
type              614 drivers/media/common/saa7146/saa7146_fops.c 	if (type == VFL_TYPE_GRABBER)
type              622 drivers/media/common/saa7146/saa7146_fops.c 	err = video_register_device(vfd, type, -1);
type              576 drivers/media/common/saa7146/saa7146_video.c 	if (parm->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              878 drivers/media/common/saa7146/saa7146_video.c 	if (b->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              880 drivers/media/common/saa7146/saa7146_video.c 	if (b->type == V4L2_BUF_TYPE_VBI_CAPTURE)
type              889 drivers/media/common/saa7146/saa7146_video.c 	if (buf->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              891 drivers/media/common/saa7146/saa7146_video.c 	if (buf->type == V4L2_BUF_TYPE_VBI_CAPTURE)
type              900 drivers/media/common/saa7146/saa7146_video.c 	if (buf->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              902 drivers/media/common/saa7146/saa7146_video.c 	if (buf->type == V4L2_BUF_TYPE_VBI_CAPTURE)
type              911 drivers/media/common/saa7146/saa7146_video.c 	if (buf->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              913 drivers/media/common/saa7146/saa7146_video.c 	if (buf->type == V4L2_BUF_TYPE_VBI_CAPTURE)
type              918 drivers/media/common/saa7146/saa7146_video.c static int vidioc_streamon(struct file *file, void *__fh, enum v4l2_buf_type type)
type              923 drivers/media/common/saa7146/saa7146_video.c 	DEB_D("VIDIOC_STREAMON, type:%d\n", type);
type              928 drivers/media/common/saa7146/saa7146_video.c 	if (type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              930 drivers/media/common/saa7146/saa7146_video.c 	if (type == V4L2_BUF_TYPE_VBI_CAPTURE)
type              935 drivers/media/common/saa7146/saa7146_video.c static int vidioc_streamoff(struct file *file, void *__fh, enum v4l2_buf_type type)
type              942 drivers/media/common/saa7146/saa7146_video.c 	DEB_D("VIDIOC_STREAMOFF, type:%d\n", type);
type              958 drivers/media/common/saa7146/saa7146_video.c 	if (type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              960 drivers/media/common/saa7146/saa7146_video.c 	else if (type == V4L2_BUF_TYPE_VBI_CAPTURE)
type               15 drivers/media/common/siano/sms-cards.c 		.type = SMS_UNKNOWN_TYPE,
type               20 drivers/media/common/siano/sms-cards.c 		.type	= SMS_STELLAR,
type               25 drivers/media/common/siano/sms-cards.c 		.type	= SMS_NOVA_A0,
type               30 drivers/media/common/siano/sms-cards.c 		.type	= SMS_NOVA_B0,
type               35 drivers/media/common/siano/sms-cards.c 		.type	= SMS_VEGA,
type               40 drivers/media/common/siano/sms-cards.c 		.type	= SMS_STELLAR,
type               46 drivers/media/common/siano/sms-cards.c 		.type	= SMS_NOVA_A0,
type               52 drivers/media/common/siano/sms-cards.c 		.type	= SMS_NOVA_B0,
type               58 drivers/media/common/siano/sms-cards.c 		.type	= SMS_NOVA_B0,
type               73 drivers/media/common/siano/sms-cards.c 		.type	= SMS_NOVA_B0,
type               83 drivers/media/common/siano/sms-cards.c 		.type	= SMS_NOVA_B0,
type               90 drivers/media/common/siano/sms-cards.c 		.type = SMS_NOVA_B0,
type               95 drivers/media/common/siano/sms-cards.c 		.type = SMS_VEGA,
type              100 drivers/media/common/siano/sms-cards.c 		.type = SMS_STELLAR,
type              106 drivers/media/common/siano/sms-cards.c 		.type = SMS_NOVA_B0,
type              113 drivers/media/common/siano/sms-cards.c 		.type = SMS_NOVA_B0,
type              120 drivers/media/common/siano/sms-cards.c 		.type = SMS_MING,
type              125 drivers/media/common/siano/sms-cards.c 		.type = SMS_PELE,
type              130 drivers/media/common/siano/sms-cards.c 		.type = SMS_RIO,
type              135 drivers/media/common/siano/sms-cards.c 		.type = SMS_DENVER_1530,
type              141 drivers/media/common/siano/sms-cards.c 		.type = SMS_DENVER_2160,
type              146 drivers/media/common/siano/sms-cards.c 		.type	= SMS_NOVA_B0,
type               73 drivers/media/common/siano/sms-cards.h 	enum sms_device_type_st type;
type              412 drivers/media/common/siano/smscoreapi.c 	enum sms_device_type_st	type;
type              473 drivers/media/common/siano/smscoreapi.c 		return entry->type;
type              492 drivers/media/common/siano/smscoreapi.c 				     enum sms_device_type_st type)
type              498 drivers/media/common/siano/smscoreapi.c 		entry->type = type;
type             1106 drivers/media/common/siano/smscoreapi.c 	enum sms_device_type_st type;
type             1108 drivers/media/common/siano/smscoreapi.c 	type = smscore_registry_gettype(coredev->devpath);
type             1111 drivers/media/common/siano/smscoreapi.c 	if (type <= SMS_UNKNOWN_TYPE || type >= SMS_NUM_OF_DEVICE_TYPES)
type             1121 drivers/media/common/siano/smscoreapi.c 			  mode, type);
type             1122 drivers/media/common/siano/smscoreapi.c 		return smscore_fw_lkup[type][mode];
type              576 drivers/media/common/siano/smscoreapi.h #define SMS_INIT_MSG_EX(ptr, type, src, dst, len) do { \
type              577 drivers/media/common/siano/smscoreapi.h 	(ptr)->msg_type = type; \
type              584 drivers/media/common/siano/smscoreapi.h #define SMS_INIT_MSG(ptr, type, len) \
type              585 drivers/media/common/siano/smscoreapi.h 	SMS_INIT_MSG_EX(ptr, type, 0, HIF_TASK, len)
type              919 drivers/media/common/siano/smsdvb-main.c 	enum sms_device_type_st type = board->type;
type              947 drivers/media/common/siano/smsdvb-main.c 		if ((type == SMS_PELE || type == SMS_RIO) &&
type              952 drivers/media/common/siano/smsdvb-main.c 	} else if (type == SMS_PELE || type == SMS_RIO)
type              358 drivers/media/common/videobuf2/videobuf2-core.c 		vb->type = q->type;
type              622 drivers/media/common/videobuf2/videobuf2-core.c 		enum vb2_memory memory, unsigned int type)
type              630 drivers/media/common/videobuf2/videobuf2-core.c 	if (type != q->type) {
type             1969 drivers/media/common/videobuf2/videobuf2-core.c int vb2_core_streamon(struct vb2_queue *q, unsigned int type)
type             1973 drivers/media/common/videobuf2/videobuf2-core.c 	if (type != q->type) {
type             2022 drivers/media/common/videobuf2/videobuf2-core.c int vb2_core_streamoff(struct vb2_queue *q, unsigned int type)
type             2024 drivers/media/common/videobuf2/videobuf2-core.c 	if (type != q->type) {
type             2076 drivers/media/common/videobuf2/videobuf2-core.c int vb2_core_expbuf(struct vb2_queue *q, int *fd, unsigned int type,
type             2099 drivers/media/common/videobuf2/videobuf2-core.c 	if (type != q->type) {
type             2269 drivers/media/common/videobuf2/videobuf2-core.c 	    WARN_ON(!q->type)		  ||
type             2436 drivers/media/common/videobuf2/videobuf2-core.c 	unsigned int type;
type             2499 drivers/media/common/videobuf2/videobuf2-core.c 	fileio->type = q->type;
type             2550 drivers/media/common/videobuf2/videobuf2-core.c 	ret = vb2_core_streamon(q, q->type);
type             2575 drivers/media/common/videobuf2/videobuf2-core.c 		vb2_core_streamoff(q, q->type);
type               61 drivers/media/common/videobuf2/videobuf2-v4l2.c 	if (!V4L2_TYPE_IS_MULTIPLANAR(b->type))
type               94 drivers/media/common/videobuf2/videobuf2-v4l2.c 	if (!V4L2_TYPE_IS_OUTPUT(b->type))
type               97 drivers/media/common/videobuf2/videobuf2-v4l2.c 	if (V4L2_TYPE_IS_MULTIPLANAR(b->type)) {
type              198 drivers/media/common/videobuf2/videobuf2-v4l2.c 	if (V4L2_TYPE_IS_MULTIPLANAR(b->type)) {
type              227 drivers/media/common/videobuf2/videobuf2-v4l2.c 		if (V4L2_TYPE_IS_OUTPUT(b->type)) {
type              290 drivers/media/common/videobuf2/videobuf2-v4l2.c 		if (V4L2_TYPE_IS_OUTPUT(b->type)) {
type              306 drivers/media/common/videobuf2/videobuf2-v4l2.c 	if (!vb->vb2_queue->copy_timestamp || !V4L2_TYPE_IS_OUTPUT(b->type)) {
type              315 drivers/media/common/videobuf2/videobuf2-v4l2.c 	if (V4L2_TYPE_IS_OUTPUT(b->type)) {
type              344 drivers/media/common/videobuf2/videobuf2-v4l2.c 	if (b->type != q->type) {
type              427 drivers/media/common/videobuf2/videobuf2-v4l2.c 	if (WARN_ON((q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT ||
type              428 drivers/media/common/videobuf2/videobuf2-v4l2.c 		     q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) &&
type              473 drivers/media/common/videobuf2/videobuf2-v4l2.c 	b->type = vb->type;
type              631 drivers/media/common/videobuf2/videobuf2-v4l2.c 	if (b->type != q->type) {
type              665 drivers/media/common/videobuf2/videobuf2-v4l2.c 	int ret = vb2_verify_memory_type(q, req->memory, req->type);
type              696 drivers/media/common/videobuf2/videobuf2-v4l2.c 	int ret = vb2_verify_memory_type(q, create->memory, f->type);
type              704 drivers/media/common/videobuf2/videobuf2-v4l2.c 	switch (f->type) {
type              777 drivers/media/common/videobuf2/videobuf2-v4l2.c 	if (b->type != q->type) {
type              799 drivers/media/common/videobuf2/videobuf2-v4l2.c int vb2_streamon(struct vb2_queue *q, enum v4l2_buf_type type)
type              805 drivers/media/common/videobuf2/videobuf2-v4l2.c 	return vb2_core_streamon(q, type);
type              809 drivers/media/common/videobuf2/videobuf2-v4l2.c int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type)
type              815 drivers/media/common/videobuf2/videobuf2-v4l2.c 	return vb2_core_streamoff(q, type);
type              821 drivers/media/common/videobuf2/videobuf2-v4l2.c 	return vb2_core_expbuf(q, &eb->fd, eb->type, eb->index,
type              851 drivers/media/common/videobuf2/videobuf2-v4l2.c 	q->is_multiplanar = V4L2_TYPE_IS_MULTIPLANAR(q->type);
type              852 drivers/media/common/videobuf2/videobuf2-v4l2.c 	q->is_output = V4L2_TYPE_IS_OUTPUT(q->type);
type              911 drivers/media/common/videobuf2/videobuf2-v4l2.c 	int res = vb2_verify_memory_type(vdev->queue, p->memory, p->type);
type              932 drivers/media/common/videobuf2/videobuf2-v4l2.c 			p->format.type);
type              112 drivers/media/dvb-core/dmxdev.c static struct dmx_frontend *get_fe(struct dmx_demux *demux, int type)
type              120 drivers/media/dvb-core/dmxdev.c 		if (DMX_FE_ENTRY(pos)->source == type)
type              493 drivers/media/dvb-core/dmxdev.c 	switch (dmxdevfilter->type) {
type              516 drivers/media/dvb-core/dmxdev.c 	switch (filter->type) {
type              545 drivers/media/dvb-core/dmxdev.c 		    dmxdev->filter[i].type == DMXDEV_TYPE_SEC &&
type              565 drivers/media/dvb-core/dmxdev.c 	switch (dmxdevfilter->type) {
type              613 drivers/media/dvb-core/dmxdev.c 	if (dmxdevfilter->type == DMXDEV_TYPE_PES)
type              616 drivers/media/dvb-core/dmxdev.c 	dmxdevfilter->type = DMXDEV_TYPE_NONE;
type              697 drivers/media/dvb-core/dmxdev.c 	switch (filter->type) {
type              711 drivers/media/dvb-core/dmxdev.c 			    dmxdev->filter[i].type == DMXDEV_TYPE_SEC &&
type              825 drivers/media/dvb-core/dmxdev.c 	dmxdevfilter->type = DMXDEV_TYPE_NONE;
type              877 drivers/media/dvb-core/dmxdev.c 	if ((filter->type != DMXDEV_TYPE_PES) ||
type              904 drivers/media/dvb-core/dmxdev.c 	if ((filter->type != DMXDEV_TYPE_PES) ||
type              930 drivers/media/dvb-core/dmxdev.c 	dmxdevfilter->type = DMXDEV_TYPE_SEC;
type              954 drivers/media/dvb-core/dmxdev.c 	dmxdevfilter->type = DMXDEV_TYPE_PES;
type             1023 drivers/media/dvb-core/dmxdev.c 	if (dmxdevfilter->type == DMXDEV_TYPE_SEC)
type             1388 drivers/media/dvb-core/dvb_ca_en50221.c 		info->type = CA_CI_LINK;
type              381 drivers/media/dvb-core/dvb_demux.c 	switch (feed->type) {
type              411 drivers/media/dvb-core/dvb_demux.c 	(((f)->type == DMX_TYPE_TS) &&					\
type              674 drivers/media/dvb-core/dvb_demux.c 		       __func__, feed->type, feed->state, feed->pid);
type              688 drivers/media/dvb-core/dvb_demux.c 		       __func__, feed->type, feed->state, feed->pid);
type              747 drivers/media/dvb-core/dvb_demux.c 	if (feed->state != DMX_STATE_READY || feed->type != DMX_TYPE_TS) {
type              815 drivers/media/dvb-core/dvb_demux.c 	feed->type = DMX_TYPE_TS;
type              836 drivers/media/dvb-core/dvb_demux.c 	feed->filter->type = DMX_TYPE_TS;
type              897 drivers/media/dvb-core/dvb_demux.c 	dvbdmxfilter->type = DMX_TYPE_SEC;
type             1074 drivers/media/dvb-core/dvb_demux.c 	dvbdmxfeed->type = DMX_TYPE_SEC;
type             1653 drivers/media/dvb-core/dvb_frontend.c 	enum dvbv3_emulation_type type;
type             1695 drivers/media/dvb-core/dvb_frontend.c 	type = dvbv3_type(desired_system);
type             1703 drivers/media/dvb-core/dvb_frontend.c 		if (dvbv3_type(fe->ops.delsys[ncaps]) == type)
type             2465 drivers/media/dvb-core/dvb_frontend.c 			info->type = FE_QPSK;
type             2468 drivers/media/dvb-core/dvb_frontend.c 			info->type = FE_ATSC;
type             2471 drivers/media/dvb-core/dvb_frontend.c 			info->type = FE_QAM;
type             2474 drivers/media/dvb-core/dvb_frontend.c 			info->type = FE_OFDM;
type             2480 drivers/media/dvb-core/dvb_frontend.c 			info->type = FE_OFDM;
type             2483 drivers/media/dvb-core/dvb_frontend.c 			__func__, c->delivery_system, info->type);
type              173 drivers/media/dvb-core/dvb_vb2.c 	q->type = DVB_BUF_TYPE_CAPTURE;
type              223 drivers/media/dvb-core/dvb_vb2.c 	ret = vb2_core_streamon(q, q->type);
type              241 drivers/media/dvb-core/dvb_vb2.c 	ret = vb2_core_streamoff(q, q->type);
type              371 drivers/media/dvb-core/dvb_vb2.c 	ret = vb2_core_expbuf(&ctx->vb_q, &exp->fd, q->type, exp->index,
type               84 drivers/media/dvb-core/dvbdev.c #define nums2minor(num, type, id) \
type               85 drivers/media/dvb-core/dvbdev.c        (((num) << 6) | ((id) << 4) | minor_type[type])
type              195 drivers/media/dvb-core/dvbdev.c static int dvbdev_get_free_id (struct dvb_adapter *adap, int type)
type              202 drivers/media/dvb-core/dvbdev.c 			if (dev->type == type && dev->id == id)
type              296 drivers/media/dvb-core/dvbdev.c 				   int type, int demux_sink_pads)
type              300 drivers/media/dvb-core/dvbdev.c 	switch (type) {
type              348 drivers/media/dvb-core/dvbdev.c 	switch (type) {
type              392 drivers/media/dvb-core/dvbdev.c 				     int type, int minor,
type              403 drivers/media/dvb-core/dvbdev.c 	ret = dvb_create_media_entity(dvbdev, type, demux_sink_pads);
type              407 drivers/media/dvb-core/dvbdev.c 	switch (type) {
type              457 drivers/media/dvb-core/dvbdev.c 			enum dvb_device_type type, int demux_sink_pads)
type              467 drivers/media/dvb-core/dvbdev.c 	if ((id = dvbdev_get_free_id (adap, type)) < 0){
type              490 drivers/media/dvb-core/dvbdev.c 	dvbdev->type = type;
type              515 drivers/media/dvb-core/dvbdev.c 	minor = nums2minor(adap->num, type, id);
type              522 drivers/media/dvb-core/dvbdev.c 	ret = dvb_register_media_device(dvbdev, type, minor, demux_sink_pads);
type              538 drivers/media/dvb-core/dvbdev.c 			       dvbdev, "dvb%d.%s%d", adap->num, dnames[type], id);
type              541 drivers/media/dvb-core/dvbdev.c 		       __func__, adap->num, dnames[type], id, PTR_ERR(clsdev));
type              545 drivers/media/dvb-core/dvbdev.c 		adap->num, dnames[type], id, minor, minor);
type              767 drivers/media/dvb-core/dvbdev.c 		if (intf->type == MEDIA_INTF_T_DVB_CA && ca) {
type              775 drivers/media/dvb-core/dvbdev.c 		if (intf->type == MEDIA_INTF_T_DVB_FE && tuner) {
type              788 drivers/media/dvb-core/dvbdev.c 		if (intf->type == MEDIA_INTF_T_DVB_DVR && demux) {
type              796 drivers/media/dvb-core/dvbdev.c 		if (intf->type == MEDIA_INTF_T_DVB_DVR) {
type              801 drivers/media/dvb-core/dvbdev.c 		if (intf->type == MEDIA_INTF_T_DVB_DEMUX) {
type              979 drivers/media/dvb-core/dvbdev.c 		strscpy(board_info->type, name, I2C_NAME_SIZE);
type              981 drivers/media/dvb-core/dvbdev.c 		strscpy(board_info->type, module_name, I2C_NAME_SIZE);
type             1018 drivers/media/dvb-core/dvbdev.c 	add_uevent_var(env, "DVB_DEVICE_TYPE=%s", dnames[dvbdev->type]);
type             1028 drivers/media/dvb-core/dvbdev.c 		dvbdev->adapter->num, dnames[dvbdev->type], dvbdev->id);
type              159 drivers/media/dvb-frontends/as102_fe_types.h 	uint8_t  type; /* Red TS_PID_TYPE_<N> values */
type              530 drivers/media/dvb-frontends/cxd2820r_core.c 	strscpy(board_info.type, "cxd2820r", I2C_NAME_SIZE);
type             3835 drivers/media/dvb-frontends/cxd2841er.c 	const char *type;
type             3860 drivers/media/dvb-frontends/cxd2841er.c 		type = "C/T/T2";
type             3869 drivers/media/dvb-frontends/cxd2841er.c 		type = "ISDB-T";
type             3875 drivers/media/dvb-frontends/cxd2841er.c 		type = "T/T2/C/ISDB-T";
type             3881 drivers/media/dvb-frontends/cxd2841er.c 		type = "C/C2/T/T2";
type             3888 drivers/media/dvb-frontends/cxd2841er.c 		type = "C/C2/T/T2/ISDB-T";
type             3903 drivers/media/dvb-frontends/cxd2841er.c 		type = "S/S2";
type             3912 drivers/media/dvb-frontends/cxd2841er.c 		__func__, name, type);
type              292 drivers/media/dvb-frontends/cxd2880/cxd2880_dvbt2.h 	enum cxd2880_dvbt2_l1pre_type type;
type              325 drivers/media/dvb-frontends/cxd2880/cxd2880_dvbt2.h 	enum cxd2880_dvbt2_plp_type type;
type              254 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c 	l1_pre->type = (enum cxd2880_dvbt2_l1pre_type)data[0];
type              607 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c 					type,
type              654 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c 	if (type == CXD2880_DVBT2_PLP_COMMON)
type              669 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c 	if (type == CXD2880_DVBT2_PLP_COMMON && !data[13])
type              673 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c 	plp_info->type =
type              919 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c 				      type,
type              968 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c 	if (type == CXD2880_DVBT2_PLP_COMMON) {
type              999 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c 	if (type == CXD2880_DVBT2_PLP_COMMON)
type             1048 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c 					      type,
type             1111 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c 	if (type == CXD2880_DVBT2_PLP_COMMON)
type             1137 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c 	if (type == CXD2880_DVBT2_PLP_COMMON)
type             1569 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c 				 enum cxd2880_dvbt2_plp_btype type,
type             1613 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c 	if (type == CXD2880_DVBT2_PLP_COMMON) {
type             1654 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c 				       type,
type             1700 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c 	if (type == CXD2880_DVBT2_PLP_COMMON) {
type               54 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.h 					type,
type               73 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.h 				      type,
type               81 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.h 					      type,
type              112 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.h 				 enum cxd2880_dvbt2_plp_btype type,
type              119 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.h 				       type,
type             1656 drivers/media/dvb-frontends/dib9000.c 	u8 type = 0;		/* I2C */
type             1662 drivers/media/dvb-frontends/dib9000.c 	p[0] = type;
type              922 drivers/media/dvb-frontends/lgdt330x.c 	strscpy(board_info.type, "lgdt330x", sizeof(board_info.type));
type             1277 drivers/media/dvb-frontends/m88ds3103.c 	strscpy(board_info.type, "m88ds3103", I2C_NAME_SIZE);
type               56 drivers/media/dvb-frontends/mxl5xx.c 	u32                  type;
type              918 drivers/media/dvb-frontends/mxl5xx.c 		if (state->base->type == MXL_HYDRA_DEVICE_568) {
type             1013 drivers/media/dvb-frontends/mxl5xx.c 	if (state->base->type == MXL_HYDRA_DEVICE_568) {
type             1066 drivers/media/dvb-frontends/mxl5xx.c 		if ((state->base->type == MXL_HYDRA_DEVICE_541) ||
type             1067 drivers/media/dvb-frontends/mxl5xx.c 		    (state->base->type == MXL_HYDRA_DEVICE_541S))
type             1070 drivers/media/dvb-frontends/mxl5xx.c 		if ((state->base->type == MXL_HYDRA_DEVICE_581) ||
type             1071 drivers/media/dvb-frontends/mxl5xx.c 		    (state->base->type == MXL_HYDRA_DEVICE_581S))
type             1077 drivers/media/dvb-frontends/mxl5xx.c 	switch (state->base->type) {
type             1619 drivers/media/dvb-frontends/mxl5xx.c 	u32 type = state->base->type;
type             1633 drivers/media/dvb-frontends/mxl5xx.c 			if (type == MXL_HYDRA_DEVICE_581)
type             1635 drivers/media/dvb-frontends/mxl5xx.c 			if (type == MXL_HYDRA_DEVICE_581S) {
type             1636 drivers/media/dvb-frontends/mxl5xx.c 				state->base->type = MXL_HYDRA_DEVICE_581;
type             1641 drivers/media/dvb-frontends/mxl5xx.c 			if (type == MXL_HYDRA_DEVICE_584)
type             1645 drivers/media/dvb-frontends/mxl5xx.c 			if (type == MXL_HYDRA_DEVICE_544)
type             1647 drivers/media/dvb-frontends/mxl5xx.c 			if (type == MXL_HYDRA_DEVICE_542)
type             1651 drivers/media/dvb-frontends/mxl5xx.c 			if (type == MXL_HYDRA_DEVICE_582)
type             1718 drivers/media/dvb-frontends/mxl5xx.c 	switch (state->base->type) {
type             1865 drivers/media/dvb-frontends/mxl5xx.c 		base->type = cfg->type;
type               33 drivers/media/dvb-frontends/mxl5xx.h 	u8   type;
type               40 drivers/media/dvb-frontends/rtl2832_sdr.c 		.type = V4L2_TUNER_ADC,
type               48 drivers/media/dvb-frontends/rtl2832_sdr.c 		.type = V4L2_TUNER_ADC,
type               56 drivers/media/dvb-frontends/rtl2832_sdr.c 		.type = V4L2_TUNER_ADC,
type               67 drivers/media/dvb-frontends/rtl2832_sdr.c 		.type = V4L2_TUNER_RF,
type              957 drivers/media/dvb-frontends/rtl2832_sdr.c 	dev_dbg(&pdev->dev, "index=%d type=%d\n", v->index, v->type);
type              961 drivers/media/dvb-frontends/rtl2832_sdr.c 		v->type = V4L2_TUNER_ADC;
type              971 drivers/media/dvb-frontends/rtl2832_sdr.c 		v->type = V4L2_TUNER_RF;
type             1012 drivers/media/dvb-frontends/rtl2832_sdr.c 		band->tuner, band->type, band->index);
type             1042 drivers/media/dvb-frontends/rtl2832_sdr.c 	dev_dbg(&pdev->dev, "tuner=%d type=%d\n", f->tuner, f->type);
type             1046 drivers/media/dvb-frontends/rtl2832_sdr.c 		f->type = V4L2_TUNER_ADC;
type             1050 drivers/media/dvb-frontends/rtl2832_sdr.c 		f->type = V4L2_TUNER_RF;
type             1054 drivers/media/dvb-frontends/rtl2832_sdr.c 		f->type = V4L2_TUNER_RF;
type             1070 drivers/media/dvb-frontends/rtl2832_sdr.c 		f->tuner, f->type, f->frequency);
type             1076 drivers/media/dvb-frontends/rtl2832_sdr.c 	if (f->tuner == 0 && f->type == V4L2_TUNER_ADC) {
type             1361 drivers/media/dvb-frontends/rtl2832_sdr.c 	dev->vb_queue.type = V4L2_BUF_TYPE_SDR_CAPTURE;
type              519 drivers/media/dvb-frontends/ts2020.c 	strscpy(board_info.type, "ts2020", I2C_NAME_SIZE);
type              343 drivers/media/firewire/firedtv-avc.c 	if (fdtv->type == FIREDTV_DVB_S2)
type              382 drivers/media/firewire/firedtv-avc.c 	if (fdtv->type == FIREDTV_DVB_S2) {
type              594 drivers/media/firewire/firedtv-avc.c 	switch (fdtv->type) {
type              680 drivers/media/firewire/firedtv-avc.c 	sl = fdtv->type == FIREDTV_DVB_T ? 0x0c : 0x11;
type              696 drivers/media/firewire/firedtv-avc.c 	fdtv->avc_data_length = fdtv->type == FIREDTV_DVB_T ? 24 : 28;
type               68 drivers/media/firewire/firedtv-ci.c 	slot->type = CA_CI;
type               55 drivers/media/firewire/firedtv-dvb.c 	switch (dvbdmxfeed->type) {
type               61 drivers/media/firewire/firedtv-dvb.c 			dvbdmxfeed->type);
type               68 drivers/media/firewire/firedtv-dvb.c 	if (dvbdmxfeed->type == DMX_TYPE_TS) {
type              126 drivers/media/firewire/firedtv-dvb.c 	if (dvbdmxfeed->type == DMX_TYPE_TS &&
type              169 drivers/media/firewire/firedtv-fe.c 	switch (fdtv->type) {
type              244 drivers/media/firewire/firedtv-fe.c 			fdtv->type);
type              279 drivers/media/firewire/firedtv-fw.c 	fdtv->type = i;
type              293 drivers/media/firewire/firedtv-fw.c 	err = fdtv_dvb_register(fdtv, model_names[fdtv->type]);
type               93 drivers/media/firewire/firedtv.h 	enum model_type		type;
type              424 drivers/media/i2c/ad9389b.c 	if (state->dv_timings.type == V4L2_DV_BT_656_1120)
type              578 drivers/media/i2c/ad9389b.c 	.type = V4L2_DV_BT_656_1120,
type              595 drivers/media/i2c/adv7180.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type              758 drivers/media/i2c/adv7180.c 		cfg->type = V4L2_MBUS_CSI2_DPHY;
type              769 drivers/media/i2c/adv7180.c 		cfg->type = V4L2_MBUS_BT656;
type              827 drivers/media/i2c/adv7180.c 	switch (sub->type) {
type              885 drivers/media/i2c/adv7180.c 			.type = V4L2_EVENT_SOURCE_CHANGE,
type               35 drivers/media/i2c/adv748x/adv748x-hdmi.c 	.type = V4L2_DV_BT_656_1120,
type              293 drivers/media/i2c/adv748x/adv748x-hdmi.c 	timings->type = V4L2_DV_BT_656_1120;
type              135 drivers/media/i2c/adv7511-v4l2.c 	.type = V4L2_DV_BT_656_1120,
type              647 drivers/media/i2c/adv7511-v4l2.c 	if (state->dv_timings.type == V4L2_DV_BT_656_1120)
type              103 drivers/media/i2c/adv7604.c 	enum adv76xx_type type;
type              314 drivers/media/i2c/adv7604.c 	.type = V4L2_EVENT_SOURCE_CHANGE,
type              772 drivers/media/i2c/adv7604.c 	.type = V4L2_DV_BT_656_1120,
type              783 drivers/media/i2c/adv7604.c 	.type = V4L2_DV_BT_656_1120,
type             1578 drivers/media/i2c/adv7604.c 		timings->type = V4L2_DV_BT_656_1120;
type             2365 drivers/media/i2c/adv7604.c 	if (info->type == ADV7604) {
type             2637 drivers/media/i2c/adv7604.c 	switch (sub->type) {
type             2720 drivers/media/i2c/adv7604.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type             2731 drivers/media/i2c/adv7604.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             2742 drivers/media/i2c/adv7604.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type             2974 drivers/media/i2c/adv7604.c 		.type = ADV7604,
type             3024 drivers/media/i2c/adv7604.c 		.type = ADV7611,
type             3068 drivers/media/i2c/adv7604.c 		.type = ADV7612,
type             3431 drivers/media/i2c/adv7604.c 	switch (state->info->type) {
type             3462 drivers/media/i2c/adv7604.c 		if ((state->info->type == ADV7611 && val != 0x2051) ||
type             3463 drivers/media/i2c/adv7604.c 			(state->info->type == ADV7612 && val != 0x2041)) {
type              241 drivers/media/i2c/adv7842.c 	.type = V4L2_EVENT_SOURCE_CHANGE,
type              663 drivers/media/i2c/adv7842.c 	.type = V4L2_DV_BT_656_1120,
type              674 drivers/media/i2c/adv7842.c 	.type = V4L2_DV_BT_656_1120,
type             1562 drivers/media/i2c/adv7842.c 		timings->type = V4L2_DV_BT_656_1120;
type             3238 drivers/media/i2c/adv7842.c 	switch (sub->type) {
type             3324 drivers/media/i2c/adv7842.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type             3335 drivers/media/i2c/adv7842.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             3345 drivers/media/i2c/adv7842.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type              224 drivers/media/i2c/cx25840/cx25840-vbi.c 		vbi->line = vbi->type = 0;
type              257 drivers/media/i2c/cx25840/cx25840-vbi.c 	vbi->type = err ? 0 : id2;
type              231 drivers/media/i2c/et8ek8/et8ek8_driver.c 		data_length = wnext->type;
type              284 drivers/media/i2c/et8ek8/et8ek8_driver.c 		while (next->type != ET8EK8_REG_TERM &&
type              285 drivers/media/i2c/et8ek8/et8ek8_driver.c 		       next->type != ET8EK8_REG_DELAY) {
type              290 drivers/media/i2c/et8ek8/et8ek8_driver.c 			if (WARN(next->type != ET8EK8_REG_8BIT &&
type              291 drivers/media/i2c/et8ek8/et8ek8_driver.c 				 next->type != ET8EK8_REG_16BIT,
type              292 drivers/media/i2c/et8ek8/et8ek8_driver.c 				 "Invalid type = %d", next->type)) {
type              316 drivers/media/i2c/et8ek8/et8ek8_driver.c 		if (next->type == ET8EK8_REG_DELAY) {
type              326 drivers/media/i2c/et8ek8/et8ek8_driver.c 	} while (next->type != ET8EK8_REG_TERM);
type              361 drivers/media/i2c/et8ek8/et8ek8_driver.c 		u16 type)
type              366 drivers/media/i2c/et8ek8/et8ek8_driver.c 		if ((*next)->type == type)
type              377 drivers/media/i2c/et8ek8/et8ek8_driver.c 					 u16 type)
type              381 drivers/media/i2c/et8ek8/et8ek8_driver.c 	reglist = et8ek8_reglist_find_type(meta, type);
type              426 drivers/media/i2c/et8ek8/et8ek8_driver.c 		if ((*list)->type != ET8EK8_REGLIST_MODE)
type              468 drivers/media/i2c/et8ek8/et8ek8_driver.c 		if ((*list)->type != ET8EK8_REGLIST_MODE)
type              488 drivers/media/i2c/et8ek8/et8ek8_driver.c 	if ((*list1)->type == ET8EK8_REGLIST_MODE &&
type              489 drivers/media/i2c/et8ek8/et8ek8_driver.c 	    (*list2)->type != ET8EK8_REGLIST_MODE)
type              491 drivers/media/i2c/et8ek8/et8ek8_driver.c 	if ((*list1)->type != ET8EK8_REGLIST_MODE &&
type              492 drivers/media/i2c/et8ek8/et8ek8_driver.c 	    (*list2)->type == ET8EK8_REGLIST_MODE)
type              536 drivers/media/i2c/et8ek8/et8ek8_driver.c 		       list->type,
type              900 drivers/media/i2c/et8ek8/et8ek8_driver.c 		if ((*list)->type != ET8EK8_REGLIST_MODE)
type              934 drivers/media/i2c/et8ek8/et8ek8_driver.c 		if ((*list)->type != ET8EK8_REGLIST_MODE)
type              972 drivers/media/i2c/et8ek8/et8ek8_driver.c 		if ((*list)->type != ET8EK8_REGLIST_MODE)
type               32 drivers/media/i2c/et8ek8/et8ek8_mode.c 	.type = ET8EK8_REGLIST_POWERON,
type              133 drivers/media/i2c/et8ek8/et8ek8_mode.c 	.type = ET8EK8_REGLIST_MODE,
type              189 drivers/media/i2c/et8ek8/et8ek8_mode.c 	.type = ET8EK8_REGLIST_MODE,
type              245 drivers/media/i2c/et8ek8/et8ek8_mode.c 	.type = ET8EK8_REGLIST_MODE,
type              301 drivers/media/i2c/et8ek8/et8ek8_mode.c 	.type = ET8EK8_REGLIST_MODE,
type              357 drivers/media/i2c/et8ek8/et8ek8_mode.c 	.type = ET8EK8_REGLIST_MODE,
type              412 drivers/media/i2c/et8ek8/et8ek8_mode.c 	.type = ET8EK8_REGLIST_MODE,
type              468 drivers/media/i2c/et8ek8/et8ek8_mode.c 	.type = ET8EK8_REGLIST_MODE,
type              524 drivers/media/i2c/et8ek8/et8ek8_mode.c 	.type = ET8EK8_REGLIST_MODE,
type               52 drivers/media/i2c/et8ek8/et8ek8_reg.h 	u16 type;
type               73 drivers/media/i2c/et8ek8/et8ek8_reg.h 	u32 type;
type              807 drivers/media/i2c/ir-kbd-i2c.c 		if (init_data->type)
type              808 drivers/media/i2c/ir-kbd-i2c.c 			rc_proto = init_data->type;
type               43 drivers/media/i2c/m5mols/m5mols.h 	enum m5mols_restype type;
type              486 drivers/media/i2c/m5mols/m5mols_core.c 	enum m5mols_restype type = M5MOLS_RESTYPE_MONITOR;
type              489 drivers/media/i2c/m5mols/m5mols_core.c 		if (code == m5mols_default_ffmt[type].code)
type              490 drivers/media/i2c/m5mols/m5mols_core.c 			return type;
type              491 drivers/media/i2c/m5mols/m5mols_core.c 	} while (type++ != SIZE_DEFAULT_FFMT);
type              508 drivers/media/i2c/m5mols/m5mols_core.c 			     enum m5mols_restype *type,
type              519 drivers/media/i2c/m5mols/m5mols_core.c 		if (stype == fsize->type) {
type              534 drivers/media/i2c/m5mols/m5mols_core.c 		*type = stype;
type              544 drivers/media/i2c/m5mols/m5mols_core.c 				enum m5mols_restype type)
type              549 drivers/media/i2c/m5mols/m5mols_core.c 	return &info->ffmt[type];
type              577 drivers/media/i2c/m5mols/m5mols_core.c 	enum m5mols_restype type;
type              581 drivers/media/i2c/m5mols/m5mols_core.c 	ret = __find_resolution(sd, format, &type, &resolution);
type              585 drivers/media/i2c/m5mols/m5mols_core.c 	sfmt = __find_format(info, cfg, fmt->which, type);
type              591 drivers/media/i2c/m5mols/m5mols_core.c 	format->code = m5mols_default_ffmt[type].code;
type              598 drivers/media/i2c/m5mols/m5mols_core.c 		info->res_type = type;
type              220 drivers/media/i2c/max2175.c 	.type = V4L2_TUNER_RF,
type              229 drivers/media/i2c/max2175.c 	.type = V4L2_TUNER_RF,
type             1134 drivers/media/i2c/max2175.c 	vf->type = V4L2_TUNER_RF;
type             1161 drivers/media/i2c/max2175.c 	vt->type = V4L2_TUNER_RF;
type             1203 drivers/media/i2c/max2175.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1219 drivers/media/i2c/max2175.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1245 drivers/media/i2c/max2175.c 	.type = V4L2_CTRL_TYPE_MENU,
type             1255 drivers/media/i2c/max2175.c 	.type = V4L2_CTRL_TYPE_MENU,
type              227 drivers/media/i2c/ml86v7667.c 	cfg->type = V4L2_MBUS_BT656;
type              511 drivers/media/i2c/msp3400-driver.c 	if (vt->type != V4L2_TUNER_ANALOG_TV)
type              699 drivers/media/i2c/mt9m001.c 	cfg->type = V4L2_MBUS_PARALLEL;
type             1152 drivers/media/i2c/mt9m111.c 	cfg->type = V4L2_MBUS_PARALLEL;
type              838 drivers/media/i2c/mt9p031.c 		.type		= V4L2_CTRL_TYPE_BOOLEAN,
type              848 drivers/media/i2c/mt9p031.c 		.type		= V4L2_CTRL_TYPE_INTEGER,
type              858 drivers/media/i2c/mt9p031.c 		.type		= V4L2_CTRL_TYPE_INTEGER,
type              868 drivers/media/i2c/mt9p031.c 		.type		= V4L2_CTRL_TYPE_INTEGER,
type              650 drivers/media/i2c/mt9t001.c 		.type		= V4L2_CTRL_TYPE_INTEGER,
type              660 drivers/media/i2c/mt9t001.c 		.type		= V4L2_CTRL_TYPE_BOOLEAN,
type              670 drivers/media/i2c/mt9t001.c 		.type		= V4L2_CTRL_TYPE_INTEGER,
type              680 drivers/media/i2c/mt9t001.c 		.type		= V4L2_CTRL_TYPE_BUTTON,
type              694 drivers/media/i2c/mt9t001.c 		.type		= V4L2_CTRL_TYPE_INTEGER,
type              704 drivers/media/i2c/mt9t001.c 		.type		= V4L2_CTRL_TYPE_INTEGER,
type              714 drivers/media/i2c/mt9t001.c 		.type		= V4L2_CTRL_TYPE_INTEGER,
type              724 drivers/media/i2c/mt9t001.c 		.type		= V4L2_CTRL_TYPE_INTEGER,
type              751 drivers/media/i2c/mt9v032.c 	.type		= V4L2_CTRL_TYPE_INTEGER,
type              764 drivers/media/i2c/mt9v032.c 		.type		= V4L2_CTRL_TYPE_INTEGER,
type              774 drivers/media/i2c/mt9v032.c 		.type		= V4L2_CTRL_TYPE_INTEGER,
type              784 drivers/media/i2c/mt9v032.c 		.type		= V4L2_CTRL_TYPE_INTEGER,
type              794 drivers/media/i2c/mt9v032.c 		.type		= V4L2_CTRL_TYPE_INTEGER,
type              804 drivers/media/i2c/mt9v032.c 		.type		= V4L2_CTRL_TYPE_INTEGER,
type              817 drivers/media/i2c/mt9v032.c 	.type		= V4L2_CTRL_TYPE_INTEGER,
type              829 drivers/media/i2c/mt9v032.c 	.type		= V4L2_CTRL_TYPE_INTEGER,
type              921 drivers/media/i2c/ov6650.c 	cfg->type = V4L2_MBUS_PARALLEL;
type              657 drivers/media/i2c/ov9640.c 	cfg->type = V4L2_MBUS_PARALLEL;
type             1339 drivers/media/i2c/s5k6aa.c 		.type	= V4L2_CTRL_TYPE_INTEGER,
type             1348 drivers/media/i2c/s5k6aa.c 		.type	= V4L2_CTRL_TYPE_INTEGER,
type             1357 drivers/media/i2c/s5k6aa.c 		.type	= V4L2_CTRL_TYPE_INTEGER,
type             1200 drivers/media/i2c/saa7115.c 	vbi->type = 0;  /* mark result as a failure */
type             1227 drivers/media/i2c/saa7115.c 		vbi->type = V4L2_SLICED_TELETEXT_B;
type             1232 drivers/media/i2c/saa7115.c 		vbi->type = V4L2_SLICED_CAPTION_525;
type             1240 drivers/media/i2c/saa7115.c 		vbi->type = V4L2_SLICED_WSS_625;
type             1245 drivers/media/i2c/saa7115.c 		vbi->type = V4L2_SLICED_VPS;
type              750 drivers/media/i2c/smiapp/smiapp-core.c 	unsigned int type, n;
type              755 drivers/media/i2c/smiapp/smiapp-core.c 		sensor, SMIAPP_REG_U8_DATA_FORMAT_MODEL_TYPE, &type);
type              759 drivers/media/i2c/smiapp/smiapp-core.c 	dev_dbg(&client->dev, "data_format_model_type %d\n", type);
type              774 drivers/media/i2c/smiapp/smiapp-core.c 	switch (type) {
type              306 drivers/media/i2c/sony-btf-mpx.c 	if (vt->type != V4L2_TUNER_ANALOG_TV)
type               58 drivers/media/i2c/tc358743.c 	.type = V4L2_DV_BT_656_1120,
type              321 drivers/media/i2c/tc358743.c 	timings->type = V4L2_DV_BT_656_1120;
type              986 drivers/media/i2c/tc358743.c 		.type = V4L2_EVENT_SOURCE_CHANGE,
type             1497 drivers/media/i2c/tc358743.c 	switch (sub->type) {
type             1610 drivers/media/i2c/tc358743.c 	cfg->type = V4L2_MBUS_CSI2_DPHY;
type             1864 drivers/media/i2c/tc358743.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type             1875 drivers/media/i2c/tc358743.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type              179 drivers/media/i2c/tda1997x.c 	.type = V4L2_DV_BT_656_1120,
type              217 drivers/media/i2c/tda1997x.c 	enum tda1997x_type type;
type              281 drivers/media/i2c/tda1997x.c 	.type = V4L2_EVENT_SOURCE_CHANGE,
type              287 drivers/media/i2c/tda1997x.c 		.type = TDA19971,
type              291 drivers/media/i2c/tda1997x.c 		.type = TDA19973,
type             1264 drivers/media/i2c/tda1997x.c 	switch (frame.any.type) {
type             2007 drivers/media/i2c/tda1997x.c 	switch (sub->type) {
type             2405 drivers/media/i2c/tda1997x.c 	enum tda1997x_type type;
type             2416 drivers/media/i2c/tda1997x.c 		type = TDA19971;
type             2420 drivers/media/i2c/tda1997x.c 		type = TDA19973;
type             2426 drivers/media/i2c/tda1997x.c 	if (state->info->type != type) {
type             2583 drivers/media/i2c/tda1997x.c 	switch (state->info->type) {
type              201 drivers/media/i2c/ths7303.c 	if (!dv_timings || dv_timings->type != V4L2_DV_BT_656_1120)
type               49 drivers/media/i2c/ths8200.c 	.type = V4L2_DV_BT_656_1120,
type              217 drivers/media/i2c/tvp514x.c 	 .type		= V4L2_BUF_TYPE_VIDEO_CAPTURE,
type              483 drivers/media/i2c/tvp5150.c 	struct tvp5150_vbi_type type;
type              604 drivers/media/i2c/tvp5150.c 		if (!regs->type.vbi_type)
type              629 drivers/media/i2c/tvp5150.c 		if (!regs->type.vbi_type)
type              632 drivers/media/i2c/tvp5150.c 		for (line = regs->type.ini_line;
type              633 drivers/media/i2c/tvp5150.c 		     line <= regs->type.end_line;
type              635 drivers/media/i2c/tvp5150.c 			cap->service_lines[0][line] |= regs->type.vbi_type;
type              637 drivers/media/i2c/tvp5150.c 		cap->service_set |= regs->type.vbi_type;
type              656 drivers/media/i2c/tvp5150.c 			unsigned int type, u8 flags, int line,
type              678 drivers/media/i2c/tvp5150.c 		if (!regs->type.vbi_type)
type              681 drivers/media/i2c/tvp5150.c 		if ((type & regs->type.vbi_type) &&
type              682 drivers/media/i2c/tvp5150.c 		    (line >= regs->type.ini_line) &&
type              683 drivers/media/i2c/tvp5150.c 		    (line <= regs->type.end_line))
type              688 drivers/media/i2c/tvp5150.c 	type = pos | (flags & 0xf0);
type              692 drivers/media/i2c/tvp5150.c 		regmap_write(decoder->regmap, reg, type);
type              695 drivers/media/i2c/tvp5150.c 		regmap_write(decoder->regmap, reg + 1, type);
type              697 drivers/media/i2c/tvp5150.c 	return type;
type              705 drivers/media/i2c/tvp5150.c 	int pos, type = 0;
type              730 drivers/media/i2c/tvp5150.c 			type |= vbi_ram_default[pos].type.vbi_type;
type              733 drivers/media/i2c/tvp5150.c 	return type;
type              835 drivers/media/i2c/tvp5150.c 	.type = V4L2_EVENT_SOURCE_CHANGE,
type             1112 drivers/media/i2c/tvp5150.c 	cfg->type = decoder->mbus_type;
type               63 drivers/media/i2c/tvp7002.c 	u8 type;
type              541 drivers/media/i2c/tvp7002.c 		if (TVP7002_WRITE == regs->type)
type              556 drivers/media/i2c/tvp7002.c 	if (dv_timings->type != V4L2_DV_BT_656_1120)
type              266 drivers/media/i2c/video-i2c.c 	.type = hwmon_temp,
type              276 drivers/media/i2c/video-i2c.c 				  enum hwmon_sensor_types type,
type              282 drivers/media/i2c/video-i2c.c static int amg88xx_read(struct device *dev, enum hwmon_sensor_types type,
type              601 drivers/media/i2c/video-i2c.c 	vin->type = V4L2_INPUT_TYPE_CAMERA;
type              610 drivers/media/i2c/video-i2c.c 	enum v4l2_buf_type type = fmt->type;
type              616 drivers/media/i2c/video-i2c.c 	fmt->type = type;
type              634 drivers/media/i2c/video-i2c.c 	fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type              653 drivers/media/i2c/video-i2c.c 	fe->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type              694 drivers/media/i2c/video-i2c.c 	if (parm->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              790 drivers/media/i2c/video-i2c.c 	queue->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              112 drivers/media/mc/mc-device.c 	entd->type = ent->function;
type              133 drivers/media/mc/mc-device.c 			entd->type = MEDIA_ENT_F_V4L2_SUBDEV_UNKNOWN;
type              135 drivers/media/mc/mc-device.c 			entd->type = MEDIA_ENT_T_DEVNODE_UNKNOWN;
type              291 drivers/media/mc/mc-device.c 		kintf.intf_type = intf->type;
type               17 drivers/media/mc/mc-entity.c static inline const char *gobj_type(enum media_gobj_type type)
type               19 drivers/media/mc/mc-entity.c 	switch (type) {
type               35 drivers/media/mc/mc-entity.c 	switch (intf->type) {
type              146 drivers/media/mc/mc-entity.c 			   enum media_gobj_type type,
type              154 drivers/media/mc/mc-entity.c 	gobj->id = media_gobj_gen_id(type, ++mdev->id);
type              156 drivers/media/mc/mc-entity.c 	switch (type) {
type              925 drivers/media/mc/mc-entity.c 	intf->type = intf_type;
type              935 drivers/media/mc/mc-entity.c 						u32 type, u32 flags,
type              948 drivers/media/mc/mc-entity.c 			     type, flags);
type              265 drivers/media/mmc/siano/smssdio.c 	params.device_type = sms_get_board(board_id)->type;
type             2896 drivers/media/pci/bt8xx/bttv-cards.c 	int i,type;
type             2904 drivers/media/pci/bt8xx/bttv-cards.c 		for (type = -1, i = 0; cards[i].id != 0; i++)
type             2906 drivers/media/pci/bt8xx/bttv-cards.c 				type = i;
type             2908 drivers/media/pci/bt8xx/bttv-cards.c 		if (type != -1) {
type             2911 drivers/media/pci/bt8xx/bttv-cards.c 				btv->c.nr, cards[type].name, cards[type].cardnr,
type             2914 drivers/media/pci/bt8xx/bttv-cards.c 			btv->c.type = cards[type].cardnr;
type             2926 drivers/media/pci/bt8xx/bttv-cards.c 		btv->c.type=card[btv->c.nr];
type             2930 drivers/media/pci/bt8xx/bttv-cards.c 		btv->c.nr, bttv_tvcards[btv->c.type].name, btv->c.type,
type             2941 drivers/media/pci/bt8xx/bttv-cards.c 			bttv_tvcards[btv->c.type].gpiomux[i] = audiomux[i];
type             2947 drivers/media/pci/bt8xx/bttv-cards.c 			bttv_tvcards[btv->c.type].gpiomux[i] = audioall;
type             2950 drivers/media/pci/bt8xx/bttv-cards.c 	bttv_tvcards[btv->c.type].gpiomask = (UNSET != gpiomask) ? gpiomask : gpiobits;
type             2952 drivers/media/pci/bt8xx/bttv-cards.c 		btv->c.nr, bttv_tvcards[btv->c.type].gpiomask);
type             2955 drivers/media/pci/bt8xx/bttv-cards.c 			i ? "," : "", bttv_tvcards[btv->c.type].gpiomux[i]);
type             2967 drivers/media/pci/bt8xx/bttv-cards.c 	int type = -1;
type             2970 drivers/media/pci/bt8xx/bttv-cards.c 		type = BTTV_BOARD_MODTEC_205;
type             2972 drivers/media/pci/bt8xx/bttv-cards.c 		type = BTTV_BOARD_EURESYS_PICOLO;
type             2974 drivers/media/pci/bt8xx/bttv-cards.c 		type = BTTV_BOARD_HAUPPAUGE; /* old bt848 */
type             2976 drivers/media/pci/bt8xx/bttv-cards.c 	if (-1 != type) {
type             2977 drivers/media/pci/bt8xx/bttv-cards.c 		btv->c.type = type;
type             2979 drivers/media/pci/bt8xx/bttv-cards.c 			btv->c.nr, bttv_tvcards[btv->c.type].name, btv->c.type);
type             3090 drivers/media/pci/bt8xx/bttv-cards.c 			if (btv->c.type == BTTV_BOARD_MIRO)
type             3091 drivers/media/pci/bt8xx/bttv-cards.c 				btv->c.type = BTTV_BOARD_MIROPRO;
type             3092 drivers/media/pci/bt8xx/bttv-cards.c 			if (btv->c.type == BTTV_BOARD_PINNACLE)
type             3093 drivers/media/pci/bt8xx/bttv-cards.c 				btv->c.type = BTTV_BOARD_PINNACLEPRO;
type             3140 drivers/media/pci/bt8xx/bttv-cards.c 			btv->c.type = BTTV_BOARD_PINNACLEPRO;
type             3293 drivers/media/pci/bt8xx/bttv-cards.c 	switch (btv->c.type) {
type             3321 drivers/media/pci/bt8xx/bttv-cards.c 	if (!bttv_tvcards[btv->c.type].has_dvb)
type             3330 drivers/media/pci/bt8xx/bttv-cards.c 	if (BTTV_BOARD_UNKNOWN == btv->c.type) {
type             3335 drivers/media/pci/bt8xx/bttv-cards.c 	switch (btv->c.type) {
type             3441 drivers/media/pci/bt8xx/bttv-cards.c 		if (PLL_28 == bttv_tvcards[btv->c.type].pll) {
type             3445 drivers/media/pci/bt8xx/bttv-cards.c 		if (PLL_35 == bttv_tvcards[btv->c.type].pll) {
type             3449 drivers/media/pci/bt8xx/bttv-cards.c 		if (PLL_14 == bttv_tvcards[btv->c.type].pll) {
type             3483 drivers/media/pci/bt8xx/bttv-cards.c 	if (UNSET != bttv_tvcards[btv->c.type].tuner_type)
type             3485 drivers/media/pci/bt8xx/bttv-cards.c 			btv->tuner_type = bttv_tvcards[btv->c.type].tuner_type;
type             3505 drivers/media/pci/bt8xx/bttv-cards.c 	btv->dig = bttv_tvcards[btv->c.type].has_dig_in ?
type             3506 drivers/media/pci/bt8xx/bttv-cards.c 		   bttv_tvcards[btv->c.type].video_inputs - 1 : UNSET;
type             3507 drivers/media/pci/bt8xx/bttv-cards.c 	btv->svhs = bttv_tvcards[btv->c.type].svhs == NO_SVHS ?
type             3508 drivers/media/pci/bt8xx/bttv-cards.c 		    UNSET : bttv_tvcards[btv->c.type].svhs;
type             3514 drivers/media/pci/bt8xx/bttv-cards.c 	if (bttv_tvcards[btv->c.type].has_radio)
type             3516 drivers/media/pci/bt8xx/bttv-cards.c 	if (bttv_tvcards[btv->c.type].has_remote)
type             3518 drivers/media/pci/bt8xx/bttv-cards.c 	if (!bttv_tvcards[btv->c.type].no_gpioirq)
type             3520 drivers/media/pci/bt8xx/bttv-cards.c 	if (bttv_tvcards[btv->c.type].volume_gpio)
type             3521 drivers/media/pci/bt8xx/bttv-cards.c 		btv->volume_gpio = bttv_tvcards[btv->c.type].volume_gpio;
type             3522 drivers/media/pci/bt8xx/bttv-cards.c 	if (bttv_tvcards[btv->c.type].audio_mode_gpio)
type             3523 drivers/media/pci/bt8xx/bttv-cards.c 		btv->audio_mode_gpio = bttv_tvcards[btv->c.type].audio_mode_gpio;
type             3602 drivers/media/pci/bt8xx/bttv-cards.c 	if (!bttv_tvcards[btv->c.type].no_msp34xx) {
type             3606 drivers/media/pci/bt8xx/bttv-cards.c 	} else if (bttv_tvcards[btv->c.type].msp34xx_alt) {
type             3627 drivers/media/pci/bt8xx/bttv-cards.c 	if (!bttv_tvcards[btv->c.type].no_tda7432) {
type             3651 drivers/media/pci/bt8xx/bttv-cards.c 	if (ADDR_UNSET != bttv_tvcards[btv->c.type].tuner_addr)
type             3652 drivers/media/pci/bt8xx/bttv-cards.c 		addr = bttv_tvcards[btv->c.type].tuner_addr;
type             3670 drivers/media/pci/bt8xx/bttv-cards.c 		tun_setup.type = btv->tuner_type;
type             3729 drivers/media/pci/bt8xx/bttv-cards.c 			bttv_tvcards[btv->c.type].name,
type             3731 drivers/media/pci/bt8xx/bttv-cards.c 		btv->c.type = BTTV_BOARD_HAUPPAUGE_IMPACTVCB;
type             3928 drivers/media/pci/bt8xx/bttv-cards.c 	if (btv->c.type == BTTV_BOARD_UNKNOWN) {
type             3941 drivers/media/pci/bt8xx/bttv-cards.c 		unsigned short type;
type             3954 drivers/media/pci/bt8xx/bttv-cards.c 		type = get_unaligned_be16((__be16 *)(ee+4));
type             3956 drivers/media/pci/bt8xx/bttv-cards.c 		switch(type) {
type             4010 drivers/media/pci/bt8xx/bttv-cards.c 				btv->c.nr, type);
type             4020 drivers/media/pci/bt8xx/bttv-cards.c 	if (cardid<0 || btv->c.type == cardid)
type             4029 drivers/media/pci/bt8xx/bttv-cards.c 			btv->c.nr, btv->c.type, cardid);
type             4030 drivers/media/pci/bt8xx/bttv-cards.c 		btv->c.type = cardid;
type             4102 drivers/media/pci/bt8xx/bttv-cards.c 	gpio_bits(bttv_tvcards[btv->c.type].gpiomask, gpiobits);
type              178 drivers/media/pci/bt8xx/bttv-driver.c 	return sprintf(buf, "%d\n", btv ? btv->c.type : UNSET);
type              940 drivers/media/pci/bt8xx/bttv-driver.c 	if (input >= bttv_tvcards[btv->c.type].video_inputs)
type              944 drivers/media/pci/bt8xx/bttv-driver.c 	mask2 = bttv_tvcards[btv->c.type].gpiomask2;
type              960 drivers/media/pci/bt8xx/bttv-driver.c 	if(bttv_tvcards[btv->c.type].muxsel_hook)
type              961 drivers/media/pci/bt8xx/bttv-driver.c 		bttv_tvcards[btv->c.type].muxsel_hook (btv, input);
type              975 drivers/media/pci/bt8xx/bttv-driver.c 	gpio_inout(bttv_tvcards[btv->c.type].gpiomask,
type              976 drivers/media/pci/bt8xx/bttv-driver.c 		   bttv_tvcards[btv->c.type].gpiomask);
type              984 drivers/media/pci/bt8xx/bttv-driver.c 		gpio_val = bttv_tvcards[btv->c.type].gpiomute;
type              986 drivers/media/pci/bt8xx/bttv-driver.c 		gpio_val = bttv_tvcards[btv->c.type].gpiomux[input];
type              988 drivers/media/pci/bt8xx/bttv-driver.c 	switch (btv->c.type) {
type              995 drivers/media/pci/bt8xx/bttv-driver.c 		gpio_bits(bttv_tvcards[btv->c.type].gpiomask, gpio_val);
type             1068 drivers/media/pci/bt8xx/bttv-driver.c 			if (btv->c.type == BTTV_BOARD_VOODOOTV_200)
type             1147 drivers/media/pci/bt8xx/bttv-driver.c 	switch (btv->c.type) {
type             1189 drivers/media/pci/bt8xx/bttv-driver.c 	if (bttv_tvcards[btv->c.type].no_video) {
type             1208 drivers/media/pci/bt8xx/bttv-driver.c 	if (bttv_tvcards[btv->c.type].no_video) {
type             1347 drivers/media/pci/bt8xx/bttv-driver.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1358 drivers/media/pci/bt8xx/bttv-driver.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1369 drivers/media/pci/bt8xx/bttv-driver.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1380 drivers/media/pci/bt8xx/bttv-driver.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1391 drivers/media/pci/bt8xx/bttv-driver.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1402 drivers/media/pci/bt8xx/bttv-driver.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type             1413 drivers/media/pci/bt8xx/bttv-driver.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type             1424 drivers/media/pci/bt8xx/bttv-driver.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type             1435 drivers/media/pci/bt8xx/bttv-driver.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1445 drivers/media/pci/bt8xx/bttv-driver.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type             1736 drivers/media/pci/bt8xx/bttv-driver.c 	if (i->index >= bttv_tvcards[btv->c.type].video_inputs)
type             1739 drivers/media/pci/bt8xx/bttv-driver.c 	i->type     = V4L2_INPUT_TYPE_CAMERA;
type             1744 drivers/media/pci/bt8xx/bttv-driver.c 		i->type  = V4L2_INPUT_TYPE_TUNER;
type             1779 drivers/media/pci/bt8xx/bttv-driver.c 	if (i >= bttv_tvcards[btv->c.type].video_inputs)
type             1814 drivers/media/pci/bt8xx/bttv-driver.c 	if (f->type == V4L2_TUNER_RADIO)
type             1816 drivers/media/pci/bt8xx/bttv-driver.c 	f->frequency = f->type == V4L2_TUNER_RADIO ?
type             1830 drivers/media/pci/bt8xx/bttv-driver.c 	if (new_freq.type == V4L2_TUNER_RADIO) {
type             2206 drivers/media/pci/bt8xx/bttv-driver.c 	switch (fh->type) {
type             2223 drivers/media/pci/bt8xx/bttv-driver.c 	switch (fh->type) {
type             2236 drivers/media/pci/bt8xx/bttv-driver.c static int bttv_switch_type(struct bttv_fh *fh, enum v4l2_buf_type type)
type             2245 drivers/media/pci/bt8xx/bttv-driver.c 	fh->type = type;
type             2385 drivers/media/pci/bt8xx/bttv-driver.c 	retval = bttv_switch_type(fh, f->type);
type             2676 drivers/media/pci/bt8xx/bttv-driver.c 					enum v4l2_buf_type type)
type             2689 drivers/media/pci/bt8xx/bttv-driver.c 					enum v4l2_buf_type type)
type             2710 drivers/media/pci/bt8xx/bttv-driver.c 	if (parm->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             2732 drivers/media/pci/bt8xx/bttv-driver.c 	t->type       = V4L2_TUNER_ANALOG_TV;
type             2743 drivers/media/pci/bt8xx/bttv-driver.c 			      int type, struct v4l2_fract *f)
type             2748 drivers/media/pci/bt8xx/bttv-driver.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             2761 drivers/media/pci/bt8xx/bttv-driver.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE &&
type             2762 drivers/media/pci/bt8xx/bttv-driver.c 	    sel->type != V4L2_BUF_TYPE_VIDEO_OVERLAY)
type             2799 drivers/media/pci/bt8xx/bttv-driver.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE &&
type             2800 drivers/media/pci/bt8xx/bttv-driver.c 	    sel->type != V4L2_BUF_TYPE_VIDEO_OVERLAY)
type             2877 drivers/media/pci/bt8xx/bttv-driver.c 		fh->btv->c.nr, (int)count, v4l2_type_names[fh->type]);
type             2879 drivers/media/pci/bt8xx/bttv-driver.c 	switch (fh->type) {
type             2918 drivers/media/pci/bt8xx/bttv-driver.c 	if (V4L2_BUF_TYPE_VBI_CAPTURE == fh->type) {
type             2963 drivers/media/pci/bt8xx/bttv-driver.c 	enum v4l2_buf_type type = 0;
type             2968 drivers/media/pci/bt8xx/bttv-driver.c 		type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             2970 drivers/media/pci/bt8xx/bttv-driver.c 		type = V4L2_BUF_TYPE_VBI_CAPTURE;
type             2977 drivers/media/pci/bt8xx/bttv-driver.c 		btv->c.nr, v4l2_type_names[type]);
type             2989 drivers/media/pci/bt8xx/bttv-driver.c 	fh->type = type;
type             3081 drivers/media/pci/bt8xx/bttv-driver.c 		fh->btv->c.nr, v4l2_type_names[fh->type],
type             3205 drivers/media/pci/bt8xx/bttv-driver.c 	t->type = V4L2_TUNER_RADIO;
type             3877 drivers/media/pci/bt8xx/bttv-driver.c 		 type_name, bttv_tvcards[btv->c.type].name);
type             3975 drivers/media/pci/bt8xx/bttv-driver.c 		.type = V4L2_TUNER_ANALOG_TV,
type             4160 drivers/media/pci/bt8xx/bttv-driver.c 	if (!bttv_tvcards[btv->c.type].no_video)
type             4170 drivers/media/pci/bt8xx/bttv-driver.c 	if (!bttv_tvcards[btv->c.type].no_video) {
type             4186 drivers/media/pci/bt8xx/bttv-driver.c 	if (bttv_tvcards[btv->c.type].has_dvb) {
type             4225 drivers/media/pci/bt8xx/bttv-driver.c 	if (bttv_tvcards[btv->c.type].has_dvb)
type               67 drivers/media/pci/bt8xx/bttv-input.c 		if (btv->c.type == BTTV_BOARD_WINFAST2000)
type              132 drivers/media/pci/bt8xx/bttv-input.c 	if (btv->c.type == BTTV_BOARD_ENLTV_FM_2)
type              376 drivers/media/pci/bt8xx/bttv-input.c 	strscpy(info.type, "ir_video", I2C_NAME_SIZE);
type              378 drivers/media/pci/bt8xx/bttv-input.c 	switch (btv->c.type) {
type              425 drivers/media/pci/bt8xx/bttv-input.c 	switch (btv->c.type) {
type              510 drivers/media/pci/bt8xx/bttv-input.c 		dprintk("Ooops: IR config error [card=%d]\n", btv->c.type);
type              532 drivers/media/pci/bt8xx/bttv-input.c 		 btv->c.type);
type              212 drivers/media/pci/bt8xx/bttv.h 	unsigned int         type;     /* card type (pointer into tvcards[])  */
type              211 drivers/media/pci/bt8xx/bttvp.h 	enum v4l2_buf_type       type;
type              511 drivers/media/pci/bt8xx/bttvp.h 	return (bttv_tvcards[btv->c.type].muxsel >> (input * 2)) & 3;
type              554 drivers/media/pci/bt8xx/dst.c static int dst_type_print(struct dst_state *state, u8 type)
type              557 drivers/media/pci/bt8xx/dst.c 	switch (type) {
type              575 drivers/media/pci/bt8xx/dst.c 		dprintk(2, "invalid dst type %d\n", type);
type              274 drivers/media/pci/bt8xx/dst_ca.c 		p_ca_slot_info->type = CA_CI;
type              278 drivers/media/pci/bt8xx/dst_ca.c 		p_ca_slot_info->type = CA_CI;
type              581 drivers/media/pci/bt8xx/dvb-bt8xx.c static void frontend_init(struct dvb_bt8xx_card *card, u32 type)
type              585 drivers/media/pci/bt8xx/dvb-bt8xx.c 	switch(type) {
type              710 drivers/media/pci/bt8xx/dvb-bt8xx.c static int dvb_bt8xx_load_card(struct dvb_bt8xx_card *card, u32 type)
type              782 drivers/media/pci/bt8xx/dvb-bt8xx.c 	frontend_init(card, type);
type              816 drivers/media/pci/bt8xx/dvb-bt8xx.c 	switch(sub->core->type) {
type              880 drivers/media/pci/bt8xx/dvb-bt8xx.c 		pr_err("Unknown bttv card type: %d\n", sub->core->type);
type              904 drivers/media/pci/bt8xx/dvb-bt8xx.c 	if ( (ret = dvb_bt8xx_load_card(card, sub->core->type)) ) {
type              484 drivers/media/pci/cobalt/cobalt-driver.c 		.type = "adv7604",
type              571 drivers/media/pci/cobalt/cobalt-driver.c 		.type = "adv7842",
type              587 drivers/media/pci/cobalt/cobalt-driver.c 		.type = "adv7511-v4l2",
type              959 drivers/media/pci/cobalt/cobalt-v4l2.c 	inp->type = V4L2_INPUT_TYPE_CAMERA;
type             1000 drivers/media/pci/cobalt/cobalt-v4l2.c 	out->type = V4L2_OUTPUT_TYPE_ANALOG;
type             1047 drivers/media/pci/cobalt/cobalt-v4l2.c 	switch (sub->type) {
type             1059 drivers/media/pci/cobalt/cobalt-v4l2.c 	if (a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1070 drivers/media/pci/cobalt/cobalt-v4l2.c 				int type, struct v4l2_fract *f)
type             1076 drivers/media/pci/cobalt/cobalt-v4l2.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1095 drivers/media/pci/cobalt/cobalt-v4l2.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1253 drivers/media/pci/cobalt/cobalt-v4l2.c 	q->type = s->is_output ? V4L2_BUF_TYPE_VIDEO_OUTPUT :
type              150 drivers/media/pci/cx18/cx18-alsa-pcm.c 	item.type = s->type;
type              154 drivers/media/pci/cx18/cx18-alsa-pcm.c 	if (cx18_claim_stream(&item, item.type)) {
type               40 drivers/media/pci/cx18/cx18-alsa.h #define CX18_ALSA_DEBUG(x, type, fmt, args...) \
type               43 drivers/media/pci/cx18/cx18-alsa.h 			printk(KERN_INFO "%s-alsa: " type ": " fmt, \
type              261 drivers/media/pci/cx18/cx18-av-vbi.c 		vbi->line = vbi->type = 0;
type              294 drivers/media/pci/cx18/cx18-av-vbi.c 	vbi->type = err ? 0 : sdid;
type               48 drivers/media/pci/cx18/cx18-cards.c 	.type = CX18_CARD_HVR_1600_ESMT,
type               95 drivers/media/pci/cx18/cx18-cards.c 	.type = CX18_CARD_HVR_1600_S5H1411,
type              142 drivers/media/pci/cx18/cx18-cards.c 	.type = CX18_CARD_HVR_1600_SAMSUNG,
type              198 drivers/media/pci/cx18/cx18-cards.c 	.type = CX18_CARD_COMPRO_H900,
type              245 drivers/media/pci/cx18/cx18-cards.c 	.type = CX18_CARD_YUAN_MPC718,
type              305 drivers/media/pci/cx18/cx18-cards.c 	.type = CX18_CARD_GOTVIEW_PCI_DVD3,
type              365 drivers/media/pci/cx18/cx18-cards.c 	.type = CX18_CARD_CNXT_RAPTOR_PAL,
type              419 drivers/media/pci/cx18/cx18-cards.c 	.type = CX18_CARD_TOSHIBA_QOSMIO_DVBT,
type              462 drivers/media/pci/cx18/cx18-cards.c 	.type = CX18_CARD_LEADTEK_PVR2100,
type              515 drivers/media/pci/cx18/cx18-cards.c 	.type = CX18_CARD_LEADTEK_DVR3100H,
type              598 drivers/media/pci/cx18/cx18-cards.c 	input->type = (card_input->video_type == CX18_CARD_INPUT_VID_TUNER ?
type              601 drivers/media/pci/cx18/cx18-cards.c 	input->std = (input->type == V4L2_INPUT_TYPE_TUNER) ?
type              109 drivers/media/pci/cx18/cx18-cards.h 	int type;
type               22 drivers/media/pci/cx18/cx18-controls.c 	int type = cxhdl->stream_type->val;
type               28 drivers/media/pci/cx18/cx18-controls.c 	    !(type == V4L2_MPEG_STREAM_TYPE_MPEG2_PS ||
type               29 drivers/media/pci/cx18/cx18-controls.c 	      type == V4L2_MPEG_STREAM_TYPE_MPEG2_DVD ||
type               30 drivers/media/pci/cx18/cx18-controls.c 	      type == V4L2_MPEG_STREAM_TYPE_MPEG2_SVCD)) {
type              329 drivers/media/pci/cx18/cx18-driver.c 	switch (cx->card->type) {
type              757 drivers/media/pci/cx18/cx18-driver.c 	cx->vbi.in.type = V4L2_BUF_TYPE_VBI_CAPTURE;
type             1071 drivers/media/pci/cx18/cx18-driver.c 		setup.type = cx->options.tuner;
type             1076 drivers/media/pci/cx18/cx18-driver.c 		setup.tuner_callback = (setup.type == TUNER_XC2028) ?
type             1079 drivers/media/pci/cx18/cx18-driver.c 		if (setup.type == TUNER_XC2028) {
type             1212 drivers/media/pci/cx18/cx18-driver.c 	vf.type = V4L2_TUNER_ANALOG_TV;
type              159 drivers/media/pci/cx18/cx18-driver.h #define CX18_DEBUG(x, type, fmt, args...) \
type              162 drivers/media/pci/cx18/cx18-driver.h 			v4l2_info(&cx->v4l2_dev, " " type ": " fmt , ## args); \
type              173 drivers/media/pci/cx18/cx18-driver.h #define CX18_DEBUG_HIGH_VOL(x, type, fmt, args...) \
type              176 drivers/media/pci/cx18/cx18-driver.h 			v4l2_info(&cx->v4l2_dev, " " type ": " fmt , ## args); \
type              193 drivers/media/pci/cx18/cx18-driver.h #define CX18_DEBUG_DEV(x, dev, type, fmt, args...) \
type              196 drivers/media/pci/cx18/cx18-driver.h 			v4l2_info(dev, " " type ": " fmt , ## args); \
type              215 drivers/media/pci/cx18/cx18-driver.h #define CX18_DEBUG_HIGH_VOL_DEV(x, dev, type, fmt, args...) \
type              218 drivers/media/pci/cx18/cx18-driver.h 			v4l2_info(dev, " " type ": " fmt , ## args); \
type              366 drivers/media/pci/cx18/cx18-driver.h 	int type;			/* stream type */
type              418 drivers/media/pci/cx18/cx18-driver.h 	int type;
type              690 drivers/media/pci/cx18/cx18-driver.h 	return cx->vbi.in.type == V4L2_BUF_TYPE_VBI_CAPTURE;
type              258 drivers/media/pci/cx18/cx18-dvb.c 	switch (cx->card->type) {
type              460 drivers/media/pci/cx18/cx18-dvb.c 	switch (cx->card->type) {
type              497 drivers/media/pci/cx18/cx18-dvb.c 				.type    = XC2028_AUTO,
type              529 drivers/media/pci/cx18/cx18-dvb.c 				.type    = XC2028_AUTO,
type              552 drivers/media/pci/cx18/cx18-dvb.c 				.type    = XC2028_AUTO,
type               30 drivers/media/pci/cx18/cx18-fileops.c int cx18_claim_stream(struct cx18_open_id *id, int type)
type               33 drivers/media/pci/cx18/cx18-fileops.c 	struct cx18_stream *s = &cx->streams[type];
type               37 drivers/media/pci/cx18/cx18-fileops.c 	if (type == CX18_ENC_STREAM_TYPE_IDX) {
type               48 drivers/media/pci/cx18/cx18-fileops.c 		if (s->id == -1 && type == CX18_ENC_STREAM_TYPE_VBI) {
type               57 drivers/media/pci/cx18/cx18-fileops.c 		CX18_DEBUG_INFO("Stream %d is busy\n", type);
type               70 drivers/media/pci/cx18/cx18-fileops.c 	if (type != CX18_ENC_STREAM_TYPE_MPG)
type               95 drivers/media/pci/cx18/cx18-fileops.c 	if (s->type == CX18_ENC_STREAM_TYPE_IDX) {
type              103 drivers/media/pci/cx18/cx18-fileops.c 	if (s->type == CX18_ENC_STREAM_TYPE_VBI &&
type              121 drivers/media/pci/cx18/cx18-fileops.c 	if (s->type != CX18_ENC_STREAM_TYPE_MPG)
type              179 drivers/media/pci/cx18/cx18-fileops.c 		if (s->type == CX18_ENC_STREAM_TYPE_MPG) {
type              191 drivers/media/pci/cx18/cx18-fileops.c 							      s_vbi->type);
type              206 drivers/media/pci/cx18/cx18-fileops.c 			if (s->type == CX18_ENC_STREAM_TYPE_MPG)
type              211 drivers/media/pci/cx18/cx18-fileops.c 				cx18_process_vbi_data(cx, mdl, s->type);
type              268 drivers/media/pci/cx18/cx18-fileops.c 	if (cx->vbi.insert_mpeg && s->type == CX18_ENC_STREAM_TYPE_MPG &&
type              357 drivers/media/pci/cx18/cx18-fileops.c 	if (s->type == CX18_ENC_STREAM_TYPE_MPG &&
type              422 drivers/media/pci/cx18/cx18-fileops.c 	if (s->type == CX18_ENC_STREAM_TYPE_VBI && !cx18_raw_vbi(cx))
type              485 drivers/media/pci/cx18/cx18-fileops.c 	struct cx18_stream *s = &cx->streams[id->type];
type              489 drivers/media/pci/cx18/cx18-fileops.c 	if (s->type == CX18_ENC_STREAM_TYPE_RAD) {
type              495 drivers/media/pci/cx18/cx18-fileops.c 	if (cx18_claim_stream(id, s->type))
type              509 drivers/media/pci/cx18/cx18-fileops.c 	if (s->type == CX18_ENC_STREAM_TYPE_MPG) {
type              553 drivers/media/pci/cx18/cx18-fileops.c 	if (s->type == CX18_ENC_STREAM_TYPE_MPG) {
type              576 drivers/media/pci/cx18/cx18-fileops.c 	struct cx18_stream *s = &cx->streams[id->type];
type              588 drivers/media/pci/cx18/cx18-fileops.c 		(id->type == CX18_ENC_STREAM_TYPE_YUV)) {
type              601 drivers/media/pci/cx18/cx18-fileops.c 	struct cx18_stream *s = &cx->streams[id->type];
type              622 drivers/media/pci/cx18/cx18-fileops.c 		(id->type == CX18_ENC_STREAM_TYPE_YUV)) {
type              650 drivers/media/pci/cx18/cx18-fileops.c 	struct cx18_stream *s = &cx->streams[id->type];
type              654 drivers/media/pci/cx18/cx18-fileops.c 		(id->type == CX18_ENC_STREAM_TYPE_YUV)) {
type              701 drivers/media/pci/cx18/cx18-fileops.c 	struct cx18_stream *s = &cx->streams[id->type];
type              712 drivers/media/pci/cx18/cx18-fileops.c 		if (id->type == CX18_ENC_STREAM_TYPE_MPG) {
type              724 drivers/media/pci/cx18/cx18-fileops.c 		if (id->type == CX18_ENC_STREAM_TYPE_VBI &&
type              743 drivers/media/pci/cx18/cx18-fileops.c 	struct cx18_stream *s = &cx->streams[id->type];
type              749 drivers/media/pci/cx18/cx18-fileops.c 	if (id->type == CX18_ENC_STREAM_TYPE_RAD &&
type              796 drivers/media/pci/cx18/cx18-fileops.c 	item->type = s->type;
type              802 drivers/media/pci/cx18/cx18-fileops.c 	if (item->type == CX18_ENC_STREAM_TYPE_RAD &&
type               26 drivers/media/pci/cx18/cx18-fileops.h int cx18_claim_stream(struct cx18_open_id *id, int type);
type               70 drivers/media/pci/cx18/cx18-i2c.c 			   const char *type, u8 addr)
type               77 drivers/media/pci/cx18/cx18-i2c.c 	strscpy(info.type, type, I2C_NAME_SIZE);
type               84 drivers/media/pci/cx18/cx18-i2c.c 		init_data->type = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE |
type              100 drivers/media/pci/cx18/cx18-i2c.c 	const char *type = hw_devicenames[idx];
type              106 drivers/media/pci/cx18/cx18-i2c.c 				adap, type, 0, cx->card_i2c->radio);
type              110 drivers/media/pci/cx18/cx18-i2c.c 				adap, type, 0, cx->card_i2c->demod);
type              114 drivers/media/pci/cx18/cx18-i2c.c 				adap, type, 0, cx->card_i2c->tv);
type              121 drivers/media/pci/cx18/cx18-i2c.c 		return cx18_i2c_new_ir(cx, adap, hw, type, hw_addrs[idx]);
type              128 drivers/media/pci/cx18/cx18-i2c.c 	sd = v4l2_i2c_new_subdev(&cx->v4l2_dev, adap, type, hw_addrs[idx],
type               30 drivers/media/pci/cx18/cx18-ioctl.c u16 cx18_service2vbi(int type)
type               32 drivers/media/pci/cx18/cx18-ioctl.c 	switch (type) {
type              139 drivers/media/pci/cx18/cx18-ioctl.c 	struct cx18_stream *s = &cx->streams[id->type];
type              146 drivers/media/pci/cx18/cx18-ioctl.c 	if (id->type == CX18_ENC_STREAM_TYPE_YUV) {
type              213 drivers/media/pci/cx18/cx18-ioctl.c 	if (id->type == CX18_ENC_STREAM_TYPE_YUV) {
type              259 drivers/media/pci/cx18/cx18-ioctl.c 	struct cx18_stream *s = &cx->streams[id->type];
type              319 drivers/media/pci/cx18/cx18-ioctl.c 	cx->vbi.in.type = V4L2_BUF_TYPE_VBI_CAPTURE;
type              350 drivers/media/pci/cx18/cx18-ioctl.c 	cx->vbi.in.type =  V4L2_BUF_TYPE_SLICED_VBI_CAPTURE;
type              433 drivers/media/pci/cx18/cx18-ioctl.c 			      int type, struct v4l2_fract *f)
type              437 drivers/media/pci/cx18/cx18-ioctl.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              450 drivers/media/pci/cx18/cx18-ioctl.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              623 drivers/media/pci/cx18/cx18-ioctl.c 	if (vt->type == V4L2_TUNER_RADIO)
type              637 drivers/media/pci/cx18/cx18-ioctl.c 	if (cap->type != V4L2_BUF_TYPE_SLICED_VBI_CAPTURE)
type              717 drivers/media/pci/cx18/cx18-ioctl.c 	if (s->type != CX18_ENC_STREAM_TYPE_IDX)
type              802 drivers/media/pci/cx18/cx18-ioctl.c 	struct cx18_stream *s = &cx->streams[id->type];
type              817 drivers/media/pci/cx18/cx18-ioctl.c 	enum v4l2_buf_type type)
type              821 drivers/media/pci/cx18/cx18-ioctl.c 	struct cx18_stream *s = &cx->streams[id->type];
type              828 drivers/media/pci/cx18/cx18-ioctl.c 	if (id->type != CX18_ENC_STREAM_TYPE_YUV)
type              838 drivers/media/pci/cx18/cx18-ioctl.c 	enum v4l2_buf_type type)
type              842 drivers/media/pci/cx18/cx18-ioctl.c 	struct cx18_stream *s = &cx->streams[id->type];
type              849 drivers/media/pci/cx18/cx18-ioctl.c 	if (id->type != CX18_ENC_STREAM_TYPE_YUV)
type              860 drivers/media/pci/cx18/cx18-ioctl.c 	struct cx18_stream *s = &cx->streams[id->type];
type              874 drivers/media/pci/cx18/cx18-ioctl.c 	struct cx18_stream *s = &cx->streams[id->type];
type              887 drivers/media/pci/cx18/cx18-ioctl.c 	struct cx18_stream *s = &cx->streams[id->type];
type              900 drivers/media/pci/cx18/cx18-ioctl.c 	struct cx18_stream *s = &cx->streams[id->type];
type               11 drivers/media/pci/cx18/cx18-ioctl.h u16 cx18_service2vbi(int type);
type              295 drivers/media/pci/cx18/cx18-mailbox.c 		if (s->type == CX18_ENC_STREAM_TYPE_TS) {
type              298 drivers/media/pci/cx18/cx18-mailbox.c 		} else if (s->type == CX18_ENC_STREAM_TYPE_PCM) {
type              306 drivers/media/pci/cx18/cx18-mailbox.c 		} else if (s->type == CX18_ENC_STREAM_TYPE_YUV) {
type              311 drivers/media/pci/cx18/cx18-mailbox.c 			if (s->type == CX18_ENC_STREAM_TYPE_IDX)
type              182 drivers/media/pci/cx18/cx18-queue.c 		if (s->type != CX18_ENC_STREAM_TYPE_TS)
type              241 drivers/media/pci/cx18/cx18-streams.c static void cx18_stream_init(struct cx18 *cx, int type)
type              243 drivers/media/pci/cx18/cx18-streams.c 	struct cx18_stream *s = &cx->streams[type];
type              250 drivers/media/pci/cx18/cx18-streams.c 	s->type = type;
type              251 drivers/media/pci/cx18/cx18-streams.c 	s->name = cx18_stream_info[type].name;
type              254 drivers/media/pci/cx18/cx18-streams.c 	s->dma = cx18_stream_info[type].dma;
type              255 drivers/media/pci/cx18/cx18-streams.c 	s->v4l2_dev_caps = cx18_stream_info[type].caps;
type              256 drivers/media/pci/cx18/cx18-streams.c 	s->buffers = cx->stream_buffers[type];
type              257 drivers/media/pci/cx18/cx18-streams.c 	s->buf_size = cx->stream_buf_size[type];
type              278 drivers/media/pci/cx18/cx18-streams.c 	if (type == CX18_ENC_STREAM_TYPE_YUV) {
type              296 drivers/media/pci/cx18/cx18-streams.c static int cx18_prep_dev(struct cx18 *cx, int type)
type              298 drivers/media/pci/cx18/cx18-streams.c 	struct cx18_stream *s = &cx->streams[type];
type              300 drivers/media/pci/cx18/cx18-streams.c 	int num_offset = cx18_stream_info[type].num_offset;
type              313 drivers/media/pci/cx18/cx18-streams.c 	s->type = type;
type              314 drivers/media/pci/cx18/cx18-streams.c 	s->name = cx18_stream_info[type].name;
type              317 drivers/media/pci/cx18/cx18-streams.c 	if (type == CX18_ENC_STREAM_TYPE_RAD && !(cap & V4L2_CAP_RADIO))
type              321 drivers/media/pci/cx18/cx18-streams.c 	if (type == CX18_ENC_STREAM_TYPE_VBI &&
type              327 drivers/media/pci/cx18/cx18-streams.c 	if (cx18_stream_info[type].dma != PCI_DMA_NONE &&
type              328 drivers/media/pci/cx18/cx18-streams.c 	    cx->stream_buffers[type] == 0) {
type              329 drivers/media/pci/cx18/cx18-streams.c 		CX18_INFO("Disabled %s device\n", cx18_stream_info[type].name);
type              333 drivers/media/pci/cx18/cx18-streams.c 	cx18_stream_init(cx, type);
type              336 drivers/media/pci/cx18/cx18-streams.c 	if (type == CX18_ENC_STREAM_TYPE_TS) {
type              373 drivers/media/pci/cx18/cx18-streams.c 	int type, ret;
type              376 drivers/media/pci/cx18/cx18-streams.c 	for (type = 0; type < CX18_MAX_STREAMS; type++) {
type              378 drivers/media/pci/cx18/cx18-streams.c 		ret = cx18_prep_dev(cx, type);
type              383 drivers/media/pci/cx18/cx18-streams.c 		ret = cx18_stream_alloc(&cx->streams[type]);
type              387 drivers/media/pci/cx18/cx18-streams.c 	if (type == CX18_MAX_STREAMS)
type              395 drivers/media/pci/cx18/cx18-streams.c static int cx18_reg_dev(struct cx18 *cx, int type)
type              397 drivers/media/pci/cx18/cx18-streams.c 	struct cx18_stream *s = &cx->streams[type];
type              398 drivers/media/pci/cx18/cx18-streams.c 	int vfl_type = cx18_stream_info[type].vfl_type;
type              402 drivers/media/pci/cx18/cx18-streams.c 	if (type == CX18_ENC_STREAM_TYPE_TS && s->dvb != NULL) {
type              416 drivers/media/pci/cx18/cx18-streams.c 	if (type != CX18_ENC_STREAM_TYPE_MPG) {
type              421 drivers/media/pci/cx18/cx18-streams.c 			    + cx18_stream_info[type].num_offset;
type              439 drivers/media/pci/cx18/cx18-streams.c 			  name, s->name, cx->stream_buffers[type],
type              440 drivers/media/pci/cx18/cx18-streams.c 			  cx->stream_buf_size[type] / 1024,
type              441 drivers/media/pci/cx18/cx18-streams.c 			  (cx->stream_buf_size[type] * 100 / 1024) % 100);
type              449 drivers/media/pci/cx18/cx18-streams.c 		if (cx->stream_buffers[type])
type              451 drivers/media/pci/cx18/cx18-streams.c 				  name, s->name, cx->stream_buffers[type],
type              452 drivers/media/pci/cx18/cx18-streams.c 				  cx->stream_buf_size[type]);
type              465 drivers/media/pci/cx18/cx18-streams.c 	int type;
type              470 drivers/media/pci/cx18/cx18-streams.c 	for (type = 0; type < CX18_MAX_STREAMS; type++) {
type              471 drivers/media/pci/cx18/cx18-streams.c 		err = cx18_reg_dev(cx, type);
type              488 drivers/media/pci/cx18/cx18-streams.c 	int type;
type              491 drivers/media/pci/cx18/cx18-streams.c 	for (type = 0; type < CX18_MAX_STREAMS; type++) {
type              494 drivers/media/pci/cx18/cx18-streams.c 		if (type == CX18_ENC_STREAM_TYPE_TS) {
type              495 drivers/media/pci/cx18/cx18-streams.c 			if (cx->streams[type].dvb != NULL) {
type              497 drivers/media/pci/cx18/cx18-streams.c 					cx18_dvb_unregister(&cx->streams[type]);
type              498 drivers/media/pci/cx18/cx18-streams.c 				kfree(cx->streams[type].dvb);
type              499 drivers/media/pci/cx18/cx18-streams.c 				cx->streams[type].dvb = NULL;
type              500 drivers/media/pci/cx18/cx18-streams.c 				cx18_stream_free(&cx->streams[type]);
type              506 drivers/media/pci/cx18/cx18-streams.c 		if (type == CX18_ENC_STREAM_TYPE_IDX) {
type              508 drivers/media/pci/cx18/cx18-streams.c 			if (cx->stream_buffers[type] != 0) {
type              509 drivers/media/pci/cx18/cx18-streams.c 				cx->stream_buffers[type] = 0;
type              516 drivers/media/pci/cx18/cx18-streams.c 				if (cx->streams[type].buffers != 0)
type              517 drivers/media/pci/cx18/cx18-streams.c 					cx18_stream_free(&cx->streams[type]);
type              523 drivers/media/pci/cx18/cx18-streams.c 		vdev = &cx->streams[type].video_dev;
type              528 drivers/media/pci/cx18/cx18-streams.c 		if (type == CX18_ENC_STREAM_TYPE_YUV)
type              529 drivers/media/pci/cx18/cx18-streams.c 			videobuf_mmap_free(&cx->streams[type].vbuf_q);
type              531 drivers/media/pci/cx18/cx18-streams.c 		cx18_stream_free(&cx->streams[type]);
type              729 drivers/media/pci/cx18/cx18-streams.c 	switch (s->type) {
type              781 drivers/media/pci/cx18/cx18-streams.c 	switch (s->type) {
type              909 drivers/media/pci/cx18/cx18-streams.c 		(void __iomem *)&cx->scb->cpu_mdl_ack[s->type][0] - cx->enc_mem,
type              910 drivers/media/pci/cx18/cx18-streams.c 		(void __iomem *)&cx->scb->cpu_mdl_ack[s->type][1] - cx->enc_mem);
type              921 drivers/media/pci/cx18/cx18-streams.c 		if (s->type == CX18_ENC_STREAM_TYPE_MPG)
type              976 drivers/media/pci/cx18/cx18-streams.c 	if (s->type == CX18_ENC_STREAM_TYPE_MPG)
type              981 drivers/media/pci/cx18/cx18-streams.c 	if (s->type == CX18_ENC_STREAM_TYPE_MPG && gop_end) {
type              985 drivers/media/pci/cx18/cx18-streams.c 	if (s->type != CX18_ENC_STREAM_TYPE_TS)
type               24 drivers/media/pci/cx18/cx18-streams.h 	       (s->type == CX18_ENC_STREAM_TYPE_IDX &&
type              164 drivers/media/pci/cx18/cx18-vbi.c 		if (vbi.type) {
type              165 drivers/media/pci/cx18/cx18-vbi.c 			cx->vbi.sliced_data[line].id = vbi.type;
type             1277 drivers/media/pci/cx23885/cx23885-417.c 	dprintk(1, "VIDIOC_G_TUNER: tuner type %d\n", t->type);
type             1303 drivers/media/pci/cx23885/cx23885-417.c 	f->type = V4L2_TUNER_ANALOG_TV;
type             1473 drivers/media/pci/cx23885/cx23885-417.c 	char *type)
type             1485 drivers/media/pci/cx23885/cx23885-417.c 		cx23885_boards[tsport->dev->board].name, type);
type             1525 drivers/media/pci/cx23885/cx23885-417.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type               50 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE1,
type               53 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE2,
type               56 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE3,
type               59 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE4,
type               67 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_TELEVISION,
type               71 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_DEBUG,
type               75 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE1,
type               79 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_SVIDEO,
type               93 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_TELEVISION,
type              100 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE1,
type              107 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_SVIDEO,
type              128 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_TELEVISION,
type              136 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE1,
type              143 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_SVIDEO,
type              167 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_TELEVISION,
type              173 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE1,
type              179 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_SVIDEO,
type              220 drivers/media/pci/cx23885/cx23885-cards.c 			.type	= CX23885_VMUX_TELEVISION,
type              226 drivers/media/pci/cx23885/cx23885-cards.c 			.type	= CX23885_VMUX_COMPOSITE1,
type              231 drivers/media/pci/cx23885/cx23885-cards.c 			.type	= CX23885_VMUX_SVIDEO,
type              237 drivers/media/pci/cx23885/cx23885-cards.c 			.type	= CX23885_VMUX_COMPONENT,
type              255 drivers/media/pci/cx23885/cx23885-cards.c 			.type	= CX23885_VMUX_TELEVISION,
type              260 drivers/media/pci/cx23885/cx23885-cards.c 			.type	= CX23885_VMUX_COMPOSITE1,
type              263 drivers/media/pci/cx23885/cx23885-cards.c 			.type	= CX23885_VMUX_SVIDEO,
type              267 drivers/media/pci/cx23885/cx23885-cards.c 			.type	= CX23885_VMUX_COMPONENT,
type              322 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_TELEVISION,
type              329 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE1,
type              335 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_SVIDEO,
type              351 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_TELEVISION,
type              358 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_SVIDEO,
type              379 drivers/media/pci/cx23885/cx23885-cards.c 				.type   = CX23885_VMUX_TELEVISION,
type              383 drivers/media/pci/cx23885/cx23885-cards.c 				.type   = CX23885_VMUX_COMPOSITE1,
type              387 drivers/media/pci/cx23885/cx23885-cards.c 				.type   = CX23885_VMUX_SVIDEO,
type              392 drivers/media/pci/cx23885/cx23885-cards.c 				.type   = CX23885_VMUX_COMPONENT,
type              409 drivers/media/pci/cx23885/cx23885-cards.c 				.type   = CX23885_VMUX_TELEVISION,
type              413 drivers/media/pci/cx23885/cx23885-cards.c 				.type   = CX23885_VMUX_COMPOSITE1,
type              417 drivers/media/pci/cx23885/cx23885-cards.c 				.type   = CX23885_VMUX_SVIDEO,
type              422 drivers/media/pci/cx23885/cx23885-cards.c 				.type   = CX23885_VMUX_COMPONENT,
type              439 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_TELEVISION,
type              446 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE1,
type              452 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_SVIDEO,
type              480 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_TELEVISION,
type              485 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE1,
type              488 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_SVIDEO,
type              492 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPONENT,
type              507 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_TELEVISION,
type              512 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE1,
type              515 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_SVIDEO,
type              531 drivers/media/pci/cx23885/cx23885-cards.c 				.type   = CX23885_VMUX_TELEVISION,
type              539 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE1,
type              544 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE2,
type              549 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE3,
type              554 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE4,
type              569 drivers/media/pci/cx23885/cx23885-cards.c 				.type   = CX23885_VMUX_TELEVISION,
type              574 drivers/media/pci/cx23885/cx23885-cards.c 				.type   = CX23885_VMUX_COMPOSITE1,
type              579 drivers/media/pci/cx23885/cx23885-cards.c 				.type   = CX23885_VMUX_SVIDEO,
type              585 drivers/media/pci/cx23885/cx23885-cards.c 				.type   = CX23885_VMUX_COMPONENT,
type              627 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_TELEVISION,
type              634 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_SVIDEO,
type              641 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPONENT,
type              659 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE1,
type              665 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_SVIDEO,
type              714 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE1,
type              718 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_SVIDEO,
type              724 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPONENT,
type              737 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE1,
type              741 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_SVIDEO,
type              747 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPONENT,
type              754 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE2,
type              786 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE1,
type              792 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_SVIDEO,
type              809 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_COMPOSITE1,
type              815 drivers/media/pci/cx23885/cx23885-cards.c 			.type   = CX23885_VMUX_SVIDEO,
type             1158 drivers/media/pci/cx23885/cx23885-dvb.c 		strscpy(info.type, "sp2", I2C_NAME_SIZE);
type             1161 drivers/media/pci/cx23885/cx23885-dvb.c 		request_module(info.type);
type             1402 drivers/media/pci/cx23885/cx23885-dvb.c 				.type    = XC2028_D2633,
type             1825 drivers/media/pci/cx23885/cx23885-dvb.c 			strscpy(info.type, "tda10071_cx24118", I2C_NAME_SIZE);
type             1842 drivers/media/pci/cx23885/cx23885-dvb.c 			strscpy(info.type, "a8293", I2C_NAME_SIZE);
type             1863 drivers/media/pci/cx23885/cx23885-dvb.c 			strscpy(info.type, "si2165", I2C_NAME_SIZE);
type             1866 drivers/media/pci/cx23885/cx23885-dvb.c 			request_module(info.type);
type             1897 drivers/media/pci/cx23885/cx23885-dvb.c 		strscpy(info.type, "tda10071_cx24118", I2C_NAME_SIZE);
type             1914 drivers/media/pci/cx23885/cx23885-dvb.c 		strscpy(info.type, "a8293", I2C_NAME_SIZE);
type             1947 drivers/media/pci/cx23885/cx23885-dvb.c 			strscpy(info.type, "ts2020", I2C_NAME_SIZE);
type             1950 drivers/media/pci/cx23885/cx23885-dvb.c 			request_module(info.type);
type             1984 drivers/media/pci/cx23885/cx23885-dvb.c 			strscpy(info.type, "si2168", I2C_NAME_SIZE);
type             1987 drivers/media/pci/cx23885/cx23885-dvb.c 			request_module(info.type);
type             2003 drivers/media/pci/cx23885/cx23885-dvb.c 			strscpy(info.type, "si2157", I2C_NAME_SIZE);
type             2006 drivers/media/pci/cx23885/cx23885-dvb.c 			request_module(info.type);
type             2031 drivers/media/pci/cx23885/cx23885-dvb.c 		strscpy(info.type, "si2168", I2C_NAME_SIZE);
type             2034 drivers/media/pci/cx23885/cx23885-dvb.c 		request_module(info.type);
type             2049 drivers/media/pci/cx23885/cx23885-dvb.c 		strscpy(info.type, "si2157", I2C_NAME_SIZE);
type             2052 drivers/media/pci/cx23885/cx23885-dvb.c 		request_module(info.type);
type             2079 drivers/media/pci/cx23885/cx23885-dvb.c 		strscpy(info.type, "ts2020", I2C_NAME_SIZE);
type             2082 drivers/media/pci/cx23885/cx23885-dvb.c 		request_module(info.type);
type             2128 drivers/media/pci/cx23885/cx23885-dvb.c 		strscpy(info.type, "m88ds3103", I2C_NAME_SIZE);
type             2131 drivers/media/pci/cx23885/cx23885-dvb.c 		request_module(info.type);
type             2148 drivers/media/pci/cx23885/cx23885-dvb.c 		strscpy(info.type, "ts2020", I2C_NAME_SIZE);
type             2151 drivers/media/pci/cx23885/cx23885-dvb.c 		request_module(info.type);
type             2193 drivers/media/pci/cx23885/cx23885-dvb.c 		strscpy(info.type, "si2168", I2C_NAME_SIZE);
type             2196 drivers/media/pci/cx23885/cx23885-dvb.c 		request_module(info.type);
type             2211 drivers/media/pci/cx23885/cx23885-dvb.c 		strscpy(info.type, "si2157", I2C_NAME_SIZE);
type             2214 drivers/media/pci/cx23885/cx23885-dvb.c 		request_module(info.type);
type             2244 drivers/media/pci/cx23885/cx23885-dvb.c 			strscpy(info.type, "a8293", I2C_NAME_SIZE);
type             2261 drivers/media/pci/cx23885/cx23885-dvb.c 			strscpy(info.type, "m88rs6000t", I2C_NAME_SIZE);
type             2264 drivers/media/pci/cx23885/cx23885-dvb.c 			request_module("%s", info.type);
type             2286 drivers/media/pci/cx23885/cx23885-dvb.c 			strscpy(info.type, "si2168", I2C_NAME_SIZE);
type             2289 drivers/media/pci/cx23885/cx23885-dvb.c 			request_module("%s", info.type);
type             2304 drivers/media/pci/cx23885/cx23885-dvb.c 			strscpy(info.type, "si2157", I2C_NAME_SIZE);
type             2307 drivers/media/pci/cx23885/cx23885-dvb.c 			request_module("%s", info.type);
type             2339 drivers/media/pci/cx23885/cx23885-dvb.c 			strscpy(info.type, "si2168", I2C_NAME_SIZE);
type             2342 drivers/media/pci/cx23885/cx23885-dvb.c 			request_module("%s", info.type);
type             2357 drivers/media/pci/cx23885/cx23885-dvb.c 			strscpy(info.type, "si2157", I2C_NAME_SIZE);
type             2360 drivers/media/pci/cx23885/cx23885-dvb.c 			request_module("%s", info.type);
type             2386 drivers/media/pci/cx23885/cx23885-dvb.c 			strscpy(info.type, "si2168", I2C_NAME_SIZE);
type             2389 drivers/media/pci/cx23885/cx23885-dvb.c 			request_module("%s", info.type);
type             2404 drivers/media/pci/cx23885/cx23885-dvb.c 			strscpy(info.type, "si2157", I2C_NAME_SIZE);
type             2407 drivers/media/pci/cx23885/cx23885-dvb.c 			request_module("%s", info.type);
type             2446 drivers/media/pci/cx23885/cx23885-dvb.c 			strscpy(info.type, "si2157", I2C_NAME_SIZE);
type             2449 drivers/media/pci/cx23885/cx23885-dvb.c 			request_module("%s", info.type);
type             2482 drivers/media/pci/cx23885/cx23885-dvb.c 			strscpy(info.type, "si2157", I2C_NAME_SIZE);
type             2485 drivers/media/pci/cx23885/cx23885-dvb.c 			request_module("%s", info.type);
type             2522 drivers/media/pci/cx23885/cx23885-dvb.c 			strscpy(info.type, "si2157", I2C_NAME_SIZE);
type             2525 drivers/media/pci/cx23885/cx23885-dvb.c 			request_module("%s", info.type);
type             2654 drivers/media/pci/cx23885/cx23885-dvb.c 		q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              337 drivers/media/pci/cx23885/cx23885-i2c.c 		strscpy(info.type, "ir_video", I2C_NAME_SIZE);
type              145 drivers/media/pci/cx23885/cx23885-video.c 				    char *type)
type              158 drivers/media/pci/cx23885/cx23885-video.c 		 cx23885_boards[dev->board].name, type);
type              241 drivers/media/pci/cx23885/cx23885-video.c 		if (INPUT(input)->type == CX23885_VMUX_TELEVISION)
type              656 drivers/media/pci/cx23885/cx23885-video.c 				int type, struct v4l2_fract *f)
type              661 drivers/media/pci/cx23885/cx23885-video.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              675 drivers/media/pci/cx23885/cx23885-video.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              730 drivers/media/pci/cx23885/cx23885-video.c 	if (0 == INPUT(n)->type)
type              734 drivers/media/pci/cx23885/cx23885-video.c 	i->type  = V4L2_INPUT_TYPE_CAMERA;
type              735 drivers/media/pci/cx23885/cx23885-video.c 	strscpy(i->name, iname[INPUT(n)->type], sizeof(i->name));
type              737 drivers/media/pci/cx23885/cx23885-video.c 	if ((CX23885_VMUX_TELEVISION == INPUT(n)->type) ||
type              738 drivers/media/pci/cx23885/cx23885-video.c 		(CX23885_VMUX_CABLE == INPUT(n)->type)) {
type              739 drivers/media/pci/cx23885/cx23885-video.c 		i->type = V4L2_INPUT_TYPE_TUNER;
type              791 drivers/media/pci/cx23885/cx23885-video.c 	if (INPUT(i)->type == 0)
type              849 drivers/media/pci/cx23885/cx23885-video.c 	if ((CX23885_VMUX_TELEVISION == INPUT(dev->input)->type) ||
type              850 drivers/media/pci/cx23885/cx23885-video.c 		(CX23885_VMUX_CABLE == INPUT(dev->input)->type))
type              864 drivers/media/pci/cx23885/cx23885-video.c 	if ((CX23885_VMUX_TELEVISION == INPUT(dev->input)->type) ||
type              865 drivers/media/pci/cx23885/cx23885-video.c 		(CX23885_VMUX_CABLE == INPUT(dev->input)->type)) {
type              920 drivers/media/pci/cx23885/cx23885-video.c 	f->type = V4L2_TUNER_ANALOG_TV;
type             1225 drivers/media/pci/cx23885/cx23885-video.c 			tun_setup.type = dev->tuner_type;
type             1266 drivers/media/pci/cx23885/cx23885-video.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1283 drivers/media/pci/cx23885/cx23885-video.c 	q->type = V4L2_BUF_TYPE_VBI_CAPTURE;
type              184 drivers/media/pci/cx23885/cx23885.h 	enum cx23885_itype type;
type              468 drivers/media/pci/cx25821/cx25821-video.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type              516 drivers/media/pci/cx25821/cx25821-video.c 	o->type = V4L2_INPUT_TYPE_CAMERA;
type              728 drivers/media/pci/cx25821/cx25821-video.c 		q->type = is_output ? V4L2_BUF_TYPE_VIDEO_OUTPUT :
type              622 drivers/media/pci/cx88/cx88-alsa.c 	info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              967 drivers/media/pci/cx88/cx88-blackbird.c 	if (!INPUT(i).type)
type             1195 drivers/media/pci/cx88/cx88-blackbird.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type               59 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type               62 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE2,
type               65 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE3,
type               68 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE4,
type               80 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type               84 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DEBUG,
type               88 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type               92 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type               97 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type              108 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              111 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              122 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              126 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              129 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              133 drivers/media/pci/cx88/cx88-cards.c 			 .type  = CX88_RADIO,
type              145 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              149 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              153 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              166 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              173 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              180 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              188 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type              203 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              207 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              211 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              217 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type              230 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              236 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              242 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              249 drivers/media/pci/cx88/cx88-cards.c 			 .type   = CX88_RADIO,
type              264 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              271 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              278 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              286 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type              302 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              307 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              312 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              318 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type              331 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              334 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE2,
type              337 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              349 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              353 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              357 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              362 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type              374 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              378 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              384 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type              397 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              402 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              407 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              420 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              425 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              439 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              443 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              456 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              460 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DEBUG,
type              464 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              468 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              473 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type              501 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              505 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_CABLE,
type              509 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              513 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              526 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DVB,
type              538 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DVB,
type              550 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              563 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              567 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              580 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              585 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              612 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              616 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              620 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              625 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type              639 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              644 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DEBUG,
type              648 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              652 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              658 drivers/media/pci/cx88/cx88-cards.c 			 .type   = CX88_RADIO,
type              672 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              677 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              682 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              688 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type              702 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              706 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              710 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              728 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              732 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              736 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              741 drivers/media/pci/cx88/cx88-cards.c 			 .type  = CX88_RADIO,
type              753 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              757 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              761 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              774 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              779 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              790 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DVB,
type              793 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              796 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              809 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              813 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              817 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              831 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              836 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              841 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              847 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type              859 drivers/media/pci/cx88/cx88-cards.c 			 .type   = CX88_VMUX_COMPOSITE1,
type              866 drivers/media/pci/cx88/cx88-cards.c 			 .type   = CX88_VMUX_SVIDEO,
type              881 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              888 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              895 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              911 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DVB,
type              914 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              917 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              930 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type              937 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type              944 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type              961 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_DVB,
type              966 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_COMPOSITE1,
type              971 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_SVIDEO,
type              985 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_DVB,
type              998 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_DVB,
type             1003 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_COMPOSITE1,
type             1008 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_SVIDEO,
type             1023 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1026 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_COMPOSITE1,
type             1029 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_SVIDEO,
type             1043 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1046 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_COMPOSITE1,
type             1061 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1065 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1069 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1074 drivers/media/pci/cx88/cx88-cards.c 			 .type  = CX88_RADIO,
type             1089 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1094 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1108 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1112 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1125 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1130 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1135 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1141 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type             1154 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1158 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1162 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1176 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1180 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1184 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1202 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1218 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1231 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1235 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1239 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1244 drivers/media/pci/cx88/cx88-cards.c 			 .type  = CX88_RADIO,
type             1256 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1263 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1270 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE2,
type             1277 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1285 drivers/media/pci/cx88/cx88-cards.c 			 .type  = CX88_RADIO,
type             1301 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1308 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1315 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1322 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1330 drivers/media/pci/cx88/cx88-cards.c 			 .type  = CX88_RADIO,
type             1345 drivers/media/pci/cx88/cx88-cards.c 			.type  = CX88_VMUX_DVB,
type             1348 drivers/media/pci/cx88/cx88-cards.c 			.type  = CX88_VMUX_COMPOSITE1,
type             1362 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1368 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1374 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1381 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type             1396 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1400 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1404 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1416 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1423 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1430 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1450 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1456 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_COMPOSITE1,
type             1462 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_SVIDEO,
type             1470 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type             1483 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_DVB,
type             1495 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DEBUG,
type             1499 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1503 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1515 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1520 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1526 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1542 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1546 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1551 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1565 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1571 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1577 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1584 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type             1603 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1610 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1617 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1625 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type             1639 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1646 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1653 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1661 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type             1675 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1682 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1689 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1697 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type             1717 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DEBUG,
type             1723 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1729 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1735 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1742 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type             1754 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1761 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1768 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1776 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type             1791 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1795 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1808 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1812 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1816 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1827 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1832 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1836 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1841 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type             1850 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1856 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1862 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1869 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type             1889 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1895 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1901 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1908 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type             1961 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             1967 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             1973 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             1980 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type             1995 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DVB,
type             2007 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DVB,
type             2019 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DVB,
type             2031 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DVB,
type             2043 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DVB,
type             2055 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DVB,
type             2067 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DVB,
type             2080 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DVB,
type             2092 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DVB,
type             2104 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DVB,
type             2116 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             2122 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             2128 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             2135 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type             2164 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_TELEVISION,
type             2170 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_COMPOSITE1,
type             2176 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_SVIDEO,
type             2183 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_RADIO,
type             2205 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_TELEVISION,
type             2211 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_COMPOSITE1,
type             2217 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_SVIDEO,
type             2224 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_RADIO,
type             2246 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_TELEVISION,
type             2253 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_CABLE,
type             2260 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_COMPOSITE1,
type             2267 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_VMUX_SVIDEO,
type             2275 drivers/media/pci/cx88/cx88-cards.c 			.type	= CX88_RADIO,
type             2290 drivers/media/pci/cx88/cx88-cards.c 			.type   = CX88_VMUX_DVB,
type             2302 drivers/media/pci/cx88/cx88-cards.c 		       .type   = CX88_VMUX_DVB,
type             2851 drivers/media/pci/cx88/cx88-cards.c 	core->board.radio.type = tv.has_radio ? CX88_RADIO : 0;
type             2951 drivers/media/pci/cx88/cx88-cards.c 	core->board.radio.type = gdi_tuner[eeprom_data[0x0d]].fm ?
type             2995 drivers/media/pci/cx88/cx88-cards.c 		switch (INPUT(core->input).type) {
type             3131 drivers/media/pci/cx88/cx88-cards.c 		switch (INPUT(core->input).type) {
type             3546 drivers/media/pci/cx88/cx88-cards.c 		tun_setup.type           = core->board.radio_type;
type             3555 drivers/media/pci/cx88/cx88-cards.c 		tun_setup.type           = core->board.tuner_type;
type              719 drivers/media/pci/cx88/cx88-core.c 	if (INPUT(core->input).type == CX88_VMUX_SVIDEO)
type              819 drivers/media/pci/cx88/cx88-core.c 	if (INPUT(core->input).type != CX88_VMUX_TELEVISION &&
type              820 drivers/media/pci/cx88/cx88-core.c 	    INPUT(core->input).type != CX88_VMUX_CABLE)
type             1012 drivers/media/pci/cx88/cx88-core.c 		    const char *type)
type             1027 drivers/media/pci/cx88/cx88-core.c 		 core->name, type, core->board.name);
type             1774 drivers/media/pci/cx88/cx88-dvb.c 		q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              603 drivers/media/pci/cx88/cx88-input.c 	strscpy(info.type, "ir_video", I2C_NAME_SIZE);
type              609 drivers/media/pci/cx88/cx88-input.c 		core->init_data.type = RC_PROTO_BIT_UNKNOWN;
type              628 drivers/media/pci/cx88/cx88-input.c 			strscpy(info.type, "ir_z8f0811_haup", I2C_NAME_SIZE);
type              631 drivers/media/pci/cx88/cx88-input.c 			core->init_data.type = RC_PROTO_BIT_RC5 |
type              530 drivers/media/pci/cx88/cx88-mpeg.c 			if (core->board.input[i].type == CX88_VMUX_DVB) {
type              297 drivers/media/pci/cx88/cx88-video.c 	switch (INPUT(input).type) {
type              331 drivers/media/pci/cx88/cx88-video.c 		if (INPUT(input).type != CX88_VMUX_TELEVISION &&
type              332 drivers/media/pci/cx88/cx88-video.c 		    INPUT(input).type != CX88_VMUX_CABLE) {
type              799 drivers/media/pci/cx88/cx88-video.c 	if (core->board.radio.type == CX88_RADIO)
type              862 drivers/media/pci/cx88/cx88-video.c 	if (!INPUT(n).type)
type              864 drivers/media/pci/cx88/cx88-video.c 	i->type  = V4L2_INPUT_TYPE_CAMERA;
type              865 drivers/media/pci/cx88/cx88-video.c 	strscpy(i->name, iname[INPUT(n).type], sizeof(i->name));
type              866 drivers/media/pci/cx88/cx88-video.c 	if ((INPUT(n).type == CX88_VMUX_TELEVISION) ||
type              867 drivers/media/pci/cx88/cx88-video.c 	    (INPUT(n).type == CX88_VMUX_CABLE))
type              868 drivers/media/pci/cx88/cx88-video.c 		i->type = V4L2_INPUT_TYPE_TUNER;
type              900 drivers/media/pci/cx88/cx88-video.c 	if (!INPUT(i).type)
type             1352 drivers/media/pci/cx88/cx88-video.c 			.type = "wm8775",
type             1411 drivers/media/pci/cx88/cx88-video.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1428 drivers/media/pci/cx88/cx88-video.c 	q->type = V4L2_BUF_TYPE_VBI_CAPTURE;
type             1480 drivers/media/pci/cx88/cx88-video.c 	if (core->board.radio.type == CX88_RADIO) {
type              246 drivers/media/pci/cx88/cx88.h 	enum cx88_itype type;
type              646 drivers/media/pci/cx88/cx88.h 		    const char *type);
type              183 drivers/media/pci/ddbridge/ddbridge-ci.c 	u8 adr = (ci->port->type == DDB_CI_EXTERNAL_XO2) ? 0x12 : 0x13;
type              194 drivers/media/pci/ddbridge/ddbridge-ci.c 	u8 adr = (ci->port->type == DDB_CI_EXTERNAL_XO2) ? 0x12 : 0x13;
type              207 drivers/media/pci/ddbridge/ddbridge-ci.c 	u8 adr = (ci->port->type == DDB_CI_EXTERNAL_XO2) ? 0x12 : 0x13;
type              217 drivers/media/pci/ddbridge/ddbridge-ci.c 	u8 adr = (ci->port->type == DDB_CI_EXTERNAL_XO2) ? 0x12 : 0x13;
type              230 drivers/media/pci/ddbridge/ddbridge-ci.c 	u8 adr = (ci->port->type == DDB_CI_EXTERNAL_XO2) ? 0x12 : 0x13;
type              272 drivers/media/pci/ddbridge/ddbridge-ci.c 	u8 adr = (ci->port->type == DDB_CI_EXTERNAL_XO2) ? 0x12 : 0x13;
type              347 drivers/media/pci/ddbridge/ddbridge-ci.c 	switch (port->type) {
type              402 drivers/media/pci/ddbridge/ddbridge-core.c 	if (dev->link[0].info->type == DDB_OCTOPUS_CI && output->port->nr > 1) {
type              540 drivers/media/pci/ddbridge/ddbridge-core.c 	if (input->port->type == DDB_TUNER_DUMMY)
type             1120 drivers/media/pci/ddbridge/ddbridge-core.c static int demod_attach_stv0900(struct ddb_input *input, int type)
type             1123 drivers/media/pci/ddbridge/ddbridge-core.c 	struct stv090x_config *feconf = type ? &stv0900_aa : &stv0900;
type             1136 drivers/media/pci/ddbridge/ddbridge-core.c 			(0x09 - type) : (0x0b - type))) {
type             1144 drivers/media/pci/ddbridge/ddbridge-core.c static int tuner_attach_stv6110(struct ddb_input *input, int type)
type             1149 drivers/media/pci/ddbridge/ddbridge-core.c 	struct stv090x_config *feconf = type ? &stv0900_aa : &stv0900;
type             1197 drivers/media/pci/ddbridge/ddbridge-core.c static int demod_attach_stv0910(struct ddb_input *input, int type, int tsfast)
type             1208 drivers/media/pci/ddbridge/ddbridge-core.c 	if (type)
type             1244 drivers/media/pci/ddbridge/ddbridge-core.c static int tuner_attach_stv6111(struct ddb_input *input, int type)
type             1250 drivers/media/pci/ddbridge/ddbridge-core.c 	u8 adr = (type ? 0 : 4) + ((input->nr & 1) ? 0x63 : 0x60);
type             1465 drivers/media/pci/ddbridge/ddbridge-core.c 	    (port->type == DDB_TUNER_DVBS_STV0910_PR ||
type             1466 drivers/media/pci/ddbridge/ddbridge-core.c 	     port->type == DDB_TUNER_DVBS_STV0910_P)) {
type             1509 drivers/media/pci/ddbridge/ddbridge-core.c 	switch (port->type) {
type             1553 drivers/media/pci/ddbridge/ddbridge-core.c 		if (tuner_attach_tda18212(input, port->type) < 0)
type             1573 drivers/media/pci/ddbridge/ddbridge-core.c 		if (tuner_attach_tda18212(input, port->type) < 0)
type             1584 drivers/media/pci/ddbridge/ddbridge-core.c 		if (tuner_attach_tda18212(input, port->type) < 0)
type             1592 drivers/media/pci/ddbridge/ddbridge-core.c 		if (ddb_fe_attach_mci(input, port->type) < 0)
type             1647 drivers/media/pci/ddbridge/ddbridge-core.c static int port_has_cxd(struct ddb_port *port, u8 *type)
type             1660 drivers/media/pci/ddbridge/ddbridge-core.c 		*type = 2;
type             1662 drivers/media/pci/ddbridge/ddbridge-core.c 		*type = 1;
type             1666 drivers/media/pci/ddbridge/ddbridge-core.c static int port_has_xo2(struct ddb_port *port, u8 *type, u8 *id)
type             1674 drivers/media/pci/ddbridge/ddbridge-core.c 		*type = 1;
type             1679 drivers/media/pci/ddbridge/ddbridge-core.c 		*type = 2;
type             1850 drivers/media/pci/ddbridge/ddbridge-core.c 	u8 id, type;
type             1862 drivers/media/pci/ddbridge/ddbridge-core.c 		port->type = DDB_TUNER_DUMMY;
type             1873 drivers/media/pci/ddbridge/ddbridge-core.c 	if (port->nr == 1 && link->info->type == DDB_OCTOPUS_CI &&
type             1880 drivers/media/pci/ddbridge/ddbridge-core.c 	if (link->info->type == DDB_OCTOPUS_MAX) {
type             1884 drivers/media/pci/ddbridge/ddbridge-core.c 		port->type = DDB_TUNER_MXL5XX;
type             1891 drivers/media/pci/ddbridge/ddbridge-core.c 	if (link->info->type == DDB_OCTOPUS_MCI) {
type             1897 drivers/media/pci/ddbridge/ddbridge-core.c 		port->type = DDB_TUNER_MCI + link->info->mci_type;
type             1901 drivers/media/pci/ddbridge/ddbridge-core.c 	if (port->nr > 1 && link->info->type == DDB_OCTOPUS_CI) {
type             1905 drivers/media/pci/ddbridge/ddbridge-core.c 		port->type = DDB_CI_INTERNAL;
type             1918 drivers/media/pci/ddbridge/ddbridge-core.c 			port->type = DDB_CI_EXTERNAL_SONY;
type             1926 drivers/media/pci/ddbridge/ddbridge-core.c 	} else if (port_has_xo2(port, &type, &id)) {
type             1929 drivers/media/pci/ddbridge/ddbridge-core.c 		if (type == 2) {
type             1932 drivers/media/pci/ddbridge/ddbridge-core.c 			port->type = DDB_CI_EXTERNAL_XO2;
type             1944 drivers/media/pci/ddbridge/ddbridge-core.c 			port->type = DDB_TUNER_XO2 + id;
type             1952 drivers/media/pci/ddbridge/ddbridge-core.c 			port->type = DDB_TUNER_DVBC2T2_SONY_P;
type             1957 drivers/media/pci/ddbridge/ddbridge-core.c 			port->type = DDB_TUNER_DVBCT2_SONY_P;
type             1962 drivers/media/pci/ddbridge/ddbridge-core.c 			port->type = DDB_TUNER_ISDBT_SONY_P;
type             1967 drivers/media/pci/ddbridge/ddbridge-core.c 			port->type = DDB_TUNER_DVBC2T2I_SONY_P;
type             1978 drivers/media/pci/ddbridge/ddbridge-core.c 		port->type = DDB_TUNER_DVBS_ST;
type             1987 drivers/media/pci/ddbridge/ddbridge-core.c 				port->type = DDB_TUNER_DVBS_STV0910_PR;
type             1989 drivers/media/pci/ddbridge/ddbridge-core.c 				port->type = DDB_TUNER_DVBS_STV0910_P;
type             1992 drivers/media/pci/ddbridge/ddbridge-core.c 			port->type = DDB_TUNER_DVBS_ST_AA;
type             1999 drivers/media/pci/ddbridge/ddbridge-core.c 		port->type = DDB_TUNER_DVBCT_TR;
type             2005 drivers/media/pci/ddbridge/ddbridge-core.c 		port->type = DDB_TUNER_DVBCT_ST;
type             2390 drivers/media/pci/ddbridge/ddbridge-core.c 				if (info->type == DDB_OCTOPUS_MAX)
type             2400 drivers/media/pci/ddbridge/ddbridge-core.c 			    dev->port[p - 1].type == DDB_CI_EXTERNAL_XO2) {
type             2402 drivers/media/pci/ddbridge/ddbridge-core.c 				port->type = DDB_CI_EXTERNAL_XO2_B;
type             2412 drivers/media/pci/ddbridge/ddbridge-core.c 			    port->type == DDB_CI_EXTERNAL_XO2) {
type             2419 drivers/media/pci/ddbridge/ddbridge-core.c 			    port->type == DDB_CI_EXTERNAL_XO2_B) {
type             2428 drivers/media/pci/ddbridge/ddbridge-core.c 			switch (dev->link[l].info->type) {
type             2863 drivers/media/pci/ddbridge/ddbridge-core.c 		switch (dev->port[num].type) {
type             2915 drivers/media/pci/ddbridge/ddbridge-core.c 	if (dev->port[num].type >= DDB_TUNER_XO2) {
type             3325 drivers/media/pci/ddbridge/ddbridge-core.c 	if (info->type == DDB_OCTOPUS_MAX_CT)
type               91 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_NONE,
type               97 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS,
type              105 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS,
type              113 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS,
type              121 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS,
type              133 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS,
type              141 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS,
type              149 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS,
type              157 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS,
type              168 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS,
type              179 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS,
type              189 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS,
type              197 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS_CI,
type              205 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS_CI,
type              213 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS_CI,
type              223 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS_CI,
type              233 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS,
type              243 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS_MAX_CT,
type              255 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS_MAX_CT,
type              267 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS_MAX_CT,
type              279 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS_MAX_CT,
type              291 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS_MAX_CT,
type              305 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS_MAX,
type              315 drivers/media/pci/ddbridge/ddbridge-hw.c 	.type     = DDB_OCTOPUS_MCI,
type              401 drivers/media/pci/ddbridge/ddbridge-max.c 	.type     = 0x01,
type              460 drivers/media/pci/ddbridge/ddbridge-max.c int ddb_fe_attach_mci(struct ddb_input *input, u32 type)
type              471 drivers/media/pci/ddbridge/ddbridge-max.c 	switch (type) {
type               28 drivers/media/pci/ddbridge/ddbridge-max.h int ddb_fe_attach_mci(struct ddb_input *input, u32 type);
type              135 drivers/media/pci/ddbridge/ddbridge-mci.c 	void *key = cfg->type ? (void *)port : (void *)link;
type              230 drivers/media/pci/ddbridge/ddbridge-mci.h 	int                  type;
type              242 drivers/media/pci/ddbridge/ddbridge-mci.h 	int                  type;
type              480 drivers/media/pci/ddbridge/ddbridge-sx8.c 	.type = 0,
type              107 drivers/media/pci/ddbridge/ddbridge.h 	int   type;
type              235 drivers/media/pci/ddbridge/ddbridge.h 	u32                     type;
type              365 drivers/media/pci/dt3155/dt3155.c 	input->type = V4L2_INPUT_TYPE_CAMERA;
type              519 drivers/media/pci/dt3155/dt3155.c 	pd->vidq.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              603 drivers/media/pci/intel/ipu3/ipu3-cio2.c 		.type = V4L2_EVENT_FRAME_SYNC,
type             1147 drivers/media/pci/intel/ipu3/ipu3-cio2.c 	input->type = V4L2_INPUT_TYPE_CAMERA;
type             1199 drivers/media/pci/intel/ipu3/ipu3-cio2.c 	if (sub->type != V4L2_EVENT_FRAME_SYNC)
type             1623 drivers/media/pci/intel/ipu3/ipu3-cio2.c 	vbq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type              155 drivers/media/pci/ivtv/ivtv-alsa-pcm.c 	item.type = s->type;
type              158 drivers/media/pci/ivtv/ivtv-alsa-pcm.c 	if (ivtv_claim_stream(&item, item.type)) {
type               41 drivers/media/pci/ivtv/ivtv-alsa.h #define IVTV_ALSA_DEBUG(x, type, fmt, args...) \
type               44 drivers/media/pci/ivtv/ivtv-alsa.h 			pr_info("%s-alsa: " type ": " fmt, \
type               65 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_PVR_250,
type              118 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_PVR_350,
type              151 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_PVR_350_V1,
type              183 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_PVR_150,
type              227 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_M179,
type              270 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_MPG600,
type              312 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_MPG160,
type              353 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_PG600,
type              388 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_AVC2410,
type              432 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_AVC2010,
type              460 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_TG5000TV,
type              503 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_VA2000MAX_SNT6,
type              536 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_CX23416GYC,
type              570 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_CX23416GYC_NOGR,
type              601 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_CX23416GYC_NOGRYCS,
type              642 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_GV_MVPRX,
type              680 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_GV_MVPRX2E,
type              717 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_GOTVIEW_PCI_DVD,
type              752 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_GOTVIEW_PCI_DVD2,
type              791 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_YUAN_MPC622,
type              827 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_DCTMTVP1,
type              870 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_PG600V2,
type              908 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_CLUB3D,
type              944 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_AVERTV_MCE116,
type              983 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_AVER_PVR150PLUS,
type             1028 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_AVER_ULTRA1500MCE,
type             1073 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_AVER_EZMAKER,
type             1104 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_ASUS_FALCON2,
type             1141 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_AVER_M104,
type             1177 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_BUFFALO_MV5L,
type             1211 drivers/media/pci/ivtv/ivtv-cards.c 	.type = IVTV_CARD_KIKYOU,
type             1310 drivers/media/pci/ivtv/ivtv-cards.c 	input->type = (card_input->video_type == IVTV_CARD_INPUT_VID_TUNER ?
type             1313 drivers/media/pci/ivtv/ivtv-cards.c 	input->std = (input->type == V4L2_INPUT_TYPE_TUNER) ?
type             1326 drivers/media/pci/ivtv/ivtv-cards.c 	output->type = V4L2_OUTPUT_TYPE_ANALOG;
type              248 drivers/media/pci/ivtv/ivtv-cards.h 	int type;
type              782 drivers/media/pci/ivtv/ivtv-driver.c 	itv->vbi.in.type = V4L2_BUF_TYPE_VBI_CAPTURE;
type              943 drivers/media/pci/ivtv/ivtv-driver.c 	if (itv->card->type == IVTV_CARD_CX23416GYC) {
type              951 drivers/media/pci/ivtv/ivtv-driver.c 	else if (itv->card->type == IVTV_CARD_GV_MVPRX ||
type              952 drivers/media/pci/ivtv/ivtv-driver.c 		 itv->card->type == IVTV_CARD_GV_MVPRX2E) {
type             1189 drivers/media/pci/ivtv/ivtv-driver.c 		setup.type = itv->options.tuner;
type             1193 drivers/media/pci/ivtv/ivtv-driver.c 		setup.tuner_callback = (setup.type == TUNER_XC2028) ?
type             1196 drivers/media/pci/ivtv/ivtv-driver.c 		if (setup.type == TUNER_XC2028) {
type             1309 drivers/media/pci/ivtv/ivtv-driver.c 	fh.type = IVTV_ENC_STREAM_TYPE_MPG;
type             1338 drivers/media/pci/ivtv/ivtv-driver.c 	vf.type = V4L2_TUNER_ANALOG_TV;
type             1415 drivers/media/pci/ivtv/ivtv-driver.c 			int type;
type             1418 drivers/media/pci/ivtv/ivtv-driver.c 				type = IVTV_DEC_STREAM_TYPE_YUV;
type             1420 drivers/media/pci/ivtv/ivtv-driver.c 				type = IVTV_DEC_STREAM_TYPE_MPG;
type             1421 drivers/media/pci/ivtv/ivtv-driver.c 			ivtv_stop_v4l2_decode_stream(&itv->streams[type],
type              143 drivers/media/pci/ivtv/ivtv-driver.h #define IVTV_DEBUG(x, type, fmt, args...) \
type              146 drivers/media/pci/ivtv/ivtv-driver.h 			v4l2_info(&itv->v4l2_dev, " " type ": " fmt , ##args);	\
type              159 drivers/media/pci/ivtv/ivtv-driver.h #define IVTV_DEBUG_HIGH_VOL(x, type, fmt, args...) \
type              162 drivers/media/pci/ivtv/ivtv-driver.h 			v4l2_info(&itv->v4l2_dev, " " type ": " fmt , ##args);	\
type              335 drivers/media/pci/ivtv/ivtv-driver.h 	int type;			/* stream type */
type              385 drivers/media/pci/ivtv/ivtv-driver.h 	int type;                       /* stream type */
type              799 drivers/media/pci/ivtv/ivtv-driver.h 	return itv->vbi.in.type == V4L2_BUF_TYPE_VBI_CAPTURE;
type               32 drivers/media/pci/ivtv/ivtv-fileops.c int ivtv_claim_stream(struct ivtv_open_id *id, int type)
type               35 drivers/media/pci/ivtv/ivtv-fileops.c 	struct ivtv_stream *s = &itv->streams[type];
type               45 drivers/media/pci/ivtv/ivtv-fileops.c 		if (s->fh == NULL && (type == IVTV_DEC_STREAM_TYPE_VBI ||
type               46 drivers/media/pci/ivtv/ivtv-fileops.c 					 type == IVTV_ENC_STREAM_TYPE_VBI)) {
type               55 drivers/media/pci/ivtv/ivtv-fileops.c 		IVTV_DEBUG_INFO("Stream %d is busy\n", type);
type               59 drivers/media/pci/ivtv/ivtv-fileops.c 	if (type == IVTV_DEC_STREAM_TYPE_VBI) {
type               68 drivers/media/pci/ivtv/ivtv-fileops.c 	if (type == IVTV_DEC_STREAM_TYPE_MPG) {
type               70 drivers/media/pci/ivtv/ivtv-fileops.c 	} else if (type == IVTV_ENC_STREAM_TYPE_MPG &&
type               97 drivers/media/pci/ivtv/ivtv-fileops.c 	if ((s->type == IVTV_DEC_STREAM_TYPE_VBI || s->type == IVTV_ENC_STREAM_TYPE_VBI) &&
type              110 drivers/media/pci/ivtv/ivtv-fileops.c 	if (s->type == IVTV_DEC_STREAM_TYPE_VBI)
type              116 drivers/media/pci/ivtv/ivtv-fileops.c 	if (s->type == IVTV_DEC_STREAM_TYPE_MPG)
type              118 drivers/media/pci/ivtv/ivtv-fileops.c 	else if (s->type == IVTV_ENC_STREAM_TYPE_MPG)
type              133 drivers/media/pci/ivtv/ivtv-fileops.c 	if (s_vbi->type == IVTV_DEC_STREAM_TYPE_VBI)
type              202 drivers/media/pci/ivtv/ivtv-fileops.c 		if (s->type == IVTV_ENC_STREAM_TYPE_MPG) {
type              217 drivers/media/pci/ivtv/ivtv-fileops.c 					ivtv_process_vbi_data(itv, buf, s_vbi->dma_pts, s_vbi->type);
type              238 drivers/media/pci/ivtv/ivtv-fileops.c 			if (s->type == IVTV_ENC_STREAM_TYPE_MPG)
type              241 drivers/media/pci/ivtv/ivtv-fileops.c 			else if (s->type != IVTV_DEC_STREAM_TYPE_VBI) {
type              243 drivers/media/pci/ivtv/ivtv-fileops.c 				ivtv_process_vbi_data(itv, buf, s->dma_pts, s->type);
type              249 drivers/media/pci/ivtv/ivtv-fileops.c 		if (s->type != IVTV_DEC_STREAM_TYPE_VBI && !test_bit(IVTV_F_S_STREAMING, &s->s_flags)) {
type              293 drivers/media/pci/ivtv/ivtv-fileops.c 	if (itv->vbi.insert_mpeg && s->type == IVTV_ENC_STREAM_TYPE_MPG &&
type              341 drivers/media/pci/ivtv/ivtv-fileops.c 	if (s->type == IVTV_ENC_STREAM_TYPE_MPG && buf != &itv->vbi.sliced_mpeg_buf)
type              360 drivers/media/pci/ivtv/ivtv-fileops.c 	if (s->type == IVTV_DEC_STREAM_TYPE_VBI ||
type              361 drivers/media/pci/ivtv/ivtv-fileops.c 	    (s->type == IVTV_ENC_STREAM_TYPE_VBI && !ivtv_raw_vbi(itv)))
type              418 drivers/media/pci/ivtv/ivtv-fileops.c 	struct ivtv_stream *s = &itv->streams[id->type];
type              421 drivers/media/pci/ivtv/ivtv-fileops.c 	if (s->type == IVTV_ENC_STREAM_TYPE_RAD ||
type              422 drivers/media/pci/ivtv/ivtv-fileops.c 	    s->type == IVTV_DEC_STREAM_TYPE_MPG ||
type              423 drivers/media/pci/ivtv/ivtv-fileops.c 	    s->type == IVTV_DEC_STREAM_TYPE_YUV ||
type              424 drivers/media/pci/ivtv/ivtv-fileops.c 	    s->type == IVTV_DEC_STREAM_TYPE_VOUT) {
type              430 drivers/media/pci/ivtv/ivtv-fileops.c 	if (ivtv_claim_stream(id, s->type))
type              434 drivers/media/pci/ivtv/ivtv-fileops.c 	if (s->type == IVTV_DEC_STREAM_TYPE_VBI) {
type              448 drivers/media/pci/ivtv/ivtv-fileops.c 	if (s->type == IVTV_ENC_STREAM_TYPE_MPG &&
type              483 drivers/media/pci/ivtv/ivtv-fileops.c 	if (s->type == IVTV_ENC_STREAM_TYPE_MPG &&
type              497 drivers/media/pci/ivtv/ivtv-fileops.c 	struct ivtv_stream *s = &itv->streams[id->type];
type              514 drivers/media/pci/ivtv/ivtv-fileops.c 	struct ivtv_stream *s = &itv->streams[id->type];
type              518 drivers/media/pci/ivtv/ivtv-fileops.c 		if (ivtv_claim_stream(id, s->type)) {
type              531 drivers/media/pci/ivtv/ivtv-fileops.c 	if (s->type == IVTV_DEC_STREAM_TYPE_MPG)
type              540 drivers/media/pci/ivtv/ivtv-fileops.c 	struct ivtv_stream *s = &itv->streams[id->type];
type              551 drivers/media/pci/ivtv/ivtv-fileops.c 	if (s->type != IVTV_DEC_STREAM_TYPE_MPG &&
type              552 drivers/media/pci/ivtv/ivtv-fileops.c 	    s->type != IVTV_DEC_STREAM_TYPE_YUV &&
type              553 drivers/media/pci/ivtv/ivtv-fileops.c 	    s->type != IVTV_DEC_STREAM_TYPE_VOUT)
type              558 drivers/media/pci/ivtv/ivtv-fileops.c 	if (ivtv_claim_stream(id, s->type))
type              562 drivers/media/pci/ivtv/ivtv-fileops.c 	if (s->type == IVTV_DEC_STREAM_TYPE_VOUT) {
type              570 drivers/media/pci/ivtv/ivtv-fileops.c 	mode = s->type == IVTV_DEC_STREAM_TYPE_MPG ? OUT_MPG : OUT_YUV;
type              638 drivers/media/pci/ivtv/ivtv-fileops.c 		if (s->type == IVTV_DEC_STREAM_TYPE_YUV &&
type              654 drivers/media/pci/ivtv/ivtv-fileops.c 		if (s->type == IVTV_DEC_STREAM_TYPE_YUV) {
type              670 drivers/media/pci/ivtv/ivtv-fileops.c 		if (s->type == IVTV_DEC_STREAM_TYPE_MPG)
type              725 drivers/media/pci/ivtv/ivtv-fileops.c 	struct ivtv_stream *s = &itv->streams[id->type];
type              760 drivers/media/pci/ivtv/ivtv-fileops.c 	struct ivtv_stream *s = &itv->streams[id->type];
type              766 drivers/media/pci/ivtv/ivtv-fileops.c 			s->type != IVTV_ENC_STREAM_TYPE_RAD &&
type              799 drivers/media/pci/ivtv/ivtv-fileops.c 	struct ivtv_stream *s = &itv->streams[id->type];
type              812 drivers/media/pci/ivtv/ivtv-fileops.c 		if (id->type == IVTV_ENC_STREAM_TYPE_MPG &&
type              818 drivers/media/pci/ivtv/ivtv-fileops.c 		if ((id->type == IVTV_DEC_STREAM_TYPE_VBI ||
type              819 drivers/media/pci/ivtv/ivtv-fileops.c 		     id->type == IVTV_ENC_STREAM_TYPE_VBI) &&
type              838 drivers/media/pci/ivtv/ivtv-fileops.c 	struct ivtv_stream *s = &itv->streams[id->type];
type              842 drivers/media/pci/ivtv/ivtv-fileops.c 	if (id->type == IVTV_DEC_STREAM_TYPE_YUV &&
type              871 drivers/media/pci/ivtv/ivtv-fileops.c 	struct ivtv_stream *s = &itv->streams[id->type];
type              878 drivers/media/pci/ivtv/ivtv-fileops.c 	if (id->type == IVTV_ENC_STREAM_TYPE_RAD &&
type              911 drivers/media/pci/ivtv/ivtv-fileops.c 	if (s->type >= IVTV_DEC_STREAM_TYPE_MPG) {
type              964 drivers/media/pci/ivtv/ivtv-fileops.c 	if (s->type == IVTV_DEC_STREAM_TYPE_MPG &&
type              968 drivers/media/pci/ivtv/ivtv-fileops.c 	if (s->type == IVTV_DEC_STREAM_TYPE_YUV &&
type              972 drivers/media/pci/ivtv/ivtv-fileops.c 	if (s->type == IVTV_DEC_STREAM_TYPE_YUV) {
type              988 drivers/media/pci/ivtv/ivtv-fileops.c 	item->type = s->type;
type              993 drivers/media/pci/ivtv/ivtv-fileops.c 	if (item->type == IVTV_ENC_STREAM_TYPE_RAD &&
type             1022 drivers/media/pci/ivtv/ivtv-fileops.c 	if (s->type == IVTV_DEC_STREAM_TYPE_MPG) {
type             1024 drivers/media/pci/ivtv/ivtv-fileops.c 	} else if (s->type == IVTV_DEC_STREAM_TYPE_YUV) {
type               29 drivers/media/pci/ivtv/ivtv-fileops.h int ivtv_claim_stream(struct ivtv_open_id *id, int type);
type               98 drivers/media/pci/ivtv/ivtv-gpio.c 	if (itv->card->type != IVTV_CARD_PVR_150)
type              163 drivers/media/pci/ivtv/ivtv-i2c.c static int ivtv_i2c_new_ir(struct ivtv *itv, u32 hw, const char *type, u8 addr)
type              180 drivers/media/pci/ivtv/ivtv-i2c.c 		init_data->type = RC_PROTO_BIT_OTHER;
type              187 drivers/media/pci/ivtv/ivtv-i2c.c 		init_data->type = RC_PROTO_BIT_RC5;
type              194 drivers/media/pci/ivtv/ivtv-i2c.c 		init_data->type = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE |
type              203 drivers/media/pci/ivtv/ivtv-i2c.c 		init_data->type = RC_PROTO_BIT_UNKNOWN;
type              209 drivers/media/pci/ivtv/ivtv-i2c.c 	strscpy(info.type, type, I2C_NAME_SIZE);
type              237 drivers/media/pci/ivtv/ivtv-i2c.c 	strscpy(info.type, "ir_video", I2C_NAME_SIZE);
type              245 drivers/media/pci/ivtv/ivtv-i2c.c 	const char *type = hw_devicenames[idx];
type              250 drivers/media/pci/ivtv/ivtv-i2c.c 		sd = v4l2_i2c_new_subdev(&itv->v4l2_dev, adap, type, 0,
type              254 drivers/media/pci/ivtv/ivtv-i2c.c 		sd = v4l2_i2c_new_subdev(&itv->v4l2_dev, adap, type, 0,
type              258 drivers/media/pci/ivtv/ivtv-i2c.c 		sd = v4l2_i2c_new_subdev(&itv->v4l2_dev, adap, type, 0,
type              266 drivers/media/pci/ivtv/ivtv-i2c.c 		return ivtv_i2c_new_ir(itv, hw, type, hw_addrs[idx]);
type              275 drivers/media/pci/ivtv/ivtv-i2c.c 				adap, type, 0, I2C_ADDRS(hw_addrs[idx]));
type              279 drivers/media/pci/ivtv/ivtv-i2c.c 			.type = "cx25840",
type              290 drivers/media/pci/ivtv/ivtv-i2c.c 				adap, type, hw_addrs[idx], NULL);
type               32 drivers/media/pci/ivtv/ivtv-ioctl.c u16 ivtv_service2vbi(int type)
type               34 drivers/media/pci/ivtv/ivtv-ioctl.c 	switch (type) {
type              346 drivers/media/pci/ivtv/ivtv-ioctl.c 	if (id->type == IVTV_ENC_STREAM_TYPE_YUV) {
type              387 drivers/media/pci/ivtv/ivtv-ioctl.c 	if (id->type == IVTV_DEC_STREAM_TYPE_VBI) {
type              412 drivers/media/pci/ivtv/ivtv-ioctl.c 	if (id->type == IVTV_DEC_STREAM_TYPE_YUV) {
type              443 drivers/media/pci/ivtv/ivtv-ioctl.c 	struct ivtv_stream *s = &itv->streams[fh2id(fh)->type];
type              477 drivers/media/pci/ivtv/ivtv-ioctl.c 	if (id->type == IVTV_ENC_STREAM_TYPE_YUV) {
type              501 drivers/media/pci/ivtv/ivtv-ioctl.c 	if (id->type == IVTV_DEC_STREAM_TYPE_VBI)
type              543 drivers/media/pci/ivtv/ivtv-ioctl.c 	if (id->type == IVTV_DEC_STREAM_TYPE_YUV)
type              553 drivers/media/pci/ivtv/ivtv-ioctl.c 	struct ivtv_stream *s = &itv->streams[fh2id(fh)->type];
type              610 drivers/media/pci/ivtv/ivtv-ioctl.c 	itv->vbi.in.type = V4L2_BUF_TYPE_VBI_CAPTURE;
type              622 drivers/media/pci/ivtv/ivtv-ioctl.c 	if (ret || id->type == IVTV_DEC_STREAM_TYPE_VBI)
type              628 drivers/media/pci/ivtv/ivtv-ioctl.c 	itv->vbi.in.type = V4L2_BUF_TYPE_SLICED_VBI_CAPTURE;
type              644 drivers/media/pci/ivtv/ivtv-ioctl.c 	if (id->type != IVTV_DEC_STREAM_TYPE_YUV)
type              814 drivers/media/pci/ivtv/ivtv-ioctl.c 			      int type, struct v4l2_fract *f)
type              819 drivers/media/pci/ivtv/ivtv-ioctl.c 	if (type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              822 drivers/media/pci/ivtv/ivtv-ioctl.c 	} else if (type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type              838 drivers/media/pci/ivtv/ivtv-ioctl.c 	int streamtype = id->type;
type              840 drivers/media/pci/ivtv/ivtv-ioctl.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT ||
type              848 drivers/media/pci/ivtv/ivtv-ioctl.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT ||
type              881 drivers/media/pci/ivtv/ivtv-ioctl.c 	int streamtype = id->type;
type              883 drivers/media/pci/ivtv/ivtv-ioctl.c 	if (sel->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              896 drivers/media/pci/ivtv/ivtv-ioctl.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT ||
type              933 drivers/media/pci/ivtv/ivtv-ioctl.c 	struct ivtv_stream *s = &itv->streams[fh2id(fh)->type];
type              937 drivers/media/pci/ivtv/ivtv-ioctl.c 	if (s->type == IVTV_ENC_STREAM_TYPE_MPG)
type              939 drivers/media/pci/ivtv/ivtv-ioctl.c 	else if (s->type == IVTV_ENC_STREAM_TYPE_YUV)
type              959 drivers/media/pci/ivtv/ivtv-ioctl.c 	struct ivtv_stream *s = &itv->streams[fh2id(fh)->type];
type              963 drivers/media/pci/ivtv/ivtv-ioctl.c 	if (s->type == IVTV_DEC_STREAM_TYPE_MPG)
type              965 drivers/media/pci/ivtv/ivtv-ioctl.c 	else if (s->type == IVTV_DEC_STREAM_TYPE_YUV)
type             1061 drivers/media/pci/ivtv/ivtv-ioctl.c 	struct ivtv_stream *s = &itv->streams[fh2id(fh)->type];
type             1075 drivers/media/pci/ivtv/ivtv-ioctl.c 	struct ivtv_stream *s = &itv->streams[fh2id(fh)->type];
type             1212 drivers/media/pci/ivtv/ivtv-ioctl.c 	if (vt->type == V4L2_TUNER_RADIO)
type             1225 drivers/media/pci/ivtv/ivtv-ioctl.c 	if (cap->type == V4L2_BUF_TYPE_SLICED_VBI_CAPTURE) {
type             1232 drivers/media/pci/ivtv/ivtv-ioctl.c 	} else if (cap->type == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT) {
type             1365 drivers/media/pci/ivtv/ivtv-ioctl.c 	struct ivtv_stream *s = &itv->streams[fh2id(fh)->type];
type             1453 drivers/media/pci/ivtv/ivtv-ioctl.c 	struct ivtv_stream *s = &itv->streams[fh2id(fh)->type];
type             1474 drivers/media/pci/ivtv/ivtv-ioctl.c 	struct ivtv_stream *s = &itv->streams[fh2id(fh)->type];
type             1488 drivers/media/pci/ivtv/ivtv-ioctl.c 	switch (sub->type) {
type             1616 drivers/media/pci/ivtv/ivtv-ioctl.c 	__s32 type;
type             1634 drivers/media/pci/ivtv/ivtv-ioctl.c 	struct ivtv_stream *s = &itv->streams[id->type];
type             1647 drivers/media/pci/ivtv/ivtv-ioctl.c 		if (args->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1651 drivers/media/pci/ivtv/ivtv-ioctl.c 		if (ivtv_start_decoding(id, id->type)) {
type             1676 drivers/media/pci/ivtv/ivtv-ioctl.c 		if (s->type < IVTV_DEC_STREAM_TYPE_MPG) {
type             1690 drivers/media/pci/ivtv/ivtv-ioctl.c 		if (s->type < IVTV_DEC_STREAM_TYPE_MPG) {
type             1768 drivers/media/pci/ivtv/ivtv-ioctl.c 				ev->type = VIDEO_EVENT_DECODER_STOPPED;
type             1772 drivers/media/pci/ivtv/ivtv-ioctl.c 				ev->type = VIDEO_EVENT_VSYNC;
type             1787 drivers/media/pci/ivtv/ivtv-ioctl.c 			if (ev->type)
type               12 drivers/media/pci/ivtv/ivtv-ioctl.h u16 ivtv_service2vbi(int type);
type               77 drivers/media/pci/ivtv/ivtv-irq.c 		if (s->type == IVTV_DEC_STREAM_TYPE_VBI) {
type              133 drivers/media/pci/ivtv/ivtv-irq.c 	switch (s->type) {
type              180 drivers/media/pci/ivtv/ivtv-irq.c 		if (itv->has_cx23415 && (s->type == IVTV_ENC_STREAM_TYPE_PCM ||
type              181 drivers/media/pci/ivtv/ivtv-irq.c 		    s->type == IVTV_DEC_STREAM_TYPE_VBI)) {
type              193 drivers/media/pci/ivtv/ivtv-irq.c 	if (s->type == IVTV_ENC_STREAM_TYPE_YUV) {
type              280 drivers/media/pci/ivtv/ivtv-irq.c 			if (itv->has_cx23415 && (s->type == IVTV_ENC_STREAM_TYPE_PCM ||
type              281 drivers/media/pci/ivtv/ivtv-irq.c 						s->type == IVTV_DEC_STREAM_TYPE_VBI)) {
type              295 drivers/media/pci/ivtv/ivtv-irq.c 		if (s->type == IVTV_ENC_STREAM_TYPE_MPG ||
type              296 drivers/media/pci/ivtv/ivtv-irq.c 		    s->type == IVTV_ENC_STREAM_TYPE_VBI)
type              301 drivers/media/pci/ivtv/ivtv-irq.c 	if (buf && s->type == IVTV_DEC_STREAM_TYPE_VBI) {
type              305 drivers/media/pci/ivtv/ivtv-irq.c 			ivtv_process_vbi_data(itv, buf, 0, s->type);
type              316 drivers/media/pci/ivtv/ivtv-irq.c 	if (s->type == IVTV_ENC_STREAM_TYPE_PCM &&
type              353 drivers/media/pci/ivtv/ivtv-irq.c 	if (s->type == IVTV_DEC_STREAM_TYPE_YUV && f->offset_y) {
type              365 drivers/media/pci/ivtv/ivtv-irq.c 		if (s->type == IVTV_DEC_STREAM_TYPE_YUV && !y_done &&
type              470 drivers/media/pci/ivtv/ivtv-irq.c 	if (s->type == IVTV_ENC_STREAM_TYPE_MPG && s_vbi->sg_pending_size &&
type              498 drivers/media/pci/ivtv/ivtv-irq.c 		itv->cur_pio_stream = s->type;
type              504 drivers/media/pci/ivtv/ivtv-irq.c 		itv->cur_dma_stream = s->type;
type              524 drivers/media/pci/ivtv/ivtv-irq.c 	itv->cur_dma_stream = s->type;
type              566 drivers/media/pci/ivtv/ivtv-irq.c 		if (s->type == IVTV_DEC_STREAM_TYPE_YUV)
type              654 drivers/media/pci/ivtv/ivtv-irq.c 	if (s->type == IVTV_ENC_STREAM_TYPE_MPG)
type              656 drivers/media/pci/ivtv/ivtv-irq.c 	else if (s->type == IVTV_ENC_STREAM_TYPE_YUV)
type              658 drivers/media/pci/ivtv/ivtv-irq.c 	else if (s->type == IVTV_ENC_STREAM_TYPE_PCM)
type              696 drivers/media/pci/ivtv/ivtv-irq.c 		if (s->type >= IVTV_DEC_STREAM_TYPE_MPG) {
type              858 drivers/media/pci/ivtv/ivtv-irq.c 			.type = V4L2_EVENT_VSYNC,
type              862 drivers/media/pci/ivtv/ivtv-irq.c 			.type = V4L2_EVENT_VSYNC,
type             1026 drivers/media/pci/ivtv/ivtv-irq.c 			if (s->type >= IVTV_DEC_STREAM_TYPE_MPG)
type             1046 drivers/media/pci/ivtv/ivtv-irq.c 			if (s->type == IVTV_DEC_STREAM_TYPE_VBI || s->type < IVTV_DEC_STREAM_TYPE_MPG)
type               20 drivers/media/pci/ivtv/ivtv-queue.h 	return s->dma == PCI_DMA_NONE || (SLICED_VBI_PIO && s->type == IVTV_ENC_STREAM_TYPE_VBI);
type               28 drivers/media/pci/ivtv/ivtv-queue.h 	    (SLICED_VBI_PIO && s->type == IVTV_ENC_STREAM_TYPE_VBI && itv->vbi.sliced_in->service_set);
type               54 drivers/media/pci/ivtv/ivtv-routing.c 	u32 type;
type               59 drivers/media/pci/ivtv/ivtv-routing.c 	type = itv->card->video_inputs[inp].video_type;
type               61 drivers/media/pci/ivtv/ivtv-routing.c 	if (type == IVTV_CARD_INPUT_VID_TUNER) {
type               63 drivers/media/pci/ivtv/ivtv-routing.c 	} else if (type < IVTV_CARD_INPUT_COMPOSITE1) {
type               74 drivers/media/pci/ivtv/ivtv-routing.c 		if (type == IVTV_CARD_INPUT_VID_TUNER ||
type               75 drivers/media/pci/ivtv/ivtv-routing.c 		    type >= IVTV_CARD_INPUT_COMPOSITE1) {
type               90 drivers/media/pci/ivtv/ivtv-routing.c 		if (type > IVTV_CARD_INPUT_VID_TUNER &&
type               91 drivers/media/pci/ivtv/ivtv-routing.c 		    type < IVTV_CARD_INPUT_COMPOSITE1) {
type               99 drivers/media/pci/ivtv/ivtv-routing.c 			if (type == IVTV_CARD_INPUT_VID_TUNER ||
type              100 drivers/media/pci/ivtv/ivtv-routing.c 			    itv->card->type == IVTV_CARD_CX23416GYC) {
type              168 drivers/media/pci/ivtv/ivtv-streams.c static void ivtv_stream_init(struct ivtv *itv, int type)
type              170 drivers/media/pci/ivtv/ivtv-streams.c 	struct ivtv_stream *s = &itv->streams[type];
type              177 drivers/media/pci/ivtv/ivtv-streams.c 	s->type = type;
type              178 drivers/media/pci/ivtv/ivtv-streams.c 	s->name = ivtv_stream_info[type].name;
type              179 drivers/media/pci/ivtv/ivtv-streams.c 	s->caps = ivtv_stream_info[type].v4l2_caps;
type              181 drivers/media/pci/ivtv/ivtv-streams.c 	if (ivtv_stream_info[type].pio)
type              184 drivers/media/pci/ivtv/ivtv-streams.c 		s->dma = ivtv_stream_info[type].dma;
type              185 drivers/media/pci/ivtv/ivtv-streams.c 	s->buf_size = itv->stream_buf_size[type];
type              187 drivers/media/pci/ivtv/ivtv-streams.c 		s->buffers = (itv->options.kilobytes[type] * 1024 + s->buf_size - 1) / s->buf_size;
type              198 drivers/media/pci/ivtv/ivtv-streams.c static int ivtv_prep_dev(struct ivtv *itv, int type)
type              200 drivers/media/pci/ivtv/ivtv-streams.c 	struct ivtv_stream *s = &itv->streams[type];
type              201 drivers/media/pci/ivtv/ivtv-streams.c 	int num_offset = ivtv_stream_info[type].num_offset;
type              209 drivers/media/pci/ivtv/ivtv-streams.c 	s->type = type;
type              210 drivers/media/pci/ivtv/ivtv-streams.c 	s->name = ivtv_stream_info[type].name;
type              213 drivers/media/pci/ivtv/ivtv-streams.c 	if (type == IVTV_ENC_STREAM_TYPE_RAD && !(itv->v4l2_cap & V4L2_CAP_RADIO))
type              215 drivers/media/pci/ivtv/ivtv-streams.c 	if (type >= IVTV_DEC_STREAM_TYPE_MPG && !(itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT))
type              220 drivers/media/pci/ivtv/ivtv-streams.c 	if (ivtv_stream_info[type].dma != PCI_DMA_NONE &&
type              221 drivers/media/pci/ivtv/ivtv-streams.c 	    itv->options.kilobytes[type] == 0) {
type              222 drivers/media/pci/ivtv/ivtv-streams.c 		IVTV_INFO("Disabled %s device\n", ivtv_stream_info[type].name);
type              226 drivers/media/pci/ivtv/ivtv-streams.c 	ivtv_stream_init(itv, type);
type              233 drivers/media/pci/ivtv/ivtv-streams.c 	if (ivtv_stream_info[type].v4l2_caps &
type              236 drivers/media/pci/ivtv/ivtv-streams.c 	s->vdev.fops = ivtv_stream_info[type].fops;
type              241 drivers/media/pci/ivtv/ivtv-streams.c 	if (s->type == IVTV_DEC_STREAM_TYPE_VBI) {
type              261 drivers/media/pci/ivtv/ivtv-streams.c 	int type;
type              264 drivers/media/pci/ivtv/ivtv-streams.c 	for (type = 0; type < IVTV_MAX_STREAMS; type++) {
type              266 drivers/media/pci/ivtv/ivtv-streams.c 		if (ivtv_prep_dev(itv, type))
type              269 drivers/media/pci/ivtv/ivtv-streams.c 		if (itv->streams[type].vdev.v4l2_dev == NULL)
type              273 drivers/media/pci/ivtv/ivtv-streams.c 		if (ivtv_stream_alloc(&itv->streams[type]))
type              276 drivers/media/pci/ivtv/ivtv-streams.c 	if (type == IVTV_MAX_STREAMS)
type              284 drivers/media/pci/ivtv/ivtv-streams.c static int ivtv_reg_dev(struct ivtv *itv, int type)
type              286 drivers/media/pci/ivtv/ivtv-streams.c 	struct ivtv_stream *s = &itv->streams[type];
type              287 drivers/media/pci/ivtv/ivtv-streams.c 	int vfl_type = ivtv_stream_info[type].vfl_type;
type              296 drivers/media/pci/ivtv/ivtv-streams.c 	if (type != IVTV_ENC_STREAM_TYPE_MPG) {
type              300 drivers/media/pci/ivtv/ivtv-streams.c 			num = s_mpg->vdev.num + ivtv_stream_info[type].num_offset;
type              323 drivers/media/pci/ivtv/ivtv-streams.c 			name, s->name, itv->options.kilobytes[type]);
type              330 drivers/media/pci/ivtv/ivtv-streams.c 		if (itv->options.kilobytes[type])
type              332 drivers/media/pci/ivtv/ivtv-streams.c 				name, s->name, itv->options.kilobytes[type]);
type              344 drivers/media/pci/ivtv/ivtv-streams.c 	int type;
type              348 drivers/media/pci/ivtv/ivtv-streams.c 	for (type = 0; type < IVTV_MAX_STREAMS; type++)
type              349 drivers/media/pci/ivtv/ivtv-streams.c 		err |= ivtv_reg_dev(itv, type);
type              362 drivers/media/pci/ivtv/ivtv-streams.c 	int type;
type              365 drivers/media/pci/ivtv/ivtv-streams.c 	for (type = 0; type < IVTV_MAX_STREAMS; type++) {
type              366 drivers/media/pci/ivtv/ivtv-streams.c 		struct video_device *vdev = &itv->streams[type].vdev;
type              372 drivers/media/pci/ivtv/ivtv-streams.c 		ivtv_stream_free(&itv->streams[type]);
type              373 drivers/media/pci/ivtv/ivtv-streams.c 		itv->streams[type].vdev.v4l2_dev = NULL;
type              502 drivers/media/pci/ivtv/ivtv-streams.c 	switch (s->type) {
type              647 drivers/media/pci/ivtv/ivtv-streams.c 	if (s->type == IVTV_ENC_STREAM_TYPE_VBI)
type              694 drivers/media/pci/ivtv/ivtv-streams.c 	switch (s->type) {
type              806 drivers/media/pci/ivtv/ivtv-streams.c 	if (s->type == IVTV_DEC_STREAM_TYPE_VOUT)
type              811 drivers/media/pci/ivtv/ivtv-streams.c 	switch (s->type) {
type              828 drivers/media/pci/ivtv/ivtv-streams.c 	if (s->type == IVTV_ENC_STREAM_TYPE_MPG && gop_end) {
type              839 drivers/media/pci/ivtv/ivtv-streams.c 		if (s->type == IVTV_ENC_STREAM_TYPE_MPG && gop_end) {
type              884 drivers/media/pci/ivtv/ivtv-streams.c 	if (s->type == IVTV_ENC_STREAM_TYPE_VBI)
type              918 drivers/media/pci/ivtv/ivtv-streams.c 		.type = V4L2_EVENT_EOS,
type              925 drivers/media/pci/ivtv/ivtv-streams.c 	if (s->type != IVTV_DEC_STREAM_TYPE_YUV && s->type != IVTV_DEC_STREAM_TYPE_MPG)
type              351 drivers/media/pci/ivtv/ivtv-vbi.c 		if (vbi.type && !(lines & (1 << vbi.line))) {
type              353 drivers/media/pci/ivtv/ivtv-vbi.c 			itv->vbi.sliced_data[line].id = vbi.type;
type              372 drivers/media/pci/ivtv/ivtv-vbi.c 		u8 type;
type              376 drivers/media/pci/ivtv/ivtv-vbi.c 		type = p[3];
type              381 drivers/media/pci/ivtv/ivtv-vbi.c 		if (type == itv->vbi.raw_decoder_sav_even_field) {
type              114 drivers/media/pci/ivtv/ivtvfb.c #define IVTVFB_DEBUG(x, type, fmt, args...) \
type              117 drivers/media/pci/ivtv/ivtvfb.c 			printk(KERN_INFO "ivtvfb%d " type ": " fmt, itv->instance , ## args); \
type              623 drivers/media/pci/ivtv/ivtvfb.c 	fix->type = FB_TYPE_PACKED_PIXELS;
type             1025 drivers/media/pci/meye/meye.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type             1571 drivers/media/pci/meye/meye.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type             1581 drivers/media/pci/meye/meye.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type             1589 drivers/media/pci/meye/meye.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              362 drivers/media/pci/netup_unidvb/netup_unidvb_core.c 	vb_queue->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              468 drivers/media/pci/ngene/ngene-cards.c int ngene_port_has_cxd2099(struct i2c_adapter *i2c, u8 *type)
type              481 drivers/media/pci/ngene/ngene-cards.c 		*type = 2;
type              483 drivers/media/pci/ngene/ngene-cards.c 		*type = 1;
type              568 drivers/media/pci/ngene/ngene-cards.c static int port_has_xo2(struct i2c_adapter *i2c, u8 *type, u8 *id)
type              573 drivers/media/pci/ngene/ngene-cards.c 	*type = NGENE_XO2_TYPE_NONE;
type              579 drivers/media/pci/ngene/ngene-cards.c 		*type = NGENE_XO2_TYPE_DUOFLEX;
type              584 drivers/media/pci/ngene/ngene-cards.c 		*type = NGENE_XO2_TYPE_CI;
type             1030 drivers/media/pci/ngene/ngene-cards.c 	.type		= NGENE_SIDEWINDER,
type             1044 drivers/media/pci/ngene/ngene-cards.c 	.type		= NGENE_SIDEWINDER,
type             1058 drivers/media/pci/ngene/ngene-cards.c 	.type		= NGENE_SIDEWINDER,
type             1073 drivers/media/pci/ngene/ngene-cards.c 	.type		= NGENE_SIDEWINDER,
type             1089 drivers/media/pci/ngene/ngene-cards.c 	.type           = NGENE_SIDEWINDER,
type             1104 drivers/media/pci/ngene/ngene-cards.c 	.type           = NGENE_APP,
type             1144 drivers/media/pci/ngene/ngene-cards.c 	.type           = NGENE_TERRATEC,
type             1058 drivers/media/pci/ngene/ngene-core.c 		int type = dev->card_info->io_type[i];
type             1062 drivers/media/pci/ngene/ngene-core.c 		if (type & (NGENE_IO_TV | NGENE_IO_HDTV | NGENE_IO_AIN)) {
type             1069 drivers/media/pci/ngene/ngene-core.c 			if (type & (NGENE_IO_TV | NGENE_IO_AIN)) {
type             1079 drivers/media/pci/ngene/ngene-core.c 			} else if (type & NGENE_IO_HDTV) {
type             1092 drivers/media/pci/ngene/ngene-core.c 		if (type & (NGENE_IO_TSIN | NGENE_IO_TSOUT)) {
type             1109 drivers/media/pci/ngene/ngene-core.c 		if (type & NGENE_IO_TSOUT) {
type             1450 drivers/media/pci/ngene/ngene-core.c 	chan->type = io;
type             1451 drivers/media/pci/ngene/ngene-core.c 	chan->mode = chan->type;	/* for now only one mode */
type             1567 drivers/media/pci/ngene/ngene-core.c 	u8 type;
type             1570 drivers/media/pci/ngene/ngene-core.c 	ret = ngene_port_has_cxd2099(&dev->channel[0].i2c_adapter, &type);
type             1576 drivers/media/pci/ngene/ngene-core.c 	if (type != 1) {
type              626 drivers/media/pci/ngene/ngene.h 	enum v4l2_buf_type         type;
type              642 drivers/media/pci/ngene/ngene.h 	int                   type;
type              823 drivers/media/pci/ngene/ngene.h 	int   type;
type              904 drivers/media/pci/ngene/ngene.h int ngene_port_has_cxd2099(struct i2c_adapter *i2c, u8 *type);
type              980 drivers/media/pci/pt1/pt1.c 		cl = dvb_module_probe("tc90522", info->type, &pt1->i2c_adap,
type              994 drivers/media/pci/pt1/pt1.c 					      info->type, dcfg.tuner_i2c,
type             1003 drivers/media/pci/pt1/pt1.c 					      info->type, dcfg.tuner_i2c,
type              381 drivers/media/pci/pt3/pt3.c 	cl = dvb_module_probe("tc90522", info->type, &pt3->i2c_adap,
type              394 drivers/media/pci/pt3/pt3.c 		cl = dvb_module_probe("qm1d1c0042", info->type, cfg.tuner_i2c,
type              402 drivers/media/pci/pt3/pt3.c 		cl = dvb_module_probe("mxl301rf", info->type, cfg.tuner_i2c,
type              908 drivers/media/pci/saa7134/saa7134-alsa.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1005 drivers/media/pci/saa7134/saa7134-alsa.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type               65 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE,
type               80 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type               84 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type               88 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type               93 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type              108 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              113 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type              118 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              123 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type              128 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              134 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type              139 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type              155 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              160 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              165 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type              170 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              176 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type              181 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type              196 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              200 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE_OVER_SVIDEO,
type              204 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE,
type              208 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              225 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              235 drivers/media/pci/saa7134/saa7134-cards.c */			.type = SAA7134_INPUT_COMPOSITE_OVER_SVIDEO,
type              240 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE,
type              245 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              251 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type              256 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type              273 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              278 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type              283 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              288 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type              293 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              299 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type              304 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type              320 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              324 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              328 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              333 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type              349 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              353 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              357 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              362 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type              374 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              379 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type              383 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              387 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type              391 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              396 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type              400 drivers/media/pci/saa7134/saa7134-cards.c 		       .type = SAA7134_INPUT_MUTE,
type              414 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              418 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type              423 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              427 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              432 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE_OVER_SVIDEO,
type              437 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type              452 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              457 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              462 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              468 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type              483 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              487 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE,
type              491 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              495 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE_OVER_SVIDEO,
type              509 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              514 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type              518 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              522 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type              526 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              531 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type              543 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              547 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              551 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              565 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              569 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              573 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              577 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE_OVER_SVIDEO,
type              582 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type              596 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              600 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              604 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              609 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type              613 drivers/media/pci/saa7134/saa7134-cards.c 		       .type = SAA7134_INPUT_MUTE,
type              628 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              632 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              636 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              641 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type              653 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              657 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              661 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              674 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              678 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              682 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type              695 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              699 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              703 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              708 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type              721 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              725 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              729 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              734 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type              747 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              752 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              757 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              763 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type              768 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type              781 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              785 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              789 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              804 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              809 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              814 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type              819 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              825 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type              830 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type              845 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              849 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type              853 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE3,
type              857 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE4,
type              861 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              876 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              880 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              884 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              898 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              903 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              908 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              930 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              934 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type              938 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE3,
type              942 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE4,
type              946 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              961 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type              966 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type              971 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type              976 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type              982 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type              987 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             1002 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1006 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1010 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1028 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1033 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1037 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1042 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1055 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1059 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1063 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             1067 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1081 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1085 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1089 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1094 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1107 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1111 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1115 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1120 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             1133 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1137 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1141 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1154 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1158 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type             1162 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1166 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1170 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE_OVER_SVIDEO,
type             1175 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1187 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1191 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type             1195 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1199 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1203 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE_OVER_SVIDEO,
type             1208 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1221 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1225 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type             1229 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1233 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1237 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE_OVER_SVIDEO,
type             1242 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1255 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1259 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type             1263 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1267 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             1271 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1276 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1290 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1293 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1307 drivers/media/pci/saa7134/saa7134-cards.c 			 .type = SAA7134_INPUT_TV,
type             1321 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1324 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1328 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1341 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1345 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1349 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             1353 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1358 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1362 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             1376 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1380 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1384 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             1388 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1393 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1397 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             1410 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1414 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1428 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1432 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1436 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1441 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1453 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1457 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1461 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1465 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE_OVER_SVIDEO,
type             1470 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             1484 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1489 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1494 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1500 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1505 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             1519 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1523 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1527 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1532 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1545 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1549 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1553 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1568 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type             1573 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1578 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1584 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1589 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             1608 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1613 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE,
type             1618 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1624 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1629 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             1644 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1649 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1654 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1660 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1665 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             1679 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1683 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1687 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1692 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1707 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1712 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1717 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1723 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1737 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1741 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type             1745 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1749 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1764 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1768 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1772 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1776 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE_OVER_SVIDEO,
type             1781 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1795 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE_OVER_SVIDEO,
type             1800 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1805 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1811 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1816 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             1831 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1835 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1839 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             1843 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1858 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1862 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1866 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type             1871 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1886 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1890 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1894 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             1898 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1903 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             1919 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1924 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE_OVER_SVIDEO,
type             1928 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE,
type             1932 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1937 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             1951 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1955 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1972 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             1976 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             1980 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             1984 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             1997 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2001 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2005 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2019 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2024 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2029 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2035 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             2040 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             2055 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2060 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2064 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE_OVER_SVIDEO,
type             2068 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             2073 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             2087 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2092 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2097 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2103 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             2108 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             2131 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2136 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2141 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2147 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             2152 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             2165 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2169 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type             2173 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2177 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             2181 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2186 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,		/* radio unconfirmed */
type             2201 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2206 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2211 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2217 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             2236 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2241 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2246 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2252 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             2257 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             2275 drivers/media/pci/saa7134/saa7134-cards.c 			  .type = SAA7134_INPUT_TV,
type             2279 drivers/media/pci/saa7134/saa7134-cards.c 			  .type = SAA7134_INPUT_COMPOSITE1,
type             2283 drivers/media/pci/saa7134/saa7134-cards.c 			  .type = SAA7134_INPUT_SVIDEO,
type             2288 drivers/media/pci/saa7134/saa7134-cards.c 			  .type = SAA7134_INPUT_RADIO,
type             2304 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2309 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type             2314 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2319 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2325 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             2330 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             2345 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2349 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2353 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2368 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2372 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2376 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2390 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2394 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2408 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE0,
type             2412 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2416 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             2420 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE3,
type             2424 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO0,
type             2429 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO1,
type             2448 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE0,
type             2452 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2456 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             2460 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE3,
type             2464 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO0,
type             2468 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO1,
type             2482 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2486 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE_OVER_SVIDEO,
type             2490 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE,
type             2494 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2513 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2517 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2531 drivers/media/pci/saa7134/saa7134-cards.c 			  .type = SAA7134_INPUT_TV,
type             2535 drivers/media/pci/saa7134/saa7134-cards.c 			  .type = SAA7134_INPUT_COMPOSITE1,
type             2539 drivers/media/pci/saa7134/saa7134-cards.c 			  .type = SAA7134_INPUT_SVIDEO,
type             2553 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2557 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2561 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             2565 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2570 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             2585 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2590 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2595 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             2600 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2606 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             2623 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2627 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2631 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2636 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             2650 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2654 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2658 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2674 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2678 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2682 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2687 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             2701 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2705 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE,
type             2709 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE_OVER_SVIDEO,
type             2713 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2718 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             2736 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2740 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,  /* NOT tested */
type             2745 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             2762 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,	/* Analog broadcast/cable TV */
type             2767 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2771 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE_OVER_SVIDEO,
type             2775 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             2780 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             2794 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2798 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2814 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2818 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2833 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2849 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2853 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2857 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             2861 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2866 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             2881 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2885 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2889 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2894 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             2909 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2913 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             2917 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2948 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2953 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE_OVER_SVIDEO,
type             2957 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2981 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             2986 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             2990 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE_OVER_SVIDEO,
type             2994 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE,
type             2999 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3015 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3020 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type             3025 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3030 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             3035 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3041 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3046 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             3060 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3064 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3068 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3084 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3088 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3102 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3106 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3110 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             3114 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3119 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             3134 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3138 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3142 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3147 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3161 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3165 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3169 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3174 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3189 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3193 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3197 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             3201 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3206 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3222 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3227 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3232 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             3237 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3243 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3248 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             3264 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3268 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3272 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3290 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3295 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3299 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3304 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3322 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3327 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3331 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3336 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3353 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3358 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3362 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3367 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3381 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3385 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3389 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3404 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3408 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type             3412 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3416 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3421 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3428 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             3441 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3445 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type             3449 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3453 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3458 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3464 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             3477 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3482 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3487 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3493 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3498 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             3511 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3515 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3519 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3524 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3529 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             3543 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3547 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3551 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3567 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3571 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3575 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3580 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3594 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3598 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3602 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3618 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3623 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3628 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             3633 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3650 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3655 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3660 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             3665 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3671 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3685 drivers/media/pci/saa7134/saa7134-cards.c 		       .type = SAA7134_INPUT_TV,
type             3690 drivers/media/pci/saa7134/saa7134-cards.c 		       .type = SAA7134_INPUT_COMPOSITE1,
type             3694 drivers/media/pci/saa7134/saa7134-cards.c 		       .type = SAA7134_INPUT_COMPOSITE2,
type             3698 drivers/media/pci/saa7134/saa7134-cards.c 		       .type = SAA7134_INPUT_SVIDEO,
type             3703 drivers/media/pci/saa7134/saa7134-cards.c 		       .type = SAA7134_INPUT_RADIO,
type             3716 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3720 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3724 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             3728 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3733 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             3747 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3752 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3757 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3763 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             3778 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV, /* FIXME: analog tv untested */
type             3793 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3797 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3801 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3806 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3811 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             3826 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3830 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3834 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3839 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3844 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             3860 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3864 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3868 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3873 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             3888 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3892 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3896 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3912 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3916 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3920 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3925 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3941 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3945 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3949 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3967 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             3971 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             3975 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             3980 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             3996 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4001 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4006 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4024 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4029 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4034 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4040 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4057 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4061 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4065 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4082 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4086 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4090 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4095 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             4099 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4116 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4120 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4124 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4129 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             4133 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4149 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4153 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4157 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4162 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4179 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4183 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4187 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4192 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4209 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4213 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4217 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4222 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4238 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4243 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4248 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4254 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4269 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4273 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4277 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4282 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4296 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4300 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4304 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4309 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4323 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4327 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4331 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4336 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4350 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4354 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4358 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4363 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4378 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4382 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4386 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4391 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4406 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4410 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4414 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4419 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4434 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4438 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4442 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4447 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4462 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4466 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4470 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4475 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4493 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4497 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4501 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4506 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4529 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4533 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4537 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4542 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4567 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4571 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4575 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4580 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4601 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4605 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4609 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4614 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4629 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type             4634 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4639 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4645 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4650 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             4664 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4668 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4683 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4687 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4691 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4707 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4711 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4715 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4720 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4734 drivers/media/pci/saa7134/saa7134-cards.c 			 .type = SAA7134_INPUT_TV,
type             4738 drivers/media/pci/saa7134/saa7134-cards.c 			 .type = SAA7134_INPUT_COMPOSITE1,
type             4742 drivers/media/pci/saa7134/saa7134-cards.c 			 .type = SAA7134_INPUT_SVIDEO,
type             4747 drivers/media/pci/saa7134/saa7134-cards.c 			 .type = SAA7134_INPUT_RADIO,
type             4760 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4764 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4768 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE,
type             4773 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4785 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4789 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4793 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4808 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4812 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4816 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4821 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4835 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE,
type             4839 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4854 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4858 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE,
type             4862 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4867 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4882 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4886 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4890 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4895 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4910 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4914 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE,
type             4918 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4923 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4939 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4943 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE,
type             4947 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4952 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4966 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             4971 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             4976 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             4982 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             4987 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             5001 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5005 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE,
type             5009 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5025 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5029 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5033 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             5037 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5042 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             5056 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5061 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5066 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5072 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             5078 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             5094 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5099 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5104 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5112 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             5119 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             5134 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5139 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5145 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             5150 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             5166 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5171 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5176 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5182 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             5187 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             5202 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5206 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5221 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5225 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5229 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5234 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             5249 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5254 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             5268 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5272 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5276 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5290 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5293 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5310 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5314 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5318 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5323 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             5327 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             5342 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5359 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5363 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5367 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5372 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             5385 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5389 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5393 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5398 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             5412 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5416 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5420 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5434 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5438 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5442 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5447 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             5451 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             5468 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5473 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5478 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5484 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             5489 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             5506 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5510 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5514 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5519 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             5534 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5538 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5542 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5547 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             5559 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5563 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE3,
type             5567 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5583 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5587 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE,
type             5591 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5596 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             5612 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5631 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5635 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE,
type             5639 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5644 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             5658 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5662 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5666 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5682 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5686 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5690 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE2,
type             5694 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5699 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             5712 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV_MONO,
type             5717 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5722 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5728 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             5733 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_MUTE,
type             5747 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_TV,
type             5752 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_COMPOSITE1,
type             5757 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_SVIDEO,
type             5763 drivers/media/pci/saa7134/saa7134-cards.c 			.type = SAA7134_INPUT_RADIO,
type             7642 drivers/media/pci/saa7134/saa7134-cards.c 		tun_setup.type = saa7134_boards[dev->board].radio_type;
type             7652 drivers/media/pci/saa7134/saa7134-cards.c 		tun_setup.type = dev->tuner_type;
type             8040 drivers/media/pci/saa7134/saa7134-cards.c 			enum v4l2_i2c_tuner_type type =
type             8045 drivers/media/pci/saa7134/saa7134-cards.c 				0, v4l2_i2c_tuner_addrs(type));
type              877 drivers/media/pci/saa7134/saa7134-core.c 		if (in->type == SAA7134_NO_INPUT)
type              881 drivers/media/pci/saa7134/saa7134-core.c 		if (in->type == SAA7134_INPUT_COMPOSITE_OVER_SVIDEO)
type              884 drivers/media/pci/saa7134/saa7134-core.c 		ent->name = saa7134_input_name[in->type];
type              888 drivers/media/pci/saa7134/saa7134-core.c 		switch (in->type) {
type              928 drivers/media/pci/saa7134/saa7134-core.c 		ent->name = saa7134_input_name[in->type];
type              946 drivers/media/pci/saa7134/saa7134-core.c 				      char *type)
type              957 drivers/media/pci/saa7134/saa7134-core.c 		 dev->name, type, saa7134_boards[dev->board].name);
type              996 drivers/media/pci/saa7134/saa7134-core.c 	if (saa7134_boards[dev->board].mpeg != ops->type)
type              175 drivers/media/pci/saa7134/saa7134-dvb.c 	f.type      = V4L2_TUNER_DIGITAL_TV;
type             1220 drivers/media/pci/saa7134/saa7134-dvb.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1959 drivers/media/pci/saa7134/saa7134-dvb.c 	.type          = SAA7134_MPEG_DVB,
type              269 drivers/media/pci/saa7134/saa7134-empress.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              325 drivers/media/pci/saa7134/saa7134-empress.c 	.type          = SAA7134_MPEG_EMPRESS,
type              505 drivers/media/pci/saa7134/saa7134-go7007.c 	.type          = SAA7134_MPEG_GO7007,
type              859 drivers/media/pci/saa7134/saa7134-input.c 	strscpy(info.type, "ir_video", I2C_NAME_SIZE);
type              939 drivers/media/pci/saa7134/saa7134-input.c 		dev->init_data.type = RC_PROTO_BIT_RC5 |
type              962 drivers/media/pci/saa7134/saa7134-input.c 		dev->init_data.type = RC_PROTO_BIT_NECX;
type              182 drivers/media/pci/saa7134/saa7134-tvaudio.c 	if (card(dev).mute.type) {
type              194 drivers/media/pci/saa7134/saa7134-tvaudio.c 			  mute, saa7134_input_name[in->type]);
type              200 drivers/media/pci/saa7134/saa7134-tvaudio.c 		  saa7134_input_name[dev->input->type], mute,
type              201 drivers/media/pci/saa7134/saa7134-tvaudio.c 		  saa7134_input_name[in->type]);
type              236 drivers/media/pci/saa7134/saa7134-tvaudio.c 	saa7134_track_gpio(dev, saa7134_input_name[in->type]);
type              746 drivers/media/pci/saa7134/saa7134-tvaudio.c 		if (card(dev).mute.type && dev->ctl_mute)
type              753 drivers/media/pci/saa7134/saa7134-tvaudio.c 		saa7134_track_gpio(dev, saa7134_input_name[in->type]);
type              386 drivers/media/pci/saa7134/saa7134-video.c 		  input, saa7134_input_name[card_in(dev, input).type]);
type             1422 drivers/media/pci/saa7134/saa7134-video.c 	if (card_in(dev, i->index).type == SAA7134_NO_INPUT)
type             1425 drivers/media/pci/saa7134/saa7134-video.c 	strscpy(i->name, saa7134_input_name[card_in(dev, n).type],
type             1427 drivers/media/pci/saa7134/saa7134-video.c 	switch (card_in(dev, n).type) {
type             1430 drivers/media/pci/saa7134/saa7134-video.c 		i->type = V4L2_INPUT_TYPE_TUNER;
type             1433 drivers/media/pci/saa7134/saa7134-video.c 		i->type  = V4L2_INPUT_TYPE_CAMERA;
type             1467 drivers/media/pci/saa7134/saa7134-video.c 	if (card_in(dev, i).type == SAA7134_NO_INPUT)
type             1601 drivers/media/pci/saa7134/saa7134-video.c 				 int type, struct v4l2_fract *f)
type             1605 drivers/media/pci/saa7134/saa7134-video.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE &&
type             1606 drivers/media/pci/saa7134/saa7134-video.c 	    type != V4L2_BUF_TYPE_VIDEO_OVERLAY)
type             1624 drivers/media/pci/saa7134/saa7134-video.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE &&
type             1625 drivers/media/pci/saa7134/saa7134-video.c 	    sel->type != V4L2_BUF_TYPE_VIDEO_OVERLAY)
type             1650 drivers/media/pci/saa7134/saa7134-video.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE &&
type             1651 drivers/media/pci/saa7134/saa7134-video.c 	    sel->type != V4L2_BUF_TYPE_VIDEO_OVERLAY)
type             1690 drivers/media/pci/saa7134/saa7134-video.c 		if (card_in(dev, n).type == SAA7134_INPUT_TV ||
type             1691 drivers/media/pci/saa7134/saa7134-video.c 		    card_in(dev, n).type == SAA7134_INPUT_TV_MONO)
type             1696 drivers/media/pci/saa7134/saa7134-video.c 	if (card_in(dev, n).type != SAA7134_NO_INPUT) {
type             1698 drivers/media/pci/saa7134/saa7134-video.c 		t->type = V4L2_TUNER_ANALOG_TV;
type             2005 drivers/media/pci/saa7134/saa7134-video.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             2015 drivers/media/pci/saa7134/saa7134-video.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type             2025 drivers/media/pci/saa7134/saa7134-video.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type             2035 drivers/media/pci/saa7134/saa7134-video.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             2109 drivers/media/pci/saa7134/saa7134-video.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             2134 drivers/media/pci/saa7134/saa7134-video.c 	q->type = V4L2_BUF_TYPE_VBI_CAPTURE;
type              368 drivers/media/pci/saa7134/saa7134.h 	enum saa7134_input_types type;
type              415 drivers/media/pci/saa7134/saa7134.h #define card_has_radio(dev)   (SAA7134_NO_INPUT != saa7134_boards[dev->board].radio.type)
type              529 drivers/media/pci/saa7134/saa7134.h 	enum saa7134_mpeg_type     type;
type               56 drivers/media/pci/saa7146/hexium_gemini.c 	int type;
type               54 drivers/media/pci/saa7146/hexium_orion.c 	int type;
type              243 drivers/media/pci/saa7146/hexium_orion.c 		hexium->type = HEXIUM_ORION_1SVHS_3BNC;
type              251 drivers/media/pci/saa7146/hexium_orion.c 		hexium->type = HEXIUM_ORION_4BNC;
type              263 drivers/media/pci/saa7146/hexium_orion.c 		hexium->type = HEXIUM_HV_PCI6_ORION;
type              359 drivers/media/pci/saa7146/mxb.c 	tun_setup.type = TUNER_PHILIPS_PAL;
type              363 drivers/media/pci/saa7146/mxb.c 	mxb->cur_freq.type = V4L2_TUNER_ANALOG_TV;
type              545 drivers/media/pci/saa7146/mxb.c 	t->type = V4L2_TUNER_ANALOG_TV;
type              596 drivers/media/pci/saa7146/mxb.c 	if (V4L2_TUNER_ANALOG_TV != f->type)
type              618 drivers/media/pci/saa7164/saa7164-api.c 		port->nr, port->type, val);
type              737 drivers/media/pci/saa7164/saa7164-api.c 		port->nr, port->type);
type              739 drivers/media/pci/saa7164/saa7164-api.c 	if (port->type == SAA7164_MPEG_ENCODER) {
type              746 drivers/media/pci/saa7164/saa7164-api.c 	if (port->type == SAA7164_MPEG_DVB) {
type              752 drivers/media/pci/saa7164/saa7164-api.c 	if (port->type == SAA7164_MPEG_VBI) {
type              945 drivers/media/pci/saa7164/saa7164-api.c 		if (hdr->type != CS_INTERFACE)
type             1302 drivers/media/pci/saa7164/saa7164-api.c 		dprintk(DBGLVL_API, " 2.%x\n", hdr->type);
type               52 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_EEPROM,
type               59 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type               66 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type               73 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type               80 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type               98 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_EEPROM,
type              105 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              112 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              119 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              126 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              144 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_EEPROM,
type              151 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              158 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_ANALOG_DEMODULATOR,
type              165 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              172 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_ANALOG_DEMODULATOR,
type              179 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              186 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              204 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_EEPROM,
type              211 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              218 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_ANALOG_DEMODULATOR,
type              225 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              232 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_ANALOG_DEMODULATOR,
type              239 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              246 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              264 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_EEPROM,
type              271 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              278 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              285 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              292 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              299 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              306 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              324 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_EEPROM,
type              331 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              338 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              345 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              352 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              359 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              366 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              384 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_EEPROM,
type              391 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              398 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              405 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              412 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              419 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              426 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              440 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_EEPROM,
type              447 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              454 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_ANALOG_DEMODULATOR,
type              461 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              468 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_ANALOG_DEMODULATOR,
type              475 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              482 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              500 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_EEPROM,
type              507 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              514 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              521 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              528 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              546 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_EEPROM,
type              553 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              560 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              567 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              574 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              592 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_EEPROM,
type              599 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              606 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              613 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_TUNER,
type              620 drivers/media/pci/saa7164/saa7164-cards.c 			.type		= SAA7164_UNIT_DIGITAL_DEMODULATOR,
type              879 drivers/media/pci/saa7164/saa7164-cards.c 		if (unit->type == SAA7164_UNIT_UNDEFINED)
type              906 drivers/media/pci/saa7164/saa7164-cards.c 		if (unit->type == SAA7164_UNIT_UNDEFINED)
type              934 drivers/media/pci/saa7164/saa7164-cards.c 		if (unit->type == SAA7164_UNIT_UNDEFINED)
type              908 drivers/media/pci/saa7164/saa7164-core.c 		port->type = SAA7164_MPEG_DVB;
type              911 drivers/media/pci/saa7164/saa7164-core.c 		port->type = SAA7164_MPEG_ENCODER;
type              916 drivers/media/pci/saa7164/saa7164-core.c 		port->type = SAA7164_MPEG_VBI;
type              113 drivers/media/pci/saa7164/saa7164-dvb.c 	strscpy(bi.type, "si2157", I2C_NAME_SIZE);
type              117 drivers/media/pci/saa7164/saa7164-dvb.c 	request_module(bi.type);
type              340 drivers/media/pci/saa7164/saa7164-dvb.c 	if (port->type != SAA7164_MPEG_DVB)
type              482 drivers/media/pci/saa7164/saa7164-dvb.c 	if (port->type != SAA7164_MPEG_DVB)
type              636 drivers/media/pci/saa7164/saa7164-dvb.c 			strscpy(info.type, "si2168", I2C_NAME_SIZE);
type              639 drivers/media/pci/saa7164/saa7164-dvb.c 			request_module(info.type);
type              656 drivers/media/pci/saa7164/saa7164-dvb.c 			strscpy(info.type, "si2157", I2C_NAME_SIZE);
type              659 drivers/media/pci/saa7164/saa7164-dvb.c 			request_module(info.type);
type              681 drivers/media/pci/saa7164/saa7164-dvb.c 			strscpy(info.type, "si2168", I2C_NAME_SIZE);
type              684 drivers/media/pci/saa7164/saa7164-dvb.c 			request_module(info.type);
type              701 drivers/media/pci/saa7164/saa7164-dvb.c 			strscpy(info.type, "si2157", I2C_NAME_SIZE);
type              704 drivers/media/pci/saa7164/saa7164-dvb.c 			request_module(info.type);
type              254 drivers/media/pci/saa7164/saa7164-encoder.c 		i->type = V4L2_INPUT_TYPE_TUNER;
type              256 drivers/media/pci/saa7164/saa7164-encoder.c 		i->type  = V4L2_INPUT_TYPE_CAMERA;
type              323 drivers/media/pci/saa7164/saa7164-encoder.c 	dprintk(DBGLVL_ENC, "VIDIOC_G_TUNER: tuner type %d\n", t->type);
type              976 drivers/media/pci/saa7164/saa7164-encoder.c 	char *type)
type              989 drivers/media/pci/saa7164/saa7164-encoder.c 		type, saa7164_boards[dev->board].name);
type             1004 drivers/media/pci/saa7164/saa7164-encoder.c 	BUG_ON(port->type != SAA7164_MPEG_ENCODER);
type             1131 drivers/media/pci/saa7164/saa7164-encoder.c 	BUG_ON(port->type != SAA7164_MPEG_ENCODER);
type              118 drivers/media/pci/saa7164/saa7164-types.h 	u8	type;
type              125 drivers/media/pci/saa7164/saa7164-types.h 	u8	type;
type              142 drivers/media/pci/saa7164/saa7164-types.h 	u8	type;
type              160 drivers/media/pci/saa7164/saa7164-types.h 	u8	type;
type              171 drivers/media/pci/saa7164/saa7164-types.h 	u8	type;
type              226 drivers/media/pci/saa7164/saa7164-types.h 	u8	type;
type              265 drivers/media/pci/saa7164/saa7164-types.h 	u8	type;
type              279 drivers/media/pci/saa7164/saa7164-types.h 	u8	type;
type              289 drivers/media/pci/saa7164/saa7164-types.h 	u8	type;
type              327 drivers/media/pci/saa7164/saa7164-types.h 	u8	type;
type              346 drivers/media/pci/saa7164/saa7164-types.h 	u8	type;
type              383 drivers/media/pci/saa7164/saa7164-types.h 	u8	type;
type              394 drivers/media/pci/saa7164/saa7164-types.h 	u8	type;
type              679 drivers/media/pci/saa7164/saa7164-vbi.c 	char *type)
type              692 drivers/media/pci/saa7164/saa7164-vbi.c 		type, saa7164_boards[dev->board].name);
type              706 drivers/media/pci/saa7164/saa7164-vbi.c 	if (port->type != SAA7164_MPEG_VBI)
type              759 drivers/media/pci/saa7164/saa7164-vbi.c 	if (port->type != SAA7164_MPEG_VBI)
type              151 drivers/media/pci/saa7164/saa7164.h 	enum saa7164_unit_type type;
type              324 drivers/media/pci/saa7164/saa7164.h 	enum port_t type;
type              486 drivers/media/pci/smipcie/smipcie-main.c 	request_module(info->type);
type              543 drivers/media/pci/smipcie/smipcie-main.c 	strscpy(tuner_info.type, "ts2020", I2C_NAME_SIZE);
type              599 drivers/media/pci/smipcie/smipcie-main.c 	strscpy(tuner_info.type, "m88rs6000t", I2C_NAME_SIZE);
type              641 drivers/media/pci/smipcie/smipcie-main.c 	strscpy(client_info.type, "si2168", I2C_NAME_SIZE);
type              658 drivers/media/pci/smipcie/smipcie-main.c 	strscpy(client_info.type, "si2157", I2C_NAME_SIZE);
type              957 drivers/media/pci/smipcie/smipcie-main.c 	dev->nr = dev->info->type;
type             1055 drivers/media/pci/smipcie/smipcie-main.c 	.type = SMI_DVBSKY_S950,
type             1065 drivers/media/pci/smipcie/smipcie-main.c 	.type = SMI_DVBSKY_S952,
type             1075 drivers/media/pci/smipcie/smipcie-main.c 	.type = SMI_DVBSKY_T9580,
type             1085 drivers/media/pci/smipcie/smipcie-main.c 	.type = SMI_TECHNOTREND_S2_4200,
type              211 drivers/media/pci/smipcie/smipcie.h 	int type;
type               56 drivers/media/pci/solo6x10/solo6x10-core.c 	if (solo_dev->type != SOLO_DEV_6110)
type              411 drivers/media/pci/solo6x10/solo6x10-core.c 	if (solo_dev->type == SOLO_DEV_6110)
type              463 drivers/media/pci/solo6x10/solo6x10-core.c 	solo_dev->type = id->driver_data;
type              516 drivers/media/pci/solo6x10/solo6x10-core.c 	if (solo_dev->type == SOLO_DEV_6010) {
type              575 drivers/media/pci/solo6x10/solo6x10-core.c 		       solo_dev->type == SOLO_DEV_6010 ? 0x100 : 0x300);
type              577 drivers/media/pci/solo6x10/solo6x10-core.c 	if (solo_dev->type != SOLO_DEV_6010) {
type               66 drivers/media/pci/solo6x10/solo6x10-disp.c 	if (solo_dev->type == SOLO_DEV_6010)
type               37 drivers/media/pci/solo6x10/solo6x10-enc.c 	if (solo_dev->type == SOLO_DEV_6110) {
type              103 drivers/media/pci/solo6x10/solo6x10-enc.c 	if (solo_dev->type == SOLO_DEV_6010)
type              181 drivers/media/pci/solo6x10/solo6x10-enc.c 	if (solo_dev->type == SOLO_DEV_6010)
type              208 drivers/media/pci/solo6x10/solo6x10-enc.c 	if (solo_dev->type == SOLO_DEV_6010)
type              229 drivers/media/pci/solo6x10/solo6x10-enc.c 	if (solo_dev->type == SOLO_DEV_6010) {
type              248 drivers/media/pci/solo6x10/solo6x10-enc.c 	if (solo_dev->type == SOLO_DEV_6110) {
type              267 drivers/media/pci/solo6x10/solo6x10-enc.c 	if (solo_dev->type != SOLO_DEV_6010) {
type              278 drivers/media/pci/solo6x10/solo6x10-enc.c 	if (solo_dev->type == SOLO_DEV_6110)
type              288 drivers/media/pci/solo6x10/solo6x10-enc.c 		       SOLO_DCT_INTERVAL(solo_dev->type == SOLO_DEV_6010 ? 9 : 10));
type              299 drivers/media/pci/solo6x10/solo6x10-enc.c 	if (solo_dev->type == SOLO_DEV_6110) {
type              286 drivers/media/pci/solo6x10/solo6x10-g723.c 	info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               21 drivers/media/pci/solo6x10/solo6x10-offsets.h 	(__solo->type == SOLO_DEV_6010 ? 0x10000 : 0x20000)
type               66 drivers/media/pci/solo6x10/solo6x10-p2m.c 	if (solo_dev->type != SOLO_DEV_6110 && multi_p2m)
type               77 drivers/media/pci/solo6x10/solo6x10-p2m.c 	if (desc_cnt > 1 && solo_dev->type != SOLO_DEV_6110 && desc_mode) {
type              116 drivers/media/pci/solo6x10/solo6x10-p2m.c 	if (desc_cnt > 1 && solo_dev->type != SOLO_DEV_6110 && config)
type               88 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 	enum solo_enc_types	type;
type              151 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 		if (solo_dev->type == SOLO_DEV_6110) {
type              172 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 		if (solo_dev->type == SOLO_DEV_6110) {
type              194 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 	if (solo_dev->type == SOLO_DEV_6010) {
type              235 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 	if (solo_enc->type == SOLO_ENC_TYPE_EXT)
type              530 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 				.type = V4L2_EVENT_MOTION_DET,
type              555 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 	if (solo_enc->type != enc_buf->type)
type              601 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 			enc_buf.type = SOLO_ENC_TYPE_EXT;
type              603 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 			enc_buf.type = SOLO_ENC_TYPE_STD;
type              788 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 	input->type = V4L2_INPUT_TYPE_CAMERA;
type              818 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 	int dev_type = solo_enc->solo_dev->type;
type              854 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 	if (solo_valid_pixfmt(pix->pixelformat, solo_dev->type))
type              965 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 	if (solo_valid_pixfmt(fsize->pixel_format, solo_dev->type))
type              981 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 	fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type              992 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 	if (solo_valid_pixfmt(fintv->pixel_format, solo_dev->type))
type             1002 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 	fintv->type = V4L2_FRMIVAL_TYPE_STEPWISE;
type             1123 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 	switch (sub->type) {
type             1194 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 	.type = V4L2_CTRL_TYPE_STRING,
type             1257 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 	solo_enc->fmt = (solo_dev->type == SOLO_DEV_6010) ?
type             1259 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 	solo_enc->type = SOLO_ENC_TYPE_STD;
type             1267 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 	solo_enc->vidq.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1372 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c 	if (solo_dev->type == SOLO_DEV_6010)
type              427 drivers/media/pci/solo6x10/solo6x10-v4l2.c 	input->type = V4L2_INPUT_TYPE_CAMERA;
type              636 drivers/media/pci/solo6x10/solo6x10-v4l2.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type              669 drivers/media/pci/solo6x10/solo6x10-v4l2.c 	solo_dev->vidq.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              169 drivers/media/pci/solo6x10/solo6x10.h 	enum solo_enc_types	type;
type              184 drivers/media/pci/solo6x10/solo6x10.h 	int			type;
type              493 drivers/media/pci/sta2x11/sta2x11_vip.c 	inp->type = V4L2_INPUT_TYPE_CAMERA;
type              849 drivers/media/pci/sta2x11/sta2x11_vip.c 	vip->vb_vidq.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              291 drivers/media/pci/ttpci/av7110.c 	switch (dvbdmxfilter->type) {
type              363 drivers/media/pci/ttpci/av7110.c 	int type = av7110->debitype;
type              364 drivers/media/pci/ttpci/av7110.c 	int handle = (type >> 8) & 0x1f;
type              368 drivers/media/pci/ttpci/av7110.c 	dprintk(4, "type 0x%04x\n", type);
type              370 drivers/media/pci/ttpci/av7110.c 	if (type == -1) {
type              378 drivers/media/pci/ttpci/av7110.c 	switch (type & 0xff) {
type              509 drivers/media/pci/ttpci/av7110.c 		event.type = VIDEO_EVENT_SIZE_CHANGED;
type              785 drivers/media/pci/ttpci/av7110.c 	if (dvbdmxfilter->type == DMX_TYPE_SEC) {
type              838 drivers/media/pci/ttpci/av7110.c 				__func__, handle, dvbdmxfilter->type);
type              957 drivers/media/pci/ttpci/av7110.c 	if (feed->type == DMX_TYPE_TS) {
type              988 drivers/media/pci/ttpci/av7110.c 	if (feed->type == DMX_TYPE_SEC) {
type              994 drivers/media/pci/ttpci/av7110.c 			if (demux->filter[i].type != DMX_TYPE_SEC)
type             1018 drivers/media/pci/ttpci/av7110.c 	if (feed->type == DMX_TYPE_TS) {
type             1040 drivers/media/pci/ttpci/av7110.c 	if (feed->type == DMX_TYPE_SEC) {
type             1078 drivers/media/pci/ttpci/av7110.c 			if (feed->type == DMX_TYPE_SEC) {
type             1080 drivers/media/pci/ttpci/av7110.c 					if (dvbdmx->filter[j].type != DMX_TYPE_SEC)
type               75 drivers/media/pci/ttpci/av7110_av.c static int write_ts_to_decoder(struct av7110 *av7110, int type, const u8 *buf, size_t len);
type              431 drivers/media/pci/ttpci/av7110_av.c 		       unsigned long count, int nonblock, int type)
type              437 drivers/media/pci/ttpci/av7110_av.c 	dprintk(2, "%s: type %d cnt %lu\n", __func__, type, count);
type              439 drivers/media/pci/ttpci/av7110_av.c 	rb = (type) ? &av7110->avout : &av7110->aout;
type              440 drivers/media/pci/ttpci/av7110_av.c 	kb = av7110->kbuf[type];
type              457 drivers/media/pci/ttpci/av7110_av.c 		write_ts_to_decoder(av7110, type, kb, TS_SIZE);
type              470 drivers/media/pci/ttpci/av7110_av.c 			unsigned long count, int nonblock, int type)
type              475 drivers/media/pci/ttpci/av7110_av.c 	if (!av7110->kbuf[type])
type              492 drivers/media/pci/ttpci/av7110_av.c 		if (copy_from_user(av7110->kbuf[type], buf, n))
type              494 drivers/media/pci/ttpci/av7110_av.c 		av7110_ipack_instant_repack(av7110->kbuf[type], n,
type              495 drivers/media/pci/ttpci/av7110_av.c 					    &av7110->ipack[type]);
type              503 drivers/media/pci/ttpci/av7110_av.c 			unsigned long count, int nonblock, int type)
type              508 drivers/media/pci/ttpci/av7110_av.c 	if (!av7110->kbuf[type])
type              525 drivers/media/pci/ttpci/av7110_av.c 		av7110_ipack_instant_repack(buf, n, &av7110->ipack[type]);
type              533 drivers/media/pci/ttpci/av7110_av.c 			 unsigned long count, int nonblock, int type)
type              538 drivers/media/pci/ttpci/av7110_av.c 	if (!av7110->kbuf[type])
type              554 drivers/media/pci/ttpci/av7110_av.c 		if (copy_from_user(av7110->kbuf[type], buf, n))
type              556 drivers/media/pci/ttpci/av7110_av.c 		av7110_ipack_instant_repack(av7110->kbuf[type], n,
type              557 drivers/media/pci/ttpci/av7110_av.c 					    &av7110->ipack[type]);
type              809 drivers/media/pci/ttpci/av7110_av.c static int write_ts_to_decoder(struct av7110 *av7110, int type, const u8 *buf, size_t len)
type              811 drivers/media/pci/ttpci/av7110_av.c 	struct ipack *ipack = &av7110->ipack[type];
type             1091 drivers/media/pci/ttpci/av7110_av.c 	__s32 type;
type             1111 drivers/media/pci/ttpci/av7110_av.c 		.type = ev.type,
type              273 drivers/media/pci/ttpci/av7110_ca.c 		av7110->ci_slot[info->num].type = FW_CI_LL_SUPPORT(av7110->arm_app) ?
type              290 drivers/media/pci/ttpci/av7110_ca.c 		info.type = CA_ECD;
type              325 drivers/media/pci/ttpci/av7110_hw.c 	char *type = NULL;
type              372 drivers/media/pci/ttpci/av7110_hw.c 		type = "MSG";
type              377 drivers/media/pci/ttpci/av7110_hw.c 		type = "OSD";
type              383 drivers/media/pci/ttpci/av7110_hw.c 			type = "MSG";
type              392 drivers/media/pci/ttpci/av7110_hw.c 	if (type != NULL) {
type              400 drivers/media/pci/ttpci/av7110_hw.c 					__func__, type);
type              407 drivers/media/pci/ttpci/av7110_hw.c 					__func__, type);
type              477 drivers/media/pci/ttpci/av7110_hw.c int av7110_fw_cmd(struct av7110 *av7110, int type, int com, int num, ...)
type              492 drivers/media/pci/ttpci/av7110_hw.c 	buf[0] = ((type << 8) | com);
type              374 drivers/media/pci/ttpci/av7110_hw.h extern int av7110_fw_cmd(struct av7110 *av7110, int type, int com, int num, ...);
type               86 drivers/media/pci/ttpci/av7110_v4l.c 		.type		= V4L2_INPUT_TYPE_CAMERA,
type               95 drivers/media/pci/ttpci/av7110_v4l.c 		.type		= V4L2_INPUT_TYPE_TUNER,
type              104 drivers/media/pci/ttpci/av7110_v4l.c 		.type		= V4L2_INPUT_TYPE_CAMERA,
type              113 drivers/media/pci/ttpci/av7110_v4l.c 		.type		= V4L2_INPUT_TYPE_CAMERA,
type              326 drivers/media/pci/ttpci/av7110_v4l.c 	t->type = V4L2_TUNER_ANALOG_TV;
type              410 drivers/media/pci/ttpci/av7110_v4l.c 	f->type = V4L2_TUNER_ANALOG_TV;
type              425 drivers/media/pci/ttpci/av7110_v4l.c 	if (V4L2_TUNER_ANALOG_TV != f->type)
type              533 drivers/media/pci/ttpci/av7110_v4l.c 	if (cap->type != V4L2_BUF_TYPE_SLICED_VBI_OUTPUT)
type               83 drivers/media/pci/ttpci/budget-core.c 	switch(budget->card->type) {
type              420 drivers/media/pci/ttpci/budget-core.c 	switch(budget->card->type) {
type              481 drivers/media/pci/ttpci/budget-core.c 	if (bi->type != BUDGET_FS_ACTIVY)
type              490 drivers/media/pci/ttpci/budget-core.c 	if (bi->type != BUDGET_FS_ACTIVY)
type              520 drivers/media/pci/ttpci/budget-core.c 	if (bi->type != BUDGET_FS_ACTIVY)
type               34 drivers/media/pci/ttpci/budget.h 	int type;
type               89 drivers/media/pci/ttpci/budget.h 	.type=x_type };	\
type              569 drivers/media/pci/tw5864/tw5864-video.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type              658 drivers/media/pci/tw5864/tw5864-video.c 	switch (sub->type) {
type              742 drivers/media/pci/tw5864/tw5864-video.c 	fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type              767 drivers/media/pci/tw5864/tw5864-video.c 	fintv->type = V4L2_FRMIVAL_TYPE_STEPWISE;
type             1104 drivers/media/pci/tw5864/tw5864-video.c 	input->vidq.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1444 drivers/media/pci/tw5864/tw5864-video.c 			.type = V4L2_EVENT_MOTION_DET,
type              670 drivers/media/pci/tw68/tw68-video.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type              946 drivers/media/pci/tw68/tw68-video.c 	dev->vidq.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              249 drivers/media/pci/tw686x/tw686x-core.c 	dev->type = pci_id->driver_data;
type              909 drivers/media/pci/tw686x/tw686x-video.c 	fsize->type = V4L2_FRMSIZE_TYPE_STEPWISE;
type              929 drivers/media/pci/tw686x/tw686x-video.c 	ival->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type              944 drivers/media/pci/tw686x/tw686x-video.c 	if (sp->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1029 drivers/media/pci/tw686x/tw686x-video.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type             1221 drivers/media/pci/tw686x/tw686x-video.c 		vc->vidq.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              126 drivers/media/pci/tw686x/tw686x.h 	unsigned int type;
type              158 drivers/media/pci/tw686x/tw686x.h 	return dev->type & TYPE_MAX_CHANNELS; /* 4 or 8 channels */
type              164 drivers/media/pci/tw686x/tw686x.h 	return dev->type & TYPE_SECOND_GEN;
type              273 drivers/media/platform/am437x/am437x-vpfe.c 	return lhs->type == rhs->type &&
type             1007 drivers/media/platform/am437x/am437x-vpfe.c 	f->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1440 drivers/media/platform/am437x/am437x-vpfe.c 	format->type = vpfe->fmt.type;
type             1477 drivers/media/platform/am437x/am437x-vpfe.c 	format->type = vpfe->fmt.type;
type             1639 drivers/media/platform/am437x/am437x-vpfe.c 	fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type             2071 drivers/media/platform/am437x/am437x-vpfe.c 			      int type, struct v4l2_fract *f)
type             2077 drivers/media/platform/am437x/am437x-vpfe.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE ||
type             2091 drivers/media/platform/am437x/am437x-vpfe.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE ||
type             2142 drivers/media/platform/am437x/am437x-vpfe.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE ||
type             2342 drivers/media/platform/am437x/am437x-vpfe.c 	vpfe->fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             2354 drivers/media/platform/am437x/am437x-vpfe.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             2449 drivers/media/platform/am437x/am437x-vpfe.c 		sdinfo->inputs[0].type = V4L2_INPUT_TYPE_CAMERA;
type              363 drivers/media/platform/aspeed-video.c 	.type = V4L2_DV_BT_656_1120,
type             1024 drivers/media/platform/aspeed-video.c 	inp->type = V4L2_INPUT_TYPE_CAMERA;
type             1103 drivers/media/platform/aspeed-video.c 	fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type             1123 drivers/media/platform/aspeed-video.c 	fival->type = V4L2_FRMIVAL_TYPE_CONTINUOUS;
type             1154 drivers/media/platform/aspeed-video.c 	timings->type = V4L2_DV_BT_656_1120;
type             1164 drivers/media/platform/aspeed-video.c 	timings->type = V4L2_DV_BT_656_1120;
type             1192 drivers/media/platform/aspeed-video.c 	timings->type = V4L2_DV_BT_656_1120;
type             1216 drivers/media/platform/aspeed-video.c 	switch (sub->type) {
type             1334 drivers/media/platform/aspeed-video.c 			.type = V4L2_EVENT_SOURCE_CHANGE,
type             1543 drivers/media/platform/aspeed-video.c 	vbq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1204 drivers/media/platform/atmel/atmel-isc-base.c 	if (f->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1376 drivers/media/platform/atmel/atmel-isc-base.c 	inp->type = V4L2_INPUT_TYPE_CAMERA;
type             1441 drivers/media/platform/atmel/atmel-isc-base.c 	fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type             1478 drivers/media/platform/atmel/atmel-isc-base.c 	fival->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type             1995 drivers/media/platform/atmel/atmel-isc-base.c 		.type = V4L2_BUF_TYPE_VIDEO_CAPTURE,
type             2035 drivers/media/platform/atmel/atmel-isc-base.c 	q->type			= V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              667 drivers/media/platform/atmel/atmel-isi.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type              721 drivers/media/platform/atmel/atmel-isi.c 	fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type              752 drivers/media/platform/atmel/atmel-isi.c 	fival->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type              934 drivers/media/platform/atmel/atmel-isi.c 		.type = V4L2_BUF_TYPE_VIDEO_CAPTURE,
type             1207 drivers/media/platform/atmel/atmel-isi.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1044 drivers/media/platform/coda/coda-bit.c 	if (rb->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1786 drivers/media/platform/coda/coda-bit.c 	if (rb->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             2432 drivers/media/platform/coda/coda-bit.c 		decoded_frame->type = (val == 0) ? V4L2_BUF_FLAG_KEYFRAME :
type             2467 drivers/media/platform/coda/coda-bit.c 		dst_buf->flags |= ready_frame->type;
type             2501 drivers/media/platform/coda/coda-bit.c 				 coda_frame_type_char(decoded_frame->type),
type             2520 drivers/media/platform/coda/coda-bit.c 				 coda_frame_type_char(decoded_frame->type),
type              165 drivers/media/platform/coda/coda-common.c 	enum coda_inst_type type;
type              174 drivers/media/platform/coda/coda-common.c 	.type = CODA_INST_ENCODER,
type              189 drivers/media/platform/coda/coda-common.c 	.type = CODA_INST_ENCODER,
type              204 drivers/media/platform/coda/coda-common.c 	.type = CODA_INST_DECODER,
type              225 drivers/media/platform/coda/coda-common.c 	.type = CODA_INST_DECODER,
type              404 drivers/media/platform/coda/coda-common.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              406 drivers/media/platform/coda/coda-common.c 	else if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              415 drivers/media/platform/coda/coda-common.c 	if (!ctx->vdoa && f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE &&
type              430 drivers/media/platform/coda/coda-common.c 	q_data = get_q_data(ctx, f->type);
type              455 drivers/media/platform/coda/coda-common.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              457 drivers/media/platform/coda/coda-common.c 	else if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              464 drivers/media/platform/coda/coda-common.c 		if (!ctx->vdoa && f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE &&
type              475 drivers/media/platform/coda/coda-common.c 	q_data = get_q_data(ctx, f->type);
type              486 drivers/media/platform/coda/coda-common.c 	if (f->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              691 drivers/media/platform/coda/coda-common.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              695 drivers/media/platform/coda/coda-common.c 	q_data = get_q_data(ctx, f->type);
type              701 drivers/media/platform/coda/coda-common.c 			 __func__, v4l2_type_names[f->type], vq->num_buffers);
type              748 drivers/media/platform/coda/coda-common.c 		 v4l2_type_names[f->type], q_data->width, q_data->height,
type              846 drivers/media/platform/coda/coda-common.c 	f_cap.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              868 drivers/media/platform/coda/coda-common.c 	if (rb->type == V4L2_BUF_TYPE_VIDEO_OUTPUT && ctx->ops->reqbufs)
type              880 drivers/media/platform/coda/coda-common.c 	    buf->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              894 drivers/media/platform/coda/coda-common.c 	    buf->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              904 drivers/media/platform/coda/coda-common.c 		.type = V4L2_EVENT_EOS
type              920 drivers/media/platform/coda/coda-common.c 	q_data = get_q_data(ctx, s->type);
type              936 drivers/media/platform/coda/coda-common.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              945 drivers/media/platform/coda/coda-common.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              966 drivers/media/platform/coda/coda-common.c 		    s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type              967 drivers/media/platform/coda/coda-common.c 			q_data = get_q_data(ctx, s->type);
type             1179 drivers/media/platform/coda/coda-common.c 	fsize->type = V4L2_FRMSIZE_TYPE_CONTINUOUS;
type             1211 drivers/media/platform/coda/coda-common.c 	f->type = V4L2_FRMIVAL_TYPE_CONTINUOUS;
type             1227 drivers/media/platform/coda/coda-common.c 	if (a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1310 drivers/media/platform/coda/coda-common.c 	if (a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1327 drivers/media/platform/coda/coda-common.c 	switch (sub->type) {
type             1583 drivers/media/platform/coda/coda-common.c 	q_data = get_q_data(ctx, vq->type);
type             1604 drivers/media/platform/coda/coda-common.c 	q_data = get_q_data(ctx, vb->vb2_queue->type);
type             1605 drivers/media/platform/coda/coda-common.c 	if (V4L2_TYPE_IS_OUTPUT(vb->vb2_queue->type)) {
type             1722 drivers/media/platform/coda/coda-common.c 		.type = V4L2_EVENT_SOURCE_CHANGE,
type             1736 drivers/media/platform/coda/coda-common.c 	q_data = get_q_data(ctx, vb->vb2_queue->type);
type             1742 drivers/media/platform/coda/coda-common.c 	if (ctx->bitstream.size && vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type             1789 drivers/media/platform/coda/coda-common.c 		    vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1847 drivers/media/platform/coda/coda-common.c 	coda_dbg(1, ctx, "start streaming %s\n", v4l2_type_names[q->type]);
type             1852 drivers/media/platform/coda/coda-common.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type             1916 drivers/media/platform/coda/coda-common.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type             1925 drivers/media/platform/coda/coda-common.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type             1948 drivers/media/platform/coda/coda-common.c 	coda_dbg(1, ctx, "stop streaming %s\n", v4l2_type_names[q->type]);
type             1950 drivers/media/platform/coda/coda-common.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type             2360 drivers/media/platform/coda/coda-common.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type             2368 drivers/media/platform/coda/coda-common.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             2380 drivers/media/platform/coda/coda-common.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type             2388 drivers/media/platform/coda/coda-common.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             2431 drivers/media/platform/coda/coda-common.c 	ctx->inst_type = ctx->cvd->type;
type             2685 drivers/media/platform/coda/coda-common.c 	enum coda_inst_type type;
type             2690 drivers/media/platform/coda/coda-common.c 	type = dev->devtype->vdevs[i]->type;
type             2710 drivers/media/platform/coda/coda-common.c 			  type == CODA_INST_ENCODER ? "encoder" : "decoder",
type              203 drivers/media/platform/coda/coda.h 	u32				type;
type              307 drivers/media/platform/coda/coda.h 					     enum v4l2_buf_type type)
type              309 drivers/media/platform/coda/coda.h 	switch (type) {
type              655 drivers/media/platform/davinci/vpbe_display.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT ||
type              722 drivers/media/platform/davinci/vpbe_display.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              749 drivers/media/platform/davinci/vpbe_display.c 				      int type, struct v4l2_fract *f)
type              756 drivers/media/platform/davinci/vpbe_display.c 	if (type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              774 drivers/media/platform/davinci/vpbe_display.c 	if (V4L2_BUF_TYPE_VIDEO_OUTPUT != fmt->type) {
type              825 drivers/media/platform/davinci/vpbe_display.c 	if (V4L2_BUF_TYPE_VIDEO_OUTPUT != fmt->type) {
type              903 drivers/media/platform/davinci/vpbe_display.c 	if (V4L2_BUF_TYPE_VIDEO_OUTPUT != fmt->type) {
type             1428 drivers/media/platform/davinci/vpbe_display.c 		q->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type              194 drivers/media/platform/davinci/vpbe_venc.c 		       enum vpbe_enc_timings_type type,
type              200 drivers/media/platform/davinci/vpbe_venc.c 	if (venc_type == VPBE_VERSION_2 && (type == VPBE_ENC_STD || (type ==
type              207 drivers/media/platform/davinci/vpbe_venc.c 	if (venc_type == VPBE_VERSION_3 && type == VPBE_ENC_STD)
type             1266 drivers/media/platform/davinci/vpfe_capture.c 	if (V4L2_BUF_TYPE_VIDEO_CAPTURE != req_buf->type) {
type             1286 drivers/media/platform/davinci/vpfe_capture.c 				req_buf->type,
type             1307 drivers/media/platform/davinci/vpfe_capture.c 	if (V4L2_BUF_TYPE_VIDEO_CAPTURE != buf->type) {
type             1328 drivers/media/platform/davinci/vpfe_capture.c 	if (V4L2_BUF_TYPE_VIDEO_CAPTURE != p->type) {
type             1351 drivers/media/platform/davinci/vpfe_capture.c 	if (V4L2_BUF_TYPE_VIDEO_CAPTURE != buf->type) {
type             1517 drivers/media/platform/davinci/vpfe_capture.c 			      int type, struct v4l2_fract *f)
type             1523 drivers/media/platform/davinci/vpfe_capture.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1540 drivers/media/platform/davinci/vpfe_capture.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1567 drivers/media/platform/davinci/vpfe_capture.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE ||
type             1780 drivers/media/platform/davinci/vpfe_capture.c 	vpfe_dev->fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              545 drivers/media/platform/davinci/vpif_capture.c 	common->fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1005 drivers/media/platform/davinci/vpif_capture.c 	if (common->fmt.type != fmt->type)
type             1183 drivers/media/platform/davinci/vpif_capture.c 	if (timings->type != V4L2_DV_BT_656_1120) {
type             1432 drivers/media/platform/davinci/vpif_capture.c 		common->fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1437 drivers/media/platform/davinci/vpif_capture.c 		q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1561 drivers/media/platform/davinci/vpif_capture.c 		chan->inputs[i].input.type = V4L2_INPUT_TYPE_CAMERA;
type               85 drivers/media/platform/davinci/vpif_display.c 	if (vb->vb2_queue->type != V4L2_BUF_TYPE_SLICED_VBI_OUTPUT) {
type              614 drivers/media/platform/davinci/vpif_display.c 	if (common->fmt.type != fmt->type)
type              932 drivers/media/platform/davinci/vpif_display.c 	if (timings->type != V4L2_DV_BT_656_1120) {
type             1168 drivers/media/platform/davinci/vpif_display.c 		ch->common[VPIF_VIDEO_INDEX].fmt.type =
type             1183 drivers/media/platform/davinci/vpif_display.c 		q->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type              425 drivers/media/platform/exynos-gsc/gsc-core.c 	if (V4L2_TYPE_IS_OUTPUT(f->type)) {
type              450 drivers/media/platform/exynos-gsc/gsc-core.c 	if (V4L2_TYPE_IS_OUTPUT(f->type))
type              485 drivers/media/platform/exynos-gsc/gsc-core.c 	frame = ctx_get_frame(ctx, f->type);
type              532 drivers/media/platform/exynos-gsc/gsc-core.c 	if (s->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              534 drivers/media/platform/exynos-gsc/gsc-core.c 	else if (s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              544 drivers/media/platform/exynos-gsc/gsc-core.c 	if (V4L2_TYPE_IS_OUTPUT(s->type)) {
type              580 drivers/media/platform/exynos-gsc/gsc-core.c 	if (!V4L2_TYPE_IS_OUTPUT(s->type) &&
type              473 drivers/media/platform/exynos-gsc/gsc-core.h 					      enum v4l2_buf_type type)
type              477 drivers/media/platform/exynos-gsc/gsc-core.h 	if (V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE == type) {
type              479 drivers/media/platform/exynos-gsc/gsc-core.h 	} else if (V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE == type) {
type              482 drivers/media/platform/exynos-gsc/gsc-core.h 		pr_err("Wrong buffer/video queue type (%d)", type);
type              235 drivers/media/platform/exynos-gsc/gsc-m2m.c 	frame = ctx_get_frame(ctx, vq->type);
type              254 drivers/media/platform/exynos-gsc/gsc-m2m.c 	frame = ctx_get_frame(ctx, vb->vb2_queue->type);
type              258 drivers/media/platform/exynos-gsc/gsc-m2m.c 	if (!V4L2_TYPE_IS_OUTPUT(vb->vb2_queue->type)) {
type              335 drivers/media/platform/exynos-gsc/gsc-m2m.c 	vq = v4l2_m2m_get_vq(ctx->m2m_ctx, f->type);
type              338 drivers/media/platform/exynos-gsc/gsc-m2m.c 		pr_err("queue (%d) busy", f->type);
type              342 drivers/media/platform/exynos-gsc/gsc-m2m.c 	if (V4L2_TYPE_IS_OUTPUT(f->type))
type              358 drivers/media/platform/exynos-gsc/gsc-m2m.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              375 drivers/media/platform/exynos-gsc/gsc-m2m.c 	max_cnt = (reqbufs->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) ?
type              412 drivers/media/platform/exynos-gsc/gsc-m2m.c 			   enum v4l2_buf_type type)
type              417 drivers/media/platform/exynos-gsc/gsc-m2m.c 	if (V4L2_TYPE_IS_OUTPUT(type)) {
type              424 drivers/media/platform/exynos-gsc/gsc-m2m.c 	return v4l2_m2m_streamon(file, ctx->m2m_ctx, type);
type              428 drivers/media/platform/exynos-gsc/gsc-m2m.c 			    enum v4l2_buf_type type)
type              431 drivers/media/platform/exynos-gsc/gsc-m2m.c 	return v4l2_m2m_streamoff(file, ctx->m2m_ctx, type);
type              455 drivers/media/platform/exynos-gsc/gsc-m2m.c 	if ((s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE) &&
type              456 drivers/media/platform/exynos-gsc/gsc-m2m.c 	    (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT))
type              459 drivers/media/platform/exynos-gsc/gsc-m2m.c 	frame = ctx_get_frame(ctx, s->type);
type              495 drivers/media/platform/exynos-gsc/gsc-m2m.c 	if ((s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE) &&
type              496 drivers/media/platform/exynos-gsc/gsc-m2m.c 	    (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT))
type              532 drivers/media/platform/exynos-gsc/gsc-m2m.c 		if (s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              585 drivers/media/platform/exynos-gsc/gsc-m2m.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type              600 drivers/media/platform/exynos-gsc/gsc-m2m.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type             1077 drivers/media/platform/exynos4-is/fimc-capture.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type             1185 drivers/media/platform/exynos4-is/fimc-capture.c 			     enum v4l2_buf_type type)
type             1224 drivers/media/platform/exynos4-is/fimc-capture.c 	ret = vb2_ioctl_streamon(file, priv, type);
type             1236 drivers/media/platform/exynos4-is/fimc-capture.c 			    enum v4l2_buf_type type)
type             1242 drivers/media/platform/exynos4-is/fimc-capture.c 	ret = vb2_ioctl_streamoff(file, priv, type);
type             1272 drivers/media/platform/exynos4-is/fimc-capture.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1324 drivers/media/platform/exynos4-is/fimc-capture.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1716 drivers/media/platform/exynos4-is/fimc-capture.c 		.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE,
type             1773 drivers/media/platform/exynos4-is/fimc-capture.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type              465 drivers/media/platform/exynos4-is/fimc-core.c 		effect->type = FIMC_REG_CIIMGEFF_FIN_BYPASS;
type              468 drivers/media/platform/exynos4-is/fimc-core.c 		effect->type = FIMC_REG_CIIMGEFF_FIN_ARBITRARY;
type              473 drivers/media/platform/exynos4-is/fimc-core.c 		effect->type = FIMC_REG_CIIMGEFF_FIN_ARBITRARY;
type              478 drivers/media/platform/exynos4-is/fimc-core.c 		effect->type = FIMC_REG_CIIMGEFF_FIN_NEGATIVE;
type              481 drivers/media/platform/exynos4-is/fimc-core.c 		effect->type = FIMC_REG_CIIMGEFF_FIN_EMBOSSING;
type              484 drivers/media/platform/exynos4-is/fimc-core.c 		effect->type = FIMC_REG_CIIMGEFF_FIN_ARTFREEZE;
type              487 drivers/media/platform/exynos4-is/fimc-core.c 		effect->type = FIMC_REG_CIIMGEFF_FIN_SILHOUETTE;
type              490 drivers/media/platform/exynos4-is/fimc-core.c 		effect->type = FIMC_REG_CIIMGEFF_FIN_ARBITRARY;
type              605 drivers/media/platform/exynos4-is/fimc-core.c 	ctx->effect.type = FIMC_REG_CIIMGEFF_FIN_BYPASS;
type              648 drivers/media/platform/exynos4-is/fimc-core.c 		ctx->effect.type = FIMC_REG_CIIMGEFF_FIN_BYPASS;
type              164 drivers/media/platform/exynos4-is/fimc-core.h 	u32	type;
type              592 drivers/media/platform/exynos4-is/fimc-core.h 					       enum v4l2_buf_type type)
type              596 drivers/media/platform/exynos4-is/fimc-core.h 	if (type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE ||
type              597 drivers/media/platform/exynos4-is/fimc-core.h 	    type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type              602 drivers/media/platform/exynos4-is/fimc-core.h 	} else if (type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE ||
type              603 drivers/media/platform/exynos4-is/fimc-core.h 		   type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              607 drivers/media/platform/exynos4-is/fimc-core.h 			"Wrong buffer/video queue type (%d)\n", type);
type              486 drivers/media/platform/exynos4-is/fimc-isp-video.c 				      enum v4l2_buf_type type)
type              501 drivers/media/platform/exynos4-is/fimc-isp-video.c 	ret = vb2_ioctl_streamon(file, priv, type);
type              513 drivers/media/platform/exynos4-is/fimc-isp-video.c 					enum v4l2_buf_type type)
type              519 drivers/media/platform/exynos4-is/fimc-isp-video.c 	ret = vb2_ioctl_streamoff(file, priv, type);
type              566 drivers/media/platform/exynos4-is/fimc-isp-video.c 				   enum v4l2_buf_type type)
type              573 drivers/media/platform/exynos4-is/fimc-isp-video.c 	if (type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              589 drivers/media/platform/exynos4-is/fimc-isp-video.c 	q->type = type;
type              635 drivers/media/platform/exynos4-is/fimc-isp-video.c 				      enum v4l2_buf_type type)
type              639 drivers/media/platform/exynos4-is/fimc-isp-video.c 	if (type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type               17 drivers/media/platform/exynos4-is/fimc-isp-video.h 				enum v4l2_buf_type type);
type               20 drivers/media/platform/exynos4-is/fimc-isp-video.h 				enum v4l2_buf_type type);
type               30 drivers/media/platform/exynos4-is/fimc-isp-video.h 						enum v4l2_buf_type type)
type               36 drivers/media/platform/exynos4-is/fimc-isp-video.h 				enum v4l2_buf_type type)
type              126 drivers/media/platform/exynos4-is/fimc-isp.h 	enum v4l2_buf_type	type;
type              812 drivers/media/platform/exynos4-is/fimc-lite.c 			      enum v4l2_buf_type type)
type              831 drivers/media/platform/exynos4-is/fimc-lite.c 	ret = vb2_ioctl_streamon(file, priv, type);
type              843 drivers/media/platform/exynos4-is/fimc-lite.c 			       enum v4l2_buf_type type)
type              848 drivers/media/platform/exynos4-is/fimc-lite.c 	ret = vb2_ioctl_streamoff(file, priv, type);
type              890 drivers/media/platform/exynos4-is/fimc-lite.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              918 drivers/media/platform/exynos4-is/fimc-lite.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE ||
type             1278 drivers/media/platform/exynos4-is/fimc-lite.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type             1372 drivers/media/platform/exynos4-is/fimc-lite.c 	.type	= V4L2_CTRL_TYPE_BOOLEAN,
type              179 drivers/media/platform/exynos4-is/fimc-m2m.c 	f = ctx_get_frame(ctx, vq->type);
type              201 drivers/media/platform/exynos4-is/fimc-m2m.c 	frame = ctx_get_frame(ctx, vb->vb2_queue->type);
type              245 drivers/media/platform/exynos4-is/fimc-m2m.c 	fmt = fimc_find_format(NULL, NULL, get_m2m_fmt_flags(f->type),
type              258 drivers/media/platform/exynos4-is/fimc-m2m.c 	struct fimc_frame *frame = ctx_get_frame(ctx, f->type);
type              275 drivers/media/platform/exynos4-is/fimc-m2m.c 	if (!IS_M2M(f->type))
type              279 drivers/media/platform/exynos4-is/fimc-m2m.c 			       get_m2m_fmt_flags(f->type), 0);
type              288 drivers/media/platform/exynos4-is/fimc-m2m.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              355 drivers/media/platform/exynos4-is/fimc-m2m.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              358 drivers/media/platform/exynos4-is/fimc-m2m.c 		v4l2_err(&fimc->m2m.vfd, "queue (%d) busy\n", f->type);
type              362 drivers/media/platform/exynos4-is/fimc-m2m.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              368 drivers/media/platform/exynos4-is/fimc-m2m.c 			       get_m2m_fmt_flags(f->type), 0);
type              386 drivers/media/platform/exynos4-is/fimc-m2m.c 	frame = ctx_get_frame(ctx, s->type);
type              394 drivers/media/platform/exynos4-is/fimc-m2m.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              400 drivers/media/platform/exynos4-is/fimc-m2m.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              443 drivers/media/platform/exynos4-is/fimc-m2m.c 	if (s->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              447 drivers/media/platform/exynos4-is/fimc-m2m.c 	} else if (s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type              500 drivers/media/platform/exynos4-is/fimc-m2m.c 	f = (s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) ?
type              504 drivers/media/platform/exynos4-is/fimc-m2m.c 	if (s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type              556 drivers/media/platform/exynos4-is/fimc-m2m.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type              570 drivers/media/platform/exynos4-is/fimc-m2m.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type              377 drivers/media/platform/exynos4-is/fimc-reg.c 	if (effect->type != FIMC_REG_CIIMGEFF_FIN_BYPASS) {
type              380 drivers/media/platform/exynos4-is/fimc-reg.c 		cfg |= effect->type;
type              381 drivers/media/platform/exynos4-is/fimc-reg.c 		if (effect->type == FIMC_REG_CIIMGEFF_FIN_ARBITRARY)
type              172 drivers/media/platform/fsl-viu.c 	enum v4l2_buf_type	type;
type              646 drivers/media/platform/fsl-viu.c 	fh->type          = f->type;
type              868 drivers/media/platform/fsl-viu.c 	if (fh->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              870 drivers/media/platform/fsl-viu.c 	if (fh->type != i)
type              885 drivers/media/platform/fsl-viu.c 	if (fh->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              887 drivers/media/platform/fsl-viu.c 	if (fh->type != i)
type              932 drivers/media/platform/fsl-viu.c 	inp->type = V4L2_INPUT_TYPE_CAMERA;
type             1195 drivers/media/platform/fsl-viu.c 	fh->type     = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1222 drivers/media/platform/fsl-viu.c 				       fh->type, V4L2_FIELD_INTERLACED,
type             1241 drivers/media/platform/fsl-viu.c 	if (fh->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type             1261 drivers/media/platform/fsl-viu.c 	if (V4L2_BUF_TYPE_VIDEO_CAPTURE != fh->type)
type              228 drivers/media/platform/imx-pxp.c 					 enum v4l2_buf_type type)
type              230 drivers/media/platform/imx-pxp.c 	if (type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1035 drivers/media/platform/imx-pxp.c static int pxp_enum_fmt(struct v4l2_fmtdesc *f, u32 type)
type             1043 drivers/media/platform/imx-pxp.c 		if (formats[i].types & type) {
type             1083 drivers/media/platform/imx-pxp.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type             1087 drivers/media/platform/imx-pxp.c 	q_data = get_q_data(ctx, f->type);
type             1228 drivers/media/platform/imx-pxp.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type             1232 drivers/media/platform/imx-pxp.c 	q_data = get_q_data(ctx, f->type);
type             1249 drivers/media/platform/imx-pxp.c 		f->type, q_data->width, q_data->height, q_data->fmt->fourcc);
type             1375 drivers/media/platform/imx-pxp.c 	q_data = get_q_data(ctx, vq->type);
type             1399 drivers/media/platform/imx-pxp.c 	dprintk(ctx->dev, "type: %d\n", vb->vb2_queue->type);
type             1401 drivers/media/platform/imx-pxp.c 	q_data = get_q_data(ctx, vb->vb2_queue->type);
type             1402 drivers/media/platform/imx-pxp.c 	if (V4L2_TYPE_IS_OUTPUT(vb->vb2_queue->type)) {
type             1434 drivers/media/platform/imx-pxp.c 	struct pxp_q_data *q_data = get_q_data(ctx, q->type);
type             1447 drivers/media/platform/imx-pxp.c 		if (V4L2_TYPE_IS_OUTPUT(q->type))
type             1475 drivers/media/platform/imx-pxp.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type             1489 drivers/media/platform/imx-pxp.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type               90 drivers/media/platform/m2m-deinterlace.c static struct deinterlace_q_data *get_q_data(enum v4l2_buf_type type)
type               92 drivers/media/platform/m2m-deinterlace.c 	switch (type) {
type              110 drivers/media/platform/m2m-deinterlace.c 		if ((fmt->types & f->type) &&
type              440 drivers/media/platform/m2m-deinterlace.c static int enum_fmt(struct v4l2_fmtdesc *f, u32 type)
type              448 drivers/media/platform/m2m-deinterlace.c 		if (formats[i].types & type) {
type              486 drivers/media/platform/m2m-deinterlace.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              490 drivers/media/platform/m2m-deinterlace.c 	q_data = get_q_data(f->type);
type              583 drivers/media/platform/m2m-deinterlace.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              587 drivers/media/platform/m2m-deinterlace.c 	q_data = get_q_data(f->type);
type              600 drivers/media/platform/m2m-deinterlace.c 			f->type, f->fmt.pix.width, f->fmt.pix.height,
type              622 drivers/media/platform/m2m-deinterlace.c 		f->type, q_data->width, q_data->height, q_data->fmt->fourcc,
type              657 drivers/media/platform/m2m-deinterlace.c 			   enum v4l2_buf_type type)
type              696 drivers/media/platform/m2m-deinterlace.c 	return v4l2_m2m_streamon(file, ctx->fh.m2m_ctx, type);
type              739 drivers/media/platform/m2m-deinterlace.c 	q_data = get_q_data(vq->type);
type              764 drivers/media/platform/m2m-deinterlace.c 	dprintk(ctx->dev, "type: %d\n", vb->vb2_queue->type);
type              766 drivers/media/platform/m2m-deinterlace.c 	q_data = get_q_data(vb->vb2_queue->type);
type              801 drivers/media/platform/m2m-deinterlace.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type              820 drivers/media/platform/m2m-deinterlace.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              476 drivers/media/platform/marvell-ccic/cafe-driver.c 	.type = "ov7670",
type             1299 drivers/media/platform/marvell-ccic/mcam-core.c 	vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1461 drivers/media/platform/marvell-ccic/mcam-core.c 	input->type = V4L2_INPUT_TYPE_CAMERA;
type             1525 drivers/media/platform/marvell-ccic/mcam-core.c 		sizes->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type             1530 drivers/media/platform/marvell-ccic/mcam-core.c 	sizes->type = V4L2_FRMSIZE_TYPE_CONTINUOUS;
type             1560 drivers/media/platform/marvell-ccic/mcam-core.c 	interval->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type              533 drivers/media/platform/meson/ao-cec-g12a.c 	unsigned int type;
type              554 drivers/media/platform/meson/ao-cec-g12a.c 		type = CECB_CTRL_TYPE_RETRY;
type              557 drivers/media/platform/meson/ao-cec-g12a.c 		type = CECB_CTRL_TYPE_NEXT;
type              561 drivers/media/platform/meson/ao-cec-g12a.c 		type = CECB_CTRL_TYPE_NEW;
type              577 drivers/media/platform/meson/ao-cec-g12a.c 				 FIELD_PREP(CECB_CTRL_TYPE, type));
type               98 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 			     struct v4l2_fmtdesc *f, u32 type)
type              103 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 		if (mtk_jpeg_formats[i].flags & type) {
type              133 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 						   enum v4l2_buf_type type)
type              135 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	if (V4L2_TYPE_IS_OUTPUT(type))
type              186 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	q_data = mtk_jpeg_get_q_data(ctx, f->type);
type              273 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              277 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	q_data = mtk_jpeg_get_q_data(ctx, f->type);
type              291 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 		 f->type,
type              326 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 		 f->type,
type              347 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 		 f->type,
type              366 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              370 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	q_data = mtk_jpeg_get_q_data(ctx, f->type);
type              377 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	f_type = V4L2_TYPE_IS_OUTPUT(f->type) ?
type              389 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 		 f->type,
type              435 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 		.type = V4L2_EVENT_SOURCE_CHANGE,
type              446 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	switch (sub->type) {
type              459 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              488 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              512 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	if (buf->type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              515 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	vq = v4l2_m2m_get_vq(fh->m2m_ctx, buf->type);
type              568 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 		 q->type, *num_buffers);
type              570 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	q_data = mtk_jpeg_get_q_data(ctx, q->type);
type              590 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	q_data = mtk_jpeg_get_q_data(ctx, vb->vb2_queue->type);
type              663 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 		 vb->vb2_queue->type, vb->index, vb);
type              665 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	if (vb->vb2_queue->type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              698 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 				 enum v4l2_buf_type type)
type              700 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	if (V4L2_TYPE_IS_OUTPUT(type))
type              718 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	while ((vb = mtk_jpeg_buf_remove(ctx, q->type)))
type              734 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	    !V4L2_TYPE_IS_OUTPUT(q->type)) {
type              741 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	} else if (V4L2_TYPE_IS_OUTPUT(q->type)) {
type              745 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	while ((vb = mtk_jpeg_buf_remove(ctx, q->type)))
type              867 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type              880 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type               25 drivers/media/platform/mtk-mdp/mtk_mdp_comp.c 	enum mtk_mdp_comp_type type;
type               47 drivers/media/platform/mtk-mdp/mtk_mdp_comp.c 		if (comp_type == mtk_mdp_matches[i].type &&
type               66 drivers/media/platform/mtk-mdp/mtk_mdp_comp.c 				err, comp->type, comp->id);
type               76 drivers/media/platform/mtk-mdp/mtk_mdp_comp.c 				err, comp->type, comp->id, i);
type              108 drivers/media/platform/mtk-mdp/mtk_mdp_comp.c 	comp->type = mtk_mdp_matches[comp_id].type;
type              115 drivers/media/platform/mtk-mdp/mtk_mdp_comp.c 		if (comp->type != MTK_MDP_RDMA)
type              121 drivers/media/platform/mtk-mdp/mtk_mdp_comp.c 	if (comp->type != MTK_MDP_RDMA &&
type              122 drivers/media/platform/mtk-mdp/mtk_mdp_comp.c 	    comp->type != MTK_MDP_WDMA &&
type              123 drivers/media/platform/mtk-mdp/mtk_mdp_comp.c 	    comp->type != MTK_MDP_WROT)
type               51 drivers/media/platform/mtk-mdp/mtk_mdp_comp.h 	enum mtk_mdp_comp_type	type;
type              118 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c static const struct mtk_mdp_fmt *mtk_mdp_find_fmt(u32 pixelformat, u32 type)
type              122 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	flag = V4L2_TYPE_IS_OUTPUT(type) ? MTK_MDP_FMT_FLAG_OUTPUT :
type              134 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c static const struct mtk_mdp_fmt *mtk_mdp_find_fmt_by_index(u32 index, u32 type)
type              138 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	flag = V4L2_TYPE_IS_OUTPUT(type) ? MTK_MDP_FMT_FLAG_OUTPUT :
type              184 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	fmt = mtk_mdp_find_fmt(pix_mp->pixelformat, f->type);
type              186 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 		fmt = mtk_mdp_find_fmt_by_index(0, f->type);
type              196 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	if (!V4L2_TYPE_IS_OUTPUT(f->type)) {
type              216 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	if (V4L2_TYPE_IS_OUTPUT(f->type)) {
type              225 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 		    ctx->id, f->type, pix_mp->width, pix_mp->height,
type              260 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 					    enum v4l2_buf_type type)
type              262 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	if (V4L2_TYPE_IS_OUTPUT(type))
type              278 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c static int mtk_mdp_try_crop(struct mtk_mdp_ctx *ctx, u32 type,
type              293 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	mtk_mdp_dbg(2, "[%d] type:%d, set wxh:%dx%d", ctx->id, type,
type              296 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	frame = mtk_mdp_ctx_get_frame(ctx, type);
type              302 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	if (V4L2_TYPE_IS_OUTPUT(type)) {
type              330 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	if (!V4L2_TYPE_IS_OUTPUT(type) &&
type              414 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 				    enum v4l2_buf_type type)
type              416 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	if (V4L2_TYPE_IS_OUTPUT(type))
type              427 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	vb = mtk_mdp_m2m_buf_remove(ctx, q->type);
type              430 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 		vb = mtk_mdp_m2m_buf_remove(ctx, q->type);
type              559 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	frame = mtk_mdp_ctx_get_frame(ctx, vq->type);
type              564 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 		    ctx->id, vq->type, *num_planes, *num_buffers,
type              575 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	frame = mtk_mdp_ctx_get_frame(ctx, vb->vb2_queue->type);
type              577 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	if (!V4L2_TYPE_IS_OUTPUT(vb->vb2_queue->type)) {
type              615 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c static int mtk_mdp_enum_fmt(struct v4l2_fmtdesc *f, u32 type)
type              619 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	fmt = mtk_mdp_find_fmt_by_index(f->index, type);
type              648 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	mtk_mdp_dbg(2, "[%d] type:%d", ctx->id, f->type);
type              650 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	frame = mtk_mdp_ctx_get_frame(ctx, f->type);
type              699 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	mtk_mdp_dbg(2, "[%d] type:%d", ctx->id, f->type);
type              701 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	frame = mtk_mdp_ctx_get_frame(ctx, f->type);
type              704 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 		mtk_mdp_err("[%d] try_fmt failed, type:%d", ctx->id, f->type);
type              709 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	vq = v4l2_m2m_get_vq(ctx->m2m_ctx, f->type);
type              711 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 		dev_info(&ctx->mdp_dev->pdev->dev, "queue %d busy", f->type);
type              722 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	if (V4L2_TYPE_IS_OUTPUT(f->type)) {
type              729 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	if (V4L2_TYPE_IS_OUTPUT(f->type))
type              734 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	mtk_mdp_dbg(2, "[%d] type:%d, frame:%dx%d", ctx->id, f->type,
type              746 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 		if (reqbufs->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              756 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 				enum v4l2_buf_type type)
type              762 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	if (V4L2_TYPE_IS_OUTPUT(type)) {
type              780 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	return v4l2_m2m_streamon(file, ctx->m2m_ctx, type);
type              808 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	if (s->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              811 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	} else if (s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type              816 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 		mtk_mdp_dbg(1, "[%d] invalid type:%d,%u", ctx->id, s->type,
type              821 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	frame = mtk_mdp_ctx_get_frame(ctx, s->type);
type              878 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	if (s->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              881 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	} else if (s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type              886 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 		mtk_mdp_dbg(1, "[%d] invalid type:%d,%u", ctx->id, s->type,
type              892 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	ret = mtk_mdp_try_crop(ctx, s->type, &new_r);
type              903 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 		if (V4L2_TYPE_IS_OUTPUT(s->type)) {
type              959 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type              974 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type               30 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 		.type = MTK_FMT_DEC,
type               36 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 		.type = MTK_FMT_DEC,
type               42 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 		.type = MTK_FMT_DEC,
type               48 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 		.type = MTK_FMT_FRAME,
type               89 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 					      enum v4l2_buf_type type)
type               91 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	if (V4L2_TYPE_IS_OUTPUT(type))
type              253 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 		.type = V4L2_EVENT_SOURCE_CHANGE,
type              642 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	switch (sub->type) {
type              660 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              663 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	} else if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              763 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              811 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              839 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	q_data = mtk_vdec_get_q_data(ctx, f->type);
type              844 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	if ((f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) &&
type              850 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	if ((f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) &&
type              858 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 		if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              862 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 		} else if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              871 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              908 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 		fsize->type = V4L2_FRMSIZE_TYPE_STEPWISE;
type              938 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 		if (output_queue && (mtk_video_formats[i].type != MTK_FMT_DEC))
type              941 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 			(mtk_video_formats[i].type != MTK_FMT_FRAME))
type              979 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	vq = v4l2_m2m_get_vq(ctx->m2m_ctx, f->type);
type              981 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 		mtk_v4l2_err("no vb2 queue for type=%d", f->type);
type              985 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	q_data = mtk_vdec_get_q_data(ctx, f->type);
type              993 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	if ((f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) &&
type             1029 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	} else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             1053 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 				ctx->id, f->type, ctx->state);
type             1069 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	q_data = mtk_vdec_get_q_data(ctx, vq->type);
type             1072 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 		mtk_v4l2_err("vq->type=%d err\n", vq->type);
type             1082 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 		if (vq->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type             1093 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 			ctx->id, vq->type, *nplanes, *nbuffers,
type             1106 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 			ctx->id, vb->vb2_queue->type, vb->index);
type             1108 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	q_data = mtk_vdec_get_q_data(ctx, vb->vb2_queue->type);
type             1134 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 			ctx->id, vb->vb2_queue->type,
type             1139 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	if (vb->vb2_queue->type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             1251 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	if (vb->vb2_queue->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type             1271 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	if (vb->vb2_queue->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type             1297 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 			ctx->id, q->type, ctx->state, ctx->decoded_frame_cnt);
type             1299 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             1486 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	src_vq->type		= V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type             1501 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c 	dst_vq->type		= V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type              124 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c 	ctx->type = MTK_INST_DECODER;
type              100 drivers/media/platform/mtk-vcodec/mtk_vcodec_drv.h 	enum mtk_fmt_type	type;
type              263 drivers/media/platform/mtk-vcodec/mtk_vcodec_drv.h 	enum mtk_instance_type type;
type               35 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 		.type = MTK_FMT_FRAME,
type               40 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 		.type = MTK_FMT_FRAME,
type               45 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 		.type = MTK_FMT_FRAME,
type               50 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 		.type = MTK_FMT_FRAME,
type               55 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 		.type = MTK_FMT_ENC,
type               60 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 		.type = MTK_FMT_ENC,
type              165 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 		if (output_queue && mtk_video_formats[i].type != MTK_FMT_FRAME)
type              167 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 		if (!output_queue && mtk_video_formats[i].type != MTK_FMT_ENC)
type              194 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 		fsize->type = V4L2_FRMSIZE_TYPE_STEPWISE;
type              229 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	if (a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              248 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	if (a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              261 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 					      enum v4l2_buf_type type)
type              263 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	if (V4L2_TYPE_IS_OUTPUT(type))
type              294 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              297 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	} else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              425 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	vq = v4l2_m2m_get_vq(ctx->m2m_ctx, f->type);
type              436 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	q_data = mtk_venc_get_q_data(ctx, f->type);
type              488 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	vq = v4l2_m2m_get_vq(ctx->m2m_ctx, f->type);
type              499 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	q_data = mtk_venc_get_q_data(ctx, f->type);
type              554 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	vq = v4l2_m2m_get_vq(ctx->m2m_ctx, f->type);
type              558 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	q_data = mtk_venc_get_q_data(ctx, f->type);
type              626 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              629 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	q_data = mtk_venc_get_q_data(ctx, s->type);
type              660 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              663 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	q_data = mtk_venc_get_q_data(ctx, s->type);
type              756 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	q_data = mtk_venc_get_q_data(ctx, vq->type);
type              780 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	q_data = mtk_venc_get_q_data(ctx, vb->vb2_queue->type);
type              803 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	if ((vb->vb2_queue->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) &&
type              833 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	if (V4L2_TYPE_IS_OUTPUT(q->type)) {
type              876 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 					ctx->id, i, q->type,
type              892 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	mtk_v4l2_debug(2, "[%d]-> type=%d", ctx->id, q->type);
type              894 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              904 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	if ((q->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE &&
type              906 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	    (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE &&
type              909 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 			       ctx->id, q->type,
type             1283 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	src_vq->type		= V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type             1297 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	dst_vq->type		= V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type              143 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_drv.c 	ctx->type = MTK_INST_ENCODER;
type               31 drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.c 				ctx->id, ctx->type, command, timeout_ms,
type               35 drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.c 				ctx->id, ctx->type, command, ctx->int_cond,
type              466 drivers/media/platform/mtk-vcodec/vdec/vdec_h264_if.c static int vdec_h264_get_param(void *h_vdec, enum vdec_get_param_type type,
type              471 drivers/media/platform/mtk-vcodec/vdec/vdec_h264_if.c 	switch (type) {
type              493 drivers/media/platform/mtk-vcodec/vdec/vdec_h264_if.c 		mtk_vcodec_err(inst, "invalid get parameter type=%d", type);
type              568 drivers/media/platform/mtk-vcodec/vdec/vdec_vp8_if.c static int vdec_vp8_get_param(void *h_vdec, enum vdec_get_param_type type,
type              573 drivers/media/platform/mtk-vcodec/vdec/vdec_vp8_if.c 	switch (type) {
type              595 drivers/media/platform/mtk-vcodec/vdec/vdec_vp8_if.c 		mtk_vcodec_err(inst, "invalid get parameter type=%d", type);
type              972 drivers/media/platform/mtk-vcodec/vdec/vdec_vp9_if.c static int vdec_vp9_get_param(void *h_vdec, enum vdec_get_param_type type,
type              978 drivers/media/platform/mtk-vcodec/vdec/vdec_vp9_if.c 	switch (type) {
type              995 drivers/media/platform/mtk-vcodec/vdec/vdec_vp9_if.c 		mtk_vcodec_err(inst, "not supported param type %d", type);
type               38 drivers/media/platform/mtk-vcodec/vdec_drv_base.h 	int (*get_param)(void *h_vdec, enum vdec_get_param_type type,
type               83 drivers/media/platform/mtk-vcodec/vdec_drv_if.c int vdec_if_get_param(struct mtk_vcodec_ctx *ctx, enum vdec_get_param_type type,
type               92 drivers/media/platform/mtk-vcodec/vdec_drv_if.c 	ret = ctx->dec_if->get_param(ctx->drv_handle, type, out);
type               96 drivers/media/platform/mtk-vcodec/vdec_drv_if.h int vdec_if_get_param(struct mtk_vcodec_ctx *ctx, enum vdec_get_param_type type,
type              588 drivers/media/platform/mtk-vcodec/venc/venc_h264_if.c 			      enum venc_set_param_type type,
type              594 drivers/media/platform/mtk-vcodec/venc/venc_h264_if.c 	mtk_vcodec_debug(inst, "->type=%d", type);
type              596 drivers/media/platform/mtk-vcodec/venc/venc_h264_if.c 	switch (type) {
type              612 drivers/media/platform/mtk-vcodec/venc/venc_h264_if.c 		ret = vpu_enc_set_param(&inst->vpu_inst, type, enc_prm);
type              631 drivers/media/platform/mtk-vcodec/venc/venc_h264_if.c 		ret = vpu_enc_set_param(&inst->vpu_inst, type, enc_prm);
type              395 drivers/media/platform/mtk-vcodec/venc/venc_vp8_if.c 			     enum venc_set_param_type type,
type              401 drivers/media/platform/mtk-vcodec/venc/venc_vp8_if.c 	mtk_vcodec_debug(inst, "->type=%d", type);
type              403 drivers/media/platform/mtk-vcodec/venc/venc_vp8_if.c 	switch (type) {
type              414 drivers/media/platform/mtk-vcodec/venc/venc_vp8_if.c 		ret = vpu_enc_set_param(&inst->vpu_inst, type, enc_prm);
type              436 drivers/media/platform/mtk-vcodec/venc/venc_vp8_if.c 		ret = vpu_enc_set_param(&inst->vpu_inst, type, enc_prm);
type               43 drivers/media/platform/mtk-vcodec/venc_drv_base.h 	int (*set_param)(void *handle, enum venc_set_param_type type,
type               45 drivers/media/platform/mtk-vcodec/venc_drv_if.c 		enum venc_set_param_type type, struct venc_enc_param *in)
type               51 drivers/media/platform/mtk-vcodec/venc_drv_if.c 	ret = ctx->enc_if->set_param(ctx->drv_handle, type, in);
type              139 drivers/media/platform/mtk-vcodec/venc_drv_if.h 		      enum venc_set_param_type type,
type              218 drivers/media/platform/mx2_emmaprp.c 					 enum v4l2_buf_type type)
type              220 drivers/media/platform/mx2_emmaprp.c 	switch (type) {
type              386 drivers/media/platform/mx2_emmaprp.c static int enum_fmt(struct v4l2_fmtdesc *f, u32 type)
type              394 drivers/media/platform/mx2_emmaprp.c 		if (formats[i].types & type) {
type              432 drivers/media/platform/mx2_emmaprp.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              436 drivers/media/platform/mx2_emmaprp.c 	q_data = get_q_data(ctx, f->type);
type              537 drivers/media/platform/mx2_emmaprp.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              541 drivers/media/platform/mx2_emmaprp.c 	q_data = get_q_data(ctx, f->type);
type              564 drivers/media/platform/mx2_emmaprp.c 		f->type, q_data->width, q_data->height, q_data->fmt->fourcc);
type              628 drivers/media/platform/mx2_emmaprp.c 	q_data = get_q_data(ctx, vq->type);
type              652 drivers/media/platform/mx2_emmaprp.c 	dprintk(ctx->dev, "type: %d\n", vb->vb2_queue->type);
type              654 drivers/media/platform/mx2_emmaprp.c 	q_data = get_q_data(ctx, vb->vb2_queue->type);
type              690 drivers/media/platform/mx2_emmaprp.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type              704 drivers/media/platform/mx2_emmaprp.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              503 drivers/media/platform/omap/omap_vout.c 	switch (cur_display->type) {
type              794 drivers/media/platform/omap/omap_vout.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              824 drivers/media/platform/omap/omap_vout.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1242 drivers/media/platform/omap/omap_vout.c 	out->type = V4L2_OUTPUT_TYPE_ANALOGVGAOVERLAY;
type             1394 drivers/media/platform/omap/omap_vout.c 	vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type             1466 drivers/media/platform/omap3isp/ispccdc.c 	event.type = V4L2_EVENT_FRAME_SYNC;
type             1852 drivers/media/platform/omap3isp/ispccdc.c 	if (sub->type != V4L2_EVENT_FRAME_SYNC)
type             2659 drivers/media/platform/omap3isp/ispccdc.c 	ccdc->video_out.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1098 drivers/media/platform/omap3isp/ispccp2.c 	ccp2->video_in.type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type             1253 drivers/media/platform/omap3isp/ispcsi2.c 	csi2->video_out.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1560 drivers/media/platform/omap3isp/isppreview.c 	if (video->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1563 drivers/media/platform/omap3isp/isppreview.c 	if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             2298 drivers/media/platform/omap3isp/isppreview.c 	prev->video_in.type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type             2303 drivers/media/platform/omap3isp/isppreview.c 	prev->video_out.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              181 drivers/media/platform/omap3isp/ispresizer.c 				 enum resizer_chroma_algo type)
type              185 drivers/media/platform/omap3isp/ispresizer.c 	if (type == RSZ_BILINEAR)
type              449 drivers/media/platform/omap3isp/ispresizer.c 			       enum resizer_colors_type type)
type              453 drivers/media/platform/omap3isp/ispresizer.c 	if (type == RSZ_COLOR8)
type             1091 drivers/media/platform/omap3isp/ispresizer.c 	if (video->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1106 drivers/media/platform/omap3isp/ispresizer.c 	if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1740 drivers/media/platform/omap3isp/ispresizer.c 	res->video_in.type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type             1745 drivers/media/platform/omap3isp/ispresizer.c 	res->video_out.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              470 drivers/media/platform/omap3isp/ispstat.c 	event.type = stat->event_type;
type             1008 drivers/media/platform/omap3isp/ispstat.c 	if (sub->type != stat->event_type)
type              255 drivers/media/platform/omap3isp/ispvideo.c 		if (__video->type != video->type)
type              263 drivers/media/platform/omap3isp/ispvideo.c 	if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              299 drivers/media/platform/omap3isp/ispvideo.c 	format->type = video->type;
type              413 drivers/media/platform/omap3isp/ispvideo.c 		if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              552 drivers/media/platform/omap3isp/ispvideo.c 	if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE && pipe->error) {
type              568 drivers/media/platform/omap3isp/ispvideo.c 		if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              583 drivers/media/platform/omap3isp/ispvideo.c 	if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE && pipe->input != NULL) {
type              628 drivers/media/platform/omap3isp/ispvideo.c 	if (continuous && video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              671 drivers/media/platform/omap3isp/ispvideo.c 	if (format->type != video->type)
type              688 drivers/media/platform/omap3isp/ispvideo.c 	if (format->type != video->type)
type              698 drivers/media/platform/omap3isp/ispvideo.c 		if (video->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              748 drivers/media/platform/omap3isp/ispvideo.c 	if (format->type != video->type)
type              784 drivers/media/platform/omap3isp/ispvideo.c 		if (video->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              790 drivers/media/platform/omap3isp/ispvideo.c 		if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              840 drivers/media/platform/omap3isp/ispvideo.c 		if (video->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              844 drivers/media/platform/omap3isp/ispvideo.c 		if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              870 drivers/media/platform/omap3isp/ispvideo.c 	if (video->type != V4L2_BUF_TYPE_VIDEO_OUTPUT ||
type              871 drivers/media/platform/omap3isp/ispvideo.c 	    video->type != a->type)
type              875 drivers/media/platform/omap3isp/ispvideo.c 	a->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type              888 drivers/media/platform/omap3isp/ispvideo.c 	if (video->type != V4L2_BUF_TYPE_VIDEO_OUTPUT ||
type              889 drivers/media/platform/omap3isp/ispvideo.c 	    video->type != a->type)
type             1080 drivers/media/platform/omap3isp/ispvideo.c isp_video_streamon(struct file *file, void *fh, enum v4l2_buf_type type)
type             1089 drivers/media/platform/omap3isp/ispvideo.c 	if (type != video->type)
type             1126 drivers/media/platform/omap3isp/ispvideo.c 	if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1146 drivers/media/platform/omap3isp/ispvideo.c 	if (video->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1155 drivers/media/platform/omap3isp/ispvideo.c 	ret = vb2_streamon(&vfh->queue, type);
type             1187 drivers/media/platform/omap3isp/ispvideo.c isp_video_streamoff(struct file *file, void *fh, enum v4l2_buf_type type)
type             1196 drivers/media/platform/omap3isp/ispvideo.c 	if (type != video->type)
type             1210 drivers/media/platform/omap3isp/ispvideo.c 	if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1226 drivers/media/platform/omap3isp/ispvideo.c 	vb2_streamoff(&vfh->queue, type);
type             1248 drivers/media/platform/omap3isp/ispvideo.c 	input->type = V4L2_INPUT_TYPE_CAMERA;
type             1321 drivers/media/platform/omap3isp/ispvideo.c 	queue->type = video->type;
type             1337 drivers/media/platform/omap3isp/ispvideo.c 	handle->format.type = video->type;
type             1360 drivers/media/platform/omap3isp/ispvideo.c 	isp_video_streamoff(file, vfh, video->type);
type             1420 drivers/media/platform/omap3isp/ispvideo.c 	switch (video->type) {
type             1459 drivers/media/platform/omap3isp/ispvideo.c 	if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              150 drivers/media/platform/omap3isp/ispvideo.h 	enum v4l2_buf_type type;
type              617 drivers/media/platform/pxa_camera.c 	switch (cfg->type) {
type             1578 drivers/media/platform/pxa_camera.c 	vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1601 drivers/media/platform/pxa_camera.c 	struct v4l2_mbus_config cfg = {.type = V4L2_MBUS_PARALLEL,};
type             1672 drivers/media/platform/pxa_camera.c 	struct v4l2_mbus_config cfg = {.type = V4L2_MBUS_PARALLEL,};
type             2004 drivers/media/platform/pxa_camera.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type             2086 drivers/media/platform/qcom/camss/camss-vfe.c 		l->video_out.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type              310 drivers/media/platform/qcom/camss/camss-video.c 	format->type = video->type;
type              537 drivers/media/platform/qcom/camss/camss-video.c 	if (f->type != video->type)
type              687 drivers/media/platform/qcom/camss/camss-video.c 	input->type = V4L2_INPUT_TYPE_CAMERA;
type              820 drivers/media/platform/qcom/camss/camss-video.c 		.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE,
type              865 drivers/media/platform/qcom/camss/camss-video.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type               44 drivers/media/platform/qcom/camss/camss-video.h 	enum v4l2_buf_type type;
type              173 drivers/media/platform/qcom/venus/core.c static int venus_enumerate_codecs(struct venus_core *core, u32 type)
type              190 drivers/media/platform/qcom/venus/core.c 	inst->session_type = type;
type              191 drivers/media/platform/qcom/venus/core.c 	if (type == VIDC_SESSION_TYPE_DEC)
type               48 drivers/media/platform/qcom/venus/core.h 	u32 type;
type               23 drivers/media/platform/qcom/venus/helpers.c 	u32 type;
type               93 drivers/media/platform/qcom/venus/helpers.c 		fdata.buffer_type = buf->type;
type              160 drivers/media/platform/qcom/venus/helpers.c 		buf->type = buftype;
type              183 drivers/media/platform/qcom/venus/helpers.c static int intbufs_set_buffer(struct venus_inst *inst, u32 type)
type              193 drivers/media/platform/qcom/venus/helpers.c 	ret = venus_helper_get_bufreq(inst, type, &bufreq);
type              207 drivers/media/platform/qcom/venus/helpers.c 		buf->type = bufreq.type;
type              220 drivers/media/platform/qcom/venus/helpers.c 		bd.buffer_type = buf->type;
type              250 drivers/media/platform/qcom/venus/helpers.c 		bd.buffer_type = buf->type;
type              324 drivers/media/platform/qcom/venus/helpers.c 		if (buf->type == HFI_BUFFER_INTERNAL_PERSIST ||
type              325 drivers/media/platform/qcom/venus/helpers.c 		    buf->type == HFI_BUFFER_INTERNAL_PERSIST_1)
type              330 drivers/media/platform/qcom/venus/helpers.c 		bd.buffer_type = buf->type;
type              458 drivers/media/platform/qcom/venus/helpers.c 	if (vbuf->vb2_buf.type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              522 drivers/media/platform/qcom/venus/helpers.c 	unsigned int type = vb->type;
type              534 drivers/media/platform/qcom/venus/helpers.c 	if (type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              544 drivers/media/platform/qcom/venus/helpers.c 	} else if (type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              635 drivers/media/platform/qcom/venus/helpers.c int venus_helper_get_bufreq(struct venus_inst *inst, u32 type,
type              653 drivers/media/platform/qcom/venus/helpers.c 		if (hprop.bufreq[i].type != type)
type              829 drivers/media/platform/qcom/venus/helpers.c 	buf_count.type = HFI_BUFFER_INPUT;
type              836 drivers/media/platform/qcom/venus/helpers.c 	buf_count.type = HFI_BUFFER_OUTPUT;
type              844 drivers/media/platform/qcom/venus/helpers.c 		buf_count.type = HFI_BUFFER_OUTPUT2;
type              916 drivers/media/platform/qcom/venus/helpers.c 	mode.type = HFI_BUFFER_OUTPUT;
type              923 drivers/media/platform/qcom/venus/helpers.c 	mode.type = HFI_BUFFER_OUTPUT2;
type              934 drivers/media/platform/qcom/venus/helpers.c 	bufsz.type = buftype;
type             1019 drivers/media/platform/qcom/venus/helpers.c venus_helper_find_buf(struct venus_inst *inst, unsigned int type, u32 idx)
type             1023 drivers/media/platform/qcom/venus/helpers.c 	if (type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type             1044 drivers/media/platform/qcom/venus/helpers.c 	if (vb->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type             1057 drivers/media/platform/qcom/venus/helpers.c 	if (V4L2_TYPE_IS_OUTPUT(vb->vb2_queue->type)) {
type             1067 drivers/media/platform/qcom/venus/helpers.c 	if (vb->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE &&
type             1070 drivers/media/platform/qcom/venus/helpers.c 	if (vb->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE &&
type             1149 drivers/media/platform/qcom/venus/helpers.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type               16 drivers/media/platform/qcom/venus/helpers.h 					      unsigned int type, u32 idx);
type               26 drivers/media/platform/qcom/venus/helpers.h int venus_helper_get_bufreq(struct venus_inst *inst, u32 type,
type              133 drivers/media/platform/qcom/venus/hfi.c int hfi_core_trigger_ssr(struct venus_core *core, u32 type)
type              135 drivers/media/platform/qcom/venus/hfi.c 	return core->ops->core_trigger_ssr(core, type);
type              385 drivers/media/platform/qcom/venus/hfi.c int hfi_session_flush(struct venus_inst *inst, u32 type)
type              392 drivers/media/platform/qcom/venus/hfi.c 	ret = ops->session_flush(inst, type);
type              152 drivers/media/platform/qcom/venus/hfi.h int hfi_core_trigger_ssr(struct venus_core *core, u32 type);
type              164 drivers/media/platform/qcom/venus/hfi.h int hfi_session_flush(struct venus_inst *inst, u32 type);
type              360 drivers/media/platform/qcom/venus/hfi_cmds.c int pkt_session_flush(struct hfi_session_flush_pkt *pkt, void *cookie, u32 type)
type              362 drivers/media/platform/qcom/venus/hfi_cmds.c 	switch (type) {
type              375 drivers/media/platform/qcom/venus/hfi_cmds.c 	pkt->flush_type = type;
type              455 drivers/media/platform/qcom/venus/hfi_cmds.c 		count->type = in->type;
type              463 drivers/media/platform/qcom/venus/hfi_cmds.c 		sz->type = in->type;
type              472 drivers/media/platform/qcom/venus/hfi_cmds.c 		count->type = in->type;
type              869 drivers/media/platform/qcom/venus/hfi_cmds.c 		mode->type = in->type;
type             1188 drivers/media/platform/qcom/venus/hfi_cmds.c 		count->type = in->type;
type              983 drivers/media/platform/qcom/venus/hfi_helper.h 	u32 type;
type              996 drivers/media/platform/qcom/venus/hfi_helper.h 	u32 type;
type             1007 drivers/media/platform/qcom/venus/hfi_helper.h 	u32 type;
type             1012 drivers/media/platform/qcom/venus/hfi_helper.h 	u32 type;
type             1018 drivers/media/platform/qcom/venus/hfi_helper.h 	u32 type;
type             1023 drivers/media/platform/qcom/venus/hfi_helper.h 	u32 type;
type             1036 drivers/media/platform/qcom/venus/hfi_helper.h 	u32 type;
type             1061 drivers/media/platform/qcom/venus/hfi_helper.h 	u32 type;
type               56 drivers/media/platform/qcom/venus/hfi_parser.c 	const u32 *type = data;
type               58 drivers/media/platform/qcom/venus/hfi_parser.c 	if (*type == HFI_BUFFER_MODE_DYNAMIC)
type               67 drivers/media/platform/qcom/venus/hfi_parser.c 	u32 *type;
type               72 drivers/media/platform/qcom/venus/hfi_parser.c 	type = mode->data;
type               78 drivers/media/platform/qcom/venus/hfi_parser.c 				       codecs, domain, fill_buf_mode, type, 1);
type               80 drivers/media/platform/qcom/venus/hfi_parser.c 		type++;
type               15 drivers/media/platform/qcom/venus/hfi_parser.h static inline u32 get_cap(struct venus_inst *inst, u32 type, u32 which)
type               27 drivers/media/platform/qcom/venus/hfi_parser.h 		if (caps->caps[i].capability_type == type) {
type               50 drivers/media/platform/qcom/venus/hfi_parser.h static inline u32 cap_min(struct venus_inst *inst, u32 type)
type               52 drivers/media/platform/qcom/venus/hfi_parser.h 	return get_cap(inst, type, WHICH_CAP_MIN);
type               55 drivers/media/platform/qcom/venus/hfi_parser.h static inline u32 cap_max(struct venus_inst *inst, u32 type)
type               57 drivers/media/platform/qcom/venus/hfi_parser.h 	return get_cap(inst, type, WHICH_CAP_MAX);
type               60 drivers/media/platform/qcom/venus/hfi_parser.h static inline u32 cap_step(struct venus_inst *inst, u32 type)
type               62 drivers/media/platform/qcom/venus/hfi_parser.h 	return get_cap(inst, type, WHICH_CAP_STEP);
type               61 drivers/media/platform/qcom/venus/hfi_venus.c 	u32 type;
type              237 drivers/media/platform/qcom/venus/hfi_venus.c 	u32 rd_idx, wr_idx, type, qsize;
type              249 drivers/media/platform/qcom/venus/hfi_venus.c 	type = qhdr->type;
type              264 drivers/media/platform/qcom/venus/hfi_venus.c 	if (type & HFI_CTRL_TO_HOST_MSG_Q)
type              676 drivers/media/platform/qcom/venus/hfi_venus.c 	qhdr->type = IFACEQ_DFLT_QHDR;
type              734 drivers/media/platform/qcom/venus/hfi_venus.c 			queue->qhdr->type |= HFI_HOST_TO_CTRL_CMD_Q;
type              736 drivers/media/platform/qcom/venus/hfi_venus.c 			queue->qhdr->type |= HFI_CTRL_TO_HOST_MSG_Q;
type              738 drivers/media/platform/qcom/venus/hfi_venus.c 			queue->qhdr->type |= HFI_CTRL_TO_HOST_DBG_Q;
type               35 drivers/media/platform/qcom/venus/vdec.c 		.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE,
type               39 drivers/media/platform/qcom/venus/vdec.c 		.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE,
type               44 drivers/media/platform/qcom/venus/vdec.c 		.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE,
type               49 drivers/media/platform/qcom/venus/vdec.c 		.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE,
type               54 drivers/media/platform/qcom/venus/vdec.c 		.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE,
type               59 drivers/media/platform/qcom/venus/vdec.c 		.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE,
type               64 drivers/media/platform/qcom/venus/vdec.c 		.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE,
type               69 drivers/media/platform/qcom/venus/vdec.c 		.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE,
type               74 drivers/media/platform/qcom/venus/vdec.c 		.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE,
type               79 drivers/media/platform/qcom/venus/vdec.c 		.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE,
type               84 drivers/media/platform/qcom/venus/vdec.c 		.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE,
type               90 drivers/media/platform/qcom/venus/vdec.c find_format(struct venus_inst *inst, u32 pixfmt, u32 type)
type              101 drivers/media/platform/qcom/venus/vdec.c 	if (i == size || fmt[i].type != type)
type              104 drivers/media/platform/qcom/venus/vdec.c 	if (type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE &&
type              112 drivers/media/platform/qcom/venus/vdec.c find_format_by_index(struct venus_inst *inst, unsigned int index, u32 type)
type              124 drivers/media/platform/qcom/venus/vdec.c 		if (fmt[i].type != type)
type              126 drivers/media/platform/qcom/venus/vdec.c 		valid = type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE ||
type              151 drivers/media/platform/qcom/venus/vdec.c 	fmt = find_format(inst, pixmp->pixelformat, f->type);
type              153 drivers/media/platform/qcom/venus/vdec.c 		if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              155 drivers/media/platform/qcom/venus/vdec.c 		else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              159 drivers/media/platform/qcom/venus/vdec.c 		fmt = find_format(inst, pixmp->pixelformat, f->type);
type              167 drivers/media/platform/qcom/venus/vdec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              178 drivers/media/platform/qcom/venus/vdec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              240 drivers/media/platform/qcom/venus/vdec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              242 drivers/media/platform/qcom/venus/vdec.c 	else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              245 drivers/media/platform/qcom/venus/vdec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              253 drivers/media/platform/qcom/venus/vdec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              260 drivers/media/platform/qcom/venus/vdec.c 	} else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              283 drivers/media/platform/qcom/venus/vdec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              286 drivers/media/platform/qcom/venus/vdec.c 	} else if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              293 drivers/media/platform/qcom/venus/vdec.c 	format.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type              299 drivers/media/platform/qcom/venus/vdec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              311 drivers/media/platform/qcom/venus/vdec.c 	format.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type              320 drivers/media/platform/qcom/venus/vdec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              322 drivers/media/platform/qcom/venus/vdec.c 	else if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              333 drivers/media/platform/qcom/venus/vdec.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE &&
type              334 drivers/media/platform/qcom/venus/vdec.c 	    s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              341 drivers/media/platform/qcom/venus/vdec.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              348 drivers/media/platform/qcom/venus/vdec.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              355 drivers/media/platform/qcom/venus/vdec.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              387 drivers/media/platform/qcom/venus/vdec.c 	fmt = find_format_by_index(inst, f->index, f->type);
type              404 drivers/media/platform/qcom/venus/vdec.c 	if (a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE &&
type              405 drivers/media/platform/qcom/venus/vdec.c 	    a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              449 drivers/media/platform/qcom/venus/vdec.c 	fsize->type = V4L2_FRMSIZE_TYPE_STEPWISE;
type              467 drivers/media/platform/qcom/venus/vdec.c 	switch (sub->type) {
type              729 drivers/media/platform/qcom/venus/vdec.c 		if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE &&
type              733 drivers/media/platform/qcom/venus/vdec.c 		if (q->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE &&
type              737 drivers/media/platform/qcom/venus/vdec.c 		if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE &&
type              741 drivers/media/platform/qcom/venus/vdec.c 		if (q->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE &&
type              756 drivers/media/platform/qcom/venus/vdec.c 	switch (q->type) {
type              949 drivers/media/platform/qcom/venus/vdec.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type             1029 drivers/media/platform/qcom/venus/vdec.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type             1039 drivers/media/platform/qcom/venus/vdec.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type             1116 drivers/media/platform/qcom/venus/vdec.c 	unsigned int type;
type             1119 drivers/media/platform/qcom/venus/vdec.c 		type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type             1121 drivers/media/platform/qcom/venus/vdec.c 		type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type             1123 drivers/media/platform/qcom/venus/vdec.c 	vbuf = venus_helper_find_buf(inst, type, tag);
type             1131 drivers/media/platform/qcom/venus/vdec.c 	if (type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type             1138 drivers/media/platform/qcom/venus/vdec.c 			const struct v4l2_event ev = { .type = V4L2_EVENT_EOS };
type             1170 drivers/media/platform/qcom/venus/vdec.c 		.type = V4L2_EVENT_SOURCE_CHANGE,
type             1177 drivers/media/platform/qcom/venus/vdec.c 	format.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type             1281 drivers/media/platform/qcom/venus/vdec.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type             1295 drivers/media/platform/qcom/venus/vdec.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type               37 drivers/media/platform/qcom/venus/venc.c 		.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE,
type               41 drivers/media/platform/qcom/venus/venc.c 		.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE,
type               45 drivers/media/platform/qcom/venus/venc.c 		.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE,
type               49 drivers/media/platform/qcom/venus/venc.c 		.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE,
type               53 drivers/media/platform/qcom/venus/venc.c 		.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE,
type               57 drivers/media/platform/qcom/venus/venc.c 		.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE,
type               62 drivers/media/platform/qcom/venus/venc.c find_format(struct venus_inst *inst, u32 pixfmt, u32 type)
type               73 drivers/media/platform/qcom/venus/venc.c 	if (i == size || fmt[i].type != type)
type               76 drivers/media/platform/qcom/venus/venc.c 	if (type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE &&
type               84 drivers/media/platform/qcom/venus/venc.c find_format_by_index(struct venus_inst *inst, unsigned int index, u32 type)
type               96 drivers/media/platform/qcom/venus/venc.c 		if (fmt[i].type != type)
type               98 drivers/media/platform/qcom/venus/venc.c 		valid = type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE ||
type              279 drivers/media/platform/qcom/venus/venc.c 	fmt = find_format_by_index(inst, f->index, f->type);
type              302 drivers/media/platform/qcom/venus/venc.c 	fmt = find_format(inst, pixmp->pixelformat, f->type);
type              304 drivers/media/platform/qcom/venus/venc.c 		if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              306 drivers/media/platform/qcom/venus/venc.c 		else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              310 drivers/media/platform/qcom/venus/venc.c 		fmt = find_format(inst, pixmp->pixelformat, f->type);
type              318 drivers/media/platform/qcom/venus/venc.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              334 drivers/media/platform/qcom/venus/venc.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              366 drivers/media/platform/qcom/venus/venc.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              369 drivers/media/platform/qcom/venus/venc.c 	} else if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              376 drivers/media/platform/qcom/venus/venc.c 	format.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type              382 drivers/media/platform/qcom/venus/venc.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              393 drivers/media/platform/qcom/venus/venc.c 	format.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type              402 drivers/media/platform/qcom/venus/venc.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              404 drivers/media/platform/qcom/venus/venc.c 	else if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              418 drivers/media/platform/qcom/venus/venc.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              420 drivers/media/platform/qcom/venus/venc.c 	else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              427 drivers/media/platform/qcom/venus/venc.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              434 drivers/media/platform/qcom/venus/venc.c 	} else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              449 drivers/media/platform/qcom/venus/venc.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              477 drivers/media/platform/qcom/venus/venc.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              501 drivers/media/platform/qcom/venus/venc.c 	if (a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE &&
type              502 drivers/media/platform/qcom/venus/venc.c 	    a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              533 drivers/media/platform/qcom/venus/venc.c 	if (a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE &&
type              534 drivers/media/platform/qcom/venus/venc.c 	    a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              549 drivers/media/platform/qcom/venus/venc.c 	fsize->type = V4L2_FRMSIZE_TYPE_STEPWISE;
type              579 drivers/media/platform/qcom/venus/venc.c 	fival->type = V4L2_FRMIVAL_TYPE_STEPWISE;
type              882 drivers/media/platform/qcom/venus/venc.c 		if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE &&
type              886 drivers/media/platform/qcom/venus/venc.c 		if (q->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE &&
type              890 drivers/media/platform/qcom/venus/venc.c 		if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE &&
type              894 drivers/media/platform/qcom/venus/venc.c 		if (q->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE &&
type              901 drivers/media/platform/qcom/venus/venc.c 	switch (q->type) {
type              971 drivers/media/platform/qcom/venus/venc.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type             1015 drivers/media/platform/qcom/venus/venc.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type             1038 drivers/media/platform/qcom/venus/venc.c 	unsigned int type;
type             1041 drivers/media/platform/qcom/venus/venc.c 		type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type             1043 drivers/media/platform/qcom/venus/venc.c 		type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type             1045 drivers/media/platform/qcom/venus/venc.c 	vbuf = venus_helper_find_buf(inst, type, tag);
type             1051 drivers/media/platform/qcom/venus/venc.c 	if (type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type             1091 drivers/media/platform/qcom/venus/venc.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type             1107 drivers/media/platform/qcom/venus/venc.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type             1290 drivers/media/platform/rcar-vin/rcar-dma.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              319 drivers/media/platform/rcar-vin/rcar-v4l2.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              360 drivers/media/platform/rcar-vin/rcar-v4l2.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              421 drivers/media/platform/rcar-vin/rcar-v4l2.c 			      int type, struct v4l2_fract *f)
type              426 drivers/media/platform/rcar-vin/rcar-v4l2.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              446 drivers/media/platform/rcar-vin/rcar-v4l2.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type              512 drivers/media/platform/rcar-vin/rcar-v4l2.c 	switch (sub->type) {
type              729 drivers/media/platform/rcar-vin/rcar-v4l2.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type             1325 drivers/media/platform/rcar_drif.c 	sdr->vb_queue.type = V4L2_BUF_TYPE_SDR_CAPTURE;
type              639 drivers/media/platform/rcar_fdp1.c 					 enum v4l2_buf_type type)
type              641 drivers/media/platform/rcar_fdp1.c 	if (V4L2_TYPE_IS_OUTPUT(type))
type             1371 drivers/media/platform/rcar_fdp1.c static int fdp1_enum_fmt(struct v4l2_fmtdesc *f, u32 type)
type             1378 drivers/media/platform/rcar_fdp1.c 		if (fdp1_formats[i].types & type) {
type             1412 drivers/media/platform/rcar_fdp1.c 	if (!v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type))
type             1415 drivers/media/platform/rcar_fdp1.c 	q_data = get_q_data(ctx, f->type);
type             1593 drivers/media/platform/rcar_fdp1.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type             1599 drivers/media/platform/rcar_fdp1.c 		V4L2_TYPE_IS_OUTPUT(f->type) ? "output" : "capture",
type             1608 drivers/media/platform/rcar_fdp1.c 			    enum v4l2_buf_type type)
type             1610 drivers/media/platform/rcar_fdp1.c 	struct fdp1_q_data *q_data = get_q_data(ctx, type);
type             1613 drivers/media/platform/rcar_fdp1.c 	if (type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type             1637 drivers/media/platform/rcar_fdp1.c 	if (type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             1664 drivers/media/platform/rcar_fdp1.c 	struct vb2_queue *vq = v4l2_m2m_get_vq(m2m_ctx, f->type);
type             1671 drivers/media/platform/rcar_fdp1.c 	fdp1_set_format(ctx, &f->fmt.pix_mp, f->type);
type             1674 drivers/media/platform/rcar_fdp1.c 		V4L2_TYPE_IS_OUTPUT(f->type) ? "output" : "capture",
type             1772 drivers/media/platform/rcar_fdp1.c 	q_data = get_q_data(ctx, vq->type);
type             1854 drivers/media/platform/rcar_fdp1.c 	struct fdp1_q_data *q_data = get_q_data(ctx, vb->vb2_queue->type);
type             1859 drivers/media/platform/rcar_fdp1.c 	if (V4L2_TYPE_IS_OUTPUT(vb->vb2_queue->type)) {
type             1929 drivers/media/platform/rcar_fdp1.c 	struct fdp1_q_data *q_data = get_q_data(ctx, q->type);
type             1931 drivers/media/platform/rcar_fdp1.c 	if (V4L2_TYPE_IS_OUTPUT(q->type)) {
type             1972 drivers/media/platform/rcar_fdp1.c 		if (V4L2_TYPE_IS_OUTPUT(q->type))
type             1984 drivers/media/platform/rcar_fdp1.c 	if (V4L2_TYPE_IS_OUTPUT(q->type)) {
type             2049 drivers/media/platform/rcar_fdp1.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type             2063 drivers/media/platform/rcar_fdp1.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type              701 drivers/media/platform/rcar_jpu.c static int jpu_enum_fmt(struct v4l2_fmtdesc *f, u32 type)
type              706 drivers/media/platform/rcar_jpu.c 		if (jpu_formats[i].types & type) {
type              739 drivers/media/platform/rcar_jpu.c 					 enum v4l2_buf_type type)
type              741 drivers/media/platform/rcar_jpu.c 	if (V4L2_TYPE_IS_OUTPUT(type))
type              770 drivers/media/platform/rcar_jpu.c 			 enum v4l2_buf_type type)
type              775 drivers/media/platform/rcar_jpu.c 	f_type = V4L2_TYPE_IS_OUTPUT(type) ? JPU_FMT_TYPE_OUTPUT :
type              840 drivers/media/platform/rcar_jpu.c 	if (!v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type))
type              843 drivers/media/platform/rcar_jpu.c 	return __jpu_try_fmt(ctx, NULL, &f->fmt.pix_mp, f->type);
type              855 drivers/media/platform/rcar_jpu.c 	vq = v4l2_m2m_get_vq(m2m_ctx, f->type);
type              864 drivers/media/platform/rcar_jpu.c 	ret = __jpu_try_fmt(ctx, &fmtinfo, &f->fmt.pix_mp, f->type);
type              868 drivers/media/platform/rcar_jpu.c 	q_data = jpu_get_q_data(ctx, f->type);
type              881 drivers/media/platform/rcar_jpu.c 	if (!v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type))
type              884 drivers/media/platform/rcar_jpu.c 	q_data = jpu_get_q_data(ctx, f->type);
type              910 drivers/media/platform/rcar_jpu.c static int jpu_streamon(struct file *file, void *priv, enum v4l2_buf_type type)
type              943 drivers/media/platform/rcar_jpu.c 	return v4l2_m2m_streamon(file, ctx->fh.m2m_ctx, type);
type             1016 drivers/media/platform/rcar_jpu.c 	q_data = jpu_get_q_data(ctx, vq->type);
type             1046 drivers/media/platform/rcar_jpu.c 	q_data = jpu_get_q_data(ctx, vb->vb2_queue->type);
type             1048 drivers/media/platform/rcar_jpu.c 	if (V4L2_TYPE_IS_OUTPUT(vb->vb2_queue->type)) {
type             1069 drivers/media/platform/rcar_jpu.c 		if (!ctx->encoder && !V4L2_TYPE_IS_OUTPUT(vb->vb2_queue->type))
type             1081 drivers/media/platform/rcar_jpu.c 	if (!ctx->encoder && V4L2_TYPE_IS_OUTPUT(vb->vb2_queue->type)) {
type             1131 drivers/media/platform/rcar_jpu.c 	enum v4l2_buf_type type = vb->vb2_queue->type;
type             1135 drivers/media/platform/rcar_jpu.c 		vbuf->sequence = jpu_get_q_data(ctx, type)->sequence++;
type             1138 drivers/media/platform/rcar_jpu.c 	    V4L2_TYPE_IS_OUTPUT(type))
type             1154 drivers/media/platform/rcar_jpu.c 	struct jpu_q_data *q_data = jpu_get_q_data(ctx, vq->type);
type             1167 drivers/media/platform/rcar_jpu.c 		if (V4L2_TYPE_IS_OUTPUT(vq->type))
type             1197 drivers/media/platform/rcar_jpu.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type             1212 drivers/media/platform/rcar_jpu.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type              931 drivers/media/platform/renesas-ceu.c 		.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE,
type             1200 drivers/media/platform/renesas-ceu.c 	inp->type = V4L2_INPUT_TYPE_CAMERA;
type             1299 drivers/media/platform/renesas-ceu.c 	fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type             1333 drivers/media/platform/renesas-ceu.c 	fival->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type             1406 drivers/media/platform/renesas-ceu.c 	q->type			= V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type               24 drivers/media/platform/rockchip/rga/rga-buf.c 	struct rga_frame *f = rga_get_frame(ctx, vq->type);
type               41 drivers/media/platform/rockchip/rga/rga-buf.c 	struct rga_frame *f = rga_get_frame(ctx, vb->vb2_queue->type);
type               66 drivers/media/platform/rockchip/rga/rga-buf.c 		if (V4L2_TYPE_IS_OUTPUT(q->type))
type              123 drivers/media/platform/rockchip/rga/rga-buf.c 	if (vb->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              102 drivers/media/platform/rockchip/rga/rga.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type              116 drivers/media/platform/rockchip/rga/rga.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              358 drivers/media/platform/rockchip/rga/rga.c struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type)
type              360 drivers/media/platform/rockchip/rga/rga.c 	switch (type) {
type              468 drivers/media/platform/rockchip/rga/rga.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              471 drivers/media/platform/rockchip/rga/rga.c 	frm = rga_get_frame(ctx, f->type);
type              534 drivers/media/platform/rockchip/rga/rga.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              536 drivers/media/platform/rockchip/rga/rga.c 		v4l2_err(&rga->v4l2_dev, "queue (%d) bust\n", f->type);
type              539 drivers/media/platform/rockchip/rga/rga.c 	frm = rga_get_frame(ctx, f->type);
type              568 drivers/media/platform/rockchip/rga/rga.c 	f = rga_get_frame(ctx, s->type);
type              575 drivers/media/platform/rockchip/rga/rga.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              580 drivers/media/platform/rockchip/rga/rga.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              584 drivers/media/platform/rockchip/rga/rga.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              589 drivers/media/platform/rockchip/rga/rga.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              617 drivers/media/platform/rockchip/rga/rga.c 	f = rga_get_frame(ctx, s->type);
type              627 drivers/media/platform/rockchip/rga/rga.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              635 drivers/media/platform/rockchip/rga/rga.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type               88 drivers/media/platform/rockchip/rga/rga.h struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type);
type              656 drivers/media/platform/s3c-camif/camif-capture.c 	input->type = V4L2_INPUT_TYPE_CAMERA;
type              833 drivers/media/platform/s3c-camif/camif-capture.c 			      enum v4l2_buf_type type)
type              842 drivers/media/platform/s3c-camif/camif-capture.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              861 drivers/media/platform/s3c-camif/camif-capture.c 	return vb2_streamon(&vp->vb_queue, type);
type              865 drivers/media/platform/s3c-camif/camif-capture.c 			       enum v4l2_buf_type type)
type              873 drivers/media/platform/s3c-camif/camif-capture.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              879 drivers/media/platform/s3c-camif/camif-capture.c 	ret = vb2_streamoff(&vp->vb_queue, type);
type              982 drivers/media/platform/s3c-camif/camif-capture.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1022 drivers/media/platform/s3c-camif/camif-capture.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE ||
type             1035 drivers/media/platform/s3c-camif/camif-capture.c 		sel->type, sel->target, sel->flags,
type             1123 drivers/media/platform/s3c-camif/camif-capture.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              213 drivers/media/platform/s3c-camif/camif-core.c 			  sensor->i2c_board_info.type);
type               83 drivers/media/platform/s5p-g2d/g2d.c 				   enum v4l2_buf_type type)
type               85 drivers/media/platform/s5p-g2d/g2d.c 	switch (type) {
type              100 drivers/media/platform/s5p-g2d/g2d.c 	struct g2d_frame *f = get_frame(ctx, vq->type);
type              117 drivers/media/platform/s5p-g2d/g2d.c 	struct g2d_frame *f = get_frame(ctx, vb->vb2_queue->type);
type              146 drivers/media/platform/s5p-g2d/g2d.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type              160 drivers/media/platform/s5p-g2d/g2d.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              311 drivers/media/platform/s5p-g2d/g2d.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              314 drivers/media/platform/s5p-g2d/g2d.c 	frm = get_frame(ctx, f->type);
type              371 drivers/media/platform/s5p-g2d/g2d.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              373 drivers/media/platform/s5p-g2d/g2d.c 		v4l2_err(&dev->v4l2_dev, "queue (%d) bust\n", f->type);
type              376 drivers/media/platform/s5p-g2d/g2d.c 	frm = get_frame(ctx, f->type);
type              403 drivers/media/platform/s5p-g2d/g2d.c 	f = get_frame(ctx, s->type);
type              411 drivers/media/platform/s5p-g2d/g2d.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              417 drivers/media/platform/s5p-g2d/g2d.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              454 drivers/media/platform/s5p-g2d/g2d.c 	f = get_frame(ctx, s->type);
type              458 drivers/media/platform/s5p-g2d/g2d.c 	if (s->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              461 drivers/media/platform/s5p-g2d/g2d.c 	} else if (s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type              485 drivers/media/platform/s5p-g2d/g2d.c 	f = get_frame(ctx, s->type);
type             1267 drivers/media/platform/s5p-jpeg/jpeg-core.c 		    struct v4l2_fmtdesc *f, u32 type)
type             1273 drivers/media/platform/s5p-jpeg/jpeg-core.c 		if (sjpeg_formats[i].flags & type &&
type             1321 drivers/media/platform/s5p-jpeg/jpeg-core.c 					  enum v4l2_buf_type type)
type             1323 drivers/media/platform/s5p-jpeg/jpeg-core.c 	if (type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1325 drivers/media/platform/s5p-jpeg/jpeg-core.c 	if (type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1338 drivers/media/platform/s5p-jpeg/jpeg-core.c 	vq = v4l2_m2m_get_vq(ct->fh.m2m_ctx, f->type);
type             1342 drivers/media/platform/s5p-jpeg/jpeg-core.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE &&
type             1345 drivers/media/platform/s5p-jpeg/jpeg-core.c 	q_data = get_q_data(ct, f->type);
type             1593 drivers/media/platform/s5p-jpeg/jpeg-core.c 	vq = v4l2_m2m_get_vq(ct->fh.m2m_ctx, f->type);
type             1597 drivers/media/platform/s5p-jpeg/jpeg-core.c 	q_data = get_q_data(ct, f->type);
type             1605 drivers/media/platform/s5p-jpeg/jpeg-core.c 	f_type = V4L2_TYPE_IS_OUTPUT(f->type) ?
type             1700 drivers/media/platform/s5p-jpeg/jpeg-core.c 	if (sub->type == V4L2_EVENT_SOURCE_CHANGE)
type             1806 drivers/media/platform/s5p-jpeg/jpeg-core.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT &&
type             1807 drivers/media/platform/s5p-jpeg/jpeg-core.c 	    s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1845 drivers/media/platform/s5p-jpeg/jpeg-core.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             2470 drivers/media/platform/s5p-jpeg/jpeg-core.c 	q_data = get_q_data(ctx, vq->type);
type             2494 drivers/media/platform/s5p-jpeg/jpeg-core.c 	q_data = get_q_data(ctx, vb->vb2_queue->type);
type             2539 drivers/media/platform/s5p-jpeg/jpeg-core.c 	    vb->vb2_queue->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type             2541 drivers/media/platform/s5p-jpeg/jpeg-core.c 			.type = V4L2_EVENT_SOURCE_CHANGE,
type             2599 drivers/media/platform/s5p-jpeg/jpeg-core.c 	    q->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type             2623 drivers/media/platform/s5p-jpeg/jpeg-core.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type             2637 drivers/media/platform/s5p-jpeg/jpeg-core.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              395 drivers/media/platform/s5p-mfc/s5p_mfc.c 				.type = V4L2_EVENT_SOURCE_CHANGE,
type              792 drivers/media/platform/s5p-mfc/s5p_mfc.c 		ctx->type = MFCINST_DECODER;
type              802 drivers/media/platform/s5p-mfc/s5p_mfc.c 		ctx->type = MFCINST_ENCODER;
type              844 drivers/media/platform/s5p-mfc/s5p_mfc.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type              871 drivers/media/platform/s5p-mfc/s5p_mfc.c 	q->type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type              638 drivers/media/platform/s5p-mfc/s5p_mfc_common.h 	enum s5p_mfc_inst_type type;
type              723 drivers/media/platform/s5p-mfc/s5p_mfc_common.h 	enum s5p_mfc_fmt_type type;
type              734 drivers/media/platform/s5p-mfc/s5p_mfc_common.h 	enum v4l2_ctrl_type	type;
type              433 drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c 	if (ctx->type == MFCINST_DECODER) {
type              456 drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c 	if (ctx->type == MFCINST_DECODER)
type              477 drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c 	if (ctx->type == MFCINST_DECODER)
type               34 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type		= MFC_FMT_RAW,
type               41 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type		= MFC_FMT_RAW,
type               48 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type		= MFC_FMT_RAW,
type               55 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type		= MFC_FMT_RAW,
type               62 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type		= MFC_FMT_DEC,
type               69 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type		= MFC_FMT_DEC,
type               76 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type		= MFC_FMT_DEC,
type               83 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type		= MFC_FMT_DEC,
type               90 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type		= MFC_FMT_DEC,
type               97 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type		= MFC_FMT_DEC,
type              104 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type		= MFC_FMT_DEC,
type              111 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type		= MFC_FMT_DEC,
type              118 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type		= MFC_FMT_DEC,
type              125 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type		= MFC_FMT_DEC,
type              132 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type		= MFC_FMT_DEC,
type              139 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type		= MFC_FMT_DEC,
type              154 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		    formats[i].type == t)
type              163 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              172 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              181 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              190 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              199 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              271 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		if (out && formats[i].type != MFC_FMT_DEC)
type              273 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		else if (!out && formats[i].type != MFC_FMT_RAW)
type              308 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE &&
type              316 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE &&
type              335 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	} else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              361 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	mfc_debug(2, "Type is %d\n", f->type);
type              362 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              376 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	} else if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              410 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              415 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	} else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              434 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		mfc_err("Wrong type error for S_FMT : %d", f->type);
type              558 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	if (reqbufs->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              560 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	} else if (reqbufs->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              580 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	mfc_debug(2, "State: %d, buf->type: %d\n", ctx->state, buf->type);
type              582 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			buf->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              585 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			buf->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              606 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	if (buf->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              608 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	else if (buf->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              617 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		.type = V4L2_EVENT_EOS
type              627 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	switch (buf->type) {
type              650 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	if (eb->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              652 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	if (eb->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              659 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			   enum v4l2_buf_type type)
type              665 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	if (type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              666 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		ret = vb2_streamon(&ctx->vq_src, type);
type              667 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	else if (type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              668 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		ret = vb2_streamon(&ctx->vq_dst, type);
type              675 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			    enum v4l2_buf_type type)
type              679 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	if (type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              680 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		return vb2_streamoff(&ctx->vq_src, type);
type              681 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	else if (type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              682 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		return vb2_streamoff(&ctx->vq_dst, type);
type              757 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              848 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	switch (sub->type) {
type              894 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	    vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              904 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		   vq->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              916 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 							ctx->state, vq->type);
type              922 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	    vq->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              931 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	} else if (vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE &&
type              949 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	if (vq->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              971 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	} else if (vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             1028 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type             1044 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	} else if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             1063 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	if (vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             1070 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	} else if (vq->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type             1080 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		mfc_err("Unsupported buffer type (%d)\n", vq->type);
type             1135 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			cfg.type = controls[i].type;
type               37 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type		= MFC_FMT_RAW,
type               44 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type		= MFC_FMT_RAW,
type               51 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type		= MFC_FMT_RAW,
type               58 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type		= MFC_FMT_RAW,
type               65 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type		= MFC_FMT_ENC,
type               72 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type		= MFC_FMT_ENC,
type               79 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type		= MFC_FMT_ENC,
type               86 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type		= MFC_FMT_ENC,
type               93 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type		= MFC_FMT_ENC,
type              106 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		    formats[i].type == t)
type              115 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              123 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              131 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              139 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              147 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              155 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              164 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              173 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              181 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              189 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              198 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              207 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BUTTON,
type              215 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              223 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              232 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              241 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              249 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              257 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              266 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              276 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              284 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              296 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              303 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              311 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              319 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              327 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              335 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              343 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              352 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              360 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              368 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              376 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              384 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              392 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              400 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              408 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              417 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              426 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              435 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              444 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              453 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              462 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              471 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              480 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              489 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              498 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              507 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              516 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              525 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              534 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              542 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              550 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              558 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              566 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              574 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              582 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              590 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              598 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER_MENU,
type              605 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              613 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER_MENU,
type              620 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              628 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              636 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              644 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              652 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              660 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              668 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              676 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              684 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              692 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              701 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              710 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              718 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              726 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              734 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              742 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              750 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              758 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              766 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              774 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              782 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              790 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              798 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              806 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              814 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              822 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              830 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type              838 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              846 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              854 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              862 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              870 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              878 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              886 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              894 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              902 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              910 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              918 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              926 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              934 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              942 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              950 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              958 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              966 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              974 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              982 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              990 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              998 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type             1006 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1014 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type             1022 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type             1030 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type             1038 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_MENU,
type             1046 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type             1054 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type             1318 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		if (out && formats[i].type != MFC_FMT_RAW)
type             1320 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		else if (!out && formats[i].type != MFC_FMT_ENC)
type             1351 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	mfc_debug(2, "f->type = %d ctx->state = %d\n", f->type, ctx->state);
type             1352 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type             1362 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	} else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             1388 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type             1401 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	} else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             1436 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type             1446 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	} else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             1484 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (reqbufs->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type             1513 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	} else if (reqbufs->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             1563 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (buf->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type             1574 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	} else if (buf->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             1596 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (buf->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             1602 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	} else if (buf->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type             1612 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		.type = V4L2_EVENT_EOS
type             1621 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (buf->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             1623 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	} else if (buf->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type             1641 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (eb->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type             1643 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (eb->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type             1650 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			   enum v4l2_buf_type type)
type             1654 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type             1655 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		return vb2_streamon(&ctx->vq_src, type);
type             1656 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	else if (type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type             1657 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		return vb2_streamon(&ctx->vq_dst, type);
type             1663 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			    enum v4l2_buf_type type)
type             1667 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type             1668 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		return vb2_streamoff(&ctx->vq_src, type);
type             1669 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	else if (type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type             1670 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		return vb2_streamoff(&ctx->vq_dst, type);
type             2239 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (a->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             2256 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (a->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type             2313 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	switch (sub->type) {
type             2374 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (vq->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type             2390 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	} else if (vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             2412 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		mfc_err("invalid queue type: %d\n", vq->type);
type             2426 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (vq->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type             2435 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	} else if (vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             2447 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		mfc_err("invalid queue type: %d\n", vq->type);
type             2459 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (vq->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type             2469 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	} else if (vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             2483 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		mfc_err("invalid queue type: %d\n", vq->type);
type             2495 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			(q->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)) {
type             2534 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type             2539 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             2561 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (vq->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type             2569 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	} else if (vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             2577 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		mfc_err("unsupported buffer type (%d)\n", vq->type);
type             2632 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			cfg.type = controls[i].type;
type             2635 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			if (cfg.type == V4L2_CTRL_TYPE_MENU) {
type             2646 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			if ((controls[i].type == V4L2_CTRL_TYPE_MENU) ||
type             2647 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 				(controls[i].type ==
type               69 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 	if (ctx->type == MFCINST_DECODER) {
type               73 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 	} else if (ctx->type == MFCINST_ENCODER) {
type             1352 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 	if (ctx->type == MFCINST_DECODER) {
type             1391 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 	} else if (ctx->type == MFCINST_ENCODER) {
type             1412 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 		mfc_err("Invalid context type: %d\n", ctx->type);
type               70 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	if (ctx->type == MFCINST_DECODER) {
type               74 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	} else if (ctx->type == MFCINST_ENCODER) {
type             1998 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	if (ctx->type == MFCINST_DECODER) {
type             2038 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	} else if (ctx->type == MFCINST_ENCODER) {
type             2062 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 		mfc_err("invalid context type: %d\n", ctx->type);
type              288 drivers/media/platform/sh_veu.c 			       enum v4l2_buf_type type)
type              290 drivers/media/platform/sh_veu.c 	return (type == V4L2_BUF_TYPE_VIDEO_CAPTURE &&
type              292 drivers/media/platform/sh_veu.c 		(type == V4L2_BUF_TYPE_VIDEO_OUTPUT &&
type              308 drivers/media/platform/sh_veu.c 			      enum v4l2_buf_type type)
type              312 drivers/media/platform/sh_veu.c 	switch (type) {
type              376 drivers/media/platform/sh_veu.c 					   enum v4l2_buf_type type)
type              378 drivers/media/platform/sh_veu.c 	switch (type) {
type              394 drivers/media/platform/sh_veu.c 	vfmt = sh_veu_get_vfmt(veu, f->type);
type              405 drivers/media/platform/sh_veu.c 		f->type, pix->sizeimage, pix->width, pix->height, pix->pixelformat);
type              452 drivers/media/platform/sh_veu.c 	pr_debug("%s(): type: %d, size %u\n", __func__, f->type, pix->sizeimage);
type              462 drivers/media/platform/sh_veu.c 	pr_debug("%s(%d;%d)\n", __func__, f->type, f->fmt.pix.field);
type              464 drivers/media/platform/sh_veu.c 	switch (f->type) {
type              545 drivers/media/platform/sh_veu.c 	vq = v4l2_m2m_get_vq(veu->m2m_ctx, f->type);
type              554 drivers/media/platform/sh_veu.c 	vfmt = sh_veu_get_vfmt(veu, f->type);
type              574 drivers/media/platform/sh_veu.c 		f->type, pix->width, pix->height, vfmt->fmt->fourcc);
type              608 drivers/media/platform/sh_veu.c 	ret = sh_veu_stream_init(veu, veu_file, reqbufs->type);
type              620 drivers/media/platform/sh_veu.c 	if (!sh_veu_is_streamer(veu_file->veu_dev, veu_file, buf->type))
type              630 drivers/media/platform/sh_veu.c 	dev_dbg(veu_file->veu_dev->dev, "%s(%d)\n", __func__, buf->type);
type              631 drivers/media/platform/sh_veu.c 	if (!sh_veu_is_streamer(veu_file->veu_dev, veu_file, buf->type))
type              641 drivers/media/platform/sh_veu.c 	dev_dbg(veu_file->veu_dev->dev, "%s(%d)\n", __func__, buf->type);
type              642 drivers/media/platform/sh_veu.c 	if (!sh_veu_is_streamer(veu_file->veu_dev, veu_file, buf->type))
type              799 drivers/media/platform/sh_veu.c 			   enum v4l2_buf_type type)
type              803 drivers/media/platform/sh_veu.c 	if (!sh_veu_is_streamer(veu_file->veu_dev, veu_file, type))
type              814 drivers/media/platform/sh_veu.c 	return v4l2_m2m_streamon(file, veu_file->veu_dev->m2m_ctx, type);
type              818 drivers/media/platform/sh_veu.c 			    enum v4l2_buf_type type)
type              822 drivers/media/platform/sh_veu.c 	if (!sh_veu_is_streamer(veu_file->veu_dev, veu_file, type))
type              825 drivers/media/platform/sh_veu.c 	return v4l2_m2m_streamoff(file, veu_file->veu_dev->m2m_ctx, type);
type              858 drivers/media/platform/sh_veu.c 	struct sh_veu_vfmt *vfmt = sh_veu_get_vfmt(veu, vq->type);
type              888 drivers/media/platform/sh_veu.c 	vfmt = sh_veu_get_vfmt(veu, vb->vb2_queue->type);
type              907 drivers/media/platform/sh_veu.c 	dev_dbg(veu->dev, "%s(%d)\n", __func__, vb->type);
type              926 drivers/media/platform/sh_veu.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type              941 drivers/media/platform/sh_veu.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              404 drivers/media/platform/sh_vou.c 	fmt->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type              783 drivers/media/platform/sh_vou.c 	a->type = V4L2_OUTPUT_TYPE_ANALOG;
type              900 drivers/media/platform/sh_vou.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              944 drivers/media/platform/sh_vou.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT ||
type             1289 drivers/media/platform/sh_vou.c 	q->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type              165 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 					 enum v4l2_buf_type type)
type              167 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	switch (type) {
type              174 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 			"Wrong buffer/video queue type (%d)\n", type);
type              445 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	struct bdisp_frame *frame = ctx_get_frame(ctx, vq->type);
type              469 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	struct bdisp_frame *frame = ctx_get_frame(ctx, vb->vb2_queue->type);
type              476 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	if (vb->vb2_queue->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              507 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 		if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type              547 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type              562 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              708 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	    (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)) {
type              721 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	struct bdisp_frame *frame  = ctx_get_frame(ctx, f->type);
type              735 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	pix->colorspace = (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) ?
type              757 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	    (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)) {
type              763 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	if ((f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) ||
type              785 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              806 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              808 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 		dev_err(ctx->bdisp_dev->dev, "queue (%d) busy\n", f->type);
type              812 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	frame = (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) ?
type              827 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              836 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	state |= (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) ?
type              849 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	frame = ctx_get_frame(ctx, s->type);
type              855 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	switch (s->type) {
type              929 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	if ((s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) &&
type              933 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	if ((s->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) &&
type              942 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	frame = ctx_get_frame(ctx, s->type);
type             1000 drivers/media/platform/sti/bdisp/bdisp-v4l2.c static int bdisp_streamon(struct file *file, void *fh, enum v4l2_buf_type type)
type             1004 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	if ((type == V4L2_BUF_TYPE_VIDEO_OUTPUT) &&
type             1010 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	if ((type == V4L2_BUF_TYPE_VIDEO_CAPTURE) &&
type             1016 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	return v4l2_m2m_streamon(file, ctx->fh.m2m_ctx, type);
type              144 drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c 	switch (dvbdmxfeed->type) {
type              155 drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c 	if (dvbdmxfeed->type == DMX_TYPE_TS) {
type              115 drivers/media/platform/sti/c8sectpfe/c8sectpfe-dvb.c 		.type = "tda18212",
type              622 drivers/media/platform/sti/delta/delta-v4l2.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              653 drivers/media/platform/sti/delta/delta-v4l2.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              728 drivers/media/platform/sti/delta/delta-v4l2.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              767 drivers/media/platform/sti/delta/delta-v4l2.c 	const struct v4l2_event ev = {.type = V4L2_EVENT_EOS};
type              882 drivers/media/platform/sti/delta/delta-v4l2.c 	switch (sub->type) {
type             1593 drivers/media/platform/sti/delta/delta-v4l2.c 	q->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type             1610 drivers/media/platform/sti/delta/delta-v4l2.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              434 drivers/media/platform/sti/hva/hva-h264.c 	enum hva_picture_coding_type type;
type              438 drivers/media/platform/sti/hva/hva-h264.c 		type = PICTURE_CODING_TYPE_I;
type              440 drivers/media/platform/sti/hva/hva-h264.c 		type = PICTURE_CODING_TYPE_P;
type              449 drivers/media/platform/sti/hva/hva-h264.c 	if (type == PICTURE_CODING_TYPE_I) {
type              520 drivers/media/platform/sti/hva/hva-h264.c 				 enum hva_h264_sei_payload_type type,
type              538 drivers/media/platform/sti/hva/hva-h264.c 	addr[*size] = type;
type              541 drivers/media/platform/sti/hva/hva-h264.c 	switch (type) {
type              580 drivers/media/platform/sti/hva/hva-h264.c 			pctx->name, type);
type               36 drivers/media/platform/sti/hva/hva-v4l2.c #define to_type_str(type) (type == V4L2_BUF_TYPE_VIDEO_OUTPUT ? \
type              464 drivers/media/platform/sti/hva/hva-v4l2.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              495 drivers/media/platform/sti/hva/hva-v4l2.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              523 drivers/media/platform/sti/hva/hva-v4l2.c 	if (sp->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              539 drivers/media/platform/sti/hva/hva-v4l2.c 	if (sp->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              559 drivers/media/platform/sti/hva/hva-v4l2.c 	if (buf->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              571 drivers/media/platform/sti/hva/hva-v4l2.c 		vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, buf->type);
type              918 drivers/media/platform/sti/hva/hva-v4l2.c 		to_type_str(vq->type), *num_buffers);
type              920 drivers/media/platform/sti/hva/hva-v4l2.c 	size = vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT ?
type              939 drivers/media/platform/sti/hva/hva-v4l2.c 	if (vb->vb2_queue->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type             1005 drivers/media/platform/sti/hva/hva-v4l2.c 		to_type_str(vq->type));
type             1008 drivers/media/platform/sti/hva/hva-v4l2.c 	if (V4L2_TYPE_IS_OUTPUT(vq->type)) {
type             1050 drivers/media/platform/sti/hva/hva-v4l2.c 	if (vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type             1074 drivers/media/platform/sti/hva/hva-v4l2.c 		to_type_str(vq->type));
type             1076 drivers/media/platform/sti/hva/hva-v4l2.c 	if (vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type             1088 drivers/media/platform/sti/hva/hva-v4l2.c 	if ((V4L2_TYPE_IS_OUTPUT(vq->type) &&
type             1090 drivers/media/platform/sti/hva/hva-v4l2.c 	    (!V4L2_TYPE_IS_OUTPUT(vq->type) &&
type             1093 drivers/media/platform/sti/hva/hva-v4l2.c 			ctx->name, to_type_str(vq->type),
type             1146 drivers/media/platform/sti/hva/hva-v4l2.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type             1155 drivers/media/platform/sti/hva/hva-v4l2.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1244 drivers/media/platform/stm32/stm32-dcmi.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1277 drivers/media/platform/stm32/stm32-dcmi.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE ||
type             1336 drivers/media/platform/stm32/stm32-dcmi.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type             1376 drivers/media/platform/stm32/stm32-dcmi.c 	fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type             1423 drivers/media/platform/stm32/stm32-dcmi.c 	fival->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type             1538 drivers/media/platform/stm32/stm32-dcmi.c 		.type = V4L2_BUF_TYPE_VIDEO_CAPTURE,
type             1984 drivers/media/platform/stm32/stm32-dcmi.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              415 drivers/media/platform/sunxi/sun4i-csi/sun4i_dma.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type               72 drivers/media/platform/sunxi/sun4i-csi/sun4i_v4l2.c 	inp->type = V4L2_INPUT_TYPE_CAMERA;
type              416 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c 	inp->type = V4L2_INPUT_TYPE_CAMERA;
type              620 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c 	fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              628 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c 	vidq->type			= V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              929 drivers/media/platform/ti-vpe/cal.c 	f->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1104 drivers/media/platform/ti-vpe/cal.c 	ctx->v_fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1142 drivers/media/platform/ti-vpe/cal.c 	fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type             1155 drivers/media/platform/ti-vpe/cal.c 	inp->type = V4L2_INPUT_TYPE_CAMERA;
type             1202 drivers/media/platform/ti-vpe/cal.c 	fival->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type             1506 drivers/media/platform/ti-vpe/cal.c 	ctx->v_fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1535 drivers/media/platform/ti-vpe/cal.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type               30 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_YUV,
type               35 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_YUV,
type               40 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_YUV,
type               45 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_YUV,
type               50 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_YUV,
type               55 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_YUV,
type               60 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_YUV,
type               65 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_YUV,
type               70 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_YUV,
type               75 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_YUV,
type               80 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_YUV,
type               89 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type               94 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type               99 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type              104 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type              109 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type              114 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type              119 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type              124 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type              129 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type              134 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type              139 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type              144 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type              149 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type              154 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type              159 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type              164 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type              169 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type              174 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type              179 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type              184 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_RGB,
type              202 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_YUV,
type              207 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_YUV,
type              216 drivers/media/platform/ti-vpe/vpdma.c 		.type		= VPDMA_DATA_FMT_TYPE_MISC,
type              476 drivers/media/platform/ti-vpe/vpdma.c int vpdma_create_desc_list(struct vpdma_desc_list *list, size_t size, int type)
type              486 drivers/media/platform/ti-vpe/vpdma.c 	list->type = type;
type              540 drivers/media/platform/ti-vpe/vpdma.c 			(list->type << VPDMA_LIST_TYPE_SHFT) |
type              827 drivers/media/platform/ti-vpe/vpdma.c 	if (fmt->type == VPDMA_DATA_FMT_TYPE_YUV &&
type              895 drivers/media/platform/ti-vpe/vpdma.c 	if (fmt->type == VPDMA_DATA_FMT_TYPE_YUV &&
type             1023 drivers/media/platform/ti-vpe/vpdma.c 	if (fmt->type == VPDMA_DATA_FMT_TYPE_RGB)
type             1025 drivers/media/platform/ti-vpe/vpdma.c 	else if (fmt->type == VPDMA_DATA_FMT_TYPE_YUV)
type               28 drivers/media/platform/ti-vpe/vpdma.h 	int type;
type               50 drivers/media/platform/ti-vpe/vpdma.h 	enum vpdma_data_format_type type;
type              218 drivers/media/platform/ti-vpe/vpdma.h int vpdma_create_desc_list(struct vpdma_desc_list *list, size_t size, int type);
type              253 drivers/media/platform/ti-vpe/vpdma_priv.h static inline u32 dtd_type_ctl_stride(int type, bool notify, int field,
type              257 drivers/media/platform/ti-vpe/vpdma_priv.h 	return (type << DTD_DATA_TYPE_SHFT) | (notify << DTD_NOTIFY_SHFT) |
type              423 drivers/media/platform/ti-vpe/vpe.c 				     enum v4l2_buf_type type)
type              425 drivers/media/platform/ti-vpe/vpe.c 	switch (type) {
type             1501 drivers/media/platform/ti-vpe/vpe.c static int __enum_fmt(struct v4l2_fmtdesc *f, u32 type)
type             1508 drivers/media/platform/ti-vpe/vpe.c 		if (vpe_formats[i].types & type) {
type             1527 drivers/media/platform/ti-vpe/vpe.c 	if (V4L2_TYPE_IS_OUTPUT(f->type))
type             1541 drivers/media/platform/ti-vpe/vpe.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type             1545 drivers/media/platform/ti-vpe/vpe.c 	q_data = get_q_data(ctx, f->type);
type             1552 drivers/media/platform/ti-vpe/vpe.c 	if (V4L2_TYPE_IS_OUTPUT(f->type)) {
type             1574 drivers/media/platform/ti-vpe/vpe.c 		       struct vpe_fmt *fmt, int type)
type             1582 drivers/media/platform/ti-vpe/vpe.c 	if (!fmt || !(fmt->types & type)) {
type             1703 drivers/media/platform/ti-vpe/vpe.c 	if (V4L2_TYPE_IS_OUTPUT(f->type))
type             1717 drivers/media/platform/ti-vpe/vpe.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type             1726 drivers/media/platform/ti-vpe/vpe.c 	q_data = get_q_data(ctx, f->type);
type             1761 drivers/media/platform/ti-vpe/vpe.c 		f->type, q_data->width, q_data->height, q_data->fmt->fourcc,
type             1783 drivers/media/platform/ti-vpe/vpe.c 	if (V4L2_TYPE_IS_OUTPUT(f->type))
type             1796 drivers/media/platform/ti-vpe/vpe.c 	if ((s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE) &&
type             1797 drivers/media/platform/ti-vpe/vpe.c 	    (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT))
type             1800 drivers/media/platform/ti-vpe/vpe.c 	q_data = get_q_data(ctx, s->type);
type             1810 drivers/media/platform/ti-vpe/vpe.c 		if (s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1818 drivers/media/platform/ti-vpe/vpe.c 		if (s->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1862 drivers/media/platform/ti-vpe/vpe.c 	if ((s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE) &&
type             1863 drivers/media/platform/ti-vpe/vpe.c 	    (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT))
type             1866 drivers/media/platform/ti-vpe/vpe.c 	q_data = get_q_data(ctx, s->type);
type             1873 drivers/media/platform/ti-vpe/vpe.c 		if (s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1878 drivers/media/platform/ti-vpe/vpe.c 		if (s->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1882 drivers/media/platform/ti-vpe/vpe.c 		if (s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1887 drivers/media/platform/ti-vpe/vpe.c 		if (s->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1928 drivers/media/platform/ti-vpe/vpe.c 	q_data = get_q_data(ctx, sel.type);
type             2013 drivers/media/platform/ti-vpe/vpe.c 	q_data = get_q_data(ctx, vq->type);
type             2035 drivers/media/platform/ti-vpe/vpe.c 	vpe_dbg(ctx->dev, "type: %d\n", vb->vb2_queue->type);
type             2037 drivers/media/platform/ti-vpe/vpe.c 	q_data = get_q_data(ctx, vb->vb2_queue->type);
type             2040 drivers/media/platform/ti-vpe/vpe.c 	if (vb->vb2_queue->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type             2103 drivers/media/platform/ti-vpe/vpe.c 		if (V4L2_TYPE_IS_OUTPUT(q->type))
type             2119 drivers/media/platform/ti-vpe/vpe.c 	if (V4L2_TYPE_IS_OUTPUT(q->type)) {
type             2199 drivers/media/platform/ti-vpe/vpe.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type             2214 drivers/media/platform/ti-vpe/vpe.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type             2231 drivers/media/platform/ti-vpe/vpe.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type              758 drivers/media/platform/via-camera.c 	input->type = V4L2_INPUT_TYPE_CAMERA;
type              954 drivers/media/platform/via-camera.c 	sizes->type = V4L2_FRMSIZE_TYPE_CONTINUOUS;
type              988 drivers/media/platform/via-camera.c 	interval->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type             1141 drivers/media/platform/via-camera.c 		.type = "ov7670",
type             1245 drivers/media/platform/via-camera.c 	vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              145 drivers/media/platform/vicodec/vicodec-core.c 	.type = V4L2_EVENT_EOS
type              154 drivers/media/platform/vicodec/vicodec-core.c 					 enum v4l2_buf_type type)
type              156 drivers/media/platform/vicodec/vicodec-core.c 	switch (type) {
type              674 drivers/media/platform/vicodec/vicodec-core.c 			.type = V4L2_EVENT_SOURCE_CHANGE,
type              719 drivers/media/platform/vicodec/vicodec-core.c 	if (V4L2_TYPE_IS_MULTIPLANAR(f->type) && !multiplanar)
type              721 drivers/media/platform/vicodec/vicodec-core.c 	if (!V4L2_TYPE_IS_MULTIPLANAR(f->type) && multiplanar)
type              726 drivers/media/platform/vicodec/vicodec-core.c 					get_q_data(ctx, f->type)->info;
type              776 drivers/media/platform/vicodec/vicodec-core.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              780 drivers/media/platform/vicodec/vicodec-core.c 	q_data = get_q_data(ctx, f->type);
type              783 drivers/media/platform/vicodec/vicodec-core.c 	switch (f->type) {
type              849 drivers/media/platform/vicodec/vicodec-core.c 	switch (f->type) {
type              911 drivers/media/platform/vicodec/vicodec-core.c 	switch (f->type) {
type              948 drivers/media/platform/vicodec/vicodec-core.c 	switch (f->type) {
type              990 drivers/media/platform/vicodec/vicodec-core.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              994 drivers/media/platform/vicodec/vicodec-core.c 	q_data = get_q_data(ctx, f->type);
type              998 drivers/media/platform/vicodec/vicodec-core.c 	switch (f->type) {
type             1002 drivers/media/platform/vicodec/vicodec-core.c 		if (ctx->is_enc && V4L2_TYPE_IS_OUTPUT(f->type))
type             1025 drivers/media/platform/vicodec/vicodec-core.c 		if (ctx->is_enc && V4L2_TYPE_IS_OUTPUT(f->type))
type             1051 drivers/media/platform/vicodec/vicodec-core.c 		f->type, q_data->coded_width, q_data->coded_height,
type             1081 drivers/media/platform/vicodec/vicodec-core.c 	q_data = get_q_data(ctx, f->type);
type             1089 drivers/media/platform/vicodec/vicodec-core.c 		struct vb2_queue *vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type             1095 drivers/media/platform/vicodec/vicodec-core.c 		if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type             1124 drivers/media/platform/vicodec/vicodec-core.c 		switch (f->type) {
type             1152 drivers/media/platform/vicodec/vicodec-core.c 	q_data = get_q_data(ctx, s->type);
type             1159 drivers/media/platform/vicodec/vicodec-core.c 	if (ctx->is_enc && s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type             1175 drivers/media/platform/vicodec/vicodec-core.c 	} else if (!ctx->is_enc && s->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type             1201 drivers/media/platform/vicodec/vicodec-core.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1204 drivers/media/platform/vicodec/vicodec-core.c 	q_data = get_q_data(ctx, s->type);
type             1330 drivers/media/platform/vicodec/vicodec-core.c 	fsize->type = V4L2_FRMSIZE_TYPE_STEPWISE;
type             1347 drivers/media/platform/vicodec/vicodec-core.c 	switch (sub->type) {
type             1416 drivers/media/platform/vicodec/vicodec-core.c 	struct vicodec_q_data *q_data = get_q_data(ctx, vq->type);
type             1442 drivers/media/platform/vicodec/vicodec-core.c 	dprintk(ctx->dev, "type: %d\n", vb->vb2_queue->type);
type             1444 drivers/media/platform/vicodec/vicodec-core.c 	q_data = get_q_data(ctx, vb->vb2_queue->type);
type             1445 drivers/media/platform/vicodec/vicodec-core.c 	if (V4L2_TYPE_IS_OUTPUT(vb->vb2_queue->type)) {
type             1479 drivers/media/platform/vicodec/vicodec-core.c 		.type = V4L2_EVENT_SOURCE_CHANGE,
type             1484 drivers/media/platform/vicodec/vicodec-core.c 		if (!V4L2_TYPE_IS_OUTPUT(vb->vb2_queue->type) &&
type             1492 drivers/media/platform/vicodec/vicodec-core.c 			vbuf->sequence = get_q_data(ctx, vb->vb2_queue->type)->sequence++;
type             1522 drivers/media/platform/vicodec/vicodec-core.c 	    !V4L2_TYPE_IS_OUTPUT(vb->vb2_queue->type)) {
type             1564 drivers/media/platform/vicodec/vicodec-core.c 		if (V4L2_TYPE_IS_OUTPUT(q->type))
type             1601 drivers/media/platform/vicodec/vicodec-core.c 	struct vicodec_q_data *q_data = get_q_data(ctx, q->type);
type             1612 drivers/media/platform/vicodec/vicodec-core.c 	if (V4L2_TYPE_IS_OUTPUT(q->type))
type             1617 drivers/media/platform/vicodec/vicodec-core.c 	if ((V4L2_TYPE_IS_OUTPUT(q->type) && !ctx->is_enc) ||
type             1618 drivers/media/platform/vicodec/vicodec-core.c 	    (!V4L2_TYPE_IS_OUTPUT(q->type) && ctx->is_enc))
type             1692 drivers/media/platform/vicodec/vicodec-core.c 	if (V4L2_TYPE_IS_OUTPUT(q->type)) {
type             1715 drivers/media/platform/vicodec/vicodec-core.c 	if (!ctx->is_enc && V4L2_TYPE_IS_OUTPUT(q->type))
type             1718 drivers/media/platform/vicodec/vicodec-core.c 	if ((!V4L2_TYPE_IS_OUTPUT(q->type) && !ctx->is_enc) ||
type             1719 drivers/media/platform/vicodec/vicodec-core.c 	    (V4L2_TYPE_IS_OUTPUT(q->type) && ctx->is_enc)) {
type             1727 drivers/media/platform/vicodec/vicodec-core.c 	if (V4L2_TYPE_IS_OUTPUT(q->type) && !ctx->is_enc) {
type             1763 drivers/media/platform/vicodec/vicodec-core.c 	src_vq->type = (multiplanar ?
type             1784 drivers/media/platform/vicodec/vicodec-core.c 	dst_vq->type = (multiplanar ?
type              242 drivers/media/platform/vim2m.c 				       enum v4l2_buf_type type)
type              244 drivers/media/platform/vim2m.c 	switch (type) {
type              254 drivers/media/platform/vim2m.c static const char *type_name(enum v4l2_buf_type type)
type              256 drivers/media/platform/vim2m.c 	switch (type) {
type              669 drivers/media/platform/vim2m.c static int enum_fmt(struct v4l2_fmtdesc *f, u32 type)
type              677 drivers/media/platform/vim2m.c 		if (formats[i].types & type) {
type              721 drivers/media/platform/vim2m.c 	fsize->type = V4L2_FRMSIZE_TYPE_STEPWISE;
type              738 drivers/media/platform/vim2m.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              742 drivers/media/platform/vim2m.c 	q_data = get_q_data(ctx, f->type);
type              852 drivers/media/platform/vim2m.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              856 drivers/media/platform/vim2m.c 	q_data = get_q_data(ctx, f->type);
type              873 drivers/media/platform/vim2m.c 		type_name(f->type), q_data->width, q_data->height,
type             1000 drivers/media/platform/vim2m.c 	q_data = get_q_data(ctx, vq->type);
type             1017 drivers/media/platform/vim2m.c 		type_name(vq->type), count, size);
type             1042 drivers/media/platform/vim2m.c 	dprintk(ctx->dev, 2, "type: %s\n", type_name(vb->vb2_queue->type));
type             1044 drivers/media/platform/vim2m.c 	q_data = get_q_data(ctx, vb->vb2_queue->type);
type             1071 drivers/media/platform/vim2m.c 	struct vim2m_q_data *q_data = get_q_data(ctx, q->type);
type             1076 drivers/media/platform/vim2m.c 	if (V4L2_TYPE_IS_OUTPUT(q->type))
type             1092 drivers/media/platform/vim2m.c 		if (V4L2_TYPE_IS_OUTPUT(q->type))
type             1131 drivers/media/platform/vim2m.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type             1145 drivers/media/platform/vim2m.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1161 drivers/media/platform/vim2m.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type             1171 drivers/media/platform/vim2m.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type              178 drivers/media/platform/vimc/vimc-capture.c 	fsize->type = V4L2_FRMSIZE_TYPE_CONTINUOUS;
type              431 drivers/media/platform/vimc/vimc-capture.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              318 drivers/media/platform/vimc/vimc-sensor.c 	.type = V4L2_CTRL_TYPE_CTRL_CLASS,
type              325 drivers/media/platform/vimc/vimc-sensor.c 	.type = V4L2_CTRL_TYPE_MENU,
type              328 drivers/media/platform/vivid/vivid-core.c 				int type, struct v4l2_fract *f)
type              333 drivers/media/platform/vivid/vivid-core.c 		return vivid_vid_cap_g_pixelaspect(file, fh, type, f);
type              334 drivers/media/platform/vivid/vivid-core.c 	return vivid_vid_out_g_pixelaspect(file, fh, type, f);
type             1109 drivers/media/platform/vivid/vivid-core.c 		q->type = dev->multiplanar ? V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE :
type             1134 drivers/media/platform/vivid/vivid-core.c 		q->type = dev->multiplanar ? V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE :
type             1157 drivers/media/platform/vivid/vivid-core.c 		q->type = dev->has_raw_vbi_cap ? V4L2_BUF_TYPE_VBI_CAPTURE :
type             1180 drivers/media/platform/vivid/vivid-core.c 		q->type = dev->has_raw_vbi_out ? V4L2_BUF_TYPE_VBI_OUTPUT :
type             1203 drivers/media/platform/vivid/vivid-core.c 		q->type = V4L2_BUF_TYPE_SDR_CAPTURE;
type              129 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BUTTON,
type              136 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type              147 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type              157 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_INTEGER64,
type              167 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_U32,
type              179 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_U16,
type              191 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_U8,
type              213 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_MENU,
type              225 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_STRING,
type              235 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BITMASK,
type              250 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_INTEGER_MENU,
type              262 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BUTTON,
type              289 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BUTTON,
type              533 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_MENU,
type              554 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_MENU,
type              564 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type              573 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type              589 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_MENU,
type              598 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type              609 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type              618 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type              627 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type              636 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type              645 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type              654 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type              664 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type              674 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type              690 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_MENU,
type              699 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_MENU,
type              721 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_MENU,
type              730 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_MENU,
type              739 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type              763 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_MENU,
type              785 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_MENU,
type              807 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_MENU,
type              823 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_MENU,
type              839 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_MENU,
type              848 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type              857 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type              888 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type              916 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1006 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1016 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1026 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1036 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1112 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BUTTON,
type             1119 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type             1129 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BUTTON,
type             1136 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BUTTON,
type             1143 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BUTTON,
type             1150 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BUTTON,
type             1158 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BUTTON,
type             1166 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1175 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1223 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_MENU,
type             1233 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_MENU,
type             1298 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_MENU,
type             1307 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1323 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_MENU,
type             1332 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1388 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_MENU,
type             1417 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type             1430 drivers/media/platform/vivid/vivid-ctrls.c 	.type = V4L2_CTRL_TYPE_CTRL_CLASS,
type             1455 drivers/media/platform/vivid/vivid-ctrls.c 		.type = V4L2_CTRL_TYPE_MENU,
type             1535 drivers/media/platform/vivid/vivid-ctrls.c 			.type = V4L2_CTRL_TYPE_MENU,
type              116 drivers/media/platform/vivid/vivid-osd.c 	fix->type = FB_TYPE_PACKED_PIXELS;
type               26 drivers/media/platform/vivid/vivid-radio-common.c 		.type = V4L2_TUNER_RADIO,
type               36 drivers/media/platform/vivid/vivid-radio-common.c 		.type = V4L2_TUNER_RADIO,
type               45 drivers/media/platform/vivid/vivid-radio-common.c 		.type = V4L2_TUNER_RADIO,
type               45 drivers/media/platform/vivid/vivid-sdr-cap.c 		.type = V4L2_TUNER_ADC,
type               53 drivers/media/platform/vivid/vivid-sdr-cap.c 		.type = V4L2_TUNER_ADC,
type               61 drivers/media/platform/vivid/vivid-sdr-cap.c 		.type = V4L2_TUNER_ADC,
type               76 drivers/media/platform/vivid/vivid-sdr-cap.c 		.type = V4L2_TUNER_RF,
type              359 drivers/media/platform/vivid/vivid-sdr-cap.c 		vf->type = V4L2_TUNER_ADC;
type              363 drivers/media/platform/vivid/vivid-sdr-cap.c 		vf->type = V4L2_TUNER_RF;
type              379 drivers/media/platform/vivid/vivid-sdr-cap.c 		if (vf->type != V4L2_TUNER_ADC)
type              400 drivers/media/platform/vivid/vivid-sdr-cap.c 		if (vf->type != V4L2_TUNER_RF)
type              416 drivers/media/platform/vivid/vivid-sdr-cap.c 		vt->type = V4L2_TUNER_ADC;
type              424 drivers/media/platform/vivid/vivid-sdr-cap.c 		vt->type = V4L2_TUNER_RF;
type              128 drivers/media/platform/vivid/vivid-vbi-cap.c 	unsigned size = vq->type == V4L2_BUF_TYPE_SLICED_VBI_CAPTURE ?
type              148 drivers/media/platform/vivid/vivid-vbi-cap.c 	unsigned size = vb->vb2_queue->type == V4L2_BUF_TYPE_SLICED_VBI_CAPTURE ?
type              261 drivers/media/platform/vivid/vivid-vbi-cap.c 	dev->vbi_cap_dev.queue->type = V4L2_BUF_TYPE_VBI_CAPTURE;
type              329 drivers/media/platform/vivid/vivid-vbi-cap.c 	dev->vbi_cap_dev.queue->type = V4L2_BUF_TYPE_SLICED_VBI_CAPTURE;
type              342 drivers/media/platform/vivid/vivid-vbi-cap.c 		    cap->type != V4L2_BUF_TYPE_SLICED_VBI_CAPTURE)
type              347 drivers/media/platform/vivid/vivid-vbi-cap.c 		    cap->type != V4L2_BUF_TYPE_SLICED_VBI_OUTPUT)
type               24 drivers/media/platform/vivid/vivid-vbi-out.c 	unsigned size = vq->type == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT ?
type               44 drivers/media/platform/vivid/vivid-vbi-out.c 	unsigned size = vb->vb2_queue->type == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT ?
type              170 drivers/media/platform/vivid/vivid-vbi-out.c 	dev->vbi_out_dev.queue->type = V4L2_BUF_TYPE_VBI_OUTPUT;
type              215 drivers/media/platform/vivid/vivid-vbi-out.c 	dev->vbi_out_dev.queue->type = V4L2_BUF_TYPE_SLICED_VBI_OUTPUT;
type              196 drivers/media/platform/vivid/vivid-vid-cap.c 	tc->type = (fps == 30) ? V4L2_TC_TYPE_30FPS : V4L2_TC_TYPE_25FPS;
type              842 drivers/media/platform/vivid/vivid-vid-cap.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              891 drivers/media/platform/vivid/vivid-vid-cap.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1018 drivers/media/platform/vivid/vivid-vid-cap.c 				int type, struct v4l2_fract *f)
type             1022 drivers/media/platform/vivid/vivid-vid-cap.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1278 drivers/media/platform/vivid/vivid-vid-cap.c 	inp->type = V4L2_INPUT_TYPE_CAMERA;
type             1288 drivers/media/platform/vivid/vivid-vid-cap.c 		inp->type = V4L2_INPUT_TYPE_TUNER;
type             1812 drivers/media/platform/vivid/vivid-vid-cap.c 		fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type             1818 drivers/media/platform/vivid/vivid-vid-cap.c 	fsize->type = V4L2_FRMSIZE_TYPE_STEPWISE;
type             1847 drivers/media/platform/vivid/vivid-vid-cap.c 		fival->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type             1860 drivers/media/platform/vivid/vivid-vid-cap.c 	fival->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type             1870 drivers/media/platform/vivid/vivid-vid-cap.c 	if (parm->type != (dev->multiplanar ?
type             1889 drivers/media/platform/vivid/vivid-vid-cap.c 	if (parm->type != (dev->multiplanar ?
type               31 drivers/media/platform/vivid/vivid-vid-cap.h int vivid_vid_cap_g_pixelaspect(struct file *file, void *priv, int type, struct v4l2_fract *f);
type               21 drivers/media/platform/vivid/vivid-vid-common.c 	.type = V4L2_DV_BT_656_1120,
type              784 drivers/media/platform/vivid/vivid-vid-common.c void vivid_send_source_change(struct vivid_dev *dev, unsigned type)
type              787 drivers/media/platform/vivid/vivid-vid-common.c 		.type = V4L2_EVENT_SOURCE_CHANGE,
type              794 drivers/media/platform/vivid/vivid-vid-common.c 		if (dev->input_type[i] == type) {
type              812 drivers/media/platform/vivid/vivid-vid-common.c 	bool is_out = sp_fmt->type == V4L2_BUF_TYPE_VIDEO_OUTPUT;
type              815 drivers/media/platform/vivid/vivid-vid-common.c 	mp_fmt->type = is_out ? V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE :
type               26 drivers/media/platform/vivid/vivid-vid-common.h void vivid_send_source_change(struct vivid_dev *dev, unsigned type);
type              642 drivers/media/platform/vivid/vivid-vid-out.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              689 drivers/media/platform/vivid/vivid-vid-out.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              811 drivers/media/platform/vivid/vivid-vid-out.c 				int type, struct v4l2_fract *f)
type              815 drivers/media/platform/vivid/vivid-vid-out.c 	if (type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1045 drivers/media/platform/vivid/vivid-vid-out.c 	out->type = V4L2_OUTPUT_TYPE_ANALOG;
type             1183 drivers/media/platform/vivid/vivid-vid-out.c 	if (parm->type != (dev->multiplanar ?
type             1198 drivers/media/platform/vivid/vivid-vid-out.c 	switch (sub->type) {
type               26 drivers/media/platform/vivid/vivid-vid-out.h int vivid_vid_out_g_pixelaspect(struct file *file, void *priv, int type, struct v4l2_fract *f);
type              331 drivers/media/platform/vsp1/vsp1_brx.c 	if (entity->type == VSP1_ENTITY_BRU)
type              371 drivers/media/platform/vsp1/vsp1_brx.c 		if (!(entity->type == VSP1_ENTITY_BRU && i == 1))
type              408 drivers/media/platform/vsp1/vsp1_brx.c 				 enum vsp1_entity_type type)
type              419 drivers/media/platform/vsp1/vsp1_brx.c 	brx->base = type == VSP1_ENTITY_BRU ? VI6_BRU_BASE : VI6_BRS_BASE;
type              421 drivers/media/platform/vsp1/vsp1_brx.c 	brx->entity.type = type;
type              423 drivers/media/platform/vsp1/vsp1_brx.c 	if (type == VSP1_ENTITY_BRU) {
type               42 drivers/media/platform/vsp1/vsp1_brx.h 				 enum vsp1_entity_type type);
type               90 drivers/media/platform/vsp1/vsp1_clu.c 	.type = V4L2_CTRL_TYPE_U32,
type              108 drivers/media/platform/vsp1/vsp1_clu.c 	.type = V4L2_CTRL_TYPE_MENU,
type              250 drivers/media/platform/vsp1/vsp1_clu.c 	clu->entity.type = VSP1_ENTITY_CLU;
type              423 drivers/media/platform/vsp1/vsp1_dl.c vsp1_dl_cmd_pool_create(struct vsp1_device *vsp1, enum vsp1_extcmd_type type,
type              444 drivers/media/platform/vsp1/vsp1_dl.c 		   vsp1_extended_commands[type].body_size;
type              464 drivers/media/platform/vsp1/vsp1_dl.c 		cmd->opcode = vsp1_extended_commands[type].opcode;
type               27 drivers/media/platform/vsp1/vsp1_drm.c #define BRX_NAME(e)	(e)->type == VSP1_ENTITY_BRU ? "BRU" : "BRS"
type              100 drivers/media/platform/vsp1/vsp1_drv.c 		if (source->type == sink->type)
type              103 drivers/media/platform/vsp1/vsp1_drv.c 		if (source->type == VSP1_ENTITY_HGO ||
type              104 drivers/media/platform/vsp1/vsp1_drv.c 		    source->type == VSP1_ENTITY_HGT ||
type              105 drivers/media/platform/vsp1/vsp1_drv.c 		    source->type == VSP1_ENTITY_LIF ||
type              106 drivers/media/platform/vsp1/vsp1_drv.c 		    source->type == VSP1_ENTITY_WPF)
type              109 drivers/media/platform/vsp1/vsp1_drv.c 		flags = source->type == VSP1_ENTITY_RPF &&
type              110 drivers/media/platform/vsp1/vsp1_drv.c 			sink->type == VSP1_ENTITY_WPF &&
type              139 drivers/media/platform/vsp1/vsp1_drv.c 		if (entity->type == VSP1_ENTITY_LIF ||
type              140 drivers/media/platform/vsp1/vsp1_drv.c 		    entity->type == VSP1_ENTITY_RPF)
type               30 drivers/media/platform/vsp1/vsp1_entity.c 	if (entity->type == VSP1_ENTITY_HGO) {
type               43 drivers/media/platform/vsp1/vsp1_entity.c 	} else if (entity->type == VSP1_ENTITY_HGT) {
type               67 drivers/media/platform/vsp1/vsp1_entity.c 	if (source->type == VSP1_ENTITY_BRS)
type              457 drivers/media/platform/vsp1/vsp1_entity.c 		if (sink->type != VSP1_ENTITY_HGO &&
type              458 drivers/media/platform/vsp1/vsp1_entity.c 		    sink->type != VSP1_ENTITY_HGT) {
type              544 drivers/media/platform/vsp1/vsp1_entity.c 		if (entity->type != VSP1_ENTITY_HGO &&
type              545 drivers/media/platform/vsp1/vsp1_entity.c 		    entity->type != VSP1_ENTITY_HGT)
type              618 drivers/media/platform/vsp1/vsp1_entity.c 		if (vsp1_routes[i].type == entity->type &&
type               59 drivers/media/platform/vsp1/vsp1_entity.h 	enum vsp1_entity_type type;
type              101 drivers/media/platform/vsp1/vsp1_entity.h 	enum vsp1_entity_type type;
type              105 drivers/media/platform/vsp1/vsp1_hgo.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type              120 drivers/media/platform/vsp1/vsp1_hgo.c 	.type = V4L2_CTRL_TYPE_INTEGER_MENU,
type              116 drivers/media/platform/vsp1/vsp1_hgt.c 	.type = V4L2_CTRL_TYPE_U8,
type              444 drivers/media/platform/vsp1/vsp1_histo.c 	if (f->index > 0 || f->type != histo->queue.type)
type              459 drivers/media/platform/vsp1/vsp1_histo.c 	if (format->type != histo->queue.type)
type              515 drivers/media/platform/vsp1/vsp1_histo.c 			enum vsp1_entity_type type, const char *name,
type              537 drivers/media/platform/vsp1/vsp1_histo.c 	histo->entity.type = type;
type              562 drivers/media/platform/vsp1/vsp1_histo.c 	histo->queue.type = V4L2_BUF_TYPE_META_CAPTURE;
type               65 drivers/media/platform/vsp1/vsp1_histo.h 			enum vsp1_entity_type type, const char *name,
type              165 drivers/media/platform/vsp1/vsp1_hsit.c 		hsit->entity.type = VSP1_ENTITY_HSI;
type              167 drivers/media/platform/vsp1/vsp1_hsit.c 		hsit->entity.type = VSP1_ENTITY_HST;
type              162 drivers/media/platform/vsp1/vsp1_lif.c 	lif->entity.type = VSP1_ENTITY_LIF;
type               83 drivers/media/platform/vsp1/vsp1_lut.c 	.type = V4L2_CTRL_TYPE_U32,
type              209 drivers/media/platform/vsp1/vsp1_lut.c 	lut->entity.type = VSP1_ENTITY_LUT;
type              422 drivers/media/platform/vsp1/vsp1_pipe.c 	if (pipe->uds_input->type == VSP1_ENTITY_BRU ||
type              423 drivers/media/platform/vsp1/vsp1_pipe.c 	    pipe->uds_input->type == VSP1_ENTITY_BRS)
type              358 drivers/media/platform/vsp1/vsp1_rpf.c 	rpf->entity.type = VSP1_ENTITY_RPF;
type              104 drivers/media/platform/vsp1/vsp1_rwpf.c 	if (rwpf->entity.type == VSP1_ENTITY_RPF) {
type              143 drivers/media/platform/vsp1/vsp1_rwpf.c 	if (rwpf->entity.type == VSP1_ENTITY_WPF || sel->pad != RWPF_PAD_SINK)
type              192 drivers/media/platform/vsp1/vsp1_rwpf.c 	if (rwpf->entity.type == VSP1_ENTITY_WPF || sel->pad != RWPF_PAD_SINK)
type               97 drivers/media/platform/vsp1/vsp1_sru.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type              371 drivers/media/platform/vsp1/vsp1_sru.c 	sru->entity.type = VSP1_ENTITY_SRU;
type              417 drivers/media/platform/vsp1/vsp1_uds.c 	uds->entity.type = VSP1_ENTITY_UDS;
type              254 drivers/media/platform/vsp1/vsp1_uif.c 	uif->entity.type = VSP1_ENTITY_UIF;
type              508 drivers/media/platform/vsp1/vsp1_video.c 		if (entity->type == VSP1_ENTITY_BRU ||
type              509 drivers/media/platform/vsp1/vsp1_video.c 		    entity->type == VSP1_ENTITY_BRS) {
type              522 drivers/media/platform/vsp1/vsp1_video.c 		if (entity->type == VSP1_ENTITY_WPF)
type              533 drivers/media/platform/vsp1/vsp1_video.c 		if (entity->type == VSP1_ENTITY_UDS) {
type              587 drivers/media/platform/vsp1/vsp1_video.c 		switch (e->type) {
type              806 drivers/media/platform/vsp1/vsp1_video.c 		if (pipe->uds_input->type == VSP1_ENTITY_BRU ||
type              807 drivers/media/platform/vsp1/vsp1_video.c 		    pipe->uds_input->type == VSP1_ENTITY_BRS) {
type              974 drivers/media/platform/vsp1/vsp1_video.c 	if (format->type != video->queue.type)
type              990 drivers/media/platform/vsp1/vsp1_video.c 	if (format->type != video->queue.type)
type             1004 drivers/media/platform/vsp1/vsp1_video.c 	if (format->type != video->queue.type)
type             1027 drivers/media/platform/vsp1/vsp1_video.c vsp1_video_streamon(struct file *file, void *fh, enum v4l2_buf_type type)
type             1068 drivers/media/platform/vsp1/vsp1_video.c 	ret = vb2_streamon(&video->queue, type);
type             1260 drivers/media/platform/vsp1/vsp1_video.c 	if (rwpf->entity.type == VSP1_ENTITY_RPF) {
type             1262 drivers/media/platform/vsp1/vsp1_video.c 		video->type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type             1269 drivers/media/platform/vsp1/vsp1_video.c 		video->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type             1302 drivers/media/platform/vsp1/vsp1_video.c 	video->queue.type = video->type;
type               37 drivers/media/platform/vsp1/vsp1_video.h 	enum v4l2_buf_type type;
type              336 drivers/media/platform/vsp1/vsp1_wpf.c 		srcrpf |= pipe->brx->type == VSP1_ENTITY_BRU
type              582 drivers/media/platform/vsp1/vsp1_wpf.c 	wpf->entity.type = VSP1_ENTITY_WPF;
type              352 drivers/media/platform/xilinx/xilinx-dma.c 	if (dma->queue.type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              651 drivers/media/platform/xilinx/xilinx-dma.c 		  enum v4l2_buf_type type, unsigned int port)
type              673 drivers/media/platform/xilinx/xilinx-dma.c 	dma->pad.flags = type == V4L2_BUF_TYPE_VIDEO_CAPTURE
type              686 drivers/media/platform/xilinx/xilinx-dma.c 		 type == V4L2_BUF_TYPE_VIDEO_CAPTURE ? "output" : "input",
type              689 drivers/media/platform/xilinx/xilinx-dma.c 	dma->video.vfl_dir = type == V4L2_BUF_TYPE_VIDEO_CAPTURE
type              695 drivers/media/platform/xilinx/xilinx-dma.c 	if (type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              710 drivers/media/platform/xilinx/xilinx-dma.c 	dma->queue.type = type;
type              101 drivers/media/platform/xilinx/xilinx-dma.h 		  enum v4l2_buf_type type, unsigned int port);
type              513 drivers/media/platform/xilinx/xilinx-tpg.c 		.type	= V4L2_CTRL_TYPE_BOOLEAN,
type              522 drivers/media/platform/xilinx/xilinx-tpg.c 		.type	= V4L2_CTRL_TYPE_BOOLEAN,
type              531 drivers/media/platform/xilinx/xilinx-tpg.c 		.type	= V4L2_CTRL_TYPE_BITMASK,
type              539 drivers/media/platform/xilinx/xilinx-tpg.c 		.type	= V4L2_CTRL_TYPE_BOOLEAN,
type              548 drivers/media/platform/xilinx/xilinx-tpg.c 		.type	= V4L2_CTRL_TYPE_BOOLEAN,
type              557 drivers/media/platform/xilinx/xilinx-tpg.c 		.type	= V4L2_CTRL_TYPE_BOOLEAN,
type              566 drivers/media/platform/xilinx/xilinx-tpg.c 		.type	= V4L2_CTRL_TYPE_INTEGER,
type              576 drivers/media/platform/xilinx/xilinx-tpg.c 		.type	= V4L2_CTRL_TYPE_INTEGER,
type              586 drivers/media/platform/xilinx/xilinx-tpg.c 		.type	= V4L2_CTRL_TYPE_INTEGER,
type              596 drivers/media/platform/xilinx/xilinx-tpg.c 		.type	= V4L2_CTRL_TYPE_INTEGER,
type              606 drivers/media/platform/xilinx/xilinx-tpg.c 		.type	= V4L2_CTRL_TYPE_INTEGER,
type              616 drivers/media/platform/xilinx/xilinx-tpg.c 		.type	= V4L2_CTRL_TYPE_INTEGER,
type              626 drivers/media/platform/xilinx/xilinx-tpg.c 		.type	= V4L2_CTRL_TYPE_INTEGER,
type              636 drivers/media/platform/xilinx/xilinx-tpg.c 		.type	= V4L2_CTRL_TYPE_INTEGER,
type              646 drivers/media/platform/xilinx/xilinx-tpg.c 		.type	= V4L2_CTRL_TYPE_INTEGER,
type              655 drivers/media/platform/xilinx/xilinx-tpg.c 		.type	= V4L2_CTRL_TYPE_INTEGER,
type              665 drivers/media/platform/xilinx/xilinx-tpg.c 		.type	= V4L2_CTRL_TYPE_INTEGER,
type              435 drivers/media/platform/xilinx/xilinx-vipp.c 	enum v4l2_buf_type type;
type              445 drivers/media/platform/xilinx/xilinx-vipp.c 		type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              447 drivers/media/platform/xilinx/xilinx-vipp.c 		type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type              457 drivers/media/platform/xilinx/xilinx-vipp.c 	ret = xvip_dma_init(xdev, dma, type, index);
type              465 drivers/media/platform/xilinx/xilinx-vipp.c 	xdev->v4l2_caps |= type == V4L2_BUF_TYPE_VIDEO_CAPTURE
type              184 drivers/media/radio/dsbr100.c 	v->type = V4L2_TUNER_RADIO;
type              206 drivers/media/radio/dsbr100.c 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)
type              220 drivers/media/radio/dsbr100.c 	f->type = V4L2_TUNER_RADIO;
type               97 drivers/media/radio/radio-cadet.c 		.type = V4L2_TUNER_RADIO,
type              104 drivers/media/radio/radio-cadet.c 		.type = V4L2_TUNER_RADIO,
type              370 drivers/media/radio/radio-cadet.c 	v->type = V4L2_TUNER_RADIO;
type              417 drivers/media/radio/radio-cadet.c 	f->type = V4L2_TUNER_RADIO;
type               53 drivers/media/radio/radio-isa.c 	v->type = V4L2_TUNER_RADIO;
type               95 drivers/media/radio/radio-isa.c 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)
type              111 drivers/media/radio/radio-isa.c 	f->type = V4L2_TUNER_RADIO;
type              208 drivers/media/radio/radio-keene.c 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)
type              221 drivers/media/radio/radio-keene.c 	f->type = V4L2_TUNER_RADIO;
type              215 drivers/media/radio/radio-ma901.c 	v->type = V4L2_TUNER_RADIO;
type              234 drivers/media/radio/radio-miropcm20.c 	v->type = V4L2_TUNER_RADIO;
type              277 drivers/media/radio/radio-miropcm20.c 	f->type = V4L2_TUNER_RADIO;
type              288 drivers/media/radio/radio-miropcm20.c 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)
type              283 drivers/media/radio/radio-mr800.c 	v->type = V4L2_TUNER_RADIO;
type              329 drivers/media/radio/radio-mr800.c 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)
type              331 drivers/media/radio/radio-mr800.c 	f->type = V4L2_TUNER_RADIO;
type               76 drivers/media/radio/radio-raremono.c 		.type = V4L2_TUNER_RADIO,
type               86 drivers/media/radio/radio-raremono.c 		.type = V4L2_TUNER_RADIO,
type               95 drivers/media/radio/radio-raremono.c 		.type = V4L2_TUNER_RADIO,
type              246 drivers/media/radio/radio-raremono.c 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)
type              267 drivers/media/radio/radio-raremono.c 	f->type = V4L2_TUNER_RADIO;
type              148 drivers/media/radio/radio-sf16fmi.c 	v->type = V4L2_TUNER_RADIO;
type              169 drivers/media/radio/radio-sf16fmi.c 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)
type              185 drivers/media/radio/radio-sf16fmi.c 	f->type = V4L2_TUNER_RADIO;
type               50 drivers/media/radio/radio-si476x.c 		.type		= V4L2_TUNER_RADIO,
type               62 drivers/media/radio/radio-si476x.c 		.type		= V4L2_TUNER_RADIO,
type              167 drivers/media/radio/radio-si476x.c 		.type	= V4L2_CTRL_TYPE_INTEGER,
type              175 drivers/media/radio/radio-si476x.c 		.type	= V4L2_CTRL_TYPE_INTEGER,
type              184 drivers/media/radio/radio-si476x.c 		.type	= V4L2_CTRL_TYPE_INTEGER,
type              199 drivers/media/radio/radio-si476x.c 		.type	= V4L2_CTRL_TYPE_INTEGER,
type              224 drivers/media/radio/radio-si476x.c 		.type	= V4L2_CTRL_TYPE_MENU,
type              241 drivers/media/radio/radio-si476x.c 		.type	= V4L2_CTRL_TYPE_BOOLEAN,
type              397 drivers/media/radio/radio-si476x.c 	tuner->type       = V4L2_TUNER_RADIO;
type              655 drivers/media/radio/radio-si476x.c 	    f->type  != V4L2_TUNER_RADIO)
type              699 drivers/media/radio/radio-si476x.c 	    f->type  != V4L2_TUNER_RADIO)
type              747 drivers/media/radio/radio-si476x.c 	    seek->type  != V4L2_TUNER_RADIO)
type              298 drivers/media/radio/radio-tea5764.c 	v->type = V4L2_TUNER_RADIO;
type              332 drivers/media/radio/radio-tea5764.c 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)
type              359 drivers/media/radio/radio-tea5764.c 	f->type = V4L2_TUNER_RADIO;
type              140 drivers/media/radio/radio-tea5777.c 		.type = V4L2_TUNER_RADIO,
type              151 drivers/media/radio/radio-tea5777.c 		.type = V4L2_TUNER_RADIO,
type              297 drivers/media/radio/radio-tea5777.c 	v->type = V4L2_TUNER_RADIO;
type              347 drivers/media/radio/radio-tea5777.c 	f->type = V4L2_TUNER_RADIO;
type              357 drivers/media/radio/radio-tea5777.c 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)
type             1510 drivers/media/radio/radio-wl1273.c 	tuner->type = V4L2_TUNER_RADIO;
type             1633 drivers/media/radio/radio-wl1273.c 	freq->type = V4L2_TUNER_RADIO;
type             1650 drivers/media/radio/radio-wl1273.c 	if (freq->type != V4L2_TUNER_RADIO) {
type             1652 drivers/media/radio/radio-wl1273.c 			"freq->type != V4L2_TUNER_RADIO: %d\n", freq->type);
type             1692 drivers/media/radio/radio-wl1273.c 	if (seek->tuner != 0 || seek->type != V4L2_TUNER_RADIO)
type              135 drivers/media/radio/si470x/radio-si470x-common.c 		.type = V4L2_TUNER_RADIO,
type              147 drivers/media/radio/si470x/radio-si470x-common.c 		.type = V4L2_TUNER_RADIO,
type              159 drivers/media/radio/si470x/radio-si470x-common.c 		.type = V4L2_TUNER_RADIO,
type              617 drivers/media/radio/si470x/radio-si470x-common.c 	tuner->type = V4L2_TUNER_RADIO;
type              694 drivers/media/radio/si470x/radio-si470x-common.c 	freq->type = V4L2_TUNER_RADIO;
type             1417 drivers/media/radio/si4713/si4713.c 	.type = V4L2_CTRL_TYPE_U32,
type               51 drivers/media/radio/tea575x.c 		.type = V4L2_TUNER_RADIO,
type               60 drivers/media/radio/tea575x.c 		.type = V4L2_TUNER_RADIO,
type               69 drivers/media/radio/tea575x.c 		.type = V4L2_TUNER_RADIO,
type              285 drivers/media/radio/tea575x.c 	v->type = V4L2_TUNER_RADIO;
type              330 drivers/media/radio/tea575x.c 	f->type = V4L2_TUNER_RADIO;
type              340 drivers/media/radio/tea575x.c 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)
type               75 drivers/media/radio/tef6862.c 	v->type = V4L2_TUNER_RADIO;
type              123 drivers/media/radio/tef6862.c 	f->type = V4L2_TUNER_RADIO;
type              377 drivers/media/radio/wl128x/fmdrv_common.c static int fm_send_cmd(struct fmdev *fmdev, u8 fm_op, u16 type,	void *payload,
type              420 drivers/media/radio/wl128x/fmdrv_common.c 		hdr->rd_wr = type;
type              446 drivers/media/radio/wl128x/fmdrv_common.c int fmc_send_cmd(struct fmdev *fmdev, u8 fm_op, u16 type, void *payload,
type              455 drivers/media/radio/wl128x/fmdrv_common.c 	ret = fm_send_cmd(fmdev, fm_op, type, payload, payload_len,
type              703 drivers/media/radio/wl128x/fmdrv_common.c 	u8 type, blk_idx;
type              719 drivers/media/radio/wl128x/fmdrv_common.c 		type = (meta_data & 0x07);
type              722 drivers/media/radio/wl128x/fmdrv_common.c 		blk_idx = (type <= FM_RDS_BLOCK_C ? type : (type - 1));
type              781 drivers/media/radio/wl128x/fmdrv_common.c 		type = (rds_data[2] & 0x07);
type              782 drivers/media/radio/wl128x/fmdrv_common.c 		blk_idx = (type <= FM_RDS_BLOCK_C ? type : (type - 1));
type             1263 drivers/media/radio/wl128x/fmdrv_common.c 		switch (action->type) {
type               20 drivers/media/radio/wl128x/fmdrv_common.h 	u8 type;
type               79 drivers/media/radio/wl128x/fmdrv_tx.c static int set_rds_len(struct fmdev *fmdev, u8 type, u16 len)
type               84 drivers/media/radio/wl128x/fmdrv_tx.c 	len |= type << 8;
type              281 drivers/media/radio/wl128x/fmdrv_v4l2.c 	tuner->type = V4L2_TUNER_RADIO;
type              816 drivers/media/rc/ati_remote.c 	struct ati_receiver_type *type = (struct ati_receiver_type *)id->driver_info;
type              878 drivers/media/rc/ati_remote.c 	if (type) {
type              879 drivers/media/rc/ati_remote.c 		if (type->default_keymap)
type              880 drivers/media/rc/ati_remote.c 			rc_dev->map_name = type->default_keymap;
type              881 drivers/media/rc/ati_remote.c 		else if (type->get_default_keymap)
type              882 drivers/media/rc/ati_remote.c 			rc_dev->map_name = type->get_default_keymap(interface);
type              125 drivers/media/rc/bpf-lirc.c 				       enum bpf_access_type type,
type              130 drivers/media/rc/bpf-lirc.c 	return type == BPF_READ && off == 0 && size == sizeof(u32);
type              374 drivers/media/rc/img-ir/img-ir-hw.c 				 enum rc_filter_type type)
type              380 drivers/media/rc/img-ir/img-ir-hw.c 	if (hw->flags & BIT(type))
type              381 drivers/media/rc/img-ir/img-ir-hw.c 		ft = img_ir_free_timing_dynamic(regs->ft, &hw->filters[type]);
type              457 drivers/media/rc/img-ir/img-ir-hw.c static int img_ir_set_filter(struct rc_dev *dev, enum rc_filter_type type,
type              466 drivers/media/rc/img-ir/img-ir-hw.c 		type == RC_FILTER_WAKEUP ? "wake " : "",
type              487 drivers/media/rc/img-ir/img-ir-hw.c 	if (type == RC_FILTER_NORMAL) {
type              499 drivers/media/rc/img-ir/img-ir-hw.c 		type == RC_FILTER_WAKEUP ? "wake " : "",
type              505 drivers/media/rc/img-ir/img-ir-hw.c 	switch (type) {
type              604 drivers/media/rc/img-ir/img-ir-hw.c 		proto = decoder->type;
type              653 drivers/media/rc/img-ir/img-ir-hw.c 			protos |= dec->type;
type              676 drivers/media/rc/img-ir/img-ir-hw.c 		if (*ir_type & dec->type) {
type              677 drivers/media/rc/img-ir/img-ir-hw.c 			*ir_type &= dec->type;
type             1014 drivers/media/rc/img-ir/img-ir-hw.c 			img_ir_set_protocol(priv, dec->type);
type              166 drivers/media/rc/img-ir/img-ir-hw.h 	u64				type;
type               51 drivers/media/rc/img-ir/img-ir-jvc.c 	.type = RC_PROTO_BIT_JVC,
type              127 drivers/media/rc/img-ir/img-ir-nec.c 	.type = RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | RC_PROTO_BIT_NEC32,
type               51 drivers/media/rc/img-ir/img-ir-rc5.c 	.type      = RC_PROTO_BIT_RC5,
type               72 drivers/media/rc/img-ir/img-ir-rc6.c 	.type		= RC_PROTO_BIT_RC6_0,
type               79 drivers/media/rc/img-ir/img-ir-sanyo.c 	.type = RC_PROTO_BIT_SANYO,
type               72 drivers/media/rc/img-ir/img-ir-sharp.c 	.type = RC_PROTO_BIT_SHARP,
type              128 drivers/media/rc/img-ir/img-ir-sony.c 	.type = RC_PROTO_BIT_SONY12 | RC_PROTO_BIT_SONY15 | RC_PROTO_BIT_SONY20,
type              999 drivers/media/rc/rc-main.c 	u64	type;
type             1042 drivers/media/rc/rc-main.c 	enum rc_filter_type		type;
type             1050 drivers/media/rc/rc-main.c 		.type = (_type),					\
type             1089 drivers/media/rc/rc-main.c 		if (allowed & enabled & proto_names[i].type)
type             1091 drivers/media/rc/rc-main.c 		else if (allowed & proto_names[i].type)
type             1094 drivers/media/rc/rc-main.c 		if (allowed & proto_names[i].type)
type             1095 drivers/media/rc/rc-main.c 			allowed &= ~proto_names[i].type;
type             1150 drivers/media/rc/rc-main.c 				mask = proto_names[i].type;
type             1189 drivers/media/rc/rc-main.c 		if (proto_names[i].type == RC_PROTO_BIT_NONE ||
type             1190 drivers/media/rc/rc-main.c 		    proto_names[i].type & (RC_PROTO_BIT_OTHER |
type             1195 drivers/media/rc/rc-main.c 		if (!(*protocols & proto_names[i].type & ~available))
type             1201 drivers/media/rc/rc-main.c 			*protocols &= ~proto_names[i].type;
type             1209 drivers/media/rc/rc-main.c 			*protocols &= ~proto_names[i].type;
type             1214 drivers/media/rc/rc-main.c 		if (!(*protocols & proto_names[i].type & ~available))
type             1220 drivers/media/rc/rc-main.c 		*protocols &= ~proto_names[i].type;
type             1337 drivers/media/rc/rc-main.c 	if (fattr->type == RC_FILTER_NORMAL)
type             1385 drivers/media/rc/rc-main.c 	if (fattr->type == RC_FILTER_NORMAL) {
type             1404 drivers/media/rc/rc-main.c 	if (fattr->type == RC_FILTER_WAKEUP) {
type             1418 drivers/media/rc/rc-main.c 	if (fattr->type == RC_FILTER_NORMAL && !dev->enabled_protocols &&
type             1651 drivers/media/rc/rc-main.c struct rc_dev *rc_allocate_device(enum rc_driver_type type)
type             1659 drivers/media/rc/rc-main.c 	if (type != RC_DRIVER_IR_RAW_TX) {
type             1679 drivers/media/rc/rc-main.c 	dev->dev.type = &rc_dev_type;
type             1683 drivers/media/rc/rc-main.c 	dev->driver_type = type;
type             1712 drivers/media/rc/rc-main.c 				       enum rc_driver_type type)
type             1720 drivers/media/rc/rc-main.c 	rc = rc_allocate_device(type);
type               48 drivers/media/rc/serial_ir.c static int type;
type              163 drivers/media/rc/serial_ir.c 		soutp(UART_MCR, hardware[type].off);
type              165 drivers/media/rc/serial_ir.c 		soutp(UART_MCR, hardware[type].on);
type              171 drivers/media/rc/serial_ir.c 		soutp(UART_MCR, hardware[type].on);
type              173 drivers/media/rc/serial_ir.c 		soutp(UART_MCR, hardware[type].off);
type              341 drivers/media/rc/serial_ir.c 		if ((status & hardware[type].signal_pin_change) &&
type              353 drivers/media/rc/serial_ir.c 			dcd = (status & hardware[type].signal_pin) ? 1 : 0;
type              443 drivers/media/rc/serial_ir.c 	switch (type) {
type              492 drivers/media/rc/serial_ir.c 	if (hardware[type].send_pulse && hardware[type].send_space)
type              494 drivers/media/rc/serial_ir.c 	if (hardware[type].set_send_carrier)
type              496 drivers/media/rc/serial_ir.c 	if (hardware[type].set_duty_cycle)
type              499 drivers/media/rc/serial_ir.c 	switch (type) {
type              582 drivers/media/rc/serial_ir.c 			if (sinp(UART_MSR) & hardware[type].signal_pin)
type              607 drivers/media/rc/serial_ir.c 	spin_lock_irqsave(&hardware[type].lock, flags);
type              614 drivers/media/rc/serial_ir.c 	spin_unlock_irqrestore(&hardware[type].lock, flags);
type              623 drivers/media/rc/serial_ir.c 	spin_lock_irqsave(&hardware[type].lock, flags);
type              631 drivers/media/rc/serial_ir.c 	spin_unlock_irqrestore(&hardware[type].lock, flags);
type              642 drivers/media/rc/serial_ir.c 	spin_lock_irqsave(&hardware[type].lock, flags);
type              643 drivers/media/rc/serial_ir.c 	if (type == IR_IRDEO) {
type              651 drivers/media/rc/serial_ir.c 			hardware[type].send_space();
type              653 drivers/media/rc/serial_ir.c 			hardware[type].send_pulse(txbuf[i], edge);
type              658 drivers/media/rc/serial_ir.c 			spin_unlock_irqrestore(&hardware[type].lock, flags);
type              660 drivers/media/rc/serial_ir.c 			spin_lock_irqsave(&hardware[type].lock, flags);
type              666 drivers/media/rc/serial_ir.c 	spin_unlock_irqrestore(&hardware[type].lock, flags);
type              713 drivers/media/rc/serial_ir.c 	spin_lock_irqsave(&hardware[type].lock, flags);
type              719 drivers/media/rc/serial_ir.c 	spin_unlock_irqrestore(&hardware[type].lock, flags);
type              768 drivers/media/rc/serial_ir.c 	switch (type) {
type              782 drivers/media/rc/serial_ir.c 		switch (type) {
type              785 drivers/media/rc/serial_ir.c 			hardware[type].set_send_carrier = false;
type              786 drivers/media/rc/serial_ir.c 			hardware[type].set_duty_cycle = false;
type              811 drivers/media/rc/serial_ir.c module_param(type, int, 0444);
type              812 drivers/media/rc/serial_ir.c MODULE_PARM_DESC(type, "Hardware type (0 = home-brew, 1 = IRdeo, 2 = IRdeo Remote, 3 = AnimaX, 4 = IgorPlug");
type              129 drivers/media/spi/gs1662.c 	.type = V4L2_DV_BT_656_1120,
type              263 drivers/media/tuners/e4000.c 		.type = V4L2_TUNER_RF,
type              270 drivers/media/tuners/e4000.c 		.type = V4L2_TUNER_RF,
type              303 drivers/media/tuners/e4000.c 	v->type = V4L2_TUNER_RF;
type              336 drivers/media/tuners/e4000.c 		f->tuner, f->type, f->frequency);
type              350 drivers/media/tuners/e4000.c 		band->tuner, band->type, band->index);
type              363 drivers/media/tuners/fc2580.c 		.type = V4L2_TUNER_RF,
type              396 drivers/media/tuners/fc2580.c 	v->type = V4L2_TUNER_RF;
type              429 drivers/media/tuners/fc2580.c 		f->tuner, f->type, f->frequency);
type              443 drivers/media/tuners/fc2580.c 		band->tuner, band->type, band->index);
type               16 drivers/media/tuners/msi001.c 		.type = V4L2_TUNER_RF,
type               22 drivers/media/tuners/msi001.c 		.type = V4L2_TUNER_RF,
type              300 drivers/media/tuners/msi001.c 	v->type = V4L2_TUNER_RF;
type              335 drivers/media/tuners/msi001.c 		f->tuner, f->type, f->frequency);
type              354 drivers/media/tuners/msi001.c 		band->tuner, band->type, band->index);
type               90 drivers/media/tuners/r820t.c 	enum v4l2_tuner_type		type;
type              518 drivers/media/tuners/r820t.c static int r820t_set_pll(struct r820t_priv *priv, enum v4l2_tuner_type type,
type              547 drivers/media/tuners/r820t.c 		if (type != V4L2_TUNER_DIGITAL_TV) {
type              699 drivers/media/tuners/r820t.c 			     enum v4l2_tuner_type type,
type              844 drivers/media/tuners/r820t.c 	if (type != V4L2_TUNER_ANALOG_TV) {
type              929 drivers/media/tuners/r820t.c 				 enum v4l2_tuner_type type,
type             1057 drivers/media/tuners/r820t.c 	if (type != V4L2_TUNER_ANALOG_TV) {
type             1066 drivers/media/tuners/r820t.c 	if (type != priv->type)
type             1068 drivers/media/tuners/r820t.c 	else if ((type == V4L2_TUNER_ANALOG_TV) && (std != priv->std))
type             1070 drivers/media/tuners/r820t.c 	else if ((type == V4L2_TUNER_DIGITAL_TV) &&
type             1094 drivers/media/tuners/r820t.c 			rc = r820t_set_pll(priv, type, filt_cal_lo * 1000);
type             1177 drivers/media/tuners/r820t.c 	priv->type = type;
type             1288 drivers/media/tuners/r820t.c 			    enum v4l2_tuner_type type,
type             1298 drivers/media/tuners/r820t.c 	rc = r820t_set_tv_standard(priv, bw, type, std, delsys);
type             1302 drivers/media/tuners/r820t.c 	if ((type == V4L2_TUNER_ANALOG_TV) && (std == V4L2_STD_SECAM_LC))
type             1311 drivers/media/tuners/r820t.c 	rc = r820t_set_pll(priv, type, lo_freq);
type             1315 drivers/media/tuners/r820t.c 	rc = r820t_sysfreq_sel(priv, freq, type, std, delsys);
type             1374 drivers/media/tuners/r820t.c 	priv->type = -1;
type              119 drivers/media/tuners/tuner-i2c.h #define hybrid_tuner_request_state(type, state, list, i2cadap, i2caddr, devname)\
type              135 drivers/media/tuners/tuner-i2c.h 		state = kzalloc(sizeof(type), GFP_KERNEL);		\
type              114 drivers/media/tuners/tuner-simple.c 	unsigned int type;
type              140 drivers/media/tuners/tuner-simple.c static inline int tuner_stereo(const int type, const int status)
type              142 drivers/media/tuners/tuner-simple.c 	switch (type) {
type              181 drivers/media/tuners/tuner-simple.c 	if (tuner_stereo(priv->type, tuner_status))
type              208 drivers/media/tuners/tuner-simple.c static inline char *tuner_param_name(enum param_type type)
type              212 drivers/media/tuners/tuner-simple.c 	switch (type) {
type              243 drivers/media/tuners/tuner-simple.c 		if (desired_type == tun->params[i].type)
type              249 drivers/media/tuners/tuner-simple.c 			  tuner_param_name(desired_type), priv->type);
type              254 drivers/media/tuners/tuner-simple.c 		  tuner_param_name(tun->params[i].type));
type              293 drivers/media/tuners/tuner-simple.c 	switch (priv->type) {
type              327 drivers/media/tuners/tuner-simple.c 	switch (priv->type) {
type              446 drivers/media/tuners/tuner-simple.c 	switch (priv->type) {
type              499 drivers/media/tuners/tuner-simple.c 	switch (priv->type) {
type              679 drivers/media/tuners/tuner-simple.c 		if (tun->params[j].type == TUNER_PARAM_TYPE_RADIO)
type              755 drivers/media/tuners/tuner-simple.c 	switch (priv->type) {
type              802 drivers/media/tuners/tuner-simple.c 	switch (priv->type) {
type              861 drivers/media/tuners/tuner-simple.c 			  priv->type, priv->tun->name);
type             1050 drivers/media/tuners/tuner-simple.c 					 unsigned int type)
type             1055 drivers/media/tuners/tuner-simple.c 	if (type >= tuner_count) {
type             1057 drivers/media/tuners/tuner-simple.c 		       __func__, type, tuner_count-1);
type             1078 drivers/media/tuners/tuner-simple.c 			       tuners[type].name);
type             1097 drivers/media/tuners/tuner-simple.c 		priv->type = type;
type             1098 drivers/media/tuners/tuner-simple.c 		priv->tun  = &tuners[type];
type             1111 drivers/media/tuners/tuner-simple.c 	if (type != priv->type)
type             1113 drivers/media/tuners/tuner-simple.c 			    type, priv->type, priv->tun->name);
type             1116 drivers/media/tuners/tuner-simple.c 			   priv->type, priv->tun->name);
type               15 drivers/media/tuners/tuner-simple.h 						unsigned int type);
type               20 drivers/media/tuners/tuner-simple.h 						       unsigned int type)
type               72 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type               88 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              104 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              121 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_SECAM,
type              138 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              155 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              171 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              187 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              203 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              214 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              230 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              240 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              250 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              266 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              282 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              298 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              314 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              330 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              340 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              357 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              373 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              383 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              393 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              403 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              417 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              427 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              443 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              453 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              463 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              474 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              490 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              506 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              516 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              526 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              536 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              552 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              568 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              593 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              612 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              623 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              639 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              661 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              666 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_DIGITAL,
type              683 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              698 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              708 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              729 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              750 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              772 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              777 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_DIGITAL,
type              795 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              806 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              824 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              829 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_DIGITAL,
type              846 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              862 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              878 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              895 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              905 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              921 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              945 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type              953 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_DIGITAL,
type              970 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type              986 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type             1012 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type             1023 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_DIGITAL,
type             1032 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type             1045 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_DIGITAL,
type             1068 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type             1073 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_DIGITAL,
type             1090 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type             1112 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type             1116 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type             1144 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type             1149 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_DIGITAL,
type             1172 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type             1177 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_DIGITAL,
type             1204 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type             1209 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type             1227 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type             1250 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type             1255 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_DIGITAL,
type             1273 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type             1293 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type             1305 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type             1334 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type             1351 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_DIGITAL,
type             1368 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type             1378 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type             1395 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_PAL,
type             1415 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type             1431 drivers/media/tuners/tuner-types.c 		.type   = TUNER_PARAM_TYPE_NTSC,
type               77 drivers/media/tuners/tuner-xc2028.c 	unsigned int  type;
type               85 drivers/media/tuners/tuner-xc2028.c 	unsigned int	type;
type              176 drivers/media/tuners/tuner-xc2028.c static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq)
type              178 drivers/media/tuners/tuner-xc2028.c 	if (type & BASE)
type              180 drivers/media/tuners/tuner-xc2028.c 	if (type & INIT1)
type              182 drivers/media/tuners/tuner-xc2028.c 	if (type & F8MHZ)
type              184 drivers/media/tuners/tuner-xc2028.c 	if (type & MTS)
type              186 drivers/media/tuners/tuner-xc2028.c 	if (type & D2620)
type              188 drivers/media/tuners/tuner-xc2028.c 	if (type & D2633)
type              190 drivers/media/tuners/tuner-xc2028.c 	if (type & DTV6)
type              192 drivers/media/tuners/tuner-xc2028.c 	if (type & QAM)
type              194 drivers/media/tuners/tuner-xc2028.c 	if (type & DTV7)
type              196 drivers/media/tuners/tuner-xc2028.c 	if (type & DTV78)
type              198 drivers/media/tuners/tuner-xc2028.c 	if (type & DTV8)
type              200 drivers/media/tuners/tuner-xc2028.c 	if (type & FM)
type              202 drivers/media/tuners/tuner-xc2028.c 	if (type & INPUT1)
type              204 drivers/media/tuners/tuner-xc2028.c 	if (type & LCD)
type              206 drivers/media/tuners/tuner-xc2028.c 	if (type & NOGD)
type              208 drivers/media/tuners/tuner-xc2028.c 	if (type & MONO)
type              210 drivers/media/tuners/tuner-xc2028.c 	if (type & ATSC)
type              212 drivers/media/tuners/tuner-xc2028.c 	if (type & IF)
type              214 drivers/media/tuners/tuner-xc2028.c 	if (type & LG60)
type              216 drivers/media/tuners/tuner-xc2028.c 	if (type & ATI638)
type              218 drivers/media/tuners/tuner-xc2028.c 	if (type & OREN538)
type              220 drivers/media/tuners/tuner-xc2028.c 	if (type & OREN36)
type              222 drivers/media/tuners/tuner-xc2028.c 	if (type & TOYOTA388)
type              224 drivers/media/tuners/tuner-xc2028.c 	if (type & TOYOTA794)
type              226 drivers/media/tuners/tuner-xc2028.c 	if (type & DIBCOM52)
type              228 drivers/media/tuners/tuner-xc2028.c 	if (type & ZARLINK456)
type              230 drivers/media/tuners/tuner-xc2028.c 	if (type & CHINA)
type              232 drivers/media/tuners/tuner-xc2028.c 	if (type & F6MHZ)
type              234 drivers/media/tuners/tuner-xc2028.c 	if (type & INPUT2)
type              236 drivers/media/tuners/tuner-xc2028.c 	if (type & SCODE)
type              238 drivers/media/tuners/tuner-xc2028.c 	if (type & HAS_IF)
type              345 drivers/media/tuners/tuner-xc2028.c 		__u32 type, size;
type              356 drivers/media/tuners/tuner-xc2028.c 		if (endp - p < sizeof(type) + sizeof(id) + sizeof(size))
type              359 drivers/media/tuners/tuner-xc2028.c 		type = get_unaligned_le32(p);
type              360 drivers/media/tuners/tuner-xc2028.c 		p += sizeof(type);
type              365 drivers/media/tuners/tuner-xc2028.c 		if (type & HAS_IF) {
type              377 drivers/media/tuners/tuner-xc2028.c 			dump_firm_type(type);
type              380 drivers/media/tuners/tuner-xc2028.c 			       type, (unsigned long long)id, (endp - p), size);
type              392 drivers/media/tuners/tuner-xc2028.c 			dump_firm_type_and_int_freq(type, int_freq);
type              394 drivers/media/tuners/tuner-xc2028.c 			       type, (unsigned long long)id, size);
type              397 drivers/media/tuners/tuner-xc2028.c 		priv->firm[n].type = type;
type              431 drivers/media/tuners/tuner-xc2028.c static int seek_firmware(struct dvb_frontend *fe, unsigned int type,
type              440 drivers/media/tuners/tuner-xc2028.c 		dump_firm_type(type);
type              442 drivers/media/tuners/tuner-xc2028.c 		       type, (unsigned long long)*id);
type              450 drivers/media/tuners/tuner-xc2028.c 	if (((type & ~SCODE) == 0) && (*id == 0))
type              453 drivers/media/tuners/tuner-xc2028.c 	if (type & BASE)
type              455 drivers/media/tuners/tuner-xc2028.c 	else if (type & SCODE) {
type              456 drivers/media/tuners/tuner-xc2028.c 		type &= SCODE_TYPES;
type              458 drivers/media/tuners/tuner-xc2028.c 	} else if (type & DTV_TYPES)
type              460 drivers/media/tuners/tuner-xc2028.c 	else if (type & STD_SPECIFIC_TYPES)
type              463 drivers/media/tuners/tuner-xc2028.c 	type &= type_mask;
type              465 drivers/media/tuners/tuner-xc2028.c 	if (!(type & SCODE))
type              470 drivers/media/tuners/tuner-xc2028.c 		if ((type == (priv->firm[i].type & type_mask)) &&
type              480 drivers/media/tuners/tuner-xc2028.c 		if (type != (priv->firm[i].type & type_mask))
type              500 drivers/media/tuners/tuner-xc2028.c 		dump_firm_type(type);
type              502 drivers/media/tuners/tuner-xc2028.c 		       "(%x), id %016llx:\n", type, (unsigned long long)*id);
type              518 drivers/media/tuners/tuner-xc2028.c 		dump_firm_type(type);
type              520 drivers/media/tuners/tuner-xc2028.c 		       type, (unsigned long long)*id);
type              542 drivers/media/tuners/tuner-xc2028.c static int load_firmware(struct dvb_frontend *fe, unsigned int type,
type              554 drivers/media/tuners/tuner-xc2028.c 	pos = seek_firmware(fe, type, id);
type              559 drivers/media/tuners/tuner-xc2028.c 	dump_firm_type(priv->firm[pos].type);
type              561 drivers/media/tuners/tuner-xc2028.c 	       priv->firm[pos].type, (unsigned long long)*id);
type              653 drivers/media/tuners/tuner-xc2028.c static int load_scode(struct dvb_frontend *fe, unsigned int type,
type              663 drivers/media/tuners/tuner-xc2028.c 		pos = seek_firmware(fe, type, id);
type              669 drivers/media/tuners/tuner-xc2028.c 			    (priv->firm[pos].type & HAS_IF))
type              678 drivers/media/tuners/tuner-xc2028.c 	if (priv->firm[pos].type & HAS_IF) {
type              692 drivers/media/tuners/tuner-xc2028.c 	dump_firm_type_and_int_freq(priv->firm[pos].type,
type              694 drivers/media/tuners/tuner-xc2028.c 	printk(KERN_CONT "(%x), id %016llx.\n", priv->firm[pos].type,
type              717 drivers/media/tuners/tuner-xc2028.c static int check_firmware(struct dvb_frontend *fe, unsigned int type,
type              732 drivers/media/tuners/tuner-xc2028.c 	if (priv->ctrl.mts && !(type & FM))
type              733 drivers/media/tuners/tuner-xc2028.c 		type |= MTS;
type              736 drivers/media/tuners/tuner-xc2028.c 	new_fw.type = type;
type              745 drivers/media/tuners/tuner-xc2028.c 		dump_firm_type(new_fw.type);
type              746 drivers/media/tuners/tuner-xc2028.c 		printk(KERN_CONT "(%x), id %016llx, ", new_fw.type,
type              762 drivers/media/tuners/tuner-xc2028.c 	    (((BASE | new_fw.type) & BASE_TYPES) ==
type              763 drivers/media/tuners/tuner-xc2028.c 	    (priv->cur_fw.type & BASE_TYPES))) {
type              778 drivers/media/tuners/tuner-xc2028.c 	rc = load_firmware(fe, BASE | new_fw.type, &std0);
type              788 drivers/media/tuners/tuner-xc2028.c 	rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0);
type              790 drivers/media/tuners/tuner-xc2028.c 		rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ,
type              803 drivers/media/tuners/tuner-xc2028.c 	if (priv->cur_fw.type == (BASE | new_fw.type) &&
type              812 drivers/media/tuners/tuner-xc2028.c 	rc = load_firmware(fe, new_fw.type, &new_fw.id);
type              814 drivers/media/tuners/tuner-xc2028.c 		rc = load_firmware(fe, new_fw.type & ~F8MHZ, &new_fw.id);
type              826 drivers/media/tuners/tuner-xc2028.c 	if (new_fw.type & FM)
type              832 drivers/media/tuners/tuner-xc2028.c 	rc = load_scode(fe, new_fw.type | new_fw.scode_table, &new_fw.id,
type              880 drivers/media/tuners/tuner-xc2028.c 	priv->cur_fw.type |= BASE;
type             1010 drivers/media/tuners/tuner-xc2028.c 			    unsigned int type,
type             1025 drivers/media/tuners/tuner-xc2028.c 	if (check_firmware(fe, type, std, int_freq) < 0)
type             1071 drivers/media/tuners/tuner-xc2028.c 		if (priv->cur_fw.type & DTV6)
type             1099 drivers/media/tuners/tuner-xc2028.c 			if (priv->cur_fw.type & DTV7)
type             1102 drivers/media/tuners/tuner-xc2028.c 			if (priv->cur_fw.type & DTV7)
type             1104 drivers/media/tuners/tuner-xc2028.c 			else if (type != ATSC) /* DVB @6MHz, DTV 8 and DTV 7/8 */
type             1161 drivers/media/tuners/tuner-xc2028.c 	unsigned int       type=0;
type             1166 drivers/media/tuners/tuner-xc2028.c 		type |= FM;
type             1168 drivers/media/tuners/tuner-xc2028.c 			type |= INPUT1;
type             1170 drivers/media/tuners/tuner-xc2028.c 				V4L2_TUNER_RADIO, type, 0, 0);
type             1179 drivers/media/tuners/tuner-xc2028.c 		type |= F8MHZ;
type             1185 drivers/media/tuners/tuner-xc2028.c 				V4L2_TUNER_ANALOG_TV, type, p->std, 0);
type             1195 drivers/media/tuners/tuner-xc2028.c 	unsigned int       type = 0;
type             1213 drivers/media/tuners/tuner-xc2028.c 			type |= QAM;
type             1215 drivers/media/tuners/tuner-xc2028.c 		switch (priv->ctrl.type) {
type             1217 drivers/media/tuners/tuner-xc2028.c 			type |= D2633;
type             1220 drivers/media/tuners/tuner-xc2028.c 			type |= D2620;
type             1226 drivers/media/tuners/tuner-xc2028.c 				type |= D2633;
type             1228 drivers/media/tuners/tuner-xc2028.c 				type |= D2620;
type             1233 drivers/media/tuners/tuner-xc2028.c 		type |= ATSC | D2633;
type             1241 drivers/media/tuners/tuner-xc2028.c 		type |= DTV6;
type             1249 drivers/media/tuners/tuner-xc2028.c 		type |= (priv->ctrl.vhfbw7 && priv->ctrl.uhfbw8) ? DTV78 : DTV7;
type             1250 drivers/media/tuners/tuner-xc2028.c 		type |= F8MHZ;
type             1256 drivers/media/tuners/tuner-xc2028.c 		type |= (priv->ctrl.vhfbw7 && priv->ctrl.uhfbw8) ? DTV78 : DTV8;
type             1257 drivers/media/tuners/tuner-xc2028.c 		type |= F8MHZ;
type             1267 drivers/media/tuners/tuner-xc2028.c 		if (type == ATSC || priv->firm_version < 0x0302)
type             1283 drivers/media/tuners/tuner-xc2028.c 				V4L2_TUNER_DIGITAL_TV, type, 0, demod);
type               46 drivers/media/tuners/tuner-xc2028.h 	enum firmware_type	type:2;
type               57 drivers/media/tuners/xc4000.c 	unsigned int  type;
type               65 drivers/media/tuners/xc4000.c 	unsigned int	type;
type              514 drivers/media/tuners/xc4000.c 	if ((priv->cur_fw.type & (FM | DTV6 | DTV7 | DTV78 | DTV8)) == 0) {
type              552 drivers/media/tuners/xc4000.c static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq)
type              554 drivers/media/tuners/xc4000.c 	if (type & BASE)
type              556 drivers/media/tuners/xc4000.c 	if (type & INIT1)
type              558 drivers/media/tuners/xc4000.c 	if (type & F8MHZ)
type              560 drivers/media/tuners/xc4000.c 	if (type & MTS)
type              562 drivers/media/tuners/xc4000.c 	if (type & D2620)
type              564 drivers/media/tuners/xc4000.c 	if (type & D2633)
type              566 drivers/media/tuners/xc4000.c 	if (type & DTV6)
type              568 drivers/media/tuners/xc4000.c 	if (type & QAM)
type              570 drivers/media/tuners/xc4000.c 	if (type & DTV7)
type              572 drivers/media/tuners/xc4000.c 	if (type & DTV78)
type              574 drivers/media/tuners/xc4000.c 	if (type & DTV8)
type              576 drivers/media/tuners/xc4000.c 	if (type & FM)
type              578 drivers/media/tuners/xc4000.c 	if (type & INPUT1)
type              580 drivers/media/tuners/xc4000.c 	if (type & LCD)
type              582 drivers/media/tuners/xc4000.c 	if (type & NOGD)
type              584 drivers/media/tuners/xc4000.c 	if (type & MONO)
type              586 drivers/media/tuners/xc4000.c 	if (type & ATSC)
type              588 drivers/media/tuners/xc4000.c 	if (type & IF)
type              590 drivers/media/tuners/xc4000.c 	if (type & LG60)
type              592 drivers/media/tuners/xc4000.c 	if (type & ATI638)
type              594 drivers/media/tuners/xc4000.c 	if (type & OREN538)
type              596 drivers/media/tuners/xc4000.c 	if (type & OREN36)
type              598 drivers/media/tuners/xc4000.c 	if (type & TOYOTA388)
type              600 drivers/media/tuners/xc4000.c 	if (type & TOYOTA794)
type              602 drivers/media/tuners/xc4000.c 	if (type & DIBCOM52)
type              604 drivers/media/tuners/xc4000.c 	if (type & ZARLINK456)
type              606 drivers/media/tuners/xc4000.c 	if (type & CHINA)
type              608 drivers/media/tuners/xc4000.c 	if (type & F6MHZ)
type              610 drivers/media/tuners/xc4000.c 	if (type & INPUT2)
type              612 drivers/media/tuners/xc4000.c 	if (type & SCODE)
type              614 drivers/media/tuners/xc4000.c 	if (type & HAS_IF)
type              618 drivers/media/tuners/xc4000.c static int seek_firmware(struct dvb_frontend *fe, unsigned int type,
type              630 drivers/media/tuners/xc4000.c 	if (((type & ~SCODE) == 0) && (*id == 0))
type              638 drivers/media/tuners/xc4000.c 			(priv->firm[i].type ^ type)
type              665 drivers/media/tuners/xc4000.c 		       best_nr_diffs, type, (unsigned long long)*id);
type              676 drivers/media/tuners/xc4000.c 		dump_firm_type(type);
type              677 drivers/media/tuners/xc4000.c 		printk(KERN_DEBUG "(%x), id %016llx.\n", type, (unsigned long long)*id);
type              682 drivers/media/tuners/xc4000.c static int load_firmware(struct dvb_frontend *fe, unsigned int type,
type              689 drivers/media/tuners/xc4000.c 	pos = seek_firmware(fe, type, id);
type              778 drivers/media/tuners/xc4000.c 		__u32 type, size;
type              789 drivers/media/tuners/xc4000.c 		if (endp - p < sizeof(type) + sizeof(id) + sizeof(size))
type              792 drivers/media/tuners/xc4000.c 		type = get_unaligned_le32(p);
type              793 drivers/media/tuners/xc4000.c 		p += sizeof(type);
type              798 drivers/media/tuners/xc4000.c 		if (type & HAS_IF) {
type              810 drivers/media/tuners/xc4000.c 			       type, (unsigned long long)id,
type              824 drivers/media/tuners/xc4000.c 			dump_firm_type_and_int_freq(type, int_freq);
type              826 drivers/media/tuners/xc4000.c 			       type, (unsigned long long)id, size);
type              829 drivers/media/tuners/xc4000.c 		priv->firm[n].type = type;
type              858 drivers/media/tuners/xc4000.c static int load_scode(struct dvb_frontend *fe, unsigned int type,
type              870 drivers/media/tuners/xc4000.c 		pos = seek_firmware(fe, type, id);
type              876 drivers/media/tuners/xc4000.c 			    (priv->firm[pos].type & HAS_IF))
type              891 drivers/media/tuners/xc4000.c 		dump_firm_type_and_int_freq(priv->firm[pos].type,
type              893 drivers/media/tuners/xc4000.c 		printk(KERN_CONT "(%x), id %016llx.\n", priv->firm[pos].type,
type              923 drivers/media/tuners/xc4000.c static int check_firmware(struct dvb_frontend *fe, unsigned int type,
type              942 drivers/media/tuners/xc4000.c 	new_fw.type = type;
type              951 drivers/media/tuners/xc4000.c 		dump_firm_type(new_fw.type);
type              952 drivers/media/tuners/xc4000.c 		printk(KERN_CONT "(%x), id %016llx, ", new_fw.type,
type              962 drivers/media/tuners/xc4000.c 	if (priv->cur_fw.type & BASE) {
type             1000 drivers/media/tuners/xc4000.c 	if (priv->cur_fw.type == (BASE | new_fw.type) &&
type             1010 drivers/media/tuners/xc4000.c 	rc = load_firmware(fe, new_fw.type, &new_fw.id);
type             1023 drivers/media/tuners/xc4000.c 	rc = load_scode(fe, new_fw.type | new_fw.scode_table, &new_fw.id,
type             1072 drivers/media/tuners/xc4000.c 	priv->cur_fw.type |= BASE;
type             1144 drivers/media/tuners/xc4000.c 	unsigned int type;
type             1157 drivers/media/tuners/xc4000.c 		type = DTV6;
type             1164 drivers/media/tuners/xc4000.c 		type = DTV6;
type             1176 drivers/media/tuners/xc4000.c 			type = DTV78;
type             1180 drivers/media/tuners/xc4000.c 			type = DTV6;
type             1184 drivers/media/tuners/xc4000.c 			type = DTV7;
type             1188 drivers/media/tuners/xc4000.c 			type = DTV8;
type             1204 drivers/media/tuners/xc4000.c 	if (check_firmware(fe, type, 0, priv->if_khz) != 0)
type             1218 drivers/media/tuners/xc4000.c 		if (type == DTV6 && priv->firm_version != 0x0102)
type             1260 drivers/media/tuners/xc4000.c 	unsigned int type = 0;
type             1274 drivers/media/tuners/xc4000.c 			type = FM | INPUT1;
type             1277 drivers/media/tuners/xc4000.c 			type = FM | INPUT2;
type             1297 drivers/media/tuners/xc4000.c 		type = MONO;
type             1365 drivers/media/tuners/xc4000.c 			type = 0;
type             1380 drivers/media/tuners/xc4000.c 		type = 0;
type             1388 drivers/media/tuners/xc4000.c 		type = 0;
type             1398 drivers/media/tuners/xc4000.c 	if (check_firmware(fe, type, params->std,
type             1413 drivers/media/tuners/xc4000.c 			if (type & NOGD)
type             1524 drivers/media/tuners/xc4000.c 		if ((priv->cur_fw.type
type             1558 drivers/media/tuners/xc4000.c 	if (priv->cur_fw.type & BASE)
type             1563 drivers/media/tuners/xc4000.c 	if (priv->cur_fw.type & (DTV6 | DTV7 | DTV78 | DTV8))
type             1585 drivers/media/tuners/xc4000.c 	    (priv->cur_fw.type & BASE) != 0) {
type             1587 drivers/media/tuners/xc4000.c 		priv->cur_fw.type = XC_POWERED_DOWN;
type             1699 drivers/media/tuners/xc4000.c 		id = ((priv->cur_fw.type & BASE) != 0 ?
type               53 drivers/media/usb/airspy/airspy.c 		.type = V4L2_TUNER_ADC,
type               64 drivers/media/usb/airspy/airspy.c 		.type = V4L2_TUNER_RF,
type              708 drivers/media/usb/airspy/airspy.c 		v->type = V4L2_TUNER_ADC;
type              715 drivers/media/usb/airspy/airspy.c 		v->type = V4L2_TUNER_RF;
type              734 drivers/media/usb/airspy/airspy.c 		f->type = V4L2_TUNER_ADC;
type              739 drivers/media/usb/airspy/airspy.c 		f->type = V4L2_TUNER_RF;
type             1001 drivers/media/usb/airspy/airspy.c 	s->vb_queue.type = V4L2_BUF_TYPE_SDR_CAPTURE;
type              117 drivers/media/usb/as102/as102_drv.c 		filter.type = TS_PID_TYPE_TS;
type              292 drivers/media/usb/as102/as10x_cmd.h 		__le16 type;
type              301 drivers/media/usb/as102/as10x_cmd.h 		__le16 type;
type               39 drivers/media/usb/as102/as10x_cmd_cfg.c 	pcmd->body.context.req.type = cpu_to_le16(GET_CONTEXT_DATA);
type               97 drivers/media/usb/as102/as10x_cmd_cfg.c 	pcmd->body.context.req.type = cpu_to_le16(SET_CONTEXT_DATA);
type               35 drivers/media/usb/as102/as10x_cmd_stream.c 	pcmd->body.add_pid_filter.req.stream_type = filter->type;
type               45 drivers/media/usb/au0828/au0828-cards.c 				.type = AU0828_VMUX_TELEVISION,
type               50 drivers/media/usb/au0828/au0828-cards.c 				.type = AU0828_VMUX_COMPOSITE,
type               56 drivers/media/usb/au0828/au0828-cards.c 				.type = AU0828_VMUX_SVIDEO,
type               72 drivers/media/usb/au0828/au0828-cards.c 				.type = AU0828_VMUX_TELEVISION,
type               77 drivers/media/usb/au0828/au0828-cards.c 				.type = AU0828_VMUX_COMPOSITE,
type               83 drivers/media/usb/au0828/au0828-cards.c 				.type = AU0828_VMUX_SVIDEO,
type              209 drivers/media/usb/au0828/au0828-cards.c 	if (AUVI_INPUT(0).type != AU0828_VMUX_UNDEFINED) {
type              228 drivers/media/usb/au0828/au0828-cards.c 		tun_setup.type           = dev->board.tuner_type;
type              296 drivers/media/usb/au0828/au0828-video.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              632 drivers/media/usb/au0828/au0828-video.c 		if (AUVI_INPUT(i).type == AU0828_VMUX_UNDEFINED)
type              655 drivers/media/usb/au0828/au0828-video.c 	if (AUVI_INPUT(0).type == AU0828_VMUX_UNDEFINED)
type              820 drivers/media/usb/au0828/au0828-video.c 	if (vq->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              838 drivers/media/usb/au0828/au0828-video.c 		if (vq->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              841 drivers/media/usb/au0828/au0828-video.c 		} else if (vq->type == V4L2_BUF_TYPE_VBI_CAPTURE) {
type              937 drivers/media/usb/au0828/au0828-video.c 	if (AUVI_INPUT(0).type == AU0828_VMUX_UNDEFINED)
type             1113 drivers/media/usb/au0828/au0828-video.c 		.type = V4L2_TUNER_ANALOG_TV,
type             1332 drivers/media/usb/au0828/au0828-video.c 	if (AUVI_INPUT(tmp).type == 0)
type             1336 drivers/media/usb/au0828/au0828-video.c 	strscpy(input->name, inames[AUVI_INPUT(tmp).type], sizeof(input->name));
type             1337 drivers/media/usb/au0828/au0828-video.c 	if ((AUVI_INPUT(tmp).type == AU0828_VMUX_TELEVISION) ||
type             1338 drivers/media/usb/au0828/au0828-video.c 	    (AUVI_INPUT(tmp).type == AU0828_VMUX_CABLE)) {
type             1339 drivers/media/usb/au0828/au0828-video.c 		input->type |= V4L2_INPUT_TYPE_TUNER;
type             1342 drivers/media/usb/au0828/au0828-video.c 		input->type |= V4L2_INPUT_TYPE_CAMERA;
type             1369 drivers/media/usb/au0828/au0828-video.c 	switch (AUVI_INPUT(index).type) {
type             1384 drivers/media/usb/au0828/au0828-video.c 			AUVI_INPUT(index).type);
type             1427 drivers/media/usb/au0828/au0828-video.c 	if (AUVI_INPUT(index).type == 0)
type             1604 drivers/media/usb/au0828/au0828-video.c 				int type, struct v4l2_fract *f)
type             1608 drivers/media/usb/au0828/au0828-video.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1625 drivers/media/usb/au0828/au0828-video.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1811 drivers/media/usb/au0828/au0828-video.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1825 drivers/media/usb/au0828/au0828-video.c 	q->type = V4L2_BUF_TYPE_VBI_CAPTURE;
type             1867 drivers/media/usb/au0828/au0828-video.c 		if (AUVI_INPUT(i).type == AU0828_VMUX_UNDEFINED)
type             1870 drivers/media/usb/au0828/au0828-video.c 		ent->name = inames[AUVI_INPUT(i).type];
type             1874 drivers/media/usb/au0828/au0828-video.c 		switch (AUVI_INPUT(i).type) {
type             1914 drivers/media/usb/au0828/au0828-video.c 	if (AUVI_INPUT(0).type == AU0828_VMUX_UNDEFINED)
type               69 drivers/media/usb/au0828/au0828.h 	enum au0828_itype type;
type              230 drivers/media/usb/au0828/au0828.h 	int type;
type              269 drivers/media/usb/cpia2/cpia2_v4l.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type              454 drivers/media/usb/cpia2/cpia2_v4l.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              491 drivers/media/usb/cpia2/cpia2_v4l.c 	if (p->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              559 drivers/media/usb/cpia2/cpia2_v4l.c 	fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type              589 drivers/media/usb/cpia2/cpia2_v4l.c 	fival->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type              755 drivers/media/usb/cpia2/cpia2_v4l.c 	if(req->type != V4L2_BUF_TYPE_VIDEO_CAPTURE ||
type              778 drivers/media/usb/cpia2/cpia2_v4l.c 	if(buf->type != V4L2_BUF_TYPE_VIDEO_CAPTURE ||
type              828 drivers/media/usb/cpia2/cpia2_v4l.c 	if(buf->type != V4L2_BUF_TYPE_VIDEO_CAPTURE ||
type              880 drivers/media/usb/cpia2/cpia2_v4l.c 	if(buf->type != V4L2_BUF_TYPE_VIDEO_CAPTURE ||
type              924 drivers/media/usb/cpia2/cpia2_v4l.c static int cpia2_streamon(struct file *file, void *fh, enum v4l2_buf_type type)
type              930 drivers/media/usb/cpia2/cpia2_v4l.c 	if (!cam->mmapped || type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              942 drivers/media/usb/cpia2/cpia2_v4l.c static int cpia2_streamoff(struct file *file, void *fh, enum v4l2_buf_type type)
type              948 drivers/media/usb/cpia2/cpia2_v4l.c 	if (!cam->mmapped || type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1075 drivers/media/usb/cpia2/cpia2_v4l.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type             1496 drivers/media/usb/cx231xx/cx231xx-417.c 				int type, struct v4l2_fract *f)
type             1502 drivers/media/usb/cx231xx/cx231xx-417.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1517 drivers/media/usb/cx231xx/cx231xx-417.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1958 drivers/media/usb/cx231xx/cx231xx-417.c 	const char *type)
type             1963 drivers/media/usb/cx231xx/cx231xx-417.c 		type, cx231xx_boards[dev->model].name);
type              557 drivers/media/usb/cx231xx/cx231xx-avcore.c 	switch (INPUT(input)->type) {
type              560 drivers/media/usb/cx231xx/cx231xx-avcore.c 		if ((dev->current_pcb_config.type == USB_BUS_POWER) &&
type              573 drivers/media/usb/cx231xx/cx231xx-avcore.c 							 INPUT(input)->type,
type              578 drivers/media/usb/cx231xx/cx231xx-avcore.c 		if ((dev->current_pcb_config.type == USB_BUS_POWER) &&
type              602 drivers/media/usb/cx231xx/cx231xx-avcore.c 			__func__, INPUT(input)->type);
type               61 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_TELEVISION,
type               66 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_COMPOSITE1,
type               71 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_SVIDEO,
type              101 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_TELEVISION,
type              106 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_COMPOSITE1,
type              111 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_SVIDEO,
type              141 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_TELEVISION,
type              146 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_COMPOSITE1,
type              151 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_SVIDEO,
type              181 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_TELEVISION,
type              186 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_COMPOSITE1,
type              191 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_SVIDEO,
type              222 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_TELEVISION,
type              227 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_COMPOSITE1,
type              232 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_SVIDEO,
type              258 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_COMPOSITE1,
type              263 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_SVIDEO,
type              293 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_TELEVISION,
type              321 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_TELEVISION,
type              349 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_TELEVISION,
type              354 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_COMPOSITE1,
type              359 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_SVIDEO,
type              380 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_COMPOSITE1,
type              385 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_SVIDEO,
type              413 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_TELEVISION,
type              418 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_COMPOSITE1,
type              423 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_SVIDEO,
type              451 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_TELEVISION,
type              456 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_COMPOSITE1,
type              461 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_SVIDEO,
type              490 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_TELEVISION,
type              495 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_COMPOSITE1,
type              500 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_SVIDEO,
type              522 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_COMPOSITE1,
type              527 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_SVIDEO,
type              548 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_COMPOSITE1,
type              553 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_SVIDEO,
type              578 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_TELEVISION,
type              583 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_COMPOSITE1,
type              588 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_SVIDEO,
type              613 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_TELEVISION,
type              618 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_COMPOSITE1,
type              623 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_SVIDEO,
type              644 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_COMPOSITE1,
type              649 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_SVIDEO,
type              675 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_COMPOSITE1,
type              680 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_SVIDEO,
type              710 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_TELEVISION,
type              715 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_COMPOSITE1,
type              720 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_SVIDEO,
type              749 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_TELEVISION,
type              754 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_COMPOSITE1,
type              759 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_SVIDEO,
type              788 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_TELEVISION,
type              793 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_COMPOSITE1,
type              798 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_SVIDEO,
type              819 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_COMPOSITE1,
type              824 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_SVIDEO,
type              844 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_TELEVISION,
type              848 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_COMPOSITE1,
type              852 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_SVIDEO,
type              877 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_TELEVISION,
type              881 drivers/media/usb/cx231xx/cx231xx-cards.c 				.type = CX231XX_VMUX_COMPOSITE1,
type              900 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_COMPOSITE1,
type              905 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_SVIDEO,
type              934 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_TELEVISION,
type              939 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_COMPOSITE1,
type              944 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_SVIDEO,
type              974 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_TELEVISION,
type              979 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_COMPOSITE1,
type              984 drivers/media/usb/cx231xx/cx231xx-cards.c 			.type = CX231XX_VMUX_SVIDEO,
type             1182 drivers/media/usb/cx231xx/cx231xx-cards.c 	tun_setup.type = dev->tuner_type;
type             1189 drivers/media/usb/cx231xx/cx231xx-cards.c 	if (tun_setup.type == TUNER_XC5000) {
type             1204 drivers/media/usb/cx231xx/cx231xx-cards.c 	f.type = V4L2_TUNER_ANALOG_TV;
type               70 drivers/media/usb/cx231xx/cx231xx-input.c 	strscpy(info.type, "ir_video", I2C_NAME_SIZE);
type               84 drivers/media/usb/cx231xx/cx231xx-input.c 	dev->init_data.type = RC_PROTO_BIT_NEC;
type              779 drivers/media/usb/cx231xx/cx231xx-pcb-cfg.c 			 dev->current_pcb_config.type);
type              172 drivers/media/usb/cx231xx/cx231xx-pcb-cfg.h 	u8 type;		/* bus power or self power,
type              885 drivers/media/usb/cx231xx/cx231xx-video.c 	if (fh->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              889 drivers/media/usb/cx231xx/cx231xx-video.c 	} else if (fh->type == V4L2_BUF_TYPE_VBI_CAPTURE) {
type              912 drivers/media/usb/cx231xx/cx231xx-video.c 	if (fh->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              914 drivers/media/usb/cx231xx/cx231xx-video.c 	if (fh->type == V4L2_BUF_TYPE_VBI_CAPTURE)
type             1104 drivers/media/usb/cx231xx/cx231xx-video.c 		if (!INPUT(i)->type)
type             1107 drivers/media/usb/cx231xx/cx231xx-video.c 		ent->name = iname[INPUT(i)->type];
type             1111 drivers/media/usb/cx231xx/cx231xx-video.c 		switch (INPUT(i)->type) {
type             1153 drivers/media/usb/cx231xx/cx231xx-video.c 	if (0 == INPUT(n)->type)
type             1157 drivers/media/usb/cx231xx/cx231xx-video.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type             1159 drivers/media/usb/cx231xx/cx231xx-video.c 	strscpy(i->name, iname[INPUT(n)->type], sizeof(i->name));
type             1161 drivers/media/usb/cx231xx/cx231xx-video.c 	if ((CX231XX_VMUX_TELEVISION == INPUT(n)->type) ||
type             1162 drivers/media/usb/cx231xx/cx231xx-video.c 	    (CX231XX_VMUX_CABLE == INPUT(n)->type))
type             1163 drivers/media/usb/cx231xx/cx231xx-video.c 		i->type = V4L2_INPUT_TYPE_TUNER;
type             1205 drivers/media/usb/cx231xx/cx231xx-video.c 	if (0 == INPUT(i)->type)
type             1210 drivers/media/usb/cx231xx/cx231xx-video.c 	if (INPUT(i)->type == CX231XX_VMUX_TELEVISION ||
type             1211 drivers/media/usb/cx231xx/cx231xx-video.c 	    INPUT(i)->type == CX231XX_VMUX_CABLE) {
type             1236 drivers/media/usb/cx231xx/cx231xx-video.c 	t->type = V4L2_TUNER_ANALOG_TV;
type             1288 drivers/media/usb/cx231xx/cx231xx-video.c 		f->frequency, f->type);
type             1473 drivers/media/usb/cx231xx/cx231xx-video.c 				int type, struct v4l2_fract *f)
type             1479 drivers/media/usb/cx231xx/cx231xx-video.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1494 drivers/media/usb/cx231xx/cx231xx-video.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1512 drivers/media/usb/cx231xx/cx231xx-video.c 			   enum v4l2_buf_type type)
type             1533 drivers/media/usb/cx231xx/cx231xx-video.c 			    enum v4l2_buf_type type)
type             1543 drivers/media/usb/cx231xx/cx231xx-video.c 	if (type != fh->type)
type             1777 drivers/media/usb/cx231xx/cx231xx-video.c 	fh->type = fh_type;
type             1781 drivers/media/usb/cx231xx/cx231xx-video.c 	if (fh->type == V4L2_BUF_TYPE_VIDEO_CAPTURE && dev->users == 0) {
type             1814 drivers/media/usb/cx231xx/cx231xx-video.c 	if (fh->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1817 drivers/media/usb/cx231xx/cx231xx-video.c 					    fh->type, V4L2_FIELD_INTERLACED,
type             1820 drivers/media/usb/cx231xx/cx231xx-video.c 	if (fh->type == V4L2_BUF_TYPE_VBI_CAPTURE) {
type             1827 drivers/media/usb/cx231xx/cx231xx-video.c 					    fh->type, V4L2_FIELD_SEQ_TB,
type             1890 drivers/media/usb/cx231xx/cx231xx-video.c 		if (fh->type == V4L2_BUF_TYPE_VBI_CAPTURE) {
type             1983 drivers/media/usb/cx231xx/cx231xx-video.c 	if ((fh->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) ||
type             1984 drivers/media/usb/cx231xx/cx231xx-video.c 	    (fh->type == V4L2_BUF_TYPE_VBI_CAPTURE)) {
type             2029 drivers/media/usb/cx231xx/cx231xx-video.c 	if ((V4L2_BUF_TYPE_VIDEO_CAPTURE == fh->type) ||
type             2030 drivers/media/usb/cx231xx/cx231xx-video.c 	    (V4L2_BUF_TYPE_VBI_CAPTURE == fh->type)) {
type             2273 drivers/media/usb/cx231xx/cx231xx-video.c 	if (cx231xx_boards[dev->model].radio.type == CX231XX_RADIO) {
type              304 drivers/media/usb/cx231xx/cx231xx.h 	enum cx231xx_itype type;
type              434 drivers/media/usb/cx231xx/cx231xx.h 	enum v4l2_buf_type type;
type              180 drivers/media/usb/dvb-usb-v2/af9035.c static int af9035_add_i2c_dev(struct dvb_usb_device *d, const char *type,
type              192 drivers/media/usb/dvb-usb-v2/af9035.c 	strscpy(board_info.type, type, I2C_NAME_SIZE);
type              208 drivers/media/usb/dvb-usb-v2/af9035.c 	request_module("%s", board_info.type);
type              620 drivers/media/usb/dvb-usb-v2/anysee.c static int anysee_add_i2c_dev(struct dvb_usb_device *d, const char *type,
type              632 drivers/media/usb/dvb-usb-v2/anysee.c 	strscpy(board_info.type, type, I2C_NAME_SIZE);
type              649 drivers/media/usb/dvb-usb-v2/anysee.c 	request_module("%s", board_info.type);
type              240 drivers/media/usb/dvb-usb-v2/ce6230.c 				.type = USB_BULK,
type               66 drivers/media/usb/dvb-usb-v2/dvb_usb.h 	.type = USB_BULK, \
type               77 drivers/media/usb/dvb-usb-v2/dvb_usb.h 	.type = USB_ISOC, \
type              144 drivers/media/usb/dvb-usb-v2/dvb_usb.h 	u8 type;
type              248 drivers/media/usb/dvb-usb-v2/dvb_usb_core.c 			__func__, adap->id, adap->active_fe, dvbdmxfeed->type,
type              335 drivers/media/usb/dvb-usb-v2/dvb_usb_core.c 			__func__, adap->id, adap->active_fe, dvbdmxfeed->type,
type               23 drivers/media/usb/dvb-usb-v2/gl861.c 	u8 req, type;
type               29 drivers/media/usb/dvb-usb-v2/gl861.c 		type = GL861_WRITE;
type               33 drivers/media/usb/dvb-usb-v2/gl861.c 		type = GL861_READ;
type               56 drivers/media/usb/dvb-usb-v2/gl861.c 	ret = usb_control_msg(d->udev, usb_rcvctrlpipe(d->udev, 0), req, type,
type              495 drivers/media/usb/dvb-usb-v2/gl861.c 	cl = dvb_module_probe("tc90522", info->type,
type              536 drivers/media/usb/dvb-usb-v2/gl861.c 	cl = dvb_module_probe("dvb_pll", info->type,
type             1039 drivers/media/usb/dvb-usb-v2/mxl111sf.c 	stream->type = USB_BULK;
type             1050 drivers/media/usb/dvb-usb-v2/mxl111sf.c 	stream->type = USB_ISOC;
type              696 drivers/media/usb/dvb-usb-v2/rtl28xxu.c 	strscpy(board_info.type, "rtl2830", I2C_NAME_SIZE);
type              699 drivers/media/usb/dvb-usb-v2/rtl28xxu.c 	request_module("%s", board_info.type);
type              851 drivers/media/usb/dvb-usb-v2/rtl28xxu.c 	if (parent != NULL && parent->type == &i2c_adapter_type)
type              917 drivers/media/usb/dvb-usb-v2/rtl28xxu.c 	strscpy(board_info.type, "rtl2832", I2C_NAME_SIZE);
type              920 drivers/media/usb/dvb-usb-v2/rtl28xxu.c 	request_module("%s", board_info.type);
type              956 drivers/media/usb/dvb-usb-v2/rtl28xxu.c 			strscpy(info.type, "mn88472", I2C_NAME_SIZE);
type              962 drivers/media/usb/dvb-usb-v2/rtl28xxu.c 			request_module(info.type);
type              981 drivers/media/usb/dvb-usb-v2/rtl28xxu.c 			strscpy(info.type, "mn88473", I2C_NAME_SIZE);
type              984 drivers/media/usb/dvb-usb-v2/rtl28xxu.c 			request_module(info.type);
type             1024 drivers/media/usb/dvb-usb-v2/rtl28xxu.c 			strscpy(info.type, "si2168", I2C_NAME_SIZE);
type             1027 drivers/media/usb/dvb-usb-v2/rtl28xxu.c 			request_module(info.type);
type             1215 drivers/media/usb/dvb-usb-v2/rtl28xxu.c 			strscpy(info.type, "e4000", I2C_NAME_SIZE);
type             1219 drivers/media/usb/dvb-usb-v2/rtl28xxu.c 			request_module(info.type);
type             1239 drivers/media/usb/dvb-usb-v2/rtl28xxu.c 			strscpy(board_info.type, "fc2580", I2C_NAME_SIZE);
type             1270 drivers/media/usb/dvb-usb-v2/rtl28xxu.c 		strscpy(board_info.type, "tua9001", I2C_NAME_SIZE);
type             1315 drivers/media/usb/dvb-usb-v2/rtl28xxu.c 			strscpy(info.type, "si2157", I2C_NAME_SIZE);
type             1318 drivers/media/usb/dvb-usb-v2/rtl28xxu.c 			request_module(info.type);
type              259 drivers/media/usb/dvb-usb-v2/usb_urb.c 	if (props->type == USB_BULK) {
type              261 drivers/media/usb/dvb-usb-v2/usb_urb.c 	} else if (props->type == USB_ISOC) {
type              265 drivers/media/usb/dvb-usb-v2/usb_urb.c 				KBUILD_MODNAME, props->type);
type              277 drivers/media/usb/dvb-usb-v2/usb_urb.c 	if (stream->props.type == props->type &&
type              280 drivers/media/usb/dvb-usb-v2/usb_urb.c 		if (props->type == USB_BULK &&
type              284 drivers/media/usb/dvb-usb-v2/usb_urb.c 		else if (props->type == USB_ISOC &&
type              298 drivers/media/usb/dvb-usb-v2/usb_urb.c 	if (props->type == USB_BULK)
type              300 drivers/media/usb/dvb-usb-v2/usb_urb.c 	else if (props->type == USB_ISOC)
type              323 drivers/media/usb/dvb-usb-v2/usb_urb.c 	switch (stream->props.type) {
type              171 drivers/media/usb/dvb-usb-v2/zd1301.c 	strscpy(board_info.type, "mt2060", I2C_NAME_SIZE);
type              102 drivers/media/usb/dvb-usb/a800.c 						.type = USB_BULK,
type               46 drivers/media/usb/dvb-usb/af9005.c 			      int readwrite, int type, u8 * values, int len)
type               73 drivers/media/usb/dvb-usb/af9005.c 	if (type == AF9005_OFDM_REG) {
type               86 drivers/media/usb/dvb-usb/af9005.c 	else if (type == AF9005_TUNER_REG)
type              553 drivers/media/usb/dvb-usb/af9005.c static int af9005_boot_packet(struct usb_device *udev, int type, u8 *reply,
type              562 drivers/media/usb/dvb-usb/af9005.c 	switch (type) {
type              623 drivers/media/usb/dvb-usb/af9005.c 	switch (type) {
type             1040 drivers/media/usb/dvb-usb/af9005.c 				.type = USB_BULK,
type             1114 drivers/media/usb/dvb-usb/az6027.c 				.type = USB_BULK,
type              218 drivers/media/usb/dvb-usb/cinergyT2-core.c 				.type = USB_BULK,
type             1072 drivers/media/usb/dvb-usb/cxusb-analog.c 	{ .input = { .name = "TV tuner", .type = V4L2_INPUT_TYPE_TUNER,
type             1076 drivers/media/usb/dvb-usb/cxusb-analog.c 	{  .input = { .name = "Composite", .type = V4L2_INPUT_TYPE_CAMERA,
type             1080 drivers/media/usb/dvb-usb/cxusb-analog.c 	{  .input = { .name = "S-Video", .type = V4L2_INPUT_TYPE_CAMERA,
type             1227 drivers/media/usb/dvb-usb/cxusb-analog.c 		tuner->type = V4L2_TUNER_ANALOG_TV;
type             1229 drivers/media/usb/dvb-usb/cxusb-analog.c 		tuner->type = V4L2_TUNER_RADIO;
type             1628 drivers/media/usb/dvb-usb/cxusb-analog.c 	cxdev->videoqueue.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1767 drivers/media/usb/dvb-usb/cxusb-analog.c 	tun_setup.type = TUNER_PHILIPS_FMD1216ME_MK3;
type             1785 drivers/media/usb/dvb-usb/cxusb.c 						.type = USB_BULK,
type             1837 drivers/media/usb/dvb-usb/cxusb.c 						.type = USB_BULK,
type             1896 drivers/media/usb/dvb-usb/cxusb.c 				.type = USB_BULK,
type             1964 drivers/media/usb/dvb-usb/cxusb.c 				.type = USB_BULK,
type             2023 drivers/media/usb/dvb-usb/cxusb.c 				.type = USB_BULK,
type             2075 drivers/media/usb/dvb-usb/cxusb.c 				.type = USB_BULK,
type             2129 drivers/media/usb/dvb-usb/cxusb.c 				.type = USB_BULK,
type             2186 drivers/media/usb/dvb-usb/cxusb.c 				.type = USB_BULK,
type             2240 drivers/media/usb/dvb-usb/cxusb.c 				.type = USB_BULK,
type             2286 drivers/media/usb/dvb-usb/cxusb.c 				.type = USB_BULK,
type             2340 drivers/media/usb/dvb-usb/cxusb.c 				.type = USB_BULK,
type             2395 drivers/media/usb/dvb-usb/cxusb.c 				.type = USB_BULK,
type              523 drivers/media/usb/dvb-usb/dib0700_core.c 		buf[3] = hx.type;
type             3771 drivers/media/usb/dvb-usb/dib0700_devices.c 	strscpy(info.type, "mn88472", I2C_NAME_SIZE);
type             3774 drivers/media/usb/dvb-usb/dib0700_devices.c 	request_module(info.type);
type             3798 drivers/media/usb/dvb-usb/dib0700_devices.c 	strscpy(info.type, "tda18250", I2C_NAME_SIZE);
type             3802 drivers/media/usb/dvb-usb/dib0700_devices.c 	request_module(info.type);
type             3932 drivers/media/usb/dvb-usb/dib0700_devices.c 		.type = USB_BULK, \
type              199 drivers/media/usb/dvb-usb/dibusb-mb.c 				.type = USB_BULK,
type              289 drivers/media/usb/dvb-usb/dibusb-mb.c 				.type = USB_BULK,
type              358 drivers/media/usb/dvb-usb/dibusb-mb.c 				.type = USB_BULK,
type              420 drivers/media/usb/dvb-usb/dibusb-mb.c 				.type = USB_BULK,
type               69 drivers/media/usb/dvb-usb/dibusb-mc.c 				.type = USB_BULK,
type              315 drivers/media/usb/dvb-usb/digitv.c 				.type = USB_BULK,
type              195 drivers/media/usb/dvb-usb/dtt200u.c 				.type = USB_BULK,
type              247 drivers/media/usb/dvb-usb/dtt200u.c 				.type = USB_BULK,
type              299 drivers/media/usb/dvb-usb/dtt200u.c 				.type = USB_BULK,
type              351 drivers/media/usb/dvb-usb/dtt200u.c 				.type = USB_BULK,
type               30 drivers/media/usb/dvb-usb/dtv5100.c 	u8 type;
type               39 drivers/media/usb/dvb-usb/dtv5100.c 		type = USB_TYPE_VENDOR | USB_DIR_IN;
type               46 drivers/media/usb/dvb-usb/dtv5100.c 		type = USB_TYPE_VENDOR | USB_DIR_OUT;
type               58 drivers/media/usb/dvb-usb/dtv5100.c 			       type, value, index, st->data, rlen,
type              182 drivers/media/usb/dvb-usb/dtv5100.c 			.type = USB_BULK,
type               89 drivers/media/usb/dvb-usb/dvb-usb-dvb.c 	       dvbdmxfeed->type);
type               95 drivers/media/usb/dvb-usb/dvb-usb-dvb.c 	deb_ts("stop pid: 0x%04x, feedtype: %d\n", dvbdmxfeed->pid, dvbdmxfeed->type);
type               37 drivers/media/usb/dvb-usb/dvb-usb-firmware.c int usb_cypress_load_firmware(struct usb_device *udev, const struct firmware *fw, int type)
type               42 drivers/media/usb/dvb-usb/dvb-usb-firmware.c 	u16 cpu_cs_register = cypress[type].cpu_cs_register;
type              139 drivers/media/usb/dvb-usb/dvb-usb-firmware.c 	hx->type = b[3];
type              141 drivers/media/usb/dvb-usb/dvb-usb-firmware.c 	if (hx->type == 0x04) {
type              106 drivers/media/usb/dvb-usb/dvb-usb.h 	int type;
type              494 drivers/media/usb/dvb-usb/dvb-usb.h 	u8 type;
type              498 drivers/media/usb/dvb-usb/dvb-usb.h extern int usb_cypress_load_firmware(struct usb_device *udev, const struct firmware *fw, int type);
type             1589 drivers/media/usb/dvb-usb/dw2102.c 	strscpy(board_info.type, "m88ds3103", I2C_NAME_SIZE);
type             1608 drivers/media/usb/dvb-usb/dw2102.c 	strscpy(board_info.type, "ts2022", I2C_NAME_SIZE);
type             1926 drivers/media/usb/dvb-usb/dw2102.c 				.type = USB_BULK,
type             1981 drivers/media/usb/dvb-usb/dw2102.c 				.type = USB_BULK,
type             2033 drivers/media/usb/dvb-usb/dw2102.c 				.type = USB_BULK,
type             2080 drivers/media/usb/dvb-usb/dw2102.c 				.type = USB_BULK,
type             2171 drivers/media/usb/dvb-usb/dw2102.c 				.type = USB_BULK,
type             2240 drivers/media/usb/dvb-usb/dw2102.c 				.type = USB_BULK,
type             2289 drivers/media/usb/dvb-usb/dw2102.c 				.type = USB_BULK,
type              339 drivers/media/usb/dvb-usb/gp8psk.c 				.type = USB_BULK,
type               29 drivers/media/usb/dvb-usb/m920x.c static int m920x_set_filter(struct dvb_usb_device *d, int type, int idx, int pid);
type              317 drivers/media/usb/dvb-usb/m920x.c static int m920x_set_filter(struct dvb_usb_device *d, int type, int idx, int pid)
type              326 drivers/media/usb/dvb-usb/m920x.c 	if ((ret = m920x_write(d->udev, M9206_FILTER, pid, (type << 8) | (idx * 4) )) != 0)
type              329 drivers/media/usb/dvb-usb/m920x.c 	if ((ret = m920x_write(d->udev, M9206_FILTER, 0, (type << 8) | (idx * 4) )) != 0)
type              939 drivers/media/usb/dvb-usb/m920x.c 			.type = USB_BULK,
type              987 drivers/media/usb/dvb-usb/m920x.c 			.type = USB_BULK,
type             1050 drivers/media/usb/dvb-usb/m920x.c 			.type = USB_BULK,
type             1074 drivers/media/usb/dvb-usb/m920x.c 			.type = USB_BULK,
type             1116 drivers/media/usb/dvb-usb/m920x.c 			.type = USB_BULK,
type             1170 drivers/media/usb/dvb-usb/m920x.c 			.type = USB_ISOC,
type             1227 drivers/media/usb/dvb-usb/m920x.c 			.type = USB_BULK,
type              190 drivers/media/usb/dvb-usb/nova-t-usb2.c 						.type = USB_BULK,
type              528 drivers/media/usb/dvb-usb/opera1.c 				.type = USB_BULK,
type              971 drivers/media/usb/dvb-usb/pctv452e.c 				.type     = USB_ISOC,
type             1024 drivers/media/usb/dvb-usb/pctv452e.c 				.type = USB_ISOC,
type              722 drivers/media/usb/dvb-usb/technisat-usb2.c 				.type = USB_ISOC,
type              665 drivers/media/usb/dvb-usb/ttusb2.c 				.type = USB_ISOC,
type              720 drivers/media/usb/dvb-usb/ttusb2.c 				.type = USB_ISOC,
type              781 drivers/media/usb/dvb-usb/ttusb2.c 				.type = USB_ISOC,
type              800 drivers/media/usb/dvb-usb/ttusb2.c 				.type = USB_ISOC,
type              108 drivers/media/usb/dvb-usb/umt-010.c 				.type = USB_BULK,
type              227 drivers/media/usb/dvb-usb/usb-urb.c 	switch (stream->props.type) {
type              393 drivers/media/usb/dvb-usb/vp702x.c 				.type = USB_BULK,
type              197 drivers/media/usb/dvb-usb/vp7045.c 				.type = USB_BULK,
type              494 drivers/media/usb/em28xx/em28xx-audio.c 	info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              321 drivers/media/usb/em28xx/em28xx-camera.c 			.type = "mt9v011",
type              377 drivers/media/usb/em28xx/em28xx-camera.c 			.type = "ov2640",
type              657 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type              670 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type              674 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type              702 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type              713 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type              717 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type              728 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type              732 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type              736 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type              748 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type              752 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type              756 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type              768 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type              772 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type              776 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type              791 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type              795 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type              808 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type              812 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type              816 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type              828 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type              832 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type              836 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type              848 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type              852 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type              856 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type              868 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type              872 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type              876 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type              893 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type              897 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type              901 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type              906 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_RADIO,
type              916 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type              926 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type              941 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type              945 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type              949 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type              960 drivers/media/usb/em28xx/em28xx-cards.c 			.type  = EM28XX_VMUX_COMPOSITE,
type              964 drivers/media/usb/em28xx/em28xx-cards.c 			.type  = EM28XX_VMUX_SVIDEO,
type              976 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type              986 drivers/media/usb/em28xx/em28xx-cards.c 			.type  = EM28XX_VMUX_COMPOSITE,
type              990 drivers/media/usb/em28xx/em28xx-cards.c 			.type  = EM28XX_VMUX_SVIDEO,
type             1002 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1006 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1010 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1023 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1027 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1031 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1044 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1049 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1054 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1067 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1071 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1075 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1085 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1089 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1093 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1103 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1107 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1121 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1126 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1131 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1192 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1197 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1202 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1294 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1299 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1304 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1321 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1326 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1331 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1347 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1352 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1357 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1373 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1378 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1383 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1399 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1404 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1409 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1425 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1430 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1435 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1451 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1456 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1461 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1478 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1483 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1488 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1503 drivers/media/usb/em28xx/em28xx-cards.c 			.type      = EM28XX_VMUX_TELEVISION,
type             1507 drivers/media/usb/em28xx/em28xx-cards.c 			.type      = EM28XX_VMUX_COMPOSITE,
type             1511 drivers/media/usb/em28xx/em28xx-cards.c 			.type      = EM28XX_VMUX_SVIDEO,
type             1524 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1528 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1532 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1543 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1547 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1558 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1563 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1576 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1580 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1584 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1596 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1600 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1604 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1614 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1618 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1630 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1634 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1638 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1649 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1655 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1659 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1672 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1678 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1682 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1693 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1696 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1720 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1725 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1730 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1743 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1748 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1753 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1765 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1769 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1773 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1787 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1792 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1797 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1818 drivers/media/usb/em28xx/em28xx-cards.c 			.type = EM28XX_VMUX_TELEVISION,
type             1824 drivers/media/usb/em28xx/em28xx-cards.c 			.type = EM28XX_VMUX_COMPOSITE,
type             1830 drivers/media/usb/em28xx/em28xx-cards.c 			.type = EM28XX_VMUX_SVIDEO,
type             1847 drivers/media/usb/em28xx/em28xx-cards.c 			.type = EM28XX_VMUX_TELEVISION,
type             1852 drivers/media/usb/em28xx/em28xx-cards.c 			.type = EM28XX_VMUX_COMPOSITE,
type             1857 drivers/media/usb/em28xx/em28xx-cards.c 			.type = EM28XX_VMUX_SVIDEO,
type             1870 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1875 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1880 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1894 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1899 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1904 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1920 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1925 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1930 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1947 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1951 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1955 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1971 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             1976 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             1981 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             1996 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             2015 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             2021 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             2027 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             2042 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             2047 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             2063 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             2068 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             2072 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             2077 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_RADIO,
type             2087 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             2091 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             2103 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             2107 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             2111 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             2123 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             2127 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             2142 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             2148 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             2160 drivers/media/usb/em28xx/em28xx-cards.c 			.type  = EM28XX_VMUX_COMPOSITE,
type             2164 drivers/media/usb/em28xx/em28xx-cards.c 			.type  = EM28XX_VMUX_SVIDEO,
type             2181 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_TELEVISION,
type             2186 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             2191 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             2256 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             2260 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             2379 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             2419 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_COMPOSITE,
type             2423 drivers/media/usb/em28xx/em28xx-cards.c 			.type     = EM28XX_VMUX_SVIDEO,
type             3209 drivers/media/usb/em28xx/em28xx-cards.c 		if (!INPUT(i)->type)
type             3893 drivers/media/usb/em28xx/em28xx-cards.c 	    (dev->tuner_type != TUNER_ABSENT || INPUT(0)->type)) {
type              894 drivers/media/usb/em28xx/em28xx-video.c 		if (!INPUT(i)->type)
type             1001 drivers/media/usb/em28xx/em28xx-video.c 		if (!INPUT(i)->type)
type             1004 drivers/media/usb/em28xx/em28xx-video.c 		ent->name = iname[INPUT(i)->type];
type             1008 drivers/media/usb/em28xx/em28xx-video.c 		switch (INPUT(i)->type) {
type             1095 drivers/media/usb/em28xx/em28xx-video.c 	rc = res_get(dev, vq->type);
type             1132 drivers/media/usb/em28xx/em28xx-video.c 			f.type = V4L2_TUNER_RADIO;
type             1134 drivers/media/usb/em28xx/em28xx-video.c 			f.type = V4L2_TUNER_ANALOG_TV;
type             1156 drivers/media/usb/em28xx/em28xx-video.c 	res_free(dev, vq->type);
type             1191 drivers/media/usb/em28xx/em28xx-video.c 	res_free(dev, vq->type);
type             1254 drivers/media/usb/em28xx/em28xx-video.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1268 drivers/media/usb/em28xx/em28xx-video.c 	q->type = V4L2_BUF_TYPE_VBI_CAPTURE;
type             1612 drivers/media/usb/em28xx/em28xx-video.c 	if (p->type != V4L2_BUF_TYPE_VIDEO_CAPTURE &&
type             1613 drivers/media/usb/em28xx/em28xx-video.c 	    p->type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type             1644 drivers/media/usb/em28xx/em28xx-video.c 	if (p->type != V4L2_BUF_TYPE_VIDEO_CAPTURE &&
type             1645 drivers/media/usb/em28xx/em28xx-video.c 	    p->type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type             1668 drivers/media/usb/em28xx/em28xx-video.c 	if (!INPUT(n)->type)
type             1671 drivers/media/usb/em28xx/em28xx-video.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type             1673 drivers/media/usb/em28xx/em28xx-video.c 	strscpy(i->name, iname[INPUT(n)->type], sizeof(i->name));
type             1675 drivers/media/usb/em28xx/em28xx-video.c 	if (INPUT(n)->type == EM28XX_VMUX_TELEVISION)
type             1676 drivers/media/usb/em28xx/em28xx-video.c 		i->type = V4L2_INPUT_TYPE_TUNER;
type             1707 drivers/media/usb/em28xx/em28xx-video.c 	if (!INPUT(i)->type)
type             2029 drivers/media/usb/em28xx/em28xx-video.c 		fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type             2039 drivers/media/usb/em28xx/em28xx-video.c 	fsize->type = V4L2_FRMSIZE_TYPE_STEPWISE;
type             2471 drivers/media/usb/em28xx/em28xx-video.c 	if (dev->board.radio.type) {
type             2472 drivers/media/usb/em28xx/em28xx-video.c 		tun_setup.type = dev->board.radio.type;
type             2480 drivers/media/usb/em28xx/em28xx-video.c 		tun_setup.type   = dev->tuner_type;
type             2514 drivers/media/usb/em28xx/em28xx-video.c 	f.type = V4L2_TUNER_ANALOG_TV;
type             2603 drivers/media/usb/em28xx/em28xx-video.c 		if (dev->board.radio.type)
type             2615 drivers/media/usb/em28xx/em28xx-video.c 			enum v4l2_i2c_tuner_type type =
type             2622 drivers/media/usb/em28xx/em28xx-video.c 						 v4l2_i2c_tuner_addrs(type));
type             2835 drivers/media/usb/em28xx/em28xx-video.c 	if (em28xx_boards[dev->model].radio.type == EM28XX_RADIO) {
type              420 drivers/media/usb/em28xx/em28xx.h 	enum enum28xx_itype type;
type              203 drivers/media/usb/go7007/go7007-driver.c 	strscpy(info.type, i2c->type, sizeof(info.type));
type              216 drivers/media/usb/go7007/go7007-driver.c 	pr_info("go7007: probing for module i2c:%s failed\n", i2c->type);
type              291 drivers/media/usb/go7007/go7007-driver.c 				.type = go->tuner_type,
type              393 drivers/media/usb/go7007/go7007-driver.c 			.type = V4L2_EVENT_MOTION_DET,
type             1494 drivers/media/usb/go7007/go7007-fw.c static noinline_for_stack int do_special(struct go7007 *go, u16 type,
type             1497 drivers/media/usb/go7007/go7007-fw.c 	switch (type) {
type             1539 drivers/media/usb/go7007/go7007-fw.c 		"firmware file contains unsupported feature %04x\n", type);
type               95 drivers/media/usb/go7007/go7007-priv.h 		const char *type;
type               84 drivers/media/usb/go7007/go7007-usb.c 				.type	= "saa7115",
type              121 drivers/media/usb/go7007/go7007-usb.c 				.type	= "saa7113",
type              160 drivers/media/usb/go7007/go7007-usb.c 				.type	= "saa7115",
type              207 drivers/media/usb/go7007/go7007-usb.c 				.type	= "saa7115",
type              212 drivers/media/usb/go7007/go7007-usb.c 				.type	= "uda1342",
type              217 drivers/media/usb/go7007/go7007-usb.c 				.type	= "tuner",
type              221 drivers/media/usb/go7007/go7007-usb.c 				.type	= "tuner",
type              225 drivers/media/usb/go7007/go7007-usb.c 				.type	= "sony-btf-mpx",
type              283 drivers/media/usb/go7007/go7007-usb.c 				.type	= "ov7640",
type              314 drivers/media/usb/go7007/go7007-usb.c 				.type	= "tw9903",
type              403 drivers/media/usb/go7007/go7007-usb.c 				.type	= "tw2804",
type              434 drivers/media/usb/go7007/go7007-usb.c 				.type	= "s2250",
type              487 drivers/media/usb/go7007/go7007-usb.c 				.type	= "tw9906",
type              224 drivers/media/usb/go7007/go7007-v4l2.c 		fmt->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              312 drivers/media/usb/go7007/go7007-v4l2.c 	fmt->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              472 drivers/media/usb/go7007/go7007-v4l2.c 	if (parm->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              488 drivers/media/usb/go7007/go7007-v4l2.c 	if (parm->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              525 drivers/media/usb/go7007/go7007-v4l2.c 	fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type              553 drivers/media/usb/go7007/go7007-v4l2.c 	fival->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type              615 drivers/media/usb/go7007/go7007-v4l2.c 		inp->type = V4L2_INPUT_TYPE_TUNER;
type              617 drivers/media/usb/go7007/go7007-v4l2.c 		inp->type = V4L2_INPUT_TYPE_CAMERA;
type              766 drivers/media/usb/go7007/go7007-v4l2.c 	switch (sub->type) {
type              892 drivers/media/usb/go7007/go7007-v4l2.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type              902 drivers/media/usb/go7007/go7007-v4l2.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type              912 drivers/media/usb/go7007/go7007-v4l2.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type              922 drivers/media/usb/go7007/go7007-v4l2.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type              932 drivers/media/usb/go7007/go7007-v4l2.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type              942 drivers/media/usb/go7007/go7007-v4l2.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type              952 drivers/media/usb/go7007/go7007-v4l2.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type              962 drivers/media/usb/go7007/go7007-v4l2.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type              972 drivers/media/usb/go7007/go7007-v4l2.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type              982 drivers/media/usb/go7007/go7007-v4l2.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type              992 drivers/media/usb/go7007/go7007-v4l2.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type             1002 drivers/media/usb/go7007/go7007-v4l2.c 	.type = V4L2_CTRL_TYPE_INTEGER,
type             1083 drivers/media/usb/go7007/go7007-v4l2.c 	go->vidq.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1114 drivers/media/usb/go7007/go7007-v4l2.c 			.type = V4L2_TUNER_ANALOG_TV,
type             1821 drivers/media/usb/gspca/cpia1.c 		.type = V4L2_CTRL_TYPE_MENU,
type             1130 drivers/media/usb/gspca/gspca.c 			fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type             1165 drivers/media/usb/gspca/gspca.c 			fival->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type             1215 drivers/media/usb/gspca/gspca.c 	input->type = V4L2_INPUT_TYPE_CAMERA;
type             1511 drivers/media/usb/gspca/gspca.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type               52 drivers/media/usb/gspca/jeilinj.c 	u8 type;
type              240 drivers/media/usb/gspca/jeilinj.c 	if (sd->type == SPORTSCAM_DV15)
type              311 drivers/media/usb/gspca/jeilinj.c 	dev->type = id->driver_info;
type              434 drivers/media/usb/gspca/jeilinj.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              187 drivers/media/usb/gspca/m5602/m5602_mt9m111.c 	.type	= V4L2_CTRL_TYPE_INTEGER,
type              147 drivers/media/usb/gspca/m5602/m5602_po1030.c 	.type	= V4L2_CTRL_TYPE_INTEGER,
type              922 drivers/media/usb/gspca/mr97310a.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type               34 drivers/media/usb/gspca/sq930x.c 	u8 type;
type              710 drivers/media/usb/gspca/sq930x.c 		if (sd->type != Creative_live_motion)
type              812 drivers/media/usb/gspca/sq930x.c 	sd->type = id->driver_info;
type              945 drivers/media/usb/gspca/sq930x.c 		if (sd->type != Creative_live_motion)
type             1121 drivers/media/usb/gspca/sq930x.c #define ST(sensor, type) \
type             1123 drivers/media/usb/gspca/sq930x.c 			| (type)
type              624 drivers/media/usb/gspca/stk1135.c 	fsize->type = V4L2_FRMSIZE_TYPE_STEPWISE;
type              113 drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              122 drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type               52 drivers/media/usb/hackrf/hackrf.c 		.type = V4L2_TUNER_SDR,
type               63 drivers/media/usb/hackrf/hackrf.c 		.type = V4L2_TUNER_RF,
type              737 drivers/media/usb/hackrf/hackrf.c 	if (vq->type == V4L2_BUF_TYPE_SDR_CAPTURE)
type              780 drivers/media/usb/hackrf/hackrf.c 	if (vq->type == V4L2_BUF_TYPE_SDR_CAPTURE)
type              802 drivers/media/usb/hackrf/hackrf.c 	if (vq->type == V4L2_BUF_TYPE_SDR_CAPTURE) {
type              877 drivers/media/usb/hackrf/hackrf.c 	if (vq->type == V4L2_BUF_TYPE_SDR_CAPTURE)
type             1030 drivers/media/usb/hackrf/hackrf.c 		v->type = V4L2_TUNER_SDR;
type             1037 drivers/media/usb/hackrf/hackrf.c 		v->type = V4L2_TUNER_RF;
type             1069 drivers/media/usb/hackrf/hackrf.c 		a->type = V4L2_TUNER_SDR;
type             1076 drivers/media/usb/hackrf/hackrf.c 		a->type = V4L2_TUNER_RF;
type             1098 drivers/media/usb/hackrf/hackrf.c 			f->tuner, f->type, f->frequency);
type             1143 drivers/media/usb/hackrf/hackrf.c 	dev_dbg(dev->dev, "tuner=%d type=%d\n", f->tuner, f->type);
type             1146 drivers/media/usb/hackrf/hackrf.c 		f->type = V4L2_TUNER_SDR;
type             1152 drivers/media/usb/hackrf/hackrf.c 		f->type = V4L2_TUNER_RF;
type             1175 drivers/media/usb/hackrf/hackrf.c 			band->tuner, band->type, band->index);
type             1395 drivers/media/usb/hackrf/hackrf.c 	dev->rx_vb2_queue.type = V4L2_BUF_TYPE_SDR_CAPTURE;
type             1410 drivers/media/usb/hackrf/hackrf.c 	dev->tx_vb2_queue.type = V4L2_BUF_TYPE_SDR_OUTPUT;
type               41 drivers/media/usb/hdpvr/hdpvr-i2c.c 	init_data->type = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE |
type              744 drivers/media/usb/hdpvr/hdpvr-video.c 	cap->type = V4L2_DV_BT_656_1120;
type              770 drivers/media/usb/hdpvr/hdpvr-video.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type               59 drivers/media/usb/msi2500/msi2500.c 		.type = V4L2_TUNER_ADC,
type             1001 drivers/media/usb/msi2500/msi2500.c 		v->type = V4L2_TUNER_ADC;
type             1021 drivers/media/usb/msi2500/msi2500.c 	dev_dbg(dev->dev, "tuner=%d type=%d\n", f->tuner, f->type);
type             1027 drivers/media/usb/msi2500/msi2500.c 		f->type = V4L2_TUNER_RF;
type             1043 drivers/media/usb/msi2500/msi2500.c 		f->tuner, f->type, f->frequency);
type             1067 drivers/media/usb/msi2500/msi2500.c 		band->tuner, band->type, band->index);
type             1198 drivers/media/usb/msi2500/msi2500.c 	dev->vb_queue.type = V4L2_BUF_TYPE_SDR_CAPTURE;
type              741 drivers/media/usb/pulse8-cec/pulse8-cec.c 		.type	= SERIO_RS232,
type               18 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 	} else if (cptr->info->type == pvr2_ctl_enum) {
type               52 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 			if (cptr->info->type == pvr2_ctl_bitmask) {
type               54 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 			} else if ((cptr->info->type == pvr2_ctl_int)||
type               55 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 				   (cptr->info->type == pvr2_ctl_enum)) {
type               58 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 			} else if (cptr->info->type != pvr2_ctl_bool) {
type               86 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 	return cptr->info->type;
type               98 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 		} else if (cptr->info->type == pvr2_ctl_int) {
type              114 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 		} else if (cptr->info->type == pvr2_ctl_int) {
type              144 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 		if (cptr->info->type == pvr2_ctl_enum) {
type              158 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 		if (cptr->info->type == pvr2_ctl_bitmask) {
type              191 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 		if (cptr->info->type == pvr2_ctl_enum) {
type              204 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 		} else if (cptr->info->type == pvr2_ctl_bitmask) {
type              497 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 		if (cptr->info->type == pvr2_ctl_int) {
type              503 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 		} else if (cptr->info->type == pvr2_ctl_bool) {
type              512 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 		} else if (cptr->info->type == pvr2_ctl_enum) {
type              521 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 		} else if (cptr->info->type == pvr2_ctl_bitmask) {
type              541 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 	if (cptr->info->type == pvr2_ctl_int) {
type              544 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 	} else if (cptr->info->type == pvr2_ctl_bool) {
type              547 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 	} else if (cptr->info->type == pvr2_ctl_enum) {
type              561 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 	} else if (cptr->info->type == pvr2_ctl_bitmask) {
type               83 drivers/media/usb/pvrusb2/pvrusb2-hdw-internal.h 	enum pvr2_ctl_type type;
type              937 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	.type = pvr2_ctl_int, \
type              942 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	.type = pvr2_ctl_enum, \
type              947 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	.type = pvr2_ctl_bool
type              950 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	.type = pvr2_ctl_bitmask, \
type             1240 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		.type = pvr2_ctl_bitmask,
type             1252 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		.type = pvr2_ctl_bitmask,
type             1261 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		.type = pvr2_ctl_bitmask,
type             1965 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	fmt.type = V4L2_BUF_TYPE_SLICED_VBI_CAPTURE;
type             2477 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		switch (qctrl.type) {
type             2480 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 			ciptr->type = pvr2_ctl_int;
type             2485 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 			ciptr->type = pvr2_ctl_bool;
type             2488 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 			ciptr->type = pvr2_ctl_enum;
type             2849 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 			setup.type = hdw->tuner_type;
type             2885 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		vt.type = (hdw->input_val == PVR2_CVAL_INPUT_RADIO) ?
type             2907 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 			freq.type = V4L2_TUNER_RADIO;
type             2909 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 			freq.type = V4L2_TUNER_ANALOG_TV;
type             2995 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 				  get_ctrl_typename(cptr->info->type));
type             5032 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	vtp->type = (hdw->input_val == PVR2_CVAL_INPUT_RADIO) ?
type             5041 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		   vtp->type,
type              558 drivers/media/usb/pvrusb2/pvrusb2-i2c-core.c 		init_data->type                  = RC_PROTO_BIT_RC5;
type              564 drivers/media/usb/pvrusb2/pvrusb2-i2c-core.c 		strscpy(info.type, "ir_video", I2C_NAME_SIZE);
type              566 drivers/media/usb/pvrusb2/pvrusb2-i2c-core.c 			   info.type, info.addr);
type              573 drivers/media/usb/pvrusb2/pvrusb2-i2c-core.c 		init_data->type = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE |
type              579 drivers/media/usb/pvrusb2/pvrusb2-i2c-core.c 		strscpy(info.type, "ir_z8f0811_haup", I2C_NAME_SIZE);
type              581 drivers/media/usb/pvrusb2/pvrusb2-i2c-core.c 			   info.type, info.addr);
type               76 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 		.type   = V4L2_BUF_TYPE_VIDEO_CAPTURE,
type               89 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 		.type   = V4L2_BUF_TYPE_VBI_CAPTURE,
type              182 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 		tmp.type = V4L2_INPUT_TYPE_TUNER;
type              186 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 		tmp.type = V4L2_INPUT_TYPE_CAMERA;
type              332 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 	if (vf->type == V4L2_TUNER_RADIO) {
type              371 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 		vf->type = V4L2_TUNER_RADIO;
type              373 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 		vf->type = V4L2_TUNER_ANALOG_TV;
type              533 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 		vc->type = V4L2_CTRL_TYPE_MENU;
type              539 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 		vc->type = V4L2_CTRL_TYPE_BOOLEAN;
type              545 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 		vc->type = V4L2_CTRL_TYPE_INTEGER;
type              686 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 			      int type, struct v4l2_fract *f)
type              690 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 	struct v4l2_cropcap cap = { .type = type };
type              693 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              710 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              713 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 	cap.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              759 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 	if (sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE ||
type              329 drivers/media/usb/pwc/pwc-ctrl.c 	if (DEVICE_USE_CODEC1(pdev->type)) {
type              332 drivers/media/usb/pwc/pwc-ctrl.c 	} else if (DEVICE_USE_CODEC3(pdev->type)) {
type              388 drivers/media/usb/pwc/pwc-ctrl.c 	if (DEVICE_USE_CODEC1(pdev->type)) {
type              391 drivers/media/usb/pwc/pwc-ctrl.c 	} else if (DEVICE_USE_CODEC3(pdev->type)) {
type              481 drivers/media/usb/pwc/pwc-ctrl.c 	if (pdev->type < 675 || (pdev->type < 730 && pdev->release < 6))
type              499 drivers/media/usb/pwc/pwc-ctrl.c 	if (pdev->type < 730)
type              528 drivers/media/usb/pwc/pwc-ctrl.c 	if (pdev->type < 675)
type              530 drivers/media/usb/pwc/pwc-ctrl.c 	else if (pdev->type < 730)
type              538 drivers/media/usb/pwc/pwc-ctrl.c 	if (pdev->type < 675)
type              295 drivers/media/usb/pwc/pwc-dec23.c 	if (DEVICE_USE_CODEC3(pdev->type)) {
type              216 drivers/media/usb/pwc/pwc-if.c 	if (pdev->type == 730) {
type              244 drivers/media/usb/pwc/pwc-if.c 	} else if (pdev->type == 740 || pdev->type == 720) {
type             1033 drivers/media/usb/pwc/pwc-if.c 	pdev->type = type_id;
type             1046 drivers/media/usb/pwc/pwc-if.c 	pdev->vb_queue.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type               57 drivers/media/usb/pwc/pwc-misc.c 	if (DEVICE_USE_CODEC1(pdev->type)) {
type               65 drivers/media/usb/pwc/pwc-misc.c 	} else if (DEVICE_USE_CODEC3(pdev->type)) {
type               39 drivers/media/usb/pwc/pwc-uncompress.c 		raw_frame->type = cpu_to_le16(pdev->type);
type               85 drivers/media/usb/pwc/pwc-uncompress.c 	if (DEVICE_USE_CODEC1(pdev->type)) {
type               55 drivers/media/usb/pwc/pwc-v4l.c 	.type	= V4L2_CTRL_TYPE_MENU,
type               63 drivers/media/usb/pwc/pwc-v4l.c 	.type	= V4L2_CTRL_TYPE_BOOLEAN,
type               73 drivers/media/usb/pwc/pwc-v4l.c 	.type	= V4L2_CTRL_TYPE_INTEGER,
type               84 drivers/media/usb/pwc/pwc-v4l.c 	.type	= V4L2_CTRL_TYPE_BOOLEAN,
type               93 drivers/media/usb/pwc/pwc-v4l.c 	.type	= V4L2_CTRL_TYPE_BOOLEAN,
type              102 drivers/media/usb/pwc/pwc-v4l.c 	.type	= V4L2_CTRL_TYPE_INTEGER,
type              112 drivers/media/usb/pwc/pwc-v4l.c 	.type	= V4L2_CTRL_TYPE_BUTTON,
type              119 drivers/media/usb/pwc/pwc-v4l.c 	.type	= V4L2_CTRL_TYPE_BUTTON,
type              126 drivers/media/usb/pwc/pwc-v4l.c 	.type	= V4L2_CTRL_TYPE_BUTTON,
type              133 drivers/media/usb/pwc/pwc-v4l.c 	.type	= V4L2_CTRL_TYPE_INTEGER,
type              143 drivers/media/usb/pwc/pwc-v4l.c 	.type	= V4L2_CTRL_TYPE_INTEGER,
type              174 drivers/media/usb/pwc/pwc-v4l.c 	if (pdev->type >= 675) {
type              175 drivers/media/usb/pwc/pwc-v4l.c 		if (pdev->type < 730)
type              238 drivers/media/usb/pwc/pwc-v4l.c 	if (DEVICE_USE_CODEC2(pdev->type)) {
type              265 drivers/media/usb/pwc/pwc-v4l.c 	} else if (DEVICE_USE_CODEC3(pdev->type)) {
type              413 drivers/media/usb/pwc/pwc-v4l.c 	if (f->type != V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              422 drivers/media/usb/pwc/pwc-v4l.c 			if (DEVICE_USE_CODEC23(pdev->type)) {
type              428 drivers/media/usb/pwc/pwc-v4l.c 			if (DEVICE_USE_CODEC1(pdev->type)) {
type              495 drivers/media/usb/pwc/pwc-v4l.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type              554 drivers/media/usb/pwc/pwc-v4l.c 		if (!DEVICE_USE_CODEC3(pdev->type))
type              789 drivers/media/usb/pwc/pwc-v4l.c 		if (DEVICE_USE_CODEC2(pdev->type))
type              791 drivers/media/usb/pwc/pwc-v4l.c 		else if (DEVICE_USE_CODEC3(pdev->type))
type              797 drivers/media/usb/pwc/pwc-v4l.c 		if (DEVICE_USE_CODEC2(pdev->type))
type              875 drivers/media/usb/pwc/pwc-v4l.c 		f->pixelformat = pdev->type <= 646 ? V4L2_PIX_FMT_PWC1 : V4L2_PIX_FMT_PWC2;
type              890 drivers/media/usb/pwc/pwc-v4l.c 	if (f->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              914 drivers/media/usb/pwc/pwc-v4l.c 			DEVICE_USE_CODEC1(pdev->type)) ||
type              916 drivers/media/usb/pwc/pwc-v4l.c 			DEVICE_USE_CODEC23(pdev->type))) {
type              921 drivers/media/usb/pwc/pwc-v4l.c 				fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type              954 drivers/media/usb/pwc/pwc-v4l.c 	fival->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type              966 drivers/media/usb/pwc/pwc-v4l.c 	if (parm->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              971 drivers/media/usb/pwc/pwc-v4l.c 	parm->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              987 drivers/media/usb/pwc/pwc-v4l.c 	if (parm->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              191 drivers/media/usb/pwc/pwc.h 	__le16 type;		/* type of the webcam */
type              227 drivers/media/usb/pwc/pwc.h 	int type;
type              359 drivers/media/usb/rainshadow-cec/rainshadow-cec.c 		.type	= SERIO_RS232,
type             1161 drivers/media/usb/s2255/s2255drv.c 	inp->type = V4L2_INPUT_TYPE_CAMERA;
type             1266 drivers/media/usb/s2255/s2255drv.c 	if (sp->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1304 drivers/media/usb/s2255/s2255drv.c 	if (sp->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1364 drivers/media/usb/s2255/s2255drv.c 	fe->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type             1395 drivers/media/usb/s2255/s2255drv.c 	fe->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type             1580 drivers/media/usb/s2255/s2255drv.c 	.type = V4L2_CTRL_TYPE_BOOLEAN,
type             1627 drivers/media/usb/s2255/s2255drv.c 		q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              422 drivers/media/usb/siano/smsusb.c 	params.device_type = sms_get_board(board_id)->type;
type              561 drivers/media/usb/stk1160/stk1160-v4l.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type              782 drivers/media/usb/stk1160/stk1160-v4l.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              528 drivers/media/usb/stkwebcam/stk-webcam.c 	buf->v4lbuf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              810 drivers/media/usb/stkwebcam/stk-webcam.c 	input->type = V4L2_INPUT_TYPE_CAMERA;
type             1135 drivers/media/usb/stkwebcam/stk-webcam.c 		void *priv, enum v4l2_buf_type type)
type             1147 drivers/media/usb/stkwebcam/stk-webcam.c 		void *priv, enum v4l2_buf_type type)
type             1186 drivers/media/usb/stkwebcam/stk-webcam.c 		frms->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type              503 drivers/media/usb/tm6000/tm6000-alsa.c 	.type	= TM6000_AUDIO,
type               62 drivers/media/usb/tm6000/tm6000-cards.c 	enum		tm6000_devtype type;	/* variant of the chipset */
type               86 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_TV,
type               90 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_COMPOSITE1,
type               94 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_SVIDEO,
type              102 drivers/media/usb/tm6000/tm6000-cards.c 		.type         = TM5600,
type              113 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_TV,
type              117 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_COMPOSITE1,
type              121 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_SVIDEO,
type              139 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_TV,
type              143 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_COMPOSITE1,
type              147 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_SVIDEO,
type              155 drivers/media/usb/tm6000/tm6000-cards.c 		.type         = TM6010,
type              176 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_TV,
type              180 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_COMPOSITE1,
type              184 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_SVIDEO,
type              196 drivers/media/usb/tm6000/tm6000-cards.c 		.type         = TM5600,
type              206 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_TV,
type              210 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_COMPOSITE1,
type              214 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_SVIDEO,
type              231 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_TV,
type              235 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_COMPOSITE1,
type              239 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_SVIDEO,
type              257 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_TV,
type              261 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_COMPOSITE1,
type              265 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_SVIDEO,
type              287 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_TV,
type              291 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_COMPOSITE1,
type              295 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_SVIDEO,
type              316 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_TV,
type              320 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_COMPOSITE1,
type              324 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_SVIDEO,
type              338 drivers/media/usb/tm6000/tm6000-cards.c 		.type         = TM6010,
type              357 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_TV,
type              361 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_COMPOSITE1,
type              365 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_SVIDEO,
type              376 drivers/media/usb/tm6000/tm6000-cards.c 		.type         = TM6010,
type              391 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_TV,
type              395 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_COMPOSITE1,
type              399 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_SVIDEO,
type              405 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_RADIO,
type              413 drivers/media/usb/tm6000/tm6000-cards.c 		.type         = TM6010,
type              427 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_TV,
type              431 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_COMPOSITE1,
type              435 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_SVIDEO,
type              441 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_RADIO,
type              450 drivers/media/usb/tm6000/tm6000-cards.c 		.type         = TM6010,
type              470 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_TV,
type              474 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_COMPOSITE1,
type              478 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_SVIDEO,
type              484 drivers/media/usb/tm6000/tm6000-cards.c 			.type = TM6000_INPUT_RADIO,
type              490 drivers/media/usb/tm6000/tm6000-cards.c 		.type         = TM5600,
type              493 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_TV,
type              497 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_COMPOSITE1,
type              501 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_SVIDEO,
type              512 drivers/media/usb/tm6000/tm6000-cards.c 		.type         = TM6010,
type              530 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_TV,
type              534 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_COMPOSITE1,
type              538 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_SVIDEO,
type              549 drivers/media/usb/tm6000/tm6000-cards.c 		.type         = TM6010,
type              564 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_TV,
type              570 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_RADIO,
type              578 drivers/media/usb/tm6000/tm6000-cards.c 		.type         = TM6010,
type              592 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_TV,
type              598 drivers/media/usb/tm6000/tm6000-cards.c 			.type	= TM6000_INPUT_RADIO,
type              896 drivers/media/usb/tm6000/tm6000-cards.c 	tun_setup.type = dev->tuner_type;
type              973 drivers/media/usb/tm6000/tm6000-cards.c 	dev->dev_type   = tm6000_boards[dev->model].type;
type             1112 drivers/media/usb/tm6000/tm6000-cards.c 	f.type = V4L2_TUNER_ANALOG_TV;
type              849 drivers/media/usb/tm6000/tm6000-core.c int tm6000_call_fillbuf(struct tm6000_core *dev, enum tm6000_ops_type type,
type              858 drivers/media/usb/tm6000/tm6000-core.c 			if (ops->fillbuf && ops->type == type)
type              435 drivers/media/usb/tm6000/tm6000-dvb.c 	.type	= TM6000_DVB,
type              593 drivers/media/usb/tm6000/tm6000-stds.c 	if (input->type == TM6000_INPUT_SVIDEO) {
type              957 drivers/media/usb/tm6000/tm6000-video.c 	fh->type          = f->type;
type             1002 drivers/media/usb/tm6000/tm6000-video.c 	if (fh->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1004 drivers/media/usb/tm6000/tm6000-video.c 	if (i != fh->type)
type             1017 drivers/media/usb/tm6000/tm6000-video.c 	if (fh->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1020 drivers/media/usb/tm6000/tm6000-video.c 	if (i != fh->type)
type             1076 drivers/media/usb/tm6000/tm6000-video.c 	if (!dev->vinput[n].type)
type             1081 drivers/media/usb/tm6000/tm6000-video.c 	if (dev->vinput[n].type == TM6000_INPUT_TV)
type             1082 drivers/media/usb/tm6000/tm6000-video.c 		i->type = V4L2_INPUT_TYPE_TUNER;
type             1084 drivers/media/usb/tm6000/tm6000-video.c 		i->type = V4L2_INPUT_TYPE_CAMERA;
type             1086 drivers/media/usb/tm6000/tm6000-video.c 	strscpy(i->name, iname[dev->vinput[n].type], sizeof(i->name));
type             1111 drivers/media/usb/tm6000/tm6000-video.c 	if (!dev->vinput[i].type)
type             1184 drivers/media/usb/tm6000/tm6000-video.c 	t->type       = V4L2_TUNER_ANALOG_TV;
type             1264 drivers/media/usb/tm6000/tm6000-video.c 	t->type = V4L2_TUNER_RADIO;
type             1295 drivers/media/usb/tm6000/tm6000-video.c 	enum v4l2_buf_type type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1304 drivers/media/usb/tm6000/tm6000-video.c 		type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             1307 drivers/media/usb/tm6000/tm6000-video.c 		type = V4L2_BUF_TYPE_VBI_CAPTURE;
type             1320 drivers/media/usb/tm6000/tm6000-video.c 		video_device_node_name(vdev), v4l2_type_names[type],
type             1335 drivers/media/usb/tm6000/tm6000-video.c 	fh->type     = type;
type             1365 drivers/media/usb/tm6000/tm6000-video.c 				fh->type,
type             1397 drivers/media/usb/tm6000/tm6000-video.c 	if (fh->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type             1425 drivers/media/usb/tm6000/tm6000-video.c 	if (V4L2_BUF_TYPE_VIDEO_CAPTURE != fh->type)
type               54 drivers/media/usb/tm6000/tm6000.h 	enum tm6000_itype	type;
type              274 drivers/media/usb/tm6000/tm6000.h 	enum tm6000_ops_type	type;
type              290 drivers/media/usb/tm6000/tm6000.h 	enum v4l2_buf_type           type;
type              336 drivers/media/usb/tm6000/tm6000.h int tm6000_call_fillbuf(struct tm6000_core *dev, enum tm6000_ops_type type,
type              902 drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c 	switch (dvbdmxfeed->type) {
type              911 drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c 	if (dvbdmxfeed->type == DMX_TYPE_TS) {
type              926 drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c 	if (dvbdmxfeed->type == DMX_TYPE_TS) {
type              928 drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c 	} else if (dvbdmxfeed->type == DMX_TYPE_SEC) {
type             1100 drivers/media/usb/ttusb-dec/ttusb_dec.c 	switch (dvbdmxfeed->type) {
type             1111 drivers/media/usb/ttusb-dec/ttusb_dec.c 		dprintk("  type: unknown (%d)\n", dvbdmxfeed->type);
type             1156 drivers/media/usb/ttusb-dec/ttusb_dec.c 	switch (dvbdmxfeed->type) {
type              625 drivers/media/usb/usbtv/usbtv-video.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type              891 drivers/media/usb/usbtv/usbtv-video.c 	usbtv->vb2q.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              222 drivers/media/usb/usbvision/usbvision-i2c.c 		enum v4l2_i2c_tuner_type type;
type              230 drivers/media/usb/usbvision/usbvision-i2c.c 		type = sd ? ADDRS_TV_WITH_DEMOD : ADDRS_TV;
type              234 drivers/media/usb/usbvision/usbvision-i2c.c 				"tuner", 0, v4l2_i2c_tuner_addrs(type));
type              240 drivers/media/usb/usbvision/usbvision-i2c.c 			tun_setup.type = usbvision->tuner_type;
type              500 drivers/media/usb/usbvision/usbvision-video.c 			vi->type = V4L2_INPUT_TYPE_TUNER;
type              506 drivers/media/usb/usbvision/usbvision-video.c 		vi->type = V4L2_INPUT_TYPE_CAMERA;
type              515 drivers/media/usb/usbvision/usbvision-video.c 		vi->type = V4L2_INPUT_TYPE_CAMERA;
type              523 drivers/media/usb/usbvision/usbvision-video.c 		vi->type = V4L2_INPUT_TYPE_CAMERA;
type              582 drivers/media/usb/usbvision/usbvision-video.c 	if (vt->type == V4L2_TUNER_RADIO)
type              615 drivers/media/usb/usbvision/usbvision-video.c 	if (freq->type == V4L2_TUNER_RADIO)
type              635 drivers/media/usb/usbvision/usbvision-video.c 	if (freq->type == V4L2_TUNER_RADIO)
type              786 drivers/media/usb/usbvision/usbvision-video.c 			    void *priv, enum v4l2_buf_type type)
type              790 drivers/media/usb/usbvision/usbvision-video.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1028 drivers/media/usb/uvc/uvc_ctrl.c 	v4l2_ctrl->type = mapping->v4l2_type;
type             1211 drivers/media/usb/uvc/uvc_ctrl.c 	ev->type = V4L2_EVENT_CTRL;
type             1215 drivers/media/usb/uvc/uvc_ctrl.c 	ev->u.ctrl.type = v4l2_ctrl.type;
type              455 drivers/media/usb/uvc/uvc_driver.c 	format->type = buffer[2];
type              787 drivers/media/usb/uvc/uvc_driver.c 		streaming->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type              792 drivers/media/usb/uvc/uvc_driver.c 		streaming->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              961 drivers/media/usb/uvc/uvc_driver.c static struct uvc_entity *uvc_alloc_entity(u16 type, u8 id,
type              970 drivers/media/usb/uvc/uvc_driver.c 	num_inputs = (type & UVC_TERM_OUTPUT) ? num_pads : num_pads - 1;
type              978 drivers/media/usb/uvc/uvc_driver.c 	entity->type = type;
type             1082 drivers/media/usb/uvc/uvc_driver.c 	u16 type;
type             1131 drivers/media/usb/uvc/uvc_driver.c 		type = get_unaligned_le16(&buffer[4]);
type             1132 drivers/media/usb/uvc/uvc_driver.c 		if ((type & 0x7f00) == 0 || (type & 0x8000) != 0) {
type             1137 drivers/media/usb/uvc/uvc_driver.c 				buffer[3], type);
type             1145 drivers/media/usb/uvc/uvc_driver.c 		if (type == UVC_ITT_CAMERA) {
type             1149 drivers/media/usb/uvc/uvc_driver.c 		} else if (type == UVC_ITT_MEDIA_TRANSPORT_INPUT) {
type             1162 drivers/media/usb/uvc/uvc_driver.c 		term = uvc_alloc_entity(type | UVC_TERM_INPUT, buffer[3],
type             1212 drivers/media/usb/uvc/uvc_driver.c 		type = get_unaligned_le16(&buffer[4]);
type             1213 drivers/media/usb/uvc/uvc_driver.c 		if ((type & 0xff00) == 0) {
type             1217 drivers/media/usb/uvc/uvc_driver.c 				alts->desc.bInterfaceNumber, buffer[3], type);
type             1221 drivers/media/usb/uvc/uvc_driver.c 		term = uvc_alloc_entity(type | UVC_TERM_OUTPUT, buffer[3],
type             1792 drivers/media/usb/uvc/uvc_driver.c 		if (entity->type != UVC_VC_PROCESSING_UNIT &&
type             1793 drivers/media/usb/uvc/uvc_driver.c 		    entity->type != UVC_VC_EXTENSION_UNIT)
type             1968 drivers/media/usb/uvc/uvc_driver.c 			      enum v4l2_buf_type type,
type             1975 drivers/media/usb/uvc/uvc_driver.c 	ret = uvc_queue_init(queue, type, !uvc_no_drop_param);
type             1991 drivers/media/usb/uvc/uvc_driver.c 	if (type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1996 drivers/media/usb/uvc/uvc_driver.c 	switch (type) {
type             2020 drivers/media/usb/uvc/uvc_driver.c 			   v4l2_type_names[type], ret);
type             2041 drivers/media/usb/uvc/uvc_driver.c 	if (stream->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             2051 drivers/media/usb/uvc/uvc_driver.c 					 &stream->queue, stream->type,
type             2332 drivers/media/usb/uvc/uvc_driver.c 						    stream->queue.queue.type);
type               48 drivers/media/usb/uvc/uvc_metadata.c 	if (format->type != vfh->vdev->queue->type)
type               68 drivers/media/usb/uvc/uvc_metadata.c 	if (format->type != vfh->vdev->queue->type)
type              117 drivers/media/usb/uvc/uvc_metadata.c 	if (fdesc->type != vfh->vdev->queue->type ||
type              123 drivers/media/usb/uvc/uvc_metadata.c 	fdesc->type = vfh->vdev->queue->type;
type               80 drivers/media/usb/uvc/uvc_queue.c 	switch (vq->type) {
type              110 drivers/media/usb/uvc/uvc_queue.c 	if (vb->type == V4L2_BUF_TYPE_VIDEO_OUTPUT &&
type              123 drivers/media/usb/uvc/uvc_queue.c 	if (vb->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              191 drivers/media/usb/uvc/uvc_queue.c 	if (vq->type != V4L2_BUF_TYPE_META_CAPTURE)
type              219 drivers/media/usb/uvc/uvc_queue.c int uvc_queue_init(struct uvc_video_queue *queue, enum v4l2_buf_type type,
type              224 drivers/media/usb/uvc/uvc_queue.c 	queue->queue.type = type;
type              233 drivers/media/usb/uvc/uvc_queue.c 	switch (type) {
type              337 drivers/media/usb/uvc/uvc_queue.c int uvc_queue_streamon(struct uvc_video_queue *queue, enum v4l2_buf_type type)
type              342 drivers/media/usb/uvc/uvc_queue.c 	ret = vb2_streamon(&queue->queue, type);
type              348 drivers/media/usb/uvc/uvc_queue.c int uvc_queue_streamoff(struct uvc_video_queue *queue, enum v4l2_buf_type type)
type              353 drivers/media/usb/uvc/uvc_queue.c 	ret = vb2_streamoff(&queue->queue, type);
type              163 drivers/media/usb/uvc/uvc_v4l2.c 	if (fmt->type != stream->type)
type              273 drivers/media/usb/uvc/uvc_v4l2.c 	if (fmt->type != stream->type)
type              306 drivers/media/usb/uvc/uvc_v4l2.c 	if (fmt->type != stream->type)
type              334 drivers/media/usb/uvc/uvc_v4l2.c 	if (parm->type != stream->type)
type              345 drivers/media/usb/uvc/uvc_v4l2.c 	parm->type = stream->type;
type              347 drivers/media/usb/uvc/uvc_v4l2.c 	if (stream->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              375 drivers/media/usb/uvc/uvc_v4l2.c 	if (parm->type != stream->type)
type              378 drivers/media/usb/uvc/uvc_v4l2.c 	if (parm->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              440 drivers/media/usb/uvc/uvc_v4l2.c 	if (parm->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              600 drivers/media/usb/uvc/uvc_v4l2.c 	enum v4l2_buf_type type = fmt->type;
type              603 drivers/media/usb/uvc/uvc_v4l2.c 	if (fmt->type != stream->type || fmt->index >= stream->nformats)
type              608 drivers/media/usb/uvc/uvc_v4l2.c 	fmt->type = type;
type              790 drivers/media/usb/uvc/uvc_v4l2.c 			      enum v4l2_buf_type type)
type              800 drivers/media/usb/uvc/uvc_v4l2.c 	ret = uvc_queue_streamon(&stream->queue, type);
type              807 drivers/media/usb/uvc/uvc_v4l2.c 			       enum v4l2_buf_type type)
type              816 drivers/media/usb/uvc/uvc_v4l2.c 	uvc_queue_streamoff(&stream->queue, type);
type              858 drivers/media/usb/uvc/uvc_v4l2.c 		input->type = V4L2_INPUT_TYPE_CAMERA;
type              935 drivers/media/usb/uvc/uvc_v4l2.c 	qec->type = qc.type;
type             1113 drivers/media/usb/uvc/uvc_v4l2.c 	if (sel->type != stream->type)
type             1119 drivers/media/usb/uvc/uvc_v4l2.c 		if (stream->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1124 drivers/media/usb/uvc/uvc_v4l2.c 		if (stream->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1198 drivers/media/usb/uvc/uvc_v4l2.c 	fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type             1240 drivers/media/usb/uvc/uvc_v4l2.c 		fival->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type             1247 drivers/media/usb/uvc/uvc_v4l2.c 		fival->type = V4L2_FRMIVAL_TYPE_STEPWISE;
type             1268 drivers/media/usb/uvc/uvc_v4l2.c 	switch (sub->type) {
type               32 drivers/media/usb/uvc/uvc_video.c 	u8 type = USB_TYPE_CLASS | USB_RECIP_INTERFACE;
type               37 drivers/media/usb/uvc/uvc_video.c 	type |= (query & 0x80) ? USB_DIR_IN : USB_DIR_OUT;
type               39 drivers/media/usb/uvc/uvc_video.c 	return usb_control_msg(dev->udev, pipe, query, type, cs << 8,
type             1784 drivers/media/usb/uvc/uvc_video.c 	if (stream->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             2056 drivers/media/usb/uvc/uvc_video.c 	if (stream->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type               28 drivers/media/usb/uvc/uvcvideo.h #define UVC_TERM_DIRECTION(term)	((term)->type & 0x8000)
type               30 drivers/media/usb/uvc/uvcvideo.h #define UVC_ENTITY_TYPE(entity)		((entity)->type & 0x7fff)
type               31 drivers/media/usb/uvc/uvcvideo.h #define UVC_ENTITY_IS_UNIT(entity)	(((entity)->type & 0xff00) == 0)
type               32 drivers/media/usb/uvc/uvcvideo.h #define UVC_ENTITY_IS_TERM(entity)	(((entity)->type & 0xff00) != 0)
type               35 drivers/media/usb/uvc/uvcvideo.h 	((entity)->type & 0x8000) == UVC_TERM_INPUT)
type               38 drivers/media/usb/uvc/uvcvideo.h 	((entity)->type & 0x8000) == UVC_TERM_OUTPUT)
type              301 drivers/media/usb/uvc/uvcvideo.h 	u16 type;
type              370 drivers/media/usb/uvc/uvcvideo.h 	u8 type;
type              547 drivers/media/usb/uvc/uvcvideo.h 	enum v4l2_buf_type type;
type              747 drivers/media/usb/uvc/uvcvideo.h int uvc_queue_init(struct uvc_video_queue *queue, enum v4l2_buf_type type,
type              763 drivers/media/usb/uvc/uvcvideo.h int uvc_queue_streamon(struct uvc_video_queue *queue, enum v4l2_buf_type type);
type              764 drivers/media/usb/uvc/uvcvideo.h int uvc_queue_streamoff(struct uvc_video_queue *queue, enum v4l2_buf_type type);
type              811 drivers/media/usb/uvc/uvcvideo.h 			      enum v4l2_buf_type type,
type              437 drivers/media/usb/zr364xx/zr364xx.c 				   enum v4l2_buf_type type);
type              705 drivers/media/usb/zr364xx/zr364xx.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type             1123 drivers/media/usb/zr364xx/zr364xx.c 				   enum v4l2_buf_type type)
type             1130 drivers/media/usb/zr364xx/zr364xx.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1148 drivers/media/usb/zr364xx/zr364xx.c 				    enum v4l2_buf_type type)
type             1153 drivers/media/usb/zr364xx/zr364xx.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              166 drivers/media/v4l2-core/tuner-core.c 	unsigned int        type; /* chip type id */
type              297 drivers/media/v4l2-core/tuner-core.c static void set_type(struct i2c_client *c, unsigned int type,
type              307 drivers/media/v4l2-core/tuner-core.c 	if (type == UNSET || type == TUNER_ABSENT) {
type              312 drivers/media/v4l2-core/tuner-core.c 	t->type = type;
type              323 drivers/media/v4l2-core/tuner-core.c 	switch (t->type) {
type              360 drivers/media/v4l2-core/tuner-core.c 				t->i2c->adapter, t->i2c->addr, t->type))
type              370 drivers/media/v4l2-core/tuner-core.c 				t->i2c->adapter, t->i2c->addr, t->type))
type              449 drivers/media/v4l2-core/tuner-core.c 				t->i2c->adapter, t->i2c->addr, t->type))
type              495 drivers/media/v4l2-core/tuner-core.c 		  c->adapter->name, c->dev.driver->name, c->addr << 1, type,
type              500 drivers/media/v4l2-core/tuner-core.c 	dprintk("Tuner attach for type = %d failed.\n", t->type);
type              501 drivers/media/v4l2-core/tuner-core.c 	t->type = TUNER_ABSENT;
type              527 drivers/media/v4l2-core/tuner-core.c 			tun_setup->type,
type              532 drivers/media/v4l2-core/tuner-core.c 	if ((t->type == UNSET && ((tun_setup->addr == ADDR_UNSET) &&
type              535 drivers/media/v4l2-core/tuner-core.c 		set_type(c, tun_setup->type, tun_setup->mode_mask,
type              539 drivers/media/v4l2-core/tuner-core.c 			  t->type, t->mode_mask,
type              560 drivers/media/v4l2-core/tuner-core.c 	if (t->type != cfg->tuner)
type              607 drivers/media/v4l2-core/tuner-core.c 		else if (*tv == NULL && pos->type != TUNER_TDA9887 &&
type              644 drivers/media/v4l2-core/tuner-core.c 	t->type = UNSET;
type              667 drivers/media/v4l2-core/tuner-core.c 				t->type = TUNER_TEA5761;
type              688 drivers/media/v4l2-core/tuner-core.c 				t->type = TUNER_TDA9887;
type              697 drivers/media/v4l2-core/tuner-core.c 				t->type = TUNER_TEA5767;
type              734 drivers/media/v4l2-core/tuner-core.c 	if (t->type == TUNER_TDA9887) {
type              766 drivers/media/v4l2-core/tuner-core.c 	set_type(client, t->type, t->mode_mask, t->config, t->fe.callback);
type              770 drivers/media/v4l2-core/tuner-core.c 		   t->type,
type              902 drivers/media/v4l2-core/tuner-core.c 	if (t->type == UNSET) {
type             1043 drivers/media/v4l2-core/tuner-core.c 	if (t->type == UNSET) {
type             1188 drivers/media/v4l2-core/tuner-core.c 	if (set_mode(t, f->type) == 0)
type             1208 drivers/media/v4l2-core/tuner-core.c 	if (check_mode(t, f->type) == -EINVAL)
type             1210 drivers/media/v4l2-core/tuner-core.c 	if (f->type == t->mode && fe_tuner_ops->get_frequency && !t->standby) {
type             1218 drivers/media/v4l2-core/tuner-core.c 		f->frequency = (V4L2_TUNER_RADIO == f->type) ?
type             1240 drivers/media/v4l2-core/tuner-core.c 	if (check_mode(t, vt->type) == -EINVAL)
type             1242 drivers/media/v4l2-core/tuner-core.c 	if (vt->type == t->mode && analog_ops->get_afc)
type             1244 drivers/media/v4l2-core/tuner-core.c 	if (vt->type == t->mode && analog_ops->has_signal) {
type             1250 drivers/media/v4l2-core/tuner-core.c 	if (vt->type != V4L2_TUNER_RADIO) {
type             1258 drivers/media/v4l2-core/tuner-core.c 	if (vt->type == t->mode) {
type             1291 drivers/media/v4l2-core/tuner-core.c 	if (set_mode(t, vt->type))
type               74 drivers/media/v4l2-core/v4l2-common.c 	v4l2_ctrl_fill(qctrl->id, &name, &qctrl->type,
type              193 drivers/media/v4l2-core/v4l2-common.c 	if (a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE &&
type              194 drivers/media/v4l2-core/v4l2-common.c 	    a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              216 drivers/media/v4l2-core/v4l2-common.c 	if (a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE &&
type              217 drivers/media/v4l2-core/v4l2-common.c 	    a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              228 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	__u32	type;	/* enum v4l2_buf_type */
type              262 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	u32 type;
type              264 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	if (get_user(type, &p32->type))
type              267 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	switch (type) {
type              296 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	u32 type;
type              298 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	if (get_user(type, &p32->type) || put_user(type, &p64->type))
type              301 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	switch (type) {
type              367 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	u32 type;
type              369 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	if (get_user(type, &p64->type))
type              372 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	switch (type) {
type              473 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	__u32			type;	/* enum v4l2_buf_type */
type              561 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	u32 type;
type              565 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	    get_user(type, &p32->type) ||
type              569 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	if (V4L2_TYPE_IS_MULTIPLANAR(type)) {
type              588 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	u32 type;
type              599 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	    get_user(type, &p32->type) ||
type              600 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	    put_user(type, &p64->type) ||
type              610 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	if (V4L2_TYPE_IS_OUTPUT(type))
type              619 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	if (V4L2_TYPE_IS_MULTIPLANAR(type)) {
type              687 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	u32 type;
type              697 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	    get_user(type, &p64->type) ||
type              698 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	    put_user(type, &p32->type) ||
type              716 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	if (V4L2_TYPE_IS_MULTIPLANAR(type)) {
type              813 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	__u32	     type;		/*  Type of input */
type             1032 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	__u32				type;
type             1048 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 	    assign_in_user(&p32->type, &p64->type) ||
type             1121 drivers/media/v4l2-core/v4l2-ctrls.c void v4l2_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type,
type             1180 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_BOOLEAN;
type             1185 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_INTEGER;
type             1190 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_INTEGER;
type             1200 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_BUTTON;
type             1268 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_MENU;
type             1271 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_INTEGER_MENU;
type             1277 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_STRING;
type             1283 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_INTEGER_MENU;
type             1297 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_CTRL_CLASS;
type             1303 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_INTEGER;
type             1317 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_BITMASK;
type             1321 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_INTEGER;
type             1325 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_INTEGER64;
type             1332 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_INTEGER64;
type             1339 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_INTEGER64;
type             1343 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_U8;
type             1346 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_U16;
type             1349 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_U32;
type             1352 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_MPEG2_SLICE_PARAMS;
type             1355 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_MPEG2_QUANTIZATION;
type             1358 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_FWHT_PARAMS;
type             1361 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_H264_SPS;
type             1364 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_H264_PPS;
type             1367 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_H264_SCALING_MATRIX;
type             1370 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_H264_SLICE_PARAMS;
type             1373 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_H264_DECODE_PARAMS;
type             1376 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_VP8_FRAME_HEADER;
type             1379 drivers/media/v4l2-core/v4l2-ctrls.c 		*type = V4L2_CTRL_TYPE_INTEGER;
type             1466 drivers/media/v4l2-core/v4l2-ctrls.c 	ev->type = V4L2_EVENT_CTRL;
type             1469 drivers/media/v4l2-core/v4l2-ctrls.c 	ev->u.ctrl.type = ctrl->type;
type             1477 drivers/media/v4l2-core/v4l2-ctrls.c 	if (ctrl->type == V4L2_CTRL_TYPE_MENU
type             1478 drivers/media/v4l2-core/v4l2-ctrls.c 	    || ctrl->type == V4L2_CTRL_TYPE_INTEGER_MENU)
type             1504 drivers/media/v4l2-core/v4l2-ctrls.c 	switch (ctrl->type) {
type             1540 drivers/media/v4l2-core/v4l2-ctrls.c 	switch ((u32)ctrl->type) {
type             1556 drivers/media/v4l2-core/v4l2-ctrls.c 	switch (ctrl->type) {
type             1603 drivers/media/v4l2-core/v4l2-ctrls.c 	switch (ctrl->type) {
type             1635 drivers/media/v4l2-core/v4l2-ctrls.c 		pr_cont("unknown type %d", ctrl->type);
type             1677 drivers/media/v4l2-core/v4l2-ctrls.c 	switch ((u32)ctrl->type) {
type             1765 drivers/media/v4l2-core/v4l2-ctrls.c 	switch ((u32)ctrl->type) {
type             1800 drivers/media/v4l2-core/v4l2-ctrls.c 		if (ctrl->type == V4L2_CTRL_TYPE_MENU &&
type             1846 drivers/media/v4l2-core/v4l2-ctrls.c 	switch (ctrl->type) {
type             1917 drivers/media/v4l2-core/v4l2-ctrls.c 	switch (ctrl->type) {
type             2062 drivers/media/v4l2-core/v4l2-ctrls.c static int check_range(enum v4l2_ctrl_type type,
type             2065 drivers/media/v4l2-core/v4l2-ctrls.c 	switch (type) {
type             2284 drivers/media/v4l2-core/v4l2-ctrls.c 	if (ctrl->type < V4L2_CTRL_COMPOUND_TYPES &&
type             2353 drivers/media/v4l2-core/v4l2-ctrls.c 			u32 id, const char *name, enum v4l2_ctrl_type type,
type             2381 drivers/media/v4l2-core/v4l2-ctrls.c 	switch ((u32)type) {
type             2425 drivers/media/v4l2-core/v4l2-ctrls.c 		if (type < V4L2_CTRL_COMPOUND_TYPES)
type             2434 drivers/media/v4l2-core/v4l2-ctrls.c 	    (type == V4L2_CTRL_TYPE_MENU && qmenu == NULL) ||
type             2435 drivers/media/v4l2-core/v4l2-ctrls.c 	    (type == V4L2_CTRL_TYPE_INTEGER_MENU && qmenu_int == NULL)) {
type             2439 drivers/media/v4l2-core/v4l2-ctrls.c 	err = check_range(type, min, max, step, def);
type             2445 drivers/media/v4l2-core/v4l2-ctrls.c 	    (type == V4L2_CTRL_TYPE_BUTTON ||
type             2446 drivers/media/v4l2-core/v4l2-ctrls.c 	     type == V4L2_CTRL_TYPE_CTRL_CLASS)) {
type             2452 drivers/media/v4l2-core/v4l2-ctrls.c 	if (type == V4L2_CTRL_TYPE_BUTTON)
type             2455 drivers/media/v4l2-core/v4l2-ctrls.c 	else if (type == V4L2_CTRL_TYPE_CTRL_CLASS)
type             2457 drivers/media/v4l2-core/v4l2-ctrls.c 	else if (type == V4L2_CTRL_TYPE_INTEGER64 ||
type             2458 drivers/media/v4l2-core/v4l2-ctrls.c 		 type == V4L2_CTRL_TYPE_STRING ||
type             2459 drivers/media/v4l2-core/v4l2-ctrls.c 		 type >= V4L2_CTRL_COMPOUND_TYPES ||
type             2476 drivers/media/v4l2-core/v4l2-ctrls.c 	ctrl->type = type;
type             2482 drivers/media/v4l2-core/v4l2-ctrls.c 	ctrl->is_string = !is_array && type == V4L2_CTRL_TYPE_STRING;
type             2483 drivers/media/v4l2-core/v4l2-ctrls.c 	ctrl->is_ptr = is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string;
type             2484 drivers/media/v4l2-core/v4l2-ctrls.c 	ctrl->is_int = !ctrl->is_ptr && type != V4L2_CTRL_TYPE_INTEGER64;
type             2491 drivers/media/v4l2-core/v4l2-ctrls.c 	if (type == V4L2_CTRL_TYPE_MENU)
type             2493 drivers/media/v4l2-core/v4l2-ctrls.c 	else if (type == V4L2_CTRL_TYPE_INTEGER_MENU)
type             2529 drivers/media/v4l2-core/v4l2-ctrls.c 	enum v4l2_ctrl_type type = cfg->type;
type             2537 drivers/media/v4l2-core/v4l2-ctrls.c 		v4l2_ctrl_fill(cfg->id, &name, &type, &min, &max, &step,
type             2540 drivers/media/v4l2-core/v4l2-ctrls.c 	is_menu = (type == V4L2_CTRL_TYPE_MENU ||
type             2541 drivers/media/v4l2-core/v4l2-ctrls.c 		   type == V4L2_CTRL_TYPE_INTEGER_MENU);
type             2546 drivers/media/v4l2-core/v4l2-ctrls.c 	if (type == V4L2_CTRL_TYPE_MENU && !qmenu) {
type             2548 drivers/media/v4l2-core/v4l2-ctrls.c 	} else if (type == V4L2_CTRL_TYPE_INTEGER_MENU && !qmenu_int) {
type             2554 drivers/media/v4l2-core/v4l2-ctrls.c 			type, min, max,
type             2570 drivers/media/v4l2-core/v4l2-ctrls.c 	enum v4l2_ctrl_type type;
type             2573 drivers/media/v4l2-core/v4l2-ctrls.c 	v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags);
type             2574 drivers/media/v4l2-core/v4l2-ctrls.c 	if (type == V4L2_CTRL_TYPE_MENU ||
type             2575 drivers/media/v4l2-core/v4l2-ctrls.c 	    type == V4L2_CTRL_TYPE_INTEGER_MENU ||
type             2576 drivers/media/v4l2-core/v4l2-ctrls.c 	    type >= V4L2_CTRL_COMPOUND_TYPES) {
type             2580 drivers/media/v4l2-core/v4l2-ctrls.c 	return v4l2_ctrl_new(hdl, ops, NULL, id, name, type,
type             2595 drivers/media/v4l2-core/v4l2-ctrls.c 	enum v4l2_ctrl_type type;
type             2602 drivers/media/v4l2-core/v4l2-ctrls.c 	v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags);
type             2604 drivers/media/v4l2-core/v4l2-ctrls.c 	if (type == V4L2_CTRL_TYPE_MENU)
type             2606 drivers/media/v4l2-core/v4l2-ctrls.c 	else if (type == V4L2_CTRL_TYPE_INTEGER_MENU)
type             2613 drivers/media/v4l2-core/v4l2-ctrls.c 	return v4l2_ctrl_new(hdl, ops, NULL, id, name, type,
type             2624 drivers/media/v4l2-core/v4l2-ctrls.c 	enum v4l2_ctrl_type type;
type             2640 drivers/media/v4l2-core/v4l2-ctrls.c 	v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags);
type             2641 drivers/media/v4l2-core/v4l2-ctrls.c 	if (type != V4L2_CTRL_TYPE_MENU || qmenu == NULL) {
type             2645 drivers/media/v4l2-core/v4l2-ctrls.c 	return v4l2_ctrl_new(hdl, ops, NULL, id, name, type,
type             2658 drivers/media/v4l2-core/v4l2-ctrls.c 	enum v4l2_ctrl_type type;
type             2665 drivers/media/v4l2-core/v4l2-ctrls.c 	v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags);
type             2666 drivers/media/v4l2-core/v4l2-ctrls.c 	if (type != V4L2_CTRL_TYPE_INTEGER_MENU) {
type             2670 drivers/media/v4l2-core/v4l2-ctrls.c 	return v4l2_ctrl_new(hdl, ops, NULL, id, name, type,
type             2698 drivers/media/v4l2-core/v4l2-ctrls.c 		if (ctrl->type == V4L2_CTRL_TYPE_CTRL_CLASS)
type             2828 drivers/media/v4l2-core/v4l2-ctrls.c 	if (ctrl->type == V4L2_CTRL_TYPE_CTRL_CLASS)
type             2898 drivers/media/v4l2-core/v4l2-ctrls.c 		if (ctrl->done || ctrl->type == V4L2_CTRL_TYPE_BUTTON ||
type             2973 drivers/media/v4l2-core/v4l2-ctrls.c 					ref->ctrl->type >= V4L2_CTRL_COMPOUND_TYPES;
type             2987 drivers/media/v4l2-core/v4l2-ctrls.c 					ref->ctrl->type >= V4L2_CTRL_COMPOUND_TYPES;
type             3009 drivers/media/v4l2-core/v4l2-ctrls.c 	qc->type = ctrl->type;
type             3017 drivers/media/v4l2-core/v4l2-ctrls.c 	if (ctrl->type == V4L2_CTRL_TYPE_MENU
type             3018 drivers/media/v4l2-core/v4l2-ctrls.c 	    || ctrl->type == V4L2_CTRL_TYPE_INTEGER_MENU)
type             3037 drivers/media/v4l2-core/v4l2-ctrls.c 	qc->type = qec.type;
type             3040 drivers/media/v4l2-core/v4l2-ctrls.c 	switch (qc->type) {
type             3075 drivers/media/v4l2-core/v4l2-ctrls.c 	switch (ctrl->type) {
type             3095 drivers/media/v4l2-core/v4l2-ctrls.c 	if (ctrl->type == V4L2_CTRL_TYPE_MENU) {
type             3129 drivers/media/v4l2-core/v4l2-ctrls.c 		if (ctrl->type == V4L2_CTRL_TYPE_BUTTON)
type             3600 drivers/media/v4l2-core/v4l2-ctrls.c 	if (!ctrl->is_int && ctrl->type != V4L2_CTRL_TYPE_INTEGER64)
type             3651 drivers/media/v4l2-core/v4l2-ctrls.c 	WARN_ON(ctrl->is_ptr || ctrl->type != V4L2_CTRL_TYPE_INTEGER64);
type             3759 drivers/media/v4l2-core/v4l2-ctrls.c 		if (ctrl->type == V4L2_CTRL_TYPE_INTEGER64)
type             4071 drivers/media/v4l2-core/v4l2-ctrls.c 	WARN_ON(ctrl->is_ptr || ctrl->type != V4L2_CTRL_TYPE_INTEGER64);
type             4082 drivers/media/v4l2-core/v4l2-ctrls.c 	WARN_ON(ctrl->type != V4L2_CTRL_TYPE_STRING);
type             4187 drivers/media/v4l2-core/v4l2-ctrls.c 		if (ref->req_done || ctrl->type == V4L2_CTRL_TYPE_BUTTON ||
type             4275 drivers/media/v4l2-core/v4l2-ctrls.c 	switch (ctrl->type) {
type             4287 drivers/media/v4l2-core/v4l2-ctrls.c 		ret = check_range(ctrl->type, min, max, step, def);
type             4304 drivers/media/v4l2-core/v4l2-ctrls.c 		if (ctrl->type == V4L2_CTRL_TYPE_INTEGER64)
type             4310 drivers/media/v4l2-core/v4l2-ctrls.c 	if (ctrl->type == V4L2_CTRL_TYPE_INTEGER64)
type             4331 drivers/media/v4l2-core/v4l2-ctrls.c 	if (ctrl->type != V4L2_CTRL_TYPE_CTRL_CLASS &&
type             4398 drivers/media/v4l2-core/v4l2-ctrls.c 	if (sub->type == V4L2_EVENT_CTRL)
type              842 drivers/media/v4l2-core/v4l2-dev.c 			    enum vfl_devnode_type type,
type              863 drivers/media/v4l2-core/v4l2-dev.c 	if (WARN_ON(type != VFL_TYPE_SUBDEV && !vdev->device_caps))
type              871 drivers/media/v4l2-core/v4l2-dev.c 	switch (type) {
type              893 drivers/media/v4l2-core/v4l2-dev.c 		       __func__, type);
type              897 drivers/media/v4l2-core/v4l2-dev.c 	vdev->vfl_type = type;
type              915 drivers/media/v4l2-core/v4l2-dev.c 	switch (type) {
type              149 drivers/media/v4l2-core/v4l2-dv-timings.c 	if (t->type != V4L2_DV_BT_656_1120)
type              151 drivers/media/v4l2-core/v4l2-dv-timings.c 	if (t->type != dvcap->type ||
type              249 drivers/media/v4l2-core/v4l2-dv-timings.c 	if (t1->type != t2->type || t1->type != V4L2_DV_BT_656_1120)
type              282 drivers/media/v4l2-core/v4l2-dv-timings.c 	if (t->type != V4L2_DV_BT_656_1120)
type              361 drivers/media/v4l2-core/v4l2-dv-timings.c 	if (t->type != V4L2_DV_BT_656_1120)
type              393 drivers/media/v4l2-core/v4l2-dv-timings.c 	if (t->type != V4L2_DV_BT_656_1120)
type              606 drivers/media/v4l2-core/v4l2-dv-timings.c 	fmt->type = V4L2_DV_BT_656_1120;
type              764 drivers/media/v4l2-core/v4l2-dv-timings.c 	fmt->type = V4L2_DV_BT_656_1120;
type               86 drivers/media/v4l2-core/v4l2-event.c 		struct v4l2_fh *fh, u32 type, u32 id)
type               93 drivers/media/v4l2-core/v4l2-event.c 		if (sev->type == type && sev->id == id)
type              107 drivers/media/v4l2-core/v4l2-event.c 	sev = v4l2_event_subscribed(fh, ev->type, ev->id);
type              136 drivers/media/v4l2-core/v4l2-event.c 	kev->event.type = ev->type;
type              212 drivers/media/v4l2-core/v4l2-event.c 	if (sub->type == V4L2_EVENT_ALL)
type              223 drivers/media/v4l2-core/v4l2-event.c 	sev->type = sub->type;
type              233 drivers/media/v4l2-core/v4l2-event.c 	found_ev = v4l2_event_subscribed(fh, sub->type, sub->id);
type              270 drivers/media/v4l2-core/v4l2-event.c 			sub.type = sev->type;
type              286 drivers/media/v4l2-core/v4l2-event.c 	if (sub->type == V4L2_EVENT_ALL) {
type              295 drivers/media/v4l2-core/v4l2-event.c 	sev = v4l2_event_subscribed(fh, sub->type, sub->id);
type              342 drivers/media/v4l2-core/v4l2-event.c 	if (sub->type == V4L2_EVENT_SOURCE_CHANGE)
type               79 drivers/media/v4l2-core/v4l2-fwnode.c get_v4l2_fwnode_bus_conv_by_fwnode_bus(enum v4l2_fwnode_bus_type type)
type               84 drivers/media/v4l2-core/v4l2-fwnode.c 		if (buses[i].fwnode_bus_type == type)
type               91 drivers/media/v4l2-core/v4l2-fwnode.c v4l2_fwnode_bus_type_to_mbus(enum v4l2_fwnode_bus_type type)
type               94 drivers/media/v4l2-core/v4l2-fwnode.c 		get_v4l2_fwnode_bus_conv_by_fwnode_bus(type);
type              100 drivers/media/v4l2-core/v4l2-fwnode.c v4l2_fwnode_bus_type_to_string(enum v4l2_fwnode_bus_type type)
type              103 drivers/media/v4l2-core/v4l2-fwnode.c 		get_v4l2_fwnode_bus_conv_by_fwnode_bus(type);
type              109 drivers/media/v4l2-core/v4l2-fwnode.c get_v4l2_fwnode_bus_conv_by_mbus(enum v4l2_mbus_type type)
type              114 drivers/media/v4l2-core/v4l2-fwnode.c 		if (buses[i].mbus_type == type)
type              121 drivers/media/v4l2-core/v4l2-fwnode.c v4l2_fwnode_mbus_type_to_string(enum v4l2_mbus_type type)
type              124 drivers/media/v4l2-core/v4l2-fwnode.c 		get_v4l2_fwnode_bus_conv_by_mbus(type);
type               73 drivers/media/v4l2-core/v4l2-i2c.c 	request_module(I2C_MODULE_PREFIX "%s", info->type);
type              132 drivers/media/v4l2-core/v4l2-i2c.c 	strscpy(info.type, client_type, sizeof(info.type));
type              153 drivers/media/v4l2-core/v4l2-i2c.c const unsigned short *v4l2_i2c_tuner_addrs(enum v4l2_i2c_tuner_type type)
type              172 drivers/media/v4l2-core/v4l2-i2c.c 	switch (type) {
type              225 drivers/media/v4l2-core/v4l2-ioctl.c 		p->index, (int)sizeof(p->name), p->name, p->type, p->audioset,
type              235 drivers/media/v4l2-core/v4l2-ioctl.c 		p->index, (int)sizeof(p->name), p->name, p->type, p->audioset,
type              268 drivers/media/v4l2-core/v4l2-ioctl.c 		p->index, prt_names(p->type, v4l2_type_names),
type              289 drivers/media/v4l2-core/v4l2-ioctl.c 	pr_cont("type=%s", prt_names(p->type, v4l2_type_names));
type              290 drivers/media/v4l2-core/v4l2-ioctl.c 	switch (p->type) {
type              420 drivers/media/v4l2-core/v4l2-ioctl.c 			p->index, (int)sizeof(p->name), p->name, p->type,
type              431 drivers/media/v4l2-core/v4l2-ioctl.c 				p->tuner, p->type, p->frequency);
type              456 drivers/media/v4l2-core/v4l2-ioctl.c 		p->tuner, p->type, p->seek_upward, p->wrap_around, p->spacing,
type              466 drivers/media/v4l2-core/v4l2-ioctl.c 		prt_names(p->type, v4l2_type_names),
type              483 drivers/media/v4l2-core/v4l2-ioctl.c 			prt_names(p->type, v4l2_type_names), p->request_fd,
type              487 drivers/media/v4l2-core/v4l2-ioctl.c 	if (V4L2_TYPE_IS_MULTIPLANAR(p->type) && p->m.planes) {
type              503 drivers/media/v4l2-core/v4l2-ioctl.c 			tc->type, tc->flags, tc->frames, *(__u32 *)tc->userbits);
type              511 drivers/media/v4l2-core/v4l2-ioctl.c 		p->fd, prt_names(p->type, v4l2_type_names),
type              529 drivers/media/v4l2-core/v4l2-ioctl.c 	pr_cont("type=%s", prt_names(p->type, v4l2_type_names));
type              531 drivers/media/v4l2-core/v4l2-ioctl.c 	if (p->type == V4L2_BUF_TYPE_VIDEO_CAPTURE ||
type              532 drivers/media/v4l2-core/v4l2-ioctl.c 	    p->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              539 drivers/media/v4l2-core/v4l2-ioctl.c 	} else if (p->type == V4L2_BUF_TYPE_VIDEO_OUTPUT ||
type              540 drivers/media/v4l2-core/v4l2-ioctl.c 		   p->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              557 drivers/media/v4l2-core/v4l2-ioctl.c 			p->id, p->type, (int)sizeof(p->name), p->name,
type              567 drivers/media/v4l2-core/v4l2-ioctl.c 			p->id, p->type, (int)sizeof(p->name), p->name,
type              611 drivers/media/v4l2-core/v4l2-ioctl.c 		prt_names(p->type, v4l2_type_names),
type              624 drivers/media/v4l2-core/v4l2-ioctl.c 		prt_names(p->type, v4l2_type_names),
type              634 drivers/media/v4l2-core/v4l2-ioctl.c 		prt_names(p->type, v4l2_type_names),
type              681 drivers/media/v4l2-core/v4l2-ioctl.c 	pr_cont("type=%u, ", p->match.type);
type              682 drivers/media/v4l2-core/v4l2-ioctl.c 	if (p->match.type == V4L2_CHIP_MATCH_I2C_DRIVER)
type              694 drivers/media/v4l2-core/v4l2-ioctl.c 	pr_cont("type=%u, ", p->match.type);
type              695 drivers/media/v4l2-core/v4l2-ioctl.c 	if (p->match.type == V4L2_CHIP_MATCH_I2C_DRIVER)
type              708 drivers/media/v4l2-core/v4l2-ioctl.c 	switch (p->type) {
type              721 drivers/media/v4l2-core/v4l2-ioctl.c 		pr_cont("type=%d\n", p->type);
type              738 drivers/media/v4l2-core/v4l2-ioctl.c 	switch (p->type) {
type              747 drivers/media/v4l2-core/v4l2-ioctl.c 		pr_cont("type=%u\n", p->type);
type              762 drivers/media/v4l2-core/v4l2-ioctl.c 			p->type);
type              763 drivers/media/v4l2-core/v4l2-ioctl.c 	switch (p->type) {
type              795 drivers/media/v4l2-core/v4l2-ioctl.c 			p->width, p->height, p->type);
type              796 drivers/media/v4l2-core/v4l2-ioctl.c 	switch (p->type) {
type              825 drivers/media/v4l2-core/v4l2-ioctl.c 			p->type, p->pending, p->sequence, p->id,
type              827 drivers/media/v4l2-core/v4l2-ioctl.c 	switch (p->type) {
type              835 drivers/media/v4l2-core/v4l2-ioctl.c 			c->changes, c->type);
type              836 drivers/media/v4l2-core/v4l2-ioctl.c 		if (c->type == V4L2_CTRL_TYPE_INTEGER64)
type              856 drivers/media/v4l2-core/v4l2-ioctl.c 			p->type, p->id, p->flags);
type              865 drivers/media/v4l2-core/v4l2-ioctl.c 			prt_names(p->type, v4l2_type_names), p->service_set);
type              877 drivers/media/v4l2-core/v4l2-ioctl.c 			p->tuner, p->type, p->index,
type              933 drivers/media/v4l2-core/v4l2-ioctl.c static int check_fmt(struct file *file, enum v4l2_buf_type type)
type              947 drivers/media/v4l2-core/v4l2-ioctl.c 	switch (type) {
type             1017 drivers/media/v4l2-core/v4l2-ioctl.c 	if (fmt->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE ||
type             1018 drivers/media/v4l2-core/v4l2-ioctl.c 	    fmt->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type             1032 drivers/media/v4l2-core/v4l2-ioctl.c 	if (fmt->type != V4L2_BUF_TYPE_VIDEO_CAPTURE &&
type             1033 drivers/media/v4l2-core/v4l2-ioctl.c 	    fmt->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             1406 drivers/media/v4l2-core/v4l2-ioctl.c 	int ret = check_fmt(file, p->type);
type             1413 drivers/media/v4l2-core/v4l2-ioctl.c 	switch (p->type) {
type             1419 drivers/media/v4l2-core/v4l2-ioctl.c 		    (p->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE))
type             1436 drivers/media/v4l2-core/v4l2-ioctl.c 		    (p->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE))
type             1489 drivers/media/v4l2-core/v4l2-ioctl.c 	int ret = check_fmt(file, p->type);
type             1500 drivers/media/v4l2-core/v4l2-ioctl.c 	switch (p->type) {
type             1518 drivers/media/v4l2-core/v4l2-ioctl.c 	switch (p->type) {
type             1570 drivers/media/v4l2-core/v4l2-ioctl.c 	int ret = check_fmt(file, p->type);
type             1581 drivers/media/v4l2-core/v4l2-ioctl.c 	switch (p->type) {
type             1675 drivers/media/v4l2-core/v4l2-ioctl.c 	int ret = check_fmt(file, p->type);
type             1683 drivers/media/v4l2-core/v4l2-ioctl.c 	switch (p->type) {
type             1791 drivers/media/v4l2-core/v4l2-ioctl.c 	p->type = (vfd->vfl_type == VFL_TYPE_RADIO) ?
type             1809 drivers/media/v4l2-core/v4l2-ioctl.c 	p->type = (vfd->vfl_type == VFL_TYPE_RADIO) ?
type             1822 drivers/media/v4l2-core/v4l2-ioctl.c 		p->type = V4L2_TUNER_RADIO;
type             1837 drivers/media/v4l2-core/v4l2-ioctl.c 		p->type = V4L2_TUNER_RADIO;
type             1849 drivers/media/v4l2-core/v4l2-ioctl.c 		p->type = V4L2_TUNER_SDR;
type             1851 drivers/media/v4l2-core/v4l2-ioctl.c 		p->type = (vfd->vfl_type == VFL_TYPE_RADIO) ?
type             1861 drivers/media/v4l2-core/v4l2-ioctl.c 	enum v4l2_tuner_type type;
type             1868 drivers/media/v4l2-core/v4l2-ioctl.c 		if (p->type != V4L2_TUNER_SDR && p->type != V4L2_TUNER_RF)
type             1871 drivers/media/v4l2-core/v4l2-ioctl.c 		type = (vfd->vfl_type == VFL_TYPE_RADIO) ?
type             1873 drivers/media/v4l2-core/v4l2-ioctl.c 		if (type != p->type)
type             1933 drivers/media/v4l2-core/v4l2-ioctl.c 	enum v4l2_tuner_type type;
type             1943 drivers/media/v4l2-core/v4l2-ioctl.c 	type = (vfd->vfl_type == VFL_TYPE_RADIO) ?
type             1945 drivers/media/v4l2-core/v4l2-ioctl.c 	if (p->type != type)
type             1960 drivers/media/v4l2-core/v4l2-ioctl.c 	int ret = check_fmt(file, p->type);
type             1974 drivers/media/v4l2-core/v4l2-ioctl.c 	int ret = check_fmt(file, p->type);
type             1983 drivers/media/v4l2-core/v4l2-ioctl.c 	int ret = check_fmt(file, p->type);
type             1992 drivers/media/v4l2-core/v4l2-ioctl.c 	int ret = check_fmt(file, p->type);
type             2001 drivers/media/v4l2-core/v4l2-ioctl.c 	int ret = check_fmt(file, create->format.type);
type             2012 drivers/media/v4l2-core/v4l2-ioctl.c 	if (create->format.type == V4L2_BUF_TYPE_VIDEO_CAPTURE ||
type             2013 drivers/media/v4l2-core/v4l2-ioctl.c 	    create->format.type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type             2023 drivers/media/v4l2-core/v4l2-ioctl.c 	int ret = check_fmt(file, b->type);
type             2033 drivers/media/v4l2-core/v4l2-ioctl.c 	int ret = check_fmt(file, p->type);
type             2039 drivers/media/v4l2-core/v4l2-ioctl.c 	if (p->type != V4L2_BUF_TYPE_VIDEO_CAPTURE &&
type             2040 drivers/media/v4l2-core/v4l2-ioctl.c 	    p->type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type             2053 drivers/media/v4l2-core/v4l2-ioctl.c 	int ret = check_fmt(file, p->type);
type             2059 drivers/media/v4l2-core/v4l2-ioctl.c 	if (V4L2_TYPE_IS_OUTPUT(p->type)) {
type             2263 drivers/media/v4l2-core/v4l2-ioctl.c 	u32 old_type = p->type;
type             2266 drivers/media/v4l2-core/v4l2-ioctl.c 	if (p->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type             2267 drivers/media/v4l2-core/v4l2-ioctl.c 		p->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             2268 drivers/media/v4l2-core/v4l2-ioctl.c 	else if (p->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type             2269 drivers/media/v4l2-core/v4l2-ioctl.c 		p->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type             2271 drivers/media/v4l2-core/v4l2-ioctl.c 	p->type = old_type;
type             2279 drivers/media/v4l2-core/v4l2-ioctl.c 	u32 old_type = p->type;
type             2282 drivers/media/v4l2-core/v4l2-ioctl.c 	if (p->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type             2283 drivers/media/v4l2-core/v4l2-ioctl.c 		p->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             2284 drivers/media/v4l2-core/v4l2-ioctl.c 	else if (p->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type             2285 drivers/media/v4l2-core/v4l2-ioctl.c 		p->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type             2287 drivers/media/v4l2-core/v4l2-ioctl.c 	p->type = old_type;
type             2297 drivers/media/v4l2-core/v4l2-ioctl.c 		.type = p->type,
type             2304 drivers/media/v4l2-core/v4l2-ioctl.c 	if (V4L2_TYPE_IS_OUTPUT(p->type))
type             2327 drivers/media/v4l2-core/v4l2-ioctl.c 		.type = p->type,
type             2334 drivers/media/v4l2-core/v4l2-ioctl.c 	if (V4L2_TYPE_IS_OUTPUT(p->type))
type             2351 drivers/media/v4l2-core/v4l2-ioctl.c 	struct v4l2_selection s = { .type = p->type };
type             2358 drivers/media/v4l2-core/v4l2-ioctl.c 	if (s.type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type             2359 drivers/media/v4l2-core/v4l2-ioctl.c 		s.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             2360 drivers/media/v4l2-core/v4l2-ioctl.c 	else if (s.type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type             2361 drivers/media/v4l2-core/v4l2-ioctl.c 		s.type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type             2371 drivers/media/v4l2-core/v4l2-ioctl.c 		ret = ops->vidioc_g_pixelaspect(file, fh, s.type,
type             2384 drivers/media/v4l2-core/v4l2-ioctl.c 	if (V4L2_TYPE_IS_OUTPUT(p->type))
type             2439 drivers/media/v4l2-core/v4l2-ioctl.c 	if (p->match.type == V4L2_CHIP_MATCH_SUBDEV) {
type             2447 drivers/media/v4l2-core/v4l2-ioctl.c 	if (ops->vidioc_g_register && p->match.type == V4L2_CHIP_MATCH_BRIDGE &&
type             2467 drivers/media/v4l2-core/v4l2-ioctl.c 	if (p->match.type == V4L2_CHIP_MATCH_SUBDEV) {
type             2475 drivers/media/v4l2-core/v4l2-ioctl.c 	if (ops->vidioc_s_register && p->match.type == V4L2_CHIP_MATCH_BRIDGE &&
type             2493 drivers/media/v4l2-core/v4l2-ioctl.c 	switch (p->match.type) {
type             2549 drivers/media/v4l2-core/v4l2-ioctl.c 	int ret = check_fmt(file, p->type);
type             2555 drivers/media/v4l2-core/v4l2-ioctl.c 	memset(p, 0, offsetof(struct v4l2_sliced_vbi_cap, type));
type             2565 drivers/media/v4l2-core/v4l2-ioctl.c 	enum v4l2_tuner_type type;
type             2569 drivers/media/v4l2-core/v4l2-ioctl.c 		if (p->type != V4L2_TUNER_SDR && p->type != V4L2_TUNER_RF)
type             2571 drivers/media/v4l2-core/v4l2-ioctl.c 		type = p->type;
type             2573 drivers/media/v4l2-core/v4l2-ioctl.c 		type = (vfd->vfl_type == VFL_TYPE_RADIO) ?
type             2575 drivers/media/v4l2-core/v4l2-ioctl.c 		if (type != p->type)
type             2586 drivers/media/v4l2-core/v4l2-ioctl.c 			.type = type,
type             2597 drivers/media/v4l2-core/v4l2-ioctl.c 		p->modulation = (type == V4L2_TUNER_RADIO) ?
type             2606 drivers/media/v4l2-core/v4l2-ioctl.c 		if (type != V4L2_TUNER_RADIO)
type             2616 drivers/media/v4l2-core/v4l2-ioctl.c 		p->modulation = (type == V4L2_TUNER_RADIO) ?
type             2694 drivers/media/v4l2-core/v4l2-ioctl.c 	IOCTL_INFO(VIDIOC_ENUM_FMT, v4l_enum_fmt, v4l_print_fmtdesc, INFO_FL_CLEAR(v4l2_fmtdesc, type)),
type             2707 drivers/media/v4l2-core/v4l2-ioctl.c 	IOCTL_INFO(VIDIOC_G_PARM, v4l_g_parm, v4l_print_streamparm, INFO_FL_CLEAR(v4l2_streamparm, type)),
type             2734 drivers/media/v4l2-core/v4l2-ioctl.c 	IOCTL_INFO(VIDIOC_CROPCAP, v4l_cropcap, v4l_print_cropcap, INFO_FL_CLEAR(v4l2_cropcap, type)),
type             2735 drivers/media/v4l2-core/v4l2-ioctl.c 	IOCTL_INFO(VIDIOC_G_CROP, v4l_g_crop, v4l_print_crop, INFO_FL_CLEAR(v4l2_crop, type)),
type             2747 drivers/media/v4l2-core/v4l2-ioctl.c 	IOCTL_INFO(VIDIOC_G_SLICED_VBI_CAP, v4l_g_sliced_vbi_cap, v4l_print_sliced_vbi_cap, INFO_FL_CLEAR(v4l2_sliced_vbi_cap, type)),
type             2808 drivers/media/v4l2-core/v4l2-ioctl.c 	const char *dir, *type;
type             2815 drivers/media/v4l2-core/v4l2-ioctl.c 		type = "v4l2_int";
type             2819 drivers/media/v4l2-core/v4l2-ioctl.c 			type = "v4l2";
type             2825 drivers/media/v4l2-core/v4l2-ioctl.c 		type = "unknown";
type             2837 drivers/media/v4l2-core/v4l2-ioctl.c 		type, _IOC_TYPE(cmd), dir, _IOC_NR(cmd), cmd);
type             2961 drivers/media/v4l2-core/v4l2-ioctl.c 		if (V4L2_TYPE_IS_MULTIPLANAR(buf->type) && buf->length > 0) {
type              109 drivers/media/v4l2-core/v4l2-mem2mem.c 						enum v4l2_buf_type type)
type              111 drivers/media/v4l2-core/v4l2-mem2mem.c 	if (V4L2_TYPE_IS_OUTPUT(type))
type              118 drivers/media/v4l2-core/v4l2-mem2mem.c 				       enum v4l2_buf_type type)
type              122 drivers/media/v4l2-core/v4l2-mem2mem.c 	q_ctx = get_queue_ctx(m2m_ctx, type);
type              452 drivers/media/v4l2-core/v4l2-mem2mem.c 	vq = v4l2_m2m_get_vq(m2m_ctx, reqbufs->type);
type              470 drivers/media/v4l2-core/v4l2-mem2mem.c 	vq = v4l2_m2m_get_vq(m2m_ctx, buf->type);
type              474 drivers/media/v4l2-core/v4l2-mem2mem.c 	if (buf->memory == V4L2_MEMORY_MMAP && !V4L2_TYPE_IS_OUTPUT(vq->type)) {
type              475 drivers/media/v4l2-core/v4l2-mem2mem.c 		if (V4L2_TYPE_IS_MULTIPLANAR(vq->type)) {
type              495 drivers/media/v4l2-core/v4l2-mem2mem.c 	vq = v4l2_m2m_get_vq(m2m_ctx, buf->type);
type              496 drivers/media/v4l2-core/v4l2-mem2mem.c 	if (!V4L2_TYPE_IS_OUTPUT(vq->type) &&
type              515 drivers/media/v4l2-core/v4l2-mem2mem.c 	vq = v4l2_m2m_get_vq(m2m_ctx, buf->type);
type              526 drivers/media/v4l2-core/v4l2-mem2mem.c 	vq = v4l2_m2m_get_vq(m2m_ctx, buf->type);
type              536 drivers/media/v4l2-core/v4l2-mem2mem.c 	vq = v4l2_m2m_get_vq(m2m_ctx, create->format.type);
type              546 drivers/media/v4l2-core/v4l2-mem2mem.c 	vq = v4l2_m2m_get_vq(m2m_ctx, eb->type);
type              552 drivers/media/v4l2-core/v4l2-mem2mem.c 		      enum v4l2_buf_type type)
type              557 drivers/media/v4l2-core/v4l2-mem2mem.c 	vq = v4l2_m2m_get_vq(m2m_ctx, type);
type              558 drivers/media/v4l2-core/v4l2-mem2mem.c 	ret = vb2_streamon(vq, type);
type              567 drivers/media/v4l2-core/v4l2-mem2mem.c 		       enum v4l2_buf_type type)
type              577 drivers/media/v4l2-core/v4l2-mem2mem.c 	q_ctx = get_queue_ctx(m2m_ctx, type);
type              578 drivers/media/v4l2-core/v4l2-mem2mem.c 	ret = vb2_streamoff(&q_ctx->q, type);
type              724 drivers/media/v4l2-core/v4l2-mem2mem.c 	struct v4l2_m2m_dev *m2m_dev, enum v4l2_m2m_entity_type type,
type              734 drivers/media/v4l2-core/v4l2-mem2mem.c 	switch (type) {
type              759 drivers/media/v4l2-core/v4l2-mem2mem.c 	if (type != MEM2MEM_ENT_TYPE_PROC) {
type              763 drivers/media/v4l2-core/v4l2-mem2mem.c 	len = strlen(vdev->name) + 2 + strlen(m2m_entity_name[type]);
type              767 drivers/media/v4l2-core/v4l2-mem2mem.c 	snprintf(name, len, "%s-%s", vdev->name, m2m_entity_name[type]);
type              967 drivers/media/v4l2-core/v4l2-mem2mem.c 	q_ctx = get_queue_ctx(m2m_ctx, vbuf->vb2_buf.vb2_queue->type);
type             1022 drivers/media/v4l2-core/v4l2-mem2mem.c 			WARN_ON(!V4L2_TYPE_IS_OUTPUT(vb->vb2_queue->type));
type             1111 drivers/media/v4l2-core/v4l2-mem2mem.c 				enum v4l2_buf_type type)
type             1115 drivers/media/v4l2-core/v4l2-mem2mem.c 	return v4l2_m2m_streamon(file, fh->m2m_ctx, type);
type             1120 drivers/media/v4l2-core/v4l2-mem2mem.c 				enum v4l2_buf_type type)
type             1124 drivers/media/v4l2-core/v4l2-mem2mem.c 	return v4l2_m2m_streamoff(file, fh->m2m_ctx, type);
type              422 drivers/media/v4l2-core/v4l2-subdev.c 		if (p->match.type != V4L2_CHIP_MATCH_SUBDEV || p->match.addr)
type              146 drivers/media/v4l2-core/videobuf-core.c 			 enum v4l2_buf_type type,
type              158 drivers/media/v4l2-core/videobuf-core.c 	q->type      = type;
type              318 drivers/media/v4l2-core/videobuf-core.c 			    struct videobuf_buffer *vb, enum v4l2_buf_type type)
type              324 drivers/media/v4l2-core/videobuf-core.c 	b->type     = type;
type              453 drivers/media/v4l2-core/videobuf-core.c 	if (req->type != q->type) {
type              505 drivers/media/v4l2-core/videobuf-core.c 	if (unlikely(b->type != q->type)) {
type              518 drivers/media/v4l2-core/videobuf-core.c 	videobuf_status(q, b, q->bufs[b->index], q->type);
type              546 drivers/media/v4l2-core/videobuf-core.c 	if (b->type != q->type) {
type              575 drivers/media/v4l2-core/videobuf-core.c 		if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT
type              576 drivers/media/v4l2-core/videobuf-core.c 		    || q->type == V4L2_BUF_TYPE_VBI_OUTPUT
type              577 drivers/media/v4l2-core/videobuf-core.c 		    || q->type == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT
type              578 drivers/media/v4l2-core/videobuf-core.c 		    || q->type == V4L2_BUF_TYPE_SDR_OUTPUT) {
type              724 drivers/media/v4l2-core/videobuf-core.c 	videobuf_status(q, b, buf, q->type);
type             1153 drivers/media/v4l2-core/videobuf-core.c 			switch (q->type) {
type              351 drivers/media/v4l2-core/videobuf-dma-contig.c 				    enum v4l2_buf_type type,
type              357 drivers/media/v4l2-core/videobuf-dma-contig.c 	videobuf_queue_core_init(q, ops, dev, irqlock, type, field, msize,
type              677 drivers/media/v4l2-core/videobuf-dma-sg.c 			 enum v4l2_buf_type type,
type              683 drivers/media/v4l2-core/videobuf-dma-sg.c 	videobuf_queue_core_init(q, ops, dev, irqlock, type, field, msize,
type              281 drivers/media/v4l2-core/videobuf-vmalloc.c 			 enum v4l2_buf_type type,
type              287 drivers/media/v4l2-core/videobuf-vmalloc.c 	videobuf_queue_core_init(q, ops, dev, irqlock, type, field, msize,
type               82 drivers/memory/emif.c 	u32 type = emif->plat_data->device_info->type;
type              105 drivers/memory/emif.c 	if (type == DDR_TYPE_LPDDR2_S2 || type == DDR_TYPE_LPDDR2_S4) {
type              347 drivers/memory/emif.c 	u32		index, type, density;
type              349 drivers/memory/emif.c 	type = device_info->type;
type              352 drivers/memory/emif.c 	switch (type) {
type              507 drivers/memory/emif.c 		u32 type)
type              533 drivers/memory/emif.c 		u32 type, u32 ip_rev, u32 derated)
type              922 drivers/memory/emif.c 	u32		tim1, tim3, ref_ctrl, type;
type              926 drivers/memory/emif.c 	type = emif->plat_data->device_info->type;
type              933 drivers/memory/emif.c 	if (type != DDR_TYPE_LPDDR2_S2 && type != DDR_TYPE_LPDDR2_S4)
type             1105 drivers/memory/emif.c 	u32		interrupts, type;
type             1108 drivers/memory/emif.c 	type = emif->plat_data->device_info->type;
type             1114 drivers/memory/emif.c 	if (type == DDR_TYPE_LPDDR2_S2 || type == DDR_TYPE_LPDDR2_S4)
type             1209 drivers/memory/emif.c static int is_dev_data_valid(u32 type, u32 density, u32 io_width, u32 phy_type,
type             1214 drivers/memory/emif.c 	valid = (type == DDR_TYPE_LPDDR2_S4 ||
type             1215 drivers/memory/emif.c 			type == DDR_TYPE_LPDDR2_S2)
type             1322 drivers/memory/emif.c 		dev_info->type = DDR_TYPE_LPDDR2_S4;
type             1324 drivers/memory/emif.c 		dev_info->type = DDR_TYPE_LPDDR2_S2;
type             1381 drivers/memory/emif.c 	if (!is_dev_data_valid(pd->device_info->type, pd->device_info->density,
type             1403 drivers/memory/emif.c 					emif->plat_data->device_info->type,
type             1438 drivers/memory/emif.c 	if (!(pd && pd->device_info && is_dev_data_valid(pd->device_info->type,
type             1617 drivers/memory/emif.c 	u32				cl, type;
type             1641 drivers/memory/emif.c 	type		= device_info->type;
type             1655 drivers/memory/emif.c 			addressing, type);
type             1657 drivers/memory/emif.c 		addressing, type, ip_rev, EMIF_NORMAL_TIMINGS);
type             1692 drivers/memory/emif.c 	if (type == DDR_TYPE_LPDDR2_S2 || type == DDR_TYPE_LPDDR2_S4) {
type             1701 drivers/memory/emif.c 			min_tck, addressing, type, ip_rev,
type               92 drivers/memory/jz4780-nemc.c 			  enum jz4780_nemc_bank_type type)
type              100 drivers/memory/jz4780-nemc.c 	switch (type) {
type              472 drivers/memory/tegra/mc.c 		u8 id, type;
type              504 drivers/memory/tegra/mc.c 		type = (value & MC_ERR_STATUS_TYPE_MASK) >>
type              506 drivers/memory/tegra/mc.c 		desc = error_names[type];
type              568 drivers/memory/tegra/mc.c 		u8 id, type;
type              598 drivers/memory/tegra/mc.c 			type = (value & BIT(30)) ? 4 : 3;
type              599 drivers/memory/tegra/mc.c 			desc = error_names[type];
type               32 drivers/memstick/core/memstick.c 		if ((id->type == card->id.type)
type               65 drivers/memstick/core/memstick.c 	if (add_uevent_var(env, "MEMSTICK_TYPE=%02X", card->id.type))
type              156 drivers/memstick/core/memstick.c MEMSTICK_ATTR(type, "%02X");
type              338 drivers/memstick/core/memstick.c 			card->id.type = id_reg.type;
type              453 drivers/memstick/core/memstick.c 			card->id.type, card->id.category, card->id.class);
type              137 drivers/memstick/host/rtsx_pci_ms.c 	bool pro_card = card->id.type == MEMSTICK_TYPE_PRO;
type              248 drivers/memstick/host/rtsx_usb_ms.c 		if (card->id.type != MEMSTICK_TYPE_PRO)
type              256 drivers/memstick/host/rtsx_usb_ms.c 		if (card->id.type != MEMSTICK_TYPE_PRO)
type              266 drivers/memstick/host/rtsx_usb_ms.c 	if (card->id.type == MEMSTICK_TYPE_PRO) {
type              398 drivers/message/fusion/mptbase.h 	u8			 type;		/* byte 0 of Inquiry data */
type             4760 drivers/message/fusion/mptsas.c mptsas_issue_tm(MPT_ADAPTER *ioc, u8 type, u8 channel, u8 id, u64 lun,
type             4780 drivers/message/fusion/mptsas.c 	     type, timeout, channel, id, (unsigned long long)lun,
type             4786 drivers/message/fusion/mptsas.c 	pScsiTm->TaskType = type;
type               97 drivers/message/fusion/mptscsih.c int	mptscsih_IssueTaskMgmt(MPT_SCSI_HOST *hd, u8 type, u8 channel, u8 id,
type              112 drivers/message/fusion/mptscsih.c mptscsih_taskmgmt_reply(MPT_ADAPTER *ioc, u8 type,
type             1513 drivers/message/fusion/mptscsih.c mptscsih_IssueTaskMgmt(MPT_SCSI_HOST *hd, u8 type, u8 channel, u8 id, u64 lun,
type             1532 drivers/message/fusion/mptscsih.c 			ioc->name, type, ioc_raw_state);
type             1551 drivers/message/fusion/mptscsih.c 			ioc->name, type, ioc_raw_state);
type             1583 drivers/message/fusion/mptscsih.c 	pScsiTm->TaskType = type;
type             1585 drivers/message/fusion/mptscsih.c 	pScsiTm->MsgFlags = (type == MPI_SCSITASKMGMT_TASKTYPE_RESET_BUS)
type             1597 drivers/message/fusion/mptscsih.c 		type, timeout));
type             1632 drivers/message/fusion/mptscsih.c 	retval = mptscsih_taskmgmt_reply(ioc, type,
type             1952 drivers/message/fusion/mptscsih.c mptscsih_taskmgmt_reply(MPT_ADAPTER *ioc, u8 type,
type             1973 drivers/message/fusion/mptscsih.c 	    pScsiTmReply->TargetID, type, le16_to_cpu(pScsiTmReply->IOCStatus),
type             1988 drivers/message/fusion/mptscsih.c 	if (type == MPI_SCSITASKMGMT_TASKTYPE_ABORT_TASK) {
type             2327 drivers/message/fusion/mptscsih.c 		else if (sdev->type == TYPE_DISK &&
type             3020 drivers/message/fusion/mptscsih.c 	if (vdevice->vtarget->type != TYPE_DISK || vdevice->vtarget->deleted ||
type              117 drivers/message/fusion/mptscsih.h extern int mptscsih_IssueTaskMgmt(MPT_SCSI_HOST *hd, u8 type, u8 channel,
type              149 drivers/message/fusion/mptspi.c 					if (sdev->type == TYPE_TAPE &&
type              341 drivers/message/fusion/mptspi.c 	vtarget->type = sdev->type;
type              343 drivers/message/fusion/mptspi.c 	if ((sdev->type == TYPE_PROCESSOR) && (hd->ioc->spi_data.Saf_Te)) {
type              348 drivers/message/fusion/mptspi.c 	}else if ((sdev->type == TYPE_PROCESSOR) &&
type              909 drivers/message/fusion/mptspi.c 			if (sdev && sdev->type == TYPE_TAPE) {
type               25 drivers/mfd/88pm80x.c 	int		type;
type               88 drivers/mfd/88pm80x.c 			chip->type = chip_mapping[i].type;
type              406 drivers/mfd/ab8500-core.c 	unsigned int type = irqd_get_trigger_type(data);
type              411 drivers/mfd/ab8500-core.c 	if (type & IRQ_TYPE_EDGE_RISING)
type              415 drivers/mfd/ab8500-core.c 	if (type & IRQ_TYPE_EDGE_FALLING) {
type              433 drivers/mfd/ab8500-core.c static int ab8500_irq_set_type(struct irq_data *data, unsigned int type)
type              171 drivers/mfd/arizona-core.c 	switch (arizona->type) {
type              302 drivers/mfd/arizona-core.c 		switch (arizona->type) {
type              564 drivers/mfd/arizona-core.c 	switch (arizona->type) {
type              662 drivers/mfd/arizona-core.c 	switch (arizona->type) {
type             1022 drivers/mfd/arizona-core.c 	switch (arizona->type) {
type             1038 drivers/mfd/arizona-core.c 			arizona->type);
type             1045 drivers/mfd/arizona-core.c 	switch (arizona->type) {
type             1146 drivers/mfd/arizona-core.c 	switch (arizona->type) {
type             1189 drivers/mfd/arizona-core.c 			if (arizona->type != WM5102) {
type             1192 drivers/mfd/arizona-core.c 					 arizona->type);
type             1193 drivers/mfd/arizona-core.c 				arizona->type = WM5102;
type             1204 drivers/mfd/arizona-core.c 			switch (arizona->type) {
type             1215 drivers/mfd/arizona-core.c 					 arizona->type);
type             1216 drivers/mfd/arizona-core.c 				arizona->type = WM5110;
type             1227 drivers/mfd/arizona-core.c 			switch (arizona->type) {
type             1239 drivers/mfd/arizona-core.c 					 arizona->type);
type             1240 drivers/mfd/arizona-core.c 				arizona->type = CS47L24;
type             1252 drivers/mfd/arizona-core.c 			if (arizona->type != WM8997) {
type             1255 drivers/mfd/arizona-core.c 					 arizona->type);
type             1256 drivers/mfd/arizona-core.c 				arizona->type = WM8997;
type             1266 drivers/mfd/arizona-core.c 			switch (arizona->type) {
type             1279 drivers/mfd/arizona-core.c 					 arizona->type);
type             1280 drivers/mfd/arizona-core.c 				arizona->type = WM8998;
type             1311 drivers/mfd/arizona-core.c 		switch (arizona->type) {
type               28 drivers/mfd/arizona-i2c.c 	unsigned long type;
type               32 drivers/mfd/arizona-i2c.c 		type = arizona_of_get_type(&i2c->dev);
type               34 drivers/mfd/arizona-i2c.c 		type = id->driver_data;
type               36 drivers/mfd/arizona-i2c.c 	switch (type) {
type               56 drivers/mfd/arizona-i2c.c 		dev_err(&i2c->dev, "Unknown device type %ld\n", type);
type               62 drivers/mfd/arizona-i2c.c 			"No kernel support for device type %ld\n", type);
type               78 drivers/mfd/arizona-i2c.c 	arizona->type = type;
type              216 drivers/mfd/arizona-irq.c 	switch (arizona->type) {
type               28 drivers/mfd/arizona-spi.c 	unsigned long type;
type               32 drivers/mfd/arizona-spi.c 		type = arizona_of_get_type(&spi->dev);
type               34 drivers/mfd/arizona-spi.c 		type = id->driver_data;
type               36 drivers/mfd/arizona-spi.c 	switch (type) {
type               52 drivers/mfd/arizona-spi.c 		dev_err(&spi->dev, "Unknown device type %ld\n", type);
type               58 drivers/mfd/arizona-spi.c 			"No kernel support for device type %ld\n", type);
type               74 drivers/mfd/arizona-spi.c 	arizona->type = type;
type              296 drivers/mfd/asic3.c static int asic3_gpio_irq_type(struct irq_data *data, unsigned int type)
type              316 drivers/mfd/asic3.c 	if (type == IRQ_TYPE_EDGE_RISING) {
type              319 drivers/mfd/asic3.c 	} else if (type == IRQ_TYPE_EDGE_FALLING) {
type              322 drivers/mfd/asic3.c 	} else if (type == IRQ_TYPE_EDGE_BOTH) {
type              329 drivers/mfd/asic3.c 	} else if (type == IRQ_TYPE_LEVEL_LOW) {
type              332 drivers/mfd/asic3.c 	} else if (type == IRQ_TYPE_LEVEL_HIGH) {
type              213 drivers/mfd/cros_ec_dev.c 		switch (resp->info.type) {
type              236 drivers/mfd/cros_ec_dev.c 			dev_warn(ec->dev, "unknown type %d\n", resp->info.type);
type              240 drivers/mfd/cros_ec_dev.c 		sensor_cells[id].id = sensor_type[resp->info.type];
type              245 drivers/mfd/cros_ec_dev.c 		sensor_type[resp->info.type]++;
type               62 drivers/mfd/da903x.c 	int			type;
type              310 drivers/mfd/da9062-core.c 	char *type;
type              333 drivers/mfd/da9062-core.c 		type = "DA9061";
type              336 drivers/mfd/da9062-core.c 		type = "DA9062";
type              339 drivers/mfd/da9062-core.c 		type = "Unknown";
type              345 drivers/mfd/da9062-core.c 		 device_id, variant_id, type);
type              221 drivers/mfd/da9063-core.c 	if (da9063->type == PMIC_TYPE_DA9063) {
type              200 drivers/mfd/da9063-i2c.c 	da9063->type = id->driver_data;
type              206 drivers/mfd/da9063-i2c.c 	} else if (da9063->type == PMIC_TYPE_DA9063L) {
type              181 drivers/mfd/da9063-irq.c 	if (da9063->type == PMIC_TYPE_DA9063)
type               56 drivers/mfd/hi6421-pmic-core.c 	enum hi6421_type type;
type               63 drivers/mfd/hi6421-pmic-core.c 	type = (enum hi6421_type)id->data;
type               84 drivers/mfd/hi6421-pmic-core.c 	switch (type) {
type              103 drivers/mfd/hi6421-pmic-core.c 						(unsigned int)type);
type              177 drivers/mfd/htc-i2cpld.c 			unsigned oldb, newb, type = chip->flow_type;
type              186 drivers/mfd/htc-i2cpld.c 			if ((!oldb && newb && (type & IRQ_TYPE_EDGE_RISING)) ||
type              187 drivers/mfd/htc-i2cpld.c 			    (oldb && !newb && (type & IRQ_TYPE_EDGE_FALLING))) {
type              354 drivers/mfd/htc-i2cpld.c 	strlcpy(info.type, "htcpld-chip", I2C_NAME_SIZE);
type               74 drivers/mfd/intel-lpss.c 	enum intel_lpss_dev_type type;
type              211 drivers/mfd/intel-lpss.c 	unsigned int type;
type              213 drivers/mfd/intel-lpss.c 	type = lpss->caps & LPSS_PRIV_CAPS_TYPE_MASK;
type              214 drivers/mfd/intel-lpss.c 	type >>= LPSS_PRIV_CAPS_TYPE_SHIFT;
type              216 drivers/mfd/intel-lpss.c 	switch (type) {
type              234 drivers/mfd/intel-lpss.c 	lpss->type = type;
type              274 drivers/mfd/intel-lpss.c 	if (lpss->type == LPSS_DEV_SPI)
type              342 drivers/mfd/intel-lpss.c 	if (lpss->type != LPSS_DEV_I2C) {
type              494 drivers/mfd/intel-lpss.c 	if (lpss->type != LPSS_DEV_UART)
type               55 drivers/mfd/kempld-core.c 	pld->info.type = KEMPLD_VERSION_GET_TYPE(version);
type              336 drivers/mfd/kempld-core.c 	switch (pld->info.type) {
type              245 drivers/mfd/lm3533-core.c 	enum lm3533_attribute_type type;
type              268 drivers/mfd/lm3533-core.c 	if (lattr->type == LM3533_ATTR_TYPE_BACKLIGHT) {
type              305 drivers/mfd/lm3533-core.c 	if (lattr->type == LM3533_ATTR_TYPE_BACKLIGHT)
type              319 drivers/mfd/lm3533-core.c 		  .type		= _type, \
type              365 drivers/mfd/lm3533-core.c 	enum lm3533_attribute_type type = lattr->type;
type              368 drivers/mfd/lm3533-core.c 	if (!lm3533->have_backlights && type == LM3533_ATTR_TYPE_BACKLIGHT)
type              370 drivers/mfd/lm3533-core.c 	else if (!lm3533->have_leds && type == LM3533_ATTR_TYPE_LED)
type              176 drivers/mfd/lochnagar-i2c.c 	enum lochnagar_type type;
type              186 drivers/mfd/lochnagar-i2c.c 		.type = LOCHNAGAR1,
type              194 drivers/mfd/lochnagar-i2c.c 		.type = LOCHNAGAR2,
type              241 drivers/mfd/lochnagar-i2c.c 	if (lochnagar->type != LOCHNAGAR2)
type              317 drivers/mfd/lochnagar-i2c.c 	lochnagar->type = config->type;
type             1097 drivers/mfd/lpc_ich.c 	info->type = lpc_chipset_info[priv->chipset].spi_type;
type             1099 drivers/mfd/lpc_ich.c 	switch (info->type) {
type              172 drivers/mfd/madera-core.c const char *madera_name_from_type(enum madera_type type)
type              174 drivers/mfd/madera-core.c 	switch (type) {
type              396 drivers/mfd/madera-core.c 	switch (madera->type) {
type              470 drivers/mfd/madera-core.c 	switch (madera->type) {
type              492 drivers/mfd/madera-core.c 		dev_err(madera->dev, "Unknown device type %d\n", madera->type);
type              546 drivers/mfd/madera-core.c 			switch (madera->type) {
type              559 drivers/mfd/madera-core.c 			switch (madera->type) {
type              572 drivers/mfd/madera-core.c 			switch (madera->type) {
type              586 drivers/mfd/madera-core.c 			switch (madera->type) {
type              600 drivers/mfd/madera-core.c 			switch (madera->type) {
type               27 drivers/mfd/madera-i2c.c 	unsigned long type;
type               33 drivers/mfd/madera-i2c.c 		type = (unsigned long)of_data;
type               35 drivers/mfd/madera-i2c.c 		type = id->driver_data;
type               37 drivers/mfd/madera-i2c.c 	switch (type) {
type               74 drivers/mfd/madera-i2c.c 			"Unknown Madera I2C device type %ld\n", type);
type               78 drivers/mfd/madera-i2c.c 	name = madera_name_from_type(type);
type              108 drivers/mfd/madera-i2c.c 	madera->type = type;
type               27 drivers/mfd/madera-spi.c 	unsigned long type;
type               33 drivers/mfd/madera-spi.c 		type = (unsigned long)of_data;
type               35 drivers/mfd/madera-spi.c 		type = id->driver_data;
type               37 drivers/mfd/madera-spi.c 	switch (type) {
type               74 drivers/mfd/madera-spi.c 			"Unknown Madera SPI device type %ld\n", type);
type               78 drivers/mfd/madera-spi.c 	name = madera_name_from_type(type);
type              107 drivers/mfd/madera-spi.c 	madera->type = type;
type               22 drivers/mfd/madera.h const char *madera_name_from_type(enum madera_type type);
type              101 drivers/mfd/max77650.c 		.type = {
type              177 drivers/mfd/max77686.c 	max77686->type = (unsigned long)of_device_get_match_data(&i2c->dev);
type              183 drivers/mfd/max77686.c 	if (max77686->type == TYPE_MAX77686) {
type              168 drivers/mfd/max77693.c 	max77693->type = id->driver_data;
type              111 drivers/mfd/max77843.c 	max77843->type = id->driver_data;
type              171 drivers/mfd/max8997.c 	max8997->type = max8997_i2c_get_driver_data(i2c, id);
type              189 drivers/mfd/max8998.c 	max8998->type = max8998_i2c_get_driver_data(i2c, id);
type              209 drivers/mfd/max8998.c 	switch (max8998->type) {
type              162 drivers/mfd/mfd-core.c 	pdev->dev.type = &mfd_dev_type;
type              321 drivers/mfd/mfd-core.c 	if (dev->type != &mfd_dev_type)
type              373 drivers/mfd/qcom-pm8xxx.c 				  irq_hw_number_t hwirq, unsigned int type)
type              386 drivers/mfd/qcom-pm8xxx.c 	unsigned int type;
type              389 drivers/mfd/qcom-pm8xxx.c 	ret = irq_domain_translate_twocell(domain, fwspec, &hwirq, &type);
type              394 drivers/mfd/qcom-pm8xxx.c 		pm8xxx_irq_domain_map(chip, domain, virq + i, hwirq + i, type);
type               61 drivers/mfd/qcom-spmi-pmic.c 	unsigned int rev2, minor, major, type, subtype;
type               65 drivers/mfd/qcom-spmi-pmic.c 	ret = regmap_read(map, PMIC_TYPE, &type);
type               69 drivers/mfd/qcom-spmi-pmic.c 	if (type != PMIC_TYPE_VALUE)
type              170 drivers/mfd/rc5t583-irq.c static int rc5t583_irq_set_type(struct irq_data *irq_data, unsigned int type)
type              180 drivers/mfd/rc5t583-irq.c 	if ((data->int_type & GPIO_INT) && (type & IRQ_TYPE_EDGE_BOTH)) {
type              184 drivers/mfd/rc5t583-irq.c 		if (type & IRQ_TYPE_EDGE_FALLING)
type              187 drivers/mfd/rc5t583-irq.c 		if (type & IRQ_TYPE_EDGE_RISING)
type              252 drivers/mfd/rohm-bd70528.c 		bd70528_irqs[i].type.types_supported = 0;
type              256 drivers/mfd/rohm-bd70528.c 		struct regmap_irq_type *type;
type              258 drivers/mfd/rohm-bd70528.c 		type = &bd70528_irqs[BD70528_INT_GPIO0 + i].type;
type              259 drivers/mfd/rohm-bd70528.c 		type->type_reg_offset = 2 * i;
type              260 drivers/mfd/rohm-bd70528.c 		type->type_rising_val = 0x20;
type              261 drivers/mfd/rohm-bd70528.c 		type->type_falling_val = 0x10;
type              262 drivers/mfd/rohm-bd70528.c 		type->type_level_high_val = 0x40;
type              263 drivers/mfd/rohm-bd70528.c 		type->type_level_low_val = 0x50;
type              264 drivers/mfd/rohm-bd70528.c 		type->types_supported = (IRQ_TYPE_EDGE_BOTH |
type               24 drivers/mfd/rohm-bd718x7.c 	.type = EV_KEY,
type              441 drivers/mfd/sec-irq.c 	int type = sec_pmic->device_type;
type              451 drivers/mfd/sec-irq.c 	switch (type) {
type              435 drivers/mfd/si476x-i2c.c 		    enum si476x_i2c_type type,
type              440 drivers/mfd/si476x-i2c.c 	if (type == SI476X_I2C_SEND)
type              267 drivers/mfd/ssbi.c 	const char *type;
type              280 drivers/mfd/ssbi.c 	type = of_get_property(np, "qcom,controller-type", NULL);
type              281 drivers/mfd/ssbi.c 	if (type == NULL) {
type              285 drivers/mfd/ssbi.c 	dev_info(&pdev->dev, "SSBI controller type: '%s'\n", type);
type              286 drivers/mfd/ssbi.c 	if (strcmp(type, "ssbi") == 0)
type              288 drivers/mfd/ssbi.c 	else if (strcmp(type, "ssbi2") == 0)
type              290 drivers/mfd/ssbi.c 	else if (strcmp(type, "pmic-arbiter") == 0)
type              523 drivers/mfd/twl4030-irq.c 			unsigned int	type;
type              527 drivers/mfd/twl4030-irq.c 			type = irq_get_trigger_type(i + agent->irq_base);
type              528 drivers/mfd/twl4030-irq.c 			if (type & IRQ_TYPE_EDGE_RISING)
type              530 drivers/mfd/twl4030-irq.c 			if (type & IRQ_TYPE_EDGE_FALLING)
type              171 drivers/mfd/twl4030-power.c #define TWL_RESOURCE_GROUP_SLEEP(group, type, type2)			\
type              172 drivers/mfd/twl4030-power.c 	{ MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2),		\
type              174 drivers/mfd/twl4030-power.c #define TWL_RESOURCE_GROUP_ACTIVE(group, type, type2)			\
type              175 drivers/mfd/twl4030-power.c 	{ MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2),		\
type              179 drivers/mfd/twl4030-power.c 	  .type = (typ), .type2 = (typ2),				\
type              184 drivers/mfd/twl4030-power.c 	  .type = (typ), .type2 = (typ2),				\
type              376 drivers/mfd/twl4030-power.c 	u8 type;
type              409 drivers/mfd/twl4030-power.c 	err = twl_i2c_read_u8(TWL_MODULE_PM_RECEIVER, &type,
type              417 drivers/mfd/twl4030-power.c 	if (rconfig->type != TWL4030_RESCONFIG_UNDEF) {
type              418 drivers/mfd/twl4030-power.c 		type &= ~TYPE_MASK;
type              419 drivers/mfd/twl4030-power.c 		type |= rconfig->type << TYPE_SHIFT;
type              423 drivers/mfd/twl4030-power.c 		type &= ~TYPE2_MASK;
type              424 drivers/mfd/twl4030-power.c 		type |= rconfig->type2 << TYPE2_SHIFT;
type              428 drivers/mfd/twl4030-power.c 				type, rconfig_addr + TYPE_OFFSET);
type               51 drivers/mfd/ucb1x00-assabet.c 		buttons[i].type = EV_KEY;
type              336 drivers/mfd/ucb1x00-core.c static int ucb1x00_irq_set_type(struct irq_data *data, unsigned int type)
type              342 drivers/mfd/ucb1x00-core.c 	if (type & IRQ_TYPE_EDGE_RISING)
type              347 drivers/mfd/ucb1x00-core.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type             1675 drivers/mfd/wm831x-core.c 		ret = wm831x->type;
type             1748 drivers/mfd/wm831x-core.c 	if (parent != wm831x->type)
type             1750 drivers/mfd/wm831x-core.c 			 wm831x->type);
type               30 drivers/mfd/wm831x-i2c.c 	enum wm831x_parent type;
type               39 drivers/mfd/wm831x-i2c.c 		type = (enum wm831x_parent)of_id->data;
type               41 drivers/mfd/wm831x-i2c.c 		type = (enum wm831x_parent)id->driver_data;
type               50 drivers/mfd/wm831x-i2c.c 	wm831x->type = type;
type              387 drivers/mfd/wm831x-irq.c static int wm831x_irq_set_type(struct irq_data *data, unsigned int type)
type              413 drivers/mfd/wm831x-irq.c 	switch (type) {
type               27 drivers/mfd/wm831x-spi.c 	enum wm831x_parent type;
type               36 drivers/mfd/wm831x-spi.c 		type = (enum wm831x_parent)of_id->data;
type               38 drivers/mfd/wm831x-spi.c 		type = (enum wm831x_parent)id->driver_data;
type               49 drivers/mfd/wm831x-spi.c 	wm831x->type = type;
type              121 drivers/mfd/wm8994-core.c 	switch (wm8994->type) {
type              346 drivers/mfd/wm8994-core.c 	switch (wm8994->type) {
type              370 drivers/mfd/wm8994-core.c 	switch (wm8994->type) {
type              414 drivers/mfd/wm8994-core.c 		if (wm8994->type != WM1811)
type              416 drivers/mfd/wm8994-core.c 				 wm8994->type);
type              417 drivers/mfd/wm8994-core.c 		wm8994->type = WM1811;
type              421 drivers/mfd/wm8994-core.c 		if (wm8994->type != WM8994)
type              423 drivers/mfd/wm8994-core.c 				 wm8994->type);
type              424 drivers/mfd/wm8994-core.c 		wm8994->type = WM8994;
type              428 drivers/mfd/wm8994-core.c 		if (wm8994->type != WM8958)
type              430 drivers/mfd/wm8994-core.c 				 wm8994->type);
type              431 drivers/mfd/wm8994-core.c 		wm8994->type = WM8958;
type              449 drivers/mfd/wm8994-core.c 	switch (wm8994->type) {
type              494 drivers/mfd/wm8994-core.c 	switch (wm8994->type) {
type              505 drivers/mfd/wm8994-core.c 		dev_err(wm8994->dev, "Unknown device type %d\n", wm8994->type);
type              639 drivers/mfd/wm8994-core.c 			wm8994->type = (enum wm8994_type)of_id->data;
type              641 drivers/mfd/wm8994-core.c 		wm8994->type = id->driver_data;
type             1083 drivers/misc/cxl/cxl.h 	bool (*support_attributes)(const char *attr_name, enum cxl_attrs type);
type              478 drivers/misc/cxl/file.c 		event.header.type = CXL_EVENT_AFU_DRIVER;
type              482 drivers/misc/cxl/file.c 		event.header.type = CXL_EVENT_AFU_INTERRUPT;
type              490 drivers/misc/cxl/file.c 		event.header.type = CXL_EVENT_DATA_STORAGE;
type              497 drivers/misc/cxl/file.c 		event.header.type = CXL_EVENT_AFU_ERROR;
type              509 drivers/misc/cxl/file.c 	if (event.header.type == CXL_EVENT_AFU_DRIVER)
type              706 drivers/misc/cxl/guest.c 				     enum cxl_attrs type)
type              708 drivers/misc/cxl/guest.c 	switch (type) {
type             1468 drivers/misc/cxl/native.c 				      enum cxl_attrs type)
type               72 drivers/misc/cxl/of.c 	int i, len, entry_size, naddr, nsize, type;
type               83 drivers/misc/cxl/of.c 			type = be32_to_cpu(prop[0]);
type               86 drivers/misc/cxl/of.c 			switch (type) {
type              100 drivers/misc/cxl/of.c 					type, prop_name);
type              105 drivers/misc/cxl/of.c 					prop_name, type, addr, size);
type               15 drivers/misc/cxl/vphb.c static int cxl_setup_msi_irqs(struct pci_dev *pdev, int nvec, int type)
type               71 drivers/misc/cxl/vphb.c 						unsigned long type)
type              139 drivers/misc/eeprom/eeprom.c 	strlcpy(info->type, "eeprom", I2C_NAME_SIZE);
type              281 drivers/misc/enclosure.c 			  enum enclosure_component_type type,
type              297 drivers/misc/enclosure.c 	ecomp->type = type;
type              624 drivers/misc/enclosure.c 	return snprintf(buf, 40, "%s\n", enclosure_type[ecomp->type]);
type              652 drivers/misc/enclosure.c static DEVICE_ATTR(type, S_IRUGO, get_component_type, NULL);
type              361 drivers/misc/genwqe/card_base.c 	unsigned int type, e = 0;
type              363 drivers/misc/genwqe/card_base.c 	for (type = 0; type < GENWQE_DBG_UNITS; type++) {
type              364 drivers/misc/genwqe/card_base.c 		switch (type) {
type              380 drivers/misc/genwqe/card_base.c 		cd->ffdc[type].entries = e;
type              381 drivers/misc/genwqe/card_base.c 		cd->ffdc[type].regs =
type              394 drivers/misc/genwqe/card_base.c 	unsigned int type;
type              396 drivers/misc/genwqe/card_base.c 	for (type = 0; type < GENWQE_DBG_UNITS; type++) {
type              397 drivers/misc/genwqe/card_base.c 		kfree(cd->ffdc[type].regs);
type              398 drivers/misc/genwqe/card_base.c 		cd->ffdc[type].regs = NULL;
type              164 drivers/misc/genwqe/card_base.h 	enum dma_mapping_type type;
type              181 drivers/misc/genwqe/card_base.h 				       enum dma_mapping_type type)
type              184 drivers/misc/genwqe/card_base.h 	m->type = type;
type              214 drivers/misc/genwqe/card_dev.c 		if (dma_map->type == GENWQE_MAPPING_RAW) {
type              220 drivers/misc/genwqe/card_dev.c 		} else if (dma_map->type == GENWQE_MAPPING_SGL_TEMP) {
type               83 drivers/misc/genwqe/card_sysfs.c static DEVICE_ATTR_RO(type);
type              406 drivers/misc/habanalabs/command_submission.c 			(hw_queue_prop->type == QUEUE_TYPE_NA)) {
type              417 drivers/misc/habanalabs/command_submission.c 	} else if (hw_queue_prop->type == QUEUE_TYPE_INT) {
type              338 drivers/misc/habanalabs/goya/goya.c 		prop->hw_queues_props[i].type = QUEUE_TYPE_EXT;
type              343 drivers/misc/habanalabs/goya/goya.c 		prop->hw_queues_props[i].type = QUEUE_TYPE_CPU;
type              349 drivers/misc/habanalabs/goya/goya.c 		prop->hw_queues_props[i].type = QUEUE_TYPE_INT;
type              354 drivers/misc/habanalabs/goya/goya.c 		prop->hw_queues_props[i].type = QUEUE_TYPE_NA;
type              103 drivers/misc/habanalabs/habanalabs.h 	enum hl_queue_type	type;
type              614 drivers/misc/habanalabs/hw_queue.c 		q->queue_type = asic->hw_queues_props[i].type;
type               25 drivers/misc/habanalabs/hwmon.c 	enum hwmon_sensor_types type;
type               29 drivers/misc/habanalabs/hwmon.c 		type = le32_to_cpu(sensors_arr[i].type);
type               31 drivers/misc/habanalabs/hwmon.c 		if ((type == 0) && (sensors_arr[i].flags == 0))
type               34 drivers/misc/habanalabs/hwmon.c 		if (type >= HWMON_NR_SENSOR_TYPES) {
type               36 drivers/misc/habanalabs/hwmon.c 				"Got wrong sensor type %d from device\n", type);
type               40 drivers/misc/habanalabs/hwmon.c 		counts[type]++;
type               61 drivers/misc/habanalabs/hwmon.c 		type = le32_to_cpu(sensors_arr[i].type);
type               62 drivers/misc/habanalabs/hwmon.c 		curr_arr = sensors_by_type[type];
type               63 drivers/misc/habanalabs/hwmon.c 		curr_arr[sensors_by_type_next_index[type]++] =
type               87 drivers/misc/habanalabs/hwmon.c 		channels_info[j]->type = i;
type              112 drivers/misc/habanalabs/hwmon.c static int hl_read(struct device *dev, enum hwmon_sensor_types type,
type              120 drivers/misc/habanalabs/hwmon.c 	switch (type) {
type              186 drivers/misc/habanalabs/hwmon.c static int hl_write(struct device *dev, enum hwmon_sensor_types type,
type              194 drivers/misc/habanalabs/hwmon.c 	switch (type) {
type              211 drivers/misc/habanalabs/hwmon.c static umode_t hl_is_visible(const void *data, enum hwmon_sensor_types type,
type              214 drivers/misc/habanalabs/hwmon.c 	switch (type) {
type              279 drivers/misc/habanalabs/hwmon.c 	pkt.type = __cpu_to_le16(attr);
type              305 drivers/misc/habanalabs/hwmon.c 	pkt.type = __cpu_to_le16(attr);
type              331 drivers/misc/habanalabs/hwmon.c 	pkt.type = __cpu_to_le16(attr);
type              357 drivers/misc/habanalabs/hwmon.c 	pkt.type = __cpu_to_le16(attr);
type              383 drivers/misc/habanalabs/hwmon.c 	pkt.type = __cpu_to_le16(attr);
type              409 drivers/misc/habanalabs/hwmon.c 	pkt.type = __cpu_to_le16(attr);
type              241 drivers/misc/habanalabs/include/armcp_if.h 			__le16 type;
type              320 drivers/misc/habanalabs/include/armcp_if.h 	__le32 type;
type               32 drivers/misc/ibmasm/dot_command.c 	switch (header->type) {
type               67 drivers/misc/ibmasm/dot_command.c 	header->type                = sp_write;
type              121 drivers/misc/ibmasm/dot_command.c 	os_state_cmd->header.type		= sp_write;
type               31 drivers/misc/ibmasm/dot_command.h 	u8	type;
type               85 drivers/misc/ibmasm/heartbeat.c 	header->type = sp_write;
type               27 drivers/misc/ibmasm/r_heartbeat.c 		.type =		sp_read,
type              124 drivers/misc/ibmasm/remote.c 	if (input->type == INPUT_TYPE_MOUSE) {
type              184 drivers/misc/ibmasm/remote.c 		if (input.type == INPUT_TYPE_MOUSE) {
type              186 drivers/misc/ibmasm/remote.c 		} else if (input.type == INPUT_TYPE_KEYBOARD) {
type               69 drivers/misc/ibmasm/remote.h 	unsigned char	type;
type              576 drivers/misc/ibmvmc.c 	crq_msg.type = VMC_MSG_OPEN;
type              620 drivers/misc/ibmvmc.c 	crq_msg.type = VMC_MSG_CLOSE;
type              658 drivers/misc/ibmvmc.c 	crq_msg.type = VMC_MSG_CAP;
type              701 drivers/misc/ibmvmc.c 	crq_msg.type = VMC_MSG_ADD_BUF_RESP;
type              742 drivers/misc/ibmvmc.c 	crq_msg.type = VMC_MSG_REM_BUF_RESP;
type              798 drivers/misc/ibmvmc.c 	crq_msg.type = VMC_MSG_SIGNAL;
type             1939 drivers/misc/ibmvmc.c 	switch (crq->type) {
type             1942 drivers/misc/ibmvmc.c 			crq->type);
type             1951 drivers/misc/ibmvmc.c 			crq->type);
type             1957 drivers/misc/ibmvmc.c 			crq->type);
type             1963 drivers/misc/ibmvmc.c 			crq->type);
type             1969 drivers/misc/ibmvmc.c 			crq->type);
type             1975 drivers/misc/ibmvmc.c 			crq->type);
type             1985 drivers/misc/ibmvmc.c 			 crq->type);
type             1989 drivers/misc/ibmvmc.c 			 crq->type);
type             2007 drivers/misc/ibmvmc.c 	switch (crq->type) {
type             2032 drivers/misc/ibmvmc.c 			 (unsigned long)crq->type);
type              104 drivers/misc/ibmvmc.h 	u8 type;	/* ibmvmc msg type       */
type              129 drivers/misc/ibmvmc.h 	u8 type;      /* ibmvmc msg type       */
type              427 drivers/misc/ics932s401.c 	strlcpy(info->type, "ics932s401", I2C_NAME_SIZE);
type              915 drivers/misc/mei/bus.c 	cldev->dev.type   = &mei_cl_device_type;
type              367 drivers/misc/mei/client.c 					enum mei_cb_file_ops type,
type              380 drivers/misc/mei/client.c 	cb->fop_type = type;
type               91 drivers/misc/mei/client.h 				  enum mei_cb_file_ops type,
type               94 drivers/misc/mei/client.h 					    enum mei_cb_file_ops type,
type               72 drivers/misc/mic/host/mic_intr.c 				 int intr_src, enum mic_intr_type type)
type               74 drivers/misc/mic/host/mic_intr.c 	if (type >= MIC_NUM_INTR_TYPES)
type               76 drivers/misc/mic/host/mic_intr.c 	if (intr_src >= mdev->intr_info->intr_len[type])
type               79 drivers/misc/mic/host/mic_intr.c 	return mdev->intr_info->intr_start_idx[type] + intr_src;
type              423 drivers/misc/mic/host/mic_intr.c 			 enum mic_intr_type type)
type              433 drivers/misc/mic/host/mic_intr.c 	offset = mic_map_src_to_offset(mdev, intr_src, type);
type              131 drivers/misc/mic/host/mic_intr.h 			 enum mic_intr_type type);
type               47 drivers/misc/mic/scif/scif_debugfs.c 		   window, window->type, window->temp, window->offset);
type               59 drivers/misc/mic/scif/scif_debugfs.c 	if (window->type == SCIF_WINDOW_SELF && pin)
type              594 drivers/misc/mic/scif/scif_dma.c 			if (window->type == SCIF_WINDOW_SELF)
type              652 drivers/misc/mic/scif/scif_dma.c 	if (window->type == SCIF_WINDOW_SELF) {
type              672 drivers/misc/mic/scif/scif_dma.c 	if (!scifdev_self(dev) && window->type == SCIF_WINDOW_PEER &&
type             1236 drivers/misc/mic/scif/scif_dma.c 		if (src_window->type == SCIF_WINDOW_SELF)
type             1245 drivers/misc/mic/scif/scif_dma.c 		if (dst_window->type == SCIF_WINDOW_SELF)
type             1253 drivers/misc/mic/scif/scif_dma.c 			if (src_window->type != SCIF_WINDOW_SELF)
type             1257 drivers/misc/mic/scif/scif_dma.c 		if (src_window->type == SCIF_WINDOW_SELF)
type             1265 drivers/misc/mic/scif/scif_dma.c 		if (src_window->type != SCIF_WINDOW_SELF)
type             1267 drivers/misc/mic/scif/scif_dma.c 		if (dst_window->type != SCIF_WINDOW_SELF)
type             1391 drivers/misc/mic/scif/scif_dma.c 		if (src_window->type == SCIF_WINDOW_SELF)
type             1401 drivers/misc/mic/scif/scif_dma.c 		if (dst_window->type == SCIF_WINDOW_SELF)
type             1409 drivers/misc/mic/scif/scif_dma.c 			if (src_window->type != SCIF_WINDOW_SELF)
type             1414 drivers/misc/mic/scif/scif_dma.c 		if (src_window->type == SCIF_WINDOW_SELF)
type             1420 drivers/misc/mic/scif/scif_dma.c 		if (src_window->type != SCIF_WINDOW_SELF)
type             1423 drivers/misc/mic/scif/scif_dma.c 		if (dst_window->type != SCIF_WINDOW_SELF)
type             1464 drivers/misc/mic/scif/scif_dma.c 		if (src_window->type == SCIF_WINDOW_SELF)
type             1477 drivers/misc/mic/scif/scif_dma.c 		if (dst_window->type == SCIF_WINDOW_SELF)
type             1486 drivers/misc/mic/scif/scif_dma.c 			if (src_window->type == SCIF_WINDOW_PEER)
type             1495 drivers/misc/mic/scif/scif_dma.c 			if (src_window->type == SCIF_WINDOW_SELF)
type             1503 drivers/misc/mic/scif/scif_dma.c 		if (src_window->type == SCIF_WINDOW_PEER)
type             1506 drivers/misc/mic/scif/scif_dma.c 		if (dst_window->type == SCIF_WINDOW_PEER)
type             1555 drivers/misc/mic/scif/scif_dma.c 	src_local = work->src_window->type == SCIF_WINDOW_SELF;
type             1680 drivers/misc/mic/scif/scif_dma.c 	remote_req.type = SCIF_WINDOW_PARTIAL;
type             1748 drivers/misc/mic/scif/scif_dma.c 		req.type = SCIF_WINDOW_PARTIAL;
type              294 drivers/misc/mic/scif/scif_fence.c 		     enum scif_window_type type)
type              307 drivers/misc/mic/scif/scif_fence.c 	req.type = SCIF_WINDOW_SINGLE;
type              308 drivers/misc/mic/scif/scif_fence.c 	if (type == SCIF_WINDOW_SELF)
type              323 drivers/misc/mic/scif/scif_fence.c 		if (type == SCIF_WINDOW_SELF)
type               35 drivers/misc/mic/scif/scif_mmap.c 	req.type = SCIF_WINDOW_FULL;
type              239 drivers/misc/mic/scif/scif_mmap.c 	req.type = SCIF_WINDOW_SINGLE;
type              566 drivers/misc/mic/scif/scif_mmap.c 	req.type = SCIF_WINDOW_PARTIAL;
type              638 drivers/misc/mic/scif/scif_mmap.c 	req.type = SCIF_WINDOW_PARTIAL;
type              165 drivers/misc/mic/scif/scif_rma.c 	window->type = SCIF_WINDOW_SELF;
type              488 drivers/misc/mic/scif/scif_rma.c 	window->type = SCIF_WINDOW_PEER;
type             1118 drivers/misc/mic/scif/scif_rma.c 	if (!scifdev_self(dev) && window->type == SCIF_WINDOW_PEER &&
type             1188 drivers/misc/mic/scif/scif_rma.c 	req.type = SCIF_WINDOW_FULL;
type             1726 drivers/misc/mic/scif/scif_rma.c 	req.type = SCIF_WINDOW_FULL;
type              266 drivers/misc/mic/scif/scif_rma.h 	enum scif_window_type type;
type              352 drivers/misc/mic/scif/scif_rma.h 		     enum scif_window_type type);
type              169 drivers/misc/mic/scif/scif_rma_list.c 			if (req->type == SCIF_WINDOW_PARTIAL ||
type              170 drivers/misc/mic/scif/scif_rma_list.c 			    req->type == SCIF_WINDOW_SINGLE)
type              179 drivers/misc/mic/scif/scif_rma_list.c 		if (req->type == SCIF_WINDOW_SINGLE)
type               31 drivers/misc/mic/scif/scif_rma_list.h 	enum scif_window_type type;
type               47 drivers/misc/mic/vop/vop_debugfs.c 		if (d->type == 0)
type               50 drivers/misc/mic/vop/vop_debugfs.c 		if (d->type == -1)
type               53 drivers/misc/mic/vop/vop_debugfs.c 		seq_printf(s, "Type %d ", d->type);
type              312 drivers/misc/mic/vop/vop_main.c 	u8 type = ioread8(&vdev->desc->type);
type              334 drivers/misc/mic/vop/vop_main.c 	if (WARN(magic != MIC_MAGIC + type + index, "magic mismatch")) {
type              486 drivers/misc/mic/vop/vop_main.c 	u8 type = ioread8(&d->type);
type              495 drivers/misc/mic/vop/vop_main.c 	vdev->vdev.id.device = type;
type              519 drivers/misc/mic/vop/vop_main.c 			offset, type);
type              524 drivers/misc/mic/vop/vop_main.c 		__func__, offset, type, vdev);
type              589 drivers/misc/mic/vop/vop_main.c 			ioread8(&dc->config_change), ioread8(&d->type), vdev);
type              601 drivers/misc/mic/vop/vop_main.c 		iowrite8(-1, &d->type);
type              612 drivers/misc/mic/vop/vop_main.c 	s8 type;
type              629 drivers/misc/mic/vop/vop_main.c 		type = ioread8(&d->type);
type              632 drivers/misc/mic/vop/vop_main.c 		if (type == 0)
type              635 drivers/misc/mic/vop/vop_main.c 		if (type == -1)
type               31 drivers/misc/mic/vop/vop_vringh.c 	if (!vdev->dd || !vdev->dd->type) {
type               37 drivers/misc/mic/vop/vop_vringh.c 	if (vdev->dd->type == -1) {
type              166 drivers/misc/mic/vop/vop_vringh.c 	if (db == -1 || vdev->dd->type == -1) {
type              194 drivers/misc/mic/vop/vop_vringh.c 			     struct mic_device_desc *argp, __u8 *type,
type              218 drivers/misc/mic/vop/vop_vringh.c 		if (devp->type == 0 || devp->type == -1) {
type              233 drivers/misc/mic/vop/vop_vringh.c 	*type = argp->type;
type              234 drivers/misc/mic/vop/vop_vringh.c 	argp->type = 0;
type              267 drivers/misc/mic/vop/vop_vringh.c 	u8 type = 0;
type              279 drivers/misc/mic/vop/vop_vringh.c 	ret = vop_copy_dp_entry(vdev, argp, &type, &dd);
type              289 drivers/misc/mic/vop/vop_vringh.c 	vdev->virtio_id = type;
type              370 drivers/misc/mic/vop/vop_vringh.c 	dd->type = type;
type              371 drivers/misc/mic/vop/vop_vringh.c 	argp->type = type;
type              378 drivers/misc/mic/vop/vop_vringh.c 	dev_dbg(&vpdev->dev, "Added virtio id %d db %d\n", dd->type, db);
type              455 drivers/misc/mic/vop/vop_vringh.c 	vdev->dd->type = -1;
type              378 drivers/misc/ocxl/file.c 	header->type = OCXL_AFU_EVENT_XSL_FAULT_ERROR;
type              165 drivers/misc/pci_endpoint_test.c 						int type)
type              172 drivers/misc/pci_endpoint_test.c 	switch (type) {
type              197 drivers/misc/pci_endpoint_test.c 	test->irq_type = type;
type              296 drivers/misc/pti.c struct pti_masterchannel *pti_request_masterchannel(u8 type,
type              303 drivers/misc/pti.c 	switch (type) {
type              928 drivers/misc/pti.c 	pti_tty_driver->type			= TTY_DRIVER_TYPE_SYSTEM;
type              144 drivers/misc/sgi-xp/xpc.h 	u8 type;		/* message's type */
type              434 drivers/misc/sgi-xp/xpc_uv.c 	switch (msg_hdr->type) {
type              592 drivers/misc/sgi-xp/xpc_uv.c 			"from partition=%d\n", msg_hdr->type, XPC_PARTID(part));
type              687 drivers/misc/sgi-xp/xpc_uv.c 	msg_hdr->type = msg_type;
type              231 drivers/misc/ti-st/st_core.c 	unsigned char type = 0;
type              332 drivers/misc/ti-st/st_core.c 			type = *ptr;
type              345 drivers/misc/ti-st/st_core.c 			if ((type >= ST_MAX_CHANNELS) ||
type              346 drivers/misc/ti-st/st_core.c 					(st_gdata->list[type] == NULL)) {
type              349 drivers/misc/ti-st/st_core.c 						"with 0x%02x\n", type);
type              354 drivers/misc/ti-st/st_core.c 					st_gdata->list[type]->max_frame_size,
type              362 drivers/misc/ti-st/st_core.c 					st_gdata->list[type]->reserve);
type              364 drivers/misc/ti-st/st_core.c 			st_gdata->rx_skb->cb[0] = type; /*pkt_type*/
type              368 drivers/misc/ti-st/st_core.c 			st_gdata->rx_count = st_gdata->list[type]->hdr_len;
type              254 drivers/misc/ti-st/st_kim.c 	if (((struct bts_action *) nxt_action)->type != ACTION_WAIT_EVENT) {
type              307 drivers/misc/ti-st/st_kim.c 			   ((struct bts_action *)ptr)->type);
type              309 drivers/misc/ti-st/st_kim.c 		switch (((struct bts_action *)ptr)->type) {
type              260 drivers/misc/tifm_7xx1.c 			if (fm->sockets[rc]->type == new_ids[rc])
type               21 drivers/misc/tifm_core.c static const char *tifm_media_type_name(unsigned char type, unsigned char nt)
type               29 drivers/misc/tifm_core.c 	if (nt > 2 || type < 1 || type > 3)
type               31 drivers/misc/tifm_core.c 	return card_type_name[nt][type - 1];
type               36 drivers/misc/tifm_core.c 	if (sock->type == id->type)
type               49 drivers/misc/tifm_core.c 		while (ids->type) {
type               62 drivers/misc/tifm_core.c 	if (add_uevent_var(env, "TIFM_CARD_TYPE=%s", tifm_media_type_name(sock->type, 1)))
type              142 drivers/misc/tifm_core.c 	return sprintf(buf, "%x", sock->type);
type              144 drivers/misc/tifm_core.c static DEVICE_ATTR_RO(type);
type              250 drivers/misc/tifm_core.c 				   unsigned char type)
type              254 drivers/misc/tifm_core.c 	if (!tifm_media_type_name(type, 0))
type              260 drivers/misc/tifm_core.c 		sock->type = type;
type              271 drivers/misc/tifm_core.c 			     tifm_media_type_name(type, 2), fm->id, id);
type              274 drivers/misc/tifm_core.c 		       tifm_media_type_name(type, 0), fm->id, id);
type              422 drivers/misc/vmw_balloon.c 					  enum vmballoon_op_stat_type type)
type              425 drivers/misc/vmw_balloon.c 		atomic64_inc(&b->stats->ops[op][type]);
type               27 drivers/misc/vmw_vmci/vmci_driver.h 	enum vmci_obj_type type;
type               39 drivers/misc/vmw_vmci/vmci_resource.c 						  enum vmci_resource_type type)
type               50 drivers/misc/vmw_vmci/vmci_resource.c 		if (r->type == type &&
type              122 drivers/misc/vmw_vmci/vmci_resource.c 	resource->type = resource_type;
type              170 drivers/misc/vmw_vmci/vmci_resource.c 	    (resource_type == r->type ||
type               29 drivers/misc/vmw_vmci/vmci_resource.h 	enum vmci_resource_type type;
type              989 drivers/mmc/core/block.c 			 int type)
type              993 drivers/mmc/core/block.c 	if (md->reset_done & type)
type              996 drivers/mmc/core/block.c 	md->reset_done |= type;
type             1017 drivers/mmc/core/block.c static inline void mmc_blk_reset_success(struct mmc_blk_data *md, int type)
type             1019 drivers/mmc/core/block.c 	md->reset_done &= ~type;
type             1091 drivers/mmc/core/block.c 	int err = 0, type = MMC_BLK_DISCARD;
type             1114 drivers/mmc/core/block.c 	} while (err == -EIO && !mmc_blk_reset(md, card->host, type));
type             1118 drivers/mmc/core/block.c 		mmc_blk_reset_success(md, type);
type             1129 drivers/mmc/core/block.c 	int err = 0, type = MMC_BLK_SECDISCARD;
type             1185 drivers/mmc/core/block.c 	if (err && !mmc_blk_reset(md, card->host, type))
type             1188 drivers/mmc/core/block.c 		mmc_blk_reset_success(md, type);
type             1757 drivers/mmc/core/block.c 	int type = rq_data_dir(req) == READ ? MMC_BLK_READ : MMC_BLK_WRITE;
type             1809 drivers/mmc/core/block.c 	    err && mmc_blk_reset(md, card->host, type)) {
type             1824 drivers/mmc/core/block.c 		mmc_blk_reset(md, card->host, type);
type             1883 drivers/mmc/core/block.c 	int type = rq_data_dir(req) == READ ? MMC_BLK_READ : MMC_BLK_WRITE;
type             1885 drivers/mmc/core/block.c 	mmc_blk_reset_success(mq->blkdata, type);
type             2920 drivers/mmc/core/block.c 	if (card->type != MMC_TYPE_SD_COMBO) {
type             2945 drivers/mmc/core/block.c 	if (card->type != MMC_TYPE_SD_COMBO)
type               35 drivers/mmc/core/bus.c 	switch (card->type) {
type               48 drivers/mmc/core/bus.c static DEVICE_ATTR_RO(type);
type               70 drivers/mmc/core/bus.c 	const char *type;
type               73 drivers/mmc/core/bus.c 	switch (card->type) {
type               75 drivers/mmc/core/bus.c 		type = "MMC";
type               78 drivers/mmc/core/bus.c 		type = "SD";
type               81 drivers/mmc/core/bus.c 		type = "SDIO";
type               84 drivers/mmc/core/bus.c 		type = "SDcombo";
type               87 drivers/mmc/core/bus.c 		type = NULL;
type               90 drivers/mmc/core/bus.c 	if (type) {
type               91 drivers/mmc/core/bus.c 		retval = add_uevent_var(env, "MMC_TYPE=%s", type);
type              261 drivers/mmc/core/bus.c struct mmc_card *mmc_alloc_card(struct mmc_host *host, struct device_type *type)
type              276 drivers/mmc/core/bus.c 	card->dev.type = type;
type              287 drivers/mmc/core/bus.c 	const char *type;
type              300 drivers/mmc/core/bus.c 	switch (card->type) {
type              302 drivers/mmc/core/bus.c 		type = "MMC";
type              305 drivers/mmc/core/bus.c 		type = "SD";
type              308 drivers/mmc/core/bus.c 				type = "SDXC";
type              310 drivers/mmc/core/bus.c 				type = "SDHC";
type              314 drivers/mmc/core/bus.c 		type = "SDIO";
type              317 drivers/mmc/core/bus.c 		type = "SD-combo";
type              319 drivers/mmc/core/bus.c 			type = "SDHC-combo";
type              322 drivers/mmc/core/bus.c 		type = "?";
type              335 drivers/mmc/core/bus.c 			type);
type              345 drivers/mmc/core/bus.c 			uhs_bus_speed_mode, type, card->rca);
type               25 drivers/mmc/core/bus.h 	struct device_type *type);
type             1612 drivers/mmc/core/mmc.c 		card->type = MMC_TYPE_MMC;
type              975 drivers/mmc/core/sd.c 		card->type = MMC_TYPE_SD;
type              293 drivers/mmc/core/sdio.c 	if (card->type == MMC_TYPE_SDIO)
type              353 drivers/mmc/core/sdio.c 	if (ret <= 0 || card->type == MMC_TYPE_SDIO)
type              379 drivers/mmc/core/sdio.c 	if (card->type == MMC_TYPE_SD_COMBO)
type              607 drivers/mmc/core/sdio.c 		card->type = MMC_TYPE_SD_COMBO;
type              609 drivers/mmc/core/sdio.c 		if (oldcard && (oldcard->type != MMC_TYPE_SD_COMBO ||
type              615 drivers/mmc/core/sdio.c 		card->type = MMC_TYPE_SDIO;
type              617 drivers/mmc/core/sdio.c 		if (oldcard && oldcard->type != MMC_TYPE_SDIO) {
type              671 drivers/mmc/core/sdio.c 	if (!oldcard && card->type == MMC_TYPE_SD_COMBO) {
type              744 drivers/mmc/core/sdio.c 	if (card->type == MMC_TYPE_SD_COMBO) {
type              752 drivers/mmc/core/sdio.c 			card->type = MMC_TYPE_SDIO;
type              754 drivers/mmc/core/sdio.c 			card->dev.type = &sd_type;
type             1146 drivers/mmc/core/sdio_uart.c 	tty_drv->type = TTY_DRIVER_TYPE_SERIAL;
type              470 drivers/mmc/host/cavium.c 		unsigned int type = (rsp_sts >> 7) & 3;
type              472 drivers/mmc/host/cavium.c 		if (type == 1)
type              474 drivers/mmc/host/cavium.c 		else if (type == 2)
type             1624 drivers/mmc/host/dw_mmc.c 		if (card->type == MMC_TYPE_SDIO ||
type             1625 drivers/mmc/host/dw_mmc.c 		    card->type == MMC_TYPE_SD_COMBO) {
type              942 drivers/mmc/host/mxcmmc.c 	if (is_imx31_mmc(mxcmci) && card->type == MMC_TYPE_SDIO)
type             1515 drivers/mmc/host/omap_hsmmc.c 	else if (card->type == MMC_TYPE_SDIO ||
type             1516 drivers/mmc/host/omap_hsmmc.c 		 card->type == MMC_TYPE_SD_COMBO) {
type              119 drivers/mmc/host/sdhci-acpi.c 	if (obj->type == ACPI_TYPE_INTEGER) {
type              121 drivers/mmc/host/sdhci-acpi.c 	} else if (obj->type == ACPI_TYPE_BUFFER && obj->buffer.length > 0) {
type              128 drivers/mmc/host/sdhci-acpi.c 			__func__, fn, obj->type, obj->buffer.length);
type              532 drivers/mmc/host/sdhci-pci-core.c 	if (obj->type != ACPI_TYPE_BUFFER || obj->buffer.length < 1) {
type              346 drivers/mmc/host/sdhci-xenon.c 	priv->init_card_type = card->type;
type              489 drivers/mtd/chips/cfi_cmdset_0001.c 	mtd->type = MTD_NORFLASH;
type              594 drivers/mtd/chips/cfi_cmdset_0002.c 	mtd->type = MTD_NORFLASH;
type              183 drivers/mtd/chips/cfi_cmdset_0020.c 	mtd->type = MTD_NORFLASH;
type               45 drivers/mtd/chips/cfi_util.c 	unsigned type = cfi->device_type;
type               48 drivers/mtd/chips/cfi_util.c 	addr = (cmd_ofs * type) * interleave;
type               55 drivers/mtd/chips/cfi_util.c 	if (((type * interleave) > bankwidth) && ((cmd_ofs & 0xff) == 0xaa))
type               56 drivers/mtd/chips/cfi_util.c 		addr |= (type >> 1)*interleave;
type              205 drivers/mtd/chips/cfi_util.c 				int type, map_word *prev_val)
type              170 drivers/mtd/chips/gen_probe.c 	int nr_chips, type;
type              181 drivers/mtd/chips/gen_probe.c 		type = map_bankwidth(map) / nr_chips;
type              183 drivers/mtd/chips/gen_probe.c 		for (; type <= CFI_DEVICETYPE_X32; type<<=1) {
type              184 drivers/mtd/chips/gen_probe.c 			cfi->device_type = type;
type              203 drivers/mtd/chips/gen_probe.c 	__u16 type = primary?cfi->cfiq->P_ID:cfi->cfiq->A_ID;
type              208 drivers/mtd/chips/gen_probe.c 	probename = kasprintf(GFP_KERNEL, "cfi_cmdset_%4.4X", type);
type              214 drivers/mtd/chips/gen_probe.c 		request_module("cfi_cmdset_%4.4X", type);
type              228 drivers/mtd/chips/gen_probe.c 	printk(KERN_NOTICE "Support for command set %04X not present\n", type);
type              236 drivers/mtd/chips/gen_probe.c 	__u16 type = primary?cfi->cfiq->P_ID:cfi->cfiq->A_ID;
type              238 drivers/mtd/chips/gen_probe.c 	if (type == P_ID_NONE || type == P_ID_RESERVED)
type              241 drivers/mtd/chips/gen_probe.c 	switch(type){
type               57 drivers/mtd/chips/map_absent.c 	mtd->type 	= MTD_ABSENT;
type               66 drivers/mtd/chips/map_ram.c 	mtd->type = MTD_RAM;
type               54 drivers/mtd/chips/map_rom.c 	mtd->type = MTD_ROM;
type               41 drivers/mtd/devices/bcm47xxsflash.c 		switch (b47s->type) {
type               73 drivers/mtd/devices/bcm47xxsflash.c 	switch (b47s->type) {
type              226 drivers/mtd/devices/bcm47xxsflash.c 		switch (b47s->type) {
type              258 drivers/mtd/devices/bcm47xxsflash.c 	mtd->type = MTD_NORFLASH;
type              333 drivers/mtd/devices/bcm47xxsflash.c 		b47s->type = BCM47XXSFLASH_TYPE_ST;
type              336 drivers/mtd/devices/bcm47xxsflash.c 		b47s->type = BCM47XXSFLASH_TYPE_ATMEL;
type               70 drivers/mtd/devices/bcm47xxsflash.h 	enum bcm47xxsflash_type type;
type              291 drivers/mtd/devices/block2mtd.c 	dev->mtd.type = MTD_RAM;
type             1763 drivers/mtd/devices/docg3.c 	mtd->type = MTD_NANDFLASH;
type              612 drivers/mtd/devices/lart.c    mtd.type = MTD_NORFLASH;
type              197 drivers/mtd/devices/mchp23k256.c 	flash->mtd.type		= MTD_RAM;
type              201 drivers/mtd/devices/ms02-nv.c 	mtd->type = MTD_RAM;
type              643 drivers/mtd/devices/mtd_dataflash.c 	device->type = MTD_DATAFLASH;
type              131 drivers/mtd/devices/mtdram.c 	mtd->type = MTD_RAM;
type              117 drivers/mtd/devices/phram.c 	new->mtd.type = MTD_RAM;
type              775 drivers/mtd/devices/pmc551.c 		mtd->type = MTD_RAM;
type              207 drivers/mtd/devices/powernv_flash.c 	mtd->type = MTD_NORFLASH;
type              180 drivers/mtd/devices/slram.c 	(*curmtd)->mtdinfo->type = MTD_RAM;
type              893 drivers/mtd/devices/spear_smi.c 	flash->mtd.type = MTD_NORFLASH;
type              372 drivers/mtd/devices/sst25l.c 	flash->mtd.type		= MTD_NORFLASH;
type             2101 drivers/mtd/devices/st_spi_fsm.c 	fsm->mtd.type		= MTD_NORFLASH;
type              450 drivers/mtd/lpddr/lpddr2_nvm.c 		.type		= MTD_RAM,
type               48 drivers/mtd/lpddr/lpddr_cmds.c 	mtd->type = MTD_NORFLASH;
type               52 drivers/mtd/lpddr/lpddr_cmds.c 	mtd->type = MTD_NORFLASH;
type               58 drivers/mtd/maps/impa7.c 	const char * const *type;
type               80 drivers/mtd/maps/impa7.c 		type = rom_probe_types;
type               81 drivers/mtd/maps/impa7.c 		for(; !impa7_mtd[i] && *type; type++) {
type               82 drivers/mtd/maps/impa7.c 			impa7_mtd[i] = do_map_probe(*type, &impa7_map[i]);
type               86 drivers/mtd/maps/intel_vr_nor.c 	const char * const *type;
type               88 drivers/mtd/maps/intel_vr_nor.c 	for (type = probe_types; !p->info && *type; type++)
type               89 drivers/mtd/maps/intel_vr_nor.c 		p->info = do_map_probe(*type, &p->map);
type              344 drivers/mtd/maps/pcmciamtd.c 			t->type, t->edc, t->offset, t->length);
type              381 drivers/mtd/maps/pcmciamtd.c 		pr_debug("Region %d, type = %u\n", i, t->dev[i].type);
type              262 drivers/mtd/maps/physmap-core.c 		.type = "rom",
type               21 drivers/mtd/maps/pismo.c 	u8	type;
type               40 drivers/mtd/maps/pismo.c 	u8	type;
type              162 drivers/mtd/maps/pismo.c 	region.type = cs->type;
type              179 drivers/mtd/maps/pismo.c 		i, cs->device, region.type, region.access, region.size / 1024);
type              181 drivers/mtd/maps/pismo.c 	switch (region.type) {
type              244 drivers/mtd/maps/pismo.c 		if (eeprom.cs[i].type != 0xff)
type               91 drivers/mtd/maps/tsunami_flash.c 	const char * const *type;
type               96 drivers/mtd/maps/tsunami_flash.c 	type = rom_probe_types;
type               97 drivers/mtd/maps/tsunami_flash.c 	for(; !tsunami_flash_mtd && *type; type++) {
type               98 drivers/mtd/maps/tsunami_flash.c 		tsunami_flash_mtd = do_map_probe(*type, &tsunami_flash_map);
type              533 drivers/mtd/maps/vmu-flash.c 	mtd_cur->type = 8;
type              536 drivers/mtd/mtd_blkdevs.c 	if (mtd->type == MTD_ABSENT)
type              579 drivers/mtd/mtd_blkdevs.c 		if (mtd->type != MTD_ABSENT)
type               69 drivers/mtd/mtdchar.c 	if (mtd->type == MTD_ABSENT) {
type              674 drivers/mtd/mtdchar.c 		info.type	= mtd->type;
type              627 drivers/mtd/mtdconcat.c 	concat->mtd.type = subdev[0]->type;
type              657 drivers/mtd/mtdconcat.c 		if (concat->mtd.type != subdev[i]->type) {
type              103 drivers/mtd/mtdcore.c 	char *type;
type              105 drivers/mtd/mtdcore.c 	switch (mtd->type) {
type              107 drivers/mtd/mtdcore.c 		type = "absent";
type              110 drivers/mtd/mtdcore.c 		type = "ram";
type              113 drivers/mtd/mtdcore.c 		type = "rom";
type              116 drivers/mtd/mtdcore.c 		type = "nor";
type              119 drivers/mtd/mtdcore.c 		type = "nand";
type              122 drivers/mtd/mtdcore.c 		type = "dataflash";
type              125 drivers/mtd/mtdcore.c 		type = "ubi";
type              128 drivers/mtd/mtdcore.c 		type = "mlc-nand";
type              131 drivers/mtd/mtdcore.c 		type = "unknown";
type              134 drivers/mtd/mtdcore.c 	return snprintf(buf, PAGE_SIZE, "%s\n", type);
type              136 drivers/mtd/mtdcore.c static DEVICE_ATTR(type, S_IRUGO, mtd_type_show, NULL);
type              417 drivers/mtd/mtdcore.c 	switch (mtd->type) {
type              610 drivers/mtd/mtdcore.c 	if (WARN_ONCE(mtd->dev.type, "MTD already registered\n"))
type              669 drivers/mtd/mtdcore.c 	mtd->dev.type = &mtd_devtype;
type              343 drivers/mtd/mtdpart.c 	slave->mtd.type = parent->type;
type              246 drivers/mtd/nand/core.c 	mtd->type = memorg->bits_per_cell == 1 ?
type             3946 drivers/mtd/nand/onenand/onenand_base.c 	mtd->type = ONENAND_IS_MLC(this) ? MTD_MLCNANDFLASH : MTD_NANDFLASH;
type              125 drivers/mtd/nand/onenand/samsung.c 	enum soc_type	type;
type              132 drivers/mtd/nand/onenand/samsung.c 	unsigned int	(*cmd_map)(unsigned int type, unsigned int val);
type              179 drivers/mtd/nand/onenand/samsung.c static unsigned int s3c64xx_cmd_map(unsigned type, unsigned val)
type              181 drivers/mtd/nand/onenand/samsung.c 	return (type << S3C64XX_CMD_MAP_SHIFT) | val;
type              807 drivers/mtd/nand/onenand/samsung.c 	if (onenand->type == TYPE_S3C6400) {
type              810 drivers/mtd/nand/onenand/samsung.c 	} else if (onenand->type == TYPE_S3C6410) {
type              813 drivers/mtd/nand/onenand/samsung.c 	} else if (onenand->type == TYPE_S5PC110) {
type              859 drivers/mtd/nand/onenand/samsung.c 	onenand->type = platform_get_device_id(pdev)->driver_data;
type              876 drivers/mtd/nand/onenand/samsung.c 	if (onenand->type != TYPE_S5PC110) {
type              924 drivers/mtd/nand/onenand/samsung.c 	if (onenand->type != TYPE_S5PC110) {
type              172 drivers/mtd/nand/raw/ams-delta.c 		switch (instr->type) {
type              141 drivers/mtd/nand/raw/atmel/nand-controller.c 	enum atmel_nand_rb_type type;
type              501 drivers/mtd/nand/raw/atmel/nand-controller.c 	if (nand->activecs->rb.type == ATMEL_NAND_GPIO_RB)
type              534 drivers/mtd/nand/raw/atmel/nand-controller.c 	if (nand->activecs->rb.type == ATMEL_NAND_NATIVE_RB)
type              991 drivers/mtd/nand/raw/atmel/nand-controller.c 	if (nand->activecs->rb.type != ATMEL_NAND_NATIVE_RB) {
type             1181 drivers/mtd/nand/raw/atmel/nand-controller.c 	if (conf->type != NAND_SDR_IFACE)
type             1446 drivers/mtd/nand/raw/atmel/nand-controller.c 	if (cs->rb.type == ATMEL_NAND_NATIVE_RB)
type             1624 drivers/mtd/nand/raw/atmel/nand-controller.c 			nand->cs[i].rb.type = ATMEL_NAND_NATIVE_RB;
type             1638 drivers/mtd/nand/raw/atmel/nand-controller.c 				nand->cs[i].rb.type = ATMEL_NAND_GPIO_RB;
type             1758 drivers/mtd/nand/raw/atmel/nand-controller.c 		nand->cs[0].rb.type = ATMEL_NAND_GPIO_RB;
type             1411 drivers/mtd/nand/raw/brcmnand/brcmnand.c 				 enum brcmnand_llop_type type, u32 data,
type             1419 drivers/mtd/nand/raw/brcmnand/brcmnand.c 	switch (type) {
type             1014 drivers/mtd/nand/raw/denali.c static void denali_exec_in8(struct denali_controller *denali, u32 type,
type             1020 drivers/mtd/nand/raw/denali.c 		buf[i] = denali->host_read(denali, type | DENALI_BANK(denali));
type             1023 drivers/mtd/nand/raw/denali.c static void denali_exec_in16(struct denali_controller *denali, u32 type,
type             1030 drivers/mtd/nand/raw/denali.c 		data = denali->host_read(denali, type | DENALI_BANK(denali));
type             1037 drivers/mtd/nand/raw/denali.c static void denali_exec_in(struct denali_controller *denali, u32 type,
type             1041 drivers/mtd/nand/raw/denali.c 		denali_exec_in16(denali, type, buf, len);
type             1043 drivers/mtd/nand/raw/denali.c 		denali_exec_in8(denali, type, buf, len);
type             1046 drivers/mtd/nand/raw/denali.c static void denali_exec_out8(struct denali_controller *denali, u32 type,
type             1052 drivers/mtd/nand/raw/denali.c 		denali->host_write(denali, type | DENALI_BANK(denali), buf[i]);
type             1055 drivers/mtd/nand/raw/denali.c static void denali_exec_out16(struct denali_controller *denali, u32 type,
type             1061 drivers/mtd/nand/raw/denali.c 		denali->host_write(denali, type | DENALI_BANK(denali),
type             1065 drivers/mtd/nand/raw/denali.c static void denali_exec_out(struct denali_controller *denali, u32 type,
type             1069 drivers/mtd/nand/raw/denali.c 		denali_exec_out16(denali, type, buf, len);
type             1071 drivers/mtd/nand/raw/denali.c 		denali_exec_out8(denali, type, buf, len);
type             1092 drivers/mtd/nand/raw/denali.c 	switch (instr->type) {
type             1120 drivers/mtd/nand/raw/denali.c 			  instr->type);
type              618 drivers/mtd/nand/raw/fsmc_nand.c 		switch (instr->type) {
type             1047 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 	.type = IS_MX23,
type             1055 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 	.type = IS_MX28,
type             1067 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 	.type = IS_MX6Q,
type             1075 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 	.type = IS_MX6SX,
type             1087 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 	.type = IS_MX7D,
type             2436 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 		switch (instr->type) {
type             2448 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 			    op->instrs[i + 1].type == NAND_OP_ADDR_INSTR)
type               80 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.h 	enum gpmi_type type;
type              166 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.h #define GPMI_IS_MX23(x)		((x)->devdata->type == IS_MX23)
type              167 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.h #define GPMI_IS_MX28(x)		((x)->devdata->type == IS_MX28)
type              168 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.h #define GPMI_IS_MX6Q(x)		((x)->devdata->type == IS_MX6Q)
type              169 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.h #define GPMI_IS_MX6SX(x)	((x)->devdata->type == IS_MX6SX)
type              170 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.h #define GPMI_IS_MX7D(x)		((x)->devdata->type == IS_MX7D)
type               84 drivers/mtd/nand/raw/internals.h 			     enum nand_data_interface_type type,
type             1655 drivers/mtd/nand/raw/marvell_nand.c 		switch (instr->type) {
type             1734 drivers/mtd/nand/raw/marvell_nand.c 	bool reading = (instr->type == NAND_OP_DATA_IN_INSTR);
type             1764 drivers/mtd/nand/raw/marvell_nand.c 	reading = (nfc_op.data_instr->type == NAND_OP_DATA_IN_INSTR);
type             1835 drivers/mtd/nand/raw/marvell_nand.c 	switch (subop->instrs[0].type) {
type             1882 drivers/mtd/nand/raw/marvell_nand.c 	if (subop->instrs[0].type == NAND_OP_DATA_OUT_INSTR) {
type              843 drivers/mtd/nand/raw/meson_nand.c 	if (WARN_ON(instr->type != NAND_OP_DATA_IN_INSTR))
type              856 drivers/mtd/nand/raw/meson_nand.c 	if (WARN_ON(instr->type != NAND_OP_DATA_IN_INSTR) ||
type              870 drivers/mtd/nand/raw/meson_nand.c 	if (WARN_ON(instr->type != NAND_OP_DATA_OUT_INSTR))
type              884 drivers/mtd/nand/raw/meson_nand.c 	if (WARN_ON(instr->type != NAND_OP_DATA_OUT_INSTR) ||
type              908 drivers/mtd/nand/raw/meson_nand.c 		switch (instr->type) {
type              401 drivers/mtd/nand/raw/mxic_nand.c 		switch (instr->type) {
type             1988 drivers/mtd/nand/raw/nand_base.c 	switch (pat->type) {
type             2047 drivers/mtd/nand/raw/nand_base.c 		if (instr->type != pat->elems[i].type) {
type             2232 drivers/mtd/nand/raw/nand_base.c 	return instr && (instr->type == NAND_OP_DATA_IN_INSTR ||
type             2233 drivers/mtd/nand/raw/nand_base.c 			 instr->type == NAND_OP_DATA_OUT_INSTR);
type             2266 drivers/mtd/nand/raw/nand_base.c 		    subop->instrs[instr_idx].type != NAND_OP_ADDR_INSTR))
type             2290 drivers/mtd/nand/raw/nand_base.c 		    subop->instrs[instr_idx].type != NAND_OP_ADDR_INSTR))
type             4508 drivers/mtd/nand/raw/nand_base.c static void nand_decode_id(struct nand_chip *chip, struct nand_flash_dev *type)
type             4515 drivers/mtd/nand/raw/nand_base.c 	memorg->pages_per_eraseblock = type->erasesize / type->pagesize;
type             4516 drivers/mtd/nand/raw/nand_base.c 	mtd->erasesize = type->erasesize;
type             4517 drivers/mtd/nand/raw/nand_base.c 	memorg->pagesize = type->pagesize;
type             4542 drivers/mtd/nand/raw/nand_base.c static inline bool is_full_id_nand(struct nand_flash_dev *type)
type             4544 drivers/mtd/nand/raw/nand_base.c 	return type->id_len;
type             4548 drivers/mtd/nand/raw/nand_base.c 			      struct nand_flash_dev *type)
type             4556 drivers/mtd/nand/raw/nand_base.c 	if (!strncmp(type->id, id_data, type->id_len)) {
type             4557 drivers/mtd/nand/raw/nand_base.c 		memorg->pagesize = type->pagesize;
type             4559 drivers/mtd/nand/raw/nand_base.c 		memorg->pages_per_eraseblock = type->erasesize /
type             4560 drivers/mtd/nand/raw/nand_base.c 					       type->pagesize;
type             4561 drivers/mtd/nand/raw/nand_base.c 		mtd->erasesize = type->erasesize;
type             4562 drivers/mtd/nand/raw/nand_base.c 		memorg->oobsize = type->oobsize;
type             4567 drivers/mtd/nand/raw/nand_base.c 			DIV_ROUND_DOWN_ULL((u64)type->chipsize << 20,
type             4570 drivers/mtd/nand/raw/nand_base.c 		chip->options |= type->options;
type             4571 drivers/mtd/nand/raw/nand_base.c 		chip->base.eccreq.strength = NAND_ECC_STRENGTH(type);
type             4572 drivers/mtd/nand/raw/nand_base.c 		chip->base.eccreq.step_size = NAND_ECC_STEP(type);
type             4574 drivers/mtd/nand/raw/nand_base.c 					type->onfi_timing_mode_default;
type             4576 drivers/mtd/nand/raw/nand_base.c 		chip->parameters.model = kstrdup(type->name, GFP_KERNEL);
type             4648 drivers/mtd/nand/raw/nand_base.c static int nand_detect(struct nand_chip *chip, struct nand_flash_dev *type)
type             4710 drivers/mtd/nand/raw/nand_base.c 	if (!type)
type             4711 drivers/mtd/nand/raw/nand_base.c 		type = nand_flash_ids;
type             4728 drivers/mtd/nand/raw/nand_base.c 	for (; type->name != NULL; type++) {
type             4729 drivers/mtd/nand/raw/nand_base.c 		if (is_full_id_nand(type)) {
type             4730 drivers/mtd/nand/raw/nand_base.c 			if (find_full_id_nand(chip, type))
type             4732 drivers/mtd/nand/raw/nand_base.c 		} else if (dev_id == type->dev_id) {
type             4737 drivers/mtd/nand/raw/nand_base.c 	if (!type->name || !type->pagesize) {
type             4753 drivers/mtd/nand/raw/nand_base.c 	if (!type->name)
type             4756 drivers/mtd/nand/raw/nand_base.c 	chip->parameters.model = kstrdup(type->name, GFP_KERNEL);
type             4760 drivers/mtd/nand/raw/nand_base.c 	if (!type->pagesize)
type             4763 drivers/mtd/nand/raw/nand_base.c 		nand_decode_id(chip, type);
type             4766 drivers/mtd/nand/raw/nand_base.c 	chip->options |= type->options;
type             4769 drivers/mtd/nand/raw/nand_base.c 			DIV_ROUND_DOWN_ULL((u64)type->chipsize << 20,
type               80 drivers/mtd/nand/raw/nand_onfi.c 		if (s->type == ONFI_SECTION_TYPE_2)
type               18 drivers/mtd/nand/raw/nand_timings.c 		.type = NAND_SDR_IFACE,
type               60 drivers/mtd/nand/raw/nand_timings.c 		.type = NAND_SDR_IFACE,
type              102 drivers/mtd/nand/raw/nand_timings.c 		.type = NAND_SDR_IFACE,
type              144 drivers/mtd/nand/raw/nand_timings.c 		.type = NAND_SDR_IFACE,
type              186 drivers/mtd/nand/raw/nand_timings.c 		.type = NAND_SDR_IFACE,
type              228 drivers/mtd/nand/raw/nand_timings.c 		.type = NAND_SDR_IFACE,
type              276 drivers/mtd/nand/raw/nand_timings.c 			     enum nand_data_interface_type type,
type              282 drivers/mtd/nand/raw/nand_timings.c 	if (type != NAND_SDR_IFACE)
type             2154 drivers/mtd/nand/raw/nandsim.c 		switch (instr->type) {
type              175 drivers/mtd/nand/raw/s3c2410.c 	enum s3c_cpu_type type;
type              179 drivers/mtd/nand/raw/s3c2410.c 	.type = TYPE_S3C2410,
type              183 drivers/mtd/nand/raw/s3c2410.c 	.type = TYPE_S3C2412,
type              187 drivers/mtd/nand/raw/s3c2410.c 	.type = TYPE_S3C2440,
type             1032 drivers/mtd/nand/raw/s3c2410.c 	info->cpu_type = devtype_data->type;
type             1378 drivers/mtd/nand/raw/stm32_fmc2_nand.c 		switch (instr->type) {
type             1783 drivers/mtd/nand/raw/sunxi_nand.c 		switch (instr->type) {
type             1818 drivers/mtd/nand/raw/sunxi_nand.c 			if (instr->type == NAND_OP_DATA_OUT_INSTR) {
type              365 drivers/mtd/nand/raw/tegra_nand.c 		switch (instr->type) {
type              381 drivers/mtd/nand/raw/vf610_nfc.c 	if (instr && instr->type == NAND_OP_CMD_INSTR) {
type              388 drivers/mtd/nand/raw/vf610_nfc.c 	if (instr && instr->type == NAND_OP_ADDR_INSTR) {
type              405 drivers/mtd/nand/raw/vf610_nfc.c 	if (instr && instr->type == NAND_OP_DATA_OUT_INSTR) {
type              422 drivers/mtd/nand/raw/vf610_nfc.c 	if (instr && instr->type == NAND_OP_CMD_INSTR) {
type              429 drivers/mtd/nand/raw/vf610_nfc.c 	if (instr && instr->type == NAND_OP_WAITRDY_INSTR) {
type              435 drivers/mtd/nand/raw/vf610_nfc.c 	if (instr && instr->type == NAND_OP_DATA_IN_INSTR) {
type              450 drivers/mtd/nand/raw/vf610_nfc.c 	if (instr && instr->type == NAND_OP_DATA_IN_INSTR) {
type               34 drivers/mtd/parsers/afs.c 	u32 type;		/* Area type: ARM Image, SIB, customer   */
type              160 drivers/mtd/parsers/afs.c 	if (fs.type == 2)
type              726 drivers/mtd/rfd_ftl.c 	if (mtd->type != MTD_NORFLASH || mtd->size > UINT_MAX)
type              758 drivers/mtd/rfd_ftl.c 				mtd->name, mtd->type, mtd->flags);
type              562 drivers/mtd/sm_ftl.c 	ftl->readonly = mtd->type == MTD_ROM;
type               99 drivers/mtd/spi-nor/aspeed-smc.c 	enum aspeed_smc_flash_type type;	/* what type of flash */
type              606 drivers/mtd/spi-nor/aspeed-smc.c static void aspeed_smc_chip_set_type(struct aspeed_smc_chip *chip, int type)
type              611 drivers/mtd/spi-nor/aspeed-smc.c 	chip->type = type;
type              615 drivers/mtd/spi-nor/aspeed-smc.c 	reg |= chip->type << (chip->cs * 2);
type               23 drivers/mtd/spi-nor/hisi-sfc.c #define FMC_CFG_FLASH_SEL(type)		(((type) & 0x3) << 1)
type               25 drivers/mtd/spi-nor/hisi-sfc.c #define FMC_ECC_TYPE(type)		(((type) & 0x7) << 5)
type               47 drivers/mtd/spi-nor/hisi-sfc.c #define OP_CFG_MEM_IF_TYPE(type)	(((type) & 0x7) << 7)
type               20 drivers/mtd/spi-nor/intel-spi-pci.c 	.type = INTEL_SPI_BXT,
type              197 drivers/mtd/spi-nor/intel-spi.c 	if (ispi->info->type == INTEL_SPI_BYT)
type              305 drivers/mtd/spi-nor/intel-spi.c 	switch (ispi->info->type) {
type              365 drivers/mtd/spi-nor/intel-spi.c 	if (ispi->info->type == INTEL_SPI_BXT && !ispi->swseq_erase)
type             4897 drivers/mtd/spi-nor/spi-nor.c 	mtd->type = MTD_NORFLASH;
type             5016 drivers/mtd/spi-nor/spi-nor.c 	if (data && data->type)
type             5017 drivers/mtd/spi-nor/spi-nor.c 		flash_name = data->type;
type              610 drivers/mtd/ubi/build.c 	if (ubi->mtd->type == MTD_NORFLASH) {
type              839 drivers/mtd/ubi/build.c 	if (mtd->type == MTD_UBIVOLUME) {
type              850 drivers/mtd/ubi/build.c 	if (mtd->type == MTD_MLCNANDFLASH) {
type              176 drivers/mtd/ubi/debug.c void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type)
type              181 drivers/mtd/ubi/debug.c 	if (type == 0) {
type               28 drivers/mtd/ubi/debug.h #define ubi_dbg_msg(type, fmt, ...) \
type               29 drivers/mtd/ubi/debug.h 	pr_debug("UBI DBG " type " (pid %d): " fmt "\n", current->pid,       \
type               46 drivers/mtd/ubi/debug.h void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type);
type              297 drivers/mtd/ubi/gluebi.c 	mtd->type = MTD_UBIVOLUME;
type               28 drivers/mtd/ubi/vmt.c 	__ATTR(type, S_IRUGO, vol_attribute_show, NULL);
type               96 drivers/mux/core.c 	mux_chip->dev.type = &mux_type;
type               85 drivers/net/appletalk/ipddp.c         dev->type = ARPHRD_IPDDP;       	/* IP over DDP tunnel */
type              162 drivers/net/appletalk/ipddp.c         if(rt->dev->type == ARPHRD_LOCALTLK)
type               85 drivers/net/arcnet/arc-rawmode.c 			unsigned short type, uint8_t daddr)
type               65 drivers/net/arcnet/arcnet.c 			     unsigned short type, uint8_t daddr);
type              105 drivers/net/arcnet/arcnet.c 			 unsigned short type, const void *daddr,
type              370 drivers/net/arcnet/arcnet.c 	dev->type = ARPHRD_ARCNET;
type              596 drivers/net/arcnet/arcnet.c 			 unsigned short type, const void *daddr,
type              607 drivers/net/arcnet/arcnet.c 		   type, type, len);
type              614 drivers/net/arcnet/arcnet.c 	if (type == ETH_P_ARCNET) {
type              625 drivers/net/arcnet/arcnet.c 		*(uint16_t *)skb_push(skb, 2) = type;
type              644 drivers/net/arcnet/arcnet.c 	return proto->build_header(skb, dev, type, _daddr);
type             1132 drivers/net/arcnet/arcnet.c 			     unsigned short type, uint8_t daddr)
type              100 drivers/net/arcnet/capmode.c 			unsigned short type,
type               43 drivers/net/arcnet/rfc1051.c 			unsigned short type, uint8_t daddr);
type              162 drivers/net/arcnet/rfc1051.c 			unsigned short type, uint8_t daddr)
type              169 drivers/net/arcnet/rfc1051.c 	switch (type) {
type              178 drivers/net/arcnet/rfc1051.c 			   type, type);
type               44 drivers/net/arcnet/rfc1201.c 			unsigned short type, uint8_t daddr);
type              378 drivers/net/arcnet/rfc1201.c 			unsigned short type, uint8_t daddr)
type              386 drivers/net/arcnet/rfc1201.c 	switch (type) {
type              409 drivers/net/arcnet/rfc1201.c 			   type, type);
type               36 drivers/net/bonding/bond_alb.c 	__be16 type;
type              915 drivers/net/bonding/bond_alb.c 	pkt.type = cpu_to_be16(ETH_P_LOOPBACK);
type              925 drivers/net/bonding/bond_alb.c 	skb->protocol = pkt.type;
type             1019 drivers/net/bonding/bond_alb.c 	ss.ss_family = dev->type;
type             1251 drivers/net/bonding/bond_alb.c 	ss.ss_family = bond->dev->type;
type             1737 drivers/net/bonding/bond_alb.c 		ss.ss_family = bond->dev->type;
type              685 drivers/net/bonding/bond_main.c 			ss.ss_family = new_active->dev->type;
type              689 drivers/net/bonding/bond_main.c 			ss.ss_family = bond->dev->type;
type              705 drivers/net/bonding/bond_main.c 		ss.ss_family = old_active->dev->type;
type             1149 drivers/net/bonding/bond_main.c 	bond_dev->type		    = slave_dev->type;
type             1254 drivers/net/bonding/bond_main.c 					       enum netdev_lag_tx_type type)
type             1256 drivers/net/bonding/bond_main.c 	if (type != NETDEV_LAG_TX_TYPE_HASH)
type             1279 drivers/net/bonding/bond_main.c 	enum netdev_lag_tx_type type;
type             1281 drivers/net/bonding/bond_main.c 	type = bond_lag_tx_type(bond);
type             1282 drivers/net/bonding/bond_main.c 	lag_upper_info.tx_type = type;
type             1283 drivers/net/bonding/bond_main.c 	lag_upper_info.hash_type = bond_lag_hash_type(bond, type);
type             1439 drivers/net/bonding/bond_main.c 		if (bond_dev->type != slave_dev->type) {
type             1441 drivers/net/bonding/bond_main.c 				  bond_dev->type, slave_dev->type);
type             1455 drivers/net/bonding/bond_main.c 			if (slave_dev->type != ARPHRD_ETHER)
type             1465 drivers/net/bonding/bond_main.c 	} else if (bond_dev->type != slave_dev->type) {
type             1468 drivers/net/bonding/bond_main.c 			  slave_dev->type, bond_dev->type);
type             1472 drivers/net/bonding/bond_main.c 	if (slave_dev->type == ARPHRD_INFINIBAND &&
type             1476 drivers/net/bonding/bond_main.c 			   slave_dev->type);
type             1482 drivers/net/bonding/bond_main.c 	    slave_dev->type == ARPHRD_INFINIBAND) {
type             1544 drivers/net/bonding/bond_main.c 		ss.ss_family = slave_dev->type;
type             1831 drivers/net/bonding/bond_main.c 		ss.ss_family = slave_dev->type;
type             1847 drivers/net/bonding/bond_main.c 		if (bond_dev->type != ARPHRD_ETHER) {
type             2007 drivers/net/bonding/bond_main.c 		ss.ss_family = slave_dev->type;
type             3116 drivers/net/bonding/bond_main.c 		if (bond_dev->type != ARPHRD_ETHER)
type             3815 drivers/net/bonding/bond_main.c 	tmp_ss.ss_family = bond_dev->type;
type               83 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_MODE]		= { .type = NLA_U8 },
type               84 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_ACTIVE_SLAVE]	= { .type = NLA_U32 },
type               85 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_MIIMON]		= { .type = NLA_U32 },
type               86 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_UPDELAY]		= { .type = NLA_U32 },
type               87 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_DOWNDELAY]		= { .type = NLA_U32 },
type               88 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_USE_CARRIER]		= { .type = NLA_U8 },
type               89 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_ARP_INTERVAL]	= { .type = NLA_U32 },
type               90 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_ARP_IP_TARGET]	= { .type = NLA_NESTED },
type               91 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_ARP_VALIDATE]	= { .type = NLA_U32 },
type               92 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_ARP_ALL_TARGETS]	= { .type = NLA_U32 },
type               93 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_PRIMARY]		= { .type = NLA_U32 },
type               94 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_PRIMARY_RESELECT]	= { .type = NLA_U8 },
type               95 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_FAIL_OVER_MAC]	= { .type = NLA_U8 },
type               96 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_XMIT_HASH_POLICY]	= { .type = NLA_U8 },
type               97 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_RESEND_IGMP]		= { .type = NLA_U32 },
type               98 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_NUM_PEER_NOTIF]	= { .type = NLA_U8 },
type               99 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_ALL_SLAVES_ACTIVE]	= { .type = NLA_U8 },
type              100 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_MIN_LINKS]		= { .type = NLA_U32 },
type              101 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_LP_INTERVAL]		= { .type = NLA_U32 },
type              102 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_PACKETS_PER_SLAVE]	= { .type = NLA_U32 },
type              103 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_AD_LACP_RATE]	= { .type = NLA_U8 },
type              104 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_AD_SELECT]		= { .type = NLA_U8 },
type              105 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_AD_INFO]		= { .type = NLA_NESTED },
type              106 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_AD_ACTOR_SYS_PRIO]	= { .type = NLA_U16 },
type              107 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_AD_USER_PORT_KEY]	= { .type = NLA_U16 },
type              108 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_AD_ACTOR_SYSTEM]	= { .type = NLA_BINARY,
type              110 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_TLB_DYNAMIC_LB]	= { .type = NLA_U8 },
type              111 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_PEER_NOTIF_DELAY]    = { .type = NLA_U32 },
type              115 drivers/net/bonding/bond_netlink.c 	[IFLA_BOND_SLAVE_QUEUE_ID]	= { .type = NLA_U16 },
type             1115 drivers/net/caif/caif_hsi.c 	dev->type = ARPHRD_CAIF;
type             1357 drivers/net/caif/caif_hsi.c 	[__IFLA_CAIF_HSI_INACTIVITY_TOUT] = { .type = NLA_U32, .len = 4 },
type             1358 drivers/net/caif/caif_hsi.c 	[__IFLA_CAIF_HSI_AGGREGATION_TOUT] = { .type = NLA_U32, .len = 4 },
type             1359 drivers/net/caif/caif_hsi.c 	[__IFLA_CAIF_HSI_HEAD_ALIGN] = { .type = NLA_U32, .len = 4 },
type             1360 drivers/net/caif/caif_hsi.c 	[__IFLA_CAIF_HSI_TAIL_ALIGN] = { .type = NLA_U32, .len = 4 },
type             1361 drivers/net/caif/caif_hsi.c 	[__IFLA_CAIF_HSI_QHIGH_WATERMARK] = { .type = NLA_U32, .len = 4 },
type             1362 drivers/net/caif/caif_hsi.c 	[__IFLA_CAIF_HSI_QLOW_WATERMARK] = { .type = NLA_U32, .len = 4 },
type              416 drivers/net/caif/caif_serial.c 	dev->type = ARPHRD_CAIF;
type              711 drivers/net/caif/caif_spi.c 	dev->type = ARPHRD_CAIF;
type              616 drivers/net/caif/caif_virtio.c 	netdev->type = ARPHRD_CAIF;
type              122 drivers/net/can/at91_can.c 	enum at91_devtype type;
type              148 drivers/net/can/at91_can.c 	.type = AT91_DEVTYPE_SAM9263,
type              156 drivers/net/can/at91_can.c 	.type = AT91_DEVTYPE_SAM9X5,
type              174 drivers/net/can/at91_can.c 	return priv->devtype_data.type == AT91_DEVTYPE_SAM##_model; \
type              339 drivers/net/can/c_can/c_can.c 	if (priv->type == BOSCH_D_CAN) {
type              423 drivers/net/can/c_can/c_can.c 		if (priv->type == BOSCH_D_CAN) {
type              581 drivers/net/can/c_can/c_can.c 	if (priv->type != BOSCH_D_CAN)
type              656 drivers/net/can/c_can/c_can.c 	priv->comm_rcv_high = priv->type != BOSCH_D_CAN ?
type              804 drivers/net/can/c_can/c_can.c 	if (priv->type != BOSCH_D_CAN)
type             1075 drivers/net/can/c_can/c_can.c 		if (priv->type != BOSCH_D_CAN)
type             1253 drivers/net/can/c_can/c_can.c 	WARN_ON(priv->type != BOSCH_D_CAN);
type             1288 drivers/net/can/c_can/c_can.c 	WARN_ON(priv->type != BOSCH_D_CAN);
type              211 drivers/net/can/c_can/c_can.h 	enum c_can_dev_id type;
type               33 drivers/net/can/c_can/c_can_pci.c 	enum c_can_dev_id type;
type              175 drivers/net/can/c_can/c_can_pci.c 	switch (c_can_pci_data->type) {
type              187 drivers/net/can/c_can/c_can_pci.c 	priv->type = c_can_pci_data->type;
type              255 drivers/net/can/c_can/c_can_pci.c 	.type = BOSCH_C_CAN,
type              262 drivers/net/can/c_can/c_can_pci.c 	.type = BOSCH_C_CAN,
type              383 drivers/net/can/c_can/c_can_platform.c 	priv->type = drvdata->id;
type              425 drivers/net/can/c_can/c_can_platform.c 	if (priv->type != BOSCH_D_CAN) {
type              452 drivers/net/can/c_can/c_can_platform.c 	if (priv->type != BOSCH_D_CAN) {
type              628 drivers/net/can/dev.c 	dev->type = ARPHRD_CAN;
type              874 drivers/net/can/dev.c 	[IFLA_CAN_STATE]	= { .type = NLA_U32 },
type              876 drivers/net/can/dev.c 	[IFLA_CAN_RESTART_MS]	= { .type = NLA_U32 },
type              877 drivers/net/can/dev.c 	[IFLA_CAN_RESTART]	= { .type = NLA_U32 },
type              887 drivers/net/can/dev.c 	[IFLA_CAN_TERMINATION]	= { .type = NLA_U16 },
type             1272 drivers/net/can/dev.c 	if (dev->type != ARPHRD_CAN || dev->rtnl_link_ops != &can_link_ops)
type             1577 drivers/net/can/kvaser_pciefd.c 	u8 type;
type             1596 drivers/net/can/kvaser_pciefd.c 	type = (p->header[1] >> KVASER_PCIEFD_PACKET_TYPE_SHIFT) & 0xf;
type             1597 drivers/net/can/kvaser_pciefd.c 	switch (type) {
type             1633 drivers/net/can/kvaser_pciefd.c 			 "Received unexpected packet type 0x%08X\n", type);
type             1637 drivers/net/can/kvaser_pciefd.c 		dev_err(&pcie->pci->dev, "Unknown packet type 0x%08X\n", type);
type               28 drivers/net/can/mscan/mpc5xxx_can.c 	unsigned int type;
type              323 drivers/net/can/mscan/mpc5xxx_can.c 	priv->type = data->type;
type              416 drivers/net/can/mscan/mpc5xxx_can.c 	.type = MSCAN_TYPE_MPC5200,
type              422 drivers/net/can/mscan/mpc5xxx_can.c 	.type = MSCAN_TYPE_MPC5121,
type              142 drivers/net/can/mscan/mscan.c 	if (priv->type == MSCAN_TYPE_MPC5121) {
type              168 drivers/net/can/mscan/mscan.c 	if (priv->type == MSCAN_TYPE_MPC5121) {
type              364 drivers/net/can/mscan/mscan.c 			if (priv->type != MSCAN_TYPE_MPC5121) {
type              636 drivers/net/can/mscan/mscan.c 	if (priv->type == MSCAN_TYPE_MPC5121) {
type              272 drivers/net/can/mscan/mscan.h 	unsigned int type; 	/* MSCAN type variants */
type              434 drivers/net/can/peak_canfd/peak_canfd.c 	u16 msg_type = le16_to_cpu(msg->type);
type              655 drivers/net/can/peak_canfd/peak_canfd.c 	msg->type = cpu_to_le16(PUCAN_MSG_CAN_TX);
type              156 drivers/net/can/peak_canfd/peak_pciefd_main.c 	__le16 type;
type              537 drivers/net/can/peak_canfd/peak_pciefd_main.c 		lk->type = cpu_to_le16(CANFD_MSG_LNK_TX);
type              452 drivers/net/can/slcan.c 	dev->type		= ARPHRD_CAN;
type              139 drivers/net/can/softing/softing_fw.c 	uint16_t type, len;
type              156 drivers/net/can/softing/softing_fw.c 	ret = fw_parse(&mem, &type, &addr, &len, &dat);
type              159 drivers/net/can/softing/softing_fw.c 	if (type != 0xffff)
type              167 drivers/net/can/softing/softing_fw.c 		ret = fw_parse(&mem, &type, &addr, &len, &dat);
type              170 drivers/net/can/softing/softing_fw.c 		if (type == 3) {
type              173 drivers/net/can/softing/softing_fw.c 		} else if (type == 1) {
type              177 drivers/net/can/softing/softing_fw.c 		} else if (type != 0) {
type              223 drivers/net/can/softing/softing_fw.c 	uint16_t type, len;
type              240 drivers/net/can/softing/softing_fw.c 	ret = fw_parse(&mem, &type, &addr, &len, &dat);
type              244 drivers/net/can/softing/softing_fw.c 	if (type != 0xffff) {
type              246 drivers/net/can/softing/softing_fw.c 			type);
type              256 drivers/net/can/softing/softing_fw.c 		ret = fw_parse(&mem, &type, &addr, &len, &dat);
type              260 drivers/net/can/softing/softing_fw.c 		if (type == 3) {
type              265 drivers/net/can/softing/softing_fw.c 		} else if (type == 1) {
type              269 drivers/net/can/softing/softing_fw.c 		} else if (type != 0) {
type              271 drivers/net/can/softing/softing_fw.c 					"unknown record type 0x%04x\n", type);
type              191 drivers/net/can/usb/ems_usb.c 	u8 type;	/* type of message */
type              311 drivers/net/can/usb/ems_usb.c 	if (msg->type == CPC_MSG_TYPE_EXT_CAN_FRAME ||
type              312 drivers/net/can/usb/ems_usb.c 	    msg->type == CPC_MSG_TYPE_EXT_RTR_FRAME)
type              315 drivers/net/can/usb/ems_usb.c 	if (msg->type == CPC_MSG_TYPE_RTR_FRAME ||
type              316 drivers/net/can/usb/ems_usb.c 	    msg->type == CPC_MSG_TYPE_EXT_RTR_FRAME) {
type              338 drivers/net/can/usb/ems_usb.c 	if (msg->type == CPC_MSG_TYPE_CAN_STATE) {
type              354 drivers/net/can/usb/ems_usb.c 	} else if (msg->type == CPC_MSG_TYPE_CAN_FRAME_ERROR) {
type              390 drivers/net/can/usb/ems_usb.c 	} else if (msg->type == CPC_MSG_TYPE_OVERRUN) {
type              441 drivers/net/can/usb/ems_usb.c 			switch (msg->type) {
type              566 drivers/net/can/usb/ems_usb.c 	cmd.type = CPC_CMD_TYPE_CONTROL;
type              761 drivers/net/can/usb/ems_usb.c 		msg->type = cf->can_id & CAN_EFF_FLAG ?
type              766 drivers/net/can/usb/ems_usb.c 		msg->type = cf->can_id & CAN_EFF_FLAG ?
type              932 drivers/net/can/usb/ems_usb.c 	msg->type = CPC_CMD_TYPE_CAN_PARAMS;
type               41 drivers/net/can/usb/peak_usb/pcan_usb_fd.c 	__le16	type;		/* type of this structure */
type              121 drivers/net/can/usb/peak_usb/pcan_usb_fd.c 	__le16	type;
type              134 drivers/net/can/usb/peak_usb/pcan_usb_fd.c 	__le16	type;
type              654 drivers/net/can/usb/peak_usb/pcan_usb_fd.c 		rx_msg_type = le16_to_cpu(rx_msg->type);
type              721 drivers/net/can/usb/peak_usb/pcan_usb_fd.c 	tx_msg->type = cpu_to_le16(PUCAN_MSG_CAN_TX);
type              219 drivers/net/can/usb/ucan.c 	u8 type;    /* UCAN_OUT_TX and friends */
type              234 drivers/net/can/usb/ucan.c 	u8 type;    /* UCAN_IN_RX and friends */
type              764 drivers/net/can/usb/ucan.c 		switch (m->type) {
type              774 drivers/net/can/usb/ucan.c 				    m->type);
type             1074 drivers/net/can/usb/ucan.c 	m->type = UCAN_OUT_TX;
type              156 drivers/net/can/usb/usb_8dev.c 	u8 type;		/* frame type */
type              464 drivers/net/can/usb/usb_8dev.c 	if (msg->type == USB_8DEV_TYPE_ERROR_FRAME &&
type              467 drivers/net/can/usb/usb_8dev.c 	} else if (msg->type == USB_8DEV_TYPE_CAN_FRAME) {
type              490 drivers/net/can/usb/usb_8dev.c 			 msg->type);
type              150 drivers/net/can/vcan.c 	dev->type		= ARPHRD_CAN;
type              142 drivers/net/can/vxcan.c 	dev->type		= ARPHRD_CAN;
type               64 drivers/net/dsa/bcm_sf2.c 		if (priv->type == BCM7445_DEVICE_ID)
type              545 drivers/net/dsa/bcm_sf2.c 	if (priv->type == BCM7445_DEVICE_ID)
type              981 drivers/net/dsa/bcm_sf2.c 	u32 type;
type             1005 drivers/net/dsa/bcm_sf2.c 	.type		= BCM7445_DEVICE_ID,
type             1028 drivers/net/dsa/bcm_sf2.c 	.type		= BCM7278_DEVICE_ID,
type             1088 drivers/net/dsa/bcm_sf2.c 	priv->type = data->type;
type             1097 drivers/net/dsa/bcm_sf2.c 	pdata->chip_id = priv->type;
type               68 drivers/net/dsa/bcm_sf2.h 	u32 				type;
type              266 drivers/net/dsa/lantiq_gswip.c 	bool type;
type              538 drivers/net/dsa/lantiq_gswip.c 	tbl->type = !!(crtl & GSWIP_PCE_TBL_CTRL_TYPE);
type              581 drivers/net/dsa/lantiq_gswip.c 	if (tbl->type)
type               84 drivers/net/dsa/lantiq_pce.h #define MC_ENTRY(val, msk, ns, out, len, type, flags, ipv4_len) \
type               86 drivers/net/dsa/lantiq_pce.h 		((len) & 1) << 15 | (type) << 13 | (flags) << 9 | (ipv4_len) << 8 }
type              350 drivers/net/dsa/mt7530.c 		 u8 aging, u8 type)
type              362 drivers/net/dsa/mt7530.c 	reg[2] |= (type & ENT_STATUS_MASK) << ENT_STATUS;
type              742 drivers/net/dsa/mv88e6xxx/chip.c 	switch (s->type) {
type              780 drivers/net/dsa/mv88e6xxx/chip.c 		if (stat->type & types) {
type              861 drivers/net/dsa/mv88e6xxx/chip.c 		if (stat->type & types)
type              924 drivers/net/dsa/mv88e6xxx/chip.c 		if (stat->type & types) {
type             5010 drivers/net/dsa/mv88e6xxx/chip.c 	for (; matches->name[0] || matches->type[0] || matches->compatible[0];
type              599 drivers/net/dsa/mv88e6xxx/chip.h 	int type;
type              215 drivers/net/dsa/mv88e6xxx/hwtstamp.c static u8 *parse_ptp_header(struct sk_buff *skb, unsigned int type)
type              220 drivers/net/dsa/mv88e6xxx/hwtstamp.c 	if (type & PTP_CLASS_VLAN)
type              223 drivers/net/dsa/mv88e6xxx/hwtstamp.c 	switch (type & PTP_CLASS_PMASK) {
type              248 drivers/net/dsa/mv88e6xxx/hwtstamp.c 				   struct sk_buff *skb, unsigned int type)
type              256 drivers/net/dsa/mv88e6xxx/hwtstamp.c 	hdr = parse_ptp_header(skb, type);
type              277 drivers/net/dsa/mv88e6xxx/hwtstamp.c 	unsigned int type = SKB_PTP_TYPE(skb);
type              278 drivers/net/dsa/mv88e6xxx/hwtstamp.c 	u8 *hdr = parse_ptp_header(skb, type);
type              366 drivers/net/dsa/mv88e6xxx/hwtstamp.c 			     struct sk_buff *skb, unsigned int type)
type              378 drivers/net/dsa/mv88e6xxx/hwtstamp.c 	hdr = mv88e6xxx_should_tstamp(chip, port, skb, type);
type              382 drivers/net/dsa/mv88e6xxx/hwtstamp.c 	SKB_PTP_TYPE(skb) = type;
type              502 drivers/net/dsa/mv88e6xxx/hwtstamp.c 			     struct sk_buff *clone, unsigned int type)
type              512 drivers/net/dsa/mv88e6xxx/hwtstamp.c 	hdr = mv88e6xxx_should_tstamp(chip, port, clone, type);
type              119 drivers/net/dsa/mv88e6xxx/hwtstamp.h 			     struct sk_buff *clone, unsigned int type);
type              121 drivers/net/dsa/mv88e6xxx/hwtstamp.h 			     struct sk_buff *clone, unsigned int type);
type              149 drivers/net/dsa/mv88e6xxx/hwtstamp.h 					   unsigned int type)
type              156 drivers/net/dsa/mv88e6xxx/hwtstamp.h 					   unsigned int type)
type              186 drivers/net/dsa/mv88e6xxx/ptp.c 	ev.type = PTP_CLOCK_EXTTS;
type              326 drivers/net/dsa/mv88e6xxx/ptp.c 	switch (rq->type) {
type             2036 drivers/net/dsa/sja1105/sja1105_main.c 				  struct sk_buff *skb, unsigned int type)
type             2057 drivers/net/dsa/sja1105/sja1105_main.c 				  struct sk_buff *skb, unsigned int type)
type             2069 drivers/net/dsa/sja1105/sja1105_main.c 				 enum tc_setup_type type,
type             2072 drivers/net/dsa/sja1105/sja1105_main.c 	switch (type) {
type              198 drivers/net/eql.c 	dev->type       	= ARPHRD_SLIP;
type              172 drivers/net/ethernet/3com/3c509.c 	enum el3_cardtype type;
type              254 drivers/net/ethernet/3com/3c509.c 			if (lp->type == EL3_PNP &&
type              273 drivers/net/ethernet/3com/3c509.c 			 int irq, int if_port, enum el3_cardtype type)
type              281 drivers/net/ethernet/3com/3c509.c 	lp->type = type;
type             1020 drivers/net/ethernet/3com/3c509.c 	if (lp->type != EL3_EISA) {
type             1514 drivers/net/ethernet/3com/typhoon.c 	int type;
type             1518 drivers/net/ethernet/3com/typhoon.c 		type = tx->flags & TYPHOON_TYPE_MASK;
type             1520 drivers/net/ethernet/3com/typhoon.c 		if(type == TYPHOON_TX_DESC) {
type             1526 drivers/net/ethernet/3com/typhoon.c 		} else if(type == TYPHOON_FRAG_DESC) {
type              127 drivers/net/ethernet/8390/mac8390.c 			   enum mac8390_type type);
type              409 drivers/net/ethernet/8390/mac8390.c 		    fres->type != NUBUS_TYPE_ETHERNET)
type              487 drivers/net/ethernet/8390/mac8390.c 			   enum mac8390_type type)
type              514 drivers/net/ethernet/8390/mac8390.c 	ei_status.name = cardname[type];
type              515 drivers/net/ethernet/8390/mac8390.c 	ei_status.word16 = word16[type];
type              518 drivers/net/ethernet/8390/mac8390.c 	if (type == MAC8390_CABLETRON) {
type              533 drivers/net/ethernet/8390/mac8390.c 	switch (type) {
type              612 drivers/net/ethernet/8390/mac8390.c 	dev_info(&board->dev, "%s (type %s)\n", board->name, cardname[type]);
type              304 drivers/net/ethernet/alacritech/slic.h 	unsigned int type;
type              497 drivers/net/ethernet/alacritech/slic.h 	__le32 type;
type              144 drivers/net/ethernet/alacritech/slicoss.c 	reg = (upr->type == SLIC_UPR_CONFIG) ? SLIC_REG_RCONFIG :
type              191 drivers/net/ethernet/alacritech/slicoss.c static int slic_new_upr(struct slic_device *sdev, unsigned int type,
type              199 drivers/net/ethernet/alacritech/slicoss.c 	upr->type = type;
type              664 drivers/net/ethernet/alacritech/slicoss.c 	if (upr->type == SLIC_UPR_LSTAT) {
type              876 drivers/net/ethernet/alacritech/slicoss.c 		desc->type = cpu_to_le32(SLIC_CMD_TYPE_DUMB);
type              500 drivers/net/ethernet/alteon/acenic.h 	u16	type;
type              502 drivers/net/ethernet/alteon/acenic.h 	u16	type;
type              423 drivers/net/ethernet/altera/altera_sgdma.c #define list_remove_head(list, entry, type, member)			\
type              427 drivers/net/ethernet/altera/altera_sgdma.c 			entry = list_entry((list)->next, type, member);	\
type              432 drivers/net/ethernet/altera/altera_sgdma.c #define list_peek_head(list, entry, type, member)			\
type              436 drivers/net/ethernet/altera/altera_sgdma.c 			entry = list_entry((list)->next, type, member);	\
type              370 drivers/net/ethernet/amazon/ena/ena_admin_defs.h 	u8 type;
type             2134 drivers/net/ethernet/amazon/ena/ena_com.c 			     enum ena_admin_get_stats_type type)
type             2145 drivers/net/ethernet/amazon/ena/ena_com.c 	get_cmd->type = type;
type              229 drivers/net/ethernet/amd/declance.c #define shift_off(off, type)						\
type              230 drivers/net/ethernet/amd/declance.c 	(type == ASIC_LANCE || type == PMAX_LANCE ? off << 1 : off)
type              232 drivers/net/ethernet/amd/declance.c #define lib_off(rt, type)						\
type              233 drivers/net/ethernet/amd/declance.c 	shift_off(offsetof(struct lance_init_block, rt), type)
type              235 drivers/net/ethernet/amd/declance.c #define lib_ptr(ib, rt, type) 						\
type              236 drivers/net/ethernet/amd/declance.c 	((volatile u16 *)((u8 *)(ib) + lib_off(rt, type)))
type              238 drivers/net/ethernet/amd/declance.c #define rds_off(rt, type)						\
type              239 drivers/net/ethernet/amd/declance.c 	shift_off(offsetof(struct lance_rx_desc, rt), type)
type              241 drivers/net/ethernet/amd/declance.c #define rds_ptr(rd, rt, type) 						\
type              242 drivers/net/ethernet/amd/declance.c 	((volatile u16 *)((u8 *)(rd) + rds_off(rt, type)))
type              244 drivers/net/ethernet/amd/declance.c #define tds_off(rt, type)						\
type              245 drivers/net/ethernet/amd/declance.c 	shift_off(offsetof(struct lance_tx_desc, rt), type)
type              247 drivers/net/ethernet/amd/declance.c #define tds_ptr(td, rt, type) 						\
type              248 drivers/net/ethernet/amd/declance.c 	((volatile u16 *)((u8 *)(td) + tds_off(rt, type)))
type              252 drivers/net/ethernet/amd/declance.c 	int type;
type              328 drivers/net/ethernet/amd/declance.c static void cp_to_buf(const int type, void *to, const void *from, int len)
type              336 drivers/net/ethernet/amd/declance.c 	if (type == PMAD_LANCE) {
type              338 drivers/net/ethernet/amd/declance.c 	} else if (type == PMAX_LANCE) {
type              387 drivers/net/ethernet/amd/declance.c static void cp_from_buf(const int type, void *to, const void *from, int len)
type              395 drivers/net/ethernet/amd/declance.c 	if (type == PMAD_LANCE) {
type              397 drivers/net/ethernet/amd/declance.c 	} else if (type == PMAX_LANCE) {
type              465 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, phys_addr[0], lp->type) = (dev->dev_addr[1] << 8) |
type              467 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, phys_addr[1], lp->type) = (dev->dev_addr[3] << 8) |
type              469 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, phys_addr[2], lp->type) = (dev->dev_addr[5] << 8) |
type              475 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, rx_len, lp->type) = (LANCE_LOG_RX_BUFFERS << 13) |
type              477 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, rx_ptr, lp->type) = leptr;
type              480 drivers/net/ethernet/amd/declance.c 		       leptr, (uint)lib_off(brx_ring, lp->type));
type              484 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, tx_len, lp->type) = (LANCE_LOG_TX_BUFFERS << 13) |
type              486 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, tx_ptr, lp->type) = leptr;
type              489 drivers/net/ethernet/amd/declance.c 		       leptr, (uint)lib_off(btx_ring, lp->type));
type              497 drivers/net/ethernet/amd/declance.c 		*lib_ptr(ib, btx_ring[i].tmd0, lp->type) = leptr;
type              498 drivers/net/ethernet/amd/declance.c 		*lib_ptr(ib, btx_ring[i].tmd1, lp->type) = (leptr >> 16) &
type              500 drivers/net/ethernet/amd/declance.c 		*lib_ptr(ib, btx_ring[i].length, lp->type) = 0xf000;
type              502 drivers/net/ethernet/amd/declance.c 		*lib_ptr(ib, btx_ring[i].misc, lp->type) = 0;
type              513 drivers/net/ethernet/amd/declance.c 		*lib_ptr(ib, brx_ring[i].rmd0, lp->type) = leptr;
type              514 drivers/net/ethernet/amd/declance.c 		*lib_ptr(ib, brx_ring[i].rmd1, lp->type) = ((leptr >> 16) &
type              517 drivers/net/ethernet/amd/declance.c 		*lib_ptr(ib, brx_ring[i].length, lp->type) = -RX_BUFF_SIZE |
type              519 drivers/net/ethernet/amd/declance.c 		*lib_ptr(ib, brx_ring[i].mblength, lp->type) = 0;
type              573 drivers/net/ethernet/amd/declance.c 						      lp->type) &
type              577 drivers/net/ethernet/amd/declance.c 						      lp->type) &
type              584 drivers/net/ethernet/amd/declance.c 	for (rd = lib_ptr(ib, brx_ring[lp->rx_new], lp->type);
type              585 drivers/net/ethernet/amd/declance.c 	     !((bits = *rds_ptr(rd, rmd1, lp->type)) & LE_R1_OWN);
type              586 drivers/net/ethernet/amd/declance.c 	     rd = lib_ptr(ib, brx_ring[lp->rx_new], lp->type)) {
type              608 drivers/net/ethernet/amd/declance.c 			len = (*rds_ptr(rd, mblength, lp->type) & 0xfff) - 4;
type              613 drivers/net/ethernet/amd/declance.c 				*rds_ptr(rd, mblength, lp->type) = 0;
type              614 drivers/net/ethernet/amd/declance.c 				*rds_ptr(rd, rmd1, lp->type) =
type              625 drivers/net/ethernet/amd/declance.c 			cp_from_buf(lp->type, skb->data,
type              634 drivers/net/ethernet/amd/declance.c 		*rds_ptr(rd, mblength, lp->type) = 0;
type              635 drivers/net/ethernet/amd/declance.c 		*rds_ptr(rd, length, lp->type) = -RX_BUFF_SIZE | 0xf000;
type              636 drivers/net/ethernet/amd/declance.c 		*rds_ptr(rd, rmd1, lp->type) =
type              657 drivers/net/ethernet/amd/declance.c 		td = lib_ptr(ib, btx_ring[i], lp->type);
type              659 drivers/net/ethernet/amd/declance.c 		if (*tds_ptr(td, tmd1, lp->type) & LE_T1_OWN)
type              662 drivers/net/ethernet/amd/declance.c 		if (*tds_ptr(td, tmd1, lp->type) & LE_T1_ERR) {
type              663 drivers/net/ethernet/amd/declance.c 			status = *tds_ptr(td, misc, lp->type);
type              698 drivers/net/ethernet/amd/declance.c 		} else if ((*tds_ptr(td, tmd1, lp->type) & LE_T1_POK) ==
type              703 drivers/net/ethernet/amd/declance.c 			*tds_ptr(td, tmd1, lp->type) &= ~(LE_T1_POK);
type              706 drivers/net/ethernet/amd/declance.c 			if (*tds_ptr(td, tmd1, lp->type) & LE_T1_EONE)
type              710 drivers/net/ethernet/amd/declance.c 			if (*tds_ptr(td, tmd1, lp->type) & LE_T1_EMORE)
type              797 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, mode, lp->type) = 0;
type              798 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, filter[0], lp->type) = 0;
type              799 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, filter[1], lp->type) = 0;
type              800 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, filter[2], lp->type) = 0;
type              801 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, filter[3], lp->type) = 0;
type              919 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, btx_ring[entry].length, lp->type) = (-len);
type              920 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, btx_ring[entry].misc, lp->type) = 0;
type              922 drivers/net/ethernet/amd/declance.c 	cp_to_buf(lp->type, lp->tx_buf_ptr_cpu[entry], skb->data, len);
type              925 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, btx_ring[entry].tmd1, lp->type) =
type              952 drivers/net/ethernet/amd/declance.c 		*lib_ptr(ib, filter[0], lp->type) = 0xffff;
type              953 drivers/net/ethernet/amd/declance.c 		*lib_ptr(ib, filter[1], lp->type) = 0xffff;
type              954 drivers/net/ethernet/amd/declance.c 		*lib_ptr(ib, filter[2], lp->type) = 0xffff;
type              955 drivers/net/ethernet/amd/declance.c 		*lib_ptr(ib, filter[3], lp->type) = 0xffff;
type              959 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, filter[0], lp->type) = 0;
type              960 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, filter[1], lp->type) = 0;
type              961 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, filter[2], lp->type) = 0;
type              962 drivers/net/ethernet/amd/declance.c 	*lib_ptr(ib, filter[3], lp->type) = 0;
type              968 drivers/net/ethernet/amd/declance.c 		*lib_ptr(ib, filter[crc >> 4], lp->type) |= 1 << (crc & 0xf);
type              995 drivers/net/ethernet/amd/declance.c 		*lib_ptr(ib, mode, lp->type) |= LE_MO_PROM;
type              997 drivers/net/ethernet/amd/declance.c 		*lib_ptr(ib, mode, lp->type) &= ~LE_MO_PROM;
type             1023 drivers/net/ethernet/amd/declance.c static int dec_lance_probe(struct device *bdev, const int type)
type             1066 drivers/net/ethernet/amd/declance.c 	lp->type = type;
type             1067 drivers/net/ethernet/amd/declance.c 	switch (type) {
type             1219 drivers/net/ethernet/amd/declance.c 	switch (type) {
type              603 drivers/net/ethernet/amd/ni65.c static void *ni65_alloc_mem(struct net_device *dev,char *what,int size,int type)
type              609 drivers/net/ethernet/amd/ni65.c 	if(type) {
type              626 drivers/net/ethernet/amd/ni65.c 		if(type)
type              323 drivers/net/ethernet/amd/xgbe/xgbe-dev.c static int xgbe_write_rss_reg(struct xgbe_prv_data *pdata, unsigned int type,
type              339 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	XGMAC_IOWRITE_BITS(pdata, MAC_RSSAR, ADDRT, type);
type             2248 drivers/net/ethernet/amd/xgbe/xgbe-drv.c static int xgbe_setup_tc(struct net_device *netdev, enum tc_setup_type type,
type             2255 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	if (type != TC_SETUP_QDISC_MQPRIO)
type             2391 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	if (ti->type != UDP_TUNNEL_TYPE_VXLAN)
type             2436 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	if (ti->type != UDP_TUNNEL_TYPE_VXLAN)
type             1487 drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c 		modinfo->type = ETH_MODULE_SFF_8472;
type             1490 drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c 		modinfo->type = ETH_MODULE_SFF_8079;
type              264 drivers/net/ethernet/amd/xgbe/xgbe-platform.c 					unsigned int type)
type              272 drivers/net/ethernet/amd/xgbe/xgbe-platform.c 		if (type == resource_type(res))
type               14 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				  enum xgene_cle_prot_type type, u32 len,
type               18 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 		SET_VAL(SB_IPPROT, type) |
type              124 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 			     u32 index, enum xgene_cle_dram_type type,
type              134 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 	nparsers = (type >= PTREE_RAM) ? 1 : cle->parsers;
type              138 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 		if ((type < PTREE_RAM) && (parser != PARSER_ALL))
type              141 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 		ind_addr = XGENE_CLE_DRAM(type + (port * 4)) | index;
type              134 drivers/net/ethernet/apm/xgene/xgene_enet_cle.h #define XGENE_CLE_DRAM(type)	(((type) & 0xf) << 28)
type             1624 drivers/net/ethernet/apple/bmac.c 	.type		= "network",
type               17 drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c static int aq_hwmon_read(struct device *dev, enum hwmon_sensor_types type,
type               27 drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c 	if (type != hwmon_temp)
type               44 drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c 				enum hwmon_sensor_types type,
type               52 drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c 	if (type != hwmon_temp)
type               68 drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c 				   enum hwmon_sensor_types type,
type               71 drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c 	if (type != hwmon_temp)
type               95 drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c 	.type = hwmon_temp,
type              434 drivers/net/ethernet/aquantia/atlantic/aq_filters.c 	if (rule && rule->type == aq_rx_filter_vlan &&
type              588 drivers/net/ethernet/aquantia/atlantic/aq_filters.c 			aq_rx_fltr->type = aq_rx_filter_vlan;
type              592 drivers/net/ethernet/aquantia/atlantic/aq_filters.c 			aq_rx_fltr->type = aq_rx_filter_ethertype;
type              598 drivers/net/ethernet/aquantia/atlantic/aq_filters.c 			aq_rx_fltr->type = aq_rx_filter_ethertype;
type              609 drivers/net/ethernet/aquantia/atlantic/aq_filters.c 			aq_rx_fltr->type = aq_rx_filter_l3l4;
type               19 drivers/net/ethernet/aquantia/atlantic/aq_filters.h 	enum aq_rx_filter_type type;
type              663 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c 		is_rx_check_sum_enabled = (rxd_wb->type) & (0x3U << 19);
type              664 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c 		pkt_type = 0xFFU & (rxd_wb->type >> 4);
type              685 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c 		if (is_err || rxd_wb->type & 0x1000U) {
type              691 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c 				u16 rss_type = rxd_wb->type & 0xFU;
type              708 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c 		is_rx_check_sum_enabled = (rxd_wb->type >> 19) & 0x3U;
type              710 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c 		pkt_type = (rxd_wb->type & HW_ATL_B0_RXD_WB_STAT_PKTTYPE) >>
type              739 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c 		if ((rx_stat & BIT(0)) || rxd_wb->type & 0x1000U) {
type              745 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c 			u16 rss_type = rxd_wb->type & 0xFU;
type               39 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.h 	u32 type;
type              291 drivers/net/ethernet/atheros/ag71xx.c 	enum ag71xx_type type;
type              347 drivers/net/ethernet/atheros/ag71xx.c static bool ag71xx_is(struct ag71xx *ag, enum ag71xx_type type)
type              349 drivers/net/ethernet/atheros/ag71xx.c 	return ag->dcfg->type == type;
type             1824 drivers/net/ethernet/atheros/ag71xx.c 	.type = AR7100,
type             1832 drivers/net/ethernet/atheros/ag71xx.c 	.type = AR7240,
type             1840 drivers/net/ethernet/atheros/ag71xx.c 	.type = AR9130,
type             1848 drivers/net/ethernet/atheros/ag71xx.c 	.type = AR9330,
type             1856 drivers/net/ethernet/atheros/ag71xx.c 	.type = AR9340,
type             1864 drivers/net/ethernet/atheros/ag71xx.c 	.type = QCA9530,
type             1872 drivers/net/ethernet/atheros/ag71xx.c 	.type = QCA9550,
type               90 drivers/net/ethernet/atheros/atl1c/atl1c.h #define ATL1C_GET_DESC(R, i, type)	(&(((type *)((R)->desc))[i]))
type              465 drivers/net/ethernet/atheros/atl1c/atl1c.h #define ATL1C_SET_PCIMAP_TYPE(buff, type, direction) do {	\
type              467 drivers/net/ethernet/atheros/atl1c/atl1c.h 	((buff)->flags) |= (type);				\
type              854 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 				enum atl1c_trans_queue type)
type              856 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	struct atl1c_tpd_ring *tpd_ring = &adapter->tpd_ring[type];
type             1537 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 				enum atl1c_trans_queue type)
type             1539 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	struct atl1c_tpd_ring *tpd_ring = &adapter->tpd_ring[type];
type             1547 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	reg = type == atl1c_trans_high ? REG_TPD_PRI1_CIDX : REG_TPD_PRI0_CIDX;
type             1908 drivers/net/ethernet/atheros/atl1c/atl1c_main.c static inline u16 atl1c_tpd_avail(struct atl1c_adapter *adapter, enum atl1c_trans_queue type)
type             1910 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	struct atl1c_tpd_ring *tpd_ring = &adapter->tpd_ring[type];
type             1928 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	enum atl1c_trans_queue type)
type             1930 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	struct atl1c_tpd_ring *tpd_ring = &adapter->tpd_ring[type];
type             1972 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 			  enum atl1c_trans_queue type)
type             2017 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 			*tpd = atl1c_get_tpd(adapter, type);
type             2071 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 			      enum atl1c_trans_queue type)
type             2073 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	struct atl1c_tpd_ring *tpd_ring = &adpt->tpd_ring[type];
type             2093 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 			enum atl1c_trans_queue type)
type             2133 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 			use_tpd = atl1c_get_tpd(adapter, type);
type             2155 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 		use_tpd = atl1c_get_tpd(adapter, type);
type             2189 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 			   struct atl1c_tpd_desc *tpd, enum atl1c_trans_queue type)
type             2191 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	struct atl1c_tpd_ring *tpd_ring = &adapter->tpd_ring[type];
type             2194 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	reg = type == atl1c_trans_high ? REG_TPD_PRI1_PIDX : REG_TPD_PRI0_PIDX;
type             2204 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	enum atl1c_trans_queue type = atl1c_trans_normal;
type             2213 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	if (atl1c_tpd_avail(adapter, type) < tpd_req) {
type             2219 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	tpd = atl1c_get_tpd(adapter, type);
type             2222 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	if (atl1c_tso_csum(adapter, skb, &tpd, type) != 0) {
type             2240 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	if (atl1c_tx_map(adapter, skb, tpd, type) < 0) {
type             2244 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 		atl1c_tx_rollback(adapter, tpd, type);
type             2248 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 		atl1c_tx_queue(adapter, skb, tpd, type);
type              374 drivers/net/ethernet/atheros/atl1e/atl1e.h #define ATL1E_SET_PCIMAP_TYPE(tx_buff, type) do {		\
type              376 drivers/net/ethernet/atheros/atl1e/atl1e.h 	((tx_buff)->flags) |= (type);				\
type               90 drivers/net/ethernet/atheros/atl1e/atl1e_param.c 	enum { enable_option, range_option, list_option } type;
type              114 drivers/net/ethernet/atheros/atl1e/atl1e_param.c 	switch (opt->type) {
type              181 drivers/net/ethernet/atheros/atl1e/atl1e_param.c 			.type = range_option,
type              200 drivers/net/ethernet/atheros/atl1e/atl1e_param.c 			.type = range_option,
type              220 drivers/net/ethernet/atheros/atl1e/atl1e_param.c 			.type = range_option,
type              239 drivers/net/ethernet/atheros/atl1e/atl1e_param.c 			.type = range_option,
type              110 drivers/net/ethernet/atheros/atlx/atl1.c 	enum { enable_option, range_option, list_option } type;
type              137 drivers/net/ethernet/atheros/atlx/atl1.c 	switch (opt->type) {
type              200 drivers/net/ethernet/atheros/atlx/atl1.c 			.type = range_option,
type              573 drivers/net/ethernet/atheros/atlx/atl1.h #define ATL1_GET_DESC(R, i, type)	(&(((type *)((R)->desc))[i]))
type             2883 drivers/net/ethernet/atheros/atlx/atl2.c 	enum { enable_option, range_option, list_option } type;
type             2909 drivers/net/ethernet/atheros/atlx/atl2.c 	switch (opt->type) {
type             2970 drivers/net/ethernet/atheros/atlx/atl2.c 	opt.type = range_option;
type             2992 drivers/net/ethernet/atheros/atlx/atl2.c 	opt.type = range_option;
type             3017 drivers/net/ethernet/atheros/atlx/atl2.c 	opt.type = range_option;
type             3034 drivers/net/ethernet/atheros/atlx/atl2.c 	opt.type = range_option;
type             3051 drivers/net/ethernet/atheros/atlx/atl2.c 	opt.type = range_option;
type              308 drivers/net/ethernet/broadcom/bcmsysport.c static inline bool bcm_sysport_lite_stat_valid(enum bcm_sysport_stat_type type)
type              310 drivers/net/ethernet/broadcom/bcmsysport.c 	switch (type) {
type              333 drivers/net/ethernet/broadcom/bcmsysport.c 			    !bcm_sysport_lite_stat_valid(s->type))
type              357 drivers/net/ethernet/broadcom/bcmsysport.c 			    !bcm_sysport_lite_stat_valid(s->type))
type              393 drivers/net/ethernet/broadcom/bcmsysport.c 		switch (s->type) {
type              404 drivers/net/ethernet/broadcom/bcmsysport.c 			if (s->type != BCM_SYSPORT_STAT_MIB_RX)
type              472 drivers/net/ethernet/broadcom/bcmsysport.c 		if (s->type == BCM_SYSPORT_STAT_NETDEV)
type              474 drivers/net/ethernet/broadcom/bcmsysport.c 		else if (s->type == BCM_SYSPORT_STAT_NETDEV64)
type              479 drivers/net/ethernet/broadcom/bcmsysport.c 		if (priv->is_lite && !bcm_sysport_lite_stat_valid(s->type))
type              484 drivers/net/ethernet/broadcom/bcmsysport.c 		    s->type == BCM_SYSPORT_STAT_NETDEV64) {
type              623 drivers/net/ethernet/broadcom/bcmsysport.h 	.type = BCM_SYSPORT_STAT_NETDEV, \
type              630 drivers/net/ethernet/broadcom/bcmsysport.h 	.type = BCM_SYSPORT_STAT_NETDEV64, \
type              637 drivers/net/ethernet/broadcom/bcmsysport.h 	.type = _type, \
type              649 drivers/net/ethernet/broadcom/bcmsysport.h 	.type = BCM_SYSPORT_STAT_RXCHK, \
type              657 drivers/net/ethernet/broadcom/bcmsysport.h 	.type = BCM_SYSPORT_STAT_RBUF, \
type              668 drivers/net/ethernet/broadcom/bcmsysport.h 	enum bcm_sysport_stat_type type;
type             4299 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c int __bnx2x_setup_tc(struct net_device *dev, enum tc_setup_type type,
type             4304 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c 	if (type != TC_SETUP_QDISC_MQPRIO)
type             4845 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c int bnx2x_fcoe_get_wwn(struct net_device *dev, u64 *wwn, int type)
type             4850 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c 	switch (type) {
type             4860 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c 		BNX2X_ERR("Wrong WWN type requested - %d\n", type);
type              491 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h int __bnx2x_setup_tc(struct net_device *dev, enum tc_setup_type type,
type              608 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h int bnx2x_fcoe_get_wwn(struct net_device *dev, u64 *wwn, int type);
type              221 drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c 			enum traffic_type type = MAX_TRAFFIC_TYPE;
type              227 drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c 				type = LLFC_TRAFFIC_TYPE_NW;
type              231 drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c 				type = LLFC_TRAFFIC_TYPE_ISCSI;
type              236 drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c 				type = LLFC_TRAFFIC_TYPE_FCOE;
type              240 drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c 			if (type == MAX_TRAFFIC_TYPE)
type              245 drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c 						   type);
type              487 drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c 		if (bp->link_params.phy[EXT_PHY1].type ==
type             1616 drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c 		modinfo->type = ETH_MODULE_SFF_8079;
type             1619 drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c 		modinfo->type = ETH_MODULE_SFF_8472;
type             2815 drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c 	u32 type = entry->code_attribute & CODE_IMAGE_TYPE_MASK;
type             2819 drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c 	if (size == 0 || type == CODE_IMAGE_VNTAG_PROFILES_DATA)
type             2825 drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c 		   "image %x has failed crc test (rc %d)\n", type, rc);
type             4365 drivers/net/ethernet/broadcom/bnx2x/bnx2x_hsi.h 	__le16 type;
type             3281 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	offset = (phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_DIRECT) ?
type             3538 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	if (phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM54618SE) {
type             4994 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	if ((phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_DIRECT) &&
type             5986 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	    (phy->type == PORT_HW_CFG_SERDES_EXT_PHY_TYPE_DIRECT_SD))
type             5993 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	if (phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_DIRECT)
type             6003 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	if (phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_DIRECT) {
type             6018 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		if (phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM54618SE)
type             6054 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			params->phy[INT_PHY].type !=
type             6064 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			params->phy[INT_PHY].type !=
type             6321 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		if (params->phy[EXT_PHY1].type ==
type             6340 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		if (((params->phy[EXT_PHY1].type ==
type             6342 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			 (params->phy[EXT_PHY1].type ==
type             6378 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		} else if ((params->phy[EXT_PHY1].type ==
type             7201 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			((fw_msgout & 0xff) != 0x03 && (phy->type ==
type             8087 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	switch (phy->type) {
type             8150 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			if (phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_DIRECT)
type             8203 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				if (params->phy[idx].type == phy->type) {
type             8294 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	fw_cmd_param = FW_PARAM_SET(phy->addr, phy->type, phy->mdio_ctrl);
type             8343 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		if (phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_DIRECT)
type             8608 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	switch (phy->type) {
type             8664 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	switch (phy->type) {
type             9641 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	return ((phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84833) ||
type             9642 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		(phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84834) ||
type             9643 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		(phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84858));
type             9662 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		if (phy->type != PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84858)
type             9728 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	if (phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84858) {
type             9751 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	if (phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84858)
type             9767 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	if (phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84858)
type             10132 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	if ((phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84858) ||
type             10304 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	if (phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84823) {
type             10331 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	if (phy->type != PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84858) {
type             10406 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	if (phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84823) {
type             10451 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	if (phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84833) {
type             10663 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	if (phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84823) {
type             10726 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			if (phy->type ==
type             10775 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			if (phy->type ==
type             10797 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			if (phy->type ==
type             10856 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			if (phy->type ==
type             10874 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			if (phy->type ==
type             10969 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			if (phy->type ==
type             10980 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			if (phy->type ==
type             11624 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	.type		= PORT_HW_CFG_XGXS_EXT_PHY_TYPE_NOT_CONN,
type             11650 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	.type		= PORT_HW_CFG_SERDES_EXT_PHY_TYPE_DIRECT,
type             11685 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	.type		= PORT_HW_CFG_XGXS_EXT_PHY_TYPE_DIRECT,
type             11720 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	.type		= PORT_HW_CFG_XGXS_EXT_PHY_TYPE_DIRECT,
type             11760 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	.type		= PORT_HW_CFG_XGXS_EXT_PHY_TYPE_SFX7101,
type             11789 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	.type		= PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM8073,
type             11820 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	.type		= PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM8705,
type             11848 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	.type		= PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM8706,
type             11878 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	.type		= PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM8726,
type             11910 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	.type		= PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM8727,
type             11940 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	.type		= PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM8481,
type             11976 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	.type		= PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84823,
type             12013 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	.type		= PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84833,
type             12048 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	.type		= PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84834,
type             12082 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	.type		= PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84858,
type             12116 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	.type		= PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM54618SE,
type             12481 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	phy->type = PORT_HW_CFG_XGXS_EXT_PHY_TYPE_NOT_CONN;
type             12632 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		if (phy->type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_NOT_CONN)
type             14030 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			if (phy.type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM8726) {
type              151 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h 	u32 type;
type             1376 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c #define OP_GEN_TYPE(type) \
type             1377 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	(((type) << SDM_OP_GEN_COMP_TYPE_SHIFT) & SDM_OP_GEN_COMP_TYPE)
type             3863 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	u16 type;
type             3901 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		type = (cmd_type << SPE_HDR_CONN_TYPE_SHIFT) &
type             3903 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		type |= ((BP_FUNC(bp) << SPE_HDR_FUNCTION_ID_SHIFT) &
type             3906 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		type = cmd_type;
type             3909 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	spe->hdr.type = cpu_to_le16(type);
type             3929 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	   HW_CID(bp, cid), data_hi, data_lo, type,
type             10190 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 				 enum bnx2x_udp_port_type type)
type             10192 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	struct bnx2x_udp_tunnel *udp_port = &bp->udp_tunnel_ports[type];
type             10205 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		   type);
type             10215 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 				 enum bnx2x_udp_port_type type)
type             10217 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	struct bnx2x_udp_tunnel *udp_port = &bp->udp_tunnel_ports[type];
type             10224 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		   type);
type             10238 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		   type, port);
type             10247 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	switch (ti->type) {
type             10265 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	switch (ti->type) {
type             11375 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 				if (bp->link_params.phy[EXT_PHY1].type ==
type             14567 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		u16 type =  (le16_to_cpu(bp->cnic_kwq_cons->hdr.type)
type             14576 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		if (type == ETH_CONNECTION_TYPE) {
type             14595 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		if (type == ETH_CONNECTION_TYPE) {
type             14600 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		} else if (type == NONE_CONNECTION_TYPE) {
type             14605 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		} else if ((type == ISCSI_CONNECTION_TYPE) ||
type             14606 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 			   (type == FCOE_CONNECTION_TYPE)) {
type             14613 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 			BNX2X_ERR("Unknown SPE type: %d\n", type);
type             14665 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		   spe->hdr.conn_and_cmd_data, spe->hdr.type,
type              872 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c static inline void bnx2x_vlan_mac_set_rdata_hdr_e2(u32 cid, int type,
type              876 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 				(type << BNX2X_SWCID_SHIFT));
type              978 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	struct bnx2x_vlan_mac_obj *o, int type, int cam_offset,
type              987 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 				(type << BNX2X_SWCID_SHIFT));
type             1017 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	struct bnx2x_vlan_mac_obj *o, int type, int cam_offset, bool add,
type             1023 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	bnx2x_vlan_mac_set_rdata_hdr_e1x(bp, o, type, cam_offset,
type             2096 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	unsigned long *pstate, bnx2x_obj_type type)
type             2105 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	raw->obj_type = type;
type             2114 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	int state, unsigned long *pstate, bnx2x_obj_type type,
type             2132 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 			   state, pstate, type);
type             2139 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 			unsigned long *pstate, bnx2x_obj_type type,
type             2145 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 				   rdata_mapping, state, pstate, type,
type             2193 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 			 unsigned long *pstate, bnx2x_obj_type type,
type             2199 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 				   rdata_mapping, state, pstate, type, NULL,
type             2234 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 			     unsigned long *pstate, bnx2x_obj_type type,
type             2242 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 				   rdata_mapping, state, pstate, type,
type             2606 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	int type; /* BNX2X_MCAST_CMD_SET_{ADD, DEL} */
type             2626 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	int type; /* BNX2X_MCAST_CMD_X */
type             2695 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	new_cmd->type = cmd;
type             2944 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 		o->set_one_rule(bp, o, cnt, &cfg_data, cmd_pos->type);
type             2974 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 		o->set_one_rule(bp, o, cnt, NULL, cmd_pos->type);
type             3057 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 		p_item->type = b_required ? BNX2X_MCAST_CMD_SET_ADD
type             3101 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 		o->set_one_rule(bp, o, *cnt, &cfg_data, p_item->type);
type             3125 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 		switch (cmd_pos->type) {
type             3144 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 			BNX2X_ERR("Unknown command: %d\n", cmd_pos->type);
type             3764 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	switch (cmd_pos->type) {
type             3768 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 			o->set_one_rule(bp, o, cnt, &cfg_data, cmd_pos->type);
type             3787 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 		BNX2X_ERR("Unknown command: %d\n", cmd_pos->type);
type             4070 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 			  int state, unsigned long *pstate, bnx2x_obj_type type)
type             4075 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 			   rdata, rdata_mapping, state, pstate, type);
type             4632 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 			       bnx2x_obj_type type)
type             4635 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 			   rdata_mapping, state, pstate, type);
type             5010 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	if (test_bit(BNX2X_Q_TYPE_HAS_TX, &o->type) &&
type             5021 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	if (test_bit(BNX2X_Q_TYPE_HAS_RX, &o->type) &&
type             5321 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	u16 type;
type             5333 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	type = ETH_CONNECTION_TYPE |
type             5345 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 			     U64_LO(data_mapping), type);
type             5662 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 			  dma_addr_t rdata_mapping, unsigned long type)
type             5675 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	obj->type = type;
type             1068 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h 	unsigned long	type;
type             1405 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h 			  dma_addr_t rdata_mapping, unsigned long type);
type             1418 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h 			unsigned long *pstate, bnx2x_obj_type type,
type             1425 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h 			 unsigned long *pstate, bnx2x_obj_type type,
type             1432 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h 			     unsigned long *pstate, bnx2x_obj_type type,
type             1473 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h 			  bnx2x_obj_type type);
type             1515 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h 			       bnx2x_obj_type type);
type              356 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 				   int qid, bool drv_only, int type)
type              362 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 			  (type == BNX2X_VF_FILTER_VLAN_MAC) ? "VLAN-MACs" :
type              363 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 			  (type == BNX2X_VF_FILTER_MAC) ? "MACs" : "VLANs");
type              367 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 	if (type == BNX2X_VF_FILTER_VLAN_MAC) {
type              370 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 	} else if (type == BNX2X_VF_FILTER_MAC) {
type              391 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 			  (type == BNX2X_VF_FILTER_VLAN_MAC) ? "VLAN-MACs" :
type              392 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 			  (type == BNX2X_VF_FILTER_MAC) ? "MACs" : "VLANs");
type              409 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 	   (filter->type == BNX2X_VF_FILTER_VLAN_MAC) ? "VLAN-MAC" :
type              410 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 	   (filter->type == BNX2X_VF_FILTER_MAC) ? "MAC" : "VLAN");
type              414 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 	if (filter->type == BNX2X_VF_FILTER_VLAN_MAC) {
type              419 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 	} else if (filter->type == BNX2X_VF_FILTER_VLAN) {
type              443 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 			  (filter->type == BNX2X_VF_FILTER_VLAN_MAC) ?
type              445 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 			  (filter->type == BNX2X_VF_FILTER_MAC) ?
type              110 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h 	int type;
type               30 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 			  u16 offset, u16 type, u16 length)
type               35 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	tl->type = type;
type               41 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 			    u16 type, u16 length)
type               46 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	   type);
type               52 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	bnx2x_add_tlv(bp, &first_tlv->tl, 0, type, length);
type               63 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	   first_tlv->tl.type);
type               75 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 		if (tlv->type == req_tlv)
type               85 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	} while (tlv->type != CHANNEL_TLV_LIST_END);
type               98 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	while (tlv->type != CHANNEL_TLV_LIST_END) {
type              101 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 		   tlv->type, tlv->length);
type              120 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	   tlv->type, tlv->length);
type             1127 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	u16 length, type;
type             1130 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	type = mbx->first_tlv.tl.type;
type             1131 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	length = type == CHANNEL_TLV_ACQUIRE ?
type             1134 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	bnx2x_add_tlv(bp, &mbx->msg->resp, 0, type, length);
type             1190 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	bnx2x_unlock_vf_pf_channel(bp, vf, mbx->first_tlv.tl.type);
type             1668 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 			fl->filters[j].type |= BNX2X_VF_FILTER_MAC;
type             1672 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 			fl->filters[j].type |= BNX2X_VF_FILTER_VLAN;
type             2123 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	if (bnx2x_tlv_supported(mbx->first_tlv.tl.type)) {
type             2127 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 		bnx2x_lock_vf_pf_channel(bp, vf, mbx->first_tlv.tl.type);
type             2130 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 		switch (mbx->first_tlv.tl.type) {
type             2168 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 			  mbx->first_tlv.tl.type, mbx->first_tlv.tl.length,
type             2186 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 		bnx2x_unlock_vf_pf_channel(bp, vf, mbx->first_tlv.tl.type);
type               91 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.h 	u16 type;
type              339 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	if (!md_dst || md_dst->type != METADATA_HW_PORT_MUX)
type             1824 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		enum pkt_hash_types type = PKT_HASH_TYPE_L4;
type             1828 drivers/net/ethernet/broadcom/bnxt/bnxt.c 			type = PKT_HASH_TYPE_L3;
type             1829 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		skb_set_hash(skb, le32_to_cpu(rxcmp->rx_cmp_rss_hash), type);
type             2453 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		if (nqcmp->type == cpu_to_le16(NQ_CN_TYPE_CQ_NOTIFICATION)) {
type             3141 drivers/net/ethernet/broadcom/bnxt/bnxt.c static void bnxt_init_rxbd_pages(struct bnxt_ring_struct *ring, u32 type)
type             3157 drivers/net/ethernet/broadcom/bnxt/bnxt.c 			rxbd->rx_bd_len_flags_type = cpu_to_le32(type);
type             3168 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	u32 prod, type;
type             3171 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	type = (bp->rx_buf_use_size << RX_BD_LEN_SHIFT) |
type             3175 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		type |= RX_BD_FLAGS_SOP;
type             3179 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	bnxt_init_rxbd_pages(ring, type);
type             3208 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	type = ((u32)BNXT_RX_PAGE_SIZE << RX_BD_LEN_SHIFT) |
type             3211 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	bnxt_init_rxbd_pages(ring, type);
type             5401 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	u32 type;
type             5404 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		type = HWRM_RING_ALLOC_NQ;
type             5406 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		type = HWRM_RING_ALLOC_CMPL;
type             5416 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		rc = hwrm_ring_alloc_send_msg(bp, ring, type, map_idx);
type             5421 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		bnxt_set_db(bp, &cpr->cp_db, type, map_idx, ring->fw_ring_id);
type             5433 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	type = HWRM_RING_ALLOC_TX;
type             5458 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		rc = hwrm_ring_alloc_send_msg(bp, ring, type, map_idx);
type             5461 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		bnxt_set_db(bp, &txr->tx_db, type, map_idx, ring->fw_ring_id);
type             5464 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	type = HWRM_RING_ALLOC_RX;
type             5471 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		rc = hwrm_ring_alloc_send_msg(bp, ring, type, map_idx);
type             5474 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		bnxt_set_db(bp, &rxr->rx_db, type, map_idx, ring->fw_ring_id);
type             5497 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		type = HWRM_RING_ALLOC_AGG;
type             5505 drivers/net/ethernet/broadcom/bnxt/bnxt.c 			rc = hwrm_ring_alloc_send_msg(bp, ring, type, map_idx);
type             5509 drivers/net/ethernet/broadcom/bnxt/bnxt.c 			bnxt_set_db(bp, &rxr->rx_agg_db, type, map_idx,
type             5551 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	u32 type;
type             5591 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		type = RING_FREE_REQ_RING_TYPE_RX_AGG;
type             5593 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		type = RING_FREE_REQ_RING_TYPE_RX;
type             5602 drivers/net/ethernet/broadcom/bnxt/bnxt.c 			hwrm_ring_free_send_msg(bp, ring, type,
type             5618 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		type = RING_FREE_REQ_RING_TYPE_NQ;
type             5620 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		type = RING_FREE_REQ_RING_TYPE_L2_CMPL;
type             5642 drivers/net/ethernet/broadcom/bnxt/bnxt.c 			hwrm_ring_free_send_msg(bp, ring, type,
type             10960 drivers/net/ethernet/broadcom/bnxt/bnxt.c static int bnxt_setup_tc_block_cb(enum tc_setup_type type, void *type_data,
type             10969 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	switch (type) {
type             10979 drivers/net/ethernet/broadcom/bnxt/bnxt.c static int bnxt_setup_tc(struct net_device *dev, enum tc_setup_type type,
type             10984 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	switch (type) {
type             11195 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	switch (ti->type) {
type             11235 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	switch (ti->type) {
type              489 drivers/net/ethernet/broadcom/bnxt/bnxt.h 	__le16	type;
type             1709 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c static int bnxt_find_nvram_item(struct net_device *dev, u16 type, u16 ordinal,
type             2219 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c static int bnxt_find_nvram_item(struct net_device *dev, u16 type, u16 ordinal,
type             2231 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 	req.dir_type = cpu_to_le16(type);
type             2354 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 	u16 type, ext, ordinal, attr;
type             2361 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 	type = eeprom->magic >> 16;
type             2363 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 	if (type == 0xffff) { /* special value for directory operations */
type             2379 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 	if (bnxt_dir_type_is_executable(type) == true)
type             2385 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 	return bnxt_flash_nvram(dev, type, ordinal, ext, attr, data,
type             2524 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8472;
type             2531 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8436;
type             2535 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8636;
type              530 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h 	__le16	type;
type              557 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h 	__le16	type;
type              588 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h 	__le16	type;
type              604 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h 	__le16	type;
type              655 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h 	__le16	type;
type              685 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h 	__le16	type;
type              714 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h 	__le16	type;
type              738 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h 	__le16	type;
type              771 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h 	__le16	type;
type              795 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h 	__le16	type;
type              820 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h 	__le16	type;
type              851 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h 	__le16	type;
type              877 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h 	__le16	type;
type              897 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h 	__le16	type;
type               39 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c 	async_cmpl->type = cpu_to_le16(ASYNC_EVENT_CMPL_TYPE_HWRM_ASYNC_EVENT);
type              263 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c 		flow->l4_key.icmp.type = match.key->type;
type              265 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c 		flow->l4_mask.icmp.type = match.mask->type;
type              463 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c 		req.l4_src_port = htons(flow->l4_key.icmp.type);
type              464 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c 		req.l4_src_port_mask = htons(flow->l4_mask.icmp.type);
type               52 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.h 			u8 type;
type              144 drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c static int bnxt_vf_rep_setup_tc_block_cb(enum tc_setup_type type,
type              156 drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c 	switch (type) {
type              166 drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c static int bnxt_vf_rep_setup_tc(struct net_device *dev, enum tc_setup_type type,
type              171 drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c 	switch (type) {
type               78 drivers/net/ethernet/broadcom/cnic.c static inline struct cnic_ulp_ops *cnic_ulp_tbl_prot(int type)
type               80 drivers/net/ethernet/broadcom/cnic.c 	return rcu_dereference_protected(cnic_ulp_tbl[type],
type              318 drivers/net/ethernet/broadcom/cnic.c static int cnic_send_nlmsg(struct cnic_local *cp, u32 type,
type             1390 drivers/net/ethernet/broadcom/cnic.c 				u32 type, union l5cm_specific_data *l5_data)
type             1403 drivers/net/ethernet/broadcom/cnic.c 	type_16 = (type << SPE_HDR_CONN_TYPE_SHIFT) & SPE_HDR_CONN_TYPE;
type             1407 drivers/net/ethernet/broadcom/cnic.c 	kwqe.hdr.type = cpu_to_le16(type_16);
type             2482 drivers/net/ethernet/broadcom/cnic_defs.h 	u8 type;
type              721 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	enum bcmgenet_stat_type type;
type              730 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	.type = BCMGENET_STAT_NETDEV, \
type              737 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	.type = _type, \
type              749 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	.type = BCMGENET_STAT_MISC, \
type              953 drivers/net/ethernet/broadcom/genet/bcmgenet.c 		switch (s->type) {
type             1005 drivers/net/ethernet/broadcom/genet/bcmgenet.c 		if (s->type == BCMGENET_STAT_NETDEV)
type             6281 drivers/net/ethernet/broadcom/tg3.c 	switch (rq->type) {
type               55 drivers/net/ethernet/brocade/bna/bfa_defs_mfg_comm.h #define bfa_mfg_is_mezz(type) (( \
type               56 drivers/net/ethernet/brocade/bna/bfa_defs_mfg_comm.h 	(type) == BFA_MFG_TYPE_JAYHAWK || \
type               57 drivers/net/ethernet/brocade/bna/bfa_defs_mfg_comm.h 	(type) == BFA_MFG_TYPE_WANCHESE || \
type               58 drivers/net/ethernet/brocade/bna/bfa_defs_mfg_comm.h 	(type) == BFA_MFG_TYPE_ASTRA || \
type               59 drivers/net/ethernet/brocade/bna/bfa_defs_mfg_comm.h 	(type) == BFA_MFG_TYPE_LIGHTNING_P0 || \
type               60 drivers/net/ethernet/brocade/bna/bfa_defs_mfg_comm.h 	(type) == BFA_MFG_TYPE_LIGHTNING || \
type               61 drivers/net/ethernet/brocade/bna/bfa_defs_mfg_comm.h 	(type) == BFA_MFG_TYPE_CHINOOK))
type             3064 drivers/net/ethernet/brocade/bna/bfa_ioc.c 	msg->type = be32_to_cpu(flash->type);
type             3097 drivers/net/ethernet/brocade/bna/bfa_ioc.c 	msg->type = be32_to_cpu(flash->type);
type             3294 drivers/net/ethernet/brocade/bna/bfa_ioc.c bfa_nw_flash_update_part(struct bfa_flash *flash, u32 type, u8 instance,
type             3307 drivers/net/ethernet/brocade/bna/bfa_ioc.c 	if (type == BFA_FLASH_PART_MFG)
type             3316 drivers/net/ethernet/brocade/bna/bfa_ioc.c 	flash->type = type;
type             3343 drivers/net/ethernet/brocade/bna/bfa_ioc.c bfa_nw_flash_read_part(struct bfa_flash *flash, u32 type, u8 instance,
type             3362 drivers/net/ethernet/brocade/bna/bfa_ioc.c 	flash->type = type;
type              317 drivers/net/ethernet/brocade/bna/bfa_ioc.h 	u32		type;		/* partition type */
type              338 drivers/net/ethernet/brocade/bna/bfa_ioc.h 			u32 type, u8 instance, void *buf, u32 len, u32 offset,
type              341 drivers/net/ethernet/brocade/bna/bfa_ioc.h 			u32 type, u8 instance, void *buf, u32 len, u32 offset,
type              498 drivers/net/ethernet/brocade/bna/bfi.h 	u32	type;   /* partition type */
type              511 drivers/net/ethernet/brocade/bna/bfi.h 	u32	type;		/* partition type */
type              532 drivers/net/ethernet/brocade/bna/bfi.h 	u32	type;		/* partition type */
type              544 drivers/net/ethernet/brocade/bna/bfi.h 	u32	type;		/* partition type */
type              472 drivers/net/ethernet/brocade/bna/bfi_enet.h 		u8			type;
type              545 drivers/net/ethernet/brocade/bna/bfi_enet.h 	u8	type;
type              182 drivers/net/ethernet/brocade/bna/bna.h 	switch ((rxp)->type) {						\
type              301 drivers/net/ethernet/brocade/bna/bna.h void bna_tx_mod_start(struct bna_tx_mod *tx_mod, enum bna_tx_type type);
type              302 drivers/net/ethernet/brocade/bna/bna.h void bna_tx_mod_stop(struct bna_tx_mod *tx_mod, enum bna_tx_type type);
type              314 drivers/net/ethernet/brocade/bna/bna.h void bna_tx_disable(struct bna_tx *tx, enum bna_cleanup_type type,
type              338 drivers/net/ethernet/brocade/bna/bna.h void bna_rx_mod_start(struct bna_rx_mod *rx_mod, enum bna_rx_type type);
type              339 drivers/net/ethernet/brocade/bna/bna.h void bna_rx_mod_stop(struct bna_rx_mod *rx_mod, enum bna_rx_type type);
type              351 drivers/net/ethernet/brocade/bna/bna.h void bna_rx_disable(struct bna_rx *rx, enum bna_cleanup_type type,
type              386 drivers/net/ethernet/brocade/bna/bna.h void bna_enet_disable(struct bna_enet *enet, enum bna_cleanup_type type,
type              399 drivers/net/ethernet/brocade/bna/bna.h 			enum bna_cleanup_type type);
type               17 drivers/net/ethernet/brocade/bna/bna_enet.c 	if (ethport->bna->enet.type == BNA_ENET_T_REGULAR)
type              448 drivers/net/ethernet/brocade/bna/bna_enet.c 	lpbk_up_req->mode = (ethport->bna->enet.type ==
type              479 drivers/net/ethernet/brocade/bna/bna_enet.c 	if (ethport->bna->enet.type == BNA_ENET_T_REGULAR)
type              488 drivers/net/ethernet/brocade/bna/bna_enet.c 	if (ethport->bna->enet.type == BNA_ENET_T_REGULAR)
type              812 drivers/net/ethernet/brocade/bna/bna_enet.c 		((enet)->type == BNA_ENET_T_REGULAR) ?			\
type              815 drivers/net/ethernet/brocade/bna/bna_enet.c 		((enet)->type == BNA_ENET_T_REGULAR) ?			\
type              825 drivers/net/ethernet/brocade/bna/bna_enet.c 		((enet)->type == BNA_ENET_T_REGULAR) ?			\
type              828 drivers/net/ethernet/brocade/bna/bna_enet.c 		((enet)->type == BNA_ENET_T_REGULAR) ?			\
type              850 drivers/net/ethernet/brocade/bna/bna_enet.c 		((enet)->type == BNA_ENET_T_REGULAR) ?			\
type              858 drivers/net/ethernet/brocade/bna/bna_enet.c 		((enet)->type == BNA_ENET_T_REGULAR) ?			\
type             1188 drivers/net/ethernet/brocade/bna/bna_enet.c 	enet->type = BNA_ENET_T_REGULAR;
type             1270 drivers/net/ethernet/brocade/bna/bna_enet.c bna_enet_disable(struct bna_enet *enet, enum bna_cleanup_type type,
type             1273 drivers/net/ethernet/brocade/bna/bna_enet.c 	if (type == BNA_SOFT_CLEANUP) {
type             1764 drivers/net/ethernet/brocade/bna/bna_enet.c bna_ioceth_disable(struct bna_ioceth *ioceth, enum bna_cleanup_type type)
type             1766 drivers/net/ethernet/brocade/bna/bna_enet.c 	if (type == BNA_SOFT_CLEANUP) {
type              321 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 	req->cfg.type = rxf->rss_cfg.hash_type;
type             1471 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 	int is_regular = (rx->type == BNA_RX_T_REGULAR);
type             1631 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 		switch (rxp->type) {
type             1688 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 	switch (rxp->type) {
type             1695 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 		cfg_req->rx_cfg.hds.type = rx->hds_cfg.hdr_type;
type             1800 drivers/net/ethernet/brocade/bna/bna_tx_rx.c bna_rx_get(struct bna_rx_mod *rx_mod, enum bna_rx_type type)
type             1805 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 	if (type == BNA_RX_T_REGULAR)
type             1812 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 	rx->type = type;
type             1834 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 	switch (rxp->type) {
type             1977 drivers/net/ethernet/brocade/bna/bna_tx_rx.c bna_rx_mod_start(struct bna_rx_mod *rx_mod, enum bna_rx_type type)
type             1982 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 	if (type == BNA_RX_T_LOOPBACK)
type             1986 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 		if (rx->type == type)
type             1991 drivers/net/ethernet/brocade/bna/bna_tx_rx.c bna_rx_mod_stop(struct bna_rx_mod *rx_mod, enum bna_rx_type type)
type             2003 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 		if (rx->type == type) {
type             2325 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 		switch (rx->type) {
type             2343 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 		rxp->type = rx_cfg->rxp_type;
type             2547 drivers/net/ethernet/brocade/bna/bna_tx_rx.c bna_rx_disable(struct bna_rx *rx, enum bna_cleanup_type type,
type             2550 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 	if (type == BNA_SOFT_CLEANUP) {
type             2871 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 	int is_regular = (tx->type == BNA_TX_T_REGULAR);
type             3197 drivers/net/ethernet/brocade/bna/bna_tx_rx.c bna_tx_get(struct bna_tx_mod *tx_mod, enum bna_tx_type type)
type             3203 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 	if (type == BNA_TX_T_REGULAR)
type             3208 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 	tx->type = type;
type             3425 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 		switch (tx->type) {
type             3536 drivers/net/ethernet/brocade/bna/bna_tx_rx.c bna_tx_disable(struct bna_tx *tx, enum bna_cleanup_type type,
type             3539 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 	if (type == BNA_SOFT_CLEANUP) {
type             3614 drivers/net/ethernet/brocade/bna/bna_tx_rx.c bna_tx_mod_start(struct bna_tx_mod *tx_mod, enum bna_tx_type type)
type             3619 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 	if (type == BNA_TX_T_LOOPBACK)
type             3623 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 		if (tx->type == type)
type             3628 drivers/net/ethernet/brocade/bna/bna_tx_rx.c bna_tx_mod_stop(struct bna_tx_mod *tx_mod, enum bna_tx_type type)
type             3640 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 		if (tx->type == type) {
type              341 drivers/net/ethernet/brocade/bna/bna_types.h 	enum bna_enet_type type;
type              466 drivers/net/ethernet/brocade/bna/bna_types.h 	enum bna_tx_type type;
type              689 drivers/net/ethernet/brocade/bna/bna_types.h 	enum bna_rxp_type type;
type              780 drivers/net/ethernet/brocade/bna/bna_types.h 	enum bna_rx_type type;
type              254 drivers/net/ethernet/brocade/bna/bnad.c 	unmap_q->type = BNAD_RXBUF_NONE;
type              268 drivers/net/ethernet/brocade/bna/bnad.c 	unmap_q->type = BNAD_RXBUF_PAGE;
type              277 drivers/net/ethernet/brocade/bna/bnad.c 			unmap_q->type = BNAD_RXBUF_MULTI_BUFF;
type              330 drivers/net/ethernet/brocade/bna/bnad.c 		if (BNAD_RXBUF_IS_SK_BUFF(unmap_q->type))
type              478 drivers/net/ethernet/brocade/bna/bnad.c 	if (BNAD_RXBUF_IS_SK_BUFF(unmap_q->type))
type              511 drivers/net/ethernet/brocade/bna/bnad.c 		if (BNAD_RXBUF_IS_SK_BUFF(unmap_q->type))
type              629 drivers/net/ethernet/brocade/bna/bnad.c 		if (BNAD_RXBUF_IS_SK_BUFF(unmap_q->type)) {
type              647 drivers/net/ethernet/brocade/bna/bnad.c 		if (BNAD_RXBUF_IS_MULTI_BUFF(unmap_q->type) &&
type              689 drivers/net/ethernet/brocade/bna/bnad.c 		if (BNAD_RXBUF_IS_SK_BUFF(unmap_q->type))
type              714 drivers/net/ethernet/brocade/bna/bnad.c 		if (BNAD_RXBUF_IS_SK_BUFF(unmap_q->type))
type              255 drivers/net/ethernet/brocade/bna/bnad.h 	enum bnad_rxbuf_type	type;
type             1446 drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.c 		mbox_cmd.msg.s.type = OCTEON_MBOX_REQUEST;
type             1485 drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.c 	mbox_cmd.msg.s.type = OCTEON_MBOX_REQUEST;
type              377 drivers/net/ethernet/cavium/liquidio/cn23xx_vf_device.c 	mbox_cmd.msg.s.type = OCTEON_MBOX_REQUEST;
type              419 drivers/net/ethernet/cavium/liquidio/cn23xx_vf_device.c 	mbox_cmd.msg.s.type = OCTEON_MBOX_REQUEST;
type             2798 drivers/net/ethernet/cavium/liquidio/lio_main.c 	if (ti->type != UDP_TUNNEL_TYPE_VXLAN)
type             2810 drivers/net/ethernet/cavium/liquidio/lio_main.c 	if (ti->type != UDP_TUNNEL_TYPE_VXLAN)
type             1842 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c 	if (ti->type != UDP_TUNNEL_TYPE_VXLAN)
type             1854 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c 	if (ti->type != UDP_TUNNEL_TYPE_VXLAN)
type               60 drivers/net/ethernet/cavium/liquidio/octeon_mailbox.c 			    (msg.s.type == OCTEON_MBOX_REQUEST)) {
type               70 drivers/net/ethernet/cavium/liquidio/octeon_mailbox.c 				    (msg.s.type == OCTEON_MBOX_RESPONSE)) {
type              141 drivers/net/ethernet/cavium/liquidio/octeon_mailbox.c 	if ((mbox_cmd->msg.s.type == OCTEON_MBOX_RESPONSE) &&
type              147 drivers/net/ethernet/cavium/liquidio/octeon_mailbox.c 	if ((mbox_cmd->msg.s.type == OCTEON_MBOX_REQUEST) &&
type              153 drivers/net/ethernet/cavium/liquidio/octeon_mailbox.c 	if (mbox_cmd->msg.s.type == OCTEON_MBOX_REQUEST) {
type              191 drivers/net/ethernet/cavium/liquidio/octeon_mailbox.c 	if (mbox_cmd->msg.s.type == OCTEON_MBOX_RESPONSE) {
type              244 drivers/net/ethernet/cavium/liquidio/octeon_mailbox.c 		mbox_cmd->msg.s.type = OCTEON_MBOX_RESPONSE;
type              274 drivers/net/ethernet/cavium/liquidio/octeon_mailbox.c 		mbox_cmd->msg.s.type = OCTEON_MBOX_RESPONSE;
type               52 drivers/net/ethernet/cavium/liquidio/octeon_mailbox.h 		u16 type : 1;
type             1752 drivers/net/ethernet/chelsio/cxgb/sge.c #define MK_ETH_TYPE_MSS(type, mss) (((mss) & 0x3FFF) | ((type) << 14))
type              737 drivers/net/ethernet/chelsio/cxgb3/common.h 		       enum sge_context_type type, int respq, u64 base_addr,
type              632 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	if (tdev->type == T3A)
type             1328 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	int type = 0;
type             1332 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		type = T3A;
type             1336 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		type = T3B;
type             1339 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		type = T3C;
type             1342 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	return type;
type             1354 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	tdev->type = adap2type(adapter);
type             1064 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	unsigned int type, major, minor;
type             1070 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	type = G_FW_VERSION_TYPE(vers);
type             1074 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	if (type == FW_VERSION_T3 && major == FW_VERSION_MAJOR &&
type             2171 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 				unsigned int type)
type             2173 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	if (type == F_RESPONSEQ) {
type             2191 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 		     V_CONTEXT_CMD_OPCODE(1) | type | V_CONTEXT(id));
type             2208 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 			  unsigned int type)
type             2219 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 		     V_CONTEXT_CMD_OPCODE(1) | type | V_CONTEXT(id));
type             2242 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 		       enum sge_context_type type, int respq, u64 base_addr,
type             2246 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	unsigned int credits = type == SGE_CNTXT_OFLD ? 0 : FW_WR_NUM;
type             2263 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 		     V_EC_TYPE(type) | V_EC_GEN(gen) | V_EC_UP_TOKEN(token) |
type               54 drivers/net/ethernet/chelsio/cxgb3/t3cdev.h 	enum t3ctype type;
type             1821 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c static int cudbg_sge_ctxt_check_valid(u32 *buf, int type)
type             1825 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 	switch (type) {
type             2393 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 	int type = LE_ET_UNKNOWN;
type             2396 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		type = LE_ET_TCAM_CON;
type             2398 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		type = LE_ET_TCAM_SERVER;
type             2400 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		type = LE_ET_TCAM_FILTER;
type             2402 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		type = LE_ET_TCAM_CLIP;
type             2404 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		type = LE_ET_TCAM_ROUTING;
type             2406 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		type = LE_ET_HASH_CON;
type             2408 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		type = LE_ET_INVALID_TID;
type             2410 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 	return type;
type             2990 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c #define QDESC_GET(q, desc, type, label) do { \
type             2995 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		cudbg_fill_qdesc_##q(q, type, qdesc_entry); \
type             3002 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c #define QDESC_GET_TXQ(q, type, label) do { \
type             3004 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 	QDESC_GET(txq, txq->desc, type, label); \
type             3007 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c #define QDESC_GET_RXQ(q, type, label) do { \
type             3009 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 	QDESC_GET(rxq, rxq->desc, type, label); \
type             3012 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c #define QDESC_GET_FLQ(q, type, label) do { \
type             3014 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 	QDESC_GET(flq, flq->desc, type, label); \
type              238 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h 					enum cudbg_qdesc_qtype type,
type              241 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h 	entry->qtype = type;
type              250 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h 					enum cudbg_qdesc_qtype type,
type              253 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h 	entry->qtype = type;
type              262 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h 					enum cudbg_qdesc_qtype type,
type              265 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h 	entry->qtype = type;
type             1054 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 	s8   type;                     /* packet or flow */
type             1182 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 	uint32_t type:1;        /* 0 => IPv4, 1 => IPv6 */
type             1866 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h int t4_sched_params(struct adapter *adapter, int type, int level, int mode,
type              281 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 	int dcb_type = pcmd->u.dcb.pgid.type;
type              454 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 	pcmd.u.dcb.pgid.type = FW_PORT_DCB_TYPE_PGID;
type              466 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 	pcmd.u.dcb.pgrate.type = FW_PORT_DCB_TYPE_PGRATE;
type              518 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 	pcmd.u.dcb.pgid.type = FW_PORT_DCB_TYPE_PGID;
type              543 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 	pcmd.u.dcb.pgrate.type = FW_PORT_DCB_TYPE_PGRATE;
type              577 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 	pcmd.u.dcb.pgrate.type = FW_PORT_DCB_TYPE_PGRATE;
type              607 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 	pcmd.u.dcb.pgrate.type = FW_PORT_DCB_TYPE_PGRATE;
type              662 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 	pcmd.u.dcb.pfc.type = FW_PORT_DCB_TYPE_PFC;
type              802 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 		pcmd.u.dcb.app_priority.type = FW_PORT_DCB_TYPE_APP_ID;
type              853 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 		pcmd.u.dcb.app_priority.type = FW_PORT_DCB_TYPE_APP_ID;
type              883 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 	pcmd.u.dcb.app_priority.type = FW_PORT_DCB_TYPE_APP_ID;
type              962 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 	pcmd.u.dcb.pgid.type = FW_PORT_DCB_TYPE_PGID;
type              976 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 	pcmd.u.dcb.pgrate.type = FW_PORT_DCB_TYPE_PGRATE;
type             1126 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 		pcmd.u.dcb.app_priority.type = FW_PORT_DCB_TYPE_APP_ID;
type             1156 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 		pcmd.u.dcb.app_priority.type = FW_PORT_DCB_TYPE_APP_ID;
type             1195 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 	pcmd.u.dcb.pgid.type = FW_PORT_DCB_TYPE_PGID;
type             1207 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 	pcmd.u.dcb.pgrate.type = FW_PORT_DCB_TYPE_PGRATE;
type             1470 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8079;
type             1473 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8472;
type             1492 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8636;
type             1495 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8436;
type              169 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 		if (f->fs.type) {
type              203 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 		if (f->fs.type) {
type              600 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 		      FW_FILTER_WR_RQTYPE_V(f->fs.type) |
type              733 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	if ((f->fs.hash || is_t6(adap->params.chip)) && f->fs.type)
type              886 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	if (fs->type) {
type             1186 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	if (f->fs.type) {
type             1291 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	if (fs->type == 0) { /* IPv4 */
type             1305 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 		    adapter->tids.ftid_tab[fidx].fs.type) {
type             1364 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 			     fs->type ? PF_INET6 : PF_INET,
type             1374 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 				 fs->type ? PF_INET6 : PF_INET,
type             1379 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	if (is_t6(adapter->params.chip) && fs->type &&
type             1435 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 				 fs->type ? PF_INET6 : PF_INET,
type             1443 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	if (is_t6(adapter->params.chip) && f->fs.type)
type             1446 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 			 fs->type ? PF_INET6 : PF_INET, chip_ver);
type             1547 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 				 f->fs.type ? PF_INET6 : PF_INET,
type              562 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	   ((const struct cpl_fw4_msg *)rsp)->type == FW_TYPE_RSSCPL)) {
type              625 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 			if (p->type == 0)
type             2098 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	enum cxgb4_uld type = CXGB4_ULD_RDMA;
type             2100 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	if (adap->uld && adap->uld[type].handle)
type             2101 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		adap->uld[type].control(adap->uld[type].handle, cmd);
type             3108 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	p.type = SCHED_CLASS_TYPE_PACKET;
type             3165 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c static int cxgb_setup_tc_block_cb(enum tc_setup_type type, void *type_data,
type             3182 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	switch (type) {
type             3194 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c static int cxgb_setup_tc(struct net_device *dev, enum tc_setup_type type,
type             3199 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	switch (type) {
type             3222 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	switch (ti->type) {
type             3283 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	switch (ti->type) {
type             5493 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	dev->type = ARPHRD_NONE;
type              111 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 			fs->type = 1;
type              123 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 		fs->type = 0;
type              138 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 		fs->type = 1;
type              667 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 		fidx = cxgb4_get_free_ftid(dev, fs->type ? PF_INET6 : PF_INET);
type               89 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.h #define PEDIT_FIELDS(type, field, size, fs_field, offset) \
type               90 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.h 	{ type## field, size, \
type              322 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 	fs.type = is_ipv6 ? 1 : 0;
type               33 drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c 				       int trip, enum thermal_trip_type *type)
type               40 drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c 	*type = adap->ch_thermal.trip_type;
type              112 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	    ((const struct cpl_fw4_msg *)(rsp + 1))->type == FW_TYPE_RSSCPL)
type              619 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c static void cxgb4_shutdown_uld_adapter(struct adapter *adap, enum cxgb4_uld type)
type              621 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	if (adap->uld[type].handle) {
type              622 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		adap->uld[type].handle = NULL;
type              623 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		adap->uld[type].add = NULL;
type              624 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		release_sge_txq_uld(adap, type);
type              627 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 			quiesce_rx_uld(adap, type);
type              630 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 			free_msix_queue_irqs_uld(adap, type);
type              632 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		free_sge_queues_uld(adap, type);
type              633 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		free_queues_uld(adap, type);
type              730 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c void cxgb4_register_uld(enum cxgb4_uld type,
type              736 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	if (type >= CXGB4_ULD_MAX)
type              741 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		if ((type == CXGB4_ULD_CRYPTO && !is_pci_uld(adap)) ||
type              742 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		    (type != CXGB4_ULD_CRYPTO && !is_offload(adap)))
type              744 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		if (type == CXGB4_ULD_ISCSIT && is_t4(adap->params.chip))
type              746 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		ret = cfg_queues_uld(adap, type, p);
type              749 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		ret = setup_sge_queues_uld(adap, type, p->lro);
type              753 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 			name_msix_vecs_uld(adap, type);
type              754 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 			ret = request_msix_queue_irqs_uld(adap, type);
type              759 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 			enable_rx_uld(adap, type);
type              760 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		if (adap->uld[type].add)
type              762 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		ret = setup_sge_txq_uld(adap, type, p);
type              765 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		adap->uld[type] = *p;
type              766 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		ret = uld_attach(adap, type);
type              771 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		release_sge_txq_uld(adap, type);
type              774 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 			quiesce_rx_uld(adap, type);
type              776 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 			free_msix_queue_irqs_uld(adap, type);
type              778 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		free_sge_queues_uld(adap, type);
type              780 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		free_queues_uld(adap, type);
type              783 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 			 "ULD registration failed for uld type %d\n", type);
type              796 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c int cxgb4_unregister_uld(enum cxgb4_uld type)
type              800 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	if (type >= CXGB4_ULD_MAX)
type              805 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		if ((type == CXGB4_ULD_CRYPTO && !is_pci_uld(adap)) ||
type              806 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		    (type != CXGB4_ULD_CRYPTO && !is_offload(adap)))
type              808 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		if (type == CXGB4_ULD_ISCSIT && is_t4(adap->params.chip))
type              811 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		cxgb4_shutdown_uld_adapter(adap, type);
type              389 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h void cxgb4_register_uld(enum cxgb4_uld type, const struct cxgb4_uld_info *p);
type              390 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h int cxgb4_unregister_uld(enum cxgb4_uld type);
type               53 drivers/net/ethernet/chelsio/cxgb4/sched.c 		err = t4_sched_params(adap, p->type,
type               70 drivers/net/ethernet/chelsio/cxgb4/sched.c 				   enum sched_bind_type type, bool bind)
type               78 drivers/net/ethernet/chelsio/cxgb4/sched.c 	switch (type) {
type              229 drivers/net/ethernet/chelsio/cxgb4/sched.c 				      enum sched_bind_type type)
type              234 drivers/net/ethernet/chelsio/cxgb4/sched.c 	switch (type) {
type              248 drivers/net/ethernet/chelsio/cxgb4/sched.c 					 enum sched_bind_type type, bool bind)
type              255 drivers/net/ethernet/chelsio/cxgb4/sched.c 	switch (type) {
type              284 drivers/net/ethernet/chelsio/cxgb4/sched.c 			   enum sched_bind_type type)
type              295 drivers/net/ethernet/chelsio/cxgb4/sched.c 	switch (type) {
type              312 drivers/net/ethernet/chelsio/cxgb4/sched.c 	return t4_sched_class_bind_unbind_op(pi, arg, type, true);
type              325 drivers/net/ethernet/chelsio/cxgb4/sched.c 			     enum sched_bind_type type)
type              336 drivers/net/ethernet/chelsio/cxgb4/sched.c 	switch (type) {
type              350 drivers/net/ethernet/chelsio/cxgb4/sched.c 	return t4_sched_class_bind_unbind_op(pi, arg, type, false);
type              388 drivers/net/ethernet/chelsio/cxgb4/sched.c 			if ((info.type == tp.type) &&
type               99 drivers/net/ethernet/chelsio/cxgb4/sched.h 			   enum sched_bind_type type);
type              101 drivers/net/ethernet/chelsio/cxgb4/sched.h 			     enum sched_bind_type type);
type             2901 drivers/net/ethernet/chelsio/cxgb4/sge.c 		     ((const struct cpl_fw4_msg *)rsp)->type ==
type             10351 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c int t4_sched_params(struct adapter *adapter, int type, int level, int mode,
type             10364 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	cmd.u.params.type = type;
type             1386 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h 	u8 type;
type             1402 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h 	u8 type;
type             1426 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h 	u8 type;
type             2782 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h 				__u8   type;
type             2789 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h 				__u8   type;
type             2797 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h 				__u8   type;
type             2803 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h 				__u8   type;
type             2810 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h 				__u8   type;
type             2819 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h 				__u8   type;
type             3507 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h 			__u8   type;
type             3515 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h 			__u8   type;
type              505 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 		if (fw_msg->type == FW6_TYPE_CMD_RPL)
type               41 drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.c cxgb_get_4tuple(struct cpl_pass_accept_req *req, enum chip_type type,
type               45 drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.c 	int eth_len = (CHELSIO_CHIP_VERSION(type) <= CHELSIO_T5) ?
type               48 drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.c 	int ip_len = (CHELSIO_CHIP_VERSION(type) <= CHELSIO_T5) ?
type               57 drivers/net/ethernet/cisco/enic/cq_desc.h 	u8 *type, u8 *color, u16 *q_number, u16 *completed_index)
type               74 drivers/net/ethernet/cisco/enic/cq_desc.h 	*type = type_color & CQ_DESC_TYPE_MASK;
type               34 drivers/net/ethernet/cisco/enic/cq_enet_desc.h 	u8 *type, u8 *color, u16 *q_number, u16 *completed_index)
type               36 drivers/net/ethernet/cisco/enic/cq_enet_desc.h 	cq_desc_dec((struct cq_desc *)desc, type,
type              105 drivers/net/ethernet/cisco/enic/cq_enet_desc.h 	u8 *type, u8 *color, u16 *q_number, u16 *completed_index,
type              117 drivers/net/ethernet/cisco/enic/cq_enet_desc.h 	cq_desc_dec((struct cq_desc *)desc, type,
type               37 drivers/net/ethernet/cisco/enic/enic_clsf.c 	data.type = FILTER_IPV4_5TUPLE;
type              189 drivers/net/ethernet/cisco/enic/enic_main.c 	if (ti->type != UDP_TUNNEL_TYPE_VXLAN) {
type              241 drivers/net/ethernet/cisco/enic/enic_main.c 		    ntohs(port), ti->sa_family, ti->type);
type              255 drivers/net/ethernet/cisco/enic/enic_main.c 	    ti->type != UDP_TUNNEL_TYPE_VXLAN) {
type              257 drivers/net/ethernet/cisco/enic/enic_main.c 			    ntohs(ti->port), ti->sa_family, ti->type);
type              381 drivers/net/ethernet/cisco/enic/enic_main.c 	u8 type, u16 q_number, u16 completed_index, void *opaque)
type             1337 drivers/net/ethernet/cisco/enic/enic_main.c 	u8 type, color, eop, sop, ingress_port, vlan_stripped;
type             1352 drivers/net/ethernet/cisco/enic/enic_main.c 		&type, &color, &q_number, &completed_index,
type             1394 drivers/net/ethernet/cisco/enic/enic_main.c 		    (type == 3)) {
type             1417 drivers/net/ethernet/cisco/enic/enic_main.c 				if ((type == 7) &&
type             1467 drivers/net/ethernet/cisco/enic/enic_main.c 	u8 type, u16 q_number, u16 completed_index, void *opaque)
type              128 drivers/net/ethernet/cisco/enic/enic_res.h 	u8 type = os_buf_index ?
type              133 drivers/net/ethernet/cisco/enic/enic_res.h 		type, (u16)len);
type               44 drivers/net/ethernet/cisco/enic/rq_enet_desc.h 	u64 address, u8 type, u16 length)
type               48 drivers/net/ethernet/cisco/enic/rq_enet_desc.h 		((type & RQ_ENET_TYPE_MASK) << RQ_ENET_LEN_BITS));
type               52 drivers/net/ethernet/cisco/enic/rq_enet_desc.h 	u64 *address, u8 *type, u16 *length)
type               56 drivers/net/ethernet/cisco/enic/rq_enet_desc.h 	*type = (u8)((le16_to_cpu(desc->length_type) >> RQ_ENET_LEN_BITS) &
type               75 drivers/net/ethernet/cisco/enic/vnic_cq.h 	u8 type, u16 q_number, u16 completed_index, void *opaque),
type               81 drivers/net/ethernet/cisco/enic/vnic_cq.h 	u8 type, color;
type               85 drivers/net/ethernet/cisco/enic/vnic_cq.h 	cq_desc_dec(cq_desc, &type, &color,
type               90 drivers/net/ethernet/cisco/enic/vnic_cq.h 		if ((*q_service)(cq->vdev, cq_desc, type,
type              102 drivers/net/ethernet/cisco/enic/vnic_cq.h 		cq_desc_dec(cq_desc, &type, &color,
type               50 drivers/net/ethernet/cisco/enic/vnic_dev.c 	u8 type;
type               86 drivers/net/ethernet/cisco/enic/vnic_dev.c 	while ((type = ioread8(&r->type)) != RES_TYPE_EOL) {
type              101 drivers/net/ethernet/cisco/enic/vnic_dev.c 		switch (type) {
type              110 drivers/net/ethernet/cisco/enic/vnic_dev.c 					 type, bar_offset, len,
type              124 drivers/net/ethernet/cisco/enic/vnic_dev.c 		vdev->res[type].count = count;
type              125 drivers/net/ethernet/cisco/enic/vnic_dev.c 		vdev->res[type].vaddr = (char __iomem *)bar[bar_num].vaddr +
type              127 drivers/net/ethernet/cisco/enic/vnic_dev.c 		vdev->res[type].bus_addr = bar[bar_num].bus_addr + bar_offset;
type              134 drivers/net/ethernet/cisco/enic/vnic_dev.c 	enum vnic_res_type type)
type              136 drivers/net/ethernet/cisco/enic/vnic_dev.c 	return vdev->res[type].count;
type              140 drivers/net/ethernet/cisco/enic/vnic_dev.c void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
type              143 drivers/net/ethernet/cisco/enic/vnic_dev.c 	if (!vdev->res[type].vaddr)
type              146 drivers/net/ethernet/cisco/enic/vnic_dev.c 	switch (type) {
type              151 drivers/net/ethernet/cisco/enic/vnic_dev.c 		return (char __iomem *)vdev->res[type].vaddr +
type              154 drivers/net/ethernet/cisco/enic/vnic_dev.c 		return (char __iomem *)vdev->res[type].vaddr;
type             1227 drivers/net/ethernet/cisco/enic/vnic_dev.c 		tlv->type = CLSF_TLV_FILTER;
type             1235 drivers/net/ethernet/cisco/enic/vnic_dev.c 		tlv->type = CLSF_TLV_ACTION;
type             1238 drivers/net/ethernet/cisco/enic/vnic_dev.c 		action->type = FILTER_ACTION_RQ_STEERING;
type              119 drivers/net/ethernet/cisco/enic/vnic_dev.h 	enum vnic_res_type type);
type              120 drivers/net/ethernet/cisco/enic/vnic_dev.h void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
type              543 drivers/net/ethernet/cisco/enic/vnic_devcmd.h 	u8 type;
type              619 drivers/net/ethernet/cisco/enic/vnic_devcmd.h 	u32 type;
type              634 drivers/net/ethernet/cisco/enic/vnic_devcmd.h 	u32 type;
type              651 drivers/net/ethernet/cisco/enic/vnic_devcmd.h 	u_int32_t type;
type               76 drivers/net/ethernet/cisco/enic/vnic_resource.h 	u8 type;
type               27 drivers/net/ethernet/cisco/enic/vnic_vic.c 	const u8 type)
type               39 drivers/net/ethernet/cisco/enic/vnic_vic.c 	vp->type = type;
type               50 drivers/net/ethernet/cisco/enic/vnic_vic.c int vic_provinfo_add_tlv(struct vic_provinfo *vp, u16 type, u16 length,
type               65 drivers/net/ethernet/cisco/enic/vnic_vic.c 	tlv->type = htons(type);
type               55 drivers/net/ethernet/cisco/enic/vnic_vic.h 	u8 type;		/* provider-specific type */
type               59 drivers/net/ethernet/cisco/enic/vnic_vic.h 		u16 type;
type               77 drivers/net/ethernet/cisco/enic/vnic_vic.h 	const u8 type);
type               79 drivers/net/ethernet/cisco/enic/vnic_vic.h int vic_provinfo_add_tlv(struct vic_provinfo *vp, u16 type, u16 length,
type              110 drivers/net/ethernet/davicom/dm9000.c 	enum dm9000_type type;
type              407 drivers/net/ethernet/davicom/dm9000.c 	if (db->type == TYPE_DM9000E)
type              825 drivers/net/ethernet/davicom/dm9000.c static unsigned char dm9000_type_to_char(enum dm9000_type type)
type              827 drivers/net/ethernet/davicom/dm9000.c 	switch (type) {
type              927 drivers/net/ethernet/davicom/dm9000.c 	if (db->type == TYPE_DM9000B) {
type              955 drivers/net/ethernet/davicom/dm9000.c 	if (db->type != TYPE_DM9000E)
type             1226 drivers/net/ethernet/davicom/dm9000.c 	if (db->type != TYPE_DM9000E) {
type             1634 drivers/net/ethernet/davicom/dm9000.c 		db->type = TYPE_DM9000A;
type             1637 drivers/net/ethernet/davicom/dm9000.c 		db->type = TYPE_DM9000B;
type             1641 drivers/net/ethernet/davicom/dm9000.c 		db->type = TYPE_DM9000E;
type             1645 drivers/net/ethernet/davicom/dm9000.c 	if (db->type == TYPE_DM9000A || db->type == TYPE_DM9000B) {
type             1699 drivers/net/ethernet/davicom/dm9000.c 		       ndev->name, dm9000_type_to_char(db->type),
type              286 drivers/net/ethernet/dec/tulip/de2104x.c 	u16			type;	/* DE_MEDIA_xxx */
type             1743 drivers/net/ethernet/dec/tulip/de2104x.c 			de->media[i].type = i;
type             1749 drivers/net/ethernet/dec/tulip/de2104x.c 			de->media[i].type = DE_MEDIA_INVALID;
type             1850 drivers/net/ethernet/dec/tulip/de2104x.c 		de->media[i].type = DE_MEDIA_INVALID;
type             1870 drivers/net/ethernet/dec/tulip/de2104x.c 			de->media[DE_MEDIA_TP_AUTO].type = DE_MEDIA_TP_AUTO;
type             1884 drivers/net/ethernet/dec/tulip/de2104x.c 			de->media[DE_MEDIA_TP_AUTO].type = DE_MEDIA_TP_AUTO;
type             1890 drivers/net/ethernet/dec/tulip/de2104x.c 		de->media[idx].type = idx;
type             1895 drivers/net/ethernet/dec/tulip/de2104x.c 				media_name[de->media[idx].type]);
type             1947 drivers/net/ethernet/dec/tulip/de2104x.c 		de->media[i].type = i;
type              133 drivers/net/ethernet/dec/tulip/eeprom.c 		tp->mtable->mleaf[0].type = 1;
type              245 drivers/net/ethernet/dec/tulip/eeprom.c 				leaf->type = 0;
type              252 drivers/net/ethernet/dec/tulip/eeprom.c 				leaf->type = p[1];
type              312 drivers/net/ethernet/dec/tulip/eeprom.c 				leaf->type < ARRAY_SIZE(block_name) ? block_name[leaf->type] : "<unknown>",
type              313 drivers/net/ethernet/dec/tulip/eeprom.c 				leaf->type);
type              178 drivers/net/ethernet/dec/tulip/media.c 		switch (mleaf->type) {
type              239 drivers/net/ethernet/dec/tulip/media.c 			if (mleaf->type == 4)
type              252 drivers/net/ethernet/dec/tulip/media.c 			if (mleaf->type == 3) {	/* 21142 */
type              342 drivers/net/ethernet/dec/tulip/media.c 				   mleaf->type);
type               55 drivers/net/ethernet/dec/tulip/timer.c 		switch (mleaf->type) {
type               58 drivers/net/ethernet/dec/tulip/timer.c 			int offset = mleaf->type == 4 ? 5 : 2;
type               64 drivers/net/ethernet/dec/tulip/timer.c 				if (mleaf->type == 4) {
type              369 drivers/net/ethernet/dec/tulip/tulip.h 	u8 type;
type              259 drivers/net/ethernet/ec_bhf.c 		u16 type = ioread16(priv->io + i * INFO_BLOCK_SIZE +
type              261 drivers/net/ethernet/ec_bhf.c 		if (type == ETHERCAT_MASTER_ID)
type             1059 drivers/net/ethernet/emulex/benet/be_cmds.c 	req->type = MAC_ADDRESS_TYPE_NETWORK;
type             1383 drivers/net/ethernet/emulex/benet/be_cmds.c 	req->type = BE_ETH_TX_RING_TYPE_STANDARD;
type             2624 drivers/net/ethernet/emulex/benet/be_cmds.c 			   struct flash_section_info *fsec, int type)
type             2634 drivers/net/ethernet/emulex/benet/be_cmds.c 			img_type = le32_to_cpu(fsec_g2->fsec_entry[i].type);
type             2636 drivers/net/ethernet/emulex/benet/be_cmds.c 			img_type = le32_to_cpu(fsec->fsec_entry[i].type);
type             2638 drivers/net/ethernet/emulex/benet/be_cmds.c 		if (img_type == type)
type             2868 drivers/net/ethernet/emulex/benet/be_cmds.c 	u32 img_type = le32_to_cpu(fsec_entry.type);
type             2942 drivers/net/ethernet/emulex/benet/be_cmds.c 		img_type   = le32_to_cpu(fsec->fsec_entry[i].type);
type             4461 drivers/net/ethernet/emulex/benet/be_cmds.c 	req->type = profile_type;
type             4469 drivers/net/ethernet/emulex/benet/be_cmds.c 		req->type |= QUERY_MODIFIABLE_FIELDS_TYPE;
type              417 drivers/net/ethernet/emulex/benet/be_cmds.h 	u8 type;
type              584 drivers/net/ethernet/emulex/benet/be_cmds.h 	u16 type;
type             1405 drivers/net/ethernet/emulex/benet/be_cmds.h 	u32 type;
type             2256 drivers/net/ethernet/emulex/benet/be_cmds.h 	u8 type;
type             2405 drivers/net/ethernet/emulex/benet/be_cmds.h 		     int type);
type               20 drivers/net/ethernet/emulex/benet/be_ethtool.c 	int type;
type             1345 drivers/net/ethernet/emulex/benet/be_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8079;
type             1348 drivers/net/ethernet/emulex/benet/be_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8472;
type             5173 drivers/net/ethernet/emulex/benet/be_main.c 	if (ti->type != UDP_TUNNEL_TYPE_VXLAN)
type              349 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c static int dpaa_setup_tc(struct net_device *net_dev, enum tc_setup_type type,
type              357 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c 	if (type != TC_SETUP_QDISC_MQPRIO)
type             2353 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c 		enum pkt_hash_types type;
type             2356 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c 		type = be32_to_cpu(fd->status) & FM_FD_STAT_L4CV ?
type             2359 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c 			     type);
type              221 drivers/net/ethernet/freescale/dpaa/dpaa_ethtool.c static int dpaa_get_sset_count(struct net_device *net_dev, int type)
type              229 drivers/net/ethernet/freescale/dpaa/dpaa_ethtool.c 	switch (type) {
type               66 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-debugfs.c 	switch (fq->type) {
type              587 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 	swa->type = DPAA2_ETH_SWA_SG;
type              644 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 	swa->type = DPAA2_ETH_SWA_SINGLE;
type              689 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		if (swa->type == DPAA2_ETH_SWA_SINGLE) {
type              698 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 			WARN_ONCE(swa->type != DPAA2_ETH_SWA_XDP, "Wrong SWA type");
type              718 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 	if (swa->type != DPAA2_ETH_SWA_XDP && in_napi) {
type              723 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 	if (swa->type == DPAA2_ETH_SWA_XDP) {
type             1141 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		if (fq->type == DPAA2_RX_FQ) {
type             1223 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		if (priv->fq[i].type != DPAA2_RX_FQ)
type             1883 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 	swa->type = DPAA2_ETH_SWA_XDP;
type             1976 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 			      enum tc_setup_type type, void *type_data)
type             1983 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 	if (type != TC_SETUP_QDISC_MQPRIO)
type             2304 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		switch (fq->type) {
type             2318 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 			dev_err(dev, "Unknown FQ type: %d\n", fq->type);
type             2335 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		priv->fq[priv->num_fqs].type = DPAA2_TX_CONF_FQ;
type             2341 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		priv->fq[priv->num_fqs].type = DPAA2_RX_FQ;
type             2568 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		if (fq->type != DPAA2_TX_CONF_FQ)
type             2698 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 	queue.destination.type = DPNI_DEST_DPCON;
type             2761 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 	queue.destination.type = DPNI_DEST_DPCON;
type             2955 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 				  enum dpaa2_eth_rx_dist type, u64 flags)
type             2977 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		if (type == DPAA2_ETH_RX_DIST_HASH)
type             2985 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		key->type = DPKG_EXTRACT_FROM_HDR;
type             2987 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		key->extract.from_hdr.type = DPKG_FULL_FIELD;
type             3011 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 	if (type == DPAA2_ETH_RX_DIST_HASH) {
type             3022 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 	if (!err && type == DPAA2_ETH_RX_DIST_HASH)
type             3138 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		switch (priv->fq[i].type) {
type             3146 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 			dev_err(dev, "Invalid FQ type %d\n", priv->fq[i].type);
type              103 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h 	enum dpaa2_eth_swa_type type;
type              312 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h 	enum dpaa2_eth_fq_type type;
type              252 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c 		if (priv->fq[j].type == DPAA2_TX_CONF_FQ) {
type               29 drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.c 	switch (rq->type) {
type               95 drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.c 		event.type = PTP_CLOCK_PPS;
type              445 drivers/net/ethernet/freescale/dpaa2/dpkg.h 	enum dpkg_extract_type type;
type              449 drivers/net/ethernet/freescale/dpaa2/dpkg.h 			enum dpkg_extract_from_hdr_type type;
type              131 drivers/net/ethernet/freescale/dpaa2/dpni-cmd.h 	__le32 type;
type               35 drivers/net/ethernet/freescale/dpaa2/dpni.c 		switch (cfg->extracts[i].type) {
type               39 drivers/net/ethernet/freescale/dpaa2/dpni.c 				       cfg->extracts[i].extract.from_hdr.type);
type               63 drivers/net/ethernet/freescale/dpaa2/dpni.c 			       cfg->extracts[i].type);
type              703 drivers/net/ethernet/freescale/dpaa2/dpni.c 		     enum dpni_offload type,
type              713 drivers/net/ethernet/freescale/dpaa2/dpni.c 	cmd_params->dpni_offload = type;
type              722 drivers/net/ethernet/freescale/dpaa2/dpni.c 		     enum dpni_offload type,
type              735 drivers/net/ethernet/freescale/dpaa2/dpni.c 	cmd_params->dpni_offload = type;
type             1396 drivers/net/ethernet/freescale/dpaa2/dpni.c 	dpni_set_field(cmd_params->flags, DEST_TYPE, queue->destination.type);
type             1453 drivers/net/ethernet/freescale/dpaa2/dpni.c 	queue->destination.type = dpni_get_field(rsp_params->flags,
type              377 drivers/net/ethernet/freescale/dpaa2/dpni.h 		     enum dpni_offload	type,
type              383 drivers/net/ethernet/freescale/dpaa2/dpni.h 		     enum dpni_offload	type,
type              787 drivers/net/ethernet/freescale/dpaa2/dpni.h 		enum dpni_dest type;
type             1430 drivers/net/ethernet/freescale/enetc/enetc.c int enetc_setup_tc(struct net_device *ndev, enum tc_setup_type type,
type             1439 drivers/net/ethernet/freescale/enetc/enetc.c 	if (type != TC_SETUP_QDISC_MQPRIO)
type              232 drivers/net/ethernet/freescale/enetc/enetc.h int enetc_setup_tc(struct net_device *ndev, enum tc_setup_type type,
type              524 drivers/net/ethernet/freescale/enetc/enetc_hw.h 	u16 type;	/* command class type */
type              138 drivers/net/ethernet/freescale/enetc/enetc_pf.c static void enetc_clear_mac_ht_flt(struct enetc_si *si, int si_idx, int type)
type              142 drivers/net/ethernet/freescale/enetc/enetc_pf.c 	if (type == UC) {
type              151 drivers/net/ethernet/freescale/enetc/enetc_pf.c static void enetc_set_mac_ht_flt(struct enetc_si *si, int si_idx, int type,
type              156 drivers/net/ethernet/freescale/enetc/enetc_pf.c 	if (type == UC) {
type              611 drivers/net/ethernet/freescale/enetc/enetc_pf.c 	cmd_type = cmd_hdr->type;
type               72 drivers/net/ethernet/freescale/enetc/enetc_vf.c 	cmd->header.type = ENETC_MSG_CMD_MNG_MAC;
type              447 drivers/net/ethernet/freescale/fec_ptp.c 	if (rq->type == PTP_CLK_REQ_PPS) {
type              555 drivers/net/ethernet/freescale/fec_ptp.c 		event.type = PTP_CLOCK_PPS;
type              444 drivers/net/ethernet/freescale/fman/fman_port.c 	enum fman_port_type type;	/* Port type */
type             1070 drivers/net/ethernet/freescale/fman/fman_port.c static int get_dflt_fifo_deq_pipeline_depth(u8 major, enum fman_port_type type,
type             1073 drivers/net/ethernet/freescale/fman/fman_port.c 	switch (type) {
type             1092 drivers/net/ethernet/freescale/fman/fman_port.c static int get_dflt_num_of_tasks(u8 major, enum fman_port_type type,
type             1095 drivers/net/ethernet/freescale/fman/fman_port.c 	switch (type) {
type             1114 drivers/net/ethernet/freescale/fman/fman_port.c static int get_dflt_extra_num_of_tasks(u8 major, enum fman_port_type type,
type             1117 drivers/net/ethernet/freescale/fman/fman_port.c 	switch (type) {
type             1134 drivers/net/ethernet/freescale/fman/fman_port.c static int get_dflt_num_of_open_dmas(u8 major, enum fman_port_type type,
type             1140 drivers/net/ethernet/freescale/fman/fman_port.c 		switch (type) {
type             1157 drivers/net/ethernet/freescale/fman/fman_port.c 		switch (type) {
type             1173 drivers/net/ethernet/freescale/fman/fman_port.c static int get_dflt_extra_num_of_open_dmas(u8 major, enum fman_port_type type,
type             1181 drivers/net/ethernet/freescale/fman/fman_port.c 	switch (type) {
type             1193 drivers/net/ethernet/freescale/fman/fman_port.c static int get_dflt_num_of_fifo_bufs(u8 major, enum fman_port_type type,
type             1199 drivers/net/ethernet/freescale/fman/fman_port.c 		switch (type) {
type             1216 drivers/net/ethernet/freescale/fman/fman_port.c 		switch (type) {
type             1334 drivers/net/ethernet/freescale/fman/fman_port.c 	port->port_type = port->dts_params.type;
type             1832 drivers/net/ethernet/freescale/fman/fman_port.c 	port->dts_params.type = port_type;
type              320 drivers/net/ethernet/freescale/fsl_pq_mdio.c 		.type = "mdio",
type              353 drivers/net/ethernet/freescale/fsl_pq_mdio.c 		.type = "mdio",
type             3731 drivers/net/ethernet/freescale/gianfar.c 		.type = "network",
type             3950 drivers/net/ethernet/freescale/ucc_geth.c 		.type = "network",
type               49 drivers/net/ethernet/hisilicon/hns/hnae.c 	cb->type = DESC_TYPE_PAGE;
type               59 drivers/net/ethernet/hisilicon/hns/hnae.c 	if (cb->type == DESC_TYPE_SKB)
type               80 drivers/net/ethernet/hisilicon/hns/hnae.c 	if (cb->type == DESC_TYPE_SKB)
type              225 drivers/net/ethernet/hisilicon/hns/hnae.h 	u16 type;
type              475 drivers/net/ethernet/hisilicon/hns/hnae.h 	int (*set_opts)(struct hnae_handle *handle, int type, void *opts);
type              476 drivers/net/ethernet/hisilicon/hns/hnae.h 	int (*get_opts)(struct hnae_handle *handle, int type, void **opts);
type               64 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c        obj_args[0].integer.type = ACPI_TYPE_INTEGER;
type               66 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c        obj_args[1].integer.type = ACPI_TYPE_INTEGER;
type               68 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c        obj_args[2].integer.type = ACPI_TYPE_INTEGER;
type               71 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c        argv4.type = ACPI_TYPE_PACKAGE;
type               93 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c 	obj_args[0].integer.type = ACPI_TYPE_INTEGER;
type               95 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c 	obj_args[1].integer.type = ACPI_TYPE_INTEGER;
type               98 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c 	argv4.type = ACPI_TYPE_PACKAGE;
type              256 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c 	obj_args[0].integer.type = ACPI_TYPE_INTEGER;
type              258 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c 	obj_args[1].integer.type = ACPI_TYPE_INTEGER;
type              260 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c 	obj_args[2].integer.type = ACPI_TYPE_INTEGER;
type              263 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c 	argv4.type = ACPI_TYPE_PACKAGE;
type              544 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c 	obj_args.integer.type = ACPI_TYPE_INTEGER;
type              547 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c 	argv4.type = ACPI_TYPE_PACKAGE,
type              555 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c 	if (!obj || obj->type != ACPI_TYPE_INTEGER)
type              591 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c 	obj_args.integer.type = ACPI_TYPE_INTEGER;
type              594 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c 	argv4.type = ACPI_TYPE_PACKAGE,
type              602 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c 	if (!obj || obj->type != ACPI_TYPE_INTEGER)
type              683 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c 	obj_args[0].integer.type = ACPI_TYPE_INTEGER;
type              685 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c 	obj_args[1].integer.type = ACPI_TYPE_INTEGER;
type              688 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c 	argv4.type = ACPI_TYPE_PACKAGE;
type               38 drivers/net/ethernet/hisilicon/hns/hns_enet.c 			    int buf_num, enum hns_desc_type type, int mtu)
type               57 drivers/net/ethernet/hisilicon/hns/hns_enet.c 	desc_cb->type = type;
type               70 drivers/net/ethernet/hisilicon/hns/hns_enet.c 	if (type == DESC_TYPE_SKB) {
type              131 drivers/net/ethernet/hisilicon/hns/hns_enet.c 			 int buf_num, enum hns_desc_type type, int mtu)
type              134 drivers/net/ethernet/hisilicon/hns/hns_enet.c 			buf_num, type, mtu);
type              146 drivers/net/ethernet/hisilicon/hns/hns_enet.c 		      int buf_num, enum hns_desc_type type, int mtu)
type              159 drivers/net/ethernet/hisilicon/hns/hns_enet.c 	desc_cb->type = type;
type              169 drivers/net/ethernet/hisilicon/hns/hns_enet.c 	if (type == DESC_TYPE_SKB) {
type              281 drivers/net/ethernet/hisilicon/hns/hns_enet.c 			  int buf_num, enum hns_desc_type type, int mtu)
type              299 drivers/net/ethernet/hisilicon/hns/hns_enet.c 				(type == DESC_TYPE_SKB && !k) ?
type              922 drivers/net/ethernet/hisilicon/hns/hns_enet.c 	(*pkts) += (desc_cb->type == DESC_TYPE_SKB);
type             1423 drivers/net/ethernet/hisilicon/hns/hns_enet.c 	enum hnae_port_type type = priv->ae_handle->port_type;
type             1434 drivers/net/ethernet/hisilicon/hns/hns_enet.c 	if (type == HNAE_PORT_DEBUG)
type             2020 drivers/net/ethernet/hisilicon/hns/hns_enet.c 	enum hnae_port_type type = priv->ae_handle->port_type;
type             2034 drivers/net/ethernet/hisilicon/hns/hns_enet.c 		    (type == HNAE_PORT_DEBUG ? "debug" : "service"));
type               47 drivers/net/ethernet/hisilicon/hns/hns_enet.h 			  int buf_num, enum hns_desc_type type, int mtu);
type               35 drivers/net/ethernet/hisilicon/hns3/hnae3.c 	switch (client->type) {
type               53 drivers/net/ethernet/hisilicon/hns3/hnae3.c 	switch (client->type) {
type               75 drivers/net/ethernet/hisilicon/hns3/hnae3.c 	if (!(hnae3_client_match(client->type) &&
type               92 drivers/net/ethernet/hisilicon/hns3/hnae3.c 	if (!(hnae3_client_match(client->type) &&
type              114 drivers/net/ethernet/hisilicon/hns3/hnae3.c 		if (client_tmp->type == client->type)
type              151 drivers/net/ethernet/hisilicon/hns3/hnae3.c 		if (client_tmp->type == client->type) {
type              220 drivers/net/ethernet/hisilicon/hns3/hnae3.h 			    enum hnae3_reset_notify_type type);
type              229 drivers/net/ethernet/hisilicon/hns3/hnae3.h 	enum hnae3_client_type type;
type             1108 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 			  enum hns_desc_type type)
type             1118 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	if (type == DESC_TYPE_SKB) {
type             1146 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 		desc_cb->type = type;
type             1168 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 		desc_cb->type = (type == DESC_TYPE_SKB && !k) ?
type             1303 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 		if (ring->desc_cb[ring->next_to_use].type == DESC_TYPE_SKB)
type             1602 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c static int hns3_nic_setup_tc(struct net_device *dev, enum tc_setup_type type,
type             1605 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	if (type != TC_SETUP_QDISC_MQPRIO)
type             2135 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	cb->type = DESC_TYPE_PAGE;
type             2143 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	if (cb->type == DESC_TYPE_SKB)
type             2164 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	if (cb->type == DESC_TYPE_SKB)
type             2301 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 		(*pkts) += (desc_cb->type == DESC_TYPE_SKB);
type             2466 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	__be16 type = skb->protocol;
type             2470 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	while (eth_type_vlan(type)) {
type             2477 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 		type = vh->h_vlan_encapsulated_proto;
type             2483 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	if (type == htons(ETH_P_IP)) {
type             2491 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	} else if (type == htons(ETH_P_IPV6)) {
type             2502 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 			    be16_to_cpu(type), depth);
type             4396 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 			     enum hnae3_reset_notify_type type)
type             4400 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	switch (type) {
type             4507 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	{ .type = HNAE3_PPU_POISON_ERROR,
type             4509 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	{ .type = HNAE3_CMDQ_ECC_ERROR,
type             4511 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	{ .type = HNAE3_IMP_RD_POISON_ERROR,
type             4516 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 				  enum hnae3_hw_error_type type)
type             4521 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 		if (hns3_hw_err[i].type == type) {
type             4549 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	client.type = HNAE3_CLIENT_KNIC;
type              313 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h 	u16 type;
type              556 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h 	enum hnae3_hw_error_type type;
type             3106 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			enum hnae3_reset_notify_type type)
type             3121 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		ret = client->ops->reset_notify(handle, type);
type             3124 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 				"notify nic client failed %d(%d)\n", type, ret);
type             3133 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 				    enum hnae3_reset_notify_type type)
type             3148 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		ret = client->ops->reset_notify(handle, type);
type             3152 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 				type, ret);
type             3302 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			   enum hnae3_hw_error_type type)
type             3312 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		client->ops->process_hw_error(&hdev->vport[i].nic, type);
type             3927 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	else if (handle->client->type == HNAE3_CLIENT_ROCE)
type             8953 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		switch (client->type) {
type             9014 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		if (client->type == HNAE3_CLIENT_ROCE)
type              976 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h 			enum hnae3_reset_notify_type type);
type              996 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h 			   enum hnae3_hw_error_type type);
type               92 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c 	else if (handle->client->type == HNAE3_CLIENT_ROCE)
type             1002 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c 	u8 type;
type             1005 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c 	type = en ? HCLGE_MBX_MAP_RING_TO_VECTOR :
type             1016 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c 			req->msg[0] = type;
type             1045 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c 			req->msg[0] = type;
type             1350 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c 				 enum hnae3_reset_notify_type type)
type             1363 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c 	ret = client->ops->reset_notify(handle, type);
type             1366 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c 			type, ret);
type             2410 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c 	switch (client->type) {
type             2466 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c 	    client->type != HNAE3_CLIENT_ROCE) {
type              154 drivers/net/ethernet/huawei/hinic/hinic_hw_api_cmd.c static u8 get_cell_data_size(enum hinic_api_cmd_chain_type type)
type              158 drivers/net/ethernet/huawei/hinic/hinic_hw_api_cmd.c 	switch (type) {
type              912 drivers/net/ethernet/huawei/hinic/hinic_hw_api_cmd.c 	enum hinic_api_cmd_chain_type type, chain_type;
type              943 drivers/net/ethernet/huawei/hinic/hinic_hw_api_cmd.c 	type = HINIC_API_CMD_WRITE_TO_MGMT_CPU;
type              944 drivers/net/ethernet/huawei/hinic/hinic_hw_api_cmd.c 	for ( ; type < chain_type; type++) {
type              945 drivers/net/ethernet/huawei/hinic/hinic_hw_api_cmd.c 		if (type != HINIC_API_CMD_WRITE_TO_MGMT_CPU)
type              948 drivers/net/ethernet/huawei/hinic/hinic_hw_api_cmd.c 		api_cmd_destroy_chain(chain[type]);
type              791 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 	enum hinic_cmdq_type type, cmdq_type;
type              847 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 	for (type = HINIC_CMDQ_SYNC; type < cmdq_type; type++)
type              848 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 		free_cmdq(&cmdqs->cmdq[type]);
type               31 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c #define EQ_CONS_IDX_REG_ADDR(eq)        (((eq)->type == HINIC_AEQ) ? \
type               35 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c #define EQ_PROD_IDX_REG_ADDR(eq)        (((eq)->type == HINIC_AEQ) ? \
type               39 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c #define EQ_HI_PHYS_ADDR_REG(eq, pg_num) (((eq)->type == HINIC_AEQ) ? \
type               43 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c #define EQ_LO_PHYS_ADDR_REG(eq, pg_num) (((eq)->type == HINIC_AEQ) ? \
type              347 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	if (eq->type == HINIC_AEQ)
type              349 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	else if (eq->type == HINIC_CEQ)
type              422 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	enum hinic_eq_type type = eq->type;
type              425 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	if (type == HINIC_AEQ) {
type              445 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	} else if (type == HINIC_CEQ) {
type              472 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	enum hinic_eq_type type = eq->type;
type              476 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	if (type == HINIC_AEQ) {
type              496 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	} else if (type == HINIC_CEQ) {
type              611 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	if (eq->type == HINIC_AEQ)
type              613 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	else if (eq->type == HINIC_CEQ)
type              663 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 		   enum hinic_eq_type type, int q_id, u32 q_len, u32 page_size,
type              670 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	eq->type = type;
type              682 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	if (type == HINIC_AEQ) {
type              684 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	} else if (type == HINIC_CEQ) {
type              715 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	if (type == HINIC_AEQ) {
type              719 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	} else if (type == HINIC_CEQ) {
type              732 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	if (type == HINIC_AEQ)
type              735 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	else if (type == HINIC_CEQ)
type              761 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	if (eq->type == HINIC_AEQ) {
type              768 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c 	} else if (eq->type == HINIC_CEQ) {
type              175 drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.h 	enum hinic_eq_type      type;
type              502 drivers/net/ethernet/huawei/hinic/hinic_hw_io.c 	enum hinic_cmdq_type cmdq, type;
type              555 drivers/net/ethernet/huawei/hinic/hinic_hw_io.c 	for (type = HINIC_CMDQ_SYNC; type < cmdq; type++)
type              556 drivers/net/ethernet/huawei/hinic/hinic_hw_io.c 		return_db_area(func_to_io, func_to_io->cmdq_db_area[type]);
type              528 drivers/net/ethernet/huawei/hinic/hinic_port.c 	lro_timer.type = 0;
type              841 drivers/net/ethernet/huawei/hinic/hinic_port.c 			      u8 type)
type              851 drivers/net/ethernet/huawei/hinic/hinic_port.c 	rss_engine.hash_engine = type;
type              867 drivers/net/ethernet/huawei/hinic/hinic_port.c int hinic_rss_get_hash_engine(struct hinic_dev *nic_dev, u8 tmpl_idx, u8 *type)
type              876 drivers/net/ethernet/huawei/hinic/hinic_port.c 	if (!hwdev || !type)
type              894 drivers/net/ethernet/huawei/hinic/hinic_port.c 	*type = hash_type.hash_engine;
type              232 drivers/net/ethernet/huawei/hinic/hinic_port.h 	u8	type;   /* 0: set timer value, 1: get timer value */
type              556 drivers/net/ethernet/huawei/hinic/hinic_port.h 			      u8 type);
type              576 drivers/net/ethernet/huawei/hinic/hinic_port.h 			      u8 *type);
type               83 drivers/net/ethernet/i825xx/ether1.c #define ether1_readw(dev, addr, type, offset, svflgs) ether1_inw_p (dev, addr + (int)(&((type *)0)->offset), svflgs)
type               84 drivers/net/ethernet/i825xx/ether1.c #define ether1_writew(dev, val, addr, type, offset, svflgs) ether1_outw_p (dev, val, addr + (int)(&((type *)0)->offset), svflgs)
type              241 drivers/net/ethernet/ibm/ehea/ehea.h 	u32 type;
type               98 drivers/net/ethernet/ibm/ehea/ehea_main.c 		.type = "network",
type              530 drivers/net/ethernet/ibm/ehea/ehea_main.c 	*rq_num = (cqe->type & EHEA_CQE_TYPE_RQ) >> 5;
type              368 drivers/net/ethernet/ibm/ehea/ehea_phyp.c 	    | EHEA_BMASK_SET(H_ALL_RES_EQ_NEQ, eq_attr->type ? 1 : 0)
type              230 drivers/net/ethernet/ibm/ehea/ehea_qmr.c 			       const enum ehea_eq_type type,
type              243 drivers/net/ethernet/ibm/ehea/ehea_qmr.c 	eq->attr.type = type;
type              953 drivers/net/ethernet/ibm/ehea/ehea_qmr.c 	u64 type = EHEA_BMASK_GET(ERROR_DATA_TYPE, data[2]);
type              961 drivers/net/ethernet/ibm/ehea/ehea_qmr.c 	if (type == EHEA_AER_RESTYPE_QP)
type              964 drivers/net/ethernet/ibm/ehea/ehea_qmr.c 	else if (type == EHEA_AER_RESTYPE_CQ)
type              967 drivers/net/ethernet/ibm/ehea/ehea_qmr.c 	else if (type == EHEA_AER_RESTYPE_EQ)
type              979 drivers/net/ethernet/ibm/ehea/ehea_qmr.c 	u64 type = 0;
type              990 drivers/net/ethernet/ibm/ehea/ehea_qmr.c 		type = EHEA_BMASK_GET(ERROR_DATA_TYPE, rblock[2]);
type             1001 drivers/net/ethernet/ibm/ehea/ehea_qmr.c 	return type;
type              150 drivers/net/ethernet/ibm/ehea/ehea_qmr.h 	u8 type;
type              357 drivers/net/ethernet/ibm/ehea/ehea_qmr.h 			       enum ehea_eq_type type,
type             3300 drivers/net/ethernet/ibm/emac/core.c 		.type		= "network",
type             3304 drivers/net/ethernet/ibm/emac/core.c 		.type		= "network",
type             3308 drivers/net/ethernet/ibm/emac/core.c 		.type		= "network",
type              755 drivers/net/ethernet/ibm/emac/mal.c 		.type		= "mcmal-dma",
type              759 drivers/net/ethernet/ibm/emac/mal.c 		.type		= "mcmal-dma",
type              292 drivers/net/ethernet/ibm/emac/rgmii.c 		.type		= "emac-rgmii",
type              150 drivers/net/ethernet/ibm/emac/tah.c 		.type		= "tah",
type              297 drivers/net/ethernet/ibm/emac/zmii.c 		.type		= "emac-zmii",
type             1343 drivers/net/ethernet/ibm/ibmvnic.c 			hdr_desc.hdr_ext.type = IBMVNIC_HDR_EXT_DESC;
type             1349 drivers/net/ethernet/ibm/ibmvnic.c 			hdr_desc.hdr.type = IBMVNIC_HDR_DESC;
type             1508 drivers/net/ethernet/ibm/ibmvnic.c 	tx_crq.v1.type = IBMVNIC_TX_DESC;
type             3468 drivers/net/ethernet/ibm/ibmvnic.c 	u8	type;
type             3496 drivers/net/ethernet/ibm/ibmvnic.c 	vlcd->type = 1;
type             3503 drivers/net/ethernet/ibm/ibmvnic.c 	vlcd->type = 2;
type             3510 drivers/net/ethernet/ibm/ibmvnic.c 	vlcd->type = 3;
type              231 drivers/net/ethernet/ibm/ibmvnic.h 	u8 type;
type              258 drivers/net/ethernet/ibm/ibmvnic.h 	u8 type;
type              270 drivers/net/ethernet/ibm/ibmvnic.h 	u8 type;
type              278 drivers/net/ethernet/ibm/ibmvnic.h 	u8 type;
type              198 drivers/net/ethernet/intel/e1000/e1000.h #define E1000_GET_DESC(R, i, type)	(&(((struct type *)((R).desc))[i]))
type               14 drivers/net/ethernet/intel/e1000/e1000_ethtool.c 	int type;
type              443 drivers/net/ethernet/intel/e1000/e1000_ethtool.c 	if (hw->eeprom.type == e1000_eeprom_spi)
type             1812 drivers/net/ethernet/intel/e1000/e1000_ethtool.c 		switch (stat->type) {
type             1821 drivers/net/ethernet/intel/e1000/e1000_ethtool.c 					 stat->type, i);
type             3462 drivers/net/ethernet/intel/e1000/e1000_hw.c 		eeprom->type = e1000_eeprom_microwire;
type             3473 drivers/net/ethernet/intel/e1000/e1000_hw.c 		eeprom->type = e1000_eeprom_microwire;
type             3489 drivers/net/ethernet/intel/e1000/e1000_hw.c 			eeprom->type = e1000_eeprom_spi;
type             3500 drivers/net/ethernet/intel/e1000/e1000_hw.c 			eeprom->type = e1000_eeprom_microwire;
type             3516 drivers/net/ethernet/intel/e1000/e1000_hw.c 	if (eeprom->type == e1000_eeprom_spi) {
type             3589 drivers/net/ethernet/intel/e1000/e1000_hw.c 	if (eeprom->type == e1000_eeprom_microwire)
type             3591 drivers/net/ethernet/intel/e1000/e1000_hw.c 	else if (eeprom->type == e1000_eeprom_spi)
type             3697 drivers/net/ethernet/intel/e1000/e1000_hw.c 	if (eeprom->type == e1000_eeprom_microwire) {
type             3705 drivers/net/ethernet/intel/e1000/e1000_hw.c 	} else if (eeprom->type == e1000_eeprom_spi) {
type             3727 drivers/net/ethernet/intel/e1000/e1000_hw.c 	if (eeprom->type == e1000_eeprom_microwire) {
type             3750 drivers/net/ethernet/intel/e1000/e1000_hw.c 	} else if (eeprom->type == e1000_eeprom_spi) {
type             3775 drivers/net/ethernet/intel/e1000/e1000_hw.c 	if (hw->eeprom.type == e1000_eeprom_spi) {
type             3783 drivers/net/ethernet/intel/e1000/e1000_hw.c 	} else if (hw->eeprom.type == e1000_eeprom_microwire) {
type             3901 drivers/net/ethernet/intel/e1000/e1000_hw.c 	if (eeprom->type == e1000_eeprom_spi) {
type             3934 drivers/net/ethernet/intel/e1000/e1000_hw.c 	} else if (eeprom->type == e1000_eeprom_microwire) {
type             4066 drivers/net/ethernet/intel/e1000/e1000_hw.c 	if (eeprom->type == e1000_eeprom_microwire) {
type              232 drivers/net/ethernet/intel/e1000/e1000_hw.h 	e1000_eeprom_type type;
type             3406 drivers/net/ethernet/intel/e1000/e1000_main.c 		const char *type;
type             3409 drivers/net/ethernet/intel/e1000/e1000_main.c 			type = "NTC/U";
type             3411 drivers/net/ethernet/intel/e1000/e1000_main.c 			type = "NTU";
type             3413 drivers/net/ethernet/intel/e1000/e1000_main.c 			type = "NTC";
type             3415 drivers/net/ethernet/intel/e1000/e1000_main.c 			type = "";
type             3422 drivers/net/ethernet/intel/e1000/e1000_main.c 			(u64)buffer_info->time_stamp, buffer_info->skb, type);
type             3448 drivers/net/ethernet/intel/e1000/e1000_main.c 		const char *type;
type             3451 drivers/net/ethernet/intel/e1000/e1000_main.c 			type = "NTU";
type             3453 drivers/net/ethernet/intel/e1000/e1000_main.c 			type = "NTC";
type             3455 drivers/net/ethernet/intel/e1000/e1000_main.c 			type = "";
type             3459 drivers/net/ethernet/intel/e1000/e1000_main.c 			(u64)buffer_info->dma, buffer_info->rxbuf.data, type);
type              167 drivers/net/ethernet/intel/e1000/e1000_param.c 	enum { enable_option, range_option, list_option } type;
type              192 drivers/net/ethernet/intel/e1000/e1000_param.c 	switch (opt->type) {
type              261 drivers/net/ethernet/intel/e1000/e1000_param.c 			.type = range_option,
type              289 drivers/net/ethernet/intel/e1000/e1000_param.c 			.type = range_option,
type              314 drivers/net/ethernet/intel/e1000/e1000_param.c 			.type = enable_option,
type              339 drivers/net/ethernet/intel/e1000/e1000_param.c 			.type = list_option,
type              357 drivers/net/ethernet/intel/e1000/e1000_param.c 			.type = range_option,
type              375 drivers/net/ethernet/intel/e1000/e1000_param.c 			.type = range_option,
type              393 drivers/net/ethernet/intel/e1000/e1000_param.c 			.type = range_option,
type              411 drivers/net/ethernet/intel/e1000/e1000_param.c 			.type = range_option,
type              429 drivers/net/ethernet/intel/e1000/e1000_param.c 			.type = range_option,
type              478 drivers/net/ethernet/intel/e1000/e1000_param.c 			.type = enable_option,
type              551 drivers/net/ethernet/intel/e1000/e1000_param.c 			.type = list_option,
type              573 drivers/net/ethernet/intel/e1000/e1000_param.c 			.type = list_option,
type              629 drivers/net/ethernet/intel/e1000/e1000_param.c 			.type = list_option,
type               44 drivers/net/ethernet/intel/e1000e/80003es2lan.c 		phy->type = e1000_phy_none;
type               54 drivers/net/ethernet/intel/e1000e/80003es2lan.c 	phy->type = e1000_phy_gg82563;
type               93 drivers/net/ethernet/intel/e1000e/80003es2lan.c 	nvm->type = e1000_nvm_eeprom_spi;
type               51 drivers/net/ethernet/intel/e1000e/82571.c 		phy->type = e1000_phy_none;
type               62 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type               65 drivers/net/ethernet/intel/e1000e/82571.c 		phy->type = e1000_phy_igp_2;
type               68 drivers/net/ethernet/intel/e1000e/82571.c 		phy->type = e1000_phy_m88;
type               72 drivers/net/ethernet/intel/e1000e/82571.c 		phy->type = e1000_phy_bm;
type               90 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type              143 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type              148 drivers/net/ethernet/intel/e1000e/82571.c 			nvm->type = e1000_nvm_flash_hw;
type              159 drivers/net/ethernet/intel/e1000e/82571.c 		nvm->type = e1000_nvm_eeprom_spi;
type              175 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type              239 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type              276 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type              352 drivers/net/ethernet/intel/e1000e/82571.c 	switch (adapter->hw.mac.type) {
type              394 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type              655 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type              698 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type              737 drivers/net/ethernet/intel/e1000e/82571.c 	if (hw->nvm.type != e1000_nvm_flash_hw)
type              785 drivers/net/ethernet/intel/e1000e/82571.c 	if (hw->nvm.type == e1000_nvm_flash_hw)
type              967 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type              985 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type             1001 drivers/net/ethernet/intel/e1000e/82571.c 	if (hw->nvm.type == e1000_nvm_flash_hw) {
type             1019 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type             1042 drivers/net/ethernet/intel/e1000e/82571.c 	if (hw->mac.type == e1000_82571) {
type             1107 drivers/net/ethernet/intel/e1000e/82571.c 	switch (mac->type) {
type             1159 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type             1175 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type             1191 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type             1204 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type             1217 drivers/net/ethernet/intel/e1000e/82571.c 	if (hw->mac.type == e1000_82571) {
type             1226 drivers/net/ethernet/intel/e1000e/82571.c 	if ((hw->mac.type == e1000_82571) || (hw->mac.type == e1000_82572)) {
type             1235 drivers/net/ethernet/intel/e1000e/82571.c 	if (hw->mac.type <= e1000_82573) {
type             1242 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type             1278 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type             1398 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type             1430 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->phy.type) {
type             1457 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type             1659 drivers/net/ethernet/intel/e1000e/82571.c 	switch (hw->mac.type) {
type             1684 drivers/net/ethernet/intel/e1000e/82571.c 	if (hw->mac.type != e1000_82571)
type             1699 drivers/net/ethernet/intel/e1000e/82571.c 	if (hw->mac.type != e1000_82571)
type             1732 drivers/net/ethernet/intel/e1000e/82571.c 	if (nvm->type != e1000_nvm_flash_hw)
type             1774 drivers/net/ethernet/intel/e1000e/82571.c 	if (hw->mac.type == e1000_82571) {
type              444 drivers/net/ethernet/intel/e1000e/e1000.h #define E1000_GET_DESC(R, i, type)	(&(((struct type *)((R).desc))[i]))
type               21 drivers/net/ethernet/intel/e1000e/ethtool.c 	int type;
type               28 drivers/net/ethernet/intel/e1000e/ethtool.c 		.type = E1000_STATS, \
type               33 drivers/net/ethernet/intel/e1000e/ethtool.c 		.type = NETDEV_STATS, \
type              118 drivers/net/ethernet/intel/e1000e/ethtool.c 		if (hw->phy.type == e1000_phy_ife)
type              459 drivers/net/ethernet/intel/e1000e/ethtool.c 	regs_buff[12] = adapter->hw.phy.type;	/* PHY type (IGP=1, M88=0) */
type              464 drivers/net/ethernet/intel/e1000e/ethtool.c 	if (hw->phy.type == e1000_phy_m88) {
type              519 drivers/net/ethernet/intel/e1000e/ethtool.c 	if (hw->nvm.type == e1000_nvm_eeprom_spi) {
type              619 drivers/net/ethernet/intel/e1000e/ethtool.c 	    (hw->mac.type == e1000_82583) ||
type              620 drivers/net/ethernet/intel/e1000e/ethtool.c 	    (hw->mac.type == e1000_82574) ||
type              621 drivers/net/ethernet/intel/e1000e/ethtool.c 	    (hw->mac.type == e1000_82573))
type              836 drivers/net/ethernet/intel/e1000e/ethtool.c 	switch (mac->type) {
type              891 drivers/net/ethernet/intel/e1000e/ethtool.c 	switch (mac->type) {
type              905 drivers/net/ethernet/intel/e1000e/ethtool.c 	if (mac->type >= e1000_pch_lpt)
type              910 drivers/net/ethernet/intel/e1000e/ethtool.c 		if (mac->type >= e1000_pch_lpt) {
type              921 drivers/net/ethernet/intel/e1000e/ethtool.c 		if (mac->type == e1000_pch2lan) {
type              936 drivers/net/ethernet/intel/e1000e/ethtool.c 		if ((mac->type == e1000_pch2lan) && (i > 6))
type             1029 drivers/net/ethernet/intel/e1000e/ethtool.c 				if (adapter->hw.mac.type == e1000_ich8lan ||
type             1030 drivers/net/ethernet/intel/e1000e/ethtool.c 				    adapter->hw.mac.type == e1000_ich9lan)
type             1320 drivers/net/ethernet/intel/e1000e/ethtool.c 	if (hw->phy.type == e1000_phy_ife) {
type             1340 drivers/net/ethernet/intel/e1000e/ethtool.c 	switch (hw->phy.type) {
type             1415 drivers/net/ethernet/intel/e1000e/ethtool.c 	    hw->phy.type == e1000_phy_m88) {
type             1430 drivers/net/ethernet/intel/e1000e/ethtool.c 	if (hw->phy.type == e1000_phy_m88)
type             1517 drivers/net/ethernet/intel/e1000e/ethtool.c 	if (hw->mac.type >= e1000_pch_spt) {
type             1530 drivers/net/ethernet/intel/e1000e/ethtool.c 		switch (hw->mac.type) {
type             1559 drivers/net/ethernet/intel/e1000e/ethtool.c 	switch (hw->mac.type) {
type             1591 drivers/net/ethernet/intel/e1000e/ethtool.c 		if (hw->phy.type == e1000_phy_gg82563)
type             1962 drivers/net/ethernet/intel/e1000e/ethtool.c 		if (hw->phy.type == e1000_phy_ife)
type             2061 drivers/net/ethernet/intel/e1000e/ethtool.c 		switch (e1000_gstrings_stats[i].type) {
type             2162 drivers/net/ethernet/intel/e1000e/ethtool.c 	switch (hw->phy.type) {
type             2204 drivers/net/ethernet/intel/e1000e/ethtool.c 	if (hw->phy.type == e1000_phy_82579)
type              535 drivers/net/ethernet/intel/e1000e/hw.h 	enum e1000_mac_type type;
type              574 drivers/net/ethernet/intel/e1000e/hw.h 	enum e1000_phy_type type;
type              608 drivers/net/ethernet/intel/e1000e/hw.h 	enum e1000_nvm_type type;
type              211 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type < e1000_pch_lpt) {
type              222 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type >= e1000_pch_lpt) {
type              268 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type < e1000_pch_lpt) {
type              315 drivers/net/ethernet/intel/e1000e/ich8lan.c 	switch (hw->mac.type) {
type              342 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if ((hw->mac.type == e1000_pchlan) &&
type              354 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (hw->mac.type >= e1000_pch_lpt) {
type              406 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if ((hw->mac.type == e1000_pch2lan) &&
type              449 drivers/net/ethernet/intel/e1000e/ich8lan.c 		switch (hw->mac.type) {
type              472 drivers/net/ethernet/intel/e1000e/ich8lan.c 	phy->type = e1000e_get_phy_type_from_id(phy->id);
type              474 drivers/net/ethernet/intel/e1000e/ich8lan.c 	switch (phy->type) {
type              543 drivers/net/ethernet/intel/e1000e/ich8lan.c 		phy->type = e1000_phy_igp_3;
type              554 drivers/net/ethernet/intel/e1000e/ich8lan.c 		phy->type = e1000_phy_ife;
type              561 drivers/net/ethernet/intel/e1000e/ich8lan.c 		phy->type = e1000_phy_bm;
type              592 drivers/net/ethernet/intel/e1000e/ich8lan.c 	nvm->type = e1000_nvm_flash_sw;
type              594 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type >= e1000_pch_spt) {
type              668 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (mac->type == e1000_ich8lan)
type              678 drivers/net/ethernet/intel/e1000e/ich8lan.c 	switch (mac->type) {
type              720 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (mac->type >= e1000_pch_lpt) {
type              729 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (mac->type == e1000_ich8lan)
type              807 drivers/net/ethernet/intel/e1000e/ich8lan.c 	switch (hw->phy.type) {
type              866 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->phy.type == e1000_phy_82579) {
type             1079 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if ((hw->mac.type < e1000_pch_lpt) ||
type             1134 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if ((hw->phy.type == e1000_phy_i217) && (hw->phy.revision == 6)) {
type             1182 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if ((hw->phy.type == e1000_phy_i217) && (hw->phy.revision == 6) &&
type             1223 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if ((hw->mac.type < e1000_pch_lpt) ||
type             1378 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type == e1000_pchlan) {
type             1388 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if ((hw->mac.type >= e1000_pch2lan) && link) {
type             1399 drivers/net/ethernet/intel/e1000e/ich8lan.c 		} else if (hw->mac.type >= e1000_pch_spt &&
type             1416 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (hw->mac.type == e1000_pch2lan)
type             1422 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (hw->mac.type >= e1000_pch_lpt) {
type             1448 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (hw->mac.type >= e1000_pch_spt) {
type             1498 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type >= e1000_pch_lpt) {
type             1516 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type >= e1000_pch_lpt) {
type             1528 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type >= e1000_pch_lpt) {
type             1531 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (hw->mac.type == e1000_pch_spt) {
type             1547 drivers/net/ethernet/intel/e1000e/ich8lan.c 	switch (hw->mac.type) {
type             1554 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (hw->phy.type == e1000_phy_82578) {
type             1583 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->phy.type > e1000_phy_82579) {
type             1630 drivers/net/ethernet/intel/e1000e/ich8lan.c 	switch (hw->mac.type) {
type             1652 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if ((adapter->hw.phy.type == e1000_phy_ife) ||
type             1653 drivers/net/ethernet/intel/e1000e/ich8lan.c 	    ((adapter->hw.mac.type >= e1000_pch2lan) &&
type             1661 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if ((adapter->hw.mac.type == e1000_ich8lan) &&
type             1662 drivers/net/ethernet/intel/e1000e/ich8lan.c 	    (adapter->hw.phy.type != e1000_phy_ife))
type             1666 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if ((adapter->hw.mac.type == e1000_pch2lan) &&
type             2041 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->phy.type == e1000_phy_i217) {
type             2077 drivers/net/ethernet/intel/e1000e/ich8lan.c 	switch (hw->mac.type) {
type             2079 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (phy->type != e1000_phy_igp_3)
type             2111 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if ((hw->mac.type < e1000_pch2lan) &&
type             2124 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (((hw->mac.type == e1000_pchlan) &&
type             2126 drivers/net/ethernet/intel/e1000e/ich8lan.c 	    (hw->mac.type > e1000_pchlan)) {
type             2193 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type != e1000_pchlan)
type             2203 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (hw->phy.type == e1000_phy_82578) {
type             2219 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (hw->phy.type == e1000_phy_82577) {
type             2321 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type < e1000_pchlan)
type             2328 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type == e1000_pchlan) {
type             2363 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if ((d0_state || (hw->mac.type != e1000_pchlan)) &&
type             2404 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type != e1000_pchlan)
type             2408 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->phy.type == e1000_phy_82577) {
type             2414 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (((hw->phy.type == e1000_phy_82577) &&
type             2416 drivers/net/ethernet/intel/e1000e/ich8lan.c 	    ((hw->phy.type == e1000_phy_82578) && (hw->phy.revision == 1))) {
type             2428 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->phy.type == e1000_phy_82578) {
type             2529 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type < e1000_pch2lan)
type             2692 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type != e1000_pch2lan)
type             2727 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type != e1000_pch2lan)
type             2774 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type < e1000_pch2lan)
type             2834 drivers/net/ethernet/intel/e1000e/ich8lan.c 	switch (hw->mac.type) {
type             2850 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type >= e1000_pchlan) {
type             2864 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type == e1000_pch2lan) {
type             2897 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if ((hw->mac.type == e1000_pch2lan) &&
type             2959 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (phy->type == e1000_phy_ife)
type             2968 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (phy->type != e1000_phy_igp_3)
type             2974 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (hw->mac.type == e1000_ich8lan)
type             2989 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (phy->type != e1000_phy_igp_3)
type             3051 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (phy->type != e1000_phy_igp_3)
type             3088 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (phy->type != e1000_phy_igp_3)
type             3094 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (hw->mac.type == e1000_ich8lan)
type             3127 drivers/net/ethernet/intel/e1000e/ich8lan.c 	switch (hw->mac.type) {
type             3385 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type >= e1000_pch_spt)
type             3404 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (hw->mac.type >= e1000_pch_spt)
type             3428 drivers/net/ethernet/intel/e1000e/ich8lan.c 			if (hw->mac.type >= e1000_pch_spt)
type             3455 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type >= e1000_pch_spt)
type             3461 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type >= e1000_pch_spt)
type             3532 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type >= e1000_pch_spt)
type             3639 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (offset > ICH_FLASH_LINEAR_ADDR_MASK || hw->mac.type < e1000_pch_spt)
type             3753 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (nvm->type != e1000_nvm_flash_sw)
type             3921 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (nvm->type != e1000_nvm_flash_sw)
type             4069 drivers/net/ethernet/intel/e1000e/ich8lan.c 	switch (hw->mac.type) {
type             4158 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type >= e1000_pch_spt) {
type             4178 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (hw->mac.type >= e1000_pch_spt)
type             4190 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (hw->mac.type >= e1000_pch_spt)
type             4248 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type >= e1000_pch_spt) {
type             4264 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (hw->mac.type >= e1000_pch_spt)
type             4277 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (hw->mac.type >= e1000_pch_spt)
type             4469 drivers/net/ethernet/intel/e1000e/ich8lan.c 			if (hw->mac.type >= e1000_pch_spt)
type             4476 drivers/net/ethernet/intel/e1000e/ich8lan.c 			if (hw->mac.type >= e1000_pch_spt)
type             4666 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type == e1000_ich8lan) {
type             4673 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type == e1000_pchlan) {
type             4697 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if ((hw->mac.type == e1000_pch2lan) &&
type             4708 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type == e1000_pch2lan) {
type             4732 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type == e1000_pchlan)
type             4784 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->phy.type == e1000_phy_82578) {
type             4813 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (mac->type == e1000_ich8lan)
type             4848 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type >= e1000_pchlan)
type             4864 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type == e1000_ich8lan)
type             4879 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type == e1000_ich8lan) {
type             4894 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type == e1000_ich8lan)
type             4899 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type >= e1000_pch_lpt) {
type             4933 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (hw->mac.type == e1000_pchlan)
type             4952 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if ((hw->phy.type == e1000_phy_82578) ||
type             4953 drivers/net/ethernet/intel/e1000e/ich8lan.c 	    (hw->phy.type == e1000_phy_82579) ||
type             4954 drivers/net/ethernet/intel/e1000e/ich8lan.c 	    (hw->phy.type == e1000_phy_i217) ||
type             4955 drivers/net/ethernet/intel/e1000e/ich8lan.c 	    (hw->phy.type == e1000_phy_82577)) {
type             5003 drivers/net/ethernet/intel/e1000e/ich8lan.c 	switch (hw->phy.type) {
type             5095 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if ((hw->mac.type == e1000_ich8lan) &&
type             5096 drivers/net/ethernet/intel/e1000e/ich8lan.c 	    (hw->phy.type == e1000_phy_igp_3) && (*speed == SPEED_1000)) {
type             5183 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type != e1000_ich8lan) {
type             5207 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->phy.type != e1000_phy_igp_3)
type             5221 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (hw->mac.type == e1000_ich8lan)
type             5257 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if ((hw->mac.type != e1000_ich8lan) || (hw->phy.type == e1000_phy_ife))
type             5296 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->phy.type == e1000_phy_i217) {
type             5303 drivers/net/ethernet/intel/e1000e/ich8lan.c 		    (hw->mac.type >= e1000_pch_spt)) {
type             5383 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type == e1000_ich8lan)
type             5386 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type >= e1000_pchlan) {
type             5390 drivers/net/ethernet/intel/e1000e/ich8lan.c 		if (hw->mac.type == e1000_pchlan)
type             5415 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type < e1000_pch2lan)
type             5429 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->phy.type == e1000_phy_i217) {
type             5477 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->phy.type == e1000_phy_ife)
type             5492 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->phy.type == e1000_phy_ife)
type             5508 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->phy.type == e1000_phy_ife)
type             5620 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type >= e1000_ich10lan) {
type             5642 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if (hw->mac.type <= e1000_ich9lan) {
type             5644 drivers/net/ethernet/intel/e1000e/ich8lan.c 		    (hw->phy.type == e1000_phy_igp_3)) {
type             5702 drivers/net/ethernet/intel/e1000e/ich8lan.c 	if ((hw->phy.type == e1000_phy_82578) ||
type             5703 drivers/net/ethernet/intel/e1000e/ich8lan.c 	    (hw->phy.type == e1000_phy_82579) ||
type             5704 drivers/net/ethernet/intel/e1000e/ich8lan.c 	    (hw->phy.type == e1000_phy_i217) ||
type             5705 drivers/net/ethernet/intel/e1000e/ich8lan.c 	    (hw->phy.type == e1000_phy_82577)) {
type              152 drivers/net/ethernet/intel/e1000e/mac.c 	if (hw->mac.type == e1000_82573)
type              309 drivers/net/ethernet/intel/e1000e/manage.c 	} else if ((hw->mac.type == e1000_82574) ||
type              310 drivers/net/ethernet/intel/e1000e/manage.c 		   (hw->mac.type == e1000_82583)) {
type             1153 drivers/net/ethernet/intel/e1000e/netdev.c 	if ((hw->mac.type == e1000_pchlan) && (er32(CTRL) & E1000_CTRL_TFCE))
type             1787 drivers/net/ethernet/intel/e1000e/netdev.c 	if ((icr & E1000_ICR_ECCER) && (hw->mac.type >= e1000_pch_lpt)) {
type             1867 drivers/net/ethernet/intel/e1000e/netdev.c 	if ((icr & E1000_ICR_ECCER) && (hw->mac.type >= e1000_pch_lpt)) {
type             1979 drivers/net/ethernet/intel/e1000e/netdev.c 	if (hw->mac.type == e1000_82574) {
type             2241 drivers/net/ethernet/intel/e1000e/netdev.c 	} else if (hw->mac.type >= e1000_pch_lpt) {
type             2860 drivers/net/ethernet/intel/e1000e/netdev.c 	switch (hw->mac.type) {
type             3001 drivers/net/ethernet/intel/e1000e/netdev.c 	if (hw->mac.type == e1000_pch_spt) {
type             3035 drivers/net/ethernet/intel/e1000e/netdev.c 	if (hw->mac.type >= e1000_pch2lan) {
type             3071 drivers/net/ethernet/intel/e1000e/netdev.c 	if ((hw->phy.type == e1000_phy_82577) && (rctl & E1000_RCTL_LPE)) {
type             3496 drivers/net/ethernet/intel/e1000e/netdev.c 	if ((hw->mac.type >= e1000_pch_lpt) &&
type             3507 drivers/net/ethernet/intel/e1000e/netdev.c 	switch (hw->mac.type) {
type             4014 drivers/net/ethernet/intel/e1000e/netdev.c 	switch (hw->mac.type) {
type             4093 drivers/net/ethernet/intel/e1000e/netdev.c 	if (hw->mac.type >= e1000_pch_spt)
type             4124 drivers/net/ethernet/intel/e1000e/netdev.c 		switch (hw->phy.type) {
type             4168 drivers/net/ethernet/intel/e1000e/netdev.c 	if (hw->mac.type >= e1000_pch_spt && adapter->int_mode == 0) {
type             4294 drivers/net/ethernet/intel/e1000e/netdev.c 	if ((hw->mac.type >= e1000_pch2lan) &&
type             4302 drivers/net/ethernet/intel/e1000e/netdev.c 		else if (hw->mac.type >= e1000_pch_spt)
type             4810 drivers/net/ethernet/intel/e1000e/netdev.c 	if (hw->phy.type >= e1000_phy_82579)
type             4949 drivers/net/ethernet/intel/e1000e/netdev.c 			if ((hw->mac.type != e1000_82574) &&
type             4950 drivers/net/ethernet/intel/e1000e/netdev.c 			    (hw->mac.type != e1000_82583))
type             5012 drivers/net/ethernet/intel/e1000e/netdev.c 	if (hw->mac.type >= e1000_pch_lpt) {
type             5112 drivers/net/ethernet/intel/e1000e/netdev.c 	if ((ret_val == -E1000_ERR_PHY) && (hw->phy.type == e1000_phy_igp_3) &&
type             5234 drivers/net/ethernet/intel/e1000e/netdev.c 			if ((hw->phy.type == e1000_phy_igp_3 ||
type             5235 drivers/net/ethernet/intel/e1000e/netdev.c 			     hw->phy.type == e1000_phy_bm) &&
type             6031 drivers/net/ethernet/intel/e1000e/netdev.c 	if ((adapter->hw.mac.type >= e1000_pch2lan) &&
type             6404 drivers/net/ethernet/intel/e1000e/netdev.c 	if (adapter->hw.phy.type == e1000_phy_igp_3) {
type             6406 drivers/net/ethernet/intel/e1000e/netdev.c 	} else if (hw->mac.type >= e1000_pch_lpt) {
type             6420 drivers/net/ethernet/intel/e1000e/netdev.c 	if ((hw->phy.type >= e1000_phy_i217) &&
type             6621 drivers/net/ethernet/intel/e1000e/netdev.c 	if (hw->mac.type >= e1000_pch2lan)
type             6937 drivers/net/ethernet/intel/e1000e/netdev.c 	       (hw->phy.type == e1000_phy_ife) ? "10/100" : "1000");
type             6943 drivers/net/ethernet/intel/e1000e/netdev.c 	       hw->mac.type, hw->phy.type, pba_str);
type             6952 drivers/net/ethernet/intel/e1000e/netdev.c 	if (hw->mac.type != e1000_82573)
type             6971 drivers/net/ethernet/intel/e1000e/netdev.c 	if ((hw->mac.type >= e1000_pch2lan) && (netdev->mtu > ETH_DATA_LEN))
type             7129 drivers/net/ethernet/intel/e1000e/netdev.c 	adapter->hw.mac.type = ei->mac;
type             7143 drivers/net/ethernet/intel/e1000e/netdev.c 	    (hw->mac.type < e1000_pch_spt)) {
type             7184 drivers/net/ethernet/intel/e1000e/netdev.c 	    (hw->mac.type < e1000_pch_spt))
type             7298 drivers/net/ethernet/intel/e1000e/netdev.c 		if ((hw->mac.type > e1000_ich10lan) &&
type             7367 drivers/net/ethernet/intel/e1000e/netdev.c 	if (pci_dev_run_wake(pdev) && hw->mac.type < e1000_pch_cnp)
type             7382 drivers/net/ethernet/intel/e1000e/netdev.c 	if ((adapter->hw.flash_address) && (hw->mac.type < e1000_pch_spt))
type             7450 drivers/net/ethernet/intel/e1000e/netdev.c 	    (adapter->hw.mac.type < e1000_pch_spt))
type               53 drivers/net/ethernet/intel/e1000e/nvm.c 	if (nvm->type == e1000_nvm_eeprom_spi)
type              187 drivers/net/ethernet/intel/e1000e/nvm.c 	if (nvm->type == e1000_nvm_eeprom_spi) {
type              211 drivers/net/ethernet/intel/e1000e/nvm.c 	if (hw->nvm.type == e1000_nvm_eeprom_spi) {
type              247 drivers/net/ethernet/intel/e1000e/nvm.c 	if (nvm->type == e1000_nvm_eeprom_spi) {
type              142 drivers/net/ethernet/intel/e1000e/param.c 	enum { enable_option, range_option, list_option } type;
type              172 drivers/net/ethernet/intel/e1000e/param.c 	switch (opt->type) {
type              241 drivers/net/ethernet/intel/e1000e/param.c 			.type = range_option,
type              261 drivers/net/ethernet/intel/e1000e/param.c 			.type = range_option,
type              281 drivers/net/ethernet/intel/e1000e/param.c 			.type = range_option,
type              304 drivers/net/ethernet/intel/e1000e/param.c 			.type = range_option,
type              327 drivers/net/ethernet/intel/e1000e/param.c 			.type = range_option,
type              404 drivers/net/ethernet/intel/e1000e/param.c 			.type = range_option,
type              449 drivers/net/ethernet/intel/e1000e/param.c 			.type = enable_option,
type              466 drivers/net/ethernet/intel/e1000e/param.c 			.type = enable_option,
type              488 drivers/net/ethernet/intel/e1000e/param.c 			.type = enable_option,
type              502 drivers/net/ethernet/intel/e1000e/param.c 		if (hw->mac.type == e1000_ich8lan)
type              509 drivers/net/ethernet/intel/e1000e/param.c 			.type = enable_option,
type              167 drivers/net/ethernet/intel/e1000e/phy.c 	if (hw->mac.type == e1000_pch2lan)
type              230 drivers/net/ethernet/intel/e1000e/phy.c 	if (hw->mac.type == e1000_pch2lan)
type              690 drivers/net/ethernet/intel/e1000e/phy.c 	if (phy->type != e1000_phy_bm)
type              729 drivers/net/ethernet/intel/e1000e/phy.c 	if (phy->type == e1000_phy_bm) {
type              752 drivers/net/ethernet/intel/e1000e/phy.c 	if ((phy->type == e1000_phy_m88) &&
type              780 drivers/net/ethernet/intel/e1000e/phy.c 	if ((phy->type == e1000_phy_bm) && (phy->id == BME1000_E_PHY_ID_R2)) {
type              801 drivers/net/ethernet/intel/e1000e/phy.c 	if (phy->type == e1000_phy_82578) {
type             1292 drivers/net/ethernet/intel/e1000e/phy.c 			if (hw->phy.type != e1000_phy_m88) {
type             1315 drivers/net/ethernet/intel/e1000e/phy.c 	if (hw->phy.type != e1000_phy_m88)
type             1556 drivers/net/ethernet/intel/e1000e/phy.c 	switch (phy->type) {
type             2644 drivers/net/ethernet/intel/e1000e/phy.c 	if ((hw->mac.type == e1000_pchlan) &&
type             2877 drivers/net/ethernet/intel/e1000e/phy.c 		if ((hw->phy.type == e1000_phy_82578) &&
type             2991 drivers/net/ethernet/intel/e1000e/phy.c 	addr_reg = ((hw->phy.type == e1000_phy_82578) ?
type             3033 drivers/net/ethernet/intel/e1000e/phy.c 	if (hw->phy.type != e1000_phy_82578)
type              293 drivers/net/ethernet/intel/e1000e/ptp.c 	switch (hw->mac.type) {
type              298 drivers/net/ethernet/intel/e1000e/ptp.c 		if ((hw->mac.type < e1000_pch_lpt) ||
type              314 drivers/net/ethernet/intel/e1000e/ptp.c 	if (hw->mac.type >= e1000_pch_spt && boot_cpu_has(X86_FEATURE_ART))
type              237 drivers/net/ethernet/intel/fm10k/fm10k.h 	enum fm10k_macvlan_request_type type;
type              151 drivers/net/ethernet/intel/fm10k/fm10k_dcbnl.c 	if (hw->mac.type == fm10k_mac_pf)
type              167 drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c 	if (interface->hw.mac.type != fm10k_mac_vf)
type              209 drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c 		if (hw->mac.type != fm10k_mac_vf)
type              277 drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c 	if (interface->hw.mac.type != fm10k_mac_vf) {
type              361 drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c 	switch (hw->mac.type) {
type              435 drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c 	switch (hw->mac.type) {
type              480 drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c 	if (hw->mac.type == fm10k_mac_pf)
type              892 drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c 	if (hw->mac.type != fm10k_mac_vf)
type              952 drivers/net/ethernet/intel/fm10k/fm10k_mbx.c 	u16 type, rsvd0, head, tail, size;
type              955 drivers/net/ethernet/intel/fm10k/fm10k_mbx.c 	type = FM10K_MSG_HDR_FIELD_GET(*hdr, TYPE);
type              964 drivers/net/ethernet/intel/fm10k/fm10k_mbx.c 	switch (type) {
type             1561 drivers/net/ethernet/intel/fm10k/fm10k_mbx.c 	switch (hw->mac.type) {
type              414 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c 	if (hw->mac.type != fm10k_mac_pf)
type              485 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c 	if (interface->hw.mac.type != fm10k_mac_pf)
type              488 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c 	switch (ti->type) {
type              517 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c 	if (interface->hw.mac.type != fm10k_mac_pf)
type              520 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c 	switch (ti->type) {
type              741 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c 	return (hw->mac.type == fm10k_mac_vf || interface->host_ready);
type              769 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c 	request->type = FM10K_VLAN_REQUEST;
type              809 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c 		request->type = FM10K_MC_MAC_REQUEST;
type              811 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c 		request->type = FM10K_UC_MAC_REQUEST;
type              847 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c 		switch (r->type) {
type             1382 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c 	if (tc && (interface->hw.mac.type != fm10k_mac_pf))
type             1430 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c static int __fm10k_setup_tc(struct net_device *dev, enum tc_setup_type type,
type             1435 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c 	if (type != TC_SETUP_QDISC_MQPRIO)
type              301 drivers/net/ethernet/intel/fm10k/fm10k_pci.c 	if (hw->mac.type == fm10k_mac_vf) {
type              435 drivers/net/ethernet/intel/fm10k/fm10k_pci.c 	if (hw->mac.type != fm10k_mac_pf)
type              813 drivers/net/ethernet/intel/fm10k/fm10k_pci.c 		switch (item->type) {
type             1216 drivers/net/ethernet/intel/fm10k/fm10k_pci.c #define FM10K_ERR_MSG(type) case (type): error = #type; break
type             1217 drivers/net/ethernet/intel/fm10k/fm10k_pci.c static void fm10k_handle_fault(struct fm10k_intfc *interface, int type,
type             1225 drivers/net/ethernet/intel/fm10k/fm10k_pci.c 	switch (type) {
type             1227 drivers/net/ethernet/intel/fm10k/fm10k_pci.c 		switch (fault->type) {
type             1241 drivers/net/ethernet/intel/fm10k/fm10k_pci.c 		switch (fault->type) {
type             1250 drivers/net/ethernet/intel/fm10k/fm10k_pci.c 		switch (fault->type) {
type             1306 drivers/net/ethernet/intel/fm10k/fm10k_pci.c 	int type, err;
type             1308 drivers/net/ethernet/intel/fm10k/fm10k_pci.c 	for (eicr &= FM10K_EICR_FAULT_MASK, type = FM10K_PCA_FAULT;
type             1310 drivers/net/ethernet/intel/fm10k/fm10k_pci.c 	     eicr >>= 1, type += FM10K_FAULT_SIZE) {
type             1316 drivers/net/ethernet/intel/fm10k/fm10k_pci.c 		err = hw->mac.ops.get_fault(hw, type, &fault);
type             1323 drivers/net/ethernet/intel/fm10k/fm10k_pci.c 		fm10k_handle_fault(interface, type, &fault);
type             1437 drivers/net/ethernet/intel/fm10k/fm10k_pci.c 	if (hw->mac.type == fm10k_mac_pf) {
type             1697 drivers/net/ethernet/intel/fm10k/fm10k_pci.c 	if (hw->mac.type == fm10k_mac_pf)
type             1784 drivers/net/ethernet/intel/fm10k/fm10k_pci.c 		q_vector->itr = (hw->mac.type == fm10k_mac_pf) ?
type             1991 drivers/net/ethernet/intel/fm10k/fm10k_pci.c 	hw->mac.type = fi->mac;
type             1545 drivers/net/ethernet/intel/fm10k/fm10k_pf.c static s32 fm10k_get_fault_pf(struct fm10k_hw *hw, int type,
type             1551 drivers/net/ethernet/intel/fm10k/fm10k_pf.c 	switch (type) {
type             1561 drivers/net/ethernet/intel/fm10k/fm10k_pf.c 	func = fm10k_read_reg(hw, type + FM10K_FAULT_FUNC);
type             1566 drivers/net/ethernet/intel/fm10k/fm10k_pf.c 	fault->address = fm10k_read_reg(hw, type + FM10K_FAULT_ADDR_HI);
type             1568 drivers/net/ethernet/intel/fm10k/fm10k_pf.c 	fault->address |= fm10k_read_reg(hw, type + FM10K_FAULT_ADDR_LO);
type             1569 drivers/net/ethernet/intel/fm10k/fm10k_pf.c 	fault->specinfo = fm10k_read_reg(hw, type + FM10K_FAULT_SPECINFO);
type             1572 drivers/net/ethernet/intel/fm10k/fm10k_pf.c 	fm10k_write_reg(hw, type + FM10K_FAULT_FUNC, FM10K_FAULT_FUNC_VALID);
type             1582 drivers/net/ethernet/intel/fm10k/fm10k_pf.c 	fault->type = func & FM10K_FAULT_FUNC_TYPE_MASK;
type              419 drivers/net/ethernet/intel/fm10k/fm10k_tlv.c 	switch (tlv_attr->type) {
type               63 drivers/net/ethernet/intel/fm10k/fm10k_tlv.h 	enum fm10k_tlv_type	type;
type              503 drivers/net/ethernet/intel/fm10k/fm10k_type.h 	u8 type;	/* Fault value dependent on subunit */
type              541 drivers/net/ethernet/intel/fm10k/fm10k_type.h 	enum fm10k_mac_type type;
type              319 drivers/net/ethernet/intel/i40e/i40e.h 	u8 type;
type              423 drivers/net/ethernet/intel/i40e/i40e.h 	u8 type;
type              799 drivers/net/ethernet/intel/i40e/i40e.h 	enum i40e_vsi_type type;  /* VSI type, e.g., LAN, FCoE, etc */
type             1009 drivers/net/ethernet/intel/i40e/i40e.h i40e_find_vsi_by_type(struct i40e_pf *pf, u16 type)
type             1016 drivers/net/ethernet/intel/i40e/i40e.h 		if (vsi && vsi->type == type)
type             1043 drivers/net/ethernet/intel/i40e/i40e.h struct i40e_vsi *i40e_vsi_setup(struct i40e_pf *pf, u8 type,
type              587 drivers/net/ethernet/intel/i40e/i40e_adminq.c 	if (hw->mac.type == I40E_MAC_XL710 &&
type              593 drivers/net/ethernet/intel/i40e/i40e_adminq.c 	if (hw->mac.type == I40E_MAC_X722 &&
type               17 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h #define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \
type             2452 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h 	u8	type;
type             2492 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h 	u8	type; /* only nearest bridge and non-TPMR from 0x0A00 */
type             2504 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h 	u8	type; /* only nearest bridge and non-TPMR from 0x0A00 */
type             2631 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h 	u8	type;
type               25 drivers/net/ethernet/intel/i40e/i40e_alloc.h 					    enum i40e_memory_type type,
type              189 drivers/net/ethernet/intel/i40e/i40e_client.h 	u8 type;
type               40 drivers/net/ethernet/intel/i40e/i40e_common.c 			hw->mac.type = I40E_MAC_XL710;
type               48 drivers/net/ethernet/intel/i40e/i40e_common.c 			hw->mac.type = I40E_MAC_X722;
type               51 drivers/net/ethernet/intel/i40e/i40e_common.c 			hw->mac.type = I40E_MAC_GENERIC;
type               59 drivers/net/ethernet/intel/i40e/i40e_common.c 		  hw->mac.type, status);
type              914 drivers/net/ethernet/intel/i40e/i40e_common.c 	switch (hw->mac.type) {
type              936 drivers/net/ethernet/intel/i40e/i40e_common.c 	if (hw->mac.type == I40E_MAC_X722)
type             1602 drivers/net/ethernet/intel/i40e/i40e_common.c 		if (hw->mac.type ==  I40E_MAC_XL710 &&
type             1874 drivers/net/ethernet/intel/i40e/i40e_common.c 	if ((hw->mac.type == I40E_MAC_XL710) &&
type             1880 drivers/net/ethernet/intel/i40e/i40e_common.c 	    hw->mac.type != I40E_MAC_X722) {
type             3400 drivers/net/ethernet/intel/i40e/i40e_common.c 	if (hw->mac.type == I40E_MAC_X722) {
type             3516 drivers/net/ethernet/intel/i40e/i40e_common.c 	if (hw->mac.type == I40E_MAC_X722) {
type             3607 drivers/net/ethernet/intel/i40e/i40e_common.c 	cmd->type = mib_type & I40E_AQ_LLDP_MIB_TYPE_MASK;
type             3608 drivers/net/ethernet/intel/i40e/i40e_common.c 	cmd->type |= ((bridge_type << I40E_AQ_LLDP_BRIDGE_TYPE_SHIFT) &
type             4477 drivers/net/ethernet/intel/i40e/i40e_common.c 	hw->bus.type = i40e_bus_type_pci_express;
type             5252 drivers/net/ethernet/intel/i40e/i40e_common.c 			(hw->mac.type == I40E_MAC_X722));
type             5313 drivers/net/ethernet/intel/i40e/i40e_common.c 			(hw->mac.type == I40E_MAC_X722));
type             5500 drivers/net/ethernet/intel/i40e/i40e_common.c 		if (segment->type == segment_type)
type             5540 drivers/net/ethernet/intel/i40e/i40e_common.c 	if (profile->header.type != SEGMENT_TYPE_I40E)
type             5548 drivers/net/ethernet/intel/i40e/i40e_common.c 		if (sec->section.type == section_type)
type             5644 drivers/net/ethernet/intel/i40e/i40e_common.c 			if (sec->section.type == SECTION_TYPE_MMIO ||
type             5645 drivers/net/ethernet/intel/i40e/i40e_common.c 			    sec->section.type == SECTION_TYPE_AQ ||
type             5646 drivers/net/ethernet/intel/i40e/i40e_common.c 			    sec->section.type == SECTION_TYPE_RB_AQ) {
type             5652 drivers/net/ethernet/intel/i40e/i40e_common.c 			if (sec->section.type == SECTION_TYPE_RB_AQ ||
type             5653 drivers/net/ethernet/intel/i40e/i40e_common.c 			    sec->section.type == SECTION_TYPE_RB_MMIO) {
type             5695 drivers/net/ethernet/intel/i40e/i40e_common.c 		if (sec->section.type == SECTION_TYPE_AQ) {
type             5704 drivers/net/ethernet/intel/i40e/i40e_common.c 			sec->section.type = SECTION_TYPE_RB_AQ;
type             5708 drivers/net/ethernet/intel/i40e/i40e_common.c 		if (sec->section.type != SECTION_TYPE_MMIO)
type             5759 drivers/net/ethernet/intel/i40e/i40e_common.c 		if (sec->section.type != SECTION_TYPE_RB_MMIO)
type             5801 drivers/net/ethernet/intel/i40e/i40e_common.c 	sec->section.type = SECTION_TYPE_INFO;
type              505 drivers/net/ethernet/intel/i40e/i40e_dcb.c 	u16 type;
type              518 drivers/net/ethernet/intel/i40e/i40e_dcb.c 		type = (u16)((typelength & I40E_LLDP_TLV_TYPE_MASK) >>
type              525 drivers/net/ethernet/intel/i40e/i40e_dcb.c 		if ((type == I40E_TLV_TYPE_END) || (offset > I40E_LLDPDU_SIZE))
type              528 drivers/net/ethernet/intel/i40e/i40e_dcb.c 		switch (type) {
type              807 drivers/net/ethernet/intel/i40e/i40e_dcb.c 	if ((hw->mac.type == I40E_MAC_XL710) &&
type              813 drivers/net/ethernet/intel/i40e/i40e_dcb.c 	if ((hw->mac.type == I40E_MAC_XL710) &&
type              883 drivers/net/ethernet/intel/i40e/i40e_dcb.c 		if (hw->mac.type == I40E_MAC_XL710)
type              885 drivers/net/ethernet/intel/i40e/i40e_dcb.c 		else if (hw->mac.type == I40E_MAC_X722)
type              133 drivers/net/ethernet/intel/i40e/i40e_ddp.c 	sec->section.type = SECTION_TYPE_INFO;
type              173 drivers/net/ethernet/intel/i40e/i40e_ddp.c 	sec->section.type = SECTION_TYPE_INFO;
type              339 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	dev_info(&pf->pdev->dev, "    type = %i\n", vsi->type);
type              340 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	if (vsi->type == I40E_VSI_SRIOV)
type             1842 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 	if (hw->mac.type == I40E_MAC_X722) {
type             3278 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 		if (vsi && vsi->type == I40E_VSI_SRIOV) {
type             4657 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 	if (vsi->type != I40E_VSI_MAIN)
type             5092 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 	u32 type = 0;
type             5109 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 	type = hw->phy.link_info.module_type[0];
type             5111 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 	switch (type) {
type             5134 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8079;
type             5138 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8079;
type             5144 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8079;
type             5147 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8472;
type             5163 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8636;
type             5166 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8436;
type             5171 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 		modinfo->type = ETH_MODULE_SFF_8636;
type               23 drivers/net/ethernet/intel/i40e/i40e_hmc.c 					      enum i40e_sd_entry_type type,
type               47 drivers/net/ethernet/intel/i40e/i40e_hmc.c 		if (I40E_SD_TYPE_PAGED == type) {
type               61 drivers/net/ethernet/intel/i40e/i40e_hmc.c 		if (I40E_SD_TYPE_PAGED == type) {
type               76 drivers/net/ethernet/intel/i40e/i40e_hmc.c 		hmc_info->sd_table.sd_entry[sd_index].entry_type = type;
type               99 drivers/net/ethernet/intel/i40e/i40e_hmc.h #define I40E_SET_PF_SD_ENTRY(hw, pa, sd_index, type)			\
type              105 drivers/net/ethernet/intel/i40e/i40e_hmc.h 		((((type) == I40E_SD_TYPE_PAGED) ? 0 : 1) <<		\
type              120 drivers/net/ethernet/intel/i40e/i40e_hmc.h #define I40E_CLEAR_PF_SD_ENTRY(hw, sd_index, type)			\
type              125 drivers/net/ethernet/intel/i40e/i40e_hmc.h 		((((type) == I40E_SD_TYPE_PAGED) ? 0 : 1) <<		\
type              156 drivers/net/ethernet/intel/i40e/i40e_hmc.h #define I40E_FIND_SD_INDEX_LIMIT(hmc_info, type, index, cnt, sd_idx, sd_limit)\
type              159 drivers/net/ethernet/intel/i40e/i40e_hmc.h 	fpm_addr = (hmc_info)->hmc_obj[(type)].base +			\
type              160 drivers/net/ethernet/intel/i40e/i40e_hmc.h 		   (hmc_info)->hmc_obj[(type)].size * (index);		\
type              161 drivers/net/ethernet/intel/i40e/i40e_hmc.h 	fpm_limit = fpm_addr + (hmc_info)->hmc_obj[(type)].size * (cnt);\
type              180 drivers/net/ethernet/intel/i40e/i40e_hmc.h #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\
type              183 drivers/net/ethernet/intel/i40e/i40e_hmc.h 	fpm_adr = (hmc_info)->hmc_obj[(type)].base +			\
type              184 drivers/net/ethernet/intel/i40e/i40e_hmc.h 		  (hmc_info)->hmc_obj[(type)].size * (idx);		\
type              185 drivers/net/ethernet/intel/i40e/i40e_hmc.h 	fpm_limit = fpm_adr + (hmc_info)->hmc_obj[(type)].size * (cnt);	\
type              194 drivers/net/ethernet/intel/i40e/i40e_hmc.h 					      enum i40e_sd_entry_type type,
type             1321 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (vsi->type != I40E_VSI_MAIN)
type             1571 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (vsi->type == I40E_VSI_MAIN) {
type             1614 drivers/net/ethernet/intel/i40e/i40e_main.c 		bool pf_lut = vsi->type == I40E_VSI_MAIN ? true : false;
type             1682 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (vsi->type != I40E_VSI_MAIN)
type             1811 drivers/net/ethernet/intel/i40e/i40e_main.c 			switch (vsi->type) {
type             1862 drivers/net/ethernet/intel/i40e/i40e_main.c 	if ((vsi->type == I40E_VSI_MAIN) && (numtc == 1)) {
type             1875 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (vsi->type == I40E_VSI_SRIOV) {
type             2121 drivers/net/ethernet/intel/i40e/i40e_main.c 		if (vsi->type == I40E_VSI_MAIN) {
type             2126 drivers/net/ethernet/intel/i40e/i40e_main.c 		} else if (vsi->type == I40E_VSI_SRIOV ||
type             2127 drivers/net/ethernet/intel/i40e/i40e_main.c 			   vsi->type == I40E_VSI_VMDQ1 ||
type             2128 drivers/net/ethernet/intel/i40e/i40e_main.c 			   vsi->type == I40E_VSI_VMDQ2) {
type             2135 drivers/net/ethernet/intel/i40e/i40e_main.c 				 i40e_aq_str(hw, aq_err), vsi_name, vsi->type);
type             2199 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (vsi->type == I40E_VSI_MAIN &&
type             2299 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (vsi->type == I40E_VSI_SRIOV)
type             2301 drivers/net/ethernet/intel/i40e/i40e_main.c 	else if (vsi->type != I40E_VSI_MAIN)
type             2508 drivers/net/ethernet/intel/i40e/i40e_main.c 	if ((vsi->type == I40E_VSI_SRIOV) && !pf->vf[vsi->vf_id].trusted) {
type             3164 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (vsi->type != I40E_VSI_FDIR)
type             3209 drivers/net/ethernet/intel/i40e/i40e_main.c 		if (ring->ch->type == I40E_VSI_VMDQ2)
type             3218 drivers/net/ethernet/intel/i40e/i40e_main.c 		if (vsi->type == I40E_VSI_VMDQ2) {
type             3260 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (ring->vsi->type == I40E_VSI_MAIN)
type             3284 drivers/net/ethernet/intel/i40e/i40e_main.c 		if (ring->vsi->type == I40E_VSI_MAIN) {
type             5843 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (ch->type != I40E_VSI_VMDQ2) {
type             5845 drivers/net/ethernet/intel/i40e/i40e_main.c 			 "add new vsi failed, ch->type %d\n", ch->type);
type             5854 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (ch->type == I40E_VSI_VMDQ2)
type             5991 drivers/net/ethernet/intel/i40e/i40e_main.c 					u16 uplink_seid, u8 type)
type             5997 drivers/net/ethernet/intel/i40e/i40e_main.c 	ch->type = type;
type             6047 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (vsi->type == I40E_VSI_MAIN) {
type             6051 drivers/net/ethernet/intel/i40e/i40e_main.c 			vsi->type);
type             6173 drivers/net/ethernet/intel/i40e/i40e_main.c 			if (vsi->type == I40E_VSI_MAIN) {
type             6198 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (reconfig_rss && (vsi->type == I40E_VSI_MAIN)) {
type             6639 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (vsi->type == I40E_VSI_FDIR) {
type             6799 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (vsi->type == I40E_VSI_MAIN &&
type             7104 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (vsi->type != I40E_VSI_MAIN || !macvlan_cnt)
type             8139 drivers/net/ethernet/intel/i40e/i40e_main.c static int i40e_setup_tc_block_cb(enum tc_setup_type type, void *type_data,
type             8147 drivers/net/ethernet/intel/i40e/i40e_main.c 	switch (type) {
type             8158 drivers/net/ethernet/intel/i40e/i40e_main.c static int __i40e_setup_tc(struct net_device *netdev, enum tc_setup_type type,
type             8163 drivers/net/ethernet/intel/i40e/i40e_main.c 	switch (type) {
type             8268 drivers/net/ethernet/intel/i40e/i40e_main.c 	} else if (vsi->type == I40E_VSI_FDIR) {
type             8575 drivers/net/ethernet/intel/i40e/i40e_main.c 	u8 type;
type             8582 drivers/net/ethernet/intel/i40e/i40e_main.c 	type = ((mib->type >> I40E_AQ_LLDP_BRIDGE_TYPE_SHIFT)
type             8584 drivers/net/ethernet/intel/i40e/i40e_main.c 	dev_dbg(&pf->pdev->dev, "LLDP event mib bridge type 0x%x\n", type);
type             8585 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (type != I40E_AQ_LLDP_BRIDGE_TYPE_NEAREST_BRIDGE)
type             8589 drivers/net/ethernet/intel/i40e/i40e_main.c 	type = mib->type & I40E_AQ_LLDP_MIB_TYPE_MASK;
type             8591 drivers/net/ethernet/intel/i40e/i40e_main.c 		"LLDP event mib type %s\n", type ? "remote" : "local");
type             8592 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (type == I40E_AQ_LLDP_MIB_REMOTE) {
type             8980 drivers/net/ethernet/intel/i40e/i40e_main.c 	switch (vsi->type) {
type             9959 drivers/net/ethernet/intel/i40e/i40e_main.c 	     hw->aq.fw_maj_ver < 4) && hw->mac.type == I40E_MAC_XL710) {
type             10349 drivers/net/ethernet/intel/i40e/i40e_main.c static const char *i40e_tunnel_name(u8 type)
type             10351 drivers/net/ethernet/intel/i40e/i40e_main.c 	switch (type) {
type             10385 drivers/net/ethernet/intel/i40e/i40e_main.c 	u8 filter_index, type;
type             10404 drivers/net/ethernet/intel/i40e/i40e_main.c 			type = READ_ONCE(udp_port->type);
type             10412 drivers/net/ethernet/intel/i40e/i40e_main.c 							     type,
type             10425 drivers/net/ethernet/intel/i40e/i40e_main.c 					 i40e_tunnel_name(type),
type             10531 drivers/net/ethernet/intel/i40e/i40e_main.c 	switch (vsi->type) {
type             10636 drivers/net/ethernet/intel/i40e/i40e_main.c static int i40e_vsi_mem_alloc(struct i40e_pf *pf, enum i40e_vsi_type type)
type             10674 drivers/net/ethernet/intel/i40e/i40e_main.c 	vsi->type = type;
type             10680 drivers/net/ethernet/intel/i40e/i40e_main.c 	vsi->rss_table_size = (vsi->type == I40E_VSI_MAIN) ?
type             10687 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (type == I40E_VSI_MAIN) {
type             10775 drivers/net/ethernet/intel/i40e/i40e_main.c 			vsi->idx, vsi->idx, vsi->type);
type             10783 drivers/net/ethernet/intel/i40e/i40e_main.c 			pf->vsi[vsi->idx]->type,
type             10784 drivers/net/ethernet/intel/i40e/i40e_main.c 			vsi->idx, vsi->type);
type             11439 drivers/net/ethernet/intel/i40e/i40e_main.c 		bool pf_lut = vsi->type == I40E_VSI_MAIN ? true : false;
type             11476 drivers/net/ethernet/intel/i40e/i40e_main.c 		if (vsi->type == I40E_VSI_MAIN) {
type             11479 drivers/net/ethernet/intel/i40e/i40e_main.c 		} else if (vsi->type == I40E_VSI_SRIOV) {
type             11490 drivers/net/ethernet/intel/i40e/i40e_main.c 		if (vsi->type == I40E_VSI_MAIN) {
type             11495 drivers/net/ethernet/intel/i40e/i40e_main.c 		} else if (vsi->type == I40E_VSI_SRIOV) {
type             11909 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (pf->hw.mac.type == I40E_MAC_X722) {
type             11940 drivers/net/ethernet/intel/i40e/i40e_main.c 	if ((pf->hw.mac.type == I40E_MAC_XL710) &&
type             11949 drivers/net/ethernet/intel/i40e/i40e_main.c 	if ((pf->hw.mac.type == I40E_MAC_XL710) &&
type             11955 drivers/net/ethernet/intel/i40e/i40e_main.c 	if ((pf->hw.mac.type == I40E_MAC_XL710) &&
type             11961 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (pf->hw.mac.type == I40E_MAC_XL710 &&
type             11981 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (pf->hw.mac.type == I40E_MAC_XL710 &&
type             12079 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (vsi->type == I40E_VSI_MAIN) {
type             12082 drivers/net/ethernet/intel/i40e/i40e_main.c 	} else if (vsi->type == I40E_VSI_SRIOV) {
type             12188 drivers/net/ethernet/intel/i40e/i40e_main.c 	switch (ti->type) {
type             12190 drivers/net/ethernet/intel/i40e/i40e_main.c 		pf->udp_ports[next_idx].type = I40E_AQC_TUNNEL_TYPE_VXLAN;
type             12195 drivers/net/ethernet/intel/i40e/i40e_main.c 		pf->udp_ports[next_idx].type = I40E_AQC_TUNNEL_TYPE_NGE;
type             12228 drivers/net/ethernet/intel/i40e/i40e_main.c 	switch (ti->type) {
type             12230 drivers/net/ethernet/intel/i40e/i40e_main.c 		if (pf->udp_ports[idx].type != I40E_AQC_TUNNEL_TYPE_VXLAN)
type             12234 drivers/net/ethernet/intel/i40e/i40e_main.c 		if (pf->udp_ports[idx].type != I40E_AQC_TUNNEL_TYPE_NGE)
type             12821 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (vsi->type != I40E_VSI_MAIN)
type             12949 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (vsi->type == I40E_VSI_MAIN) {
type             13092 drivers/net/ethernet/intel/i40e/i40e_main.c 	switch (vsi->type) {
type             13271 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (vsi->type != I40E_VSI_MAIN) {
type             13348 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (vsi->type != I40E_VSI_SRIOV) {
type             13521 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (vsi->type == I40E_VSI_MAIN)
type             13560 drivers/net/ethernet/intel/i40e/i40e_main.c struct i40e_vsi *i40e_vsi_setup(struct i40e_pf *pf, u8 type,
type             13639 drivers/net/ethernet/intel/i40e/i40e_main.c 	v_idx = i40e_vsi_mem_alloc(pf, type);
type             13645 drivers/net/ethernet/intel/i40e/i40e_main.c 	vsi->type = type;
type             13648 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (type == I40E_VSI_MAIN)
type             13650 drivers/net/ethernet/intel/i40e/i40e_main.c 	else if (type == I40E_VSI_SRIOV)
type             13671 drivers/net/ethernet/intel/i40e/i40e_main.c 	switch (vsi->type) {
type             13711 drivers/net/ethernet/intel/i40e/i40e_main.c 	    (vsi->type == I40E_VSI_VMDQ2)) {
type             14561 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (pf->hw.mac.type == I40E_MAC_XL710)
type             14567 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (pf->hw.mac.type == I40E_MAC_X722)
type             15086 drivers/net/ethernet/intel/i40e/i40e_main.c 		if (pf->vsi[i] && pf->vsi[i]->type == I40E_VSI_FDIR) {
type             1411 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	if (rx_ring->vsi->type == I40E_VSI_MAIN)
type             1462 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	if (rx_ring->vsi->type == I40E_VSI_MAIN) {
type             2456 drivers/net/ethernet/intel/i40e/i40e_txrx.c static inline u32 i40e_buildreg_itr(const int type, u16 itr)
type             2478 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	      (type << I40E_PFINT_DYN_CTLN_ITR_INDX_SHIFT) |
type              342 drivers/net/ethernet/intel/i40e/i40e_type.h 	enum i40e_mac_type type;
type              490 drivers/net/ethernet/intel/i40e/i40e_type.h 	enum i40e_bus_type type;
type              642 drivers/net/ethernet/intel/i40e/i40e_type.h 	return (hw->mac.type == I40E_MAC_VF ||
type              643 drivers/net/ethernet/intel/i40e/i40e_type.h 		hw->mac.type == I40E_MAC_X722_VF);
type             1531 drivers/net/ethernet/intel/i40e/i40e_type.h 	u32 type;
type             1578 drivers/net/ethernet/intel/i40e/i40e_type.h 		u32 type;
type             1586 drivers/net/ethernet/intel/i40e/i40e_type.h 	u8 type;
type               85 drivers/net/ethernet/intel/i40e/i40e_xsk.c 	if (vsi->type != I40E_VSI_MAIN)
type               17 drivers/net/ethernet/intel/iavf/iavf_adminq_cmd.h #define IAVF_FW_MINOR_VERSION(_h) ((_h)->mac.type == IAVF_MAC_XL710 ? \
type               25 drivers/net/ethernet/intel/iavf/iavf_alloc.h 				       enum iavf_memory_type type,
type              161 drivers/net/ethernet/intel/iavf/iavf_client.h 	u8 type;
type               23 drivers/net/ethernet/intel/iavf/iavf_common.c 			hw->mac.type = IAVF_MAC_X722_VF;
type               28 drivers/net/ethernet/intel/iavf/iavf_common.c 			hw->mac.type = IAVF_MAC_VF;
type               31 drivers/net/ethernet/intel/iavf/iavf_common.c 			hw->mac.type = IAVF_MAC_GENERIC;
type               38 drivers/net/ethernet/intel/iavf/iavf_common.c 	hw_dbg(hw, "found mac: %d, returns: %d\n", hw->mac.type, status);
type             3087 drivers/net/ethernet/intel/iavf/iavf_main.c static int iavf_setup_tc_block_cb(enum tc_setup_type type, void *type_data,
type             3090 drivers/net/ethernet/intel/iavf/iavf_main.c 	switch (type) {
type             3111 drivers/net/ethernet/intel/iavf/iavf_main.c static int iavf_setup_tc(struct net_device *netdev, enum tc_setup_type type,
type             3116 drivers/net/ethernet/intel/iavf/iavf_main.c 	switch (type) {
type             1597 drivers/net/ethernet/intel/iavf/iavf_txrx.c static inline u32 iavf_buildreg_itr(const int type, u16 itr)
type             1619 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	      (type << IAVF_VFINT_DYN_CTLN1_ITR_INDX_SHIFT) |
type              113 drivers/net/ethernet/intel/iavf/iavf_type.h 	enum iavf_mac_type type;
type              159 drivers/net/ethernet/intel/iavf/iavf_type.h 	enum iavf_bus_type type;
type              232 drivers/net/ethernet/intel/ice/ice.h 	enum ice_vsi_type type;
type              641 drivers/net/ethernet/intel/ice/ice_adminq_cmd.h 	__le16 type; /* Switch rule type, one of T_... */
type             1202 drivers/net/ethernet/intel/ice/ice_adminq_cmd.h 	u8 type;
type             1291 drivers/net/ethernet/intel/ice/ice_adminq_cmd.h 	u8 type;
type               37 drivers/net/ethernet/intel/ice/ice_dcb.c 	cmd->type = mib_type & ICE_AQ_LLDP_MIB_TYPE_M;
type               38 drivers/net/ethernet/intel/ice/ice_dcb.c 	cmd->type |= (bridge_type << ICE_AQ_LLDP_BRID_TYPE_S) &
type              164 drivers/net/ethernet/intel/ice/ice_dcb.c 	cmd->type = mib_type;
type              640 drivers/net/ethernet/intel/ice/ice_dcb.c 	u16 type;
type              651 drivers/net/ethernet/intel/ice/ice_dcb.c 		type = ((typelen & ICE_LLDP_TLV_TYPE_M) >> ICE_LLDP_TLV_TYPE_S);
type              656 drivers/net/ethernet/intel/ice/ice_dcb.c 		if (type == ICE_TLV_TYPE_END || offset > ICE_LLDPDU_SIZE)
type              659 drivers/net/ethernet/intel/ice/ice_dcb.c 		switch (type) {
type              159 drivers/net/ethernet/intel/ice/ice_dcb_lib.c 		if (pf->vsi[v]->type == ICE_VSI_PF)
type              630 drivers/net/ethernet/intel/ice/ice_dcb_lib.c 	u8 type;
type              646 drivers/net/ethernet/intel/ice/ice_dcb_lib.c 	type = ((mib->type >> ICE_AQ_LLDP_BRID_TYPE_S) &
type              648 drivers/net/ethernet/intel/ice/ice_dcb_lib.c 	dev_dbg(&pf->pdev->dev, "LLDP event MIB bridge type 0x%x\n", type);
type              649 drivers/net/ethernet/intel/ice/ice_dcb_lib.c 	if (type != ICE_AQ_LLDP_BRID_TYPE_NEAREST_BRID)
type              653 drivers/net/ethernet/intel/ice/ice_dcb_lib.c 	type = mib->type & ICE_AQ_LLDP_MIB_TYPE_M;
type              655 drivers/net/ethernet/intel/ice/ice_dcb_lib.c 		"LLDP event mib type %s\n", type ? "remote" : "local");
type              656 drivers/net/ethernet/intel/ice/ice_dcb_lib.c 	if (type == ICE_AQ_LLDP_MIB_REMOTE) {
type              873 drivers/net/ethernet/intel/ice/ice_ethtool.c 		if (vsi->type != ICE_VSI_PF)
type              958 drivers/net/ethernet/intel/ice/ice_ethtool.c 	if (vsi->type != ICE_VSI_PF) {
type             1343 drivers/net/ethernet/intel/ice/ice_ethtool.c 	if (vsi->type != ICE_VSI_PF)
type             2373 drivers/net/ethernet/intel/ice/ice_ethtool.c 		if (pf->vsi[idx]->type == ICE_VSI_PF) {
type             2864 drivers/net/ethernet/intel/ice/ice_ethtool.c 	if (vsi->type != ICE_VSI_PF) {
type              127 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		state->type = sect_type;
type              133 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 	while (state->buf->section_entry[state->sect_idx].type !=
type              134 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 	       cpu_to_le32(state->type))
type              152 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		le32_to_cpu(state->buf->section_entry[state->sect_idx].type);
type              314 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 	if (le32_to_cpu(bh->section_entry[0].type) & ICE_METADATA_BUF)
type              343 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 				if (le32_to_cpu(bh->section_entry[0].type) &
type               86 drivers/net/ethernet/intel/ice/ice_flex_type.h 	__le32 type;
type              241 drivers/net/ethernet/intel/ice/ice_flex_type.h 	u32 type;
type               72 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type != ICE_VSI_VF) {
type               96 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type == ICE_VSI_VF)
type              139 drivers/net/ethernet/intel/ice/ice_lib.c 	switch (vsi->type) {
type              286 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type == ICE_VSI_LB)
type              314 drivers/net/ethernet/intel/ice/ice_lib.c 	switch (vsi->type) {
type              324 drivers/net/ethernet/intel/ice/ice_lib.c 			vsi->type);
type              341 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type == ICE_VSI_VF)
type              344 drivers/net/ethernet/intel/ice/ice_lib.c 	switch (vsi->type) {
type              378 drivers/net/ethernet/intel/ice/ice_lib.c 		dev_warn(&pf->pdev->dev, "Unknown VSI type %d\n", vsi->type);
type              428 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type == ICE_VSI_VF)
type              540 drivers/net/ethernet/intel/ice/ice_lib.c ice_vsi_alloc(struct ice_pf *pf, enum ice_vsi_type type, u16 vf_id)
type              560 drivers/net/ethernet/intel/ice/ice_lib.c 	vsi->type = type;
type              566 drivers/net/ethernet/intel/ice/ice_lib.c 	if (type == ICE_VSI_VF)
type              571 drivers/net/ethernet/intel/ice/ice_lib.c 	switch (vsi->type) {
type              588 drivers/net/ethernet/intel/ice/ice_lib.c 		dev_warn(&pf->pdev->dev, "Unknown VSI type %d\n", vsi->type);
type              797 drivers/net/ethernet/intel/ice/ice_lib.c 	switch (vsi->type) {
type              818 drivers/net/ethernet/intel/ice/ice_lib.c 			 vsi->type);
type              915 drivers/net/ethernet/intel/ice/ice_lib.c 		if (vsi->type == ICE_VSI_PF || vsi->type == ICE_VSI_VF) {
type              916 drivers/net/ethernet/intel/ice/ice_lib.c 			if (vsi->type == ICE_VSI_PF)
type              967 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type == ICE_VSI_VF && vsi->num_txq != vsi->num_rxq) {
type              997 drivers/net/ethernet/intel/ice/ice_lib.c 	switch (vsi->type) {
type             1009 drivers/net/ethernet/intel/ice/ice_lib.c 		dev_dbg(&pf->pdev->dev, "Unsupported VSI type %d\n", vsi->type);
type             1012 drivers/net/ethernet/intel/ice/ice_lib.c 		dev_warn(&pf->pdev->dev, "Unknown VSI type %d\n", vsi->type);
type             1041 drivers/net/ethernet/intel/ice/ice_lib.c 	switch (vsi->type) {
type             1069 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type == ICE_VSI_VF && pf->vf[vsi->vf_id].spoofchk) {
type             1077 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type == ICE_VSI_PF) {
type             1162 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type == ICE_VSI_VF)
type             1239 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type == ICE_VSI_VF)
type             1687 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type == ICE_VSI_VF)
type             2388 drivers/net/ethernet/intel/ice/ice_lib.c 		if (vsi->type == ICE_VSI_VF) {
type             2515 drivers/net/ethernet/intel/ice/ice_lib.c 	      enum ice_vsi_type type, u16 vf_id)
type             2523 drivers/net/ethernet/intel/ice/ice_lib.c 	if (type == ICE_VSI_VF)
type             2524 drivers/net/ethernet/intel/ice/ice_lib.c 		vsi = ice_vsi_alloc(pf, type, vf_id);
type             2526 drivers/net/ethernet/intel/ice/ice_lib.c 		vsi = ice_vsi_alloc(pf, type, ICE_INVAL_VFID);
type             2535 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type == ICE_VSI_PF)
type             2538 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type == ICE_VSI_VF)
type             2558 drivers/net/ethernet/intel/ice/ice_lib.c 	switch (vsi->type) {
type             2644 drivers/net/ethernet/intel/ice/ice_lib.c 		if (vsi->type == ICE_VSI_PF) {
type             2719 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type == ICE_VSI_VF)
type             2930 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type == ICE_VSI_VF)
type             2979 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type != ICE_VSI_LB)
type             2988 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type != ICE_VSI_VF) {
type             2995 drivers/net/ethernet/intel/ice/ice_lib.c 		if (vsi->type == ICE_VSI_PF) {
type             3049 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type == ICE_VSI_VF)
type             3060 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type != ICE_VSI_VF) {
type             3071 drivers/net/ethernet/intel/ice/ice_lib.c 	if (vsi->type == ICE_VSI_VF)
type             3089 drivers/net/ethernet/intel/ice/ice_lib.c 	switch (vsi->type) {
type               84 drivers/net/ethernet/intel/ice/ice_lib.h 	      enum ice_vsi_type type, u16 vf_id);
type               80 drivers/net/ethernet/intel/ice/ice_main.c 		if (pf->vsi[v] && pf->vsi[v]->type == ICE_VSI_PF) {
type              240 drivers/net/ethernet/intel/ice/ice_main.c 	if (vsi->type != ICE_VSI_PF)
type              449 drivers/net/ethernet/intel/ice/ice_main.c 	if (vsi->type == ICE_VSI_PF && vsi->netdev) {
type              791 drivers/net/ethernet/intel/ice/ice_main.c 	if (vsi->type == ICE_VSI_PF) {
type             1389 drivers/net/ethernet/intel/ice/ice_main.c 	if (vsi->type != ICE_VSI_PF)
type             2045 drivers/net/ethernet/intel/ice/ice_main.c 	if (vsi->type == ICE_VSI_PF) {
type             3687 drivers/net/ethernet/intel/ice/ice_main.c 	if (vsi->type == ICE_VSI_PF) {
type             4115 drivers/net/ethernet/intel/ice/ice_main.c 	if (vsi->netdev && vsi->type == ICE_VSI_PF) {
type             4156 drivers/net/ethernet/intel/ice/ice_main.c static int ice_vsi_rebuild_by_type(struct ice_pf *pf, enum ice_vsi_type type)
type             4164 drivers/net/ethernet/intel/ice/ice_main.c 		if (!vsi || vsi->type != type)
type             4172 drivers/net/ethernet/intel/ice/ice_main.c 				err, vsi->idx, type);
type             4181 drivers/net/ethernet/intel/ice/ice_main.c 				status, vsi->idx, type);
type             4195 drivers/net/ethernet/intel/ice/ice_main.c 				err, vsi->idx, type);
type             4200 drivers/net/ethernet/intel/ice/ice_main.c 			 vsi->idx, type);
type             4218 drivers/net/ethernet/intel/ice/ice_main.c 		if (!vsi || vsi->type != ICE_VSI_PF)
type               31 drivers/net/ethernet/intel/ice/ice_osdep.h #define ice_debug(hw, type, fmt, args...) \
type               34 drivers/net/ethernet/intel/ice/ice_osdep.h #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \
type               39 drivers/net/ethernet/intel/ice/ice_osdep.h #define ice_debug(hw, type, fmt, args...)			\
type               41 drivers/net/ethernet/intel/ice/ice_osdep.h 	if ((type) & (hw)->debug_mask)				\
type               46 drivers/net/ethernet/intel/ice/ice_osdep.h #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \
type               48 drivers/net/ethernet/intel/ice/ice_osdep.h 	if ((type) & (hw)->debug_mask)				\
type               55 drivers/net/ethernet/intel/ice/ice_osdep.h #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \
type               58 drivers/net/ethernet/intel/ice/ice_osdep.h 	if ((type) & (hw_l)->debug_mask) {			\
type               63 drivers/net/ethernet/intel/ice/ice_osdep.h 			ice_debug(hw_l, type, "0x%04X  %16ph\n",\
type               66 drivers/net/ethernet/intel/ice/ice_osdep.h 			ice_debug(hw_l, type, "0x%04X  %*ph\n", \
type              566 drivers/net/ethernet/intel/ice/ice_switch.c ice_init_port_info(struct ice_port_info *pi, u16 vsi_port_num, u8 type,
type              569 drivers/net/ethernet/intel/ice/ice_switch.c 	switch (type) {
type              618 drivers/net/ethernet/intel/ice/ice_switch.c 			u8 type;
type              633 drivers/net/ethernet/intel/ice/ice_switch.c 			type = le16_to_cpu(ele->vsi_port_num) >>
type              636 drivers/net/ethernet/intel/ice/ice_switch.c 			if (type == ICE_AQC_GET_SW_CONF_RESP_VSI) {
type              642 drivers/net/ethernet/intel/ice/ice_switch.c 					   type, swid, pf_vf_num, is_vf);
type              819 drivers/net/ethernet/intel/ice/ice_switch.c 	s_rule->type = (f_info->flag & ICE_FLTR_RX) ?
type              885 drivers/net/ethernet/intel/ice/ice_switch.c 	lg_act->type = cpu_to_le16(ICE_AQC_SW_RULES_T_LG_ACT);
type              998 drivers/net/ethernet/intel/ice/ice_switch.c 	u16 type;
type             1010 drivers/net/ethernet/intel/ice/ice_switch.c 		type = remove ? ICE_AQC_SW_RULES_T_VSI_LIST_CLEAR :
type             1013 drivers/net/ethernet/intel/ice/ice_switch.c 		type = remove ? ICE_AQC_SW_RULES_T_PRUNE_LIST_CLEAR :
type             1032 drivers/net/ethernet/intel/ice/ice_switch.c 	s_rule->type = cpu_to_le16(type);
type             1447 drivers/net/ethernet/intel/ice/ice_switch.c 	s_rule->type = cpu_to_le16(ICE_AQC_SW_RULES_T_VSI_LIST_CLEAR);
type             2160 drivers/net/ethernet/intel/ice/ice_txrx.c 		     vsi->type == ICE_VSI_PF &&
type               93 drivers/net/ethernet/intel/igb/e1000_82575.c 	switch (hw->mac.type) {
type              185 drivers/net/ethernet/intel/igb/e1000_82575.c 		phy->type = e1000_phy_none;
type              209 drivers/net/ethernet/intel/igb/e1000_82575.c 		switch (hw->mac.type) {
type              240 drivers/net/ethernet/intel/igb/e1000_82575.c 		phy->type		= e1000_phy_m88;
type              284 drivers/net/ethernet/intel/igb/e1000_82575.c 		phy->type = e1000_phy_igp_3;
type              293 drivers/net/ethernet/intel/igb/e1000_82575.c 		phy->type = e1000_phy_82580;
type              302 drivers/net/ethernet/intel/igb/e1000_82575.c 		phy->type		= e1000_phy_i210;
type              312 drivers/net/ethernet/intel/igb/e1000_82575.c 		phy->type = e1000_phy_bcm54616;
type              369 drivers/net/ethernet/intel/igb/e1000_82575.c 	nvm->type = e1000_nvm_eeprom_spi;
type              383 drivers/net/ethernet/intel/igb/e1000_82575.c 	switch (hw->mac.type) {
type              412 drivers/net/ethernet/intel/igb/e1000_82575.c 	mac->uta_reg_count = (hw->mac.type == e1000_82575) ? 0 : 128;
type              414 drivers/net/ethernet/intel/igb/e1000_82575.c 	switch (mac->type) {
type              430 drivers/net/ethernet/intel/igb/e1000_82575.c 	if (mac->type >= e1000_82580)
type              435 drivers/net/ethernet/intel/igb/e1000_82575.c 	if (mac->type >= e1000_i210) {
type              444 drivers/net/ethernet/intel/igb/e1000_82575.c 	if ((hw->mac.type == e1000_i350) || (hw->mac.type == e1000_i354))
type              456 drivers/net/ethernet/intel/igb/e1000_82575.c 	if (mac->type >= e1000_i350)
type              461 drivers/net/ethernet/intel/igb/e1000_82575.c 	if (mac->type >= e1000_i210)
type              469 drivers/net/ethernet/intel/igb/e1000_82575.c 	if (mac->type == e1000_82580 || mac->type == e1000_i350) {
type              566 drivers/net/ethernet/intel/igb/e1000_82575.c 		mac->type = e1000_82575;
type              576 drivers/net/ethernet/intel/igb/e1000_82575.c 		mac->type = e1000_82576;
type              588 drivers/net/ethernet/intel/igb/e1000_82575.c 		mac->type = e1000_82580;
type              594 drivers/net/ethernet/intel/igb/e1000_82575.c 		mac->type = e1000_i350;
type              602 drivers/net/ethernet/intel/igb/e1000_82575.c 		mac->type = e1000_i210;
type              605 drivers/net/ethernet/intel/igb/e1000_82575.c 		mac->type = e1000_i211;
type              610 drivers/net/ethernet/intel/igb/e1000_82575.c 		mac->type = e1000_i354;
type              682 drivers/net/ethernet/intel/igb/e1000_82575.c 	switch (hw->mac.type) {
type              695 drivers/net/ethernet/intel/igb/e1000_82575.c 	switch (mac->type) {
type              832 drivers/net/ethernet/intel/igb/e1000_82575.c 	if (hw->mac.type == e1000_i354)
type              848 drivers/net/ethernet/intel/igb/e1000_82575.c 		switch (hw->mac.type) {
type             1253 drivers/net/ethernet/intel/igb/e1000_82575.c 	    (hw->phy.type == e1000_phy_igp_3))
type             1396 drivers/net/ethernet/intel/igb/e1000_82575.c 		if (mac->type == e1000_i354) {
type             1517 drivers/net/ethernet/intel/igb/e1000_82575.c 	if ((hw->mac.type >= e1000_i210) &&
type             1580 drivers/net/ethernet/intel/igb/e1000_82575.c 	switch (hw->mac.type) {
type             1607 drivers/net/ethernet/intel/igb/e1000_82575.c 	switch (hw->phy.type) {
type             1682 drivers/net/ethernet/intel/igb/e1000_82575.c 	if (hw->mac.type == e1000_82575 || hw->mac.type == e1000_82576) {
type             1709 drivers/net/ethernet/intel/igb/e1000_82575.c 		if (hw->mac.type == e1000_82575 ||
type             1710 drivers/net/ethernet/intel/igb/e1000_82575.c 		    hw->mac.type == e1000_82576) {
type             1810 drivers/net/ethernet/intel/igb/e1000_82575.c 	if (hw->mac.type == e1000_82575) {
type             1955 drivers/net/ethernet/intel/igb/e1000_82575.c 	if (hw->mac.type != e1000_82575 ||
type             2074 drivers/net/ethernet/intel/igb/e1000_82575.c 	switch (hw->mac.type) {
type             2112 drivers/net/ethernet/intel/igb/e1000_82575.c 	switch (hw->mac.type) {
type             2220 drivers/net/ethernet/intel/igb/e1000_82575.c 	if (hw->mac.type != e1000_82580)
type             2263 drivers/net/ethernet/intel/igb/e1000_82575.c 	if (hw->mac.type == e1000_82580)
type             2602 drivers/net/ethernet/intel/igb/e1000_82575.c 	if ((hw->mac.type < e1000_i350) ||
type             2790 drivers/net/ethernet/intel/igb/e1000_82575.c 	if ((hw->mac.type != e1000_i350) || (hw->bus.func != 0))
type             2845 drivers/net/ethernet/intel/igb/e1000_82575.c 	if ((hw->mac.type != e1000_i350) || (hw->bus.func != 0))
type              369 drivers/net/ethernet/intel/igb/e1000_hw.h 	enum e1000_mac_type type;
type              405 drivers/net/ethernet/intel/igb/e1000_hw.h 	enum e1000_phy_type type;
type              440 drivers/net/ethernet/intel/igb/e1000_hw.h 	enum e1000_nvm_type type;
type              454 drivers/net/ethernet/intel/igb/e1000_hw.h 	enum e1000_bus_type type;
type              803 drivers/net/ethernet/intel/igb/e1000_i210.c 		hw->nvm.type = e1000_nvm_flash_hw;
type              809 drivers/net/ethernet/intel/igb/e1000_i210.c 		hw->nvm.type = e1000_nvm_invm;
type               32 drivers/net/ethernet/intel/igb/e1000_mac.c 	bus->type = e1000_bus_type_pci_express;
type              296 drivers/net/ethernet/intel/igb/e1000_mac.c 	if (hw->mac.type >= e1000_82580)
type              775 drivers/net/ethernet/intel/igb/e1000_mac.c 	if (hw->mac.type == e1000_i350)
type             1377 drivers/net/ethernet/intel/igb/e1000_mac.c 	if ((hw->mac.type == e1000_i210) ||
type             1378 drivers/net/ethernet/intel/igb/e1000_mac.c 	    (hw->mac.type == e1000_i211))
type             1526 drivers/net/ethernet/intel/igb/e1000_mac.c 	if (hw->bus.type != e1000_bus_type_pci_express)
type             1563 drivers/net/ethernet/intel/igb/e1000_mac.c 	if (hw->mac.type >= e1000_82580)
type               57 drivers/net/ethernet/intel/igb/e1000_nvm.c 	if (nvm->type == e1000_nvm_eeprom_spi)
type              197 drivers/net/ethernet/intel/igb/e1000_nvm.c 	if (nvm->type == e1000_nvm_eeprom_spi) {
type              221 drivers/net/ethernet/intel/igb/e1000_nvm.c 	if (hw->nvm.type == e1000_nvm_eeprom_spi) {
type              260 drivers/net/ethernet/intel/igb/e1000_nvm.c 	if (nvm->type == e1000_nvm_eeprom_spi) {
type              699 drivers/net/ethernet/intel/igb/e1000_nvm.c 	switch (hw->mac.type) {
type               61 drivers/net/ethernet/intel/igb/e1000_phy.c 	if ((hw->mac.type == e1000_i210) || (hw->mac.type == e1000_i211))
type              466 drivers/net/ethernet/intel/igb/e1000_phy.c 	if (phy->type == e1000_phy_82580) {
type              747 drivers/net/ethernet/intel/igb/e1000_phy.c 	if (phy->type == e1000_phy_igp) {
type             1204 drivers/net/ethernet/intel/igb/e1000_phy.c 	if (phy->type != e1000_phy_i210) {
type             1256 drivers/net/ethernet/intel/igb/e1000_phy.c 				if (hw->phy.type != e1000_phy_m88)
type             1284 drivers/net/ethernet/intel/igb/e1000_phy.c 	if (hw->phy.type != e1000_phy_m88 ||
type             1483 drivers/net/ethernet/intel/igb/e1000_phy.c 	switch (phy->type) {
type              121 drivers/net/ethernet/intel/igb/igb.h #define IGB_RX_PTHRESH	((hw->mac.type == e1000_i354) ? 12 : 8)
type              123 drivers/net/ethernet/intel/igb/igb.h #define IGB_TX_PTHRESH	((hw->mac.type == e1000_i354) ? 20 : 8)
type              125 drivers/net/ethernet/intel/igb/igb.h #define IGB_RX_WTHRESH	((hw->mac.type == e1000_82576 && \
type              127 drivers/net/ethernet/intel/igb/igb.h #define IGB_TX_WTHRESH	((hw->mac.type == e1000_82576 && \
type              174 drivers/net/ethernet/intel/igb/igb_ethtool.c 		if (hw->mac.type == e1000_i354) {
type              671 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if (hw->mac.type > e1000_82580) {
type              678 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if (hw->mac.type == e1000_82576) {
type              714 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if (hw->mac.type == e1000_i210 || hw->mac.type == e1000_i211)
type              747 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if (hw->nvm.type == e1000_nvm_eeprom_spi)
type              784 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if ((hw->mac.type >= e1000_i210) &&
type             1263 drivers/net/ethernet/intel/igb/igb_ethtool.c 	switch (adapter->hw.mac.type) {
type             1361 drivers/net/ethernet/intel/igb/igb_ethtool.c 	switch (hw->mac.type) {
type             1428 drivers/net/ethernet/intel/igb/igb_ethtool.c 	switch (hw->mac.type) {
type             1611 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if (hw->phy.type == e1000_phy_m88) {
type             1624 drivers/net/ethernet/intel/igb/igb_ethtool.c 	} else if (hw->phy.type == e1000_phy_82580) {
type             1644 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if (hw->phy.type == e1000_phy_m88)
type             1652 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if (hw->phy.type == e1000_phy_m88)
type             1712 drivers/net/ethernet/intel/igb/igb_ethtool.c 		if (hw->mac.type >= e1000_82580) {
type             1944 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if (adapter->hw.mac.type == e1000_i354) {
type             2408 drivers/net/ethernet/intel/igb/igb_ethtool.c 	switch (adapter->hw.mac.type) {
type             2436 drivers/net/ethernet/intel/igb/igb_ethtool.c 		if (adapter->hw.mac.type >= e1000_82580)
type             2773 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if (hw->mac.type == e1000_i210 &&
type             3048 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if ((hw->mac.type < e1000_i350) ||
type             3059 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if (hw->mac.type == e1000_i354) {
type             3075 drivers/net/ethernet/intel/igb/igb_ethtool.c 	switch (hw->mac.type) {
type             3102 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if ((hw->mac.type == e1000_i354) &&
type             3128 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if ((hw->mac.type < e1000_i350) ||
type             3179 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if (hw->mac.type == e1000_i354)
type             3224 drivers/net/ethernet/intel/igb/igb_ethtool.c 		modinfo->type = ETH_MODULE_SFF_8079;
type             3228 drivers/net/ethernet/intel/igb/igb_ethtool.c 		modinfo->type = ETH_MODULE_SFF_8472;
type             3316 drivers/net/ethernet/intel/igb/igb_ethtool.c 	switch (hw->mac.type) {
type             3361 drivers/net/ethernet/intel/igb/igb_ethtool.c 	switch (hw->mac.type) {
type               90 drivers/net/ethernet/intel/igb/igb_hwmon.c 			      unsigned int offset, int type)
type               99 drivers/net/ethernet/intel/igb/igb_hwmon.c 	switch (type) {
type              711 drivers/net/ethernet/intel/igb/igb_main.c 	switch (adapter->hw.mac.type) {
type              803 drivers/net/ethernet/intel/igb/igb_main.c 	switch (hw->mac.type) {
type              884 drivers/net/ethernet/intel/igb/igb_main.c 	switch (hw->mac.type) {
type             1258 drivers/net/ethernet/intel/igb/igb_main.c 		if (adapter->hw.mac.type == e1000_82575)
type             1293 drivers/net/ethernet/intel/igb/igb_main.c 		if (adapter->hw.mac.type >= e1000_82576)
type             1299 drivers/net/ethernet/intel/igb/igb_main.c 		if (adapter->hw.mac.type >= e1000_i350)
type             1603 drivers/net/ethernet/intel/igb/igb_main.c 	WARN_ON(hw->mac.type != e1000_i210);
type             1624 drivers/net/ethernet/intel/igb/igb_main.c 	WARN_ON(hw->mac.type != e1000_i210);
type             1641 drivers/net/ethernet/intel/igb/igb_main.c 	WARN_ON(hw->mac.type != e1000_i210);
type             1696 drivers/net/ethernet/intel/igb/igb_main.c 	WARN_ON(hw->mac.type != e1000_i210);
type             1913 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type != e1000_i210)
type             2271 drivers/net/ethernet/intel/igb/igb_main.c 	switch (mac->type) {
type             2290 drivers/net/ethernet/intel/igb/igb_main.c 	if (mac->type == e1000_82575) {
type             2375 drivers/net/ethernet/intel/igb/igb_main.c 	if ((mac->type == e1000_82575 || mac->type == e1000_i350) &&
type             2399 drivers/net/ethernet/intel/igb/igb_main.c 		if (mac->type == e1000_i350 && hw->bus.func == 0) {
type             2410 drivers/net/ethernet/intel/igb/igb_main.c 		switch (mac->type) {
type             2561 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type != e1000_i210)
type             2771 drivers/net/ethernet/intel/igb/igb_main.c static int igb_setup_tc_block_cb(enum tc_setup_type type, void *type_data,
type             2779 drivers/net/ethernet/intel/igb/igb_main.c 	switch (type) {
type             2795 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type != e1000_i210)
type             2813 drivers/net/ethernet/intel/igb/igb_main.c static int igb_setup_tc(struct net_device *dev, enum tc_setup_type type,
type             2818 drivers/net/ethernet/intel/igb/igb_main.c 	switch (type) {
type             2872 drivers/net/ethernet/intel/igb/igb_main.c 	switch (hw->mac.type) {
type             2969 drivers/net/ethernet/intel/igb/igb_main.c 	if (adapter->hw.mac.type != e1000_i350)
type             3124 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type >= e1000_82576)
type             3127 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type >= e1000_i350)
type             3146 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type >= e1000_i350)
type             3179 drivers/net/ethernet/intel/igb/igb_main.c 	switch (hw->mac.type) {
type             3220 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type == e1000_i210) {
type             3246 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type >= e1000_82580)
type             3295 drivers/net/ethernet/intel/igb/igb_main.c 	if ((hw->mac.type == e1000_i350) &&
type             3304 drivers/net/ethernet/intel/igb/igb_main.c 	if (((hw->mac.type == e1000_i350) ||
type             3305 drivers/net/ethernet/intel/igb/igb_main.c 	     (hw->mac.type == e1000_i354)) &&
type             3310 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type == e1000_i350) {
type             3357 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type == e1000_i350 && hw->bus.func == 0) {
type             3385 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type != e1000_i354) {
type             3399 drivers/net/ethernet/intel/igb/igb_main.c 	if ((hw->mac.type >= e1000_i210 ||
type             3416 drivers/net/ethernet/intel/igb/igb_main.c 		switch (hw->mac.type) {
type             3698 drivers/net/ethernet/intel/igb/igb_main.c 	if ((hw->mac.type == e1000_i210) || (hw->mac.type == e1000_i211))
type             3720 drivers/net/ethernet/intel/igb/igb_main.c 	switch (hw->mac.type) {
type             3767 drivers/net/ethernet/intel/igb/igb_main.c 	switch (hw->mac.type) {
type             3823 drivers/net/ethernet/intel/igb/igb_main.c 	switch (hw->mac.type) {
type             3869 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type >= e1000_i350)
type             4263 drivers/net/ethernet/intel/igb/igb_main.c 	switch (hw->mac.type) {
type             4288 drivers/net/ethernet/intel/igb/igb_main.c 	if (adapter->hw.mac.type >= e1000_82576)
type             4314 drivers/net/ethernet/intel/igb/igb_main.c 		if (hw->mac.type > e1000_82575) {
type             4329 drivers/net/ethernet/intel/igb/igb_main.c 		if (hw->mac.type != e1000_i211)
type             4420 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type < e1000_82576)
type             4423 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type == e1000_i350)
type             4445 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type < e1000_82576)
type             4506 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type >= e1000_82580)
type             4853 drivers/net/ethernet/intel/igb/igb_main.c 	switch (hw->mac.type) {
type             4995 drivers/net/ethernet/intel/igb/igb_main.c 		if (hw->mac.type == e1000_82576)
type             5056 drivers/net/ethernet/intel/igb/igb_main.c 	if ((hw->mac.type < e1000_82576) || (hw->mac.type > e1000_i350))
type             5085 drivers/net/ethernet/intel/igb/igb_main.c 	switch (hw->mac.type) {
type             5157 drivers/net/ethernet/intel/igb/igb_main.c 	if (((hw->mac.type == e1000_i210) ||
type             5158 drivers/net/ethernet/intel/igb/igb_main.c 	     (hw->mac.type == e1000_i211)) &&
type             5177 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type == e1000_i350) {
type             5426 drivers/net/ethernet/intel/igb/igb_main.c 	if ((adapter->hw.mac.type == e1000_i350) ||
type             5427 drivers/net/ethernet/intel/igb/igb_main.c 	    (adapter->hw.mac.type == e1000_i354))
type             6103 drivers/net/ethernet/intel/igb/igb_main.c 			if (adapter->hw.mac.type == e1000_82576)
type             6139 drivers/net/ethernet/intel/igb/igb_main.c 		if (adapter->hw.mac.type == e1000_82576)
type             6184 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type >= e1000_82580)
type             6288 drivers/net/ethernet/intel/igb/igb_main.c 		if (hw->mac.type >= e1000_i210)
type             6387 drivers/net/ethernet/intel/igb/igb_main.c 		if ((hw->mac.type != e1000_i210) &&
type             6388 drivers/net/ethernet/intel/igb/igb_main.c 		    (hw->mac.type != e1000_i211))
type             6456 drivers/net/ethernet/intel/igb/igb_main.c 		event.type = PTP_CLOCK_PPS;
type             6500 drivers/net/ethernet/intel/igb/igb_main.c 		event.type = PTP_CLOCK_EXTTS;
type             6510 drivers/net/ethernet/intel/igb/igb_main.c 		event.type = PTP_CLOCK_EXTTS;
type             6571 drivers/net/ethernet/intel/igb/igb_main.c 	if (adapter->hw.mac.type == e1000_82575)
type             6600 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type != e1000_82575)
type             6621 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type != e1000_82575)
type             7315 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type != e1000_i210)
type             9105 drivers/net/ethernet/intel/igb/igb_main.c 		switch (hw->mac.type) {
type             9232 drivers/net/ethernet/intel/igb/igb_main.c 	    (adapter->hw.mac.type != e1000_82576))
type             9260 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type != e1000_82576)
type             9293 drivers/net/ethernet/intel/igb/igb_main.c 	reg_offset = (hw->mac.type == e1000_82576) ? E1000_DTXSWC : E1000_TXSWC;
type             9345 drivers/net/ethernet/intel/igb/igb_main.c 	switch (hw->mac.type) {
type             9387 drivers/net/ethernet/intel/igb/igb_main.c 	if (hw->mac.type > e1000_82580) {
type             9421 drivers/net/ethernet/intel/igb/igb_main.c 			if (hw->mac.type != e1000_i354)
type             9448 drivers/net/ethernet/intel/igb/igb_main.c 	} else if (hw->mac.type == e1000_82580) {
type              167 drivers/net/ethernet/intel/igb/igb_ptp.c 	switch (adapter->hw.mac.type) {
type              522 drivers/net/ethernet/intel/igb/igb_ptp.c 	switch (rq->type) {
type              749 drivers/net/ethernet/intel/igb/igb_ptp.c 	if (hw->mac.type != e1000_82576)
type              829 drivers/net/ethernet/intel/igb/igb_ptp.c 	if (adapter->hw.mac.type == e1000_i210) {
type              884 drivers/net/ethernet/intel/igb/igb_ptp.c 	if (adapter->hw.mac.type == e1000_i210) {
type              936 drivers/net/ethernet/intel/igb/igb_ptp.c 	if (adapter->hw.mac.type == e1000_i210) {
type             1051 drivers/net/ethernet/intel/igb/igb_ptp.c 		if (hw->mac.type != e1000_82576) {
type             1062 drivers/net/ethernet/intel/igb/igb_ptp.c 	if (hw->mac.type == e1000_82575) {
type             1072 drivers/net/ethernet/intel/igb/igb_ptp.c 	if ((hw->mac.type >= e1000_82580) && tsync_rx_ctl) {
type             1079 drivers/net/ethernet/intel/igb/igb_ptp.c 		if ((hw->mac.type == e1000_i210) ||
type             1080 drivers/net/ethernet/intel/igb/igb_ptp.c 		    (hw->mac.type == e1000_i211)) {
type             1122 drivers/net/ethernet/intel/igb/igb_ptp.c 		if (hw->mac.type == e1000_82576) {
type             1182 drivers/net/ethernet/intel/igb/igb_ptp.c 	switch (hw->mac.type) {
type             1329 drivers/net/ethernet/intel/igb/igb_ptp.c 	switch (adapter->hw.mac.type) {
type             1352 drivers/net/ethernet/intel/igb/igb_ptp.c 	if ((hw->mac.type == e1000_i210) || (hw->mac.type == e1000_i211)) {
type             2625 drivers/net/ethernet/intel/igbvf/netdev.c 	if (hw->mac.type == e1000_vfadapt_i350)
type             2757 drivers/net/ethernet/intel/igbvf/netdev.c 	adapter->hw.mac.type = ei->mac;
type             2871 drivers/net/ethernet/intel/igbvf/netdev.c 	if (adapter->hw.mac.type == e1000_vfadapt_i350)
type              175 drivers/net/ethernet/intel/igbvf/vf.h 	enum e1000_mac_type type;
type               85 drivers/net/ethernet/intel/igc/igc_base.c 	nvm->type = igc_nvm_eeprom_spi;
type              143 drivers/net/ethernet/intel/igc/igc_base.c 	if (mac->type == igc_i225)
type              162 drivers/net/ethernet/intel/igc/igc_base.c 		phy->type = igc_phy_none;
type              193 drivers/net/ethernet/intel/igc/igc_base.c 		phy->type	= igc_phy_i225;
type              215 drivers/net/ethernet/intel/igc/igc_base.c 		mac->type = igc_i225;
type              230 drivers/net/ethernet/intel/igc/igc_base.c 	switch (hw->mac.type) {
type              381 drivers/net/ethernet/intel/igc/igc_ethtool.c 	if (hw->nvm.type == igc_nvm_eeprom_spi) {
type              418 drivers/net/ethernet/intel/igc/igc_ethtool.c 	if (hw->mac.type >= igc_i225 &&
type             1208 drivers/net/ethernet/intel/igc/igc_ethtool.c 	if (hw->mac.type == igc_i225 &&
type             1715 drivers/net/ethernet/intel/igc/igc_ethtool.c 			if (hw->mac.type == igc_i225 &&
type               81 drivers/net/ethernet/intel/igc/igc_hw.h 	enum igc_mac_type type;
type              131 drivers/net/ethernet/intel/igc/igc_hw.h 	enum igc_nvm_type type;
type              146 drivers/net/ethernet/intel/igc/igc_hw.h 	enum igc_phy_type type;
type              477 drivers/net/ethernet/intel/igc/igc_i225.c 		hw->nvm.type = igc_nvm_flash_hw;
type              483 drivers/net/ethernet/intel/igc/igc_i225.c 		hw->nvm.type = igc_nvm_invm;
type              701 drivers/net/ethernet/intel/igc/igc_mac.c 		if (hw->mac.type == igc_i225 &&
type             1929 drivers/net/ethernet/intel/igc/igc_main.c 		if (hw->mac.type >= igc_i225)
type             2603 drivers/net/ethernet/intel/igc/igc_main.c 	switch (hw->mac.type) {
type             2616 drivers/net/ethernet/intel/igc/igc_main.c 		WARN_ONCE(hw->mac.type != igc_i225, "Wrong MAC type\n");
type             2643 drivers/net/ethernet/intel/igc/igc_main.c 	switch (hw->mac.type) {
type             2876 drivers/net/ethernet/intel/igc/igc_main.c 	if (hw->mac.type == igc_i225 &&
type             3673 drivers/net/ethernet/intel/igc/igc_main.c 	switch (adapter->hw.mac.type) {
type              153 drivers/net/ethernet/intel/igc/igc_phy.c 	switch (phy->type) {
type              105 drivers/net/ethernet/intel/ixgb/ixgb.h #define IXGB_GET_DESC(R, i, type)	(&(((struct type *)((R).desc))[i]))
type               16 drivers/net/ethernet/intel/ixgb/ixgb_ethtool.c 	int type;
type              140 drivers/net/ethernet/intel/ixgb/ixgb_ethtool.c 	if (hw->fc.type == ixgb_fc_rx_pause)
type              142 drivers/net/ethernet/intel/ixgb/ixgb_ethtool.c 	else if (hw->fc.type == ixgb_fc_tx_pause)
type              144 drivers/net/ethernet/intel/ixgb/ixgb_ethtool.c 	else if (hw->fc.type == ixgb_fc_full) {
type              161 drivers/net/ethernet/intel/ixgb/ixgb_ethtool.c 		hw->fc.type = ixgb_fc_full;
type              163 drivers/net/ethernet/intel/ixgb/ixgb_ethtool.c 		hw->fc.type = ixgb_fc_rx_pause;
type              165 drivers/net/ethernet/intel/ixgb/ixgb_ethtool.c 		hw->fc.type = ixgb_fc_tx_pause;
type              167 drivers/net/ethernet/intel/ixgb/ixgb_ethtool.c 		hw->fc.type = ixgb_fc_none;
type              583 drivers/net/ethernet/intel/ixgb/ixgb_ethtool.c 		switch (ixgb_gstrings_stats[i].type) {
type              636 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 	switch (hw->fc.type) {
type              680 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 	if (!(hw->fc.type & ixgb_fc_tx_pause)) {
type             1066 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 	hw->bus.type = (status_reg & IXGB_STATUS_PCIX_MODE) ?
type             1069 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 	if (hw->bus.type == ixgb_bus_type_pci) {
type              618 drivers/net/ethernet/intel/ixgb/ixgb_hw.h 	ixgb_fc_type type;	/* Type of flow control             */
type              635 drivers/net/ethernet/intel/ixgb/ixgb_hw.h 	ixgb_bus_type type;
type             1137 drivers/net/ethernet/intel/ixgb/ixgb_main.c 				    (adapter->hw.fc.type == ixgb_fc_full) ?
type             1139 drivers/net/ethernet/intel/ixgb/ixgb_main.c 				    (adapter->hw.fc.type == ixgb_fc_rx_pause) ?
type             1141 drivers/net/ethernet/intel/ixgb/ixgb_main.c 				    (adapter->hw.fc.type == ixgb_fc_tx_pause) ?
type              158 drivers/net/ethernet/intel/ixgb/ixgb_param.c 	enum { enable_option, range_option, list_option } type;
type              185 drivers/net/ethernet/intel/ixgb/ixgb_param.c 	switch (opt->type) {
type              246 drivers/net/ethernet/intel/ixgb/ixgb_param.c 			.type = range_option,
type              265 drivers/net/ethernet/intel/ixgb/ixgb_param.c 			.type = range_option,
type              284 drivers/net/ethernet/intel/ixgb/ixgb_param.c 			.type = enable_option,
type              309 drivers/net/ethernet/intel/ixgb/ixgb_param.c 			.type = list_option,
type              320 drivers/net/ethernet/intel/ixgb/ixgb_param.c 			adapter->hw.fc.type = fc;
type              322 drivers/net/ethernet/intel/ixgb/ixgb_param.c 			adapter->hw.fc.type = opt.def;
type              327 drivers/net/ethernet/intel/ixgb/ixgb_param.c 			.type = range_option,
type              341 drivers/net/ethernet/intel/ixgb/ixgb_param.c 		if (!(adapter->hw.fc.type & ixgb_fc_tx_pause) )
type              346 drivers/net/ethernet/intel/ixgb/ixgb_param.c 			.type = range_option,
type              360 drivers/net/ethernet/intel/ixgb/ixgb_param.c 		if (!(adapter->hw.fc.type & ixgb_fc_tx_pause) )
type              365 drivers/net/ethernet/intel/ixgb/ixgb_param.c 			.type = range_option,
type              380 drivers/net/ethernet/intel/ixgb/ixgb_param.c 		if (!(adapter->hw.fc.type & ixgb_fc_tx_pause) )
type              384 drivers/net/ethernet/intel/ixgb/ixgb_param.c 	if (adapter->hw.fc.type & ixgb_fc_tx_pause) {
type              395 drivers/net/ethernet/intel/ixgb/ixgb_param.c 			.type = range_option,
type              412 drivers/net/ethernet/intel/ixgb/ixgb_param.c 			.type = range_option,
type              430 drivers/net/ethernet/intel/ixgb/ixgb_param.c 			.type = enable_option,
type              780 drivers/net/ethernet/intel/ixgbe/ixgbe.h 	switch (adapter->hw.mac.type) {
type              941 drivers/net/ethernet/intel/ixgbe/ixgbe.h int ixgbe_fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type);
type              113 drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c 	switch (hw->phy.type) {
type              231 drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c 	switch (hw->phy.type) {
type              510 drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c 	if (hw->phy.type == ixgbe_phy_nl) {
type              969 drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c 	if (hw->phy.type == ixgbe_phy_nl) {
type              305 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c 	switch (hw->phy.type) {
type              429 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c 	switch (hw->phy.type) {
type             1611 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c 	switch (hw->mac.type) {
type             1819 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c 	if (hw->phy.type == ixgbe_phy_unknown) {
type             1820 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c 		hw->phy.type = ixgbe_phy_none;
type             1825 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c 	if (hw->phy.type == ixgbe_phy_sfp_unsupported)
type             1967 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c 	if (eeprom->type == ixgbe_eeprom_spi &&
type             1994 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c 	if (eeprom->type == ixgbe_eeprom_spi && offset <= IXGBE_EERD_MAX_ADDR)
type              221 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	if (hw->mac.type != ixgbe_mac_X540) {
type              302 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	switch (hw->mac.type) {
type              399 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	if (hw->mac.type >= ixgbe_mac_82599EB) {
type              410 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 		if (hw->mac.type >= ixgbe_mac_82599EB) {
type              418 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	if (hw->mac.type >= ixgbe_mac_82599EB)
type              435 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	if (hw->mac.type == ixgbe_mac_82598EB)
type              460 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 		if (hw->mac.type >= ixgbe_mac_82599EB) {
type              472 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	if (hw->mac.type == ixgbe_mac_X550 || hw->mac.type == ixgbe_mac_X540) {
type              660 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	hw->bus.type = ixgbe_bus_type_pci_express;
type              784 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	switch (hw->mac.type) {
type              853 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	if (eeprom->type == ixgbe_eeprom_uninitialized) {
type              854 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 		eeprom->type = ixgbe_eeprom_none;
type              867 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 			eeprom->type = ixgbe_eeprom_spi;
type              884 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 		       eeprom->type, eeprom->word_size, eeprom->address_bits);
type             2358 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	if (hw->mac.type == ixgbe_mac_82599EB) {
type             2560 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	if (hw->mac.type >= ixgbe_mac_X550)
type             2921 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	switch (hw->mac.type) {
type             3304 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 		switch (hw->mac.type) {
type             3357 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 		if ((hw->mac.type >= ixgbe_mac_X550) &&
type             3367 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 		if ((hw->mac.type >= ixgbe_mac_X550) &&
type             3452 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	if (hw->mac.type == ixgbe_mac_82598EB)
type             3476 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	if (hw->mac.type == ixgbe_mac_82598EB)
type             4137 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 		if (hw->mac.type != ixgbe_mac_82598EB) {
type             4161 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	if (hw->mac.type != ixgbe_mac_82598EB) {
type             4180 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	if (hw->mac.type < ixgbe_mac_82599EB)
type              147 drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.c 			if ((hw->mac.type == ixgbe_mac_82598EB) &&
type              268 drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.c 	switch (hw->mac.type) {
type              288 drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.c 	switch (hw->mac.type) {
type              340 drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.c 	switch (hw->mac.type) {
type              379 drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.c 	switch (hw->mac.type) {
type              209 drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_82599.c 	if (hw->mac.type >= ixgbe_mac_X540)
type              155 drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c 	switch (adapter->hw.mac.type) {
type               27 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 	int type;
type              150 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c #define ixgbe_isbackplane(type) ((type) == ixgbe_media_type_backplane)
type              232 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 	switch (adapter->hw.phy.type) {
type              470 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 	if ((hw->mac.type == ixgbe_mac_82598EB) &&
type              532 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 	regs->version = hw->mac.type << 24 | hw->revision_id << 16 |
type              578 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 		switch (hw->mac.type) {
type              680 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 	switch (hw->mac.type) {
type             1206 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 		switch (ixgbe_gstrings_stats[i].type) {
type             1476 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 	switch (adapter->hw.mac.type) {
type             1741 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 	switch (adapter->hw.mac.type) {
type             1803 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 	switch (adapter->hw.mac.type) {
type             1824 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 	if (hw->mac.type == ixgbe_mac_82598EB) {
type             2896 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 		if ((hw->mac.type >= ixgbe_mac_X550) &&
type             2923 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 		if ((hw->mac.type >= ixgbe_mac_X550) &&
type             2957 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 	if (adapter->hw.mac.type < ixgbe_mac_X550)
type             3052 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 	switch (adapter->hw.mac.type) {
type             3102 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 		if (adapter->hw.mac.type == ixgbe_mac_82598EB) {
type             3207 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 	if (hw->phy.type == ixgbe_phy_fw)
type             3232 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 		modinfo->type = ETH_MODULE_SFF_8079;
type             3236 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 		modinfo->type = ETH_MODULE_SFF_8472;
type             3256 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 	if (hw->phy.type == ixgbe_phy_fw)
type             3347 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 	if (hw->phy.eee_speeds_supported && hw->phy.type == ixgbe_phy_fw)
type               70 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c 	if (hw->mac.type == ixgbe_mac_X550) {
type              288 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c 	if (hw->mac.type == ixgbe_mac_X550) {
type              417 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c 	if (adapter->hw.mac.type == ixgbe_mac_X550)
type              664 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c 	if (adapter->hw.mac.type == ixgbe_mac_X550)
type              668 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c 		if (adapter->hw.mac.type == ixgbe_mac_X550) {
type              723 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c 	if (adapter->hw.mac.type == ixgbe_mac_X550)
type              807 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c 	if (adapter->hw.mac.type == ixgbe_mac_X550)
type              926 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c int ixgbe_fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type)
type              932 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c 	switch (type) {
type             1017 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c 	if (hw->mac.type == ixgbe_mac_82599EB) {
type             1021 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c 	} else if (hw->mac.type == ixgbe_mac_X550) {
type             1228 drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c 	if (hw->mac.type == ixgbe_mac_82598EB)
type               99 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c 	switch (hw->mac.type) {
type              437 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c 	if (adapter->hw.mac.type == ixgbe_mac_82598EB) {
type              631 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c 	if (hw->mac.type < ixgbe_mac_X550)
type              978 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c 		if (adapter->hw.mac.type == ixgbe_mac_82599EB)
type             1188 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c 		if (adapter->hw.mac.type == ixgbe_mac_82598EB)
type              212 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	hw->bus.type = ixgbe_bus_type_pci_express;
type              259 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->bus.type == ixgbe_bus_type_internal)
type              861 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type              906 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (adapter->hw.mac.type) {
type              937 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type              980 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		switch (hw->mac.type) {
type             1285 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             1322 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             2465 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (adapter->hw.mac.type) {
type             2694 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (adapter->hw.mac.type) {
type             2791 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		if (adapter->hw.mac.type >= ixgbe_mac_X540)
type             2821 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (adapter->hw.mac.type) {
type             2861 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             2863 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		if (hw->phy.type == ixgbe_phy_nl)
type             2890 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type >= ixgbe_mac_X540)
type             2903 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (adapter->hw.mac.type == ixgbe_mac_82599EB &&
type             2934 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             2963 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             3003 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		switch (adapter->hw.mac.type) {
type             3018 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (adapter->hw.mac.type) {
type             3031 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		if (adapter->hw.phy.type == ixgbe_phy_x550em_ext_t)
type             3082 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             3088 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		if (hw->phy.type == ixgbe_phy_x550em_ext_t &&
type             3325 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             3424 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (adapter->hw.mac.type) {
type             3554 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type == ixgbe_mac_82598EB &&
type             3573 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type == ixgbe_mac_82598EB)
type             3636 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type != ixgbe_mac_82598EB) {
type             3714 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type == ixgbe_mac_82598EB) {
type             3740 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		if (hw->mac.type != ixgbe_mac_82599EB)
type             3766 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (adapter->hw.mac.type < ixgbe_mac_X550)
type             3831 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (adapter->hw.mac.type == ixgbe_mac_82598EB)
type             3945 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (adapter->hw.mac.type == ixgbe_mac_82598EB) {
type             3965 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 			if (hw->mac.type >= ixgbe_mac_X550)
type             3988 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if ((hw->mac.type >= ixgbe_mac_X550) &&
type             4050 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type == ixgbe_mac_82598EB &&
type             4109 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type == ixgbe_mac_82598EB) {
type             4121 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	} else if (hw->mac.type != ixgbe_mac_82599EB) {
type             4136 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (ring->xsk_umem && hw->mac.type != ixgbe_mac_82599EB) {
type             4179 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type == ixgbe_mac_82598EB)
type             4334 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             4415 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type == ixgbe_mac_82598EB)
type             4507 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             4545 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             4591 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type == ixgbe_mac_82598EB)
type             4673 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	    hw->mac.type == ixgbe_mac_82598EB)
type             4964 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type != ixgbe_mac_82598EB) {
type             5046 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		if (hw->mac.type == ixgbe_mac_82598EB)
type             5051 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type == ixgbe_mac_82598EB)
type             5076 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type != ixgbe_mac_82598EB) {
type             5119 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             5180 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             5438 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             5456 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             5493 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (adapter->hw.mac.type == ixgbe_mac_82598EB)
type             5544 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		switch (hw->mac.type) {
type             5585 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		switch (adapter->hw.mac.type) {
type             5598 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             5680 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (adapter->hw.phy.type == ixgbe_phy_fw)
type             5767 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type == ixgbe_mac_82598EB &&
type             5894 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             6193 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             6317 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             6368 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		if (hw->mac.type == ixgbe_mac_X550)
type             6405 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type != ixgbe_mac_82598EB) {
type             6741 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	    (adapter->hw.mac.type == ixgbe_mac_82599EB) &&
type             6974 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             7117 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		switch (hw->mac.type) {
type             7142 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		if ((hw->mac.type == ixgbe_mac_82599EB) ||
type             7143 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		    (hw->mac.type == ixgbe_mac_X540) ||
type             7144 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		    (hw->mac.type == ixgbe_mac_X550) ||
type             7145 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		    (hw->mac.type == ixgbe_mac_X550EM_x) ||
type             7146 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		    (hw->mac.type == ixgbe_mac_x550em_a)) {
type             7161 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             7220 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type == ixgbe_mac_82598EB)
type             7434 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             7523 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (ixgbe_is_sfp(hw) && hw->mac.type == ixgbe_mac_82598EB)
type             7569 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type >= ixgbe_mac_X550)
type             7649 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (adapter->hw.mac.type == ixgbe_mac_82598EB ||
type             7751 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type == ixgbe_mac_82598EB)
type             8994 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type == ixgbe_mac_82598EB)
type             9103 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type == ixgbe_mac_82598EB && tc && tc < MAX_TRAFFIC_CLASS)
type             9134 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		if (adapter->hw.mac.type == ixgbe_mac_82598EB) {
type             9141 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		if (adapter->hw.mac.type == ixgbe_mac_82598EB)
type             9372 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 					field_ptr[j].type;
type             9618 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c static int ixgbe_setup_tc_block_cb(enum tc_setup_type type, void *type_data,
type             9626 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (type) {
type             9643 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c static int __ixgbe_setup_tc(struct net_device *dev, enum tc_setup_type type,
type             9648 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (type) {
type             9827 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (ti->type) {
type             9882 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (ti->type != UDP_TUNNEL_TYPE_VXLAN &&
type             9883 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	    ti->type != UDP_TUNNEL_TYPE_GENEVE)
type             9889 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (ti->type) {
type             10470 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type == ixgbe_mac_82598EB &&
type             10630 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type == ixgbe_mac_82598EB)
type             10634 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type >= ixgbe_mac_X540) {
type             10823 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	hw->mac.type  = ii->mac;
type             10860 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (adapter->hw.mac.type) {
type             10903 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (adapter->hw.mac.type == ixgbe_mac_82598EB)
type             10931 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type >= ixgbe_mac_82599EB)
type             10950 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (hw->mac.type >= ixgbe_mac_82599EB)
type             11081 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (hw->mac.type) {
type             11099 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 			   hw->mac.type, hw->phy.type, hw->phy.sfp_type,
type             11103 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 			   hw->mac.type, hw->phy.type, part_str);
type             11304 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (adapter->hw.mac.type == ixgbe_mac_82598EB ||
type             11340 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		switch (adapter->hw.mac.type) {
type              278 drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c 	switch (hw->mac.type) {
type              406 drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c 	if (hw->mac.type != ixgbe_mac_82599EB &&
type              407 drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c 	    hw->mac.type != ixgbe_mac_X550 &&
type              408 drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c 	    hw->mac.type != ixgbe_mac_X550EM_x &&
type              409 drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c 	    hw->mac.type != ixgbe_mac_x550em_a &&
type              410 drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c 	    hw->mac.type != ixgbe_mac_X540)
type               15 drivers/net/ethernet/intel/ixgbe/ixgbe_model.h 	unsigned int type;
type               48 drivers/net/ethernet/intel/ixgbe/ixgbe_model.h 	  .type = IXGBE_ATR_FLOW_TYPE_IPV4},
type               50 drivers/net/ethernet/intel/ixgbe/ixgbe_model.h 	  .type = IXGBE_ATR_FLOW_TYPE_IPV4},
type               68 drivers/net/ethernet/intel/ixgbe/ixgbe_model.h 	 .type = IXGBE_ATR_FLOW_TYPE_TCPV4},
type               74 drivers/net/ethernet/intel/ixgbe/ixgbe_model.h 	 .type = IXGBE_ATR_FLOW_TYPE_UDPV4},
type              239 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	hw->phy.type = ixgbe_get_phy_type_from_id(hw->phy.id);
type              241 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	if (hw->phy.type == ixgbe_phy_unknown) {
type              249 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 			hw->phy.type = ixgbe_phy_cu_unknown;
type              251 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 			hw->phy.type = ixgbe_phy_generic;
type              275 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	if (hw->phy.type != ixgbe_phy_unknown)
type              319 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	if (hw->mac.type == ixgbe_mac_82598EB)
type              401 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	if (hw->phy.type == ixgbe_phy_unknown)
type              404 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	if (status != 0 || hw->phy.type == ixgbe_phy_none)
type              431 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 		if (hw->phy.type == ixgbe_phy_x550em_ext_t) {
type              990 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	if (hw->mac.type == ixgbe_mac_X550) {
type             1104 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	switch (hw->mac.type) {
type             1431 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 		hw->phy.type = ixgbe_phy_sfp_unsupported;
type             1470 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	if (hw->mac.type == ixgbe_mac_82598EB) {
type             1550 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	if (hw->phy.type != ixgbe_phy_nl) {
type             1581 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 				hw->phy.type =
type             1586 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 				hw->phy.type = ixgbe_phy_sfp_ftl_active;
type             1588 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 				hw->phy.type = ixgbe_phy_sfp_ftl;
type             1591 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 			hw->phy.type = ixgbe_phy_sfp_avago;
type             1594 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 			hw->phy.type = ixgbe_phy_sfp_intel;
type             1598 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 				hw->phy.type =
type             1601 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 				hw->phy.type =
type             1604 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 				hw->phy.type = ixgbe_phy_sfp_unknown;
type             1622 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 		hw->phy.type = ixgbe_phy_sfp_unsupported;
type             1627 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	if (hw->mac.type == ixgbe_mac_82598EB)
type             1639 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 		if (hw->phy.type == ixgbe_phy_sfp_intel)
type             1646 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 		hw->phy.type = ixgbe_phy_sfp_unsupported;
type             1653 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	if (hw->phy.type != ixgbe_phy_nl) {
type             1655 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 		hw->phy.type = ixgbe_phy_unknown;
type             1697 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 		hw->phy.type = ixgbe_phy_sfp_unsupported;
type             1716 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 		hw->phy.type = ixgbe_phy_qsfp_passive_unknown;
type             1756 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 			hw->phy.type = ixgbe_phy_qsfp_active_unknown;
type             1765 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 			hw->phy.type = ixgbe_phy_sfp_unsupported;
type             1811 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 			hw->phy.type = ixgbe_phy_qsfp_intel;
type             1813 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 			hw->phy.type = ixgbe_phy_qsfp_unknown;
type             1818 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 			if (hw->phy.type == ixgbe_phy_qsfp_intel)
type             1825 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 			hw->phy.type = ixgbe_phy_sfp_unsupported;
type             1835 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	hw->phy.type = ixgbe_phy_unknown;
type             2014 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	if (hw->mac.type >= ixgbe_mac_X550)
type              403 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c 	switch (adapter->hw.mac.type) {
type              467 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c 	switch (hw->mac.type) {
type              568 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c 	switch (adapter->hw.mac.type) {
type              648 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c 	if (rq->type != PTP_CLK_REQ_PPS || !adapter->ptp_setup_sdp)
type              672 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c 	event.type = PTP_CLOCK_PPS;
type              681 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c 	switch (hw->mac.type) {
type             1048 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c 		if (hw->mac.type >= ixgbe_mac_X550) {
type             1068 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c 	if (hw->mac.type == ixgbe_mac_82598EB) {
type             1080 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c 	switch (hw->mac.type) {
type             1232 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c 	switch (hw->mac.type) {
type             1313 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c 	if (hw->mac.type == ixgbe_mac_82598EB)
type             1351 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c 	switch (adapter->hw.mac.type) {
type               81 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c 	if ((adapter->hw.mac.type == ixgbe_mac_82599EB) && (num_vfs < 16)) {
type              483 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c 	if (adapter->hw.mac.type == ixgbe_mac_82599EB) {
type              869 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c 	if (adapter->hw.mac.type == ixgbe_mac_82599EB) {
type             1175 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c 		if (hw->mac.type <= ixgbe_mac_82599EB)
type             1429 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c 	if (hw->mac.type >= ixgbe_mac_X550)
type             1461 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c 	if (hw->mac.type >= ixgbe_mac_X550)
type             1544 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c 	switch (hw->mac.type) {
type             1669 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c 	if (adapter->hw.mac.type < ixgbe_mac_82599EB ||
type             1670 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c 	    adapter->hw.mac.type >= ixgbe_mac_X550)
type               85 drivers/net/ethernet/intel/ixgbe/ixgbe_sysfs.c 				unsigned int offset, int type) {
type               93 drivers/net/ethernet/intel/ixgbe/ixgbe_sysfs.c 	switch (type) {
type             3284 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h 	enum ixgbe_bus_type type;
type             3534 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h 	enum ixgbe_eeprom_type          type;
type             3545 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h 	enum ixgbe_mac_type             type;
type             3578 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h 	enum ixgbe_phy_type             type;
type              193 drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c 	if (eeprom->type == ixgbe_eeprom_uninitialized) {
type              195 drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c 		eeprom->type = ixgbe_flash;
type              204 drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c 		       eeprom->type, eeprom->word_size);
type              313 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 		hw->phy.type = ixgbe_phy_x550em_kx4;
type              316 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 		hw->phy.type = ixgbe_phy_x550em_xfi;
type              321 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 		hw->phy.type = ixgbe_phy_x550em_kr;
type              332 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 		hw->phy.type = ixgbe_phy_ext_1g_t;
type              336 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 		hw->phy.type = ixgbe_phy_fw;
type              536 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	hw->phy.type = ixgbe_phy_fw;
type              634 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	if (eeprom->type == ixgbe_eeprom_uninitialized) {
type              636 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 		eeprom->type = ixgbe_flash;
type              645 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 		       eeprom->type, eeprom->word_size);
type             1241 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	hw->bus.type  = ixgbe_bus_type_internal;
type             1524 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	if (hw->mac.type == ixgbe_mac_x550em_a) {
type             1560 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	if (mac->type != ixgbe_mac_X550EM_x)
type             1593 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	if (hw->mac.type == ixgbe_mac_X550EM_x) {
type             1887 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	if (hw->mac.type == ixgbe_mac_X550EM_x &&
type             2221 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	if (hw->mac.type == ixgbe_mac_x550em_a)
type             2253 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	if (hw->phy.type == ixgbe_phy_fw) {
type             2279 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 		switch (hw->phy.type) {
type             2294 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 			if (hw->mac.type == ixgbe_mac_x550em_a) {
type             2432 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	if (hw->mac.type != ixgbe_mac_x550em_a) {
type             2558 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	if (hw->mac.type == ixgbe_mac_x550em_a) {
type             2647 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	if (!(hw->mac.type == ixgbe_mac_X550EM_x &&
type             3173 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	if (hw->mac.type == ixgbe_mac_x550em_a &&
type             3214 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	switch (hw->phy.type) {
type             3244 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 		if (hw->mac.type == ixgbe_mac_X550EM_x &&
type             3286 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 		hw->phy.type = ixgbe_phy_sgmii;
type             3415 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	if (hw->phy.type == ixgbe_phy_x550em_ext_t) {
type               26 drivers/net/ethernet/intel/ixgbevf/ethtool.c 	int type;
type               33 drivers/net/ethernet/intel/ixgbevf/ethtool.c 	.type = IXGBEVF_STATS, \
type               40 drivers/net/ethernet/intel/ixgbevf/ethtool.c 	.type = NETDEV_STATS, \
type              435 drivers/net/ethernet/intel/ixgbevf/ethtool.c 		switch (ixgbevf_gstrings_stats[i].type) {
type              887 drivers/net/ethernet/intel/ixgbevf/ethtool.c 	if (adapter->hw.mac.type >= ixgbe_mac_X550_vf)
type              907 drivers/net/ethernet/intel/ixgbevf/ethtool.c 	if (adapter->hw.mac.type >= ixgbe_mac_X550_vf) {
type             1946 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	if (adapter->hw.mac.type != ixgbe_mac_82599_vf) {
type             2002 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	if (hw->mac.type >= ixgbe_mac_X550_vf)
type             3020 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	if (hw->mac.type >= ixgbe_mac_X550_vf) {
type             4602 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	hw->mac.type  = ii->mac;
type             4668 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 		if (adapter->hw.mac.type != ixgbe_mac_82599_vf)
type             4705 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	dev_info(&pdev->dev, "MAC: %d\n", hw->mac.type);
type             4707 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	switch (hw->mac.type) {
type              315 drivers/net/ethernet/intel/ixgbevf/vf.c 		if (hw->mac.type < ixgbe_mac_X550_vf)
type              383 drivers/net/ethernet/intel/ixgbevf/vf.c 		if (hw->mac.type < ixgbe_mac_X550_vf)
type              675 drivers/net/ethernet/intel/ixgbevf/vf.c 	if (mac->type == ixgbe_mac_82599_vf) {
type              759 drivers/net/ethernet/intel/ixgbevf/vf.c 	if (mac->type == ixgbe_mac_82599_vf) {
type               67 drivers/net/ethernet/intel/ixgbevf/vf.h 	enum ixgbe_mac_type type;
type              278 drivers/net/ethernet/marvell/mvmdio.c 	enum orion_mdio_bus_type type;
type              284 drivers/net/ethernet/marvell/mvmdio.c 	type = (enum orion_mdio_bus_type)of_device_get_match_data(&pdev->dev);
type              297 drivers/net/ethernet/marvell/mvmdio.c 	switch (type) {
type              341 drivers/net/ethernet/marvell/mvneta.c 	unsigned short type;
type             4108 drivers/net/ethernet/marvell/mvneta.c 		switch (s->type) {
type             4528 drivers/net/ethernet/marvell/mvneta.c 	pp->phylink_config.type = PHYLINK_NETDEV;
type              159 drivers/net/ethernet/marvell/mvneta_bm.c 					  enum mvneta_bm_type type, u8 port_id,
type              165 drivers/net/ethernet/marvell/mvneta_bm.c 	if (new_pool->type == MVNETA_BM_LONG &&
type              172 drivers/net/ethernet/marvell/mvneta_bm.c 	if (new_pool->type == MVNETA_BM_SHORT && new_pool->type != type) {
type              178 drivers/net/ethernet/marvell/mvneta_bm.c 	if (new_pool->pkt_size == 0 || type != MVNETA_BM_SHORT)
type              182 drivers/net/ethernet/marvell/mvneta_bm.c 	if (new_pool->type == MVNETA_BM_FREE) {
type              186 drivers/net/ethernet/marvell/mvneta_bm.c 		new_pool->type = type;
type              266 drivers/net/ethernet/marvell/mvneta_bm.c 	bm_pool->type = MVNETA_BM_FREE;
type              298 drivers/net/ethernet/marvell/mvneta_bm.c 		bm_pool->type = MVNETA_BM_FREE;
type              114 drivers/net/ethernet/marvell/mvneta_bm.h 	enum mvneta_bm_type type;
type              145 drivers/net/ethernet/marvell/mvneta_bm.h 					  enum mvneta_bm_type type, u8 port_id,
type              176 drivers/net/ethernet/marvell/mvneta_bm.h 							enum mvneta_bm_type type,
type              843 drivers/net/ethernet/marvell/mvpp2/mvpp2.h 	enum { MVPP2_QUEUE_VECTOR_SHARED, MVPP2_QUEUE_VECTOR_PRIVATE } type;
type              239 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h #define for_each_cls_flow_id_with_type(i, type)				      \
type              241 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h 		if (cls_flows[(i)].flow_type != (type))			      \
type              245 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h #define for_each_cls_flow_id_containing_type(i, type)			      \
type              247 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h 		if ((cls_flows[(i)].flow_type & (type)) != (type))	      \
type              809 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c mvpp2_bm_pool_use_percpu(struct mvpp2_port *port, int type,
type              831 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			pkts_num = mvpp2_pools[type].buf_num;
type             1106 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		if (v->type != MVPP2_QUEUE_VECTOR_SHARED)
type             3555 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		if (qv->type == MVPP2_QUEUE_VECTOR_PRIVATE) {
type             3569 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		if (qv->type == MVPP2_QUEUE_VECTOR_PRIVATE) {
type             4412 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	v->type = MVPP2_QUEUE_VECTOR_SHARED;
type             4449 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		v->type = MVPP2_QUEUE_VECTOR_PRIVATE;
type             4465 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			v->type = MVPP2_QUEUE_VECTOR_SHARED;
type             5398 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		port->phylink_config.type = PHYLINK_NETDEV;
type              331 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c 				      unsigned int type, int offset,
type              351 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c 	mvpp2_prs_sram_bits_set(pe, MVPP2_PRS_SRAM_UDF_TYPE_OFFS, type);
type             2361 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c int mvpp2_prs_tag_mode_set(struct mvpp2 *priv, int port, int type)
type             2363 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c 	switch (type) {
type             2404 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c 		if ((type < 0) || (type > MVPP2_TAG_TYPE_EDSA))
type              308 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.h int mvpp2_prs_tag_mode_set(struct mvpp2 *priv, int port, int type);
type               35 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 			 int type, int num,
type              285 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 	switch (block->type) {
type              660 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 	block->type = BLKTYPE_NPA;
type              681 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 	block->type = BLKTYPE_NIX;
type              702 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 	block->type = BLKTYPE_SSO;
type              723 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 	block->type = BLKTYPE_SSOW;
type              745 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 	block->type = BLKTYPE_TIM;
type              767 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 	block->type = BLKTYPE_CPT;
type              959 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 	num_lfs = rvu_get_rsrc_mapcount(pfvf, block->type);
type             1019 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 		rvu_detach_block(rvu, pcifunc, block->type);
type             1114 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 		mappedlfs = rvu_get_rsrc_mapcount(pfvf, block->type);
type             1130 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 		mappedlfs = rvu_get_rsrc_mapcount(pfvf, block->type);
type             1145 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 		mappedlfs = rvu_get_rsrc_mapcount(pfvf, block->type);
type             1160 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 		mappedlfs = rvu_get_rsrc_mapcount(pfvf, block->type);
type             1416 drivers/net/ethernet/marvell/octeontx2/af/rvu.c static void __rvu_mbox_handler(struct rvu_work *mwork, int type)
type             1426 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 	switch (type) {
type             1452 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 		switch (type) {
type             1500 drivers/net/ethernet/marvell/octeontx2/af/rvu.c static void __rvu_mbox_up_handler(struct rvu_work *mwork, int type)
type             1510 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 	switch (type) {
type             1582 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 			 int type, int num,
type             1592 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 	switch (type) {
type             1764 drivers/net/ethernet/marvell/octeontx2/af/rvu.c 					block->type);
type               55 drivers/net/ethernet/marvell/octeontx2/af/rvu.h 	u8   type;  /* RVU_BLOCK_TYPE_E */
type              170 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c static int nix_interface_init(struct rvu *rvu, u16 pcifunc, int type, int nixlf)
type              178 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	if (!is_pf_cgxmapped(rvu, pf) && type != NIX_INTF_TYPE_LBK)
type              181 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	switch (type) {
type               65 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 				    u16 pcifunc, int nixlf, int type)
type               78 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 		if (type == NIXLF_BCAST_ENTRY)
type               80 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 		else if (type == NIXLF_PROMISC_ENTRY)
type             2843 drivers/net/ethernet/mediatek/mtk_eth_soc.c 	mac->phylink_config.type = PHYLINK_NETDEV;
type             2445 drivers/net/ethernet/mellanox/mlx4/cmd.c 		priv->mfunc.master.cmd_eqe.type = MLX4_EVENT_TYPE_CMD;
type               65 drivers/net/ethernet/mellanox/mlx4/en_cq.c 	cq->type = mode;
type              104 drivers/net/ethernet/mellanox/mlx4/en_cq.c 	if (cq->type == RX) {
type              133 drivers/net/ethernet/mellanox/mlx4/en_cq.c 	if (cq->type == RX)
type              136 drivers/net/ethernet/mellanox/mlx4/en_cq.c 	if ((cq->type != RX && priv->hwtstamp_config.tx_type) ||
type              137 drivers/net/ethernet/mellanox/mlx4/en_cq.c 	    (cq->type == RX && priv->hwtstamp_config.rx_filter))
type              149 drivers/net/ethernet/mellanox/mlx4/en_cq.c 	switch (cq->type) {
type              183 drivers/net/ethernet/mellanox/mlx4/en_cq.c 	    cq->type == RX)
type              194 drivers/net/ethernet/mellanox/mlx4/en_cq.c 	if (cq->type != TX_XDP) {
type             2032 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 		modinfo->type = ETH_MODULE_SFF_8436;
type             2037 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8636;
type             2040 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8436;
type             2045 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 		modinfo->type = ETH_MODULE_SFF_8636;
type             2049 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 		modinfo->type = ETH_MODULE_SFF_8472;
type              141 drivers/net/ethernet/mellanox/mlx4/en_netdev.c static int __mlx4_en_setup_tc(struct net_device *dev, enum tc_setup_type type,
type              146 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	if (type != TC_SETUP_QDISC_MQPRIO)
type             2679 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	if (ti->type != UDP_TUNNEL_TYPE_VXLAN)
type             2706 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	if (ti->type != UDP_TUNNEL_TYPE_VXLAN)
type              400 drivers/net/ethernet/mellanox/mlx4/en_tx.c 	struct mlx4_en_tx_ring *ring = priv->tx_ring[cq->type][cq->ring];
type              494 drivers/net/ethernet/mellanox/mlx4/en_tx.c 	if (cq->type == TX_XDP)
type              154 drivers/net/ethernet/mellanox/mlx4/eq.c 		if (eqe->type == MLX4_EVENT_TYPE_PORT_CHANGE &&
type              169 drivers/net/ethernet/mellanox/mlx4/eq.c 				if (eqe->type == MLX4_EVENT_TYPE_PORT_MNG_CHG_EVENT &&
type              265 drivers/net/ethernet/mellanox/mlx4/eq.c 	eqe.type = MLX4_EVENT_TYPE_PORT_MNG_CHG_EVENT;
type              282 drivers/net/ethernet/mellanox/mlx4/eq.c 	eqe.type = MLX4_EVENT_TYPE_PORT_MNG_CHG_EVENT;
type              301 drivers/net/ethernet/mellanox/mlx4/eq.c 	eqe.type = MLX4_EVENT_TYPE_PORT_CHANGE;
type              438 drivers/net/ethernet/mellanox/mlx4/eq.c 	eqe.type = MLX4_EVENT_TYPE_PORT_MNG_CHG_EVENT;
type              519 drivers/net/ethernet/mellanox/mlx4/eq.c 		switch (eqe->type) {
type              533 drivers/net/ethernet/mellanox/mlx4/eq.c 			mlx4_dbg(dev, "event %d arrived\n", eqe->type);
type              542 drivers/net/ethernet/mellanox/mlx4/eq.c 						 eqe->type, eqe->subtype,
type              554 drivers/net/ethernet/mellanox/mlx4/eq.c 				      0xffffff, eqe->type);
type              572 drivers/net/ethernet/mellanox/mlx4/eq.c 						  eqe->type, eqe->subtype,
type              576 drivers/net/ethernet/mellanox/mlx4/eq.c 				if (eqe->type ==
type              581 drivers/net/ethernet/mellanox/mlx4/eq.c 						  eqe->type, eqe->subtype);
type              584 drivers/net/ethernet/mellanox/mlx4/eq.c 					if (eqe->type ==
type              587 drivers/net/ethernet/mellanox/mlx4/eq.c 							  __func__, eqe->type,
type              594 drivers/net/ethernet/mellanox/mlx4/eq.c 				       0xffffff, eqe->type);
type              696 drivers/net/ethernet/mellanox/mlx4/eq.c 						 eqe->type, eqe->subtype,
type              709 drivers/net/ethernet/mellanox/mlx4/eq.c 				      eqe->type);
type              781 drivers/net/ethernet/mellanox/mlx4/eq.c 					  eqe->type, eqe->subtype, eq->eqn,
type              806 drivers/net/ethernet/mellanox/mlx4/eq.c 					 eqe->type, eqe->subtype, eq->eqn,
type              818 drivers/net/ethernet/mellanox/mlx4/eq.c 				  eqe->type, eqe->subtype, eq->eqn,
type             2710 drivers/net/ethernet/mellanox/mlx4/fw.c 	u16 type;
type             2741 drivers/net/ethernet/mellanox/mlx4/fw.c 		MLX4_GET(type, outbox, GET_OP_REQ_TYPE_OFFSET);
type             2742 drivers/net/ethernet/mellanox/mlx4/fw.c 		type &= 0xfff;
type             2744 drivers/net/ethernet/mellanox/mlx4/fw.c 		switch (type) {
type              182 drivers/net/ethernet/mellanox/mlx4/intf.c void mlx4_dispatch_event(struct mlx4_dev *dev, enum mlx4_dev_event type,
type              193 drivers/net/ethernet/mellanox/mlx4/intf.c 			dev_ctx->intf->event(dev, dev_ctx->context, type, param);
type             1163 drivers/net/ethernet/mellanox/mlx4/main.c 	char type[8];
type             1165 drivers/net/ethernet/mellanox/mlx4/main.c 	sprintf(type, "%s",
type             1169 drivers/net/ethernet/mellanox/mlx4/main.c 		sprintf(buf, "auto (%s)\n", type);
type             1171 drivers/net/ethernet/mellanox/mlx4/main.c 		sprintf(buf, "%s\n", type);
type              781 drivers/net/ethernet/mellanox/mlx4/mcg.c 	hw->type = __promisc_mode[ctrl->promisc_mode];
type              408 drivers/net/ethernet/mellanox/mlx4/mlx4.h 	u8 type;
type             1049 drivers/net/ethernet/mellanox/mlx4/mlx4.h void mlx4_dispatch_event(struct mlx4_dev *dev, enum mlx4_dev_event type,
type             1234 drivers/net/ethernet/mellanox/mlx4/mlx4.h 		    enum mlx4_port_type *type);
type             1267 drivers/net/ethernet/mellanox/mlx4/mlx4.h 				enum mlx4_res_tracker_free_type type);
type              377 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h 	enum cq_type type;
type              814 drivers/net/ethernet/mellanox/mlx4/mr.c int mlx4_mw_alloc(struct mlx4_dev *dev, u32 pd, enum mlx4_mw_type type,
type              819 drivers/net/ethernet/mellanox/mlx4/mr.c 	if ((type == MLX4_MW_TYPE_1 &&
type              821 drivers/net/ethernet/mellanox/mlx4/mr.c 	     (type == MLX4_MW_TYPE_2 &&
type              831 drivers/net/ethernet/mellanox/mlx4/mr.c 	mw->type    = type;
type              860 drivers/net/ethernet/mellanox/mlx4/mr.c 	if (mw->type == MLX4_MW_TYPE_2) {
type               78 drivers/net/ethernet/mellanox/mlx4/profile.c 		int type;
type              137 drivers/net/ethernet/mellanox/mlx4/profile.c 		profile[i].type     = i;
type              172 drivers/net/ethernet/mellanox/mlx4/profile.c 				 i, res_name[profile[i].type],
type              182 drivers/net/ethernet/mellanox/mlx4/profile.c 		switch (profile[i].type) {
type              656 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 				enum mlx4_res_tracker_free_type type)
type              662 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		if (type != RES_TR_FREE_STRUCTS_ONLY) {
type              664 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 				if (type == RES_TR_FREE_ALL ||
type              676 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		if (type != RES_TR_FREE_SLAVES_ONLY) {
type              883 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		      enum mlx4_resource type)
type              887 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	return res_tracker_lookup(&priv->mfunc.master.res_tracker.res_tree[type],
type              892 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		    enum mlx4_resource type,
type              899 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	r = find_res(dev, res_id, type);
type              908 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 			  func_name, slave, res_id, mlx4_resource_type_to_str(type),
type              931 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c #define get_res(dev, slave, res_id, type, res) \
type              932 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	_get_res((dev), (slave), (res_id), (type), (res), __func__)
type              935 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 				    enum mlx4_resource type,
type              943 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	if (type == RES_QP)
type              947 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	r = find_res(dev, id, type);
type              958 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		    enum mlx4_resource type)
type              963 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	r = find_res(dev, res_id, type);
type             1186 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c static struct res_common *alloc_tr(u64 id, enum mlx4_resource type, int slave,
type             1191 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	switch (type) {
type             1279 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 			 enum mlx4_resource type, int extra)
type             1286 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	struct rb_root *root = &tracker->res_tree[type];
type             1293 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		res_arr[i] = alloc_tr(base + i, type, slave, extra);
type             1305 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		if (find_res(dev, base + i, type)) {
type             1313 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 			      &tracker->slave_list[slave].res_list[type]);
type             1437 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c static int remove_ok(struct res_common *res, enum mlx4_resource type, int extra)
type             1439 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	switch (type) {
type             1466 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 			 enum mlx4_resource type, int extra)
type             1476 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		r = res_tracker_lookup(&tracker->res_tree[type], i);
type             1485 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		err = remove_ok(r, type, extra);
type             1491 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		r = res_tracker_lookup(&tracker->res_tree[type], i);
type             1492 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		rb_erase(&r->node, &tracker->res_tree[type]);
type             1748 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 			   enum mlx4_resource type, int id)
type             1755 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	r = res_tracker_lookup(&tracker->res_tree[type], id);
type             1762 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 			 enum mlx4_resource type, int id)
type             1769 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	r = res_tracker_lookup(&tracker->res_tree[type], id);
type             3357 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	event_eq = &priv->mfunc.master.slave_state[slave].event_eq[eqe->type];
type             3380 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	if (eqe->type == MLX4_EVENT_TYPE_CMD) {
type             4079 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		     enum mlx4_steer_type type, u64 *reg_id)
type             4098 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 					    block_loopback, prot, type);
type             4106 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		     enum mlx4_steer_type type, u64 reg_id)
type             4112 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		return mlx4_qp_detach_common(dev, qp, gid, prot, type);
type             4153 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	enum mlx4_steer_type type = (gid[7] & steer_type_mask) >> 1;
type             4163 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 				type, &reg_id);
type             4168 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		err = add_mcg_res(dev, slave, rqp, gid, prot, type, reg_id);
type             4176 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		err = rem_mcg_res(dev, slave, rqp, gid, prot, type, &reg_id);
type             4180 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		err = qp_detach(dev, &qp, gid, prot, type, reg_id);
type             4189 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	qp_detach(dev, &qp, gid, prot, type, reg_id);
type             4604 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 			  enum mlx4_resource type, int print)
type             4609 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	struct list_head *rlist = &tracker->slave_list[slave].res_list[type];
type             4623 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 							  resource_str(type),
type             4640 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 			 enum mlx4_resource type)
type             4647 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		busy = _move_all_busy(dev, slave, type, 0);
type             4655 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		busy = _move_all_busy(dev, slave, type, 1);
type               42 drivers/net/ethernet/mellanox/mlx4/sense.c 		    enum mlx4_port_type *type)
type               60 drivers/net/ethernet/mellanox/mlx4/sense.c 	*type = out_param;
type              903 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 	lay->type = MLX5_PCI_CMD_XPORT;
type             1425 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 			     unsigned long type, void *data)
type              383 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c 	switch (d->type) {
type              397 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c 		mlx5_core_warn(d->dev, "invalid resource type %d\n", d->type);
type              415 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c static int add_res_tree(struct mlx5_core_dev *dev, enum dbg_rsc_type type,
type              429 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c 	d->type = type;
type               38 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c #define DECLARE_MASK_VAL(type, name) struct {type m; type v; } name
type               39 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c #define MASK_VAL(type, spec, name, mask, val, fld)	\
type               40 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c 		DECLARE_MASK_VAL(type, name) =		\
type               43 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c #define MASK_VAL_BE(type, spec, name, mask, val, fld)	\
type               44 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c 		    DECLARE_MASK_VAL(type, name) =	\
type               45 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c 			{.m = MLX5_GET_BE(type, spec, mask, fld),\
type               46 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c 			 .v = MLX5_GET_BE(type, spec, val, fld)}
type               49 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c #define GET_MASK_VAL(name, type, mask, val, fld)	\
type               50 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c 		(name.m = MLX5_GET(type, mask, fld),	\
type               51 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c 		 name.v = MLX5_GET(type, val, fld),	\
type               66 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c #define MASK_VAL_L2(type, name, fld) \
type               67 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c 	MASK_VAL(type, fte_match_set_lyr_2_4, name, mask, value, fld)
type               86 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c #define MASK_VAL_L2_BE(type, name, fld) \
type               87 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c 	MASK_VAL_BE(type, fte_match_set_lyr_2_4, name, mask, value, fld)
type              133 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c #define PRINT_MASKED_VAL_L2(type, name, fld, p, format) {\
type              134 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c 	MASK_VAL_L2(type, name, fld);		         \
type              157 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c #define MASK_VAL_MISC(type, name, fld) \
type              158 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c 	MASK_VAL(type, fte_match_set_misc, name, mask, value, fld)
type              159 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c #define PRINT_MASKED_VAL_MISC(type, name, fld, p, format) {\
type              160 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c 	MASK_VAL_MISC(type, name, fld);			   \
type              236 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c 	switch (dst->type) {
type               71 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h 		__field(u32, type)
type               77 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h 			   __entry->type = ft->type;
type               80 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h 		      __entry->ft, __entry->id, __entry->level, __entry->type)
type              292 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h 			   if (rule->dest_attr.type &
type              463 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c 		tracer_event->type = TRACER_EVENT_TYPE_TIMESTAMP;
type              486 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c 			tracer_event->type = TRACER_EVENT_TYPE_STRING;
type              496 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c 			tracer_event->type = TRACER_EVENT_TYPE_UNRECOGNIZED;
type              649 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c 	if (tracer_event->type == TRACER_EVENT_TYPE_STRING) {
type              651 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c 	} else if (tracer_event->type == TRACER_EVENT_TYPE_TIMESTAMP) {
type              656 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c 			 __func__, tracer_event->type);
type              155 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.h 	u32       type;
type              360 drivers/net/ethernet/mellanox/mlx5/core/en.h 	enum mlx5e_dma_map_type type;
type               90 drivers/net/ethernet/mellanox/mlx5/core/en/monitor_stats.c 			 monitor_counter[cnt].type,
type              102 drivers/net/ethernet/mellanox/mlx5/core/en/monitor_stats.c 		 monitor_counter[cnt].type,
type              256 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c 			    option_key->type, option_key->length);
type              164 drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h 	dma->type = map_type;
type              170 drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h 	switch (dma->type) {
type               74 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c 	if (xdp->rxq->mem.type == MEM_TYPE_ZERO_COPY) {
type               75 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c static enum mlx5e_traffic_types arfs_get_tt(enum arfs_type type)
type               77 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 	switch (type) {
type               99 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 	dest.type = MLX5_FLOW_DESTINATION_TYPE_TIR;
type              132 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 	dest.type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
type              172 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 				 enum arfs_type type)
type              174 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 	struct arfs_table *arfs_t = &priv->fs.arfs.arfs_tables[type];
type              188 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 	dest.type = MLX5_FLOW_DESTINATION_TYPE_TIR;
type              189 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 	tt = arfs_get_tt(type);
type              192 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 			   __func__, type);
type              206 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 			   __func__, type);
type              219 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 			      enum  arfs_type type)
type              241 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 	switch (type) {
type              257 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 	switch (type) {
type              310 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 			     enum arfs_type type)
type              313 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 	struct mlx5e_flow_table *ft = &arfs->arfs_tables[type].ft;
type              330 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 	err = arfs_create_groups(ft, type);
type              334 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 	err = arfs_add_default_rule(priv, type);
type              535 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 	dest.type = MLX5_FLOW_DESTINATION_TYPE_TIR;
type              558 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 	dst.type = MLX5_FLOW_DESTINATION_TYPE_TIR;
type             1621 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c 		modinfo->type       = ETH_MODULE_SFF_8436;
type             1628 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c 			modinfo->type       = ETH_MODULE_SFF_8636;
type             1631 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c 			modinfo->type       = ETH_MODULE_SFF_8436;
type             1636 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c 		modinfo->type       = ETH_MODULE_SFF_8472;
type               42 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 				  struct mlx5e_l2_rule *ai, int type);
type              171 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	dest.type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
type              868 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	dest.type = MLX5_FLOW_DESTINATION_TYPE_TIR;
type              885 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	dest.type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
type             1026 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	dest.type = MLX5_FLOW_DESTINATION_TYPE_TIR;
type             1223 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 				  struct mlx5e_l2_rule *ai, int type)
type             1242 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	dest.type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
type             1245 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	switch (type) {
type              433 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 		dst->type = MLX5_FLOW_DESTINATION_TYPE_TIR;
type             3513 drivers/net/ethernet/mellanox/mlx5/core/en_main.c static int mlx5e_setup_tc_block_cb(enum tc_setup_type type, void *type_data,
type             3519 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	switch (type) {
type             3530 drivers/net/ethernet/mellanox/mlx5/core/en_main.c static int mlx5e_setup_tc(struct net_device *dev, enum tc_setup_type type,
type             3535 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	switch (type) {
type             4243 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	if (ti->type != UDP_TUNNEL_TYPE_VXLAN)
type             4256 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	if (ti->type != UDP_TUNNEL_TYPE_VXLAN)
type              278 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 		new_dest.type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
type              281 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 		new_dest.type = MLX5_FLOW_DESTINATION_TYPE_TIR;
type              735 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c static int mlx5e_rep_indr_setup_block_cb(enum tc_setup_type type,
type              740 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	switch (type) {
type              821 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 			       enum tc_setup_type type, void *type_data)
type              823 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	switch (type) {
type             1230 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c static int mlx5e_rep_setup_tc_cb(enum tc_setup_type type, void *type_data,
type             1236 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	switch (type) {
type             1248 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c static int mlx5e_rep_setup_tc(struct net_device *dev, enum tc_setup_type type,
type             1254 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	switch (type) {
type             1545 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	dest.type = MLX5_FLOW_DESTINATION_TYPE_TIR;
type              244 drivers/net/ethernet/mellanox/mlx5/core/en_selftest.c 	lbtp->pt.type = htons(ETH_P_IP);
type               44 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h #define MLX5E_DECLARE_STAT(type, fld) #fld, offsetof(type, fld)
type               45 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h #define MLX5E_DECLARE_RX_STAT(type, fld) "rx%d_"#fld, offsetof(type, fld)
type               46 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h #define MLX5E_DECLARE_TX_STAT(type, fld) "tx%d_"#fld, offsetof(type, fld)
type               47 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h #define MLX5E_DECLARE_XDPSQ_STAT(type, fld) "tx%d_xdp_"#fld, offsetof(type, fld)
type               48 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h #define MLX5E_DECLARE_RQ_XDPSQ_STAT(type, fld) "rx%d_xdp_tx_"#fld, offsetof(type, fld)
type               49 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h #define MLX5E_DECLARE_XSKRQ_STAT(type, fld) "rx%d_xsk_"#fld, offsetof(type, fld)
type               50 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h #define MLX5E_DECLARE_XSKSQ_STAT(type, fld) "tx%d_xsk_"#fld, offsetof(type, fld)
type               51 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h #define MLX5E_DECLARE_CH_STAT(type, fld) "ch%d_"#fld, offsetof(type, fld)
type              923 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			dest[dest_ix].type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
type              926 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			dest[dest_ix].type = MLX5_FLOW_DESTINATION_TYPE_TIR;
type              931 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		dest[dest_ix].type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
type              941 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		dest[dest_ix].type = MLX5_FLOW_DESTINATION_TYPE_COUNTER;
type             2260 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c #define SAME_VAL_MASK(type, valp, maskp, matchvalp, matchmaskp) ({ \
type             2261 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	type matchmaskx = *(type *)(matchmaskp); \
type             2262 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	type matchvalx = *(type *)(matchvalp); \
type             2263 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	type maskx = *(type *)(maskp); \
type             2264 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	type valx = *(type *)(valp); \
type              362 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c 		eseg->insert.type = cpu_to_be16(MLX5_ETH_WQE_INSERT_VLAN);
type              364 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c 			eseg->insert.type |= cpu_to_be16(MLX5_ETH_WQE_SVLAN);
type              218 drivers/net/ethernet/mellanox/mlx5/core/eq.c 		atomic_notifier_call_chain(&eqt->nh[eqe->type], eqe->type, eqe);
type              219 drivers/net/ethernet/mellanox/mlx5/core/eq.c 		atomic_notifier_call_chain(&eqt->nh[MLX5_EVENT_TYPE_NOTIFY_ANY], eqe->type, eqe);
type              475 drivers/net/ethernet/mellanox/mlx5/core/eq.c 				 unsigned long type, void *data)
type              500 drivers/net/ethernet/mellanox/mlx5/core/eq.c 		cq->event(cq, type);
type              227 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	dest.type = MLX5_FLOW_DESTINATION_TYPE_VPORT;
type             1307 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		drop_ctr_dst.type = MLX5_FLOW_DESTINATION_TYPE_COUNTER;
type             1394 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		drop_ctr_dst.type = MLX5_FLOW_DESTINATION_TYPE_COUNTER;
type             1414 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c static bool element_type_supported(struct mlx5_eswitch *esw, int type)
type             1418 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	switch (type) {
type             1764 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 			       unsigned long type, void *data)
type             2263 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	dest.type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
type             2278 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	dest.type = MLX5_FLOW_DESTINATION_TYPE_VPORT;
type              594 drivers/net/ethernet/mellanox/mlx5/core/eswitch.h int mlx5_esw_funcs_changed_handler(struct notifier_block *nb, unsigned long type, void *data);
type              179 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 			dest[i].type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
type              184 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 				dest[i].type = MLX5_FLOW_DESTINATION_TYPE_VPORT;
type              203 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		dest[i].type = MLX5_FLOW_DESTINATION_TYPE_COUNTER;
type              271 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		dest[i].type = MLX5_FLOW_DESTINATION_TYPE_VPORT;
type              282 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	dest[i].type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
type              573 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	dest.type = MLX5_FLOW_DESTINATION_TYPE_VPORT;
type              654 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	dest->type = MLX5_FLOW_DESTINATION_TYPE_VPORT;
type              815 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	dest.type = MLX5_FLOW_DESTINATION_TYPE_VPORT;
type             2132 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c int mlx5_esw_funcs_changed_handler(struct notifier_block *nb, unsigned long type, void *data)
type              122 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c 	tt->dest.type = MLX5_FLOW_DESTINATION_TYPE_VPORT;
type              231 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c 		if (dest[i].type != MLX5_FLOW_DESTINATION_TYPE_VPORT)
type              245 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c 		dest[i].type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
type              278 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c 			dest[i].type = MLX5_FLOW_DESTINATION_TYPE_VPORT;
type               66 drivers/net/ethernet/mellanox/mlx5/core/events.c static const char *eqe_type_str(u8 type)
type               68 drivers/net/ethernet/mellanox/mlx5/core/events.c 	switch (type) {
type              138 drivers/net/ethernet/mellanox/mlx5/core/events.c 			unsigned long type, void *data)
type              145 drivers/net/ethernet/mellanox/mlx5/core/events.c 		      eqe_type_str(eqe->type), eqe->sub_type);
type              150 drivers/net/ethernet/mellanox/mlx5/core/events.c static int temp_warn(struct notifier_block *nb, unsigned long type, void *data)
type              212 drivers/net/ethernet/mellanox/mlx5/core/events.c static int port_module(struct notifier_block *nb, unsigned long type, void *data)
type              301 drivers/net/ethernet/mellanox/mlx5/core/events.c static int pcie_core(struct notifier_block *nb, unsigned long type, void *data)
type              333 drivers/net/ethernet/mellanox/mlx5/core/events.c 		      eqe_type_str(eqe->type), eqe->sub_type);
type             1234 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default_ipsec_fpga_cmds(enum fs_flow_table_type type)
type             1236 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	switch (type) {
type               65 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.h mlx5_fs_cmd_get_default_ipsec_fpga_cmds(enum fs_flow_table_type type);
type              168 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(set_flow_table_root_in, in, table_type, ft->type);
type              203 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(create_flow_table_in, in, table_type, ft->type);
type              258 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(destroy_flow_table_in, in, table_type, ft->type);
type              278 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(modify_flow_table_in, in, table_type, ft->type);
type              328 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(create_flow_group_in, in, table_type, ft->type);
type              352 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(destroy_flow_group_in, in, table_type, ft->type);
type              377 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		if (dst->dest_attr.type == MLX5_FLOW_DESTINATION_TYPE_COUNTER)
type              379 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		if (dst->dest_attr.type == MLX5_FLOW_DESTINATION_TYPE_VPORT &&
type              432 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(set_fte_in, in, table_type, ft->type);
type              488 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 			unsigned int id, type = dst->dest_attr.type;
type              490 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 			if (type == MLX5_FLOW_DESTINATION_TYPE_COUNTER)
type              493 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 			switch (type) {
type              496 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 				type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
type              526 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 				 type);
type              539 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 					ft->type));
type              543 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 			if (dst->dest_attr.type !=
type              605 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(delete_fte_in, in, table_type, ft->type);
type              893 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type)
type              895 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	switch (type) {
type              116 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.h const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type);
type               50 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 		 ...) {.type = FS_TYPE_PRIO,\
type               63 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c #define ADD_NS(def_miss_act, ...) {.type = FS_TYPE_NAMESPACE,	\
type              127 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	enum fs_node_type	type;
type              137 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	.type = FS_TYPE_NAMESPACE,
type              174 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	.type = FS_TYPE_NAMESPACE,
type              188 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	.type = FS_TYPE_NAMESPACE,
type              386 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	if (WARN_ON(root->type != FS_TYPE_NAMESPACE)) {
type              490 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	if (rule->dest_attr.type == MLX5_FLOW_DESTINATION_TYPE_COUNTER  &&
type              628 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	fte->node.type =  FS_TYPE_FLOW_ENTRY;
type              667 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	fg->node.type =  FS_TYPE_FLOW_GROUP;
type              727 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	ft->node.type = FS_TYPE_FLOW_TABLE;
type              729 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	ft->type = table_type;
type              758 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	if (!root || root->type == FS_TYPE_PRIO_CHAINS)
type              762 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 		if (iter->type == FS_TYPE_FLOW_TABLE) {
type              949 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	dest.type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
type             1183 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	rule->node.type = FS_TYPE_FLOW_DEST;
type             1229 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	int type;
type             1255 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 		    dest[i].type != MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE)
type             1262 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 			type = dest[i].type ==
type             1264 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 			*modify_mask |= type ? count : dst;
type             1413 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	if (d1->type == d2->type) {
type             1414 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 		if ((d1->type == MLX5_FLOW_DESTINATION_TYPE_VPORT &&
type             1422 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 		    (d1->type == MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE &&
type             1424 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 		    (d1->type == MLX5_FLOW_DESTINATION_TYPE_TIR &&
type             1426 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 		    (d1->type == MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE_NUM &&
type             1535 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	if (dest && (dest->type == MLX5_FLOW_DESTINATION_TYPE_COUNTER))
type             1541 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	if (!dest || ((dest->type ==
type             1855 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	return ((ft->type == FS_FT_NIC_RX) &&
type             1882 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 			gen_dest.type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
type             2070 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 						    enum mlx5_flow_namespace_type type)
type             2081 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	switch (type) {
type             2098 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	if (type == MLX5_FLOW_NAMESPACE_EGRESS) {
type             2100 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	} else if (type == MLX5_FLOW_NAMESPACE_RDMA_RX) {
type             2103 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	} else if (type == MLX5_FLOW_NAMESPACE_RDMA_RX_KERNEL) {
type             2108 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 		prio = type;
type             2127 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 							      enum mlx5_flow_namespace_type type,
type             2135 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	switch (type) {
type             2156 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 				       enum fs_node_type type)
type             2164 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	fs_prio->node.type = type;
type             2190 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	ns->node.type = FS_TYPE_NAMESPACE;
type             2258 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	if (init_node->type == FS_TYPE_PRIO) {
type             2270 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	} else if (init_node->type == FS_TYPE_NAMESPACE) {
type             2285 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 		if (init_node->children[i].type == FS_TYPE_PRIO &&
type              125 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h 	enum fs_node_type	type;
type              160 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h 	enum fs_flow_table_type		type;
type              310 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h #define MLX5_CAP_FLOWTABLE_TYPE(mdev, cap, type) (		\
type              311 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h 	(type == FS_FT_NIC_RX) ? MLX5_CAP_FLOWTABLE_NIC_RX(mdev, cap) :		\
type              312 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h 	(type == FS_FT_ESW_EGRESS_ACL) ? MLX5_CAP_ESW_EGRESS_ACL(mdev, cap) :		\
type              313 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h 	(type == FS_FT_ESW_INGRESS_ACL) ? MLX5_CAP_ESW_INGRESS_ACL(mdev, cap) :		\
type              314 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h 	(type == FS_FT_FDB) ? MLX5_CAP_ESW_FLOWTABLE_FDB(mdev, cap) :		\
type              315 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h 	(type == FS_FT_SNIFFER_RX) ? MLX5_CAP_FLOWTABLE_SNIFFER_RX(mdev, cap) :		\
type              316 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h 	(type == FS_FT_SNIFFER_TX) ? MLX5_CAP_FLOWTABLE_SNIFFER_TX(mdev, cap) :		\
type              317 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h 	(type == FS_FT_RDMA_RX) ? MLX5_CAP_FLOWTABLE_RDMA_RX(mdev, cap) :		\
type              378 drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c 	switch (rq->type) {
type              465 drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c 			  unsigned long type, void *data)
type              483 drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c 			ptp_event.type = PTP_CLOCK_PPSUSR;
type              487 drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c 			ptp_event.type = PTP_CLOCK_EXTTS;
type               92 drivers/net/ethernet/mellanox/mlx5/core/lib/dm.c int mlx5_dm_sw_icm_alloc(struct mlx5_core_dev *dev, enum mlx5_sw_icm_type type,
type              119 drivers/net/ethernet/mellanox/mlx5/core/lib/dm.c 	switch (type) {
type              177 drivers/net/ethernet/mellanox/mlx5/core/lib/dm.c int mlx5_dm_sw_icm_dealloc(struct mlx5_core_dev *dev, enum mlx5_sw_icm_type type,
type              192 drivers/net/ethernet/mellanox/mlx5/core/lib/dm.c 	switch (type) {
type               19 drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.c 					 u8 type,
type               40 drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.c 	MLX5_SET(geneve_tlv_option, opt, option_type, type);
type               74 drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.c 		    geneve->opt_type == opt->type) {
type               85 drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.c 				       opt->type,
type               95 drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.c 						    opt->type,
type              101 drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.c 				       opt->type, opt->length, res);
type              105 drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.c 		geneve->opt_type = opt->type;
type               30 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 	enum mlx5_hv_vhca_agent_type	 type;
type               86 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 		if (!(BIT(agent->type) & hwork->block_mask))
type              112 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c #define AGENT_MASK(type) (type ? BIT(type - 1) : 0 /* control */)
type              125 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 		if (!(AGENT_MASK(agent->type) & block->control))
type              141 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 			*capabilities |= AGENT_MASK(agent->type);
type              253 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 			  enum mlx5_hv_vhca_agent_type type,
type              266 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 	if (type >= MLX5_HV_VHCA_AGENT_MAX)
type              270 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 	if (hv_vhca->agents[type]) {
type              280 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 	agent->type      = type;
type              288 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 	hv_vhca->agents[type] = agent;
type              302 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 	if (WARN_ON(agent != hv_vhca->agents[agent->type])) {
type              307 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 	hv_vhca->agents[agent->type] = NULL;
type              339 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 	int offset = agent->type * HV_CONFIG_BLOCK_SIZE_MAX;
type               40 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.h 			  enum mlx5_hv_vhca_agent_type type,
type               81 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.h 			  enum mlx5_hv_vhca_agent_type type,
type               52 drivers/net/ethernet/mellanox/mlx5/core/lib/mpfs.h #define l2addr_hash_find(hash, mac, type) ({                \
type               55 drivers/net/ethernet/mellanox/mlx5/core/lib/mpfs.h 	type *ptr = NULL;                                   \
type               67 drivers/net/ethernet/mellanox/mlx5/core/lib/mpfs.h #define l2addr_hash_add(hash, mac, type, gfp) ({            \
type               69 drivers/net/ethernet/mellanox/mlx5/core/lib/mpfs.h 	type *ptr = NULL;                                   \
type               71 drivers/net/ethernet/mellanox/mlx5/core/lib/mpfs.h 	ptr = kzalloc(sizeof(type), gfp);                   \
type              453 drivers/net/ethernet/mellanox/mlx5/core/pagealloc.c 			     unsigned long type, void *data)
type              123 drivers/net/ethernet/mellanox/mlx5/core/qp.c 			      unsigned long type, void *data)
type              129 drivers/net/ethernet/mellanox/mlx5/core/qp.c 	u8 event_type = (u8)type;
type              151 drivers/net/ethernet/mellanox/mlx5/core/qp.c 		rsn |= (eqe->data.qp_srq.type << MLX5_USER_INDEX_LEN);
type              161 drivers/net/ethernet/mellanox/mlx5/core/qp.c 	mlx5_core_dbg(dev, "event (%d) arrived on resource 0x%x\n", eqe->type, rsn);
type              657 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action_domain = dr_action_get_action_domain(dmn->type, nic_dmn->ste_type);
type              694 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 									  action->dest_tbl.fw_tbl.ft->type,
type              793 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (dmn->type == MLX5DR_DOMAIN_TYPE_FDB &&
type             1039 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (dmn->type == MLX5DR_DOMAIN_TYPE_FDB)
type             1042 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (dmn->type == MLX5DR_DOMAIN_TYPE_NIC_RX) {
type             1048 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	} else if (dmn->type == MLX5DR_DOMAIN_TYPE_NIC_TX) {
type             1297 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			if (dmn->type != MLX5DR_DOMAIN_TYPE_NIC_TX) {
type             1305 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			if (dmn->type != MLX5DR_DOMAIN_TYPE_NIC_RX) {
type             1533 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (vport_dmn->type != MLX5DR_DOMAIN_TYPE_FDB) {
type              130 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c 				enum fs_flow_table_type type,
type              141 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c 	MLX5_SET(query_flow_table_in, in, table_type, type);
type              230 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_domain.c 	switch (dmn->type) {
type              285 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_domain.c mlx5dr_domain_create(struct mlx5_core_dev *mdev, enum mlx5dr_domain_type type)
type              290 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_domain.c 	if (type > MLX5DR_DOMAIN_TYPE_FDB)
type              298 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_domain.c 	dmn->type = type;
type               55 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_icm_pool.c 	enum mlx5_sw_icm_type type;
type               99 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_icm_pool.c 		      enum mlx5_sw_icm_type type,
type              114 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_icm_pool.c 	icm_mr->dm.type = type;
type              120 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_icm_pool.c 	err = mlx5_dm_sw_icm_alloc(mdev, icm_mr->dm.type, icm_mr->dm.length, 0,
type              150 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_icm_pool.c 	mlx5_dm_sw_icm_dealloc(mdev, icm_mr->dm.type, icm_mr->dm.length, 0,
type              164 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_icm_pool.c 	mlx5_dm_sw_icm_dealloc(mdev, dm->type, dm->length, 0,
type              230 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 		    (dmn->type == MLX5DR_DOMAIN_TYPE_FDB ||
type              231 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 		     dmn->type == MLX5DR_DOMAIN_TYPE_NIC_RX)) {
type              394 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 		info.type = CONNECT_HIT;
type              397 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 		info.type = CONNECT_MISS;
type              402 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 						&info, info.type == CONNECT_HIT);
type              407 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 	info.type = CONNECT_MISS;
type              421 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 	info.type = CONNECT_HIT;
type              466 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 	if (dmn->type == MLX5DR_DOMAIN_TYPE_FDB ||
type              467 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 	    dmn->type == MLX5DR_DOMAIN_TYPE_NIC_RX) {
type              475 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 	if (dmn->type == MLX5DR_DOMAIN_TYPE_FDB ||
type              476 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 	    dmn->type == MLX5DR_DOMAIN_TYPE_NIC_TX) {
type              511 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 	switch (dmn->type) {
type              613 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 	switch (dmn->type) {
type              696 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 		info.type = CONNECT_HIT;
type              701 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 		info.type = CONNECT_MISS;
type              727 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 	if (dmn->type == MLX5DR_DOMAIN_TYPE_FDB ||
type              728 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 	    dmn->type == MLX5DR_DOMAIN_TYPE_NIC_RX) {
type              736 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 	if (dmn->type == MLX5DR_DOMAIN_TYPE_FDB ||
type              737 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 	    dmn->type == MLX5DR_DOMAIN_TYPE_NIC_TX) {
type              392 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c 	info.type = CONNECT_MISS;
type              956 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c 	switch (dmn->type) {
type             1039 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c 	if (dr_rule_skip(dmn->type, nic_dmn->ste_type, &matcher->mask, param))
type             1192 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c 	switch (dmn->type) {
type              575 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c 	if (connect_info->type == CONNECT_HIT)
type              627 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c 		info.type = CONNECT_MISS;
type               24 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c 	if (tbl->dmn->type == MLX5DR_DOMAIN_TYPE_NIC_RX ||
type               25 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c 	    tbl->dmn->type == MLX5DR_DOMAIN_TYPE_FDB) {
type               35 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c 		info.type = CONNECT_MISS;
type               48 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c 	if (tbl->dmn->type == MLX5DR_DOMAIN_TYPE_NIC_TX ||
type               49 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c 	    tbl->dmn->type == MLX5DR_DOMAIN_TYPE_FDB) {
type               59 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c 		info.type = CONNECT_MISS;
type              100 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c 	switch (tbl->dmn->type) {
type              134 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c 	info.type = CONNECT_MISS;
type              178 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c 	switch (tbl->dmn->type) {
type              652 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h 	enum mlx5dr_domain_type type;
type              766 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h 	enum mlx5dr_connect_type type;
type              911 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h 				enum fs_flow_table_type type,
type              354 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 			enum mlx5_flow_destination_type type = dst->dest_attr.type;
type              361 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 			if (type == MLX5_FLOW_DESTINATION_TYPE_COUNTER)
type              364 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 			switch (type) {
type              394 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 			if (dst->dest_attr.type !=
type               39 drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5dr.h mlx5dr_domain_create(struct mlx5_core_dev *mdev, enum mlx5dr_domain_type type);
type              121 drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5dr.h mlx5dr_domain_create(struct mlx5_core_dev *mdev, enum mlx5dr_domain_type type) { return NULL; }
type               12 drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2_tlv.h 	u8 type;
type               37 drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2_tlv.h 	if (tlv->type != payload_type)
type               32 drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2_tlv_multi.c 	if (tlv->type == MLXFW_MFA2_TLV_MULTI_PART) {
type               57 drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2_tlv_multi.c 				enum mlxfw_mfa2_tlv_type type, u16 index)
type               68 drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2_tlv_multi.c 		if (tlv->type == type)
type               77 drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2_tlv_multi.c 				     enum mlxfw_mfa2_tlv_type type,
type               90 drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2_tlv_multi.c 		if (tlv->type == type)
type               26 drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2_tlv_multi.h 				enum mlxfw_mfa2_tlv_type type, u16 index);
type               30 drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2_tlv_multi.h 				     enum mlxfw_mfa2_tlv_type type,
type              180 drivers/net/ethernet/mellanox/mlxsw/core.c MLXSW_ITEM32(emad, op_tlv, type, 0x00, 27, 5);
type              246 drivers/net/ethernet/mellanox/mlxsw/core.c MLXSW_ITEM32(emad, reg_tlv, type, 0x00, 27, 5);
type              257 drivers/net/ethernet/mellanox/mlxsw/core.c MLXSW_ITEM32(emad, end_tlv, type, 0x00, 27, 5);
type              271 drivers/net/ethernet/mellanox/mlxsw/core.c mlxsw_core_reg_access_type_str(enum mlxsw_core_reg_access_type type)
type              273 drivers/net/ethernet/mellanox/mlxsw/core.c 	switch (type) {
type              299 drivers/net/ethernet/mellanox/mlxsw/core.c 				   enum mlxsw_core_reg_access_type type,
type              308 drivers/net/ethernet/mellanox/mlxsw/core.c 	if (type == MLXSW_CORE_REG_ACCESS_TYPE_QUERY)
type              337 drivers/net/ethernet/mellanox/mlxsw/core.c 				 enum mlxsw_core_reg_access_type type,
type              349 drivers/net/ethernet/mellanox/mlxsw/core.c 	mlxsw_emad_pack_op_tlv(buf, reg, type, tid);
type              431 drivers/net/ethernet/mellanox/mlxsw/core.c 	enum mlxsw_core_reg_access_type type;
type              647 drivers/net/ethernet/mellanox/mlxsw/core.c 				 enum mlxsw_core_reg_access_type type,
type              658 drivers/net/ethernet/mellanox/mlxsw/core.c 		mlxsw_core_reg_access_type_str(type));
type              675 drivers/net/ethernet/mellanox/mlxsw/core.c 	trans->type = type;
type              677 drivers/net/ethernet/mellanox/mlxsw/core.c 	mlxsw_emad_construct(skb, reg, payload, type, trans->tid);
type             1563 drivers/net/ethernet/mellanox/mlxsw/core.c 				      enum mlxsw_core_reg_access_type type,
type             1576 drivers/net/ethernet/mellanox/mlxsw/core.c 	err = mlxsw_emad_reg_access(mlxsw_core, reg, payload, type, trans,
type             1623 drivers/net/ethernet/mellanox/mlxsw/core.c 			mlxsw_core_reg_access_type_str(trans->type),
type             1655 drivers/net/ethernet/mellanox/mlxsw/core.c 				     enum mlxsw_core_reg_access_type type)
type             1664 drivers/net/ethernet/mellanox/mlxsw/core.c 		mlxsw_core_reg_access_type_str(type));
type             1676 drivers/net/ethernet/mellanox/mlxsw/core.c 	mlxsw_emad_pack_op_tlv(in_mbox, reg, type,
type             1711 drivers/net/ethernet/mellanox/mlxsw/core.c 			mlxsw_core_reg_access_type_str(type));
type             1727 drivers/net/ethernet/mellanox/mlxsw/core.c 				 enum mlxsw_core_reg_access_type type)
type             1738 drivers/net/ethernet/mellanox/mlxsw/core.c 						 payload, type);
type             1741 drivers/net/ethernet/mellanox/mlxsw/core.c 					 payload, type, &bulk_list,
type             1994 drivers/net/ethernet/mellanox/mlxsw/core.c 	return devlink_port->type;
type              208 drivers/net/ethernet/mellanox/mlxsw/core.h 	u8	type;
type               23 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c MLXSW_ITEM32(afa, set, type, 0xA0, 28, 4);
type              978 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c MLXSW_ITEM32(afa, forward, type, 0x00, 24, 2);
type              992 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c mlxsw_afa_forward_pack(char *payload, enum mlxsw_afa_forward_type type,
type              995 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c 	mlxsw_afa_forward_type_set(payload, type);
type               32 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_keys.c 			if (elinst->type != elinst->info->type ||
type              357 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_keys.c 	if (WARN_ON(elinfo->type != MLXSW_AFK_ELEMENT_TYPE_U32))
type              376 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_keys.c 	if (WARN_ON(elinfo->type != MLXSW_AFK_ELEMENT_TYPE_BUF) ||
type              415 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_keys.c 	if (elinst->type == MLXSW_AFK_ELEMENT_TYPE_U32)
type              418 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_keys.c 	else if (elinst->type == MLXSW_AFK_ELEMENT_TYPE_BUF)
type               48 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_keys.h 	enum mlxsw_afk_element_type type;
type               55 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_keys.h 		.type = _type,							\
type              108 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_keys.h 	enum mlxsw_afk_element_type type;
type              120 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_keys.h 		.type = _type,							\
type              170 drivers/net/ethernet/mellanox/mlxsw/core_env.c 		modinfo->type       = ETH_MODULE_SFF_8436;
type              178 drivers/net/ethernet/mellanox/mlxsw/core_env.c 			modinfo->type       = ETH_MODULE_SFF_8636;
type              181 drivers/net/ethernet/mellanox/mlxsw/core_env.c 			modinfo->type       = ETH_MODULE_SFF_8436;
type              196 drivers/net/ethernet/mellanox/mlxsw/core_env.c 		modinfo->type       = ETH_MODULE_SFF_8472;
type               52 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	int	type;
type               61 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 		.type		= THERMAL_TRIP_ACTIVE,
type               69 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 		.type		= THERMAL_TRIP_ACTIVE,
type               76 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 		.type		= THERMAL_TRIP_HOT,
type               83 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 		.type		= THERMAL_TRIP_CRITICAL,
type              144 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 		if (strnstr(cdev->type, mlxsw_thermal_external_allowed_cdev[i],
type              145 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 			    sizeof(cdev->type)))
type              343 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	*p_type = thermal->trips[trip].type;
type              543 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	*p_type = tz->trips[trip].type;
type               80 drivers/net/ethernet/mellanox/mlxsw/pci.c 	enum mlxsw_pci_queue_type type;
type              241 drivers/net/ethernet/mellanox/mlxsw/pci.c 				   mlxsw_pci_doorbell_type_offset[q->type],
type              251 drivers/net/ethernet/mellanox/mlxsw/pci.c 				   mlxsw_pci_doorbell_arm_type_offset[q->type],
type              772 drivers/net/ethernet/mellanox/mlxsw/pci.c 	enum mlxsw_pci_queue_type type;
type              787 drivers/net/ethernet/mellanox/mlxsw/pci.c 	.type		= MLXSW_PCI_QUEUE_TYPE_SDQ,
type              795 drivers/net/ethernet/mellanox/mlxsw/pci.c 	.type		= MLXSW_PCI_QUEUE_TYPE_RDQ,
type              803 drivers/net/ethernet/mellanox/mlxsw/pci.c 	.type		= MLXSW_PCI_QUEUE_TYPE_CQ,
type              813 drivers/net/ethernet/mellanox/mlxsw/pci.c 	.type		= MLXSW_PCI_QUEUE_TYPE_EQ,
type              838 drivers/net/ethernet/mellanox/mlxsw/pci.c 	q->type = q_ops->type;
type              902 drivers/net/ethernet/mellanox/mlxsw/pci.c 	queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_ops->type);
type              930 drivers/net/ethernet/mellanox/mlxsw/pci.c 	queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_ops->type);
type             1042 drivers/net/ethernet/mellanox/mlxsw/pci.c 			mbox, index, swid->type);
type               91 drivers/net/ethernet/mellanox/mlxsw/pci_hw.h MLXSW_ITEM32(pci, wqe, type, 0x00, 23, 4);
type               28 drivers/net/ethernet/mellanox/mlxsw/reg.h #define MLXSW_REG(type) (&mlxsw_reg_##type)
type               29 drivers/net/ethernet/mellanox/mlxsw/reg.h #define MLXSW_REG_LEN(type) MLXSW_REG(type)->len
type               30 drivers/net/ethernet/mellanox/mlxsw/reg.h #define MLXSW_REG_ZERO(type, payload) memset(payload, 0, MLXSW_REG(type)->len)
type             1030 drivers/net/ethernet/mellanox/mlxsw/reg.h MLXSW_ITEM32(reg, sfgc, type, 0x00, 0, 4);
type             1086 drivers/net/ethernet/mellanox/mlxsw/reg.h mlxsw_reg_sfgc_pack(char *payload, enum mlxsw_reg_sfgc_type type,
type             1092 drivers/net/ethernet/mellanox/mlxsw/reg.h 	mlxsw_reg_sfgc_type_set(payload, type);
type             1221 drivers/net/ethernet/mellanox/mlxsw/reg.h 				       enum mlxsw_reg_sfdf_flush_type type)
type             1224 drivers/net/ethernet/mellanox/mlxsw/reg.h 	mlxsw_reg_sfdf_flush_type_set(payload, type);
type             1382 drivers/net/ethernet/mellanox/mlxsw/reg.h MLXSW_ITEM32(reg, slcr, type, 0x00, 0, 4);
type             5397 drivers/net/ethernet/mellanox/mlxsw/reg.h MLXSW_ITEM32(reg, htgt, type, 0x00, 8, 4);
type             5765 drivers/net/ethernet/mellanox/mlxsw/reg.h MLXSW_ITEM32(reg, ritr, type, 0x00, 23, 3);
type             6059 drivers/net/ethernet/mellanox/mlxsw/reg.h 				       enum mlxsw_reg_ritr_if_type type,
type             6070 drivers/net/ethernet/mellanox/mlxsw/reg.h 	mlxsw_reg_ritr_type_set(payload, type);
type             6249 drivers/net/ethernet/mellanox/mlxsw/reg.h MLXSW_ITEM32(reg, ratr, type, 0x04, 28, 4);
type             6357 drivers/net/ethernet/mellanox/mlxsw/reg.h 		    enum mlxsw_reg_ratr_type type,
type             6363 drivers/net/ethernet/mellanox/mlxsw/reg.h 	mlxsw_reg_ratr_type_set(payload, type);
type             7070 drivers/net/ethernet/mellanox/mlxsw/reg.h MLXSW_ITEM32(reg, rauht, type, 0x00, 24, 2);
type             7338 drivers/net/ethernet/mellanox/mlxsw/reg.h MLXSW_ITEM32(reg, rauhtd, type, 0x08, 0, 4);
type             7348 drivers/net/ethernet/mellanox/mlxsw/reg.h 					 enum mlxsw_reg_rauhtd_type type)
type             7355 drivers/net/ethernet/mellanox/mlxsw/reg.h 	mlxsw_reg_rauhtd_type_set(payload, type);
type             7462 drivers/net/ethernet/mellanox/mlxsw/reg.h MLXSW_ITEM32(reg, rtdp, type, 0x00, 28, 4);
type             7555 drivers/net/ethernet/mellanox/mlxsw/reg.h 				       enum mlxsw_reg_rtdp_type type,
type             7559 drivers/net/ethernet/mellanox/mlxsw/reg.h 	mlxsw_reg_rtdp_type_set(payload, type);
type             7813 drivers/net/ethernet/mellanox/mlxsw/reg.h MLXSW_ITEM32(reg, rmft2, type, 0x00, 28, 2);
type             9576 drivers/net/ethernet/mellanox/mlxsw/reg.h MLXSW_ITEM32(reg, tngcr, type, 0x00, 0, 4);
type             9721 drivers/net/ethernet/mellanox/mlxsw/reg.h 					enum mlxsw_reg_tngcr_type type,
type             9725 drivers/net/ethernet/mellanox/mlxsw/reg.h 	mlxsw_reg_tngcr_type_set(payload, type);
type             9813 drivers/net/ethernet/mellanox/mlxsw/reg.h 					enum mlxsw_reg_tnumt_record_type type,
type             9820 drivers/net/ethernet/mellanox/mlxsw/reg.h 	mlxsw_reg_tnumt_record_type_set(payload, type);
type              144 drivers/net/ethernet/mellanox/mlxsw/spectrum.c MLXSW_ITEM32(tx, hdr, type, 0x0C, 0, 4);
type             1442 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 		mall_tc_entry->type = MLXSW_SP_PORT_MALL_MIRROR;
type             1449 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 		mall_tc_entry->type = MLXSW_SP_PORT_MALL_SAMPLE;
type             1480 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	switch (mall_tc_entry->type) {
type             1535 drivers/net/ethernet/mellanox/mlxsw/spectrum.c static int mlxsw_sp_setup_tc_block_cb_matchall(enum tc_setup_type type,
type             1541 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	switch (type) {
type             1556 drivers/net/ethernet/mellanox/mlxsw/spectrum.c static int mlxsw_sp_setup_tc_block_cb_matchall_ig(enum tc_setup_type type,
type             1560 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	return mlxsw_sp_setup_tc_block_cb_matchall(type, type_data,
type             1564 drivers/net/ethernet/mellanox/mlxsw/spectrum.c static int mlxsw_sp_setup_tc_block_cb_matchall_eg(enum tc_setup_type type,
type             1568 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	return mlxsw_sp_setup_tc_block_cb_matchall(type, type_data,
type             1572 drivers/net/ethernet/mellanox/mlxsw/spectrum.c static int mlxsw_sp_setup_tc_block_cb_flower(enum tc_setup_type type,
type             1577 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	switch (type) {
type             1736 drivers/net/ethernet/mellanox/mlxsw/spectrum.c static int mlxsw_sp_setup_tc(struct net_device *dev, enum tc_setup_type type,
type             1741 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	switch (type) {
type             5043 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 			.type		= MLXSW_PORT_SWID_TYPE_ETH,
type             5063 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 			.type		= MLXSW_PORT_SWID_TYPE_ETH,
type              118 drivers/net/ethernet/mellanox/mlxsw/spectrum.h 	enum mlxsw_sp_port_mall_action_type type;
type              583 drivers/net/ethernet/mellanox/mlxsw/spectrum.h mlxsw_sp_kvdl_entry_size(enum mlxsw_sp_kvdl_entry_type type)
type              585 drivers/net/ethernet/mellanox/mlxsw/spectrum.h 	switch (type) {
type              601 drivers/net/ethernet/mellanox/mlxsw/spectrum.h 		     enum mlxsw_sp_kvdl_entry_type type,
type              604 drivers/net/ethernet/mellanox/mlxsw/spectrum.h 		     enum mlxsw_sp_kvdl_entry_type type,
type              607 drivers/net/ethernet/mellanox/mlxsw/spectrum.h 				enum mlxsw_sp_kvdl_entry_type type,
type              616 drivers/net/ethernet/mellanox/mlxsw/spectrum.h 			enum mlxsw_sp_kvdl_entry_type type,
type              619 drivers/net/ethernet/mellanox/mlxsw/spectrum.h 			enum mlxsw_sp_kvdl_entry_type type,
type              622 drivers/net/ethernet/mellanox/mlxsw/spectrum.h 				    enum mlxsw_sp_kvdl_entry_type type,
type              861 drivers/net/ethernet/mellanox/mlxsw/spectrum.h int mlxsw_sp_fid_vni_set(struct mlxsw_sp_fid *fid, enum mlxsw_sp_nve_type type,
type              880 drivers/net/ethernet/mellanox/mlxsw/spectrum.h 			   enum mlxsw_sp_fid_type type);
type              936 drivers/net/ethernet/mellanox/mlxsw/spectrum.h 	enum mlxsw_sp_nve_type type;
type              147 drivers/net/ethernet/mellanox/mlxsw/spectrum1_kvdl.c 				enum mlxsw_sp_kvdl_entry_type type,
type              165 drivers/net/ethernet/mellanox/mlxsw/spectrum1_kvdl.c 				enum mlxsw_sp_kvdl_entry_type type,
type              179 drivers/net/ethernet/mellanox/mlxsw/spectrum1_kvdl.c 					   enum mlxsw_sp_kvdl_entry_type type,
type              145 drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c 				enum mlxsw_sp_kvdl_entry_type type,
type              149 drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c 	unsigned int size = entry_count * mlxsw_sp_kvdl_entry_size(type);
type              151 drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c 	struct mlxsw_sp2_kvdl_part *part = kvdl->parts[type];
type              157 drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c 				enum mlxsw_sp_kvdl_entry_type type,
type              161 drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c 	unsigned int size = entry_count * mlxsw_sp_kvdl_entry_size(type);
type              163 drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c 	struct mlxsw_sp2_kvdl_part *part = kvdl->parts[type];
type              170 drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c 					   enum mlxsw_sp_kvdl_entry_type type,
type              312 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c 	aregion->type = region_type;
type              139 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c 	return erp_core->erpt_entries_size[aregion->type];
type              392 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c 	key_size = (enum mlxsw_reg_perpt_key_size) erp_table->aregion->type;
type              412 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c 	key_size = (enum mlxsw_reg_perpt_key_size) erp_table->aregion->type;
type              493 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c 					   erp_table->aregion->type,
type              508 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c 				    erp_table->aregion->type, old_base_index);
type              516 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c 				    erp_table->aregion->type,
type              573 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c 					   erp_table->aregion->type,
type              620 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c 				    erp_table->aregion->type,
type              639 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c 				    erp_table->aregion->type,
type              771 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c 					    erp_table->aregion->type,
type              141 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c 	enum mlxsw_sp_span_type type;
type              143 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c 	type = ingress ? MLXSW_SP_SPAN_INGRESS : MLXSW_SP_SPAN_EGRESS;
type              146 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c 	return mlxsw_sp_span_mirror_add(in_port, out_dev, type,
type              155 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c 	enum mlxsw_sp_span_type type;
type              157 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c 	type = ingress ? MLXSW_SP_SPAN_INGRESS : MLXSW_SP_SPAN_EGRESS;
type              160 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c 	mlxsw_sp_span_mirror_del(in_port, span_id, type, false);
type              167 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.h 	enum mlxsw_sp_acl_atcam_region_type type;
type               83 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY;
type               91 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY;
type              103 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match.type = DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT;
type              114 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action->type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY;
type              118 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match->type = DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT;
type              310 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c static int mlxsw_sp_dpipe_table_host_matches_dump(struct sk_buff *skb, int type)
type              315 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match.type = DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT;
type              323 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	switch (type) {
type              325 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 		match.type = DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT;
type              330 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 		match.type = DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT;
type              353 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY;
type              369 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 					       int type)
type              374 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match->type = DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT;
type              379 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match->type = DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT;
type              380 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	switch (type) {
type              394 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action->type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY;
type              405 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 					int type)
type              429 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	switch (type) {
type              513 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 				     int type)
type              517 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	switch (type) {
type              540 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 				      int type)
type              569 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 			if (neigh_type != type)
type              581 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 							     type);
type              618 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 				       int type)
type              633 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	mlxsw_sp_dpipe_table_host_match_action_prepare(matches, &action, type);
type              636 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 						      &action, type);
type              642 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 						    type);
type              661 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 					  bool enable, int type)
type              675 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 			if (neigh_type != type)
type              699 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c mlxsw_sp_dpipe_table_host_size_get(struct mlxsw_sp *mlxsw_sp, int type)
type              714 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 			if (neigh_type != type)
type              864 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match.type = DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT;
type              872 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match.type = DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT;
type              880 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match.type = DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT;
type              893 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY;
type              901 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY;
type              941 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match->type = DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT;
type              946 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match->type = DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT;
type              951 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match->type = DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT;
type              956 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action->type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY;
type              961 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action->type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY;
type               93 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 	enum mlxsw_sp_fid_type type;
type              238 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c int mlxsw_sp_fid_vni_set(struct mlxsw_sp_fid *fid, enum mlxsw_sp_nve_type type,
type              249 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 	fid->nve_type = type;
type              369 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 	return fid->fid_family->type;
type              384 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 			   enum mlxsw_sp_fid_type type)
type              388 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 	return fid_core->fid_family_arr[type]->rif_type;
type              584 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 	.type			= MLXSW_SP_FID_TYPE_8021Q,
type              837 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 	.type			= MLXSW_SP_FID_TYPE_8021D,
type              878 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 	.type			= MLXSW_SP_FID_TYPE_8021Q,
type              966 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 	.type			= MLXSW_SP_FID_TYPE_RFID,
type             1008 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 	.type			= MLXSW_SP_FID_TYPE_DUMMY,
type             1023 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 						enum mlxsw_sp_fid_type type,
type             1029 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 	fid_family = mlxsw_sp->fid_core->fid_family_arr[type];
type             1041 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 					     enum mlxsw_sp_fid_type type,
type             1049 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 	fid = mlxsw_sp_fid_lookup(mlxsw_sp, type, arg);
type             1053 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 	fid_family = mlxsw_sp->fid_core->fid_family_arr[type];
type             1213 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 	mlxsw_sp->fid_core->fid_family_arr[tmpl->type] = fid_family;
type             1228 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 	mlxsw_sp->fid_core->fid_family_arr[fid_family->type] = NULL;
type               47 drivers/net/ethernet/mellanox/mlxsw/spectrum_kvdl.c 			enum mlxsw_sp_kvdl_entry_type type,
type               52 drivers/net/ethernet/mellanox/mlxsw/spectrum_kvdl.c 	return kvdl->kvdl_ops->alloc(mlxsw_sp, kvdl->priv, type,
type               57 drivers/net/ethernet/mellanox/mlxsw/spectrum_kvdl.c 			enum mlxsw_sp_kvdl_entry_type type,
type               62 drivers/net/ethernet/mellanox/mlxsw/spectrum_kvdl.c 	kvdl->kvdl_ops->free(mlxsw_sp, kvdl->priv, type,
type               67 drivers/net/ethernet/mellanox/mlxsw/spectrum_kvdl.c 				    enum mlxsw_sp_kvdl_entry_type type,
type               73 drivers/net/ethernet/mellanox/mlxsw/spectrum_kvdl.c 	return kvdl->kvdl_ops->alloc_size_query(mlxsw_sp, kvdl->priv, type,
type               31 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c 	enum mlxsw_reg_tnumt_record_type type;
type              121 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c 	.type		= MLXSW_REG_TNUMT_RECORD_TYPE_IPV4,
type              164 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c 	.type		= MLXSW_REG_TNUMT_RECORD_TYPE_IPV6,
type              353 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c 	enum mlxsw_reg_tnumt_record_type type = mc_record->ops->type;
type              371 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c 	mlxsw_reg_tnumt_pack(tnumt_pl, type, MLXSW_REG_TNUMT_TUNNEL_PORT_NVE,
type              752 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c 	ops = nve->nve_ops_arr[config->type];
type              772 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c 	ops = nve->nve_ops_arr[nve->config.type];
type              799 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c 	enum mlxsw_sp_nve_type type;
type              801 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c 	if (WARN_ON(mlxsw_sp_fid_nve_type(fid, &type)))
type              804 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c 	ops = mlxsw_sp->nve->nve_ops_arr[type];
type              817 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c 	ops = nve->nve_ops_arr[params->type];
type              836 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c 	err = mlxsw_sp_fid_vni_set(fid, params->type, params->vni,
type               13 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.h 	enum mlxsw_sp_nve_type type;
type               36 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.h 	enum mlxsw_sp_nve_type type;
type               96 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	config->type = MLXSW_SP_NVE_TYPE_VXLAN;
type              288 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	.type		= MLXSW_SP_NVE_TYPE_VXLAN,
type              411 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	.type		= MLXSW_SP_NVE_TYPE_VXLAN,
type               24 drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c 	enum mlxsw_sp_qdisc_type type;
type               67 drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c 		       enum mlxsw_sp_qdisc_type type)
type               70 drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c 	       mlxsw_sp_qdisc->ops->type == type &&
type              137 drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c 	if (mlxsw_sp_qdisc->ops && mlxsw_sp_qdisc->ops->type != ops->type)
type              445 drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c 	.type = MLXSW_SP_QDISC_RED,
type              640 drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c 	.type = MLXSW_SP_QDISC_PRIO,
type              133 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	enum mlxsw_sp_rif_type type;
type              398 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	enum mlxsw_sp_fib_entry_type type;
type              409 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	u8 type;
type             1136 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	fib_entry->type = MLXSW_SP_FIB_ENTRY_TYPE_TRAP;
type             1149 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	decap_fib_entry->type = MLXSW_SP_FIB_ENTRY_TYPE_IPIP_DECAP;
type             1159 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 				     enum mlxsw_sp_fib_entry_type type)
type             1195 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	if (fib_entry->type != type)
type             1248 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	if (fib_entry->type != MLXSW_SP_FIB_ENTRY_TYPE_TRAP)
type             1325 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		if (dev->type == ipip_ops->dev_type) {
type             1822 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	enum mlxsw_sp_fib_entry_type type = MLXSW_SP_FIB_ENTRY_TYPE_TRAP;
type             1831 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 							 type);
type             1836 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	fib_entry->type = MLXSW_SP_FIB_ENTRY_TYPE_NVE_DECAP;
type             1845 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	fib_entry->type = MLXSW_SP_FIB_ENTRY_TYPE_TRAP;
type             1854 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	enum mlxsw_sp_fib_entry_type type = MLXSW_SP_FIB_ENTRY_TYPE_NVE_DECAP;
type             1859 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 							 type);
type             1863 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	fib_entry->type = MLXSW_SP_FIB_ENTRY_TYPE_TRAP;
type             2232 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 				       enum mlxsw_reg_rauhtd_type type)
type             2242 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		mlxsw_reg_rauhtd_pack(rauhtd_pl, type);
type             2261 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	enum mlxsw_reg_rauhtd_type type;
type             2269 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	type = MLXSW_REG_RAUHTD_TYPE_IPV4;
type             2270 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	err = __mlxsw_sp_router_neighs_update_rauhtd(mlxsw_sp, rauhtd_pl, type);
type             2274 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	type = MLXSW_REG_RAUHTD_TYPE_IPV6;
type             2275 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	err = __mlxsw_sp_router_neighs_update_rauhtd(mlxsw_sp, rauhtd_pl, type);
type             2700 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	enum mlxsw_sp_nexthop_type type;
type             2825 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		if (nh_iter->type == MLXSW_SP_NEXTHOP_TYPE_IPIP)
type             3173 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 			switch (nh->type) {
type             3688 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	switch (nh->type) {
type             3715 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 			nh->type = MLXSW_SP_NEXTHOP_TYPE_IPIP;
type             3721 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	nh->type = MLXSW_SP_NEXTHOP_TYPE_ETH;
type             3829 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		switch (nh->type) {
type             3992 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	switch (fib_entry->type) {
type             4032 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	if (fib_entry->type == MLXSW_SP_FIB_ENTRY_TYPE_LOCAL ||
type             4033 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	    fib_entry->type == MLXSW_SP_FIB_ENTRY_TYPE_BLACKHOLE ||
type             4034 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	    fib_entry->type == MLXSW_SP_FIB_ENTRY_TYPE_IPIP_DECAP ||
type             4035 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	    fib_entry->type == MLXSW_SP_FIB_ENTRY_TYPE_NVE_DECAP) {
type             4075 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	if (fib_entry->type == MLXSW_SP_FIB_ENTRY_TYPE_LOCAL ||
type             4076 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	    fib_entry->type == MLXSW_SP_FIB_ENTRY_TYPE_BLACKHOLE) {
type             4290 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	switch (fib_entry->type) {
type             4344 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	switch (fen_info->type) {
type             4349 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 			fib_entry->type = MLXSW_SP_FIB_ENTRY_TYPE_IPIP_DECAP;
type             4360 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 			fib_entry->type = MLXSW_SP_FIB_ENTRY_TYPE_NVE_DECAP;
type             4365 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		fib_entry->type = MLXSW_SP_FIB_ENTRY_TYPE_TRAP;
type             4368 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		fib_entry->type = MLXSW_SP_FIB_ENTRY_TYPE_BLACKHOLE;
type             4376 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		fib_entry->type = MLXSW_SP_FIB_ENTRY_TYPE_LOCAL;
type             4380 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 			fib_entry->type = MLXSW_SP_FIB_ENTRY_TYPE_REMOTE;
type             4382 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 			fib_entry->type = MLXSW_SP_FIB_ENTRY_TYPE_LOCAL;
type             4413 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	fib4_entry->type = fen_info->type;
type             4456 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		    fib4_entry->type == fen_info->type &&
type             4837 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	if (fib4_entry->common.type == MLXSW_SP_FIB_ENTRY_TYPE_IPIP_DECAP)
type             5064 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 			nh->type = MLXSW_SP_NEXTHOP_TYPE_IPIP;
type             5070 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	nh->type = MLXSW_SP_NEXTHOP_TYPE_ETH;
type             5332 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		fib_entry->type = MLXSW_SP_FIB_ENTRY_TYPE_TRAP;
type             5334 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		fib_entry->type = MLXSW_SP_FIB_ENTRY_TYPE_BLACKHOLE;
type             5336 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		fib_entry->type = MLXSW_SP_FIB_ENTRY_TYPE_LOCAL;
type             5338 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		fib_entry->type = MLXSW_SP_FIB_ENTRY_TYPE_REMOTE;
type             5340 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		fib_entry->type = MLXSW_SP_FIB_ENTRY_TYPE_LOCAL;
type             6403 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	enum mlxsw_sp_fid_type type;
type             6410 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		type = MLXSW_SP_FID_TYPE_8021Q;
type             6412 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		type = MLXSW_SP_FID_TYPE_8021Q;
type             6414 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		type = MLXSW_SP_FID_TYPE_8021D;
type             6416 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		type = MLXSW_SP_FID_TYPE_RFID;
type             6418 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	return mlxsw_sp_fid_type_rif_type(mlxsw_sp, type);
type             6514 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	enum mlxsw_sp_rif_type type;
type             6520 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	type = mlxsw_sp_dev_rif_type(mlxsw_sp, params->dev);
type             6521 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	ops = mlxsw_sp->rif_ops_arr[type];
type             6989 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		    rif->ops->type == MLXSW_SP_RIF_TYPE_IPIP_LB)
type             7413 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	.type			= MLXSW_SP_RIF_TYPE_SUBPORT,
type             7422 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 				    enum mlxsw_reg_ritr_if_type type,
type             7428 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	mlxsw_reg_ritr_pack(ritr_pl, enable, type, rif->rif_index, rif->vr_id,
type             7431 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	mlxsw_reg_ritr_fid_set(ritr_pl, type, vid_fid);
type             7540 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	.type			= MLXSW_SP_RIF_TYPE_VLAN,
type             7628 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	.type			= MLXSW_SP_RIF_TYPE_FID,
type             7637 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	.type			= MLXSW_SP_RIF_TYPE_VLAN,
type             7705 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	.type			= MLXSW_SP_RIF_TYPE_IPIP_LB,
type             7886 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	.type			= MLXSW_SP_RIF_TYPE_IPIP_LB,
type              723 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 			    p->type == MLXSW_SP_SPAN_EGRESS)
type              761 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 				    enum mlxsw_sp_span_type type,
type              768 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 		if (type == p->type &&
type              778 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 				  enum mlxsw_sp_span_type type,
type              787 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 			    (enum mlxsw_reg_mpar_i_e)type, bind, pa_id);
type              794 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 				 enum mlxsw_sp_span_type type,
type              811 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 			if (mlxsw_sp_span_entry_bound_port_find(curr, type,
type              817 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 	if (type == MLXSW_SP_SPAN_EGRESS) {
type              830 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 		err = mlxsw_sp_span_inspected_port_bind(port, span_entry, type,
type              842 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 	inspected_port->type = type;
type              850 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 		mlxsw_sp_span_inspected_port_bind(port, span_entry, type,
type              853 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 	if (type == MLXSW_SP_SPAN_EGRESS) {
type              863 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 				 enum mlxsw_sp_span_type type,
type              870 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 	inspected_port = mlxsw_sp_span_entry_bound_port_find(span_entry, type,
type              876 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 		mlxsw_sp_span_inspected_port_bind(port, span_entry, type,
type              879 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 	if (type == MLXSW_SP_SPAN_EGRESS) {
type              905 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 			     enum mlxsw_sp_span_type type, bool bind,
type              931 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 	err = mlxsw_sp_span_inspected_port_add(from, span_entry, type, bind);
type              944 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 			      enum mlxsw_sp_span_type type, bool bind)
type              956 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 	mlxsw_sp_span_inspected_port_del(from, span_entry, type, bind);
type               22 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.h 	enum mlxsw_sp_span_type type;
type               65 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.h 			     enum mlxsw_sp_span_type type,
type               68 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.h 			      enum mlxsw_sp_span_type type, bool bind);
type             1976 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 		.type = MLXSW_SP_NVE_TYPE_VXLAN,
type             2180 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 		.type = MLXSW_SP_NVE_TYPE_VXLAN,
type             2410 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	enum switchdev_notifier_type type;
type             2412 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	type = adding ? SWITCHDEV_VXLAN_FDB_ADD_TO_BRIDGE :
type             2421 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	call_switchdev_notifiers(type, dev, &info.info, NULL);
type             2437 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c mlxsw_sp_fdb_call_notifiers(enum switchdev_notifier_type type,
type             2446 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	call_switchdev_notifiers(type, dev, &info.info, NULL);
type             2457 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	enum switchdev_notifier_type type;
type             2499 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	type = adding ? SWITCHDEV_FDB_ADD_TO_BRIDGE : SWITCHDEV_FDB_DEL_TO_BRIDGE;
type             2500 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	mlxsw_sp_fdb_call_notifiers(type, mac, vid, bridge_port->dev, adding);
type             2518 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	enum switchdev_notifier_type type;
type             2563 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	type = adding ? SWITCHDEV_FDB_ADD_TO_BRIDGE : SWITCHDEV_FDB_DEL_TO_BRIDGE;
type             2564 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	mlxsw_sp_fdb_call_notifiers(type, mac, vid, bridge_port->dev, adding);
type             2631 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	enum switchdev_notifier_type type;
type             2669 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	type = adding ? SWITCHDEV_FDB_ADD_TO_BRIDGE :
type             2671 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	mlxsw_sp_fdb_call_notifiers(type, mac, vid, nve_dev, adding);
type               87 drivers/net/ethernet/mellanox/mlxsw/switchib.c MLXSW_ITEM32(tx_v1, hdr, type, 0x0C, 0, 4);
type              500 drivers/net/ethernet/mellanox/mlxsw/switchib.c 			.type		= MLXSW_PORT_SWID_TYPE_IB,
type              129 drivers/net/ethernet/mellanox/mlxsw/switchx2.c MLXSW_ITEM32(tx, hdr, type, 0x0C, 0, 4);
type             1643 drivers/net/ethernet/mellanox/mlxsw/switchx2.c 			.type		= MLXSW_PORT_SWID_TYPE_ETH,
type             1647 drivers/net/ethernet/mellanox/mlxsw/switchx2.c 			.type		= MLXSW_PORT_SWID_TYPE_IB,
type              553 drivers/net/ethernet/microchip/lan743x_ptp.c 		switch (request->type) {
type              566 drivers/net/ethernet/microchip/lan743x_ptp.c 				  request->type);
type               47 drivers/net/ethernet/mscc/ocelot.c 	enum macaccess_entry_type type;
type               91 drivers/net/ethernet/mscc/ocelot.c 			     enum macaccess_entry_type type)
type               98 drivers/net/ethernet/mscc/ocelot.c 			     ANA_TABLES_MACACCESS_ENTRYTYPE(type) |
type               88 drivers/net/ethernet/mscc/ocelot_ace.c 	u32 type; /* Action type */
type              164 drivers/net/ethernet/mscc/ocelot_ace.c 		data->action[0] = ((data->action[0] & ~mask) | data->type);
type              186 drivers/net/ethernet/mscc/ocelot_ace.c 	data->type = (width ? (data->action[0] & GENMASK(width, 0)) : 0);
type              210 drivers/net/ethernet/mscc/ocelot_ace.c 	i = data->type;
type              332 drivers/net/ethernet/mscc/ocelot_ace.c 	u32 val, msk, type, type_mask = 0xf, i, count;
type              352 drivers/net/ethernet/mscc/ocelot_ace.c 	data.type = IS2_ACTION_TYPE_NORMAL;
type              365 drivers/net/ethernet/mscc/ocelot_ace.c 	switch (ace->type) {
type              369 drivers/net/ethernet/mscc/ocelot_ace.c 		type = IS2_TYPE_ETYPE;
type              384 drivers/net/ethernet/mscc/ocelot_ace.c 		type = IS2_TYPE_LLC;
type              397 drivers/net/ethernet/mscc/ocelot_ace.c 		type = IS2_TYPE_SNAP;
type              408 drivers/net/ethernet/mscc/ocelot_ace.c 		type = IS2_TYPE_ARP;
type              443 drivers/net/ethernet/mscc/ocelot_ace.c 		if (ace->type == OCELOT_ACE_TYPE_IPV4) {
type              510 drivers/net/ethernet/mscc/ocelot_ace.c 		type = IS2_TYPE_IP_UDP_TCP;
type              540 drivers/net/ethernet/mscc/ocelot_ace.c 				type = IS2_TYPE_IP_OTHER;
type              555 drivers/net/ethernet/mscc/ocelot_ace.c 		type = 0;
type              566 drivers/net/ethernet/mscc/ocelot_ace.c 	VCAP_KEY_SET(TYPE, type, type_mask);
type              202 drivers/net/ethernet/mscc/ocelot_ace.h 	enum ocelot_ace_type type;
type               87 drivers/net/ethernet/mscc/ocelot_flower.c 		ocelot_rule->type = OCELOT_ACE_TYPE_ETYPE;
type              104 drivers/net/ethernet/mscc/ocelot_flower.c 			ocelot_rule->type = OCELOT_ACE_TYPE_IPV4;
type              111 drivers/net/ethernet/mscc/ocelot_flower.c 			ocelot_rule->type = OCELOT_ACE_TYPE_IPV6;
type              157 drivers/net/ethernet/mscc/ocelot_flower.c 		ocelot_rule->type = OCELOT_ACE_TYPE_ANY;
type              259 drivers/net/ethernet/mscc/ocelot_flower.c static int ocelot_setup_tc_block_cb_flower(enum tc_setup_type type,
type              267 drivers/net/ethernet/mscc/ocelot_flower.c 	switch (type) {
type               89 drivers/net/ethernet/mscc/ocelot_tc.c static int ocelot_setup_tc_block_cb(enum tc_setup_type type,
type               98 drivers/net/ethernet/mscc/ocelot_tc.c 	switch (type) {
type              108 drivers/net/ethernet/mscc/ocelot_tc.c 			   type,
type              115 drivers/net/ethernet/mscc/ocelot_tc.c static int ocelot_setup_tc_block_cb_ig(enum tc_setup_type type,
type              119 drivers/net/ethernet/mscc/ocelot_tc.c 	return ocelot_setup_tc_block_cb(type, type_data,
type              123 drivers/net/ethernet/mscc/ocelot_tc.c static int ocelot_setup_tc_block_cb_eg(enum tc_setup_type type,
type              127 drivers/net/ethernet/mscc/ocelot_tc.c 	return ocelot_setup_tc_block_cb(type, type_data,
type              185 drivers/net/ethernet/mscc/ocelot_tc.c int ocelot_setup_tc(struct net_device *dev, enum tc_setup_type type,
type              190 drivers/net/ethernet/mscc/ocelot_tc.c 	switch (type) {
type               19 drivers/net/ethernet/mscc/ocelot_tc.h int ocelot_setup_tc(struct net_device *dev, enum tc_setup_type type,
type              595 drivers/net/ethernet/natsemi/macsonic.c 		    fres->type != NUBUS_TYPE_ETHERNET)
type             3171 drivers/net/ethernet/neterion/s2io.c 				  u16 flag, u16 type)
type             3185 drivers/net/ethernet/neterion/s2io.c 			switch (type) {
type             3228 drivers/net/ethernet/neterion/s2io.c 	u16 type  = 0x0;
type             3267 drivers/net/ethernet/neterion/s2io.c 	type = 1;
type             3270 drivers/net/ethernet/neterion/s2io.c 			      0x0, flag, type);
type             3276 drivers/net/ethernet/neterion/s2io.c 	type = 2;
type             3279 drivers/net/ethernet/neterion/s2io.c 			      0x2, flag, type);
type             3285 drivers/net/ethernet/neterion/s2io.c 	type = 3;
type             3288 drivers/net/ethernet/neterion/s2io.c 			      0x4, flag, type);
type             3752 drivers/net/ethernet/neterion/s2io.c 	nic->s2io_entries[0].type = MSIX_ALARM_TYPE;
type             3766 drivers/net/ethernet/neterion/s2io.c 		nic->s2io_entries[j+1].type = MSIX_RING_TYPE;
type             6932 drivers/net/ethernet/neterion/s2io.c 				if (sp->s2io_entries[i].type ==
type             6943 drivers/net/ethernet/neterion/s2io.c 				} else if (sp->s2io_entries[i].type ==
type              836 drivers/net/ethernet/neterion/s2io.h 	u8 type;
type              396 drivers/net/ethernet/neterion/vxge/vxge-config.c 		img[i].type = VXGE_HW_GET_EPROM_IMAGE_TYPE(data0);
type              435 drivers/net/ethernet/neterion/vxge/vxge-config.c 	switch (channel->type) {
type             2181 drivers/net/ethernet/neterion/vxge/vxge-config.c 			   enum __vxge_hw_channel_type type,
type             2193 drivers/net/ethernet/neterion/vxge/vxge-config.c 	switch (type) {
type             2211 drivers/net/ethernet/neterion/vxge/vxge-config.c 	channel->type = type;
type             3108 drivers/net/ethernet/neterion/vxge/vxge-config.c 		      enum vxge_hw_mgmt_reg_type type,
type             3118 drivers/net/ethernet/neterion/vxge/vxge-config.c 	switch (type) {
type             3234 drivers/net/ethernet/neterion/vxge/vxge-config.c 		      enum vxge_hw_mgmt_reg_type type,
type             3244 drivers/net/ethernet/neterion/vxge/vxge-config.c 	switch (type) {
type               39 drivers/net/ethernet/neterion/vxge/vxge-config.h 	u8 type;
type              516 drivers/net/ethernet/neterion/vxge/vxge-config.h 			enum vxge_hw_event type, u64 ext_data);
type              627 drivers/net/ethernet/neterion/vxge/vxge-config.h 	enum __vxge_hw_channel_type	type;
type             3544 drivers/net/ethernet/neterion/vxge/vxge-main.c 			enum vxge_hw_event type, u64 vp_id)
type             3557 drivers/net/ethernet/neterion/vxge/vxge-main.c 	vdev->cric_err_event = type;
type             3566 drivers/net/ethernet/neterion/vxge/vxge-main.c 		if (type == VXGE_HW_EVENT_SLOT_FREEZE) {
type             3569 drivers/net/ethernet/neterion/vxge/vxge-main.c 		} else if (type == VXGE_HW_EVENT_SERR) {
type             3573 drivers/net/ethernet/neterion/vxge/vxge-main.c 		} else if (type == VXGE_HW_EVENT_CRITICAL_ERR)
type             3579 drivers/net/ethernet/neterion/vxge/vxge-main.c 	if ((type == VXGE_HW_EVENT_SERR) ||
type             3580 drivers/net/ethernet/neterion/vxge/vxge-main.c 		(type == VXGE_HW_EVENT_SLOT_FREEZE)) {
type             3583 drivers/net/ethernet/neterion/vxge/vxge-main.c 	} else if (type == VXGE_HW_EVENT_CRITICAL_ERR) {
type             3587 drivers/net/ethernet/neterion/vxge/vxge-main.c 	} else if ((type == VXGE_HW_EVENT_FIFO_ERR) ||
type             3588 drivers/net/ethernet/neterion/vxge/vxge-main.c 		  (type == VXGE_HW_EVENT_VPATH_ERR)) {
type              505 drivers/net/ethernet/neterion/vxge/vxge-traffic.c 			      enum vxge_hw_event type)
type              507 drivers/net/ethernet/neterion/vxge/vxge-traffic.c 	switch (type) {
type              538 drivers/net/ethernet/neterion/vxge/vxge-traffic.c 			type, vp_id);
type             1780 drivers/net/ethernet/neterion/vxge/vxge-traffic.h 		      enum vxge_hw_mgmt_reg_type type,
type             1787 drivers/net/ethernet/neterion/vxge/vxge-traffic.h 		      enum vxge_hw_mgmt_reg_type type,
type              227 drivers/net/ethernet/netronome/nfp/abm/cls.c static int nfp_abm_setup_tc_block_cb(enum tc_setup_type type,
type              236 drivers/net/ethernet/netronome/nfp/abm/cls.c 	if (type != TC_SETUP_CLSU32) {
type               31 drivers/net/ethernet/netronome/nfp/abm/main.c 		 enum tc_setup_type type, void *type_data)
type               37 drivers/net/ethernet/netronome/nfp/abm/main.c 	if (!port || port->type != NFP_PORT_PF_PORT)
type               40 drivers/net/ethernet/netronome/nfp/abm/main.c 	switch (type) {
type              388 drivers/net/ethernet/netronome/nfp/abm/main.c 	if (port->type != NFP_PORT_PF_PORT)
type              404 drivers/net/ethernet/netronome/nfp/abm/main.c 	if (port->type != NFP_PORT_PF_PORT)
type              418 drivers/net/ethernet/netronome/nfp/abm/main.c 	if (port->type != NFP_PORT_PF_PORT)
type              154 drivers/net/ethernet/netronome/nfp/abm/main.h 	enum nfp_qdisc_type type;
type               18 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 	return qdisc->type == NFP_QDISC_RED || qdisc->type == NFP_QDISC_GRED;
type               75 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 	if (qdisc->type != NFP_QDISC_MQ)
type              197 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 	good_red = qdisc->type == NFP_QDISC_RED &&
type              202 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 	good_gred = qdisc->type == NFP_QDISC_GRED &&
type              231 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 	qdisc->offload_mark = qdisc->type == NFP_QDISC_MQ;
type              297 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 	if (qdisc->type == NFP_QDISC_MQ &&
type              307 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 		if (mq->type != NFP_QDISC_MQ || mq->netdev != netdev)
type              340 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 		    enum nfp_qdisc_type type, u32 parent_handle, u32 handle,
type              358 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 	qdisc->type = type;
type              388 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 		      enum nfp_qdisc_type type, u32 parent_handle, u32 handle,
type              393 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 		if (WARN_ON((*qdisc)->type != type))
type              398 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 	*qdisc = nfp_abm_qdisc_alloc(netdev, alink, type, parent_handle, handle,
type              473 drivers/net/ethernet/netronome/nfp/bpf/cmsg.c 	if (hdr->type == NFP_CCM_TYPE_BPF_BPF_EVENT)
type              477 drivers/net/ethernet/netronome/nfp/bpf/cmsg.c 			  hdr->type);
type              434 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	   enum mul_type type, enum mul_step step, u16 breg, bool swap,
type              445 drivers/net/ethernet/netronome/nfp/bpf/jit.c 		FIELD_PREP(OP_MUL_TYPE, type) |
type              454 drivers/net/ethernet/netronome/nfp/bpf/jit.c emit_mul(struct nfp_prog *nfp_prog, swreg lreg, enum mul_type type,
type              461 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	if (type == MUL_TYPE_START && step != MUL_STEP_NONE) {
type              482 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	__emit_mul(nfp_prog, reg.dst_ab, areg, type, step, reg.breg, reg.swap,
type              743 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	src_40bit_addr = meta->ptr.type == PTR_TO_MAP_VALUE;
type             1784 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	ptr_type = ur_load_imm_any(nfp_prog, meta->arg1.type, imm_a(nfp_prog));
type             2858 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	if (meta->ptr.type == PTR_TO_CTX) {
type             2859 drivers/net/ethernet/netronome/nfp/bpf/jit.c 		if (nfp_prog->type == BPF_PROG_TYPE_XDP)
type             2865 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	if (meta->ptr.type == PTR_TO_PACKET) {
type             2876 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	if (meta->ptr.type == PTR_TO_STACK)
type             2880 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	if (meta->ptr.type == PTR_TO_MAP_VALUE)
type             2922 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	if (meta->ptr.type == PTR_TO_PACKET)
type             2984 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	if (meta->ptr.type == PTR_TO_PACKET)
type             2987 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	if (meta->ptr.type == PTR_TO_STACK)
type             3006 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	if (meta->ptr.type == PTR_TO_CTX)
type             3007 drivers/net/ethernet/netronome/nfp/bpf/jit.c 		if (nfp_prog->type == BPF_PROG_TYPE_XDP)
type             3807 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	switch (nfp_prog->type) {
type             4052 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	if (ld_meta->ptr.type != PTR_TO_PACKET &&
type             4053 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	    ld_meta->ptr.type != PTR_TO_MAP_VALUE)
type             4056 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	if (st_meta->ptr.type != PTR_TO_PACKET)
type             4140 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	if (head_ld_meta->ptr.type != head_st_meta->ptr.type)
type             4299 drivers/net/ethernet/netronome/nfp/bpf/jit.c 		if (meta->ptr.type != PTR_TO_PACKET || meta->ldst_gather_len) {
type              105 drivers/net/ethernet/netronome/nfp/bpf/main.c static int nfp_bpf_setup_tc_block_cb(enum tc_setup_type type,
type              114 drivers/net/ethernet/netronome/nfp/bpf/main.c 	if (type != TC_SETUP_CLSBPF) {
type              166 drivers/net/ethernet/netronome/nfp/bpf/main.c 			    enum tc_setup_type type, void *type_data)
type              170 drivers/net/ethernet/netronome/nfp/bpf/main.c 	switch (type) {
type              344 drivers/net/ethernet/netronome/nfp/bpf/main.c 		u32 type, length;
type              346 drivers/net/ethernet/netronome/nfp/bpf/main.c 		type = readl(mem);
type              354 drivers/net/ethernet/netronome/nfp/bpf/main.c 		switch (type) {
type              392 drivers/net/ethernet/netronome/nfp/bpf/main.c 			nfp_dbg(cpp, "unknown BPF capability: %d\n", type);
type              187 drivers/net/ethernet/netronome/nfp/bpf/main.h 	unsigned char type		:4;
type              403 drivers/net/ethernet/netronome/nfp/bpf/main.h 	return is_mbpf_load(meta) && meta->ptr.type == PTR_TO_PACKET;
type              408 drivers/net/ethernet/netronome/nfp/bpf/main.h 	return is_mbpf_store(meta) && meta->ptr.type == PTR_TO_PACKET;
type              428 drivers/net/ethernet/netronome/nfp/bpf/main.h 	return is_mbpf_classic_store(meta) && meta->ptr.type == PTR_TO_PACKET;
type              524 drivers/net/ethernet/netronome/nfp/bpf/main.h 	enum bpf_prog_type type;
type              198 drivers/net/ethernet/netronome/nfp/bpf/offload.c 	nfp_prog->type = prog->type;
type              261 drivers/net/ethernet/netronome/nfp/bpf/offload.c 		if (nfp_map->use_map[i].type == NFP_MAP_USE_ATOMIC_CNT)
type              275 drivers/net/ethernet/netronome/nfp/bpf/offload.c 		if (nfp_map->use_map[i].type == NFP_MAP_UNUSED &&
type               59 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	if (reg2->type != SCALAR_VALUE || !tnum_is_const(reg2->var_off))
type              112 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 		if (nfp_map->use_map[i / 4].type == NFP_MAP_USE_ATOMIC_CNT) {
type              130 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	if (reg->type != PTR_TO_STACK) {
type              132 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 			fname, reg->type);
type              263 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 		if (reg1->type != SCALAR_VALUE /* NULL ptr */ &&
type              264 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 		    reg1->type != PTR_TO_STACK &&
type              265 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 		    reg1->type != PTR_TO_MAP_VALUE &&
type              266 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 		    reg1->type != PTR_TO_PACKET) {
type              268 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 				reg1->type);
type              272 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 		if (reg1->type == PTR_TO_STACK &&
type              291 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 		if (reg1->type != meta->arg1.type) {
type              293 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 				meta->arg1.type, reg1->type);
type              317 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	if (nfp_prog->type == BPF_PROG_TYPE_XDP)
type              320 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	if (!(reg0->type == SCALAR_VALUE && tnum_is_const(reg0->var_off))) {
type              325 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 			reg0->type, tn_buf);
type              330 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	if (nfp_prog->type == BPF_PROG_TYPE_SCHED_CLS &&
type              335 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 			reg0->type, imm);
type              358 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	if (meta->ptr.type == NOT_INIT)
type              396 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	if (nfp_map->use_map[off / 4].type != NFP_MAP_UNUSED &&
type              397 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	    nfp_map->use_map[off / 4].type != use) {
type              399 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 			nfp_bpf_map_use_name(nfp_map->use_map[off / 4].type),
type              411 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	nfp_map->use_map[off / 4].type = use;
type              457 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	if (reg->type != PTR_TO_CTX &&
type              458 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	    reg->type != PTR_TO_STACK &&
type              459 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	    reg->type != PTR_TO_MAP_VALUE &&
type              460 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	    reg->type != PTR_TO_PACKET) {
type              461 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 		pr_vlog(env, "unsupported ptr type: %d\n", reg->type);
type              465 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	if (reg->type == PTR_TO_STACK) {
type              471 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	if (reg->type == PTR_TO_MAP_VALUE) {
type              490 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	if (meta->ptr.type != NOT_INIT && meta->ptr.type != reg->type) {
type              492 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 			meta->ptr.type, reg->type);
type              507 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	if (reg->type == PTR_TO_CTX) {
type              508 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 		if (nfp_prog->type == BPF_PROG_TYPE_XDP) {
type              532 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	if (dreg->type != PTR_TO_MAP_VALUE) {
type              534 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 			dreg->type);
type              537 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	if (sreg->type != SCALAR_VALUE) {
type              538 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 		pr_vlog(env, "atomic add not of a scalar: %d\n", sreg->type);
type               92 drivers/net/ethernet/netronome/nfp/ccm.c 		   enum nfp_ccm_type type, int tag)
type              116 drivers/net/ethernet/netronome/nfp/ccm.c 			 type, err);
type              120 drivers/net/ethernet/netronome/nfp/ccm.c 		ccm_warn(app, "timeout waiting for response to 0x%02x\n", type);
type              129 drivers/net/ethernet/netronome/nfp/ccm.c 		    enum nfp_ccm_type type, unsigned int reply_size)
type              145 drivers/net/ethernet/netronome/nfp/ccm.c 	hdr->type = type;
type              152 drivers/net/ethernet/netronome/nfp/ccm.c 	skb = nfp_ccm_wait_reply(ccm, app, type, tag);
type              157 drivers/net/ethernet/netronome/nfp/ccm.c 	if (reply_type != __NFP_CCM_REPLY(type)) {
type              159 drivers/net/ethernet/netronome/nfp/ccm.c 			 reply_type, __NFP_CCM_REPLY(type));
type              165 drivers/net/ethernet/netronome/nfp/ccm.c 			 type, skb->len, reply_size);
type               40 drivers/net/ethernet/netronome/nfp/ccm.h 			u8 type;
type               54 drivers/net/ethernet/netronome/nfp/ccm.h 	return hdr->type;
type              111 drivers/net/ethernet/netronome/nfp/ccm.h 		    enum nfp_ccm_type type, unsigned int reply_size);
type              122 drivers/net/ethernet/netronome/nfp/ccm.h 			       enum nfp_ccm_type type,
type              126 drivers/net/ethernet/netronome/nfp/ccm.h 			     enum nfp_ccm_type type,
type              130 drivers/net/ethernet/netronome/nfp/ccm.h 		      enum nfp_ccm_type type, unsigned int max_reply_size);
type              144 drivers/net/ethernet/netronome/nfp/ccm_mbox.c nfp_ccm_mbox_write_tlv(struct nfp_net *nn, u32 off, u32 type, u32 len)
type              147 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 		  FIELD_PREP(NFP_NET_MBOX_TLV_TYPE, type) |
type              225 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 		unsigned int length, offset, type;
type              230 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 		type = FIELD_GET(NFP_NET_MBOX_TLV_TYPE, tlv_hdr);
type              239 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 				   type, offset, length);
type              243 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 		if (type == NFP_NET_MBOX_TLV_TYPE_END)
type              245 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 		if (type == NFP_NET_MBOX_TLV_TYPE_RESV)
type              247 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 		if (type != NFP_NET_MBOX_TLV_TYPE_MSG &&
type              248 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 		    type != NFP_NET_MBOX_TLV_TYPE_MSG_NOSUP) {
type              250 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 				   type, offset, length);
type              256 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 				   type, offset, length);
type              270 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 		if (type == NFP_NET_MBOX_TLV_TYPE_MSG_NOSUP) {
type              278 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 		if (hdr.type != __NFP_CCM_REPLY(nfp_ccm_get_type(skb))) {
type              280 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 				   hdr.type,
type              287 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 				   hdr.type, length, cb->exp_reply);
type              293 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 				   hdr.type, cb->max_len, length);
type              435 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 			   enum nfp_ccm_type type)
type              459 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 		   type);
type              465 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 			 enum nfp_ccm_type type,
type              474 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 	if (unlikely(!(nn->tlv_caps.mbox_cmsg_types & BIT(type)))) {
type              476 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 			   "message type %d not supported by mailbox\n", type);
type              518 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 			 enum nfp_ccm_type type, bool critical)
type              531 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 	hdr->type = type;
type              540 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 			       enum nfp_ccm_type type,
type              546 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 	err = nfp_ccm_mbox_msg_prepare(nn, skb, type, reply_size,
type              553 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 	err = nfp_ccm_mbox_msg_enqueue(nn, skb, type, critical);
type              579 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 			err = nfp_ccm_mbox_unlink_unlock(nn, skb, type);
type              598 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 			     enum nfp_ccm_type type,
type              602 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 	return __nfp_ccm_mbox_communicate(nn, skb, type, reply_size,
type              649 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 		      enum nfp_ccm_type type, unsigned int max_reply_size)
type              653 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 	err = nfp_ccm_mbox_msg_prepare(nn, skb, type, 0, max_reply_size,
type              662 drivers/net/ethernet/netronome/nfp/ccm_mbox.c 	err = nfp_ccm_mbox_msg_enqueue(nn, skb, type, false);
type              111 drivers/net/ethernet/netronome/nfp/crypto/tls.c 			       const char *name, enum nfp_ccm_type type)
type              116 drivers/net/ethernet/netronome/nfp/crypto/tls.c 	err = __nfp_ccm_mbox_communicate(nn, skb, type,
type              118 drivers/net/ethernet/netronome/nfp/crypto/tls.c 					 type == NFP_CCM_TYPE_CRYPTO_DEL);
type              386 drivers/net/ethernet/netronome/nfp/flower/action.c 		push->type = opt->type;
type               23 drivers/net/ethernet/netronome/nfp/flower/cmsg.c 		      enum nfp_flower_cmsg_type_port type, gfp_t flag)
type               37 drivers/net/ethernet/netronome/nfp/flower/cmsg.c 	ch->type = type;
type              256 drivers/net/ethernet/netronome/nfp/flower/cmsg.c 	enum nfp_flower_cmsg_type_port type;
type              261 drivers/net/ethernet/netronome/nfp/flower/cmsg.c 	type = cmsg_hdr->type;
type              262 drivers/net/ethernet/netronome/nfp/flower/cmsg.c 	switch (type) {
type              290 drivers/net/ethernet/netronome/nfp/flower/cmsg.c 				     type);
type              323 drivers/net/ethernet/netronome/nfp/flower/cmsg.c nfp_flower_queue_ctl_msg(struct nfp_app *app, struct sk_buff *skb, int type)
type              328 drivers/net/ethernet/netronome/nfp/flower/cmsg.c 	if (type == NFP_FLOWER_CMSG_TYPE_PORT_MOD)
type              356 drivers/net/ethernet/netronome/nfp/flower/cmsg.c 	if (cmsg_hdr->type == NFP_FLOWER_CMSG_TYPE_FLOW_STATS) {
type              360 drivers/net/ethernet/netronome/nfp/flower/cmsg.c 	} else if (cmsg_hdr->type == NFP_FLOWER_CMSG_TYPE_PORT_MOD &&
type              364 drivers/net/ethernet/netronome/nfp/flower/cmsg.c 	} else if (cmsg_hdr->type == NFP_FLOWER_CMSG_TYPE_TUN_NEIGH) {
type              367 drivers/net/ethernet/netronome/nfp/flower/cmsg.c 	} else if (cmsg_hdr->type == NFP_FLOWER_CMSG_TYPE_PORT_REIFY) {
type              372 drivers/net/ethernet/netronome/nfp/flower/cmsg.c 		nfp_flower_queue_ctl_msg(app, skb, cmsg_hdr->type);
type              234 drivers/net/ethernet/netronome/nfp/flower/cmsg.h 	u8 type;
type              460 drivers/net/ethernet/netronome/nfp/flower/cmsg.h 	u8 type;
type              572 drivers/net/ethernet/netronome/nfp/flower/cmsg.h nfp_flower_cmsg_pcie_port(u8 nfp_pcie, enum nfp_flower_cmsg_port_vnic_type type,
type              576 drivers/net/ethernet/netronome/nfp/flower/cmsg.h 		FIELD_PREP(NFP_FLOWER_CMSG_PORT_VNIC_TYPE, type) |
type              636 drivers/net/ethernet/netronome/nfp/flower/cmsg.h 		      enum nfp_flower_cmsg_type_port type, gfp_t flag);
type              262 drivers/net/ethernet/netronome/nfp/flower/main.c nfp_flower_reprs_reify(struct nfp_app *app, enum nfp_repr_type type,
type              268 drivers/net/ethernet/netronome/nfp/flower/main.c 	reprs = rcu_dereference_protected(app->reprs[type],
type              847 drivers/net/ethernet/netronome/nfp/flower/main.c 	if (repr->port->type != NFP_PORT_PHYS_PORT)
type              356 drivers/net/ethernet/netronome/nfp/flower/main.h 			enum tc_setup_type type, void *type_data);
type             1450 drivers/net/ethernet/netronome/nfp/flower/offload.c static int nfp_flower_setup_tc_block_cb(enum tc_setup_type type,
type             1458 drivers/net/ethernet/netronome/nfp/flower/offload.c 	switch (type) {
type             1516 drivers/net/ethernet/netronome/nfp/flower/offload.c 			enum tc_setup_type type, void *type_data)
type             1518 drivers/net/ethernet/netronome/nfp/flower/offload.c 	switch (type) {
type             1549 drivers/net/ethernet/netronome/nfp/flower/offload.c static int nfp_flower_setup_indr_block_cb(enum tc_setup_type type,
type             1558 drivers/net/ethernet/netronome/nfp/flower/offload.c 	switch (type) {
type             1640 drivers/net/ethernet/netronome/nfp/flower/offload.c 			    enum tc_setup_type type, void *type_data)
type             1642 drivers/net/ethernet/netronome/nfp/flower/offload.c 	switch (type) {
type               86 drivers/net/ethernet/netronome/nfp/flower/qos_conf.c 	if (repr->port->type != NFP_PORT_VF_PORT) {
type               68 drivers/net/ethernet/netronome/nfp/nfp_app.c 	if (!app || !app->type->ndo_init)
type               70 drivers/net/ethernet/netronome/nfp/nfp_app.c 	return app->type->ndo_init(app, netdev);
type               77 drivers/net/ethernet/netronome/nfp/nfp_app.c 	if (app && app->type->ndo_uninit)
type               78 drivers/net/ethernet/netronome/nfp/nfp_app.c 		app->type->ndo_uninit(app, netdev);
type               83 drivers/net/ethernet/netronome/nfp/nfp_app.c 	if (!port || !port->app || !port->app->type->port_get_stats)
type               85 drivers/net/ethernet/netronome/nfp/nfp_app.c 	return port->app->type->port_get_stats(port->app, port, data);
type               90 drivers/net/ethernet/netronome/nfp/nfp_app.c 	if (!port || !port->app || !port->app->type->port_get_stats_count)
type               92 drivers/net/ethernet/netronome/nfp/nfp_app.c 	return port->app->type->port_get_stats_count(port->app, port);
type               97 drivers/net/ethernet/netronome/nfp/nfp_app.c 	if (!port || !port->app || !port->app->type->port_get_stats_strings)
type               99 drivers/net/ethernet/netronome/nfp/nfp_app.c 	return port->app->type->port_get_stats_strings(port->app, port, data);
type              121 drivers/net/ethernet/netronome/nfp/nfp_app.c nfp_reprs_get_locked(struct nfp_app *app, enum nfp_repr_type type)
type              123 drivers/net/ethernet/netronome/nfp/nfp_app.c 	return rcu_dereference_protected(app->reprs[type],
type              128 drivers/net/ethernet/netronome/nfp/nfp_app.c nfp_app_reprs_set(struct nfp_app *app, enum nfp_repr_type type,
type              133 drivers/net/ethernet/netronome/nfp/nfp_app.c 	old = nfp_reprs_get_locked(app, type);
type              135 drivers/net/ethernet/netronome/nfp/nfp_app.c 	rcu_assign_pointer(app->reprs[type], reprs);
type              145 drivers/net/ethernet/netronome/nfp/nfp_app.c 	unsigned int type;
type              153 drivers/net/ethernet/netronome/nfp/nfp_app.c 	for (type = 0; type < __NFP_REPR_TYPE_MAX; type++) {
type              157 drivers/net/ethernet/netronome/nfp/nfp_app.c 		reprs = rtnl_dereference(app->reprs[type]);
type              190 drivers/net/ethernet/netronome/nfp/nfp_app.c 	if (app->type->netdev_event)
type              191 drivers/net/ethernet/netronome/nfp/nfp_app.c 		return app->type->netdev_event(app, netdev, event, ptr);
type              201 drivers/net/ethernet/netronome/nfp/nfp_app.c 	if (app->type->start) {
type              202 drivers/net/ethernet/netronome/nfp/nfp_app.c 		err = app->type->start(app);
type              215 drivers/net/ethernet/netronome/nfp/nfp_app.c 	if (app->type->stop)
type              216 drivers/net/ethernet/netronome/nfp/nfp_app.c 		app->type->stop(app);
type              224 drivers/net/ethernet/netronome/nfp/nfp_app.c 	if (app->type->stop)
type              225 drivers/net/ethernet/netronome/nfp/nfp_app.c 		app->type->stop(app);
type              249 drivers/net/ethernet/netronome/nfp/nfp_app.c 	app->type = apps[id];
type              134 drivers/net/ethernet/netronome/nfp/nfp_app.h 			enum tc_setup_type type, void *type_data);
type              170 drivers/net/ethernet/netronome/nfp/nfp_app.h 	const struct nfp_app_type *type;
type              184 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (!app->type->init)
type              186 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app->type->init(app);
type              191 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (app->type->clean)
type              192 drivers/net/ethernet/netronome/nfp/nfp_app.h 		app->type->clean(app);
type              201 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app->type->vnic_alloc(app, nn, id);
type              206 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (app->type->vnic_free)
type              207 drivers/net/ethernet/netronome/nfp/nfp_app.h 		app->type->vnic_free(app, nn);
type              212 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (!app->type->vnic_init)
type              214 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app->type->vnic_init(app, nn);
type              219 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (app->type->vnic_clean)
type              220 drivers/net/ethernet/netronome/nfp/nfp_app.h 		app->type->vnic_clean(app, nn);
type              225 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (!app->type->repr_open)
type              227 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app->type->repr_open(app, repr);
type              232 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (!app->type->repr_stop)
type              234 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app->type->repr_stop(app, repr);
type              240 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (!app->type->repr_init)
type              242 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app->type->repr_init(app, netdev);
type              248 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (app->type->repr_preclean)
type              249 drivers/net/ethernet/netronome/nfp/nfp_app.h 		app->type->repr_preclean(app, netdev);
type              255 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (app->type->repr_clean)
type              256 drivers/net/ethernet/netronome/nfp/nfp_app.h 		app->type->repr_clean(app, netdev);
type              262 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (!app || !app->type->check_mtu)
type              264 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app->type->check_mtu(app, netdev, new_mtu);
type              271 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (!app || !app->type->repr_change_mtu)
type              273 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app->type->repr_change_mtu(app, netdev, new_mtu);
type              280 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app->type->name;
type              285 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app && app->type->ctrl_msg_rx;
type              290 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app->type->ctrl_has_meta;
type              295 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app && app->type->ctrl_msg_rx_raw;
type              301 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (!app || !app->type->extra_cap)
type              303 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app->type->extra_cap(app, nn);
type              308 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app && app->type->setup_tc;
type              313 drivers/net/ethernet/netronome/nfp/nfp_app.h 				   enum tc_setup_type type, void *type_data)
type              315 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (!app || !app->type->setup_tc)
type              317 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app->type->setup_tc(app, netdev, type, type_data);
type              323 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (!app || !app->type->bpf)
type              325 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app->type->bpf(app, nn, bpf);
type              332 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (!app || !app->type->xdp_offload)
type              334 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app->type->xdp_offload(app, nn, prog, extack);
type              358 drivers/net/ethernet/netronome/nfp/nfp_app.h 	app->type->ctrl_msg_rx(app, skb);
type              364 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (!app || !app->type->ctrl_msg_rx_raw)
type              368 drivers/net/ethernet/netronome/nfp/nfp_app.h 	app->type->ctrl_msg_rx_raw(app, data, len);
type              373 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (!app->type->eswitch_mode_get)
type              376 drivers/net/ethernet/netronome/nfp/nfp_app.h 	*mode = app->type->eswitch_mode_get(app);
type              383 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (!app->type->eswitch_mode_set)
type              385 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app->type->eswitch_mode_set(app, mode);
type              390 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (!app || !app->type->sriov_enable)
type              392 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app->type->sriov_enable(app, num_vfs);
type              397 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (app && app->type->sriov_disable)
type              398 drivers/net/ethernet/netronome/nfp/nfp_app.h 		app->type->sriov_disable(app);
type              405 drivers/net/ethernet/netronome/nfp/nfp_app.h 	if (unlikely(!app || !app->type->dev_get))
type              408 drivers/net/ethernet/netronome/nfp/nfp_app.h 	return app->type->dev_get(app, id, redir_egress);
type              418 drivers/net/ethernet/netronome/nfp/nfp_app.h nfp_reprs_get_locked(struct nfp_app *app, enum nfp_repr_type type);
type              420 drivers/net/ethernet/netronome/nfp/nfp_app.h nfp_app_reprs_set(struct nfp_app *app, enum nfp_repr_type type,
type               29 drivers/net/ethernet/netronome/nfp/nfp_app_nic.c 	return nn->port->type == NFP_PORT_INVALID;
type              324 drivers/net/ethernet/netronome/nfp/nfp_asm.h static inline swreg __enc_swreg(u16 id, u8 type)
type              326 drivers/net/ethernet/netronome/nfp/nfp_asm.h 	return (__force swreg)(id | FIELD_PREP(NN_REG_TYPE, type));
type               17 drivers/net/ethernet/netronome/nfp/nfp_hwmon.c static int nfp_hwmon_sensor_id(enum hwmon_sensor_types type, int channel)
type               19 drivers/net/ethernet/netronome/nfp/nfp_hwmon.c 	if (type == hwmon_temp)
type               21 drivers/net/ethernet/netronome/nfp/nfp_hwmon.c 	if (type == hwmon_power)
type               27 drivers/net/ethernet/netronome/nfp/nfp_hwmon.c nfp_hwmon_read(struct device *dev, enum hwmon_sensor_types type, u32 attr,
type               31 drivers/net/ethernet/netronome/nfp/nfp_hwmon.c 		enum hwmon_sensor_types type;
type               44 drivers/net/ethernet/netronome/nfp/nfp_hwmon.c 		if (const_vals[i].type == type && const_vals[i].attr == attr) {
type               49 drivers/net/ethernet/netronome/nfp/nfp_hwmon.c 	err = nfp_hwmon_sensor_id(type, channel);
type               57 drivers/net/ethernet/netronome/nfp/nfp_hwmon.c 	if (type == hwmon_temp && attr == hwmon_temp_input)
type               59 drivers/net/ethernet/netronome/nfp/nfp_hwmon.c 	if (type == hwmon_power && attr == hwmon_power_input)
type               66 drivers/net/ethernet/netronome/nfp/nfp_hwmon.c nfp_hwmon_is_visible(const void *data, enum hwmon_sensor_types type, u32 attr,
type               69 drivers/net/ethernet/netronome/nfp/nfp_hwmon.c 	if (type == hwmon_temp) {
type               76 drivers/net/ethernet/netronome/nfp/nfp_hwmon.c 	} else if (type == hwmon_power) {
type               92 drivers/net/ethernet/netronome/nfp/nfp_hwmon.c 	.type = hwmon_chip,
type              102 drivers/net/ethernet/netronome/nfp/nfp_hwmon.c 	.type = hwmon_temp,
type              114 drivers/net/ethernet/netronome/nfp/nfp_hwmon.c 	.type = hwmon_power,
type              934 drivers/net/ethernet/netronome/nfp/nfp_net_common.c 	if (unlikely(md_dst && md_dst->type != METADATA_HW_PORT_MUX)) {
type             1637 drivers/net/ethernet/netronome/nfp/nfp_net_common.c 		 unsigned int type, __be32 *hash)
type             1642 drivers/net/ethernet/netronome/nfp/nfp_net_common.c 	switch (type) {
type             3616 drivers/net/ethernet/netronome/nfp/nfp_net_common.c 	if (ti->type != UDP_TUNNEL_TYPE_VXLAN)
type             3633 drivers/net/ethernet/netronome/nfp/nfp_net_common.c 	if (ti->type != UDP_TUNNEL_TYPE_VXLAN)
type             4096 drivers/net/ethernet/netronome/nfp/nfp_net_common.c 		nn->cap &= nn->app->type->ctrl_cap_mask;
type               37 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c 	__be32 type;
type              127 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c 		if (!tl->type && !tl->length)
type              257 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c 	switch (be32_to_cpu(tl->type)) {
type              304 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c 	if (dump_level->type != lev_sz->requested_level)
type              329 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c static int nfp_add_tlv(u32 type, u32 total_tlv_sz, struct nfp_dump_state *dump)
type              339 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c 	tl->type = cpu_to_be32(type);
type              469 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c 	err = nfp_add_tlv(be32_to_cpu(spec_csr->tl.type), total_size, dump);
type              572 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c 	err = nfp_add_tlv(be32_to_cpu(spec_csr->tl.type), total_size, dump);
type              625 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c 	err = nfp_add_tlv(be32_to_cpu(spec->tl.type), total_size, dump);
type              634 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c 	if (sym->type != NFP_RTSYM_TYPE_ABS) {
type              661 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c 	switch (be32_to_cpu(tl->type)) {
type              712 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c 	if (dump_level->type != dump->requested_level)
type             1155 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8079;
type             1158 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8472;
type             1170 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8436;
type             1173 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c 			modinfo->type = ETH_MODULE_SFF_8636;
type             1178 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c 		modinfo->type = ETH_MODULE_SFF_8636;
type              208 drivers/net/ethernet/netronome/nfp/nfp_net_main.c 		if (nn->port && nn->port->type == NFP_PORT_INVALID)
type              539 drivers/net/ethernet/netronome/nfp/nfp_net_main.c 		port->type = NFP_PORT_INVALID;
type              589 drivers/net/ethernet/netronome/nfp/nfp_net_main.c 		if (!nn->port || nn->port->type != NFP_PORT_INVALID)
type               97 drivers/net/ethernet/netronome/nfp/nfp_net_repr.c 	switch (repr->port->type) {
type              455 drivers/net/ethernet/netronome/nfp/nfp_net_repr.c nfp_reprs_clean_and_free_by_type(struct nfp_app *app, enum nfp_repr_type type)
type              461 drivers/net/ethernet/netronome/nfp/nfp_net_repr.c 	reprs = rcu_dereference_protected(app->reprs[type],
type              475 drivers/net/ethernet/netronome/nfp/nfp_net_repr.c 	reprs = nfp_app_reprs_set(app, type, NULL);
type              511 drivers/net/ethernet/netronome/nfp/nfp_net_repr.c 		if (repr->port->type != NFP_PORT_INVALID)
type              106 drivers/net/ethernet/netronome/nfp/nfp_net_repr.h 				      enum nfp_repr_type type);
type               49 drivers/net/ethernet/netronome/nfp/nfp_port.c int nfp_port_setup_tc(struct net_device *netdev, enum tc_setup_type type,
type               58 drivers/net/ethernet/netronome/nfp/nfp_port.c 	return nfp_app_setup_tc(port->app, netdev, type, type_data);
type               79 drivers/net/ethernet/netronome/nfp/nfp_port.c nfp_port_from_id(struct nfp_pf *pf, enum nfp_port_type type, unsigned int id)
type               85 drivers/net/ethernet/netronome/nfp/nfp_port.c 	if (type != NFP_PORT_PHYS_PORT)
type               99 drivers/net/ethernet/netronome/nfp/nfp_port.c 	if (port->type != NFP_PORT_PHYS_PORT)
type              128 drivers/net/ethernet/netronome/nfp/nfp_port.c 	switch (port->type) {
type              203 drivers/net/ethernet/netronome/nfp/nfp_port.c 		port->type = NFP_PORT_INVALID;
type              217 drivers/net/ethernet/netronome/nfp/nfp_port.c nfp_port_alloc(struct nfp_app *app, enum nfp_port_type type,
type              227 drivers/net/ethernet/netronome/nfp/nfp_port.c 	port->type = type;
type               63 drivers/net/ethernet/netronome/nfp/nfp_port.h 	enum nfp_port_type type;
type               97 drivers/net/ethernet/netronome/nfp/nfp_port.h int nfp_port_setup_tc(struct net_device *netdev, enum tc_setup_type type,
type              102 drivers/net/ethernet/netronome/nfp/nfp_port.h 	return port->type == NFP_PORT_PF_PORT || port->type == NFP_PORT_VF_PORT;
type              112 drivers/net/ethernet/netronome/nfp/nfp_port.h nfp_port_from_id(struct nfp_pf *pf, enum nfp_port_type type, unsigned int id);
type              121 drivers/net/ethernet/netronome/nfp/nfp_port.h nfp_port_alloc(struct nfp_app *app, enum nfp_port_type type,
type              175 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpp.h #define NFP_CPP_INTERFACE(type, unit, channel)	\
type              176 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpp.h 	((((type) & 0xf) << 12) |		\
type               58 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nffw.h 	enum nfp_rtsym_type type;
type               29 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 	u8	type;
type               57 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 	sw->type = fw->type;
type              210 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 	switch (sym->type) {
type              215 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 		pr_warn("rtsym '%s': unknown type: %d\n", sym->name, sym->type);
type              229 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 	if (sym->type != NFP_RTSYM_TYPE_OBJECT) {
type              272 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 	if (sym->type == NFP_RTSYM_TYPE_ABS) {
type              333 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 	if (sym->type == NFP_RTSYM_TYPE_ABS) {
type               52 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c #define PCH_GBE_GET_DESC(R, i, type)    (&(((struct type *)((R).desc))[i]))
type              135 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c 	enum { enable_option, range_option, list_option } type;
type              224 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c 	switch (opt->type) {
type              278 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c 			.type = list_option,
type              290 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c 			.type = list_option,
type              303 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c 			.type = list_option,
type              440 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c 			.type = range_option,
type              456 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c 			.type = range_option,
type              472 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c 			.type = enable_option,
type              484 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c 			.type = enable_option,
type              496 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c 			.type = list_option,
type              343 drivers/net/ethernet/pasemi/pasemi_mac.c 	if (mac->type == MAC_TYPE_XAUI)
type             1142 drivers/net/ethernet/pasemi/pasemi_mac.c 	if (mac->type == MAC_TYPE_GMAC)
type             1154 drivers/net/ethernet/pasemi/pasemi_mac.c 		if (mac->type == MAC_TYPE_GMAC) {
type             1733 drivers/net/ethernet/pasemi/pasemi_mac.c 		mac->type = MAC_TYPE_GMAC;
type             1736 drivers/net/ethernet/pasemi/pasemi_mac.c 		mac->type = MAC_TYPE_XAUI;
type             1771 drivers/net/ethernet/pasemi/pasemi_mac.c 		       dev->name, mac->type == MAC_TYPE_GMAC ? "GMAC" : "XAUI",
type               68 drivers/net/ethernet/pasemi/pasemi_mac.h 	u8		type;
type              124 drivers/net/ethernet/pensando/ionic/ionic_dev.c 		.init.type = 0,
type              232 drivers/net/ethernet/pensando/ionic/ionic_dev.c void ionic_dev_cmd_lif_identify(struct ionic_dev *idev, u8 type, u8 ver)
type              236 drivers/net/ethernet/pensando/ionic/ionic_dev.c 		.lif_identify.type = type,
type              274 drivers/net/ethernet/pensando/ionic/ionic_dev.c 		.q_init.type = q->type,
type              177 drivers/net/ethernet/pensando/ionic/ionic_dev.h 	unsigned int type;
type              267 drivers/net/ethernet/pensando/ionic/ionic_dev.h void ionic_dev_cmd_lif_identify(struct ionic_dev *idev, u8 type, u8 ver);
type              671 drivers/net/ethernet/pensando/ionic/ionic_ethtool.c 		modinfo->type = ETH_MODULE_SFF_8079;
type              676 drivers/net/ethernet/pensando/ionic/ionic_ethtool.c 		modinfo->type = ETH_MODULE_SFF_8436;
type              161 drivers/net/ethernet/pensando/ionic/ionic_if.h 	u8     type;
type              267 drivers/net/ethernet/pensando/ionic/ionic_if.h 		u8     type;
type              294 drivers/net/ethernet/pensando/ionic/ionic_if.h 	u8 type;
type              452 drivers/net/ethernet/pensando/ionic/ionic_if.h 	u8     type;
type              506 drivers/net/ethernet/pensando/ionic/ionic_if.h 	u8     type;
type              908 drivers/net/ethernet/pensando/ionic/ionic_if.h 	u8     type;
type             1709 drivers/net/ethernet/pensando/ionic/ionic_if.h 		u8     type;
type             2086 drivers/net/ethernet/pensando/ionic/ionic_if.h 		u8     type;
type               40 drivers/net/ethernet/pensando/ionic/ionic_lif.c 		switch (w->type) {
type              117 drivers/net/ethernet/pensando/ionic/ionic_lif.c 		work->type = IONIC_DW_TYPE_LINK_STATUS;
type              188 drivers/net/ethernet/pensando/ionic/ionic_lif.c 			.type = q->type,
type              198 drivers/net/ethernet/pensando/ionic/ionic_lif.c 		ctx.cmd.q_control.index, ctx.cmd.q_control.type);
type              224 drivers/net/ethernet/pensando/ionic/ionic_lif.c 			.type = q->type,
type              234 drivers/net/ethernet/pensando/ionic/ionic_lif.c 		ctx.cmd.q_control.index, ctx.cmd.q_control.type);
type              333 drivers/net/ethernet/pensando/ionic/ionic_lif.c static int ionic_qcq_alloc(struct ionic_lif *lif, unsigned int type,
type              385 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	new->q.type = type;
type              563 drivers/net/ethernet/pensando/ionic/ionic_lif.c 			.type = q->type,
type              610 drivers/net/ethernet/pensando/ionic/ionic_lif.c 			.type = q->type,
type              891 drivers/net/ethernet/pensando/ionic/ionic_lif.c 		work->type = add ? IONIC_DW_TYPE_RX_ADDR_ADD :
type              966 drivers/net/ethernet/pensando/ionic/ionic_lif.c 		work->type = IONIC_DW_TYPE_RX_MODE;
type             1894 drivers/net/ethernet/pensando/ionic/ionic_lif.c 			.type = q->type,
type               96 drivers/net/ethernet/pensando/ionic/ionic_lif.h 	enum ionic_deferred_work_type type;
type                7 drivers/net/ethernet/pensando/ionic/ionic_stats.h #define IONIC_STAT_TO_OFFSET(type, stat_name) (offsetof(type, stat_name))
type                9 drivers/net/ethernet/pensando/ionic/ionic_stats.h #define IONIC_STAT_DESC(type, stat_name) { \
type               11 drivers/net/ethernet/pensando/ionic/ionic_stats.h 	.offset = IONIC_STAT_TO_OFFSET(type, stat_name) \
type             1839 drivers/net/ethernet/qlogic/netxen/netxen_nic.h static inline int netxen_nic_get_brd_name_by_type(u32 type, char *name)
type             1843 drivers/net/ethernet/qlogic/netxen/netxen_nic.h 		if (netxen_boards[i].brdtype == type) {
type              732 drivers/net/ethernet/qlogic/qed/qed.h 	enum	qed_dev_type type;
type              734 drivers/net/ethernet/qlogic/qed/qed.h #define QED_IS_BB(dev)  ((dev)->type == QED_DEV_TYPE_BB)
type              737 drivers/net/ethernet/qlogic/qed/qed.h #define QED_IS_AH(dev)  ((dev)->type == QED_DEV_TYPE_AH)
type              981 drivers/net/ethernet/qlogic/qed/qed.h 			    enum qed_mcp_protocol_type type,
type              988 drivers/net/ethernet/qlogic/qed/qed.h 			  enum qed_mfw_tlv_type type,
type              132 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	u8 type;
type              246 drivers/net/ethernet/qlogic/qed/qed_cxt.c static bool src_proto(enum protocol_type type)
type              248 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	return type == PROTOCOLID_ISCSI ||
type              249 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	       type == PROTOCOLID_FCOE ||
type              250 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	       type == PROTOCOLID_IWARP;
type              253 drivers/net/ethernet/qlogic/qed/qed_cxt.c static bool tm_cid_proto(enum protocol_type type)
type              255 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	return type == PROTOCOLID_ISCSI ||
type              256 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	       type == PROTOCOLID_FCOE ||
type              257 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	       type == PROTOCOLID_ROCE ||
type              258 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	       type == PROTOCOLID_IWARP;
type              261 drivers/net/ethernet/qlogic/qed/qed_cxt.c static bool tm_tid_proto(enum protocol_type type)
type              263 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	return type == PROTOCOLID_FCOE;
type              275 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	u32 type;
type              277 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	for (type = 0; type < MAX_CONN_TYPES; type++) {
type              278 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		iids->pf_cids += p_mngr->conn_cfg[type].cid_count;
type              279 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		iids->per_vf_cids += p_mngr->conn_cfg[type].cids_per_vf;
type              378 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	u32 vf_cids = 0, type, j;
type              381 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	for (type = 0; type < MAX_CONN_TYPES; type++) {
type              382 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		iids->cids += p_mngr->conn_cfg[type].cid_count;
type              383 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		vf_cids += p_mngr->conn_cfg[type].cids_per_vf;
type              385 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		segs = p_mngr->conn_cfg[type].tid_seg;
type              438 drivers/net/ethernet/qlogic/qed/qed_cxt.c 					enum protocol_type type,
type              442 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	struct qed_conn_type_cfg *p_conn = &p_mgr->conn_cfg[type];
type              447 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	if (type == PROTOCOLID_ROCE) {
type              458 drivers/net/ethernet/qlogic/qed/qed_cxt.c 				enum protocol_type type, u32 *vf_cid)
type              461 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		*vf_cid = p_hwfn->p_cxt_mngr->conn_cfg[type].cids_per_vf;
type              463 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	return p_hwfn->p_cxt_mngr->conn_cfg[type].cid_count;
type              467 drivers/net/ethernet/qlogic/qed/qed_cxt.c 				enum protocol_type type)
type              469 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	return p_hwfn->p_cxt_mngr->acquired[type].start_cid;
type              473 drivers/net/ethernet/qlogic/qed/qed_cxt.c 				enum protocol_type type)
type              479 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		cnt += p_hwfn->p_cxt_mngr->conn_cfg[type].tid_seg[i].count;
type              494 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	p_seg->type = seg_type;
type              643 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		total = p_seg->count * p_mngr->task_type_size[p_seg->type];
type              645 drivers/net/ethernet/qlogic/qed/qed_cxt.c 				     p_mngr->task_type_size[p_seg->type]);
type              682 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		total = p_seg->count * p_mngr->task_type_size[p_seg->type];
type              686 drivers/net/ethernet/qlogic/qed/qed_cxt.c 				     p_mngr->task_type_size[p_seg->type]);
type              701 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		total = p_seg->count * p_mngr->task_type_size[p_seg->type];
type              706 drivers/net/ethernet/qlogic/qed/qed_cxt.c 				     p_mngr->task_type_size[p_seg->type]);
type              719 drivers/net/ethernet/qlogic/qed/qed_cxt.c 			task_size = p_mngr->task_type_size[p_seg->type];
type              870 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		elem_size = p_mngr->task_type_size[p_seg->type];
type             1126 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	u32 type, vf;
type             1128 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	for (type = 0; type < MAX_CONN_TYPES; type++) {
type             1129 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		kfree(p_mngr->acquired[type].cid_map);
type             1130 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		p_mngr->acquired[type].max_count = 0;
type             1131 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		p_mngr->acquired[type].start_cid = 0;
type             1134 drivers/net/ethernet/qlogic/qed/qed_cxt.c 			kfree(p_mngr->acquired_vf[type][vf].cid_map);
type             1135 drivers/net/ethernet/qlogic/qed/qed_cxt.c 			p_mngr->acquired_vf[type][vf].max_count = 0;
type             1136 drivers/net/ethernet/qlogic/qed/qed_cxt.c 			p_mngr->acquired_vf[type][vf].start_cid = 0;
type             1143 drivers/net/ethernet/qlogic/qed/qed_cxt.c 			 u32 type,
type             1164 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		   type, p_map->start_cid, p_map->max_count);
type             1173 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	u32 type, vf;
type             1175 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	for (type = 0; type < MAX_CONN_TYPES; type++) {
type             1176 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		struct qed_conn_type_cfg *p_cfg = &p_mngr->conn_cfg[type];
type             1180 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		p_map = &p_mngr->acquired[type];
type             1181 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		if (qed_cid_map_alloc_single(p_hwfn, type, start_cid,
type             1187 drivers/net/ethernet/qlogic/qed/qed_cxt.c 			p_map = &p_mngr->acquired_vf[type][vf];
type             1188 drivers/net/ethernet/qlogic/qed/qed_cxt.c 			if (qed_cid_map_alloc_single(p_hwfn, type,
type             1303 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	int type;
type             1307 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	for (type = 0; type < MAX_CONN_TYPES; type++) {
type             1310 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		p_cfg = &p_mngr->conn_cfg[type];
type             1312 drivers/net/ethernet/qlogic/qed/qed_cxt.c 			p_map = &p_mngr->acquired[type];
type             1324 drivers/net/ethernet/qlogic/qed/qed_cxt.c 			p_map = &p_mngr->acquired_vf[type][vf];
type             1482 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		SET_FIELD(cdu_seg_params, CDU_SEG_REG_TYPE, p_seg->type);
type             1491 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		SET_FIELD(cdu_seg_params, CDU_SEG_REG_TYPE, p_seg->type);
type             1900 drivers/net/ethernet/qlogic/qed/qed_cxt.c 			 enum protocol_type type, u32 *p_cid, u8 vfid)
type             1906 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	if (type >= MAX_CONN_TYPES) {
type             1907 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		DP_NOTICE(p_hwfn, "Invalid protocol type %d", type);
type             1918 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		p_map = &p_mngr->acquired[type];
type             1920 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		p_map = &p_mngr->acquired_vf[type][vfid];
type             1923 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		DP_NOTICE(p_hwfn, "Invalid protocol type %d", type);
type             1930 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		DP_NOTICE(p_hwfn, "no CID available for protocol %d\n", type);
type             1940 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		   *p_cid, rel_cid, vfid, type);
type             1946 drivers/net/ethernet/qlogic/qed/qed_cxt.c 			enum protocol_type type, u32 *p_cid)
type             1948 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	return _qed_cxt_acquire_cid(p_hwfn, type, p_cid, QED_CXT_PF_CID);
type             1996 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	enum protocol_type type;
type             2009 drivers/net/ethernet/qlogic/qed/qed_cxt.c 					       &type, &p_map);
type             2019 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		   cid, rel_cid, vfid, type);
type             2032 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	enum protocol_type type;
type             2037 drivers/net/ethernet/qlogic/qed/qed_cxt.c 					       QED_CXT_PF_CID, &type, &p_map);
type             2043 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	p_info->type = type;
type             2241 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	p_info->tid_size = p_mngr->task_type_size[p_seg_info->type];
type             2542 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	tid_size = p_mngr->task_type_size[p_seg_info->type];
type               45 drivers/net/ethernet/qlogic/qed/qed_cxt.h 	enum protocol_type	type;
type               89 drivers/net/ethernet/qlogic/qed/qed_cxt.h 				enum protocol_type type, u32 *vf_cid);
type              216 drivers/net/ethernet/qlogic/qed/qed_cxt.h 			enum protocol_type type, u32 *p_cid);
type              230 drivers/net/ethernet/qlogic/qed/qed_cxt.h 			 enum protocol_type type, u32 *p_cid, u8 vfid);
type              235 drivers/net/ethernet/qlogic/qed/qed_cxt.h 				enum protocol_type type);
type              237 drivers/net/ethernet/qlogic/qed/qed_cxt.h 				enum protocol_type type);
type               98 drivers/net/ethernet/qlogic/qed/qed_dcbx.c static bool qed_dcbx_ieee_app_port(u32 app_info_bitmap, u8 type)
type              106 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	return !!(mfw_val == type || mfw_val == DCBX_APP_SF_IEEE_TCP_UDP_PORT);
type              195 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		    enum dcbx_protocol_type type,
type              199 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	p_data->arr[type].enable = enable;
type              200 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	p_data->arr[type].priority = prio;
type              201 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	p_data->arr[type].tc = tc;
type              203 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		p_data->arr[type].update = UPDATE_DCB;
type              205 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		p_data->arr[type].update = DONT_UPDATE_DCB_DSCP;
type              208 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		p_data->arr[type].dont_add_vlan0 = true;
type              216 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	    type == DCBX_PROTOCOL_ROCE) {
type              227 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 			 enum dcbx_protocol_type type)
type              236 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		if (type != id)
type              242 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 				    prio, tc, type, personality);
type              249 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 			       u16 id, enum dcbx_protocol_type *type, bool ieee)
type              252 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		*type = DCBX_PROTOCOL_FCOE;
type              254 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		*type = DCBX_PROTOCOL_ROCE;
type              256 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		*type = DCBX_PROTOCOL_ISCSI;
type              258 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		*type = DCBX_PROTOCOL_ETH;
type              260 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		*type = DCBX_PROTOCOL_ROCE_V2;
type              262 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		*type = DCBX_MAX_PROTOCOL_TYPE;
type              281 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	enum dcbx_protocol_type type;
type              306 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 						   protocol_id, &type, ieee)) {
type              313 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 			if (type == DCBX_PROTOCOL_ETH) {
type              321 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 						 enable, priority, tc, type);
type              337 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	for (type = 0; type < DCBX_MAX_PROTOCOL_TYPE; type++) {
type              338 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		if (p_data->arr[type].update)
type              341 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		enable = (type == DCBX_PROTOCOL_ETH) ? false : !!dcbx_version;
type              343 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 					 priority, tc, type);
type              400 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		  enum qed_mib_read_type type)
type              410 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		if (type == QED_DCBX_REMOTE_LLDP_MIB) {
type              426 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 			   type, read_count, prefix_seq_num, suffix_seq_num);
type              433 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		       type, read_count, prefix_seq_num, suffix_seq_num);
type              740 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		    enum qed_mib_read_type type)
type              742 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	switch (type) {
type              759 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		DP_ERR(p_hwfn, "MIB read err, unknown mib type %d\n", type);
type              785 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 			      enum qed_mib_read_type type)
type              795 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	rc = qed_dcbx_copy_mib(p_hwfn, p_ptt, &data, type);
type              803 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 			      enum qed_mib_read_type type)
type              813 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	rc = qed_dcbx_copy_mib(p_hwfn, p_ptt, &data, type);
type              820 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 			 struct qed_ptt *p_ptt, enum qed_mib_read_type type)
type              830 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	rc = qed_dcbx_copy_mib(p_hwfn, p_ptt, &data, type);
type              852 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 			     struct qed_ptt *p_ptt, enum qed_mib_read_type type)
type              856 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	switch (type) {
type              858 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		rc = qed_dcbx_read_operational_mib(p_hwfn, p_ptt, type);
type              861 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		rc = qed_dcbx_read_remote_mib(p_hwfn, p_ptt, type);
type              867 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		rc = qed_dcbx_read_remote_lldp_mib(p_hwfn, p_ptt, type);
type              873 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		DP_ERR(p_hwfn, "MIB read err, unknown mib type %d\n", type);
type              894 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 			  struct qed_ptt *p_ptt, enum qed_mib_read_type type)
type              898 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	rc = qed_dcbx_read_mib(p_hwfn, p_ptt, type);
type              902 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	if (type == QED_DCBX_OPERATIONAL_MIB) {
type              922 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	qed_dcbx_get_params(p_hwfn, &p_hwfn->p_dcbx_info->get, type);
type              924 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	if (type == QED_DCBX_OPERATIONAL_MIB) {
type              939 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	qed_dcbx_aen(p_hwfn, type);
type              961 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 					  enum dcbx_protocol_type type)
type              963 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	p_data->dcb_enable_flag = p_src->arr[type].enable;
type              964 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	p_data->dcb_priority = p_src->arr[type].priority;
type              965 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	p_data->dcb_tc = p_src->arr[type].tc;
type              966 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	p_data->dcb_dont_add_vlan0 = p_src->arr[type].dont_add_vlan0;
type             1023 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 				 enum qed_mib_read_type type)
type             1035 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	rc = qed_dcbx_read_mib(p_hwfn, p_ptt, type);
type             1039 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	rc = qed_dcbx_get_params(p_hwfn, p_get, type);
type             1309 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 					       enum qed_mib_read_type type)
type             1317 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	if (qed_dcbx_query_params(hwfn, dcbx_info, type)) {
type             1322 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	if ((type == QED_DCBX_OPERATIONAL_MIB) &&
type              328 drivers/net/ethernet/qlogic/qed/qed_debug.c #define FIELD_BIT_OFFSET(type, field)	type ## _ ## field ## _ ## OFFSET
type              329 drivers/net/ethernet/qlogic/qed/qed_debug.c #define FIELD_BIT_SIZE(type, field)	type ## _ ## field ## _ ## SIZE
type              330 drivers/net/ethernet/qlogic/qed/qed_debug.c #define FIELD_DWORD_OFFSET(type, field) \
type              331 drivers/net/ethernet/qlogic/qed/qed_debug.c 	 (int)(FIELD_BIT_OFFSET(type, field) / 32)
type              332 drivers/net/ethernet/qlogic/qed/qed_debug.c #define FIELD_DWORD_SHIFT(type, field)	(FIELD_BIT_OFFSET(type, field) % 32)
type              333 drivers/net/ethernet/qlogic/qed/qed_debug.c #define FIELD_BIT_MASK(type, field) \
type              334 drivers/net/ethernet/qlogic/qed/qed_debug.c 	(((1 << FIELD_BIT_SIZE(type, field)) - 1) << \
type              335 drivers/net/ethernet/qlogic/qed/qed_debug.c 	 FIELD_DWORD_SHIFT(type, field))
type              337 drivers/net/ethernet/qlogic/qed/qed_debug.c #define SET_VAR_FIELD(var, type, field, val) \
type              339 drivers/net/ethernet/qlogic/qed/qed_debug.c 		var[FIELD_DWORD_OFFSET(type, field)] &=	\
type              340 drivers/net/ethernet/qlogic/qed/qed_debug.c 		(~FIELD_BIT_MASK(type, field));	\
type              341 drivers/net/ethernet/qlogic/qed/qed_debug.c 		var[FIELD_DWORD_OFFSET(type, field)] |= \
type              342 drivers/net/ethernet/qlogic/qed/qed_debug.c 		(val) << FIELD_DWORD_SHIFT(type, field); \
type             5755 drivers/net/ethernet/qlogic/qed/qed_debug.c 	enum igu_fifo_addr_types type;
type             7103 drivers/net/ethernet/qlogic/qed/qed_debug.c 	switch (found_addr->type) {
type              376 drivers/net/ethernet/qlogic/qed/qed_dev.c 	enum qed_llh_prot_filter_type_t type;
type              389 drivers/net/ethernet/qlogic/qed/qed_dev.c 	enum qed_llh_filter_type type;
type              541 drivers/net/ethernet/qlogic/qed/qed_dev.c 			    enum qed_llh_filter_type type,
type              555 drivers/net/ethernet/qlogic/qed/qed_dev.c 		p_filters[filter_idx].type = type;
type              568 drivers/net/ethernet/qlogic/qed/qed_dev.c 			  enum qed_llh_filter_type type,
type              594 drivers/net/ethernet/qlogic/qed/qed_dev.c 	return __qed_llh_shadow_add_filter(cdev, ppfid, *p_filter_idx, type,
type             1033 drivers/net/ethernet/qlogic/qed/qed_dev.c 				  enum qed_llh_prot_filter_type_t type,
type             1037 drivers/net/ethernet/qlogic/qed/qed_dev.c 	switch (type) {
type             1066 drivers/net/ethernet/qlogic/qed/qed_dev.c 			  "Non valid LLH protocol filter type %d\n", type);
type             1075 drivers/net/ethernet/qlogic/qed/qed_dev.c 				enum qed_llh_prot_filter_type_t type,
type             1082 drivers/net/ethernet/qlogic/qed/qed_dev.c 	switch (type) {
type             1100 drivers/net/ethernet/qlogic/qed/qed_dev.c 			  "Non valid LLH protocol filter type %d\n", type);
type             1110 drivers/net/ethernet/qlogic/qed/qed_dev.c 			    enum qed_llh_prot_filter_type_t type,
type             1126 drivers/net/ethernet/qlogic/qed/qed_dev.c 	rc = qed_llh_protocol_filter_stringify(cdev, type,
type             1132 drivers/net/ethernet/qlogic/qed/qed_dev.c 	filter.protocol.type = type;
type             1148 drivers/net/ethernet/qlogic/qed/qed_dev.c 		rc = qed_llh_protocol_filter_to_hilo(cdev, type,
type             1154 drivers/net/ethernet/qlogic/qed/qed_dev.c 		type_bitmap = 0x1 << type;
type             1227 drivers/net/ethernet/qlogic/qed/qed_dev.c 				    enum qed_llh_prot_filter_type_t type,
type             1243 drivers/net/ethernet/qlogic/qed/qed_dev.c 	rc = qed_llh_protocol_filter_stringify(cdev, type,
type             1249 drivers/net/ethernet/qlogic/qed/qed_dev.c 	filter.protocol.type = type;
type             2475 drivers/net/ethernet/qlogic/qed/qed_dev.c 			  p_hwfn->cdev->type);
type             4379 drivers/net/ethernet/qlogic/qed/qed_dev.c 		cdev->type = QED_DEV_TYPE_BB;
type             4382 drivers/net/ethernet/qlogic/qed/qed_dev.c 		cdev->type = QED_DEV_TYPE_AH;
type              460 drivers/net/ethernet/qlogic/qed/qed_dev_api.h 			    enum qed_llh_prot_filter_type_t type,
type              476 drivers/net/ethernet/qlogic/qed/qed_dev_api.h 			       enum qed_llh_prot_filter_type_t type,
type              217 drivers/net/ethernet/qlogic/qed/qed_hsi.h 	u8 type;
type              230 drivers/net/ethernet/qlogic/qed/qed_hsi.h 	u8 type;
type              244 drivers/net/ethernet/qlogic/qed/qed_hsi.h 	u8 type;
type             5720 drivers/net/ethernet/qlogic/qed/qed_hsi.h 	u8 type;
type              873 drivers/net/ethernet/qlogic/qed/qed_int.c 			       enum dbg_attn_type type, bool b_clear)
type              880 drivers/net/ethernet/qlogic/qed/qed_int.c 	status = qed_dbg_read_attn(p_hwfn, p_hwfn->p_dpc_ptt, id, type,
type             1294 drivers/net/ethernet/qlogic/qed/qed_l2.c 	switch (p_filter_cmd->type) {
type             1296 drivers/net/ethernet/qlogic/qed/qed_l2.c 		p_first_filter->type = ETH_FILTER_TYPE_MAC; break;
type             1298 drivers/net/ethernet/qlogic/qed/qed_l2.c 		p_first_filter->type = ETH_FILTER_TYPE_VLAN; break;
type             1300 drivers/net/ethernet/qlogic/qed/qed_l2.c 		p_first_filter->type = ETH_FILTER_TYPE_PAIR; break;
type             1302 drivers/net/ethernet/qlogic/qed/qed_l2.c 		p_first_filter->type = ETH_FILTER_TYPE_INNER_MAC; break;
type             1304 drivers/net/ethernet/qlogic/qed/qed_l2.c 		p_first_filter->type = ETH_FILTER_TYPE_INNER_VLAN; break;
type             1306 drivers/net/ethernet/qlogic/qed/qed_l2.c 		p_first_filter->type = ETH_FILTER_TYPE_INNER_PAIR; break;
type             1308 drivers/net/ethernet/qlogic/qed/qed_l2.c 		p_first_filter->type = ETH_FILTER_TYPE_INNER_MAC_VNI_PAIR;
type             1311 drivers/net/ethernet/qlogic/qed/qed_l2.c 		p_first_filter->type = ETH_FILTER_TYPE_MAC_VNI_PAIR; break;
type             1313 drivers/net/ethernet/qlogic/qed/qed_l2.c 		p_first_filter->type = ETH_FILTER_TYPE_VNI; break;
type             1316 drivers/net/ethernet/qlogic/qed/qed_l2.c 	if ((p_first_filter->type == ETH_FILTER_TYPE_MAC) ||
type             1317 drivers/net/ethernet/qlogic/qed/qed_l2.c 	    (p_first_filter->type == ETH_FILTER_TYPE_PAIR) ||
type             1318 drivers/net/ethernet/qlogic/qed/qed_l2.c 	    (p_first_filter->type == ETH_FILTER_TYPE_INNER_MAC) ||
type             1319 drivers/net/ethernet/qlogic/qed/qed_l2.c 	    (p_first_filter->type == ETH_FILTER_TYPE_INNER_PAIR) ||
type             1320 drivers/net/ethernet/qlogic/qed/qed_l2.c 	    (p_first_filter->type == ETH_FILTER_TYPE_INNER_MAC_VNI_PAIR) ||
type             1321 drivers/net/ethernet/qlogic/qed/qed_l2.c 	    (p_first_filter->type == ETH_FILTER_TYPE_MAC_VNI_PAIR)) {
type             1328 drivers/net/ethernet/qlogic/qed/qed_l2.c 	if ((p_first_filter->type == ETH_FILTER_TYPE_VLAN) ||
type             1329 drivers/net/ethernet/qlogic/qed/qed_l2.c 	    (p_first_filter->type == ETH_FILTER_TYPE_PAIR) ||
type             1330 drivers/net/ethernet/qlogic/qed/qed_l2.c 	    (p_first_filter->type == ETH_FILTER_TYPE_INNER_VLAN) ||
type             1331 drivers/net/ethernet/qlogic/qed/qed_l2.c 	    (p_first_filter->type == ETH_FILTER_TYPE_INNER_PAIR))
type             1334 drivers/net/ethernet/qlogic/qed/qed_l2.c 	if ((p_first_filter->type == ETH_FILTER_TYPE_INNER_MAC_VNI_PAIR) ||
type             1335 drivers/net/ethernet/qlogic/qed/qed_l2.c 	    (p_first_filter->type == ETH_FILTER_TYPE_MAC_VNI_PAIR) ||
type             1336 drivers/net/ethernet/qlogic/qed/qed_l2.c 	    (p_first_filter->type == ETH_FILTER_TYPE_VNI))
type             1340 drivers/net/ethernet/qlogic/qed/qed_l2.c 		p_second_filter->type = p_first_filter->type;
type             1414 drivers/net/ethernet/qlogic/qed/qed_l2.c 		   (p_filter_cmd->type == QED_FILTER_MAC) ? "MAC" :
type             1415 drivers/net/ethernet/qlogic/qed/qed_l2.c 		   ((p_filter_cmd->type == QED_FILTER_VLAN) ?
type             2681 drivers/net/ethernet/qlogic/qed/qed_l2.c 					enum qed_filter_rx_mode_type type)
type             2696 drivers/net/ethernet/qlogic/qed/qed_l2.c 	if (type == QED_FILTER_RX_MODE_TYPE_PROMISC) {
type             2701 drivers/net/ethernet/qlogic/qed/qed_l2.c 	} else if (type == QED_FILTER_RX_MODE_TYPE_MULTI_PROMISC) {
type             2722 drivers/net/ethernet/qlogic/qed/qed_l2.c 	switch (params->type) {
type             2734 drivers/net/ethernet/qlogic/qed/qed_l2.c 			  params->type);
type             2738 drivers/net/ethernet/qlogic/qed/qed_l2.c 		ucast.type = QED_FILTER_MAC_VLAN;
type             2742 drivers/net/ethernet/qlogic/qed/qed_l2.c 		ucast.type = QED_FILTER_MAC;
type             2745 drivers/net/ethernet/qlogic/qed/qed_l2.c 		ucast.type = QED_FILTER_VLAN;
type             2762 drivers/net/ethernet/qlogic/qed/qed_l2.c 	switch (params->type) {
type             2771 drivers/net/ethernet/qlogic/qed/qed_l2.c 			  params->type);
type             2786 drivers/net/ethernet/qlogic/qed/qed_l2.c 	switch (params->type) {
type             2795 drivers/net/ethernet/qlogic/qed/qed_l2.c 		DP_NOTICE(cdev, "Unknown filter type %d\n", (int)params->type);
type               98 drivers/net/ethernet/qlogic/qed/qed_l2.h 	enum qed_filter_ucast_type type;
type              497 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	if (p_cqe->rx_cqe_sp.type == CORE_RX_CQE_TYPE_REGULAR)
type              544 drivers/net/ethernet/qlogic/qed/qed_ll2.c 			   cq_old_idx, cq_new_idx, cqe->rx_cqe_sp.type);
type              546 drivers/net/ethernet/qlogic/qed/qed_ll2.c 		switch (cqe->rx_cqe_sp.type) {
type              655 drivers/net/ethernet/qlogic/qed/qed_ll2.c 		cqe_type = cqe->rx_cqe_sp.type;
type              273 drivers/net/ethernet/qlogic/qed/qed_main.c 	dev_info->dev_type = cdev->type;
type             1406 drivers/net/ethernet/qlogic/qed/qed_main.c 		       enum qed_sb_type type)
type             1414 drivers/net/ethernet/qlogic/qed/qed_main.c 	if (type == QED_SB_TYPE_L2_QUEUE) {
type             1445 drivers/net/ethernet/qlogic/qed/qed_main.c 			  enum qed_sb_type type)
type             1452 drivers/net/ethernet/qlogic/qed/qed_main.c 	if (type == QED_SB_TYPE_L2_QUEUE) {
type             2445 drivers/net/ethernet/qlogic/qed/qed_main.c static int qed_nvm_get_image(struct qed_dev *cdev, enum qed_nvm_images type,
type             2450 drivers/net/ethernet/qlogic/qed/qed_main.c 	return qed_mcp_get_nvm_image(hwfn, type, buf, len);
type             2697 drivers/net/ethernet/qlogic/qed/qed_main.c 			    enum qed_mcp_protocol_type type,
type             2704 drivers/net/ethernet/qlogic/qed/qed_main.c 	switch (type) {
type             2721 drivers/net/ethernet/qlogic/qed/qed_main.c 			   "Invalid protocol type = %d\n", type);
type             2780 drivers/net/ethernet/qlogic/qed/qed_main.c int qed_mfw_fill_tlv_data(struct qed_hwfn *hwfn, enum qed_mfw_tlv_type type,
type             2792 drivers/net/ethernet/qlogic/qed/qed_main.c 	switch (type) {
type             1608 drivers/net/ethernet/qlogic/qed/qed_mcp.c 					enum MFW_DRV_MSG_TYPE type)
type             1615 drivers/net/ethernet/qlogic/qed/qed_mcp.c 	switch (type) {
type             1633 drivers/net/ethernet/qlogic/qed/qed_mcp.c 		DP_NOTICE(p_hwfn, "Invalid protocol type %d\n", type);
type             3157 drivers/net/ethernet/qlogic/qed/qed_mcp.c 	enum nvm_image_type type;
type             3163 drivers/net/ethernet/qlogic/qed/qed_mcp.c 		type = NVM_TYPE_ISCSI_CFG;
type             3166 drivers/net/ethernet/qlogic/qed/qed_mcp.c 		type = NVM_TYPE_FCOE_CFG;
type             3169 drivers/net/ethernet/qlogic/qed/qed_mcp.c 		type = NVM_TYPE_NVM_CFG1;
type             3172 drivers/net/ethernet/qlogic/qed/qed_mcp.c 		type = NVM_TYPE_DEFAULT_CFG;
type             3175 drivers/net/ethernet/qlogic/qed/qed_mcp.c 		type = NVM_TYPE_META;
type             3185 drivers/net/ethernet/qlogic/qed/qed_mcp.c 		if (type == p_hwfn->nvm_info.image_att[i].image_type)
type              132 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c static enum tunnel_clss qed_tunn_clss_to_fw_clss(u8 type)
type              134 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	switch (type) {
type              175 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	int type;
type              180 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	type = qed_tunn_clss_to_fw_clss(p_src->vxlan.tun_cls);
type              181 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	p_tun->vxlan.tun_cls = type;
type              182 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	type = qed_tunn_clss_to_fw_clss(p_src->l2_gre.tun_cls);
type              183 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	p_tun->l2_gre.tun_cls = type;
type              184 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	type = qed_tunn_clss_to_fw_clss(p_src->ip_gre.tun_cls);
type              185 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	p_tun->ip_gre.tun_cls = type;
type              186 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	type = qed_tunn_clss_to_fw_clss(p_src->l2_geneve.tun_cls);
type              187 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	p_tun->l2_geneve.tun_cls = type;
type              188 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	type = qed_tunn_clss_to_fw_clss(p_src->ip_geneve.tun_cls);
type              189 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	p_tun->ip_geneve.tun_cls = type;
type             1165 drivers/net/ethernet/qlogic/qed/qed_sriov.c void *qed_add_tlv(struct qed_hwfn *p_hwfn, u8 **offset, u16 type, u16 length)
type             1169 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	tl->type = type;
type             1191 drivers/net/ethernet/qlogic/qed/qed_sriov.c 			   i, tlv->type, tlv->length);
type             1193 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		if (tlv->type == CHANNEL_TLV_LIST_END)
type             1323 drivers/net/ethernet/qlogic/qed/qed_sriov.c 				 u16 type, u16 length, u8 status)
type             1329 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	qed_add_tlv(p_hwfn, &mbx->offset, type, length);
type             1659 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	pfdev_info->dev_type = p_hwfn->cdev->type;
type             1755 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		filter.type = QED_FILTER_VLAN;
type             1801 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		filter.type = QED_FILTER_MAC;
type             1829 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		filter.type = QED_FILTER_VLAN;
type             2740 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		if (p_tlv->type == req_type) {
type             2743 drivers/net/ethernet/qlogic/qed/qed_sriov.c 				   p_tlv->type, p_tlv->length);
type             2754 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	} while (p_tlv->type != CHANNEL_TLV_LIST_END);
type             3237 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	if (p_params->type == QED_FILTER_MAC) {
type             3243 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	if (p_params->type == QED_FILTER_VLAN)
type             3259 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	if (params->type == QED_FILTER_MAC ||
type             3260 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	    params->type == QED_FILTER_MAC_VLAN) {
type             3289 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	params.type = (enum qed_filter_ucast_type)req->type;
type             3301 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		   vf->abs_vf_id, params.opcode, params.type,
type             3326 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	    (params.type == QED_FILTER_VLAN ||
type             3327 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	     params.type == QED_FILTER_MAC_VLAN)) {
type             3338 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	    (params.type == QED_FILTER_MAC ||
type             3339 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	     params.type == QED_FILTER_MAC_VLAN)) {
type             3886 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		   p_vf->abs_vf_id, mbx->first_tlv.tl.type);
type             3889 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	if (qed_iov_tlv_supported(mbx->first_tlv.tl.type) &&
type             3891 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		switch (mbx->first_tlv.tl.type) {
type             3944 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	} else if (qed_iov_tlv_supported(mbx->first_tlv.tl.type)) {
type             3947 drivers/net/ethernet/qlogic/qed/qed_sriov.c 			   p_vf->abs_vf_id, mbx->first_tlv.tl.type);
type             3950 drivers/net/ethernet/qlogic/qed/qed_sriov.c 				     mbx->first_tlv.tl.type,
type             3963 drivers/net/ethernet/qlogic/qed/qed_sriov.c 			  mbx->first_tlv.tl.type,
type             3974 drivers/net/ethernet/qlogic/qed/qed_sriov.c 					     mbx->first_tlv.tl.type,
type              326 drivers/net/ethernet/qlogic/qed/qed_sriov.h void *qed_add_tlv(struct qed_hwfn *p_hwfn, u8 **offset, u16 type, u16 length);
type               39 drivers/net/ethernet/qlogic/qed/qed_vf.c static void *qed_vf_pf_prep(struct qed_hwfn *p_hwfn, u16 type, u16 length)
type               54 drivers/net/ethernet/qlogic/qed/qed_vf.c 		   type);
type               64 drivers/net/ethernet/qlogic/qed/qed_vf.c 	p_tlv = qed_add_tlv(p_hwfn, &p_iov->offset, type, length);
type              139 drivers/net/ethernet/qlogic/qed/qed_vf.c 			  p_req->first_tlv.tl.type);
type              146 drivers/net/ethernet/qlogic/qed/qed_vf.c 				  *done, p_req->first_tlv.tl.type);
type              150 drivers/net/ethernet/qlogic/qed/qed_vf.c 				   *done, p_req->first_tlv.tl.type);
type              412 drivers/net/ethernet/qlogic/qed/qed_vf.c 	p_hwfn->cdev->type = resp->pfdev_info.dev_type;
type             1302 drivers/net/ethernet/qlogic/qed/qed_vf.c 	req->type = (u8) p_ucast->type;
type               74 drivers/net/ethernet/qlogic/qed/qed_vf.h 	u16 type;
type              456 drivers/net/ethernet/qlogic/qed/qed_vf.h 	u8 type;
type              460 drivers/net/ethernet/qlogic/qede/qede.h 	u8			type;
type               81 drivers/net/ethernet/qlogic/qede/qede_ethtool.c #define QEDE_STAT_OFFSET(stat_name, type, base) \
type               82 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 	(offsetof(type, stat_name) + (base))
type               84 drivers/net/ethernet/qlogic/qede/qede_ethtool.c #define _QEDE_STAT(stat_name, type, base, attr) \
type               85 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 	{QEDE_STAT_OFFSET(stat_name, type, base), \
type              265 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 		if (fp->type & QEDE_FASTPATH_RX)
type              268 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 		if (fp->type & QEDE_FASTPATH_XDP)
type              271 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 		if (fp->type & QEDE_FASTPATH_TX) {
type              346 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 		if (fp->type & QEDE_FASTPATH_RX)
type              349 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 		if (fp->type & QEDE_FASTPATH_XDP)
type              352 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 		if (fp->type & QEDE_FASTPATH_TX) {
type              827 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 			if (fp->type & QEDE_FASTPATH_RX) {
type              848 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 			if (fp->type & QEDE_FASTPATH_TX) {
type              896 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 		if (edev->fp_array[i].type & QEDE_FASTPATH_RX) {
type              907 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 		if (edev->fp_array[i].type & QEDE_FASTPATH_TX) {
type             1502 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 		if (fp->type & QEDE_FASTPATH_TX) {
type             1578 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 		if (edev->fp_array[i].type & QEDE_FASTPATH_RX) {
type             1909 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 		modinfo->type = ETH_MODULE_SFF_8472;
type             1914 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 		modinfo->type = ETH_MODULE_SFF_8436;
type             1918 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 		modinfo->type = ETH_MODULE_SFF_8636;
type              647 drivers/net/ethernet/qlogic/qede/qede_filter.c 	filter_cmd.type = QED_FILTER_TYPE_UCAST;
type              648 drivers/net/ethernet/qlogic/qede/qede_filter.c 	filter_cmd.filter.ucast.type = opcode;
type              662 drivers/net/ethernet/qlogic/qede/qede_filter.c 	filter_cmd.type = QED_FILTER_TYPE_UCAST;
type              663 drivers/net/ethernet/qlogic/qede/qede_filter.c 	filter_cmd.filter.ucast.type = opcode;
type              990 drivers/net/ethernet/qlogic/qede/qede_filter.c 	switch (ti->type) {
type             1053 drivers/net/ethernet/qlogic/qede/qede_filter.c 	switch (ti->type) {
type             1137 drivers/net/ethernet/qlogic/qede/qede_filter.c 	filter_cmd.type = QED_FILTER_TYPE_MCAST;
type             1138 drivers/net/ethernet/qlogic/qede/qede_filter.c 	filter_cmd.filter.mcast.type = opcode;
type             1298 drivers/net/ethernet/qlogic/qede/qede_filter.c 	rx_mode.type = QED_FILTER_TYPE_RX_MODE;
type             1185 drivers/net/ethernet/qlogic/qede/qede_fp.c 				   enum eth_rx_cqe_type type)
type             1187 drivers/net/ethernet/qlogic/qede/qede_fp.c 	switch (type) {
type             1217 drivers/net/ethernet/qlogic/qede/qede_fp.c 	cqe_type = cqe->fast_path_regular.type;
type             1351 drivers/net/ethernet/qlogic/qede/qede_fp.c 	if (likely(fp->type & QEDE_FASTPATH_RX))
type             1355 drivers/net/ethernet/qlogic/qede/qede_fp.c 	if (fp->type & QEDE_FASTPATH_XDP)
type             1359 drivers/net/ethernet/qlogic/qede/qede_fp.c 	if (likely(fp->type & QEDE_FASTPATH_TX)) {
type             1381 drivers/net/ethernet/qlogic/qede/qede_fp.c 	if (likely(fp->type & QEDE_FASTPATH_TX)) {
type             1390 drivers/net/ethernet/qlogic/qede/qede_fp.c 	if ((fp->type & QEDE_FASTPATH_XDP) && qede_txq_has_work(fp->xdp_tx))
type             1393 drivers/net/ethernet/qlogic/qede/qede_fp.c 	rx_work_done = (likely(fp->type & QEDE_FASTPATH_RX) &&
type              564 drivers/net/ethernet/qlogic/qede/qede_main.c static int qede_setup_tc_block_cb(enum tc_setup_type type, void *type_data,
type              573 drivers/net/ethernet/qlogic/qede/qede_main.c 	switch (type) {
type              585 drivers/net/ethernet/qlogic/qede/qede_main.c qede_setup_tc_offload(struct net_device *dev, enum tc_setup_type type,
type              591 drivers/net/ethernet/qlogic/qede/qede_main.c 	switch (type) {
type              896 drivers/net/ethernet/qlogic/qede/qede_main.c 			fp->type = QEDE_FASTPATH_RX;
type              899 drivers/net/ethernet/qlogic/qede/qede_main.c 			fp->type = QEDE_FASTPATH_COMBINED;
type              902 drivers/net/ethernet/qlogic/qede/qede_main.c 			fp->type = QEDE_FASTPATH_TX;
type              905 drivers/net/ethernet/qlogic/qede/qede_main.c 		if (fp->type & QEDE_FASTPATH_TX) {
type              912 drivers/net/ethernet/qlogic/qede/qede_main.c 		if (fp->type & QEDE_FASTPATH_RX) {
type              922 drivers/net/ethernet/qlogic/qede/qede_main.c 				fp->type |= QEDE_FASTPATH_XDP;
type             1516 drivers/net/ethernet/qlogic/qede/qede_main.c 	if (fp->type & QEDE_FASTPATH_RX)
type             1519 drivers/net/ethernet/qlogic/qede/qede_main.c 	if (fp->type & QEDE_FASTPATH_XDP)
type             1522 drivers/net/ethernet/qlogic/qede/qede_main.c 	if (fp->type & QEDE_FASTPATH_TX) {
type             1541 drivers/net/ethernet/qlogic/qede/qede_main.c 	if (fp->type & QEDE_FASTPATH_RX) {
type             1547 drivers/net/ethernet/qlogic/qede/qede_main.c 	if (fp->type & QEDE_FASTPATH_XDP) {
type             1553 drivers/net/ethernet/qlogic/qede/qede_main.c 	if (fp->type & QEDE_FASTPATH_TX) {
type             1638 drivers/net/ethernet/qlogic/qede/qede_main.c 		if (edev->fp_array[i].type & QEDE_FASTPATH_TX) {
type             1663 drivers/net/ethernet/qlogic/qede/qede_main.c 		if (fp->type & QEDE_FASTPATH_XDP) {
type             1669 drivers/net/ethernet/qlogic/qede/qede_main.c 		if (fp->type & QEDE_FASTPATH_RX) {
type             1673 drivers/net/ethernet/qlogic/qede/qede_main.c 			if (fp->type & QEDE_FASTPATH_XDP)
type             1684 drivers/net/ethernet/qlogic/qede/qede_main.c 		if (fp->type & QEDE_FASTPATH_TX) {
type             1786 drivers/net/ethernet/qlogic/qede/qede_main.c 		if (edev->ndev->rx_cpu_rmap && (fp->type & QEDE_FASTPATH_RX)) {
type             1920 drivers/net/ethernet/qlogic/qede/qede_main.c 		if (fp->type & QEDE_FASTPATH_TX) {
type             1930 drivers/net/ethernet/qlogic/qede/qede_main.c 		if (fp->type & QEDE_FASTPATH_XDP) {
type             1942 drivers/net/ethernet/qlogic/qede/qede_main.c 		if (fp->type & QEDE_FASTPATH_TX) {
type             1953 drivers/net/ethernet/qlogic/qede/qede_main.c 		if (fp->type & QEDE_FASTPATH_RX) {
type             1962 drivers/net/ethernet/qlogic/qede/qede_main.c 		if (fp->type & QEDE_FASTPATH_XDP) {
type             2076 drivers/net/ethernet/qlogic/qede/qede_main.c 		if (fp->type & QEDE_FASTPATH_RX) {
type             2113 drivers/net/ethernet/qlogic/qede/qede_main.c 		if (fp->type & QEDE_FASTPATH_XDP) {
type             2126 drivers/net/ethernet/qlogic/qede/qede_main.c 		if (fp->type & QEDE_FASTPATH_TX) {
type             2557 drivers/net/ethernet/qlogic/qede/qede_main.c 		if (fp->type & QEDE_FASTPATH_TX) {
type             2565 drivers/net/ethernet/qlogic/qede/qede_main.c 		if (fp->type & QEDE_FASTPATH_RX) {
type              397 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	u8	type;
type              408 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	u32	type;
type              425 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	u32	type;
type             1269 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	__le16	type;		/* 1 = NIC, 2 = FCoE, 3 = iSCSI */
type             1285 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	u16	type;
type             1299 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	u8	type;
type             1535 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	u32			type;
type              407 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 			ahw->intr_tbl[i].type = QLCNIC_INTRPT_MSIX;
type              409 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 			ahw->intr_tbl[i].type = QLCNIC_INTRPT_INTX;
type              845 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		__func__, opcode, cmd->type, ahw->pci_func, ahw->op_mode);
type              862 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 	cmd_type = cmd->type;
type              867 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 			__func__, opcode, cmd->type, ahw->pci_func,
type              899 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 			       struct qlcnic_adapter *adapter, u32 type)
type              909 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		if (type == mbx_tbl[i].cmd) {
type              925 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 			mbx->req.arg[0] = (type | (mbx->req.num << 16) | temp);
type              926 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 			mbx->cmd_op = type;
type              932 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		__func__, type);
type             1741 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 	cmd->type = QLC_83XX_MBX_CMD_NO_WAIT;
type             2109 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 	cmd->type = QLC_83XX_MBX_CMD_NO_WAIT;
type             2147 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 				      u8 type, struct qlcnic_cmd_args *cmd)
type             2149 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 	switch (type) {
type             2156 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 	cmd->req.arg[1] = type;
type             2280 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		coal->type = QLCNIC_INTR_COAL_TYPE_TX;
type             2285 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		coal->type = QLCNIC_INTR_COAL_TYPE_RX;
type             2289 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		coal->type = QLCNIC_INTR_COAL_TYPE_RX_TX;
type             2296 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 	switch (coal->type) {
type             2465 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c int qlcnic_get_pci_func_type(struct qlcnic_adapter *adapter, u16 type,
type             2471 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 	switch (type) {
type             2483 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 			__func__, type);
type             2517 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 			pci_info->type = cmd.rsp.arg[i] & 0xFFFF;
type             2518 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 			err = qlcnic_get_pci_func_type(adapter, pci_info->type,
type             2553 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 	u32 val, temp, type;
type             2567 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		type = op_type ? QLCNIC_INTRPT_ADD : QLCNIC_INTRPT_DEL;
type             2568 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		val = type | (adapter->ahw->intr_tbl[i].type << 4);
type             2569 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		if (adapter->ahw->intr_tbl[i].type == QLCNIC_INTRPT_MSIX)
type             3469 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 				   int type, int *ret)
type             3482 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 	switch (type) {
type             3884 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 	if (cmd->type == QLC_83XX_MBX_CMD_NO_WAIT) {
type             4073 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 			__func__, cmd->cmd_op, cmd->type, ahw->pci_func,
type             4138 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 				__func__, cmd->cmd_op, cmd->type, ahw->pci_func,
type              250 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h 	u8	type;
type              112 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c 				 npar->pci_func, npar->active, npar->type,
type               54 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 			       struct qlcnic_adapter *adapter, u32 type)
type               62 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 		if (type == mbx_tbl[i].cmd) {
type               76 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 			mbx->req.arg[0] = type;
type              773 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 	u32 type, val;
type              781 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 		type = op_type ? QLCNIC_INTRPT_ADD : QLCNIC_INTRPT_DEL;
type              782 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 		val = type | (ahw->intr_tbl[i].type << 4);
type              783 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 		if (ahw->intr_tbl[i].type == QLCNIC_INTRPT_MSIX)
type              989 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 			pci_info->type = le16_to_cpu(npar->type);
type              990 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 			err = qlcnic_get_pci_func_type(adapter, pci_info->type,
type               94 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	struct qlcnic_dcb_param type[3];
type              165 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	struct qlcnic_dcb_cee type[QLC_DCB_NUM_PARAM];
type              425 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 					   char *buf, u8 type)
type              438 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	switch (type) {
type              444 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 		dev_err(dev, "Invalid parameter type %d\n", type);
type              459 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	cmd.req.arg[1] = size | (type << 16);
type              502 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	err = qlcnic_dcb_query_cee_param(dcb, (char *)&mbx->type[0],
type              507 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	err = qlcnic_dcb_query_cee_param(dcb, (char *)&mbx->type[1],
type              512 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	err = qlcnic_dcb_query_cee_param(dcb, (char *)&mbx->type[2],
type              598 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 		each = &mbx_out.type[j];
type              658 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 					  struct qlcnic_dcb_cee *type)
type              665 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 		tc_cfg = &type->tc_cfg[tc];
type              670 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 		    type->pfc_mode_enable) {
type              683 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 		type->pg_cfg[tc_cfg->pgid].prio_count++;
type              688 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 					  struct qlcnic_dcb_cee *type)
type              694 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 		pg_cfg = &type->pg_cfg[i];
type              713 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 			       struct qlcnic_dcb_cee *type)
type              721 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 		app = &type->app[i];
type              746 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	struct qlcnic_dcb_param *each = &mbx->type[idx];
type              748 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	struct qlcnic_dcb_cee *type = &cfg->type[idx];
type              750 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	type->tc_param_valid = false;
type              751 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	type->pfc_mode_enable = false;
type              752 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	memset(type->tc_cfg, 0,
type              754 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	memset(type->pg_cfg, 0,
type              759 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 		type->pfc_mode_enable = true;
type              763 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 		type->tc_param_valid = true;
type              765 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	qlcnic_dcb_fill_cee_tc_params(mbx, each, type);
type              766 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	qlcnic_dcb_fill_cee_pg_params(each, type);
type              767 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	qlcnic_dcb_fill_cee_app_params(adapter, idx, each, type);
type              798 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	struct qlcnic_dcb_cee *type;
type              801 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	type = &adapter->dcb->cfg->type[QLC_DCB_OPER_IDX];
type              805 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	    !type->tc_param_valid)
type              811 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	tc_cfg = &type->tc_cfg[tc];
type              821 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 		temp = &type->tc_cfg[i];
type              835 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	struct qlcnic_dcb_cee *type;
type              838 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	type = &adapter->dcb->cfg->type[QLC_DCB_OPER_IDX];
type              841 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	    !type->tc_param_valid)
type              847 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	pgcfg = &type->pg_cfg[pgid];
type              860 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	struct qlcnic_dcb_cee *type;
type              864 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	type = &adapter->dcb->cfg->type[QLC_DCB_OPER_IDX];
type              867 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	    !type->pfc_mode_enable)
type              871 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 		tc_cfg = &type->tc_cfg[i];
type              951 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	return dcb->cfg->type[QLC_DCB_OPER_IDX].pfc_mode_enable;
type              968 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	struct qlcnic_dcb_cee *type;
type              973 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	type = &adapter->dcb->cfg->type[QLC_DCB_OPER_IDX];
type              978 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 		if (type->tc_param_valid)
type              984 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 		if (type->pfc_mode_enable) {
type              985 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 			if (type->tc_cfg[0].prio_cfg[0].pfc_type)
type             1029 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	peer = &adapter->dcb->cfg->type[QLC_DCB_PEER_IDX];
type             1050 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	peer = &adapter->dcb->cfg->type[QLC_DCB_PEER_IDX];
type             1075 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	peer = &adapter->dcb->cfg->type[QLC_DCB_PEER_IDX];
type             1110 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	peer = &cfg->type[QLC_DCB_PEER_IDX];
type               88 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h qlcnic_dcb_query_cee_param(struct qlcnic_dcb *dcb, char *buf, u8 type)
type               91 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h 		return dcb->ops->query_cee_param(dcb, buf, type);
type             1252 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c static u64 *qlcnic_fill_stats(u64 *data, void *stats, int type)
type             1254 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	if (type == QLCNIC_MAC_STATS) {
type             1290 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	} else if (type == QLCNIC_ESW_STATS) {
type              789 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c 			((u64) adapter->ahw->coal.type) << 32 |
type              480 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 	if (ti->type != UDP_TUNNEL_TYPE_VXLAN)
type              505 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 	if (ti->type != UDP_TUNNEL_TYPE_VXLAN)
type              921 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 			ahw->intr_tbl[i].type = QLCNIC_INTRPT_MSIX;
type             1051 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 		    (pci_info[i].type != QLCNIC_TYPE_NIC))
type             1066 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 		adapter->npars[j].type = (u8)pci_info[i].type;
type             1862 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 		ahw->coal.type = QLCNIC_INTR_COAL_TYPE_RX_TX;
type             1870 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 		ahw->coal.type = QLCNIC_INTR_COAL_TYPE_RX;
type             2095 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 		ahw->coal.type = QLCNIC_INTR_COAL_TYPE_RX_TX;
type             2101 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 		ahw->coal.type = QLCNIC_INTR_COAL_TYPE_RX;
type               47 drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c 	u32     type;
type              900 drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c 			entry->hdr.type, entry->hdr.mask, size,
type             1363 drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c 			if (entry->hdr.type == fw_dump_ops[ops_index].opcode)
type             1370 drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c 				 entry->hdr.type);
type              331 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 			__func__, cmd.cmd_op, cmd.type, ahw->pci_func,
type              339 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 			__func__, cmd.cmd_op, cmd.type, ahw->pci_func,
type              716 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c static int qlcnic_sriov_alloc_bc_mbx_args(struct qlcnic_cmd_args *mbx, u32 type)
type              725 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 		if (type == mbx_tbl[i].cmd) {
type              740 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 			mbx->req.arg[0] = (type | (mbx->req.num << 16) |
type              742 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 			mbx->rsp.arg[0] = (type & 0xffff) | mbx->rsp.num << 16;
type              823 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 				    struct qlcnic_bc_trans *trans, u8 type)
type              829 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 	if (type == QLC_BC_RESPONSE) {
type              838 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 	if (type == QLC_BC_COMMAND) {
type              871 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 					    u8 type)
type              873 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 	if (type == QLC_BC_RESPONSE) {
type              889 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 					       u8 type)
type              900 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 	qlcnic_sriov_handle_multi_frags(trans, type);
type              934 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c static int qlcnic_sriov_issue_bc_post(struct qlcnic_bc_trans *trans, u8 type)
type              945 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 	if (type == QLC_BC_COMMAND) {
type              965 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 				      struct qlcnic_vf_info *vf, u8 type)
type              978 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 			if (qlcnic_sriov_issue_bc_post(trans, type))
type              982 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 			qlcnic_sriov_wait_for_channel_free(trans, type);
type             1422 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 		if (cmd->type == QLC_83XX_MBX_CMD_NO_WAIT) {
type             1446 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 	if (cmd->type == QLC_83XX_MBX_CMD_NO_WAIT) {
type             1458 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 	if (cmd->type == QLC_83XX_MBX_CMD_NO_WAIT)
type              809 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	cmd->type = QLC_83XX_MBX_CMD_NO_WAIT;
type              915 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	u8 type, *mac;
type              917 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	type = cmd->req.arg[1];
type              918 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	switch (type) {
type             1200 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	u8 type;
type             1202 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	type = cmd->req.arg[1] & QLC_INTR_COAL_TYPE_MASK;
type             1207 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	switch (type) {
type             1220 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 			   type);
type             1231 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 		   ctx_id, pkts, time, type);
type              929 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c 		pci_cfg[i].func_type = pci_info[i].type;
type              808 drivers/net/ethernet/qualcomm/qca_spi.c 	dev->type = ARPHRD_ETHER;
type              268 drivers/net/ethernet/qualcomm/qca_uart.c 	dev->type = ARPHRD_ETHER;
type               19 drivers/net/ethernet/qualcomm/rmnet/rmnet_config.c 	[IFLA_RMNET_MUX_ID]	= { .type = NLA_U16 },
type              106 drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.c 	if (skb->dev->type == ARPHRD_ETHER) {
type               49 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_command.c 			       unsigned char type,
type               62 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_command.c 	cmd->cmd_type = type & 0x03;
type              208 drivers/net/ethernet/qualcomm/rmnet/rmnet_vnd.c 	rmnet_dev->type = ARPHRD_RAWIP;
type              767 drivers/net/ethernet/realtek/8139too.c 		char *type;
type              806 drivers/net/ethernet/realtek/8139too.c 	dev_dbg(d, "%s region size = 0x%02lX\n", res[bar].type, io_len);
type              810 drivers/net/ethernet/realtek/8139too.c 			res[bar].type);
type              816 drivers/net/ethernet/realtek/8139too.c 			res[bar].type);
type              823 drivers/net/ethernet/realtek/8139too.c 		dev_err(d, "cannot map %s\n", res[bar].type);
type             1125 drivers/net/ethernet/realtek/r8169_main.c 			   u32 val, int type)
type             1129 drivers/net/ethernet/realtek/r8169_main.c 	RTL_W32(tp, ERIAR, ERIAR_WRITE_CMD | type | mask | addr);
type             1140 drivers/net/ethernet/realtek/r8169_main.c static u32 _rtl_eri_read(struct rtl8169_private *tp, int addr, int type)
type             1142 drivers/net/ethernet/realtek/r8169_main.c 	RTL_W32(tp, ERIAR, ERIAR_READ_CMD | type | ERIAR_MASK_1111 | addr);
type              280 drivers/net/ethernet/renesas/ravb_ptp.c 	switch (req->type) {
type              313 drivers/net/ethernet/renesas/ravb_ptp.c 		event.type = PTP_CLOCK_EXTTS;
type               35 drivers/net/ethernet/rocker/rocker.h 	unsigned int type;
type              114 drivers/net/ethernet/rocker/rocker_hw.h 	u32 type;
type              415 drivers/net/ethernet/rocker/rocker_hw.h #define ROCKER_GROUP_TYPE_SET(type) \
type              416 drivers/net/ethernet/rocker/rocker_hw.h 	(((type) << ROCKER_GROUP_TYPE_SHIFT) & ROCKER_GROUP_TYPE_MASK)
type              395 drivers/net/ethernet/rocker/rocker_main.c 	rocker_write32(rocker, DMA_DESC_HEAD(info->type), head);
type              418 drivers/net/ethernet/rocker/rocker_main.c 		rocker_write32(rocker, DMA_DESC_CREDITS(info->type), credits);
type              428 drivers/net/ethernet/rocker/rocker_main.c 				  unsigned int type,
type              436 drivers/net/ethernet/rocker/rocker_main.c 	info->type = type;
type              455 drivers/net/ethernet/rocker/rocker_main.c 	rocker_write32(rocker, DMA_DESC_CTRL(info->type),
type              457 drivers/net/ethernet/rocker/rocker_main.c 	rocker_write64(rocker, DMA_DESC_ADDR(info->type), info->mapaddr);
type              458 drivers/net/ethernet/rocker/rocker_main.c 	rocker_write32(rocker, DMA_DESC_SIZE(info->type), info->size);
type              466 drivers/net/ethernet/rocker/rocker_main.c 	rocker_write64(rocker, DMA_DESC_ADDR(info->type), 0);
type              974 drivers/net/ethernet/rocker/rocker_main.c 	u16 type;
type              981 drivers/net/ethernet/rocker/rocker_main.c 	type = rocker_tlv_get_u16(attrs[ROCKER_TLV_EVENT_TYPE]);
type              984 drivers/net/ethernet/rocker/rocker_main.c 	switch (type) {
type             2273 drivers/net/ethernet/rocker/rocker_main.c 	int type;
type             2356 drivers/net/ethernet/rocker/rocker_main.c 		pattr = stats_attrs[rocker_port_stats[i].type];
type               25 drivers/net/ethernet/rocker/rocker_tlv.c 		u32 type = rocker_tlv_type(tlv);
type               27 drivers/net/ethernet/rocker/rocker_tlv.c 		if (type > 0 && type <= maxtype)
type               28 drivers/net/ethernet/rocker/rocker_tlv.c 			tb[type] = tlv;
type               44 drivers/net/ethernet/rocker/rocker_tlv.c 	tlv->type = attrtype;
type               71 drivers/net/ethernet/rocker/rocker_tlv.h 	return tlv->type;
type              179 drivers/net/ethernet/sfc/ef10.c 	bar = efx->type->mem_bar(efx);
type              185 drivers/net/ethernet/sfc/ef10.c 	return efx->type->is_vf;
type              448 drivers/net/ethernet/sfc/ef10.c 		efx->timer_max_ns = efx->type->timer_period_max * quantum;
type              764 drivers/net/ethernet/sfc/ef10.c 	rc = efx->type->get_mac_address(efx, efx->net_dev->perm_addr);
type              783 drivers/net/ethernet/sfc/ef10.c 		efx_pf->type->get_mac_address(efx_pf, nic_data->port_id);
type              949 drivers/net/ethernet/sfc/ef10.c 		if (!channel->type->want_pio)
type             1484 drivers/net/ethernet/sfc/ef10.c 	rc = efx->type->rx_push_rss_config(efx, false,
type             2121 drivers/net/ethernet/sfc/ef10.c static int efx_ef10_set_wol_vf(struct efx_nic *efx, u32 type)
type             2133 drivers/net/ethernet/sfc/ef10.c static int efx_ef10_set_wol(struct efx_nic *efx, u32 type)
type             2135 drivers/net/ethernet/sfc/ef10.c 	if (type != 0)
type             2430 drivers/net/ethernet/sfc/ef10.c 		if (efx->type->ptp_set_ts_sync_events)
type             2431 drivers/net/ethernet/sfc/ef10.c 			efx->type->ptp_set_ts_sync_events(efx, false, false);
type             2877 drivers/net/ethernet/sfc/ef10.c 		       efx->type->rx_hash_key_size);
type             2916 drivers/net/ethernet/sfc/ef10.c 	memcpy(ctx->rx_hash_key, key, efx->type->rx_hash_key_size);
type             6024 drivers/net/ethernet/sfc/ef10.c 	u16 type, type_mask;
type             6053 drivers/net/ethernet/sfc/ef10.c 					unsigned int type,
type             6068 drivers/net/ethernet/sfc/ef10.c 		if ((type & ~info->type_mask) == info->type)
type             6074 drivers/net/ethernet/sfc/ef10.c 	rc = efx_mcdi_nvram_info(efx, type, &size, &erase_size, &protected);
type             6078 drivers/net/ethernet/sfc/ef10.c 	    (type != NVRAM_PARTITION_TYPE_DYNCONFIG_DEFAULTS &&
type             6079 drivers/net/ethernet/sfc/ef10.c 	     type != NVRAM_PARTITION_TYPE_ROMCONFIG_DEFAULTS))
type             6094 drivers/net/ethernet/sfc/ef10.c 	part->nvram_type = type;
type             6096 drivers/net/ethernet/sfc/ef10.c 	MCDI_SET_DWORD(inbuf, NVRAM_METADATA_IN_TYPE, type);
type             6111 drivers/net/ethernet/sfc/ef10.c 	part->common.mtd.type = MTD_NORFLASH;
type             6128 drivers/net/ethernet/sfc/ef10.c 	unsigned int type;
type             6152 drivers/net/ethernet/sfc/ef10.c 		type = MCDI_ARRAY_DWORD(outbuf, NVRAM_PARTITIONS_OUT_TYPE_ID,
type             6154 drivers/net/ethernet/sfc/ef10.c 		rc = efx_ef10_mtd_probe_partition(efx, &parts[n_parts], type,
type             6370 drivers/net/ethernet/sfc/ef10.c 					nic_data->udp_tunnels[i].type);
type             6477 drivers/net/ethernet/sfc/ef10.c 	efx_get_udp_tunnel_type_name(tnl.type, typebuf, sizeof(typebuf));
type             6489 drivers/net/ethernet/sfc/ef10.c 		if (match->type == tnl.type) {
type             6497 drivers/net/ethernet/sfc/ef10.c 		efx_get_udp_tunnel_type_name(match->type,
type             6559 drivers/net/ethernet/sfc/ef10.c 	efx_get_udp_tunnel_type_name(tnl.type, typebuf, sizeof(typebuf));
type             6571 drivers/net/ethernet/sfc/ef10.c 		if (match->type == tnl.type) {
type             6583 drivers/net/ethernet/sfc/ef10.c 		efx_get_udp_tunnel_type_name(match->type,
type              504 drivers/net/ethernet/sfc/ef10_sriov.c 		vf->efx->type->filter_table_remove(vf->efx);
type              546 drivers/net/ethernet/sfc/ef10_sriov.c 		vf->efx->type->filter_table_probe(vf->efx);
type              584 drivers/net/ethernet/sfc/ef10_sriov.c 		vf->efx->type->filter_table_remove(vf->efx);
type              653 drivers/net/ethernet/sfc/ef10_sriov.c 		rc2 = vf->efx->type->filter_table_probe(vf->efx);
type               98 drivers/net/ethernet/sfc/efx.c void efx_get_udp_tunnel_type_name(u16 type, char *buf, size_t buflen)
type              100 drivers/net/ethernet/sfc/efx.c 	if (type < ARRAY_SIZE(efx_udp_tunnel_type_names) &&
type              101 drivers/net/ethernet/sfc/efx.c 	    efx_udp_tunnel_type_names[type] != NULL)
type              102 drivers/net/ethernet/sfc/efx.c 		snprintf(buf, buflen, "%s", efx_udp_tunnel_type_names[type]);
type              104 drivers/net/ethernet/sfc/efx.c 		snprintf(buf, buflen, "type %d", type);
type              316 drivers/net/ethernet/sfc/efx.c 			efx->type->push_irq_moderation(channel);
type              322 drivers/net/ethernet/sfc/efx.c 			efx->type->push_irq_moderation(channel);
type              402 drivers/net/ethernet/sfc/efx.c 		efx->type->push_irq_moderation(channel);
type              474 drivers/net/ethernet/sfc/efx.c 	channel->type = &efx_default_channel_type;
type              546 drivers/net/ethernet/sfc/efx.c 	rc = channel->type->pre_probe(channel);
type              579 drivers/net/ethernet/sfc/efx.c 	const char *type;
type              584 drivers/net/ethernet/sfc/efx.c 		type = "";
type              586 drivers/net/ethernet/sfc/efx.c 		type = "-rx";
type              588 drivers/net/ethernet/sfc/efx.c 		type = "-tx";
type              591 drivers/net/ethernet/sfc/efx.c 	snprintf(buf, len, "%s%s-%d", efx->name, type, number);
type              599 drivers/net/ethernet/sfc/efx.c 		channel->type->get_name(channel,
type              654 drivers/net/ethernet/sfc/efx.c 			   efx->type->rx_buffer_padding);
type              658 drivers/net/ethernet/sfc/efx.c 		efx->rx_scatter = efx->type->always_rx_scatter;
type              660 drivers/net/ethernet/sfc/efx.c 	} else if (efx->type->can_rx_scatter) {
type              697 drivers/net/ethernet/sfc/efx.c 		efx->type->filter_update_rx_scatter(efx);
type              764 drivers/net/ethernet/sfc/efx.c 	rc = efx->type->fini_dmaq(efx);
type              793 drivers/net/ethernet/sfc/efx.c 	channel->type->post_remove(channel);
type              823 drivers/net/ethernet/sfc/efx.c 		if (channel->type->copy)
type              846 drivers/net/ethernet/sfc/efx.c 		if (channel->type->copy)
type              847 drivers/net/ethernet/sfc/efx.c 			channel = channel->type->copy(channel);
type              871 drivers/net/ethernet/sfc/efx.c 		if (!channel->type->copy)
type              883 drivers/net/ethernet/sfc/efx.c 		if (channel && channel->type->copy) {
type             1031 drivers/net/ethernet/sfc/efx.c 	efx->type->reconfigure_mac(efx);
type             1056 drivers/net/ethernet/sfc/efx.c 	rc = efx->type->reconfigure_port(efx);
type             1102 drivers/net/ethernet/sfc/efx.c 	rc = efx->type->probe_port(efx);
type             1201 drivers/net/ethernet/sfc/efx.c 	efx->type->remove_port(efx);
type             1215 drivers/net/ethernet/sfc/efx.c 	return left->type == right->type &&
type             1285 drivers/net/ethernet/sfc/efx.c 	dma_addr_t dma_mask = efx->type->max_dma_mask;
type             1286 drivers/net/ethernet/sfc/efx.c 	unsigned int mem_map_size = efx->type->mem_map_size(efx);
type             1291 drivers/net/ethernet/sfc/efx.c 	bar = efx->type->mem_bar(efx);
type             1365 drivers/net/ethernet/sfc/efx.c 		bar = efx->type->mem_bar(efx);
type             1423 drivers/net/ethernet/sfc/efx.c 	if (efx->type->sriov_wanted) {
type             1424 drivers/net/ethernet/sfc/efx.c 		if (efx->type->sriov_wanted(efx) && efx_vf_size(efx) > 1 &&
type             1470 drivers/net/ethernet/sfc/efx.c 			if (efx->type->min_interrupt_mode >= EFX_INT_MODE_MSI)
type             1516 drivers/net/ethernet/sfc/efx.c 			if (efx->type->min_interrupt_mode >= EFX_INT_MODE_LEGACY)
type             1542 drivers/net/ethernet/sfc/efx.c 			efx_get_channel(efx, j)->type =
type             1551 drivers/net/ethernet/sfc/efx.c 	if (efx->type->sriov_wanted) {
type             1553 drivers/net/ethernet/sfc/efx.c 				    !efx->type->sriov_wanted(efx)) ?
type             1606 drivers/net/ethernet/sfc/efx.c 		if (!channel->type->keep_eventq) {
type             1623 drivers/net/ethernet/sfc/efx.c 		if (!channel->type->keep_eventq)
type             1650 drivers/net/ethernet/sfc/efx.c 		if (!channel->type->keep_eventq)
type             1670 drivers/net/ethernet/sfc/efx.c 	efx->type->irq_enable_master(efx);
type             1673 drivers/net/ethernet/sfc/efx.c 		if (channel->type->keep_eventq) {
type             1691 drivers/net/ethernet/sfc/efx.c 		if (channel->type->keep_eventq)
type             1695 drivers/net/ethernet/sfc/efx.c 	efx->type->irq_disable_non_ev(efx);
type             1707 drivers/net/ethernet/sfc/efx.c 		if (channel->type->keep_eventq)
type             1711 drivers/net/ethernet/sfc/efx.c 	efx->type->irq_disable_non_ev(efx);
type             1760 drivers/net/ethernet/sfc/efx.c 	rc = efx->type->probe(efx);
type             1783 drivers/net/ethernet/sfc/efx.c 		rc = efx->type->dimension_resources(efx);
type             1811 drivers/net/ethernet/sfc/efx.c 	efx->type->remove(efx);
type             1820 drivers/net/ethernet/sfc/efx.c 	efx->type->remove(efx);
type             1830 drivers/net/ethernet/sfc/efx.c 	rc = efx->type->filter_table_probe(efx);
type             1835 drivers/net/ethernet/sfc/efx.c 	if (efx->type->offload_features & NETIF_F_NTUPLE) {
type             1841 drivers/net/ethernet/sfc/efx.c 				kcalloc(efx->type->max_rx_ip_filters,
type             1848 drivers/net/ethernet/sfc/efx.c 				     i < efx->type->max_rx_ip_filters;
type             1857 drivers/net/ethernet/sfc/efx.c 			efx->type->filter_table_remove(efx);
type             1880 drivers/net/ethernet/sfc/efx.c 	efx->type->filter_table_remove(efx);
type             1915 drivers/net/ethernet/sfc/efx.c 	rc = efx->type->vswitching_probe(efx);
type             1939 drivers/net/ethernet/sfc/efx.c 	efx->type->vswitching_remove(efx);
type             1971 drivers/net/ethernet/sfc/efx.c 	if (efx->type->monitor != NULL)
type             1983 drivers/net/ethernet/sfc/efx.c 	efx->type->start_stats(efx);
type             1984 drivers/net/ethernet/sfc/efx.c 	efx->type->pull_stats(efx);
type             1986 drivers/net/ethernet/sfc/efx.c 	efx->type->update_stats(efx, NULL, NULL);
type             2006 drivers/net/ethernet/sfc/efx.c 	efx->type->pull_stats(efx);
type             2008 drivers/net/ethernet/sfc/efx.c 	efx->type->update_stats(efx, NULL, NULL);
type             2010 drivers/net/ethernet/sfc/efx.c 	efx->type->stop_stats(efx);
type             2029 drivers/net/ethernet/sfc/efx.c 	efx->type->vswitching_remove(efx);
type             2126 drivers/net/ethernet/sfc/efx.c 	BUG_ON(efx->type->monitor == NULL);
type             2133 drivers/net/ethernet/sfc/efx.c 			efx->type->monitor(efx);
type             2265 drivers/net/ethernet/sfc/efx.c 	efx->type->update_stats(efx, NULL, stats);
type             2325 drivers/net/ethernet/sfc/efx.c 	if (efx->type->set_mac_address) {
type             2326 drivers/net/ethernet/sfc/efx.c 		rc = efx->type->set_mac_address(efx);
type             2358 drivers/net/ethernet/sfc/efx.c 		rc = efx->type->filter_clear_rx(efx, EFX_FILTER_PRI_MANUAL);
type             2382 drivers/net/ethernet/sfc/efx.c 	if (efx->type->get_phys_port_id)
type             2383 drivers/net/ethernet/sfc/efx.c 		return efx->type->get_phys_port_id(efx, ppid);
type             2402 drivers/net/ethernet/sfc/efx.c 	if (efx->type->vlan_rx_add_vid)
type             2403 drivers/net/ethernet/sfc/efx.c 		return efx->type->vlan_rx_add_vid(efx, proto, vid);
type             2412 drivers/net/ethernet/sfc/efx.c 	if (efx->type->vlan_rx_kill_vid)
type             2413 drivers/net/ethernet/sfc/efx.c 		return efx->type->vlan_rx_kill_vid(efx, proto, vid);
type             2436 drivers/net/ethernet/sfc/efx.c 	efx_tunnel_type = efx_udp_tunnel_type_map(ti->type);
type             2440 drivers/net/ethernet/sfc/efx.c 	tnl.type = (u16)efx_tunnel_type;
type             2443 drivers/net/ethernet/sfc/efx.c 	if (efx->type->udp_tnl_add_port)
type             2444 drivers/net/ethernet/sfc/efx.c 		(void)efx->type->udp_tnl_add_port(efx, tnl);
type             2453 drivers/net/ethernet/sfc/efx.c 	efx_tunnel_type = efx_udp_tunnel_type_map(ti->type);
type             2457 drivers/net/ethernet/sfc/efx.c 	tnl.type = (u16)efx_tunnel_type;
type             2460 drivers/net/ethernet/sfc/efx.c 	if (efx->type->udp_tnl_del_port)
type             2461 drivers/net/ethernet/sfc/efx.c 		(void)efx->type->udp_tnl_del_port(efx, tnl);
type             2663 drivers/net/ethernet/sfc/efx.c 		efx->type->prepare_flr(efx);
type             2674 drivers/net/ethernet/sfc/efx.c 	efx->type->fini(efx);
type             2689 drivers/net/ethernet/sfc/efx.c 		efx->type->finish_flr(efx);
type             2692 drivers/net/ethernet/sfc/efx.c 	rc = efx->type->init(efx);
type             2717 drivers/net/ethernet/sfc/efx.c 	rc = efx->type->vswitching_restore(efx);
type             2724 drivers/net/ethernet/sfc/efx.c 	if (efx->type->rx_restore_rss_contexts)
type             2725 drivers/net/ethernet/sfc/efx.c 		efx->type->rx_restore_rss_contexts(efx);
type             2727 drivers/net/ethernet/sfc/efx.c 	efx->type->filter_table_restore(efx);
type             2729 drivers/net/ethernet/sfc/efx.c 	if (efx->type->sriov_reset)
type             2730 drivers/net/ethernet/sfc/efx.c 		efx->type->sriov_reset(efx);
type             2736 drivers/net/ethernet/sfc/efx.c 	if (efx->type->udp_tnl_push_ports)
type             2737 drivers/net/ethernet/sfc/efx.c 		efx->type->udp_tnl_push_ports(efx);
type             2767 drivers/net/ethernet/sfc/efx.c 	rc = efx->type->reset(efx, method);
type             2887 drivers/net/ethernet/sfc/efx.c void efx_schedule_reset(struct efx_nic *efx, enum reset_type type)
type             2894 drivers/net/ethernet/sfc/efx.c 			  RESET_TYPE(type));
type             2898 drivers/net/ethernet/sfc/efx.c 	switch (type) {
type             2908 drivers/net/ethernet/sfc/efx.c 		method = type;
type             2913 drivers/net/ethernet/sfc/efx.c 		method = efx->type->map_reset_reason(type);
type             2916 drivers/net/ethernet/sfc/efx.c 			  RESET_TYPE(method), RESET_TYPE(type));
type             3024 drivers/net/ethernet/sfc/efx.c 	efx->rx_prefix_size = efx->type->rx_prefix_size;
type             3028 drivers/net/ethernet/sfc/efx.c 		efx->type->rx_hash_offset - efx->type->rx_prefix_size;
type             3030 drivers/net/ethernet/sfc/efx.c 		efx->type->rx_ts_offset - efx->type->rx_prefix_size;
type             3059 drivers/net/ethernet/sfc/efx.c 	if (WARN_ON_ONCE(efx->type->max_interrupt_mode >
type             3060 drivers/net/ethernet/sfc/efx.c 			 efx->type->min_interrupt_mode)) {
type             3064 drivers/net/ethernet/sfc/efx.c 	efx->interrupt_mode = max(efx->type->max_interrupt_mode,
type             3066 drivers/net/ethernet/sfc/efx.c 	efx->interrupt_mode = min(efx->type->min_interrupt_mode,
type             3325 drivers/net/ethernet/sfc/efx.c 	efx->type->fini(efx);
type             3350 drivers/net/ethernet/sfc/efx.c 	if (efx->type->sriov_fini)
type             3351 drivers/net/ethernet/sfc/efx.c 		efx->type->sriov_fini(efx);
type             3456 drivers/net/ethernet/sfc/efx.c 	rc = efx->type->init(efx);
type             3488 drivers/net/ethernet/sfc/efx.c 	efx->type->fini(efx);
type             3504 drivers/net/ethernet/sfc/efx.c 	if (efx->type->sriov_init) {
type             3505 drivers/net/ethernet/sfc/efx.c 		rc = efx->type->sriov_init(efx);
type             3512 drivers/net/ethernet/sfc/efx.c 	net_dev->features |= (efx->type->offload_features | NETIF_F_SG |
type             3514 drivers/net/ethernet/sfc/efx.c 	if (efx->type->offload_features & (NETIF_F_IPV6_CSUM | NETIF_F_HW_CSUM))
type             3517 drivers/net/ethernet/sfc/efx.c 	if (!efx->type->tso_versions || !efx->type->tso_versions(efx))
type             3566 drivers/net/ethernet/sfc/efx.c 	efx->type = (const struct efx_nic_type *) entry->driver_data;
type             3578 drivers/net/ethernet/sfc/efx.c 	if (!efx->type->is_vf)
type             3620 drivers/net/ethernet/sfc/efx.c 	if (efx->type->udp_tnl_push_ports)
type             3621 drivers/net/ethernet/sfc/efx.c 		efx->type->udp_tnl_push_ports(efx);
type             3645 drivers/net/ethernet/sfc/efx.c 	if (efx->type->sriov_configure) {
type             3646 drivers/net/ethernet/sfc/efx.c 		rc = efx->type->sriov_configure(efx, num_vfs);
type             3698 drivers/net/ethernet/sfc/efx.c 		efx->type->resume_wol(efx);
type             3719 drivers/net/ethernet/sfc/efx.c 	efx->type->fini(efx);
type             3742 drivers/net/ethernet/sfc/efx.c 	rc = efx->type->reset(efx, RESET_TYPE_ALL);
type             3746 drivers/net/ethernet/sfc/efx.c 	rc = efx->type->init(efx);
type               27 drivers/net/ethernet/sfc/efx.h int efx_setup_tc(struct net_device *net_dev, enum tc_setup_type type,
type              114 drivers/net/ethernet/sfc/efx.h 	return efx->type->filter_insert(efx, spec, replace_equal);
type              130 drivers/net/ethernet/sfc/efx.h 	return efx->type->filter_remove_safe(efx, priority, filter_id);
type              148 drivers/net/ethernet/sfc/efx.h 	return efx->type->filter_get_safe(efx, priority, filter_id, spec);
type              154 drivers/net/ethernet/sfc/efx.h 	return efx->type->filter_count_rx_used(efx, priority);
type              158 drivers/net/ethernet/sfc/efx.h 	return efx->type->filter_get_rx_id_limit(efx);
type              164 drivers/net/ethernet/sfc/efx.h 	return efx->type->filter_get_rx_ids(efx, priority, buf, size);
type              235 drivers/net/ethernet/sfc/efx.h void efx_schedule_reset(struct efx_nic *efx, enum reset_type type);
type              259 drivers/net/ethernet/sfc/efx.h 	return efx->type->mtd_probe(efx);
type              120 drivers/net/ethernet/sfc/ethtool.c 	efx->type->set_id_led(efx, mode);
type              198 drivers/net/ethernet/sfc/ethtool.c 	regs->version = efx->type->revision;
type              412 drivers/net/ethernet/sfc/ethtool.c 		return efx->type->describe_stats(efx, NULL) +
type              431 drivers/net/ethernet/sfc/ethtool.c 		strings += (efx->type->describe_stats(efx, strings) *
type              464 drivers/net/ethernet/sfc/ethtool.c 	data += efx->type->update_stats(efx, data, NULL);
type              656 drivers/net/ethernet/sfc/ethtool.c 		efx->type->push_irq_moderation(channel);
type              728 drivers/net/ethernet/sfc/ethtool.c 	if (efx->type->prepare_enable_fc_tx &&
type              730 drivers/net/ethernet/sfc/ethtool.c 		efx->type->prepare_enable_fc_tx(efx);
type              771 drivers/net/ethernet/sfc/ethtool.c 	return efx->type->get_wol(efx, wol);
type              779 drivers/net/ethernet/sfc/ethtool.c 	return efx->type->set_wol(efx, wol->wolopts);
type              787 drivers/net/ethernet/sfc/ethtool.c 	rc = efx->type->map_reset_flags(flags);
type             1323 drivers/net/ethernet/sfc/ethtool.c 	return efx->type->rx_hash_key_size;
type             1332 drivers/net/ethernet/sfc/ethtool.c 	rc = efx->type->rx_pull_rss_config(efx);
type             1343 drivers/net/ethernet/sfc/ethtool.c 		       efx->type->rx_hash_key_size);
type             1363 drivers/net/ethernet/sfc/ethtool.c 	return efx->type->rx_push_rss_config(efx, true, indir, key);
type             1373 drivers/net/ethernet/sfc/ethtool.c 	if (!efx->type->rx_pull_rss_context_config)
type             1382 drivers/net/ethernet/sfc/ethtool.c 	rc = efx->type->rx_pull_rss_context_config(efx, ctx);
type             1391 drivers/net/ethernet/sfc/ethtool.c 		memcpy(key, ctx->rx_hash_key, efx->type->rx_hash_key_size);
type             1407 drivers/net/ethernet/sfc/ethtool.c 	if (!efx->type->rx_push_rss_context_config)
type             1441 drivers/net/ethernet/sfc/ethtool.c 		rc = efx->type->rx_push_rss_context_config(efx, ctx, NULL, NULL);
type             1452 drivers/net/ethernet/sfc/ethtool.c 	rc = efx->type->rx_push_rss_context_config(efx, ctx, indir, key);
type              283 drivers/net/ethernet/sfc/falcon/efx.c 			efx->type->push_irq_moderation(channel);
type              289 drivers/net/ethernet/sfc/falcon/efx.c 			efx->type->push_irq_moderation(channel);
type              366 drivers/net/ethernet/sfc/falcon/efx.c 		efx->type->push_irq_moderation(channel);
type              438 drivers/net/ethernet/sfc/falcon/efx.c 	channel->type = &ef4_default_channel_type;
type              502 drivers/net/ethernet/sfc/falcon/efx.c 	rc = channel->type->pre_probe(channel);
type              533 drivers/net/ethernet/sfc/falcon/efx.c 	const char *type;
type              538 drivers/net/ethernet/sfc/falcon/efx.c 		type = "";
type              540 drivers/net/ethernet/sfc/falcon/efx.c 		type = "-rx";
type              542 drivers/net/ethernet/sfc/falcon/efx.c 		type = "-tx";
type              545 drivers/net/ethernet/sfc/falcon/efx.c 	snprintf(buf, len, "%s%s-%d", efx->name, type, number);
type              553 drivers/net/ethernet/sfc/falcon/efx.c 		channel->type->get_name(channel,
type              608 drivers/net/ethernet/sfc/falcon/efx.c 			   efx->type->rx_buffer_padding);
type              612 drivers/net/ethernet/sfc/falcon/efx.c 		efx->rx_scatter = efx->type->always_rx_scatter;
type              614 drivers/net/ethernet/sfc/falcon/efx.c 	} else if (efx->type->can_rx_scatter) {
type              651 drivers/net/ethernet/sfc/falcon/efx.c 		efx->type->filter_update_rx_scatter(efx);
type              714 drivers/net/ethernet/sfc/falcon/efx.c 	rc = efx->type->fini_dmaq(efx);
type              752 drivers/net/ethernet/sfc/falcon/efx.c 	channel->type->post_remove(channel);
type              782 drivers/net/ethernet/sfc/falcon/efx.c 		if (channel->type->copy)
type              805 drivers/net/ethernet/sfc/falcon/efx.c 		if (channel->type->copy)
type              806 drivers/net/ethernet/sfc/falcon/efx.c 			channel = channel->type->copy(channel);
type              830 drivers/net/ethernet/sfc/falcon/efx.c 		if (!channel->type->copy)
type              842 drivers/net/ethernet/sfc/falcon/efx.c 		if (channel && channel->type->copy) {
type              971 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->reconfigure_mac(efx);
type              996 drivers/net/ethernet/sfc/falcon/efx.c 	rc = efx->type->reconfigure_port(efx);
type             1042 drivers/net/ethernet/sfc/falcon/efx.c 	rc = efx->type->probe_port(efx);
type             1141 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->remove_port(efx);
type             1155 drivers/net/ethernet/sfc/falcon/efx.c 	return left->type == right->type &&
type             1225 drivers/net/ethernet/sfc/falcon/efx.c 	dma_addr_t dma_mask = efx->type->max_dma_mask;
type             1226 drivers/net/ethernet/sfc/falcon/efx.c 	unsigned int mem_map_size = efx->type->mem_map_size(efx);
type             1231 drivers/net/ethernet/sfc/falcon/efx.c 	bar = efx->type->mem_bar;
type             1305 drivers/net/ethernet/sfc/falcon/efx.c 		bar = efx->type->mem_bar;
type             1457 drivers/net/ethernet/sfc/falcon/efx.c 			ef4_get_channel(efx, j)->type =
type             1478 drivers/net/ethernet/sfc/falcon/efx.c 		if (!channel->type->keep_eventq) {
type             1493 drivers/net/ethernet/sfc/falcon/efx.c 		if (!channel->type->keep_eventq)
type             1518 drivers/net/ethernet/sfc/falcon/efx.c 		if (!channel->type->keep_eventq)
type             1535 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->irq_enable_master(efx);
type             1538 drivers/net/ethernet/sfc/falcon/efx.c 		if (channel->type->keep_eventq) {
type             1556 drivers/net/ethernet/sfc/falcon/efx.c 		if (channel->type->keep_eventq)
type             1560 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->irq_disable_non_ev(efx);
type             1572 drivers/net/ethernet/sfc/falcon/efx.c 		if (channel->type->keep_eventq)
type             1576 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->irq_disable_non_ev(efx);
type             1625 drivers/net/ethernet/sfc/falcon/efx.c 	rc = efx->type->probe(efx);
type             1648 drivers/net/ethernet/sfc/falcon/efx.c 		rc = efx->type->dimension_resources(efx);
type             1676 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->remove(efx);
type             1685 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->remove(efx);
type             1696 drivers/net/ethernet/sfc/falcon/efx.c 	rc = efx->type->filter_table_probe(efx);
type             1701 drivers/net/ethernet/sfc/falcon/efx.c 	if (efx->type->offload_features & NETIF_F_NTUPLE) {
type             1707 drivers/net/ethernet/sfc/falcon/efx.c 				kcalloc(efx->type->max_rx_ip_filters,
type             1714 drivers/net/ethernet/sfc/falcon/efx.c 				     i < efx->type->max_rx_ip_filters;
type             1723 drivers/net/ethernet/sfc/falcon/efx.c 			efx->type->filter_table_remove(efx);
type             1746 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->filter_table_remove(efx);
type             1753 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->filter_table_restore(efx);
type             1832 drivers/net/ethernet/sfc/falcon/efx.c 	if (efx->type->monitor != NULL)
type             1836 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->start_stats(efx);
type             1837 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->pull_stats(efx);
type             1839 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->update_stats(efx, NULL, NULL);
type             1859 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->pull_stats(efx);
type             1861 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->update_stats(efx, NULL, NULL);
type             1863 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->stop_stats(efx);
type             1976 drivers/net/ethernet/sfc/falcon/efx.c 	BUG_ON(efx->type->monitor == NULL);
type             1983 drivers/net/ethernet/sfc/falcon/efx.c 			efx->type->monitor(efx);
type             2106 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->update_stats(efx, NULL, stats);
type             2166 drivers/net/ethernet/sfc/falcon/efx.c 	if (efx->type->set_mac_address) {
type             2167 drivers/net/ethernet/sfc/falcon/efx.c 		rc = efx->type->set_mac_address(efx);
type             2199 drivers/net/ethernet/sfc/falcon/efx.c 		rc = efx->type->filter_clear_rx(efx, EF4_FILTER_PRI_MANUAL);
type             2367 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->fini(efx);
type             2382 drivers/net/ethernet/sfc/falcon/efx.c 	rc = efx->type->init(efx);
type             2440 drivers/net/ethernet/sfc/falcon/efx.c 	rc = efx->type->reset(efx, method);
type             2539 drivers/net/ethernet/sfc/falcon/efx.c void ef4_schedule_reset(struct ef4_nic *efx, enum reset_type type)
type             2546 drivers/net/ethernet/sfc/falcon/efx.c 			  RESET_TYPE(type));
type             2550 drivers/net/ethernet/sfc/falcon/efx.c 	switch (type) {
type             2558 drivers/net/ethernet/sfc/falcon/efx.c 		method = type;
type             2563 drivers/net/ethernet/sfc/falcon/efx.c 		method = efx->type->map_reset_reason(type);
type             2566 drivers/net/ethernet/sfc/falcon/efx.c 			  RESET_TYPE(method), RESET_TYPE(type));
type             2656 drivers/net/ethernet/sfc/falcon/efx.c 	efx->rx_prefix_size = efx->type->rx_prefix_size;
type             2660 drivers/net/ethernet/sfc/falcon/efx.c 		efx->type->rx_hash_offset - efx->type->rx_prefix_size;
type             2662 drivers/net/ethernet/sfc/falcon/efx.c 		efx->type->rx_ts_offset - efx->type->rx_prefix_size;
type             2679 drivers/net/ethernet/sfc/falcon/efx.c 	efx->interrupt_mode = max(efx->type->max_interrupt_mode,
type             2742 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->fini(efx);
type             2869 drivers/net/ethernet/sfc/falcon/efx.c 	rc = efx->type->init(efx);
type             2897 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->fini(efx);
type             2927 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type = (const struct ef4_nic_type *) entry->driver_data;
type             2950 drivers/net/ethernet/sfc/falcon/efx.c 	net_dev->features |= (efx->type->offload_features | NETIF_F_SG |
type             3042 drivers/net/ethernet/sfc/falcon/efx.c 		efx->type->resume_wol(efx);
type             3063 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->fini(efx);
type             3086 drivers/net/ethernet/sfc/falcon/efx.c 	rc = efx->type->reset(efx, RESET_TYPE_ALL);
type             3089 drivers/net/ethernet/sfc/falcon/efx.c 	rc = efx->type->init(efx);
type               32 drivers/net/ethernet/sfc/falcon/efx.h int ef4_setup_tc(struct net_device *net_dev, enum tc_setup_type type,
type              111 drivers/net/ethernet/sfc/falcon/efx.h 	return efx->type->filter_insert(efx, spec, replace_equal);
type              127 drivers/net/ethernet/sfc/falcon/efx.h 	return efx->type->filter_remove_safe(efx, priority, filter_id);
type              145 drivers/net/ethernet/sfc/falcon/efx.h 	return efx->type->filter_get_safe(efx, priority, filter_id, spec);
type              151 drivers/net/ethernet/sfc/falcon/efx.h 	return efx->type->filter_count_rx_used(efx, priority);
type              155 drivers/net/ethernet/sfc/falcon/efx.h 	return efx->type->filter_get_rx_id_limit(efx);
type              161 drivers/net/ethernet/sfc/falcon/efx.h 	return efx->type->filter_get_rx_ids(efx, priority, buf, size);
type              199 drivers/net/ethernet/sfc/falcon/efx.h void ef4_schedule_reset(struct ef4_nic *efx, enum reset_type type);
type              223 drivers/net/ethernet/sfc/falcon/efx.h 	return efx->type->mtd_probe(efx);
type              110 drivers/net/ethernet/sfc/falcon/ethtool.c 	efx->type->set_id_led(efx, mode);
type              180 drivers/net/ethernet/sfc/falcon/ethtool.c 	regs->version = efx->type->revision;
type              394 drivers/net/ethernet/sfc/falcon/ethtool.c 		return efx->type->describe_stats(efx, NULL) +
type              412 drivers/net/ethernet/sfc/falcon/ethtool.c 		strings += (efx->type->describe_stats(efx, strings) *
type              444 drivers/net/ethernet/sfc/falcon/ethtool.c 	data += efx->type->update_stats(efx, data, NULL);
type              634 drivers/net/ethernet/sfc/falcon/ethtool.c 		efx->type->push_irq_moderation(channel);
type              706 drivers/net/ethernet/sfc/falcon/ethtool.c 	if (efx->type->prepare_enable_fc_tx &&
type              708 drivers/net/ethernet/sfc/falcon/ethtool.c 		efx->type->prepare_enable_fc_tx(efx);
type              749 drivers/net/ethernet/sfc/falcon/ethtool.c 	return efx->type->get_wol(efx, wol);
type              757 drivers/net/ethernet/sfc/falcon/ethtool.c 	return efx->type->set_wol(efx, wol->wolopts);
type              765 drivers/net/ethernet/sfc/falcon/ethtool.c 	rc = efx->type->map_reset_flags(flags);
type             1277 drivers/net/ethernet/sfc/falcon/ethtool.c 	return efx->type->rx_push_rss_config(efx, true, indir);
type              274 drivers/net/ethernet/sfc/falcon/falcon.c #define SPI_DEV_TYPE_FIELD(type, field)					\
type              275 drivers/net/ethernet/sfc/falcon/falcon.c 	(((type) >> EF4_LOW_BIT(field)) & EF4_MASK32(EF4_WIDTH(field)))
type              943 drivers/net/ethernet/sfc/falcon/falcon.c 		parts[n_parts].common.mtd.type = MTD_NORFLASH;
type              956 drivers/net/ethernet/sfc/falcon/falcon.c 		parts[n_parts].common.mtd.type = MTD_RAM;
type             2077 drivers/net/ethernet/sfc/falcon/falcon.c 	rc = falcon_board(efx)->type->monitor(efx);
type             2380 drivers/net/ethernet/sfc/falcon/falcon.c 	efx->timer_max_ns = efx->type->timer_period_max *
type             2396 drivers/net/ethernet/sfc/falcon/falcon.c 	rc = falcon_board(efx)->type->init(efx);
type             2546 drivers/net/ethernet/sfc/falcon/falcon.c 	board->type->fini(efx);
type             2677 drivers/net/ethernet/sfc/falcon/falcon.c 	falcon_board(efx)->type->set_id_led(efx, mode);
type             2694 drivers/net/ethernet/sfc/falcon/falcon.c static int falcon_set_wol(struct ef4_nic *efx, u32 type)
type             2696 drivers/net/ethernet/sfc/falcon/falcon.c 	if (type != 0)
type              752 drivers/net/ethernet/sfc/falcon/falcon_boards.c 			board->type = &board_types[i];
type              754 drivers/net/ethernet/sfc/falcon/falcon_boards.c 	if (board->type) {
type               87 drivers/net/ethernet/sfc/falcon/farch.c 	ef4_sram_writeq(efx, efx->membase + efx->type->buf_tbl_base,
type              403 drivers/net/ethernet/sfc/falcon/farch.c 	ef4_writeo_table(efx, &reg, efx->type->txd_ptr_tbl_base,
type              450 drivers/net/ethernet/sfc/falcon/farch.c 	ef4_writeo_table(efx, &tx_desc_ptr, efx->type->txd_ptr_tbl_base,
type              481 drivers/net/ethernet/sfc/falcon/farch.c 			     rx_queue->efx->type->rx_buffer_padding,
type              559 drivers/net/ethernet/sfc/falcon/farch.c 	ef4_writeo_table(efx, &rx_desc_ptr, efx->type->rxd_ptr_tbl_base,
type              582 drivers/net/ethernet/sfc/falcon/farch.c 	ef4_writeo_table(efx, &rx_desc_ptr, efx->type->rxd_ptr_tbl_base,
type              728 drivers/net/ethernet/sfc/falcon/farch.c 			efx->type->prepare_flush(efx);
type              730 drivers/net/ethernet/sfc/falcon/farch.c 			efx->type->finish_flush(efx);
type              790 drivers/net/ethernet/sfc/falcon/farch.c 		   efx->type->evq_rptr_tbl_base +
type             1310 drivers/net/ethernet/sfc/falcon/farch.c 			if (efx->type->handle_global_event &&
type             1311 drivers/net/ethernet/sfc/falcon/farch.c 			    efx->type->handle_global_event(channel, &event))
type             1359 drivers/net/ethernet/sfc/falcon/farch.c 	ef4_writeo_table(efx, &reg, efx->type->evq_ptr_tbl_base,
type             1372 drivers/net/ethernet/sfc/falcon/farch.c 	ef4_writeo_table(efx, &reg, efx->type->evq_ptr_tbl_base,
type             1800 drivers/net/ethernet/sfc/falcon/farch.c 	u8	type:4;
type             1867 drivers/net/ethernet/sfc/falcon/farch.c 	return (spec->type >> 2) + ((spec->flags & EF4_FILTER_FLAG_TX) ? 2 : 0);
type             2001 drivers/net/ethernet/sfc/falcon/farch.c 			spec->type = (is_full ? EF4_FARCH_FILTER_TCP_FULL :
type             2005 drivers/net/ethernet/sfc/falcon/farch.c 			spec->type = (is_full ? EF4_FARCH_FILTER_UDP_FULL :
type             2039 drivers/net/ethernet/sfc/falcon/farch.c 		spec->type = (is_full ? EF4_FARCH_FILTER_MAC_FULL :
type             2051 drivers/net/ethernet/sfc/falcon/farch.c 		spec->type = (is_multicast_ether_addr(gen_spec->loc_mac) ?
type             2080 drivers/net/ethernet/sfc/falcon/farch.c 	switch (spec->type) {
type             2099 drivers/net/ethernet/sfc/falcon/farch.c 			(spec->type == EF4_FARCH_FILTER_TCP_FULL ||
type             2100 drivers/net/ethernet/sfc/falcon/farch.c 			 spec->type == EF4_FARCH_FILTER_TCP_WILD) ?
type             2145 drivers/net/ethernet/sfc/falcon/farch.c 		gen_spec->loc_mac[0] = spec->type == EF4_FARCH_FILTER_MC_DEF;
type             2176 drivers/net/ethernet/sfc/falcon/farch.c 		bool is_udp = (spec->type == EF4_FARCH_FILTER_UDP_FULL ||
type             2177 drivers/net/ethernet/sfc/falcon/farch.c 			       spec->type == EF4_FARCH_FILTER_UDP_WILD);
type             2194 drivers/net/ethernet/sfc/falcon/farch.c 		bool is_wild = spec->type == EF4_FARCH_FILTER_MAC_WILD;
type             2211 drivers/net/ethernet/sfc/falcon/farch.c 		bool is_wild = spec->type == EF4_FARCH_FILTER_MAC_WILD;
type             2232 drivers/net/ethernet/sfc/falcon/farch.c 	if (left->type != right->type ||
type             2284 drivers/net/ethernet/sfc/falcon/farch.c 	range = ef4_farch_filter_type_match_pri[spec->type];
type             2344 drivers/net/ethernet/sfc/falcon/farch.c 		   "%s: type %d search_limit=%d", __func__, spec.type,
type             2345 drivers/net/ethernet/sfc/falcon/farch.c 		   table->search_limit[spec.type]);
type             2352 drivers/net/ethernet/sfc/falcon/farch.c 		rep_index = spec.type - EF4_FARCH_FILTER_UC_DEF;
type             2375 drivers/net/ethernet/sfc/falcon/farch.c 		unsigned int max_rep_depth = table->search_limit[spec.type];
type             2446 drivers/net/ethernet/sfc/falcon/farch.c 		if (table->search_limit[spec.type] < depth) {
type             2447 drivers/net/ethernet/sfc/falcon/farch.c 			table->search_limit[spec.type] = depth;
type             2467 drivers/net/ethernet/sfc/falcon/farch.c 		   __func__, spec.type, ins_index, spec.dmaq_id);
type             2769 drivers/net/ethernet/sfc/falcon/farch.c 			spec->type = EF4_FARCH_FILTER_UC_DEF + i;
type               25 drivers/net/ethernet/sfc/falcon/mtd.c 	return efx->type->mtd_erase(mtd, erase->addr, erase->len);
type               34 drivers/net/ethernet/sfc/falcon/mtd.c 	rc = efx->type->mtd_sync(mtd);
type               70 drivers/net/ethernet/sfc/falcon/mtd.c 		part->mtd._read = efx->type->mtd_read;
type               71 drivers/net/ethernet/sfc/falcon/mtd.c 		part->mtd._write = efx->type->mtd_write;
type               74 drivers/net/ethernet/sfc/falcon/mtd.c 		efx->type->mtd_rename(part);
type              120 drivers/net/ethernet/sfc/falcon/mtd.c 		efx->type->mtd_rename(part);
type              407 drivers/net/ethernet/sfc/falcon/net_driver.h 	const struct ef4_channel_type *type;
type              502 drivers/net/ethernet/sfc/falcon/net_driver.h #define RESET_TYPE(type) \
type              503 drivers/net/ethernet/sfc/falcon/net_driver.h 	STRING_TABLE_LOOKUP(type, ef4_reset_type)
type              772 drivers/net/ethernet/sfc/falcon/net_driver.h 	const struct ef4_nic_type *type;
type             1073 drivers/net/ethernet/sfc/falcon/net_driver.h 	int (*set_wol)(struct ef4_nic *efx, u32 type);
type             1188 drivers/net/ethernet/sfc/falcon/net_driver.h ef4_get_tx_queue(struct ef4_nic *efx, unsigned index, unsigned type)
type             1191 drivers/net/ethernet/sfc/falcon/net_driver.h 			    type >= EF4_TXQ_TYPES);
type             1192 drivers/net/ethernet/sfc/falcon/net_driver.h 	return &efx->channel[efx->tx_channel_offset + index]->tx_queue[type];
type             1202 drivers/net/ethernet/sfc/falcon/net_driver.h ef4_channel_get_tx_queue(struct ef4_channel *channel, unsigned type)
type             1205 drivers/net/ethernet/sfc/falcon/net_driver.h 			    type >= EF4_TXQ_TYPES);
type             1206 drivers/net/ethernet/sfc/falcon/net_driver.h 	return &channel->tx_queue[type];
type               62 drivers/net/ethernet/sfc/falcon/nic.c 	channel->efx->type->ev_test_generate(channel);
type               69 drivers/net/ethernet/sfc/falcon/nic.c 	return efx->type->irq_test_generate(efx);
type               83 drivers/net/ethernet/sfc/falcon/nic.c 				 efx->type->irq_handle_legacy, IRQF_SHARED,
type              108 drivers/net/ethernet/sfc/falcon/nic.c 		rc = request_irq(channel->irq, efx->type->irq_handle_msi,
type              370 drivers/net/ethernet/sfc/falcon/nic.c 		if (efx->type->revision >= reg->min_revision &&
type              371 drivers/net/ethernet/sfc/falcon/nic.c 		    efx->type->revision <= reg->max_revision)
type              377 drivers/net/ethernet/sfc/falcon/nic.c 		if (efx->type->revision >= table->min_revision &&
type              378 drivers/net/ethernet/sfc/falcon/nic.c 		    efx->type->revision <= table->max_revision)
type              392 drivers/net/ethernet/sfc/falcon/nic.c 		if (efx->type->revision >= reg->min_revision &&
type              393 drivers/net/ethernet/sfc/falcon/nic.c 		    efx->type->revision <= reg->max_revision) {
type              404 drivers/net/ethernet/sfc/falcon/nic.c 		if (!(efx->type->revision >= table->min_revision &&
type              405 drivers/net/ethernet/sfc/falcon/nic.c 		      efx->type->revision <= table->max_revision))
type               24 drivers/net/ethernet/sfc/falcon/nic.h 	return efx->type->revision;
type              173 drivers/net/ethernet/sfc/falcon/nic.h 	const struct falcon_board_type *type;
type              317 drivers/net/ethernet/sfc/falcon/nic.h 	return tx_queue->efx->type->tx_probe(tx_queue);
type              321 drivers/net/ethernet/sfc/falcon/nic.h 	tx_queue->efx->type->tx_init(tx_queue);
type              325 drivers/net/ethernet/sfc/falcon/nic.h 	tx_queue->efx->type->tx_remove(tx_queue);
type              329 drivers/net/ethernet/sfc/falcon/nic.h 	tx_queue->efx->type->tx_write(tx_queue);
type              335 drivers/net/ethernet/sfc/falcon/nic.h 	return rx_queue->efx->type->rx_probe(rx_queue);
type              339 drivers/net/ethernet/sfc/falcon/nic.h 	rx_queue->efx->type->rx_init(rx_queue);
type              343 drivers/net/ethernet/sfc/falcon/nic.h 	rx_queue->efx->type->rx_remove(rx_queue);
type              347 drivers/net/ethernet/sfc/falcon/nic.h 	rx_queue->efx->type->rx_write(rx_queue);
type              351 drivers/net/ethernet/sfc/falcon/nic.h 	rx_queue->efx->type->rx_defer_refill(rx_queue);
type              357 drivers/net/ethernet/sfc/falcon/nic.h 	return channel->efx->type->ev_probe(channel);
type              361 drivers/net/ethernet/sfc/falcon/nic.h 	return channel->efx->type->ev_init(channel);
type              365 drivers/net/ethernet/sfc/falcon/nic.h 	channel->efx->type->ev_fini(channel);
type              369 drivers/net/ethernet/sfc/falcon/nic.h 	channel->efx->type->ev_remove(channel);
type              374 drivers/net/ethernet/sfc/falcon/nic.h 	return channel->efx->type->ev_process(channel, quota);
type              378 drivers/net/ethernet/sfc/falcon/nic.h 	channel->efx->type->ev_read_ack(channel);
type              330 drivers/net/ethernet/sfc/falcon/qt202x_phy.c 	falcon_board(efx)->type->init_phy(efx);
type              453 drivers/net/ethernet/sfc/falcon/qt202x_phy.c 	modinfo->type = ETH_MODULE_SFF_8079;
type              390 drivers/net/ethernet/sfc/falcon/rx.c 	unsigned max_len = rx_buf->len - efx->type->rx_buffer_padding;
type              406 drivers/net/ethernet/sfc/falcon/rx.c 				  efx->type->rx_buffer_padding);
type              632 drivers/net/ethernet/sfc/falcon/rx.c 	if (channel->type->receive_skb)
type              633 drivers/net/ethernet/sfc/falcon/rx.c 		if (channel->type->receive_skb(channel, skb))
type              671 drivers/net/ethernet/sfc/falcon/rx.c 	if ((rx_buf->flags & EF4_RX_PKT_TCP) && !channel->type->receive_skb)
type              871 drivers/net/ethernet/sfc/falcon/rx.c 	rc = efx->type->filter_rfs_insert(efx, &spec);
type              905 drivers/net/ethernet/sfc/falcon/rx.c 	expire_one = efx->type->filter_rfs_expire_one;
type              908 drivers/net/ethernet/sfc/falcon/rx.c 	size = efx->type->max_rx_ip_filters;
type              112 drivers/net/ethernet/sfc/falcon/selftest.c 	if (efx->type->test_nvram) {
type              113 drivers/net/ethernet/sfc/falcon/selftest.c 		rc = efx->type->test_nvram(efx);
type              590 drivers/net/ethernet/sfc/falcon/selftest.c 		if (efx->type->monitor != NULL) {
type              592 drivers/net/ethernet/sfc/falcon/selftest.c 			efx->type->monitor(efx);
type              599 drivers/net/ethernet/sfc/falcon/selftest.c 			link_up = !efx->type->check_mac_fault(efx);
type              731 drivers/net/ethernet/sfc/falcon/selftest.c 	if (efx->type->test_chip) {
type              732 drivers/net/ethernet/sfc/falcon/selftest.c 		rc_reset = efx->type->test_chip(efx, tests);
type              189 drivers/net/ethernet/sfc/falcon/tenxpress.c 	falcon_board(efx)->type->init_phy(efx);
type              184 drivers/net/ethernet/sfc/falcon/tx.c 	const struct ef4_nic_type *nic_type = tx_queue->efx->type;
type              398 drivers/net/ethernet/sfc/falcon/tx.c 	unsigned index, type;
type              403 drivers/net/ethernet/sfc/falcon/tx.c 	type = skb->ip_summed == CHECKSUM_PARTIAL ? EF4_TXQ_TYPE_OFFLOAD : 0;
type              406 drivers/net/ethernet/sfc/falcon/tx.c 		type |= EF4_TXQ_TYPE_HIGHPRI;
type              408 drivers/net/ethernet/sfc/falcon/tx.c 	tx_queue = ef4_get_tx_queue(efx, index, type);
type              425 drivers/net/ethernet/sfc/falcon/tx.c int ef4_setup_tc(struct net_device *net_dev, enum tc_setup_type type,
type              435 drivers/net/ethernet/sfc/falcon/tx.c 	if (type != TC_SETUP_QDISC_MQPRIO)
type              318 drivers/net/ethernet/sfc/falcon/txc43128_phy.c 	falcon_board(efx)->type->init_phy(efx);
type               89 drivers/net/ethernet/sfc/farch.c 	efx_sram_writeq(efx, efx->membase + efx->type->buf_tbl_base,
type              406 drivers/net/ethernet/sfc/farch.c 	efx_writeo_table(efx, &reg, efx->type->txd_ptr_tbl_base,
type              438 drivers/net/ethernet/sfc/farch.c 	efx_writeo_table(efx, &tx_desc_ptr, efx->type->txd_ptr_tbl_base,
type              469 drivers/net/ethernet/sfc/farch.c 			     rx_queue->efx->type->rx_buffer_padding,
type              541 drivers/net/ethernet/sfc/farch.c 	efx_writeo_table(efx, &rx_desc_ptr, efx->type->rxd_ptr_tbl_base,
type              564 drivers/net/ethernet/sfc/farch.c 	efx_writeo_table(efx, &rx_desc_ptr, efx->type->rxd_ptr_tbl_base,
type              721 drivers/net/ethernet/sfc/farch.c 			efx->type->prepare_flush(efx);
type              723 drivers/net/ethernet/sfc/farch.c 			efx->type->finish_flush(efx);
type              783 drivers/net/ethernet/sfc/farch.c 		   efx->type->evq_rptr_tbl_base +
type             1315 drivers/net/ethernet/sfc/farch.c 			if (efx->type->handle_global_event &&
type             1316 drivers/net/ethernet/sfc/farch.c 			    efx->type->handle_global_event(channel, &event))
type             1370 drivers/net/ethernet/sfc/farch.c 	efx_writeo_table(efx, &reg, efx->type->evq_ptr_tbl_base,
type             1383 drivers/net/ethernet/sfc/farch.c 	efx_writeo_table(efx, &reg, efx->type->evq_ptr_tbl_base,
type             1686 drivers/net/ethernet/sfc/farch.c 	if (efx->type->sriov_wanted) {
type             1687 drivers/net/ethernet/sfc/farch.c 		if (efx->type->sriov_wanted(efx)) {
type             1859 drivers/net/ethernet/sfc/farch.c 	u8	type:4;
type             1927 drivers/net/ethernet/sfc/farch.c 	return (spec->type >> 2) + ((spec->flags & EFX_FILTER_FLAG_TX) ? 2 : 0);
type             2060 drivers/net/ethernet/sfc/farch.c 			spec->type = (is_full ? EFX_FARCH_FILTER_TCP_FULL :
type             2064 drivers/net/ethernet/sfc/farch.c 			spec->type = (is_full ? EFX_FARCH_FILTER_UDP_FULL :
type             2098 drivers/net/ethernet/sfc/farch.c 		spec->type = (is_full ? EFX_FARCH_FILTER_MAC_FULL :
type             2110 drivers/net/ethernet/sfc/farch.c 		spec->type = (is_multicast_ether_addr(gen_spec->loc_mac) ?
type             2139 drivers/net/ethernet/sfc/farch.c 	switch (spec->type) {
type             2158 drivers/net/ethernet/sfc/farch.c 			(spec->type == EFX_FARCH_FILTER_TCP_FULL ||
type             2159 drivers/net/ethernet/sfc/farch.c 			 spec->type == EFX_FARCH_FILTER_TCP_WILD) ?
type             2204 drivers/net/ethernet/sfc/farch.c 		gen_spec->loc_mac[0] = spec->type == EFX_FARCH_FILTER_MC_DEF;
type             2235 drivers/net/ethernet/sfc/farch.c 		bool is_udp = (spec->type == EFX_FARCH_FILTER_UDP_FULL ||
type             2236 drivers/net/ethernet/sfc/farch.c 			       spec->type == EFX_FARCH_FILTER_UDP_WILD);
type             2253 drivers/net/ethernet/sfc/farch.c 		bool is_wild = spec->type == EFX_FARCH_FILTER_MAC_WILD;
type             2270 drivers/net/ethernet/sfc/farch.c 		bool is_wild = spec->type == EFX_FARCH_FILTER_MAC_WILD;
type             2291 drivers/net/ethernet/sfc/farch.c 	if (left->type != right->type ||
type             2343 drivers/net/ethernet/sfc/farch.c 	range = efx_farch_filter_type_match_pri[spec->type];
type             2407 drivers/net/ethernet/sfc/farch.c 		   "%s: type %d search_limit=%d", __func__, spec.type,
type             2408 drivers/net/ethernet/sfc/farch.c 		   table->search_limit[spec.type]);
type             2415 drivers/net/ethernet/sfc/farch.c 		rep_index = spec.type - EFX_FARCH_FILTER_UC_DEF;
type             2436 drivers/net/ethernet/sfc/farch.c 		unsigned int max_rep_depth = table->search_limit[spec.type];
type             2505 drivers/net/ethernet/sfc/farch.c 		if (table->search_limit[spec.type] < depth) {
type             2506 drivers/net/ethernet/sfc/farch.c 			table->search_limit[spec.type] = depth;
type             2526 drivers/net/ethernet/sfc/farch.c 		   __func__, spec.type, ins_index, spec.dmaq_id);
type             2841 drivers/net/ethernet/sfc/farch.c 			spec->type = EFX_FARCH_FILTER_UC_DEF + i;
type              173 drivers/net/ethernet/sfc/mcdi.c 	if (efx->type->mcdi_max_ver == 1) {
type              226 drivers/net/ethernet/sfc/mcdi.c 	efx->type->mcdi_request(efx, hdr, hdr_len, inbuf, inlen);
type              272 drivers/net/ethernet/sfc/mcdi.c 	efx->type->mcdi_read_response(efx, &hdr, 0, 4);
type              281 drivers/net/ethernet/sfc/mcdi.c 		efx->type->mcdi_read_response(efx, &hdr, 4, 4);
type              304 drivers/net/ethernet/sfc/mcdi.c 			efx->type->mcdi_read_response(efx, &hdr, (i * 4), 4);
type              310 drivers/net/ethernet/sfc/mcdi.c 			efx->type->mcdi_read_response(efx, &hdr,
type              330 drivers/net/ethernet/sfc/mcdi.c 		efx->type->mcdi_read_response(efx, &hdr, mcdi->resp_hdr_len, 4);
type              343 drivers/net/ethernet/sfc/mcdi.c 	if (!efx->type->mcdi_poll_response(efx))
type              407 drivers/net/ethernet/sfc/mcdi.c 	return efx->type->mcdi_poll_reboot(efx);
type              543 drivers/net/ethernet/sfc/mcdi.c 	efx->type->mcdi_read_response(efx, outbuf, hdr_len,
type              547 drivers/net/ethernet/sfc/mcdi.c 		efx->type->mcdi_read_response(efx, errbuf, hdr_len,
type              580 drivers/net/ethernet/sfc/mcdi.c 		if (efx->type->mcdi_max_ver >= 2) {
type              617 drivers/net/ethernet/sfc/mcdi.c 	if (efx->type->mcdi_max_ver < 0 ||
type              618 drivers/net/ethernet/sfc/mcdi.c 	     (efx->type->mcdi_max_ver < 2 &&
type              623 drivers/net/ethernet/sfc/mcdi.c 	    (efx->type->mcdi_max_ver < 2 &&
type              640 drivers/net/ethernet/sfc/mcdi.c 	efx->type->mcdi_read_response(efx, testbuf, hdr_len, buflen);
type              711 drivers/net/ethernet/sfc/mcdi.c 		efx->type->mcdi_read_response(efx, outbuf, hdr_len,
type              716 drivers/net/ethernet/sfc/mcdi.c 		efx->type->mcdi_read_response(efx, errbuf, hdr_len, err_len);
type              724 drivers/net/ethernet/sfc/mcdi.c 			if (efx->type->mcdi_reboot_detected)
type              725 drivers/net/ethernet/sfc/mcdi.c 				efx->type->mcdi_reboot_detected(efx);
type              870 drivers/net/ethernet/sfc/mcdi.c 	    efx->type->is_vf) {
type             1249 drivers/net/ethernet/sfc/mcdi.c 		if (!rc && efx->type->mcdi_reboot_detected)
type             1250 drivers/net/ethernet/sfc/mcdi.c 			efx->type->mcdi_reboot_detected(efx);
type             1349 drivers/net/ethernet/sfc/mcdi.c 		if (efx->type->sriov_flr)
type             1350 drivers/net/ethernet/sfc/mcdi.c 			efx->type->sriov_flr(efx,
type             1619 drivers/net/ethernet/sfc/mcdi.c int efx_mcdi_nvram_info(struct efx_nic *efx, unsigned int type,
type             1628 drivers/net/ethernet/sfc/mcdi.c 	MCDI_SET_DWORD(inbuf, NVRAM_INFO_IN_TYPE, type);
type             1650 drivers/net/ethernet/sfc/mcdi.c static int efx_mcdi_nvram_test(struct efx_nic *efx, unsigned int type)
type             1656 drivers/net/ethernet/sfc/mcdi.c 	MCDI_SET_DWORD(inbuf, NVRAM_TEST_IN_TYPE, type);
type             1675 drivers/net/ethernet/sfc/mcdi.c 	unsigned int type;
type             1682 drivers/net/ethernet/sfc/mcdi.c 	type = 0;
type             1685 drivers/net/ethernet/sfc/mcdi.c 			rc = efx_mcdi_nvram_test(efx, type);
type             1689 drivers/net/ethernet/sfc/mcdi.c 		type++;
type             1697 drivers/net/ethernet/sfc/mcdi.c 		  __func__, type);
type             1886 drivers/net/ethernet/sfc/mcdi.c static int efx_mcdi_wol_filter_set(struct efx_nic *efx, u32 type,
type             1894 drivers/net/ethernet/sfc/mcdi.c 	MCDI_SET_DWORD(inbuf, WOL_FILTER_SET_IN_WOL_TYPE, type);
type             2007 drivers/net/ethernet/sfc/mcdi.c int efx_mcdi_set_workaround(struct efx_nic *efx, u32 type, bool enabled,
type             2016 drivers/net/ethernet/sfc/mcdi.c 	MCDI_SET_DWORD(inbuf, WORKAROUND_IN_TYPE, type);
type             2072 drivers/net/ethernet/sfc/mcdi.c static int efx_mcdi_nvram_update_start(struct efx_nic *efx, unsigned int type)
type             2077 drivers/net/ethernet/sfc/mcdi.c 	MCDI_SET_DWORD(inbuf, NVRAM_UPDATE_START_IN_TYPE, type);
type             2090 drivers/net/ethernet/sfc/mcdi.c static int efx_mcdi_nvram_read(struct efx_nic *efx, unsigned int type,
type             2099 drivers/net/ethernet/sfc/mcdi.c 	MCDI_SET_DWORD(inbuf, NVRAM_READ_IN_TYPE, type);
type             2114 drivers/net/ethernet/sfc/mcdi.c static int efx_mcdi_nvram_write(struct efx_nic *efx, unsigned int type,
type             2121 drivers/net/ethernet/sfc/mcdi.c 	MCDI_SET_DWORD(inbuf, NVRAM_WRITE_IN_TYPE, type);
type             2134 drivers/net/ethernet/sfc/mcdi.c static int efx_mcdi_nvram_erase(struct efx_nic *efx, unsigned int type,
type             2140 drivers/net/ethernet/sfc/mcdi.c 	MCDI_SET_DWORD(inbuf, NVRAM_ERASE_IN_TYPE, type);
type             2151 drivers/net/ethernet/sfc/mcdi.c static int efx_mcdi_nvram_update_finish(struct efx_nic *efx, unsigned int type)
type             2158 drivers/net/ethernet/sfc/mcdi.c 	MCDI_SET_DWORD(inbuf, NVRAM_UPDATE_FINISH_IN_TYPE, type);
type              334 drivers/net/ethernet/sfc/mcdi.h int efx_mcdi_nvram_info(struct efx_nic *efx, unsigned int type,
type              360 drivers/net/ethernet/sfc/mcdi.h int efx_mcdi_set_workaround(struct efx_nic *efx, u32 type, bool enabled,
type              105 drivers/net/ethernet/sfc/mcdi_mon.c 	unsigned int type, state, value;
type              109 drivers/net/ethernet/sfc/mcdi_mon.c 	type = EFX_QWORD_FIELD(*ev, MCDI_EVENT_SENSOREVT_MONITOR);
type              115 drivers/net/ethernet/sfc/mcdi_mon.c 	if (type < ARRAY_SIZE(efx_mcdi_sensor_type)) {
type              116 drivers/net/ethernet/sfc/mcdi_mon.c 		name = efx_mcdi_sensor_type[type].label;
type              117 drivers/net/ethernet/sfc/mcdi_mon.c 		hwmon_type = efx_mcdi_sensor_type[type].hwmon_type;
type              130 drivers/net/ethernet/sfc/mcdi_mon.c 		  type, name, state_txt, value, unit);
type              138 drivers/net/ethernet/sfc/mcdi_mon.c 	unsigned int type;
type              275 drivers/net/ethernet/sfc/mcdi_mon.c 		       efx_mcdi_sensor_type[mon_attr->type].label);
type              282 drivers/net/ethernet/sfc/mcdi_mon.c 		      unsigned int index, unsigned int type,
type              290 drivers/net/ethernet/sfc/mcdi_mon.c 	attr->type = type;
type              291 drivers/net/ethernet/sfc/mcdi_mon.c 	if (type < ARRAY_SIZE(efx_mcdi_sensor_type))
type              292 drivers/net/ethernet/sfc/mcdi_mon.c 		attr->hwmon_type = efx_mcdi_sensor_type[type].hwmon_type;
type              313 drivers/net/ethernet/sfc/mcdi_mon.c 	int rc, i, j, type;
type              365 drivers/net/ethernet/sfc/mcdi_mon.c 	for (i = 0, j = -1, type = -1; ; i++) {
type              373 drivers/net/ethernet/sfc/mcdi_mon.c 			type++;
type              375 drivers/net/ethernet/sfc/mcdi_mon.c 			if ((type % 32) == 0) {
type              376 drivers/net/ethernet/sfc/mcdi_mon.c 				page = type / 32;
type              405 drivers/net/ethernet/sfc/mcdi_mon.c 		} while (!(mask & (1 << type % 32)));
type              408 drivers/net/ethernet/sfc/mcdi_mon.c 		if (type < ARRAY_SIZE(efx_mcdi_sensor_type)) {
type              409 drivers/net/ethernet/sfc/mcdi_mon.c 			hwmon_type = efx_mcdi_sensor_type[type].hwmon_type;
type              413 drivers/net/ethernet/sfc/mcdi_mon.c 			    efx_mcdi_sensor_type[type].port >= 0 &&
type              414 drivers/net/ethernet/sfc/mcdi_mon.c 			    efx_mcdi_sensor_type[type].port !=
type              461 drivers/net/ethernet/sfc/mcdi_mon.c 				efx, name, efx_mcdi_mon_show_value, i, type, 0);
type              468 drivers/net/ethernet/sfc/mcdi_mon.c 					i, type, min1);
type              475 drivers/net/ethernet/sfc/mcdi_mon.c 				i, type, max1);
type              485 drivers/net/ethernet/sfc/mcdi_mon.c 					i, type, max2);
type              492 drivers/net/ethernet/sfc/mcdi_mon.c 			efx, name, efx_mcdi_mon_show_alarm, i, type, 0);
type              494 drivers/net/ethernet/sfc/mcdi_mon.c 		if (type < ARRAY_SIZE(efx_mcdi_sensor_type) &&
type              495 drivers/net/ethernet/sfc/mcdi_mon.c 		    efx_mcdi_sensor_type[type].label) {
type              499 drivers/net/ethernet/sfc/mcdi_mon.c 				efx, name, efx_mcdi_mon_show_label, i, type, 0);
type               20 drivers/net/ethernet/sfc/mcdi_port.c 	u32 type;
type               53 drivers/net/ethernet/sfc/mcdi_port.c 	cfg->type = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_TYPE);
type              436 drivers/net/ethernet/sfc/mcdi_port.c 	efx->phy_type = phy_data->type;
type             1097 drivers/net/ethernet/sfc/mcdi_port.c 			modinfo->type = ETH_MODULE_SFF_8079;
type             1100 drivers/net/ethernet/sfc/mcdi_port.c 			modinfo->type = ETH_MODULE_SFF_8472;
type             1106 drivers/net/ethernet/sfc/mcdi_port.c 		modinfo->type = ETH_MODULE_SFF_8436;
type               25 drivers/net/ethernet/sfc/mtd.c 	return efx->type->mtd_erase(mtd, erase->addr, erase->len);
type               34 drivers/net/ethernet/sfc/mtd.c 	rc = efx->type->mtd_sync(mtd);
type               73 drivers/net/ethernet/sfc/mtd.c 		part->mtd._read = efx->type->mtd_read;
type               74 drivers/net/ethernet/sfc/mtd.c 		part->mtd._write = efx->type->mtd_write;
type               77 drivers/net/ethernet/sfc/mtd.c 		efx->type->mtd_rename(part);
type              123 drivers/net/ethernet/sfc/mtd.c 		efx->type->mtd_rename(part);
type              458 drivers/net/ethernet/sfc/net_driver.h 	const struct efx_channel_type *type;
type              571 drivers/net/ethernet/sfc/net_driver.h #define RESET_TYPE(type) \
type              572 drivers/net/ethernet/sfc/net_driver.h 	STRING_TABLE_LOOKUP(type, efx_reset_type)
type              574 drivers/net/ethernet/sfc/net_driver.h void efx_get_udp_tunnel_type_name(u16 type, char *buf, size_t buflen);
type              942 drivers/net/ethernet/sfc/net_driver.h 	const struct efx_nic_type *type;
type             1114 drivers/net/ethernet/sfc/net_driver.h 	u16 type; /* TUNNEL_ENCAP_UDP_PORT_ENTRY_foo, see mcdi_pcol.h */
type             1304 drivers/net/ethernet/sfc/net_driver.h 	int (*set_wol)(struct efx_nic *efx, u32 type);
type             1469 drivers/net/ethernet/sfc/net_driver.h efx_get_tx_queue(struct efx_nic *efx, unsigned index, unsigned type)
type             1472 drivers/net/ethernet/sfc/net_driver.h 				  type >= EFX_TXQ_TYPES);
type             1473 drivers/net/ethernet/sfc/net_driver.h 	return &efx->channel[efx->tx_channel_offset + index]->tx_queue[type];
type             1478 drivers/net/ethernet/sfc/net_driver.h 	return channel->type && channel->type->want_txqs &&
type             1479 drivers/net/ethernet/sfc/net_driver.h 				channel->type->want_txqs(channel);
type             1483 drivers/net/ethernet/sfc/net_driver.h efx_channel_get_tx_queue(struct efx_channel *channel, unsigned type)
type             1486 drivers/net/ethernet/sfc/net_driver.h 				  type >= EFX_TXQ_TYPES);
type             1487 drivers/net/ethernet/sfc/net_driver.h 	return &channel->tx_queue[type];
type               63 drivers/net/ethernet/sfc/nic.c 	channel->efx->type->ev_test_generate(channel);
type               70 drivers/net/ethernet/sfc/nic.c 	return efx->type->irq_test_generate(efx);
type               84 drivers/net/ethernet/sfc/nic.c 				 efx->type->irq_handle_legacy, IRQF_SHARED,
type              109 drivers/net/ethernet/sfc/nic.c 		rc = request_irq(channel->irq, efx->type->irq_handle_msi,
type              377 drivers/net/ethernet/sfc/nic.c 		if (efx->type->revision >= reg->min_revision &&
type              378 drivers/net/ethernet/sfc/nic.c 		    efx->type->revision <= reg->max_revision)
type              384 drivers/net/ethernet/sfc/nic.c 		if (efx->type->revision >= table->min_revision &&
type              385 drivers/net/ethernet/sfc/nic.c 		    efx->type->revision <= table->max_revision)
type              399 drivers/net/ethernet/sfc/nic.c 		if (efx->type->revision >= reg->min_revision &&
type              400 drivers/net/ethernet/sfc/nic.c 		    efx->type->revision <= reg->max_revision) {
type              411 drivers/net/ethernet/sfc/nic.c 		if (!(efx->type->revision >= table->min_revision &&
type              412 drivers/net/ethernet/sfc/nic.c 		      efx->type->revision <= table->max_revision))
type               28 drivers/net/ethernet/sfc/nic.h 	return efx->type->revision;
type               96 drivers/net/ethernet/sfc/nic.h 	EFX_WARN_ON_ONCE_PARANOID(!tx_queue->efx->type->option_descriptors);
type              494 drivers/net/ethernet/sfc/nic.h 	return tx_queue->efx->type->tx_probe(tx_queue);
type              498 drivers/net/ethernet/sfc/nic.h 	tx_queue->efx->type->tx_init(tx_queue);
type              502 drivers/net/ethernet/sfc/nic.h 	tx_queue->efx->type->tx_remove(tx_queue);
type              506 drivers/net/ethernet/sfc/nic.h 	tx_queue->efx->type->tx_write(tx_queue);
type              512 drivers/net/ethernet/sfc/nic.h 	return rx_queue->efx->type->rx_probe(rx_queue);
type              516 drivers/net/ethernet/sfc/nic.h 	rx_queue->efx->type->rx_init(rx_queue);
type              520 drivers/net/ethernet/sfc/nic.h 	rx_queue->efx->type->rx_remove(rx_queue);
type              524 drivers/net/ethernet/sfc/nic.h 	rx_queue->efx->type->rx_write(rx_queue);
type              528 drivers/net/ethernet/sfc/nic.h 	rx_queue->efx->type->rx_defer_refill(rx_queue);
type              534 drivers/net/ethernet/sfc/nic.h 	return channel->efx->type->ev_probe(channel);
type              538 drivers/net/ethernet/sfc/nic.h 	return channel->efx->type->ev_init(channel);
type              542 drivers/net/ethernet/sfc/nic.h 	channel->efx->type->ev_fini(channel);
type              546 drivers/net/ethernet/sfc/nic.h 	channel->efx->type->ev_remove(channel);
type              551 drivers/net/ethernet/sfc/nic.h 	return channel->efx->type->ev_process(channel, quota);
type              555 drivers/net/ethernet/sfc/nic.h 	channel->efx->type->ev_read_ack(channel);
type              886 drivers/net/ethernet/sfc/ptp.c 		efx->type->ptp_write_host_time(efx, host_time);
type             1092 drivers/net/ethernet/sfc/ptp.c 	u8 type = skb->ip_summed == CHECKSUM_PARTIAL ? EFX_TXQ_TYPE_OFFLOAD : 0;
type             1094 drivers/net/ethernet/sfc/ptp.c 	tx_queue = &ptp_data->channel->tx_queue[type];
type             1394 drivers/net/ethernet/sfc/ptp.c 	ptp_evt.type = PTP_CLOCK_PPSUSR;
type             1777 drivers/net/ethernet/sfc/ptp.c 	rc = efx->type->ptp_set_ts_config(efx, init);
type             1813 drivers/net/ethernet/sfc/ptp.c 	ts_info->rx_filters = ptp->efx->type->hwtstamp_filters;
type             2172 drivers/net/ethernet/sfc/ptp.c 	if (request->type != PTP_CLK_REQ_PPS)
type             2205 drivers/net/ethernet/sfc/ptp.c 	if (efx->type->ptp_set_ts_sync_events)
type             2206 drivers/net/ethernet/sfc/ptp.c 		efx->type->ptp_set_ts_sync_events(efx, true, true);
type             2212 drivers/net/ethernet/sfc/ptp.c 	if (efx->type->ptp_set_ts_sync_events)
type             2213 drivers/net/ethernet/sfc/ptp.c 		efx->type->ptp_set_ts_sync_events(efx, false, true);
type              389 drivers/net/ethernet/sfc/rx.c 	unsigned max_len = rx_buf->len - efx->type->rx_buffer_padding;
type              625 drivers/net/ethernet/sfc/rx.c 	if (channel->type->receive_skb)
type              626 drivers/net/ethernet/sfc/rx.c 		if (channel->type->receive_skb(channel, skb))
type              669 drivers/net/ethernet/sfc/rx.c 	if ((rx_buf->flags & EFX_RX_PKT_TCP) && !channel->type->receive_skb)
type              839 drivers/net/ethernet/sfc/rx.c 	rc = efx->type->filter_insert(efx, &req->spec, true);
type              841 drivers/net/ethernet/sfc/rx.c 		rc %= efx->type->max_rx_ip_filters;
type             1000 drivers/net/ethernet/sfc/rx.c 	expire_one = efx->type->filter_rfs_expire_one;
type             1003 drivers/net/ethernet/sfc/rx.c 	size = efx->type->max_rx_ip_filters;
type              112 drivers/net/ethernet/sfc/selftest.c 	if (efx->type->test_nvram) {
type              113 drivers/net/ethernet/sfc/selftest.c 		rc = efx->type->test_nvram(efx);
type              590 drivers/net/ethernet/sfc/selftest.c 		if (efx->type->monitor != NULL) {
type              592 drivers/net/ethernet/sfc/selftest.c 			efx->type->monitor(efx);
type              599 drivers/net/ethernet/sfc/selftest.c 			link_up = !efx->type->check_mac_fault(efx);
type              731 drivers/net/ethernet/sfc/selftest.c 	if (efx->type->test_chip) {
type              732 drivers/net/ethernet/sfc/selftest.c 		rc_reset = efx->type->test_chip(efx, tests);
type              226 drivers/net/ethernet/sfc/siena.c 	efx->timer_max_ns = efx->type->timer_period_max *
type              675 drivers/net/ethernet/sfc/siena.c static int siena_set_wol(struct efx_nic *efx, u32 type)
type              680 drivers/net/ethernet/sfc/siena.c 	if (type & ~WAKE_MAGIC)
type              683 drivers/net/ethernet/sfc/siena.c 	if (type & WAKE_MAGIC) {
type              704 drivers/net/ethernet/sfc/siena.c 		  __func__, type, rc);
type              849 drivers/net/ethernet/sfc/siena.c 				     unsigned int type)
type              856 drivers/net/ethernet/sfc/siena.c 	if (type >= ARRAY_SIZE(siena_nvram_types) ||
type              857 drivers/net/ethernet/sfc/siena.c 	    siena_nvram_types[type].name == NULL)
type              860 drivers/net/ethernet/sfc/siena.c 	info = &siena_nvram_types[type];
type              865 drivers/net/ethernet/sfc/siena.c 	rc = efx_mcdi_nvram_info(efx, type, &size, &erase_size, &protected);
type              871 drivers/net/ethernet/sfc/siena.c 	part->nvram_type = type;
type              875 drivers/net/ethernet/sfc/siena.c 	part->common.mtd.type = MTD_NORFLASH;
type              906 drivers/net/ethernet/sfc/siena.c 	unsigned int type;
type              920 drivers/net/ethernet/sfc/siena.c 	type = 0;
type              926 drivers/net/ethernet/sfc/siena.c 						       type);
type              932 drivers/net/ethernet/sfc/siena.c 		type++;
type             1405 drivers/net/ethernet/sfc/siena_sriov.c 	unsigned qid, seq, type, data;
type             1412 drivers/net/ethernet/sfc/siena_sriov.c 	type = EFX_QWORD_FIELD(*event, VFDI_EV_TYPE);
type             1417 drivers/net/ethernet/sfc/siena_sriov.c 		   qid, seq, type, data);
type             1424 drivers/net/ethernet/sfc/siena_sriov.c 	if (type == VFDI_EV_TYPE_REQ_WORD0) {
type             1429 drivers/net/ethernet/sfc/siena_sriov.c 	} else if (seq != (vf->req_seqno++ & 0xff) || type != vf->req_type)
type               15 drivers/net/ethernet/sfc/sriov.c 	if (efx->type->sriov_set_vf_mac)
type               16 drivers/net/ethernet/sfc/sriov.c 		return efx->type->sriov_set_vf_mac(efx, vf_i, mac);
type               26 drivers/net/ethernet/sfc/sriov.c 	if (efx->type->sriov_set_vf_vlan) {
type               34 drivers/net/ethernet/sfc/sriov.c 		return efx->type->sriov_set_vf_vlan(efx, vf_i, vlan, qos);
type               45 drivers/net/ethernet/sfc/sriov.c 	if (efx->type->sriov_set_vf_spoofchk)
type               46 drivers/net/ethernet/sfc/sriov.c 		return efx->type->sriov_set_vf_spoofchk(efx, vf_i, spoofchk);
type               56 drivers/net/ethernet/sfc/sriov.c 	if (efx->type->sriov_get_vf_config)
type               57 drivers/net/ethernet/sfc/sriov.c 		return efx->type->sriov_get_vf_config(efx, vf_i, ivi);
type               67 drivers/net/ethernet/sfc/sriov.c 	if (efx->type->sriov_set_vf_link_state)
type               68 drivers/net/ethernet/sfc/sriov.c 		return efx->type->sriov_set_vf_link_state(efx, vf_i,
type              338 drivers/net/ethernet/sfc/tx.c 	const struct efx_nic_type *nic_type = tx_queue->efx->type;
type              649 drivers/net/ethernet/sfc/tx.c 	unsigned index, type;
type              660 drivers/net/ethernet/sfc/tx.c 	type = skb->ip_summed == CHECKSUM_PARTIAL ? EFX_TXQ_TYPE_OFFLOAD : 0;
type              663 drivers/net/ethernet/sfc/tx.c 		type |= EFX_TXQ_TYPE_HIGHPRI;
type              665 drivers/net/ethernet/sfc/tx.c 	tx_queue = efx_get_tx_queue(efx, index, type);
type              682 drivers/net/ethernet/sfc/tx.c int efx_setup_tc(struct net_device *net_dev, enum tc_setup_type type,
type              692 drivers/net/ethernet/sfc/tx.c 	if (type != TC_SETUP_QDISC_MQPRIO)
type              121 drivers/net/ethernet/sfc/tx_tso.c 		dma_len = tx_queue->efx->type->tx_limit_len(tx_queue,
type              310 drivers/net/ethernet/sgi/ioc3-eth.c 	const char *type = unknown;
type              322 drivers/net/ethernet/sgi/ioc3-eth.c 			type = "DS1981U";
type              348 drivers/net/ethernet/sgi/ioc3-eth.c 	pr_info("Found %s NIC", type);
type              349 drivers/net/ethernet/sgi/ioc3-eth.c 	if (type != unknown)
type              300 drivers/net/ethernet/sis/sis190.c 	u8  type;
type              313 drivers/net/ethernet/sis/sis190.c         unsigned int type;
type             1276 drivers/net/ethernet/sis/sis190.c 		    (phy->type != UNKNOWN)) {
type             1282 drivers/net/ethernet/sis/sis190.c 			if (phy->type == HOME)
type             1284 drivers/net/ethernet/sis/sis190.c 			else if (phy->type == LAN)
type             1329 drivers/net/ethernet/sis/sis190.c 	for (p = mii_chip_table; p->type; p++) {
type             1337 drivers/net/ethernet/sis/sis190.c 		phy->type = (p->type == MIX) ?
type             1339 drivers/net/ethernet/sis/sis190.c 				LAN : HOME) : p->type;
type             1345 drivers/net/ethernet/sis/sis190.c 		phy->type = UNKNOWN;
type              773 drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c static void dwmac4_enable_vlan(struct mac_device_info *hw, u32 type)
type              782 drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c 	value |= (type << GMAC_VLAN_VLC_SHIFT) & GMAC_VLAN_VLC;
type              489 drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.c static void dwmac4_set_vlan(struct dma_desc *p, u32 type)
type              491 drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.c 	type <<= TDES2_VLAN_TAG_SHIFT;
type              492 drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.c 	p->des2 |= cpu_to_le32(type & TDES2_VLAN_TAG_MASK);
type             1143 drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c static void dwxgmac2_enable_vlan(struct mac_device_info *hw, u32 type)
type             1152 drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c 	value |= (type << XGMAC_VLAN_VLC_SHIFT) & XGMAC_VLAN_VLC;
type              262 drivers/net/ethernet/stmicro/stmmac/dwxgmac2_descs.c 				enum pkt_hash_types *type)
type              275 drivers/net/ethernet/stmicro/stmmac/dwxgmac2_descs.c 			*type = PKT_HASH_TYPE_L4;
type              278 drivers/net/ethernet/stmicro/stmmac/dwxgmac2_descs.c 			*type = PKT_HASH_TYPE_L3;
type              336 drivers/net/ethernet/stmicro/stmmac/dwxgmac2_descs.c static void dwxgmac2_set_vlan(struct dma_desc *p, u32 type)
type              338 drivers/net/ethernet/stmicro/stmmac/dwxgmac2_descs.c 	type <<= XGMAC_TDES2_VTIR_SHIFT;
type              339 drivers/net/ethernet/stmicro/stmmac/dwxgmac2_descs.c 	p->des2 |= cpu_to_le32(type & XGMAC_TDES2_VTIR);
type               87 drivers/net/ethernet/stmicro/stmmac/enh_desc.c static int enh_desc_coe_rdes0(int ipc_err, int type, int payload_err)
type               90 drivers/net/ethernet/stmicro/stmmac/enh_desc.c 	u32 status = (type << 2 | ipc_err << 1 | payload_err) & 0x7;
type               91 drivers/net/ethernet/stmicro/stmmac/hwif.h 			   enum pkt_hash_types *type);
type               97 drivers/net/ethernet/stmicro/stmmac/hwif.h 	void (*set_vlan)(struct dma_desc *p, u32 type);
type              361 drivers/net/ethernet/stmicro/stmmac/hwif.h 	void (*enable_vlan)(struct mac_device_info *hw, u32 type);
type             1046 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	priv->phylink_config.type = PHYLINK_NETDEV;
type             3957 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c static int stmmac_setup_tc_block_cb(enum tc_setup_type type, void *type_data,
type             3968 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	switch (type) {
type             3985 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c static int stmmac_setup_tc(struct net_device *ndev, enum tc_setup_type type,
type             3990 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	switch (type) {
type              141 drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c 	switch (rq->type) {
type              329 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	tpriv->pt.type = htons(ETH_P_IP);
type              749 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	tpriv->pt.type = htons(ETH_P_PAUSE);
type              907 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	tpriv->pt.type = htons(ETH_P_IP);
type              983 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	tpriv->pt.type = htons(ETH_P_8021Q);
type             1240 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	tpriv->pt.type = svlan ? htons(ETH_P_8021Q) : htons(ETH_P_IP);
type             1598 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	tpriv->pt.type = htons(ETH_P_ARP);
type             2295 drivers/net/ethernet/sun/cassini.c 		int type, len;
type             2305 drivers/net/ethernet/sun/cassini.c 		type = CAS_VAL(RX_COMP1_TYPE, words[0]);
type             2306 drivers/net/ethernet/sun/cassini.c 		if (type == 0)
type             2341 drivers/net/ethernet/sun/cassini.c 		if (RX_DONT_BATCH || (type == 0x2)) {
type             3232 drivers/net/ethernet/sun/cassini.c 			char type;
type             3277 drivers/net/ethernet/sun/cassini.c 			type = readb(p + 3);
type             3278 drivers/net/ethernet/sun/cassini.c 			if (type == 'B') {
type             3293 drivers/net/ethernet/sun/cassini.c 			if (type != 'S')
type              456 drivers/net/ethernet/sun/ldmvsw.c 		.type = "vsw-port",
type              287 drivers/net/ethernet/sun/niu.c static u32 phy_encode(u32 type, int port)
type              289 drivers/net/ethernet/sun/niu.c 	return type << (port * 2);
type             4729 drivers/net/ethernet/sun/niu.c 	int type = phy_decode(np->parent->port_phy, np->port);
type             4732 drivers/net/ethernet/sun/niu.c 	switch (type) {
type             8542 drivers/net/ethernet/sun/niu.c 		      int dev_id_1, int dev_id_2, u8 phy_port, int type)
type             8549 drivers/net/ethernet/sun/niu.c 	if (type == PHY_TYPE_PMA_PMD || type == PHY_TYPE_PCS) {
type             8563 drivers/net/ethernet/sun/niu.c 		type == PHY_TYPE_PMA_PMD ? "PMA/PMD" :
type             8564 drivers/net/ethernet/sun/niu.c 		type == PHY_TYPE_PCS ? "PCS" : "MII",
type             8567 drivers/net/ethernet/sun/niu.c 	if (p->cur[type] >= NIU_MAX_PORTS) {
type             8571 drivers/net/ethernet/sun/niu.c 	idx = p->cur[type];
type             8572 drivers/net/ethernet/sun/niu.c 	p->phy_id[type][idx] = id;
type             8573 drivers/net/ethernet/sun/niu.c 	p->phy_port[type][idx] = phy_port;
type             8574 drivers/net/ethernet/sun/niu.c 	p->cur[type] = idx + 1;
type             8663 drivers/net/ethernet/sun/niu.c 		int type = phy_decode(parent->port_phy, i);
type             8665 drivers/net/ethernet/sun/niu.c 		if (type == PORT_TYPE_10G) {
type             9341 drivers/net/ethernet/sun/niu.c 		int type;
type             9343 drivers/net/ethernet/sun/niu.c 		type = phy_decode(port_phy, i);
type             9344 drivers/net/ethernet/sun/niu.c 		if (type == PORT_TYPE_10G)
type              541 drivers/net/ethernet/sun/sunvnet.c 		.type = "vnet-port",
type               58 drivers/net/ethernet/sun/sunvnet_common.c 	       pkt->type, pkt->stype, pkt->stype_env, pkt->sid);
type               81 drivers/net/ethernet/sun/sunvnet_common.c 	pkt.tag.type = VIO_TYPE_CTRL;
type              474 drivers/net/ethernet/sun/sunvnet_common.c 			.type		= VIO_TYPE_DATA,
type              748 drivers/net/ethernet/sun/sunvnet_common.c 		       pkt->tag.type,
type              847 drivers/net/ethernet/sun/sunvnet_common.c 			pkt->tag.type = VIO_TYPE_DATA;
type              864 drivers/net/ethernet/sun/sunvnet_common.c 			       msgbuf.tag.type,
type              873 drivers/net/ethernet/sun/sunvnet_common.c 		if (likely(msgbuf.tag.type == VIO_TYPE_DATA)) {
type              895 drivers/net/ethernet/sun/sunvnet_common.c 		} else if (msgbuf.tag.type == VIO_TYPE_CTRL) {
type              944 drivers/net/ethernet/sun/sunvnet_common.c 			.type		= VIO_TYPE_DATA,
type             1611 drivers/net/ethernet/sun/sunvnet_common.c 	info.tag.type = VIO_TYPE_CTRL;
type             2279 drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c static int xlgmac_write_rss_reg(struct xlgmac_pdata *pdata, unsigned int type,
type             2301 drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c 				     MAC_RSSAR_ADDRT_LEN, type);
type             2326 drivers/net/ethernet/ti/cpsw.c static int cpsw_ndo_setup_tc(struct net_device *ndev, enum tc_setup_type type,
type             2329 drivers/net/ethernet/ti/cpsw.c 	switch (type) {
type              174 drivers/net/ethernet/ti/cpsw_ale.c 	int type, idx;
type              180 drivers/net/ethernet/ti/cpsw_ale.c 		type = cpsw_ale_get_entry_type(ale_entry);
type              181 drivers/net/ethernet/ti/cpsw_ale.c 		if (type != ALE_TYPE_ADDR && type != ALE_TYPE_VLAN_ADDR)
type              195 drivers/net/ethernet/ti/cpsw_ale.c 	int type, idx;
type              199 drivers/net/ethernet/ti/cpsw_ale.c 		type = cpsw_ale_get_entry_type(ale_entry);
type              200 drivers/net/ethernet/ti/cpsw_ale.c 		if (type != ALE_TYPE_VLAN)
type              211 drivers/net/ethernet/ti/cpsw_ale.c 	int type, idx;
type              215 drivers/net/ethernet/ti/cpsw_ale.c 		type = cpsw_ale_get_entry_type(ale_entry);
type              216 drivers/net/ethernet/ti/cpsw_ale.c 		if (type == ALE_TYPE_FREE)
type              225 drivers/net/ethernet/ti/cpsw_ale.c 	int type, idx;
type              229 drivers/net/ethernet/ti/cpsw_ale.c 		type = cpsw_ale_get_entry_type(ale_entry);
type              230 drivers/net/ethernet/ti/cpsw_ale.c 		if (type != ALE_TYPE_ADDR && type != ALE_TYPE_VLAN_ADDR)
type              234 drivers/net/ethernet/ti/cpsw_ale.c 		type = cpsw_ale_get_ucast_type(ale_entry);
type              235 drivers/net/ethernet/ti/cpsw_ale.c 		if (type != ALE_UCAST_PERSISTANT &&
type              236 drivers/net/ethernet/ti/cpsw_ale.c 		    type != ALE_UCAST_OUI)
type              478 drivers/net/ethernet/ti/cpsw_ale.c 	int type, idx;
type              484 drivers/net/ethernet/ti/cpsw_ale.c 		type = cpsw_ale_get_entry_type(ale_entry);
type              485 drivers/net/ethernet/ti/cpsw_ale.c 		if (type != ALE_TYPE_VLAN)
type               64 drivers/net/ethernet/ti/cpsw_ethtool.c 	int type;
type               20 drivers/net/ethernet/ti/cpsw_priv.h #define cpsw_info(priv, type, format, ...)		\
type               22 drivers/net/ethernet/ti/cpsw_priv.h 	if (netif_msg_##type(priv) && net_ratelimit())		\
type               26 drivers/net/ethernet/ti/cpsw_priv.h #define cpsw_err(priv, type, format, ...)		\
type               28 drivers/net/ethernet/ti/cpsw_priv.h 	if (netif_msg_##type(priv) && net_ratelimit())		\
type               32 drivers/net/ethernet/ti/cpsw_priv.h #define cpsw_dbg(priv, type, format, ...)		\
type               34 drivers/net/ethernet/ti/cpsw_priv.h 	if (netif_msg_##type(priv) && net_ratelimit())		\
type               38 drivers/net/ethernet/ti/cpsw_priv.h #define cpsw_notice(priv, type, format, ...)		\
type               40 drivers/net/ethernet/ti/cpsw_priv.h 	if (netif_msg_##type(priv) && net_ratelimit())		\
type              144 drivers/net/ethernet/ti/cpts.c 	int i, type = -1;
type              161 drivers/net/ethernet/ti/cpts.c 		type = event_type(event);
type              162 drivers/net/ethernet/ti/cpts.c 		switch (type) {
type              184 drivers/net/ethernet/ti/cpts.c 		if (type == match)
type              187 drivers/net/ethernet/ti/cpts.c 	return type == match ? 0 : -1;
type               61 drivers/net/ethernet/ti/netcp.h 	enum netcp_addr_type	type;
type             1384 drivers/net/ethernet/ti/netcp_core.c 					  enum netcp_addr_type type)
type             1389 drivers/net/ethernet/ti/netcp_core.c 		if (naddr->type != type)
type             1401 drivers/net/ethernet/ti/netcp_core.c 					 enum netcp_addr_type type)
type             1409 drivers/net/ethernet/ti/netcp_core.c 	naddr->type = type;
type             1436 drivers/net/ethernet/ti/netcp_core.c 				enum netcp_addr_type type)
type             1440 drivers/net/ethernet/ti/netcp_core.c 	naddr = netcp_addr_find(netcp, addr, type);
type             1446 drivers/net/ethernet/ti/netcp_core.c 	naddr = netcp_addr_add(netcp, addr, type);
type             1462 drivers/net/ethernet/ti/netcp_core.c 			naddr->addr, naddr->type);
type             1486 drivers/net/ethernet/ti/netcp_core.c 			naddr->addr, naddr->type);
type             1878 drivers/net/ethernet/ti/netcp_core.c static int netcp_setup_tc(struct net_device *dev, enum tc_setup_type type,
type             1888 drivers/net/ethernet/ti/netcp_core.c 	if (type != TC_SETUP_QDISC_MQPRIO)
type              778 drivers/net/ethernet/ti/netcp_ethss.c 	int type;
type             1824 drivers/net/ethernet/ti/netcp_ethss.c 		if (gbe_dev->et_stats[i].type == stats_mod) {
type             1842 drivers/net/ethernet/ti/netcp_ethss.c 	base = gbe_dev->hw_stats_regs[gbe_dev->et_stats[et_stats_entry].type];
type             2462 drivers/net/ethernet/ti/netcp_ethss.c 		naddr->addr, naddr->type);
type             2464 drivers/net/ethernet/ti/netcp_ethss.c 	switch (naddr->type) {
type             2488 drivers/net/ethernet/ti/netcp_ethss.c 		naddr->addr, naddr->type);
type             2490 drivers/net/ethernet/ti/netcp_ethss.c 	switch (naddr->type) {
type              246 drivers/net/ethernet/ti/tlan.c tlan_set_timer(struct net_device *dev, u32 ticks, u32 type)
type              264 drivers/net/ethernet/ti/tlan.c 	priv->timer_type = type;
type             1158 drivers/net/ethernet/ti/tlan.c 	u16		type;
type             1163 drivers/net/ethernet/ti/tlan.c 	type = (host_int & TLAN_HI_IT_MASK) >> 2;
type             1164 drivers/net/ethernet/ti/tlan.c 	if (type) {
type             1169 drivers/net/ethernet/ti/tlan.c 		ack = tlan_int_vector[type](dev, host_int);
type             1172 drivers/net/ethernet/ti/tlan.c 			host_cmd = TLAN_HC_ACK | ack | (type << 18);
type             1179 drivers/net/ethernet/ti/tlan.c 	return IRQ_RETVAL(type);
type             2056 drivers/net/ethernet/ti/tlan.c static void tlan_print_list(struct tlan_list *list, char *type, int num)
type             2060 drivers/net/ethernet/ti/tlan.c 	pr_info("%s List %d at %p\n", type, num, list);
type              772 drivers/net/ethernet/toshiba/ps3_gelic_net.c 		enum gelic_port_type type;
type              774 drivers/net/ethernet/toshiba/ps3_gelic_net.c 		type = netdev_port(skb->dev)->type;
type              776 drivers/net/ethernet/toshiba/ps3_gelic_net.c 					     card->vlan[type].tx);
type             1552 drivers/net/ethernet/toshiba/ps3_gelic_net.c 	port->type = GELIC_PORT_ETHERNET_0;
type              310 drivers/net/ethernet/toshiba/ps3_gelic_net.h 	enum gelic_port_type type;
type             2302 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 	port->type = GELIC_PORT_WIRELESS;
type             1311 drivers/net/ethernet/via/via-velocity.c 				    enum velocity_init_type type)
type             1319 drivers/net/ethernet/via/via-velocity.c 	switch (type) {
type             3040 drivers/net/ethernet/via/via-velocity.c 		arp->type = htons(ETH_P_ARP);
type             1200 drivers/net/ethernet/via/via-velocity.h 	__be16 type;
type             1215 drivers/net/ethernet/via/via-velocity.h 	__be16 type;
type             1848 drivers/net/ethernet/xilinx/xilinx_axienet_main.c 	lp->phylink_config.type = PHYLINK_NETDEV;
type              289 drivers/net/fddi/defxx.c static void		dfx_hw_adap_reset(DFX_board_t *bp, PI_UINT32 type);
type              291 drivers/net/fddi/defxx.c static int		dfx_hw_dma_uninit(DFX_board_t *bp, PI_UINT32 type);
type             2818 drivers/net/fddi/defxx.c 	PI_UINT32	type
type             2824 drivers/net/fddi/defxx.c 	dfx_port_write_long(bp, PI_PDQ_K_REG_PORT_DATA_A, type);	/* tell adapter type of reset */
type             2904 drivers/net/fddi/defxx.c static int dfx_hw_dma_uninit(DFX_board_t *bp, PI_UINT32 type)
type             2910 drivers/net/fddi/defxx.c 	dfx_hw_adap_reset(bp, type);
type               96 drivers/net/fddi/skfp/h/cmtdef.h #define	SK_LOC_DECL(type,var)	type var
type               98 drivers/net/fddi/skfp/h/cmtdef.h #define	SK_LOC_DECL(type,var)	static type var
type              485 drivers/net/fddi/skfp/h/cmtdef.h SMbuf *smt_build_frame(struct s_smc *smc, int class, int type,
type              507 drivers/net/fddi/skfp/h/cmtdef.h void pcm_status_state(struct s_smc *smc, int np, int *type, int *state,
type               55 drivers/net/fddi/skfp/pcmplc.c struct s_smc	* smc, int  type, int  index
type             1418 drivers/net/fddi/skfp/pcmplc.c 		int	type,ne ;
type             1421 drivers/net/fddi/skfp/pcmplc.c 		type = mib->fddiPORTMy_Type ;
type             1426 drivers/net/fddi/skfp/pcmplc.c 		switch (type) {
type             1464 drivers/net/fddi/skfp/pcmplc.c 		if (	(type == TA && ne == TA ) ||
type             1465 drivers/net/fddi/skfp/pcmplc.c 			(type == TA && ne == TS ) ||
type             1466 drivers/net/fddi/skfp/pcmplc.c 			(type == TB && ne == TB ) ||
type             1467 drivers/net/fddi/skfp/pcmplc.c 			(type == TB && ne == TS ) ||
type             1468 drivers/net/fddi/skfp/pcmplc.c 			(type == TS && ne == TA ) ||
type             1469 drivers/net/fddi/skfp/pcmplc.c 			(type == TS && ne == TB ) ) {
type             1590 drivers/net/fddi/skfp/pcmplc.c void pcm_status_state(struct s_smc *smc, int np, int *type, int *state,
type             1600 drivers/net/fddi/skfp/pcmplc.c 	*type = mib->fddiPORTMy_Type ;		/* our PHY type */
type               65 drivers/net/fddi/skfp/smt.c 			 int fc, u_long tid, int type, int local);
type               67 drivers/net/fddi/skfp/smt.c                          u_long tid, int type, int len);
type              929 drivers/net/fddi/skfp/smt.c 			 int fc, u_long tid, int type, int local)
type              938 drivers/net/fddi/skfp/smt.c 	if (!(mb = smt_build_frame(smc,SMT_NIF,type,sizeof(struct smt_nif))))
type              995 drivers/net/fddi/skfp/smt.c 			 u_long tid, int type, int len)
type             1005 drivers/net/fddi/skfp/smt.c 	if (!(mb = smt_build_frame(smc,SMT_ECF,type,SMT_ECF_LEN + len)))
type             1101 drivers/net/fddi/skfp/smt.c SMbuf *smt_build_frame(struct s_smc *smc, int class, int type,
type             1119 drivers/net/fddi/skfp/smt.c 	smt->smt_type = type ;
type             1333 drivers/net/fddi/skfp/smt.c 	SK_LOC_DECL(int,type) ;
type             1356 drivers/net/fddi/skfp/smt.c 		pcm_status_state(smc,physp,&type,&state,&remote,&mac) ;
type             1362 drivers/net/fddi/skfp/smt.c 		phy->phy_type = type ;
type             1828 drivers/net/fddi/skfp/smt.c 	int	type ;
type             1843 drivers/net/fddi/skfp/smt.c 		type = pa->p_type ;
type             1848 drivers/net/fddi/skfp/smt.c 			type = pa->p_type ;
type             1857 drivers/net/fddi/skfp/smt.c 			if (pd->ptype == type)
type              370 drivers/net/fjes/fjes_hw.c 			      enum fjes_dev_command_request_type type)
type              379 drivers/net/fjes/fjes_hw.c 	cr.bits.req_code = type;
type              194 drivers/net/fjes/fjes_main.c 	switch (acpi_res->type) {
type              482 drivers/net/geneve.c 	__be16 type;
type              517 drivers/net/geneve.c 	type = gh->proto_type;
type              520 drivers/net/geneve.c 	ptype = gro_find_receive_by_type(type);
type              542 drivers/net/geneve.c 	__be16 type;
type              548 drivers/net/geneve.c 	type = gh->proto_type;
type              551 drivers/net/geneve.c 	ptype = gro_find_complete_by_type(type);
type             1158 drivers/net/geneve.c 	[IFLA_GENEVE_ID]		= { .type = NLA_U32 },
type             1161 drivers/net/geneve.c 	[IFLA_GENEVE_TTL]		= { .type = NLA_U8 },
type             1162 drivers/net/geneve.c 	[IFLA_GENEVE_TOS]		= { .type = NLA_U8 },
type             1163 drivers/net/geneve.c 	[IFLA_GENEVE_LABEL]		= { .type = NLA_U32 },
type             1164 drivers/net/geneve.c 	[IFLA_GENEVE_PORT]		= { .type = NLA_U16 },
type             1165 drivers/net/geneve.c 	[IFLA_GENEVE_COLLECT_METADATA]	= { .type = NLA_FLAG },
type             1166 drivers/net/geneve.c 	[IFLA_GENEVE_UDP_CSUM]		= { .type = NLA_U8 },
type             1167 drivers/net/geneve.c 	[IFLA_GENEVE_UDP_ZERO_CSUM6_TX]	= { .type = NLA_U8 },
type             1168 drivers/net/geneve.c 	[IFLA_GENEVE_UDP_ZERO_CSUM6_RX]	= { .type = NLA_U8 },
type             1169 drivers/net/geneve.c 	[IFLA_GENEVE_TTL_INHERIT]	= { .type = NLA_U8 },
type             1170 drivers/net/geneve.c 	[IFLA_GENEVE_DF]		= { .type = NLA_U8 },
type              233 drivers/net/gtp.c 	if (gtp0->type != GTP_TPDU)
type              260 drivers/net/gtp.c 	if (gtp1->type != GTP_TPDU)
type              412 drivers/net/gtp.c 	gtp0->type	= GTP_TPDU;
type              435 drivers/net/gtp.c 	gtp1->type	= GTP_TPDU;
type              628 drivers/net/gtp.c 	dev->type = ARPHRD_NONE;
type              719 drivers/net/gtp.c 	[IFLA_GTP_FD0]			= { .type = NLA_U32 },
type              720 drivers/net/gtp.c 	[IFLA_GTP_FD1]			= { .type = NLA_U32 },
type              721 drivers/net/gtp.c 	[IFLA_GTP_PDP_HASHSIZE]		= { .type = NLA_U32 },
type              722 drivers/net/gtp.c 	[IFLA_GTP_ROLE]			= { .type = NLA_U32 },
type              791 drivers/net/gtp.c static struct sock *gtp_encap_enable_socket(int fd, int type,
type              799 drivers/net/gtp.c 	pr_debug("enable gtp on %d, %d\n", fd, type);
type              825 drivers/net/gtp.c 	tuncfg.encap_type = type;
type             1175 drivers/net/gtp.c 			      int flags, u32 type, struct pdp_ctx *pctx)
type             1180 drivers/net/gtp.c 			    type);
type             1297 drivers/net/gtp.c 	[GTPA_LINK]		= { .type = NLA_U32, },
type             1298 drivers/net/gtp.c 	[GTPA_VERSION]		= { .type = NLA_U32, },
type             1299 drivers/net/gtp.c 	[GTPA_TID]		= { .type = NLA_U64, },
type             1300 drivers/net/gtp.c 	[GTPA_PEER_ADDRESS]	= { .type = NLA_U32, },
type             1301 drivers/net/gtp.c 	[GTPA_MS_ADDRESS]	= { .type = NLA_U32, },
type             1302 drivers/net/gtp.c 	[GTPA_FLOW]		= { .type = NLA_U16, },
type             1303 drivers/net/gtp.c 	[GTPA_NET_NS_FD]	= { .type = NLA_U32, },
type             1304 drivers/net/gtp.c 	[GTPA_I_TEI]		= { .type = NLA_U32, },
type             1305 drivers/net/gtp.c 	[GTPA_O_TEI]		= { .type = NLA_U32, },
type              320 drivers/net/hamradio/6pack.c 	dev->type		= ARPHRD_AX25;
type              719 drivers/net/hamradio/6pack.c 		dev->type            = ARPHRD_AX25;
type             1156 drivers/net/hamradio/baycom_epp.c 	dev->type = ARPHRD_AX25;           /* AF_AX25 device */
type               91 drivers/net/hamradio/bpqether.c 	.type	= cpu_to_be16(ETH_P_BPQ),
type              140 drivers/net/hamradio/bpqether.c 	return dev->type == ARPHRD_ETHER && strncmp(dev->name, "dummy", 5);
type              448 drivers/net/hamradio/bpqether.c 	dev->type            = ARPHRD_AX25;
type              182 drivers/net/hamradio/dmascc.c 	int type;
type              219 drivers/net/hamradio/dmascc.c static int setup_adapter(int card_base, int type, int n) __init;
type              280 drivers/net/hamradio/dmascc.c 		if (info->priv[0].type == TYPE_TWIN)
type              284 drivers/net/hamradio/dmascc.c 			       hw[info->priv[0].type].io_size);
type              422 drivers/net/hamradio/dmascc.c 	dev->type = ARPHRD_AX25;
type              439 drivers/net/hamradio/dmascc.c static int __init setup_adapter(int card_base, int type, int n)
type              447 drivers/net/hamradio/dmascc.c 	int tmr_base = card_base + hw[type].tmr_offset;
type              448 drivers/net/hamradio/dmascc.c 	int scc_base = card_base + hw[type].scc_offset;
type              462 drivers/net/hamradio/dmascc.c 		       hw[type].name, card_base);
type              471 drivers/net/hamradio/dmascc.c 		       hw[type].name, card_base);
type              478 drivers/net/hamradio/dmascc.c 	priv->type = type;
type              509 drivers/net/hamradio/dmascc.c 	if (type == TYPE_TWIN) {
type              531 drivers/net/hamradio/dmascc.c 	if (type == TYPE_TWIN) {
type              542 drivers/net/hamradio/dmascc.c 		       hw[type].name, card_base, irq);
type              551 drivers/net/hamradio/dmascc.c 		priv->type = type;
type              564 drivers/net/hamradio/dmascc.c 		priv->param.pclk_hz = hw[type].pclk_hz;
type              594 drivers/net/hamradio/dmascc.c 	       hw[type].name, chipnames[chip], card_base, irq);
type              600 drivers/net/hamradio/dmascc.c 	if (info->priv[0].type == TYPE_TWIN)
type              618 drivers/net/hamradio/dmascc.c 	switch (priv->type) {
type              645 drivers/net/hamradio/dmascc.c 	switch (priv->type) {
type              671 drivers/net/hamradio/dmascc.c 	switch (priv->type) {
type              697 drivers/net/hamradio/dmascc.c 	switch (priv->type) {
type              793 drivers/net/hamradio/dmascc.c 			if (priv->type == TYPE_TWIN)
type              822 drivers/net/hamradio/dmascc.c 	if (priv->type == TYPE_TWIN) {
type              829 drivers/net/hamradio/dmascc.c 	if ((priv->type == TYPE_TWIN) && !(priv->param.clocks & TRxCOI)) {
type              837 drivers/net/hamradio/dmascc.c 	if (priv->type == TYPE_TWIN) {
type              863 drivers/net/hamradio/dmascc.c 	if (priv->type == TYPE_TWIN) {
type              873 drivers/net/hamradio/dmascc.c 		if (priv->type == TYPE_TWIN)
type              985 drivers/net/hamradio/dmascc.c 		if (priv->type == TYPE_TWIN)
type             1030 drivers/net/hamradio/dmascc.c 		if (priv->type == TYPE_TWIN) {
type             1055 drivers/net/hamradio/dmascc.c 	if (priv->param.dma >= 0 && priv->type == TYPE_TWIN)
type             1073 drivers/net/hamradio/dmascc.c 		if (priv->type != TYPE_TWIN) {
type             1135 drivers/net/hamradio/dmascc.c 	if (info->priv[0].type == TYPE_TWIN) {
type             1335 drivers/net/hamradio/dmascc.c 		if (priv->param.dma >= 0 && priv->type == TYPE_TWIN)
type             1390 drivers/net/hamradio/dmascc.c 	if ((drr0 & CTS) && (~rr0 & CTS) && priv->type != TYPE_TWIN)
type             1407 drivers/net/hamradio/dmascc.c 		if (priv->type != TYPE_TWIN)
type             1433 drivers/net/hamradio/dmascc.c 			if (priv->type != TYPE_TWIN)
type              671 drivers/net/hamradio/hdlcdrv.c 	dev->type = ARPHRD_AX25;           /* AF_AX25 device */
type              643 drivers/net/hamradio/mkiss.c 	dev->type            = ARPHRD_AX25;
type              718 drivers/net/hamradio/mkiss.c 	dev->type = ARPHRD_AX25;
type              838 drivers/net/hamradio/mkiss.c 		dev->type            = ARPHRD_AX25;
type             1570 drivers/net/hamradio/scc.c 	dev->type = ARPHRD_AX25;
type             1106 drivers/net/hamradio/yam.c 	dev->type = ARPHRD_AX25;
type               31 drivers/net/hyperv/hyperv_net.h 	u8 type;
type             1144 drivers/net/hyperv/hyperv_net.h 	u32 type;
type             1151 drivers/net/hyperv/hyperv_net.h 	u32 type:31;
type             1205 drivers/net/hyperv/hyperv_net.h 	u8 type;
type             1424 drivers/net/hyperv/hyperv_net.h 			u32 type:1;
type             1430 drivers/net/hyperv/hyperv_net.h 			u32 type:1;
type             1435 drivers/net/hyperv/hyperv_net.h 			u32 type:1;
type             1441 drivers/net/hyperv/hyperv_net.h 			u32 type:1;
type             1446 drivers/net/hyperv/hyperv_net.h 			u32 type:1;
type             1260 drivers/net/hyperv/netvsc.c 	switch (desc->type) {
type             1277 drivers/net/hyperv/netvsc.c 			   desc->type, desc->trans_id);
type              237 drivers/net/hyperv/netvsc_drv.c 	ppi->type = pkt_type;
type              628 drivers/net/hyperv/netvsc_drv.c 		lso_info->lso_v2_transmit.type = NDIS_TCP_LARGE_SEND_OFFLOAD_V2_TYPE;
type             2461 drivers/net/hyperv/netvsc_drv.c 	if (event_dev->type != ARPHRD_ETHER)
type               26 drivers/net/hyperv/netvsc_trace.h #define show_rndis_type(type)					\
type               27 drivers/net/hyperv/netvsc_trace.h 	__print_symbolic(type,					\
type               96 drivers/net/hyperv/netvsc_trace.h #define show_nvsp_type(type)								\
type               97 drivers/net/hyperv/netvsc_trace.h 	__print_symbolic(type,								\
type              335 drivers/net/hyperv/rndis_filter.c 				  u32 type, u8 internal)
type              348 drivers/net/hyperv/rndis_filter.c 		if (ppi->type == type && ppi->internal == internal)
type              547 drivers/net/hyperv/rndis_filter.c 		hwcaps->header.type = NDIS_OBJECT_TYPE_OFFLOAD;
type              559 drivers/net/hyperv/rndis_filter.c 		cap->hdr.type = NDIS_OBJECT_TYPE_RSS_CAPABILITIES;
type              608 drivers/net/hyperv/rndis_filter.c 	if (caps->header.type != NDIS_OBJECT_TYPE_OFFLOAD) {
type              610 drivers/net/hyperv/rndis_filter.c 			    caps->header.type);
type              745 drivers/net/hyperv/rndis_filter.c 	offload_params->header.type = NDIS_OBJECT_TYPE_DEFAULT;
type              794 drivers/net/hyperv/rndis_filter.c 	rssp->hdr.type = NDIS_OBJECT_TYPE_RSS_PARAMETERS;
type             1849 drivers/net/ieee802154/ca8210.c 	hdr.fc.type = 1; /* Data frame */
type              376 drivers/net/ieee802154/mac802154_hwsim.c 	[MAC802154_HWSIM_EDGE_ATTR_ENDPOINT_ID] = { .type = NLA_U32 },
type              377 drivers/net/ieee802154/mac802154_hwsim.c 	[MAC802154_HWSIM_EDGE_ATTR_LQI] = { .type = NLA_U8 },
type              580 drivers/net/ieee802154/mac802154_hwsim.c 	[MAC802154_HWSIM_ATTR_RADIO_ID] = { .type = NLA_U32 },
type              581 drivers/net/ieee802154/mac802154_hwsim.c 	[MAC802154_HWSIM_ATTR_RADIO_EDGE] = { .type = NLA_NESTED },
type              582 drivers/net/ieee802154/mac802154_hwsim.c 	[MAC802154_HWSIM_ATTR_RADIO_EDGES] = { .type = NLA_NESTED },
type              165 drivers/net/ipvlan/ipvlan.h void *ipvlan_get_L3_hdr(struct ipvl_port *port, struct sk_buff *skb, int *type);
type              136 drivers/net/ipvlan/ipvlan_core.c void *ipvlan_get_L3_hdr(struct ipvl_port *port, struct sk_buff *skb, int *type)
type              148 drivers/net/ipvlan/ipvlan_core.c 		*type = IPVL_ARP;
type              166 drivers/net/ipvlan/ipvlan_core.c 		*type = IPVL_IPV4;
type              181 drivers/net/ipvlan/ipvlan_core.c 		*type = IPVL_IPV6;
type              204 drivers/net/ipvlan/ipvlan_core.c 			*type = IPVL_ICMPV6;
type              348 drivers/net/ipvlan/ipvlan_main.c 			      unsigned short type, const void *daddr,
type              358 drivers/net/ipvlan/ipvlan_main.c 	return dev_hard_header(skb, phy_dev, type, daddr,
type              535 drivers/net/ipvlan/ipvlan_main.c 		if (phy_dev->type != ARPHRD_ETHER ||
type              663 drivers/net/ipvlan/ipvlan_main.c 	[IFLA_IPVLAN_MODE] = { .type = NLA_U16 },
type              664 drivers/net/ipvlan/ipvlan_main.c 	[IFLA_IPVLAN_FLAGS] = { .type = NLA_U16 },
type              171 drivers/net/loopback.c 	dev->type		= ARPHRD_LOOPBACK;	/* 0x0001*/
type             1587 drivers/net/macsec.c 	[MACSEC_ATTR_IFINDEX] = { .type = NLA_U32 },
type             1588 drivers/net/macsec.c 	[MACSEC_ATTR_RXSC_CONFIG] = { .type = NLA_NESTED },
type             1589 drivers/net/macsec.c 	[MACSEC_ATTR_SA_CONFIG] = { .type = NLA_NESTED },
type             1593 drivers/net/macsec.c 	[MACSEC_RXSC_ATTR_SCI] = { .type = NLA_U64 },
type             1594 drivers/net/macsec.c 	[MACSEC_RXSC_ATTR_ACTIVE] = { .type = NLA_U8 },
type             1598 drivers/net/macsec.c 	[MACSEC_SA_ATTR_AN] = { .type = NLA_U8 },
type             1599 drivers/net/macsec.c 	[MACSEC_SA_ATTR_ACTIVE] = { .type = NLA_U8 },
type             1600 drivers/net/macsec.c 	[MACSEC_SA_ATTR_PN] = { .type = NLA_U32 },
type             1601 drivers/net/macsec.c 	[MACSEC_SA_ATTR_KEYID] = { .type = NLA_BINARY,
type             1603 drivers/net/macsec.c 	[MACSEC_SA_ATTR_KEY] = { .type = NLA_BINARY,
type             2987 drivers/net/macsec.c 	[IFLA_MACSEC_SCI] = { .type = NLA_U64 },
type             2988 drivers/net/macsec.c 	[IFLA_MACSEC_PORT] = { .type = NLA_U16 },
type             2989 drivers/net/macsec.c 	[IFLA_MACSEC_ICV_LEN] = { .type = NLA_U8 },
type             2990 drivers/net/macsec.c 	[IFLA_MACSEC_CIPHER_SUITE] = { .type = NLA_U64 },
type             2991 drivers/net/macsec.c 	[IFLA_MACSEC_WINDOW] = { .type = NLA_U32 },
type             2992 drivers/net/macsec.c 	[IFLA_MACSEC_ENCODING_SA] = { .type = NLA_U8 },
type             2993 drivers/net/macsec.c 	[IFLA_MACSEC_ENCRYPT] = { .type = NLA_U8 },
type             2994 drivers/net/macsec.c 	[IFLA_MACSEC_PROTECT] = { .type = NLA_U8 },
type             2995 drivers/net/macsec.c 	[IFLA_MACSEC_INC_SCI] = { .type = NLA_U8 },
type             2996 drivers/net/macsec.c 	[IFLA_MACSEC_ES] = { .type = NLA_U8 },
type             2997 drivers/net/macsec.c 	[IFLA_MACSEC_SCB] = { .type = NLA_U8 },
type             2998 drivers/net/macsec.c 	[IFLA_MACSEC_REPLAY_PROTECT] = { .type = NLA_U8 },
type             2999 drivers/net/macsec.c 	[IFLA_MACSEC_VALIDATION] = { .type = NLA_U8 },
type             3241 drivers/net/macsec.c 	if (real_dev->type != ARPHRD_ETHER)
type              579 drivers/net/macvlan.c 			       unsigned short type, const void *daddr,
type              585 drivers/net/macvlan.c 	return dev_hard_header(skb, lowerdev, type, daddr,
type             1189 drivers/net/macvlan.c 	if (dev->type != ARPHRD_ETHER || dev->flags & IFF_LOOPBACK)
type             1247 drivers/net/macvlan.c 		sa.sa_family = port->dev->type;
type             1628 drivers/net/macvlan.c 	[IFLA_MACVLAN_MODE]  = { .type = NLA_U32 },
type             1629 drivers/net/macvlan.c 	[IFLA_MACVLAN_FLAGS] = { .type = NLA_U16 },
type             1630 drivers/net/macvlan.c 	[IFLA_MACVLAN_MACADDR_MODE] = { .type = NLA_U32 },
type             1631 drivers/net/macvlan.c 	[IFLA_MACVLAN_MACADDR] = { .type = NLA_BINARY, .len = MAX_ADDR_LEN },
type             1632 drivers/net/macvlan.c 	[IFLA_MACVLAN_MACADDR_DATA] = { .type = NLA_NESTED },
type             1633 drivers/net/macvlan.c 	[IFLA_MACVLAN_MACADDR_COUNT] = { .type = NLA_U32 },
type              113 drivers/net/netdevsim/bpf.c int nsim_bpf_setup_tc_block_cb(enum tc_setup_type type,
type              121 drivers/net/netdevsim/bpf.c 	if (type != TC_SETUP_CLSBPF) {
type              284 drivers/net/netdevsim/bus.c 	nsim_bus_dev->dev.type = &nsim_bus_dev_type;
type               76 drivers/net/netdevsim/netdev.c nsim_setup_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv)
type               78 drivers/net/netdevsim/netdev.c 	return nsim_bpf_setup_tc_block_cb(type, type_data, cb_priv);
type              209 drivers/net/netdevsim/netdev.c nsim_setup_tc(struct net_device *dev, enum tc_setup_type type, void *type_data)
type              213 drivers/net/netdevsim/netdev.c 	switch (type) {
type               88 drivers/net/netdevsim/netdevsim.h int nsim_bpf_setup_tc_block_cb(enum tc_setup_type type,
type              120 drivers/net/netdevsim/netdevsim.h nsim_bpf_setup_tc_block_cb(enum tc_setup_type type, void *type_data,
type              106 drivers/net/nlmon.c 	dev->type = ARPHRD_NETLINK;
type               33 drivers/net/phy/aquantia_hwmon.c 				    enum hwmon_sensor_types type,
type               36 drivers/net/phy/aquantia_hwmon.c 	if (type != hwmon_temp)
type              104 drivers/net/phy/aquantia_hwmon.c static int aqr_hwmon_read(struct device *dev, enum hwmon_sensor_types type,
type              110 drivers/net/phy/aquantia_hwmon.c 	if (type != hwmon_temp)
type              157 drivers/net/phy/aquantia_hwmon.c static int aqr_hwmon_write(struct device *dev, enum hwmon_sensor_types type,
type              162 drivers/net/phy/aquantia_hwmon.c 	if (type != hwmon_temp)
type              195 drivers/net/phy/aquantia_hwmon.c 	.type = hwmon_chip,
type              209 drivers/net/phy/aquantia_hwmon.c 	.type = hwmon_temp,
type              470 drivers/net/phy/dp83640.c 	switch (rq->type) {
type              573 drivers/net/phy/dp83640.c static bool is_status_frame(struct sk_buff *skb, int type)
type              577 drivers/net/phy/dp83640.c 	if (PTP_CLASS_V2_L2 == type &&
type              784 drivers/net/phy/dp83640.c 	event.type = PTP_CLOCK_EXTTS;
type              803 drivers/net/phy/dp83640.c static int match(struct sk_buff *skb, unsigned int type, struct rxts *rxts)
type              811 drivers/net/phy/dp83640.c 	if (type & PTP_CLASS_VLAN)
type              814 drivers/net/phy/dp83640.c 	switch (type & PTP_CLASS_PMASK) {
type              831 drivers/net/phy/dp83640.c 	if (unlikely(type & PTP_CLASS_V1))
type              945 drivers/net/phy/dp83640.c 	u16 ests, type;
type              949 drivers/net/phy/dp83640.c 	for (len = skb_headlen(skb) - 2; len > sizeof(type); len -= size) {
type              951 drivers/net/phy/dp83640.c 		type = *(u16 *)ptr;
type              952 drivers/net/phy/dp83640.c 		ests = type & 0x0fff;
type              953 drivers/net/phy/dp83640.c 		type = type & 0xf000;
type              954 drivers/net/phy/dp83640.c 		len -= sizeof(type);
type              955 drivers/net/phy/dp83640.c 		ptr += sizeof(type);
type              957 drivers/net/phy/dp83640.c 		if (PSF_RX == type && len >= sizeof(*phy_rxts)) {
type              963 drivers/net/phy/dp83640.c 		} else if (PSF_TX == type && len >= sizeof(*phy_txts)) {
type              969 drivers/net/phy/dp83640.c 		} else if (PSF_EVNT == type) {
type              981 drivers/net/phy/dp83640.c static int is_sync(struct sk_buff *skb, int type)
type              986 drivers/net/phy/dp83640.c 	if (type & PTP_CLASS_VLAN)
type              989 drivers/net/phy/dp83640.c 	switch (type & PTP_CLASS_PMASK) {
type             1003 drivers/net/phy/dp83640.c 	if (type & PTP_CLASS_V1)
type             1432 drivers/net/phy/dp83640.c 			     struct sk_buff *skb, int type)
type             1441 drivers/net/phy/dp83640.c 	if (is_status_frame(skb, type)) {
type             1450 drivers/net/phy/dp83640.c 	if ((type & dp83640->version) == 0 || (type & dp83640->layer) == 0)
type             1457 drivers/net/phy/dp83640.c 		if (match(skb, type, rxts)) {
type             1469 drivers/net/phy/dp83640.c 		skb_info->ptp_type = type;
type             1481 drivers/net/phy/dp83640.c 			     struct sk_buff *skb, int type)
type             1489 drivers/net/phy/dp83640.c 		if (is_sync(skb, type)) {
type             1683 drivers/net/phy/marvell.c 			       enum hwmon_sensor_types type,
type             1701 drivers/net/phy/marvell.c 					 enum hwmon_sensor_types type,
type             1704 drivers/net/phy/marvell.c 	if (type != hwmon_temp)
type             1721 drivers/net/phy/marvell.c 	.type = hwmon_chip,
type             1731 drivers/net/phy/marvell.c 	.type = hwmon_temp,
type             1814 drivers/net/phy/marvell.c 			       enum hwmon_sensor_types type,
type             1838 drivers/net/phy/marvell.c 				enum hwmon_sensor_types type,
type             1855 drivers/net/phy/marvell.c 					 enum hwmon_sensor_types type,
type             1858 drivers/net/phy/marvell.c 	if (type != hwmon_temp)
type             1878 drivers/net/phy/marvell.c 	.type = hwmon_temp,
type             1958 drivers/net/phy/marvell.c 			       enum hwmon_sensor_types type,
type             1976 drivers/net/phy/marvell.c 					 enum hwmon_sensor_types type,
type             1979 drivers/net/phy/marvell.c 	if (type != hwmon_temp)
type             1996 drivers/net/phy/marvell.c 	.type = hwmon_temp,
type               71 drivers/net/phy/marvell10g.c 				       enum hwmon_sensor_types type,
type               74 drivers/net/phy/marvell10g.c 	if (type == hwmon_chip && attr == hwmon_chip_update_interval)
type               76 drivers/net/phy/marvell10g.c 	if (type == hwmon_temp && attr == hwmon_temp_input)
type               81 drivers/net/phy/marvell10g.c static int mv3310_hwmon_read(struct device *dev, enum hwmon_sensor_types type,
type               87 drivers/net/phy/marvell10g.c 	if (type == hwmon_chip && attr == hwmon_chip_update_interval) {
type               92 drivers/net/phy/marvell10g.c 	if (type == hwmon_temp && attr == hwmon_temp_input) {
type              116 drivers/net/phy/marvell10g.c 	.type = hwmon_chip,
type              126 drivers/net/phy/marvell10g.c 	.type = hwmon_temp,
type               95 drivers/net/phy/micrel.c 	const struct kszphy_type *type;
type              159 drivers/net/phy/micrel.c 	const struct kszphy_type *type = phydev->drv->driver_data;
type              163 drivers/net/phy/micrel.c 	if (type && type->interrupt_level_mask)
type              164 drivers/net/phy/micrel.c 		mask = type->interrupt_level_mask;
type              286 drivers/net/phy/micrel.c 		kszphy_setup_led(phydev, priv->type->led_mode_reg, priv->led_mode);
type              294 drivers/net/phy/micrel.c 	const struct kszphy_type *type;
type              299 drivers/net/phy/micrel.c 	type = priv->type;
type              301 drivers/net/phy/micrel.c 	if (type->has_broadcast_disable)
type              304 drivers/net/phy/micrel.c 	if (type->has_nand_tree_disable)
type              928 drivers/net/phy/micrel.c 	const struct kszphy_type *type = phydev->drv->driver_data;
type              940 drivers/net/phy/micrel.c 	priv->type = type;
type              942 drivers/net/phy/micrel.c 	if (type->led_mode_reg) {
type              963 drivers/net/phy/micrel.c 		priv->rmii_ref_clk_sel = type->has_rmii_ref_clk_sel;
type              274 drivers/net/phy/nxp-tja11xx.c 			      enum hwmon_sensor_types type,
type              280 drivers/net/phy/nxp-tja11xx.c 	if (type == hwmon_in && attr == hwmon_in_lcrit_alarm) {
type              289 drivers/net/phy/nxp-tja11xx.c 	if (type == hwmon_temp && attr == hwmon_temp_crit_alarm) {
type              302 drivers/net/phy/nxp-tja11xx.c 					enum hwmon_sensor_types type,
type              305 drivers/net/phy/nxp-tja11xx.c 	if (type == hwmon_in && attr == hwmon_in_lcrit_alarm)
type              308 drivers/net/phy/nxp-tja11xx.c 	if (type == hwmon_temp && attr == hwmon_temp_crit_alarm)
type              596 drivers/net/phy/phy_device.c 	mdiodev->dev.type = &mdio_bus_phy_type;
type               78 drivers/net/phy/phylink.c 		if ((pl)->config->type == PHYLINK_NETDEV) \
type               80 drivers/net/phy/phylink.c 		else if ((pl)->config->type == PHYLINK_DEV) \
type               93 drivers/net/phy/phylink.c 	if ((pl)->config->type == PHYLINK_NETDEV)			\
type               95 drivers/net/phy/phylink.c 	else if ((pl)->config->type == PHYLINK_DEV)			\
type              624 drivers/net/phy/phylink.c 	if (config->type == PHYLINK_NETDEV) {
type              626 drivers/net/phy/phylink.c 	} else if (config->type == PHYLINK_DEV) {
type              179 drivers/net/phy/sfp.c 	const struct sff_data *type;
type              412 drivers/net/phy/sfp.c 				    enum hwmon_sensor_types type,
type              417 drivers/net/phy/sfp.c 	switch (type) {
type              968 drivers/net/phy/sfp.c static int sfp_hwmon_read(struct device *dev, enum hwmon_sensor_types type,
type              973 drivers/net/phy/sfp.c 	switch (type) {
type             1000 drivers/net/phy/sfp.c 				 enum hwmon_sensor_types type,
type             1003 drivers/net/phy/sfp.c 	switch (type) {
type             1059 drivers/net/phy/sfp.c 	.type = hwmon_chip,
type             1074 drivers/net/phy/sfp.c 	.type = hwmon_temp,
type             1089 drivers/net/phy/sfp.c 	.type = hwmon_in,
type             1104 drivers/net/phy/sfp.c 	.type = hwmon_curr,
type             1127 drivers/net/phy/sfp.c 	.type = hwmon_power,
type             1508 drivers/net/phy/sfp.c 	if (!sfp->type->module_supported(&sfp->id)) {
type             1723 drivers/net/phy/sfp.c 		modinfo->type = ETH_MODULE_SFF_8472;
type             1726 drivers/net/phy/sfp.c 		modinfo->type = ETH_MODULE_SFF_8079;
type             1885 drivers/net/phy/sfp.c 	sff = sfp->type = &sfp_data;
type             1896 drivers/net/phy/sfp.c 		sff = sfp->type = id->data;
type              147 drivers/net/plip/plip.c                             unsigned short type, const void *daddr,
type              150 drivers/net/plip/plip.c                                   struct hh_cache *hh, __be16 type);
type             1023 drivers/net/plip/plip.c 		 unsigned short type, const void *daddr,
type             1028 drivers/net/plip/plip.c 	ret = eth_header(skb, dev, type, daddr, saddr, len);
type             1036 drivers/net/plip/plip.c 				  struct hh_cache *hh, __be16 type)
type             1040 drivers/net/plip/plip.c 	ret = eth_header_cache(neigh, hh, type);
type              276 drivers/net/ppp/ppp_generic.c static struct compressor *find_compressor(int type);
type             1059 drivers/net/ppp/ppp_generic.c 	[IFLA_PPP_DEV_FD]	= { .type = NLA_S32 },
type             1388 drivers/net/ppp/ppp_generic.c 	dev->type = ARPHRD_PPP;
type             2982 drivers/net/ppp/ppp_generic.c find_compressor(int type)
type             2988 drivers/net/ppp/ppp_generic.c 	ce = find_comp_entry(type);
type              518 drivers/net/ppp/pppoe.c 	.type	= cpu_to_be16(ETH_P_PPP_SES),
type              523 drivers/net/ppp/pppoe.c 	.type	= cpu_to_be16(ETH_P_PPP_DISC),
type              858 drivers/net/ppp/pppoe.c 	hdr.type = 1;
type              946 drivers/net/ppp/pppoe.c 	ph->type = 1;
type              620 drivers/net/slip/slip.c 	dev->type		= ARPHRD_SLIP + sl->mode;
type             1118 drivers/net/slip/slip.c 		sl->dev->type = ARPHRD_SLIP + sl->mode;
type              524 drivers/net/tap.c 	q->sock.type = SOCK_RAW;
type             1098 drivers/net/tap.c 		u = tap->dev->type;
type             1218 drivers/net/tap.c 	if (ctl && (ctl->type == TUN_MSG_PTR)) {
type               54 drivers/net/team/team.c 	addr.ss_family = port_dev->type;
type             1549 drivers/net/team/team.c 		.type = TEAM_OPTION_TYPE_STRING,
type             1555 drivers/net/team/team.c 		.type = TEAM_OPTION_TYPE_U32,
type             1561 drivers/net/team/team.c 		.type = TEAM_OPTION_TYPE_U32,
type             1567 drivers/net/team/team.c 		.type = TEAM_OPTION_TYPE_U32,
type             1573 drivers/net/team/team.c 		.type = TEAM_OPTION_TYPE_U32,
type             1579 drivers/net/team/team.c 		.type = TEAM_OPTION_TYPE_BOOL,
type             1586 drivers/net/team/team.c 		.type = TEAM_OPTION_TYPE_BOOL,
type             1593 drivers/net/team/team.c 		.type = TEAM_OPTION_TYPE_BOOL,
type             1600 drivers/net/team/team.c 		.type = TEAM_OPTION_TYPE_S32,
type             1607 drivers/net/team/team.c 		.type = TEAM_OPTION_TYPE_U32,
type             1790 drivers/net/team/team.c 	if (dev->type == ARPHRD_ETHER && !is_valid_ether_addr(addr->sa_data))
type             2112 drivers/net/team/team.c 	dev->type = port_dev->type;
type             2127 drivers/net/team/team.c 	if (dev->type == port_dev->type)
type             2231 drivers/net/team/team.c 	[TEAM_ATTR_UNSPEC]			= { .type = NLA_UNSPEC, },
type             2232 drivers/net/team/team.c 	[TEAM_ATTR_TEAM_IFINDEX]		= { .type = NLA_U32 },
type             2233 drivers/net/team/team.c 	[TEAM_ATTR_LIST_OPTION]			= { .type = NLA_NESTED },
type             2234 drivers/net/team/team.c 	[TEAM_ATTR_LIST_PORT]			= { .type = NLA_NESTED },
type             2239 drivers/net/team/team.c 	[TEAM_ATTR_OPTION_UNSPEC]		= { .type = NLA_UNSPEC, },
type             2241 drivers/net/team/team.c 		.type = NLA_STRING,
type             2244 drivers/net/team/team.c 	[TEAM_ATTR_OPTION_CHANGED]		= { .type = NLA_FLAG },
type             2245 drivers/net/team/team.c 	[TEAM_ATTR_OPTION_TYPE]			= { .type = NLA_U8 },
type             2246 drivers/net/team/team.c 	[TEAM_ATTR_OPTION_DATA]			= { .type = NLA_BINARY },
type             2247 drivers/net/team/team.c 	[TEAM_ATTR_OPTION_PORT_IFINDEX]		= { .type = NLA_U32 },
type             2248 drivers/net/team/team.c 	[TEAM_ATTR_OPTION_ARRAY_INDEX]		= { .type = NLA_U32 },
type             2348 drivers/net/team/team.c 	switch (option->type) {
type             2611 drivers/net/team/team.c 			if (option->type != opt_type ||
type               96 drivers/net/team/team_mode_activebackup.c 		.type = TEAM_OPTION_TYPE_U32,
type              563 drivers/net/team/team_mode_loadbalance.c 		.type = TEAM_OPTION_TYPE_BINARY,
type              569 drivers/net/team/team_mode_loadbalance.c 		.type = TEAM_OPTION_TYPE_STRING,
type              576 drivers/net/team/team_mode_loadbalance.c 		.type = TEAM_OPTION_TYPE_U32,
type              584 drivers/net/team/team_mode_loadbalance.c 		.type = TEAM_OPTION_TYPE_BINARY,
type              591 drivers/net/team/team_mode_loadbalance.c 		.type = TEAM_OPTION_TYPE_BINARY,
type              597 drivers/net/team/team_mode_loadbalance.c 		.type = TEAM_OPTION_TYPE_U32,
type               84 drivers/net/thunderbolt.c 	u32 type;
type              213 drivers/net/thunderbolt.c 	enum thunderbolt_ip_type type, size_t size, u32 command_id)
type              227 drivers/net/thunderbolt.c 	hdr->type = type;
type              417 drivers/net/thunderbolt.c 	switch (pkg->hdr.type) {
type             1396 drivers/net/tun.c 		dev->type = ARPHRD_NONE;
type             2543 drivers/net/tun.c 	if (ctl && (ctl->type == TUN_MSG_PTR)) {
type             3192 drivers/net/tun.c 			tun->dev->type = (int) arg;
type             3194 drivers/net/tun.c 				  tun->dev->type);
type             3219 drivers/net/tun.c 		ifr.ifr_hwaddr.sa_family = tun->dev->type;
type              280 drivers/net/usb/cdc-phonet.c 	dev->type		= ARPHRD_PHONET;
type              302 drivers/net/usb/hso.c 						  int type, int dir);
type             1751 drivers/net/usb/hso.c static int mux_device_request(struct hso_serial *serial, u8 type, u16 port,
type             1770 drivers/net/usb/hso.c 	if (type == USB_CDC_GET_ENCAPSULATED_RESPONSE) {
type             1787 drivers/net/usb/hso.c 		type == USB_CDC_GET_ENCAPSULATED_RESPONSE ? "Read" : "Write",
type             1802 drivers/net/usb/hso.c 			result, type);
type             2402 drivers/net/usb/hso.c 	net->type = ARPHRD_NONE;
type             3140 drivers/net/usb/hso.c 						  int type, int dir)
type             3149 drivers/net/usb/hso.c 		    (usb_endpoint_type(endp) == type))
type             3254 drivers/net/usb/hso.c 	tty_drv->type = TTY_DRIVER_TYPE_SERIAL;
type              374 drivers/net/usb/kaweth.c 				    __u8 type)
type              399 drivers/net/usb/kaweth.c 	kaweth->firmware_buf[4] = type;
type              166 drivers/net/usb/qmi_wwan.c 	dev->type            = ARPHRD_NONE;
type              332 drivers/net/usb/qmi_wwan.c 		net->type            = ARPHRD_NONE;
type              892 drivers/net/usb/r8152.c 			    void *data, u16 type)
type              909 drivers/net/usb/r8152.c 			ret = get_registers(tp, index, type, limit, data);
type              917 drivers/net/usb/r8152.c 			ret = get_registers(tp, index, type, size, data);
type              935 drivers/net/usb/r8152.c 			     u16 size, void *data, u16 type)
type              955 drivers/net/usb/r8152.c 	ret = set_registers(tp, index, type | byen, 4, data);
type              969 drivers/net/usb/r8152.c 						    type | BYTE_EN_DWORD,
type              979 drivers/net/usb/r8152.c 						    type | BYTE_EN_DWORD,
type              992 drivers/net/usb/r8152.c 		ret = set_registers(tp, index, type | byen, 4, data);
type             1022 drivers/net/usb/r8152.c static u32 ocp_read_dword(struct r8152 *tp, u16 type, u16 index)
type             1026 drivers/net/usb/r8152.c 	generic_ocp_read(tp, index, sizeof(data), &data, type);
type             1031 drivers/net/usb/r8152.c static void ocp_write_dword(struct r8152 *tp, u16 type, u16 index, u32 data)
type             1035 drivers/net/usb/r8152.c 	generic_ocp_write(tp, index, BYTE_EN_DWORD, sizeof(tmp), &tmp, type);
type             1038 drivers/net/usb/r8152.c static u16 ocp_read_word(struct r8152 *tp, u16 type, u16 index)
type             1048 drivers/net/usb/r8152.c 	generic_ocp_read(tp, index, sizeof(tmp), &tmp, type | byen);
type             1057 drivers/net/usb/r8152.c static void ocp_write_word(struct r8152 *tp, u16 type, u16 index, u32 data)
type             1075 drivers/net/usb/r8152.c 	generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type);
type             1078 drivers/net/usb/r8152.c static u8 ocp_read_byte(struct r8152 *tp, u16 type, u16 index)
type             1086 drivers/net/usb/r8152.c 	generic_ocp_read(tp, index, sizeof(tmp), &tmp, type);
type             1095 drivers/net/usb/r8152.c static void ocp_write_byte(struct r8152 *tp, u16 type, u16 index, u32 data)
type             1113 drivers/net/usb/r8152.c 	generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type);
type             1265 drivers/net/usb/r8152.c 	if (obj->type != ACPI_TYPE_BUFFER || obj->string.length != 0x17) {
type             1268 drivers/net/usb/r8152.c 			   obj->type, obj->string.length);
type             1299 drivers/net/usb/r8152.c 	sa->sa_family = dev->type;
type               63 drivers/net/vmxnet3/vmxnet3_defs.h #define VMXNET3_IO_ADDR(type, reg)      (((type) << 24) | ((reg) & 0xFFFFFF))
type              196 drivers/net/vmxnet3/vmxnet3_defs.h 	u32		type:7;       /* completion type */
type              265 drivers/net/vmxnet3/vmxnet3_defs.h 	u32		type:7;       /* completion type */
type              285 drivers/net/vmxnet3/vmxnet3_defs.h 	u32		type:7;       /* completion type */
type              298 drivers/net/vmxnet3/vmxnet3_defs.h 	u32		type:7;       /* completion type */
type              318 drivers/net/vmxnet3/vmxnet3_defs.h 	u32		type:7;       /* completion type */
type             1424 drivers/net/vmxnet3/vmxnet3_drv.c 			    rcd->type == VMXNET3_CDTYPE_RXCOMP_LRO) {
type             2018 drivers/net/vmxnet3/vmxnet3_drv.c 	if (adapter->intr.type == VMXNET3_IT_INTX) {
type             2043 drivers/net/vmxnet3/vmxnet3_drv.c 	switch (adapter->intr.type) {
type             2069 drivers/net/vmxnet3/vmxnet3_drv.c 	if (adapter->intr.type == VMXNET3_IT_MSIX) {
type             2136 drivers/net/vmxnet3/vmxnet3_drv.c 	} else if (intr->type == VMXNET3_IT_MSI) {
type             2153 drivers/net/vmxnet3/vmxnet3_drv.c 			   intr->type, err);
type             2166 drivers/net/vmxnet3/vmxnet3_drv.c 		if (adapter->intr.type != VMXNET3_IT_MSIX) {
type             2175 drivers/net/vmxnet3/vmxnet3_drv.c 			    intr->type, intr->mask_mode, intr->num_intrs);
type             2186 drivers/net/vmxnet3/vmxnet3_drv.c 	BUG_ON(intr->type == VMXNET3_IT_AUTO || intr->num_intrs <= 0);
type             2188 drivers/net/vmxnet3/vmxnet3_drv.c 	switch (intr->type) {
type             3118 drivers/net/vmxnet3/vmxnet3_drv.c 	adapter->intr.type = cfg & 0x3;
type             3121 drivers/net/vmxnet3/vmxnet3_drv.c 	if (adapter->intr.type == VMXNET3_IT_AUTO) {
type             3122 drivers/net/vmxnet3/vmxnet3_drv.c 		adapter->intr.type = VMXNET3_IT_MSIX;
type             3126 drivers/net/vmxnet3/vmxnet3_drv.c 	if (adapter->intr.type == VMXNET3_IT_MSIX) {
type             3166 drivers/net/vmxnet3/vmxnet3_drv.c 		adapter->intr.type = VMXNET3_IT_MSI;
type             3169 drivers/net/vmxnet3/vmxnet3_drv.c 	if (adapter->intr.type == VMXNET3_IT_MSI) {
type             3181 drivers/net/vmxnet3/vmxnet3_drv.c 	adapter->intr.type = VMXNET3_IT_INTX;
type             3191 drivers/net/vmxnet3/vmxnet3_drv.c 	if (adapter->intr.type == VMXNET3_IT_MSIX)
type             3193 drivers/net/vmxnet3/vmxnet3_drv.c 	else if (adapter->intr.type == VMXNET3_IT_MSI)
type             3196 drivers/net/vmxnet3/vmxnet3_drv.c 		BUG_ON(adapter->intr.type != VMXNET3_IT_INTX);
type             3451 drivers/net/vmxnet3/vmxnet3_drv.c 	    adapter->intr.type == VMXNET3_IT_MSIX) {
type             3475 drivers/net/vmxnet3/vmxnet3_drv.c 	if (adapter->intr.type == VMXNET3_IT_MSIX) {
type              312 drivers/net/vmxnet3/vmxnet3_int.h 	enum vmxnet3_intr_type       type;	/* MSI-X, MSI, or INTx? */
type             1398 drivers/net/vrf.c 	[IFLA_VRF_TABLE] = { .type = NLA_U32 },
type              128 drivers/net/vsockmon.c 	dev->type = ARPHRD_VSOCKMON;
type              249 drivers/net/vxlan.c 			  u32 portid, u32 seq, int type, unsigned int flags,
type              258 drivers/net/vxlan.c 	nlh = nlmsg_put(skb, portid, seq, type, sizeof(*ndm), flags);
type              267 drivers/net/vxlan.c 	if (type == RTM_GETNEIGH) {
type              334 drivers/net/vxlan.c 			       struct vxlan_rdst *rd, int type)
type              344 drivers/net/vxlan.c 	err = vxlan_fdb_info(skb, vxlan, fdb, 0, 0, type, 0, rd);
type              399 drivers/net/vxlan.c 			    struct vxlan_rdst *rd, int type, bool swdev_notify,
type              405 drivers/net/vxlan.c 		switch (type) {
type              419 drivers/net/vxlan.c 	__vxlan_fdb_notify(vxlan, fdb, rd, type);
type             2162 drivers/net/vxlan.c 	int type = udp_sum ? SKB_GSO_UDP_TUNNEL_CSUM : SKB_GSO_UDP_TUNNEL;
type             2173 drivers/net/vxlan.c 			type |= SKB_GSO_TUNNEL_REMCSUM;
type             2184 drivers/net/vxlan.c 	err = iptunnel_handle_offloads(skb, type);
type             2192 drivers/net/vxlan.c 	if (type & SKB_GSO_TUNNEL_REMCSUM) {
type             3010 drivers/net/vxlan.c 			unsigned short type;
type             3013 drivers/net/vxlan.c 				type = UDP_TUNNEL_TYPE_VXLAN_GPE;
type             3015 drivers/net/vxlan.c 				type = UDP_TUNNEL_TYPE_VXLAN;
type             3018 drivers/net/vxlan.c 				udp_tunnel_push_rx_port(dev, vs->sock, type);
type             3020 drivers/net/vxlan.c 				udp_tunnel_drop_rx_port(dev, vs->sock, type);
type             3075 drivers/net/vxlan.c 	dev->type = ARPHRD_NONE;
type             3083 drivers/net/vxlan.c 	[IFLA_VXLAN_ID]		= { .type = NLA_U32 },
type             3086 drivers/net/vxlan.c 	[IFLA_VXLAN_LINK]	= { .type = NLA_U32 },
type             3089 drivers/net/vxlan.c 	[IFLA_VXLAN_TOS]	= { .type = NLA_U8 },
type             3090 drivers/net/vxlan.c 	[IFLA_VXLAN_TTL]	= { .type = NLA_U8 },
type             3091 drivers/net/vxlan.c 	[IFLA_VXLAN_LABEL]	= { .type = NLA_U32 },
type             3092 drivers/net/vxlan.c 	[IFLA_VXLAN_LEARNING]	= { .type = NLA_U8 },
type             3093 drivers/net/vxlan.c 	[IFLA_VXLAN_AGEING]	= { .type = NLA_U32 },
type             3094 drivers/net/vxlan.c 	[IFLA_VXLAN_LIMIT]	= { .type = NLA_U32 },
type             3096 drivers/net/vxlan.c 	[IFLA_VXLAN_PROXY]	= { .type = NLA_U8 },
type             3097 drivers/net/vxlan.c 	[IFLA_VXLAN_RSC]	= { .type = NLA_U8 },
type             3098 drivers/net/vxlan.c 	[IFLA_VXLAN_L2MISS]	= { .type = NLA_U8 },
type             3099 drivers/net/vxlan.c 	[IFLA_VXLAN_L3MISS]	= { .type = NLA_U8 },
type             3100 drivers/net/vxlan.c 	[IFLA_VXLAN_COLLECT_METADATA]	= { .type = NLA_U8 },
type             3101 drivers/net/vxlan.c 	[IFLA_VXLAN_PORT]	= { .type = NLA_U16 },
type             3102 drivers/net/vxlan.c 	[IFLA_VXLAN_UDP_CSUM]	= { .type = NLA_U8 },
type             3103 drivers/net/vxlan.c 	[IFLA_VXLAN_UDP_ZERO_CSUM6_TX]	= { .type = NLA_U8 },
type             3104 drivers/net/vxlan.c 	[IFLA_VXLAN_UDP_ZERO_CSUM6_RX]	= { .type = NLA_U8 },
type             3105 drivers/net/vxlan.c 	[IFLA_VXLAN_REMCSUM_TX]	= { .type = NLA_U8 },
type             3106 drivers/net/vxlan.c 	[IFLA_VXLAN_REMCSUM_RX]	= { .type = NLA_U8 },
type             3107 drivers/net/vxlan.c 	[IFLA_VXLAN_GBP]	= { .type = NLA_FLAG, },
type             3108 drivers/net/vxlan.c 	[IFLA_VXLAN_GPE]	= { .type = NLA_FLAG, },
type             3109 drivers/net/vxlan.c 	[IFLA_VXLAN_REMCSUM_NOPARTIAL]	= { .type = NLA_FLAG },
type             3110 drivers/net/vxlan.c 	[IFLA_VXLAN_TTL_INHERIT]	= { .type = NLA_FLAG },
type             3111 drivers/net/vxlan.c 	[IFLA_VXLAN_DF]		= { .type = NLA_U8 },
type             3676 drivers/net/vxlan.c 	if (vxlan_policy[attrtype].type == NLA_FLAG)
type              243 drivers/net/wan/c101.c 	switch(ifr->ifr_settings.type) {
type              245 drivers/net/wan/c101.c 		ifr->ifr_settings.type = IF_IFACE_SYNC_SERIAL;
type              152 drivers/net/wan/cosa.c 	char *type;				/* card type */
type              475 drivers/net/wan/cosa.c 		cosa->type = "srp";
type              477 drivers/net/wan/cosa.c 		cosa->type = is_8bit(cosa)? "cosa8": "cosa16";
type              488 drivers/net/wan/cosa.c 	if (!request_region(base, is_8bit(cosa)?2:4, cosa->type)) {
type              531 drivers/net/wan/cosa.c 	if (request_irq(cosa->irq, cosa_interrupt, 0, cosa->type, cosa)) {
type              535 drivers/net/wan/cosa.c 	if (request_dma(cosa->dma, cosa->type)) {
type              588 drivers/net/wan/cosa.c 		cosa->num, cosa->id_string, cosa->type,
type             1123 drivers/net/wan/cosa.c 	int l = strlen(cosa->type)+1;
type             1124 drivers/net/wan/cosa.c 	if (copy_to_user(string, cosa->type, l))
type               66 drivers/net/wan/dlci.c 		       unsigned short type, const void *daddr,
type               74 drivers/net/wan/dlci.c 	switch (type)
type               87 drivers/net/wan/dlci.c 			hdr.PID = htons(type);
type              323 drivers/net/wan/dlci.c 	if (slave->type != ARPHRD_FRAD || netdev_priv(slave) == NULL)
type              478 drivers/net/wan/dlci.c 	dev->type		= ARPHRD_DLCI;
type              452 drivers/net/wan/farsync.c 	unsigned int type;	/* Type index of card */
type             1762 drivers/net/wan/farsync.c 	info->type = card->type;
type             1812 drivers/net/wan/farsync.c 	if (card->type == FST_TYPE_TE1) {
type             1868 drivers/net/wan/farsync.c 	switch (ifr->ifr_settings.type) {
type             1935 drivers/net/wan/farsync.c 		ifr->ifr_settings.type = IF_IFACE_E1;
type             1938 drivers/net/wan/farsync.c 		ifr->ifr_settings.type = IF_IFACE_T1;
type             1941 drivers/net/wan/farsync.c 		ifr->ifr_settings.type = IF_IFACE_V35;
type             1944 drivers/net/wan/farsync.c 		ifr->ifr_settings.type = IF_IFACE_V24;
type             1947 drivers/net/wan/farsync.c 		ifr->ifr_settings.type = IF_IFACE_X21D;
type             1951 drivers/net/wan/farsync.c 		ifr->ifr_settings.type = IF_IFACE_X21;
type             2092 drivers/net/wan/farsync.c 		switch (ifr->ifr_settings.type) {
type             2111 drivers/net/wan/farsync.c 				ifr->ifr_settings.type = IF_PROTO_RAW;
type             2119 drivers/net/wan/farsync.c 			    ifr->ifr_settings.type);
type             2384 drivers/net/wan/farsync.c 		type_strings[card->type], card->irq, card->nports);
type             2473 drivers/net/wan/farsync.c 	card->type = ent->driver_data;
type             2525 drivers/net/wan/farsync.c 	dbg(DBG_PCI, "type %d nports %d irq %d\n", card->type,
type               97 drivers/net/wan/farsync.h         unsigned int   type;            /* Type index of card */
type              356 drivers/net/wan/fsl_ucc_hdlc.c 	switch (dev->type) {
type              550 drivers/net/wan/fsl_ucc_hdlc.c 		switch (dev->type) {
type              684 drivers/net/wan/fsl_ucc_hdlc.c 	switch (ifr->ifr_settings.type) {
type              686 drivers/net/wan/fsl_ucc_hdlc.c 		ifr->ifr_settings.type = IF_IFACE_E1;
type              231 drivers/net/wan/hdlc.c 	dev->type		 = ARPHRD_RAWHDLC;
type              359 drivers/net/wan/hdlc.c 	.type = cpu_to_be16(ETH_P_HDLC),
type               40 drivers/net/wan/hdlc_cisco.c 	__be32 type;		/* code */
type               73 drivers/net/wan/hdlc_cisco.c 			     u16 type, const void *daddr, const void *saddr,
type               83 drivers/net/wan/hdlc_cisco.c 	if (type == CISCO_KEEPALIVE)
type               88 drivers/net/wan/hdlc_cisco.c 	data->protocol = htons(type);
type               95 drivers/net/wan/hdlc_cisco.c static void cisco_keepalive_send(struct net_device *dev, u32 type,
type              111 drivers/net/wan/hdlc_cisco.c 	data->type = htonl(type);
type              188 drivers/net/wan/hdlc_cisco.c 		switch (ntohl (cisco_data->type)) {
type              334 drivers/net/wan/hdlc_cisco.c 	switch (ifr->ifr_settings.type) {
type              338 drivers/net/wan/hdlc_cisco.c 		ifr->ifr_settings.type = IF_PROTO_CISCO;
type              373 drivers/net/wan/hdlc_cisco.c 		dev->type = ARPHRD_CISCO;
type              265 drivers/net/wan/hdlc_fr.c 					    int type)
type              267 drivers/net/wan/hdlc_fr.c 	if (type == ARPHRD_ETHER)
type              386 drivers/net/wan/hdlc_fr.c 	if (ifr->ifr_settings.type == IF_GET_PROTO) {
type              387 drivers/net/wan/hdlc_fr.c 		if (dev->type == ARPHRD_ETHER)
type              388 drivers/net/wan/hdlc_fr.c 			ifr->ifr_settings.type = IF_PROTO_FR_ETH_PVC;
type              390 drivers/net/wan/hdlc_fr.c 			ifr->ifr_settings.type = IF_PROTO_FR_PVC;
type              414 drivers/net/wan/hdlc_fr.c 		if (dev->type == ARPHRD_ETHER) {
type             1042 drivers/net/wan/hdlc_fr.c 	dev->type = ARPHRD_DLCI;
type             1056 drivers/net/wan/hdlc_fr.c static int fr_add_pvc(struct net_device *frad, unsigned int dlci, int type)
type             1068 drivers/net/wan/hdlc_fr.c 	if (*get_dev_p(pvc, type))
type             1073 drivers/net/wan/hdlc_fr.c 	if (type == ARPHRD_ETHER)
type             1085 drivers/net/wan/hdlc_fr.c 	if (type == ARPHRD_ETHER) {
type             1106 drivers/net/wan/hdlc_fr.c 	*get_dev_p(pvc, type) = dev;
type             1116 drivers/net/wan/hdlc_fr.c static int fr_del_pvc(hdlc_device *hdlc, unsigned int dlci, int type)
type             1124 drivers/net/wan/hdlc_fr.c 	if ((dev = *get_dev_p(pvc, type)) == NULL)
type             1131 drivers/net/wan/hdlc_fr.c 	*get_dev_p(pvc, type) = NULL;
type             1186 drivers/net/wan/hdlc_fr.c 	switch (ifr->ifr_settings.type) {
type             1190 drivers/net/wan/hdlc_fr.c 		ifr->ifr_settings.type = IF_PROTO_FR;
type             1239 drivers/net/wan/hdlc_fr.c 		dev->type = ARPHRD_FRAD;
type             1260 drivers/net/wan/hdlc_fr.c 		if (ifr->ifr_settings.type == IF_PROTO_FR_ADD_ETH_PVC ||
type             1261 drivers/net/wan/hdlc_fr.c 		    ifr->ifr_settings.type == IF_PROTO_FR_DEL_ETH_PVC)
type             1266 drivers/net/wan/hdlc_fr.c 		if (ifr->ifr_settings.type == IF_PROTO_FR_ADD_PVC ||
type             1267 drivers/net/wan/hdlc_fr.c 		    ifr->ifr_settings.type == IF_PROTO_FR_ADD_ETH_PVC)
type              165 drivers/net/wan/hdlc_ppp.c 			   u16 type, const void *daddr, const void *saddr,
type              178 drivers/net/wan/hdlc_ppp.c 	switch (type) {
type              188 drivers/net/wan/hdlc_ppp.c 		data->protocol = htons(type);
type              653 drivers/net/wan/hdlc_ppp.c 	switch (ifr->ifr_settings.type) {
type              657 drivers/net/wan/hdlc_ppp.c 		ifr->ifr_settings.type = IF_PROTO_PPP;
type              687 drivers/net/wan/hdlc_ppp.c 		dev->type = ARPHRD_PPP;
type               44 drivers/net/wan/hdlc_raw.c 	switch (ifr->ifr_settings.type) {
type               48 drivers/net/wan/hdlc_raw.c 		ifr->ifr_settings.type = IF_PROTO_HDLC;
type               83 drivers/net/wan/hdlc_raw.c 		dev->type = ARPHRD_RAWHDLC;
type               60 drivers/net/wan/hdlc_raw_eth.c 	switch (ifr->ifr_settings.type) {
type               64 drivers/net/wan/hdlc_raw_eth.c 		ifr->ifr_settings.type = IF_PROTO_HDLC_ETH;
type              201 drivers/net/wan/hdlc_x25.c 	switch (ifr->ifr_settings.type) {
type              205 drivers/net/wan/hdlc_x25.c 		ifr->ifr_settings.type = IF_PROTO_X25;
type              221 drivers/net/wan/hdlc_x25.c 		dev->type = ARPHRD_X25;
type              264 drivers/net/wan/hostess_sv11.c 	if (sv->type == Z85C30)
type             1254 drivers/net/wan/ixp4xx_hss.c 	switch(ifr->ifr_settings.type) {
type             1256 drivers/net/wan/ixp4xx_hss.c 		ifr->ifr_settings.type = IF_IFACE_V35;
type               76 drivers/net/wan/lapbether.c 	return dev->type == ARPHRD_ETHER && strncmp(dev->name, "dummy", 5);
type              305 drivers/net/wan/lapbether.c 	dev->type            = ARPHRD_X25;
type              400 drivers/net/wan/lapbether.c 	.type = cpu_to_be16(ETH_P_DEC),
type               13 drivers/net/wan/lmc/lmc_debug.c void lmcConsoleLog(char *type, unsigned char *ucData, int iLen)
type               18 drivers/net/wan/lmc/lmc_debug.c   sprintf(str, KERN_DEBUG "lmc: %s: ", type);
type               38 drivers/net/wan/lmc/lmc_debug.c 	  sprintf(str, KERN_DEBUG "lmc: %s: ", type);
type               49 drivers/net/wan/lmc/lmc_debug.h void lmcConsoleLog(char *type, unsigned char *ucData, int iLen);
type              844 drivers/net/wan/lmc/lmc_main.c 	dev->type = ARPHRD_HDLC;
type              262 drivers/net/wan/n2.c 	switch(ifr->ifr_settings.type) {
type              264 drivers/net/wan/n2.c 		ifr->ifr_settings.type = IF_IFACE_SYNC_SERIAL;
type               96 drivers/net/wan/pc300too.c 	int type;		/* RSV, X21, etc. */
type              155 drivers/net/wan/pc300too.c 	if (port->card->type == PC300_RSV) {
type              208 drivers/net/wan/pc300too.c 	if (ifr->ifr_settings.type == IF_GET_IFACE) {
type              209 drivers/net/wan/pc300too.c 		ifr->ifr_settings.type = port->iface;
type              220 drivers/net/wan/pc300too.c 	if (port->card->type == PC300_X21 &&
type              221 drivers/net/wan/pc300too.c 	    (ifr->ifr_settings.type == IF_IFACE_SYNC_SERIAL ||
type              222 drivers/net/wan/pc300too.c 	     ifr->ifr_settings.type == IF_IFACE_X21))
type              225 drivers/net/wan/pc300too.c 	else if (port->card->type == PC300_RSV &&
type              226 drivers/net/wan/pc300too.c 		 (ifr->ifr_settings.type == IF_IFACE_SYNC_SERIAL ||
type              227 drivers/net/wan/pc300too.c 		  ifr->ifr_settings.type == IF_IFACE_V35))
type              230 drivers/net/wan/pc300too.c 	else if (port->card->type == PC300_RSV &&
type              231 drivers/net/wan/pc300too.c 		 ifr->ifr_settings.type == IF_IFACE_V24)
type              356 drivers/net/wan/pc300too.c 		card->type = PC300_TE; /* not fully supported */
type              358 drivers/net/wan/pc300too.c 		card->type = PC300_X21;
type              360 drivers/net/wan/pc300too.c 		card->type = PC300_RSV;
type              412 drivers/net/wan/pc300too.c 		card->type == PC300_X21 ? "X21" :
type              413 drivers/net/wan/pc300too.c 		card->type == PC300_TE ? "TE" : "RSV",
type              457 drivers/net/wan/pc300too.c 		if (card->type == PC300_X21)
type              198 drivers/net/wan/pci200syn.c 	switch(ifr->ifr_settings.type) {
type              200 drivers/net/wan/pci200syn.c 		ifr->ifr_settings.type = IF_IFACE_V35;
type              186 drivers/net/wan/sdla.c 	switch(flp->type)
type              213 drivers/net/wan/sdla.c 	switch(flp->type)
type              438 drivers/net/wan/sdla.c 	window = flp->type == SDLA_S508 ? SDLA_508_CMD_BUF : SDLA_502_CMD_BUF;
type              558 drivers/net/wan/sdla.c 	if (master->type != ARPHRD_DLCI)
type              678 drivers/net/wan/sdla.c 	switch (dev->type)
type              681 drivers/net/wan/sdla.c 			if (skb->dev->type != ARPHRD_DLCI)
type              684 drivers/net/wan/sdla.c 					    skb->dev->type);
type              690 drivers/net/wan/sdla.c 				    dev->type);
type              697 drivers/net/wan/sdla.c 		switch (flp->type)
type              775 drivers/net/wan/sdla.c 	switch (flp->type)
type              836 drivers/net/wan/sdla.c 	switch (flp->type)
type              892 drivers/net/wan/sdla.c 	byte = sdla_byte(dev, flp->type == SDLA_S508 ? SDLA_508_IRQ_INTERFACE : SDLA_502_IRQ_INTERFACE);
type              913 drivers/net/wan/sdla.c 	if (flp->type == SDLA_S502E)
type              923 drivers/net/wan/sdla.c 	sdla_write(dev, flp->type == SDLA_S508 ? SDLA_508_IRQ_INTERFACE : SDLA_502_IRQ_INTERFACE, &byte, sizeof(byte));
type              964 drivers/net/wan/sdla.c 	switch(flp->type)
type             1028 drivers/net/wan/sdla.c 	if (flp->type == SDLA_S508)
type             1035 drivers/net/wan/sdla.c 	switch(flp->type)
type             1101 drivers/net/wan/sdla.c 	if (dev->type == 0xFFFF)
type             1121 drivers/net/wan/sdla.c 			 ((data.config.kbaud > 128) && (flp->type != SDLA_S508)))
type             1148 drivers/net/wan/sdla.c 		if (flp->type == SDLA_S508)
type             1267 drivers/net/wan/sdla.c 			ifr->ifr_flags = flp->type;
type             1286 drivers/net/wan/sdla.c 					dev->type = ifr->ifr_flags;
type             1354 drivers/net/wan/sdla.c 	flp->type = SDLA_UNKNOWN;
type             1367 drivers/net/wan/sdla.c 				flp->type = SDLA_S502E;
type             1383 drivers/net/wan/sdla.c 				flp->type = SDLA_S507;
type             1394 drivers/net/wan/sdla.c 			flp->type = SDLA_S508;
type             1406 drivers/net/wan/sdla.c 				flp->type = SDLA_S502A;
type             1422 drivers/net/wan/sdla.c 			if (flp->type != SDLA_S508 && flp->type != SDLA_S507)
type             1428 drivers/net/wan/sdla.c 			if (flp->type != SDLA_S502E)
type             1437 drivers/net/wan/sdla.c 			if (flp->type != SDLA_S508 && flp->type != SDLA_S507)
type             1443 drivers/net/wan/sdla.c 			if (flp->type == SDLA_S502A)
type             1455 drivers/net/wan/sdla.c 	if (flp->type == SDLA_S507) {
type             1492 drivers/net/wan/sdla.c 	if (flp->type == SDLA_S502A && (map->mem_start & 0xF000) >> 12 == 0x0E)
type             1495 drivers/net/wan/sdla.c 	if (flp->type != SDLA_S507 && map->mem_start >> 16 == 0x0B)
type             1498 drivers/net/wan/sdla.c 	if (flp->type == SDLA_S507 && map->mem_start >> 16 == 0x0D)
type             1501 drivers/net/wan/sdla.c 	byte = flp->type != SDLA_S508 ? SDLA_8K_WINDOW : 0;
type             1502 drivers/net/wan/sdla.c 	byte |= (map->mem_start & 0xF000) >> (12 + (flp->type == SDLA_S508 ? 1 : 0));
type             1503 drivers/net/wan/sdla.c 	switch(flp->type) {
type             1558 drivers/net/wan/sdla.c 	switch(flp->type)
type             1603 drivers/net/wan/sdla.c 	dev->type		= 0xFFFF;
type              294 drivers/net/wan/sealevel.c 	if (dev->type == Z85C30) {
type              348 drivers/net/wan/wanxl.c 	switch (ifr->ifr_settings.type) {
type              350 drivers/net/wan/wanxl.c 		ifr->ifr_settings.type = IF_IFACE_SYNC_SERIAL;
type              570 drivers/net/wan/x25_asy.c 	sl->dev->type = ARPHRD_X25;
type              745 drivers/net/wan/x25_asy.c 	dev->type		= ARPHRD_X25;
type              279 drivers/net/wan/z85230.c 	if(c->dev->type==Z85230)
type             1228 drivers/net/wan/z85230.c 		z8530_type_name[dev->type],
type             1260 drivers/net/wan/z85230.c 	dev->type=Z8530;
type             1279 drivers/net/wan/z85230.c 			dev->type = Z85230;	/* Has a FIFO */
type             1281 drivers/net/wan/z85230.c 			dev->type = Z85C30;	/* Z85C30, 1 byte FIFO */
type             1477 drivers/net/wan/z85230.c 			if(c->dev->type!=Z85230)
type              381 drivers/net/wan/z85230.h 	int type;
type              127 drivers/net/wimax/i2400m/control.c 	if (le16_to_cpu(tlv->type) != tlv_type)	/* Not our type? skip */
type              169 drivers/net/wimax/i2400m/control.c 	unsigned type;
type              192 drivers/net/wimax/i2400m/control.c 	type = le16_to_cpu(tlv_pos->type);
type              198 drivers/net/wimax/i2400m/control.c 			tlv_buf, buf_size, type, offset, avail_size,
type              524 drivers/net/wimax/i2400m/control.c 	msg_type = le16_to_cpu(l3l4_hdr->type);
type              575 drivers/net/wimax/i2400m/control.c 	ack_type = le16_to_cpu(l3l4_hdr->type);
type              617 drivers/net/wimax/i2400m/control.c 			"got %zu)\n", le16_to_cpu(l3l4_hdr->type),
type              732 drivers/net/wimax/i2400m/control.c 	msg_type = le16_to_cpu(msg_l3l4_hdr->type);
type              747 drivers/net/wimax/i2400m/control.c 			le16_to_cpu(msg_l3l4_hdr->type), result);
type              807 drivers/net/wimax/i2400m/control.c 	if (msg_type != le16_to_cpu(ack_l3l4_hdr->type)) {
type              809 drivers/net/wimax/i2400m/control.c 			le16_to_cpu(ack_l3l4_hdr->type), msg_type);
type              875 drivers/net/wimax/i2400m/control.c 	cmd->hdr.type = cpu_to_le16(I2400M_MT_CMD_ENTER_POWERSAVE);
type              878 drivers/net/wimax/i2400m/control.c 	cmd->tlv.type = cpu_to_le16(I2400M_TLV_TYPE_WAKEUP_MODE);
type              943 drivers/net/wimax/i2400m/control.c 	cmd->type = cpu_to_le16(I2400M_MT_GET_DEVICE_INFO);
type             1026 drivers/net/wimax/i2400m/control.c 	cmd->type = cpu_to_le16(I2400M_MT_GET_LM_VERSION);
type             1105 drivers/net/wimax/i2400m/control.c 	cmd->type = cpu_to_le16(I2400M_MT_CMD_EXIT_IDLE);
type             1155 drivers/net/wimax/i2400m/control.c 	cmd->type = cpu_to_le16(I2400M_MT_GET_STATE);
type             1226 drivers/net/wimax/i2400m/control.c 	cmd->type = cpu_to_le16(I2400M_MT_SET_INIT_CONFIG);
type             1302 drivers/net/wimax/i2400m/control.c 	cmd->hdr.type = cpu_to_le16(I2400M_MT_GET_STATE);
type             1306 drivers/net/wimax/i2400m/control.c 	cmd->cit.hdr.type =
type             1365 drivers/net/wimax/i2400m/control.c 			idle_params.hdr.type =
type             1373 drivers/net/wimax/i2400m/control.c 			idle_timeout.hdr.type =
type             1383 drivers/net/wimax/i2400m/control.c 		df.hdr.type =
type             1393 drivers/net/wimax/i2400m/control.c 			dlhr.hdr.type =
type              846 drivers/net/wimax/i2400m/i2400m.h 		    enum i2400m_pt type)
type              849 drivers/net/wimax/i2400m/i2400m.h 		((type << I2400M_PLD_TYPE_SHIFT) & I2400M_PLD_TYPE_MASK)
type               88 drivers/net/wimax/i2400m/op-rfkill.c 	cmd->hdr.type = cpu_to_le16(I2400M_MT_CMD_RF_CONTROL);
type               91 drivers/net/wimax/i2400m/op-rfkill.c 	cmd->sw_rf.hdr.type = cpu_to_le16(I2400M_TLV_RF_OPERATION);
type              372 drivers/net/wimax/i2400m/rx.c 	msg_type = le16_to_cpu(l3l4_hdr->type);
type              449 drivers/net/wimax/i2400m/rx.c 	msg_type = le16_to_cpu(l3l4_hdr->type);
type              544 drivers/net/wimax/i2400m/rx.c 		enum i2400m_ro_type type;
type              559 drivers/net/wimax/i2400m/rx.c 	switch(e->type) {
type              581 drivers/net/wimax/i2400m/rx.c 			index, e_index, e->type);
type              589 drivers/net/wimax/i2400m/rx.c 			struct i2400m_roq *roq, enum i2400m_ro_type type,
type              603 drivers/net/wimax/i2400m/rx.c 	e->type = type;
type             1400 drivers/net/wireless/admtek/adm8211.c 	switch (vif->type) {
type             1402 drivers/net/wireless/admtek/adm8211.c 		priv->mode = vif->type;
type              843 drivers/net/wireless/ath/ar5523/ar5523.c 		desc->type   = cpu_to_be32(WDCMSG_SEND);
type             1111 drivers/net/wireless/ath/ar5523/ar5523.c 	switch (vif->type) {
type              165 drivers/net/wireless/ath/ar5523/ar5523_hw.h 	__be32	type;		/* opcode: WDMSG_SEND or WDCMSG_FLUSH */
type               84 drivers/net/wireless/ath/ath10k/bmi.c 	target_info->type    = __le32_to_cpu(resp.get_target_info.type);
type              155 drivers/net/wireless/ath/ath10k/bmi.c 	target_info->type    = __le32_to_cpu(resp.get_target_info.type);
type              165 drivers/net/wireless/ath/ath10k/bmi.h 		__le32 type;
type              184 drivers/net/wireless/ath/ath10k/bmi.h 	u32 type;
type              927 drivers/net/wireless/ath/ath10k/core.c 	if (hdr->type != ATH10K_SMBIOS_BDF_EXT_TYPE)
type              531 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_DRAM,
type              541 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_REG,
type              556 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_REG,
type              574 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_DRAM,
type              584 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_AXI,
type              594 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_REG,
type              607 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_DRAM,
type              617 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_AXI,
type              627 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_REG,
type              639 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_IRAM1,
type              649 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_IRAM2,
type              662 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_DRAM,
type              672 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_REG,
type              682 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_REG,
type              695 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_DRAM,
type              705 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_REG,
type              715 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_IOSRAM,
type              725 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_IOREG,
type              735 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_IOREG,
type              745 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_IOREG,
type              755 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_IOREG,
type              765 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_IOREG,
type              778 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_DRAM,
type              788 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_REG,
type              798 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_IOSRAM,
type              808 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_IOREG,
type              818 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_IOREG,
type              828 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_IOREG,
type              838 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_IOREG,
type              848 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_IOREG,
type              873 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_DRAM,
type              883 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_REG,
type              893 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_REG,
type              903 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_IOREG,
type              913 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_IOREG,
type              923 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_IOREG,
type              933 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_IOREG,
type              943 drivers/net/wireless/ath/ath10k/coredump.c 		.type = ATH10K_MEM_REGION_TYPE_REG,
type             1185 drivers/net/wireless/ath/ath10k/coredump.c 		dump_tlv->type = cpu_to_le32(ATH10K_FW_CRASH_DUMP_REGISTERS);
type             1194 drivers/net/wireless/ath/ath10k/coredump.c 		dump_tlv->type = cpu_to_le32(ATH10K_FW_CRASH_DUMP_CE_DATA);
type             1209 drivers/net/wireless/ath/ath10k/coredump.c 		dump_tlv->type = cpu_to_le32(ATH10K_FW_CRASH_DUMP_RAM_DATA);
type               29 drivers/net/wireless/ath/ath10k/coredump.h 	__le32 type;
type              140 drivers/net/wireless/ath/ath10k/coredump.h 	enum ath10k_mem_region_type type;
type             2016 drivers/net/wireless/ath/ath10k/htt.h 		enum htt_q_depth_type type;
type              825 drivers/net/wireless/ath/ath10k/htt_rx.c 					  enum htt_rx_mpdu_encrypt_type type)
type              827 drivers/net/wireless/ath/ath10k/htt_rx.c 	switch (type) {
type              848 drivers/net/wireless/ath/ath10k/htt_rx.c 	ath10k_warn(ar, "unsupported encryption type %d\n", type);
type              855 drivers/net/wireless/ath/ath10k/htt_rx.c 					enum htt_rx_mpdu_encrypt_type type)
type              857 drivers/net/wireless/ath/ath10k/htt_rx.c 	switch (type) {
type              876 drivers/net/wireless/ath/ath10k/htt_rx.c 	ath10k_warn(ar, "unsupported encryption type %d\n", type);
type              881 drivers/net/wireless/ath/ath10k/htt_rx.c 					enum htt_rx_mpdu_encrypt_type type)
type              883 drivers/net/wireless/ath/ath10k/htt_rx.c 	switch (type) {
type              901 drivers/net/wireless/ath/ath10k/htt_rx.c 	ath10k_warn(ar, "unsupported encryption type %d\n", type);
type             3730 drivers/net/wireless/ath/ath10k/htt_rx.c 	enum htt_t2h_msg_type type;
type             3744 drivers/net/wireless/ath/ath10k/htt_rx.c 	type = ar->htt.t2h_msg_types[resp->hdr.msg_type];
type             3746 drivers/net/wireless/ath/ath10k/htt_rx.c 	switch (type) {
type              395 drivers/net/wireless/ath/ath10k/htt_tx.c 	htt->tx_q_state.type = HTT_Q_DEPTH_TYPE_BYTES;
type              654 drivers/net/wireless/ath/ath10k/htt_tx.c 	info |= SM(htt->tx_q_state.type,
type              716 drivers/net/wireless/ath/ath10k/htt_tx.c 	info |= SM(htt->tx_q_state.type,
type              321 drivers/net/wireless/ath/ath10k/mac.c 	if (WARN_ON(arvif->vif->type != NL80211_IFTYPE_AP &&
type              322 drivers/net/wireless/ath/ath10k/mac.c 		    arvif->vif->type != NL80211_IFTYPE_ADHOC &&
type              323 drivers/net/wireless/ath/ath10k/mac.c 		    arvif->vif->type != NL80211_IFTYPE_MESH_POINT))
type              337 drivers/net/wireless/ath/ath10k/mac.c 		switch (arvif->vif->type) {
type              379 drivers/net/wireless/ath/ath10k/mac.c 	if (arvif->vif->type != NL80211_IFTYPE_ADHOC)
type             1554 drivers/net/wireless/ath/ath10k/mac.c 	if (arvif->vif->type != NL80211_IFTYPE_AP || !arvif->vif->p2p)
type             1918 drivers/net/wireless/ath/ath10k/mac.c 	if (arvif->vif->type != NL80211_IFTYPE_STATION)
type             2060 drivers/net/wireless/ath/ath10k/mac.c 	if (vif->type != NL80211_IFTYPE_STATION)
type             2137 drivers/net/wireless/ath/ath10k/mac.c 	if (vif->type == NL80211_IFTYPE_STATION)
type             2153 drivers/net/wireless/ath/ath10k/mac.c 	if (vif->type == NL80211_IFTYPE_STATION)
type             3432 drivers/net/wireless/ath/ath10k/mac.c 	if (!vif || vif->type == NL80211_IFTYPE_MONITOR)
type             3534 drivers/net/wireless/ath/ath10k/mac.c 	__be16 type;
type             3542 drivers/net/wireless/ath/ath10k/mac.c 	type = rfc1042->snap_type;
type             3550 drivers/net/wireless/ath/ath10k/mac.c 	eth->h_proto = type;
type             3561 drivers/net/wireless/ath/ath10k/mac.c 	if (vif->type != NL80211_IFTYPE_AP || !vif->p2p)
type             5188 drivers/net/wireless/ath/ath10k/mac.c 	switch (vif->type) {
type             5255 drivers/net/wireless/ath/ath10k/mac.c 	if (vif->type == NL80211_IFTYPE_ADHOC ||
type             5256 drivers/net/wireless/ath/ath10k/mac.c 	    vif->type == NL80211_IFTYPE_MESH_POINT ||
type             5257 drivers/net/wireless/ath/ath10k/mac.c 	    vif->type == NL80211_IFTYPE_AP) {
type             5331 drivers/net/wireless/ath/ath10k/mac.c 	if (ar->cfg_tx_chainmask && (vif->type != NL80211_IFTYPE_MONITOR)) {
type             5441 drivers/net/wireless/ath/ath10k/mac.c 	if (vif->type == NL80211_IFTYPE_MONITOR) {
type             5586 drivers/net/wireless/ath/ath10k/mac.c 	if (vif->type == NL80211_IFTYPE_MONITOR) {
type             5722 drivers/net/wireless/ath/ath10k/mac.c 	    vif->type == NL80211_IFTYPE_AP) {
type             6183 drivers/net/wireless/ath/ath10k/mac.c 		if (vif->type == NL80211_IFTYPE_ADHOC &&
type             6208 drivers/net/wireless/ath/ath10k/mac.c 	if (is_wep && !sta && vif->type == NL80211_IFTYPE_STATION) {
type             6425 drivers/net/wireless/ath/ath10k/mac.c 	if (sta->txpwr.type == NL80211_TX_POWER_AUTOMATIC) {
type             6655 drivers/net/wireless/ath/ath10k/mac.c 		   (vif->type == NL80211_IFTYPE_AP ||
type             6656 drivers/net/wireless/ath/ath10k/mac.c 		    vif->type == NL80211_IFTYPE_MESH_POINT ||
type             6657 drivers/net/wireless/ath/ath10k/mac.c 		    vif->type == NL80211_IFTYPE_ADHOC)) {
type             6691 drivers/net/wireless/ath/ath10k/mac.c 		    (vif->type == NL80211_IFTYPE_AP ||
type             6692 drivers/net/wireless/ath/ath10k/mac.c 		     vif->type == NL80211_IFTYPE_MESH_POINT ||
type             6693 drivers/net/wireless/ath/ath10k/mac.c 		     vif->type == NL80211_IFTYPE_ADHOC)) {
type             6892 drivers/net/wireless/ath/ath10k/mac.c 				    enum ieee80211_roc_type type)
type             7078 drivers/net/wireless/ath/ath10k/mac.c 		if (vif && vif->type == NL80211_IFTYPE_STATION) {
type             7130 drivers/net/wireless/ath/ath10k/mac.c 	enum wmi_bss_survey_req_type type = WMI_BSS_SURVEY_REQ_TYPE_READ_CLEAR;
type             7145 drivers/net/wireless/ath/ath10k/mac.c 	ret = ath10k_wmi_pdev_bss_chan_info_request(ar, type);
type             8042 drivers/net/wireless/ath/ath10k/mac.c 	if (vif->type == NL80211_IFTYPE_MONITOR) {
type             8101 drivers/net/wireless/ath/ath10k/mac.c 	if (vif->type == NL80211_IFTYPE_MONITOR) {
type             8584 drivers/net/wireless/ath/ath10k/mac.c 	if (wrdd->type != ACPI_TYPE_PACKAGE ||
type             8586 drivers/net/wireless/ath/ath10k/mac.c 	    wrdd->package.elements[0].type != ACPI_TYPE_INTEGER ||
type             8595 drivers/net/wireless/ath/ath10k/mac.c 		if (mcc_pkg->type != ACPI_TYPE_PACKAGE)
type             8599 drivers/net/wireless/ath/ath10k/mac.c 		if (mcc_pkg->package.elements[0].type != ACPI_TYPE_INTEGER ||
type             8600 drivers/net/wireless/ath/ath10k/mac.c 		    mcc_pkg->package.elements[1].type != ACPI_TYPE_INTEGER)
type             1696 drivers/net/wireless/ath/ath10k/pci.c 		if (current_region->type == ATH10K_MEM_REGION_TYPE_IRAM1 ||
type             1697 drivers/net/wireless/ath/ath10k/pci.c 		    current_region->type == ATH10K_MEM_REGION_TYPE_IRAM2) {
type             1713 drivers/net/wireless/ath/ath10k/pci.c 		switch (current_region->type) {
type             1733 drivers/net/wireless/ath/ath10k/pci.c 		hdr->region_type = cpu_to_le32(current_region->type);
type              781 drivers/net/wireless/ath/ath10k/qmi.c 			     enum ath10k_qmi_driver_event_type type,
type              790 drivers/net/wireless/ath/ath10k/qmi.c 	event->type = type;
type              860 drivers/net/wireless/ath/ath10k/qmi.c 		.type = QMI_INDICATION,
type              867 drivers/net/wireless/ath/ath10k/qmi.c 		.type = QMI_INDICATION,
type              932 drivers/net/wireless/ath/ath10k/qmi.c 		switch (event->type) {
type              946 drivers/net/wireless/ath/ath10k/qmi.c 			ath10k_warn(ar, "invalid event type: %d", event->type);
type               82 drivers/net/wireless/ath/ath10k/qmi.h 	enum ath10k_qmi_driver_event_type type;
type              204 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 					   type),
type              254 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 					   type),
type              163 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.h 	enum wlfw_mem_type_enum_v01 type;
type              171 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.h 	enum wlfw_mem_type_enum_v01 type;
type              736 drivers/net/wireless/ath/ath10k/snoc.c 	target_info->type = ATH10K_HW_WCN3990;
type             1273 drivers/net/wireless/ath/ath10k/snoc.c int ath10k_snoc_fw_indication(struct ath10k *ar, u64 type)
type             1282 drivers/net/wireless/ath/ath10k/snoc.c 	switch (type) {
type             1304 drivers/net/wireless/ath/ath10k/snoc.c 		ath10k_err(ar, "invalid fw indication: %llx\n", type);
type               91 drivers/net/wireless/ath/ath10k/snoc.h int ath10k_snoc_fw_indication(struct ath10k *ar, u64 type);
type               86 drivers/net/wireless/ath/ath10k/spectral.c 	fft_sample->tlv.type = ATH_FFT_SAMPLE_ATH10K;
type               20 drivers/net/wireless/ath/ath10k/testmode.c 	[ATH10K_TM_ATTR_CMD]		= { .type = NLA_U32 },
type               21 drivers/net/wireless/ath/ath10k/testmode.c 	[ATH10K_TM_ATTR_DATA]		= { .type = NLA_BINARY,
type               23 drivers/net/wireless/ath/ath10k/testmode.c 	[ATH10K_TM_ATTR_WMI_CMDID]	= { .type = NLA_U32 },
type               24 drivers/net/wireless/ath/ath10k/testmode.c 	[ATH10K_TM_ATTR_VERSION_MAJOR]	= { .type = NLA_U32 },
type               25 drivers/net/wireless/ath/ath10k/testmode.c 	[ATH10K_TM_ATTR_VERSION_MINOR]	= { .type = NLA_U32 },
type              462 drivers/net/wireless/ath/ath10k/trace.h 		     u8 type,
type              468 drivers/net/wireless/ath/ath10k/trace.h 	TP_ARGS(ar, type, timestamp, code, len, data),
type              473 drivers/net/wireless/ath/ath10k/trace.h 		__field(u8, type)
type              483 drivers/net/wireless/ath/ath10k/trace.h 		__entry->type = type;
type              494 drivers/net/wireless/ath/ath10k/trace.h 		__entry->type,
type               74 drivers/net/wireless/ath/ath10k/wmi-ops.h 					   enum wmi_vdev_type type,
type              130 drivers/net/wireless/ath/ath10k/wmi-ops.h 					     enum wmi_force_fw_hang_type type,
type              203 drivers/net/wireless/ath/ath10k/wmi-ops.h 					       enum wmi_host_platform_type type,
type              212 drivers/net/wireless/ath/ath10k/wmi-ops.h 					 enum wmi_bss_survey_req_type type);
type              622 drivers/net/wireless/ath/ath10k/wmi-ops.h 		       enum wmi_vdev_type type,
type              631 drivers/net/wireless/ath/ath10k/wmi-ops.h 	skb = ar->wmi.ops->gen_vdev_create(ar, vdev_id, type, subtype, macaddr);
type             1069 drivers/net/wireless/ath/ath10k/wmi-ops.h 			 enum wmi_force_fw_hang_type type, u32 delay_ms)
type             1076 drivers/net/wireless/ath/ath10k/wmi-ops.h 	skb = ar->wmi.ops->gen_force_fw_hang(ar, type, delay_ms);
type             1507 drivers/net/wireless/ath/ath10k/wmi-ops.h 			       enum wmi_host_platform_type type,
type             1515 drivers/net/wireless/ath/ath10k/wmi-ops.h 	skb = ar->wmi.ops->ext_resource_config(ar, type,
type             1536 drivers/net/wireless/ath/ath10k/wmi-ops.h 				      enum wmi_bss_survey_req_type type)
type             1544 drivers/net/wireless/ath/ath10k/wmi-ops.h 	skb = wmi->ops->gen_pdev_bss_chan_info_req(ar, type);
type              264 drivers/net/wireless/ath/ath10k/wmi-tlv.c 						item->type,
type             2945 drivers/net/wireless/ath/ath10k/wmi-tlv.c 				    enum wmi_force_fw_hang_type type,
type             2960 drivers/net/wireless/ath/ath10k/wmi-tlv.c 	cmd->type = __cpu_to_le32(type);
type             2009 drivers/net/wireless/ath/ath10k/wmi-tlv.h 	u8 type;
type             2073 drivers/net/wireless/ath/ath10k/wmi.c ath10k_wmi_event_scan_type_str(enum wmi_scan_event_type type,
type             2076 drivers/net/wireless/ath/ath10k/wmi.c 	switch (type) {
type             4587 drivers/net/wireless/ath/ath10k/wmi.c 				     u32 rate_code, u8 type)
type             4607 drivers/net/wireless/ath/ath10k/wmi.c 	switch (type) {
type             4621 drivers/net/wireless/ath/ath10k/wmi.c 		ath10k_warn(ar, "unknown wmi tpc table type: %d\n", type);
type             4633 drivers/net/wireless/ath/ath10k/wmi.c 					  u8 *rate_code, u16 *pream_table, u8 type)
type             4642 drivers/net/wireless/ath/ath10k/wmi.c 	switch (type) {
type             4646 drivers/net/wireless/ath/ath10k/wmi.c 			tpc_stats->flag[type] = ATH10K_TPC_TABLE_TYPE_FLAG;
type             4653 drivers/net/wireless/ath/ath10k/wmi.c 			tpc_stats->flag[type] = ATH10K_TPC_TABLE_TYPE_FLAG;
type             4660 drivers/net/wireless/ath/ath10k/wmi.c 			tpc_stats->flag[type] = ATH10K_TPC_TABLE_TYPE_FLAG;
type             4666 drivers/net/wireless/ath/ath10k/wmi.c 			   "invalid table type in wmi tpc event: %d\n", type);
type             4683 drivers/net/wireless/ath/ath10k/wmi.c 							    type);
type             4687 drivers/net/wireless/ath/ath10k/wmi.c 		tpc_stats->tpc_table[type].pream_idx[i] = pream_idx;
type             4688 drivers/net/wireless/ath/ath10k/wmi.c 		tpc_stats->tpc_table[type].rate_code[i] = rate_code[i];
type             4689 drivers/net/wireless/ath/ath10k/wmi.c 		memcpy(tpc_stats->tpc_table[type].tpc_value[i],
type             4858 drivers/net/wireless/ath/ath10k/wmi.c 			      u32 rate_code, u8 type, u32 pream_idx)
type             4944 drivers/net/wireless/ath/ath10k/wmi.c 	switch (type) {
type             4970 drivers/net/wireless/ath/ath10k/wmi.c 		ath10k_warn(ar, "unknown wmi tpc final table type: %d\n", type);
type             4983 drivers/net/wireless/ath/ath10k/wmi.c 				       u8 *rate_code, u16 *pream_table, u8 type)
type             4992 drivers/net/wireless/ath/ath10k/wmi.c 	switch (type) {
type             4996 drivers/net/wireless/ath/ath10k/wmi.c 			tpc_stats->flag[type] = ATH10K_TPC_TABLE_TYPE_FLAG;
type             5003 drivers/net/wireless/ath/ath10k/wmi.c 			tpc_stats->flag[type] = ATH10K_TPC_TABLE_TYPE_FLAG;
type             5010 drivers/net/wireless/ath/ath10k/wmi.c 			tpc_stats->flag[type] = ATH10K_TPC_TABLE_TYPE_FLAG;
type             5016 drivers/net/wireless/ath/ath10k/wmi.c 			   "invalid table type in wmi tpc event: %d\n", type);
type             5033 drivers/net/wireless/ath/ath10k/wmi.c 							       type, pream_idx);
type             5037 drivers/net/wireless/ath/ath10k/wmi.c 		tpc_stats->tpc_table_final[type].pream_idx[i] = pream_idx;
type             5038 drivers/net/wireless/ath/ath10k/wmi.c 		tpc_stats->tpc_table_final[type].rate_code[i] = rate_code[i];
type             5039 drivers/net/wireless/ath/ath10k/wmi.c 		memcpy(tpc_stats->tpc_table_final[type].tpc_value[i],
type             7008 drivers/net/wireless/ath/ath10k/wmi.c 			      enum wmi_vdev_type type,
type             7021 drivers/net/wireless/ath/ath10k/wmi.c 	cmd->vdev_type    = __cpu_to_le32(type);
type             7027 drivers/net/wireless/ath/ath10k/wmi.c 		   vdev_id, type, subtype, macaddr);
type             7691 drivers/net/wireless/ath/ath10k/wmi.c 					  enum wmi_bss_survey_req_type type)
type             7701 drivers/net/wireless/ath/ath10k/wmi.c 	cmd->type = __cpu_to_le32(type);
type             7704 drivers/net/wireless/ath/ath10k/wmi.c 		   "wmi pdev bss info request type %d\n", type);
type             7797 drivers/net/wireless/ath/ath10k/wmi.c 				enum wmi_force_fw_hang_type type, u32 delay_ms)
type             7807 drivers/net/wireless/ath/ath10k/wmi.c 	cmd->type = __cpu_to_le32(type);
type             7811 drivers/net/wireless/ath/ath10k/wmi.c 		   type, delay_ms);
type             8710 drivers/net/wireless/ath/ath10k/wmi.c 				    enum wmi_host_platform_type type,
type             8725 drivers/net/wireless/ath/ath10k/wmi.c 	cmd->host_platform_config = __cpu_to_le32(type);
type             8740 drivers/net/wireless/ath/ath10k/wmi.c 		   type, fw_feature_bitmap);
type             5870 drivers/net/wireless/ath/ath10k/wmi.h #define WMI_UAPSD_AC_BIT_MASK(ac, type) \
type             5871 drivers/net/wireless/ath/ath10k/wmi.h 	(type == WMI_UAPSD_AC_TYPE_DELI ? 1 << (ac << 1) : 1 << ((ac << 1) + 1))
type             6626 drivers/net/wireless/ath/ath10k/wmi.h 	__le32 type;
type             7257 drivers/net/wireless/ath/ath10k/wmi.h 	__le32 type;
type              212 drivers/net/wireless/ath/ath5k/base.c ath5k_chip_name(enum ath5k_srev_type type, u_int16_t val)
type              218 drivers/net/wireless/ath/ath5k/base.c 		if (srev_names[i].sr_type != type)
type              110 drivers/net/wireless/ath/ath5k/base.h const char *ath5k_chip_name(enum ath5k_srev_type type, u_int16_t val);
type               79 drivers/net/wireless/ath/ath5k/desc.c 			enum ath5k_pkt_type type,
type              128 drivers/net/wireless/ath/ath5k/desc.c 	if (type == AR5K_PKT_TYPE_BEACON)
type              148 drivers/net/wireless/ath/ath5k/desc.c 		switch (type) {
type              157 drivers/net/wireless/ath/ath5k/desc.c 			frame_type = type;
type              171 drivers/net/wireless/ath/ath5k/desc.c 			AR5K_REG_SM(type, AR5K_2W_TX_DESC_CTL1_FRAME_TYPE_5211);
type              245 drivers/net/wireless/ath/ath5k/desc.c 			enum ath5k_pkt_type type,
type              304 drivers/net/wireless/ath/ath5k/desc.c 	if (type == AR5K_PKT_TYPE_BEACON)
type              314 drivers/net/wireless/ath/ath5k/desc.c 	txctl1 |= AR5K_REG_SM(type, AR5K_4W_TX_DESC_CTL1_FRAME_TYPE);
type               82 drivers/net/wireless/ath/ath5k/mac80211-ops.c 	if ((vif->type == NL80211_IFTYPE_AP ||
type               83 drivers/net/wireless/ath/ath5k/mac80211-ops.c 	     vif->type == NL80211_IFTYPE_ADHOC)
type               95 drivers/net/wireless/ath/ath5k/mac80211-ops.c 	    (ah->nvifs && vif->type == NL80211_IFTYPE_ADHOC)) {
type              101 drivers/net/wireless/ath/ath5k/mac80211-ops.c 	switch (vif->type) {
type              106 drivers/net/wireless/ath/ath5k/mac80211-ops.c 		avf->opmode = vif->type;
type              486 drivers/net/wireless/ath/ath5k/mac80211-ops.c 	if (vif->type == NL80211_IFTYPE_ADHOC &&
type              680 drivers/net/wireless/ath/ath5k/phy.c 	u32 data, type;
type              699 drivers/net/wireless/ath/ath5k/phy.c 		type = AR5K_REG_MS(data, AR5K_PHY_PAPD_PROBE_TYPE);
type              703 drivers/net/wireless/ath/ath5k/phy.c 		if (type == AR5K_PHY_PAPD_PROBE_TYPE_CCK) {
type             2524 drivers/net/wireless/ath/ath5k/phy.c 			u8 *vpd_table, u8 type)
type             2537 drivers/net/wireless/ath/ath5k/phy.c 	if (type == AR5K_PWRTABLE_LINEAR_PCDAC) {
type             3272 drivers/net/wireless/ath/ath5k/phy.c 			u8 ee_mode, u8 type)
type             3324 drivers/net/wireless/ath/ath5k/phy.c 		switch (type) {
type             3364 drivers/net/wireless/ath/ath5k/phy.c 						pdg_L->pd_points, tmpL, type);
type             3376 drivers/net/wireless/ath/ath5k/phy.c 						pdg_R->pd_points, tmpR, type);
type             3419 drivers/net/wireless/ath/ath5k/phy.c 	switch (type) {
type             3467 drivers/net/wireless/ath/ath5k/phy.c ath5k_write_channel_powertable(struct ath5k_hw *ah, u8 ee_mode, u8 type)
type             3469 drivers/net/wireless/ath/ath5k/phy.c 	if (type == AR5K_PWRTABLE_PWR_TO_PDADC)
type             3604 drivers/net/wireless/ath/ath5k/phy.c 	u8 type;
type             3620 drivers/net/wireless/ath/ath5k/phy.c 		type = AR5K_PWRTABLE_PWR_TO_PCDAC;
type             3623 drivers/net/wireless/ath/ath5k/phy.c 		type = AR5K_PWRTABLE_LINEAR_PCDAC;
type             3630 drivers/net/wireless/ath/ath5k/phy.c 		type = AR5K_PWRTABLE_PWR_TO_PDADC;
type             3656 drivers/net/wireless/ath/ath5k/phy.c 							ee_mode, type);
type             3662 drivers/net/wireless/ath/ath5k/phy.c 	ath5k_write_channel_powertable(ah, ee_mode, type);
type              109 drivers/net/wireless/ath/ath6kl/bmi.c 		   targ_info->version, targ_info->type);
type              223 drivers/net/wireless/ath/ath6kl/bmi.h 	__le32 type;         /* target type */
type              367 drivers/net/wireless/ath/ath6kl/cfg80211.c static int ath6kl_nliftype_to_drv_iftype(enum nl80211_iftype type, u8 *nw_type)
type              369 drivers/net/wireless/ath/ath6kl/cfg80211.c 	switch (type) {
type              382 drivers/net/wireless/ath/ath6kl/cfg80211.c 		ath6kl_err("invalid interface type %u\n", type);
type              389 drivers/net/wireless/ath/ath6kl/cfg80211.c static bool ath6kl_is_valid_iftype(struct ath6kl *ar, enum nl80211_iftype type,
type              394 drivers/net/wireless/ath/ath6kl/cfg80211.c 	if (ath6kl_nliftype_to_drv_iftype(type, nw_type))
type              397 drivers/net/wireless/ath/ath6kl/cfg80211.c 	if (ar->ibss_if_active || ((type == NL80211_IFTYPE_ADHOC) &&
type              401 drivers/net/wireless/ath/ath6kl/cfg80211.c 	if (type == NL80211_IFTYPE_STATION ||
type              402 drivers/net/wireless/ath/ath6kl/cfg80211.c 	    type == NL80211_IFTYPE_AP || type == NL80211_IFTYPE_ADHOC) {
type              411 drivers/net/wireless/ath/ath6kl/cfg80211.c 	if (type == NL80211_IFTYPE_P2P_CLIENT ||
type              412 drivers/net/wireless/ath/ath6kl/cfg80211.c 	    type == NL80211_IFTYPE_P2P_GO) {
type             1408 drivers/net/wireless/ath/ath6kl/cfg80211.c 				       enum nl80211_tx_power_setting type,
type             1416 drivers/net/wireless/ath/ath6kl/cfg80211.c 		   type, dbm);
type             1425 drivers/net/wireless/ath/ath6kl/cfg80211.c 	switch (type) {
type             1433 drivers/net/wireless/ath/ath6kl/cfg80211.c 			   __func__, type);
type             1511 drivers/net/wireless/ath/ath6kl/cfg80211.c 						      enum nl80211_iftype type,
type             1523 drivers/net/wireless/ath/ath6kl/cfg80211.c 	if (!ath6kl_is_valid_iftype(ar, type, &if_idx, &nw_type)) {
type             1528 drivers/net/wireless/ath/ath6kl/cfg80211.c 	wdev = ath6kl_interface_add(ar, name, name_assign_type, type, if_idx, nw_type);
type             1558 drivers/net/wireless/ath/ath6kl/cfg80211.c 					enum nl80211_iftype type,
type             1564 drivers/net/wireless/ath/ath6kl/cfg80211.c 	ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "%s: type %u\n", __func__, type);
type             1573 drivers/net/wireless/ath/ath6kl/cfg80211.c 	    (type == NL80211_IFTYPE_P2P_CLIENT ||
type             1574 drivers/net/wireless/ath/ath6kl/cfg80211.c 	     type == NL80211_IFTYPE_P2P_GO)) {
type             1597 drivers/net/wireless/ath/ath6kl/cfg80211.c 	switch (type) {
type             1610 drivers/net/wireless/ath/ath6kl/cfg80211.c 		ath6kl_err("invalid interface type %u\n", type);
type             1614 drivers/net/wireless/ath/ath6kl/cfg80211.c 	vif->wdev.iftype = type;
type             3781 drivers/net/wireless/ath/ath6kl/cfg80211.c 					  enum nl80211_iftype type,
type             3798 drivers/net/wireless/ath/ath6kl/cfg80211.c 	vif->wdev.iftype = type;
type             3834 drivers/net/wireless/ath/ath6kl/cfg80211.c 	if (type == NL80211_IFTYPE_ADHOC)
type               29 drivers/net/wireless/ath/ath6kl/cfg80211.h 					  enum nl80211_iftype type,
type              106 drivers/net/wireless/ath/ath6kl/core.c 	ar->target_type = le32_to_cpu(targ_info.type);
type             1611 drivers/net/wireless/ath/ath6kl/init.c static const char *ath6kl_init_get_hif_name(enum ath6kl_hif_type type)
type             1613 drivers/net/wireless/ath/ath6kl/init.c 	switch (type) {
type               41 drivers/net/wireless/ath/ath6kl/testmode.c 	[ATH6KL_TM_ATTR_CMD]		= { .type = NLA_U32 },
type               42 drivers/net/wireless/ath/ath6kl/testmode.c 	[ATH6KL_TM_ATTR_DATA]		= { .type = NLA_BINARY,
type              165 drivers/net/wireless/ath/ath6kl/wmi.c 	__be16 type;
type              177 drivers/net/wireless/ath/ath6kl/wmi.c 	type = eth_hdr->h_proto;
type              179 drivers/net/wireless/ath/ath6kl/wmi.c 	if (!is_ethertype(be16_to_cpu(type))) {
type              201 drivers/net/wireless/ath/ath6kl/wmi.c 	llc_hdr->eth_type = type;
type             1331 drivers/net/wireless/ath/ath6kl/wmi.c 	const char *type = "unknown error";
type             1337 drivers/net/wireless/ath/ath6kl/wmi.c 		type = "invalid parameter";
type             1340 drivers/net/wireless/ath/ath6kl/wmi.c 		type = "invalid state";
type             1343 drivers/net/wireless/ath/ath6kl/wmi.c 		type = "internal error";
type             1348 drivers/net/wireless/ath/ath6kl/wmi.c 		   ev->cmd_id, type);
type              262 drivers/net/wireless/ath/ath9k/ar9002_mac.c 		| SM(i->type, AR_FrameType)
type               82 drivers/net/wireless/ath/ath9k/ar9003_aic.c static int16_t ar9003_aic_find_index(u8 type, int16_t value)
type               86 drivers/net/wireless/ath/ath9k/ar9003_aic.c 	if (type == 0) {
type               91 drivers/net/wireless/ath/ath9k/ar9003_aic.c 	} else if (type == 1) {
type              114 drivers/net/wireless/ath/ath9k/ar9003_mac.c 		| SM(i->type, AR_FrameType)
type             1085 drivers/net/wireless/ath/ath9k/ar9003_mci.c 	u8 type, opcode;
type             1091 drivers/net/wireless/ath/ath9k/ar9003_mci.c 	type = MCI_GPM_TYPE(payload);
type             1094 drivers/net/wireless/ath/ath9k/ar9003_mci.c 	if (type != MCI_GPM_COEX_AGENT)
type              752 drivers/net/wireless/ath/ath9k/ath9k.h void ath9k_queue_reset(struct ath_softc *sc, enum ath_reset_type type);
type               90 drivers/net/wireless/ath/ath9k/beacon.c 	info.type = ATH9K_PKT_TYPE_BEACON;
type              283 drivers/net/wireless/ath/ath9k/channel.c 		switch (vif->type) {
type             1111 drivers/net/wireless/ath/ath9k/channel.c 	switch (vif->type) {
type             1463 drivers/net/wireless/ath/ath9k/channel.c 	if (vif->type != NL80211_IFTYPE_STATION)
type              148 drivers/net/wireless/ath/ath9k/common-spectral.c 	fft_sample_20.tlv.type = ATH_FFT_SAMPLE_HT20;
type              262 drivers/net/wireless/ath/ath9k/common-spectral.c 	fft_sample_40.tlv.type = ATH_FFT_SAMPLE_HT20_40;
type               30 drivers/net/wireless/ath/ath9k/debug.h #define RESET_STAT_INC(sc, type) do { (sc)->debug.stats.reset[type]++; } while (0)
type               36 drivers/net/wireless/ath/ath9k/debug.h #define RESET_STAT_INC(sc, type) do { (void)(sc); } while (0)
type              403 drivers/net/wireless/ath/ath9k/hif_usb.c 	if ((tx_ctl->type == ATH9K_HTC_MGMT) ||
type              404 drivers/net/wireless/ath/ath9k/hif_usb.c 	    (tx_ctl->type == ATH9K_HTC_BEACON)) {
type              410 drivers/net/wireless/ath/ath9k/hif_usb.c 	if ((tx_ctl->type == ATH9K_HTC_NORMAL) ||
type              411 drivers/net/wireless/ath/ath9k/hif_usb.c 	    (tx_ctl->type == ATH9K_HTC_AMPDU)) {
type              488 drivers/net/wireless/ath/ath9k/hif_usb.c 	if ((tx_ctl->type == ATH9K_HTC_AMPDU) &&
type              311 drivers/net/wireless/ath/ath9k/htc.h 	u8 type; /* ATH9K_HTC_* */
type              243 drivers/net/wireless/ath/ath9k/htc_drv_beacon.c 	tx_ctl->type = ATH9K_HTC_BEACON;
type              390 drivers/net/wireless/ath/ath9k/htc_drv_beacon.c 	if (vif->type == NL80211_IFTYPE_STATION &&
type              410 drivers/net/wireless/ath/ath9k/htc_drv_beacon.c 	    (vif->type == NL80211_IFTYPE_AP) &&
type              422 drivers/net/wireless/ath/ath9k/htc_drv_beacon.c 	    (vif->type != NL80211_IFTYPE_AP)) {
type              434 drivers/net/wireless/ath/ath9k/htc_drv_beacon.c 	    (vif->type == NL80211_IFTYPE_STATION)) {
type              469 drivers/net/wireless/ath/ath9k/htc_drv_beacon.c 	switch (vif->type) {
type               96 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	if ((vif->type == NL80211_IFTYPE_AP ||
type               97 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	     vif->type == NL80211_IFTYPE_MESH_POINT) &&
type             1050 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	switch (vif->type) {
type             1065 drivers/net/wireless/ath/ath9k/htc_drv_main.c 			"Interface type %d not yet supported\n", vif->type);
type             1092 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	INC_VIF(priv, vif->type);
type             1094 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	if ((vif->type == NL80211_IFTYPE_AP) ||
type             1095 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	    (vif->type == NL80211_IFTYPE_MESH_POINT) ||
type             1096 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	    (vif->type == NL80211_IFTYPE_ADHOC))
type             1108 drivers/net/wireless/ath/ath9k/htc_drv_main.c 		vif->type, avp->index);
type             1146 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	DEC_VIF(priv, vif->type);
type             1148 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	if ((vif->type == NL80211_IFTYPE_AP) ||
type             1149 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	     vif->type == NL80211_IFTYPE_MESH_POINT ||
type             1150 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	    (vif->type == NL80211_IFTYPE_ADHOC))
type             1160 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	if ((vif->type == NL80211_IFTYPE_AP) && (priv->num_ap_vif == 0)) {
type             1428 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	if ((vif->type == NL80211_IFTYPE_ADHOC ||
type             1429 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	     vif->type == NL80211_IFTYPE_MESH_POINT) &&
type             1490 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	if ((vif->type == NL80211_IFTYPE_STATION) && bss_conf->assoc) {
type             1577 drivers/net/wireless/ath/ath9k/htc_drv_main.c 		      vif->type == NL80211_IFTYPE_AP &&
type             1580 drivers/net/wireless/ath/ath9k/htc_drv_main.c 		      vif->type == NL80211_IFTYPE_MESH_POINT &&
type             1595 drivers/net/wireless/ath/ath9k/htc_drv_main.c 		if (vif->type == NL80211_IFTYPE_AP) {
type              241 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c 	tx_ctl->type = ATH9K_HTC_MGMT;
type              293 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c 		tx_ctl->type = ATH9K_HTC_AMPDU;
type              296 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c 		tx_ctl->type = ATH9K_HTC_NORMAL;
type               33 drivers/net/wireless/ath/ath9k/hw.c static bool ath9k_hw_set_reset_reg(struct ath_hw *ah, u32 type);
type             1320 drivers/net/wireless/ath/ath9k/hw.c static bool ath9k_hw_ar9330_reset_war(struct ath_hw *ah, int type)
type             1331 drivers/net/wireless/ath/ath9k/hw.c 	    (npend || type == ATH9K_RESET_COLD)) {
type             1351 drivers/net/wireless/ath/ath9k/hw.c static bool ath9k_hw_set_reset(struct ath_hw *ah, int type)
type             1396 drivers/net/wireless/ath/ath9k/hw.c 		if (type == ATH9K_RESET_COLD)
type             1401 drivers/net/wireless/ath/ath9k/hw.c 		if (!ath9k_hw_ar9330_reset_war(ah, type))
type             1482 drivers/net/wireless/ath/ath9k/hw.c static bool ath9k_hw_set_reset_reg(struct ath_hw *ah, u32 type)
type             1495 drivers/net/wireless/ath/ath9k/hw.c 		type = ATH9K_RESET_POWER_ON;
type             1497 drivers/net/wireless/ath/ath9k/hw.c 	switch (type) {
type             1505 drivers/net/wireless/ath/ath9k/hw.c 		ret = ath9k_hw_set_reset(ah, type);
type             2701 drivers/net/wireless/ath/ath9k/hw.c static void ath9k_hw_gpio_cfg_output_mux(struct ath_hw *ah, u32 gpio, u32 type)
type             2717 drivers/net/wireless/ath/ath9k/hw.c 		REG_RMW(ah, addr, (type << gpio_shift),
type             2723 drivers/net/wireless/ath/ath9k/hw.c 		tmp |= (type << gpio_shift);
type               75 drivers/net/wireless/ath/ath9k/link.c 	enum ath_reset_type type;
type               85 drivers/net/wireless/ath/ath9k/link.c 		type = RESET_TYPE_MAC_HANG;
type               86 drivers/net/wireless/ath/ath9k/link.c 		ath9k_queue_reset(sc, type);
type              293 drivers/net/wireless/ath/ath9k/mac.c int ath9k_hw_setuptxqueue(struct ath_hw *ah, enum ath9k_tx_queue type,
type              300 drivers/net/wireless/ath/ath9k/mac.c 	switch (type) {
type              317 drivers/net/wireless/ath/ath9k/mac.c 		ath_err(common, "Invalid TX queue type: %u\n", type);
type              329 drivers/net/wireless/ath/ath9k/mac.c 	qi->tqi_type = type;
type              706 drivers/net/wireless/ath/ath9k/mac.h 	enum ath9k_pkt_type type;
type              727 drivers/net/wireless/ath/ath9k/mac.h int ath9k_hw_setuptxqueue(struct ath_hw *ah, enum ath9k_tx_queue type,
type              376 drivers/net/wireless/ath/ath9k/main.c 	enum ath_reset_type type;
type              390 drivers/net/wireless/ath/ath9k/main.c 		type = RESET_TYPE_FATAL_INT;
type              391 drivers/net/wireless/ath/ath9k/main.c 		ath9k_queue_reset(sc, type);
type              404 drivers/net/wireless/ath/ath9k/main.c 			type = RESET_TYPE_BB_WATCHDOG;
type              405 drivers/net/wireless/ath/ath9k/main.c 			ath9k_queue_reset(sc, type);
type              417 drivers/net/wireless/ath/ath9k/main.c 			type = RESET_TYPE_TX_GTT;
type              418 drivers/net/wireless/ath/ath9k/main.c 			ath9k_queue_reset(sc, type);
type              620 drivers/net/wireless/ath/ath9k/main.c void ath9k_queue_reset(struct ath_softc *sc, enum ath_reset_type type)
type              624 drivers/net/wireless/ath/ath9k/main.c 	RESET_STAT_INC(sc, type);
type              903 drivers/net/wireless/ath/ath9k/main.c static bool ath9k_uses_beacons(int type)
type              905 drivers/net/wireless/ath/ath9k/main.c 	switch (type) {
type              922 drivers/net/wireless/ath/ath9k/main.c 		if (iter_data->primary_beacon_vif->type != NL80211_IFTYPE_AP &&
type              923 drivers/net/wireless/ath/ath9k/main.c 		    vif->type == NL80211_IFTYPE_AP)
type              949 drivers/net/wireless/ath/ath9k/main.c 	switch (vif->type) {
type             1081 drivers/net/wireless/ath/ath9k/main.c 	ah->opmode = vif->type;
type             1238 drivers/net/wireless/ath/ath9k/main.c 	if (vif->type == NL80211_IFTYPE_AP ||
type             1239 drivers/net/wireless/ath/ath9k/main.c 	    vif->type == NL80211_IFTYPE_MESH_POINT)
type             1263 drivers/net/wireless/ath/ath9k/main.c 	ath_dbg(common, CONFIG, "Attach a VIF of type: %d\n", vif->type);
type             1266 drivers/net/wireless/ath/ath9k/main.c 	if (vif->type == NL80211_IFTYPE_STATION && ath9k_is_chanctx_enabled())
type             1269 drivers/net/wireless/ath/ath9k/main.c 	if (ath9k_uses_beacons(vif->type))
type             1312 drivers/net/wireless/ath/ath9k/main.c 	if (ath9k_uses_beacons(vif->type))
type             1315 drivers/net/wireless/ath/ath9k/main.c 	vif->type = new_type;
type             1318 drivers/net/wireless/ath/ath9k/main.c 	if (ath9k_uses_beacons(vif->type))
type             1348 drivers/net/wireless/ath/ath9k/main.c 	if (ath9k_uses_beacons(vif->type))
type             1520 drivers/net/wireless/ath/ath9k/main.c 	if (vif->type != NL80211_IFTYPE_AP &&
type             1521 drivers/net/wireless/ath/ath9k/main.c 	    vif->type != NL80211_IFTYPE_AP_VLAN)
type             1584 drivers/net/wireless/ath/ath9k/main.c 		if (vif->type == NL80211_IFTYPE_STATION) {
type             1685 drivers/net/wireless/ath/ath9k/main.c 	if ((vif->type == NL80211_IFTYPE_ADHOC ||
type             1686 drivers/net/wireless/ath/ath9k/main.c 	     vif->type == NL80211_IFTYPE_MESH_POINT) &&
type             1806 drivers/net/wireless/ath/ath9k/main.c 		if (vif->type == NL80211_IFTYPE_AP) {
type             2365 drivers/net/wireless/ath/ath9k/main.c 				   enum ieee80211_roc_type type)
type             2385 drivers/net/wireless/ath/ath9k/main.c 		vif->addr, type, duration);
type             2506 drivers/net/wireless/ath/ath9k/main.c 		vif->addr, vif->type, vif->p2p,
type             2537 drivers/net/wireless/ath/ath9k/main.c 		vif->addr, vif->type, vif->p2p,
type               49 drivers/net/wireless/ath/ath9k/mci.c 	    (info->type == MCI_GPM_COEX_PROFILE_VOICE))
type               53 drivers/net/wireless/ath/ath9k/mci.c 	    (info->type != MCI_GPM_COEX_PROFILE_VOICE))
type               63 drivers/net/wireless/ath/ath9k/mci.c 	if (info->type == MCI_GPM_COEX_PROFILE_VOICE) {
type              313 drivers/net/wireless/ath/ath9k/mci.c 		if (entry->type != info->type) {
type              399 drivers/net/wireless/ath/ath9k/mci.c 		if ((profile_info.type == MCI_GPM_COEX_PROFILE_UNKNOWN) ||
type              400 drivers/net/wireless/ath/ath9k/mci.c 		    (profile_info.type >= MCI_GPM_COEX_PROFILE_MAX)) {
type              403 drivers/net/wireless/ath/ath9k/mci.c 				profile_info.type,
type               57 drivers/net/wireless/ath/ath9k/mci.h 		switch (_info->type) {		 \
type               82 drivers/net/wireless/ath/ath9k/mci.h 		switch (_info->type) {		 \
type              110 drivers/net/wireless/ath/ath9k/mci.h 	u8 type;
type             1362 drivers/net/wireless/ath/ath9k/xmit.c 		info.type = get_hw_packet_type(skb);
type             2243 drivers/net/wireless/ath/ath9k/xmit.c 	if ((vif && vif->type != NL80211_IFTYPE_AP &&
type             2244 drivers/net/wireless/ath/ath9k/xmit.c 	            vif->type != NL80211_IFTYPE_AP_VLAN) ||
type              453 drivers/net/wireless/ath/carl9170/debug.c 		    "Master" : " Slave"), iter->id, vif->type, vif->addr,
type              100 drivers/net/wireless/ath/carl9170/fwcmd.h 	__le16		type;
type              321 drivers/net/wireless/ath/carl9170/mac.c 		switch (vif->type) {
type              341 drivers/net/wireless/ath/carl9170/mac.c 			WARN(1, "Unsupported operation mode %x\n", vif->type);
type              423 drivers/net/wireless/ath/carl9170/mac.c 			switch (vif->type) {
type              435 drivers/net/wireless/ath/carl9170/mac.c 		} else if (vif->type == NL80211_IFTYPE_STATION) {
type              486 drivers/net/wireless/ath/carl9170/mac.c 	key.type = cpu_to_le16(ktype);
type              582 drivers/net/wireless/ath/carl9170/main.c 	ar->disable_offload |= ((vif->type != NL80211_IFTYPE_STATION) &&
type              583 drivers/net/wireless/ath/carl9170/main.c 	    (vif->type != NL80211_IFTYPE_AP));
type              637 drivers/net/wireless/ath/carl9170/main.c 		switch (main_vif->type) {
type              639 drivers/net/wireless/ath/carl9170/main.c 			if (vif->type == NL80211_IFTYPE_STATION)
type              649 drivers/net/wireless/ath/carl9170/main.c 			    vif->type == NL80211_IFTYPE_AP) {
type              661 drivers/net/wireless/ath/carl9170/main.c 			if ((vif->type == NL80211_IFTYPE_STATION) ||
type              662 drivers/net/wireless/ath/carl9170/main.c 			    (vif->type == NL80211_IFTYPE_WDS) ||
type              663 drivers/net/wireless/ath/carl9170/main.c 			    (vif->type == NL80211_IFTYPE_AP) ||
type              664 drivers/net/wireless/ath/carl9170/main.c 			    (vif->type == NL80211_IFTYPE_MESH_POINT))
type             1098 drivers/net/wireless/ath/carl9170/main.c 		if (vif->type != NL80211_IFTYPE_STATION &&
type             1202 drivers/net/wireless/ath/carl9170/main.c 	if ((vif->type != NL80211_IFTYPE_STATION &&
type             1203 drivers/net/wireless/ath/carl9170/main.c 	     vif->type != NL80211_IFTYPE_ADHOC) &&
type             1555 drivers/net/wireless/ath/carl9170/phy.c static enum carl9170_bw nl80211_to_carl(enum nl80211_channel_type type)
type             1557 drivers/net/wireless/ath/carl9170/phy.c 	switch (type) {
type              198 drivers/net/wireless/ath/carl9170/rx.c 		switch (vif->type) {
type              509 drivers/net/wireless/ath/key.c 		switch (vif->type) {
type              535 drivers/net/wireless/ath/key.c 		if (vif->type != NL80211_IFTYPE_AP) {
type              554 drivers/net/wireless/ath/key.c 				      vif->type == NL80211_IFTYPE_AP);
type               43 drivers/net/wireless/ath/spectral_common.h 	u8 type;	/* see ath_fft_sample */
type               37 drivers/net/wireless/ath/wcn36xx/debug.c 			if (NL80211_IFTYPE_STATION == vif->type) {
type               72 drivers/net/wireless/ath/wcn36xx/debug.c 			if (NL80211_IFTYPE_STATION == vif->type) {
type               83 drivers/net/wireless/ath/wcn36xx/debug.c 			if (NL80211_IFTYPE_STATION == vif->type)
type              817 drivers/net/wireless/ath/wcn36xx/hal.h 	enum driver_type type;
type              914 drivers/net/wireless/ath/wcn36xx/hal.h 	u8 type:2;
type              929 drivers/net/wireless/ath/wcn36xx/hal.h 	u8 type:2;
type             1210 drivers/net/wireless/ath/wcn36xx/hal.h 	u32 type;
type             1301 drivers/net/wireless/ath/wcn36xx/hal.h 	u8 type;
type             1416 drivers/net/wireless/ath/wcn36xx/hal.h 	u8 type;
type             2588 drivers/net/wireless/ath/wcn36xx/hal.h 	u8 type;
type             3884 drivers/net/wireless/ath/wcn36xx/hal.h 	u32 type;
type             4369 drivers/net/wireless/ath/wcn36xx/hal.h 	u8 type;
type             4380 drivers/net/wireless/ath/wcn36xx/hal.h 	u8 type;
type              183 drivers/net/wireless/ath/wcn36xx/main.c 	return NL80211_IFTYPE_STATION == vif->type ?
type              440 drivers/net/wireless/ath/wcn36xx/main.c 		else if (NL80211_IFTYPE_STATION == vif->type && tmp->sta_assoc)
type              550 drivers/net/wireless/ath/wcn36xx/main.c 			if (NL80211_IFTYPE_STATION == vif->type)
type              921 drivers/net/wireless/ath/wcn36xx/main.c 			if (vif->type == NL80211_IFTYPE_ADHOC ||
type              922 drivers/net/wireless/ath/wcn36xx/main.c 			    vif->type == NL80211_IFTYPE_MESH_POINT)
type              977 drivers/net/wireless/ath/wcn36xx/main.c 		    vif, vif->type);
type              979 drivers/net/wireless/ath/wcn36xx/main.c 	if (!(NL80211_IFTYPE_STATION == vif->type ||
type              980 drivers/net/wireless/ath/wcn36xx/main.c 	      NL80211_IFTYPE_AP == vif->type ||
type              981 drivers/net/wireless/ath/wcn36xx/main.c 	      NL80211_IFTYPE_ADHOC == vif->type ||
type              982 drivers/net/wireless/ath/wcn36xx/main.c 	      NL80211_IFTYPE_MESH_POINT == vif->type)) {
type              984 drivers/net/wireless/ath/wcn36xx/main.c 			     vif->type);
type             1019 drivers/net/wireless/ath/wcn36xx/main.c 	if (NL80211_IFTYPE_STATION != vif->type) {
type              199 drivers/net/wireless/ath/wcn36xx/smd.c 	if (vif->type == NL80211_IFTYPE_ADHOC ||
type              200 drivers/net/wireless/ath/wcn36xx/smd.c 	    vif->type == NL80211_IFTYPE_AP ||
type              201 drivers/net/wireless/ath/wcn36xx/smd.c 	    vif->type == NL80211_IFTYPE_MESH_POINT) {
type              202 drivers/net/wireless/ath/wcn36xx/smd.c 		sta_params->type = 1;
type              205 drivers/net/wireless/ath/wcn36xx/smd.c 		sta_params->type = 0;
type              216 drivers/net/wireless/ath/wcn36xx/smd.c 	if (NL80211_IFTYPE_STATION == vif->type)
type              235 drivers/net/wireless/ath/wcn36xx/smd.c 		if (NL80211_IFTYPE_STATION == vif->type)
type              293 drivers/net/wireless/ath/wcn36xx/smd.c #define INIT_HAL_MSG(msg_body, type) \
type              296 drivers/net/wireless/ath/wcn36xx/smd.c 		msg_body.header.msg_type = type;			\
type              456 drivers/net/wireless/ath/wcn36xx/smd.c 	msg_body.params.type = DRIVER_TYPE_PRODUCTION;
type              474 drivers/net/wireless/ath/wcn36xx/smd.c 		    msg_body.params.type);
type             1137 drivers/net/wireless/ath/wcn36xx/smd.c 	v1->type = orig->type;
type             1215 drivers/net/wireless/ath/wcn36xx/smd.c 		    sta->bssid, sta->type, sta->mac, sta->aid);
type             1243 drivers/net/wireless/ath/wcn36xx/smd.c 			    sta_params->type, sta_params->mac, sta_params->aid);
type             1374 drivers/net/wireless/ath/wcn36xx/smd.c 		    sta->bssid_index, sta->aid, sta->type, sta->mac);
type             1454 drivers/net/wireless/ath/wcn36xx/smd.c 	if (vif->type == NL80211_IFTYPE_STATION) {
type             1460 drivers/net/wireless/ath/wcn36xx/smd.c 	} else if (vif->type == NL80211_IFTYPE_AP ||
type             1461 drivers/net/wireless/ath/wcn36xx/smd.c 		   vif->type == NL80211_IFTYPE_MESH_POINT) {
type             1467 drivers/net/wireless/ath/wcn36xx/smd.c 	} else if (vif->type == NL80211_IFTYPE_ADHOC) {
type             1473 drivers/net/wireless/ath/wcn36xx/smd.c 		wcn36xx_warn("Unknown type for bss config: %d\n", vif->type);
type             1476 drivers/net/wireless/ath/wcn36xx/smd.c 	if (vif->type == NL80211_IFTYPE_STATION)
type             1536 drivers/net/wireless/ath/wcn36xx/smd.c 		    sta_params->aid, sta_params->type,
type             1615 drivers/net/wireless/ath/wcn36xx/smd.c 	if (vif->type == NL80211_IFTYPE_MESH_POINT)
type             1648 drivers/net/wireless/ath/wcn36xx/smd.c 	if (vif->type == NL80211_IFTYPE_MESH_POINT)
type             2273 drivers/net/wireless/ath/wcn36xx/smd.c 	wcn36xx_dbg(WCN36XX_DBG_HAL, "scan indication (type %x)\n", rsp->type);
type             2275 drivers/net/wireless/ath/wcn36xx/smd.c 	switch (rsp->type) {
type             2294 drivers/net/wireless/ath/wcn36xx/smd.c 		wcn36xx_warn("Unknown scan indication type %x\n", rsp->type);
type               28 drivers/net/wireless/ath/wcn36xx/testmode.c 	[WCN36XX_TM_ATTR_CMD] = { .type = NLA_U16 },
type               29 drivers/net/wireless/ath/wcn36xx/testmode.c 	[WCN36XX_TM_ATTR_DATA] = { .type = NLA_BINARY,
type              178 drivers/net/wireless/ath/wcn36xx/txrx.c 		if (vif->type == NL80211_IFTYPE_STATION) {
type              181 drivers/net/wireless/ath/wcn36xx/txrx.c 		} else if (vif->type == NL80211_IFTYPE_AP ||
type              182 drivers/net/wireless/ath/wcn36xx/txrx.c 			   vif->type == NL80211_IFTYPE_ADHOC ||
type              183 drivers/net/wireless/ath/wcn36xx/txrx.c 			   vif->type == NL80211_IFTYPE_MESH_POINT) {
type              192 drivers/net/wireless/ath/wil6210/cfg80211.c 	[QCA_ATTR_DMG_RF_SECTOR_INDEX] = { .type = NLA_U16 },
type              193 drivers/net/wireless/ath/wil6210/cfg80211.c 	[QCA_ATTR_DMG_RF_SECTOR_TYPE] = { .type = NLA_U8 },
type              194 drivers/net/wireless/ath/wil6210/cfg80211.c 	[QCA_ATTR_DMG_RF_MODULE_MASK] = { .type = NLA_U32 },
type              195 drivers/net/wireless/ath/wil6210/cfg80211.c 	[QCA_ATTR_DMG_RF_SECTOR_CFG] = { .type = NLA_NESTED },
type              200 drivers/net/wireless/ath/wil6210/cfg80211.c 	[QCA_ATTR_DMG_RF_SECTOR_CFG_MODULE_INDEX] = { .type = NLA_U8 },
type              201 drivers/net/wireless/ath/wil6210/cfg80211.c 	[QCA_ATTR_DMG_RF_SECTOR_CFG_ETYPE0] = { .type = NLA_U32 },
type              202 drivers/net/wireless/ath/wil6210/cfg80211.c 	[QCA_ATTR_DMG_RF_SECTOR_CFG_ETYPE1] = { .type = NLA_U32 },
type              203 drivers/net/wireless/ath/wil6210/cfg80211.c 	[QCA_ATTR_DMG_RF_SECTOR_CFG_ETYPE2] = { .type = NLA_U32 },
type              204 drivers/net/wireless/ath/wil6210/cfg80211.c 	[QCA_ATTR_DMG_RF_SECTOR_CFG_PSH_HI] = { .type = NLA_U32 },
type              205 drivers/net/wireless/ath/wil6210/cfg80211.c 	[QCA_ATTR_DMG_RF_SECTOR_CFG_PSH_LO] = { .type = NLA_U32 },
type              206 drivers/net/wireless/ath/wil6210/cfg80211.c 	[QCA_ATTR_DMG_RF_SECTOR_CFG_DTYPE_X16] = { .type = NLA_U32 },
type              338 drivers/net/wireless/ath/wil6210/cfg80211.c int wil_iftype_nl2wmi(enum nl80211_iftype type)
type              354 drivers/net/wireless/ath/wil6210/cfg80211.c 		if (__nl2wmi[i].nl == type)
type              662 drivers/net/wireless/ath/wil6210/cfg80211.c 		       enum nl80211_iftype type,
type              671 drivers/net/wireless/ath/wil6210/cfg80211.c 	wil_dbg_misc(wil, "add_iface, type %d\n", type);
type              677 drivers/net/wireless/ath/wil6210/cfg80211.c 	if (type == NL80211_IFTYPE_P2P_DEVICE) {
type              687 drivers/net/wireless/ath/wil6210/cfg80211.c 		p2p_wdev->iftype = type;
type              702 drivers/net/wireless/ath/wil6210/cfg80211.c 	rc = wil_cfg80211_validate_add_iface(wil, type);
type              708 drivers/net/wireless/ath/wil6210/cfg80211.c 	vif = wil_vif_alloc(wil, name, name_assign_type, type);
type              729 drivers/net/wireless/ath/wil6210/cfg80211.c 		 vif->mid, type, wdev->address);
type              811 drivers/net/wireless/ath/wil6210/cfg80211.c 				     enum nl80211_iftype type,
type              820 drivers/net/wireless/ath/wil6210/cfg80211.c 	wil_dbg_misc(wil, "change_iface: type=%d\n", type);
type              823 drivers/net/wireless/ath/wil6210/cfg80211.c 		rc = wil_cfg80211_validate_change_iface(wil, vif, type);
type              835 drivers/net/wireless/ath/wil6210/cfg80211.c 	    !wil_is_safe_switch(wdev->iftype, type)) {
type              847 drivers/net/wireless/ath/wil6210/cfg80211.c 	switch (type) {
type              867 drivers/net/wireless/ath/wil6210/cfg80211.c 		rc = wmi_port_allocate(wil, vif->mid, ndev->dev_addr, type);
type              872 drivers/net/wireless/ath/wil6210/cfg80211.c 	wdev->iftype = type;
type               50 drivers/net/wireless/ath/wil6210/debugfs.c 	enum dbg_off_type type;
type              342 drivers/net/wireless/ath/wil6210/debugfs.c 				   le16_to_cpu(hdr.type), hdr.flags);
type              471 drivers/net/wireless/ath/wil6210/debugfs.c 		switch (tbl[i].type) {
type             2439 drivers/net/wireless/ath/wil6210/debugfs.c #define WIL_FIELD(name, mode, type) { __stringify(name), mode, \
type             2440 drivers/net/wireless/ath/wil6210/debugfs.c 	offsetof(struct wil6210_priv, name), type}
type               36 drivers/net/wireless/ath/wil6210/fw.h 	__le16 type; /* enum wil_fw_record_type */
type               69 drivers/net/wireless/ath/wil6210/fw_inc.c 	if (le16_to_cpu(hdr->type) != wil_fw_type_file_header) {
type              566 drivers/net/wireless/ath/wil6210/fw_inc.c 	int type;
type              585 drivers/net/wireless/ath/wil6210/fw_inc.c static int wil_fw_handle_record(struct wil6210_priv *wil, int type,
type              591 drivers/net/wireless/ath/wil6210/fw_inc.c 		if (wil_fw_handlers[i].type == type)
type              598 drivers/net/wireless/ath/wil6210/fw_inc.c 	wil_err_fw(wil, "unknown record type: %d\n", type);
type              629 drivers/net/wireless/ath/wil6210/fw_inc.c 		rc = wil_fw_handle_record(wil, le16_to_cpu(hdr->type),
type              640 drivers/net/wireless/ath/wil6210/fw_inc.c 				   le16_to_cpu(hdr->type), hdr_sz);
type              706 drivers/net/wireless/ath/wil6210/fw_inc.c 	u16 type;
type              745 drivers/net/wireless/ath/wil6210/fw_inc.c 		type = le16_to_cpu(hdr->type);
type              746 drivers/net/wireless/ath/wil6210/fw_inc.c 		if (type != wil_fw_type_data) {
type              749 drivers/net/wireless/ath/wil6210/fw_inc.c 				   type);
type              774 drivers/net/wireless/ath/wil6210/fw_inc.c 				   le16_to_cpu(hdr->type), hdr_sz);
type             1848 drivers/net/wireless/ath/wil6210/main.c 		ndev->type = ARPHRD_ETHER;
type             1852 drivers/net/wireless/ath/wil6210/main.c 		ndev->type = ARPHRD_ETHER;
type             1856 drivers/net/wireless/ath/wil6210/main.c 		ndev->type = ARPHRD_ETHER;
type             1860 drivers/net/wireless/ath/wil6210/main.c 		ndev->type = ARPHRD_ETHER;
type             1864 drivers/net/wireless/ath/wil6210/main.c 		ndev->type = ARPHRD_IEEE80211_RADIOTAP;
type              169 drivers/net/wireless/ath/wil6210/trace.h 		__field(u8, type)
type              180 drivers/net/wireless/ath/wil6210/trace.h 		__entry->type = wil_rxdesc_ftype(d);
type              188 drivers/net/wireless/ath/wil6210/trace.h 		  __entry->seq, __entry->type, __entry->subtype)
type              201 drivers/net/wireless/ath/wil6210/trace.h 			     __field(u8, type)
type              212 drivers/net/wireless/ath/wil6210/trace.h 			   __entry->type = wil_rx_status_get_frame_type(wil,
type              222 drivers/net/wireless/ath/wil6210/trace.h 		      __entry->seq, __entry->type, __entry->subtype)
type              538 drivers/net/wireless/ath/wil6210/txrx.c 	if (ndev->type == ARPHRD_IEEE80211_RADIOTAP)
type              542 drivers/net/wireless/ath/wil6210/txrx.c 	if (ndev->type != ARPHRD_ETHER)
type              625 drivers/net/wireless/ath/wil6210/txrx.c 	int headroom = ndev->type == ARPHRD_IEEE80211_RADIOTAP ?
type              756 drivers/net/wireless/ath/wil6210/txrx.c 	if (hdr->type != WIL_1X_TYPE_EAPOL_KEY)
type              760 drivers/net/wireless/ath/wil6210/txrx.c 	if (key->type != WIL_EAPOL_KEY_TYPE_WPA &&
type              761 drivers/net/wireless/ath/wil6210/txrx.c 	    key->type != WIL_EAPOL_KEY_TYPE_RSN)
type              450 drivers/net/wireless/ath/wil6210/txrx.h 	u8 type;
type              456 drivers/net/wireless/ath/wil6210/txrx.h 	u8 type;
type              487 drivers/net/wireless/ath/wil6210/wil6210.h 	__le16 type;
type             1265 drivers/net/wireless/ath/wil6210/wil6210.h int wmi_set_ie(struct wil6210_vif *vif, u8 type, u16 ie_len, const void *ie);
type             1290 drivers/net/wireless/ath/wil6210/wil6210.h int wmi_link_stats_cfg(struct wil6210_vif *vif, u32 type, u8 cid, u32 interval);
type             1396 drivers/net/wireless/ath/wil6210/wil6210.h int wil_iftype_nl2wmi(enum nl80211_iftype type);
type              651 drivers/net/wireless/ath/wil6210/wmi.c 			.type = WIL_MBOX_HDR_TYPE_WMI,
type             1941 drivers/net/wireless/ath/wil6210/wmi.c 			    le16_to_cpu(hdr.seq), len, le16_to_cpu(hdr.type),
type             1960 drivers/net/wireless/ath/wil6210/wmi.c 		if ((hdr.type == WIL_MBOX_HDR_TYPE_WMI) &&
type             2478 drivers/net/wireless/ath/wil6210/wmi.c int wmi_set_ie(struct wil6210_vif *vif, u8 type, u16 ie_len, const void *ie)
type             2505 drivers/net/wireless/ath/wil6210/wmi.c 	cmd->mgmt_frm_type = type;
type             2514 drivers/net/wireless/ath/wil6210/wmi.c 		const char *name = type < ARRAY_SIZE(names) ?
type             2515 drivers/net/wireless/ath/wil6210/wmi.c 				   names[type] : "??";
type             2516 drivers/net/wireless/ath/wil6210/wmi.c 		wil_err(wil, "set_ie(%d %s) failed : %d\n", type, name, rc);
type             3307 drivers/net/wireless/ath/wil6210/wmi.c 	if ((hdr->type == WIL_MBOX_HDR_TYPE_WMI) &&
type             3962 drivers/net/wireless/ath/wil6210/wmi.c int wmi_link_stats_cfg(struct wil6210_vif *vif, u32 type, u8 cid, u32 interval)
type             3966 drivers/net/wireless/ath/wil6210/wmi.c 		.record_type_mask = cpu_to_le32(type),
type             3027 drivers/net/wireless/ath/wil6210/wmi.h 	u8 type;
type             3646 drivers/net/wireless/ath/wil6210/wmi.h 	u8 type;
type              850 drivers/net/wireless/atmel/at76c50x-usb.c 	priv->mib_buf.type = MIB_MAC_MGMT;
type              863 drivers/net/wireless/atmel/at76c50x-usb.c static int at76_set_preamble(struct at76_priv *priv, u8 type)
type              867 drivers/net/wireless/atmel/at76c50x-usb.c 	priv->mib_buf.type = MIB_LOCAL;
type              870 drivers/net/wireless/atmel/at76c50x-usb.c 	priv->mib_buf.data.byte = type;
type              884 drivers/net/wireless/atmel/at76c50x-usb.c 	priv->mib_buf.type = MIB_MAC;
type              901 drivers/net/wireless/atmel/at76c50x-usb.c 	priv->mib_buf.type = MIB_MAC;
type              917 drivers/net/wireless/atmel/at76c50x-usb.c 	priv->mib_buf.type = MIB_LOCAL;
type             1478 drivers/net/wireless/atmel/at76c50x-usb.c 	priv->mib_buf.type = MIB_LOCAL;
type             1895 drivers/net/wireless/atmel/at76c50x-usb.c 	switch (vif->type) {
type             2099 drivers/net/wireless/atmel/at76c50x-usb.c 	priv->mib_buf.type = MIB_MAC_WEP;
type              322 drivers/net/wireless/atmel/at76c50x-usb.h 	u8 type;
type              158 drivers/net/wireless/atmel/atmel.c 	u8 type;
type              598 drivers/net/wireless/atmel/atmel.c static u8 atmel_get_mib8(struct atmel_private *priv, u8 type, u8 index);
type              599 drivers/net/wireless/atmel/atmel.c static void atmel_set_mib8(struct atmel_private *priv, u8 type, u8 index,
type              601 drivers/net/wireless/atmel/atmel.c static void atmel_set_mib16(struct atmel_private *priv, u8 type, u8 index,
type              603 drivers/net/wireless/atmel/atmel.c static void atmel_set_mib(struct atmel_private *priv, u8 type, u8 index,
type              605 drivers/net/wireless/atmel/atmel.c static void atmel_get_mib(struct atmel_private *priv, u8 type, u8 index,
type              692 drivers/net/wireless/atmel/atmel.c 		u8 type = atmel_rmem8(priv, atmel_tx(priv, TX_DESC_PACKET_TYPE_OFFSET, priv->tx_desc_head));
type              709 drivers/net/wireless/atmel/atmel.c 		if (type == TX_PACKET_TYPE_DATA) {
type              738 drivers/net/wireless/atmel/atmel.c 				 u16 len, u16 buff, u8 type)
type              744 drivers/net/wireless/atmel/atmel.c 	atmel_wmem8(priv, atmel_tx(priv, TX_DESC_PACKET_TYPE_OFFSET, priv->tx_desc_tail), type);
type             2771 drivers/net/wireless/atmel/atmel.c static void join(struct atmel_private *priv, int type)
type             2787 drivers/net/wireless/atmel/atmel.c 	cmd.BSS_type = type;
type             2793 drivers/net/wireless/atmel/atmel.c static void start(struct atmel_private *priv, int type)
type             2807 drivers/net/wireless/atmel/atmel.c 	cmd.BSS_type = type;
type             4072 drivers/net/wireless/atmel/atmel.c static u8 atmel_get_mib8(struct atmel_private *priv, u8 type, u8 index)
type             4075 drivers/net/wireless/atmel/atmel.c 	m.type = type;
type             4083 drivers/net/wireless/atmel/atmel.c static void atmel_set_mib8(struct atmel_private *priv, u8 type, u8 index, u8 data)
type             4086 drivers/net/wireless/atmel/atmel.c 	m.type = type;
type             4094 drivers/net/wireless/atmel/atmel.c static void atmel_set_mib16(struct atmel_private *priv, u8 type, u8 index,
type             4098 drivers/net/wireless/atmel/atmel.c 	m.type = type;
type             4107 drivers/net/wireless/atmel/atmel.c static void atmel_set_mib(struct atmel_private *priv, u8 type, u8 index,
type             4111 drivers/net/wireless/atmel/atmel.c 	m.type = type;
type             4122 drivers/net/wireless/atmel/atmel.c static void atmel_get_mib(struct atmel_private *priv, u8 type, u8 index,
type             4126 drivers/net/wireless/atmel/atmel.c 	m.type = type;
type              637 drivers/net/wireless/broadcom/b43/b43.h 	u8 type;
type              770 drivers/net/wireless/broadcom/b43/b43.h 	enum b43_firmware_file_type type;
type              989 drivers/net/wireless/broadcom/b43/b43.h static inline int b43_is_mode(struct b43_wl *wl, int type)
type              991 drivers/net/wireless/broadcom/b43/b43.h 	return (wl->operating && wl->if_type == type);
type              108 drivers/net/wireless/broadcom/b43/bus.c 	dev->board_type = core->bus->boardinfo.type;
type              207 drivers/net/wireless/broadcom/b43/bus.c 	dev->board_type = sdev->bus->boardinfo.type;
type              435 drivers/net/wireless/broadcom/b43/debugfs.c 	if (phy->type != B43_PHYTYPE_G) {
type              317 drivers/net/wireless/broadcom/b43/dma.c static u16 b43_dmacontroller_base(enum b43_dmatype type, int controller_idx)
type              336 drivers/net/wireless/broadcom/b43/dma.c 	if (type == B43_DMA_64BIT) {
type              418 drivers/net/wireless/broadcom/b43/dma.c 	u16 ring_mem_size = (ring->type == B43_DMA_64BIT) ?
type              432 drivers/net/wireless/broadcom/b43/dma.c 	u16 ring_mem_size = (ring->type == B43_DMA_64BIT) ?
type              440 drivers/net/wireless/broadcom/b43/dma.c 				      enum b43_dmatype type)
type              448 drivers/net/wireless/broadcom/b43/dma.c 	offset = (type == B43_DMA_64BIT) ? B43_DMA64_RXCTL : B43_DMA32_RXCTL;
type              451 drivers/net/wireless/broadcom/b43/dma.c 		offset = (type == B43_DMA_64BIT) ? B43_DMA64_RXSTATUS :
type              454 drivers/net/wireless/broadcom/b43/dma.c 		if (type == B43_DMA_64BIT) {
type              479 drivers/net/wireless/broadcom/b43/dma.c 				      enum b43_dmatype type)
type              488 drivers/net/wireless/broadcom/b43/dma.c 		offset = (type == B43_DMA_64BIT) ? B43_DMA64_TXSTATUS :
type              491 drivers/net/wireless/broadcom/b43/dma.c 		if (type == B43_DMA_64BIT) {
type              506 drivers/net/wireless/broadcom/b43/dma.c 	offset = (type == B43_DMA_64BIT) ? B43_DMA64_TXCTL : B43_DMA32_TXCTL;
type              509 drivers/net/wireless/broadcom/b43/dma.c 		offset = (type == B43_DMA_64BIT) ? B43_DMA64_TXSTATUS :
type              512 drivers/net/wireless/broadcom/b43/dma.c 		if (type == B43_DMA_64BIT) {
type              545 drivers/net/wireless/broadcom/b43/dma.c 	switch (ring->type) {
type              682 drivers/net/wireless/broadcom/b43/dma.c 		if (ring->type == B43_DMA_64BIT) {
type              713 drivers/net/wireless/broadcom/b43/dma.c 		if (ring->type == B43_DMA_64BIT) {
type              757 drivers/net/wireless/broadcom/b43/dma.c 					   ring->type);
type              758 drivers/net/wireless/broadcom/b43/dma.c 		if (ring->type == B43_DMA_64BIT) {
type              765 drivers/net/wireless/broadcom/b43/dma.c 					   ring->type);
type              766 drivers/net/wireless/broadcom/b43/dma.c 		if (ring->type == B43_DMA_64BIT) {
type              835 drivers/net/wireless/broadcom/b43/dma.c 				      enum b43_dmatype type)
type              856 drivers/net/wireless/broadcom/b43/dma.c 	ring->type = type;
type              858 drivers/net/wireless/broadcom/b43/dma.c 	ring->mmio_base = b43_dmacontroller_base(type, controller_index);
type              860 drivers/net/wireless/broadcom/b43/dma.c 	if (type == B43_DMA_64BIT)
type              988 drivers/net/wireless/broadcom/b43/dma.c 		       (unsigned int)(ring->type), ringname,
type             1037 drivers/net/wireless/broadcom/b43/dma.c 					    enum b43_dmatype type)
type             1039 drivers/net/wireless/broadcom/b43/dma.c 	if (type != B43_DMA_64BIT)
type             1055 drivers/net/wireless/broadcom/b43/dma.c 	enum b43_dmatype type = b43_engine_type(dev);
type             1058 drivers/net/wireless/broadcom/b43/dma.c 	err = dma_set_mask_and_coherent(dev->dev->dma_dev, DMA_BIT_MASK(type));
type             1061 drivers/net/wireless/broadcom/b43/dma.c 		       "the required %u-bit DMA mask\n", type);
type             1077 drivers/net/wireless/broadcom/b43/dma.c 	dma->translation_in_low = b43_dma_translation_in_low_word(dev, type);
type             1088 drivers/net/wireless/broadcom/b43/dma.c 	dma->tx_ring_AC_BK = b43_setup_dmaring(dev, 0, 1, type);
type             1092 drivers/net/wireless/broadcom/b43/dma.c 	dma->tx_ring_AC_BE = b43_setup_dmaring(dev, 1, 1, type);
type             1096 drivers/net/wireless/broadcom/b43/dma.c 	dma->tx_ring_AC_VI = b43_setup_dmaring(dev, 2, 1, type);
type             1100 drivers/net/wireless/broadcom/b43/dma.c 	dma->tx_ring_AC_VO = b43_setup_dmaring(dev, 3, 1, type);
type             1104 drivers/net/wireless/broadcom/b43/dma.c 	dma->tx_ring_mcast = b43_setup_dmaring(dev, 4, 1, type);
type             1109 drivers/net/wireless/broadcom/b43/dma.c 	dma->rx_ring = b43_setup_dmaring(dev, 0, 0, type);
type             1117 drivers/net/wireless/broadcom/b43/dma.c 	       (unsigned int)type);
type             1739 drivers/net/wireless/broadcom/b43/dma.c static void direct_fifo_rx(struct b43_wldev *dev, enum b43_dmatype type,
type             1744 drivers/net/wireless/broadcom/b43/dma.c 	if (type == B43_DMA_64BIT) {
type             1764 drivers/net/wireless/broadcom/b43/dma.c 	enum b43_dmatype type;
type             1767 drivers/net/wireless/broadcom/b43/dma.c 	type = b43_engine_type(dev);
type             1769 drivers/net/wireless/broadcom/b43/dma.c 	mmio_base = b43_dmacontroller_base(type, engine_index);
type             1770 drivers/net/wireless/broadcom/b43/dma.c 	direct_fifo_rx(dev, type, mmio_base, enable);
type              257 drivers/net/wireless/broadcom/b43/dma.h 	enum b43_dmatype type;
type               58 drivers/net/wireless/broadcom/b43/lo.c 	B43_WARN_ON(phy->type != B43_PHYTYPE_G);
type              134 drivers/net/wireless/broadcom/b43/lo.c 	if (phy->type == B43_PHYTYPE_B) {
type              393 drivers/net/wireless/broadcom/b43/lo.c 	if (phy->type == B43_PHYTYPE_B &&
type              412 drivers/net/wireless/broadcom/b43/lo.c 		if (phy->type == B43_PHYTYPE_G) {
type              437 drivers/net/wireless/broadcom/b43/lo.c 	if (phy->type == B43_PHYTYPE_B) {
type              450 drivers/net/wireless/broadcom/b43/lo.c 	    (phy->type == B43_PHYTYPE_G) ? B43_PHY_LO_MASK : B43_PHY_CCK(0x2E);
type              459 drivers/net/wireless/broadcom/b43/lo.c 	if (phy->type == B43_PHYTYPE_G ||
type              460 drivers/net/wireless/broadcom/b43/lo.c 	    (phy->type == B43_PHYTYPE_B &&
type              469 drivers/net/wireless/broadcom/b43/lo.c 	if (phy->type == B43_PHYTYPE_G)
type              477 drivers/net/wireless/broadcom/b43/lo.c 	if (phy->type == B43_PHYTYPE_G && phy->rev >= 3) {
type              480 drivers/net/wireless/broadcom/b43/lo.c 		if (phy->type == B43_PHYTYPE_B)
type              506 drivers/net/wireless/broadcom/b43/lo.c 	if (phy->type == B43_PHYTYPE_G) {
type              528 drivers/net/wireless/broadcom/b43/lo.c 	if (phy->type == B43_PHYTYPE_B &&
type              772 drivers/net/wireless/broadcom/b43/main.c 	if (phy->type == B43_PHYTYPE_N || phy->type == B43_PHYTYPE_LP ||
type              773 drivers/net/wireless/broadcom/b43/main.c 	    phy->type == B43_PHYTYPE_LCN)
type              784 drivers/net/wireless/broadcom/b43/main.c 	if (!pa_on && phy->type == B43_PHYTYPE_N)
type              787 drivers/net/wireless/broadcom/b43/main.c 	switch (phy->type) {
type             1259 drivers/net/wireless/broadcom/b43/main.c 	if (dev->phy.type == B43_PHYTYPE_AC) {
type             1291 drivers/net/wireless/broadcom/b43/main.c 	if (dev->phy.type == B43_PHYTYPE_N)
type             1407 drivers/net/wireless/broadcom/b43/main.c 	if (dev->phy.type != B43_PHYTYPE_G)
type             1427 drivers/net/wireless/broadcom/b43/main.c 	if (dev->phy.type != B43_PHYTYPE_G)
type             2201 drivers/net/wireless/broadcom/b43/main.c 		if ((fw->type == ctx->req_type) &&
type             2263 drivers/net/wireless/broadcom/b43/main.c 	switch (hdr->type) {
type             2280 drivers/net/wireless/broadcom/b43/main.c 	fw->type = ctx->req_type;
type             2307 drivers/net/wireless/broadcom/b43/main.c 		if (phy->type == B43_PHYTYPE_AC)
type             2311 drivers/net/wireless/broadcom/b43/main.c 		if (phy->type == B43_PHYTYPE_AC)
type             2315 drivers/net/wireless/broadcom/b43/main.c 		if (phy->type == B43_PHYTYPE_LCN40)
type             2319 drivers/net/wireless/broadcom/b43/main.c 		if (phy->type == B43_PHYTYPE_N)
type             2323 drivers/net/wireless/broadcom/b43/main.c 		if (phy->type == B43_PHYTYPE_HT)
type             2327 drivers/net/wireless/broadcom/b43/main.c 		if (phy->type == B43_PHYTYPE_HT)
type             2332 drivers/net/wireless/broadcom/b43/main.c 		if (phy->type == B43_PHYTYPE_N)
type             2334 drivers/net/wireless/broadcom/b43/main.c 		else if (phy->type == B43_PHYTYPE_LCN)
type             2338 drivers/net/wireless/broadcom/b43/main.c 		if (phy->type == B43_PHYTYPE_LCN)
type             2342 drivers/net/wireless/broadcom/b43/main.c 		if (phy->type == B43_PHYTYPE_N)
type             2346 drivers/net/wireless/broadcom/b43/main.c 		if (phy->type == B43_PHYTYPE_N)
type             2348 drivers/net/wireless/broadcom/b43/main.c 		else if (phy->type == B43_PHYTYPE_LP)
type             2391 drivers/net/wireless/broadcom/b43/main.c 	switch (dev->phy.type) {
type             2451 drivers/net/wireless/broadcom/b43/main.c 	switch (dev->phy.type) {
type             3077 drivers/net/wireless/broadcom/b43/main.c 	} else if (dev->phy.type == B43_PHYTYPE_LCN) {
type             3167 drivers/net/wireless/broadcom/b43/main.c 	switch (dev->phy.type) {
type             3281 drivers/net/wireless/broadcom/b43/main.c 	if (phy->type == B43_PHYTYPE_B) {
type             3915 drivers/net/wireless/broadcom/b43/main.c 	if (!(phy->type == B43_PHYTYPE_N && phy->rev >= 3))
type             4168 drivers/net/wireless/broadcom/b43/main.c 	if ((vif->type == NL80211_IFTYPE_ADHOC ||
type             4169 drivers/net/wireless/broadcom/b43/main.c 	     vif->type == NL80211_IFTYPE_MESH_POINT) &&
type             4640 drivers/net/wireless/broadcom/b43/main.c 	phy->type = phy_type;
type             4695 drivers/net/wireless/broadcom/b43/main.c 	if (dev->phy.type != B43_PHYTYPE_B && !dev->phy.gmode)
type             4856 drivers/net/wireless/broadcom/b43/main.c 	if (phy->type == B43_PHYTYPE_G) {
type             4905 drivers/net/wireless/broadcom/b43/main.c 	if (phy->type == B43_PHYTYPE_B)
type             4913 drivers/net/wireless/broadcom/b43/main.c 	b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PHYTYPE, phy->type);
type             4964 drivers/net/wireless/broadcom/b43/main.c 	if (vif->type != NL80211_IFTYPE_AP &&
type             4965 drivers/net/wireless/broadcom/b43/main.c 	    vif->type != NL80211_IFTYPE_MESH_POINT &&
type             4966 drivers/net/wireless/broadcom/b43/main.c 	    vif->type != NL80211_IFTYPE_STATION &&
type             4967 drivers/net/wireless/broadcom/b43/main.c 	    vif->type != NL80211_IFTYPE_WDS &&
type             4968 drivers/net/wireless/broadcom/b43/main.c 	    vif->type != NL80211_IFTYPE_ADHOC)
type             4975 drivers/net/wireless/broadcom/b43/main.c 	b43dbg(wl, "Adding Interface type %d\n", vif->type);
type             4980 drivers/net/wireless/broadcom/b43/main.c 	wl->if_type = vif->type;
type             5004 drivers/net/wireless/broadcom/b43/main.c 	b43dbg(wl, "Removing Interface type %d\n", vif->type);
type             5266 drivers/net/wireless/broadcom/b43/main.c 	if (dev->phy.type == B43_PHYTYPE_N) {
type             5330 drivers/net/wireless/broadcom/b43/main.c 		if (dev->phy.type != B43_PHYTYPE_G)
type             5349 drivers/net/wireless/broadcom/b43/main.c 	switch (dev->phy.type) {
type             5420 drivers/net/wireless/broadcom/b43/main.c 		switch (dev->phy.type) {
type             5530 drivers/net/wireless/broadcom/b43/main.c 	    bus->boardinfo.type == 0x4E && bus->sprom.board_rev > 0x40)
type               35 drivers/net/wireless/broadcom/b43/phy_common.c 	switch (phy->type) {
type              567 drivers/net/wireless/broadcom/b43/phy_common.c 	WARN_ON(dev->phy.type != B43_PHYTYPE_N &&
type              568 drivers/net/wireless/broadcom/b43/phy_common.c 		dev->phy.type != B43_PHYTYPE_HT &&
type              569 drivers/net/wireless/broadcom/b43/phy_common.c 		dev->phy.type != B43_PHYTYPE_AC);
type              233 drivers/net/wireless/broadcom/b43/phy_common.h 	u8 type;
type              564 drivers/net/wireless/broadcom/b43/phy_g.c 	B43_WARN_ON(phy->type != B43_PHYTYPE_G);
type              706 drivers/net/wireless/broadcom/b43/phy_g.c 	B43_WARN_ON(phy->type != B43_PHYTYPE_G);
type             1265 drivers/net/wireless/broadcom/b43/phy_g.c 	if (phy->type == B43_PHYTYPE_B) {
type             1320 drivers/net/wireless/broadcom/b43/phy_g.c 	if (phy->type == B43_PHYTYPE_B)
type             1453 drivers/net/wireless/broadcom/b43/phy_g.c 	if (phy->type == B43_PHYTYPE_B) {
type             1638 drivers/net/wireless/broadcom/b43/phy_g.c 	if (phy->type == B43_PHYTYPE_G) {
type             1689 drivers/net/wireless/broadcom/b43/phy_g.c 	if (phy->type == B43_PHYTYPE_B)
type             1691 drivers/net/wireless/broadcom/b43/phy_g.c 	else if (phy->type == B43_PHYTYPE_G)
type             1918 drivers/net/wireless/broadcom/b43/phy_g.c 	B43_WARN_ON(phy->type != B43_PHYTYPE_G);
type             2174 drivers/net/wireless/broadcom/b43/phy_g.c 			if (phy->type == B43_PHYTYPE_G) {
type             2196 drivers/net/wireless/broadcom/b43/phy_g.c 			if (phy->type == B43_PHYTYPE_G) {
type             2291 drivers/net/wireless/broadcom/b43/phy_g.c 	if (!((phy->type == B43_PHYTYPE_G) && (phy->rev > 0)))
type             2522 drivers/net/wireless/broadcom/b43/phy_g.c 	B43_WARN_ON(phy->type != B43_PHYTYPE_G);
type             2712 drivers/net/wireless/broadcom/b43/phy_g.c 	B43_WARN_ON(phy->type != B43_PHYTYPE_G);
type             2916 drivers/net/wireless/broadcom/b43/phy_g.c 	B43_WARN_ON(phy->type != B43_PHYTYPE_G);
type              467 drivers/net/wireless/broadcom/b43/phy_ht.c static void b43_phy_ht_poll_rssi(struct b43_wldev *dev, enum ht_rssi_type type,
type              485 drivers/net/wireless/broadcom/b43/phy_ht.c 	b43_phy_ht_rssi_select(dev, 5, type);
type               48 drivers/net/wireless/broadcom/b43/phy_lcn.c 	u8 type;
type              463 drivers/net/wireless/broadcom/b43/phy_lcn.c 		if (tx_iir_filters_cck[i].type == filter_type) {
type              491 drivers/net/wireless/broadcom/b43/phy_lcn.c 		if (tx_iir_filters_ofdm[i].type == filter_type) {
type             1900 drivers/net/wireless/broadcom/b43/phy_n.c 				 enum n_rssi_type type)
type             1903 drivers/net/wireless/broadcom/b43/phy_n.c 		b43_nphy_rssi_select_rev19(dev, code, type);
type             1905 drivers/net/wireless/broadcom/b43/phy_n.c 		b43_nphy_rev3_rssi_select(dev, code, type);
type             1907 drivers/net/wireless/broadcom/b43/phy_n.c 		b43_nphy_rev2_rssi_select(dev, code, type);
type             2291 drivers/net/wireless/broadcom/b43/phy_n.c static void b43_nphy_rev2_rssi_cal(struct b43_wldev *dev, enum n_rssi_type type)
type             2311 drivers/net/wireless/broadcom/b43/phy_n.c 	if (type == N_RSSI_NB) {
type             2314 drivers/net/wireless/broadcom/b43/phy_n.c 	} else if (type == N_RSSI_W1 || type == N_RSSI_W2) {
type             2349 drivers/net/wireless/broadcom/b43/phy_n.c 	b43_nphy_rssi_select(dev, 5, type);
type             2350 drivers/net/wireless/broadcom/b43/phy_n.c 	b43_nphy_scale_offset_rssi(dev, 0, 0, 5, N_RAIL_I, type);
type             2351 drivers/net/wireless/broadcom/b43/phy_n.c 	b43_nphy_scale_offset_rssi(dev, 0, 0, 5, N_RAIL_Q, type);
type             2357 drivers/net/wireless/broadcom/b43/phy_n.c 		if (type != N_RSSI_W2)
type             2358 drivers/net/wireless/broadcom/b43/phy_n.c 			b43_nphy_set_rssi_2055_vcm(dev, type, tmp);
type             2359 drivers/net/wireless/broadcom/b43/phy_n.c 		b43_nphy_poll_rssi(dev, type, results[vcm], 8);
type             2360 drivers/net/wireless/broadcom/b43/phy_n.c 		if (type == N_RSSI_W1 || type == N_RSSI_W2)
type             2372 drivers/net/wireless/broadcom/b43/phy_n.c 			if (type == N_RSSI_NB)
type             2389 drivers/net/wireless/broadcom/b43/phy_n.c 	if (type != N_RSSI_W2)
type             2390 drivers/net/wireless/broadcom/b43/phy_n.c 		b43_nphy_set_rssi_2055_vcm(dev, type, vcm_final);
type             2407 drivers/net/wireless/broadcom/b43/phy_n.c 						type);
type             2440 drivers/net/wireless/broadcom/b43/phy_n.c 	b43_nphy_rssi_select(dev, 0, type);
type             5381 drivers/net/wireless/broadcom/b43/phy_n.c 	u16 tmp, core, type, count, max, numb, last = 0, cmd;
type             5508 drivers/net/wireless/broadcom/b43/phy_n.c 			type = (cmd & 0x0F00) >> 8;
type             5515 drivers/net/wireless/broadcom/b43/phy_n.c 			tmp = (params[core].ncorr[type] << 8) | 0x66;
type             5518 drivers/net/wireless/broadcom/b43/phy_n.c 			if (type == 1 || type == 3 || type == 4) {
type             5540 drivers/net/wireless/broadcom/b43/phy_n.c 			if (type == 1 || type == 3 || type == 4)
type             5639 drivers/net/wireless/broadcom/b43/phy_n.c 			struct nphy_txgains target, u8 type, bool debug)
type             5819 drivers/net/wireless/broadcom/b43/phy_n.c 			struct nphy_txgains target, u8 type, bool debug)
type             5826 drivers/net/wireless/broadcom/b43/phy_n.c 			struct nphy_txgains target, u8 type, bool debug)
type             5829 drivers/net/wireless/broadcom/b43/phy_n.c 		type = 0;
type             5832 drivers/net/wireless/broadcom/b43/phy_n.c 		return b43_nphy_rev3_cal_rx_iq(dev, target, type, debug);
type             5834 drivers/net/wireless/broadcom/b43/phy_n.c 		return b43_nphy_rev2_cal_rx_iq(dev, target, type, debug);
type              145 drivers/net/wireless/broadcom/b43/ppr.c 		if (phy->type == B43_PHYTYPE_N && phy->rev >= 3)
type              151 drivers/net/wireless/broadcom/b43/ppr.c 		if (phy->type == B43_PHYTYPE_N && phy->rev >= 3)
type              169 drivers/net/wireless/broadcom/b43/ppr.c 		if (phy->type == B43_PHYTYPE_N && phy->rev >= 3)
type              175 drivers/net/wireless/broadcom/b43/ppr.c 		if (phy->type == B43_PHYTYPE_N && phy->rev >= 3)
type               49 drivers/net/wireless/broadcom/b43/sysfs.c 	if (wldev->phy.type != B43_PHYTYPE_G) {
type              583 drivers/net/wireless/broadcom/b43/tables_lpphy.c 	u32 type, value;
type              585 drivers/net/wireless/broadcom/b43/tables_lpphy.c 	type = offset & B43_LPTAB_TYPEMASK;
type              589 drivers/net/wireless/broadcom/b43/tables_lpphy.c 	switch (type) {
type              615 drivers/net/wireless/broadcom/b43/tables_lpphy.c 	u32 type;
type              619 drivers/net/wireless/broadcom/b43/tables_lpphy.c 	type = offset & B43_LPTAB_TYPEMASK;
type              626 drivers/net/wireless/broadcom/b43/tables_lpphy.c 		switch (type) {
type              649 drivers/net/wireless/broadcom/b43/tables_lpphy.c 	u32 type;
type              651 drivers/net/wireless/broadcom/b43/tables_lpphy.c 	type = offset & B43_LPTAB_TYPEMASK;
type              655 drivers/net/wireless/broadcom/b43/tables_lpphy.c 	switch (type) {
type              679 drivers/net/wireless/broadcom/b43/tables_lpphy.c 	u32 type, value;
type              683 drivers/net/wireless/broadcom/b43/tables_lpphy.c 	type = offset & B43_LPTAB_TYPEMASK;
type              690 drivers/net/wireless/broadcom/b43/tables_lpphy.c 		switch (type) {
type             3312 drivers/net/wireless/broadcom/b43/tables_nphy.c 	u32 type, value;
type             3314 drivers/net/wireless/broadcom/b43/tables_nphy.c 	type = offset & B43_NTAB_TYPEMASK;
type             3318 drivers/net/wireless/broadcom/b43/tables_nphy.c 	switch (type) {
type             3343 drivers/net/wireless/broadcom/b43/tables_nphy.c 	u32 type;
type             3347 drivers/net/wireless/broadcom/b43/tables_nphy.c 	type = offset & B43_NTAB_TYPEMASK;
type             3360 drivers/net/wireless/broadcom/b43/tables_nphy.c 		switch (type) {
type             3384 drivers/net/wireless/broadcom/b43/tables_nphy.c 	u32 type;
type             3386 drivers/net/wireless/broadcom/b43/tables_nphy.c 	type = offset & B43_NTAB_TYPEMASK;
type             3389 drivers/net/wireless/broadcom/b43/tables_nphy.c 	switch (type) {
type             3418 drivers/net/wireless/broadcom/b43/tables_nphy.c 	u32 type, value;
type             3422 drivers/net/wireless/broadcom/b43/tables_nphy.c 	type = offset & B43_NTAB_TYPEMASK;
type             3436 drivers/net/wireless/broadcom/b43/tables_nphy.c 		switch (type) {
type              608 drivers/net/wireless/broadcom/b43/tables_phy_ht.c 	u32 type, value;
type              610 drivers/net/wireless/broadcom/b43/tables_phy_ht.c 	type = offset & B43_HTTAB_TYPEMASK;
type              614 drivers/net/wireless/broadcom/b43/tables_phy_ht.c 	switch (type) {
type              640 drivers/net/wireless/broadcom/b43/tables_phy_ht.c 	u32 type;
type              644 drivers/net/wireless/broadcom/b43/tables_phy_ht.c 	type = offset & B43_HTTAB_TYPEMASK;
type              651 drivers/net/wireless/broadcom/b43/tables_phy_ht.c 		switch (type) {
type              674 drivers/net/wireless/broadcom/b43/tables_phy_ht.c 	u32 type;
type              676 drivers/net/wireless/broadcom/b43/tables_phy_ht.c 	type = offset & B43_HTTAB_TYPEMASK;
type              679 drivers/net/wireless/broadcom/b43/tables_phy_ht.c 	switch (type) {
type              705 drivers/net/wireless/broadcom/b43/tables_phy_ht.c 	u32 type, value;
type              708 drivers/net/wireless/broadcom/b43/tables_phy_ht.c 	type = offset & B43_HTTAB_TYPEMASK;
type              712 drivers/net/wireless/broadcom/b43/tables_phy_ht.c 	switch (type) {
type              750 drivers/net/wireless/broadcom/b43/tables_phy_ht.c 	u32 type, value;
type              754 drivers/net/wireless/broadcom/b43/tables_phy_ht.c 	type = offset & B43_HTTAB_TYPEMASK;
type              761 drivers/net/wireless/broadcom/b43/tables_phy_ht.c 		switch (type) {
type              459 drivers/net/wireless/broadcom/b43/tables_phy_lcn.c 	u32 type, value;
type              461 drivers/net/wireless/broadcom/b43/tables_phy_lcn.c 	type = offset & B43_LCNTAB_TYPEMASK;
type              465 drivers/net/wireless/broadcom/b43/tables_phy_lcn.c 	switch (type) {
type              490 drivers/net/wireless/broadcom/b43/tables_phy_lcn.c 	u32 type;
type              494 drivers/net/wireless/broadcom/b43/tables_phy_lcn.c 	type = offset & B43_LCNTAB_TYPEMASK;
type              501 drivers/net/wireless/broadcom/b43/tables_phy_lcn.c 		switch (type) {
type              527 drivers/net/wireless/broadcom/b43/tables_phy_lcn.c 	u32 type;
type              529 drivers/net/wireless/broadcom/b43/tables_phy_lcn.c 	type = offset & B43_LCNTAB_TYPEMASK;
type              532 drivers/net/wireless/broadcom/b43/tables_phy_lcn.c 	switch (type) {
type              558 drivers/net/wireless/broadcom/b43/tables_phy_lcn.c 	u32 type, value;
type              562 drivers/net/wireless/broadcom/b43/tables_phy_lcn.c 	type = offset & B43_LCNTAB_TYPEMASK;
type              569 drivers/net/wireless/broadcom/b43/tables_phy_lcn.c 		switch (type) {
type              142 drivers/net/wireless/broadcom/b43/wa.c 	if (phy->type == B43_PHYTYPE_G) {
type              336 drivers/net/wireless/broadcom/b43/wa.c 	if (phy->type == B43_PHYTYPE_G) {
type              174 drivers/net/wireless/broadcom/b43/xmit.c 	if (phy->type == B43_PHYTYPE_LP)
type              180 drivers/net/wireless/broadcom/b43/xmit.c 	} else if (b43_is_cck_rate(bitrate) && phy->type != B43_PHYTYPE_LP) {
type              255 drivers/net/wireless/broadcom/b43/xmit.c 	bool fill_phy_ctl1 = (phy->type == B43_PHYTYPE_LP ||
type              256 drivers/net/wireless/broadcom/b43/xmit.c 			      phy->type == B43_PHYTYPE_N ||
type              257 drivers/net/wireless/broadcom/b43/xmit.c 			      phy->type == B43_PHYTYPE_HT);
type              595 drivers/net/wireless/broadcom/b43/xmit.c 				B43_WARN_ON(phy->type != B43_PHYTYPE_G);
type              608 drivers/net/wireless/broadcom/b43/xmit.c 			if (phy->type == B43_PHYTYPE_G && adjust_2050)
type              365 drivers/net/wireless/broadcom/b43legacy/b43legacy.h 	u8 type;
type              408 drivers/net/wireless/broadcom/b43legacy/b43legacy.h 	u8 type;
type              794 drivers/net/wireless/broadcom/b43legacy/b43legacy.h int b43legacy_is_mode(struct b43legacy_wl *wl, int type)
type              797 drivers/net/wireless/broadcom/b43legacy/b43legacy.h 		wl->if_type == type);
type              229 drivers/net/wireless/broadcom/b43legacy/dma.c static u16 b43legacy_dmacontroller_base(enum b43legacy_dmatype type,
type              339 drivers/net/wireless/broadcom/b43legacy/dma.c 					    enum b43legacy_dmatype type)
type              370 drivers/net/wireless/broadcom/b43legacy/dma.c 					    enum b43legacy_dmatype type)
type              419 drivers/net/wireless/broadcom/b43legacy/dma.c 	switch (ring->type) {
type              573 drivers/net/wireless/broadcom/b43legacy/dma.c 						 ring->type);
type              577 drivers/net/wireless/broadcom/b43legacy/dma.c 						 ring->type);
type              627 drivers/net/wireless/broadcom/b43legacy/dma.c 						  enum b43legacy_dmatype type)
type              637 drivers/net/wireless/broadcom/b43legacy/dma.c 	ring->type = type;
type              686 drivers/net/wireless/broadcom/b43legacy/dma.c 	ring->mmio_base = b43legacy_dmacontroller_base(type, controller_index);
type              734 drivers/net/wireless/broadcom/b43legacy/dma.c 		     " %d/%d\n", (unsigned int)(ring->type), ring->mmio_base,
type              780 drivers/net/wireless/broadcom/b43legacy/dma.c 	enum b43legacy_dmatype type = b43legacy_engine_type(dev);
type              783 drivers/net/wireless/broadcom/b43legacy/dma.c 	err = dma_set_mask_and_coherent(dev->dev->dma_dev, DMA_BIT_MASK(type));
type              800 drivers/net/wireless/broadcom/b43legacy/dma.c 	ring = b43legacy_setup_dmaring(dev, 0, 1, type);
type              805 drivers/net/wireless/broadcom/b43legacy/dma.c 	ring = b43legacy_setup_dmaring(dev, 1, 1, type);
type              810 drivers/net/wireless/broadcom/b43legacy/dma.c 	ring = b43legacy_setup_dmaring(dev, 2, 1, type);
type              815 drivers/net/wireless/broadcom/b43legacy/dma.c 	ring = b43legacy_setup_dmaring(dev, 3, 1, type);
type              820 drivers/net/wireless/broadcom/b43legacy/dma.c 	ring = b43legacy_setup_dmaring(dev, 4, 1, type);
type              825 drivers/net/wireless/broadcom/b43legacy/dma.c 	ring = b43legacy_setup_dmaring(dev, 5, 1, type);
type              831 drivers/net/wireless/broadcom/b43legacy/dma.c 	ring = b43legacy_setup_dmaring(dev, 0, 0, type);
type              837 drivers/net/wireless/broadcom/b43legacy/dma.c 		ring = b43legacy_setup_dmaring(dev, 3, 0, type);
type              843 drivers/net/wireless/broadcom/b43legacy/dma.c 	b43legacydbg(dev->wl, "%u-bit DMA initialized\n", (unsigned int)type);
type              151 drivers/net/wireless/broadcom/b43legacy/dma.h 	enum b43legacy_dmatype type;
type              566 drivers/net/wireless/broadcom/b43legacy/main.c 	if (dev->phy.type != B43legacy_PHYTYPE_G)
type              610 drivers/net/wireless/broadcom/b43legacy/main.c 	switch (phy->type) {
type             1534 drivers/net/wireless/broadcom/b43legacy/main.c 	switch (hdr->type) {
type             1591 drivers/net/wireless/broadcom/b43legacy/main.c 		switch (dev->phy.type) {
type             1609 drivers/net/wireless/broadcom/b43legacy/main.c 		switch (dev->phy.type) {
type             1644 drivers/net/wireless/broadcom/b43legacy/main.c 	       "core rev %u\n", dev->phy.type, rev);
type             2070 drivers/net/wireless/broadcom/b43legacy/main.c 	switch (dev->phy.type) {
type             2187 drivers/net/wireless/broadcom/b43legacy/main.c 	if (phy->type == B43legacy_PHYTYPE_B) {
type             2262 drivers/net/wireless/broadcom/b43legacy/main.c 	if (phy->type != B43legacy_PHYTYPE_G || phy->rev < 2)
type             2692 drivers/net/wireless/broadcom/b43legacy/main.c 		if (phy->type == B43legacy_PHYTYPE_B)
type             3070 drivers/net/wireless/broadcom/b43legacy/main.c 	phy->type = phy_type;
type             3268 drivers/net/wireless/broadcom/b43legacy/main.c 	if ((phy->type == B43legacy_PHYTYPE_B) ||
type             3269 drivers/net/wireless/broadcom/b43legacy/main.c 	    (phy->type == B43legacy_PHYTYPE_G)) {
type             3294 drivers/net/wireless/broadcom/b43legacy/main.c 	if (phy->type == B43legacy_PHYTYPE_G) {
type             3300 drivers/net/wireless/broadcom/b43legacy/main.c 	} else if (phy->type == B43legacy_PHYTYPE_B) {
type             3326 drivers/net/wireless/broadcom/b43legacy/main.c 	if (phy->type == B43legacy_PHYTYPE_B)
type             3385 drivers/net/wireless/broadcom/b43legacy/main.c 	if (vif->type != NL80211_IFTYPE_AP &&
type             3386 drivers/net/wireless/broadcom/b43legacy/main.c 	    vif->type != NL80211_IFTYPE_STATION &&
type             3387 drivers/net/wireless/broadcom/b43legacy/main.c 	    vif->type != NL80211_IFTYPE_WDS &&
type             3388 drivers/net/wireless/broadcom/b43legacy/main.c 	    vif->type != NL80211_IFTYPE_ADHOC)
type             3395 drivers/net/wireless/broadcom/b43legacy/main.c 	b43legacydbg(wl, "Adding Interface type %d\n", vif->type);
type             3400 drivers/net/wireless/broadcom/b43legacy/main.c 	wl->if_type = vif->type;
type             3424 drivers/net/wireless/broadcom/b43legacy/main.c 	b43legacydbg(wl, "Removing Interface type %d\n", vif->type);
type             3672 drivers/net/wireless/broadcom/b43legacy/main.c 		switch (dev->phy.type) {
type             3771 drivers/net/wireless/broadcom/b43legacy/main.c 	    bus->boardinfo.type == 0x4E &&
type              123 drivers/net/wireless/broadcom/b43legacy/phy.c 	if (phy->type == B43legacy_PHYTYPE_G && phy->rev == 1) {
type              142 drivers/net/wireless/broadcom/b43legacy/phy.c 	B43legacy_BUG_ON(!(phy->type == B43legacy_PHYTYPE_B ||
type              143 drivers/net/wireless/broadcom/b43legacy/phy.c 			  phy->type == B43legacy_PHYTYPE_G));
type              145 drivers/net/wireless/broadcom/b43legacy/phy.c 	    (dev->dev->bus->boardinfo.type == 0x0416))
type              151 drivers/net/wireless/broadcom/b43legacy/phy.c 	if (phy->type == B43legacy_PHYTYPE_G) {
type              163 drivers/net/wireless/broadcom/b43legacy/phy.c 	if (phy->type == B43legacy_PHYTYPE_B &&
type              314 drivers/net/wireless/broadcom/b43legacy/phy.c 	B43legacy_BUG_ON(phy->type != B43legacy_PHYTYPE_G);
type              385 drivers/net/wireless/broadcom/b43legacy/phy.c 		    (dev->dev->bus->boardinfo.type == 0x0416) &&
type              401 drivers/net/wireless/broadcom/b43legacy/phy.c 		    (dev->dev->bus->boardinfo.type == 0x0416) &&
type              538 drivers/net/wireless/broadcom/b43legacy/phy.c 	    (dev->dev->bus->boardinfo.type != 0x0416)) {
type              704 drivers/net/wireless/broadcom/b43legacy/phy.c 	if (phy->type == B43legacy_PHYTYPE_G) {
type              766 drivers/net/wireless/broadcom/b43legacy/phy.c 	if (phy->type == B43legacy_PHYTYPE_G)
type              768 drivers/net/wireless/broadcom/b43legacy/phy.c 	if (phy->type == B43legacy_PHYTYPE_B) {
type             1737 drivers/net/wireless/broadcom/b43legacy/phy.c 	switch (phy->type) {
type             1772 drivers/net/wireless/broadcom/b43legacy/phy.c 	if ((dev->dev->bus->boardinfo.type == 0x0416) &&
type             1780 drivers/net/wireless/broadcom/b43legacy/phy.c 	B43legacy_BUG_ON(!(phy->type == B43legacy_PHYTYPE_B ||
type             1781 drivers/net/wireless/broadcom/b43legacy/phy.c 			 phy->type == B43legacy_PHYTYPE_G));
type             1821 drivers/net/wireless/broadcom/b43legacy/phy.c 	    (phy->type == B43legacy_PHYTYPE_G))
type             1978 drivers/net/wireless/broadcom/b43legacy/phy.c 	B43legacy_WARN_ON(!(phy->type == B43legacy_PHYTYPE_B ||
type             1979 drivers/net/wireless/broadcom/b43legacy/phy.c 			  phy->type == B43legacy_PHYTYPE_G));
type             2018 drivers/net/wireless/broadcom/b43legacy/phy.c 		switch (phy->type) {
type             2038 drivers/net/wireless/broadcom/b43legacy/phy.c 	switch (phy->type) {
type             2090 drivers/net/wireless/broadcom/b43legacy/phy.c 	switch (phy->type) {
type             2113 drivers/net/wireless/broadcom/b43legacy/phy.c 		if (phy->type == B43legacy_PHYTYPE_G) {
type              103 drivers/net/wireless/broadcom/b43legacy/radio.c 	switch (phy->type) {
type              274 drivers/net/wireless/broadcom/b43legacy/radio.c 	if (!((phy->type == B43legacy_PHYTYPE_G) && (phy->rev > 0)))
type              544 drivers/net/wireless/broadcom/b43legacy/radio.c 	switch (phy->type) {
type              810 drivers/net/wireless/broadcom/b43legacy/radio.c 	switch (phy->type) {
type             1328 drivers/net/wireless/broadcom/b43legacy/radio.c 	if ((phy->type != B43legacy_PHYTYPE_G) ||
type             1496 drivers/net/wireless/broadcom/b43legacy/radio.c 	if (phy->type == B43legacy_PHYTYPE_B) {
type             1568 drivers/net/wireless/broadcom/b43legacy/radio.c 	if (phy->type == B43legacy_PHYTYPE_B)
type             1685 drivers/net/wireless/broadcom/b43legacy/radio.c 	if (phy->type == B43legacy_PHYTYPE_B) {
type             1736 drivers/net/wireless/broadcom/b43legacy/radio.c 		switch (phy->type) {
type             1930 drivers/net/wireless/broadcom/b43legacy/radio.c 	if (phy->type == B43legacy_PHYTYPE_G)
type             1962 drivers/net/wireless/broadcom/b43legacy/radio.c 			if (phy->type == B43legacy_PHYTYPE_G) {
type             1964 drivers/net/wireless/broadcom/b43legacy/radio.c 				    dev->dev->bus->boardinfo.type == 0x421 &&
type             1968 drivers/net/wireless/broadcom/b43legacy/radio.c 					 dev->dev->bus->boardinfo.type == 0x416)
type             1974 drivers/net/wireless/broadcom/b43legacy/radio.c 				    dev->dev->bus->boardinfo.type == 0x421 &&
type             1982 drivers/net/wireless/broadcom/b43legacy/radio.c 			if (phy->type == B43legacy_PHYTYPE_G) {
type             1984 drivers/net/wireless/broadcom/b43legacy/radio.c 				    dev->dev->bus->boardinfo.type == 0x421 &&
type             1988 drivers/net/wireless/broadcom/b43legacy/radio.c 					 dev->dev->bus->boardinfo.type ==
type             2018 drivers/net/wireless/broadcom/b43legacy/radio.c 	    dev->dev->bus->boardinfo.type == 0x421) {
type             2056 drivers/net/wireless/broadcom/b43legacy/radio.c 	switch (phy->type) {
type             2090 drivers/net/wireless/broadcom/b43legacy/radio.c 	if (phy->type == B43legacy_PHYTYPE_G && dev->dev->id.revision >= 5) {
type             2113 drivers/net/wireless/broadcom/b43legacy/radio.c 	switch (phy->type) {
type              393 drivers/net/wireless/broadcom/b43legacy/xmit.c 			if (phy->type == B43legacy_PHYTYPE_G &&
type              363 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 		 const u8 *oui, u32 oui_len, u8 type)
type              368 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	    type == ie[TLV_BODY_OFF + oui_len]) {
type              625 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 						     enum nl80211_iftype type,
type              633 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	brcmf_dbg(TRACE, "enter: %s type %d\n", name, type);
type              634 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	err = brcmf_vif_add_validate(wiphy_to_cfg(wiphy), type);
type              639 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	switch (type) {
type              653 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 		wdev = brcmf_p2p_add_vif(wiphy, name, name_assign_type, type, params);
type              662 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 			 type, (int)PTR_ERR(wdev));
type              847 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 			 enum nl80211_iftype type,
type              859 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 		  type);
type              869 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	if ((type == NL80211_IFTYPE_STATION) &&
type              891 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	err = brcmf_vif_change_validate(wiphy_to_cfg(wiphy), vif, type);
type              896 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	switch (type) {
type              900 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 			 type);
type              918 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 		if (type == NL80211_IFTYPE_P2P_GO) {
type              935 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	ndev->ieee80211_ptr->iftype = type;
type             1824 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 					   enum nl80211_auth_type type)
type             1826 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	if (type == NL80211_AUTHTYPE_AUTOMATIC &&
type             1829 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 		type = NL80211_AUTHTYPE_OPEN_SYSTEM;
type             1831 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	return type;
type             1853 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 		join_pref_params[i].type = BRCMF_JOIN_PREF_BAND;
type             1859 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 		join_pref_params[i].type = BRCMF_JOIN_PREF_RSSI_DELTA;
type             1869 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	join_pref_params[i].type = BRCMF_JOIN_PREF_RSSI;
type             2132 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 			    enum nl80211_tx_power_setting type, s32 mbm)
type             2142 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	brcmf_dbg(TRACE, "Enter %d %d\n", type, mbm);
type             2146 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	switch (type) {
type             2162 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 		bphy_err(drvr, "Unsupported type %d\n", type);
type             3500 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	filter->type = cpu_to_le32(BRCMF_WOWL_PATTERN_TYPE_BITMAP);
type             5299 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 					   enum nl80211_iftype type)
type             5312 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	vif->wdev.iftype = type;
type             5316 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	if (type == NL80211_IFTYPE_AP) {
type              399 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.h 					   enum nl80211_iftype type);
type              757 drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c 				   u8 *type)
type              765 drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c 	if (!type)
type              769 drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c 	*type = (val & DMP_DESC_TYPE_MSK);
type              770 drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c 	if ((*type & ~DMP_DESC_ADDRSIZE_GT32) == DMP_DESC_ADDRESS)
type              771 drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c 		*type = DMP_DESC_ADDRESS;
type               87 drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c 	join_pref_params[0].type = BRCMF_JOIN_PREF_RSSI_DELTA;
type               92 drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c 	join_pref_params[1].type = BRCMF_JOIN_PREF_RSSI;
type              537 drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c 	u16 type;
type              540 drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c 	type = ntohs(eh->h_proto);
type              542 drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c 	if (type == ETH_P_PAE) {
type              513 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 		if (item->type == BRCMF_FW_TYPE_BINARY)
type              515 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 		else if (item->type == BRCMF_FW_TYPE_NVRAM)
type              579 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 	switch (cur->type) {
type              591 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 		brcmf_err("unknown fw type: %d\n", cur->type);
type              606 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 	if (cur->type == BRCMF_FW_TYPE_NVRAM && fwctx->req->board_type) {
type               47 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.h 	enum brcmf_fw_type type;
type              208 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil_types.h 	__le16 type;
type              286 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil_types.h 	__le32 type;		/* Filter type (WL_PKT_FILTER_TYPE_xxx). */
type              433 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil_types.h 	u8 type;
type              666 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil_types.h 	__le32	type;
type             1004 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c int brcmf_fws_macdesc_indicate(struct brcmf_fws_info *fws, u8 type, u8 *data)
type             1016 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 	if (type == BRCMF_FWS_TYPE_MACDESC_DEL) {
type             1065 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 					    u8 type, u8 *data)
type             1081 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 	if (type == BRCMF_FWS_TYPE_MAC_OPEN) {
type             1097 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 					      u8 type, u8 *data)
type             1116 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 	brcmf_dbg(TRACE, "%s (%d): %s\n", brcmf_fws_get_tlv_name(type), type,
type             1119 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 	switch (type) {
type             1141 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c static int brcmf_fws_request_indicate(struct brcmf_fws_info *fws, u8 type,
type             1148 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 		if (type == BRCMF_FWS_TYPE_MAC_REQUEST_CREDIT)
type             1156 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 		  brcmf_fws_get_tlv_name(type), type, entry->name,
type             1159 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 	if (type == BRCMF_FWS_TYPE_MAC_REQUEST_CREDIT)
type             1557 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c static int brcmf_fws_txstatus_indicate(struct brcmf_fws_info *fws, u8 type,
type             1584 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 	if (type == BRCMF_FWS_TYPE_COMP_TXSTATUS)
type             1857 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 	u8 type;
type             1883 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 		type = signal_data[0];
type             1888 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 		if (type == BRCMF_FWS_TYPE_FILLER) {
type             1897 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 			  brcmf_fws_get_tlv_name(type), type, len,
type             1898 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 			  brcmf_fws_get_tlv_len(fws, type));
type             1904 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 		if (len < brcmf_fws_get_tlv_len(fws, type))
type             1908 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 		switch (type) {
type             1915 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 			brcmf_fws_macdesc_indicate(fws, type, data);
type             1919 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 			err = brcmf_fws_macdesc_state_indicate(fws, type, data);
type             1923 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 			err = brcmf_fws_interface_state_indicate(fws, type,
type             1928 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 			err = brcmf_fws_request_indicate(fws, type, data);
type             1932 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 			brcmf_fws_txstatus_indicate(fws, type, data);
type              130 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	u8 type;
type              172 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	u8	type;
type              255 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	    act_frm->type  == P2P_VER &&
type              681 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	p2p_params->type = 'E';
type             1995 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	if_request.type = cpu_to_le16((u16)if_type);
type             2034 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	if_request.type = cpu_to_le16((u16)iftype);
type             2163 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 				       enum nl80211_iftype type,
type             2176 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	brcmf_dbg(INFO, "adding vif \"%s\" (type=%d)\n", name, type);
type             2178 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	switch (type) {
type             2192 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	vif = brcmf_alloc_vif(cfg, type);
type              144 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.h 				       enum nl80211_iftype type,
type             1858 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c 	fwreq->items[BRCMF_PCIE_FW_CODE].type = BRCMF_FW_TYPE_BINARY;
type             1859 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c 	fwreq->items[BRCMF_PCIE_FW_NVRAM].type = BRCMF_FW_TYPE_NVRAM;
type              337 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 	__le32		type;
type             1335 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 			      enum brcmf_sdio_frmtype type)
type             1361 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 	if (type == BRCMF_SDIO_FT_SUPER &&
type             1366 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 	if (type == BRCMF_SDIO_FT_SUB && len > rd->len) {
type             1375 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 	if (type == BRCMF_SDIO_FT_SUPER && SDPCM_GLOMDESC(header)) {
type             1383 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 	    type != BRCMF_SDIO_FT_SUPER) {
type             1390 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 	if (type == BRCMF_SDIO_FT_SUPER && rd->channel != SDPCM_GLOM_CHANNEL) {
type             1395 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 	if (type == BRCMF_SDIO_FT_SUB && rd->channel != SDPCM_DATA_CHANNEL &&
type             1415 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 	if (type == BRCMF_SDIO_FT_SUB)
type             3014 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 			   le32_to_cpu(tr.type), le32_to_cpu(tr.epc),
type             3028 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 			 le32_to_cpu(tr.type), le32_to_cpu(tr.epc),
type             4299 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 	fwreq->items[BRCMF_SDIO_FW_CODE].type = BRCMF_FW_TYPE_BINARY;
type             4300 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 	fwreq->items[BRCMF_SDIO_FW_NVRAM].type = BRCMF_FW_TYPE_NVRAM;
type              197 drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c brcmf_usb_ctl_complete(struct brcmf_usbdev_info *devinfo, int type, int status)
type              204 drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c 	if (type == BRCMF_USB_CBCTL_READ) {
type              209 drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c 	} else if (type == BRCMF_USB_CBCTL_WRITE) {
type             1215 drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c 	fwreq->items[BRCMF_USB_FW_CODE].type = BRCMF_FW_TYPE_BINARY;
type              485 drivers/net/wireless/broadcom/brcm80211/brcmsmac/aiutils.c 	sih->boardtype = pbus->boardinfo.type;
type               89 drivers/net/wireless/broadcom/brcm80211/brcmsmac/debug.c 		   core->id.rev, bus->boardinfo.type, bus->boardinfo.vendor,
type              187 drivers/net/wireless/broadcom/brcm80211/brcmsmac/dma.c #define	B2I(bytes, type)	((bytes) / sizeof(type))
type              188 drivers/net/wireless/broadcom/brcm80211/brcmsmac/dma.c #define	I2B(index, type)	((index) * sizeof(type))
type              495 drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c 	if (vif->type != NL80211_IFTYPE_STATION &&
type              496 drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c 	    vif->type != NL80211_IFTYPE_AP &&
type              497 drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c 	    vif->type != NL80211_IFTYPE_ADHOC) {
type              500 drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c 			  __func__, vif->type);
type              508 drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c 	if (vif->type == NL80211_IFTYPE_STATION)
type              510 drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c 	else if (vif->type == NL80211_IFTYPE_AP)
type              513 drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c 	else if (vif->type == NL80211_IFTYPE_ADHOC)
type             1077 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 	if (wlc->bsscfg->type == BRCMS_TYPE_ADHOC)
type             2174 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 	wlc->bsscfg->type = BRCMS_TYPE_STATION;
type             2184 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 	wlc->bsscfg->type = BRCMS_TYPE_AP;
type             2192 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 	wlc->bsscfg->type = BRCMS_TYPE_ADHOC;
type             4423 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 			       core->bus->boardinfo.type);
type             4461 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 		wlc_hw->deviceid = core->bus->boardinfo.type;
type             5058 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 				if (bsscfg->type == BRCMS_TYPE_STATION ||
type             5059 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 				    bsscfg->type == BRCMS_TYPE_ADHOC)
type             7399 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 	if (wlc->pub->up && (bsscfg->type == BRCMS_TYPE_AP ||
type             7400 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 			     bsscfg->type == BRCMS_TYPE_ADHOC)) {
type             7509 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 	if (wlc->pub->up && (bsscfg->type == BRCMS_TYPE_AP ||
type             7510 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 			     bsscfg->type == BRCMS_TYPE_ADHOC)) {
type              613 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.h 	enum brcms_bss_type type;
type             1095 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_int.h 			  u8 type, bool d);
type             1030 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c static int wlc_lcnphy_calc_floor(s16 coeff_x, int type)
type             1034 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 	if (type == 0) {
type             1041 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 	if (type == 1) {
type             14712 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c 	int j, type;
type             14715 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c 	for (type = 0; type < 3; type++) {
type             14717 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c 			write_phy_reg(pi, addr_offset[type] + j,
type             14718 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c 				      NPHY_IPA_REV4_txdigi_filtcoeffs[type][j]);
type             17044 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c 	int j, type = 2;
type             17049 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c 			      NPHY_IPA_REV4_txdigi_filtcoeffs[type][j]);
type              296 drivers/net/wireless/broadcom/brcm80211/brcmsmac/types.h 	u16 type;	/* base type of argument */
type               43 drivers/net/wireless/broadcom/brcm80211/include/brcmu_utils.h #define	NBITS(type)	(sizeof(type) * 8)
type             1272 drivers/net/wireless/cisco/airo.c #define airo_print(type, name, fmt, args...) \
type             1273 drivers/net/wireless/cisco/airo.c 	printk(type DRV_NAME "(%s): " fmt "\n", name, ##args)
type             2668 drivers/net/wireless/cisco/airo.c 	dev->type               = ARPHRD_IEEE80211;
type             2825 drivers/net/wireless/intel/ipw2x00/ipw2100.c 	switch (packet->type) {
type             2896 drivers/net/wireless/intel/ipw2x00/ipw2100.c 		if (packet->type == DATA) {
type             2909 drivers/net/wireless/intel/ipw2x00/ipw2100.c 	switch (packet->type) {
type             3453 drivers/net/wireless/intel/ipw2x00/ipw2100.c 		priv->msg_buffers[i].type = COMMAND;
type             4023 drivers/net/wireless/intel/ipw2x00/ipw2100.c 		priv->net_dev->type = ARPHRD_ETHER;
type             4026 drivers/net/wireless/intel/ipw2x00/ipw2100.c 		priv->net_dev->type = ARPHRD_ETHER;
type             4031 drivers/net/wireless/intel/ipw2x00/ipw2100.c 		priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
type             4450 drivers/net/wireless/intel/ipw2x00/ipw2100.c 		priv->tx_buffers[i].type = DATA;
type              313 drivers/net/wireless/intel/ipw2x00/ipw2100.h 	int type;
type             5894 drivers/net/wireless/intel/ipw2x00/ipw2200.c static void ipw_send_tgi_tx_key(struct ipw_priv *priv, int type, int index)
type             5903 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	key.security_type = type;
type             5913 drivers/net/wireless/intel/ipw2x00/ipw2200.c static void ipw_send_wep_keys(struct ipw_priv *priv, int type)
type             5924 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		key.key_index = i | type;
type             6268 drivers/net/wireless/intel/ipw2x00/ipw2200.c static int ipw_request_scan_helper(struct ipw_priv *priv, int type, int direct)
type             6310 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	if (type == IW_SCAN_TYPE_PASSIVE) {
type             6907 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	u8 type;
type             6909 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	type = ipw_qos_current_mode(priv);
type             6917 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		if (type == IEEE_B) {
type             6918 drivers/net/wireless/intel/ipw2x00/ipw2200.c 			IPW_DEBUG_QOS("QoS activate network mode %d\n", type);
type             6929 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		if (type == IEEE_B) {
type             6931 drivers/net/wireless/intel/ipw2x00/ipw2200.c 				      type);
type             8507 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		priv->net_dev->type = ARPHRD_ETHER;
type             8514 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
type             8516 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		priv->net_dev->type = ARPHRD_IEEE80211;
type             8522 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		priv->net_dev->type = ARPHRD_ETHER;
type             8764 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		priv->net_dev->type = ARPHRD_ETHER;
type             8768 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
type             8770 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		priv->net_dev->type = ARPHRD_IEEE80211;
type             9805 drivers/net/wireless/intel/ipw2x00/ipw2200.c 			priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
type             9807 drivers/net/wireless/intel/ipw2x00/ipw2200.c 			priv->net_dev->type = ARPHRD_IEEE80211;
type             9818 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		priv->net_dev->type = ARPHRD_ETHER;
type             11559 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	priv->prom_net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
type              800 drivers/net/wireless/intel/ipw2x00/libipw.h 				  struct libipw_network * network, u16 type);
type              167 drivers/net/wireless/intel/ipw2x00/libipw_rx.c 			struct libipw_rx_stats *rx_stats, u16 type,
type              179 drivers/net/wireless/intel/ipw2x00/libipw_rx.c 	if (ieee->hostapd && type == WLAN_FC_TYPE_MGMT) {
type              199 drivers/net/wireless/intel/ipw2x00/libipw_rx.c 		if (type != WLAN_FC_TYPE_MGMT && type != WLAN_FC_TYPE_CTRL) {
type              202 drivers/net/wireless/intel/ipw2x00/libipw_rx.c 			       skb->dev->name, type, stype);
type              334 drivers/net/wireless/intel/ipw2x00/libipw_rx.c 	u16 fc, type, stype, sc;
type              359 drivers/net/wireless/intel/ipw2x00/libipw_rx.c 	type = WLAN_FC_GET_TYPE(fc);
type              464 drivers/net/wireless/intel/ipw2x00/libipw_rx.c 	if (type != WLAN_FC_TYPE_DATA) {
type              465 drivers/net/wireless/intel/ipw2x00/libipw_rx.c 		if (type == WLAN_FC_TYPE_MGMT && stype == WLAN_FC_STYPE_AUTH &&
type              475 drivers/net/wireless/intel/ipw2x00/libipw_rx.c 		if (libipw_rx_frame_mgmt(ieee, skb, rx_stats, type, stype))
type              563 drivers/net/wireless/intel/ipw2x00/libipw_rx.c 					     type, stype, skb->len);
type              643 drivers/net/wireless/intel/iwlegacy/3945-mac.c 		       struct ieee80211_measurement_params *params, u8 type)
type              682 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	spectrum.channels[0].type = type;
type             1572 drivers/net/wireless/intel/iwlegacy/3945-mac.c 			scan_ch->type = 0;	/* passive */
type             1577 drivers/net/wireless/intel/iwlegacy/3945-mac.c 			scan_ch->type = 1;	/* active */
type             1586 drivers/net/wireless/intel/iwlegacy/3945-mac.c 				scan_ch->type |= IL39_SCAN_PROBE_MASK(n_probes);
type             1590 drivers/net/wireless/intel/iwlegacy/3945-mac.c 			if ((scan_ch->type & 1) && n_probes)
type             1591 drivers/net/wireless/intel/iwlegacy/3945-mac.c 				scan_ch->type |= IL39_SCAN_PROBE_MASK(n_probes);
type             1610 drivers/net/wireless/intel/iwlegacy/3945-mac.c 		       (scan_ch->type & 1) ? "ACTIVE" : "PASSIVE",
type             1611 drivers/net/wireless/intel/iwlegacy/3945-mac.c 		       (scan_ch->type & 1) ? active_dwell : passive_dwell);
type             2746 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	switch (il->vif->type) {
type             2755 drivers/net/wireless/intel/iwlegacy/3945-mac.c 		      il->vif->type);
type             2933 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	if (vif->type == NL80211_IFTYPE_ADHOC &&
type             2984 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	bool is_ap = vif->type == NL80211_IFTYPE_STATION;
type             3257 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	u8 type = IL_MEASURE_BASIC;
type             3272 drivers/net/wireless/intel/iwlegacy/3945-mac.c 			type = simple_strtoul(p + 1, NULL, 0);
type             3276 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	       type, params.channel, buf);
type             3277 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	il3945_get_measurement(il, &params, type);
type              794 drivers/net/wireless/intel/iwlegacy/4965-mac.c 			scan_ch->type = SCAN_CHANNEL_TYPE_PASSIVE;
type              796 drivers/net/wireless/intel/iwlegacy/4965-mac.c 			scan_ch->type = SCAN_CHANNEL_TYPE_ACTIVE;
type              799 drivers/net/wireless/intel/iwlegacy/4965-mac.c 			scan_ch->type |= IL_SCAN_PROBE_MASK(n_probes);
type              817 drivers/net/wireless/intel/iwlegacy/4965-mac.c 		       le32_to_cpu(scan_ch->type),
type              819 drivers/net/wireless/intel/iwlegacy/4965-mac.c 			type & SCAN_CHANNEL_TYPE_ACTIVE) ? "ACTIVE" : "PASSIVE",
type              821 drivers/net/wireless/intel/iwlegacy/4965-mac.c 			type & SCAN_CHANNEL_TYPE_ACTIVE) ? active_dwell :
type             5911 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	if (vif->type == NL80211_IFTYPE_ADHOC &&
type             6022 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	bool is_ap = vif->type == NL80211_IFTYPE_STATION;
type             1782 drivers/net/wireless/intel/iwlegacy/4965.c 	switch (vif->type) {
type             1790 drivers/net/wireless/intel/iwlegacy/4965.c 		       vif->type);
type             2131 drivers/net/wireless/intel/iwlegacy/commands.h 	u8 type;		/* see enum il_measure_type */
type             2215 drivers/net/wireless/intel/iwlegacy/commands.h 	u8 type;		/* see enum il_measurement_type */
type             2377 drivers/net/wireless/intel/iwlegacy/commands.h 	u8 type;
type             2395 drivers/net/wireless/intel/iwlegacy/commands.h 	__le32 type;
type             4024 drivers/net/wireless/intel/iwlegacy/common.c 		IL_ERR("Unsupported interface type %d\n", il->vif->type);
type             4566 drivers/net/wireless/intel/iwlegacy/common.c 	D_MAC80211("enter: type %d, addr %pM\n", vif->type, vif->addr);
type             4585 drivers/net/wireless/intel/iwlegacy/common.c 	il->iw_mode = vif->type;
type             4589 drivers/net/wireless/intel/iwlegacy/common.c 		IL_WARN("Fail to set mode %d\n", vif->type);
type             4623 drivers/net/wireless/intel/iwlegacy/common.c 	D_MAC80211("enter: type %d, addr %pM\n", vif->type, vif->addr);
type             4722 drivers/net/wireless/intel/iwlegacy/common.c 		    vif->type, vif->addr, newtype, newp2p);
type             4739 drivers/net/wireless/intel/iwlegacy/common.c 	vif->type = newtype;
type             5178 drivers/net/wireless/intel/iwlegacy/common.c 	D_MAC80211("enter: type %d, addr %pM\n", vif->type, vif->addr);
type             5230 drivers/net/wireless/intel/iwlegacy/common.c 	switch (vif->type) {
type             5395 drivers/net/wireless/intel/iwlegacy/common.c 	if (vif->type == NL80211_IFTYPE_ADHOC && (changes & BSS_CHANGED_BEACON))
type              427 drivers/net/wireless/intel/iwlegacy/common.h 	u8 type;
type               63 drivers/net/wireless/intel/iwlegacy/iwl-spectrum.h 	u8 type;
type               71 drivers/net/wireless/intel/iwlegacy/iwl-spectrum.h 	u8 type;
type              160 drivers/net/wireless/intel/iwlwifi/dvm/agn.h int iwl_send_bt_env(struct iwl_priv *priv, u8 action, u8 type);
type             1989 drivers/net/wireless/intel/iwlwifi/dvm/commands.h 	u8 type;		/* see enum iwl_measure_type */
type             2073 drivers/net/wireless/intel/iwlwifi/dvm/commands.h 	u8 type;		/* see enum iwl_measurement_type */
type             2253 drivers/net/wireless/intel/iwlwifi/dvm/commands.h 	__le32 type;
type             3733 drivers/net/wireless/intel/iwlwifi/dvm/commands.h 	u8 type; /* 0 .. 15 */
type             3904 drivers/net/wireless/intel/iwlwifi/dvm/commands.h 	u8 type;
type              323 drivers/net/wireless/intel/iwlwifi/dvm/lib.c 			if (ctx->vif && ctx->vif->type == NL80211_IFTYPE_AP &&
type              349 drivers/net/wireless/intel/iwlwifi/dvm/lib.c 		if (ctx->vif && ctx->vif->type == NL80211_IFTYPE_STATION &&
type              448 drivers/net/wireless/intel/iwlwifi/dvm/lib.c 			if (ctx->vif && ctx->vif->type == NL80211_IFTYPE_STATION)
type              589 drivers/net/wireless/intel/iwlwifi/dvm/lib.c 	if (!ctx->vif || (ctx->vif->type != NL80211_IFTYPE_STATION)) {
type              373 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c 	if (!ctx->vif || ctx->vif->type != NL80211_IFTYPE_STATION ||
type              636 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_ADHOC &&
type              784 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c 	bool is_ap = vif->type == NL80211_IFTYPE_STATION;
type              793 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_AP)
type              820 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_STATION) {
type              854 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_STATION) {
type             1128 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c 	if (event->type != RSSI_EVENT)
type             1232 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c 	priv->iw_mode = vif->type;
type             1244 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c 	    vif->type == NL80211_IFTYPE_ADHOC) {
type             1257 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_AP)
type             1300 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c 						BIT(tmp->vif->type)) {
type             1332 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_MONITOR)
type             1376 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_ADHOC)
type             1464 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c 	vif->type = newviftype;
type              282 drivers/net/wireless/intel/iwlwifi/dvm/main.c 	if (priv->beacon_ctx->vif->type != NL80211_IFTYPE_AP) {
type               31 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c 	switch (ctx->vif->type) {
type               54 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c 			ctx->vif->type);
type              304 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c 	    (!ctx->vif || ctx->vif->type != NL80211_IFTYPE_STATION) &&
type              467 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c 	if (ctx->vif && (ctx->vif->type == NL80211_IFTYPE_AP)) {
type              493 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c 	if (ctx->vif && (ctx->vif->type == NL80211_IFTYPE_ADHOC))
type              545 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c 	cmd.slots[0].type = 0; /* BSS */
type              546 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c 	cmd.slots[1].type = 1; /* PAN */
type              555 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c 		if (ctx_pan->vif->type == NL80211_IFTYPE_AP &&
type             1272 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c 	switch (vif->type) {
type             1471 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c 	if (vif->type == NL80211_IFTYPE_AP ||
type             1472 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c 	    vif->type == NL80211_IFTYPE_ADHOC) {
type             1490 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c 	if (vif->type == NL80211_IFTYPE_STATION) {
type              475 drivers/net/wireless/intel/iwlwifi/dvm/scan.c 		scan_ch->type = SCAN_CHANNEL_TYPE_PASSIVE;
type              526 drivers/net/wireless/intel/iwlwifi/dvm/scan.c 			scan_ch->type = SCAN_CHANNEL_TYPE_PASSIVE;
type              528 drivers/net/wireless/intel/iwlwifi/dvm/scan.c 			scan_ch->type = SCAN_CHANNEL_TYPE_ACTIVE;
type              531 drivers/net/wireless/intel/iwlwifi/dvm/scan.c 			scan_ch->type |= IWL_SCAN_PROBE_MASK(n_probes);
type              549 drivers/net/wireless/intel/iwlwifi/dvm/scan.c 			       channel, le32_to_cpu(scan_ch->type),
type              550 drivers/net/wireless/intel/iwlwifi/dvm/scan.c 			       (scan_ch->type & SCAN_CHANNEL_TYPE_ACTIVE) ?
type              552 drivers/net/wireless/intel/iwlwifi/dvm/scan.c 			       (scan_ch->type & SCAN_CHANNEL_TYPE_ACTIVE) ?
type             1076 drivers/net/wireless/intel/iwlwifi/dvm/sta.c 	if (vif->type == NL80211_IFTYPE_STATION && vif_priv->ctx)
type             1197 drivers/net/wireless/intel/iwlwifi/dvm/tx.c 			    ctx->vif->type == NL80211_IFTYPE_STATION) {
type              187 drivers/net/wireless/intel/iwlwifi/dvm/ucode.c int iwl_send_bt_env(struct iwl_priv *priv, u8 action, u8 type)
type              193 drivers/net/wireless/intel/iwlwifi/dvm/ucode.c 	env_cmd.type = type;
type              119 drivers/net/wireless/intel/iwlwifi/fw/acpi.c 	if (data->type != ACPI_TYPE_PACKAGE ||
type              121 drivers/net/wireless/intel/iwlwifi/fw/acpi.c 	    data->package.elements[0].type != ACPI_TYPE_INTEGER ||
type              136 drivers/net/wireless/intel/iwlwifi/fw/acpi.c 		if (wifi_pkg->type != ACPI_TYPE_PACKAGE ||
type              141 drivers/net/wireless/intel/iwlwifi/fw/acpi.c 		if (domain->type == ACPI_TYPE_INTEGER &&
type              170 drivers/net/wireless/intel/iwlwifi/fw/acpi.c 	if (wifi_pkg->package.elements[1].type != ACPI_TYPE_INTEGER ||
type              233 drivers/net/wireless/intel/iwlwifi/fw/acpi.c 	if (wifi_pkg->package.elements[1].type != ACPI_TYPE_INTEGER ||
type              186 drivers/net/wireless/intel/iwlwifi/fw/api/cmdhdr.h 	__le16 type;
type              198 drivers/net/wireless/intel/iwlwifi/fw/api/cmdhdr.h 	__le16 type;
type              141 drivers/net/wireless/intel/iwlwifi/fw/api/nvm-reg.h 	__le16 type;
type              158 drivers/net/wireless/intel/iwlwifi/fw/api/nvm-reg.h 	__le16 type;
type              865 drivers/net/wireless/intel/iwlwifi/fw/api/rx.h 	u16 type;
type              892 drivers/net/wireless/intel/iwlwifi/fw/api/rx.h 	u8 type;
type              101 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 	(*dump_data)->type = cpu_to_le32(IWL_FW_ERROR_DUMP_RADIO_REG);
type              137 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 	(*dump_data)->type = cpu_to_le32(IWL_FW_ERROR_DUMP_RXF);
type              192 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 	(*dump_data)->type = cpu_to_le32(IWL_FW_ERROR_DUMP_TXF);
type              313 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 			(*dump_data)->type =
type              603 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 		(*data)->type = cpu_to_le32(IWL_FW_ERROR_DUMP_PRPH);
type              708 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 			    u32 len, u32 ofs, u32 type)
type              715 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 	(*dump_data)->type = cpu_to_le32(IWL_FW_ERROR_DUMP_MEM);
type              718 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 	dump_mem->type = cpu_to_le32(type);
type              723 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 	IWL_DEBUG_INFO(fwrt, "WRT memory dump. Type=%u\n", dump_mem->type);
type              802 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 		(*data)->type = cpu_to_le32(IWL_FW_ERROR_DUMP_PAGING);
type              923 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 		dump_data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_DEV_FW_INFO);
type              949 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 		dump_data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_MEM_CFG);
type              988 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 		dump_data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_ERROR_INFO);
type             1031 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 		dump_data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_D3_DEBUG_DATA);
type             1655 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 	u32 num_of_ranges, i, type = le32_to_cpu(reg->region_type), size;
type             1673 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 	tlv->type = cpu_to_le32(type);
type             1677 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 		     le32_to_cpu(reg->region_id), type);
type             1692 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 			le32_to_cpu(reg->region_id), type);
type             1702 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 				le32_to_cpu(reg->region_id), type);
type             1735 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 	tlv->type = cpu_to_le32(IWL_INI_DUMP_INFO_TYPE);
type             1745 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 	dump->ver_type = cpu_to_le32(fwrt->dump.fw_ver.type);
type             2027 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 		.type = cpu_to_le32(FW_DBG_TRIGGER_FW_ASSERT),
type             2037 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 	u32 trig_type = le32_to_cpu(desc->trig_desc.type);
type             2058 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 		 le32_to_cpu(desc->trig_desc.type));
type             2082 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 	iwl_dump_error_desc->trig_desc.type = cpu_to_le32(trig_type);
type             2130 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 	desc->trig_desc.type = cpu_to_le32(trig);
type              287 drivers/net/wireless/intel/iwlwifi/fw/dbg.h static inline bool iwl_fw_dbg_type_on(struct iwl_fw_runtime *fwrt, u32 type)
type              289 drivers/net/wireless/intel/iwlwifi/fw/dbg.h 	return (fwrt->fw->dbg.dump_mask & BIT(type));
type              399 drivers/net/wireless/intel/iwlwifi/fw/dbg.h 		fwrt->dump.fw_ver.type = lmac->ver_type;
type              129 drivers/net/wireless/intel/iwlwifi/fw/error-dump.h 	__le32 type;
type              277 drivers/net/wireless/intel/iwlwifi/fw/error-dump.h 	__le32 type;
type              553 drivers/net/wireless/intel/iwlwifi/fw/error-dump.h 	__le32 type;
type              167 drivers/net/wireless/intel/iwlwifi/fw/file.h 	__le32 type;		/* see above */
type              284 drivers/net/wireless/intel/iwlwifi/fw/img.h 	enum iwl_fw_type type;
type              320 drivers/net/wireless/intel/iwlwifi/fw/paging.c int iwl_init_paging(struct iwl_fw_runtime *fwrt, enum iwl_ucode_type type)
type              322 drivers/net/wireless/intel/iwlwifi/fw/paging.c 	const struct fw_img *fw = &fwrt->fw->img[type];
type              168 drivers/net/wireless/intel/iwlwifi/fw/runtime.h 			u8 type;
type              222 drivers/net/wireless/intel/iwlwifi/fw/runtime.h int iwl_init_paging(struct iwl_fw_runtime *fwrt, enum iwl_ucode_type type);
type              110 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c 	u32 type = le32_to_cpu(tlv->type);
type              111 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c 	u32 tlv_idx = type - IWL_UCODE_TLV_DEBUG_BASE;
type              125 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c 	u32 type = le32_to_cpu(tlv->type);
type              127 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c 	u32 tlv_idx = type - IWL_UCODE_TLV_DEBUG_BASE;
type              132 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c 		     type, pnt);
type              135 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c 		IWL_ERR(trans, "WRT: Unsupported TLV 0x%x\n", type);
type              140 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c 		IWL_ERR(trans, "WRT: Unsupported TLV 0x%x version %u\n", type,
type              314 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 			      enum iwl_ucode_type type,
type              317 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	return &pieces->img[type].sec[sec];
type              321 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 			   enum iwl_ucode_type type,
type              324 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	struct fw_img_parsing *img = &pieces->img[type];
type              341 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 			 enum iwl_ucode_type type,
type              345 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	alloc_sec_data(pieces, type, sec);
type              347 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	pieces->img[type].sec[sec].data = data;
type              351 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 			 enum iwl_ucode_type type,
type              355 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	alloc_sec_data(pieces, type, sec);
type              357 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	pieces->img[type].sec[sec].size = size;
type              361 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 			   enum iwl_ucode_type type,
type              364 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	return pieces->img[type].sec[sec].size;
type              368 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 			   enum iwl_ucode_type type,
type              372 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	alloc_sec_data(pieces, type, sec);
type              374 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	pieces->img[type].sec[sec].offset = offset;
type              404 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 			       const void *data, enum iwl_ucode_type type,
type              412 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	if (WARN_ON(!pieces || !data || type >= IWL_UCODE_TYPE_MAX))
type              417 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	img = &pieces->img[type];
type              655 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 		tlv_type = le32_to_cpu(tlv->type);
type              811 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 			drv->fw.type = IWL_FW_MVM;
type              816 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 			drv->fw.type = IWL_FW_MVM;
type              821 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 			drv->fw.type = IWL_FW_MVM;
type              843 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 			drv->fw.type = IWL_FW_MVM;
type              848 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 			drv->fw.type = IWL_FW_MVM;
type              853 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 			drv->fw.type = IWL_FW_MVM;
type             1205 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 			   enum iwl_ucode_type type)
type             1210 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	sec = kcalloc(pieces->img[type].sec_counter, sizeof(*sec), GFP_KERNEL);
type             1213 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	drv->fw.img[type].sec = sec;
type             1214 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	drv->fw.img[type].num_sec = pieces->img[type].sec_counter;
type             1216 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	for (i = 0; i < pieces->img[type].sec_counter; i++)
type             1217 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 		if (iwl_alloc_fw_desc(drv, &sec[i], get_sec(pieces, type, i)))
type             1391 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	if (fw->type == IWL_FW_DVM && validate_sec_sizes(drv, pieces,
type             1548 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	switch (fw->type) {
type             1553 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 		WARN(1, "Invalid fw type %d\n", fw->type);
type              140 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 		       enum iwl_phy_db_section_type type,
type              143 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 	if (!phy_db || type >= IWL_PHY_DB_MAX)
type              146 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 	switch (type) {
type              166 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 				    enum iwl_phy_db_section_type type,
type              170 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 				iwl_phy_db_get_section(phy_db, type, chg_id);
type              206 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 	enum iwl_phy_db_section_type type = le16_to_cpu(phy_db_notif->type);
type              214 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 	if (type == IWL_PHY_DB_CALIB_CHG_PAPD) {
type              228 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 	} else if (type == IWL_PHY_DB_CALIB_CHG_TXP) {
type              244 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 	entry = iwl_phy_db_get_section(phy_db, type, chg_id);
type              259 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 		       __func__, __LINE__, type, size);
type              327 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 				u32 type, u8 **data, u16 *size, u16 ch_id)
type              336 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 	if (type == IWL_PHY_DB_CALIB_CHG_PAPD)
type              338 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 	else if (type == IWL_PHY_DB_CALIB_CHG_TXP)
type              341 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 	entry = iwl_phy_db_get_section(phy_db, type, ch_group_id);
type              350 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 		       __func__, __LINE__, type, *size);
type              355 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c static int iwl_send_phy_db_cmd(struct iwl_phy_db *phy_db, u16 type,
type              365 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 		       type, length);
type              368 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 	phy_db_cmd.type = cpu_to_le16(type);
type              383 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 					enum iwl_phy_db_section_type type,
type              393 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 					       type,
type              403 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 					  type,
type              409 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 				type, i, err);
type              415 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c 			       type, i);
type              331 drivers/net/wireless/intel/iwlwifi/mvm/coex.c 	switch (vif->type) {
type              347 drivers/net/wireless/intel/iwlwifi/mvm/coex.c 		if (vif->type == NL80211_IFTYPE_STATION) {
type              381 drivers/net/wireless/intel/iwlwifi/mvm/coex.c 	if (vif->type == NL80211_IFTYPE_STATION)
type              393 drivers/net/wireless/intel/iwlwifi/mvm/coex.c 	if (vif->type == NL80211_IFTYPE_AP) {
type             1225 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 			if (ieee80211_data_to_8023(pkt, vif->addr, vif->type))
type             1892 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 	if (vif->type == NL80211_IFTYPE_STATION)
type             2127 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 	if (vif->type == NL80211_IFTYPE_STATION)
type              278 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	if (vif->type == NL80211_IFTYPE_STATION &&
type              783 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	    ((vif->type == NL80211_IFTYPE_STATION && !vif->p2p) ||
type              784 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	     (vif->type == NL80211_IFTYPE_STATION && vif->p2p)))
type              796 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	if (vif->type == NL80211_IFTYPE_STATION && !vif->p2p &&
type             1255 drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c 		if (vif->type == NL80211_IFTYPE_AP)
type               99 drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c 		.type = NL80211_PMSR_TYPE_FTM,
type              594 drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c 		result.type = NL80211_PMSR_TYPE_FTM;
type              171 drivers/net/wireless/intel/iwlwifi/mvm/ftm-responder.c 	if (vif->p2p || vif->type != NL80211_IFTYPE_AP ||
type              690 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 		if ((table[i].type != ACPI_TYPE_INTEGER) ||
type              717 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 	if (wifi_pkg->package.elements[1].type != ACPI_TYPE_INTEGER ||
type              755 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 	if ((wifi_pkg->package.elements[1].type != ACPI_TYPE_INTEGER) ||
type              756 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 	    (wifi_pkg->package.elements[2].type != ACPI_TYPE_INTEGER) ||
type              827 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 			if ((entry->type != ACPI_TYPE_INTEGER) ||
type             1058 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 	if (enabled->type != ACPI_TYPE_INTEGER ||
type             1080 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 			if (ent->type != ACPI_TYPE_INTEGER ||
type              127 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	switch (data->vif->type) {
type              137 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 		if (vif->type != NL80211_IFTYPE_AP ||
type              165 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 		if ((vif->type != NL80211_IFTYPE_AP &&
type              166 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 		     vif->type != NL80211_IFTYPE_STATION) ||
type              286 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	switch (vif->type) {
type              343 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	if (vif->type == NL80211_IFTYPE_P2P_DEVICE)
type              347 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	if (vif->type == NL80211_IFTYPE_AP ||
type              348 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	    vif->type == NL80211_IFTYPE_ADHOC) {
type              508 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	switch (vif->type) {
type              607 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	WARN_ON(vif->type != NL80211_IFTYPE_STATION);
type              723 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	WARN_ON(vif->type != NL80211_IFTYPE_MONITOR);
type              737 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 				       vif->type, IWL_STA_GENERAL_PURPOSE);
type              751 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	WARN_ON(vif->type != NL80211_IFTYPE_ADHOC);
type              777 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	if (vif->type == NL80211_IFTYPE_AP && vif->p2p &&
type              789 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	WARN_ON(vif->type != NL80211_IFTYPE_P2P_DEVICE);
type              935 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	if (vif->type == NL80211_IFTYPE_AP)
type              955 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	if (vif->type == NL80211_IFTYPE_AP)
type              992 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	if (vif->type == NL80211_IFTYPE_AP)
type             1038 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	WARN_ON(vif->type != NL80211_IFTYPE_AP &&
type             1039 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 		vif->type != NL80211_IFTYPE_ADHOC);
type             1068 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	if (vif->type != NL80211_IFTYPE_STATION || !vif->bss_conf.assoc)
type             1158 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	WARN_ON(vif->type != NL80211_IFTYPE_AP || vif->p2p);
type             1177 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	WARN_ON(vif->type != NL80211_IFTYPE_AP || !vif->p2p);
type             1199 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	switch (vif->type) {
type             1283 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	if (vif->type == NL80211_IFTYPE_MONITOR) {
type             1572 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	switch (vif->type) {
type              780 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if ((info->control.vif->type == NL80211_IFTYPE_AP ||
type              781 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	     info->control.vif->type == NL80211_IFTYPE_ADHOC) &&
type              787 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (!sta && info->control.vif->type == NL80211_IFTYPE_STATION &&
type             1322 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_STATION) {
type             1428 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type != NL80211_IFTYPE_P2P_DEVICE)
type             1442 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_AP ||
type             1443 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	    vif->type == NL80211_IFTYPE_ADHOC) {
type             1455 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 					       0, vif->type,
type             1480 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	    vif->type == NL80211_IFTYPE_STATION && !vif->p2p) {
type             1491 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_P2P_DEVICE) {
type             1517 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_MONITOR)
type             1537 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type != NL80211_IFTYPE_P2P_DEVICE)
type             1548 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_P2P_DEVICE) {
type             1567 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (!(vif->type == NL80211_IFTYPE_AP ||
type             1568 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	      vif->type == NL80211_IFTYPE_ADHOC))
type             1594 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_AP ||
type             1595 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	    vif->type == NL80211_IFTYPE_ADHOC) {
type             1607 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_P2P_DEVICE) {
type             1615 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (mvm->vif_count && vif->type != NL80211_IFTYPE_P2P_DEVICE)
type             1623 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_MONITOR)
type             1657 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type != NL80211_IFTYPE_STATION ||
type             1767 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type != NL80211_IFTYPE_STATION || !vif->bss_conf.assoc ||
type             1838 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type != NL80211_IFTYPE_STATION || vif->p2p ||
type             2450 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_AP)
type             2517 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_AP && !vif->p2p) {
type             2584 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_AP && !vif->p2p) {
type             2670 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	switch (vif->type) {
type             2831 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	bool sleeping = (notif->type != IWL_MVM_PM_EVENT_AWAKE);
type             2846 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	    mvmsta->vif->type != NL80211_IFTYPE_AP) {
type             2860 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		switch (notif->type) {
type             3064 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		if (vif->type == NL80211_IFTYPE_STATION &&
type             3102 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		if (vif->type == NL80211_IFTYPE_AP) {
type             3109 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		} else if (vif->type == NL80211_IFTYPE_STATION) {
type             3159 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		if (vif->type == NL80211_IFTYPE_AP) {
type             3220 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_STATION &&
type             3238 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_P2P_DEVICE) {
type             3341 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		} else if (vif->type == NL80211_IFTYPE_STATION) {
type             3361 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		if (vif->type == NL80211_IFTYPE_STATION)
type             3378 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		if ((vif->type == NL80211_IFTYPE_ADHOC ||
type             3379 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		     vif->type == NL80211_IFTYPE_AP) && !sta) {
type             3717 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		       enum ieee80211_roc_type type)
type             3726 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 			   duration, type);
type             3736 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	switch (vif->type) {
type             3752 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		IWL_ERR(mvm, "vif isn't P2P_DEVICE: %d\n", vif->type);
type             3838 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	ret = iwl_mvm_start_p2p_roc(mvm, vif, duration, type);
type             3872 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	    vif->type == NL80211_IFTYPE_AP && vif->bss_conf.ftmr_params)
type             4013 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	switch (vif->type) {
type             4054 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_MONITOR) {
type             4067 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type == NL80211_IFTYPE_AP) {
type             4072 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (switching_chanctx && vif->type == NL80211_IFTYPE_STATION) {
type             4126 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	switch (vif->type) {
type             4328 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	[IWL_MVM_TM_ATTR_CMD] = { .type = NLA_U32 },
type             4329 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	[IWL_MVM_TM_ATTR_NOA_DURATION] = { .type = NLA_U32 },
type             4330 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	[IWL_MVM_TM_ATTR_BEACON_FILTER_STATE] = { .type = NLA_U32 },
type             4351 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		if (!vif || vif->type != NL80211_IFTYPE_AP || !vif->p2p ||
type             4366 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		if (!vif || vif->type != NL80211_IFTYPE_STATION ||
type             4491 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	switch (vif->type) {
type             4651 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->type != NL80211_IFTYPE_STATION)
type             4860 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	switch (event->type) {
type             4919 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		.type = IWL_MVM_RXQ_EMPTY,
type             4936 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (vif->p2p || vif->type != NL80211_IFTYPE_AP ||
type             1721 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h int iwl_mvm_scan_stop(struct iwl_mvm *mvm, int type, bool notify);
type             1735 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h 			     int type);
type               97 drivers/net/wireless/intel/iwlwifi/mvm/nvm.c 		.type = cpu_to_le16(section),
type              136 drivers/net/wireless/intel/iwlwifi/mvm/nvm.c 		.type = cpu_to_le16(section),
type              317 drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c 	if (vif->type == NL80211_IFTYPE_STATION ||
type              318 drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c 	    vif->type == NL80211_IFTYPE_AP)
type              857 drivers/net/wireless/intel/iwlwifi/mvm/power.c 	    vif->type != NL80211_IFTYPE_STATION || vif->p2p)
type              890 drivers/net/wireless/intel/iwlwifi/mvm/power.c 	if (vif->type != NL80211_IFTYPE_STATION || vif->p2p)
type              104 drivers/net/wireless/intel/iwlwifi/mvm/quota.c 	switch (vif->type) {
type              502 drivers/net/wireless/intel/iwlwifi/mvm/rs.c static const char *rs_pretty_lq_type(enum iwl_table_type type)
type              516 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	if (type < LQ_NONE || type >= LQ_MAX)
type              519 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	return lq_types[type];
type              553 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	if (is_type_legacy(rate->type) && (rate->index <= IWL_RATE_54M_INDEX))
type              555 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	else if ((is_type_ht(rate->type) || is_type_vht(rate->type)) &&
type              562 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	sprintf(buf, "(%s|%s|%s)", rs_pretty_lq_type(rate->type),
type              861 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		IWL_ERR(mvm, "Invalid rate->type %d\n", rate->type);
type              902 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 				rate->type = LQ_LEGACY_A;
type              904 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 				rate->type = LQ_LEGACY_G;
type              927 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			rate->type = LQ_HT_SISO;
type              932 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			rate->type = LQ_HT_MIMO2;
type              942 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			rate->type = LQ_VHT_SISO;
type              947 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			rate->type = LQ_VHT_MIMO2;
type              957 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			rate->type = LQ_HE_SISO;
type              961 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			rate->type = LQ_HE_MIMO2;
type             1089 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 					rate->type);
type             1112 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			rate->type = LQ_LEGACY_A;
type             1114 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			rate->type = LQ_LEGACY_G;
type             1125 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		rate->type = is_vht_mimo2(rate) ?
type             1150 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	return (a->type == b->type) && (a->bw == b->bw) && (a->sgi == b->sgi)
type             1400 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 						tbl->rate.type);
type             1730 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			rate->type = LQ_LEGACY_A;
type             1732 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			rate->type = LQ_LEGACY_G;
type             1738 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		rate->type = lq_sta->is_vht ? LQ_VHT_SISO : LQ_HT_SISO;
type             1741 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		rate->type = lq_sta->is_vht ? LQ_VHT_MIMO2 : LQ_HT_MIMO2;
type             1783 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	rate->type = LQ_NONE;
type             1903 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	bool sta_ps_disabled = (vif->type == NL80211_IFTYPE_STATION &&
type             1916 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	IWL_DEBUG_RATE(mvm, "check rate, table type: %d\n", rate->type);
type             2147 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			rate->type = LQ_NONE;
type             2215 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			rate->type = LQ_NONE;
type             2238 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	high_low = rs_get_adjacent_rate(mvm, index, rate_mask, rate->type);
type             2452 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		rate->type = lq_sta->is_vht ? LQ_VHT_MIMO2 : LQ_HT_MIMO2;
type             2454 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		rate->type = lq_sta->is_vht ? LQ_VHT_SISO : LQ_HT_SISO;
type             2456 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		rate->type = LQ_LEGACY_A;
type             2458 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		rate->type = LQ_LEGACY_G;
type             2565 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		rate->type = LQ_LEGACY_A;
type             2569 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		rate->type = LQ_LEGACY_G;
type             2613 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		rate->type = LQ_VHT_SISO;
type             2620 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		rate->type = LQ_HT_SISO;
type             3690 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	char *type, *bw;
type             3706 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		type = "VHT";
type             3711 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		type = "HT";
type             3716 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		type = "HE";
type             3721 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		type = "Unknown"; /* shouldn't happen */
type             3743 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			 type, rs_pretty_ant(ant), bw, mcs, nss,
type             3924 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 				rate->type,
type              166 drivers/net/wireless/intel/iwlwifi/mvm/rs.h 	enum iwl_table_type type;
type              176 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_type_legacy(type) (((type) == LQ_LEGACY_G) || \
type              177 drivers/net/wireless/intel/iwlwifi/mvm/rs.h 			      ((type) == LQ_LEGACY_A))
type              178 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_type_ht_siso(type) ((type) == LQ_HT_SISO)
type              179 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_type_ht_mimo2(type) ((type) == LQ_HT_MIMO2)
type              180 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_type_vht_siso(type) ((type) == LQ_VHT_SISO)
type              181 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_type_vht_mimo2(type) ((type) == LQ_VHT_MIMO2)
type              182 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_type_he_siso(type) ((type) == LQ_HE_SISO)
type              183 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_type_he_mimo2(type) ((type) == LQ_HE_MIMO2)
type              184 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_type_siso(type) (is_type_ht_siso(type) || is_type_vht_siso(type) || \
type              185 drivers/net/wireless/intel/iwlwifi/mvm/rs.h 			    is_type_he_siso(type))
type              186 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_type_mimo2(type) (is_type_ht_mimo2(type) || \
type              187 drivers/net/wireless/intel/iwlwifi/mvm/rs.h 			     is_type_vht_mimo2(type) || is_type_he_mimo2(type))
type              188 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_type_mimo(type) (is_type_mimo2(type))
type              189 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_type_ht(type) (is_type_ht_siso(type) || is_type_ht_mimo2(type))
type              190 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_type_vht(type) (is_type_vht_siso(type) || is_type_vht_mimo2(type))
type              191 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_type_he(type) (is_type_he_siso(type) || is_type_he_mimo2(type))
type              192 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_type_a_band(type) ((type) == LQ_LEGACY_A)
type              193 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_type_g_band(type) ((type) == LQ_LEGACY_G)
type              195 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_legacy(rate)       is_type_legacy((rate)->type)
type              196 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_ht_siso(rate)      is_type_ht_siso((rate)->type)
type              197 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_ht_mimo2(rate)     is_type_ht_mimo2((rate)->type)
type              198 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_vht_siso(rate)     is_type_vht_siso((rate)->type)
type              199 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_vht_mimo2(rate)    is_type_vht_mimo2((rate)->type)
type              200 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_siso(rate)         is_type_siso((rate)->type)
type              201 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_mimo2(rate)        is_type_mimo2((rate)->type)
type              202 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_mimo(rate)         is_type_mimo((rate)->type)
type              203 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_ht(rate)           is_type_ht((rate)->type)
type              204 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_vht(rate)          is_type_vht((rate)->type)
type              205 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_he(rate)           is_type_he((rate)->type)
type              206 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_a_band(rate)       is_type_a_band((rate)->type)
type              207 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define is_g_band(rate)       is_type_g_band((rate)->type)
type              620 drivers/net/wireless/intel/iwlwifi/mvm/rx.c 	if (vif->type != NL80211_IFTYPE_STATION)
type              519 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c 			.metadata.type = IWL_MVM_RXQ_NSSN_SYNC,
type              776 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c 	switch (internal_notif->type) {
type              787 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c 		WARN_ONCE(1, "Invalid identifier %d", internal_notif->type);
type              126 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	enum iwl_mvm_scan_type type;
type              229 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	if (vif->type != NL80211_IFTYPE_P2P_DEVICE && mvmvif->phy_ctxt &&
type              262 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	if (vif->type == NL80211_IFTYPE_AP && vif->p2p &&
type              286 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		    (!vif || vif->type != NL80211_IFTYPE_P2P_DEVICE))
type              292 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		if (vif && vif->type == NL80211_IFTYPE_STATION &&
type              346 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	u32 duration = scan_timing[params->type].max_out_time;
type              867 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	cmd->max_out_time = cpu_to_le32(scan_timing[params->type].max_out_time);
type              868 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	cmd->suspend_time = cpu_to_le32(scan_timing[params->type].suspend_time);
type              905 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		vif->type != NL80211_IFTYPE_P2P_DEVICE &&
type              915 drivers/net/wireless/intel/iwlwifi/mvm/scan.c static bool iwl_mvm_is_scan_fragmented(enum iwl_mvm_scan_type type)
type              917 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	return (type == IWL_SCAN_TYPE_FRAGMENTED ||
type              918 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		type == IWL_SCAN_TYPE_FAST_BALANCE);
type              933 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	if (iwl_mvm_is_scan_fragmented(params->type))
type              955 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	    vif->type != NL80211_IFTYPE_P2P_DEVICE &&
type              956 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	    !iwl_mvm_is_scan_fragmented(params->type))
type             1120 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	enum iwl_mvm_scan_type type = iwl_mvm_get_scan_type(mvm, NULL);
type             1127 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	cfg->out_of_channel_time = cpu_to_le32(scan_timing[type].max_out_time);
type             1128 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	cfg->suspend_time = cpu_to_le32(scan_timing[type].suspend_time);
type             1169 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		enum iwl_mvm_scan_type type =
type             1173 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 			cpu_to_le32(scan_timing[type].max_out_time);
type             1175 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 			cpu_to_le32(scan_timing[type].suspend_time);
type             1195 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	enum iwl_mvm_scan_type type;
type             1207 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		type = iwl_mvm_get_scan_type_band(mvm, NULL,
type             1211 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		if (type == mvm->scan_type && hb_type == mvm->hb_scan_type)
type             1214 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		type = iwl_mvm_get_scan_type(mvm, NULL);
type             1215 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		if (type == mvm->scan_type)
type             1239 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		 (iwl_mvm_is_scan_fragmented(type) ?
type             1272 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		mvm->scan_type = type;
type             1322 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	timing = &scan_timing[params->type];
type             1453 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	if (iwl_mvm_is_scan_fragmented(params->type))
type             1485 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	    vif->type != NL80211_IFTYPE_P2P_DEVICE)
type             1494 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	    vif->type != NL80211_IFTYPE_P2P_DEVICE &&
type             1495 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	    !iwl_mvm_is_scan_fragmented(params->type) &&
type             1522 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 			     int type)
type             1554 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	mvm->scan_uid_status[uid] = type;
type             1573 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	if (type == IWL_MVM_SCAN_SCHED || type == IWL_MVM_SCAN_NETDETECT)
type             1635 drivers/net/wireless/intel/iwlwifi/mvm/scan.c static int iwl_mvm_check_running_scans(struct iwl_mvm *mvm, int type)
type             1651 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	if ((type == IWL_MVM_SCAN_SCHED || type == IWL_MVM_SCAN_NETDETECT) &&
type             1661 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	switch (type) {
type             1721 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		params->type =
type             1728 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		params->type = iwl_mvm_get_scan_type(mvm, vif);
type             1828 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 			     int type)
type             1845 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	ret = iwl_mvm_check_running_scans(mvm, type);
type             1896 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		ret = iwl_mvm_scan_umac(mvm, vif, &params, type);
type             1909 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		mvm->scan_status |= type;
type             1991 drivers/net/wireless/intel/iwlwifi/mvm/scan.c static int iwl_mvm_umac_scan_abort(struct iwl_mvm *mvm, int type)
type             2002 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	uid = iwl_mvm_scan_uid_by_status(mvm, type);
type             2015 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		mvm->scan_uid_status[uid] = type << IWL_MVM_SCAN_STOPPING_SHIFT;
type             2020 drivers/net/wireless/intel/iwlwifi/mvm/scan.c static int iwl_mvm_scan_stop_wait(struct iwl_mvm *mvm, int type)
type             2034 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	IWL_DEBUG_SCAN(mvm, "Preparing to stop scan, type %x\n", type);
type             2037 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		ret = iwl_mvm_umac_scan_abort(mvm, type);
type             2042 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		IWL_DEBUG_SCAN(mvm, "couldn't stop scan type %d\n", type);
type             2136 drivers/net/wireless/intel/iwlwifi/mvm/scan.c int iwl_mvm_scan_stop(struct iwl_mvm *mvm, int type, bool notify)
type             2140 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	if (!(mvm->scan_status & type))
type             2148 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	ret = iwl_mvm_scan_stop_wait(mvm, type);
type             2150 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 		mvm->scan_status |= type << IWL_MVM_SCAN_STOPPING_SHIFT;
type             2157 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	mvm->scan_status &= ~type;
type             2159 drivers/net/wireless/intel/iwlwifi/mvm/scan.c 	if (type == IWL_MVM_SCAN_REGULAR) {
type               83 drivers/net/wireless/intel/iwlwifi/mvm/sf.c 	    vif->type == NL80211_IFTYPE_P2P_DEVICE)
type               88 drivers/net/wireless/intel/iwlwifi/mvm/sf.c 	if (vif->type == NL80211_IFTYPE_STATION) {
type              289 drivers/net/wireless/intel/iwlwifi/mvm/sf.c 	    (changed_vif && changed_vif->type == NL80211_IFTYPE_P2P_DEVICE))
type              316 drivers/net/wireless/intel/iwlwifi/mvm/sf.c 			if (changed_vif->type != NL80211_IFTYPE_STATION) {
type             1541 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 		cmd.station_type = sta->type;
type             1597 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 			.type = mvm_sta->sta_type,
type             1701 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	if (vif->type == NL80211_IFTYPE_STATION) {
type             1894 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	if (vif->type == NL80211_IFTYPE_STATION &&
type             1941 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 			     enum iwl_sta_type type)
type             1951 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	sta->type = type;
type             2124 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 		if (vif->type == NL80211_IFTYPE_AP ||
type             2125 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 		    vif->type == NL80211_IFTYPE_ADHOC) {
type             2127 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 		} else if (vif->type == NL80211_IFTYPE_P2P_DEVICE) {
type             2139 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	if (vif->type == NL80211_IFTYPE_ADHOC)
type             2163 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 		if (vif->type == NL80211_IFTYPE_AP ||
type             2164 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 		    vif->type == NL80211_IFTYPE_ADHOC)
type             2166 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 		else if (vif->type == NL80211_IFTYPE_P2P_DEVICE)
type             2183 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	switch (vif->type) {
type             2193 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 		     vif->type);
type             2299 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 		.fifo = vif->type == NL80211_IFTYPE_AP ?
type             2311 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	if (WARN_ON(vif->type != NL80211_IFTYPE_AP &&
type             2312 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 		    vif->type != NL80211_IFTYPE_ADHOC))
type             2321 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	if (vif->type == NL80211_IFTYPE_ADHOC)
type             2446 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 		.metadata.type = IWL_MVM_RXQ_NOTIF_DEL_BA,
type             3174 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	if (vif->type == NL80211_IFTYPE_STATION &&
type             3395 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	if (vif->type == NL80211_IFTYPE_STATION &&
type             3426 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	} else if (vif->type == NL80211_IFTYPE_AP &&
type             3476 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	if (vif->type != NL80211_IFTYPE_AP ||
type             3580 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	else if (!sta && vif->type == NL80211_IFTYPE_AP && mcast)
type              473 drivers/net/wireless/intel/iwlwifi/mvm/sta.h 	enum iwl_sta_type type;
type              556 drivers/net/wireless/intel/iwlwifi/mvm/sta.h 				    enum iwl_sta_type type);
type              295 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 			  enum iwl_tdls_channel_switch_type type,
type              317 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 		if (type == TDLS_MOVE_CH)
type              324 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 		else if (type == TDLS_SEND_CHAN_SW_RESP_AND_MOVE_CH &&
type              332 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 		else if (type == TDLS_SEND_CHAN_SW_REQ)
type              348 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 		if (type == TDLS_SEND_CHAN_SW_REQ) {
type              353 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 		} else if (type == TDLS_MOVE_CH) {
type              362 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 		if (type != TDLS_MOVE_CH || !same_peer)
type              370 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 			       type, mvm->tdls_cs.state, peer, same_peer,
type              379 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 				   enum iwl_tdls_channel_switch_type type,
type              399 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 	ret = iwl_mvm_tdls_check_action(mvm, type, peer, peer_initiator,
type              409 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 	cmd.switch_type = type;
type              430 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 			   type == TDLS_MOVE_CH) {
type              483 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 	if (type != TDLS_MOVE_CH) {
type              486 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 					     type == TDLS_SEND_CHAN_SW_REQ ?
type              672 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 	enum iwl_tdls_channel_switch_type type;
type              705 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 	type = (params->action_code == WLAN_TDLS_CHANNEL_SWITCH_REQUEST) ?
type              708 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 	iwl_mvm_tdls_config_channel_switch(mvm, vif, type, params->sta->addr,
type              198 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 	if (vif->type != NL80211_IFTYPE_STATION)
type              222 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 	switch (te_data->vif->type) {
type              333 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 		switch (te_data->vif->type) {
type              356 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 		if (te_data->vif->type == NL80211_IFTYPE_P2P_DEVICE) {
type              761 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 			  int duration, enum ieee80211_roc_type type)
type              777 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 	switch (type) {
type              825 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 		if (te_data->vif->type == NL80211_IFTYPE_P2P_DEVICE)
type              863 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 	if (te_data->vif->type == NL80211_IFTYPE_P2P_DEVICE) {
type              176 drivers/net/wireless/intel/iwlwifi/mvm/time-event.h 			  int duration, enum ieee80211_roc_type type);
type              335 drivers/net/wireless/intel/iwlwifi/mvm/tt.c 	if (vif->type != NL80211_IFTYPE_STATION)
type              655 drivers/net/wireless/intel/iwlwifi/mvm/tt.c 				       int trip, enum thermal_trip_type *type)
type              660 drivers/net/wireless/intel/iwlwifi/mvm/tt.c 	*type = THERMAL_TRIP_PASSIVE;
type               96 drivers/net/wireless/intel/iwlwifi/mvm/tx.c #define OPT_HDR(type, skb, off) \
type               97 drivers/net/wireless/intel/iwlwifi/mvm/tx.c 	(type *)(skb_network_header(skb) + (off))
type              441 drivers/net/wireless/intel/iwlwifi/mvm/tx.c 	enum iwl_tx_cmd_sec_ctrl type = TX_CMD_SEC_CCM;
type              469 drivers/net/wireless/intel/iwlwifi/mvm/tx.c 		type = TX_CMD_SEC_GCMP;
type              478 drivers/net/wireless/intel/iwlwifi/mvm/tx.c 		tx_cmd->sec_ctl |= type | TX_CMD_SEC_KEY_FROM_TABLE;
type              610 drivers/net/wireless/intel/iwlwifi/mvm/tx.c 	switch (info->control.vif->type) {
type              632 drivers/net/wireless/intel/iwlwifi/mvm/tx.c 		WARN_ONCE(info->control.vif->type != NL80211_IFTYPE_ADHOC,
type              734 drivers/net/wireless/intel/iwlwifi/mvm/tx.c 		if (info.control.vif->type == NL80211_IFTYPE_P2P_DEVICE ||
type              735 drivers/net/wireless/intel/iwlwifi/mvm/tx.c 		    info.control.vif->type == NL80211_IFTYPE_AP ||
type              736 drivers/net/wireless/intel/iwlwifi/mvm/tx.c 		    info.control.vif->type == NL80211_IFTYPE_ADHOC) {
type              743 drivers/net/wireless/intel/iwlwifi/mvm/tx.c 		} else if (info.control.vif->type == NL80211_IFTYPE_MONITOR) {
type              746 drivers/net/wireless/intel/iwlwifi/mvm/tx.c 		} else if (info.control.vif->type == NL80211_IFTYPE_STATION &&
type              688 drivers/net/wireless/intel/iwlwifi/mvm/utils.c 	if (vif->type == NL80211_IFTYPE_AP)
type              880 drivers/net/wireless/intel/iwlwifi/mvm/utils.c 	if (vif->type != NL80211_IFTYPE_STATION || vif->p2p)
type              916 drivers/net/wireless/intel/iwlwifi/mvm/utils.c 	if (vif->type != NL80211_IFTYPE_STATION)
type              953 drivers/net/wireless/intel/iwlwifi/mvm/utils.c 		    vif && vif->type == NL80211_IFTYPE_AP)
type             1142 drivers/net/wireless/intel/iwlwifi/mvm/utils.c 	if (vif->type != NL80211_IFTYPE_STATION)
type             2987 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 		(*data)->type = cpu_to_le32(IWL_FW_ERROR_DUMP_RB);
type             3013 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 	(*data)->type = cpu_to_le32(IWL_FW_ERROR_DUMP_CSR);
type             3036 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 	(*data)->type = cpu_to_le32(IWL_FW_ERROR_DUMP_FH_REGS);
type             3129 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 		(*data)->type = cpu_to_le32(IWL_FW_ERROR_DUMP_FW_MONITOR);
type             3300 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 		data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_TXCMD);
type             3351 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 			data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_PAGING);
type               38 drivers/net/wireless/intersil/hostap/hostap.h 		      int type);
type               45 drivers/net/wireless/intersil/hostap/hostap.h 					 int type, int rtnl_locked,
type               83 drivers/net/wireless/intersil/hostap/hostap_80211.h 		    struct hostap_80211_rx_status *rx_stats, int type);
type               64 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 		    struct hostap_80211_rx_status *rx_stats, int type)
type               76 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 	if (dev->type == ARPHRD_IEEE80211_PRISM) {
type               84 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 	} else if (dev->type == ARPHRD_IEEE80211_RADIOTAP) {
type               95 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 	if (type == PRISM2_RX_MGMT && (fc & IEEE80211_FCTL_VERS)) {
type              472 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 		     struct hostap_80211_rx_status *rx_stats, u16 type,
type              478 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 	if (local->hostapd && type == IEEE80211_FTYPE_MGMT) {
type              500 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 		if (type != IEEE80211_FTYPE_MGMT &&
type              501 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 		    type != IEEE80211_FTYPE_CTL) {
type              504 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 			       skb->dev->name, type >> 2, stype >> 4);
type              510 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 	} else if (type == IEEE80211_FTYPE_MGMT &&
type              515 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 	} else if (type == IEEE80211_FTYPE_MGMT &&
type              525 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 		       skb->dev->name, type >> 2, stype >> 4);
type              541 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 		if (iface->type == HOSTAP_INTERFACE_WDS &&
type              723 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 	u16 fc, type, stype, sc;
type              753 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 	type = fc & IEEE80211_FCTL_FTYPE;
type              819 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 	if (type != IEEE80211_FTYPE_DATA) {
type              820 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 		if (type == IEEE80211_FTYPE_MGMT &&
type              832 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 		if (hostap_rx_frame_mgmt(local, skb, rx_stats, type, stype))
type              905 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 			       dev->name, type >> 2, stype >> 4);
type              180 drivers/net/wireless/intersil/hostap/hostap_80211_tx.c 		else if (iface->type == HOSTAP_INTERFACE_WDS)
type             1967 drivers/net/wireless/intersil/hostap/hostap_ap.c 		       entry->type == WDS_ADD ? "adding" : "removing",
type             1969 drivers/net/wireless/intersil/hostap/hostap_ap.c 		if (entry->type == WDS_ADD)
type             1971 drivers/net/wireless/intersil/hostap/hostap_ap.c 		else if (entry->type == WDS_DEL)
type             2143 drivers/net/wireless/intersil/hostap/hostap_ap.c 	u16 fc, type, stype;
type             2150 drivers/net/wireless/intersil/hostap/hostap_ap.c 	type = fc & IEEE80211_FCTL_FTYPE;
type             2154 drivers/net/wireless/intersil/hostap/hostap_ap.c 	if (!local->hostapd && type == IEEE80211_FTYPE_DATA) {
type             2185 drivers/net/wireless/intersil/hostap/hostap_ap.c 	if (type == IEEE80211_FTYPE_MGMT && stype == IEEE80211_STYPE_BEACON) {
type             2191 drivers/net/wireless/intersil/hostap/hostap_ap.c 	if (type == IEEE80211_FTYPE_CTL && stype == IEEE80211_STYPE_PSPOLL) {
type             2198 drivers/net/wireless/intersil/hostap/hostap_ap.c 		       "subtype=0x%02x\n", type, stype);
type             2203 drivers/net/wireless/intersil/hostap/hostap_ap.c 	if (type != IEEE80211_FTYPE_MGMT) {
type             2693 drivers/net/wireless/intersil/hostap/hostap_ap.c 	    meta->iface->type == HOSTAP_INTERFACE_STA)
type             2714 drivers/net/wireless/intersil/hostap/hostap_ap.c 	    meta->iface->type != HOSTAP_INTERFACE_MASTER &&
type             2715 drivers/net/wireless/intersil/hostap/hostap_ap.c 	    meta->iface->type != HOSTAP_INTERFACE_AP) {
type             2876 drivers/net/wireless/intersil/hostap/hostap_ap.c 				  int pwrmgt, int type, int stype)
type             2882 drivers/net/wireless/intersil/hostap/hostap_ap.c 		       sta->addr, type >> 2, stype >> 4);
type             2887 drivers/net/wireless/intersil/hostap/hostap_ap.c 		       sta->addr, type >> 2, stype >> 4);
type             2888 drivers/net/wireless/intersil/hostap/hostap_ap.c 		if (type != IEEE80211_FTYPE_CTL ||
type             2930 drivers/net/wireless/intersil/hostap/hostap_ap.c 	u16 fc, type, stype;
type             2939 drivers/net/wireless/intersil/hostap/hostap_ap.c 	type = fc & IEEE80211_FCTL_FTYPE;
type             2965 drivers/net/wireless/intersil/hostap/hostap_ap.c 				       type >> 2, stype >> 4);
type             3018 drivers/net/wireless/intersil/hostap/hostap_ap.c 			       hdr->addr2, type >> 2, stype >> 4);
type             3027 drivers/net/wireless/intersil/hostap/hostap_ap.c 				      type, stype);
type             3253 drivers/net/wireless/intersil/hostap/hostap_ap.c void hostap_wds_link_oper(local_info_t *local, u8 *addr, wds_oper_type type)
type             3261 drivers/net/wireless/intersil/hostap/hostap_ap.c 	entry->type = type;
type              159 drivers/net/wireless/intersil/hostap/hostap_ap.h 	wds_oper_type type;
type              257 drivers/net/wireless/intersil/hostap/hostap_ap.h void hostap_wds_link_oper(local_info_t *local, u8 *addr, wds_oper_type type);
type              223 drivers/net/wireless/intersil/hostap/hostap_hw.c 		       local->dev->name, entry->type, entry->cmd,
type              343 drivers/net/wireless/intersil/hostap/hostap_hw.c 	entry->type = CMD_SLEEP;
type              378 drivers/net/wireless/intersil/hostap/hostap_hw.c 	if (!err && entry->type != CMD_COMPLETED) {
type              420 drivers/net/wireless/intersil/hostap/hostap_hw.c 		       entry->type, res);
type              433 drivers/net/wireless/intersil/hostap/hostap_hw.c 	if (entry->type != CMD_COMPLETED) {
type              438 drivers/net/wireless/intersil/hostap/hostap_hw.c 		       res, entry, entry->type, entry->cmd, entry->param0, reg,
type              509 drivers/net/wireless/intersil/hostap/hostap_hw.c 	entry->type = CMD_CALLBACK;
type              685 drivers/net/wireless/intersil/hostap/hostap_hw.c 	if (entry->type == CMD_SLEEP) {
type              686 drivers/net/wireless/intersil/hostap/hostap_hw.c 		entry->type = CMD_COMPLETED;
type              688 drivers/net/wireless/intersil/hostap/hostap_hw.c 	} else if (entry->type == CMD_CALLBACK) {
type              694 drivers/net/wireless/intersil/hostap/hostap_hw.c 		       dev->name, entry->type);
type             2439 drivers/net/wireless/intersil/hostap/hostap_hw.c 		       le16_to_cpu(info.len), le16_to_cpu(info.type));
type             2457 drivers/net/wireless/intersil/hostap/hostap_hw.c 		       le16_to_cpu(info.len), le16_to_cpu(info.type));
type             3076 drivers/net/wireless/intersil/hostap/hostap_hw.c 	iface->type = HOSTAP_INTERFACE_MASTER;
type             3193 drivers/net/wireless/intersil/hostap/hostap_hw.c 	dev->type = ARPHRD_IEEE80211;
type             3265 drivers/net/wireless/intersil/hostap/hostap_hw.c 		if (iface->type == HOSTAP_INTERFACE_MASTER) {
type              381 drivers/net/wireless/intersil/hostap/hostap_info.c 	switch (le16_to_cpu(info->type)) {
type              404 drivers/net/wireless/intersil/hostap/hostap_info.c 		       le16_to_cpu(info->type));
type               27 drivers/net/wireless/intersil/hostap/hostap_ioctl.c 	if (iface->type != HOSTAP_INTERFACE_MAIN)
type              732 drivers/net/wireless/intersil/hostap/hostap_ioctl.c 	switch (iface->type) {
type              877 drivers/net/wireless/intersil/hostap/hostap_ioctl.c 		dev->type = ARPHRD_IEEE80211_PRISM;
type              879 drivers/net/wireless/intersil/hostap/hostap_ioctl.c 		dev->type = ARPHRD_IEEE80211_RADIOTAP;
type              881 drivers/net/wireless/intersil/hostap/hostap_ioctl.c 		dev->type = ARPHRD_IEEE80211;
type              896 drivers/net/wireless/intersil/hostap/hostap_ioctl.c 	if (iface->type == HOSTAP_INTERFACE_WDS)
type              933 drivers/net/wireless/intersil/hostap/hostap_ioctl.c 	if (iface->type == HOSTAP_INTERFACE_WDS)
type             1123 drivers/net/wireless/intersil/hostap/hostap_ioctl.c 	dev->type = ARPHRD_ETHER;
type             1219 drivers/net/wireless/intersil/hostap/hostap_ioctl.c 	switch (iface->type) {
type               46 drivers/net/wireless/intersil/hostap/hostap_main.c 					 int type, int rtnl_locked,
type               61 drivers/net/wireless/intersil/hostap/hostap_main.c 	iface->type = type;
type               71 drivers/net/wireless/intersil/hostap/hostap_main.c 	hostap_setup_dev(dev, local, type);
type              149 drivers/net/wireless/intersil/hostap/hostap_main.c 		if (iface->type != HOSTAP_INTERFACE_WDS)
type              209 drivers/net/wireless/intersil/hostap/hostap_main.c 		if (iface->type != HOSTAP_INTERFACE_WDS)
type              831 drivers/net/wireless/intersil/hostap/hostap_main.c 		      int type)
type              851 drivers/net/wireless/intersil/hostap/hostap_main.c 	switch(type) {
type              855 drivers/net/wireless/intersil/hostap/hostap_main.c 		dev->type = ARPHRD_IEEE80211;
type               92 drivers/net/wireless/intersil/hostap/hostap_proc.c 	if (iface->type == HOSTAP_INTERFACE_WDS)
type              168 drivers/net/wireless/intersil/hostap/hostap_wlan.h 	__le16 type;
type              554 drivers/net/wireless/intersil/hostap/hostap_wlan.h 	volatile enum { CMD_SLEEP, CMD_CALLBACK, CMD_COMPLETED } type;
type              907 drivers/net/wireless/intersil/hostap/hostap_wlan.h 	} type;
type              100 drivers/net/wireless/intersil/orinoco/cfg.c 			      enum nl80211_iftype type,
type              110 drivers/net/wireless/intersil/orinoco/cfg.c 	switch (type) {
type              132 drivers/net/wireless/intersil/orinoco/cfg.c 		priv->iw_mode = type;
type              667 drivers/net/wireless/intersil/orinoco/hw.c 		dev->type = ARPHRD_IEEE80211;
type              672 drivers/net/wireless/intersil/orinoco/hw.c 		dev->type = ARPHRD_ETHER;
type              210 drivers/net/wireless/intersil/orinoco/main.c 	int type;
type             1313 drivers/net/wireless/intersil/orinoco/main.c 		      int len, int type)
type             1324 drivers/net/wireless/intersil/orinoco/main.c 	sd->type = type;
type             1359 drivers/net/wireless/intersil/orinoco/main.c 	int type;
type             1366 drivers/net/wireless/intersil/orinoco/main.c 		type = sd->type;
type             1373 drivers/net/wireless/intersil/orinoco/main.c 			if (type == HERMES_INQ_CHANNELINFO)
type             1395 drivers/net/wireless/intersil/orinoco/main.c 		__le16 type;
type             1397 drivers/net/wireless/intersil/orinoco/main.c 	int len, type;
type             1416 drivers/net/wireless/intersil/orinoco/main.c 	type = le16_to_cpu(info.type);
type             1418 drivers/net/wireless/intersil/orinoco/main.c 	switch (type) {
type             1548 drivers/net/wireless/intersil/orinoco/main.c 		qbuf_scan(priv, buf, len, type);
type             1563 drivers/net/wireless/intersil/orinoco/main.c 			qbuf_scan(priv, NULL, len, type);
type             1588 drivers/net/wireless/intersil/orinoco/main.c 			qbuf_scan(priv, bss, len, type);
type             1600 drivers/net/wireless/intersil/orinoco/main.c 		       "type 0x%04x, length %d\n", dev->name, type, len);
type              518 drivers/net/wireless/intersil/p54/eeprom.c 			     u8 *data, int len, u16 type)
type              525 drivers/net/wireless/intersil/p54/eeprom.c 	if (type != PDR_RSSI_LINEAR_APPROXIMATION_EXTENDED) {
type              526 drivers/net/wireless/intersil/p54/eeprom.c 		entries = (type == PDR_RSSI_LINEAR_APPROXIMATION) ? 1 : 2;
type              561 drivers/net/wireless/intersil/p54/eeprom.c 	if (type == PDR_RSSI_LINEAR_APPROXIMATION_EXTENDED) {
type              596 drivers/net/wireless/intersil/p54/eeprom.c 		  type, len);
type              189 drivers/net/wireless/intersil/p54/fwio.c 				     u16 payload_len, u16 type, gfp_t memflags)
type              209 drivers/net/wireless/intersil/p54/fwio.c 	hdr->type = cpu_to_le16(type);
type               81 drivers/net/wireless/intersil/p54/lmac.h 	__le16 type;	/* enum p54_control_frame_types */
type              239 drivers/net/wireless/intersil/p54/main.c 	switch (vif->type) {
type              244 drivers/net/wireless/intersil/p54/main.c 		priv->mode = vif->type;
type              122 drivers/net/wireless/intersil/p54/p54usb.c 	enum p54u_hw_type type;
type              127 drivers/net/wireless/intersil/p54/p54usb.c 		.type = P54U_NET2280,
type              133 drivers/net/wireless/intersil/p54/p54usb.c 		.type = P54U_3887,
type              394 drivers/net/wireless/intersil/p54/p54usb.c 		      enum net2280_op_type type,
type              400 drivers/net/wireless/intersil/p54/p54usb.c 	if (type & 0x0800)
type              405 drivers/net/wireless/intersil/p54/p54usb.c 	buf->port = cpu_to_le16(type);
type              413 drivers/net/wireless/intersil/p54/p54usb.c 		     enum net2280_op_type type,
type              421 drivers/net/wireless/intersil/p54/p54usb.c 	if (type & 0x0800)
type              426 drivers/net/wireless/intersil/p54/p54usb.c 	read->port = cpu_to_le16(type);
type              640 drivers/net/wireless/intersil/p54/p54usb.c #define P54U_WRITE(type, addr, data) \
type              642 drivers/net/wireless/intersil/p54/p54usb.c 		err = p54u_write(priv, buf, type,\
type              648 drivers/net/wireless/intersil/p54/p54usb.c #define P54U_READ(type, addr) \
type              650 drivers/net/wireless/intersil/p54/p54usb.c 		err = p54u_read(priv, buf, type,\
type              859 drivers/net/wireless/intersil/p54/p54usb.c 		if (p54u_fwlist[i].type == priv->hw_type)
type               55 drivers/net/wireless/intersil/p54/txrx.c 			    le32_to_cpu(hdr->req_id), le16_to_cpu(hdr->type),
type              650 drivers/net/wireless/intersil/p54/txrx.c 	switch (le16_to_cpu(hdr->type)) {
type              668 drivers/net/wireless/intersil/p54/txrx.c 			    le16_to_cpu(hdr->type));
type              678 drivers/net/wireless/intersil/p54/txrx.c 	u16 type = le16_to_cpu(*((__le16 *)skb->data));
type              680 drivers/net/wireless/intersil/p54/txrx.c 	if (type & P54_HDR_FLAG_CONTROL)
type              829 drivers/net/wireless/intersil/p54/txrx.c 	hdr->type = cpu_to_le16(aid);
type              361 drivers/net/wireless/intersil/prism54/isl_ioctl.c 	priv->ndev->type = (priv->iw_mode == IW_MODE_MONITOR)
type             1085 drivers/net/wireless/intersil/prism54/isl_ioctl.c 				key.type = DOT11_PRIV_TKIP;
type             1275 drivers/net/wireless/intersil/prism54/isl_ioctl.c 	attach->type = (WLAN_FC_TYPE_MGMT << 2) |
type             1284 drivers/net/wireless/intersil/prism54/isl_ioctl.c 		attach->type = (WLAN_FC_TYPE_MGMT << 2) |
type             1596 drivers/net/wireless/intersil/prism54/isl_ioctl.c 			key.type = DOT11_PRIV_TKIP;
type             1724 drivers/net/wireless/intersil/prism54/isl_ioctl.c 		switch (key->type) {
type             2561 drivers/net/wireless/intersil/prism54/isl_ioctl.c 		priv->ndev->type = priv->monitor_type;
type               22 drivers/net/wireless/intersil/prism54/isl_oid.h 	u8 type;		/* dot11_priv_t */
type               80 drivers/net/wireless/intersil/prism54/isl_oid.h 	char type;
type              840 drivers/net/wireless/intersil/prism54/islpci_dev.c 	priv->ndev->type = (priv->iw_mode == IW_MODE_MONITOR) ?
type              244 drivers/net/wireless/intersil/prism54/islpci_eth.c 	if (priv->ndev->type == ARPHRD_IEEE80211_PRISM) {
type              266 drivers/net/wireless/intersil/prism54/oid_mgt.c mgt_le_to_cpu(int type, void *data)
type              268 drivers/net/wireless/intersil/prism54/oid_mgt.c 	switch (type) {
type              335 drivers/net/wireless/intersil/prism54/oid_mgt.c mgt_cpu_to_le(int type, void *data)
type              337 drivers/net/wireless/intersil/prism54/oid_mgt.c 	switch (type) {
type              865 drivers/net/wireless/intersil/prism54/oid_mgt.c 				     key->type, key->length);
type              191 drivers/net/wireless/mac80211_hwsim.c 	     vif, vp->magic, vif->addr, vif->type, vif->p2p);
type              397 drivers/net/wireless/mac80211_hwsim.c 	[QCA_WLAN_VENDOR_ATTR_MAX] = { .type = NLA_U32 },
type              598 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_ADDR_RECEIVER] = { .type = NLA_UNSPEC, .len = ETH_ALEN },
type              599 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_ADDR_TRANSMITTER] = { .type = NLA_UNSPEC, .len = ETH_ALEN },
type              600 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_FRAME] = { .type = NLA_BINARY,
type              602 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_FLAGS] = { .type = NLA_U32 },
type              603 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_RX_RATE] = { .type = NLA_U32 },
type              604 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_SIGNAL] = { .type = NLA_U32 },
type              605 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_TX_INFO] = { .type = NLA_UNSPEC,
type              608 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_COOKIE] = { .type = NLA_U64 },
type              609 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_CHANNELS] = { .type = NLA_U32 },
type              610 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_RADIO_ID] = { .type = NLA_U32 },
type              611 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_REG_HINT_ALPHA2] = { .type = NLA_STRING, .len = 2 },
type              612 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_REG_CUSTOM_REG] = { .type = NLA_U32 },
type              613 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_REG_STRICT_REG] = { .type = NLA_FLAG },
type              614 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_SUPPORT_P2P_DEVICE] = { .type = NLA_FLAG },
type              615 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_DESTROY_RADIO_ON_CLOSE] = { .type = NLA_FLAG },
type              616 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_RADIO_NAME] = { .type = NLA_STRING },
type              617 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_NO_VIF] = { .type = NLA_FLAG },
type              618 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_FREQ] = { .type = NLA_U32 },
type              619 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_PERM_ADDR] = { .type = NLA_UNSPEC, .len = ETH_ALEN },
type              620 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_IFTYPE_SUPPORT] = { .type = NLA_U32 },
type              621 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_ATTR_CIPHER_SUPPORT] = { .type = NLA_BINARY },
type             1551 drivers/net/wireless/mac80211_hwsim.c 	if (vif->type != NL80211_IFTYPE_AP &&
type             1552 drivers/net/wireless/mac80211_hwsim.c 	    vif->type != NL80211_IFTYPE_MESH_POINT &&
type             1553 drivers/net/wireless/mac80211_hwsim.c 	    vif->type != NL80211_IFTYPE_ADHOC)
type             1921 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_TM_ATTR_CMD] = { .type = NLA_U32 },
type             1922 drivers/net/wireless/mac80211_hwsim.c 	[HWSIM_TM_ATTR_PS] = { .type = NLA_U32 },
type             2198 drivers/net/wireless/mac80211_hwsim.c 			      enum ieee80211_roc_type type)
type             3207 drivers/net/wireless/mac80211_hwsim.c 	dev->type = ARPHRD_IEEE80211_RADIOTAP;
type              174 drivers/net/wireless/marvell/libertas/cfg.c 	ssid_tlv->header.type = cpu_to_le16(TLV_TYPE_SSID);
type              211 drivers/net/wireless/marvell/libertas/cfg.c 	header->type = cpu_to_le16(TLV_TYPE_CHANLIST);
type              261 drivers/net/wireless/marvell/libertas/cfg.c 	rate_tlv->header.type = cpu_to_le16(TLV_TYPE_RATES);
type              315 drivers/net/wireless/marvell/libertas/cfg.c 	rate_tlv->header.type = cpu_to_le16(TLV_TYPE_RATES);
type              358 drivers/net/wireless/marvell/libertas/cfg.c 	auth->header.type = cpu_to_le16(TLV_TYPE_AUTH_TYPE);
type              380 drivers/net/wireless/marvell/libertas/cfg.c 	ds->header.type = cpu_to_le16(TLV_TYPE_PHY_DS);
type              405 drivers/net/wireless/marvell/libertas/cfg.c 	cf->header.type = cpu_to_le16(TLV_TYPE_CF);
type              999 drivers/net/wireless/marvell/libertas/cfg.c 	cmd.param.type = cpu_to_le16(TLV_TYPE_KEY_MATERIAL);
type             1602 drivers/net/wireless/marvell/libertas/cfg.c 	enum nl80211_iftype type,
type             1611 drivers/net/wireless/marvell/libertas/cfg.c 	switch (type) {
type             1621 drivers/net/wireless/marvell/libertas/cfg.c 		ret = lbs_set_iface_type(priv, type);
type             1624 drivers/net/wireless/marvell/libertas/cfg.c 		priv->wdev->iftype = type;
type             1768 drivers/net/wireless/marvell/libertas/cfg.c 	cmd.bss.type = CMD_BSS_TYPE_IBSS;
type              577 drivers/net/wireless/marvell/libertas/cmd.c 		priv->dev->type = enable ? ARPHRD_IEEE80211_RADIOTAP :
type              722 drivers/net/wireless/marvell/libertas/cmd.c 	domain->header.type = cpu_to_le16(TLV_TYPE_DOMAIN);
type              207 drivers/net/wireless/marvell/libertas/debugfs.c 		if (tlv_h->type == cpu_to_le16(tlv_type))
type              317 drivers/net/wireless/marvell/libertas/debugfs.c 	tlv->header.type = cpu_to_le16(tlv_type);
type               54 drivers/net/wireless/marvell/libertas/decl.h int lbs_set_iface_type(struct lbs_private *priv, enum nl80211_iftype type);
type              106 drivers/net/wireless/marvell/libertas/dev.h 	int (*hw_host_to_card) (struct lbs_private *priv, u8 type, u8 *payload, u16 nb);
type              376 drivers/net/wireless/marvell/libertas/host.h 	u16 type; /* KEY_TYPE_* from defs.h */
type              768 drivers/net/wireless/marvell/libertas/host.h 	u8 type;
type              808 drivers/net/wireless/marvell/libertas/host.h 	__le16 type;
type              965 drivers/net/wireless/marvell/libertas/host.h 	__le16 type;
type              754 drivers/net/wireless/marvell/libertas/if_cs.c 	u8 type,
type              760 drivers/net/wireless/marvell/libertas/if_cs.c 	switch (type) {
type              772 drivers/net/wireless/marvell/libertas/if_cs.c 			   __func__, type);
type              320 drivers/net/wireless/marvell/libertas/if_sdio.c 	u16 size, type, chunk;
type              349 drivers/net/wireless/marvell/libertas/if_sdio.c 	type = card->buffer[2] | (card->buffer[3] << 8);
type              352 drivers/net/wireless/marvell/libertas/if_sdio.c 		(int)type, (int)chunk);
type              366 drivers/net/wireless/marvell/libertas/if_sdio.c 	switch (type) {
type              384 drivers/net/wireless/marvell/libertas/if_sdio.c 				(int)type);
type              908 drivers/net/wireless/marvell/libertas/if_sdio.c 		u8 type, u8 *buf, u16 nb)
type              945 drivers/net/wireless/marvell/libertas/if_sdio.c 	packet->buffer[2] = type;
type              961 drivers/net/wireless/marvell/libertas/if_sdio.c 	switch (type) {
type              969 drivers/net/wireless/marvell/libertas/if_sdio.c 		lbs_deb_sdio("unknown packet type %d\n", (int)type);
type              787 drivers/net/wireless/marvell/libertas/if_spi.c 			struct if_spi_packet *packet, int type)
type              793 drivers/net/wireless/marvell/libertas/if_spi.c 	switch (type) {
type              802 drivers/net/wireless/marvell/libertas/if_spi.c 			   type);
type              935 drivers/net/wireless/marvell/libertas/if_spi.c 				u8 type, u8 *buf, u16 nb)
type              959 drivers/net/wireless/marvell/libertas/if_spi.c 	switch (type) {
type              975 drivers/net/wireless/marvell/libertas/if_spi.c 			   type);
type               71 drivers/net/wireless/marvell/libertas/if_usb.c static int if_usb_host_to_card(struct lbs_private *priv, uint8_t type,
type              725 drivers/net/wireless/marvell/libertas/if_usb.c static int if_usb_host_to_card(struct lbs_private *priv, uint8_t type,
type              730 drivers/net/wireless/marvell/libertas/if_usb.c 	lbs_deb_usbd(&cardp->udev->dev,"*** type = %u\n", type);
type              733 drivers/net/wireless/marvell/libertas/if_usb.c 	if (type == MVMS_CMD) {
type              103 drivers/net/wireless/marvell/libertas/main.c int lbs_set_iface_type(struct lbs_private *priv, enum nl80211_iftype type)
type              107 drivers/net/wireless/marvell/libertas/main.c 	switch (type) {
type               43 drivers/net/wireless/marvell/libertas/mesh.c 				  uint16_t action, uint16_t type)
type               60 drivers/net/wireless/marvell/libertas/mesh.c 	cmd->type = cpu_to_le16(type);
type               70 drivers/net/wireless/marvell/libertas/mesh.c 			 uint16_t action, uint16_t type)
type               77 drivers/net/wireless/marvell/libertas/mesh.c 	ret = __lbs_mesh_config_send(priv, cmd, action, type);
type              103 drivers/net/wireless/marvell/libertas/mesh.c 		ie->val.type = MARVELL_MESH_IE_TYPE;
type              102 drivers/net/wireless/marvell/libertas/types.h 	__le16 type;
type              246 drivers/net/wireless/marvell/libertas/types.h 	uint8_t type;
type               42 drivers/net/wireless/marvell/libertas_tf/if_usb.c static int if_usb_host_to_card(struct lbtf_private *priv, uint8_t type,
type              712 drivers/net/wireless/marvell/libertas_tf/if_usb.c static int if_usb_host_to_card(struct lbtf_private *priv, uint8_t type,
type              718 drivers/net/wireless/marvell/libertas_tf/if_usb.c 	lbtf_deb_usbd(&cardp->udev->dev, "*** type = %u\n", type);
type              721 drivers/net/wireless/marvell/libertas_tf/if_usb.c 	if (type == MVMS_CMD) {
type              174 drivers/net/wireless/marvell/libertas_tf/libertas_tf.h 	int (*hw_host_to_card)(struct lbtf_private *priv, u8 type,
type              209 drivers/net/wireless/marvell/libertas_tf/main.c 	if ((priv->vif->type == NL80211_IFTYPE_AP) &&
type              308 drivers/net/wireless/marvell/libertas_tf/main.c 	switch (vif->type) {
type              331 drivers/net/wireless/marvell/libertas_tf/main.c 	if (priv->vif->type == NL80211_IFTYPE_AP ||
type              332 drivers/net/wireless/marvell/libertas_tf/main.c 	    priv->vif->type == NL80211_IFTYPE_MESH_POINT)
type              427 drivers/net/wireless/marvell/libertas_tf/main.c 		switch (priv->vif->type) {
type              680 drivers/net/wireless/marvell/libertas_tf/main.c 	if (priv->vif->type != NL80211_IFTYPE_AP)
type              191 drivers/net/wireless/marvell/mwifiex/11ac.c 		vht_cap->header.type = cpu_to_le16(WLAN_EID_VHT_CAPABILITY);
type              209 drivers/net/wireless/marvell/mwifiex/11ac.c 			vht_op->header.type =
type              255 drivers/net/wireless/marvell/mwifiex/11ac.c 		oper_ntf->header.type = cpu_to_le16(WLAN_EID_OPMODE_NOTIF);
type               55 drivers/net/wireless/marvell/mwifiex/11h.c 	cap->header.type = cpu_to_le16(WLAN_EID_PWR_CAPABILITY);
type               62 drivers/net/wireless/marvell/mwifiex/11h.c 	constraint->header.type = cpu_to_le16(WLAN_EID_PWR_CONSTRAINT);
type               69 drivers/net/wireless/marvell/mwifiex/11h.c 	ie_header->type = cpu_to_le16(TLV_TYPE_PASSTHROUGH);
type              229 drivers/net/wireless/marvell/mwifiex/11h.c 		switch (le16_to_cpu(rpt->header.type)) {
type              334 drivers/net/wireless/marvell/mwifiex/11n.c 		ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY);
type              384 drivers/net/wireless/marvell/mwifiex/11n.c 			ht_info->header.type =
type              409 drivers/net/wireless/marvell/mwifiex/11n.c 		chan_list->header.type = cpu_to_le16(TLV_TYPE_CHANLIST);
type              434 drivers/net/wireless/marvell/mwifiex/11n.c 		bss_co_2040->header.type = cpu_to_le16(WLAN_EID_BSS_COEX_2040);
type              452 drivers/net/wireless/marvell/mwifiex/11n.c 		ext_cap->header.type = cpu_to_le16(WLAN_EID_EXT_CAPABILITY);
type              673 drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c 		   u8 type, int initiator)
type              681 drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c 	if (type == TYPE_DELBA_RECEIVE)
type              934 drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c 		tlv_type = le16_to_cpu(tlv_rxba->header.type);
type               61 drivers/net/wireless/marvell/mwifiex/11n_rxreorder.h 			u8 *PeerMACAddr, u8 type, int initiator);
type              371 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			      enum nl80211_tx_power_setting type,
type              379 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	switch (type) {
type              899 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			     enum nl80211_iftype type)
type              906 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	priv->bss_mode = type;
type              907 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	priv->wdev.iftype = type;
type              912 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	switch (type) {
type              929 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			    dev->name, type);
type              949 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			  enum nl80211_iftype type,
type              974 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	if (mwifiex_init_new_priv_params(priv, dev, type))
type              977 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	switch (type) {
type              989 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			    dev->name, type);
type             1013 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	dev->ieee80211_ptr->iftype = type;
type             1021 drivers/net/wireless/marvell/mwifiex/cfg80211.c 				enum nl80211_iftype type,
type             1043 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	if (type == NL80211_IFTYPE_STATION)
type             1052 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	if (mwifiex_init_new_priv_params(priv, dev, type))
type             1073 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	dev->ieee80211_ptr->iftype = type;
type             1080 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			 enum nl80211_iftype type,
type             1105 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	if (mwifiex_init_new_priv_params(priv, dev, type))
type             1127 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	dev->ieee80211_ptr->iftype = type;
type             1136 drivers/net/wireless/marvell/mwifiex/cfg80211.c 				     enum nl80211_iftype type,
type             1150 drivers/net/wireless/marvell/mwifiex/cfg80211.c 		switch (type) {
type             1152 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			priv->bss_mode = type;
type             1155 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			dev->ieee80211_ptr->iftype = type;
type             1163 drivers/net/wireless/marvell/mwifiex/cfg80211.c 							 type, params);
type             1165 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			return mwifiex_change_vif_to_ap(dev, curr_iftype, type,
type             1176 drivers/net/wireless/marvell/mwifiex/cfg80211.c 				    dev->name, type);
type             1181 drivers/net/wireless/marvell/mwifiex/cfg80211.c 		switch (type) {
type             1183 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			priv->bss_mode = type;
type             1186 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			dev->ieee80211_ptr->iftype = type;
type             1194 drivers/net/wireless/marvell/mwifiex/cfg80211.c 							 type, params);
type             1196 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			return mwifiex_change_vif_to_ap(dev, curr_iftype, type,
type             1207 drivers/net/wireless/marvell/mwifiex/cfg80211.c 				    dev->name, type);
type             1212 drivers/net/wireless/marvell/mwifiex/cfg80211.c 		switch (type) {
type             1215 drivers/net/wireless/marvell/mwifiex/cfg80211.c 							       type, params);
type             1220 drivers/net/wireless/marvell/mwifiex/cfg80211.c 							 type, params);
type             1230 drivers/net/wireless/marvell/mwifiex/cfg80211.c 				    dev->name, type);
type             1236 drivers/net/wireless/marvell/mwifiex/cfg80211.c 		switch (type) {
type             1242 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			dev->ieee80211_ptr->iftype = type;
type             1245 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			if (mwifiex_init_new_priv_params(priv, dev, type))
type             1254 drivers/net/wireless/marvell/mwifiex/cfg80211.c 							       type, params);
type             1259 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			return mwifiex_change_vif_to_ap(dev, curr_iftype, type,
type             1271 drivers/net/wireless/marvell/mwifiex/cfg80211.c 				    dev->name, type);
type             2890 drivers/net/wireless/marvell/mwifiex/cfg80211.c 					      enum nl80211_iftype type,
type             2902 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	switch (type) {
type             2924 drivers/net/wireless/marvell/mwifiex/cfg80211.c 		if (type == NL80211_IFTYPE_UNSPECIFIED)
type             2927 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			priv->bss_mode = type;
type             2959 drivers/net/wireless/marvell/mwifiex/cfg80211.c 		priv->bss_mode = type;
type             3103 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	switch (type) {
type             4038 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	[MWIFIEX_TM_ATTR_CMD]		= { .type = NLA_U32 },
type             4039 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	[MWIFIEX_TM_ATTR_DATA]		= { .type = NLA_BINARY,
type             1335 drivers/net/wireless/marvell/mwifiex/cmdevt.c 			ps_tlv->header.type = cpu_to_le16(TLV_TYPE_PS_PARAM);
type             1362 drivers/net/wireless/marvell/mwifiex/cmdevt.c 			auto_ds_tlv->header.type =
type             1565 drivers/net/wireless/marvell/mwifiex/cmdevt.c 			switch (le16_to_cpu(tlv->type)) {
type             1597 drivers/net/wireless/marvell/mwifiex/cmdevt.c 					    le16_to_cpu(tlv->type));
type               62 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16          type;
type              515 drivers/net/wireless/marvell/mwifiex/fw.h #define HostCmd_SET_SEQ_NO_BSS_INFO(seq, num, type) {   \
type              518 drivers/net/wireless/marvell/mwifiex/fw.h 	(((type) & 0x000f) << 12);                  }
type              649 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 type;
type              927 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 type;
type              972 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 type;
type             1347 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 type;
type             1356 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 type;
type             1378 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 type;
type             1916 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 type;
type             2217 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 type;
type             2236 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 type;
type              168 drivers/net/wireless/marvell/mwifiex/ie.c 	ap_custom_ie->type = cpu_to_le16(TLV_TYPE_MGMT_IE);
type              350 drivers/net/wireless/marvell/mwifiex/ioctl.h 	u32 type;
type              373 drivers/net/wireless/marvell/mwifiex/ioctl.h 	u32 type;
type               61 drivers/net/wireless/marvell/mwifiex/join.c 		ie_header.type = cpu_to_le16(TLV_TYPE_PASSTHROUGH);
type              115 drivers/net/wireless/marvell/mwifiex/join.c 	tsf_tlv.header.type = cpu_to_le16(TLV_TYPE_TSFTIMESTAMP);
type              256 drivers/net/wireless/marvell/mwifiex/join.c 		ie_header.type = cpu_to_le16(TLV_TYPE_PASSTHROUGH);
type              303 drivers/net/wireless/marvell/mwifiex/join.c 		ie_header.type = cpu_to_le16(TLV_TYPE_WAPI_IE);
type              340 drivers/net/wireless/marvell/mwifiex/join.c 	rsn_ie_tlv->header.type = cpu_to_le16((u16) priv->wpa_ie[0]);
type              341 drivers/net/wireless/marvell/mwifiex/join.c 	rsn_ie_tlv->header.type = cpu_to_le16(
type              342 drivers/net/wireless/marvell/mwifiex/join.c 				 le16_to_cpu(rsn_ie_tlv->header.type) & 0x00FF);
type              426 drivers/net/wireless/marvell/mwifiex/join.c 	ssid_tlv->header.type = cpu_to_le16(WLAN_EID_SSID);
type              433 drivers/net/wireless/marvell/mwifiex/join.c 	phy_tlv->header.type = cpu_to_le16(WLAN_EID_DS_PARAMS);
type              441 drivers/net/wireless/marvell/mwifiex/join.c 	ss_tlv->header.type = cpu_to_le16(WLAN_EID_CF_PARAMS);
type              456 drivers/net/wireless/marvell/mwifiex/join.c 	rates_tlv->header.type = cpu_to_le16(WLAN_EID_SUPP_RATES);
type              465 drivers/net/wireless/marvell/mwifiex/join.c 	auth_tlv->header.type = cpu_to_le16(TLV_TYPE_AUTH_TYPE);
type              486 drivers/net/wireless/marvell/mwifiex/join.c 		chan_tlv->header.type = cpu_to_le16(TLV_TYPE_CHANLIST);
type              996 drivers/net/wireless/marvell/mwifiex/join.c 		chan_tlv->header.type = cpu_to_le16(TLV_TYPE_CHANLIST);
type             1045 drivers/net/wireless/marvell/mwifiex/join.c 		ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY);
type             1068 drivers/net/wireless/marvell/mwifiex/join.c 		ht_info->header.type = cpu_to_le16(WLAN_EID_HT_OPERATION);
type             1212 drivers/net/wireless/marvell/mwifiex/join.c 		chan_tlv->header.type = cpu_to_le16(TLV_TYPE_CHANLIST);
type             1567 drivers/net/wireless/marvell/mwifiex/main.h 					      enum nl80211_iftype type,
type             2553 drivers/net/wireless/marvell/mwifiex/pcie.c static int mwifiex_pcie_host_to_card(struct mwifiex_adapter *adapter, u8 type,
type             2563 drivers/net/wireless/marvell/mwifiex/pcie.c 	if (type == MWIFIEX_TYPE_DATA)
type             2565 drivers/net/wireless/marvell/mwifiex/pcie.c 	else if (type == MWIFIEX_TYPE_CMD)
type              599 drivers/net/wireless/marvell/mwifiex/scan.c 	rates_tlv->header.type = cpu_to_le16(WLAN_EID_SUPP_RATES);
type              643 drivers/net/wireless/marvell/mwifiex/scan.c 	chan_tlv_out->header.type = cpu_to_le16(TLV_TYPE_CHANLIST);
type              898 drivers/net/wireless/marvell/mwifiex/scan.c 			bssid_tlv->header.type = cpu_to_le16(TLV_TYPE_BSSID);
type              911 drivers/net/wireless/marvell/mwifiex/scan.c 			wildcard_ssid_tlv->header.type =
type              971 drivers/net/wireless/marvell/mwifiex/scan.c 			chan_gap_tlv->header.type =
type              983 drivers/net/wireless/marvell/mwifiex/scan.c 			random_mac_tlv->header.type =
type             1013 drivers/net/wireless/marvell/mwifiex/scan.c 		bss_mode->header.type = cpu_to_le16(TLV_TYPE_BSS_MODE);
type             1029 drivers/net/wireless/marvell/mwifiex/scan.c 		num_probes_tlv->header.type = cpu_to_le16(TLV_TYPE_NUMPROBES);
type             1044 drivers/net/wireless/marvell/mwifiex/scan.c 		ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY);
type             1161 drivers/net/wireless/marvell/mwifiex/scan.c 		tlv_type = le16_to_cpu(current_tlv->header.type);
type             2326 drivers/net/wireless/marvell/mwifiex/scan.c 		num_probes_tlv->header.type = cpu_to_le16(TLV_TYPE_NUMPROBES);
type             2338 drivers/net/wireless/marvell/mwifiex/scan.c 		repeat_count_tlv->header.type =
type             2352 drivers/net/wireless/marvell/mwifiex/scan.c 		rssi_threshold_tlv->header.type =
type             2368 drivers/net/wireless/marvell/mwifiex/scan.c 		wildcard_ssid_tlv->header.type =
type             2397 drivers/net/wireless/marvell/mwifiex/scan.c 		chan_list_tlv->header.type = cpu_to_le16(TLV_TYPE_CHANLIST);
type             2456 drivers/net/wireless/marvell/mwifiex/scan.c 		start_later_tlv->header.type =
type             2555 drivers/net/wireless/marvell/mwifiex/scan.c 	u16 buf_left, type, len;
type             2570 drivers/net/wireless/marvell/mwifiex/scan.c 		type = le16_to_cpu(tlv->type);
type             2579 drivers/net/wireless/marvell/mwifiex/scan.c 		switch (type) {
type             2627 drivers/net/wireless/marvell/mwifiex/scan.c 	u16 type, len;
type             2658 drivers/net/wireless/marvell/mwifiex/scan.c 		type = le16_to_cpu(tlv->header.type);
type             2672 drivers/net/wireless/marvell/mwifiex/scan.c 		if (type != TLV_TYPE_BSS_SCAN_RSP)
type             2683 drivers/net/wireless/marvell/mwifiex/scan.c 		       le16_to_cpu(tlv->header.type) != TLV_TYPE_BSS_SCAN_RSP) {
type             2684 drivers/net/wireless/marvell/mwifiex/scan.c 			type = le16_to_cpu(tlv->header.type);
type             2695 drivers/net/wireless/marvell/mwifiex/scan.c 			switch (type) {
type             2884 drivers/net/wireless/marvell/mwifiex/scan.c 			vs_param_set->header.type =
type              947 drivers/net/wireless/marvell/mwifiex/sdio.c 				     u32 *type, u8 *buffer,
type              976 drivers/net/wireless/marvell/mwifiex/sdio.c 	*type = get_unaligned_le16((buffer + 2));
type             1887 drivers/net/wireless/marvell/mwifiex/sdio.c 				     u8 type, struct sk_buff *skb,
type             1902 drivers/net/wireless/marvell/mwifiex/sdio.c 	put_unaligned_le16((u32)type, payload + 2);
type             1911 drivers/net/wireless/marvell/mwifiex/sdio.c 	if (type == MWIFIEX_TYPE_DATA) {
type             1945 drivers/net/wireless/marvell/mwifiex/sdio.c 		if (type == MWIFIEX_TYPE_CMD)
type             1947 drivers/net/wireless/marvell/mwifiex/sdio.c 		if (type == MWIFIEX_TYPE_DATA) {
type             1954 drivers/net/wireless/marvell/mwifiex/sdio.c 		if (type == MWIFIEX_TYPE_DATA) {
type              186 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	rate_scope->type = cpu_to_le16(TLV_TYPE_RATE_SCOPE);
type              221 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	rate_drop->type = cpu_to_le16(TLV_TYPE_RATE_DROP_CONTROL);
type              407 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		psparam_tlv->header.type =
type              540 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 			key_param_set->type =
type              668 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		km->key_param_set.type = cpu_to_le16(TLV_TYPE_KEY_PARAM_V2);
type              694 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		km->key_param_set.type = cpu_to_le16(TLV_TYPE_KEY_PARAM_V2);
type              708 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	km->key_param_set.type = cpu_to_le16(TLV_TYPE_KEY_PARAM_V2);
type              883 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		key_material->key_param_set.type =
type              950 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		key_material->key_param_set.type =
type              987 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 			tlv_mac->header.type =
type             1052 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	domain->header.type = cpu_to_le16(WLAN_EID_COUNTRY);
type             1342 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		rssi_tlv->header.type = cpu_to_le16(TLV_TYPE_RSSI_LOW);
type             1364 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		rssi_tlv->header.type = cpu_to_le16(TLV_TYPE_RSSI_HIGH);
type             1578 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	coex_tlv->header.type = cpu_to_le16(TLV_TYPE_ROBUST_COEX);
type             1651 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		rule->header.type = cpu_to_le16(TLV_TYPE_COALESCE_RULE);
type             1789 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		wmm_qos_info->header.type = cpu_to_le16(WLAN_EID_QOS_CAPA);
type             1798 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 			ht_capab->header.type =
type             1810 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 			tlv_rates->header.type =
type             1823 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 			extcap->header.type =
type             1834 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 			vht_capab->header.type =
type             1844 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 			aid->header.type = cpu_to_le16(WLAN_EID_AID);
type             1851 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		timeout->header.type = cpu_to_le16(TLV_TYPE_TDLS_IDLE_TIMEOUT);
type             1913 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	tlv_band_channel->header.type = cpu_to_le16(TLV_TYPE_CHANNELBANDLIST);
type              282 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 		tlv = le16_to_cpu(head->type);
type              762 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c static int mwifiex_ret_reg_access(u16 type, struct host_cmd_ds_command *resp,
type              780 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	switch (type) {
type             1123 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 		tlv = le16_to_cpu(head->type);
type               52 drivers/net/wireless/marvell/mwifiex/sta_event.c 	    le16_to_cpu(tlv_mgmt_frame->header.type) ==
type              275 drivers/net/wireless/marvell/mwifiex/sta_event.c 	switch (le16_to_cpu(tdls_evt->type)) {
type              425 drivers/net/wireless/marvell/mwifiex/sta_event.c 	if (le16_to_cpu(chan_info->header.type) != TLV_TYPE_MULTI_CHAN_INFO ||
type              440 drivers/net/wireless/marvell/mwifiex/sta_event.c 		tlv_type = le16_to_cpu(tlv->type);
type              508 drivers/net/wireless/marvell/mwifiex/sta_event.c 		tlv_type = le16_to_cpu(tlv->type);
type              549 drivers/net/wireless/marvell/mwifiex/sta_event.c 		tlv_type = le16_to_cpu(tlv->type);
type              633 drivers/net/wireless/marvell/mwifiex/sta_event.c 	if (le16_to_cpu(fw_dump_hdr->type == FW_DUMP_INFO_ENDED)) {
type              707 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 		pg_tlv->type = cpu_to_le16(TLV_TYPE_POWER_GROUP);
type             1225 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	switch (reg_rw->type) {
type             1260 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	reg_rw.type = reg_type;
type             1280 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	reg_rw.type = reg_type;
type             1431 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	switch (gen_ie->type) {
type             1475 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	gen_ie.type = MWIFIEX_IE_TYPE_GEN_IE;
type              319 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 	tlv_akmp->header.type = cpu_to_le16(TLV_TYPE_UAP_AKMP);
type              329 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		pwk_cipher->header.type = cpu_to_le16(TLV_TYPE_PWK_CIPHER);
type              341 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		pwk_cipher->header.type = cpu_to_le16(TLV_TYPE_PWK_CIPHER);
type              353 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		gwk_cipher->header.type = cpu_to_le16(TLV_TYPE_GWK_CIPHER);
type              364 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		passphrase->header.type =
type              433 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 			wep_key->header.type =
type              503 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		ssid->header.type = cpu_to_le16(TLV_TYPE_UAP_SSID);
type              512 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		bcast_ssid->header.type = cpu_to_le16(TLV_TYPE_UAP_BCAST_SSID);
type              521 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		tlv_rates->header.type = cpu_to_le16(TLV_TYPE_UAP_RATES);
type              537 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		chan_band->header.type = cpu_to_le16(TLV_TYPE_CHANNELBANDLIST);
type              549 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		beacon_period->header.type =
type              561 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		dtim_period->header.type =
type              572 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		rts_threshold->header.type =
type              584 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		frag_threshold->header.type =
type              595 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		retry_limit->header.type =
type              614 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		auth_type->header.type = cpu_to_le16(TLV_TYPE_AUTH_TYPE);
type              624 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		encrypt_protocol->header.type =
type              636 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		htcap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY);
type              655 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		wmm_cap->header.type = cpu_to_le16(WLAN_EID_VENDOR_SPECIFIC);
type              665 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		ao_timer->header.type = cpu_to_le16(TLV_TYPE_UAP_AO_TIMER);
type              675 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		pwr_ct->header.type = cpu_to_le16(TLV_TYPE_PWR_CONSTRAINT);
type              684 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		ps_ao_timer->header.type =
type              711 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 	tlv_ie->type = cpu_to_le16(TLV_TYPE_MGMT_IE);
type              725 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 			   u32 type, void *cmd_buf)
type              737 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 	switch (type) {
type              780 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 			    u16 cmd_action, u32 type,
type              787 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		if (mwifiex_cmd_uap_sys_config(cmd, cmd_action, type, data_buf))
type               53 drivers/net/wireless/marvell/mwifiex/uap_event.c 		switch (le16_to_cpu(tlv_hdr->header.type)) {
type              126 drivers/net/wireless/marvell/mwifiex/uap_event.c 		if (le16_to_cpu(event->type) == TLV_TYPE_UAP_MGMT_FRAME) {
type              935 drivers/net/wireless/marvell/mwifiex/wmm.c 		switch (le16_to_cpu(tlv_hdr->header.type)) {
type             1032 drivers/net/wireless/marvell/mwifiex/wmm.c 		wmm_tlv->header.type = cpu_to_le16((u16) wmm_info_ie[0]);
type             3694 drivers/net/wireless/marvell/mwl8k.c 	if (vif != NULL && vif->type == NL80211_IFTYPE_STATION) {
type             3702 drivers/net/wireless/marvell/mwl8k.c 	} else if (vif != NULL && vif->type == NL80211_IFTYPE_AP) {
type             3913 drivers/net/wireless/marvell/mwl8k.c 		if (vif->type == NL80211_IFTYPE_AP)
type             4425 drivers/net/wireless/marvell/mwl8k.c 	if (vif->type == NL80211_IFTYPE_STATION && !priv->ap_fw)
type             4817 drivers/net/wireless/marvell/mwl8k.c 	switch (vif->type) {
type             4866 drivers/net/wireless/marvell/mwl8k.c 	if (vif->type == NL80211_IFTYPE_AP)
type             4891 drivers/net/wireless/marvell/mwl8k.c 	if (vif->type == NL80211_IFTYPE_AP)
type             5161 drivers/net/wireless/marvell/mwl8k.c 	if (vif->type == NL80211_IFTYPE_STATION)
type             5163 drivers/net/wireless/marvell/mwl8k.c 	if (vif->type == NL80211_IFTYPE_AP)
type               91 drivers/net/wireless/mediatek/mt76/mmio.c 		.type = MT76_BUS_MMIO,
type               49 drivers/net/wireless/mediatek/mt76/mt76.h 	enum mt76_bus_type type;
type               52 drivers/net/wireless/mediatek/mt76/mt76.h #define mt76_is_usb(dev) ((dev)->mt76.bus->type == MT76_BUS_USB)
type               53 drivers/net/wireless/mediatek/mt76/mt76.h #define mt76_is_mmio(dev) ((dev)->mt76.bus->type == MT76_BUS_MMIO)
type              350 drivers/net/wireless/mediatek/mt76/mt76.h #define MT_VEND_ADDR(type, n)	(MT_VEND_TYPE_##type | (n))
type               89 drivers/net/wireless/mediatek/mt76/mt7603/dma.c 	enum rx_pkt_type type;
type               91 drivers/net/wireless/mediatek/mt76/mt7603/dma.c 	type = FIELD_GET(MT_RXD0_PKT_TYPE, le32_to_cpu(rxd[0]));
type               94 drivers/net/wireless/mediatek/mt76/mt7603/dma.c 		if (type == PKT_TYPE_RX_EVENT)
type              101 drivers/net/wireless/mediatek/mt76/mt7603/dma.c 	switch (type) {
type               58 drivers/net/wireless/mediatek/mt76/mt7603/main.c 	if (vif->type == NL80211_IFTYPE_AP) {
type              335 drivers/net/wireless/mediatek/mt76/mt7603/main.c 	if (vif->type == NL80211_IFTYPE_AP)
type              473 drivers/net/wireless/mediatek/mt76/mt7603/main.c 	if ((vif->type == NL80211_IFTYPE_ADHOC ||
type              474 drivers/net/wireless/mediatek/mt76/mt7603/main.c 	     vif->type == NL80211_IFTYPE_MESH_POINT) &&
type               65 drivers/net/wireless/mediatek/mt76/mt7615/dma.c 	enum rx_pkt_type type;
type               67 drivers/net/wireless/mediatek/mt76/mt7615/dma.c 	type = FIELD_GET(MT_RXD0_PKT_TYPE, le32_to_cpu(rxd[0]));
type               69 drivers/net/wireless/mediatek/mt76/mt7615/dma.c 	switch (type) {
type               35 drivers/net/wireless/mediatek/mt76/mt7615/main.c static int get_omac_idx(enum nl80211_iftype type, u32 mask)
type               39 drivers/net/wireless/mediatek/mt76/mt7615/main.c 	switch (type) {
type               82 drivers/net/wireless/mediatek/mt76/mt7615/main.c 	idx = get_omac_idx(vif->type, dev->omac_mask);
type              181 drivers/net/wireless/mediatek/mt76/mt7615/main.c 	if ((vif->type == NL80211_IFTYPE_ADHOC ||
type              182 drivers/net/wireless/mediatek/mt76/mt7615/main.c 	     vif->type == NL80211_IFTYPE_MESH_POINT) &&
type              825 drivers/net/wireless/mediatek/mt76/mt7615/mcu.c 	switch (vif->type) {
type              972 drivers/net/wireless/mediatek/mt76/mt7615/mcu.c 			.rca1 = vif->type != NL80211_IFTYPE_AP,
type             1068 drivers/net/wireless/mediatek/mt76/mt7615/mcu.c 	switch (vif->type) {
type              108 drivers/net/wireless/mediatek/mt76/mt76x02_mcu.c int mt76x02_mcu_calibrate(struct mt76x02_dev *dev, int type, u32 param)
type              114 drivers/net/wireless/mediatek/mt76/mt76x02_mcu.c 		.id = cpu_to_le32(type),
type               95 drivers/net/wireless/mediatek/mt76/mt76x02_mcu.h int mt76x02_mcu_calibrate(struct mt76x02_dev *dev, int type, u32 param);
type              268 drivers/net/wireless/mediatek/mt76/mt76x02_util.c 	if (vif->type == NL80211_IFTYPE_AP)
type              333 drivers/net/wireless/mediatek/mt76/mt76x02_util.c 	if (vif->type == NL80211_IFTYPE_STATION)
type              434 drivers/net/wireless/mediatek/mt76/mt76x02_util.c 	if ((vif->type == NL80211_IFTYPE_ADHOC ||
type              435 drivers/net/wireless/mediatek/mt76/mt76x02_util.c 	     vif->type == NL80211_IFTYPE_MESH_POINT) &&
type              447 drivers/net/wireless/mediatek/mt76/mt76x02_util.c 	    vif->type == NL80211_IFTYPE_AP &&
type               46 drivers/net/wireless/mediatek/mt76/mt76x2/mcu.c int mt76x2_mcu_load_cr(struct mt76x02_dev *dev, u8 type, u8 temp_level,
type               57 drivers/net/wireless/mediatek/mt76/mt76x2/mcu.c 		.cr_mode = type,
type               58 drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2.h int mt76x2_mcu_load_cr(struct mt76x02_dev *dev, u8 type, u8 temp_level,
type              956 drivers/net/wireless/mediatek/mt76/usb.c 		.type = MT76_BUS_USB,
type               60 drivers/net/wireless/mediatek/mt7601u/dma.h 				       enum mt76_info_type type, u32 flags)
type               74 drivers/net/wireless/mediatek/mt7601u/dma.h 		FIELD_PREP(MT_TXD_INFO_TYPE, type);
type              110 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 			 enum nl80211_iftype type,
type              118 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 	ret = qtnf_validate_iface_combinations(wiphy, vif, type);
type              121 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 		       vif->mac->macid, vif->vifid, type);
type              132 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 	ret = qtnf_cmd_send_change_intf_type(vif, type, use4addr, mac_addr);
type              135 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 		       vif->mac->macid, vif->vifid, type);
type              139 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 	vif->wdev.iftype = type;
type              183 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 						  enum nl80211_iftype type,
type              197 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 	ret = qtnf_validate_iface_combinations(wiphy, NULL, type);
type              200 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 		       mac->macid, type);
type              204 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 	switch (type) {
type              218 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 		vif->wdev.iftype = type;
type              221 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 		pr_err("MAC%u: unsupported IF type %d\n", mac->macid, type);
type              230 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 	ret = qtnf_cmd_send_add_intf(vif, type, use4addr, mac_addr);
type              165 drivers/net/wireless/quantenna/qtnfmac/commands.c 	cmd->mhdr.type = cpu_to_le16(QLINK_MSG_TYPE_CMD);
type              179 drivers/net/wireless/quantenna/qtnfmac/commands.c 	tlv->hdr.type = cpu_to_le16(QTN_TLV_ID_IE_SET);
type              181 drivers/net/wireless/quantenna/qtnfmac/commands.c 	tlv->type = frame_type;
type              273 drivers/net/wireless/quantenna/qtnfmac/commands.c 		chtlv->hdr.type = cpu_to_le16(QTN_TLV_ID_CHANDEF);
type              298 drivers/net/wireless/quantenna/qtnfmac/commands.c 		tlv->type = cpu_to_le16(WLAN_EID_HT_CAPABILITY);
type              307 drivers/net/wireless/quantenna/qtnfmac/commands.c 		tlv->type = cpu_to_le16(WLAN_EID_VHT_CAPABILITY);
type              318 drivers/net/wireless/quantenna/qtnfmac/commands.c 		tlv->type = cpu_to_le16(QTN_TLV_ID_ACL_DATA);
type              573 drivers/net/wireless/quantenna/qtnfmac/commands.c 		switch (le16_to_cpu(tlv->type)) {
type              887 drivers/net/wireless/quantenna/qtnfmac/commands.c 		tlv_type = le16_to_cpu(tlv->type);
type             1043 drivers/net/wireless/quantenna/qtnfmac/commands.c 		tlv_type = le16_to_cpu(tlv->type);
type             1118 drivers/net/wireless/quantenna/qtnfmac/commands.c 					qlink_iface_type_to_nl_mask(le16_to_cpu(lim->type));
type             1341 drivers/net/wireless/quantenna/qtnfmac/commands.c 		tlv_type = le16_to_cpu(tlv->type);
type             1494 drivers/net/wireless/quantenna/qtnfmac/commands.c 		tlv_type = le16_to_cpu(tlv->type);
type             1527 drivers/net/wireless/quantenna/qtnfmac/commands.c 			       le16_to_cpu(tlv->type));
type             1556 drivers/net/wireless/quantenna/qtnfmac/commands.c 		tlv_type = le16_to_cpu(tlv->type);
type             1586 drivers/net/wireless/quantenna/qtnfmac/commands.c 				le16_to_cpu(tlv->type));
type             2056 drivers/net/wireless/quantenna/qtnfmac/commands.c 	tlv->hdr.type = cpu_to_le16(QTN_TLV_ID_CHANNEL);
type             2078 drivers/net/wireless/quantenna/qtnfmac/commands.c 	hdr->type = cpu_to_le16(QTN_TLV_ID_RANDOM_MAC_ADDR);
type             2603 drivers/net/wireless/quantenna/qtnfmac/commands.c 	tlv->type = cpu_to_le16(QTN_TLV_ID_ACL_DATA);
type               64 drivers/net/wireless/quantenna/qtnfmac/event.c 		tlv_type = le16_to_cpu(tlv->type);
type               86 drivers/net/wireless/quantenna/qtnfmac/event.c 			if (ie_set->type == QLINK_IE_SET_ASSOC_REQ && ie_len) {
type              241 drivers/net/wireless/quantenna/qtnfmac/event.c 		tlv_type = le16_to_cpu(tlv->type);
type              265 drivers/net/wireless/quantenna/qtnfmac/event.c 			switch (ie_set->type) {
type              274 drivers/net/wireless/quantenna/qtnfmac/event.c 					ie_set->type);
type              393 drivers/net/wireless/quantenna/qtnfmac/event.c 		tlv_type = le16_to_cpu(tlv->type);
type              411 drivers/net/wireless/quantenna/qtnfmac/event.c 			switch (ie_set->type) {
type               70 drivers/net/wireless/quantenna/qtnfmac/pcie/pearl_pcie.c 	__le32 type;
type              891 drivers/net/wireless/quantenna/qtnfmac/pcie/pearl_pcie.c 		hdr->type = cpu_to_le32(QTN_FW_DSUB);
type              893 drivers/net/wireless/quantenna/qtnfmac/pcie/pearl_pcie.c 		hdr->type = cpu_to_le32(QTN_FW_DBEGIN);
type              900 drivers/net/wireless/quantenna/qtnfmac/pcie/pearl_pcie.c 		hdr->type = cpu_to_le32(QTN_FW_DEND);
type               44 drivers/net/wireless/quantenna/qtnfmac/qlink.h 	__le16 type;
type             1212 drivers/net/wireless/quantenna/qtnfmac/qlink.h 	__le16 type;
type             1223 drivers/net/wireless/quantenna/qtnfmac/qlink.h 	__le16 type;
type             1365 drivers/net/wireless/quantenna/qtnfmac/qlink.h 	u8 type;
type               25 drivers/net/wireless/quantenna/qtnfmac/qlink_util.h 	hdr->type = cpu_to_le16(tlv_id);
type               34 drivers/net/wireless/quantenna/qtnfmac/qlink_util.h 	hdr->type = cpu_to_le16(tlv_id);
type               43 drivers/net/wireless/quantenna/qtnfmac/qlink_util.h 	hdr->type = cpu_to_le16(tlv_id);
type               54 drivers/net/wireless/quantenna/qtnfmac/qlink_util.h 	hdr->type = cpu_to_le16(tlv_id);
type               65 drivers/net/wireless/quantenna/qtnfmac/qlink_util.h 	hdr->type = cpu_to_le16(tlv_id);
type              186 drivers/net/wireless/quantenna/qtnfmac/trans.c 	switch (le16_to_cpu(header->type)) {
type              206 drivers/net/wireless/quantenna/qtnfmac/trans.c 		pr_warn("unknown packet type: %x\n", le16_to_cpu(header->type));
type              212 drivers/net/wireless/ralink/rt2x00/rt2400pci.c 	if (led->type == LED_TYPE_RADIO || led->type == LED_TYPE_ASSOC)
type              214 drivers/net/wireless/ralink/rt2x00/rt2400pci.c 	else if (led->type == LED_TYPE_ACTIVITY)
type              238 drivers/net/wireless/ralink/rt2x00/rt2400pci.c 			       enum led_type type)
type              241 drivers/net/wireless/ralink/rt2x00/rt2400pci.c 	led->type = type;
type              212 drivers/net/wireless/ralink/rt2x00/rt2500pci.c 	if (led->type == LED_TYPE_RADIO || led->type == LED_TYPE_ASSOC)
type              214 drivers/net/wireless/ralink/rt2x00/rt2500pci.c 	else if (led->type == LED_TYPE_ACTIVITY)
type              238 drivers/net/wireless/ralink/rt2x00/rt2500pci.c 			       enum led_type type)
type              241 drivers/net/wireless/ralink/rt2x00/rt2500pci.c 	led->type = type;
type              275 drivers/net/wireless/ralink/rt2x00/rt2500usb.c 	if (led->type == LED_TYPE_RADIO || led->type == LED_TYPE_ASSOC)
type              277 drivers/net/wireless/ralink/rt2x00/rt2500usb.c 	else if (led->type == LED_TYPE_ACTIVITY)
type              301 drivers/net/wireless/ralink/rt2x00/rt2500usb.c 			       enum led_type type)
type              304 drivers/net/wireless/ralink/rt2x00/rt2500usb.c 	led->type = type;
type              445 drivers/net/wireless/ralink/rt2x00/rt2500usb.c 				   2 * (conf->type != NL80211_IFTYPE_STATION));
type             1530 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 		if (led->type == LED_TYPE_RADIO) {
type             1533 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 		} else if (led->type == LED_TYPE_ASSOC) {
type             1536 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 		} else if (led->type == LED_TYPE_QUALITY) {
type             1544 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 		if (led->type == LED_TYPE_RADIO) {
type             1547 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 		} else if (led->type == LED_TYPE_ASSOC) {
type             1550 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 		} else if (led->type == LED_TYPE_QUALITY) {
type             1567 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 		     struct rt2x00_led *led, enum led_type type)
type             1570 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 	led->type = type;
type              473 drivers/net/wireless/ralink/rt2x00/rt2x00.h 	enum nl80211_iftype type;
type             1404 drivers/net/wireless/ralink/rt2x00/rt2x00.h 			    enum rt2x00_dump_type type, struct queue_entry *entry);
type             1407 drivers/net/wireless/ralink/rt2x00/rt2x00.h 					  enum rt2x00_dump_type type,
type               21 drivers/net/wireless/ralink/rt2x00/rt2x00config.c 			   enum nl80211_iftype type,
type               27 drivers/net/wireless/ralink/rt2x00/rt2x00config.c 	conf.type = type;
type               29 drivers/net/wireless/ralink/rt2x00/rt2x00config.c 	switch (type) {
type              131 drivers/net/wireless/ralink/rt2x00/rt2x00debug.c 			    enum rt2x00_dump_type type, struct queue_entry *entry)
type              170 drivers/net/wireless/ralink/rt2x00/rt2x00debug.c 	dump_hdr->type = cpu_to_le16(type);
type              177 drivers/net/wireless/ralink/rt2x00/rt2x00dev.c 	if (vif->type != NL80211_IFTYPE_AP)
type              195 drivers/net/wireless/ralink/rt2x00/rt2x00dev.c 	if (vif->type != NL80211_IFTYPE_AP &&
type              196 drivers/net/wireless/ralink/rt2x00/rt2x00dev.c 	    vif->type != NL80211_IFTYPE_ADHOC &&
type              197 drivers/net/wireless/ralink/rt2x00/rt2x00dev.c 	    vif->type != NL80211_IFTYPE_MESH_POINT &&
type              198 drivers/net/wireless/ralink/rt2x00/rt2x00dev.c 	    vif->type != NL80211_IFTYPE_WDS)
type              698 drivers/net/wireless/ralink/rt2x00/rt2x00dev.c 	int type = (rxdesc->dev_flags & RXDONE_SIGNAL_MASK);
type              713 drivers/net/wireless/ralink/rt2x00/rt2x00dev.c 			if (((type == RXDONE_SIGNAL_PLCP) &&
type              715 drivers/net/wireless/ralink/rt2x00/rt2x00dev.c 			    ((type == RXDONE_SIGNAL_BITRATE) &&
type              717 drivers/net/wireless/ralink/rt2x00/rt2x00dev.c 			    ((type == RXDONE_SIGNAL_MCS) &&
type              733 drivers/net/wireless/ralink/rt2x00/rt2x00dev.c 		    rxdesc->rate_mode, signal, type);
type              108 drivers/net/wireless/ralink/rt2x00/rt2x00dump.h 	__le16 type;
type               24 drivers/net/wireless/ralink/rt2x00/rt2x00leds.c 	if ((led->type != LED_TYPE_QUALITY) || !(led->flags & LED_REGISTERED))
type               75 drivers/net/wireless/ralink/rt2x00/rt2x00leds.c 	if (rt2x00dev->led_qual.type == LED_TYPE_ACTIVITY)
type               81 drivers/net/wireless/ralink/rt2x00/rt2x00leds.c 	if (rt2x00dev->led_assoc.type == LED_TYPE_ASSOC)
type               87 drivers/net/wireless/ralink/rt2x00/rt2x00leds.c 	if (rt2x00dev->led_radio.type == LED_TYPE_RADIO)
type               27 drivers/net/wireless/ralink/rt2x00/rt2x00leds.h 	enum led_type type;
type               74 drivers/net/wireless/ralink/rt2x00/rt2x00lib.h 			   enum nl80211_iftype type,
type              220 drivers/net/wireless/ralink/rt2x00/rt2x00mac.c 	if (vif->type == NL80211_IFTYPE_AP)
type              237 drivers/net/wireless/ralink/rt2x00/rt2x00mac.c 	rt2x00lib_config_intf(rt2x00dev, intf, vif->type,
type              263 drivers/net/wireless/ralink/rt2x00/rt2x00mac.c 	    (vif->type == NL80211_IFTYPE_AP && !rt2x00dev->intf_ap_count) ||
type              264 drivers/net/wireless/ralink/rt2x00/rt2x00mac.c 	    (vif->type != NL80211_IFTYPE_AP && !rt2x00dev->intf_sta_count))
type              267 drivers/net/wireless/ralink/rt2x00/rt2x00mac.c 	if (vif->type == NL80211_IFTYPE_AP)
type              389 drivers/net/wireless/ralink/rt2x00/rt2x00mac.c 	if (vif->type != NL80211_IFTYPE_AP &&
type              390 drivers/net/wireless/ralink/rt2x00/rt2x00mac.c 	    vif->type != NL80211_IFTYPE_ADHOC &&
type              391 drivers/net/wireless/ralink/rt2x00/rt2x00mac.c 	    vif->type != NL80211_IFTYPE_MESH_POINT &&
type              392 drivers/net/wireless/ralink/rt2x00/rt2x00mac.c 	    vif->type != NL80211_IFTYPE_WDS)
type              458 drivers/net/wireless/ralink/rt2x00/rt2x00mac.c 	if (vif->type == NL80211_IFTYPE_ADHOC &&
type              573 drivers/net/wireless/ralink/rt2x00/rt2x00mac.c 		rt2x00lib_config_intf(rt2x00dev, intf, vif->type, NULL,
type              251 drivers/net/wireless/ralink/rt2x00/rt61pci.c 	if (led->type == LED_TYPE_RADIO) {
type              258 drivers/net/wireless/ralink/rt2x00/rt61pci.c 	} else if (led->type == LED_TYPE_ASSOC) {
type              267 drivers/net/wireless/ralink/rt2x00/rt61pci.c 	} else if (led->type == LED_TYPE_QUALITY) {
type              296 drivers/net/wireless/ralink/rt2x00/rt61pci.c 			     enum led_type type)
type              299 drivers/net/wireless/ralink/rt2x00/rt61pci.c 	led->type = type;
type             2068 drivers/net/wireless/ralink/rt2x00/rt61pci.c 	int type;
type             2090 drivers/net/wireless/ralink/rt2x00/rt61pci.c 		type = rt2x00_get_field32(reg, STA_CSR4_PID_TYPE);
type             2091 drivers/net/wireless/ralink/rt2x00/rt61pci.c 		queue = rt2x00queue_get_tx_queue(rt2x00dev, type);
type              196 drivers/net/wireless/ralink/rt2x00/rt73usb.c 	if (led->type == LED_TYPE_RADIO) {
type              203 drivers/net/wireless/ralink/rt2x00/rt73usb.c 	} else if (led->type == LED_TYPE_ASSOC) {
type              212 drivers/net/wireless/ralink/rt2x00/rt73usb.c 	} else if (led->type == LED_TYPE_QUALITY) {
type              243 drivers/net/wireless/ralink/rt2x00/rt73usb.c 			     enum led_type type)
type              246 drivers/net/wireless/ralink/rt2x00/rt73usb.c 	led->type = type;
type               88 drivers/net/wireless/ray_cs.c static int ray_hw_xmit(unsigned char *data, int len, struct net_device *dev, UCHAR type);
type             2270 drivers/net/wireless/ray_cs.c 	__be16 type = *(__be16 *) psnap->ethertype;
type             2288 drivers/net/wireless/ray_cs.c 		       ntohs(type), psnap->dsap, psnap->ssap, psnap->ctrl,
type             2309 drivers/net/wireless/ray_cs.c 			peth->h_proto = type;
type             2311 drivers/net/wireless/ray_cs.c 			switch (ntohs(type)) {
type             2325 drivers/net/wireless/ray_cs.c 				peth->h_proto = type;
type             2332 drivers/net/wireless/ray_cs.c 			peth->h_proto = type;
type             1332 drivers/net/wireless/realtek/rtl818x/rtl8180/dev.c 	switch (vif->type) {
type             1511 drivers/net/wireless/realtek/rtl818x/rtl8180/dev.c 			if (vif->type == NL80211_IFTYPE_ADHOC)
type             1116 drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c 	switch (vif->type) {
type             1275 drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c 			if (vif->type == NL80211_IFTYPE_ADHOC)
type               33 drivers/net/wireless/realtek/rtl818x/rtl8187/leds.c 	if (!priv->vif || priv->vif->type == NL80211_IFTYPE_UNSPECIFIED)
type               71 drivers/net/wireless/realtek/rtl818x/rtl8187/leds.c 	if (!priv->vif || priv->vif->type == NL80211_IFTYPE_UNSPECIFIED)
type              131 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h 	u32 type:2;
type              185 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h 	u32 type:2;
type              273 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h 	u32 type:2;
type              321 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h 	u32 type:2;
type             4497 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 		rtl8xxxu_set_linktype(priv, vif->type);
type             5469 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 	switch (vif->type) {
type             5483 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 	rtl8xxxu_set_linktype(priv, vif->type);
type             5676 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 	if (vif->type != NL80211_IFTYPE_STATION)
type             1450 drivers/net/wireless/realtek/rtlwifi/base.c 			     int type)
type             1457 drivers/net/wireless/realtek/rtlwifi/base.c 					rtlpriv, type);
type              253 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 						  bool force_exec, u8 type)
type              257 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 	coex_dm->cur_arfr_type = type;
type              292 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 				     bool force_exec, u8 type)
type              294 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 	coex_dm->cur_retry_limit_type = type;
type              315 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 				       bool force_exec, u8 type)
type              317 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 	coex_dm->cur_ampdu_time_type = type;
type             1079 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 					      bool force_exec, u8 type)
type             1081 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 	switch (type) {
type             1195 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 				 bool force_exec, bool turn_on, u8 type)
type             1202 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 		 (turn_on ? "ON" : "OFF"), type);
type             1204 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 	coex_dm->cur_ps_tdma = type;
type             1219 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 		switch (type) {
type             1312 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 		switch (type) {
type             2883 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c void ex_btc8192e2ant_ips_notify(struct btc_coexist *btcoexist, u8 type)
type             2887 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 	if (BTC_IPS_ENTER == type) {
type             2892 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 	} else if (BTC_IPS_LEAVE == type) {
type             2899 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c void ex_btc8192e2ant_lps_notify(struct btc_coexist *btcoexist, u8 type)
type             2903 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 	if (BTC_LPS_ENABLE == type) {
type             2907 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 	} else if (BTC_LPS_DISABLE == type) {
type             2914 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c void ex_btc8192e2ant_scan_notify(struct btc_coexist *btcoexist, u8 type)
type             2918 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 	if (BTC_SCAN_START == type)
type             2921 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 	else if (BTC_SCAN_FINISH == type)
type             2926 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c void ex_btc8192e2ant_connect_notify(struct btc_coexist *btcoexist, u8 type)
type             2930 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 	if (BTC_ASSOCIATE_START == type)
type             2933 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 	else if (BTC_ASSOCIATE_FINISH == type)
type             2939 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 					 u8 type)
type             2951 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 	if (BTC_MEDIA_CONNECT == type)
type             2961 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 	if ((BTC_MEDIA_CONNECT == type) &&
type             2985 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 					   u8 type)
type             2989 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c 	if (type == BTC_PACKET_DHCP)
type              148 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.h void ex_btc8192e2ant_ips_notify(struct btc_coexist *btcoexist, u8 type);
type              149 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.h void ex_btc8192e2ant_lps_notify(struct btc_coexist *btcoexist, u8 type);
type              150 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.h void ex_btc8192e2ant_scan_notify(struct btc_coexist *btcoexist, u8 type);
type              151 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.h void ex_btc8192e2ant_connect_notify(struct btc_coexist *btcoexist, u8 type);
type              153 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.h 					 u8 type);
type              155 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.h 					   u8 type);
type              159 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.h 					    u8 type);
type               55 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 					    bool force_exec, u8 type)
type               59 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	coex_dm->cur_arfr_type = type;
type               94 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 					bool force_exec, u8 type)
type               96 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	coex_dm->cur_retry_limit_type = type;
type              117 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 					  bool force_exec, u8 type)
type              119 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	coex_dm->cur_ampdu_time_type = type;
type              549 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 						 bool force_exec, u8 type)
type              551 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	coex_sta->coex_table_type = type;
type              553 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	switch (type) {
type             1029 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 				    bool force_exec, bool turn_on, u8 type)
type             1041 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	coex_dm->cur_ps_tdma = type;
type             1084 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	if ((type == 1) || (type == 2) || (type == 9) || (type == 11) ||
type             1085 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	    (type == 101) || (type == 102) || (type == 109) || (type == 111)) {
type             1105 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	} else if ((type == 3) || (type == 13) || (type == 14) ||
type             1106 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 		   (type == 103) || (type == 113) || (type == 114)) {
type             1128 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	if (type > 100) {
type             1136 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 		switch (type) {
type             1386 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 		switch (type) {
type             2720 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c void ex_btc8723b1ant_ips_notify(struct btc_coexist *btcoexist, u8 type)
type             2727 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	if (BTC_IPS_ENTER == type) {
type             2738 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	} else if (BTC_IPS_LEAVE == type) {
type             2749 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c void ex_btc8723b1ant_lps_notify(struct btc_coexist *btcoexist, u8 type)
type             2756 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	if (BTC_LPS_ENABLE == type) {
type             2760 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	} else if (BTC_LPS_DISABLE == type) {
type             2767 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c void ex_btc8723b1ant_scan_notify(struct btc_coexist *btcoexist, u8 type)
type             2781 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	if (type == BTC_SCAN_START) {
type             2833 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	if (BTC_SCAN_START == type) {
type             2842 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	} else if (BTC_SCAN_FINISH == type) {
type             2853 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c void ex_btc8723b1ant_connect_notify(struct btc_coexist *btcoexist, u8 type)
type             2869 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	if (type == BTC_ASSOCIATE_START) {
type             2905 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	if (BTC_ASSOCIATE_START == type) {
type             2909 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	} else if (BTC_ASSOCIATE_FINISH == type) {
type             2924 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 					 u8 type)
type             2936 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	if (type == BTC_MEDIA_CONNECT) {
type             2982 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	if (type == BTC_MEDIA_CONNECT && wifi_central_chnl <= 14) {
type             3005 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 					   u8 type)
type             3021 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	if (type == BTC_PACKET_DHCP || type == BTC_PACKET_EAPOL ||
type             3022 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	    type == BTC_PACKET_ARP) {
type             3023 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 		if (type == BTC_PACKET_ARP) {
type             3048 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 			 type);
type             3073 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	if (BTC_PACKET_DHCP == type ||
type             3074 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	    BTC_PACKET_EAPOL == type) {
type             3076 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 			 "[BTCoex], special Packet(%d) notify\n", type);
type             3326 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c void ex_btc8723b1ant_rf_status_notify(struct btc_coexist *btcoexist, u8 type)
type             3335 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	if (type == BTC_RF_ON) {
type             3339 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c 	} else if (type == BTC_RF_OFF) {
type              186 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.h void ex_btc8723b1ant_ips_notify(struct btc_coexist *btcoexist, u8 type);
type              187 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.h void ex_btc8723b1ant_lps_notify(struct btc_coexist *btcoexist, u8 type);
type              188 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.h void ex_btc8723b1ant_scan_notify(struct btc_coexist *btcoexist, u8 type);
type              189 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.h void ex_btc8723b1ant_connect_notify(struct btc_coexist *btcoexist, u8 type);
type              191 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.h 					 u8 type);
type              193 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.h 					   u8 type);
type              197 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.h 				      u8 type);
type              913 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 					      bool force_exec, u8 type)
type              915 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 	switch (type) {
type             1208 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 				 bool turn_on, u8 type)
type             1226 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 		 (turn_on ? "ON" : "OFF"), type);
type             1228 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 	coex_dm->cur_ps_tdma = type;
type             1233 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 		type = type + 100;
type             1287 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 		switch (type) {
type             1450 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 		switch (type) {
type             3851 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c void ex_btc8723b2ant_ips_notify(struct btc_coexist *btcoexist, u8 type)
type             3855 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 	if (BTC_IPS_ENTER == type) {
type             3862 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 	} else if (BTC_IPS_LEAVE == type) {
type             3872 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c void ex_btc8723b2ant_lps_notify(struct btc_coexist *btcoexist, u8 type)
type             3876 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 	if (BTC_LPS_ENABLE == type) {
type             3880 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 	} else if (BTC_LPS_DISABLE == type) {
type             3887 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c void ex_btc8723b2ant_scan_notify(struct btc_coexist *btcoexist, u8 type)
type             3897 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 	if (BTC_SCAN_START == type)
type             3900 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 	else if (BTC_SCAN_FINISH == type)
type             3911 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c void ex_btc8723b2ant_connect_notify(struct btc_coexist *btcoexist, u8 type)
type             3915 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 	if (BTC_ASSOCIATE_START == type)
type             3918 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 	else if (BTC_ASSOCIATE_FINISH == type)
type             3924 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 					 u8 type)
type             3932 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 	if (BTC_MEDIA_CONNECT == type)
type             3942 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 	if ((BTC_MEDIA_CONNECT == type) &&
type             3973 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 					   u8 type)
type             3977 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 	if (type == BTC_PACKET_DHCP)
type              165 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.h void ex_btc8723b2ant_ips_notify(struct btc_coexist *btcoexist, u8 type);
type              166 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.h void ex_btc8723b2ant_lps_notify(struct btc_coexist *btcoexist, u8 type);
type              167 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.h void ex_btc8723b2ant_scan_notify(struct btc_coexist *btcoexist, u8 type);
type              168 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.h void ex_btc8723b2ant_connect_notify(struct btc_coexist *btcoexist, u8 type);
type              170 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.h 					 u8 type);
type              172 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.h 					   u8 type);
type              236 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 					    bool force_exec, u8 type)
type              240 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	coex_dm->cur_arfr_type = type;
type              276 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 				     bool force_exec, u8 type)
type              278 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	coex_dm->cur_retry_limit_type = type;
type              298 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 					bool force_exec, u8 type)
type              300 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	coex_dm->cur_ampdu_time_type = type;
type              740 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 					      bool force_exec, u8 type)
type              742 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	switch (type) {
type             1003 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 				 bool force_exec, bool turn_on, u8 type)
type             1009 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	coex_dm->cur_ps_tdma = type;
type             1026 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 		switch (type) {
type             1204 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 		switch (type) {
type             2347 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c void ex_btc8821a1ant_ips_notify(struct btc_coexist *btcoexist, u8 type)
type             2362 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	if (BTC_IPS_ENTER == type) {
type             2372 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	} else if (BTC_IPS_LEAVE == type) {
type             2383 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c void ex_btc8821a1ant_lps_notify(struct btc_coexist *btcoexist, u8 type)
type             2390 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	if (BTC_LPS_ENABLE == type) {
type             2394 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	} else if (BTC_LPS_DISABLE == type) {
type             2401 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c void ex_btc8821a1ant_scan_notify(struct btc_coexist *btcoexist, u8 type)
type             2421 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	if (type == BTC_SCAN_START) {
type             2463 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	if (BTC_SCAN_START == type) {
type             2473 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	} else if (BTC_SCAN_FINISH == type) {
type             2485 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c void ex_btc8821a1ant_connect_notify(struct btc_coexist *btcoexist, u8 type)
type             2506 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	if (type == BTC_ASSOCIATE_START) {
type             2538 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	if (BTC_ASSOCIATE_START == type) {
type             2542 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	} else if (BTC_ASSOCIATE_FINISH == type) {
type             2558 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 					 u8 type)
type             2577 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	if (BTC_MEDIA_CONNECT == type) {
type             2590 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	if ((type == BTC_MEDIA_CONNECT) &&
type             2615 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 					   u8 type)
type             2637 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	if (type == BTC_PACKET_DHCP || type == BTC_PACKET_EAPOL ||
type             2638 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	    type == BTC_PACKET_ARP) {
type             2641 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 		if (type == BTC_PACKET_ARP) {
type             2652 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 			 type);
type             2677 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	if (type == BTC_PACKET_DHCP || type == BTC_PACKET_EAPOL ||
type             2678 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 	    type == BTC_PACKET_ARP) {
type             2679 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 		if (type == BTC_PACKET_ARP) {
type             2692 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c 			 "[BTCoex], special Packet(%d) notify\n", type);
type              154 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.h void ex_btc8821a1ant_ips_notify(struct btc_coexist *btcoexist, u8 type);
type              155 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.h void ex_btc8821a1ant_lps_notify(struct btc_coexist *btcoexist, u8 type);
type              156 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.h void ex_btc8821a1ant_scan_notify(struct btc_coexist *btcoexist, u8 type);
type              157 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.h void ex_btc8821a1ant_connect_notify(struct btc_coexist *btcoexist, u8 type);
type              159 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.h 					 u8 type);
type              161 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.h 					   u8 type);
type              879 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 					      bool force_exec, u8 type)
type              881 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 	coex_sta->coex_table_type = type;
type              883 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 	switch (type) {
type             1122 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 				 bool force_exec, bool turn_on, u8 type)
type             1137 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 		type = type + 100;
type             1143 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 		 type);
type             1145 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 	coex_dm->cur_ps_tdma = type;
type             1160 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 		switch (type) {
type             1326 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 		switch (type) {
type             3838 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c void ex_btc8821a2ant_ips_notify(struct btc_coexist *btcoexist, u8 type)
type             3842 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 	if (BTC_IPS_ENTER == type) {
type             3849 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 	} else if (BTC_IPS_LEAVE == type) {
type             3859 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c void ex_btc8821a2ant_lps_notify(struct btc_coexist *btcoexist, u8 type)
type             3863 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 	if (BTC_LPS_ENABLE == type) {
type             3867 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 	} else if (BTC_LPS_DISABLE == type) {
type             3874 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c void ex_btc8821a2ant_scan_notify(struct btc_coexist *btcoexist, u8 type)
type             3878 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 	if (BTC_SCAN_START == type) {
type             3881 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 	} else if (BTC_SCAN_FINISH == type) {
type             3887 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c void ex_btc8821a2ant_connect_notify(struct btc_coexist *btcoexist, u8 type)
type             3891 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 	if (BTC_ASSOCIATE_START == type) {
type             3894 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 	} else if (BTC_ASSOCIATE_FINISH == type) {
type             3901 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 					 u8 type)
type             3909 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 	if (BTC_MEDIA_CONNECT == type) {
type             3920 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 	if ((BTC_MEDIA_CONNECT == type) &&
type             3950 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 					   u8 type)
type             3954 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c 	if (type == BTC_PACKET_DHCP) {
type              164 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.h 	u8 type
type              169 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.h 	u8 type
type              174 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.h 	u8 type
type              179 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.h 	u8 type
type              184 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.h 	u8 type
type              189 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.h 	u8 type
type             1467 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c void exhalbtc_ips_notify(struct btc_coexist *btcoexist, u8 type)
type             1477 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c 	if (ERFOFF == type)
type             1502 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c void exhalbtc_lps_notify(struct btc_coexist *btcoexist, u8 type)
type             1512 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c 	if (EACTIVE == type)
type             1533 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c void exhalbtc_scan_notify(struct btc_coexist *btcoexist, u8 type)
type             1543 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c 	if (type)
type             1725 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c void exhalbtc_rf_status_notify(struct btc_coexist *btcoexist, u8 type)
type             1733 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c 			ex_btc8723b1ant_rf_status_notify(btcoexist, type);
type             1914 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c void exhalbtc_set_ant_num(struct rtl_priv *rtlpriv, u8 type, u8 ant_num)
type             1921 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c 	if (BT_COEX_ANT_TYPE_PG == type) {
type             1924 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c 	} else if (BT_COEX_ANT_TYPE_ANTDIV == type) {
type             1926 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c 	} else if (type == BT_COEX_ANT_TYPE_DETECTED) {
type             1970 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c void exhalbtc_switch_band_notify(struct btc_coexist *btcoexist, u8 type)
type              755 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.h void exhalbtc_ips_notify(struct btc_coexist *btcoexist, u8 type);
type              756 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.h void exhalbtc_lps_notify(struct btc_coexist *btcoexist, u8 type);
type              757 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.h void exhalbtc_scan_notify(struct btc_coexist *btcoexist, u8 type);
type              766 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.h void exhalbtc_rf_status_notify(struct btc_coexist *btcoexist, u8 type);
type              782 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.h void exhalbtc_set_ant_num(struct rtl_priv *rtlpriv, u8 type, u8 ant_num);
type              785 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.h void exhalbtc_switch_band_notify(struct btc_coexist *btcoexist, u8 type);
type              214 drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c void rtl_btc_ips_notify(struct rtl_priv *rtlpriv, u8 type)
type              221 drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c 	exhalbtc_ips_notify(btcoexist, type);
type              223 drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c 	if (type == ERFON) {
type              232 drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c void rtl_btc_lps_notify(struct rtl_priv *rtlpriv, u8 type)
type              239 drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c 	exhalbtc_lps_notify(btcoexist, type);
type              457 drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c 	u8 type = BTC_NOT_SWITCH;
type              465 drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c 			type = BTC_SWITCH_TO_24G;
type              467 drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c 			type = BTC_SWITCH_TO_24G_NOFORSCAN;
type              471 drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c 		type = BTC_SWITCH_TO_5G;
type              475 drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c 	if (type != BTC_NOT_SWITCH)
type              476 drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c 		exhalbtc_switch_band_notify(btcoexist, type);
type               16 drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.h void rtl_btc_ips_notify(struct rtl_priv *rtlpriv, u8 type);
type               17 drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.h void rtl_btc_lps_notify(struct rtl_priv *rtlpriv, u8 type);
type              290 drivers/net/wireless/realtek/rtlwifi/core.c 		       vif->type);
type              297 drivers/net/wireless/realtek/rtlwifi/core.c 			 "p2p role %x\n", vif->type);
type              303 drivers/net/wireless/realtek/rtlwifi/core.c 	mac->opmode = vif->type;
type              304 drivers/net/wireless/realtek/rtlwifi/core.c 	rtlpriv->cfg->ops->set_network_type(hw, vif->type);
type              326 drivers/net/wireless/realtek/rtlwifi/core.c 	if (vif->type == NL80211_IFTYPE_AP ||
type              327 drivers/net/wireless/realtek/rtlwifi/core.c 	    vif->type == NL80211_IFTYPE_ADHOC ||
type              328 drivers/net/wireless/realtek/rtlwifi/core.c 	    vif->type == NL80211_IFTYPE_MESH_POINT) {
type              360 drivers/net/wireless/realtek/rtlwifi/core.c 	vif->type = new_type;
type              452 drivers/net/wireless/realtek/rtlwifi/core.c 			rtl_pattern.type = BROADCAST_PATTERN;
type              455 drivers/net/wireless/realtek/rtlwifi/core.c 			rtl_pattern.type = MULTICAST_PATTERN;
type              457 drivers/net/wireless/realtek/rtlwifi/core.c 			rtl_pattern.type = UNICAST_PATTERN;
type              459 drivers/net/wireless/realtek/rtlwifi/core.c 			rtl_pattern.type = UNKNOWN_TYPE;
type              909 drivers/net/wireless/realtek/rtlwifi/core.c 			if (vif->type == NL80211_IFTYPE_ADHOC)
type              918 drivers/net/wireless/realtek/rtlwifi/core.c 			if (vif->type == NL80211_IFTYPE_ADHOC)
type             1030 drivers/net/wireless/realtek/rtlwifi/core.c 	if (vif->type == NL80211_IFTYPE_ADHOC ||
type             1031 drivers/net/wireless/realtek/rtlwifi/core.c 	    vif->type == NL80211_IFTYPE_AP ||
type             1032 drivers/net/wireless/realtek/rtlwifi/core.c 	    vif->type == NL80211_IFTYPE_MESH_POINT) {
type             1136 drivers/net/wireless/realtek/rtlwifi/core.c 			if (vif->type == NL80211_IFTYPE_STATION)
type             1185 drivers/net/wireless/realtek/rtlwifi/core.c 		rtlpriv->cfg->ops->set_network_type(hw, vif->type);
type             1302 drivers/net/wireless/realtek/rtlwifi/core.c 		if (vif->type == NL80211_IFTYPE_STATION) {
type             1525 drivers/net/wireless/realtek/rtlwifi/core.c 	if ((vif->type == NL80211_IFTYPE_ADHOC ||
type             1526 drivers/net/wireless/realtek/rtlwifi/core.c 	     vif->type == NL80211_IFTYPE_MESH_POINT) &&
type             1571 drivers/net/wireless/realtek/rtlwifi/core.c 	   vif->type == NL80211_IFTYPE_ADHOC)
type             1591 drivers/net/wireless/realtek/rtlwifi/core.c 	if (vif->type == NL80211_IFTYPE_AP ||
type             1592 drivers/net/wireless/realtek/rtlwifi/core.c 		vif->type == NL80211_IFTYPE_MESH_POINT) {
type             1600 drivers/net/wireless/realtek/rtlwifi/core.c 		if (!group_key || vif->type == NL80211_IFTYPE_ADHOC ||
type             1675 drivers/net/wireless/realtek/rtlwifi/core.c 		if (vif->type == NL80211_IFTYPE_AP ||
type             1676 drivers/net/wireless/realtek/rtlwifi/core.c 			vif->type == NL80211_IFTYPE_MESH_POINT) {
type              386 drivers/net/wireless/realtek/rtlwifi/efuse.c void efuse_shadow_read(struct ieee80211_hw *hw, u8 type,
type              389 drivers/net/wireless/realtek/rtlwifi/efuse.c 	if (type == 1)
type              391 drivers/net/wireless/realtek/rtlwifi/efuse.c 	else if (type == 2)
type              393 drivers/net/wireless/realtek/rtlwifi/efuse.c 	else if (type == 4)
type              399 drivers/net/wireless/realtek/rtlwifi/efuse.c void efuse_shadow_write(struct ieee80211_hw *hw, u8 type, u16 offset,
type              402 drivers/net/wireless/realtek/rtlwifi/efuse.c 	if (type == 1)
type              404 drivers/net/wireless/realtek/rtlwifi/efuse.c 	else if (type == 2)
type              406 drivers/net/wireless/realtek/rtlwifi/efuse.c 	else if (type == 4)
type               81 drivers/net/wireless/realtek/rtlwifi/efuse.h void efuse_shadow_read(struct ieee80211_hw *hw, u8 type,
type               83 drivers/net/wireless/realtek/rtlwifi/efuse.h void efuse_shadow_write(struct ieee80211_hw *hw, u8 type,
type              213 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/dm.c 	u8 type, u8 *pdirection, u32 *poutwrite_val)
type              223 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/dm.c 	if (type == 0) {
type              231 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/dm.c 	} else if (type == 1) {
type              259 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/dm.h 	u8 type, u8 *pdirection, u32 *poutwrite_val);
type             1196 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/hw.c 				     enum nl80211_iftype type)
type             1203 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/hw.c 	switch (type) {
type             1228 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/hw.c 		pr_err("Network type %d not support!\n", type);
type             1289 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/hw.c 			     enum nl80211_iftype type)
type             1293 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/hw.c 	if (_rtl88ee_set_media_status(hw, type))
type             1297 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/hw.c 		if (type != NL80211_IFTYPE_AP &&
type             1298 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/hw.c 		    type != NL80211_IFTYPE_MESH_POINT)
type               15 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/hw.h int rtl88ee_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type);
type             1207 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/reg.h #define _RXERR_RPT_SEL(type)		((type) << 28)
type              750 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/trx.h 	u32 type:2;
type             1132 drivers/net/wireless/realtek/rtlwifi/rtl8192ce/hw.c 				     enum nl80211_iftype type)
type             1141 drivers/net/wireless/realtek/rtlwifi/rtl8192ce/hw.c 	switch (type) {
type             1170 drivers/net/wireless/realtek/rtlwifi/rtl8192ce/hw.c 		pr_err("Network type %d not supported!\n", type);
type             1231 drivers/net/wireless/realtek/rtlwifi/rtl8192ce/hw.c int rtl92ce_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type)
type             1235 drivers/net/wireless/realtek/rtlwifi/rtl8192ce/hw.c 	if (_rtl92ce_set_media_status(hw, type))
type             1239 drivers/net/wireless/realtek/rtlwifi/rtl8192ce/hw.c 		if (type != NL80211_IFTYPE_AP &&
type             1240 drivers/net/wireless/realtek/rtlwifi/rtl8192ce/hw.c 		    type != NL80211_IFTYPE_MESH_POINT)
type               28 drivers/net/wireless/realtek/rtlwifi/rtl8192ce/hw.h int rtl92ce_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type);
type             1129 drivers/net/wireless/realtek/rtlwifi/rtl8192ce/reg.h #define _RXERR_RPT_SEL(type)			((type) << 28)
type              264 drivers/net/wireless/realtek/rtlwifi/rtl8192ce/trx.c 	u16 type, c_fc;
type              272 drivers/net/wireless/realtek/rtlwifi/rtl8192ce/trx.c 	type = WLAN_FC_GET_TYPE(fc);
type              276 drivers/net/wireless/realtek/rtlwifi/rtl8192ce/trx.c 	    ((IEEE80211_FTYPE_CTL != type) &&
type              480 drivers/net/wireless/realtek/rtlwifi/rtl8192ce/trx.h 	u32 type:2;
type             1268 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c 				     enum nl80211_iftype type)
type             1275 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c 	if (type == NL80211_IFTYPE_UNSPECIFIED || type ==
type             1279 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c 	} else if (type == NL80211_IFTYPE_ADHOC || type == NL80211_IFTYPE_AP) {
type             1285 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c 			 type);
type             1287 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c 	switch (type) {
type             1311 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c 		pr_err("Network type %d not supported!\n", type);
type             1390 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c int rtl92cu_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type)
type             1394 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c 	if (_rtl92cu_set_media_status(hw, type))
type             1398 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c 		if (type != NL80211_IFTYPE_AP)
type               62 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.h int rtl92cu_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type);
type              378 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/mac.c int rtl92c_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type)
type              383 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/mac.c 	switch (type) {
type              406 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/mac.c 			 "Network type %d not supported!\n", type);
type              761 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/mac.c 	u16 type, cpu_fc;
type              768 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/mac.c 	type = WLAN_FC_GET_TYPE(fc);
type              771 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/mac.c 	    ((IEEE80211_FTYPE_CTL != type) &&
type               27 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/mac.h int rtl92c_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type);
type               93 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/mac.h 	u32 type:2;
type             1045 drivers/net/wireless/realtek/rtlwifi/rtl8192de/hw.c 				     enum nl80211_iftype type)
type             1054 drivers/net/wireless/realtek/rtlwifi/rtl8192de/hw.c 	if (type == NL80211_IFTYPE_UNSPECIFIED ||
type             1055 drivers/net/wireless/realtek/rtlwifi/rtl8192de/hw.c 	    type == NL80211_IFTYPE_STATION) {
type             1058 drivers/net/wireless/realtek/rtlwifi/rtl8192de/hw.c 	} else if (type == NL80211_IFTYPE_ADHOC ||
type             1059 drivers/net/wireless/realtek/rtlwifi/rtl8192de/hw.c 		type == NL80211_IFTYPE_AP) {
type             1065 drivers/net/wireless/realtek/rtlwifi/rtl8192de/hw.c 			 type);
type             1068 drivers/net/wireless/realtek/rtlwifi/rtl8192de/hw.c 	switch (type) {
type             1096 drivers/net/wireless/realtek/rtlwifi/rtl8192de/hw.c 		pr_err("Network type %d not supported!\n", type);
type             1129 drivers/net/wireless/realtek/rtlwifi/rtl8192de/hw.c int rtl92de_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type)
type             1133 drivers/net/wireless/realtek/rtlwifi/rtl8192de/hw.c 	if (_rtl92de_set_media_status(hw, type))
type             1138 drivers/net/wireless/realtek/rtlwifi/rtl8192de/hw.c 		if (type != NL80211_IFTYPE_AP)
type               15 drivers/net/wireless/realtek/rtlwifi/rtl8192de/hw.h int rtl92de_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type);
type              413 drivers/net/wireless/realtek/rtlwifi/rtl8192de/trx.c 	u16 type, cfc;
type              421 drivers/net/wireless/realtek/rtlwifi/rtl8192de/trx.c 	type = WLAN_FC_GET_TYPE(fc);
type              423 drivers/net/wireless/realtek/rtlwifi/rtl8192de/trx.c 	packet_matchbssid = ((IEEE80211_FTYPE_CTL != type) &&
type              672 drivers/net/wireless/realtek/rtlwifi/rtl8192de/trx.h 	u32 type:2;
type             1452 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/hw.c 				     enum nl80211_iftype type)
type             1459 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/hw.c 	switch (type) {
type             1484 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/hw.c 		pr_err("Network type %d not support!\n", type);
type             1542 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/hw.c int rtl92ee_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type)
type             1546 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/hw.c 	if (_rtl92ee_set_media_status(hw, type))
type             1550 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/hw.c 		if (type != NL80211_IFTYPE_AP &&
type             1551 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/hw.c 		    type != NL80211_IFTYPE_MESH_POINT)
type               15 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/hw.h int rtl92ee_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type);
type             1169 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/reg.h #define _RXERR_RPT_SEL(type)			((type) << 28)
type              686 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/trx.h 	u32 type:2;
type             1140 drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c 				     enum nl80211_iftype type)
type             1147 drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c 	switch (type) {
type             1169 drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c 		pr_err("Network type %d not supported!\n", type);
type             1174 drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c 	if (type != NL80211_IFTYPE_AP &&
type             1188 drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c int rtl92se_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type)
type             1192 drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c 	if (_rtl92se_set_media_status(hw, type))
type             1196 drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c 		if (type != NL80211_IFTYPE_AP)
type               30 drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.h 			     enum nl80211_iftype type);
type              205 drivers/net/wireless/realtek/rtlwifi/rtl8192se/trx.c 	u16 type, cfc;
type              213 drivers/net/wireless/realtek/rtlwifi/rtl8192se/trx.c 	type = WLAN_FC_GET_TYPE(fc);
type              216 drivers/net/wireless/realtek/rtlwifi/rtl8192se/trx.c 	packet_matchbssid = ((IEEE80211_FTYPE_CTL != type) &&
type              379 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.c void rtl8723e_dm_bt_agc_table(struct ieee80211_hw *hw, u8 type)
type              383 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.c 	if (type == BT_AGCTABLE_OFF) {
type              402 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.c 	} else if (type == BT_AGCTABLE_ON) {
type              426 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.c void rtl8723e_dm_bt_bb_back_off_level(struct ieee80211_hw *hw, u8 type)
type              430 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.c 	if (type == BT_BB_BACKOFF_OFF) {
type              434 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.c 	} else if (type == BT_BB_BACKOFF_ON) {
type              120 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.h void rtl8723e_dm_bt_bb_back_off_level(struct ieee80211_hw *hw, u8 type);
type              178 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_btc.c 						   u8 type)
type              182 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_btc.c 	if (BT_RF_RX_LPF_CORNER_SHRINK == type) {
type              189 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_btc.c 	} else if (BT_RF_RX_LPF_CORNER_RESUME == type) {
type             1098 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hw.c 				      enum nl80211_iftype type)
type             1109 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hw.c 	switch (type) {
type             1133 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hw.c 		pr_err("Network type %d not support!\n", type);
type             1193 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hw.c 			      enum nl80211_iftype type)
type             1197 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hw.c 	if (_rtl8723e_set_media_status(hw, type))
type             1201 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hw.c 		if (type != NL80211_IFTYPE_AP)
type               21 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hw.h 			      enum nl80211_iftype type);
type             1171 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/reg.h #define _RXERR_RPT_SEL(type)		((type) << 28)
type              228 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c 	u16 fc, type;
type              235 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c 	type = WLAN_FC_GET_TYPE(hdr->frame_control);
type              238 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c 	packet_matchbssid = ((IEEE80211_FTYPE_CTL != type) &&
type              482 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.h 	u32 type:2;
type              157 drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.c void rtl8723be_dm_txpower_track_adjust(struct ieee80211_hw *hw, u8 type,
type              168 drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.c 	if (type == 0) {
type              176 drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.c 	} else if (type == 1) {
type              246 drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.h void rtl8723be_dm_txpower_track_adjust(struct ieee80211_hw *hw, u8 type,
type             1487 drivers/net/wireless/realtek/rtlwifi/rtl8723be/hw.c 				       enum nl80211_iftype type)
type             1494 drivers/net/wireless/realtek/rtlwifi/rtl8723be/hw.c 	switch (type) {
type             1519 drivers/net/wireless/realtek/rtlwifi/rtl8723be/hw.c 		pr_err("Network type %d not support!\n", type);
type             1579 drivers/net/wireless/realtek/rtlwifi/rtl8723be/hw.c 			       enum nl80211_iftype type)
type             1583 drivers/net/wireless/realtek/rtlwifi/rtl8723be/hw.c 	if (_rtl8723be_set_media_status(hw, type))
type             1587 drivers/net/wireless/realtek/rtlwifi/rtl8723be/hw.c 		if (type != NL80211_IFTYPE_AP)
type               17 drivers/net/wireless/realtek/rtlwifi/rtl8723be/hw.h 			       enum nl80211_iftype type);
type             1202 drivers/net/wireless/realtek/rtlwifi/rtl8723be/reg.h #define _RXERR_RPT_SEL(type)			((type) << 28)
type              202 drivers/net/wireless/realtek/rtlwifi/rtl8723be/trx.c 	u16 fc, type;
type              209 drivers/net/wireless/realtek/rtlwifi/rtl8723be/trx.c 	type = WLAN_FC_GET_TYPE(hdr->frame_control);
type              214 drivers/net/wireless/realtek/rtlwifi/rtl8723be/trx.c 	packet_matchbssid = ((IEEE80211_FTYPE_CTL != type) &&
type              595 drivers/net/wireless/realtek/rtlwifi/rtl8723be/trx.h 	u32 type:2;
type              381 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 				       u8 type, u8 *pdirection,
type              388 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 	if (type == 0) {
type              399 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 	} else if (type == 1) {
type              275 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.h 				       u8 type, u8 *pdirection,
type             2097 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c 				     enum nl80211_iftype type)
type             2108 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c 	if (type == NL80211_IFTYPE_UNSPECIFIED ||
type             2109 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c 	    type == NL80211_IFTYPE_STATION) {
type             2112 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c 	} else if (type == NL80211_IFTYPE_ADHOC ||
type             2113 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c 		type == NL80211_IFTYPE_AP) {
type             2119 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c 			 type);
type             2122 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c 	switch (type) {
type             2146 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c 		pr_err("Network type %d not support!\n", type);
type             2182 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c int rtl8821ae_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type)
type             2188 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c 	if (_rtl8821ae_set_media_status(hw, type))
type             2192 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c 		if (type != NL80211_IFTYPE_AP)
type             4030 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c 			if (rtl_pattern->type == UNICAST_PATTERN)
type             4032 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c 			else if (rtl_pattern->type == MULTICAST_PATTERN)
type             4034 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c 			else if (rtl_pattern->type == BROADCAST_PATTERN)
type               17 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.h 			       enum nl80211_iftype type);
type             1231 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/reg.h #define _RXERR_RPT_SEL(type)		((type) << 28)
type              601 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/trx.h 	u32 type:2;
type             1992 drivers/net/wireless/realtek/rtlwifi/wifi.h 	void (*efuse_logical_map_read)(struct ieee80211_hw *hw, u8 type,
type             2205 drivers/net/wireless/realtek/rtlwifi/wifi.h 	u8 type;
type             2232 drivers/net/wireless/realtek/rtlwifi/wifi.h 				enum nl80211_iftype type);
type             2684 drivers/net/wireless/realtek/rtlwifi/wifi.h 	void (*btc_ips_notify)(struct rtl_priv *rtlpriv, u8 type);
type             2685 drivers/net/wireless/realtek/rtlwifi/wifi.h 	void (*btc_lps_notify)(struct rtl_priv *rtlpriv, u8 type);
type             2703 drivers/net/wireless/realtek/rtlwifi/wifi.h 	void (*btc_switch_band_notify)(struct rtl_priv *rtlpriv, u8 type,
type             2706 drivers/net/wireless/realtek/rtlwifi/wifi.h 						 u8 type, bool scanning);
type             2724 drivers/net/wireless/realtek/rtlwifi/wifi.h 	u8  (*proxim_get_var)(struct ieee80211_hw *hw, u8 type);
type              217 drivers/net/wireless/realtek/rtw88/coex.c static void rtw_coex_tdma_timer_base(struct rtw_dev *rtwdev, u8 type)
type              223 drivers/net/wireless/realtek/rtw88/coex.c 	if (coex_stat->tdma_timer_base == type)
type              226 drivers/net/wireless/realtek/rtw88/coex.c 	coex_stat->tdma_timer_base = type;
type              230 drivers/net/wireless/realtek/rtw88/coex.c 	if (type == 3) /* 4-slot  */
type              634 drivers/net/wireless/realtek/rtw88/coex.c static void rtw_coex_update_wl_ch_info(struct rtw_dev *rtwdev, u8 type)
type              646 drivers/net/wireless/realtek/rtw88/coex.c 	if (type != COEX_MEDIA_DISCONNECT)
type              777 drivers/net/wireless/realtek/rtw88/coex.c static void rtw_coex_table(struct rtw_dev *rtwdev, u8 type)
type              784 drivers/net/wireless/realtek/rtw88/coex.c 	coex_dm->cur_table = type;
type              787 drivers/net/wireless/realtek/rtw88/coex.c 		if (type < chip->table_sant_num)
type              789 drivers/net/wireless/realtek/rtw88/coex.c 					   chip->table_sant[type].bt,
type              790 drivers/net/wireless/realtek/rtw88/coex.c 					   chip->table_sant[type].wl);
type              792 drivers/net/wireless/realtek/rtw88/coex.c 		type = type - 100;
type              793 drivers/net/wireless/realtek/rtw88/coex.c 		if (type < chip->table_nsant_num)
type              795 drivers/net/wireless/realtek/rtw88/coex.c 					   chip->table_nsant[type].bt,
type              796 drivers/net/wireless/realtek/rtw88/coex.c 					   chip->table_nsant[type].wl);
type              888 drivers/net/wireless/realtek/rtw88/coex.c 	u8 n, type;
type              896 drivers/net/wireless/realtek/rtw88/coex.c 	type = (u8)(tcase & 0xff);
type              898 drivers/net/wireless/realtek/rtw88/coex.c 	turn_on = (type == 0 || type == 100) ? false : true;
type              902 drivers/net/wireless/realtek/rtw88/coex.c 		    type == coex_dm->cur_ps_tdma) {
type              916 drivers/net/wireless/realtek/rtw88/coex.c 		if (type < chip->tdma_sant_num)
type              918 drivers/net/wireless/realtek/rtw88/coex.c 					  chip->tdma_sant[type].para[0],
type              919 drivers/net/wireless/realtek/rtw88/coex.c 					  chip->tdma_sant[type].para[1],
type              920 drivers/net/wireless/realtek/rtw88/coex.c 					  chip->tdma_sant[type].para[2],
type              921 drivers/net/wireless/realtek/rtw88/coex.c 					  chip->tdma_sant[type].para[3],
type              922 drivers/net/wireless/realtek/rtw88/coex.c 					  chip->tdma_sant[type].para[4]);
type              924 drivers/net/wireless/realtek/rtw88/coex.c 		n = type - 100;
type              936 drivers/net/wireless/realtek/rtw88/coex.c 	coex_dm->cur_ps_tdma = type;
type              938 drivers/net/wireless/realtek/rtw88/coex.c 	rtw_dbg(rtwdev, RTW_DBG_COEX, "coex: coex tdma type (%d)\n", type);
type             2080 drivers/net/wireless/realtek/rtw88/coex.c void rtw_coex_ips_notify(struct rtw_dev *rtwdev, u8 type)
type             2088 drivers/net/wireless/realtek/rtw88/coex.c 	if (type == COEX_IPS_ENTER) {
type             2096 drivers/net/wireless/realtek/rtw88/coex.c 	} else if (type == COEX_IPS_LEAVE) {
type             2107 drivers/net/wireless/realtek/rtw88/coex.c void rtw_coex_lps_notify(struct rtw_dev *rtwdev, u8 type)
type             2115 drivers/net/wireless/realtek/rtw88/coex.c 	if (type == COEX_LPS_ENABLE) {
type             2127 drivers/net/wireless/realtek/rtw88/coex.c 	} else if (type == COEX_LPS_DISABLE) {
type             2138 drivers/net/wireless/realtek/rtw88/coex.c void rtw_coex_scan_notify(struct rtw_dev *rtwdev, u8 type)
type             2148 drivers/net/wireless/realtek/rtw88/coex.c 	if (type != COEX_SCAN_FINISH)
type             2152 drivers/net/wireless/realtek/rtw88/coex.c 	if (type == COEX_SCAN_START_5G) {
type             2155 drivers/net/wireless/realtek/rtw88/coex.c 	} else if ((type == COEX_SCAN_START_2G) || (type == COEX_SCAN_START)) {
type             2167 drivers/net/wireless/realtek/rtw88/coex.c void rtw_coex_switchband_notify(struct rtw_dev *rtwdev, u8 type)
type             2174 drivers/net/wireless/realtek/rtw88/coex.c 	if (type == COEX_SWITCH_TO_5G)
type             2176 drivers/net/wireless/realtek/rtw88/coex.c 	else if (type == COEX_SWITCH_TO_24G_NOFORSCAN)
type             2182 drivers/net/wireless/realtek/rtw88/coex.c void rtw_coex_connect_notify(struct rtw_dev *rtwdev, u8 type)
type             2193 drivers/net/wireless/realtek/rtw88/coex.c 	if (type == COEX_ASSOCIATE_5G_START) {
type             2196 drivers/net/wireless/realtek/rtw88/coex.c 	} else if (type == COEX_ASSOCIATE_5G_FINISH) {
type             2199 drivers/net/wireless/realtek/rtw88/coex.c 	} else if (type == COEX_ASSOCIATE_START) {
type             2222 drivers/net/wireless/realtek/rtw88/coex.c void rtw_coex_media_status_notify(struct rtw_dev *rtwdev, u8 type)
type             2231 drivers/net/wireless/realtek/rtw88/coex.c 	if (type == COEX_MEDIA_CONNECT_5G) {
type             2236 drivers/net/wireless/realtek/rtw88/coex.c 	} else if (type == COEX_MEDIA_CONNECT) {
type             2259 drivers/net/wireless/realtek/rtw88/coex.c 	rtw_coex_update_wl_ch_info(rtwdev, type);
type             2268 drivers/net/wireless/realtek/rtw88/coex.c 	u8 i, rsp_source = 0, type;
type             2400 drivers/net/wireless/realtek/rtw88/coex.c 			type = COEX_MEDIA_CONNECT;
type             2402 drivers/net/wireless/realtek/rtw88/coex.c 			type = COEX_MEDIA_DISCONNECT;
type             2403 drivers/net/wireless/realtek/rtw88/coex.c 		rtw_coex_update_wl_ch_info(rtwdev, type);
type              360 drivers/net/wireless/realtek/rtw88/coex.h void rtw_coex_ips_notify(struct rtw_dev *rtwdev, u8 type);
type              361 drivers/net/wireless/realtek/rtw88/coex.h void rtw_coex_lps_notify(struct rtw_dev *rtwdev, u8 type);
type              362 drivers/net/wireless/realtek/rtw88/coex.h void rtw_coex_scan_notify(struct rtw_dev *rtwdev, u8 type);
type              367 drivers/net/wireless/realtek/rtw88/coex.h void rtw_coex_switchband_notify(struct rtw_dev *rtwdev, u8 type);
type              387 drivers/net/wireless/realtek/rtw88/fw.c 				     enum rtw_rsvd_packet_type type)
type              393 drivers/net/wireless/realtek/rtw88/fw.c 		if (type == rsvd_pkt->type)
type              431 drivers/net/wireless/realtek/rtw88/fw.c 	if (vif->type != NL80211_IFTYPE_AP &&
type              432 drivers/net/wireless/realtek/rtw88/fw.c 	    vif->type != NL80211_IFTYPE_ADHOC &&
type              447 drivers/net/wireless/realtek/rtw88/fw.c 					     enum rtw_rsvd_packet_type type)
type              451 drivers/net/wireless/realtek/rtw88/fw.c 	switch (type) {
type              508 drivers/net/wireless/realtek/rtw88/fw.c void rtw_add_rsvd_page(struct rtw_dev *rtwdev, enum rtw_rsvd_packet_type type,
type              516 drivers/net/wireless/realtek/rtw88/fw.c 		if (rsvd_pkt->type == type)
type              524 drivers/net/wireless/realtek/rtw88/fw.c 	rsvd_pkt->type = type;
type              536 drivers/net/wireless/realtek/rtw88/fw.c 		if (rsvd_pkt->type == RSVD_BEACON)
type              623 drivers/net/wireless/realtek/rtw88/fw.c 		iter = rtw_get_rsvd_page_skb(hw, vif, rsvd_pkt->type);
type              647 drivers/net/wireless/realtek/rtw88/fw.c 			if (rsvd_pkt->type != RSVD_BEACON) {
type               92 drivers/net/wireless/realtek/rtw88/fw.h 	enum rtw_rsvd_packet_type type;
type              285 drivers/net/wireless/realtek/rtw88/fw.h void rtw_add_rsvd_page(struct rtw_dev *rtwdev, enum rtw_rsvd_packet_type type,
type              208 drivers/net/wireless/realtek/rtw88/hci.h 	return rtwdev->hci.type;
type              142 drivers/net/wireless/realtek/rtw88/mac80211.c 	switch (vif->type) {
type              126 drivers/net/wireless/realtek/rtw88/main.c 	if (vif->type == NL80211_IFTYPE_STATION) {
type               50 drivers/net/wireless/realtek/rtw88/main.h 	enum rtw_hci_type type;
type             1213 drivers/net/wireless/realtek/rtw88/pci.c 	rtwdev->hci.type = RTW_HCI_TYPE_PCIE;
type              290 drivers/net/wireless/rndis_wlan.c 	__le32 type;
type              470 drivers/net/wireless/rndis_wlan.c 					enum nl80211_iftype type,
type              480 drivers/net/wireless/rndis_wlan.c 			      enum nl80211_tx_power_setting type,
type              904 drivers/net/wireless/rndis_wlan.c 	infobuf->type = cpu_to_le32(value_type);
type             1846 drivers/net/wireless/rndis_wlan.c 					enum nl80211_iftype type,
type             1853 drivers/net/wireless/rndis_wlan.c 	switch (type) {
type             1864 drivers/net/wireless/rndis_wlan.c 	priv->wdev.iftype = type;
type             1892 drivers/net/wireless/rndis_wlan.c 			      enum nl80211_tx_power_setting type,
type             1899 drivers/net/wireless/rndis_wlan.c 		   __func__, type, mbm);
type             1908 drivers/net/wireless/rndis_wlan.c 	if (type == NL80211_TX_POWER_AUTOMATIC ||
type             2898 drivers/net/wireless/rndis_wlan.c 	const char *type;
type             2919 drivers/net/wireless/rndis_wlan.c 		type = "unknown";
type             2925 drivers/net/wireless/rndis_wlan.c 			type = "reauth request";
type             2927 drivers/net/wireless/rndis_wlan.c 			type = "key update request";
type             2930 drivers/net/wireless/rndis_wlan.c 			type = "pairwise_error";
type             2934 drivers/net/wireless/rndis_wlan.c 			type = "group_error";
type             2938 drivers/net/wireless/rndis_wlan.c 			    type, le32_to_cpu(auth_req->flags));
type              447 drivers/net/wireless/rsi/rsi_91x_core.c 		if (((vif->type == NL80211_IFTYPE_AP) ||
type              448 drivers/net/wireless/rsi/rsi_91x_core.c 		     (vif->type == NL80211_IFTYPE_P2P_GO)) &&
type              134 drivers/net/wireless/rsi/rsi_91x_hal.c 	if (((vif->type == NL80211_IFTYPE_AP) ||
type              135 drivers/net/wireless/rsi/rsi_91x_hal.c 	     (vif->type == NL80211_IFTYPE_P2P_GO)) &&
type              200 drivers/net/wireless/rsi/rsi_91x_hal.c 	if (((vif->type == NL80211_IFTYPE_STATION) ||
type              201 drivers/net/wireless/rsi/rsi_91x_hal.c 	     (vif->type == NL80211_IFTYPE_P2P_CLIENT)) &&
type              269 drivers/net/wireless/rsi/rsi_91x_hal.c 		if ((vif->type == NL80211_IFTYPE_AP) ||
type              270 drivers/net/wireless/rsi/rsi_91x_hal.c 		    (vif->type == NL80211_IFTYPE_P2P_GO)) {
type              277 drivers/net/wireless/rsi/rsi_91x_hal.c 	if (((vif->type == NL80211_IFTYPE_AP) ||
type              278 drivers/net/wireless/rsi/rsi_91x_hal.c 	     (vif->type == NL80211_IFTYPE_P2P_GO)) &&
type              309 drivers/net/wireless/rsi/rsi_91x_hal.c 	if (((vif->type == NL80211_IFTYPE_STATION) ||
type              310 drivers/net/wireless/rsi/rsi_91x_hal.c 	     (vif->type == NL80211_IFTYPE_P2P_CLIENT)) &&
type              436 drivers/net/wireless/rsi/rsi_91x_hal.c 		if ((vif->type == NL80211_IFTYPE_AP) ||
type              437 drivers/net/wireless/rsi/rsi_91x_hal.c 		    (vif->type == NL80211_IFTYPE_P2P_GO))
type              472 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	intf_mode = rsi_map_intf_mode(vif->type);
type              476 drivers/net/wireless/rsi/rsi_91x_mac80211.c 			vif->type);
type              480 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	if ((vif->type == NL80211_IFTYPE_P2P_DEVICE) ||
type              481 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	    (vif->type == NL80211_IFTYPE_P2P_CLIENT) ||
type              482 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	    (vif->type == NL80211_IFTYPE_P2P_GO))
type              510 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	if ((vif->type == NL80211_IFTYPE_AP) ||
type              511 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	    (vif->type == NL80211_IFTYPE_P2P_GO)) {
type              548 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	opmode = rsi_map_intf_mode(vif->type);
type              596 drivers/net/wireless/rsi/rsi_91x_mac80211.c 		if (vif->type == NL80211_IFTYPE_STATION) {
type              697 drivers/net/wireless/rsi/rsi_91x_mac80211.c 			if ((vif->type == NL80211_IFTYPE_AP) ||
type              698 drivers/net/wireless/rsi/rsi_91x_mac80211.c 			    (vif->type == NL80211_IFTYPE_P2P_GO)) {
type              702 drivers/net/wireless/rsi/rsi_91x_mac80211.c 			if ((vif->type == NL80211_IFTYPE_STATION ||
type              703 drivers/net/wireless/rsi/rsi_91x_mac80211.c 			     vif->type == NL80211_IFTYPE_P2P_CLIENT) &&
type              841 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	    ((vif->type == NL80211_IFTYPE_AP) ||
type              842 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	     (vif->type == NL80211_IFTYPE_P2P_GO))) {
type              961 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	if ((vif->type == NL80211_IFTYPE_AP) ||
type              962 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	    (vif->type == NL80211_IFTYPE_P2P_GO)) {
type              996 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	if (vif->type == NL80211_IFTYPE_STATION &&
type             1049 drivers/net/wireless/rsi/rsi_91x_mac80211.c 		if (vif->type == NL80211_IFTYPE_STATION)
type             1102 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	if ((vif->type == NL80211_IFTYPE_AP) ||
type             1103 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	    (vif->type == NL80211_IFTYPE_P2P_GO)) {
type             1137 drivers/net/wireless/rsi/rsi_91x_mac80211.c 		if ((vif->type == NL80211_IFTYPE_STATION) ||
type             1138 drivers/net/wireless/rsi/rsi_91x_mac80211.c 		    (vif->type == NL80211_IFTYPE_P2P_CLIENT))
type             1140 drivers/net/wireless/rsi/rsi_91x_mac80211.c 		else if ((vif->type == NL80211_IFTYPE_AP) ||
type             1141 drivers/net/wireless/rsi/rsi_91x_mac80211.c 			 (vif->type == NL80211_IFTYPE_P2P_GO))
type             1161 drivers/net/wireless/rsi/rsi_91x_mac80211.c 		if ((vif->type == NL80211_IFTYPE_STATION) ||
type             1162 drivers/net/wireless/rsi/rsi_91x_mac80211.c 		    (vif->type == NL80211_IFTYPE_P2P_CLIENT))
type             1164 drivers/net/wireless/rsi/rsi_91x_mac80211.c 		else if ((vif->type == NL80211_IFTYPE_AP) ||
type             1165 drivers/net/wireless/rsi/rsi_91x_mac80211.c 			 (vif->type == NL80211_IFTYPE_P2P_GO))
type             1325 drivers/net/wireless/rsi/rsi_91x_mac80211.c 		if (vif->type == NL80211_IFTYPE_STATION) {
type             1429 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	if ((vif->type == NL80211_IFTYPE_AP) ||
type             1430 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	    (vif->type == NL80211_IFTYPE_P2P_GO)) {
type             1502 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	if ((vif->type == NL80211_IFTYPE_STATION) ||
type             1503 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	    (vif->type == NL80211_IFTYPE_P2P_CLIENT)) {
type             1544 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	if ((vif->type == NL80211_IFTYPE_AP) ||
type             1545 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	    (vif->type == NL80211_IFTYPE_P2P_GO)) {
type             1573 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	if ((vif->type == NL80211_IFTYPE_STATION) ||
type             1574 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	    (vif->type == NL80211_IFTYPE_P2P_CLIENT)) {
type             1745 drivers/net/wireless/rsi/rsi_91x_mac80211.c 		if ((vif->type == NL80211_IFTYPE_AP) ||
type             1746 drivers/net/wireless/rsi/rsi_91x_mac80211.c 		    (vif->type == NL80211_IFTYPE_P2P_GO)) {
type             1750 drivers/net/wireless/rsi/rsi_91x_mac80211.c 		if (((vif->type == NL80211_IFTYPE_STATION) ||
type             1751 drivers/net/wireless/rsi/rsi_91x_mac80211.c 		     (vif->type == NL80211_IFTYPE_P2P_CLIENT)) &&
type             1777 drivers/net/wireless/rsi/rsi_91x_mac80211.c 			    enum ieee80211_roc_type type)
type              590 drivers/net/wireless/rsi/rsi_91x_mgmt.c 	if ((vif->type == NL80211_IFTYPE_STATION) &&
type              814 drivers/net/wireless/rsi/rsi_91x_mgmt.c 		if (vif->type == NL80211_IFTYPE_AP)
type             1345 drivers/net/wireless/rsi/rsi_91x_mgmt.c 	if (vif->type == NL80211_IFTYPE_STATION) {
type               36 drivers/net/wireless/st/cw1200/pm.c 			.type = WSM_FILTER_PORT_TYPE_DST,
type               41 drivers/net/wireless/st/cw1200/pm.c 			.type = WSM_FILTER_PORT_TYPE_DST,
type               60 drivers/net/wireless/st/cw1200/pm.c 			.type = __cpu_to_le16(ETH_P_IP),
type               64 drivers/net/wireless/st/cw1200/pm.c 			.type = __cpu_to_le16(ETH_P_PAE),
type               68 drivers/net/wireless/st/cw1200/pm.c 			.type = __cpu_to_le16(ETH_P_WAPI),
type               72 drivers/net/wireless/st/cw1200/pm.c 			.type = __cpu_to_le16(ETH_P_ARP),
type               31 drivers/net/wireless/st/cw1200/scan.c 		  scan->type, scan->num_channels, scan->flags);
type              136 drivers/net/wireless/st/cw1200/scan.c 		.type = WSM_SCAN_TYPE_FOREGROUND,
type              229 drivers/net/wireless/st/cw1200/scan.c 			scan.type = WSM_SCAN_TYPE_BACKGROUND;
type              375 drivers/net/wireless/st/cw1200/scan.c 		.type = WSM_SCAN_TYPE_FOREGROUND,
type              412 drivers/net/wireless/st/cw1200/scan.c 		scan.type = WSM_SCAN_TYPE_BACKGROUND;
type              223 drivers/net/wireless/st/cw1200/sta.c 	switch (vif->type) {
type              228 drivers/net/wireless/st/cw1200/sta.c 		priv->mode = vif->type;
type              312 drivers/net/wireless/st/cw1200/sta.c 		 p2p, vif->type, vif->p2p);
type              314 drivers/net/wireless/st/cw1200/sta.c 	if (new_type != vif->type || vif->p2p != p2p) {
type              316 drivers/net/wireless/st/cw1200/sta.c 		vif->type = new_type;
type              444 drivers/net/wireless/st/cw1200/sta.c 	bool is_sta = priv->vif && NL80211_IFTYPE_STATION == priv->vif->type;
type              718 drivers/net/wireless/st/cw1200/sta.c 				wsm_key->type = WSM_KEY_TYPE_WEP_PAIRWISE;
type              725 drivers/net/wireless/st/cw1200/sta.c 				wsm_key->type = WSM_KEY_TYPE_WEP_DEFAULT;
type              735 drivers/net/wireless/st/cw1200/sta.c 				wsm_key->type = WSM_KEY_TYPE_TKIP_PAIRWISE;
type              748 drivers/net/wireless/st/cw1200/sta.c 				wsm_key->type = WSM_KEY_TYPE_TKIP_GROUP;
type              769 drivers/net/wireless/st/cw1200/sta.c 				wsm_key->type = WSM_KEY_TYPE_AES_PAIRWISE;
type              775 drivers/net/wireless/st/cw1200/sta.c 				wsm_key->type = WSM_KEY_TYPE_AES_GROUP;
type              792 drivers/net/wireless/st/cw1200/sta.c 				wsm_key->type = WSM_KEY_TYPE_WAPI_PAIRWISE;
type              801 drivers/net/wireless/st/cw1200/sta.c 				wsm_key->type = WSM_KEY_TYPE_WAPI_GROUP;
type               42 drivers/net/wireless/st/cw1200/wsm.c #define __WSM_GET(buf, type, type2, cvt)				\
type               44 drivers/net/wireless/st/cw1200/wsm.c 		type val;						\
type               45 drivers/net/wireless/st/cw1200/wsm.c 		if ((buf)->data + sizeof(type) > (buf)->end)		\
type               48 drivers/net/wireless/st/cw1200/wsm.c 		(buf)->data += sizeof(type);				\
type               65 drivers/net/wireless/st/cw1200/wsm.c #define __WSM_PUT(buf, val, type, type2, cvt)				\
type               67 drivers/net/wireless/st/cw1200/wsm.c 		if ((buf)->data + sizeof(type) > (buf)->end)		\
type               68 drivers/net/wireless/st/cw1200/wsm.c 			if (wsm_buf_reserve((buf), sizeof(type))) \
type               71 drivers/net/wireless/st/cw1200/wsm.c 		(buf)->data += sizeof(type);				\
type              305 drivers/net/wireless/st/cw1200/wsm.c 	WSM_PUT8(buf, arg->type);
type              697 drivers/net/wireless/st/cw1200/wsm.h 	u8 type;
type             1010 drivers/net/wireless/st/cw1200/wsm.h 	u8 type;		/* WSM_KEY_TYPE_... */
type             1576 drivers/net/wireless/st/cw1200/wsm.h 	__le16 type;	/* Type of ethernet frame */
type             1596 drivers/net/wireless/st/cw1200/wsm.h 	u8 type;		/* WSM_FILTER_PORT_TYPE_XXX */
type              722 drivers/net/wireless/ti/wl1251/acx.c 			u8 depth, enum wl1251_acx_low_rssi_type type)
type              736 drivers/net/wireless/ti/wl1251/acx.c 	rssi->type = type;
type              895 drivers/net/wireless/ti/wl1251/acx.c 	mem_conf->rx_queue_config.type = DEFAULT_RXQ_TYPE;
type             1024 drivers/net/wireless/ti/wl1251/acx.c 		       enum wl1251_acx_channel_type type,
type             1032 drivers/net/wireless/ti/wl1251/acx.c 		     "ps_scheme %d ack_policy %d", queue, type, tsid,
type             1040 drivers/net/wireless/ti/wl1251/acx.c 	acx->type = type;
type              428 drivers/net/wireless/ti/wl1251/acx.h 	u8 type;
type             1121 drivers/net/wireless/ti/wl1251/acx.h 	u8 type;
type             1299 drivers/net/wireless/ti/wl1251/acx.h 	u8 type;
type             1466 drivers/net/wireless/ti/wl1251/acx.h 			u8 depth, enum wl1251_acx_low_rssi_type type);
type             1481 drivers/net/wireless/ti/wl1251/acx.h 		       enum wl1251_acx_channel_type type,
type               18 drivers/net/wireless/ti/wl1251/cmd.h int wl1251_cmd_send(struct wl1251 *wl, u16 type, void *buf, size_t buf_len);
type              121 drivers/net/wireless/ti/wl1251/event.c 		if (wl->vif && wl->vif->type == NL80211_IFTYPE_STATION)
type              491 drivers/net/wireless/ti/wl1251/main.c 		     vif->type, vif->addr);
type              501 drivers/net/wireless/ti/wl1251/main.c 	switch (vif->type) {
type               72 drivers/net/wireless/ti/wl1251/rx.h 	u8 type;
type              414 drivers/net/wireless/ti/wlcore/acx.c 			ie_table->table[idx++] = r->type;
type             1231 drivers/net/wireless/ti/wlcore/acx.c 	acx->type = WL1271_ACX_TRIG_TYPE_EDGE;
type              634 drivers/net/wireless/ti/wlcore/acx.h 	u8 type;
type              703 drivers/net/wireless/ti/wlcore/cmd.h 	u8 type;
type              517 drivers/net/wireless/ti/wlcore/conf.h 	u8 type;
type             2448 drivers/net/wireless/ti/wlcore/main.c 	if (vif->type == NL80211_IFTYPE_P2P_DEVICE ||
type             2467 drivers/net/wireless/ti/wlcore/main.c 	if (vif->type == NL80211_IFTYPE_P2P_DEVICE) {
type             2835 drivers/net/wireless/ti/wlcore/main.c 	vif->type = new_type;
type             5641 drivers/net/wireless/ti/wlcore/main.c 				       enum ieee80211_roc_type type)
type              378 drivers/net/wireless/ti/wlcore/scan.c 	int ret = 0, type, i, j, n_match_ssids = 0;
type              391 drivers/net/wireless/ti/wlcore/scan.c 		type = SCAN_SSID_FILTER_ANY;
type              404 drivers/net/wireless/ti/wlcore/scan.c 		type = SCAN_SSID_FILTER_DISABLED;
type              407 drivers/net/wireless/ti/wlcore/scan.c 			cmd->ssids[cmd->n_ssids].type = (ssids[i].ssid_len) ?
type              415 drivers/net/wireless/ti/wlcore/scan.c 		type = SCAN_SSID_FILTER_LIST;
type              423 drivers/net/wireless/ti/wlcore/scan.c 			cmd->ssids[cmd->n_ssids].type = SCAN_SSID_TYPE_PUBLIC;
type              445 drivers/net/wireless/ti/wlcore/scan.c 						cmd->ssids[j].type =
type              470 drivers/net/wireless/ti/wlcore/scan.c 	return type;
type              119 drivers/net/wireless/ti/wlcore/scan.h 	u8 type;
type               49 drivers/net/wireless/ti/wlcore/testmode.c 	[WL1271_TM_ATTR_CMD_ID] =	{ .type = NLA_U32 },
type               50 drivers/net/wireless/ti/wlcore/testmode.c 	[WL1271_TM_ATTR_ANSWER] =	{ .type = NLA_U8 },
type               51 drivers/net/wireless/ti/wlcore/testmode.c 	[WL1271_TM_ATTR_DATA] =		{ .type = NLA_BINARY,
type               53 drivers/net/wireless/ti/wlcore/testmode.c 	[WL1271_TM_ATTR_IE_ID] =	{ .type = NLA_U32 },
type               54 drivers/net/wireless/ti/wlcore/testmode.c 	[WL1271_TM_ATTR_PLT_MODE] =	{ .type = NLA_U32 },
type               20 drivers/net/wireless/ti/wlcore/vendor_cmd.c 	[WLCORE_VENDOR_ATTR_FREQ]		= { .type = NLA_U32 },
type               21 drivers/net/wireless/ti/wlcore/vendor_cmd.c 	[WLCORE_VENDOR_ATTR_GROUP_ID]		= { .type = NLA_U32 },
type               22 drivers/net/wireless/ti/wlcore/vendor_cmd.c 	[WLCORE_VENDOR_ATTR_GROUP_KEY]		= { .type = NLA_BINARY,
type              506 drivers/net/wireless/ti/wlcore/wlcore_i.h 	return wl12xx_wlvif_to_vif(wlvif)->type == NL80211_IFTYPE_P2P_DEVICE;
type              352 drivers/net/wireless/wl3501.h 	u16	type;
type              361 drivers/net/wireless/wl3501.h 	u16	type;
type              854 drivers/net/wireless/wl3501_cs.c 		.type	 = WL3501_SYS_TYPE_OPEN,
type              198 drivers/net/wireless/zydas/zd1201.c 	unsigned char type;
type              220 drivers/net/wireless/zydas/zd1201.c 	type = data[0];
type              221 drivers/net/wireless/zydas/zd1201.c 	if (type == ZD1201_PACKET_EVENTSTAT || type == ZD1201_PACKET_RESOURCE) {
type              228 drivers/net/wireless/zydas/zd1201.c 	if (type == ZD1201_PACKET_INQUIRE) {
type              958 drivers/net/wireless/zydas/zd1201.c 	zd->dev->type = ARPHRD_ETHER;
type              962 drivers/net/wireless/zydas/zd1201.c 			zd->dev->type = ARPHRD_IEEE80211;
type              365 drivers/net/wireless/zydas/zd1211rw/zd_chip.c 				    const char *type)
type              377 drivers/net/wireless/zydas/zd1211rw/zd_chip.c 		dev_dbg_f(zd_chip_dev(chip), "%s addr %pM\n", type, mac_addr);
type              379 drivers/net/wireless/zydas/zd1211rw/zd_chip.c 		dev_dbg_f(zd_chip_dev(chip), "set NULL %s\n", type);
type              882 drivers/net/wireless/zydas/zd1211rw/zd_chip.c 			       u8 dtim_period, int type)
type              891 drivers/net/wireless/zydas/zd1211rw/zd_chip.c 		switch (type) {
type              920 drivers/net/wireless/zydas/zd1211rw/zd_chip.c 			   int type)
type              925 drivers/net/wireless/zydas/zd1211rw/zd_chip.c 	r = set_beacon_interval(chip, interval, dtim_period, type);
type              897 drivers/net/wireless/zydas/zd1211rw/zd_chip.h static inline int zd_get_encryption_type(struct zd_chip *chip, u32 *type)
type              899 drivers/net/wireless/zydas/zd1211rw/zd_chip.h 	return zd_ioread32(chip, CR_ENCRYPTION_TYPE, type);
type              902 drivers/net/wireless/zydas/zd1211rw/zd_chip.h static inline int zd_set_encryption_type(struct zd_chip *chip, u32 type)
type              904 drivers/net/wireless/zydas/zd1211rw/zd_chip.h 	return zd_iowrite32(chip, CR_ENCRYPTION_TYPE, type);
type              926 drivers/net/wireless/zydas/zd1211rw/zd_chip.h 			   int type);
type              256 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 	if (mac->type != NL80211_IFTYPE_AP)
type              397 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 	if (mac->type == NL80211_IFTYPE_MESH_POINT ||
type              398 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 	    mac->type == NL80211_IFTYPE_ADHOC ||
type              399 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 	    mac->type == NL80211_IFTYPE_AP) {
type              407 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 					beacon_period, mac->type);
type             1005 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 		if (mac->type == NL80211_IFTYPE_AP) {
type             1105 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 	if (mac->type != NL80211_IFTYPE_UNSPECIFIED)
type             1108 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 	switch (vif->type) {
type             1114 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 		mac->type = vif->type;
type             1129 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 	mac->type = NL80211_IFTYPE_UNSPECIFIED;
type             1155 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 	if (!mac->vif || mac->vif->type != NL80211_IFTYPE_AP)
type             1289 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 	if (mac->type == NL80211_IFTYPE_MESH_POINT ||
type             1290 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 	    mac->type == NL80211_IFTYPE_ADHOC ||
type             1291 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 	    mac->type == NL80211_IFTYPE_AP) {
type             1319 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 					       mac->type);
type             1375 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 	mac->type = NL80211_IFTYPE_UNSPECIFIED;
type             1433 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 	if (mac->type != NL80211_IFTYPE_AP || !mac->vif)
type             1458 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 		zd_set_beacon_interval(&mac->chip, interval, period, mac->type);
type              136 drivers/net/wireless/zydas/zd1211rw/zd_mac.h 	u8 type;	/* must always be 0x01 : USB_INT_TYPE */
type              184 drivers/net/wireless/zydas/zd1211rw/zd_mac.h 	int type;
type               35 drivers/net/wireless/zydas/zd1211rw/zd_rf.c const char *zd_rf_name(u8 type)
type               37 drivers/net/wireless/zydas/zd1211rw/zd_rf.c 	if (type & 0xf0)
type               38 drivers/net/wireless/zydas/zd1211rw/zd_rf.c 		type = 0;
type               39 drivers/net/wireless/zydas/zd1211rw/zd_rf.c 	return rfs[type];
type               58 drivers/net/wireless/zydas/zd1211rw/zd_rf.c int zd_rf_init_hw(struct zd_rf *rf, u8 type)
type               65 drivers/net/wireless/zydas/zd1211rw/zd_rf.c 	switch (type) {
type               82 drivers/net/wireless/zydas/zd1211rw/zd_rf.c 			"RF %s %#x is not supported\n", zd_rf_name(type), type);
type               83 drivers/net/wireless/zydas/zd1211rw/zd_rf.c 		rf->type = 0;
type               90 drivers/net/wireless/zydas/zd1211rw/zd_rf.c 	rf->type = type;
type              104 drivers/net/wireless/zydas/zd1211rw/zd_rf.c 	return scnprintf(buffer, size, "%s", zd_rf_name(rf->type));
type               37 drivers/net/wireless/zydas/zd1211rw/zd_rf.h 	u8 type;
type               63 drivers/net/wireless/zydas/zd1211rw/zd_rf.h const char *zd_rf_name(u8 type);
type               66 drivers/net/wireless/zydas/zd1211rw/zd_rf.h int zd_rf_init_hw(struct zd_rf *rf, u8 type);
type               14 drivers/net/wireless/zydas/zd1211rw/zd_rf_al2230.c #define IS_AL2230S(chip) ((chip)->al2230s_bit || (chip)->rf.type == AL2230S_RF)
type              454 drivers/net/wireless/zydas/zd1211rw/zd_usb.c 	if (hdr->type != USB_INT_TYPE) {
type             1467 drivers/net/wireless/zydas/zd1211rw/zd_usb.c 	if (mac->type != NL80211_IFTYPE_UNSPECIFIED) {
type              115 drivers/net/wireless/zydas/zd1211rw/zd_usb.h 	u8 type;	/* must always be 1 */
type               79 drivers/net/xen-netback/common.h #define GSO_BIT(type) \
type               80 drivers/net/xen-netback/common.h 	(1 << XEN_NETIF_GSO_TYPE_ ## type)
type              153 drivers/net/xen-netback/hash.c 	enum pkt_hash_types type = PKT_HASH_TYPE_NONE;
type              199 drivers/net/xen-netback/hash.c 			type = PKT_HASH_TYPE_L4;
type              207 drivers/net/xen-netback/hash.c 			type = PKT_HASH_TYPE_L3;
type              223 drivers/net/xen-netback/hash.c 			type = PKT_HASH_TYPE_L4;
type              231 drivers/net/xen-netback/hash.c 			type = PKT_HASH_TYPE_L3;
type              238 drivers/net/xen-netback/hash.c 	if (type == PKT_HASH_TYPE_NONE)
type              241 drivers/net/xen-netback/hash.c 		__skb_set_sw_hash(skb, hash, type == PKT_HASH_TYPE_L4);
type              618 drivers/net/xen-netback/netback.c 		if (unlikely(!extra.type ||
type              619 drivers/net/xen-netback/netback.c 			     extra.type >= XEN_NETIF_EXTRA_TYPE_MAX)) {
type              621 drivers/net/xen-netback/netback.c 				   "Invalid extra type: %d\n", extra.type);
type              626 drivers/net/xen-netback/netback.c 		memcpy(&extras[extra.type - 1], &extra, sizeof(extra));
type              642 drivers/net/xen-netback/netback.c 	switch (gso->u.gso.type) {
type              650 drivers/net/xen-netback/netback.c 		netdev_err(vif->dev, "Bad GSO type %d.\n", gso->u.gso.type);
type              849 drivers/net/xen-netback/netback.c 		if (extras[XEN_NETIF_EXTRA_TYPE_MCAST_ADD - 1].type) {
type              863 drivers/net/xen-netback/netback.c 		if (extras[XEN_NETIF_EXTRA_TYPE_MCAST_DEL - 1].type) {
type              938 drivers/net/xen-netback/netback.c 		if (extras[XEN_NETIF_EXTRA_TYPE_GSO - 1].type) {
type              951 drivers/net/xen-netback/netback.c 		if (extras[XEN_NETIF_EXTRA_TYPE_HASH - 1].type) {
type              953 drivers/net/xen-netback/netback.c 			enum pkt_hash_types type = PKT_HASH_TYPE_NONE;
type              957 drivers/net/xen-netback/netback.c 			switch (extra->u.hash.type) {
type              960 drivers/net/xen-netback/netback.c 				type = PKT_HASH_TYPE_L3;
type              965 drivers/net/xen-netback/netback.c 				type = PKT_HASH_TYPE_L4;
type              972 drivers/net/xen-netback/netback.c 			if (type != PKT_HASH_TYPE_NONE)
type              975 drivers/net/xen-netback/netback.c 					     type);
type             1520 drivers/net/xen-netback/netback.c 		.type = req->type,
type             1544 drivers/net/xen-netback/netback.c 	switch (req->type) {
type              251 drivers/net/xen-netback/rx.c 		extra->u.gso.type = gso_type;
type              255 drivers/net/xen-netback/rx.c 		extra->type = XEN_NETIF_EXTRA_TYPE_GSO;
type              270 drivers/net/xen-netback/rx.c 			extra->u.hash.type =
type              275 drivers/net/xen-netback/rx.c 			extra->u.hash.type =
type              282 drivers/net/xen-netback/rx.c 		extra->type = XEN_NETIF_EXTRA_TYPE_HASH;
type              409 drivers/net/xen-netback/rx.c 		if (pkt->extras[i].type) {
type              415 drivers/net/xen-netback/rx.c 			pkt->extras[i].type = 0;
type              661 drivers/net/xen-netfront.c 		gso->u.gso.type = (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6) ?
type              667 drivers/net/xen-netfront.c 		gso->type = XEN_NETIF_EXTRA_TYPE_GSO;
type              761 drivers/net/xen-netfront.c 		if (unlikely(!extra->type ||
type              762 drivers/net/xen-netfront.c 			     extra->type >= XEN_NETIF_EXTRA_TYPE_MAX)) {
type              765 drivers/net/xen-netfront.c 					extra->type);
type              768 drivers/net/xen-netfront.c 			memcpy(&extras[extra->type - 1], extra,
type              870 drivers/net/xen-netfront.c 	if (gso->u.gso.type != XEN_NETIF_GSO_TYPE_TCPV4 &&
type              871 drivers/net/xen-netfront.c 	    gso->u.gso.type != XEN_NETIF_GSO_TYPE_TCPV6) {
type              873 drivers/net/xen-netfront.c 			pr_warn("Bad GSO type %d\n", gso->u.gso.type);
type              879 drivers/net/xen-netfront.c 		(gso->u.gso.type == XEN_NETIF_GSO_TYPE_TCPV4) ?
type             1030 drivers/net/xen-netfront.c 		if (extras[XEN_NETIF_EXTRA_TYPE_GSO - 1].type) {
type               89 drivers/nfc/fdp/fdp.c 	param.type = FDP_PATCH_CONN_PARAM_TYPE;
type              108 drivers/nfc/fdp/fdp.c static inline int fdp_nci_patch_cmd(struct nci_dev *ndev, u8 type)
type              110 drivers/nfc/fdp/fdp.c 	return nci_prop_cmd(ndev, NCI_OP_PROP_PATCH_OID, sizeof(type), &type);
type              181 drivers/nfc/fdp/fdp.c static int fdp_nci_send_patch(struct nci_dev *ndev, u8 conn_id, u8 type)
type              190 drivers/nfc/fdp/fdp.c 	if ((type == NCI_PATCH_TYPE_OTP && !info->otp_patch) ||
type              191 drivers/nfc/fdp/fdp.c 	    (type == NCI_PATCH_TYPE_RAM && !info->ram_patch))
type              194 drivers/nfc/fdp/fdp.c 	if (type == NCI_PATCH_TYPE_OTP)
type              258 drivers/nfc/nfcsim.c 					  int type, int param)
type              262 drivers/nfc/nfcsim.c 	switch (type) {
type              273 drivers/nfc/nfcsim.c 		NFCSIM_ERR(dev, "Invalid configuration type: %d\n", type);
type              288 drivers/nfc/nfcsim.c 					  int type, int param)
type              292 drivers/nfc/nfcsim.c 	switch (type) {
type              303 drivers/nfc/nfcsim.c 		NFCSIM_ERR(dev, "Invalid configuration type: %d\n", type);
type              232 drivers/nfc/pn533/usb.c 	u8 type;
type              268 drivers/nfc/pn533/usb.c 	frame->ccid.type = PN533_ACR122_PC_TO_RDR_ESCAPE;
type              305 drivers/nfc/pn533/usb.c 	if (frame->ccid.type != 0x83)
type              831 drivers/nfc/pn544/pn544.c 	switch (se->type) {
type              872 drivers/nfc/pn544/pn544.c 	switch (se->type) {
type             1140 drivers/nfc/port100.c static int port100_in_configure_hw(struct nfc_digital_dev *ddev, int type,
type             1143 drivers/nfc/port100.c 	if (type == NFC_DIGITAL_CONFIG_RF_TECH)
type             1146 drivers/nfc/port100.c 	if (type == NFC_DIGITAL_CONFIG_FRAMING)
type             1297 drivers/nfc/port100.c static int port100_tg_configure_hw(struct nfc_digital_dev *ddev, int type,
type             1300 drivers/nfc/port100.c 	if (type == NFC_DIGITAL_CONFIG_RF_TECH)
type             1303 drivers/nfc/port100.c 	if (type == NFC_DIGITAL_CONFIG_FRAMING)
type               54 drivers/nfc/s3fwrn5/firmware.c 	struct sk_buff **msg, u8 type, u8 code, const void *data, u16 len)
type               59 drivers/nfc/s3fwrn5/firmware.c 	hdr.type = type | fw_info->parity;
type               32 drivers/nfc/s3fwrn5/firmware.h 	__u8 type;
type              544 drivers/nfc/st-nci/se.c 	dest_params->type = NCI_DESTINATION_SPECIFIC_PARAM_NFCEE_TYPE;
type              376 drivers/nfc/st95hf/core.c static int st95hf_select_protocol(struct st95hf_context *stcontext, int type)
type              383 drivers/nfc/st95hf/core.c 	switch (type) {
type              872 drivers/nfc/st95hf/core.c 				  int type,
type              877 drivers/nfc/st95hf/core.c 	if (type == NFC_DIGITAL_CONFIG_RF_TECH)
type              880 drivers/nfc/st95hf/core.c 	if (type == NFC_DIGITAL_CONFIG_FRAMING) {
type              995 drivers/nfc/st95hf/core.c 				  int type,
type             1338 drivers/nfc/trf7970a.c static int trf7970a_in_configure_hw(struct nfc_digital_dev *ddev, int type,
type             1344 drivers/nfc/trf7970a.c 	dev_dbg(trf->dev, "Configure hw - type: %d, param: %d\n", type, param);
type             1357 drivers/nfc/trf7970a.c 	switch (type) {
type             1365 drivers/nfc/trf7970a.c 		dev_dbg(trf->dev, "Unknown type: %d\n", type);
type             1681 drivers/nfc/trf7970a.c static int trf7970a_tg_configure_hw(struct nfc_digital_dev *ddev, int type,
type             1687 drivers/nfc/trf7970a.c 	dev_dbg(trf->dev, "Configure hw - type: %d, param: %d\n", type, param);
type             1700 drivers/nfc/trf7970a.c 	switch (type) {
type             1708 drivers/nfc/trf7970a.c 		dev_dbg(trf->dev, "Unknown type: %d\n", type);
type             1089 drivers/ntb/hw/idt/ntb_hw_idt.c 			mws[*mw_cnt].type = mw_type;
type             1311 drivers/ntb/hw/idt/ntb_hw_idt.c 	if (mw_cfg->type == IDT_MW_DIR) {
type             1371 drivers/ntb/hw/idt/ntb_hw_idt.c 	if (mw_cfg->type == IDT_MW_DIR) {
type             1890 drivers/ntb/hw/idt/ntb_hw_idt.c 			  const enum idt_temp_val type, long *val)
type             1895 drivers/ntb/hw/idt/ntb_hw_idt.c 	switch (type) {
type             1931 drivers/ntb/hw/idt/ntb_hw_idt.c 			   const enum idt_temp_val type, const long val)
type             1941 drivers/ntb/hw/idt/ntb_hw_idt.c 	switch (type) {
type             1979 drivers/ntb/hw/idt/ntb_hw_idt.c 	enum idt_temp_val type = attr->index;
type             1982 drivers/ntb/hw/idt/ntb_hw_idt.c 	idt_read_temp(ndev, type, &mdeg);
type             2001 drivers/ntb/hw/idt/ntb_hw_idt.c 	enum idt_temp_val type = attr->index;
type             2010 drivers/ntb/hw/idt/ntb_hw_idt.c 	if (type == IDT_TEMP_OFFSET)
type             2016 drivers/ntb/hw/idt/ntb_hw_idt.c 	idt_write_temp(ndev, type, mdeg);
type             2400 drivers/ntb/hw/idt/ntb_hw_idt.c 		data = ndev->mws[idx].type;
type             2430 drivers/ntb/hw/idt/ntb_hw_idt.c 			data = ndev->peers[pidx].mws[idx].type;
type             1066 drivers/ntb/hw/idt/ntb_hw_idt.h 	enum idt_mw_type type;
type              289 drivers/nubus/nubus.c 	ent->type = resid >> 24;
type              327 drivers/nubus/nubus.c 		if (ent->type == rsrc_type)
type              352 drivers/nubus/nubus.c 		pr_debug("        block (0x%x), size %d\n", ent.type, size);
type              369 drivers/nubus/nubus.c 		switch (ent.type) {
type              376 drivers/nubus/nubus.c 			pr_debug("        block (0x%x), size %d\n", ent.type,
type              383 drivers/nubus/nubus.c 				ent.type, ent.data);
type              394 drivers/nubus/nubus.c 	switch (ent->type) {
type              401 drivers/nubus/nubus.c 			ent->type, ent->data);
type              406 drivers/nubus/nubus.c 			ent->type, ent->data);
type              416 drivers/nubus/nubus.c 	switch (ent->type) {
type              428 drivers/nubus/nubus.c 			ent->type, ent->data);
type              438 drivers/nubus/nubus.c 	switch (ent->type) {
type              461 drivers/nubus/nubus.c 			ent->type, ent->data);
type              483 drivers/nubus/nubus.c 			ent->type, ent->data);
type              497 drivers/nubus/nubus.c 	pr_debug("  Functional resource 0x%02x:\n", parent->type);
type              505 drivers/nubus/nubus.c 	fres->resid = parent->type;
type              510 drivers/nubus/nubus.c 		switch (ent.type) {
type              517 drivers/nubus/nubus.c 			fres->type     = nbtdata[1];
type              623 drivers/nubus/nubus.c 		if (ent.type < 1 || ent.type > 5)
type              624 drivers/nubus/nubus.c 			ent.type = 5;
type              625 drivers/nubus/nubus.c 		pr_debug("    %s: %s\n", vendor_fields[ent.type - 1], name);
type              637 drivers/nubus/nubus.c 	pr_debug("  Board resource 0x%02x:\n", parent->type);
type              642 drivers/nubus/nubus.c 		switch (ent.type) {
type              710 drivers/nubus/nubus.c 				ent.type, ent.data);
type              799 drivers/nubus/nubus.c 	if (ent.type < 1 || ent.type > 127)
type               43 drivers/nubus/proc.c 			   fres->board->slot, fres->category, fres->type,
type               77 drivers/nubus/proc.c 	snprintf(name, sizeof(name), "%x", ent->type);
type              150 drivers/nubus/proc.c 	snprintf(name, sizeof(name), "%x", ent->type);
type              168 drivers/nubus/proc.c 	snprintf(name, sizeof(name), "%x", ent->type);
type              326 drivers/nvdimm/blk.c 	.type = ND_DRIVER_NAMESPACE_BLK,
type               35 drivers/nvdimm/btt_devs.c 	return dev->type == &nd_btt_device_type;
type              206 drivers/nvdimm/btt_devs.c 	dev->type = &nd_btt_device_type;
type              486 drivers/nvdimm/bus.c 	return !!test_bit(to_nd_device_type(dev), &nd_drv->type);
type              607 drivers/nvdimm/bus.c 	if (!nd_drv->type) {
type              659 drivers/nvdimm/bus.c 	return sprintf(buf, "%s\n", dev->type->name);
type               33 drivers/nvdimm/dax_devs.c 	return dev ? dev->type == &nd_dax_device_type : false;
type               73 drivers/nvdimm/dax_devs.c 	dev->type = &nd_dax_device_type;
type              137 drivers/nvdimm/dimm.c 	.type = ND_DRIVER_DIMM,
type              212 drivers/nvdimm/dimm_devs.c 	return dev->type == &nvdimm_device_type;
type              489 drivers/nvdimm/dimm_devs.c 	dev->type = &nvdimm_device_type;
type               64 drivers/nvdimm/namespace_devs.c 	return dev ? dev->type == &namespace_pmem_device_type : false;
type               69 drivers/nvdimm/namespace_devs.c 	return dev ? dev->type == &namespace_blk_device_type : false;
type               74 drivers/nvdimm/namespace_devs.c 	return dev ? dev->type == &namespace_io_device_type : false;
type             1779 drivers/nvdimm/namespace_devs.c 	dev->type = &namespace_io_device_type;
type             1942 drivers/nvdimm/namespace_devs.c 	dev->type = &namespace_pmem_device_type;
type             2073 drivers/nvdimm/namespace_devs.c 	dev->type = &namespace_blk_device_type;
type             2100 drivers/nvdimm/namespace_devs.c 	dev->type = &namespace_pmem_device_type;
type             2247 drivers/nvdimm/namespace_devs.c 	dev->type = &namespace_blk_device_type;
type             2385 drivers/nvdimm/namespace_devs.c 			dev->type = &namespace_blk_device_type;
type             2393 drivers/nvdimm/namespace_devs.c 			dev->type = &namespace_pmem_device_type;
type             2560 drivers/nvdimm/namespace_devs.c 	int i, rc = 0, type;
type             2570 drivers/nvdimm/namespace_devs.c 	type = nd_region_to_nstype(nd_region);
type             2571 drivers/nvdimm/namespace_devs.c 	switch (type) {
type             2591 drivers/nvdimm/namespace_devs.c 		if (type == ND_DEVICE_NAMESPACE_BLK) {
type             2598 drivers/nvdimm/namespace_devs.c 		} else if (type == ND_DEVICE_NAMESPACE_PMEM) {
type               56 drivers/nvdimm/nd_virtio.c 	req_data->req.type = cpu_to_le32(VIRTIO_PMEM_REQ_TYPE_FLUSH);
type               36 drivers/nvdimm/pfn_devs.c 	return dev ? dev->type == &nd_pfn_device_type : false;
type              341 drivers/nvdimm/pfn_devs.c 	dev->type = &nd_pfn_device_type;
type              408 drivers/nvdimm/pmem.c 		pmem->pgmap.type = MEMORY_DEVICE_FS_DAX;
type              420 drivers/nvdimm/pmem.c 		pmem->pgmap.type = MEMORY_DEVICE_FS_DAX;
type              623 drivers/nvdimm/pmem.c 	.type = ND_DRIVER_NAMESPACE_IO | ND_DRIVER_NAMESPACE_PMEM,
type              146 drivers/nvdimm/region.c 	.type = ND_DRIVER_REGION_BLK | ND_DRIVER_REGION_PMEM,
type              160 drivers/nvdimm/region_devs.c 	return dev ? dev->type == &nd_pmem_device_type : false;
type              165 drivers/nvdimm/region_devs.c 	return dev ? dev->type == &nd_blk_device_type : false;
type              170 drivers/nvdimm/region_devs.c 	return dev ? dev->type == &nd_volatile_device_type : false;
type              177 drivers/nvdimm/region_devs.c 	WARN_ON(dev->type->release != nd_region_release);
type              627 drivers/nvdimm/region_devs.c 	int type = nd_region_to_nstype(nd_region);
type              667 drivers/nvdimm/region_devs.c 	if ((type == ND_DEVICE_NAMESPACE_PMEM
type              668 drivers/nvdimm/region_devs.c 				|| type == ND_DEVICE_NAMESPACE_BLK)
type             1032 drivers/nvdimm/region_devs.c 	dev->type = dev_type;
type              103 drivers/nvdimm/security.c 	if (key->type != &key_type_encrypted) {
type             1912 drivers/nvme/host/core.c static char nvme_pr_type(enum pr_type type)
type             1914 drivers/nvme/host/core.c 	switch (type) {
type             1973 drivers/nvme/host/core.c 		enum pr_type type, unsigned flags)
type             1980 drivers/nvme/host/core.c 	cdw10 = nvme_pr_type(type) << 8;
type             1986 drivers/nvme/host/core.c 		enum pr_type type, bool abort)
type             1988 drivers/nvme/host/core.c 	u32 cdw10 = nvme_pr_type(type) << 8 | (abort ? 2 : 1);
type             1998 drivers/nvme/host/core.c static int nvme_pr_release(struct block_device *bdev, u64 key, enum pr_type type)
type             2000 drivers/nvme/host/core.c 	u32 cdw10 = nvme_pr_type(type) << 8 | (key ? 1 << 3 : 0);
type             2260 drivers/nvme/host/fc.c 	sqe->rw.dptr.sgl.type = (NVME_TRANSPORT_SGL_DATA_DESC << 4) |
type              231 drivers/nvme/host/lightnvm.c 	__u8	type;
type              532 drivers/nvme/host/lightnvm.c 							int nr_ppas, int type)
type              542 drivers/nvme/host/lightnvm.c 	c.set_bb.value = type;
type              605 drivers/nvme/host/lightnvm.c 			meta->type = dev_meta_off->type;
type              683 drivers/nvme/host/pci.c 	sge->type = NVME_SGL_FMT_DATA_DESC << 4;
type              692 drivers/nvme/host/pci.c 		sge->type = NVME_SGL_FMT_LAST_SEG_DESC << 4;
type              695 drivers/nvme/host/pci.c 		sge->type = NVME_SGL_FMT_SEG_DESC << 4;
type              791 drivers/nvme/host/pci.c 	cmnd->dptr.sgl.type = NVME_SGL_FMT_DATA_DESC << 4;
type             1177 drivers/nvme/host/rdma.c 	sg->type = NVME_KEY_SGL_FMT_DATA_DESC << 4;
type             1200 drivers/nvme/host/rdma.c 	sg->type = (NVME_SGL_FMT_DATA_DESC << 4) | NVME_SGL_FMT_OFFSET;
type             1214 drivers/nvme/host/rdma.c 	sg->type = NVME_KEY_SGL_FMT_DATA_DESC << 4;
type             1258 drivers/nvme/host/rdma.c 	sg->type = (NVME_KEY_SGL_FMT_DATA_DESC << 4) |
type              531 drivers/nvme/host/tcp.c 	data->hdr.type = nvme_tcp_h2c_data;
type              610 drivers/nvme/host/tcp.c 	switch (hdr->type) {
type              621 drivers/nvme/host/tcp.c 			"unsupported pdu type (%d)\n", hdr->type);
type             1170 drivers/nvme/host/tcp.c 	icreq->hdr.type = nvme_tcp_icreq;
type             1197 drivers/nvme/host/tcp.c 	if (icresp->hdr.type != nvme_tcp_icresp) {
type             1199 drivers/nvme/host/tcp.c 			nvme_tcp_queue_id(queue), icresp->hdr.type);
type             1992 drivers/nvme/host/tcp.c 	sg->type = (NVME_TRANSPORT_SGL_DATA_DESC << 4) |
type             2003 drivers/nvme/host/tcp.c 	sg->type = (NVME_SGL_FMT_DATA_DESC << 4) | NVME_SGL_FMT_OFFSET;
type             2013 drivers/nvme/host/tcp.c 	sg->type = (NVME_TRANSPORT_SGL_DATA_DESC << 4) |
type             2026 drivers/nvme/host/tcp.c 	pdu->hdr.type = nvme_tcp_cmd;
type             2062 drivers/nvme/host/tcp.c 		nvme_tcp_queue_id(req->queue), rq->tag, pdu->hdr.type);
type             2130 drivers/nvme/host/tcp.c 	pdu->hdr.type = nvme_tcp_cmd;
type              509 drivers/nvme/target/admin-cmd.c static u16 nvmet_copy_ns_identifier(struct nvmet_req *req, u8 type, u8 len,
type              513 drivers/nvme/target/admin-cmd.c 		.nidt = type,
type               24 drivers/nvme/target/configfs.c 	u8		type;
type              258 drivers/nvme/target/configfs.c 		if (port->disc_addr.trtype != nvmet_transport_names[i].type)
type              294 drivers/nvme/target/configfs.c 	port->disc_addr.trtype = nvmet_transport_names[i].type;
type              268 drivers/nvme/target/core.c 	if (nvmet_transports[ops->type])
type              271 drivers/nvme/target/core.c 		nvmet_transports[ops->type] = ops;
type              281 drivers/nvme/target/core.c 	nvmet_transports[ops->type] = NULL;
type              902 drivers/nvme/target/core.c 	else if (req->sq->ctrl->subsys->type == NVME_NQN_DISC)
type             1154 drivers/nvme/target/core.c 	if (subsys->type == NVME_NQN_DISC) /* allow all access to disc subsys */
type             1289 drivers/nvme/target/core.c 	if ((ctrl->subsys->type == NVME_NQN_DISC) && !kato)
type             1392 drivers/nvme/target/core.c 		enum nvme_subsys_type type)
type             1404 drivers/nvme/target/core.c 	switch (type) {
type             1412 drivers/nvme/target/core.c 		pr_err("%s: Unknown Subsystem type - %d\n", __func__, type);
type             1416 drivers/nvme/target/core.c 	subsys->type = type;
type              106 drivers/nvme/target/discovery.c 		u8 type, u32 numrec)
type              117 drivers/nvme/target/discovery.c 	e->subtype = type;
type             2564 drivers/nvme/target/fc.c 	.type			= NVMF_TRTYPE_FC,
type              673 drivers/nvme/target/loop.c 	.type		= NVMF_TRTYPE_LOOP,
type              206 drivers/nvme/target/nvmet.h 	enum nvme_subsys_type	type;
type              271 drivers/nvme/target/nvmet.h 	unsigned int type;
type              403 drivers/nvme/target/nvmet.h 		enum nvme_subsys_type type);
type              701 drivers/nvme/target/rdma.c 	switch (sgl->type >> 4) {
type              703 drivers/nvme/target/rdma.c 		switch (sgl->type & 0xf) {
type              707 drivers/nvme/target/rdma.c 			pr_err("invalid SGL subtype: %#x\n", sgl->type);
type              713 drivers/nvme/target/rdma.c 		switch (sgl->type & 0xf) {
type              719 drivers/nvme/target/rdma.c 			pr_err("invalid SGL subtype: %#x\n", sgl->type);
type              725 drivers/nvme/target/rdma.c 		pr_err("invalid SGL type: %#x\n", sgl->type);
type             1607 drivers/nvme/target/rdma.c 	.type			= NVMF_TRTYPE_RDMA,
type              326 drivers/nvme/target/tcp.c 	if (sgl->type == ((NVME_SGL_FMT_DATA_DESC << 4) |
type              373 drivers/nvme/target/tcp.c 	pdu->hdr.type = nvme_tcp_c2h_data;
type              405 drivers/nvme/target/tcp.c 	pdu->hdr.type = nvme_tcp_r2t;
type              430 drivers/nvme/target/tcp.c 	pdu->hdr.type = nvme_tcp_rsp;
type              792 drivers/nvme/target/tcp.c 	icresp->hdr.type = nvme_tcp_icresp;
type              879 drivers/nvme/target/tcp.c 		if (hdr->type != nvme_tcp_icreq) {
type              881 drivers/nvme/target/tcp.c 				hdr->type);
type              888 drivers/nvme/target/tcp.c 	if (hdr->type == nvme_tcp_h2c_data) {
type              953 drivers/nvme/target/tcp.c static inline u8 nvmet_tcp_pdu_size(u8 type)
type              955 drivers/nvme/target/tcp.c 	size_t idx = type;
type              962 drivers/nvme/target/tcp.c static inline bool nvmet_tcp_pdu_valid(u8 type)
type              964 drivers/nvme/target/tcp.c 	switch (type) {
type              998 drivers/nvme/target/tcp.c 		if (unlikely(!nvmet_tcp_pdu_valid(hdr->type))) {
type              999 drivers/nvme/target/tcp.c 			pr_err("unexpected pdu type %d\n", hdr->type);
type             1004 drivers/nvme/target/tcp.c 		if (unlikely(hdr->hlen != nvmet_tcp_pdu_size(hdr->type))) {
type             1005 drivers/nvme/target/tcp.c 			pr_err("pdu %d bad hlen %d\n", hdr->type, hdr->hlen);
type             1091 drivers/nvme/target/tcp.c 			queue->pdu.cmd.hdr.type, le32_to_cpu(cmd->recv_ddgst),
type             1718 drivers/nvme/target/tcp.c 	.type			= NVMF_TRTYPE_TCP,
type              381 drivers/nvmem/core.c 	nvmem->dev.type = &nvmem_provider_type;
type              385 drivers/nvmem/core.c 	nvmem->type = config->type;
type               23 drivers/nvmem/nvmem-sysfs.c 	return sprintf(buf, "%s\n", nvmem_type_str[nvmem->type]);
type               26 drivers/nvmem/nvmem-sysfs.c static DEVICE_ATTR_RO(type);
type               23 drivers/nvmem/nvmem.h 	enum nvmem_type		type;
type               53 drivers/nvmem/rave-sp-eeprom.c 	u8  type;
type               91 drivers/nvmem/rave-sp-eeprom.c 			     enum rave_sp_eeprom_access_type type,
type               95 drivers/nvmem/rave-sp-eeprom.c 	const bool is_write = type == RAVE_SP_EEPROM_WRITE;
type              109 drivers/nvmem/rave-sp-eeprom.c 	cmd[offset++] = type;
type              130 drivers/nvmem/rave-sp-eeprom.c 	if (page->type != type)
type              157 drivers/nvmem/rave-sp-eeprom.c 			   enum rave_sp_eeprom_access_type type,
type              175 drivers/nvmem/rave-sp-eeprom.c 	if (type == RAVE_SP_EEPROM_WRITE) {
type              190 drivers/nvmem/rave-sp-eeprom.c 	ret = rave_sp_eeprom_io(eeprom, type, page_nr, &page);
type              198 drivers/nvmem/rave-sp-eeprom.c 	if (type == RAVE_SP_EEPROM_READ)
type              221 drivers/nvmem/rave-sp-eeprom.c 				 enum rave_sp_eeprom_access_type type,
type              259 drivers/nvmem/rave-sp-eeprom.c 		ret = rave_sp_eeprom_page_access(eeprom, type, offset,
type               82 drivers/of/base.c static bool __of_node_is_type(const struct device_node *np, const char *type)
type               86 drivers/of/base.c 	return np && match && type && !strcmp(match, type);
type              511 drivers/of/base.c 				     const char *compat, const char *type, const char *name)
type              532 drivers/of/base.c 	if (type && type[0]) {
type              533 drivers/of/base.c 		if (!__of_node_is_type(device, type))
type             1026 drivers/of/base.c 	const char *type)
type             1033 drivers/of/base.c 		if (__of_node_is_type(np, type) && of_node_get(np))
type             1056 drivers/of/base.c 	const char *type, const char *compatible)
type             1063 drivers/of/base.c 		if (__of_device_is_compatible(np, compatible, type, NULL) &&
type             1117 drivers/of/base.c 	for (; matches->name[0] || matches->type[0] || matches->compatible[0]; matches++) {
type             1119 drivers/of/base.c 						  matches->type, matches->name);
type              284 drivers/of/device.c 	const char *compat, *type;
type              294 drivers/of/device.c 	type = of_node_get_device_type(dev->of_node);
type              295 drivers/of/device.c 	if (type)
type              296 drivers/of/device.c 		add_uevent_var(env, "OF_TYPE=%s", type);
type              999 drivers/of/fdt.c 	const char *type = of_get_flat_dt_prop(node, "device_type", NULL);
type             1005 drivers/of/fdt.c 	if (type == NULL || strcmp(type, "memory") != 0)
type              939 drivers/of/unittest.c 	{ .data = "B", .type = "type1", }, /* followed by type alone */
type              941 drivers/of/unittest.c 	{ .data = "Ca", .name = "name2", .type = "type1", }, /* followed by both together */
type              943 drivers/of/unittest.c 	{ .data = "Cc", .name = "name2", .type = "type2", },
type              948 drivers/of/unittest.c 	{ .data = "I", .compatible = "compat2", .type = "type1", },
type              949 drivers/of/unittest.c 	{ .data = "J", .compatible = "compat2", .type = "type1", .name = "name8", },
type               22 drivers/oprofile/nmi_timer_int.c 	.type           = PERF_TYPE_HARDWARE,
type               67 drivers/oprofile/oprofile_perf.c 		attr->type		= PERF_TYPE_RAW;
type              263 drivers/parisc/dino.c #define DINO_PORT_IN(type, size, mask) \
type              272 drivers/parisc/dino.c 	v = read##type(d->base_addr+DINO_IO_DATA+(addr&mask)); \
type              281 drivers/parisc/dino.c #define DINO_PORT_OUT(type, size, mask) \
type              289 drivers/parisc/dino.c 	write##type(val, d->base_addr+DINO_IO_DATA+(addr&mask)); \
type              144 drivers/parisc/gsc.c int gsc_assign_irq(struct irq_chip *type, void *data)
type              151 drivers/parisc/gsc.c 	irq_set_chip_and_handler(irq, type, handle_simple_irq);
type               32 drivers/parisc/gsc.h 	int type;
type               40 drivers/parisc/gsc.h int gsc_assign_irq(struct irq_chip *type, void *data);
type             1061 drivers/parisc/lba_pci.c 			unsigned long type;
type             1071 drivers/parisc/lba_pci.c 		switch(p->type & 0xff) {
type             1152 drivers/parisc/lba_pci.c 				i, p->type & 0xff);
type              392 drivers/parisc/superio.c 	serial_port.type	= PORT_16550A;
type             1112 drivers/parport/parport_pc.c 	const char *type = "unknown";
type             1125 drivers/parport/parport_pc.c 		type = "83977F/AF";
type             1127 drivers/parport/parport_pc.c 		type = "83977TF / SMSC 97w33x/97w34x";
type             1129 drivers/parport/parport_pc.c 		type = "83977ATF";
type             1131 drivers/parport/parport_pc.c 		type = "83977CTF / SMSC 97w36x";
type             1133 drivers/parport/parport_pc.c 		type = "83977EF / SMSC 97w35x";
type             1135 drivers/parport/parport_pc.c 		type = "83627";
type             1137 drivers/parport/parport_pc.c 		type = "83697HF";
type             1139 drivers/parport/parport_pc.c 		type = "83877F";
type             1142 drivers/parport/parport_pc.c 		type = "83877AF";
type             1145 drivers/parport/parport_pc.c 		type = "83877TF";
type             1148 drivers/parport/parport_pc.c 		type = "83877ATF";
type             1156 drivers/parport/parport_pc.c 		       efer, key, devid, devrev, oldid, type);
type             1164 drivers/parport/parport_pc.c 	const char *type = "unknown";
type             1177 drivers/parport/parport_pc.c 		type = "37c669";
type             1180 drivers/parport/parport_pc.c 		type = "37c665IR";
type             1182 drivers/parport/parport_pc.c 		type = "37c665GT";
type             1184 drivers/parport/parport_pc.c 		type = "37c666GT";
type             1189 drivers/parport/parport_pc.c 		       efer, key, devid, devrev, type);
type             2312 drivers/parport/parport_pc.c 	u8 ite8872_irq, type;
type             2337 drivers/parport/parport_pc.c 	type = inb(inta_addr[i] + 0x18);
type             2338 drivers/parport/parport_pc.c 	type &= 0x0f;
type             2340 drivers/parport/parport_pc.c 	switch (type) {
type              110 drivers/parport/share.c 	return dev->type == &parport_device_type;
type              518 drivers/parport/share.c 	tmp->bus_dev.type = &parport_device_type;
type               35 drivers/pci/access.c #define PCI_OP_READ(size, type, len) \
type               37 drivers/pci/access.c 	(struct pci_bus *bus, unsigned int devfn, int pos, type *value)	\
type               45 drivers/pci/access.c 	*value = (type)data;						\
type               50 drivers/pci/access.c #define PCI_OP_WRITE(size, type, len) \
type               52 drivers/pci/access.c 	(struct pci_bus *bus, unsigned int devfn, int pos, type value)	\
type              221 drivers/pci/access.c #define PCI_USER_READ_CONFIG(size, type)					\
type              223 drivers/pci/access.c 	(struct pci_dev *dev, int pos, type *val)			\
type              233 drivers/pci/access.c 					pos, sizeof(type), &data);	\
type              235 drivers/pci/access.c 	*val = (type)data;						\
type              241 drivers/pci/access.c #define PCI_USER_WRITE_CONFIG(size, type)				\
type              243 drivers/pci/access.c 	(struct pci_dev *dev, int pos, type val)			\
type              252 drivers/pci/access.c 					pos, sizeof(type), val);	\
type              341 drivers/pci/access.c 	int type = pci_pcie_type(dev);
type              343 drivers/pci/access.c 	return type == PCI_EXP_TYPE_ENDPOINT ||
type              344 drivers/pci/access.c 	       type == PCI_EXP_TYPE_LEG_END ||
type              345 drivers/pci/access.c 	       type == PCI_EXP_TYPE_ROOT_PORT ||
type              346 drivers/pci/access.c 	       type == PCI_EXP_TYPE_UPSTREAM ||
type              347 drivers/pci/access.c 	       type == PCI_EXP_TYPE_DOWNSTREAM ||
type              348 drivers/pci/access.c 	       type == PCI_EXP_TYPE_PCI_BRIDGE ||
type              349 drivers/pci/access.c 	       type == PCI_EXP_TYPE_PCIE_BRIDGE;
type              360 drivers/pci/access.c 	int type = pci_pcie_type(dev);
type              362 drivers/pci/access.c 	return type == PCI_EXP_TYPE_ROOT_PORT ||
type              363 drivers/pci/access.c 	       type == PCI_EXP_TYPE_RC_EC;
type              380 drivers/pci/controller/dwc/pci-dra7xx.c 				 enum pci_epc_irq_type type, u16 interrupt_num)
type              385 drivers/pci/controller/dwc/pci-dra7xx.c 	switch (type) {
type              949 drivers/pci/controller/dwc/pci-keystone.c 				   enum pci_epc_irq_type type,
type              955 drivers/pci/controller/dwc/pci-keystone.c 	switch (type) {
type             1169 drivers/pci/controller/dwc/pci-keystone.c 		.type = "pci",
type               66 drivers/pci/controller/dwc/pci-layerscape-ep.c 				  enum pci_epc_irq_type type, u16 interrupt_num)
type               70 drivers/pci/controller/dwc/pci-layerscape-ep.c 	switch (type) {
type              430 drivers/pci/controller/dwc/pcie-artpec6.c 				  enum pci_epc_irq_type type, u16 interrupt_num)
type              434 drivers/pci/controller/dwc/pcie-artpec6.c 	switch (type) {
type              293 drivers/pci/controller/dwc/pcie-designware-ep.c 				enum pci_epc_irq_type type, u16 interrupt_num)
type              300 drivers/pci/controller/dwc/pcie-designware-ep.c 	return ep->ops->raise_irq(ep, func_no, type, interrupt_num);
type              531 drivers/pci/controller/dwc/pcie-designware-host.c 	int ret, type;
type              541 drivers/pci/controller/dwc/pcie-designware-host.c 		type = PCIE_ATU_TYPE_CFG0;
type              546 drivers/pci/controller/dwc/pcie-designware-host.c 		type = PCIE_ATU_TYPE_CFG1;
type              553 drivers/pci/controller/dwc/pcie-designware-host.c 				  type, cpu_addr,
type               78 drivers/pci/controller/dwc/pcie-designware-plat.c 				     enum pci_epc_irq_type type,
type               83 drivers/pci/controller/dwc/pcie-designware-plat.c 	switch (type) {
type              242 drivers/pci/controller/dwc/pcie-designware.c 					     int type, u64 cpu_addr,
type              258 drivers/pci/controller/dwc/pcie-designware.c 				 type);
type              277 drivers/pci/controller/dwc/pcie-designware.c void dw_pcie_prog_outbound_atu(struct dw_pcie *pci, int index, int type,
type              286 drivers/pci/controller/dwc/pcie-designware.c 		dw_pcie_prog_outbound_atu_unroll(pci, index, type, cpu_addr,
type              303 drivers/pci/controller/dwc/pcie-designware.c 	dw_pcie_writel_dbi(pci, PCIE_ATU_CR1, type);
type              339 drivers/pci/controller/dwc/pcie-designware.c 	int type;
type              349 drivers/pci/controller/dwc/pcie-designware.c 		type = PCIE_ATU_TYPE_MEM;
type              352 drivers/pci/controller/dwc/pcie-designware.c 		type = PCIE_ATU_TYPE_IO;
type              358 drivers/pci/controller/dwc/pcie-designware.c 	dw_pcie_writel_ib_unroll(pci, index, PCIE_ATU_UNR_REGION_CTRL1, type);
type              383 drivers/pci/controller/dwc/pcie-designware.c 	int type;
type              397 drivers/pci/controller/dwc/pcie-designware.c 		type = PCIE_ATU_TYPE_MEM;
type              400 drivers/pci/controller/dwc/pcie-designware.c 		type = PCIE_ATU_TYPE_IO;
type              406 drivers/pci/controller/dwc/pcie-designware.c 	dw_pcie_writel_dbi(pci, PCIE_ATU_CR1, type);
type              427 drivers/pci/controller/dwc/pcie-designware.c 			 enum dw_pcie_region_type type)
type              431 drivers/pci/controller/dwc/pcie-designware.c 	switch (type) {
type              207 drivers/pci/controller/dwc/pcie-designware.h 			     enum pci_epc_irq_type type, u16 interrupt_num);
type              278 drivers/pci/controller/dwc/pcie-designware.h 			       int type, u64 cpu_addr, u64 pci_addr,
type              283 drivers/pci/controller/dwc/pcie-designware.h 			 enum dw_pcie_region_type type);
type              245 drivers/pci/controller/pci-hyperv.c 	u32 type;
type              958 drivers/pci/controller/pci-hyperv.c 	read_blk->message_type.type = PCI_READ_BLOCK;
type             1038 drivers/pci/controller/pci-hyperv.c 	write_blk->message_type.type = PCI_WRITE_BLOCK;
type             1115 drivers/pci/controller/pci-hyperv.c 	int_pkt->message_type.type =
type             1301 drivers/pci/controller/pci-hyperv.c 	int_pkt->message_type.type = PCI_CREATE_INTERRUPT_MESSAGE;
type             1322 drivers/pci/controller/pci-hyperv.c 	int_pkt->message_type.type = PCI_CREATE_INTERRUPT_MESSAGE2;
type             1889 drivers/pci/controller/pci-hyperv.c 	res_req->message_type.type = PCI_QUERY_RESOURCE_REQUIREMENTS;
type             2200 drivers/pci/controller/pci-hyperv.c 	ejct_pkt->message_type.type = PCI_EJECTION_COMPLETE;
type             2288 drivers/pci/controller/pci-hyperv.c 		switch (desc->type) {
type             2305 drivers/pci/controller/pci-hyperv.c 			switch (new_message->message_type.type) {
type             2350 drivers/pci/controller/pci-hyperv.c 					new_message->message_type.type);
type             2358 drivers/pci/controller/pci-hyperv.c 				desc->type, req_id, bytes_recvd);
type             2404 drivers/pci/controller/pci-hyperv.c 	version_req->message_type.type = PCI_QUERY_PROTOCOL_VERSION;
type             2624 drivers/pci/controller/pci-hyperv.c 	d0_entry->message_type.type = PCI_BUS_D0ENTRY;
type             2671 drivers/pci/controller/pci-hyperv.c 	message.type = PCI_QUERY_BUS_RELATIONS;
type             2732 drivers/pci/controller/pci-hyperv.c 			res_assigned->message_type.type =
type             2738 drivers/pci/controller/pci-hyperv.c 			res_assigned2->message_type.type =
type             2787 drivers/pci/controller/pci-hyperv.c 		pkt.message_type.type = PCI_RESOURCES_RELEASED;
type             3045 drivers/pci/controller/pci-hyperv.c 	pkt.teardown_packet.message[0].type = PCI_BUS_D0EXIT;
type              728 drivers/pci/controller/pci-mvebu.c 			      unsigned long type,
type              760 drivers/pci/controller/pci-mvebu.c 		if (slot == PCI_SLOT(devfn) && type == rtype) {
type              364 drivers/pci/controller/pcie-cadence-ep.c 				  enum pci_epc_irq_type type,
type              369 drivers/pci/controller/pcie-cadence-ep.c 	switch (type) {
type               50 drivers/pci/controller/pcie-iproc-bcma.c 	pcie->type = IPROC_PCIE_PAXB_BCMA;
type              560 drivers/pci/controller/pcie-iproc-msi.c 	switch (pcie->type) {
type               58 drivers/pci/controller/pcie-iproc-platform.c 	pcie->type = (enum iproc_pcie_type) of_device_get_match_data(dev);
type              108 drivers/pci/controller/pcie-iproc-platform.c 	switch (pcie->type) {
type              174 drivers/pci/controller/pcie-iproc.c 	enum iproc_pcie_ib_map_type type;
type              186 drivers/pci/controller/pcie-iproc.c 		.type = IPROC_PCIE_IB_MAP_IO,
type              196 drivers/pci/controller/pcie-iproc.c 		.type = IPROC_PCIE_IB_MAP_INVALID,
type              200 drivers/pci/controller/pcie-iproc.c 		.type = IPROC_PCIE_IB_MAP_MEM,
type              211 drivers/pci/controller/pcie-iproc.c 		.type = IPROC_PCIE_IB_MAP_MEM,
type              221 drivers/pci/controller/pcie-iproc.c 		.type = IPROC_PCIE_IB_MAP_MEM,
type             1062 drivers/pci/controller/pcie-iproc.c 					    enum iproc_pcie_ib_map_type type)
type             1064 drivers/pci/controller/pcie-iproc.c 	return !!(ib_map->type == type);
type             1126 drivers/pci/controller/pcie-iproc.c 			       enum iproc_pcie_ib_map_type type)
type             1145 drivers/pci/controller/pcie-iproc.c 		    !iproc_pcie_ib_check_type(ib_map, type))
type             1351 drivers/pci/controller/pcie-iproc.c 	switch (pcie->type) {
type             1426 drivers/pci/controller/pcie-iproc.c 	switch (pcie->type) {
type             1477 drivers/pci/controller/pcie-iproc.c 	pcie->reg_offsets[0] = (pcie->type == IPROC_PCIE_PAXC_V2) ?
type               83 drivers/pci/controller/pcie-iproc.h 	enum iproc_pcie_type type;
type              116 drivers/pci/controller/pcie-mediatek.c #define CFG_DW0_TYPE(type)	(((type) << 24) & GENMASK(28, 24))
type              122 drivers/pci/controller/pcie-mediatek.c #define CFG_HEADER_DW0(type, fmt) \
type              123 drivers/pci/controller/pcie-mediatek.c 	(CFG_DW0_LENGTH(1) | CFG_DW0_TYPE(type) | CFG_DW0_FMT(fmt))
type              469 drivers/pci/controller/pcie-mobiveil.c 			       u64 cpu_addr, u64 pci_addr, u32 type, u64 size)
type              482 drivers/pci/controller/pcie-mobiveil.c 	value |= type << AMAP_CTRL_TYPE_SHIFT | 1 << AMAP_CTRL_EN_SHIFT |
type              506 drivers/pci/controller/pcie-mobiveil.c 			       u64 cpu_addr, u64 pci_addr, u32 type, u64 size)
type              523 drivers/pci/controller/pcie-mobiveil.c 	value |= 1 << WIN_ENABLE_SHIFT | type << WIN_TYPE_SHIFT |
type              583 drivers/pci/controller/pcie-mobiveil.c 	u32 value, pab_ctrl, type;
type              641 drivers/pci/controller/pcie-mobiveil.c 			type = MEM_WINDOW_TYPE;
type              643 drivers/pci/controller/pcie-mobiveil.c 			type = IO_WINDOW_TYPE;
type              651 drivers/pci/controller/pcie-mobiveil.c 				   type, resource_size(win->res));
type              802 drivers/pci/controller/pcie-rcar.c 			       struct pci_dev *pdev, int nvec, int type)
type              813 drivers/pci/controller/pcie-rcar.c 	if (type == PCI_CAP_ID_MSIX)
type               70 drivers/pci/controller/pcie-rockchip-ep.c 					 u32 r, u32 type, u64 cpu_addr,
type               76 drivers/pci/controller/pcie-rockchip-ep.c 	bool is_nor_msg = (type == AXI_WRAPPER_NOR_MSG);
type               87 drivers/pci/controller/pcie-rockchip-ep.c 	desc0 = ROCKCHIP_PCIE_AT_OB_REGION_DESC0_DEVFN(fn) | type;
type              474 drivers/pci/controller/pcie-rockchip-ep.c 				      enum pci_epc_irq_type type,
type              479 drivers/pci/controller/pcie-rockchip-ep.c 	switch (type) {
type              737 drivers/pci/controller/pcie-rockchip-host.c 				     int region_no, int type, u8 num_pass_bits,
type              765 drivers/pci/controller/pcie-rockchip-host.c 	ob_desc_0 = (1 << 23 | type);
type              406 drivers/pci/controller/pcie-rockchip.c 		struct rockchip_pcie *rockchip, u32 type)
type              420 drivers/pci/controller/pcie-rockchip.c 	ob_desc_0 |= (type | (0x1 << 23));
type              336 drivers/pci/controller/pcie-rockchip.h 		struct rockchip_pcie *rockchip, u32 type);
type              193 drivers/pci/endpoint/pci-epc-core.c 		      enum pci_epc_irq_type type, u16 interrupt_num)
type              205 drivers/pci/endpoint/pci-epc-core.c 	ret = epc->ops->raise_irq(epc, func_no, type, interrupt_num);
type              274 drivers/pci/endpoint/pci-epf-core.c 	dev->type = &pci_epf_type;
type               47 drivers/pci/hotplug/acpiphp_glue.c static int acpiphp_hotplug_notify(struct acpi_device *adev, u32 type);
type               50 drivers/pci/hotplug/acpiphp_glue.c static void hotplug_event(u32 type, struct acpiphp_context *context);
type              394 drivers/pci/hotplug/acpiphp_glue.c 		params[0].type = ACPI_TYPE_INTEGER;
type              396 drivers/pci/hotplug/acpiphp_glue.c 		params[1].type = ACPI_TYPE_INTEGER;
type              772 drivers/pci/hotplug/acpiphp_glue.c static void hotplug_event(u32 type, struct acpiphp_context *context)
type              788 drivers/pci/hotplug/acpiphp_glue.c 	switch (type) {
type              826 drivers/pci/hotplug/acpiphp_glue.c static int acpiphp_hotplug_notify(struct acpi_device *adev, u32 type)
type              834 drivers/pci/hotplug/acpiphp_glue.c 	hotplug_event(type, context);
type               56 drivers/pci/hotplug/acpiphp_ibm.c 		u8  type;
type               69 drivers/pci/hotplug/acpiphp_ibm.c 		u8 type;
type              134 drivers/pci/hotplug/acpiphp_ibm.c 	while (ind < size && (des->generic.type != 0x82 ||
type              179 drivers/pci/hotplug/acpiphp_ibm.c 	args[0].type = ACPI_TYPE_INTEGER;
type              181 drivers/pci/hotplug/acpiphp_ibm.c 	args[1].type = ACPI_TYPE_INTEGER;
type              298 drivers/pci/hotplug/acpiphp_ibm.c 			(package->type != ACPI_TYPE_PACKAGE) ||
type              305 drivers/pci/hotplug/acpiphp_ibm.c 		if (package->package.elements[i].type != ACPI_TYPE_BUFFER) {
type               33 drivers/pci/hotplug/cpqphp.h 	u8 type;
type               48 drivers/pci/hotplug/cpqphp.h 	SMBIOS_SLOT_GENERIC_TYPE =	offsetof(struct smbios_system_slot, type),
type               62 drivers/pci/hotplug/cpqphp.h 	u8 type;
type               69 drivers/pci/hotplug/cpqphp.h 	SMBIOS_GENERIC_TYPE =	offsetof(struct smbios_generic, type),
type              244 drivers/pci/hotplug/cpqphp_core.c 					u8 type,
type              257 drivers/pci/hotplug/cpqphp_core.c 		if (readb(previous + SMBIOS_GENERIC_TYPE) != type)
type              553 drivers/pci/hotplug/cpqphp_pci.c 	u8 type;
type              606 drivers/pci/hotplug/cpqphp_pci.c 						type = 1;
type              612 drivers/pci/hotplug/cpqphp_pci.c 						type = 0;
type              616 drivers/pci/hotplug/cpqphp_pci.c 					type = 0;
type              622 drivers/pci/hotplug/cpqphp_pci.c 				func->base_type[(cloop - 0x10) >> 2] = type;
type              643 drivers/pci/hotplug/cpqphp_pci.c 						type = 1;
type              652 drivers/pci/hotplug/cpqphp_pci.c 						type = 0;
type              656 drivers/pci/hotplug/cpqphp_pci.c 					type = 0;
type              661 drivers/pci/hotplug/cpqphp_pci.c 				func->base_type[(cloop - 0x10) >> 2] = type;
type             1031 drivers/pci/hotplug/cpqphp_pci.c 	u8 type;
type             1120 drivers/pci/hotplug/cpqphp_pci.c 						type = 1;
type             1126 drivers/pci/hotplug/cpqphp_pci.c 						type = 0;
type             1130 drivers/pci/hotplug/cpqphp_pci.c 					type = 0;
type             1137 drivers/pci/hotplug/cpqphp_pci.c 				if (func->base_type[(cloop - 0x10) >> 2] != type)
type              353 drivers/pci/hotplug/ibmphp.h 	int type;		/* MEM, IO, PFMEM */
type              926 drivers/pci/hotplug/ibmphp_ebda.c 	u8 type, rsrc_type;
type              934 drivers/pci/hotplug/ibmphp_ebda.c 		type = readb(io_mem + addr);
type              937 drivers/pci/hotplug/ibmphp_ebda.c 		rsrc_type = type & EBDA_RSRC_TYPE_MASK;
type              945 drivers/pci/hotplug/ibmphp_ebda.c 			rsrc_ptr->rsrc_type = type;
type              966 drivers/pci/hotplug/ibmphp_ebda.c 			rsrc_ptr->rsrc_type = type;
type              393 drivers/pci/hotplug/ibmphp_pci.c 			io[count]->type = IO;
type              429 drivers/pci/hotplug/ibmphp_pci.c 				pfmem[count]->type = PFMEM;
type              444 drivers/pci/hotplug/ibmphp_pci.c 					mem_tmp->type = MEM;
type              493 drivers/pci/hotplug/ibmphp_pci.c 				mem[count]->type = MEM;
type              658 drivers/pci/hotplug/ibmphp_pci.c 			bus_io[count]->type = IO;
type              689 drivers/pci/hotplug/ibmphp_pci.c 				bus_pfmem[count]->type = PFMEM;
type              704 drivers/pci/hotplug/ibmphp_pci.c 					mem_tmp->type = MEM;
type              744 drivers/pci/hotplug/ibmphp_pci.c 				bus_mem[count]->type = MEM;
type              814 drivers/pci/hotplug/ibmphp_pci.c 		io->type = IO;
type              835 drivers/pci/hotplug/ibmphp_pci.c 		mem->type = MEM;
type              856 drivers/pci/hotplug/ibmphp_pci.c 		pfmem->type = PFMEM;
type              870 drivers/pci/hotplug/ibmphp_pci.c 			mem_tmp->type = MEM;
type               25 drivers/pci/hotplug/ibmphp_res.c static void update_resources(struct bus_node *bus_cur, int type, int rangeno);
type               29 drivers/pci/hotplug/ibmphp_res.c static int add_bus_range(int type, struct range_node *, struct bus_node *);
type              289 drivers/pci/hotplug/ibmphp_res.c 				new_mem->type = MEM;
type              312 drivers/pci/hotplug/ibmphp_res.c 				new_pfmem->type = PFMEM;
type              329 drivers/pci/hotplug/ibmphp_res.c 				new_io->type = IO;
type              368 drivers/pci/hotplug/ibmphp_res.c static int add_bus_range(int type, struct range_node *range, struct bus_node *bus_cur)
type              375 drivers/pci/hotplug/ibmphp_res.c 	switch (type) {
type              400 drivers/pci/hotplug/ibmphp_res.c 		switch (type) {
type              433 drivers/pci/hotplug/ibmphp_res.c 	update_resources(bus_cur, type, i_init + 1);
type              443 drivers/pci/hotplug/ibmphp_res.c static void update_resources(struct bus_node *bus_cur, int type, int rangeno)
type              448 drivers/pci/hotplug/ibmphp_res.c 	switch (type) {
type              490 drivers/pci/hotplug/ibmphp_res.c 	switch (res->type) {
type              508 drivers/pci/hotplug/ibmphp_res.c 					switch (res->type) {
type              599 drivers/pci/hotplug/ibmphp_res.c 	switch (res->type) {
type              630 drivers/pci/hotplug/ibmphp_res.c 		switch (res->type) {
type              647 drivers/pci/hotplug/ibmphp_res.c 		switch (res->type) {
type              699 drivers/pci/hotplug/ibmphp_res.c 					switch (res->type) {
type              723 drivers/pci/hotplug/ibmphp_res.c 				switch (res->type) {
type              763 drivers/pci/hotplug/ibmphp_res.c 	char *type = "";
type              777 drivers/pci/hotplug/ibmphp_res.c 	switch (res->type) {
type              780 drivers/pci/hotplug/ibmphp_res.c 			type = "io";
type              784 drivers/pci/hotplug/ibmphp_res.c 			type = "mem";
type              788 drivers/pci/hotplug/ibmphp_res.c 			type = "pfmem";
type              807 drivers/pci/hotplug/ibmphp_res.c 		if (res->type == PFMEM) {
type              852 drivers/pci/hotplug/ibmphp_res.c 			err("the %s resource is not in the list to be deleted...\n", type);
type              859 drivers/pci/hotplug/ibmphp_res.c 			switch (res->type) {
type              871 drivers/pci/hotplug/ibmphp_res.c 			switch (res->type) {
type              883 drivers/pci/hotplug/ibmphp_res.c 			switch (res->type) {
type              921 drivers/pci/hotplug/ibmphp_res.c 	switch (res->type) {
type              969 drivers/pci/hotplug/ibmphp_res.c 		if (res->type == IO)
type              991 drivers/pci/hotplug/ibmphp_res.c 	switch (res->type) {
type             1191 drivers/pci/hotplug/ibmphp_res.c 		switch (res->type) {
type             1257 drivers/pci/hotplug/ibmphp_res.c 			switch (res->type) {
type             1482 drivers/pci/hotplug/ibmphp_res.c 	char *type = "";
type             1492 drivers/pci/hotplug/ibmphp_res.c 			type = "io";
type             1496 drivers/pci/hotplug/ibmphp_res.c 			type = "mem";
type             1500 drivers/pci/hotplug/ibmphp_res.c 			type = "pfmem";
type             1529 drivers/pci/hotplug/ibmphp_res.c 				debug("SOS...cannot find %s resource in the bus.\n", type);
type             1533 drivers/pci/hotplug/ibmphp_res.c 			debug("SOS... cannot find %s resource in the bus.\n", type);
type             1694 drivers/pci/hotplug/ibmphp_res.c 				mem->type = MEM;
type             1865 drivers/pci/hotplug/ibmphp_res.c static int range_exists_already(struct range_node *range, struct bus_node *bus_cur, u8 type)
type             1868 drivers/pci/hotplug/ibmphp_res.c 	switch (type) {
type             2001 drivers/pci/hotplug/ibmphp_res.c 								io->type = IO;
type             2049 drivers/pci/hotplug/ibmphp_res.c 								mem->type = MEM;
type             2100 drivers/pci/hotplug/ibmphp_res.c 								pfmem->type = PFMEM;
type               49 drivers/pci/hotplug/pci_hotplug_core.c #define GET_STATUS(name, type)	\
type               50 drivers/pci/hotplug/pci_hotplug_core.c static int get_##name(struct hotplug_slot *slot, type *value)		\
type               64 drivers/pci/hotplug/rpaphp.h 	u32 type;
type              124 drivers/pci/hotplug/rpaphp_core.c 	switch (slot->type) {
type              355 drivers/pci/hotplug/rpaphp_core.c 	char *name, *type;
type              368 drivers/pci/hotplug/rpaphp_core.c 	type = (char *) &types[1];
type              378 drivers/pci/hotplug/rpaphp_core.c 		slot->type = simple_strtoul(type, NULL, 10);
type              381 drivers/pci/hotplug/rpaphp_core.c 				index, name, type);
type              391 drivers/pci/hotplug/rpaphp_core.c 		type += strlen(type) + 1;
type               91 drivers/pci/hotplug/rpaphp_slot.c 		slot->power_domain, slot->type);
type               35 drivers/pci/msi.c static int pci_msi_setup_msi_irqs(struct pci_dev *dev, int nvec, int type)
type               43 drivers/pci/msi.c 	return arch_setup_msi_irqs(dev, nvec, type);
type               90 drivers/pci/msi.c int __weak arch_setup_msi_irqs(struct pci_dev *dev, int nvec, int type)
type               97 drivers/pci/msi.c 		return chip->setup_irqs(chip, dev, nvec, type);
type              102 drivers/pci/msi.c 	if (type == PCI_CAP_ID_MSI && nvec > 1)
type              191 drivers/pci/p2pdma.c 	pgmap->type = MEMORY_DEVICE_PCI_P2PDMA;
type              182 drivers/pci/pci-acpi.c 			if (fields[i].type != ACPI_TYPE_INTEGER)
type              232 drivers/pci/pci-acpi.c 			if (fields[i].type != ACPI_TYPE_INTEGER)
type              381 drivers/pci/pci-acpi.c 			if (fields[i].type != ACPI_TYPE_INTEGER)
type              605 drivers/pci/pci-acpi.c 			if (fields[i].type != ACPI_TYPE_INTEGER)
type              632 drivers/pci/pci-acpi.c 	u32 type;
type              640 drivers/pci/pci-acpi.c 	if (package->type != ACPI_TYPE_PACKAGE) {
type              647 drivers/pci/pci-acpi.c 		if (record->type != ACPI_TYPE_PACKAGE) {
type              653 drivers/pci/pci-acpi.c 		if (fields[0].type != ACPI_TYPE_INTEGER ||
type              654 drivers/pci/pci-acpi.c 		    fields[1].type != ACPI_TYPE_INTEGER) {
type              659 drivers/pci/pci-acpi.c 		type = fields[0].integer.value;
type              660 drivers/pci/pci-acpi.c 		switch (type) {
type              689 drivers/pci/pci-acpi.c 			       __func__, type);
type              714 drivers/pci/pci-acpi.c 	if (package->type != ACPI_TYPE_PACKAGE ||
type              722 drivers/pci/pci-acpi.c 		if (fields[i].type != ACPI_TYPE_INTEGER) {
type             1135 drivers/pci/pci-acpi.c 	if (obj->type == ACPI_TYPE_INTEGER && obj->integer.value == 1) {
type             1200 drivers/pci/pci-acpi.c 	if (obj->type == ACPI_TYPE_PACKAGE && obj->package.count == 5) {
type             1202 drivers/pci/pci-acpi.c 		if (elements[0].type == ACPI_TYPE_INTEGER) {
type             1207 drivers/pci/pci-acpi.c 		if (elements[3].type == ACPI_TYPE_INTEGER) {
type              186 drivers/pci/pci-label.c 	if (obj->type == ACPI_TYPE_PACKAGE && obj->package.count == 2 &&
type              187 drivers/pci/pci-label.c 	    tmp[0].type == ACPI_TYPE_INTEGER &&
type              188 drivers/pci/pci-label.c 	    (tmp[1].type == ACPI_TYPE_STRING ||
type              189 drivers/pci/pci-label.c 	     tmp[1].type == ACPI_TYPE_BUFFER)) {
type              198 drivers/pci/pci-label.c 			if (tmp[1].type == ACPI_TYPE_STRING)
type              201 drivers/pci/pci-label.c 			else if (tmp[1].type == ACPI_TYPE_BUFFER)
type              134 drivers/pci/pci.h 	int type = pci_pcie_type(dev);
type              136 drivers/pci/pci.h 	return type == PCI_EXP_TYPE_ROOT_PORT ||
type              137 drivers/pci/pci.h 	       type == PCI_EXP_TYPE_DOWNSTREAM ||
type              138 drivers/pci/pci.h 	       type == PCI_EXP_TYPE_PCIE_BRIDGE;
type              278 drivers/pci/pci.h int __pci_read_base(struct pci_dev *dev, enum pci_bar_type type,
type              230 drivers/pci/pcie/aer.c 	u16 hest_type = hest_hdr->type;
type              250 drivers/pci/pcie/aer.c 	if (hest_hdr->type == ACPI_HEST_TYPE_AER_ROOT_PORT ||
type              251 drivers/pci/pcie/aer.c 	    hest_hdr->type == ACPI_HEST_TYPE_AER_ENDPOINT ||
type              252 drivers/pci/pcie/aer.c 	    hest_hdr->type == ACPI_HEST_TYPE_AER_BRIDGE)
type             1256 drivers/pci/pcie/aer.c 	int type = pci_pcie_type(dev);
type             1258 drivers/pci/pcie/aer.c 	if ((type == PCI_EXP_TYPE_ROOT_PORT) ||
type             1259 drivers/pci/pcie/aer.c 	    (type == PCI_EXP_TYPE_UPSTREAM) ||
type             1260 drivers/pci/pcie/aer.c 	    (type == PCI_EXP_TYPE_DOWNSTREAM)) {
type              114 drivers/pci/pcie/portdrv.h #define get_descriptor_id(type, service) (((type - 4) << 8) | service)
type              175 drivers/pci/probe.c int __pci_read_base(struct pci_dev *dev, enum pci_bar_type type,
type              183 drivers/pci/probe.c 	mask = type ? PCI_ROM_ADDRESS_MASK : ~0;
type              217 drivers/pci/probe.c 	if (type == pci_bar_unknown) {
type             1423 drivers/pci/probe.c 	int type;
type             1445 drivers/pci/probe.c 	type = pci_pcie_type(pdev);
type             1446 drivers/pci/probe.c 	if (type == PCI_EXP_TYPE_DOWNSTREAM) {
type             1457 drivers/pci/probe.c 	} else if (type == PCI_EXP_TYPE_UPSTREAM) {
type             2166 drivers/pci/probe.c 	dev->dev.type = &pci_dev_type;
type              663 drivers/pci/setup-bus.c static void __pci_setup_bridge(struct pci_bus *bus, unsigned long type)
type              670 drivers/pci/setup-bus.c 	if (type & IORESOURCE_IO)
type              673 drivers/pci/setup-bus.c 	if (type & IORESOURCE_MEM)
type              676 drivers/pci/setup-bus.c 	if (type & IORESOURCE_PREFETCH)
type              682 drivers/pci/setup-bus.c void __weak pcibios_setup_bridge(struct pci_bus *bus, unsigned long type)
type              688 drivers/pci/setup-bus.c 	unsigned long type = IORESOURCE_IO | IORESOURCE_MEM |
type              691 drivers/pci/setup-bus.c 	pcibios_setup_bridge(bus, type);
type              692 drivers/pci/setup-bus.c 	__pci_setup_bridge(bus, type);
type              761 drivers/pci/setup-bus.c 					       unsigned long type)
type              769 drivers/pci/setup-bus.c 		if (r && (r->flags & type_mask) == type && !r->parent)
type              821 drivers/pci/setup-bus.c 						unsigned long type)
type              830 drivers/pci/setup-bus.c static resource_size_t window_alignment(struct pci_bus *bus, unsigned long type)
type              834 drivers/pci/setup-bus.c 	if (type & IORESOURCE_MEM)
type              836 drivers/pci/setup-bus.c 	else if (type & IORESOURCE_IO) {
type              847 drivers/pci/setup-bus.c 	arch_align = pcibios_window_alignment(bus, type);
type              972 drivers/pci/setup-bus.c 			 unsigned long type, unsigned long type2,
type              982 drivers/pci/setup-bus.c 					mask | IORESOURCE_PREFETCH, type);
type             1002 drivers/pci/setup-bus.c 			    ((r->flags & mask) != type &&
type             1486 drivers/pci/setup-bus.c 					 unsigned long type)
type             1506 drivers/pci/setup-bus.c 	if (type & IORESOURCE_IO)
type             1508 drivers/pci/setup-bus.c 	else if (!(type & IORESOURCE_PREFETCH))
type             1510 drivers/pci/setup-bus.c 	else if ((type & IORESOURCE_MEM_64) &&
type             1527 drivers/pci/setup-bus.c 		type = old_flags = r->flags & PCI_RES_TYPE_MASK;
type             1536 drivers/pci/setup-bus.c 		if (type & IORESOURCE_PREFETCH)
type             1537 drivers/pci/setup-bus.c 			type = IORESOURCE_PREFETCH;
type             1538 drivers/pci/setup-bus.c 		__pci_setup_bridge(bus, type);
type             1554 drivers/pci/setup-bus.c 					     unsigned long type,
type             1571 drivers/pci/setup-bus.c 			pci_bus_release_bridge_resources(b, type,
type             1582 drivers/pci/setup-bus.c 		pci_bridge_release_resources(bus, type);
type             2071 drivers/pci/setup-bus.c int pci_reassign_bridge_resources(struct pci_dev *bridge, unsigned long type)
type             2089 drivers/pci/setup-bus.c 			if ((res->flags ^ type) & PCI_RES_TYPE_MASK)
type              672 drivers/pcmcia/cistpl.c 		device->dev[i].type = (*p >> 4);
type              870 drivers/pcmcia/cistpl.c 	f->type = p[0];
type             1278 drivers/pcmcia/cistpl.c 	fmt->type = p[0];
type              145 drivers/pcmcia/i82365.c     u_short		type, flags;
type              382 drivers/pcmcia/i82365.c     if (socket[s].type == IS_VG469)
type              390 drivers/pcmcia/i82365.c     if (socket[s].type == IS_VG469)
type              404 drivers/pcmcia/i82365.c     if (socket[s].type == IS_VG469) {
type              575 drivers/pcmcia/i82365.c     int type = -1;
type              592 drivers/pcmcia/i82365.c 	type = IS_I82365A; break;
type              594 drivers/pcmcia/i82365.c 	type = IS_I82365B; break;
type              596 drivers/pcmcia/i82365.c 	type = IS_I82365DF; break;
type              598 drivers/pcmcia/i82365.c 	type = IS_IBM; break;
type              608 drivers/pcmcia/i82365.c 	type = ((val & 7) >= 4) ? IS_VG469 : IS_VG468;
type              614 drivers/pcmcia/i82365.c 	type = IS_RF5Cx96;
type              622 drivers/pcmcia/i82365.c 	    type = (val & PD67_INFO_SLOTS) ? IS_PD672X : IS_PD6710;
type              625 drivers/pcmcia/i82365.c 		type = IS_VT83C469;
type              628 drivers/pcmcia/i82365.c     return type;
type              662 drivers/pcmcia/i82365.c static void __init add_socket(unsigned int port, int psock, int type)
type              666 drivers/pcmcia/i82365.c     socket[sockets].type = type;
type              667 drivers/pcmcia/i82365.c     socket[sockets].flags = pcic[type].flags;
type              673 drivers/pcmcia/i82365.c static void __init add_pcic(int ns, int type)
type              681 drivers/pcmcia/i82365.c     printk(KERN_INFO "  %s", pcic[type].name);
type              905 drivers/pcmcia/i82365.c     if (socket[sock].type == IS_VG469) {
type             1120 drivers/pcmcia/i82365.c 		       pcic[s->type].name, s->psock);
type              727 drivers/pcmcia/pcmcia_resource.c static int pcmcia_setup_isa_irq(struct pcmcia_device *p_dev, int type)
type              751 drivers/pcmcia/pcmcia_resource.c 		ret = request_irq(irq, test_action, type, p_dev->devname,
type              772 drivers/pcmcia/pcmcia_resource.c static int pcmcia_setup_isa_irq(struct pcmcia_device *p_dev, int type)
type               74 drivers/pcmcia/rsrc_nonstatic.c 		resource_size_t size, int type, char *name)
type               78 drivers/pcmcia/rsrc_nonstatic.c 	parent = type & IORESOURCE_MEM ? &iomem_resource : &ioport_resource;
type               79 drivers/pcmcia/rsrc_nonstatic.c 	res = pcmcia_make_resource(base, size, type | IORESOURCE_BUSY, name);
type              591 drivers/pcmcia/yenta_socket.c 	if (socket->type && socket->type->sock_init)
type              592 drivers/pcmcia/yenta_socket.c 		socket->type->sock_init(socket);
type              691 drivers/pcmcia/yenta_socket.c static int yenta_allocate_res(struct yenta_socket *socket, int nr, unsigned type, int addr_start, int addr_end)
type              705 drivers/pcmcia/yenta_socket.c 	if (type & IORESOURCE_IO)
type              709 drivers/pcmcia/yenta_socket.c 	res->flags = type;
type              722 drivers/pcmcia/yenta_socket.c 	if (type & IORESOURCE_IO) {
type              728 drivers/pcmcia/yenta_socket.c 		if (type & IORESOURCE_PREFETCH) {
type              744 drivers/pcmcia/yenta_socket.c 		 type);
type             1226 drivers/pcmcia/yenta_socket.c 		socket->type = &cardbus_type[id->driver_data];
type             1228 drivers/pcmcia/yenta_socket.c 		ret = socket->type->override(socket);
type             1298 drivers/pcmcia/yenta_socket.c 	if (socket->type && socket->type->save_state)
type             1299 drivers/pcmcia/yenta_socket.c 		socket->type->save_state(socket);
type             1327 drivers/pcmcia/yenta_socket.c 	if (socket->type && socket->type->restore_state)
type             1328 drivers/pcmcia/yenta_socket.c 		socket->type->restore_state(socket);
type             1347 drivers/pcmcia/yenta_socket.c #define CB_ID(vend, dev, type)				\
type             1355 drivers/pcmcia/yenta_socket.c 		.driver_data	= CARDBUS_TYPE_##type,	\
type              121 drivers/pcmcia/yenta_socket.h 	struct cardbus_type *type;
type              821 drivers/perf/arm-cci.c 	if (event->attr.type < PERF_TYPE_MAX ||
type             1289 drivers/perf/arm-cci.c 		pr_debug("event %x:%llx not supported\n", event->attr.type,
type             1323 drivers/perf/arm-cci.c 	if (event->attr.type != event->pmu->type)
type              132 drivers/perf/arm-ccn.c 	u32 type;
type              212 drivers/perf/arm-ccn.c static void arm_ccn_pmu_config_set(u64 *config, u32 node_xp, u32 type, u32 port)
type              215 drivers/perf/arm-ccn.c 	*config |= (node_xp << 0) | (type << 8) | (port << 24);
type              234 drivers/perf/arm-ccn.c static CCN_FORMAT_ATTR(type, "config:8-15");
type              267 drivers/perf/arm-ccn.c 	u32 type;
type              287 drivers/perf/arm-ccn.c 		.type = CCN_TYPE_MN, .event = CCN_EVENT_WATCHPOINT, \
type              292 drivers/perf/arm-ccn.c 		.attr = CCN_EVENT_ATTR(hni_##_name), .type = CCN_TYPE_HNI, \
type              297 drivers/perf/arm-ccn.c 		.attr = CCN_EVENT_ATTR(sbsx_##_name), .type = CCN_TYPE_SBSX, \
type              302 drivers/perf/arm-ccn.c 		.type = CCN_TYPE_HNF, .event = _event, }
type              305 drivers/perf/arm-ccn.c 		.type = CCN_TYPE_XP, .event = _event, \
type              314 drivers/perf/arm-ccn.c 		.type = CCN_TYPE_RNI_3P, .event = _event, }
type              317 drivers/perf/arm-ccn.c 		.type = CCN_TYPE_SBAS, .event = _event, }
type              320 drivers/perf/arm-ccn.c 		.type = CCN_TYPE_CYCLES }
type              331 drivers/perf/arm-ccn.c 	res = snprintf(buf, PAGE_SIZE, "type=0x%x", event->type);
type              343 drivers/perf/arm-ccn.c 	switch (event->type) {
type              380 drivers/perf/arm-ccn.c 	if (event->type == CCN_TYPE_SBAS && !ccn->sbas_present)
type              382 drivers/perf/arm-ccn.c 	if (event->type == CCN_TYPE_SBSX && !ccn->sbsx_present)
type              640 drivers/perf/arm-ccn.c 	u32 node_xp, type, event_id;
type              645 drivers/perf/arm-ccn.c 	type = CCN_CONFIG_TYPE(event->attr.config);
type              649 drivers/perf/arm-ccn.c 	if (type == CCN_TYPE_CYCLES) {
type              668 drivers/perf/arm-ccn.c 	if (type == CCN_TYPE_XP)
type              675 drivers/perf/arm-ccn.c 	if (type == CCN_TYPE_XP && event_id == CCN_EVENT_WATCHPOINT)
type              722 drivers/perf/arm-ccn.c 	u32 node_xp, type, event_id;
type              727 drivers/perf/arm-ccn.c 	if (event->attr.type != event->pmu->type)
type              758 drivers/perf/arm-ccn.c 	type = CCN_CONFIG_TYPE(event->attr.config);
type              762 drivers/perf/arm-ccn.c 	switch (type) {
type              782 drivers/perf/arm-ccn.c 		if (!arm_ccn_pmu_type_eq(type, ccn->node[node_xp].type)) {
type              784 drivers/perf/arm-ccn.c 					type, node_xp);
type              797 drivers/perf/arm-ccn.c 		if (!arm_ccn_pmu_type_eq(type, e->type))
type              820 drivers/perf/arm-ccn.c 	if (event_id == CCN_EVENT_WATCHPOINT && type != CCN_TYPE_XP) {
type              823 drivers/perf/arm-ccn.c 		type = CCN_TYPE_XP;
type              828 drivers/perf/arm-ccn.c 				node_xp, type, port);
type             1023 drivers/perf/arm-ccn.c 	u32 type = CCN_CONFIG_TYPE(event->attr.config);
type             1041 drivers/perf/arm-ccn.c 	if (WARN_ON(type != CCN_TYPE_HNF && type != CCN_TYPE_SBAS &&
type             1042 drivers/perf/arm-ccn.c 			!arm_ccn_pmu_type_eq(type, CCN_TYPE_RNI_3P)))
type             1344 drivers/perf/arm-ccn.c 		void __iomem *base, u32 type, u32 id))
type             1349 drivers/perf/arm-ccn.c 		u32 val, type, id;
type             1360 drivers/perf/arm-ccn.c 		type = (val >> CCN_ALL_OLY_ID__OLY_ID__SHIFT) &
type             1365 drivers/perf/arm-ccn.c 		err = callback(ccn, region, base, type, id);
type             1374 drivers/perf/arm-ccn.c 		void __iomem *base, u32 type, u32 id)
type             1377 drivers/perf/arm-ccn.c 	if (type == CCN_TYPE_XP && id >= ccn->num_xps)
type             1386 drivers/perf/arm-ccn.c 		void __iomem *base, u32 type, u32 id)
type             1390 drivers/perf/arm-ccn.c 	dev_dbg(ccn->dev, "Region %d: id=%u, type=0x%02x\n", region, id, type);
type             1392 drivers/perf/arm-ccn.c 	switch (type) {
type             1414 drivers/perf/arm-ccn.c 	component->type = type;
type              547 drivers/perf/arm_dsu_pmu.c 	if (event->attr.type != event->pmu->type)
type              103 drivers/perf/arm_pmu.c 	int type = event->attr.type;
type              105 drivers/perf/arm_pmu.c 	if (type == event->pmu->type)
type              108 drivers/perf/arm_pmu.c 	switch (type) {
type              371 drivers/perf/arm_pmu.c 		pr_debug("event %x:%llx not supported\n", event->attr.type,
type              350 drivers/perf/arm_smmuv3_pmu.c 	if (event->attr.type != event->pmu->type)
type              666 drivers/perf/arm_spe_pmu.c 	if (attr->type != event->pmu->type)
type              262 drivers/perf/fsl_imx8_ddr_perf.c 	if (event->attr.type != event->pmu->type)
type               97 drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c 				       u32 type)
type               79 drivers/perf/hisilicon/hisi_uncore_hha_pmu.c 				      u32 type)
type               97 drivers/perf/hisilicon/hisi_uncore_hha_pmu.c 	val |= (type << shift);
type               78 drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c 				      u32 type)
type               96 drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c 	val |= (type << shift);
type              131 drivers/perf/hisilicon/hisi_uncore_pmu.c 	if (event->attr.type != event->pmu->type)
type              487 drivers/perf/qcom_l2_pmu.c 	if (event->attr.type != event->pmu->type)
type              486 drivers/perf/qcom_l3_pmu.c 	if (event->attr.type != event->pmu->type)
type              802 drivers/perf/qcom_l3_pmu.c 	dev_info(&pdev->dev, "Registered %s, type: %d\n", name, l3pmu->pmu.type);
type               81 drivers/perf/thunderx2_pmu.c 	enum tx2_uncore_type type;
type              320 drivers/perf/thunderx2_pmu.c 	enum tx2_uncore_type type;
type              324 drivers/perf/thunderx2_pmu.c 	type = tx2_pmu->type;
type              334 drivers/perf/thunderx2_pmu.c 	if (type == PMU_TYPE_DMC &&
type              350 drivers/perf/thunderx2_pmu.c 		enum tx2_uncore_type type;
type              357 drivers/perf/thunderx2_pmu.c 	while (devices[i].type != PMU_TYPE_INVALID) {
type              363 drivers/perf/thunderx2_pmu.c 	return devices[i].type;
type              416 drivers/perf/thunderx2_pmu.c 	if (event->attr.type != event->pmu->type)
type              611 drivers/perf/thunderx2_pmu.c 		acpi_handle handle, struct acpi_device *adev, u32 type)
type              640 drivers/perf/thunderx2_pmu.c 		dev_err(dev, "PMU type %d: Fail to map resource\n", type);
type              649 drivers/perf/thunderx2_pmu.c 	tx2_pmu->type = type;
type              654 drivers/perf/thunderx2_pmu.c 	switch (tx2_pmu->type) {
type              692 drivers/perf/thunderx2_pmu.c 	enum tx2_uncore_type type;
type              699 drivers/perf/thunderx2_pmu.c 	type = get_tx2_pmu_type(adev);
type              700 drivers/perf/thunderx2_pmu.c 	if (type == PMU_TYPE_INVALID)
type              704 drivers/perf/thunderx2_pmu.c 			handle, adev, type);
type               87 drivers/perf/xgene_pmu.c 	u32 type;
type              897 drivers/perf/xgene_pmu.c 	if (event->attr.type != event->pmu->type)
type              955 drivers/perf/xgene_pmu.c 	if (pmu_dev->inf->type == PMU_TYPE_IOB)
type             1143 drivers/perf/xgene_pmu.c 	switch (pmu->inf->type) {
type             1443 drivers/perf/xgene_pmu.c static char *xgene_pmu_dev_name(struct device *dev, u32 type, int id)
type             1445 drivers/perf/xgene_pmu.c 	switch (type) {
type             1466 drivers/perf/xgene_pmu.c 	if (ares->type == ACPI_RESOURCE_TYPE_FIXED_MEMORY32)
type             1475 drivers/perf/xgene_pmu.c 				       struct acpi_device *adev, u32 type)
type             1496 drivers/perf/xgene_pmu.c 		dev_err(dev, "PMU type %d: No resource address found\n", type);
type             1502 drivers/perf/xgene_pmu.c 		dev_err(dev, "PMU type %d: Fail to map resource\n", type);
type             1514 drivers/perf/xgene_pmu.c 	ctx->name = xgene_pmu_dev_name(dev, type, enable_bit);
type             1516 drivers/perf/xgene_pmu.c 		dev_err(dev, "PMU type %d: Fail to get device name\n", type);
type             1520 drivers/perf/xgene_pmu.c 	inf->type = type;
type             1584 drivers/perf/xgene_pmu.c 	switch (ctx->inf.type) {
type             1634 drivers/perf/xgene_pmu.c 				      struct device_node *np, u32 type)
type             1648 drivers/perf/xgene_pmu.c 		dev_err(dev, "PMU type %d: No resource address found\n", type);
type             1654 drivers/perf/xgene_pmu.c 		dev_err(dev, "PMU type %d: Fail to map resource\n", type);
type             1662 drivers/perf/xgene_pmu.c 	ctx->name = xgene_pmu_dev_name(dev, type, enable_bit);
type             1664 drivers/perf/xgene_pmu.c 		dev_err(dev, "PMU type %d: Fail to get device name\n", type);
type             1669 drivers/perf/xgene_pmu.c 	inf->type = type;
type             1706 drivers/perf/xgene_pmu.c 		switch (ctx->inf.type) {
type              115 drivers/phy/allwinner/phy-sun4i-usb.c 	enum sun4i_usb_phy_type type;
type              252 drivers/phy/allwinner/phy-sun4i-usb.c 	if (phy_data->cfg->type == sun8i_a83t_phy && phy->index == 2)
type              290 drivers/phy/allwinner/phy-sun4i-usb.c 	if (data->cfg->type == sun8i_a83t_phy ||
type              291 drivers/phy/allwinner/phy-sun4i-usb.c 	    data->cfg->type == sun50i_h6_phy) {
type              340 drivers/phy/allwinner/phy-sun4i-usb.c 		if (data->cfg->type == sun8i_a83t_phy ||
type              341 drivers/phy/allwinner/phy-sun4i-usb.c 		    data->cfg->type == sun50i_h6_phy) {
type              414 drivers/phy/allwinner/phy-sun4i-usb.c 	if ((data->cfg->type == sun6i_a31_phy ||
type              415 drivers/phy/allwinner/phy-sun4i-usb.c 	     data->cfg->type == sun8i_a33_phy) &&
type              864 drivers/phy/allwinner/phy-sun4i-usb.c 	.type = sun4i_a10_phy,
type              873 drivers/phy/allwinner/phy-sun4i-usb.c 	.type = sun4i_a10_phy,
type              882 drivers/phy/allwinner/phy-sun4i-usb.c 	.type = sun6i_a31_phy,
type              891 drivers/phy/allwinner/phy-sun4i-usb.c 	.type = sun4i_a10_phy,
type              900 drivers/phy/allwinner/phy-sun4i-usb.c 	.type = sun6i_a31_phy,
type              909 drivers/phy/allwinner/phy-sun4i-usb.c 	.type = sun8i_a33_phy,
type              919 drivers/phy/allwinner/phy-sun4i-usb.c 	.type = sun8i_a83t_phy,
type              926 drivers/phy/allwinner/phy-sun4i-usb.c 	.type = sun8i_h3_phy,
type              936 drivers/phy/allwinner/phy-sun4i-usb.c 	.type = sun8i_r40_phy,
type              946 drivers/phy/allwinner/phy-sun4i-usb.c 	.type = sun8i_v3s_phy,
type              956 drivers/phy/allwinner/phy-sun4i-usb.c 	.type = sun50i_a64_phy,
type              966 drivers/phy/allwinner/phy-sun4i-usb.c 	.type = sun50i_h6_phy,
type               41 drivers/phy/allwinner/phy-sun9i-usb.c 	enum usb_phy_interface type;
type               52 drivers/phy/allwinner/phy-sun9i-usb.c 	if (phy->type == USBPHY_INTERFACE_MODE_HSIC)
type              126 drivers/phy/allwinner/phy-sun9i-usb.c 	phy->type = of_usb_get_phy_mode(np);
type              127 drivers/phy/allwinner/phy-sun9i-usb.c 	if (phy->type == USBPHY_INTERFACE_MODE_HSIC) {
type              110 drivers/phy/broadcom/phy-bcm-sr-usb.c 	uint32_t type;
type              236 drivers/phy/broadcom/phy-bcm-sr-usb.c 	if (phy_cfg->type == USB_HS_PHY) {
type              251 drivers/phy/broadcom/phy-bcm-sr-usb.c 	if (phy_cfg->type == USB_SS_PHY)
type              253 drivers/phy/broadcom/phy-bcm-sr-usb.c 	else if (phy_cfg->type == USB_HS_PHY)
type              304 drivers/phy/broadcom/phy-bcm-sr-usb.c 				phy_cfg[idx].type = USB_HS_PHY;
type              307 drivers/phy/broadcom/phy-bcm-sr-usb.c 				phy_cfg[idx].type = USB_SS_PHY;
type              325 drivers/phy/broadcom/phy-bcm-sr-usb.c 		phy_cfg->type = USB_HS_PHY;
type              172 drivers/phy/broadcom/phy-brcm-usb-init.c 	int type;
type              763 drivers/phy/broadcom/phy-brcm-usb-init.c 			return id_to_type_table[x].type;
type              768 drivers/phy/broadcom/phy-brcm-usb-init.c 				last_type = id_to_type_table[x].type;
type              774 drivers/phy/broadcom/phy-brcm-usb-init.c 		return id_to_type_table[x].type;
type              299 drivers/phy/mediatek/phy-mtk-tphy.c 	u8 type;
type              791 drivers/phy/mediatek/phy-mtk-tphy.c 	switch (instance->type) {
type              819 drivers/phy/mediatek/phy-mtk-tphy.c 	switch (instance->type) {
type              843 drivers/phy/mediatek/phy-mtk-tphy.c 	if (instance->type != PHY_TYPE_USB2)
type              911 drivers/phy/mediatek/phy-mtk-tphy.c 	switch (instance->type) {
type              938 drivers/phy/mediatek/phy-mtk-tphy.c 	if (instance->type == PHY_TYPE_USB2) {
type              941 drivers/phy/mediatek/phy-mtk-tphy.c 	} else if (instance->type == PHY_TYPE_PCIE) {
type              953 drivers/phy/mediatek/phy-mtk-tphy.c 	if (instance->type == PHY_TYPE_USB2)
type              955 drivers/phy/mediatek/phy-mtk-tphy.c 	else if (instance->type == PHY_TYPE_PCIE)
type              966 drivers/phy/mediatek/phy-mtk-tphy.c 	if (instance->type == PHY_TYPE_USB2)
type              979 drivers/phy/mediatek/phy-mtk-tphy.c 	if (instance->type == PHY_TYPE_USB2)
type             1009 drivers/phy/mediatek/phy-mtk-tphy.c 	instance->type = args->args[0];
type             1010 drivers/phy/mediatek/phy-mtk-tphy.c 	if (!(instance->type == PHY_TYPE_USB2 ||
type             1011 drivers/phy/mediatek/phy-mtk-tphy.c 	      instance->type == PHY_TYPE_USB3 ||
type             1012 drivers/phy/mediatek/phy-mtk-tphy.c 	      instance->type == PHY_TYPE_PCIE ||
type             1013 drivers/phy/mediatek/phy-mtk-tphy.c 	      instance->type == PHY_TYPE_SATA)) {
type             1014 drivers/phy/mediatek/phy-mtk-tphy.c 		dev_err(dev, "unsupported device type: %d\n", instance->type);
type               96 drivers/phy/mediatek/phy-mtk-xsphy.c 	u32 type;
type              274 drivers/phy/mediatek/phy-mtk-xsphy.c 	switch (inst->type) {
type              380 drivers/phy/mediatek/phy-mtk-xsphy.c 	switch (inst->type) {
type              402 drivers/phy/mediatek/phy-mtk-xsphy.c 	if (inst->type == PHY_TYPE_USB2) {
type              415 drivers/phy/mediatek/phy-mtk-xsphy.c 	if (inst->type == PHY_TYPE_USB2)
type              434 drivers/phy/mediatek/phy-mtk-xsphy.c 	if (inst->type == PHY_TYPE_USB2)
type              464 drivers/phy/mediatek/phy-mtk-xsphy.c 	inst->type = args->args[0];
type              465 drivers/phy/mediatek/phy-mtk-xsphy.c 	if (!(inst->type == PHY_TYPE_USB2 ||
type              466 drivers/phy/mediatek/phy-mtk-xsphy.c 	      inst->type == PHY_TYPE_USB3)) {
type              467 drivers/phy/mediatek/phy-mtk-xsphy.c 		dev_err(dev, "unsupported phy type: %d\n", inst->type);
type              535 drivers/phy/motorola/phy-cpcap-usb.c 	enum iio_chan_type type;
type              549 drivers/phy/motorola/phy-cpcap-usb.c 	error = iio_get_channel_type(ddata->vbus, &type);
type              553 drivers/phy/motorola/phy-cpcap-usb.c 	if (type != IIO_VOLTAGE) {
type              610 drivers/phy/motorola/phy-cpcap-usb.c 	ddata->phy.type = USB_PHY_TYPE_USB2;
type              886 drivers/phy/qualcomm/phy-qcom-qmp.c 	unsigned int type;
type             1056 drivers/phy/qualcomm/phy-qcom-qmp.c 	.type			= PHY_TYPE_PCIE,
type             1087 drivers/phy/qualcomm/phy-qcom-qmp.c 	.type			= PHY_TYPE_USB3,
type             1116 drivers/phy/qualcomm/phy-qcom-qmp.c 	.type			= PHY_TYPE_PCIE,
type             1146 drivers/phy/qualcomm/phy-qcom-qmp.c 	.type			= PHY_TYPE_USB3,
type             1177 drivers/phy/qualcomm/phy-qcom-qmp.c 	.type			= PHY_TYPE_USB3,
type             1205 drivers/phy/qualcomm/phy-qcom-qmp.c 	.type			= PHY_TYPE_UFS,
type             1230 drivers/phy/qualcomm/phy-qcom-qmp.c 	.type			= PHY_TYPE_PCIE,
type             1254 drivers/phy/qualcomm/phy-qcom-qmp.c 	.type                   = PHY_TYPE_USB3,
type             1524 drivers/phy/qualcomm/phy-qcom-qmp.c 	if(cfg->type == PHY_TYPE_PCIE)
type             1540 drivers/phy/qualcomm/phy-qcom-qmp.c 	if (cfg->type == PHY_TYPE_UFS) {
type             1668 drivers/phy/qualcomm/phy-qcom-qmp.c 	if (cfg->type != PHY_TYPE_USB3)
type             1694 drivers/phy/qualcomm/phy-qcom-qmp.c 	if (cfg->type != PHY_TYPE_USB3)
type             1806 drivers/phy/qualcomm/phy-qcom-qmp.c 	if ((qmp->cfg->type != PHY_TYPE_USB3) &&
type             1807 drivers/phy/qualcomm/phy-qcom-qmp.c 	    (qmp->cfg->type != PHY_TYPE_PCIE)) {
type             1932 drivers/phy/qualcomm/phy-qcom-qmp.c 		if (qmp->cfg->type == PHY_TYPE_PCIE ||
type             1933 drivers/phy/qualcomm/phy-qcom-qmp.c 		    qmp->cfg->type == PHY_TYPE_USB3) {
type             1954 drivers/phy/qualcomm/phy-qcom-qmp.c 	if (qmp->cfg->type == PHY_TYPE_UFS)
type              219 drivers/phy/st/phy-miphy28lp.c 	u8 type;
type              378 drivers/phy/st/phy-miphy28lp.c 	if (miphy_phy->type == PHY_TYPE_PCIE) {
type              411 drivers/phy/st/phy-miphy28lp.c 	if (miphy_phy->type != PHY_TYPE_SATA)
type              416 drivers/phy/st/phy-miphy28lp.c 	if (miphy_phy->type == PHY_TYPE_USB3) {
type              516 drivers/phy/st/phy-miphy28lp.c 	if (miphy_phy->type == PHY_TYPE_PCIE)
type              526 drivers/phy/st/phy-miphy28lp.c 	if (miphy_phy->type == PHY_TYPE_PCIE)
type              816 drivers/phy/st/phy-miphy28lp.c 	if (miphy_phy->type == PHY_TYPE_SATA)
type             1048 drivers/phy/st/phy-miphy28lp.c 	switch (miphy_phy->type) {
type             1075 drivers/phy/st/phy-miphy28lp.c 	if ((miphy_phy->type != PHY_TYPE_SATA) &&
type             1076 drivers/phy/st/phy-miphy28lp.c 	    (miphy_phy->type != PHY_TYPE_PCIE) &&
type             1077 drivers/phy/st/phy-miphy28lp.c 	    (miphy_phy->type != PHY_TYPE_USB3)) {
type             1082 drivers/phy/st/phy-miphy28lp.c 			PHY_TYPE_name[miphy_phy->type - PHY_TYPE_SATA],
type             1087 drivers/phy/st/phy-miphy28lp.c 	if ((miphy_phy->type == PHY_TYPE_PCIE) ||
type             1088 drivers/phy/st/phy-miphy28lp.c 	    (miphy_phy->type == PHY_TYPE_USB3)) {
type             1122 drivers/phy/st/phy-miphy28lp.c 	miphy_phy->type = args->args[0];
type              156 drivers/phy/tegra/xusb.c 	pad->dev.type = &tegra_xusb_pad_type;
type              382 drivers/phy/tegra/xusb.c 					     const char *type,
type              388 drivers/phy/tegra/xusb.c 	name = kasprintf(GFP_KERNEL, "%s-%u", type, index);
type              410 drivers/phy/tegra/xusb.c 	for (; map->type; map++) {
type              414 drivers/phy/tegra/xusb.c 		lane = tegra_xusb_find_lane(port->padctl, map->type,
type              424 drivers/phy/tegra/xusb.c 				map->type, map->index, match->soc->name);
type              433 drivers/phy/tegra/xusb.c tegra_xusb_find_port_node(struct tegra_xusb_padctl *padctl, const char *type,
type              443 drivers/phy/tegra/xusb.c 	name = kasprintf(GFP_KERNEL, "%s-%u", type, index);
type              456 drivers/phy/tegra/xusb.c tegra_xusb_find_port(struct tegra_xusb_padctl *padctl, const char *type,
type              462 drivers/phy/tegra/xusb.c 	np = tegra_xusb_find_port_node(padctl, type, index);
type              523 drivers/phy/tegra/xusb.c 	port->dev.type = &tegra_xusb_port_type;
type              274 drivers/phy/tegra/xusb.h 	const char *type;
type              285 drivers/phy/tegra/xusb.h tegra_xusb_find_port(struct tegra_xusb_padctl *padctl, const char *type,
type              107 drivers/phy/ti/phy-am654-serdes.c 	u32			type;
type              245 drivers/phy/ti/phy-am654-serdes.c 	phy->type = PHY_NONE;
type              272 drivers/phy/ti/phy-am654-serdes.c 	am654_phy->type = args->args[0];
type              592 drivers/phy/ti/phy-am654-serdes.c 	am654_phy->type = PHY_NONE;
type              233 drivers/phy/ti/phy-dm816x-usb.c 	phy->phy.type = USB_PHY_TYPE_USB2;
type               40 drivers/phy/ti/phy-omap-control.c 	if (control_phy->type != OMAP_CTRL_TYPE_PCIE) {
type               75 drivers/phy/ti/phy-omap-control.c 	if (control_phy->type == OMAP_CTRL_TYPE_OTGHS)
type               80 drivers/phy/ti/phy-omap-control.c 	switch (control_phy->type) {
type              129 drivers/phy/ti/phy-omap-control.c 			__func__, control_phy->type);
type              214 drivers/phy/ti/phy-omap-control.c 	if (ctrl_phy->type != OMAP_CTRL_TYPE_OTGHS)
type              285 drivers/phy/ti/phy-omap-control.c 	control_phy->type = *(enum omap_control_phy_type *)of_id->data;
type              287 drivers/phy/ti/phy-omap-control.c 	if (control_phy->type == OMAP_CTRL_TYPE_OTGHS) {
type              304 drivers/phy/ti/phy-omap-control.c 	if (control_phy->type == OMAP_CTRL_TYPE_PIPE3 ||
type              305 drivers/phy/ti/phy-omap-control.c 	    control_phy->type == OMAP_CTRL_TYPE_PCIE) {
type              314 drivers/phy/ti/phy-omap-control.c 	if (control_phy->type == OMAP_CTRL_TYPE_PCIE) {
type              313 drivers/phy/ti/phy-omap-usb2.c 	phy->phy.type		= USB_PHY_TYPE_USB2;
type              704 drivers/phy/ti/phy-twl4030-usb.c 	twl->phy.type		= USB_PHY_TYPE_USB2;
type              660 drivers/pinctrl/actions/pinctrl-owl.c static void irq_set_type(struct owl_pinctrl *pctrl, int gpio, unsigned int type)
type              667 drivers/pinctrl/actions/pinctrl-owl.c 	switch (type) {
type              810 drivers/pinctrl/actions/pinctrl-owl.c static int owl_gpio_irq_set_type(struct irq_data *data, unsigned int type)
type              815 drivers/pinctrl/actions/pinctrl-owl.c 	if (type & (IRQ_TYPE_LEVEL_LOW | IRQ_TYPE_LEVEL_HIGH))
type              820 drivers/pinctrl/actions/pinctrl-owl.c 	irq_set_type(pctrl, data->hwirq, type);
type              447 drivers/pinctrl/aspeed/pinctrl-aspeed.c 		enum aspeed_pin_config_map_type type,
type              458 drivers/pinctrl/aspeed/pinctrl-aspeed.c 		switch (type) {
type              961 drivers/pinctrl/bcm/pinctrl-bcm281xx.c #define BCM281XX_PIN_SHIFT(type, param) \
type              962 drivers/pinctrl/bcm/pinctrl-bcm281xx.c 	(BCM281XX_ ## type ## _PIN_REG_ ## param ## _SHIFT)
type              964 drivers/pinctrl/bcm/pinctrl-bcm281xx.c #define BCM281XX_PIN_MASK(type, param) \
type              965 drivers/pinctrl/bcm/pinctrl-bcm281xx.c 	(BCM281XX_ ## type ## _PIN_REG_ ## param ## _MASK)
type              486 drivers/pinctrl/bcm/pinctrl-bcm2835.c 	unsigned offset, unsigned int type)
type              488 drivers/pinctrl/bcm/pinctrl-bcm2835.c 	switch (type) {
type              495 drivers/pinctrl/bcm/pinctrl-bcm2835.c 		pc->irq_type[offset] = type;
type              506 drivers/pinctrl/bcm/pinctrl-bcm2835.c 	unsigned offset, unsigned int type)
type              508 drivers/pinctrl/bcm/pinctrl-bcm2835.c 	switch (type) {
type              510 drivers/pinctrl/bcm/pinctrl-bcm2835.c 		if (pc->irq_type[offset] != type) {
type              512 drivers/pinctrl/bcm/pinctrl-bcm2835.c 			pc->irq_type[offset] = type;
type              521 drivers/pinctrl/bcm/pinctrl-bcm2835.c 			pc->irq_type[offset] = type;
type              522 drivers/pinctrl/bcm/pinctrl-bcm2835.c 		} else if (pc->irq_type[offset] != type) {
type              524 drivers/pinctrl/bcm/pinctrl-bcm2835.c 			pc->irq_type[offset] = type;
type              534 drivers/pinctrl/bcm/pinctrl-bcm2835.c 			pc->irq_type[offset] = type;
type              535 drivers/pinctrl/bcm/pinctrl-bcm2835.c 		} else if (pc->irq_type[offset] != type) {
type              537 drivers/pinctrl/bcm/pinctrl-bcm2835.c 			pc->irq_type[offset] = type;
type              547 drivers/pinctrl/bcm/pinctrl-bcm2835.c 			pc->irq_type[offset] = type;
type              552 drivers/pinctrl/bcm/pinctrl-bcm2835.c 			pc->irq_type[offset] = type;
type              553 drivers/pinctrl/bcm/pinctrl-bcm2835.c 		} else if (pc->irq_type[offset] != type) {
type              555 drivers/pinctrl/bcm/pinctrl-bcm2835.c 			pc->irq_type[offset] = type;
type              562 drivers/pinctrl/bcm/pinctrl-bcm2835.c 		if (pc->irq_type[offset] != type) {
type              564 drivers/pinctrl/bcm/pinctrl-bcm2835.c 			pc->irq_type[offset] = type;
type              575 drivers/pinctrl/bcm/pinctrl-bcm2835.c static int bcm2835_gpio_irq_set_type(struct irq_data *data, unsigned int type)
type              588 drivers/pinctrl/bcm/pinctrl-bcm2835.c 		ret = __bcm2835_gpio_irq_set_type_enabled(pc, gpio, type);
type              590 drivers/pinctrl/bcm/pinctrl-bcm2835.c 		ret = __bcm2835_gpio_irq_set_type_disabled(pc, gpio, type);
type              592 drivers/pinctrl/bcm/pinctrl-bcm2835.c 	if (type & IRQ_TYPE_EDGE_BOTH)
type              665 drivers/pinctrl/bcm/pinctrl-bcm2835.c 		if (maps[i].type == PIN_MAP_TYPE_CONFIGS_PIN)
type              682 drivers/pinctrl/bcm/pinctrl-bcm2835.c 	map->type = PIN_MAP_TYPE_MUX_GROUP;
type              707 drivers/pinctrl/bcm/pinctrl-bcm2835.c 	map->type = PIN_MAP_TYPE_CONFIGS_PIN;
type              246 drivers/pinctrl/bcm/pinctrl-iproc-gpio.c static int iproc_gpio_irq_set_type(struct irq_data *d, unsigned int type)
type              256 drivers/pinctrl/bcm/pinctrl-iproc-gpio.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type              279 drivers/pinctrl/bcm/pinctrl-iproc-gpio.c 			type);
type              538 drivers/pinctrl/bcm/pinctrl-iproc-gpio.c #define DRV_STRENGTH_OFFSET(gpio, bit, type)  ((type) == IOCTRL_TYPE_AON ? \
type              540 drivers/pinctrl/bcm/pinctrl-iproc-gpio.c 	((type) == IOCTRL_TYPE_CDRU) ? \
type              223 drivers/pinctrl/bcm/pinctrl-nsp-gpio.c static int nsp_gpio_irq_set_type(struct irq_data *d, unsigned int type)
type              235 drivers/pinctrl/bcm/pinctrl-nsp-gpio.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type              254 drivers/pinctrl/bcm/pinctrl-nsp-gpio.c 			type);
type               52 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 	.name = NAME, .type = LN_PTYPE_GPIO, .reg = LOCHNAGAR##REV##_##REG, \
type               58 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 	{ .name = NAME, .type = LN_PTYPE_AIF, }
type               71 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 	{ .name = NAME, .type = LN_PTYPE_MUX, .reg = LOCHNAGAR1_##ID, }
type               80 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 	{ .name = NAME, .type = LN_PTYPE_MUX, .reg = LOCHNAGAR2_GPIO_##ID, }
type              193 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 	enum lochnagar_pin_type type;
type              438 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 	{ .name = NAME, .type = LN_FTYPE_##TYPE, .op = OP }
type              468 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 	enum lochnagar_func_type type;
type              607 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 	.type = LN_FTYPE_PIN, \
type              615 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 	.type = LN_FTYPE_AIF, \
type              635 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 	enum lochnagar_func_type type;
type              784 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 	func_type = priv->funcs[func_idx].type;
type              837 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 	switch (priv->lochnagar->type) {
type              889 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 		if (pin->type != LN_PTYPE_MUX)
type              915 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 	switch (func->type) {
type              943 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 	if (lochnagar->type == LOCHNAGAR1 || pin->type != LN_PTYPE_MUX)
type              994 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 	if (group->type != LN_FTYPE_AIF)
type             1071 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 	switch (pin->type) {
type             1108 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 		priv->func_groups[priv->groups[i].type].ngroups++;
type             1126 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 		funcs = &priv->func_groups[priv->groups[i].type];
type             1168 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 	switch (lochnagar->type) {
type             1190 drivers/pinctrl/cirrus/pinctrl-lochnagar.c 		dev_err(dev, "Unknown Lochnagar type: %d\n", lochnagar->type);
type             1016 drivers/pinctrl/cirrus/pinctrl-madera-core.c 	switch (madera->type) {
type              954 drivers/pinctrl/core.c 	if (map->type == PIN_MAP_TYPE_DUMMY_STATE)
type              961 drivers/pinctrl/core.c 	setting->type = map->type;
type              984 drivers/pinctrl/core.c 	switch (map->type) {
type             1138 drivers/pinctrl/core.c 	switch (setting->type) {
type             1251 drivers/pinctrl/core.c 			if (setting->type != PIN_MAP_TYPE_MUX_GROUP)
type             1261 drivers/pinctrl/core.c 		switch (setting->type) {
type             1300 drivers/pinctrl/core.c 		if (setting2->type == PIN_MAP_TYPE_MUX_GROUP)
type             1401 drivers/pinctrl/core.c 		if (maps[i].type != PIN_MAP_TYPE_DUMMY_STATE &&
type             1408 drivers/pinctrl/core.c 		switch (maps[i].type) {
type             1744 drivers/pinctrl/core.c static inline const char *map_type(enum pinctrl_map_type type)
type             1754 drivers/pinctrl/core.c 	if (type >= ARRAY_SIZE(names))
type             1757 drivers/pinctrl/core.c 	return names[type];
type             1771 drivers/pinctrl/core.c 			   map->dev_name, map->name, map_type(map->type),
type             1772 drivers/pinctrl/core.c 			   map->type);
type             1774 drivers/pinctrl/core.c 		if (map->type != PIN_MAP_TYPE_DUMMY_STATE)
type             1778 drivers/pinctrl/core.c 		switch (map->type) {
type             1820 drivers/pinctrl/core.c 					   map_type(setting->type),
type             1823 drivers/pinctrl/core.c 				switch (setting->type) {
type              133 drivers/pinctrl/core.h 	enum pinctrl_map_type type;
type              179 drivers/pinctrl/devicetree.c 	map->type = PIN_MAP_TYPE_DUMMY_STATE;
type              102 drivers/pinctrl/freescale/pinctrl-imx.c 	new_map[0].type = PIN_MAP_TYPE_MUX_GROUP;
type              120 drivers/pinctrl/freescale/pinctrl-imx.c 		new_map[j].type = PIN_MAP_TYPE_CONFIGS_PIN;
type              258 drivers/pinctrl/freescale/pinctrl-imx1-core.c 	new_map[0].type = PIN_MAP_TYPE_MUX_GROUP;
type              266 drivers/pinctrl/freescale/pinctrl-imx1-core.c 		new_map[j].type = PIN_MAP_TYPE_CONFIGS_PIN;
type               97 drivers/pinctrl/freescale/pinctrl-mxs.c 		new_map[i].type = PIN_MAP_TYPE_MUX_GROUP;
type              118 drivers/pinctrl/freescale/pinctrl-mxs.c 		new_map[i].type = PIN_MAP_TYPE_CONFIGS_GROUP;
type              144 drivers/pinctrl/freescale/pinctrl-mxs.c 		if (map[i].type == PIN_MAP_TYPE_MUX_GROUP)
type              146 drivers/pinctrl/freescale/pinctrl-mxs.c 		if (map[i].type == PIN_MAP_TYPE_CONFIGS_GROUP)
type             1367 drivers/pinctrl/intel/pinctrl-baytrail.c static int byt_irq_type(struct irq_data *d, unsigned int type)
type             1395 drivers/pinctrl/intel/pinctrl-baytrail.c 	if (type & IRQ_TYPE_EDGE_BOTH)
type             1397 drivers/pinctrl/intel/pinctrl-baytrail.c 	else if (type & IRQ_TYPE_LEVEL_MASK)
type             1409 drivers/pinctrl/intel/pinctrl-cherryview.c static int chv_gpio_irq_type(struct irq_data *d, unsigned int type)
type             1439 drivers/pinctrl/intel/pinctrl-cherryview.c 		if (type & IRQ_TYPE_EDGE_BOTH) {
type             1440 drivers/pinctrl/intel/pinctrl-cherryview.c 			if ((type & IRQ_TYPE_EDGE_BOTH) == IRQ_TYPE_EDGE_BOTH)
type             1442 drivers/pinctrl/intel/pinctrl-cherryview.c 			else if (type & IRQ_TYPE_EDGE_RISING)
type             1444 drivers/pinctrl/intel/pinctrl-cherryview.c 			else if (type & IRQ_TYPE_EDGE_FALLING)
type             1446 drivers/pinctrl/intel/pinctrl-cherryview.c 		} else if (type & IRQ_TYPE_LEVEL_MASK) {
type             1448 drivers/pinctrl/intel/pinctrl-cherryview.c 			if (type & IRQ_TYPE_LEVEL_LOW)
type             1461 drivers/pinctrl/intel/pinctrl-cherryview.c 	if (type & IRQ_TYPE_EDGE_BOTH)
type             1463 drivers/pinctrl/intel/pinctrl-cherryview.c 	else if (type & IRQ_TYPE_LEVEL_MASK)
type             1042 drivers/pinctrl/intel/pinctrl-intel.c static int intel_gpio_irq_type(struct irq_data *d, unsigned int type)
type             1073 drivers/pinctrl/intel/pinctrl-intel.c 	if ((type & IRQ_TYPE_EDGE_BOTH) == IRQ_TYPE_EDGE_BOTH) {
type             1075 drivers/pinctrl/intel/pinctrl-intel.c 	} else if (type & IRQ_TYPE_EDGE_FALLING) {
type             1078 drivers/pinctrl/intel/pinctrl-intel.c 	} else if (type & IRQ_TYPE_EDGE_RISING) {
type             1080 drivers/pinctrl/intel/pinctrl-intel.c 	} else if (type & IRQ_TYPE_LEVEL_MASK) {
type             1081 drivers/pinctrl/intel/pinctrl-intel.c 		if (type & IRQ_TYPE_LEVEL_LOW)
type             1089 drivers/pinctrl/intel/pinctrl-intel.c 	if (type & IRQ_TYPE_EDGE_BOTH)
type             1091 drivers/pinctrl/intel/pinctrl-intel.c 	else if (type & IRQ_TYPE_LEVEL_MASK)
type              156 drivers/pinctrl/mediatek/mtk-eint.c static int mtk_eint_set_type(struct irq_data *d, unsigned int type)
type              162 drivers/pinctrl/mediatek/mtk-eint.c 	if (((type & IRQ_TYPE_EDGE_BOTH) && (type & IRQ_TYPE_LEVEL_MASK)) ||
type              163 drivers/pinctrl/mediatek/mtk-eint.c 	    ((type & IRQ_TYPE_LEVEL_MASK) == IRQ_TYPE_LEVEL_MASK)) {
type              166 drivers/pinctrl/mediatek/mtk-eint.c 			d->irq, d->hwirq, type);
type              170 drivers/pinctrl/mediatek/mtk-eint.c 	if ((type & IRQ_TYPE_EDGE_BOTH) == IRQ_TYPE_EDGE_BOTH)
type              175 drivers/pinctrl/mediatek/mtk-eint.c 	if (type & (IRQ_TYPE_LEVEL_LOW | IRQ_TYPE_EDGE_FALLING)) {
type              183 drivers/pinctrl/mediatek/mtk-eint.c 	if (type & (IRQ_TYPE_EDGE_RISING | IRQ_TYPE_EDGE_FALLING)) {
type              474 drivers/pinctrl/mediatek/pinctrl-mtk-common.c 	(*map)[*num_maps].type = PIN_MAP_TYPE_MUX_GROUP;
type              409 drivers/pinctrl/mediatek/pinctrl-paris.c 	(*map)[*num_maps].type = PIN_MAP_TYPE_MUX_GROUP;
type              574 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c static int armada_37xx_irq_set_type(struct irq_data *d, unsigned int type)
type              584 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c 	switch (type) {
type             1063 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c 		u32 mask, *irq_pol, input_reg, virq, type, level;
type             1079 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c 		type = irq_get_trigger_type(virq);
type             1086 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c 		if ((type & IRQ_TYPE_SENSE_MASK) ==
type              443 drivers/pinctrl/mvebu/pinctrl-mvebu.c 		(*map)[n].type = PIN_MAP_TYPE_MUX_GROUP;
type              693 drivers/pinctrl/nomadik/pinctrl-abx500.c 	(*map)[*num_maps].type = PIN_MAP_TYPE_MUX_GROUP;
type              716 drivers/pinctrl/nomadik/pinctrl-abx500.c 	(*map)[*num_maps].type = PIN_MAP_TYPE_CONFIGS_PIN;
type              744 drivers/pinctrl/nomadik/pinctrl-nomadik.c static int nmk_gpio_irq_set_type(struct irq_data *d, unsigned int type)
type              754 drivers/pinctrl/nomadik/pinctrl-nomadik.c 	if (type & IRQ_TYPE_LEVEL_HIGH)
type              756 drivers/pinctrl/nomadik/pinctrl-nomadik.c 	if (type & IRQ_TYPE_LEVEL_LOW)
type              769 drivers/pinctrl/nomadik/pinctrl-nomadik.c 	if (type & IRQ_TYPE_EDGE_RISING)
type              773 drivers/pinctrl/nomadik/pinctrl-nomadik.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type             1278 drivers/pinctrl/nomadik/pinctrl-nomadik.c 	(*map)[*num_maps].type = PIN_MAP_TYPE_MUX_GROUP;
type             1301 drivers/pinctrl/nomadik/pinctrl-nomadik.c 	(*map)[*num_maps].type = PIN_MAP_TYPE_CONFIGS_PIN;
type              238 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c static int npcmgpio_set_irq_type(struct irq_data *d, unsigned int type)
type              245 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 		d->irq, type);
type              246 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	switch (type) {
type              274 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	if (type & (IRQ_TYPE_LEVEL_HIGH | IRQ_TYPE_LEVEL_LOW)) {
type              277 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	} else if (type & (IRQ_TYPE_EDGE_BOTH | IRQ_TYPE_EDGE_RISING
type              293 drivers/pinctrl/pinconf-generic.c 		enum pinctrl_map_type type)
type              311 drivers/pinctrl/pinconf-generic.c 		if (type == PIN_MAP_TYPE_INVALID)
type              312 drivers/pinctrl/pinconf-generic.c 			type = PIN_MAP_TYPE_CONFIGS_GROUP;
type              315 drivers/pinctrl/pinconf-generic.c 		if (type == PIN_MAP_TYPE_INVALID)
type              316 drivers/pinctrl/pinconf-generic.c 			type = PIN_MAP_TYPE_CONFIGS_PIN;
type              361 drivers/pinctrl/pinconf-generic.c 					num_configs, type);
type              376 drivers/pinctrl/pinconf-generic.c 		unsigned *num_maps, enum pinctrl_map_type type)
type              387 drivers/pinctrl/pinconf-generic.c 						&reserved_maps, num_maps, type);
type              393 drivers/pinctrl/pinconf-generic.c 					&reserved_maps, num_maps, type);
type              113 drivers/pinctrl/pinconf.c 	switch (setting->type) {
type              159 drivers/pinctrl/pinconf.c 	switch (setting->type) {
type              242 drivers/pinctrl/pinconf.c 	switch (map->type) {
type              266 drivers/pinctrl/pinconf.c 	switch (setting->type) {
type              413 drivers/pinctrl/pinctrl-amd.c static int amd_gpio_irq_set_type(struct irq_data *d, unsigned int type)
type              431 drivers/pinctrl/pinctrl-amd.c 		type = irq_flags;
type              433 drivers/pinctrl/pinctrl-amd.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type              166 drivers/pinctrl/pinctrl-at91-pio4.c static int atmel_gpio_irq_set_type(struct irq_data *d, unsigned type)
type              177 drivers/pinctrl/pinctrl-at91-pio4.c 	switch (type) {
type              186 drivers/pinctrl/pinctrl-at91.c 	int (*irq_type)(struct irq_data *d, unsigned type);
type              189 drivers/pinctrl/pinctrl-at91.c static int gpio_irq_type(struct irq_data *d, unsigned type);
type              190 drivers/pinctrl/pinctrl-at91.c static int alt_gpio_irq_type(struct irq_data *d, unsigned type);
type              302 drivers/pinctrl/pinctrl-at91.c 	new_map[0].type = PIN_MAP_TYPE_MUX_GROUP;
type              310 drivers/pinctrl/pinctrl-at91.c 		new_map[i].type = PIN_MAP_TYPE_CONFIGS_PIN;
type             1549 drivers/pinctrl/pinctrl-at91.c static int gpio_irq_type(struct irq_data *d, unsigned type)
type             1551 drivers/pinctrl/pinctrl-at91.c 	switch (type) {
type             1561 drivers/pinctrl/pinctrl-at91.c static int alt_gpio_irq_type(struct irq_data *d, unsigned type)
type             1567 drivers/pinctrl/pinctrl-at91.c 	switch (type) {
type             1388 drivers/pinctrl/pinctrl-ingenic.c 		u8 offset, unsigned int type)
type             1400 drivers/pinctrl/pinctrl-ingenic.c 	switch (type) {
type             1514 drivers/pinctrl/pinctrl-ingenic.c static int ingenic_gpio_irq_set_type(struct irq_data *irqd, unsigned int type)
type             1519 drivers/pinctrl/pinctrl-ingenic.c 	switch (type) {
type             1533 drivers/pinctrl/pinctrl-ingenic.c 	if (type == IRQ_TYPE_EDGE_BOTH) {
type             1541 drivers/pinctrl/pinctrl-ingenic.c 		type = high ? IRQ_TYPE_EDGE_FALLING : IRQ_TYPE_EDGE_RISING;
type             1544 drivers/pinctrl/pinctrl-ingenic.c 	irq_set_type(jzgc, irqd->hwirq, type);
type               52 drivers/pinctrl/pinctrl-lantiq.c 		if (map[i].type == PIN_MAP_TYPE_CONFIGS_PIN ||
type               53 drivers/pinctrl/pinctrl-lantiq.c 		    map[i].type == PIN_MAP_TYPE_CONFIGS_GROUP)
type               94 drivers/pinctrl/pinctrl-lantiq.c 			(*map)->type = PIN_MAP_TYPE_MUX_GROUP;
type              119 drivers/pinctrl/pinctrl-lantiq.c 		(*map)->type = PIN_MAP_TYPE_CONFIGS_PIN;
type              129 drivers/pinctrl/pinctrl-lantiq.c 		(*map)->type = PIN_MAP_TYPE_CONFIGS_GROUP;
type              197 drivers/pinctrl/pinctrl-lpc18xx.c 	unsigned char type;
type              220 drivers/pinctrl/pinctrl-lpc18xx.c 	.type = TYPE_##t,					\
type              232 drivers/pinctrl/pinctrl-lpc18xx.c 	.type = TYPE_##t,					\
type              818 drivers/pinctrl/pinctrl-lpc18xx.c 		if (pin_cap->type == TYPE_HD)
type              835 drivers/pinctrl/pinctrl-lpc18xx.c 		if (pin_cap->type != TYPE_HD)
type              887 drivers/pinctrl/pinctrl-lpc18xx.c 	if (pin_cap->type == TYPE_I2C0)
type              889 drivers/pinctrl/pinctrl-lpc18xx.c 	else if (pin_cap->type == TYPE_USB1)
type             1033 drivers/pinctrl/pinctrl-lpc18xx.c 		if (pin_cap->type == TYPE_HD) {
type             1052 drivers/pinctrl/pinctrl-lpc18xx.c 		if (pin_cap->type != TYPE_HD) {
type             1106 drivers/pinctrl/pinctrl-lpc18xx.c 		if (pin_cap->type == TYPE_I2C0)
type             1108 drivers/pinctrl/pinctrl-lpc18xx.c 		else if (pin_cap->type == TYPE_USB1)
type             1161 drivers/pinctrl/pinctrl-lpc18xx.c 	if (pin->type == TYPE_USB1) {
type             1168 drivers/pinctrl/pinctrl-lpc18xx.c 	if (pin->type == TYPE_I2C0) {
type             1284 drivers/pinctrl/pinctrl-lpc18xx.c 	if (function == FUNC_I2C0 && p->type == TYPE_I2C0)
type             1287 drivers/pinctrl/pinctrl-lpc18xx.c 	if (function == FUNC_USB1 && p->type == TYPE_USB1)
type              560 drivers/pinctrl/pinctrl-mcp23s08.c static int mcp23s08_irq_set_type(struct irq_data *data, unsigned int type)
type              567 drivers/pinctrl/pinctrl-mcp23s08.c 	if ((type & IRQ_TYPE_EDGE_BOTH) == IRQ_TYPE_EDGE_BOTH) {
type              571 drivers/pinctrl/pinctrl-mcp23s08.c 	} else if (type & IRQ_TYPE_EDGE_RISING) {
type              575 drivers/pinctrl/pinctrl-mcp23s08.c 	} else if (type & IRQ_TYPE_EDGE_FALLING) {
type              579 drivers/pinctrl/pinctrl-mcp23s08.c 	} else if (type & IRQ_TYPE_LEVEL_HIGH) {
type              582 drivers/pinctrl/pinctrl-mcp23s08.c 	} else if (type & IRQ_TYPE_LEVEL_LOW) {
type              660 drivers/pinctrl/pinctrl-mcp23s08.c 			      void *data, unsigned addr, unsigned type,
type              684 drivers/pinctrl/pinctrl-mcp23s08.c 	switch (type) {
type              688 drivers/pinctrl/pinctrl-mcp23s08.c 		switch (type) {
type              754 drivers/pinctrl/pinctrl-mcp23s08.c 		dev_err(dev, "invalid device type (%d)\n", type);
type              805 drivers/pinctrl/pinctrl-mcp23s08.c 		if (type == MCP_TYPE_S18 || type == MCP_TYPE_018)
type              993 drivers/pinctrl/pinctrl-mcp23s08.c 	int				status, type;
type              999 drivers/pinctrl/pinctrl-mcp23s08.c 		type = (int)(uintptr_t)match->data;
type             1001 drivers/pinctrl/pinctrl-mcp23s08.c 		type = spi_get_device_id(spi)->driver_data;
type             1056 drivers/pinctrl/pinctrl-mcp23s08.c 					    0x40 | (addr << 1), type,
type              673 drivers/pinctrl/pinctrl-ocelot.c static int ocelot_irq_set_type(struct irq_data *data, unsigned int type);
type              692 drivers/pinctrl/pinctrl-ocelot.c static int ocelot_irq_set_type(struct irq_data *data, unsigned int type)
type              694 drivers/pinctrl/pinctrl-ocelot.c 	type &= IRQ_TYPE_SENSE_MASK;
type              696 drivers/pinctrl/pinctrl-ocelot.c 	if (!(type & (IRQ_TYPE_EDGE_BOTH | IRQ_TYPE_LEVEL_HIGH)))
type              699 drivers/pinctrl/pinctrl-ocelot.c 	if (type & IRQ_TYPE_LEVEL_HIGH)
type              702 drivers/pinctrl/pinctrl-ocelot.c 	if (type & IRQ_TYPE_EDGE_BOTH)
type              994 drivers/pinctrl/pinctrl-oxnas.c 	unsigned int type = irqd_get_trigger_type(data);
type              997 drivers/pinctrl/pinctrl-oxnas.c 	if (type & IRQ_TYPE_EDGE_RISING)
type             1001 drivers/pinctrl/pinctrl-oxnas.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type             1010 drivers/pinctrl/pinctrl-oxnas.c 	unsigned int type = irqd_get_trigger_type(data);
type             1013 drivers/pinctrl/pinctrl-oxnas.c 	if (type & IRQ_TYPE_EDGE_RISING)
type             1017 drivers/pinctrl/pinctrl-oxnas.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type             1032 drivers/pinctrl/pinctrl-oxnas.c static int oxnas_gpio_irq_set_type(struct irq_data *data, unsigned int type)
type             1034 drivers/pinctrl/pinctrl-oxnas.c 	if ((type & (IRQ_TYPE_EDGE_RISING|IRQ_TYPE_EDGE_FALLING)) == 0)
type             2027 drivers/pinctrl/pinctrl-pic32.c static int pic32_gpio_irq_set_type(struct irq_data *data, unsigned int type)
type             2032 drivers/pinctrl/pinctrl-pic32.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type             1247 drivers/pinctrl/pinctrl-pistachio.c static int pistachio_gpio_irq_set_type(struct irq_data *data, unsigned int type)
type             1251 drivers/pinctrl/pinctrl-pistachio.c 	switch (type & IRQ_TYPE_SENSE_MASK) {
type             1286 drivers/pinctrl/pinctrl-pistachio.c 	if (type & IRQ_TYPE_LEVEL_MASK)
type               81 drivers/pinctrl/pinctrl-rockchip.c 	int				type;
type              185 drivers/pinctrl/pinctrl-rockchip.c 			{ .type = iom0, .offset = -1 },			\
type              186 drivers/pinctrl/pinctrl-rockchip.c 			{ .type = iom1, .offset = -1 },			\
type              187 drivers/pinctrl/pinctrl-rockchip.c 			{ .type = iom2, .offset = -1 },			\
type              188 drivers/pinctrl/pinctrl-rockchip.c 			{ .type = iom3, .offset = -1 },			\
type              245 drivers/pinctrl/pinctrl-rockchip.c 			{ .type = iom0, .offset = -1 },			\
type              246 drivers/pinctrl/pinctrl-rockchip.c 			{ .type = iom1, .offset = -1 },			\
type              247 drivers/pinctrl/pinctrl-rockchip.c 			{ .type = iom2, .offset = -1 },			\
type              248 drivers/pinctrl/pinctrl-rockchip.c 			{ .type = iom3, .offset = -1 },			\
type              269 drivers/pinctrl/pinctrl-rockchip.c 			{ .type = iom0, .offset = -1 },			\
type              270 drivers/pinctrl/pinctrl-rockchip.c 			{ .type = iom1, .offset = -1 },			\
type              271 drivers/pinctrl/pinctrl-rockchip.c 			{ .type = iom2, .offset = -1 },			\
type              272 drivers/pinctrl/pinctrl-rockchip.c 			{ .type = iom3, .offset = -1 },			\
type              332 drivers/pinctrl/pinctrl-rockchip.c 	enum rockchip_pinctrl_type	type;
type              523 drivers/pinctrl/pinctrl-rockchip.c 	new_map[0].type = PIN_MAP_TYPE_MUX_GROUP;
type              531 drivers/pinctrl/pinctrl-rockchip.c 		new_map[i].type = PIN_MAP_TYPE_CONFIGS_PIN;
type             1149 drivers/pinctrl/pinctrl-rockchip.c 	if (bank->iomux[iomux_num].type & IOMUX_UNROUTED) {
type             1154 drivers/pinctrl/pinctrl-rockchip.c 	if (bank->iomux[iomux_num].type & IOMUX_GPIO_ONLY)
type             1157 drivers/pinctrl/pinctrl-rockchip.c 	regmap = (bank->iomux[iomux_num].type & IOMUX_SOURCE_PMU)
type             1161 drivers/pinctrl/pinctrl-rockchip.c 	mux_type = bank->iomux[iomux_num].type;
type             1197 drivers/pinctrl/pinctrl-rockchip.c 	if (bank->iomux[iomux_num].type & IOMUX_UNROUTED) {
type             1202 drivers/pinctrl/pinctrl-rockchip.c 	if (bank->iomux[iomux_num].type & IOMUX_GPIO_ONLY) {
type             1239 drivers/pinctrl/pinctrl-rockchip.c 	if (bank->iomux[iomux_num].type & IOMUX_GPIO_ONLY)
type             1245 drivers/pinctrl/pinctrl-rockchip.c 	regmap = (bank->iomux[iomux_num].type & IOMUX_SOURCE_PMU)
type             1249 drivers/pinctrl/pinctrl-rockchip.c 	mux_type = bank->iomux[iomux_num].type;
type             1970 drivers/pinctrl/pinctrl-rockchip.c 	if (ctrl->type == RK3066B)
type             1979 drivers/pinctrl/pinctrl-rockchip.c 	switch (ctrl->type) {
type             2016 drivers/pinctrl/pinctrl-rockchip.c 	if (ctrl->type == RK3066B)
type             2021 drivers/pinctrl/pinctrl-rockchip.c 	switch (ctrl->type) {
type             2285 drivers/pinctrl/pinctrl-rockchip.c 	switch (ctrl->type) {
type             2896 drivers/pinctrl/pinctrl-rockchip.c static int rockchip_irq_set_type(struct irq_data *d, unsigned int type)
type             2921 drivers/pinctrl/pinctrl-rockchip.c 	if (type & IRQ_TYPE_EDGE_BOTH)
type             2932 drivers/pinctrl/pinctrl-rockchip.c 	switch (type) {
type             3278 drivers/pinctrl/pinctrl-rockchip.c 				if (iom->type & IOMUX_SOURCE_PMU)
type             3283 drivers/pinctrl/pinctrl-rockchip.c 				iom->offset = (iom->type & IOMUX_SOURCE_PMU) ?
type             3289 drivers/pinctrl/pinctrl-rockchip.c 				if (iom->type & IOMUX_SOURCE_PMU)
type             3294 drivers/pinctrl/pinctrl-rockchip.c 				drv->offset = (iom->type & IOMUX_SOURCE_PMU) ?
type             3305 drivers/pinctrl/pinctrl-rockchip.c 			inc = (iom->type & (IOMUX_WIDTH_4BIT |
type             3307 drivers/pinctrl/pinctrl-rockchip.c 			if (iom->type & IOMUX_SOURCE_PMU)
type             3322 drivers/pinctrl/pinctrl-rockchip.c 			if (iom->type & IOMUX_SOURCE_PMU)
type             3371 drivers/pinctrl/pinctrl-rockchip.c 	if (info->ctrl->type == RK3288) {
type             3447 drivers/pinctrl/pinctrl-rockchip.c 		if (ctrl->type == RK3188 && info->reg_size < 0x200) {
type             3512 drivers/pinctrl/pinctrl-rockchip.c 		.type			= PX30,
type             3536 drivers/pinctrl/pinctrl-rockchip.c 	.type			= RV1108,
type             3557 drivers/pinctrl/pinctrl-rockchip.c 		.type			= RK2928,
type             3572 drivers/pinctrl/pinctrl-rockchip.c 		.type			= RK2928,
type             3590 drivers/pinctrl/pinctrl-rockchip.c 		.type			= RK2928,
type             3606 drivers/pinctrl/pinctrl-rockchip.c 		.type		= RK3066B,
type             3621 drivers/pinctrl/pinctrl-rockchip.c 		.type			= RK3128,
type             3641 drivers/pinctrl/pinctrl-rockchip.c 		.type			= RK3188,
type             3659 drivers/pinctrl/pinctrl-rockchip.c 		.type			= RK3288,
type             3703 drivers/pinctrl/pinctrl-rockchip.c 		.type			= RK3288,
type             3730 drivers/pinctrl/pinctrl-rockchip.c 		.type			= RK3288,
type             3756 drivers/pinctrl/pinctrl-rockchip.c 		.type			= RK3368,
type             3820 drivers/pinctrl/pinctrl-rockchip.c 		.type			= RK3399,
type             1071 drivers/pinctrl/pinctrl-rza1.c 	(*map)->type = PIN_MAP_TYPE_MUX_GROUP;
type              389 drivers/pinctrl/pinctrl-rza2.c 	(*map)->type = PIN_MAP_TYPE_MUX_GROUP;
type              953 drivers/pinctrl/pinctrl-single.c 	m->type = PIN_MAP_TYPE_CONFIGS_GROUP;
type             1053 drivers/pinctrl/pinctrl-single.c 	(*map)->type = PIN_MAP_TYPE_MUX_GROUP;
type             1195 drivers/pinctrl/pinctrl-single.c 	(*map)->type = PIN_MAP_TYPE_MUX_GROUP;
type              837 drivers/pinctrl/pinctrl-st.c 	new_map[0].type = PIN_MAP_TYPE_MUX_GROUP;
type              845 drivers/pinctrl/pinctrl-st.c 		new_map[i].type = PIN_MAP_TYPE_CONFIGS_PIN;
type             1309 drivers/pinctrl/pinctrl-st.c static int st_gpio_irq_set_type(struct irq_data *d, unsigned type)
type             1318 drivers/pinctrl/pinctrl-st.c 	switch (type) {
type              191 drivers/pinctrl/pinctrl-stmfx.c 	u32 type, mask = get_mask(offset);
type              194 drivers/pinctrl/pinctrl-stmfx.c 	ret = regmap_read(pctl->stmfx->map, reg, &type);
type              198 drivers/pinctrl/pinctrl-stmfx.c 	return !!(type & mask);
type              202 drivers/pinctrl/pinctrl-stmfx.c 				  unsigned int offset, u32 type)
type              207 drivers/pinctrl/pinctrl-stmfx.c 	return regmap_write_bits(pctl->stmfx->map, reg, mask, type ? mask : 0);
type              217 drivers/pinctrl/pinctrl-stmfx.c 	int ret, dir, type, pupd;
type              226 drivers/pinctrl/pinctrl-stmfx.c 	type = stmfx_pinconf_get_type(pctl, pin);
type              227 drivers/pinctrl/pinctrl-stmfx.c 	if (type < 0)
type              228 drivers/pinctrl/pinctrl-stmfx.c 		return type;
type              235 drivers/pinctrl/pinctrl-stmfx.c 		if ((!dir && (!type || !pupd)) || (dir && !type))
type              239 drivers/pinctrl/pinctrl-stmfx.c 		if (dir && type && !pupd)
type              243 drivers/pinctrl/pinctrl-stmfx.c 		if (type && pupd)
type              247 drivers/pinctrl/pinctrl-stmfx.c 		if ((!dir && type) || (dir && !type))
type              251 drivers/pinctrl/pinctrl-stmfx.c 		if ((!dir && !type) || (dir && type))
type              344 drivers/pinctrl/pinctrl-stmfx.c 	int dir, type, pupd, val;
type              353 drivers/pinctrl/pinctrl-stmfx.c 	type = stmfx_pinconf_get_type(pctl, offset);
type              354 drivers/pinctrl/pinctrl-stmfx.c 	if (type < 0)
type              365 drivers/pinctrl/pinctrl-stmfx.c 		if (type)
type              372 drivers/pinctrl/pinctrl-stmfx.c 		if (type)
type              433 drivers/pinctrl/pinctrl-stmfx.c static int stmfx_pinctrl_irq_set_type(struct irq_data *data, unsigned int type)
type              440 drivers/pinctrl/pinctrl-stmfx.c 	if (type == IRQ_TYPE_NONE)
type              443 drivers/pinctrl/pinctrl-stmfx.c 	if (type & IRQ_TYPE_EDGE_BOTH) {
type              451 drivers/pinctrl/pinctrl-stmfx.c 	if ((type & IRQ_TYPE_EDGE_RISING) || (type & IRQ_TYPE_LEVEL_HIGH))
type              463 drivers/pinctrl/pinctrl-stmfx.c 	if ((type & IRQ_TYPE_EDGE_BOTH) == IRQ_TYPE_EDGE_BOTH)
type               64 drivers/pinctrl/pinctrl-utils.c 	(*map)[*num_maps].type = PIN_MAP_TYPE_MUX_GROUP;
type               77 drivers/pinctrl/pinctrl-utils.c 		enum pinctrl_map_type type)
type               89 drivers/pinctrl/pinctrl-utils.c 	(*map)[*num_maps].type = type;
type              129 drivers/pinctrl/pinctrl-utils.c 		switch (map[i].type) {
type               36 drivers/pinctrl/pinctrl-utils.h 		enum pinctrl_map_type type);
type              815 drivers/pinctrl/qcom/pinctrl-msm.c static int msm_gpio_irq_set_type(struct irq_data *d, unsigned int type)
type              830 drivers/pinctrl/qcom/pinctrl-msm.c 	if (g->intr_detection_width == 1 && type == IRQ_TYPE_EDGE_BOTH)
type              851 drivers/pinctrl/qcom/pinctrl-msm.c 		switch (type) {
type              873 drivers/pinctrl/qcom/pinctrl-msm.c 		switch (type) {
type              901 drivers/pinctrl/qcom/pinctrl-msm.c 	if (type & (IRQ_TYPE_LEVEL_LOW | IRQ_TYPE_LEVEL_HIGH))
type              903 drivers/pinctrl/qcom/pinctrl-msm.c 	else if (type & (IRQ_TYPE_EDGE_FALLING | IRQ_TYPE_EDGE_RISING))
type              777 drivers/pinctrl/qcom/pinctrl-spmi-gpio.c 	int type, subtype, val, dir;
type              779 drivers/pinctrl/qcom/pinctrl-spmi-gpio.c 	type = pmic_gpio_read(state, pad, PMIC_GPIO_REG_TYPE);
type              780 drivers/pinctrl/qcom/pinctrl-spmi-gpio.c 	if (type < 0)
type              781 drivers/pinctrl/qcom/pinctrl-spmi-gpio.c 		return type;
type              783 drivers/pinctrl/qcom/pinctrl-spmi-gpio.c 	if (type != PMIC_GPIO_TYPE) {
type              785 drivers/pinctrl/qcom/pinctrl-spmi-gpio.c 			type, pad->base);
type              933 drivers/pinctrl/qcom/pinctrl-spmi-gpio.c 				      unsigned int *type)
type              944 drivers/pinctrl/qcom/pinctrl-spmi-gpio.c 	*type = fwspec->param[1];
type              661 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c 	int type, subtype, val, dir;
type              664 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c 	type = pmic_mpp_read(state, pad, PMIC_MPP_REG_TYPE);
type              665 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c 	if (type < 0)
type              666 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c 		return type;
type              668 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c 	if (type != PMIC_MPP_TYPE) {
type              670 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c 			type, pad->base);
type              700 drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c 				   unsigned int *type)
type              710 drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c 	*type = fwspec->param[1];
type              723 drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c 	unsigned int type;
type              726 drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c 	ret = pm8xxx_domain_translate(domain, fwspec, &hwirq, &type);
type              169 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 	unsigned type;
type              176 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 			type = PM8XXX_MPP_TYPE_DTEST_OUTPUT;
type              179 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 			type = PM8XXX_MPP_TYPE_D_BI_DIR;
type              189 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 			type = PM8XXX_MPP_TYPE_D_INPUT;
type              195 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 			type = PM8XXX_MPP_TYPE_D_OUTPUT;
type              205 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 			type = PM8XXX_MPP_TYPE_A_OUTPUT;
type              211 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 			type = PM8XXX_MPP_TYPE_A_INPUT;
type              219 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 			type = PM8XXX_MPP_TYPE_DTEST_SINK;
type              222 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 			type = PM8XXX_MPP_TYPE_SINK;
type              232 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 	val = type << 5 | level << 2 | ctrl;
type              655 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 	unsigned type;
type              664 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 	type = (val >> 5) & 7;
type              668 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 	switch (type) {
type              107 drivers/pinctrl/samsung/pinctrl-exynos.c static int exynos_irq_set_type(struct irq_data *irqd, unsigned int type)
type              116 drivers/pinctrl/samsung/pinctrl-exynos.c 	switch (type) {
type              137 drivers/pinctrl/samsung/pinctrl-exynos.c 	if (type & IRQ_TYPE_EDGE_BOTH)
type              153 drivers/pinctrl/samsung/pinctrl-exynos.c 	const struct samsung_pin_bank_type *bank_type = bank->type;
type              185 drivers/pinctrl/samsung/pinctrl-exynos.c 	const struct samsung_pin_bank_type *bank_type = bank->type;
type               53 drivers/pinctrl/samsung/pinctrl-exynos.h 		.type		= &bank_type_off,	\
type               62 drivers/pinctrl/samsung/pinctrl-exynos.h 		.type		= &bank_type_off,	\
type               72 drivers/pinctrl/samsung/pinctrl-exynos.h 		.type		= &bank_type_alive,	\
type               82 drivers/pinctrl/samsung/pinctrl-exynos.h 		.type		= &exynos5433_bank_type_off,	\
type               92 drivers/pinctrl/samsung/pinctrl-exynos.h 		.type		= &exynos5433_bank_type_alive,	\
type              102 drivers/pinctrl/samsung/pinctrl-exynos.h 		.type           = &exynos5433_bank_type_off,	\
type               54 drivers/pinctrl/samsung/pinctrl-s3c24xx.c 		.type		= &bank_type_1bit,	\
type               63 drivers/pinctrl/samsung/pinctrl-s3c24xx.c 		.type		= &bank_type_2bit,	\
type               72 drivers/pinctrl/samsung/pinctrl-s3c24xx.c 		.type		= &bank_type_2bit,	\
type              106 drivers/pinctrl/samsung/pinctrl-s3c24xx.c static int s3c24xx_eint_get_trigger(unsigned int type)
type              108 drivers/pinctrl/samsung/pinctrl-s3c24xx.c 	switch (type) {
type              129 drivers/pinctrl/samsung/pinctrl-s3c24xx.c static void s3c24xx_eint_set_handler(struct irq_data *d, unsigned int type)
type              132 drivers/pinctrl/samsung/pinctrl-s3c24xx.c 	if (type & IRQ_TYPE_EDGE_BOTH)
type              141 drivers/pinctrl/samsung/pinctrl-s3c24xx.c 	const struct samsung_pin_bank_type *bank_type = bank->type;
type              163 drivers/pinctrl/samsung/pinctrl-s3c24xx.c static int s3c24xx_eint_type(struct irq_data *data, unsigned int type)
type              173 drivers/pinctrl/samsung/pinctrl-s3c24xx.c 	trigger = s3c24xx_eint_get_trigger(type);
type              179 drivers/pinctrl/samsung/pinctrl-s3c24xx.c 	s3c24xx_eint_set_handler(data, type);
type               98 drivers/pinctrl/samsung/pinctrl-s3c64xx.c 		.type		= &bank_type_4bit_off,	\
type              107 drivers/pinctrl/samsung/pinctrl-s3c64xx.c 		.type		= &bank_type_4bit_off,	\
type              119 drivers/pinctrl/samsung/pinctrl-s3c64xx.c 		.type		= &bank_type_4bit_alive,\
type              131 drivers/pinctrl/samsung/pinctrl-s3c64xx.c 		.type		= &bank_type_4bit2_off,	\
type              143 drivers/pinctrl/samsung/pinctrl-s3c64xx.c 		.type		= &bank_type_4bit2_alive,\
type              155 drivers/pinctrl/samsung/pinctrl-s3c64xx.c 		.type		= &bank_type_4bit2_alive,\
type              164 drivers/pinctrl/samsung/pinctrl-s3c64xx.c 		.type		= &bank_type_2bit_off,	\
type              173 drivers/pinctrl/samsung/pinctrl-s3c64xx.c 		.type		= &bank_type_2bit_off,	\
type              185 drivers/pinctrl/samsung/pinctrl-s3c64xx.c 		.type		= &bank_type_2bit_alive,\
type              231 drivers/pinctrl/samsung/pinctrl-s3c64xx.c static int s3c64xx_irq_get_trigger(unsigned int type)
type              235 drivers/pinctrl/samsung/pinctrl-s3c64xx.c 	switch (type) {
type              258 drivers/pinctrl/samsung/pinctrl-s3c64xx.c static void s3c64xx_irq_set_handler(struct irq_data *d, unsigned int type)
type              261 drivers/pinctrl/samsung/pinctrl-s3c64xx.c 	if (type & IRQ_TYPE_EDGE_BOTH)
type              270 drivers/pinctrl/samsung/pinctrl-s3c64xx.c 	const struct samsung_pin_bank_type *bank_type = bank->type;
type              339 drivers/pinctrl/samsung/pinctrl-s3c64xx.c static int s3c64xx_gpio_irq_set_type(struct irq_data *irqd, unsigned int type)
type              348 drivers/pinctrl/samsung/pinctrl-s3c64xx.c 	trigger = s3c64xx_irq_get_trigger(type);
type              354 drivers/pinctrl/samsung/pinctrl-s3c64xx.c 	s3c64xx_irq_set_handler(irqd, type);
type              545 drivers/pinctrl/samsung/pinctrl-s3c64xx.c static int s3c64xx_eint0_irq_set_type(struct irq_data *irqd, unsigned int type)
type              556 drivers/pinctrl/samsung/pinctrl-s3c64xx.c 	trigger = s3c64xx_irq_get_trigger(type);
type              562 drivers/pinctrl/samsung/pinctrl-s3c64xx.c 	s3c64xx_irq_set_handler(irqd, type);
type              108 drivers/pinctrl/samsung/pinctrl-samsung.c 	(*map)[*num_maps].type = PIN_MAP_TYPE_MUX_GROUP;
type              131 drivers/pinctrl/samsung/pinctrl-samsung.c 	(*map)[*num_maps].type = PIN_MAP_TYPE_CONFIGS_GROUP;
type              167 drivers/pinctrl/samsung/pinctrl-samsung.c 		if (map[i].type == PIN_MAP_TYPE_CONFIGS_GROUP)
type              380 drivers/pinctrl/samsung/pinctrl-samsung.c 	const struct samsung_pin_bank_type *type;
type              394 drivers/pinctrl/samsung/pinctrl-samsung.c 	type = bank->type;
type              395 drivers/pinctrl/samsung/pinctrl-samsung.c 	mask = (1 << type->fld_width[PINCFG_TYPE_FUNC]) - 1;
type              396 drivers/pinctrl/samsung/pinctrl-samsung.c 	shift = pin_offset * type->fld_width[PINCFG_TYPE_FUNC];
type              405 drivers/pinctrl/samsung/pinctrl-samsung.c 	data = readl(reg + type->reg_offset[PINCFG_TYPE_FUNC]);
type              408 drivers/pinctrl/samsung/pinctrl-samsung.c 	writel(data, reg + type->reg_offset[PINCFG_TYPE_FUNC]);
type              435 drivers/pinctrl/samsung/pinctrl-samsung.c 	const struct samsung_pin_bank_type *type;
type              446 drivers/pinctrl/samsung/pinctrl-samsung.c 	type = bank->type;
type              448 drivers/pinctrl/samsung/pinctrl-samsung.c 	if (cfg_type >= PINCFG_TYPE_NUM || !type->fld_width[cfg_type])
type              451 drivers/pinctrl/samsung/pinctrl-samsung.c 	width = type->fld_width[cfg_type];
type              452 drivers/pinctrl/samsung/pinctrl-samsung.c 	cfg_reg = type->reg_offset[cfg_type];
type              545 drivers/pinctrl/samsung/pinctrl-samsung.c 	const struct samsung_pin_bank_type *type = bank->type;
type              551 drivers/pinctrl/samsung/pinctrl-samsung.c 	data = readl(reg + type->reg_offset[PINCFG_TYPE_DAT]);
type              555 drivers/pinctrl/samsung/pinctrl-samsung.c 	writel(data, reg + type->reg_offset[PINCFG_TYPE_DAT]);
type              575 drivers/pinctrl/samsung/pinctrl-samsung.c 	const struct samsung_pin_bank_type *type = bank->type;
type              579 drivers/pinctrl/samsung/pinctrl-samsung.c 	data = readl(reg + type->reg_offset[PINCFG_TYPE_DAT]);
type              594 drivers/pinctrl/samsung/pinctrl-samsung.c 	const struct samsung_pin_bank_type *type;
type              600 drivers/pinctrl/samsung/pinctrl-samsung.c 	type = bank->type;
type              603 drivers/pinctrl/samsung/pinctrl-samsung.c 			+ type->reg_offset[PINCFG_TYPE_FUNC];
type              605 drivers/pinctrl/samsung/pinctrl-samsung.c 	mask = (1 << type->fld_width[PINCFG_TYPE_FUNC]) - 1;
type              606 drivers/pinctrl/samsung/pinctrl-samsung.c 	shift = offset * type->fld_width[PINCFG_TYPE_FUNC];
type             1051 drivers/pinctrl/samsung/pinctrl-samsung.c 		bank->type = bdata->type;
type             1156 drivers/pinctrl/samsung/pinctrl-samsung.c 		const u8 *offs = bank->type->reg_offset;
type             1157 drivers/pinctrl/samsung/pinctrl-samsung.c 		const u8 *widths = bank->type->fld_width;
type             1158 drivers/pinctrl/samsung/pinctrl-samsung.c 		enum pincfg_type type;
type             1164 drivers/pinctrl/samsung/pinctrl-samsung.c 		for (type = 0; type < PINCFG_TYPE_NUM; type++)
type             1165 drivers/pinctrl/samsung/pinctrl-samsung.c 			if (widths[type])
type             1166 drivers/pinctrl/samsung/pinctrl-samsung.c 				bank->pm_save[type] = readl(reg + offs[type]);
type             1209 drivers/pinctrl/samsung/pinctrl-samsung.c 		const u8 *offs = bank->type->reg_offset;
type             1210 drivers/pinctrl/samsung/pinctrl-samsung.c 		const u8 *widths = bank->type->fld_width;
type             1211 drivers/pinctrl/samsung/pinctrl-samsung.c 		enum pincfg_type type;
type             1232 drivers/pinctrl/samsung/pinctrl-samsung.c 		for (type = 0; type < PINCFG_TYPE_NUM; type++)
type             1233 drivers/pinctrl/samsung/pinctrl-samsung.c 			if (widths[type])
type             1234 drivers/pinctrl/samsung/pinctrl-samsung.c 				writel(bank->pm_save[type], reg + offs[type]);
type               52 drivers/pinctrl/samsung/pinctrl-samsung.h #define PINCFG_PACK(type, value)	(((value) << PINCFG_VALUE_SHIFT) | type)
type              120 drivers/pinctrl/samsung/pinctrl-samsung.h 	const struct samsung_pin_bank_type *type;
type              155 drivers/pinctrl/samsung/pinctrl-samsung.h 	const struct samsung_pin_bank_type *type;
type             4292 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	.type = REGULATOR_VOLTAGE,
type               83 drivers/pinctrl/sh-pfc/pinctrl.c 				 enum pinctrl_map_type type,
type               94 drivers/pinctrl/sh-pfc/pinctrl.c 	map->type = type;
type              203 drivers/pinctrl/sh-pfc/pinctrl.c 			maps[idx].type = PIN_MAP_TYPE_MUX_GROUP;
type              250 drivers/pinctrl/sh-pfc/pinctrl.c 		if (map[i].type == PIN_MAP_TYPE_CONFIGS_GROUP ||
type              251 drivers/pinctrl/sh-pfc/pinctrl.c 		    map[i].type == PIN_MAP_TYPE_CONFIGS_PIN)
type              187 drivers/pinctrl/sirf/pinctrl-atlas7.c 	u32 type;
type              202 drivers/pinctrl/sirf/pinctrl-atlas7.c 		.type = t,					\
type             4913 drivers/pinctrl/sirf/pinctrl-atlas7.c 	u8 type;
type             5028 drivers/pinctrl/sirf/pinctrl-atlas7.c 	if (conf->type != PAD_T_AD)
type             5038 drivers/pinctrl/sirf/pinctrl-atlas7.c 	if (conf->type != PAD_T_AD)
type             5140 drivers/pinctrl/sirf/pinctrl-atlas7.c static u32 convert_current_to_drive_strength(u32 type, u32 ma)
type             5148 drivers/pinctrl/sirf/pinctrl-atlas7.c 		if (type == PAD_T_4WE_PD || type == PAD_T_4WE_PU)
type             5150 drivers/pinctrl/sirf/pinctrl-atlas7.c 		else if (type == PAD_T_16ST)
type             5152 drivers/pinctrl/sirf/pinctrl-atlas7.c 		else if (type == PAD_T_M31_0204_PD || type == PAD_T_M31_0204_PU)
type             5154 drivers/pinctrl/sirf/pinctrl-atlas7.c 		else if (type == PAD_T_M31_0610_PD || type == PAD_T_M31_0610_PU)
type             5172 drivers/pinctrl/sirf/pinctrl-atlas7.c 	pull_info = &atlas7_pull_map[conf->type];
type             5196 drivers/pinctrl/sirf/pinctrl-atlas7.c 	ds_info = &atlas7_ds_map[conf->type];
type             5210 drivers/pinctrl/sirf/pinctrl-atlas7.c 		pin, conf->type, sel);
type             5219 drivers/pinctrl/sirf/pinctrl-atlas7.c 	u32 type = conf->type;
type             5223 drivers/pinctrl/sirf/pinctrl-atlas7.c 	sel = convert_current_to_drive_strength(conf->type, ma);
type             5226 drivers/pinctrl/sirf/pinctrl-atlas7.c 		pin, type, ma);
type             5511 drivers/pinctrl/sirf/pinctrl-atlas7.c 		ds_info = &atlas7_ds_map[conf->type];
type             5517 drivers/pinctrl/sirf/pinctrl-atlas7.c 		pull_info = &atlas7_pull_map[conf->type];
type             5709 drivers/pinctrl/sirf/pinctrl-atlas7.c 				unsigned int type)
type             5728 drivers/pinctrl/sirf/pinctrl-atlas7.c 	switch (type) {
type              117 drivers/pinctrl/sirf/pinctrl-sirf.c 			(*map)[index].type = PIN_MAP_TYPE_MUX_GROUP;
type              489 drivers/pinctrl/sirf/pinctrl-sirf.c static int sirfsoc_gpio_irq_type(struct irq_data *d, unsigned type)
type              505 drivers/pinctrl/sirf/pinctrl-sirf.c 	switch (type) {
type              186 drivers/pinctrl/spear/pinctrl-spear.c 			(*map)[index].type = PIN_MAP_TYPE_MUX_GROUP;
type              106 drivers/pinctrl/sprd/pinctrl-sprd.c 	enum pin_type type;
type              252 drivers/pinctrl/sprd/pinctrl-sprd.c 	enum pinctrl_map_type type;
type              267 drivers/pinctrl/sprd/pinctrl-sprd.c 		type = PIN_MAP_TYPE_CONFIGS_PIN;
type              269 drivers/pinctrl/sprd/pinctrl-sprd.c 		type = PIN_MAP_TYPE_CONFIGS_GROUP;
type              313 drivers/pinctrl/sprd/pinctrl-sprd.c 		if (type == PIN_MAP_TYPE_CONFIGS_PIN) {
type              323 drivers/pinctrl/sprd/pinctrl-sprd.c 						    num_configs, type);
type              417 drivers/pinctrl/sprd/pinctrl-sprd.c 		if (!pin || pin->type != COMMON_PIN)
type              447 drivers/pinctrl/sprd/pinctrl-sprd.c 	if (pin->type == GLOBAL_CTRL_PIN) {
type              454 drivers/pinctrl/sprd/pinctrl-sprd.c 	if (pin->type == GLOBAL_CTRL_PIN &&
type              457 drivers/pinctrl/sprd/pinctrl-sprd.c 	} else if (pin->type == COMMON_PIN || pin->type == MISC_PIN) {
type              598 drivers/pinctrl/sprd/pinctrl-sprd.c 		if (pin->type == GLOBAL_CTRL_PIN &&
type              601 drivers/pinctrl/sprd/pinctrl-sprd.c 		} else if (pin->type == COMMON_PIN || pin->type == MISC_PIN) {
type              686 drivers/pinctrl/sprd/pinctrl-sprd.c 		if (pin->type == GLOBAL_CTRL_PIN) {
type              757 drivers/pinctrl/sprd/pinctrl-sprd.c 	if (pin->type == GLOBAL_CTRL_PIN) {
type              975 drivers/pinctrl/sprd/pinctrl-sprd.c 		pin->type = sprd_soc_pin_info[i].type;
type              978 drivers/pinctrl/sprd/pinctrl-sprd.c 		if (pin->type == GLOBAL_CTRL_PIN) {
type              984 drivers/pinctrl/sprd/pinctrl-sprd.c 		} else if (pin->type == COMMON_PIN) {
type              989 drivers/pinctrl/sprd/pinctrl-sprd.c 		} else if (pin->type == MISC_PIN) {
type              999 drivers/pinctrl/sprd/pinctrl-sprd.c 			pin->name, pin->number, pin->type,
type               17 drivers/pinctrl/sprd/pinctrl-sprd.h #define SPRD_PIN_INFO(num, type, offset, width, reg)	\
type               19 drivers/pinctrl/sprd/pinctrl-sprd.h 		 ((type) & 0xF) << TYPE_OFFSET |	\
type               30 drivers/pinctrl/sprd/pinctrl-sprd.h 		.type = (((a) >> TYPE_OFFSET) & 0xf),		\
type               45 drivers/pinctrl/sprd/pinctrl-sprd.h 	enum pin_type type;
type              348 drivers/pinctrl/stm32/pinctrl-stm32.c 				       unsigned int *type)
type              355 drivers/pinctrl/stm32/pinctrl-stm32.c 	*type = fwspec->param[1];
type              490 drivers/pinctrl/stm32/pinctrl-stm32.c 	(*map)[*num_maps].type = PIN_MAP_TYPE_MUX_GROUP;
type              383 drivers/pinctrl/sunxi/pinctrl-sunxi.c 		(*map)[i].type = PIN_MAP_TYPE_MUX_GROUP;
type              390 drivers/pinctrl/sunxi/pinctrl-sunxi.c 			(*map)[i].type = PIN_MAP_TYPE_CONFIGS_GROUP;
type              424 drivers/pinctrl/sunxi/pinctrl-sunxi.c 		if (map[i].type != PIN_MAP_TYPE_CONFIGS_GROUP)
type              964 drivers/pinctrl/sunxi/pinctrl-sunxi.c static int sunxi_pinctrl_irq_set_type(struct irq_data *d, unsigned int type)
type              973 drivers/pinctrl/sunxi/pinctrl-sunxi.c 	switch (type) {
type              995 drivers/pinctrl/sunxi/pinctrl-sunxi.c 	if (type & IRQ_TYPE_LEVEL_MASK)
type              545 drivers/pinctrl/ti/pinctrl-ti-iodelay.c 	(*map)->type = PIN_MAP_TYPE_CONFIGS_GROUP;
type              154 drivers/pinctrl/uniphier/pinctrl-uniphier-core.c 	enum uniphier_pin_drv_type type =
type              161 drivers/pinctrl/uniphier/pinctrl-uniphier-core.c 	switch (type) {
type              226 drivers/pinctrl/vt8500/pinctrl-wmt.c 	map->type = PIN_MAP_TYPE_MUX_GROUP;
type              273 drivers/pinctrl/vt8500/pinctrl-wmt.c 	map->type = PIN_MAP_TYPE_CONFIGS_PIN;
type              289 drivers/pinctrl/vt8500/pinctrl-wmt.c 		if (maps[i].type == PIN_MAP_TYPE_CONFIGS_PIN)
type               52 drivers/platform/chrome/chromeos_laptop.c 	enum i2c_adapter_type type;
type              143 drivers/platform/chrome/chromeos_laptop.c 		if (strncmp(adapter->name, i2c_adapter_names[i2c_dev->type],
type              144 drivers/platform/chrome/chromeos_laptop.c 			    strlen(i2c_adapter_names[i2c_dev->type])))
type              212 drivers/platform/chrome/chromeos_laptop.c 		if (dev->type == &i2c_adapter_type)
type              214 drivers/platform/chrome/chromeos_laptop.c 		else if (dev->type == &i2c_client_type)
type              219 drivers/platform/chrome/chromeos_laptop.c 		if (dev->type == &i2c_client_type)
type              251 drivers/platform/chrome/chromeos_laptop.c 		.type		= I2C_ADAPTER_SMBUS,
type              259 drivers/platform/chrome/chromeos_laptop.c 		.type		= I2C_ADAPTER_SMBUS,
type              270 drivers/platform/chrome/chromeos_laptop.c 		.type		= I2C_ADAPTER_SMBUS,
type              309 drivers/platform/chrome/chromeos_laptop.c 		.type		= I2C_ADAPTER_PANEL,
type              323 drivers/platform/chrome/chromeos_laptop.c 		.type		= I2C_ADAPTER_VGADDC,
type              332 drivers/platform/chrome/chromeos_laptop.c 		.type		= I2C_ADAPTER_PANEL,
type              345 drivers/platform/chrome/chromeos_laptop.c 		.type		= I2C_ADAPTER_DESIGNWARE,
type              358 drivers/platform/chrome/chromeos_laptop.c 		.type		= I2C_ADAPTER_DESIGNWARE,
type              367 drivers/platform/chrome/chromeos_laptop.c 		.type		= I2C_ADAPTER_DESIGNWARE,
type              380 drivers/platform/chrome/chromeos_laptop.c 		.type		= I2C_ADAPTER_DESIGNWARE,
type              393 drivers/platform/chrome/chromeos_laptop.c 		.type		= I2C_ADAPTER_SMBUS,
type              404 drivers/platform/chrome/chromeos_laptop.c 		.type		= I2C_ADAPTER_SMBUS,
type              421 drivers/platform/chrome/chromeos_laptop.c 		.type		= I2C_ADAPTER_DESIGNWARE,
type              432 drivers/platform/chrome/chromeos_laptop.c 		.type		= I2C_ADAPTER_DESIGNWARE,
type              442 drivers/platform/chrome/chromeos_laptop.c 		.type		= I2C_ADAPTER_DESIGNWARE,
type              451 drivers/platform/chrome/chromeos_laptop.c 		.type		= I2C_ADAPTER_DESIGNWARE,
type              466 drivers/platform/chrome/chromeos_laptop.c 		.type		= I2C_ADAPTER_SMBUS,
type              477 drivers/platform/chrome/chromeos_laptop.c 		.type		= I2C_ADAPTER_SMBUS,
type              656 drivers/platform/chrome/chromeos_laptop.c 	if (dev->type == &i2c_adapter_type) {
type              658 drivers/platform/chrome/chromeos_laptop.c 	} else if (dev->type == &i2c_client_type) {
type               29 drivers/platform/chrome/cros_ec_rpmsg.c 	u8 type;
type              180 drivers/platform/chrome/cros_ec_rpmsg.c 	if (resp->type == HOST_COMMAND_MARK) {
type              190 drivers/platform/chrome/cros_ec_rpmsg.c 	} else if (resp->type == HOST_EVENT_MARK) {
type              201 drivers/platform/chrome/cros_ec_rpmsg.c 			 resp->type);
type               30 drivers/platform/chrome/cros_kbd_led_backlight.c 	param.type = ACPI_TYPE_INTEGER;
type               97 drivers/platform/chrome/cros_usbpd_logger.c 	switch (r->type) {
type              151 drivers/platform/chrome/cros_usbpd_logger.c 		len += append_str(buf, len, "Event %02x (%04x) [", r->type,
type              185 drivers/platform/chrome/cros_usbpd_logger.c 		if (r->type == PD_EVENT_NO_ENTRY)
type              119 drivers/platform/chrome/wilco_ec/debugfs.c 	msg.type = request_data[0] << 8 | request_data[1];
type              188 drivers/platform/chrome/wilco_ec/debugfs.c 	msg.type = WILCO_EC_MSG_LEGACY;
type               81 drivers/platform/chrome/wilco_ec/event.c 	u16 type;
type              288 drivers/platform/chrome/wilco_ec/event.c 	if (obj->type != ACPI_TYPE_BUFFER) {
type               96 drivers/platform/chrome/wilco_ec/mailbox.c 	rq->mailbox_id = msg->type;
type              202 drivers/platform/chrome/wilco_ec/mailbox.c 		msg->type, msg->flags, msg->response_size, msg->request_size);
type               39 drivers/platform/chrome/wilco_ec/properties.c 	ec_msg.type = WILCO_EC_MSG_PROPERTY;
type               67 drivers/platform/chrome/wilco_ec/sysfs.c 	msg.type = WILCO_EC_MSG_LEGACY;
type               87 drivers/platform/chrome/wilco_ec/sysfs.c 		.type = WILCO_EC_MSG_LEGACY,
type               95 drivers/platform/chrome/wilco_ec/telemetry.c 	u8 type;
type              282 drivers/platform/chrome/wilco_ec/telemetry.c 	msg.type = WILCO_EC_MSG_TELEMETRY;
type              180 drivers/platform/mellanox/mlxbf-tmfifo.c 	u8 type;
type              523 drivers/platform/mellanox/mlxbf-tmfifo.c 	hdr.type = VIRTIO_ID_CONSOLE;
type              624 drivers/platform/mellanox/mlxbf-tmfifo.c 		if (hdr.type == VIRTIO_ID_NET) {
type              655 drivers/platform/mellanox/mlxbf-tmfifo.c 		hdr.type = (vring->vdev_id == VIRTIO_ID_NET) ?
type              128 drivers/platform/mellanox/mlxreg-hotplug.c 			data->hpdev.brdinfo->type, data->hpdev.nr +
type              400 drivers/platform/olpc/olpc-ec.c 	.type	= REGULATOR_VOLTAGE,
type              194 drivers/platform/x86/acer-wmi.c 	u8 type;
type              273 drivers/platform/x86/acer-wmi.c 	u32 type;
type              821 drivers/platform/x86/acer-wmi.c 	if (obj && obj->type == ACPI_TYPE_BUFFER &&
type              887 drivers/platform/x86/acer-wmi.c 	if (obj && obj->type == ACPI_TYPE_BUFFER &&
type              910 drivers/platform/x86/acer-wmi.c 	if (obj && obj->type == ACPI_TYPE_BUFFER
type              936 drivers/platform/x86/acer-wmi.c 	.type = ACER_AMW0,
type              940 drivers/platform/x86/acer-wmi.c 	.type = ACER_AMW0_V2,
type              962 drivers/platform/x86/acer-wmi.c 		if (obj->type == ACPI_TYPE_BUFFER &&
type              966 drivers/platform/x86/acer-wmi.c 		} else if (obj->type == ACPI_TYPE_INTEGER) {
type             1083 drivers/platform/x86/acer-wmi.c 	else if (obj->type != ACPI_TYPE_BUFFER) {
type             1162 drivers/platform/x86/acer-wmi.c 	else if (obj->type != ACPI_TYPE_BUFFER) {
type             1193 drivers/platform/x86/acer-wmi.c 	else if (obj->type != ACPI_TYPE_BUFFER) {
type             1239 drivers/platform/x86/acer-wmi.c 	if (header->type != 0xAA)
type             1276 drivers/platform/x86/acer-wmi.c 		if (obj->type == ACPI_TYPE_BUFFER &&
type             1280 drivers/platform/x86/acer-wmi.c 		} else if (obj->type == ACPI_TYPE_INTEGER) {
type             1307 drivers/platform/x86/acer-wmi.c 	.type = ACER_WMID,
type             1311 drivers/platform/x86/acer-wmi.c 	.type = ACER_WMID_v2,
type             1322 drivers/platform/x86/acer-wmi.c 	switch (interface->type) {
type             1353 drivers/platform/x86/acer-wmi.c 		switch (interface->type) {
type             1468 drivers/platform/x86/acer-wmi.c 	props.type = BACKLIGHT_PLATFORM;
type             1599 drivers/platform/x86/acer-wmi.c 					   enum rfkill_type type,
type             1607 drivers/platform/x86/acer-wmi.c 	rfkill_dev = rfkill_alloc(name, dev, type,
type             1726 drivers/platform/x86/acer-wmi.c 	if (obj->type != ACPI_TYPE_BUFFER) {
type             1727 drivers/platform/x86/acer-wmi.c 		pr_warn("Unknown response received %d\n", obj->type);
type             1800 drivers/platform/x86/acer-wmi.c 	else if (obj->type != ACPI_TYPE_BUFFER) {
type             1987 drivers/platform/x86/acer-wmi.c 		if (obj->type == ACPI_TYPE_BUFFER &&
type             1991 drivers/platform/x86/acer-wmi.c 		} else if (obj->type == ACPI_TYPE_INTEGER) {
type              441 drivers/platform/x86/acerhdf.c 				 enum thermal_trip_type *type)
type              444 drivers/platform/x86/acerhdf.c 		*type = THERMAL_TRIP_ACTIVE;
type              446 drivers/platform/x86/acerhdf.c 		*type = THERMAL_TRIP_CRITICAL;
type              522 drivers/platform/x86/alienware-wmi.c 			if (obj && obj->type == ACPI_TYPE_INTEGER)
type              671 drivers/platform/x86/apple-gmux.c 	props.type = BACKLIGHT_PLATFORM;
type              374 drivers/platform/x86/asus-laptop.c 	in_obj.type = ACPI_TYPE_INTEGER;
type              589 drivers/platform/x86/asus-laptop.c 	in_obj.type = ACPI_TYPE_INTEGER;
type              815 drivers/platform/x86/asus-laptop.c 	props.type = BACKLIGHT_PLATFORM;
type             1220 drivers/platform/x86/asus-laptop.c 		if (obj && obj->type == ACPI_TYPE_INTEGER)
type             1349 drivers/platform/x86/asus-laptop.c 			     const char *name, int control_id, int type,
type             1357 drivers/platform/x86/asus-laptop.c 				   type, ops, rfk);
type             1729 drivers/platform/x86/asus-laptop.c 		switch (model->type) {
type               61 drivers/platform/x86/asus-wireless.c 	obj.type = ACPI_TYPE_INTEGER;
type              279 drivers/platform/x86/asus-wmi.c 	if (obj && obj->type == ACPI_TYPE_INTEGER)
type             1014 drivers/platform/x86/asus-wmi.c 			   const char *name, enum rfkill_type type, int dev_id)
type             1027 drivers/platform/x86/asus-wmi.c 		*rfkill = rfkill_alloc(name, &asus->platform_device->dev, type,
type             1030 drivers/platform/x86/asus-wmi.c 		*rfkill = rfkill_alloc(name, &asus->platform_device->dev, type,
type             1862 drivers/platform/x86/asus-wmi.c 	props.type = BACKLIGHT_PLATFORM;
type             1942 drivers/platform/x86/asus-wmi.c 	if (obj && obj->type == ACPI_TYPE_INTEGER)
type             2340 drivers/platform/x86/asus-wmi.c 	if (obj && obj->type == ACPI_TYPE_INTEGER)
type             2347 drivers/platform/x86/asus-wmi.c 			   obj ? obj->type : -1);
type               79 drivers/platform/x86/classmate-laptop.c 	param[0].type = ACPI_TYPE_INTEGER;
type               81 drivers/platform/x86/classmate-laptop.c 	param[1].type = ACPI_TYPE_INTEGER;
type               83 drivers/platform/x86/classmate-laptop.c 	param[2].type = ACPI_TYPE_INTEGER;
type               85 drivers/platform/x86/classmate-laptop.c 	param[3].type = ACPI_TYPE_INTEGER;
type               99 drivers/platform/x86/classmate-laptop.c 	param[0].type = ACPI_TYPE_INTEGER;
type              101 drivers/platform/x86/classmate-laptop.c 	param[1].type = ACPI_TYPE_INTEGER;
type              103 drivers/platform/x86/classmate-laptop.c 	param[2].type = ACPI_TYPE_INTEGER;
type              105 drivers/platform/x86/classmate-laptop.c 	param[3].type = ACPI_TYPE_INTEGER;
type              118 drivers/platform/x86/classmate-laptop.c 	param[0].type = ACPI_TYPE_INTEGER;
type              120 drivers/platform/x86/classmate-laptop.c 	param[1].type = ACPI_TYPE_INTEGER;
type              122 drivers/platform/x86/classmate-laptop.c 	param[2].type = ACPI_TYPE_INTEGER;
type              124 drivers/platform/x86/classmate-laptop.c 	param[3].type = ACPI_TYPE_INTEGER;
type              136 drivers/platform/x86/classmate-laptop.c 	param[0].type = ACPI_TYPE_INTEGER;
type              138 drivers/platform/x86/classmate-laptop.c 	param[1].type = ACPI_TYPE_INTEGER;
type              140 drivers/platform/x86/classmate-laptop.c 	param[2].type = ACPI_TYPE_INTEGER;
type              142 drivers/platform/x86/classmate-laptop.c 	param[3].type = ACPI_TYPE_INTEGER;
type              160 drivers/platform/x86/classmate-laptop.c 	param[0].type = ACPI_TYPE_INTEGER;
type              162 drivers/platform/x86/classmate-laptop.c 	param[1].type = ACPI_TYPE_INTEGER;
type              164 drivers/platform/x86/classmate-laptop.c 	param[2].type = ACPI_TYPE_INTEGER;
type              166 drivers/platform/x86/classmate-laptop.c 	param[3].type = ACPI_TYPE_INTEGER;
type              459 drivers/platform/x86/classmate-laptop.c 	param[0].type = ACPI_TYPE_INTEGER;
type              461 drivers/platform/x86/classmate-laptop.c 	param[1].type = ACPI_TYPE_INTEGER;
type              474 drivers/platform/x86/classmate-laptop.c 	param[0].type = ACPI_TYPE_INTEGER;
type              476 drivers/platform/x86/classmate-laptop.c 	param[1].type = ACPI_TYPE_INTEGER;
type              488 drivers/platform/x86/classmate-laptop.c 	param[0].type = ACPI_TYPE_INTEGER;
type              490 drivers/platform/x86/classmate-laptop.c 	param[1].type = ACPI_TYPE_INTEGER;
type              508 drivers/platform/x86/classmate-laptop.c 	param[0].type = ACPI_TYPE_INTEGER;
type              510 drivers/platform/x86/classmate-laptop.c 	param[1].type = ACPI_TYPE_INTEGER;
type              686 drivers/platform/x86/classmate-laptop.c 	param.type = ACPI_TYPE_INTEGER;
type              782 drivers/platform/x86/classmate-laptop.c 	param.type = ACPI_TYPE_INTEGER;
type              800 drivers/platform/x86/classmate-laptop.c 	param[0].type = ACPI_TYPE_INTEGER;
type              802 drivers/platform/x86/classmate-laptop.c 	param[1].type = ACPI_TYPE_INTEGER;
type              854 drivers/platform/x86/classmate-laptop.c 	param.type = ACPI_TYPE_INTEGER;
type              872 drivers/platform/x86/classmate-laptop.c 	param[0].type = ACPI_TYPE_INTEGER;
type              874 drivers/platform/x86/classmate-laptop.c 	param[1].type = ACPI_TYPE_INTEGER;
type              944 drivers/platform/x86/classmate-laptop.c 	props.type = BACKLIGHT_PLATFORM;
type              900 drivers/platform/x86/compal-laptop.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type              987 drivers/platform/x86/compal-laptop.c 		props.type = BACKLIGHT_PLATFORM;
type             1146 drivers/platform/x86/dell-laptop.c 	u8 type;
type             1219 drivers/platform/x86/dell-laptop.c 	info->type = (buffer.output[1] >> 24) & 0xFF;
type             2229 drivers/platform/x86/dell-laptop.c 		props.type = BACKLIGHT_PLATFORM;
type               22 drivers/platform/x86/dell-rbtn.c 	enum rbtn_type type;
type               72 drivers/platform/x86/dell-rbtn.c 	param.type = ACPI_TYPE_INTEGER;
type              316 drivers/platform/x86/dell-rbtn.c 	if (rbtn_data->type == RBTN_SLIDER)
type              328 drivers/platform/x86/dell-rbtn.c 	if (rbtn_data->type != RBTN_SLIDER)
type              389 drivers/platform/x86/dell-rbtn.c 	enum rbtn_type type;
type              392 drivers/platform/x86/dell-rbtn.c 	type = rbtn_check(device);
type              393 drivers/platform/x86/dell-rbtn.c 	if (type == RBTN_UNKNOWN) {
type              408 drivers/platform/x86/dell-rbtn.c 	rbtn_data->type = type;
type              411 drivers/platform/x86/dell-rbtn.c 	switch (rbtn_data->type) {
type              433 drivers/platform/x86/dell-rbtn.c 	switch (rbtn_data->type) {
type              469 drivers/platform/x86/dell-rbtn.c 	switch (rbtn_data->type) {
type              408 drivers/platform/x86/dell-smbios-base.c 	switch (dm->type) {
type               75 drivers/platform/x86/dell-smbios-smm.c 	switch (dm->type) {
type               67 drivers/platform/x86/dell-smbios-wmi.c 	if (obj->type != ACPI_TYPE_BUFFER) {
type               68 drivers/platform/x86/dell-smbios-wmi.c 		dev_dbg(&wdev->dev, "received type: %d\n", obj->type);
type               69 drivers/platform/x86/dell-smbios-wmi.c 		if (obj->type == ACPI_TYPE_INTEGER)
type              245 drivers/platform/x86/dell-smbios-wmi.c 	switch (dm->type) {
type               51 drivers/platform/x86/dell-smo8800.c 	if (resource->type != ACPI_RESOURCE_TYPE_EXTENDED_IRQ)
type               27 drivers/platform/x86/dell-wmi-aio.c 	u16	type;
type               66 drivers/platform/x86/dell-wmi-aio.c 	if ((event->type == 0 || event->type == 0xf) &&
type               90 drivers/platform/x86/dell-wmi-aio.c 		switch (obj->type) {
type              116 drivers/platform/x86/dell-wmi-descriptor.c 	if (obj->type != ACPI_TYPE_BUFFER) {
type               79 drivers/platform/x86/dell-wmi-led.c 	if (obj->type != ACPI_TYPE_BUFFER) {
type              323 drivers/platform/x86/dell-wmi.c static void dell_wmi_process_key(struct wmi_device *wdev, int type, int code)
type              329 drivers/platform/x86/dell-wmi.c 						(type << 16) | code);
type              332 drivers/platform/x86/dell-wmi.c 			type, code);
type              336 drivers/platform/x86/dell-wmi.c 	pr_debug("Key with type 0x%04x and code 0x%04x pressed\n", type, code);
type              344 drivers/platform/x86/dell-wmi.c 	if (type == 0x0000 && code == 0xe025 && !wmi_requires_smbios_request)
type              362 drivers/platform/x86/dell-wmi.c 	if (obj->type != ACPI_TYPE_BUFFER) {
type              363 drivers/platform/x86/dell-wmi.c 		pr_warn("bad response type %x\n", obj->type);
type              452 drivers/platform/x86/dell-wmi.c 	if (dm->type != 0xb2)
type              499 drivers/platform/x86/dell-wmi.c 			keymap[pos].type = KE_IGNORE;
type              501 drivers/platform/x86/dell-wmi.c 			keymap[pos].type = KE_KEY;
type              598 drivers/platform/x86/dell-wmi.c 	keymap[pos].type = KE_END;
type              770 drivers/platform/x86/eeepc-laptop.c 			    enum rfkill_type type, int cm)
type              779 drivers/platform/x86/eeepc-laptop.c 	*rfkill = rfkill_alloc(name, &eeepc->platform_device->dev, type,
type             1130 drivers/platform/x86/eeepc-laptop.c 	props.type = BACKLIGHT_PLATFORM;
type              145 drivers/platform/x86/fujitsu-laptop.c 		{ .integer.type = ACPI_TYPE_INTEGER, .integer.value = func },
type              146 drivers/platform/x86/fujitsu-laptop.c 		{ .integer.type = ACPI_TYPE_INTEGER, .integer.value = op },
type              147 drivers/platform/x86/fujitsu-laptop.c 		{ .integer.type = ACPI_TYPE_INTEGER, .integer.value = feature },
type              148 drivers/platform/x86/fujitsu-laptop.c 		{ .integer.type = ACPI_TYPE_INTEGER, .integer.value = state }
type              370 drivers/platform/x86/fujitsu-laptop.c 		.type = BACKLIGHT_PLATFORM
type              424 drivers/platform/x86/fujitsu-tablet.c 	switch (res->type) {
type              240 drivers/platform/x86/hp-wmi.c 	if (obj->type != ACPI_TYPE_BUFFER) {
type              535 drivers/platform/x86/hp-wmi.c 	if (obj->type != ACPI_TYPE_BUFFER) {
type              536 drivers/platform/x86/hp-wmi.c 		pr_info("Unknown response received %d\n", obj->type);
type              792 drivers/platform/x86/hp-wmi.c 		enum rfkill_type type;
type              796 drivers/platform/x86/hp-wmi.c 			type = RFKILL_TYPE_WLAN;
type              800 drivers/platform/x86/hp-wmi.c 			type = RFKILL_TYPE_BLUETOOTH;
type              804 drivers/platform/x86/hp-wmi.c 			type = RFKILL_TYPE_WWAN;
type              808 drivers/platform/x86/hp-wmi.c 			type = RFKILL_TYPE_GPS;
type              823 drivers/platform/x86/hp-wmi.c 		rfkill = rfkill_alloc(name, &device->dev, type,
type              138 drivers/platform/x86/hp_accel.c 	in_obj[0].type          = ACPI_TYPE_INTEGER;
type              140 drivers/platform/x86/hp_accel.c 	in_obj[1].type          = ACPI_TYPE_INTEGER;
type              262 drivers/platform/x86/hp_accel.c 	in_obj[0].type          = ACPI_TYPE_INTEGER;
type              281 drivers/platform/x86/hp_accel.c 	if (resource->type == ACPI_RESOURCE_TYPE_EXTENDED_IRQ) {
type               58 drivers/platform/x86/huawei-wmi.c 	args[0].type = args[1].type = args[2].type = ACPI_TYPE_INTEGER;
type              124 drivers/platform/x86/huawei-wmi.c 		if (obj && obj->type == ACPI_TYPE_INTEGER)
type              142 drivers/platform/x86/huawei-wmi.c 	if (obj->type == ACPI_TYPE_INTEGER)
type              145 drivers/platform/x86/huawei-wmi.c 		dev_info(&wdev->dev, "Bad response type %d\n", obj->type);
type               24 drivers/platform/x86/i2c-multi-instantiate.c 	const char *type;
type               90 drivers/platform/x86/i2c-multi-instantiate.c 	for (i = 0; i < multi->num_clients && inst_data[i].type; i++) {
type               92 drivers/platform/x86/i2c-multi-instantiate.c 		strlcpy(board_info.type, inst_data[i].type, I2C_NAME_SIZE);
type               94 drivers/platform/x86/i2c-multi-instantiate.c 			 inst_data[i].type, i);
type              148 drivers/platform/x86/ideapad-laptop.c 	in_obj.type = ACPI_TYPE_INTEGER;
type              170 drivers/platform/x86/ideapad-laptop.c 	in_obj[0].type = ACPI_TYPE_INTEGER;
type              172 drivers/platform/x86/ideapad-laptop.c 	in_obj[1].type = ACPI_TYPE_INTEGER;
type              556 drivers/platform/x86/ideapad-laptop.c 	int type;
type              599 drivers/platform/x86/ideapad-laptop.c 	    (ideapad_rfk_data[dev].type == RFKILL_TYPE_BLUETOOTH)) {
type              610 drivers/platform/x86/ideapad-laptop.c 				      ideapad_rfk_data[dev].type,
type              813 drivers/platform/x86/ideapad-laptop.c 	props.type = BACKLIGHT_PLATFORM;
type              139 drivers/platform/x86/intel-hid.c 	req.type = ACPI_TYPE_INTEGER;
type              142 drivers/platform/x86/intel-hid.c 	argv4.type = ACPI_TYPE_PACKAGE;
type               92 drivers/platform/x86/intel-vbtn.c 			if (ke->type == KE_SW)
type              107 drivers/platform/x86/intel-vbtn.c 	autorelease = val && (!ke_rel || ke_rel->type == KE_IGNORE);
type              134 drivers/platform/x86/intel-vbtn.c 	if (!(obj && obj->type == ACPI_TYPE_INTEGER))
type              251 drivers/platform/x86/intel_cht_int33fe.c 	strlcpy(board_info.type, "max17047", I2C_NAME_SIZE);
type              340 drivers/platform/x86/intel_cht_int33fe.c 	strlcpy(board_info.type, "typec_fusb302", I2C_NAME_SIZE);
type              360 drivers/platform/x86/intel_cht_int33fe.c 	strlcpy(board_info.type, "pi3usb30532", I2C_NAME_SIZE);
type               59 drivers/platform/x86/intel_menlow.c 	arg.type = ACPI_TYPE_INTEGER;
type               85 drivers/platform/x86/intel_menlow.c 	arg.type = ACPI_TYPE_INTEGER;
type              115 drivers/platform/x86/intel_menlow.c 	arg.type = ACPI_TYPE_INTEGER;
type              117 drivers/platform/x86/intel_oaktrail.c static struct rfkill *oaktrail_rfkill_new(char *name, enum rfkill_type type,
type              124 drivers/platform/x86/intel_oaktrail.c 	rfkill_dev = rfkill_alloc(name, &oaktrail_device->dev, type,
type              237 drivers/platform/x86/intel_oaktrail.c 	props.type = BACKLIGHT_PLATFORM;
type               47 drivers/platform/x86/intel_punit_ipc.c 	IPC_TYPE type;
type               52 drivers/platform/x86/intel_punit_ipc.c static inline u32 ipc_read_status(IPC_DEV *ipcdev, IPC_TYPE type)
type               54 drivers/platform/x86/intel_punit_ipc.c 	return readl(ipcdev->base[type][BASE_IFACE]);
type               57 drivers/platform/x86/intel_punit_ipc.c static inline void ipc_write_cmd(IPC_DEV *ipcdev, IPC_TYPE type, u32 cmd)
type               59 drivers/platform/x86/intel_punit_ipc.c 	writel(cmd, ipcdev->base[type][BASE_IFACE]);
type               62 drivers/platform/x86/intel_punit_ipc.c static inline u32 ipc_read_data_low(IPC_DEV *ipcdev, IPC_TYPE type)
type               64 drivers/platform/x86/intel_punit_ipc.c 	return readl(ipcdev->base[type][BASE_DATA] + OFFSET_DATA_LOW);
type               67 drivers/platform/x86/intel_punit_ipc.c static inline u32 ipc_read_data_high(IPC_DEV *ipcdev, IPC_TYPE type)
type               69 drivers/platform/x86/intel_punit_ipc.c 	return readl(ipcdev->base[type][BASE_DATA] + OFFSET_DATA_HIGH);
type               72 drivers/platform/x86/intel_punit_ipc.c static inline void ipc_write_data_low(IPC_DEV *ipcdev, IPC_TYPE type, u32 data)
type               74 drivers/platform/x86/intel_punit_ipc.c 	writel(data, ipcdev->base[type][BASE_DATA] + OFFSET_DATA_LOW);
type               77 drivers/platform/x86/intel_punit_ipc.c static inline void ipc_write_data_high(IPC_DEV *ipcdev, IPC_TYPE type, u32 data)
type               79 drivers/platform/x86/intel_punit_ipc.c 	writel(data, ipcdev->base[type][BASE_DATA] + OFFSET_DATA_HIGH);
type              102 drivers/platform/x86/intel_punit_ipc.c static int intel_punit_ipc_check_status(IPC_DEV *ipcdev, IPC_TYPE type)
type              115 drivers/platform/x86/intel_punit_ipc.c 		while ((ipc_read_status(ipcdev, type) & CMD_RUN) && --loops)
type              123 drivers/platform/x86/intel_punit_ipc.c 	status = ipc_read_status(ipcdev, type);
type              147 drivers/platform/x86/intel_punit_ipc.c 	IPC_TYPE type;
type              154 drivers/platform/x86/intel_punit_ipc.c 	type = (cmd & IPC_PUNIT_CMD_TYPE_MASK) >> IPC_TYPE_OFFSET;
type              158 drivers/platform/x86/intel_punit_ipc.c 	ipc_write_cmd(ipcdev, type, val);
type              159 drivers/platform/x86/intel_punit_ipc.c 	ret = intel_punit_ipc_check_status(ipcdev, type);
type              182 drivers/platform/x86/intel_punit_ipc.c 	IPC_TYPE type;
type              189 drivers/platform/x86/intel_punit_ipc.c 	type = (cmd & IPC_PUNIT_CMD_TYPE_MASK) >> IPC_TYPE_OFFSET;
type              192 drivers/platform/x86/intel_punit_ipc.c 		ipc_write_data_low(ipcdev, type, *in);
type              193 drivers/platform/x86/intel_punit_ipc.c 		if (type == GTDRIVER_IPC || type == ISPDRIVER_IPC)
type              194 drivers/platform/x86/intel_punit_ipc.c 			ipc_write_data_high(ipcdev, type, *++in);
type              199 drivers/platform/x86/intel_punit_ipc.c 	ipc_write_cmd(ipcdev, type, val);
type              201 drivers/platform/x86/intel_punit_ipc.c 	ret = intel_punit_ipc_check_status(ipcdev, type);
type              206 drivers/platform/x86/intel_punit_ipc.c 		*out = ipc_read_data_low(ipcdev, type);
type              207 drivers/platform/x86/intel_punit_ipc.c 		if (type == GTDRIVER_IPC || type == ISPDRIVER_IPC)
type              208 drivers/platform/x86/intel_punit_ipc.c 			*++out = ipc_read_data_high(ipcdev, type);
type               61 drivers/platform/x86/intel_speed_select_if/isst_if_common.h int isst_if_cdev_register(int type, struct isst_if_cmd_cb *cb);
type               62 drivers/platform/x86/intel_speed_select_if/isst_if_common.h void isst_if_cdev_unregister(int type);
type               96 drivers/platform/x86/lg-laptop.c 	args[0].type = ACPI_TYPE_INTEGER;
type              115 drivers/platform/x86/lg-laptop.c 	if (r->type != ACPI_TYPE_INTEGER) {
type              134 drivers/platform/x86/lg-laptop.c 	args[0].type = ACPI_TYPE_INTEGER;
type              136 drivers/platform/x86/lg-laptop.c 	args[1].type = ACPI_TYPE_INTEGER;
type              138 drivers/platform/x86/lg-laptop.c 	args[2].type = ACPI_TYPE_INTEGER;
type              171 drivers/platform/x86/lg-laptop.c 	args[0].type = ACPI_TYPE_INTEGER;
type              173 drivers/platform/x86/lg-laptop.c 	args[1].type = ACPI_TYPE_INTEGER;
type              175 drivers/platform/x86/lg-laptop.c 	args[2].type = ACPI_TYPE_BUFFER;
type              215 drivers/platform/x86/lg-laptop.c 	if (obj->type == ACPI_TYPE_INTEGER) {
type              221 drivers/platform/x86/lg-laptop.c 		if (key && key->type == KE_KEY)
type              225 drivers/platform/x86/lg-laptop.c 	pr_debug("Type: %i    Eventcode: 0x%llx\n", obj->type,
type              269 drivers/platform/x86/lg-laptop.c 		if (key && key->type == KE_KEY)
type              291 drivers/platform/x86/lg-laptop.c 	if (r->type != ACPI_TYPE_INTEGER) {
type              316 drivers/platform/x86/lg-laptop.c 	if (r->type != ACPI_TYPE_INTEGER) {
type              357 drivers/platform/x86/lg-laptop.c 	if (r->type != ACPI_TYPE_BUFFER) {
type              399 drivers/platform/x86/lg-laptop.c 	if (r->type != ACPI_TYPE_INTEGER) {
type              441 drivers/platform/x86/lg-laptop.c 	if (r->type != ACPI_TYPE_BUFFER) {
type              488 drivers/platform/x86/lg-laptop.c 	if (r->type != ACPI_TYPE_INTEGER) {
type              561 drivers/platform/x86/lg-laptop.c 	if (r->type != ACPI_TYPE_BUFFER || r->buffer.pointer[1] != 0x05) {
type             1056 drivers/platform/x86/msi-laptop.c 		props.type = BACKLIGHT_PLATFORM;
type              102 drivers/platform/x86/msi-wmi.c 	if (!obj || obj->type != ACPI_TYPE_INTEGER) {
type              105 drivers/platform/x86/msi-wmi.c 			       "type: %d - buffer length:%d\n", obj->type,
type              106 drivers/platform/x86/msi-wmi.c 			       obj->type == ACPI_TYPE_BUFFER ?
type              186 drivers/platform/x86/msi-wmi.c 	if (obj && obj->type == ACPI_TYPE_INTEGER) {
type              210 drivers/platform/x86/msi-wmi.c 		if (key->type == KE_KEY &&
type              233 drivers/platform/x86/msi-wmi.c 	props.type = BACKLIGHT_PLATFORM;
type              222 drivers/platform/x86/panasonic-laptop.c 		{ .integer.type  = ACPI_TYPE_INTEGER,
type              224 drivers/platform/x86/panasonic-laptop.c 		{ .integer.type  = ACPI_TYPE_INTEGER,
type              271 drivers/platform/x86/panasonic-laptop.c 	if (!hkey || (hkey->type != ACPI_TYPE_PACKAGE)) {
type              286 drivers/platform/x86/panasonic-laptop.c 		if (likely(element->type == ACPI_TYPE_INTEGER)) {
type              589 drivers/platform/x86/panasonic-laptop.c 	props.type = BACKLIGHT_PLATFORM;
type              110 drivers/platform/x86/pcengines-apuv2.c 		.type			= EV_KEY,
type               47 drivers/platform/x86/peaq-wmi.c 	if (obj.type != ACPI_TYPE_INTEGER) {
type              324 drivers/platform/x86/samsung-laptop.c 	enum rfkill_type type;
type              620 drivers/platform/x86/samsung-laptop.c 	if (srfkill->type == RFKILL_TYPE_WLAN)
type              622 drivers/platform/x86/samsung-laptop.c 	else if (srfkill->type == RFKILL_TYPE_BLUETOOTH)
type              640 drivers/platform/x86/samsung-laptop.c 	if (srfkill->type == RFKILL_TYPE_WLAN)
type              642 drivers/platform/x86/samsung-laptop.c 	else if (srfkill->type == RFKILL_TYPE_BLUETOOTH)
type              957 drivers/platform/x86/samsung-laptop.c 			      const char *name, enum rfkill_type type,
type              964 drivers/platform/x86/samsung-laptop.c 	arfkill->type = type;
type              968 drivers/platform/x86/samsung-laptop.c 			       type, ops, arfkill);
type             1192 drivers/platform/x86/samsung-laptop.c 	props.type = BACKLIGHT_PLATFORM;
type               56 drivers/platform/x86/samsung-q10.c 	props.type = BACKLIGHT_PLATFORM;
type              735 drivers/platform/x86/sony-laptop.c 		in.type = ACPI_TYPE_INTEGER;
type              773 drivers/platform/x86/sony-laptop.c 	if (object->type != ACPI_TYPE_INTEGER) {
type              775 drivers/platform/x86/sony-laptop.c 				ACPI_TYPE_INTEGER, object->type);
type              798 drivers/platform/x86/sony-laptop.c 	if (object->type == ACPI_TYPE_BUFFER) {
type              802 drivers/platform/x86/sony-laptop.c 	} else if (object->type == ACPI_TYPE_INTEGER) {
type              808 drivers/platform/x86/sony-laptop.c 				ACPI_TYPE_BUFFER, object->type);
type             1618 drivers/platform/x86/sony-laptop.c 	enum rfkill_type type;
type             1625 drivers/platform/x86/sony-laptop.c 		type = RFKILL_TYPE_WLAN;
type             1629 drivers/platform/x86/sony-laptop.c 		type = RFKILL_TYPE_BLUETOOTH;
type             1633 drivers/platform/x86/sony-laptop.c 		type = RFKILL_TYPE_WWAN;
type             1637 drivers/platform/x86/sony-laptop.c 		type = RFKILL_TYPE_WIMAX;
type             1644 drivers/platform/x86/sony-laptop.c 	rfk = rfkill_alloc(name, &device->dev, type,
type             3145 drivers/platform/x86/sony-laptop.c 	props.type = BACKLIGHT_PLATFORM;
type             4339 drivers/platform/x86/sony-laptop.c 	switch (resource->type) {
type             4419 drivers/platform/x86/sony-laptop.c 			resource->type);
type             4521 drivers/platform/x86/sony-laptop.c 		resource->res1.type = ACPI_RESOURCE_TYPE_IO;
type             4526 drivers/platform/x86/sony-laptop.c 		resource->res2.type = ACPI_RESOURCE_TYPE_IO;
type             4532 drivers/platform/x86/sony-laptop.c 		resource->res3.type = ACPI_RESOURCE_TYPE_IRQ;
type             4539 drivers/platform/x86/sony-laptop.c 		resource->res4.type = ACPI_RESOURCE_TYPE_END_TAG;
type             4545 drivers/platform/x86/sony-laptop.c 		resource->res1.type = ACPI_RESOURCE_TYPE_IO;
type             4551 drivers/platform/x86/sony-laptop.c 		resource->res2.type = ACPI_RESOURCE_TYPE_IRQ;
type             4558 drivers/platform/x86/sony-laptop.c 		resource->res3.type = ACPI_RESOURCE_TYPE_END_TAG;
type               69 drivers/platform/x86/surface3-wmi.c 	if (!obj || obj->type != ACPI_TYPE_INTEGER) {
type               72 drivers/platform/x86/surface3-wmi.c 			       obj->type,
type               73 drivers/platform/x86/surface3-wmi.c 			       obj->type == ACPI_TYPE_BUFFER ?
type              118 drivers/platform/x86/surface3_button.c 		gpio_keys[n_buttons].type = info->event_type;
type               69 drivers/platform/x86/surfacepro3_button.c 	unsigned int type;
type               64 drivers/platform/x86/tc1100-wmi.c 	if (obj && obj->type == ACPI_TYPE_INTEGER) {
type              267 drivers/platform/x86/thinkpad_acpi.c 	u32 type;
type              601 drivers/platform/x86/thinkpad_acpi.c 			in_objs[params.count++].type = ACPI_TYPE_INTEGER;
type              625 drivers/platform/x86/thinkpad_acpi.c 			   out_obj.type == ACPI_TYPE_INTEGER);
type              802 drivers/platform/x86/thinkpad_acpi.c 			ibm->acpi->type, dispatch_acpi_notify, ibm);
type             2103 drivers/platform/x86/thinkpad_acpi.c 	int type = (s >> 16) & 0xffff;
type             2111 drivers/platform/x86/thinkpad_acpi.c 	switch (type) {
type             2141 drivers/platform/x86/thinkpad_acpi.c 		       type, value, TPACPI_MAIL);
type             2159 drivers/platform/x86/thinkpad_acpi.c 		if (type == 1)
type             2168 drivers/platform/x86/thinkpad_acpi.c 		if (type == 5 && value == 0xffff) {
type             2176 drivers/platform/x86/thinkpad_acpi.c 		       value, type, TPACPI_MAIL);
type             3228 drivers/platform/x86/thinkpad_acpi.c 	char *type = NULL;
type             3237 drivers/platform/x86/thinkpad_acpi.c 		type = "GMMS";
type             3242 drivers/platform/x86/thinkpad_acpi.c 		type = "MHKG";
type             3249 drivers/platform/x86/thinkpad_acpi.c 		type, in_tablet_mode ? "tablet" : "laptop");
type             4350 drivers/platform/x86/thinkpad_acpi.c 	.type = ACPI_DEVICE_NOTIFY,
type             6870 drivers/platform/x86/thinkpad_acpi.c 		if (!obj || (obj->type != ACPI_TYPE_PACKAGE)) {
type             7035 drivers/platform/x86/thinkpad_acpi.c 	props.type = BACKLIGHT_PLATFORM;
type             7503 drivers/platform/x86/thinkpad_acpi.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             9900 drivers/platform/x86/thinkpad_acpi.c 					   ibm->acpi->type,
type             10065 drivers/platform/x86/thinkpad_acpi.c 	if (dm->type != 140 || dm->length < 0x0F ||
type               56 drivers/platform/x86/topstar-laptop.c 	in_obj.type = ACPI_TYPE_INTEGER;
type               52 drivers/platform/x86/toshiba-wmi.c 	pr_debug("Unknown event received, obj type %x\n", obj->type);
type              322 drivers/platform/x86/toshiba_acpi.c 		in_objs[i].type = ACPI_TYPE_INTEGER;
type             1124 drivers/platform/x86/toshiba_acpi.c 					 u32 *type)
type             1142 drivers/platform/x86/toshiba_acpi.c 	*type = out[3];
type             2480 drivers/platform/x86/toshiba_acpi.c 	.type = IIO_ACCEL, \
type             2906 drivers/platform/x86/toshiba_acpi.c 	props.type = BACKLIGHT_PLATFORM;
type               66 drivers/platform/x86/wmi-bmof.c 	if (priv->bmofdata->type != ACPI_TYPE_BUFFER) {
type              274 drivers/platform/x86/wmi.c 	params[0].type = ACPI_TYPE_INTEGER;
type              276 drivers/platform/x86/wmi.c 	params[1].type = ACPI_TYPE_INTEGER;
type              283 drivers/platform/x86/wmi.c 			params[2].type = ACPI_TYPE_STRING;
type              285 drivers/platform/x86/wmi.c 			params[2].type = ACPI_TYPE_BUFFER;
type              325 drivers/platform/x86/wmi.c 	wq_params[0].type = ACPI_TYPE_INTEGER;
type              433 drivers/platform/x86/wmi.c 	params[0].type = ACPI_TYPE_INTEGER;
type              437 drivers/platform/x86/wmi.c 		params[1].type = ACPI_TYPE_STRING;
type              439 drivers/platform/x86/wmi.c 		params[1].type = ACPI_TYPE_BUFFER;
type              491 drivers/platform/x86/wmi.c 	switch(obj->type) {
type              505 drivers/platform/x86/wmi.c 		pr_cont("object type 0x%X\n", obj->type);
type              613 drivers/platform/x86/wmi.c 	params[0].type = ACPI_TYPE_INTEGER;
type             1044 drivers/platform/x86/wmi.c 		wblock->dev.dev.type = &wmi_type_event;
type             1049 drivers/platform/x86/wmi.c 		wblock->dev.dev.type = &wmi_type_method;
type             1070 drivers/platform/x86/wmi.c 	wblock->dev.dev.type = &wmi_type_data;
type             1082 drivers/platform/x86/wmi.c 	if (info->type != ACPI_TYPE_METHOD || info->param_count == 0)
type             1161 drivers/platform/x86/wmi.c 	if (obj->type != ACPI_TYPE_BUFFER) {
type             1308 drivers/platform/x86/wmi.c 		params[0].type = ACPI_TYPE_INTEGER;
type               72 drivers/pnp/base.h 	unsigned long type;	/* IORESOURCE_{IO,MEM,IRQ,DMA} */
type              191 drivers/pnp/interface.c 	switch (option->type) {
type              303 drivers/pnp/interface.c 				    unsigned long type,
type              350 drivers/pnp/isapnp/core.c static int __init isapnp_read_tag(unsigned char *type, unsigned short *size)
type              358 drivers/pnp/isapnp/core.c 		*type = tag;
type              362 drivers/pnp/isapnp/core.c 		*type = (tag >> 3) & 0x0f;
type              365 drivers/pnp/isapnp/core.c 	if (*type == 0xff && *size == 0xffff)	/* probably invalid data */
type              567 drivers/pnp/isapnp/core.c 	unsigned char type, tmp[17];
type              579 drivers/pnp/isapnp/core.c 		if (isapnp_read_tag(&type, &size) < 0)
type              581 drivers/pnp/isapnp/core.c 		if (skip && type != _STAG_LOGDEVID && type != _STAG_END)
type              583 drivers/pnp/isapnp/core.c 		switch (type) {
type              687 drivers/pnp/isapnp/core.c 				"ignored\n", type, card->number);
type              701 drivers/pnp/isapnp/core.c 	unsigned char type, tmp[17];
type              705 drivers/pnp/isapnp/core.c 		if (isapnp_read_tag(&type, &size) < 0)
type              707 drivers/pnp/isapnp/core.c 		switch (type) {
type              741 drivers/pnp/isapnp/core.c 			       type);
type               24 drivers/pnp/manager.c 					  unsigned long type,
type               27 drivers/pnp/manager.c 	struct resource *res = pnp_get_resource(dev, type, bar);
type              272 drivers/pnp/manager.c 		switch (option->type) {
type               53 drivers/pnp/pnpacpi/rsparser.c static int dma_flags(struct pnp_dev *dev, int type, int bus_master,
type               60 drivers/pnp/pnpacpi/rsparser.c 	switch (type) {
type               76 drivers/pnp/pnpacpi/rsparser.c 		dev_err(&dev->dev, "invalid DMA type %d\n", type);
type              220 drivers/pnp/pnpacpi/rsparser.c 	switch (res->type) {
type              235 drivers/pnp/pnpacpi/rsparser.c 			flags = dma_flags(dev, dma->type, dma->bus_master,
type              263 drivers/pnp/pnpacpi/rsparser.c 			 res->type);
type              301 drivers/pnp/pnpacpi/rsparser.c 	flags = dma_flags(dev, p->type, p->bus_master, p->transfer);
type              413 drivers/pnp/pnpacpi/rsparser.c 			 r->type);
type              461 drivers/pnp/pnpacpi/rsparser.c 	switch (res->type) {
type              542 drivers/pnp/pnpacpi/rsparser.c 			 res->type);
type              574 drivers/pnp/pnpacpi/rsparser.c 	switch (res->type) {
type              610 drivers/pnp/pnpacpi/rsparser.c 		(*resource)->type = res->type;
type              612 drivers/pnp/pnpacpi/rsparser.c 		if (res->type == ACPI_RESOURCE_TYPE_IRQ)
type              652 drivers/pnp/pnpacpi/rsparser.c 	resource->type = ACPI_RESOURCE_TYPE_END_TAG;
type              731 drivers/pnp/pnpacpi/rsparser.c 		dma->type = ACPI_TYPE_A;
type              734 drivers/pnp/pnpacpi/rsparser.c 		dma->type = ACPI_TYPE_B;
type              737 drivers/pnp/pnpacpi/rsparser.c 		dma->type = ACPI_TYPE_F;
type              740 drivers/pnp/pnpacpi/rsparser.c 		dma->type = ACPI_COMPATIBILITY;
type              760 drivers/pnp/pnpacpi/rsparser.c 		(int) p->start, dma->type, dma->transfer, dma->bus_master);
type              886 drivers/pnp/pnpacpi/rsparser.c 		switch (resource->type) {
type              940 drivers/pnp/pnpacpi/rsparser.c 				 resource->type);
type               79 drivers/pnp/quirks.c 		if (option->type == IORESOURCE_IRQ) {
type               88 drivers/pnp/quirks.c 		} else if (option->type == IORESOURCE_DMA) {
type              121 drivers/pnp/quirks.c 		    option->type == IORESOURCE_IO) {
type              194 drivers/pnp/quirks.c 			if (new_option->type == IORESOURCE_IRQ) {
type              215 drivers/pnp/quirks.c 		if (option->type == IORESOURCE_IRQ &&
type              249 drivers/pnp/quirks.c 			unsigned long flags, type;
type              252 drivers/pnp/quirks.c 			type = flags & (IORESOURCE_IO | IORESOURCE_MEM);
type              253 drivers/pnp/quirks.c 			if (!type || pci_resource_len(pdev, i) == 0)
type              262 drivers/pnp/quirks.c 			     (res = pnp_get_resource(dev, type, j)); j++) {
type               35 drivers/pnp/resource.c static struct pnp_option *pnp_build_option(struct pnp_dev *dev, unsigned long type,
type               45 drivers/pnp/resource.c 	option->type = type;
type              483 drivers/pnp/resource.c 				  unsigned long type, unsigned int num)
type              490 drivers/pnp/resource.c 		if (pnp_resource_type(res) == type && num-- == 0)
type              644 drivers/pnp/resource.c int pnp_possible_config(struct pnp_dev *dev, int type, resource_size_t start,
type              654 drivers/pnp/resource.c 		if (option->type != type)
type              657 drivers/pnp/resource.c 		switch (option->type) {
type              123 drivers/pnp/support.c 	switch (option->type) {
type              902 drivers/power/supply/88pm860x_battery.c 	.type			= POWER_SUPPLY_TYPE_BATTERY,
type              657 drivers/power/supply/88pm860x_charger.c 	.type		= POWER_SUPPLY_TYPE_USB,
type              875 drivers/power/supply/ab8500_btemp.c 			switch (ext->desc->type) {
type              988 drivers/power/supply/ab8500_btemp.c 	.type			= POWER_SUPPLY_TYPE_BATTERY,
type             1810 drivers/power/supply/ab8500_charger.c 	if (charger->psy->desc->type == POWER_SUPPLY_TYPE_MAINS)
type             1812 drivers/power/supply/ab8500_charger.c 	else if (charger->psy->desc->type == POWER_SUPPLY_TYPE_USB)
type             1838 drivers/power/supply/ab8500_charger.c 	if (charger->psy->desc->type == POWER_SUPPLY_TYPE_MAINS)
type             1840 drivers/power/supply/ab8500_charger.c 	else if (charger->psy->desc->type == POWER_SUPPLY_TYPE_USB)
type             1894 drivers/power/supply/ab8500_charger.c 			switch (ext->desc->type) {
type             3327 drivers/power/supply/ab8500_charger.c 	.type		= POWER_SUPPLY_TYPE_MAINS,
type             3335 drivers/power/supply/ab8500_charger.c 	.type		= POWER_SUPPLY_TYPE_USB,
type             2191 drivers/power/supply/ab8500_fg.c 			switch (ext->desc->type) {
type             2230 drivers/power/supply/ab8500_fg.c 			switch (ext->desc->type) {
type             2260 drivers/power/supply/ab8500_fg.c 			switch (ext->desc->type) {
type             3028 drivers/power/supply/ab8500_fg.c 	.type			= POWER_SUPPLY_TYPE_BATTERY,
type              972 drivers/power/supply/abx500_chargalg.c 			ext->desc->type == POWER_SUPPLY_TYPE_MAINS)
type              975 drivers/power/supply/abx500_chargalg.c 			ext->desc->type == POWER_SUPPLY_TYPE_USB)
type              982 drivers/power/supply/abx500_chargalg.c 			switch (ext->desc->type) {
type             1029 drivers/power/supply/abx500_chargalg.c 			switch (ext->desc->type) {
type             1074 drivers/power/supply/abx500_chargalg.c 			switch (ext->desc->type) {
type             1157 drivers/power/supply/abx500_chargalg.c 			switch (ext->desc->type) {
type             1173 drivers/power/supply/abx500_chargalg.c 			switch (ext->desc->type) {
type             1198 drivers/power/supply/abx500_chargalg.c 			switch (ext->desc->type) {
type             1216 drivers/power/supply/abx500_chargalg.c 			switch (ext->desc->type) {
type             1234 drivers/power/supply/abx500_chargalg.c 			switch (ext->desc->type) {
type             1979 drivers/power/supply/abx500_chargalg.c 	.type			= POWER_SUPPLY_TYPE_BATTERY,
type              408 drivers/power/supply/act8945a_charger.c 					     unsigned int *type)
type              423 drivers/power/supply/act8945a_charger.c 			*type = POWER_SUPPLY_TYPE_MAINS;
type              425 drivers/power/supply/act8945a_charger.c 			*type = POWER_SUPPLY_TYPE_USB;
type              427 drivers/power/supply/act8945a_charger.c 		*type = POWER_SUPPLY_TYPE_BATTERY;
type              438 drivers/power/supply/act8945a_charger.c 	act8945a_set_supply_type(charger, &charger->desc.type);
type              613 drivers/power/supply/act8945a_charger.c 	ret = act8945a_set_supply_type(charger, &charger->desc.type);
type              686 drivers/power/supply/adp5061.c 	.type			= POWER_SUPPLY_TYPE_USB,
type              214 drivers/power/supply/axp20x_ac_power.c 	.type = POWER_SUPPLY_TYPE_MAINS,
type              222 drivers/power/supply/axp20x_ac_power.c 	.type = POWER_SUPPLY_TYPE_MAINS,
type              230 drivers/power/supply/axp20x_ac_power.c 	.type = POWER_SUPPLY_TYPE_MAINS,
type              502 drivers/power/supply/axp20x_battery.c 	.type = POWER_SUPPLY_TYPE_BATTERY,
type              389 drivers/power/supply/axp20x_usb_power.c 	.type = POWER_SUPPLY_TYPE_USB,
type              399 drivers/power/supply/axp20x_usb_power.c 	.type = POWER_SUPPLY_TYPE_USB,
type              482 drivers/power/supply/axp288_charger.c 	.type			= POWER_SUPPLY_TYPE_USB,
type              628 drivers/power/supply/axp288_fuel_gauge.c 	.type			= POWER_SUPPLY_TYPE_BATTERY,
type              694 drivers/power/supply/bd70528-charger.c 	.type		= POWER_SUPPLY_TYPE_MAINS,
type             1485 drivers/power/supply/bq2415x_charger.c 	bq->charger_desc.type = POWER_SUPPLY_TYPE_USB;
type              563 drivers/power/supply/bq24190_charger.c 	.type = REGULATOR_VOLTAGE,
type              713 drivers/power/supply/bq24190_charger.c 	int type, ret;
type              724 drivers/power/supply/bq24190_charger.c 		type = POWER_SUPPLY_CHARGE_TYPE_NONE;
type              733 drivers/power/supply/bq24190_charger.c 		type = (v) ? POWER_SUPPLY_CHARGE_TYPE_TRICKLE :
type              737 drivers/power/supply/bq24190_charger.c 	val->intval = type;
type             1248 drivers/power/supply/bq24190_charger.c 	.type			= POWER_SUPPLY_TYPE_USB,
type             1505 drivers/power/supply/bq24190_charger.c 	.type			= POWER_SUPPLY_TYPE_BATTERY,
type              755 drivers/power/supply/bq24257_charger.c 	.type = POWER_SUPPLY_TYPE_USB,
type              393 drivers/power/supply/bq24735-charger.c 	supply_desc->type = POWER_SUPPLY_TYPE_MAINS;
type              683 drivers/power/supply/bq25890_charger.c 	.type = POWER_SUPPLY_TYPE_USB,
type             1880 drivers/power/supply/bq27xxx_battery.c 	psy_desc->type = POWER_SUPPLY_TYPE_BATTERY;
type              872 drivers/power/supply/charger-manager.c 			enum cm_event_types type)
type              879 drivers/power/supply/charger-manager.c 	uevent_notify(cm, default_event_names[type]);
type             1043 drivers/power/supply/charger-manager.c 	.type = POWER_SUPPLY_TYPE_BATTERY,
type             2012 drivers/power/supply/charger-manager.c void cm_notify_event(struct power_supply *psy, enum cm_event_types type,
type             2034 drivers/power/supply/charger-manager.c 	switch (type) {
type             2043 drivers/power/supply/charger-manager.c 		misc_event_handler(cm, type);
type             2047 drivers/power/supply/charger-manager.c 		uevent_notify(cm, msg ? msg : default_event_names[type]);
type              220 drivers/power/supply/collie_battery.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type              251 drivers/power/supply/collie_battery.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type              766 drivers/power/supply/cpcap-battery.c 	psy_desc->type = POWER_SUPPLY_TYPE_BATTERY,
type              595 drivers/power/supply/cpcap-charger.c 	.type		= POWER_SUPPLY_TYPE_USB,
type              238 drivers/power/supply/cros_usbpd-charger.c 	switch (resp.type) {
type              290 drivers/power/supply/cros_usbpd-charger.c 		port->psy_desc.type = POWER_SUPPLY_TYPE_MAINS;
type              292 drivers/power/supply/cros_usbpd-charger.c 		port->psy_desc.type = POWER_SUPPLY_TYPE_USB;
type              296 drivers/power/supply/cros_usbpd-charger.c 		port->port_number, resp.type, resp.meas.voltage_max,
type              651 drivers/power/supply/cros_usbpd-charger.c 			psy_desc->type = POWER_SUPPLY_TYPE_MAINS;
type              658 drivers/power/supply/cros_usbpd-charger.c 			psy_desc->type = POWER_SUPPLY_TYPE_USB;
type              452 drivers/power/supply/da9030_battery.c 	psy_desc->type = POWER_SUPPLY_TYPE_BATTERY;
type              561 drivers/power/supply/da9052-battery.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type              500 drivers/power/supply/da9150-charger.c 	.type		= POWER_SUPPLY_TYPE_USB,
type              508 drivers/power/supply/da9150-charger.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type              439 drivers/power/supply/da9150-fg.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type              696 drivers/power/supply/ds2760_battery.c 	di->bat_desc.type		= POWER_SUPPLY_TYPE_BATTERY;
type              215 drivers/power/supply/ds2780_battery.c 	enum current_types type, int *current_uA)
type              235 drivers/power/supply/ds2780_battery.c 	if (type == CURRENT_NOW)
type              237 drivers/power/supply/ds2780_battery.c 	else if (type == CURRENT_AVG)
type              759 drivers/power/supply/ds2780_battery.c 	dev_info->bat_desc.type		= POWER_SUPPLY_TYPE_BATTERY;
type              216 drivers/power/supply/ds2781_battery.c 	enum current_types type, int *current_uA)
type              236 drivers/power/supply/ds2781_battery.c 	if (type == CURRENT_NOW)
type              238 drivers/power/supply/ds2781_battery.c 	else if (type == CURRENT_AVG)
type              763 drivers/power/supply/ds2781_battery.c 	dev_info->bat_desc.type		= POWER_SUPPLY_TYPE_BATTERY;
type              308 drivers/power/supply/ds2782_battery.c 	battery->type			= POWER_SUPPLY_TYPE_BATTERY;
type              262 drivers/power/supply/generic-adc-battery.c 	psy_desc->type = POWER_SUPPLY_TYPE_BATTERY;
type              187 drivers/power/supply/goldfish_battery.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type              195 drivers/power/supply/goldfish_battery.c 	.type		= POWER_SUPPLY_TYPE_MAINS,
type              194 drivers/power/supply/gpio-charger.c 		charger_desc->type = pdata->type;
type              199 drivers/power/supply/gpio-charger.c 		charger_desc->type = gpio_charger_get_type(dev);
type              142 drivers/power/supply/ingenic-battery.c 	desc->type = POWER_SUPPLY_TYPE_BATTERY;
type              204 drivers/power/supply/ipaq_micro_battery.c 	.type			= POWER_SUPPLY_TYPE_BATTERY,
type              217 drivers/power/supply/ipaq_micro_battery.c 	.type			= POWER_SUPPLY_TYPE_MAINS,
type               88 drivers/power/supply/isp1704_charger.c 	int type = POWER_SUPPLY_TYPE_USB_DCP;
type              110 drivers/power/supply/isp1704_charger.c 		type = POWER_SUPPLY_TYPE_USB_CDP;
type              116 drivers/power/supply/isp1704_charger.c 	return type;
type              241 drivers/power/supply/isp1704_charger.c 				isp->psy_desc.type = POWER_SUPPLY_TYPE_USB_DCP;
type              244 drivers/power/supply/isp1704_charger.c 				isp->psy_desc.type = POWER_SUPPLY_TYPE_USB;
type              253 drivers/power/supply/isp1704_charger.c 		if (isp->psy_desc.type != POWER_SUPPLY_TYPE_USB_DCP) {
type              262 drivers/power/supply/isp1704_charger.c 				isp->psy_desc.type = POWER_SUPPLY_TYPE_USB_CDP;
type              269 drivers/power/supply/isp1704_charger.c 		isp->psy_desc.type = POWER_SUPPLY_TYPE_USB;
type              421 drivers/power/supply/isp1704_charger.c 	isp->psy_desc.type		= POWER_SUPPLY_TYPE_USB;
type              146 drivers/power/supply/lego_ev3_battery.c 	.type			= POWER_SUPPLY_TYPE_BATTERY,
type              419 drivers/power/supply/lp8727_charger.c 	.type			= POWER_SUPPLY_TYPE_MAINS,
type              427 drivers/power/supply/lp8727_charger.c 	.type			= POWER_SUPPLY_TYPE_USB,
type              435 drivers/power/supply/lp8727_charger.c 	.type			= POWER_SUPPLY_TYPE_BATTERY,
type              512 drivers/power/supply/lp8727_charger.c 	const char *type;
type              525 drivers/power/supply/lp8727_charger.c 		of_property_read_string(child, "charger-type", &type);
type              527 drivers/power/supply/lp8727_charger.c 		if (!strcmp(type, "ac"))
type              530 drivers/power/supply/lp8727_charger.c 		if (!strcmp(type, "usb"))
type              395 drivers/power/supply/lp8788-charger.c 	.type		= POWER_SUPPLY_TYPE_MAINS,
type              403 drivers/power/supply/lp8788-charger.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type              130 drivers/power/supply/lt3651-charger.c 	charger_desc->type = POWER_SUPPLY_TYPE_MAINS;
type              524 drivers/power/supply/ltc2941-battery-gauge.c 	info->supply_desc.type = POWER_SUPPLY_TYPE_BATTERY;
type              449 drivers/power/supply/max14577_charger.c 	.type = POWER_SUPPLY_TYPE_BATTERY,
type               67 drivers/power/supply/max14656_charger_detector.c 	enum power_supply_type type;
type              151 drivers/power/supply/max14656_charger_detector.c 			chip->psy_desc.type = chg_type_props[chg_type].type;
type              153 drivers/power/supply/max14656_charger_detector.c 			chip->psy_desc.type = POWER_SUPPLY_TYPE_UNKNOWN;
type              157 drivers/power/supply/max14656_charger_detector.c 		chip->psy_desc.type = POWER_SUPPLY_TYPE_UNKNOWN;
type              275 drivers/power/supply/max14656_charger_detector.c 	chip->psy_desc.type = POWER_SUPPLY_TYPE_UNKNOWN;
type              187 drivers/power/supply/max17040_battery.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type              979 drivers/power/supply/max17042_battery.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type              990 drivers/power/supply/max17042_battery.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type              350 drivers/power/supply/max1721x_battery.c 	info->bat_desc.type = POWER_SUPPLY_TYPE_BATTERY;
type              273 drivers/power/supply/max77650-charger.c 	.type		= POWER_SUPPLY_TYPE_USB,
type              249 drivers/power/supply/max77693_charger.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type               97 drivers/power/supply/max8903_charger.c 	old_type = data->psy_desc.type;
type              100 drivers/power/supply/max8903_charger.c 		data->psy_desc.type = POWER_SUPPLY_TYPE_MAINS;
type              102 drivers/power/supply/max8903_charger.c 		data->psy_desc.type = POWER_SUPPLY_TYPE_USB;
type              104 drivers/power/supply/max8903_charger.c 		data->psy_desc.type = POWER_SUPPLY_TYPE_BATTERY;
type              106 drivers/power/supply/max8903_charger.c 	if (old_type != data->psy_desc.type)
type              136 drivers/power/supply/max8903_charger.c 	old_type = data->psy_desc.type;
type              139 drivers/power/supply/max8903_charger.c 		data->psy_desc.type = POWER_SUPPLY_TYPE_MAINS;
type              141 drivers/power/supply/max8903_charger.c 		data->psy_desc.type = POWER_SUPPLY_TYPE_USB;
type              143 drivers/power/supply/max8903_charger.c 		data->psy_desc.type = POWER_SUPPLY_TYPE_BATTERY;
type              145 drivers/power/supply/max8903_charger.c 	if (old_type != data->psy_desc.type)
type              368 drivers/power/supply/max8903_charger.c 	data->psy_desc.type = (data->ta_in) ? POWER_SUPPLY_TYPE_MAINS :
type              159 drivers/power/supply/max8925_power.c static int start_measure(struct max8925_power_info *info, int type)
type              165 drivers/power/supply/max8925_power.c 	switch (type) {
type              350 drivers/power/supply/max8925_power.c 	.type		= POWER_SUPPLY_TYPE_MAINS,
type              358 drivers/power/supply/max8925_power.c 	.type		= POWER_SUPPLY_TYPE_USB,
type              366 drivers/power/supply/max8925_power.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type               76 drivers/power/supply/max8997_charger.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type               66 drivers/power/supply/max8998_charger.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type               92 drivers/power/supply/olpc_battery.c 	.type = POWER_SUPPLY_TYPE_MAINS,
type              360 drivers/power/supply/pcf50633-charger.c 	.type		= POWER_SUPPLY_TYPE_MAINS,
type              368 drivers/power/supply/pcf50633-charger.c 	.type		= POWER_SUPPLY_TYPE_USB,
type              376 drivers/power/supply/pcf50633-charger.c 	.type		= POWER_SUPPLY_TYPE_MAINS,
type               59 drivers/power/supply/pda_power.c 		if (psy->desc->type == POWER_SUPPLY_TYPE_MAINS)
type               83 drivers/power/supply/pda_power.c 	.type = POWER_SUPPLY_TYPE_MAINS,
type               91 drivers/power/supply/pda_power.c 	.type = POWER_SUPPLY_TYPE_USB,
type              573 drivers/power/supply/pm2301_charger.c 	if (charger->psy->desc->type == POWER_SUPPLY_TYPE_MAINS)
type              827 drivers/power/supply/pm2301_charger.c 	if (charger->psy->desc->type == POWER_SUPPLY_TYPE_MAINS)
type             1034 drivers/power/supply/pm2301_charger.c 	pm2->ac_chg_desc.type = POWER_SUPPLY_TYPE_MAINS;
type               52 drivers/power/supply/pmu_battery.c 	.type = POWER_SUPPLY_TYPE_MAINS,
type              351 drivers/power/supply/power_supply_core.c 	if (psy->desc->type != POWER_SUPPLY_TYPE_BATTERY)
type              422 drivers/power/supply/power_supply_core.c 			psy->desc->type == POWER_SUPPLY_TYPE_BATTERY &&
type             1025 drivers/power/supply/power_supply_core.c 	dev->type = &power_supply_dev_type;
type               80 drivers/power/supply/power_supply_hwmon.c power_supply_hwmon_to_property(enum hwmon_sensor_types type,
type               83 drivers/power/supply/power_supply_hwmon.c 	switch (type) {
type               95 drivers/power/supply/power_supply_hwmon.c static bool power_supply_hwmon_is_a_label(enum hwmon_sensor_types type,
type               98 drivers/power/supply/power_supply_hwmon.c 	return type == hwmon_temp && attr == hwmon_temp_label;
type              101 drivers/power/supply/power_supply_hwmon.c static bool power_supply_hwmon_is_writable(enum hwmon_sensor_types type,
type              104 drivers/power/supply/power_supply_hwmon.c 	switch (type) {
type              121 drivers/power/supply/power_supply_hwmon.c 					     enum hwmon_sensor_types type,
type              128 drivers/power/supply/power_supply_hwmon.c 	if (power_supply_hwmon_is_a_label(type, attr))
type              131 drivers/power/supply/power_supply_hwmon.c 	prop = power_supply_hwmon_to_property(type, attr, channel);
type              136 drivers/power/supply/power_supply_hwmon.c 	    power_supply_hwmon_is_writable(type, attr))
type              143 drivers/power/supply/power_supply_hwmon.c 					  enum hwmon_sensor_types type,
type              152 drivers/power/supply/power_supply_hwmon.c power_supply_hwmon_read(struct device *dev, enum hwmon_sensor_types type,
type              160 drivers/power/supply/power_supply_hwmon.c 	prop = power_supply_hwmon_to_property(type, attr, channel);
type              168 drivers/power/supply/power_supply_hwmon.c 	switch (type) {
type              196 drivers/power/supply/power_supply_hwmon.c power_supply_hwmon_write(struct device *dev, enum hwmon_sensor_types type,
type              204 drivers/power/supply/power_supply_hwmon.c 	prop = power_supply_hwmon_to_property(type, attr, channel);
type              210 drivers/power/supply/power_supply_hwmon.c 	switch (type) {
type              150 drivers/power/supply/power_supply_leds.c 	if (psy->desc->type == POWER_SUPPLY_TYPE_BATTERY)
type              158 drivers/power/supply/power_supply_leds.c 	if (psy->desc->type == POWER_SUPPLY_TYPE_BATTERY)
type              165 drivers/power/supply/power_supply_leds.c 	if (psy->desc->type == POWER_SUPPLY_TYPE_BATTERY)
type              124 drivers/power/supply/power_supply_sysfs.c 		value.intval = psy->desc->type;
type              303 drivers/power/supply/power_supply_sysfs.c 	POWER_SUPPLY_ATTR(type),
type              760 drivers/power/supply/qcom_smbb.c 	.type = POWER_SUPPLY_TYPE_BATTERY,
type              770 drivers/power/supply/qcom_smbb.c 	.type = POWER_SUPPLY_TYPE_USB,
type              780 drivers/power/supply/qcom_smbb.c 	.type = POWER_SUPPLY_TYPE_MAINS,
type              958 drivers/power/supply/qcom_smbb.c 	chg->otg_rdesc.type = REGULATOR_VOLTAGE;
type              109 drivers/power/supply/rt5033_battery.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type             1544 drivers/power/supply/rt9455_charger.c 	.type			= POWER_SUPPLY_TYPE_USB,
type              205 drivers/power/supply/rx51_battery.c 	di->bat_desc.type = POWER_SUPPLY_TYPE_BATTERY;
type              110 drivers/power/supply/s3c_adc_battery.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type              237 drivers/power/supply/s3c_adc_battery.c 	.type			= POWER_SUPPLY_TYPE_BATTERY,
type              810 drivers/power/supply/sbs-battery.c 	.type = POWER_SUPPLY_TYPE_BATTERY,
type              160 drivers/power/supply/sbs-charger.c 	.type = POWER_SUPPLY_TYPE_MAINS,
type              306 drivers/power/supply/sbs-manager.c 	.type = POWER_SUPPLY_TYPE_MAINS,
type              315 drivers/power/supply/sc2731_charger.c 	.type			= POWER_SUPPLY_TYPE_USB,
type              669 drivers/power/supply/sc27xx_fuel_gauge.c 	.type			= POWER_SUPPLY_TYPE_BATTERY,
type             1188 drivers/power/supply/smb347-charger.c 	.type		= POWER_SUPPLY_TYPE_MAINS,
type             1196 drivers/power/supply/smb347-charger.c 	.type		= POWER_SUPPLY_TYPE_USB,
type             1204 drivers/power/supply/smb347-charger.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type              158 drivers/power/supply/test_power.c 		.type = POWER_SUPPLY_TYPE_MAINS,
type              165 drivers/power/supply/test_power.c 		.type = POWER_SUPPLY_TYPE_BATTERY,
type              172 drivers/power/supply/test_power.c 		.type = POWER_SUPPLY_TYPE_USB,
type              223 drivers/power/supply/tosa_battery.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type              233 drivers/power/supply/tosa_battery.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type              242 drivers/power/supply/tosa_battery.c 	.type		= POWER_SUPPLY_TYPE_BATTERY,
type              223 drivers/power/supply/tps65090-charger.c 	.type			= POWER_SUPPLY_TYPE_MAINS,
type              178 drivers/power/supply/tps65217_charger.c 	.type			= POWER_SUPPLY_TYPE_MAINS,
type              802 drivers/power/supply/twl4030_charger.c 	if (psy->desc->type == POWER_SUPPLY_TYPE_USB)
type              811 drivers/power/supply/twl4030_charger.c 		if (psy->desc->type == POWER_SUPPLY_TYPE_USB)
type              831 drivers/power/supply/twl4030_charger.c 		if (psy->desc->type == POWER_SUPPLY_TYPE_USB) {
type              861 drivers/power/supply/twl4030_charger.c 		if (psy->desc->type != POWER_SUPPLY_TYPE_USB) {
type              896 drivers/power/supply/twl4030_charger.c 		if (psy->desc->type == POWER_SUPPLY_TYPE_USB)
type              958 drivers/power/supply/twl4030_charger.c 	.type		= POWER_SUPPLY_TYPE_MAINS,
type              968 drivers/power/supply/twl4030_charger.c 	.type		= POWER_SUPPLY_TYPE_USB,
type              178 drivers/power/supply/twl4030_madc_battery.c 	.type			= POWER_SUPPLY_TYPE_BATTERY,
type              315 drivers/power/supply/ucs1002_power.c 	enum power_supply_usb_type type;
type              325 drivers/power/supply/ucs1002_power.c 		type = POWER_SUPPLY_USB_TYPE_UNKNOWN;
type              328 drivers/power/supply/ucs1002_power.c 		type = POWER_SUPPLY_USB_TYPE_PD;
type              331 drivers/power/supply/ucs1002_power.c 		type = POWER_SUPPLY_USB_TYPE_SDP;
type              334 drivers/power/supply/ucs1002_power.c 		type = POWER_SUPPLY_USB_TYPE_DCP;
type              337 drivers/power/supply/ucs1002_power.c 		type = POWER_SUPPLY_USB_TYPE_CDP;
type              341 drivers/power/supply/ucs1002_power.c 	val->intval = type;
type              432 drivers/power/supply/ucs1002_power.c 	.type			= POWER_SUPPLY_TYPE_USB,
type              482 drivers/power/supply/ucs1002_power.c 	.type		= REGULATOR_VOLTAGE,
type              161 drivers/power/supply/wilco-charger.c 	.type			= POWER_SUPPLY_TYPE_MAINS,
type              190 drivers/power/supply/wm831x_backup.c 	devdata->backup_desc.type = POWER_SUPPLY_TYPE_BATTERY;
type              368 drivers/power/supply/wm831x_power.c static int wm831x_bat_check_type(struct wm831x *wm831x, int *type)
type              379 drivers/power/supply/wm831x_power.c 		*type = POWER_SUPPLY_CHARGE_TYPE_TRICKLE;
type              383 drivers/power/supply/wm831x_power.c 		*type = POWER_SUPPLY_CHARGE_TYPE_FAST;
type              386 drivers/power/supply/wm831x_power.c 		*type = POWER_SUPPLY_CHARGE_TYPE_NONE;
type              569 drivers/power/supply/wm831x_power.c 	power->wall_desc.type = POWER_SUPPLY_TYPE_MAINS;
type              581 drivers/power/supply/wm831x_power.c 	power->usb_desc.type = POWER_SUPPLY_TYPE_USB;
type              385 drivers/power/supply/wm8350_power.c 	.type		= POWER_SUPPLY_TYPE_MAINS,
type              401 drivers/power/supply/wm8350_power.c 	.type		= POWER_SUPPLY_TYPE_USB,
type              120 drivers/power/supply/wm97xx_battery.c 	.type			= POWER_SUPPLY_TYPE_BATTERY,
type              172 drivers/power/supply/z2_battery.c 	charger->batt_ps_desc.type		= POWER_SUPPLY_TYPE_BATTERY;
type              138 drivers/powercap/intel_rapl_common.c 			   enum unit_type type, u64 value, int to_raw);
type              550 drivers/powercap/intel_rapl_common.c static u64 rapl_unit_xlate(struct rapl_domain *rd, enum unit_type type,
type              557 drivers/powercap/intel_rapl_common.c 	switch (type) {
type              294 drivers/ps3/ps3-sys-manager.c 		u8 type;
type              313 drivers/ps3/ps3-sys-manager.c 	payload.type = op;
type              338 drivers/ps3/ps3-sys-manager.c 		u8 type;
type              355 drivers/ps3/ps3-sys-manager.c 	payload.type = 1; /* shutdown */
type              408 drivers/ps3/ps3-sys-manager.c 		u8 type;
type              425 drivers/ps3/ps3-sys-manager.c 	switch (event.type) {
type              473 drivers/ps3/ps3-sys-manager.c 			__func__, __LINE__, event.type);
type              490 drivers/ps3/ps3-sys-manager.c 		u8 type;
type              510 drivers/ps3/ps3-sys-manager.c 	if (cmd.type != PS3_SM_CMD_SHUTDOWN) {
type              512 drivers/ps3/ps3-sys-manager.c 			__func__, __LINE__, cmd.type);
type              709 drivers/ps3/ps3av.c 			 i, audio->type, audio->max_num_of_ch, audio->fs,
type               30 drivers/ptp/ptp_chardev.c 		rq.type = PTP_CLK_REQ_EXTTS;
type               35 drivers/ptp/ptp_chardev.c 		rq.type = PTP_CLK_REQ_PEROUT;
type              176 drivers/ptp/ptp_chardev.c 		req.type = PTP_CLK_REQ_EXTTS;
type              207 drivers/ptp/ptp_chardev.c 		req.type = PTP_CLK_REQ_PEROUT;
type              218 drivers/ptp/ptp_chardev.c 		req.type = PTP_CLK_REQ_PPS;
type              316 drivers/ptp/ptp_clock.c 	switch (event->type) {
type               86 drivers/ptp/ptp_ixp46x.c 			event.type = PTP_CLOCK_EXTTS;
type              100 drivers/ptp/ptp_ixp46x.c 			event.type = PTP_CLOCK_EXTTS;
type              206 drivers/ptp/ptp_ixp46x.c 	switch (rq->type) {
type              363 drivers/ptp/ptp_pch.c 			event.type = PTP_CLOCK_EXTTS;
type              377 drivers/ptp/ptp_pch.c 			event.type = PTP_CLOCK_EXTTS;
type              477 drivers/ptp/ptp_pch.c 	switch (rq->type) {
type              101 drivers/ptp/ptp_qoriq.c 	event.type = PTP_CLOCK_EXTTS;
type              154 drivers/ptp/ptp_qoriq.c 			event.type = PTP_CLOCK_ALARM;
type              179 drivers/ptp/ptp_qoriq.c 		event.type = PTP_CLOCK_PPS;
type              290 drivers/ptp/ptp_qoriq.c 	switch (rq->type) {
type               42 drivers/ptp/ptp_sysfs.c 	struct ptp_clock_request req = { .type = PTP_CLK_REQ_EXTTS };
type              102 drivers/ptp/ptp_sysfs.c 	struct ptp_clock_request req = { .type = PTP_CLK_REQ_PEROUT };
type              130 drivers/ptp/ptp_sysfs.c 	struct ptp_clock_request req = { .type = PTP_CLK_REQ_PPS };
type               30 drivers/rapidio/rio-access.c #define RIO_LOP_READ(size,type,len) \
type               32 drivers/rapidio/rio-access.c 	(struct rio_mport *mport, u32 offset, type *value)		\
type               38 drivers/rapidio/rio-access.c 	*value = (type)data;						\
type               51 drivers/rapidio/rio-access.c #define RIO_LOP_WRITE(size,type,len) \
type               53 drivers/rapidio/rio-access.c 	(struct rio_mport *mport, u32 offset, type value)		\
type               82 drivers/rapidio/rio-access.c #define RIO_OP_READ(size,type,len) \
type               84 drivers/rapidio/rio-access.c 	(struct rio_mport *mport, u16 destid, u8 hopcount, u32 offset, type *value)	\
type               90 drivers/rapidio/rio-access.c 	*value = (type)data;						\
type              103 drivers/rapidio/rio-access.c #define RIO_OP_WRITE(size,type,len) \
type              105 drivers/rapidio/rio-access.c 	(struct rio_mport *mport, u16 destid, u8 hopcount, u32 offset, type value)	\
type              126 drivers/rapidio/rio_cm.c 	u8  type;
type              601 drivers/rapidio/rio_cm.c 		if (hdr->bhdr.type != RIO_CM_CHAN) {
type              604 drivers/rapidio/rio_cm.c 				    hdr->bhdr.type);
type              811 drivers/rapidio/rio_cm.c 	hdr->bhdr.type = RIO_CM_CHAN;
type              979 drivers/rapidio/rio_cm.c 	hdr->bhdr.type = RIO_CM_CHAN;
type             1036 drivers/rapidio/rio_cm.c 	hdr->bhdr.type = RIO_CM_CHAN;
type             1408 drivers/rapidio/rio_cm.c 	hdr->bhdr.type = RIO_CM_CHAN;
type               29 drivers/regulator/88pg86x.c 		.type = REGULATOR_VOLTAGE,
type               42 drivers/regulator/88pg86x.c 		.type = REGULATOR_VOLTAGE,
type               93 drivers/regulator/88pm800-regulator.c 		.type			= REGULATOR_VOLTAGE,		\
type              123 drivers/regulator/88pm800-regulator.c 		.type			= REGULATOR_VOLTAGE,		\
type              238 drivers/regulator/88pm8607.c 		.type	= REGULATOR_CURRENT,				\
type              254 drivers/regulator/88pm8607.c 		.type	= REGULATOR_VOLTAGE,				\
type              277 drivers/regulator/88pm8607.c 		.type	= REGULATOR_VOLTAGE,				\
type              112 drivers/regulator/aat2870-regulator.c 			.type = REGULATOR_VOLTAGE,	\
type              401 drivers/regulator/ab3100.c 		.type = REGULATOR_VOLTAGE,
type              411 drivers/regulator/ab3100.c 		.type = REGULATOR_VOLTAGE,
type              421 drivers/regulator/ab3100.c 		.type = REGULATOR_VOLTAGE,
type              432 drivers/regulator/ab3100.c 		.type = REGULATOR_VOLTAGE,
type              442 drivers/regulator/ab3100.c 		.type = REGULATOR_VOLTAGE,
type              452 drivers/regulator/ab3100.c 		.type = REGULATOR_VOLTAGE,
type              462 drivers/regulator/ab3100.c 		.type = REGULATOR_VOLTAGE,
type              472 drivers/regulator/ab3100.c 		.type = REGULATOR_VOLTAGE,
type              480 drivers/regulator/ab3100.c 		.type = REGULATOR_VOLTAGE,
type              489 drivers/regulator/ab3100.c 		.type = REGULATOR_VOLTAGE,
type              737 drivers/regulator/ab8500-ext.c 			.type		= REGULATOR_VOLTAGE,
type              755 drivers/regulator/ab8500-ext.c 			.type		= REGULATOR_VOLTAGE,
type              773 drivers/regulator/ab8500-ext.c 			.type		= REGULATOR_VOLTAGE,
type              570 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              593 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              616 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              639 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              667 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              686 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              702 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              718 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              734 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              754 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              784 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              805 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              826 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              847 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              870 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              892 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              914 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              941 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              960 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              978 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              999 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type             1020 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type             1038 drivers/regulator/ab8500.c 			.type		= REGULATOR_VOLTAGE,
type              445 drivers/regulator/act8865-regulator.c 		.type			= REGULATOR_VOLTAGE,		\
type              475 drivers/regulator/act8865-regulator.c 		.type = REGULATOR_VOLTAGE,
type              495 drivers/regulator/act8865-regulator.c 		.type = REGULATOR_VOLTAGE,
type              508 drivers/regulator/act8865-regulator.c 		.type = REGULATOR_VOLTAGE,
type              635 drivers/regulator/act8865-regulator.c 	.type = POWER_SUPPLY_TYPE_BATTERY,
type              663 drivers/regulator/act8865-regulator.c 	unsigned long type;
type              674 drivers/regulator/act8865-regulator.c 		type = (unsigned long) id->data;
type              680 drivers/regulator/act8865-regulator.c 		type = i2c_id->driver_data;
type              684 drivers/regulator/act8865-regulator.c 	switch (type) {
type              712 drivers/regulator/act8865-regulator.c 		dev_err(dev, "invalid device id %lu\n", type);
type              765 drivers/regulator/act8865-regulator.c 	if (type == ACT8600) {
type              777 drivers/regulator/act8865-regulator.c 	return type != ACT8865 ? 0 : regmap_write(act8865->regmap,
type              242 drivers/regulator/act8945a-regulator.c 		.type			= REGULATOR_VOLTAGE,		\
type              195 drivers/regulator/ad5398.c 	.type = REGULATOR_CURRENT,
type              180 drivers/regulator/anatop-regulator.c 	rdesc->type = REGULATOR_VOLTAGE;
type               98 drivers/regulator/arizona-ldo1.c 	.type = REGULATOR_VOLTAGE,
type              124 drivers/regulator/arizona-ldo1.c 	.type = REGULATOR_VOLTAGE,
type              168 drivers/regulator/arizona-ldo1.c 	.type = REGULATOR_VOLTAGE,
type              314 drivers/regulator/arizona-ldo1.c 	switch (arizona->type) {
type              136 drivers/regulator/arizona-micsupp.c 	.type = REGULATOR_VOLTAGE,
type              163 drivers/regulator/arizona-micsupp.c 	.type = REGULATOR_VOLTAGE,
type              209 drivers/regulator/arizona-micsupp.c 	.type = REGULATOR_VOLTAGE,
type              328 drivers/regulator/arizona-micsupp.c 	switch (arizona->type) {
type              128 drivers/regulator/as3711-regulator.c 		.type = REGULATOR_VOLTAGE,				   \
type              672 drivers/regulator/as3722-regulator.c 		desc->type = REGULATOR_VOLTAGE;
type              279 drivers/regulator/axp20x-regulator.c 		.type		= REGULATOR_VOLTAGE,				\
type              301 drivers/regulator/axp20x-regulator.c 		.type		= REGULATOR_VOLTAGE,				\
type              320 drivers/regulator/axp20x-regulator.c 		.type		= REGULATOR_VOLTAGE,				\
type              334 drivers/regulator/axp20x-regulator.c 		.type		= REGULATOR_VOLTAGE,				\
type              349 drivers/regulator/axp20x-regulator.c 		.type		= REGULATOR_VOLTAGE,				\
type              635 drivers/regulator/axp20x-regulator.c 	.type		= REGULATOR_VOLTAGE,
type              331 drivers/regulator/bcm590xx-regulator.c 		pmu->desc[i].type = REGULATOR_VOLTAGE;
type              122 drivers/regulator/bd70528-regulator.c 		.type = REGULATOR_VOLTAGE,
type              138 drivers/regulator/bd70528-regulator.c 		.type = REGULATOR_VOLTAGE,
type              154 drivers/regulator/bd70528-regulator.c 		.type = REGULATOR_VOLTAGE,
type              170 drivers/regulator/bd70528-regulator.c 		.type = REGULATOR_VOLTAGE,
type              186 drivers/regulator/bd70528-regulator.c 		.type = REGULATOR_VOLTAGE,
type              202 drivers/regulator/bd70528-regulator.c 		.type = REGULATOR_VOLTAGE,
type              218 drivers/regulator/bd70528-regulator.c 		.type = REGULATOR_VOLTAGE,
type              233 drivers/regulator/bd70528-regulator.c 		.type = REGULATOR_VOLTAGE,
type              489 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              514 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              538 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              565 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              592 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              614 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              638 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              664 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              686 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              709 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              732 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              758 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              786 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              810 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              834 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              858 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              882 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              909 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              933 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              955 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type              979 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type             1005 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type             1027 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type             1050 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type             1073 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type             1100 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type             1127 drivers/regulator/bd718x7-regulator.c 			.type = REGULATOR_VOLTAGE,
type               42 drivers/regulator/bd9571mwv-regulator.c 		.type			= REGULATOR_VOLTAGE,	\
type              779 drivers/regulator/core.c 	switch (rdev->desc->type) {
type              787 drivers/regulator/core.c static DEVICE_ATTR_RO(type);
type             5018 drivers/regulator/core.c 	if (regulator_desc->type != REGULATOR_VOLTAGE &&
type             5019 drivers/regulator/core.c 	    regulator_desc->type != REGULATOR_CURRENT) {
type             5467 drivers/regulator/core.c 		switch (rdev->desc->type) {
type             5490 drivers/regulator/core.c 		switch (rdev->desc->type) {
type              113 drivers/regulator/cpcap-regulator.c 		.type = REGULATOR_VOLTAGE,				\
type              314 drivers/regulator/da903x.c 		.type	= REGULATOR_VOLTAGE,				\
type              334 drivers/regulator/da903x.c 		.type	= REGULATOR_VOLTAGE,				\
type              292 drivers/regulator/da9052-regulator.c 		.type = REGULATOR_VOLTAGE,\
type              314 drivers/regulator/da9052-regulator.c 		.type = REGULATOR_VOLTAGE,\
type              338 drivers/regulator/da9055-regulator.c 		.type = REGULATOR_VOLTAGE,\
type              368 drivers/regulator/da9055-regulator.c 		.type = REGULATOR_VOLTAGE,\
type              952 drivers/regulator/da9062-regulator.c 		regl->desc.type = REGULATOR_VOLTAGE;
type              135 drivers/regulator/da9063-regulator.c 	enum da9063_type			type;
type              583 drivers/regulator/da9063-regulator.c 		.type = PMIC_TYPE_DA9063,
type              588 drivers/regulator/da9063-regulator.c 		.type = PMIC_TYPE_DA9063L,
type              671 drivers/regulator/da9063-regulator.c 	if (da9063->type == PMIC_TYPE_DA9063L)
type              737 drivers/regulator/da9063-regulator.c 		if (model->type == da9063->type)
type              742 drivers/regulator/da9063-regulator.c 			da9063->type);
type              813 drivers/regulator/da9063-regulator.c 		regl->desc.type = REGULATOR_VOLTAGE;
type               55 drivers/regulator/da9210-regulator.c 	.type = REGULATOR_VOLTAGE,
type              229 drivers/regulator/da9211-regulator.c 	.type = REGULATOR_VOLTAGE,\
type              220 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              230 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              240 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              250 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              260 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              270 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              283 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              293 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              303 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              314 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              326 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              337 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              348 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              360 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              371 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              382 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              393 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              405 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              417 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type              429 drivers/regulator/db8500-prcmu.c 			.type	= REGULATOR_VOLTAGE,
type               35 drivers/regulator/dummy.c 	.type = REGULATOR_VOLTAGE,
type              396 drivers/regulator/fan53555.c 	rdesc->type = REGULATOR_VOLTAGE;
type              176 drivers/regulator/fixed.c 	drvdata->desc.type = REGULATOR_VOLTAGE;
type              204 drivers/regulator/gpio-regulator.c 	config->type = REGULATOR_VOLTAGE;
type              208 drivers/regulator/gpio-regulator.c 			config->type = REGULATOR_VOLTAGE;
type              210 drivers/regulator/gpio-regulator.c 			config->type = REGULATOR_CURRENT;
type              284 drivers/regulator/gpio-regulator.c 	switch (config->type) {
type              286 drivers/regulator/gpio-regulator.c 		drvdata->desc.type = REGULATOR_VOLTAGE;
type              291 drivers/regulator/gpio-regulator.c 		drvdata->desc.type = REGULATOR_CURRENT;
type              137 drivers/regulator/hi6421-regulator.c 			.type		= REGULATOR_VOLTAGE,		\
type              176 drivers/regulator/hi6421-regulator.c 			.type		= REGULATOR_VOLTAGE,		\
type              216 drivers/regulator/hi6421-regulator.c 			.type		= REGULATOR_VOLTAGE,		\
type              253 drivers/regulator/hi6421-regulator.c 			.type		= REGULATOR_VOLTAGE,		\
type              290 drivers/regulator/hi6421-regulator.c 			.type		= REGULATOR_VOLTAGE,		\
type               80 drivers/regulator/hi6421v530-regulator.c 		.type		 = REGULATOR_VOLTAGE,			\
type              114 drivers/regulator/hi655x-regulator.c 		.type            = REGULATOR_VOLTAGE,            \
type              135 drivers/regulator/hi655x-regulator.c 		.type            = REGULATOR_VOLTAGE,            \
type               85 drivers/regulator/isl6271a-regulator.c 		.type		= REGULATOR_VOLTAGE,
type               94 drivers/regulator/isl6271a-regulator.c 		.type		= REGULATOR_VOLTAGE,
type              102 drivers/regulator/isl6271a-regulator.c 		.type		= REGULATOR_VOLTAGE,
type              113 drivers/regulator/lm363x-regulator.c 		.type           = REGULATOR_VOLTAGE,
type              126 drivers/regulator/lm363x-regulator.c 		.type           = REGULATOR_VOLTAGE,
type              141 drivers/regulator/lm363x-regulator.c 		.type           = REGULATOR_VOLTAGE,
type              156 drivers/regulator/lm363x-regulator.c 		.type           = REGULATOR_VOLTAGE,
type              171 drivers/regulator/lm363x-regulator.c 		.type           = REGULATOR_VOLTAGE,
type              187 drivers/regulator/lm363x-regulator.c 		.type           = REGULATOR_VOLTAGE,
type              200 drivers/regulator/lm363x-regulator.c 		.type           = REGULATOR_VOLTAGE,
type              215 drivers/regulator/lm363x-regulator.c 		.type           = REGULATOR_VOLTAGE,
type              232 drivers/regulator/lm363x-regulator.c 		.type           = REGULATOR_VOLTAGE,
type              245 drivers/regulator/lm363x-regulator.c 		.type           = REGULATOR_VOLTAGE,
type              260 drivers/regulator/lm363x-regulator.c 		.type           = REGULATOR_VOLTAGE,
type              143 drivers/regulator/lochnagar-regulator.c 		.type = REGULATOR_VOLTAGE,
type              166 drivers/regulator/lochnagar-regulator.c 		.type = REGULATOR_VOLTAGE,
type              181 drivers/regulator/lochnagar-regulator.c 		.type = REGULATOR_VOLTAGE,
type              196 drivers/regulator/lochnagar-regulator.c 		.type = REGULATOR_VOLTAGE,
type              249 drivers/regulator/lp3971.c 		.type = REGULATOR_VOLTAGE,
type              258 drivers/regulator/lp3971.c 		.type = REGULATOR_VOLTAGE,
type              267 drivers/regulator/lp3971.c 		.type = REGULATOR_VOLTAGE,
type              276 drivers/regulator/lp3971.c 		.type = REGULATOR_VOLTAGE,
type              285 drivers/regulator/lp3971.c 		.type = REGULATOR_VOLTAGE,
type              294 drivers/regulator/lp3971.c 		.type = REGULATOR_VOLTAGE,
type              303 drivers/regulator/lp3971.c 		.type = REGULATOR_VOLTAGE,
type              312 drivers/regulator/lp3971.c 		.type = REGULATOR_VOLTAGE,
type              402 drivers/regulator/lp3972.c 		.type = REGULATOR_VOLTAGE,
type              411 drivers/regulator/lp3972.c 		.type = REGULATOR_VOLTAGE,
type              420 drivers/regulator/lp3972.c 		.type = REGULATOR_VOLTAGE,
type              429 drivers/regulator/lp3972.c 		.type = REGULATOR_VOLTAGE,
type              438 drivers/regulator/lp3972.c 		.type = REGULATOR_VOLTAGE,
type              447 drivers/regulator/lp3972.c 		.type = REGULATOR_VOLTAGE,
type              456 drivers/regulator/lp3972.c 		.type = REGULATOR_VOLTAGE,
type              465 drivers/regulator/lp3972.c 		.type = REGULATOR_VOLTAGE,
type              466 drivers/regulator/lp872x.c 		.type = REGULATOR_VOLTAGE,
type              480 drivers/regulator/lp872x.c 		.type = REGULATOR_VOLTAGE,
type              494 drivers/regulator/lp872x.c 		.type = REGULATOR_VOLTAGE,
type              508 drivers/regulator/lp872x.c 		.type = REGULATOR_VOLTAGE,
type              522 drivers/regulator/lp872x.c 		.type = REGULATOR_VOLTAGE,
type              536 drivers/regulator/lp872x.c 		.type = REGULATOR_VOLTAGE,
type              551 drivers/regulator/lp872x.c 		.type = REGULATOR_VOLTAGE,
type              565 drivers/regulator/lp872x.c 		.type = REGULATOR_VOLTAGE,
type              579 drivers/regulator/lp872x.c 		.type = REGULATOR_VOLTAGE,
type              593 drivers/regulator/lp872x.c 		.type = REGULATOR_VOLTAGE,
type              607 drivers/regulator/lp872x.c 		.type = REGULATOR_VOLTAGE,
type              621 drivers/regulator/lp872x.c 		.type = REGULATOR_VOLTAGE,
type              635 drivers/regulator/lp872x.c 		.type = REGULATOR_VOLTAGE,
type              649 drivers/regulator/lp872x.c 		.type = REGULATOR_VOLTAGE,
type              665 drivers/regulator/lp872x.c 		.type = REGULATOR_VOLTAGE,
type               33 drivers/regulator/lp873x-regulator.c 			.type			= REGULATOR_VOLTAGE,	\
type              306 drivers/regulator/lp8755.c 	.type = REGULATOR_VOLTAGE,\
type               25 drivers/regulator/lp87565-regulator.c 			.type			= REGULATOR_VOLTAGE,	\
type              375 drivers/regulator/lp8788-buck.c 		.type = REGULATOR_VOLTAGE,
type              387 drivers/regulator/lp8788-buck.c 		.type = REGULATOR_VOLTAGE,
type              399 drivers/regulator/lp8788-buck.c 		.type = REGULATOR_VOLTAGE,
type              413 drivers/regulator/lp8788-buck.c 		.type = REGULATOR_VOLTAGE,
type              192 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              205 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              218 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              231 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              244 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              257 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              270 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              283 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              296 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              309 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              322 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              334 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              349 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              361 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              372 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              383 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              394 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              406 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              419 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              431 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              442 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              453 drivers/regulator/lp8788-ldo.c 		.type = REGULATOR_VOLTAGE,
type              233 drivers/regulator/ltc3589.c 		.type = REGULATOR_VOLTAGE,				\
type              207 drivers/regulator/ltc3676.c 		.type = REGULATOR_VOLTAGE,                     \
type               99 drivers/regulator/max14577-regulator.c 	.type		= REGULATOR_VOLTAGE, \
type              112 drivers/regulator/max14577-regulator.c 	.type		= REGULATOR_CURRENT, \
type              140 drivers/regulator/max14577-regulator.c 	.type		= REGULATOR_VOLTAGE, \
type              134 drivers/regulator/max1586.c 		.type = REGULATOR_VOLTAGE,
type              142 drivers/regulator/max1586.c 		.type = REGULATOR_VOLTAGE,
type               61 drivers/regulator/max77620-regulator.c 	u8 type;
type              216 drivers/regulator/max77620-regulator.c 	switch (rinfo->type) {
type              245 drivers/regulator/max77620-regulator.c 	switch (rinfo->type) {
type              278 drivers/regulator/max77620-regulator.c 	switch (rinfo->type) {
type              322 drivers/regulator/max77620-regulator.c 	if (rinfo->type == MAX77620_REGULATOR_TYPE_SD) {
type              362 drivers/regulator/max77620-regulator.c 			if (rinfo->type == MAX77620_REGULATOR_TYPE_SD)
type              517 drivers/regulator/max77620-regulator.c 	if (rinfo->type != MAX77620_REGULATOR_TYPE_SD)
type              556 drivers/regulator/max77620-regulator.c 	if (rinfo->type == MAX77620_REGULATOR_TYPE_SD) {
type              663 drivers/regulator/max77620-regulator.c 		.type = MAX77620_REGULATOR_TYPE_SD,			\
type              689 drivers/regulator/max77620-regulator.c 			.type = REGULATOR_VOLTAGE,			\
type              696 drivers/regulator/max77620-regulator.c 		.type = MAX77620_REGULATOR_TYPE_LDO_##_type,		\
type              721 drivers/regulator/max77620-regulator.c 			.type = REGULATOR_VOLTAGE,			\
type              167 drivers/regulator/max77650-regulator.c 		.type			= REGULATOR_VOLTAGE,
type              193 drivers/regulator/max77650-regulator.c 		.type			= REGULATOR_VOLTAGE,
type              223 drivers/regulator/max77650-regulator.c 		.type			= REGULATOR_VOLTAGE,
type              256 drivers/regulator/max77650-regulator.c 		.type			= REGULATOR_VOLTAGE,
type              286 drivers/regulator/max77650-regulator.c 		.type			= REGULATOR_VOLTAGE,
type              316 drivers/regulator/max77650-regulator.c 		.type			= REGULATOR_VOLTAGE,
type              343 drivers/regulator/max77686-regulator.c 	.type		= REGULATOR_VOLTAGE,				\
type              361 drivers/regulator/max77686-regulator.c 	.type		= REGULATOR_VOLTAGE,				\
type              379 drivers/regulator/max77686-regulator.c 	.type		= REGULATOR_VOLTAGE,				\
type              397 drivers/regulator/max77686-regulator.c 	.type		= REGULATOR_VOLTAGE,				\
type              416 drivers/regulator/max77686-regulator.c 	.type		= REGULATOR_VOLTAGE,				\
type              434 drivers/regulator/max77686-regulator.c 	.type		= REGULATOR_VOLTAGE,				\
type              452 drivers/regulator/max77686-regulator.c 	.type		= REGULATOR_VOLTAGE,				\
type              104 drivers/regulator/max77693-regulator.c static struct regmap *max77693_get_regmap(enum max77693_types type,
type              108 drivers/regulator/max77693-regulator.c 	if (type == TYPE_MAX77693)
type              154 drivers/regulator/max77693-regulator.c 	.type		= REGULATOR_VOLTAGE,			\
type              172 drivers/regulator/max77693-regulator.c 		.type = REGULATOR_CURRENT,
type              194 drivers/regulator/max77693-regulator.c 	.type		= REGULATOR_VOLTAGE,				\
type              213 drivers/regulator/max77693-regulator.c 		.type		= REGULATOR_CURRENT,
type              230 drivers/regulator/max77693-regulator.c 	enum max77693_types type = platform_get_device_id(pdev)->driver_data;
type              239 drivers/regulator/max77693-regulator.c 	switch (type) {
type              251 drivers/regulator/max77693-regulator.c 		dev_err(&pdev->dev, "Unsupported device type: %u\n", type);
type              258 drivers/regulator/max77693-regulator.c 		config.regmap = max77693_get_regmap(type, iodev,
type              360 drivers/regulator/max77802-regulator.c 	.type		= REGULATOR_VOLTAGE,				\
type              381 drivers/regulator/max77802-regulator.c 	.type		= REGULATOR_VOLTAGE,				\
type              402 drivers/regulator/max77802-regulator.c 	.type		= REGULATOR_VOLTAGE,				\
type              423 drivers/regulator/max77802-regulator.c 	.type		= REGULATOR_VOLTAGE,				\
type              445 drivers/regulator/max77802-regulator.c 	.type		= REGULATOR_VOLTAGE,				\
type              466 drivers/regulator/max77802-regulator.c 	.type		= REGULATOR_VOLTAGE,				\
type              132 drivers/regulator/max8649.c 	.type		= REGULATOR_VOLTAGE,
type              257 drivers/regulator/max8660.c 		.type = REGULATOR_VOLTAGE,
type              267 drivers/regulator/max8660.c 		.type = REGULATOR_VOLTAGE,
type              277 drivers/regulator/max8660.c 		.type = REGULATOR_VOLTAGE,
type              287 drivers/regulator/max8660.c 		.type = REGULATOR_VOLTAGE,
type              297 drivers/regulator/max8660.c 		.type = REGULATOR_VOLTAGE,
type              379 drivers/regulator/max8660.c 	unsigned long type;
type              393 drivers/regulator/max8660.c 		type = (unsigned long) id->data;
type              395 drivers/regulator/max8660.c 		type = i2c_id->driver_data;
type              458 drivers/regulator/max8660.c 			if (type == MAX8661) {
type               42 drivers/regulator/max8907-regulator.c 		.type = REGULATOR_VOLTAGE, \
type               53 drivers/regulator/max8907-regulator.c 		.type = REGULATOR_VOLTAGE, \
type               70 drivers/regulator/max8907-regulator.c 		.type = REGULATOR_VOLTAGE, \
type               82 drivers/regulator/max8907-regulator.c 		.type = REGULATOR_VOLTAGE, \
type               96 drivers/regulator/max8907-regulator.c 		.type = REGULATOR_VOLTAGE, \
type              162 drivers/regulator/max8925-regulator.c 		.type	= REGULATOR_VOLTAGE,			\
type              180 drivers/regulator/max8925-regulator.c 		.type	= REGULATOR_VOLTAGE,			\
type              113 drivers/regulator/max8952.c 	.type		= REGULATOR_VOLTAGE,
type              692 drivers/regulator/max8973-regulator.c 	max->desc.type = REGULATOR_VOLTAGE;
type              825 drivers/regulator/max8997-regulator.c 	.type		= REGULATOR_VOLTAGE,	\
type              833 drivers/regulator/max8997-regulator.c 	.type		= REGULATOR_CURRENT,	\
type              351 drivers/regulator/max8998.c 	if (max8998->iodev->type == TYPE_MAX8998 && !(val & MAX8998_ENRAMP))
type              396 drivers/regulator/max8998.c 		.type = REGULATOR_VOLTAGE, \
type              405 drivers/regulator/max8998.c 		.type = REGULATOR_VOLTAGE, \
type               62 drivers/regulator/mc13xxx.h 			.type = REGULATOR_VOLTAGE,			\
type               80 drivers/regulator/mc13xxx.h 			.type = REGULATOR_VOLTAGE,			\
type               95 drivers/regulator/mc13xxx.h 			.type = REGULATOR_VOLTAGE,			\
type               92 drivers/regulator/mcp16502.c 		.type			= REGULATOR_VOLTAGE,		\
type               55 drivers/regulator/mt6311-regulator.c 	.type = REGULATOR_VOLTAGE,\
type               73 drivers/regulator/mt6311-regulator.c 	.type = REGULATOR_VOLTAGE,\
type               46 drivers/regulator/mt6323-regulator.c 		.type = REGULATOR_VOLTAGE,				\
type               70 drivers/regulator/mt6323-regulator.c 		.type = REGULATOR_VOLTAGE,				\
type               92 drivers/regulator/mt6323-regulator.c 		.type = REGULATOR_VOLTAGE,				\
type               48 drivers/regulator/mt6358-regulator.c 		.type = REGULATOR_VOLTAGE,	\
type               78 drivers/regulator/mt6358-regulator.c 		.type = REGULATOR_VOLTAGE,	\
type              103 drivers/regulator/mt6358-regulator.c 		.type = REGULATOR_VOLTAGE,	\
type              128 drivers/regulator/mt6358-regulator.c 		.type = REGULATOR_VOLTAGE,	\
type               99 drivers/regulator/mt6380-regulator.c 		.type = REGULATOR_VOLTAGE,				\
type              122 drivers/regulator/mt6380-regulator.c 		.type = REGULATOR_VOLTAGE,				\
type              143 drivers/regulator/mt6380-regulator.c 		.type = REGULATOR_VOLTAGE,				\
type               48 drivers/regulator/mt6397-regulator.c 		.type = REGULATOR_VOLTAGE,				\
type               75 drivers/regulator/mt6397-regulator.c 		.type = REGULATOR_VOLTAGE,				\
type               94 drivers/regulator/mt6397-regulator.c 		.type = REGULATOR_VOLTAGE,				\
type              917 drivers/regulator/palmas-regulator.c 		desc->type = REGULATOR_VOLTAGE;
type             1035 drivers/regulator/palmas-regulator.c 		desc->type = REGULATOR_VOLTAGE;
type             1262 drivers/regulator/palmas-regulator.c 		desc->type = REGULATOR_VOLTAGE;
type             1366 drivers/regulator/palmas-regulator.c 		desc->type = REGULATOR_VOLTAGE;
type              216 drivers/regulator/pbias-regulator.c 		drvdata[data_idx].desc.type = REGULATOR_VOLTAGE;
type              225 drivers/regulator/pcap-regulator.c 		.type		= REGULATOR_VOLTAGE,		\
type               31 drivers/regulator/pcf50633-regulator.c 		.type = REGULATOR_VOLTAGE,			\
type              218 drivers/regulator/pfuze100-regulator.c 			.type = REGULATOR_VOLTAGE,	\
type              233 drivers/regulator/pfuze100-regulator.c 			.type = REGULATOR_VOLTAGE,	\
type              254 drivers/regulator/pfuze100-regulator.c 			.type = REGULATOR_VOLTAGE,	\
type              271 drivers/regulator/pfuze100-regulator.c 			.type = REGULATOR_VOLTAGE,	\
type              291 drivers/regulator/pfuze100-regulator.c 			.type = REGULATOR_VOLTAGE,	\
type              307 drivers/regulator/pfuze100-regulator.c 		.type = REGULATOR_VOLTAGE,	\
type              327 drivers/regulator/pfuze100-regulator.c 		.type = REGULATOR_VOLTAGE,	\
type              344 drivers/regulator/pfuze100-regulator.c 		.type = REGULATOR_VOLTAGE,	\
type              152 drivers/regulator/pv88060-regulator.c 		.type = REGULATOR_VOLTAGE,\
type              177 drivers/regulator/pv88060-regulator.c 		.type = REGULATOR_VOLTAGE,\
type              197 drivers/regulator/pv88060-regulator.c 		.type = REGULATOR_VOLTAGE,\
type               47 drivers/regulator/pv88080-regulator.c 	unsigned long type;
type              289 drivers/regulator/pv88080-regulator.c 		.type = REGULATOR_VOLTAGE,\
type              307 drivers/regulator/pv88080-regulator.c 		.type = REGULATOR_VOLTAGE,\
type              413 drivers/regulator/pv88080-regulator.c 		chip->type = (unsigned long)match->data;
type              415 drivers/regulator/pv88080-regulator.c 		chip->type = id->driver_data;
type              461 drivers/regulator/pv88080-regulator.c 	switch (chip->type) {
type              168 drivers/regulator/pv88090-regulator.c 		.type = REGULATOR_VOLTAGE,\
type              194 drivers/regulator/pv88090-regulator.c 		.type = REGULATOR_VOLTAGE,\
type              248 drivers/regulator/pwm-regulator.c 	.type		= REGULATOR_VOLTAGE,
type              463 drivers/regulator/qcom-rpmh-regulator.c 	vreg->rdesc.type	= REGULATOR_VOLTAGE;
type              973 drivers/regulator/qcom_rpm-regulator.c 		vreg->desc.type = REGULATOR_VOLTAGE;
type               19 drivers/regulator/qcom_smd-regulator.c 	u32 type;
type               74 drivers/regulator/qcom_smd-regulator.c 				 vreg->type, vreg->id,
type              505 drivers/regulator/qcom_smd-regulator.c 	u32 type;
type              806 drivers/regulator/qcom_smd-regulator.c 		vreg->type = reg->type;
type              814 drivers/regulator/qcom_smd-regulator.c 		vreg->desc.type = REGULATOR_VOLTAGE;
type              378 drivers/regulator/qcom_spmi-regulator.c 	enum spmi_regulator_type		type;
type              399 drivers/regulator/qcom_spmi-regulator.c 		.type		= SPMI_REGULATOR_TYPE_##_type, \
type              411 drivers/regulator/qcom_spmi-regulator.c 		.type		= SPMI_REGULATOR_TYPE_VS, \
type             1097 drivers/regulator/qcom_spmi-regulator.c 	enum spmi_regulator_logical_type type = vreg->logical_type;
type             1104 drivers/regulator/qcom_spmi-regulator.c 	if (type == SPMI_REGULATOR_LOGICAL_TYPE_BOOST)
type             1499 drivers/regulator/qcom_spmi-regulator.c 	u8 type, subtype;
type             1511 drivers/regulator/qcom_spmi-regulator.c 		type		= version[SPMI_COMMON_REG_TYPE -
type             1516 drivers/regulator/qcom_spmi-regulator.c 		type = force_type >> 8;
type             1522 drivers/regulator/qcom_spmi-regulator.c 		if (mapping->type == type && mapping->subtype == subtype
type             1530 drivers/regulator/qcom_spmi-regulator.c 		vreg->desc.name, type, subtype, dig_major_rev);
type             1626 drivers/regulator/qcom_spmi-regulator.c 	enum spmi_regulator_logical_type type;
type             1629 drivers/regulator/qcom_spmi-regulator.c 	type = vreg->logical_type;
type             1636 drivers/regulator/qcom_spmi-regulator.c 	if ((type == SPMI_REGULATOR_LOGICAL_TYPE_SMPS
type             1637 drivers/regulator/qcom_spmi-regulator.c 	     || type == SPMI_REGULATOR_LOGICAL_TYPE_LDO
type             1638 drivers/regulator/qcom_spmi-regulator.c 	     || type == SPMI_REGULATOR_LOGICAL_TYPE_VS)
type             1648 drivers/regulator/qcom_spmi-regulator.c 	if ((type == SPMI_REGULATOR_LOGICAL_TYPE_SMPS
type             1649 drivers/regulator/qcom_spmi-regulator.c 	    || type == SPMI_REGULATOR_LOGICAL_TYPE_LDO)
type             1658 drivers/regulator/qcom_spmi-regulator.c 	if (type == SPMI_REGULATOR_LOGICAL_TYPE_VS
type             1666 drivers/regulator/qcom_spmi-regulator.c 	if ((type == SPMI_REGULATOR_LOGICAL_TYPE_ULT_LO_SMPS
type             1667 drivers/regulator/qcom_spmi-regulator.c 		|| type == SPMI_REGULATOR_LOGICAL_TYPE_ULT_HO_SMPS
type             1668 drivers/regulator/qcom_spmi-regulator.c 		|| type == SPMI_REGULATOR_LOGICAL_TYPE_ULT_LDO)
type             1683 drivers/regulator/qcom_spmi-regulator.c 	if (type == SPMI_REGULATOR_LOGICAL_TYPE_VS) {
type             2021 drivers/regulator/qcom_spmi-regulator.c 		vreg->desc.type = REGULATOR_VOLTAGE;
type               71 drivers/regulator/rc5t583-regulator.c 		.type = REGULATOR_VOLTAGE,			\
type               76 drivers/regulator/rk808-regulator.c 		.type		= REGULATOR_VOLTAGE,			\
type              100 drivers/regulator/rk808-regulator.c 		.type		= REGULATOR_VOLTAGE,			\
type              138 drivers/regulator/rk808-regulator.c 		.type		= REGULATOR_VOLTAGE,			\
type              762 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type              778 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type              794 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type              824 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type              840 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type              856 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type              878 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type              918 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type              937 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type              956 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type              975 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type              995 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type             1060 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type             1079 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type             1098 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type             1117 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type             1183 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type             1199 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type             1215 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type             1240 drivers/regulator/rk808-regulator.c 		.type = REGULATOR_VOLTAGE,
type               31 drivers/regulator/rn5t618-regulator.c 		.type		= REGULATOR_VOLTAGE,			\
type               40 drivers/regulator/rt5033-regulator.c 		.type		= REGULATOR_VOLTAGE,
type               56 drivers/regulator/rt5033-regulator.c 		.type		= REGULATOR_VOLTAGE,
type               72 drivers/regulator/rt5033-regulator.c 		.type		= REGULATOR_VOLTAGE,
type              236 drivers/regulator/s2mpa01.c 	.type		= REGULATOR_VOLTAGE,		\
type              253 drivers/regulator/s2mpa01.c 	.type		= REGULATOR_VOLTAGE,			\
type              271 drivers/regulator/s2mpa01.c 	.type		= REGULATOR_VOLTAGE,			\
type              289 drivers/regulator/s2mpa01.c 	.type		= REGULATOR_VOLTAGE,			\
type              361 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,		\
type              377 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,			\
type              394 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,			\
type              411 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,			\
type              428 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,			\
type              501 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,			\
type              517 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,			\
type              534 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,			\
type              551 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,			\
type              633 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,		\
type              648 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,			\
type              724 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,		\
type              739 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,				\
type              946 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,		\
type              961 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,		\
type              976 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,		\
type              991 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,		\
type             1006 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,		\
type             1022 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,			\
type             1038 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,			\
type             1054 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,			\
type             1070 drivers/regulator/s2mps11.c 	.type		= REGULATOR_VOLTAGE,			\
type              372 drivers/regulator/s5m8767.c 	.type		= REGULATOR_VOLTAGE,	\
type              380 drivers/regulator/s5m8767.c 	.type		= REGULATOR_VOLTAGE,	\
type              135 drivers/regulator/sc2731-regulator.c 	.type			= REGULATOR_VOLTAGE,		\
type               45 drivers/regulator/sky81452-regulator.c 	.type = REGULATOR_VOLTAGE,
type              233 drivers/regulator/slg51000-regulator.c 		.type = REGULATOR_VOLTAGE,                         \
type               32 drivers/regulator/stm32-booster.c 	.type = REGULATOR_VOLTAGE,
type               63 drivers/regulator/stm32-booster.c 	.type = REGULATOR_VOLTAGE,
type              116 drivers/regulator/stm32-pwr.c 		.type = REGULATOR_VOLTAGE, \
type              179 drivers/regulator/stm32-vrefbuf.c 	.type = REGULATOR_VOLTAGE,
type              202 drivers/regulator/stpmic1_regulator.c 	.type = REGULATOR_VOLTAGE, \
type              221 drivers/regulator/stpmic1_regulator.c 	.type = REGULATOR_VOLTAGE, \
type              242 drivers/regulator/stpmic1_regulator.c 	.type = REGULATOR_VOLTAGE, \
type              261 drivers/regulator/stpmic1_regulator.c 	.type = REGULATOR_VOLTAGE, \
type              281 drivers/regulator/stpmic1_regulator.c 	.type = REGULATOR_VOLTAGE, \
type              298 drivers/regulator/stpmic1_regulator.c 	.type = REGULATOR_VOLTAGE, \
type              315 drivers/regulator/stpmic1_regulator.c 	.type = REGULATOR_VOLTAGE, \
type              335 drivers/regulator/stpmic1_regulator.c 	.type = REGULATOR_VOLTAGE, \
type               43 drivers/regulator/stw481x-vmmc.c 	.type = REGULATOR_VOLTAGE,
type               47 drivers/regulator/sy8106a-regulator.c 	.type = REGULATOR_VOLTAGE,
type               96 drivers/regulator/sy8824x.c 	rdesc->type = REGULATOR_VOLTAGE;
type              851 drivers/regulator/ti-abb-regulator.c 	desc->type = REGULATOR_VOLTAGE;
type              295 drivers/regulator/tps51632-regulator.c 	tps->desc.type = REGULATOR_VOLTAGE;
type               41 drivers/regulator/tps6105x-regulator.c 	.type		= REGULATOR_VOLTAGE,
type              362 drivers/regulator/tps62360-regulator.c 	tps->desc.type = REGULATOR_VOLTAGE;
type               97 drivers/regulator/tps65023-regulator.c 		.type		= REGULATOR_VOLTAGE,		\
type              116 drivers/regulator/tps65023-regulator.c 		.type		= REGULATOR_VOLTAGE,		\
type              423 drivers/regulator/tps6507x-regulator.c 		tps->desc[i].type = REGULATOR_VOLTAGE;
type               38 drivers/regulator/tps65086-regulator.c 			.type			= REGULATOR_VOLTAGE,	\
type               61 drivers/regulator/tps65086-regulator.c 			.type			= REGULATOR_VOLTAGE,	\
type              196 drivers/regulator/tps65090-regulator.c 	.type = REGULATOR_VOLTAGE,			\
type              192 drivers/regulator/tps65132-regulator.c 		.type = REGULATOR_VOLTAGE,		\
type               39 drivers/regulator/tps65217-regulator.c 		.type		= REGULATOR_VOLTAGE,	\
type               40 drivers/regulator/tps65218-regulator.c 		.type			= _type,	\
type              612 drivers/regulator/tps6524x-regulator.c 		hw->desc[i].type	= REGULATOR_VOLTAGE;
type              115 drivers/regulator/tps6586x-regulator.c 		.type	= REGULATOR_VOLTAGE,				\
type              139 drivers/regulator/tps6586x-regulator.c 		.type	= REGULATOR_VOLTAGE,				\
type              194 drivers/regulator/tps6586x-regulator.c 		.type	= REGULATOR_VOLTAGE,				\
type             1198 drivers/regulator/tps65910-regulator.c 		pmic->desc[i].type = REGULATOR_VOLTAGE;
type               38 drivers/regulator/tps65912-regulator.c 		.type			= REGULATOR_VOLTAGE,		\
type              423 drivers/regulator/tps80031-regulator.c 		.type = REGULATOR_VOLTAGE,			\
type              441 drivers/regulator/tps80031-regulator.c 		.type = REGULATOR_VOLTAGE,			\
type              464 drivers/regulator/tps80031-regulator.c 		.type = REGULATOR_VOLTAGE,			\
type              475 drivers/regulator/twl-regulator.c 		.type = REGULATOR_VOLTAGE, \
type              492 drivers/regulator/twl-regulator.c 		.type = REGULATOR_VOLTAGE, \
type              513 drivers/regulator/twl-regulator.c 		.type = REGULATOR_VOLTAGE, \
type              510 drivers/regulator/twl6030-regulator.c 		.type = REGULATOR_VOLTAGE, \
type              525 drivers/regulator/twl6030-regulator.c 		.type = REGULATOR_VOLTAGE, \
type              540 drivers/regulator/twl6030-regulator.c 		.type = REGULATOR_VOLTAGE, \
type              554 drivers/regulator/twl6030-regulator.c 		.type = REGULATOR_VOLTAGE, \
type              570 drivers/regulator/twl6030-regulator.c 		.type = REGULATOR_VOLTAGE, \
type              141 drivers/regulator/uniphier-regulator.c 	.type = REGULATOR_VOLTAGE,
type              468 drivers/regulator/vctrl-regulator.c 	rdesc->type = REGULATOR_VOLTAGE;
type               57 drivers/regulator/vexpress-regulator.c 	desc->type = REGULATOR_VOLTAGE;
type              432 drivers/regulator/wm831x-dcdc.c 	dcdc->desc.type = REGULATOR_VOLTAGE;
type              590 drivers/regulator/wm831x-dcdc.c 	dcdc->desc.type = REGULATOR_VOLTAGE;
type              712 drivers/regulator/wm831x-dcdc.c 	dcdc->desc.type = REGULATOR_VOLTAGE;
type              797 drivers/regulator/wm831x-dcdc.c 	dcdc->desc.type = REGULATOR_VOLTAGE;
type              149 drivers/regulator/wm831x-isink.c 	isink->desc.type = REGULATOR_CURRENT;
type              256 drivers/regulator/wm831x-ldo.c 	ldo->desc.type = REGULATOR_VOLTAGE;
type              466 drivers/regulator/wm831x-ldo.c 	ldo->desc.type = REGULATOR_VOLTAGE;
type              611 drivers/regulator/wm831x-ldo.c 	ldo->desc.type = REGULATOR_VOLTAGE;
type              927 drivers/regulator/wm8350-regulator.c 		.type = REGULATOR_VOLTAGE,
type              942 drivers/regulator/wm8350-regulator.c 		.type = REGULATOR_VOLTAGE,
type              952 drivers/regulator/wm8350-regulator.c 		.type = REGULATOR_VOLTAGE,
type              967 drivers/regulator/wm8350-regulator.c 		.type = REGULATOR_VOLTAGE,
type              982 drivers/regulator/wm8350-regulator.c 		.type = REGULATOR_VOLTAGE,
type              992 drivers/regulator/wm8350-regulator.c 		.type = REGULATOR_VOLTAGE,
type             1007 drivers/regulator/wm8350-regulator.c 		.type = REGULATOR_VOLTAGE,
type             1022 drivers/regulator/wm8350-regulator.c 		.type = REGULATOR_VOLTAGE,
type             1037 drivers/regulator/wm8350-regulator.c 		.type = REGULATOR_VOLTAGE,
type             1052 drivers/regulator/wm8350-regulator.c 		.type = REGULATOR_VOLTAGE,
type             1067 drivers/regulator/wm8350-regulator.c 		.type = REGULATOR_CURRENT,
type             1079 drivers/regulator/wm8350-regulator.c 		.type = REGULATOR_CURRENT,
type              127 drivers/regulator/wm8400-regulator.c 		.type = REGULATOR_VOLTAGE,
type              139 drivers/regulator/wm8400-regulator.c 		.type = REGULATOR_VOLTAGE,
type              155 drivers/regulator/wm8400-regulator.c 		.type = REGULATOR_VOLTAGE,
type              169 drivers/regulator/wm8400-regulator.c 		.type = REGULATOR_VOLTAGE,
type              183 drivers/regulator/wm8400-regulator.c 		.type = REGULATOR_VOLTAGE,
type              197 drivers/regulator/wm8400-regulator.c 		.type = REGULATOR_VOLTAGE,
type               49 drivers/regulator/wm8994-regulator.c 	switch (ldo->wm8994->type) {
type               77 drivers/regulator/wm8994-regulator.c 		.type = REGULATOR_VOLTAGE,
type               90 drivers/regulator/wm8994-regulator.c 		.type = REGULATOR_VOLTAGE,
type              274 drivers/remoteproc/qcom_sysmon.c 		.type = QMI_INDICATION,
type               67 drivers/remoteproc/remoteproc_core.c static const char *rproc_crash_to_string(enum rproc_crash_type type)
type               69 drivers/remoteproc/remoteproc_core.c 	if (type < ARRAY_SIZE(rproc_crash_names))
type               70 drivers/remoteproc/remoteproc_core.c 		return rproc_crash_names[type];
type             1060 drivers/remoteproc/remoteproc_core.c 		dev_dbg(dev, "rsc: type %d\n", hdr->type);
type             1062 drivers/remoteproc/remoteproc_core.c 		if (hdr->type >= RSC_VENDOR_START &&
type             1063 drivers/remoteproc/remoteproc_core.c 		    hdr->type <= RSC_VENDOR_END) {
type             1064 drivers/remoteproc/remoteproc_core.c 			ret = rproc_handle_rsc(rproc, hdr->type, rsc,
type             1072 drivers/remoteproc/remoteproc_core.c 				 hdr->type);
type             1076 drivers/remoteproc/remoteproc_core.c 		if (hdr->type >= RSC_LAST) {
type             1077 drivers/remoteproc/remoteproc_core.c 			dev_warn(dev, "unsupported resource %d\n", hdr->type);
type             1081 drivers/remoteproc/remoteproc_core.c 		handler = handlers[hdr->type];
type             2036 drivers/remoteproc/remoteproc_core.c 	rproc->dev.type = &rproc_type;
type             2186 drivers/remoteproc/remoteproc_core.c 		if (dev->type == &rproc_type)
type             2205 drivers/remoteproc/remoteproc_core.c void rproc_report_crash(struct rproc *rproc, enum rproc_crash_type type)
type             2213 drivers/remoteproc/remoteproc_core.c 		rproc->name, rproc_crash_to_string(type));
type              169 drivers/remoteproc/remoteproc_debugfs.c 	unsigned int type;
type              172 drivers/remoteproc/remoteproc_debugfs.c 	ret = kstrtouint_from_user(user_buf, count, 0, &type);
type              176 drivers/remoteproc/remoteproc_debugfs.c 	rproc_report_crash(rproc, type);
type              209 drivers/remoteproc/remoteproc_debugfs.c 		switch (hdr->type) {
type              212 drivers/remoteproc/remoteproc_debugfs.c 			seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]);
type              222 drivers/remoteproc/remoteproc_debugfs.c 			seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]);
type              232 drivers/remoteproc/remoteproc_debugfs.c 			seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]);
type              240 drivers/remoteproc/remoteproc_debugfs.c 			seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]);
type              264 drivers/remoteproc/remoteproc_debugfs.c 				   hdr->type, hdr);
type               99 drivers/reset/hisilicon/hi6220_reset.c 	enum hi6220_reset_ctrl_type type;
type              107 drivers/reset/hisilicon/hi6220_reset.c 	type = (enum hi6220_reset_ctrl_type)of_device_get_match_data(dev);
type              117 drivers/reset/hisilicon/hi6220_reset.c 	if (type == MEDIA) {
type              272 drivers/rtc/rtc-ab-eoz9.c 			      enum hwmon_sensor_types type,
type              310 drivers/rtc/rtc-ab-eoz9.c 				 enum hwmon_sensor_types type,
type              329 drivers/rtc/rtc-ab-eoz9.c 	.type = hwmon_chip,
type              339 drivers/rtc/rtc-ab-eoz9.c 	.type = hwmon_temp,
type              156 drivers/rtc/rtc-ds1307.c 	enum ds_type		type;
type              191 drivers/rtc/rtc-ds1307.c 	const struct chip_desc *chip = &chips[ds1307->type];
type              194 drivers/rtc/rtc-ds1307.c 	if (ds1307->type == rx_8130) {
type              219 drivers/rtc/rtc-ds1307.c 	if (ds1307->type == m41t0 &&
type              226 drivers/rtc/rtc-ds1307.c 	switch (ds1307->type) {
type              290 drivers/rtc/rtc-ds1307.c 	const struct chip_desc *chip = &chips[ds1307->type];
type              328 drivers/rtc/rtc-ds1307.c 	switch (ds1307->type) {
type              360 drivers/rtc/rtc-ds1307.c 	if (ds1307->type == rx_8130) {
type             1171 drivers/rtc/rtc-ds1307.c 	switch (ds1307->type) {
type             1192 drivers/rtc/rtc-ds1307.c 	const struct chip_desc *chip = &chips[ds1307->type];
type             1202 drivers/rtc/rtc-ds1307.c 	const struct chip_desc *chip = &chips[ds1307->type];
type             1290 drivers/rtc/rtc-ds1307.c 	if (ds1307->type != ds_3231)
type             1552 drivers/rtc/rtc-ds1307.c 	if (ds1307->type != ds_3231)
type             1605 drivers/rtc/rtc-ds1307.c 		ds1307->type = (enum ds_type)
type             1607 drivers/rtc/rtc-ds1307.c 		chip = &chips[ds1307->type];
type             1610 drivers/rtc/rtc-ds1307.c 		ds1307->type = id->driver_data;
type             1619 drivers/rtc/rtc-ds1307.c 		ds1307->type = acpi_id->driver_data;
type             1652 drivers/rtc/rtc-ds1307.c 	switch (ds1307->type) {
type             1765 drivers/rtc/rtc-ds1307.c 	if (ds1307->type == mcp794xx &&
type             1773 drivers/rtc/rtc-ds1307.c 	switch (ds1307->type) {
type              310 drivers/rtc/rtc-ds3232.c 				       enum hwmon_sensor_types type,
type              313 drivers/rtc/rtc-ds3232.c 	if (type != hwmon_temp)
type              325 drivers/rtc/rtc-ds3232.c 			     enum hwmon_sensor_types type,
type              348 drivers/rtc/rtc-ds3232.c 	.type = hwmon_chip,
type              358 drivers/rtc/rtc-ds3232.c 	.type = hwmon_temp,
type              495 drivers/rtc/rtc-ds3232.c 		.type = NVMEM_TYPE_BATTERY_BACKED
type               54 drivers/rtc/rtc-jz4740.c 	enum jz4740_rtc_type type;
type              109 drivers/rtc/rtc-jz4740.c 	if (rtc->type >= ID_JZ4780)
type              321 drivers/rtc/rtc-jz4740.c 		rtc->type = (enum jz4740_rtc_type)of_id->data;
type              323 drivers/rtc/rtc-jz4740.c 		rtc->type = id->driver_data;
type               80 drivers/rtc/rtc-m48t59.c 	if ((pdata->type == M48T59RTC_TYPE_M48T59) &&
type              135 drivers/rtc/rtc-m48t59.c 	if (pdata->type == M48T59RTC_TYPE_M48T59 && (year / 100))
type              403 drivers/rtc/rtc-m48t59.c 		if (!pdata->type)
type              404 drivers/rtc/rtc-m48t59.c 			pdata->type = M48T59RTC_TYPE_M48T59;
type              441 drivers/rtc/rtc-m48t59.c 	switch (pdata->type) {
type              286 drivers/rtc/rtc-meson.c 		.type = NVMEM_TYPE_BATTERY_BACKED,
type              151 drivers/rtc/rtc-omap.c 	const struct omap_rtc_device_type *type;
type              225 drivers/rtc/rtc-omap.c 		rtc->type->unlock(rtc);
type              227 drivers/rtc/rtc-omap.c 		rtc->type->lock(rtc);
type              248 drivers/rtc/rtc-omap.c 	if (rtc->type->has_irqwakeen)
type              259 drivers/rtc/rtc-omap.c 	rtc->type->unlock(rtc);
type              261 drivers/rtc/rtc-omap.c 	if (rtc->type->has_irqwakeen)
type              263 drivers/rtc/rtc-omap.c 	rtc->type->lock(rtc);
type              326 drivers/rtc/rtc-omap.c 	rtc->type->unlock(rtc);
type              333 drivers/rtc/rtc-omap.c 	rtc->type->lock(rtc);
type              375 drivers/rtc/rtc-omap.c 	rtc->type->unlock(rtc);
type              384 drivers/rtc/rtc-omap.c 	if (rtc->type->has_irqwakeen)
type              395 drivers/rtc/rtc-omap.c 	if (rtc->type->has_irqwakeen)
type              397 drivers/rtc/rtc-omap.c 	rtc->type->lock(rtc);
type              419 drivers/rtc/rtc-omap.c 	rtc->type->unlock(rtc);
type              462 drivers/rtc/rtc-omap.c 	rtc->type->lock(rtc);
type              490 drivers/rtc/rtc-omap.c 	omap_rtc_power_off_rtc->type->unlock(omap_rtc_power_off_rtc);
type              495 drivers/rtc/rtc-omap.c 	omap_rtc_power_off_rtc->type->lock(omap_rtc_power_off_rtc);
type              662 drivers/rtc/rtc-omap.c 	rtc->type->unlock(rtc);
type              664 drivers/rtc/rtc-omap.c 	rtc->type->lock(rtc);
type              709 drivers/rtc/rtc-omap.c 	rtc->type->unlock(rtc);
type              713 drivers/rtc/rtc-omap.c 	rtc->type->lock(rtc);
type              742 drivers/rtc/rtc-omap.c 		rtc->type = of_id->data;
type              743 drivers/rtc/rtc-omap.c 		rtc->is_pmic_controller = rtc->type->has_pmic_mode &&
type              747 drivers/rtc/rtc-omap.c 		rtc->type = (void *)id_entry->driver_data;
type              780 drivers/rtc/rtc-omap.c 	rtc->type->unlock(rtc);
type              790 drivers/rtc/rtc-omap.c 	if (rtc->type->has_32kclk_en) {
type              801 drivers/rtc/rtc-omap.c 	if (rtc->type->has_pmic_mode)
type              804 drivers/rtc/rtc-omap.c 	if (rtc->type->has_power_up_reset) {
type              854 drivers/rtc/rtc-omap.c 	rtc->type->lock(rtc);
type              912 drivers/rtc/rtc-omap.c 	rtc->type->lock(rtc);
type              935 drivers/rtc/rtc-omap.c 	rtc->type->unlock(rtc);
type              945 drivers/rtc/rtc-omap.c 	rtc->type->lock(rtc);
type              963 drivers/rtc/rtc-omap.c 	rtc->type->unlock(rtc);
type              973 drivers/rtc/rtc-omap.c 	rtc->type->lock(rtc);
type              984 drivers/rtc/rtc-omap.c 	rtc->type->unlock(rtc);
type              989 drivers/rtc/rtc-omap.c 	rtc->type->lock(rtc);
type             1020 drivers/rtc/rtc-omap.c 	rtc->type->unlock(rtc);
type             1024 drivers/rtc/rtc-omap.c 	rtc->type->lock(rtc);
type              410 drivers/rtc/rtc-pcf85063.c 		.type = NVMEM_TYPE_BATTERY_BACKED,
type              123 drivers/rtc/rtc-rs5c372.c 	enum rtc_type		type;
type              219 drivers/rtc/rtc-rs5c372.c 	switch (rs5c->type) {
type              222 drivers/rtc/rtc-rs5c372.c 		if ((rs5c->type == rtc_r2025sd && !(ctrl2 & R2x2x_CTRL2_XSTP)) ||
type              223 drivers/rtc/rtc-rs5c372.c 		    (rs5c->type == rtc_r2221tl &&  (ctrl2 & R2x2x_CTRL2_XSTP))) {
type              290 drivers/rtc/rtc-rs5c372.c 	switch (rs5c->type) {
type              294 drivers/rtc/rtc-rs5c372.c 		if (rs5c->type == rtc_r2025sd)
type              568 drivers/rtc/rtc-rs5c372.c 	switch (rs5c372->type) {
type              584 drivers/rtc/rtc-rs5c372.c 	switch (rs5c372->type) {
type              651 drivers/rtc/rtc-rs5c372.c 		rs5c372->type = (enum rtc_type)
type              654 drivers/rtc/rtc-rs5c372.c 		rs5c372->type = id->driver_data;
type              665 drivers/rtc/rtc-rs5c372.c 	switch (rs5c372->type) {
type              702 drivers/rtc/rtc-rs5c372.c 			({ char *s; switch (rs5c372->type) {
type               86 drivers/rtc/rtc-rv3028.c 	enum rv3028_type type;
type              608 drivers/rtc/rtc-rv3028.c 		.type = NVMEM_TYPE_BATTERY_BACKED,
type              617 drivers/rtc/rtc-rv3028.c 		.type = NVMEM_TYPE_EEPROM,
type               66 drivers/rtc/rtc-rv8803.c 	enum rv8803_type type;
type              498 drivers/rtc/rtc-rv8803.c 	if (rv8803->type != rx_8900)
type              547 drivers/rtc/rtc-rv8803.c 		rv8803->type = (enum rv8803_type)
type              550 drivers/rtc/rtc-rv8803.c 		rv8803->type = id->driver_data;
type              166 drivers/rtc/rtc-sc27xx.c static int sprd_rtc_get_secs(struct sprd_rtc *rtc, enum sprd_rtc_reg_types type,
type              173 drivers/rtc/rtc-sc27xx.c 	switch (type) {
type              223 drivers/rtc/rtc-sc27xx.c static int sprd_rtc_set_secs(struct sprd_rtc *rtc, enum sprd_rtc_reg_types type,
type              237 drivers/rtc/rtc-sc27xx.c 	switch (type) {
type              279 drivers/rtc/rtc-sc27xx.c 	if (type == SPRD_RTC_AUX_ALARM)
type               97 drivers/rtc/rtc-wilco-ec.c 	msg.type = WILCO_EC_MSG_LEGACY;
type              147 drivers/rtc/rtc-wilco-ec.c 	msg.type = WILCO_EC_MSG_LEGACY;
type               93 drivers/s390/block/dasd_alias.c 	if (uid->type == UA_BASE_DEVICE)
type              322 drivers/s390/block/dasd_alias.c 	private->uid.type = lcu->uac->unit[private->uid.real_unit_addr].ua_type;
type              340 drivers/s390/block/dasd_alias.c 		if (uid.type == UA_BASE_DEVICE)
type              350 drivers/s390/block/dasd_alias.c 	if (uid.type == UA_BASE_DEVICE)
type              616 drivers/s390/block/dasd_alias.c 	if (private->uid.type !=  lcu->uac->unit[uaddr].ua_type) {
type              752 drivers/s390/block/dasd_alias.c 		if (private->uid.type != UA_BASE_DEVICE)
type              759 drivers/s390/block/dasd_alias.c 		if (private->uid.type != UA_BASE_DEVICE)
type              795 drivers/s390/block/dasd_alias.c 		if (private->uid.type == UA_BASE_DEVICE)
type              140 drivers/s390/block/dasd_devmap.c 		if (ipl_info.type != IPL_TYPE_CCW) {
type             1092 drivers/s390/block/dasd_devmap.c 		if (uid.type == UA_BASE_PAV_ALIAS ||
type             1093 drivers/s390/block/dasd_devmap.c 		    uid.type == UA_HYPER_PAV_ALIAS) {
type             1147 drivers/s390/block/dasd_devmap.c 		switch (uid.type) {
type              404 drivers/s390/block/dasd_diag.c 		bio.type = MDSK_READ_REQ;
type              552 drivers/s390/block/dasd_diag.c 			dbio->type = rw_cmd;
type               48 drivers/s390/block/dasd_diag.h 	u8 type;
type              567 drivers/s390/block/dasd_eckd.c 	if (startpriv->uid.type == UA_BASE_PAV_ALIAS)
type              570 drivers/s390/block/dasd_eckd.c 	if (startpriv->uid.type == UA_HYPER_PAV_ALIAS) {
type              754 drivers/s390/block/dasd_eckd.c 		uid->type = private->sneq->sua_flags;
type              755 drivers/s390/block/dasd_eckd.c 		if (uid->type == UA_BASE_PAV_ALIAS)
type              758 drivers/s390/block/dasd_eckd.c 		uid->type = UA_BASE_DEVICE;
type             1539 drivers/s390/block/dasd_eckd.c 	if (private->uid.type == UA_BASE_PAV_ALIAS ||
type             1540 drivers/s390/block/dasd_eckd.c 	    private->uid.type == UA_HYPER_PAV_ALIAS)
type             1733 drivers/s390/block/dasd_eckd.c 	if (private->uid.type == UA_BASE_PAV_ALIAS ||
type             1734 drivers/s390/block/dasd_eckd.c 	    private->uid.type == UA_HYPER_PAV_ALIAS)
type             1916 drivers/s390/block/dasd_eckd.c 	if (private->uid.type == UA_BASE_PAV_ALIAS ||
type             1917 drivers/s390/block/dasd_eckd.c 	    private->uid.type == UA_HYPER_PAV_ALIAS)
type             2034 drivers/s390/block/dasd_eckd.c 	if (temp_uid.type == UA_BASE_DEVICE) {
type             4232 drivers/s390/block/dasd_eckd.c 	if (startpriv->uid.type == UA_BASE_PAV_ALIAS)
type             4235 drivers/s390/block/dasd_eckd.c 	if (startpriv->uid.type == UA_HYPER_PAV_ALIAS) {
type              425 drivers/s390/block/dasd_eckd.h 		__u8 type:1;			/* 0 - CKD / 1 - FB */
type              253 drivers/s390/block/dasd_int.h 	__u8 type;
type              517 drivers/s390/block/dasd_ioctl.c 	memcpy(dasd_info->type, base->discipline->name, 4);
type               67 drivers/s390/char/con3215.c 	enum raw3215_type type;	      /* type of the request */
type              128 drivers/s390/char/con3215.c 	if (req->type == RAW3215_FREE)
type              130 drivers/s390/char/con3215.c 	req->type = RAW3215_FREE;
type              153 drivers/s390/char/con3215.c 		req->type = RAW3215_READ;
type              184 drivers/s390/char/con3215.c 		req->type = RAW3215_WRITE;
type              395 drivers/s390/char/con3215.c 		if (req->type == RAW3215_READ) {
type              406 drivers/s390/char/con3215.c 		if (req->type == RAW3215_READ && tty != NULL) {
type              436 drivers/s390/char/con3215.c 		} else if (req->type == RAW3215_WRITE) {
type              452 drivers/s390/char/con3215.c 		if (req != NULL && req->type != RAW3215_FREE) {
type              453 drivers/s390/char/con3215.c 			if (req->type == RAW3215_WRITE) {
type             1203 drivers/s390/char/con3215.c 	driver->type = TTY_DRIVER_TYPE_SYSTEM;
type              310 drivers/s390/char/keyboard.c 	unsigned char type, value;
type              324 drivers/s390/char/keyboard.c 	type = KTYP(keysym);
type              325 drivers/s390/char/keyboard.c 	if (type >= 0xf0) {
type              326 drivers/s390/char/keyboard.c 		type -= 0xf0;
type              327 drivers/s390/char/keyboard.c 		if (type == KT_LETTER)
type              328 drivers/s390/char/keyboard.c 			type = KT_LATIN;
type              344 drivers/s390/char/keyboard.c 		} else if ((type == KT_LATIN && value == '^') ||
type              345 drivers/s390/char/keyboard.c 			   (type == KT_DEAD && ret_diacr[value] == '^')) {
type              346 drivers/s390/char/keyboard.c 			kbd->sysrq = K(type, value);
type              350 drivers/s390/char/keyboard.c 		(*k_handler[type])(kbd, value);
type              420 drivers/s390/char/sclp.c 			if (reg->receive_mask & SCLP_EVTYP_MASK(evbuf->type))
type              246 drivers/s390/char/sclp.h 	u8	type;
type              107 drivers/s390/char/sclp_config.c 	sccb->ofb_evbuf.header.type = EVTYP_CONFMGMDATA;
type               97 drivers/s390/char/sclp_cpi_sys.c 	sccb->cpi_evbuf.header.type = EVTYP_CTLPROGIDENT;
type              385 drivers/s390/char/sclp_cpi_sys.c int sclp_cpi_set_data(const char *system, const char *sysplex, const char *type,
type              396 drivers/s390/char/sclp_cpi_sys.c 	rc = check_string("system_type", type);
type              403 drivers/s390/char/sclp_cpi_sys.c 	set_string(system_type, type);
type               13 drivers/s390/char/sclp_cpi_sys.h 		      const char *type, u64 level);
type              109 drivers/s390/char/sclp_early_core.c 		mto->type = 4;
type              116 drivers/s390/char/sclp_early_core.c 	msg->header.type = EVTYP_MSG;
type              119 drivers/s390/char/sclp_early_core.c 	mdb->header.type = 1;
type              125 drivers/s390/char/sclp_early_core.c 	go->type = 1;
type              149 drivers/s390/char/sclp_early_core.c 	sccb->msg.header.type = EVTYP_VT220MSG;
type               56 drivers/s390/char/sclp_ftp.c 	if (evbuf->type != EVTYP_DIAG_TEST ||
type              102 drivers/s390/char/sclp_ftp.c 	sccb->evbuf.hdr.type = EVTYP_DIAG_TEST;
type              165 drivers/s390/char/sclp_pci.c 	sccb->evbuf.header.type = EVTYP_ERRNOTIFY;
type              110 drivers/s390/char/sclp_rw.c 	msg->header.type = EVTYP_MSG;
type              114 drivers/s390/char/sclp_rw.c 	mdb->header.type = 1;
type              120 drivers/s390/char/sclp_rw.c 	go->type = 1;
type              124 drivers/s390/char/sclp_rw.c 	mto->type = 4;	/* message text object */
type               18 drivers/s390/char/sclp_rw.h 	u16 type;
type               26 drivers/s390/char/sclp_rw.h 	u16 type;
type               41 drivers/s390/char/sclp_rw.h 	u16 type;
type              204 drivers/s390/char/sclp_sd.c 	evbuf->hdr.type = EVTYP_STORE_DATA;
type              119 drivers/s390/char/sclp_sdias.c 	sccb->evbuf.hdr.type = EVTYP_SDIAS;
type              179 drivers/s390/char/sclp_sdias.c 	sccb->evbuf.hdr.type = EVTYP_SDIAS;
type              260 drivers/s390/char/sclp_sdias.c 	if (ipl_info.type != IPL_TYPE_FCP_DUMP)
type              557 drivers/s390/char/sclp_tty.c 	driver->type = TTY_DRIVER_TYPE_SYSTEM;
type              282 drivers/s390/char/sclp_vt220.c 	sccb->evbuf.type = EVTYP_VT220MSG;
type              756 drivers/s390/char/sclp_vt220.c 	driver->type = TTY_DRIVER_TYPE_SYSTEM;
type              119 drivers/s390/char/tape_3590.c 	if (in->type == TAPE390_KEKL_TYPE_HASH)
type              134 drivers/s390/char/tape_3590.c 		out->type = TAPE390_KEKL_TYPE_HASH;
type              136 drivers/s390/char/tape_3590.c 		out->type = TAPE390_KEKL_TYPE_LABEL;
type              150 drivers/s390/char/tape_3590.c 		out->kekl[0].type = TAPE390_KEKL_TYPE_NONE;
type              152 drivers/s390/char/tape_3590.c 		out->kekl[1].type = TAPE390_KEKL_TYPE_NONE;
type              156 drivers/s390/char/tape_3590.c 		out->kekl[1].type = TAPE390_KEKL_TYPE_NONE;
type              169 drivers/s390/char/tape_3590.c 	if (kekl->type == TAPE390_KEKL_TYPE_NONE)
type              171 drivers/s390/char/tape_3590.c 	if (kekl->type > TAPE390_KEKL_TYPE_HASH)
type              177 drivers/s390/char/tape_3590.c 	if ((kekl->type == TAPE390_KEKL_TYPE_HASH) &&
type             1950 drivers/s390/char/tty3270.c 	driver->type = TTY_DRIVER_TYPE_SYSTEM;
type              291 drivers/s390/char/zcore.c 	if (ipl_info.type != IPL_TYPE_FCP_DUMP)
type              177 drivers/s390/cio/blacklist.c 			if (ipl_info.type == IPL_TYPE_CCW) {
type              181 drivers/s390/cio/blacklist.c 			} else if (ipl_info.type == IPL_TYPE_FCP ||
type              182 drivers/s390/cio/blacklist.c 				   ipl_info.type == IPL_TYPE_FCP_DUMP) {
type              315 drivers/s390/cio/chp.c 	u8 type;
type              318 drivers/s390/cio/chp.c 	type = chp->desc.desc;
type              320 drivers/s390/cio/chp.c 	return sprintf(buf, "%x\n", type);
type              323 drivers/s390/cio/chp.c static DEVICE_ATTR(type, 0444, chp_type_show, NULL);
type              378 drivers/s390/cio/chsc.c 	id = store_ebcdic(id, nd->type, sizeof(nd->type), '/');
type              149 drivers/s390/cio/chsc_sch.c 	{ .match_flags = 0x1, .type =SUBCHANNEL_TYPE_CHSC, },
type               57 drivers/s390/cio/cio.h 	u32 type:3;
type              320 drivers/s390/cio/css.c static DEVICE_ATTR_RO(type);
type              450 drivers/s390/cio/css.c 		sch->dev.type = &io_subchannel_type;
type             1412 drivers/s390/cio/css.c 		if (sch->st == id->type)
type              148 drivers/s390/cio/device.c 	{ .match_flags = 0x1, .type = SUBCHANNEL_TYPE_IO, },
type              465 drivers/s390/cio/device_fsm.c static void create_fake_irb(struct irb *irb, int type)
type              468 drivers/s390/cio/device_fsm.c 	if (type == FAKE_CMD_IRB) {
type              474 drivers/s390/cio/device_fsm.c 	} else if (type == FAKE_TM_IRB) {
type               40 drivers/s390/cio/device_id.c 		int class, type, cu_type;
type               83 drivers/s390/cio/device_id.c 		    diag->vrdcvtyp == vm_devices[i].type) {
type              356 drivers/s390/cio/eadm_sch.c 	{ .match_flags = 0x1, .type = SUBCHANNEL_TYPE_ADM, },
type             1783 drivers/s390/cio/qdio_main.c 		void (*cb)(void *priv, enum qdio_brinfo_entry_type type,
type              163 drivers/s390/cio/trace.h 		__field(u8, type)
type              180 drivers/s390/cio/trace.h 		__entry->type = __entry->tpi_info.type;
type              185 drivers/s390/cio/trace.h 		  __entry->type
type              322 drivers/s390/cio/trace.h 		__field(u8, type)
type              330 drivers/s390/cio/trace.h 		__entry->type = tpi_info->type;
type              334 drivers/s390/cio/trace.h 		  __entry->isc, __entry->type
type              262 drivers/s390/cio/vfio_ccw_drv.c 	{ .match_flags = 0x1, .type = SUBCHANNEL_TYPE_IO, },
type              356 drivers/s390/cio/vfio_ccw_ops.c 		cap_type.type = private->region[i].type;
type              473 drivers/s390/cio/vfio_ccw_ops.c 	private->region[private->num_regions].type = VFIO_REGION_TYPE_CCW;
type               44 drivers/s390/cio/vfio_ccw_private.h 	u32				type;
type             1391 drivers/s390/crypto/ap_bus.c 	int rc, dom, depth, type, comp_type, borked;
type             1419 drivers/s390/crypto/ap_bus.c 			if (ap_query_queue(qid, &depth, &type, &func) == 0)
type             1426 drivers/s390/crypto/ap_bus.c 		} else if (ac->raw_hwtype != type) {
type             1471 drivers/s390/crypto/ap_bus.c 		rc = ap_query_queue(qid, &depth, &type, &func);
type             1493 drivers/s390/crypto/ap_bus.c 		comp_type = ap_get_compatible_type(qid, type, func);
type             1498 drivers/s390/crypto/ap_bus.c 			ac = ap_card_create(id, depth, type, comp_type, func);
type              184 drivers/s390/crypto/ap_card.c 	ac->ap_dev.device.type = &ap_card_type;
type              638 drivers/s390/crypto/ap_queue.c 	aq->ap_dev.device.type = &ap_queue_type;
type               65 drivers/s390/crypto/pkey_api.c 	u8  type;     /* 0x00 for PAES specific key tokens */
type              122 drivers/s390/crypto/pkey_api.c 	protkey->type = keytype;
type              155 drivers/s390/crypto/pkey_api.c 					     &pkey->len, &pkey->type);
type              160 drivers/s390/crypto/pkey_api.c 						&pkey->len, &pkey->type);
type              271 drivers/s390/crypto/pkey_api.c 	switch (protkey->type) {
type              283 drivers/s390/crypto/pkey_api.c 			  protkey->type);
type              318 drivers/s390/crypto/pkey_api.c 		protkey->type = t->keytype;
type              370 drivers/s390/crypto/pkey_api.c 	switch (hdr->type) {
type              379 drivers/s390/crypto/pkey_api.c 			  __func__, hdr->type);
type              493 drivers/s390/crypto/pkey_api.c 	    hdr->type != TOKTYPE_CCA_INTERNAL)
type              581 drivers/s390/crypto/pkey_api.c 	switch (hdr->type) {
type              606 drivers/s390/crypto/pkey_api.c 			  __func__, hdr->type);
type              616 drivers/s390/crypto/pkey_api.c 					     &pkey->len, &pkey->type);
type              619 drivers/s390/crypto/pkey_api.c 						&pkey->len, &pkey->type);
type              635 drivers/s390/crypto/pkey_api.c 	    hdr->type != TOKTYPE_CCA_INTERNAL ||
type              797 drivers/s390/crypto/pkey_api.c 				     &ksp.protkey.len, &ksp.protkey.type);
type              926 drivers/s390/crypto/pkey_api.c 				     kgs.type, kgs.size, kgs.keygenflags,
type              968 drivers/s390/crypto/pkey_api.c 				      kcs.type, kcs.size, kcs.keygenflags,
type             1005 drivers/s390/crypto/pkey_api.c 				     &kvk.type, &kvk.size, &kvk.flags);
type             1106 drivers/s390/crypto/pkey_api.c 		rc = pkey_apqns4keytype(kat.type, kat.cur_mkvp, kat.alt_mkvp,
type             1164 drivers/s390/crypto/pkey_api.c 	protkeytoken.type = TOKTYPE_NON_CCA;
type               47 drivers/s390/crypto/zcrypt_card.c static DEVICE_ATTR_RO(type);
type               60 drivers/s390/crypto/zcrypt_ccamisc.c 	if (t->type != TOKTYPE_CCA_INTERNAL) {
type               63 drivers/s390/crypto/zcrypt_ccamisc.c 			    __func__, (int) t->type, TOKTYPE_CCA_INTERNAL);
type              101 drivers/s390/crypto/zcrypt_ccamisc.c 	if (t->type != TOKTYPE_CCA_INTERNAL) {
type              104 drivers/s390/crypto/zcrypt_ccamisc.c 			    __func__, (int) t->type, TOKTYPE_CCA_INTERNAL);
type             1657 drivers/s390/crypto/zcrypt_ccamisc.c 	if (hdr->type != TOKTYPE_CCA_INTERNAL)
type               32 drivers/s390/crypto/zcrypt_ccamisc.h 	u8  type;     /* one of the TOKTYPE values */
type               41 drivers/s390/crypto/zcrypt_ccamisc.h 	u8  type;     /* 0x01 for internal key token */
type               57 drivers/s390/crypto/zcrypt_ccamisc.h 	u8  type;     /* 0x01 for internal key token */
type              124 drivers/s390/crypto/zcrypt_cex2a.h 	unsigned char	type;		/* 0x80 */
type               35 drivers/s390/crypto/zcrypt_error.h 	unsigned char type;		/* 0x82 or 0x88		*/
type              126 drivers/s390/crypto/zcrypt_error.h 		if (ehdr->type == TYPE86_RSP_CODE) {
type              152 drivers/s390/crypto/zcrypt_msgtype50.c 	unsigned char	type;		/* 0x80 */
type              421 drivers/s390/crypto/zcrypt_msgtype50.c 		.type = TYPE82_RSP_CODE,
type              431 drivers/s390/crypto/zcrypt_msgtype50.c 	if (t80h->type == TYPE80_RSP_CODE) {
type               36 drivers/s390/crypto/zcrypt_msgtype6.c 	int type;
type              253 drivers/s390/crypto/zcrypt_msgtype6.c 		.type		=  0x06,
type              322 drivers/s390/crypto/zcrypt_msgtype6.c 		.type		=  0x06,
type              397 drivers/s390/crypto/zcrypt_msgtype6.c 		.type		=  0x06,
type              502 drivers/s390/crypto/zcrypt_msgtype6.c 		.type		=  0x06,
type              785 drivers/s390/crypto/zcrypt_msgtype6.c 	switch (msg->hdr.type) {
type              814 drivers/s390/crypto/zcrypt_msgtype6.c 			   (int) msg->hdr.type);
type              825 drivers/s390/crypto/zcrypt_msgtype6.c 	switch (msg->hdr.type) {
type              848 drivers/s390/crypto/zcrypt_msgtype6.c 			   (int) msg->hdr.type);
type              858 drivers/s390/crypto/zcrypt_msgtype6.c 	switch (msg->hdr.type) {
type              877 drivers/s390/crypto/zcrypt_msgtype6.c 			   (int) msg->hdr.type);
type              888 drivers/s390/crypto/zcrypt_msgtype6.c 	switch (msg->hdr.type) {
type              907 drivers/s390/crypto/zcrypt_msgtype6.c 			   (int) msg->hdr.type);
type              925 drivers/s390/crypto/zcrypt_msgtype6.c 		.type = TYPE82_RSP_CODE,
type              937 drivers/s390/crypto/zcrypt_msgtype6.c 	if (t86r->hdr.type == TYPE86_RSP_CODE &&
type              939 drivers/s390/crypto/zcrypt_msgtype6.c 		switch (resp_type->type) {
type              974 drivers/s390/crypto/zcrypt_msgtype6.c 		.type = TYPE82_RSP_CODE,
type              986 drivers/s390/crypto/zcrypt_msgtype6.c 	if (t86r->hdr.type == TYPE86_RSP_CODE &&
type              988 drivers/s390/crypto/zcrypt_msgtype6.c 		switch (resp_type->type) {
type             1018 drivers/s390/crypto/zcrypt_msgtype6.c 		.type = CEXXC_RESPONSE_TYPE_ICA,
type             1062 drivers/s390/crypto/zcrypt_msgtype6.c 		.type = CEXXC_RESPONSE_TYPE_ICA,
type             1107 drivers/s390/crypto/zcrypt_msgtype6.c 		.type = CEXXC_RESPONSE_TYPE_XCRB,
type             1162 drivers/s390/crypto/zcrypt_msgtype6.c 		.type = CEXXC_RESPONSE_TYPE_EP11,
type             1256 drivers/s390/crypto/zcrypt_msgtype6.c 		.type = CEXXC_RESPONSE_TYPE_XCRB,
type               34 drivers/s390/crypto/zcrypt_msgtype6.h 	unsigned char type;		/* 0x06				*/
type               75 drivers/s390/crypto/zcrypt_msgtype6.h 	unsigned char type;		/* 0x86				*/
type              132 drivers/s390/crypto/zcrypt_msgtype6.h 		.type		= 0x06,
type               92 drivers/s390/net/ctcm_main.c 		    (header->type != ETH_P_IP)) {
type              104 drivers/s390/net/ctcm_main.c 					CTCM_FUNTAIL, dev->name, header->type);
type              110 drivers/s390/net/ctcm_main.c 		pskb->protocol = cpu_to_be16(header->type);
type              252 drivers/s390/net/ctcm_main.c static struct channel *channel_get(enum ctcm_channel_types type,
type              257 drivers/s390/net/ctcm_main.c 	while (ch && (strncmp(ch->id, id, CTCM_ID_SIZE) || (ch->type != type)))
type              262 drivers/s390/net/ctcm_main.c 				CTCM_FUNTAIL, type, id, direction);
type              489 drivers/s390/net/ctcm_main.c 			header.type = be16_to_cpu(skb->protocol);
type              507 drivers/s390/net/ctcm_main.c 	header.type = be16_to_cpu(skb->protocol);
type             1117 drivers/s390/net/ctcm_main.c 	dev->type = ARPHRD_SLIP;
type             1331 drivers/s390/net/ctcm_main.c 	cgdev->dev.type = &ctcm_devtype;
type             1346 drivers/s390/net/ctcm_main.c static int add_channel(struct ccw_device *cdev, enum ctcm_channel_types type,
type             1356 drivers/s390/net/ctcm_main.c 			__func__, dev_name(&cdev->dev),	type, priv->protocol);
type             1384 drivers/s390/net/ctcm_main.c 	ch->type = type;
type             1505 drivers/s390/net/ctcm_main.c 	enum ctcm_channel_types type;
type             1506 drivers/s390/net/ctcm_main.c 	type = (enum ctcm_channel_types)id->driver_info;
type             1508 drivers/s390/net/ctcm_main.c 	if (type == ctcm_channel_type_ficon)
type             1509 drivers/s390/net/ctcm_main.c 		type = ctcm_channel_type_escon;
type             1511 drivers/s390/net/ctcm_main.c 	return type;
type             1527 drivers/s390/net/ctcm_main.c 	enum ctcm_channel_types type;
type             1546 drivers/s390/net/ctcm_main.c 	type = get_channel_type(&cdev0->id);
type             1551 drivers/s390/net/ctcm_main.c 	ret = add_channel(cdev0, type, priv);
type             1556 drivers/s390/net/ctcm_main.c 	ret = add_channel(cdev1, type, priv);
type             1589 drivers/s390/net/ctcm_main.c 			channel_get(type, direction == CTCM_READ ?
type             1629 drivers/s390/net/ctcm_main.c 	readc = channel_get(type, read_id, CTCM_READ);
type             1632 drivers/s390/net/ctcm_main.c 	writec = channel_get(type, write_id, CTCM_WRITE);
type              139 drivers/s390/net/ctcm_main.h 	enum ctcm_channel_types type;
type              311 drivers/s390/net/ctcm_main.h 	__u16 type;
type              192 drivers/s390/net/ctcm_sysfs.c static DEVICE_ATTR(type, 0444, ctcm_type_show, NULL);
type              750 drivers/s390/net/lcs.c 	cmd->type = LCS_FRAME_TYPE_CONTROL;
type             1567 drivers/s390/net/lcs.c 	header->type = card->lan_type;
type             1810 drivers/s390/net/lcs.c 		if (lcs_hdr->type == LCS_FRAME_TYPE_CONTROL)
type             1813 drivers/s390/net/lcs.c 		else if (lcs_hdr->type == LCS_FRAME_TYPE_ENET ||
type             1814 drivers/s390/net/lcs.c 			 lcs_hdr->type == LCS_FRAME_TYPE_TR ||
type             1815 drivers/s390/net/lcs.c 			 lcs_hdr->type == LCS_FRAME_TYPE_FDDI)
type             1961 drivers/s390/net/lcs.c static DEVICE_ATTR(type, 0444, lcs_type_show, NULL);
type             2062 drivers/s390/net/lcs.c 	ccwgdev->dev.type = &lcs_devtype;
type              185 drivers/s390/net/lcs.h 	__u8   type;
type              203 drivers/s390/net/lcs.h 	__u8   type;
type             1962 drivers/s390/net/netiucv.c 	dev->type                = ARPHRD_SLIP;
type              125 drivers/s390/net/qeth_core.h 	enum qeth_routing_types type;
type              713 drivers/s390/net/qeth_core.h 	enum qeth_card_types type;
type               90 drivers/s390/net/qeth_core_main.c 		switch (card->info.type) {
type              103 drivers/s390/net/qeth_core_main.c 		switch (card->info.type) {
type              125 drivers/s390/net/qeth_core_main.c 		switch (card->info.type) {
type              138 drivers/s390/net/qeth_core_main.c 		switch (card->info.type) {
type             1297 drivers/s390/net/qeth_core_main.c 	card->options.route4.type = NO_ROUTER;
type             1298 drivers/s390/net/qeth_core_main.c 	card->options.route6.type = NO_ROUTER;
type             1346 drivers/s390/net/qeth_core_main.c 	card->info.type = CARD_RDEV(card)->id.driver_info;
type             1656 drivers/s390/net/qeth_core_main.c 	switch (card->info.type) {
type             2528 drivers/s390/net/qeth_core_main.c 	switch (card->info.type) {
type             3081 drivers/s390/net/qeth_core_main.c 	cmd->data.diagass.type = 1;
type             5581 drivers/s390/net/qeth_core_main.c 	switch (card->info.type) {
type             5688 drivers/s390/net/qeth_core_main.c 		gdev->dev.type = &qeth_generic_devtype;
type             5696 drivers/s390/net/qeth_core_main.c 		gdev->dev.type = IS_OSN(card) ? &qeth_osn_devtype :
type               63 drivers/s390/net/qeth_core_mpc.h #define IS_IQD(card)	((card)->info.type == QETH_CARD_TYPE_IQD)
type               64 drivers/s390/net/qeth_core_mpc.h #define IS_OSD(card)	((card)->info.type == QETH_CARD_TYPE_OSD)
type               65 drivers/s390/net/qeth_core_mpc.h #define IS_OSM(card)	((card)->info.type == QETH_CARD_TYPE_OSM)
type               66 drivers/s390/net/qeth_core_mpc.h #define IS_OSN(card)	((card)->info.type == QETH_CARD_TYPE_OSN)
type               67 drivers/s390/net/qeth_core_mpc.h #define IS_OSX(card)	((card)->info.type == QETH_CARD_TYPE_OSX)
type              429 drivers/s390/net/qeth_core_mpc.h 	__u8 type;
type              580 drivers/s390/net/qeth_core_mpc.h 	__u8   type;
type              641 drivers/s390/net/qeth_l2_main.c 	if (gdev->dev.type == &qeth_generic_devtype) {
type              656 drivers/s390/net/qeth_l2_main.c 	if (cgdev->dev.type == &qeth_generic_devtype)
type             1616 drivers/s390/net/qeth_l2_main.c 		enum qdio_brinfo_entry_type type, void *entry)
type             1622 drivers/s390/net/qeth_l2_main.c 	if (type != l2_addr_lnid) {
type               26 drivers/s390/net/qeth_l3.h 	enum qeth_ip_types type;
type               51 drivers/s390/net/qeth_l3.h 				       enum qeth_ip_types type,
type               55 drivers/s390/net/qeth_l3.h 	addr->type = type;
type               85 drivers/s390/net/qeth_l3.h 	if (a1->type != a2->type)
type              130 drivers/s390/net/qeth_l3.h 			     enum qeth_ip_types type,
type              118 drivers/s390/net/qeth_l3_main.c 	if (addr->type != QETH_IP_TYPE_NORMAL)
type              153 drivers/s390/net/qeth_l3_main.c 	if (tmp_addr->type == QETH_IP_TYPE_RXIP)
type              155 drivers/s390/net/qeth_l3_main.c 	else if (tmp_addr->type == QETH_IP_TYPE_VIPA)
type              172 drivers/s390/net/qeth_l3_main.c 	if (addr->type == QETH_IP_TYPE_NORMAL && addr->ref_counter > 0)
type              192 drivers/s390/net/qeth_l3_main.c 	if (tmp_addr->type == QETH_IP_TYPE_RXIP)
type              194 drivers/s390/net/qeth_l3_main.c 	else if (tmp_addr->type == QETH_IP_TYPE_VIPA)
type              208 drivers/s390/net/qeth_l3_main.c 		if (tmp_addr->type != QETH_IP_TYPE_NORMAL)
type              410 drivers/s390/net/qeth_l3_main.c 	switch (addr->type) {
type              458 drivers/s390/net/qeth_l3_main.c 	enum qeth_routing_types type, enum qeth_prot_versions prot)
type              470 drivers/s390/net/qeth_l3_main.c 	cmd->data.setrtg.type = (type);
type              477 drivers/s390/net/qeth_l3_main.c 		enum qeth_routing_types *type, enum qeth_prot_versions prot)
type              480 drivers/s390/net/qeth_l3_main.c 		switch (*type) {
type              490 drivers/s390/net/qeth_l3_main.c 		switch (*type) {
type              504 drivers/s390/net/qeth_l3_main.c 	*type = NO_ROUTER;
type              514 drivers/s390/net/qeth_l3_main.c 	rc = qeth_l3_correct_routing_type(card, &card->options.route4.type,
type              519 drivers/s390/net/qeth_l3_main.c 	rc = qeth_l3_send_setrouting(card, card->options.route4.type,
type              522 drivers/s390/net/qeth_l3_main.c 		card->options.route4.type = NO_ROUTER;
type              537 drivers/s390/net/qeth_l3_main.c 	rc = qeth_l3_correct_routing_type(card, &card->options.route6.type,
type              542 drivers/s390/net/qeth_l3_main.c 	rc = qeth_l3_send_setrouting(card, card->options.route6.type,
type              545 drivers/s390/net/qeth_l3_main.c 		card->options.route6.type = NO_ROUTER;
type              567 drivers/s390/net/qeth_l3_main.c 		if (addr->type != QETH_IP_TYPE_NORMAL)
type              648 drivers/s390/net/qeth_l3_main.c 			     enum qeth_ip_types type,
type              653 drivers/s390/net/qeth_l3_main.c 	qeth_l3_init_ipaddr(&addr, type, proto);
type             1113 drivers/s390/net/qeth_l3_main.c 	cmd->data.diagass.type = QETH_DIAGS_TYPE_HIPERSOCKET;
type             1564 drivers/s390/net/qeth_l3_main.c 			struct qeth_arp_entrytype *type, __u8 strip_entries)
type             1570 drivers/s390/net/qeth_l3_main.c 	if (type->ip == QETHARP_IP_ADDR_V4) {
type             1579 drivers/s390/net/qeth_l3_main.c 	} else if (type->ip == QETHARP_IP_ADDR_V6) {
type             1598 drivers/s390/net/qeth_l3_main.c static int arpentry_matches_prot(struct qeth_arp_entrytype *type, __u16 prot)
type             1600 drivers/s390/net/qeth_l3_main.c 	return (type->ip == QETHARP_IP_ADDR_V4 && prot == QETH_PROT_IPV4) ||
type             1601 drivers/s390/net/qeth_l3_main.c 		(type->ip == QETHARP_IP_ADDR_V6 && prot == QETH_PROT_IPV6);
type             1643 drivers/s390/net/qeth_l3_main.c 		etype = &((struct qeth_arp_qi_entry5 *) cur_entry)->type;
type             1880 drivers/s390/net/qeth_l3_main.c 		int cast_type = n->type;
type             2263 drivers/s390/net/qeth_l3_main.c 	if (gdev->dev.type == &qeth_generic_devtype) {
type             2280 drivers/s390/net/qeth_l3_main.c 	if (cgdev->dev.type == &qeth_generic_devtype)
type               33 drivers/s390/net/qeth_l3_sys.c 	switch (route->type) {
type               73 drivers/s390/net/qeth_l3_sys.c 	enum qeth_routing_types old_route_type = route->type;
type               78 drivers/s390/net/qeth_l3_sys.c 		route->type = NO_ROUTER;
type               80 drivers/s390/net/qeth_l3_sys.c 		route->type = PRIMARY_CONNECTOR;
type               82 drivers/s390/net/qeth_l3_sys.c 		route->type = SECONDARY_CONNECTOR;
type               84 drivers/s390/net/qeth_l3_sys.c 		route->type = PRIMARY_ROUTER;
type               86 drivers/s390/net/qeth_l3_sys.c 		route->type = SECONDARY_ROUTER;
type               88 drivers/s390/net/qeth_l3_sys.c 		route->type = MULTICAST_ROUTER;
type               94 drivers/s390/net/qeth_l3_sys.c 	    (old_route_type != route->type)) {
type              102 drivers/s390/net/qeth_l3_sys.c 		route->type = old_route_type;
type              689 drivers/s390/net/qeth_l3_sys.c 				       enum qeth_ip_types type)
type              705 drivers/s390/net/qeth_l3_sys.c 		if (ipaddr->proto != proto || ipaddr->type != type)
type              360 drivers/s390/scsi/zfcp_dbf.c 	rec->u.run.rec_action = erp->type;
type              126 drivers/s390/scsi/zfcp_def.h 	enum zfcp_erp_act_type type;  /* requested action code */
type              274 drivers/s390/scsi/zfcp_erp.c 	erp_action->type = need;
type              673 drivers/s390/scsi/zfcp_erp.c 	switch (act->type) {
type              691 drivers/s390/scsi/zfcp_erp.c 	switch (act->type) {
type             1226 drivers/s390/scsi/zfcp_erp.c 	switch (erp_action->type) {
type             1262 drivers/s390/scsi/zfcp_erp.c 	enum zfcp_erp_act_type type = act->type;
type             1269 drivers/s390/scsi/zfcp_erp.c 	switch (type) {
type             1316 drivers/s390/scsi/zfcp_erp.c 	switch (erp_action->type) {
type             1402 drivers/s390/scsi/zfcp_erp.c 	switch (act->type) {
type             1439 drivers/s390/scsi/zfcp_erp.c 	switch (erp_action->type) {
type              141 drivers/sbus/char/bbc_envctrl.c 	char *type = "???";
type              149 drivers/sbus/char/bbc_envctrl.c 		type = "ambient";
type              153 drivers/sbus/char/bbc_envctrl.c 		type = "CPU";
type              159 drivers/sbus/char/bbc_envctrl.c 	       tp->index, type, val);
type              140 drivers/sbus/char/envctrl.c         unsigned char type;
type              148 drivers/sbus/char/envctrl.c         unsigned int type;
type              390 drivers/sbus/char/envctrl.c 	return envctrl_i2c_data_translate(data, pchild->tblprop_array[i].type,
type              421 drivers/sbus/char/envctrl.c 	return envctrl_i2c_data_translate(data, pchild->tblprop_array[i].type,
type              834 drivers/sbus/char/envctrl.c 		if (PCF8584_VOLTAGE_TYPE == pchild->chnl_array[i].type) {
type              926 drivers/sbus/char/envctrl.c 		switch (pchild->chnl_array[i].type) {
type              395 drivers/scsi/BusLogic.h 	unsigned char type;		/* Byte 0 */
type              371 drivers/scsi/aacraid/aachba.c 		dinfo->type = cpu_to_le32(CT_GET_CONFIG_STATUS);
type              410 drivers/scsi/aacraid/aachba.c 			dinfo->type = cpu_to_le32(CT_COMMIT_CONFIG);
type              465 drivers/scsi/aacraid/aachba.c 	dinfo->type = cpu_to_le32(CT_GET_CONTAINER_COUNT);
type              586 drivers/scsi/aacraid/aachba.c 	dinfo->type = cpu_to_le32(CT_READ_NAME);
type              662 drivers/scsi/aacraid/aachba.c 			fsa_dev_ptr->type = le32_to_cpu(dresp->mnt[0].vol);
type              712 drivers/scsi/aacraid/aachba.c 	dinfo->type = cpu_to_le32(FT_FILESYS);
type              751 drivers/scsi/aacraid/aachba.c 		dinfo->type = cpu_to_le32(FT_FILESYS);
type             1115 drivers/scsi/aacraid/aachba.c 	dinfo->type = cpu_to_le32(CT_CID_TO_32BITS_UID);
type             2732 drivers/scsi/aacraid/aachba.c 	synchronizecmd->type = cpu_to_le32(CT_FLUSH_CACHE);
type             2806 drivers/scsi/aacraid/aachba.c 	pmcmd->type = cpu_to_le32(CT_POWER_MANAGEMENT);
type             3042 drivers/scsi/aacraid/aachba.c 		setinqstr(dev, (void *) (inq_data.inqd_vid), fsa_dev_ptr[cid].type);
type             1226 drivers/scsi/aacraid/aacraid.h 	s16			type;		// used for verification of structure
type             1276 drivers/scsi/aacraid/aacraid.h 	u32		type;
type             1293 drivers/scsi/aacraid/aacraid.h 	s16			type;
type             1934 drivers/scsi/aacraid/aacraid.h 	__le32		type;		/* CT_FLUSH_CACHE */
type             1961 drivers/scsi/aacraid/aacraid.h 	__le32		type;		/* CT_POWER_MANAGEMENT */
type             1971 drivers/scsi/aacraid/aacraid.h 	__le32		type;		/* CT_PAUSE_IO */
type             2166 drivers/scsi/aacraid/aacraid.h 	__le32		type;		/* CT_GET_CONFIG_STATUS */
type             2202 drivers/scsi/aacraid/aacraid.h 	__le32		type;		/* CT_COMMIT_CONFIG */
type             2212 drivers/scsi/aacraid/aacraid.h 	__le32		type;		/* CT_GET_CONTAINER_COUNT */
type             2253 drivers/scsi/aacraid/aacraid.h 	__le32		type;
type             2259 drivers/scsi/aacraid/aacraid.h 	__le32		type;           /* should be same as that requested */
type             2267 drivers/scsi/aacraid/aacraid.h 	__le32		type;		/* CT_READ_NAME */
type             2291 drivers/scsi/aacraid/aacraid.h 	__le32		type;		/* CT_CID_TO_32BITS_UID */
type             2748 drivers/scsi/aacraid/aacraid.h char * get_container_type(unsigned type);
type              179 drivers/scsi/aacraid/commctrl.c 		fibctx->type = FSAFS_NTC_GET_ADAPTER_FIB_CONTEXT;
type              276 drivers/scsi/aacraid/commctrl.c 	if((fibctx->type != FSAFS_NTC_GET_ADAPTER_FIB_CONTEXT) ||
type              367 drivers/scsi/aacraid/commctrl.c 	fibctx->type = 0;
type              414 drivers/scsi/aacraid/commctrl.c 	if((fibctx->type != FSAFS_NTC_GET_ADAPTER_FIB_CONTEXT) ||
type              232 drivers/scsi/aacraid/commsup.c 	fibptr->type = FSAFS_NTC_FIB_CONTEXT;
type              262 drivers/scsi/aacraid/commsup.c 	fibptr->type = FSAFS_NTC_FIB_CONTEXT;
type             1696 drivers/scsi/aacraid/commsup.c 			cmd->type = cpu_to_le32(CT_PAUSE_IO);
type             1797 drivers/scsi/aacraid/commsup.c 			fib->type = FSAFS_NTC_FIB_CONTEXT;
type             2208 drivers/scsi/aacraid/commsup.c 		fib->type = FSAFS_NTC_FIB_CONTEXT;
type              191 drivers/scsi/aacraid/dpcsup.c 		fib->type = FSAFS_NTC_FIB_CONTEXT;
type              303 drivers/scsi/aacraid/dpcsup.c 		fib->type = FSAFS_NTC_FIB_CONTEXT;
type              414 drivers/scsi/aacraid/linit.c 	if (aac->jbod && (sdev->type == TYPE_DISK))
type              417 drivers/scsi/aacraid/linit.c 	if (sdev->type == TYPE_DISK
type              430 drivers/scsi/aacraid/linit.c 	 &&  sdev->type == TYPE_DISK
type              448 drivers/scsi/aacraid/linit.c 			 && dev->type == TYPE_DISK
type              523 drivers/scsi/aacraid/linit.c 	if (sdev->tagged_supported && (sdev->type == TYPE_DISK) &&
type              530 drivers/scsi/aacraid/linit.c 			if (dev->tagged_supported && (dev->type == TYPE_DISK) &&
type              559 drivers/scsi/aacraid/linit.c 		  ((aac->jbod && (sdev->type == TYPE_DISK)) ? "JBOD\n" : ""));
type              561 drivers/scsi/aacraid/linit.c 	  get_container_type(aac->fsa_dev[sdev_id(sdev)].type));
type              540 drivers/scsi/advansys.c 	uchar type[ASC_MAX_TID + 1][ASC_MAX_LUN + 1];
type             7286 drivers/scsi/advansys.c 	char type = sdev->type;
type             7294 drivers/scsi/advansys.c 	if ((type == TYPE_ROM) && (strncmp(sdev->vendor, "HP ", 3) == 0))
type             7298 drivers/scsi/advansys.c 	if ((type == TYPE_PROCESSOR) || (type == TYPE_SCANNER) ||
type             7299 drivers/scsi/advansys.c 	    (type == TYPE_ROM) || (type == TYPE_TAPE))
type             1410 drivers/scsi/aic7xxx/aic79xx.h 				      u_int width, u_int type, int paused);
type             1415 drivers/scsi/aic7xxx/aic79xx.h 					 u_int type, int paused);
type              151 drivers/scsi/aic7xxx/aic79xx_core.c static int		ahd_sent_msg(struct ahd_softc *ahd, ahd_msgtype type,
type             3885 drivers/scsi/aic7xxx/aic79xx_core.c 		 u_int type, int paused)
type             3895 drivers/scsi/aic7xxx/aic79xx_core.c 	active = (type & AHD_TRANS_ACTIVE) == AHD_TRANS_ACTIVE;
type             3906 drivers/scsi/aic7xxx/aic79xx_core.c 	if ((type & AHD_TRANS_USER) != 0) {
type             3912 drivers/scsi/aic7xxx/aic79xx_core.c 	if ((type & AHD_TRANS_GOAL) != 0) {
type             3922 drivers/scsi/aic7xxx/aic79xx_core.c 	if ((type & AHD_TRANS_CUR) != 0
type             3985 drivers/scsi/aic7xxx/aic79xx_core.c 	if ((type & AHD_TRANS_CUR) != 0) {
type             4030 drivers/scsi/aic7xxx/aic79xx_core.c 	      u_int width, u_int type, int paused)
type             4038 drivers/scsi/aic7xxx/aic79xx_core.c 	active = (type & AHD_TRANS_ACTIVE) == AHD_TRANS_ACTIVE;
type             4043 drivers/scsi/aic7xxx/aic79xx_core.c 	if ((type & AHD_TRANS_USER) != 0)
type             4046 drivers/scsi/aic7xxx/aic79xx_core.c 	if ((type & AHD_TRANS_GOAL) != 0)
type             4050 drivers/scsi/aic7xxx/aic79xx_core.c 	if ((type & AHD_TRANS_CUR) != 0 && oldwidth != width) {
type             4064 drivers/scsi/aic7xxx/aic79xx_core.c 	if ((type & AHD_TRANS_CUR) != 0) {
type             5047 drivers/scsi/aic7xxx/aic79xx_core.c ahd_sent_msg(struct ahd_softc *ahd, ahd_msgtype type, u_int msgval, int full)
type             5061 drivers/scsi/aic7xxx/aic79xx_core.c 			 && type == AHDMSG_EXT) {
type             5077 drivers/scsi/aic7xxx/aic79xx_core.c 			if (type == AHDMSG_1B
type             6981 drivers/scsi/aic7xxx/aic79xx_core.c 	const char *type;
type             6989 drivers/scsi/aic7xxx/aic79xx_core.c 		type = "Wide ";
type             6991 drivers/scsi/aic7xxx/aic79xx_core.c 		type = "Single ";
type             6994 drivers/scsi/aic7xxx/aic79xx_core.c 		      speed, type, ahd->channel, ahd->our_id);
type              575 drivers/scsi/aic7xxx/aic79xx_osm.h void ahd_set_transaction_tag(struct scb *scb, int enabled, u_int type)
type             1220 drivers/scsi/aic7xxx/aic7xxx.h 				      u_int width, u_int type, int paused);
type             1226 drivers/scsi/aic7xxx/aic7xxx.h 					 u_int type, int paused);
type              179 drivers/scsi/aic7xxx/aic7xxx_core.c static int		ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type,
type             2488 drivers/scsi/aic7xxx/aic7xxx_core.c 		 u_int offset, u_int ppr_options, u_int type, int paused)
type             2498 drivers/scsi/aic7xxx/aic7xxx_core.c 	active = (type & AHC_TRANS_ACTIVE) == AHC_TRANS_ACTIVE;
type             2509 drivers/scsi/aic7xxx/aic7xxx_core.c 	if ((type & AHC_TRANS_USER) != 0) {
type             2515 drivers/scsi/aic7xxx/aic7xxx_core.c 	if ((type & AHC_TRANS_GOAL) != 0) {
type             2525 drivers/scsi/aic7xxx/aic7xxx_core.c 	if ((type & AHC_TRANS_CUR) != 0
type             2614 drivers/scsi/aic7xxx/aic7xxx_core.c 	      u_int width, u_int type, int paused)
type             2622 drivers/scsi/aic7xxx/aic7xxx_core.c 	active = (type & AHC_TRANS_ACTIVE) == AHC_TRANS_ACTIVE;
type             2627 drivers/scsi/aic7xxx/aic7xxx_core.c 	if ((type & AHC_TRANS_USER) != 0)
type             2630 drivers/scsi/aic7xxx/aic7xxx_core.c 	if ((type & AHC_TRANS_GOAL) != 0)
type             2634 drivers/scsi/aic7xxx/aic7xxx_core.c 	if ((type & AHC_TRANS_CUR) != 0 && oldwidth != width) {
type             3530 drivers/scsi/aic7xxx/aic7xxx_core.c ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, u_int msgval, int full)
type             3544 drivers/scsi/aic7xxx/aic7xxx_core.c 			 && type == AHCMSG_EXT) {
type             3560 drivers/scsi/aic7xxx/aic7xxx_core.c 			if (type == AHCMSG_1B
type             5040 drivers/scsi/aic7xxx/aic7xxx_core.c 		const char *type;
type             5051 drivers/scsi/aic7xxx/aic7xxx_core.c 			type = "Wide";
type             5053 drivers/scsi/aic7xxx/aic7xxx_core.c 			type = "Single";
type             5056 drivers/scsi/aic7xxx/aic7xxx_core.c 			      speed, type, ahc->channel, ahc->our_id);
type              593 drivers/scsi/aic7xxx/aic7xxx_osm.h void ahc_set_transaction_tag(struct scb *scb, int enabled, u_int type)
type              134 drivers/scsi/aic7xxx/aicasm/aicasm.c 	sentinal->type = SCOPE_ROOT;
type              276 drivers/scsi/aic7xxx/aicasm/aicasm.c 		 || SLIST_FIRST(&scope_stack)->type != SCOPE_ROOT) {
type              331 drivers/scsi/aic7xxx/aicasm/aicasm.c 			if (cur_instr->patch_label->type != LABEL) {
type              798 drivers/scsi/aic7xxx/aicasm/aicasm.c 		switch (cur_scope->type) {
type              823 drivers/scsi/aic7xxx/aicasm/aicasm.c 			if (cur_scope->type == SCOPE_IF) {
type               86 drivers/scsi/aic7xxx/aicasm/aicasm.h void include_file(char *file_name, include_type type);
type              313 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 			if ($1->type != UNINITIALIZED) {
type              318 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 			cur_symbol->type = cur_symtype;
type              337 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 			if (cur_symbol->type != REGISTER) {
type              453 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		if (symbol->type != CONST) {
type              535 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		if ($2->type != UNINITIALIZED) {
type              540 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		$2->type = ALIAS;
type              699 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		switch (symbol->type) {
type              736 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		if ($2->type != UNINITIALIZED) {
type              741 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		$2->type = CONST;
type              752 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		if ($2->type != UNINITIALIZED) {
type              757 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		$2->type = DOWNLOAD_CONST;
type              766 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		if ($2->type != UNINITIALIZED) {
type              772 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		cur_symbol->type = MACRO;
type              818 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 			cur_symbol->type = SRAMLOC;
type              843 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 			if (cur_symbol->type != UNINITIALIZED) {
type              848 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 			cur_symbol->type = SCBLOC;
type              892 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		if ($3->type != CONST) {
type             1038 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		if ($2->type != UNINITIALIZED) {
type             1042 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		$2->type = LABEL;
type             1089 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		new_scope->type = SCOPE_IF;
type             1107 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		 || last_scope->type == T_ELSE) {
type             1114 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		new_scope->type = SCOPE_ELSE_IF;
type             1132 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		 || last_scope->type == SCOPE_ELSE) {
type             1138 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		new_scope->type = SCOPE_ELSE;
type             1149 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		if (scope_context->type == SCOPE_ROOT) {
type             1431 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	if (sym->type == UNINITIALIZED) {
type             1432 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		sym->type = field_type;
type             1447 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	} else if (sym->type != field_type) {
type             1471 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	switch (symbol->type) {
type             1580 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	if (cur_symbol == NULL || cur_symbol->type != MACRO) {
type             1611 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	if (cur_symbol == NULL || cur_symbol->type != MACRO) {
type             1628 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	if (symbol->type == UNINITIALIZED) {
type             1633 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	} else if (symbol->type == ALIAS) {
type             1635 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	} else if ((symbol->type != REGISTER)
type             1636 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		&& (symbol->type != SCBLOC)
type             1637 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		&& (symbol->type != SRAMLOC)) {
type             1800 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	} else if (address->symbol->type == UNINITIALIZED) {
type             1895 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 			if ((node->symbol->type == MASK
type             1896 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 			  || node->symbol->type == FIELD
type             1897 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 			  || node->symbol->type == ENUM
type             1898 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 			  || node->symbol->type == ENUM_ENTRY)
type             1929 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		if (false_func->type != UNINITIALIZED) {
type             1934 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		false_func->type = CONDITIONAL;
type             1941 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	if (symbol->type == CONDITIONAL)
type             1944 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	if (symbol->type != UNINITIALIZED) {
type             1950 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	symbol->type = CONDITIONAL;
type             1986 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	 && (immed->referenced_syms.slh_first->symbol->type == DOWNLOAD_CONST))
type             1995 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	if (sym->type == SCBLOC ||
type             1996 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	    sym->type == SRAMLOC)
type              131 drivers/scsi/aic7xxx/aicasm/aicasm_macro_gram.y 	if (macro_symbol == NULL || macro_symbol->type != MACRO) {
type               75 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 	new_symbol->type = UNINITIALIZED;
type               90 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 	switch(symbol->type) {
type              237 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		switch(symbol->type) {
type              257 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		  && (curnode->symbol->type > newnode->symbol->type
type              258 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		   || (curnode->symbol->type == newnode->symbol->type
type              277 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 				  && (cursymbol->type > symbol->type
type              278 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 				   || (cursymbol->type == symbol->type
type              495 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		switch(cursym->type) {
type              541 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		switch(curnode->symbol->type) {
type              609 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		switch(curnode->symbol->type) {
type              126 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h 	symtype	type;
type              172 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h 	scope_type type;
type              107 drivers/scsi/aic7xxx/queue.h #define	SLIST_HEAD(name, type)						\
type              109 drivers/scsi/aic7xxx/queue.h 	struct type *slh_first;	/* first element */			\
type              115 drivers/scsi/aic7xxx/queue.h #define	SLIST_ENTRY(type)						\
type              117 drivers/scsi/aic7xxx/queue.h 	struct type *sle_next;	/* next element */			\
type              148 drivers/scsi/aic7xxx/queue.h #define	SLIST_REMOVE(head, elm, type, field) do {			\
type              153 drivers/scsi/aic7xxx/queue.h 		struct type *curelm = SLIST_FIRST((head));		\
type              168 drivers/scsi/aic7xxx/queue.h #define	STAILQ_HEAD(name, type)						\
type              170 drivers/scsi/aic7xxx/queue.h 	struct type *stqh_first;/* first element */			\
type              171 drivers/scsi/aic7xxx/queue.h 	struct type **stqh_last;/* addr of last next element */		\
type              177 drivers/scsi/aic7xxx/queue.h #define	STAILQ_ENTRY(type)						\
type              179 drivers/scsi/aic7xxx/queue.h 	struct type *stqe_next;	/* next element */			\
type              221 drivers/scsi/aic7xxx/queue.h #define	STAILQ_REMOVE(head, elm, type, field) do {			\
type              226 drivers/scsi/aic7xxx/queue.h 		struct type *curelm = STAILQ_FIRST((head));		\
type              249 drivers/scsi/aic7xxx/queue.h #define	BSD_LIST_HEAD(name, type)					\
type              251 drivers/scsi/aic7xxx/queue.h 	struct type *lh_first;	/* first element */			\
type              257 drivers/scsi/aic7xxx/queue.h #define	LIST_ENTRY(type)						\
type              259 drivers/scsi/aic7xxx/queue.h 	struct type *le_next;	/* next element */			\
type              260 drivers/scsi/aic7xxx/queue.h 	struct type **le_prev;	/* address of previous next element */	\
type              314 drivers/scsi/aic7xxx/queue.h #define	TAILQ_HEAD(name, type)						\
type              316 drivers/scsi/aic7xxx/queue.h 	struct type *tqh_first;	/* first element */			\
type              317 drivers/scsi/aic7xxx/queue.h 	struct type **tqh_last;	/* addr of last next element */		\
type              323 drivers/scsi/aic7xxx/queue.h #define	TAILQ_ENTRY(type)						\
type              325 drivers/scsi/aic7xxx/queue.h 	struct type *tqe_next;	/* next element */			\
type              326 drivers/scsi/aic7xxx/queue.h 	struct type **tqe_prev;	/* address of previous next element */	\
type              405 drivers/scsi/aic7xxx/queue.h #define	CIRCLEQ_HEAD(name, type)					\
type              407 drivers/scsi/aic7xxx/queue.h 	struct type *cqh_first;		/* first element */		\
type              408 drivers/scsi/aic7xxx/queue.h 	struct type *cqh_last;		/* last element */		\
type              414 drivers/scsi/aic7xxx/queue.h #define	CIRCLEQ_ENTRY(type)						\
type              416 drivers/scsi/aic7xxx/queue.h 	struct type *cqe_next;		/* next element */		\
type              417 drivers/scsi/aic7xxx/queue.h 	struct type *cqe_prev;		/* previous element */		\
type               78 drivers/scsi/aic94xx/aic94xx_hwi.c 	sas_phy->type = PHY_TYPE_PHYSICAL;
type              108 drivers/scsi/aic94xx/aic94xx_reg.c #define ASD_READ_SW(ww, type, ord)					\
type              109 drivers/scsi/aic94xx/aic94xx_reg.c static type asd_read_##ww##_##ord(struct asd_ha_struct *asd_ha,		\
type              117 drivers/scsi/aic94xx/aic94xx_reg.c #define ASD_WRITE_SW(ww, type, ord)					\
type              119 drivers/scsi/aic94xx/aic94xx_reg.c 				    u32 reg, type val)			\
type              197 drivers/scsi/aic94xx/aic94xx_reg.c #define ASD_WRITE_REG(type, ord)                                  \
type              198 drivers/scsi/aic94xx/aic94xx_reg.c void asd_write_reg_##ord (struct asd_ha_struct *asd_ha, u32 reg, type val)\
type              247 drivers/scsi/aic94xx/aic94xx_reg.c #define ASD_READ_REG(type, ord)                                   \
type              248 drivers/scsi/aic94xx/aic94xx_reg.c type asd_read_reg_##ord (struct asd_ha_struct *asd_ha, u32 reg)   \
type              251 drivers/scsi/aic94xx/aic94xx_reg.c 	type val;                                                 \
type               59 drivers/scsi/aic94xx/aic94xx_reg.h #define ASD_READ_OCM(type, ord, S)                                    \
type               60 drivers/scsi/aic94xx/aic94xx_reg.h static inline type asd_read_ocm_##ord (struct asd_ha_struct *asd_ha,  \
type               64 drivers/scsi/aic94xx/aic94xx_reg.h 	type val = read##S (io_handle->addr + (unsigned long) offs);  \
type               73 drivers/scsi/aic94xx/aic94xx_reg.h #define ASD_WRITE_OCM(type, ord, S)                                    \
type               75 drivers/scsi/aic94xx/aic94xx_reg.h 					 u32 offs, type val)          \
type               86 drivers/scsi/aic94xx/aic94xx_reg.h #define ASD_DDBSITE_READ(type, ord)                                        \
type               87 drivers/scsi/aic94xx/aic94xx_reg.h static inline type asd_ddbsite_read_##ord (struct asd_ha_struct *asd_ha,   \
type              112 drivers/scsi/aic94xx/aic94xx_reg.h #define ASD_DDBSITE_WRITE(type, ord)                                       \
type              115 drivers/scsi/aic94xx/aic94xx_reg.h 					u16 offs, type val)                \
type              139 drivers/scsi/aic94xx/aic94xx_reg.h #define ASD_SCBSITE_READ(type, ord)                                        \
type              140 drivers/scsi/aic94xx/aic94xx_reg.h static inline type asd_scbsite_read_##ord (struct asd_ha_struct *asd_ha,   \
type              165 drivers/scsi/aic94xx/aic94xx_reg.h #define ASD_SCBSITE_WRITE(type, ord)                                       \
type              168 drivers/scsi/aic94xx/aic94xx_reg.h 					u16 offs, type val)                \
type               21 drivers/scsi/aic94xx/aic94xx_sds.c 	u8 type;
type               65 drivers/scsi/aic94xx/aic94xx_sds.c 		.type = (OCM_DE_ADDC2C_RES0),	/* Entry type  */
type               70 drivers/scsi/aic94xx/aic94xx_sds.c 		.type = (OCM_DE_ADDC2C_RES1),	/* Entry type  */
type               75 drivers/scsi/aic94xx/aic94xx_sds.c 		.type = (OCM_DE_ADDC2C_RES2),	/* Entry type  */
type               80 drivers/scsi/aic94xx/aic94xx_sds.c 		.type = (OCM_DE_ADDC2C_RES3),	/* Entry type  */
type               85 drivers/scsi/aic94xx/aic94xx_sds.c 		.type = (OCM_DE_WIN_DRVR),	/* Entry type  */
type              176 drivers/scsi/aic94xx/aic94xx_sds.c static int asd_find_dir_entry(struct asd_ocm_dir *dir, u8 type,
type              183 drivers/scsi/aic94xx/aic94xx_sds.c 		if (dir->entry[i].type == type)
type              374 drivers/scsi/aic94xx/aic94xx_sds.c 	__le32   type;
type              449 drivers/scsi/aic94xx/aic94xx_sds.c 	u8    type;
type              475 drivers/scsi/aic94xx/aic94xx_sds.c 	u8    type;
type              501 drivers/scsi/aic94xx/aic94xx_sds.c 	u8    type;
type              651 drivers/scsi/aic94xx/aic94xx_sds.c 		u32 type = le32_to_cpu(flash_dir->dir_entry[i].type);
type              653 drivers/scsi/aic94xx/aic94xx_sds.c 		type &= FLASH_DE_TYPE_MASK;
type              654 drivers/scsi/aic94xx/aic94xx_sds.c 		if (type == entry_type)
type             4478 drivers/scsi/arcmsr/arcmsr_hba.c 	char *type;
type             4498 drivers/scsi/arcmsr/arcmsr_hba.c 		type = "SATA";
type             4507 drivers/scsi/arcmsr/arcmsr_hba.c 		type = "SAS/SATA";
type             4510 drivers/scsi/arcmsr/arcmsr_hba.c 		type = "unknown";
type             4515 drivers/scsi/arcmsr/arcmsr_hba.c 		type, raid6 ? "(RAID6 capable)" : "", ARCMSR_DRIVER_VERSION);
type              218 drivers/scsi/arm/arxescsi.c 		host->hostt->name, info->info.scsi.type, info->ec->slot_no,
type              300 drivers/scsi/arm/cumana_2.c 		host->hostt->name, info->info.scsi.type, info->ec->slot_no,
type              385 drivers/scsi/arm/eesox.c 		host->hostt->name, info->info.scsi.type, info->ec->slot_no,
type              199 drivers/scsi/arm/fas216.c 		info->scsi.type, info->scsi.phase);
type             2887 drivers/scsi/arm/fas216.c 	int type, ret;
type             2896 drivers/scsi/arm/fas216.c 	type = fas216_detect_type(info);
type             2897 drivers/scsi/arm/fas216.c 	info->scsi.type = chip_types[type];
type             2968 drivers/scsi/arm/fas216.c 			info->scsi.type, info->scsi.io_base,
type              237 drivers/scsi/arm/fas216.h 		const char	*type;			/* chip type				*/
type              188 drivers/scsi/arm/powertec.c 		host->hostt->name, info->info.scsi.type, info->ec->slot_no,
type              524 drivers/scsi/atari_scsi.c 		if (cmd->device->type == TYPE_TAPE && !(cmd->cmnd[1] & 1))
type             1138 drivers/scsi/be2iscsi/be_cmds.c 	req->type = BEISCSI_TEMPLATE_HDR_TYPE_ISCSI;
type             1160 drivers/scsi/be2iscsi/be_cmds.c 	req->type = BEISCSI_TEMPLATE_HDR_TYPE_ISCSI;
type              479 drivers/scsi/be2iscsi/be_cmds.h 	u8 type;
type              811 drivers/scsi/be2iscsi/be_cmds.h 			  int type);
type              929 drivers/scsi/be2iscsi/be_cmds.h 	u16 type;
type              938 drivers/scsi/be2iscsi/be_cmds.h 	u16 type;
type             1335 drivers/scsi/be2iscsi/be_main.c 	uint8_t type;
type             1354 drivers/scsi/be2iscsi/be_main.c 	type = ((struct beiscsi_io_task *)task->dd_data)->wrb_type;
type             1356 drivers/scsi/be2iscsi/be_main.c 	switch (type) {
type             1388 drivers/scsi/be2iscsi/be_main.c 			    "wrb_index 0x%x CID 0x%x\n", type,
type             4535 drivers/scsi/be2iscsi/be_main.c 		AMAP_SET_BITS(struct amap_iscsi_wrb_v2, type, pwrb,
type             4539 drivers/scsi/be2iscsi/be_main.c 		AMAP_SET_BITS(struct amap_iscsi_wrb_v2, type, pwrb,
type             4545 drivers/scsi/be2iscsi/be_main.c 					  type, pwrb);
type             4595 drivers/scsi/be2iscsi/be_main.c 		AMAP_SET_BITS(struct amap_iscsi_wrb, type, pwrb,
type             4599 drivers/scsi/be2iscsi/be_main.c 		AMAP_SET_BITS(struct amap_iscsi_wrb, type, pwrb,
type             4605 drivers/scsi/be2iscsi/be_main.c 					  type, pwrb);
type             4746 drivers/scsi/be2iscsi/be_main.c 		AMAP_GET_BITS(struct amap_iscsi_wrb, type, pwrb) :
type             4747 drivers/scsi/be2iscsi/be_main.c 		AMAP_GET_BITS(struct amap_iscsi_wrb_v2, type, pwrb);
type             4936 drivers/scsi/be2iscsi/be_main.c static ssize_t beiscsi_show_boot_tgt_info(void *data, int type, char *buf)
type             4944 drivers/scsi/be2iscsi/be_main.c 	switch (type) {
type             5000 drivers/scsi/be2iscsi/be_main.c static ssize_t beiscsi_show_boot_ini_info(void *data, int type, char *buf)
type             5006 drivers/scsi/be2iscsi/be_main.c 	switch (type) {
type             5015 drivers/scsi/be2iscsi/be_main.c static ssize_t beiscsi_show_boot_eth_info(void *data, int type, char *buf)
type             5021 drivers/scsi/be2iscsi/be_main.c 	switch (type) {
type             5035 drivers/scsi/be2iscsi/be_main.c static umode_t beiscsi_tgt_get_attr_visibility(void *data, int type)
type             5039 drivers/scsi/be2iscsi/be_main.c 	switch (type) {
type             5055 drivers/scsi/be2iscsi/be_main.c static umode_t beiscsi_ini_get_attr_visibility(void *data, int type)
type             5059 drivers/scsi/be2iscsi/be_main.c 	switch (type) {
type             5067 drivers/scsi/be2iscsi/be_main.c static umode_t beiscsi_eth_get_attr_visibility(void *data, int type)
type             5071 drivers/scsi/be2iscsi/be_main.c 	switch (type) {
type              210 drivers/scsi/be2iscsi/be_main.h 	unsigned int type;
type              718 drivers/scsi/be2iscsi/be_main.h 	u8 type[4];		/* DWORD 0 */
type              753 drivers/scsi/be2iscsi/be_main.h 	u8 type[5];     /* DWORD 0 */
type              874 drivers/scsi/be2iscsi/be_main.h 	u8 type[4];		/* DWORD 0 */
type              915 drivers/scsi/be2iscsi/be_main.h 	u8 type[5];     /* DWORD 0 */
type             1292 drivers/scsi/be2iscsi/be_mgmt.c 	AMAP_SET_BITS(struct amap_iscsi_target_context_update_wrb, type, pwrb,
type             1364 drivers/scsi/be2iscsi/be_mgmt.c 		      type, pwrb,
type               50 drivers/scsi/bfa/bfa_defs.h #define bfa_mfg_is_mezz(type) (( \
type               51 drivers/scsi/bfa/bfa_defs.h 	(type) == BFA_MFG_TYPE_JAYHAWK || \
type               52 drivers/scsi/bfa/bfa_defs.h 	(type) == BFA_MFG_TYPE_WANCHESE || \
type               53 drivers/scsi/bfa/bfa_defs.h 	(type) == BFA_MFG_TYPE_ASTRA || \
type               54 drivers/scsi/bfa/bfa_defs.h 	(type) == BFA_MFG_TYPE_LIGHTNING_P0 || \
type               55 drivers/scsi/bfa/bfa_defs.h 	(type) == BFA_MFG_TYPE_LIGHTNING || \
type               56 drivers/scsi/bfa/bfa_defs.h 	(type) == BFA_MFG_TYPE_CHINOOK || \
type               57 drivers/scsi/bfa/bfa_defs.h 	(type) == BFA_MFG_TYPE_CHINOOK2))
type               62 drivers/scsi/bfa/bfa_defs.h #define bfa_mfg_is_old_wwn_mac_model(type) (( \
type               63 drivers/scsi/bfa/bfa_defs.h 	(type) == BFA_MFG_TYPE_FC8P2 || \
type               64 drivers/scsi/bfa/bfa_defs.h 	(type) == BFA_MFG_TYPE_FC8P1 || \
type               65 drivers/scsi/bfa/bfa_defs.h 	(type) == BFA_MFG_TYPE_FC4P2 || \
type               66 drivers/scsi/bfa/bfa_defs.h 	(type) == BFA_MFG_TYPE_FC4P1 || \
type               67 drivers/scsi/bfa/bfa_defs.h 	(type) == BFA_MFG_TYPE_CNA10P2 || \
type               68 drivers/scsi/bfa/bfa_defs.h 	(type) == BFA_MFG_TYPE_CNA10P1 || \
type               69 drivers/scsi/bfa/bfa_defs.h 	(type) == BFA_MFG_TYPE_JAYHAWK || \
type               70 drivers/scsi/bfa/bfa_defs.h 	(type) == BFA_MFG_TYPE_WANCHESE))
type              780 drivers/scsi/bfa/bfa_defs.h 	u8	type;
type               69 drivers/scsi/bfa/bfa_fc.h 	u32        type:8;	/* data structure type */
type              525 drivers/scsi/bfa/bfa_fc.h 	u32        type:8;
type              561 drivers/scsi/bfa/bfa_fc.h 	u32        type:8;
type              592 drivers/scsi/bfa/bfa_fc.h 	u32        type:8;
type              745 drivers/scsi/bfa/bfa_fc.h 	u32        type:8;
type              982 drivers/scsi/bfa/bfa_fc.h 	u8	type;		/* port type N/NL/... */
type             1040 drivers/scsi/bfa/bfa_fc.h 	u32        type:4;
type             1564 drivers/scsi/bfa/bfa_fc.h 	__be16        type;
type               42 drivers/scsi/bfa/bfa_fcbuild.c 	fc_els_req_tmpl.type = FC_TYPE_ELS;
type               53 drivers/scsi/bfa/bfa_fcbuild.c 	fc_els_rsp_tmpl.type = FC_TYPE_ELS;
type               63 drivers/scsi/bfa/bfa_fcbuild.c 	fc_bls_req_tmpl.type = FC_TYPE_BLS;
type               72 drivers/scsi/bfa/bfa_fcbuild.c 	fc_bls_rsp_tmpl.type = FC_TYPE_BLS;
type              108 drivers/scsi/bfa/bfa_fcbuild.c 	prli_tmpl.parampage.type = FC_TYPE_FCP;
type              122 drivers/scsi/bfa/bfa_fcbuild.c 	fcp_fchs_tmpl.type = FC_TYPE_FCP;
type              136 drivers/scsi/bfa/bfa_fcbuild.c 	fchs->type = FC_TYPE_SERVICES;
type              158 drivers/scsi/bfa/bfa_fcbuild.c 	fchs->type = FC_TYPE_SERVICES;
type              427 drivers/scsi/bfa/bfa_fcbuild.c 	if (prli->parampage.type != FC_TYPE_FCP)
type              859 drivers/scsi/bfa/bfa_fcbuild.c 		prlo->prlo_params[page].type = FC_TYPE_FCP;
type              883 drivers/scsi/bfa/bfa_fcbuild.c 		tprlo->tprlo_params[page].type = FC_TYPE_FCP;
type             1256 drivers/scsi/bfa/bfa_fcs.c 	bfa_trc(fabric->fcs, fchs->type);
type              508 drivers/scsi/bfa/bfa_fcs_fcpim.c 				bfa_trc(itnim->fcs, prli_resp->parampage.type);
type              816 drivers/scsi/bfa/bfa_fcs_fcpim.c 	bfa_trc(itnim->fcs, fchs->type);
type              818 drivers/scsi/bfa/bfa_fcs_fcpim.c 	if (fchs->type != FC_TYPE_ELS)
type              777 drivers/scsi/bfa/bfa_fcs_lport.c 	bfa_trc(lport->fcs, fchs->type);
type              785 drivers/scsi/bfa/bfa_fcs_lport.c 		if ((fchs->type == FC_TYPE_ELS) &&
type              803 drivers/scsi/bfa/bfa_fcs_lport.c 	if ((fchs->type == FC_TYPE_ELS) &&
type              812 drivers/scsi/bfa/bfa_fcs_lport.c 	if ((fchs->type == FC_TYPE_ELS) && (els_cmd->els_code == FC_ELS_ECHO)) {
type              821 drivers/scsi/bfa/bfa_fcs_lport.c 	if ((fchs->type == FC_TYPE_ELS) && (els_cmd->els_code == FC_ELS_RNID)) {
type              827 drivers/scsi/bfa/bfa_fcs_lport.c 	if (fchs->type == FC_TYPE_BLS) {
type              834 drivers/scsi/bfa/bfa_fcs_lport.c 	if (fchs->type == FC_TYPE_SERVICES) {
type              850 drivers/scsi/bfa/bfa_fcs_lport.c 		bfa_trc(rport->fcs, fchs->type);
type              859 drivers/scsi/bfa/bfa_fcs_lport.c 	if (fchs->type != FC_TYPE_ELS) {
type              863 drivers/scsi/bfa/bfa_fcs_lport.c 		if (fchs->type != FC_TYPE_FC_FSS)
type              864 drivers/scsi/bfa/bfa_fcs_lport.c 			bfa_sm_fault(lport->fcs, fchs->type);
type             1934 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->type = cpu_to_be16(FDMI_HBA_ATTRIB_NODENAME);
type             1937 drivers/scsi/bfa/bfa_fcs_lport.c 	curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             1940 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             1947 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->type = cpu_to_be16(FDMI_HBA_ATTRIB_MANUFACTURER);
type             1951 drivers/scsi/bfa/bfa_fcs_lport.c 	curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             1954 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             1961 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->type = cpu_to_be16(FDMI_HBA_ATTRIB_SERIALNUM);
type             1965 drivers/scsi/bfa/bfa_fcs_lport.c 	curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             1968 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             1975 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->type = cpu_to_be16(FDMI_HBA_ATTRIB_MODEL);
type             1979 drivers/scsi/bfa/bfa_fcs_lport.c 	curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             1982 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             1989 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->type = cpu_to_be16(FDMI_HBA_ATTRIB_MODEL_DESC);
type             1993 drivers/scsi/bfa/bfa_fcs_lport.c 	curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             1996 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2004 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->type = cpu_to_be16(FDMI_HBA_ATTRIB_HW_VERSION);
type             2008 drivers/scsi/bfa/bfa_fcs_lport.c 		curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2011 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2019 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->type = cpu_to_be16(FDMI_HBA_ATTRIB_DRIVER_VERSION);
type             2023 drivers/scsi/bfa/bfa_fcs_lport.c 	curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2026 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2034 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->type = cpu_to_be16(FDMI_HBA_ATTRIB_ROM_VERSION);
type             2038 drivers/scsi/bfa/bfa_fcs_lport.c 		curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2041 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2046 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->type = cpu_to_be16(FDMI_HBA_ATTRIB_FW_VERSION);
type             2050 drivers/scsi/bfa/bfa_fcs_lport.c 	curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2053 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2061 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->type = cpu_to_be16(FDMI_HBA_ATTRIB_OS_NAME);
type             2065 drivers/scsi/bfa/bfa_fcs_lport.c 		curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2068 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2076 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->type = cpu_to_be16(FDMI_HBA_ATTRIB_MAX_CT);
type             2080 drivers/scsi/bfa/bfa_fcs_lport.c 	curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2083 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2090 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->type = cpu_to_be16(FDMI_HBA_ATTRIB_NODE_SYM_NAME);
type             2094 drivers/scsi/bfa/bfa_fcs_lport.c 		curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2097 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2101 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->type = cpu_to_be16(FDMI_HBA_ATTRIB_VENDOR_ID);
type             2105 drivers/scsi/bfa/bfa_fcs_lport.c 		curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2108 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2112 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->type = cpu_to_be16(FDMI_HBA_ATTRIB_NUM_PORTS);
type             2116 drivers/scsi/bfa/bfa_fcs_lport.c 		curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2119 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2123 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->type = cpu_to_be16(FDMI_HBA_ATTRIB_FABRIC_NAME);
type             2127 drivers/scsi/bfa/bfa_fcs_lport.c 		curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2130 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2134 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->type = cpu_to_be16(FDMI_HBA_ATTRIB_BIOS_VER);
type             2138 drivers/scsi/bfa/bfa_fcs_lport.c 		curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2141 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2148 drivers/scsi/bfa/bfa_fcs_lport.c 	len += ((sizeof(attr->type) + sizeof(attr->len)) * count);
type             2263 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->type = cpu_to_be16(FDMI_PORT_ATTRIB_FC4_TYPES);
type             2266 drivers/scsi/bfa/bfa_fcs_lport.c 	curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2270 drivers/scsi/bfa/bfa_fcs_lport.c 		cpu_to_be16(templen + sizeof(attr->type) +
type             2277 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->type = cpu_to_be16(FDMI_PORT_ATTRIB_SUPP_SPEED);
type             2280 drivers/scsi/bfa/bfa_fcs_lport.c 	curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2284 drivers/scsi/bfa/bfa_fcs_lport.c 		cpu_to_be16(templen + sizeof(attr->type) +
type             2291 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->type = cpu_to_be16(FDMI_PORT_ATTRIB_PORT_SPEED);
type             2294 drivers/scsi/bfa/bfa_fcs_lport.c 	curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2297 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2304 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->type = cpu_to_be16(FDMI_PORT_ATTRIB_FRAME_SIZE);
type             2307 drivers/scsi/bfa/bfa_fcs_lport.c 	curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2310 drivers/scsi/bfa/bfa_fcs_lport.c 	attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2318 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->type = cpu_to_be16(FDMI_PORT_ATTRIB_DEV_NAME);
type             2322 drivers/scsi/bfa/bfa_fcs_lport.c 		curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2325 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2333 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->type = cpu_to_be16(FDMI_PORT_ATTRIB_HOST_NAME);
type             2337 drivers/scsi/bfa/bfa_fcs_lport.c 		curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2340 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2346 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->type = cpu_to_be16(FDMI_PORT_ATTRIB_NODE_NAME);
type             2350 drivers/scsi/bfa/bfa_fcs_lport.c 		curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2353 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2357 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->type = cpu_to_be16(FDMI_PORT_ATTRIB_PORT_NAME);
type             2361 drivers/scsi/bfa/bfa_fcs_lport.c 		curr_ptr += sizeof(attr->type) + sizeof(attr->len) + templen;
type             2364 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2369 drivers/scsi/bfa/bfa_fcs_lport.c 			attr->type =
type             2375 drivers/scsi/bfa/bfa_fcs_lport.c 			curr_ptr += sizeof(attr->type) +
type             2380 drivers/scsi/bfa/bfa_fcs_lport.c 				sizeof(attr->type) + sizeof(templen));
type             2384 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->type = cpu_to_be16(FDMI_PORT_ATTRIB_PORT_TYPE);
type             2388 drivers/scsi/bfa/bfa_fcs_lport.c 		curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2391 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2395 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->type = cpu_to_be16(FDMI_PORT_ATTRIB_SUPP_COS);
type             2399 drivers/scsi/bfa/bfa_fcs_lport.c 		curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2402 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2406 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->type = cpu_to_be16(FDMI_PORT_ATTRIB_PORT_FAB_NAME);
type             2410 drivers/scsi/bfa/bfa_fcs_lport.c 		curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2413 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2417 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->type = cpu_to_be16(FDMI_PORT_ATTRIB_PORT_FC4_TYPE);
type             2422 drivers/scsi/bfa/bfa_fcs_lport.c 		curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2425 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2429 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->type = cpu_to_be16(FDMI_PORT_ATTRIB_PORT_STATE);
type             2433 drivers/scsi/bfa/bfa_fcs_lport.c 		curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2436 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2440 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->type = cpu_to_be16(FDMI_PORT_ATTRIB_PORT_NUM_RPRT);
type             2444 drivers/scsi/bfa/bfa_fcs_lport.c 		curr_ptr += sizeof(attr->type) + sizeof(templen) + templen;
type             2447 drivers/scsi/bfa/bfa_fcs_lport.c 		attr->len = cpu_to_be16(templen + sizeof(attr->type) +
type             2455 drivers/scsi/bfa/bfa_fcs_lport.c 	len += ((sizeof(attr->type) + sizeof(attr->len)) * count);
type             2182 drivers/scsi/bfa/bfa_fcs_rport.c 		bfa_trc(rport->fcs, prli->parampage.type);
type             2869 drivers/scsi/bfa/bfa_fcs_rport.c 	bfa_trc(rport->fcs, fchs->type);
type             2871 drivers/scsi/bfa/bfa_fcs_rport.c 	if (fchs->type != FC_TYPE_ELS)
type             3430 drivers/scsi/bfa/bfa_fcs_rport.c 				rpsc2_acc->port_info[0].type);
type             4194 drivers/scsi/bfa/bfa_ioc.c 			int inst, int type)
type             4205 drivers/scsi/bfa/bfa_ioc.c 	aen_entry->aen_data.audit.partition_type = type;
type             4272 drivers/scsi/bfa/bfa_ioc.c 	msg->type = be32_to_cpu(flash->type);
type             4305 drivers/scsi/bfa/bfa_ioc.c 	msg->type = be32_to_cpu(flash->type);
type             4329 drivers/scsi/bfa/bfa_ioc.c 	msg->type = be32_to_cpu(flash->type);
type             4569 drivers/scsi/bfa/bfa_ioc.c bfa_flash_erase_part(struct bfa_flash_s *flash, enum bfa_flash_part_type type,
type             4573 drivers/scsi/bfa/bfa_ioc.c 	bfa_trc(flash, type);
type             4587 drivers/scsi/bfa/bfa_ioc.c 	flash->type = type;
type             4592 drivers/scsi/bfa/bfa_ioc.c 				instance, type);
type             4611 drivers/scsi/bfa/bfa_ioc.c bfa_flash_update_part(struct bfa_flash_s *flash, enum bfa_flash_part_type type,
type             4616 drivers/scsi/bfa/bfa_ioc.c 	bfa_trc(flash, type);
type             4631 drivers/scsi/bfa/bfa_ioc.c 	if (type == BFA_FLASH_PART_MFG)
type             4642 drivers/scsi/bfa/bfa_ioc.c 	flash->type = type;
type             4668 drivers/scsi/bfa/bfa_ioc.c bfa_flash_read_part(struct bfa_flash_s *flash, enum bfa_flash_part_type type,
type             4673 drivers/scsi/bfa/bfa_ioc.c 	bfa_trc(flash, type);
type             4696 drivers/scsi/bfa/bfa_ioc.c 	flash->type = type;
type              474 drivers/scsi/bfa/bfa_ioc.h 	u32		type;           /* partition type */
type              501 drivers/scsi/bfa/bfa_ioc.h 			enum bfa_flash_part_type type, u8 instance,
type              504 drivers/scsi/bfa/bfa_ioc.h 			enum bfa_flash_part_type type, u8 instance,
type              508 drivers/scsi/bfa/bfa_ioc.h 			enum bfa_flash_part_type type, u8 instance, void *buf,
type             6609 drivers/scsi/bfa/bfa_svc.c 		subtesttype = msg->info.teststart.type;
type             1536 drivers/scsi/bfa/bfad_bsg.c 	iocmd->status = bfa_flash_erase_part(BFA_FLASH(&bfad->bfa), iocmd->type,
type             1568 drivers/scsi/bfa/bfad_bsg.c 				iocmd->type, iocmd->instance, iocmd_bufptr,
type             1599 drivers/scsi/bfa/bfad_bsg.c 	iocmd->status = bfa_flash_read_part(BFA_FLASH(&bfad->bfa), iocmd->type,
type              559 drivers/scsi/bfa/bfad_bsg.h 	enum  bfa_flash_part_type type;
type              905 drivers/scsi/bfa/bfi.h 	u32	type;	/* partition type */
type              916 drivers/scsi/bfa/bfi.h 	u32	type;	/* partition type */
type              929 drivers/scsi/bfa/bfi.h 	u32	type;		/* partition type */
type              950 drivers/scsi/bfa/bfi.h 	u32	type;       /* partition type */
type              962 drivers/scsi/bfa/bfi.h 	u32	type;       /* partition type */
type              974 drivers/scsi/bfa/bfi.h 	u32	type;		/* partition type */
type             1139 drivers/scsi/bfa/bfi.h 	u8	type;	/* bfa_diag_dport_test_type_e */
type              180 drivers/scsi/bnx2fc/57xx_hsi_bnx2fc.h 	u8 type;
type              497 drivers/scsi/bnx2fc/bnx2fc.h struct bnx2fc_cmd *bnx2fc_elstm_alloc(struct bnx2fc_rport *tgt, int type);
type             1247 drivers/scsi/bnx2fc/bnx2fc_fcoe.c 				ha->type);
type             1252 drivers/scsi/bnx2fc/bnx2fc_fcoe.c 		if ((ha->type == NETDEV_HW_ADDR_T_SAN) &&
type             1266 drivers/scsi/bnx2fc/bnx2fc_fcoe.c 	interface->fip_packet_type.type = htons(ETH_P_FIP);
type             1271 drivers/scsi/bnx2fc/bnx2fc_fcoe.c 	interface->fcoe_packet_type.type = __constant_htons(ETH_P_FCOE);
type              394 drivers/scsi/bnx2fc/bnx2fc_io.c struct bnx2fc_cmd *bnx2fc_elstm_alloc(struct bnx2fc_rport *tgt, int type)
type              408 drivers/scsi/bnx2fc/bnx2fc_io.c 	switch (type) {
type              452 drivers/scsi/bnx2fc/bnx2fc_io.c 	io_req->cmd_type = type;
type              539 drivers/scsi/ch.c static int ch_gstatus(scsi_changer *ch, int type, unsigned char __user *dest)
type              546 drivers/scsi/ch.c 	for (i = 0; i < ch->counts[type]; i++) {
type              548 drivers/scsi/ch.c 		    (ch, ch->firsts[type]+i,data)) {
type              555 drivers/scsi/ch.c 				ch->firsts[type]+i,
type              558 drivers/scsi/ch.c 			(ch, ch->firsts[type]+i,data);
type              611 drivers/scsi/ch.c ch_checkrange(scsi_changer *ch, unsigned int type, unsigned int unit)
type              613 drivers/scsi/ch.c 	if (type >= CH_TYPES  ||  unit >= ch->counts[type])
type              917 drivers/scsi/ch.c 	if (sd->type != TYPE_MEDIUM_CHANGER)
type             3780 drivers/scsi/csiostor/csio_hw.c csio_enqueue_evt(struct csio_hw *hw, enum csio_evt type, void *evt_msg,
type             3785 drivers/scsi/csiostor/csio_hw.c 	if (type >= CSIO_EVT_MAX)
type             3796 drivers/scsi/csiostor/csio_hw.c 			 type, len);
type             3805 drivers/scsi/csiostor/csio_hw.c 	evt_entry->type = type;
type             3816 drivers/scsi/csiostor/csio_hw.c csio_enqueue_evt_lock(struct csio_hw *hw, enum csio_evt type, void *evt_msg,
type             3825 drivers/scsi/csiostor/csio_hw.c 	if (type >= CSIO_EVT_MAX)
type             3839 drivers/scsi/csiostor/csio_hw.c 			 type, len);
type             3849 drivers/scsi/csiostor/csio_hw.c 	evt_entry->type = type;
type             4007 drivers/scsi/csiostor/csio_hw.c 			switch (evt_msg->type) {
type             4013 drivers/scsi/csiostor/csio_hw.c 				    !msg->type) {
type             4028 drivers/scsi/csiostor/csio_hw.c 						  msg->opcode, msg->type);
type             4044 drivers/scsi/csiostor/csio_hw.c 					  evt_msg->type);
type              173 drivers/scsi/csiostor/csio_hw.h 	enum csio_evt		type;
type              211 drivers/scsi/csiostor/csio_lnode.c csio_fill_ct_iu(void *buf, uint8_t type, uint8_t sub_type, uint16_t op)
type              215 drivers/scsi/csiostor/csio_lnode.c 	cmd->ct_fs_type = type;
type              241 drivers/scsi/csiostor/csio_lnode.c csio_append_attrib(uint8_t **ptr, uint16_t type, void *val, size_t val_len)
type              251 drivers/scsi/csiostor/csio_lnode.c 	ae->type = htons(type);
type              458 drivers/scsi/csiostor/csio_mb.c 				FW_IQ_CMD_TYPE_V(iq_params->type)	|
type              530 drivers/scsi/csiostor/csio_mb.c 	if (iq_params->type == 0) {
type              636 drivers/scsi/csiostor/csio_mb.c 	cmdp->type_to_iqandstindex = htonl(FW_IQ_CMD_TYPE_V(iq_params->type));
type              187 drivers/scsi/csiostor/csio_wr.c 		uint16_t type, void *owner, uint32_t nflb, int sreg,
type              202 drivers/scsi/csiostor/csio_wr.c 	switch (type) {
type              230 drivers/scsi/csiostor/csio_wr.c 		csio_err(hw, "Invalid queue type: 0x%x\n", type);
type              245 drivers/scsi/csiostor/csio_wr.c 	q->type		= type;
type              253 drivers/scsi/csiostor/csio_wr.c 	if (type == CSIO_INGRESS) {
type              314 drivers/scsi/csiostor/csio_wr.c 	} else if (type == CSIO_EGRESS) {
type              458 drivers/scsi/csiostor/csio_wr.c 	iqp.type		= FW_IQ_TYPE_FL_INT_CAP;
type              649 drivers/scsi/csiostor/csio_wr.c 	iqp.type	= FW_IQ_TYPE_FL_INT_CAP;
type              796 drivers/scsi/csiostor/csio_wr.c 		switch (q->type) {
type             1697 drivers/scsi/csiostor/csio_wr.c 			if (q->type == CSIO_FREELIST) {
type              128 drivers/scsi/csiostor/csio_wr.h 	uint8_t		type;
type              394 drivers/scsi/csiostor/csio_wr.h 	uint16_t		type;		/* Type: Ingress/Egress/FL */
type              453 drivers/scsi/csiostor/csio_wr.h #define	csio_q_type(__hw, __idx)	((__hw)->wrm.q_arr[(__idx)]->type)
type             3316 drivers/scsi/cxlflash/main.c 	u16 type;
type             3334 drivers/scsi/cxlflash/main.c 		type = SISL_AFU_LUN_PROVISION_CREATE;
type             3339 drivers/scsi/cxlflash/main.c 		type = SISL_AFU_LUN_PROVISION_DELETE;
type             3370 drivers/scsi/cxlflash/main.c 	rcb.cdb[1] = type;
type             1067 drivers/scsi/cxlflash/ocxl_hw.c 		event.header.type = CXL_EVENT_AFU_INTERRUPT;
type             1076 drivers/scsi/cxlflash/ocxl_hw.c 		event.header.type = CXL_EVENT_DATA_STORAGE;
type              123 drivers/scsi/dc395x.c #define dprintkdbg(type, format, arg...) \
type              125 drivers/scsi/dc395x.c 		if ((type) & (DEBUG_MASK)) \
type              132 drivers/scsi/dc395x.c #define debug_enabled(type)	((DEBUG_MASK) & (type))
type              138 drivers/scsi/dc395x.c #define dprintkdbg(type, format, arg...) \
type              140 drivers/scsi/dc395x.c #define debug_enabled(type)	(0)
type              275 drivers/scsi/device_handler/scsi_dh_alua.c 	if (sdev->type != TYPE_DISK) {
type               87 drivers/scsi/dpt/dpti_i2o.h 	int type;
type              518 drivers/scsi/dpt_i2o.c 	if(sdev->type == 5) {  // CDROM
type             1495 drivers/scsi/dpt_i2o.c 			pHba->channel[bus_no].type = d->lct_data.class_id;
type             1552 drivers/scsi/dpt_i2o.c 				pDev->type = (buf[0])&0xff;
type             2593 drivers/scsi/dpt_i2o.c 				pDev->type = (buf[0])&0xff;
type              178 drivers/scsi/dpti.h 	u32	type;
type              193 drivers/scsi/dpti.h 	u8	type;
type              575 drivers/scsi/esas2r/atioctl.h 	u8 type;
type              357 drivers/scsi/esas2r/atvda.h 	u8 type;
type              692 drivers/scsi/esas2r/atvda.h 	u8 type;
type              777 drivers/scsi/esas2r/esas2r.h 	enum fw_event_type type;
type             1141 drivers/scsi/esas2r/esas2r.h 			   enum fw_event_type type,
type              563 drivers/scsi/esas2r/esas2r_flash.c 	u8 type;
type              568 drivers/scsi/esas2r/esas2r_flash.c 		type = FI_AT_SUN_LAKE;
type              575 drivers/scsi/esas2r/esas2r_flash.c 		type = FI_AT_MV_9580;
type              579 drivers/scsi/esas2r/esas2r_flash.c 		type = FI_AT_UNKNWN;
type              583 drivers/scsi/esas2r/esas2r_flash.c 	return type;
type              600 drivers/scsi/esas2r/esas2r_flash.c 		u16 type;
type              603 drivers/scsi/esas2r/esas2r_flash.c 		type = le16_to_cpu(*pw--);
type              606 drivers/scsi/esas2r/esas2r_flash.c 		if (type != FBT_CPYR
type              607 drivers/scsi/esas2r/esas2r_flash.c 		    && type != FBT_SETUP
type              608 drivers/scsi/esas2r/esas2r_flash.c 		    && type != FBT_FLASH_VER)
type              611 drivers/scsi/esas2r/esas2r_flash.c 		if (type == FBT_FLASH_VER
type              696 drivers/scsi/esas2r/esas2r_flash.c 	u8 type;
type              712 drivers/scsi/esas2r/esas2r_flash.c 	type = get_fi_adap_type(a);
type              713 drivers/scsi/esas2r/esas2r_flash.c 	if ((type == FI_AT_UNKNWN) || (fi->adap_typ != type)) {
type              742 drivers/scsi/esas2r/esas2r_flash.c 			type = CODE_TYPE_PC;
type              746 drivers/scsi/esas2r/esas2r_flash.c 			type = CODE_TYPE_OPEN;
type              750 drivers/scsi/esas2r/esas2r_flash.c 			type = CODE_TYPE_EFI;
type              771 drivers/scsi/esas2r/esas2r_flash.c 			    != type)
type             1046 drivers/scsi/esas2r/esas2r_flash.c 	u16 type;
type             1059 drivers/scsi/esas2r/esas2r_flash.c 		type = le16_to_cpu(*pw);
type             1064 drivers/scsi/esas2r/esas2r_flash.c 		if (type == FBT_CPYR
type             1065 drivers/scsi/esas2r/esas2r_flash.c 		    || type == FBT_SETUP
type             1069 drivers/scsi/esas2r/esas2r_flash.c 		if (type == FBT_FLASH_VER)
type             1705 drivers/scsi/esas2r/esas2r_main.c 	char *type;
type             1709 drivers/scsi/esas2r/esas2r_main.c 		type = "RAID group state change";
type             1713 drivers/scsi/esas2r/esas2r_main.c 		type = "Mapped destination LU change";
type             1717 drivers/scsi/esas2r/esas2r_main.c 		type = "Physical disk inventory change";
type             1721 drivers/scsi/esas2r/esas2r_main.c 		type = "Firmware reset";
type             1725 drivers/scsi/esas2r/esas2r_main.c 		type = "Event Log message (INFO level)";
type             1729 drivers/scsi/esas2r/esas2r_main.c 		type = "Event Log message (WARN level)";
type             1733 drivers/scsi/esas2r/esas2r_main.c 		type = "Event Log message (CRIT level)";
type             1737 drivers/scsi/esas2r/esas2r_main.c 		type = "Event Log message (FAIL level)";
type             1741 drivers/scsi/esas2r/esas2r_main.c 		type = "NVCache change";
type             1745 drivers/scsi/esas2r/esas2r_main.c 		type = "Time stamped log message (INFO level)";
type             1749 drivers/scsi/esas2r/esas2r_main.c 		type = "Time stamped log message (WARN level)";
type             1753 drivers/scsi/esas2r/esas2r_main.c 		type = "Time stamped log message (CRIT level)";
type             1757 drivers/scsi/esas2r/esas2r_main.c 		type = "Power management";
type             1761 drivers/scsi/esas2r/esas2r_main.c 		type = "Mute button pressed";
type             1765 drivers/scsi/esas2r/esas2r_main.c 		type = "Device attribute change";
type             1769 drivers/scsi/esas2r/esas2r_main.c 		type = "Unknown";
type             1775 drivers/scsi/esas2r/esas2r_main.c 		   type);
type             1794 drivers/scsi/esas2r/esas2r_main.c 	switch (fw_event->type) {
type             1821 drivers/scsi/esas2r/esas2r_main.c 			   enum fw_event_type type,
type             1835 drivers/scsi/esas2r/esas2r_main.c 	if (type == fw_event_vda_ae) {
type             1847 drivers/scsi/esas2r/esas2r_main.c 	fw_event->type = type;
type              136 drivers/scsi/esp_scsi.c 	p->type = ESP_EVENT_TYPE_CMD;
type              171 drivers/scsi/esp_scsi.c 	p->type = ESP_EVENT_TYPE_EVENT;
type              193 drivers/scsi/esp_scsi.c 			     p->type == ESP_EVENT_TYPE_CMD ? "CMD" : "EVENT",
type             2694 drivers/scsi/esp_scsi.c 	enum spi_signal_type type;
type             2697 drivers/scsi/esp_scsi.c 		type = SPI_SIGNAL_HVD;
type             2699 drivers/scsi/esp_scsi.c 		type = SPI_SIGNAL_SE;
type             2701 drivers/scsi/esp_scsi.c 	spi_signalling(host) = type;
type              341 drivers/scsi/esp_scsi.h 	u8			type;
type              321 drivers/scsi/fcoe/fcoe.c 		if ((ha->type == NETDEV_HW_ADDR_T_SAN) &&
type              354 drivers/scsi/fcoe/fcoe.c 	fcoe->fcoe_packet_type.type = htons(ETH_P_FCOE);
type              359 drivers/scsi/fcoe/fcoe.c 	fcoe->fip_packet_type.type = htons(ETH_P_FIP);
type              365 drivers/scsi/fcoe/fcoe.c 		fcoe->fip_vlan_packet_type.type = htons(ETH_P_FIP);
type              812 drivers/scsi/fcoe/fcoe_sysfs.c 	ctlr->dev.type = &fcoe_ctlr_device_type;
type             1021 drivers/scsi/fcoe/fcoe_sysfs.c 	fcf->dev.type = &fcoe_fcf_device_type;
type              290 drivers/scsi/fcoe/fcoe_transport.c int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type)
type              295 drivers/scsi/fcoe/fcoe_transport.c 		return ops->ndo_fcoe_get_wwn(netdev, wwn, type);
type               55 drivers/scsi/fnic/cq_desc.h 	u8 *type, u8 *color, u16 *q_number, u16 *completed_index)
type               72 drivers/scsi/fnic/cq_desc.h 	*type = type_color & CQ_DESC_TYPE_MASK;
type               32 drivers/scsi/fnic/cq_enet_desc.h 	u8 *type, u8 *color, u16 *q_number, u16 *completed_index)
type               34 drivers/scsi/fnic/cq_enet_desc.h 	cq_desc_dec((struct cq_desc *)desc, type,
type               94 drivers/scsi/fnic/cq_enet_desc.h 	u8 *type, u8 *color, u16 *q_number, u16 *completed_index,
type              107 drivers/scsi/fnic/cq_enet_desc.h 	cq_desc_dec((struct cq_desc *)desc, type,
type               47 drivers/scsi/fnic/cq_exch_desc.h 				       u8  *type,
type               53 drivers/scsi/fnic/cq_exch_desc.h 	cq_desc_dec((struct cq_desc *)desc_ptr, type,
type               87 drivers/scsi/fnic/cq_exch_desc.h 				      u8  *type,
type              106 drivers/scsi/fnic/cq_exch_desc.h 	cq_desc_dec((struct cq_desc *)desc_ptr, type,
type              163 drivers/scsi/fnic/cq_exch_desc.h 				   u8  *type,
type              174 drivers/scsi/fnic/cq_exch_desc.h 	cq_desc_dec((struct cq_desc *)desc_ptr, type, color, q_number,
type              167 drivers/scsi/fnic/fcpio.h 	u8            type;           /* enum fcpio_type */
type              175 drivers/scsi/fnic/fcpio.h 		 u8 type, u8 status,
type              178 drivers/scsi/fnic/fcpio.h 	hdr->type = type;
type              186 drivers/scsi/fnic/fcpio.h 		 u8 *type, u8 *status,
type              189 drivers/scsi/fnic/fcpio.h 	*type = hdr->type;
type              841 drivers/scsi/fnic/fnic_fcs.c 	u8 type, color, eop, sop, ingress_port, vlan_stripped;
type              861 drivers/scsi/fnic/fnic_fcs.c 	cq_desc_dec(cq_desc, &type, &color, &q_number, &completed_index);
type              862 drivers/scsi/fnic/fnic_fcs.c 	if (type == CQ_DESC_TYPE_RQ_FCP) {
type              864 drivers/scsi/fnic/fnic_fcs.c 				   &type, &color, &q_number, &completed_index,
type              875 drivers/scsi/fnic/fnic_fcs.c 	} else if (type == CQ_DESC_TYPE_RQ_ENET) {
type              877 drivers/scsi/fnic/fnic_fcs.c 				    &type, &color, &q_number, &completed_index,
type              901 drivers/scsi/fnic/fnic_fcs.c 			     "fnic rq_cmpl wrong cq type x%x\n", type);
type              937 drivers/scsi/fnic/fnic_fcs.c 				     struct cq_desc *cq_desc, u8 type,
type             1268 drivers/scsi/fnic/fnic_fcs.c 				     struct cq_desc *cq_desc, u8 type,
type               31 drivers/scsi/fnic/fnic_fip.h 	__be16 type;
type               93 drivers/scsi/fnic/fnic_res.h 	desc->hdr.type = FCPIO_ICMND_16; /* enum fcpio_type */
type              132 drivers/scsi/fnic/fnic_res.h 	desc->hdr.type = FCPIO_ITMF;     /* enum fcpio_type */
type              156 drivers/scsi/fnic/fnic_res.h 	desc->hdr.type = FCPIO_FLOGI_REG;     /* enum fcpio_type */
type              176 drivers/scsi/fnic/fnic_res.h 	desc->hdr.type = FCPIO_FLOGI_FIP_REG; /* enum fcpio_type */
type              198 drivers/scsi/fnic/fnic_res.h 	desc->hdr.type = FCPIO_RESET;     /* enum fcpio_type */
type              212 drivers/scsi/fnic/fnic_res.h 	desc->hdr.type = FCPIO_LUNMAP_REQ;	/* enum fcpio_type */
type              628 drivers/scsi/fnic/fnic_scsi.c 	u8 type;
type              635 drivers/scsi/fnic/fnic_scsi.c 	fcpio_header_dec(&desc->hdr, &type, &hdr_status, &tag);
type              712 drivers/scsi/fnic/fnic_scsi.c 	u8 type;
type              718 drivers/scsi/fnic/fnic_scsi.c 	fcpio_header_dec(&desc->hdr, &type, &hdr_status, &tag);
type              822 drivers/scsi/fnic/fnic_scsi.c 	u8 type;
type              838 drivers/scsi/fnic/fnic_scsi.c 	fcpio_header_dec(&desc->hdr, &type, &hdr_status, &tag);
type             1062 drivers/scsi/fnic/fnic_scsi.c 	u8 type;
type             1076 drivers/scsi/fnic/fnic_scsi.c 	fcpio_header_dec(&desc->hdr, &type, &hdr_status, &tag);
type             1278 drivers/scsi/fnic/fnic_scsi.c 	switch (desc->hdr.type) {
type             1290 drivers/scsi/fnic/fnic_scsi.c 	switch (desc->hdr.type) {
type             1315 drivers/scsi/fnic/fnic_scsi.c 			      desc->hdr.type);
type               42 drivers/scsi/fnic/rq_enet_desc.h 	u64 address, u8 type, u16 length)
type               46 drivers/scsi/fnic/rq_enet_desc.h 		((type & RQ_ENET_TYPE_MASK) << RQ_ENET_LEN_BITS));
type               50 drivers/scsi/fnic/rq_enet_desc.h 	u64 *address, u8 *type, u16 *length)
type               54 drivers/scsi/fnic/rq_enet_desc.h 	*type = (u8)((le16_to_cpu(desc->length_type) >> RQ_ENET_LEN_BITS) &
type               73 drivers/scsi/fnic/vnic_cq.h 	u8 type, u16 q_number, u16 completed_index, void *opaque),
type               79 drivers/scsi/fnic/vnic_cq.h 	u8 type, color;
type               83 drivers/scsi/fnic/vnic_cq.h 	cq_desc_dec(cq_desc, &type, &color,
type               88 drivers/scsi/fnic/vnic_cq.h 		if ((*q_service)(cq->vdev, cq_desc, type,
type              100 drivers/scsi/fnic/vnic_cq.h 		cq_desc_dec(cq_desc, &type, &color,
type               92 drivers/scsi/fnic/vnic_dev.c 	u8 type;
type              116 drivers/scsi/fnic/vnic_dev.c 	while ((type = ioread8(&r->type)) != RES_TYPE_EOL) {
type              128 drivers/scsi/fnic/vnic_dev.c 		switch (type) {
type              139 drivers/scsi/fnic/vnic_dev.c 					type, bar_offset,
type              154 drivers/scsi/fnic/vnic_dev.c 		vdev->res[type].count = count;
type              155 drivers/scsi/fnic/vnic_dev.c 		vdev->res[type].vaddr = (char __iomem *)bar->vaddr + bar_offset;
type              162 drivers/scsi/fnic/vnic_dev.c 	enum vnic_res_type type)
type              164 drivers/scsi/fnic/vnic_dev.c 	return vdev->res[type].count;
type              167 drivers/scsi/fnic/vnic_dev.c void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
type              170 drivers/scsi/fnic/vnic_dev.c 	if (!vdev->res[type].vaddr)
type              173 drivers/scsi/fnic/vnic_dev.c 	switch (type) {
type              178 drivers/scsi/fnic/vnic_dev.c 		return (char __iomem *)vdev->res[type].vaddr +
type              181 drivers/scsi/fnic/vnic_dev.c 		return (char __iomem *)vdev->res[type].vaddr;
type              114 drivers/scsi/fnic/vnic_dev.h 				    enum vnic_res_type type);
type              115 drivers/scsi/fnic/vnic_dev.h void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
type              444 drivers/scsi/fnic/vnic_devcmd.h 	u8 type;
type               61 drivers/scsi/fnic/vnic_resource.h 	u8 type;
type              610 drivers/scsi/gdth.c         ha->type = GDT_PCI;
type              721 drivers/scsi/gdth.c         ha->type = GDT_PCINEW;
type              836 drivers/scsi/gdth.c         ha->type = GDT_PCIMPR;
type              893 drivers/scsi/gdth.c     if (ha->type == GDT_PCI) {
type              898 drivers/scsi/gdth.c     } else if (ha->type == GDT_PCINEW) {
type              901 drivers/scsi/gdth.c     } else if (ha->type == GDT_PCIMPR) {
type              917 drivers/scsi/gdth.c         if (ha->type == GDT_PCI)
type              920 drivers/scsi/gdth.c         else if (ha->type == GDT_PCINEW) 
type              922 drivers/scsi/gdth.c         else if (ha->type == GDT_PCIMPR)
type              935 drivers/scsi/gdth.c     if (ha->type == GDT_PCI)
type              937 drivers/scsi/gdth.c     else if (ha->type == GDT_PCINEW) 
type              939 drivers/scsi/gdth.c     else if (ha->type == GDT_PCIMPR)
type              969 drivers/scsi/gdth.c     if (ha->type == GDT_PCI) {
type              971 drivers/scsi/gdth.c     } else if (ha->type == GDT_PCINEW) { 
type              973 drivers/scsi/gdth.c     } else if (ha->type == GDT_PCIMPR) {
type             1003 drivers/scsi/gdth.c     if (ha->type == GDT_PCI) {
type             1010 drivers/scsi/gdth.c     } else if (ha->type == GDT_PCINEW) {
type             1017 drivers/scsi/gdth.c     } else if (ha->type == GDT_PCIMPR) {
type             1049 drivers/scsi/gdth.c     if (ha->type == GDT_PCI) {
type             1051 drivers/scsi/gdth.c     } else if (ha->type == GDT_PCINEW) { 
type             1053 drivers/scsi/gdth.c     } else if (ha->type == GDT_PCIMPR) {
type             2512 drivers/scsi/gdth.c         if (ha->type == GDT_PCI) {
type             2527 drivers/scsi/gdth.c         } else if (ha->type == GDT_PCINEW) {
type             2540 drivers/scsi/gdth.c         } else if (ha->type == GDT_PCIMPR) {
type             3040 drivers/scsi/gdth.c         if (ha->type == GDT_PCIMPR && 
type             3253 drivers/scsi/gdth.c     if (ha->type == GDT_PCI) {
type             3926 drivers/scsi/gdth.c         if (ha->type != GDT_PCIMPR) {
type             3927 drivers/scsi/gdth.c 	    ctrt.type = (u8)((ha->stype<<4) + 6);
type             3929 drivers/scsi/gdth.c             ctrt.type =  (ha->oem_id == OEM_ID_INTEL ? 0xfd : 0xfe);
type              441 drivers/scsi/gdth.h         u8          type;                   /* type (SCSI, FCAL) */
type              811 drivers/scsi/gdth.h     u16              type;                   /* controller class */
type              213 drivers/scsi/gdth_ioctl.h     u8 type;                                /* controller type */
type              315 drivers/scsi/hisi_sas/hisi_sas.h 				     enum hisi_sas_debugfs_cache_type type,
type              929 drivers/scsi/hisi_sas/hisi_sas_main.c 	sas_phy->type = PHY_TYPE_PHYSICAL;
type             2916 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 				       enum hisi_sas_debugfs_cache_type type,
type             2924 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 	hisi_sas_write32(hisi_hba, TAB_RD_TYPE, type);
type              471 drivers/scsi/hosts.c 	shost->shost_gendev.type = &scsi_host_type;
type              590 drivers/scsi/hosts.c 	return dev->type == &scsi_host_type;
type             7039 drivers/scsi/hpsa.c 			unsigned char type)
type             7092 drivers/scsi/hpsa.c 	cmd->Request.CDB[1] = type;
type             7114 drivers/scsi/hpsa.c 			opcode, type);
type             7122 drivers/scsi/hpsa.c 			opcode, type);
type             7127 drivers/scsi/hpsa.c 		opcode, type);
type              414 drivers/scsi/hptiop.c 	writel(IOP_REQUEST_TYPE_GET_CONFIG, &req->header.type);
type              434 drivers/scsi/hptiop.c 	req->header.type = cpu_to_le32(IOP_REQUEST_TYPE_GET_CONFIG);
type              456 drivers/scsi/hptiop.c 			info->header.type != IOP_REQUEST_TYPE_GET_CONFIG)
type              491 drivers/scsi/hptiop.c 	writel(IOP_REQUEST_TYPE_SET_CONFIG, &req->header.type);
type              511 drivers/scsi/hptiop.c 	req->header.type = cpu_to_le32(IOP_REQUEST_TYPE_SET_CONFIG);
type              534 drivers/scsi/hptiop.c 	req->header.type = cpu_to_le32(IOP_REQUEST_TYPE_SET_CONFIG);
type              723 drivers/scsi/hptiop.c 			req, req->header.type, req->header.result,
type              727 drivers/scsi/hptiop.c 	BUG_ON(req->header.type != cpu_to_le32(IOP_REQUEST_TYPE_SCSI_COMMAND));
type              805 drivers/scsi/hptiop.c 			req, readl(&req->type), readl(&req->result),
type              809 drivers/scsi/hptiop.c 	BUG_ON(readl(&req->type) != IOP_REQUEST_TYPE_IOCTL_COMMAND);
type              935 drivers/scsi/hptiop.c 			(_req->index << 4) | reqhdr->type);
type             1046 drivers/scsi/hptiop.c 	req->header.type = cpu_to_le32(IOP_REQUEST_TYPE_SCSI_COMMAND);
type             1162 drivers/scsi/hptiop.c 	if (sdev->type == TYPE_TAPE)
type              145 drivers/scsi/hptiop.h 	__le32 type;
type              156 drivers/scsi/ibmvscsi/ibmvfc.c 	entry->type = IBMVFC_TRC_START;
type              189 drivers/scsi/ibmvscsi/ibmvfc.c 	entry->type = IBMVFC_TRC_END;
type             1959 drivers/scsi/ibmvscsi/ibmvfc.c static int ibmvfc_reset_device(struct scsi_device *sdev, int type, char *desc)
type             1987 drivers/scsi/ibmvscsi/ibmvfc.c 		tmf->iu.tmf_flags = type;
type             2142 drivers/scsi/ibmvscsi/ibmvfc.c static int ibmvfc_cancel_all(struct scsi_device *sdev, int type)
type             2183 drivers/scsi/ibmvscsi/ibmvfc.c 			type &= ~IBMVFC_TMF_SUPPRESS_ABTS;
type             2185 drivers/scsi/ibmvscsi/ibmvfc.c 			tmf->flags = cpu_to_be32((type | IBMVFC_TMF_LUA_VALID));
type             2187 drivers/scsi/ibmvscsi/ibmvfc.c 			tmf->flags = cpu_to_be32(((type & IBMVFC_TMF_SUPPRESS_ABTS) | IBMVFC_TMF_LUA_VALID));
type             2884 drivers/scsi/ibmvscsi/ibmvfc.c 	if (sdev->type == TYPE_DISK)
type             3301 drivers/scsi/ibmvscsi/ibmvfc.c 			parms->type, parms->flags, parms->service_parms);
type             3303 drivers/scsi/ibmvscsi/ibmvfc.c 		if (parms->type == IBMVFC_SCSI_FCP_TYPE) {
type             3377 drivers/scsi/ibmvscsi/ibmvfc.c 	prli->parms.type = IBMVFC_SCSI_FCP_TYPE;
type              289 drivers/scsi/ibmvscsi/ibmvfc.h 	u8 type;
type              506 drivers/scsi/ibmvscsi/ibmvfc.h 	u8 type;
type             1272 drivers/scsi/ibmvscsi/ibmvscsi.c 	req->common.type = cpu_to_be32(VIOSRP_CAPABILITIES_TYPE);
type             1290 drivers/scsi/ibmvscsi/ibmvscsi.c 		hostdata->caps.reserve.type =
type             1351 drivers/scsi/ibmvscsi/ibmvscsi.c 	fast_fail_mad->common.type = cpu_to_be32(VIOSRP_ENABLE_FAST_FAIL);
type             1431 drivers/scsi/ibmvscsi/ibmvscsi.c 	req->common.type = cpu_to_be32(VIOSRP_ADAPTER_INFO_TYPE);
type             1857 drivers/scsi/ibmvscsi/ibmvscsi.c 	if (sdev->type == TYPE_DISK) {
type              929 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c 	switch (cmd->type) {
type              946 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c 			cmd->type);
type             1288 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c 			cmd->type = UNSET_TYPE;
type             1732 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c 	switch (be32_to_cpu(mad->type)) {
type             2072 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c 	cmd->type = ADAPTER_MAD;
type             2078 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c 		dev_dbg(&vscsi->dev, "mad: type %d\n", be32_to_cpu(mad->type));
type             2421 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c 			cmd->type = TASK_MANAGEMENT;
type             2431 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c 			cmd->type = SCSI_CDB;
type             2861 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c 	switch (cmd->type) {
type             2870 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c 			cmd->type);
type             3114 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c 	if (cmd->type == SCSI_CDB) {
type              169 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.h 	char type;
type              587 drivers/scsi/ipr.c 			 u8 type, u32 add_data)
type              597 drivers/scsi/ipr.c 	trace_entry->type = type;
type              608 drivers/scsi/ipr.c #define ipr_trc_hook(ipr_cmd, type, add_data) do { } while (0)
type             1108 drivers/scsi/ipr.c static void ipr_send_hcam(struct ipr_ioa_cfg *ioa_cfg, u8 type,
type             1125 drivers/scsi/ipr.c 		ioarcb->cmd_pkt.cdb[1] = type;
type             1132 drivers/scsi/ipr.c 		if (type == IPR_HCAM_CDB_OP_CODE_CONFIG_CHANGE)
type             1200 drivers/scsi/ipr.c 		res->type = cfgtew->u.cfgte64->res_type;
type             1210 drivers/scsi/ipr.c 		if (res->type == IPR_RES_TYPE_GENERIC_SCSI) {
type             1223 drivers/scsi/ipr.c 		} else if (res->type == IPR_RES_TYPE_IOAFP) {
type             1226 drivers/scsi/ipr.c 		} else if (res->type == IPR_RES_TYPE_ARRAY) {
type             1231 drivers/scsi/ipr.c 		} else if (res->type == IPR_RES_TYPE_VOLUME_SET) {
type             1246 drivers/scsi/ipr.c 			res->type = IPR_RES_TYPE_IOAFP;
type             1248 drivers/scsi/ipr.c 			res->type = cfgtew->u.cfgte->rsvd_subtype & 0x0f;
type             1348 drivers/scsi/ipr.c 		res->type = cfgtew->u.cfgte64->res_type;
type             1375 drivers/scsi/ipr.c 			res->type = IPR_RES_TYPE_IOAFP;
type             1377 drivers/scsi/ipr.c 			res->type = cfgtew->u.cfgte->rsvd_subtype & 0x0f;
type             1411 drivers/scsi/ipr.c 	else if (res->bus == 0 && res->type == IPR_RES_TYPE_GENERIC_SCSI) {
type             2116 drivers/scsi/ipr.c 	u8 type;
type             2168 drivers/scsi/ipr.c 	u8 type = cfg->type_status & IPR_PATH_CFG_TYPE_MASK;
type             2171 drivers/scsi/ipr.c 	if (type == IPR_PATH_CFG_NOT_EXIST)
type             2175 drivers/scsi/ipr.c 		if (path_type_desc[i].type != type)
type             2182 drivers/scsi/ipr.c 			if (type == IPR_PATH_CFG_IOA_PORT) {
type             2236 drivers/scsi/ipr.c 	u8 type = cfg->type_status & IPR_PATH_CFG_TYPE_MASK;
type             2240 drivers/scsi/ipr.c 	if (type == IPR_PATH_CFG_NOT_EXIST || desc_id != IPR_DESCRIPTOR_SIS64)
type             2244 drivers/scsi/ipr.c 		if (path_type_desc[i].type != type)
type             3059 drivers/scsi/ipr.c 	driver_dump->ioa_type_entry.type = ioa_cfg->type;
type             4636 drivers/scsi/ipr.c 		len = snprintf(buf, PAGE_SIZE, "%x\n", res->type);
type             4941 drivers/scsi/ipr.c 			sdev->type = TYPE_RAID;
type             6719 drivers/scsi/ipr.c 	sprintf(buffer, "IBM %X Storage Adapter", ioa_cfg->type);
type             7196 drivers/scsi/ipr.c 	if ((ioa_cfg->type == 0x5702) && (ioa_cfg->pdev->revision < 4)) {
type             8124 drivers/scsi/ipr.c 	char type[5];
type             8129 drivers/scsi/ipr.c 	memcpy(type, ioa_cfg->vpd_cbs->ioa_vpd.std_inq_data.vpids.product_id, 4);
type             8130 drivers/scsi/ipr.c 	type[4] = '\0';
type             8131 drivers/scsi/ipr.c 	ioa_cfg->type = simple_strtoul((char *)type, NULL, 16);
type             1309 drivers/scsi/ipr.h 	u8 type;
type             1434 drivers/scsi/ipr.h 	u8 type;
type             1498 drivers/scsi/ipr.h 	u16 type; /* CCIN of the card */
type             1701 drivers/scsi/ipr.h 	u32 type;
type             1850 drivers/scsi/ipr.h 	return res->type == IPR_RES_TYPE_IOAFP;
type             1862 drivers/scsi/ipr.h 	return res->type == IPR_RES_TYPE_AF_DASD ||
type             1863 drivers/scsi/ipr.h 		res->type == IPR_RES_TYPE_REMOTE_AF_DASD;
type             1875 drivers/scsi/ipr.h 	return res->type == IPR_RES_TYPE_VOLUME_SET;
type             1887 drivers/scsi/ipr.h 	return res->type == IPR_RES_TYPE_GENERIC_SCSI;
type             1915 drivers/scsi/ipr.h 	return res->type == IPR_RES_TYPE_GENERIC_ATA;
type             1197 drivers/scsi/ips.c 	if (SDptr->tagged_supported && SDptr->type == TYPE_DISK) {
type             1657 drivers/scsi/ips.c 	if (IPS_IS_TROMBONE(ha) && pt->CoppCP.cmd.flashfw.type == IPS_FW_IMAGE) {
type             1668 drivers/scsi/ips.c 	if (pt->CoppCP.cmd.flashfw.type == IPS_BIOS_IMAGE &&
type             1708 drivers/scsi/ips.c 		if (pt->CoppCP.cmd.flashfw.type == IPS_BIOS_IMAGE)
type             1710 drivers/scsi/ips.c 		else if (pt->CoppCP.cmd.flashfw.type == IPS_FW_IMAGE)
type             1725 drivers/scsi/ips.c 	if (pt->CoppCP.cmd.flashfw.type == IPS_BIOS_IMAGE &&
type             1758 drivers/scsi/ips.c 	} else if (pt->CoppCP.cmd.flashfw.type == IPS_BIOS_IMAGE &&
type             1829 drivers/scsi/ips.c 	if (pt->CoppCP.cmd.flashfw.type == IPS_FW_IMAGE &&
type             2338 drivers/scsi/ips.c 		scb->cmd.flashfw.type = 1;
type              564 drivers/scsi/ips.h    uint8_t  type;
type              576 drivers/scsi/ips.h    uint8_t  type;
type             1414 drivers/scsi/isci/phy.c 	iphy->sas_phy.type = PHY_TYPE_PHYSICAL;
type              297 drivers/scsi/isci/request.c static void scu_ssp_ireq_dif_insert(struct isci_request *ireq, u8 type, u8 op)
type              346 drivers/scsi/isci/request.c 	if ((type & SCSI_PROT_DIF_TYPE1) || (type & SCSI_PROT_DIF_TYPE2))
type              348 drivers/scsi/isci/request.c 	else if (type & SCSI_PROT_DIF_TYPE3)
type              352 drivers/scsi/isci/request.c static void scu_ssp_ireq_dif_strip(struct isci_request *ireq, u8 type, u8 op)
type              374 drivers/scsi/isci/request.c 	if ((type & SCSI_PROT_DIF_TYPE1) || (type & SCSI_PROT_DIF_TYPE2))
type              376 drivers/scsi/isci/request.c 	else if (type & SCSI_PROT_DIF_TYPE3)
type              398 drivers/scsi/isci/request.c 	if ((type & SCSI_PROT_DIF_TYPE1) || (type & SCSI_PROT_DIF_TYPE2)) {
type              401 drivers/scsi/isci/request.c 	} else if (type & SCSI_PROT_DIF_TYPE3)
type              432 drivers/scsi/isci/request.c 	task_context->type.ssp.frame_type = SSP_COMMAND;
type              481 drivers/scsi/isci/request.c 	task_context->type.ssp.frame_type          = SSP_TASK;
type              537 drivers/scsi/isci/request.c 	task_context->type.words[0] = *(u32 *)&ireq->stp.cmd;
type              570 drivers/scsi/isci/request.c 	task_context->type.stp.fis_type     = FIS_REGH2D;
type              801 drivers/scsi/isci/request.c 				(SCU_TASK_CONTEXT_SRAM + offsetof(struct scu_task_context, type.ssp.data_offset)) +
type              828 drivers/scsi/isci/request.c 		tc->type.ssp.tag = ireq->io_tag;
type              829 drivers/scsi/isci/request.c 		tc->type.ssp.target_port_transfer_tag = 0xFFFF;
type             1344 drivers/scsi/isci/request.c 	task_context->type.stp.fis_type = FIS_DATA;
type             1661 drivers/scsi/isci/request.c 	memset(&(task_context->type.stp), 0, sizeof(struct stp_task_context));
type             1662 drivers/scsi/isci/request.c 	task_context->type.stp.fis_type = FIS_DATA;
type             1685 drivers/scsi/isci/request.c 	memset(&task_context->type.stp, 0, sizeof(task_context->type.stp));
type             1686 drivers/scsi/isci/request.c 	task_context->type.stp.fis_type = FIS_DATA;
type             3177 drivers/scsi/isci/request.c 		ireq->tc->type.stp.ncq_tag = qc->tag;
type             3277 drivers/scsi/isci/request.c 	memcpy(&task_context->type.smp, &cmd, sizeof(u32));
type              200 drivers/scsi/isci/sas.h 	u8 type;		/* byte 0 */
type               74 drivers/scsi/isci/scu_completion_codes.h #define SCU_COMPLETION_TYPE(type) \
type               75 drivers/scsi/isci/scu_completion_codes.h 	((u32)(type) << SCU_COMPLETION_TYPE_SHIFT)
type               79 drivers/scsi/isci/scu_event_codes.h #define SCU_EVENT_TYPE(type) \
type               80 drivers/scsi/isci/scu_event_codes.h 	((u32)(type) << SCU_EVENT_TYPE_CODE_SHIFT)
type               96 drivers/scsi/isci/scu_event_codes.h #define SCU_EVENT_MESSAGE(type, code) \
type               97 drivers/scsi/isci/scu_event_codes.h 	((type) | SCU_EVENT_SPECIFIC(code))
type              218 drivers/scsi/isci/scu_task_context.h #define MAKE_SCU_CONTEXT_COMMAND_TYPE(type) \
type              219 drivers/scsi/isci/scu_task_context.h 	((u32)(type) << SCU_CONTEXT_COMMAND_REQUEST_TYPE_SHIFT)
type              233 drivers/scsi/isci/scu_task_context.h #define MAKE_SCU_CONTEXT_COMMAND_REQUEST(type, command)	\
type              234 drivers/scsi/isci/scu_task_context.h 	((type) | ((command) << SCU_CONTEXT_COMMAND_REQUEST_SUBTYPE_SHIFT))
type              790 drivers/scsi/isci/scu_task_context.h 	union protocol_context type;
type               25 drivers/scsi/iscsi_boot_sysfs.c 	int type;
type               26 drivers/scsi/iscsi_boot_sysfs.c 	ssize_t (*show) (void *data, int type, char *buf);
type               46 drivers/scsi/iscsi_boot_sysfs.c 		ret = boot_kobj->show(boot_kobj->data, boot_attr->type, str);
type               72 drivers/scsi/iscsi_boot_sysfs.c 	.type	= attr_type,						\
type               81 drivers/scsi/iscsi_boot_sysfs.c iscsi_boot_rd_attr(tgt_chap, chap-type, ISCSI_BOOT_TGT_CHAP_TYPE);
type              341 drivers/scsi/iscsi_boot_sysfs.c 		       ssize_t (*show) (void *data, int type, char *buf),
type              342 drivers/scsi/iscsi_boot_sysfs.c 		       umode_t (*is_visible) (void *data, int type),
type              404 drivers/scsi/iscsi_boot_sysfs.c 			 ssize_t (*show) (void *data, int type, char *buf),
type              405 drivers/scsi/iscsi_boot_sysfs.c 			 umode_t (*is_visible) (void *data, int type),
type              429 drivers/scsi/iscsi_boot_sysfs.c 			    ssize_t (*show) (void *data, int type, char *buf),
type              430 drivers/scsi/iscsi_boot_sysfs.c 			    umode_t (*is_visible) (void *data, int type),
type              455 drivers/scsi/iscsi_boot_sysfs.c 			   ssize_t (*show) (void *data, int type, char *buf),
type              456 drivers/scsi/iscsi_boot_sysfs.c 			   umode_t (*is_visible) (void *data, int type),
type              481 drivers/scsi/iscsi_boot_sysfs.c 			   ssize_t (*show)(void *data, int type, char *buf),
type              482 drivers/scsi/iscsi_boot_sysfs.c 			   umode_t (*is_visible)(void *data, int type),
type              229 drivers/scsi/libfc/fc_libfc.c void fc_fc4_conf_lport_params(struct fc_lport *lport, enum fc_fh_type type)
type              232 drivers/scsi/libfc/fc_libfc.c 	BUG_ON(type >= FC_FC4_PROV_SIZE);
type              234 drivers/scsi/libfc/fc_libfc.c 	prov_entry = fc_passive_prov[type];
type              235 drivers/scsi/libfc/fc_libfc.c 	if (type == FC_TYPE_FCP) {
type              259 drivers/scsi/libfc/fc_libfc.c int fc_fc4_register_provider(enum fc_fh_type type, struct fc4_prov *prov)
type              264 drivers/scsi/libfc/fc_libfc.c 	if (type >= FC_FC4_PROV_SIZE)
type              267 drivers/scsi/libfc/fc_libfc.c 	prov_entry = (prov->recv ? fc_passive_prov : fc_active_prov) + type;
type              282 drivers/scsi/libfc/fc_libfc.c void fc_fc4_deregister_provider(enum fc_fh_type type, struct fc4_prov *prov)
type              284 drivers/scsi/libfc/fc_libfc.c 	BUG_ON(type >= FC_FC4_PROV_SIZE);
type              287 drivers/scsi/libfc/fc_libfc.c 		RCU_INIT_POINTER(fc_passive_prov[type], NULL);
type              289 drivers/scsi/libfc/fc_libfc.c 		RCU_INIT_POINTER(fc_active_prov[type], NULL);
type              381 drivers/scsi/libfc/fc_lport.c static void fc_lport_add_fc4_type(struct fc_lport *lport, enum fc_fh_type type)
type              385 drivers/scsi/libfc/fc_lport.c 	mp = &lport->fcts.ff_type_map[type / FC_NS_BPW];
type              386 drivers/scsi/libfc/fc_lport.c 	*mp = htonl(ntohl(*mp) | 1UL << (type % FC_NS_BPW));
type              268 drivers/scsi/libfc/fc_rport.c 	u8 type;
type              326 drivers/scsi/libfc/fc_rport.c 			for (type = 1; type < FC_FC4_PROV_SIZE; type++) {
type              327 drivers/scsi/libfc/fc_rport.c 				prov = fc_passive_prov[type];
type              207 drivers/scsi/libsas/sas_expander.c 	char *type;
type              294 drivers/scsi/libsas/sas_expander.c 		type = "stp pending";
type              297 drivers/scsi/libsas/sas_expander.c 		type = "no device";
type              302 drivers/scsi/libsas/sas_expander.c 				type = "host+target";
type              304 drivers/scsi/libsas/sas_expander.c 				type = "host";
type              307 drivers/scsi/libsas/sas_expander.c 				type = "stp";
type              309 drivers/scsi/libsas/sas_expander.c 				type = "ssp";
type              314 drivers/scsi/libsas/sas_expander.c 		type = "smp";
type              317 drivers/scsi/libsas/sas_expander.c 		type = "unknown";
type              341 drivers/scsi/libsas/sas_expander.c 		 SAS_ADDR(phy->attached_sas_addr), type);
type             1720 drivers/scsi/libsas/sas_expander.c 				    u8 *sas_addr, enum sas_device_type *type)
type             1735 drivers/scsi/libsas/sas_expander.c 		*type = to_dev_type(dr);
type             1736 drivers/scsi/libsas/sas_expander.c 		if (*type == 0)
type             1999 drivers/scsi/libsas/sas_expander.c 	enum sas_device_type type = SAS_PHY_UNUSED;
type             2011 drivers/scsi/libsas/sas_expander.c 	res = sas_get_phy_attached_dev(dev, phy_id, sas_addr, &type);
type             2039 drivers/scsi/libsas/sas_expander.c 		   dev_type_flutter(type, phy->attached_dev_type)) {
type             1213 drivers/scsi/lpfc/lpfc_attr.c lpfc_do_offline(struct lpfc_hba *phba, uint32_t type)
type             1277 drivers/scsi/lpfc/lpfc_attr.c 	rc = lpfc_workq_post_event(phba, &status, &online_compl, type);
type              103 drivers/scsi/lpfc/lpfc_bsg.c 	uint32_t type;
type              115 drivers/scsi/lpfc/lpfc_bsg.c 	uint32_t type;
type              500 drivers/scsi/lpfc/lpfc_bsg.c 	dd_data->type = TYPE_IOCB;
type              738 drivers/scsi/lpfc/lpfc_bsg.c 	dd_data->type = TYPE_IOCB;
type             1122 drivers/scsi/lpfc/lpfc_bsg.c 		evt_dat->type = FC_REG_CT_EVENT;
type             1260 drivers/scsi/lpfc/lpfc_bsg.c 		dd_data->type = TYPE_EVT;
type             1348 drivers/scsi/lpfc/lpfc_bsg.c 	event_reply->type = evt_dat->type;
type             1580 drivers/scsi/lpfc/lpfc_bsg.c 	dd_data->type = TYPE_IOCB;
type             1825 drivers/scsi/lpfc/lpfc_bsg.c 	link_flags = loopback_mode->type;
type             2085 drivers/scsi/lpfc/lpfc_bsg.c 	link_flags = loopback_mode->type;
type             4036 drivers/scsi/lpfc/lpfc_bsg.c 	dd_data->type = TYPE_MBOX;
type             4207 drivers/scsi/lpfc/lpfc_bsg.c 		dd_data->type = TYPE_MBOX;
type             4553 drivers/scsi/lpfc/lpfc_bsg.c 		dd_data->type = TYPE_MBOX;
type             4899 drivers/scsi/lpfc/lpfc_bsg.c 			(pmb->un.varDmp.type != DMP_WELL_KNOWN)) {
type             4968 drivers/scsi/lpfc/lpfc_bsg.c 	dd_data->type = TYPE_MBOX;
type             5310 drivers/scsi/lpfc/lpfc_bsg.c 	dd_data->type = TYPE_MENLO;
type             5911 drivers/scsi/lpfc/lpfc_bsg.c 	switch (dd_data->type) {
type               62 drivers/scsi/lpfc/lpfc_bsg.h 	uint32_t type;
type               77 drivers/scsi/lpfc/lpfc_bsg.h 	uint32_t type;
type              671 drivers/scsi/lpfc/lpfc_ct.c 	int rc, type;
type              740 drivers/scsi/lpfc/lpfc_ct.c 			type = lpfc_get_gidft_type(vport, cmdiocb);
type              741 drivers/scsi/lpfc/lpfc_ct.c 			if (type == 0)
type              747 drivers/scsi/lpfc/lpfc_ct.c 					 vport->fc_ns_retry, type);
type             1539 drivers/scsi/lpfc/lpfc_ct.c 	uint32_t type;
type             1545 drivers/scsi/lpfc/lpfc_ct.c 	type = (uint32_t)CtReq->un.gid.Fc4Type;
type             1546 drivers/scsi/lpfc/lpfc_ct.c 	if ((type != SLI_CTPT_FCP) && (type != SLI_CTPT_NVME))
type             1548 drivers/scsi/lpfc/lpfc_ct.c 	return type;
type              394 drivers/scsi/lpfc/lpfc_debugfs.h 		q->queue_id, q->type, q->subtype,
type             5365 drivers/scsi/lpfc/lpfc_els.c 	uint32_t type;
type             5369 drivers/scsi/lpfc/lpfc_els.c 	type = VN_PT_PHY_PF_PORT << VN_PT_PHY_SHIFT;
type             5371 drivers/scsi/lpfc/lpfc_els.c 	desc->info.port_type = cpu_to_be32(type);
type             6022 drivers/scsi/lpfc/lpfc_els.c 	lcb_res->lcb_type = lcb_context->type;
type             6200 drivers/scsi/lpfc/lpfc_els.c 	lcb_context->type = beacon->lcb_type;
type             3009 drivers/scsi/lpfc/lpfc_hw.h 	uint32_t type:4;
type             3013 drivers/scsi/lpfc/lpfc_hw.h 	uint32_t type:4;
type             3066 drivers/scsi/lpfc/lpfc_hw.h 	uint8_t  type;
type             3080 drivers/scsi/lpfc/lpfc_hw.h 	uint8_t  type;
type             3089 drivers/scsi/lpfc/lpfc_hw.h 	uint32_t type:8;
type             3103 drivers/scsi/lpfc/lpfc_hw.h 	uint32_t type:8;
type             3428 drivers/scsi/lpfc/lpfc_hw.h 	uint32_t type:8;
type             3439 drivers/scsi/lpfc/lpfc_hw.h 	uint32_t type:8;
type             3894 drivers/scsi/lpfc/lpfc_hw.h 	uint32_t type:8;
type             3910 drivers/scsi/lpfc/lpfc_hw.h 	uint32_t type:8;
type             4923 drivers/scsi/lpfc/lpfc_init.c 	phba->sli4_hba.link_state.type =
type             4939 drivers/scsi/lpfc/lpfc_init.c 			phba->sli4_hba.link_state.type,
type             5162 drivers/scsi/lpfc/lpfc_init.c 	phba->sli4_hba.link_state.type =
type             5183 drivers/scsi/lpfc/lpfc_init.c 			phba->sli4_hba.link_state.type,
type               70 drivers/scsi/lpfc/lpfc_mbox.c 	mb->un.varDmp.type = DMP_NV_PARAMS;
type              148 drivers/scsi/lpfc/lpfc_mbox.c 	mb->un.varDmp.type = DMP_NV_PARAMS;
type              182 drivers/scsi/lpfc/lpfc_mbox.c 	mb->un.varDmp.type = DMP_NV_PARAMS;
type             1249 drivers/scsi/lpfc/lpfc_mbox.c 		mb->un.varCfgRing.rrRegs[i].tval = pring->prt[i].type;
type             1321 drivers/scsi/lpfc/lpfc_mbox.c 	phba->pcb->type = TYPE_NATIVE_SLI2;
type             2294 drivers/scsi/lpfc/lpfc_mbox.c 	mb->un.varDmp.type = DMP_NV_PARAMS;
type               28 drivers/scsi/lpfc/lpfc_scsi.h #define list_remove_head(list, entry, type, member)		\
type               32 drivers/scsi/lpfc/lpfc_scsi.h 		entry = list_entry((list)->next, type, member);	\
type               37 drivers/scsi/lpfc/lpfc_scsi.h #define list_get_first(list, type, member)			\
type               39 drivers/scsi/lpfc/lpfc_scsi.h 	list_entry((list)->next, type, member)
type              671 drivers/scsi/lpfc/lpfc_sli.c 	if (hq->type != LPFC_HRQ || dq->type != LPFC_DRQ)
type              724 drivers/scsi/lpfc/lpfc_sli.c 	if ((hq->type != LPFC_HRQ) || (dq->type != LPFC_DRQ))
type             1427 drivers/scsi/lpfc/lpfc_sli.c 	lpfc_iocb_type type = LPFC_UNKNOWN_IOCB;
type             1478 drivers/scsi/lpfc/lpfc_sli.c 		type = LPFC_SOL_IOCB;
type             1487 drivers/scsi/lpfc/lpfc_sli.c 		type = LPFC_ABORT_IOCB;
type             1498 drivers/scsi/lpfc/lpfc_sli.c 		type = LPFC_UNSOL_IOCB;
type             1514 drivers/scsi/lpfc/lpfc_sli.c 		type = LPFC_UNKNOWN_IOCB;
type             1517 drivers/scsi/lpfc/lpfc_sli.c 		type = LPFC_UNKNOWN_IOCB;
type             1521 drivers/scsi/lpfc/lpfc_sli.c 	return type;
type             2812 drivers/scsi/lpfc/lpfc_sli.c 		    (pring->prt[i].type == fch_type)) {
type             3358 drivers/scsi/lpfc/lpfc_sli.c 	lpfc_iocb_type type;
type             3401 drivers/scsi/lpfc/lpfc_sli.c 		type = lpfc_sli_iocb_cmd_type(irsp->ulpCommand & CMD_IOCB_MASK);
type             3433 drivers/scsi/lpfc/lpfc_sli.c 		switch (type) {
type             3483 drivers/scsi/lpfc/lpfc_sli.c 						type, irsp->ulpCommand,
type             3556 drivers/scsi/lpfc/lpfc_sli.c 	lpfc_iocb_type type;
type             3628 drivers/scsi/lpfc/lpfc_sli.c 		type = lpfc_sli_iocb_cmd_type(iocb_cmd_type);
type             3629 drivers/scsi/lpfc/lpfc_sli.c 		switch (type) {
type             5602 drivers/scsi/lpfc/lpfc_sli.c lpfc_sli4_get_avail_extnt_rsrc(struct lpfc_hba *phba, uint16_t type,
type             5623 drivers/scsi/lpfc/lpfc_sli.c 	rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, 0, type,
type             5662 drivers/scsi/lpfc/lpfc_sli.c 			"size:%d\n", type, *extnt_count, *extnt_size);
type             5685 drivers/scsi/lpfc/lpfc_sli.c lpfc_sli4_chk_avail_extnt_rsrc(struct lpfc_hba *phba, uint16_t type)
type             5695 drivers/scsi/lpfc/lpfc_sli.c 	rc = lpfc_sli4_get_avail_extnt_rsrc(phba, type,
type             5701 drivers/scsi/lpfc/lpfc_sli.c 	switch (type) {
type             5749 drivers/scsi/lpfc/lpfc_sli.c 			  uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox)
type             5788 drivers/scsi/lpfc/lpfc_sli.c 	rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb);
type             5813 drivers/scsi/lpfc/lpfc_sli.c lpfc_sli4_alloc_extent(struct lpfc_hba *phba, uint16_t type)
type             5831 drivers/scsi/lpfc/lpfc_sli.c 	rc = lpfc_sli4_get_avail_extnt_rsrc(phba, type,
type             5841 drivers/scsi/lpfc/lpfc_sli.c 			"Size 0x%x\n", type, rsrc_cnt,
type             5848 drivers/scsi/lpfc/lpfc_sli.c 			"count:%d, size %d\n", type, rsrc_cnt, rsrc_size);
type             5854 drivers/scsi/lpfc/lpfc_sli.c 	rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox);
type             5885 drivers/scsi/lpfc/lpfc_sli.c 	switch (type) {
type             6014 drivers/scsi/lpfc/lpfc_sli.c 		if ((type == LPFC_RSC_TYPE_FCOE_XRI) && (j == 0)) {
type             6045 drivers/scsi/lpfc/lpfc_sli.c lpfc_sli4_dealloc_extent(struct lpfc_hba *phba, uint16_t type)
type             6069 drivers/scsi/lpfc/lpfc_sli.c 	rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, 0, type,
type             6093 drivers/scsi/lpfc/lpfc_sli.c 				type,
type             6103 drivers/scsi/lpfc/lpfc_sli.c 	switch (type) {
type             6757 drivers/scsi/lpfc/lpfc_sli.c lpfc_sli4_get_allocated_extnts(struct lpfc_hba *phba, uint16_t type,
type             6773 drivers/scsi/lpfc/lpfc_sli.c 	switch (type) {
type             6841 drivers/scsi/lpfc/lpfc_sli.c 	rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, curr_blks, type, emb);
type             6880 drivers/scsi/lpfc/lpfc_sli.c 			type,
type             10132 drivers/scsi/lpfc/lpfc_sli.c 	pring->prt[0].type = phba->cfg_multi_ring_type;
type             10324 drivers/scsi/lpfc/lpfc_sli.c 	pring->prt[0].type = FC_TYPE_ELS;
type             10329 drivers/scsi/lpfc/lpfc_sli.c 	pring->prt[1].type = FC_TYPE_ELS;
type             10336 drivers/scsi/lpfc/lpfc_sli.c 	pring->prt[2].type = FC_TYPE_CT;
type             10343 drivers/scsi/lpfc/lpfc_sli.c 	pring->prt[3].type = FC_TYPE_CT;
type             10432 drivers/scsi/lpfc/lpfc_sli.c 			pring->prt[0].type = FC_TYPE_ELS;
type             10437 drivers/scsi/lpfc/lpfc_sli.c 			pring->prt[1].type = FC_TYPE_ELS;
type             10444 drivers/scsi/lpfc/lpfc_sli.c 			pring->prt[2].type = FC_TYPE_CT;
type             10451 drivers/scsi/lpfc/lpfc_sli.c 			pring->prt[3].type = FC_TYPE_CT;
type             13672 drivers/scsi/lpfc/lpfc_sli.c 	switch (cq->type) {
type             13691 drivers/scsi/lpfc/lpfc_sli.c 				cq->type);
type             14846 drivers/scsi/lpfc/lpfc_sli.c 	eq->type = LPFC_EQ;
type             14882 drivers/scsi/lpfc/lpfc_sli.c 	       struct lpfc_queue *eq, uint32_t type, uint32_t subtype)
type             14987 drivers/scsi/lpfc/lpfc_sli.c 	cq->type = type;
type             15027 drivers/scsi/lpfc/lpfc_sli.c 		   struct lpfc_sli4_hdw_queue *hdwq, uint32_t type,
type             15200 drivers/scsi/lpfc/lpfc_sli.c 		cq->type = type;
type             15454 drivers/scsi/lpfc/lpfc_sli.c 	mq->type = LPFC_MQ;
type             15719 drivers/scsi/lpfc/lpfc_sli.c 	wq->type = LPFC_WQ;
type             15913 drivers/scsi/lpfc/lpfc_sli.c 	hrq->type = LPFC_HRQ;
type             16006 drivers/scsi/lpfc/lpfc_sli.c 	drq->type = LPFC_DRQ;
type             16164 drivers/scsi/lpfc/lpfc_sli.c 		hrq->type = LPFC_HRQ;
type             16173 drivers/scsi/lpfc/lpfc_sli.c 		drq->type = LPFC_DRQ;
type              181 drivers/scsi/lpfc/lpfc_sli.h 	uint8_t type;	/* rctl / type pair configured for ring */
type              154 drivers/scsi/lpfc/lpfc_sli4.h 	enum lpfc_sli4_queue_type type;
type              268 drivers/scsi/lpfc/lpfc_sli4.h 	uint8_t type;
type              343 drivers/scsi/lpfc/lpfc_sli4.h 	uint8_t type;
type              366 drivers/scsi/lpfc/lpfc_sli4.h 	uint8_t type;
type              993 drivers/scsi/lpfc/lpfc_sli4.h 	uint8_t  type;
type             1030 drivers/scsi/lpfc/lpfc_sli4.h 			struct lpfc_sli4_hdw_queue *hdwq, uint32_t type,
type              435 drivers/scsi/megaraid.h 	u8	type;		/* Type of the device */
type              688 drivers/scsi/megaraid/mbox_defs.h 	uint8_t		type;
type              483 drivers/scsi/megaraid/megaraid_sas.h 			 u16	 type;
type              490 drivers/scsi/megaraid/megaraid_sas.h 	 u32	 type;
type             1425 drivers/scsi/megaraid/megaraid_sas_base.c 	if (scp->device->type == TYPE_TAPE) {
type             2041 drivers/scsi/megaraid/megaraid_sas_base.c 		if (!MEGASAS_IS_LOGICAL(sdev) && sdev->type == TYPE_DISK) {
type             2902 drivers/scsi/megaraid/megaraid_sas_fusion.c 			rctx->type = MPI2_TYPE_CUDA;
type             2961 drivers/scsi/megaraid/megaraid_sas_fusion.c 			rctx->type = MPI2_TYPE_CUDA;
type             3133 drivers/scsi/megaraid/megaraid_sas_fusion.c 				pRAID_Context->type = MPI2_TYPE_CUDA;
type             3189 drivers/scsi/megaraid/megaraid_sas_fusion.c 		timeout_limit = (scmd->device->type == TYPE_DISK) ?
type             3233 drivers/scsi/megaraid/megaraid_sas_fusion.c 	io_request->RaidContext.raid_context.type = 0;
type             4412 drivers/scsi/megaraid/megaraid_sas_fusion.c 	uint channel, uint id, u16 smid_task, u8 type,
type             4454 drivers/scsi/megaraid/megaraid_sas_fusion.c 	mpi_request->TaskType = type;
type             4476 drivers/scsi/megaraid/megaraid_sas_fusion.c 	switch (type) {
type             4489 drivers/scsi/megaraid/megaraid_sas_fusion.c 			"task mgmt type 0x%x timed out\n", type);
type             4501 drivers/scsi/megaraid/megaraid_sas_fusion.c 	switch (type) {
type              106 drivers/scsi/megaraid/megaraid_sas_fusion.h 	u8 type:4;
type              108 drivers/scsi/megaraid/megaraid_sas_fusion.h 	u8 type:4;
type             1856 drivers/scsi/mesh.c 	switch (mdev->bus->chip->type) {
type             2030 drivers/scsi/mesh.c 	.type		= "scsi",
type             6659 drivers/scsi/mpt3sas/mpt3sas_base.c _base_make_ioc_ready(struct MPT3SAS_ADAPTER *ioc, enum reset_type type)
type             6704 drivers/scsi/mpt3sas/mpt3sas_base.c 	if (type == FORCE_BIG_HAMMER)
type             7432 drivers/scsi/mpt3sas/mpt3sas_base.c 	enum reset_type type)
type             7469 drivers/scsi/mpt3sas/mpt3sas_base.c 	r = _base_make_ioc_ready(ioc, type);
type             1490 drivers/scsi/mpt3sas/mpt3sas_base.h 	enum reset_type type);
type             1562 drivers/scsi/mpt3sas/mpt3sas_base.h 	u8 type, u16 smid_task, u16 msix_task, u8 timeout, u8 tr_method);
type             1564 drivers/scsi/mpt3sas/mpt3sas_base.h 	u64 lun, u8 type, u16 smid_task, u16 msix_task,
type             2204 drivers/scsi/mpt3sas/mpt3sas_scsih.c 	if (sdev->type != TYPE_TAPE)
type             2669 drivers/scsi/mpt3sas/mpt3sas_scsih.c 	u8 type, u16 smid_task, u16 msix_task, u8 timeout, u8 tr_method)
type             2712 drivers/scsi/mpt3sas/mpt3sas_scsih.c 			   handle, type, smid_task, timeout, tr_method));
type             2720 drivers/scsi/mpt3sas/mpt3sas_scsih.c 	mpi_request->TaskType = type;
type             2766 drivers/scsi/mpt3sas/mpt3sas_scsih.c 		u64 lun, u8 type, u16 smid_task, u16 msix_task,
type             2772 drivers/scsi/mpt3sas/mpt3sas_scsih.c 	ret = mpt3sas_scsih_issue_tm(ioc, handle, lun, type, smid_task,
type              480 drivers/scsi/mvsas/mv_64xx.c static void mvs_64xx_issue_stop(struct mvs_info *mvi, enum mvs_port_type type,
type              486 drivers/scsi/mvsas/mv_64xx.c 	if (type == PORT_TYPE_SATA) {
type              699 drivers/scsi/mvsas/mv_94xx.c static void mvs_94xx_issue_stop(struct mvs_info *mvi, enum mvs_port_type type,
type               86 drivers/scsi/mvsas/mv_init.c 	sas_phy->type = PHY_TYPE_PHYSICAL;
type             1657 drivers/scsi/mvsas/mv_sas.c 	enum mvs_port_type type = PORT_TYPE_SAS;
type             1660 drivers/scsi/mvsas/mv_sas.c 		MVS_CHIP_DISP->issue_stop(mvi, type, tfs);
type              119 drivers/scsi/mvsas/mv_sas.h 	void (*issue_stop)(struct mvs_info *mvi, enum mvs_port_type type,
type              107 drivers/scsi/mvumi.c 				enum resource_type type, unsigned int size)
type              117 drivers/scsi/mvumi.c 	switch (type) {
type              143 drivers/scsi/mvumi.c 		dev_err(&mhba->pdev->dev, "unknown resource type %d.\n", type);
type              148 drivers/scsi/mvumi.c 	res->type = type;
type              161 drivers/scsi/mvumi.c 		switch (res->type) {
type              171 drivers/scsi/mvumi.c 				"unknown resource type %d\n", res->type);
type              216 drivers/scsi/mvumi.h 	unsigned short type;	/* enum Resource_Type */
type             1323 drivers/scsi/myrs.c 	enum myrs_cpu_type type;
type             1350 drivers/scsi/myrs.c 			if (tbl[i].type == info->cpu[0].cpu_type) {
type             1359 drivers/scsi/myrs.c 			if (tbl[i].type == info->cpu[1].cpu_type) {
type             1899 drivers/scsi/myrs.c 		if (sdev->type == TYPE_RAID)
type             8578 drivers/scsi/ncr53c8xx.c 	enum spi_signal_type type;
type             8582 drivers/scsi/ncr53c8xx.c 		type = SPI_SIGNAL_SE;
type             8585 drivers/scsi/ncr53c8xx.c 		type = SPI_SIGNAL_HVD;
type             8588 drivers/scsi/ncr53c8xx.c 		type = SPI_SIGNAL_UNKNOWN;
type             8591 drivers/scsi/ncr53c8xx.c 	spi_signalling(shost) = type;
type              280 drivers/scsi/nsp32.c # define nsp32_msg(type, args...)     nsp32_message ("", 0, (type), args)
type              284 drivers/scsi/nsp32.c # define nsp32_msg(type, args...) \
type              285 drivers/scsi/nsp32.c 	nsp32_message (__func__, __LINE__, (type), args)
type              312 drivers/scsi/nsp32.c static void nsp32_message(const char *func, int line, char *type, char *fmt, ...)
type              322 drivers/scsi/nsp32.c 	printk("%snsp32: %s\n", type, buf);
type              324 drivers/scsi/nsp32.c 	printk("%snsp32: %s (%d): %s\n", type, func, line, buf);
type              101 drivers/scsi/pcmcia/nsp_cs.c # define nsp_msg(type, args...) nsp_cs_message("", 0, (type), args)
type              105 drivers/scsi/pcmcia/nsp_cs.c # define nsp_msg(type, args...) \
type              106 drivers/scsi/pcmcia/nsp_cs.c 	nsp_cs_message (__func__, __LINE__, (type), args)
type              139 drivers/scsi/pcmcia/nsp_cs.c static void nsp_cs_message(const char *func, int line, char *type, char *fmt, ...)
type              149 drivers/scsi/pcmcia/nsp_cs.c 	printk("%snsp_cs: %s\n", type, buf);
type              151 drivers/scsi/pcmcia/nsp_cs.c 	printk("%snsp_cs: %s (%d): %s\n", type, func, line, buf);
type              129 drivers/scsi/pm8001/pm8001_init.c 	sas_phy->type = PHY_TYPE_PHYSICAL;
type              219 drivers/scsi/pmcraid.c 	    scsi_dev->type != TYPE_ENCLOSURE)
type             1124 drivers/scsi/pmcraid.c 	u8 type
type             1142 drivers/scsi/pmcraid.c 	if (type == PMCRAID_HCAM_CODE_CONFIG_CHANGE) {
type             1168 drivers/scsi/pmcraid.c 	ioarcb->cdb[1] = type;
type             1192 drivers/scsi/pmcraid.c static void pmcraid_send_hcam(struct pmcraid_instance *pinstance, u8 type)
type             1194 drivers/scsi/pmcraid.c 	struct pmcraid_cmd *cmd = pmcraid_init_hcam(pinstance, type);
type             1239 drivers/scsi/pmcraid.c 	u8 type,
type             1247 drivers/scsi/pmcraid.c 	hcam =  (type == PMCRAID_HCAM_CODE_LOG_DATA) ?
type              730 drivers/scsi/qedf/qedf_io.c 	task_fc_hdr.type = fc_hdr->fh_type;
type             1341 drivers/scsi/qedi/qedi_fw.c 						 ((qedi_cmd->type == TYPEIO) &&
type             1400 drivers/scsi/qedi/qedi_fw.c 	qedi_cmd->type = TYPEIO;
type              199 drivers/scsi/qedi/qedi_iscsi.h 	int type;
type             1976 drivers/scsi/qedi/qedi_main.c static ssize_t qedi_show_boot_eth_info(void *data, int type, char *buf)
type             2011 drivers/scsi/qedi/qedi_main.c 	switch (type) {
type             2048 drivers/scsi/qedi/qedi_main.c static umode_t qedi_eth_get_attr_visibility(void *data, int type)
type             2052 drivers/scsi/qedi/qedi_main.c 	switch (type) {
type             2070 drivers/scsi/qedi/qedi_main.c static ssize_t qedi_show_boot_ini_info(void *data, int type, char *buf)
type             2083 drivers/scsi/qedi/qedi_main.c 	switch (type) {
type             2095 drivers/scsi/qedi/qedi_main.c static umode_t qedi_ini_get_attr_visibility(void *data, int type)
type             2099 drivers/scsi/qedi/qedi_main.c 	switch (type) {
type             2111 drivers/scsi/qedi/qedi_main.c qedi_show_boot_tgt_info(struct qedi_ctx *qedi, int type,
type             2150 drivers/scsi/qedi/qedi_main.c 	switch (type) {
type             2204 drivers/scsi/qedi/qedi_main.c static ssize_t qedi_show_boot_tgt_pri_info(void *data, int type, char *buf)
type             2208 drivers/scsi/qedi/qedi_main.c 	return qedi_show_boot_tgt_info(qedi, type, buf, QEDI_NVM_TGT_PRI);
type             2211 drivers/scsi/qedi/qedi_main.c static ssize_t qedi_show_boot_tgt_sec_info(void *data, int type, char *buf)
type             2215 drivers/scsi/qedi/qedi_main.c 	return qedi_show_boot_tgt_info(qedi, type, buf, QEDI_NVM_TGT_SEC);
type             2218 drivers/scsi/qedi/qedi_main.c static umode_t qedi_tgt_get_attr_visibility(void *data, int type)
type             2222 drivers/scsi/qedi/qedi_main.c 	switch (type) {
type             2702 drivers/scsi/qla1280.c qla1280_marker(struct scsi_qla_host *ha, int bus, int id, int lun, u8 type)
type             2713 drivers/scsi/qla1280.c 		pkt->modifier = type;
type              672 drivers/scsi/qla2xxx/qla_attr.c 	int type;
type              679 drivers/scsi/qla2xxx/qla_attr.c 	type = simple_strtol(buf, NULL, 10);
type              680 drivers/scsi/qla2xxx/qla_attr.c 	switch (type) {
type              806 drivers/scsi/qla2xxx/qla_attr.c 	int type;
type              818 drivers/scsi/qla2xxx/qla_attr.c 	type = simple_strtol(buf, NULL, 10);
type              820 drivers/scsi/qla2xxx/qla_attr.c 	did.b.domain = (type & 0x00ff0000) >> 16;
type              821 drivers/scsi/qla2xxx/qla_attr.c 	did.b.area = (type & 0x0000ff00) >> 8;
type              822 drivers/scsi/qla2xxx/qla_attr.c 	did.b.al_pa = (type & 0x000000ff);
type              827 drivers/scsi/qla2xxx/qla_attr.c 	ql_log(ql_log_info, vha, 0x70e4, "%s: %d\n", __func__, type);
type              966 drivers/scsi/qla2xxx/qla_attr.c 	int type;
type              989 drivers/scsi/qla2xxx/qla_attr.c 		if (iter->type && !IS_FWI2_CAPABLE(vha->hw))
type              991 drivers/scsi/qla2xxx/qla_attr.c 		if (iter->type == 2 && !IS_QLA25XX(vha->hw))
type              993 drivers/scsi/qla2xxx/qla_attr.c 		if (iter->type == 3 && !(IS_CNA_CAPABLE(vha->hw)))
type             1017 drivers/scsi/qla2xxx/qla_attr.c 		if (iter->type && !IS_FWI2_CAPABLE(ha))
type             1019 drivers/scsi/qla2xxx/qla_attr.c 		if (iter->type == 2 && !IS_QLA25XX(ha))
type             1021 drivers/scsi/qla2xxx/qla_attr.c 		if (iter->type == 3 && !(IS_CNA_CAPABLE(ha)))
type             1023 drivers/scsi/qla2xxx/qla_attr.c 		if (iter->type == 0x27 &&
type             1701 drivers/scsi/qla2xxx/qla_attr.c 	ulong type, speed;
type             1712 drivers/scsi/qla2xxx/qla_attr.c 	rval = kstrtol(buf, 10, &type);
type             1715 drivers/scsi/qla2xxx/qla_attr.c 	speed = type;
type             1716 drivers/scsi/qla2xxx/qla_attr.c 	if (type == 40 || type == 80 || type == 160 ||
type             1717 drivers/scsi/qla2xxx/qla_attr.c 	    type == 320) {
type             1720 drivers/scsi/qla2xxx/qla_attr.c 		type = type/10;
type             1726 drivers/scsi/qla2xxx/qla_attr.c 	switch (type) {
type             1753 drivers/scsi/qla2xxx/qla_attr.c 	    "Setting speed to %lx Gbps \n", type);
type               33 drivers/scsi/qla2xxx/qla_bsg.c 	if (sp->type == SRB_FXIOCB_BCMD) {
type               54 drivers/scsi/qla2xxx/qla_bsg.c 	if (sp->type == SRB_CT_CMD ||
type               55 drivers/scsi/qla2xxx/qla_bsg.c 	    sp->type == SRB_FXIOCB_BCMD ||
type               56 drivers/scsi/qla2xxx/qla_bsg.c 	    sp->type == SRB_ELS_CMD_HST)
type              254 drivers/scsi/qla2xxx/qla_bsg.c 	const char *type;
type              265 drivers/scsi/qla2xxx/qla_bsg.c 		type = "FC_BSG_RPT_ELS";
type              270 drivers/scsi/qla2xxx/qla_bsg.c 		type = "FC_BSG_HST_ELS_NOLOGIN";
type              373 drivers/scsi/qla2xxx/qla_bsg.c 	sp->type =
type              385 drivers/scsi/qla2xxx/qla_bsg.c 	    "portid=%-2x%02x%02x.\n", type,
type              439 drivers/scsi/qla2xxx/qla_bsg.c 	char  *type = "FC_BSG_HST_CT";
type              523 drivers/scsi/qla2xxx/qla_bsg.c 	sp->type = SRB_CT_CMD;
type              532 drivers/scsi/qla2xxx/qla_bsg.c 	    "loop-id=%x portid=%02x%02x%02x.\n", type,
type              715 drivers/scsi/qla2xxx/qla_bsg.c 	char *type;
type              802 drivers/scsi/qla2xxx/qla_bsg.c 		type = "FC_BSG_HST_VENDOR_ECHO_DIAG";
type              804 drivers/scsi/qla2xxx/qla_bsg.c 		    "BSG request type: %s.\n", type);
type              846 drivers/scsi/qla2xxx/qla_bsg.c 			type = "FC_BSG_HST_VENDOR_LOOPBACK";
type              848 drivers/scsi/qla2xxx/qla_bsg.c 			    "BSG request type: %s.\n", type);
type              895 drivers/scsi/qla2xxx/qla_bsg.c 			type = "FC_BSG_HST_VENDOR_LOOPBACK";
type              897 drivers/scsi/qla2xxx/qla_bsg.c 			    "BSG request type: %s.\n", type);
type              905 drivers/scsi/qla2xxx/qla_bsg.c 		    "Vendor request %s failed.\n", type);
type              912 drivers/scsi/qla2xxx/qla_bsg.c 		    "Vendor request %s completed.\n", type);
type             1170 drivers/scsi/qla2xxx/qla_bsg.c 				cpu_to_le32(ql84_mgmt->mgmt.mgmtp.u.info.type);
type             1909 drivers/scsi/qla2xxx/qla_bsg.c 	sp->type = SRB_BIDI_CMD;
type             1958 drivers/scsi/qla2xxx/qla_bsg.c 	char  *type = "FC_BSG_HST_FX_MGMT";
type             2030 drivers/scsi/qla2xxx/qla_bsg.c 	sp->type = SRB_FXIOCB_BCMD;
type             2039 drivers/scsi/qla2xxx/qla_bsg.c 	    type, piocb_rqst->func_type, fcport->loop_id);
type             2587 drivers/scsi/qla2xxx/qla_bsg.c 				if (((sp->type == SRB_CT_CMD) ||
type             2588 drivers/scsi/qla2xxx/qla_bsg.c 					(sp->type == SRB_ELS_CMD_HST) ||
type             2589 drivers/scsi/qla2xxx/qla_bsg.c 					(sp->type == SRB_FXIOCB_BCMD))
type               97 drivers/scsi/qla2xxx/qla_bsg.h 		uint32_t type;
type              482 drivers/scsi/qla2xxx/qla_dbg.c 	*last_chain = &fcec->type;
type              483 drivers/scsi/qla2xxx/qla_dbg.c 	fcec->type = htonl(DUMP_CHAIN_FCE);
type              507 drivers/scsi/qla2xxx/qla_dbg.c 	*last_chain = &c->type;
type              509 drivers/scsi/qla2xxx/qla_dbg.c 	c->type = cpu_to_be32(DUMP_CHAIN_EXLOGIN);
type              529 drivers/scsi/qla2xxx/qla_dbg.c 	*last_chain = &c->type;
type              531 drivers/scsi/qla2xxx/qla_dbg.c 	c->type = cpu_to_be32(DUMP_CHAIN_EXCHG);
type              567 drivers/scsi/qla2xxx/qla_dbg.c 		*last_chain = &q->type;
type              568 drivers/scsi/qla2xxx/qla_dbg.c 		q->type = htonl(DUMP_CHAIN_QUEUE);
type              611 drivers/scsi/qla2xxx/qla_dbg.c 		*last_chain = &q->type;
type              612 drivers/scsi/qla2xxx/qla_dbg.c 		q->type = htonl(DUMP_CHAIN_QUEUE);
type              639 drivers/scsi/qla2xxx/qla_dbg.c 		*last_chain = &q->type;
type              640 drivers/scsi/qla2xxx/qla_dbg.c 		q->type = htonl(DUMP_CHAIN_QUEUE);
type              675 drivers/scsi/qla2xxx/qla_dbg.c 	*last_chain = &mq->type;
type              676 drivers/scsi/qla2xxx/qla_dbg.c 	mq->type = htonl(DUMP_CHAIN_MQ);
type              226 drivers/scsi/qla2xxx/qla_dbg.h 	uint32_t type;
type              237 drivers/scsi/qla2xxx/qla_dbg.h 	uint32_t type;
type              245 drivers/scsi/qla2xxx/qla_dbg.h 	uint32_t type;
type              262 drivers/scsi/qla2xxx/qla_dbg.h 	uint32_t type;
type              606 drivers/scsi/qla2xxx/qla_def.h 	uint16_t type;
type             2135 drivers/scsi/qla2xxx/qla_def.h 	uint8_t type;
type             2631 drivers/scsi/qla2xxx/qla_def.h 	uint16_t type;
type             2654 drivers/scsi/qla2xxx/qla_def.h 	uint16_t type;
type             2719 drivers/scsi/qla2xxx/qla_def.h 	uint16_t type;
type             2750 drivers/scsi/qla2xxx/qla_def.h 	uint16_t type;
type             3291 drivers/scsi/qla2xxx/qla_def.h 	enum qla_work_type	type;
type             3338 drivers/scsi/qla2xxx/qla_def.h 			int type;
type              598 drivers/scsi/qla2xxx/qla_gs.c 	sp->type = SRB_CT_PTHRU_CMD;
type              668 drivers/scsi/qla2xxx/qla_gs.c qla2x00_rff_id(scsi_qla_host_t *vha, u8 type)
type              694 drivers/scsi/qla2xxx/qla_gs.c 	sp->type = SRB_CT_PTHRU_CMD;
type              785 drivers/scsi/qla2xxx/qla_gs.c 	sp->type = SRB_CT_PTHRU_CMD;
type              893 drivers/scsi/qla2xxx/qla_gs.c 	sp->type = SRB_CT_PTHRU_CMD;
type             1545 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_NODE_NAME);
type             1555 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_MANUFACTURER);
type             1568 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_SERIAL_NUMBER);
type             1588 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_MODEL);
type             1601 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_MODEL_DESCRIPTION);
type             1614 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_HARDWARE_VERSION);
type             1638 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_DRIVER_VERSION);
type             1651 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_OPTION_ROM_VERSION);
type             1664 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_FIRMWARE_VERSION);
type             1754 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_FC4_TYPES);
type             1766 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_SUPPORT_SPEED);
type             1806 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_CURRENT_SPEED);
type             1849 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_MAX_FRAME_SIZE);
type             1862 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_OS_DEVICE_NAME);
type             1875 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_HOST_NAME);
type             1967 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_NODE_NAME);
type             1977 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_MANUFACTURER);
type             1991 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_SERIAL_NUMBER);
type             2011 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_MODEL);
type             2024 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_MODEL_DESCRIPTION);
type             2037 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_HARDWARE_VERSION);
type             2061 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_DRIVER_VERSION);
type             2074 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_OPTION_ROM_VERSION);
type             2088 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_FIRMWARE_VERSION);
type             2101 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_OS_NAME_AND_VERSION);
type             2121 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_MAXIMUM_CT_PAYLOAD_LENGTH);
type             2132 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_NODE_SYMBOLIC_NAME);
type             2145 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_VENDOR_ID);
type             2155 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_NUM_PORTS);
type             2165 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_FABRIC_NAME);
type             2175 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_BOOT_BIOS_NAME);
type             2188 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_HBA_TYPE_VENDOR_IDENTIFIER);
type             2326 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_FC4_TYPES);
type             2345 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_SUPPORT_SPEED);
type             2385 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_CURRENT_SPEED);
type             2420 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_MAX_FRAME_SIZE);
type             2433 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_OS_DEVICE_NAME);
type             2446 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_HOST_NAME);
type             2465 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_NODE_NAME);
type             2475 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_NAME);
type             2485 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_SYM_NAME);
type             2498 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_TYPE);
type             2508 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_SUPP_COS);
type             2518 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_FABRIC_NAME);
type             2528 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_FC4_TYPE);
type             2551 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_STATE);
type             2561 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_COUNT);
type             2571 drivers/scsi/qla2xxx/qla_gs.c 	eiter->type = cpu_to_be16(FDMI_PORT_ID);
type             3056 drivers/scsi/qla2xxx/qla_gs.c 	sp->type = SRB_CT_PTHRU_CMD;
type             3121 drivers/scsi/qla2xxx/qla_gs.c 	switch (sp->type) {
type             3335 drivers/scsi/qla2xxx/qla_gs.c 	sp->type = SRB_CT_PTHRU_CMD;
type             3490 drivers/scsi/qla2xxx/qla_gs.c 	sp->type = SRB_CT_PTHRU_CMD;
type             3981 drivers/scsi/qla2xxx/qla_gs.c 	sp->type = SRB_CT_PTHRU_CMD;
type             4145 drivers/scsi/qla2xxx/qla_gs.c 	sp->type = SRB_CT_PTHRU_CMD;
type             4277 drivers/scsi/qla2xxx/qla_gs.c 	sp->type = SRB_CT_PTHRU_CMD;
type             4405 drivers/scsi/qla2xxx/qla_gs.c 	sp->type = SRB_CT_PTHRU_CMD;
type              107 drivers/scsi/qla2xxx/qla_init.c 		    sp->cmd_sp->handle, sp->cmd_sp->type,
type              108 drivers/scsi/qla2xxx/qla_init.c 		    sp->handle, sp->type);
type              112 drivers/scsi/qla2xxx/qla_init.c 		    sp->handle, sp->type);
type              159 drivers/scsi/qla2xxx/qla_init.c 	sp->type = SRB_ABT_CMD;
type              178 drivers/scsi/qla2xxx/qla_init.c 	       cmd_sp->type);
type              216 drivers/scsi/qla2xxx/qla_init.c 	switch (sp->type) {
type              334 drivers/scsi/qla2xxx/qla_init.c 	sp->type = SRB_LOGIN_CMD;
type              395 drivers/scsi/qla2xxx/qla_init.c 	sp->type = SRB_LOGOUT_CMD;
type              457 drivers/scsi/qla2xxx/qla_init.c 	sp->type = SRB_PRLO_CMD;
type              583 drivers/scsi/qla2xxx/qla_init.c 	sp->type = SRB_ADISC_CMD;
type             1101 drivers/scsi/qla2xxx/qla_init.c 	sp->type = SRB_MB_IOCB;
type             1250 drivers/scsi/qla2xxx/qla_init.c 	sp->type = SRB_PRLI_CMD;
type             1322 drivers/scsi/qla2xxx/qla_init.c 	sp->type = SRB_MB_IOCB;
type             1794 drivers/scsi/qla2xxx/qla_init.c 	sp->type = SRB_TM_CMD;
type             1862 drivers/scsi/qla2xxx/qla_init.c 	if (sp->type == SRB_FXIOCB_DCMD)
type              508 drivers/scsi/qla2xxx/qla_iocb.c     uint16_t loop_id, uint64_t lun, uint8_t type)
type              525 drivers/scsi/qla2xxx/qla_iocb.c 	mrk->modifier = type;
type              526 drivers/scsi/qla2xxx/qla_iocb.c 	if (type != MK_SYNC_ALL) {
type              548 drivers/scsi/qla2xxx/qla_iocb.c     uint16_t loop_id, uint64_t lun, uint8_t type)
type              554 drivers/scsi/qla2xxx/qla_iocb.c 	ret = __qla2x00_marker(vha, qpair, loop_id, lun, type);
type             2258 drivers/scsi/qla2xxx/qla_iocb.c 	if (sp && (sp->type != SRB_SCSI_CMD)) {
type             2513 drivers/scsi/qla2xxx/qla_iocb.c 	if (IS_QLAFX00(sp->vha->hw) && sp->type == SRB_FXIOCB_DCMD)
type             2598 drivers/scsi/qla2xxx/qla_iocb.c 	sp->type = SRB_ELS_DCMD;
type             2809 drivers/scsi/qla2xxx/qla_iocb.c 	sp->type = SRB_ELS_DCMD;
type             2902 drivers/scsi/qla2xxx/qla_iocb.c 	    sp->type == SRB_ELS_CMD_RPT ?
type             3558 drivers/scsi/qla2xxx/qla_iocb.c 	switch (sp->type) {
type             1351 drivers/scsi/qla2xxx/qla_isr.c 	const char *type;
type             1363 drivers/scsi/qla2xxx/qla_isr.c 	type = sp->name;
type             1374 drivers/scsi/qla2xxx/qla_isr.c 		    "status-flags=%x.\n", type, sp->handle,
type             1387 drivers/scsi/qla2xxx/qla_isr.c 	if (status == 0x30 && sp->type == SRB_LOGIN_CMD &&
type             1393 drivers/scsi/qla2xxx/qla_isr.c 		    type, sp->handle, fcport->d_id.b.domain,
type             1398 drivers/scsi/qla2xxx/qla_isr.c 		if (sp->type == SRB_LOGIN_CMD) {
type             1422 drivers/scsi/qla2xxx/qla_isr.c 	    "mb0=%x mb1=%x mb2=%x mb6=%x mb7=%x.\n", type, sp->handle,
type             1480 drivers/scsi/qla2xxx/qla_isr.c 	const char *type;
type             1491 drivers/scsi/qla2xxx/qla_isr.c 	switch (sp->type) {
type             1496 drivers/scsi/qla2xxx/qla_isr.c 	    type = "ct pass-through";
type             1515 drivers/scsi/qla2xxx/qla_isr.c 				type, comp_status,
type             1520 drivers/scsi/qla2xxx/qla_isr.c 				type, comp_status);
type             1552 drivers/scsi/qla2xxx/qla_isr.c 	const char *type;
type             1565 drivers/scsi/qla2xxx/qla_isr.c 	type = NULL;
type             1566 drivers/scsi/qla2xxx/qla_isr.c 	switch (sp->type) {
type             1569 drivers/scsi/qla2xxx/qla_isr.c 		type = "els";
type             1572 drivers/scsi/qla2xxx/qla_isr.c 		type = "ct pass-through";
type             1575 drivers/scsi/qla2xxx/qla_isr.c 		type = "Driver ELS logo";
type             1579 drivers/scsi/qla2xxx/qla_isr.c 			    type, sp, sp->type);
type             1595 drivers/scsi/qla2xxx/qla_isr.c 		    "Unrecognized SRB: (%p) type=%d.\n", sp, sp->type);
type             1624 drivers/scsi/qla2xxx/qla_isr.c 		    type, sp->handle, comp_status, fw_status[1], fw_status[2],
type             1647 drivers/scsi/qla2xxx/qla_isr.c 			    type, sp->handle, comp_status, fw_status[1], fw_status[2],
type             1654 drivers/scsi/qla2xxx/qla_isr.c 			    type, sp->handle, comp_status,
type             1682 drivers/scsi/qla2xxx/qla_isr.c 	const char *type;
type             1694 drivers/scsi/qla2xxx/qla_isr.c 	type = sp->name;
type             1705 drivers/scsi/qla2xxx/qla_isr.c 		    type, fcport->port_name, sp->handle, fcport->d_id.b.domain,
type             1717 drivers/scsi/qla2xxx/qla_isr.c 		    "iop0=%x.\n", type, fcport->port_name, sp->handle,
type             1725 drivers/scsi/qla2xxx/qla_isr.c 		if (sp->type == SRB_PRLI_CMD) {
type             1733 drivers/scsi/qla2xxx/qla_isr.c 		if (sp->type != SRB_LOGIN_CMD)
type             1800 drivers/scsi/qla2xxx/qla_isr.c 	    "iop0=%x iop1=%x.\n", type, fcport->port_name,
type             1815 drivers/scsi/qla2xxx/qla_isr.c 	const char *type;
type             1826 drivers/scsi/qla2xxx/qla_isr.c 	type = sp->name;
type             1833 drivers/scsi/qla2xxx/qla_isr.c 		    type, sp->handle, sts->entry_status);
type             1838 drivers/scsi/qla2xxx/qla_isr.c 		    type, sp->handle, sts->comp_status);
type             1845 drivers/scsi/qla2xxx/qla_isr.c 			    type, sp->handle, sts->rsp_data_len);
type             1849 drivers/scsi/qla2xxx/qla_isr.c 			    type, sp->handle, sts->data[3]);
type             2491 drivers/scsi/qla2xxx/qla_isr.c 	if (sp->type == SRB_NVME_CMD) {
type             2497 drivers/scsi/qla2xxx/qla_isr.c 	if (unlikely((state_flags & BIT_1) && (sp->type == SRB_BIDI_CMD))) {
type             2503 drivers/scsi/qla2xxx/qla_isr.c 	if (sp->type == SRB_TM_CMD) {
type             3193 drivers/scsi/qla2xxx/qla_mbx.c __qla24xx_issue_tmf(char *name, uint32_t type, struct fc_port *fcport,
type             3230 drivers/scsi/qla2xxx/qla_mbx.c 	tsk->p.tsk.control_flags = cpu_to_le32(type);
type             3235 drivers/scsi/qla2xxx/qla_mbx.c 	if (type == TCF_LUN_RESET) {
type             3273 drivers/scsi/qla2xxx/qla_mbx.c 	    type == TCF_LUN_RESET ? MK_SYNC_ID_LUN : MK_SYNC_ID);
type             6254 drivers/scsi/qla2xxx/qla_mbx.c 	sp->type = SRB_MB_IOCB;
type              951 drivers/scsi/qla2xxx/qla_mid.c 	sp->type = SRB_CTRL_VP;
type             1822 drivers/scsi/qla2xxx/qla_mr.c 	sp->type = SRB_FXIOCB_DCMD;
type             2224 drivers/scsi/qla2xxx/qla_mr.c 	if (sp->type == SRB_FXIOCB_DCMD) {
type             2322 drivers/scsi/qla2xxx/qla_mr.c 	if (sp->type == SRB_TM_CMD) {
type             3261 drivers/scsi/qla2xxx/qla_mr.c 	if (sp->type == SRB_FXIOCB_DCMD) {
type              228 drivers/scsi/qla2xxx/qla_nvme.c 		    __func__, sp, sp->type);
type              294 drivers/scsi/qla2xxx/qla_nvme.c 	sp->type = SRB_NVME_LS;
type              565 drivers/scsi/qla2xxx/qla_nvme.c 	sp->type = SRB_NVME_CMD;
type              124 drivers/scsi/qla2xxx/qla_nvme.h 	uint8_t type;
type              895 drivers/scsi/qla2xxx/qla_os.c 	sp->type = SRB_SCSI_CMD;
type              977 drivers/scsi/qla2xxx/qla_os.c 	sp->type = SRB_SCSI_CMD;
type             1321 drivers/scsi/qla2xxx/qla_os.c 	uint64_t l, enum nexus_wait_type type)
type             1339 drivers/scsi/qla2xxx/qla_os.c 		if (sp->type != SRB_SCSI_CMD)
type             1345 drivers/scsi/qla2xxx/qla_os.c 		switch (type) {
type             1377 drivers/scsi/qla2xxx/qla_os.c __qla2xxx_eh_generic_reset(char *name, enum nexus_wait_type type,
type             1414 drivers/scsi/qla2xxx/qla_os.c 	    cmd->device->lun, type) != QLA_SUCCESS) {
type             1708 drivers/scsi/qla2xxx/qla_os.c 	if (sp->type == SRB_NVME_CMD || sp->type == SRB_NVME_LS ||
type             1709 drivers/scsi/qla2xxx/qla_os.c 	    (sp->type == SRB_SCSI_CMD && !ha->flags.eeh_busy &&
type             4855 drivers/scsi/qla2xxx/qla_os.c qla2x00_alloc_work(struct scsi_qla_host *vha, enum qla_work_type type)
type             4874 drivers/scsi/qla2xxx/qla_os.c 	e->type = type;
type             4927 drivers/scsi/qla2xxx/qla_os.c #define qla2x00_post_async_work(name, type)	\
type             4934 drivers/scsi/qla2xxx/qla_os.c 	e = qla2x00_alloc_work(vha, type);	\
type             5223 drivers/scsi/qla2xxx/qla_os.c 		switch (e->type) {
type             6605 drivers/scsi/qla2xxx/qla_os.c 					if (sp->type != SRB_SCSI_CMD)
type              548 drivers/scsi/qla2xxx/qla_target.c 	struct imm_ntfy_from_isp *ntfy, int type)
type              557 drivers/scsi/qla2xxx/qla_target.c 	e->u.nack.type = type;
type              569 drivers/scsi/qla2xxx/qla_target.c 	    sp->name, res, sp->fcport->port_name, sp->type);
type              575 drivers/scsi/qla2xxx/qla_target.c 	switch (sp->type) {
type              617 drivers/scsi/qla2xxx/qla_target.c 	struct imm_ntfy_from_isp *ntfy, int type)
type              624 drivers/scsi/qla2xxx/qla_target.c 	switch (type) {
type              644 drivers/scsi/qla2xxx/qla_target.c 	sp->type = type;
type              674 drivers/scsi/qla2xxx/qla_target.c 	switch (e->u.nack.type) {
type              691 drivers/scsi/qla2xxx/qla_target.c 	    (struct imm_ntfy_from_isp *)e->u.nack.iocb, e->u.nack.type);
type             1622 drivers/scsi/qla2xxx/qla_target.c static int qlt_sched_sess_work(struct qla_tgt *tgt, int type,
type             1639 drivers/scsi/qla2xxx/qla_target.c 	    type, prm, param, param_size, tgt);
type             1641 drivers/scsi/qla2xxx/qla_target.c 	prm->type = type;
type             6306 drivers/scsi/qla2xxx/qla_target.c 		switch (prm->type) {
type              253 drivers/scsi/qla2xxx/qla_target.h 	uint8_t  type;
type              269 drivers/scsi/qla2xxx/qla_target.h 	uint8_t  type;
type              933 drivers/scsi/qla2xxx/qla_target.h 	int type;
type              322 drivers/scsi/qla2xxx/qla_tmpl.c 	uint type = ent->t263.queue_type;
type              328 drivers/scsi/qla2xxx/qla_tmpl.c 	    "%s: getq(%x) [%lx]\n", __func__, type, *len);
type              329 drivers/scsi/qla2xxx/qla_tmpl.c 	if (type == T263_QUEUE_TYPE_REQ) {
type              343 drivers/scsi/qla2xxx/qla_tmpl.c 	} else if (type == T263_QUEUE_TYPE_RSP) {
type              371 drivers/scsi/qla2xxx/qla_tmpl.c 		    "%s: unknown queue %x\n", __func__, type);
type              621 drivers/scsi/qla2xxx/qla_tmpl.c 	ulong type = ent->t274.queue_type;
type              626 drivers/scsi/qla2xxx/qla_tmpl.c 	    "%s: getqsh(%lx) [%lx]\n", __func__, type, *len);
type              627 drivers/scsi/qla2xxx/qla_tmpl.c 	if (type == T274_QUEUE_TYPE_REQ_SHAD) {
type              639 drivers/scsi/qla2xxx/qla_tmpl.c 	} else if (type == T274_QUEUE_TYPE_RSP_SHAD) {
type              665 drivers/scsi/qla2xxx/qla_tmpl.c 		    "%s: unknown queue %lx\n", __func__, type);
type              718 drivers/scsi/qla2xxx/qla_tmpl.c 		uint type = vha->hw->pdev->device >> 4 & 0xf;
type              721 drivers/scsi/qla2xxx/qla_tmpl.c 		if (type != cond1 || func != cond2) {
type              771 drivers/scsi/qla2xxx/qla_tmpl.c 	ulong type = le32_to_cpu(ent->hdr.type);
type              774 drivers/scsi/qla2xxx/qla_tmpl.c 	    "%s: other %lx [%lx]\n", __func__, type, *len);
type              781 drivers/scsi/qla2xxx/qla_tmpl.c 	uint type;
type              813 drivers/scsi/qla2xxx/qla_tmpl.c typeof(qla27xx_fwdt_entry_call->call)(qla27xx_find_entry(uint type))
type              817 drivers/scsi/qla2xxx/qla_tmpl.c 	while (list->type < type)
type              820 drivers/scsi/qla2xxx/qla_tmpl.c 	if (list->type == type)
type              831 drivers/scsi/qla2xxx/qla_tmpl.c 	ulong type;
type              837 drivers/scsi/qla2xxx/qla_tmpl.c 		type = le32_to_cpu(ent->hdr.type);
type              838 drivers/scsi/qla2xxx/qla_tmpl.c 		ent = qla27xx_find_entry(type)(vha, ent, buf, len);
type               68 drivers/scsi/qla2xxx/qla_tmpl.h 		__le32 type;
type              365 drivers/scsi/qla4xxx/ql4_def.h 	enum qla4_work_type type;
type               88 drivers/scsi/qla4xxx/ql4_inline.h 	int type;
type               91 drivers/scsi/qla4xxx/ql4_inline.h 		type = LOCAL_CHAP;
type               93 drivers/scsi/qla4xxx/ql4_inline.h 		type = BIDI_CHAP;
type               95 drivers/scsi/qla4xxx/ql4_inline.h 	return type;
type              934 drivers/scsi/qla4xxx/ql4_os.c 	int type;
type              973 drivers/scsi/qla4xxx/ql4_os.c 		type = BIDI_CHAP;
type              975 drivers/scsi/qla4xxx/ql4_os.c 		type = LOCAL_CHAP;
type              988 drivers/scsi/qla4xxx/ql4_os.c 			if (!(type == qla4xxx_get_chap_type(chap_entry))) {
type             1017 drivers/scsi/qla4xxx/ql4_os.c 			      chap_rec.chap_tbl_idx, type);
type             5169 drivers/scsi/qla4xxx/ql4_os.c 		   enum qla4_work_type type)
type             5179 drivers/scsi/qla4xxx/ql4_os.c 	e->type = type;
type             5246 drivers/scsi/qla4xxx/ql4_os.c 		switch (e->type) {
type             5264 drivers/scsi/qla4xxx/ql4_os.c 				   "supported", e->type);
type             5709 drivers/scsi/qla4xxx/ql4_os.c static ssize_t qla4xxx_show_boot_eth_info(void *data, int type, char *buf)
type             5715 drivers/scsi/qla4xxx/ql4_os.c 	switch (type) {
type             5733 drivers/scsi/qla4xxx/ql4_os.c static umode_t qla4xxx_eth_get_attr_visibility(void *data, int type)
type             5737 drivers/scsi/qla4xxx/ql4_os.c 	switch (type) {
type             5750 drivers/scsi/qla4xxx/ql4_os.c static ssize_t qla4xxx_show_boot_ini_info(void *data, int type, char *buf)
type             5756 drivers/scsi/qla4xxx/ql4_os.c 	switch (type) {
type             5767 drivers/scsi/qla4xxx/ql4_os.c static umode_t qla4xxx_ini_get_attr_visibility(void *data, int type)
type             5771 drivers/scsi/qla4xxx/ql4_os.c 	switch (type) {
type             5783 drivers/scsi/qla4xxx/ql4_os.c qla4xxx_show_boot_tgt_info(struct ql4_boot_session_info *boot_sess, int type,
type             5790 drivers/scsi/qla4xxx/ql4_os.c 	switch (type) {
type             5838 drivers/scsi/qla4xxx/ql4_os.c static ssize_t qla4xxx_show_boot_tgt_pri_info(void *data, int type, char *buf)
type             5843 drivers/scsi/qla4xxx/ql4_os.c 	return qla4xxx_show_boot_tgt_info(boot_sess, type, buf);
type             5846 drivers/scsi/qla4xxx/ql4_os.c static ssize_t qla4xxx_show_boot_tgt_sec_info(void *data, int type, char *buf)
type             5851 drivers/scsi/qla4xxx/ql4_os.c 	return qla4xxx_show_boot_tgt_info(boot_sess, type, buf);
type             5854 drivers/scsi/qla4xxx/ql4_os.c static umode_t qla4xxx_tgt_get_attr_visibility(void *data, int type)
type             5858 drivers/scsi/qla4xxx/ql4_os.c 	switch (type) {
type               45 drivers/scsi/scsi_common.c const char *scsi_device_type(unsigned type)
type               47 drivers/scsi/scsi_common.c 	if (type == 0x1e)
type               49 drivers/scsi/scsi_common.c 	if (type == 0x1f)
type               51 drivers/scsi/scsi_common.c 	if (type >= ARRAY_SIZE(scsi_device_types))
type               53 drivers/scsi/scsi_common.c 	return scsi_device_types[type];
type              216 drivers/scsi/scsi_proc.c 	seq_printf(s, "  Type:   %s ", scsi_device_type(sdev->type));
type              260 drivers/scsi/scsi_scan.c 	sdev->type = -1;
type              341 drivers/scsi/scsi_scan.c 	return dev->type == &scsi_target_type;
type              433 drivers/scsi/scsi_scan.c 	dev->type = &scsi_target_type;
type              810 drivers/scsi/scsi_scan.c 		sdev->type = TYPE_ROM;
type              813 drivers/scsi/scsi_scan.c 		sdev->type = (inq_result[0] & 0x1f);
type              821 drivers/scsi/scsi_scan.c 		if (scsi_is_wlun(sdev->lun) && sdev->type != TYPE_WLUN) {
type              824 drivers/scsi/scsi_scan.c 				__func__, sdev->type, (unsigned int)sdev->lun);
type              825 drivers/scsi/scsi_scan.c 			sdev->type = TYPE_WLUN;
type              830 drivers/scsi/scsi_scan.c 	if (sdev->type == TYPE_RBC || sdev->type == TYPE_ROM) {
type              868 drivers/scsi/scsi_scan.c 			"ANSI: %d%s\n", scsi_device_type(sdev->type),
type              300 drivers/scsi/scsi_sysfs.c 	int type;
type              302 drivers/scsi/scsi_sysfs.c 	type = check_reset_type(buf);
type              303 drivers/scsi/scsi_sysfs.c 	if (!type)
type              307 drivers/scsi/scsi_sysfs.c 		ret = sht->host_reset(shost, type);
type              503 drivers/scsi/scsi_sysfs.c 	if (dev->type != &scsi_dev_type)
type              516 drivers/scsi/scsi_sysfs.c 	if (dev->type != &scsi_dev_type)
type              521 drivers/scsi/scsi_sysfs.c 	add_uevent_var(env, "MODALIAS=" SCSI_DEVICE_MODALIAS_FMT, sdev->type);
type              642 drivers/scsi/scsi_sysfs.c sdev_rd_attr (type, "%d\n");
type              924 drivers/scsi/scsi_sysfs.c 	return snprintf (buf, 20, SCSI_DEVICE_MODALIAS_FMT "\n", sdev->type);
type             1573 drivers/scsi/scsi_sysfs.c 	sdev->sdev_gendev.type = &scsi_dev_type;
type             1610 drivers/scsi/scsi_sysfs.c 	return dev->type == &scsi_dev_type;
type              303 drivers/scsi/scsi_transport_iscsi.c #define iscsi_iface_attr_show(type, name, param_type, param)		\
type              305 drivers/scsi/scsi_transport_iscsi.c show_##type##_##name(struct device *dev, struct device_attribute *attr,	\
type              313 drivers/scsi/scsi_transport_iscsi.c #define iscsi_iface_net_attr(type, name, param)				\
type              314 drivers/scsi/scsi_transport_iscsi.c 	iscsi_iface_attr_show(type, name, ISCSI_NET_PARAM, param)	\
type              315 drivers/scsi/scsi_transport_iscsi.c static ISCSI_IFACE_ATTR(type, name, S_IRUGO, show_##type##_##name, NULL);
type              317 drivers/scsi/scsi_transport_iscsi.c #define iscsi_iface_attr(type, name, param)				\
type              318 drivers/scsi/scsi_transport_iscsi.c 	iscsi_iface_attr_show(type, name, ISCSI_IFACE_PARAM, param)	\
type              319 drivers/scsi/scsi_transport_iscsi.c static ISCSI_IFACE_ATTR(type, name, S_IRUGO, show_##type##_##name, NULL);
type              814 drivers/scsi/scsi_transport_iscsi.c #define iscsi_flashnode_sess_attr_show(type, name, param)		\
type              816 drivers/scsi/scsi_transport_iscsi.c show_##type##_##name(struct device *dev, struct device_attribute *attr,	\
type              826 drivers/scsi/scsi_transport_iscsi.c #define iscsi_flashnode_sess_attr(type, name, param)			\
type              827 drivers/scsi/scsi_transport_iscsi.c 	iscsi_flashnode_sess_attr_show(type, name, param)		\
type              828 drivers/scsi/scsi_transport_iscsi.c static ISCSI_FLASHNODE_ATTR(type, name, S_IRUGO,			\
type              829 drivers/scsi/scsi_transport_iscsi.c 			    show_##type##_##name, NULL);
type             1026 drivers/scsi/scsi_transport_iscsi.c #define iscsi_flashnode_conn_attr_show(type, name, param)		\
type             1028 drivers/scsi/scsi_transport_iscsi.c show_##type##_##name(struct device *dev, struct device_attribute *attr,	\
type             1039 drivers/scsi/scsi_transport_iscsi.c #define iscsi_flashnode_conn_attr(type, name, param)			\
type             1040 drivers/scsi/scsi_transport_iscsi.c 	iscsi_flashnode_conn_attr_show(type, name, param)		\
type             1041 drivers/scsi/scsi_transport_iscsi.c static ISCSI_FLASHNODE_ATTR(type, name, S_IRUGO,			\
type             1042 drivers/scsi/scsi_transport_iscsi.c 			    show_##type##_##name, NULL);
type             1254 drivers/scsi/scsi_transport_iscsi.c 	fnode_sess->dev.type = &iscsi_flashnode_sess_dev_type;
type             1302 drivers/scsi/scsi_transport_iscsi.c 	fnode_conn->dev.type = &iscsi_flashnode_conn_dev_type;
type             2366 drivers/scsi/scsi_transport_iscsi.c 	ev->type = ISCSI_KEVENT_RECV_PDU;
type             2378 drivers/scsi/scsi_transport_iscsi.c 		       struct iscsi_transport *transport, uint32_t type,
type             2395 drivers/scsi/scsi_transport_iscsi.c 	ev->type = type;
type             2397 drivers/scsi/scsi_transport_iscsi.c 	switch (type) {
type             2434 drivers/scsi/scsi_transport_iscsi.c 	ev->type = ISCSI_KEVENT_CONN_ERROR;
type             2469 drivers/scsi/scsi_transport_iscsi.c 	ev->type = ISCSI_KEVENT_CONN_LOGIN_STATE;
type             2499 drivers/scsi/scsi_transport_iscsi.c 	ev->type = ISCSI_KEVENT_HOST_EVENT;
type             2529 drivers/scsi/scsi_transport_iscsi.c 	ev->type = ISCSI_KEVENT_PING_COMP;
type             2541 drivers/scsi/scsi_transport_iscsi.c iscsi_if_send_reply(u32 portid, int type, void *payload, int size)
type             2553 drivers/scsi/scsi_transport_iscsi.c 	nlh = __nlmsg_put(skb, 0, 0, type, (len - sizeof(*nlh)), 0);
type             2597 drivers/scsi/scsi_transport_iscsi.c 		evstat->type = nlh->nlmsg_type;
type             2655 drivers/scsi/scsi_transport_iscsi.c 	ev->type = event;
type             2898 drivers/scsi/scsi_transport_iscsi.c 	err = transport->tgt_dscvr(shost, ev->u.tgt_dscvr.type,
type             3066 drivers/scsi/scsi_transport_iscsi.c 		evchap->type = nlh->nlmsg_type;
type             3471 drivers/scsi/scsi_transport_iscsi.c 		evhost_stats->type = nlh->nlmsg_type;
type             3724 drivers/scsi/scsi_transport_iscsi.c 			ev->type = ISCSI_KEVENT_IF_ERROR;
type             3734 drivers/scsi/scsi_transport_iscsi.c 			if (ev->type == ISCSI_UEVENT_GET_STATS && !err)
type             3736 drivers/scsi/scsi_transport_iscsi.c 			if (ev->type == ISCSI_UEVENT_GET_CHAP && !err)
type              427 drivers/scsi/scsi_transport_sas.c #define sas_phy_simple_attr(field, name, format_string, type)		\
type              428 drivers/scsi/scsi_transport_sas.c 	sas_phy_show_simple(field, name, format_string, (type))	\
type              793 drivers/scsi/scsi_transport_sas.c #define sas_port_simple_attr(field, name, format_string, type)		\
type              794 drivers/scsi/scsi_transport_sas.c 	sas_port_show_simple(field, name, format_string, (type))	\
type             1140 drivers/scsi/scsi_transport_sas.c #define sas_rphy_simple_attr(field, name, format_string, type)		\
type             1141 drivers/scsi/scsi_transport_sas.c 	sas_rphy_show_simple(field, name, format_string, (type))	\
type             1276 drivers/scsi/scsi_transport_sas.c #define sas_end_dev_simple_attr(field, name, format_string, type)	\
type             1277 drivers/scsi/scsi_transport_sas.c 	sas_end_dev_show_simple(field, name, format_string, (type))	\
type             1305 drivers/scsi/scsi_transport_sas.c #define sas_expander_simple_attr(field, name, format_string, type)	\
type             1306 drivers/scsi/scsi_transport_sas.c 	sas_expander_show_simple(field, name, format_string, (type))	\
type             1468 drivers/scsi/scsi_transport_sas.c 				    enum sas_device_type type)
type             1474 drivers/scsi/scsi_transport_sas.c 	BUG_ON(type != SAS_EDGE_EXPANDER_DEVICE &&
type             1475 drivers/scsi/scsi_transport_sas.c 	       type != SAS_FANOUT_EXPANDER_DEVICE);
type             1490 drivers/scsi/scsi_transport_sas.c 	rdev->rphy.identify.device_type = type;
type              143 drivers/scsi/scsi_transport_spi.c static inline const char *spi_signal_to_string(enum spi_signal_type type)
type              148 drivers/scsi/scsi_transport_spi.c 		if (type == signal_types[i].value)
type              573 drivers/scsi/scsi_transport_spi.c 	enum spi_signal_type type = spi_signal_to_value(buf);
type              578 drivers/scsi/scsi_transport_spi.c 	if (type != SPI_SIGNAL_UNKNOWN)
type              579 drivers/scsi/scsi_transport_spi.c 		i->f->set_signalling(shost, type);
type              171 drivers/scsi/sd.c 	if (sdp->type != TYPE_DISK && sdp->type != TYPE_ZBC)
type              275 drivers/scsi/sd.c 	if (sdp->type != TYPE_DISK && sdp->type != TYPE_ZBC)
type              415 drivers/scsi/sd.c 	if (sdp->type != TYPE_DISK)
type              512 drivers/scsi/sd.c 	if (sdp->type != TYPE_DISK && sdp->type != TYPE_ZBC)
type             1724 drivers/scsi/sd.c static char sd_pr_type(enum pr_type type)
type             1726 drivers/scsi/sd.c 	switch (type) {
type             1745 drivers/scsi/sd.c 		u64 key, u64 sa_key, u8 type, u8 flags)
type             1755 drivers/scsi/sd.c 	cmd[2] = type;
type             1784 drivers/scsi/sd.c static int sd_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type,
type             1789 drivers/scsi/sd.c 	return sd_pr_command(bdev, 0x01, key, 0, sd_pr_type(type), 0);
type             1792 drivers/scsi/sd.c static int sd_pr_release(struct block_device *bdev, u64 key, enum pr_type type)
type             1794 drivers/scsi/sd.c 	return sd_pr_command(bdev, 0x02, key, 0, sd_pr_type(type), 0);
type             1798 drivers/scsi/sd.c 		enum pr_type type, bool abort)
type             1801 drivers/scsi/sd.c 			     sd_pr_type(type), 0);
type             2202 drivers/scsi/sd.c 	u8 type;
type             2210 drivers/scsi/sd.c 	type = ((buffer[12] >> 1) & 7) + 1; /* P_TYPE 0 = Type 1 */
type             2212 drivers/scsi/sd.c 	if (type > T10_PI_TYPE3_PROTECTION)
type             2214 drivers/scsi/sd.c 	else if (scsi_host_dif_capable(sdp->host, type))
type             2217 drivers/scsi/sd.c 	if (sdkp->first_scan || type != sdkp->protection_type)
type             2222 drivers/scsi/sd.c 				  type);
type             2226 drivers/scsi/sd.c 				  "Enabling DIF Type %u protection\n", type);
type             2230 drivers/scsi/sd.c 				  "Disabling DIF Type %u protection\n", type);
type             2234 drivers/scsi/sd.c 	sdkp->protection_type = type;
type             2660 drivers/scsi/sd.c 		if (sdp->type == TYPE_RBC)
type             2670 drivers/scsi/sd.c 	} else if (sdp->type == TYPE_RBC) {
type             2823 drivers/scsi/sd.c 	if (sdp->type != TYPE_DISK && sdp->type != TYPE_ZBC)
type             2947 drivers/scsi/sd.c 	if (sdkp->device->type == TYPE_ZBC) {
type             3296 drivers/scsi/sd.c 	if (sdp->type != TYPE_DISK &&
type             3297 drivers/scsi/sd.c 	    sdp->type != TYPE_ZBC &&
type             3298 drivers/scsi/sd.c 	    sdp->type != TYPE_MOD &&
type             3299 drivers/scsi/sd.c 	    sdp->type != TYPE_RBC)
type             3303 drivers/scsi/sd.c 	if (sdp->type == TYPE_ZBC)
type             3338 drivers/scsi/sd.c 		if (sdp->type != TYPE_MOD)
type              205 drivers/scsi/sd.h 	return sdkp->zoned == 1 || sdkp->device->type == TYPE_ZBC;
type               31 drivers/scsi/sd_dif.c 	u8 type = sdkp->protection_type;
type               35 drivers/scsi/sd_dif.c 	dif = scsi_host_dif_capable(sdp->host, type);
type               36 drivers/scsi/sd_dif.c 	dix = scsi_host_dix_capable(sdp->host, type);
type               49 drivers/scsi/sd_dif.c 		if (type == T10_PI_TYPE3_PROTECTION)
type               56 drivers/scsi/sd_dif.c 		if (type == T10_PI_TYPE3_PROTECTION)
type               65 drivers/scsi/sd_dif.c 	if (dif && type) {
type               71 drivers/scsi/sd_dif.c 		if (type == T10_PI_TYPE3_PROTECTION)
type               37 drivers/scsi/sd_zbc.c 	zone->type = buf[0] & 0x0f;
type               47 drivers/scsi/sd_zbc.c 	if (zone->type != ZBC_ZONE_TYPE_CONV &&
type              296 drivers/scsi/sd_zbc.c 	if (sdkp->device->type != TYPE_ZBC) {
type               50 drivers/scsi/ses.c 	if (sdev->type != TYPE_ENCLOSURE)
type               70 drivers/scsi/ses.c 	if (ecomp->type == ENCLOSURE_COMPONENT_DEVICE)
type              649 drivers/scsi/ses.c 	if (sdev->type != TYPE_ENCLOSURE)
type              239 drivers/scsi/sg.c 	if (sfp->parentdp->device->type == TYPE_SCANNER)
type              983 drivers/scsi/sg.c 			__put_user((int) sdp->device->type, &sg_idp->scsi_type);
type             1461 drivers/scsi/sg.c 				    scsidp->type, SG_MAX_DEVS - 1);
type             1558 drivers/scsi/sg.c 		    "type %d\n", sdp->index, scsidp->type);
type             2487 drivers/scsi/sg.c 			      scsidp->id, scsidp->lun, (int) scsidp->type,
type               55 drivers/scsi/snic/cq_desc.h 	u8 *type, u8 *color, u16 *q_number, u16 *completed_index)
type               71 drivers/scsi/snic/cq_desc.h 	*type = type_color & CQ_DESC_TYPE_MASK;
type               32 drivers/scsi/snic/cq_enet_desc.h 	u8 *type, u8 *color, u16 *q_number, u16 *completed_index)
type               34 drivers/scsi/snic/cq_enet_desc.h 	cq_desc_dec((struct cq_desc *)desc, type,
type              104 drivers/scsi/snic/snic_fwint.h 	u8	type;		/* request/response type */
type              117 drivers/scsi/snic/snic_fwint.h 	hdr->type = typ;
type              132 drivers/scsi/snic/snic_fwint.h 	*typ = hdr->type;
type               58 drivers/scsi/snic/snic_io.c 			  u8 type,
type              188 drivers/scsi/snic/snic_io.c 	desc_avail = snic_wqdesc_avail(snic, q_num, req->hdr.type);
type              465 drivers/scsi/snic/snic_io.c 	if (req->hdr.type >= SNIC_RSP_REPORT_TGTS_CMPL)
type              471 drivers/scsi/snic/snic_io.c 	switch (req->hdr.type) {
type             1210 drivers/scsi/snic/snic_scsi.c 	if ((fwreq->hdr.type >= SNIC_RSP_REPORT_TGTS_CMPL) &&
type             1211 drivers/scsi/snic/snic_scsi.c 		(fwreq->hdr.type <= SNIC_RSP_BOOT_LUNS_CMPL))
type             1214 drivers/scsi/snic/snic_scsi.c 	SNIC_BUG_ON((fwreq->hdr.type > SNIC_RSP_BOOT_LUNS_CMPL) &&
type             1215 drivers/scsi/snic/snic_scsi.c 		    (fwreq->hdr.type < SNIC_MSG_ASYNC_EVNOTIFY));
type             1230 drivers/scsi/snic/snic_scsi.c 	switch (fwreq->hdr.type) {
type             1263 drivers/scsi/snic/snic_scsi.c 			      fwreq->hdr.type);
type               63 drivers/scsi/snic/vnic_cq.h 	u8 type, u16 q_number, u16 completed_index, void *opaque),
type               69 drivers/scsi/snic/vnic_cq.h 	u8 type, color;
type               73 drivers/scsi/snic/vnic_cq.h 	cq_desc_dec(cq_desc, &type, &color,
type               78 drivers/scsi/snic/vnic_cq.h 		if ((*q_service)(cq->vdev, cq_desc, type,
type               90 drivers/scsi/snic/vnic_cq.h 		cq_desc_dec(cq_desc, &type, &color,
type               87 drivers/scsi/snic/vnic_dev.c 	u8 type;
type              116 drivers/scsi/snic/vnic_dev.c 	while ((type = ioread8(&r->type)) != RES_TYPE_EOL) {
type              131 drivers/scsi/snic/vnic_dev.c 		switch (type) {
type              140 drivers/scsi/snic/vnic_dev.c 					type, bar_offset,
type              158 drivers/scsi/snic/vnic_dev.c 		vdev->res[type].count = count;
type              159 drivers/scsi/snic/vnic_dev.c 		vdev->res[type].vaddr = (char __iomem *)bar->vaddr + bar_offset;
type              166 drivers/scsi/snic/vnic_dev.c 	enum vnic_res_type type)
type              168 drivers/scsi/snic/vnic_dev.c 	return vdev->res[type].count;
type              171 drivers/scsi/snic/vnic_dev.c void __iomem *svnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
type              174 drivers/scsi/snic/vnic_dev.c 	if (!vdev->res[type].vaddr)
type              177 drivers/scsi/snic/vnic_dev.c 	switch (type) {
type              182 drivers/scsi/snic/vnic_dev.c 		return (char __iomem *)vdev->res[type].vaddr +
type              186 drivers/scsi/snic/vnic_dev.c 		return (char __iomem *)vdev->res[type].vaddr;
type               72 drivers/scsi/snic/vnic_dev.h 				    enum vnic_res_type type);
type               73 drivers/scsi/snic/vnic_dev.h void __iomem *svnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
type              210 drivers/scsi/snic/vnic_devcmd.h 	u8 type;
type               61 drivers/scsi/snic/vnic_resource.h 	u8 type;
type              690 drivers/scsi/sr.c 	if (sdev->type != TYPE_ROM && sdev->type != TYPE_WORM)
type               81 drivers/scsi/sr_vendor.c 	if (cd->device->type == TYPE_WORM) {
type             4266 drivers/scsi/st.c 	if (SDp->type != TYPE_TAPE)
type             1393 drivers/scsi/sym53c8xx_2/sym_glue.c 	nvp->type = 0;
type             1868 drivers/scsi/sym53c8xx_2/sym_glue.c 	enum spi_signal_type type;
type             1872 drivers/scsi/sym53c8xx_2/sym_glue.c 		type = SPI_SIGNAL_SE;
type             1875 drivers/scsi/sym53c8xx_2/sym_glue.c 		type = SPI_SIGNAL_LVD;
type             1878 drivers/scsi/sym53c8xx_2/sym_glue.c 		type = SPI_SIGNAL_HVD;
type             1881 drivers/scsi/sym53c8xx_2/sym_glue.c 		type = SPI_SIGNAL_UNKNOWN;
type             1884 drivers/scsi/sym53c8xx_2/sym_glue.c 	spi_signalling(shost) = type;
type              654 drivers/scsi/sym53c8xx_2/sym_hipd.c 			} else if (nvram->type == SYM_SYMBIOS_NVRAM) {
type              759 drivers/scsi/sym53c8xx_2/sym_hipd.c 			np->maxoffs_dt = nvram->type ? 62 : 31;
type              877 drivers/scsi/sym53c8xx_2/sym_hipd.c 	     (nvram->type == SYM_SYMBIOS_NVRAM ||
type              878 drivers/scsi/sym53c8xx_2/sym_hipd.c 	      (nvram->type == SYM_TEKRAM_NVRAM &&
type              111 drivers/scsi/sym53c8xx_2/sym_misc.h #define sym_que_entry(ptr, type, member) container_of(ptr, type, member)
type               43 drivers/scsi/sym53c8xx_2/sym_nvram.c 	switch (nvram->type) {
type              127 drivers/scsi/sym53c8xx_2/sym_nvram.c 	switch (nvp->type) {
type              510 drivers/scsi/sym53c8xx_2/sym_nvram.c 	if (nvram->type != 0 ||
type              744 drivers/scsi/sym53c8xx_2/sym_nvram.c 		nvp->type = SYM_SYMBIOS_NVRAM;
type              747 drivers/scsi/sym53c8xx_2/sym_nvram.c 		nvp->type = SYM_TEKRAM_NVRAM;
type              750 drivers/scsi/sym53c8xx_2/sym_nvram.c 		nvp->type = sym_read_parisc_pdc(np, &nvp->data.parisc);
type              752 drivers/scsi/sym53c8xx_2/sym_nvram.c 	return nvp->type;
type              757 drivers/scsi/sym53c8xx_2/sym_nvram.c 	switch (nvp->type) {
type               40 drivers/scsi/sym53c8xx_2/sym_nvram.h 	u_short type;		/* 0x0000 */
type               74 drivers/scsi/sym53c8xx_2/sym_nvram.h 		u_short	type;		/* 4:8xx / 0:nok */
type              169 drivers/scsi/sym53c8xx_2/sym_nvram.h 	int type;
type              192 drivers/scsi/sym53c8xx_2/sym_nvram.h 	nvp->type = 0;
type             2341 drivers/scsi/ufs/ufshcd.c 	if (hba->dev_cmd.type == DEV_CMD_TYPE_QUERY)
type             2343 drivers/scsi/ufs/ufshcd.c 	else if (hba->dev_cmd.type == DEV_CMD_TYPE_NOP)
type             2511 drivers/scsi/ufs/ufshcd.c 	hba->dev_cmd.type = cmd_type;
type             2566 drivers/scsi/ufs/ufshcd.c 		if (hba->dev_cmd.type != DEV_CMD_TYPE_NOP) {
type             3237 drivers/scsi/ufs/ufshcd.c 	u8 type;
type             5822 drivers/scsi/ufs/ufshcd.c 	hba->dev_cmd.type = cmd_type;
type              219 drivers/scsi/ufs/ufshcd.h 	enum dev_cmd_type type;
type              634 drivers/scsi/virtio_scsi.c 		.type = VIRTIO_SCSI_T_TMF,
type              692 drivers/scsi/virtio_scsi.c 		.type = VIRTIO_SCSI_T_TMF,
type             1027 drivers/scsi/vmw_pvscsi.c 	       e->type, s->msgProdIdx, s->msgConsIdx, s->msgNumEntriesLog2);
type             1031 drivers/scsi/vmw_pvscsi.c 	if (e->type == PVSCSI_MSG_DEV_ADDED) {
type             1052 drivers/scsi/vmw_pvscsi.c 	} else if (e->type == PVSCSI_MSG_DEV_REMOVED) {
type              239 drivers/scsi/vmw_pvscsi.h 	u32	type;
type              244 drivers/scsi/vmw_pvscsi.h 	u32	type;  /* PVSCSI_MSG_DEV _ADDED / _REMOVED */
type              558 drivers/scsi/wd33c93.c 	if (cmd->device->type == 1)	/* tape drive? */
type              775 drivers/scsi/wd719x.c 		if (wd->type == WD719X_TYPE_7193) /* narrow card - disable */
type              820 drivers/scsi/wd719x.c 	wd->type = wd719x_detect_type(wd);
type              863 drivers/scsi/wd719x.c 		 card_types[wd->type], sh->base, sh->irq, sh->this_id);
type               68 drivers/scsi/wd719x.h 	enum wd719x_card_type type; /* type of card */
type              174 drivers/sh/intc/chip.c static int intc_set_type(struct irq_data *data, unsigned int type)
type              178 drivers/sh/intc/chip.c 	unsigned char value = intc_irq_sense_table[type & IRQ_TYPE_SENSE_MASK];
type              389 drivers/siox/siox-core.c 	return sprintf(buf, "%s\n", sdev->type);
type              392 drivers/siox/siox-core.c static DEVICE_ATTR_RO(type);
type              508 drivers/siox/siox-core.c 	if (dev->type != &siox_device_type)
type              584 drivers/siox/siox-core.c 					   const char *type, size_t inbytes,
type              593 drivers/siox/siox-core.c 	char type[20] = "";
type              597 drivers/siox/siox-core.c 	ret = sscanf(buf, "%19s %zu %zu %hhu", type, &inbytes,
type              602 drivers/siox/siox-core.c 	if (strcmp(type, "siox-12x8") || inbytes != 2 || outbytes != 4)
type              696 drivers/siox/siox-core.c 	smaster->dev.type = &siox_master_type;
type              768 drivers/siox/siox-core.c 					   const char *type, size_t inbytes,
type              779 drivers/siox/siox-core.c 	sdevice->type = type;
type              787 drivers/siox/siox-core.c 	sdevice->dev.type = &siox_device_type;
type              428 drivers/slimbus/qcom-ngd-ctrl.c 		.type = QMI_RESPONSE,
type              506 drivers/soc/ixp4xx/ixp4xx-npe.c 		u32 type;
type              599 drivers/soc/ixp4xx/ixp4xx-npe.c 		if (image->blocks[blocks].type == FW_BLOCK_TYPE_EOF)
type              621 drivers/soc/ixp4xx/ixp4xx-npe.c 		if (blk->type == FW_BLOCK_TYPE_INSTR) {
type              625 drivers/soc/ixp4xx/ixp4xx-npe.c 		} else if (blk->type == FW_BLOCK_TYPE_DATA) {
type              631 drivers/soc/ixp4xx/ixp4xx-npe.c 				  "type 0x%X\n", i, blk->type);
type              638 drivers/soc/ixp4xx/ixp4xx-npe.c 				  blk->type == FW_BLOCK_TYPE_INSTR ? 'I' : 'D',
type              656 drivers/soc/ixp4xx/ixp4xx-npe.c 		  blk->type == FW_BLOCK_TYPE_INSTR ? 'I' : 'D',
type              959 drivers/soc/mediatek/mtk-pmic-wrap.c 	enum pmic_type type;
type              988 drivers/soc/mediatek/mtk-pmic-wrap.c 	enum pwrap_type type;
type             1309 drivers/soc/mediatek/mtk-pmic-wrap.c 	switch (wrp->master->type) {
type             1326 drivers/soc/mediatek/mtk-pmic-wrap.c 	switch (wrp->slave->type) {
type             1373 drivers/soc/mediatek/mtk-pmic-wrap.c 	switch (wrp->master->type) {
type             1398 drivers/soc/mediatek/mtk-pmic-wrap.c 	switch (wrp->slave->type) {
type             1519 drivers/soc/mediatek/mtk-pmic-wrap.c 	switch (wrp->slave->type) {
type             1569 drivers/soc/mediatek/mtk-pmic-wrap.c 	if (wrp->master->type == PWRAP_MT8173) {
type             1613 drivers/soc/mediatek/mtk-pmic-wrap.c 	if (wrp->master->type == PWRAP_MT8135)
type             1679 drivers/soc/mediatek/mtk-pmic-wrap.c 	.type = PMIC_MT6323,
type             1689 drivers/soc/mediatek/mtk-pmic-wrap.c 	.type = PMIC_MT6351,
type             1698 drivers/soc/mediatek/mtk-pmic-wrap.c 	.type = PMIC_MT6357,
type             1707 drivers/soc/mediatek/mtk-pmic-wrap.c 	.type = PMIC_MT6358,
type             1716 drivers/soc/mediatek/mtk-pmic-wrap.c 	.type = PMIC_MT6380,
type             1725 drivers/soc/mediatek/mtk-pmic-wrap.c 	.type = PMIC_MT6397,
type             1763 drivers/soc/mediatek/mtk-pmic-wrap.c 	.type = PWRAP_MT2701,
type             1776 drivers/soc/mediatek/mtk-pmic-wrap.c 	.type = PWRAP_MT6765,
type             1788 drivers/soc/mediatek/mtk-pmic-wrap.c 	.type = PWRAP_MT6797,
type             1801 drivers/soc/mediatek/mtk-pmic-wrap.c 	.type = PWRAP_MT7622,
type             1814 drivers/soc/mediatek/mtk-pmic-wrap.c 	.type = PWRAP_MT8135,
type             1827 drivers/soc/mediatek/mtk-pmic-wrap.c 	.type = PWRAP_MT8173,
type             1840 drivers/soc/mediatek/mtk-pmic-wrap.c 	.type = PWRAP_MT8183,
type             1853 drivers/soc/mediatek/mtk-pmic-wrap.c 	.type = PWRAP_MT8516,
type               14 drivers/soc/qcom/qmi_encdec.c #define QMI_ENCDEC_ENCODE_TLV(type, length, p_dst) do { \
type               15 drivers/soc/qcom/qmi_encdec.c 	*p_dst++ = type; \
type              568 drivers/soc/qcom/qmi_encdec.c 				     u32 type)
type              573 drivers/soc/qcom/qmi_encdec.c 		if (temp_ei->tlv_type == (u8)type)
type              715 drivers/soc/qcom/qmi_encdec.c void *qmi_encode_message(int type, unsigned int msg_id, size_t *len,
type              748 drivers/soc/qcom/qmi_encdec.c 	hdr->type = type;
type              401 drivers/soc/qcom/qmi_interface.c 		if (handler->type == hdr->type &&
type              488 drivers/soc/qcom/qmi_interface.c 	if (hdr->type == QMI_RESPONSE) {
type              734 drivers/soc/qcom/qmi_interface.c 				int type, int msg_id, size_t len,
type              742 drivers/soc/qcom/qmi_interface.c 	msg = qmi_encode_message(type,
type               38 drivers/soc/qcom/rpmh-internal.h 	int type;
type              100 drivers/soc/qcom/rpmh-rsc.c static struct tcs_group *get_tcs_of_type(struct rsc_drv *drv, int type)
type              102 drivers/soc/qcom/rpmh-rsc.c 	return &drv->tcs[type];
type              105 drivers/soc/qcom/rpmh-rsc.c static int tcs_invalidate(struct rsc_drv *drv, int type)
type              110 drivers/soc/qcom/rpmh-rsc.c 	tcs = get_tcs_of_type(drv, type);
type              151 drivers/soc/qcom/rpmh-rsc.c 	int type, ret;
type              156 drivers/soc/qcom/rpmh-rsc.c 		type = ACTIVE_TCS;
type              159 drivers/soc/qcom/rpmh-rsc.c 		type = WAKE_TCS;
type              162 drivers/soc/qcom/rpmh-rsc.c 		type = SLEEP_TCS;
type              176 drivers/soc/qcom/rpmh-rsc.c 	tcs = get_tcs_of_type(drv, type);
type              528 drivers/soc/qcom/rpmh-rsc.c 		u32 type;
type              565 drivers/soc/qcom/rpmh-rsc.c 						 i * 2, &tcs_cfg[i].type);
type              568 drivers/soc/qcom/rpmh-rsc.c 		if (tcs_cfg[i].type >= TCS_TYPE_NR)
type              580 drivers/soc/qcom/rpmh-rsc.c 		tcs = &drv->tcs[tcs_cfg[i].type];
type              584 drivers/soc/qcom/rpmh-rsc.c 		tcs->type = tcs_cfg[i].type;
type              589 drivers/soc/qcom/rpmh-rsc.c 		if (!tcs->num_tcs || tcs->type == CONTROL_TCS)
type              604 drivers/soc/qcom/rpmh-rsc.c 		if (tcs->type == ACTIVE_TCS)
type               56 drivers/soc/qcom/smd-rpm.c 	__le32 type;
type               94 drivers/soc/qcom/smd-rpm.c 		       u32 type, u32 id,
type              123 drivers/soc/qcom/smd-rpm.c 	pkt->req.type = cpu_to_le32(type);
type              258 drivers/soc/qcom/smp2p.c static int smp2p_set_irq_type(struct irq_data *irqd, unsigned int type)
type              263 drivers/soc/qcom/smp2p.c 	if (!(type & IRQ_TYPE_EDGE_BOTH))
type              266 drivers/soc/qcom/smp2p.c 	if (type & IRQ_TYPE_EDGE_RISING)
type              271 drivers/soc/qcom/smp2p.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type              283 drivers/soc/qcom/smsm.c static int smsm_set_irq_type(struct irq_data *irqd, unsigned int type)
type              288 drivers/soc/qcom/smsm.c 	if (!(type & IRQ_TYPE_EDGE_BOTH))
type              291 drivers/soc/qcom/smsm.c 	if (type & IRQ_TYPE_EDGE_RISING)
type              296 drivers/soc/qcom/smsm.c 	if (type & IRQ_TYPE_EDGE_FALLING)
type              273 drivers/soc/qcom/socinfo.c #define DEFINE_IMAGE_OPS(type)					\
type              274 drivers/soc/qcom/socinfo.c static int show_image_##type(struct seq_file *seq, void *p)		  \
type              277 drivers/soc/qcom/socinfo.c 	seq_puts(seq, image_version->type);			  \
type              281 drivers/soc/qcom/socinfo.c static int open_image_##type(struct inode *inode, struct file *file)	  \
type              283 drivers/soc/qcom/socinfo.c 	return single_open(file, show_image_##type, inode->i_private); \
type              286 drivers/soc/qcom/socinfo.c static const struct file_operations qcom_image_##type##_ops = {	  \
type              287 drivers/soc/qcom/socinfo.c 	.open = open_image_##type,					  \
type               67 drivers/soc/qcom/wcnss_ctrl.c 	u32 type;
type              128 drivers/soc/qcom/wcnss_ctrl.c 	switch (hdr->type) {
type              159 drivers/soc/qcom/wcnss_ctrl.c 		dev_info(wcnss->dev, "unknown message type %d\n", hdr->type);
type              175 drivers/soc/qcom/wcnss_ctrl.c 	msg.type = WCNSS_VERSION_REQ;
type              219 drivers/soc/qcom/wcnss_ctrl.c 	req->hdr.type = WCNSS_DOWNLOAD_NV_REQ;
type              150 drivers/soc/renesas/rmobile-sysc.c 	enum pd_types type;
type              163 drivers/soc/renesas/rmobile-sysc.c static void __init add_special_pd(struct device_node *np, enum pd_types type)
type              173 drivers/soc/renesas/rmobile-sysc.c 		if (pd == special_pds[i].pd && type == special_pds[i].type) {
type              184 drivers/soc/renesas/rmobile-sysc.c 	pr_debug("Special PM domain %pOFn type %d for %pOF\n", pd, type, np);
type              187 drivers/soc/renesas/rmobile-sysc.c 	special_pds[num_special_pds].type = type;
type              223 drivers/soc/renesas/rmobile-sysc.c 			return special_pds[i].type;
type             1843 drivers/soc/tegra/pmc.c 				   unsigned int *type)
type             1849 drivers/soc/tegra/pmc.c 	*type = fwspec->param[1];
type             1981 drivers/soc/tegra/pmc.c static int tegra_pmc_irq_set_type(struct irq_data *data, unsigned int type)
type             1992 drivers/soc/tegra/pmc.c 	switch (type) {
type              173 drivers/soc/ti/knav_qmss_queue.c 						unsigned type)
type              175 drivers/soc/ti/knav_qmss_queue.c 	if ((type == KNAV_QUEUE_QPEND) &&
type              178 drivers/soc/ti/knav_qmss_queue.c 	} else if ((type == KNAV_QUEUE_ACC) &&
type              181 drivers/soc/ti/knav_qmss_queue.c 	} else if ((type == KNAV_QUEUE_GP) &&
type              288 drivers/soc/ti/knav_qmss_queue.c 						unsigned type, unsigned flags)
type              299 drivers/soc/ti/knav_qmss_queue.c 		if (!knav_queue_match_type(inst, type))
type             1316 drivers/soc/ti/knav_qmss_queue.c 	struct device_node *type, *range;
type             1319 drivers/soc/ti/knav_qmss_queue.c 	for_each_child_of_node(queue_pools, type) {
type             1320 drivers/soc/ti/knav_qmss_queue.c 		for_each_child_of_node(type, range) {
type               28 drivers/soundwire/cadence_master.h 	enum sdw_stream_type type;
type              491 drivers/soundwire/intel.c 	if (pdi->type != SDW_STREAM_PCM)
type              730 drivers/soundwire/intel.c 	sconfig.type = dma->stream_type;
type              835 drivers/soundwire/intel.c 			    enum intel_pdi_type type,
type              850 drivers/soundwire/intel.c 		if (type == INTEL_PDI_BD || type == INTEL_PDI_OUT) {
type              865 drivers/soundwire/intel.c 		if (type == INTEL_PDI_BD || type == INTEL_PDI_IN) {
type              164 drivers/soundwire/mipi_disco.c 			      char *type)
type              178 drivers/soundwire/mipi_disco.c 			 "mipi-sdw-dp-%d-%s-subproperties", bit, type);
type              209 drivers/soundwire/mipi_disco.c 					 &dpn[i].type);
type               61 drivers/soundwire/stream.c 					  enum sdw_dpn_type type)
type               98 drivers/soundwire/stream.c 	if (type != SDW_DPN_FULL)
type              220 drivers/soundwire/stream.c 	if (dpn_prop->type != SDW_DPN_SIMPLE) {
type              222 drivers/soundwire/stream.c 						     t_params, dpn_prop->type);
type             1149 drivers/soundwire/stream.c 	stream->type = stream_config->type;
type              228 drivers/spi/spi-bcm-qspi.c static inline u32 bcm_qspi_read(struct bcm_qspi *qspi, enum base_type type,
type              231 drivers/spi/spi-bcm-qspi.c 	return bcm_qspi_readl(qspi->big_endian, qspi->base[type] + offset);
type              235 drivers/spi/spi-bcm-qspi.c static inline void bcm_qspi_write(struct bcm_qspi *qspi, enum base_type type,
type              238 drivers/spi/spi-bcm-qspi.c 	bcm_qspi_writel(qspi->big_endian, data, qspi->base[type] + offset);
type               55 drivers/spi/spi-bcm-qspi.h 	void (*bcm_qspi_int_ack)(struct bcm_qspi_soc_intc *soc_intc, int type);
type               56 drivers/spi/spi-bcm-qspi.h 	void (*bcm_qspi_int_set)(struct bcm_qspi_soc_intc *soc_intc, int type,
type               80 drivers/spi/spi-bcm-qspi.h static inline u32 get_qspi_mask(int type)
type               82 drivers/spi/spi-bcm-qspi.h 	switch (type) {
type               25 drivers/spi/spi-dw.c 	u8 type;		/* SPI/SSP/MicroWire */
type              329 drivers/spi/spi-dw.c 		| (chip->type << SPI_FRF_OFFSET)
type              434 drivers/spi/spi-dw.c 		chip->type = chip_info->type;
type              490 drivers/spi/spi-dw.c 	dws->type = SSI_MOTO_SPI;
type              105 drivers/spi/spi-dw.h 	enum dw_ssi_type	type;
type              247 drivers/spi/spi-dw.h 	u8 type;	/* SPI/SSP/MicroWire */
type               29 drivers/spi/spi-fsl-lib.c #define MPC8XXX_SPI_RX_BUF(type) 					  \
type               30 drivers/spi/spi-fsl-lib.c void mpc8xxx_spi_rx_buf_##type(u32 data, struct mpc8xxx_spi *mpc8xxx_spi) \
type               32 drivers/spi/spi-fsl-lib.c 	type *rx = mpc8xxx_spi->rx;					  \
type               33 drivers/spi/spi-fsl-lib.c 	*rx++ = (type)(data >> mpc8xxx_spi->rx_shift);			  \
type               36 drivers/spi/spi-fsl-lib.c EXPORT_SYMBOL_GPL(mpc8xxx_spi_rx_buf_##type);
type               38 drivers/spi/spi-fsl-lib.c #define MPC8XXX_SPI_TX_BUF(type)				\
type               39 drivers/spi/spi-fsl-lib.c u32 mpc8xxx_spi_tx_buf_##type(struct mpc8xxx_spi *mpc8xxx_spi)	\
type               42 drivers/spi/spi-fsl-lib.c 	const type *tx = mpc8xxx_spi->tx;			\
type               49 drivers/spi/spi-fsl-lib.c EXPORT_SYMBOL_GPL(mpc8xxx_spi_tx_buf_##type);
type               62 drivers/spi/spi-fsl-lib.h 	int type;
type              137 drivers/spi/spi-fsl-lpspi.c #define LPSPI_BUF_RX(type)						\
type              138 drivers/spi/spi-fsl-lpspi.c static void fsl_lpspi_buf_rx_##type(struct fsl_lpspi_data *fsl_lpspi)	\
type              143 drivers/spi/spi-fsl-lpspi.c 		*(type *)fsl_lpspi->rx_buf = val;			\
type              144 drivers/spi/spi-fsl-lpspi.c 		fsl_lpspi->rx_buf += sizeof(type);                      \
type              148 drivers/spi/spi-fsl-lpspi.c #define LPSPI_BUF_TX(type)						\
type              149 drivers/spi/spi-fsl-lpspi.c static void fsl_lpspi_buf_tx_##type(struct fsl_lpspi_data *fsl_lpspi)	\
type              151 drivers/spi/spi-fsl-lpspi.c 	type val = 0;							\
type              154 drivers/spi/spi-fsl-lpspi.c 		val = *(type *)fsl_lpspi->tx_buf;			\
type              155 drivers/spi/spi-fsl-lpspi.c 		fsl_lpspi->tx_buf += sizeof(type);			\
type              158 drivers/spi/spi-fsl-lpspi.c 	fsl_lpspi->remain -= sizeof(type);				\
type               53 drivers/spi/spi-fsl-spi.c 	int type;
type               57 drivers/spi/spi-fsl-spi.c 	.type = TYPE_FSL,
type               61 drivers/spi/spi-fsl-spi.c 	.type = TYPE_GRLIB,
type               84 drivers/spi/spi-fsl-spi.c 			return ((struct fsl_spi_match_data *)match->data)->type;
type              619 drivers/spi/spi-fsl-spi.c 	mpc8xxx_spi->type = fsl_spi_get_type(dev);
type              631 drivers/spi/spi-fsl-spi.c 	if (mpc8xxx_spi->type == TYPE_GRLIB)
type              710 drivers/spi/spi-fsl-spi.c 	int irq = 0, type;
type              717 drivers/spi/spi-fsl-spi.c 	type = fsl_spi_get_type(&ofdev->dev);
type              718 drivers/spi/spi-fsl-spi.c 	if (type == TYPE_FSL) {
type              139 drivers/spi/spi-imx.c #define MXC_SPI_BUF_RX(type)						\
type              140 drivers/spi/spi-imx.c static void spi_imx_buf_rx_##type(struct spi_imx_data *spi_imx)		\
type              145 drivers/spi/spi-imx.c 		*(type *)spi_imx->rx_buf = val;				\
type              146 drivers/spi/spi-imx.c 		spi_imx->rx_buf += sizeof(type);			\
type              149 drivers/spi/spi-imx.c 	spi_imx->remainder -= sizeof(type);				\
type              152 drivers/spi/spi-imx.c #define MXC_SPI_BUF_TX(type)						\
type              153 drivers/spi/spi-imx.c static void spi_imx_buf_tx_##type(struct spi_imx_data *spi_imx)		\
type              155 drivers/spi/spi-imx.c 	type val = 0;							\
type              158 drivers/spi/spi-imx.c 		val = *(type *)spi_imx->tx_buf;				\
type              159 drivers/spi/spi-imx.c 		spi_imx->tx_buf += sizeof(type);			\
type              162 drivers/spi/spi-imx.c 	spi_imx->count -= sizeof(type);					\
type               54 drivers/spi/spi-iproc-qspi.c static void bcm_iproc_qspi_int_ack(struct bcm_qspi_soc_intc *soc_intc, int type)
type               59 drivers/spi/spi-iproc-qspi.c 	u32 mask = get_qspi_mask(type);
type               68 drivers/spi/spi-iproc-qspi.c static void bcm_iproc_qspi_int_set(struct bcm_qspi_soc_intc *soc_intc, int type,
type               74 drivers/spi/spi-iproc-qspi.c 	u32 mask = get_qspi_mask(type);
type               40 drivers/spi/spi-mpc512x-psc.c 	switch (mps->type) {						\
type               58 drivers/spi/spi-mpc512x-psc.c 	int type;
type              501 drivers/spi/spi-mpc512x-psc.c 	mps->type = (int)of_device_get_match_data(dev);
type               28 drivers/spi/spi-pxa2xx-pci.c 	enum pxa_ssp_type type;
type              144 drivers/spi/spi-pxa2xx-pci.c 		.type = PXA25x_SSP,
type              150 drivers/spi/spi-pxa2xx-pci.c 		.type = LPSS_BYT_SSP,
type              157 drivers/spi/spi-pxa2xx-pci.c 		.type = LPSS_BSW_SSP,
type              164 drivers/spi/spi-pxa2xx-pci.c 		.type = LPSS_BSW_SSP,
type              171 drivers/spi/spi-pxa2xx-pci.c 		.type = LPSS_BSW_SSP,
type              178 drivers/spi/spi-pxa2xx-pci.c 		.type = PXA27x_SSP,
type              183 drivers/spi/spi-pxa2xx-pci.c 		.type = QUARK_X1000_SSP,
type              189 drivers/spi/spi-pxa2xx-pci.c 		.type = LPSS_LPT_SSP,
type              235 drivers/spi/spi-pxa2xx-pci.c 	ssp->type = c->type;
type              905 drivers/spi/spi-pxa2xx.c 	if (ssp->type == PXA25x_SSP || ssp->type == CE4100_SSP)
type             1550 drivers/spi/spi-pxa2xx.c 	enum pxa_ssp_type type;
type             1567 drivers/spi/spi-pxa2xx.c 		type = (enum pxa_ssp_type)adev_id->driver_data;
type             1569 drivers/spi/spi-pxa2xx.c 		type = (enum pxa_ssp_type)pcidev_id->driver_data;
type             1571 drivers/spi/spi-pxa2xx.c 		type = (enum pxa_ssp_type)of_id->data;
type             1606 drivers/spi/spi-pxa2xx.c 	ssp->type = type;
type             1709 drivers/spi/spi-pxa2xx.c 	drv_data->ssp_type = ssp->type;
type              285 drivers/spi/spi-sirf.c 	enum sirf_spi_type type;
type              297 drivers/spi/spi-sirf.c 	enum sirf_spi_type type;
type              405 drivers/spi/spi-sirf.c 	if (sspi->tx_by_cmd && sspi->type == SIRF_REAL_SPI
type              418 drivers/spi/spi-sirf.c 		switch (sspi->type) {
type              437 drivers/spi/spi-sirf.c 	switch (sspi->type) {
type              498 drivers/spi/spi-sirf.c 	switch (sspi->type) {
type              520 drivers/spi/spi-sirf.c 		switch (sspi->type) {
type              541 drivers/spi/spi-sirf.c 		if (sspi->type == SIRF_REAL_SPI)
type              571 drivers/spi/spi-sirf.c 	if (sspi->type == SIRF_USP_SPI_P2 ||
type              572 drivers/spi/spi-sirf.c 		sspi->type == SIRF_USP_SPI_A7) {
type              590 drivers/spi/spi-sirf.c 		if (sspi->type == SIRF_USP_SPI_P2 ||
type              591 drivers/spi/spi-sirf.c 			sspi->type == SIRF_USP_SPI_A7)
type              602 drivers/spi/spi-sirf.c 	if (sspi->type == SIRF_USP_SPI_P2 ||
type              603 drivers/spi/spi-sirf.c 		sspi->type == SIRF_USP_SPI_A7)
type              620 drivers/spi/spi-sirf.c 		switch (sspi->type) {
type              677 drivers/spi/spi-sirf.c 		if (sspi->type == SIRF_USP_SPI_P2 ||
type              678 drivers/spi/spi-sirf.c 			sspi->type == SIRF_USP_SPI_A7) {
type              687 drivers/spi/spi-sirf.c 			if (sspi->type == SIRF_USP_SPI_P2 ||
type              688 drivers/spi/spi-sirf.c 				sspi->type == SIRF_USP_SPI_A7)
type              696 drivers/spi/spi-sirf.c 		if (sspi->type == SIRF_USP_SPI_P2 ||
type              697 drivers/spi/spi-sirf.c 			sspi->type == SIRF_USP_SPI_A7)
type              719 drivers/spi/spi-sirf.c 	if (sspi->type == SIRF_REAL_SPI && sspi->tx_by_cmd)
type              736 drivers/spi/spi-sirf.c 		switch (sspi->type) {
type              852 drivers/spi/spi-sirf.c 	switch (sspi->type) {
type              921 drivers/spi/spi-sirf.c 	if (sspi->type == SIRF_USP_SPI_P2 ||
type              922 drivers/spi/spi-sirf.c 		sspi->type == SIRF_USP_SPI_A7) {
type              961 drivers/spi/spi-sirf.c 	if (sspi->type == SIRF_REAL_SPI)
type              964 drivers/spi/spi-sirf.c 	if (sspi->type == SIRF_REAL_SPI) {
type             1040 drivers/spi/spi-sirf.c 	.type = SIRF_REAL_SPI,
type             1047 drivers/spi/spi-sirf.c 	.type = SIRF_USP_SPI_P2,
type             1055 drivers/spi/spi-sirf.c 	.type = SIRF_USP_SPI_A7,
type             1095 drivers/spi/spi-sirf.c 	sspi->type = spi_comp_data->type;
type             1437 drivers/spi/spi-stm32.c 	unsigned int type = SPI_FULL_DUPLEX;
type             1447 drivers/spi/spi-stm32.c 			type = SPI_3WIRE_RX;
type             1449 drivers/spi/spi-stm32.c 			type = SPI_3WIRE_TX;
type             1452 drivers/spi/spi-stm32.c 			type = SPI_SIMPLEX_RX;
type             1454 drivers/spi/spi-stm32.c 			type = SPI_SIMPLEX_TX;
type             1457 drivers/spi/spi-stm32.c 	return type;
type             1919 drivers/spi/spi.c 	if (ares->type == ACPI_RESOURCE_TYPE_SERIAL_BUS) {
type             1925 drivers/spi/spi.c 		if (sb->type == ACPI_RESOURCE_SERIAL_TYPE_SPI) {
type              454 drivers/spmi/spmi-pmic-arb.c 	u8 type; /* 1 -> edge */
type              604 drivers/spmi/spmi-pmic-arb.c 	struct spmi_pmic_arb_qpnpint_type type;
type              608 drivers/spmi/spmi-pmic-arb.c 	qpnpint_spmi_read(d, QPNPINT_REG_SET_TYPE, &type, sizeof(type));
type              611 drivers/spmi/spmi-pmic-arb.c 		type.type |= BIT(irq);
type              613 drivers/spmi/spmi-pmic-arb.c 			type.polarity_high |= BIT(irq);
type              615 drivers/spmi/spmi-pmic-arb.c 			type.polarity_low  |= BIT(irq);
type              623 drivers/spmi/spmi-pmic-arb.c 		type.type &= ~BIT(irq); /* level trig */
type              625 drivers/spmi/spmi-pmic-arb.c 			type.polarity_high |= BIT(irq);
type              627 drivers/spmi/spmi-pmic-arb.c 			type.polarity_low  |= BIT(irq);
type              632 drivers/spmi/spmi-pmic-arb.c 	qpnpint_spmi_write(d, QPNPINT_REG_SET_TYPE, &type, sizeof(type));
type              738 drivers/spmi/spmi-pmic-arb.c 				   irq_hw_number_t hwirq, unsigned int type)
type              743 drivers/spmi/spmi-pmic-arb.c 		virq, hwirq, type);
type              745 drivers/spmi/spmi-pmic-arb.c 	if (type & IRQ_TYPE_EDGE_BOTH)
type              764 drivers/spmi/spmi-pmic-arb.c 	unsigned int type;
type              767 drivers/spmi/spmi-pmic-arb.c 	ret = qpnpint_irq_domain_translate(domain, fwspec, &hwirq, &type);
type              773 drivers/spmi/spmi-pmic-arb.c 				       type);
type               96 drivers/spmi/spmi.c 	if (!ctrl || !ctrl->cmd || ctrl->dev.type != &spmi_ctrl_type)
type              109 drivers/spmi/spmi.c 	if (!ctrl || !ctrl->read_cmd || ctrl->dev.type != &spmi_ctrl_type)
type              123 drivers/spmi/spmi.c 	if (!ctrl || !ctrl->write_cmd || ctrl->dev.type != &spmi_ctrl_type)
type              398 drivers/spmi/spmi.c 	sdev->dev.type = &spmi_dev_type;
type              427 drivers/spmi/spmi.c 	ctrl->dev.type = &spmi_ctrl_type;
type              534 drivers/spmi/spmi.c 	if (dev->type == &spmi_dev_type)
type              197 drivers/ssb/host_soc.c 		err = kstrtou16(strim(buf), 0, &iv->boardinfo.type);
type              931 drivers/ssb/pci.c 	bi->type = bus->host_pci->subsystem_device;
type              438 drivers/staging/android/ion/ion.c 		hdata.type = heap->type;
type              142 drivers/staging/android/ion/ion.h 	enum ion_heap_type type;
type              115 drivers/staging/android/ion/ion_cma_heap.c 	cma_heap->heap.type = ION_HEAP_TYPE_DMA;
type              256 drivers/staging/android/ion/ion_system_heap.c 	heap->heap.type = ION_HEAP_TYPE_SYSTEM;
type              359 drivers/staging/android/ion/ion_system_heap.c 	heap->type = ION_HEAP_TYPE_SYSTEM_CONTIG;
type               87 drivers/staging/android/uapi/ion.h 	__u32 type;
type              785 drivers/staging/comedi/comedi.h 	unsigned int type;
type              991 drivers/staging/comedi/comedi_fops.c 		us->type = s->type;
type             1404 drivers/staging/comedi/comedi_fops.c 		if (s->type == COMEDI_SUBD_UNUSED) {
type             1690 drivers/staging/comedi/comedi_fops.c 	if (s->type == COMEDI_SUBD_UNUSED) {
type              156 drivers/staging/comedi/comedidev.h 	int type;
type               22 drivers/staging/comedi/comedilib.h int comedi_find_subdevice_by_type(struct comedi_device *dev, int type,
type              422 drivers/staging/comedi/drivers.c 	switch (s->type) {
type              707 drivers/staging/comedi/drivers.c 		if (s->type == COMEDI_SUBD_UNUSED)
type              710 drivers/staging/comedi/drivers.c 		if (s->type == COMEDI_SUBD_DO) {
type               82 drivers/staging/comedi/drivers/8255.c 			s->type = COMEDI_SUBD_UNUSED;
type               91 drivers/staging/comedi/drivers/8255.c 				s->type = COMEDI_SUBD_UNUSED;
type              107 drivers/staging/comedi/drivers/8255.c 		if (s->type != COMEDI_SUBD_UNUSED) {
type              321 drivers/staging/comedi/drivers/addi_apci_1032.c 	s->type		= COMEDI_SUBD_DI;
type              332 drivers/staging/comedi/drivers/addi_apci_1032.c 		s->type		= COMEDI_SUBD_DI;
type              344 drivers/staging/comedi/drivers/addi_apci_1032.c 		s->type		= COMEDI_SUBD_UNUSED;
type              779 drivers/staging/comedi/drivers/addi_apci_1500.c 	s->type		= COMEDI_SUBD_DI;
type              797 drivers/staging/comedi/drivers/addi_apci_1500.c 	s->type		= COMEDI_SUBD_DO;
type              809 drivers/staging/comedi/drivers/addi_apci_1500.c 	s->type		= COMEDI_SUBD_TIMER;
type              141 drivers/staging/comedi/drivers/addi_apci_1516.c 		s->type		= COMEDI_SUBD_DI;
type              148 drivers/staging/comedi/drivers/addi_apci_1516.c 		s->type		= COMEDI_SUBD_UNUSED;
type              154 drivers/staging/comedi/drivers/addi_apci_1516.c 		s->type		= COMEDI_SUBD_DO;
type              161 drivers/staging/comedi/drivers/addi_apci_1516.c 		s->type		= COMEDI_SUBD_UNUSED;
type              171 drivers/staging/comedi/drivers/addi_apci_1516.c 		s->type		= COMEDI_SUBD_UNUSED;
type              697 drivers/staging/comedi/drivers/addi_apci_1564.c 	s->type		= COMEDI_SUBD_DI;
type              706 drivers/staging/comedi/drivers/addi_apci_1564.c 	s->type		= COMEDI_SUBD_DO;
type              717 drivers/staging/comedi/drivers/addi_apci_1564.c 		s->type		= COMEDI_SUBD_DI;
type              729 drivers/staging/comedi/drivers/addi_apci_1564.c 		s->type		= COMEDI_SUBD_UNUSED;
type              734 drivers/staging/comedi/drivers/addi_apci_1564.c 	s->type		= COMEDI_SUBD_TIMER;
type              746 drivers/staging/comedi/drivers/addi_apci_1564.c 		s->type		= COMEDI_SUBD_COUNTER;
type              755 drivers/staging/comedi/drivers/addi_apci_1564.c 		s->type		= COMEDI_SUBD_UNUSED;
type              766 drivers/staging/comedi/drivers/addi_apci_1564.c 	s->type		= COMEDI_SUBD_DI;
type              132 drivers/staging/comedi/drivers/addi_apci_16xx.c 		s->type		= COMEDI_SUBD_DIO;
type              252 drivers/staging/comedi/drivers/addi_apci_2032.c 	s->type		= COMEDI_SUBD_DO;
type              267 drivers/staging/comedi/drivers/addi_apci_2032.c 	s->type		= COMEDI_SUBD_DI;
type               81 drivers/staging/comedi/drivers/addi_apci_2200.c 	s->type		= COMEDI_SUBD_DI;
type               90 drivers/staging/comedi/drivers/addi_apci_2200.c 	s->type		= COMEDI_SUBD_DO;
type             1019 drivers/staging/comedi/drivers/addi_apci_3120.c 	s->type		= COMEDI_SUBD_AI;
type             1037 drivers/staging/comedi/drivers/addi_apci_3120.c 		s->type		= COMEDI_SUBD_AO;
type             1048 drivers/staging/comedi/drivers/addi_apci_3120.c 		s->type		= COMEDI_SUBD_UNUSED;
type             1053 drivers/staging/comedi/drivers/addi_apci_3120.c 	s->type		= COMEDI_SUBD_DI;
type             1062 drivers/staging/comedi/drivers/addi_apci_3120.c 	s->type		= COMEDI_SUBD_DO;
type             1071 drivers/staging/comedi/drivers/addi_apci_3120.c 	s->type		= COMEDI_SUBD_TIMER;
type              333 drivers/staging/comedi/drivers/addi_apci_3501.c 		s->type		= COMEDI_SUBD_AO;
type              344 drivers/staging/comedi/drivers/addi_apci_3501.c 		s->type		= COMEDI_SUBD_UNUSED;
type              349 drivers/staging/comedi/drivers/addi_apci_3501.c 	s->type		= COMEDI_SUBD_DI;
type              358 drivers/staging/comedi/drivers/addi_apci_3501.c 	s->type		= COMEDI_SUBD_DO;
type              367 drivers/staging/comedi/drivers/addi_apci_3501.c 	s->type		= COMEDI_SUBD_UNUSED;
type              371 drivers/staging/comedi/drivers/addi_apci_3501.c 	s->type		= COMEDI_SUBD_MEMORY;
type              803 drivers/staging/comedi/drivers/addi_apci_3xxx.c 		s->type		= COMEDI_SUBD_AI;
type              842 drivers/staging/comedi/drivers/addi_apci_3xxx.c 		s->type		= COMEDI_SUBD_AO;
type              859 drivers/staging/comedi/drivers/addi_apci_3xxx.c 		s->type		= COMEDI_SUBD_DI;
type              872 drivers/staging/comedi/drivers/addi_apci_3xxx.c 		s->type		= COMEDI_SUBD_DO;
type              885 drivers/staging/comedi/drivers/addi_apci_3xxx.c 		s->type		= COMEDI_SUBD_DIO;
type              115 drivers/staging/comedi/drivers/addi_watchdog.c 	s->type		= COMEDI_SUBD_TIMER;
type              129 drivers/staging/comedi/drivers/adl_pci6208.c 	s->type		= COMEDI_SUBD_AO;
type              142 drivers/staging/comedi/drivers/adl_pci6208.c 	s->type		= COMEDI_SUBD_DI;
type              151 drivers/staging/comedi/drivers/adl_pci6208.c 	s->type		= COMEDI_SUBD_DO;
type              179 drivers/staging/comedi/drivers/adl_pci7x3x.c 		s->type		= COMEDI_SUBD_DI;
type              194 drivers/staging/comedi/drivers/adl_pci7x3x.c 			s->type		= COMEDI_SUBD_DI;
type              212 drivers/staging/comedi/drivers/adl_pci7x3x.c 		s->type		= COMEDI_SUBD_DO;
type              227 drivers/staging/comedi/drivers/adl_pci7x3x.c 			s->type		= COMEDI_SUBD_DO;
type               79 drivers/staging/comedi/drivers/adl_pci8164.c 	s->type		= COMEDI_SUBD_PROC;
type               90 drivers/staging/comedi/drivers/adl_pci8164.c 	s->type		= COMEDI_SUBD_PROC;
type              101 drivers/staging/comedi/drivers/adl_pci8164.c 	s->type		= COMEDI_SUBD_PROC;
type              112 drivers/staging/comedi/drivers/adl_pci8164.c 	s->type		= COMEDI_SUBD_PROC;
type              661 drivers/staging/comedi/drivers/adl_pci9111.c 	s->type		= COMEDI_SUBD_AI;
type              678 drivers/staging/comedi/drivers/adl_pci9111.c 	s->type		= COMEDI_SUBD_AO;
type              691 drivers/staging/comedi/drivers/adl_pci9111.c 	s->type		= COMEDI_SUBD_DI;
type              699 drivers/staging/comedi/drivers/adl_pci9111.c 	s->type		= COMEDI_SUBD_DO;
type             1577 drivers/staging/comedi/drivers/adl_pci9118.c 	s->type		= COMEDI_SUBD_AI;
type             1610 drivers/staging/comedi/drivers/adl_pci9118.c 	s->type		= COMEDI_SUBD_AO;
type             1627 drivers/staging/comedi/drivers/adl_pci9118.c 	s->type		= COMEDI_SUBD_DI;
type             1636 drivers/staging/comedi/drivers/adl_pci9118.c 	s->type		= COMEDI_SUBD_DO;
type              199 drivers/staging/comedi/drivers/adq12b.c 	s->type		= COMEDI_SUBD_AI;
type              214 drivers/staging/comedi/drivers/adq12b.c 	s->type		= COMEDI_SUBD_DI;
type              223 drivers/staging/comedi/drivers/adq12b.c 	s->type		= COMEDI_SUBD_DO;
type              804 drivers/staging/comedi/drivers/adv_pci1710.c 	s->type		= COMEDI_SUBD_AI;
type              832 drivers/staging/comedi/drivers/adv_pci1710.c 		s->type		= COMEDI_SUBD_AO;
type              847 drivers/staging/comedi/drivers/adv_pci1710.c 		s->type		= COMEDI_SUBD_DI;
type              856 drivers/staging/comedi/drivers/adv_pci1710.c 		s->type		= COMEDI_SUBD_DO;
type              130 drivers/staging/comedi/drivers/adv_pci1720.c 	s->type		= COMEDI_SUBD_AO;
type              143 drivers/staging/comedi/drivers/adv_pci1720.c 	s->type		= COMEDI_SUBD_DI;
type              151 drivers/staging/comedi/drivers/adv_pci1723.c 	s->type		= COMEDI_SUBD_AO;
type              178 drivers/staging/comedi/drivers/adv_pci1723.c 	s->type		= COMEDI_SUBD_DIO;
type              141 drivers/staging/comedi/drivers/adv_pci1724.c 	s->type		= COMEDI_SUBD_AO;
type              155 drivers/staging/comedi/drivers/adv_pci1724.c 	s->type		= COMEDI_SUBD_CALIB;
type              168 drivers/staging/comedi/drivers/adv_pci1724.c 	s->type		= COMEDI_SUBD_CALIB;
type              359 drivers/staging/comedi/drivers/adv_pci1760.c 	s->type		= COMEDI_SUBD_DI;
type              368 drivers/staging/comedi/drivers/adv_pci1760.c 	s->type		= COMEDI_SUBD_DO;
type              383 drivers/staging/comedi/drivers/adv_pci1760.c 	s->type		= COMEDI_SUBD_PWM;
type              390 drivers/staging/comedi/drivers/adv_pci1760.c 	s->type		= COMEDI_SUBD_UNUSED;
type              379 drivers/staging/comedi/drivers/adv_pci_dio.c 			s->type		= COMEDI_SUBD_DI;
type              395 drivers/staging/comedi/drivers/adv_pci_dio.c 			s->type		= COMEDI_SUBD_DO;
type              435 drivers/staging/comedi/drivers/adv_pci_dio.c 		s->type		= COMEDI_SUBD_DI;
type              222 drivers/staging/comedi/drivers/aio_aio12_8.c 		s->type		= COMEDI_SUBD_AI;
type              229 drivers/staging/comedi/drivers/aio_aio12_8.c 		s->type = COMEDI_SUBD_UNUSED;
type              235 drivers/staging/comedi/drivers/aio_aio12_8.c 		s->type		= COMEDI_SUBD_AO;
type              246 drivers/staging/comedi/drivers/aio_aio12_8.c 		s->type = COMEDI_SUBD_UNUSED;
type              194 drivers/staging/comedi/drivers/aio_iiro_16.c 	s->type		= COMEDI_SUBD_DO;
type              207 drivers/staging/comedi/drivers/aio_iiro_16.c 	s->type		= COMEDI_SUBD_DI;
type              438 drivers/staging/comedi/drivers/amplc_dio200_common.c 	s->type = COMEDI_SUBD_DI;
type              687 drivers/staging/comedi/drivers/amplc_dio200_common.c 	s->type = COMEDI_SUBD_DIO;
type              814 drivers/staging/comedi/drivers/amplc_dio200_common.c 				s->type = COMEDI_SUBD_UNUSED;
type              818 drivers/staging/comedi/drivers/amplc_dio200_common.c 			s->type		= COMEDI_SUBD_TIMER;
type              826 drivers/staging/comedi/drivers/amplc_dio200_common.c 			s->type = COMEDI_SUBD_UNUSED;
type              155 drivers/staging/comedi/drivers/amplc_pc236_common.c 	s->type = COMEDI_SUBD_UNUSED;
type              161 drivers/staging/comedi/drivers/amplc_pc236_common.c 			s->type = COMEDI_SUBD_DI;
type               74 drivers/staging/comedi/drivers/amplc_pc263.c 	s->type		= COMEDI_SUBD_DO;
type             1067 drivers/staging/comedi/drivers/amplc_pci224.c 	s->type = COMEDI_SUBD_AO;
type             2491 drivers/staging/comedi/drivers/amplc_pci230.c 	s->type = COMEDI_SUBD_AI;
type             2509 drivers/staging/comedi/drivers/amplc_pci230.c 		s->type = COMEDI_SUBD_AO;
type             2528 drivers/staging/comedi/drivers/amplc_pci230.c 		s->type = COMEDI_SUBD_UNUSED;
type             2538 drivers/staging/comedi/drivers/amplc_pci230.c 		s->type = COMEDI_SUBD_UNUSED;
type               67 drivers/staging/comedi/drivers/amplc_pci263.c 	s->type		= COMEDI_SUBD_DO;
type              258 drivers/staging/comedi/drivers/c6xdigio.c 	s->type		= COMEDI_SUBD_PWM;
type              268 drivers/staging/comedi/drivers/c6xdigio.c 	s->type		= COMEDI_SUBD_COUNTER;
type              379 drivers/staging/comedi/drivers/cb_das16_cs.c 	s->type		= COMEDI_SUBD_AI;
type              389 drivers/staging/comedi/drivers/cb_das16_cs.c 		s->type		= COMEDI_SUBD_AO;
type              400 drivers/staging/comedi/drivers/cb_das16_cs.c 		s->type		= COMEDI_SUBD_UNUSED;
type              405 drivers/staging/comedi/drivers/cb_das16_cs.c 	s->type		= COMEDI_SUBD_DIO;
type             1309 drivers/staging/comedi/drivers/cb_pcidas.c 	s->type		= COMEDI_SUBD_AI;
type             1329 drivers/staging/comedi/drivers/cb_pcidas.c 		s->type		= COMEDI_SUBD_AO;
type             1350 drivers/staging/comedi/drivers/cb_pcidas.c 		s->type		= COMEDI_SUBD_UNUSED;
type             1361 drivers/staging/comedi/drivers/cb_pcidas.c 	s->type		= COMEDI_SUBD_MEMORY;
type             1369 drivers/staging/comedi/drivers/cb_pcidas.c 	s->type		= COMEDI_SUBD_CALIB;
type             1389 drivers/staging/comedi/drivers/cb_pcidas.c 	s->type		= COMEDI_SUBD_CALIB;
type             1418 drivers/staging/comedi/drivers/cb_pcidas.c 		s->type		= COMEDI_SUBD_CALIB;
type             1433 drivers/staging/comedi/drivers/cb_pcidas.c 		s->type		= COMEDI_SUBD_UNUSED;
type             3800 drivers/staging/comedi/drivers/cb_pcidas64.c 	s->type = COMEDI_SUBD_AI;
type             3833 drivers/staging/comedi/drivers/cb_pcidas64.c 		s->type = COMEDI_SUBD_AO;
type             3853 drivers/staging/comedi/drivers/cb_pcidas64.c 		s->type = COMEDI_SUBD_UNUSED;
type             3859 drivers/staging/comedi/drivers/cb_pcidas64.c 		s->type = COMEDI_SUBD_DI;
type             3866 drivers/staging/comedi/drivers/cb_pcidas64.c 		s->type = COMEDI_SUBD_UNUSED;
type             3872 drivers/staging/comedi/drivers/cb_pcidas64.c 		s->type = COMEDI_SUBD_DO;
type             3879 drivers/staging/comedi/drivers/cb_pcidas64.c 		s->type = COMEDI_SUBD_UNUSED;
type             3895 drivers/staging/comedi/drivers/cb_pcidas64.c 		s->type = COMEDI_SUBD_UNUSED;
type             3901 drivers/staging/comedi/drivers/cb_pcidas64.c 		s->type = COMEDI_SUBD_DIO;
type             3909 drivers/staging/comedi/drivers/cb_pcidas64.c 		s->type = COMEDI_SUBD_UNUSED;
type             3914 drivers/staging/comedi/drivers/cb_pcidas64.c 	s->type = COMEDI_SUBD_CALIB;
type             3935 drivers/staging/comedi/drivers/cb_pcidas64.c 		s->type = COMEDI_SUBD_CALIB;
type             3950 drivers/staging/comedi/drivers/cb_pcidas64.c 		s->type = COMEDI_SUBD_UNUSED;
type             3957 drivers/staging/comedi/drivers/cb_pcidas64.c 		s->type = COMEDI_SUBD_MEMORY;
type             3963 drivers/staging/comedi/drivers/cb_pcidas64.c 		s->type = COMEDI_SUBD_UNUSED;
type             3968 drivers/staging/comedi/drivers/cb_pcidas64.c 	s->type = COMEDI_SUBD_UNUSED;
type              360 drivers/staging/comedi/drivers/cb_pcidda.c 	s->type = COMEDI_SUBD_AO;
type              380 drivers/staging/comedi/drivers/cb_pcimdas.c 	s->type		= COMEDI_SUBD_AI;
type              396 drivers/staging/comedi/drivers/cb_pcimdas.c 	s->type		= COMEDI_SUBD_AO;
type              415 drivers/staging/comedi/drivers/cb_pcimdas.c 	s->type		= COMEDI_SUBD_DI;
type              424 drivers/staging/comedi/drivers/cb_pcimdas.c 	s->type		= COMEDI_SUBD_DO;
type              145 drivers/staging/comedi/drivers/cb_pcimdda.c 	s->type		= COMEDI_SUBD_AO;
type              562 drivers/staging/comedi/drivers/comedi_8254.c 	s->type		= COMEDI_SUBD_COUNTER;
type              164 drivers/staging/comedi/drivers/comedi_8255.c 	s->type		= COMEDI_SUBD_DIO;
type              298 drivers/staging/comedi/drivers/comedi_bond.c 	s->type = COMEDI_SUBD_DIO;
type              247 drivers/staging/comedi/drivers/comedi_parport.c 	s->type		= COMEDI_SUBD_DIO;
type              257 drivers/staging/comedi/drivers/comedi_parport.c 	s->type		= COMEDI_SUBD_DI;
type              266 drivers/staging/comedi/drivers/comedi_parport.c 	s->type		= COMEDI_SUBD_DO;
type              277 drivers/staging/comedi/drivers/comedi_parport.c 		s->type		= COMEDI_SUBD_DI;
type              693 drivers/staging/comedi/drivers/comedi_test.c 	s->type = COMEDI_SUBD_AI;
type              708 drivers/staging/comedi/drivers/comedi_test.c 	s->type = COMEDI_SUBD_AO;
type               69 drivers/staging/comedi/drivers/contec_pci_dio.c 	s->type		= COMEDI_SUBD_DI;
type               77 drivers/staging/comedi/drivers/contec_pci_dio.c 	s->type		= COMEDI_SUBD_DO;
type              117 drivers/staging/comedi/drivers/dac02.c 	s->type		= COMEDI_SUBD_AO;
type              721 drivers/staging/comedi/drivers/daqboard2000.c 	s->type = COMEDI_SUBD_AI;
type              730 drivers/staging/comedi/drivers/daqboard2000.c 	s->type = COMEDI_SUBD_AO;
type              362 drivers/staging/comedi/drivers/das08.c 		s->type = COMEDI_SUBD_AI;
type              376 drivers/staging/comedi/drivers/das08.c 		s->type = COMEDI_SUBD_UNUSED;
type              382 drivers/staging/comedi/drivers/das08.c 		s->type = COMEDI_SUBD_AO;
type              399 drivers/staging/comedi/drivers/das08.c 		s->type = COMEDI_SUBD_UNUSED;
type              405 drivers/staging/comedi/drivers/das08.c 		s->type = COMEDI_SUBD_DI;
type              413 drivers/staging/comedi/drivers/das08.c 		s->type = COMEDI_SUBD_UNUSED;
type              419 drivers/staging/comedi/drivers/das08.c 		s->type = COMEDI_SUBD_DO;
type              427 drivers/staging/comedi/drivers/das08.c 		s->type = COMEDI_SUBD_UNUSED;
type              437 drivers/staging/comedi/drivers/das08.c 		s->type = COMEDI_SUBD_UNUSED;
type              450 drivers/staging/comedi/drivers/das08.c 		s->type = COMEDI_SUBD_UNUSED;
type             1087 drivers/staging/comedi/drivers/das16.c 	s->type		= COMEDI_SUBD_AI;
type             1112 drivers/staging/comedi/drivers/das16.c 		s->type		= COMEDI_SUBD_AO;
type             1123 drivers/staging/comedi/drivers/das16.c 		s->type		= COMEDI_SUBD_UNUSED;
type             1128 drivers/staging/comedi/drivers/das16.c 	s->type		= COMEDI_SUBD_DI;
type             1137 drivers/staging/comedi/drivers/das16.c 	s->type		= COMEDI_SUBD_DO;
type              549 drivers/staging/comedi/drivers/das16m1.c 	s->type		= COMEDI_SUBD_AI;
type              568 drivers/staging/comedi/drivers/das16m1.c 	s->type		= COMEDI_SUBD_DI;
type              577 drivers/staging/comedi/drivers/das16m1.c 	s->type		= COMEDI_SUBD_DO;
type             1262 drivers/staging/comedi/drivers/das1800.c 	s->type		= COMEDI_SUBD_AI;
type             1285 drivers/staging/comedi/drivers/das1800.c 		s->type		= COMEDI_SUBD_AO;
type             1307 drivers/staging/comedi/drivers/das1800.c 		s->type		= COMEDI_SUBD_UNUSED;
type             1309 drivers/staging/comedi/drivers/das1800.c 		s->type		= COMEDI_SUBD_UNUSED;
type             1314 drivers/staging/comedi/drivers/das1800.c 	s->type		= COMEDI_SUBD_DI;
type             1323 drivers/staging/comedi/drivers/das1800.c 	s->type		= COMEDI_SUBD_DO;
type              606 drivers/staging/comedi/drivers/das6402.c 	s->type		= COMEDI_SUBD_AI;
type              623 drivers/staging/comedi/drivers/das6402.c 	s->type		= COMEDI_SUBD_AO;
type              637 drivers/staging/comedi/drivers/das6402.c 	s->type		= COMEDI_SUBD_DI;
type              646 drivers/staging/comedi/drivers/das6402.c 	s->type		= COMEDI_SUBD_DO;
type              689 drivers/staging/comedi/drivers/das800.c 	s->type		= COMEDI_SUBD_AI;
type              705 drivers/staging/comedi/drivers/das800.c 	s->type		= COMEDI_SUBD_DI;
type              714 drivers/staging/comedi/drivers/das800.c 	s->type		= COMEDI_SUBD_DO;
type              573 drivers/staging/comedi/drivers/dmm32at.c 	s->type		= COMEDI_SUBD_AI;
type              590 drivers/staging/comedi/drivers/dmm32at.c 	s->type		= COMEDI_SUBD_AO;
type              414 drivers/staging/comedi/drivers/dt2801.c static const struct comedi_lrange *ai_range_lkup(int type, int opt)
type              416 drivers/staging/comedi/drivers/dt2801.c 	switch (type) {
type              539 drivers/staging/comedi/drivers/dt2801.c 	int board_code, type;
type              555 drivers/staging/comedi/drivers/dt2801.c 	for (type = 0; type < ARRAY_SIZE(boardtypes); type++) {
type              556 drivers/staging/comedi/drivers/dt2801.c 		if (boardtypes[type].boardcode == board_code)
type              561 drivers/staging/comedi/drivers/dt2801.c 	type = 0;
type              564 drivers/staging/comedi/drivers/dt2801.c 	dev->board_ptr = boardtypes + type;
type              581 drivers/staging/comedi/drivers/dt2801.c 	s->type = COMEDI_SUBD_AI;
type              597 drivers/staging/comedi/drivers/dt2801.c 	s->type = COMEDI_SUBD_AO;
type              612 drivers/staging/comedi/drivers/dt2801.c 	s->type = COMEDI_SUBD_DIO;
type              622 drivers/staging/comedi/drivers/dt2801.c 	s->type = COMEDI_SUBD_DIO;
type              580 drivers/staging/comedi/drivers/dt2811.c 	s->type		= COMEDI_SUBD_AI;
type              600 drivers/staging/comedi/drivers/dt2811.c 	s->type		= COMEDI_SUBD_AO;
type              613 drivers/staging/comedi/drivers/dt2811.c 	s->type		= COMEDI_SUBD_DI;
type              622 drivers/staging/comedi/drivers/dt2811.c 	s->type		= COMEDI_SUBD_DO;
type              263 drivers/staging/comedi/drivers/dt2814.c 	s->type = COMEDI_SUBD_AI;
type              162 drivers/staging/comedi/drivers/dt2815.c 	s->type = COMEDI_SUBD_AO;
type              117 drivers/staging/comedi/drivers/dt2817.c 	s->type = COMEDI_SUBD_DIO;
type             1118 drivers/staging/comedi/drivers/dt282x.c 	s->type		= COMEDI_SUBD_AI;
type             1145 drivers/staging/comedi/drivers/dt282x.c 		s->type		= COMEDI_SUBD_AO;
type             1165 drivers/staging/comedi/drivers/dt282x.c 		s->type		= COMEDI_SUBD_UNUSED;
type             1170 drivers/staging/comedi/drivers/dt282x.c 	s->type		= COMEDI_SUBD_DIO;
type              652 drivers/staging/comedi/drivers/dt3000.c 	s->type		= COMEDI_SUBD_AI;
type              670 drivers/staging/comedi/drivers/dt3000.c 		s->type		= COMEDI_SUBD_AO;
type              682 drivers/staging/comedi/drivers/dt3000.c 		s->type		= COMEDI_SUBD_UNUSED;
type              687 drivers/staging/comedi/drivers/dt3000.c 	s->type		= COMEDI_SUBD_DIO;
type              697 drivers/staging/comedi/drivers/dt3000.c 	s->type		= COMEDI_SUBD_MEMORY;
type              785 drivers/staging/comedi/drivers/dt9812.c 	s->type		= COMEDI_SUBD_DI;
type              794 drivers/staging/comedi/drivers/dt9812.c 	s->type		= COMEDI_SUBD_DO;
type              803 drivers/staging/comedi/drivers/dt9812.c 	s->type		= COMEDI_SUBD_AI;
type              812 drivers/staging/comedi/drivers/dt9812.c 	s->type		= COMEDI_SUBD_AO;
type              188 drivers/staging/comedi/drivers/dyna_pci10xx.c 	s->type = COMEDI_SUBD_AI;
type              197 drivers/staging/comedi/drivers/dyna_pci10xx.c 	s->type = COMEDI_SUBD_AO;
type              206 drivers/staging/comedi/drivers/dyna_pci10xx.c 	s->type = COMEDI_SUBD_DI;
type              215 drivers/staging/comedi/drivers/dyna_pci10xx.c 	s->type = COMEDI_SUBD_DO;
type              114 drivers/staging/comedi/drivers/fl512.c 	s->type		= COMEDI_SUBD_AI;
type              123 drivers/staging/comedi/drivers/fl512.c 	s->type		= COMEDI_SUBD_AO;
type              660 drivers/staging/comedi/drivers/gsc_hpdi.c 	s->type		= COMEDI_SUBD_DIO;
type              266 drivers/staging/comedi/drivers/icp_multi.c 	s->type		= COMEDI_SUBD_AI;
type              275 drivers/staging/comedi/drivers/icp_multi.c 	s->type		= COMEDI_SUBD_AO;
type              288 drivers/staging/comedi/drivers/icp_multi.c 	s->type		= COMEDI_SUBD_DI;
type              297 drivers/staging/comedi/drivers/icp_multi.c 	s->type		= COMEDI_SUBD_DO;
type              387 drivers/staging/comedi/drivers/ii_pci20kc.c 		s->type		= COMEDI_SUBD_AO;
type              400 drivers/staging/comedi/drivers/ii_pci20kc.c 		s->type		= COMEDI_SUBD_AI;
type              408 drivers/staging/comedi/drivers/ii_pci20kc.c 		s->type = COMEDI_SUBD_UNUSED;
type              461 drivers/staging/comedi/drivers/ii_pci20kc.c 		s->type = COMEDI_SUBD_UNUSED;
type              470 drivers/staging/comedi/drivers/ii_pci20kc.c 		s->type = COMEDI_SUBD_UNUSED;
type              479 drivers/staging/comedi/drivers/ii_pci20kc.c 		s->type = COMEDI_SUBD_UNUSED;
type              489 drivers/staging/comedi/drivers/ii_pci20kc.c 		s->type		= COMEDI_SUBD_DIO;
type              500 drivers/staging/comedi/drivers/ii_pci20kc.c 		s->type = COMEDI_SUBD_UNUSED;
type              715 drivers/staging/comedi/drivers/jr3_pci.c 		s->type		= COMEDI_SUBD_AI;
type              178 drivers/staging/comedi/drivers/ke_counter.c 	s->type		= COMEDI_SUBD_COUNTER;
type              188 drivers/staging/comedi/drivers/ke_counter.c 	s->type		= COMEDI_SUBD_DO;
type             1150 drivers/staging/comedi/drivers/me4000.c 	s->type		= COMEDI_SUBD_AI;
type             1171 drivers/staging/comedi/drivers/me4000.c 		s->type		= COMEDI_SUBD_AO;
type             1182 drivers/staging/comedi/drivers/me4000.c 		s->type		= COMEDI_SUBD_UNUSED;
type             1187 drivers/staging/comedi/drivers/me4000.c 	s->type		= COMEDI_SUBD_DIO;
type             1219 drivers/staging/comedi/drivers/me4000.c 		s->type = COMEDI_SUBD_UNUSED;
type              474 drivers/staging/comedi/drivers/me_daq.c 	s->type		= COMEDI_SUBD_AI;
type              484 drivers/staging/comedi/drivers/me_daq.c 		s->type		= COMEDI_SUBD_AO;
type              496 drivers/staging/comedi/drivers/me_daq.c 		s->type = COMEDI_SUBD_UNUSED;
type              500 drivers/staging/comedi/drivers/me_daq.c 	s->type		= COMEDI_SUBD_DIO;
type              226 drivers/staging/comedi/drivers/mf6x4.c 	s->type		= COMEDI_SUBD_AI;
type              235 drivers/staging/comedi/drivers/mf6x4.c 	s->type		= COMEDI_SUBD_AO;
type              248 drivers/staging/comedi/drivers/mf6x4.c 	s->type		= COMEDI_SUBD_DI;
type              257 drivers/staging/comedi/drivers/mf6x4.c 	s->type		= COMEDI_SUBD_DO;
type              290 drivers/staging/comedi/drivers/mpc624.c 	s->type		= COMEDI_SUBD_AI;
type              268 drivers/staging/comedi/drivers/multiq3.c 	s->type		= COMEDI_SUBD_AI;
type              277 drivers/staging/comedi/drivers/multiq3.c 	s->type		= COMEDI_SUBD_AO;
type              290 drivers/staging/comedi/drivers/multiq3.c 	s->type		= COMEDI_SUBD_DI;
type              299 drivers/staging/comedi/drivers/multiq3.c 	s->type		= COMEDI_SUBD_DO;
type              308 drivers/staging/comedi/drivers/multiq3.c 	s->type		= COMEDI_SUBD_COUNTER;
type              415 drivers/staging/comedi/drivers/ni_6527.c 	s->type		= COMEDI_SUBD_DI;
type              425 drivers/staging/comedi/drivers/ni_6527.c 	s->type		= COMEDI_SUBD_DO;
type              436 drivers/staging/comedi/drivers/ni_6527.c 		s->type		= COMEDI_SUBD_DI;
type              448 drivers/staging/comedi/drivers/ni_6527.c 		s->type = COMEDI_SUBD_UNUSED;
type              386 drivers/staging/comedi/drivers/ni_65xx.c 		if (s->type != COMEDI_SUBD_DIO)
type              393 drivers/staging/comedi/drivers/ni_65xx.c 		if (s->type != COMEDI_SUBD_DIO)
type              400 drivers/staging/comedi/drivers/ni_65xx.c 		if (s->type != COMEDI_SUBD_DIO)
type              676 drivers/staging/comedi/drivers/ni_65xx.c 		s->type		= COMEDI_SUBD_DI;
type              687 drivers/staging/comedi/drivers/ni_65xx.c 		s->type		= COMEDI_SUBD_UNUSED;
type              692 drivers/staging/comedi/drivers/ni_65xx.c 		s->type		= COMEDI_SUBD_DO;
type              717 drivers/staging/comedi/drivers/ni_65xx.c 		s->type		= COMEDI_SUBD_UNUSED;
type              722 drivers/staging/comedi/drivers/ni_65xx.c 		s->type		= COMEDI_SUBD_DIO;
type              739 drivers/staging/comedi/drivers/ni_65xx.c 		s->type		= COMEDI_SUBD_UNUSED;
type              743 drivers/staging/comedi/drivers/ni_65xx.c 	s->type		= COMEDI_SUBD_DI;
type              447 drivers/staging/comedi/drivers/ni_660x.c 		if (s->type == COMEDI_SUBD_COUNTER)
type             1073 drivers/staging/comedi/drivers/ni_660x.c 	s->type = COMEDI_SUBD_UNUSED;
type             1129 drivers/staging/comedi/drivers/ni_660x.c 	s->type		= COMEDI_SUBD_DIO;
type             1156 drivers/staging/comedi/drivers/ni_660x.c 			s->type		= COMEDI_SUBD_COUNTER;
type             1175 drivers/staging/comedi/drivers/ni_660x.c 			s->type		= COMEDI_SUBD_UNUSED;
type              195 drivers/staging/comedi/drivers/ni_670x.c 	s->type = COMEDI_SUBD_AO;
type              223 drivers/staging/comedi/drivers/ni_670x.c 	s->type = COMEDI_SUBD_DIO;
type              723 drivers/staging/comedi/drivers/ni_at_a2150.c 	s->type = COMEDI_SUBD_AI;
type              319 drivers/staging/comedi/drivers/ni_at_ao.c 	s->type		= COMEDI_SUBD_AO;
type              332 drivers/staging/comedi/drivers/ni_at_ao.c 	s->type		= COMEDI_SUBD_DIO;
type              342 drivers/staging/comedi/drivers/ni_at_ao.c 	s->type		= COMEDI_SUBD_CALIB;
type              354 drivers/staging/comedi/drivers/ni_at_ao.c 	s->type		= COMEDI_SUBD_UNUSED;
type              624 drivers/staging/comedi/drivers/ni_atmio16d.c 	s->type = COMEDI_SUBD_AI;
type              651 drivers/staging/comedi/drivers/ni_atmio16d.c 	s->type = COMEDI_SUBD_AO;
type              680 drivers/staging/comedi/drivers/ni_atmio16d.c 	s->type = COMEDI_SUBD_DIO;
type              695 drivers/staging/comedi/drivers/ni_atmio16d.c 		s->type = COMEDI_SUBD_UNUSED;
type              702 drivers/staging/comedi/drivers/ni_atmio16d.c 	s->type = COMEDI_SUBD_TIMER;
type              228 drivers/staging/comedi/drivers/ni_daq_700.c 	s->type		= COMEDI_SUBD_DIO;
type              239 drivers/staging/comedi/drivers/ni_daq_700.c 	s->type = COMEDI_SUBD_AI;
type             1252 drivers/staging/comedi/drivers/ni_labpc_common.c 	s->type		= COMEDI_SUBD_AI;
type             1271 drivers/staging/comedi/drivers/ni_labpc_common.c 		s->type		= COMEDI_SUBD_AO;
type             1286 drivers/staging/comedi/drivers/ni_labpc_common.c 		s->type		= COMEDI_SUBD_UNUSED;
type             1301 drivers/staging/comedi/drivers/ni_labpc_common.c 		s->type		= COMEDI_SUBD_CALIB;
type             1316 drivers/staging/comedi/drivers/ni_labpc_common.c 		s->type		= COMEDI_SUBD_UNUSED;
type             1322 drivers/staging/comedi/drivers/ni_labpc_common.c 		s->type		= COMEDI_SUBD_MEMORY;
type             1335 drivers/staging/comedi/drivers/ni_labpc_common.c 		s->type		= COMEDI_SUBD_UNUSED;
type             4363 drivers/staging/comedi/drivers/ni_mio_common.c 	int type;
type             4370 drivers/staging/comedi/drivers/ni_mio_common.c 		type = board->caldac[i];
type             4371 drivers/staging/comedi/drivers/ni_mio_common.c 		if (type == caldac_none)
type             4373 drivers/staging/comedi/drivers/ni_mio_common.c 		if (addr < caldacs[type].n_chans) {
type             4374 drivers/staging/comedi/drivers/ni_mio_common.c 			bits = caldacs[type].packbits(addr, val, &bitstring);
type             4378 drivers/staging/comedi/drivers/ni_mio_common.c 		addr -= caldacs[type].n_chans;
type             4434 drivers/staging/comedi/drivers/ni_mio_common.c 	int type;
type             4437 drivers/staging/comedi/drivers/ni_mio_common.c 	type = board->caldac[0];
type             4438 drivers/staging/comedi/drivers/ni_mio_common.c 	if (type == caldac_none)
type             4440 drivers/staging/comedi/drivers/ni_mio_common.c 	n_bits = caldacs[type].n_bits;
type             4442 drivers/staging/comedi/drivers/ni_mio_common.c 		type = board->caldac[i];
type             4443 drivers/staging/comedi/drivers/ni_mio_common.c 		if (type == caldac_none)
type             4445 drivers/staging/comedi/drivers/ni_mio_common.c 		if (caldacs[type].n_bits != n_bits)
type             4447 drivers/staging/comedi/drivers/ni_mio_common.c 		n_chans += caldacs[type].n_chans;
type             4461 drivers/staging/comedi/drivers/ni_mio_common.c 			type = board->caldac[i];
type             4462 drivers/staging/comedi/drivers/ni_mio_common.c 			for (j = 0; j < caldacs[type].n_chans; j++) {
type             4464 drivers/staging/comedi/drivers/ni_mio_common.c 				    (1 << caldacs[type].n_bits) - 1;
type             4472 drivers/staging/comedi/drivers/ni_mio_common.c 		type = board->caldac[0];
type             4473 drivers/staging/comedi/drivers/ni_mio_common.c 		s->maxdata = (1 << caldacs[type].n_bits) - 1;
type             6016 drivers/staging/comedi/drivers/ni_mio_common.c 		s->type		= COMEDI_SUBD_AI;
type             6046 drivers/staging/comedi/drivers/ni_mio_common.c 		s->type		= COMEDI_SUBD_UNUSED;
type             6052 drivers/staging/comedi/drivers/ni_mio_common.c 		s->type		= COMEDI_SUBD_AO;
type             6090 drivers/staging/comedi/drivers/ni_mio_common.c 		s->type		= COMEDI_SUBD_UNUSED;
type             6095 drivers/staging/comedi/drivers/ni_mio_common.c 	s->type		= COMEDI_SUBD_DIO;
type             6139 drivers/staging/comedi/drivers/ni_mio_common.c 		s->type = COMEDI_SUBD_UNUSED;
type             6144 drivers/staging/comedi/drivers/ni_mio_common.c 	s->type = COMEDI_SUBD_UNUSED;
type             6148 drivers/staging/comedi/drivers/ni_mio_common.c 	s->type		= COMEDI_SUBD_CALIB;
type             6171 drivers/staging/comedi/drivers/ni_mio_common.c 	s->type		= COMEDI_SUBD_MEMORY;
type             6184 drivers/staging/comedi/drivers/ni_mio_common.c 	s->type		= COMEDI_SUBD_DIO;
type             6207 drivers/staging/comedi/drivers/ni_mio_common.c 		s->type = COMEDI_SUBD_AI;
type             6217 drivers/staging/comedi/drivers/ni_mio_common.c 		s->type = COMEDI_SUBD_UNUSED;
type             6222 drivers/staging/comedi/drivers/ni_mio_common.c 	s->type = COMEDI_SUBD_SERIAL;
type             6232 drivers/staging/comedi/drivers/ni_mio_common.c 	s->type = COMEDI_SUBD_DIO;
type             6261 drivers/staging/comedi/drivers/ni_mio_common.c 		s->type		= COMEDI_SUBD_COUNTER;
type             6289 drivers/staging/comedi/drivers/ni_mio_common.c 	s->type		= COMEDI_SUBD_COUNTER;
type              933 drivers/staging/comedi/drivers/ni_pcidio.c 	s->type = COMEDI_SUBD_DIO;
type              536 drivers/staging/comedi/drivers/ni_usb6501.c 	s->type		= COMEDI_SUBD_DIO;
type              546 drivers/staging/comedi/drivers/ni_usb6501.c 	s->type		= COMEDI_SUBD_COUNTER;
type              445 drivers/staging/comedi/drivers/pcl711.c 	s->type		= COMEDI_SUBD_AI;
type              464 drivers/staging/comedi/drivers/pcl711.c 	s->type		= COMEDI_SUBD_AO;
type              477 drivers/staging/comedi/drivers/pcl711.c 	s->type		= COMEDI_SUBD_DI;
type              486 drivers/staging/comedi/drivers/pcl711.c 	s->type		= COMEDI_SUBD_DO;
type              360 drivers/staging/comedi/drivers/pcl726.c 	s->type		= COMEDI_SUBD_AO;
type              374 drivers/staging/comedi/drivers/pcl726.c 		s->type		= COMEDI_SUBD_DI;
type              383 drivers/staging/comedi/drivers/pcl726.c 		s->type		= COMEDI_SUBD_DO;
type              395 drivers/staging/comedi/drivers/pcl726.c 		s->type		= COMEDI_SUBD_DI;
type              285 drivers/staging/comedi/drivers/pcl730.c 		s->type		= COMEDI_SUBD_DO;
type              301 drivers/staging/comedi/drivers/pcl730.c 		s->type		= COMEDI_SUBD_DI;
type              315 drivers/staging/comedi/drivers/pcl730.c 		s->type		= COMEDI_SUBD_DO;
type              325 drivers/staging/comedi/drivers/pcl730.c 		s->type		= COMEDI_SUBD_DI;
type             1195 drivers/staging/comedi/drivers/pcl812.c 	s->type		= COMEDI_SUBD_AI;
type             1227 drivers/staging/comedi/drivers/pcl812.c 		s->type		= COMEDI_SUBD_AO;
type             1270 drivers/staging/comedi/drivers/pcl812.c 		s->type		= COMEDI_SUBD_DI;
type             1280 drivers/staging/comedi/drivers/pcl812.c 		s->type		= COMEDI_SUBD_DO;
type              630 drivers/staging/comedi/drivers/pcl816.c 	s->type		= COMEDI_SUBD_AI;
type              648 drivers/staging/comedi/drivers/pcl816.c 	s->type		= COMEDI_SUBD_UNUSED;
type              652 drivers/staging/comedi/drivers/pcl816.c 	s->type		= COMEDI_SUBD_DI;
type              661 drivers/staging/comedi/drivers/pcl816.c 	s->type		= COMEDI_SUBD_DO;
type             1038 drivers/staging/comedi/drivers/pcl818.c 	s->type		= COMEDI_SUBD_AI;
type             1064 drivers/staging/comedi/drivers/pcl818.c 		s->type		= COMEDI_SUBD_AO;
type             1086 drivers/staging/comedi/drivers/pcl818.c 		s->type		= COMEDI_SUBD_UNUSED;
type             1091 drivers/staging/comedi/drivers/pcl818.c 	s->type		= COMEDI_SUBD_DI;
type             1100 drivers/staging/comedi/drivers/pcl818.c 	s->type		= COMEDI_SUBD_DO;
type              118 drivers/staging/comedi/drivers/pcmad.c 	s->type		= COMEDI_SUBD_AI;
type              138 drivers/staging/comedi/drivers/pcmda12.c 	s->type		= COMEDI_SUBD_AO;
type              704 drivers/staging/comedi/drivers/pcmmio.c 	s->type		= COMEDI_SUBD_AI;
type              719 drivers/staging/comedi/drivers/pcmmio.c 	s->type		= COMEDI_SUBD_AO;
type              737 drivers/staging/comedi/drivers/pcmmio.c 	s->type		= COMEDI_SUBD_DIO;
type              756 drivers/staging/comedi/drivers/pcmmio.c 	s->type		= COMEDI_SUBD_DIO;
type              573 drivers/staging/comedi/drivers/pcmuio.c 		s->type		= COMEDI_SUBD_DIO;
type              726 drivers/staging/comedi/drivers/quatech_daqp_cs.c 	s->type		= COMEDI_SUBD_AI;
type              742 drivers/staging/comedi/drivers/quatech_daqp_cs.c 	s->type		= COMEDI_SUBD_AO;
type              765 drivers/staging/comedi/drivers/quatech_daqp_cs.c 	s->type		= COMEDI_SUBD_DI;
type              779 drivers/staging/comedi/drivers/quatech_daqp_cs.c 	s->type		= COMEDI_SUBD_DO;
type             1253 drivers/staging/comedi/drivers/rtd520.c 	s->type		= COMEDI_SUBD_AI;
type             1270 drivers/staging/comedi/drivers/rtd520.c 	s->type		= COMEDI_SUBD_AO;
type             1283 drivers/staging/comedi/drivers/rtd520.c 	s->type		= COMEDI_SUBD_DIO;
type              284 drivers/staging/comedi/drivers/rti800.c 	s->type		= COMEDI_SUBD_AI;
type              296 drivers/staging/comedi/drivers/rti800.c 		s->type		= COMEDI_SUBD_AO;
type              315 drivers/staging/comedi/drivers/rti800.c 		s->type		= COMEDI_SUBD_UNUSED;
type              320 drivers/staging/comedi/drivers/rti800.c 	s->type		= COMEDI_SUBD_DI;
type              329 drivers/staging/comedi/drivers/rti800.c 	s->type		= COMEDI_SUBD_DO;
type               89 drivers/staging/comedi/drivers/rti802.c 	s->type		= COMEDI_SUBD_AO;
type              570 drivers/staging/comedi/drivers/s526.c 	s->type		= COMEDI_SUBD_COUNTER;
type              585 drivers/staging/comedi/drivers/s526.c 	s->type		= COMEDI_SUBD_AI;
type              595 drivers/staging/comedi/drivers/s526.c 	s->type		= COMEDI_SUBD_AO;
type              608 drivers/staging/comedi/drivers/s526.c 	s->type		= COMEDI_SUBD_DIO;
type             2463 drivers/staging/comedi/drivers/s626.c 	s->type		= COMEDI_SUBD_AI;
type             2480 drivers/staging/comedi/drivers/s626.c 	s->type		= COMEDI_SUBD_AO;
type             2493 drivers/staging/comedi/drivers/s626.c 	s->type		= COMEDI_SUBD_DIO;
type             2505 drivers/staging/comedi/drivers/s626.c 	s->type		= COMEDI_SUBD_DIO;
type             2517 drivers/staging/comedi/drivers/s626.c 	s->type		= COMEDI_SUBD_DIO;
type             2529 drivers/staging/comedi/drivers/s626.c 	s->type		= COMEDI_SUBD_COUNTER;
type              141 drivers/staging/comedi/drivers/ssv_dnp.c 	s->type = COMEDI_SUBD_DIO;
type             1608 drivers/staging/comedi/drivers/usbdux.c 	s->type		= COMEDI_SUBD_AI;
type             1622 drivers/staging/comedi/drivers/usbdux.c 	s->type		= COMEDI_SUBD_AO;
type             1640 drivers/staging/comedi/drivers/usbdux.c 	s->type		= COMEDI_SUBD_DIO;
type             1650 drivers/staging/comedi/drivers/usbdux.c 	s->type		= COMEDI_SUBD_COUNTER;
type             1661 drivers/staging/comedi/drivers/usbdux.c 		s->type		= COMEDI_SUBD_PWM;
type              966 drivers/staging/comedi/drivers/usbduxfast.c 	s->type		= COMEDI_SUBD_AI;
type             1495 drivers/staging/comedi/drivers/usbduxsigma.c 	s->type		= COMEDI_SUBD_AI;
type             1509 drivers/staging/comedi/drivers/usbduxsigma.c 	s->type		= COMEDI_SUBD_AO;
type             1527 drivers/staging/comedi/drivers/usbduxsigma.c 	s->type		= COMEDI_SUBD_DIO;
type             1538 drivers/staging/comedi/drivers/usbduxsigma.c 		s->type		= COMEDI_SUBD_PWM;
type              713 drivers/staging/comedi/drivers/vmk80xx.c 	s->type		= COMEDI_SUBD_AI;
type              722 drivers/staging/comedi/drivers/vmk80xx.c 	s->type		= COMEDI_SUBD_AO;
type              735 drivers/staging/comedi/drivers/vmk80xx.c 	s->type		= COMEDI_SUBD_DI;
type              744 drivers/staging/comedi/drivers/vmk80xx.c 	s->type		= COMEDI_SUBD_DO;
type              753 drivers/staging/comedi/drivers/vmk80xx.c 	s->type		= COMEDI_SUBD_COUNTER;
type              767 drivers/staging/comedi/drivers/vmk80xx.c 		s->type		= COMEDI_SUBD_PWM;
type               87 drivers/staging/comedi/kcomedilib/kcomedilib_main.c 	if (s->type == COMEDI_SUBD_UNUSED) {
type              210 drivers/staging/comedi/kcomedilib/kcomedilib_main.c int comedi_find_subdevice_by_type(struct comedi_device *dev, int type,
type              220 drivers/staging/comedi/kcomedilib/kcomedilib_main.c 			if (s->type == type) {
type              282 drivers/staging/exfat/exfat.h 	u32      type;
type              443 drivers/staging/exfat/exfat.h 	u8       type;
type              462 drivers/staging/exfat/exfat.h 	u8       type;
type              476 drivers/staging/exfat/exfat.h 	u8       type;
type              483 drivers/staging/exfat/exfat.h 	u8       type;
type              492 drivers/staging/exfat/exfat.h 	u8       type;
type              502 drivers/staging/exfat/exfat.h 	u8       type;
type              547 drivers/staging/exfat/exfat.h 				  s32 entry, u32 type, u32 start_clu, u64 size);
type              554 drivers/staging/exfat/exfat.h 				  struct dos_name_t *p_dosname, u32 type);
type              567 drivers/staging/exfat/exfat.h 	void	(*set_entry_type)(struct dentry_t *p_entry, u32 type);
type              818 drivers/staging/exfat/exfat.h void fat_set_entry_type(struct dentry_t *p_entry, u32 type);
type              819 drivers/staging/exfat/exfat.h void exfat_set_entry_type(struct dentry_t *p_entry, u32 type);
type              846 drivers/staging/exfat/exfat.h 		       u32 type, u32 start_clu, u64 size);
type              848 drivers/staging/exfat/exfat.h 			 s32 entry, u32 type, u32 start_clu, u64 size);
type              857 drivers/staging/exfat/exfat.h void init_dos_entry(struct dos_dentry_t *ep, u32 type, u32 start_clu);
type              860 drivers/staging/exfat/exfat.h void init_file_entry(struct file_dentry_t *ep, u32 type);
type              877 drivers/staging/exfat/exfat.h 					       u32 type,
type              890 drivers/staging/exfat/exfat.h 		       struct dos_name_t *p_dosname, u32 type);
type              893 drivers/staging/exfat/exfat.h 			 struct dos_name_t *p_dosname, u32 type);
type              899 drivers/staging/exfat/exfat.h 			   u32 type);
type              929 drivers/staging/exfat/exfat.h u16 calc_checksum_2byte(void *data, s32 len, u16 chksum, s32 type);
type              930 drivers/staging/exfat/exfat.h u32 calc_checksum_4byte(void *data, s32 len, u32 chksum, s32 type);
type              510 drivers/staging/exfat/exfat_core.c 	u32 type;
type              530 drivers/staging/exfat/exfat_core.c 			type = p_fs->fs_func->get_entry_type((struct dentry_t *)ep);
type              532 drivers/staging/exfat/exfat_core.c 			if (type == TYPE_UNUSED)
type              534 drivers/staging/exfat/exfat_core.c 			if (type != TYPE_BITMAP)
type              848 drivers/staging/exfat/exfat_core.c 	u32 type, num_sectors;
type              867 drivers/staging/exfat/exfat_core.c 			type = p_fs->fs_func->get_entry_type((struct dentry_t *)ep);
type              869 drivers/staging/exfat/exfat_core.c 			if (type == TYPE_UNUSED)
type              871 drivers/staging/exfat/exfat_core.c 			if (type != TYPE_UPCASE)
type              935 drivers/staging/exfat/exfat_core.c 	if (ep->type == 0x0) {
type              937 drivers/staging/exfat/exfat_core.c 	} else if (ep->type < 0x80) {
type              939 drivers/staging/exfat/exfat_core.c 	} else if (ep->type == 0x80) {
type              941 drivers/staging/exfat/exfat_core.c 	} else if (ep->type < 0xA0) {
type              942 drivers/staging/exfat/exfat_core.c 		if (ep->type == 0x81) {
type              944 drivers/staging/exfat/exfat_core.c 		} else if (ep->type == 0x82) {
type              946 drivers/staging/exfat/exfat_core.c 		} else if (ep->type == 0x83) {
type              948 drivers/staging/exfat/exfat_core.c 		} else if (ep->type == 0x85) {
type              955 drivers/staging/exfat/exfat_core.c 	} else if (ep->type < 0xC0) {
type              956 drivers/staging/exfat/exfat_core.c 		if (ep->type == 0xA0)
type              958 drivers/staging/exfat/exfat_core.c 		else if (ep->type == 0xA1)
type              960 drivers/staging/exfat/exfat_core.c 		else if (ep->type == 0xA2)
type              963 drivers/staging/exfat/exfat_core.c 	} else if (ep->type < 0xE0) {
type              964 drivers/staging/exfat/exfat_core.c 		if (ep->type == 0xC0)
type              966 drivers/staging/exfat/exfat_core.c 		else if (ep->type == 0xC1)
type              968 drivers/staging/exfat/exfat_core.c 		else if (ep->type == 0xC2)
type              976 drivers/staging/exfat/exfat_core.c void fat_set_entry_type(struct dentry_t *p_entry, u32 type)
type              980 drivers/staging/exfat/exfat_core.c 	if (type == TYPE_UNUSED)
type              983 drivers/staging/exfat/exfat_core.c 	else if (type == TYPE_DELETED)
type              986 drivers/staging/exfat/exfat_core.c 	else if (type == TYPE_EXTEND)
type              989 drivers/staging/exfat/exfat_core.c 	else if (type == TYPE_DIR)
type              992 drivers/staging/exfat/exfat_core.c 	else if (type == TYPE_FILE)
type              995 drivers/staging/exfat/exfat_core.c 	else if (type == TYPE_SYMLINK)
type              999 drivers/staging/exfat/exfat_core.c void exfat_set_entry_type(struct dentry_t *p_entry, u32 type)
type             1003 drivers/staging/exfat/exfat_core.c 	if (type == TYPE_UNUSED) {
type             1004 drivers/staging/exfat/exfat_core.c 		ep->type = 0x0;
type             1005 drivers/staging/exfat/exfat_core.c 	} else if (type == TYPE_DELETED) {
type             1006 drivers/staging/exfat/exfat_core.c 		ep->type &= ~0x80;
type             1007 drivers/staging/exfat/exfat_core.c 	} else if (type == TYPE_STREAM) {
type             1008 drivers/staging/exfat/exfat_core.c 		ep->type = 0xC0;
type             1009 drivers/staging/exfat/exfat_core.c 	} else if (type == TYPE_EXTEND) {
type             1010 drivers/staging/exfat/exfat_core.c 		ep->type = 0xC1;
type             1011 drivers/staging/exfat/exfat_core.c 	} else if (type == TYPE_BITMAP) {
type             1012 drivers/staging/exfat/exfat_core.c 		ep->type = 0x81;
type             1013 drivers/staging/exfat/exfat_core.c 	} else if (type == TYPE_UPCASE) {
type             1014 drivers/staging/exfat/exfat_core.c 		ep->type = 0x82;
type             1015 drivers/staging/exfat/exfat_core.c 	} else if (type == TYPE_VOLUME) {
type             1016 drivers/staging/exfat/exfat_core.c 		ep->type = 0x83;
type             1017 drivers/staging/exfat/exfat_core.c 	} else if (type == TYPE_DIR) {
type             1018 drivers/staging/exfat/exfat_core.c 		ep->type = 0x85;
type             1020 drivers/staging/exfat/exfat_core.c 	} else if (type == TYPE_FILE) {
type             1021 drivers/staging/exfat/exfat_core.c 		ep->type = 0x85;
type             1023 drivers/staging/exfat/exfat_core.c 	} else if (type == TYPE_SYMLINK) {
type             1024 drivers/staging/exfat/exfat_core.c 		ep->type = 0x85;
type             1240 drivers/staging/exfat/exfat_core.c 		       u32 type, u32 start_clu, u64 size)
type             1250 drivers/staging/exfat/exfat_core.c 	init_dos_entry(dos_ep, type, start_clu);
type             1257 drivers/staging/exfat/exfat_core.c 			 s32 entry, u32 type, u32 start_clu, u64 size)
type             1264 drivers/staging/exfat/exfat_core.c 	flags = (type == TYPE_FILE) ? 0x01 : 0x03;
type             1277 drivers/staging/exfat/exfat_core.c 	init_file_entry(file_ep, type);
type             1383 drivers/staging/exfat/exfat_core.c void init_dos_entry(struct dos_dentry_t *ep, u32 type, u32 start_clu)
type             1387 drivers/staging/exfat/exfat_core.c 	fat_set_entry_type((struct dentry_t *)ep, type);
type             1447 drivers/staging/exfat/exfat_core.c void init_file_entry(struct file_dentry_t *ep, u32 type)
type             1451 drivers/staging/exfat/exfat_core.c 	exfat_set_entry_type((struct dentry_t *)ep, type);
type             1689 drivers/staging/exfat/exfat_core.c 					       u32 type,
type             1734 drivers/staging/exfat/exfat_core.c 	if (type == ES_ALL_ENTRIES)
type             1737 drivers/staging/exfat/exfat_core.c 		num_entries = type;
type             1965 drivers/staging/exfat/exfat_core.c 	u32 type;
type             2008 drivers/staging/exfat/exfat_core.c 			type = p_fs->fs_func->get_entry_type(ep);
type             2010 drivers/staging/exfat/exfat_core.c 			if (type == TYPE_UNUSED) {
type             2020 drivers/staging/exfat/exfat_core.c 			} else if (type == TYPE_DELETED) {
type             2147 drivers/staging/exfat/exfat_core.c 		       struct dos_name_t *p_dosname, u32 type)
type             2189 drivers/staging/exfat/exfat_core.c 				if ((type == TYPE_ALL) || (type == entry_type)) {
type             2245 drivers/staging/exfat/exfat_core.c 			 struct dos_name_t *p_dosname, u32 type)
type             2314 drivers/staging/exfat/exfat_core.c 					if ((type == TYPE_ALL) || (type == entry_type)) {
type             2420 drivers/staging/exfat/exfat_core.c 	u32 type;
type             2430 drivers/staging/exfat/exfat_core.c 		type = p_fs->fs_func->get_entry_type(ext_ep);
type             2431 drivers/staging/exfat/exfat_core.c 		if ((type == TYPE_EXTEND) || (type == TYPE_STREAM))
type             2441 drivers/staging/exfat/exfat_core.c 			   u32 type)
type             2472 drivers/staging/exfat/exfat_core.c 			if (!(type & TYPE_CRITICAL_PRI) &&
type             2473 drivers/staging/exfat/exfat_core.c 			    !(type & TYPE_BENIGN_PRI))
type             2476 drivers/staging/exfat/exfat_core.c 			if ((type == TYPE_ALL) || (type == entry_type))
type             2501 drivers/staging/exfat/exfat_core.c 	u32 type;
type             2524 drivers/staging/exfat/exfat_core.c 			type = p_fs->fs_func->get_entry_type(ep);
type             2526 drivers/staging/exfat/exfat_core.c 			if (type == TYPE_UNUSED)
type             2528 drivers/staging/exfat/exfat_core.c 			if ((type != TYPE_FILE) && (type != TYPE_DIR))
type             2749 drivers/staging/exfat/exfat_core.c 	u32 type;
type             2776 drivers/staging/exfat/exfat_core.c 			type = p_fs->fs_func->get_entry_type((struct dentry_t *)
type             2779 drivers/staging/exfat/exfat_core.c 			if (type == TYPE_UNUSED)
type             2781 drivers/staging/exfat/exfat_core.c 			if ((type != TYPE_FILE) && (type != TYPE_DIR))
type             2900 drivers/staging/exfat/exfat_core.c u16 calc_checksum_2byte(void *data, s32 len, u16 chksum, s32 type)
type             2905 drivers/staging/exfat/exfat_core.c 	switch (type) {
type             2924 drivers/staging/exfat/exfat_core.c u32 calc_checksum_4byte(void *data, s32 len, u32 chksum, s32 type)
type             2929 drivers/staging/exfat/exfat_core.c 	switch (type) {
type             3298 drivers/staging/exfat/exfat_core.c 	fid->type = TYPE_DIR;
type             3348 drivers/staging/exfat/exfat_core.c 	fid->type = TYPE_FILE;
type              591 drivers/staging/exfat/exfat_super.c 		fid->type = TYPE_DIR;
type              617 drivers/staging/exfat/exfat_super.c 		fid->type = p_fs->fs_func->get_entry_type(ep);
type              623 drivers/staging/exfat/exfat_super.c 		if ((fid->type == TYPE_FILE) && (fid->size == 0)) {
type              710 drivers/staging/exfat/exfat_super.c 	if (fid->type != TYPE_FILE) {
type              840 drivers/staging/exfat/exfat_super.c 	if (fid->type != TYPE_FILE) {
type             1087 drivers/staging/exfat/exfat_super.c 	if (fid->type != TYPE_FILE) {
type             1411 drivers/staging/exfat/exfat_super.c 	u32 type;
type             1418 drivers/staging/exfat/exfat_super.c 	u8 is_dir = (fid->type == TYPE_DIR) ? 1 : 0;
type             1455 drivers/staging/exfat/exfat_super.c 	type = p_fs->fs_func->get_entry_type(ep);
type             1457 drivers/staging/exfat/exfat_super.c 	if (((type == TYPE_FILE) && (attr & ATTR_SUBDIR)) ||
type             1458 drivers/staging/exfat/exfat_super.c 	    ((type == TYPE_DIR) && (!(attr & ATTR_SUBDIR)))) {
type             1510 drivers/staging/exfat/exfat_super.c 	u8 is_dir = (fid->type == TYPE_DIR) ? 1 : 0;
type             1660 drivers/staging/exfat/exfat_super.c 	u8 is_dir = (fid->type == TYPE_DIR) ? 1 : 0;
type             1939 drivers/staging/exfat/exfat_super.c 	u32 type;
type             1955 drivers/staging/exfat/exfat_super.c 	if (fid->type != TYPE_DIR)
type             2029 drivers/staging/exfat/exfat_super.c 			type = fs_func->get_entry_type(ep);
type             2031 drivers/staging/exfat/exfat_super.c 			if (type == TYPE_UNUSED)
type             2034 drivers/staging/exfat/exfat_super.c 			if ((type != TYPE_FILE) && (type != TYPE_DIR))
type             3798 drivers/staging/exfat/exfat_super.c 	EXFAT_I(inode)->fid.type = TYPE_DIR;
type              218 drivers/staging/fbtft/fb_ssd1351.c 	bl_props.type = BACKLIGHT_RAW;
type              249 drivers/staging/fbtft/fb_watterott.c 	bl_props.type = BACKLIGHT_RAW;
type              190 drivers/staging/fbtft/fbtft-core.c 	bl_props.type = BACKLIGHT_RAW;
type              670 drivers/staging/fbtft/fbtft-core.c 	info->fix.type =           FB_TYPE_PACKED_PIXELS;
type              405 drivers/staging/fbtft/fbtft.h #define fbtft_par_dbg_hex(level, par, dev, type, buf, num, format, arg...) \
type              408 drivers/staging/fbtft/fbtft.h 		fbtft_dbg_hex(dev, sizeof(type), buf,\
type              409 drivers/staging/fbtft/fbtft.h 			      (num) * sizeof(type), format, ##arg); \
type              218 drivers/staging/fieldbus/anybuss/arcx-anybus.c 	.type = REGULATOR_VOLTAGE,
type              239 drivers/staging/fsl-dpaa2/ethsw/dpsw-cmd.h 	u8 type;
type              329 drivers/staging/fsl-dpaa2/ethsw/dpsw-cmd.h 	u8 type;
type              337 drivers/staging/fsl-dpaa2/ethsw/dpsw-cmd.h 	u8 type;
type              623 drivers/staging/fsl-dpaa2/ethsw/dpsw.c 			enum dpsw_counter type,
type              637 drivers/staging/fsl-dpaa2/ethsw/dpsw.c 	dpsw_set_field(cmd_params->type, COUNTER_TYPE, type);
type              977 drivers/staging/fsl-dpaa2/ethsw/dpsw.c 	dpsw_set_field(cmd_params->type, ENTRY_TYPE, cfg->type);
type             1063 drivers/staging/fsl-dpaa2/ethsw/dpsw.c 	dpsw_set_field(cmd_params->type, ENTRY_TYPE, cfg->type);
type             1103 drivers/staging/fsl-dpaa2/ethsw/dpsw.c 	dpsw_set_field(cmd_params->type, ENTRY_TYPE, cfg->type);
type             1145 drivers/staging/fsl-dpaa2/ethsw/dpsw.c 	dpsw_set_field(cmd_params->type, ENTRY_TYPE, cfg->type);
type              360 drivers/staging/fsl-dpaa2/ethsw/dpsw.h 			enum dpsw_counter type,
type              451 drivers/staging/fsl-dpaa2/ethsw/dpsw.h 	enum dpsw_fdb_entry_type type;
type              480 drivers/staging/fsl-dpaa2/ethsw/dpsw.h 	u8 type;
type              501 drivers/staging/fsl-dpaa2/ethsw/dpsw.h 	enum dpsw_fdb_entry_type type;
type              240 drivers/staging/fsl-dpaa2/ethsw/ethsw.c 	entry.type = DPSW_FDB_ENTRY_STATIC;
type              259 drivers/staging/fsl-dpaa2/ethsw/ethsw.c 	entry.type = DPSW_FDB_ENTRY_STATIC;
type              279 drivers/staging/fsl-dpaa2/ethsw/ethsw.c 	entry.type = DPSW_FDB_ENTRY_STATIC;
type              300 drivers/staging/fsl-dpaa2/ethsw/ethsw.c 	entry.type = DPSW_FDB_ENTRY_STATIC;
type              562 drivers/staging/fsl-dpaa2/ethsw/ethsw.c 	int is_dynamic = entry->type & DPSW_FDB_ENTRY_DINAMIC;
type              605 drivers/staging/fsl-dpaa2/ethsw/ethsw.c 	if (entry->type & DPSW_FDB_ENTRY_TYPE_UNICAST)
type             1221 drivers/staging/fwserial/fwserial.c 	ss->type =  PORT_UNKNOWN;
type             2766 drivers/staging/fwserial/fwserial.c 	fwtty_driver->type		= TTY_DRIVER_TYPE_SERIAL;
type             2791 drivers/staging/fwserial/fwserial.c 		fwloop_driver->type		= TTY_DRIVER_TYPE_SERIAL;
type              511 drivers/staging/gasket/apex_driver.c 	enum sysfs_attribute_type type;
type              528 drivers/staging/gasket/apex_driver.c 	type = (enum sysfs_attribute_type)gasket_attr->data.attr_type;
type              530 drivers/staging/gasket/apex_driver.c 	switch (type) {
type              269 drivers/staging/gasket/gasket_core.c 	if (driver_desc->bar_descriptions[bar_num].type != PCI_BAR) {
type              344 drivers/staging/gasket/gasket_core.c 	if (driver_desc->bar_descriptions[bar_num].type != PCI_BAR)
type               97 drivers/staging/gasket/gasket_core.h 	enum mappable_area_type type;
type              205 drivers/staging/gasket/gasket_core.h 	enum mappable_area_type type;
type               27 drivers/staging/gasket/gasket_interrupt.c 	int type;
type              327 drivers/staging/gasket/gasket_interrupt.c 	interrupt_data->type = driver_desc->interrupt_type;
type              352 drivers/staging/gasket/gasket_interrupt.c 	switch (interrupt_data->type) {
type              406 drivers/staging/gasket/gasket_interrupt.c 	switch (gasket_dev->interrupt_data->type) {
type              455 drivers/staging/gasket/gasket_interrupt.c 	switch (interrupt_data->type) {
type              220 drivers/staging/gdm724x/gdm_lte.c 		u8 type;
type              282 drivers/staging/gdm724x/gdm_lte.c 		na.type = 0x02;
type              519 drivers/staging/gdm724x/gdm_lte.c static void gdm_lte_event_rcv(struct net_device *dev, u16 type,
type              292 drivers/staging/gdm724x/gdm_tty.c 		tty_driver->type = TTY_DRIVER_TYPE_SERIAL;
type              362 drivers/staging/gdm724x/gdm_usb.c 	if (tlv->type == MAC_ADDRESS && udev->request_mac_addr) {
type               35 drivers/staging/gdm724x/hci_packet.h 	u8 type;
type               27 drivers/staging/gdm724x/netlink_k.c static void (*rcv_cb)(struct net_device *dev, u16 type, void *msg, int len);
type               76 drivers/staging/gdm724x/netlink_k.c 			  void (*cb)(struct net_device *dev, u16 type,
type               92 drivers/staging/gdm724x/netlink_k.c int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len)
type              111 drivers/staging/gdm724x/netlink_k.c 	nlh = nlmsg_put(skb, 0, seq, type, len, 0);
type              122 drivers/staging/gdm724x/netlink_k.c 		       group, type, len, ret);
type               12 drivers/staging/gdm724x/netlink_k.h 				     u16 type, void *msg, int len));
type               13 drivers/staging/gdm724x/netlink_k.h int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len);
type               18 drivers/staging/greybus/audio_apbridgea.c 	req.hdr.type = AUDIO_APBRIDGEA_TYPE_SET_CONFIG;
type               36 drivers/staging/greybus/audio_apbridgea.c 	req.hdr.type = AUDIO_APBRIDGEA_TYPE_REGISTER_CPORT;
type               57 drivers/staging/greybus/audio_apbridgea.c 	req.hdr.type = AUDIO_APBRIDGEA_TYPE_UNREGISTER_CPORT;
type               76 drivers/staging/greybus/audio_apbridgea.c 	req.hdr.type = AUDIO_APBRIDGEA_TYPE_SET_TX_DATA_SIZE;
type               90 drivers/staging/greybus/audio_apbridgea.c 	req.hdr.type = AUDIO_APBRIDGEA_TYPE_PREPARE_TX;
type              103 drivers/staging/greybus/audio_apbridgea.c 	req.hdr.type = AUDIO_APBRIDGEA_TYPE_START_TX;
type              116 drivers/staging/greybus/audio_apbridgea.c 	req.hdr.type = AUDIO_APBRIDGEA_TYPE_STOP_TX;
type              129 drivers/staging/greybus/audio_apbridgea.c 	req.hdr.type = AUDIO_APBRIDGEA_TYPE_SHUTDOWN_TX;
type              142 drivers/staging/greybus/audio_apbridgea.c 	req.hdr.type = AUDIO_APBRIDGEA_TYPE_SET_RX_DATA_SIZE;
type              156 drivers/staging/greybus/audio_apbridgea.c 	req.hdr.type = AUDIO_APBRIDGEA_TYPE_PREPARE_RX;
type              169 drivers/staging/greybus/audio_apbridgea.c 	req.hdr.type = AUDIO_APBRIDGEA_TYPE_START_RX;
type              181 drivers/staging/greybus/audio_apbridgea.c 	req.hdr.type = AUDIO_APBRIDGEA_TYPE_STOP_RX;
type              194 drivers/staging/greybus/audio_apbridgea.c 	req.hdr.type = AUDIO_APBRIDGEA_TYPE_SHUTDOWN_RX;
type               66 drivers/staging/greybus/audio_apbridgea.h 	__u8	type;
type              115 drivers/staging/greybus/audio_codec.h 	int type;
type              152 drivers/staging/greybus/audio_module.c 	switch (header->type) {
type              183 drivers/staging/greybus/audio_topology.c 	uinfo->type = (snd_ctl_elem_type_t)info->type;
type              185 drivers/staging/greybus/audio_topology.c 	switch (info->type) {
type              205 drivers/staging/greybus/audio_topology.c 			info->type, kcontrol->id.name);
type              248 drivers/staging/greybus/audio_topology.c 	switch (info->type) {
type              266 drivers/staging/greybus/audio_topology.c 			info->type, kcontrol->id.name);
type              295 drivers/staging/greybus/audio_topology.c 	switch (info->type) {
type              313 drivers/staging/greybus/audio_topology.c 			info->type, kcontrol->id.name);
type              369 drivers/staging/greybus/audio_topology.c 		uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              371 drivers/staging/greybus/audio_topology.c 		uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              531 drivers/staging/greybus/audio_topology.c 	switch (w->type) {
type              686 drivers/staging/greybus/audio_topology.c 		switch (ctl->info.type) {
type              915 drivers/staging/greybus/audio_topology.c 		switch (ctl->info.type) {
type             1035 drivers/staging/greybus/audio_topology.c 		if (curr->info.type == GB_AUDIO_CTL_ELEM_TYPE_ENUMERATED) {
type             1061 drivers/staging/greybus/audio_topology.c 	switch (w->type) {
type             1184 drivers/staging/greybus/audio_topology.c 		if (curr->info.type == GB_AUDIO_CTL_ELEM_TYPE_ENUMERATED) {
type             1201 drivers/staging/greybus/audio_topology.c 			curr->name, curr->info.type);
type             1237 drivers/staging/greybus/audio_topology.c 				curr->name, curr->type);
type              359 drivers/staging/greybus/bootrom.c 	u8 type = op->type;
type              361 drivers/staging/greybus/bootrom.c 	switch (type) {
type              370 drivers/staging/greybus/bootrom.c 			"unsupported request: %u\n", type);
type              188 drivers/staging/greybus/camera.c 					  int type, unsigned int flags,
type              195 drivers/staging/greybus/camera.c 	operation = gb_operation_create_flags(connection, type, request_size,
type              208 drivers/staging/greybus/camera.c 			connection->name, type, ret);
type              726 drivers/staging/greybus/camera.c 	if (op->type != GB_CAMERA_TYPE_METADATA) {
type              727 drivers/staging/greybus/camera.c 		gcam_err(gcam, "Unsupported unsolicited event: %u\n", op->type);
type              389 drivers/staging/greybus/fw-download.c 	u8 type = op->type;
type              391 drivers/staging/greybus/fw-download.c 	switch (type) {
type              400 drivers/staging/greybus/fw-download.c 			"unsupported request: %u\n", type);
type              573 drivers/staging/greybus/fw-management.c 	u8 type = op->type;
type              575 drivers/staging/greybus/fw-management.c 	switch (type) {
type              582 drivers/staging/greybus/fw-management.c 			"unsupported request: %u\n", type);
type              245 drivers/staging/greybus/gbphy.c 	gbphy_dev->dev.type = &greybus_gbphy_dev_type;
type              255 drivers/staging/greybus/gpio.c 				  u8 hwirq, u8 type)
type              262 drivers/staging/greybus/gpio.c 	request.type = type;
type              291 drivers/staging/greybus/gpio.c static int gb_gpio_irq_set_type(struct irq_data *d, unsigned int type)
type              299 drivers/staging/greybus/gpio.c 	switch (type) {
type              319 drivers/staging/greybus/gpio.c 		dev_err(dev, "unsupported irq type: %u\n", type);
type              366 drivers/staging/greybus/gpio.c 	u8 type = op->type;
type              370 drivers/staging/greybus/gpio.c 	if (type != GB_GPIO_TYPE_IRQ_EVENT) {
type              371 drivers/staging/greybus/gpio.c 		dev_err(dev, "unsupported unsolicited request: %u\n", type);
type               59 drivers/staging/greybus/hid.c static int gb_hid_set_power(struct gb_hid *ghid, int type)
type               67 drivers/staging/greybus/hid.c 	ret = gb_operation_sync(ghid->connection, type, NULL, 0, NULL, 0);
type              139 drivers/staging/greybus/hid.c 	if (op->type != GB_HID_TYPE_IRQ_EVENT) {
type              155 drivers/staging/greybus/hid.c 		report->device->report_enum[report->type].numbered;
type              158 drivers/staging/greybus/hid.c static void gb_hid_find_max_report(struct hid_device *hid, unsigned int type,
type              164 drivers/staging/greybus/hid.c 	list_for_each_entry(report, &hid->report_enum[type].report_list, list) {
type              195 drivers/staging/greybus/hid.c 	if (gb_hid_get_report(ghid, report->type, report->id, ghid->inbuf,
type              204 drivers/staging/greybus/hid.c 	hid_report_raw_event(ghid->hid, report->type, ghid->inbuf, size, 1);
type             1220 drivers/staging/greybus/light.c 	if (op->type != GB_LIGHTS_TYPE_EVENT) {
type             1221 drivers/staging/greybus/light.c 		dev_err(dev, "Unsupported unsolicited event: %u\n", op->type);
type               25 drivers/staging/greybus/log.c 	if (op->type != GB_LOG_TYPE_SEND_LOG) {
type               26 drivers/staging/greybus/log.c 		dev_err(dev, "unknown request type 0x%02x\n", op->type);
type               79 drivers/staging/greybus/loopback.c 	int type;
type              132 drivers/staging/greybus/loopback.c #define gb_loopback_ro_stats_attr(name, field, type)		\
type              141 drivers/staging/greybus/loopback.c 	return sprintf(buf, "%" #type "\n", gb->name.field);		\
type              170 drivers/staging/greybus/loopback.c #define gb_loopback_attr(field, type)					\
type              176 drivers/staging/greybus/loopback.c 	return sprintf(buf, "%" #type "\n", gb->field);			\
type              186 drivers/staging/greybus/loopback.c 	ret = sscanf(buf, "%"#type, &gb->field);			\
type              206 drivers/staging/greybus/loopback.c #define gb_dev_loopback_rw_attr(field, type)				\
type              212 drivers/staging/greybus/loopback.c 	return sprintf(buf, "%" #type "\n", gb->field);			\
type              222 drivers/staging/greybus/loopback.c 	ret = sscanf(buf, "%"#type, &gb->field);			\
type              252 drivers/staging/greybus/loopback.c 	switch (gb->type) {
type              265 drivers/staging/greybus/loopback.c 		gb->type = 0;
type              300 drivers/staging/greybus/loopback.c gb_dev_loopback_rw_attr(type, d);
type              370 drivers/staging/greybus/loopback.c static int gb_loopback_operation_sync(struct gb_loopback *gb, int type,
type              379 drivers/staging/greybus/loopback.c 	operation = gb_operation_create(gb->connection, type, request_size,
type              465 drivers/staging/greybus/loopback.c static int gb_loopback_async_operation(struct gb_loopback *gb, int type,
type              478 drivers/staging/greybus/loopback.c 	operation = gb_operation_create(gb->connection, type, request_size,
type              662 drivers/staging/greybus/loopback.c 	switch (operation->type) {
type              693 drivers/staging/greybus/loopback.c 		dev_err(dev, "unsupported request: %u\n", operation->type);
type              756 drivers/staging/greybus/loopback.c 	switch (gb->type) {
type              838 drivers/staging/greybus/loopback.c 	int type;
type              850 drivers/staging/greybus/loopback.c 		if (!gb->type) {
type              852 drivers/staging/greybus/loopback.c 			wait_event_interruptible(gb->wq, gb->type ||
type              879 drivers/staging/greybus/loopback.c 				gb->type = 0;
type              893 drivers/staging/greybus/loopback.c 		type = gb->type;
type              899 drivers/staging/greybus/loopback.c 			if (type == GB_LOOPBACK_TYPE_PING)
type              901 drivers/staging/greybus/loopback.c 			else if (type == GB_LOOPBACK_TYPE_TRANSFER)
type              903 drivers/staging/greybus/loopback.c 			else if (type == GB_LOOPBACK_TYPE_SINK)
type              912 drivers/staging/greybus/loopback.c 			if (type == GB_LOOPBACK_TYPE_PING)
type              914 drivers/staging/greybus/loopback.c 			else if (type == GB_LOOPBACK_TYPE_TRANSFER)
type              916 drivers/staging/greybus/loopback.c 			else if (type == GB_LOOPBACK_TYPE_SINK)
type               36 drivers/staging/greybus/power_supply.c 	u8				type;
type              500 drivers/staging/greybus/power_supply.c 	gbpsy->type = le16_to_cpu(resp.type);
type              825 drivers/staging/greybus/power_supply.c 	gbpsy->desc.type		= gbpsy->type;
type              999 drivers/staging/greybus/power_supply.c 	if (op->type != GB_POWER_SUPPLY_TYPE_EVENT) {
type             1001 drivers/staging/greybus/power_supply.c 			"Unsupported unsolicited event: %u\n", op->type);
type               97 drivers/staging/greybus/raw.c 	if (op->type != GB_RAW_TYPE_SEND) {
type               98 drivers/staging/greybus/raw.c 		dev_err(dev, "unknown request type 0x%02x\n", op->type);
type              210 drivers/staging/greybus/sdio.c 	u8 type = op->type;
type              214 drivers/staging/greybus/sdio.c 	if (type != GB_SDIO_TYPE_EVENT) {
type              216 drivers/staging/greybus/sdio.c 			"unsupported unsolicited event: %u\n", type);
type               31 drivers/staging/greybus/tools/loopback_test.c 	int type;
type              833 drivers/staging/greybus/tools/loopback_test.c 			t->test_id = dict[i].type;
type              211 drivers/staging/greybus/uart.c 	int type = op->type;
type              214 drivers/staging/greybus/uart.c 	switch (type) {
type              226 drivers/staging/greybus/uart.c 			"unsupported unsolicited request: 0x%02x\n", type);
type              624 drivers/staging/greybus/uart.c 	ss->type = PORT_16550A;
type              986 drivers/staging/greybus/uart.c 	gb_tty_driver->type = TTY_DRIVER_TYPE_SERIAL;
type              178 drivers/staging/iio/accel/adis16203.c 		switch (chan->type) {
type              260 drivers/staging/iio/accel/adis16240.c 		switch (chan->type) {
type              563 drivers/staging/iio/adc/ad7192.c 		switch (chan->type) {
type              583 drivers/staging/iio/adc/ad7192.c 		if (chan->type == IIO_TEMP)
type              678 drivers/staging/iio/adc/ad7192.c 			     const int **vals, int *type, int *length,
type              686 drivers/staging/iio/adc/ad7192.c 		*type = IIO_VAL_INT_PLUS_NANO;
type              773 drivers/staging/iio/adc/ad7192.c 		if (chan->type != IIO_TEMP)
type              505 drivers/staging/iio/adc/ad7280a.c 	chan->type = IIO_VOLTAGE;
type              513 drivers/staging/iio/adc/ad7280a.c 	chan->type = IIO_TEMP;
type              533 drivers/staging/iio/adc/ad7280a.c 	chan->type = IIO_VOLTAGE;
type              549 drivers/staging/iio/adc/ad7280a.c 	chan->type = IIO_TIMESTAMP;
type              132 drivers/staging/iio/cdc/ad7150.c 				    enum iio_event_type type,
type              149 drivers/staging/iio/cdc/ad7150.c 	switch (type) {
type              172 drivers/staging/iio/cdc/ad7150.c 				     enum iio_event_type type,
type              182 drivers/staging/iio/cdc/ad7150.c 	event_code = IIO_UNMOD_EVENT_CODE(IIO_CAPACITANCE, chan, type, dir);
type              187 drivers/staging/iio/cdc/ad7150.c 	switch (type) {
type              217 drivers/staging/iio/cdc/ad7150.c 				     enum iio_event_type type,
type              230 drivers/staging/iio/cdc/ad7150.c 	event_code = IIO_UNMOD_EVENT_CODE(chan->type, chan->channel, type, dir);
type              240 drivers/staging/iio/cdc/ad7150.c 	switch (type) {
type              276 drivers/staging/iio/cdc/ad7150.c 	ret = ad7150_write_event_params(indio_dev, chan->channel, type, dir);
type              285 drivers/staging/iio/cdc/ad7150.c 				   enum iio_event_type type,
type              294 drivers/staging/iio/cdc/ad7150.c 	switch (type) {
type              311 drivers/staging/iio/cdc/ad7150.c 				    enum iio_event_type type,
type              321 drivers/staging/iio/cdc/ad7150.c 	switch (type) {
type              337 drivers/staging/iio/cdc/ad7150.c 	ret = ad7150_write_event_params(indio_dev, chan->channel, type, dir);
type              382 drivers/staging/iio/cdc/ad7150.c 	enum iio_event_type type;
type              387 drivers/staging/iio/cdc/ad7150.c 	type = IIO_EVENT_CODE_EXTRACT_TYPE(this_attr->address);
type              396 drivers/staging/iio/cdc/ad7150.c 	switch (type) {
type              408 drivers/staging/iio/cdc/ad7150.c 	ret = ad7150_write_event_params(indio_dev, chan, type, dir);
type              418 drivers/staging/iio/cdc/ad7150.c #define AD7150_TIMEOUT(chan, type, dir, ev_type, ev_dir)		\
type              419 drivers/staging/iio/cdc/ad7150.c 	IIO_DEVICE_ATTR(in_capacitance##chan##_##type##_##dir##_timeout, \
type              438 drivers/staging/iio/cdc/ad7150.c 		.type = IIO_EV_TYPE_THRESH,
type              443 drivers/staging/iio/cdc/ad7150.c 		.type = IIO_EV_TYPE_THRESH,
type              448 drivers/staging/iio/cdc/ad7150.c 		.type = IIO_EV_TYPE_THRESH_ADAPTIVE,
type              453 drivers/staging/iio/cdc/ad7150.c 		.type = IIO_EV_TYPE_THRESH_ADAPTIVE,
type              458 drivers/staging/iio/cdc/ad7150.c 		.type = IIO_EV_TYPE_MAG_ADAPTIVE,
type              463 drivers/staging/iio/cdc/ad7150.c 		.type = IIO_EV_TYPE_MAG_ADAPTIVE,
type              471 drivers/staging/iio/cdc/ad7150.c 		.type = IIO_CAPACITANCE,			\
type              123 drivers/staging/iio/cdc/ad7746.c 		.type = IIO_VOLTAGE,
type              133 drivers/staging/iio/cdc/ad7746.c 		.type = IIO_VOLTAGE,
type              144 drivers/staging/iio/cdc/ad7746.c 		.type = IIO_TEMP,
type              152 drivers/staging/iio/cdc/ad7746.c 		.type = IIO_TEMP,
type              160 drivers/staging/iio/cdc/ad7746.c 		.type = IIO_CAPACITANCE,
type              170 drivers/staging/iio/cdc/ad7746.c 		.type = IIO_CAPACITANCE,
type              183 drivers/staging/iio/cdc/ad7746.c 		.type = IIO_CAPACITANCE,
type              194 drivers/staging/iio/cdc/ad7746.c 		.type = IIO_CAPACITANCE,
type              225 drivers/staging/iio/cdc/ad7746.c 	switch (chan->type) {
type              440 drivers/staging/iio/cdc/ad7746.c 		switch (chan->type) {
type              508 drivers/staging/iio/cdc/ad7746.c 		switch (chan->type) {
type              565 drivers/staging/iio/cdc/ad7746.c 		switch (chan->type) {
type              584 drivers/staging/iio/cdc/ad7746.c 		switch (chan->type) {
type              621 drivers/staging/iio/cdc/ad7746.c 		switch (chan->type) {
type              641 drivers/staging/iio/cdc/ad7746.c 		switch (chan->type) {
type              106 drivers/staging/iio/impedance-analyzer/ad5933.c 	.type = (_type), \
type              476 drivers/staging/iio/resolver/ad2s1210.c 	switch (chan->type) {
type              493 drivers/staging/iio/resolver/ad2s1210.c 	switch (chan->type) {
type              560 drivers/staging/iio/resolver/ad2s1210.c 		.type = IIO_ANGL,
type              565 drivers/staging/iio/resolver/ad2s1210.c 		.type = IIO_ANGL_VEL,
type              330 drivers/staging/isdn/gigaset/common.c 				  struct at_state_t *at_state, int type,
type              337 drivers/staging/isdn/gigaset/common.c 	gig_dbg(DEBUG_EVENT, "queueing event %d", type);
type              347 drivers/staging/isdn/gigaset/common.c 		event->type = type;
type              353 drivers/staging/isdn/gigaset/ev-layer.c 	int	type;
type              404 drivers/staging/isdn/gigaset/ev-layer.c static void add_cid_event(struct cardstate *cs, int cid, int type,
type              411 drivers/staging/isdn/gigaset/ev-layer.c 	gig_dbg(DEBUG_EVENT, "queueing event %d for cid %d", type, cid);
type              422 drivers/staging/isdn/gigaset/ev-layer.c 		event->type = type;
type              448 drivers/staging/isdn/gigaset/ev-layer.c 	u8 type, value;
type              495 drivers/staging/isdn/gigaset/ev-layer.c 	switch (rt->type) {
type              524 drivers/staging/isdn/gigaset/ev-layer.c 			if (!psep || rt->type != RT_STRING) {
type              590 drivers/staging/isdn/gigaset/ev-layer.c 		if (kstrtou8(eoc, 16, &type) || kstrtou8(psep, 16, &value)) {
type              594 drivers/staging/isdn/gigaset/ev-layer.c 		parameter = (type << 8) | value;
type             1420 drivers/staging/isdn/gigaset/ev-layer.c 			__func__, ev->type, at_state->ConState);
type             1424 drivers/staging/isdn/gigaset/ev-layer.c 			 __func__, ev->type, at_state->ConState);
type             1542 drivers/staging/isdn/gigaset/ev-layer.c 				ev->type, ev->cid);
type             1557 drivers/staging/isdn/gigaset/ev-layer.c 		at_state->ConState, ev->type);
type             1565 drivers/staging/isdn/gigaset/ev-layer.c 	if (ev->type == EV_TIMEOUT) {
type             1568 drivers/staging/isdn/gigaset/ev-layer.c 			ev->type = RSP_NONE; /* old timeout */
type             1581 drivers/staging/isdn/gigaset/ev-layer.c 	if (ev->type >= RSP_VAR && ev->type < RSP_VAR + VAR_NUM) {
type             1582 drivers/staging/isdn/gigaset/ev-layer.c 		index = ev->type - RSP_VAR;
type             1584 drivers/staging/isdn/gigaset/ev-layer.c 	} else if (ev->type >= RSP_STR && ev->type < RSP_STR + STR_NUM) {
type             1585 drivers/staging/isdn/gigaset/ev-layer.c 		index = ev->type - RSP_STR;
type             1592 drivers/staging/isdn/gigaset/ev-layer.c 	if (ev->type == EV_TIMEOUT || ev->type == RSP_STRING)
type             1603 drivers/staging/isdn/gigaset/ev-layer.c 				 __func__, ev->type, at_state->ConState);
type             1606 drivers/staging/isdn/gigaset/ev-layer.c 		if ((rcode == RSP_ANY || rcode == ev->type)
type              350 drivers/staging/isdn/gigaset/gigaset.h 	int type;
type              756 drivers/staging/isdn/gigaset/gigaset.h 				  struct at_state_t *at_state, int type,
type              577 drivers/staging/isdn/gigaset/interface.c 	tty->type =		TTY_DRIVER_TYPE_SERIAL;
type               42 drivers/staging/kpc2000/kpc2000/cell_probe.c 	u16  type;
type               56 drivers/staging/kpc2000/kpc2000/cell_probe.c 	cte->type                = ((read_val & 0xFFF0000000000000UL) >> 52);
type               71 drivers/staging/kpc2000/kpc2000/cell_probe.c 		cte->type,
type               91 drivers/staging/kpc2000/kpc2000/cell_probe.c 		cte->type = 0;
type              110 drivers/staging/kpc2000/kpc2000/cell_probe.c 	dev_dbg(&pcard->pdev->dev, "Found Basic core: type = %02d  dma = %02x / %02x  offset = 0x%x  length = 0x%x (%d regs)\n", cte.type, KPC_OLD_S2C_DMA_CH_NUM(cte), KPC_OLD_C2S_DMA_CH_NUM(cte), cte.offset, cte.length, cte.length / 8);
type              169 drivers/staging/kpc2000/kpc2000/cell_probe.c 	return sprintf(buf, "%u\n", kudev->cte.type);
type              171 drivers/staging/kpc2000/kpc2000/cell_probe.c static DEVICE_ATTR_RO(type);
type              293 drivers/staging/kpc2000/kpc2000/cell_probe.c 	dev_dbg(&pcard->pdev->dev, "Found UIO core:   type = %02d  dma = %02x / %02x  offset = 0x%x  length = 0x%x (%d regs)\n", cte.type, KPC_OLD_S2C_DMA_CH_NUM(cte), KPC_OLD_C2S_DMA_CH_NUM(cte), cte.offset, cte.length, cte.length / 8);
type              321 drivers/staging/kpc2000/kpc2000/cell_probe.c 	kudev->dev = device_create(kpc_uio_class, &pcard->pdev->dev, MKDEV(0, 0), kudev, "%s.%d.%d.%d", kudev->uioinfo.name, pcard->card_num, cte.type, kudev->core_num);
type              428 drivers/staging/kpc2000/kpc2000/cell_probe.c 		if (cte.type > highest_core_id)
type              429 drivers/staging/kpc2000/kpc2000/cell_probe.c 			highest_core_id = cte.type;
type              430 drivers/staging/kpc2000/kpc2000/cell_probe.c 		if (cte.type == KP_CORE_ID_INVALID)
type              442 drivers/staging/kpc2000/kpc2000/cell_probe.c 			if (cte.type != current_type_id)
type              445 drivers/staging/kpc2000/kpc2000/cell_probe.c 			switch (cte.type) {
type              471 drivers/staging/kpc2000/kpc2000/cell_probe.c 	cte.type                = 0; // CORE_ID_BOARD_INFO
type               24 drivers/staging/ks7010/eap_packet.h 	unsigned char type;
type               41 drivers/staging/ks7010/eap_packet.h 	unsigned char type;
type              514 drivers/staging/ks7010/ks_hostif.c 	if (aa1x_hdr->type == IEEE802_1X_TYPE_EAPOL_KEY &&
type              572 drivers/staging/ks7010/ks_hostif.c 		if (priv->eeprom_sum.type != 0 &&
type              573 drivers/staging/ks7010/ks_hostif.c 		    priv->eeprom_sum.type != 1) {
type              577 drivers/staging/ks7010/ks_hostif.c 		priv->eeprom_checksum = (priv->eeprom_sum.type == 0) ?
type             1163 drivers/staging/ks7010/ks_hostif.c 		if (aa1x_hdr->type == IEEE802_1X_TYPE_EAPOL_KEY) {
type             1266 drivers/staging/ks7010/ks_hostif.c 				   enum mib_data_type type,
type             1280 drivers/staging/ks7010/ks_hostif.c 	pp->mib_value.type = cpu_to_le16(type);
type             1471 drivers/staging/ks7010/ks_hostif.c 		pp->type = cpu_to_le16(TIME_TYPE);
type             1474 drivers/staging/ks7010/ks_hostif.c 		pp->type = cpu_to_le16(NORMAL_TYPE);
type             1619 drivers/staging/ks7010/ks_hostif.c static void hostif_sme_set_wep(struct ks_wlan_private *priv, int type)
type             1621 drivers/staging/ks7010/ks_hostif.c 	switch (type) {
type             1675 drivers/staging/ks7010/ks_hostif.c static void hostif_sme_set_rsn(struct ks_wlan_private *priv, int type)
type             1685 drivers/staging/ks7010/ks_hostif.c 	switch (type) {
type             1973 drivers/staging/ks7010/ks_hostif.c void hostif_sme_set_key(struct ks_wlan_private *priv, int type)
type             1975 drivers/staging/ks7010/ks_hostif.c 	switch (type) {
type              196 drivers/staging/ks7010/ks_hostif.h 	__le16 type;
type              431 drivers/staging/ks7010/ks_hostif.h 	u8 type;
type              440 drivers/staging/ks7010/ks_hostif.h 	u8 type;
type              462 drivers/staging/ks7010/ks_hostif.h 	__le16 type;
type              239 drivers/staging/ks7010/ks_wlan.h 	u8 type;
type              271 drivers/staging/media/allegro-dvt/allegro-core.c static const char *msg_type_name(enum mcu_msg_type type)
type              275 drivers/staging/media/allegro-dvt/allegro-core.c 	switch (type) {
type              291 drivers/staging/media/allegro-dvt/allegro-core.c 		snprintf(buf, sizeof(buf), "(0x%04x)", type);
type              298 drivers/staging/media/allegro-dvt/allegro-core.c 	u16 type;
type              801 drivers/staging/media/allegro-dvt/allegro-core.c 		 msg_type_name(header->type), header->length);
type              880 drivers/staging/media/allegro-dvt/allegro-core.c 		 msg_type_name(header->type), header->length);
type              897 drivers/staging/media/allegro-dvt/allegro-core.c 	msg.header.type = MCU_MSG_TYPE_INIT;
type             1014 drivers/staging/media/allegro-dvt/allegro-core.c 	msg.header.type = MCU_MSG_TYPE_CREATE_CHANNEL;
type             1089 drivers/staging/media/allegro-dvt/allegro-core.c 	msg.header.type = MCU_MSG_TYPE_DESTROY_CHANNEL;
type             1109 drivers/staging/media/allegro-dvt/allegro-core.c 	msg.header.type = MCU_MSG_TYPE_PUT_STREAM_BUFFER;
type             1133 drivers/staging/media/allegro-dvt/allegro-core.c 	msg.header.type = MCU_MSG_TYPE_ENCODE_FRAME;
type             1168 drivers/staging/media/allegro-dvt/allegro-core.c 					    enum mcu_msg_type type)
type             1179 drivers/staging/media/allegro-dvt/allegro-core.c 	switch (type) {
type             1199 drivers/staging/media/allegro-dvt/allegro-core.c 	msg->header.type = type;
type             1223 drivers/staging/media/allegro-dvt/allegro-core.c 	enum mcu_msg_type type = MCU_MSG_TYPE_PUSH_BUFFER_INTERMEDIATE;
type             1225 drivers/staging/media/allegro-dvt/allegro-core.c 	return allegro_mcu_push_buffer_internal(channel, type);
type             1230 drivers/staging/media/allegro-dvt/allegro-core.c 	enum mcu_msg_type type = MCU_MSG_TYPE_PUSH_BUFFER_REFERENCE;
type             1232 drivers/staging/media/allegro-dvt/allegro-core.c 	return allegro_mcu_push_buffer_internal(channel, type);
type             1459 drivers/staging/media/allegro-dvt/allegro-core.c 		.type = V4L2_EVENT_EOS
type             1631 drivers/staging/media/allegro-dvt/allegro-core.c 			  msg_type_name(msg->header.type),
type             1699 drivers/staging/media/allegro-dvt/allegro-core.c 			 msg_type_name(msg->header.type),
type             1722 drivers/staging/media/allegro-dvt/allegro-core.c 			 msg_type_name(msg->header.type),
type             1751 drivers/staging/media/allegro-dvt/allegro-core.c 	switch (msg->header.type) {
type             1768 drivers/staging/media/allegro-dvt/allegro-core.c 			  __func__, msg_type_name(msg->header.type));
type             2085 drivers/staging/media/allegro-dvt/allegro-core.c 		 V4L2_TYPE_IS_OUTPUT(vq->type) ? "output" : "capture",
type             2089 drivers/staging/media/allegro-dvt/allegro-core.c 		if (V4L2_TYPE_IS_OUTPUT(vq->type)) {
type             2098 drivers/staging/media/allegro-dvt/allegro-core.c 		if (V4L2_TYPE_IS_OUTPUT(vq->type))
type             2114 drivers/staging/media/allegro-dvt/allegro-core.c 	    V4L2_TYPE_IS_OUTPUT(vb->vb2_queue->type))
type             2117 drivers/staging/media/allegro-dvt/allegro-core.c 	if (V4L2_TYPE_IS_OUTPUT(vb->vb2_queue->type)) {
type             2137 drivers/staging/media/allegro-dvt/allegro-core.c 	    vb->vb2_queue->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type             2152 drivers/staging/media/allegro-dvt/allegro-core.c 		 V4L2_TYPE_IS_OUTPUT(q->type) ? "output" : "capture");
type             2154 drivers/staging/media/allegro-dvt/allegro-core.c 	if (V4L2_TYPE_IS_OUTPUT(q->type)) {
type             2157 drivers/staging/media/allegro-dvt/allegro-core.c 	} else if (q->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type             2172 drivers/staging/media/allegro-dvt/allegro-core.c 		 V4L2_TYPE_IS_OUTPUT(q->type) ? "output" : "capture");
type             2174 drivers/staging/media/allegro-dvt/allegro-core.c 	if (V4L2_TYPE_IS_OUTPUT(q->type)) {
type             2178 drivers/staging/media/allegro-dvt/allegro-core.c 	} else if (q->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type             2203 drivers/staging/media/allegro-dvt/allegro-core.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type             2216 drivers/staging/media/allegro-dvt/allegro-core.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type             2387 drivers/staging/media/allegro-dvt/allegro-core.c 	switch (f->type) {
type             2615 drivers/staging/media/allegro-dvt/allegro-core.c 	fsize->type = V4L2_FRMSIZE_TYPE_CONTINUOUS;
type             2627 drivers/staging/media/allegro-dvt/allegro-core.c 				  enum v4l2_buf_type type)
type             2633 drivers/staging/media/allegro-dvt/allegro-core.c 	if (type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type             2639 drivers/staging/media/allegro-dvt/allegro-core.c 	return v4l2_m2m_streamon(file, fh->m2m_ctx, type);
type             2645 drivers/staging/media/allegro-dvt/allegro-core.c 	switch (sub->type) {
type              216 drivers/staging/media/hantro/hantro_drv.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type              255 drivers/staging/media/hantro/hantro_drv.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type              113 drivers/staging/media/hantro/hantro_v4l2.c 	fsize->type = V4L2_FRMSIZE_TYPE_STEPWISE;
type              174 drivers/staging/media/hantro/hantro_v4l2.c 	vpu_debug(4, "f->type = %d\n", f->type);
type              187 drivers/staging/media/hantro/hantro_v4l2.c 	vpu_debug(4, "f->type = %d\n", f->type);
type              370 drivers/staging/media/hantro/hantro_v4l2.c 	struct vb2_queue *vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              450 drivers/staging/media/hantro/hantro_v4l2.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              544 drivers/staging/media/hantro/hantro_v4l2.c 	switch (vq->type) {
type              552 drivers/staging/media/hantro/hantro_v4l2.c 		vpu_err("invalid queue type: %d\n", vq->type);
type              595 drivers/staging/media/hantro/hantro_v4l2.c 	if (V4L2_TYPE_IS_OUTPUT(vq->type))
type              614 drivers/staging/media/hantro/hantro_v4l2.c 	return hantro_is_encoder_ctx(ctx) != V4L2_TYPE_IS_OUTPUT(q->type);
type              622 drivers/staging/media/hantro/hantro_v4l2.c 	if (V4L2_TYPE_IS_OUTPUT(q->type))
type              630 drivers/staging/media/hantro/hantro_v4l2.c 		if (V4L2_TYPE_IS_OUTPUT(q->type))
type              676 drivers/staging/media/hantro/hantro_v4l2.c 	if (V4L2_TYPE_IS_OUTPUT(q->type))
type              106 drivers/staging/media/imx/imx-media-capture.c 		fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type              110 drivers/staging/media/imx/imx-media-capture.c 		fsize->type = V4L2_FRMSIZE_TYPE_CONTINUOUS;
type              147 drivers/staging/media/imx/imx-media-capture.c 	fival->type = V4L2_FRMIVAL_TYPE_DISCRETE;
type              368 drivers/staging/media/imx/imx-media-capture.c 	if (a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              390 drivers/staging/media/imx/imx-media-capture.c 	if (a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              409 drivers/staging/media/imx/imx-media-capture.c 	switch (sub->type) {
type              469 drivers/staging/media/imx/imx-media-capture.c 	if (vq->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              751 drivers/staging/media/imx/imx-media-capture.c 	vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              794 drivers/staging/media/imx/imx-media-capture.c 	vdev->fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type               68 drivers/staging/media/imx/imx-media-csc-scaler.c 						enum v4l2_buf_type type)
type               70 drivers/staging/media/imx/imx-media-csc-scaler.c 	if (V4L2_TYPE_IS_OUTPUT(type))
type              182 drivers/staging/media/imx/imx-media-csc-scaler.c 	q_data = get_q_data(ctx, f->type);
type              193 drivers/staging/media/imx/imx-media-csc-scaler.c 	struct ipu_csc_scaler_q_data *q_data = get_q_data(ctx, f->type);
type              203 drivers/staging/media/imx/imx-media-csc-scaler.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              219 drivers/staging/media/imx/imx-media-csc-scaler.c 	f->fmt.pix = (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) ?
type              222 drivers/staging/media/imx/imx-media-csc-scaler.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              245 drivers/staging/media/imx/imx-media-csc-scaler.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              252 drivers/staging/media/imx/imx-media-csc-scaler.c 	q_data = get_q_data(ctx, f->type);
type              271 drivers/staging/media/imx/imx-media-csc-scaler.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type              303 drivers/staging/media/imx/imx-media-csc-scaler.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              310 drivers/staging/media/imx/imx-media-csc-scaler.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              339 drivers/staging/media/imx/imx-media-csc-scaler.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              343 drivers/staging/media/imx/imx-media-csc-scaler.c 		if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              350 drivers/staging/media/imx/imx-media-csc-scaler.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE &&
type              351 drivers/staging/media/imx/imx-media-csc-scaler.c 	    s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              354 drivers/staging/media/imx/imx-media-csc-scaler.c 	q_data = get_q_data(ctx, s->type);
type              425 drivers/staging/media/imx/imx-media-csc-scaler.c 	q_data = get_q_data(ctx, vq->type);
type              451 drivers/staging/media/imx/imx-media-csc-scaler.c 	dev_dbg(ctx->priv->dev, "type: %d\n", vq->type);
type              453 drivers/staging/media/imx/imx-media-csc-scaler.c 	if (V4L2_TYPE_IS_OUTPUT(vq->type)) {
type              463 drivers/staging/media/imx/imx-media-csc-scaler.c 	q_data = get_q_data(ctx, vq->type);
type              510 drivers/staging/media/imx/imx-media-csc-scaler.c 				  (q->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) ?
type              559 drivers/staging/media/imx/imx-media-csc-scaler.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
type              585 drivers/staging/media/imx/imx-media-csc-scaler.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type              600 drivers/staging/media/imx/imx-media-csc-scaler.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              718 drivers/staging/media/imx/imx-media-csi.c 	mbus_cfg.type = priv->upstream_ep.bus_type;
type             1729 drivers/staging/media/imx/imx-media-csi.c 	if (sub->type != V4L2_EVENT_IMX_FRAME_INTERVAL_ERROR)
type              131 drivers/staging/media/imx/imx-media-fim.c 		.type = V4L2_EVENT_IMX_FRAME_INTERVAL_ERROR,
type              298 drivers/staging/media/imx/imx-media-fim.c 		.type = V4L2_CTRL_TYPE_BOOLEAN,
type              308 drivers/staging/media/imx/imx-media-fim.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              318 drivers/staging/media/imx/imx-media-fim.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              328 drivers/staging/media/imx/imx-media-fim.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              338 drivers/staging/media/imx/imx-media-fim.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              351 drivers/staging/media/imx/imx-media-fim.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              361 drivers/staging/media/imx/imx-media-fim.c 		.type = V4L2_CTRL_TYPE_INTEGER,
type              812 drivers/staging/media/imx/imx-media-utils.c 				if (buftype == vfd->queue->type)
type              845 drivers/staging/media/imx/imx-media-utils.c 		if (buftype == vfd->queue->type)
type               19 drivers/staging/media/ipu3/ipu3-css-fw.c 		bi->type, bi->blob.size, name);
type               20 drivers/staging/media/ipu3/ipu3-css-fw.c 	if (bi->type != IMGU_FW_ISP_FIRMWARE)
type              165 drivers/staging/media/ipu3/ipu3-css-fw.c 		if (bi->type == IMGU_FW_BOOTLOADER_FIRMWARE) {
type              172 drivers/staging/media/ipu3/ipu3-css-fw.c 		if (bi->type == IMGU_FW_SP_FIRMWARE ||
type              173 drivers/staging/media/ipu3/ipu3-css-fw.c 		    bi->type == IMGU_FW_SP1_FIRMWARE) {
type              174 drivers/staging/media/ipu3/ipu3-css-fw.c 			css->fw_sp[bi->type == IMGU_FW_SP_FIRMWARE ? 0 : 1] = i;
type              188 drivers/staging/media/ipu3/ipu3-css-fw.c 		if (bi->type != IMGU_FW_ISP_FIRMWARE)
type               83 drivers/staging/media/ipu3/ipu3-css-fw.h 	u32 type;	/* enum imgu_fw_acc_type */
type              150 drivers/staging/media/ipu3/ipu3-css-fw.h 	u32 type __aligned(8);	/* enum imgu_fw_type */
type              435 drivers/staging/media/ipu3/ipu3-css.c 		       base + IMGU_REG_SP_ICACHE_ADDR(bi->type));
type              436 drivers/staging/media/ipu3/ipu3-css.c 		writel(readl(base + IMGU_REG_SP_CTRL(bi->type)) |
type              438 drivers/staging/media/ipu3/ipu3-css.c 		       base + IMGU_REG_SP_CTRL(bi->type));
type              349 drivers/staging/media/ipu3/ipu3-v4l2.c 	if (vb->vb2_queue->type == V4L2_BUF_TYPE_META_CAPTURE ||
type              350 drivers/staging/media/ipu3/ipu3-v4l2.c 	    vb->vb2_queue->type == V4L2_BUF_TYPE_META_OUTPUT)
type              392 drivers/staging/media/ipu3/ipu3-v4l2.c 	if (vq->type == V4L2_BUF_TYPE_META_CAPTURE ||
type              393 drivers/staging/media/ipu3/ipu3-v4l2.c 	    vq->type == V4L2_BUF_TYPE_META_OUTPUT)
type              557 drivers/staging/media/ipu3/ipu3-v4l2.c 	u16	type; /* VID_CAPTURE or VID_OUTPUT not both */
type              570 drivers/staging/media/ipu3/ipu3-v4l2.c static const struct imgu_fmt *find_format(struct v4l2_format *f, u32 type)
type              576 drivers/staging/media/ipu3/ipu3-v4l2.c 		    formats[i].type == type)
type              580 drivers/staging/media/ipu3/ipu3-v4l2.c 	return type == VID_CAPTURE ? &formats[DEF_VID_CAPTURE] :
type              596 drivers/staging/media/ipu3/ipu3-v4l2.c static int enum_fmts(struct v4l2_fmtdesc *f, u32 type)
type              601 drivers/staging/media/ipu3/ipu3-v4l2.c 		if (formats[i].type == type) {
type              619 drivers/staging/media/ipu3/ipu3-v4l2.c 	if (f->type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              628 drivers/staging/media/ipu3/ipu3-v4l2.c 	if (f->type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              756 drivers/staging/media/ipu3/ipu3-v4l2.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              758 drivers/staging/media/ipu3/ipu3-v4l2.c 	else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              823 drivers/staging/media/ipu3/ipu3-v4l2.c 	unsigned int i = fmt->type == V4L2_BUF_TYPE_META_OUTPUT ? 0 : 1;
type              826 drivers/staging/media/ipu3/ipu3-v4l2.c 	if (fmt->index > 0 || fmt->type != node->vbq.type)
type              840 drivers/staging/media/ipu3/ipu3-v4l2.c 	if (f->type != node->vbq.type)
type              854 drivers/staging/media/ipu3/ipu3-v4l2.c 	input->type = V4L2_INPUT_TYPE_CAMERA;
type              877 drivers/staging/media/ipu3/ipu3-v4l2.c 	output->type = V4L2_INPUT_TYPE_CAMERA;
type             1046 drivers/staging/media/ipu3/ipu3-v4l2.c 	.type = V4L2_CTRL_TYPE_MENU,
type             1066 drivers/staging/media/ipu3/ipu3-v4l2.c 		f->type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type             1071 drivers/staging/media/ipu3/ipu3-v4l2.c 		f->type = V4L2_BUF_TYPE_META_OUTPUT;
type             1078 drivers/staging/media/ipu3/ipu3-v4l2.c 		f->type = V4L2_BUF_TYPE_META_CAPTURE;
type             1085 drivers/staging/media/ipu3/ipu3-v4l2.c 		f->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type             1196 drivers/staging/media/ipu3/ipu3-v4l2.c 	if (node->vdev_fmt.type ==
type             1198 drivers/staging/media/ipu3/ipu3-v4l2.c 	    node->vdev_fmt.type ==
type             1218 drivers/staging/media/ipu3/ipu3-v4l2.c 	vbq->type = node->vdev_fmt.type;
type              194 drivers/staging/media/meson/vdec/vdec.c 		switch (q->type) {
type              225 drivers/staging/media/meson/vdec/vdec.c 	switch (q->type) {
type              267 drivers/staging/media/meson/vdec/vdec.c 	if (vb->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE &&
type              287 drivers/staging/media/meson/vdec/vdec.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              296 drivers/staging/media/meson/vdec/vdec.c 	    q->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              344 drivers/staging/media/meson/vdec/vdec.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              406 drivers/staging/media/meson/vdec/vdec.c 	if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              484 drivers/staging/media/meson/vdec/vdec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              495 drivers/staging/media/meson/vdec/vdec.c 	} else if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              553 drivers/staging/media/meson/vdec/vdec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              555 drivers/staging/media/meson/vdec/vdec.c 	else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              558 drivers/staging/media/meson/vdec/vdec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              565 drivers/staging/media/meson/vdec/vdec.c 	} else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              590 drivers/staging/media/meson/vdec/vdec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              593 drivers/staging/media/meson/vdec/vdec.c 	} else if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              600 drivers/staging/media/meson/vdec/vdec.c 	format.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type              606 drivers/staging/media/meson/vdec/vdec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              617 drivers/staging/media/meson/vdec/vdec.c 	format.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type              626 drivers/staging/media/meson/vdec/vdec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              628 drivers/staging/media/meson/vdec/vdec.c 	else if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              643 drivers/staging/media/meson/vdec/vdec.c 	if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
type              650 drivers/staging/media/meson/vdec/vdec.c 	} else if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
type              676 drivers/staging/media/meson/vdec/vdec.c 	fsize->type = V4L2_FRMSIZE_TYPE_CONTINUOUS;
type              735 drivers/staging/media/meson/vdec/vdec.c 	switch (sub->type) {
type              746 drivers/staging/media/meson/vdec/vdec.c static int vdec_g_pixelaspect(struct file *file, void *fh, int type,
type              752 drivers/staging/media/meson/vdec/vdec.c 	if (type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
type              792 drivers/staging/media/meson/vdec/vdec.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
type              806 drivers/staging/media/meson/vdec/vdec.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
type              277 drivers/staging/media/meson/vdec/vdec_helpers.c 		const struct v4l2_event ev = { .type = V4L2_EVENT_EOS };
type              418 drivers/staging/media/meson/vdec/vdec_helpers.c 		.type = V4L2_EVENT_SOURCE_CHANGE,
type              962 drivers/staging/media/omap4iss/iss.c 				board_info->board_info->type);
type              970 drivers/staging/media/omap4iss/iss.c 				board_info->board_info->type);
type             1282 drivers/staging/media/omap4iss/iss_csi2.c 	csi2->video_out.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              753 drivers/staging/media/omap4iss/iss_ipipeif.c 	ipipeif->video_out.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              795 drivers/staging/media/omap4iss/iss_resizer.c 	resizer->video_out.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              230 drivers/staging/media/omap4iss/iss_video.c 		if (far_end->type != video->type)
type              385 drivers/staging/media/omap4iss/iss_video.c 		if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              468 drivers/staging/media/omap4iss/iss_video.c 		if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              483 drivers/staging/media/omap4iss/iss_video.c 	if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE && pipe->input) {
type              551 drivers/staging/media/omap4iss/iss_video.c 	if (f->type != video->type)
type              581 drivers/staging/media/omap4iss/iss_video.c 	if (format->type != video->type)
type              598 drivers/staging/media/omap4iss/iss_video.c 	if (format->type != video->type)
type              625 drivers/staging/media/omap4iss/iss_video.c 	if (format->type != video->type)
type              661 drivers/staging/media/omap4iss/iss_video.c 		if (video->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              667 drivers/staging/media/omap4iss/iss_video.c 		if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              718 drivers/staging/media/omap4iss/iss_video.c 		if (video->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              722 drivers/staging/media/omap4iss/iss_video.c 		if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              748 drivers/staging/media/omap4iss/iss_video.c 	if (video->type != V4L2_BUF_TYPE_VIDEO_OUTPUT ||
type              749 drivers/staging/media/omap4iss/iss_video.c 	    video->type != a->type)
type              753 drivers/staging/media/omap4iss/iss_video.c 	a->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type              766 drivers/staging/media/omap4iss/iss_video.c 	if (video->type != V4L2_BUF_TYPE_VIDEO_OUTPUT ||
type              767 drivers/staging/media/omap4iss/iss_video.c 	    video->type != a->type)
type              851 drivers/staging/media/omap4iss/iss_video.c iss_video_streamon(struct file *file, void *fh, enum v4l2_buf_type type)
type              863 drivers/staging/media/omap4iss/iss_video.c 	if (type != video->type)
type              914 drivers/staging/media/omap4iss/iss_video.c 	if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              939 drivers/staging/media/omap4iss/iss_video.c 	if (video->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
type              947 drivers/staging/media/omap4iss/iss_video.c 	ret = vb2_streamon(&vfh->queue, type);
type              976 drivers/staging/media/omap4iss/iss_video.c 	vb2_streamoff(&vfh->queue, type);
type              995 drivers/staging/media/omap4iss/iss_video.c iss_video_streamoff(struct file *file, void *fh, enum v4l2_buf_type type)
type             1003 drivers/staging/media/omap4iss/iss_video.c 	if (type != video->type)
type             1012 drivers/staging/media/omap4iss/iss_video.c 	if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1025 drivers/staging/media/omap4iss/iss_video.c 	vb2_streamoff(&vfh->queue, type);
type             1046 drivers/staging/media/omap4iss/iss_video.c 	input->type = V4L2_INPUT_TYPE_CAMERA;
type             1122 drivers/staging/media/omap4iss/iss_video.c 	q->type = video->type;
type             1138 drivers/staging/media/omap4iss/iss_video.c 	handle->format.type = video->type;
type             1161 drivers/staging/media/omap4iss/iss_video.c 	iss_video_streamoff(file, vfh, video->type);
type             1213 drivers/staging/media/omap4iss/iss_video.c 	switch (video->type) {
type             1267 drivers/staging/media/omap4iss/iss_video.c 	if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              142 drivers/staging/media/omap4iss/iss_video.h 	enum v4l2_buf_type type;
type              261 drivers/staging/media/soc_camera/imx074.c 	cfg->type = V4L2_MBUS_CSI2_DPHY;
type              609 drivers/staging/media/soc_camera/mt9t031.c 			vdev->dev.type = &mt9t031_dev_type;
type              612 drivers/staging/media/soc_camera/mt9t031.c 			vdev->dev.type = NULL;
type              705 drivers/staging/media/soc_camera/mt9t031.c 	cfg->type = V4L2_MBUS_PARALLEL;
type              293 drivers/staging/media/soc_camera/soc_camera.c 	if (f->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              309 drivers/staging/media/soc_camera/soc_camera.c 	inp->type = V4L2_INPUT_TYPE_CAMERA;
type              660 drivers/staging/media/soc_camera/soc_camera.c 			.type = V4L2_BUF_TYPE_VIDEO_CAPTURE,
type              838 drivers/staging/media/soc_camera/soc_camera.c 	if (f->type != V4L2_BUF_TYPE_VIDEO_CAPTURE) {
type              839 drivers/staging/media/soc_camera/soc_camera.c 		dev_warn(icd->pdev, "Wrong buf-type %d\n", f->type);
type              884 drivers/staging/media/soc_camera/soc_camera.c 	if (f->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              967 drivers/staging/media/soc_camera/soc_camera.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              981 drivers/staging/media/soc_camera/soc_camera.c 	if (s->type != V4L2_BUF_TYPE_VIDEO_CAPTURE ||
type             1838 drivers/staging/media/soc_camera/soc_camera.c 		fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
type             1843 drivers/staging/media/soc_camera/soc_camera.c 	fsize->type = V4L2_FRMSIZE_TYPE_CONTINUOUS;
type             2058 drivers/staging/media/soc_camera/soc_camera.c 	const struct device_type *type = icd->vdev->dev.type;
type             2078 drivers/staging/media/soc_camera/soc_camera.c 	icd->vdev->dev.type = type;
type              487 drivers/staging/media/soc_camera/soc_mediabus.c 	switch (cfg->type) {
type              801 drivers/staging/media/soc_camera/soc_mt9v022.c 	cfg->type = V4L2_MBUS_PARALLEL;
type              913 drivers/staging/media/soc_camera/soc_ov5642.c 	cfg->type = V4L2_MBUS_CSI2_DPHY;
type              883 drivers/staging/media/soc_camera/soc_ov9740.c 	cfg->type = V4L2_MBUS_PARALLEL;
type              293 drivers/staging/media/sunxi/cedrus/cedrus_video.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              315 drivers/staging/media/sunxi/cedrus/cedrus_video.c 	vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type);
type              371 drivers/staging/media/sunxi/cedrus/cedrus_video.c 	if (V4L2_TYPE_IS_OUTPUT(vq->type)) {
type              400 drivers/staging/media/sunxi/cedrus/cedrus_video.c 		if (V4L2_TYPE_IS_OUTPUT(vq->type))
type              428 drivers/staging/media/sunxi/cedrus/cedrus_video.c 	if (V4L2_TYPE_IS_OUTPUT(vq->type))
type              460 drivers/staging/media/sunxi/cedrus/cedrus_video.c 	if (V4L2_TYPE_IS_OUTPUT(vq->type) &&
type              475 drivers/staging/media/sunxi/cedrus/cedrus_video.c 	if (V4L2_TYPE_IS_OUTPUT(vq->type) &&
type              515 drivers/staging/media/sunxi/cedrus/cedrus_video.c 	src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
type              532 drivers/staging/media/sunxi/cedrus/cedrus_video.c 	dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type               64 drivers/staging/media/tegra-vde/uapi.h #define VDE_IOR(nr, type)		_IOR(VDE_IOCTL_BASE, nr, type)
type               65 drivers/staging/media/tegra-vde/uapi.h #define VDE_IOW(nr, type)		_IOW(VDE_IOCTL_BASE, nr, type)
type               66 drivers/staging/media/tegra-vde/uapi.h #define VDE_IOWR(nr, type)		_IOWR(VDE_IOCTL_BASE, nr, type)
type              350 drivers/staging/most/dim2/hal.c 	u8 ch_addr, u8 type, u8 is_tx, u16 dbr_address, u16 hw_buffer_size,
type              354 drivers/staging/most/dim2/hal.c 	dim2_configure_cat(MLB_CAT, ch_addr, type, is_tx ? 1 : 0);
type              357 drivers/staging/most/dim2/hal.c 	dim2_configure_cat(AHB_CAT, ch_addr, type, is_tx ? 0 : 1);
type              752 drivers/staging/most/dim2/hal.c static u8 init_ctrl_async(struct dim_channel *ch, u8 type, u8 is_tx,
type              769 drivers/staging/most/dim2/hal.c 	dim2_configure_channel(ch->addr, type, is_tx,
type              263 drivers/staging/most/video/video.c 	f->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              311 drivers/staging/most/video/video.c 	input->type |= V4L2_INPUT_TYPE_CAMERA;
type               85 drivers/staging/nvec/nvec_kbd.c static int nvec_kbd_event(struct input_dev *dev, unsigned int type,
type               91 drivers/staging/nvec/nvec_kbd.c 	if (type == EV_REP)
type               94 drivers/staging/nvec/nvec_kbd.c 	if (type != EV_LED)
type              326 drivers/staging/nvec/nvec_power.c 	.type = POWER_SUPPLY_TYPE_BATTERY,
type              334 drivers/staging/nvec/nvec_power.c 	.type = POWER_SUPPLY_TYPE_MAINS,
type              110 drivers/staging/nvec/nvec_ps2.c 	ser_dev->id.type = SERIO_8042;
type              274 drivers/staging/octeon-usb/octeon-hcd.c 	enum cvmx_usb_transfer type;
type             1568 drivers/staging/octeon-usb/octeon-hcd.c 		if (transaction->type == CVMX_USB_TRANSFER_ISOCHRONOUS)
type             1592 drivers/staging/octeon-usb/octeon-hcd.c 		if (transaction->type == CVMX_USB_TRANSFER_ISOCHRONOUS)
type             1609 drivers/staging/octeon-usb/octeon-hcd.c 				if (transaction->type == CVMX_USB_TRANSFER_BULK)
type             1774 drivers/staging/octeon-usb/octeon-hcd.c 		usbc_hcchar.s.eptype = transaction->type;
type             1786 drivers/staging/octeon-usb/octeon-hcd.c 	switch (transaction->type) {
type             2069 drivers/staging/octeon-usb/octeon-hcd.c 	if (unlikely(transaction->type == CVMX_USB_TRANSFER_ISOCHRONOUS)) {
type             2127 drivers/staging/octeon-usb/octeon-hcd.c 				enum cvmx_usb_transfer type,
type             2138 drivers/staging/octeon-usb/octeon-hcd.c 	if (unlikely(pipe->transfer_type != type))
type             2145 drivers/staging/octeon-usb/octeon-hcd.c 	transaction->type = type;
type             2154 drivers/staging/octeon-usb/octeon-hcd.c 	if (transaction->type == CVMX_USB_TRANSFER_CONTROL)
type             2748 drivers/staging/octeon-usb/octeon-hcd.c 	if (transaction->type == CVMX_USB_TRANSFER_ISOCHRONOUS)
type             2857 drivers/staging/octeon-usb/octeon-hcd.c 		switch (transaction->type) {
type              548 drivers/staging/olpc_dcon/olpc_dcon.c 	.type = BACKLIGHT_RAW,
type              579 drivers/staging/olpc_dcon/olpc_dcon.c 	strlcpy(info->type, "olpc_dcon", I2C_NAME_SIZE);
type             1466 drivers/staging/qlge/qlge.h 	u32 type;		/* Type of queue, tx, rx. */
type             2227 drivers/staging/qlge/qlge.h int ql_get_mac_addr_reg(struct ql_adapter *qdev, u32 type, u16 index,
type              564 drivers/staging/qlge/qlge_dbg.c 	u32 type, index, index_max;
type              573 drivers/staging/qlge/qlge_dbg.c 	for (type = 0; type < 4; type++) {
type              574 drivers/staging/qlge/qlge_dbg.c 		if (type < 2)
type              580 drivers/staging/qlge/qlge_dbg.c 				| (type << RT_IDX_TYPE_SHIFT)
type              587 drivers/staging/qlge/qlge_dbg.c 			*buf = type;
type              605 drivers/staging/qlge/qlge_dbg.c 	u32 type;
type              613 drivers/staging/qlge/qlge_dbg.c 	for (type = 0; type < MAC_ADDR_TYPE_COUNT; type++) {
type              614 drivers/staging/qlge/qlge_dbg.c 		switch (type) {
type              655 drivers/staging/qlge/qlge_dbg.c 			pr_err("Bad type!!! 0x%08x\n", type);
type              663 drivers/staging/qlge/qlge_dbg.c 					| (type << MAC_ADDR_TYPE_SHIFT)
type             1584 drivers/staging/qlge/qlge_dbg.c #define DUMP_QDEV_FIELD(qdev, type, field)		\
type             1585 drivers/staging/qlge/qlge_dbg.c 	pr_err("qdev->%-24s = " type "\n", #field, qdev->field)
type             1588 drivers/staging/qlge/qlge_dbg.c #define DUMP_QDEV_ARRAY(qdev, type, array, index, field) \
type             1589 drivers/staging/qlge/qlge_dbg.c 	pr_err("%s[%d].%s = " type "\n",		 \
type             1740 drivers/staging/qlge/qlge_dbg.c 	       rx_ring->cq_id, rx_ring->type == DEFAULT_Q ? "DEFAULT" : "",
type             1741 drivers/staging/qlge/qlge_dbg.c 	       rx_ring->type == TX_Q ? "OUTBOUND COMPLETIONS" : "",
type             1742 drivers/staging/qlge/qlge_dbg.c 	       rx_ring->type == RX_Q ? "INBOUND_COMPLETIONS" : "");
type              263 drivers/staging/qlge/qlge_main.c int ql_get_mac_addr_reg(struct ql_adapter *qdev, u32 type, u16 index,
type              269 drivers/staging/qlge/qlge_main.c 	switch (type) {
type              280 drivers/staging/qlge/qlge_main.c 				   MAC_ADDR_ADR | MAC_ADDR_RS | type); /* type */
type              294 drivers/staging/qlge/qlge_main.c 				   MAC_ADDR_ADR | MAC_ADDR_RS | type); /* type */
type              301 drivers/staging/qlge/qlge_main.c 			if (type == MAC_ADDR_TYPE_CAM_MAC) {
type              309 drivers/staging/qlge/qlge_main.c 					   MAC_ADDR_ADR | MAC_ADDR_RS | type); /* type */
type              323 drivers/staging/qlge/qlge_main.c 			   "Address type %d not yet supported.\n", type);
type              333 drivers/staging/qlge/qlge_main.c static int ql_set_mac_addr_reg(struct ql_adapter *qdev, u8 *addr, u32 type,
type              339 drivers/staging/qlge/qlge_main.c 	switch (type) {
type              353 drivers/staging/qlge/qlge_main.c 				type | MAC_ADDR_E);
type              362 drivers/staging/qlge/qlge_main.c 				type | MAC_ADDR_E);
type              386 drivers/staging/qlge/qlge_main.c 				   type);	/* type */
type              395 drivers/staging/qlge/qlge_main.c 				   type);	/* type */
type              404 drivers/staging/qlge/qlge_main.c 				   type);	/* type */
type              434 drivers/staging/qlge/qlge_main.c 				   type |	/* type */
type              441 drivers/staging/qlge/qlge_main.c 			   "Address type %d not yet supported.\n", type);
type             2902 drivers/staging/qlge/qlge_main.c 		if (rx_ring->type != TX_Q)
type             3231 drivers/staging/qlge/qlge_main.c 	switch (rx_ring->type) {
type             3247 drivers/staging/qlge/qlge_main.c 			     "Invalid rx_ring->type = %d.\n", rx_ring->type);
type             3596 drivers/staging/qlge/qlge_main.c 				  qdev->rx_ring[0].type == DEFAULT_Q ?
type             3598 drivers/staging/qlge/qlge_main.c 				  qdev->rx_ring[0].type == TX_Q ? "TX_Q" :
type             3599 drivers/staging/qlge/qlge_main.c 				  qdev->rx_ring[0].type == RX_Q ? "RX_Q" : "",
type             4159 drivers/staging/qlge/qlge_main.c 			rx_ring->type = RX_Q;
type             4174 drivers/staging/qlge/qlge_main.c 			rx_ring->type = TX_Q;
type             4838 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 	u8 type;
type             4845 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 		type = _HW_STATE_AP_;
type             4849 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 		type = _HW_STATE_STATION_;
type             4851 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 		type = _HW_STATE_ADHOC_;
type             4853 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 		type = _HW_STATE_NOLINK_;
type             4856 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 	rtw_hal_set_hwreg(padapter, HW_VAR_SET_OPMODE, (u8 *)(&type));
type             1152 drivers/staging/rtl8188eu/core/rtw_recv.c 	u8 type;
type             1175 drivers/staging/rtl8188eu/core/rtw_recv.c 	type =  GetFrameType(ptr);
type             1199 drivers/staging/rtl8188eu/core/rtw_recv.c 		if ((_drv_err_ <= GlobalDebugLevel) && (type == WIFI_MGT_TYPE)) {
type             1206 drivers/staging/rtl8188eu/core/rtw_recv.c 		if ((_drv_err_ <= GlobalDebugLevel) && (type == WIFI_DATA_TYPE)) {
type             1213 drivers/staging/rtl8188eu/core/rtw_recv.c 	switch (type) {
type             1237 drivers/staging/rtl8188eu/core/rtw_recv.c 		RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("validate_recv_data_frame fail! type= 0x%x\n", type));
type             1417 drivers/staging/rtl8188eu/core/rtw_recv.c 		u8 type = GetFrameType(pfhdr->pkt->data);
type             1419 drivers/staging/rtl8188eu/core/rtw_recv.c 		if (type != WIFI_DATA_TYPE) {
type              273 drivers/staging/rtl8188eu/core/rtw_wlan_util.c void Set_MSR(struct adapter *padapter, u8 type)
type              275 drivers/staging/rtl8188eu/core/rtw_wlan_util.c 	rtw_hal_set_hwreg(padapter, HW_VAR_MEDIA_STATUS, (u8 *)(&type));
type              301 drivers/staging/rtl8188eu/hal/phy.c void rtl88eu_dm_txpower_track_adjust(struct odm_dm_struct *dm_odm, u8 type,
type              306 drivers/staging/rtl8188eu/hal/phy.c 	if (type == 0) { /* For OFDM adjust */
type              321 drivers/staging/rtl8188eu/hal/phy.c 	} else if (type == 1) { /* For CCK adjust. */
type             1378 drivers/staging/rtl8188eu/hal/usb_halinit.c 			u8 type = *((u8 *)val);
type             1381 drivers/staging/rtl8188eu/hal/usb_halinit.c 			if (type == 0) { /*  prepare to join */
type             1391 drivers/staging/rtl8188eu/hal/usb_halinit.c 			} else if (type == 1) {
type             1394 drivers/staging/rtl8188eu/hal/usb_halinit.c 			} else if (type == 2) {
type               22 drivers/staging/rtl8188eu/include/phy.h 				     u8 type, u8 *dir, u32 *out_write);
type              340 drivers/staging/rtl8188eu/include/rtl8188e_spec.h #define _RXERR_RPT_SEL(type)		((type) << 28)
type               24 drivers/staging/rtl8188eu/include/rtw_ioctl_set.h 				      enum ndis_802_11_network_infra type);
type              462 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h void Set_MSR(struct adapter *padapter, u8 type);
type              102 drivers/staging/rtl8188eu/include/rtw_xmit.h 	u8	type;
type              211 drivers/staging/rtl8188eu/include/wifi.h #define SetFrameSubType(pbuf, type) \
type              215 drivers/staging/rtl8188eu/include/wifi.h 		*(__le16 *)(pbuf) |= cpu_to_le16(type); \
type              150 drivers/staging/rtl8188eu/os_dep/mon.c 	dev->type = ARPHRD_IEEE80211;
type              321 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	pnetdev->dev.type = &wlan_type;
type               11 drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c bool rtl92e_send_cmd_pkt(struct net_device *dev, u32 type, const void *data,
type               36 drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c 		if (type == DESC_PACKET_TYPE_NORMAL)
type               50 drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c 		tcb_desc->bCmdOrInit = type;
type               53 drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c 		if (type == DESC_PACKET_TYPE_NORMAL) {
type               67 drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c 		if (type == DESC_PACKET_TYPE_INIT &&
type               10 drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.h bool rtl92e_send_cmd_pkt(struct net_device *dev, u32 type, const void *data,
type             1858 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	u16 fc, type;
type             1866 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	type = WLAN_FC_GET_TYPE(fc);
type             1870 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 		((type != RTLLIB_FTYPE_CTL) &&
type             1721 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 	u16 fc = 0, type = 0;
type             1738 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 	type = WLAN_FC_GET_TYPE(fc);
type             1765 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 	if (type == RTLLIB_FTYPE_DATA) {
type             2006 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 	u16 fc = 0, type = 0;
type             2054 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 		type = WLAN_FC_GET_TYPE(fc);
type             2055 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 		if (type == RTLLIB_FTYPE_MGMT)
type             2064 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 			if (type != RTLLIB_FTYPE_MGMT)
type             2493 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 	dev->type = ARPHRD_ETHER;
type               68 drivers/staging/rtl8192e/rtl819x_BAProc.c 				    u16 StatusCode, u8 type)
type               76 drivers/staging/rtl8192e/rtl819x_BAProc.c 		   __func__, type, Dst, ieee->dev);
type              100 drivers/staging/rtl8192e/rtl819x_BAProc.c 	*tag++ = type;
type              103 drivers/staging/rtl8192e/rtl819x_BAProc.c 	if (type == ACT_ADDBARSP) {
type              116 drivers/staging/rtl8192e/rtl819x_BAProc.c 	if (type == ACT_ADDBAREQ) {
type              987 drivers/staging/rtl8192e/rtllib.h static inline const char *eap_get_type(int type)
type              989 drivers/staging/rtl8192e/rtllib.h 	return ((u32)type >= ARRAY_SIZE(eap_types)) ? "Unknown" :
type              990 drivers/staging/rtl8192e/rtllib.h 		 eap_types[type];
type             1008 drivers/staging/rtl8192e/rtllib.h 	u8 type;
type             1974 drivers/staging/rtl8192e/rtllib.h 			    struct rtllib_rx_stats *rx_stats, u16 type,
type              207 drivers/staging/rtl8192e/rtllib_rx.c 			struct rtllib_rx_stats *rx_stats, u16 type,
type              222 drivers/staging/rtl8192e/rtllib_rx.c 	rtllib_rx_frame_softmac(ieee, skb, rx_stats, type, stype);
type              919 drivers/staging/rtl8192e/rtllib_rx.c 	u8 frag, type, stype;
type              922 drivers/staging/rtl8192e/rtllib_rx.c 	type = WLAN_FC_GET_TYPE(fc);
type              931 drivers/staging/rtl8192e/rtllib_rx.c 		if (!((type == RTLLIB_FTYPE_MGMT) &&
type              989 drivers/staging/rtl8192e/rtllib_rx.c 	u8 type, stype;
type              991 drivers/staging/rtl8192e/rtllib_rx.c 	type = WLAN_FC_GET_TYPE(fc);
type             1023 drivers/staging/rtl8192e/rtllib_rx.c 					   type, stype);
type             1180 drivers/staging/rtl8192e/rtllib_rx.c 				   eap_get_type(eap->type));
type             1194 drivers/staging/rtl8192e/rtllib_rx.c 			   eap_get_type(eap->type));
type             1302 drivers/staging/rtl8192e/rtllib_rx.c 	u8 type, stype, multicast = 0, unicast = 0, nr_subframes = 0, TID = 0;
type             1312 drivers/staging/rtl8192e/rtllib_rx.c 	type = WLAN_FC_GET_TYPE(fc);
type             1341 drivers/staging/rtl8192e/rtllib_rx.c 	if (type == RTLLIB_FTYPE_CTL)
type             1345 drivers/staging/rtl8192e/rtllib_rx.c 	if (type == RTLLIB_FTYPE_MGMT) {
type             1348 drivers/staging/rtl8192e/rtllib_rx.c 		if (rtllib_rx_frame_mgmt(ieee, skb, rx_stats, type, stype))
type              283 drivers/staging/rtl8192e/rtllib_softmac.c 	u16 fc, type, stype;
type              287 drivers/staging/rtl8192e/rtllib_softmac.c 	type = WLAN_FC_GET_TYPE(fc);
type              305 drivers/staging/rtl8192e/rtllib_softmac.c 		if (type != RTLLIB_FTYPE_CTL) {
type              319 drivers/staging/rtl8192e/rtllib_softmac.c 		if (type != RTLLIB_FTYPE_CTL) {
type             2392 drivers/staging/rtl8192e/rtllib_softmac.c 				   struct rtllib_rx_stats *rx_stats, u16 type,
type              305 drivers/staging/rtl8192e/rtllib_softmac_wx.c 		ieee->dev->type = ARPHRD_IEEE80211;
type              308 drivers/staging/rtl8192e/rtllib_softmac_wx.c 		ieee->dev->type = ARPHRD_ETHER;
type              657 drivers/staging/rtl8192e/rtllib_tx.c 				   eap_get_type(eap->type));
type             1184 drivers/staging/rtl8192u/ieee80211/ieee80211.h static inline const char *eap_get_type(int type)
type             1186 drivers/staging/rtl8192u/ieee80211/ieee80211.h 	return ((u32)type >= ARRAY_SIZE(eap_types)) ? "Unknown" : eap_types[type];
type             1204 drivers/staging/rtl8192u/ieee80211/ieee80211.h 	u8 type;
type             1915 drivers/staging/rtl8192u/ieee80211/ieee80211.h 				  struct ieee80211_network *network, u16 type);
type             2222 drivers/staging/rtl8192u/ieee80211/ieee80211.h 			       u16 type, u16 stype);
type              209 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 			struct ieee80211_rx_stats *rx_stats, u16 type,
type              227 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 	ieee80211_rx_frame_softmac(ieee, skb, rx_stats, type, stype);
type              243 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 	if (ieee->hostapd && type == IEEE80211_TYPE_MGMT) {
type              263 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 		if (type != WLAN_FC_TYPE_MGMT && type != WLAN_FC_TYPE_CTRL) {
type              266 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 			       skb->dev->name, type, stype);
type              877 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 	u16 fc, type, stype, sc;
type              913 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 	type = WLAN_FC_GET_TYPE(fc);
type             1023 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 	if (type == IEEE80211_FTYPE_MGMT) {
type             1027 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 		if (ieee80211_rx_frame_mgmt(ieee, skb, rx_stats, type, stype))
type             1106 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 				type, stype, skb->len);
type             1200 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 						eap_get_type(eap->type));
type             1217 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 					eap_get_type(eap->type));
type             1880 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c 			   struct ieee80211_rx_stats *rx_stats, u16 type,
type              282 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c 		ieee->dev->type = ARPHRD_IEEE80211;
type              284 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c 		ieee->dev->type = ARPHRD_ETHER;
type              591 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c 				eap_get_type(eap->type));
type              108 drivers/staging/rtl8192u/ieee80211/rtl819x_BAProc.c static struct sk_buff *ieee80211_ADDBA(struct ieee80211_device *ieee, u8 *Dst, struct ba_record *pBA, u16 StatusCode, u8 type)
type              115 drivers/staging/rtl8192u/ieee80211/rtl819x_BAProc.c 	IEEE80211_DEBUG(IEEE80211_DL_TRACE | IEEE80211_DL_BA, "========>%s(), frame(%d) sentd to:%pM, ieee->dev:%p\n", __func__, type, Dst, ieee->dev);
type              139 drivers/staging/rtl8192u/ieee80211/rtl819x_BAProc.c 	*tag++ = type;
type              143 drivers/staging/rtl8192u/ieee80211/rtl819x_BAProc.c 	if (ACT_ADDBARSP == type) {
type              159 drivers/staging/rtl8192u/ieee80211/rtl819x_BAProc.c 	if (ACT_ADDBAREQ == type) {
type               30 drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h 		u16		type;
type              467 drivers/staging/rtl8192u/r8192U.h 		unsigned char type;
type             4322 drivers/staging/rtl8192u/r8192U_core.c 	u16 fc, type;
type             4334 drivers/staging/rtl8192u/r8192U_core.c 	type = WLAN_FC_GET_TYPE(fc);
type             4338 drivers/staging/rtl8192u/r8192U_core.c 	bpacket_match_bssid = (type != IEEE80211_FTYPE_CTL) &&
type             4798 drivers/staging/rtl8192u/r8192U_core.c 	dev->type = ARPHRD_ETHER;
type              173 drivers/staging/rtl8712/ieee80211.h 	u8 type;
type              397 drivers/staging/rtl8712/rtl871x_cmd.h 	u8	type;
type              550 drivers/staging/rtl8712/rtl871x_recv.c 	u8 type;
type              561 drivers/staging/rtl8712/rtl871x_recv.c 	type =  GetFrameType(ptr);
type              571 drivers/staging/rtl8712/rtl871x_recv.c 	switch (type) {
type               89 drivers/staging/rtl8712/rtl871x_xmit.h 	u8	type;
type              373 drivers/staging/rtl8712/usb_intf.c 	pnetdev->dev.type = &wlan_type;
type              221 drivers/staging/rtl8712/wifi.h #define SetFrameType(pbuf, type)	\
type              225 drivers/staging/rtl8712/wifi.h 		*(__le16 *)(pbuf) |= cpu_to_le16(type); \
type              232 drivers/staging/rtl8712/wifi.h #define SetFrameSubType(pbuf, type) \
type              236 drivers/staging/rtl8712/wifi.h 		*(__le16 *)(pbuf) |= cpu_to_le16(type); \
type             1142 drivers/staging/rtl8723bs/core/rtw_cmd.c 	pdrvextra_cmd_parm->type = 0;
type             1177 drivers/staging/rtl8723bs/core/rtw_cmd.c 	pdrvextra_cmd_parm->type = 0;
type             1213 drivers/staging/rtl8723bs/core/rtw_cmd.c 	pdrvextra_cmd_parm->type = 0;
type             1533 drivers/staging/rtl8723bs/core/rtw_cmd.c 		pdrvextra_cmd_parm->type = lps_ctrl_type;
type             1575 drivers/staging/rtl8723bs/core/rtw_cmd.c 	pdrvextra_cmd_parm->type = 0;
type             1648 drivers/staging/rtl8723bs/core/rtw_cmd.c 	pdrvextra_cmd_parm->type = 0;
type             1683 drivers/staging/rtl8723bs/core/rtw_cmd.c 	pdrvextra_cmd_parm->type = 0;
type             1755 drivers/staging/rtl8723bs/core/rtw_cmd.c 	pdrvextra_cmd_parm->type = 0;
type             1849 drivers/staging/rtl8723bs/core/rtw_cmd.c 	pdrvextra_cmd_parm->type = 0;
type             1884 drivers/staging/rtl8723bs/core/rtw_cmd.c 	pdrvextra_cmd_parm->type = 0;
type             1961 drivers/staging/rtl8723bs/core/rtw_cmd.c 		lps_ctrl_wk_hdl(padapter, (u8)pdrvextra_cmd->type);
type             1967 drivers/staging/rtl8723bs/core/rtw_cmd.c 		rtw_lps_change_dtim_hdl(padapter, (u8)pdrvextra_cmd->type);
type              192 drivers/staging/rtl8723bs/core/rtw_efuse.c 	u8 type,
type              197 drivers/staging/rtl8723bs/core/rtw_efuse.c 	padapter->HalFunc.EFUSEGetEfuseDefinition(padapter, efuseType, type, pOut, bPseudoTest);
type             6011 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	u8 type;
type             6018 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 		type = _HW_STATE_AP_;
type             6023 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 		type = _HW_STATE_STATION_;
type             6025 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 		type = _HW_STATE_ADHOC_;
type             6027 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 		type = _HW_STATE_NOLINK_;
type             6030 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	rtw_hal_set_hwreg(padapter, HW_VAR_SET_OPMODE, (u8 *)(&type));
type             1403 drivers/staging/rtl8723bs/core/rtw_recv.c 	u8 type;
type             1406 drivers/staging/rtl8723bs/core/rtw_recv.c 	type =  GetFrameType(ptr);
type             1503 drivers/staging/rtl8723bs/core/rtw_recv.c 	u8 type;
type             1521 drivers/staging/rtl8723bs/core/rtw_recv.c 	type =  GetFrameType(ptr);
type             1537 drivers/staging/rtl8723bs/core/rtw_recv.c 	else if ((bDumpRxPkt == 2) && (type == WIFI_MGT_TYPE))
type             1539 drivers/staging/rtl8723bs/core/rtw_recv.c 	else if ((bDumpRxPkt == 3) && (type == WIFI_DATA_TYPE))
type             1542 drivers/staging/rtl8723bs/core/rtw_recv.c 	switch (type) {
type             1595 drivers/staging/rtl8723bs/core/rtw_recv.c 		RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("validate_recv_data_frame fail! type = 0x%x\n", type));
type             1597 drivers/staging/rtl8723bs/core/rtw_recv.c 		DBG_871X("DBG_RX_DROP_FRAME validate_recv_data_frame fail! type = 0x%x\n", type);
type             1815 drivers/staging/rtl8723bs/core/rtw_recv.c 		u8 type = GetFrameType(pfhdr->rx_data);
type             1816 drivers/staging/rtl8723bs/core/rtw_recv.c 		if (type != WIFI_DATA_TYPE) {
type              305 drivers/staging/rtl8723bs/core/rtw_wlan_util.c void Set_MSR(struct adapter *padapter, u8 type)
type              307 drivers/staging/rtl8723bs/core/rtw_wlan_util.c 	rtw_hal_set_hwreg(padapter, HW_VAR_MEDIA_STATUS, (u8 *)(&type));
type             2935 drivers/staging/rtl8723bs/core/rtw_xmit.c 		u8 type;
type             2946 drivers/staging/rtl8723bs/core/rtw_xmit.c 			type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_OFFSET);
type             2948 drivers/staging/rtl8723bs/core/rtw_xmit.c 			if ((type == WIFI_PROBEREQ) ||
type             2949 drivers/staging/rtl8723bs/core/rtw_xmit.c 				(type == WIFI_DATA_NULL) ||
type             2950 drivers/staging/rtl8723bs/core/rtw_xmit.c 				(type == WIFI_QOS_DATA_NULL)) {
type              169 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	PBTC_COEXIST pBtCoexist, bool bForceExec, u8 type
type              174 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	pCoexDm->curArfrType = type;
type              207 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	PBTC_COEXIST pBtCoexist, bool bForceExec, u8 type
type              210 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	pCoexDm->curRetryLimitType = type;
type              234 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	PBTC_COEXIST pBtCoexist, bool bForceExec, u8 type
type              237 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	pCoexDm->curAmpduTimeType = type;
type              933 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	PBTC_COEXIST pBtCoexist, bool bForceExec, u8 type
type              939 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		("[BTCoex], ********** CoexTable(%d) **********\n", type)
type              942 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	pCoexSta->nCoexTableType = type;
type              944 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	switch (type) {
type             1364 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	PBTC_COEXIST pBtCoexist, bool bForceExec, bool bTurnOn, u8 type
type             1377 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	pCoexDm->curPsTdma = type;
type             1428 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		switch (type) {
type             1631 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		switch (type) {
type             3186 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c void EXhalbtc8723b1ant_IpsNotify(PBTC_COEXIST pBtCoexist, u8 type)
type             3191 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	if (BTC_IPS_ENTER == type) {
type             3200 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	} else if (BTC_IPS_LEAVE == type) {
type             3212 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c void EXhalbtc8723b1ant_LpsNotify(PBTC_COEXIST pBtCoexist, u8 type)
type             3217 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	if (BTC_LPS_ENABLE == type) {
type             3222 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	} else if (BTC_LPS_DISABLE == type) {
type             3230 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c void EXhalbtc8723b1ant_ScanNotify(PBTC_COEXIST pBtCoexist, u8 type)
type             3244 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	if (BTC_SCAN_START == type) {
type             3305 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	if (BTC_SCAN_START == type) {
type             3311 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	} else if (BTC_SCAN_FINISH == type) {
type             3320 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c void EXhalbtc8723b1ant_ConnectNotify(PBTC_COEXIST pBtCoexist, u8 type)
type             3335 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	if (BTC_ASSOCIATE_START == type) {
type             3363 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	if (BTC_ASSOCIATE_START == type) {
type             3366 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	} else if (BTC_ASSOCIATE_FINISH == type) {
type             3377 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c void EXhalbtc8723b1ant_MediaStatusNotify(PBTC_COEXIST pBtCoexist, u8 type)
type             3391 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	if (BTC_MEDIA_CONNECT == type) {
type             3419 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	if ((BTC_MEDIA_CONNECT == type) && (wifiCentralChnl <= 14)) {
type             3447 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c void EXhalbtc8723b1ant_SpecialPacketNotify(PBTC_COEXIST pBtCoexist, u8 type)
type             3463 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		BTC_PACKET_DHCP == type ||
type             3464 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		BTC_PACKET_EAPOL == type ||
type             3465 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		BTC_PACKET_ARP == type
type             3467 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		if (BTC_PACKET_ARP == type) {
type             3498 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 			("[BTCoex], special Packet [Type = %d] notify\n", type)
type             3528 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		BTC_PACKET_DHCP == type ||
type             3529 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		BTC_PACKET_EAPOL == type ||
type             3530 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		((BTC_PACKET_ARP == type) && (pCoexSta->bWiFiIsHighPriTask))
type              173 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.h void EXhalbtc8723b1ant_IpsNotify(PBTC_COEXIST pBtCoexist, u8 type);
type              174 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.h void EXhalbtc8723b1ant_LpsNotify(PBTC_COEXIST pBtCoexist, u8 type);
type              175 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.h void EXhalbtc8723b1ant_ScanNotify(PBTC_COEXIST pBtCoexist, u8 type);
type              176 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.h void EXhalbtc8723b1ant_ConnectNotify(PBTC_COEXIST pBtCoexist, u8 type);
type              177 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.h void EXhalbtc8723b1ant_MediaStatusNotify(PBTC_COEXIST pBtCoexist, u8 type);
type              178 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.h void EXhalbtc8723b1ant_SpecialPacketNotify(PBTC_COEXIST pBtCoexist, u8 type);
type             1050 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	PBTC_COEXIST pBtCoexist, bool bForceExec, u8 type
type             1053 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	switch (type) {
type             1305 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	PBTC_COEXIST pBtCoexist, bool bForceExec, bool bTurnOn, u8 type
type             1315 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 			type
type             1319 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	pCoexDm->curPsTdma = type;
type             1348 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 		switch (type) {
type             1419 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 		switch (type) {
type             3270 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c void EXhalbtc8723b2ant_IpsNotify(PBTC_COEXIST pBtCoexist, u8 type)
type             3272 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	if (BTC_IPS_ENTER == type) {
type             3278 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	} else if (BTC_IPS_LEAVE == type) {
type             3287 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c void EXhalbtc8723b2ant_LpsNotify(PBTC_COEXIST pBtCoexist, u8 type)
type             3289 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	if (BTC_LPS_ENABLE == type) {
type             3292 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	} else if (BTC_LPS_DISABLE == type) {
type             3298 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c void EXhalbtc8723b2ant_ScanNotify(PBTC_COEXIST pBtCoexist, u8 type)
type             3300 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	if (BTC_SCAN_START == type) {
type             3302 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	} else if (BTC_SCAN_FINISH == type) {
type             3307 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c void EXhalbtc8723b2ant_ConnectNotify(PBTC_COEXIST pBtCoexist, u8 type)
type             3309 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	if (BTC_ASSOCIATE_START == type) {
type             3311 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	} else if (BTC_ASSOCIATE_FINISH == type) {
type             3316 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c void EXhalbtc8723b2ant_MediaStatusNotify(PBTC_COEXIST pBtCoexist, u8 type)
type             3323 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	if (BTC_MEDIA_CONNECT == type) {
type             3331 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	if ((BTC_MEDIA_CONNECT == type) && (wifiCentralChnl <= 14)) {
type             3362 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c void EXhalbtc8723b2ant_SpecialPacketNotify(PBTC_COEXIST pBtCoexist, u8 type)
type             3364 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	if (type == BTC_PACKET_DHCP) {
type              135 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.h void EXhalbtc8723b2ant_IpsNotify(PBTC_COEXIST pBtCoexist, u8 type);
type              136 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.h void EXhalbtc8723b2ant_LpsNotify(PBTC_COEXIST pBtCoexist, u8 type);
type              137 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.h void EXhalbtc8723b2ant_ScanNotify(PBTC_COEXIST pBtCoexist, u8 type);
type              138 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.h void EXhalbtc8723b2ant_ConnectNotify(PBTC_COEXIST pBtCoexist, u8 type);
type              139 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.h void EXhalbtc8723b2ant_MediaStatusNotify(PBTC_COEXIST pBtCoexist, u8 type);
type              140 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.h void EXhalbtc8723b2ant_SpecialPacketNotify(PBTC_COEXIST pBtCoexist, u8 type);
type              538 drivers/staging/rtl8723bs/hal/HalBtcOutSrc.h void EXhalbtcoutsrc_IpsNotify(PBTC_COEXIST pBtCoexist, u8 type);
type              539 drivers/staging/rtl8723bs/hal/HalBtcOutSrc.h void EXhalbtcoutsrc_LpsNotify(PBTC_COEXIST pBtCoexist, u8 type);
type              540 drivers/staging/rtl8723bs/hal/HalBtcOutSrc.h void EXhalbtcoutsrc_ScanNotify(PBTC_COEXIST pBtCoexist, u8 type);
type              553 drivers/staging/rtl8723bs/hal/HalBtcOutSrc.h void EXhalbtcoutsrc_SetAntNum(u8 type, u8 antNum);
type             1046 drivers/staging/rtl8723bs/hal/hal_btcoex.c void EXhalbtcoutsrc_IpsNotify(PBTC_COEXIST pBtCoexist, u8 type)
type             1057 drivers/staging/rtl8723bs/hal/hal_btcoex.c 	if (IPS_NONE == type)
type             1073 drivers/staging/rtl8723bs/hal/hal_btcoex.c void EXhalbtcoutsrc_LpsNotify(PBTC_COEXIST pBtCoexist, u8 type)
type             1085 drivers/staging/rtl8723bs/hal/hal_btcoex.c 	if (PS_MODE_ACTIVE == type)
type             1096 drivers/staging/rtl8723bs/hal/hal_btcoex.c void EXhalbtcoutsrc_ScanNotify(PBTC_COEXIST pBtCoexist, u8 type)
type             1106 drivers/staging/rtl8723bs/hal/hal_btcoex.c 	if (type) {
type             1279 drivers/staging/rtl8723bs/hal/hal_btcoex.c void EXhalbtcoutsrc_SetAntNum(u8 type, u8 antNum)
type             1281 drivers/staging/rtl8723bs/hal/hal_btcoex.c 	if (BT_COEX_ANT_TYPE_PG == type) {
type             1284 drivers/staging/rtl8723bs/hal/hal_btcoex.c 	} else if (BT_COEX_ANT_TYPE_ANTDIV == type) {
type             1287 drivers/staging/rtl8723bs/hal/hal_btcoex.c 	} else if (BT_COEX_ANT_TYPE_DETECTED == type) {
type             1399 drivers/staging/rtl8723bs/hal/hal_btcoex.c void hal_btcoex_IpsNotify(struct adapter *padapter, u8 type)
type             1401 drivers/staging/rtl8723bs/hal/hal_btcoex.c 	EXhalbtcoutsrc_IpsNotify(&GLBtCoexist, type);
type             1404 drivers/staging/rtl8723bs/hal/hal_btcoex.c void hal_btcoex_LpsNotify(struct adapter *padapter, u8 type)
type             1406 drivers/staging/rtl8723bs/hal/hal_btcoex.c 	EXhalbtcoutsrc_LpsNotify(&GLBtCoexist, type);
type             1409 drivers/staging/rtl8723bs/hal/hal_btcoex.c void hal_btcoex_ScanNotify(struct adapter *padapter, u8 type)
type             1411 drivers/staging/rtl8723bs/hal/hal_btcoex.c 	EXhalbtcoutsrc_ScanNotify(&GLBtCoexist, type);
type              628 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 	u8 type,
type              633 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 	switch (type) {
type             3581 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 	u8 type;
type             3587 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 	type = *(u8 *)val;
type             3591 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 	if (type == 0) { /*  prepare to join */
type             3607 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 	} else if (type == 1) /* joinbss_event call back when join res < 0 */
type             3609 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 	else if (type == 2) { /* sta add event call back */
type               35 drivers/staging/rtl8723bs/include/hal_btcoex.h void hal_btcoex_IpsNotify(struct adapter *padapter, u8 type);
type               36 drivers/staging/rtl8723bs/include/hal_btcoex.h void hal_btcoex_LpsNotify(struct adapter *padapter, u8 type);
type               37 drivers/staging/rtl8723bs/include/hal_btcoex.h void hal_btcoex_ScanNotify(struct adapter *padapter, u8 type);
type              394 drivers/staging/rtl8723bs/include/hal_com_reg.h #define _RXERR_RPT_SEL(type)			((type) << 28)
type              252 drivers/staging/rtl8723bs/include/hal_intf.h 	void (*EFUSEGetEfuseDefinition)(struct adapter *padapter, u8 efuseType, u8 type, void *pOut, bool bPseudoTest);
type              282 drivers/staging/rtl8723bs/include/ieee80211.h 	u8 type;
type               78 drivers/staging/rtl8723bs/include/osdep_service_linux.h #define LIST_CONTAINOR(ptr, type, member) \
type               79 drivers/staging/rtl8723bs/include/osdep_service_linux.h 	container_of(ptr, type, member)
type               45 drivers/staging/rtl8723bs/include/rtl8723b_recv.h 	u32 type:2;
type              595 drivers/staging/rtl8723bs/include/rtw_cmd.h 	int type; /*  Can use this field as the type id or command size */
type              843 drivers/staging/rtl8723bs/include/rtw_cmd.h extern u8 rtw_setfwdig_cmd(struct adapter *padapter, u8 type);
type              844 drivers/staging/rtl8723bs/include/rtw_cmd.h extern u8 rtw_setfwra_cmd(struct adapter *padapter, u8 type);
type              108 drivers/staging/rtl8723bs/include/rtw_efuse.h void EFUSE_GetEfuseDefinition(struct adapter *padapter, u8 efuseType, u8 type, void *pOut, bool bPseudoTest);
type              558 drivers/staging/rtl8723bs/include/rtw_mlme_ext.h void Set_MSR(struct adapter *padapter, u8 type);
type              142 drivers/staging/rtl8723bs/include/rtw_xmit.h 	u8 type;
type              267 drivers/staging/rtl8723bs/include/wifi.h #define SetFrameType(pbuf, type)	\
type              270 drivers/staging/rtl8723bs/include/wifi.h 		*(unsigned short *)(pbuf) |= cpu_to_le16(type); \
type              276 drivers/staging/rtl8723bs/include/wifi.h #define SetFrameSubType(pbuf, type) \
type              280 drivers/staging/rtl8723bs/include/wifi.h 		*(__le16 *)(pbuf) |= cpu_to_le16(type); \
type             1299 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 				     enum nl80211_iftype type,
type             1310 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 	DBG_871X(FUNC_NDEV_FMT" type =%d\n", FUNC_NDEV_ARG(ndev), type);
type             1335 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 		FUNC_NDEV_ARG(ndev), old_type, type);
type             1337 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 	if (old_type != type)
type             1344 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 	switch (type) {
type             1359 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 	rtw_wdev->iftype = type;
type             2262 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 	enum nl80211_tx_power_setting type, int mbm)
type             2615 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 	mon_ndev->type = ARPHRD_IEEE80211_RADIOTAP;
type             2667 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 		enum nl80211_iftype type, struct vif_params *params)
type             2674 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 		FUNC_ADPT_ARG(padapter), wiphy_name(wiphy), name, type);
type             2676 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 	switch (type) {
type             3102 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 	int type = (-1);
type             3155 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 	switch (type) {
type             4883 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 	int type = (args & IW_PRIV_TYPE_MASK) >> 12;
type             4885 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 	return num * iw_priv_type_size[type];
type             1144 drivers/staging/rts5208/ms.c 			       int type, u8 mg_entry_num);
type             1575 drivers/staging/rts5208/ms.c static void ms_set_page_status(u16 log_blk, u8 type, u8 *extra, int extra_len)
type             1582 drivers/staging/rts5208/ms.c 	if (type == setPS_NG) {
type             3769 drivers/staging/rts5208/ms.c static int mg_set_tpc_para_sub(struct rtsx_chip *chip, int type,
type             3775 drivers/staging/rts5208/ms.c 	if (type == 0)
type             3785 drivers/staging/rts5208/ms.c 	if (type == 1) {
type             3791 drivers/staging/rts5208/ms.c 	retval = ms_write_bytes(chip, PRO_WRITE_REG, (type == 0) ? 1 : 6,
type              870 drivers/staging/sm750fb/sm750.c 	fix->type = FB_TYPE_PACKED_PIXELS;
type              132 drivers/staging/speakup/keyhelp.c int spk_handle_help(struct vc_data *vc, u_char type, u_char ch, u_short key)
type              141 drivers/staging/speakup/keyhelp.c 	if (type == KT_LATIN) {
type              156 drivers/staging/speakup/keyhelp.c 	} else if (type == KT_CUR) {
type              164 drivers/staging/speakup/keyhelp.c 	} else if (type == KT_SPKUP && ch == SPEAKUP_HELP &&
type              172 drivers/staging/speakup/keyhelp.c 		if ((type != KT_SPKUP) && (key > 0) && (key <= num_key_names)) {
type             1320 drivers/staging/speakup/main.c static int edit_bits(struct vc_data *vc, u_char type, u_char ch, u_short key)
type             1324 drivers/staging/speakup/main.c 	if (type != KT_LATIN || (ch_type & B_NUM) || ch < SPACE)
type             1939 drivers/staging/speakup/main.c static int handle_goto(struct vc_data *vc, u_char type, u_char ch, u_short key)
type             1947 drivers/staging/speakup/main.c 	if (type == KT_SPKUP && ch == SPEAKUP_GOTO)
type             1949 drivers/staging/speakup/main.c 	if (type == KT_LATIN && ch == '\n')
type             1951 drivers/staging/speakup/main.c 	if (type != 0)
type             2103 drivers/staging/speakup/main.c 	u_char type = KTYP(keysym), value = KVAL(keysym), new_key = 0;
type             2112 drivers/staging/speakup/main.c 	if (type >= 0xf0)
type             2113 drivers/staging/speakup/main.c 		type -= 0xf0;
type             2114 drivers/staging/speakup/main.c 	if (type == KT_PAD &&
type             2172 drivers/staging/speakup/main.c 			type = KT_SPKUP;
type             2177 drivers/staging/speakup/main.c 	if (type == KT_SPKUP && !spk_special_handler) {
type             2183 drivers/staging/speakup/main.c 	if (up_flag || spk_killed || type == KT_SHIFT)
type             2194 drivers/staging/speakup/main.c 		if (type == KT_SPEC && value == 1) {
type             2196 drivers/staging/speakup/main.c 			type = KT_LATIN;
type             2197 drivers/staging/speakup/main.c 		} else if (type == KT_LETTER) {
type             2198 drivers/staging/speakup/main.c 			type = KT_LATIN;
type             2202 drivers/staging/speakup/main.c 		ret = (*spk_special_handler) (vc, type, value, keycode);
type             2258 drivers/staging/speakup/main.c 			unsigned char type = KTYP(param->value) - 0xf0;
type             2261 drivers/staging/speakup/main.c 			switch (type) {
type               40 drivers/staging/speakup/speakup.h #define IS_CHAR(x, type) (spk_chartab[((u_char)x)] & type)
type               41 drivers/staging/speakup/speakup.h #define IS_TYPE(x, type) ((spk_chartab[((u_char)x)] & type) == type)
type               65 drivers/staging/speakup/speakup.h int spk_handle_help(struct vc_data *vc, u_char type, u_char ch, u_short key);
type               50 drivers/staging/speakup/spk_types.h typedef int (*special_func)(struct vc_data *vc, u_char type, u_char ch,
type              440 drivers/staging/unisys/include/iochannel.h 	enum net_types type;
type              461 drivers/staging/unisys/visornic/visornic_main.c 	cmdrsp->net.type = NET_RCV_POST;
type              492 drivers/staging/unisys/visornic/visornic_main.c 	devdata->cmdrsp_rcv->net.type = NET_RCV_ENBDIS;
type              907 drivers/staging/unisys/visornic/visornic_main.c 	cmdrsp->net.type = NET_XMIT;
type             1060 drivers/staging/unisys/visornic/visornic_main.c 	cmdrsp->net.type = NET_RCV_PROMISC;
type             1660 drivers/staging/unisys/visornic/visornic_main.c 		switch (cmdrsp->net.type) {
type              111 drivers/staging/uwb/address.c 		    const void *_addr, enum uwb_addr_type type)
type              121 drivers/staging/uwb/address.c 	switch (type) {
type              149 drivers/staging/uwb/address.c 		    void *_addr, enum uwb_addr_type type)
type              159 drivers/staging/uwb/address.c 	switch (type) {
type              172 drivers/staging/uwb/address.c 		switch (type) {
type              342 drivers/staging/uwb/address.c 			int type)
type              345 drivers/staging/uwb/address.c 	if (type)
type              205 drivers/staging/uwb/drp-ie.c 	uwb_ie_drp_set_type(drp_ie,         rsv->type);
type              208 drivers/staging/uwb/drp-ie.c 		switch (rsv->target.type) {
type              165 drivers/staging/uwb/drp.c 	int our_type        = rsv->type;
type              242 drivers/staging/uwb/est.c int uwb_est_register(u8 type, u8 event_high, u16 vendor, u16 product,
type              257 drivers/staging/uwb/est.c 		if (uwb_est[itr].type_event_high < type
type              265 drivers/staging/uwb/est.c 	uwb_est[itr].type_event_high = type << 8 | event_high;
type              291 drivers/staging/uwb/est.c int uwb_est_unregister(u8 type, u8 event_high, u16 vendor, u16 product,
type              297 drivers/staging/uwb/est.c 		.type_event_high = type << 8 | event_high,
type              371 drivers/staging/uwb/est.c 		switch (entry->type) {
type              385 drivers/staging/uwb/est.c 		switch (entry->type) {
type               32 drivers/staging/uwb/include/debug-cmd.h 	__u8  type;
type               48 drivers/staging/uwb/include/debug-cmd.h 	__u32 type;
type              331 drivers/staging/uwb/include/spec.h static inline void uwb_ie_drp_set_type(struct uwb_ie_drp *ie, enum uwb_drp_type type)
type              334 drivers/staging/uwb/include/spec.h 	drp_control = (drp_control & ~(0x7 << 0)) | (type << 0);
type              441 drivers/staging/uwb/include/spec.h 	u8 type;	/* enum uwb_dev_info_type */
type              385 drivers/staging/uwb/neh.c 	uwb_evt->type = UWB_EVT_TYPE_NOTIF;
type              346 drivers/staging/uwb/reset.c 	evt->type = UWB_EVT_TYPE_MSG;
type               87 drivers/staging/uwb/rsv.c const char *uwb_rsv_type_str(enum uwb_drp_type type)
type               89 drivers/staging/uwb/rsv.c 	if (type < UWB_DRP_TYPE_ALIEN_BP || type > UWB_DRP_TYPE_PCA)
type               91 drivers/staging/uwb/rsv.c 	return rsv_types[type];
type              102 drivers/staging/uwb/rsv.c 	if (rsv->target.type == UWB_RSV_TARGET_DEV)
type              143 drivers/staging/uwb/rsv.c 	switch (rsv->target.type) {
type              174 drivers/staging/uwb/rsv.c 	switch (rsv->target.type) {
type              513 drivers/staging/uwb/rsv.c 	if (rsv->target.type == UWB_RSV_TARGET_DEV)
type              719 drivers/staging/uwb/rsv.c 	switch (rsv->target.type) {
type              747 drivers/staging/uwb/rsv.c 	rsv->target.type = UWB_RSV_TARGET_DEV;
type              750 drivers/staging/uwb/rsv.c 	rsv->type        = uwb_ie_drp_type(drp_ie);
type              923 drivers/staging/uwb/rsv.c 		if (rsv->type != UWB_DRP_TYPE_ALIEN_BP) {
type               43 drivers/staging/uwb/scan.c 		unsigned channel, enum uwb_scan_type type,
type               58 drivers/staging/uwb/scan.c 	cmd->bScanState = type;
type               74 drivers/staging/uwb/scan.c 	rc->scan_type = type;
type              108 drivers/staging/uwb/scan.c 	unsigned type;
type              112 drivers/staging/uwb/scan.c 	result = sscanf(buf, "%u %u %u\n", &channel, &type, &bpst_offset);
type              113 drivers/staging/uwb/scan.c 	if (result >= 2 && type < UWB_SCAN_TOP)
type              114 drivers/staging/uwb/scan.c 		result = uwb_rc_scan(rc, channel, type, bpst_offset);
type               89 drivers/staging/uwb/uwb-debug.c 	rsv->target.type  = UWB_RSV_TARGET_DEV;
type               91 drivers/staging/uwb/uwb-debug.c 	rsv->type         = cmd->type;
type              160 drivers/staging/uwb/uwb-debug.c 	switch (cmd.type) {
type              207 drivers/staging/uwb/uwb-debug.c 		if (rsv->target.type == UWB_RSV_TARGET_DEV) {
type              220 drivers/staging/uwb/uwb-debug.c 			   rsv->stream, uwb_rsv_type_str(rsv->type));
type               53 drivers/staging/uwb/uwb-internal.h 		       unsigned channel, enum uwb_scan_type type,
type              212 drivers/staging/uwb/uwb-internal.h 	enum uwb_event_type type;
type              163 drivers/staging/uwb/uwb.h 	enum uwb_rsv_target_type type;
type              233 drivers/staging/uwb/uwb.h 	enum uwb_drp_type type;
type              302 drivers/staging/uwb/uwb.h const char *uwb_rsv_type_str(enum uwb_drp_type type);
type              663 drivers/staging/uwb/uwb.h 	enum { UWB_EST_16 = 0, UWB_EST_8 = 1 } type;
type              666 drivers/staging/uwb/uwb.h int uwb_est_register(u8 type, u8 code_high, u16 vendor, u16 product,
type              668 drivers/staging/uwb/uwb.h int uwb_est_unregister(u8 type, u8 code_high, u16 vendor, u16 product,
type              170 drivers/staging/uwb/uwbd.c 	u8 type, context;
type              173 drivers/staging/uwb/uwbd.c 	type = evt->notif.rceb->bEventType;
type              177 drivers/staging/uwb/uwbd.c 	if (type >= ARRAY_SIZE(uwbd_urc_evt_type_handlers))
type              179 drivers/staging/uwb/uwbd.c 	type_table = &uwbd_urc_evt_type_handlers[type];
type              193 drivers/staging/uwb/uwbd.c 			type, event, context, result);
type              223 drivers/staging/uwb/uwbd.c 		switch (evt->type) {
type              233 drivers/staging/uwb/uwbd.c 			dev_err(&rc->uwb_dev.dev, "UWBD: invalid event type %d\n", evt->type);
type              333 drivers/staging/uwb/uwbd.c 		if (evt->type == UWB_EVT_TYPE_NOTIF)
type              350 drivers/staging/uwb/uwbd.c 			if (evt->type == UWB_EVT_TYPE_NOTIF)
type               34 drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c 		uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               39 drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c 		uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type               44 drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c 		uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              134 drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              177 drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type               52 drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c 			status, m->type);
type               60 drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c 				"vchi message timeout, msg=%d\n", m->type);
type               65 drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c 				instance->result, m->type);
type               85 drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c 				     int type, bool wait)
type               87 drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c 	struct vc_audio_msg m = { .type = type };
type              106 drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c 	if (m.type == VC_AUDIO_MSG_TYPE_RESULT) {
type              109 drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c 	} else if (m.type == VC_AUDIO_MSG_TYPE_COMPLETE) {
type              117 drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c 		dev_err(instance->dev, "unexpected callback type=%d\n", m.type);
type              250 drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c 	m.type = VC_AUDIO_MSG_TYPE_CONTROL;
type              265 drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c 		 .type = VC_AUDIO_MSG_TYPE_CONFIG,
type              296 drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c 		.type = VC_AUDIO_MSG_TYPE_STOP,
type              324 drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c 		.type = VC_AUDIO_MSG_TYPE_WRITE,
type               85 drivers/staging/vc04_services/bcm2835-audio/vc_vchi_audioserv_defs.h 	s32 type; /* Message type (VC_AUDIO_MSG_TYPE) */
type              847 drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c 	inp->type = V4L2_INPUT_TYPE_CAMERA;
type             1333 drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c 	fsize->type = V4L2_FRMSIZE_TYPE_STEPWISE;
type             1361 drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c 	fival->type = V4L2_FRMIVAL_TYPE_CONTINUOUS;
type             1376 drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c 	if (parm->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1391 drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c 	if (parm->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
type             1918 drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c 		q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type               77 drivers/staging/vc04_services/bcm2835-camera/controls.c 	enum bm2835_mmal_ctrl_type type;
type             1241 drivers/staging/vc04_services/bcm2835-camera/controls.c 		switch (ctrl->type) {
type             1308 drivers/staging/vc04_services/bcm2835-camera/controls.c 		switch (ctrl->type) {
type               56 drivers/staging/vc04_services/bcm2835-camera/mmal-msg-format.h 	u32 type;	/* enum mmal_es_type */
type               82 drivers/staging/vc04_services/bcm2835-camera/mmal-msg-format.h 	u32 type;	/* enum mmal_es_type */
type               51 drivers/staging/vc04_services/bcm2835-camera/mmal-msg-port.h 	u32 type;	/* Type of the port (RO) enum mmal_port_type */
type               85 drivers/staging/vc04_services/bcm2835-camera/mmal-msg.h 	u32 type;	/* enum mmal_msg_type */
type              275 drivers/staging/vc04_services/bcm2835-camera/mmal-msg.h 	u32 type;
type               86 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 			 msg_type_names[(MSG)->h.type],			\
type               87 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 			 (MSG)->h.type, (MSG_LEN));			\
type              100 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 			 msg_type_names[(MSG)->h.type],			\
type              101 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 			 (MSG)->h.type, (MSG_LEN));			\
type              397 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.h.type = MMAL_MSG_TYPE_BUFFER_FROM_HOST;
type              565 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 		switch (msg->h.type) {
type              721 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 		 port->format.type,
type              727 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	if (port->format.type == MMAL_ES_TYPE_VIDEO) {
type              747 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	p->type = port->type;
type              776 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.h.type = MMAL_MSG_TYPE_PORT_INFO_SET;
type              779 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.u.port_info_set.port_type = port->type;
type              785 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.u.port_info_set.format.type = port->format.type;
type              805 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	if (rmsg->h.type != MMAL_MSG_TYPE_PORT_INFO_SET) {
type              833 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.h.type = MMAL_MSG_TYPE_PORT_INFO_GET;
type              835 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.u.port_info_get.port_type = port->type;
type              844 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	if (rmsg->h.type != MMAL_MSG_TYPE_PORT_INFO_GET) {
type              866 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	port->type = rmsg->u.port_info_get_reply.port_type;
type              886 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	port->format.type = rmsg->u.port_info_get_reply.format.type;
type              929 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.h.type = MMAL_MSG_TYPE_COMPONENT_CREATE;
type              940 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	if (rmsg->h.type != m.h.type) {
type              975 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.h.type = MMAL_MSG_TYPE_COMPONENT_DESTROY;
type              984 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	if (rmsg->h.type != m.h.type) {
type             1008 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.h.type = MMAL_MSG_TYPE_COMPONENT_ENABLE;
type             1017 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	if (rmsg->h.type != m.h.type) {
type             1040 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.h.type = MMAL_MSG_TYPE_COMPONENT_DISABLE;
type             1049 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	if (rmsg->h.type != m.h.type) {
type             1073 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.h.type = MMAL_MSG_TYPE_GET_VERSION;
type             1081 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	if (rmsg->h.type != m.h.type) {
type             1106 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.h.type = MMAL_MSG_TYPE_PORT_ACTION;
type             1119 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	if (rmsg->h.type != MMAL_MSG_TYPE_PORT_ACTION) {
type             1150 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.h.type = MMAL_MSG_TYPE_PORT_ACTION;
type             1166 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	if (rmsg->h.type != MMAL_MSG_TYPE_PORT_ACTION) {
type             1195 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.h.type = MMAL_MSG_TYPE_PORT_PARAMETER_SET;
type             1209 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	if (rmsg->h.type != MMAL_MSG_TYPE_PORT_PARAMETER_SET) {
type             1236 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.h.type = MMAL_MSG_TYPE_PORT_PARAMETER_GET;
type             1250 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	if (rmsg->h.type != MMAL_MSG_TYPE_PORT_PARAMETER_GET) {
type             1252 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 		pr_err("Incorrect reply type %d\n", rmsg->h.type);
type             1639 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	component->control.type = MMAL_PORT_TYPE_CONTROL;
type             1649 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 		component->input[idx].type = MMAL_PORT_TYPE_INPUT;
type             1660 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 		component->output[idx].type = MMAL_PORT_TYPE_OUTPUT;
type             1671 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 		component->clock[idx].type = MMAL_PORT_TYPE_CLOCK;
type               53 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.h 	u32 type; /* port type, cached to use on port info set */
type               72 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c create_pagelist(char __user *buf, size_t count, unsigned short type);
type              356 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c create_pagelist(char __user *buf, size_t count, unsigned short type)
type              405 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c 	pagelist->type = type;
type              412 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c 	pagelistinfo->dma_dir =  (type == PAGELIST_WRITE) ?
type              446 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c 					  type == PAGELIST_READ,
type              518 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c 	if ((type == PAGELIST_READ) &&
type              536 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c 		pagelist->type = PAGELIST_READ_WITH_FRAGMENTS +
type              563 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c 	if (pagelist->type >= PAGELIST_READ_WITH_FRAGMENTS) {
type              565 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c 			(pagelist->type - PAGELIST_READ_WITH_FRAGMENTS) *
type              602 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c 	if (pagelist->type != PAGELIST_WRITE &&
type              792 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 	int type = VCHIQ_MSG_TYPE(msgid);
type              806 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 	if (type == VCHIQ_MSG_DATA) {
type              867 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 				msg_type_str(type), size,
type              904 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 	if (type == VCHIQ_MSG_DATA) {
type             1018 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 	if (service && (type == VCHIQ_MSG_CLOSE))
type             1519 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 		int type;
type             1547 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 		type = VCHIQ_MSG_TYPE(msgid);
type             1551 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 		if (type != VCHIQ_MSG_DATA)
type             1554 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 		switch (type) {
type             1567 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 			    (type == VCHIQ_MSG_CLOSE)) {
type             1578 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 						state->id, msg_type_str(type),
type             1586 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 					state->id, msg_type_str(type),
type             1605 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 				msg_type_str(type), type,
type             1622 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 		switch (type) {
type             1717 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 				queue = (type == VCHIQ_MSG_BULK_RX_DONE) ?
type             1730 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 						state->id, msg_type_str(type),
type             1753 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 					state->id, msg_type_str(type),
type             1760 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 					(type == VCHIQ_MSG_BULK_RX_DONE) ?
type             1975 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 		int type;
type             1984 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 		type = VCHIQ_MSG_TYPE(msgid);
type             1993 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 				state->id, msg_type_str(type),
type             2007 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 				msg_type_str(type),
type             2015 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 		switch (type) {
type               85 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h #define VCHIQ_MAKE_MSG(type, srcport, dstport) \
type               86 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h 	((type<<24) | (srcport<<12) | (dstport<<0))
type               13 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h 	u16 type;
type              107 drivers/staging/vme/devices/vme_user.c static const int type[VME_DEVS] = {	MASTER_MINOR,	MASTER_MINOR,
type              200 drivers/staging/vme/devices/vme_user.c 	switch (type[minor]) {
type              242 drivers/staging/vme/devices/vme_user.c 	switch (type[minor]) {
type              267 drivers/staging/vme/devices/vme_user.c 	switch (type[minor]) {
type              302 drivers/staging/vme/devices/vme_user.c 	switch (type[minor]) {
type              486 drivers/staging/vme/devices/vme_user.c 	if (type[minor] == MASTER_MINOR)
type              628 drivers/staging/vme/devices/vme_user.c 		switch (type[i]) {
type              643 drivers/staging/vme/devices/vme_user.c 		num = (type[i] == SLAVE_MINOR) ? i - (MASTER_MAX + 1) : i;
type             1298 drivers/staging/vt6655/device_main.c 	switch (vif->type) {
type             1317 drivers/staging/vt6655/device_main.c 	priv->op_mode = vif->type;
type             1327 drivers/staging/vt6655/device_main.c 	switch (vif->type) {
type              227 drivers/staging/vt6656/device.h 	u8 type;
type               62 drivers/staging/vt6656/mac.c void vnt_mac_set_bb_type(struct vnt_private *priv, u8 type)
type               66 drivers/staging/vt6656/mac.c 	data[0] = type;
type              359 drivers/staging/vt6656/mac.h void vnt_mac_set_bb_type(struct vnt_private *priv, u8 type);
type              615 drivers/staging/vt6656/main_usb.c 	switch (vif->type) {
type              634 drivers/staging/vt6656/main_usb.c 	priv->op_mode = vif->type;
type              647 drivers/staging/vt6656/main_usb.c 	switch (vif->type) {
type              971 drivers/staging/vt6656/rxtx.c 	tx_buffer->type = 0x00;
type              975 drivers/staging/vt6656/rxtx.c 	tx_context->type = CONTEXT_DATA_PACKET;
type             1067 drivers/staging/vt6656/rxtx.c 	beacon_buffer->type = 0x01;
type             1069 drivers/staging/vt6656/rxtx.c 	context->type = CONTEXT_BEACON_PACKET;
type              219 drivers/staging/vt6656/rxtx.h 	u8 type;
type              235 drivers/staging/vt6656/rxtx.h 	u8 type;
type              301 drivers/staging/vt6656/usbpipe.c 	if (context->type == CONTEXT_DATA_PACKET)
type              304 drivers/staging/vt6656/usbpipe.c 	if (urb->status || context->type == CONTEXT_BEACON_PACKET) {
type              204 drivers/staging/wilc1000/wilc_hif.c 		wid.type = WID_CHAR;
type              265 drivers/staging/wilc1000/wilc_hif.c 			wid_list[index].type = WID_STR;
type              283 drivers/staging/wilc1000/wilc_hif.c 	wid_list[index].type = WID_BIN_DATA;
type              289 drivers/staging/wilc1000/wilc_hif.c 	wid_list[index].type = WID_CHAR;
type              296 drivers/staging/wilc1000/wilc_hif.c 		wid_list[index].type = WID_SHORT;
type              307 drivers/staging/wilc1000/wilc_hif.c 	wid_list[index].type = WID_BIN_DATA;
type              321 drivers/staging/wilc1000/wilc_hif.c 	wid_list[index].type = WID_CHAR;
type              356 drivers/staging/wilc1000/wilc_hif.c 	wid_list[wid_cnt].type = WID_BIN_DATA;
type              362 drivers/staging/wilc1000/wilc_hif.c 	wid_list[wid_cnt].type = WID_CHAR;
type              368 drivers/staging/wilc1000/wilc_hif.c 	wid_list[wid_cnt].type = WID_CHAR;
type              374 drivers/staging/wilc1000/wilc_hif.c 	wid_list[wid_cnt].type = WID_STR;
type              423 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_CHAR;
type              618 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_STR;
type              768 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_CHAR;
type              814 drivers/staging/wilc1000/wilc_hif.c 	wid_list[wid_cnt].type = WID_CHAR;
type              820 drivers/staging/wilc1000/wilc_hif.c 	wid_list[wid_cnt].type = WID_CHAR;
type              826 drivers/staging/wilc1000/wilc_hif.c 	wid_list[wid_cnt].type = WID_INT;
type              832 drivers/staging/wilc1000/wilc_hif.c 	wid_list[wid_cnt].type = WID_INT;
type              838 drivers/staging/wilc1000/wilc_hif.c 	wid_list[wid_cnt].type = WID_INT;
type              917 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_STR;
type              951 drivers/staging/wilc1000/wilc_hif.c 		wid.type = WID_STR;
type             1020 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_BIN;
type             1104 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_STR;
type             1121 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_CHAR;
type             1140 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_STR;
type             1169 drivers/staging/wilc1000/wilc_hif.c 	wid_list[0].type = WID_CHAR;
type             1174 drivers/staging/wilc1000/wilc_hif.c 	wid_list[1].type = WID_CHAR;
type             1179 drivers/staging/wilc1000/wilc_hif.c 	wid_list[2].type = WID_STR;
type             1212 drivers/staging/wilc1000/wilc_hif.c 		wid_list[0].type = WID_CHAR;
type             1234 drivers/staging/wilc1000/wilc_hif.c 		wid_list[1].type = WID_STR;
type             1261 drivers/staging/wilc1000/wilc_hif.c 		wid.type = WID_STR;
type             1306 drivers/staging/wilc1000/wilc_hif.c 		wid_list[0].type = WID_CHAR;
type             1311 drivers/staging/wilc1000/wilc_hif.c 		wid_list[1].type = WID_STR;
type             1321 drivers/staging/wilc1000/wilc_hif.c 		wid.type = WID_STR;
type             1336 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_STR;
type             1349 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_STR;
type             1399 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_CHAR;
type             1418 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_STR;
type             1438 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_STR;
type             1453 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_INT;
type             1474 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_CHAR;
type             1513 drivers/staging/wilc1000/wilc_hif.c 		wid_list[i].type = WID_SHORT;
type             1520 drivers/staging/wilc1000/wilc_hif.c 		wid_list[i].type = WID_SHORT;
type             1527 drivers/staging/wilc1000/wilc_hif.c 		wid_list[i].type = WID_SHORT;
type             1534 drivers/staging/wilc1000/wilc_hif.c 		wid_list[i].type = WID_SHORT;
type             1781 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_STR;
type             1814 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_BIN;
type             1854 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_CHAR;
type             1873 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_BIN;
type             1897 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_BIN;
type             1939 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_STR;
type             1958 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_BIN;
type             2023 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_CHAR;
type             2035 drivers/staging/wilc1000/wilc_hif.c 	wid.type = WID_CHAR;
type              231 drivers/staging/wilc1000/wilc_mon.c 	wl->monitor_dev->type = ARPHRD_IEEE80211_RADIOTAP;
type              644 drivers/staging/wilc1000/wilc_netdev.c 				 vif->frame_reg[0].type,
type              648 drivers/staging/wilc1000/wilc_netdev.c 				 vif->frame_reg[1].type,
type              831 drivers/staging/wilc1000/wilc_netdev.c 		u16 type = le16_to_cpup((__le16 *)buff);
type              834 drivers/staging/wilc1000/wilc_netdev.c 		if ((type == vif->frame_reg[0].type && vif->frame_reg[0].reg) ||
type              835 drivers/staging/wilc1000/wilc_netdev.c 		    (type == vif->frame_reg[1].type && vif->frame_reg[1].reg)) {
type              885 drivers/staging/wilc1000/wilc_netdev.c 				      int vif_type, enum nl80211_iftype type,
type              909 drivers/staging/wilc1000/wilc_netdev.c 	vif->priv.wdev.iftype = type;
type             1344 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 		vif->frame_reg[0].type = frame_type;
type             1349 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 		vif->frame_reg[1].type = frame_type;
type             1402 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 			       enum nl80211_iftype type,
type             1413 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 	switch (type) {
type             1416 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 		dev->ieee80211_ptr->iftype = type;
type             1417 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 		priv->wdev.iftype = type;
type             1433 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 		dev->ieee80211_ptr->iftype = type;
type             1434 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 		priv->wdev.iftype = type;
type             1444 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 		dev->ieee80211_ptr->iftype = type;
type             1445 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 		priv->wdev.iftype = type;
type             1454 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 		dev->ieee80211_ptr->iftype = type;
type             1455 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 		priv->wdev.iftype = type;
type             1464 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 		netdev_err(dev, "Unknown interface type= %d\n", type);
type             1566 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c static int wilc_get_vif_from_type(struct wilc *wl, int type)
type             1572 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 		if (wl->vif[i]->iftype == type) {
type             1585 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 					     enum nl80211_iftype type,
type             1594 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 	if (type == NL80211_IFTYPE_MONITOR) {
type             1626 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 	switch (type) {
type             1638 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 	vif = wilc_netdev_ifc_init(wl, name, iftype, type, true);
type             1720 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 			enum nl80211_tx_power_setting type, int mbm)
type               19 drivers/staging/wilc1000/wilc_wfi_cfgoperations.h 				       enum nl80211_iftype type);
type              163 drivers/staging/wilc1000/wilc_wfi_netdevice.h 	u16 type;
type              291 drivers/staging/wilc1000/wilc_wfi_netdevice.h 				      int vif_type, enum nl80211_iftype type,
type              264 drivers/staging/wilc1000/wilc_wlan.c 	tqe->type = WILC_CFG_PKT;
type              294 drivers/staging/wilc1000/wilc_wlan.c 	tqe->type = WILC_NET_PKT;
type              325 drivers/staging/wilc1000/wilc_wlan.c 	tqe->type = WILC_MGMT_PKT;
type              504 drivers/staging/wilc1000/wilc_wlan.c 			if (tqe->type == WILC_CFG_PKT)
type              507 drivers/staging/wilc1000/wilc_wlan.c 			else if (tqe->type == WILC_NET_PKT)
type              522 drivers/staging/wilc1000/wilc_wlan.c 			if (tqe->type == WILC_CFG_PKT)
type              630 drivers/staging/wilc1000/wilc_wlan.c 		header = (tqe->type << 31) |
type              633 drivers/staging/wilc1000/wilc_wlan.c 		if (tqe->type == WILC_MGMT_PKT)
type              640 drivers/staging/wilc1000/wilc_wlan.c 		if (tqe->type == WILC_CFG_PKT) {
type              642 drivers/staging/wilc1000/wilc_wlan.c 		} else if (tqe->type == WILC_NET_PKT) {
type              718 drivers/staging/wilc1000/wilc_wlan.c 				if (rsp.type == WILC_CFG_RSP) {
type              721 drivers/staging/wilc1000/wilc_wlan.c 				} else if (rsp.type == WILC_CFG_RSP_STATUS) {
type             1017 drivers/staging/wilc1000/wilc_wlan.c static int wilc_wlan_cfg_commit(struct wilc_vif *vif, int type,
type             1024 drivers/staging/wilc1000/wilc_wlan.c 	if (type == WILC_CFG_SET)
type              208 drivers/staging/wilc1000/wilc_wlan.h 	int type;
type              268 drivers/staging/wilc1000/wilc_wlan.h 	u8 type;
type              242 drivers/staging/wilc1000/wilc_wlan_cfg.c 	u8 type = (id >> 12) & 0xf;
type              245 drivers/staging/wilc1000/wilc_wlan_cfg.c 	switch (type) {
type              288 drivers/staging/wilc1000/wilc_wlan_cfg.c 	u32 type = (wid >> 12) & 0xf;
type              292 drivers/staging/wilc1000/wilc_wlan_cfg.c 	if (type == CFG_BYTE_CMD) {
type              304 drivers/staging/wilc1000/wilc_wlan_cfg.c 	} else if (type == CFG_HWORD_CMD) {
type              316 drivers/staging/wilc1000/wilc_wlan_cfg.c 	} else if (type == CFG_WORD_CMD) {
type              328 drivers/staging/wilc1000/wilc_wlan_cfg.c 	} else if (type == CFG_STR_CMD) {
type              361 drivers/staging/wilc1000/wilc_wlan_cfg.c 	rsp->type = 0;
type              373 drivers/staging/wilc1000/wilc_wlan_cfg.c 		rsp->type = WILC_CFG_RSP;
type              379 drivers/staging/wilc1000/wilc_wlan_cfg.c 		rsp->type = WILC_CFG_RSP_STATUS;
type              198 drivers/staging/wilc1000/wilc_wlan_if.h 	enum wid_type type;
type              105 drivers/staging/wlan-ng/cfg80211.c 				      enum nl80211_iftype type,
type              113 drivers/staging/wlan-ng/cfg80211.c 	switch (type) {
type              127 drivers/staging/wlan-ng/cfg80211.c 		netdev_warn(dev, "Operation mode: %d not support\n", type);
type              139 drivers/staging/wlan-ng/cfg80211.c 	dev->ieee80211_ptr->iftype = type;
type              575 drivers/staging/wlan-ng/cfg80211.c 			       enum nl80211_tx_power_setting type, int mbm)
type              583 drivers/staging/wlan-ng/cfg80211.c 	if (type == NL80211_TX_POWER_AUTOMATIC)
type              805 drivers/staging/wlan-ng/hfa384x.h 	__le16 type;
type              814 drivers/staging/wlan-ng/hfa384x.h 	__le16 type;
type              821 drivers/staging/wlan-ng/hfa384x.h 	__le16 type;
type              828 drivers/staging/wlan-ng/hfa384x.h 	__le16 type;
type              836 drivers/staging/wlan-ng/hfa384x.h 	__le16 type;
type              852 drivers/staging/wlan-ng/hfa384x.h 	u16 type;
type              857 drivers/staging/wlan-ng/hfa384x.h 	u16 type;
type              865 drivers/staging/wlan-ng/hfa384x.h 	u16 type;
type              872 drivers/staging/wlan-ng/hfa384x.h 	u16 type;
type              878 drivers/staging/wlan-ng/hfa384x.h 	u16 type;
type              883 drivers/staging/wlan-ng/hfa384x.h 	u16 type;
type              891 drivers/staging/wlan-ng/hfa384x.h 	__le16 type;
type              901 drivers/staging/wlan-ng/hfa384x.h 	__le16 type;
type             1013 drivers/staging/wlan-ng/hfa384x.h 	u16 type;
type             1164 drivers/staging/wlan-ng/hfa384x_usb.c 				    le16_to_cpu(ctlx->outbuf.type),
type             1219 drivers/staging/wlan-ng/hfa384x_usb.c 	ctlx->outbuf.cmdreq.type = cpu_to_le16(HFA384x_USB_CMDREQ);
type             1308 drivers/staging/wlan-ng/hfa384x_usb.c 	ctlx->outbuf.rridreq.type = cpu_to_le16(HFA384x_USB_RRIDREQ);
type             1390 drivers/staging/wlan-ng/hfa384x_usb.c 	ctlx->outbuf.wridreq.type = cpu_to_le16(HFA384x_USB_WRIDREQ);
type             1397 drivers/staging/wlan-ng/hfa384x_usb.c 	ctlx->outbufsize = sizeof(ctlx->outbuf.wridreq.type) +
type             1472 drivers/staging/wlan-ng/hfa384x_usb.c 	ctlx->outbuf.rmemreq.type = cpu_to_le16(HFA384x_USB_RMEMREQ);
type             1482 drivers/staging/wlan-ng/hfa384x_usb.c 		 ctlx->outbuf.rmemreq.type,
type             1560 drivers/staging/wlan-ng/hfa384x_usb.c 	ctlx->outbuf.wmemreq.type = cpu_to_le16(HFA384x_USB_WMEMREQ);
type             1568 drivers/staging/wlan-ng/hfa384x_usb.c 	ctlx->outbufsize = sizeof(ctlx->outbuf.wmemreq.type) +
type             2503 drivers/staging/wlan-ng/hfa384x_usb.c 	hw->txbuff.type = cpu_to_le16(HFA384x_USB_TXFRM);
type             2789 drivers/staging/wlan-ng/hfa384x_usb.c 			   le16_to_cpu(ctlx->outbuf.type),
type             2888 drivers/staging/wlan-ng/hfa384x_usb.c 			   le16_to_cpu(head->outbuf.type), result);
type             2921 drivers/staging/wlan-ng/hfa384x_usb.c 	u16 type;
type             3021 drivers/staging/wlan-ng/hfa384x_usb.c 	type = le16_to_cpu(usbin->type);
type             3022 drivers/staging/wlan-ng/hfa384x_usb.c 	if (HFA384x_USB_ISRXFRM(type)) {
type             3034 drivers/staging/wlan-ng/hfa384x_usb.c 	if (HFA384x_USB_ISTXFRM(type)) {
type             3039 drivers/staging/wlan-ng/hfa384x_usb.c 	switch (type) {
type             3068 drivers/staging/wlan-ng/hfa384x_usb.c 			 usbin->type, urb_status);
type             3142 drivers/staging/wlan-ng/hfa384x_usb.c 		const __le16 intype = (usbin->type & ~cpu_to_le16(0x8000));
type             3147 drivers/staging/wlan-ng/hfa384x_usb.c 		if (ctlx->outbuf.type != intype) {
type             3150 drivers/staging/wlan-ng/hfa384x_usb.c 				    le16_to_cpu(ctlx->outbuf.type),
type             3186 drivers/staging/wlan-ng/hfa384x_usb.c 				   le16_to_cpu(ctlx->outbuf.type),
type             3224 drivers/staging/wlan-ng/hfa384x_usb.c 	status = le16_to_cpu(usbin->type); /* yeah I know it says type... */
type             3386 drivers/staging/wlan-ng/hfa384x_usb.c 	if ((wlandev->netdev->type == ARPHRD_IEEE80211_PRISM) &&
type             3621 drivers/staging/wlan-ng/hfa384x_usb.c 				   le16_to_cpu(ctlx->outbuf.type),
type              133 drivers/staging/wlan-ng/p80211conv.c 		proto = ntohs(e_hdr.type);
type              153 drivers/staging/wlan-ng/p80211conv.c 			e_snap->type = htons(proto);
type              388 drivers/staging/wlan-ng/p80211conv.c 		   (p80211_stt_findproto(be16_to_cpu(e_snap->type)))) ||
type              411 drivers/staging/wlan-ng/p80211conv.c 		e_hdr->type = htons(payload_length);
type              450 drivers/staging/wlan-ng/p80211conv.c 		e_hdr->type = e_snap->type;
type              479 drivers/staging/wlan-ng/p80211conv.c 		e_hdr->type = htons(payload_length);
type              138 drivers/staging/wlan-ng/p80211conv.h 	__be16 type;
type              151 drivers/staging/wlan-ng/p80211conv.h 	__be16 type;
type              299 drivers/staging/wlan-ng/p80211mgmt.h 	u16 type;
type              311 drivers/staging/wlan-ng/p80211mgmt.h 	u16 type;
type              334 drivers/staging/wlan-ng/p80211mgmt.h 	u16 type;
type              350 drivers/staging/wlan-ng/p80211mgmt.h 	u16 type;
type              365 drivers/staging/wlan-ng/p80211mgmt.h 	u16 type;
type              382 drivers/staging/wlan-ng/p80211mgmt.h 	u16 type;
type              399 drivers/staging/wlan-ng/p80211mgmt.h 	u16 type;
type              417 drivers/staging/wlan-ng/p80211mgmt.h 	u16 type;
type              434 drivers/staging/wlan-ng/p80211mgmt.h 	u16 type;
type              449 drivers/staging/wlan-ng/p80211mgmt.h 	u16 type;
type              470 drivers/staging/wlan-ng/p80211mgmt.h 	u16 type;
type              487 drivers/staging/wlan-ng/p80211mgmt.h 	u16 type;
type              280 drivers/staging/wlan-ng/p80211netdev.c 			if (dev->type != ARPHRD_ETHER) {
type               98 drivers/staging/wlan-ng/prism2fw.c 	u16 type;
type              936 drivers/staging/wlan-ng/prism2fw.c 			s3info[ns3info].type = *(ptr16 + 1);
type              941 drivers/staging/wlan-ng/prism2fw.c 				 s3info[ns3info].type);
type             1158 drivers/staging/wlan-ng/prism2fw.c 		switch (s3info[i].type) {
type             1228 drivers/staging/wlan-ng/prism2fw.c 			pr_debug("Unknown inforec type %d\n", s3info[i].type);
type             1129 drivers/staging/wlan-ng/prism2mgmt.c 		if (wlandev->netdev->type == ARPHRD_ETHER) {
type             1152 drivers/staging/wlan-ng/prism2mgmt.c 		wlandev->netdev->type = ARPHRD_ETHER;
type             1198 drivers/staging/wlan-ng/prism2mgmt.c 			if (wlandev->netdev->type == ARPHRD_ETHER) {
type             1258 drivers/staging/wlan-ng/prism2mgmt.c 		if (wlandev->netdev->type != ARPHRD_ETHER) {
type             1327 drivers/staging/wlan-ng/prism2mgmt.c 		if (wlandev->netdev->type == ARPHRD_ETHER)
type             1336 drivers/staging/wlan-ng/prism2mgmt.c 			wlandev->netdev->type = ARPHRD_IEEE80211_PRISM;
type             1341 drivers/staging/wlan-ng/prism2mgmt.c 			wlandev->netdev->type = ARPHRD_IEEE80211_PRISM;
type             1343 drivers/staging/wlan-ng/prism2mgmt.c 			wlandev->netdev->type = ARPHRD_IEEE80211;
type             1228 drivers/staging/wlan-ng/prism2sta.c 		if (wlandev->netdev->type == ARPHRD_ETHER) {
type             1291 drivers/staging/wlan-ng/prism2sta.c 		if (wlandev->netdev->type == ARPHRD_ETHER)
type              177 drivers/staging/wusbcore/host/whci/whci-hc.h 	static const unsigned type[] = {
type              183 drivers/staging/wusbcore/host/whci/whci-hc.h 	return type[usb_pipetype(pipe)];
type              249 drivers/staging/wusbcore/include/wusb.h static inline u8 wusb_key_index(int index, int type, int originator)
type              251 drivers/staging/wusbcore/include/wusb.h 	return (originator << 6) | (type << 4) | index;
type               82 drivers/staging/wusbcore/reservation.c 	rsv->target.type = UWB_RSV_TARGET_DEVADDR;
type               84 drivers/staging/wusbcore/reservation.c 	rsv->type = UWB_DRP_TYPE_PRIVATE;
type              159 drivers/target/iscsi/iscsi_target_auth.c 	unsigned char type, response[MD5_SIGNATURE_SIZE * 2 + 2];
type              194 drivers/target/iscsi/iscsi_target_auth.c 				&type) < 0) {
type              198 drivers/target/iscsi/iscsi_target_auth.c 	if (type == HEX) {
type              214 drivers/target/iscsi/iscsi_target_auth.c 				&type) < 0) {
type              218 drivers/target/iscsi/iscsi_target_auth.c 	if (type != HEX) {
type              294 drivers/target/iscsi/iscsi_target_auth.c 	if (extract_param(nr_in_ptr, "CHAP_I", 10, identifier, &type) < 0) {
type              299 drivers/target/iscsi/iscsi_target_auth.c 	if (type == HEX)
type              320 drivers/target/iscsi/iscsi_target_auth.c 			challenge, &type) < 0) {
type              325 drivers/target/iscsi/iscsi_target_auth.c 	if (type != HEX) {
type               40 drivers/target/iscsi/iscsi_target_configfs.c 					 enum iscsit_transport_type type)
type               46 drivers/target/iscsi/iscsi_target_configfs.c 	tpg_np_new = iscsit_tpg_locate_child_np(tpg_np, type);
type               56 drivers/target/iscsi/iscsi_target_configfs.c 		const char *page, size_t count, enum iscsit_transport_type type,
type               95 drivers/target/iscsi/iscsi_target_configfs.c 					&np->np_sockaddr, tpg_np, type);
type              101 drivers/target/iscsi/iscsi_target_configfs.c 		tpg_np_new = iscsit_tpg_locate_child_np(tpg_np, type);
type               60 drivers/target/iscsi/iscsi_target_nego.c 	unsigned char *type)
type               65 drivers/target/iscsi/iscsi_target_nego.c 	if (!in_buf || !pattern || !out_buf || !type)
type               79 drivers/target/iscsi/iscsi_target_nego.c 		*type = HEX;
type               81 drivers/target/iscsi/iscsi_target_nego.c 		*type = DECIMAL;
type              151 drivers/target/iscsi/iscsi_target_parameters.c 		param->type = TYPE_BOOL_AND;
type              154 drivers/target/iscsi/iscsi_target_parameters.c 		param->type = TYPE_BOOL_OR;
type              163 drivers/target/iscsi/iscsi_target_parameters.c 		param->type = TYPE_NUMBER;
type              167 drivers/target/iscsi/iscsi_target_parameters.c 		param->type = TYPE_VALUE_LIST | TYPE_STRING;
type              173 drivers/target/iscsi/iscsi_target_parameters.c 		param->type = TYPE_STRING;
type              606 drivers/target/iscsi/iscsi_target_parameters.c 		new_param->type = param->type;
type             1175 drivers/target/iscsi/iscsi_target_parameters.c 			pr_err("Huh? 0x%02x\n", param->type);
type               21 drivers/target/iscsi/iscsi_target_parameters.h 	u8 type;
type              227 drivers/target/iscsi/iscsi_target_parameters.h #define IS_TYPE_BOOL_AND(p)		((p)->type & TYPE_BOOL_AND)
type              228 drivers/target/iscsi/iscsi_target_parameters.h #define IS_TYPE_BOOL_OR(p)		((p)->type & TYPE_BOOL_OR)
type              229 drivers/target/iscsi/iscsi_target_parameters.h #define IS_TYPE_NUMBER(p)		((p)->type & TYPE_NUMBER)
type              230 drivers/target/iscsi/iscsi_target_parameters.h #define IS_TYPE_NUMBER_RANGE(p)		((p)->type & TYPE_NUMBER_RANGE)
type              231 drivers/target/iscsi/iscsi_target_parameters.h #define IS_TYPE_STRING(p)		((p)->type & TYPE_STRING)
type              232 drivers/target/iscsi/iscsi_target_parameters.h #define IS_TYPE_VALUE_LIST(p)		((p)->type & TYPE_VALUE_LIST)
type               61 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 	u8 type)
type               66 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 		if (cmd->seq_list[i].type != SEQTYPE_NORMAL)
type               74 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 	u8 type)
type              121 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 	u8 type)
type              171 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 	u8 type)
type              176 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 	if ((type == PDULIST_IMMEDIATE) || (type == PDULIST_UNSOLICITED))
type              178 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 	else if (type == PDULIST_IMMEDIATE_AND_UNSOLICITED)
type              192 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 		if (cmd->seq_list[i].type != SEQTYPE_NORMAL)
type              218 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 	if ((bl->type == PDULIST_IMMEDIATE) ||
type              219 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 	    (bl->type == PDULIST_IMMEDIATE_AND_UNSOLICITED))
type              222 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 	if ((bl->type == PDULIST_UNSOLICITED) ||
type              223 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 	    (bl->type == PDULIST_IMMEDIATE_AND_UNSOLICITED))
type              304 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 	if ((bl->type == PDULIST_IMMEDIATE) ||
type              305 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 	    (bl->type == PDULIST_IMMEDIATE_AND_UNSOLICITED))
type              308 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 	if ((bl->type == PDULIST_UNSOLICITED) ||
type              309 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 	    (bl->type == PDULIST_IMMEDIATE_AND_UNSOLICITED))
type              329 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 				pdu[i].type = PDUTYPE_IMMEDIATE;
type              333 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 				seq[seq_no].type = SEQTYPE_IMMEDIATE;
type              349 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 					pdu[i].type = PDUTYPE_UNSOLICITED;
type              354 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 					seq[seq_no].type = SEQTYPE_UNSOLICITED;
type              367 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 					pdu[i].type = PDUTYPE_UNSOLICITED;
type              373 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 					seq[seq_no].type = SEQTYPE_UNSOLICITED;
type              391 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 				pdu[i].type = PDUTYPE_UNSOLICITED;
type              401 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 				pdu[i].type = PDUTYPE_NORMAL;
type              405 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 				seq[seq_no].type = SEQTYPE_NORMAL;
type              416 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 				pdu[i].type = PDUTYPE_NORMAL;
type              422 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 				seq[seq_no].type = SEQTYPE_NORMAL;
type              437 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 			pdu[i].type = PDUTYPE_NORMAL;
type              447 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 				if (iscsit_randomize_seq_lists(cmd, bl->type)
type              451 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 				iscsit_ordered_seq_lists(cmd, bl->type);
type              454 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 				if (iscsit_randomize_seq_lists(cmd, bl->type)
type              458 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 				iscsit_ordered_seq_lists(cmd, bl->type);
type              466 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 				if (iscsit_randomize_pdu_lists(cmd, bl->type)
type              470 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 				iscsit_ordered_pdu_lists(cmd, bl->type);
type              473 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 				if (iscsit_randomize_pdu_lists(cmd, bl->type)
type              477 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 				iscsit_ordered_pdu_lists(cmd, bl->type);
type              514 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 		bl.type = PDULIST_NORMAL;
type              526 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 			bl.type = PDULIST_NORMAL;
type              528 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 			bl.type = PDULIST_IMMEDIATE;
type              530 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 			bl.type = PDULIST_UNSOLICITED;
type              532 drivers/target/iscsi/iscsi_target_seq_pdu_list.c 			bl.type = PDULIST_IMMEDIATE_AND_UNSOLICITED;
type               51 drivers/target/iscsi/iscsi_target_seq_pdu_list.h 	int		type;
type               57 drivers/target/iscsi/iscsi_target_seq_pdu_list.h 	int		type;
type               69 drivers/target/iscsi/iscsi_target_seq_pdu_list.h 	int		type;
type              519 drivers/target/iscsi/iscsi_target_tmr.c 			if (seq->type != SEQTYPE_UNSOLICITED)
type               10 drivers/target/iscsi/iscsi_target_transport.c struct iscsit_transport *iscsit_get_transport(int type)
type               16 drivers/target/iscsi/iscsi_target_transport.c 		if (t->transport_type == type) {
type              229 drivers/target/iscsi/iscsi_target_util.c 		if (cmd->seq_list[i].type != SEQTYPE_NORMAL)
type             1274 drivers/target/iscsi/iscsi_target_util.c 	c.type = ISCSI_RX_DATA;
type             1879 drivers/target/sbp/sbp_target.c 		int type;
type             1885 drivers/target/sbp/sbp_target.c 		type = dev->transport->get_device_type(dev);
type             1889 drivers/target/sbp/sbp_target.c 			((type << 16) & 0x1f0000) |
type             1856 drivers/target/target_core_configfs.c 	u8 type = 0;
type             1937 drivers/target/target_core_configfs.c 			type = (u8)arg;
type             2008 drivers/target/target_core_configfs.c 	if (res_holder && !(type)) {
type             2010 drivers/target/target_core_configfs.c 				" holder\n", type);
type             2017 drivers/target/target_core_configfs.c 			res_holder, all_tg_pt, type);
type              833 drivers/target/target_core_pr.c 	u8 type)
type              862 drivers/target/target_core_pr.c 	pr_reg->pr_res_type = type;
type             2056 drivers/target/target_core_pr.c 	int pr_holder = 0, type;
type             2171 drivers/target/target_core_pr.c 		type = pr_reg->pr_res_type;
type             2222 drivers/target/target_core_pr.c 		    (type == PR_TYPE_WRITE_EXCLUSIVE_REGONLY ||
type             2223 drivers/target/target_core_pr.c 		     type == PR_TYPE_EXCLUSIVE_ACCESS_REGONLY)) {
type             2247 drivers/target/target_core_pr.c unsigned char *core_scsi3_pr_dump_type(int type)
type             2249 drivers/target/target_core_pr.c 	switch (type) {
type             2270 drivers/target/target_core_pr.c core_scsi3_pro_reserve(struct se_cmd *cmd, int type, int scope, u64 res_key)
type             2366 drivers/target/target_core_pr.c 		if ((pr_res_holder->pr_res_type != type) ||
type             2401 drivers/target/target_core_pr.c 	pr_reg->pr_res_type = type;
type             2408 drivers/target/target_core_pr.c 		cmd->se_tfo->fabric_name, core_scsi3_pr_dump_type(type),
type             2426 drivers/target/target_core_pr.c core_scsi3_emulate_pro_reserve(struct se_cmd *cmd, int type, int scope,
type             2429 drivers/target/target_core_pr.c 	switch (type) {
type             2436 drivers/target/target_core_pr.c 		return core_scsi3_pro_reserve(cmd, type, scope, res_key);
type             2439 drivers/target/target_core_pr.c 			" 0x%02x\n", type);
type             2513 drivers/target/target_core_pr.c core_scsi3_emulate_pro_release(struct se_cmd *cmd, int type, int scope,
type             2595 drivers/target/target_core_pr.c 	if ((pr_res_holder->pr_res_type != type) ||
type             2632 drivers/target/target_core_pr.c 	if ((type != PR_TYPE_WRITE_EXCLUSIVE_REGONLY) &&
type             2633 drivers/target/target_core_pr.c 	    (type != PR_TYPE_EXCLUSIVE_ACCESS_REGONLY) &&
type             2634 drivers/target/target_core_pr.c 	    (type != PR_TYPE_WRITE_EXCLUSIVE_ALLREG) &&
type             2635 drivers/target/target_core_pr.c 	    (type != PR_TYPE_EXCLUSIVE_ACCESS_ALLREG)) {
type             2757 drivers/target/target_core_pr.c 	int type,
type             2778 drivers/target/target_core_pr.c 	pr_reg->pr_res_type = type;
type             2784 drivers/target/target_core_pr.c 		core_scsi3_pr_dump_type(type),
type             2823 drivers/target/target_core_pr.c core_scsi3_pro_preempt(struct se_cmd *cmd, int type, int scope, u64 res_key,
type             2972 drivers/target/target_core_pr.c 				type, scope, preempt_type);
type             3063 drivers/target/target_core_pr.c 			type, scope, preempt_type);
type             3077 drivers/target/target_core_pr.c 	if ((prh_type != type) || (prh_scope != scope)) {
type             3118 drivers/target/target_core_pr.c core_scsi3_emulate_pro_preempt(struct se_cmd *cmd, int type, int scope,
type             3121 drivers/target/target_core_pr.c 	switch (type) {
type             3128 drivers/target/target_core_pr.c 		return core_scsi3_pro_preempt(cmd, type, scope, res_key,
type             3132 drivers/target/target_core_pr.c 			" Type: 0x%02x\n", (preempt_type == PREEMPT_AND_ABORT) ? "_AND_ABORT" : "", type);
type             3155 drivers/target/target_core_pr.c 	int new_reg = 0, type, scope, matching_iname;
type             3428 drivers/target/target_core_pr.c 	type = pr_res_holder->pr_res_type;
type             3481 drivers/target/target_core_pr.c 	dest_pr_reg->pr_res_type = type;
type             3494 drivers/target/target_core_pr.c 		core_scsi3_pr_dump_type(type), rtpi,
type             3548 drivers/target/target_core_pr.c 	int sa, scope, type, aptpl;
type             3586 drivers/target/target_core_pr.c 	type = (cdb[2] & 0x0f);
type             3652 drivers/target/target_core_pr.c 		ret = core_scsi3_emulate_pro_reserve(cmd, type, scope, res_key);
type             3655 drivers/target/target_core_pr.c 		ret = core_scsi3_emulate_pro_release(cmd, type, scope, res_key);
type             3661 drivers/target/target_core_pr.c 		ret = core_scsi3_emulate_pro_preempt(cmd, type, scope,
type             3665 drivers/target/target_core_pr.c 		ret = core_scsi3_emulate_pro_preempt(cmd, type, scope,
type              329 drivers/target/target_core_pscsi.c 	if (sd->type == TYPE_TAPE) {
type              391 drivers/target/target_core_pscsi.c 		phv->phv_host_id, sd->type == TYPE_DISK ? "DISK" : "ZBC",
type              420 drivers/target/target_core_pscsi.c 		phv->phv_host_id, scsi_device_type(sd->type), sh->host_no,
type              509 drivers/target/target_core_pscsi.c 		switch (sd->type) {
type              571 drivers/target/target_core_pscsi.c 		if ((sd->type == TYPE_DISK || sd->type == TYPE_ZBC) &&
type              639 drivers/target/target_core_pscsi.c 	if (sd->type != TYPE_TAPE || !cmd->data_length)
type              688 drivers/target/target_core_pscsi.c 		if (sd->type == TYPE_TAPE &&
type              996 drivers/target/target_core_pscsi.c 	if (pdv->pdv_sd->type == TYPE_DISK ||
type              997 drivers/target/target_core_pscsi.c 	    pdv->pdv_sd->type == TYPE_ZBC)
type             1025 drivers/target/target_core_pscsi.c 	return (sd) ? sd->type : TYPE_NO_LUN;
type              931 drivers/target/target_core_spc.c static void spc_modesense_write_protect(unsigned char *buf, int type)
type              937 drivers/target/target_core_spc.c 	switch (type) {
type              946 drivers/target/target_core_spc.c static void spc_modesense_dpofua(unsigned char *buf, int type)
type              948 drivers/target/target_core_spc.c 	switch (type) {
type              986 drivers/target/target_core_spc.c 	int type = dev->transport->get_device_type(dev);
type             1007 drivers/target/target_core_spc.c 		spc_modesense_write_protect(&buf[length], type);
type             1015 drivers/target/target_core_spc.c 		spc_modesense_dpofua(&buf[length], type);
type             1025 drivers/target/target_core_spc.c 	if (!dbd && type == TYPE_DISK) {
type              174 drivers/target/target_core_transport.c u32 scsi_get_new_index(scsi_index_t type)
type              178 drivers/target/target_core_transport.c 	BUG_ON((type < 0) || (type >= SCSI_INDEX_TYPE_MAX));
type              181 drivers/target/target_core_transport.c 	new_index = ++scsi_mib_index[type];
type              345 drivers/target/target_core_user.c 	[TCMU_ATTR_DEVICE]	= { .type = NLA_STRING },
type              346 drivers/target/target_core_user.c 	[TCMU_ATTR_MINOR]	= { .type = NLA_U32 },
type              347 drivers/target/target_core_user.c 	[TCMU_ATTR_CMD_STATUS]	= { .type = NLA_S32 },
type              348 drivers/target/target_core_user.c 	[TCMU_ATTR_DEVICE_ID]	= { .type = NLA_U32 },
type              349 drivers/target/target_core_user.c 	[TCMU_ATTR_SUPP_KERN_CMD_REPLY] = { .type = NLA_U8 },
type              122 drivers/thermal/armada_thermal.c 	} type;
type              795 drivers/thermal/armada_thermal.c 		if (trips[i].type == THERMAL_TRIP_CRITICAL)
type              876 drivers/thermal/armada_thermal.c 		drvdata->type = LEGACY;
type              889 drivers/thermal/armada_thermal.c 	drvdata->type = SYSCON;
type              954 drivers/thermal/armada_thermal.c 	if (drvdata->type == LEGACY)
type              167 drivers/thermal/broadcom/brcmstb_thermal.c 				 enum avs_tmon_trip_type type, int en)
type              169 drivers/thermal/broadcom/brcmstb_thermal.c 	struct avs_tmon_trip *trip = &avs_tmon_trips[type];
type              172 drivers/thermal/broadcom/brcmstb_thermal.c 	dev_dbg(priv->dev, "%sable trip, type %d\n", en ? "en" : "dis", type);
type              183 drivers/thermal/broadcom/brcmstb_thermal.c 				  enum avs_tmon_trip_type type)
type              185 drivers/thermal/broadcom/brcmstb_thermal.c 	struct avs_tmon_trip *trip = &avs_tmon_trips[type];
type              195 drivers/thermal/broadcom/brcmstb_thermal.c 				   enum avs_tmon_trip_type type,
type              198 drivers/thermal/broadcom/brcmstb_thermal.c 	struct avs_tmon_trip *trip = &avs_tmon_trips[type];
type              201 drivers/thermal/broadcom/brcmstb_thermal.c 	dev_dbg(priv->dev, "set temp %d to %d\n", type, temp);
type              205 drivers/thermal/broadcom/brcmstb_thermal.c 				    type == TMON_TRIP_TYPE_LOW);
type              134 drivers/thermal/da9062-thermal.c 					enum thermal_trip_type *type)
type              140 drivers/thermal/da9062-thermal.c 		*type = THERMAL_TRIP_HOT;
type               25 drivers/thermal/gov_bang_bang.c 				"running with default hysteresis zero\n", tz->type);
type              509 drivers/thermal/hisi_thermal.c 		if (trip[i].type == THERMAL_TRIP_PASSIVE) {
type              393 drivers/thermal/imx_thermal.c 			     enum thermal_trip_type *type)
type              395 drivers/thermal/imx_thermal.c 	*type = (trip == IMX_TRIP_PASSIVE) ? THERMAL_TRIP_PASSIVE :
type              450 drivers/thermal/imx_thermal.c 			tz->type, cdev->type, ret);
type              466 drivers/thermal/imx_thermal.c 			tz->type, cdev->type, ret);
type               85 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	if (!p || (p->type != ACPI_TYPE_PACKAGE)) {
type              163 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	if (!p || (p->type != ACPI_TYPE_PACKAGE)) {
type              134 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 	if (obja->type != ACPI_TYPE_PACKAGE) {
type              141 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 		if (objb->type != ACPI_TYPE_BUFFER) {
type              210 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 				priv->thermal->type);
type               47 drivers/thermal/intel/int340x_thermal/int3403_thermal.c 	unsigned long long type;
type               61 drivers/thermal/intel/int340x_thermal/int3403_thermal.c 	if (priv->type != INT3403_TYPE_SENSOR || !obj)
type              183 drivers/thermal/intel/int340x_thermal/int3403_thermal.c 	if (!p || (p->type != ACPI_TYPE_PACKAGE)) {
type              235 drivers/thermal/intel/int340x_thermal/int3403_thermal.c 				       NULL, &priv->type);
type              241 drivers/thermal/intel/int340x_thermal/int3403_thermal.c 		priv->type = INT3403_TYPE_SENSOR;
type              245 drivers/thermal/intel/int340x_thermal/int3403_thermal.c 	switch (priv->type) {
type              269 drivers/thermal/intel/int340x_thermal/int3403_thermal.c 	switch (priv->type) {
type               76 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 					 enum thermal_trip_type *type)
type               82 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 		return d->override_ops->get_trip_type(zone, trip, type);
type               85 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 		*type = THERMAL_TRIP_PASSIVE;
type               87 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 		*type = THERMAL_TRIP_CRITICAL;
type               89 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 		*type = THERMAL_TRIP_HOT;
type               91 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 		*type = THERMAL_TRIP_PASSIVE;
type               96 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 				*type = THERMAL_TRIP_ACTIVE;
type              290 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 	if (!p || (p->type != ACPI_TYPE_PACKAGE)) {
type              304 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 		if (elements->type != ACPI_TYPE_PACKAGE ||
type              232 drivers/thermal/intel/intel_pch_thermal.c 			     enum thermal_trip_type *type)
type              237 drivers/thermal/intel/intel_pch_thermal.c 		*type = THERMAL_TRIP_CRITICAL;
type              239 drivers/thermal/intel/intel_pch_thermal.c 		*type = THERMAL_TRIP_HOT;
type              241 drivers/thermal/intel/intel_pch_thermal.c 		*type = THERMAL_TRIP_PASSIVE;
type              280 drivers/thermal/intel/intel_quark_dts_thermal.c 		int trip, enum thermal_trip_type *type)
type              283 drivers/thermal/intel/intel_quark_dts_thermal.c 		*type = THERMAL_TRIP_HOT;
type              285 drivers/thermal/intel/intel_quark_dts_thermal.c 		*type = THERMAL_TRIP_CRITICAL;
type              208 drivers/thermal/intel/intel_soc_dts_iosf.c 			     int trip, enum thermal_trip_type *type)
type              214 drivers/thermal/intel/intel_soc_dts_iosf.c 	*type = dts->trip_types[trip];
type              214 drivers/thermal/intel/x86_pkg_temp_thermal.c 			     enum thermal_trip_type *type)
type              216 drivers/thermal/intel/x86_pkg_temp_thermal.c 	*type = THERMAL_TRIP_PASSIVE;
type              306 drivers/thermal/of-thermal.c 				    enum thermal_trip_type *type)
type              313 drivers/thermal/of-thermal.c 	*type = data->trips[trip].type;
type              387 drivers/thermal/of-thermal.c 		if (data->trips[i].type == THERMAL_TRIP_CRITICAL) {
type              779 drivers/thermal/of-thermal.c 				    enum thermal_trip_type *type)
type              790 drivers/thermal/of-thermal.c 			*type = i;
type              827 drivers/thermal/of-thermal.c 	ret = thermal_of_get_trip_type(np, &trip->type);
type              479 drivers/thermal/power_allocator.c 		enum thermal_trip_type type;
type              482 drivers/thermal/power_allocator.c 		ret = tz->ops->get_trip_type(tz, i, &type);
type              490 drivers/thermal/power_allocator.c 		if (type == THERMAL_TRIP_PASSIVE) {
type              497 drivers/thermal/power_allocator.c 		} else if (type == THERMAL_TRIP_ACTIVE) {
type              252 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 	if (trip_points[trip].type != THERMAL_TRIP_CRITICAL)
type              292 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 		    trips[i].type == THERMAL_TRIP_CRITICAL)
type              353 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 	u8 type, subtype;
type              391 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 	ret = qpnp_tm_read(chip, QPNP_TM_REG_TYPE, &type);
type              403 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 	if (type != QPNP_TM_TYPE || (subtype != QPNP_TM_SUBTYPE_GEN1
type              406 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 			type, subtype);
type              305 drivers/thermal/rcar_thermal.c 				      int trip, enum thermal_trip_type *type)
type              313 drivers/thermal/rcar_thermal.c 		*type = THERMAL_TRIP_CRITICAL;
type              343 drivers/thermal/rcar_thermal.c 			       int trip, enum thermal_trip_type type)
type              348 drivers/thermal/rcar_thermal.c 	switch (type) {
type              138 drivers/thermal/st/st_thermal.c 				int trip, enum thermal_trip_type *type)
type              145 drivers/thermal/st/st_thermal.c 		*type = THERMAL_TRIP_CRITICAL;
type              688 drivers/thermal/st/stm_thermal.c 		if (trip[i].type == THERMAL_TRIP_PASSIVE) {
type              106 drivers/thermal/step_wise.c 				enum thermal_trip_type type, int value)
type              112 drivers/thermal/step_wise.c 	if (type == THERMAL_TRIP_PASSIVE || type == THERMAL_TRIPS_NONE)
type              591 drivers/thermal/tegra/soctherm.c 	enum thermal_trip_type type;
type              597 drivers/thermal/tegra/soctherm.c 	ret = tz->ops->get_trip_type(tz, trip, &type);
type              601 drivers/thermal/tegra/soctherm.c 	if (type == THERMAL_TRIP_CRITICAL) {
type              612 drivers/thermal/tegra/soctherm.c 	} else if (type == THERMAL_TRIP_HOT) {
type              624 drivers/thermal/tegra/soctherm.c 				stc = find_throttle_cfg_by_name(ts, cdev->type);
type              725 drivers/thermal/tegra/soctherm.c 	enum thermal_trip_type type;
type              732 drivers/thermal/tegra/soctherm.c 		ret = tz->ops->get_trip_type(tz, i, &type);
type              735 drivers/thermal/tegra/soctherm.c 		if (type == THERMAL_TRIP_HOT) {
type              807 drivers/thermal/tegra/soctherm.c 			stc = find_throttle_cfg_by_name(ts, cdev->type);
type             1173 drivers/thermal/tegra/soctherm.c static int soctherm_oc_irq_set_type(struct irq_data *data, unsigned int type)
type               42 drivers/thermal/tegra/tegra-bpmp-thermal.c 	req.type = CMD_THERMAL_GET_TEMP;
type               68 drivers/thermal/tegra/tegra-bpmp-thermal.c 	req.type = CMD_THERMAL_SET_TRIP;
type              101 drivers/thermal/tegra/tegra-bpmp-thermal.c 	if (req->type != CMD_THERMAL_HOST_TRIP_REACHED) {
type              103 drivers/thermal/tegra/tegra-bpmp-thermal.c 			__func__, req->type);
type              131 drivers/thermal/tegra/tegra-bpmp-thermal.c 	req.type = CMD_THERMAL_GET_NUM_ZONES;
type               88 drivers/thermal/thermal_core.c 				failed_gov_name, tz->governor->name, tz->type);
type              169 drivers/thermal/thermal_core.c 					governor->name, pos->type, ret);
type              414 drivers/thermal/thermal_core.c 	enum thermal_trip_type type;
type              420 drivers/thermal/thermal_core.c 	tz->ops->get_trip_type(tz, trip, &type);
type              422 drivers/thermal/thermal_core.c 	if (type == THERMAL_TRIP_CRITICAL || type == THERMAL_TRIP_HOT)
type              423 drivers/thermal/thermal_core.c 		handle_critical_trips(tz, trip, type);
type              620 drivers/thermal/thermal_core.c 		if (strncmp(cdev_type, cdev->type, size))
type              640 drivers/thermal/thermal_core.c 		if (strncmp(cdev_type, cdev->type, size))
type              865 drivers/thermal/thermal_core.c 		tz->type, cdev->type, ret);
type              950 drivers/thermal/thermal_core.c 				  const char *type, void *devdata,
type              957 drivers/thermal/thermal_core.c 	if (type && strlen(type) >= THERMAL_NAME_LENGTH)
type              975 drivers/thermal/thermal_core.c 	strlcpy(cdev->type, type ? : "", sizeof(cdev->type));
type             1024 drivers/thermal/thermal_core.c thermal_cooling_device_register(const char *type, void *devdata,
type             1027 drivers/thermal/thermal_core.c 	return __thermal_cooling_device_register(NULL, type, devdata, ops);
type             1048 drivers/thermal/thermal_core.c 				   const char *type, void *devdata,
type             1051 drivers/thermal/thermal_core.c 	return __thermal_cooling_device_register(np, type, devdata, ops);
type             1081 drivers/thermal/thermal_core.c 				char *type, void *devdata,
type             1091 drivers/thermal/thermal_core.c 	tcd = __thermal_cooling_device_register(np, type, devdata, ops);
type             1235 drivers/thermal/thermal_core.c thermal_zone_device_register(const char *type, int trips, int mask,
type             1248 drivers/thermal/thermal_core.c 	if (!type || strlen(type) == 0) {
type             1253 drivers/thermal/thermal_core.c 	if (type && strlen(type) >= THERMAL_NAME_LENGTH) {
type             1255 drivers/thermal/thermal_core.c 		       type, THERMAL_NAME_LENGTH);
type             1286 drivers/thermal/thermal_core.c 	strlcpy(tz->type, type, sizeof(tz->type));
type             1449 drivers/thermal/thermal_core.c 		if (!strncasecmp(name, pos->type, THERMAL_NAME_LENGTH)) {
type               82 drivers/thermal/thermal_helpers.c 	enum thermal_trip_type type;
type               93 drivers/thermal/thermal_helpers.c 			ret = tz->ops->get_trip_type(tz, count, &type);
type               94 drivers/thermal/thermal_helpers.c 			if (!ret && type == THERMAL_TRIP_CRITICAL) {
type               22 drivers/thermal/thermal_hwmon.c 	char type[THERMAL_NAME_LENGTH];
type               90 drivers/thermal/thermal_hwmon.c 	char type[THERMAL_NAME_LENGTH];
type               94 drivers/thermal/thermal_hwmon.c 		strcpy(type, tz->type);
type               95 drivers/thermal/thermal_hwmon.c 		strreplace(type, '-', '_');
type               96 drivers/thermal/thermal_hwmon.c 		if (!strcmp(hwmon->type, type)) {
type              148 drivers/thermal/thermal_hwmon.c 	strlcpy(hwmon->type, tz->type, THERMAL_NAME_LENGTH);
type              149 drivers/thermal/thermal_hwmon.c 	strreplace(hwmon->type, '-', '_');
type              150 drivers/thermal/thermal_hwmon.c 	hwmon->device = hwmon_device_register_with_info(&tz->device, hwmon->type,
type               31 drivers/thermal/thermal_sysfs.c 	return sprintf(buf, "%s\n", tz->type);
type               94 drivers/thermal/thermal_sysfs.c 	enum thermal_trip_type type;
type              103 drivers/thermal/thermal_sysfs.c 	result = tz->ops->get_trip_type(tz, trip, &type);
type              107 drivers/thermal/thermal_sysfs.c 	switch (type) {
type              397 drivers/thermal/thermal_sysfs.c static DEVICE_ATTR_RO(type);
type              672 drivers/thermal/thermal_sysfs.c 	return sprintf(buf, "%s\n", cdev->type);
type              726 drivers/thermal/thermal_sysfs.c dev_attr_cdev_type = __ATTR(type, 0444, cdev_type_show, NULL);
type               46 drivers/thermal/ti-soc-thermal/ti-thermal-common.c 		data->ti_thermal->type);
type              309 drivers/thermal/uniphier_thermal.c 		if (trips[i].type == THERMAL_TRIP_CRITICAL &&
type               31 drivers/thermal/user_space.c 	thermal_prop[0] = kasprintf(GFP_KERNEL, "NAME=%s", tz->type);
type              170 drivers/thunderbolt/ctl.c 			enum tb_cfg_pkg_type type, u64 route)
type              179 drivers/thunderbolt/ctl.c 	if (WARN(type != pkg->frame.eof, "wrong eof (expected %#x, got %#x)\n",
type              180 drivers/thunderbolt/ctl.c 			type, pkg->frame.eof))
type              241 drivers/thunderbolt/ctl.c 					 enum tb_cfg_pkg_type type, u64 route)
type              251 drivers/thunderbolt/ctl.c 	res.err = check_header(pkg, len, type, route);
type              341 drivers/thunderbolt/ctl.c 		     enum tb_cfg_pkg_type type)
type              359 drivers/thunderbolt/ctl.c 	pkg->frame.sof = type;
type              360 drivers/thunderbolt/ctl.c 	pkg->frame.eof = type;
type              373 drivers/thunderbolt/ctl.c static bool tb_ctl_handle_event(struct tb_ctl *ctl, enum tb_cfg_pkg_type type,
type              376 drivers/thunderbolt/ctl.c 	return ctl->callback(ctl->callback_data, type, pkg->buffer, size);
type               21 drivers/thunderbolt/ctl.h typedef bool (*event_cb)(void *data, enum tb_cfg_pkg_type type,
type              178 drivers/thunderbolt/dma_port.c 		u32 type;
type              181 drivers/thunderbolt/dma_port.c 		ret = dma_port_read(sw->tb->ctl, &type, tb_route(sw), ports[i],
type              183 drivers/thunderbolt/dma_port.c 		if (!ret && (type & 0xffffff) == TB_TYPE_NHI)
type              369 drivers/thunderbolt/domain.c 	tb->dev.type = &tb_domain_type;
type              384 drivers/thunderbolt/domain.c static bool tb_domain_event_cb(void *data, enum tb_cfg_pkg_type type,
type              394 drivers/thunderbolt/domain.c 	switch (type) {
type              397 drivers/thunderbolt/domain.c 		return tb_xdomain_handle_request(tb, type, buf, size);
type              400 drivers/thunderbolt/domain.c 		tb->cm_ops->handle_event(tb, type, buf, size);
type              206 drivers/thunderbolt/eeprom.c 	enum tb_drom_entry_type type:1;
type              336 drivers/thunderbolt/eeprom.c 	enum tb_port_type type;
type              352 drivers/thunderbolt/eeprom.c 	res = tb_port_read(port, &type, TB_CFG_PORT, 2, 1);
type              355 drivers/thunderbolt/eeprom.c 	type &= 0xffffff;
type              357 drivers/thunderbolt/eeprom.c 	if (type == TB_TYPE_PORT) {
type              393 drivers/thunderbolt/eeprom.c 		switch (entry->type) {
type              111 drivers/thunderbolt/icm.c 	u8 type;
type              141 drivers/thunderbolt/icm.c 		if (ep->type == EP_NAME_INTEL_VSS)
type             1627 drivers/thunderbolt/icm.c static void icm_handle_event(struct tb *tb, enum tb_cfg_pkg_type type,
type              810 drivers/thunderbolt/nhi.c 	int type = 0; /* current interrupt type 0: TX, 1: RX, 2: RX overflow */
type              827 drivers/thunderbolt/nhi.c 			type++;
type              831 drivers/thunderbolt/nhi.c 		if (type == 2) {
type              837 drivers/thunderbolt/nhi.c 		if (type == 0)
type              844 drivers/thunderbolt/nhi.c 				 type ? "RX" : "TX",
type               21 drivers/thunderbolt/property.c 	u8 type;
type               55 drivers/thunderbolt/property.c 	switch (entry->type) {
type               80 drivers/thunderbolt/property.c tb_property_alloc(const char *key, enum tb_property_type type)
type               89 drivers/thunderbolt/property.c 	property->type = type;
type              108 drivers/thunderbolt/property.c 	property = tb_property_alloc(key, entry->type);
type              114 drivers/thunderbolt/property.c 	switch (property->type) {
type              154 drivers/thunderbolt/property.c 		property->type = TB_PROPERTY_TYPE_UNKNOWN;
type              265 drivers/thunderbolt/property.c 	switch (property->type) {
type              323 drivers/thunderbolt/property.c 		switch (property->type) {
type              431 drivers/thunderbolt/property.c 		entry->type = property->type;
type              433 drivers/thunderbolt/property.c 		switch (property->type) {
type              652 drivers/thunderbolt/property.c 	const char *key, enum tb_property_type type)
type              657 drivers/thunderbolt/property.c 		if (property->type == type && !strcmp(property->key, key))
type              442 drivers/thunderbolt/switch.c 	switch (port->type >> 16) {
type              444 drivers/thunderbolt/switch.c 		switch ((u8) port->type) {
type              475 drivers/thunderbolt/switch.c 	       port->type);
type              653 drivers/thunderbolt/switch.c 	if (port->config.type == TB_TYPE_PORT && port->port != 0) {
type              810 drivers/thunderbolt/switch.c 	switch (port->config.type) {
type             1589 drivers/thunderbolt/switch.c 	sw->dev.type = &tb_switch_type;
type             1634 drivers/thunderbolt/switch.c 	sw->dev.type = &tb_switch_type;
type               70 drivers/thunderbolt/tb.c 		switch (port->config.type) {
type              158 drivers/thunderbolt/tb.c 	if (port->config.type != TB_TYPE_PORT)
type              223 drivers/thunderbolt/tb.c static int tb_free_tunnel(struct tb *tb, enum tb_tunnel_type type,
type              230 drivers/thunderbolt/tb.c 		if (tunnel->type == type &&
type              290 drivers/thunderbolt/tb.c 				    enum tb_port_type type)
type              294 drivers/thunderbolt/tb.c 		if (sw->ports[i].config.type == type)
type              305 drivers/thunderbolt/tb.c 					   enum tb_port_type type)
type              312 drivers/thunderbolt/tb.c 		if (sw->ports[i].config.type != type)
type              587 drivers/thunderbolt/tb.c static void tb_handle_event(struct tb *tb, enum tb_cfg_pkg_type type,
type              593 drivers/thunderbolt/tb.c 	if (type != TB_CFG_PKG_EVENT) {
type              594 drivers/thunderbolt/tb.c 		tb_warn(tb, "unexpected event %#x, ignoring\n", type);
type              365 drivers/thunderbolt/tb.h 	return port && port->port && port->config.type == TB_TYPE_PORT;
type              370 drivers/thunderbolt/tb.h 	return port && port->config.type == TB_TYPE_PCIE_DOWN;
type              375 drivers/thunderbolt/tb.h 	return port && port->config.type == TB_TYPE_PCIE_UP;
type              380 drivers/thunderbolt/tb.h 	return port && port->config.type == TB_TYPE_DP_HDMI_IN;
type              385 drivers/thunderbolt/tb.h 	return port && port->config.type == TB_TYPE_DP_HDMI_OUT;
type              547 drivers/thunderbolt/tb.h 	return dev->type == &tb_switch_type;
type              656 drivers/thunderbolt/tb.h bool tb_xdomain_handle_request(struct tb *tb, enum tb_cfg_pkg_type type,
type              500 drivers/thunderbolt/tb_msgs.h 	u32 type;
type              195 drivers/thunderbolt/tb_regs.h 	enum tb_port_type type:24;
type               43 drivers/thunderbolt/tunnel.c 		      tb_tunnel_names[__tunnel->type],			\
type               57 drivers/thunderbolt/tunnel.c 					 enum tb_tunnel_type type)
type               74 drivers/thunderbolt/tunnel.c 	tunnel->type = type;
type               42 drivers/thunderbolt/tunnel.h 	enum tb_tunnel_type type;
type               64 drivers/thunderbolt/tunnel.h 	return tunnel->type == TB_TUNNEL_PCI;
type               69 drivers/thunderbolt/tunnel.h 	return tunnel->type == TB_TUNNEL_DP;
type               74 drivers/thunderbolt/tunnel.h 	return tunnel->type == TB_TUNNEL_DMA;
type               95 drivers/thunderbolt/xdomain.c 				 size_t size, enum tb_cfg_pkg_type type)
type              107 drivers/thunderbolt/xdomain.c 	req->request_type = type;
type              125 drivers/thunderbolt/xdomain.c 			size_t size, enum tb_cfg_pkg_type type)
type              127 drivers/thunderbolt/xdomain.c 	return __tb_xdomain_response(xd->tb->ctl, response, size, type);
type              188 drivers/thunderbolt/xdomain.c 	u8 sequence, enum tb_xdp_type type, size_t size)
type              198 drivers/thunderbolt/xdomain.c 	hdr->type = type;
type              206 drivers/thunderbolt/xdomain.c 	if (hdr->type != ERROR_RESPONSE)
type              532 drivers/thunderbolt/xdomain.c 	switch (pkg->type) {
type              573 drivers/thunderbolt/xdomain.c 			pkg->type);
type              812 drivers/thunderbolt/xdomain.c 		if (p->type != TB_PROPERTY_TYPE_DIRECTORY)
type              838 drivers/thunderbolt/xdomain.c 		svc->dev.type = &tb_service_type;
type             1254 drivers/thunderbolt/xdomain.c 	xd->dev.type = &tb_xdomain_type;
type             1524 drivers/thunderbolt/xdomain.c bool tb_xdomain_handle_request(struct tb *tb, enum tb_cfg_pkg_type type,
type             1545 drivers/thunderbolt/xdomain.c 		if (type == TB_CFG_PKG_XDOMAIN_REQ)
type             1636 drivers/tty/amiserial.c 	serial_driver->type = TTY_DRIVER_TYPE_SERIAL;
type              127 drivers/tty/cyclades.c 	u32 type;
type             1281 drivers/tty/cyclades.c 	if (!info->type) {
type             2268 drivers/tty/cyclades.c 	ss->type = info->type;
type             3081 drivers/tty/cyclades.c 			info->type = PORT_STARTECH;
type             3100 drivers/tty/cyclades.c 			info->type = PORT_CIRRUS;
type             3460 drivers/tty/cyclades.c 		if (b->type == ZBLOCK_FPGA) {
type             4031 drivers/tty/cyclades.c 	cy_serial_driver->type = TTY_DRIVER_TYPE_SERIAL;
type              784 drivers/tty/ehv_bytechan.c 	ehv_bc_driver->type = TTY_DRIVER_TYPE_CONSOLE;
type              263 drivers/tty/goldfish.c 	tty->type = TTY_DRIVER_TYPE_SERIAL;
type             1034 drivers/tty/hvc/hvc_console.c 	drv->type = TTY_DRIVER_TYPE_SYSTEM;
type               46 drivers/tty/hvc/hvc_iucv.c 	u8	type;			/* Message type */
type              169 drivers/tty/hvc/hvc_iucv.c 		bufp->mbuf->type    = MSG_TYPE_DATA;
type              268 drivers/tty/hvc/hvc_iucv.c 	switch (rb->mbuf->type) {
type             1499 drivers/tty/hvc/hvcs.c 	hvcs_tty_driver->type = TTY_DRIVER_TYPE_SYSTEM;
type              153 drivers/tty/hvc/hvsi.c 	return header->type >= VS_QUERY_RESPONSE_PACKET_HEADER;
type              210 drivers/tty/hvc/hvsi.c 	printk("type 0x%x, len %i, seqno %i:\n", header->type, header->len,
type              285 drivers/tty/hvc/hvsi.c 	packet.hdr.type = VS_QUERY_RESPONSE_PACKET_HEADER;
type              424 drivers/tty/hvc/hvsi.c 		switch (header->type) {
type              441 drivers/tty/hvc/hvsi.c 						hp->index, header->type);
type              545 drivers/tty/hvc/hvsi.c 	packet.hdr.type = VS_QUERY_PACKET_HEADER;
type              588 drivers/tty/hvc/hvsi.c 	packet.hdr.type = VS_CONTROL_PACKET_HEADER;
type              671 drivers/tty/hvc/hvsi.c 	packet.hdr.type = VS_DATA_PACKET_HEADER;
type              688 drivers/tty/hvc/hvsi.c 	packet.hdr.type = VS_CONTROL_PACKET_HEADER;
type             1051 drivers/tty/hvc/hvsi.c 	hvsi_driver->type = TTY_DRIVER_TYPE_SYSTEM;
type               29 drivers/tty/hvc/hvsi_lib.c 	q.hdr.type = VS_QUERY_PACKET_HEADER;
type               41 drivers/tty/hvc/hvsi_lib.c 	ctrl.hdr.type = VS_CONTROL_PACKET_HEADER;
type               97 drivers/tty/hvc/hvsi_lib.c 	r.hdr.type = VS_QUERY_RESPONSE_PACKET_HEADER;
type              123 drivers/tty/hvc/hvsi_lib.c 	u8 len, type;
type              132 drivers/tty/hvc/hvsi_lib.c 	type = pv->inbuf[0];
type              140 drivers/tty/hvc/hvsi_lib.c 		 pv->termno, type, len);
type              143 drivers/tty/hvc/hvsi_lib.c 	switch(type) {
type              239 drivers/tty/hvc/hvsi_lib.c 	dp.hdr.type = VS_DATA_PACKET_HEADER;
type              266 drivers/tty/hvc/hvsi_lib.c 	q.hdr.type = VS_QUERY_PACKET_HEADER;
type              304 drivers/tty/hvc/hvsi_lib.c 	ctrl.hdr.type = VS_CONTROL_PACKET_HEADER,
type              363 drivers/tty/ipwireless/hardware.c static void dump_data_bytes(const char *type, const unsigned char *data,
type              369 drivers/tty/ipwireless/hardware.c 			type, data_type(data, length));
type              262 drivers/tty/ipwireless/tty.c 	ss->type = PORT_UNKNOWN;
type              578 drivers/tty/ipwireless/tty.c 	ipw_tty_driver->type = TTY_DRIVER_TYPE_SERIAL;
type             1648 drivers/tty/isicom.c 	isicom_normal->type			= TTY_DRIVER_TYPE_SERIAL;
type              932 drivers/tty/mips_ejtag_fdc.c 	driver->type = TTY_DRIVER_TYPE_SERIAL;
type             1111 drivers/tty/mips_ejtag_fdc.c 	{ .type = 0xfd },
type              134 drivers/tty/moxa.c 	int type;
type              165 drivers/tty/moxa.c static unsigned int type[MAX_BOARDS];
type              176 drivers/tty/moxa.c module_param_array(type, uint, NULL, 0);
type              177 drivers/tty/moxa.c MODULE_PARM_DESC(type, "card type: C218=2, C320=4");
type              742 drivers/tty/moxa.c 		u8 type;	/* UNIX = 3 */
type              758 drivers/tty/moxa.c 	if (hdr->type != 3) {
type              759 drivers/tty/moxa.c 		sprintf(rsn, "not for linux, type is %u", hdr->type);
type              839 drivers/tty/moxa.c 		p->type = PORT_16550A;
type             1044 drivers/tty/moxa.c 	moxaDriver->type = TTY_DRIVER_TYPE_SERIAL;
type             1065 drivers/tty/moxa.c 		if (type[i] == MOXA_BOARD_C218_ISA ||
type             1066 drivers/tty/moxa.c 				type[i] == MOXA_BOARD_C320_ISA) {
type             1068 drivers/tty/moxa.c 					isabrds + 1, moxa_brdname[type[i] - 1],
type             1070 drivers/tty/moxa.c 			brd->boardType = type[i];
type             1071 drivers/tty/moxa.c 			brd->numPorts = type[i] == MOXA_BOARD_C218_ISA ? 8 :
type             1188 drivers/tty/moxa.c 		MoxaSetFifo(ch, ch->type == PORT_16550A);
type             2039 drivers/tty/moxa.c 	ss->type = info->type,
type             2074 drivers/tty/moxa.c 	MoxaSetFifo(info, ss->type == PORT_16550A);
type             2076 drivers/tty/moxa.c 	info->type = ss->type;
type               86 drivers/tty/mxser.c 	int type;
type              232 drivers/tty/mxser.c 	int type;		/* UART type */
type              504 drivers/tty/mxser.c 		if (hwid == Gpci_uart_info[i].type)
type              515 drivers/tty/mxser.c 	if ((info->type == PORT_16450) || (info->type == PORT_8250)) {
type              522 drivers/tty/mxser.c 			if (info->board->chip_flag == Gpci_uart_info[i].type) {
type              682 drivers/tty/mxser.c 	if ((info->type == PORT_8250) || (info->type == PORT_16450)) {
type              718 drivers/tty/mxser.c 		if ((info->type == PORT_16550A) || (info->board->chip_flag)) {
type              725 drivers/tty/mxser.c 					if (info->type != PORT_16550A &&
type              739 drivers/tty/mxser.c 					if ((info->type != PORT_16550A) &&
type              835 drivers/tty/mxser.c 				if ((port->type != PORT_16550A) &&
type              848 drivers/tty/mxser.c 				if (port->type != PORT_16550A &&
type              871 drivers/tty/mxser.c 	if (!info->ioaddr || !info->type) {
type             1126 drivers/tty/mxser.c 				(info->type == PORT_16550A) ||
type             1157 drivers/tty/mxser.c 				(info->type == PORT_16550A) ||
type             1176 drivers/tty/mxser.c 			(tty->hw_stopped && info->type != PORT_16550A &&
type             1219 drivers/tty/mxser.c 	ss->type = info->type,
type             1293 drivers/tty/mxser.c 	info->type = ss->type;
type             1629 drivers/tty/mxser.c 				if (ip->type == PORT_16550A)
type             1980 drivers/tty/mxser.c 	if (info->type == PORT_UNKNOWN)
type             2178 drivers/tty/mxser.c 			(port->type != PORT_16550A) &&
type             2399 drivers/tty/mxser.c 		info->type = brd->uart_type;
type             2613 drivers/tty/mxser.c 			if (Gpci_uart_info[j].type == brd->chip_flag) {
type             2718 drivers/tty/mxser.c 	mxvar_sdriver->type = TTY_DRIVER_TYPE_SERIAL;
type             2762 drivers/tty/n_gsm.c 	net->type = ARPHRD_NONE;
type             3243 drivers/tty/n_gsm.c 	gsm_tty_driver->type		= TTY_DRIVER_TYPE_SERIAL;
type              277 drivers/tty/n_tty.c 	if (tty->driver->type == TTY_DRIVER_TYPE_PTY) {
type             1754 drivers/tty/n_tty.c 	if (tty->driver->type == TTY_DRIVER_TYPE_PTY) {
type             1863 drivers/tty/nozomi.c 	ntty_driver->type = TTY_DRIVER_TYPE_SERIAL;
type              575 drivers/tty/pty.c 	pty_driver->type = TTY_DRIVER_TYPE_PTY;
type              591 drivers/tty/pty.c 	pty_slave_driver->type = TTY_DRIVER_TYPE_PTY;
type              917 drivers/tty/pty.c 	ptm_driver->type = TTY_DRIVER_TYPE_PTY;
type              933 drivers/tty/pty.c 	pts_driver->type = TTY_DRIVER_TYPE_PTY;
type             2395 drivers/tty/rocket.c 	rocket_driver->type = TTY_DRIVER_TYPE_SERIAL;
type               71 drivers/tty/serdev/core.c 	return dev->type == &serdev_device_type;
type              460 drivers/tty/serdev/core.c 	serdev->dev.type = &serdev_device_type;
type              500 drivers/tty/serdev/core.c 	ctrl->dev.type = &serdev_ctrl_type;
type              678 drivers/tty/serdev/core.c 	if (dev->type == &serdev_device_type)
type              303 drivers/tty/serial/21285.c 	return port->type == PORT_21285 ? "DC21285" : NULL;
type              320 drivers/tty/serial/21285.c 		port->type = PORT_21285;
type              329 drivers/tty/serial/21285.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_21285)
type              349 drivers/tty/serial/21285.c 	.type		= serial21285_type,
type               28 drivers/tty/serial/8250/8250_acorn.c 	unsigned int	type;
type               42 drivers/tty/serial/8250/8250_acorn.c 	struct serial_card_type *type = id->data;
type               51 drivers/tty/serial/8250/8250_acorn.c 	info->num_ports = type->num_ports;
type               53 drivers/tty/serial/8250/8250_acorn.c 	bus_addr = ecard_resource_start(ec, type->type);
type               54 drivers/tty/serial/8250/8250_acorn.c 	info->vaddr = ecardm_iomap(ec, type->type, 0, 0);
type               65 drivers/tty/serial/8250/8250_acorn.c 	uart.port.uartclk	= type->uartclk;
type               71 drivers/tty/serial/8250/8250_acorn.c 		uart.port.membase = info->vaddr + type->offset[i];
type               72 drivers/tty/serial/8250/8250_acorn.c 		uart.port.mapbase = bus_addr + type->offset[i];
type               97 drivers/tty/serial/8250/8250_acorn.c 	.type		= ECARD_RES_IOCSLOW,
type              104 drivers/tty/serial/8250/8250_acorn.c 	.type		= ECARD_RES_IOCSLOW,
type              384 drivers/tty/serial/8250/8250_aspeed_vuart.c 	port.port.type = PORT_16550A;
type               41 drivers/tty/serial/8250/8250_bcm2835aux.c 	data->uart.port.type = PORT_16550;
type              434 drivers/tty/serial/8250/8250_core.c 	if (port->type == PORT_RSA) {
type              451 drivers/tty/serial/8250/8250_core.c 	if (port->type != PORT_RSA && up->probe & UART_PROBE_RSA)
type              461 drivers/tty/serial/8250/8250_core.c 	if (ret == 0 && port->type == PORT_RSA) {
type              474 drivers/tty/serial/8250/8250_core.c 	if (port->type == PORT_RSA)
type              566 drivers/tty/serial/8250/8250_core.c 		if (up->port.type == PORT_8250_CIR)
type              727 drivers/tty/serial/8250/8250_core.c 	p->type		= port->type;
type              754 drivers/tty/serial/8250/8250_core.c 	    port->type != PORT_8250) {
type              819 drivers/tty/serial/8250/8250_core.c 		uart.port.type		= p->type;
type              864 drivers/tty/serial/8250/8250_core.c 		if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev)
type              878 drivers/tty/serial/8250/8250_core.c 		if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev)
type              921 drivers/tty/serial/8250/8250_core.c 	if (i < nr_uarts && serial8250_ports[i].port.type == PORT_UNKNOWN &&
type              930 drivers/tty/serial/8250/8250_core.c 		if (serial8250_ports[i].port.type == PORT_UNKNOWN &&
type              939 drivers/tty/serial/8250/8250_core.c 		if (serial8250_ports[i].port.type == PORT_UNKNOWN)
type              984 drivers/tty/serial/8250/8250_core.c 	if (uart && uart->port.type != PORT_8250_CIR) {
type             1019 drivers/tty/serial/8250/8250_core.c 			uart->port.type = up->port.type;
type             1070 drivers/tty/serial/8250/8250_core.c 		if (uart->port.type != PORT_8250_CIR) {
type             1132 drivers/tty/serial/8250/8250_core.c 		uart->port.type = PORT_UNKNOWN;
type               93 drivers/tty/serial/8250/8250_dw.c 		if (p->type == PORT_OCTEON)
type              356 drivers/tty/serial/8250/8250_dw.c 			p->type = PORT_OCTEON;
type              410 drivers/tty/serial/8250/8250_dw.c 	p->type		= PORT_8250;
type              114 drivers/tty/serial/8250/8250_dwlib.c 		p->type = PORT_16550A;
type              105 drivers/tty/serial/8250/8250_em.c 	up.port.type = PORT_UNKNOWN;
type              219 drivers/tty/serial/8250/8250_exar.c 		port->port.type = PORT_XR17V35X;
type              224 drivers/tty/serial/8250/8250_exar.c 		port->port.type = PORT_XR17D15X;
type              109 drivers/tty/serial/8250/8250_hp300.c 	port.type = PORT_UNKNOWN;
type              234 drivers/tty/serial/8250/8250_ingenic.c 	uart.port.type = PORT_16550A;
type              166 drivers/tty/serial/8250/8250_lpc18xx.c 	uart.port.type = PORT_16550A;
type              307 drivers/tty/serial/8250/8250_lpss.c 	uart.port.type = PORT_16550A;
type              109 drivers/tty/serial/8250/8250_men_mcb.c 		data[i].uart.port.type = PORT_16550;
type              304 drivers/tty/serial/8250/8250_mid.c 	uart.port.type = PORT_16750;
type              515 drivers/tty/serial/8250/8250_mtk.c 	uart.port.type = PORT_16550;
type               25 drivers/tty/serial/8250/8250_of.c 	int type;
type               55 drivers/tty/serial/8250/8250_of.c 			int type, struct uart_port *port,
type              173 drivers/tty/serial/8250/8250_of.c 	port->type = type;
type              181 drivers/tty/serial/8250/8250_of.c 	switch (type) {
type              253 drivers/tty/serial/8250/8250_of.c 	info->type = port_type;
type             1168 drivers/tty/serial/8250/8250_omap.c 	up.port.type = PORT_8250;
type              512 drivers/tty/serial/8250/8250_pci.c 	unsigned int type = dev->device & 0xff00;
type              514 drivers/tty/serial/8250/8250_pci.c 	if (type == 0x1000)
type              516 drivers/tty/serial/8250/8250_pci.c 	else if (type == 0x2000)
type              903 drivers/tty/serial/8250/8250_pci.c 	int ret, i, type;
type              937 drivers/tty/serial/8250/8250_pci.c 	type = inb(iobase->start + 0x18) & 0x0f;
type              939 drivers/tty/serial/8250/8250_pci.c 	switch (type) {
type             1433 drivers/tty/serial/8250/8250_pci.c 	port->port.type = PORT_XSCALE;
type             1455 drivers/tty/serial/8250/8250_pci.c 	port->port.type = PORT_BRCM_TRUMANAGE;
type             1757 drivers/tty/serial/8250/8250_pci.c 	port->port.type = PORT_16550A;
type             1767 drivers/tty/serial/8250/8250_pci.c 	port->port.type = PORT_16550A;
type             1777 drivers/tty/serial/8250/8250_pci.c 	port->port.type = PORT_16850;
type             1790 drivers/tty/serial/8250/8250_pci.c 	port->port.type = PORT_SUNIX;
type              471 drivers/tty/serial/8250/8250_pnp.c 		uart.port.type = PORT_8250_CIR;
type              762 drivers/tty/serial/8250/8250_port.c 	if (up->port.type == PORT_RSA) {
type              784 drivers/tty/serial/8250/8250_port.c 	if (up->port.type == PORT_RSA &&
type              911 drivers/tty/serial/8250/8250_port.c 		up->port.type = PORT_16C950;
type              936 drivers/tty/serial/8250/8250_port.c 		up->port.type = PORT_16850;
type              950 drivers/tty/serial/8250/8250_port.c 		up->port.type = PORT_16654;
type              952 drivers/tty/serial/8250/8250_port.c 		up->port.type = PORT_16650V2;
type              964 drivers/tty/serial/8250/8250_port.c 	up->port.type = PORT_8250;
type              974 drivers/tty/serial/8250/8250_port.c 		up->port.type = PORT_16450;
type             1001 drivers/tty/serial/8250/8250_port.c 	up->port.type = PORT_16550A;
type             1013 drivers/tty/serial/8250/8250_port.c 			up->port.type = PORT_16650;
type             1024 drivers/tty/serial/8250/8250_port.c 				up->port.type = PORT_16550A_FSL64;
type             1077 drivers/tty/serial/8250/8250_port.c 			up->port.type = PORT_NS16550A;
type             1102 drivers/tty/serial/8250/8250_port.c 		up->port.type = PORT_16750;
type             1129 drivers/tty/serial/8250/8250_port.c 			up->port.type = PORT_XSCALE;
type             1146 drivers/tty/serial/8250/8250_port.c 	if (up->port.type == PORT_16550A && size_fifo(up) == 64) {
type             1147 drivers/tty/serial/8250/8250_port.c 		up->port.type = PORT_U6_16550A;
type             1268 drivers/tty/serial/8250/8250_port.c 		port->type = PORT_UNKNOWN;
type             1271 drivers/tty/serial/8250/8250_port.c 		port->type = PORT_16550;
type             1282 drivers/tty/serial/8250/8250_port.c 	if (port->type == PORT_16550A && up->probe & UART_PROBE_RSA &&
type             1284 drivers/tty/serial/8250/8250_port.c 		port->type = PORT_RSA;
type             1289 drivers/tty/serial/8250/8250_port.c 	port->fifosize = uart_config[up->port.type].fifo_size;
type             1291 drivers/tty/serial/8250/8250_port.c 	up->capabilities = uart_config[port->type].flags;
type             1292 drivers/tty/serial/8250/8250_port.c 	up->tx_loadsz = uart_config[port->type].tx_loadsz;
type             1294 drivers/tty/serial/8250/8250_port.c 	if (port->type == PORT_UNKNOWN)
type             1301 drivers/tty/serial/8250/8250_port.c 	if (port->type == PORT_RSA)
type             1318 drivers/tty/serial/8250/8250_port.c 	if (port->type == PORT_16550A && port->iotype == UPIO_PORT)
type             1327 drivers/tty/serial/8250/8250_port.c 	DEBUG_AUTOCONF("type=%s\n", uart_config[port->type].name);
type             1498 drivers/tty/serial/8250/8250_port.c 	if (port->type == PORT_16C950) {
type             1526 drivers/tty/serial/8250/8250_port.c 	if (port->type == PORT_16C950 && up->acr & UART_ACR_TXDIS) {
type             2063 drivers/tty/serial/8250/8250_port.c 		port->fifosize = uart_config[port->type].fifo_size;
type             2065 drivers/tty/serial/8250/8250_port.c 		up->tx_loadsz = uart_config[port->type].tx_loadsz;
type             2067 drivers/tty/serial/8250/8250_port.c 		up->capabilities = uart_config[port->type].flags;
type             2074 drivers/tty/serial/8250/8250_port.c 	if (port->type == PORT_16C950) {
type             2087 drivers/tty/serial/8250/8250_port.c 	if (port->type == PORT_DA830) {
type             2100 drivers/tty/serial/8250/8250_port.c 	if (port->type == PORT_NPCM) {
type             2117 drivers/tty/serial/8250/8250_port.c 	if (port->type == PORT_XR17V35X) {
type             2160 drivers/tty/serial/8250/8250_port.c 	if (port->type == PORT_16850) {
type             2179 drivers/tty/serial/8250/8250_port.c 	if (((port->type == PORT_ALTR_16550_F32) ||
type             2180 drivers/tty/serial/8250/8250_port.c 	     (port->type == PORT_ALTR_16550_F64) ||
type             2181 drivers/tty/serial/8250/8250_port.c 	     (port->type == PORT_ALTR_16550_F128)) && (port->fifosize > 1)) {
type             2440 drivers/tty/serial/8250/8250_port.c 	else if (up->port.type == PORT_NPCM)
type             2671 drivers/tty/serial/8250/8250_port.c 	if (port->type == PORT_16750)
type             2675 drivers/tty/serial/8250/8250_port.c 	if (port->type != PORT_16750) {
type             2752 drivers/tty/serial/8250/8250_port.c 		if (pt->port.type == PORT_RT2880)
type             2850 drivers/tty/serial/8250/8250_port.c 	const struct serial8250_config *conf_type = &uart_config[up->port.type];
type             2860 drivers/tty/serial/8250/8250_port.c 	const struct serial8250_config *conf_type = &uart_config[up->port.type];
type             2980 drivers/tty/serial/8250/8250_port.c 	const struct serial8250_config *conf_type = &uart_config[up->port.type];
type             3006 drivers/tty/serial/8250/8250_port.c 	if (port->type == PORT_16550A && port->iotype == UPIO_AU)
type             3010 drivers/tty/serial/8250/8250_port.c 	if (port->type == PORT_TEGRA)
type             3013 drivers/tty/serial/8250/8250_port.c 	if (port->type != PORT_UNKNOWN && flags & UART_CONFIG_IRQ)
type             3016 drivers/tty/serial/8250/8250_port.c 	if (port->type == PORT_UNKNOWN)
type             3020 drivers/tty/serial/8250/8250_port.c 	up->fcr = uart_config[up->port.type].fcr;
type             3027 drivers/tty/serial/8250/8250_port.c 	    ser->baud_base < 9600 || ser->type < PORT_UNKNOWN ||
type             3028 drivers/tty/serial/8250/8250_port.c 	    ser->type >= ARRAY_SIZE(uart_config) || ser->type == PORT_CIRRUS ||
type             3029 drivers/tty/serial/8250/8250_port.c 	    ser->type == PORT_STARTECH)
type             3036 drivers/tty/serial/8250/8250_port.c 	int type = port->type;
type             3038 drivers/tty/serial/8250/8250_port.c 	if (type >= ARRAY_SIZE(uart_config))
type             3039 drivers/tty/serial/8250/8250_port.c 		type = 0;
type             3040 drivers/tty/serial/8250/8250_port.c 	return uart_config[type].name;
type             3059 drivers/tty/serial/8250/8250_port.c 	.type		= serial8250_type,
type             3086 drivers/tty/serial/8250/8250_port.c 		unsigned int type = up->port.type;
type             3089 drivers/tty/serial/8250/8250_port.c 			up->port.fifosize = uart_config[type].fifo_size;
type             3091 drivers/tty/serial/8250/8250_port.c 			up->tx_loadsz = uart_config[type].tx_loadsz;
type             3093 drivers/tty/serial/8250/8250_port.c 			up->capabilities = uart_config[type].flags;
type              120 drivers/tty/serial/8250/8250_pxa.c 	uart.port.type = PORT_XSCALE;
type              216 drivers/tty/serial/8250/8250_uniphier.c 	up.port.type = PORT_16550A;
type              203 drivers/tty/serial/altera_jtaguart.c 	port->type = PORT_ALTERA_JTAGUART;
type              254 drivers/tty/serial/altera_jtaguart.c 	return (port->type == PORT_ALTERA_JTAGUART) ? "Altera JTAG UART" : NULL;
type              271 drivers/tty/serial/altera_jtaguart.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_ALTERA_JTAGUART)
type              290 drivers/tty/serial/altera_jtaguart.c 	.type		= altera_jtaguart_type,
type              456 drivers/tty/serial/altera_jtaguart.c 	port->type = PORT_ALTERA_JTAGUART;
type              312 drivers/tty/serial/altera_uart.c 	port->type = PORT_ALTERA_UART;
type              372 drivers/tty/serial/altera_uart.c 	return (port->type == PORT_ALTERA_UART) ? "Altera UART" : NULL;
type              389 drivers/tty/serial/altera_uart.c 	if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_ALTERA_UART))
type              428 drivers/tty/serial/altera_uart.c 	.type		= altera_uart_type,
type              608 drivers/tty/serial/altera_uart.c 	port->type = PORT_ALTERA_UART;
type              498 drivers/tty/serial/amba-pl010.c 	return port->type == PORT_AMBA ? "AMBA" : NULL;
type              524 drivers/tty/serial/amba-pl010.c 		port->type = PORT_AMBA;
type              535 drivers/tty/serial/amba-pl010.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA)
type              557 drivers/tty/serial/amba-pl010.c 	.type		= pl010_type,
type              272 drivers/tty/serial/amba-pl011.c 	char			type[12];
type             2091 drivers/tty/serial/amba-pl011.c 	return uap->port.type == PORT_AMBA ? uap->type : NULL;
type             2117 drivers/tty/serial/amba-pl011.c 		port->type = PORT_AMBA;
type             2128 drivers/tty/serial/amba-pl011.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA)
type             2150 drivers/tty/serial/amba-pl011.c 	.type		= pl011_type,
type             2181 drivers/tty/serial/amba-pl011.c 	.type		= pl011_type,
type             2644 drivers/tty/serial/amba-pl011.c 	snprintf(uap->type, sizeof(uap->type), "PL011 rev%u", amba_rev(dev));
type             2737 drivers/tty/serial/amba-pl011.c 	snprintf(uap->type, sizeof(uap->type), "SBSA");
type              291 drivers/tty/serial/apbuart.c 	return port->type == PORT_APBUART ? "GRLIB/APBUART" : NULL;
type              310 drivers/tty/serial/apbuart.c 		port->type = PORT_APBUART;
type              320 drivers/tty/serial/apbuart.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_APBUART)
type              340 drivers/tty/serial/apbuart.c 	.type = apbuart_type,
type              456 drivers/tty/serial/ar933x_uart.c 	return (port->type == PORT_AR933X) ? "AR933X UART" : NULL;
type              473 drivers/tty/serial/ar933x_uart.c 		port->type = PORT_AR933X;
type              482 drivers/tty/serial/ar933x_uart.c 	if (ser->type != PORT_UNKNOWN &&
type              483 drivers/tty/serial/ar933x_uart.c 	    ser->type != PORT_AR933X)
type              507 drivers/tty/serial/ar933x_uart.c 	.type		= ar933x_uart_type,
type              687 drivers/tty/serial/ar933x_uart.c 	port->type = PORT_AR933X;
type              409 drivers/tty/serial/arc_uart.c 	return port->type == PORT_ARC ? DRIVER_NAME : NULL;
type              427 drivers/tty/serial/arc_uart.c 	if (port->type != PORT_UNKNOWN && ser->type != PORT_ARC)
type              439 drivers/tty/serial/arc_uart.c 		port->type = PORT_ARC;
type              475 drivers/tty/serial/arc_uart.c 	.type		= arc_serial_type,
type             2360 drivers/tty/serial/atmel_serial.c 	return (port->type == PORT_ATMEL) ? "ATMEL_SERIAL" : NULL;
type             2407 drivers/tty/serial/atmel_serial.c 		port->type = PORT_ATMEL;
type             2418 drivers/tty/serial/atmel_serial.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_ATMEL)
type             2467 drivers/tty/serial/atmel_serial.c 	.type		= atmel_type,
type              225 drivers/tty/serial/bcm63xx_uart.c 	return (port->type == PORT_BCM63XX) ? "bcm63xx_uart" : NULL;
type              613 drivers/tty/serial/bcm63xx_uart.c 		port->type = PORT_BCM63XX;
type              624 drivers/tty/serial/bcm63xx_uart.c 	if (port->type != PORT_BCM63XX)
type              648 drivers/tty/serial/bcm63xx_uart.c 	.type		= bcm_uart_type,
type              318 drivers/tty/serial/clps711x.c 	return (port->type == PORT_CLPS711X) ? "CLPS711X" : NULL;
type              324 drivers/tty/serial/clps711x.c 		port->type = PORT_CLPS711X;
type              348 drivers/tty/serial/clps711x.c 	.type		= uart_clps711x_type,
type              480 drivers/tty/serial/clps711x.c 	s->port.type		= PORT_CLPS711X;
type              652 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	return port->type == PORT_CPM ? "CPM UART" : NULL;
type              665 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM)
type              958 drivers/tty/serial/cpm_uart/cpm_uart_core.c 		port->type = PORT_CPM;
type             1130 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	.type		= cpm_uart_type,
type             1206 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	pinfo->port.type = PORT_CPM;
type              349 drivers/tty/serial/digicolor-usart.c 	return (port->type == PORT_DIGICOLOR) ? "DIGICOLOR USART" : NULL;
type              355 drivers/tty/serial/digicolor-usart.c 		port->type = PORT_DIGICOLOR;
type              378 drivers/tty/serial/digicolor-usart.c 	.type		= digicolor_uart_type,
type              491 drivers/tty/serial/digicolor-usart.c 	dp->port.type = PORT_DIGICOLOR;
type              723 drivers/tty/serial/dz.c 		uport->type = PORT_DZ;
type              736 drivers/tty/serial/dz.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_DZ)
type              755 drivers/tty/serial/dz.c 	.type		= dz_type,
type              431 drivers/tty/serial/efm32-uart.c 	return port->type == PORT_EFMUART ? "efm32-uart" : NULL;
type              474 drivers/tty/serial/efm32-uart.c static void efm32_uart_config_port(struct uart_port *port, int type)
type              476 drivers/tty/serial/efm32-uart.c 	if (type & UART_CONFIG_TYPE &&
type              478 drivers/tty/serial/efm32-uart.c 		port->type = PORT_EFMUART;
type              486 drivers/tty/serial/efm32-uart.c 	if (serinfo->type != PORT_UNKNOWN && serinfo->type != PORT_EFMUART)
type              503 drivers/tty/serial/efm32-uart.c 	.type = efm32_uart_type,
type              748 drivers/tty/serial/efm32-uart.c 	efm_port->port.type = PORT_EFMUART;
type              553 drivers/tty/serial/fsl_linflexuart.c 		port->type = PORT_LINFLEXUART;
type              567 drivers/tty/serial/fsl_linflexuart.c 	.type		= linflex_type,
type              861 drivers/tty/serial/fsl_linflexuart.c 	sport->type = PORT_LINFLEXUART;
type             2005 drivers/tty/serial/fsl_lpuart.c 		port->type = PORT_LPUART;
type             2012 drivers/tty/serial/fsl_lpuart.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_LPUART)
type             2038 drivers/tty/serial/fsl_lpuart.c 	.type		= lpuart_type,
type             2062 drivers/tty/serial/fsl_lpuart.c 	.type		= lpuart_type,
type             2394 drivers/tty/serial/fsl_lpuart.c 	sport->port.type = PORT_LPUART;
type             1270 drivers/tty/serial/icom.c 	port->type = PORT_ICOM;
type             1285 drivers/tty/serial/icom.c 	.type = icom_type,
type             1556 drivers/tty/serial/icom.c 			icom_port->uart_port.type = PORT_ICOM;
type             1400 drivers/tty/serial/ifx6x60.c 	tty_drv->type = TTY_DRIVER_TYPE_SERIAL;
type             1730 drivers/tty/serial/imx.c 	return sport->port.type == PORT_IMX ? "IMX" : NULL;
type             1741 drivers/tty/serial/imx.c 		sport->port.type = PORT_IMX;
type             1755 drivers/tty/serial/imx.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_IMX)
type             1905 drivers/tty/serial/imx.c 	.type		= imx_uart_type,
type             2256 drivers/tty/serial/imx.c 	sport->port.type = PORT_IMX,
type              946 drivers/tty/serial/ip22zilog.c 	.type		=	ip22zilog_type,
type             1119 drivers/tty/serial/ip22zilog.c 		up[(chip * 2) + 0].port.type = PORT_IP22ZILOG;
type             1130 drivers/tty/serial/ip22zilog.c 		up[(chip * 2) + 1].port.type = PORT_IP22ZILOG;
type              130 drivers/tty/serial/jsm/jsm.h 	int		type;		/* Type of board */
type             1100 drivers/tty/serial/jsm/jsm_neo.c 	int type = 0;
type             1141 drivers/tty/serial/jsm/jsm_neo.c 			type = tmp >> (8 + (port * 3));
type             1142 drivers/tty/serial/jsm/jsm_neo.c 			type &= 0x7;
type             1149 drivers/tty/serial/jsm/jsm_neo.c 			__FILE__, __LINE__, port, type);
type             1154 drivers/tty/serial/jsm/jsm_neo.c 		if (!type) {
type             1162 drivers/tty/serial/jsm/jsm_neo.c 		switch (type) {
type             1226 drivers/tty/serial/jsm/jsm_neo.c 				__FILE__, __LINE__, type);
type              336 drivers/tty/serial/jsm/jsm_tty.c 	port->type = PORT_JSM;
type              351 drivers/tty/serial/jsm/jsm_tty.c 	.type		= jsm_tty_type,
type              453 drivers/tty/serial/jsm/jsm_tty.c 		brd->channels[i]->uart_port.type = PORT_JSM;
type              341 drivers/tty/serial/kgdb_nmi.c 	kgdb_nmi_tty_driver->type		= TTY_DRIVER_TYPE_SERIAL;
type              513 drivers/tty/serial/lantiq.c 	if (port->type == PORT_LTQ_ASC)
type              564 drivers/tty/serial/lantiq.c 		port->type = PORT_LTQ_ASC;
type              574 drivers/tty/serial/lantiq.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_LTQ_ASC)
type              594 drivers/tty/serial/lantiq.c 	.type =		lqasc_type,
type              871 drivers/tty/serial/lantiq.c 	port->type	= PORT_LTQ_ASC,
type              585 drivers/tty/serial/lpc32xx_hs.c 	port->type = PORT_UART00;
type              608 drivers/tty/serial/lpc32xx_hs.c 	if (ser->type != PORT_UART00)
type              625 drivers/tty/serial/lpc32xx_hs.c 	.type		= serial_lpc32xx_type,
type              641 drivers/tty/serial/max3100.c 	return s->port.type == PORT_MAX3100 ? "MAX3100" : NULL;
type              662 drivers/tty/serial/max3100.c 		s->port.type = PORT_MAX3100;
type              675 drivers/tty/serial/max3100.c 	if (ser->type == PORT_UNKNOWN || ser->type == PORT_MAX3100)
type              720 drivers/tty/serial/max3100.c 	.type		= max3100_type,
type              792 drivers/tty/serial/max3100.c 	max3100s[i]->port.type = PORT_MAX3100;
type             1110 drivers/tty/serial/max310x.c 	return (port->type == PORT_MAX310X) ? s->devtype->name : NULL;
type             1122 drivers/tty/serial/max310x.c 		port->type = PORT_MAX310X;
type             1127 drivers/tty/serial/max310x.c 	if ((s->type != PORT_UNKNOWN) && (s->type != PORT_MAX310X))
type             1151 drivers/tty/serial/max310x.c 	.type		= max310x_type,
type             1345 drivers/tty/serial/max310x.c 		s->p[i].port.type	= PORT_MAX310X;
type              392 drivers/tty/serial/mcf.c 	port->type = PORT_MCF;
type              407 drivers/tty/serial/mcf.c 	return (port->type == PORT_MCF) ? "ColdFire UART" : NULL;
type              429 drivers/tty/serial/mcf.c 	if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_MCF))
type              475 drivers/tty/serial/mcf.c 	.type		= mcf_type,
type              499 drivers/tty/serial/mcf.c 		port->type = PORT_MCF;
type              624 drivers/tty/serial/mcf.c 		port->type = PORT_MCF;
type              762 drivers/tty/serial/men_z135_uart.c static void men_z135_config_port(struct uart_port *port, int type)
type              764 drivers/tty/serial/men_z135_uart.c 	port->type = PORT_MEN_Z135;
type              785 drivers/tty/serial/men_z135_uart.c 	.type = men_z135_type,
type              840 drivers/tty/serial/men_z135_uart.c 	uart->port.type = PORT_MEN_Z135;
type              256 drivers/tty/serial/meson_uart.c 	return (port->type == PORT_MESON) ? "meson_uart" : NULL;
type              390 drivers/tty/serial/meson_uart.c 	if (port->type != PORT_MESON)
type              425 drivers/tty/serial/meson_uart.c 		port->type = PORT_MESON;
type              440 drivers/tty/serial/meson_uart.c 	.type		= meson_uart_type,
type              708 drivers/tty/serial/meson_uart.c 	port->type = PORT_MESON;
type              380 drivers/tty/serial/milbeaut_usio.c 	return ((port->type == PORT_MLB_USIO) ? USIO_NAME : NULL);
type              386 drivers/tty/serial/milbeaut_usio.c 		port->type = PORT_MLB_USIO;
type              401 drivers/tty/serial/milbeaut_usio.c 	.type		= mlb_usio_type,
type             1268 drivers/tty/serial/mpc52xx_uart.c 	return port->type == PORT_MPC52xx ? "MPC5xxx PSC" : NULL;
type             1327 drivers/tty/serial/mpc52xx_uart.c 		port->type = PORT_MPC52xx;
type             1333 drivers/tty/serial/mpc52xx_uart.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_MPC52xx)
type             1360 drivers/tty/serial/mpc52xx_uart.c 	.type		= mpc52xx_uart_type,
type              391 drivers/tty/serial/mps2-uart.c 	return (port->type == PORT_MPS2UART) ? DRIVER_NAME : NULL;
type              403 drivers/tty/serial/mps2-uart.c static void mps2_uart_config_port(struct uart_port *port, int type)
type              405 drivers/tty/serial/mps2-uart.c 	if (type & UART_CONFIG_TYPE && !mps2_uart_request_port(port))
type              406 drivers/tty/serial/mps2-uart.c 		port->type = PORT_MPS2UART;
type              425 drivers/tty/serial/mps2-uart.c 	.type = mps2_uart_type,
type             1377 drivers/tty/serial/msm_serial.c 		port->type = PORT_MSM;
type             1386 drivers/tty/serial/msm_serial.c 	if (unlikely(ser->type != PORT_UNKNOWN && ser->type != PORT_MSM))
type             1526 drivers/tty/serial/msm_serial.c 	.type = msm_type,
type              347 drivers/tty/serial/mux.c static void mux_config_port(struct uart_port *port, int type)
type              349 drivers/tty/serial/mux.c 	port->type = PORT_MUX;
type              437 drivers/tty/serial/mux.c 	.type =			mux_type,
type              479 drivers/tty/serial/mux.c 		port->type	= PORT_MUX;
type              585 drivers/tty/serial/mvebu-uart.c 	.type		= mvebu_uart_type,
type              834 drivers/tty/serial/mvebu-uart.c 	port->type       = PORT_MVEBU;
type              715 drivers/tty/serial/mxs-auart.c 	if (u->type != PORT_UNKNOWN && u->type != PORT_IMX)
type             1330 drivers/tty/serial/mxs-auart.c 	.type	   	= mxs_auart_type,
type             1695 drivers/tty/serial/mxs-auart.c 	s->port.type = PORT_IMX;
type              568 drivers/tty/serial/omap-serial.c 	unsigned int type;
type              584 drivers/tty/serial/omap-serial.c 		type = iir & 0x3e;
type              586 drivers/tty/serial/omap-serial.c 		switch (type) {
type             1141 drivers/tty/serial/omap-serial.c 	up->port.type = PORT_OMAP;
type             1463 drivers/tty/serial/omap-serial.c 	.type		= serial_omap_type,
type             1677 drivers/tty/serial/omap-serial.c 	up->port.type = PORT_OMAP;
type              441 drivers/tty/serial/owl-uart.c 	return (port->type == PORT_OWL) ? "owl-uart" : NULL;
type              447 drivers/tty/serial/owl-uart.c 	if (port->type != PORT_OWL)
type              459 drivers/tty/serial/owl-uart.c 		port->type = PORT_OWL;
type              474 drivers/tty/serial/owl-uart.c 	.type = owl_uart_type,
type              691 drivers/tty/serial/owl-uart.c 	owl_port->port.type = PORT_OWL;
type             1468 drivers/tty/serial/pch_uart.c static void pch_uart_config_port(struct uart_port *port, int type)
type             1473 drivers/tty/serial/pch_uart.c 	if (type & UART_CONFIG_TYPE) {
type             1474 drivers/tty/serial/pch_uart.c 		port->type = priv->port_type;
type             1601 drivers/tty/serial/pch_uart.c 	.type = pch_uart_type,
type              196 drivers/tty/serial/pic32_uart.c 	return (port->type == PORT_PIC32) ? PIC32_DEV_NAME : NULL;
type              653 drivers/tty/serial/pic32_uart.c 		port->type = PORT_PIC32;
type              661 drivers/tty/serial/pic32_uart.c 	if (port->type != PORT_PIC32)
type              685 drivers/tty/serial/pic32_uart.c 	.type		= pic32_uart_type,
type             1379 drivers/tty/serial/pmac_zilog.c 	.type		=	pmz_type,
type             1498 drivers/tty/serial/pmac_zilog.c 	uap->port.type = PORT_PMAC_ZILOG;
type             1718 drivers/tty/serial/pmac_zilog.c 	uap->port.type     = PORT_PMAC_ZILOG;
type              563 drivers/tty/serial/pnx8xxx_uart.c 	return sport->port.type == PORT_PNX8XXX ? "PNX8XXX" : NULL;
type              598 drivers/tty/serial/pnx8xxx_uart.c 		sport->port.type = PORT_PNX8XXX;
type              613 drivers/tty/serial/pnx8xxx_uart.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_PNX8XXX)
type              642 drivers/tty/serial/pnx8xxx_uart.c 	.type		= pnx8xxx_type,
type              574 drivers/tty/serial/pxa.c 	up->port.type = PORT_PXA;
type              774 drivers/tty/serial/pxa.c 	.type		= serial_pxa_type,
type              873 drivers/tty/serial/pxa.c 	sport->port.type = PORT_PXA;
type              213 drivers/tty/serial/qcom_geni_serial.c 		uport->type = PORT_MSM;
type             1232 drivers/tty/serial/qcom_geni_serial.c 	.type = qcom_geni_serial_get_type,
type             1252 drivers/tty/serial/qcom_geni_serial.c 	.type = qcom_geni_serial_get_type,
type              484 drivers/tty/serial/rda-uart.c 	return (port->type == PORT_RDA) ? "rda-uart" : NULL;
type              515 drivers/tty/serial/rda-uart.c 		port->type = PORT_RDA;
type              550 drivers/tty/serial/rda-uart.c 	if (port->type != PORT_RDA)
type              569 drivers/tty/serial/rda-uart.c 	.type           = rda_uart_type,
type              759 drivers/tty/serial/rda-uart.c 	rda_port->port.type = PORT_RDA;
type              550 drivers/tty/serial/rp2.c 	return (port->type == PORT_RP2) ? "RocketPort 2 UART" : NULL;
type              567 drivers/tty/serial/rp2.c 		port->type = PORT_RP2;
type              573 drivers/tty/serial/rp2.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_RP2)
type              591 drivers/tty/serial/rp2.c 	.type		= rp2_uart_type,
type              695 drivers/tty/serial/rp2.c 		p->type = PORT_RP2;
type              529 drivers/tty/serial/sa1100.c 	return sport->port.type == PORT_SA1100 ? "SA1100" : NULL;
type              565 drivers/tty/serial/sa1100.c 		sport->port.type = PORT_SA1100;
type              580 drivers/tty/serial/sa1100.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_SA1100)
type              609 drivers/tty/serial/sa1100.c 	.type		= sa1100_type,
type              116 drivers/tty/serial/samsung.c 	return to_ourport(port)->info->type == PORT_S3C6400;
type             1421 drivers/tty/serial/samsung.c 	switch (port->type) {
type             1454 drivers/tty/serial/samsung.c 		port->type = info->type;
type             1465 drivers/tty/serial/samsung.c 	if (ser->type != PORT_UNKNOWN && ser->type != info->type)
type             1506 drivers/tty/serial/samsung.c 	.type		= s3c24xx_serial_type,
type             1596 drivers/tty/serial/samsung.c 	if (info->type == PORT_S3C2440)
type             2256 drivers/tty/serial/samsung.c 		.type		= PORT_S3C2410,
type             2283 drivers/tty/serial/samsung.c 		.type		= PORT_S3C2412,
type             2312 drivers/tty/serial/samsung.c 		.type		= PORT_S3C2440,
type             2340 drivers/tty/serial/samsung.c 		.type		= PORT_S3C6400,
type             2368 drivers/tty/serial/samsung.c 		.type		= PORT_S3C6400,
type             2396 drivers/tty/serial/samsung.c 		.type		= PORT_S3C6400,			\
type               16 drivers/tty/serial/samsung.h 	unsigned int		type;
type              734 drivers/tty/serial/sb1250-duart.c 		uport->type = PORT_SB1250_DUART;
type              744 drivers/tty/serial/sb1250-duart.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_SB1250_DUART)
type              766 drivers/tty/serial/sb1250-duart.c 	.type		= sbd_type,
type             1070 drivers/tty/serial/sc16is7xx.c 	return (port->type == PORT_SC16IS7XX) ? s->devtype->name : NULL;
type             1082 drivers/tty/serial/sc16is7xx.c 		port->type = PORT_SC16IS7XX;
type             1088 drivers/tty/serial/sc16is7xx.c 	if ((s->type != PORT_UNKNOWN) && (s->type != PORT_SC16IS7XX))
type             1118 drivers/tty/serial/sc16is7xx.c 	.type		= sc16is7xx_type,
type             1261 drivers/tty/serial/sc16is7xx.c 		s->p[i].port.type	= PORT_SC16IS7XX;
type              786 drivers/tty/serial/sccnxp.c 	return (port->type == PORT_SC26XX) ? s->chip->name : NULL;
type              803 drivers/tty/serial/sccnxp.c 		port->type = PORT_SC26XX;
type              808 drivers/tty/serial/sccnxp.c 	if ((s->type == PORT_UNKNOWN) || (s->type == PORT_SC26XX))
type              827 drivers/tty/serial/sccnxp.c 	.type		= sccnxp_type,
type              994 drivers/tty/serial/sccnxp.c 		s->port[i].type		= PORT_SC26XX;
type             1401 drivers/tty/serial/serial-tegra.c 	.type		= tegra_uart_type,
type             1576 drivers/tty/serial/serial-tegra.c 	u->type = PORT_TEGRA;
type              189 drivers/tty/serial/serial_core.c 	if (uport->type == PORT_UNKNOWN)
type              511 drivers/tty/serial/serial_core.c 	if (!tty || uport->type == PORT_UNKNOWN)
type              771 drivers/tty/serial/serial_core.c 	retinfo->type	    = uport->type;
type              844 drivers/tty/serial/serial_core.c 		    new_info->type != uport->type);
type              905 drivers/tty/serial/serial_core.c 		old_type = uport->type;
type              917 drivers/tty/serial/serial_core.c 		uport->type = new_info->type;
type              926 drivers/tty/serial/serial_core.c 		if (uport->type != PORT_UNKNOWN && uport->ops->request_port) {
type              939 drivers/tty/serial/serial_core.c 			uport->type = old_type;
type              952 drivers/tty/serial/serial_core.c 					uport->type = PORT_UNKNOWN;
type              980 drivers/tty/serial/serial_core.c 	if (uport->type == PORT_UNKNOWN)
type             1114 drivers/tty/serial/serial_core.c 	if (uport->type != PORT_UNKNOWN && uport->ops->break_ctl)
type             1153 drivers/tty/serial/serial_core.c 		if (uport->type != PORT_UNKNOWN && uport->ops->release_port)
type             1598 drivers/tty/serial/serial_core.c 	if (port->type == PORT_UNKNOWN || port->fifosize == 0) {
type             1807 drivers/tty/serial/serial_core.c 	if (port->ops->type)
type             1808 drivers/tty/serial/serial_core.c 		str = port->ops->type(port);
type             1841 drivers/tty/serial/serial_core.c 	if (uport->type == PORT_UNKNOWN) {
type             2349 drivers/tty/serial/serial_core.c 			port->type = PORT_UNKNOWN;
type             2355 drivers/tty/serial/serial_core.c 	if (port->type != PORT_UNKNOWN) {
type             2544 drivers/tty/serial/serial_core.c 	normal->type		= TTY_DRIVER_TYPE_SERIAL;
type             2624 drivers/tty/serial/serial_core.c 	return snprintf(buf, PAGE_SIZE, "%d\n", tmp.type);
type             2742 drivers/tty/serial/serial_core.c static DEVICE_ATTR(type, S_IRUSR | S_IRGRP, uart_get_attr_type, NULL);
type             2940 drivers/tty/serial/serial_core.c 	if (uport->type != PORT_UNKNOWN && uport->ops->release_port)
type             2948 drivers/tty/serial/serial_core.c 	uport->type = PORT_UNKNOWN;
type              828 drivers/tty/serial/serial_txx9.c 	port->type = PORT_TXX9;
type              856 drivers/tty/serial/serial_txx9.c 	.type		= serial_txx9_type,
type             1071 drivers/tty/serial/serial_txx9.c 	uart->port.type = PORT_UNKNOWN;
type             1133 drivers/tty/serial/serial_txx9.c 		if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev)
type             1147 drivers/tty/serial/serial_txx9.c 		if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev)
type              579 drivers/tty/serial/sh-sci.c 	if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) {
type              596 drivers/tty/serial/sh-sci.c 	if (!s->chan_tx || port->type == PORT_SCIFA || port->type == PORT_SCIFB) {
type              610 drivers/tty/serial/sh-sci.c 	if (port->type == PORT_SCIFA || port->type == PORT_SCIFB)
type              624 drivers/tty/serial/sh-sci.c 	if (port->type == PORT_SCIFA || port->type == PORT_SCIFB)
type              636 drivers/tty/serial/sh-sci.c 	if (port->type == PORT_SCIFA || port->type == PORT_SCIFB)
type              646 drivers/tty/serial/sh-sci.c 	if (port->type == PORT_SCI) {
type              717 drivers/tty/serial/sh-sci.c 	if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) {
type              868 drivers/tty/serial/sh-sci.c 		if (port->type == PORT_SCI) {
type              878 drivers/tty/serial/sh-sci.c 				if (port->type == PORT_SCIF ||
type              879 drivers/tty/serial/sh-sci.c 				    port->type == PORT_HSCIF) {
type             1040 drivers/tty/serial/sh-sci.c 	switch (port->type) {
type             1125 drivers/tty/serial/sh-sci.c 	if (port->type == PORT_SCIFA || port->type == PORT_SCIFB)
type             1141 drivers/tty/serial/sh-sci.c 	if (port->type == PORT_HSCIF)
type             1163 drivers/tty/serial/sh-sci.c 	if (port->type == PORT_HSCIF) {
type             1205 drivers/tty/serial/sh-sci.c 		if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) {
type             1279 drivers/tty/serial/sh-sci.c 	if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) {
type             1520 drivers/tty/serial/sh-sci.c 	if (port->type == PORT_SCIFA || port->type == PORT_SCIFB)
type             1647 drivers/tty/serial/sh-sci.c 		if (port->type == PORT_SCIFA || port->type == PORT_SCIFB)
type             1700 drivers/tty/serial/sh-sci.c 		if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) {
type             1782 drivers/tty/serial/sh-sci.c 	if (port->type == PORT_SCI) {
type             1999 drivers/tty/serial/sh-sci.c 	if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) {
type             2026 drivers/tty/serial/sh-sci.c 	if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) {
type             2079 drivers/tty/serial/sh-sci.c 		if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) {
type             2218 drivers/tty/serial/sh-sci.c 	if (s->port.type != PORT_HSCIF)
type             2245 drivers/tty/serial/sh-sci.c 	if (s->port.type != PORT_HSCIF)
type             2278 drivers/tty/serial/sh-sci.c 	if (s->port.type != PORT_HSCIF)
type             2363 drivers/tty/serial/sh-sci.c 			if (port->type == PORT_SCIFA ||
type             2364 drivers/tty/serial/sh-sci.c 			    port->type == PORT_SCIFB)
type             2420 drivers/tty/serial/sh-sci.c 	if (s->clk_rates[SCI_SCK] && port->type != PORT_SCIFA &&
type             2421 drivers/tty/serial/sh-sci.c 	    port->type != PORT_SCIFB) {
type             2521 drivers/tty/serial/sh-sci.c 		if (port->type == PORT_SCIFA || port->type == PORT_SCIFB)
type             2605 drivers/tty/serial/sh-sci.c 	    (port->type == PORT_SCIFA || port->type == PORT_SCIFB)) {
type             2660 drivers/tty/serial/sh-sci.c 	switch (port->type) {
type             2745 drivers/tty/serial/sh-sci.c 		port->type = sport->cfg->type;
type             2773 drivers/tty/serial/sh-sci.c 	.type		= sci_type,
type             2795 drivers/tty/serial/sh-sci.c 	if (sci_port->cfg->type == PORT_HSCIF)
type             2849 drivers/tty/serial/sh-sci.c 	switch (cfg->type) {
type             2929 drivers/tty/serial/sh-sci.c 	switch (p->type) {
type             2972 drivers/tty/serial/sh-sci.c 	port->type		= p->type;
type             2976 drivers/tty/serial/sh-sci.c 	if (port->type == PORT_SCI) {
type             3157 drivers/tty/serial/sh-sci.c 	unsigned int type = port->port.type;	/* uart_remove_... clears it */
type             3166 drivers/tty/serial/sh-sci.c 	if (type == PORT_SCIFA || type == PORT_SCIFB || type == PORT_HSCIF)
type             3173 drivers/tty/serial/sh-sci.c #define SCI_OF_DATA(type, regtype)	(void *)((type) << 16 | (regtype))
type             3254 drivers/tty/serial/sh-sci.c 	p->type = SCI_OF_TYPE(data);
type             3357 drivers/tty/serial/sh-sci.c 	if (sp->port.type == PORT_SCIFA || sp->port.type == PORT_SCIFB ||
type             3358 drivers/tty/serial/sh-sci.c 	    sp->port.type == PORT_HSCIF) {
type             3432 drivers/tty/serial/sh-sci.c 				      int type)
type             3439 drivers/tty/serial/sh-sci.c 	device->port.type = type;
type             3441 drivers/tty/serial/sh-sci.c 	port_cfg.type = type;
type              161 drivers/tty/serial/sh-sci.h #define SCxSR_TEND(port)	(((port)->type == PORT_SCI) ? SCI_TEND   : SCIF_TEND)
type              162 drivers/tty/serial/sh-sci.h #define SCxSR_RDxF(port)	(((port)->type == PORT_SCI) ? SCI_RDRF   : SCIF_DR | SCIF_RDF)
type              163 drivers/tty/serial/sh-sci.h #define SCxSR_TDxE(port)	(((port)->type == PORT_SCI) ? SCI_TDRE   : SCIF_TDFE)
type              164 drivers/tty/serial/sh-sci.h #define SCxSR_FER(port)		(((port)->type == PORT_SCI) ? SCI_FER    : SCIF_FER)
type              165 drivers/tty/serial/sh-sci.h #define SCxSR_PER(port)		(((port)->type == PORT_SCI) ? SCI_PER    : SCIF_PER)
type              166 drivers/tty/serial/sh-sci.h #define SCxSR_BRK(port)		(((port)->type == PORT_SCI) ? 0x00       : SCIF_BRK)
type              171 drivers/tty/serial/sh-sci.h 	(((port)->type == PORT_SCI) ? SCI_RDxF_CLEAR : SCIF_RDxF_CLEAR)
type              175 drivers/tty/serial/sh-sci.h 	(((port)->type == PORT_SCI) ? SCI_TDxE_CLEAR : SCIF_TDxE_CLEAR)
type              177 drivers/tty/serial/sh-sci.h 	(((port)->type == PORT_SCI) ? SCI_BREAK_CLEAR : SCIF_BREAK_CLEAR)
type              698 drivers/tty/serial/sifive.c 	ssp->port.type = PORT_SIFIVE_V0;
type              709 drivers/tty/serial/sifive.c 	return port->type == PORT_SIFIVE_V0 ? "SiFive UART v0" : NULL;
type              876 drivers/tty/serial/sifive.c 	.type		= sifive_serial_type,
type              934 drivers/tty/serial/sifive.c 	ssp->port.type = PORT_SIFIVE_V0;
type             1037 drivers/tty/serial/sirfsoc_uart.c 	return port->type == SIRFSOC_PORT_TYPE ? SIRFUART_PORT_NAME : NULL;
type             1058 drivers/tty/serial/sirfsoc_uart.c 		port->type = SIRFSOC_PORT_TYPE;
type             1076 drivers/tty/serial/sirfsoc_uart.c 	.type		= sirfsoc_uart_type,
type              895 drivers/tty/serial/sprd_serial.c 		port->type = PORT_SPRD;
type              900 drivers/tty/serial/sprd_serial.c 	if (ser->type != PORT_SPRD)
type              936 drivers/tty/serial/sprd_serial.c 	.type = sprd_type,
type             1193 drivers/tty/serial/sprd_serial.c 	up->type = PORT_SPRD;
type              643 drivers/tty/serial/st-asc.c 	return (port->type == PORT_ASC) ? DRIVER_NAME : NULL;
type              662 drivers/tty/serial/st-asc.c 		port->type = PORT_ASC;
type              708 drivers/tty/serial/st-asc.c 	.type		= asc_type,
type              849 drivers/tty/serial/stm32-usart.c 	return (port->type == PORT_STM32) ? DRIVER_NAME : NULL;
type              864 drivers/tty/serial/stm32-usart.c 		port->type = PORT_STM32;
type              910 drivers/tty/serial/stm32-usart.c 	.type		= stm32_type,
type              390 drivers/tty/serial/sunhv.c 	.type		= sunhv_type,
type              557 drivers/tty/serial/sunhv.c 	port->type = PORT_SUNHV;
type               64 drivers/tty/serial/sunsab.c 	int				type;		/* SAB82532 version	*/
type              801 drivers/tty/serial/sunsab.c 	sprintf(buf, "SAB82532 %s", sab82532_version[up->type]);
type              835 drivers/tty/serial/sunsab.c 	.type		= sunsab_type,
type              892 drivers/tty/serial/sunsab.c 	if (up->port.type != PORT_SUNSAB)
type              992 drivers/tty/serial/sunsab.c 	up->port.type = PORT_SUNSAB;
type              995 drivers/tty/serial/sunsab.c 	up->type = readb(&up->regs->r.vstr) & 0x0f;
type              216 drivers/tty/serial/sunsu.c 	if (up->port.type == PORT_RSA) {
type              238 drivers/tty/serial/sunsu.c 	if (up->port.type == PORT_RSA &&
type              276 drivers/tty/serial/sunsu.c 	if (up->port.type == PORT_16C950) {
type              295 drivers/tty/serial/sunsu.c 	if (up->port.type == PORT_16C950 && up->acr & UART_ACR_TXDIS) {
type              626 drivers/tty/serial/sunsu.c 	if (up->port.type == PORT_16C950) {
type              651 drivers/tty/serial/sunsu.c 	if (uart_config[up->port.type].flags & UART_CLEAR_FIFO) {
type              818 drivers/tty/serial/sunsu.c 	if ((quot & 0xff) == 0 && up->port.type == PORT_16C950 &&
type              822 drivers/tty/serial/sunsu.c 	if (uart_config[up->port.type].flags & UART_USE_FIFO) {
type              826 drivers/tty/serial/sunsu.c 		else if (up->port.type == PORT_RSA)
type              832 drivers/tty/serial/sunsu.c 	if (up->port.type == PORT_16750)
type              883 drivers/tty/serial/sunsu.c 	if (uart_config[up->port.type].flags & UART_STARTECH) {
type              890 drivers/tty/serial/sunsu.c 	if (up->port.type == PORT_16750)
type              894 drivers/tty/serial/sunsu.c 	if (up->port.type != PORT_16750) {
type              942 drivers/tty/serial/sunsu.c 		port->type = up->type_probed;	/* XXX */
type              955 drivers/tty/serial/sunsu.c 	int type = port->type;
type              957 drivers/tty/serial/sunsu.c 	if (type >= ARRAY_SIZE(uart_config))
type              958 drivers/tty/serial/sunsu.c 		type = 0;
type              959 drivers/tty/serial/sunsu.c 	return uart_config[type].name;
type              974 drivers/tty/serial/sunsu.c 	.type		= sunsu_type,
type             1105 drivers/tty/serial/sunsu.c 			up->port.type = PORT_16450;
type             1108 drivers/tty/serial/sunsu.c 			up->port.type = PORT_UNKNOWN;
type             1111 drivers/tty/serial/sunsu.c 			up->port.type = PORT_16550;
type             1114 drivers/tty/serial/sunsu.c 			up->port.type = PORT_16550A;
type             1117 drivers/tty/serial/sunsu.c 	if (up->port.type == PORT_16550A) {
type             1121 drivers/tty/serial/sunsu.c 			up->port.type = PORT_16650;
type             1125 drivers/tty/serial/sunsu.c 				up->port.type = PORT_16650V2;
type             1128 drivers/tty/serial/sunsu.c 	if (up->port.type == PORT_16550A) {
type             1147 drivers/tty/serial/sunsu.c 				up->port.type = PORT_16750;
type             1152 drivers/tty/serial/sunsu.c 	if (up->port.type == PORT_16450) {
type             1161 drivers/tty/serial/sunsu.c 			up->port.type = PORT_8250;
type             1164 drivers/tty/serial/sunsu.c 	up->port.fifosize = uart_config[up->port.type].dfl_xmit_fifo_size;
type             1166 drivers/tty/serial/sunsu.c 	if (up->port.type == PORT_UNKNOWN)
type             1168 drivers/tty/serial/sunsu.c 	up->type_probed = up->port.type;	/* XXX */
type             1174 drivers/tty/serial/sunsu.c 	if (up->port.type == PORT_RSA)
type             1213 drivers/tty/serial/sunsu.c 	if (up->port.type == PORT_UNKNOWN)
type             1226 drivers/tty/serial/sunsu.c 	serio->id.type = SERIO_RS232;
type             1441 drivers/tty/serial/sunsu.c 	enum su_type type;
type             1445 drivers/tty/serial/sunsu.c 	type = su_get_type(dp);
type             1446 drivers/tty/serial/sunsu.c 	if (type == SU_PORT_PORT) {
type             1460 drivers/tty/serial/sunsu.c 	up->su_type = type;
type             1467 drivers/tty/serial/sunsu.c 		if (type != SU_PORT_PORT)
type             1476 drivers/tty/serial/sunsu.c 	up->port.type = PORT_UNKNOWN;
type             1500 drivers/tty/serial/sunsu.c 	if (up->port.type == PORT_UNKNOWN)
type             1542 drivers/tty/serial/sunsu.c 	} else if (up->port.type != PORT_UNKNOWN)
type             1566 drivers/tty/serial/sunsu.c 		.type = "serial",
type             1062 drivers/tty/serial/sunzilog.c 	.type		=	sunzilog_type,
type             1227 drivers/tty/serial/sunzilog.c 	if (up->port.type != PORT_SUNZILOG)
type             1311 drivers/tty/serial/sunzilog.c 	serio->id.type = SERIO_RS232;
type             1442 drivers/tty/serial/sunzilog.c 	up[0].port.type = PORT_SUNZILOG;
type             1459 drivers/tty/serial/sunzilog.c 	up[1].port.type = PORT_SUNZILOG;
type              236 drivers/tty/serial/tegra-tcu.c 	port->type = PORT_TEGRA_TCU;
type              309 drivers/tty/serial/timbuart.c 	return port->type == PORT_UNKNOWN ? "timbuart" : NULL;
type              373 drivers/tty/serial/timbuart.c 		port->type = PORT_TIMBUART;
type              397 drivers/tty/serial/timbuart.c 	.type = timbuart_type,
type              340 drivers/tty/serial/uartlite.c 	return port->type == PORT_UARTLITE ? "uartlite" : NULL;
type              384 drivers/tty/serial/uartlite.c 		port->type = PORT_UARTLITE;
type              434 drivers/tty/serial/uartlite.c 	.type		= ulite_type,
type              655 drivers/tty/serial/uartlite.c 	port->type = PORT_UNKNOWN;
type             1044 drivers/tty/serial/ucc_uart.c 		port->type = PORT_CPM;
type             1071 drivers/tty/serial/ucc_uart.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM)
type             1097 drivers/tty/serial/ucc_uart.c 	.type   	= qe_uart_type,
type             1476 drivers/tty/serial/ucc_uart.c 		.type = "serial",
type              147 drivers/tty/serial/vr41xx_siu.c 	switch (port->type) {
type              169 drivers/tty/serial/vr41xx_siu.c 	switch (port->type) {
type              455 drivers/tty/serial/vr41xx_siu.c 	if (port->type == PORT_VR41XX_DSIU)
type              496 drivers/tty/serial/vr41xx_siu.c 	if (port->type == PORT_VR41XX_DSIU)
type              588 drivers/tty/serial/vr41xx_siu.c 		switch (port->type) {
type              598 drivers/tty/serial/vr41xx_siu.c 		switch (port->type) {
type              652 drivers/tty/serial/vr41xx_siu.c 		port->type = siu_check_type(port);
type              659 drivers/tty/serial/vr41xx_siu.c 	if (port->type != PORT_VR41XX_SIU && port->type != PORT_VR41XX_DSIU)
type              684 drivers/tty/serial/vr41xx_siu.c 	.type		= siu_type,
type              695 drivers/tty/serial/vr41xx_siu.c 	int *type = dev_get_platdata(&pdev->dev);
type              698 drivers/tty/serial/vr41xx_siu.c 	if (!type)
type              703 drivers/tty/serial/vr41xx_siu.c 		port->type = type[i];
type              704 drivers/tty/serial/vr41xx_siu.c 		if (port->type == PORT_UNKNOWN)
type              790 drivers/tty/serial/vr41xx_siu.c 	if (port->type == PORT_VR41XX_SIU)
type              830 drivers/tty/serial/vr41xx_siu.c 	if (port->type == PORT_UNKNOWN)
type              834 drivers/tty/serial/vr41xx_siu.c 	siu_uart_ports[port->line].type = port->type;
type              913 drivers/tty/serial/vr41xx_siu.c 		if ((port->type == PORT_VR41XX_SIU ||
type              914 drivers/tty/serial/vr41xx_siu.c 		     port->type == PORT_VR41XX_DSIU) && port->dev == &dev->dev)
type              929 drivers/tty/serial/vr41xx_siu.c 		if ((port->type == PORT_VR41XX_SIU ||
type              930 drivers/tty/serial/vr41xx_siu.c 		     port->type == PORT_VR41XX_DSIU) && port->dev == &dev->dev)
type              461 drivers/tty/serial/vt8500_serial.c 	port->type = PORT_VT8500;
type              467 drivers/tty/serial/vt8500_serial.c 	if (unlikely(ser->type != PORT_UNKNOWN && ser->type != PORT_VT8500))
type              599 drivers/tty/serial/vt8500_serial.c 	.type		= vt8500_type,
type              697 drivers/tty/serial/vt8500_serial.c 	vt8500_port->uart.type = PORT_VT8500;
type              927 drivers/tty/serial/xilinx_uartps.c 	return port->type == PORT_XUARTPS ? CDNS_UART_NAME : NULL;
type              940 drivers/tty/serial/xilinx_uartps.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_XUARTPS)
type              999 drivers/tty/serial/xilinx_uartps.c 		port->type = PORT_XUARTPS;
type             1111 drivers/tty/serial/xilinx_uartps.c 	.type		= cdns_uart_type,
type             1530 drivers/tty/serial/xilinx_uartps.c 	port->type	= PORT_UNKNOWN;
type             1028 drivers/tty/serial/zs.c 		uport->type = PORT_ZS;
type             1039 drivers/tty/serial/zs.c 	if (ser->type != PORT_UNKNOWN && ser->type != PORT_ZS)
type             1062 drivers/tty/serial/zs.c 	.type		= zs_type,
type             4305 drivers/tty/synclink.c 	serial_driver->type = TTY_DRIVER_TYPE_SERIAL;
type             7758 drivers/tty/synclink.c 	switch(ifr->ifr_settings.type) {
type             7761 drivers/tty/synclink.c 		ifr->ifr_settings.type = IF_IFACE_SYNC_SERIAL;
type             1604 drivers/tty/synclink_gt.c 	switch(ifr->ifr_settings.type) {
type             1607 drivers/tty/synclink_gt.c 		ifr->ifr_settings.type = IF_IFACE_SYNC_SERIAL;
type             3770 drivers/tty/synclink_gt.c 	serial_driver->type = TTY_DRIVER_TYPE_SERIAL;
type             1728 drivers/tty/synclinkmp.c 	switch(ifr->ifr_settings.type) {
type             1731 drivers/tty/synclinkmp.c 		ifr->ifr_settings.type = IF_IFACE_SYNC_SERIAL;
type             3968 drivers/tty/synclinkmp.c 	serial_driver->type = TTY_DRIVER_TYPE_SERIAL;
type              865 drivers/tty/sysrq.c 			 unsigned int type, unsigned int code, int value)
type              877 drivers/tty/sysrq.c 	switch (type) {
type              215 drivers/tty/tty_audit.c 	if (tty->driver->type == TTY_DRIVER_TYPE_PTY
type              292 drivers/tty/tty_io.c 	if (tty->driver->type == TTY_DRIVER_TYPE_PTY &&
type             1264 drivers/tty/tty_io.c 	if (driver->type == TTY_DRIVER_TYPE_PTY &&
type             1667 drivers/tty/tty_io.c 	if (tty->driver->type == TTY_DRIVER_TYPE_PTY &&
type             2078 drivers/tty/tty_io.c 		 (tty->driver->type == TTY_DRIVER_TYPE_PTY &&
type             2132 drivers/tty/tty_io.c 		enum pid_type type;
type             2138 drivers/tty/tty_io.c 			type = PIDTYPE_PGID;
type             2141 drivers/tty/tty_io.c 			type = PIDTYPE_TGID;
type             2145 drivers/tty/tty_io.c 		__f_setown(filp, pid, type, 0);
type             2526 drivers/tty/tty_io.c 	if (tty->driver->type == TTY_DRIVER_TYPE_PTY &&
type             2677 drivers/tty/tty_io.c         compat_int_t    type;
type             3121 drivers/tty/tty_io.c 	if (driver->type == TTY_DRIVER_TYPE_PTY)
type              319 drivers/tty/tty_ioctl.c 	WARN_ON(tty->driver->type == TTY_DRIVER_TYPE_PTY &&
type              718 drivers/tty/tty_ioctl.c 	if (tty->driver->type == TTY_DRIVER_TYPE_PTY &&
type              266 drivers/tty/tty_jobctrl.c 		if (on_exit && tty->driver->type != TTY_DRIVER_TYPE_PTY) {
type               79 drivers/tty/ttynull.c 	driver->type = TTY_DRIVER_TYPE_CONSOLE;
type              343 drivers/tty/vcc.c 		       pkt.tag.type, pkt.tag.stype,
type              346 drivers/tty/vcc.c 		if (pkt.tag.type == VIO_TYPE_DATA) {
type              352 drivers/tty/vcc.c 			       pkt.tag.type, pkt.tag.stype,
type              410 drivers/tty/vcc.c 	pkt->tag.type = VIO_TYPE_DATA;
type              506 drivers/tty/vcc.c 	pkt.tag.type = VIO_TYPE_CTRL;
type              726 drivers/tty/vcc.c 		.type = "vcc-port",
type              861 drivers/tty/vcc.c 	pkt->tag.type = VIO_TYPE_DATA;
type              875 drivers/tty/vcc.c 		vccdbg("TAG [%02x:%02x:%04x:%08x]\n", pkt->tag.type,
type             1086 drivers/tty/vcc.c 	vcc_tty_driver->type = TTY_DRIVER_TYPE_SYSTEM;
type             1357 drivers/tty/vt/keyboard.c 	unsigned char type;
type             1451 drivers/tty/vt/keyboard.c 	type = KTYP(keysym);
type             1453 drivers/tty/vt/keyboard.c 	if (type < 0xf0) {
type             1463 drivers/tty/vt/keyboard.c 	type -= 0xf0;
type             1465 drivers/tty/vt/keyboard.c 	if (type == KT_LETTER) {
type             1466 drivers/tty/vt/keyboard.c 		type = KT_LATIN;
type             1480 drivers/tty/vt/keyboard.c 	if ((raw_mode || kbd->kbdmode == VC_OFF) && type != KT_SPEC && type != KT_SHIFT)
type             1483 drivers/tty/vt/keyboard.c 	(*k_handler[type])(vc, keysym & 0xff, !down);
type             1488 drivers/tty/vt/keyboard.c 	if (type != KT_SLOCK)
type              872 drivers/tty/vt/vt.c 	u32 type = vc->vc_cursor_type;
type              874 drivers/tty/vt/vt.c 	if (! (type & 0x10)) return;
type              877 drivers/tty/vt/vt.c 	i |= ((type >> 8) & 0xff00 );
type              878 drivers/tty/vt/vt.c 	i ^= ((type) & 0xff00 );
type              879 drivers/tty/vt/vt.c 	if ((type & 0x20) && ((softcursor_original & 0x7000) == (i & 0x7000))) i ^= 0x7000;
type              880 drivers/tty/vt/vt.c 	if ((type & 0x40) && ((i & 0x700) == ((i & 0x7000) >> 4))) i ^= 0x0700;
type             3054 drivers/tty/vt/vt.c 	char type, data;
type             3061 drivers/tty/vt/vt.c 	if (get_user(type, p))
type             3065 drivers/tty/vt/vt.c 	switch (type)
type             3484 drivers/tty/vt/vt.c 	console_driver->type = TTY_DRIVER_TYPE_CONSOLE;
type              206 drivers/uio/uio_fsl_elbc_gpcm.c 				   const char *type)
type              209 drivers/uio/uio_fsl_elbc_gpcm.c 	if (strcmp(type, "netx5152") == 0) {
type              255 drivers/uio/uio_fsl_elbc_gpcm.c 	const char *type;
type              288 drivers/uio/uio_fsl_elbc_gpcm.c 	if (of_property_read_string(node, "device_type", &type) == 0)
type              289 drivers/uio/uio_fsl_elbc_gpcm.c 		setup_periph(priv, type);
type              814 drivers/usb/atm/cxacru.c 	printk(KERN_INFO "%s%d: %s %pM\n", atm_dev->type, atm_dev->number,
type              556 drivers/usb/atm/ueagle-atm.c #define UPDATE_ATM_STAT(type, val) \
type              559 drivers/usb/atm/ueagle-atm.c 			sc->usbatm->atm_dev->type = val; \
type               16 drivers/usb/atm/xusbatm.c #define XUSBATM_PARM(name, type, parmtype, desc) \
type               17 drivers/usb/atm/xusbatm.c 	static type name[XUSBATM_DRIVERS_MAX]; \
type              235 drivers/usb/c67x00/c67x00-sched.c 	int type;
type              267 drivers/usb/c67x00/c67x00-sched.c 	type = usb_pipetype(urb->pipe);
type              269 drivers/usb/c67x00/c67x00-sched.c 		list_add(&ep_data->node, &c67x00->list[type]);
type              273 drivers/usb/c67x00/c67x00-sched.c 		list_for_each_entry(prev, &c67x00->list[type], node) {
type              776 drivers/usb/c67x00/c67x00-sched.c static void c67x00_fill_from_list(struct c67x00_hcd *c67x00, int type,
type              783 drivers/usb/c67x00/c67x00-sched.c 	list_for_each_entry(ep_data, &c67x00->list[type], node) {
type              119 drivers/usb/cdns3/debug.h 	trb_per_sector = GET_TRBS_PER_SEGMENT(priv_ep->type);
type              889 drivers/usb/cdns3/ep0.c 	priv_ep->type = USB_ENDPOINT_XFER_CONTROL;
type              163 drivers/usb/cdns3/gadget.c 	switch (priv_ep->type) {
type              383 drivers/usb/cdns3/gadget.c 	if (!priv_ep->dir && priv_ep->type != USB_ENDPOINT_XFER_ISOC) { \
type              830 drivers/usb/cdns3/gadget.c 	if (priv_ep->type == USB_ENDPOINT_XFER_ISOC)
type              882 drivers/usb/cdns3/gadget.c 		if (priv_ep->type == USB_ENDPOINT_XFER_ISOC ||
type              930 drivers/usb/cdns3/gadget.c 		if (priv_ep->type == USB_ENDPOINT_XFER_ISOC  && !priv_ep->dir) {
type              987 drivers/usb/cdns3/gadget.c 		if (priv_ep->type == USB_ENDPOINT_XFER_ISOC  && !priv_ep->dir &&
type             1109 drivers/usb/cdns3/gadget.c 	if (TRBS_PER_SEGMENT == 2 && priv_ep->type != USB_ENDPOINT_XFER_ISOC) {
type             1176 drivers/usb/cdns3/gadget.c 		if (priv_ep->type != USB_ENDPOINT_XFER_ISOC &&
type             1240 drivers/usb/cdns3/gadget.c 		if (priv_ep->type == USB_ENDPOINT_XFER_ISOC &&
type             1534 drivers/usb/cdns3/gadget.c 		if (priv_ep->type != USB_ENDPOINT_XFER_ISOC) {
type             1541 drivers/usb/cdns3/gadget.c 		if (priv_ep->type == USB_ENDPOINT_XFER_ISOC && !priv_ep->dir)
type             1554 drivers/usb/cdns3/gadget.c 	bool is_iso_ep = (priv_ep->type == USB_ENDPOINT_XFER_ISOC);
type             1568 drivers/usb/cdns3/gadget.c 	switch (priv_ep->type) {
type             1600 drivers/usb/cdns3/gadget.c 		if (priv_ep->type == USB_ENDPOINT_XFER_ISOC) {
type             1715 drivers/usb/cdns3/gadget.c 	priv_ep->type = usb_endpoint_type(desc);
type             1802 drivers/usb/cdns3/gadget.c 	priv_ep->type = usb_endpoint_type(desc);
type             1806 drivers/usb/cdns3/gadget.c 	    priv_ep->type == USB_ENDPOINT_XFER_ISOC) {
type             1853 drivers/usb/cdns3/gadget.c 	if (priv_ep->type == USB_ENDPOINT_XFER_ISOC  && !priv_ep->dir)
type             1151 drivers/usb/cdns3/gadget.h 	u8			type;
type              331 drivers/usb/cdns3/trace.h 		__field(u32, type)
type              339 drivers/usb/cdns3/trace.h 		__entry->type = usb_endpoint_type(priv_ep->endpoint.desc);
type               90 drivers/usb/chipidea/ci.h 	u8					type;
type              135 drivers/usb/chipidea/udc.c static int hw_ep_enable(struct ci_hdrc *ci, int num, int dir, int type)
type              141 drivers/usb/chipidea/udc.c 		data  = type << __ffs(mask);
type              150 drivers/usb/chipidea/udc.c 		data  = type << __ffs(mask);
type              360 drivers/usb/chipidea/udc.c 	if (hwep->type == USB_ENDPOINT_XFER_ISOC && hwep->dir == TX) {
type              500 drivers/usb/chipidea/udc.c 	if (hwep->type == USB_ENDPOINT_XFER_ISOC && hwep->dir == RX) {
type              510 drivers/usb/chipidea/udc.c 			   hwep->type == USB_ENDPOINT_XFER_CONTROL);
type              536 drivers/usb/chipidea/udc.c 				hwep->type == USB_ENDPOINT_XFER_CONTROL);
type              690 drivers/usb/chipidea/udc.c 		if (hwep->type == USB_ENDPOINT_XFER_CONTROL)
type              812 drivers/usb/chipidea/udc.c 	if (hwep->type == USB_ENDPOINT_XFER_CONTROL) {
type              986 drivers/usb/chipidea/udc.c 			if ((hwep->type == USB_ENDPOINT_XFER_CONTROL) &&
type             1019 drivers/usb/chipidea/udc.c 	int type, num, dir, err = -EINVAL;
type             1035 drivers/usb/chipidea/udc.c 	type = req.bRequestType;
type             1037 drivers/usb/chipidea/udc.c 	ci->ep0_dir = (type & USB_DIR_IN) ? TX : RX;
type             1041 drivers/usb/chipidea/udc.c 		if (type == (USB_DIR_OUT|USB_RECIP_ENDPOINT) &&
type             1060 drivers/usb/chipidea/udc.c 		} else if (type == (USB_DIR_OUT|USB_RECIP_DEVICE) &&
type             1072 drivers/usb/chipidea/udc.c 		if ((type != (USB_DIR_IN|USB_RECIP_DEVICE) ||
type             1074 drivers/usb/chipidea/udc.c 		    type != (USB_DIR_IN|USB_RECIP_ENDPOINT) &&
type             1075 drivers/usb/chipidea/udc.c 		    type != (USB_DIR_IN|USB_RECIP_INTERFACE))
type             1083 drivers/usb/chipidea/udc.c 		if (type != (USB_DIR_OUT|USB_RECIP_DEVICE))
type             1093 drivers/usb/chipidea/udc.c 		if (type == (USB_DIR_OUT|USB_RECIP_ENDPOINT) &&
type             1109 drivers/usb/chipidea/udc.c 		} else if (type == (USB_DIR_OUT|USB_RECIP_DEVICE)) {
type             1198 drivers/usb/chipidea/udc.c 			if (hwep->type == USB_ENDPOINT_XFER_CONTROL) {
type             1251 drivers/usb/chipidea/udc.c 	hwep->type = usb_endpoint_type(desc);
type             1256 drivers/usb/chipidea/udc.c 	if (hwep->type == USB_ENDPOINT_XFER_CONTROL)
type             1265 drivers/usb/chipidea/udc.c 	if (hwep->type == USB_ENDPOINT_XFER_ISOC && hwep->dir == TX)
type             1272 drivers/usb/chipidea/udc.c 	if (hwep->num != 0 && hwep->type == USB_ENDPOINT_XFER_CONTROL) {
type             1283 drivers/usb/chipidea/udc.c 				       hwep->type);
type             1318 drivers/usb/chipidea/udc.c 		if (hwep->type == USB_ENDPOINT_XFER_CONTROL)
type             1993 drivers/usb/class/cdc-acm.c 	acm_tty_driver->type = TTY_DRIVER_TYPE_SERIAL,
type              250 drivers/usb/class/usblp.c static int usblp_ctrl_msg(struct usblp *usblp, int request, int type, int dir, int recip, int value, void *buf, int len)
type              258 drivers/usb/class/usblp.c 	if ((request == USBLP_REQ_GET_ID) && (type == USB_TYPE_CLASS))
type              263 drivers/usb/class/usblp.c 		request, type | dir | recip, value, index, buf, len, USBLP_CTL_TIMEOUT);
type              238 drivers/usb/common/ulpi.c 	ulpi->dev.type = &ulpi_dev_type;
type              164 drivers/usb/core/devices.c 	char dir, unit, *type;
type              178 drivers/usb/core/devices.c 		type = "Ctrl";
type              186 drivers/usb/core/devices.c 		type = "Isoc";
type              190 drivers/usb/core/devices.c 		type = "Bulk";
type              197 drivers/usb/core/devices.c 		type = "Int.";
type              216 drivers/usb/core/devices.c 			 desc->bmAttributes, type,
type             1525 drivers/usb/core/devio.c 	if (uurb->type == USBDEVFS_URB_TYPE_ISO)
type             1535 drivers/usb/core/devio.c 	if (!(uurb->type == USBDEVFS_URB_TYPE_CONTROL &&
type             1550 drivers/usb/core/devio.c 	switch (uurb->type) {
type             1604 drivers/usb/core/devio.c 			uurb->type = USBDEVFS_URB_TYPE_INTERRUPT;
type             1741 drivers/usb/core/devio.c 			} else if (uurb->type == USBDEVFS_URB_TYPE_ISO) {
type             1754 drivers/usb/core/devio.c 	as->urb->pipe = (uurb->type << 30) |
type             1786 drivers/usb/core/devio.c 		if (uurb->type == USBDEVFS_URB_TYPE_ISO ||
type             2069 drivers/usb/core/devio.c 	kurb->type = urb32.type;
type               63 drivers/usb/core/endpoint.c 	char *type = "unknown";
type               67 drivers/usb/core/endpoint.c 		type = "Control";
type               70 drivers/usb/core/endpoint.c 		type = "Isoc";
type               73 drivers/usb/core/endpoint.c 		type = "Bulk";
type               76 drivers/usb/core/endpoint.c 		type = "Interrupt";
type               79 drivers/usb/core/endpoint.c 	return sprintf(buf, "%s\n", type);
type               81 drivers/usb/core/endpoint.c static DEVICE_ATTR_RO(type);
type              192 drivers/usb/core/endpoint.c 	ep_dev->dev.type = &usb_ep_device_type;
type              579 drivers/usb/core/hub.c static int hub_ext_port_status(struct usb_hub *hub, int port1, int type,
type              585 drivers/usb/core/hub.c 	if (type != HUB_PORT_STATUS)
type              589 drivers/usb/core/hub.c 	ret = get_port_status(hub->hdev, port1, &hub->status->port, type, len);
type              599 drivers/usb/core/hub.c 		if (type != HUB_PORT_STATUS && ext_status)
type             1016 drivers/usb/core/hub.c static void hub_activate(struct usb_hub *hub, enum hub_activation_type type)
type             1027 drivers/usb/core/hub.c 	if (type == HUB_INIT2 || type == HUB_INIT3) {
type             1033 drivers/usb/core/hub.c 		if (type == HUB_INIT2)
type             1049 drivers/usb/core/hub.c 	if (type != HUB_RESUME) {
type             1072 drivers/usb/core/hub.c 		if (type == HUB_INIT) {
type             1085 drivers/usb/core/hub.c 		} else if (type == HUB_RESET_RESUME) {
type             1133 drivers/usb/core/hub.c 				type != HUB_RESUME ||
type             1150 drivers/usb/core/hub.c 		if (type == HUB_RESUME &&
type             1251 drivers/usb/core/hub.c 		if (type == HUB_INIT2) {
type             1275 drivers/usb/core/hub.c 	if (type == HUB_INIT2 || type == HUB_INIT3) {
type             1304 drivers/usb/core/hub.c static void hub_quiesce(struct usb_hub *hub, enum hub_quiescing_type type)
type             1315 drivers/usb/core/hub.c 	if (type != HUB_SUSPEND) {
type              644 drivers/usb/core/message.c int usb_get_descriptor(struct usb_device *dev, unsigned char type,
type              656 drivers/usb/core/message.c 				(type << 8) + index, 0, buf, size,
type              660 drivers/usb/core/message.c 		if (result > 1 && ((u8 *)buf)[1] != type) {
type              980 drivers/usb/core/message.c int usb_get_status(struct usb_device *dev, int recip, int type, int target,
type              987 drivers/usb/core/message.c 	switch (type) {
type             1011 drivers/usb/core/message.c 		if (type != USB_STATUS_TYPE_PTM) {
type             1020 drivers/usb/core/message.c 		if (type != USB_STATUS_TYPE_STANDARD) {
type             1953 drivers/usb/core/message.c 		intf->dev.type = &usb_if_device_type;
type              557 drivers/usb/core/port.c 	port_dev->dev.type = &usb_port_device_type;
type              102 drivers/usb/core/usb-acpi.c 	if (!upc || (upc->type != ACPI_TYPE_PACKAGE)
type              601 drivers/usb/core/usb.c 	dev->dev.type = &usb_device_type;
type              854 drivers/usb/core/usb.c 			       unsigned char type, void **ptr, size_t minsize)
type              870 drivers/usb/core/usb.c 		if (header->bDescriptorType == type && header->bLength >= minsize) {
type              946 drivers/usb/core/usb.c 		if (dev->type == &usb_device_type)
type              948 drivers/usb/core/usb.c 		else if (dev->type == &usb_if_device_type)
type              953 drivers/usb/core/usb.c 		if (dev->type == &usb_device_type)
type              955 drivers/usb/core/usb.c 		else if (dev->type == &usb_if_device_type)
type              144 drivers/usb/core/usb.h 	return dev->type == &usb_device_type;
type              149 drivers/usb/core/usb.h 	return dev->type == &usb_if_device_type;
type              154 drivers/usb/core/usb.h 	return dev->type == &usb_ep_device_type;
type              159 drivers/usb/core/usb.h 	return dev->type == &usb_port_device_type;
type             1523 drivers/usb/dwc2/hcd_queue.c 	char *speed, *type;
type             1601 drivers/usb/dwc2/hcd_queue.c 		type = "isochronous";
type             1604 drivers/usb/dwc2/hcd_queue.c 		type = "interrupt";
type             1607 drivers/usb/dwc2/hcd_queue.c 		type = "control";
type             1610 drivers/usb/dwc2/hcd_queue.c 		type = "bulk";
type             1613 drivers/usb/dwc2/hcd_queue.c 		type = "?";
type             1617 drivers/usb/dwc2/hcd_queue.c 	dwc2_sch_dbg(hsotg, "QH=%p Init %s, %s speed, %d bytes:\n", qh, type,
type              206 drivers/usb/dwc3/core.c u32 dwc3_core_fifo_space(struct dwc3_ep *dep, u8 type)
type              213 drivers/usb/dwc3/core.c 			DWC3_GDBGFIFOSPACE_TYPE(type));
type              716 drivers/usb/dwc3/core.h 	u8			type;
type             1244 drivers/usb/dwc3/core.h 	u32	type:7;
type             1335 drivers/usb/dwc3/core.h 	u32	type:4;
type             1365 drivers/usb/dwc3/core.h 	struct dwc3_event_type		type;
type             1395 drivers/usb/dwc3/core.h u32 dwc3_core_fifo_space(struct dwc3_ep *dep, u8 type);
type              152 drivers/usb/dwc3/debug.h static inline const char *dwc3_trb_type_string(unsigned int type)
type              154 drivers/usb/dwc3/debug.h 	switch (type) {
type              201 drivers/usb/dwc3/debug.h 	switch (event->type) {
type              374 drivers/usb/dwc3/debug.h 	if (evt.type.is_devspec)
type              799 drivers/usb/dwc3/debugfs.c 		unsigned int type = DWC3_TRBCTL_TYPE(trb->ctrl);
type              803 drivers/usb/dwc3/debugfs.c 				dwc3_trb_type_string(type),
type              375 drivers/usb/dwc3/dwc3-pci.c 	tmp.type = ACPI_TYPE_INTEGER;
type              468 drivers/usb/dwc3/dwc3-qcom.c 	qcom->dwc3->dev.type = dev->type;
type               35 drivers/usb/dwc3/ep0.c 		dma_addr_t buf_dma, u32 len, u32 type, bool chain)
type               49 drivers/usb/dwc3/ep0.c 	trb->ctrl = type;
type             1023 drivers/usb/dwc3/ep0.c 	u32			type;
type             1025 drivers/usb/dwc3/ep0.c 	type = dwc->three_stage_setup ? DWC3_TRBCTL_CONTROL_STATUS3
type             1028 drivers/usb/dwc3/ep0.c 	dwc3_ep0_prepare_one_trb(dep, dwc->ep0_trb_addr, 0, type, false);
type              633 drivers/usb/dwc3/gadget.c 		dep->type = usb_endpoint_type(desc);
type              746 drivers/usb/dwc3/gadget.c 	dep->type = 0;
type             3139 drivers/usb/dwc3/gadget.c 	switch (event->type) {
type             3180 drivers/usb/dwc3/gadget.c 		dev_WARN(dwc->dev, "UNKNOWN IRQ %d\n", event->type);
type             3189 drivers/usb/dwc3/gadget.c 	if (!event->type.is_devspec)
type             3191 drivers/usb/dwc3/gadget.c 	else if (event->type.type == DWC3_EVENT_TYPE_DEV)
type              229 drivers/usb/dwc3/trace.h 		__field(u32, type)
type              238 drivers/usb/dwc3/trace.h 		__entry->type = usb_endpoint_type(dep->endpoint.desc);
type              244 drivers/usb/dwc3/trace.h 		switch (__entry->type) {
type              451 drivers/usb/gadget/composite.c 		enum usb_device_speed speed, void *buf, u8 type)
type              463 drivers/usb/gadget/composite.c 	c->bDescriptorType = type;
type              506 drivers/usb/gadget/composite.c 	u8				type = w_value >> 8;
type              515 drivers/usb/gadget/composite.c 		if (type == USB_DT_OTHER_SPEED_CONFIG)
type              558 drivers/usb/gadget/composite.c 			return config_buf(c, speed, cdev->req->buf, type);
type              564 drivers/usb/gadget/composite.c static int count_configs(struct usb_composite_dev *cdev, unsigned type)
type              580 drivers/usb/gadget/composite.c 		if (type == USB_DT_DEVICE_QUALIFIER)
type             1543 drivers/usb/gadget/composite.c 				usb_ext_prop_put_type(buf, ext_prop->type);
type             1548 drivers/usb/gadget/composite.c 				switch (ext_prop->type) {
type              913 drivers/usb/gadget/configfs.c 	return sprintf(page, "%d\n", to_usb_os_desc_ext_prop(item)->type);
type              921 drivers/usb/gadget/configfs.c 	u8 type;
type              926 drivers/usb/gadget/configfs.c 	ret = kstrtou8(page, 0, &type);
type              929 drivers/usb/gadget/configfs.c 	if (type < USB_EXT_PROP_UNICODE || type > USB_EXT_PROP_UNICODE_MULTI) {
type              934 drivers/usb/gadget/configfs.c 	if ((ext_prop->type == USB_EXT_PROP_BINARY ||
type              935 drivers/usb/gadget/configfs.c 	    ext_prop->type == USB_EXT_PROP_LE32 ||
type              936 drivers/usb/gadget/configfs.c 	    ext_prop->type == USB_EXT_PROP_BE32) &&
type              937 drivers/usb/gadget/configfs.c 	    (type == USB_EXT_PROP_UNICODE ||
type              938 drivers/usb/gadget/configfs.c 	    type == USB_EXT_PROP_UNICODE_ENV ||
type              939 drivers/usb/gadget/configfs.c 	    type == USB_EXT_PROP_UNICODE_LINK))
type              941 drivers/usb/gadget/configfs.c 	else if ((ext_prop->type == USB_EXT_PROP_UNICODE ||
type              942 drivers/usb/gadget/configfs.c 		   ext_prop->type == USB_EXT_PROP_UNICODE_ENV ||
type              943 drivers/usb/gadget/configfs.c 		   ext_prop->type == USB_EXT_PROP_UNICODE_LINK) &&
type              944 drivers/usb/gadget/configfs.c 		   (type == USB_EXT_PROP_BINARY ||
type              945 drivers/usb/gadget/configfs.c 		   type == USB_EXT_PROP_LE32 ||
type              946 drivers/usb/gadget/configfs.c 		   type == USB_EXT_PROP_BE32))
type              948 drivers/usb/gadget/configfs.c 	ext_prop->type = type;
type              962 drivers/usb/gadget/configfs.c 	if (ext_prop->type == USB_EXT_PROP_UNICODE ||
type              963 drivers/usb/gadget/configfs.c 	    ext_prop->type == USB_EXT_PROP_UNICODE_ENV ||
type              964 drivers/usb/gadget/configfs.c 	    ext_prop->type == USB_EXT_PROP_UNICODE_LINK)
type              992 drivers/usb/gadget/configfs.c 	if (ext_prop->type == USB_EXT_PROP_UNICODE ||
type              993 drivers/usb/gadget/configfs.c 	    ext_prop->type == USB_EXT_PROP_UNICODE_ENV ||
type              994 drivers/usb/gadget/configfs.c 	    ext_prop->type == USB_EXT_PROP_UNICODE_LINK) {
type             1005 drivers/usb/gadget/configfs.c CONFIGFS_ATTR(ext_prop_, type);
type              155 drivers/usb/gadget/epautoconf.c 	u8		type;
type              161 drivers/usb/gadget/epautoconf.c 	type = desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
type              164 drivers/usb/gadget/epautoconf.c 	if (type == USB_ENDPOINT_XFER_BULK) {
type              490 drivers/usb/gadget/function/f_acm.c static int acm_cdc_notify(struct f_acm *acm, u8 type, u16 value,
type              510 drivers/usb/gadget/function/f_acm.c 	notify->bNotificationType = type;
type              483 drivers/usb/gadget/function/f_fs.c 		events[i].type = ffs->ev.types[i];
type              484 drivers/usb/gadget/function/f_fs.c 		if (events[i].type == FUNCTIONFS_SETUP) {
type             2053 drivers/usb/gadget/function/f_fs.c #define __entity(type, val) do {					\
type             2054 drivers/usb/gadget/function/f_fs.c 		pr_vdebug("entity " #type "(%02x)\n", (val));		\
type             2055 drivers/usb/gadget/function/f_fs.c 		if (unlikely(!__entity_check_ ##type(val))) {		\
type             2059 drivers/usb/gadget/function/f_fs.c 		ret = entity(FFS_ ##type, &val, _ds, priv);		\
type             2061 drivers/usb/gadget/function/f_fs.c 			pr_debug("entity " #type "(%02x); ret = %d\n",	\
type             2207 drivers/usb/gadget/function/f_fs.c static int __ffs_data_do_entity(enum ffs_entity_type type,
type             2216 drivers/usb/gadget/function/f_fs.c 	switch (type) {
type             2288 drivers/usb/gadget/function/f_fs.c 					      enum ffs_os_desc_type type,
type             2301 drivers/usb/gadget/function/f_fs.c 		ret = entity(type, h, data, len, priv);
type             2303 drivers/usb/gadget/function/f_fs.c 			pr_debug("bad OS descriptor, type: %d\n", type);
type             2324 drivers/usb/gadget/function/f_fs.c 		enum ffs_os_desc_type type;
type             2341 drivers/usb/gadget/function/f_fs.c 		ret = __ffs_do_os_desc_header(&type, desc);
type             2351 drivers/usb/gadget/function/f_fs.c 		if (type == FFS_OS_DESC_EXT_COMPAT &&
type             2361 drivers/usb/gadget/function/f_fs.c 		ret = ffs_do_single_os_desc(data, len, type,
type             2377 drivers/usb/gadget/function/f_fs.c static int __ffs_data_do_os_desc(enum ffs_os_desc_type type,
type             2386 drivers/usb/gadget/function/f_fs.c 	switch (type) {
type             2413 drivers/usb/gadget/function/f_fs.c 		u32 type, pdl;
type             2421 drivers/usb/gadget/function/f_fs.c 		type = le32_to_cpu(d->dwPropertyDataType);
type             2422 drivers/usb/gadget/function/f_fs.c 		if (type < USB_EXT_PROP_UNICODE ||
type             2423 drivers/usb/gadget/function/f_fs.c 		    type > USB_EXT_PROP_UNICODE_MULTI) {
type             2425 drivers/usb/gadget/function/f_fs.c 				  type);
type             2431 drivers/usb/gadget/function/f_fs.c 				  length, pnl, type);
type             2437 drivers/usb/gadget/function/f_fs.c 				  length, pnl, pdl, type);
type             2447 drivers/usb/gadget/function/f_fs.c 		pr_vdebug("unknown descriptor: %d\n", type);
type             2722 drivers/usb/gadget/function/f_fs.c 			    enum usb_functionfs_event_type type)
type             2724 drivers/usb/gadget/function/f_fs.c 	enum usb_functionfs_event_type rem_type1, rem_type2 = type;
type             2745 drivers/usb/gadget/function/f_fs.c 	switch (type) {
type             2751 drivers/usb/gadget/function/f_fs.c 		rem_type1 = type;
type             2766 drivers/usb/gadget/function/f_fs.c 		WARN(1, "%d: unknown event, this should not happen\n", type);
type             2781 drivers/usb/gadget/function/f_fs.c 	pr_vdebug("adding event %d\n", type);
type             2782 drivers/usb/gadget/function/f_fs.c 	ffs->ev.types[ffs->ev.count++] = type;
type             2789 drivers/usb/gadget/function/f_fs.c 			  enum usb_functionfs_event_type type)
type             2793 drivers/usb/gadget/function/f_fs.c 	__ffs_event_add(ffs, type);
type             2809 drivers/usb/gadget/function/f_fs.c static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep,
type             2820 drivers/usb/gadget/function/f_fs.c 	if (type != FFS_DESCRIPTOR)
type             2909 drivers/usb/gadget/function/f_fs.c static int __ffs_func_bind_do_nums(enum ffs_entity_type type, u8 *valuep,
type             2917 drivers/usb/gadget/function/f_fs.c 	switch (type) {
type             2964 drivers/usb/gadget/function/f_fs.c static int __ffs_func_bind_do_os_desc(enum ffs_os_desc_type type,
type             2971 drivers/usb/gadget/function/f_fs.c 	switch (type) {
type             2997 drivers/usb/gadget/function/f_fs.c 		ext_prop->type = le32_to_cpu(desc->dwPropertyDataType);
type             3014 drivers/usb/gadget/function/f_fs.c 		switch (ext_prop->type) {
type             3037 drivers/usb/gadget/function/f_fs.c 		pr_vdebug("unknown descriptor: %d\n", type);
type               21 drivers/usb/gadget/function/f_mass_storage.h #define _FSG_MODULE_PARAM_ARRAY(prefix, params, name, type, desc)	\
type               22 drivers/usb/gadget/function/f_mass_storage.h 	module_param_array_named(prefix ## name, params.name, type,	\
type               27 drivers/usb/gadget/function/f_mass_storage.h #define _FSG_MODULE_PARAM(prefix, params, name, type, desc)		\
type               28 drivers/usb/gadget/function/f_mass_storage.h 	module_param_named(prefix ## name, params.name, type,		\
type              271 drivers/usb/gadget/function/f_phonet.c 	dev->type		= ARPHRD_PHONET;
type               93 drivers/usb/gadget/function/f_uac1_legacy.c 	.type = UAC_FU_MUTE,
type              102 drivers/usb/gadget/function/f_uac1_legacy.c 	.type = UAC_FU_VOLUME,
type              112 drivers/usb/gadget/function/f_uac1_legacy.c 	.type = UAC_FEATURE_UNIT,
type              402 drivers/usb/gadget/function/f_uac1_legacy.c 				if (con->type == con_sel) {
type              439 drivers/usb/gadget/function/f_uac1_legacy.c 				if (con->type == con_sel && con->get) {
type              215 drivers/usb/gadget/function/f_uvc.c 		v4l2_event.type = UVC_EVENT_DATA;
type              245 drivers/usb/gadget/function/f_uvc.c 	v4l2_event.type = UVC_EVENT_SETUP;
type              300 drivers/usb/gadget/function/f_uvc.c 			v4l2_event.type = UVC_EVENT_CONNECT;
type              327 drivers/usb/gadget/function/f_uvc.c 		v4l2_event.type = UVC_EVENT_STREAMOFF;
type              350 drivers/usb/gadget/function/f_uvc.c 		v4l2_event.type = UVC_EVENT_STREAMON;
type              368 drivers/usb/gadget/function/f_uvc.c 	v4l2_event.type = UVC_EVENT_DISCONNECT;
type              503 drivers/usb/gadget/function/u_ether.c 			u16	type;
type              509 drivers/usb/gadget/function/u_ether.c 				type = USB_CDC_PACKET_TYPE_BROADCAST;
type              511 drivers/usb/gadget/function/u_ether.c 				type = USB_CDC_PACKET_TYPE_ALL_MULTICAST;
type              512 drivers/usb/gadget/function/u_ether.c 			if (!(cdc_filter & type)) {
type              881 drivers/usb/gadget/function/u_ether.c 	sa.sa_family = net->type;
type             1411 drivers/usb/gadget/function/u_serial.c 	gs_tty_driver->type = TTY_DRIVER_TYPE_SERIAL;
type               59 drivers/usb/gadget/function/uvc_configfs.c 	struct config_item_type type;
type               77 drivers/usb/gadget/function/uvc_configfs.c 				    const struct uvcg_config_group_type *type);
type               80 drivers/usb/gadget/function/uvc_configfs.c 				const struct uvcg_config_group_type *type)
type               85 drivers/usb/gadget/function/uvc_configfs.c 	if (type->create_children)
type               86 drivers/usb/gadget/function/uvc_configfs.c 		return type->create_children(group);
type               88 drivers/usb/gadget/function/uvc_configfs.c 	for (child = type->children; child && *child; ++child) {
type               98 drivers/usb/gadget/function/uvc_configfs.c 				    const struct uvcg_config_group_type *type)
type              106 drivers/usb/gadget/function/uvc_configfs.c 	config_group_init_type_name(group, type->name, &type->type);
type              109 drivers/usb/gadget/function/uvc_configfs.c 	return uvcg_config_create_children(group, type);
type              247 drivers/usb/gadget/function/uvc_configfs.c 	.type = {
type              334 drivers/usb/gadget/function/uvc_configfs.c 	.type = {
type              347 drivers/usb/gadget/function/uvc_configfs.c 	.type = {
type              448 drivers/usb/gadget/function/uvc_configfs.c 	.type = {
type              461 drivers/usb/gadget/function/uvc_configfs.c 	.type = {
type              523 drivers/usb/gadget/function/uvc_configfs.c 	.type = {
type              536 drivers/usb/gadget/function/uvc_configfs.c 	.type = {
type              552 drivers/usb/gadget/function/uvc_configfs.c 	.type = {
type              704 drivers/usb/gadget/function/uvc_configfs.c 	.type = {
type              747 drivers/usb/gadget/function/uvc_configfs.c 	.type = {
type              779 drivers/usb/gadget/function/uvc_configfs.c 	enum uvcg_format_type	type;
type             1055 drivers/usb/gadget/function/uvc_configfs.c 	.type = {
type             1372 drivers/usb/gadget/function/uvc_configfs.c 	if (fmt->type == UVCG_UNCOMPRESSED) {
type             1375 drivers/usb/gadget/function/uvc_configfs.c 	} else if (fmt->type == UVCG_MJPEG) {
type             1653 drivers/usb/gadget/function/uvc_configfs.c 	h->fmt.type = UVCG_UNCOMPRESSED;
type             1665 drivers/usb/gadget/function/uvc_configfs.c 	.type = {
type             1839 drivers/usb/gadget/function/uvc_configfs.c 	h->fmt.type = UVCG_MJPEG;
type             1851 drivers/usb/gadget/function/uvc_configfs.c 	.type = {
type             1905 drivers/usb/gadget/function/uvc_configfs.c 	.type = {
type             1918 drivers/usb/gadget/function/uvc_configfs.c 	.type = {
type             1984 drivers/usb/gadget/function/uvc_configfs.c 	int (*fun)(void *, void *, void *, int, enum uvcg_strm_type type))
type             2024 drivers/usb/gadget/function/uvc_configfs.c 			   enum uvcg_strm_type type)
type             2029 drivers/usb/gadget/function/uvc_configfs.c 	switch (type) {
type             2041 drivers/usb/gadget/function/uvc_configfs.c 		if (fmt->type == UVCG_UNCOMPRESSED) {
type             2047 drivers/usb/gadget/function/uvc_configfs.c 		} else if (fmt->type == UVCG_MJPEG) {
type             2080 drivers/usb/gadget/function/uvc_configfs.c 			    enum uvcg_strm_type type)
type             2089 drivers/usb/gadget/function/uvc_configfs.c 	switch (type) {
type             2109 drivers/usb/gadget/function/uvc_configfs.c 		if (fmt->type == UVCG_UNCOMPRESSED) {
type             2118 drivers/usb/gadget/function/uvc_configfs.c 		} else if (fmt->type == UVCG_MJPEG) {
type             2307 drivers/usb/gadget/function/uvc_configfs.c 	.type = {
type             2350 drivers/usb/gadget/function/uvc_configfs.c 	.type = {
type             2441 drivers/usb/gadget/function/uvc_configfs.c 	.type = {
type             2459 drivers/usb/gadget/function/uvc_configfs.c 				    &uvc_func_type.type);
type               63 drivers/usb/gadget/function/uvc_queue.c 	if (vb->type == V4L2_BUF_TYPE_VIDEO_OUTPUT &&
type               75 drivers/usb/gadget/function/uvc_queue.c 	if (vb->type == V4L2_BUF_TYPE_VIDEO_CAPTURE)
type              113 drivers/usb/gadget/function/uvc_queue.c int uvcg_queue_init(struct uvc_video_queue *queue, enum v4l2_buf_type type,
type              118 drivers/usb/gadget/function/uvc_queue.c 	queue->queue.type = type;
type              279 drivers/usb/gadget/function/uvc_queue.c 		ret = vb2_streamon(&queue->queue, queue->queue.type);
type              286 drivers/usb/gadget/function/uvc_queue.c 		ret = vb2_streamoff(&queue->queue, queue->queue.type);
type               62 drivers/usb/gadget/function/uvc_queue.h int uvcg_queue_init(struct uvc_video_queue *queue, enum v4l2_buf_type type,
type              144 drivers/usb/gadget/function/uvc_v4l2.c 	if (b->type != video->queue.queue.type)
type              186 drivers/usb/gadget/function/uvc_v4l2.c uvc_v4l2_streamon(struct file *file, void *fh, enum v4l2_buf_type type)
type              193 drivers/usb/gadget/function/uvc_v4l2.c 	if (type != video->queue.queue.type)
type              212 drivers/usb/gadget/function/uvc_v4l2.c uvc_v4l2_streamoff(struct file *file, void *fh, enum v4l2_buf_type type)
type              218 drivers/usb/gadget/function/uvc_v4l2.c 	if (type != video->queue.queue.type)
type              228 drivers/usb/gadget/function/uvc_v4l2.c 	if (sub->type < UVC_EVENT_FIRST || sub->type > UVC_EVENT_LAST)
type             1020 drivers/usb/gadget/legacy/inode.c 			if (dev->event [i].type == GADGETFS_SETUP) {
type             1077 drivers/usb/gadget/legacy/inode.c next_event (struct dev_data *dev, enum usb_gadgetfs_event_type type)
type             1082 drivers/usb/gadget/legacy/inode.c 	switch (type) {
type             1095 drivers/usb/gadget/legacy/inode.c 			if (dev->event [i].type != type)
type             1097 drivers/usb/gadget/legacy/inode.c 			DBG(dev, "discard old event[%d] %d\n", i, type);
type             1110 drivers/usb/gadget/legacy/inode.c 	VDEBUG(dev, "event[%d] = %d\n", dev->ev_next, type);
type             1114 drivers/usb/gadget/legacy/inode.c 	event->type = type;
type             1301 drivers/usb/gadget/legacy/inode.c config_buf (struct dev_data *dev, u8 type, unsigned index)
type             1312 drivers/usb/gadget/legacy/inode.c 		if (type == USB_DT_OTHER_SPEED_CONFIG)
type             1322 drivers/usb/gadget/legacy/inode.c 	((u8 *)dev->req->buf) [1] = type;
type               22 drivers/usb/gadget/u_f.h #define vla_item(groupname, type, name, n) \
type               24 drivers/usb/gadget/u_f.h 		size_t align_mask = __alignof__(type) - 1;		       \
type               26 drivers/usb/gadget/u_f.h 		size_t size = (n) * sizeof(type);			       \
type               31 drivers/usb/gadget/u_f.h #define vla_item_with_sz(groupname, type, name, n) \
type               32 drivers/usb/gadget/u_f.h 	size_t groupname##_##name##__sz = (n) * sizeof(type);		       \
type               34 drivers/usb/gadget/u_f.h 		size_t align_mask = __alignof__(type) - 1;		       \
type               76 drivers/usb/gadget/u_os_desc.h static inline void usb_ext_prop_put_type(u8 *buf, int type)
type               78 drivers/usb/gadget/u_os_desc.h 	put_unaligned_le32(type, usb_ext_prop_type_ptr(buf));
type              599 drivers/usb/gadget/udc/aspeed-vhub/epn.c 	u16 maxpacket, type;
type              638 drivers/usb/gadget/udc/aspeed-vhub/epn.c 	type = usb_endpoint_type(desc);
type              645 drivers/usb/gadget/udc/aspeed-vhub/epn.c 	      ep->epn.is_in ? "in" : "out", usb_ep_type_string(type),
type              664 drivers/usb/gadget/udc/aspeed-vhub/epn.c 	switch(type) {
type              938 drivers/usb/gadget/udc/core.c 	u8		type;
type              946 drivers/usb/gadget/udc/core.c 	type = usb_endpoint_type(desc);
type              961 drivers/usb/gadget/udc/core.c 	switch (type) {
type              119 drivers/usb/gadget/udc/fotg210-udc.c static void fotg210_set_tfrtype(struct fotg210_ep *ep, u32 epnum, u32 type)
type              125 drivers/usb/gadget/udc/fotg210-udc.c 	val |= FIFOCF_TYPE(type, epnum - 1);
type              148 drivers/usb/gadget/udc/fotg210-udc.c 	fotg210_set_tfrtype(ep, ep->epnum, ep->type);
type              166 drivers/usb/gadget/udc/fotg210-udc.c 	ep->type = usb_endpoint_type(desc);
type              174 drivers/usb/gadget/udc/fotg210.h #define FIFOCF_TYPE(type, fifo)	((type) << (fifo) * 8)
type              225 drivers/usb/gadget/udc/fotg210.h 	unsigned char		type;
type               59 drivers/usb/gadget/udc/fusb300_udc.c 	ep->type = info.type;
type              125 drivers/usb/gadget/udc/fusb300_udc.c 	reg |= FUSB300_EPSET1_TYPE(info.type);
type              209 drivers/usb/gadget/udc/fusb300_udc.c 	info.type = desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
type              214 drivers/usb/gadget/udc/fusb300_udc.c 	if ((info.type == USB_ENDPOINT_XFER_INT) ||
type              215 drivers/usb/gadget/udc/fusb300_udc.c 	   (info.type == USB_ENDPOINT_XFER_ISOC)) {
type              217 drivers/usb/gadget/udc/fusb300_udc.c 		if (info.type == USB_ENDPOINT_XFER_ISOC)
type              624 drivers/usb/gadget/udc/fusb300_udc.h 	u8	type;
type              649 drivers/usb/gadget/udc/fusb300_udc.h 	unsigned char		type;
type              104 drivers/usb/gadget/udc/gr_udc.c static void gr_dbgprint_devreq(struct gr_udc *dev, u8 type, u8 request,
type              108 drivers/usb/gadget/udc/gr_udc.c 		 type, request, value, index, length);
type              115 drivers/usb/gadget/udc/gr_udc.c static void gr_dbgprint_devreq(struct gr_udc *dev, u8 type, u8 request,
type              886 drivers/usb/gadget/udc/gr_udc.c static int gr_device_request(struct gr_udc *dev, u8 type, u8 request,
type              944 drivers/usb/gadget/udc/gr_udc.c static int gr_interface_request(struct gr_udc *dev, u8 type, u8 request,
type              978 drivers/usb/gadget/udc/gr_udc.c static int gr_endpoint_request(struct gr_udc *dev, u8 type, u8 request,
type             1050 drivers/usb/gadget/udc/gr_udc.c 	u8 type;
type             1090 drivers/usb/gadget/udc/gr_udc.c 	type = u.ctrl.bRequestType;
type             1096 drivers/usb/gadget/udc/gr_udc.c 	gr_dbgprint_devreq(dev, type, request, value, index, length);
type             1100 drivers/usb/gadget/udc/gr_udc.c 		if (type & USB_DIR_IN)
type             1107 drivers/usb/gadget/udc/gr_udc.c 	if ((type & USB_TYPE_MASK) == USB_TYPE_STANDARD) {
type             1108 drivers/usb/gadget/udc/gr_udc.c 		switch (type & USB_RECIP_MASK) {
type             1110 drivers/usb/gadget/udc/gr_udc.c 			status = gr_device_request(dev, type, request,
type             1114 drivers/usb/gadget/udc/gr_udc.c 			status =  gr_endpoint_request(dev, type, request,
type             1118 drivers/usb/gadget/udc/gr_udc.c 			status = gr_interface_request(dev, type, request,
type             1139 drivers/usb/gadget/udc/gr_udc.c 	if ((type & USB_TYPE_MASK) == USB_TYPE_STANDARD &&
type              239 drivers/usb/gadget/udc/m66592-udc.c 	pipecfg |= info->type;
type              241 drivers/usb/gadget/udc/m66592-udc.c 	switch (info->type) {
type              293 drivers/usb/gadget/udc/m66592-udc.c 		if (info->type == M66592_BULK)
type              409 drivers/usb/gadget/udc/m66592-udc.c 		info.type = M66592_BULK;
type              418 drivers/usb/gadget/udc/m66592-udc.c 		info.type = M66592_INT;
type              427 drivers/usb/gadget/udc/m66592-udc.c 		info.type = M66592_ISO;
type              434 drivers/usb/gadget/udc/m66592-udc.c 	ep->type = info.type;
type              451 drivers/usb/gadget/udc/m66592-udc.c 	if ((counter == &m66592->isochronous) && info.type == M66592_BULK)
type              466 drivers/usb/gadget/udc/m66592-udc.c 	info.type = ep->type;
type              431 drivers/usb/gadget/udc/m66592-udc.h 	u16	type;
type              452 drivers/usb/gadget/udc/m66592-udc.h 	u16			type;
type              212 drivers/usb/gadget/udc/mv_u3d.h 	u32	type:6;		/* TRB type */
type              311 drivers/usb/gadget/udc/mv_u3d_core.c 		trb_hw->ctrl.type = TYPE_DATA;
type              313 drivers/usb/gadget/udc/mv_u3d_core.c 		trb_hw->ctrl.type = TYPE_NORMAL;
type              357 drivers/usb/gadget/udc/mv_u3d_core.c 		trb->trb_hw->ctrl.type = TYPE_DATA;
type              359 drivers/usb/gadget/udc/mv_u3d_core.c 		trb->trb_hw->ctrl.type = TYPE_NORMAL;
type              187 drivers/usb/gadget/udc/net2280.c 	u32 type;
type              257 drivers/usb/gadget/udc/net2280.c 	type = (desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK);
type              258 drivers/usb/gadget/udc/net2280.c 	if (type == USB_ENDPOINT_XFER_INT) {
type              265 drivers/usb/gadget/udc/net2280.c 	} else if (type == USB_ENDPOINT_XFER_BULK) {
type              275 drivers/usb/gadget/udc/net2280.c 	ep->is_iso = (type == USB_ENDPOINT_XFER_ISOC);
type              278 drivers/usb/gadget/udc/net2280.c 		tmp |= type << ENDPOINT_TYPE;
type              287 drivers/usb/gadget/udc/net2280.c 			tmp |= type << IN_ENDPOINT_TYPE;
type              290 drivers/usb/gadget/udc/net2280.c 			tmp |= type << OUT_ENDPOINT_TYPE;
type             2464 drivers/usb/gadget/udc/omap_udc.c omap_ep_setup(char *name, u8 addr, u8 type,
type             2479 drivers/usb/gadget/udc/omap_udc.c 	if (type == USB_ENDPOINT_XFER_ISOC) {
type             2560 drivers/usb/gadget/udc/omap_udc.c 	ep->bmAttributes = type;
type             2564 drivers/usb/gadget/udc/omap_udc.c 	switch (type) {
type             2750 drivers/usb/gadget/udc/omap_udc.c 	const char		*type = NULL;
type             2793 drivers/usb/gadget/udc/omap_udc.c 		type = "(unknown)";
type             2817 drivers/usb/gadget/udc/omap_udc.c 			type = xceiv->label;
type             2831 drivers/usb/gadget/udc/omap_udc.c 				type = "integrated";
type             2842 drivers/usb/gadget/udc/omap_udc.c 				type = "unknown";
type             2846 drivers/usb/gadget/udc/omap_udc.c 			type = "loopback";
type             2854 drivers/usb/gadget/udc/omap_udc.c 			type = "no";
type             2864 drivers/usb/gadget/udc/omap_udc.c 	INFO("hmc mode %d, %s transceiver\n", hmc, type);
type              649 drivers/usb/gadget/udc/pch_udc.c 					u8 type)
type              651 drivers/usb/gadget/udc/pch_udc.c 	pch_udc_ep_writel(ep, ((type << UDC_EPCTL_ET_SHIFT) &
type              250 drivers/usb/gadget/udc/pxa27x_udc.c 	if (usb_endpoint_type(&udc_usb_ep->desc) != ep->type)
type             1344 drivers/usb/gadget/udc/pxa27x_udc.c 			|| (ep->type != usb_endpoint_type(desc))) {
type              200 drivers/usb/gadget/udc/pxa27x_udc.h #define EPXFERTYPE(ep)	(ep->type)
type              233 drivers/usb/gadget/udc/pxa27x_udc.h #define USB_EP_DEF(addr, bname, dir, type, maxpkt, ctype, cdir) \
type              237 drivers/usb/gadget/udc/pxa27x_udc.h 		.bmAttributes = USB_ENDPOINT_XFER_ ## type, \
type              270 drivers/usb/gadget/udc/pxa27x_udc.h 	.type = _type, .fifo_size = maxpkt, \
type              365 drivers/usb/gadget/udc/pxa27x_udc.h 	unsigned		type;
type              329 drivers/usb/gadget/udc/r8a66597-udc.c 	pipecfg |= info->type;
type              331 drivers/usb/gadget/udc/r8a66597-udc.c 	switch (info->type) {
type              383 drivers/usb/gadget/udc/r8a66597-udc.c 		if (info->type == R8A66597_BULK)
type              480 drivers/usb/gadget/udc/r8a66597-udc.c 		info.type = R8A66597_BULK;
type              490 drivers/usb/gadget/udc/r8a66597-udc.c 		info.type = R8A66597_INT;
type              500 drivers/usb/gadget/udc/r8a66597-udc.c 		info.type = R8A66597_ISO;
type              507 drivers/usb/gadget/udc/r8a66597-udc.c 	ep->type = info.type;
type              525 drivers/usb/gadget/udc/r8a66597-udc.c 	if ((counter == &r8a66597->isochronous) && info.type == R8A66597_BULK)
type              540 drivers/usb/gadget/udc/r8a66597-udc.c 	info.type = ep->type;
type               45 drivers/usb/gadget/udc/r8a66597-udc.h 	u16	type;
type               68 drivers/usb/gadget/udc/r8a66597-udc.h 	u16			type;
type              417 drivers/usb/host/ehci-dbg.c 		char *type;
type              434 drivers/usb/host/ehci-dbg.c 			type = "out";
type              437 drivers/usb/host/ehci-dbg.c 			type = "in";
type              440 drivers/usb/host/ehci-dbg.c 			type = "setup";
type              443 drivers/usb/host/ehci-dbg.c 			type = "?";
type              449 drivers/usb/host/ehci-dbg.c 				td, mark, type,
type              598 drivers/usb/host/ehci-dbg.c 	char			*type = "";
type              606 drivers/usb/host/ehci-dbg.c 			type = "out";
type              609 drivers/usb/host/ehci-dbg.c 			type = "in";
type              616 drivers/usb/host/ehci-dbg.c 			(scratch >> 8) & 0x000f, type, qh->ps.usecs,
type              768 drivers/usb/host/ehci-q.c 	int			is_input, type;
type              784 drivers/usb/host/ehci-q.c 	type = usb_pipetype (urb->pipe);
type              805 drivers/usb/host/ehci-q.c 	if (type == PIPE_INTERRUPT) {
type              881 drivers/usb/host/ehci-q.c 		if (type != PIPE_INTERRUPT)
type              883 drivers/usb/host/ehci-q.c 		if (type == PIPE_CONTROL) {
type              911 drivers/usb/host/ehci-q.c 		if (type == PIPE_CONTROL) {
type              916 drivers/usb/host/ehci-q.c 		} else if (type == PIPE_BULK) {
type              194 drivers/usb/host/ehci-sched.c static void bandwidth_dbg(struct ehci_hcd *ehci, int sign, char *type,
type              200 drivers/usb/host/ehci-sched.c 			(sign >= 0 ? "reserve" : "release"), type,
type              444 drivers/usb/host/ehci-sched.c 		__hc32			type;
type              448 drivers/usb/host/ehci-sched.c 		type = Q_NEXT_TYPE(ehci, ehci->periodic[frame]);
type              450 drivers/usb/host/ehci-sched.c 			switch (hc32_to_cpu(ehci, type)) {
type              452 drivers/usb/host/ehci-sched.c 				type = Q_NEXT_TYPE(ehci, here.itd->hw_next);
type              467 drivers/usb/host/ehci-sched.c 				type = Q_NEXT_TYPE(ehci, hw->hw_next);
type              481 drivers/usb/host/ehci-sched.c 				type = Q_NEXT_TYPE(ehci, here.sitd->hw_next);
type              488 drivers/usb/host/ehci-sched.c 					frame, type);
type              553 drivers/usb/host/ehci-sched.c 		__hc32			type = 0;
type              557 drivers/usb/host/ehci-sched.c 			type = Q_NEXT_TYPE(ehci, *hw_p);
type              558 drivers/usb/host/ehci-sched.c 			if (type == cpu_to_hc32(ehci, Q_TYPE_QH))
type              560 drivers/usb/host/ehci-sched.c 			prev = periodic_next_shadow(ehci, prev, type);
type              561 drivers/usb/host/ehci-sched.c 			hw_p = shadow_next_periodic(ehci, &here, type);
type             1729 drivers/usb/host/ehci-sched.c 	__hc32			type = 0;
type             1733 drivers/usb/host/ehci-sched.c 		type = Q_NEXT_TYPE(ehci, *hw_p);
type             1734 drivers/usb/host/ehci-sched.c 		if (type == cpu_to_hc32(ehci, Q_TYPE_QH))
type             1736 drivers/usb/host/ehci-sched.c 		prev = periodic_next_shadow(ehci, prev, type);
type             1737 drivers/usb/host/ehci-sched.c 		hw_p = shadow_next_periodic(ehci, &here, type);
type             2369 drivers/usb/host/ehci-sched.c 	__hc32			type, *hw_p;
type             2393 drivers/usb/host/ehci-sched.c 	type = Q_NEXT_TYPE(ehci, *hw_p);
type             2397 drivers/usb/host/ehci-sched.c 		switch (hc32_to_cpu(ehci, type)) {
type             2415 drivers/usb/host/ehci-sched.c 					type = Q_NEXT_TYPE(ehci,
type             2434 drivers/usb/host/ehci-sched.c 			type = Q_NEXT_TYPE(ehci, q.itd->hw_next);
type             2453 drivers/usb/host/ehci-sched.c 				type = Q_NEXT_TYPE(ehci, q.sitd->hw_next);
type             2469 drivers/usb/host/ehci-sched.c 			type = Q_NEXT_TYPE(ehci, q.sitd->hw_next);
type             2476 drivers/usb/host/ehci-sched.c 					type, frame, q.ptr);
type               87 drivers/usb/host/fhci-mem.c 			enum fhci_ta_type type, int toggle, u8 *data, u32 len,
type               97 drivers/usb/host/fhci-mem.c 	td->type = type;
type              259 drivers/usb/host/fhci-q.c 		if (td->type != FHCI_TA_SETUP || td->iso_index != 0)
type               52 drivers/usb/host/fhci-sched.c 	if (td->type == FHCI_TA_IN && td_pkt->info & PKT_DUMMY_PACKET) {
type              168 drivers/usb/host/fhci-sched.c 		if (td->type != FHCI_TA_IN)
type              174 drivers/usb/host/fhci-sched.c 		if (!((td->type == FHCI_TA_IN) &&
type              180 drivers/usb/host/fhci-sched.c 		if (!((td->type == FHCI_TA_IN) &&
type              239 drivers/usb/host/fhci-sched.c 	} else if (fhci_host_transaction(usb, pkt, td->type, ed->dev_addr,
type              343 drivers/usb/host/fhci.h 	enum fhci_ta_type type;	 /* transaction type */
type              519 drivers/usb/host/fhci.h 			enum fhci_ta_type type, int toggle, u8 *data, u32 len,
type              491 drivers/usb/host/fotg210-hcd.c 	char *type = "";
type              499 drivers/usb/host/fotg210-hcd.c 			type = "out";
type              502 drivers/usb/host/fotg210-hcd.c 			type = "in";
type              509 drivers/usb/host/fotg210-hcd.c 			(scratch >> 8) & 0x000f, type, qh->usecs,
type             2719 drivers/usb/host/fotg210-hcd.c 	int is_input, type;
type             2734 drivers/usb/host/fotg210-hcd.c 	type = usb_pipetype(urb->pipe);
type             2754 drivers/usb/host/fotg210-hcd.c 	if (type == PIPE_INTERRUPT) {
type             2814 drivers/usb/host/fotg210-hcd.c 		if (type != PIPE_INTERRUPT)
type             2816 drivers/usb/host/fotg210-hcd.c 		if (type == PIPE_CONTROL) {
type             2844 drivers/usb/host/fotg210-hcd.c 		if (type == PIPE_CONTROL) {
type             2849 drivers/usb/host/fotg210-hcd.c 		} else if (type == PIPE_BULK) {
type             3413 drivers/usb/host/fotg210-hcd.c 		__hc32 type;
type             3417 drivers/usb/host/fotg210-hcd.c 		type = Q_NEXT_TYPE(fotg210, fotg210->periodic[frame]);
type             3419 drivers/usb/host/fotg210-hcd.c 			switch (hc32_to_cpu(fotg210, type)) {
type             3421 drivers/usb/host/fotg210-hcd.c 				type = Q_NEXT_TYPE(fotg210, here.itd->hw_next);
type             3436 drivers/usb/host/fotg210-hcd.c 				type = Q_NEXT_TYPE(fotg210, hw->hw_next);
type             3443 drivers/usb/host/fotg210-hcd.c 						frame, type);
type             3503 drivers/usb/host/fotg210-hcd.c 		__hc32 type = 0;
type             3507 drivers/usb/host/fotg210-hcd.c 			type = Q_NEXT_TYPE(fotg210, *hw_p);
type             3508 drivers/usb/host/fotg210-hcd.c 			if (type == cpu_to_hc32(fotg210, Q_TYPE_QH))
type             3510 drivers/usb/host/fotg210-hcd.c 			prev = periodic_next_shadow(fotg210, prev, type);
type             3511 drivers/usb/host/fotg210-hcd.c 			hw_p = shadow_next_periodic(fotg210, &here, type);
type             4334 drivers/usb/host/fotg210-hcd.c 	__hc32 type = 0;
type             4338 drivers/usb/host/fotg210-hcd.c 		type = Q_NEXT_TYPE(fotg210, *hw_p);
type             4339 drivers/usb/host/fotg210-hcd.c 		if (type == cpu_to_hc32(fotg210, Q_TYPE_QH))
type             4341 drivers/usb/host/fotg210-hcd.c 		prev = periodic_next_shadow(fotg210, prev, type);
type             4342 drivers/usb/host/fotg210-hcd.c 		hw_p = shadow_next_periodic(fotg210, &here, type);
type             4588 drivers/usb/host/fotg210-hcd.c 	__hc32 type, *hw_p;
type             4594 drivers/usb/host/fotg210-hcd.c 	type = Q_NEXT_TYPE(fotg210, *hw_p);
type             4598 drivers/usb/host/fotg210-hcd.c 		switch (hc32_to_cpu(fotg210, type)) {
type             4615 drivers/usb/host/fotg210-hcd.c 					type = Q_NEXT_TYPE(fotg210,
type             4629 drivers/usb/host/fotg210-hcd.c 			type = Q_NEXT_TYPE(fotg210, q.itd->hw_next);
type             4636 drivers/usb/host/fotg210-hcd.c 					type, frame, q.ptr);
type              689 drivers/usb/host/isp116x-hcd.c 	int type = usb_pipetype(pipe);
type              699 drivers/usb/host/isp116x-hcd.c 	if (type == PIPE_ISOCHRONOUS) {
type              732 drivers/usb/host/isp116x-hcd.c 		if (type == PIPE_CONTROL) {
type              759 drivers/usb/host/isp116x-hcd.c 						     (type == PIPE_ISOCHRONOUS),
type              769 drivers/usb/host/isp116x-hcd.c 	switch (type) {
type              461 drivers/usb/host/isp116x.h #define isp116x_show_regs(d,type,s) {			\
type              462 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCREVISION, s);	\
type              463 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCCONTROL, s);	\
type              464 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCCMDSTAT, s);	\
type              465 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCINTSTAT, s);	\
type              466 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCINTENB, s);	\
type              467 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCFMINTVL, s);	\
type              468 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCFMREM, s);		\
type              469 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCFMNUM, s);		\
type              470 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCLSTHRESH, s);	\
type              471 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCRHDESCA, s);	\
type              472 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCRHDESCB, s);	\
type              473 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCRHSTATUS, s);	\
type              474 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCRHPORT1, s);	\
type              475 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCRHPORT2, s);	\
type              476 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCHWCFG, s);		\
type              477 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCDMACFG, s);	\
type              478 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCXFERCTR, s);	\
type              479 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCuPINT, s);		\
type              480 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCuPINTENB, s);	\
type              481 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCCHIPID, s);	\
type              482 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCSCRATCH, s);	\
type              483 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCITLBUFLEN, s);	\
type              484 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCATLBUFLEN, s);	\
type              485 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCBUFSTAT, s);	\
type              486 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCRDITL0LEN, s);	\
type              487 drivers/usb/host/isp116x.h 	isp116x_show_reg_##type(d, HCRDITL1LEN, s);	\
type             1224 drivers/usb/host/isp1362-hcd.c 	int type = usb_pipetype(pipe);
type             1233 drivers/usb/host/isp1362-hcd.c 	if (type == PIPE_ISOCHRONOUS) {
type             1287 drivers/usb/host/isp1362-hcd.c 		if (type == PIPE_CONTROL)
type             1294 drivers/usb/host/isp1362-hcd.c 		switch (type) {
type             1302 drivers/usb/host/isp1362-hcd.c 						     (type == PIPE_ISOCHRONOUS),
type             1311 drivers/usb/host/isp1362-hcd.c 	switch (type) {
type             1343 drivers/usb/host/isp1362-hcd.c 			if (type == PIPE_ISOCHRONOUS) {
type             1371 drivers/usb/host/isp1362-hcd.c 	switch (type) {
type              316 drivers/usb/host/ohci-dbg.c 	char	*type = "";
type              320 drivers/usb/host/ohci-dbg.c 		ed, ed->state, edstring (ed->type),
type              323 drivers/usb/host/ohci-dbg.c 	case ED_OUT: type = "-OUT"; break;
type              324 drivers/usb/host/ohci-dbg.c 	case ED_IN: type = "-IN"; break;
type              335 drivers/usb/host/ohci-dbg.c 		type,
type              166 drivers/usb/host/ohci-hcd.c 	switch (ed->type) {
type              245 drivers/usb/host/ohci-hcd.c 		if (ed->type == PIPE_ISOCHRONOUS) {
type              255 drivers/usb/host/ohci-hcd.c 	} else if (ed->type == PIPE_ISOCHRONOUS) {
type              202 drivers/usb/host/ohci-q.c 	switch (ed->type) {
type              333 drivers/usb/host/ohci-q.c 	switch (ed->type) {
type              443 drivers/usb/host/ohci-q.c 		ed->type = usb_pipetype(pipe);
type              450 drivers/usb/host/ohci-q.c 		if (ed->type != PIPE_CONTROL) {
type              452 drivers/usb/host/ohci-q.c 			if (ed->type != PIPE_BULK) {
type              454 drivers/usb/host/ohci-q.c 				if (ed->type == PIPE_ISOCHRONOUS)
type              461 drivers/usb/host/ohci-q.c 					ed->type == PIPE_ISOCHRONOUS,
type              641 drivers/usb/host/ohci-q.c 	switch (urb_priv->ed->type) {
type              685 drivers/usb/host/ohci-q.c 		if (urb_priv->ed->type == PIPE_BULK) {
type              799 drivers/usb/host/ohci-q.c 		int	type = usb_pipetype (urb->pipe);
type              812 drivers/usb/host/ohci-q.c 		if ((type != PIPE_CONTROL || td->index != 0) && tdBE != 0) {
type             1177 drivers/usb/host/ohci-q.c 			switch (ed->type) {
type               61 drivers/usb/host/ohci.h 	u8			type;		/* PIPE_{BULK,...} */
type             1785 drivers/usb/host/oxu210hp-hcd.c 	int is_input, type;
type             1798 drivers/usb/host/oxu210hp-hcd.c 	type = usb_pipetype(urb->pipe);
type             1809 drivers/usb/host/oxu210hp-hcd.c 	if (type == PIPE_INTERRUPT) {
type             1865 drivers/usb/host/oxu210hp-hcd.c 		if (type != PIPE_INTERRUPT)
type             1867 drivers/usb/host/oxu210hp-hcd.c 		if (type == PIPE_CONTROL) {
type             1882 drivers/usb/host/oxu210hp-hcd.c 		if (type == PIPE_CONTROL) {
type             1887 drivers/usb/host/oxu210hp-hcd.c 		} else if (type == PIPE_BULK) {
type             2370 drivers/usb/host/oxu210hp-hcd.c 		__le32			type = 0;
type             2374 drivers/usb/host/oxu210hp-hcd.c 			type = Q_NEXT_TYPE(*hw_p);
type             2375 drivers/usb/host/oxu210hp-hcd.c 			if (type == Q_TYPE_QH)
type             2377 drivers/usb/host/oxu210hp-hcd.c 			prev = periodic_next_shadow(prev, type);
type             2694 drivers/usb/host/oxu210hp-hcd.c 		__le32			type, *hw_p;
type             2708 drivers/usb/host/oxu210hp-hcd.c 		type = Q_NEXT_TYPE(*hw_p);
type             2714 drivers/usb/host/oxu210hp-hcd.c 			switch (type) {
type             2718 drivers/usb/host/oxu210hp-hcd.c 				type = Q_NEXT_TYPE(q.qh->hw_next);
type             2727 drivers/usb/host/oxu210hp-hcd.c 					type, frame, q.ptr);
type              617 drivers/usb/host/r8a66597-hcd.c 	if (info->type == R8A66597_BULK && info->dir_in)
type              619 drivers/usb/host/r8a66597-hcd.c 	val |= info->type | info->epnum;
type              699 drivers/usb/host/r8a66597-hcd.c static u16 get_r8a66597_type(__u8 type)
type              703 drivers/usb/host/r8a66597-hcd.c 	switch (type) {
type              768 drivers/usb/host/r8a66597-hcd.c 	if ((pipe->info.pipenum != 0) && (info->type != R8A66597_INT)) {
type              945 drivers/usb/host/r8a66597-hcd.c 	info.type = get_r8a66597_type(usb_endpoint_type(ep));
type              948 drivers/usb/host/r8a66597-hcd.c 	if (info.type == R8A66597_BULK) {
type             1200 drivers/usb/host/r8a66597-hcd.c 	switch (td->type) {
type             1457 drivers/usb/host/r8a66597-hcd.c 	switch (td->type) {
type             1461 drivers/usb/host/r8a66597-hcd.c 			td->type = USB_PID_ACK;
type             1465 drivers/usb/host/r8a66597-hcd.c 			td->type = USB_PID_ACK;
type             1467 drivers/usb/host/r8a66597-hcd.c 			td->type = USB_PID_OUT;
type             1469 drivers/usb/host/r8a66597-hcd.c 			td->type = USB_PID_IN;
type             1509 drivers/usb/host/r8a66597-hcd.c 		if (td && td->type == USB_PID_IN)
type             1523 drivers/usb/host/r8a66597-hcd.c 			if (td->type == USB_PID_IN)
type             1525 drivers/usb/host/r8a66597-hcd.c 			else if (td->type == USB_PID_OUT)
type             1545 drivers/usb/host/r8a66597-hcd.c 		if (td && td->type != USB_PID_OUT)
type             1875 drivers/usb/host/r8a66597-hcd.c 		td->type = USB_PID_SETUP;
type             1877 drivers/usb/host/r8a66597-hcd.c 		td->type = USB_PID_IN;
type             1879 drivers/usb/host/r8a66597-hcd.c 		td->type = USB_PID_OUT;
type               37 drivers/usb/host/r8a66597.h 	u16 type;
type               60 drivers/usb/host/r8a66597.h 	u16 type;
type              799 drivers/usb/host/sl811-hcd.c 	int			type = usb_pipetype(pipe);
type              808 drivers/usb/host/sl811-hcd.c 	if (type == PIPE_ISOCHRONOUS)
type              849 drivers/usb/host/sl811-hcd.c 		if (type == PIPE_CONTROL)
type              871 drivers/usb/host/sl811-hcd.c 		switch (type) {
type              878 drivers/usb/host/sl811-hcd.c 			if (type == PIPE_ISOCHRONOUS)
type              881 drivers/usb/host/sl811-hcd.c 				(type == PIPE_ISOCHRONOUS),
type              892 drivers/usb/host/sl811-hcd.c 	switch (type) {
type              128 drivers/usb/host/uhci-debug.c 			(urbp->qh->type == USB_ENDPOINT_XFER_CONTROL ?
type              140 drivers/usb/host/uhci-debug.c 		if (urbp->qh->type != USB_ENDPOINT_XFER_ISOC &&
type              173 drivers/usb/host/uhci-debug.c 	switch (qh->type) {
type              185 drivers/usb/host/uhci-debug.c 	if (qh->type == USB_ENDPOINT_XFER_ISOC)
type              190 drivers/usb/host/uhci-debug.c 	else if (qh->type == USB_ENDPOINT_XFER_INT)
type              176 drivers/usb/host/uhci-hcd.h 	int type;			/* Queue type (control, bulk, etc) */
type              264 drivers/usb/host/uhci-q.c 		qh->type = usb_endpoint_type(&hep->desc);
type              265 drivers/usb/host/uhci-q.c 		if (qh->type != USB_ENDPOINT_XFER_ISOC) {
type              277 drivers/usb/host/uhci-q.c 		if (qh->type == USB_ENDPOINT_XFER_INT ||
type              278 drivers/usb/host/uhci-q.c 				qh->type == USB_ENDPOINT_XFER_ISOC)
type              281 drivers/usb/host/uhci-q.c 					qh->type == USB_ENDPOINT_XFER_ISOC,
type              287 drivers/usb/host/uhci-q.c 		qh->type = -1;
type              325 drivers/usb/host/uhci-q.c 	if (qh->type == USB_ENDPOINT_XFER_ISOC) {
type              355 drivers/usb/host/uhci-q.c 	if (qh->type == USB_ENDPOINT_XFER_CONTROL)
type              671 drivers/usb/host/uhci-q.c 	switch (qh->type) {
type              704 drivers/usb/host/uhci-q.c 	switch (qh->type) {
type             1130 drivers/usb/host/uhci-q.c 	if (qh->type == USB_ENDPOINT_XFER_CONTROL) {
type             1212 drivers/usb/host/uhci-q.c 			if (qh->type == USB_ENDPOINT_XFER_CONTROL) {
type             1242 drivers/usb/host/uhci-q.c 		qh->needs_fixup = (qh->type != USB_ENDPOINT_XFER_CONTROL);
type             1437 drivers/usb/host/uhci-q.c 	switch (qh->type) {
type             1496 drivers/usb/host/uhci-q.c 	if (qh->type == USB_ENDPOINT_XFER_ISOC) {
type             1523 drivers/usb/host/uhci-q.c 	if (qh->type == USB_ENDPOINT_XFER_CONTROL) {
type             1533 drivers/usb/host/uhci-q.c 	else if (qh->type == USB_ENDPOINT_XFER_ISOC &&
type             1585 drivers/usb/host/uhci-q.c 		if (qh->type == USB_ENDPOINT_XFER_ISOC)
type             1675 drivers/usb/host/uhci-q.c 	if (qh->type == USB_ENDPOINT_XFER_ISOC)
type              300 drivers/usb/host/xhci-dbgtty.c 	dbc_tty_driver->type = TTY_DRIVER_TYPE_SERIAL;
type              100 drivers/usb/host/xhci-mem.c 		struct xhci_segment *next, enum xhci_ring_type type)
type              107 drivers/usb/host/xhci-mem.c 	if (type != TYPE_EVENT) {
type              118 drivers/usb/host/xhci-mem.c 				(type == TYPE_ISOC &&
type              139 drivers/usb/host/xhci-mem.c 	xhci_link_segments(xhci, ring->enq_seg, first, ring->type);
type              140 drivers/usb/host/xhci-mem.c 	xhci_link_segments(xhci, last, next, ring->type);
type              144 drivers/usb/host/xhci-mem.c 	if (ring->type != TYPE_EVENT && ring->enq_seg == ring->last_seg) {
type              285 drivers/usb/host/xhci-mem.c 		if (ring->type == TYPE_STREAM)
type              321 drivers/usb/host/xhci-mem.c 		enum xhci_ring_type type, unsigned int max_packet, gfp_t flags)
type              344 drivers/usb/host/xhci-mem.c 		xhci_link_segments(xhci, prev, next, type);
type              349 drivers/usb/host/xhci-mem.c 	xhci_link_segments(xhci, prev, *first, type);
type              364 drivers/usb/host/xhci-mem.c 		enum xhci_ring_type type, unsigned int max_packet, gfp_t flags)
type              377 drivers/usb/host/xhci-mem.c 	ring->type = type;
type              382 drivers/usb/host/xhci-mem.c 			&ring->last_seg, num_segs, cycle_state, type,
type              388 drivers/usb/host/xhci-mem.c 	if (type != TYPE_EVENT) {
type              431 drivers/usb/host/xhci-mem.c 			num_segs, ring->cycle_state, ring->type,
type              436 drivers/usb/host/xhci-mem.c 	if (ring->type == TYPE_STREAM)
type              461 drivers/usb/host/xhci-mem.c 						    int type, gfp_t flags)
type              466 drivers/usb/host/xhci-mem.c 	if ((type != XHCI_CTX_TYPE_DEVICE) && (type != XHCI_CTX_TYPE_INPUT))
type              473 drivers/usb/host/xhci-mem.c 	ctx->type = type;
type              475 drivers/usb/host/xhci-mem.c 	if (type == XHCI_CTX_TYPE_INPUT)
type              498 drivers/usb/host/xhci-mem.c 	if (ctx->type != XHCI_CTX_TYPE_INPUT)
type              507 drivers/usb/host/xhci-mem.c 	if (ctx->type == XHCI_CTX_TYPE_DEVICE)
type              520 drivers/usb/host/xhci-mem.c 	if (ctx->type == XHCI_CTX_TYPE_INPUT)
type             1545 drivers/usb/host/xhci-mem.c 	bw_info->type = 0;
type             1596 drivers/usb/host/xhci-mem.c 			bw_info->type = ep_type;
type              159 drivers/usb/host/xhci-ring.c 	if (ring->type == TYPE_EVENT) {
type              233 drivers/usb/host/xhci-ring.c 		if (!(ring->type == TYPE_ISOC &&
type              267 drivers/usb/host/xhci-ring.c 	if (ring->type != TYPE_COMMAND && ring->type != TYPE_EVENT) {
type             2989 drivers/usb/host/xhci-ring.c 		    !(ep_ring->type == TYPE_ISOC &&
type             4112 drivers/usb/host/xhci-ring.c 	u32 type = TRB_TYPE(TRB_STOP_RING);
type             4116 drivers/usb/host/xhci-ring.c 			trb_slot_id | trb_ep_index | type | trb_suspend, false);
type             4129 drivers/usb/host/xhci-ring.c 	u32 type = TRB_TYPE(TRB_SET_DEQ);
type             4170 drivers/usb/host/xhci-ring.c 		trb_slot_id | trb_ep_index | type, false);
type             4190 drivers/usb/host/xhci-ring.c 	u32 type = TRB_TYPE(TRB_RESET_EP);
type             4193 drivers/usb/host/xhci-ring.c 		type |= TRB_TSP;
type             4196 drivers/usb/host/xhci-ring.c 			trb_slot_id | trb_ep_index | type, false);
type               88 drivers/usb/host/xhci-trace.h 			((ctx->type == XHCI_CTX_TYPE_INPUT) + ep_num + 1))
type               95 drivers/usb/host/xhci-trace.h 		__entry->ctx_type = ctx->type;
type              102 drivers/usb/host/xhci-trace.h 			((ctx->type == XHCI_CTX_TYPE_INPUT) + ep_num + 1));
type              120 drivers/usb/host/xhci-trace.h 		__field(u32, type)
type              127 drivers/usb/host/xhci-trace.h 		__entry->type = ring->type;
type              133 drivers/usb/host/xhci-trace.h 	TP_printk("%s: %s", xhci_ring_type_string(__entry->type),
type              272 drivers/usb/host/xhci-trace.h 		__field(int, type)
type              287 drivers/usb/host/xhci-trace.h 		__entry->type = usb_endpoint_type(&urb->ep->desc);
type              292 drivers/usb/host/xhci-trace.h 			__print_symbolic(__entry->type,
type              458 drivers/usb/host/xhci-trace.h 		__field(u32, type)
type              472 drivers/usb/host/xhci-trace.h 		__entry->type = ring->type;
type              484 drivers/usb/host/xhci-trace.h 			xhci_ring_type_string(__entry->type), __entry->ring,
type             2501 drivers/usb/host/xhci.c 	if (xhci_is_async_ep(ep_bw->type))
type             2505 drivers/usb/host/xhci.c 		if (xhci_is_sync_in_ep(ep_bw->type))
type             2566 drivers/usb/host/xhci.c 	if (xhci_is_async_ep(ep_bw->type))
type             2570 drivers/usb/host/xhci.c 		if (xhci_is_sync_in_ep(ep_bw->type))
type              595 drivers/usb/host/xhci.h 	unsigned type;
type              873 drivers/usb/host/xhci.h 	unsigned int		type;
type             1420 drivers/usb/host/xhci.h static inline const char *xhci_trb_type_string(u8 type)
type             1422 drivers/usb/host/xhci.h 	switch (type) {
type             1572 drivers/usb/host/xhci.h static inline const char *xhci_ring_type_string(enum xhci_ring_type type)
type             1574 drivers/usb/host/xhci.h 	switch (type) {
type             1614 drivers/usb/host/xhci.h 	enum xhci_ring_type	type;
type             2009 drivers/usb/host/xhci.h 		enum xhci_ring_type type, unsigned int max_packet, gfp_t flags);
type             2049 drivers/usb/host/xhci.h 		int type, gfp_t flags);
type             2216 drivers/usb/host/xhci.h 	int type = TRB_FIELD_TO_TYPE(field3);
type             2218 drivers/usb/host/xhci.h 	switch (type) {
type             2223 drivers/usb/host/xhci.h 			xhci_trb_type_string(type),
type             2244 drivers/usb/host/xhci.h 			xhci_trb_type_string(type),
type             2261 drivers/usb/host/xhci.h 				xhci_trb_type_string(type),
type             2270 drivers/usb/host/xhci.h 				xhci_trb_type_string(type),
type             2283 drivers/usb/host/xhci.h 				xhci_trb_type_string(type),
type             2297 drivers/usb/host/xhci.h 			xhci_trb_type_string(type),
type             2312 drivers/usb/host/xhci.h 			xhci_trb_type_string(type),
type             2319 drivers/usb/host/xhci.h 			xhci_trb_type_string(type),
type             2326 drivers/usb/host/xhci.h 			xhci_trb_type_string(type),
type             2335 drivers/usb/host/xhci.h 			xhci_trb_type_string(type),
type             2344 drivers/usb/host/xhci.h 			xhci_trb_type_string(type),
type             2352 drivers/usb/host/xhci.h 			xhci_trb_type_string(type),
type             2363 drivers/usb/host/xhci.h 			xhci_trb_type_string(type),
type             2373 drivers/usb/host/xhci.h 			xhci_trb_type_string(type),
type             2384 drivers/usb/host/xhci.h 			xhci_trb_type_string(type),
type             2391 drivers/usb/host/xhci.h 			xhci_trb_type_string(type),
type             2400 drivers/usb/host/xhci.h 			xhci_trb_type_string(type),
type             2407 drivers/usb/host/xhci.h 			xhci_trb_type_string(type),
type             2416 drivers/usb/host/xhci.h 			xhci_trb_type_string(type),
type             2425 drivers/usb/host/xhci.h 			xhci_trb_type_string(type),
type             2612 drivers/usb/host/xhci.h static inline const char *xhci_ep_type_string(u8 type)
type             2614 drivers/usb/host/xhci.h 	switch (type) {
type              713 drivers/usb/isp1760/isp1760-udc.c 	unsigned int type;
type              735 drivers/usb/isp1760/isp1760-udc.c 		type = DC_ENDPTYP_ISOC;
type              738 drivers/usb/isp1760/isp1760-udc.c 		type = DC_ENDPTYP_BULK;
type              741 drivers/usb/isp1760/isp1760-udc.c 		type = DC_ENDPTYP_INTERRUPT;
type              761 drivers/usb/isp1760/isp1760-udc.c 	isp1760_udc_write(udc, DC_EPTYPE, DC_EPENABLE | type);
type              273 drivers/usb/misc/appledisplay.c 	props.type = BACKLIGHT_RAW;
type              108 drivers/usb/misc/iowarrior.c 			  struct usb_host_interface *inter, unsigned char type,
type              114 drivers/usb/misc/iowarrior.c 			       USB_RECIP_INTERFACE, (type << 8) + id,
type              122 drivers/usb/misc/iowarrior.c static int usb_set_report(struct usb_interface *intf, unsigned char type,
type              129 drivers/usb/misc/iowarrior.c 			       (type << 8) + id,
type              610 drivers/usb/misc/sisusbvga/sisusb.c static int sisusb_write_memio_byte(struct sisusb_usb_data *sisusb, int type,
type              615 drivers/usb/misc/sisusbvga/sisusb.c 	packet.header  = (1 << (addr & 3)) | (type << 6);
type              621 drivers/usb/misc/sisusbvga/sisusb.c static int sisusb_write_memio_word(struct sisusb_usb_data *sisusb, int type,
type              631 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header = (type << 6) | 0x0003;
type              636 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header = (type << 6) | 0x0006;
type              641 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header = (type << 6) | 0x000c;
type              646 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header = (type << 6) | 0x0008;
type              649 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header = (type << 6) | 0x0001;
type              658 drivers/usb/misc/sisusbvga/sisusb.c static int sisusb_write_memio_24bit(struct sisusb_usb_data *sisusb, int type,
type              668 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x0007;
type              673 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x000e;
type              678 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x000c;
type              681 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x0001;
type              687 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x0008;
type              690 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x0003;
type              699 drivers/usb/misc/sisusbvga/sisusb.c static int sisusb_write_memio_long(struct sisusb_usb_data *sisusb, int type,
type              709 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x000f;
type              714 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x000e;
type              717 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x0001;
type              723 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x000c;
type              726 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x0003;
type              732 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x0008;
type              735 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x0007;
type              967 drivers/usb/misc/sisusbvga/sisusb.c static int sisusb_read_memio_byte(struct sisusb_usb_data *sisusb, int type,
type              974 drivers/usb/misc/sisusbvga/sisusb.c 	packet.header  = (1 << (addr & 3)) | (type << 6);
type              981 drivers/usb/misc/sisusbvga/sisusb.c static int sisusb_read_memio_word(struct sisusb_usb_data *sisusb, int type,
type              993 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header = (type << 6) | 0x0003;
type              998 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header = (type << 6) | 0x0006;
type             1003 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header = (type << 6) | 0x000c;
type             1008 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header = (type << 6) | 0x0008;
type             1011 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header = (type << 6) | 0x0001;
type             1020 drivers/usb/misc/sisusbvga/sisusb.c static int sisusb_read_memio_24bit(struct sisusb_usb_data *sisusb, int type,
type             1030 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x0007;
type             1035 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x000e;
type             1040 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x000c;
type             1043 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x0001;
type             1049 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x0008;
type             1052 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x0003;
type             1061 drivers/usb/misc/sisusbvga/sisusb.c static int sisusb_read_memio_long(struct sisusb_usb_data *sisusb, int type,
type             1071 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x000f;
type             1076 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x000e;
type             1079 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x0001;
type             1085 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x000c;
type             1088 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x0003;
type             1094 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x0008;
type             1097 drivers/usb/misc/sisusbvga/sisusb.c 		packet.header  = (type << 6) | 0x0007;
type              229 drivers/usb/misc/usb251xb.c 	if (dev->type == &i2c_adapter_type) {
type               91 drivers/usb/mon/mon_bin.c 	unsigned char type;	/* Same as in text API; extensible. */
type              389 drivers/usb/mon/mon_bin.c 	ep->type = '@';
type              567 drivers/usb/mon/mon_bin.c 	ep->type = ev_type;
type              654 drivers/usb/mon/mon_bin.c 	ep->type = 'E';
type               58 drivers/usb/mon/mon_text.c 	int type;		/* submit, complete, etc. */
type              210 drivers/usb/mon/mon_text.c 	ep->type = ev_type;
type              282 drivers/usb/mon/mon_text.c 	ep->type = 'E';
type              455 drivers/usb/mon/mon_text.c 		if (ep->type == 'E') {
type              525 drivers/usb/mon/mon_text.c 	    ep->id, ep->tstamp, ep->type,
type              543 drivers/usb/mon/mon_text.c 	    ep->id, ep->tstamp, ep->type,
type              578 drivers/usb/mon/mon_text.c 	if (ep->type == 'S') {
type              281 drivers/usb/mtu3/mtu3.h 	u8 type;
type              331 drivers/usb/mtu3/mtu3_core.c 		switch (mep->type) {
type              367 drivers/usb/mtu3/mtu3_core.c 		switch (mep->type) {
type              103 drivers/usb/mtu3/mtu3_debugfs.c 			seq_printf(sf, "%s - type: %d\n", mep->name, mep->type);
type              109 drivers/usb/mtu3/mtu3_debugfs.c 			seq_printf(sf, "%s - type: %d\n", mep->name, mep->type);
type              180 drivers/usb/mtu3/mtu3_debugfs.c 		   mep->type, mep->maxp, mep->slot, mep->flags);
type               80 drivers/usb/mtu3/mtu3_gadget.c 	mep->type = usb_endpoint_type(desc);
type              149 drivers/usb/mtu3/mtu3_gadget.c 	mep->type = 0;
type              389 drivers/usb/mtu3/mtu3_gadget.c 	if (mep->type == USB_ENDPOINT_XFER_ISOC) {
type              221 drivers/usb/mtu3/mtu3_trace.h 		__field(unsigned int, type)
type              232 drivers/usb/mtu3/mtu3_trace.h 		__entry->type = mep->type;
type              242 drivers/usb/mtu3/mtu3_trace.h 		__get_str(name), __entry->type,
type             1459 drivers/usb/musb/musb_core.c 	char *type;
type             1496 drivers/usb/musb/musb_core.c 		type = "M";
type             1499 drivers/usb/musb/musb_core.c 		type = "";
type             1510 drivers/usb/musb/musb_core.c 		 musb_driver_name, type, MUSB_HWVERS_MAJOR(musb->hwvers),
type              369 drivers/usb/musb/musb_core.h #define	can_bulk_split(musb,type) \
type              370 drivers/usb/musb/musb_core.h 	(((type) == USB_ENDPOINT_XFER_BULK) && (musb)->bulk_split)
type              373 drivers/usb/musb/musb_core.h #define	can_bulk_combine(musb,type) \
type              374 drivers/usb/musb/musb_core.h 	(((type) == USB_ENDPOINT_XFER_BULK) && (musb)->bulk_combine)
type              419 drivers/usb/musb/musb_core.h static inline char *musb_ep_xfertype_string(u8 type)
type              423 drivers/usb/musb/musb_core.h 	switch (type) {
type              256 drivers/usb/musb/musb_cppi41.c 		u8 type;
type              259 drivers/usb/musb/musb_cppi41.c 			type = hw_ep->out_qh->type;
type              261 drivers/usb/musb/musb_cppi41.c 			type = hw_ep->ep_in.type;
type              263 drivers/usb/musb/musb_cppi41.c 		if (type == USB_ENDPOINT_XFER_ISOC)
type              565 drivers/usb/musb/musb_cppi41.c 	if (cppi41_channel->hw_ep->ep_in.type != USB_ENDPOINT_XFER_BULK)
type              210 drivers/usb/musb/musb_gadget.c 	if (can_bulk_split(musb, ep->type))
type              324 drivers/usb/musb/musb_gadget.c 							   musb_ep->type))
type              935 drivers/usb/musb/musb_gadget.c 	musb_ep->type = usb_endpoint_type(desc);
type              988 drivers/usb/musb/musb_gadget.c 		if (can_bulk_split(musb, musb_ep->type))
type              998 drivers/usb/musb/musb_gadget.c 		if (musb_ep->type == USB_ENDPOINT_XFER_ISOC)
type             1038 drivers/usb/musb/musb_gadget.c 		if (musb_ep->type == USB_ENDPOINT_XFER_ISOC)
type             1040 drivers/usb/musb/musb_gadget.c 		else if (musb_ep->type == USB_ENDPOINT_XFER_INT)
type             1066 drivers/usb/musb/musb_gadget.c 			musb_ep_xfertype_string(musb_ep->type),
type             1342 drivers/usb/musb/musb_gadget.c 	if ((USB_ENDPOINT_XFER_ISOC == musb_ep->type)) {
type               82 drivers/usb/musb/musb_gadget.h 	u8				type;
type              211 drivers/usb/musb/musb_host.c 	switch (qh->type) {
type              242 drivers/usb/musb/musb_host.c 	switch (qh->type) {
type              327 drivers/usb/musb/musb_host.c 	switch (qh->type) {
type              367 drivers/usb/musb/musb_host.c 		switch (qh->type) {
type              612 drivers/usb/musb/musb_host.c 					can_bulk_split(hw_ep->musb, qh->type)))
type              805 drivers/usb/musb/musb_host.c 			if (can_bulk_split(musb, qh->type)) {
type              823 drivers/usb/musb/musb_host.c 		if (can_bulk_split(musb, qh->type))
type              874 drivers/usb/musb/musb_host.c 			if (qh->type == USB_ENDPOINT_XFER_INT)
type             1267 drivers/usb/musb/musb_host.c 		if (USB_ENDPOINT_XFER_BULK == qh->type && qh->mux == 1
type             1813 drivers/usb/musb/musb_host.c 		if (USB_ENDPOINT_XFER_ISOC != qh->type) {
type             2028 drivers/usb/musb/musb_host.c 	if (qh->type == USB_ENDPOINT_XFER_CONTROL) {
type             2081 drivers/usb/musb/musb_host.c 			if (!is_in && (qh->type == USB_ENDPOINT_XFER_BULK) &&
type             2090 drivers/usb/musb/musb_host.c 	if (best_end < 0 && qh->type == USB_ENDPOINT_XFER_BULK) {
type             2111 drivers/usb/musb/musb_host.c 				musb_ep_xfertype_string(qh->type),
type             2191 drivers/usb/musb/musb_host.c 	qh->type = usb_endpoint_type(epd);
type             2199 drivers/usb/musb/musb_host.c 		int ok = (qh->type == USB_ENDPOINT_XFER_ISOC);
type             2207 drivers/usb/musb/musb_host.c 				musb_ep_xfertype_string(qh->type),
type             2221 drivers/usb/musb/musb_host.c 	type_reg = (qh->type << 4) | qh->epnum;
type             2235 drivers/usb/musb/musb_host.c 	switch (qh->type) {
type               35 drivers/usb/musb/musb_host.h 	u8			type;		/* XFERTYPE_* */
type              210 drivers/usb/phy/phy-generic.c 	enum usb_phy_type type = USB_PHY_TYPE_USB2;
type              234 drivers/usb/phy/phy-generic.c 		type = pdata->type;
type              290 drivers/usb/phy/phy-generic.c 	nop->phy.type		= type;
type              113 drivers/usb/phy/phy-isp1301.c 	phy->type = USB_PHY_TYPE_USB2;
type              797 drivers/usb/phy/phy-mxs-usb.c 	mxs_phy->phy.type		= USB_PHY_TYPE_USB2;
type               38 drivers/usb/phy/phy.c 	enum usb_phy_type type)
type               43 drivers/usb/phy/phy.c 		if (phy->type != type)
type              415 drivers/usb/phy/phy.c struct usb_phy *devm_usb_get_phy(struct device *dev, enum usb_phy_type type)
type              423 drivers/usb/phy/phy.c 	phy = usb_get_phy(type);
type              444 drivers/usb/phy/phy.c struct usb_phy *usb_get_phy(enum usb_phy_type type)
type              451 drivers/usb/phy/phy.c 	phy = __usb_find_phy(&phy_list, type);
type              454 drivers/usb/phy/phy.c 			usb_phy_type_string(type));
type              615 drivers/usb/phy/phy.c int usb_add_phy(struct usb_phy *x, enum usb_phy_type type)
type              621 drivers/usb/phy/phy.c 	if (x->type != USB_PHY_TYPE_UNDEFINED) {
type              636 drivers/usb/phy/phy.c 		if (phy->type == type) {
type              639 drivers/usb/phy/phy.c 						usb_phy_type_string(type));
type              644 drivers/usb/phy/phy.c 	x->type = type;
type              148 drivers/usb/renesas_usbhs/fifo.c static int usbhsf_pkt_handler(struct usbhs_pipe *pipe, int type)
type              165 drivers/usb/renesas_usbhs/fifo.c 	switch (type) {
type             1154 drivers/usb/renesas_usbhs/mod_gadget.c 			if (pipe_configs[i].type == USB_ENDPOINT_XFER_ISOC)
type             1156 drivers/usb/renesas_usbhs/mod_gadget.c 			if (pipe_configs[i].type == USB_ENDPOINT_XFER_BULK)
type             1158 drivers/usb/renesas_usbhs/mod_gadget.c 			if (pipe_configs[i].type == USB_ENDPOINT_XFER_INT)
type             1432 drivers/usb/renesas_usbhs/mod_host.c 		dir_in = (pipe_configs[i].type == old_type);
type             1433 drivers/usb/renesas_usbhs/mod_host.c 		old_type = pipe_configs[i].type;
type             1435 drivers/usb/renesas_usbhs/mod_host.c 		if (USB_ENDPOINT_XFER_CONTROL == pipe_configs[i].type) {
type             1440 drivers/usb/renesas_usbhs/mod_host.c 						 pipe_configs[i].type,
type              403 drivers/usb/renesas_usbhs/pipe.c 	u16 type = 0;
type              429 drivers/usb/renesas_usbhs/pipe.c 	type = type_array[usbhs_pipe_type(pipe)];
type              459 drivers/usb/renesas_usbhs/pipe.c 	*pipecfg = type		|
type              635 drivers/usb/renesas_usbhs/pipe.c static struct usbhs_pipe *usbhsp_get_pipe(struct usbhs_priv *priv, u32 type)
type              645 drivers/usb/renesas_usbhs/pipe.c 		if (!usbhs_pipe_type_is(pos, type))
type              816 drivers/usb/renesas_usbhs/pipe.c 	if (pipe_configs[0].type != USB_ENDPOINT_XFER_CONTROL) {
type              835 drivers/usb/renesas_usbhs/pipe.c 			pipe_configs[i].type & USB_ENDPOINT_XFERTYPE_MASK;
type              838 drivers/usb/renesas_usbhs/pipe.c 			i, usbhsp_pipe_name[pipe_configs[i].type]);
type              310 drivers/usb/roles/class.c 	sw->dev.type = &usb_role_dev_type;
type              395 drivers/usb/serial/ark3116.c 	ss->type = PORT_16654;
type               32 drivers/usb/serial/bus.c 	if (driver == port->serial->type)
type               55 drivers/usb/serial/bus.c 	driver = port->serial->type;
type              110 drivers/usb/serial/bus.c 	driver = port->serial->type;
type              127 drivers/usb/serial/console.c 		if (serial->type->set_termios) {
type              153 drivers/usb/serial/console.c 		retval = serial->type->open(NULL, port);
type              159 drivers/usb/serial/console.c 		if (serial->type->set_termios) {
type              163 drivers/usb/serial/console.c 			serial->type->set_termios(tty, port, &dummy);
type              229 drivers/usb/serial/console.c 		retval = serial->type->write(NULL, port, buf, i);
type              234 drivers/usb/serial/console.c 			retval = serial->type->write(NULL, port, &cr, 1);
type              620 drivers/usb/serial/cp210x.c static int cp210x_read_vendor_block(struct usb_serial *serial, u8 type, u16 val,
type              631 drivers/usb/serial/cp210x.c 				 CP210X_VENDOR_SPECIFIC, type, val,
type              724 drivers/usb/serial/cp210x.c static int cp210x_write_vendor_block(struct usb_serial *serial, u8 type,
type              735 drivers/usb/serial/cp210x.c 				 CP210X_VENDOR_SPECIFIC, type, val,
type             1216 drivers/usb/serial/digi_acceleport.c 	for (i = 0; i < serial->type->num_ports + 1; i++) {
type             1262 drivers/usb/serial/digi_acceleport.c 	serial_priv->ds_oob_port_num = serial->type->num_ports;
type             1283 drivers/usb/serial/digi_acceleport.c 	for (i = 0; i < serial->type->num_ports + 1; i++) {
type             1495 drivers/usb/serial/digi_acceleport.c 		if (status != 0 || line >= serial->type->num_ports)
type              701 drivers/usb/serial/f81232.c 	ss->type = PORT_16550A;
type             1153 drivers/usb/serial/f81534.c 	ss->type = PORT_16550A;
type              176 drivers/usb/serial/generic.c 	count = port->serial->type->prepare_write_buffer(port,
type              290 drivers/usb/serial/generic.c 	while (!port->serial->type->tx_empty(port)) {
type              389 drivers/usb/serial/generic.c 		port->serial->type->process_read_urb(urb);
type             1646 drivers/usb/serial/io_edgeport.c 	ss->type		= PORT_16550A;
type             2451 drivers/usb/serial/io_ti.c 	ss->type		= PORT_16550A;
type             2511 drivers/usb/serial/io_ti.c 	unsigned char num_ports = serial->type->num_ports;
type             1795 drivers/usb/serial/mos7720.c 	ss->type		= PORT_16550A;
type              704 drivers/usb/serial/mos7840.c 	if (!serial->type) {
type             1926 drivers/usb/serial/mos7840.c 	ss->type = PORT_16550A;
type              337 drivers/usb/serial/opticon.c 	ss->type		= PORT_16550A;
type              167 drivers/usb/serial/pl2303.c 	const struct pl2303_type_data *type;
type              322 drivers/usb/serial/pl2303.c 	enum pl2303_type type = TYPE_01;
type              336 drivers/usb/serial/pl2303.c 		type = TYPE_01;		/* type 0 */
type              338 drivers/usb/serial/pl2303.c 		type = TYPE_HX;
type              340 drivers/usb/serial/pl2303.c 		type = TYPE_01;		/* type 1 */
type              342 drivers/usb/serial/pl2303.c 		type = TYPE_01;		/* type 1 */
type              343 drivers/usb/serial/pl2303.c 	dev_dbg(&serial->interface->dev, "device type: %d\n", type);
type              345 drivers/usb/serial/pl2303.c 	spriv->type = &pl2303_type_data[type];
type              347 drivers/usb/serial/pl2303.c 	spriv->quirks |= spriv->type->quirks;
type              514 drivers/usb/serial/pl2303.c 	if (spriv->type->max_baud_rate)
type              515 drivers/usb/serial/pl2303.c 		baud = min_t(speed_t, baud, spriv->type->max_baud_rate);
type              584 drivers/usb/serial/pl2303.c static bool pl2303_enable_xonxoff(struct tty_struct *tty, const struct pl2303_type_data *type)
type              592 drivers/usb/serial/pl2303.c 	if (type->no_autoxonxoff)
type              727 drivers/usb/serial/pl2303.c 	} else if (pl2303_enable_xonxoff(tty, spriv->type)) {
type              864 drivers/usb/serial/pl2303.c 	ss->type = PORT_16654;
type               53 drivers/usb/serial/spcp8x5.c 	u8	type;
type              537 drivers/usb/serial/ti_usb_3410_5052.c 	if (serial->type == &ti_1port_device)
type             1409 drivers/usb/serial/ti_usb_3410_5052.c 	ss->type = PORT_16550A;
type              136 drivers/usb/serial/usb-serial.c 	if (serial->attached && serial->type->release)
type              137 drivers/usb/serial/usb-serial.c 		serial->type->release(serial);
type              189 drivers/usb/serial/usb-serial.c 	if (!try_module_get(serial->type->driver.owner))
type              205 drivers/usb/serial/usb-serial.c 	if (init_termios && serial->type->init_termios)
type              206 drivers/usb/serial/usb-serial.c 		serial->type->init_termios(tty);
type              215 drivers/usb/serial/usb-serial.c 	module_put(serial->type->driver.owner);
type              233 drivers/usb/serial/usb-serial.c 		retval = port->serial->type->open(tty, port);
type              265 drivers/usb/serial/usb-serial.c 	struct usb_serial_driver *drv = port->serial->type;
type              315 drivers/usb/serial/usb-serial.c 	owner = serial->type->driver.owner;
type              334 drivers/usb/serial/usb-serial.c 	retval = port->serial->type->write(tty, port, buf, count);
type              347 drivers/usb/serial/usb-serial.c 	return port->serial->type->write_room(tty);
type              360 drivers/usb/serial/usb-serial.c 	return serial->type->chars_in_buffer(tty);
type              370 drivers/usb/serial/usb-serial.c 	if (!port->serial->type->wait_until_sent)
type              375 drivers/usb/serial/usb-serial.c 		port->serial->type->wait_until_sent(tty, timeout);
type              385 drivers/usb/serial/usb-serial.c 	if (port->serial->type->throttle)
type              386 drivers/usb/serial/usb-serial.c 		port->serial->type->throttle(tty);
type              395 drivers/usb/serial/usb-serial.c 	if (port->serial->type->unthrottle)
type              396 drivers/usb/serial/usb-serial.c 		port->serial->type->unthrottle(tty);
type              403 drivers/usb/serial/usb-serial.c 	if (port->serial->type->get_serial)
type              404 drivers/usb/serial/usb-serial.c 		return port->serial->type->get_serial(tty, ss);
type              412 drivers/usb/serial/usb-serial.c 	if (port->serial->type->set_serial)
type              413 drivers/usb/serial/usb-serial.c 		return port->serial->type->set_serial(tty, ss);
type              427 drivers/usb/serial/usb-serial.c 		if (port->serial->type->tiocmiwait)
type              428 drivers/usb/serial/usb-serial.c 			retval = port->serial->type->tiocmiwait(tty, arg);
type              431 drivers/usb/serial/usb-serial.c 		if (port->serial->type->ioctl)
type              432 drivers/usb/serial/usb-serial.c 			retval = port->serial->type->ioctl(tty, cmd, arg);
type              444 drivers/usb/serial/usb-serial.c 	if (port->serial->type->set_termios)
type              445 drivers/usb/serial/usb-serial.c 		port->serial->type->set_termios(tty, port, old);
type              456 drivers/usb/serial/usb-serial.c 	if (port->serial->type->break_ctl)
type              457 drivers/usb/serial/usb-serial.c 		port->serial->type->break_ctl(tty, break_state);
type              477 drivers/usb/serial/usb-serial.c 		if (serial->type->driver.owner)
type              479 drivers/usb/serial/usb-serial.c 				module_name(serial->type->driver.owner));
type              481 drivers/usb/serial/usb-serial.c 				serial->type->description);
type              503 drivers/usb/serial/usb-serial.c 	if (port->serial->type->tiocmget)
type              504 drivers/usb/serial/usb-serial.c 		return port->serial->type->tiocmget(tty);
type              515 drivers/usb/serial/usb-serial.c 	if (port->serial->type->tiocmset)
type              516 drivers/usb/serial/usb-serial.c 		return port->serial->type->tiocmset(tty, set, clear);
type              527 drivers/usb/serial/usb-serial.c 	if (port->serial->type->get_icount)
type              528 drivers/usb/serial/usb-serial.c 		return port->serial->type->get_icount(tty, icount);
type              611 drivers/usb/serial/usb-serial.c 	serial->type = driver;
type              675 drivers/usb/serial/usb-serial.c 	struct usb_serial_driver *drv = p->serial->type;
type              686 drivers/usb/serial/usb-serial.c 	struct usb_serial_driver *drv = p->serial->type;
type              750 drivers/usb/serial/usb-serial.c 	struct usb_serial_driver *type = port->serial->type;
type              755 drivers/usb/serial/usb-serial.c 	buffer_size = max_t(int, type->bulk_in_size, usb_endpoint_maxp(epd));
type              770 drivers/usb/serial/usb-serial.c 				type->read_bulk_callback, port);
type              782 drivers/usb/serial/usb-serial.c 	struct usb_serial_driver *type = port->serial->type;
type              789 drivers/usb/serial/usb-serial.c 	if (type->bulk_out_size)
type              790 drivers/usb/serial/usb-serial.c 		buffer_size = type->bulk_out_size;
type              807 drivers/usb/serial/usb-serial.c 				type->write_bulk_callback, port);
type              819 drivers/usb/serial/usb-serial.c 	struct usb_serial_driver *type = port->serial->type;
type              834 drivers/usb/serial/usb-serial.c 			type->read_int_callback, port,
type              843 drivers/usb/serial/usb-serial.c 	struct usb_serial_driver *type = port->serial->type;
type              859 drivers/usb/serial/usb-serial.c 			type->write_int_callback, port,
type              873 drivers/usb/serial/usb-serial.c 	struct usb_serial_driver *type = NULL;
type              880 drivers/usb/serial/usb-serial.c 	type = search_serial_device(interface);
type              881 drivers/usb/serial/usb-serial.c 	if (!type) {
type              887 drivers/usb/serial/usb-serial.c 	if (!try_module_get(type->driver.owner)) {
type              894 drivers/usb/serial/usb-serial.c 	serial = create_serial(dev, interface, type);
type              901 drivers/usb/serial/usb-serial.c 	if (type->probe) {
type              904 drivers/usb/serial/usb-serial.c 		id = get_iface_id(type, interface);
type              905 drivers/usb/serial/usb-serial.c 		retval = type->probe(serial, id);
type              922 drivers/usb/serial/usb-serial.c 	if (epds->num_bulk_in < type->num_bulk_in ||
type              923 drivers/usb/serial/usb-serial.c 			epds->num_bulk_out < type->num_bulk_out ||
type              924 drivers/usb/serial/usb-serial.c 			epds->num_interrupt_in < type->num_interrupt_in ||
type              925 drivers/usb/serial/usb-serial.c 			epds->num_interrupt_out < type->num_interrupt_out) {
type              931 drivers/usb/serial/usb-serial.c 	if (type->calc_num_ports) {
type              932 drivers/usb/serial/usb-serial.c 		retval = type->calc_num_ports(serial, epds);
type              939 drivers/usb/serial/usb-serial.c 		num_ports = type->num_ports;
type              953 drivers/usb/serial/usb-serial.c 	dev_info(ddev, "%s converter detected\n", type->description);
type             1001 drivers/usb/serial/usb-serial.c 	if (serial->type->read_int_callback) {
type             1012 drivers/usb/serial/usb-serial.c 	if (serial->type->write_int_callback) {
type             1026 drivers/usb/serial/usb-serial.c 	if (type->attach) {
type             1027 drivers/usb/serial/usb-serial.c 		retval = type->attach(serial);
type             1063 drivers/usb/serial/usb-serial.c 	module_put(type->driver.owner);
type             1071 drivers/usb/serial/usb-serial.c 	module_put(type->driver.owner);
type             1104 drivers/usb/serial/usb-serial.c 	if (serial->type->disconnect)
type             1105 drivers/usb/serial/usb-serial.c 		serial->type->disconnect(serial);
type             1124 drivers/usb/serial/usb-serial.c 	if (serial->type->suspend) {
type             1125 drivers/usb/serial/usb-serial.c 		r = serial->type->suspend(serial, message);
type             1155 drivers/usb/serial/usb-serial.c 	if (serial->type->resume)
type             1156 drivers/usb/serial/usb-serial.c 		rv = serial->type->resume(serial);
type             1172 drivers/usb/serial/usb-serial.c 	if (serial->type->reset_resume) {
type             1173 drivers/usb/serial/usb-serial.c 		rv = serial->type->reset_resume(serial);
type             1227 drivers/usb/serial/usb-serial.c 	usb_serial_tty_driver->type = TTY_DRIVER_TYPE_SERIAL;
type             1281 drivers/usb/serial/usb-serial.c #define set_to_generic_if_null(type, function)				\
type             1283 drivers/usb/serial/usb-serial.c 		if (!type->function) {					\
type             1284 drivers/usb/serial/usb-serial.c 			type->function = usb_serial_generic_##function;	\
type             1286 drivers/usb/serial/usb-serial.c 						type->driver.name);	\
type              351 drivers/usb/serial/visor.c 			serial->type->description);
type              377 drivers/usb/serial/visor.c 			serial->type->description,
type              380 drivers/usb/serial/visor.c 	dev_info(dev, "%s: Number of ports: %d\n", serial->type->description,
type              518 drivers/usb/serial/visor.c 	return serial->type->num_ports;
type              253 drivers/usb/serial/whiteheat.c 			serial->type->description, ret);
type              257 drivers/usb/serial/whiteheat.c 			serial->type->description, alen);
type              269 drivers/usb/serial/whiteheat.c 			serial->type->description, ret);
type              273 drivers/usb/serial/whiteheat.c 			serial->type->description, alen);
type              277 drivers/usb/serial/whiteheat.c 			serial->type->description, result[0]);
type              284 drivers/usb/serial/whiteheat.c 		 serial->type->description,
type              307 drivers/usb/serial/whiteheat.c 		serial->type->description);
type              310 drivers/usb/serial/whiteheat.c 		serial->type->description);
type              313 drivers/usb/serial/whiteheat.c 		serial->type->description);
type              450 drivers/usb/serial/whiteheat.c 	ss->type = PORT_16654;
type              110 drivers/usb/storage/scsiglue.c 	} else if (sdev->type == TYPE_TAPE) {
type              147 drivers/usb/storage/scsiglue.c 	if (sdev->type == TYPE_DISK) {
type               35 drivers/usb/typec/bus.h #define is_typec_altmode(_dev_) (_dev_->type == &typec_altmode_dev_type)
type               36 drivers/usb/typec/bus.h #define is_typec_port(_dev_) (_dev_->type == &typec_port_dev_type)
type               25 drivers/usb/typec/class.c 	enum typec_plug_type		type;
type               67 drivers/usb/typec/class.c #define is_typec_partner(_dev_) (_dev_->type == &typec_partner_dev_type)
type               68 drivers/usb/typec/class.c #define is_typec_cable(_dev_) (_dev_->type == &typec_cable_dev_type)
type               69 drivers/usb/typec/class.c #define is_typec_plug(_dev_) (_dev_->type == &typec_plug_dev_type)
type              515 drivers/usb/typec/class.c 	alt->adev.dev.type = &typec_altmode_dev_type;
type              670 drivers/usb/typec/class.c 	partner->dev.type = &typec_partner_dev_type;
type              761 drivers/usb/typec/class.c 	plug->dev.type = &typec_plug_dev_type;
type              797 drivers/usb/typec/class.c static DEVICE_ATTR_RO(type);
type              812 drivers/usb/typec/class.c 	return sprintf(buf, "%s\n", typec_plug_types[cable->type]);
type              873 drivers/usb/typec/class.c 	cable->type = desc->type;
type              887 drivers/usb/typec/class.c 	cable->dev.type = &typec_cable_dev_type;
type              953 drivers/usb/typec/class.c 	if (port->cap->type != TYPEC_PORT_DRP) {
type              985 drivers/usb/typec/class.c 	if (port->cap->type != TYPEC_PORT_DRP)
type             1089 drivers/usb/typec/class.c 	if (port->cap->type == TYPEC_PORT_DRP)
type             1103 drivers/usb/typec/class.c 	enum typec_port_type type;
type             1105 drivers/usb/typec/class.c 	if (!port->cap->port_type_set || port->cap->type != TYPEC_PORT_DRP) {
type             1114 drivers/usb/typec/class.c 	type = ret;
type             1117 drivers/usb/typec/class.c 	if (port->port_type == type) {
type             1122 drivers/usb/typec/class.c 	ret = port->cap->port_type_set(port->cap, type);
type             1126 drivers/usb/typec/class.c 	port->port_type = type;
type             1140 drivers/usb/typec/class.c 	if (port->cap->type == TYPEC_PORT_DRP)
type             1144 drivers/usb/typec/class.c 	return sprintf(buf, "[%s]\n", typec_port_power_roles[port->cap->type]);
type             1546 drivers/usb/typec/class.c 	switch (cap->type) {
type             1583 drivers/usb/typec/class.c 	port->port_type = cap->type;
type             1590 drivers/usb/typec/class.c 	port->dev.type = &typec_port_dev_type;
type              138 drivers/usb/typec/mux.c 	sw->dev.type = &typec_switch_dev_type;
type              327 drivers/usb/typec/mux.c 	mux->dev.type = &typec_mux_dev_type;
type             1019 drivers/usb/typec/tcpm/fusb302.c static int tcpm_pd_transmit(struct tcpc_dev *dev, enum tcpm_transmit_type type,
type             1027 drivers/usb/typec/tcpm/fusb302.c 	switch (type) {
type             1042 drivers/usb/typec/tcpm/fusb302.c 			    transmit_type_name[type]);
type              316 drivers/usb/typec/tcpm/tcpci.c 			     enum tcpm_transmit_type type,
type              341 drivers/usb/typec/tcpm/tcpci.c 		(type << TCPC_TRANSMIT_TYPE_SHIFT);
type              501 drivers/usb/typec/tcpm/tcpm.c 		enum pd_pdo_type type = pdo_type(pdo);
type              504 drivers/usb/typec/tcpm/tcpm.c 		switch (type) {
type              552 drivers/usb/typec/tcpm/tcpm.c 			 i, type, msg);
type              612 drivers/usb/typec/tcpm/tcpm.c 			    enum tcpm_transmit_type type,
type              621 drivers/usb/typec/tcpm/tcpm.c 		tcpm_log(port, "PD TX, type: %#x", type);
type              624 drivers/usb/typec/tcpm/tcpm.c 	ret = port->tcpc->pd_transmit(port->tcpc, type, msg);
type             1416 drivers/usb/typec/tcpm/tcpm.c 			enum pd_pdo_type type = pdo_type(pdo[i]);
type             1418 drivers/usb/typec/tcpm/tcpm.c 			switch (type) {
type             1550 drivers/usb/typec/tcpm/tcpm.c 				enum pd_ctrl_msg_type type);
type             1556 drivers/usb/typec/tcpm/tcpm.c 	unsigned int type = usb_pd_ado_type(p0);
type             1558 drivers/usb/typec/tcpm/tcpm.c 	if (!type) {
type             1564 drivers/usb/typec/tcpm/tcpm.c 	if (!(type & USB_PD_ADO_TYPE_BATT_STATUS_CHANGE)) {
type             1580 drivers/usb/typec/tcpm/tcpm.c 	enum pd_data_msg_type type = pd_header_type_le(msg->header);
type             1585 drivers/usb/typec/tcpm/tcpm.c 	switch (type) {
type             1673 drivers/usb/typec/tcpm/tcpm.c 		tcpm_log(port, "Unhandled data message type %#x", type);
type             1690 drivers/usb/typec/tcpm/tcpm.c 	enum pd_ctrl_msg_type type = pd_header_type_le(msg->header);
type             1693 drivers/usb/typec/tcpm/tcpm.c 	switch (type) {
type             1768 drivers/usb/typec/tcpm/tcpm.c 			port->pps_status = (type == PD_CTRL_WAIT ?
type             1773 drivers/usb/typec/tcpm/tcpm.c 			port->swap_status = (type == PD_CTRL_WAIT ?
type             1778 drivers/usb/typec/tcpm/tcpm.c 			port->swap_status = (type == PD_CTRL_WAIT ?
type             1783 drivers/usb/typec/tcpm/tcpm.c 			port->swap_status = (type == PD_CTRL_WAIT ?
type             1883 drivers/usb/typec/tcpm/tcpm.c 		tcpm_log(port, "Unhandled ctrl message type %#x", type);
type             1891 drivers/usb/typec/tcpm/tcpm.c 	enum pd_ext_msg_type type = pd_header_type_le(msg->header);
type             1904 drivers/usb/typec/tcpm/tcpm.c 	switch (type) {
type             1938 drivers/usb/typec/tcpm/tcpm.c 		tcpm_log(port, "Unhandled extended message type %#x", type);
type             1957 drivers/usb/typec/tcpm/tcpm.c 		enum pd_ctrl_msg_type type = pd_header_type_le(msg->header);
type             1969 drivers/usb/typec/tcpm/tcpm.c 		if (msgid == port->rx_msgid && type != PD_CTRL_SOFT_RESET)
type             2013 drivers/usb/typec/tcpm/tcpm.c 				enum pd_ctrl_msg_type type)
type             2018 drivers/usb/typec/tcpm/tcpm.c 	msg.header = PD_HEADER_LE(type, port->pwr_role,
type             2075 drivers/usb/typec/tcpm/tcpm.c 	enum pd_pdo_type type;
type             2082 drivers/usb/typec/tcpm/tcpm.c 	type = pdo_type(pdo);
type             2083 drivers/usb/typec/tcpm/tcpm.c 	switch (type) {
type             2095 drivers/usb/typec/tcpm/tcpm.c 		if (type == PDO_TYPE_FIXED)
type             2148 drivers/usb/typec/tcpm/tcpm.c 		enum pd_pdo_type type = pdo_type(pdo);
type             2150 drivers/usb/typec/tcpm/tcpm.c 		switch (type) {
type             2172 drivers/usb/typec/tcpm/tcpm.c 		switch (type) {
type             2331 drivers/usb/typec/tcpm/tcpm.c 	enum pd_pdo_type type;
type             2343 drivers/usb/typec/tcpm/tcpm.c 	type = pdo_type(pdo);
type             2345 drivers/usb/typec/tcpm/tcpm.c 	switch (type) {
type             2359 drivers/usb/typec/tcpm/tcpm.c 	if (type == PDO_TYPE_BATT) {
type             2374 drivers/usb/typec/tcpm/tcpm.c 		if (type == PDO_TYPE_BATT &&
type             2387 drivers/usb/typec/tcpm/tcpm.c 	if (type == PDO_TYPE_BATT) {
type             2431 drivers/usb/typec/tcpm/tcpm.c 	enum pd_pdo_type type;
type             2440 drivers/usb/typec/tcpm/tcpm.c 	type = pdo_type(pdo);
type             2442 drivers/usb/typec/tcpm/tcpm.c 	switch (type) {
type             4361 drivers/usb/typec/tcpm/tcpm.c 			      enum typec_port_type type)
type             4366 drivers/usb/typec/tcpm/tcpm.c 	if (type == port->port_type)
type             4369 drivers/usb/typec/tcpm/tcpm.c 	port->port_type = type;
type             4373 drivers/usb/typec/tcpm/tcpm.c 	} else if (type == TYPEC_PORT_SNK) {
type             4377 drivers/usb/typec/tcpm/tcpm.c 	} else if (type == TYPEC_PORT_SRC) {
type             4451 drivers/usb/typec/tcpm/tcpm.c 	port->typec_caps.type = ret;
type             4452 drivers/usb/typec/tcpm/tcpm.c 	port->port_type = port->typec_caps.type;
type             4710 drivers/usb/typec/tcpm/tcpm.c 	port->psy_desc.type = POWER_SUPPLY_TYPE_USB,
type             4745 drivers/usb/typec/tcpm/tcpm.c 	port->typec_caps.type = tcfg->type;
type             4808 drivers/usb/typec/tcpm/tcpm.c 	port->port_type = port->typec_caps.type;
type              186 drivers/usb/typec/tcpm/wcove.c 	tmp.type = ACPI_TYPE_INTEGER;
type              358 drivers/usb/typec/tcpm/wcove.c 			     enum tcpm_transmit_type type,
type              388 drivers/usb/typec/tcpm/wcove.c 	switch (type) {
type              394 drivers/usb/typec/tcpm/wcove.c 		info = type + 1;
type              504 drivers/usb/typec/tps6598x.c 		tps->typec_cap.type = TYPEC_PORT_SNK;
type              509 drivers/usb/typec/tps6598x.c 		tps->typec_cap.type = TYPEC_PORT_DRP;
type              513 drivers/usb/typec/tps6598x.c 		tps->typec_cap.type = TYPEC_PORT_DRP;
type              517 drivers/usb/typec/tps6598x.c 		tps->typec_cap.type = TYPEC_PORT_DRP;
type              521 drivers/usb/typec/tps6598x.c 		tps->typec_cap.type = TYPEC_PORT_SRC;
type              830 drivers/usb/typec/ucsi/ucsi.c 		cap->type = TYPEC_PORT_DRP;
type              832 drivers/usb/typec/ucsi/ucsi.c 		cap->type = TYPEC_PORT_SRC;
type              834 drivers/usb/typec/ucsi/ucsi.c 		cap->type = TYPEC_PORT_SNK;
type               60 drivers/usb/usbip/usbip_common.c 	unsigned char type = usb_pipetype(p);
type               67 drivers/usb/usbip/usbip_common.c 	switch (type) {
type              739 drivers/usb/usbip/vhci_hcd.c 		__u8 type = usb_pipetype(urb->pipe);
type              743 drivers/usb/usbip/vhci_hcd.c 		if (type != PIPE_CONTROL || !ctrlreq) {
type               27 drivers/usb/usbip/vudc.h 	unsigned type:2; /* type, as USB_ENDPOINT_XFER_* */
type               50 drivers/usb/usbip/vudc.h 	unsigned type:2; /* for tx, since ep type can change after */
type               66 drivers/usb/usbip/vudc.h 	enum tx_type type;
type              252 drivers/usb/usbip/vudc_dev.c 	ep->type = usb_endpoint_type(desc);
type               16 drivers/usb/usbip/vudc_rx.c 			      struct usbip_header *pdu, u8 type)
type               20 drivers/usb/usbip/vudc_rx.c 	if (type == USB_ENDPOINT_XFER_ISOC)
type              117 drivers/usb/usbip/vudc_rx.c 	urb_p->type = urb_p->ep->type;
type              123 drivers/usb/usbip/vudc_rx.c 	if (urb_p->ep->type == USB_ENDPOINT_XFER_ISOC) {
type              142 drivers/usb/usbip/vudc_rx.c 	ret = alloc_urb_from_cmd(&urb_p->urb, pdu, urb_p->ep->type);
type              153 drivers/usb/usbip/vudc_rx.c 	switch (urb_p->ep->type) {
type              353 drivers/usb/usbip/vudc_transfer.c 		if (total <= 0 && ep->type == USB_ENDPOINT_XFER_BULK)
type              395 drivers/usb/usbip/vudc_transfer.c 		switch (ep->type) {
type               95 drivers/usb/usbip/vudc_tx.c 	if (urb_p->type == USB_ENDPOINT_XFER_ISOC)
type              120 drivers/usb/usbip/vudc_tx.c 	if (urb_p->type != USB_ENDPOINT_XFER_ISOC &&
type              126 drivers/usb/usbip/vudc_tx.c 	} else if (urb_p->type == USB_ENDPOINT_XFER_ISOC &&
type              149 drivers/usb/usbip/vudc_tx.c 	if (urb_p->type == USB_ENDPOINT_XFER_ISOC) {
type              198 drivers/usb/usbip/vudc_tx.c 		switch (txi->type) {
type              263 drivers/usb/usbip/vudc_tx.c 	txi->type = TX_UNLINK;
type              280 drivers/usb/usbip/vudc_tx.c 	txi->type = TX_SUBMIT;
type              106 drivers/vfio/mdev/mdev_core.c 	struct mdev_type *type;
type              109 drivers/vfio/mdev/mdev_core.c 	type = to_mdev_type(mdev->type_kobj);
type              110 drivers/vfio/mdev/mdev_core.c 	mdev_remove_sysfs_files(&mdev->dev, type);
type              278 drivers/vfio/mdev/mdev_core.c 	struct mdev_type *type = to_mdev_type(kobj);
type              280 drivers/vfio/mdev/mdev_core.c 	parent = mdev_get_parent(type->parent);
type              331 drivers/vfio/mdev/mdev_core.c 	ret = mdev_create_sysfs_files(&mdev->dev, type);
type               57 drivers/vfio/mdev/mdev_private.h int  mdev_create_sysfs_files(struct device *dev, struct mdev_type *type);
type               58 drivers/vfio/mdev/mdev_private.h void mdev_remove_sysfs_files(struct device *dev, struct mdev_type *type);
type               25 drivers/vfio/mdev/mdev_sysfs.c 	struct mdev_type *type = to_mdev_type(kobj);
type               29 drivers/vfio/mdev/mdev_sysfs.c 		ret = attr->show(kobj, type->parent->dev, buf);
type               38 drivers/vfio/mdev/mdev_sysfs.c 	struct mdev_type *type = to_mdev_type(kobj);
type               42 drivers/vfio/mdev/mdev_sysfs.c 		ret = attr->store(&type->kobj, type->parent->dev, buf, count);
type               81 drivers/vfio/mdev/mdev_sysfs.c 	struct mdev_type *type = to_mdev_type(kobj);
type               84 drivers/vfio/mdev/mdev_sysfs.c 	kfree(type);
type               95 drivers/vfio/mdev/mdev_sysfs.c 	struct mdev_type *type;
type              103 drivers/vfio/mdev/mdev_sysfs.c 	type = kzalloc(sizeof(*type), GFP_KERNEL);
type              104 drivers/vfio/mdev/mdev_sysfs.c 	if (!type)
type              107 drivers/vfio/mdev/mdev_sysfs.c 	type->kobj.kset = parent->mdev_types_kset;
type              109 drivers/vfio/mdev/mdev_sysfs.c 	ret = kobject_init_and_add(&type->kobj, &mdev_type_ktype, NULL,
type              113 drivers/vfio/mdev/mdev_sysfs.c 		kfree(type);
type              117 drivers/vfio/mdev/mdev_sysfs.c 	ret = sysfs_create_file(&type->kobj, &mdev_type_attr_create.attr);
type              121 drivers/vfio/mdev/mdev_sysfs.c 	type->devices_kobj = kobject_create_and_add("devices", &type->kobj);
type              122 drivers/vfio/mdev/mdev_sysfs.c 	if (!type->devices_kobj) {
type              127 drivers/vfio/mdev/mdev_sysfs.c 	ret = sysfs_create_files(&type->kobj,
type              134 drivers/vfio/mdev/mdev_sysfs.c 	type->group = group;
type              135 drivers/vfio/mdev/mdev_sysfs.c 	type->parent = parent;
type              136 drivers/vfio/mdev/mdev_sysfs.c 	return type;
type              139 drivers/vfio/mdev/mdev_sysfs.c 	kobject_put(type->devices_kobj);
type              141 drivers/vfio/mdev/mdev_sysfs.c 	sysfs_remove_file(&type->kobj, &mdev_type_attr_create.attr);
type              143 drivers/vfio/mdev/mdev_sysfs.c 	kobject_del(&type->kobj);
type              144 drivers/vfio/mdev/mdev_sysfs.c 	kobject_put(&type->kobj);
type              148 drivers/vfio/mdev/mdev_sysfs.c static void remove_mdev_supported_type(struct mdev_type *type)
type              150 drivers/vfio/mdev/mdev_sysfs.c 	sysfs_remove_files(&type->kobj,
type              151 drivers/vfio/mdev/mdev_sysfs.c 			   (const struct attribute **)type->group->attrs);
type              152 drivers/vfio/mdev/mdev_sysfs.c 	kobject_put(type->devices_kobj);
type              153 drivers/vfio/mdev/mdev_sysfs.c 	sysfs_remove_file(&type->kobj, &mdev_type_attr_create.attr);
type              154 drivers/vfio/mdev/mdev_sysfs.c 	kobject_del(&type->kobj);
type              155 drivers/vfio/mdev/mdev_sysfs.c 	kobject_put(&type->kobj);
type              163 drivers/vfio/mdev/mdev_sysfs.c 		struct mdev_type *type;
type              165 drivers/vfio/mdev/mdev_sysfs.c 		type = add_mdev_supported_type(parent,
type              167 drivers/vfio/mdev/mdev_sysfs.c 		if (IS_ERR(type)) {
type              175 drivers/vfio/mdev/mdev_sysfs.c 			return PTR_ERR(type);
type              177 drivers/vfio/mdev/mdev_sysfs.c 		list_add(&type->next, &parent->type_list);
type              185 drivers/vfio/mdev/mdev_sysfs.c 	struct mdev_type *type, *tmp;
type              187 drivers/vfio/mdev/mdev_sysfs.c 	list_for_each_entry_safe(type, tmp, &parent->type_list, next) {
type              188 drivers/vfio/mdev/mdev_sysfs.c 		list_del(&type->next);
type              189 drivers/vfio/mdev/mdev_sysfs.c 		remove_mdev_supported_type(type);
type              251 drivers/vfio/mdev/mdev_sysfs.c int  mdev_create_sysfs_files(struct device *dev, struct mdev_type *type)
type              255 drivers/vfio/mdev/mdev_sysfs.c 	ret = sysfs_create_link(type->devices_kobj, &dev->kobj, dev_name(dev));
type              259 drivers/vfio/mdev/mdev_sysfs.c 	ret = sysfs_create_link(&dev->kobj, &type->kobj, "mdev_type");
type              272 drivers/vfio/mdev/mdev_sysfs.c 	sysfs_remove_link(type->devices_kobj, dev_name(dev));
type              276 drivers/vfio/mdev/mdev_sysfs.c void mdev_remove_sysfs_files(struct device *dev, struct mdev_type *type)
type              280 drivers/vfio/mdev/mdev_sysfs.c 	sysfs_remove_link(type->devices_kobj, dev_name(dev));
type              666 drivers/vfio/pci/vfio_pci.c 				 unsigned int type, unsigned int subtype,
type              679 drivers/vfio/pci/vfio_pci.c 	vdev->region[vdev->num_regions].type = type;
type              828 drivers/vfio/pci/vfio_pci.c 			cap_type.type = vdev->region[i].type;
type               68 drivers/vfio/pci/vfio_pci_private.h 	u32				type;
type              131 drivers/vfio/pci/vfio_pci_private.h #define irq_is(vdev, type) (vdev->irq_type == type)
type              160 drivers/vfio/pci/vfio_pci_private.h 					unsigned int type, unsigned int subtype,
type              163 drivers/vfio/platform/vfio_platform_common.c 			vdev->regions[i].type = VFIO_PLATFORM_REGION_TYPE_MMIO;
type              180 drivers/vfio/platform/vfio_platform_common.c 			vdev->regions[i].type = VFIO_PLATFORM_REGION_TYPE_PIO;
type              472 drivers/vfio/platform/vfio_platform_common.c 	if (vdev->regions[index].type & VFIO_PLATFORM_REGION_TYPE_MMIO)
type              475 drivers/vfio/platform/vfio_platform_common.c 	else if (vdev->regions[index].type & VFIO_PLATFORM_REGION_TYPE_PIO)
type              548 drivers/vfio/platform/vfio_platform_common.c 	if (vdev->regions[index].type & VFIO_PLATFORM_REGION_TYPE_MMIO)
type              551 drivers/vfio/platform/vfio_platform_common.c 	else if (vdev->regions[index].type & VFIO_PLATFORM_REGION_TYPE_PIO)
type              608 drivers/vfio/platform/vfio_platform_common.c 	if (vdev->regions[index].type & VFIO_PLATFORM_REGION_TYPE_MMIO)
type              611 drivers/vfio/platform/vfio_platform_common.c 	else if (vdev->regions[index].type & VFIO_PLATFORM_REGION_TYPE_PIO)
type               38 drivers/vfio/platform/vfio_platform_private.h 	u32			type;
type             2106 drivers/vfio/vfio.c int vfio_register_notifier(struct device *dev, enum vfio_notify_type type,
type             2119 drivers/vfio/vfio.c 	switch (type) {
type             2135 drivers/vfio/vfio.c int vfio_unregister_notifier(struct device *dev, enum vfio_notify_type type,
type             2148 drivers/vfio/vfio.c 	switch (type) {
type             1320 drivers/vfio/vfio_iommu_type1.c 		if (region->type == IOMMU_RESV_MSI) {
type             1325 drivers/vfio/vfio_iommu_type1.c 		if (region->type == IOMMU_RESV_SW_MSI) {
type             1541 drivers/vfio/vfio_iommu_type1.c 		if (region->type == IOMMU_RESV_DIRECT_RELAXABLE)
type             1564 drivers/vfio/vfio_iommu_type1.c 		if (resv->type == IOMMU_RESV_DIRECT_RELAXABLE)
type               92 drivers/vfio/vfio_spapr_eeh.c 			ret = eeh_pe_inject_err(pe, op.err.type, op.err.func,
type              465 drivers/vhost/net.c 		.type = TUN_MSG_PTR,
type              905 drivers/vhost/net.c 			ctl.type = TUN_MSG_UBUF;
type             1174 drivers/vhost/scsi.c 		__virtio32 type;
type             1203 drivers/vhost/scsi.c 		vc.req = &v_req.type;
type             1204 drivers/vhost/scsi.c 		typ_size = sizeof(v_req.type);
type             1218 drivers/vhost/scsi.c 		switch (v_req.type) {
type             1235 drivers/vhost/scsi.c 			vq_err(vq, "Unknown control request %d", v_req.type);
type             1258 drivers/vhost/scsi.c 		if (v_req.type == VIRTIO_SCSI_T_TMF)
type              740 drivers/vhost/vhost.c 					       int type)
type              742 drivers/vhost/vhost.c 	const struct vhost_umem_node *node = vq->meta_iotlb[type];
type              856 drivers/vhost/vhost.c 					  int type)
type              887 drivers/vhost/vhost.c 					    int type)
type              890 drivers/vhost/vhost.c 			     (u64)(uintptr_t)addr, size, type);
type              894 drivers/vhost/vhost.c 	return __vhost_get_user_slow(vq, addr, size, type);
type              942 drivers/vhost/vhost.c #define vhost_get_user(vq, x, ptr, type)		\
type              951 drivers/vhost/vhost.c 							   type); \
type             1069 drivers/vhost/vhost.c 		    vq_msg->type == VHOST_IOTLB_MISS) {
type             1103 drivers/vhost/vhost.c 	switch (msg->type) {
type             1146 drivers/vhost/vhost.c 	int type, ret;
type             1148 drivers/vhost/vhost.c 	ret = copy_from_iter(&type, sizeof(type), from);
type             1149 drivers/vhost/vhost.c 	if (ret != sizeof(type)) {
type             1154 drivers/vhost/vhost.c 	switch (type) {
type             1180 drivers/vhost/vhost.c 	ret = (type == VHOST_IOTLB_MSG) ? sizeof(struct vhost_msg) :
type             1243 drivers/vhost/vhost.c 		switch (node->msg.type) {
type             1258 drivers/vhost/vhost.c 		if (ret != size || msg->type != VHOST_IOTLB_MISS) {
type             1281 drivers/vhost/vhost.c 		node->msg_v2.type = VHOST_IOTLB_MSG_V2;
type             1287 drivers/vhost/vhost.c 	msg->type = VHOST_IOTLB_MISS;
type             1309 drivers/vhost/vhost.c 				 int type)
type             1311 drivers/vhost/vhost.c 	int access = (type == VHOST_ADDR_USED) ?
type             1315 drivers/vhost/vhost.c 		vq->meta_iotlb[type] = node;
type             1319 drivers/vhost/vhost.c 			    int access, u64 addr, u64 len, int type)
type             1325 drivers/vhost/vhost.c 	if (vhost_vq_meta_fetch(vq, addr, len, type))
type             1345 drivers/vhost/vhost.c 			vhost_vq_meta_update(vq, node, type);
type             2578 drivers/vhost/vhost.c struct vhost_msg_node *vhost_new_msg(struct vhost_virtqueue *vq, int type)
type             2587 drivers/vhost/vhost.c 	node->msg.type = type;
type              217 drivers/vhost/vhost.h struct vhost_msg_node *vhost_new_msg(struct vhost_virtqueue *vq, int type);
type              343 drivers/vhost/vsock.c 	if (le16_to_cpu(pkt->hdr.type) == VIRTIO_VSOCK_TYPE_STREAM)
type              239 drivers/video/backlight/88pm860x_bl.c 	props.type = BACKLIGHT_RAW;
type              139 drivers/video/backlight/aat2870_bl.c 	props.type = BACKLIGHT_RAW;
type              313 drivers/video/backlight/adp5520_bl.c 	props.type = BACKLIGHT_RAW;
type              714 drivers/video/backlight/adp8860_bl.c 	props.type = BACKLIGHT_RAW;
type              892 drivers/video/backlight/adp8870_bl.c 	props.type = BACKLIGHT_RAW;
type              478 drivers/video/backlight/ams369fg06.c 	props.type = BACKLIGHT_RAW;
type              179 drivers/video/backlight/apple_bl.c 	props.type = BACKLIGHT_PLATFORM;
type              162 drivers/video/backlight/arcxcnn_bl.c 	props->type = BACKLIGHT_PLATFORM;
type               28 drivers/video/backlight/as3711_bl.c 	enum as3711_bl_type type;
type               42 drivers/video/backlight/as3711_bl.c 	switch (su->type) {
type              119 drivers/video/backlight/as3711_bl.c 	if (data->type == AS3711_BL_SU1) {
type              232 drivers/video/backlight/as3711_bl.c 	struct backlight_properties props = {.type = BACKLIGHT_RAW,};
type              239 drivers/video/backlight/as3711_bl.c 				       su->type == AS3711_BL_SU1 ?
type              427 drivers/video/backlight/as3711_bl.c 		su->type = AS3711_BL_SU1;
type              437 drivers/video/backlight/as3711_bl.c 		su->type = AS3711_BL_SU2;
type              225 drivers/video/backlight/backlight.c 	return sprintf(buf, "%s\n", backlight_types[bd->props.type]);
type              227 drivers/video/backlight/backlight.c static DEVICE_ATTR_RO(type);
type              377 drivers/video/backlight/backlight.c 		if (props->type <= 0 || props->type >= BACKLIGHT_TYPE_MAX) {
type              379 drivers/video/backlight/backlight.c 			new_bd->props.type = BACKLIGHT_RAW;
type              382 drivers/video/backlight/backlight.c 		new_bd->props.type = BACKLIGHT_RAW;
type              417 drivers/video/backlight/backlight.c struct backlight_device *backlight_device_get_by_type(enum backlight_type type)
type              424 drivers/video/backlight/backlight.c 		if (bd->props.type == type) {
type              155 drivers/video/backlight/bd6107.c 	props.type = BACKLIGHT_RAW;
type              557 drivers/video/backlight/corgi_lcd.c 	props.type = BACKLIGHT_RAW;
type              183 drivers/video/backlight/cr_bllcd.c 	props.type = BACKLIGHT_RAW;
type              142 drivers/video/backlight/da903x_bl.c 	props.type = BACKLIGHT_RAW;
type              120 drivers/video/backlight/da9052_bl.c 	props.type = BACKLIGHT_RAW;
type               90 drivers/video/backlight/ep93xx_bl.c 	props.type = BACKLIGHT_RAW;
type               67 drivers/video/backlight/generic_bl.c 	props.type = BACKLIGHT_RAW;
type              143 drivers/video/backlight/gpio_backlight.c 	props.type = BACKLIGHT_RAW;
type              111 drivers/video/backlight/hp680_bl.c 	props.type = BACKLIGHT_RAW;
type               48 drivers/video/backlight/ipaq_micro_bl.c 	.type = BACKLIGHT_RAW,
type              112 drivers/video/backlight/jornada720_bl.c 	props.type = BACKLIGHT_RAW;
type              147 drivers/video/backlight/kb3886_bl.c 	props.type = BACKLIGHT_RAW;
type              306 drivers/video/backlight/lm3533_bl.c 	props.type = BACKLIGHT_RAW;
type              340 drivers/video/backlight/lm3630a_bl.c 	props.type = BACKLIGHT_RAW;
type              342 drivers/video/backlight/lm3639_bl.c 	props.type = BACKLIGHT_RAW;
type              199 drivers/video/backlight/locomolcd.c 	props.type = BACKLIGHT_RAW;
type              291 drivers/video/backlight/lp855x_bl.c 	props.type = BACKLIGHT_PLATFORM;
type              194 drivers/video/backlight/lp8788_bl.c 	props.type = BACKLIGHT_PLATFORM;
type              112 drivers/video/backlight/lv5207lp.c 	props.type = BACKLIGHT_RAW;
type              163 drivers/video/backlight/max8925_bl.c 	props.type = BACKLIGHT_RAW;
type              135 drivers/video/backlight/omap1_bl.c 	props.type = BACKLIGHT_RAW;
type              116 drivers/video/backlight/ot200_bl.c 	props.type = BACKLIGHT_RAW;
type              124 drivers/video/backlight/pandora_bl.c 	props.type = BACKLIGHT_RAW;
type              107 drivers/video/backlight/pcf50633-backlight.c 	bl_props.type = BACKLIGHT_RAW;
type              398 drivers/video/backlight/pm8941-wled.c 	props.type = BACKLIGHT_RAW;
type              621 drivers/video/backlight/pwm_bl.c 	props.type = BACKLIGHT_RAW;
type               41 drivers/video/backlight/rave-sp-backlight.c 	.type		= BACKLIGHT_PLATFORM,
type              102 drivers/video/backlight/tosa_bl.c 	props.type = BACKLIGHT_RAW;
type              103 drivers/video/backlight/tosa_lcd.c 			.type	= "tosa-bl",
type              295 drivers/video/backlight/tps65217_bl.c 	bl_props.type = BACKLIGHT_RAW;
type              194 drivers/video/backlight/wm831x_bl.c 	props.type = BACKLIGHT_RAW;
type              692 drivers/video/console/sticore.c 		memmove (&raw->res004, &raw->type[0], 0x3c);
type              693 drivers/video/console/sticore.c 		raw->type[3] = raw->res004;
type               77 drivers/video/fbdev/68328fb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type              702 drivers/video/fbdev/acornfb.c 	fb_info.fix.type	= FB_TYPE_PACKED_PIXELS;
type              481 drivers/video/fbdev/amba-clcd.c 	fb->fb.fix.type		= FB_TYPE_PACKED_PIXELS;
type              626 drivers/video/fbdev/amifb.c #define assignchunk(name, type, ptr, size) \
type              628 drivers/video/fbdev/amifb.c 	(name) = (type)(ptr); \
type             2411 drivers/video/fbdev/amifb.c 		info->fix.type = FB_TYPE_PACKED_PIXELS;
type             2414 drivers/video/fbdev/amifb.c 		info->fix.type = FB_TYPE_INTERLEAVED_PLANES;
type             2417 drivers/video/fbdev/amifb.c 		info->fix.type = FB_TYPE_PLANES;
type               84 drivers/video/fbdev/arcfb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type              264 drivers/video/fbdev/arkfb.c 		if (info->fix.type == FB_TYPE_INTERLEAVED_PLANES)
type              276 drivers/video/fbdev/arkfb.c 	    && (info->fix.type == FB_TYPE_INTERLEAVED_PLANES))
type             1014 drivers/video/fbdev/arkfb.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type              479 drivers/video/fbdev/asiliantfb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type              574 drivers/video/fbdev/atafb.c 	fix->type = FB_TYPE_INTERLEAVED_PLANES;
type              579 drivers/video/fbdev/atafb.c 		fix->type = FB_TYPE_PACKED_PIXELS;
type              870 drivers/video/fbdev/atafb.c 	fix->type = FB_TYPE_INTERLEAVED_PLANES;
type              877 drivers/video/fbdev/atafb.c 		fix->type = FB_TYPE_PACKED_PIXELS;
type              882 drivers/video/fbdev/atafb.c 		fix->type = FB_TYPE_PACKED_PIXELS;
type             1796 drivers/video/fbdev/atafb.c 	fix->type = FB_TYPE_INTERLEAVED_PLANES;
type             1801 drivers/video/fbdev/atafb.c 		fix->type = FB_TYPE_PACKED_PIXELS;
type             2096 drivers/video/fbdev/atafb.c 		fix->type = FB_TYPE_PACKED_PIXELS;
type             2110 drivers/video/fbdev/atafb.c 			fix->type = FB_TYPE_PACKED_PIXELS;
type             2114 drivers/video/fbdev/atafb.c 			fix->type = FB_TYPE_PACKED_PIXELS;
type             2118 drivers/video/fbdev/atafb.c 			fix->type = FB_TYPE_PLANES;
type             2122 drivers/video/fbdev/atafb.c 			fix->type = FB_TYPE_INTERLEAVED_PLANES;
type              164 drivers/video/fbdev/atmel_lcdfb.c 	props.type = BACKLIGHT_RAW;
type              244 drivers/video/fbdev/atmel_lcdfb.c 	.type		= FB_TYPE_PACKED_PIXELS,
type              381 drivers/video/fbdev/aty/aty128fb.c 	.type		= FB_TYPE_PACKED_PIXELS,
type             1854 drivers/video/fbdev/aty/aty128fb.c 	props.type = BACKLIGHT_RAW;
type              217 drivers/video/fbdev/aty/atyfb_base.c 	.type		= FB_TYPE_PACKED_PIXELS,
type              442 drivers/video/fbdev/aty/atyfb_base.c 	u16 type;
type              462 drivers/video/fbdev/aty/atyfb_base.c 	type = chip_id & CFG_CHIP_TYPE;
type              468 drivers/video/fbdev/aty/atyfb_base.c 		if (type != 0x00d7)
type              472 drivers/video/fbdev/aty/atyfb_base.c 		if (type != 0x0057)
type              540 drivers/video/fbdev/aty/atyfb_base.c 	PRINTKI("%s [0x%04x rev 0x%02x]\n", name, type, rev);
type             2222 drivers/video/fbdev/aty/atyfb_base.c 	props.type = BACKLIGHT_RAW;
type              152 drivers/video/fbdev/aty/radeon_backlight.c 	props.type = BACKLIGHT_RAW;
type             2002 drivers/video/fbdev/aty/radeon_base.c         info->fix.type = FB_TYPE_PACKED_PIXELS;
type               30 drivers/video/fbdev/aty/radeon_monitor.c static char *radeon_get_mon_name(int type)
type               34 drivers/video/fbdev/aty/radeon_monitor.c 	switch (type) {
type              257 drivers/video/fbdev/aty/radeon_monitor.c 	int offset, chips, connectors, tmp, i, conn, type;
type              288 drivers/video/fbdev/aty/radeon_monitor.c 			type = (tmp >> 12) & 0x0f;
type              290 drivers/video/fbdev/aty/radeon_monitor.c 			       conn, type, __conn_type_table[type], tmp);
type               91 drivers/video/fbdev/au1100fb.c 	.type		= FB_TYPE_PACKED_PIXELS,
type             1561 drivers/video/fbdev/au1200fb.c 	fbi->fix.type = FB_TYPE_PACKED_PIXELS;
type               96 drivers/video/fbdev/broadsheetfb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type              187 drivers/video/fbdev/bw2.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type               84 drivers/video/fbdev/carminefb.c 	.type = FB_TYPE_PACKED_PIXELS,
type              361 drivers/video/fbdev/cg14.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type              252 drivers/video/fbdev/cg3.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type              314 drivers/video/fbdev/cg3.c 	enum cg3_type type;
type              318 drivers/video/fbdev/cg3.c 		type = CG3_RDI;
type              325 drivers/video/fbdev/cg3.c 				type = CG3_AT_76HZ;
type              327 drivers/video/fbdev/cg3.c 				type = CG3_AT_66HZ;
type              335 drivers/video/fbdev/cg3.c 	for (p = cg3_regvals[type]; *p; p += 2) {
type              644 drivers/video/fbdev/cg6.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type              296 drivers/video/fbdev/chipsfb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type              278 drivers/video/fbdev/cirrusfb.c 	enum cirrus_board type;	/* Board type */
type              288 drivers/video/fbdev/cirrusfb.c 	.type		= BT_SD64,
type              293 drivers/video/fbdev/cirrusfb.c 	.type		= BT_PICCOLO,
type              298 drivers/video/fbdev/cirrusfb.c 	.type		= BT_PICASSO,
type              303 drivers/video/fbdev/cirrusfb.c 	.type		= BT_SPECTRUM,
type              308 drivers/video/fbdev/cirrusfb.c 	.type		= BT_PICASSO4,
type              315 drivers/video/fbdev/cirrusfb.c 	.type		= BT_PICASSO4,
type              693 drivers/video/fbdev/cirrusfb.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type             2212 drivers/video/fbdev/cirrusfb.c 	btype = zcl->type;
type              328 drivers/video/fbdev/clps711x-fb.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type              118 drivers/video/fbdev/cobalt_lcdfb.c 	.type		= FB_TYPE_TEXT,
type             1040 drivers/video/fbdev/controlfb.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type             1019 drivers/video/fbdev/core/fbcon.c 	if (info->fix.type != FB_TYPE_TEXT) {
type             1098 drivers/video/fbdev/core/fbcon.c 	    (info->fix.type == FB_TYPE_TEXT))
type              572 drivers/video/fbdev/core/fbmem.c 		if (fb_logo_ex[i].logo->type != fb_logo.logo->type) {
type              657 drivers/video/fbdev/core/fbmem.c 	if (fb_logo.logo->type == LINUX_LOGO_CLUT224)
type              659 drivers/video/fbdev/core/fbmem.c 	else if (fb_logo.logo->type == LINUX_LOGO_VGA16)
type             1188 drivers/video/fbdev/core/fbmem.c 	u32			type;
type             1257 drivers/video/fbdev/core/fbmem.c 	err |= put_user(fix->type, &fix32->type);
type              638 drivers/video/fbdev/core/svgalib.c 			fix->type      = frm[i].type;
type             1430 drivers/video/fbdev/cyber2000fb.c 	cfb->fb.fix.type	= FB_TYPE_PACKED_PIXELS;
type              178 drivers/video/fbdev/da8xx-fb.c 	.type = FB_TYPE_PACKED_PIXELS,
type             1318 drivers/video/fbdev/da8xx-fb.c 		if (strcmp(fb_pdata->type, lcdc_info->name) == 0)
type              134 drivers/video/fbdev/dnfb.c 	.type		= FB_TYPE_PACKED_PIXELS,
type               62 drivers/video/fbdev/efifb.c 	.type			= FB_TYPE_PACKED_PIXELS,
type              515 drivers/video/fbdev/ep93xx-fb.c 	info->fix.type		= FB_TYPE_PACKED_PIXELS;
type               93 drivers/video/fbdev/fb-puv3.c 	.type =		FB_TYPE_PACKED_PIXELS,
type              331 drivers/video/fbdev/ffb.c 	u32	type;
type              685 drivers/video/fbdev/ffb.c 	upa_writel(FFB_DAC_TGEN, &dac->type);
type              701 drivers/video/fbdev/ffb.c 	upa_writel(FFB_DAC_TGEN, &dac->type);
type              704 drivers/video/fbdev/ffb.c 		upa_writel(FFB_DAC_TGEN, &dac->type);
type              888 drivers/video/fbdev/ffb.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type              958 drivers/video/fbdev/ffb.c 	upa_writel(FFB_DAC_DID, &dac->type);
type              963 drivers/video/fbdev/ffb.c 	upa_writel(FFB_DAC_UCTRL, &dac->type);
type              132 drivers/video/fbdev/fm2fb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type              792 drivers/video/fbdev/fsl-diu-fb.c 	fix->type = FB_TYPE_PACKED_PIXELS;
type               77 drivers/video/fbdev/g364fb.c 	.type 		= FB_TYPE_PACKED_PIXELS,
type              825 drivers/video/fbdev/gbefb.c 	fix->type = FB_TYPE_PACKED_PIXELS;
type              281 drivers/video/fbdev/geode/gx1fb_core.c 	info->fix.type		= FB_TYPE_PACKED_PIXELS;
type              295 drivers/video/fbdev/geode/gxfb_core.c 	info->fix.type		= FB_TYPE_PACKED_PIXELS;
type              416 drivers/video/fbdev/geode/lxfb_core.c 	info->fix.type		= FB_TYPE_PACKED_PIXELS;
type              217 drivers/video/fbdev/goldfishfb.c 	fb->fb.fix.type		= FB_TYPE_PACKED_PIXELS;
type               70 drivers/video/fbdev/grvga.c 	.type =		FB_TYPE_PACKED_PIXELS,
type              595 drivers/video/fbdev/gxt4500.c 	.type = FB_TYPE_PACKED_PIXELS,
type               52 drivers/video/fbdev/hecubafb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type              125 drivers/video/fbdev/hgafb.c 	.type 		= FB_TYPE_PACKED_PIXELS,	/* (not sure) */
type               42 drivers/video/fbdev/hitfb.c 	.type		= FB_TYPE_PACKED_PIXELS,
type               25 drivers/video/fbdev/hpfb.c 		.type		= FB_TYPE_PACKED_PIXELS,
type               68 drivers/video/fbdev/hyperv_fb.c 	u32 type;
type               90 drivers/video/fbdev/hyperv_fb.c 	u32 type;
type              237 drivers/video/fbdev/hyperv_fb.c 	msg->pipe_hdr.type = PIPE_MSG_DATA;
type              263 drivers/video/fbdev/hyperv_fb.c 	msg.vid_hdr.type = SYNTHVID_SITUATION_UPDATE;
type              286 drivers/video/fbdev/hyperv_fb.c 	msg.vid_hdr.type = SYNTHVID_POINTER_POSITION;
type              296 drivers/video/fbdev/hyperv_fb.c 	msg.vid_hdr.type = SYNTHVID_POINTER_SHAPE;
type              322 drivers/video/fbdev/hyperv_fb.c 	msg.vid_hdr.type = SYNTHVID_DIRT;
type              356 drivers/video/fbdev/hyperv_fb.c 	if (msg->vid_hdr.type == SYNTHVID_VERSION_RESPONSE ||
type              357 drivers/video/fbdev/hyperv_fb.c 	    msg->vid_hdr.type == SYNTHVID_VRAM_LOCATION_ACK) {
type              364 drivers/video/fbdev/hyperv_fb.c 	if (msg->vid_hdr.type == SYNTHVID_FEATURE_CHANGE) {
type              398 drivers/video/fbdev/hyperv_fb.c 		    recv_buf->pipe_hdr.type == PIPE_MSG_DATA)
type              413 drivers/video/fbdev/hyperv_fb.c 	msg->vid_hdr.type = SYNTHVID_VERSION_REQUEST;
type              488 drivers/video/fbdev/hyperv_fb.c 	msg->vid_hdr.type = SYNTHVID_VRAM_LOCATION;
type              818 drivers/video/fbdev/hyperv_fb.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type               88 drivers/video/fbdev/i740fb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type             1098 drivers/video/fbdev/i810/i810_main.c     	fix->type = FB_TYPE_PACKED_PIXELS;
type             1428 drivers/video/fbdev/imsttfb.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type              675 drivers/video/fbdev/imxfb.c 	info->fix.type			= FB_TYPE_PACKED_PIXELS;
type              257 drivers/video/fbdev/intelfb/intelfb.h     int type;
type              144 drivers/video/fbdev/intelfb/intelfb_i2c.c 	dinfo->output[i].type = INTELFB_OUTPUT_ANALOG;
type              161 drivers/video/fbdev/intelfb/intelfb_i2c.c 		dinfo->output[i].type = INTELFB_OUTPUT_DVO;
type              177 drivers/video/fbdev/intelfb/intelfb_i2c.c 		dinfo->output[i].type = INTELFB_OUTPUT_SDVO;
type              185 drivers/video/fbdev/intelfb/intelfb_i2c.c 		dinfo->output[i].type = INTELFB_OUTPUT_SDVO;
type             1109 drivers/video/fbdev/intelfb/intelfbdrv.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type               42 drivers/video/fbdev/kyro/fbdev.c 	.type		= FB_TYPE_PACKED_PIXELS,
type              440 drivers/video/fbdev/leo.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type              129 drivers/video/fbdev/macfb.c 	.type	= FB_TYPE_PACKED_PIXELS,
type              665 drivers/video/fbdev/macfb.c 		    ndev->type != NUBUS_TYPE_VIDEO)
type              768 drivers/video/fbdev/matrox/matroxfb_base.c 	minfo->fbcon.fix.type = FB_TYPE_PACKED_PIXELS;
type              339 drivers/video/fbdev/matrox/matroxfb_crtc2.c 		m2info->fbcon.fix.type = FB_TYPE_PACKED_PIXELS;
type               57 drivers/video/fbdev/maxinefb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type               79 drivers/video/fbdev/mb862xx/mb862xxfb.h 	unsigned int		type;		/* GDC type */
type              112 drivers/video/fbdev/mb862xx/mb862xxfb.h #define inreg(type, off)	\
type              113 drivers/video/fbdev/mb862xx/mb862xxfb.h 	gdc_read((par->type + (off)))
type              115 drivers/video/fbdev/mb862xx/mb862xxfb.h #define outreg(type, off, val)	\
type              116 drivers/video/fbdev/mb862xx/mb862xxfb.h 	gdc_write((val), (par->type + (off)))
type              206 drivers/video/fbdev/mb862xx/mb862xxfbdrv.c 	if (par->type == BT_CORALP)
type              435 drivers/video/fbdev/mb862xx/mb862xxfbdrv.c 	fbi->fix.type = FB_TYPE_PACKED_PIXELS;
type              588 drivers/video/fbdev/mb862xx/mb862xxfbdrv.c 	if (par->type == BT_CARMINE) {
type              646 drivers/video/fbdev/mb862xx/mb862xxfbdrv.c 		par->type = BT_LIME;
type              966 drivers/video/fbdev/mb862xx/mb862xxfbdrv.c 	switch (par->type) {
type             1035 drivers/video/fbdev/mb862xx/mb862xxfbdrv.c 		par->type = BT_CORALP;
type             1042 drivers/video/fbdev/mb862xx/mb862xxfbdrv.c 		par->type = BT_CARMINE;
type             1102 drivers/video/fbdev/mb862xx/mb862xxfbdrv.c 	if (par->type == BT_CARMINE)
type             1140 drivers/video/fbdev/mb862xx/mb862xxfbdrv.c 	if (par->type == BT_CARMINE) {
type              107 drivers/video/fbdev/mbx/mbxfb.c 	.type = FB_TYPE_PACKED_PIXELS,
type              104 drivers/video/fbdev/metronomefb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type              511 drivers/video/fbdev/mmp/fb/mmpfb.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type              315 drivers/video/fbdev/mx3fb.c 	props.type = BACKLIGHT_RAW;
type              747 drivers/video/fbdev/mx3fb.c 	fix->type = FB_TYPE_PACKED_PIXELS;
type             1765 drivers/video/fbdev/neofb.c 	unsigned char type, display;
type             1776 drivers/video/fbdev/neofb.c 	type = vga_rgfx(NULL, 0x21);
type             1836 drivers/video/fbdev/neofb.c 	       (type & 0x02) ? "color" : "monochrome",
type             1837 drivers/video/fbdev/neofb.c 	       (type & 0x10) ? "TFT" : "dual scan");
type             2003 drivers/video/fbdev/neofb.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type              105 drivers/video/fbdev/nvidia/nv_backlight.c 	props.type = BACKLIGHT_RAW;
type               86 drivers/video/fbdev/nvidia/nvidia.c 	.type = FB_TYPE_PACKED_PIXELS,
type              220 drivers/video/fbdev/ocfb.c 	fix->type = FB_TYPE_PACKED_PIXELS;
type              438 drivers/video/fbdev/offb.c 	fix->type = FB_TYPE_PACKED_PIXELS;
type               43 drivers/video/fbdev/omap/omapfb.h 	u8		type;		/* OMAPFB_PLANE_MEM_* */
type              391 drivers/video/fbdev/omap/omapfb_main.c 	fix->type = FB_TYPE_PACKED_PIXELS;
type              822 drivers/video/fbdev/omap/omapfb_main.c 	if (mi->type != OMAPFB_MEMTYPE_SDRAM)
type              831 drivers/video/fbdev/omap/omapfb_main.c 	if (rg->size != size || rg->type != mi->type) {
type              834 drivers/video/fbdev/omap/omapfb_main.c 		u8	      old_type = rg->type;
type              838 drivers/video/fbdev/omap/omapfb_main.c 		rg->type = mi->type;
type              856 drivers/video/fbdev/omap/omapfb_main.c 		r = fbdev->ctrl->setup_mem(plane->idx, size, mi->type, &paddr);
type              860 drivers/video/fbdev/omap/omapfb_main.c 			rg->type = old_type;
type              897 drivers/video/fbdev/omap/omapfb_main.c 	mi->type = rg->type;
type              257 drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c 	dssdev->type = OMAP_DISPLAY_TYPE_VENC;
type              290 drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c 	dssdev->type = OMAP_DISPLAY_TYPE_DVI;
type              262 drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c 	dssdev->type = OMAP_DISPLAY_TYPE_HDMI;
type              159 drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c 		enum omap_dss_venc_type type)
type              162 drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c 	WARN_ON(type != OMAP_DSS_VENC_TYPE_COMPOSITE);
type              218 drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c 	dssdev->type = OMAP_DISPLAY_TYPE_VENC;
type              224 drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c 	dssdev->type = OMAP_DISPLAY_TYPE_DPI;
type              268 drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c 	dssdev->type = OMAP_DISPLAY_TYPE_HDMI;
type              269 drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c 	dssdev->type = OMAP_DISPLAY_TYPE_DPI;
type             1186 drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c 	dssdev->type = OMAP_DISPLAY_TYPE_DSI;
type             1244 drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c 		props.type = BACKLIGHT_RAW;
type              300 drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c 	dssdev->type = OMAP_DISPLAY_TYPE_DPI;
type              312 drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c 	dssdev->type = OMAP_DISPLAY_TYPE_DPI;
type              284 drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c 	dssdev->type = OMAP_DISPLAY_TYPE_DPI;
type              805 drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c 	props.type = BACKLIGHT_RAW;
type              842 drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c 	dssdev->type = OMAP_DISPLAY_TYPE_SDI;
type              410 drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c 	dssdev->type = OMAP_DISPLAY_TYPE_DPI;
type              551 drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c 	dssdev->type = OMAP_DISPLAY_TYPE_DPI;
type             2963 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		enum omap_dss_trans_key_type type,
type             2966 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	mgr_fld_write(ch, DISPC_MGR_FLD_TCKSELECTION, type);
type               34 drivers/video/fbdev/omap2/omapfb/dss/display.c 	switch (dssdev->type) {
type             2784 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		int channel, u8 *data, int len, enum dss_dsi_content_type type)
type             2789 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		BUG_ON(type == DSS_DSI_CONTENT_DCS);
type             2794 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 				type == DSS_DSI_CONTENT_GENERIC ?
type             2799 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 				type == DSS_DSI_CONTENT_GENERIC ?
type             2805 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 				type == DSS_DSI_CONTENT_GENERIC ?
type             2832 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		u8 *data, int len, enum dss_dsi_content_type type)
type             2837 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	r = dsi_vc_write_nosync_common(dsidev, channel, data, len, type);
type             2931 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		u8 *buf, int buflen, enum dss_dsi_content_type type)
type             2955 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	} else if (dt == (type == DSS_DSI_CONTENT_GENERIC ?
type             2961 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 				type == DSS_DSI_CONTENT_GENERIC ? "GENERIC" :
type             2972 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	} else if (dt == (type == DSS_DSI_CONTENT_GENERIC ?
type             2978 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 				type == DSS_DSI_CONTENT_GENERIC ? "GENERIC" :
type             2990 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	} else if (dt == (type == DSS_DSI_CONTENT_GENERIC ?
type             2997 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 				type == DSS_DSI_CONTENT_GENERIC ? "GENERIC" :
type             3034 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		type == DSS_DSI_CONTENT_GENERIC ? "GENERIC" : "DCS");
type              604 drivers/video/fbdev/omap2/omapfb/dss/dss.c void dss_set_venc_output(enum omap_dss_venc_type type)
type              608 drivers/video/fbdev/omap2/omapfb/dss/dss.c 	if (type == OMAP_DSS_VENC_TYPE_COMPOSITE)
type              610 drivers/video/fbdev/omap2/omapfb/dss/dss.c 	else if (type == OMAP_DSS_VENC_TYPE_SVIDEO)
type              301 drivers/video/fbdev/omap2/omapfb/dss/dss.h void dss_set_venc_output(enum omap_dss_venc_type type);
type              181 drivers/video/fbdev/omap2/omapfb/dss/hdmi.h 	enum hdmi_audio_type			type;
type              840 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 	audio_format.type = HDMI_AUDIO_TYPE_LPCM;
type              867 drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c 	audio_format.type = HDMI_AUDIO_TYPE_LPCM;
type              218 drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c 	r = FLD_MOD(r, aud_fmt->type, 4, 4);
type               34 drivers/video/fbdev/omap2/omapfb/dss/output.c 	if (out->output_type != dssdev->type) {
type              295 drivers/video/fbdev/omap2/omapfb/dss/venc.c 	enum omap_dss_venc_type type;
type              434 drivers/video/fbdev/omap2/omapfb/dss/venc.c 	dss_set_venc_output(venc.type);
type              439 drivers/video/fbdev/omap2/omapfb/dss/venc.c 	if (venc.type == OMAP_DSS_VENC_TYPE_COMPOSITE)
type              604 drivers/video/fbdev/omap2/omapfb/dss/venc.c 		enum omap_dss_venc_type type)
type              608 drivers/video/fbdev/omap2/omapfb/dss/venc.c 	venc.type = type;
type              824 drivers/video/fbdev/omap2/omapfb/dss/venc.c 		venc.type = OMAP_DSS_VENC_TYPE_COMPOSITE;
type              827 drivers/video/fbdev/omap2/omapfb/dss/venc.c 		venc.type = OMAP_DSS_VENC_TYPE_SVIDEO;
type              211 drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c 	if (mi->type != OMAPFB_MEMTYPE_SDRAM)
type              224 drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c 	if (rg->size == size && rg->type == mi->type)
type              249 drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c 	r = omapfb_realloc_fbmem(fbi, size, mi->type);
type              271 drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c 	mi->type = rg->type;
type              625 drivers/video/fbdev/omap2/omapfb/omapfb-main.c 	fix->type = FB_TYPE_PACKED_PIXELS;
type             1373 drivers/video/fbdev/omap2/omapfb/omapfb-main.c 	rg->type = 0;
type             1584 drivers/video/fbdev/omap2/omapfb/omapfb-main.c int omapfb_realloc_fbmem(struct fb_info *fbi, unsigned long size, int type)
type             1591 drivers/video/fbdev/omap2/omapfb/omapfb-main.c 	int old_type = rg->type;
type             1594 drivers/video/fbdev/omap2/omapfb/omapfb-main.c 	if (type != OMAPFB_MEMTYPE_SDRAM)
type             1599 drivers/video/fbdev/omap2/omapfb/omapfb-main.c 	if (old_size == size && old_type == type)
type              472 drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c 		r = omapfb_realloc_fbmem(fbi, size, ofbi->region->type);
type               49 drivers/video/fbdev/omap2/omapfb/omapfb.h 	u8		type;		/* OMAPFB_PLANE_MEM_* */
type              112 drivers/video/fbdev/omap2/omapfb/omapfb.h int omapfb_realloc_fbmem(struct fb_info *fbi, unsigned long size, int type);
type              245 drivers/video/fbdev/p9100.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type              329 drivers/video/fbdev/platinumfb.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type               88 drivers/video/fbdev/pm2fb.c 	pm2type_t	type;		/* Board type */
type              105 drivers/video/fbdev/pm2fb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type              321 drivers/video/fbdev/pm2fb.c 	if (p->type == PM2_TYPE_PERMEDIA2V)
type              382 drivers/video/fbdev/pm2fb.c 	switch (p->type) {
type              451 drivers/video/fbdev/pm2fb.c 	switch (par->type) {
type              488 drivers/video/fbdev/pm2fb.c 	switch (par->type) {
type              533 drivers/video/fbdev/pm2fb.c 	switch (p->type) {
type              709 drivers/video/fbdev/pm2fb.c 	data64 = depth > 8 || par->type == PM2_TYPE_PERMEDIA2V;
type              769 drivers/video/fbdev/pm2fb.c 	if (par->type == PM2_TYPE_PERMEDIA2V) {
type              831 drivers/video/fbdev/pm2fb.c 	switch (par->type) {
type             1374 drivers/video/fbdev/pm2fb.c 	if (par->type == PM2_TYPE_PERMEDIA2V)
type             1534 drivers/video/fbdev/pm2fb.c 		default_par->type = PM2_TYPE_PERMEDIA2;
type             1538 drivers/video/fbdev/pm2fb.c 		default_par->type = PM2_TYPE_PERMEDIA2;
type             1542 drivers/video/fbdev/pm2fb.c 		default_par->type = PM2_TYPE_PERMEDIA2V;
type               82 drivers/video/fbdev/pm3fb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type               96 drivers/video/fbdev/pmag-aa-fb.c 	.type		= FB_TYPE_PACKED_PIXELS,
type               73 drivers/video/fbdev/pmag-ba-fb.c 	.type		= FB_TYPE_PACKED_PIXELS,
type               63 drivers/video/fbdev/pmagb-b-fb.c 	.type		= FB_TYPE_PACKED_PIXELS,
type              957 drivers/video/fbdev/ps3fb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type              151 drivers/video/fbdev/pvr2fb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type              229 drivers/video/fbdev/pvr2fb.c static inline void pvr2fb_set_pal_type(unsigned int type)
type              233 drivers/video/fbdev/pvr2fb.c 	fb_writel(type, par->mmio_base + 0x108);
type              654 drivers/video/fbdev/pxa168fb.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type              881 drivers/video/fbdev/pxafb.c 	ofb->fb.fix.type		= FB_TYPE_PACKED_PIXELS;
type             1814 drivers/video/fbdev/pxafb.c 	fbi->fb.fix.type	= FB_TYPE_PACKED_PIXELS;
type               33 drivers/video/fbdev/q40fb.c 	.type		= FB_TYPE_PACKED_PIXELS,
type              215 drivers/video/fbdev/riva/fbdev.c 	.type		= FB_TYPE_PACKED_PIXELS,
type              343 drivers/video/fbdev/riva/fbdev.c 	props.type = BACKLIGHT_RAW;
type               88 drivers/video/fbdev/s1d13xxxfb.c 	.type		= FB_TYPE_PACKED_PIXELS,
type              647 drivers/video/fbdev/s1d13xxxfb.c 	fix->type = FB_TYPE_PACKED_PIXELS;
type             1240 drivers/video/fbdev/s3c-fb.c 	fbinfo->fix.type	= FB_TYPE_PACKED_PIXELS;
type              130 drivers/video/fbdev/s3c2410fb.c 	int type = default_display->type;
type              143 drivers/video/fbdev/s3c2410fb.c 			if (type == mach_info->displays[i].type &&
type              174 drivers/video/fbdev/s3c2410fb.c 	fbi->regs.lcdcon1 = display->type;
type              189 drivers/video/fbdev/s3c2410fb.c 		if (display->type != S3C2410_LCDCON1_TFT) {
type              256 drivers/video/fbdev/s3c2410fb.c 	int type = regs->lcdcon1 & ~S3C2410_LCDCON1_TFT;
type              261 drivers/video/fbdev/s3c2410fb.c 	if (type != S3C2410_LCDCON1_STN4)
type              377 drivers/video/fbdev/s3c2410fb.c 	int type = fbi->regs.lcdcon1 & S3C2410_LCDCON1_TFT;
type              387 drivers/video/fbdev/s3c2410fb.c 	if (type == S3C2410_LCDCON1_TFT) {
type              902 drivers/video/fbdev/s3c2410fb.c 	fbinfo->fix.type	    = FB_TYPE_PACKED_PIXELS;
type              435 drivers/video/fbdev/s3fb.c 		if (info->fix.type == FB_TYPE_INTERLEAVED_PLANES)
type              447 drivers/video/fbdev/s3fb.c 	    && (info->fix.type == FB_TYPE_INTERLEAVED_PLANES))
type             1257 drivers/video/fbdev/s3fb.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type             1091 drivers/video/fbdev/sa1100fb.c 	fbi->fb.fix.type	= FB_TYPE_PACKED_PIXELS;
type             2051 drivers/video/fbdev/savage/savagefb_driver.c 	info->fix.type	   = FB_TYPE_PACKED_PIXELS;
type              102 drivers/video/fbdev/sbuslib.c 			int type, int fb_depth, unsigned long fb_size)
type              108 drivers/video/fbdev/sbuslib.c 		if (put_user(type, &f->fb_type) ||
type               24 drivers/video/fbdev/sbuslib.h 			int type, int fb_depth, unsigned long fb_size);
type             1361 drivers/video/fbdev/sh_mobile_lcdcfb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type             1460 drivers/video/fbdev/sh_mobile_lcdcfb.c 		info->fix.type = FB_TYPE_FOURCC;
type             1463 drivers/video/fbdev/sh_mobile_lcdcfb.c 		info->fix.type = FB_TYPE_PACKED_PIXELS;
type             1653 drivers/video/fbdev/sh_mobile_lcdcfb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type             1905 drivers/video/fbdev/sh_mobile_lcdcfb.c 		info->fix.type = FB_TYPE_FOURCC;
type             1908 drivers/video/fbdev/sh_mobile_lcdcfb.c 		info->fix.type = FB_TYPE_PACKED_PIXELS;
type               30 drivers/video/fbdev/simplefb.c 	.type		= FB_TYPE_PACKED_PIXELS,
type             1881 drivers/video/fbdev/sis/sis_main.c 	fix->type        = FB_TYPE_PACKED_PIXELS;
type             2373 drivers/video/fbdev/sis/sis_main.c static int SISDoSense(struct sis_video_info *ivideo, u16 type, u16 test)
type             2381 drivers/video/fbdev/sis/sis_main.c 	   SiS_SetReg(SISPART4, 0x11, (type & 0x00ff));
type             2382 drivers/video/fbdev/sis/sis_main.c           temp = (type >> 8) | (mytest & 0x00ff);
type               89 drivers/video/fbdev/skeletonfb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type             1749 drivers/video/fbdev/sm501fb.c 	fb->fix.type		= FB_TYPE_PACKED_PIXELS;
type               78 drivers/video/fbdev/sm712fb.c 	.type           = FB_TYPE_PACKED_PIXELS,
type              110 drivers/video/fbdev/smscufx.c 	.type =         FB_TYPE_PACKED_PIXELS,
type               91 drivers/video/fbdev/ssd1307fb.c 	u8	type;
type               97 drivers/video/fbdev/ssd1307fb.c 	.type		= FB_TYPE_PACKED_PIXELS,
type              112 drivers/video/fbdev/ssd1307fb.c static struct ssd1307fb_array *ssd1307fb_alloc_array(u32 len, u8 type)
type              120 drivers/video/fbdev/ssd1307fb.c 	array->type = type;
type              115 drivers/video/fbdev/sstfb.c #define IS_VOODOO2(par) ((par)->type == ID_VOODOO2)
type             1153 drivers/video/fbdev/sstfb.c 	spec = &voodoo_spec[par->type];
type             1345 drivers/video/fbdev/sstfb.c 	par->type = id->driver_data;
type             1346 drivers/video/fbdev/sstfb.c 	spec = &voodoo_spec[par->type];
type             1401 drivers/video/fbdev/sstfb.c 	fix->type	= FB_TYPE_PACKED_PIXELS;
type              185 drivers/video/fbdev/sticore.h 	 u8 type[4];
type             1266 drivers/video/fbdev/stifb.c 		fix->type = FB_TYPE_PLANES;	/* well, sort of */
type             1271 drivers/video/fbdev/stifb.c 		fix->type = FB_TYPE_PACKED_PIXELS;
type             1276 drivers/video/fbdev/stifb.c 		fix->type = FB_TYPE_PACKED_PIXELS;
type               86 drivers/video/fbdev/sunxvr1000.c         info->fix.type = FB_TYPE_PACKED_PIXELS;
type               90 drivers/video/fbdev/sunxvr2500.c         info->fix.type = FB_TYPE_PACKED_PIXELS;
type              213 drivers/video/fbdev/sunxvr500.c         info->fix.type = FB_TYPE_PACKED_PIXELS;
type              338 drivers/video/fbdev/tcx.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type               87 drivers/video/fbdev/tdfxfb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type             1346 drivers/video/fbdev/tgafb.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type              717 drivers/video/fbdev/tmiofb.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type               54 drivers/video/fbdev/tridentfb.c 	.type = FB_TYPE_PACKED_PIXELS,
type               32 drivers/video/fbdev/udlfb.c 	.type =         FB_TYPE_PACKED_PIXELS,
type               42 drivers/video/fbdev/uvesafb.c 	.type	= FB_TYPE_PACKED_PIXELS,
type              516 drivers/video/fbdev/valkyriefb.c 	fix->type = FB_TYPE_PACKED_PIXELS;
type              489 drivers/video/fbdev/vermilion/vermilion.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type               50 drivers/video/fbdev/vesafb.c 	.type	= FB_TYPE_PACKED_PIXELS,
type               59 drivers/video/fbdev/vfb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type               92 drivers/video/fbdev/vga16fb.c 	.type		= FB_TYPE_VGA_PLANES,
type              222 drivers/video/fbdev/vga16fb.c 			info->fix.type = FB_TYPE_PACKED_PIXELS;
type              225 drivers/video/fbdev/vga16fb.c 			info->fix.type = FB_TYPE_VGA_PLANES;
type              230 drivers/video/fbdev/vga16fb.c 		info->fix.type = FB_TYPE_TEXT;
type              235 drivers/video/fbdev/vga16fb.c 			info->fix.type = FB_TYPE_VGA_PLANES;
type              239 drivers/video/fbdev/vga16fb.c 			info->fix.type = FB_TYPE_PACKED_PIXELS;
type              901 drivers/video/fbdev/vga16fb.c 	switch (info->fix.type) {
type             1054 drivers/video/fbdev/vga16fb.c 	switch (info->fix.type) {
type             1157 drivers/video/fbdev/vga16fb.c 	switch (info->fix.type) {
type             1225 drivers/video/fbdev/vga16fb.c 	switch (info->fix.type) {
type               35 drivers/video/fbdev/via/via_i2c.c 	switch (adap_data->type) {
type               56 drivers/video/fbdev/via/via_i2c.c 	if (adap_data->type == VIA_PORT_GPIO)
type               72 drivers/video/fbdev/via/via_i2c.c 	if (adap_data->type == VIA_PORT_GPIO)
type               93 drivers/video/fbdev/via/via_i2c.c 	switch (adap_data->type) {
type              233 drivers/video/fbdev/via/via_i2c.c 		if (adap_cfg->type == 0 || adap_cfg->mode != VIA_MODE_I2C)
type              152 drivers/video/fbdev/via/viafbdev.c 	fix->type = FB_TYPE_PACKED_PIXELS;
type              290 drivers/video/fbdev/vt8500lcdfb.c 	fbi->fb.fix.type	= FB_TYPE_PACKED_PIXELS;
type              228 drivers/video/fbdev/vt8623fb.c 		if (info->fix.type == FB_TYPE_INTERLEAVED_PLANES)
type              240 drivers/video/fbdev/vt8623fb.c 	    && (info->fix.type == FB_TYPE_INTERLEAVED_PLANES))
type              737 drivers/video/fbdev/vt8623fb.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type              718 drivers/video/fbdev/w100fb.c 	info->fix.type = FB_TYPE_PACKED_PIXELS;
type              282 drivers/video/fbdev/wm8505fb.c 	fbi->fb.fix.type	= FB_TYPE_PACKED_PIXELS;
type               96 drivers/video/fbdev/xen-fbfront.c 	event.type = XENFB_TYPE_UPDATE;
type              320 drivers/video/fbdev/xen-fbfront.c 	xenfb_info->resize.type = XENFB_TYPE_RESIZE;
type              454 drivers/video/fbdev/xen-fbfront.c 	fb_info->fix.type = FB_TYPE_PACKED_PIXELS;
type              115 drivers/video/fbdev/xilinxfb.c 	.type =		FB_TYPE_PACKED_PIXELS,
type               63 drivers/video/hdmi.c 	frame->type = HDMI_INFOFRAME_TYPE_AVI;
type               73 drivers/video/hdmi.c 	if (frame->type != HDMI_INFOFRAME_TYPE_AVI ||
type              131 drivers/video/hdmi.c 	ptr[0] = frame->type;
type              230 drivers/video/hdmi.c 	frame->type = HDMI_INFOFRAME_TYPE_SPD;
type              243 drivers/video/hdmi.c 	if (frame->type != HDMI_INFOFRAME_TYPE_SPD ||
type              298 drivers/video/hdmi.c 	ptr[0] = frame->type;
type              357 drivers/video/hdmi.c 	frame->type = HDMI_INFOFRAME_TYPE_AUDIO;
type              367 drivers/video/hdmi.c 	if (frame->type != HDMI_INFOFRAME_TYPE_AUDIO ||
type              428 drivers/video/hdmi.c 	ptr[0] = frame->type;
type              492 drivers/video/hdmi.c 	frame->type = HDMI_INFOFRAME_TYPE_VENDOR;
type              521 drivers/video/hdmi.c 	if (frame->type != HDMI_INFOFRAME_TYPE_VENDOR ||
type              585 drivers/video/hdmi.c 	ptr[0] = frame->type;
type              646 drivers/video/hdmi.c 	if (frame->any.type != HDMI_INFOFRAME_TYPE_VENDOR ||
type              664 drivers/video/hdmi.c 	frame->type = HDMI_INFOFRAME_TYPE_DRM;
type              674 drivers/video/hdmi.c 	if (frame->type != HDMI_INFOFRAME_TYPE_DRM ||
type              725 drivers/video/hdmi.c 	ptr[0] = frame->type;
type              865 drivers/video/hdmi.c 	switch (frame->any.type) {
type              875 drivers/video/hdmi.c 		WARN(1, "Bad infoframe type %d\n", frame->any.type);
type              900 drivers/video/hdmi.c 	switch (frame->any.type) {
type              922 drivers/video/hdmi.c 		WARN(1, "Bad infoframe type %d\n", frame->any.type);
type              953 drivers/video/hdmi.c 	switch (frame->any.type) {
type              971 drivers/video/hdmi.c 		WARN(1, "Bad infoframe type %d\n", frame->any.type);
type              979 drivers/video/hdmi.c static const char *hdmi_infoframe_type_get_name(enum hdmi_infoframe_type type)
type              981 drivers/video/hdmi.c 	if (type < 0x80 || type > 0x9f)
type              983 drivers/video/hdmi.c 	switch (type) {
type             1003 drivers/video/hdmi.c 		hdmi_infoframe_type_get_name(frame->type),
type             1519 drivers/video/hdmi.c 	switch (frame->any.type) {
type             1210 drivers/virt/vboxguest/vboxguest_core.c 	if (hdr->type == VBG_IOCTL_HDR_TYPE_DEFAULT)
type             1301 drivers/virt/vboxguest/vboxguest_core.c static bool vbg_param_valid(enum vmmdev_hgcm_function_parameter_type type)
type             1303 drivers/virt/vboxguest/vboxguest_core.c 	switch (type) {
type             1356 drivers/virt/vboxguest/vboxguest_core.c 			if (!vbg_param_valid(parm[i].type))
type             1363 drivers/virt/vboxguest/vboxguest_core.c 			if (!vbg_param_valid(parm[i].type))
type             1525 drivers/virt/vboxguest/vboxguest_core.c 	if (hdr->type != VBG_IOCTL_HDR_TYPE_DEFAULT)
type              214 drivers/virt/vboxguest/vboxguest_utils.c 	copy_in = src_parm->type != VMMDEV_HGCM_PARM_TYPE_LINADDR_OUT;
type              256 drivers/virt/vboxguest/vboxguest_utils.c 		switch (src_parm->type) {
type              308 drivers/virt/vboxguest/vboxguest_utils.c 	enum vmmdev_hgcm_function_parameter_type type)
type              310 drivers/virt/vboxguest/vboxguest_utils.c 	switch (type) {
type              330 drivers/virt/vboxguest/vboxguest_utils.c 	enum vmmdev_hgcm_function_parameter_type type, u32 *off_extra)
type              337 drivers/virt/vboxguest/vboxguest_utils.c 	dst_parm->type = type;
type              349 drivers/virt/vboxguest/vboxguest_utils.c 	dst_parm->type = VMMDEV_HGCM_PARM_TYPE_PAGELIST;
type              352 drivers/virt/vboxguest/vboxguest_utils.c 	dst_pg_lst->flags = hgcm_call_linear_addr_type_to_pagelist_flags(type);
type              395 drivers/virt/vboxguest/vboxguest_utils.c 		switch (src_parm->type) {
type              406 drivers/virt/vboxguest/vboxguest_utils.c 					       src_parm->type, &off_extra);
type              415 drivers/virt/vboxguest/vboxguest_utils.c 					       src_parm->type, &off_extra);
type              420 drivers/virt/vboxguest/vboxguest_utils.c 			dst_parm->type = VMMDEV_HGCM_PARM_TYPE_INVALID;
type              562 drivers/virt/vboxguest/vboxguest_utils.c 		switch (dst_parm->type) {
type              670 drivers/virt/vboxguest/vboxguest_utils.c 		switch (parm32[i].type) {
type              672 drivers/virt/vboxguest/vboxguest_utils.c 			parm64[i].type = VMMDEV_HGCM_PARM_TYPE_32BIT;
type              677 drivers/virt/vboxguest/vboxguest_utils.c 			parm64[i].type = VMMDEV_HGCM_PARM_TYPE_64BIT;
type              684 drivers/virt/vboxguest/vboxguest_utils.c 			parm64[i].type = parm32[i].type;
type              704 drivers/virt/vboxguest/vboxguest_utils.c 		switch (parm64[i].type) {
type               43 drivers/virtio/virtio_input.c 				    le16_to_cpu(event->type),
type               59 drivers/virtio/virtio_input.c 				 u16 type, u16 code, s32 value)
type               70 drivers/virtio/virtio_input.c 	stsbuf->type  = cpu_to_le16(type);
type              102 drivers/virtio/virtio_input.c static int virtinput_status(struct input_dev *idev, unsigned int type,
type              107 drivers/virtio/virtio_input.c 	return virtinput_send_status(vi, type, code, value);
type              494 drivers/virtio/virtio_pci_modern.c 		u8 type, bar;
type              497 drivers/virtio/virtio_pci_modern.c 				     &type);
type              506 drivers/virtio/virtio_pci_modern.c 		if (type == cfg_type) {
type               44 drivers/visorbus/visorchannel.c 	guid_t type;
type             1047 drivers/vme/bridges/vme_ca91cx42.c 	if (dest->type == VME_DMA_VME) {
type             1074 drivers/vme/bridges/vme_ca91cx42.c 	if (!(((src->type == VME_DMA_PCI) && (dest->type == VME_DMA_VME)) ||
type             1075 drivers/vme/bridges/vme_ca91cx42.c 		((src->type == VME_DMA_VME) && (dest->type == VME_DMA_PCI)))) {
type             1659 drivers/vme/bridges/vme_tsi148.c 	switch (src->type) {
type             1668 drivers/vme/bridges/vme_tsi148.c 		if (pattern_attr->type & VME_DMA_PATTERN_BYTE)
type             1672 drivers/vme/bridges/vme_tsi148.c 		if ((pattern_attr->type & VME_DMA_PATTERN_INCREMENT) == 0)
type             1712 drivers/vme/bridges/vme_tsi148.c 	switch (dest->type) {
type               51 drivers/vme/vme.c 	switch (resource->type) {
type              174 drivers/vme/vme.c 	switch (resource->type) {
type              337 drivers/vme/vme.c 	resource->type = VME_SLAVE;
type              378 drivers/vme/vme.c 	if (resource->type != VME_SLAVE) {
type              427 drivers/vme/vme.c 	if (resource->type != VME_SLAVE) {
type              454 drivers/vme/vme.c 	if (resource->type != VME_SLAVE) {
type              541 drivers/vme/vme.c 	resource->type = VME_MASTER;
type              582 drivers/vme/vme.c 	if (resource->type != VME_MASTER) {
type              632 drivers/vme/vme.c 	if (resource->type != VME_MASTER) {
type              676 drivers/vme/vme.c 	if (resource->type != VME_MASTER) {
type              725 drivers/vme/vme.c 	if (resource->type != VME_MASTER) {
type              776 drivers/vme/vme.c 	if (resource->type != VME_MASTER) {
type              804 drivers/vme/vme.c 	if (resource->type != VME_MASTER) {
type              834 drivers/vme/vme.c 	if (resource->type != VME_MASTER) {
type              916 drivers/vme/vme.c 	resource->type = VME_DMA;
type              946 drivers/vme/vme.c 	if (resource->type != VME_DMA) {
type              976 drivers/vme/vme.c struct vme_dma_attr *vme_dma_pattern_attribute(u32 pattern, u32 type)
type              989 drivers/vme/vme.c 	attributes->type = VME_DMA_PATTERN;
type              993 drivers/vme/vme.c 	pattern_attr->type = type;
type             1029 drivers/vme/vme.c 	attributes->type = VME_DMA_PCI;
type             1070 drivers/vme/vme.c 	attributes->type = VME_DMA_VME;
type             1226 drivers/vme/vme.c 	if (resource->type != VME_DMA) {
type             1516 drivers/vme/vme.c 	resource->type = VME_LM;
type             1547 drivers/vme/vme.c 	if (resource->type != VME_LM) {
type             1578 drivers/vme/vme.c 	if (resource->type != VME_LM) {
type             1614 drivers/vme/vme.c 	if (resource->type != VME_LM) {
type             1651 drivers/vme/vme.c 	if (resource->type != VME_LM) {
type             1684 drivers/vme/vme.c 	if (resource->type != VME_LM) {
type             1716 drivers/vme/vme.c 	if (resource->type != VME_LM) {
type               40 drivers/vme/vme_bridge.h 	u32 type;
type              172 drivers/w1/slaves/w1_ds250x.c 		.type = NVMEM_TYPE_OTP,
type              111 drivers/w1/slaves/w1_therm.c static umode_t w1_is_visible(const void *_data, enum hwmon_sensor_types type,
type              117 drivers/w1/slaves/w1_therm.c static int w1_read(struct device *dev, enum hwmon_sensor_types type,
type              120 drivers/w1/slaves/w1_therm.c 	switch (type) {
type              134 drivers/w1/slaves/w1_therm.c 	.type = hwmon_temp,
type              778 drivers/w1/w1.c 	msg.type = W1_SLAVE_ADD;
type              800 drivers/w1/w1.c 		msg.type = W1_SLAVE_REMOVE;
type              155 drivers/w1/w1_int.c 	msg.type = W1_MASTER_ADD;
type              214 drivers/w1/w1_int.c 	msg.type = W1_MASTER_REMOVE;
type              416 drivers/w1/w1_netlink.c 	msg->type = W1_LIST_MASTERS;
type              570 drivers/w1/w1_netlink.c 		if (msg->type == W1_MASTER_CMD || msg->type == W1_SLAVE_CMD) {
type              643 drivers/w1/w1_netlink.c 		if (msg->type == W1_LIST_MASTERS) {
type              657 drivers/w1/w1_netlink.c 		if (msg->type == W1_MASTER_CMD) {
type              659 drivers/w1/w1_netlink.c 		} else if (msg->type == W1_SLAVE_CMD) {
type              666 drivers/w1/w1_netlink.c 				msg->type, msg->len);
type               66 drivers/w1/w1_netlink.h 	__u8				type;
type              141 drivers/watchdog/f71808e_wdt.c 	enum chips	type;
type              250 drivers/watchdog/f71808e_wdt.c 	if (watchdog.type == f71868) {
type              347 drivers/watchdog/f71808e_wdt.c 	switch (watchdog.type) {
type              417 drivers/watchdog/f71808e_wdt.c 	if (watchdog.type == f81865 || watchdog.type == f81866)
type              698 drivers/watchdog/f71808e_wdt.c 		f71808e_names[watchdog.type]);
type              801 drivers/watchdog/f71808e_wdt.c 		watchdog.type = f71808fg;
type              804 drivers/watchdog/f71808e_wdt.c 		watchdog.type = f71862fg;
type              808 drivers/watchdog/f71808e_wdt.c 		watchdog.type = f71868;
type              812 drivers/watchdog/f71808e_wdt.c 		watchdog.type = f71869;
type              815 drivers/watchdog/f71808e_wdt.c 		watchdog.type = f71882fg;
type              818 drivers/watchdog/f71808e_wdt.c 		watchdog.type = f71889fg;
type              825 drivers/watchdog/f71808e_wdt.c 		watchdog.type = f81803;
type              828 drivers/watchdog/f71808e_wdt.c 		watchdog.type = f81865;
type              831 drivers/watchdog/f71808e_wdt.c 		watchdog.type = f81866;
type              841 drivers/watchdog/f71808e_wdt.c 		f71808e_names[watchdog.type],
type              144 drivers/watchdog/ibmasr.c 	const char *type = "";
type              171 drivers/watchdog/ibmasr.c 		type = "Jaspers ";
type              210 drivers/watchdog/ibmasr.c 		type = "Pearls ";
type              220 drivers/watchdog/ibmasr.c 		type = "Junipers ";
type              228 drivers/watchdog/ibmasr.c 		type = "Spruce's ";
type              241 drivers/watchdog/ibmasr.c 	pr_info("found %sASR @ addr %#x\n", type, asr_base);
type              360 drivers/watchdog/ibmasr.c 	int type;
type              379 drivers/watchdog/ibmasr.c 			asr_type = id->type;
type              136 drivers/watchdog/ni903x_wdt.c 	switch (res->type) {
type               88 drivers/watchdog/wdt.c static int type = 500;
type               89 drivers/watchdog/wdt.c module_param(type, int, 0);
type               90 drivers/watchdog/wdt.c MODULE_PARM_DESC(type,
type              216 drivers/watchdog/wdt.c 	if (type == 501) {
type              282 drivers/watchdog/wdt.c 	if (type == 501) {
type              368 drivers/watchdog/wdt.c 	if (type == 501) {
type              572 drivers/watchdog/wdt.c 	if (type == 501)
type              591 drivers/watchdog/wdt.c 	if (type != 500 && type != 501) {
type              592 drivers/watchdog/wdt.c 		pr_err("unknown card type '%d'\n", type);
type              622 drivers/watchdog/wdt.c 	if (type == 501) {
type              640 drivers/watchdog/wdt.c 	if (type == 501)
type              646 drivers/watchdog/wdt.c 	if (type == 501)
type               89 drivers/watchdog/wdt_pci.c static int type = 500;
type               90 drivers/watchdog/wdt_pci.c module_param(type, int, 0);
type               91 drivers/watchdog/wdt_pci.c MODULE_PARM_DESC(type,
type              252 drivers/watchdog/wdt_pci.c 	if (type == 501) {
type              311 drivers/watchdog/wdt_pci.c 	if (type == 501) {
type              405 drivers/watchdog/wdt_pci.c 	if (type == 501) {
type              614 drivers/watchdog/wdt_pci.c 	if (type != 500 && type != 501) {
type              615 drivers/watchdog/wdt_pci.c 		pr_err("unknown card type '%d'\n", type);
type              662 drivers/watchdog/wdt_pci.c 	if (type == 501) {
type              680 drivers/watchdog/wdt_pci.c 	if (type == 501)
type              689 drivers/watchdog/wdt_pci.c 	if (type == 501)
type              708 drivers/watchdog/wdt_pci.c 	if (type == 501)
type              164 drivers/xen/events/events_base.c 				     enum xen_irq_type type,
type              170 drivers/xen/events/events_base.c 	BUG_ON(info->type != IRQT_UNBOUND && info->type != type);
type              172 drivers/xen/events/events_base.c 	info->type = type;
type              272 drivers/xen/events/events_base.c 	BUG_ON(info->type != IRQT_IPI);
type              282 drivers/xen/events/events_base.c 	BUG_ON(info->type != IRQT_VIRQ);
type              292 drivers/xen/events/events_base.c 	BUG_ON(info->type != IRQT_PIRQ);
type              299 drivers/xen/events/events_base.c 	return info_for_irq(irq)->type;
type              328 drivers/xen/events/events_base.c 	BUG_ON(info->type != IRQT_PIRQ);
type              376 drivers/xen/events/events_base.c 	info->type = IRQT_UNBOUND;
type              462 drivers/xen/events/events_base.c 	BUG_ON(info->type != IRQT_PIRQ);
type              514 drivers/xen/events/events_base.c 	BUG_ON(info->type != IRQT_PIRQ);
type              566 drivers/xen/events/events_base.c 	BUG_ON(info->type != IRQT_PIRQ);
type              591 drivers/xen/events/events_base.c 		if (info->type != IRQT_PIRQ)
type              721 drivers/xen/events/events_base.c 	op_get_free_pirq.type = MAP_PIRQ_TYPE_MSI;
type              810 drivers/xen/events/events_base.c 		if (info->type != IRQT_PIRQ)
type              860 drivers/xen/events/events_base.c 		WARN_ON(info == NULL || info->type != IRQT_EVTCHN);
type              903 drivers/xen/events/events_base.c 		WARN_ON(info == NULL || info->type != IRQT_IPI);
type             1006 drivers/xen/events/events_base.c 		WARN_ON(info == NULL || info->type != IRQT_VIRQ);
type             1282 drivers/xen/events/events_base.c 	BUG_ON(info->type == IRQT_UNBOUND);
type             1419 drivers/xen/events/events_base.c 		if (info->type != IRQT_PIRQ)
type             1432 drivers/xen/events/events_base.c 		map_irq.type = MAP_PIRQ_TYPE_GSI;
type               34 drivers/xen/events/events_internal.h 	enum xen_irq_type type;	/* type */
type              262 drivers/xen/mcelog.c 		    (mic->type != MC_TYPE_GLOBAL   &&
type              263 drivers/xen/mcelog.c 		     mic->type != MC_TYPE_BANK     &&
type              264 drivers/xen/mcelog.c 		     mic->type != MC_TYPE_EXTENDED &&
type              265 drivers/xen/mcelog.c 		     mic->type != MC_TYPE_RECOVERY))
type              268 drivers/xen/mcelog.c 		if (mic->type == MC_TYPE_BANK) {
type              780 drivers/xen/privcmd.c 	xdata.type = kdata.type;
type              256 drivers/xen/pvcalls-back.c 	    req->u.socket.type != SOCK_STREAM ||
type              535 drivers/xen/pvcalls-back.c 	sock->type = mappass->sock->type;
type              274 drivers/xen/pvcalls-front.c 	if (sock->type != SOCK_STREAM)
type              314 drivers/xen/pvcalls-front.c 	req->u.socket.type = SOCK_STREAM;
type              420 drivers/xen/pvcalls-front.c 	if (addr->sa_family != AF_INET || sock->type != SOCK_STREAM)
type              667 drivers/xen/pvcalls-front.c 	if (addr->sa_family != AF_INET || sock->type != SOCK_STREAM)
type               43 drivers/xen/sys-hypervisor.c HYPERVISOR_ATTR_RO(type);
type               52 drivers/xen/sys-hypervisor.c 	const char *type;
type               57 drivers/xen/sys-hypervisor.c 		type = "Xen";
type               60 drivers/xen/sys-hypervisor.c 		type = "PV";
type               63 drivers/xen/sys-hypervisor.c 		type = xen_pvh_domain() ? "PVH" : "HVM";
type               69 drivers/xen/sys-hypervisor.c 	return sprintf(buffer, "%s\n", type);
type              153 drivers/xen/xen-acpi-cpuhotplug.c 	if (obj->type != ACPI_TYPE_BUFFER ||
type              161 drivers/xen/xen-acpi-cpuhotplug.c 	if (lapic->header.type != ACPI_MADT_TYPE_LOCAL_APIC ||
type              316 drivers/xen/xen-acpi-cpuhotplug.c 	if (info->type == ACPI_TYPE_PROCESSOR) {
type               29 drivers/xen/xen-acpi-pad.c 	op.u.core_parking.type = XEN_CORE_PARKING_SET;
type               40 drivers/xen/xen-acpi-pad.c 	op.u.core_parking.type = XEN_CORE_PARKING_GET;
type               64 drivers/xen/xen-acpi-pad.c 	if (package->type == ACPI_TYPE_PACKAGE &&
type               56 drivers/xen/xen-acpi-processor.c 		.u.set_pminfo.type	= XEN_PM_CX,
type               91 drivers/xen/xen-acpi-processor.c 		dst_cx->type = cx->type;
type              121 drivers/xen/xen-acpi-processor.c 				 cx->type, cx->desc, (u32)cx->latency);
type              210 drivers/xen/xen-acpi-processor.c 		.u.set_pminfo.type	= XEN_PM_PX,
type               25 drivers/xen/xen-pciback/conf_space.c #define DEFINE_PCI_CONFIG(op, size, type)			\
type               27 drivers/xen/xen-pciback/conf_space.c (struct pci_dev *dev, int offset, type value, void *data)	\
type               45 drivers/xen/xenbus/xenbus.h 	int (*probe)(struct xen_bus_type *bus, const char *type,
type               80 drivers/xen/xenbus/xenbus.h 	enum xsd_sockmsg_type type;
type              113 drivers/xen/xenbus/xenbus.h 		      const char *type,
type              269 drivers/xen/xenbus/xenbus_comms.c 		if (state.msg.type == XS_WATCH_EVENT)
type              276 drivers/xen/xenbus/xenbus_comms.c 		if (state.msg.type == XS_WATCH_EVENT)
type              294 drivers/xen/xenbus/xenbus_comms.c 	if (state.msg.type == XS_WATCH_EVENT) {
type              313 drivers/xen/xenbus/xenbus_comms.c 			req->msg.type = state.msg.type;
type              394 drivers/xen/xenbus/xenbus_comms.c 	state.req->msg.type = XS_ERROR;
type              285 drivers/xen/xenbus/xenbus_dev_frontend.c 	hdr.type = XS_WATCH_EVENT;
type              374 drivers/xen/xenbus/xenbus_dev_frontend.c 	if (req->type == XS_TRANSACTION_START) {
type              378 drivers/xen/xenbus/xenbus_dev_frontend.c 		if (req->msg.type == XS_ERROR) {
type              386 drivers/xen/xenbus/xenbus_dev_frontend.c 	} else if (req->type == XS_TRANSACTION_END) {
type              429 drivers/xen/xenbus/xenbus_dev_frontend.c 	msg.hdr.type = msg_type;
type              622 drivers/xen/xenbus/xenbus_dev_frontend.c 	msg_type = u->u.msg.type;
type              432 drivers/xen/xenbus/xenbus_probe.c 		      const char *type,
type              449 drivers/xen/xenbus/xenbus_probe.c 	stringlen = strlen(nodename) + 1 + strlen(type) + 1;
type              463 drivers/xen/xenbus/xenbus_probe.c 	strcpy(tmpstring, type);
type              491 drivers/xen/xenbus/xenbus_probe.c static int xenbus_probe_device_type(struct xen_bus_type *bus, const char *type)
type              498 drivers/xen/xenbus/xenbus_probe.c 	dir = xenbus_directory(XBT_NIL, bus->root, type, &dir_n);
type              503 drivers/xen/xenbus/xenbus_probe.c 		err = bus->probe(bus, type, dir[i]);
type              560 drivers/xen/xenbus/xenbus_probe.c 	char type[XEN_BUS_ID_SIZE];
type              574 drivers/xen/xenbus/xenbus_probe.c 	snprintf(type, XEN_BUS_ID_SIZE, "%.*s", (int)strcspn(p, "/"), p);
type              575 drivers/xen/xenbus/xenbus_probe.c 	type[XEN_BUS_ID_SIZE-1] = '\0';
type              586 drivers/xen/xenbus/xenbus_probe.c 		xenbus_probe_node(bus, type, root);
type               62 drivers/xen/xenbus/xenbus_probe_backend.c 	const char *devid, *type, *frontend;
type               65 drivers/xen/xenbus/xenbus_probe_backend.c 	type = strchr(nodename, '/');
type               66 drivers/xen/xenbus/xenbus_probe_backend.c 	if (!type)
type               68 drivers/xen/xenbus/xenbus_probe_backend.c 	type++;
type               69 drivers/xen/xenbus/xenbus_probe_backend.c 	typelen = strcspn(type, "/");
type               70 drivers/xen/xenbus/xenbus_probe_backend.c 	if (!typelen || type[typelen] != '/')
type               90 drivers/xen/xenbus/xenbus_probe_backend.c 		     typelen, type, domid, devid) >= XEN_BUS_ID_SIZE)
type              135 drivers/xen/xenbus/xenbus_probe_backend.c 				     const char *type,
type              147 drivers/xen/xenbus/xenbus_probe_backend.c 	err = xenbus_probe_node(bus, type, nodename);
type              153 drivers/xen/xenbus/xenbus_probe_backend.c static int xenbus_probe_backend(struct xen_bus_type *bus, const char *type,
type              163 drivers/xen/xenbus/xenbus_probe_backend.c 	nodename = kasprintf(GFP_KERNEL, "%s/%s/%s", bus->root, type, domid);
type              174 drivers/xen/xenbus/xenbus_probe_backend.c 		err = xenbus_probe_backend_unit(bus, nodename, type, dir[i]);
type               54 drivers/xen/xenbus/xenbus_probe_frontend.c static int xenbus_probe_frontend(struct xen_bus_type *bus, const char *type,
type               61 drivers/xen/xenbus/xenbus_probe_frontend.c 	if (!strncmp(type, "console", 7) && !strncmp(name, "0", 1)) {
type               66 drivers/xen/xenbus/xenbus_probe_frontend.c 	nodename = kasprintf(GFP_KERNEL, "%s/%s/%s", bus->root, type, name);
type               72 drivers/xen/xenbus/xenbus_probe_frontend.c 	err = xenbus_probe_node(bus, type, nodename);
type              119 drivers/xen/xenbus/xenbus_xs.c 	req->type = req->msg.type;
type              129 drivers/xen/xenbus/xenbus_xs.c 	if (req->type == XS_TRANSACTION_START && !req->user_req)
type              143 drivers/xen/xenbus/xenbus_xs.c 	if ((req->type == XS_TRANSACTION_START && req->msg.type == XS_ERROR) ||
type              144 drivers/xen/xenbus/xenbus_xs.c 	    (req->type == XS_TRANSACTION_END && !req->user_req &&
type              145 drivers/xen/xenbus/xenbus_xs.c 	     !WARN_ON_ONCE(req->msg.type == XS_ERROR &&
type              257 drivers/xen/xenbus/xenbus_xs.c 	msg->type = req->msg.type;
type              303 drivers/xen/xenbus/xenbus_xs.c 		      enum xsd_sockmsg_type type,
type              325 drivers/xen/xenbus/xenbus_xs.c 	msg.type = type;
type              339 drivers/xen/xenbus/xenbus_xs.c 	if (msg.type == XS_ERROR) {
type              345 drivers/xen/xenbus/xenbus_xs.c 	if (msg.type != type) {
type              347 drivers/xen/xenbus/xenbus_xs.c 				    msg.type, type);
type              356 drivers/xen/xenbus/xenbus_xs.c 		       enum xsd_sockmsg_type type,
type              364 drivers/xen/xenbus/xenbus_xs.c 	return xs_talkv(t, type, &iovec, 1, len);
type               95 drivers/xen/xenfs/xensyms.c 		   symdata->type, xs->name);
type               37 drivers/zorro/zorro-sysfs.c zorro_config_attr(type, rom.er_Type, "0x%02x\n");
type               88 fs/9p/acl.c    static struct posix_acl *v9fs_get_cached_acl(struct inode *inode, int type)
type               95 fs/9p/acl.c    	acl = get_cached_acl(inode, type);
type              100 fs/9p/acl.c    struct posix_acl *v9fs_iop_get_acl(struct inode *inode, int type)
type              113 fs/9p/acl.c    	return v9fs_get_cached_acl(inode, type);
type              117 fs/9p/acl.c    static int v9fs_set_acl(struct p9_fid *fid, int type, struct posix_acl *acl)
type              134 fs/9p/acl.c    	switch (type) {
type               19 fs/9p/acl.h    extern struct posix_acl *v9fs_iop_get_acl(struct inode *inode, int type);
type               45 fs/9p/cache.c  	.type		= FSCACHE_COOKIE_TYPE_INDEX,
type               98 fs/9p/cache.c  	.type		= FSCACHE_COOKIE_TYPE_DATAFILE,
type              159 fs/9p/vfs_file.c 		flock.type = P9_LOCK_TYPE_RDLCK;
type              162 fs/9p/vfs_file.c 		flock.type = P9_LOCK_TYPE_WRLCK;
type              165 fs/9p/vfs_file.c 		flock.type = P9_LOCK_TYPE_UNLCK;
type              260 fs/9p/vfs_file.c 	glock.type  = P9_LOCK_TYPE_UNLCK;
type              273 fs/9p/vfs_file.c 	switch (glock.type) {
type              284 fs/9p/vfs_file.c 	if (glock.type != P9_LOCK_TYPE_UNLCK) {
type              131 fs/9p/vfs_inode.c 		char type = 0, ext[32];
type              135 fs/9p/vfs_inode.c 		sscanf(ext, "%c %i %i", &type, &major, &minor);
type              136 fs/9p/vfs_inode.c 		switch (type) {
type              145 fs/9p/vfs_inode.c 				 type, stat->extension);
type              200 fs/9p/vfs_inode.c 	wstat->type = ~0;
type              202 fs/9p/vfs_inode.c 	wstat->qid.type = ~0;
type              463 fs/9p/vfs_inode.c 	if (v9inode->qid.type != st->qid.type)
type               73 fs/9p/vfs_inode_dotl.c 	if (v9inode->qid.type != st->qid.type)
type              254 fs/9p/vfs_super.c 			buf->f_type = rs.type;
type              190 fs/affs/affs.h extern int			 affs_add_entry(struct inode *dir, struct inode *inode, struct dentry *dentry, s32 type);
type              350 fs/affs/inode.c affs_add_entry(struct inode *dir, struct inode *inode, struct dentry *dentry, s32 type)
type              359 fs/affs/inode.c 		 dir->i_ino, inode->i_ino, dentry, type);
type              367 fs/affs/inode.c 	switch (type) {
type              387 fs/affs/inode.c 	AFFS_TAIL(sb, bh)->stype = cpu_to_be32(type);
type               96 fs/afs/afs.h   	afs_voltype_t		type;		/* type of this volume */
type              140 fs/afs/afs.h   	afs_file_type_t		type;		/* file type */
type              182 fs/afs/afs.h   	u32			type;		/* volume type (afs_voltype_t) */
type               77 fs/afs/afs_vl.h 	afs_voltype_t	type;			/* volume type */
type               23 fs/afs/cache.c 	.type		= FSCACHE_COOKIE_TYPE_INDEX,
type               28 fs/afs/cache.c 	.type		= FSCACHE_COOKIE_TYPE_INDEX,
type               33 fs/afs/cache.c 	.type		= FSCACHE_COOKIE_TYPE_DATAFILE,
type              125 fs/afs/cmservice.c 		call->type = &afs_SRXCBCallBack;
type              128 fs/afs/cmservice.c 		call->type = &afs_SRXCBInitCallBackState;
type              131 fs/afs/cmservice.c 		call->type = &afs_SRXCBInitCallBackState3;
type              134 fs/afs/cmservice.c 		call->type = &afs_SRXCBProbe;
type              137 fs/afs/cmservice.c 		call->type = &afs_SRXCBProbeUuid;
type              140 fs/afs/cmservice.c 		call->type = &afs_SRXCBTellMeAboutYourself;
type              145 fs/afs/cmservice.c 		call->type = &afs_SRXYFSCB_CallBack;
type              179 fs/afs/flock.c 			afs_lock_type_t type)
type              190 fs/afs/flock.c 	       key_serial(key), type);
type              200 fs/afs/flock.c 			afs_fs_set_lock(&fc, type, scb);
type              424 fs/afs/flock.c 			      enum afs_flock_mode mode, afs_lock_type_t type)
type              449 fs/afs/flock.c 	if (type == AFS_LOCK_READ) {
type              468 fs/afs/flock.c 	afs_lock_type_t type;
type              485 fs/afs/flock.c 	type = (fl->fl_type == F_RDLCK) ? AFS_LOCK_READ : AFS_LOCK_WRITE;
type              487 fs/afs/flock.c 		type = AFS_LOCK_WRITE;
type              489 fs/afs/flock.c 	ret = afs_do_setlk_check(vnode, key, mode, type);
type              522 fs/afs/flock.c 		if (type == AFS_LOCK_READ) {
type              540 fs/afs/flock.c 		if (type == AFS_LOCK_READ) {
type              563 fs/afs/flock.c 	vnode->lock_type = type;
type              567 fs/afs/flock.c 	ret = afs_set_lock(vnode, key, type); /* RPC */
type              607 fs/afs/flock.c 		trace_afs_flock_ev(vnode, fl, afs_flock_acquired, type);
type               67 fs/afs/fsclient.c 	u32 type, abort_code;
type               95 fs/afs/fsclient.c 	type = ntohl(xdr->type);
type               96 fs/afs/fsclient.c 	switch (type) {
type              100 fs/afs/fsclient.c 		status->type = type;
type              232 fs/afs/fsclient.c 	vs->type		= ntohl(*bp++);
type             1696 fs/afs/fsclient.c int afs_fs_set_lock(struct afs_fs_cursor *fc, afs_lock_type_t type,
type             1705 fs/afs/fsclient.c 		return yfs_fs_set_lock(fc, type, scb);
type             1723 fs/afs/fsclient.c 	*bp++ = htonl(type);
type             1726 fs/afs/fsclient.c 	trace_afs_make_fs_calli(call, &vnode->fid, type);
type               38 fs/afs/inode.c 		vnode->status.type);
type               82 fs/afs/inode.c 	       status->type,
type              100 fs/afs/inode.c 	switch (status->type) {
type              177 fs/afs/inode.c 	if (status->type != vnode->status.type) {
type              182 fs/afs/inode.c 			   status->type, vnode->status.type);
type              220 fs/afs/inode.c 				fc->type ? fc->type->name : "???");
type              223 fs/afs/inode.c 		if (vnode->status.type == AFS_FTYPE_DIR) {
type              229 fs/afs/inode.c 	} else if (vnode->status.type == AFS_FTYPE_DIR) {
type              483 fs/afs/inode.c 	if (vnode->status.type == AFS_FTYPE_DIR) {
type               53 fs/afs/internal.h 	afs_voltype_t		type;		/* type of volume requested */
type              104 fs/afs/internal.h 	const struct afs_call_type *type;	/* type of call */
type              620 fs/afs/internal.h 	afs_voltype_t		type;		/* type of volume */
type              766 fs/afs/internal.h 	const struct afs_call_type *type;	/* Type of call done */
type             1132 fs/afs/internal.h 	fc->type = call->type;
type               86 fs/afs/mntpt.c 	if (src_as->volume && src_as->volume->type == AFSVL_RWVOL) {
type               87 fs/afs/mntpt.c 		ctx->type = AFSVL_RWVOL;
type              105 fs/afs/mntpt.c 			ctx->type = AFSVL_RWVOL;
type              222 fs/afs/proc.c  		   afs_vol_types[vol->type]);
type               87 fs/afs/protocol_yfs.h 	__be32			type;
type              108 fs/afs/protocol_yfs.h 	__be32			type;
type              145 fs/afs/protocol_yfs.h 	__be32			type;
type              137 fs/afs/rxrpc.c 				       const struct afs_call_type *type,
type              147 fs/afs/rxrpc.c 	call->type = type;
type              177 fs/afs/rxrpc.c 		ASSERT(call->type->name != NULL);
type              183 fs/afs/rxrpc.c 		if (call->type->destructor)
type              184 fs/afs/rxrpc.c 			call->type->destructor(call);
type              217 fs/afs/rxrpc.c 	if (call->type->work) {
type              218 fs/afs/rxrpc.c 		INIT_WORK(&call->work, call->type->work);
type              230 fs/afs/rxrpc.c 				     const struct afs_call_type *type,
type              235 fs/afs/rxrpc.c 	call = afs_alloc_call(net, type, GFP_NOFS);
type              254 fs/afs/rxrpc.c 	call->operation_ID = type->op;
type              372 fs/afs/rxrpc.c 	ASSERT(call->type != NULL);
type              373 fs/afs/rxrpc.c 	ASSERT(call->type->name != NULL);
type              376 fs/afs/rxrpc.c 	       call, call->type->name, key_serial(call->key),
type              478 fs/afs/rxrpc.c 	if (call->type->done)
type              479 fs/afs/rxrpc.c 		call->type->done(call);
type              509 fs/afs/rxrpc.c 	_enter("%s", call->type->name);
type              541 fs/afs/rxrpc.c 		ret = call->type->deliver(call);
type              587 fs/afs/rxrpc.c 	if (call->type->done)
type              588 fs/afs/rxrpc.c 		call->type->done(call);
type              827 fs/afs/rxrpc.c 	return call->type->deliver(call);
type              929 fs/afs/rxrpc.c 	_enter("{%s,%zu},%d", call->type->name, iov_iter_count(iter), want_more);
type              174 fs/afs/super.c 	switch (volume->type) {
type              256 fs/afs/super.c 		ctx->type = AFSVL_RWVOL;
type              277 fs/afs/super.c 			ctx->type = AFSVL_ROVOL;
type              280 fs/afs/super.c 			ctx->type = AFSVL_BACKVOL;
type              310 fs/afs/super.c 	       suffix ?: "-", ctx->type, ctx->force ? " FORCE" : "");
type              625 fs/afs/super.c 	ctx->type = AFSVL_ROVOL;
type               34 fs/afs/volume.c 	volume->vid		= vldb->vid[params->type];
type               37 fs/afs/volume.c 	volume->type		= params->type;
type              115 fs/afs/volume.c 	unsigned long type_mask = 1UL << params->type;
type              133 fs/afs/volume.c 		params->type = AFSVL_ROVOL;
type              135 fs/afs/volume.c 		params->type = AFSVL_RWVOL;
type              140 fs/afs/volume.c 	type_mask = 1UL << params->type;
type              250 fs/afs/volume.c 				    vldb, (1 << volume->type));
type               14 fs/afs/xdr_fs.h 	__be32	type;
type              153 fs/afs/yfsclient.c 		       call->type->name, len, call->request_size);
type              156 fs/afs/yfsclient.c 			   call->type->name, len, call->request_size);
type              188 fs/afs/yfsclient.c 	u32 type;
type              199 fs/afs/yfsclient.c 	type = ntohl(xdr->type);
type              200 fs/afs/yfsclient.c 	switch (type) {
type              204 fs/afs/yfsclient.c 		status->type = type;
type              326 fs/afs/yfsclient.c 	vs->type		= ntohl(x->type);
type             1636 fs/afs/yfsclient.c int yfs_fs_set_lock(struct afs_fs_cursor *fc, afs_lock_type_t type,
type             1664 fs/afs/yfsclient.c 	bp = xdr_encode_u32(bp, type);
type             1668 fs/afs/yfsclient.c 	trace_afs_make_fs_calli(call, &vnode->fid, type);
type              118 fs/autofs/autofs_i.h 	unsigned int type;
type              218 fs/autofs/dev-ioctl.c 	return ino && ino->sbi->type & *(unsigned *)p;
type              508 fs/autofs/dev-ioctl.c 	unsigned int type;
type              515 fs/autofs/dev-ioctl.c 	type = param->ismountpoint.in.type;
type              521 fs/autofs/dev-ioctl.c 		if (autofs_type_any(type))
type              526 fs/autofs/dev-ioctl.c 						test_by_type, &type);
type               47 fs/autofs/expire.c 		if (autofs_type_indirect(sbi->type))
type              549 fs/autofs/expire.c 	pkt.hdr.type = autofs_ptype_expire;
type              581 fs/autofs/expire.c 	if (autofs_type_trigger(sbi->type))
type               81 fs/autofs/inode.c 	if (autofs_type_offset(sbi->type))
type               83 fs/autofs/inode.c 	else if (autofs_type_direct(sbi->type))
type              199 fs/autofs/inode.c 			set_autofs_type_indirect(&sbi->type);
type              202 fs/autofs/inode.c 			set_autofs_type_direct(&sbi->type);
type              205 fs/autofs/inode.c 			set_autofs_type_offset(&sbi->type);
type              246 fs/autofs/inode.c 	set_autofs_type_indirect(&sbi->type);
type              315 fs/autofs/inode.c 	if (autofs_type_trigger(sbi->type))
type              293 fs/autofs/root.c 	if (autofs_type_indirect(sbi->type) && d_unhashed(dentry)) {
type              515 fs/autofs/root.c 		    autofs_type_indirect(sbi->type))
type               80 fs/autofs/waitq.c 				 int type)
type               93 fs/autofs/waitq.c 		 wq->name.len, wq->name.name, type);
type               98 fs/autofs/waitq.c 	pkt.hdr.type = type;
type              100 fs/autofs/waitq.c 	switch (type) {
type              154 fs/autofs/waitq.c 		pr_warn("bad type %d!\n", type);
type              354 fs/autofs/waitq.c 	int status, ret, type;
type              381 fs/autofs/waitq.c 		if (autofs_type_trigger(sbi->type))
type              392 fs/autofs/waitq.c 	if (IS_ROOT(dentry) && autofs_type_trigger(sbi->type))
type              444 fs/autofs/waitq.c 				type = autofs_ptype_missing;
type              446 fs/autofs/waitq.c 				type = autofs_ptype_expire_multi;
type              449 fs/autofs/waitq.c 				type = autofs_type_trigger(sbi->type) ?
type              453 fs/autofs/waitq.c 				type = autofs_type_trigger(sbi->type) ?
type              465 fs/autofs/waitq.c 		autofs_notify_daemon(sbi, wq, type);
type              117 fs/bad_inode.c static struct posix_acl *bad_inode_get_acl(struct inode *inode, int type)
type              149 fs/bad_inode.c 			     int type)
type              169 fs/befs/befs_fs_types.h 	fs32 type;
type              187 fs/befs/befs_fs_types.h 	fs32 type;
type              103 fs/befs/debug.c 	befs_debug(sb, "  type %08x", fs32_to_cpu(sb, inode->type));
type              349 fs/binfmt_elf.c 		const struct elf_phdr *eppnt, int prot, int type,
type              373 fs/binfmt_elf.c 		map_addr = vm_mmap(filep, addr, total_size, prot, type, off);
type              377 fs/binfmt_elf.c 		map_addr = vm_mmap(filep, addr, size, prot, type, off);
type              379 fs/binfmt_elf.c 	if ((type & MAP_FIXED_NOREPLACE) &&
type             1304 fs/binfmt_elf.c #define FILTER(type)	(mm_flags & (1UL << MMF_DUMP_##type))
type             1398 fs/binfmt_elf.c 	int type;
type             1419 fs/binfmt_elf.c 	en.n_type = men->type;
type             1459 fs/binfmt_elf.c static void fill_note(struct memelfnote *note, const char *name, int type, 
type             1463 fs/binfmt_elf.c 	note->type = type;
type             1260 fs/binfmt_elf_fdpic.c 	int type;
type             1283 fs/binfmt_elf_fdpic.c 	en.n_type = men->type;
type             1328 fs/binfmt_elf_fdpic.c static inline void fill_note(struct memelfnote *note, const char *name, int type,
type             1332 fs/binfmt_elf_fdpic.c 	note->type = type;
type              401 fs/binfmt_flat.c 		 r.reloc.offset, ptr, val, segment[r.reloc.type]);
type              403 fs/binfmt_flat.c 	switch (r.reloc.type) {
type              414 fs/binfmt_flat.c 		pr_err("Unknown relocation type=%x\n", r.reloc.type);
type               19 fs/btrfs/acl.c struct posix_acl *btrfs_get_acl(struct inode *inode, int type)
type               26 fs/btrfs/acl.c 	switch (type) {
type               56 fs/btrfs/acl.c 			 struct inode *inode, struct posix_acl *acl, int type)
type               62 fs/btrfs/acl.c 	switch (type) {
type              105 fs/btrfs/acl.c 		set_cached_acl(inode, type, acl);
type              110 fs/btrfs/acl.c int btrfs_set_acl(struct inode *inode, struct posix_acl *acl, int type)
type              115 fs/btrfs/acl.c 	if (type == ACL_TYPE_ACCESS && acl) {
type              120 fs/btrfs/acl.c 	ret = __btrfs_set_acl(NULL, inode, acl, type);
type               95 fs/btrfs/backref.c 		if (key.type != BTRFS_EXTENT_DATA_KEY)
type              186 fs/btrfs/backref.c 	if (ref1->key_for_search.type < ref2->key_for_search.type)
type              188 fs/btrfs/backref.c 	if (ref1->key_for_search.type > ref2->key_for_search.type)
type              371 fs/btrfs/backref.c 		if (ref->key_for_search.type == BTRFS_EXTENT_DATA_KEY &&
type              455 fs/btrfs/backref.c 		    key.type != BTRFS_EXTENT_DATA_KEY)
type              518 fs/btrfs/backref.c 	root_key.type = BTRFS_ROOT_ITEM_KEY;
type              562 fs/btrfs/backref.c 		 ref->key_for_search.objectid, ref->key_for_search.type,
type              727 fs/btrfs/backref.c 		BUG_ON(ref->key_for_search.type);
type              797 fs/btrfs/backref.c 		switch (node->type) {
type              826 fs/btrfs/backref.c 			key.type = BTRFS_EXTENT_DATA_KEY;
type              909 fs/btrfs/backref.c 	if (found_key.type == BTRFS_EXTENT_ITEM_KEY &&
type              917 fs/btrfs/backref.c 	} else if (found_key.type == BTRFS_METADATA_ITEM_KEY) {
type              926 fs/btrfs/backref.c 		int type;
type              929 fs/btrfs/backref.c 		type = btrfs_get_extent_inline_ref_type(leaf, iref,
type              931 fs/btrfs/backref.c 		if (type == BTRFS_REF_TYPE_INVALID)
type              936 fs/btrfs/backref.c 		switch (type) {
type              967 fs/btrfs/backref.c 			key.type = BTRFS_EXTENT_DATA_KEY;
type              987 fs/btrfs/backref.c 		ptr += btrfs_extent_inline_ref_size(type);
type             1024 fs/btrfs/backref.c 		if (key.type < BTRFS_TREE_BLOCK_REF_KEY)
type             1026 fs/btrfs/backref.c 		if (key.type > BTRFS_SHARED_DATA_REF_KEY)
type             1029 fs/btrfs/backref.c 		switch (key.type) {
type             1066 fs/btrfs/backref.c 			key.type = BTRFS_EXTENT_DATA_KEY;
type             1139 fs/btrfs/backref.c 		key.type = BTRFS_METADATA_ITEM_KEY;
type             1141 fs/btrfs/backref.c 		key.type = BTRFS_EXTENT_ITEM_KEY;
type             1168 fs/btrfs/backref.c 	if (trans && likely(trans->type != __TRANS_DUMMY) &&
type             1216 fs/btrfs/backref.c 		    (key.type == BTRFS_EXTENT_ITEM_KEY ||
type             1217 fs/btrfs/backref.c 		     key.type == BTRFS_METADATA_ITEM_KEY)) {
type             1543 fs/btrfs/backref.c 	key.type = BTRFS_INODE_EXTREF_KEY;
type             1583 fs/btrfs/backref.c 		if (found_key.type != BTRFS_INODE_EXTREF_KEY)
type             1701 fs/btrfs/backref.c 		key.type = BTRFS_METADATA_ITEM_KEY;
type             1703 fs/btrfs/backref.c 		key.type = BTRFS_EXTENT_ITEM_KEY;
type             1718 fs/btrfs/backref.c 	if (found_key->type == BTRFS_METADATA_ITEM_KEY)
type             1720 fs/btrfs/backref.c 	else if (found_key->type == BTRFS_EXTENT_ITEM_KEY)
type             1780 fs/btrfs/backref.c 			if (key->type == BTRFS_METADATA_ITEM_KEY) {
type             1785 fs/btrfs/backref.c 				WARN_ON(key->type != BTRFS_EXTENT_ITEM_KEY);
type             1825 fs/btrfs/backref.c 	int type;
type             1833 fs/btrfs/backref.c 					      &eiref, &type);
type             1837 fs/btrfs/backref.c 		if (type == BTRFS_TREE_BLOCK_REF_KEY ||
type             1838 fs/btrfs/backref.c 		    type == BTRFS_SHARED_BLOCK_REF_KEY)
type             1848 fs/btrfs/backref.c 	if (key->type == BTRFS_EXTENT_ITEM_KEY) {
type             1854 fs/btrfs/backref.c 		ASSERT(key->type == BTRFS_METADATA_ITEM_KEY);
type              533 fs/btrfs/block-group.c 	key.type = BTRFS_EXTENT_ITEM_KEY;
type              582 fs/btrfs/block-group.c 			key.type = BTRFS_EXTENT_ITEM_KEY;
type              599 fs/btrfs/block-group.c 		if (key.type == BTRFS_EXTENT_ITEM_KEY ||
type              600 fs/btrfs/block-group.c 		    key.type == BTRFS_METADATA_ITEM_KEY) {
type              603 fs/btrfs/block-group.c 			if (key.type == BTRFS_METADATA_ITEM_KEY)
type              970 fs/btrfs/block-group.c 	key.type = 0;
type             1459 fs/btrfs/block-group.c 		    found_key.type == BTRFS_BLOCK_GROUP_ITEM_KEY) {
type             1487 fs/btrfs/block-group.c 				if (flags != (em->map_lookup->type &
type             1494 fs/btrfs/block-group.c 						 em->map_lookup->type));
type             1615 fs/btrfs/block-group.c 	cache->key.type = BTRFS_BLOCK_GROUP_ITEM_KEY;
type             1674 fs/btrfs/block-group.c 		    (em->map_lookup->type & BTRFS_BLOCK_GROUP_TYPE_MASK)) {
type             1678 fs/btrfs/block-group.c 				em->map_lookup->type & BTRFS_BLOCK_GROUP_TYPE_MASK,
type             1712 fs/btrfs/block-group.c 	key.type = BTRFS_BLOCK_GROUP_ITEM_KEY;
type             1907 fs/btrfs/block-group.c 			   u64 type, u64 chunk_offset, u64 size)
type             1922 fs/btrfs/block-group.c 	btrfs_set_block_group_flags(&cache->item, type);
type             1924 fs/btrfs/block-group.c 	cache->flags = type;
type             1978 fs/btrfs/block-group.c 	set_avail_alloc_bits(fs_info, type);
type             2848 fs/btrfs/block-group.c int btrfs_force_chunk_alloc(struct btrfs_trans_handle *trans, u64 type)
type             2850 fs/btrfs/block-group.c 	u64 alloc_flags = btrfs_get_alloc_profile(trans->fs_info, type);
type             2984 fs/btrfs/block-group.c static u64 get_profile_num_devs(struct btrfs_fs_info *fs_info, u64 type)
type             2988 fs/btrfs/block-group.c 	num_dev = btrfs_raid_array[btrfs_bg_flags_to_raid_index(type)].devs_max;
type             3000 fs/btrfs/block-group.c void check_system_chunk(struct btrfs_trans_handle *trans, u64 type)
type             3020 fs/btrfs/block-group.c 	num_devs = get_profile_num_devs(fs_info, type);
type             3028 fs/btrfs/block-group.c 			   left, thresh, type);
type              206 fs/btrfs/block-group.h 			   u64 type, u64 chunk_offset, u64 size);
type              221 fs/btrfs/block-group.h int btrfs_force_chunk_alloc(struct btrfs_trans_handle *trans, u64 type);
type              222 fs/btrfs/block-group.h void check_system_chunk(struct btrfs_trans_handle *trans, const u64 type);
type               80 fs/btrfs/block-rsv.c void btrfs_init_block_rsv(struct btrfs_block_rsv *rsv, unsigned short type)
type               84 fs/btrfs/block-rsv.c 	rsv->type = type;
type               89 fs/btrfs/block-rsv.c 				   unsigned short type)
type               91 fs/btrfs/block-rsv.c 	btrfs_init_block_rsv(rsv, type);
type               97 fs/btrfs/block-rsv.c 					      unsigned short type)
type              105 fs/btrfs/block-rsv.c 	btrfs_init_metadata_block_rsv(fs_info, block_rsv, type);
type              401 fs/btrfs/block-rsv.c 	if (block_rsv->type == BTRFS_BLOCK_RSV_GLOBAL && !global_updated) {
type              411 fs/btrfs/block-rsv.c 	if (block_rsv->type != BTRFS_BLOCK_RSV_DELREFS &&
type              430 fs/btrfs/block-rsv.c 	if (block_rsv->type != BTRFS_BLOCK_RSV_GLOBAL &&
type               29 fs/btrfs/block-rsv.h 	unsigned short type;
type               52 fs/btrfs/block-rsv.h void btrfs_init_block_rsv(struct btrfs_block_rsv *rsv, unsigned short type);
type               54 fs/btrfs/block-rsv.h 					      unsigned short type);
type               57 fs/btrfs/block-rsv.h 				   unsigned short type);
type              232 fs/btrfs/btrfs_inode.h 	if (!ino || inode->location.type == BTRFS_ROOT_ITEM_KEY)
type              393 fs/btrfs/check-integrity.c 	b->disk_key.type = 0;
type              848 fs/btrfs/check-integrity.c 		tmp_disk_key.type = BTRFS_ROOT_ITEM_KEY;
type              995 fs/btrfs/check-integrity.c 			u8 type;
type             1014 fs/btrfs/check-integrity.c 			type = btrfs_disk_key_type(disk_key);
type             1016 fs/btrfs/check-integrity.c 			if (BTRFS_ROOT_ITEM_KEY == type) {
type             1077 fs/btrfs/check-integrity.c 			} else if (BTRFS_EXTENT_DATA_KEY == type &&
type             1397 fs/btrfs/check-integrity.c 	if (BTRFS_FILE_EXTENT_REG != file_extent_item.type ||
type             1401 fs/btrfs/check-integrity.c 			       file_extent_item.type,
type             1428 fs/btrfs/check-integrity.c 		       file_extent_item.type,
type             1851 fs/btrfs/check-integrity.c 			       block->disk_key.type,
type               34 fs/btrfs/compression.c const char* btrfs_compress_type2str(enum btrfs_compression_type type)
type               36 fs/btrfs/compression.c 	switch (type) {
type               41 fs/btrfs/compression.c 		return btrfs_compress_types[type];
type              966 fs/btrfs/compression.c static struct list_head *get_workspace(int type, int level)
type              968 fs/btrfs/compression.c 	return btrfs_compress_op[type]->get_workspace(level);
type             1004 fs/btrfs/compression.c static void put_workspace(int type, struct list_head *ws)
type             1006 fs/btrfs/compression.c 	return btrfs_compress_op[type]->put_workspace(ws);
type             1038 fs/btrfs/compression.c 	int type = btrfs_compress_type(type_level);
type             1043 fs/btrfs/compression.c 	level = btrfs_compress_set_level(type, level);
type             1044 fs/btrfs/compression.c 	workspace = get_workspace(type, level);
type             1045 fs/btrfs/compression.c 	ret = btrfs_compress_op[type]->compress_pages(workspace, mapping,
type             1049 fs/btrfs/compression.c 	put_workspace(type, workspace);
type             1071 fs/btrfs/compression.c 	int type = cb->compress_type;
type             1073 fs/btrfs/compression.c 	workspace = get_workspace(type, 0);
type             1074 fs/btrfs/compression.c 	ret = btrfs_compress_op[type]->decompress_bio(workspace, cb);
type             1075 fs/btrfs/compression.c 	put_workspace(type, workspace);
type             1085 fs/btrfs/compression.c int btrfs_decompress(int type, unsigned char *data_in, struct page *dest_page,
type             1091 fs/btrfs/compression.c 	workspace = get_workspace(type, 0);
type             1092 fs/btrfs/compression.c 	ret = btrfs_compress_op[type]->decompress(workspace, data_in,
type             1095 fs/btrfs/compression.c 	put_workspace(type, workspace);
type             1601 fs/btrfs/compression.c unsigned int btrfs_compress_str2level(unsigned int type, const char *str)
type             1606 fs/btrfs/compression.c 	if (!type)
type             1615 fs/btrfs/compression.c 	level = btrfs_compress_set_level(type, level);
type             1624 fs/btrfs/compression.c unsigned int btrfs_compress_set_level(int type, unsigned level)
type             1626 fs/btrfs/compression.c 	const struct btrfs_compress_op *ops = btrfs_compress_op[type];
type               85 fs/btrfs/compression.h int btrfs_decompress(int type, unsigned char *data_in, struct page *dest_page,
type              100 fs/btrfs/compression.h unsigned int btrfs_compress_str2level(unsigned int type, const char *str);
type              172 fs/btrfs/compression.h const char* btrfs_compress_type2str(enum btrfs_compression_type type);
type              175 fs/btrfs/compression.h unsigned int btrfs_compress_set_level(int type, unsigned level);
type             1568 fs/btrfs/ctree.c 	if (k1->type > k2->type)
type             1570 fs/btrfs/ctree.c 	if (k1->type < k2->type)
type             2596 fs/btrfs/ctree.c 	key.type = key_type;
type             2613 fs/btrfs/ctree.c 	if (found_key->type != key.type ||
type             3211 fs/btrfs/ctree.c 				   new_key->objectid, new_key->type,
type             3225 fs/btrfs/ctree.c 				   new_key->objectid, new_key->type,
type             4385 fs/btrfs/ctree.c 	BUG_ON(key.type != BTRFS_EXTENT_DATA_KEY &&
type             4386 fs/btrfs/ctree.c 	       key.type != BTRFS_EXTENT_CSUM_KEY);
type             4392 fs/btrfs/ctree.c 	if (key.type == BTRFS_EXTENT_DATA_KEY) {
type             4418 fs/btrfs/ctree.c 	if (key.type == BTRFS_EXTENT_DATA_KEY) {
type             5102 fs/btrfs/ctree.c 	} else if (key.type > 0) {
type             5103 fs/btrfs/ctree.c 		key.type--;
type             5107 fs/btrfs/ctree.c 		key.type = (u8)-1;
type             5522 fs/btrfs/ctree.c 			int type)
type             5548 fs/btrfs/ctree.c 		if (found_key.type == type)
type             5551 fs/btrfs/ctree.c 		    found_key.type < type)
type             5590 fs/btrfs/ctree.c 		if (found_key.type == BTRFS_EXTENT_ITEM_KEY ||
type             5591 fs/btrfs/ctree.c 		    found_key.type == BTRFS_METADATA_ITEM_KEY)
type             5594 fs/btrfs/ctree.c 		    found_key.type < BTRFS_EXTENT_ITEM_KEY)
type             1003 fs/btrfs/ctree.h 	u32 type;
type             1313 fs/btrfs/ctree.h #define read_eb_member(eb, ptr, type, member, result) (\
type             1316 fs/btrfs/ctree.h 			    offsetof(type, member),			\
type             1317 fs/btrfs/ctree.h 			   sizeof(((type *)0)->member)))
type             1319 fs/btrfs/ctree.h #define write_eb_member(eb, ptr, type, member, result) (\
type             1322 fs/btrfs/ctree.h 			    offsetof(type, member),			\
type             1323 fs/btrfs/ctree.h 			   sizeof(((type *)0)->member)))
type             1342 fs/btrfs/ctree.h #define BTRFS_SETGET_FUNCS(name, type, member, bits)			\
type             1344 fs/btrfs/ctree.h 				   const type *s)			\
type             1346 fs/btrfs/ctree.h 	BUILD_BUG_ON(sizeof(u##bits) != sizeof(((type *)0))->member);	\
type             1347 fs/btrfs/ctree.h 	return btrfs_get_##bits(eb, s, offsetof(type, member));		\
type             1349 fs/btrfs/ctree.h static inline void btrfs_set_##name(struct extent_buffer *eb, type *s,	\
type             1352 fs/btrfs/ctree.h 	BUILD_BUG_ON(sizeof(u##bits) != sizeof(((type *)0))->member);	\
type             1353 fs/btrfs/ctree.h 	btrfs_set_##bits(eb, s, offsetof(type, member), val);		\
type             1356 fs/btrfs/ctree.h 					 const type *s,			\
type             1359 fs/btrfs/ctree.h 	BUILD_BUG_ON(sizeof(u##bits) != sizeof(((type *)0))->member);	\
type             1360 fs/btrfs/ctree.h 	return btrfs_get_token_##bits(eb, s, offsetof(type, member), token); \
type             1363 fs/btrfs/ctree.h 					  type *s, u##bits val,		\
type             1366 fs/btrfs/ctree.h 	BUILD_BUG_ON(sizeof(u##bits) != sizeof(((type *)0))->member);	\
type             1367 fs/btrfs/ctree.h 	btrfs_set_token_##bits(eb, s, offsetof(type, member), val, token); \
type             1370 fs/btrfs/ctree.h #define BTRFS_SETGET_HEADER_FUNCS(name, type, member, bits)		\
type             1373 fs/btrfs/ctree.h 	const type *p = page_address(eb->pages[0]);			\
type             1380 fs/btrfs/ctree.h 	type *p = page_address(eb->pages[0]);				\
type             1384 fs/btrfs/ctree.h #define BTRFS_SETGET_STACK_FUNCS(name, type, member, bits)		\
type             1385 fs/btrfs/ctree.h static inline u##bits btrfs_##name(const type *s)			\
type             1389 fs/btrfs/ctree.h static inline void btrfs_set_##name(type *s, u##bits val)		\
type             1414 fs/btrfs/ctree.h BTRFS_SETGET_FUNCS(device_type, struct btrfs_dev_item, type, 64);
type             1427 fs/btrfs/ctree.h BTRFS_SETGET_STACK_FUNCS(stack_device_type, struct btrfs_dev_item, type, 64);
type             1464 fs/btrfs/ctree.h BTRFS_SETGET_FUNCS(chunk_type, struct btrfs_chunk, type, 64);
type             1485 fs/btrfs/ctree.h BTRFS_SETGET_STACK_FUNCS(stack_chunk_type, struct btrfs_chunk, type, 64);
type             1637 fs/btrfs/ctree.h 		   type, 8);
type             1641 fs/btrfs/ctree.h static inline u32 btrfs_extent_inline_ref_size(int type)
type             1643 fs/btrfs/ctree.h 	if (type == BTRFS_TREE_BLOCK_REF_KEY ||
type             1644 fs/btrfs/ctree.h 	    type == BTRFS_SHARED_BLOCK_REF_KEY)
type             1646 fs/btrfs/ctree.h 	if (type == BTRFS_SHARED_DATA_REF_KEY)
type             1649 fs/btrfs/ctree.h 	if (type == BTRFS_EXTENT_DATA_REF_KEY)
type             1784 fs/btrfs/ctree.h BTRFS_SETGET_FUNCS(dir_type, struct btrfs_dir_item, type, 8);
type             1787 fs/btrfs/ctree.h BTRFS_SETGET_STACK_FUNCS(stack_dir_type, struct btrfs_dir_item, type, 8);
type             1834 fs/btrfs/ctree.h BTRFS_SETGET_STACK_FUNCS(disk_key_type, struct btrfs_disk_key, type, 8);
type             1840 fs/btrfs/ctree.h 	cpu->type = disk->type;
type             1848 fs/btrfs/ctree.h 	disk->type = cpu->type;
type             2180 fs/btrfs/ctree.h BTRFS_SETGET_FUNCS(file_extent_type, struct btrfs_file_extent_item, type, 8);
type             2323 fs/btrfs/ctree.h #define btrfs_item_ptr(leaf, slot, type) \
type             2324 fs/btrfs/ctree.h 	((type *)(BTRFS_LEAF_DATA_OFFSET + \
type             2511 fs/btrfs/ctree.h 			int type);
type             2698 fs/btrfs/ctree.h int btrfs_uuid_tree_add(struct btrfs_trans_handle *trans, u8 *uuid, u8 type,
type             2700 fs/btrfs/ctree.h int btrfs_uuid_tree_remove(struct btrfs_trans_handle *trans, u8 *uuid, u8 type,
type             2711 fs/btrfs/ctree.h 			  struct btrfs_key *location, u8 type, u64 index);
type             3327 fs/btrfs/ctree.h struct posix_acl *btrfs_get_acl(struct inode *inode, int type);
type             3328 fs/btrfs/ctree.h int btrfs_set_acl(struct inode *inode, struct posix_acl *acl, int type);
type               58 fs/btrfs/delayed-inode.c 	if (item1->key.type == BTRFS_DIR_INDEX_KEY &&
type               60 fs/btrfs/delayed-inode.c 	    item1->key.type == item2->key.type &&
type              440 fs/btrfs/delayed-inode.c 	if (ins->key.type == BTRFS_DIR_INDEX_KEY &&
type              629 fs/btrfs/delayed-inode.c 			 src_rsv->type != BTRFS_BLOCK_RSV_DELALLOC)) {
type             1026 fs/btrfs/delayed-inode.c 	key.type = BTRFS_INODE_ITEM_KEY;
type             1062 fs/btrfs/delayed-inode.c 	if (key.type != BTRFS_INODE_REF_KEY &&
type             1063 fs/btrfs/delayed-inode.c 	    key.type != BTRFS_INODE_EXTREF_KEY)
type             1085 fs/btrfs/delayed-inode.c 	key.type = BTRFS_INODE_EXTREF_KEY;
type             1439 fs/btrfs/delayed-inode.c 				   struct btrfs_disk_key *disk_key, u8 type,
type             1458 fs/btrfs/delayed-inode.c 	delayed_item->key.type = BTRFS_DIR_INDEX_KEY;
type             1466 fs/btrfs/delayed-inode.c 	btrfs_set_stack_dir_type(dir_item, type);
type             1524 fs/btrfs/delayed-inode.c 	item_key.type = BTRFS_DIR_INDEX_KEY;
type             1717 fs/btrfs/delayed-inode.c 		d_type = fs_ftype_to_dtype(di->type);
type               91 fs/btrfs/delayed-inode.h 				   struct btrfs_disk_key *disk_key, u8 type,
type              207 fs/btrfs/delayed-ref.c 	if (ref1->node.type == BTRFS_TREE_BLOCK_REF_KEY) {
type              227 fs/btrfs/delayed-ref.c 	if (ref1->node.type == BTRFS_EXTENT_DATA_REF_KEY) {
type              255 fs/btrfs/delayed-ref.c 	if (ref1->type < ref2->type)
type              257 fs/btrfs/delayed-ref.c 	if (ref1->type > ref2->type)
type              259 fs/btrfs/delayed-ref.c 	if (ref1->type == BTRFS_TREE_BLOCK_REF_KEY ||
type              260 fs/btrfs/delayed-ref.c 	    ref1->type == BTRFS_SHARED_BLOCK_REF_KEY)
type              469 fs/btrfs/delayed-ref.c 			WARN_ON(ref->type == BTRFS_TREE_BLOCK_REF_KEY ||
type              470 fs/btrfs/delayed-ref.c 				ref->type == BTRFS_SHARED_BLOCK_REF_KEY);
type              901 fs/btrfs/delayed-ref.c 	ref->type = ref_type;
type              933 fs/btrfs/delayed-ref.c 	ASSERT(generic_ref->type == BTRFS_REF_METADATA && generic_ref->action);
type             1029 fs/btrfs/delayed-ref.c 	ASSERT(generic_ref->type == BTRFS_REF_DATA && action);
type               50 fs/btrfs/delayed-ref.h 	unsigned int type:8;
type              223 fs/btrfs/delayed-ref.h 	enum btrfs_ref_type type;
type              281 fs/btrfs/delayed-ref.h 	generic_ref->type = BTRFS_REF_METADATA;
type              293 fs/btrfs/delayed-ref.h 	generic_ref->type = BTRFS_REF_DATA;
type              314 fs/btrfs/delayed-ref.h 		switch (ref->type) {
type               53 fs/btrfs/dev-replace.c 	key.type = BTRFS_DEV_REPLACE_KEY;
type              298 fs/btrfs/dev-replace.c 	key.type = BTRFS_DEV_REPLACE_KEY;
type               73 fs/btrfs/dir-item.c 	key.type = BTRFS_XATTR_ITEM_KEY;
type              110 fs/btrfs/dir-item.c 			  struct btrfs_key *location, u8 type, u64 index)
type              124 fs/btrfs/dir-item.c 	key.type = BTRFS_DIR_ITEM_KEY;
type              146 fs/btrfs/dir-item.c 	btrfs_set_dir_type(leaf, dir_item, type);
type              164 fs/btrfs/dir-item.c 					      &disk_key, type, index);
type              191 fs/btrfs/dir-item.c 	key.type = BTRFS_DIR_ITEM_KEY;
type              221 fs/btrfs/dir-item.c 	key.type = BTRFS_DIR_ITEM_KEY;
type              284 fs/btrfs/dir-item.c 	key.type = BTRFS_DIR_INDEX_KEY;
type              307 fs/btrfs/dir-item.c 	key.type = BTRFS_DIR_INDEX_KEY;
type              330 fs/btrfs/dir-item.c 		if (key.objectid != dirid || key.type != BTRFS_DIR_INDEX_KEY)
type              355 fs/btrfs/dir-item.c 	key.type = BTRFS_XATTR_ITEM_KEY;
type              442 fs/btrfs/disk-io.c 			  first_key->type, first_key->offset,
type              443 fs/btrfs/disk-io.c 			  found_key.objectid, found_key.type,
type             1246 fs/btrfs/disk-io.c 	root->root_key.type = BTRFS_ROOT_ITEM_KEY;
type             1277 fs/btrfs/disk-io.c 	key.type = BTRFS_ROOT_ITEM_KEY;
type             1311 fs/btrfs/disk-io.c 	root->root_key.type = BTRFS_ROOT_ITEM_KEY;
type             1588 fs/btrfs/disk-io.c 	key.type = BTRFS_ORPHAN_ITEM_KEY;
type             2307 fs/btrfs/disk-io.c 	location.type = BTRFS_ROOT_ITEM_KEY;
type             3211 fs/btrfs/disk-io.c 	location.type = BTRFS_ROOT_ITEM_KEY;
type             3799 fs/btrfs/disk-io.c 		btrfs_set_stack_device_type(dev_item, dev->type);
type               22 fs/btrfs/export.c 	int type;
type               33 fs/btrfs/export.c 	type = FILEID_BTRFS_WITHOUT_PARENT;
type               49 fs/btrfs/export.c 			type = FILEID_BTRFS_WITH_PARENT_ROOT;
type               52 fs/btrfs/export.c 			type = FILEID_BTRFS_WITH_PARENT;
type               57 fs/btrfs/export.c 	return type;
type               75 fs/btrfs/export.c 	key.type = BTRFS_ROOT_ITEM_KEY;
type               87 fs/btrfs/export.c 	key.type = BTRFS_INODE_ITEM_KEY;
type              173 fs/btrfs/export.c 		key.type = BTRFS_ROOT_BACKREF_KEY;
type              178 fs/btrfs/export.c 		key.type = BTRFS_INODE_REF_KEY;
type              196 fs/btrfs/export.c 	if (found_key.objectid != key.objectid || found_key.type != key.type) {
type              201 fs/btrfs/export.c 	if (found_key.type == BTRFS_ROOT_BACKREF_KEY) {
type              210 fs/btrfs/export.c 	if (found_key.type == BTRFS_ROOT_BACKREF_KEY) {
type              215 fs/btrfs/export.c 	key.type = BTRFS_INODE_ITEM_KEY;
type              252 fs/btrfs/export.c 		key.type = BTRFS_ROOT_BACKREF_KEY;
type              258 fs/btrfs/export.c 		key.type = BTRFS_INODE_REF_KEY;
type               89 fs/btrfs/extent-tree.c 	if (ref->type == BTRFS_REF_METADATA) {
type              135 fs/btrfs/extent-tree.c 	key.type = BTRFS_EXTENT_ITEM_KEY;
type              187 fs/btrfs/extent-tree.c 		key.type = BTRFS_METADATA_ITEM_KEY;
type              189 fs/btrfs/extent-tree.c 		key.type = BTRFS_EXTENT_ITEM_KEY;
type              195 fs/btrfs/extent-tree.c 	if (ret > 0 && metadata && key.type == BTRFS_METADATA_ITEM_KEY) {
type              201 fs/btrfs/extent-tree.c 			    key.type == BTRFS_EXTENT_ITEM_KEY &&
type              392 fs/btrfs/extent-tree.c 	int type = btrfs_extent_inline_ref_type(eb, iref);
type              395 fs/btrfs/extent-tree.c 	if (type == BTRFS_TREE_BLOCK_REF_KEY ||
type              396 fs/btrfs/extent-tree.c 	    type == BTRFS_SHARED_BLOCK_REF_KEY ||
type              397 fs/btrfs/extent-tree.c 	    type == BTRFS_SHARED_DATA_REF_KEY ||
type              398 fs/btrfs/extent-tree.c 	    type == BTRFS_EXTENT_DATA_REF_KEY) {
type              400 fs/btrfs/extent-tree.c 			if (type == BTRFS_TREE_BLOCK_REF_KEY)
type              401 fs/btrfs/extent-tree.c 				return type;
type              402 fs/btrfs/extent-tree.c 			if (type == BTRFS_SHARED_BLOCK_REF_KEY) {
type              411 fs/btrfs/extent-tree.c 					return type;
type              414 fs/btrfs/extent-tree.c 			if (type == BTRFS_EXTENT_DATA_REF_KEY)
type              415 fs/btrfs/extent-tree.c 				return type;
type              416 fs/btrfs/extent-tree.c 			if (type == BTRFS_SHARED_DATA_REF_KEY) {
type              425 fs/btrfs/extent-tree.c 					return type;
type              429 fs/btrfs/extent-tree.c 			return type;
type              435 fs/btrfs/extent-tree.c 		  eb->start, type);
type              493 fs/btrfs/extent-tree.c 		key.type = BTRFS_SHARED_DATA_REF_KEY;
type              496 fs/btrfs/extent-tree.c 		key.type = BTRFS_EXTENT_DATA_REF_KEY;
type              531 fs/btrfs/extent-tree.c 		    key.type != BTRFS_EXTENT_DATA_REF_KEY)
type              567 fs/btrfs/extent-tree.c 		key.type = BTRFS_SHARED_DATA_REF_KEY;
type              571 fs/btrfs/extent-tree.c 		key.type = BTRFS_EXTENT_DATA_REF_KEY;
type              645 fs/btrfs/extent-tree.c 	if (key.type == BTRFS_EXTENT_DATA_REF_KEY) {
type              649 fs/btrfs/extent-tree.c 	} else if (key.type == BTRFS_SHARED_DATA_REF_KEY) {
type              653 fs/btrfs/extent-tree.c 	} else if (unlikely(key.type == BTRFS_EXTENT_REF_V0_KEY)) {
type              668 fs/btrfs/extent-tree.c 		if (key.type == BTRFS_EXTENT_DATA_REF_KEY)
type              670 fs/btrfs/extent-tree.c 		else if (key.type == BTRFS_SHARED_DATA_REF_KEY)
type              685 fs/btrfs/extent-tree.c 	int type;
type              690 fs/btrfs/extent-tree.c 	BUG_ON(key.type == BTRFS_EXTENT_REF_V0_KEY);
type              696 fs/btrfs/extent-tree.c 		type = btrfs_get_extent_inline_ref_type(leaf, iref, BTRFS_REF_TYPE_DATA);
type              697 fs/btrfs/extent-tree.c 		ASSERT(type != BTRFS_REF_TYPE_INVALID);
type              698 fs/btrfs/extent-tree.c 		if (type == BTRFS_EXTENT_DATA_REF_KEY) {
type              705 fs/btrfs/extent-tree.c 	} else if (key.type == BTRFS_EXTENT_DATA_REF_KEY) {
type              709 fs/btrfs/extent-tree.c 	} else if (key.type == BTRFS_SHARED_DATA_REF_KEY) {
type              730 fs/btrfs/extent-tree.c 		key.type = BTRFS_SHARED_BLOCK_REF_KEY;
type              733 fs/btrfs/extent-tree.c 		key.type = BTRFS_TREE_BLOCK_REF_KEY;
type              753 fs/btrfs/extent-tree.c 		key.type = BTRFS_SHARED_BLOCK_REF_KEY;
type              756 fs/btrfs/extent-tree.c 		key.type = BTRFS_TREE_BLOCK_REF_KEY;
type              768 fs/btrfs/extent-tree.c 	int type;
type              771 fs/btrfs/extent-tree.c 			type = BTRFS_SHARED_BLOCK_REF_KEY;
type              773 fs/btrfs/extent-tree.c 			type = BTRFS_TREE_BLOCK_REF_KEY;
type              776 fs/btrfs/extent-tree.c 			type = BTRFS_SHARED_DATA_REF_KEY;
type              778 fs/btrfs/extent-tree.c 			type = BTRFS_EXTENT_DATA_REF_KEY;
type              780 fs/btrfs/extent-tree.c 	return type;
type              836 fs/btrfs/extent-tree.c 	int type;
type              844 fs/btrfs/extent-tree.c 	key.type = BTRFS_EXTENT_ITEM_KEY;
type              859 fs/btrfs/extent-tree.c 		key.type = BTRFS_METADATA_ITEM_KEY;
type              881 fs/btrfs/extent-tree.c 			    key.type == BTRFS_EXTENT_ITEM_KEY &&
type              887 fs/btrfs/extent-tree.c 			key.type = BTRFS_EXTENT_ITEM_KEY;
type              934 fs/btrfs/extent-tree.c 		type = btrfs_get_extent_inline_ref_type(leaf, iref, needed);
type              935 fs/btrfs/extent-tree.c 		if (type == BTRFS_REF_TYPE_INVALID) {
type              940 fs/btrfs/extent-tree.c 		if (want < type)
type              942 fs/btrfs/extent-tree.c 		if (want > type) {
type              943 fs/btrfs/extent-tree.c 			ptr += btrfs_extent_inline_ref_size(type);
type              947 fs/btrfs/extent-tree.c 		if (type == BTRFS_EXTENT_DATA_REF_KEY) {
type              977 fs/btrfs/extent-tree.c 		ptr += btrfs_extent_inline_ref_size(type);
type              993 fs/btrfs/extent-tree.c 		    key.type < BTRFS_BLOCK_GROUP_ITEM_KEY) {
type             1025 fs/btrfs/extent-tree.c 	int type;
type             1031 fs/btrfs/extent-tree.c 	type = extent_ref_type(parent, owner);
type             1032 fs/btrfs/extent-tree.c 	size = btrfs_extent_inline_ref_size(type);
type             1050 fs/btrfs/extent-tree.c 	btrfs_set_extent_inline_ref_type(leaf, iref, type);
type             1051 fs/btrfs/extent-tree.c 	if (type == BTRFS_EXTENT_DATA_REF_KEY) {
type             1058 fs/btrfs/extent-tree.c 	} else if (type == BTRFS_SHARED_DATA_REF_KEY) {
type             1063 fs/btrfs/extent-tree.c 	} else if (type == BTRFS_SHARED_BLOCK_REF_KEY) {
type             1116 fs/btrfs/extent-tree.c 	int type;
type             1131 fs/btrfs/extent-tree.c 	type = btrfs_get_extent_inline_ref_type(leaf, iref, BTRFS_REF_TYPE_ANY);
type             1132 fs/btrfs/extent-tree.c 	ASSERT(type != BTRFS_REF_TYPE_INVALID);
type             1134 fs/btrfs/extent-tree.c 	if (type == BTRFS_EXTENT_DATA_REF_KEY) {
type             1137 fs/btrfs/extent-tree.c 	} else if (type == BTRFS_SHARED_DATA_REF_KEY) {
type             1149 fs/btrfs/extent-tree.c 		if (type == BTRFS_EXTENT_DATA_REF_KEY)
type             1155 fs/btrfs/extent-tree.c 		size =  btrfs_extent_inline_ref_size(type);
type             1377 fs/btrfs/extent-tree.c 	ASSERT(generic_ref->type != BTRFS_REF_NOT_SET &&
type             1379 fs/btrfs/extent-tree.c 	BUG_ON(generic_ref->type == BTRFS_REF_METADATA &&
type             1382 fs/btrfs/extent-tree.c 	if (generic_ref->type == BTRFS_REF_METADATA)
type             1501 fs/btrfs/extent-tree.c 	ins.type = BTRFS_EXTENT_ITEM_KEY;
type             1506 fs/btrfs/extent-tree.c 	if (node->type == BTRFS_SHARED_DATA_REF_KEY)
type             1577 fs/btrfs/extent-tree.c 		key.type = BTRFS_METADATA_ITEM_KEY;
type             1580 fs/btrfs/extent-tree.c 		key.type = BTRFS_EXTENT_ITEM_KEY;
type             1599 fs/btrfs/extent-tree.c 				    key.type == BTRFS_EXTENT_ITEM_KEY &&
type             1609 fs/btrfs/extent-tree.c 				key.type = BTRFS_EXTENT_ITEM_KEY;
type             1650 fs/btrfs/extent-tree.c 	if (node->type == BTRFS_SHARED_BLOCK_REF_KEY)
type             1691 fs/btrfs/extent-tree.c 	if (node->type == BTRFS_TREE_BLOCK_REF_KEY ||
type             1692 fs/btrfs/extent-tree.c 	    node->type == BTRFS_SHARED_BLOCK_REF_KEY)
type             1695 fs/btrfs/extent-tree.c 	else if (node->type == BTRFS_EXTENT_DATA_REF_KEY ||
type             1696 fs/btrfs/extent-tree.c 		 node->type == BTRFS_SHARED_DATA_REF_KEY)
type             2297 fs/btrfs/extent-tree.c 		if (ref->type != BTRFS_EXTENT_DATA_REF_KEY) {
type             2333 fs/btrfs/extent-tree.c 	int type;
type             2338 fs/btrfs/extent-tree.c 	key.type = BTRFS_EXTENT_ITEM_KEY;
type             2353 fs/btrfs/extent-tree.c 	if (key.objectid != bytenr || key.type != BTRFS_EXTENT_ITEM_KEY)
type             2373 fs/btrfs/extent-tree.c 	type = btrfs_get_extent_inline_ref_type(leaf, iref, BTRFS_REF_TYPE_DATA);
type             2374 fs/btrfs/extent-tree.c 	if (type != BTRFS_EXTENT_DATA_REF_KEY)
type             2459 fs/btrfs/extent-tree.c 			if (key.type != BTRFS_EXTENT_DATA_KEY)
type             2701 fs/btrfs/extent-tree.c 		if (key.type != BTRFS_EXTENT_DATA_KEY)
type             2996 fs/btrfs/extent-tree.c 			if (key.type == BTRFS_EXTENT_ITEM_KEY &&
type             3001 fs/btrfs/extent-tree.c 			if (key.type == BTRFS_METADATA_ITEM_KEY &&
type             3024 fs/btrfs/extent-tree.c 			key.type = BTRFS_EXTENT_ITEM_KEY;
type             3028 fs/btrfs/extent-tree.c 				key.type = BTRFS_METADATA_ITEM_KEY;
type             3043 fs/btrfs/extent-tree.c 				    key.type == BTRFS_EXTENT_ITEM_KEY &&
type             3051 fs/btrfs/extent-tree.c 				key.type = BTRFS_EXTENT_ITEM_KEY;
type             3095 fs/btrfs/extent-tree.c 	    key.type == BTRFS_EXTENT_ITEM_KEY) {
type             3317 fs/btrfs/extent-tree.c 	if ((ref->type == BTRFS_REF_METADATA &&
type             3319 fs/btrfs/extent-tree.c 	    (ref->type == BTRFS_REF_DATA &&
type             3325 fs/btrfs/extent-tree.c 	} else if (ref->type == BTRFS_REF_METADATA) {
type             3333 fs/btrfs/extent-tree.c 	if (!((ref->type == BTRFS_REF_METADATA &&
type             3335 fs/btrfs/extent-tree.c 	      (ref->type == BTRFS_REF_DATA &&
type             3807 fs/btrfs/extent-tree.c 	ins->type = BTRFS_EXTENT_ITEM_KEY;
type             4200 fs/btrfs/extent-tree.c 	int type;
type             4204 fs/btrfs/extent-tree.c 		type = BTRFS_SHARED_DATA_REF_KEY;
type             4206 fs/btrfs/extent-tree.c 		type = BTRFS_EXTENT_DATA_REF_KEY;
type             4208 fs/btrfs/extent-tree.c 	size = sizeof(*extent_item) + btrfs_extent_inline_ref_size(type);
type             4231 fs/btrfs/extent-tree.c 	btrfs_set_extent_inline_ref_type(leaf, iref, type);
type             4286 fs/btrfs/extent-tree.c 		extent_key.type = BTRFS_METADATA_ITEM_KEY;
type             4290 fs/btrfs/extent-tree.c 		extent_key.type = BTRFS_EXTENT_ITEM_KEY;
type             4324 fs/btrfs/extent-tree.c 	if (node->type == BTRFS_SHARED_BLOCK_REF_KEY) {
type             4695 fs/btrfs/extent_io.c 	found_type = found_key.type;
type               52 fs/btrfs/file-item.c 	file_key.type = BTRFS_EXTENT_DATA_KEY;
type               98 fs/btrfs/file-item.c 	file_key.type = BTRFS_EXTENT_CSUM_KEY;
type              109 fs/btrfs/file-item.c 		if (found_key.type != BTRFS_EXTENT_CSUM_KEY)
type              146 fs/btrfs/file-item.c 	file_key.type = BTRFS_EXTENT_DATA_KEY;
type              334 fs/btrfs/file-item.c 	key.type = BTRFS_EXTENT_CSUM_KEY;
type              343 fs/btrfs/file-item.c 		    key.type == BTRFS_EXTENT_CSUM_KEY) {
type              365 fs/btrfs/file-item.c 		    key.type != BTRFS_EXTENT_CSUM_KEY ||
type              616 fs/btrfs/file-item.c 		key.type = BTRFS_EXTENT_CSUM_KEY;
type              632 fs/btrfs/file-item.c 		    key.type != BTRFS_EXTENT_CSUM_KEY) {
type              664 fs/btrfs/file-item.c 					    pk.type != BTRFS_EXTENT_CSUM_KEY ||
type              769 fs/btrfs/file-item.c 	file_key.type = BTRFS_EXTENT_CSUM_KEY;
type              809 fs/btrfs/file-item.c 		    found_key.type != BTRFS_EXTENT_CSUM_KEY) {
type              839 fs/btrfs/file-item.c 	if (found_key.type != BTRFS_EXTENT_CSUM_KEY ||
type              949 fs/btrfs/file-item.c 	u8 type = btrfs_file_extent_type(leaf, fi);
type              956 fs/btrfs/file-item.c 	if (type == BTRFS_FILE_EXTENT_REG ||
type              957 fs/btrfs/file-item.c 	    type == BTRFS_FILE_EXTENT_PREALLOC) {
type              960 fs/btrfs/file-item.c 	} else if (type == BTRFS_FILE_EXTENT_INLINE) {
type              968 fs/btrfs/file-item.c 	if (type == BTRFS_FILE_EXTENT_REG ||
type              969 fs/btrfs/file-item.c 	    type == BTRFS_FILE_EXTENT_PREALLOC) {
type              989 fs/btrfs/file-item.c 			if (type == BTRFS_FILE_EXTENT_PREALLOC)
type              992 fs/btrfs/file-item.c 	} else if (type == BTRFS_FILE_EXTENT_INLINE) {
type             1009 fs/btrfs/file-item.c 			  "root %llu", type, btrfs_ino(inode), extent_start,
type              285 fs/btrfs/file.c 	key.type = BTRFS_ROOT_ITEM_KEY;
type              297 fs/btrfs/file.c 	key.type = BTRFS_INODE_ITEM_KEY;
type              796 fs/btrfs/file.c 			    key.type == BTRFS_EXTENT_DATA_KEY)
type              822 fs/btrfs/file.c 		    key.type < BTRFS_EXTENT_DATA_KEY) {
type              827 fs/btrfs/file.c 		if (key.type > BTRFS_EXTENT_DATA_KEY || key.offset >= end)
type             1065 fs/btrfs/file.c 		key.type = BTRFS_EXTENT_DATA_KEY;
type             1117 fs/btrfs/file.c 	if (key.objectid != objectid || key.type != BTRFS_EXTENT_DATA_KEY)
type             1176 fs/btrfs/file.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type             1188 fs/btrfs/file.c 	    key.type != BTRFS_EXTENT_DATA_KEY) {
type             2271 fs/btrfs/file.c 	    key.type != BTRFS_EXTENT_DATA_KEY)
type             2306 fs/btrfs/file.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type             2487 fs/btrfs/file.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type               59 fs/btrfs/free-space-cache.c 	key.type = 0;
type              173 fs/btrfs/free-space-cache.c 	key.type = 0;
type              527 fs/btrfs/free-space-cache.c 	entry->type = (bitmap) ? BTRFS_FREE_SPACE_BITMAP :
type              587 fs/btrfs/free-space-cache.c 			    struct btrfs_free_space *entry, u8 *type)
type              601 fs/btrfs/free-space-cache.c 	*type = e->type;
type              680 fs/btrfs/free-space-cache.c 	u8 type;
type              689 fs/btrfs/free-space-cache.c 	key.type = 0;
type              750 fs/btrfs/free-space-cache.c 		ret = io_ctl_read_entry(&io_ctl, e, &type);
type              761 fs/btrfs/free-space-cache.c 		if (type == BTRFS_FREE_SPACE_EXTENT) {
type             1010 fs/btrfs/free-space-cache.c 	key.type = 0;
type               58 fs/btrfs/free-space-tree.c 	key.type = BTRFS_FREE_SPACE_INFO_KEY;
type               90 fs/btrfs/free-space-tree.c 	key.type = BTRFS_FREE_SPACE_INFO_KEY;
type              212 fs/btrfs/free-space-tree.c 	key.type = (u8)-1;
type              226 fs/btrfs/free-space-tree.c 			if (found_key.type == BTRFS_FREE_SPACE_INFO_KEY) {
type              231 fs/btrfs/free-space-tree.c 			} else if (found_key.type == BTRFS_FREE_SPACE_EXTENT_KEY) {
type              294 fs/btrfs/free-space-tree.c 		key.type = BTRFS_FREE_SPACE_BITMAP_KEY;
type              351 fs/btrfs/free-space-tree.c 	key.type = (u8)-1;
type              365 fs/btrfs/free-space-tree.c 			if (found_key.type == BTRFS_FREE_SPACE_INFO_KEY) {
type              370 fs/btrfs/free-space-tree.c 			} else if (found_key.type == BTRFS_FREE_SPACE_BITMAP_KEY) {
type              424 fs/btrfs/free-space-tree.c 		key.type = BTRFS_FREE_SPACE_EXTENT_KEY;
type              504 fs/btrfs/free-space-tree.c 	ASSERT(key.type == BTRFS_FREE_SPACE_BITMAP_KEY);
type              529 fs/btrfs/free-space-tree.c 	ASSERT(key.type == BTRFS_FREE_SPACE_BITMAP_KEY);
type              572 fs/btrfs/free-space-tree.c 	key.type = (u8)-1;
type              604 fs/btrfs/free-space-tree.c 		key.type = (u8)-1;
type              622 fs/btrfs/free-space-tree.c 		key.type = (u8)-1;
type              709 fs/btrfs/free-space-tree.c 	key.type = (u8)-1;
type              718 fs/btrfs/free-space-tree.c 	ASSERT(key.type == BTRFS_FREE_SPACE_EXTENT_KEY);
type              751 fs/btrfs/free-space-tree.c 		key.type = BTRFS_FREE_SPACE_EXTENT_KEY;
type              764 fs/btrfs/free-space-tree.c 		key.type = BTRFS_FREE_SPACE_EXTENT_KEY;
type              879 fs/btrfs/free-space-tree.c 	new_key.type = BTRFS_FREE_SPACE_EXTENT_KEY;
type              886 fs/btrfs/free-space-tree.c 	key.type = (u8)-1;
type              895 fs/btrfs/free-space-tree.c 	if (key.type != BTRFS_FREE_SPACE_EXTENT_KEY) {
type              896 fs/btrfs/free-space-tree.c 		ASSERT(key.type == BTRFS_FREE_SPACE_INFO_KEY);
type              926 fs/btrfs/free-space-tree.c 	key.type = (u8)-1;
type              935 fs/btrfs/free-space-tree.c 	if (key.type != BTRFS_FREE_SPACE_EXTENT_KEY) {
type              936 fs/btrfs/free-space-tree.c 		ASSERT(key.type == BTRFS_FREE_SPACE_INFO_KEY);
type             1079 fs/btrfs/free-space-tree.c 	key.type = BTRFS_EXTENT_ITEM_KEY;
type             1092 fs/btrfs/free-space-tree.c 		if (key.type == BTRFS_EXTENT_ITEM_KEY ||
type             1093 fs/btrfs/free-space-tree.c 		    key.type == BTRFS_METADATA_ITEM_KEY) {
type             1107 fs/btrfs/free-space-tree.c 			if (key.type == BTRFS_METADATA_ITEM_KEY)
type             1111 fs/btrfs/free-space-tree.c 		} else if (key.type == BTRFS_BLOCK_GROUP_ITEM_KEY) {
type             1198 fs/btrfs/free-space-tree.c 	key.type = 0;
type             1343 fs/btrfs/free-space-tree.c 	key.type = (u8)-1;
type             1357 fs/btrfs/free-space-tree.c 			if (found_key.type == BTRFS_FREE_SPACE_INFO_KEY) {
type             1364 fs/btrfs/free-space-tree.c 			} else if (found_key.type == BTRFS_FREE_SPACE_EXTENT_KEY ||
type             1365 fs/btrfs/free-space-tree.c 				   found_key.type == BTRFS_FREE_SPACE_BITMAP_KEY) {
type             1421 fs/btrfs/free-space-tree.c 		if (key.type == BTRFS_FREE_SPACE_INFO_KEY)
type             1424 fs/btrfs/free-space-tree.c 		ASSERT(key.type == BTRFS_FREE_SPACE_BITMAP_KEY);
type             1499 fs/btrfs/free-space-tree.c 		if (key.type == BTRFS_FREE_SPACE_INFO_KEY)
type             1502 fs/btrfs/free-space-tree.c 		ASSERT(key.type == BTRFS_FREE_SPACE_EXTENT_KEY);
type               85 fs/btrfs/inode-item.c 	key.type = BTRFS_INODE_EXTREF_KEY;
type              115 fs/btrfs/inode-item.c 	key.type = BTRFS_INODE_EXTREF_KEY;
type              190 fs/btrfs/inode-item.c 	key.type = BTRFS_INODE_REF_KEY;
type              266 fs/btrfs/inode-item.c 	key.type = BTRFS_INODE_EXTREF_KEY;
type              324 fs/btrfs/inode-item.c 	key.type = BTRFS_INODE_REF_KEY;
type              395 fs/btrfs/inode-item.c 	key.type = BTRFS_INODE_ITEM_KEY;
type              415 fs/btrfs/inode-item.c 	if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY &&
type              421 fs/btrfs/inode-item.c 		    found_key.type == location->type) {
type               57 fs/btrfs/inode-map.c 	key.type = BTRFS_INODE_ITEM_KEY;
type              102 fs/btrfs/inode-map.c 		if (key.type != BTRFS_INODE_ITEM_KEY)
type              541 fs/btrfs/inode-map.c 	search_key.type = -1;
type               91 fs/btrfs/inode.c 				       int type);
type              196 fs/btrfs/inode.c 		key.type = BTRFS_EXTENT_DATA_KEY;
type             1390 fs/btrfs/inode.c 			    found_key.type == BTRFS_EXTENT_DATA_KEY)
type             1419 fs/btrfs/inode.c 		    found_key.type < BTRFS_EXTENT_DATA_KEY) {
type             1425 fs/btrfs/inode.c 		if (found_key.type > BTRFS_EXTENT_DATA_KEY ||
type             2397 fs/btrfs/inode.c 		ins.type = BTRFS_EXTENT_DATA_KEY;
type             2426 fs/btrfs/inode.c 	ins.type = BTRFS_EXTENT_ITEM_KEY;
type             2562 fs/btrfs/inode.c 	key.type = BTRFS_ROOT_ITEM_KEY;
type             2576 fs/btrfs/inode.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type             2611 fs/btrfs/inode.c 		if (key.objectid < inum || key.type != BTRFS_EXTENT_DATA_KEY)
type             2744 fs/btrfs/inode.c 	key.type = BTRFS_ROOT_ITEM_KEY;
type             2764 fs/btrfs/inode.c 	key.type = BTRFS_INODE_ITEM_KEY;
type             2794 fs/btrfs/inode.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type             2829 fs/btrfs/inode.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type             3004 fs/btrfs/inode.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type             3040 fs/btrfs/inode.c 		if (key.type != BTRFS_EXTENT_DATA_KEY)
type             3567 fs/btrfs/inode.c 	key.type = BTRFS_ORPHAN_ITEM_KEY;
type             3594 fs/btrfs/inode.c 		if (found_key.type != BTRFS_ORPHAN_ITEM_KEY)
type             3616 fs/btrfs/inode.c 		found_key.type = BTRFS_INODE_ITEM_KEY;
type             3753 fs/btrfs/inode.c 		if (found_key.type == BTRFS_XATTR_ITEM_KEY) {
type             3765 fs/btrfs/inode.c 		if (found_key.type > BTRFS_XATTR_ITEM_KEY)
type             3920 fs/btrfs/inode.c 	if (location.type == BTRFS_INODE_REF_KEY) {
type             3925 fs/btrfs/inode.c 	} else if (location.type == BTRFS_INODE_EXTREF_KEY) {
type             4326 fs/btrfs/inode.c 	WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid);
type             4420 fs/btrfs/inode.c 	key.type = BTRFS_ROOT_REF_KEY;
type             4433 fs/btrfs/inode.c 		    key.type == BTRFS_ROOT_REF_KEY)
type             4781 fs/btrfs/inode.c 	key.type = (u8)-1;
type             4813 fs/btrfs/inode.c 		found_type = found_key.type;
type             5664 fs/btrfs/inode.c 			       struct btrfs_key *location, u8 *type)
type             5685 fs/btrfs/inode.c 	if (location->type != BTRFS_INODE_ITEM_KEY &&
type             5686 fs/btrfs/inode.c 	    location->type != BTRFS_ROOT_ITEM_KEY) {
type             5691 fs/btrfs/inode.c 			   location->objectid, location->type, location->offset);
type             5694 fs/btrfs/inode.c 		*type = btrfs_dir_type(path->nodes[0], di);
type             5727 fs/btrfs/inode.c 	key.type = BTRFS_ROOT_REF_KEY;
type             5759 fs/btrfs/inode.c 	location->type = BTRFS_INODE_ITEM_KEY;
type             5966 fs/btrfs/inode.c 	if (location.type == BTRFS_INODE_ITEM_KEY) {
type             6067 fs/btrfs/inode.c 	unsigned type;
type             6080 fs/btrfs/inode.c 					 get_unaligned(&entry->type)))
type             6126 fs/btrfs/inode.c 	key.type = BTRFS_DIR_INDEX_KEY;
type             6152 fs/btrfs/inode.c 		if (found_key.type != BTRFS_DIR_INDEX_KEY)
type             6178 fs/btrfs/inode.c 				&entry->type);
type             6303 fs/btrfs/inode.c 	key.type = BTRFS_DIR_INDEX_KEY;
type             6335 fs/btrfs/inode.c 	    found_key.type != BTRFS_DIR_INDEX_KEY) {
type             6488 fs/btrfs/inode.c 	key[0].type = BTRFS_INODE_ITEM_KEY;
type             6501 fs/btrfs/inode.c 		key[1].type = BTRFS_INODE_REF_KEY;
type             6510 fs/btrfs/inode.c 	location->type = BTRFS_INODE_ITEM_KEY;
type             6603 fs/btrfs/inode.c 		key.type = BTRFS_INODE_ITEM_KEY;
type             7094 fs/btrfs/inode.c 	    found_key.type != BTRFS_EXTENT_DATA_KEY) {
type             7148 fs/btrfs/inode.c 		    found_key.type != BTRFS_EXTENT_DATA_KEY)
type             7384 fs/btrfs/inode.c 						  const int type)
type             7389 fs/btrfs/inode.c 	if (type != BTRFS_ORDERED_NOCOW) {
type             7394 fs/btrfs/inode.c 				  type);
type             7399 fs/btrfs/inode.c 					   len, block_len, type);
type             7486 fs/btrfs/inode.c 	    key.type != BTRFS_EXTENT_DATA_KEY) {
type             7673 fs/btrfs/inode.c 				       int type)
type             7680 fs/btrfs/inode.c 	ASSERT(type == BTRFS_ORDERED_PREALLOC ||
type             7681 fs/btrfs/inode.c 	       type == BTRFS_ORDERED_COMPRESSED ||
type             7682 fs/btrfs/inode.c 	       type == BTRFS_ORDERED_NOCOW ||
type             7683 fs/btrfs/inode.c 	       type == BTRFS_ORDERED_REGULAR);
type             7700 fs/btrfs/inode.c 	if (type == BTRFS_ORDERED_PREALLOC) {
type             7702 fs/btrfs/inode.c 	} else if (type == BTRFS_ORDERED_COMPRESSED) {
type             7771 fs/btrfs/inode.c 		int type;
type             7775 fs/btrfs/inode.c 			type = BTRFS_ORDERED_PREALLOC;
type             7777 fs/btrfs/inode.c 			type = BTRFS_ORDERED_NOCOW;
type             7789 fs/btrfs/inode.c 						      ram_bytes, type);
type             7791 fs/btrfs/inode.c 			if (type == BTRFS_ORDERED_PREALLOC) {
type             10416 fs/btrfs/inode.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type             10968 fs/btrfs/inode.c 		if (em->map_lookup->type & BTRFS_BLOCK_GROUP_PROFILE_MASK) {
type              663 fs/btrfs/ioctl.c 	key.type = BTRFS_ROOT_ITEM_KEY;
type             1059 fs/btrfs/ioctl.c 	int type;
type             1068 fs/btrfs/ioctl.c 	min_key.type = BTRFS_EXTENT_DATA_KEY;
type             1078 fs/btrfs/ioctl.c 		if (min_key.type != BTRFS_EXTENT_DATA_KEY)
type             1085 fs/btrfs/ioctl.c 		type = btrfs_file_extent_type(leaf, extent);
type             1086 fs/btrfs/ioctl.c 		if (type == BTRFS_FILE_EXTENT_REG &&
type             2013 fs/btrfs/ioctl.c 	test.type = sk->min_type;
type             2021 fs/btrfs/ioctl.c 	test.type = sk->max_type;
type             2090 fs/btrfs/ioctl.c 		sh.type = key->type;
type             2126 fs/btrfs/ioctl.c 	test.type = sk->max_type;
type             2132 fs/btrfs/ioctl.c 	else if (key->type < (u8)-1) {
type             2134 fs/btrfs/ioctl.c 		key->type++;
type             2137 fs/btrfs/ioctl.c 		key->type = 0;
type             2181 fs/btrfs/ioctl.c 		key.type = BTRFS_ROOT_ITEM_KEY;
type             2191 fs/btrfs/ioctl.c 	key.type = sk->min_type;
type             2316 fs/btrfs/ioctl.c 	key.type = BTRFS_ROOT_ITEM_KEY;
type             2325 fs/btrfs/ioctl.c 	key.type = BTRFS_INODE_REF_KEY;
type             2410 fs/btrfs/ioctl.c 		key.type = BTRFS_ROOT_ITEM_KEY;
type             2419 fs/btrfs/ioctl.c 		key.type = BTRFS_INODE_REF_KEY;
type             2504 fs/btrfs/ioctl.c 	key.type = BTRFS_ROOT_REF_KEY;
type             2655 fs/btrfs/ioctl.c 	key.type = BTRFS_ROOT_ITEM_KEY;
type             2695 fs/btrfs/ioctl.c 		key.type = BTRFS_ROOT_BACKREF_KEY;
type             2715 fs/btrfs/ioctl.c 		    key.type == BTRFS_ROOT_BACKREF_KEY) {
type             2775 fs/btrfs/ioctl.c 	key.type = BTRFS_ROOT_REF_KEY;
type             2797 fs/btrfs/ioctl.c 		if (key.objectid != objectid || key.type != BTRFS_ROOT_REF_KEY) {
type             3385 fs/btrfs/ioctl.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type             3400 fs/btrfs/ioctl.c 		    key.type == BTRFS_EXTENT_DATA_KEY) {
type             3434 fs/btrfs/ioctl.c 			    key.type == BTRFS_EXTENT_DATA_KEY)
type             3526 fs/btrfs/ioctl.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type             3532 fs/btrfs/ioctl.c 		int type;
type             3557 fs/btrfs/ioctl.c 			if (key.type == BTRFS_EXTENT_DATA_KEY)
type             3575 fs/btrfs/ioctl.c 		if (key.type > BTRFS_EXTENT_DATA_KEY ||
type             3579 fs/btrfs/ioctl.c 		ASSERT(key.type == BTRFS_EXTENT_DATA_KEY);
type             3584 fs/btrfs/ioctl.c 		type = btrfs_file_extent_type(leaf, extent);
type             3585 fs/btrfs/ioctl.c 		if (type == BTRFS_FILE_EXTENT_REG ||
type             3586 fs/btrfs/ioctl.c 		    type == BTRFS_FILE_EXTENT_PREALLOC) {
type             3591 fs/btrfs/ioctl.c 		} else if (type == BTRFS_FILE_EXTENT_INLINE) {
type             3633 fs/btrfs/ioctl.c 		if (type == BTRFS_FILE_EXTENT_REG ||
type             3634 fs/btrfs/ioctl.c 		    type == BTRFS_FILE_EXTENT_PREALLOC) {
type             3665 fs/btrfs/ioctl.c 		} else if (type == BTRFS_FILE_EXTENT_INLINE) {
type             3982 fs/btrfs/ioctl.c 	location.type = BTRFS_ROOT_ITEM_KEY;
type             5279 fs/btrfs/ioctl.c 	const char *type = btrfs_feature_set_name(set);
type             5296 fs/btrfs/ioctl.c 				   type, unsupported);
type             5311 fs/btrfs/ioctl.c 				   type, disallowed);
type             5326 fs/btrfs/ioctl.c 				   type, disallowed);
type              176 fs/btrfs/ordered-data.c 				      int type, int dio, int compress_type)
type              197 fs/btrfs/ordered-data.c 	if (type != BTRFS_ORDERED_IO_DONE && type != BTRFS_ORDERED_COMPLETE)
type              198 fs/btrfs/ordered-data.c 		set_bit(type, &entry->flags);
type              250 fs/btrfs/ordered-data.c 			     u64 start, u64 len, u64 disk_len, int type)
type              253 fs/btrfs/ordered-data.c 					  disk_len, type, 0,
type              258 fs/btrfs/ordered-data.c 				 u64 start, u64 len, u64 disk_len, int type)
type              261 fs/btrfs/ordered-data.c 					  disk_len, type, 1,
type              267 fs/btrfs/ordered-data.c 				      int type, int compress_type)
type              270 fs/btrfs/ordered-data.c 					  disk_len, type, 0,
type              164 fs/btrfs/ordered-data.h 			     u64 start, u64 len, u64 disk_len, int type);
type              166 fs/btrfs/ordered-data.h 				 u64 start, u64 len, u64 disk_len, int type);
type              169 fs/btrfs/ordered-data.h 				      int type, int compress_type);
type               17 fs/btrfs/orphan.c 	key.type = BTRFS_ORPHAN_ITEM_KEY;
type               38 fs/btrfs/orphan.c 	key.type = BTRFS_ORPHAN_ITEM_KEY;
type               41 fs/btrfs/print-tree.c static void print_extent_item(struct extent_buffer *eb, int slot, int type)
type               67 fs/btrfs/print-tree.c 	if ((type == BTRFS_EXTENT_ITEM_KEY) &&
type               73 fs/btrfs/print-tree.c 		       btrfs_disk_key_objectid(&key), key.type,
type               85 fs/btrfs/print-tree.c 		type = btrfs_extent_inline_ref_type(eb, iref);
type               88 fs/btrfs/print-tree.c 		switch (type) {
type              120 fs/btrfs/print-tree.c 				  eb->start, type);
type              123 fs/btrfs/print-tree.c 		ptr += btrfs_extent_inline_ref_size(type);
type              170 fs/btrfs/print-tree.c 	u32 type, nr;
type              197 fs/btrfs/print-tree.c 		type = key.type;
type              199 fs/btrfs/print-tree.c 			i, key.objectid, type, key.offset,
type              201 fs/btrfs/print-tree.c 		switch (type) {
type              224 fs/btrfs/print-tree.c 			print_extent_item(l, i, type);
type              349 fs/btrfs/print-tree.c 		       i, key.objectid, key.type, key.offset,
type              152 fs/btrfs/props.c 		if (key.type != BTRFS_XATTR_ITEM_KEY)
type              270 fs/btrfs/props.c 	int type;
type              281 fs/btrfs/props.c 		type = BTRFS_COMPRESS_LZO;
type              284 fs/btrfs/props.c 		type = BTRFS_COMPRESS_ZLIB;
type              286 fs/btrfs/props.c 		type = BTRFS_COMPRESS_ZSTD;
type              294 fs/btrfs/props.c 	BTRFS_I(inode)->prop_compress = type;
type              416 fs/btrfs/props.c 	key.type = BTRFS_INODE_ITEM_KEY;
type               56 fs/btrfs/qgroup.c static const char *qgroup_rsv_type_str(enum btrfs_qgroup_rsv_type type)
type               58 fs/btrfs/qgroup.c 	if (type == BTRFS_QGROUP_RSV_DATA)
type               60 fs/btrfs/qgroup.c 	if (type == BTRFS_QGROUP_RSV_META_PERTRANS)
type               62 fs/btrfs/qgroup.c 	if (type == BTRFS_QGROUP_RSV_META_PREALLOC)
type               70 fs/btrfs/qgroup.c 			   enum btrfs_qgroup_rsv_type type)
type               72 fs/btrfs/qgroup.c 	trace_qgroup_update_reserve(fs_info, qgroup, num_bytes, type);
type               73 fs/btrfs/qgroup.c 	qgroup->rsv.values[type] += num_bytes;
type               78 fs/btrfs/qgroup.c 			       enum btrfs_qgroup_rsv_type type)
type               80 fs/btrfs/qgroup.c 	trace_qgroup_update_reserve(fs_info, qgroup, -(s64)num_bytes, type);
type               81 fs/btrfs/qgroup.c 	if (qgroup->rsv.values[type] >= num_bytes) {
type               82 fs/btrfs/qgroup.c 		qgroup->rsv.values[type] -= num_bytes;
type               88 fs/btrfs/qgroup.c 		qgroup->qgroupid, qgroup_rsv_type_str(type),
type               89 fs/btrfs/qgroup.c 		qgroup->rsv.values[type], num_bytes);
type               91 fs/btrfs/qgroup.c 	qgroup->rsv.values[type] = 0;
type              361 fs/btrfs/qgroup.c 	key.type = 0;
type              374 fs/btrfs/qgroup.c 		if (found_key.type == BTRFS_QGROUP_STATUS_KEY) {
type              398 fs/btrfs/qgroup.c 		if (found_key.type != BTRFS_QGROUP_INFO_KEY &&
type              399 fs/btrfs/qgroup.c 		    found_key.type != BTRFS_QGROUP_LIMIT_KEY)
type              403 fs/btrfs/qgroup.c 		if ((qgroup && found_key.type == BTRFS_QGROUP_INFO_KEY) ||
type              404 fs/btrfs/qgroup.c 		    (!qgroup && found_key.type == BTRFS_QGROUP_LIMIT_KEY)) {
type              415 fs/btrfs/qgroup.c 		switch (found_key.type) {
type              454 fs/btrfs/qgroup.c 	key.type = BTRFS_QGROUP_RELATION_KEY;
type              464 fs/btrfs/qgroup.c 		if (found_key.type != BTRFS_QGROUP_RELATION_KEY)
type              546 fs/btrfs/qgroup.c 	key.type = BTRFS_QGROUP_RELATION_KEY;
type              570 fs/btrfs/qgroup.c 	key.type = BTRFS_QGROUP_RELATION_KEY;
type              606 fs/btrfs/qgroup.c 	key.type = BTRFS_QGROUP_INFO_KEY;
type              633 fs/btrfs/qgroup.c 	key.type = BTRFS_QGROUP_LIMIT_KEY;
type              668 fs/btrfs/qgroup.c 	key.type = BTRFS_QGROUP_INFO_KEY;
type              685 fs/btrfs/qgroup.c 	key.type = BTRFS_QGROUP_LIMIT_KEY;
type              714 fs/btrfs/qgroup.c 	key.type = BTRFS_QGROUP_LIMIT_KEY;
type              760 fs/btrfs/qgroup.c 	key.type = BTRFS_QGROUP_INFO_KEY;
type              802 fs/btrfs/qgroup.c 	key.type = BTRFS_QGROUP_STATUS_KEY;
type              851 fs/btrfs/qgroup.c 	key.type = 0;
type              936 fs/btrfs/qgroup.c 	key.type = BTRFS_QGROUP_STATUS_KEY;
type              959 fs/btrfs/qgroup.c 	key.type = BTRFS_ROOT_REF_KEY;
type              976 fs/btrfs/qgroup.c 		if (found_key.type == BTRFS_ROOT_REF_KEY) {
type             1653 fs/btrfs/qgroup.c 		if (key.type != BTRFS_EXTENT_DATA_KEY)
type             2881 fs/btrfs/qgroup.c 			  enum btrfs_qgroup_rsv_type type)
type             2949 fs/btrfs/qgroup.c 		qgroup_rsv_add(fs_info, qg, num_bytes, type);
type             2968 fs/btrfs/qgroup.c 			       enum btrfs_qgroup_rsv_type type)
type             2982 fs/btrfs/qgroup.c 	if (num_bytes == (u64)-1 && type != BTRFS_QGROUP_RSV_META_PERTRANS) {
type             3001 fs/btrfs/qgroup.c 		num_bytes = qgroup->rsv.values[type];
type             3015 fs/btrfs/qgroup.c 		qgroup_rsv_release(fs_info, qg, num_bytes, type);
type             3069 fs/btrfs/qgroup.c 		fs_info->qgroup_rescan_progress.type,
type             3104 fs/btrfs/qgroup.c 		if (found.type != BTRFS_EXTENT_ITEM_KEY &&
type             3105 fs/btrfs/qgroup.c 		    found.type != BTRFS_METADATA_ITEM_KEY)
type             3107 fs/btrfs/qgroup.c 		if (found.type == BTRFS_METADATA_ITEM_KEY)
type             3592 fs/btrfs/qgroup.c 			      enum btrfs_qgroup_rsv_type type)
type             3594 fs/btrfs/qgroup.c 	if (type != BTRFS_QGROUP_RSV_META_PREALLOC &&
type             3595 fs/btrfs/qgroup.c 	    type != BTRFS_QGROUP_RSV_META_PERTRANS)
type             3601 fs/btrfs/qgroup.c 	if (type == BTRFS_QGROUP_RSV_META_PREALLOC)
type             3609 fs/btrfs/qgroup.c 			     enum btrfs_qgroup_rsv_type type)
type             3611 fs/btrfs/qgroup.c 	if (type != BTRFS_QGROUP_RSV_META_PREALLOC &&
type             3612 fs/btrfs/qgroup.c 	    type != BTRFS_QGROUP_RSV_META_PERTRANS)
type             3618 fs/btrfs/qgroup.c 	if (type == BTRFS_QGROUP_RSV_META_PREALLOC) {
type             3632 fs/btrfs/qgroup.c 				enum btrfs_qgroup_rsv_type type, bool enforce)
type             3642 fs/btrfs/qgroup.c 	trace_qgroup_meta_reserve(root, (s64)num_bytes, type);
type             3643 fs/btrfs/qgroup.c 	ret = qgroup_reserve(root, num_bytes, enforce, type);
type             3654 fs/btrfs/qgroup.c 	add_root_meta_rsv(root, num_bytes, type);
type             3674 fs/btrfs/qgroup.c 			      enum btrfs_qgroup_rsv_type type)
type             3687 fs/btrfs/qgroup.c 	num_bytes = sub_root_meta_rsv(root, num_bytes, type);
type             3689 fs/btrfs/qgroup.c 	trace_qgroup_meta_reserve(root, -(s64)num_bytes, type);
type             3691 fs/btrfs/qgroup.c 				  num_bytes, type);
type              339 fs/btrfs/qgroup.h 			       enum btrfs_qgroup_rsv_type type);
type              354 fs/btrfs/qgroup.h 				enum btrfs_qgroup_rsv_type type, bool enforce);
type              370 fs/btrfs/qgroup.h 			     enum btrfs_qgroup_rsv_type type);
type               12 fs/btrfs/raid56.h 	if (map->type & BTRFS_BLOCK_GROUP_RAID5)
type               14 fs/btrfs/raid56.h 	else if (map->type & BTRFS_BLOCK_GROUP_RAID6)
type              161 fs/btrfs/reada.c 					    key.objectid, key.type, key.offset,
type              938 fs/btrfs/reada.c 		.type = (u8)-1,
type              439 fs/btrfs/ref-verify.c 	int type, ret;
type              444 fs/btrfs/ref-verify.c 	if ((key->type == BTRFS_EXTENT_ITEM_KEY) &&
type              452 fs/btrfs/ref-verify.c 		if (key->type == BTRFS_METADATA_ITEM_KEY)
type              461 fs/btrfs/ref-verify.c 		type = btrfs_extent_inline_ref_type(leaf, iref);
type              463 fs/btrfs/ref-verify.c 		switch (type) {
type              490 fs/btrfs/ref-verify.c 		ptr += btrfs_extent_inline_ref_size(type);
type              509 fs/btrfs/ref-verify.c 		switch (key.type) {
type              689 fs/btrfs/ref-verify.c 	if (generic_ref->type == BTRFS_REF_METADATA) {
type              616 fs/btrfs/relocation.c 	key.type = BTRFS_ROOT_ITEM_KEY;
type              646 fs/btrfs/relocation.c 	if (key.type == BTRFS_EXTENT_ITEM_KEY &&
type              651 fs/btrfs/relocation.c 	if (key.type == BTRFS_METADATA_ITEM_KEY &&
type              657 fs/btrfs/relocation.c 	if (key.type == BTRFS_EXTENT_ITEM_KEY) {
type              731 fs/btrfs/relocation.c 	key.type = BTRFS_METADATA_ITEM_KEY;
type              790 fs/btrfs/relocation.c 			if (key.type == BTRFS_EXTENT_ITEM_KEY ||
type              791 fs/btrfs/relocation.c 			    key.type == BTRFS_METADATA_ITEM_KEY) {
type              802 fs/btrfs/relocation.c 			int type;
type              804 fs/btrfs/relocation.c 			type = btrfs_get_extent_inline_ref_type(eb, iref,
type              806 fs/btrfs/relocation.c 			if (type == BTRFS_REF_TYPE_INVALID) {
type              810 fs/btrfs/relocation.c 			key.type = type;
type              813 fs/btrfs/relocation.c 			WARN_ON(key.type != BTRFS_TREE_BLOCK_REF_KEY &&
type              814 fs/btrfs/relocation.c 				key.type != BTRFS_SHARED_BLOCK_REF_KEY);
type              822 fs/btrfs/relocation.c 		    ((key.type == BTRFS_TREE_BLOCK_REF_KEY &&
type              824 fs/btrfs/relocation.c 		     (key.type == BTRFS_SHARED_BLOCK_REF_KEY &&
type              831 fs/btrfs/relocation.c 		if (key.type == BTRFS_SHARED_BLOCK_REF_KEY) {
type              874 fs/btrfs/relocation.c 		} else if (unlikely(key.type == BTRFS_EXTENT_REF_V0_KEY)) {
type              880 fs/btrfs/relocation.c 		} else if (key.type != BTRFS_TREE_BLOCK_REF_KEY) {
type              931 fs/btrfs/relocation.c 				  node_key->objectid, node_key->type,
type             1017 fs/btrfs/relocation.c 			ptr += btrfs_extent_inline_ref_size(key.type);
type             1398 fs/btrfs/relocation.c 	root_key.type = BTRFS_ROOT_ITEM_KEY;
type             1697 fs/btrfs/relocation.c 		if (key.type != BTRFS_EXTENT_DATA_KEY)
type             1852 fs/btrfs/relocation.c 		next_key->type = (u8)-1;
type             2141 fs/btrfs/relocation.c 			if (min_key->type > BTRFS_EXTENT_DATA_KEY)
type             2143 fs/btrfs/relocation.c 			if (min_key->type < BTRFS_EXTENT_DATA_KEY)
type             2154 fs/btrfs/relocation.c 			if (max_key->type < BTRFS_EXTENT_DATA_KEY)
type             2156 fs/btrfs/relocation.c 			if (max_key->type > BTRFS_EXTENT_DATA_KEY) {
type             3464 fs/btrfs/relocation.c 	if (extent_key->type == BTRFS_METADATA_ITEM_KEY ||
type             3468 fs/btrfs/relocation.c 		if (extent_key->type == BTRFS_EXTENT_ITEM_KEY) {
type             3529 fs/btrfs/relocation.c 		key.type = BTRFS_METADATA_ITEM_KEY;
type             3532 fs/btrfs/relocation.c 		key.type = BTRFS_EXTENT_ITEM_KEY;
type             3548 fs/btrfs/relocation.c 			    (key.type == BTRFS_METADATA_ITEM_KEY ||
type             3549 fs/btrfs/relocation.c 			     (key.type == BTRFS_EXTENT_ITEM_KEY &&
type             3616 fs/btrfs/relocation.c 	key.type = BTRFS_INODE_ITEM_KEY;
type             3700 fs/btrfs/relocation.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type             3761 fs/btrfs/relocation.c 		    key.type != BTRFS_EXTENT_DATA_KEY))
type             3839 fs/btrfs/relocation.c 		key.type = btrfs_get_extent_inline_ref_type(eb, iref,
type             3841 fs/btrfs/relocation.c 		if (key.type == BTRFS_SHARED_DATA_REF_KEY) {
type             3845 fs/btrfs/relocation.c 		} else if (key.type == BTRFS_EXTENT_DATA_REF_KEY) {
type             3859 fs/btrfs/relocation.c 		ptr += btrfs_extent_inline_ref_size(key.type);
type             3881 fs/btrfs/relocation.c 		if (key.type == BTRFS_SHARED_DATA_REF_KEY) {
type             3884 fs/btrfs/relocation.c 		} else if (key.type == BTRFS_EXTENT_DATA_REF_KEY) {
type             3889 fs/btrfs/relocation.c 		} else if (unlikely(key.type == BTRFS_EXTENT_REF_V0_KEY)) {
type             3931 fs/btrfs/relocation.c 		key.type = BTRFS_EXTENT_ITEM_KEY;
type             3955 fs/btrfs/relocation.c 		if (key.type != BTRFS_EXTENT_ITEM_KEY &&
type             3956 fs/btrfs/relocation.c 		    key.type != BTRFS_METADATA_ITEM_KEY) {
type             3961 fs/btrfs/relocation.c 		if (key.type == BTRFS_EXTENT_ITEM_KEY &&
type             3967 fs/btrfs/relocation.c 		if (key.type == BTRFS_METADATA_ITEM_KEY &&
type             3982 fs/btrfs/relocation.c 			if (key.type == BTRFS_EXTENT_ITEM_KEY)
type             4297 fs/btrfs/relocation.c 	key.type = BTRFS_INODE_ITEM_KEY;
type             4517 fs/btrfs/relocation.c 	key.type = BTRFS_ROOT_ITEM_KEY;
type             4537 fs/btrfs/relocation.c 		    key.type != BTRFS_ROOT_ITEM_KEY)
type               95 fs/btrfs/root-tree.c 	    found_key.type != BTRFS_ROOT_ITEM_KEY) {
type              143 fs/btrfs/root-tree.c 			key->objectid, key->type, key->offset,
type              225 fs/btrfs/root-tree.c 	key.type = BTRFS_ORPHAN_ITEM_KEY;
type              228 fs/btrfs/root-tree.c 	root_key.type = BTRFS_ROOT_ITEM_KEY;
type              252 fs/btrfs/root-tree.c 		    key.type != BTRFS_ORPHAN_ITEM_KEY)
type              370 fs/btrfs/root-tree.c 	key.type = BTRFS_ROOT_BACKREF_KEY;
type              396 fs/btrfs/root-tree.c 	if (key.type == BTRFS_ROOT_BACKREF_KEY) {
type              399 fs/btrfs/root-tree.c 		key.type = BTRFS_ROOT_REF_KEY;
type              441 fs/btrfs/root-tree.c 	key.type = BTRFS_ROOT_BACKREF_KEY;
type              461 fs/btrfs/root-tree.c 	if (key.type == BTRFS_ROOT_BACKREF_KEY) {
type              464 fs/btrfs/root-tree.c 		key.type = BTRFS_ROOT_REF_KEY;
type              654 fs/btrfs/scrub.c 	root_key.type = BTRFS_ROOT_ITEM_KEY;
type              666 fs/btrfs/scrub.c 	key.type = BTRFS_INODE_ITEM_KEY;
type             2480 fs/btrfs/scrub.c 		if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK)
type             2489 fs/btrfs/scrub.c 		if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK)
type             2872 fs/btrfs/scrub.c 			key.type = BTRFS_METADATA_ITEM_KEY;
type             2874 fs/btrfs/scrub.c 			key.type = BTRFS_EXTENT_ITEM_KEY;
type             2913 fs/btrfs/scrub.c 			if (key.type != BTRFS_EXTENT_ITEM_KEY &&
type             2914 fs/btrfs/scrub.c 			    key.type != BTRFS_METADATA_ITEM_KEY)
type             2917 fs/btrfs/scrub.c 			if (key.type == BTRFS_METADATA_ITEM_KEY)
type             3083 fs/btrfs/scrub.c 	if (map->type & BTRFS_BLOCK_GROUP_RAID0) {
type             3087 fs/btrfs/scrub.c 	} else if (map->type & BTRFS_BLOCK_GROUP_RAID10) {
type             3092 fs/btrfs/scrub.c 	} else if (map->type & BTRFS_BLOCK_GROUP_RAID1_MASK) {
type             3095 fs/btrfs/scrub.c 	} else if (map->type & BTRFS_BLOCK_GROUP_DUP) {
type             3098 fs/btrfs/scrub.c 	} else if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK) {
type             3134 fs/btrfs/scrub.c 	if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK) {
type             3147 fs/btrfs/scrub.c 	key.type = BTRFS_EXTENT_ITEM_KEY;
type             3150 fs/btrfs/scrub.c 	key_end.type = BTRFS_METADATA_ITEM_KEY;
type             3155 fs/btrfs/scrub.c 	key.type = BTRFS_EXTENT_CSUM_KEY;
type             3158 fs/btrfs/scrub.c 	key_end.type = BTRFS_EXTENT_CSUM_KEY;
type             3203 fs/btrfs/scrub.c 		if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK) {
type             3222 fs/btrfs/scrub.c 			key.type = BTRFS_METADATA_ITEM_KEY;
type             3224 fs/btrfs/scrub.c 			key.type = BTRFS_EXTENT_ITEM_KEY;
type             3265 fs/btrfs/scrub.c 			if (key.type != BTRFS_EXTENT_ITEM_KEY &&
type             3266 fs/btrfs/scrub.c 			    key.type != BTRFS_METADATA_ITEM_KEY)
type             3269 fs/btrfs/scrub.c 			if (key.type == BTRFS_METADATA_ITEM_KEY)
type             3348 fs/btrfs/scrub.c 				if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK) {
type             3497 fs/btrfs/scrub.c 	key.type = BTRFS_DEV_EXTENT_KEY;
type             3526 fs/btrfs/scrub.c 		if (found_key.type != BTRFS_DEV_EXTENT_KEY)
type              833 fs/btrfs/send.c 	key.type = BTRFS_INODE_ITEM_KEY;
type              923 fs/btrfs/send.c 	if (found_key->type == BTRFS_INODE_REF_KEY) {
type              938 fs/btrfs/send.c 		if (found_key->type == BTRFS_INODE_REF_KEY) {
type             1000 fs/btrfs/send.c 				  u8 type, void *ctx);
type             1026 fs/btrfs/send.c 	u8 type;
type             1053 fs/btrfs/send.c 		type = btrfs_dir_type(eb, di);
type             1056 fs/btrfs/send.c 		if (type == BTRFS_FT_XATTR) {
type             1106 fs/btrfs/send.c 				data_len, type, ctx);
type             1154 fs/btrfs/send.c 	key.type = BTRFS_INODE_REF_KEY;
type             1166 fs/btrfs/send.c 	    (found_key.type != BTRFS_INODE_REF_KEY &&
type             1167 fs/btrfs/send.c 	     found_key.type != BTRFS_INODE_EXTREF_KEY)) {
type             1485 fs/btrfs/send.c 	u8 type;
type             1495 fs/btrfs/send.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type             1518 fs/btrfs/send.c 	type = btrfs_file_extent_type(path->nodes[0], ei);
type             1520 fs/btrfs/send.c 	BUG_ON(type != BTRFS_FILE_EXTENT_INLINE);
type             1721 fs/btrfs/send.c 	if (key.type == BTRFS_ROOT_ITEM_KEY) {
type             1752 fs/btrfs/send.c 	key.type = BTRFS_INODE_REF_KEY;
type             1762 fs/btrfs/send.c 	    (found_key.type != BTRFS_INODE_REF_KEY &&
type             1763 fs/btrfs/send.c 	     found_key.type != BTRFS_INODE_EXTREF_KEY)) {
type             1768 fs/btrfs/send.c 	if (found_key.type == BTRFS_INODE_REF_KEY) {
type             2366 fs/btrfs/send.c 	key.type = BTRFS_ROOT_BACKREF_KEY;
type             2380 fs/btrfs/send.c 	if (key.type != BTRFS_ROOT_BACKREF_KEY ||
type             2547 fs/btrfs/send.c 	key.type = BTRFS_INODE_ITEM_KEY;
type             2689 fs/btrfs/send.c 	key.type = BTRFS_DIR_INDEX_KEY;
type             2711 fs/btrfs/send.c 		    found_key.type != key.type) {
type             2719 fs/btrfs/send.c 		if (di_key.type != BTRFS_ROOT_ITEM_KEY &&
type             2951 fs/btrfs/send.c 	key.type = BTRFS_DIR_INDEX_KEY;
type             2976 fs/btrfs/send.c 		    found_key.type != key.type)
type             3474 fs/btrfs/send.c 	key.type = BTRFS_DIR_ITEM_KEY;
type             3500 fs/btrfs/send.c 	if (di_key.type != BTRFS_INODE_ITEM_KEY) {
type             3602 fs/btrfs/send.c 	key.type = BTRFS_INODE_REF_KEY;
type             3627 fs/btrfs/send.c 		if (key.type != BTRFS_INODE_REF_KEY &&
type             3628 fs/btrfs/send.c 		    key.type != BTRFS_INODE_EXTREF_KEY)
type             3636 fs/btrfs/send.c 			if (key.type == BTRFS_INODE_EXTREF_KEY) {
type             4443 fs/btrfs/send.c 	key.type = BTRFS_INODE_REF_KEY;
type             4464 fs/btrfs/send.c 		    (found_key.type != BTRFS_INODE_REF_KEY &&
type             4465 fs/btrfs/send.c 		     found_key.type != BTRFS_INODE_EXTREF_KEY))
type             4532 fs/btrfs/send.c 			       u8 type, void *ctx)
type             4573 fs/btrfs/send.c 				   u8 type, void *ctx)
type             4621 fs/btrfs/send.c 			u8 type, void *vctx)
type             4671 fs/btrfs/send.c 				       u8 type, void *ctx)
type             4683 fs/btrfs/send.c 				data_len, type, ctx);
type             4688 fs/btrfs/send.c 					data, data_len, type, ctx);
type             4701 fs/btrfs/send.c 					   u8 type, void *ctx)
type             4710 fs/btrfs/send.c 				data_len, type, ctx);
type             4749 fs/btrfs/send.c 	key.type = BTRFS_XATTR_ITEM_KEY;
type             4771 fs/btrfs/send.c 		    found_key.type != key.type) {
type             4802 fs/btrfs/send.c 	key.type = BTRFS_INODE_ITEM_KEY;
type             5169 fs/btrfs/send.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type             5177 fs/btrfs/send.c 		    key.type == BTRFS_EXTENT_DATA_KEY)
type             5185 fs/btrfs/send.c 		u8 type;
type             5206 fs/btrfs/send.c 		    key.type != BTRFS_EXTENT_DATA_KEY)
type             5210 fs/btrfs/send.c 		type = btrfs_file_extent_type(leaf, ei);
type             5211 fs/btrfs/send.c 		if (type == BTRFS_FILE_EXTENT_INLINE) {
type             5341 fs/btrfs/send.c 	u8 type;
type             5346 fs/btrfs/send.c 	type = btrfs_file_extent_type(path->nodes[0], ei);
type             5347 fs/btrfs/send.c 	if (type == BTRFS_FILE_EXTENT_INLINE) {
type             5449 fs/btrfs/send.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type             5466 fs/btrfs/send.c 	    found_key.type != key.type) {
type             5550 fs/btrfs/send.c 		    found_key.type != key.type) {
type             5583 fs/btrfs/send.c 	u8 type;
type             5593 fs/btrfs/send.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type             5600 fs/btrfs/send.c 	if (key.objectid != sctx->cur_ino || key.type != BTRFS_EXTENT_DATA_KEY)
type             5605 fs/btrfs/send.c 	type = btrfs_file_extent_type(path->nodes[0], fi);
type             5606 fs/btrfs/send.c 	if (type == BTRFS_FILE_EXTENT_INLINE) {
type             5635 fs/btrfs/send.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type             5660 fs/btrfs/send.c 		    key.type < BTRFS_EXTENT_DATA_KEY)
type             5663 fs/btrfs/send.c 		    key.type > BTRFS_EXTENT_DATA_KEY ||
type             5700 fs/btrfs/send.c 	u8 type;
type             5714 fs/btrfs/send.c 	type = btrfs_file_extent_type(path->nodes[0], fi);
type             5715 fs/btrfs/send.c 	if (type == BTRFS_FILE_EXTENT_INLINE) {
type             5773 fs/btrfs/send.c 		u8 type;
type             5777 fs/btrfs/send.c 		type = btrfs_file_extent_type(path->nodes[0], ei);
type             5778 fs/btrfs/send.c 		if (type == BTRFS_FILE_EXTENT_PREALLOC ||
type             5779 fs/btrfs/send.c 		    type == BTRFS_FILE_EXTENT_REG) {
type             5786 fs/btrfs/send.c 			if (type == BTRFS_FILE_EXTENT_PREALLOC) {
type             5829 fs/btrfs/send.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type             5853 fs/btrfs/send.c 		    found_key.type != key.type) {
type             5879 fs/btrfs/send.c 	    sctx->cmp_key->type <= BTRFS_INODE_EXTREF_KEY)
type             6060 fs/btrfs/send.c 	key.type = BTRFS_INODE_REF_KEY;
type             6085 fs/btrfs/send.c 		if (key.type != BTRFS_INODE_REF_KEY &&
type             6086 fs/btrfs/send.c 		    key.type != BTRFS_INODE_EXTREF_KEY)
type             6419 fs/btrfs/send.c 	if (key->type == BTRFS_INODE_REF_KEY) {
type             6460 fs/btrfs/send.c 		if (key->type == BTRFS_INODE_REF_KEY ||
type             6461 fs/btrfs/send.c 		    key->type == BTRFS_INODE_EXTREF_KEY) {
type             6467 fs/btrfs/send.c 		} else if (key->type == BTRFS_EXTENT_DATA_KEY) {
type             6489 fs/btrfs/send.c 	if (key->type == BTRFS_INODE_ITEM_KEY) {
type             6492 fs/btrfs/send.c 		if (key->type == BTRFS_INODE_REF_KEY ||
type             6493 fs/btrfs/send.c 		    key->type == BTRFS_INODE_EXTREF_KEY)
type             6495 fs/btrfs/send.c 		else if (key->type == BTRFS_XATTR_ITEM_KEY)
type             6497 fs/btrfs/send.c 		else if (key->type == BTRFS_EXTENT_DATA_KEY)
type             6519 fs/btrfs/send.c 	key.type = BTRFS_INODE_ITEM_KEY;
type             7184 fs/btrfs/send.c 			key.type = BTRFS_ROOT_ITEM_KEY;
type             7223 fs/btrfs/send.c 		key.type = BTRFS_ROOT_ITEM_KEY;
type              196 fs/btrfs/super.c 	const char *type = logtypes[4];
type              207 fs/btrfs/super.c 			type = logtypes[kern_level - '0'];
type              217 fs/btrfs/super.c 		printk("%sBTRFS %s (device %s): %pV\n", lvl, type,
type             1043 fs/btrfs/super.c 		key.type = BTRFS_ROOT_BACKREF_KEY;
type             1078 fs/btrfs/super.c 		key.type = BTRFS_ROOT_ITEM_KEY;
type             1092 fs/btrfs/super.c 			key.type = BTRFS_INODE_REF_KEY;
type             1220 fs/btrfs/super.c 	key.type = BTRFS_INODE_ITEM_KEY;
type             1906 fs/btrfs/super.c 	u64 type;
type             1934 fs/btrfs/super.c 	type = btrfs_data_alloc_profile(fs_info);
type             1935 fs/btrfs/super.c 	rattr = &btrfs_raid_array[btrfs_bg_flags_to_raid_index(type)];
type             1937 fs/btrfs/super.c 	if (type & BTRFS_BLOCK_GROUP_RAID0)
type             1939 fs/btrfs/super.c 	else if (type & BTRFS_BLOCK_GROUP_RAID1)
type             1941 fs/btrfs/super.c 	else if (type & BTRFS_BLOCK_GROUP_RAID10)
type              222 fs/btrfs/tests/btrfs-tests.c 	cache->key.type = BTRFS_BLOCK_GROUP_ITEM_KEY;
type              249 fs/btrfs/tests/btrfs-tests.c 	trans->type = __TRANS_DUMMY;
type               60 fs/btrfs/tests/extent-buffer-tests.c 	key.type = BTRFS_EXTENT_CSUM_KEY;
type               87 fs/btrfs/tests/extent-buffer-tests.c 	if (key.objectid != 0 || key.type != BTRFS_EXTENT_CSUM_KEY ||
type              112 fs/btrfs/tests/extent-buffer-tests.c 	if (key.objectid != 0 || key.type != BTRFS_EXTENT_CSUM_KEY ||
type              144 fs/btrfs/tests/extent-buffer-tests.c 	if (key.objectid != 0 || key.type != BTRFS_EXTENT_CSUM_KEY ||
type              168 fs/btrfs/tests/extent-buffer-tests.c 	if (key.objectid != 0 || key.type != BTRFS_EXTENT_CSUM_KEY ||
type              192 fs/btrfs/tests/extent-buffer-tests.c 	if (key.objectid != 0 || key.type != BTRFS_EXTENT_CSUM_KEY ||
type               55 fs/btrfs/tests/free-space-tree-tests.c 			if (key.type != BTRFS_FREE_SPACE_BITMAP_KEY)
type               91 fs/btrfs/tests/free-space-tree-tests.c 			if (key.type != BTRFS_FREE_SPACE_EXTENT_KEY ||
type               17 fs/btrfs/tests/inode-tests.c 			  u64 disk_len, u32 type, u8 compression, int slot)
type               25 fs/btrfs/tests/inode-tests.c 	if (type == BTRFS_FILE_EXTENT_INLINE)
type               33 fs/btrfs/tests/inode-tests.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type               40 fs/btrfs/tests/inode-tests.c 	btrfs_set_file_extent_type(leaf, fi, type);
type               64 fs/btrfs/tests/inode-tests.c 	key.type = BTRFS_INODE_ITEM_KEY;
type              238 fs/btrfs/tests/inode-tests.c 	BTRFS_I(inode)->location.type = BTRFS_INODE_ITEM_KEY;
type              841 fs/btrfs/tests/inode-tests.c 	BTRFS_I(inode)->location.type = BTRFS_INODE_ITEM_KEY;
type               30 fs/btrfs/tests/qgroup-tests.c 	ins.type = BTRFS_EXTENT_ITEM_KEY;
type               80 fs/btrfs/tests/qgroup-tests.c 	key.type = BTRFS_EXTENT_ITEM_KEY;
type              105 fs/btrfs/tests/qgroup-tests.c 		key.type = BTRFS_SHARED_BLOCK_REF_KEY;
type              108 fs/btrfs/tests/qgroup-tests.c 		key.type = BTRFS_TREE_BLOCK_REF_KEY;
type              130 fs/btrfs/tests/qgroup-tests.c 	key.type = BTRFS_EXTENT_ITEM_KEY;
type              164 fs/btrfs/tests/qgroup-tests.c 	key.type = BTRFS_EXTENT_ITEM_KEY;
type              189 fs/btrfs/tests/qgroup-tests.c 		key.type = BTRFS_SHARED_BLOCK_REF_KEY;
type              192 fs/btrfs/tests/qgroup-tests.c 		key.type = BTRFS_TREE_BLOCK_REF_KEY;
type              116 fs/btrfs/transaction.c 					 unsigned int type)
type              118 fs/btrfs/transaction.c 	if (type & TRANS_EXTWRITERS)
type              123 fs/btrfs/transaction.c 					 unsigned int type)
type              125 fs/btrfs/transaction.c 	if (type & TRANS_EXTWRITERS)
type              130 fs/btrfs/transaction.c 					  unsigned int type)
type              132 fs/btrfs/transaction.c 	atomic_set(&trans->num_extwriters, ((type & TRANS_EXTWRITERS) ? 1 : 0));
type              162 fs/btrfs/transaction.c 				     unsigned int type)
type              180 fs/btrfs/transaction.c 		if (btrfs_blocked_trans_types[cur_trans->state] & type) {
type              186 fs/btrfs/transaction.c 		extwriter_counter_inc(cur_trans, type);
type              196 fs/btrfs/transaction.c 	if (type == TRANS_ATTACH)
type              203 fs/btrfs/transaction.c 	BUG_ON(type == TRANS_JOIN_NOLOCK);
type              225 fs/btrfs/transaction.c 	extwriter_counter_init(cur_trans, type);
type              418 fs/btrfs/transaction.c static int may_wait_transaction(struct btrfs_fs_info *fs_info, int type)
type              423 fs/btrfs/transaction.c 	if (type == TRANS_START)
type              444 fs/btrfs/transaction.c 		  unsigned int type, enum btrfs_reserve_flush_enum flush,
type              463 fs/btrfs/transaction.c 		WARN_ON(type & TRANS_EXTWRITERS);
type              545 fs/btrfs/transaction.c 	if (type & __TRANS_FREEZABLE)
type              548 fs/btrfs/transaction.c 	if (may_wait_transaction(fs_info, type))
type              552 fs/btrfs/transaction.c 		ret = join_transaction(fs_info, type);
type              555 fs/btrfs/transaction.c 			if (unlikely(type == TRANS_ATTACH ||
type              556 fs/btrfs/transaction.c 				     type == TRANS_JOIN_NOSTART))
type              572 fs/btrfs/transaction.c 	h->type = type;
type              578 fs/btrfs/transaction.c 	    may_wait_transaction(fs_info, type)) {
type              609 fs/btrfs/transaction.c 	if (type & __TRANS_FREEZABLE)
type              847 fs/btrfs/transaction.c 	int lock = (trans->type != TRANS_JOIN_NOLOCK);
type              870 fs/btrfs/transaction.c 	if (trans->type & __TRANS_FREEZABLE)
type              876 fs/btrfs/transaction.c 	extwriter_counter_dec(cur_trans, trans->type);
type             1458 fs/btrfs/transaction.c 	key.type = BTRFS_ROOT_ITEM_KEY;
type             1777 fs/btrfs/transaction.c 	if (ac->newtrans->type & __TRANS_FREEZABLE)
type             1815 fs/btrfs/transaction.c 	if (ac->newtrans->type & __TRANS_FREEZABLE)
type             1870 fs/btrfs/transaction.c 	if (trans->type & __TRANS_FREEZABLE)
type             2089 fs/btrfs/transaction.c 	extwriter_counter_dec(cur_trans, trans->type);
type             2325 fs/btrfs/transaction.c 	if (trans->type & __TRANS_FREEZABLE)
type              118 fs/btrfs/transaction.h 	unsigned int type;
type              227 fs/btrfs/tree-checker.c 	    prev_key->type == BTRFS_EXTENT_DATA_KEY) {
type              270 fs/btrfs/tree-checker.c 	if (slot > 0 && prev_key->type == BTRFS_EXTENT_CSUM_KEY) {
type              349 fs/btrfs/tree-checker.c 		if (key->type == BTRFS_XATTR_ITEM_KEY &&
type              357 fs/btrfs/tree-checker.c 		    key->type != BTRFS_XATTR_ITEM_KEY) {
type              405 fs/btrfs/tree-checker.c 		if (key->type == BTRFS_DIR_ITEM_KEY ||
type              406 fs/btrfs/tree-checker.c 		    key->type == BTRFS_XATTR_ITEM_KEY) {
type              455 fs/btrfs/tree-checker.c 	u64 type;
type              501 fs/btrfs/tree-checker.c 	type = flags & BTRFS_BLOCK_GROUP_TYPE_MASK;
type              502 fs/btrfs/tree-checker.c 	if (type != BTRFS_BLOCK_GROUP_DATA &&
type              503 fs/btrfs/tree-checker.c 	    type != BTRFS_BLOCK_GROUP_METADATA &&
type              504 fs/btrfs/tree-checker.c 	    type != BTRFS_BLOCK_GROUP_SYSTEM &&
type              505 fs/btrfs/tree-checker.c 	    type != (BTRFS_BLOCK_GROUP_METADATA |
type              509 fs/btrfs/tree-checker.c 			type, hweight64(type),
type              577 fs/btrfs/tree-checker.c 	u64 type;
type              585 fs/btrfs/tree-checker.c 	type = btrfs_chunk_type(leaf, chunk);
type              617 fs/btrfs/tree-checker.c 	    type) {
type              626 fs/btrfs/tree-checker.c 	if (!is_power_of_2(type & BTRFS_BLOCK_GROUP_PROFILE_MASK) &&
type              627 fs/btrfs/tree-checker.c 	    (type & BTRFS_BLOCK_GROUP_PROFILE_MASK) != 0) {
type              630 fs/btrfs/tree-checker.c 			  type & BTRFS_BLOCK_GROUP_PROFILE_MASK);
type              633 fs/btrfs/tree-checker.c 	if ((type & BTRFS_BLOCK_GROUP_TYPE_MASK) == 0) {
type              636 fs/btrfs/tree-checker.c 			  type, BTRFS_BLOCK_GROUP_TYPE_MASK);
type              640 fs/btrfs/tree-checker.c 	if ((type & BTRFS_BLOCK_GROUP_SYSTEM) &&
type              641 fs/btrfs/tree-checker.c 	    (type & (BTRFS_BLOCK_GROUP_METADATA | BTRFS_BLOCK_GROUP_DATA))) {
type              644 fs/btrfs/tree-checker.c 			  type);
type              653 fs/btrfs/tree-checker.c 		if ((type & BTRFS_BLOCK_GROUP_METADATA) &&
type              654 fs/btrfs/tree-checker.c 		    (type & BTRFS_BLOCK_GROUP_DATA)) {
type              656 fs/btrfs/tree-checker.c 			"mixed chunk type in non-mixed mode: 0x%llx", type);
type              661 fs/btrfs/tree-checker.c 	if ((type & BTRFS_BLOCK_GROUP_RAID10 && sub_stripes != 2) ||
type              662 fs/btrfs/tree-checker.c 	    (type & BTRFS_BLOCK_GROUP_RAID1 && num_stripes != 2) ||
type              663 fs/btrfs/tree-checker.c 	    (type & BTRFS_BLOCK_GROUP_RAID5 && num_stripes < 2) ||
type              664 fs/btrfs/tree-checker.c 	    (type & BTRFS_BLOCK_GROUP_RAID6 && num_stripes < 3) ||
type              665 fs/btrfs/tree-checker.c 	    (type & BTRFS_BLOCK_GROUP_DUP && num_stripes != 2) ||
type              666 fs/btrfs/tree-checker.c 	    ((type & BTRFS_BLOCK_GROUP_PROFILE_MASK) == 0 && num_stripes != 1)) {
type              670 fs/btrfs/tree-checker.c 			type & BTRFS_BLOCK_GROUP_PROFILE_MASK);
type              932 fs/btrfs/tree-checker.c 	if (key.type == BTRFS_METADATA_ITEM_KEY ||
type              933 fs/btrfs/tree-checker.c 	    key.type == BTRFS_TREE_BLOCK_REF_KEY ||
type              934 fs/btrfs/tree-checker.c 	    key.type == BTRFS_SHARED_BLOCK_REF_KEY)
type              964 fs/btrfs/tree-checker.c 	if (key->type == BTRFS_METADATA_ITEM_KEY &&
type              979 fs/btrfs/tree-checker.c 	if (key->type == BTRFS_METADATA_ITEM_KEY &&
type             1037 fs/btrfs/tree-checker.c 		if (key->type == BTRFS_EXTENT_ITEM_KEY &&
type             1045 fs/btrfs/tree-checker.c 		if (key->type != BTRFS_EXTENT_ITEM_KEY) {
type             1048 fs/btrfs/tree-checker.c 				   key->type, BTRFS_EXTENT_ITEM_KEY);
type             1061 fs/btrfs/tree-checker.c 	if (is_tree_block && key->type != BTRFS_METADATA_ITEM_KEY) {
type             1170 fs/btrfs/tree-checker.c 	if (key->type == BTRFS_SHARED_DATA_REF_KEY)
type             1177 fs/btrfs/tree-checker.c 			    expect_item_size, key->type);
type             1186 fs/btrfs/tree-checker.c 	if (key->type != BTRFS_TREE_BLOCK_REF_KEY &&
type             1207 fs/btrfs/tree-checker.c 			    sizeof(*dref), key->type);
type             1251 fs/btrfs/tree-checker.c 	switch (key->type) {
type             1367 fs/btrfs/tree-checker.c 				prev_key.objectid, prev_key.type,
type             1368 fs/btrfs/tree-checker.c 				prev_key.offset, key.objectid, key.type,
type             1427 fs/btrfs/tree-checker.c 		prev_key.type = key.type;
type             1492 fs/btrfs/tree-checker.c 				key.objectid, key.type, key.offset,
type             1493 fs/btrfs/tree-checker.c 				next_key.objectid, next_key.type,
type              129 fs/btrfs/tree-defrag.c 		if (root->defrag_max.type > root->defrag_progress.type)
type              355 fs/btrfs/tree-log.c 	bool inode_item = key->type == BTRFS_INODE_ITEM_KEY;
type              486 fs/btrfs/tree-log.c 	if (key->type == BTRFS_INODE_ITEM_KEY && ret == -EEXIST) {
type              535 fs/btrfs/tree-log.c 	if (key->type == BTRFS_INODE_ITEM_KEY) {
type              560 fs/btrfs/tree-log.c 	key.type = BTRFS_INODE_ITEM_KEY;
type              688 fs/btrfs/tree-log.c 		ins.type = BTRFS_EXTENT_ITEM_KEY;
type              968 fs/btrfs/tree-log.c 	if (key->type == BTRFS_INODE_EXTREF_KEY) {
type             1020 fs/btrfs/tree-log.c 	search_key.type = BTRFS_INODE_REF_KEY;
type             1115 fs/btrfs/tree-log.c 			search_key.type = BTRFS_INODE_EXTREF_KEY;
type             1259 fs/btrfs/tree-log.c 		if (key->type == BTRFS_INODE_EXTREF_KEY) {
type             1270 fs/btrfs/tree-log.c 		if (key->type == BTRFS_INODE_EXTREF_KEY)
type             1299 fs/btrfs/tree-log.c 		if (key->type == BTRFS_INODE_EXTREF_KEY)
type             1324 fs/btrfs/tree-log.c 	key.type = ref_type;
type             1325 fs/btrfs/tree-log.c 	if (key.type == BTRFS_INODE_REF_KEY)
type             1337 fs/btrfs/tree-log.c 	if (key.type == BTRFS_INODE_EXTREF_KEY)
type             1440 fs/btrfs/tree-log.c 	if (key->type == BTRFS_INODE_EXTREF_KEY) {
type             1527 fs/btrfs/tree-log.c 			ret = btrfs_inode_ref_exists(inode, dir, key->type,
type             1654 fs/btrfs/tree-log.c 	key.type = BTRFS_INODE_REF_KEY;
type             1670 fs/btrfs/tree-log.c 		    key.type != BTRFS_INODE_REF_KEY)
type             1766 fs/btrfs/tree-log.c 	key.type = BTRFS_ORPHAN_ITEM_KEY;
type             1781 fs/btrfs/tree-log.c 		    key.type != BTRFS_ORPHAN_ITEM_KEY)
type             1831 fs/btrfs/tree-log.c 	key.type = BTRFS_ORPHAN_ITEM_KEY;
type             1899 fs/btrfs/tree-log.c 	search_key.type = BTRFS_INODE_REF_KEY;
type             1904 fs/btrfs/tree-log.c 	search_key.type = BTRFS_INODE_EXTREF_KEY;
type             1944 fs/btrfs/tree-log.c 	bool update_size = (key->type == BTRFS_DIR_INDEX_KEY);
type             1970 fs/btrfs/tree-log.c 	if (key->type == BTRFS_DIR_ITEM_KEY) {
type             1973 fs/btrfs/tree-log.c 	} else if (key->type == BTRFS_DIR_INDEX_KEY) {
type             1987 fs/btrfs/tree-log.c 		if (key->type != BTRFS_DIR_INDEX_KEY)
type             1995 fs/btrfs/tree-log.c 	    found_key.type == log_key.type &&
type             2013 fs/btrfs/tree-log.c 	if (key->type == BTRFS_DIR_INDEX_KEY)
type             2154 fs/btrfs/tree-log.c 	key.type = key_type;
type             2168 fs/btrfs/tree-log.c 	if (key.type != key_type || key.objectid != dirid) {
type             2195 fs/btrfs/tree-log.c 	if (key.type != key_type || key.objectid != dirid) {
type             2253 fs/btrfs/tree-log.c 		if (log && dir_key->type == BTRFS_DIR_ITEM_KEY) {
type             2257 fs/btrfs/tree-log.c 		} else if (log && dir_key->type == BTRFS_DIR_INDEX_KEY) {
type             2335 fs/btrfs/tree-log.c 	search_key.type = BTRFS_XATTR_ITEM_KEY;
type             2351 fs/btrfs/tree-log.c 		if (key.objectid != ino || key.type != BTRFS_XATTR_ITEM_KEY) {
type             2442 fs/btrfs/tree-log.c 	dir_key.type = BTRFS_DIR_ITEM_KEY;
type             2488 fs/btrfs/tree-log.c 			    found_key.type != dir_key.type)
type             2513 fs/btrfs/tree-log.c 		dir_key.type = BTRFS_DIR_INDEX_KEY;
type             2563 fs/btrfs/tree-log.c 		if (key.type == BTRFS_INODE_ITEM_KEY &&
type             2640 fs/btrfs/tree-log.c 		if (key.type == BTRFS_DIR_INDEX_KEY &&
type             2652 fs/btrfs/tree-log.c 		if (key.type == BTRFS_XATTR_ITEM_KEY) {
type             2657 fs/btrfs/tree-log.c 		} else if (key.type == BTRFS_INODE_REF_KEY ||
type             2658 fs/btrfs/tree-log.c 			   key.type == BTRFS_INODE_EXTREF_KEY) {
type             2664 fs/btrfs/tree-log.c 		} else if (key.type == BTRFS_EXTENT_DATA_KEY) {
type             2669 fs/btrfs/tree-log.c 		} else if (key.type == BTRFS_DIR_ITEM_KEY) {
type             3456 fs/btrfs/tree-log.c 		key.type = BTRFS_INODE_ITEM_KEY;
type             3546 fs/btrfs/tree-log.c 		key.type = BTRFS_DIR_LOG_ITEM_KEY;
type             3548 fs/btrfs/tree-log.c 		key.type = BTRFS_DIR_LOG_INDEX_KEY;
type             3587 fs/btrfs/tree-log.c 	min_key.type = key_type;
type             3596 fs/btrfs/tree-log.c 	if (ret != 0 || min_key.objectid != ino || min_key.type != key_type) {
type             3598 fs/btrfs/tree-log.c 		min_key.type = key_type;
type             3617 fs/btrfs/tree-log.c 			if (key_type == tmp.type)
type             3628 fs/btrfs/tree-log.c 		if (key_type == tmp.type) {
type             3666 fs/btrfs/tree-log.c 			if (min_key.objectid != ino || min_key.type != key_type)
type             3703 fs/btrfs/tree-log.c 			    tmp.type != BTRFS_ROOT_ITEM_KEY)
type             3721 fs/btrfs/tree-log.c 		if (tmp.objectid != ino || tmp.type != key_type) {
type             3814 fs/btrfs/tree-log.c 	key.type = max_key_type;
type             3834 fs/btrfs/tree-log.c 		found_key.type = 0;
type             4002 fs/btrfs/tree-log.c 		if (ins_keys[i].type == BTRFS_INODE_ITEM_KEY) {
type             4019 fs/btrfs/tree-log.c 		if (ins_keys[i].type == BTRFS_EXTENT_DATA_KEY &&
type             4170 fs/btrfs/tree-log.c 		key.type = BTRFS_EXTENT_DATA_KEY;
type             4256 fs/btrfs/tree-log.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type             4322 fs/btrfs/tree-log.c 		    key.type < BTRFS_EXTENT_DATA_KEY ||
type             4474 fs/btrfs/tree-log.c 	key.type = BTRFS_INODE_ITEM_KEY;
type             4529 fs/btrfs/tree-log.c 	key.type = BTRFS_XATTR_ITEM_KEY;
type             4558 fs/btrfs/tree-log.c 		if (key.objectid != ino || key.type != BTRFS_XATTR_ITEM_KEY)
type             4602 fs/btrfs/tree-log.c 	key.type = BTRFS_EXTENT_DATA_KEY;
type             4626 fs/btrfs/tree-log.c 		if (key.objectid != ino || key.type != BTRFS_EXTENT_DATA_KEY)
type             4762 fs/btrfs/tree-log.c 		if (key->type == BTRFS_INODE_REF_KEY) {
type             4801 fs/btrfs/tree-log.c 			if (di_key.type == BTRFS_INODE_ITEM_KEY) {
type             4868 fs/btrfs/tree-log.c 		key.type = BTRFS_INODE_ITEM_KEY;
type             4953 fs/btrfs/tree-log.c 		key.type = BTRFS_INODE_REF_KEY;
type             4980 fs/btrfs/tree-log.c 			    (key.type != BTRFS_INODE_REF_KEY &&
type             4981 fs/btrfs/tree-log.c 			     key.type != BTRFS_INODE_EXTREF_KEY)) {
type             5060 fs/btrfs/tree-log.c 	min_key.type = BTRFS_INODE_ITEM_KEY;
type             5071 fs/btrfs/tree-log.c 		max_key.type = BTRFS_XATTR_ITEM_KEY;
type             5073 fs/btrfs/tree-log.c 		max_key.type = (u8)-1;
type             5137 fs/btrfs/tree-log.c 				max_key.type = BTRFS_XATTR_ITEM_KEY;
type             5139 fs/btrfs/tree-log.c 							  max_key.type);
type             5157 fs/btrfs/tree-log.c 			max_key.type = BTRFS_XATTR_ITEM_KEY;
type             5159 fs/btrfs/tree-log.c 						  max_key.type);
type             5186 fs/btrfs/tree-log.c 		if (min_key.type > max_key.type)
type             5189 fs/btrfs/tree-log.c 		if (min_key.type == BTRFS_INODE_ITEM_KEY)
type             5192 fs/btrfs/tree-log.c 		if ((min_key.type == BTRFS_INODE_REF_KEY ||
type             5193 fs/btrfs/tree-log.c 		     min_key.type == BTRFS_INODE_EXTREF_KEY) &&
type             5233 fs/btrfs/tree-log.c 		if (min_key.type == BTRFS_XATTR_ITEM_KEY) {
type             5288 fs/btrfs/tree-log.c 		} else if (min_key.type < max_key.type) {
type             5289 fs/btrfs/tree-log.c 			min_key.type++;
type             5312 fs/btrfs/tree-log.c 	if (max_key.type >= BTRFS_EXTENT_DATA_KEY && !fast_search) {
type             5580 fs/btrfs/tree-log.c 		min_key.type = BTRFS_DIR_ITEM_KEY;
type             5601 fs/btrfs/tree-log.c 			int type;
type             5605 fs/btrfs/tree-log.c 			    min_key.type != BTRFS_DIR_ITEM_KEY)
type             5609 fs/btrfs/tree-log.c 			type = btrfs_dir_type(leaf, di);
type             5611 fs/btrfs/tree-log.c 			    type != BTRFS_FT_DIR)
type             5614 fs/btrfs/tree-log.c 			if (di_key.type == BTRFS_ROOT_ITEM_KEY)
type             5630 fs/btrfs/tree-log.c 			if (type == BTRFS_FT_DIR || type == BTRFS_FT_SYMLINK)
type             5693 fs/btrfs/tree-log.c 	key.type = BTRFS_INODE_REF_KEY;
type             5717 fs/btrfs/tree-log.c 		if (key.objectid != ino || key.type > BTRFS_INODE_EXTREF_KEY)
type             5726 fs/btrfs/tree-log.c 			inode_key.type = BTRFS_INODE_ITEM_KEY;
type             5729 fs/btrfs/tree-log.c 			if (key.type == BTRFS_INODE_EXTREF_KEY) {
type             5817 fs/btrfs/tree-log.c 		search_key.type = BTRFS_INODE_ITEM_KEY;
type             5834 fs/btrfs/tree-log.c 		search_key.type = BTRFS_INODE_REF_KEY;
type             5853 fs/btrfs/tree-log.c 		    found_key.type != BTRFS_INODE_REF_KEY)
type             5920 fs/btrfs/tree-log.c 	search_key.type = BTRFS_INODE_REF_KEY;
type             5945 fs/btrfs/tree-log.c 		    found_key.type > BTRFS_INODE_EXTREF_KEY)
type             5955 fs/btrfs/tree-log.c 		if (found_key.type == BTRFS_INODE_EXTREF_KEY) {
type             6197 fs/btrfs/tree-log.c 	key.type = BTRFS_ROOT_ITEM_KEY;
type             6227 fs/btrfs/tree-log.c 		tmp_key.type = BTRFS_ROOT_ITEM_KEY;
type               14 fs/btrfs/uuid-tree.c static void btrfs_uuid_to_key(u8 *uuid, u8 type, struct btrfs_key *key)
type               16 fs/btrfs/uuid-tree.c 	key->type = type;
type               23 fs/btrfs/uuid-tree.c 				  u8 type, u64 subid)
type               44 fs/btrfs/uuid-tree.c 	btrfs_uuid_to_key(uuid, type, &key);
type               82 fs/btrfs/uuid-tree.c int btrfs_uuid_tree_add(struct btrfs_trans_handle *trans, u8 *uuid, u8 type,
type               95 fs/btrfs/uuid-tree.c 	ret = btrfs_uuid_tree_lookup(uuid_root, uuid, type, subid_cpu);
type              104 fs/btrfs/uuid-tree.c 	btrfs_uuid_to_key(uuid, type, &key);
type              133 fs/btrfs/uuid-tree.c 			   (unsigned long long)key.offset, type);
type              147 fs/btrfs/uuid-tree.c int btrfs_uuid_tree_remove(struct btrfs_trans_handle *trans, u8 *uuid, u8 type,
type              168 fs/btrfs/uuid-tree.c 	btrfs_uuid_to_key(uuid, type, &key);
type              229 fs/btrfs/uuid-tree.c static int btrfs_uuid_iter_rem(struct btrfs_root *uuid_root, u8 *uuid, u8 type,
type              242 fs/btrfs/uuid-tree.c 	ret = btrfs_uuid_tree_remove(trans, uuid, type, subid);
type              269 fs/btrfs/uuid-tree.c 	key.type = 0;
type              286 fs/btrfs/uuid-tree.c 		if (key.type != BTRFS_UUID_KEY_SUBVOL &&
type              287 fs/btrfs/uuid-tree.c 		    key.type != BTRFS_UUID_KEY_RECEIVED_SUBVOL)
type              308 fs/btrfs/uuid-tree.c 			ret = check_func(fs_info, uuid, key.type, subid_cpu);
type              313 fs/btrfs/uuid-tree.c 				ret = btrfs_uuid_iter_rem(root, uuid, key.type,
type             1642 fs/btrfs/volumes.c 	key.type = BTRFS_DEV_EXTENT_KEY;
type             1648 fs/btrfs/volumes.c 		ret = btrfs_previous_item(root, path, key.objectid, key.type);
type             1673 fs/btrfs/volumes.c 		if (key.type != BTRFS_DEV_EXTENT_KEY)
type             1780 fs/btrfs/volumes.c 	key.type = BTRFS_DEV_EXTENT_KEY;
type             1840 fs/btrfs/volumes.c 	key.type = BTRFS_DEV_EXTENT_KEY;
type             1894 fs/btrfs/volumes.c 	key.type = BTRFS_DEV_ITEM_KEY;
type             1943 fs/btrfs/volumes.c 	key.type = BTRFS_DEV_ITEM_KEY;
type             1956 fs/btrfs/volumes.c 	btrfs_set_device_type(leaf, dev_item, device->type);
type             2015 fs/btrfs/volumes.c 	key.type = BTRFS_DEV_ITEM_KEY;
type             2540 fs/btrfs/volumes.c 	key.type = BTRFS_DEV_ITEM_KEY;
type             2563 fs/btrfs/volumes.c 		    key.type != BTRFS_DEV_ITEM_KEY)
type             2825 fs/btrfs/volumes.c 	key.type = BTRFS_DEV_ITEM_KEY;
type             2841 fs/btrfs/volumes.c 	btrfs_set_device_type(leaf, dev_item, device->type);
type             2908 fs/btrfs/volumes.c 	key.type = BTRFS_CHUNK_ITEM_KEY;
type             2954 fs/btrfs/volumes.c 		if (key.type == BTRFS_CHUNK_ITEM_KEY) {
type             3033 fs/btrfs/volumes.c 	check_system_chunk(trans, map->type);
type             3079 fs/btrfs/volumes.c 	if (map->type & BTRFS_BLOCK_GROUP_SYSTEM) {
type             3163 fs/btrfs/volumes.c 	key.type = BTRFS_CHUNK_ITEM_KEY;
type             3175 fs/btrfs/volumes.c 					  key.type);
type             3281 fs/btrfs/volumes.c 	key.type = BTRFS_TEMPORARY_ITEM_KEY;
type             3331 fs/btrfs/volumes.c 	key.type = BTRFS_TEMPORARY_ITEM_KEY;
type             3505 fs/btrfs/volumes.c static u64 calc_data_stripes(u64 type, int num_stripes)
type             3507 fs/btrfs/volumes.c 	const int index = btrfs_bg_flags_to_raid_index(type);
type             3526 fs/btrfs/volumes.c 	u64 type;
type             3533 fs/btrfs/volumes.c 	type = btrfs_chunk_type(leaf, chunk);
type             3534 fs/btrfs/volumes.c 	factor = calc_data_stripes(type, num_stripes);
type             3729 fs/btrfs/volumes.c 	key.type = BTRFS_CHUNK_ITEM_KEY;
type             4325 fs/btrfs/volumes.c 	key.type = BTRFS_TEMPORARY_ITEM_KEY;
type             4479 fs/btrfs/volumes.c 	key.type = BTRFS_ROOT_ITEM_KEY;
type             4491 fs/btrfs/volumes.c 		if (key.type != BTRFS_ROOT_ITEM_KEY ||
type             4563 fs/btrfs/volumes.c 		} else if (key.type < BTRFS_ROOT_ITEM_KEY) {
type             4565 fs/btrfs/volumes.c 			key.type = BTRFS_ROOT_ITEM_KEY;
type             4568 fs/btrfs/volumes.c 			key.type = BTRFS_ROOT_ITEM_KEY;
type             4596 fs/btrfs/volumes.c 				       u8 *uuid, u8 type, u64 subid)
type             4602 fs/btrfs/volumes.c 	if (type != BTRFS_UUID_KEY_SUBVOL &&
type             4603 fs/btrfs/volumes.c 	    type != BTRFS_UUID_KEY_RECEIVED_SUBVOL)
type             4607 fs/btrfs/volumes.c 	key.type = BTRFS_ROOT_ITEM_KEY;
type             4617 fs/btrfs/volumes.c 	switch (type) {
type             4781 fs/btrfs/volumes.c 	key.type = BTRFS_DEV_EXTENT_KEY;
type             4791 fs/btrfs/volumes.c 		ret = btrfs_previous_item(root, path, 0, key.type);
type             4946 fs/btrfs/volumes.c static void check_raid56_incompat_flag(struct btrfs_fs_info *info, u64 type)
type             4948 fs/btrfs/volumes.c 	if (!(type & BTRFS_BLOCK_GROUP_RAID56_MASK))
type             4955 fs/btrfs/volumes.c 			       u64 start, u64 type)
type             4986 fs/btrfs/volumes.c 	BUG_ON(!alloc_profile_is_valid(type, 0));
type             4994 fs/btrfs/volumes.c 	index = btrfs_bg_flags_to_raid_index(type);
type             5006 fs/btrfs/volumes.c 	if (type & BTRFS_BLOCK_GROUP_DATA) {
type             5009 fs/btrfs/volumes.c 	} else if (type & BTRFS_BLOCK_GROUP_METADATA) {
type             5016 fs/btrfs/volumes.c 	} else if (type & BTRFS_BLOCK_GROUP_SYSTEM) {
type             5022 fs/btrfs/volumes.c 		       type);
type             5169 fs/btrfs/volumes.c 	map->type = type;
type             5200 fs/btrfs/volumes.c 	ret = btrfs_make_block_group(trans, 0, type, start, chunk_size);
type             5216 fs/btrfs/volumes.c 	check_raid56_incompat_flag(info, type);
type             5307 fs/btrfs/volumes.c 	btrfs_set_stack_chunk_type(chunk, map->type);
type             5315 fs/btrfs/volumes.c 	key.type = BTRFS_CHUNK_ITEM_KEY;
type             5319 fs/btrfs/volumes.c 	if (ret == 0 && map->type & BTRFS_BLOCK_GROUP_SYSTEM) {
type             5340 fs/btrfs/volumes.c int btrfs_alloc_chunk(struct btrfs_trans_handle *trans, u64 type)
type             5346 fs/btrfs/volumes.c 	return __btrfs_alloc_chunk(trans, chunk_offset, type);
type             5371 fs/btrfs/volumes.c 	const int index = btrfs_bg_flags_to_raid_index(map->type);
type             5450 fs/btrfs/volumes.c 	if (map->type & (BTRFS_BLOCK_GROUP_DUP | BTRFS_BLOCK_GROUP_RAID1_MASK))
type             5452 fs/btrfs/volumes.c 	else if (map->type & BTRFS_BLOCK_GROUP_RAID10)
type             5454 fs/btrfs/volumes.c 	else if (map->type & BTRFS_BLOCK_GROUP_RAID5)
type             5456 fs/btrfs/volumes.c 	else if (map->type & BTRFS_BLOCK_GROUP_RAID6)
type             5489 fs/btrfs/volumes.c 		if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK)
type             5506 fs/btrfs/volumes.c 		if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK)
type             5523 fs/btrfs/volumes.c 	ASSERT((map->type &
type             5526 fs/btrfs/volumes.c 	if (map->type & BTRFS_BLOCK_GROUP_RAID10)
type             5667 fs/btrfs/volumes.c 	if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK) {
type             5697 fs/btrfs/volumes.c 	if (map->type & (BTRFS_BLOCK_GROUP_RAID0 |
type             5699 fs/btrfs/volumes.c 		if (map->type & BTRFS_BLOCK_GROUP_RAID0)
type             5713 fs/btrfs/volumes.c 	} else if (map->type & (BTRFS_BLOCK_GROUP_RAID1_MASK |
type             5733 fs/btrfs/volumes.c 		if (map->type & (BTRFS_BLOCK_GROUP_RAID0 |
type             5774 fs/btrfs/volumes.c 	bbio->map_type = map->type;
type             6011 fs/btrfs/volumes.c 	if (map->type & BTRFS_BLOCK_GROUP_PROFILE_MASK) {
type             6017 fs/btrfs/volumes.c 		if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK) {
type             6130 fs/btrfs/volumes.c 	if (map->type & BTRFS_BLOCK_GROUP_RAID0) {
type             6135 fs/btrfs/volumes.c 	} else if (map->type & BTRFS_BLOCK_GROUP_RAID1_MASK) {
type             6146 fs/btrfs/volumes.c 	} else if (map->type & BTRFS_BLOCK_GROUP_DUP) {
type             6155 fs/btrfs/volumes.c 	} else if (map->type & BTRFS_BLOCK_GROUP_RAID10) {
type             6173 fs/btrfs/volumes.c 	} else if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK) {
type             6239 fs/btrfs/volumes.c 	if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK && need_raid_map &&
type             6259 fs/btrfs/volumes.c 		if (map->type & BTRFS_BLOCK_GROUP_RAID6)
type             6288 fs/btrfs/volumes.c 	bbio->map_type = map->type;
type             6350 fs/btrfs/volumes.c 	if (map->type & BTRFS_BLOCK_GROUP_RAID10)
type             6352 fs/btrfs/volumes.c 	else if (map->type & BTRFS_BLOCK_GROUP_RAID0)
type             6354 fs/btrfs/volumes.c 	else if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK) {
type             6370 fs/btrfs/volumes.c 		if (map->type & BTRFS_BLOCK_GROUP_RAID10) {
type             6373 fs/btrfs/volumes.c 		} else if (map->type & BTRFS_BLOCK_GROUP_RAID0) {
type             6744 fs/btrfs/volumes.c static u64 calc_stripe_length(u64 type, u64 chunk_len, int num_stripes)
type             6746 fs/btrfs/volumes.c 	int index = btrfs_bg_flags_to_raid_index(type);
type             6750 fs/btrfs/volumes.c 	switch (type & BTRFS_BLOCK_GROUP_PROFILE_MASK) {
type             6826 fs/btrfs/volumes.c 	map->type = btrfs_chunk_type(leaf, chunk);
type             6829 fs/btrfs/volumes.c 	em->orig_block_len = calc_stripe_length(map->type, em->len,
type             6889 fs/btrfs/volumes.c 	device->type = btrfs_device_type(leaf, dev_item);
type             7067 fs/btrfs/volumes.c 	u64 type;
type             7115 fs/btrfs/volumes.c 		if (key.type == BTRFS_CHUNK_ITEM_KEY) {
type             7134 fs/btrfs/volumes.c 			type = btrfs_chunk_type(sb, chunk);
type             7135 fs/btrfs/volumes.c 			if ((type & BTRFS_BLOCK_GROUP_SYSTEM) == 0) {
type             7138 fs/btrfs/volumes.c 					type, cur_offset);
type             7153 fs/btrfs/volumes.c 				  (u32)key.type, cur_offset);
type             7206 fs/btrfs/volumes.c 					map->type);
type             7268 fs/btrfs/volumes.c 	key.type = 0;
type             7284 fs/btrfs/volumes.c 		if (found_key.type == BTRFS_DEV_ITEM_KEY) {
type             7292 fs/btrfs/volumes.c 		} else if (found_key.type == BTRFS_CHUNK_ITEM_KEY) {
type             7392 fs/btrfs/volumes.c 		key.type = BTRFS_PERSISTENT_ITEM_KEY;
type             7440 fs/btrfs/volumes.c 	key.type = BTRFS_PERSISTENT_ITEM_KEY;
type             7727 fs/btrfs/volumes.c 	stripe_len = calc_stripe_length(map->type, em->len, map->num_stripes);
type             7834 fs/btrfs/volumes.c 	key.type = BTRFS_DEV_EXTENT_KEY;
type             7866 fs/btrfs/volumes.c 		if (key.type != BTRFS_DEV_EXTENT_KEY)
type              108 fs/btrfs/volumes.h 	u64 type;
type              374 fs/btrfs/volumes.h 	u64 type;
type              435 fs/btrfs/volumes.h int btrfs_alloc_chunk(struct btrfs_trans_handle *trans, u64 type);
type              264 fs/btrfs/xattr.c 	key.type = BTRFS_XATTR_ITEM_KEY;
type              307 fs/btrfs/xattr.c 		if (found_key.type > BTRFS_XATTR_ITEM_KEY)
type              309 fs/btrfs/xattr.c 		if (found_key.type < BTRFS_XATTR_ITEM_KEY)
type             1902 fs/buffer.c    	switch (iomap->type) {
type              109 fs/cachefiles/bind.c 	fsdef->type = FSCACHE_COOKIE_TYPE_INDEX;
type               54 fs/cachefiles/interface.c 	object->type = cookie->def->type;
type               77 fs/cachefiles/interface.c 	key = cachefiles_cook_key(buffer, keylen + 2, object->type);
type               93 fs/cachefiles/interface.c 	auxdata->type = cookie->type;
type              146 fs/cachefiles/interface.c 	    object->fscache.cookie->def->type != FSCACHE_COOKIE_TYPE_INDEX)
type              248 fs/cachefiles/interface.c 	auxdata->type = cookie->type;
type               44 fs/cachefiles/internal.h 	uint8_t				type;		/* object type */
type              119 fs/cachefiles/internal.h 	uint8_t				type;
type              156 fs/cachefiles/internal.h extern char *cachefiles_cook_key(const u8 *raw, int keylen, uint8_t type);
type               33 fs/cachefiles/key.c char *cachefiles_cook_key(const u8 *raw, int keylen, uint8_t type)
type              110 fs/cachefiles/key.c 		switch (type) {
type              111 fs/cachefiles/key.c 		case FSCACHE_COOKIE_TYPE_INDEX:		type = 'I';	break;
type              112 fs/cachefiles/key.c 		case FSCACHE_COOKIE_TYPE_DATAFILE:	type = 'D';	break;
type              113 fs/cachefiles/key.c 		default:				type = 'S';	break;
type              142 fs/cachefiles/key.c 		switch (type) {
type              143 fs/cachefiles/key.c 		case FSCACHE_COOKIE_TYPE_INDEX:		type = 'J';	break;
type              144 fs/cachefiles/key.c 		case FSCACHE_COOKIE_TYPE_DATAFILE:	type = 'E';	break;
type              145 fs/cachefiles/key.c 		default:				type = 'T';	break;
type              149 fs/cachefiles/key.c 	key[mark] = type;
type              552 fs/cachefiles/namei.c 	if (key || object->type == FSCACHE_COOKIE_TYPE_INDEX) {
type              687 fs/cachefiles/namei.c 	if (object->type != FSCACHE_COOKIE_TYPE_INDEX) {
type               28 fs/cachefiles/xattr.c 	char type[3], xtype[3];
type               35 fs/cachefiles/xattr.c 		strcpy(type, "C3");
type               37 fs/cachefiles/xattr.c 		snprintf(type, 3, "%02x", object->fscache.cookie->def->type);
type               39 fs/cachefiles/xattr.c 	_enter("%p{%s}", object, type);
type               42 fs/cachefiles/xattr.c 	ret = vfs_setxattr(dentry, cachefiles_xattr_cache, type, 2,
type               72 fs/cachefiles/xattr.c 	if (xtype[0] != type[0] || xtype[1] != type[1])
type               91 fs/cachefiles/xattr.c 	       xtype, type);
type              114 fs/cachefiles/xattr.c 			   &auxdata->type, auxdata->len,
type              144 fs/cachefiles/xattr.c 			   &auxdata->type, auxdata->len,
type              175 fs/cachefiles/xattr.c 			    &auxbuf->type, 512 + 1);
type              178 fs/cachefiles/xattr.c 	    auxbuf->type != object->fscache.cookie->def->type)
type              217 fs/cachefiles/xattr.c 			   &auxbuf->type, 512 + 1);
type              236 fs/cachefiles/xattr.c 	if (auxbuf->type != auxdata->type)
type              274 fs/cachefiles/xattr.c 				   &auxdata->type, auxdata->len,
type               20 fs/ceph/acl.c  					int type, struct posix_acl *acl)
type               26 fs/ceph/acl.c  		set_cached_acl(inode, type, acl);
type               28 fs/ceph/acl.c  		forget_cached_acl(inode, type);
type               32 fs/ceph/acl.c  struct posix_acl *ceph_get_acl(struct inode *inode, int type)
type               40 fs/ceph/acl.c  	switch (type) {
type               80 fs/ceph/acl.c  		ceph_set_cached_acl(inode, type, acl);
type               85 fs/ceph/acl.c  int ceph_set_acl(struct inode *inode, struct posix_acl *acl, int type)
type               99 fs/ceph/acl.c  	switch (type) {
type              153 fs/ceph/acl.c  	ceph_set_cached_acl(inode, type, acl);
type              275 fs/ceph/addr.c 	BUG_ON(osd_data->type != CEPH_OSD_DATA_TYPE_PAGES);
type              732 fs/ceph/addr.c 		BUG_ON(osd_data->type != CEPH_OSD_DATA_TYPE_PAGES);
type               39 fs/ceph/cache.c 	.type		= FSCACHE_COOKIE_TYPE_INDEX,
type              133 fs/ceph/cache.c 	.type		= FSCACHE_COOKIE_TYPE_DATAFILE,
type               92 fs/ceph/export.c 	int type;
type              112 fs/ceph/export.c 		type = FILEID_INO32_GEN_PARENT;
type              118 fs/ceph/export.c 		type = FILEID_INO32_GEN;
type              120 fs/ceph/export.c 	return type;
type              800 fs/ceph/file.c 	BUG_ON(osd_data->type != CEPH_OSD_DATA_TYPE_BVECS);
type              107 fs/ceph/locks.c 	req->r_args.filelock_change.type = cmd;
type              120 fs/ceph/locks.c 		if (CEPH_LOCK_SHARED == req->r_reply_info.filelock_reply->type)
type              122 fs/ceph/locks.c 		else if (CEPH_LOCK_EXCL == req->r_reply_info.filelock_reply->type)
type              158 fs/ceph/locks.c 	BUG_ON(req->r_args.filelock_change.type == CEPH_LOCK_UNLOCK);
type              201 fs/ceph/locks.c 	intr_req->r_args.filelock_change.type = CEPH_LOCK_UNLOCK;
type              368 fs/ceph/locks.c 		cephlock->type = CEPH_LOCK_SHARED;
type              371 fs/ceph/locks.c 		cephlock->type = CEPH_LOCK_EXCL;
type              374 fs/ceph/locks.c 		cephlock->type = CEPH_LOCK_UNLOCK;
type             4635 fs/ceph/mds_client.c 	int type = le16_to_cpu(msg->hdr.type);
type             4644 fs/ceph/mds_client.c 	switch (type) {
type             4674 fs/ceph/mds_client.c 		pr_err("received unknown message type %d %s\n", type,
type             4675 fs/ceph/mds_client.c 		       ceph_msg_type_name(type));
type             4752 fs/ceph/mds_client.c 	int type = (int) le16_to_cpu(hdr->type);
type             4759 fs/ceph/mds_client.c 	msg = ceph_msg_new(type, front_len, GFP_NOFS, false);
type             4762 fs/ceph/mds_client.c 		       type, front_len);
type               45 fs/ceph/mdsmap.c #define __decode_and_drop_type(p, end, type, bad)		\
type               47 fs/ceph/mdsmap.c 		if (*p + sizeof(type) > end)			\
type               49 fs/ceph/mdsmap.c 		*p += sizeof(type);				\
type               52 fs/ceph/mdsmap.c #define __decode_and_drop_set(p, end, type, bad)		\
type               57 fs/ceph/mdsmap.c 		need = sizeof(type) * n;			\
type              664 fs/ceph/super.c 	int type = le16_to_cpu(msg->hdr.type);
type              666 fs/ceph/super.c 	switch (type) {
type              996 fs/ceph/super.h int ceph_set_acl(struct inode *inode, struct posix_acl *acl, int type);
type               53 fs/cifs/cache.c 	.type = FSCACHE_COOKIE_TYPE_INDEX,
type              113 fs/cifs/cache.c 	.type = FSCACHE_COOKIE_TYPE_INDEX,
type              144 fs/cifs/cache.c 	.type		= FSCACHE_COOKIE_TYPE_DATAFILE,
type               60 fs/cifs/cifs_debug.h #define cifs_dbg_func(ratefunc, type, fmt, ...)			\
type               62 fs/cifs/cifs_debug.h 	if ((type) & FYI && cifsFYI & CIFS_INFO) {		\
type               65 fs/cifs/cifs_debug.h 	} else if ((type) & VFS) {				\
type               68 fs/cifs/cifs_debug.h 	} else if ((type) & NOISY && (NOISY != 0)) {		\
type               73 fs/cifs/cifs_debug.h #define cifs_dbg(type, fmt, ...) \
type               75 fs/cifs/cifs_debug.h 	if ((type) & ONCE)				\
type               77 fs/cifs/cifs_debug.h 			 type, fmt, ##__VA_ARGS__);	\
type               80 fs/cifs/cifs_debug.h 			type, fmt, ##__VA_ARGS__);	\
type               83 fs/cifs/cifs_debug.h #define cifs_server_dbg_func(ratefunc, type, fmt, ...)		\
type               88 fs/cifs/cifs_debug.h 	if ((type) & FYI && cifsFYI & CIFS_INFO) {		\
type               91 fs/cifs/cifs_debug.h 	} else if ((type) & VFS) {				\
type               94 fs/cifs/cifs_debug.h 	} else if ((type) & NOISY && (NOISY != 0)) {		\
type              100 fs/cifs/cifs_debug.h #define cifs_server_dbg(type, fmt, ...)			\
type              102 fs/cifs/cifs_debug.h 	if ((type) & ONCE)				\
type              104 fs/cifs/cifs_debug.h 			type, fmt, ##__VA_ARGS__);	\
type              107 fs/cifs/cifs_debug.h 			type, fmt, ##__VA_ARGS__);	\
type              110 fs/cifs/cifs_debug.h #define cifs_tcon_dbg_func(ratefunc, type, fmt, ...)		\
type              115 fs/cifs/cifs_debug.h 	if ((type) & FYI && cifsFYI & CIFS_INFO) {		\
type              118 fs/cifs/cifs_debug.h 	} else if ((type) & VFS) {				\
type              121 fs/cifs/cifs_debug.h 	} else if ((type) & NOISY && (NOISY != 0)) {		\
type              127 fs/cifs/cifs_debug.h #define cifs_tcon_dbg(type, fmt, ...)			\
type              129 fs/cifs/cifs_debug.h 	if ((type) & ONCE)				\
type              131 fs/cifs/cifs_debug.h 			type, fmt, ##__VA_ARGS__);	\
type              134 fs/cifs/cifs_debug.h 			type, fmt, ##__VA_ARGS__);	\
type              142 fs/cifs/cifs_debug.h #define cifs_dbg(type, fmt, ...)					\
type              148 fs/cifs/cifs_debug.h #define cifs_server_dbg(type, fmt, ...)					\
type              155 fs/cifs/cifs_debug.h #define cifs_tcon_dbg(type, fmt, ...)					\
type              118 fs/cifs/cifsacl.c sid_to_key_str(struct cifs_sid *sidptr, unsigned int type)
type              133 fs/cifs/cifsacl.c 	len = sprintf(strptr, "%cs:S-%hhu", type == SIDOWNER ? 'o' : 'g',
type              531 fs/cifs/cifsacl.c 	pnntsd->type = pntsd->type;
type              559 fs/cifs/cifsacl.c static void access_flags_to_mode(__le32 ace_flags, int type, umode_t *pmode,
type              571 fs/cifs/cifsacl.c 	if (type == ACCESS_DENIED) {
type              585 fs/cifs/cifsacl.c 	} else if (type != ACCESS_ALLOWED) {
type              586 fs/cifs/cifsacl.c 		cifs_dbg(VFS, "unknown access control type %d\n", type);
type              647 fs/cifs/cifsacl.c 	pntace->type = ACCESS_ALLOWED;
type              689 fs/cifs/cifsacl.c 			 pace->sid.revision, pace->sid.num_subauth, pace->type,
type              773 fs/cifs/cifsacl.c 						     ppace[i]->type,
type              778 fs/cifs/cifsacl.c 						     ppace[i]->type,
type              783 fs/cifs/cifsacl.c 						     ppace[i]->type,
type              788 fs/cifs/cifsacl.c 						     ppace[i]->type,
type              822 fs/cifs/cifsacl.c 		pntace->type = ACCESS_ALLOWED;
type              911 fs/cifs/cifsacl.c 		 pntsd->revision, pntsd->type, le32_to_cpu(pntsd->osidoffset),
type               70 fs/cifs/cifsacl.h 	__le16 type;
type              125 fs/cifs/cifsacl.h 	__u8 type; /* see above and MS-DTYP 2.4.4.1 */
type              388 fs/cifs/cifsencrypt.c 	attrptr->type = cpu_to_le16(NTLMSSP_AV_NB_DOMAIN_NAME);
type              410 fs/cifs/cifsencrypt.c 	unsigned int type;
type              424 fs/cifs/cifsencrypt.c 		type = le16_to_cpu(attrptr->type);
type              425 fs/cifs/cifsencrypt.c 		if (type == NTLMSSP_AV_EOL)
type              432 fs/cifs/cifsencrypt.c 		if (type == NTLMSSP_AV_NB_DOMAIN_NAME) {
type              462 fs/cifs/cifsencrypt.c 	unsigned int type;
type              477 fs/cifs/cifsencrypt.c 		type = le16_to_cpu(attrptr->type);
type              478 fs/cifs/cifsencrypt.c 		if (type == NTLMSSP_AV_EOL)
type              485 fs/cifs/cifsencrypt.c 		if (type == NTLMSSP_AV_TIMESTAMP) {
type             1190 fs/cifs/cifsglob.h 	__u16 type;
type              694 fs/cifs/cifspdu.h 	__le16 type;
type             2128 fs/cifs/cifspdu.h 	unsigned long type;
type             2140 fs/cifs/cifspdu.h 	unsigned short type;
type             2148 fs/cifs/cifspdu.h 	unsigned char type[2];
type             2506 fs/cifs/cifspdu.h 	__le16 type;
type             2615 fs/cifs/cifspdu.h 	unsigned char type[8]; /* IntxCHR or IntxBLK */
type              236 fs/cifs/cifsproto.h 				    __u64 length, __u8 type, __u16 flags,
type              383 fs/cifs/cifsproto.h 			const char *name, __u16 type,
type              921 fs/cifs/cifssmb.c 		 const char *fileName, __u16 type,
type              963 fs/cifs/cifssmb.c 	pRqD->type = cpu_to_le16(type);
type              866 fs/cifs/connect.c is_smb_response(struct TCP_Server_Info *server, unsigned char type)
type              873 fs/cifs/connect.c 	switch (type) {
type              902 fs/cifs/connect.c 		cifs_server_dbg(VFS, "RFC 1002 unknown response type 0x%x\n", type);
type              939 fs/cifs/file.c cifs_lock_init(__u64 offset, __u64 length, __u8 type, __u16 flags)
type              947 fs/cifs/file.c 	lock->type = type;
type              972 fs/cifs/file.c 			    __u64 length, __u8 type, __u16 flags,
type              987 fs/cifs/file.c 			if (!(li->type & server->vals->shared_lock_type) ||
type              991 fs/cifs/file.c 		if ((type & server->vals->shared_lock_type) &&
type              993 fs/cifs/file.c 		     current->tgid == li->pid) || type == li->type))
type             1008 fs/cifs/file.c 			__u8 type, __u16 flags,
type             1016 fs/cifs/file.c 		rc = cifs_find_fid_lock_conflict(cur, offset, length, type,
type             1035 fs/cifs/file.c 	       __u8 type, struct file_lock *flock)
type             1045 fs/cifs/file.c 	exist = cifs_find_lock_conflict(cfile, offset, length, type,
type             1052 fs/cifs/file.c 		if (conf_lock->type & server->vals->shared_lock_type)
type             1094 fs/cifs/file.c 					lock->type, lock->flags, &conf_lock,
type             1229 fs/cifs/file.c 			if (li->type != types[i])
type             1239 fs/cifs/file.c 						       (__u8)li->type, 0, num,
type             1274 fs/cifs/file.c 	__u8 type;
type             1285 fs/cifs/file.c 	int rc = 0, xid, type;
type             1330 fs/cifs/file.c 			type = CIFS_RDLCK;
type             1332 fs/cifs/file.c 			type = CIFS_WRLCK;
type             1337 fs/cifs/file.c 		lck->type = type;
type             1347 fs/cifs/file.c 					     lck->type, 0);
type             1393 fs/cifs/file.c cifs_read_flock(struct file_lock *flock, __u32 *type, int *lock, int *unlock,
type             1413 fs/cifs/file.c 	*type = server->vals->large_lock_type;
type             1416 fs/cifs/file.c 		*type |= server->vals->exclusive_lock_type;
type             1420 fs/cifs/file.c 		*type |= server->vals->unlock_lock_type;
type             1425 fs/cifs/file.c 		*type |= server->vals->shared_lock_type;
type             1429 fs/cifs/file.c 		*type |= server->vals->exclusive_lock_type;
type             1433 fs/cifs/file.c 		*type |= server->vals->shared_lock_type;
type             1440 fs/cifs/file.c cifs_getlk(struct file *file, struct file_lock *flock, __u32 type,
type             1457 fs/cifs/file.c 		if (type & server->vals->shared_lock_type)
type             1468 fs/cifs/file.c 	rc = cifs_lock_test(cfile, flock->fl_start, length, type, flock);
type             1473 fs/cifs/file.c 	rc = server->ops->mand_lock(xid, cfile, flock->fl_start, length, type,
type             1477 fs/cifs/file.c 					    type, 0, 1, false);
type             1485 fs/cifs/file.c 	if (type & server->vals->shared_lock_type) {
type             1490 fs/cifs/file.c 	type &= ~server->vals->exclusive_lock_type;
type             1493 fs/cifs/file.c 				    type | server->vals->shared_lock_type,
type             1497 fs/cifs/file.c 			type | server->vals->shared_lock_type, 0, 1, false);
type             1576 fs/cifs/file.c 			if (types[i] != li->type)
type             1602 fs/cifs/file.c 						       li->type, num, 0, buf);
type             1641 fs/cifs/file.c cifs_setlk(struct file *file, struct file_lock *flock, __u32 type,
type             1659 fs/cifs/file.c 		if (type & server->vals->shared_lock_type)
type             1677 fs/cifs/file.c 		lock = cifs_lock_init(flock->fl_start, length, type,
type             1706 fs/cifs/file.c 					    type, 1, 0, wait_flag);
type             1743 fs/cifs/file.c 	__u32 type;
type             1755 fs/cifs/file.c 	cifs_read_flock(flock, &type, &lock, &unlock, &wait_flag,
type             1768 fs/cifs/file.c 		rc = cifs_getlk(file, flock, type, wait_flag, posix_lck, xid);
type             1782 fs/cifs/file.c 	rc = cifs_setlk(file, flock, type, wait_flag, posix_lck, lock, unlock,
type             2874 fs/cifs/file.c 					result, from->type,
type             3085 fs/cifs/file.c 	if (direct && from->type & ITER_KVEC) {
type             3597 fs/cifs/file.c 					result, direct_iov.type,
type             3808 fs/cifs/file.c 	if (direct && to->type & ITER_KVEC) {
type               38 fs/cifs/rfc1002pdu.h 	__u8	type;
type             1403 fs/cifs/sess.c 	int type;
type             1405 fs/cifs/sess.c 	type = cifs_select_sectype(ses->server, ses->sectype);
type             1406 fs/cifs/sess.c 	cifs_dbg(FYI, "sess setup type %d\n", type);
type             1407 fs/cifs/sess.c 	if (type == Unspecified) {
type             1413 fs/cifs/sess.c 	switch (type) {
type             1445 fs/cifs/sess.c 		cifs_dbg(VFS, "secType %d not supported!\n", type);
type              909 fs/cifs/smb1ops.c 	       __u64 length, __u32 type, int lock, int unlock, bool wait)
type              913 fs/cifs/smb1ops.c 			   (__u8)type, wait, 0);
type             1128 fs/cifs/smb1ops.c 		memcpy(pdev->type, "IntxCHR", 8);
type             1134 fs/cifs/smb1ops.c 		memcpy(pdev->type, "IntxBLK", 8);
type              229 fs/cifs/smb2file.c 		cur->Flags = cpu_to_le32(li->type |
type             2218 fs/cifs/smb2ops.c 			 u32 class, u32 type, u32 output_len,
type             2266 fs/cifs/smb2ops.c 				  class, type, 0,
type             2383 fs/cifs/smb2ops.c 	       __u64 length, __u32 type, int lock, int unlock, bool wait)
type             2386 fs/cifs/smb2ops.c 		type = SMB2_LOCKFLAG_UNLOCK;
type             2389 fs/cifs/smb2ops.c 			 current->tgid, length, offset, type, wait);
type             4455 fs/cifs/smb2ops.c 		memcpy(pdev->type, "IntxCHR", 8);
type             4461 fs/cifs/smb2ops.c 		memcpy(pdev->type, "IntxBLK", 8);
type             1533 fs/cifs/smb2pdu.c 	int type;
type             1535 fs/cifs/smb2pdu.c 	type = smb2_select_sectype(ses->server, ses->sectype);
type             1536 fs/cifs/smb2pdu.c 	cifs_dbg(FYI, "sess setup type %d\n", type);
type             1537 fs/cifs/smb2pdu.c 	if (type == Unspecified) {
type             1543 fs/cifs/smb2pdu.c 	switch (type) {
type             1551 fs/cifs/smb2pdu.c 		cifs_dbg(VFS, "secType %d not supported!\n", type);
type              263 fs/cifs/smb2proto.h 				    u32 class, u32 type, u32 output_len,
type              438 fs/cifs/smbdirect.c 			response->type = SMBD_TRANSFER_DATA;
type              492 fs/cifs/smbdirect.c 		response, response->type, wc->status, wc->opcode,
type              508 fs/cifs/smbdirect.c 	switch (response->type) {
type              571 fs/cifs/smbdirect.c 			"unexpected response type=%d\n", response->type);
type             1128 fs/cifs/smbdirect.c 	response->type = SMBD_NEGOTIATE_RESP;
type              255 fs/cifs/smbdirect.h 	enum smbd_message_type type;
type              203 fs/cifs/trace.h 		__u32	type),
type              204 fs/cifs/trace.h 	TP_ARGS(xid, fid, tid, sesid, infclass, type),
type              211 fs/cifs/trace.h 		__field(__u32, type)
type              219 fs/cifs/trace.h 		__entry->type = type;
type              223 fs/cifs/trace.h 		__entry->infclass, __entry->type)
type              233 fs/cifs/trace.h 		__u32	type),			\
type              234 fs/cifs/trace.h 	TP_ARGS(xid, fid, tid, sesid, infclass, type))
type              247 fs/cifs/trace.h 		__u32	type,
type              249 fs/cifs/trace.h 	TP_ARGS(xid, fid, tid, sesid, infclass, type, rc),
type              256 fs/cifs/trace.h 		__field(__u32, type)
type              265 fs/cifs/trace.h 		__entry->type = type;
type              270 fs/cifs/trace.h 		__entry->infclass, __entry->type, __entry->rc)
type              280 fs/cifs/trace.h 		__u32	type,			\
type              282 fs/cifs/trace.h 	TP_ARGS(xid, fid, tid, sesid, infclass, type, rc))
type               53 fs/coda/coda_psdev.h 		 const char *name, int length, int *type,
type               88 fs/coda/coda_psdev.h 			size_t count, loff_t ppos, int type);
type               47 fs/coda/dir.c  	int type = 0;
type               58 fs/coda/dir.c  		type = CODA_NOCACHE;
type               62 fs/coda/dir.c  				     &type, &fid);
type               66 fs/coda/dir.c  	if (!IS_ERR(inode) && (type & CODA_NOCACHE))
type              354 fs/coda/dir.c  	unsigned int type;
type              408 fs/coda/dir.c  			type = CDT2DT(vdir->d_type);
type              409 fs/coda/dir.c  			if (!dir_emit(ctx, name.name, name.len, ino, type))
type              131 fs/coda/upcall.c 		    const char *name, int length, int * type, 
type              153 fs/coda/upcall.c 		*type = outp->coda_lookup.vtype;
type              574 fs/coda/upcall.c 			size_t count, loff_t ppos, int type)
type              580 fs/coda/upcall.c 		type == CODA_ACCESS_TYPE_READ_FINISH ||
type              581 fs/coda/upcall.c 		type == CODA_ACCESS_TYPE_WRITE_FINISH;
type              592 fs/coda/upcall.c 	inp->coda_access_intent.type = type;
type               91 fs/compat.c    		       const char __user *, type, compat_ulong_t, flags,
type               99 fs/compat.c    	kernel_type = copy_mount_string(type);
type              183 fs/configfs/dir.c 						   void *element, int type,
type              195 fs/configfs/dir.c 	sd->s_type = type;
type              238 fs/configfs/dir.c 			 umode_t mode, int type, struct configfs_fragment *frag)
type              242 fs/configfs/dir.c 	sd = configfs_new_dirent(parent_sd, element, type, frag);
type              920 fs/configfs/dir.c 	const struct config_item_type *type;
type              922 fs/configfs/dir.c 	type = parent_item->ci_type;
type              923 fs/configfs/dir.c 	BUG_ON(!type);
type              925 fs/configfs/dir.c 	if (type->ct_group_ops && type->ct_group_ops->disconnect_notify)
type              926 fs/configfs/dir.c 		type->ct_group_ops->disconnect_notify(to_config_group(parent_item),
type              939 fs/configfs/dir.c 	const struct config_item_type *type;
type              941 fs/configfs/dir.c 	type = parent_item->ci_type;
type              942 fs/configfs/dir.c 	BUG_ON(!type);
type              948 fs/configfs/dir.c 	if (type->ct_group_ops && type->ct_group_ops->drop_item)
type              949 fs/configfs/dir.c 		type->ct_group_ops->drop_item(to_config_group(parent_item),
type             1279 fs/configfs/dir.c 	const struct config_item_type *type;
type             1308 fs/configfs/dir.c 	type = parent_item->ci_type;
type             1312 fs/configfs/dir.c 	if (!type || !type->ct_group_ops ||
type             1313 fs/configfs/dir.c 	    (!type->ct_group_ops->make_group &&
type             1314 fs/configfs/dir.c 	     !type->ct_group_ops->make_item)) {
type             1343 fs/configfs/dir.c 	if (type->ct_group_ops->make_group) {
type             1344 fs/configfs/dir.c 		group = type->ct_group_ops->make_group(to_config_group(parent_item), name);
type             1353 fs/configfs/dir.c 		item = type->ct_group_ops->make_item(to_config_group(parent_item), name);
type             1377 fs/configfs/dir.c 	type = item->ci_type;
type             1378 fs/configfs/dir.c 	if (!type) {
type             1383 fs/configfs/dir.c 	new_item_owner = type->ct_owner;
type              356 fs/configfs/file.c static int __configfs_open_file(struct inode *inode, struct file *file, int type)
type              383 fs/configfs/file.c 	if (type & CONFIGFS_ITEM_BIN_ATTR) {
type              409 fs/configfs/file.c 		if ((type & CONFIGFS_ITEM_ATTR) && !attr->store)
type              411 fs/configfs/file.c 		if ((type & CONFIGFS_ITEM_BIN_ATTR) && !buffer->bin_attr->write)
type              422 fs/configfs/file.c 		if ((type & CONFIGFS_ITEM_ATTR) && !attr->show)
type              424 fs/configfs/file.c 		if ((type & CONFIGFS_ITEM_BIN_ATTR) && !buffer->bin_attr->read)
type               86 fs/configfs/item.c 				const struct config_item_type *type)
type               89 fs/configfs/item.c 	item->ci_type = type;
type               95 fs/configfs/item.c 			 const struct config_item_type *type)
type               98 fs/configfs/item.c 	group->cg_item.ci_type = type;
type              149 fs/configfs/symlink.c 	const struct config_item_type *type;
type              160 fs/configfs/symlink.c 	type = parent_item->ci_type;
type              163 fs/configfs/symlink.c 	if (!type || !type->ct_item_ops ||
type              164 fs/configfs/symlink.c 	    !type->ct_item_ops->allow_link)
type              202 fs/configfs/symlink.c 		ret = type->ct_item_ops->allow_link(parent_item, target_item);
type              207 fs/configfs/symlink.c 		if (ret && type->ct_item_ops->drop_link)
type              208 fs/configfs/symlink.c 			type->ct_item_ops->drop_link(parent_item,
type              224 fs/configfs/symlink.c 	const struct config_item_type *type;
type              234 fs/configfs/symlink.c 	type = parent_item->ci_type;
type              248 fs/configfs/symlink.c 	if (type && type->ct_item_ops &&
type              249 fs/configfs/symlink.c 	    type->ct_item_ops->drop_link)
type              250 fs/configfs/symlink.c 		type->ct_item_ops->drop_link(parent_item,
type              410 fs/crypto/fscrypt_private.h 	switch (spec->type) {
type              421 fs/crypto/fscrypt_private.h 	switch (spec->type) {
type              132 fs/crypto/keyring.c 					  struct key_type *type,
type              141 fs/crypto/keyring.c 	keyref = keyring_search(keyref, type, description, false);
type              343 fs/crypto/keyring.c 	if (mk_spec->type == FSCRYPT_KEY_SPEC_TYPE_IDENTIFIER) {
type              517 fs/crypto/keyring.c 	switch (arg.key_spec.type) {
type              589 fs/crypto/keyring.c 	mk_spec.type = FSCRYPT_KEY_SPEC_TYPE_IDENTIFIER;
type              781 fs/crypto/keyring.c 	if (arg.key_spec.type == FSCRYPT_KEY_SPEC_TYPE_DESCRIPTOR &&
type              304 fs/crypto/keysetup.c 		mk_spec.type = FSCRYPT_KEY_SPEC_TYPE_DESCRIPTOR;
type              310 fs/crypto/keysetup.c 		mk_spec.type = FSCRYPT_KEY_SPEC_TYPE_IDENTIFIER;
type             1109 fs/dax.c       		if (iomap->type == IOMAP_HOLE || iomap->type == IOMAP_UNWRITTEN)
type             1113 fs/dax.c       	if (WARN_ON_ONCE(iomap->type != IOMAP_MAPPED))
type             1314 fs/dax.c       		switch (iomap.type) {
type             1341 fs/dax.c       	switch (iomap.type) {
type             1562 fs/dax.c       	switch (iomap.type) {
type             5025 fs/dlm/lock.c  	int type = 0;
type             5030 fs/dlm/lock.c  		type = p->message.m_type;
type             5034 fs/dlm/lock.c  		type = p->rcom.rc_type;
type             5052 fs/dlm/lock.c  				hd->h_lockspace, nodeid, hd->h_cmd, type);
type             5055 fs/dlm/lock.c  		if (hd->h_cmd == DLM_RCOM && type == DLM_RCOM_STATUS)
type               30 fs/dlm/rcom.c  static int create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len,
type               41 fs/dlm/rcom.c  			  to_nodeid, type, len);
type               54 fs/dlm/rcom.c  	rc->rc_type = type;
type              130 fs/dlm/requestqueue.c 	uint32_t type = ms->m_type;
type              142 fs/dlm/requestqueue.c 	if (type == DLM_MSG_REMOVE ||
type              143 fs/dlm/requestqueue.c 	    type == DLM_MSG_LOOKUP ||
type              144 fs/dlm/requestqueue.c 	    type == DLM_MSG_LOOKUP_REPLY)
type               51 fs/ecryptfs/ecryptfs_kernel.h 	unsigned char type;
type               82 fs/ecryptfs/ecryptfs_kernel.h 	if (key->type != &key_type_encrypted)
type              389 fs/ecryptfs/ecryptfs_kernel.h 	u8 type;
type              530 fs/ecryptfs/ecryptfs_kernel.h #define ecryptfs_printk(type, fmt, arg...) \
type              531 fs/ecryptfs/ecryptfs_kernel.h         __ecryptfs_printk(type "%s: " fmt, __func__, ## arg);
type              160 fs/ecryptfs/miscdev.c 	msg_ctx->type = msg_type;
type              283 fs/ecryptfs/miscdev.c 	if (put_user(msg_ctx->type, buf))
type              303 fs/ecryptfs/miscdev.c 	if (msg_ctx->type != ECRYPTFS_MSG_REQUEST)
type               48 fs/erofs/tagptr.h #define tagptr_init(type, val) \
type               49 fs/erofs/tagptr.h 	((typeof(type)){ .v = (uintptr_t)(val) })
type               58 fs/erofs/tagptr.h #define tagptr_fold(type, ptr, _tags) ({ \
type               60 fs/erofs/tagptr.h 	if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(type))) \
type               62 fs/erofs/tagptr.h tagptr_init(type, (uintptr_t)(ptr) | tags); })
type              671 fs/erofs/xattr.c struct posix_acl *erofs_get_acl(struct inode *inode, int type)
type              677 fs/erofs/xattr.c 	switch (type) {
type               86 fs/erofs/xattr.h struct posix_acl *erofs_get_acl(struct inode *inode, int type);
type              166 fs/erofs/zdata.c 				     enum z_erofs_cache_alloctype type,
type              190 fs/erofs/zdata.c 		} else if (type == DELAYEDALLOC) {
type              292 fs/erofs/zdata.c 			       enum z_erofs_page_type type)
type              299 fs/erofs/zdata.c 	    type == Z_EROFS_PAGE_TYPE_EXCLUSIVE &&
type              304 fs/erofs/zdata.c 				      page, type, &occupied);
type              103 fs/erofs/zmap.c 	u8  type;
type              152 fs/erofs/zmap.c 	unsigned int advise, type;
type              163 fs/erofs/zmap.c 	type = (advise >> Z_EROFS_VLE_DI_CLUSTER_TYPE_BIT) &
type              165 fs/erofs/zmap.c 	switch (type) {
type              180 fs/erofs/zmap.c 	m->type = type;
type              186 fs/erofs/zmap.c 					 u8 *in, unsigned int pos, u8 *type)
type              191 fs/erofs/zmap.c 	*type = (v >> lobits) & 3;
type              204 fs/erofs/zmap.c 	u8 *in, type;
type              220 fs/erofs/zmap.c 				  in, encodebits * i, &type);
type              221 fs/erofs/zmap.c 	m->type = type;
type              222 fs/erofs/zmap.c 	if (type == Z_EROFS_VLE_CLUSTER_TYPE_NONHEAD) {
type              234 fs/erofs/zmap.c 					  in, encodebits * (i - 1), &type);
type              235 fs/erofs/zmap.c 		if (type != Z_EROFS_VLE_CLUSTER_TYPE_NONHEAD)
type              247 fs/erofs/zmap.c 					  in, encodebits * i, &type);
type              248 fs/erofs/zmap.c 		if (type == Z_EROFS_VLE_CLUSTER_TYPE_NONHEAD)
type              350 fs/erofs/zmap.c 	switch (m->type) {
type              369 fs/erofs/zmap.c 			  m->type, lcn, vi->nid);
type              415 fs/erofs/zmap.c 	switch (m.type) {
type              446 fs/erofs/zmap.c 			  m.type, ofs, vi->nid);
type              110 fs/erofs/zpvec.h 					   enum z_erofs_page_type type,
type              114 fs/erofs/zpvec.h 	if (!ctor->next && type)
type              126 fs/erofs/zpvec.h 	if (type == (uintptr_t)ctor->next) {
type              130 fs/erofs/zpvec.h 	ctor->pages[ctor->index++] = tagptr_fold(erofs_vtptr_t, page, type);
type              136 fs/erofs/zpvec.h 			enum z_erofs_page_type *type)
type              147 fs/erofs/zpvec.h 	*type = tagptr_unfold_tags(t);
type              150 fs/erofs/zpvec.h 	if (*type == (uintptr_t)ctor->next)
type              362 fs/exportfs/expfs.c 	int type = FILEID_INO32_GEN;
type              379 fs/exportfs/expfs.c 		type = FILEID_INO32_GEN_PARENT;
type              382 fs/exportfs/expfs.c 	return type;
type              144 fs/ext2/acl.c  ext2_get_acl(struct inode *inode, int type)
type              151 fs/ext2/acl.c  	switch (type) {
type              180 fs/ext2/acl.c  __ext2_set_acl(struct inode *inode, struct posix_acl *acl, int type)
type              187 fs/ext2/acl.c  	switch(type) {
type              211 fs/ext2/acl.c  		set_cached_acl(inode, type, acl);
type              219 fs/ext2/acl.c  ext2_set_acl(struct inode *inode, struct posix_acl *acl, int type)
type              225 fs/ext2/acl.c  	if (type == ACL_TYPE_ACCESS && acl) {
type              231 fs/ext2/acl.c  	error = __ext2_set_acl(inode, acl, type);
type               58 fs/ext2/acl.h  extern struct posix_acl *ext2_get_acl(struct inode *inode, int type);
type               59 fs/ext2/acl.h  extern int ext2_set_acl(struct inode *inode, struct posix_acl *acl, int type);
type              828 fs/ext2/inode.c 		iomap->type = IOMAP_HOLE;
type              832 fs/ext2/inode.c 		iomap->type = IOMAP_MAPPED;
type              847 fs/ext2/inode.c 	if (iomap->type == IOMAP_MAPPED &&
type              129 fs/ext2/super.c static int ext2_quota_off(struct super_block *sb, int type);
type              133 fs/ext2/super.c 	int type;
type              135 fs/ext2/super.c 	for (type = 0; type < MAXQUOTAS; type++)
type              136 fs/ext2/super.c 		ext2_quota_off(sb, type);
type              325 fs/ext2/super.c static ssize_t ext2_quota_read(struct super_block *sb, int type, char *data, size_t len, loff_t off);
type              326 fs/ext2/super.c static ssize_t ext2_quota_write(struct super_block *sb, int type, const char *data, size_t len, loff_t off);
type              327 fs/ext2/super.c static int ext2_quota_on(struct super_block *sb, int type, int format_id,
type             1492 fs/ext2/super.c static ssize_t ext2_quota_read(struct super_block *sb, int type, char *data,
type             1495 fs/ext2/super.c 	struct inode *inode = sb_dqopt(sb)->files[type];
type             1537 fs/ext2/super.c static ssize_t ext2_quota_write(struct super_block *sb, int type,
type             1540 fs/ext2/super.c 	struct inode *inode = sb_dqopt(sb)->files[type];
type             1589 fs/ext2/super.c static int ext2_quota_on(struct super_block *sb, int type, int format_id,
type             1595 fs/ext2/super.c 	err = dquot_quota_on(sb, type, format_id, path);
type             1610 fs/ext2/super.c static int ext2_quota_off(struct super_block *sb, int type)
type             1612 fs/ext2/super.c 	struct inode *inode = sb_dqopt(sb)->files[type];
type             1618 fs/ext2/super.c 	err = dquot_quota_off(sb, type);
type             1631 fs/ext2/super.c 	return dquot_quota_off(sb, type);
type              145 fs/ext4/acl.c  ext4_get_acl(struct inode *inode, int type)
type              152 fs/ext4/acl.c  	switch (type) {
type              186 fs/ext4/acl.c  __ext4_set_acl(handle_t *handle, struct inode *inode, int type,
type              194 fs/ext4/acl.c  	switch (type) {
type              219 fs/ext4/acl.c  		set_cached_acl(inode, type, acl);
type              226 fs/ext4/acl.c  ext4_set_acl(struct inode *inode, struct posix_acl *acl, int type)
type              247 fs/ext4/acl.c  	if ((type == ACL_TYPE_ACCESS) && acl) {
type              255 fs/ext4/acl.c  	error = __ext4_set_acl(handle, inode, type, acl, 0 /* xattr_flags */);
type               58 fs/ext4/acl.h  struct posix_acl *ext4_get_acl(struct inode *inode, int type);
type               59 fs/ext4/acl.h  int ext4_set_acl(struct inode *inode, struct posix_acl *acl, int type);
type             2537 fs/ext4/ext4.h 				    type, nblocks)		    \
type             2539 fs/ext4/ext4.h 			 0, (type), __LINE__, (nblocks))
type               68 fs/ext4/ext4_jbd2.c 				  int type, int blocks, int rsv_blocks)
type               82 fs/ext4/ext4_jbd2.c 				   type, line);
type              113 fs/ext4/ext4_jbd2.c 					int type)
type              130 fs/ext4/ext4_jbd2.c 	err = jbd2_journal_start_reserved(handle, type, line);
type              264 fs/ext4/ext4_jbd2.h 				  int type, int blocks, int rsv_blocks);
type              298 fs/ext4/ext4_jbd2.h #define ext4_journal_start_sb(sb, type, nblocks)			\
type              299 fs/ext4/ext4_jbd2.h 	__ext4_journal_start_sb((sb), __LINE__, (type), (nblocks), 0)
type              301 fs/ext4/ext4_jbd2.h #define ext4_journal_start(inode, type, nblocks)			\
type              302 fs/ext4/ext4_jbd2.h 	__ext4_journal_start((inode), __LINE__, (type), (nblocks), 0)
type              304 fs/ext4/ext4_jbd2.h #define ext4_journal_start_with_reserve(inode, type, blocks, rsv_blocks) \
type              305 fs/ext4/ext4_jbd2.h 	__ext4_journal_start((inode), __LINE__, (type), (blocks), (rsv_blocks))
type              308 fs/ext4/ext4_jbd2.h 					     unsigned int line, int type,
type              311 fs/ext4/ext4_jbd2.h 	return __ext4_journal_start_sb(inode->i_sb, line, type, blocks,
type              318 fs/ext4/ext4_jbd2.h #define ext4_journal_start_reserved(handle, type) \
type              319 fs/ext4/ext4_jbd2.h 	__ext4_journal_start_reserved((handle), __LINE__, (type))
type              322 fs/ext4/ext4_jbd2.h 					int type);
type             1850 fs/ext4/inline.c 	iomap->type = IOMAP_INLINE;
type             3550 fs/ext4/inode.c 		iomap->type = delalloc ? IOMAP_DELALLOC : IOMAP_HOLE;
type             3554 fs/ext4/inode.c 			iomap->type = IOMAP_MAPPED;
type             3556 fs/ext4/inode.c 			iomap->type = IOMAP_UNWRITTEN;
type               99 fs/ext4/namei.c #define ext4_read_dirblock(inode, block, type) \
type              100 fs/ext4/namei.c 	__ext4_read_dirblock((inode), (block), (type), __func__, __LINE__)
type              104 fs/ext4/namei.c 						dirblock_type_t type,
type              122 fs/ext4/namei.c 	if (!bh && (type == INDEX || type == DIRENT_HTREE)) {
type              125 fs/ext4/namei.c 				 (type == INDEX) ? "index" : "leaf");
type              140 fs/ext4/namei.c 	if (!is_dx_block && type == INDEX) {
type              155 fs/ext4/namei.c 	if (is_dx_block && type == INDEX) {
type              942 fs/ext4/super.c static int ext4_quota_off(struct super_block *sb, int type);
type              946 fs/ext4/super.c 	int type;
type              949 fs/ext4/super.c 	for (type = 0; type < EXT4_MAXQUOTAS; type++)
type              950 fs/ext4/super.c 		ext4_quota_off(sb, type);
type              959 fs/ext4/super.c 				int type)
type              961 fs/ext4/super.c 	return rcu_dereference_protected(sbi->s_qf_names[type],
type             1377 fs/ext4/super.c static int ext4_write_info(struct super_block *sb, int type);
type             1378 fs/ext4/super.c static int ext4_quota_on(struct super_block *sb, int type, int format_id,
type             1380 fs/ext4/super.c static int ext4_quota_on_mount(struct super_block *sb, int type);
type             1381 fs/ext4/super.c static ssize_t ext4_quota_read(struct super_block *sb, int type, char *data,
type             1383 fs/ext4/super.c static ssize_t ext4_quota_write(struct super_block *sb, int type,
type             1385 fs/ext4/super.c static int ext4_quota_enable(struct super_block *sb, int type, int format_id,
type             5674 fs/ext4/super.c 	return sb_dqopt(dquot->dq_sb)->files[dquot->dq_id.type];
type             5745 fs/ext4/super.c static int ext4_write_info(struct super_block *sb, int type)
type             5754 fs/ext4/super.c 	ret = dquot_commit_info(sb, type);
type             5765 fs/ext4/super.c static int ext4_quota_on_mount(struct super_block *sb, int type)
type             5767 fs/ext4/super.c 	return dquot_quota_on_mount(sb, get_qf_name(sb, EXT4_SB(sb), type),
type             5768 fs/ext4/super.c 					EXT4_SB(sb)->s_jquota_fmt, type);
type             5788 fs/ext4/super.c static int ext4_quota_on(struct super_block *sb, int type, int format_id,
type             5800 fs/ext4/super.c 	if (EXT4_SB(sb)->s_qf_names[type]) {
type             5833 fs/ext4/super.c 	err = dquot_quota_on(sb, type, format_id, path);
type             5861 fs/ext4/super.c static int ext4_quota_enable(struct super_block *sb, int type, int format_id,
type             5874 fs/ext4/super.c 	if (!qf_inums[type])
type             5877 fs/ext4/super.c 	qf_inode = ext4_iget(sb, qf_inums[type], EXT4_IGET_SPECIAL);
type             5879 fs/ext4/super.c 		ext4_error(sb, "Bad quota inode # %lu", qf_inums[type]);
type             5886 fs/ext4/super.c 	err = dquot_enable(qf_inode, type, format_id, flags);
type             5897 fs/ext4/super.c 	int type, err = 0;
type             5910 fs/ext4/super.c 	for (type = 0; type < EXT4_MAXQUOTAS; type++) {
type             5911 fs/ext4/super.c 		if (qf_inums[type]) {
type             5912 fs/ext4/super.c 			err = ext4_quota_enable(sb, type, QFMT_VFS_V1,
type             5914 fs/ext4/super.c 				(quota_mopt[type] ? DQUOT_LIMITS_ENABLED : 0));
type             5919 fs/ext4/super.c 					"e2fsck to fix.", type, err);
type             5920 fs/ext4/super.c 				for (type--; type >= 0; type--)
type             5921 fs/ext4/super.c 					dquot_quota_off(sb, type);
type             5930 fs/ext4/super.c static int ext4_quota_off(struct super_block *sb, int type)
type             5932 fs/ext4/super.c 	struct inode *inode = sb_dqopt(sb)->files[type];
type             5944 fs/ext4/super.c 	err = dquot_quota_off(sb, type);
type             5969 fs/ext4/super.c 	return dquot_quota_off(sb, type);
type             5976 fs/ext4/super.c static ssize_t ext4_quota_read(struct super_block *sb, int type, char *data,
type             5979 fs/ext4/super.c 	struct inode *inode = sb_dqopt(sb)->files[type];
type             6013 fs/ext4/super.c static ssize_t ext4_quota_write(struct super_block *sb, int type,
type             6016 fs/ext4/super.c 	struct inode *inode = sb_dqopt(sb)->files[type];
type             6075 fs/ext4/super.c 	if (!sb_has_quota_loaded(sb, qid->type))
type             6077 fs/ext4/super.c 	ops = sb_dqopt(sb)->ops[qid->type];
type              167 fs/f2fs/acl.c  static struct posix_acl *__f2fs_get_acl(struct inode *inode, int type,
type              175 fs/f2fs/acl.c  	if (type == ACL_TYPE_ACCESS)
type              198 fs/f2fs/acl.c  struct posix_acl *f2fs_get_acl(struct inode *inode, int type)
type              200 fs/f2fs/acl.c  	return __f2fs_get_acl(inode, type, NULL);
type              203 fs/f2fs/acl.c  static int __f2fs_set_acl(struct inode *inode, int type,
type              212 fs/f2fs/acl.c  	switch (type) {
type              245 fs/f2fs/acl.c  		set_cached_acl(inode, type, acl);
type              251 fs/f2fs/acl.c  int f2fs_set_acl(struct inode *inode, struct posix_acl *acl, int type)
type              256 fs/f2fs/acl.c  	return __f2fs_set_acl(inode, type, acl, NULL);
type               63 fs/f2fs/checkpoint.c 		.type = META,
type              134 fs/f2fs/checkpoint.c 							int type)
type              140 fs/f2fs/checkpoint.c 	if (type != DATA_GENERIC_ENHANCE && type != DATA_GENERIC_ENHANCE_READ)
type              148 fs/f2fs/checkpoint.c 	if (!exist && type == DATA_GENERIC_ENHANCE) {
type              158 fs/f2fs/checkpoint.c 					block_t blkaddr, int type)
type              160 fs/f2fs/checkpoint.c 	switch (type) {
type              193 fs/f2fs/checkpoint.c 			return __is_bitmap_valid(sbi, blkaddr, type);
type              212 fs/f2fs/checkpoint.c 							int type, bool sync)
type              218 fs/f2fs/checkpoint.c 		.type = META,
type              223 fs/f2fs/checkpoint.c 		.is_por = (type == META_POR),
type              227 fs/f2fs/checkpoint.c 	if (unlikely(type == META_POR))
type              233 fs/f2fs/checkpoint.c 		if (!f2fs_is_valid_blkaddr(sbi, blkno, type))
type              236 fs/f2fs/checkpoint.c 		switch (type) {
type              362 fs/f2fs/checkpoint.c long f2fs_sync_meta_pages(struct f2fs_sb_info *sbi, enum page_type type,
type              424 fs/f2fs/checkpoint.c 		f2fs_submit_merged_write(sbi, type);
type              459 fs/f2fs/checkpoint.c 						unsigned int devidx, int type)
type              461 fs/f2fs/checkpoint.c 	struct inode_management *im = &sbi->im[type];
type              479 fs/f2fs/checkpoint.c 		if (type != ORPHAN_INO)
type              483 fs/f2fs/checkpoint.c 	if (type == FLUSH_INO)
type              493 fs/f2fs/checkpoint.c static void __remove_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, int type)
type              495 fs/f2fs/checkpoint.c 	struct inode_management *im = &sbi->im[type];
type              511 fs/f2fs/checkpoint.c void f2fs_add_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, int type)
type              514 fs/f2fs/checkpoint.c 	__add_ino_entry(sbi, ino, 0, type);
type              517 fs/f2fs/checkpoint.c void f2fs_remove_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, int type)
type              520 fs/f2fs/checkpoint.c 	__remove_ino_entry(sbi, ino, type);
type              555 fs/f2fs/checkpoint.c 					unsigned int devidx, int type)
type              557 fs/f2fs/checkpoint.c 	__add_ino_entry(sbi, ino, devidx, type);
type              561 fs/f2fs/checkpoint.c 					unsigned int devidx, int type)
type              563 fs/f2fs/checkpoint.c 	struct inode_management *im = &sbi->im[type];
type              972 fs/f2fs/checkpoint.c static void __add_dirty_inode(struct inode *inode, enum inode_type type)
type              975 fs/f2fs/checkpoint.c 	int flag = (type == DIR_INODE) ? FI_DIRTY_DIR : FI_DIRTY_FILE;
type              983 fs/f2fs/checkpoint.c 						&sbi->inode_list[type]);
type              984 fs/f2fs/checkpoint.c 	stat_inc_dirty_inode(sbi, type);
type              987 fs/f2fs/checkpoint.c static void __remove_dirty_inode(struct inode *inode, enum inode_type type)
type              989 fs/f2fs/checkpoint.c 	int flag = (type == DIR_INODE) ? FI_DIRTY_DIR : FI_DIRTY_FILE;
type              996 fs/f2fs/checkpoint.c 	stat_dec_dirty_inode(F2FS_I_SB(inode), type);
type             1002 fs/f2fs/checkpoint.c 	enum inode_type type = S_ISDIR(inode->i_mode) ? DIR_INODE : FILE_INODE;
type             1008 fs/f2fs/checkpoint.c 	spin_lock(&sbi->inode_lock[type]);
type             1009 fs/f2fs/checkpoint.c 	if (type != FILE_INODE || test_opt(sbi, DATA_FLUSH))
type             1010 fs/f2fs/checkpoint.c 		__add_dirty_inode(inode, type);
type             1012 fs/f2fs/checkpoint.c 	spin_unlock(&sbi->inode_lock[type]);
type             1021 fs/f2fs/checkpoint.c 	enum inode_type type = S_ISDIR(inode->i_mode) ? DIR_INODE : FILE_INODE;
type             1027 fs/f2fs/checkpoint.c 	if (type == FILE_INODE && !test_opt(sbi, DATA_FLUSH))
type             1030 fs/f2fs/checkpoint.c 	spin_lock(&sbi->inode_lock[type]);
type             1031 fs/f2fs/checkpoint.c 	__remove_dirty_inode(inode, type);
type             1032 fs/f2fs/checkpoint.c 	spin_unlock(&sbi->inode_lock[type]);
type             1035 fs/f2fs/checkpoint.c int f2fs_sync_dirty_inodes(struct f2fs_sb_info *sbi, enum inode_type type)
type             1040 fs/f2fs/checkpoint.c 	bool is_dir = (type == DIR_INODE);
type             1050 fs/f2fs/checkpoint.c 	spin_lock(&sbi->inode_lock[type]);
type             1052 fs/f2fs/checkpoint.c 	head = &sbi->inode_list[type];
type             1054 fs/f2fs/checkpoint.c 		spin_unlock(&sbi->inode_lock[type]);
type             1062 fs/f2fs/checkpoint.c 	spin_unlock(&sbi->inode_lock[type]);
type             1253 fs/f2fs/checkpoint.c void f2fs_wait_on_all_pages(struct f2fs_sb_info *sbi, int type)
type             1260 fs/f2fs/checkpoint.c 		if (!get_pages(sbi, type))
type              200 fs/f2fs/data.c 		enum count_type type = WB_DATA_TYPE(page);
type              217 fs/f2fs/data.c 			if (type == F2FS_WB_CP_DATA)
type              224 fs/f2fs/data.c 		dec_page_count(sbi, type);
type              301 fs/f2fs/data.c 						fio->type, fio->temp);
type              310 fs/f2fs/data.c 				struct bio *bio, enum page_type type)
type              315 fs/f2fs/data.c 		if (type != DATA && type != NODE)
type              348 fs/f2fs/data.c 		if (type == NODE)
type              353 fs/f2fs/data.c 		trace_f2fs_submit_read_bio(sbi->sb, type, bio);
type              355 fs/f2fs/data.c 		trace_f2fs_submit_write_bio(sbi->sb, type, bio);
type              369 fs/f2fs/data.c 		trace_f2fs_prepare_read_bio(io->sbi->sb, fio->type, io->bio);
type              371 fs/f2fs/data.c 		trace_f2fs_prepare_write_bio(io->sbi->sb, fio->type, io->bio);
type              373 fs/f2fs/data.c 	__submit_bio(io->sbi, io->bio, fio->type);
type              408 fs/f2fs/data.c 				enum page_type type, enum temp_type temp)
type              410 fs/f2fs/data.c 	enum page_type btype = PAGE_TYPE_OF_BIO(type);
type              416 fs/f2fs/data.c 	if (type >= META_FLUSH) {
type              417 fs/f2fs/data.c 		io->fio.type = META_FLUSH;
type              429 fs/f2fs/data.c 				nid_t ino, enum page_type type, bool force)
type              436 fs/f2fs/data.c 			enum page_type btype = PAGE_TYPE_OF_BIO(type);
type              444 fs/f2fs/data.c 			__f2fs_submit_merged_write(sbi, type, temp);
type              447 fs/f2fs/data.c 		if (type >= META)
type              452 fs/f2fs/data.c void f2fs_submit_merged_write(struct f2fs_sb_info *sbi, enum page_type type)
type              454 fs/f2fs/data.c 	__submit_merged_write_cond(sbi, NULL, NULL, 0, type, true);
type              459 fs/f2fs/data.c 				nid_t ino, enum page_type type)
type              461 fs/f2fs/data.c 	__submit_merged_write_cond(sbi, inode, page, ino, type, false);
type              505 fs/f2fs/data.c 	__submit_bio(fio->sbi, bio, fio->type);
type              531 fs/f2fs/data.c 	if (F2FS_IO_ALIGNED(sbi) && (fio->type == DATA || fio->type == NODE)) {
type              561 fs/f2fs/data.c 		__submit_bio(fio->sbi, bio, fio->type);
type              571 fs/f2fs/data.c 		__submit_bio(fio->sbi, bio, fio->type);
type              603 fs/f2fs/data.c 	enum page_type btype = PAGE_TYPE_OF_BIO(fio->type);
type              638 fs/f2fs/data.c 				(fio->type == DATA || fio->type == NODE) &&
type             2095 fs/f2fs/data.c 		.type = DATA,
type              407 fs/f2fs/dir.c  	enum page_type type = f2fs_has_inline_dentry(dir) ? NODE : DATA;
type              409 fs/f2fs/dir.c  	f2fs_wait_on_page_writeback(page, type, true, true);
type               71 fs/f2fs/f2fs.h #define IS_FAULT_SET(fi, type) ((fi)->inject_type & (1 << (type)))
type              317 fs/f2fs/f2fs.h 	int type;			/* type of discard */
type              387 fs/f2fs/f2fs.h 							int size, int type)
type              389 fs/f2fs/f2fs.h 	if (type == NAT_JOURNAL)
type              990 fs/f2fs/f2fs.h #define PAGE_TYPE_OF_BIO(type)	((type) > META ? META : (type))
type             1051 fs/f2fs/f2fs.h 	enum page_type type;	/* contains DATA/NODE/META/META_FLUSH */
type             1370 fs/f2fs/f2fs.h #define f2fs_show_injection_info(type)					\
type             1372 fs/f2fs/f2fs.h 		KERN_INFO, f2fs_fault_name[type],			\
type             1374 fs/f2fs/f2fs.h static inline bool time_to_inject(struct f2fs_sb_info *sbi, int type)
type             1381 fs/f2fs/f2fs.h 	if (!IS_FAULT_SET(ffi, type))
type             1392 fs/f2fs/f2fs.h #define f2fs_show_injection_info(type) do { } while (0)
type             1393 fs/f2fs/f2fs.h static inline bool time_to_inject(struct f2fs_sb_info *sbi, int type)
type             1417 fs/f2fs/f2fs.h static inline void f2fs_update_time(struct f2fs_sb_info *sbi, int type)
type             1421 fs/f2fs/f2fs.h 	sbi->last_time[type] = now;
type             1424 fs/f2fs/f2fs.h 	if (type == REQ_TIME) {
type             1430 fs/f2fs/f2fs.h static inline bool f2fs_time_over(struct f2fs_sb_info *sbi, int type)
type             1432 fs/f2fs/f2fs.h 	unsigned long interval = sbi->interval_time[type] * HZ;
type             1434 fs/f2fs/f2fs.h 	return time_after(jiffies, sbi->last_time[type] + interval);
type             1438 fs/f2fs/f2fs.h 						int type)
type             1440 fs/f2fs/f2fs.h 	unsigned long interval = sbi->interval_time[type] * HZ;
type             1444 fs/f2fs/f2fs.h 	delta = (sbi->last_time[type] + interval) - jiffies;
type             1572 fs/f2fs/f2fs.h static inline bool is_sbi_flag_set(struct f2fs_sb_info *sbi, unsigned int type)
type             1574 fs/f2fs/f2fs.h 	return test_bit(type, &sbi->s_flag);
type             1577 fs/f2fs/f2fs.h static inline void set_sbi_flag(struct f2fs_sb_info *sbi, unsigned int type)
type             1579 fs/f2fs/f2fs.h 	set_bit(type, &sbi->s_flag);
type             1582 fs/f2fs/f2fs.h static inline void clear_sbi_flag(struct f2fs_sb_info *sbi, unsigned int type)
type             1584 fs/f2fs/f2fs.h 	clear_bit(type, &sbi->s_flag);
type             1592 fs/f2fs/f2fs.h static inline unsigned long f2fs_qf_ino(struct super_block *sb, int type)
type             1594 fs/f2fs/f2fs.h 	if (type < F2FS_MAX_QUOTAS)
type             1595 fs/f2fs/f2fs.h 		return le32_to_cpu(F2FS_SB(sb)->raw_super->qf_ino[type]);
type             2235 fs/f2fs/f2fs.h static inline bool is_idle(struct f2fs_sb_info *sbi, int type)
type             2247 fs/f2fs/f2fs.h 	if (type != DISCARD_TIME && SM_I(sbi) && SM_I(sbi)->dcc_info &&
type             2255 fs/f2fs/f2fs.h 	return f2fs_time_over(sbi, type);
type             2692 fs/f2fs/f2fs.h static inline int is_file(struct inode *inode, int type)
type             2694 fs/f2fs/f2fs.h 	return F2FS_I(inode)->i_advise & type;
type             2697 fs/f2fs/f2fs.h static inline void set_file(struct inode *inode, int type)
type             2699 fs/f2fs/f2fs.h 	F2FS_I(inode)->i_advise |= type;
type             2703 fs/f2fs/f2fs.h static inline void clear_file(struct inode *inode, int type)
type             2705 fs/f2fs/f2fs.h 	F2FS_I(inode)->i_advise &= ~type;
type             2864 fs/f2fs/f2fs.h 			enum iostat_type type, unsigned long long io_bytes)
type             2869 fs/f2fs/f2fs.h 	sbi->write_iostat[type] += io_bytes;
type             2871 fs/f2fs/f2fs.h 	if (type == APP_WRITE_IO || type == APP_DIRECT_IO)
type             2880 fs/f2fs/f2fs.h #define __is_meta_io(fio) (PAGE_TYPE_OF_BIO((fio)->type) == META)
type             2883 fs/f2fs/f2fs.h 					block_t blkaddr, int type);
type             2885 fs/f2fs/f2fs.h 					block_t blkaddr, int type)
type             2887 fs/f2fs/f2fs.h 	if (!f2fs_is_valid_blkaddr(sbi, blkaddr, type)) {
type             2889 fs/f2fs/f2fs.h 			 blkaddr, type);
type             3021 fs/f2fs/f2fs.h int f2fs_quota_sync(struct super_block *sb, int type);
type             3040 fs/f2fs/f2fs.h bool f2fs_available_free_memory(struct f2fs_sb_info *sbi, int type);
type             3112 fs/f2fs/f2fs.h void allocate_segment_for_resize(struct f2fs_sb_info *sbi, int type,
type             3136 fs/f2fs/f2fs.h 			struct f2fs_summary *sum, int type,
type             3139 fs/f2fs/f2fs.h 			enum page_type type, bool ordered, bool locked);
type             3145 fs/f2fs/f2fs.h int f2fs_lookup_journal_in_cursum(struct f2fs_journal *journal, int type,
type             3154 fs/f2fs/f2fs.h 			enum page_type type, enum temp_type temp);
type             3165 fs/f2fs/f2fs.h 					block_t blkaddr, int type);
type             3167 fs/f2fs/f2fs.h 			int type, bool sync);
type             3169 fs/f2fs/f2fs.h long f2fs_sync_meta_pages(struct f2fs_sb_info *sbi, enum page_type type,
type             3171 fs/f2fs/f2fs.h void f2fs_add_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, int type);
type             3172 fs/f2fs/f2fs.h void f2fs_remove_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, int type);
type             3176 fs/f2fs/f2fs.h 					unsigned int devidx, int type);
type             3178 fs/f2fs/f2fs.h 					unsigned int devidx, int type);
type             3188 fs/f2fs/f2fs.h int f2fs_sync_dirty_inodes(struct f2fs_sb_info *sbi, enum inode_type type);
type             3189 fs/f2fs/f2fs.h void f2fs_wait_on_all_pages(struct f2fs_sb_info *sbi, int type);
type             3200 fs/f2fs/f2fs.h void f2fs_submit_merged_write(struct f2fs_sb_info *sbi, enum page_type type);
type             3203 fs/f2fs/f2fs.h 				nid_t ino, enum page_type type);
type             3322 fs/f2fs/f2fs.h #define stat_inc_dirty_inode(sbi, type)	((sbi)->ndirty_inode[type]++)
type             3323 fs/f2fs/f2fs.h #define stat_dec_dirty_inode(sbi, type)	((sbi)->ndirty_inode[type]--)
type             3397 fs/f2fs/f2fs.h #define stat_inc_seg_count(sbi, type, gc_type)				\
type             3401 fs/f2fs/f2fs.h 		if ((type) == SUM_TYPE_DATA) {				\
type             3440 fs/f2fs/f2fs.h #define stat_inc_dirty_inode(sbi, type)			do { } while (0)
type             3441 fs/f2fs/f2fs.h #define stat_dec_dirty_inode(sbi, type)			do { } while (0)
type             3462 fs/f2fs/f2fs.h #define stat_inc_seg_count(sbi, type, gc_type)		do { } while (0)
type             3745 fs/f2fs/f2fs.h 							unsigned int type);
type             3747 fs/f2fs/f2fs.h #define f2fs_build_fault_attr(sbi, rate, type)		do { } while (0)
type              179 fs/f2fs/gc.c   			int type, struct victim_sel_policy *p)
type              185 fs/f2fs/gc.c   		p->dirty_segmap = dirty_i->dirty_segmap[type];
type              186 fs/f2fs/gc.c   		p->max_search = dirty_i->nr_dirty[type];
type              203 fs/f2fs/gc.c   		(type == CURSEG_HOT_DATA || IS_NODESEG(type)))
type              308 fs/f2fs/gc.c   		unsigned int *result, int gc_type, int type, char alloc_mode)
type              321 fs/f2fs/gc.c   	select_policy(sbi, gc_type, type, &p);
type              439 fs/f2fs/gc.c   		trace_f2fs_get_victim(sbi->sb, type, gc_type, &p,
type              668 fs/f2fs/gc.c   		.type = DATA,
type              751 fs/f2fs/gc.c   		.type = DATA,
type              946 fs/f2fs/gc.c   			.type = DATA,
type             1157 fs/f2fs/gc.c   	unsigned char type = IS_DATASEG(get_seg_entry(sbi, segno)->type) ?
type             1205 fs/f2fs/gc.c   		if (type != GET_SUM_TYPE((&sum->footer))) {
type             1207 fs/f2fs/gc.c   				 segno, type, GET_SUM_TYPE((&sum->footer)));
type             1220 fs/f2fs/gc.c   		if (type == SUM_TYPE_NODE)
type             1227 fs/f2fs/gc.c   		stat_inc_seg_count(sbi, type, gc_type);
type             1243 fs/f2fs/gc.c   				(type == SUM_TYPE_NODE) ? NODE : DATA);
type             1389 fs/f2fs/gc.c   	int type;
type             1394 fs/f2fs/gc.c   	for (type = CURSEG_HOT_DATA; type < NR_CURSEG_TYPE; type++)
type             1395 fs/f2fs/gc.c   		allocate_segment_for_resize(sbi, type, start, end);
type              115 fs/f2fs/inline.c 		.type = DATA,
type               44 fs/f2fs/node.c bool f2fs_available_free_memory(struct f2fs_sb_info *sbi, int type)
type               60 fs/f2fs/node.c 	if (type == FREE_NIDS) {
type               64 fs/f2fs/node.c 	} else if (type == NAT_ENTRIES) {
type               70 fs/f2fs/node.c 	} else if (type == DIRTY_DENTS) {
type               75 fs/f2fs/node.c 	} else if (type == INO_ENTRIES) {
type               83 fs/f2fs/node.c 	} else if (type == EXTENT_CACHE) {
type               89 fs/f2fs/node.c 	} else if (type == INMEM_PAGES) {
type             1280 fs/f2fs/node.c 		.type = NODE,
type             1508 fs/f2fs/node.c 		.type = NODE,
type               85 fs/f2fs/node.h 				unsigned int type, bool set)
type               87 fs/f2fs/node.h 	unsigned char mask = 0x01 << type;
type               94 fs/f2fs/node.h static inline bool get_nat_flag(struct nat_entry *ne, unsigned int type)
type               96 fs/f2fs/node.h 	unsigned char mask = 0x01 << type;
type              403 fs/f2fs/node.h static inline int is_node(struct page *page, int type)
type              406 fs/f2fs/node.h 	return le32_to_cpu(rn->footer.flag) & (1 << type);
type              440 fs/f2fs/node.h static inline void set_mark(struct page *page, int mark, int type)
type              445 fs/f2fs/node.h 		flag |= (0x1 << type);
type              447 fs/f2fs/node.h 		flag &= ~(0x1 << type);
type              386 fs/f2fs/segment.c 		.type = DATA,
type              790 fs/f2fs/segment.c 		enum dirty_type t = sentry->type;
type              811 fs/f2fs/segment.c 		enum dirty_type t = sentry->type;
type              890 fs/f2fs/segment.c 		if (IS_NODESEG(se->type))
type             1074 fs/f2fs/segment.c 	dpolicy->type = discard_type;
type             1123 fs/f2fs/segment.c 	struct list_head *wait_list = (dpolicy->type == DPOLICY_FSTRIM) ?
type             1581 fs/f2fs/segment.c 	struct list_head *wait_list = (dpolicy->type == DPOLICY_FSTRIM) ?
type             2110 fs/f2fs/segment.c static void __set_sit_entry_type(struct f2fs_sb_info *sbi, int type,
type             2114 fs/f2fs/segment.c 	se->type = type;
type             2269 fs/f2fs/segment.c static void __add_sum_entry(struct f2fs_sb_info *sbi, int type,
type             2272 fs/f2fs/segment.c 	struct curseg_info *curseg = CURSEG_I(sbi, type);
type             2333 fs/f2fs/segment.c 						int type, block_t blk_addr)
type             2335 fs/f2fs/segment.c 	struct curseg_info *curseg = CURSEG_I(sbi, type);
type             2358 fs/f2fs/segment.c static int is_next_segment_free(struct f2fs_sb_info *sbi, int type)
type             2360 fs/f2fs/segment.c 	struct curseg_info *curseg = CURSEG_I(sbi, type);
type             2460 fs/f2fs/segment.c static void reset_curseg(struct f2fs_sb_info *sbi, int type, int modified)
type             2462 fs/f2fs/segment.c 	struct curseg_info *curseg = CURSEG_I(sbi, type);
type             2472 fs/f2fs/segment.c 	if (IS_DATASEG(type))
type             2474 fs/f2fs/segment.c 	if (IS_NODESEG(type))
type             2476 fs/f2fs/segment.c 	__set_sit_entry_type(sbi, type, curseg->segno, modified);
type             2479 fs/f2fs/segment.c static unsigned int __get_next_segno(struct f2fs_sb_info *sbi, int type)
type             2483 fs/f2fs/segment.c 		return CURSEG_I(sbi, type)->segno;
type             2489 fs/f2fs/segment.c 		(type == CURSEG_HOT_DATA || IS_NODESEG(type)))
type             2499 fs/f2fs/segment.c 	return CURSEG_I(sbi, type)->segno;
type             2506 fs/f2fs/segment.c static void new_curseg(struct f2fs_sb_info *sbi, int type, bool new_sec)
type             2508 fs/f2fs/segment.c 	struct curseg_info *curseg = CURSEG_I(sbi, type);
type             2514 fs/f2fs/segment.c 	if (type == CURSEG_WARM_DATA || type == CURSEG_COLD_DATA)
type             2520 fs/f2fs/segment.c 	segno = __get_next_segno(sbi, type);
type             2523 fs/f2fs/segment.c 	reset_curseg(sbi, type, 1);
type             2563 fs/f2fs/segment.c static void change_curseg(struct f2fs_sb_info *sbi, int type)
type             2566 fs/f2fs/segment.c 	struct curseg_info *curseg = CURSEG_I(sbi, type);
type             2580 fs/f2fs/segment.c 	reset_curseg(sbi, type, 1);
type             2591 fs/f2fs/segment.c static int get_ssr_segment(struct f2fs_sb_info *sbi, int type)
type             2593 fs/f2fs/segment.c 	struct curseg_info *curseg = CURSEG_I(sbi, type);
type             2600 fs/f2fs/segment.c 	if (v_ops->get_victim(sbi, &segno, BG_GC, type, SSR)) {
type             2606 fs/f2fs/segment.c 	if (IS_NODESEG(type)) {
type             2607 fs/f2fs/segment.c 		if (type >= CURSEG_WARM_NODE) {
type             2615 fs/f2fs/segment.c 		if (type >= CURSEG_WARM_DATA) {
type             2625 fs/f2fs/segment.c 		if (i == type)
type             2649 fs/f2fs/segment.c 						int type, bool force)
type             2651 fs/f2fs/segment.c 	struct curseg_info *curseg = CURSEG_I(sbi, type);
type             2654 fs/f2fs/segment.c 		new_curseg(sbi, type, true);
type             2656 fs/f2fs/segment.c 					type == CURSEG_WARM_NODE)
type             2657 fs/f2fs/segment.c 		new_curseg(sbi, type, false);
type             2658 fs/f2fs/segment.c 	else if (curseg->alloc_type == LFS && is_next_segment_free(sbi, type) &&
type             2660 fs/f2fs/segment.c 		new_curseg(sbi, type, false);
type             2661 fs/f2fs/segment.c 	else if (f2fs_need_SSR(sbi) && get_ssr_segment(sbi, type))
type             2662 fs/f2fs/segment.c 		change_curseg(sbi, type);
type             2664 fs/f2fs/segment.c 		new_curseg(sbi, type, false);
type             2669 fs/f2fs/segment.c void allocate_segment_for_resize(struct f2fs_sb_info *sbi, int type,
type             2672 fs/f2fs/segment.c 	struct curseg_info *curseg = CURSEG_I(sbi, type);
type             2679 fs/f2fs/segment.c 	segno = CURSEG_I(sbi, type)->segno;
type             2683 fs/f2fs/segment.c 	if (f2fs_need_SSR(sbi) && get_ssr_segment(sbi, type))
type             2684 fs/f2fs/segment.c 		change_curseg(sbi, type);
type             2686 fs/f2fs/segment.c 		new_curseg(sbi, type, true);
type             2696 fs/f2fs/segment.c 			    type, segno, curseg->segno);
type             2885 fs/f2fs/segment.c static bool __has_curseg_space(struct f2fs_sb_info *sbi, int type)
type             2887 fs/f2fs/segment.c 	struct curseg_info *curseg = CURSEG_I(sbi, type);
type             2967 fs/f2fs/segment.c 				enum page_type type, enum temp_type temp)
type             2970 fs/f2fs/segment.c 		if (type == DATA) {
type             2981 fs/f2fs/segment.c 		if (type == DATA) {
type             2988 fs/f2fs/segment.c 		} else if (type == NODE) {
type             2993 fs/f2fs/segment.c 		} else if (type == META) {
type             3002 fs/f2fs/segment.c 	if (fio->type == DATA)
type             3010 fs/f2fs/segment.c 	if (fio->type == DATA) {
type             3027 fs/f2fs/segment.c 	if (fio->type == DATA) {
type             3048 fs/f2fs/segment.c 	int type = 0;
type             3052 fs/f2fs/segment.c 		type = __get_segment_type_2(fio);
type             3055 fs/f2fs/segment.c 		type = __get_segment_type_4(fio);
type             3058 fs/f2fs/segment.c 		type = __get_segment_type_6(fio);
type             3064 fs/f2fs/segment.c 	if (IS_HOT(type))
type             3066 fs/f2fs/segment.c 	else if (IS_WARM(type))
type             3070 fs/f2fs/segment.c 	return type;
type             3075 fs/f2fs/segment.c 		struct f2fs_summary *sum, int type,
type             3079 fs/f2fs/segment.c 	struct curseg_info *curseg = CURSEG_I(sbi, type);
type             3095 fs/f2fs/segment.c 	__add_sum_entry(sbi, type, sum);
type             3109 fs/f2fs/segment.c 	if (!__has_curseg_space(sbi, type))
type             3110 fs/f2fs/segment.c 		sit_i->s_ops->allocate_segment(sbi, type, false);
type             3122 fs/f2fs/segment.c 	if (page && IS_NODESEG(type)) {
type             3136 fs/f2fs/segment.c 		io = sbi->write_io[fio->type] + fio->temp;
type             3170 fs/f2fs/segment.c 	int type = __get_segment_type(fio);
type             3171 fs/f2fs/segment.c 	bool keep_order = (test_opt(fio->sbi, LFS) && type == CURSEG_COLD_DATA);
type             3177 fs/f2fs/segment.c 			&fio->new_blkaddr, sum, type, fio, true);
type             3200 fs/f2fs/segment.c 		.type = META,
type             3258 fs/f2fs/segment.c 	if (!IS_DATASEG(get_seg_entry(sbi, segno)->type)) {
type             3299 fs/f2fs/segment.c 	int type;
type             3304 fs/f2fs/segment.c 	type = se->type;
type             3312 fs/f2fs/segment.c 				type = CURSEG_COLD_DATA;
type             3314 fs/f2fs/segment.c 				type = CURSEG_WARM_DATA;
type             3319 fs/f2fs/segment.c 			type = __f2fs_get_curseg(sbi, segno);
type             3320 fs/f2fs/segment.c 			f2fs_bug_on(sbi, type == NO_CHECK_TYPE);
type             3322 fs/f2fs/segment.c 			type = CURSEG_WARM_DATA;
type             3326 fs/f2fs/segment.c 	f2fs_bug_on(sbi, !IS_DATASEG(type));
type             3327 fs/f2fs/segment.c 	curseg = CURSEG_I(sbi, type);
type             3338 fs/f2fs/segment.c 		change_curseg(sbi, type);
type             3342 fs/f2fs/segment.c 	__add_sum_entry(sbi, type, sum);
type             3360 fs/f2fs/segment.c 			change_curseg(sbi, type);
type             3386 fs/f2fs/segment.c 				enum page_type type, bool ordered, bool locked)
type             3391 fs/f2fs/segment.c 		f2fs_submit_merged_write_cond(sbi, NULL, page, 0, type);
type             3492 fs/f2fs/segment.c static int read_normal_summaries(struct f2fs_sb_info *sbi, int type)
type             3504 fs/f2fs/segment.c 	if (IS_DATASEG(type)) {
type             3505 fs/f2fs/segment.c 		segno = le32_to_cpu(ckpt->cur_data_segno[type]);
type             3506 fs/f2fs/segment.c 		blk_off = le16_to_cpu(ckpt->cur_data_blkoff[type -
type             3509 fs/f2fs/segment.c 			blk_addr = sum_blk_addr(sbi, NR_CURSEG_TYPE, type);
type             3511 fs/f2fs/segment.c 			blk_addr = sum_blk_addr(sbi, NR_CURSEG_DATA_TYPE, type);
type             3513 fs/f2fs/segment.c 		segno = le32_to_cpu(ckpt->cur_node_segno[type -
type             3515 fs/f2fs/segment.c 		blk_off = le16_to_cpu(ckpt->cur_node_blkoff[type -
type             3519 fs/f2fs/segment.c 							type - CURSEG_HOT_NODE);
type             3529 fs/f2fs/segment.c 	if (IS_NODESEG(type)) {
type             3545 fs/f2fs/segment.c 	curseg = CURSEG_I(sbi, type);
type             3556 fs/f2fs/segment.c 	reset_curseg(sbi, type, 0);
type             3557 fs/f2fs/segment.c 	curseg->alloc_type = ckpt->alloc_type[type];
type             3569 fs/f2fs/segment.c 	int type = CURSEG_HOT_DATA;
type             3583 fs/f2fs/segment.c 		type = CURSEG_HOT_NODE;
type             3587 fs/f2fs/segment.c 		f2fs_ra_meta_pages(sbi, sum_blk_addr(sbi, NR_CURSEG_TYPE, type),
type             3588 fs/f2fs/segment.c 					NR_CURSEG_TYPE - type, META_CP, true);
type             3590 fs/f2fs/segment.c 	for (; type <= CURSEG_COLD_NODE; type++) {
type             3591 fs/f2fs/segment.c 		err = read_normal_summaries(sbi, type);
type             3666 fs/f2fs/segment.c 					block_t blkaddr, int type)
type             3669 fs/f2fs/segment.c 	if (IS_DATASEG(type))
type             3670 fs/f2fs/segment.c 		end = type + NR_CURSEG_DATA_TYPE;
type             3672 fs/f2fs/segment.c 		end = type + NR_CURSEG_NODE_TYPE;
type             3674 fs/f2fs/segment.c 	for (i = type; i < end; i++)
type             3675 fs/f2fs/segment.c 		write_current_sum_page(sbi, i, blkaddr + (i - type));
type             3691 fs/f2fs/segment.c int f2fs_lookup_journal_in_cursum(struct f2fs_journal *journal, int type,
type             3696 fs/f2fs/segment.c 	if (type == NAT_JOURNAL) {
type             3703 fs/f2fs/segment.c 	} else if (type == SIT_JOURNAL) {
type             4149 fs/f2fs/segment.c 			if (IS_NODESEG(se->type))
type             4188 fs/f2fs/segment.c 		if (IS_NODESEG(se->type))
type             4195 fs/f2fs/segment.c 		if (IS_NODESEG(se->type))
type             4228 fs/f2fs/segment.c 	int type;
type             4240 fs/f2fs/segment.c 	for (type = CURSEG_HOT_DATA; type <= CURSEG_COLD_NODE; type++) {
type             4241 fs/f2fs/segment.c 		struct curseg_info *curseg_t = CURSEG_I(sbi, type);
type              103 fs/f2fs/segment.h #define SET_SUM_TYPE(footer, type) ((footer)->entry_type = (type))
type              178 fs/f2fs/segment.h 	unsigned int type:6;		/* segment type like CURSEG_XXX_TYPE */
type              314 fs/f2fs/segment.h static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type)
type              316 fs/f2fs/segment.h 	return (struct curseg_info *)(SM_I(sbi)->curseg_array + type);
type              362 fs/f2fs/segment.h 	se->type = GET_SIT_TYPE(rs);
type              369 fs/f2fs/segment.h 	unsigned short raw_vblocks = (se->type << SIT_VBLOCKS_SHIFT) |
type              639 fs/f2fs/segment.h 		int type)
type              641 fs/f2fs/segment.h 	struct curseg_info *curseg = CURSEG_I(sbi, type);
type              646 fs/f2fs/segment.h 		int type)
type              648 fs/f2fs/segment.h 	struct curseg_info *curseg = CURSEG_I(sbi, type);
type              652 fs/f2fs/segment.h static inline unsigned short curseg_blkoff(struct f2fs_sb_info *sbi, int type)
type              654 fs/f2fs/segment.h 	struct curseg_info *curseg = CURSEG_I(sbi, type);
type              795 fs/f2fs/segment.h static inline block_t sum_blk_addr(struct f2fs_sb_info *sbi, int base, int type)
type              799 fs/f2fs/segment.h 				- (base + 1) + type;
type              816 fs/f2fs/segment.h static inline int nr_pages_to_skip(struct f2fs_sb_info *sbi, int type)
type              821 fs/f2fs/segment.h 	if (type == DATA)
type              823 fs/f2fs/segment.h 	else if (type == NODE)
type              825 fs/f2fs/segment.h 	else if (type == META)
type              834 fs/f2fs/segment.h static inline long nr_pages_to_write(struct f2fs_sb_info *sbi, int type,
type              844 fs/f2fs/segment.h 	if (type == NODE)
type               61 fs/f2fs/super.c 							unsigned int type)
type               70 fs/f2fs/super.c 	if (type)
type               71 fs/f2fs/super.c 		ffi->inject_type = type;
type               73 fs/f2fs/super.c 	if (!rate && !type)
type             1762 fs/f2fs/super.c static ssize_t f2fs_quota_read(struct super_block *sb, int type, char *data,
type             1765 fs/f2fs/super.c 	struct inode *inode = sb_dqopt(sb)->files[type];
type             1820 fs/f2fs/super.c static ssize_t f2fs_quota_write(struct super_block *sb, int type,
type             1823 fs/f2fs/super.c 	struct inode *inode = sb_dqopt(sb)->files[type];
type             1880 fs/f2fs/super.c static int f2fs_quota_on_mount(struct f2fs_sb_info *sbi, int type)
type             1887 fs/f2fs/super.c 	return dquot_quota_on_mount(sbi->sb, F2FS_OPTION(sbi).s_qf_names[type],
type             1888 fs/f2fs/super.c 					F2FS_OPTION(sbi).s_jquota_fmt, type);
type             1919 fs/f2fs/super.c static int f2fs_quota_enable(struct super_block *sb, int type, int format_id,
type             1928 fs/f2fs/super.c 	qf_inum = f2fs_qf_ino(sb, type);
type             1934 fs/f2fs/super.c 		f2fs_err(F2FS_SB(sb), "Bad quota inode %u:%lu", type, qf_inum);
type             1940 fs/f2fs/super.c 	err = dquot_enable(qf_inode, type, format_id, flags);
type             1948 fs/f2fs/super.c 	int type, err = 0;
type             1963 fs/f2fs/super.c 	for (type = 0; type < MAXQUOTAS; type++) {
type             1964 fs/f2fs/super.c 		qf_inum = f2fs_qf_ino(sb, type);
type             1966 fs/f2fs/super.c 			err = f2fs_quota_enable(sb, type, QFMT_VFS_V1,
type             1968 fs/f2fs/super.c 				(quota_mopt[type] ? DQUOT_LIMITS_ENABLED : 0));
type             1971 fs/f2fs/super.c 					 type, err);
type             1972 fs/f2fs/super.c 				for (type--; type >= 0; type--)
type             1973 fs/f2fs/super.c 					dquot_quota_off(sb, type);
type             1983 fs/f2fs/super.c int f2fs_quota_sync(struct super_block *sb, int type)
type             2002 fs/f2fs/super.c 	ret = dquot_writeback_dquots(sb, type);
type             2013 fs/f2fs/super.c 		if (type != -1 && cnt != type)
type             2044 fs/f2fs/super.c static int f2fs_quota_on(struct super_block *sb, int type, int format_id,
type             2056 fs/f2fs/super.c 	err = f2fs_quota_sync(sb, type);
type             2060 fs/f2fs/super.c 	err = dquot_quota_on(sb, type, format_id, path);
type             2075 fs/f2fs/super.c static int __f2fs_quota_off(struct super_block *sb, int type)
type             2077 fs/f2fs/super.c 	struct inode *inode = sb_dqopt(sb)->files[type];
type             2081 fs/f2fs/super.c 		return dquot_quota_off(sb, type);
type             2083 fs/f2fs/super.c 	err = f2fs_quota_sync(sb, type);
type             2087 fs/f2fs/super.c 	err = dquot_quota_off(sb, type);
type             2101 fs/f2fs/super.c static int f2fs_quota_off(struct super_block *sb, int type)
type             2106 fs/f2fs/super.c 	err = __f2fs_quota_off(sb, type);
type             2120 fs/f2fs/super.c 	int type;
type             2123 fs/f2fs/super.c 	for (type = 0; type < MAXQUOTAS; type++) {
type             2124 fs/f2fs/super.c 		err = __f2fs_quota_off(sb, type);
type             2126 fs/f2fs/super.c 			int ret = dquot_quota_off(sb, type);
type             2129 fs/f2fs/super.c 				 type, err, ret);
type             2144 fs/f2fs/super.c 	int type;
type             2146 fs/f2fs/super.c 	for (type = 0; type < MAXQUOTAS; type++) {
type             2147 fs/f2fs/super.c 		if (!dqopt->files[type])
type             2149 fs/f2fs/super.c 		f2fs_inode_synced(dqopt->files[type]);
type             2209 fs/f2fs/super.c static int f2fs_dquot_commit_info(struct super_block *sb, int type)
type             2215 fs/f2fs/super.c 	ret = dquot_commit_info(sb, type);
type             2252 fs/f2fs/super.c int f2fs_quota_sync(struct super_block *sb, int type)
type             2920 fs/f2fs/super.c 			if (zones[i].type != BLK_ZONE_TYPE_CONVENTIONAL)
type              621 fs/f2fs/sysfs.c 		seq_printf(seq, "%d|%-3u", se->type, se->valid_blocks);
type              647 fs/f2fs/sysfs.c 		seq_printf(seq, "%d|%-3u|", se->type, se->valid_blocks);
type               28 fs/f2fs/trace.c 			last_io.type,
type              106 fs/f2fs/trace.c 			last_io.type == __file_type(inode, pid) &&
type              120 fs/f2fs/trace.c 	last_io.type = __file_type(inode, pid);
type               27 fs/f2fs/trace.h 	enum file_type type;
type              107 fs/fat/nfs.c   	int type = FILEID_FAT_WITHOUT_PARENT;
type              131 fs/fat/nfs.c   		type = FILEID_FAT_WITH_PARENT;
type              135 fs/fat/nfs.c   	return type;
type               87 fs/fcntl.c     static void f_modown(struct file *filp, struct pid *pid, enum pid_type type,
type               94 fs/fcntl.c     		filp->f_owner.pid_type = type;
type              105 fs/fcntl.c     void __f_setown(struct file *filp, struct pid *pid, enum pid_type type,
type              109 fs/fcntl.c     	f_modown(filp, pid, type, force);
type              115 fs/fcntl.c     	enum pid_type type;
type              119 fs/fcntl.c     	type = PIDTYPE_TGID;
type              125 fs/fcntl.c     		type = PIDTYPE_PGID;
type              137 fs/fcntl.c     		__f_setown(filp, pid, type, force);
type              165 fs/fcntl.c     	int type;
type              172 fs/fcntl.c     	switch (owner.type) {
type              174 fs/fcntl.c     		type = PIDTYPE_PID;
type              178 fs/fcntl.c     		type = PIDTYPE_TGID;
type              182 fs/fcntl.c     		type = PIDTYPE_PGID;
type              194 fs/fcntl.c     		 __f_setown(filp, pid, type, 1);
type              210 fs/fcntl.c     		owner.type = F_OWNER_TID;
type              214 fs/fcntl.c     		owner.type = F_OWNER_PID;
type              218 fs/fcntl.c     		owner.type = F_OWNER_PGRP;
type              726 fs/fcntl.c     			       int fd, int reason, enum pid_type type)
type              770 fs/fcntl.c     			if (!do_send_sig_info(signum, &si, p, type))
type              774 fs/fcntl.c     			do_send_sig_info(SIGIO, SEND_SIG_PRIV, p, type);
type              781 fs/fcntl.c     	enum pid_type type;
type              786 fs/fcntl.c     	type = fown->pid_type;
type              791 fs/fcntl.c     	if (type <= PIDTYPE_TGID) {
type              795 fs/fcntl.c     			send_sigio_to_task(p, fown, fd, band, type);
type              799 fs/fcntl.c     		do_each_pid_task(pid, type, p) {
type              800 fs/fcntl.c     			send_sigio_to_task(p, fown, fd, band, type);
type              801 fs/fcntl.c     		} while_each_pid_task(pid, type, p);
type              809 fs/fcntl.c     				struct fown_struct *fown, enum pid_type type)
type              812 fs/fcntl.c     		do_send_sig_info(SIGURG, SEND_SIG_PRIV, p, type);
type              818 fs/fcntl.c     	enum pid_type type;
type              824 fs/fcntl.c     	type = fown->pid_type;
type              831 fs/fcntl.c     	if (type <= PIDTYPE_TGID) {
type              835 fs/fcntl.c     			send_sigurg_to_task(p, fown, type);
type              839 fs/fcntl.c     		do_each_pid_task(pid, type, p) {
type              840 fs/fcntl.c     			send_sigurg_to_task(p, fown, type);
type              841 fs/fcntl.c     		} while_each_pid_task(pid, type, p);
type              246 fs/freevxfs/vxfs.h #define VXFS_IS_TYPE(ip,type)	(((ip)->vii_mode & VXFS_TYPE_MASK) == (type))
type              154 fs/fs_context.c 		if (param->type != fs_value_is_string)
type              178 fs/fs_context.c 		.type	= fs_value_is_string,
type              321 fs/fs_context.c struct fs_context *fs_context_for_submount(struct file_system_type *type,
type              324 fs/fs_context.c 	return alloc_fs_context(type, reference, 0, 0, FS_CONTEXT_FOR_SUBMOUNT);
type              564 fs/fs_context.c 		if (param->type != fs_value_is_string)
type              576 fs/fs_context.c 	switch (param->type) {
type              591 fs/fs_context.c 	    (param->type == fs_value_is_string &&
type              605 fs/fs_context.c 	if (param->type == fs_value_is_string) {
type              120 fs/fs_parser.c 	switch (p->type) {
type              130 fs/fs_parser.c 		if (param->type != fs_value_is_string)
type              145 fs/fs_parser.c 	switch (p->type) {
type              147 fs/fs_parser.c 		if (param->type != fs_value_is_flag &&
type              148 fs/fs_parser.c 		    (param->type != fs_value_is_string || result->has_value))
type              155 fs/fs_parser.c 		switch (param->type) {
type              202 fs/fs_parser.c 		if (param->type != fs_value_is_blob)
type              207 fs/fs_parser.c 		switch (param->type) {
type              263 fs/fs_parser.c 	switch (param->type) {
type              378 fs/fs_parser.c 			enum fs_parameter_type t = param->type;
type              423 fs/fs_parser.c 				    param->type != fs_param_is_enum) {
type              435 fs/fs_parser.c 			if (param->type != fs_param_is_enum)
type              124 fs/fscache/cache.c 	if (cookie->type != FSCACHE_COOKIE_TYPE_INDEX) {
type               99 fs/fscache/cookie.c 	h += index_key_len + cookie->type;
type              119 fs/fscache/cookie.c 	if (a->type != b->type)
type              120 fs/fscache/cookie.c 		return (long)a->type - (long)b->type;
type              176 fs/fscache/cookie.c 	cookie->type		= def->type;
type              285 fs/fscache/cookie.c 	BUG_ON(def->type == FSCACHE_COOKIE_TYPE_INDEX &&
type              286 fs/fscache/cookie.c 	       parent->type != FSCACHE_COOKIE_TYPE_INDEX);
type              307 fs/fscache/cookie.c 	switch (cookie->type) {
type              325 fs/fscache/cookie.c 		if (cookie->type != FSCACHE_COOKIE_TYPE_INDEX) {
type              372 fs/fscache/cookie.c 	} else if (cookie->type != FSCACHE_COOKIE_TYPE_INDEX) {
type              629 fs/fscache/cookie.c 	ASSERTCMP(cookie->type, ==, FSCACHE_COOKIE_TYPE_DATAFILE);
type              770 fs/fscache/cookie.c 	if (cookie->type != FSCACHE_COOKIE_TYPE_INDEX)
type              898 fs/fscache/cookie.c 	ASSERTCMP(cookie->type, ==, FSCACHE_COOKIE_TYPE_DATAFILE);
type               44 fs/fscache/fsdef.c 	.type		= FSCACHE_COOKIE_TYPE_INDEX,
type               54 fs/fscache/fsdef.c 	.type		= FSCACHE_COOKIE_TYPE_INDEX,
type               65 fs/fscache/fsdef.c 	.type		= FSCACHE_COOKIE_TYPE_INDEX,
type              166 fs/fscache/object-list.c 	char _type[3], *type;
type              251 fs/fscache/object-list.c 		switch (cookie->type) {
type              253 fs/fscache/object-list.c 			type = "IX";
type              256 fs/fscache/object-list.c 			type = "DT";
type              260 fs/fscache/object-list.c 				 cookie->type);
type              261 fs/fscache/object-list.c 			type = _type;
type              267 fs/fscache/object-list.c 			   type,
type              221 fs/fscache/page.c 	ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX);
type              452 fs/fscache/page.c 	ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX);
type              583 fs/fscache/page.c 	ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX);
type              691 fs/fscache/page.c 	ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX);
type              972 fs/fscache/page.c 	ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX);
type             1114 fs/fscache/page.c 	ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX);
type              326 fs/fsopen.c    		.type	= fs_value_is_undefined,
type              392 fs/fsopen.c    		param.type = fs_value_is_flag;
type              395 fs/fsopen.c    		param.type = fs_value_is_string;
type              404 fs/fsopen.c    		param.type = fs_value_is_blob;
type              413 fs/fsopen.c    		param.type = fs_value_is_filename;
type              423 fs/fsopen.c    		param.type = fs_value_is_filename_empty;
type              433 fs/fsopen.c    		param.type = fs_value_is_file;
type               14 fs/fuse/acl.c  struct posix_acl *fuse_get_acl(struct inode *inode, int type)
type               25 fs/fuse/acl.c  	if (type == ACL_TYPE_ACCESS)
type               27 fs/fuse/acl.c  	else if (type == ACL_TYPE_DEFAULT)
type               50 fs/fuse/acl.c  int fuse_set_acl(struct inode *inode, struct posix_acl *acl, int type)
type               59 fs/fuse/acl.c  	if (type == ACL_TYPE_ACCESS)
type               61 fs/fuse/acl.c  	else if (type == ACL_TYPE_DEFAULT)
type             2325 fs/fuse/file.c 	switch (ffl->type) {
type             2350 fs/fuse/file.c 	fl->fl_type = ffl->type;
type             2367 fs/fuse/file.c 	inarg->lk.type = fl->fl_type;
type             1077 fs/fuse/fuse_i.h struct posix_acl *fuse_get_acl(struct inode *inode, int type);
type             1078 fs/fuse/fuse_i.h int fuse_set_acl(struct inode *inode, struct posix_acl *acl, int type);
type              121 fs/fuse/readdir.c 			dirent->type);
type              406 fs/fuse/readdir.c 				      dirent->ino, dirent->type))
type               28 fs/gfs2/acl.c  static const char *gfs2_acl_name(int type)
type               30 fs/gfs2/acl.c  	switch (type) {
type               39 fs/gfs2/acl.c  static struct posix_acl *__gfs2_get_acl(struct inode *inode, int type)
type               50 fs/gfs2/acl.c  	name = gfs2_acl_name(type);
type               59 fs/gfs2/acl.c  struct posix_acl *gfs2_get_acl(struct inode *inode, int type)
type               73 fs/gfs2/acl.c  	acl = __gfs2_get_acl(inode, type);
type               79 fs/gfs2/acl.c  int __gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type)
type               84 fs/gfs2/acl.c  	const char *name = gfs2_acl_name(type);
type              102 fs/gfs2/acl.c  	set_cached_acl(inode, type, acl);
type              108 fs/gfs2/acl.c  int gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type)
type              131 fs/gfs2/acl.c  	if (type == ACL_TYPE_ACCESS && acl) {
type              137 fs/gfs2/acl.c  	ret = __gfs2_set_acl(inode, acl, type);
type               14 fs/gfs2/acl.h  extern struct posix_acl *gfs2_get_acl(struct inode *inode, int type);
type               15 fs/gfs2/acl.h  extern int __gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type);
type               16 fs/gfs2/acl.h  extern int gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type);
type              775 fs/gfs2/bmap.c 	iomap->type = IOMAP_MAPPED;
type              890 fs/gfs2/bmap.c 		iomap->type = IOMAP_INLINE;
type              925 fs/gfs2/bmap.c 	iomap->type = IOMAP_MAPPED;
type              960 fs/gfs2/bmap.c 	iomap->type = IOMAP_HOLE;
type             1076 fs/gfs2/bmap.c 	if (unstuff || iomap->type == IOMAP_HOLE) {
type             1118 fs/gfs2/bmap.c 		if (iomap->type == IOMAP_HOLE) {
type             1180 fs/gfs2/bmap.c 			if (iomap->type != IOMAP_MAPPED)
type             1186 fs/gfs2/bmap.c 		if (iomap->type == IOMAP_HOLE)
type             1216 fs/gfs2/bmap.c 		 if (iomap->type == IOMAP_HOLE)
type             1302 fs/gfs2/bmap.c 		if (!ret && iomap.type == IOMAP_HOLE)
type             1466 fs/gfs2/bmap.c 	if (!ret && iomap->type == IOMAP_HOLE)
type               71 fs/gfs2/export.c 			    unsigned int type)
type              120 fs/gfs2/inode.c struct inode *gfs2_inode_lookup(struct super_block *sb, unsigned int type,
type              150 fs/gfs2/inode.c 		if (type == DT_UNKNOWN || blktype != GFS2_BLKST_FREE) {
type              178 fs/gfs2/inode.c 		if (type == DT_UNKNOWN) {
type              184 fs/gfs2/inode.c 			inode->i_mode = DT2IF(type);
type               91 fs/gfs2/inode.h extern struct inode *gfs2_inode_lookup(struct super_block *sb, unsigned type, 
type               73 fs/gfs2/log.h  			   u32 type);
type              198 fs/gfs2/quota.c 		((qid.type == USRQUOTA) ? 0 : 1);
type              658 fs/gfs2/quota.c 		if (qd->qd_id.type == USRQUOTA)
type             1159 fs/gfs2/quota.c static int print_message(struct gfs2_quota_data *qd, char *type)
type             1164 fs/gfs2/quota.c 		type,
type             1165 fs/gfs2/quota.c 		(qd->qd_id.type == USRQUOTA) ? "user" : "group",
type             1271 fs/gfs2/quota.c int gfs2_quota_sync(struct super_block *sb, int type)
type             1485 fs/gfs2/quota.c 			       int (*fxn)(struct super_block *sb, int type),
type             1624 fs/gfs2/quota.c 	if ((qid.type != USRQUOTA) &&
type             1625 fs/gfs2/quota.c 	    (qid.type != GRPQUOTA))
type             1665 fs/gfs2/quota.c 	if ((qid.type != USRQUOTA) &&
type             1666 fs/gfs2/quota.c 	    (qid.type != GRPQUOTA))
type               31 fs/gfs2/quota.h extern int gfs2_quota_sync(struct super_block *sb, int type);
type             2557 fs/gfs2/rgrp.c int gfs2_check_blk_type(struct gfs2_sbd *sdp, u64 no_addr, unsigned int type)
type             2577 fs/gfs2/rgrp.c 	if (gfs2_testbit(&rbm, false) != type)
type               58 fs/gfs2/rgrp.h 			       unsigned int type);
type              333 fs/gfs2/super.c int gfs2_statfs_sync(struct super_block *sb, int type)
type               43 fs/gfs2/super.h extern int gfs2_statfs_sync(struct super_block *sb, int type);
type              520 fs/gfs2/trace_gfs2.h 		__field(	u16,	type			)
type              532 fs/gfs2/trace_gfs2.h 		__entry->type		= iomap->type;
type              542 fs/gfs2/trace_gfs2.h 		  (u16)__entry->type,
type              202 fs/gfs2/util.c 		       const char *type, const char *function, char *file,
type              210 fs/gfs2/util.c 			      (unsigned long long)bh->b_blocknr, type,
type              222 fs/gfs2/util.c 			   u16 type, u16 t, const char *function,
type              230 fs/gfs2/util.c 			      (unsigned long long)bh->b_blocknr, type, t,
type               77 fs/gfs2/util.h 		       const char *type, const char *function,
type               94 fs/gfs2/util.h 			   u16 type, u16 t,
type              100 fs/gfs2/util.h 					u16 type,
type              110 fs/gfs2/util.h         if (unlikely(t != type))
type              111 fs/gfs2/util.h 		return gfs2_metatype_check_ii(sdp, bh, type, t, function,
type              116 fs/gfs2/util.h #define gfs2_metatype_check(sdp, bh, type) \
type              117 fs/gfs2/util.h gfs2_metatype_check_i((sdp), (bh), (type), __func__, __FILE__, __LINE__)
type              119 fs/gfs2/util.h static inline void gfs2_metatype_set(struct buffer_head *bh, u16 type,
type              124 fs/gfs2/util.h 	mh->mh_type = cpu_to_be32(type);
type              158 fs/gfs2/xattr.c 	int type;
type              173 fs/gfs2/xattr.c 	if (ea->ea_type == ef->type) {
type              188 fs/gfs2/xattr.c static int gfs2_ea_find(struct gfs2_inode *ip, int type, const char *name,
type              194 fs/gfs2/xattr.c 	ef.type = type;
type              564 fs/gfs2/xattr.c 			    void *buffer, size_t size, int type)
type              575 fs/gfs2/xattr.c 	error = gfs2_ea_find(ip, type, name, &el);
type              790 fs/gfs2/xattr.c static int ea_init(struct gfs2_inode *ip, int type, const char *name,
type              797 fs/gfs2/xattr.c 	er.er_type = type;
type             1030 fs/gfs2/xattr.c static int ea_set_i(struct gfs2_inode *ip, int type, const char *name,
type             1038 fs/gfs2/xattr.c 	er.er_type = type;
type             1119 fs/gfs2/xattr.c static int gfs2_xattr_remove(struct gfs2_inode *ip, int type, const char *name)
type             1127 fs/gfs2/xattr.c 	error = gfs2_ea_find(ip, type, name, &el);
type             1158 fs/gfs2/xattr.c 		   const void *value, size_t size, int flags, int type)
type             1172 fs/gfs2/xattr.c 		error = gfs2_xattr_remove(ip, type, name);
type             1184 fs/gfs2/xattr.c 		return ea_init(ip, type, name, value, size);
type             1187 fs/gfs2/xattr.c 	error = gfs2_ea_find(ip, type, name, &el);
type             1200 fs/gfs2/xattr.c 			error = ea_set_i(ip, type, name, value, size, &el);
type             1211 fs/gfs2/xattr.c 		error = ea_set_i(ip, type, name, value, size, NULL);
type               55 fs/gfs2/xattr.h 			    int flags, int type);
type               22 fs/hfs/attr.c  static int __hfs_setxattr(struct inode *inode, enum hfs_xattr_type type,
type               44 fs/hfs/attr.c  	switch (type) {
type               68 fs/hfs/attr.c  static ssize_t __hfs_getxattr(struct inode *inode, enum hfs_xattr_type type,
type               92 fs/hfs/attr.c  	switch (type) {
type              122 fs/hfs/bfind.c 		if (bnode->type != (--height ? HFS_NODE_INDEX : HFS_NODE_LEAF))
type              142 fs/hfs/bfind.c 	       height, bnode->height, bnode->type, nidx, parent);
type               52 fs/hfs/bnode.c 	if (node->type == HFS_NODE_LEAF ||
type              144 fs/hfs/bnode.c 		desc.type, desc.height, be16_to_cpu(desc.num_recs));
type              150 fs/hfs/bnode.c 		if (i && node->type == HFS_NODE_INDEX) {
type              161 fs/hfs/bnode.c 		} else if (i && node->type == HFS_NODE_LEAF) {
type              186 fs/hfs/bnode.c 	} else if (node->type == HFS_NODE_LEAF)
type              197 fs/hfs/bnode.c 	} else if (node->type == HFS_NODE_LEAF)
type              342 fs/hfs/bnode.c 	node->type = desc->type;
type              346 fs/hfs/bnode.c 	switch (node->type) {
type              376 fs/hfs/bnode.c 		if (node->type != HFS_NODE_INDEX &&
type              377 fs/hfs/bnode.c 		    node->type != HFS_NODE_LEAF)
type               35 fs/hfs/brec.c  	if (node->type != HFS_NODE_INDEX && node->type != HFS_NODE_LEAF)
type               38 fs/hfs/brec.c  	if ((node->type == HFS_NODE_INDEX) &&
type              107 fs/hfs/brec.c  	if (node->type == HFS_NODE_LEAF) {
type              189 fs/hfs/brec.c  	if (node->type == HFS_NODE_LEAF) {
type              250 fs/hfs/brec.c  	new_node->type = node->type;
type              319 fs/hfs/brec.c  	node_desc.type = new_node->type;
type              480 fs/hfs/brec.c  		new_node->type = HFS_NODE_LEAF;
type              483 fs/hfs/brec.c  		new_node->type = HFS_NODE_INDEX;
type              493 fs/hfs/brec.c  	node_desc.type = new_node->type;
type              505 fs/hfs/brec.c  		if (node->type == HFS_NODE_LEAF ||
type              206 fs/hfs/btree.c 	node->type = HFS_NODE_MAP;
type              211 fs/hfs/btree.c 	desc.type = HFS_NODE_MAP;
type              352 fs/hfs/btree.c 		if (node->type != HFS_NODE_MAP) {
type              355 fs/hfs/btree.c 				node->this, node->type);
type              369 fs/hfs/btree.c 			node->this, node->type);
type               55 fs/hfs/btree.h 	u8 type;
type              129 fs/hfs/btree.h 	u8 type;		/* (F) The type of node */
type               42 fs/hfs/catalog.c 		rec->type = HFS_CDR_DIR;
type               51 fs/hfs/catalog.c 		rec->type = HFS_CDR_FIL;
type               66 fs/hfs/catalog.c 				hfs_cat_rec *rec, int type,
type               69 fs/hfs/catalog.c 	rec->type = type;
type              191 fs/hfs/catalog.c 	int res, len, type;
type              198 fs/hfs/catalog.c 	type = rec.type;
type              199 fs/hfs/catalog.c 	if (type != HFS_CDR_THD && type != HFS_CDR_FTH) {
type              226 fs/hfs/catalog.c 	int res, type;
type              239 fs/hfs/catalog.c 	type = hfs_bnode_read_u8(fd.bnode, fd.entryoffset);
type              240 fs/hfs/catalog.c 	if (type == HFS_CDR_FIL) {
type              294 fs/hfs/catalog.c 	int entry_size, type;
type              355 fs/hfs/catalog.c 	type = entry.type;
type              356 fs/hfs/catalog.c 	if (type == HFS_CDR_FIL && !(entry.file.Flags & HFS_FIL_THD))
type              370 fs/hfs/catalog.c 	entry_size = hfs_cat_build_thread(sb, &entry, type == HFS_CDR_FIL ? HFS_CDR_FTH : HFS_CDR_THD,
type               57 fs/hfs/dir.c   	u16 type;
type               83 fs/hfs/dir.c   		if (entry.type != HFS_CDR_THD) {
type              117 fs/hfs/dir.c   		type = entry.type;
type              119 fs/hfs/dir.c   		if (type == HFS_CDR_DIR) {
type              128 fs/hfs/dir.c   		} else if (type == HFS_CDR_FIL) {
type              138 fs/hfs/dir.c   			pr_err("bad catalog entry type %d\n", type);
type               21 fs/hfs/extent.c static void hfs_ext_build_key(hfs_btree_key *key, u32 cnid, u16 block, u8 type)
type               24 fs/hfs/extent.c 	key->ext.FkType = type;
type              151 fs/hfs/extent.c 					u32 cnid, u32 block, u8 type)
type              155 fs/hfs/extent.c 	hfs_ext_build_key(fd->search_key, cnid, block, type);
type              287 fs/hfs/extent.c int hfs_free_fork(struct super_block *sb, struct hfs_cat_file *file, int type)
type              295 fs/hfs/extent.c 	if (type == HFS_FK_DATA) {
type              320 fs/hfs/extent.c 		res = __hfs_ext_read_extent(&fd, extent, cnid, total_blocks, type);
type              183 fs/hfs/hfs.h   	s8 type;			/* The type of entry */
type              210 fs/hfs/hfs.h   	s8 type;			/* The type of entry */
type              226 fs/hfs/hfs.h   	s8 type;			/* The type of entry */
type              234 fs/hfs/hfs.h   	s8 type;			/* The type of entry */
type              299 fs/hfs/inode.c 	switch (rec->type) {
type              337 fs/hfs/inode.c 	switch (rec->type) {
type              390 fs/hfs/inode.c 	switch (rec->type) {
type              466 fs/hfs/inode.c 		if (rec.type != HFS_CDR_DIR ||
type              487 fs/hfs/inode.c 		if (rec.type != HFS_CDR_FIL ||
type              191 fs/hfsplus/bfind.c 		if (bnode->type != (--height ? HFS_NODE_INDEX : HFS_NODE_LEAF))
type              211 fs/hfsplus/bfind.c 		height, bnode->height, bnode->type, nidx, parent);
type               65 fs/hfsplus/bnode.c 	if (node->type == HFS_NODE_LEAF ||
type              308 fs/hfsplus/bnode.c 		desc.type, desc.height, be16_to_cpu(desc.num_recs));
type              314 fs/hfsplus/bnode.c 		if (i && node->type == HFS_NODE_INDEX) {
type              325 fs/hfsplus/bnode.c 		} else if (i && node->type == HFS_NODE_LEAF) {
type              351 fs/hfsplus/bnode.c 	} else if (node->type == HFS_NODE_LEAF)
type              363 fs/hfsplus/bnode.c 	} else if (node->type == HFS_NODE_LEAF)
type              510 fs/hfsplus/bnode.c 	node->type = desc->type;
type              514 fs/hfsplus/bnode.c 	switch (node->type) {
type              544 fs/hfsplus/bnode.c 		if (node->type != HFS_NODE_INDEX &&
type              545 fs/hfsplus/bnode.c 		    node->type != HFS_NODE_LEAF)
type               36 fs/hfsplus/brec.c 	if (node->type != HFS_NODE_INDEX && node->type != HFS_NODE_LEAF)
type               39 fs/hfsplus/brec.c 	if ((node->type == HFS_NODE_INDEX) &&
type              105 fs/hfsplus/brec.c 	if (node->type == HFS_NODE_LEAF) {
type              191 fs/hfsplus/brec.c 	if (node->type == HFS_NODE_LEAF) {
type              254 fs/hfsplus/brec.c 	new_node->type = node->type;
type              323 fs/hfsplus/brec.c 	node_desc.type = new_node->type;
type              484 fs/hfsplus/brec.c 		new_node->type = HFS_NODE_LEAF;
type              487 fs/hfsplus/brec.c 		new_node->type = HFS_NODE_INDEX;
type              497 fs/hfsplus/brec.c 	node_desc.type = new_node->type;
type              509 fs/hfsplus/brec.c 		if (node->type == HFS_NODE_LEAF ||
type              328 fs/hfsplus/btree.c 	node->type = HFS_NODE_MAP;
type              333 fs/hfsplus/btree.c 	desc.type = HFS_NODE_MAP;
type              481 fs/hfsplus/btree.c 		if (node->type != HFS_NODE_MAP) {
type              485 fs/hfsplus/btree.c 				node->this, node->type);
type              500 fs/hfsplus/btree.c 			node->this, node->type);
type              115 fs/hfsplus/catalog.c 		folder->type = cpu_to_be16(HFSPLUS_FOLDER);
type              134 fs/hfsplus/catalog.c 		file->type = cpu_to_be16(HFSPLUS_FILE);
type              151 fs/hfsplus/catalog.c 					cpu_to_be32(sbi->type);
type              177 fs/hfsplus/catalog.c 				   hfsplus_cat_entry *entry, int type,
type              182 fs/hfsplus/catalog.c 	entry->type = cpu_to_be16(type);
type              199 fs/hfsplus/catalog.c 	u16 type;
type              206 fs/hfsplus/catalog.c 	type = be16_to_cpu(tmp.type);
type              207 fs/hfsplus/catalog.c 	if (type != HFSPLUS_FOLDER_THREAD && type != HFSPLUS_FILE_THREAD) {
type              337 fs/hfsplus/catalog.c 	u16 type;
type              380 fs/hfsplus/catalog.c 	type = hfs_bnode_read_u16(fd.bnode, fd.entryoffset);
type              381 fs/hfsplus/catalog.c 	if (type == HFSPLUS_FILE) {
type              418 fs/hfsplus/catalog.c 	if (type == HFSPLUS_FOLDER)
type              423 fs/hfsplus/catalog.c 	if (type == HFSPLUS_FILE || type == HFSPLUS_FOLDER) {
type              441 fs/hfsplus/catalog.c 	int entry_size, type;
type              476 fs/hfsplus/catalog.c 	type = be16_to_cpu(entry.type);
type              495 fs/hfsplus/catalog.c 	if (type == HFSPLUS_FOLDER)
type              512 fs/hfsplus/catalog.c 	if (type == HFSPLUS_FOLDER)
type              521 fs/hfsplus/catalog.c 	type = hfs_bnode_read_u16(src_fd.bnode, src_fd.entryoffset);
type              528 fs/hfsplus/catalog.c 	entry_size = hfsplus_fill_cat_thread(sb, &entry, type,
type               39 fs/hfsplus/dir.c 	u16 type;
type               62 fs/hfsplus/dir.c 	type = be16_to_cpu(entry.type);
type               63 fs/hfsplus/dir.c 	if (type == HFSPLUS_FOLDER) {
type               70 fs/hfsplus/dir.c 	} else if (type == HFSPLUS_FILE) {
type              139 fs/hfsplus/dir.c 	u16 type;
type              171 fs/hfsplus/dir.c 		if (be16_to_cpu(entry.type) != HFSPLUS_FOLDER_THREAD) {
type              205 fs/hfsplus/dir.c 		type = be16_to_cpu(entry.type);
type              210 fs/hfsplus/dir.c 		if (type == HFSPLUS_FOLDER) {
type              224 fs/hfsplus/dir.c 		} else if (type == HFSPLUS_FILE) {
type              226 fs/hfsplus/dir.c 			unsigned type = DT_UNKNOWN;
type              236 fs/hfsplus/dir.c 				type = DT_REG;
type              238 fs/hfsplus/dir.c 				type = DT_LNK;
type              240 fs/hfsplus/dir.c 				type = DT_FIFO;
type              242 fs/hfsplus/dir.c 				type = DT_CHR;
type              244 fs/hfsplus/dir.c 				type = DT_BLK;
type              246 fs/hfsplus/dir.c 				type = DT_SOCK;
type              249 fs/hfsplus/dir.c 				      be32_to_cpu(entry.file.id), type))
type               42 fs/hfsplus/extents.c 				  u32 block, u8 type)
type               47 fs/hfsplus/extents.c 	key->ext.fork_type = type;
type              158 fs/hfsplus/extents.c 					    u32 cnid, u32 block, u8 type)
type              162 fs/hfsplus/extents.c 	hfsplus_ext_build_key(fd->search_key, cnid, block, type);
type              397 fs/hfsplus/extents.c 		struct hfsplus_fork_raw *fork, int type)
type              423 fs/hfsplus/extents.c 						total_blocks, type);
type              112 fs/hfsplus/hfsplus_fs.h 	u8 type;
type              181 fs/hfsplus/hfsplus_fs.h 	u32 type;
type              473 fs/hfsplus/hfsplus_fs.h 		      struct hfsplus_fork_raw *fork, int type);
type              154 fs/hfsplus/hfsplus_raw.h 	s8 type;
type              253 fs/hfsplus/hfsplus_raw.h 	__be16 type;
type              287 fs/hfsplus/hfsplus_raw.h 	__be16 type;
type              316 fs/hfsplus/hfsplus_raw.h 	__be16 type;
type              326 fs/hfsplus/hfsplus_raw.h 	__be16 type;
type              492 fs/hfsplus/inode.c 	u16 type;
type              494 fs/hfsplus/inode.c 	type = hfs_bnode_read_u16(fd->bnode, fd->entryoffset);
type              497 fs/hfsplus/inode.c 	if (type == HFSPLUS_FOLDER) {
type              518 fs/hfsplus/inode.c 	} else if (type == HFSPLUS_FILE) {
type               55 fs/hfsplus/options.c 	opts->type = HFSPLUS_DEF_CR_TYPE;
type              122 fs/hfsplus/options.c 			if (match_fourchar(&args[0], &sbi->type)) {
type              223 fs/hfsplus/options.c 	if (sbi->type != HFSPLUS_DEF_CR_TYPE)
type              224 fs/hfsplus/options.c 		seq_show_option_n(seq, "type", (char *)&sbi->type, 4);
type              528 fs/hfsplus/super.c 		if (entry.type != cpu_to_be16(HFSPLUS_FOLDER)) {
type               74 fs/hfsplus/xattr.c 	desc->type = HFS_NODE_HEADER;
type              298 fs/hfsplus/xattr.c 		if (be16_to_cpu(entry.type) == HFSPLUS_FOLDER) {
type              311 fs/hfsplus/xattr.c 		} else if (be16_to_cpu(entry.type) == HFSPLUS_FILE) {
type              279 fs/hostfs/hostfs_kern.c 	unsigned int type;
type              290 fs/hostfs/hostfs_kern.c 	while ((name = read_dir(dir, &next, &ino, &len, &type)) != NULL) {
type              291 fs/hostfs/hostfs_kern.c 		if (!dir_emit(ctx, name, len, ino, type))
type              966 fs/hostfs/hostfs_kern.c static struct dentry *hostfs_read_sb(struct file_system_type *type,
type              970 fs/hostfs/hostfs_kern.c 	return mount_nodev(type, flags, data, hostfs_fill_sb_common);
type              967 fs/inode.c     		struct file_system_type *type = inode->i_sb->s_type;
type              970 fs/inode.c     		if (lockdep_match_class(&inode->i_rwsem, &type->i_mutex_key)) {
type              977 fs/inode.c     					  &type->i_mutex_dir_key);
type              218 fs/iomap/buffered-io.c 	if (iomap->type == IOMAP_INLINE) {
type              229 fs/iomap/buffered-io.c 	if (iomap->type != IOMAP_MAPPED || pos >= i_size_read(inode)) {
type              535 fs/iomap/buffered-io.c 	if (iomap->type != IOMAP_MAPPED || block_start >= i_size_read(inode)) {
type              608 fs/iomap/buffered-io.c 	if (iomap->type == IOMAP_INLINE)
type              706 fs/iomap/buffered-io.c 	if (iomap->type == IOMAP_INLINE) {
type              952 fs/iomap/buffered-io.c 	if (iomap->type == IOMAP_HOLE || iomap->type == IOMAP_UNWRITTEN)
type              214 fs/iomap/direct-io.c 	if (iomap->type == IOMAP_UNWRITTEN) {
type              224 fs/iomap/direct-io.c 	} else if (iomap->type == IOMAP_MAPPED) {
type              367 fs/iomap/direct-io.c 	switch (iomap->type) {
type               18 fs/iomap/fiemap.c 	switch (iomap->type) {
type               52 fs/iomap/fiemap.c 	if (iomap->type == IOMAP_HOLE)
type               75 fs/iomap/fiemap.c 	ctx.prev.type = IOMAP_HOLE;
type              102 fs/iomap/fiemap.c 	if (ctx.prev.type != IOMAP_HOLE) {
type              118 fs/iomap/fiemap.c 	if (iomap->type == IOMAP_MAPPED) {
type              124 fs/iomap/seek.c 	switch (iomap->type) {
type              170 fs/iomap/seek.c 	switch (iomap->type) {
type               84 fs/iomap/swapfile.c 	switch (iomap->type) {
type              118 fs/isofs/export.c 	int type = 1;
type              147 fs/isofs/export.c 		type = 2;
type              150 fs/isofs/export.c 	return type;
type              688 fs/isofs/inode.c 			if (isonum_711(vdp->type) == ISO_VD_END)
type              690 fs/isofs/inode.c 			if (isonum_711(vdp->type) == ISO_VD_PRIMARY) {
type              699 fs/isofs/inode.c 			else if (isonum_711(vdp->type) == ISO_VD_SUPPLEMENTARY) {
type              723 fs/isofs/inode.c 				if (isonum_711(hdp->type) != ISO_VD_PRIMARY)
type              827 fs/jbd2/journal.c jbd2_journal_get_descriptor_buffer(transaction_t *transaction, int type)
type              847 fs/jbd2/journal.c 	header->h_blocktype = cpu_to_be32(type);
type              441 fs/jbd2/transaction.c 			      gfp_t gfp_mask, unsigned int type,
type              479 fs/jbd2/transaction.c 	handle->h_type = type;
type              482 fs/jbd2/transaction.c 				handle->h_transaction->t_tid, type,
type              539 fs/jbd2/transaction.c int jbd2_journal_start_reserved(handle_t *handle, unsigned int type,
type              570 fs/jbd2/transaction.c 	handle->h_type = type;
type              573 fs/jbd2/transaction.c 				handle->h_transaction->t_tid, type,
type             1316 fs/jbd2/transaction.c 			       struct jbd2_buffer_trigger_type *type)
type             1322 fs/jbd2/transaction.c 	jh->b_triggers = type;
type              176 fs/jffs2/acl.c struct posix_acl *jffs2_get_acl(struct inode *inode, int type)
type              182 fs/jffs2/acl.c 	switch (type) {
type              229 fs/jffs2/acl.c int jffs2_set_acl(struct inode *inode, struct posix_acl *acl, int type)
type              233 fs/jffs2/acl.c 	switch (type) {
type              264 fs/jffs2/acl.c 		set_cached_acl(inode, type, acl);
type               30 fs/jffs2/acl.h struct posix_acl *jffs2_get_acl(struct inode *inode, int type);
type               31 fs/jffs2/acl.h int jffs2_set_acl(struct inode *inode, struct posix_acl *acl, int type);
type               83 fs/jffs2/build.c 		if (fd->type == DT_DIR) {
type              186 fs/jffs2/build.c 			if (fd->type == DT_DIR) {
type              847 fs/jffs2/debug.c 		printk(JFFS2_DBG "type:\t%#02x\n", node.d.type);
type              138 fs/jffs2/dir.c 				  fd->name, fd->ino, fd->type, curofs, (unsigned long)ctx->pos);
type              148 fs/jffs2/dir.c 			  (unsigned long)ctx->pos, fd->name, fd->ino, fd->type);
type              149 fs/jffs2/dir.c 		if (!dir_emit(ctx, fd->name, strlen(fd->name), fd->ino, fd->type))
type              249 fs/jffs2/dir.c 	uint8_t type;
type              260 fs/jffs2/dir.c 	type = (d_inode(old_dentry)->i_mode & S_IFMT) >> 12;
type              261 fs/jffs2/dir.c 	if (!type) type = DT_REG;
type              264 fs/jffs2/dir.c 	ret = jffs2_do_link(c, dir_f, f->inocache->ino, type, dentry->d_name.name, dentry->d_name.len, now);
type              405 fs/jffs2/dir.c 	rd->type = DT_LNK;
type              548 fs/jffs2/dir.c 	rd->type = DT_DIR;
type              719 fs/jffs2/dir.c 	rd->type = (mode & S_IFMT) >> 12;
type              762 fs/jffs2/dir.c 	uint8_t type;
type              797 fs/jffs2/dir.c 	type = (d_inode(old_dentry)->i_mode & S_IFMT) >> 12;
type              798 fs/jffs2/dir.c 	if (!type) type = DT_REG;
type              802 fs/jffs2/dir.c 			    d_inode(old_dentry)->i_ino, type,
type              305 fs/jffs2/fs.c  			if (fd->type == DT_DIR && fd->ino)
type              523 fs/jffs2/fs.c  	if (c->mtd->type == MTD_MLCNANDFLASH)
type              527 fs/jffs2/fs.c  	if (c->mtd->type == MTD_NANDFLASH) {
type              531 fs/jffs2/fs.c  	if (c->mtd->type == MTD_DATAFLASH) {
type              873 fs/jffs2/gc.c  	rd.type = fd->type;
type              261 fs/jffs2/nodelist.h 	unsigned char type;
type              412 fs/jffs2/nodelist.h 		   uint8_t type, const char *name, int namelen, uint32_t time);
type              111 fs/jffs2/os-linux.h #define jffs2_cleanmarker_oob(c) (c->mtd->type == MTD_NANDFLASH)
type              130 fs/jffs2/os-linux.h #define jffs2_dataflash(c) (c->mtd->type == MTD_DATAFLASH)
type              133 fs/jffs2/os-linux.h #define jffs2_ubivol(c) (c->mtd->type == MTD_UBIVOLUME)
type              137 fs/jffs2/os-linux.h #define jffs2_nor_wbuf_flash(c) (c->mtd->type == MTD_NORFLASH && ! (c->mtd->flags & MTD_BIT_WRITEABLE))
type              636 fs/jffs2/readinode.c 	fd->type = rd->type;
type             1107 fs/jffs2/scan.c 	fd->type = rd->type;
type              149 fs/jffs2/summary.c 	temp->type = rd->type;
type              295 fs/jffs2/summary.c 			temp->type = node->d.type;
type              480 fs/jffs2/summary.c 				fd->type = spd->type;
type              746 fs/jffs2/summary.c 				sdrnt_ptr->type = temp->d.type;
type               63 fs/jffs2/summary.h 	uint8_t type;		/* dirent type */
type              119 fs/jffs2/summary.h 	uint8_t type;		/* dirent type */
type              249 fs/jffs2/write.c 	fd->type = rd->type;
type              520 fs/jffs2/write.c 	rd->type = DT_REG;
type              583 fs/jffs2/write.c 		rd->type = DT_UNKNOWN;
type              669 fs/jffs2/write.c int jffs2_do_link (struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f, uint32_t ino, uint8_t type, const char *name, int namelen, uint32_t time)
type              701 fs/jffs2/write.c 	rd->type = type;
type               17 fs/jfs/acl.c   struct posix_acl *jfs_get_acl(struct inode *inode, int type)
type               24 fs/jfs/acl.c   	switch(type) {
type               56 fs/jfs/acl.c   static int __jfs_set_acl(tid_t tid, struct inode *inode, int type,
type               64 fs/jfs/acl.c   	switch (type) {
type               89 fs/jfs/acl.c   		set_cached_acl(inode, type, acl);
type               94 fs/jfs/acl.c   int jfs_set_acl(struct inode *inode, struct posix_acl *acl, int type)
type              103 fs/jfs/acl.c   	if (type == ACL_TYPE_ACCESS && acl) {
type              110 fs/jfs/acl.c   	rc = __jfs_set_acl(tid, inode, type, acl);
type               10 fs/jfs/jfs_acl.h struct posix_acl *jfs_get_acl(struct inode *inode, int type);
type               11 fs/jfs/jfs_acl.h int jfs_set_acl(struct inode *inode, struct posix_acl *acl, int type);
type             1651 fs/jfs/jfs_dtree.c 	uint type;
type             1677 fs/jfs/jfs_dtree.c 		type = tlckEXTEND;
type             1681 fs/jfs/jfs_dtree.c 		type = tlckNEW;
type             1721 fs/jfs/jfs_dtree.c 	tlck = txLock(tid, ip, smp, tlckDTREE | type);
type             1743 fs/jfs/jfs_dtree.c 	if (type == tlckEXTEND) {
type             1815 fs/jfs/jfs_dtree.c 	if (type == tlckEXTEND) {
type             2934 fs/jfs/jfs_dtree.c 		tlck->type |= tlckBTROOT;
type              594 fs/jfs/jfs_imap.c 	uint type;
type              679 fs/jfs/jfs_imap.c 		assert(tlck->type & tlckXTREE);
type              680 fs/jfs/jfs_imap.c 		tlck->type |= tlckBTROOT;
type              708 fs/jfs/jfs_imap.c 	type = tlck->type;
type              709 fs/jfs/jfs_imap.c 	tlck->type |= tlckBTROOT;
type              716 fs/jfs/jfs_imap.c 	if (type & tlckXTREE) {
type              741 fs/jfs/jfs_imap.c 	else if (type & tlckDTREE) {
type              244 fs/jfs/jfs_logmgr.c 	    tlck->type & tlckBTROOT || (mp = tlck->mp) == NULL)
type              385 fs/jfs/jfs_logmgr.c 		if (tlck->type & tlckDTREE)
type              499 fs/jfs/jfs_logmgr.c 		if (lrd->type & cpu_to_le16(LOG_COMMIT)) {
type              529 fs/jfs/jfs_logmgr.c 			le16_to_cpu(lrd->type), log->bp, log->page, dstoffset);
type              974 fs/jfs/jfs_logmgr.c 		lrd.type = cpu_to_le16(LOG_SYNCPT);
type             1371 fs/jfs/jfs_logmgr.c 		lrd.type = cpu_to_le16(LOG_SYNCPT);
type             1658 fs/jfs/jfs_logmgr.c 	lrd.type = cpu_to_le16(LOG_SYNCPT);
type             2447 fs/jfs/jfs_logmgr.c 	lrd_ptr->type = cpu_to_le16(LOG_SYNCPT);
type              194 fs/jfs/jfs_logmgr.h 	__le16 type;		/* 2: record type */
type              220 fs/jfs/jfs_logmgr.h 			__le16 type;	/* 2: REDOPAGE record type */
type              236 fs/jfs/jfs_logmgr.h 			__le16 type;	/* 2: NOREDOPAGE record type */
type              252 fs/jfs/jfs_logmgr.h 			__le16 type;	/* 2: UPDATEMAP record type */
type              297 fs/jfs/jfs_logmgr.h 			__le32 type;	/* 4: FREEXTENT record type */
type              327 fs/jfs/jfs_logmgr.h 			__le32 type;	/* 4: NEWPAGE record type */
type              488 fs/jfs/jfs_mount.c 	lrd.type = cpu_to_le16(LOG_MOUNT);
type              578 fs/jfs/jfs_txnmgr.c 		     int type)
type              592 fs/jfs/jfs_txnmgr.c 	if (S_ISDIR(ip->i_mode) && (type & tlckXTREE) &&
type              717 fs/jfs/jfs_txnmgr.c 	tlck->type = 0;
type              763 fs/jfs/jfs_txnmgr.c 	switch (type & tlckTYPE) {
type              775 fs/jfs/jfs_txnmgr.c 		if (type & tlckNEW) {
type              808 fs/jfs/jfs_txnmgr.c 	tlck->type |= type;
type              874 fs/jfs/jfs_txnmgr.c 		    (tlck->type & tlckBTROOT) == 0) {
type              919 fs/jfs/jfs_txnmgr.c 		    (tlck->type & tlckBTROOT) == 0) {
type              982 fs/jfs/jfs_txnmgr.c struct tlock *txMaplock(tid_t tid, struct inode *ip, int type)
type             1010 fs/jfs/jfs_txnmgr.c 	tlck->type = type;
type             1296 fs/jfs/jfs_txnmgr.c 	lrd->type = cpu_to_le16(LOG_COMMIT);
type             1391 fs/jfs/jfs_txnmgr.c 		switch (tlck->type & tlckTYPE) {
type             1436 fs/jfs/jfs_txnmgr.c 	lrd->log.redopage.type = cpu_to_le16(LOG_INODE);
type             1444 fs/jfs/jfs_txnmgr.c 	if (tlck->type & tlckENTRY) {
type             1446 fs/jfs/jfs_txnmgr.c 		lrd->type = cpu_to_le16(LOG_REDOPAGE);
type             1454 fs/jfs/jfs_txnmgr.c 	} else if (tlck->type & tlckFREE) {
type             1472 fs/jfs/jfs_txnmgr.c 		lrd->type = cpu_to_le16(LOG_NOREDOINOEXT);
type             1504 fs/jfs/jfs_txnmgr.c 		assert(tlck->type & tlckEA);
type             1509 fs/jfs/jfs_txnmgr.c 		lrd->type = cpu_to_le16(LOG_UPDATEMAP);
type             1514 fs/jfs/jfs_txnmgr.c 				lrd->log.updatemap.type =
type             1517 fs/jfs/jfs_txnmgr.c 				lrd->log.updatemap.type =
type             1547 fs/jfs/jfs_txnmgr.c 	lrd->log.redopage.type = cpu_to_le16(LOG_DATA);
type             1553 fs/jfs/jfs_txnmgr.c 	lrd->type = cpu_to_le16(LOG_REDOPAGE);
type             1594 fs/jfs/jfs_txnmgr.c 	lrd->log.redopage.type = cpu_to_le16(LOG_DTREE);
type             1599 fs/jfs/jfs_txnmgr.c 	if (tlck->type & tlckBTROOT)
type             1600 fs/jfs/jfs_txnmgr.c 		lrd->log.redopage.type |= cpu_to_le16(LOG_BTROOT);
type             1608 fs/jfs/jfs_txnmgr.c 	if (tlck->type & (tlckNEW | tlckEXTEND)) {
type             1613 fs/jfs/jfs_txnmgr.c 		lrd->type = cpu_to_le16(LOG_REDOPAGE);
type             1614 fs/jfs/jfs_txnmgr.c 		if (tlck->type & tlckEXTEND)
type             1615 fs/jfs/jfs_txnmgr.c 			lrd->log.redopage.type |= cpu_to_le16(LOG_EXTEND);
type             1617 fs/jfs/jfs_txnmgr.c 			lrd->log.redopage.type |= cpu_to_le16(LOG_NEW);
type             1626 fs/jfs/jfs_txnmgr.c 		if (tlck->type & tlckBTROOT)
type             1644 fs/jfs/jfs_txnmgr.c 	if (tlck->type & (tlckENTRY | tlckRELINK)) {
type             1646 fs/jfs/jfs_txnmgr.c 		lrd->type = cpu_to_le16(LOG_REDOPAGE);
type             1664 fs/jfs/jfs_txnmgr.c 	if (tlck->type & (tlckFREE | tlckRELOCATE)) {
type             1669 fs/jfs/jfs_txnmgr.c 		lrd->type = cpu_to_le16(LOG_NOREDOPAGE);
type             1704 fs/jfs/jfs_txnmgr.c 	lrd->log.redopage.type = cpu_to_le16(LOG_XTREE);
type             1709 fs/jfs/jfs_txnmgr.c 	if (tlck->type & tlckBTROOT) {
type             1710 fs/jfs/jfs_txnmgr.c 		lrd->log.redopage.type |= cpu_to_le16(LOG_BTROOT);
type             1713 fs/jfs/jfs_txnmgr.c 			lrd->log.redopage.type |=
type             1728 fs/jfs/jfs_txnmgr.c 	if (tlck->type & (tlckNEW | tlckGROW | tlckRELINK)) {
type             1736 fs/jfs/jfs_txnmgr.c 		lrd->type = cpu_to_le16(LOG_REDOPAGE);
type             1806 fs/jfs/jfs_txnmgr.c 	if (tlck->type & tlckFREE) {
type             1825 fs/jfs/jfs_txnmgr.c 			lrd->type = cpu_to_le16(LOG_NOREDOPAGE);
type             1833 fs/jfs/jfs_txnmgr.c 			if (tlck->type & tlckBTROOT) {
type             1835 fs/jfs/jfs_txnmgr.c 				lrd->type = cpu_to_le16(LOG_REDOPAGE);
type             1845 fs/jfs/jfs_txnmgr.c 		lrd->type = cpu_to_le16(LOG_UPDATEMAP);
type             1846 fs/jfs/jfs_txnmgr.c 		lrd->log.updatemap.type = cpu_to_le16(LOG_FREEXADLIST);
type             1898 fs/jfs/jfs_txnmgr.c 		    && !(tlck->type & tlckBTROOT))
type             1917 fs/jfs/jfs_txnmgr.c 	if (tlck->type & tlckTRUNCATE) {
type             1946 fs/jfs/jfs_txnmgr.c 		lrd->type = cpu_to_le16(LOG_REDOPAGE);
type             1963 fs/jfs/jfs_txnmgr.c 			lrd->type = cpu_to_le16(LOG_UPDATEMAP);
type             1964 fs/jfs/jfs_txnmgr.c 			lrd->log.updatemap.type = cpu_to_le16(LOG_FREEPXD);
type             1980 fs/jfs/jfs_txnmgr.c 			lrd->type = cpu_to_le16(LOG_UPDATEMAP);
type             1981 fs/jfs/jfs_txnmgr.c 			lrd->log.updatemap.type =
type             2084 fs/jfs/jfs_txnmgr.c 	if (tlck->type & tlckRELOCATE) {
type             2088 fs/jfs/jfs_txnmgr.c 		lrd->type = cpu_to_le16(LOG_NOREDOPAGE);
type             2104 fs/jfs/jfs_txnmgr.c 		lrd->type = cpu_to_le16(LOG_UPDATEMAP);
type             2105 fs/jfs/jfs_txnmgr.c 		lrd->log.updatemap.type = cpu_to_le16(LOG_FREEPXD);
type             2127 fs/jfs/jfs_txnmgr.c 		lrd->type = cpu_to_le16(LOG_UPDATEMAP);
type             2132 fs/jfs/jfs_txnmgr.c 				lrd->log.updatemap.type =
type             2135 fs/jfs/jfs_txnmgr.c 				lrd->log.updatemap.type =
type             2240 fs/jfs/jfs_txnmgr.c 		    (tlck->type & tlckBTROOT) == 0) {
type               89 fs/jfs/jfs_txnmgr.h 	u16 type;		/* 2: log type */
type              164 fs/jfs/jfs_txnmgr.h 	u8 type;		/* 1: */
type              180 fs/jfs/jfs_txnmgr.h 	u8 type;		/* 1: */
type              211 fs/jfs/jfs_txnmgr.h 	u8 type;		/* 1: */
type              239 fs/jfs/jfs_txnmgr.h 	u8 type;		/* 1: */
type             3285 fs/jfs/jfs_xtree.c 		tlck->type = tlckXTREE | tlckTRUNCATE;
type             3421 fs/jfs/jfs_xtree.c 		tlck->type = tlckXTREE | tlckFREE;
type             3489 fs/jfs/jfs_xtree.c 				if (!(tlck->type & tlckTRUNCATE)) {
type             3493 fs/jfs/jfs_xtree.c 					tlck->type =
type             3567 fs/jfs/jfs_xtree.c 			tlck->type = tlckXTREE | tlckFREE;
type             3782 fs/jfs/jfs_xtree.c 	tlck->type = tlckXTREE | tlckFREE;
type             3817 fs/jfs/jfs_xtree.c 		tlck->type = tlckXTREE | tlckFREE;
type              105 fs/jfs/jfs_xtree.h extern s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int type);
type              689 fs/jfs/namei.c 	int type;
type              696 fs/jfs/namei.c 	type = ip->i_mode & S_IFMT;
type              698 fs/jfs/namei.c 	switch (type) {
type              157 fs/jfs/super.c static int jfs_quota_off(struct super_block *sb, int type);
type              158 fs/jfs/super.c static int jfs_quota_on(struct super_block *sb, int type, int format_id,
type              163 fs/jfs/super.c 	int type;
type              165 fs/jfs/super.c 	for (type = 0; type < MAXQUOTAS; type++)
type              166 fs/jfs/super.c 		jfs_quota_off(sb, type);
type              735 fs/jfs/super.c static ssize_t jfs_quota_read(struct super_block *sb, int type, char *data,
type              738 fs/jfs/super.c 	struct inode *inode = sb_dqopt(sb)->files[type];
type              780 fs/jfs/super.c static ssize_t jfs_quota_write(struct super_block *sb, int type,
type              783 fs/jfs/super.c 	struct inode *inode = sb_dqopt(sb)->files[type];
type              840 fs/jfs/super.c static int jfs_quota_on(struct super_block *sb, int type, int format_id,
type              846 fs/jfs/super.c 	err = dquot_quota_on(sb, type, format_id, path);
type              861 fs/jfs/super.c static int jfs_quota_off(struct super_block *sb, int type)
type              863 fs/jfs/super.c 	struct inode *inode = sb_dqopt(sb)->files[type];
type              869 fs/jfs/super.c 	err = dquot_quota_off(sb, type);
type              882 fs/jfs/super.c 	return dquot_quota_off(sb, type);
type             1678 fs/kernfs/dir.c 		unsigned int type = dt_type(pos);
type             1687 fs/kernfs/dir.c 		if (!dir_emit(ctx, name, len, ino, type))
type              598 fs/libfs.c     int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count)
type              604 fs/libfs.c     		mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL);
type              623 fs/lockd/svc.c #define param_set_min_max(name, type, which_strtol, min, max)		\
type              627 fs/lockd/svc.c 	__typeof__(type) num = which_strtol(val, &endp, 0);		\
type              630 fs/lockd/svc.c 	*((type *) kp->arg) = num;					\
type              249 fs/locks.c     locks_get_lock_context(struct inode *inode, int type)
type              255 fs/locks.c     	if (likely(ctx) || type == F_UNLCK)
type              276 fs/locks.c     	trace_locks_get_lock_context(inode, type, ctx);
type              481 fs/locks.c     	int type = flock_translate_cmd(cmd);
type              483 fs/locks.c     	if (type < 0)
type              484 fs/locks.c     		return ERR_PTR(type);
type              498 fs/locks.c     	fl->fl_type = type;
type              504 fs/locks.c     static int assign_type(struct file_lock *fl, long type)
type              506 fs/locks.c     	switch (type) {
type              510 fs/locks.c     		fl->fl_type = type;
type              615 fs/locks.c     static int lease_init(struct file *filp, long type, struct file_lock *fl)
type              617 fs/locks.c     	if (assign_type(fl, type) != 0)
type              633 fs/locks.c     static struct file_lock *lease_alloc(struct file *filp, long type)
type              641 fs/locks.c     	error = lease_init(filp, type, fl);
type             1445 fs/locks.c     			 loff_t end, unsigned char type)
type             1457 fs/locks.c     	fl.fl_type = type;
type             1603 fs/locks.c     int __break_lease(struct inode *inode, unsigned int mode, unsigned int type)
type             1615 fs/locks.c     	new_fl->fl_flags = type;
type             1766 fs/locks.c     	int type = F_UNLCK;
type             1777 fs/locks.c     			type = target_leasetype(fl);
type             1785 fs/locks.c     	return type;
type             2877 fs/locks.c     		int type = IS_LEASE(fl) ? target_leasetype(fl) : fl->fl_type;
type             2879 fs/locks.c     		seq_printf(f, "%s ", (type == F_WRLCK) ? "WRITE" :
type             2880 fs/locks.c     				     (type == F_RDLCK) ? "READ" : "UNLCK");
type             1698 fs/namei.c     static inline int handle_dots(struct nameidata *nd, int type)
type             1700 fs/namei.c     	if (type == LAST_DOTDOT) {
type             2073 fs/namei.c     		int type;
type             2081 fs/namei.c     		type = LAST_NORM;
type             2085 fs/namei.c     					type = LAST_DOTDOT;
type             2090 fs/namei.c     				type = LAST_DOT;
type             2092 fs/namei.c     		if (likely(type == LAST_NORM)) {
type             2107 fs/namei.c     		nd->last_type = type;
type             2371 fs/namei.c     				struct qstr *last, int *type)
type             2386 fs/namei.c     		*type = nd.last_type;
type             2402 fs/namei.c     	int type;
type             2405 fs/namei.c     				    &last, &type);
type             2408 fs/namei.c     	if (unlikely(type != LAST_NORM)) {
type             3601 fs/namei.c     	int type;
type             3612 fs/namei.c     	name = filename_parentat(dfd, name, lookup_flags, path, &last, &type);
type             3620 fs/namei.c     	if (unlikely(type != LAST_NORM))
type             3899 fs/namei.c     	int type;
type             3903 fs/namei.c     				&path, &last, &type);
type             3907 fs/namei.c     	switch (type) {
type             4027 fs/namei.c     	int type;
type             4032 fs/namei.c     	name = filename_parentat(dfd, name, lookup_flags, &path, &last, &type);
type             4037 fs/namei.c     	if (type != LAST_NORM)
type              971 fs/namespace.c struct vfsmount *vfs_kern_mount(struct file_system_type *type,
type              979 fs/namespace.c 	if (!type)
type              982 fs/namespace.c 	fc = fs_context_for_mount(type, flags);
type             1002 fs/namespace.c vfs_submount(const struct dentry *mountpoint, struct file_system_type *type,
type             1012 fs/namespace.c 	return vfs_kern_mount(type, SB_SUBMOUNT, name, data);
type             2188 fs/namespace.c 	int type = ms_flags & ~(MS_REC | MS_SILENT);
type             2191 fs/namespace.c 	if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE))
type             2194 fs/namespace.c 	if (!is_power_of_2(type))
type             2196 fs/namespace.c 	return type;
type             2207 fs/namespace.c 	int type;
type             2213 fs/namespace.c 	type = flags_to_propagation_type(ms_flags);
type             2214 fs/namespace.c 	if (!type)
type             2218 fs/namespace.c 	if (type == MS_SHARED) {
type             2226 fs/namespace.c 		change_mnt_propagation(m, type);
type             2784 fs/namespace.c 	struct file_system_type *type;
type             2792 fs/namespace.c 	type = get_fs_type(fstype);
type             2793 fs/namespace.c 	if (!type)
type             2796 fs/namespace.c 	if (type->fs_flags & FS_HAS_SUBTYPE) {
type             2801 fs/namespace.c 				put_filesystem(type);
type             2807 fs/namespace.c 	fc = fs_context_for_mount(type, sb_flags);
type             2808 fs/namespace.c 	put_filesystem(type);
type             3329 fs/namespace.c 	       const char __user *type, unsigned long flags, void __user *data)
type             3336 fs/namespace.c 	kernel_type = copy_mount_string(type);
type             3363 fs/namespace.c 		char __user *, type, unsigned long, flags, void __user *, data)
type             3365 fs/namespace.c 	return ksys_mount(dev_name, dir_name, type, flags, data);
type             3788 fs/namespace.c struct vfsmount *kern_mount(struct file_system_type *type)
type             3791 fs/namespace.c 	mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL);
type             4013 fs/namespace.c 	.type		= CLONE_NEWNS,
type               59 fs/nfs/blocklayout/blocklayout.h 	enum pnfs_block_volume_type	type;
type              164 fs/nfs/blocklayout/blocklayout.h 	u8  type;
type               61 fs/nfs/blocklayout/dev.c 	b->type = be32_to_cpup(p++);
type               63 fs/nfs/blocklayout/dev.c 	switch (b->type) {
type              478 fs/nfs/blocklayout/dev.c 	switch (volumes[idx].type) {
type              490 fs/nfs/blocklayout/dev.c 		dprintk("unsupported volume type: %d\n", volumes[idx].type);
type               43 fs/nfs/blocklayout/rpc_pipefs.c 	*p++ = cpu_to_be32(b->type);
type               82 fs/nfs/blocklayout/rpc_pipefs.c 	bl_msg->type = BL_DEVICE_MOUNT,
type               53 fs/nfs/callback_proc.c 	if (delegation == NULL || (delegation->type & FMODE_WRITE) == 0)
type              137 fs/nfs/callback_xdr.c 	stateid->type = NFS4_DELEGATION_STATEID_TYPE;
type              208 fs/nfs/callback_xdr.c 	stateid->type = NFS4_LAYOUT_STATEID_TYPE;
type               49 fs/nfs/delegation.c 	if (delegation != NULL && (delegation->type & flags) == flags &&
type              138 fs/nfs/delegation.c 		const nfs4_stateid *stateid, fmode_t type)
type              191 fs/nfs/delegation.c 				  fmode_t type,
type              204 fs/nfs/delegation.c 			delegation->type = type;
type              213 fs/nfs/delegation.c 			trace_nfs4_reclaim_delegation(inode, type);
type              220 fs/nfs/delegation.c 	nfs_inode_set_delegation(inode, cred, type, stateid, pagemod_limit);
type              341 fs/nfs/delegation.c 		delegation->type = update->type;
type              356 fs/nfs/delegation.c 				  fmode_t type,
type              371 fs/nfs/delegation.c 	delegation->type = type;
type              399 fs/nfs/delegation.c 		if (delegation->type == old_delegation->type ||
type              400 fs/nfs/delegation.c 		    !(delegation->type & FMODE_WRITE)) {
type              417 fs/nfs/delegation.c 	trace_nfs4_set_delegation(inode, type);
type              447 fs/nfs/delegation.c 				delegation->type);
type              724 fs/nfs/delegation.c 		if ((delegation->type == (FMODE_READ|FMODE_WRITE)) && !(flags & FMODE_WRITE))
type              726 fs/nfs/delegation.c 		if (delegation->type & flags)
type              746 fs/nfs/delegation.c 	delegation->stateid.type = NFS4_INVALID_STATEID_TYPE;
type             1002 fs/nfs/delegation.c 	if (delegation->stateid.type == NFS4_INVALID_STATEID_TYPE)
type             1248 fs/nfs/delegation.c 	if (delegation == NULL || !(delegation->type & FMODE_WRITE))
type               21 fs/nfs/delegation.h 	fmode_t type;
type               41 fs/nfs/delegation.h 		fmode_t type, const nfs4_stateid *stateid, unsigned long pagemod_limit);
type               43 fs/nfs/delegation.h 		fmode_t type, const nfs4_stateid *stateid, unsigned long pagemod_limit);
type               79 fs/nfs/flexfilelayout/flexfilelayout.c 	stateid->type = NFS4_PNFS_DS_STATEID_TYPE;
type               55 fs/nfs/fscache-index.c 	.type 		= FSCACHE_COOKIE_TYPE_INDEX,
type               65 fs/nfs/fscache-index.c 	.type 		= FSCACHE_COOKIE_TYPE_INDEX,
type              136 fs/nfs/fscache-index.c 	.type		= FSCACHE_COOKIE_TYPE_DATAFILE,
type              171 fs/nfs/nfs2xdr.c static __be32 *xdr_decode_ftype(__be32 *p, u32 *type)
type              173 fs/nfs/nfs2xdr.c 	*type = be32_to_cpup(p++);
type              174 fs/nfs/nfs2xdr.c 	if (unlikely(*type > NF2FIFO))
type              175 fs/nfs/nfs2xdr.c 		*type = NFBAD;
type              268 fs/nfs/nfs2xdr.c 	u32 rdev, type;
type              277 fs/nfs/nfs2xdr.c 	p = xdr_decode_ftype(p, &type);
type              293 fs/nfs/nfs2xdr.c 	if (type == (u32)NFCHR && rdev == (u32)NFS2_FIFO_DEV) {
type               14 fs/nfs/nfs3_fs.h extern struct posix_acl *nfs3_get_acl(struct inode *inode, int type);
type               15 fs/nfs/nfs3_fs.h extern int nfs3_set_acl(struct inode *inode, struct posix_acl *acl, int type);
type               47 fs/nfs/nfs3acl.c struct posix_acl *nfs3_get_acl(struct inode *inode, int type)
type               78 fs/nfs/nfs3acl.c 	if (type == ACL_TYPE_ACCESS)
type              141 fs/nfs/nfs3acl.c 	if (type == ACL_TYPE_ACCESS) {
type              254 fs/nfs/nfs3acl.c int nfs3_set_acl(struct inode *inode, struct posix_acl *acl, int type)
type              260 fs/nfs/nfs3acl.c 		switch(type) {
type              304 fs/nfs/nfs3acl.c nfs3_list_one_acl(struct inode *inode, int type, const char *name, void *data,
type              310 fs/nfs/nfs3acl.c 	acl = get_acl(inode, type);
type              707 fs/nfs/nfs3proc.c 		data->arg.mknod.type = NF3BLK;
type              710 fs/nfs/nfs3proc.c 		data->arg.mknod.type = NF3CHR;
type              713 fs/nfs/nfs3proc.c 		data->arg.mknod.type = NF3FIFO;
type              716 fs/nfs/nfs3proc.c 		data->arg.mknod.type = NF3SOCK;
type              363 fs/nfs/nfs3xdr.c static void encode_ftype3(struct xdr_stream *xdr, const u32 type)
type              365 fs/nfs/nfs3xdr.c 	encode_uint32(xdr, type);
type              370 fs/nfs/nfs3xdr.c 	u32 type;
type              372 fs/nfs/nfs3xdr.c 	type = be32_to_cpup(p++);
type              373 fs/nfs/nfs3xdr.c 	if (type > NF3FIFO)
type              374 fs/nfs/nfs3xdr.c 		type = NF3NON;
type              375 fs/nfs/nfs3xdr.c 	*mode = nfs_type2fmt[type];
type             1134 fs/nfs/nfs3xdr.c 	encode_ftype3(xdr, args->type);
type             1135 fs/nfs/nfs3xdr.c 	switch (args->type) {
type              553 fs/nfs/nfs4_fs.h 	dst->type = src->type;
type              558 fs/nfs/nfs4_fs.h 	if (dst->type != src->type)
type              258 fs/nfs/nfs4idmap.c 				const char *type, size_t typelen, char **desc)
type              268 fs/nfs/nfs4idmap.c 	memcpy(cp, type, typelen);
type              279 fs/nfs/nfs4idmap.c 					 const char *type, struct idmap *idmap)
type              285 fs/nfs/nfs4idmap.c 	ret = nfs_idmap_get_desc(name, namelen, type, strlen(type), &desc);
type              305 fs/nfs/nfs4idmap.c 				 const char *type, void *data,
type              314 fs/nfs/nfs4idmap.c 	rkey = nfs_idmap_request_key(name, namelen, type, idmap);
type              349 fs/nfs/nfs4idmap.c static ssize_t nfs_idmap_lookup_name(__u32 id, const char *type, char *buf,
type              357 fs/nfs/nfs4idmap.c 	ret = nfs_idmap_get_key(id_str, id_len, type, buf, buflen, idmap);
type              364 fs/nfs/nfs4idmap.c static int nfs_idmap_lookup_id(const char *name, size_t namelen, const char *type,
type              372 fs/nfs/nfs4idmap.c 	data_size = nfs_idmap_get_key(name, namelen, type, id_str, NFS_UINT_MAXLEN, idmap);
type              375 fs/nfs/nfs4proc.c 	stateid->type = NFS4_REVOKED_STATEID_TYPE;
type              436 fs/nfs/nfs4proc.c 	switch (stateid->type) {
type              493 fs/nfs/nfs4proc.c 				if (stateid != NULL && stateid->type == NFS4_DELEGATION_STATEID_TYPE) {
type             1451 fs/nfs/nfs4proc.c 	if ((delegation->type & fmode) != fmode)
type             1757 fs/nfs/nfs4proc.c 	    (deleg_cur->type & fmode) != fmode)
type             1778 fs/nfs/nfs4proc.c 	if (freeme.type != 0)
type             1810 fs/nfs/nfs4proc.c 	if (delegation == NULL || (delegation->type & fmode) == fmode) {
type             2144 fs/nfs/nfs4proc.c 		delegation_type = delegation->type;
type             2739 fs/nfs/nfs4proc.c 	switch (stateid->type) {
type             2851 fs/nfs/nfs4proc.c 				lsp->ls_stateid.type = NFS4_INVALID_STATEID_TYPE;
type             2889 fs/nfs/nfs4proc.c 		stateid->type = NFS4_INVALID_STATEID_TYPE;
type             9801 fs/nfs/nfs4proc.c 	if (s1->type != s2->type)
type               70 fs/nfs/nfs4state.c 	.type = NFS4_SPECIAL_STATEID_TYPE,
type               77 fs/nfs/nfs4state.c 	.type = NFS4_INVALID_STATEID_TYPE,
type               85 fs/nfs/nfs4state.c 	.type = NFS4_SPECIAL_STATEID_TYPE,
type              788 fs/nfs/nfs4trace.h #define show_lock_cmd(type) \
type              789 fs/nfs/nfs4trace.h 	__print_symbolic((int)type, \
type              793 fs/nfs/nfs4trace.h #define show_lock_type(type) \
type              794 fs/nfs/nfs4trace.h 	__print_symbolic((int)type, \
type              812 fs/nfs/nfs4trace.h 			__field(char, type)
type              827 fs/nfs/nfs4trace.h 			__entry->type = request->fl_type;
type              846 fs/nfs/nfs4trace.h 			show_lock_type(__entry->type),
type              882 fs/nfs/nfs4trace.h 			__field(char, type)
type              899 fs/nfs/nfs4trace.h 			__entry->type = request->fl_type;
type              922 fs/nfs/nfs4trace.h 			show_lock_type(__entry->type),
type             1491 fs/nfs/nfs4xdr.c static inline void encode_claim_previous(struct xdr_stream *xdr, fmode_t type)
type             1497 fs/nfs/nfs4xdr.c 	encode_delegation_type(xdr, type);
type             1979 fs/nfs/nfs4xdr.c 	*p++ = cpu_to_be32(args->type);
type             1989 fs/nfs/nfs4xdr.c 		args->type,
type             3278 fs/nfs/nfs4xdr.c static int decode_attr_type(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *type)
type             3283 fs/nfs/nfs4xdr.c 	*type = 0;
type             3290 fs/nfs/nfs4xdr.c 		*type = be32_to_cpup(p);
type             3291 fs/nfs/nfs4xdr.c 		if (*type < NF4REG || *type > NF4NAMEDATTR) {
type             3292 fs/nfs/nfs4xdr.c 			dprintk("%s: bad type %d\n", __func__, *type);
type             3298 fs/nfs/nfs4xdr.c 	dprintk("%s: type=0%o\n", __func__, nfs_type2fmt[*type]);
type             3303 fs/nfs/nfs4xdr.c 				      uint32_t *bitmap, uint32_t *type)
type             3307 fs/nfs/nfs4xdr.c 	*type = 0;
type             3314 fs/nfs/nfs4xdr.c 		*type = be32_to_cpup(p);
type             3317 fs/nfs/nfs4xdr.c 	dprintk("%s: expire type=0x%x\n", __func__, *type);
type             4271 fs/nfs/nfs4xdr.c 	stateid->type = NFS4_OPEN_STATEID_TYPE;
type             4277 fs/nfs/nfs4xdr.c 	stateid->type = NFS4_LOCK_STATEID_TYPE;
type             4283 fs/nfs/nfs4xdr.c 	stateid->type = NFS4_DELEGATION_STATEID_TYPE;
type             4552 fs/nfs/nfs4xdr.c 	uint32_t type;
type             4555 fs/nfs/nfs4xdr.c 	status = decode_attr_type(xdr, bitmap, &type);
type             4560 fs/nfs/nfs4xdr.c 		fattr->mode |= nfs_type2fmt[type];
type             4911 fs/nfs/nfs4xdr.c 	uint32_t namelen, type;
type             4918 fs/nfs/nfs4xdr.c 	type = be32_to_cpup(p++); /* 4 byte read */
type             4925 fs/nfs/nfs4xdr.c 		if (type & 1)
type             5789 fs/nfs/nfs4xdr.c 	stateid->type = NFS4_LAYOUT_STATEID_TYPE;
type             5798 fs/nfs/nfs4xdr.c 	uint32_t len, type;
type             5817 fs/nfs/nfs4xdr.c 	type = be32_to_cpup(p++);
type             5818 fs/nfs/nfs4xdr.c 	if (type != pdev->layout_type) {
type             5820 fs/nfs/nfs4xdr.c 			__func__, pdev->layout_type, type);
type             5889 fs/nfs/nfs4xdr.c 	res->type = be32_to_cpup(p++);
type             5897 fs/nfs/nfs4xdr.c 		res->type,
type              131 fs/nfs/nfstrace.h 			__field(unsigned char, type)
type              145 fs/nfs/nfstrace.h 			__entry->type = nfs_umode_to_dtype(inode->i_mode);
type              160 fs/nfs/nfstrace.h 			__entry->type,
type              161 fs/nfs/nfstrace.h 			nfs_show_file_type(__entry->type),
type             1059 fs/nfs/pnfs.c  	lgp->args.type = server->pnfs_curr_ld->id;
type               64 fs/nfsd/blocklayout.c 	switch (iomap.type) {
type               95 fs/nfsd/blocklayout.c 		WARN(1, "pnfsd: filesystem returned %d extent\n", iomap.type);
type              161 fs/nfsd/blocklayout.c 	b->type = PNFS_BLOCK_VOLUME_SIMPLE;
type              228 fs/nfsd/blocklayout.c 	u8 *buf, *d, type, assoc;
type              281 fs/nfsd/blocklayout.c 		type = d[1] & 0xf;
type              290 fs/nfsd/blocklayout.c 		if (type != 0x02 && type != 0x03)
type              296 fs/nfsd/blocklayout.c 		b->scsi.designator_type = type == 0x02 ?
type              347 fs/nfsd/blocklayout.c 	b->type = PNFS_BLOCK_VOLUME_SCSI;
type               46 fs/nfsd/blocklayoutxdr.c 	switch (b->type) {
type               53 fs/nfsd/blocklayoutxdr.c 		*p++ = cpu_to_be32(b->type);
type               64 fs/nfsd/blocklayoutxdr.c 		*p++ = cpu_to_be32(b->type);
type               31 fs/nfsd/blocklayoutxdr.h 	enum pnfs_block_volume_type	type;
type               59 fs/nfsd/export.c 	char type[5];
type               62 fs/nfsd/export.c 	snprintf(type, 5, "%d", ek->ek_fsidtype);
type               63 fs/nfsd/export.c 	qword_add(bpp, blen, type);
type              315 fs/nfsd/nfs3proc.c 	int type;
type              337 fs/nfsd/nfs3proc.c 	type = nfs3_ftypes[argp->ftype];
type              339 fs/nfsd/nfs3proc.c 				    &argp->attrs, type, rdev, &resp->fh);
type              257 fs/nfsd/nfs4acl.c 		ace->type = NFS4_ACE_ACCESS_DENIED_ACE_TYPE;
type              265 fs/nfsd/nfs4acl.c 	ace->type = NFS4_ACE_ACCESS_ALLOWED_ACE_TYPE;
type              277 fs/nfsd/nfs4acl.c 			ace->type = NFS4_ACE_ACCESS_DENIED_ACE_TYPE;
type              285 fs/nfsd/nfs4acl.c 		ace->type = NFS4_ACE_ACCESS_ALLOWED_ACE_TYPE;
type              303 fs/nfsd/nfs4acl.c 	ace->type = NFS4_ACE_ACCESS_ALLOWED_ACE_TYPE;
type              312 fs/nfsd/nfs4acl.c 		ace->type = NFS4_ACE_ACCESS_ALLOWED_ACE_TYPE;
type              329 fs/nfsd/nfs4acl.c 		ace->type = NFS4_ACE_ACCESS_DENIED_ACE_TYPE;
type              342 fs/nfsd/nfs4acl.c 			ace->type = NFS4_ACE_ACCESS_DENIED_ACE_TYPE;
type              355 fs/nfsd/nfs4acl.c 	ace->type = NFS4_ACE_ACCESS_ALLOWED_ACE_TYPE;
type              631 fs/nfsd/nfs4acl.c 		if (ace->type == NFS4_ACE_ACCESS_ALLOWED_ACE_TYPE) {
type              639 fs/nfsd/nfs4acl.c 		if (ace->type == NFS4_ACE_ACCESS_ALLOWED_ACE_TYPE) {
type              648 fs/nfsd/nfs4acl.c 		if (ace->type == NFS4_ACE_ACCESS_ALLOWED_ACE_TYPE) {
type              661 fs/nfsd/nfs4acl.c 		if (ace->type == NFS4_ACE_ACCESS_ALLOWED_ACE_TYPE) {
type              674 fs/nfsd/nfs4acl.c 		if (ace->type == NFS4_ACE_ACCESS_ALLOWED_ACE_TYPE) {
type              708 fs/nfsd/nfs4acl.c 		if (ace->type != NFS4_ACE_ACCESS_ALLOWED_ACE_TYPE &&
type              709 fs/nfsd/nfs4acl.c 		    ace->type != NFS4_ACE_ACCESS_DENIED_ACE_TYPE)
type              835 fs/nfsd/nfs4acl.c 	int type;
type              840 fs/nfsd/nfs4acl.c 		.type      = NFS4_ACL_WHO_OWNER,
type              845 fs/nfsd/nfs4acl.c 		.type      = NFS4_ACL_WHO_GROUP,
type              850 fs/nfsd/nfs4acl.c 		.type      = NFS4_ACL_WHO_EVERYONE,
type              862 fs/nfsd/nfs4acl.c 			return s2t_map[i].type;
type              873 fs/nfsd/nfs4acl.c 		if (s2t_map[i].type != who)
type               64 fs/nfsd/nfs4idmap.c 	int               type;		       /* User / Group */
type               83 fs/nfsd/nfs4idmap.c 	new->type = itm->type;
type              119 fs/nfsd/nfs4idmap.c 	if (ent->type == IDMAP_TYPE_GROUP)
type              134 fs/nfsd/nfs4idmap.c 	qword_add(bpp, blen, ent->type == IDMAP_TYPE_GROUP ? "group" : "user");
type              146 fs/nfsd/nfs4idmap.c 	return (a->id == b->id && a->type == b->type &&
type              161 fs/nfsd/nfs4idmap.c 			ent->type == IDMAP_TYPE_GROUP ? "group" : "user",
type              224 fs/nfsd/nfs4idmap.c 	ent.type = strcmp(buf1, "user") == 0 ?
type              305 fs/nfsd/nfs4idmap.c 	qword_add(bpp, blen, ent->type == IDMAP_TYPE_GROUP ? "group" : "user");
type              317 fs/nfsd/nfs4idmap.c 	return (a->type == b->type && strcmp(a->name, b->name) == 0 &&
type              332 fs/nfsd/nfs4idmap.c 			ent->type == IDMAP_TYPE_GROUP ? "group" : "user",
type              386 fs/nfsd/nfs4idmap.c 	ent.type = strcmp(buf1, "user") == 0 ?
type              524 fs/nfsd/nfs4idmap.c idmap_name_to_id(struct svc_rqst *rqstp, int type, const char *name, u32 namelen,
type              528 fs/nfsd/nfs4idmap.c 		.type = type,
type              563 fs/nfsd/nfs4idmap.c 			       struct svc_rqst *rqstp, int type, u32 id)
type              567 fs/nfsd/nfs4idmap.c 		.type = type,
type              590 fs/nfsd/nfs4idmap.c numeric_name_to_id(struct svc_rqst *rqstp, int type, const char *name, u32 namelen, u32 *id)
type              606 fs/nfsd/nfs4idmap.c do_name_to_id(struct svc_rqst *rqstp, int type, const char *name, u32 namelen, u32 *id)
type              609 fs/nfsd/nfs4idmap.c 		if (numeric_name_to_id(rqstp, type, name, namelen, id))
type              615 fs/nfsd/nfs4idmap.c 	return idmap_name_to_id(rqstp, type, name, namelen, id);
type              619 fs/nfsd/nfs4idmap.c 				  struct svc_rqst *rqstp, int type, u32 id)
type              623 fs/nfsd/nfs4idmap.c 	return idmap_id_to_name(xdr, rqstp, type, id);
type             5763 fs/nfsd/nfs4state.c setlkflg (int type)
type             5765 fs/nfsd/nfs4state.c 	return (type == NFS4_READW_LT || type == NFS4_READ_LT) ?
type             7109 fs/nfsd/nfs4state.c 			     const char *type)
type             7113 fs/nfsd/nfs4state.c 	printk(KERN_INFO "NFS Client: %s has %u %s\n", buf, count, type);
type              373 fs/nfsd/nfs4xdr.c 			ace->type = be32_to_cpup(p++);
type             2645 fs/nfsd/nfs4xdr.c 			*p++ = cpu_to_be32(ace->type);
type              396 fs/nfsd/nfscache.c 	int type = rqstp->rq_cachetype;
type              400 fs/nfsd/nfscache.c 	if (type == RC_NOCACHE) {
type              321 fs/nfsd/nfsfh.c fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, int access)
type              360 fs/nfsd/nfsfh.c 	error = nfsd_mode_check(rqstp, dentry, type);
type              141 fs/nfsd/nfsfh.h static inline int key_len(int type)
type              143 fs/nfsd/nfsfh.h 	switch(type) {
type              249 fs/nfsd/nfsproc.c 	int		type, mode;
type              303 fs/nfsd/nfsproc.c 		type = attr->ia_mode & S_IFMT;
type              305 fs/nfsd/nfsproc.c 		if (!type) {
type              309 fs/nfsd/nfsproc.c 				type = inode->i_mode & S_IFMT;
type              310 fs/nfsd/nfsproc.c 				switch(type) {
type              332 fs/nfsd/nfsproc.c 				type = S_IFREG;
type              335 fs/nfsd/nfsproc.c 		type = inode->i_mode & S_IFMT;
type              338 fs/nfsd/nfsproc.c 		type = S_IFREG;
type              348 fs/nfsd/nfsproc.c 	if (type != S_IFREG) {
type              349 fs/nfsd/nfsproc.c 		if (type != S_IFBLK && type != S_IFCHR) {
type              351 fs/nfsd/nfsproc.c 		} else if (type == S_IFCHR && !(attr->ia_valid & ATTR_SIZE)) {
type              353 fs/nfsd/nfsproc.c 			type = S_IFIFO;
type              365 fs/nfsd/nfsproc.c 		if (inode && type != (inode->i_mode & S_IFMT))
type              373 fs/nfsd/nfsproc.c 					argp->len, attr, type, rdev, newfhp);
type              374 fs/nfsd/nfsproc.c 	} else if (type == S_IFREG) {
type              134 fs/nfsd/nfsxdr.c 	int type;
type              138 fs/nfsd/nfsxdr.c 	type = (stat->mode & S_IFMT);
type              140 fs/nfsd/nfsxdr.c 	*p++ = htonl(nfs_ftypes[type >> 12]);
type              146 fs/nfsd/nfsxdr.c 	if (S_ISLNK(type) && stat->size > NFS_MAXPATHLEN) {
type              152 fs/nfsd/nfsxdr.c 	if (S_ISCHR(type) || S_ISBLK(type))
type              707 fs/nfsd/vfs.c  __nfsd_open(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type,
type              774 fs/nfsd/vfs.c  nfsd_open(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type,
type              791 fs/nfsd/vfs.c  	if (type == S_IFREG)
type              793 fs/nfsd/vfs.c  	err = fh_verify(rqstp, fhp, type, may_flags);
type              795 fs/nfsd/vfs.c  		err = __nfsd_open(rqstp, fhp, type, may_flags, filp);
type              801 fs/nfsd/vfs.c  nfsd_open_verified(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type,
type              807 fs/nfsd/vfs.c  	err = __nfsd_open(rqstp, fhp, type, may_flags, filp);
type             1160 fs/nfsd/vfs.c  		int type, dev_t rdev, struct svc_fh *resfhp)
type             1185 fs/nfsd/vfs.c  	iap->ia_mode = (iap->ia_mode & S_IALLUGO) | type;
type             1189 fs/nfsd/vfs.c  	switch (type) {
type             1228 fs/nfsd/vfs.c  		       type);
type             1268 fs/nfsd/vfs.c  		int type, dev_t rdev, struct svc_fh *resfhp)
type             1300 fs/nfsd/vfs.c  	return nfsd_create_locked(rqstp, fhp, fname, flen, iap, type,
type             1777 fs/nfsd/vfs.c  nfsd_unlink(struct svc_rqst *rqstp, struct svc_fh *fhp, int type,
type             1811 fs/nfsd/vfs.c  	if (!type)
type             1812 fs/nfsd/vfs.c  		type = d_inode(rdentry)->i_mode & S_IFMT;
type             1814 fs/nfsd/vfs.c  	if (type != S_IFDIR) {
type               63 fs/nfsd/vfs.h  				int type, dev_t rdev, struct svc_fh *res);
type               66 fs/nfsd/vfs.h  				int type, dev_t rdev, struct svc_fh *res);
type              111 fs/nfsd/vfs.h  __be32		nfsd_unlink(struct svc_rqst *, struct svc_fh *, int type,
type              511 fs/nilfs2/namei.c 	int type;
type              529 fs/nilfs2/namei.c 		type = FILEID_NILFS_WITH_PARENT;
type              532 fs/nilfs2/namei.c 		type = FILEID_NILFS_WITHOUT_PARENT;
type              536 fs/nilfs2/namei.c 	return type;
type               91 fs/nilfs2/sysfs.h #define NILFS_ATTR(type, name, mode, show, store) \
type               92 fs/nilfs2/sysfs.h 	static struct nilfs_##type##_attr nilfs_##type##_attr_##name = \
type               95 fs/nilfs2/sysfs.h #define NILFS_INFO_ATTR(type, name) \
type               96 fs/nilfs2/sysfs.h 	NILFS_ATTR(type, name, 0444, NULL, NULL)
type               97 fs/nilfs2/sysfs.h #define NILFS_RO_ATTR(type, name) \
type               98 fs/nilfs2/sysfs.h 	NILFS_ATTR(type, name, 0444, nilfs_##type##_##name##_show, NULL)
type               99 fs/nilfs2/sysfs.h #define NILFS_RW_ATTR(type, name) \
type              100 fs/nilfs2/sysfs.h 	NILFS_ATTR(type, name, 0644, \
type              101 fs/nilfs2/sysfs.h 		    nilfs_##type##_##name##_show, \
type              102 fs/nilfs2/sysfs.h 		    nilfs_##type##_##name##_store)
type              156 fs/notify/fanotify/fanotify.c 	int type;
type              170 fs/notify/fanotify/fanotify.c 	fsnotify_foreach_obj_type(type) {
type              171 fs/notify/fanotify/fanotify.c 		if (!fsnotify_iter_should_report_type(iter_info, type))
type              173 fs/notify/fanotify/fanotify.c 		mark = iter_info->marks[type];
type              190 fs/notify/fanotify/fanotify.c 		    (type != FSNOTIFY_OBJ_TYPE_INODE ||
type              225 fs/notify/fanotify/fanotify.c 	int err, type;
type              230 fs/notify/fanotify/fanotify.c 	type = exportfs_encode_inode_fh(inode, NULL, &dwords, NULL);
type              243 fs/notify/fanotify/fanotify.c 	type = exportfs_encode_inode_fh(inode, fanotify_fid_fh(fid, bytes),
type              246 fs/notify/fanotify/fanotify.c 	if (!type || type == FILEID_INVALID || bytes != dwords << 2)
type              252 fs/notify/fanotify/fanotify.c 	return type;
type              257 fs/notify/fanotify/fanotify.c 			    fsid->val[0], fsid->val[1], type, bytes, err);
type              359 fs/notify/fanotify/fanotify.c 	int type;
type              362 fs/notify/fanotify/fanotify.c 	fsnotify_foreach_obj_type(type) {
type              365 fs/notify/fanotify/fanotify.c 		if (!fsnotify_iter_should_report_type(iter_info, type))
type              368 fs/notify/fanotify/fanotify.c 		conn = READ_ONCE(iter_info->marks[type]->connector);
type              679 fs/notify/fanotify/fanotify_user.c 						   unsigned int type,
type              693 fs/notify/fanotify/fanotify_user.c 	ret = fsnotify_add_mark_locked(mark, connp, type, 0, fsid);
type              704 fs/notify/fanotify/fanotify_user.c 			     fsnotify_connp_t *connp, unsigned int type,
type              714 fs/notify/fanotify/fanotify_user.c 		fsn_mark = fanotify_add_new_mark(group, connp, type, fsid);
type               81 fs/notify/fdinfo.c 	if (mark->connector->type != FSNOTIFY_OBJ_TYPE_INODE)
type              120 fs/notify/fdinfo.c 	if (mark->connector->type == FSNOTIFY_OBJ_TYPE_INODE) {
type              130 fs/notify/fdinfo.c 	} else if (mark->connector->type == FSNOTIFY_OBJ_TYPE_VFSMOUNT) {
type              135 fs/notify/fdinfo.c 	} else if (mark->connector->type == FSNOTIFY_OBJ_TYPE_SB) {
type              197 fs/notify/fsnotify.c 	int type;
type              204 fs/notify/fsnotify.c 		fsnotify_foreach_obj_type(type) {
type              205 fs/notify/fsnotify.c 			if (!fsnotify_iter_should_report_type(iter_info, type))
type              207 fs/notify/fsnotify.c 			mark = iter_info->marks[type];
type              214 fs/notify/fsnotify.c 	fsnotify_foreach_obj_type(type) {
type              215 fs/notify/fsnotify.c 		if (!fsnotify_iter_should_report_type(iter_info, type))
type              217 fs/notify/fsnotify.c 		mark = iter_info->marks[type];
type              272 fs/notify/fsnotify.c 	int type;
type              275 fs/notify/fsnotify.c 	fsnotify_foreach_obj_type(type) {
type              276 fs/notify/fsnotify.c 		mark = iter_info->marks[type];
type              287 fs/notify/fsnotify.c 	fsnotify_foreach_obj_type(type) {
type              288 fs/notify/fsnotify.c 		mark = iter_info->marks[type];
type              291 fs/notify/fsnotify.c 			fsnotify_iter_set_report_type(iter_info, type);
type              303 fs/notify/fsnotify.c 	int type;
type              305 fs/notify/fsnotify.c 	fsnotify_foreach_obj_type(type) {
type              306 fs/notify/fsnotify.c 		if (fsnotify_iter_should_report_type(iter_info, type))
type              307 fs/notify/fsnotify.c 			iter_info->marks[type] =
type              308 fs/notify/fsnotify.c 				fsnotify_next_mark(iter_info->marks[type]);
type              102 fs/notify/mark.c 	if (conn->type == FSNOTIFY_OBJ_TYPE_INODE)
type              104 fs/notify/mark.c 	else if (conn->type == FSNOTIFY_OBJ_TYPE_VFSMOUNT)
type              106 fs/notify/mark.c 	else if (conn->type == FSNOTIFY_OBJ_TYPE_SB)
type              113 fs/notify/mark.c 	if (WARN_ON(!fsnotify_valid_obj_type(conn->type)))
type              126 fs/notify/mark.c 	if (!fsnotify_valid_obj_type(conn->type))
type              149 fs/notify/mark.c 	if (conn->type == FSNOTIFY_OBJ_TYPE_INODE)
type              174 fs/notify/mark.c 					unsigned int *type)
type              178 fs/notify/mark.c 	*type = conn->type;
type              179 fs/notify/mark.c 	if (conn->type == FSNOTIFY_OBJ_TYPE_DETACHED)
type              182 fs/notify/mark.c 	if (conn->type == FSNOTIFY_OBJ_TYPE_INODE) {
type              186 fs/notify/mark.c 	} else if (conn->type == FSNOTIFY_OBJ_TYPE_VFSMOUNT) {
type              188 fs/notify/mark.c 	} else if (conn->type == FSNOTIFY_OBJ_TYPE_SB) {
type              194 fs/notify/mark.c 	conn->type = FSNOTIFY_OBJ_TYPE_DETACHED;
type              210 fs/notify/mark.c static void fsnotify_drop_object(unsigned int type, void *objp)
type              218 fs/notify/mark.c 	if (WARN_ON_ONCE(type != FSNOTIFY_OBJ_TYPE_INODE))
type              231 fs/notify/mark.c 	unsigned int type = FSNOTIFY_OBJ_TYPE_DETACHED;
type              250 fs/notify/mark.c 		objp = fsnotify_detach_connector_from_object(conn, &type);
type              258 fs/notify/mark.c 	fsnotify_drop_object(type, objp);
type              329 fs/notify/mark.c 	int type;
type              331 fs/notify/mark.c 	fsnotify_foreach_obj_type(type) {
type              333 fs/notify/mark.c 		if (!fsnotify_get_mark_safe(iter_info->marks[type]))
type              347 fs/notify/mark.c 	for (type--; type >= 0; type--)
type              348 fs/notify/mark.c 		fsnotify_put_mark_wake(iter_info->marks[type]);
type              354 fs/notify/mark.c 	int type;
type              357 fs/notify/mark.c 	fsnotify_foreach_obj_type(type)
type              358 fs/notify/mark.c 		fsnotify_put_mark_wake(iter_info->marks[type]);
type              473 fs/notify/mark.c 					       unsigned int type,
type              484 fs/notify/mark.c 	conn->type = type;
type              494 fs/notify/mark.c 	if (conn->type == FSNOTIFY_OBJ_TYPE_INODE)
type              527 fs/notify/mark.c 	if (conn->type == FSNOTIFY_OBJ_TYPE_DETACHED) {
type              544 fs/notify/mark.c 				  fsnotify_connp_t *connp, unsigned int type,
type              552 fs/notify/mark.c 	if (WARN_ON(!fsnotify_valid_obj_type(type)))
type              564 fs/notify/mark.c 		err = fsnotify_attach_connector_to_object(connp, type, fsid);
type              584 fs/notify/mark.c 				    "%x.%x != %x.%x\n", __func__, conn->type,
type              637 fs/notify/mark.c 			     fsnotify_connp_t *connp, unsigned int type,
type              659 fs/notify/mark.c 	ret = fsnotify_add_mark_list(mark, connp, type, allow_dups, fsid);
type              680 fs/notify/mark.c 		      unsigned int type, int allow_dups, __kernel_fsid_t *fsid)
type              686 fs/notify/mark.c 	ret = fsnotify_add_mark_locked(mark, connp, type, allow_dups, fsid);
type              743 fs/notify/mark.c 		if ((1U << mark->connector->type) & type_mask)
type              770 fs/notify/mark.c 	unsigned int type;
type              796 fs/notify/mark.c 	objp = fsnotify_detach_connector_from_object(conn, &type);
type              800 fs/notify/mark.c 	fsnotify_drop_object(type, objp);
type              202 fs/nsfs.c      		return ns->ops->type;
type              204 fs/nsfs.c      		if (ns->ops->type != CLONE_NEWUSER)
type              311 fs/ntfs/aops.c 					ni->type, (unsigned long long)vcn,
type              421 fs/ntfs/aops.c 	if (ni->type != AT_INDEX_ALLOCATION) {
type              424 fs/ntfs/aops.c 			BUG_ON(ni->type != AT_DATA);
type              430 fs/ntfs/aops.c 			BUG_ON(ni->type != AT_DATA);
type              475 fs/ntfs/aops.c 	err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len,
type              556 fs/ntfs/aops.c 			"0x%lx.", ni->mft_no, ni->type, page->index);
type              791 fs/ntfs/aops.c 				ni->type, (unsigned long long)vcn,
type              924 fs/ntfs/aops.c 			"0x%lx.", vi->i_ino, ni->type, page->index);
type              935 fs/ntfs/aops.c 			(NInoAttr(ni) && ni->type == AT_INDEX_ALLOCATION)));
type             1071 fs/ntfs/aops.c 						ni->mft_no, ni->type,
type             1161 fs/ntfs/aops.c 					ni->type, page->index, ofs);
type             1208 fs/ntfs/aops.c 					"and run chkdsk.", vi->i_ino, ni->type,
type             1373 fs/ntfs/aops.c 	if (ni->type != AT_INDEX_ALLOCATION) {
type             1377 fs/ntfs/aops.c 			BUG_ON(ni->type != AT_DATA);
type             1383 fs/ntfs/aops.c 			BUG_ON(ni->type != AT_DATA);
type             1458 fs/ntfs/aops.c 	err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len,
type             1562 fs/ntfs/aops.c 	if (ni->type != AT_DATA || !NInoNonResident(ni) || NInoEncrypted(ni)) {
type             1565 fs/ntfs/aops.c 				(ni->type != AT_DATA) ? "non-data" :
type              120 fs/ntfs/attrib.c 		if (vcn >= allocated_size_vcn || (a->type == ni->type &&
type              152 fs/ntfs/attrib.c 		err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len,
type              575 fs/ntfs/attrib.c static int ntfs_attr_find(const ATTR_TYPE type, const ntfschar *name,
type              599 fs/ntfs/attrib.c 		if (unlikely(le32_to_cpu(a->type) > le32_to_cpu(type) ||
type              600 fs/ntfs/attrib.c 				a->type == AT_END))
type              604 fs/ntfs/attrib.c 		if (a->type != type)
type              843 fs/ntfs/attrib.c static int ntfs_external_attr_find(const ATTR_TYPE type,
type              860 fs/ntfs/attrib.c 	ntfs_debug("Entering for inode 0x%lx, type 0x%x.", ni->mft_no, type);
type              868 fs/ntfs/attrib.c 	if (type == AT_END)
type              901 fs/ntfs/attrib.c 		if (le32_to_cpu(al_entry->type) > le32_to_cpu(type))
type              903 fs/ntfs/attrib.c 		if (type != al_entry->type)
type              958 fs/ntfs/attrib.c 				next_al_entry->type == al_entry->type	    &&
type             1034 fs/ntfs/attrib.c 		if (a->type == AT_END)
type             1045 fs/ntfs/attrib.c 		if (al_entry->type != a->type)
type             1091 fs/ntfs/attrib.c 	if (type == AT_END) {
type             1127 fs/ntfs/attrib.c 		err = ntfs_attr_find(type, name, name_len, ic, val, val_len,
type             1173 fs/ntfs/attrib.c int ntfs_attr_lookup(const ATTR_TYPE type, const ntfschar *name,
type             1188 fs/ntfs/attrib.c 	if (!NInoAttrList(base_ni) || type == AT_ATTRIBUTE_LIST)
type             1189 fs/ntfs/attrib.c 		return ntfs_attr_find(type, name, name_len, ic, val, val_len,
type             1191 fs/ntfs/attrib.c 	return ntfs_external_attr_find(type, name, name_len, ic, lowest_vcn,
type             1293 fs/ntfs/attrib.c 		const ATTR_TYPE type)
type             1298 fs/ntfs/attrib.c 	BUG_ON(!type);
type             1300 fs/ntfs/attrib.c 			vol->attrdef_size && ad->type; ++ad) {
type             1302 fs/ntfs/attrib.c 		if (likely(le32_to_cpu(ad->type) < le32_to_cpu(type)))
type             1305 fs/ntfs/attrib.c 		if (likely(ad->type == type))
type             1312 fs/ntfs/attrib.c 			le32_to_cpu(type));
type             1328 fs/ntfs/attrib.c int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPE type,
type             1338 fs/ntfs/attrib.c 	if (unlikely(type == AT_ATTRIBUTE_LIST && size > 256 * 1024))
type             1341 fs/ntfs/attrib.c 	ad = ntfs_attr_find_in_attrdef(vol, type);
type             1364 fs/ntfs/attrib.c int ntfs_attr_can_be_non_resident(const ntfs_volume *vol, const ATTR_TYPE type)
type             1369 fs/ntfs/attrib.c 	ad = ntfs_attr_find_in_attrdef(vol, type);
type             1396 fs/ntfs/attrib.c int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPE type)
type             1398 fs/ntfs/attrib.c 	if (type == AT_INDEX_ALLOCATION)
type             1539 fs/ntfs/attrib.c 	err = ntfs_attr_can_be_non_resident(vol, ni->type);
type             1610 fs/ntfs/attrib.c 	err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len,
type             1776 fs/ntfs/attrib.c 					(unsigned)le32_to_cpu(ni->type),
type             1778 fs/ntfs/attrib.c 					((ni->type == AT_DATA) &&
type             1915 fs/ntfs/attrib.c 			(unsigned)le32_to_cpu(ni->type),
type             1934 fs/ntfs/attrib.c 	err = ntfs_attr_size_bounds_check(vol, ni->type, new_alloc_size);
type             1949 fs/ntfs/attrib.c 						le32_to_cpu(ni->type));
type             1959 fs/ntfs/attrib.c 						le32_to_cpu(ni->type));
type             2016 fs/ntfs/attrib.c 	err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len,
type             2086 fs/ntfs/attrib.c 					(unsigned)le32_to_cpu(ni->type), err);
type             2118 fs/ntfs/attrib.c 	if (ni->type == AT_ATTRIBUTE_LIST ||
type             2119 fs/ntfs/attrib.c 			ni->type == AT_STANDARD_INFORMATION) {
type             2150 fs/ntfs/attrib.c 	if ((start >= 0 && start <= allocated_size) || ni->type != AT_DATA ||
type             2180 fs/ntfs/attrib.c 						(unsigned)le32_to_cpu(ni->type),
type             2216 fs/ntfs/attrib.c 					(unsigned)le32_to_cpu(ni->type), err);
type             2229 fs/ntfs/attrib.c 					(unsigned)le32_to_cpu(ni->type), err);
type             2262 fs/ntfs/attrib.c 					(unsigned)le32_to_cpu(ni->type), err);
type             2297 fs/ntfs/attrib.c 					(unsigned)le32_to_cpu(ni->type), err);
type             2316 fs/ntfs/attrib.c 		err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len,
type             2367 fs/ntfs/attrib.c 				(unsigned)le32_to_cpu(ni->type), err);
type             2371 fs/ntfs/attrib.c 	if (ntfs_attr_lookup(ni->type, ni->name, ni->name_len, CASE_SENSITIVE,
type               59 fs/ntfs/attrib.h int ntfs_attr_lookup(const ATTR_TYPE type, const ntfschar *name,
type               82 fs/ntfs/attrib.h 		const ATTR_TYPE type, const s64 size);
type               84 fs/ntfs/attrib.h 		const ATTR_TYPE type);
type               86 fs/ntfs/attrib.h 		const ATTR_TYPE type);
type              512 fs/ntfs/compress.c 	BUG_ON(ni->type != AT_DATA);
type              168 fs/ntfs/dir.c  				name->type = FILE_NAME_DOS;
type              197 fs/ntfs/dir.c  			u8 type = ie->key.file_name.file_name_type;
type              212 fs/ntfs/dir.c  			if (type != FILE_NAME_DOS)
type              220 fs/ntfs/dir.c  			name->type = type;
type              221 fs/ntfs/dir.c  			if (type != FILE_NAME_DOS) {
type              428 fs/ntfs/dir.c  				name->type = FILE_NAME_DOS;
type              457 fs/ntfs/dir.c  			u8 type = ie->key.file_name.file_name_type;
type              474 fs/ntfs/dir.c  			if (type != FILE_NAME_DOS)
type              482 fs/ntfs/dir.c  			name->type = type;
type              483 fs/ntfs/dir.c  			if (type != FILE_NAME_DOS) {
type             1503 fs/ntfs/dir.c  	na.type = AT_BITMAP;
type               23 fs/ntfs/dir.h  	FILE_NAME_TYPE_FLAGS type;
type              120 fs/ntfs/file.c 			vi->i_ino, (unsigned)le32_to_cpu(ni->type),
type              142 fs/ntfs/file.c 	err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len,
type              186 fs/ntfs/file.c 		err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len,
type              283 fs/ntfs/file.c 	err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len,
type              331 fs/ntfs/file.c 			(unsigned)le32_to_cpu(ni->type),
type              342 fs/ntfs/file.c 	BUG_ON(ni->type != AT_DATA);
type              408 fs/ntfs/file.c 						le32_to_cpu(ni->type));
type              423 fs/ntfs/file.c 						le32_to_cpu(ni->type),
type              436 fs/ntfs/file.c 							le32_to_cpu(ni->type),
type              445 fs/ntfs/file.c 							le32_to_cpu(ni->type));
type              472 fs/ntfs/file.c 					(unsigned)le32_to_cpu(ni->type),
type              607 fs/ntfs/file.c 			vi->i_ino, ni->type, pages[0]->index, nr_pages,
type              914 fs/ntfs/file.c 					ni->mft_no, ni->type,
type             1026 fs/ntfs/file.c 		err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len,
type             1110 fs/ntfs/file.c 					(unsigned)le32_to_cpu(ni->type), err);
type             1132 fs/ntfs/file.c 				err = ntfs_attr_lookup(ni->type, ni->name,
type             1229 fs/ntfs/file.c 		if (ntfs_attr_lookup(ni->type, ni->name, ni->name_len,
type             1465 fs/ntfs/file.c 	err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len,
type             1563 fs/ntfs/file.c 			vi->i_ino, ni->type, page->index, nr_pages,
type             1591 fs/ntfs/file.c 	err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len,
type             1747 fs/ntfs/file.c 			(unsigned)le32_to_cpu(ni->type),
type             1766 fs/ntfs/file.c 					(unsigned)le32_to_cpu(ni->type), err);
type             1813 fs/ntfs/file.c 							le32_to_cpu(ni->type));
type              125 fs/ntfs/index.c 	BUG_ON(idx_ni->type != AT_INDEX_ALLOCATION);
type               56 fs/ntfs/inode.c 		if (unlikely(na->type != AT_UNUSED))
type               60 fs/ntfs/inode.c 		if (ni->type != na->type)
type               96 fs/ntfs/inode.c 	ni->type = na->type;
type               97 fs/ntfs/inode.c 	if (na->type == AT_INDEX_ALLOCATION)
type              104 fs/ntfs/inode.c 	if (likely(na->type == AT_UNUSED)) {
type              163 fs/ntfs/inode.c 	na.type = AT_UNUSED;
type              213 fs/ntfs/inode.c struct inode *ntfs_attr_iget(struct inode *base_vi, ATTR_TYPE type,
type              221 fs/ntfs/inode.c 	BUG_ON(type == AT_INDEX_ALLOCATION);
type              224 fs/ntfs/inode.c 	na.type = type;
type              279 fs/ntfs/inode.c 	na.type = AT_INDEX_ALLOCATION;
type              411 fs/ntfs/inode.c 		ni->type = AT_UNUSED;
type              819 fs/ntfs/inode.c 		if (ir->type != AT_FILE_NAME) {
type              869 fs/ntfs/inode.c 		ni->type = AT_INDEX_ALLOCATION;
type              987 fs/ntfs/inode.c 		ni->type = AT_DATA;
type             1232 fs/ntfs/inode.c 	err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len,
type             1240 fs/ntfs/inode.c 			if ((ni->type != AT_DATA) || (ni->type == AT_DATA &&
type             1269 fs/ntfs/inode.c 		if (NInoMstProtected(ni) && ni->type != AT_INDEX_ROOT) {
type             1291 fs/ntfs/inode.c 		if (NInoMstProtected(ni) && ni->type != AT_INDEX_ROOT) {
type             1299 fs/ntfs/inode.c 		if (ni->type != AT_DATA) {
type             1389 fs/ntfs/inode.c 	if ((NInoCompressed(ni) || NInoSparse(ni)) && ni->type != AT_INDEX_ROOT)
type             1417 fs/ntfs/inode.c 			"Run chkdsk.", err, vi->i_ino, ni->type, ni->name_len,
type             1539 fs/ntfs/inode.c 	if (ir->type) {
type             1541 fs/ntfs/inode.c 				le32_to_cpu(ir->type));
type             1765 fs/ntfs/inode.c 	ni->type = AT_DATA;
type             1951 fs/ntfs/inode.c 			if (le32_to_cpu(al_entry->type) > le32_to_cpu(AT_DATA))
type             1953 fs/ntfs/inode.c 			if (AT_DATA != al_entry->type)
type             2377 fs/ntfs/inode.c 	err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len,
type             2434 fs/ntfs/inode.c 		err = ntfs_attr_size_bounds_check(vol, ni->type, new_size);
type             2444 fs/ntfs/inode.c 						le32_to_cpu(ni->type));
type             2451 fs/ntfs/inode.c 						le32_to_cpu(ni->type));
type             2543 fs/ntfs/inode.c 				(unsigned)le32_to_cpu(ni->type), err);
type             2569 fs/ntfs/inode.c 	if (ni->type == AT_ATTRIBUTE_LIST ||
type             2570 fs/ntfs/inode.c 			ni->type == AT_STANDARD_INFORMATION) {
type             2604 fs/ntfs/inode.c 					(unsigned)le32_to_cpu(ni->type));
type             2708 fs/ntfs/inode.c 				(unsigned)le32_to_cpu(ni->type), mp_size, es);
type             2731 fs/ntfs/inode.c 				vi->i_ino, (unsigned)le32_to_cpu(ni->type),
type               52 fs/ntfs/inode.h 	ATTR_TYPE type;	/* Attribute type of this fake inode. */
type              253 fs/ntfs/inode.h 	ATTR_TYPE type;
type              261 fs/ntfs/inode.h extern struct inode *ntfs_attr_iget(struct inode *base_vi, ATTR_TYPE type,
type              578 fs/ntfs/layout.h /* 80*/	ATTR_TYPE type;			/* Type of the attribute. */
type              685 fs/ntfs/layout.h /*  0*/	ATTR_TYPE type;		/* The (32-bit) type of the attribute. */
type              960 fs/ntfs/layout.h /*  0*/	ATTR_TYPE type;		/* Type of referenced attribute. */
type             1082 fs/ntfs/layout.h 	} __attribute__ ((__packed__)) type;
type             1409 fs/ntfs/layout.h /*  0*/	ACE_TYPES type;		/* Type of the ACE. */
type             1569 fs/ntfs/layout.h 	ACE_TYPES type;		/* Type of the ACE. */
type             1590 fs/ntfs/layout.h 	ACE_TYPES type;		/* Type of the ACE. */
type             2007 fs/ntfs/layout.h 	ATTR_TYPE type;			/* Type of the indexed attribute. Is
type              944 fs/ntfs/mft.c  	na.type = AT_UNUSED;
type             1395 fs/ntfs/mft.c  	ret = ntfs_attr_lookup(mftbmp_ni->type, mftbmp_ni->name,
type             1469 fs/ntfs/mft.c  		ret = ntfs_attr_lookup(mftbmp_ni->type, mftbmp_ni->name,
type             1494 fs/ntfs/mft.c  	if (ntfs_attr_lookup(mftbmp_ni->type, mftbmp_ni->name,
type             1599 fs/ntfs/mft.c  	ret = ntfs_attr_lookup(mftbmp_ni->type, mftbmp_ni->name,
type             1652 fs/ntfs/mft.c  	if (ntfs_attr_lookup(mftbmp_ni->type, mftbmp_ni->name,
type             1828 fs/ntfs/mft.c  	ret = ntfs_attr_lookup(mft_ni->type, mft_ni->name, mft_ni->name_len,
type             1908 fs/ntfs/mft.c  		ret = ntfs_attr_lookup(mft_ni->type, mft_ni->name,
type             1933 fs/ntfs/mft.c  	if (ntfs_attr_lookup(mft_ni->type, mft_ni->name, mft_ni->name_len,
type             2069 fs/ntfs/mft.c  	a->type = AT_END;
type             2467 fs/ntfs/mft.c  	err = ntfs_attr_lookup(mft_ni->type, mft_ni->name, mft_ni->name_len,
type             2655 fs/ntfs/mft.c  			ni->type = AT_INDEX_ALLOCATION;
type             2675 fs/ntfs/mft.c  			ni->type = AT_DATA;
type              171 fs/ntfs/namei.c 	if (name->type != FILE_NAME_DOS) {			/* Case 2. */
type              115 fs/ocfs2/acl.c 					      int type,
type              123 fs/ocfs2/acl.c 	switch (type) {
type              219 fs/ocfs2/acl.c 			 int type,
type              232 fs/ocfs2/acl.c 	switch (type) {
type              263 fs/ocfs2/acl.c int ocfs2_iop_set_acl(struct inode *inode, struct posix_acl *acl, int type)
type              272 fs/ocfs2/acl.c 	if (type == ACL_TYPE_ACCESS && acl) {
type              283 fs/ocfs2/acl.c 	status = ocfs2_set_acl(NULL, inode, bh, type, acl, NULL, NULL);
type              290 fs/ocfs2/acl.c struct posix_acl *ocfs2_iop_get_acl(struct inode *inode, int type)
type              307 fs/ocfs2/acl.c 	acl = ocfs2_get_acl_nolock(inode, type, di_bh);
type               21 fs/ocfs2/acl.h struct posix_acl *ocfs2_iop_get_acl(struct inode *inode, int type);
type               22 fs/ocfs2/acl.h int ocfs2_iop_set_acl(struct inode *inode, struct posix_acl *acl, int type);
type              526 fs/ocfs2/alloc.c 					       int type)
type              529 fs/ocfs2/alloc.c 					  type);
type             4242 fs/ocfs2/alloc.c 				  struct ocfs2_insert_type *type)
type             4260 fs/ocfs2/alloc.c 		ocfs2_insert_at_leaf(et, insert_rec, el, type);
type             4277 fs/ocfs2/alloc.c 	if (type->ins_appending == APPEND_NONE &&
type             4278 fs/ocfs2/alloc.c 	    type->ins_contig == CONTIG_NONE) {
type             4302 fs/ocfs2/alloc.c 		ret = ocfs2_rotate_tree_right(handle, et, type->ins_split,
type             4320 fs/ocfs2/alloc.c 	} else if (type->ins_appending == APPEND_TAIL
type             4321 fs/ocfs2/alloc.c 		   && type->ins_contig != CONTIG_LEFT) {
type             4331 fs/ocfs2/alloc.c 				insert_rec, type);
type             4338 fs/ocfs2/alloc.c 	if (type->ins_split == SPLIT_NONE)
type             6577 fs/ocfs2/alloc.c ocfs2_find_per_slot_free_list(int type,
type             6584 fs/ocfs2/alloc.c 		if (fl->f_inode_type == type && fl->f_slot == slot)
type             6592 fs/ocfs2/alloc.c 		fl->f_inode_type = type;
type             6603 fs/ocfs2/alloc.c ocfs2_find_preferred_free_list(int type,
type             6611 fs/ocfs2/alloc.c 		if (fl->f_inode_type == type && fl->f_slot == preferred_slot) {
type             6751 fs/ocfs2/alloc.c 			      int type, int slot, u64 suballoc,
type             6758 fs/ocfs2/alloc.c 	fl = ocfs2_find_per_slot_free_list(type, slot, ctxt);
type             6772 fs/ocfs2/alloc.c 	trace_ocfs2_cache_block_dealloc(type, slot,
type              201 fs/ocfs2/alloc.h 			      int type, int slot, u64 suballoc, u64 blkno,
type              852 fs/ocfs2/aops.c 				  unsigned len, ocfs2_write_type_t type,
type              868 fs/ocfs2/aops.c 	wc->w_type = type;
type             1660 fs/ocfs2/aops.c 			     loff_t pos, unsigned len, ocfs2_write_type_t type,
type             1677 fs/ocfs2/aops.c 	ret = ocfs2_alloc_write_ctxt(&wc, osb, pos, len, type, di_bh);
type             1697 fs/ocfs2/aops.c 	if (type != OCFS2_WRITE_DIRECT) {
type             1737 fs/ocfs2/aops.c 			pos, len, type, mmap_page,
type             1767 fs/ocfs2/aops.c 	} else if (type == OCFS2_WRITE_DIRECT)
type               42 fs/ocfs2/aops.h 			     loff_t pos, unsigned len, ocfs2_write_type_t type,
type              102 fs/ocfs2/cluster/heartbeat.c static struct o2hb_callback *hbcall_from_type(enum o2hb_callback_type type);
type              353 fs/ocfs2/cluster/heartbeat.c static int o2hb_send_nego_msg(int key, int type, u8 target)
type              360 fs/ocfs2/cluster/heartbeat.c 	ret = o2net_send_message(type, key, &msg, sizeof(msg),
type              793 fs/ocfs2/cluster/heartbeat.c 				  enum o2hb_callback_type type,
type              799 fs/ocfs2/cluster/heartbeat.c 	BUG_ON((!node) && (type != O2HB_NODE_DOWN_CB));
type              801 fs/ocfs2/cluster/heartbeat.c 	event->hn_event_type = type;
type              806 fs/ocfs2/cluster/heartbeat.c 	     type == O2HB_NODE_UP_CB ? "UP" : "DOWN", node_num);
type             1394 fs/ocfs2/cluster/heartbeat.c 			      struct o2hb_debug_buf **db, int db_len, int type,
type             1401 fs/ocfs2/cluster/heartbeat.c 	(*db)->db_type = type;
type             2242 fs/ocfs2/cluster/heartbeat.c static struct o2hb_callback *hbcall_from_type(enum o2hb_callback_type type)
type             2244 fs/ocfs2/cluster/heartbeat.c 	if (type == O2HB_NUM_CB)
type             2247 fs/ocfs2/cluster/heartbeat.c 	return &o2hb_callbacks[type];
type             2251 fs/ocfs2/cluster/heartbeat.c 			 enum o2hb_callback_type type,
type             2260 fs/ocfs2/cluster/heartbeat.c 	hc->hc_type = type;
type               55 fs/ocfs2/cluster/heartbeat.h 			 enum o2hb_callback_type type,
type             1830 fs/ocfs2/cluster/tcp.c 	new_sock->type = sock->type;
type             2039 fs/ocfs2/dir.c 				   unsigned type)
type               63 fs/ocfs2/dlm/dlmast.c 	if (lock->ml.type == LKM_EXMODE)
type               66 fs/ocfs2/dlm/dlmast.c 	else if (lock->ml.type == LKM_NLMODE)
type               93 fs/ocfs2/dlm/dlmast.c 		     lock->ast_pending, lock->ml.type);
type              315 fs/ocfs2/dlm/dlmast.c 	mlog(0, "type=%d, blocked_type=%d\n", past->type, past->blocked_type);
type              317 fs/ocfs2/dlm/dlmast.c 	if (past->type != DLM_AST &&
type              318 fs/ocfs2/dlm/dlmast.c 	    past->type != DLM_BAST) {
type              320 fs/ocfs2/dlm/dlmast.c 		     "name=%.*s, node=%u\n", past->type,
type              331 fs/ocfs2/dlm/dlmast.c 		     "name=%.*s, node=%u\n", (past->type == DLM_AST ? "" : "b"),
type              365 fs/ocfs2/dlm/dlmast.c 	if (past->type == DLM_AST)
type              380 fs/ocfs2/dlm/dlmast.c 	     "node=%u\n", past->type == DLM_AST ? "" : "b",
type              392 fs/ocfs2/dlm/dlmast.c 	if (past->type == DLM_AST) {
type              399 fs/ocfs2/dlm/dlmast.c 		     lock->ml.type, lock->ml.convert_type);
type              402 fs/ocfs2/dlm/dlmast.c 			lock->ml.type = lock->ml.convert_type;
type              418 fs/ocfs2/dlm/dlmast.c 	if (past->type == DLM_AST)
type              449 fs/ocfs2/dlm/dlmast.c 	past.type = msg_type;
type               59 fs/ocfs2/dlm/dlmcommon.h 	enum dlm_mle_type type;
type              334 fs/ocfs2/dlm/dlmcommon.h 	s8 type;
type              629 fs/ocfs2/dlm/dlmcommon.h 	u8 type;
type              819 fs/ocfs2/dlm/dlmcommon.h struct dlm_lock * dlm_new_lock(int type, u8 node, u64 cookie,
type               46 fs/ocfs2/dlm/dlmconvert.c 					   int type, int *call_ast,
type               50 fs/ocfs2/dlm/dlmconvert.c 					   struct dlm_lock *lock, int flags, int type);
type               63 fs/ocfs2/dlm/dlmconvert.c 				  struct dlm_lock *lock, int flags, int type)
type               74 fs/ocfs2/dlm/dlmconvert.c 	status = __dlmconvert_master(dlm, res, lock, flags, type,
type              107 fs/ocfs2/dlm/dlmconvert.c 					   int type, int *call_ast,
type              116 fs/ocfs2/dlm/dlmconvert.c 	     lock->ml.type, lock->ml.convert_type, type);
type              137 fs/ocfs2/dlm/dlmconvert.c 		switch (lock->ml.type) {
type              141 fs/ocfs2/dlm/dlmconvert.c 				     dlm_lock_mode_name(lock->ml.type),
type              142 fs/ocfs2/dlm/dlmconvert.c 				     dlm_lock_mode_name(type));
type              148 fs/ocfs2/dlm/dlmconvert.c 				if (type > LKM_NLMODE) {
type              151 fs/ocfs2/dlm/dlmconvert.c 					     dlm_lock_mode_name(lock->ml.type),
type              152 fs/ocfs2/dlm/dlmconvert.c 					     dlm_lock_mode_name(type));
type              157 fs/ocfs2/dlm/dlmconvert.c 					     dlm_lock_mode_name(lock->ml.type),
type              158 fs/ocfs2/dlm/dlmconvert.c 					     dlm_lock_mode_name(type));
type              167 fs/ocfs2/dlm/dlmconvert.c 	if (type <= lock->ml.type)
type              175 fs/ocfs2/dlm/dlmconvert.c 		if (!dlm_lock_compatible(tmplock->ml.type, type))
type              180 fs/ocfs2/dlm/dlmconvert.c 		if (!dlm_lock_compatible(tmplock->ml.type, type))
type              183 fs/ocfs2/dlm/dlmconvert.c 		if (!dlm_lock_compatible(tmplock->ml.convert_type, type))
type              191 fs/ocfs2/dlm/dlmconvert.c 	     res->lockname.name, dlm_lock_mode_name(type));
type              196 fs/ocfs2/dlm/dlmconvert.c 	lock->ml.type = type;
type              214 fs/ocfs2/dlm/dlmconvert.c 		     lock->ml.type, type);
type              221 fs/ocfs2/dlm/dlmconvert.c 	lock->ml.convert_type = type;
type              253 fs/ocfs2/dlm/dlmconvert.c 				  struct dlm_lock *lock, int flags, int type)
type              257 fs/ocfs2/dlm/dlmconvert.c 	mlog(0, "type=%d, convert_type=%d, busy=%d\n", lock->ml.type,
type              282 fs/ocfs2/dlm/dlmconvert.c 	if (lock->ml.type == type && lock->ml.convert_type == LKM_IVMODE) {
type              289 fs/ocfs2/dlm/dlmconvert.c 		     lock->ml.type, lock->ml.convert_type);
type              299 fs/ocfs2/dlm/dlmconvert.c 	lock->ml.convert_type = type;
type              302 fs/ocfs2/dlm/dlmconvert.c 		if (lock->ml.type == LKM_EXMODE) {
type              318 fs/ocfs2/dlm/dlmconvert.c 	status = dlm_send_remote_convert_request(dlm, res, lock, flags, type);
type              357 fs/ocfs2/dlm/dlmconvert.c 					   struct dlm_lock *lock, int flags, int type)
type              370 fs/ocfs2/dlm/dlmconvert.c 	convert.requested_type = type;
type               15 fs/ocfs2/dlm/dlmconvert.h 				  struct dlm_lock *lock, int flags, int type);
type               18 fs/ocfs2/dlm/dlmconvert.h 				  struct dlm_lock *lock, int flags, int type);
type               66 fs/ocfs2/dlm/dlmdebug.c 	       lock->ml.type, lock->ml.convert_type, lock->ml.node,
type              273 fs/ocfs2/dlm/dlmdebug.c 	if (mle->type == DLM_MLE_BLOCK)
type              275 fs/ocfs2/dlm/dlmdebug.c 	else if (mle->type == DLM_MLE_MASTER)
type              473 fs/ocfs2/dlm/dlmdebug.c 		       list_type, lock->ml.type, lock->ml.convert_type,
type               48 fs/ocfs2/dlm/dlmlock.c static void dlm_init_lock(struct dlm_lock *newlock, int type,
type               81 fs/ocfs2/dlm/dlmlock.c 		if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type))
type               86 fs/ocfs2/dlm/dlmlock.c 		if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type))
type               89 fs/ocfs2/dlm/dlmlock.c 					 lock->ml.type))
type              110 fs/ocfs2/dlm/dlmlock.c 	mlog(0, "type=%d\n", lock->ml.type);
type              207 fs/ocfs2/dlm/dlmlock.c 	     lock->ml.type, res->lockname.len,
type              295 fs/ocfs2/dlm/dlmlock.c 	create.requested_type = lock->ml.type;
type              378 fs/ocfs2/dlm/dlmlock.c static void dlm_init_lock(struct dlm_lock *newlock, int type,
type              385 fs/ocfs2/dlm/dlmlock.c 	newlock->ml.type = type;
type              407 fs/ocfs2/dlm/dlmlock.c struct dlm_lock * dlm_new_lock(int type, u8 node, u64 cookie,
type              427 fs/ocfs2/dlm/dlmlock.c 	dlm_init_lock(lock, type, node, cookie);
type               76 fs/ocfs2/dlm/dlmmaster.c 			enum dlm_mle_type type,
type              251 fs/ocfs2/dlm/dlmmaster.c 			enum dlm_mle_type type,
type              260 fs/ocfs2/dlm/dlmmaster.c 	mle->type = type;
type              273 fs/ocfs2/dlm/dlmmaster.c 	BUG_ON(mle->type != DLM_MLE_BLOCK &&
type              274 fs/ocfs2/dlm/dlmmaster.c 	       mle->type != DLM_MLE_MASTER &&
type              275 fs/ocfs2/dlm/dlmmaster.c 	       mle->type != DLM_MLE_MIGRATION);
type              277 fs/ocfs2/dlm/dlmmaster.c 	if (mle->type == DLM_MLE_MASTER) {
type              291 fs/ocfs2/dlm/dlmmaster.c 	atomic_inc(&dlm->mle_tot_count[mle->type]);
type              292 fs/ocfs2/dlm/dlmmaster.c 	atomic_inc(&dlm->mle_cur_count[mle->type]);
type              417 fs/ocfs2/dlm/dlmmaster.c 	     mle->type);
type              425 fs/ocfs2/dlm/dlmmaster.c 	atomic_dec(&dlm->mle_cur_count[mle->type]);
type              819 fs/ocfs2/dlm/dlmmaster.c 		if (mle->type == DLM_MLE_MASTER) {
type              823 fs/ocfs2/dlm/dlmmaster.c 		mig = (mle->type == DLM_MLE_MIGRATION);
type             1052 fs/ocfs2/dlm/dlmmaster.c 		b = (mle->type == DLM_MLE_BLOCK);
type             1274 fs/ocfs2/dlm/dlmmaster.c 						mle->type = DLM_MLE_MASTER;
type             1288 fs/ocfs2/dlm/dlmmaster.c 			if (mle->type != DLM_MLE_BLOCK)
type             1318 fs/ocfs2/dlm/dlmmaster.c 	BUG_ON(mle->type == DLM_MLE_MIGRATION);
type             1507 fs/ocfs2/dlm/dlmmaster.c 		if (tmpmle->type == DLM_MLE_BLOCK) {
type             1511 fs/ocfs2/dlm/dlmmaster.c 		} else if (tmpmle->type == DLM_MLE_MIGRATION) {
type             1590 fs/ocfs2/dlm/dlmmaster.c 		if (tmpmle->type == DLM_MLE_BLOCK)
type             1592 fs/ocfs2/dlm/dlmmaster.c 		else if (tmpmle->type == DLM_MLE_MIGRATION) {
type             1823 fs/ocfs2/dlm/dlmmaster.c 		if (mle->type == DLM_MLE_MIGRATION) {
type             1863 fs/ocfs2/dlm/dlmmaster.c 		} else if (mle->type != DLM_MLE_MIGRATION) {
type             1910 fs/ocfs2/dlm/dlmmaster.c 		if (mle->type == DLM_MLE_BLOCK || mle->type == DLM_MLE_MIGRATION)
type             1932 fs/ocfs2/dlm/dlmmaster.c 			if (mle->type == DLM_MLE_MIGRATION) {
type             3204 fs/ocfs2/dlm/dlmmaster.c 		if (tmp->type == DLM_MLE_MIGRATION) {
type             3231 fs/ocfs2/dlm/dlmmaster.c 			if (tmp->type == DLM_MLE_MASTER) {
type             3308 fs/ocfs2/dlm/dlmmaster.c 	BUG_ON(mle->type != DLM_MLE_BLOCK);
type             3349 fs/ocfs2/dlm/dlmmaster.c 			BUG_ON(mle->type != DLM_MLE_BLOCK &&
type             3350 fs/ocfs2/dlm/dlmmaster.c 			       mle->type != DLM_MLE_MASTER &&
type             3351 fs/ocfs2/dlm/dlmmaster.c 			       mle->type != DLM_MLE_MIGRATION);
type             3356 fs/ocfs2/dlm/dlmmaster.c 			if (mle->type == DLM_MLE_MASTER)
type             3362 fs/ocfs2/dlm/dlmmaster.c 			if (mle->type == DLM_MLE_BLOCK) {
type             3555 fs/ocfs2/dlm/dlmmaster.c 			if (mle->type != DLM_MLE_BLOCK) {
type             1192 fs/ocfs2/dlm/dlmrecovery.c 	if (lock->ml.type != LKM_EXMODE && lock->ml.type != LKM_PRMODE)
type             1224 fs/ocfs2/dlm/dlmrecovery.c 	ml->type = lock->ml.type;
type             1246 fs/ocfs2/dlm/dlmrecovery.c 	dummy.ml.type = LKM_IVMODE;
type             1259 fs/ocfs2/dlm/dlmrecovery.c 	    ml->type == LKM_IVMODE &&
type             1865 fs/ocfs2/dlm/dlmrecovery.c 				     ml->node, ml->list, ml->flags, ml->type,
type             1885 fs/ocfs2/dlm/dlmrecovery.c 				     ml->node, ml->list, ml->flags, ml->type,
type             1917 fs/ocfs2/dlm/dlmrecovery.c 		newlock = dlm_new_lock(ml->type, ml->node,
type             1933 fs/ocfs2/dlm/dlmrecovery.c 		if (ml->type == LKM_NLMODE)
type             1957 fs/ocfs2/dlm/dlmrecovery.c 				BUG_ON(ml->type != LKM_EXMODE &&
type             1958 fs/ocfs2/dlm/dlmrecovery.c 				       ml->type != LKM_PRMODE);
type             1960 fs/ocfs2/dlm/dlmrecovery.c  				    (ml->type == LKM_EXMODE ||
type             1966 fs/ocfs2/dlm/dlmrecovery.c  					     res->lockname.name, ml->type);
type             2011 fs/ocfs2/dlm/dlmrecovery.c 	      			     ml->type, ml->convert_type, ml->node,
type             2025 fs/ocfs2/dlm/dlmrecovery.c 					newlock->ml.type >
type             2210 fs/ocfs2/dlm/dlmrecovery.c 		if (lock->ml.type != LKM_EXMODE &&
type             2211 fs/ocfs2/dlm/dlmrecovery.c 		    lock->ml.type != LKM_PRMODE)
type             2213 fs/ocfs2/dlm/dlmrecovery.c 	} else if (lock->ml.type == LKM_EXMODE)
type              377 fs/ocfs2/dlm/dlmthread.c 		if (!dlm_lock_compatible(lock->ml.type,
type              395 fs/ocfs2/dlm/dlmthread.c 		if (!dlm_lock_compatible(lock->ml.type,
type              418 fs/ocfs2/dlm/dlmthread.c 		     target->ml.type,
type              421 fs/ocfs2/dlm/dlmthread.c 		target->ml.type = target->ml.convert_type;
type              444 fs/ocfs2/dlm/dlmthread.c 		if (!dlm_lock_compatible(lock->ml.type, target->ml.type)) {
type              450 fs/ocfs2/dlm/dlmthread.c 			if (lock->ml.highest_blocked < target->ml.type)
type              451 fs/ocfs2/dlm/dlmthread.c 				lock->ml.highest_blocked = target->ml.type;
type              458 fs/ocfs2/dlm/dlmthread.c 		if (!dlm_lock_compatible(lock->ml.type, target->ml.type)) {
type              464 fs/ocfs2/dlm/dlmthread.c 			if (lock->ml.highest_blocked < target->ml.type)
type              465 fs/ocfs2/dlm/dlmthread.c 				lock->ml.highest_blocked = target->ml.type;
type              480 fs/ocfs2/dlm/dlmthread.c 		     target->ml.type, target->ml.node);
type              592 fs/ocfs2/dlm/dlmthread.c 		     lock->ml.type, lock->ml.node);
type              488 fs/ocfs2/dlm/dlmunlock.c 	    lock->ml.type != LKM_EXMODE)
type              629 fs/ocfs2/dlm/dlmunlock.c 	if (flags & LKM_VALBLK && lock->ml.type != LKM_EXMODE)
type              387 fs/ocfs2/dlmglue.c static void ocfs2_build_lock_name(enum ocfs2_lock_type type,
type              394 fs/ocfs2/dlmglue.c 	BUG_ON(type >= OCFS2_NUM_LOCK_TYPES);
type              397 fs/ocfs2/dlmglue.c 		       ocfs2_lock_type_char(type), OCFS2_LOCK_ID_PAD,
type              513 fs/ocfs2/dlmglue.c 				       enum ocfs2_lock_type type,
type              517 fs/ocfs2/dlmglue.c 	res->l_type          = type;
type              533 fs/ocfs2/dlmglue.c 	if (type != OCFS2_LOCK_TYPE_OPEN)
type              534 fs/ocfs2/dlmglue.c 		lockdep_init_map(&res->l_lockdep_map, ocfs2_lock_type_strings[type],
type              535 fs/ocfs2/dlmglue.c 				 &lockdep_keys[type], 0);
type              553 fs/ocfs2/dlmglue.c 			       enum ocfs2_lock_type type,
type              559 fs/ocfs2/dlmglue.c 	switch(type) {
type              570 fs/ocfs2/dlmglue.c 			mlog_bug_on_msg(1, "type: %d\n", type);
type              575 fs/ocfs2/dlmglue.c 	ocfs2_build_lock_name(type, OCFS2_I(inode)->ip_blkno,
type              577 fs/ocfs2/dlmglue.c 	ocfs2_lock_res_init_common(OCFS2_SB(inode->i_sb), res, type, ops, inode);
type              111 fs/ocfs2/dlmglue.h 			       enum ocfs2_lock_type type,
type              198 fs/ocfs2/export.c 	int type = 1;
type              212 fs/ocfs2/export.c 		type = FILEID_INVALID;
type              216 fs/ocfs2/export.c 		type = FILEID_INVALID;
type              239 fs/ocfs2/export.c 		type = 2;
type              248 fs/ocfs2/export.c 	trace_ocfs2_encode_fh_type(type);
type              249 fs/ocfs2/export.c 	return type;
type              257 fs/ocfs2/filecheck.c ocfs2_filecheck_type_parse(const char *name, unsigned int *type)
type              260 fs/ocfs2/filecheck.c 		*type = OCFS2_FILECHECK_TYPE_FIX;
type              262 fs/ocfs2/filecheck.c 		*type = OCFS2_FILECHECK_TYPE_CHK;
type              264 fs/ocfs2/filecheck.c 		*type = OCFS2_FILECHECK_TYPE_SET;
type              276 fs/ocfs2/filecheck.c 	unsigned int type;
type              282 fs/ocfs2/filecheck.c 	if (ocfs2_filecheck_type_parse(name, &type))
type              290 fs/ocfs2/filecheck.c 	args->fa_type = type;
type              291 fs/ocfs2/filecheck.c 	if (type == OCFS2_FILECHECK_TYPE_SET)
type              305 fs/ocfs2/filecheck.c 	unsigned int type;
type              310 fs/ocfs2/filecheck.c 	if (ocfs2_filecheck_type_parse(attr->attr.name, &type))
type              313 fs/ocfs2/filecheck.c 	if (type == OCFS2_FILECHECK_TYPE_SET) {
type              325 fs/ocfs2/filecheck.c 		if (p->fe_type != type)
type               67 fs/ocfs2/inode.c 						 int flags, int type);
type             1566 fs/ocfs2/inode.c 				      int flags, int type)
type             1571 fs/ocfs2/inode.c 	if (!type) /* Check inode block */
type              327 fs/ocfs2/ioctl.c 	int status, type = INODE_ALLOC_SYSTEM_INODE;
type              348 fs/ocfs2/ioctl.c 			inode_alloc = ocfs2_get_system_file_inode(osb, type, i);
type              358 fs/ocfs2/ioctl.c 							type, i);
type              614 fs/ocfs2/ioctl.c 	int status, type = GLOBAL_BITMAP_SYSTEM_INODE;
type              641 fs/ocfs2/ioctl.c 		gb_inode = ocfs2_get_system_file_inode(osb, type,
type              649 fs/ocfs2/ioctl.c 		ocfs2_sprintf_system_inode_name(namebuf, sizeof(namebuf), type,
type              639 fs/ocfs2/journal.c 				  int type)
type              651 fs/ocfs2/journal.c 		(unsigned long long)bh->b_blocknr, type, bh->b_size);
type              687 fs/ocfs2/journal.c 	switch (type) {
type              707 fs/ocfs2/journal.c 		     status, type);
type              713 fs/ocfs2/journal.c 			    struct buffer_head *bh, int type)
type              715 fs/ocfs2/journal.c 	return __ocfs2_journal_access(handle, ci, bh, &di_triggers, type);
type              719 fs/ocfs2/journal.c 			    struct buffer_head *bh, int type)
type              721 fs/ocfs2/journal.c 	return __ocfs2_journal_access(handle, ci, bh, &eb_triggers, type);
type              725 fs/ocfs2/journal.c 			    struct buffer_head *bh, int type)
type              728 fs/ocfs2/journal.c 				      type);
type              732 fs/ocfs2/journal.c 			    struct buffer_head *bh, int type)
type              734 fs/ocfs2/journal.c 	return __ocfs2_journal_access(handle, ci, bh, &gd_triggers, type);
type              738 fs/ocfs2/journal.c 			    struct buffer_head *bh, int type)
type              740 fs/ocfs2/journal.c 	return __ocfs2_journal_access(handle, ci, bh, &db_triggers, type);
type              744 fs/ocfs2/journal.c 			    struct buffer_head *bh, int type)
type              746 fs/ocfs2/journal.c 	return __ocfs2_journal_access(handle, ci, bh, &xb_triggers, type);
type              750 fs/ocfs2/journal.c 			    struct buffer_head *bh, int type)
type              752 fs/ocfs2/journal.c 	return __ocfs2_journal_access(handle, ci, bh, &dq_triggers, type);
type              756 fs/ocfs2/journal.c 			    struct buffer_head *bh, int type)
type              758 fs/ocfs2/journal.c 	return __ocfs2_journal_access(handle, ci, bh, &dr_triggers, type);
type              762 fs/ocfs2/journal.c 			    struct buffer_head *bh, int type)
type              764 fs/ocfs2/journal.c 	return __ocfs2_journal_access(handle, ci, bh, &dl_triggers, type);
type              768 fs/ocfs2/journal.c 			 struct buffer_head *bh, int type)
type              770 fs/ocfs2/journal.c 	return __ocfs2_journal_access(handle, ci, bh, NULL, type);
type             2036 fs/ocfs2/journal.c 				unsigned type)
type              276 fs/ocfs2/journal.h 			    struct buffer_head *bh, int type);
type              279 fs/ocfs2/journal.h 			    struct buffer_head *bh, int type);
type              282 fs/ocfs2/journal.h 			    struct buffer_head *bh, int type);
type              285 fs/ocfs2/journal.h 			    struct buffer_head *bh, int type);
type              288 fs/ocfs2/journal.h 			    struct buffer_head *bh, int type);
type              291 fs/ocfs2/journal.h 			    struct buffer_head *bh, int type);
type              294 fs/ocfs2/journal.h 			    struct buffer_head *bh, int type);
type              297 fs/ocfs2/journal.h 			    struct buffer_head *bh, int type);
type              300 fs/ocfs2/journal.h 			    struct buffer_head *bh, int type);
type              303 fs/ocfs2/journal.h 			 struct buffer_head *bh, int type);
type              375 fs/ocfs2/move_extents.c 					 int type, int slot,
type              390 fs/ocfs2/move_extents.c 	ocfs2_sprintf_system_inode_name(namebuf, sizeof(namebuf), type, slot);
type              408 fs/ocfs2/move_extents.c 	if (type == GLOBAL_BITMAP_SYSTEM_INODE)
type              478 fs/ocfs2/ocfs2.h 					 struct buffer_head *bh, int type);
type             1108 fs/ocfs2/ocfs2_fs.h static inline void ocfs2_xattr_set_type(struct ocfs2_xattr_entry *xe, int type)
type             1110 fs/ocfs2/ocfs2_fs.h 	xe->xe_type |= type & OCFS2_XATTR_TYPE_MASK;
type             1563 fs/ocfs2/ocfs2_fs.h static inline int ocfs2_system_inode_is_global(int type)
type             1565 fs/ocfs2/ocfs2_fs.h 	return ((type >= 0) &&
type             1566 fs/ocfs2/ocfs2_fs.h 		(type <= OCFS2_LAST_GLOBAL_SYSTEM_INODE));
type             1570 fs/ocfs2/ocfs2_fs.h 						  int type, int slot)
type             1579 fs/ocfs2/ocfs2_fs.h 	if (type <= OCFS2_LAST_GLOBAL_SYSTEM_INODE)
type             1581 fs/ocfs2/ocfs2_fs.h 				 ocfs2_system_inodes[type].si_name);
type             1584 fs/ocfs2/ocfs2_fs.h 				 ocfs2_system_inodes[type].si_name,
type               43 fs/ocfs2/ocfs2_lockid.h static inline char ocfs2_lock_type_char(enum ocfs2_lock_type type)
type               46 fs/ocfs2/ocfs2_lockid.h 	switch (type) {
type              111 fs/ocfs2/ocfs2_lockid.h static inline const char *ocfs2_lock_type_string(enum ocfs2_lock_type type)
type              114 fs/ocfs2/ocfs2_lockid.h 	BUG_ON(type >= OCFS2_NUM_LOCK_TYPES);
type              116 fs/ocfs2/ocfs2_lockid.h 	return ocfs2_lock_type_strings[type];
type              670 fs/ocfs2/ocfs2_trace.h 	TP_PROTO(int type, int slot, unsigned long long suballoc,
type              672 fs/ocfs2/ocfs2_trace.h 	TP_ARGS(type, slot, suballoc, blkno, bit),
type              674 fs/ocfs2/ocfs2_trace.h 		__field(int, type)
type              681 fs/ocfs2/ocfs2_trace.h 		__entry->type = type;
type              688 fs/ocfs2/ocfs2_trace.h 		  __entry->type, __entry->slot, __entry->suballoc,
type             2009 fs/ocfs2/ocfs2_trace.h 	TP_PROTO(unsigned int dq_id, unsigned int dq_type, unsigned long type,
type             2011 fs/ocfs2/ocfs2_trace.h 	TP_ARGS(dq_id, dq_type, type, s_id),
type             2016 fs/ocfs2/ocfs2_trace.h 		__field(unsigned long, type)
type             2022 fs/ocfs2/ocfs2_trace.h 		__entry->type = type;
type             2026 fs/ocfs2/ocfs2_trace.h 		  __entry->type, __get_str(s_id))
type               94 fs/ocfs2/quota.h ssize_t ocfs2_quota_read(struct super_block *sb, int type, char *data,
type               96 fs/ocfs2/quota.h ssize_t ocfs2_quota_write(struct super_block *sb, int type,
type               98 fs/ocfs2/quota.h int ocfs2_global_read_info(struct super_block *sb, int type);
type               99 fs/ocfs2/quota.h int ocfs2_global_write_info(struct super_block *sb, int type);
type              118 fs/ocfs2/quota_global.c 			sb_dqinfo(dquot->dq_sb, dquot->dq_id.type)->dqi_priv;
type              123 fs/ocfs2/quota_global.c 	return qid_eq(make_kqid(&init_user_ns, dquot->dq_id.type,
type              167 fs/ocfs2/quota_global.c ssize_t ocfs2_quota_read(struct super_block *sb, int type, char *data,
type              170 fs/ocfs2/quota_global.c 	struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv;
type              216 fs/ocfs2/quota_global.c ssize_t ocfs2_quota_write(struct super_block *sb, int type,
type              219 fs/ocfs2/quota_global.c 	struct mem_dqinfo *info = sb_dqinfo(sb, type);
type              338 fs/ocfs2/quota_global.c int ocfs2_global_read_info(struct super_block *sb, int type)
type              344 fs/ocfs2/quota_global.c 	struct mem_dqinfo *info = sb_dqinfo(sb, type);
type              350 fs/ocfs2/quota_global.c 	gqinode = ocfs2_get_system_file_inode(OCFS2_SB(sb), ino[type],
type              354 fs/ocfs2/quota_global.c 			type);
type              359 fs/ocfs2/quota_global.c 	oinfo->dqi_gi.dqi_type = type;
type              380 fs/ocfs2/quota_global.c 	status = sb->s_op->quota_read(sb, type, (char *)&dinfo,
type              417 fs/ocfs2/quota_global.c static int __ocfs2_global_write_info(struct super_block *sb, int type)
type              419 fs/ocfs2/quota_global.c 	struct mem_dqinfo *info = sb_dqinfo(sb, type);
type              433 fs/ocfs2/quota_global.c 	size = sb->s_op->quota_write(sb, type, (char *)&dinfo,
type              445 fs/ocfs2/quota_global.c int ocfs2_global_write_info(struct super_block *sb, int type)
type              449 fs/ocfs2/quota_global.c 	struct ocfs2_mem_dqinfo *info = dqopt->info[type].dqi_priv;
type              455 fs/ocfs2/quota_global.c 	err = __ocfs2_global_write_info(sb, type);
type              462 fs/ocfs2/quota_global.c static int ocfs2_global_qinit_alloc(struct super_block *sb, int type)
type              464 fs/ocfs2/quota_global.c 	struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv;
type              473 fs/ocfs2/quota_global.c static int ocfs2_calc_global_qinit_credits(struct super_block *sb, int type)
type              477 fs/ocfs2/quota_global.c 	return (ocfs2_global_qinit_alloc(sb, type) + 2) *
type              488 fs/ocfs2/quota_global.c 	int type = dquot->dq_id.type;
type              489 fs/ocfs2/quota_global.c 	struct ocfs2_mem_dqinfo *info = sb_dqinfo(sb, type)->dqi_priv;
type              494 fs/ocfs2/quota_global.c 	err = sb->s_op->quota_read(sb, type, (char *)&dqblk,
type              569 fs/ocfs2/quota_global.c 			       " (type=%d, id=%u)\n", dquot->dq_id.type,
type              580 fs/ocfs2/quota_global.c 		if (info_dirty(sb_dqinfo(sb, type))) {
type              581 fs/ocfs2/quota_global.c 			err2 = __ocfs2_global_write_info(sb, type);
type              597 fs/ocfs2/quota_global.c static int ocfs2_sync_dquot_helper(struct dquot *dquot, unsigned long type)
type              601 fs/ocfs2/quota_global.c 	struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv;
type              606 fs/ocfs2/quota_global.c 				      dquot->dq_id.type,
type              607 fs/ocfs2/quota_global.c 				      type, sb->s_id);
type              608 fs/ocfs2/quota_global.c 	if (type != dquot->dq_id.type)
type              667 fs/ocfs2/quota_global.c 				dquot->dq_id.type);
type              683 fs/ocfs2/quota_global.c static int ocfs2_calc_qdel_credits(struct super_block *sb, int type)
type              685 fs/ocfs2/quota_global.c 	struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv;
type              722 fs/ocfs2/quota_global.c 			sb_dqinfo(dquot->dq_sb, dquot->dq_id.type)->dqi_priv;
type              727 fs/ocfs2/quota_global.c 				  dquot->dq_id.type);
type              750 fs/ocfs2/quota_global.c 		ocfs2_calc_qdel_credits(dquot->dq_sb, dquot->dq_id.type));
type              798 fs/ocfs2/quota_global.c 	int type = dquot->dq_id.type;
type              799 fs/ocfs2/quota_global.c 	struct ocfs2_mem_dqinfo *info = sb_dqinfo(sb, type)->dqi_priv;
type              801 fs/ocfs2/quota_global.c 	int need_alloc = ocfs2_global_qinit_alloc(sb, type);
type              805 fs/ocfs2/quota_global.c 				  type);
type              844 fs/ocfs2/quota_global.c 				   ocfs2_calc_global_qinit_credits(sb, type));
type              853 fs/ocfs2/quota_global.c 	if (ex && info_dirty(sb_dqinfo(sb, type))) {
type              854 fs/ocfs2/quota_global.c 		err = __ocfs2_global_write_info(sb, type);
type              879 fs/ocfs2/quota_global.c 	int type = qid->type;
type              880 fs/ocfs2/quota_global.c 	struct ocfs2_mem_dqinfo *info = sb_dqinfo(sb, type)->dqi_priv;
type              883 fs/ocfs2/quota_global.c 	trace_ocfs2_get_next_id(from_kqid(&init_user_ns, *qid), type);
type              884 fs/ocfs2/quota_global.c 	if (!sb_has_quota_loaded(sb, type)) {
type              919 fs/ocfs2/quota_global.c 	int type = dquot->dq_id.type;
type              920 fs/ocfs2/quota_global.c 	struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv;
type              925 fs/ocfs2/quota_global.c 				     type);
type              968 fs/ocfs2/quota_global.c static int ocfs2_write_info(struct super_block *sb, int type)
type              972 fs/ocfs2/quota_global.c 	struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv;
type              983 fs/ocfs2/quota_global.c 	status = dquot_commit_info(sb, type);
type              993 fs/ocfs2/quota_global.c static struct dquot *ocfs2_alloc_dquot(struct super_block *sb, int type)
type              160 fs/ocfs2/quota_local.c static int ocfs2_local_check_quota_file(struct super_block *sb, int type)
type              169 fs/ocfs2/quota_local.c 	struct inode *linode = sb_dqopt(sb)->files[type];
type              179 fs/ocfs2/quota_local.c 			type);
type              183 fs/ocfs2/quota_local.c 	if (le32_to_cpu(dqhead->dqh_magic) != lmagics[type]) {
type              186 fs/ocfs2/quota_local.c 			lmagics[type], type);
type              189 fs/ocfs2/quota_local.c 	if (le32_to_cpu(dqhead->dqh_version) != lversions[type]) {
type              192 fs/ocfs2/quota_local.c 			lversions[type], type);
type              199 fs/ocfs2/quota_local.c 	ginode = ocfs2_get_system_file_inode(OCFS2_SB(sb), ino[type],
type              203 fs/ocfs2/quota_local.c 				"(type=%d)\n", type);
type              211 fs/ocfs2/quota_local.c 				"(type=%d)\n", type);
type              215 fs/ocfs2/quota_local.c 	if (le32_to_cpu(dqhead->dqh_magic) != gmagics[type]) {
type              218 fs/ocfs2/quota_local.c 			le32_to_cpu(dqhead->dqh_magic), gmagics[type], type);
type              221 fs/ocfs2/quota_local.c 	if (le32_to_cpu(dqhead->dqh_version) != gversions[type]) {
type              224 fs/ocfs2/quota_local.c 			le32_to_cpu(dqhead->dqh_version), gversions[type],
type              225 fs/ocfs2/quota_local.c 			type);
type              330 fs/ocfs2/quota_local.c 	int type;
type              332 fs/ocfs2/quota_local.c 	for (type = 0; type < OCFS2_MAXQUOTAS; type++)
type              333 fs/ocfs2/quota_local.c 		free_recovery_list(&(rec->r_list[type]));
type              340 fs/ocfs2/quota_local.c 				     int type,
type              372 fs/ocfs2/quota_local.c 	int type;
type              378 fs/ocfs2/quota_local.c 	for (type = 0; type < OCFS2_MAXQUOTAS; type++)
type              379 fs/ocfs2/quota_local.c 		INIT_LIST_HEAD(&(rec->r_list[type]));
type              397 fs/ocfs2/quota_local.c 	int type;
type              409 fs/ocfs2/quota_local.c 	for (type = 0; type < OCFS2_MAXQUOTAS; type++) {
type              410 fs/ocfs2/quota_local.c 		if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type]))
type              414 fs/ocfs2/quota_local.c 		lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num);
type              431 fs/ocfs2/quota_local.c 				"(slot=%d type=%d)\n", slot_num, type);
type              436 fs/ocfs2/quota_local.c 		status = ocfs2_recovery_load_quota(lqinode, ldinfo, type,
type              437 fs/ocfs2/quota_local.c 						   &rec->r_list[type]);
type              459 fs/ocfs2/quota_local.c 					  int type,
type              463 fs/ocfs2/quota_local.c 	struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv;
type              474 fs/ocfs2/quota_local.c 	trace_ocfs2_recover_local_quota_file((unsigned long)lqinode->i_ino, type);
type              476 fs/ocfs2/quota_local.c 	list_for_each_entry_safe(rchunk, next, &(rec->r_list[type]), rc_list) {
type              499 fs/ocfs2/quota_local.c 				      make_kqid(&init_user_ns, type,
type              507 fs/ocfs2/quota_local.c 				     type);
type              575 fs/ocfs2/quota_local.c 		free_recovery_list(&(rec->r_list[type]));
type              592 fs/ocfs2/quota_local.c 	int type;
type              601 fs/ocfs2/quota_local.c 	for (type = 0; type < OCFS2_MAXQUOTAS; type++) {
type              602 fs/ocfs2/quota_local.c 		if (list_empty(&(rec->r_list[type])))
type              605 fs/ocfs2/quota_local.c 		lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num);
type              630 fs/ocfs2/quota_local.c 				"(slot=%d type=%d)\n", slot_num, type);
type              639 fs/ocfs2/quota_local.c 								type,
type              683 fs/ocfs2/quota_local.c static int ocfs2_local_read_info(struct super_block *sb, int type)
type              686 fs/ocfs2/quota_local.c 	struct mem_dqinfo *info = sb_dqinfo(sb, type);
type              688 fs/ocfs2/quota_local.c 	struct inode *lqinode = sb_dqopt(sb)->files[type];
type              703 fs/ocfs2/quota_local.c 	oinfo->dqi_type = type;
type              709 fs/ocfs2/quota_local.c 	status = ocfs2_global_read_info(sb, type);
type              725 fs/ocfs2/quota_local.c 			"(type=%d)\n", type);
type              748 fs/ocfs2/quota_local.c 		status = ocfs2_recovery_load_quota(lqinode, ldinfo, type,
type              749 fs/ocfs2/quota_local.c                                                    &rec->r_list[type]);
type              789 fs/ocfs2/quota_local.c static int ocfs2_local_write_info(struct super_block *sb, int type)
type              791 fs/ocfs2/quota_local.c 	struct mem_dqinfo *info = sb_dqinfo(sb, type);
type              796 fs/ocfs2/quota_local.c 	status = ocfs2_modify_bh(sb_dqopt(sb)->files[type], bh, olq_update_info,
type              807 fs/ocfs2/quota_local.c static int ocfs2_local_free_info(struct super_block *sb, int type)
type              809 fs/ocfs2/quota_local.c 	struct mem_dqinfo *info = sb_dqinfo(sb, type);
type              832 fs/ocfs2/quota_local.c 					"entries (type=%d)\n", type);
type              852 fs/ocfs2/quota_local.c 	status = ocfs2_modify_bh(sb_dqopt(sb)->files[type],
type              862 fs/ocfs2/quota_local.c 	ocfs2_inode_unlock(sb_dqopt(sb)->files[type], 1);
type              898 fs/ocfs2/quota_local.c 	struct inode *lqinode = sb_dqopt(sb)->files[dquot->dq_id.type];
type              919 fs/ocfs2/quota_local.c 						       int type,
type              922 fs/ocfs2/quota_local.c 	struct mem_dqinfo *info = sb_dqinfo(sb, type);
type              952 fs/ocfs2/quota_local.c 		     le32_to_cpu(dchunk->dqc_free), type);
type              962 fs/ocfs2/quota_local.c 							int type,
type              965 fs/ocfs2/quota_local.c 	struct mem_dqinfo *info = sb_dqinfo(sb, type);
type              967 fs/ocfs2/quota_local.c 	struct inode *lqinode = sb_dqopt(sb)->files[type];
type             1063 fs/ocfs2/quota_local.c 	status = ocfs2_local_write_info(sb, type);
type             1093 fs/ocfs2/quota_local.c 						       int type,
type             1096 fs/ocfs2/quota_local.c 	struct mem_dqinfo *info = sb_dqinfo(sb, type);
type             1099 fs/ocfs2/quota_local.c 	struct inode *lqinode = sb_dqopt(sb)->files[type];
type             1109 fs/ocfs2/quota_local.c 		return ocfs2_local_quota_add_chunk(sb, type, offset);
type             1116 fs/ocfs2/quota_local.c 		return ocfs2_local_quota_add_chunk(sb, type, offset);
type             1186 fs/ocfs2/quota_local.c 	status = ocfs2_local_write_info(sb, type);
type             1219 fs/ocfs2/quota_local.c 	int type = dquot->dq_id.type;
type             1220 fs/ocfs2/quota_local.c 	struct inode *lqinode = sb_dqopt(sb)->files[type];
type             1228 fs/ocfs2/quota_local.c 	chunk = ocfs2_find_free_entry(sb, type, &offset);
type             1230 fs/ocfs2/quota_local.c 		chunk = ocfs2_extend_local_quota_file(sb, type, &offset);
type             1273 fs/ocfs2/quota_local.c 	int type = dquot->dq_id.type;
type             1280 fs/ocfs2/quota_local.c 			INODE_CACHE(sb_dqopt(sb)->files[type]),
type              766 fs/ocfs2/suballoc.c 				       int type,
type              778 fs/ocfs2/suballoc.c 	alloc_inode = ocfs2_get_system_file_inode(osb, type, slot);
type              878 fs/ocfs2/suballoc.c static void __ocfs2_set_steal_slot(struct ocfs2_super *osb, int slot, int type)
type              881 fs/ocfs2/suballoc.c 	if (type == INODE_ALLOC_SYSTEM_INODE)
type              883 fs/ocfs2/suballoc.c 	else if (type == EXTENT_ALLOC_SYSTEM_INODE)
type              888 fs/ocfs2/suballoc.c static int __ocfs2_get_steal_slot(struct ocfs2_super *osb, int type)
type              893 fs/ocfs2/suballoc.c 	if (type == INODE_ALLOC_SYSTEM_INODE)
type              895 fs/ocfs2/suballoc.c 	else if (type == EXTENT_ALLOC_SYSTEM_INODE)
type              914 fs/ocfs2/suballoc.c 				int type)
type              917 fs/ocfs2/suballoc.c 	int slot = __ocfs2_get_steal_slot(osb, type);
type              931 fs/ocfs2/suballoc.c 						     type,
type              935 fs/ocfs2/suballoc.c 			__ocfs2_set_steal_slot(osb, slot, type);
type              877 fs/ocfs2/super.c 	int type;
type              884 fs/ocfs2/super.c 	for (type = 0; type < OCFS2_MAXQUOTAS; type++) {
type              885 fs/ocfs2/super.c 		if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type]))
type              888 fs/ocfs2/super.c 			status = dquot_resume(sb, type);
type              893 fs/ocfs2/super.c 			oinfo = sb_dqinfo(sb, type)->dqi_priv;
type              895 fs/ocfs2/super.c 			status = dquot_suspend(sb, type);
type              917 fs/ocfs2/super.c 	int type;
type              920 fs/ocfs2/super.c 	for (type = 0; type < OCFS2_MAXQUOTAS; type++) {
type              921 fs/ocfs2/super.c 		if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type]))
type              923 fs/ocfs2/super.c 		inode[type] = ocfs2_get_system_file_inode(osb, ino[type],
type              925 fs/ocfs2/super.c 		if (!inode[type]) {
type              929 fs/ocfs2/super.c 		status = dquot_enable(inode[type], type, QFMT_OCFS2,
type              935 fs/ocfs2/super.c 	for (type = 0; type < OCFS2_MAXQUOTAS; type++)
type              936 fs/ocfs2/super.c 		iput(inode[type]);
type              940 fs/ocfs2/super.c 	for (type = 0; type < OCFS2_MAXQUOTAS; type++)
type              941 fs/ocfs2/super.c 		iput(inode[type]);
type              948 fs/ocfs2/super.c 	int type;
type              955 fs/ocfs2/super.c 	for (type = 0; type < OCFS2_MAXQUOTAS; type++) {
type              956 fs/ocfs2/super.c 		if (!sb_has_quota_loaded(sb, type))
type              958 fs/ocfs2/super.c 		oinfo = sb_dqinfo(sb, type)->dqi_priv;
type              960 fs/ocfs2/super.c 		inode = igrab(sb->s_dquot.files[type]);
type              964 fs/ocfs2/super.c 		dquot_disable(sb, type, DQUOT_USAGE_ENABLED |
type               29 fs/ocfs2/sysfile.c 						   int type,
type               36 fs/ocfs2/sysfile.c static inline int is_global_system_inode(int type)
type               38 fs/ocfs2/sysfile.c 	return type >= OCFS2_FIRST_ONLINE_SYSTEM_INODE &&
type               39 fs/ocfs2/sysfile.c 		type <= OCFS2_LAST_GLOBAL_SYSTEM_INODE;
type               43 fs/ocfs2/sysfile.c 					     int type,
type               50 fs/ocfs2/sysfile.c 	BUG_ON(type < OCFS2_FIRST_LOCAL_SYSTEM_INODE ||
type               51 fs/ocfs2/sysfile.c 	       type > OCFS2_LAST_LOCAL_SYSTEM_INODE);
type               85 fs/ocfs2/sysfile.c 		(type - OCFS2_FIRST_LOCAL_SYSTEM_INODE);
type               91 fs/ocfs2/sysfile.c 					  int type,
type               98 fs/ocfs2/sysfile.c 	if (is_global_system_inode(type)) {
type               99 fs/ocfs2/sysfile.c 		arr = &(osb->global_system_inodes[type]);
type              101 fs/ocfs2/sysfile.c 		arr = get_local_system_inode(osb, type, slot);
type              114 fs/ocfs2/sysfile.c 	inode = _ocfs2_get_system_file_inode(osb, type, slot);
type              126 fs/ocfs2/sysfile.c 						   int type,
type              136 fs/ocfs2/sysfile.c 					type, slot);
type              144 fs/ocfs2/sysfile.c 	inode = ocfs2_iget(osb, blkno, OCFS2_FI_FLAG_SYSFILE, type);
type              151 fs/ocfs2/sysfile.c 	if (type == LOCAL_USER_QUOTA_SYSTEM_INODE ||
type              152 fs/ocfs2/sysfile.c 	    type == LOCAL_GROUP_QUOTA_SYSTEM_INODE ||
type              153 fs/ocfs2/sysfile.c 	    type == JOURNAL_SYSTEM_INODE) {
type              161 fs/ocfs2/sysfile.c 				 ocfs2_system_inodes[type].si_name,
type              162 fs/ocfs2/sysfile.c 				 &ocfs2_sysfile_cluster_lock_key[type], 0);
type               16 fs/ocfs2/sysfile.h 					   int type,
type              141 fs/ocfs2/xattr.c 				  int type);
type              422 fs/ocfs2/xattr.c 					     int type)
type              429 fs/ocfs2/xattr.c 					  bucket->bu_bhs[i], type);
type              883 fs/ocfs2/xattr.c 				  size_t *result, int type,
type              891 fs/ocfs2/xattr.c 	switch(type) {
type              909 fs/ocfs2/xattr.c 	prefix = ocfs2_xattr_prefix(type);
type              935 fs/ocfs2/xattr.c 	int i, type, ret;
type              940 fs/ocfs2/xattr.c 		type = ocfs2_xattr_get_type(entry);
type              946 fs/ocfs2/xattr.c 					     &result, type, name,
type             1443 fs/ocfs2/xattr.c 				   int type)
type             1445 fs/ocfs2/xattr.c 	return loc->xl_ops->xlo_journal_access(handle, loc, type);
type             1544 fs/ocfs2/xattr.c 					 struct ocfs2_xa_loc *loc, int type)
type             1555 fs/ocfs2/xattr.c 	return access(handle, INODE_CACHE(loc->xl_inode), bh, type);
type             1705 fs/ocfs2/xattr.c 					  struct ocfs2_xa_loc *loc, int type)
type             1709 fs/ocfs2/xattr.c 	return ocfs2_xattr_bucket_journal_access(handle, bucket, type);
type             4049 fs/ocfs2/xattr.c 	int ret = 0, type;
type             4056 fs/ocfs2/xattr.c 		type = ocfs2_xattr_get_type(entry);
type             4072 fs/ocfs2/xattr.c 					     type, name,
type             7123 fs/ocfs2/xattr.c 	int type = ocfs2_xattr_get_type(xe);
type             7125 fs/ocfs2/xattr.c 	return type != OCFS2_XATTR_INDEX_SECURITY &&
type             7126 fs/ocfs2/xattr.c 	       type != OCFS2_XATTR_INDEX_POSIX_ACL_ACCESS &&
type             7127 fs/ocfs2/xattr.c 	       type != OCFS2_XATTR_INDEX_POSIX_ACL_DEFAULT;
type               39 fs/openpromfs/inode.c 	enum op_inode_type	type;
type              150 fs/openpromfs/inode.c 	BUG_ON(oi->type != op_inode_prop);
type              193 fs/openpromfs/inode.c 	BUG_ON(oi->type != op_inode_node);
type              240 fs/openpromfs/inode.c 	ent_oi->type = ent_type;
type              398 fs/openpromfs/inode.c 	oi->type = op_inode_node;
type               13 fs/orangefs/acl.c struct posix_acl *orangefs_get_acl(struct inode *inode, int type)
type               19 fs/orangefs/acl.c 	switch (type) {
type               27 fs/orangefs/acl.c 		gossip_err("orangefs_get_acl: bogus value of type %d\n", type);
type               45 fs/orangefs/acl.c 		     type);
type               65 fs/orangefs/acl.c 			      int type)
type               72 fs/orangefs/acl.c 	switch (type) {
type               80 fs/orangefs/acl.c 		gossip_err("%s: invalid type %d!\n", __func__, type);
type               88 fs/orangefs/acl.c 		     type);
type              115 fs/orangefs/acl.c 		set_cached_acl(inode, type, acl);
type              119 fs/orangefs/acl.c int orangefs_set_acl(struct inode *inode, struct posix_acl *acl, int type)
type              125 fs/orangefs/acl.c 	if (type == ACL_TYPE_ACCESS && acl) {
type              142 fs/orangefs/acl.c 			rc = __orangefs_set_acl(inode, acl, type);
type              224 fs/orangefs/devorangefs-req.c 				   !(op->upcall.type ==
type              226 fs/orangefs/devorangefs-req.c 				     op->upcall.type ==
type              228 fs/orangefs/devorangefs-req.c 				     op->upcall.type ==
type              449 fs/orangefs/devorangefs-req.c 	if ((op->downcall.type != ORANGEFS_VFS_OP_READDIR) &&
type              453 fs/orangefs/devorangefs-req.c 			   op->downcall.type);
type              458 fs/orangefs/devorangefs-req.c 	if ((op->downcall.type == ORANGEFS_VFS_OP_READDIR) &&
type              462 fs/orangefs/devorangefs-req.c 			   op->downcall.type);
type              466 fs/orangefs/devorangefs-req.c 	if (op->downcall.type != ORANGEFS_VFS_OP_READDIR)
type              101 fs/orangefs/downcall.h 	__s32 type;
type               48 fs/orangefs/file.c ssize_t wait_for_direct_io(enum ORANGEFS_io_type type, struct inode *inode,
type               65 fs/orangefs/file.c 	new_op->upcall.req.io.io_type = type;
type               89 fs/orangefs/file.c 	if (type == ORANGEFS_IO_WRITE && wr) {
type              103 fs/orangefs/file.c 	if (type == ORANGEFS_IO_WRITE && total_size) {
type              121 fs/orangefs/file.c 				type == ORANGEFS_IO_WRITE ?
type              137 fs/orangefs/file.c 		if (type == ORANGEFS_IO_WRITE)
type              176 fs/orangefs/file.c 				if (type == ORANGEFS_IO_READ)
type              196 fs/orangefs/file.c 				type == ORANGEFS_IO_READ ?
type              209 fs/orangefs/file.c 	if (type == ORANGEFS_IO_READ && new_op->downcall.resp.io.amt_complete) {
type              244 fs/orangefs/file.c 	    type == ORANGEFS_IO_READ ?  "read" : "written",
type              251 fs/orangefs/file.c 		if ((readahead_size) && (type == ORANGEFS_IO_READ)) {
type              601 fs/orangefs/inode.c 	enum ORANGEFS_io_type type = iov_iter_rw(iter) == WRITE ?
type              618 fs/orangefs/inode.c 	if (type == ORANGEFS_IO_WRITE) {
type              653 fs/orangefs/inode.c 		ret = wait_for_direct_io(type, inode, offset, iter,
type              686 fs/orangefs/inode.c 		if (type == ORANGEFS_IO_READ) {
type               49 fs/orangefs/orangefs-cache.c 		__s32 type = new_op->upcall.type;
type               51 fs/orangefs/orangefs-cache.c 		if (type == ORANGEFS_VFS_OP_FILE_IO)
type               53 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_LOOKUP)
type               55 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_CREATE)
type               57 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_GETATTR)
type               59 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_REMOVE)
type               61 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_MKDIR)
type               63 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_READDIR)
type               65 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_READDIRPLUS)
type               67 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_SETATTR)
type               69 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_SYMLINK)
type               71 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_RENAME)
type               73 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_STATFS)
type               75 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_TRUNCATE)
type               77 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_RA_FLUSH)
type               79 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_FS_MOUNT)
type               81 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_FS_UMOUNT)
type               83 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_GETXATTR)
type               85 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_SETXATTR)
type               87 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_LISTXATTR)
type               89 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_REMOVEXATTR)
type               91 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_PARAM)
type               93 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_PERF_COUNT)
type               95 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_CANCEL)
type               97 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_FSYNC)
type               99 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_FSKEY)
type              101 fs/orangefs/orangefs-cache.c 		else if (type == ORANGEFS_VFS_OP_FEATURES)
type              116 fs/orangefs/orangefs-cache.c struct orangefs_kernel_op_s *op_alloc(__s32 type)
type              126 fs/orangefs/orangefs-cache.c 		new_op->upcall.type = ORANGEFS_VFS_OP_INVALID;
type              127 fs/orangefs/orangefs-cache.c 		new_op->downcall.type = ORANGEFS_VFS_OP_INVALID;
type              134 fs/orangefs/orangefs-cache.c 		new_op->upcall.type = type;
type              468 fs/orangefs/orangefs-debugfs.c 		new_op->upcall.req.param.type = ORANGEFS_PARAM_REQUEST_SET;
type              686 fs/orangefs/orangefs-debugfs.c static void debug_mask_to_string(void *mask, int type)
type              695 fs/orangefs/orangefs-debugfs.c 	if (type) {
type              711 fs/orangefs/orangefs-debugfs.c 	if (check_amalgam_keyword(mask, type))
type              716 fs/orangefs/orangefs-debugfs.c 		if (type)
type              723 fs/orangefs/orangefs-debugfs.c 	if ((len) && (type))
type              727 fs/orangefs/orangefs-debugfs.c 	else if (type)
type              806 fs/orangefs/orangefs-debugfs.c static int check_amalgam_keyword(void *mask, int type)
type              813 fs/orangefs/orangefs-debugfs.c 	if (type) {
type              849 fs/orangefs/orangefs-debugfs.c static void debug_string_to_mask(char *debug_string, void *mask, int type)
type              861 fs/orangefs/orangefs-debugfs.c 	if (type) {
type              874 fs/orangefs/orangefs-debugfs.c 				if (type)
type              109 fs/orangefs/orangefs-kernel.h extern struct posix_acl *orangefs_get_acl(struct inode *inode, int type);
type              110 fs/orangefs/orangefs-kernel.h extern int orangefs_set_acl(struct inode *inode, struct posix_acl *acl, int type);
type              157 fs/orangefs/orangefs-kernel.h #define op_is_cancel(op)         ((op)->upcall.type == ORANGEFS_VFS_OP_CANCEL)
type              322 fs/orangefs/orangefs-kernel.h struct orangefs_kernel_op_s *op_alloc(__s32 type);
type              474 fs/orangefs/orangefs-kernel.h #define fill_default_sys_attrs(sys_attr, type, mode)			\
type              351 fs/orangefs/orangefs-sysfs.c 		new_op->upcall.req.param.type = ORANGEFS_PARAM_REQUEST_GET;
type              465 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.perf_count.type =
type              469 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.perf_count.type =
type              473 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.perf_count.type =
type              570 fs/orangefs/orangefs-sysfs.c 	new_op->upcall.req.param.type = ORANGEFS_PARAM_REQUEST_SET;
type               19 fs/orangefs/orangefs-utils.c 		switch (op->upcall.type) {
type              219 fs/orangefs/orangefs-utils.c 	int type = orangefs_inode_type(attrs->objtype);
type              224 fs/orangefs/orangefs-utils.c 	if (type == -1 || !(inode->i_mode & type)) {
type              228 fs/orangefs/orangefs-utils.c 	if (type == S_IFLNK && strncmp(orangefs_inode->link_target,
type              241 fs/orangefs/orangefs-utils.c 	int ret, type;
type              310 fs/orangefs/orangefs-utils.c 	type = orangefs_inode_type(new_op->
type              312 fs/orangefs/orangefs-utils.c 	switch (type) {
type              371 fs/orangefs/orangefs-utils.c 	inode->i_mode = type | (is_root_handle(inode) ? S_ISVTX : 0) |
type              351 fs/orangefs/super.c 	int type = 1;
type              357 fs/orangefs/super.c 		type = 255;
type              376 fs/orangefs/super.c 		type = 2;
type              385 fs/orangefs/super.c 	return type;
type              190 fs/orangefs/upcall.h 	enum orangefs_param_request_type type;
type              206 fs/orangefs/upcall.h 	enum orangefs_perf_count_request_type type;
type              221 fs/orangefs/upcall.h 	__s32 type;
type              136 fs/orangefs/waitqueue.c 		if (op->upcall.type == ORANGEFS_VFS_OP_FS_UMOUNT)
type              216 fs/orangefs/waitqueue.c 	op->upcall.type = ORANGEFS_VFS_OP_CANCEL;
type              218 fs/orangefs/waitqueue.c 	op->downcall.type = ORANGEFS_VFS_OP_INVALID;
type              264 fs/overlayfs/copy_up.c 	fh->type = fh_type;
type              892 fs/overlayfs/dir.c 	enum ovl_path_type type = ovl_path_type(dentry);
type              894 fs/overlayfs/dir.c 	return OVL_TYPE_MERGE(type) || !OVL_TYPE_UPPER(type);
type              247 fs/overlayfs/export.c 			    fh ? fh->type : 0);
type              270 fs/overlayfs/export.c 	int type;
type              280 fs/overlayfs/export.c 	type = ovl_dentry_to_fh(dentry, fid, max_len);
type              283 fs/overlayfs/export.c 	return type;
type              145 fs/overlayfs/inode.c 	enum ovl_path_type type;
type              156 fs/overlayfs/inode.c 	type = ovl_path_real(dentry, &realpath);
type              172 fs/overlayfs/inode.c 		if (!OVL_TYPE_UPPER(type)) {
type              174 fs/overlayfs/inode.c 		} else if (OVL_TYPE_ORIGIN(type)) {
type              253 fs/overlayfs/inode.c 	if (is_dir && OVL_TYPE_MERGE(type))
type              430 fs/overlayfs/inode.c struct posix_acl *ovl_get_acl(struct inode *inode, int type)
type              440 fs/overlayfs/inode.c 	acl = get_acl(realinode, type);
type              166 fs/overlayfs/namei.c 				  bytes >> 2, (int)fh->type,
type               18 fs/overlayfs/overlayfs.h #define OVL_TYPE_UPPER(type)	((type) & __OVL_PATH_UPPER)
type               19 fs/overlayfs/overlayfs.h #define OVL_TYPE_MERGE(type)	((type) & __OVL_PATH_MERGE)
type               20 fs/overlayfs/overlayfs.h #define OVL_TYPE_ORIGIN(type)	((type) & __OVL_PATH_ORIGIN)
type               83 fs/overlayfs/overlayfs.h 	u8 type;	/* fid_type of fid */
type              361 fs/overlayfs/overlayfs.h struct posix_acl *ovl_get_acl(struct inode *inode, int type);
type               20 fs/overlayfs/readdir.c 	unsigned int type;
type              157 fs/overlayfs/readdir.c 	p->type = d_type;
type              467 fs/overlayfs/readdir.c 	enum ovl_path_type type;
type              497 fs/overlayfs/readdir.c 	type = ovl_path_type(this);
type              498 fs/overlayfs/readdir.c 	if (OVL_TYPE_ORIGIN(type)) {
type              515 fs/overlayfs/readdir.c 	} else if (xinobits && !OVL_TYPE_UPPER(type)) {
type              774 fs/overlayfs/readdir.c 			if (!dir_emit(ctx, p->name, p->len, p->ino, p->type))
type              889 fs/overlayfs/readdir.c 	enum ovl_path_type type;
type              895 fs/overlayfs/readdir.c 	type = ovl_path_real(file->f_path.dentry, &realpath);
type              903 fs/overlayfs/readdir.c 	od->is_upper = OVL_TYPE_UPPER(type);
type              123 fs/overlayfs/util.c 	enum ovl_path_type type = 0;
type              126 fs/overlayfs/util.c 		type = __OVL_PATH_UPPER;
type              133 fs/overlayfs/util.c 				type |= __OVL_PATH_ORIGIN;
type              136 fs/overlayfs/util.c 				type |= __OVL_PATH_MERGE;
type              140 fs/overlayfs/util.c 			type |= __OVL_PATH_MERGE;
type              142 fs/overlayfs/util.c 	return type;
type              179 fs/overlayfs/util.c 	enum ovl_path_type type = ovl_path_type(dentry);
type              181 fs/overlayfs/util.c 	if (!OVL_TYPE_UPPER(type))
type              186 fs/overlayfs/util.c 	return type;
type              122 fs/pnode.c     void change_mnt_propagation(struct mount *mnt, int type)
type              124 fs/pnode.c     	if (type == MS_SHARED) {
type              129 fs/pnode.c     	if (type != MS_SLAVE) {
type              132 fs/pnode.c     		if (type == MS_UNBINDABLE)
type              228 fs/pnode.c     	int type;
type              236 fs/pnode.c     		type = CL_MAKE_SHARED;
type              255 fs/pnode.c     		type = CL_SLAVE;
type              258 fs/pnode.c     			type |= CL_MAKE_SHARED;
type              261 fs/pnode.c     	child = copy_tree(last_source, last_source->mnt.mnt_root, type);
type               26 fs/posix_acl.c static struct posix_acl **acl_by_type(struct inode *inode, int type)
type               28 fs/posix_acl.c 	switch (type) {
type               38 fs/posix_acl.c struct posix_acl *get_cached_acl(struct inode *inode, int type)
type               40 fs/posix_acl.c 	struct posix_acl **p = acl_by_type(inode, type);
type               57 fs/posix_acl.c struct posix_acl *get_cached_acl_rcu(struct inode *inode, int type)
type               59 fs/posix_acl.c 	return rcu_dereference(*acl_by_type(inode, type));
type               63 fs/posix_acl.c void set_cached_acl(struct inode *inode, int type, struct posix_acl *acl)
type               65 fs/posix_acl.c 	struct posix_acl **p = acl_by_type(inode, type);
type               83 fs/posix_acl.c void forget_cached_acl(struct inode *inode, int type)
type               85 fs/posix_acl.c 	__forget_cached_acl(acl_by_type(inode, type));
type               96 fs/posix_acl.c struct posix_acl *get_acl(struct inode *inode, int type)
type              108 fs/posix_acl.c 	acl = get_cached_acl(inode, type);
type              116 fs/posix_acl.c 	p = acl_by_type(inode, type);
type              138 fs/posix_acl.c 		set_cached_acl(inode, type, NULL);
type              141 fs/posix_acl.c 	acl = inode->i_op->get_acl(inode, type);
type              858 fs/posix_acl.c set_posix_acl(struct inode *inode, int type, struct posix_acl *acl)
type              865 fs/posix_acl.c 	if (type == ACL_TYPE_DEFAULT && !S_ISDIR(inode->i_mode))
type              875 fs/posix_acl.c 	return inode->i_op->set_acl(inode, acl, type);
type              922 fs/posix_acl.c int simple_set_acl(struct inode *inode, struct posix_acl *acl, int type)
type              926 fs/posix_acl.c 	if (type == ACL_TYPE_ACCESS) {
type              934 fs/posix_acl.c 	set_cached_acl(inode, type, acl);
type             1889 fs/proc/base.c 	unsigned type = DT_UNKNOWN;
type             1912 fs/proc/base.c 	type = inode->i_mode >> 12;
type             1915 fs/proc/base.c 	return dir_emit(ctx, name, len, ino, type);
type               82 fs/proc/kcore.c 		       int type)
type               86 fs/proc/kcore.c 	new->type = type;
type              135 fs/proc/kcore.c 	ent->type = KCORE_RAM;
type              158 fs/proc/kcore.c 		if (tmp->type != KCORE_VMEMMAP)
type              170 fs/proc/kcore.c 		vmm->type = KCORE_VMEMMAP;
type              222 fs/proc/kcore.c 	ent->type = KCORE_RAM;
type              280 fs/proc/kcore.c 		if (pos->type == KCORE_RAM || pos->type == KCORE_VMEMMAP)
type              298 fs/proc/kcore.c 			      unsigned int type, const void *desc,
type              305 fs/proc/kcore.c 	note->n_type = type;
type              385 fs/proc/kcore.c 			if (m->type == KCORE_REMAP)
type              389 fs/proc/kcore.c 			if (m->type == KCORE_RAM || m->type == KCORE_REMAP)
type              391 fs/proc/kcore.c 			else if (m->type == KCORE_TEXT)
type              496 fs/proc/kcore.c 		} else if (m->type == KCORE_VMALLOC) {
type              503 fs/proc/kcore.c 		} else if (m->type == KCORE_USER) {
type              697 fs/proc/proc_sysctl.c 	unsigned type = DT_UNKNOWN;
type              732 fs/proc/proc_sysctl.c 	type = inode->i_mode >> 12;
type              734 fs/proc/proc_sysctl.c 	return dir_emit(ctx, qname.name, qname.len, ino, type);
type               39 fs/proc/proc_tty.c 	switch (p->type) {
type               64 fs/proc/proc_tty.c 		seq_printf(m, "type:%d.%d", p->type, p->subtype);
type              984 fs/proc/task_mmu.c 	enum clear_refs_types type;
type             1059 fs/proc/task_mmu.c 		if (cp->type == CLEAR_REFS_SOFT_DIRTY) {
type             1085 fs/proc/task_mmu.c 		if (cp->type == CLEAR_REFS_SOFT_DIRTY) {
type             1122 fs/proc/task_mmu.c 	if (cp->type == CLEAR_REFS_ANON && vma->vm_file)
type             1124 fs/proc/task_mmu.c 	if (cp->type == CLEAR_REFS_MAPPED && !vma->vm_file)
type             1141 fs/proc/task_mmu.c 	enum clear_refs_types type;
type             1154 fs/proc/task_mmu.c 	type = (enum clear_refs_types)itype;
type             1155 fs/proc/task_mmu.c 	if (type < CLEAR_REFS_ALL || type >= CLEAR_REFS_LAST)
type             1165 fs/proc/task_mmu.c 			.type = type,
type             1168 fs/proc/task_mmu.c 		if (type == CLEAR_REFS_MM_HIWATER_RSS) {
type             1188 fs/proc/task_mmu.c 		if (type == CLEAR_REFS_SOFT_DIRTY) {
type             1229 fs/proc/task_mmu.c 		if (type == CLEAR_REFS_SOFT_DIRTY)
type               33 fs/pstore/ftrace.c 		.type = PSTORE_TYPE_FTRACE,
type              131 fs/pstore/inode.c 	if (ps->record->type == PSTORE_TYPE_FTRACE)
type              144 fs/pstore/inode.c 	if (ps->record->type == PSTORE_TYPE_FTRACE)
type              307 fs/pstore/inode.c 		if (pos->record->type == record->type &&
type              325 fs/pstore/inode.c 			pstore_type_to_name(record->type),
type              108 fs/pstore/platform.c const char *pstore_type_to_name(enum pstore_type_id type)
type              112 fs/pstore/platform.c 	if (WARN_ON_ONCE(type >= PSTORE_TYPE_MAX))
type              115 fs/pstore/platform.c 	return pstore_type_names[type];
type              421 fs/pstore/platform.c 		record.type = PSTORE_TYPE_DMESG;
type              498 fs/pstore/platform.c 	record.type = PSTORE_TYPE_CONSOLE;
type              668 fs/pstore/platform.c 	if (record->type != PSTORE_TYPE_DMESG) {
type              669 fs/pstore/platform.c 		pr_warn("ignored compressed record type %d\n", record->type);
type               24 fs/pstore/pmsg.c 	record.type = PSTORE_TYPE_PMSG;
type              126 fs/pstore/ram.c 	if (prz->type == PSTORE_TYPE_DMESG)
type              132 fs/pstore/ram.c 	record->type = prz->type;
type              355 fs/pstore/ram.c 	if (record->type == PSTORE_TYPE_CONSOLE) {
type              360 fs/pstore/ram.c 	} else if (record->type == PSTORE_TYPE_FTRACE) {
type              376 fs/pstore/ram.c 	} else if (record->type == PSTORE_TYPE_PMSG) {
type              381 fs/pstore/ram.c 	if (record->type != PSTORE_TYPE_DMESG)
type              439 fs/pstore/ram.c 	if (record->type == PSTORE_TYPE_PMSG) {
type              455 fs/pstore/ram.c 	switch (record->type) {
type              601 fs/pstore/ram.c 		prz_ar[i]->type = pstore_name_to_type(name);
type              642 fs/pstore/ram.c 	(*prz)->type = pstore_name_to_type(name);
type              259 fs/quota/dquot.c static int __dquot_initialize(struct inode *inode, int type);
type              265 fs/quota/dquot.c 	int type = qid.type;
type              268 fs/quota/dquot.c 	tmp = (((unsigned long)sb>>L1_CACHE_SHIFT) ^ id) * (MAXQUOTAS - type);
type              367 fs/quota/dquot.c 				info[dquot->dq_id.type].dqi_dirty_list);
type              414 fs/quota/dquot.c void mark_info_dirty(struct super_block *sb, int type)
type              417 fs/quota/dquot.c 	sb_dqopt(sb)->info[type].dqi_flags |= DQF_INFO_DIRTY;
type              433 fs/quota/dquot.c 		ret = dqopt->ops[dquot->dq_id.type]->read_dqblk(dquot);
type              442 fs/quota/dquot.c 		ret = dqopt->ops[dquot->dq_id.type]->commit_dqblk(dquot);
type              444 fs/quota/dquot.c 		if (info_dirty(&dqopt->info[dquot->dq_id.type])) {
type              445 fs/quota/dquot.c 			ret2 = dqopt->ops[dquot->dq_id.type]->write_file_info(
type              446 fs/quota/dquot.c 					dquot->dq_sb, dquot->dq_id.type);
type              481 fs/quota/dquot.c 		ret = dqopt->ops[dquot->dq_id.type]->commit_dqblk(dquot);
type              502 fs/quota/dquot.c 	if (dqopt->ops[dquot->dq_id.type]->release_dqblk) {
type              503 fs/quota/dquot.c 		ret = dqopt->ops[dquot->dq_id.type]->release_dqblk(dquot);
type              505 fs/quota/dquot.c 		if (info_dirty(&dqopt->info[dquot->dq_id.type])) {
type              506 fs/quota/dquot.c 			ret2 = dqopt->ops[dquot->dq_id.type]->write_file_info(
type              507 fs/quota/dquot.c 						dquot->dq_sb, dquot->dq_id.type);
type              536 fs/quota/dquot.c static void invalidate_dquots(struct super_block *sb, int type)
type              545 fs/quota/dquot.c 		if (dquot->dq_id.type != type)
type              624 fs/quota/dquot.c int dquot_writeback_dquots(struct super_block *sb, int type)
type              635 fs/quota/dquot.c 		if (type != -1 && cnt != type)
type              671 fs/quota/dquot.c 		if ((cnt == type || type == -1) && sb_has_quota_active(sb, cnt)
type              681 fs/quota/dquot.c int dquot_quota_sync(struct super_block *sb, int type)
type              687 fs/quota/dquot.c 	ret = dquot_writeback_dquots(sb, type);
type              705 fs/quota/dquot.c 		if (type != -1 && cnt != type)
type              763 fs/quota/dquot.c 			    quotatypes[dquot->dq_id.type],
type              775 fs/quota/dquot.c 		if (!sb_has_quota_active(dquot->dq_sb, dquot->dq_id.type) &&
type              813 fs/quota/dquot.c struct dquot *dquot_alloc(struct super_block *sb, int type)
type              819 fs/quota/dquot.c static struct dquot *get_empty_dquot(struct super_block *sb, int type)
type              823 fs/quota/dquot.c 	dquot = sb->dq_op->alloc_dquot(sb, type);
type              833 fs/quota/dquot.c 	dquot->dq_id = make_kqid_invalid(type);
type              856 fs/quota/dquot.c         if (!sb_has_quota_active(sb, qid.type))
type              861 fs/quota/dquot.c 	if (!sb_has_quota_active(sb, qid.type)) {
type              873 fs/quota/dquot.c 			empty = get_empty_dquot(sb, qid.type);
type              930 fs/quota/dquot.c static int dqinit_needed(struct inode *inode, int type)
type              939 fs/quota/dquot.c 	if (type != -1)
type              940 fs/quota/dquot.c 		return !dquots[type];
type              948 fs/quota/dquot.c static int add_dquot_ref(struct super_block *sb, int type)
type              961 fs/quota/dquot.c 		    !dqinit_needed(inode, type)) {
type              974 fs/quota/dquot.c 		err = __dquot_initialize(inode, type);
type             1009 fs/quota/dquot.c static void remove_inode_dquot_ref(struct inode *inode, int type,
type             1013 fs/quota/dquot.c 	struct dquot *dquot = dquots[type];
type             1018 fs/quota/dquot.c 	dquots[type] = NULL;
type             1056 fs/quota/dquot.c static void remove_dquot_ref(struct super_block *sb, int type,
type             1078 fs/quota/dquot.c 			remove_inode_dquot_ref(inode, type, tofree_head);
type             1093 fs/quota/dquot.c static void drop_dquot_ref(struct super_block *sb, int type)
type             1098 fs/quota/dquot.c 		remove_dquot_ref(sb, type, &tofree_head);
type             1170 fs/quota/dquot.c 	switch (warn->w_dq_id.type) {
type             1202 fs/quota/dquot.c 	tty_write_message(tty, quotatypes[warn->w_dq_id.type]);
type             1260 fs/quota/dquot.c 	struct mem_dqinfo *info = &sb_dqopt(dquot->dq_sb)->info[dquot->dq_id.type];
type             1275 fs/quota/dquot.c 	if (!sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type) ||
type             1302 fs/quota/dquot.c 		    sb_dqopt(dquot->dq_sb)->info[dquot->dq_id.type].dqi_igrace;
type             1321 fs/quota/dquot.c 	if (!sb_has_quota_limits_enabled(sb, dquot->dq_id.type) ||
type             1354 fs/quota/dquot.c 			    sb_dqopt(sb)->info[dquot->dq_id.type].dqi_bgrace;
type             1386 fs/quota/dquot.c 	    !sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type))
type             1431 fs/quota/dquot.c static int __dquot_initialize(struct inode *inode, int type)
type             1451 fs/quota/dquot.c 		if (type != -1 && cnt != type)
type             1500 fs/quota/dquot.c 		if (type != -1 && cnt != type)
type             2118 fs/quota/dquot.c int dquot_commit_info(struct super_block *sb, int type)
type             2122 fs/quota/dquot.c 	return dqopt->ops[type]->write_file_info(sb, type);
type             2130 fs/quota/dquot.c 	if (!sb_has_quota_active(sb, qid->type))
type             2132 fs/quota/dquot.c 	if (!dqopt->ops[qid->type]->get_next_id)
type             2134 fs/quota/dquot.c 	return dqopt->ops[qid->type]->get_next_id(sb, qid);
type             2170 fs/quota/dquot.c int dquot_disable(struct super_block *sb, int type, unsigned int flags)
type             2197 fs/quota/dquot.c 		if (type != -1 && cnt != type)
type             2293 fs/quota/dquot.c int dquot_quota_off(struct super_block *sb, int type)
type             2295 fs/quota/dquot.c 	return dquot_disable(sb, type,
type             2308 fs/quota/dquot.c static int vfs_load_quota_inode(struct inode *inode, int type, int format_id,
type             2327 fs/quota/dquot.c 	    (type == PRJQUOTA && sb->dq_op->get_projid == NULL)) {
type             2341 fs/quota/dquot.c 	if (sb_has_quota_loaded(sb, type)) {
type             2372 fs/quota/dquot.c 	dqopt->files[type] = igrab(inode);
type             2373 fs/quota/dquot.c 	if (!dqopt->files[type])
type             2376 fs/quota/dquot.c 	if (!fmt->qf_ops->check_quota_file(sb, type))
type             2379 fs/quota/dquot.c 	dqopt->ops[type] = fmt->qf_ops;
type             2380 fs/quota/dquot.c 	dqopt->info[type].dqi_format = fmt;
type             2381 fs/quota/dquot.c 	dqopt->info[type].dqi_fmt_id = format_id;
type             2382 fs/quota/dquot.c 	INIT_LIST_HEAD(&dqopt->info[type].dqi_dirty_list);
type             2383 fs/quota/dquot.c 	error = dqopt->ops[type]->read_file_info(sb, type);
type             2388 fs/quota/dquot.c 		dqopt->info[type].dqi_flags |= DQF_SYS_FILE;
type             2392 fs/quota/dquot.c 	dqopt->flags |= dquot_state_flag(flags, type);
type             2395 fs/quota/dquot.c 	error = add_dquot_ref(sb, type);
type             2397 fs/quota/dquot.c 		dquot_disable(sb, type, flags);
type             2401 fs/quota/dquot.c 	dqopt->files[type] = NULL;
type             2414 fs/quota/dquot.c int dquot_resume(struct super_block *sb, int type)
type             2426 fs/quota/dquot.c 		if (type != -1 && cnt != type)
type             2450 fs/quota/dquot.c int dquot_quota_on(struct super_block *sb, int type, int format_id,
type             2460 fs/quota/dquot.c 		error = vfs_load_quota_inode(d_inode(path->dentry), type,
type             2471 fs/quota/dquot.c int dquot_enable(struct inode *inode, int type, int format_id,
type             2485 fs/quota/dquot.c 	if (sb_has_quota_loaded(sb, type)) {
type             2487 fs/quota/dquot.c 		    sb_has_quota_usage_enabled(sb, type))
type             2490 fs/quota/dquot.c 		    sb_has_quota_limits_enabled(sb, type))
type             2493 fs/quota/dquot.c 		sb_dqopt(sb)->flags |= dquot_state_flag(flags, type);
type             2498 fs/quota/dquot.c 	return vfs_load_quota_inode(inode, type, format_id, flags);
type             2507 fs/quota/dquot.c 		int format_id, int type)
type             2523 fs/quota/dquot.c 		error = vfs_load_quota_inode(d_inode(dentry), type, format_id,
type             2535 fs/quota/dquot.c 	int type;
type             2544 fs/quota/dquot.c 	for (type = 0; type < MAXQUOTAS; type++) {
type             2545 fs/quota/dquot.c 		if (!(flags & qtype_enforce_flag(type)))
type             2548 fs/quota/dquot.c 		if (!sb_has_quota_usage_enabled(sb, type))
type             2550 fs/quota/dquot.c 		ret = dquot_enable(dqopt->files[type], type,
type             2551 fs/quota/dquot.c 				   dqopt->info[type].dqi_fmt_id,
type             2559 fs/quota/dquot.c 	for (type--; type >= 0; type--)  {
type             2560 fs/quota/dquot.c 		if (flags & qtype_enforce_flag(type))
type             2561 fs/quota/dquot.c 			dquot_disable(sb, type, DQUOT_LIMITS_ENABLED);
type             2572 fs/quota/dquot.c 	int type;
type             2587 fs/quota/dquot.c 	for (type = 0; type < MAXQUOTAS; type++)
type             2588 fs/quota/dquot.c 		if (!sb_has_quota_limits_enabled(sb, type))
type             2589 fs/quota/dquot.c 			flags &= ~qtype_enforce_flag(type);
type             2593 fs/quota/dquot.c 	for (type = 0; type < MAXQUOTAS; type++) {
type             2594 fs/quota/dquot.c 		if (flags & qtype_enforce_flag(type)) {
type             2595 fs/quota/dquot.c 			ret = dquot_disable(sb, type, DQUOT_LIMITS_ENABLED);
type             2603 fs/quota/dquot.c 	for (type--; type >= 0; type--)  {
type             2604 fs/quota/dquot.c 		if (flags & qtype_enforce_flag(type))
type             2605 fs/quota/dquot.c 			dquot_enable(dqopt->files[type], type,
type             2606 fs/quota/dquot.c 				     dqopt->info[type].dqi_fmt_id,
type             2676 fs/quota/dquot.c 	struct mem_dqinfo *dqi = &sb_dqopt(dquot->dq_sb)->info[dquot->dq_id.type];
type             2787 fs/quota/dquot.c 	int type;
type             2790 fs/quota/dquot.c 	for (type = 0; type < MAXQUOTAS; type++) {
type             2791 fs/quota/dquot.c 		if (!sb_has_quota_active(sb, type))
type             2793 fs/quota/dquot.c 		tstate = state->s_state + type;
type             2794 fs/quota/dquot.c 		mi = sb_dqopt(sb)->info + type;
type             2801 fs/quota/dquot.c 		if (sb_has_quota_limits_enabled(sb, type))
type             2805 fs/quota/dquot.c 		tstate->ino = dqopt->files[type]->i_ino;
type             2806 fs/quota/dquot.c 		tstate->blocks = dqopt->files[type]->i_blocks;
type             2815 fs/quota/dquot.c int dquot_set_dqinfo(struct super_block *sb, int type, struct qc_info *ii)
type             2823 fs/quota/dquot.c 	if (!sb_has_quota_active(sb, type))
type             2825 fs/quota/dquot.c 	mi = sb_dqopt(sb)->info + type;
type             2843 fs/quota/dquot.c 	mark_info_dirty(sb, type);
type             2845 fs/quota/dquot.c 	sb->dq_op->write_info(sb, type);
type             2865 fs/quota/dquot.c 	unsigned int type = (unsigned long *)table->data - dqstats.stat;
type             2866 fs/quota/dquot.c 	s64 value = percpu_counter_sum(&dqstats.counter[type]);
type             2869 fs/quota/dquot.c 	if (value < 0 && (type == DQST_ALLOC_DQUOTS ||
type             2870 fs/quota/dquot.c 			  type == DQST_FREE_DQUOTS))
type             2874 fs/quota/dquot.c 	dqstats.stat[type] = value;
type               15 fs/quota/kqid.c 	if (left.type != right.type)
type               17 fs/quota/kqid.c 	switch(left.type) {
type               39 fs/quota/kqid.c 	if (left.type < right.type)
type               41 fs/quota/kqid.c 	if (left.type > right.type)
type               43 fs/quota/kqid.c 	switch (left.type) {
type               70 fs/quota/kqid.c 	switch (kqid.type) {
type              103 fs/quota/kqid.c 	switch (kqid.type) {
type              122 fs/quota/kqid.c 	switch (qid.type) {
type               63 fs/quota/netlink.c 	ret = nla_put_u32(skb, QUOTA_NL_A_QTYPE, qid.type);
type               23 fs/quota/quota.c static int check_quotactl_permission(struct super_block *sb, int type, int cmd,
type               38 fs/quota/quota.c 		if ((type == USRQUOTA && uid_eq(current_euid(), make_kuid(current_user_ns(), id))) ||
type               39 fs/quota/quota.c 		    (type == GRPQUOTA && in_egroup_p(make_kgid(current_user_ns(), id))))
type               47 fs/quota/quota.c 	return security_quotactl(cmd, type, id, sb);
type               52 fs/quota/quota.c 	int type = *(int *)arg;
type               55 fs/quota/quota.c 	    (sb->s_quota_types & (1 << type)))
type               56 fs/quota/quota.c 		sb->s_qcop->quota_sync(sb, type);
type               59 fs/quota/quota.c static int quota_sync_all(int type)
type               63 fs/quota/quota.c 	if (type >= MAXQUOTAS)
type               65 fs/quota/quota.c 	ret = security_quotactl(Q_SYNC, type, 0, NULL);
type               67 fs/quota/quota.c 		iterate_supers(quota_sync_one, &type);
type               71 fs/quota/quota.c unsigned int qtype_enforce_flag(int type)
type               73 fs/quota/quota.c 	switch (type) {
type               84 fs/quota/quota.c static int quota_quotaon(struct super_block *sb, int type, qid_t id,
type               90 fs/quota/quota.c 		return sb->s_qcop->quota_enable(sb, qtype_enforce_flag(type));
type               93 fs/quota/quota.c 	return sb->s_qcop->quota_on(sb, type, id, path);
type               96 fs/quota/quota.c static int quota_quotaoff(struct super_block *sb, int type)
type              101 fs/quota/quota.c 		return sb->s_qcop->quota_disable(sb, qtype_enforce_flag(type));
type              102 fs/quota/quota.c 	return sb->s_qcop->quota_off(sb, type);
type              105 fs/quota/quota.c static int quota_getfmt(struct super_block *sb, int type, void __user *addr)
type              109 fs/quota/quota.c 	if (!sb_has_quota_active(sb, type))
type              111 fs/quota/quota.c 	fmt = sb_dqopt(sb)->info[type].dqi_format->qf_fmt_id;
type              117 fs/quota/quota.c static int quota_getinfo(struct super_block *sb, int type, void __user *addr)
type              129 fs/quota/quota.c 	tstate = state.s_state + type;
type              145 fs/quota/quota.c static int quota_setinfo(struct super_block *sb, int type, void __user *addr)
type              172 fs/quota/quota.c 	return sb->s_qcop->set_info(sb, type, &qinfo);
type              199 fs/quota/quota.c static int quota_getquota(struct super_block *sb, int type, qid_t id,
type              209 fs/quota/quota.c 	qid = make_kqid(current_user_ns(), type, id);
type              225 fs/quota/quota.c static int quota_getnextquota(struct super_block *sb, int type, qid_t id,
type              235 fs/quota/quota.c 	qid = make_kqid(current_user_ns(), type, id);
type              275 fs/quota/quota.c static int quota_setquota(struct super_block *sb, int type, qid_t id,
type              286 fs/quota/quota.c 	qid = make_kqid(current_user_ns(), type, id);
type              334 fs/quota/quota.c static int quota_getstate(struct super_block *sb, int type,
type              353 fs/quota/quota.c 	fqs->qs_btimelimit = state.s_state[type].spc_timelimit;
type              354 fs/quota/quota.c 	fqs->qs_itimelimit = state.s_state[type].ino_timelimit;
type              355 fs/quota/quota.c 	fqs->qs_rtbtimelimit = state.s_state[type].rt_spc_timelimit;
type              356 fs/quota/quota.c 	fqs->qs_bwarnlimit = state.s_state[type].spc_warnlimit;
type              357 fs/quota/quota.c 	fqs->qs_iwarnlimit = state.s_state[type].ino_warnlimit;
type              387 fs/quota/quota.c static int quota_getxstate(struct super_block *sb, int type, void __user *addr)
type              394 fs/quota/quota.c 	ret = quota_getstate(sb, type, &fqs);
type              400 fs/quota/quota.c static int quota_getstatev(struct super_block *sb, int type,
type              419 fs/quota/quota.c 	fqs->qs_btimelimit = state.s_state[type].spc_timelimit;
type              420 fs/quota/quota.c 	fqs->qs_itimelimit = state.s_state[type].ino_timelimit;
type              421 fs/quota/quota.c 	fqs->qs_rtbtimelimit = state.s_state[type].rt_spc_timelimit;
type              422 fs/quota/quota.c 	fqs->qs_bwarnlimit = state.s_state[type].spc_warnlimit;
type              423 fs/quota/quota.c 	fqs->qs_iwarnlimit = state.s_state[type].ino_warnlimit;
type              444 fs/quota/quota.c static int quota_getxstatev(struct super_block *sb, int type, void __user *addr)
type              463 fs/quota/quota.c 	ret = quota_getstatev(sb, type, &fqs);
type              560 fs/quota/quota.c static int quota_setxquota(struct super_block *sb, int type, qid_t id,
type              571 fs/quota/quota.c 	qid = make_kqid(current_user_ns(), type, id);
type              583 fs/quota/quota.c 		ret = sb->s_qcop->set_info(sb, type, &qinfo);
type              594 fs/quota/quota.c 			      int type, qid_t id)
type              599 fs/quota/quota.c 	if (type == USRQUOTA)
type              601 fs/quota/quota.c 	else if (type == PRJQUOTA)
type              622 fs/quota/quota.c static int quota_getxquota(struct super_block *sb, int type, qid_t id,
type              632 fs/quota/quota.c 	qid = make_kqid(current_user_ns(), type, id);
type              638 fs/quota/quota.c 	copy_to_xfs_dqblk(&fdq, &qdq, type, id);
type              648 fs/quota/quota.c static int quota_getnextxquota(struct super_block *sb, int type, qid_t id,
type              659 fs/quota/quota.c 	qid = make_kqid(current_user_ns(), type, id);
type              666 fs/quota/quota.c 	copy_to_xfs_dqblk(&fdq, &qdq, type, id_out);
type              684 fs/quota/quota.c static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id,
type              689 fs/quota/quota.c 	if (type >= MAXQUOTAS)
type              691 fs/quota/quota.c 	type = array_index_nospec(type, MAXQUOTAS);
type              698 fs/quota/quota.c 	if (!(sb->s_quota_types & (1 << type)))
type              701 fs/quota/quota.c 	ret = check_quotactl_permission(sb, type, cmd, id);
type              707 fs/quota/quota.c 		return quota_quotaon(sb, type, id, path);
type              709 fs/quota/quota.c 		return quota_quotaoff(sb, type);
type              711 fs/quota/quota.c 		return quota_getfmt(sb, type, addr);
type              713 fs/quota/quota.c 		return quota_getinfo(sb, type, addr);
type              715 fs/quota/quota.c 		return quota_setinfo(sb, type, addr);
type              717 fs/quota/quota.c 		return quota_getquota(sb, type, id, addr);
type              719 fs/quota/quota.c 		return quota_getnextquota(sb, type, id, addr);
type              721 fs/quota/quota.c 		return quota_setquota(sb, type, id, addr);
type              725 fs/quota/quota.c 		return sb->s_qcop->quota_sync(sb, type);
type              733 fs/quota/quota.c 		return quota_getxstate(sb, type, addr);
type              735 fs/quota/quota.c 		return quota_getxstatev(sb, type, addr);
type              737 fs/quota/quota.c 		return quota_setxquota(sb, type, id, addr);
type              739 fs/quota/quota.c 		return quota_getxquota(sb, type, id, addr);
type              741 fs/quota/quota.c 		return quota_getnextxquota(sb, type, id, addr);
type              826 fs/quota/quota.c 	uint cmds, type;
type              832 fs/quota/quota.c 	type = cmd & SUBCMDMASK;
type              841 fs/quota/quota.c 			return quota_sync_all(type);
type              864 fs/quota/quota.c 	ret = do_quotactl(sb, type, cmds, id, addr, pathp);
type              255 fs/quota/quota_tree.c 		mark_info_dirty(dquot->dq_sb, dquot->dq_id.type);
type              375 fs/quota/quota_tree.c 	int type = dquot->dq_id.type;
type              396 fs/quota/quota_tree.c 	ret = sb->s_op->quota_write(sb, type, ddquot, info->dqi_entry_size,
type              608 fs/quota/quota_tree.c 	int type = dquot->dq_id.type;
type              616 fs/quota/quota_tree.c 	if (!sb_dqopt(dquot->dq_sb)->files[type]) {
type              641 fs/quota/quota_tree.c 	ret = sb->s_op->quota_read(sb, type, ddquot, info->dqi_entry_size,
type              731 fs/quota/quota_tree.c 	*qid = make_kqid(&init_user_ns, qid->type, id);
type               58 fs/quota/quota_v1.c 	int type = dquot->dq_id.type;
type               62 fs/quota/quota_v1.c 	if (!dqopt->files[type])
type               67 fs/quota/quota_v1.c 	dquot->dq_sb->s_op->quota_read(dquot->dq_sb, type, (char *)&dqblk,
type               84 fs/quota/quota_v1.c 	short type = dquot->dq_id.type;
type               89 fs/quota/quota_v1.c 	if (((type == USRQUOTA) && uid_eq(dquot->dq_id.uid, GLOBAL_ROOT_UID)) ||
type               90 fs/quota/quota_v1.c 	    ((type == GRPQUOTA) && gid_eq(dquot->dq_id.gid, GLOBAL_ROOT_GID))) {
type               92 fs/quota/quota_v1.c 			sb_dqopt(dquot->dq_sb)->info[type].dqi_bgrace;
type               94 fs/quota/quota_v1.c 			sb_dqopt(dquot->dq_sb)->info[type].dqi_igrace;
type               97 fs/quota/quota_v1.c 	if (sb_dqopt(dquot->dq_sb)->files[type])
type               98 fs/quota/quota_v1.c 		ret = dquot->dq_sb->s_op->quota_write(dquot->dq_sb, type,
type              127 fs/quota/quota_v1.c static int v1_check_quota_file(struct super_block *sb, int type)
type              129 fs/quota/quota_v1.c 	struct inode *inode = sb_dqopt(sb)->files[type];
type              147 fs/quota/quota_v1.c 	size = sb->s_op->quota_read(sb, type, (char *)&dqhead,
type              151 fs/quota/quota_v1.c 	if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type])
type              159 fs/quota/quota_v1.c static int v1_read_file_info(struct super_block *sb, int type)
type              166 fs/quota/quota_v1.c 	ret = sb->s_op->quota_read(sb, type, (char *)&dqblk,
type              175 fs/quota/quota_v1.c 	dqopt->info[type].dqi_max_spc_limit = 0xffffffffULL << QUOTABLOCK_BITS;
type              176 fs/quota/quota_v1.c 	dqopt->info[type].dqi_max_ino_limit = 0xffffffff;
type              177 fs/quota/quota_v1.c 	dqopt->info[type].dqi_igrace =
type              179 fs/quota/quota_v1.c 	dqopt->info[type].dqi_bgrace =
type              186 fs/quota/quota_v1.c static int v1_write_file_info(struct super_block *sb, int type)
type              193 fs/quota/quota_v1.c 	ret = sb->s_op->quota_read(sb, type, (char *)&dqblk,
type              201 fs/quota/quota_v1.c 	dqopt->info[type].dqi_flags &= ~DQF_INFO_DIRTY;
type              202 fs/quota/quota_v1.c 	dqblk.dqb_itime = dqopt->info[type].dqi_igrace;
type              203 fs/quota/quota_v1.c 	dqblk.dqb_btime = dqopt->info[type].dqi_bgrace;
type              205 fs/quota/quota_v1.c 	ret = sb->s_op->quota_write(sb, type, (char *)&dqblk,
type               59 fs/quota/quota_v2.c static int v2_read_header(struct super_block *sb, int type,
type               64 fs/quota/quota_v2.c 	size = sb->s_op->quota_read(sb, type, (char *)dqhead,
type               77 fs/quota/quota_v2.c static int v2_check_quota_file(struct super_block *sb, int type)
type               83 fs/quota/quota_v2.c 	if (v2_read_header(sb, type, &dqhead))
type               85 fs/quota/quota_v2.c 	if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type] ||
type               86 fs/quota/quota_v2.c 	    le32_to_cpu(dqhead.dqh_version) > quota_versions[type])
type               92 fs/quota/quota_v2.c static int v2_read_file_info(struct super_block *sb, int type)
type               97 fs/quota/quota_v2.c 	struct mem_dqinfo *info = &dqopt->info[type];
type              104 fs/quota/quota_v2.c 	ret = v2_read_header(sb, type, &dqhead);
type              114 fs/quota/quota_v2.c 	size = sb->s_op->quota_read(sb, type, (char *)&dinfo,
type              148 fs/quota/quota_v2.c 	qinfo->dqi_type = type;
type              169 fs/quota/quota_v2.c static int v2_write_file_info(struct super_block *sb, int type)
type              173 fs/quota/quota_v2.c 	struct mem_dqinfo *info = &dqopt->info[type];
type              188 fs/quota/quota_v2.c 	size = sb->s_op->quota_write(sb, type, (char *)&dinfo,
type              223 fs/quota/quota_v2.c 			sb_dqinfo(dquot->dq_sb, dquot->dq_id.type)->dqi_priv;
type              242 fs/quota/quota_v2.c 			sb_dqinfo(dquot->dq_sb, dquot->dq_id.type)->dqi_priv;
type              246 fs/quota/quota_v2.c 	return qid_eq(make_kqid(&init_user_ns, dquot->dq_id.type,
type              276 fs/quota/quota_v2.c 			sb_dqinfo(dquot->dq_sb, dquot->dq_id.type)->dqi_priv;
type              295 fs/quota/quota_v2.c 			sb_dqinfo(dquot->dq_sb, dquot->dq_id.type)->dqi_priv;
type              299 fs/quota/quota_v2.c 	return qid_eq(make_kqid(&init_user_ns, dquot->dq_id.type,
type              311 fs/quota/quota_v2.c 			sb_dqinfo(dquot->dq_sb, dquot->dq_id.type)->dqi_priv,
type              336 fs/quota/quota_v2.c 			sb_dqinfo(dquot->dq_sb, dquot->dq_id.type)->dqi_priv,
type              351 fs/quota/quota_v2.c 	ret = qtree_release_dquot(sb_dqinfo(dquot->dq_sb, dquot->dq_id.type)->dqi_priv, dquot);
type              357 fs/quota/quota_v2.c static int v2_free_file_info(struct super_block *sb, int type)
type              359 fs/quota/quota_v2.c 	kfree(sb_dqinfo(sb, type)->dqi_priv);
type              369 fs/quota/quota_v2.c 	ret = qtree_get_next_id(sb_dqinfo(sb, qid->type)->dqi_priv, qid);
type              679 fs/read_write.c 		loff_t *ppos, int type, rwf_t flags)
type              690 fs/read_write.c 	if (type == READ)
type              702 fs/read_write.c 		loff_t *ppos, int type, rwf_t flags)
type              713 fs/read_write.c 		if (type == READ) {
type              764 fs/read_write.c ssize_t rw_copy_check_uvector(int type, const struct iovec __user * uvector,
type              823 fs/read_write.c 		if (type >= 0
type              840 fs/read_write.c ssize_t compat_rw_copy_check_uvector(int type,
type              894 fs/read_write.c 		if (type >= 0 &&
type               51 fs/reiserfs/acl.h struct posix_acl *reiserfs_get_acl(struct inode *inode, int type);
type               52 fs/reiserfs/acl.h int reiserfs_set_acl(struct inode *inode, struct posix_acl *acl, int type);
type              112 fs/reiserfs/inode.c 			  __u32 objectid, loff_t offset, int type, int length)
type              119 fs/reiserfs/inode.c 	set_cpu_key_k_type(key, type);
type              128 fs/reiserfs/inode.c 		  int type, int length)
type              132 fs/reiserfs/inode.c 		      le32_to_cpu(INODE_PKEY(inode)->k_objectid), offset, type,
type              139 fs/reiserfs/inode.c 			      loff_t offset, int type, int length,
type              149 fs/reiserfs/inode.c 	set_le_ih_k_type(ih, type);
type             1264 fs/reiserfs/reiserfs.h 	__u8 type = le64_to_cpu(v2->v) >> 60;
type             1265 fs/reiserfs/reiserfs.h 	return (type <= TYPE_MAXTYPE) ? type : TYPE_ANY;
type             1268 fs/reiserfs/reiserfs.h static inline void set_offset_v2_k_type(struct offset_v2 *v2, int type)
type             1271 fs/reiserfs/reiserfs.h 	    (v2->v & cpu_to_le64(~0ULL >> 4)) | cpu_to_le64((__u64) type << 60);
type             1451 fs/reiserfs/reiserfs.h static inline __u32 type2uniqueness(int type) CONSTF;
type             1452 fs/reiserfs/reiserfs.h static inline __u32 type2uniqueness(int type)
type             1454 fs/reiserfs/reiserfs.h 	switch (type) {
type             1528 fs/reiserfs/reiserfs.h 				     int type)
type             1531 fs/reiserfs/reiserfs.h 		type = type2uniqueness(type);
type             1532 fs/reiserfs/reiserfs.h 		key->u.k_offset_v1.k_uniqueness = cpu_to_le32(type);
type             1534 fs/reiserfs/reiserfs.h 	       set_offset_v2_k_type(&key->u.k_offset_v2, type);
type             1537 fs/reiserfs/reiserfs.h static inline void set_le_ih_k_type(struct item_head *ih, int type)
type             1539 fs/reiserfs/reiserfs.h 	set_le_key_k_type(ih_version(ih), &(ih->ih_key), type);
type             1599 fs/reiserfs/reiserfs.h static inline void set_cpu_key_k_type(struct cpu_key *key, int type)
type             1601 fs/reiserfs/reiserfs.h 	key->on_disk_key.k_type = type;
type             2984 fs/reiserfs/reiserfs.h 	int type;
type             2986 fs/reiserfs/reiserfs.h 	type = offset_v2_k_type(&(key->u.k_offset_v2));
type             2987 fs/reiserfs/reiserfs.h 	if (type != TYPE_DIRECT && type != TYPE_INDIRECT
type             2988 fs/reiserfs/reiserfs.h 	    && type != TYPE_DIRENTRY)
type             3082 fs/reiserfs/reiserfs.h 		  int type, int key_length);
type             3085 fs/reiserfs/reiserfs.h 		       loff_t offset, int type, int length, int entry_count);
type              574 fs/reiserfs/super.c static int reiserfs_quota_off(struct super_block *sb, int type);
type              578 fs/reiserfs/super.c 	int type;
type              580 fs/reiserfs/super.c 	for (type = 0; type < REISERFS_MAXQUOTAS; type++)
type              581 fs/reiserfs/super.c 		reiserfs_quota_off(s, type);
type             2352 fs/reiserfs/super.c static int reiserfs_write_info(struct super_block *sb, int type)
type             2364 fs/reiserfs/super.c 	ret = dquot_commit_info(sb, type);
type             2377 fs/reiserfs/super.c static int reiserfs_quota_on_mount(struct super_block *sb, int type)
type             2379 fs/reiserfs/super.c 	return dquot_quota_on_mount(sb, REISERFS_SB(sb)->s_qf_names[type],
type             2380 fs/reiserfs/super.c 					REISERFS_SB(sb)->s_jquota_fmt, type);
type             2386 fs/reiserfs/super.c static int reiserfs_quota_on(struct super_block *sb, int type, int format_id,
type             2392 fs/reiserfs/super.c 	int opt = type == USRQUOTA ? REISERFS_USRQUOTA : REISERFS_GRPQUOTA;
type             2422 fs/reiserfs/super.c 	if (REISERFS_SB(sb)->s_qf_names[type]) {
type             2444 fs/reiserfs/super.c 	err = dquot_quota_on(sb, type, format_id, path);
type             2460 fs/reiserfs/super.c static int reiserfs_quota_off(struct super_block *sb, int type)
type             2463 fs/reiserfs/super.c 	struct inode *inode = sb_dqopt(sb)->files[type];
type             2468 fs/reiserfs/super.c 	err = dquot_quota_off(sb, type);
type             2482 fs/reiserfs/super.c 	return dquot_quota_off(sb, type);
type             2491 fs/reiserfs/super.c static ssize_t reiserfs_quota_read(struct super_block *sb, int type, char *data,
type             2494 fs/reiserfs/super.c 	struct inode *inode = sb_dqopt(sb)->files[type];
type             2541 fs/reiserfs/super.c static ssize_t reiserfs_quota_write(struct super_block *sb, int type,
type             2544 fs/reiserfs/super.c 	struct inode *inode = sb_dqopt(sb)->files[type];
type             2547 fs/reiserfs/super.c 	int journal_quota = REISERFS_SB(sb)->s_qf_names[type] != NULL;
type               16 fs/reiserfs/xattr_acl.c 			    struct inode *inode, int type,
type               21 fs/reiserfs/xattr_acl.c reiserfs_set_acl(struct inode *inode, struct posix_acl *acl, int type)
type               42 fs/reiserfs/xattr_acl.c 		if (type == ACL_TYPE_ACCESS && acl) {
type               48 fs/reiserfs/xattr_acl.c 		error = __reiserfs_set_acl(&th, inode, type, acl);
type              191 fs/reiserfs/xattr_acl.c struct posix_acl *reiserfs_get_acl(struct inode *inode, int type)
type              198 fs/reiserfs/xattr_acl.c 	switch (type) {
type              245 fs/reiserfs/xattr_acl.c 		 int type, struct posix_acl *acl)
type              252 fs/reiserfs/xattr_acl.c 	switch (type) {
type              281 fs/reiserfs/xattr_acl.c 		if (type == ACL_TYPE_ACCESS) {
type              290 fs/reiserfs/xattr_acl.c 		set_cached_acl(inode, type, acl);
type              731 fs/select.c    		       enum poll_time_type type)
type              737 fs/select.c    		switch (type) {
type              760 fs/select.c    	return poll_select_finish(&end_time, tsp, type, ret);
type             1296 fs/select.c    	compat_size_t sigsetsize, enum poll_time_type type)
type             1302 fs/select.c    		switch (type) {
type             1325 fs/select.c    	return poll_select_finish(&end_time, tsp, type, ret);
type             1316 fs/splice.c    static int vmsplice_type(struct fd f, int *type)
type             1321 fs/splice.c    		*type = WRITE;
type             1323 fs/splice.c    		*type = READ;
type             1369 fs/splice.c    	int type;
type             1372 fs/splice.c    	error = vmsplice_type(f, &type);
type             1376 fs/splice.c    	error = import_iovec(type, uiov, nr_segs,
type             1395 fs/splice.c    	int type;
type             1398 fs/splice.c    	error = vmsplice_type(f, &type);
type             1402 fs/splice.c    	error = compat_import_iovec(type, iov32, nr_segs,
type              103 fs/squashfs/dir.c 	unsigned int inode_number, dir_count, size, type;
type              194 fs/squashfs/dir.c 			type = le16_to_cpu(dire->type);
type              196 fs/squashfs/dir.c 			if (type > SQUASHFS_MAX_DIR_TYPE)
type              201 fs/squashfs/dir.c 					squashfs_filetype_table[type]))
type              105 fs/squashfs/inode.c 	int err, type, offset = SQUASHFS_INODE_OFFSET(ino);
type              127 fs/squashfs/inode.c 	type = le16_to_cpu(sqshb_ino->inode_type);
type              128 fs/squashfs/inode.c 	switch (type) {
type              288 fs/squashfs/inode.c 		if (type == SQUASHFS_LSYMLINK_TYPE) {
type              317 fs/squashfs/inode.c 		if (type == SQUASHFS_CHRDEV_TYPE)
type              339 fs/squashfs/inode.c 		if (type == SQUASHFS_LCHRDEV_TYPE)
type              362 fs/squashfs/inode.c 		if (type == SQUASHFS_FIFO_TYPE)
type              379 fs/squashfs/inode.c 		if (type == SQUASHFS_LFIFO_TYPE)
type              390 fs/squashfs/inode.c 		ERROR("Unknown inode type %d in squashfs_iget!\n", type);
type              411 fs/squashfs/squashfs_fs.h 	__le16			type;
type              429 fs/squashfs/squashfs_fs.h 	__le16			type;
type               56 fs/squashfs/xattr.c 		handler = squashfs_xattr_handler(le16_to_cpu(entry.type));
type              125 fs/squashfs/xattr.c 		int type, prefix, name_size;
type              133 fs/squashfs/xattr.c 		type = le16_to_cpu(entry.type);
type              134 fs/squashfs/xattr.c 		prefix = type & SQUASHFS_XATTR_PREFIX_MASK;
type              148 fs/squashfs/xattr.c 			if (type & SQUASHFS_XATTR_VALUE_OOL) {
type              246 fs/squashfs/xattr.c static const struct xattr_handler *squashfs_xattr_handler(int type)
type              248 fs/squashfs/xattr.c 	if (type & ~(SQUASHFS_XATTR_PREFIX_MASK | SQUASHFS_XATTR_VALUE_OOL))
type              252 fs/squashfs/xattr.c 	switch (type & SQUASHFS_XATTR_PREFIX_MASK) {
type              200 fs/super.c     static struct super_block *alloc_super(struct file_system_type *type, int flags,
type              213 fs/super.c     	lockdep_set_class(&s->s_umount, &type->s_umount_key);
type              237 fs/super.c     					&type->s_writers_key[i]))
type              256 fs/super.c     	lockdep_set_class(&s->s_vfs_rename_mutex, &type->s_vfs_rename_key);
type              576 fs/super.c     struct super_block *sget(struct file_system_type *type,
type              597 fs/super.c     		hlist_for_each_entry(old, &type->fs_supers, s_instances) {
type              613 fs/super.c     		s = alloc_super(type, (flags & ~SB_SUBMOUNT), user_ns);
type              625 fs/super.c     	s->s_type = type;
type              626 fs/super.c     	strlcpy(s->s_id, type->name, sizeof(s->s_id));
type              628 fs/super.c     	hlist_add_head(&s->s_instances, &type->fs_supers);
type              630 fs/super.c     	get_filesystem(type);
type              716 fs/super.c     void iterate_supers_type(struct file_system_type *type,
type              722 fs/super.c     	hlist_for_each_entry(sb, &type->fs_supers, s_instances) {
type              205 fs/sysv/super.c 	u32 type;
type              215 fs/sysv/super.c 	type = fs32_to_cpu(sbi, sbd->s_type);
type              225 fs/sysv/super.c  		return type;
type              230 fs/sysv/super.c 		if (type > 3 || type < 1)
type              233 fs/sysv/super.c 		return type;
type              235 fs/sysv/super.c 	if ((type > 3 || type < 1) && (type > 0x30 || type < 0x10))
type              243 fs/sysv/super.c 	if (type >= 0x10) {
type              250 fs/sysv/super.c 	return type >= 0x10 ? type >> 4 : type;
type              228 fs/ubifs/auth.c 	if (snod->type != UBIFS_SIG_NODE) {
type              242 fs/ubifs/auth.c 	if (le32_to_cpu(signode->type) != UBIFS_SIGNATURE_TYPE_PKCS7) {
type              244 fs/ubifs/auth.c 			  le32_to_cpu(signode->type));
type              304 fs/ubifs/auth.c 	if (keyring_key->type != &key_type_logon) {
type               50 fs/ubifs/debug.c static const char *get_key_type(int type)
type               52 fs/ubifs/debug.c 	switch (type) {
type               68 fs/ubifs/debug.c static const char *get_dent_type(int type)
type               70 fs/ubifs/debug.c 	switch (type) {
type               94 fs/ubifs/debug.c 	int type = key_type(c, key);
type               97 fs/ubifs/debug.c 		switch (type) {
type              101 fs/ubifs/debug.c 					get_key_type(type));
type              107 fs/ubifs/debug.c 					get_key_type(type), key_hash(c, key));
type              112 fs/ubifs/debug.c 					get_key_type(type), key_block(c, key));
type              117 fs/ubifs/debug.c 					get_key_type(type));
type              129 fs/ubifs/debug.c const char *dbg_ntype(int type)
type              131 fs/ubifs/debug.c 	switch (type) {
type              163 fs/ubifs/debug.c static const char *dbg_gtype(int type)
type              165 fs/ubifs/debug.c 	switch (type) {
type              282 fs/ubifs/debug.c 		       get_dent_type(dent->type),
type              452 fs/ubifs/debug.c 		pr_err("\ttype           %d\n", (int)dent->type);
type             1132 fs/ubifs/debug.c 		if (dent->type == UBIFS_ITYPE_DIR)
type             1981 fs/ubifs/debug.c 	int err, type = key_type(c, &zbr->key);
type             2002 fs/ubifs/debug.c 	if (type == UBIFS_INO_KEY) {
type             2012 fs/ubifs/debug.c 	if (type != UBIFS_DENT_KEY && type != UBIFS_XENT_KEY &&
type             2013 fs/ubifs/debug.c 	    type != UBIFS_DATA_KEY) {
type             2015 fs/ubifs/debug.c 			  type, zbr->lnum, zbr->offs);
type             2028 fs/ubifs/debug.c 	if (type == UBIFS_DATA_KEY) {
type             2094 fs/ubifs/debug.c 		if (type == UBIFS_XENT_KEY) {
type             2101 fs/ubifs/debug.c 			if (dent->type == UBIFS_ITYPE_DIR)
type             2314 fs/ubifs/debug.c 		if (sa->type != UBIFS_DATA_NODE) {
type             2315 fs/ubifs/debug.c 			ubifs_err(c, "bad node type %d", sa->type);
type             2319 fs/ubifs/debug.c 		if (sb->type != UBIFS_DATA_NODE) {
type             2320 fs/ubifs/debug.c 			ubifs_err(c, "bad node type %d", sb->type);
type             2381 fs/ubifs/debug.c 		if (sa->type != UBIFS_INO_NODE && sa->type != UBIFS_DENT_NODE &&
type             2382 fs/ubifs/debug.c 		    sa->type != UBIFS_XENT_NODE) {
type             2383 fs/ubifs/debug.c 			ubifs_err(c, "bad node type %d", sa->type);
type             2387 fs/ubifs/debug.c 		if (sb->type != UBIFS_INO_NODE && sb->type != UBIFS_DENT_NODE &&
type             2388 fs/ubifs/debug.c 		    sb->type != UBIFS_XENT_NODE) {
type             2389 fs/ubifs/debug.c 			ubifs_err(c, "bad node type %d", sb->type);
type             2394 fs/ubifs/debug.c 		if (sa->type != UBIFS_INO_NODE && sb->type == UBIFS_INO_NODE) {
type             2399 fs/ubifs/debug.c 		if (sa->type == UBIFS_INO_NODE && sb->type != UBIFS_INO_NODE)
type             2402 fs/ubifs/debug.c 		if (sa->type == UBIFS_INO_NODE && sb->type == UBIFS_INO_NODE) {
type              157 fs/ubifs/debug.h #define ubifs_dbg_msg(type, fmt, ...) \
type              158 fs/ubifs/debug.h 	pr_debug("UBIFS DBG " type " (pid %d): " fmt "\n", current->pid,       \
type              162 fs/ubifs/debug.h #define ubifs_dbg_msg_key(type, key, fmt, ...) do {                            \
type              164 fs/ubifs/debug.h 	pr_debug("UBIFS DBG " type " (pid %d): " fmt "%s\n", current->pid,     \
type              237 fs/ubifs/debug.h const char *dbg_ntype(int type);
type              455 fs/ubifs/dir.c static unsigned int vfs_dent_type(uint8_t type)
type              457 fs/ubifs/dir.c 	switch (type) {
type              610 fs/ubifs/dir.c 			       vfs_dent_type(dent->type))) {
type              124 fs/ubifs/gc.c  	ubifs_assert(c, sa->type == UBIFS_DATA_NODE);
type              125 fs/ubifs/gc.c  	ubifs_assert(c, sb->type == UBIFS_DATA_NODE);
type              168 fs/ubifs/gc.c  	ubifs_assert(c, sa->type != UBIFS_DATA_NODE &&
type              169 fs/ubifs/gc.c  		     sb->type != UBIFS_DATA_NODE);
type              172 fs/ubifs/gc.c  	if (sa->type == UBIFS_INO_NODE) {
type              173 fs/ubifs/gc.c  		if (sb->type == UBIFS_INO_NODE)
type              177 fs/ubifs/gc.c  	if (sb->type == UBIFS_INO_NODE)
type              184 fs/ubifs/gc.c  	ubifs_assert(c, sa->type == UBIFS_DENT_NODE ||
type              185 fs/ubifs/gc.c  		     sa->type == UBIFS_XENT_NODE);
type              186 fs/ubifs/gc.c  	ubifs_assert(c, sb->type == UBIFS_DENT_NODE ||
type              187 fs/ubifs/gc.c  		     sb->type == UBIFS_XENT_NODE);
type              241 fs/ubifs/gc.c  		ubifs_assert(c, snod->type == UBIFS_INO_NODE  ||
type              242 fs/ubifs/gc.c  			     snod->type == UBIFS_DATA_NODE ||
type              243 fs/ubifs/gc.c  			     snod->type == UBIFS_DENT_NODE ||
type              244 fs/ubifs/gc.c  			     snod->type == UBIFS_XENT_NODE ||
type              245 fs/ubifs/gc.c  			     snod->type == UBIFS_TRUN_NODE ||
type              246 fs/ubifs/gc.c  			     snod->type == UBIFS_AUTH_NODE);
type              248 fs/ubifs/gc.c  		if (snod->type != UBIFS_INO_NODE  &&
type              249 fs/ubifs/gc.c  		    snod->type != UBIFS_DATA_NODE &&
type              250 fs/ubifs/gc.c  		    snod->type != UBIFS_DENT_NODE &&
type              251 fs/ubifs/gc.c  		    snod->type != UBIFS_XENT_NODE) {
type              548 fs/ubifs/gc.c  	if (snod->type == UBIFS_IDX_NODE) {
type              557 fs/ubifs/gc.c  			ubifs_assert(c, snod->type == UBIFS_IDX_NODE);
type              228 fs/ubifs/io.c  	int err = -EINVAL, type, node_len;
type              244 fs/ubifs/io.c  	type = ch->node_type;
type              245 fs/ubifs/io.c  	if (type < 0 || type >= UBIFS_NODE_TYPES_CNT) {
type              247 fs/ubifs/io.c  			ubifs_err(c, "bad node type %d", type);
type              255 fs/ubifs/io.c  	if (c->ranges[type].max_len == 0) {
type              256 fs/ubifs/io.c  		if (node_len != c->ranges[type].len)
type              258 fs/ubifs/io.c  	} else if (node_len < c->ranges[type].min_len ||
type              259 fs/ubifs/io.c  		   node_len > c->ranges[type].max_len)
type              262 fs/ubifs/io.c  	if (!must_chk_crc && type == UBIFS_DATA_NODE && !c->mounting &&
type              964 fs/ubifs/io.c  int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len,
type              972 fs/ubifs/io.c  	       dbg_ntype(type), len, dbg_jhead(wbuf->jhead));
type              975 fs/ubifs/io.c  	ubifs_assert(c, type >= 0 && type < UBIFS_NODE_TYPES_CNT);
type              982 fs/ubifs/io.c  		return ubifs_read_node(c, buf, type, len, lnum, offs);
type             1001 fs/ubifs/io.c  	if (type != ch->node_type) {
type             1003 fs/ubifs/io.c  			  ch->node_type, type);
type             1009 fs/ubifs/io.c  		ubifs_err(c, "expected node type %d", type);
type             1041 fs/ubifs/io.c  int ubifs_read_node(const struct ubifs_info *c, void *buf, int type, int len,
type             1047 fs/ubifs/io.c  	dbg_io("LEB %d:%d, %s, length %d", lnum, offs, dbg_ntype(type), len);
type             1051 fs/ubifs/io.c  	ubifs_assert(c, type >= 0 && type < UBIFS_NODE_TYPES_CNT);
type             1057 fs/ubifs/io.c  	if (type != ch->node_type) {
type             1059 fs/ubifs/io.c  			   ch->node_type, type);
type             1065 fs/ubifs/io.c  		ubifs_errc(c, "expected node type %d", type);
type              602 fs/ubifs/journal.c 	dent->type = get_dent_type(inode->i_mode);
type             1093 fs/ubifs/journal.c 	dent1->type = get_dent_type(fst_inode->i_mode);
type             1109 fs/ubifs/journal.c 	dent2->type = get_dent_type(snd_inode->i_mode);
type             1268 fs/ubifs/journal.c 	dent->type = get_dent_type(old_inode->i_mode);
type             1285 fs/ubifs/journal.c 		dent2->type = get_dent_type(whiteout->i_mode);
type             1289 fs/ubifs/journal.c 		dent2->type = DT_UNKNOWN;
type             1705 fs/ubifs/journal.c 	xent->type = get_dent_type(inode->i_mode);
type              525 fs/ubifs/key.h 	int type = key_type(c, key);
type              527 fs/ubifs/key.h 	return type == UBIFS_DENT_KEY || type == UBIFS_XENT_KEY;
type              664 fs/ubifs/log.c 			switch (snod->type) {
type             1119 fs/ubifs/lprops.c 			is_idx = (snod->type == UBIFS_IDX_NODE) ? 1 : 0;
type             1121 fs/ubifs/lprops.c 		if (is_idx && snod->type != UBIFS_IDX_NODE) {
type             1127 fs/ubifs/lprops.c 		if (snod->type == UBIFS_IDX_NODE) {
type              952 fs/ubifs/lpt.c 			  int *pos, int type)
type              957 fs/ubifs/lpt.c 	if (node_type != type) {
type              959 fs/ubifs/lpt.c 			  node_type, type);
type              108 fs/ubifs/master.c 		if (snod->type != UBIFS_MST_NODE)
type              125 fs/ubifs/master.c 	if (snod->type != UBIFS_MST_NODE)
type              162 fs/ubifs/master.c 		  snod->type, lnum, snod->offs);
type              639 fs/ubifs/orphan.c 		if (snod->type != UBIFS_ORPH_NODE) {
type              641 fs/ubifs/orphan.c 				  snod->type, sleb->lnum, snod->offs);
type              952 fs/ubifs/orphan.c 		if (snod->type != UBIFS_ORPH_NODE)
type              486 fs/ubifs/replay.c 	    dent->type >= UBIFS_ITYPES_CNT ||
type              614 fs/ubifs/replay.c 		if (snod->type == UBIFS_AUTH_NODE) {
type              742 fs/ubifs/replay.c 		switch (snod->type) {
type              811 fs/ubifs/replay.c 				  snod->type, lnum, snod->offs);
type             1026 fs/ubifs/replay.c 		if (snod->type != UBIFS_CS_NODE) {
type             1086 fs/ubifs/replay.c 		switch (snod->type) {
type              193 fs/ubifs/scan.c 	snod->type = ch->node_type;
type               25 fs/ubifs/tnc.c static int try_read_node(const struct ubifs_info *c, void *buf, int type,
type              441 fs/ubifs/tnc.c static int try_read_node(const struct ubifs_info *c, void *buf, int type,
type              451 fs/ubifs/tnc.c 	dbg_io("LEB %d:%d, %s, length %d", lnum, offs, dbg_ntype(type), len);
type              456 fs/ubifs/tnc.c 			  type, lnum, offs, err);
type              463 fs/ubifs/tnc.c 	if (ch->node_type != type)
type              470 fs/ubifs/tnc.c 	if (type != UBIFS_DATA_NODE || !c->no_chk_data_crc || c->mounting ||
type             2952 fs/ubifs/tnc.c 	int n, err, type = key_type(c, key);
type             3015 fs/ubifs/tnc.c 	    key_type(c, dkey) != type) {
type              255 fs/ubifs/tnc_commit.c 		ubifs_assert(c, snod->type == UBIFS_IDX_NODE);
type              271 fs/ubifs/tnc_misc.c 	int i, err, type, cmp;
type              343 fs/ubifs/tnc_misc.c 		type = key_type(c, &zbr->key);
type              344 fs/ubifs/tnc_misc.c 		if (c->ranges[type].max_len == 0) {
type              345 fs/ubifs/tnc_misc.c 			if (zbr->len != c->ranges[type].len) {
type              347 fs/ubifs/tnc_misc.c 					  type, zbr->len);
type              348 fs/ubifs/tnc_misc.c 				ubifs_err(c, "have to be %d", c->ranges[type].len);
type              352 fs/ubifs/tnc_misc.c 		} else if (zbr->len < c->ranges[type].min_len ||
type              353 fs/ubifs/tnc_misc.c 			   zbr->len > c->ranges[type].max_len) {
type              355 fs/ubifs/tnc_misc.c 				  type, zbr->len);
type              357 fs/ubifs/tnc_misc.c 				  c->ranges[type].min_len,
type              358 fs/ubifs/tnc_misc.c 				  c->ranges[type].max_len);
type              465 fs/ubifs/tnc_misc.c 	int err, type = key_type(c, key);
type              474 fs/ubifs/tnc_misc.c 		err = ubifs_read_node_wbuf(wbuf, node, type, zbr->len,
type              477 fs/ubifs/tnc_misc.c 		err = ubifs_read_node(c, node, type, zbr->len, zbr->lnum,
type              561 fs/ubifs/ubifs-media.h 	__u8 type;
type              795 fs/ubifs/ubifs-media.h 	__le32 type;
type              305 fs/ubifs/ubifs.h 	int type;
type             1713 fs/ubifs/ubifs.h int ubifs_read_node(const struct ubifs_info *c, void *buf, int type, int len,
type             1715 fs/ubifs/ubifs.h int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len,
type               48 fs/udf/misc.c  					   uint32_t type, uint8_t loc)
type              102 fs/udf/misc.c  		if (type < 2048) {
type              123 fs/udf/misc.c  		} else if (type < 65536) {
type              148 fs/udf/misc.c  struct genericFormat *udf_get_extendedattr(struct inode *inode, uint32_t type,
type              169 fs/udf/misc.c  		if (type < 2048)
type              171 fs/udf/misc.c  		else if (type < 65536)
type              178 fs/udf/misc.c  			if (le32_to_cpu(gaf->attrType) == type &&
type             1288 fs/udf/namei.c 	int type = FILEID_UDF_WITHOUT_PARENT;
type             1310 fs/udf/namei.c 		type = FILEID_UDF_WITH_PARENT;
type             1313 fs/udf/namei.c 	return type;
type             1383 fs/udf/super.c 	uint8_t type;
type             1419 fs/udf/super.c 		type = gpm->partitionMapType;
type             1420 fs/udf/super.c 		if (type == 1) {
type             1427 fs/udf/super.c 		} else if (type == 2) {
type             1462 fs/udf/super.c 					  i, type, UDF_ID_METADATA);
type             1504 fs/udf/super.c 			  i, map->s_partition_num, type, map->s_volumeseqnum);
type               48 fs/udf/udftime.c 	uint8_t type = typeAndTimezone >> 12;
type               51 fs/udf/udftime.c 	if (type == 1) {
type              348 fs/unicode/mkutf8data.c 	const char *type;
type              428 fs/unicode/mkutf8data.c 	printf("%s_%x root %p\n", tree->type, tree->maxage, tree->root);
type              668 fs/unicode/mkutf8data.c 		printf("Pruning %s_%x\n", tree->type, tree->maxage);
type              826 fs/unicode/mkutf8data.c 		printf("Marking %s_%x\n", tree->type, tree->maxage);
type              959 fs/unicode/mkutf8data.c 		printf("Indexing %s_%x: %d\n", tree->type, tree->maxage, index);
type             1070 fs/unicode/mkutf8data.c 		printf("Sizing %s_%x\n", tree->type, tree->maxage);
type             1208 fs/unicode/mkutf8data.c 		printf("Emitting %s_%x\n", tree->type, tree->maxage);
type             1662 fs/unicode/mkutf8data.c 		trees[i].type = "nfdicf";
type             1669 fs/unicode/mkutf8data.c 		trees[i+1].type = "nfdi";
type             1693 fs/unicode/mkutf8data.c 				trees[i].type, trees[i].maxage);
type             1734 fs/unicode/mkutf8data.c 				trees[i].type, trees[i].maxage, trees[i].index);
type             1756 fs/unicode/mkutf8data.c 		printf("Verifying %s_%x\n", tree->type, tree->maxage);
type             1757 fs/unicode/mkutf8data.c 	nocf = strcmp(tree->type, "nfdicf");
type             2102 fs/unicode/mkutf8data.c static int ignore_compatibility_form(char *type)
type             2111 fs/unicode/mkutf8data.c 		if (strcmp(type, ignored_types[i]) == 0)
type             2122 fs/unicode/mkutf8data.c 	char *type;
type             2146 fs/unicode/mkutf8data.c 			type = ++s;
type             2149 fs/unicode/mkutf8data.c 			if(ignore_compatibility_form(type))
type             3331 fs/unicode/mkutf8data.c 				trees[t].type, trees[t].maxage);
type               62 fs/xfs/libxfs/xfs_ag.c 	xfs_btree_init_block(mp, bp, id->type, 0, 0, id->agno);
type              363 fs/xfs/libxfs/xfs_ag.c 	xfs_btnum_t		type;
type              431 fs/xfs/libxfs/xfs_ag.c 		.type = XFS_BTNUM_INO,
type              439 fs/xfs/libxfs/xfs_ag.c 		.type = XFS_BTNUM_FINO,
type              454 fs/xfs/libxfs/xfs_ag.c 		.type = XFS_BTNUM_REFC,
type              472 fs/xfs/libxfs/xfs_ag.c 		id->type = dp->type;
type               23 fs/xfs/libxfs/xfs_ag.h 	xfs_btnum_t		type;		/* type of btree root block */
type               69 fs/xfs/libxfs/xfs_ag_resv.c 	enum xfs_ag_resv_type		type)
type               74 fs/xfs/libxfs/xfs_ag_resv.c 	switch (type) {
type               89 fs/xfs/libxfs/xfs_ag_resv.c 	trace_xfs_ag_resv_critical(pag, type, avail);
type              103 fs/xfs/libxfs/xfs_ag_resv.c 	enum xfs_ag_resv_type		type)
type              108 fs/xfs/libxfs/xfs_ag_resv.c 	switch (type) {
type              111 fs/xfs/libxfs/xfs_ag_resv.c 		len -= xfs_perag_resv(pag, type)->ar_reserved;
type              120 fs/xfs/libxfs/xfs_ag_resv.c 	trace_xfs_ag_resv_needed(pag, type, len);
type              129 fs/xfs/libxfs/xfs_ag_resv.c 	enum xfs_ag_resv_type		type)
type              135 fs/xfs/libxfs/xfs_ag_resv.c 	trace_xfs_ag_resv_free(pag, type, 0);
type              137 fs/xfs/libxfs/xfs_ag_resv.c 	resv = xfs_perag_resv(pag, type);
type              145 fs/xfs/libxfs/xfs_ag_resv.c 	if (type == XFS_AG_RESV_RMAPBT)
type              178 fs/xfs/libxfs/xfs_ag_resv.c 	enum xfs_ag_resv_type		type,
type              190 fs/xfs/libxfs/xfs_ag_resv.c 	switch (type) {
type              231 fs/xfs/libxfs/xfs_ag_resv.c 	resv = xfs_perag_resv(pag, type);
type              236 fs/xfs/libxfs/xfs_ag_resv.c 	trace_xfs_ag_resv_init(pag, type, ask);
type              321 fs/xfs/libxfs/xfs_ag_resv.c 	enum xfs_ag_resv_type		type,
type              328 fs/xfs/libxfs/xfs_ag_resv.c 	trace_xfs_ag_resv_alloc_extent(pag, type, args->len);
type              330 fs/xfs/libxfs/xfs_ag_resv.c 	switch (type) {
type              335 fs/xfs/libxfs/xfs_ag_resv.c 		resv = xfs_perag_resv(pag, type);
type              349 fs/xfs/libxfs/xfs_ag_resv.c 	if (type == XFS_AG_RESV_RMAPBT)
type              363 fs/xfs/libxfs/xfs_ag_resv.c 	enum xfs_ag_resv_type		type,
type              370 fs/xfs/libxfs/xfs_ag_resv.c 	trace_xfs_ag_resv_free_extent(pag, type, len);
type              372 fs/xfs/libxfs/xfs_ag_resv.c 	switch (type) {
type              377 fs/xfs/libxfs/xfs_ag_resv.c 		resv = xfs_perag_resv(pag, type);
type              389 fs/xfs/libxfs/xfs_ag_resv.c 	if (type == XFS_AG_RESV_RMAPBT)
type               12 fs/xfs/libxfs/xfs_ag_resv.h bool xfs_ag_resv_critical(struct xfs_perag *pag, enum xfs_ag_resv_type type);
type               14 fs/xfs/libxfs/xfs_ag_resv.h 		enum xfs_ag_resv_type type);
type               16 fs/xfs/libxfs/xfs_ag_resv.h void xfs_ag_resv_alloc_extent(struct xfs_perag *pag, enum xfs_ag_resv_type type,
type               18 fs/xfs/libxfs/xfs_ag_resv.h void xfs_ag_resv_free_extent(struct xfs_perag *pag, enum xfs_ag_resv_type type,
type              823 fs/xfs/libxfs/xfs_alloc.c 	switch (args->type) {
type             1693 fs/xfs/libxfs/xfs_alloc.c 	enum xfs_ag_resv_type		type)
type             1921 fs/xfs/libxfs/xfs_alloc.c 	xfs_ag_resv_free_extent(pag, type, tp, len);
type             1929 fs/xfs/libxfs/xfs_alloc.c 	trace_xfs_free_extent(mp, agno, bno, len, type, haveleft, haveright);
type             1934 fs/xfs/libxfs/xfs_alloc.c 	trace_xfs_free_extent(mp, agno, bno, len, type, -1, -1);
type             2335 fs/xfs/libxfs/xfs_alloc.c 	targs.type = XFS_ALLOCTYPE_THIS_AG;
type             2786 fs/xfs/libxfs/xfs_alloc.c 	xfs_alloctype_t		type;	/* input allocation type */
type             2791 fs/xfs/libxfs/xfs_alloc.c 	type = args->otype = args->type;
type             2817 fs/xfs/libxfs/xfs_alloc.c 	switch (type) {
type             2852 fs/xfs/libxfs/xfs_alloc.c 		args->type = XFS_ALLOCTYPE_NEAR_BNO;
type             2858 fs/xfs/libxfs/xfs_alloc.c 		if (type == XFS_ALLOCTYPE_FIRST_AG) {
type             2863 fs/xfs/libxfs/xfs_alloc.c 			args->type = XFS_ALLOCTYPE_THIS_AG;
type             2899 fs/xfs/libxfs/xfs_alloc.c 			    type == XFS_ALLOCTYPE_START_BNO)
type             2900 fs/xfs/libxfs/xfs_alloc.c 				args->type = XFS_ALLOCTYPE_THIS_AG;
type             2926 fs/xfs/libxfs/xfs_alloc.c 				if (type == XFS_ALLOCTYPE_START_BNO) {
type             2929 fs/xfs/libxfs/xfs_alloc.c 					args->type = XFS_ALLOCTYPE_NEAR_BNO;
type             3020 fs/xfs/libxfs/xfs_alloc.c 	enum xfs_ag_resv_type		type,
type             3031 fs/xfs/libxfs/xfs_alloc.c 	ASSERT(type != XFS_AG_RESV_AGFL);
type             3048 fs/xfs/libxfs/xfs_alloc.c 	error = xfs_free_ag_extent(tp, agbp, agno, agbno, len, oinfo, type);
type               72 fs/xfs/libxfs/xfs_alloc.h 	xfs_alloctype_t	type;		/* allocation type XFS_ALLOCTYPE_... */
type              186 fs/xfs/libxfs/xfs_alloc.h 	enum xfs_ag_resv_type	type,	/* block reservation type */
type              195 fs/xfs/libxfs/xfs_alloc.h 	enum xfs_ag_resv_type	type)
type              197 fs/xfs/libxfs/xfs_alloc.h 	return __xfs_free_extent(tp, bno, len, oinfo, type, false);
type              700 fs/xfs/libxfs/xfs_bmap.c 		args.type = XFS_ALLOCTYPE_START_BNO;
type              703 fs/xfs/libxfs/xfs_bmap.c 		args.type = XFS_ALLOCTYPE_START_BNO;
type              706 fs/xfs/libxfs/xfs_bmap.c 		args.type = XFS_ALLOCTYPE_NEAR_BNO;
type              863 fs/xfs/libxfs/xfs_bmap.c 		args.type = XFS_ALLOCTYPE_START_BNO;
type              866 fs/xfs/libxfs/xfs_bmap.c 		args.type = XFS_ALLOCTYPE_NEAR_BNO;
type             3265 fs/xfs/libxfs/xfs_bmap.c 	args->type = XFS_ALLOCTYPE_START_BNO;
type             3299 fs/xfs/libxfs/xfs_bmap.c 	args->type = XFS_ALLOCTYPE_NEAR_BNO;
type             3478 fs/xfs/libxfs/xfs_bmap.c 			args.type = XFS_ALLOCTYPE_FIRST_AG;
type             3480 fs/xfs/libxfs/xfs_bmap.c 			args.type = XFS_ALLOCTYPE_START_BNO;
type             3483 fs/xfs/libxfs/xfs_bmap.c 		args.type = XFS_ALLOCTYPE_NEAR_BNO;
type             3514 fs/xfs/libxfs/xfs_bmap.c 			atype = args.type;
type             3528 fs/xfs/libxfs/xfs_bmap.c 			atype = args.type;
type             3530 fs/xfs/libxfs/xfs_bmap.c 			args.type = XFS_ALLOCTYPE_THIS_BNO;
type             3569 fs/xfs/libxfs/xfs_bmap.c 		args.type = atype;
type             3583 fs/xfs/libxfs/xfs_bmap.c 		args.type = atype;
type             3592 fs/xfs/libxfs/xfs_bmap.c 		args.type = XFS_ALLOCTYPE_START_BNO;
type             3599 fs/xfs/libxfs/xfs_bmap.c 		args.type = XFS_ALLOCTYPE_FIRST_AG;
type             6067 fs/xfs/libxfs/xfs_bmap.c 	enum xfs_bmap_intent_type	type,
type             6076 fs/xfs/libxfs/xfs_bmap.c 			type,
type             6085 fs/xfs/libxfs/xfs_bmap.c 	bi->bi_type = type;
type             6128 fs/xfs/libxfs/xfs_bmap.c 	enum xfs_bmap_intent_type	type,
type             6140 fs/xfs/libxfs/xfs_bmap.c 			XFS_FSB_TO_AGNO(tp->t_mountp, startblock), type,
type             6151 fs/xfs/libxfs/xfs_bmap.c 	switch (type) {
type              262 fs/xfs/libxfs/xfs_bmap.h 		enum xfs_bmap_intent_type type, int whichfork,
type              213 fs/xfs/libxfs/xfs_bmap_btree.c 		args.type = XFS_ALLOCTYPE_START_BNO;
type              227 fs/xfs/libxfs/xfs_bmap_btree.c 		args.type = XFS_ALLOCTYPE_START_BNO;
type              229 fs/xfs/libxfs/xfs_bmap_btree.c 		args.type = XFS_ALLOCTYPE_NEAR_BNO;
type              249 fs/xfs/libxfs/xfs_bmap_btree.c 		args.type = XFS_ALLOCTYPE_FIRST_AG;
type              293 fs/xfs/libxfs/xfs_da_btree.c 		int			type;
type              298 fs/xfs/libxfs/xfs_da_btree.c 			type = XFS_BLFT_DA_NODE_BUF;
type              302 fs/xfs/libxfs/xfs_da_btree.c 			type = XFS_BLFT_ATTR_LEAF_BUF;
type              306 fs/xfs/libxfs/xfs_da_btree.c 			type = XFS_BLFT_DIR_LEAFN_BUF;
type              315 fs/xfs/libxfs/xfs_da_btree.c 		xfs_trans_buf_set_type(tp, *bpp, type);
type              259 fs/xfs/libxfs/xfs_da_format.c 	uint8_t			type)
type              261 fs/xfs/libxfs/xfs_da_format.c 	ASSERT(type < XFS_DIR3_FT_MAX);
type              264 fs/xfs/libxfs/xfs_da_format.c 	dep->name[dep->namelen] = type;
type              496 fs/xfs/libxfs/xfs_defer.c 	enum xfs_defer_ops_type		type,
type              514 fs/xfs/libxfs/xfs_defer.c 		if (dfp->dfp_type != type ||
type              521 fs/xfs/libxfs/xfs_defer.c 		dfp->dfp_type = type;
type               37 fs/xfs/libxfs/xfs_defer.h void xfs_defer_add(struct xfs_trans *tp, enum xfs_defer_ops_type type,
type              264 fs/xfs/libxfs/xfs_dir2.c 	args->filetype = name->type;
type              360 fs/xfs/libxfs/xfs_dir2.c 	args->filetype = name->type;
type              432 fs/xfs/libxfs/xfs_dir2.c 	args->filetype = name->type;
type              493 fs/xfs/libxfs/xfs_dir2.c 	args->filetype = name->type;
type              257 fs/xfs/libxfs/xfs_dir2_leaf.c 	uint16_t		type)
type              261 fs/xfs/libxfs/xfs_dir2_leaf.c 	ASSERT(type == XFS_DIR2_LEAF1_MAGIC || type == XFS_DIR2_LEAFN_MAGIC);
type              268 fs/xfs/libxfs/xfs_dir2_leaf.c 		leaf3->info.hdr.magic = (type == XFS_DIR2_LEAF1_MAGIC)
type              276 fs/xfs/libxfs/xfs_dir2_leaf.c 		leaf->hdr.info.magic = cpu_to_be16(type);
type              283 fs/xfs/libxfs/xfs_dir2_leaf.c 	if (type == XFS_DIR2_LEAF1_MAGIC) {
type               41 fs/xfs/libxfs/xfs_dquot_buf.c 	uint		 type)	  /* used only during quotacheck */
type               63 fs/xfs/libxfs/xfs_dquot_buf.c 	if (type && ddq->d_flags != type)
type               99 fs/xfs/libxfs/xfs_dquot_buf.c 	uint		 	type)	/* used only during quotacheck */
type              105 fs/xfs/libxfs/xfs_dquot_buf.c 	return xfs_dquot_verify(mp, &dqb->dd_diskdq, id, type);
type              116 fs/xfs/libxfs/xfs_dquot_buf.c 	uint			type)
type              126 fs/xfs/libxfs/xfs_dquot_buf.c 	dqb->dd_diskdq.d_flags = type;
type              662 fs/xfs/libxfs/xfs_ialloc.c 		args.type = XFS_ALLOCTYPE_THIS_BNO;
type              725 fs/xfs/libxfs/xfs_ialloc.c 		args.type = XFS_ALLOCTYPE_NEAR_BNO;
type              740 fs/xfs/libxfs/xfs_ialloc.c 		args.type = XFS_ALLOCTYPE_NEAR_BNO;
type              756 fs/xfs/libxfs/xfs_ialloc.c 		args.type = XFS_ALLOCTYPE_NEAR_BNO;
type               90 fs/xfs/libxfs/xfs_ialloc_btree.c 	args.type = XFS_ALLOCTYPE_NEAR_BNO;
type              519 fs/xfs/libxfs/xfs_log_format.h xfs_blft_to_flags(struct xfs_buf_log_format *blf, enum xfs_blft type)
type              521 fs/xfs/libxfs/xfs_log_format.h 	ASSERT(type > XFS_BLFT_UNKNOWN_BUF && type < XFS_BLFT_MAX_BUF);
type              523 fs/xfs/libxfs/xfs_log_format.h 	blf->blf_flags |= ((type << XFS_BLFT_SHIFT) & XFS_BLFT_MASK);
type              141 fs/xfs/libxfs/xfs_quota_defs.h 		struct xfs_disk_dquot *ddq, xfs_dqid_t id, uint type);
type              143 fs/xfs/libxfs/xfs_quota_defs.h 		struct xfs_dqblk *dqb, xfs_dqid_t id, uint type);
type              146 fs/xfs/libxfs/xfs_quota_defs.h 		xfs_dqid_t id, uint type);
type             1079 fs/xfs/libxfs/xfs_refcount.c 	enum xfs_refcount_intent_type	type,
type             1101 fs/xfs/libxfs/xfs_refcount.c 			type, XFS_FSB_TO_AGBNO(mp, startblock),
type             1138 fs/xfs/libxfs/xfs_refcount.c 	switch (type) {
type             1164 fs/xfs/libxfs/xfs_refcount.c 		trace_xfs_refcount_finish_one_leftover(mp, agno, type,
type             1180 fs/xfs/libxfs/xfs_refcount.c 	enum xfs_refcount_intent_type	type,
type             1188 fs/xfs/libxfs/xfs_refcount.c 			type, XFS_FSB_TO_AGBNO(tp->t_mountp, startblock),
type             1194 fs/xfs/libxfs/xfs_refcount.c 	ri->ri_type = type;
type               40 fs/xfs/libxfs/xfs_refcount.h 		enum xfs_refcount_intent_type type, xfs_fsblock_t startblock,
type               68 fs/xfs/libxfs/xfs_refcount_btree.c 	args.type = XFS_ALLOCTYPE_NEAR_BNO;
type             2154 fs/xfs/libxfs/xfs_rmap.c 	enum xfs_rmap_intent_type	type,
type             2176 fs/xfs/libxfs/xfs_rmap.c 	trace_xfs_rmap_deferred(mp, agno, type, bno, owner, whichfork,
type             2217 fs/xfs/libxfs/xfs_rmap.c 	switch (type) {
type             2273 fs/xfs/libxfs/xfs_rmap.c 	enum xfs_rmap_intent_type	type,
type             2282 fs/xfs/libxfs/xfs_rmap.c 			type,
type             2291 fs/xfs/libxfs/xfs_rmap.c 	ri->ri_type = type;
type              179 fs/xfs/libxfs/xfs_rmap.h int xfs_rmap_finish_one(struct xfs_trans *tp, enum xfs_rmap_intent_type type,
type              137 fs/xfs/libxfs/xfs_types.h 	int			type;
type              377 fs/xfs/scrub/common.c 	unsigned int		type)
type              389 fs/xfs/scrub/common.c 	if (sc->sm->sm_type == type)
type              100 fs/xfs/scrub/dir.c 	unsigned		type)
type              130 fs/xfs/scrub/dir.c 		if (xfs_sb_version_hasftype(&mp->m_sb) && type != DT_DIR)
type              141 fs/xfs/scrub/dir.c 		if (xfs_sb_version_hasftype(&mp->m_sb) && type != DT_DIR)
type              152 fs/xfs/scrub/dir.c 	xname.type = XFS_DIR3_FT_UNKNOWN;
type              164 fs/xfs/scrub/dir.c 	error = xchk_dir_check_ftype(sdc, offset, lookup_ino, type);
type               47 fs/xfs/scrub/parent.c 	unsigned		type)
type              162 fs/xfs/scrub/repair.c 	enum xfs_ag_resv_type	type)
type              166 fs/xfs/scrub/repair.c 		pag->pagf_freeblks > xfs_ag_resv_needed(pag, type) + nr_blocks;
type              318 fs/xfs/scrub/repair.c 	args.type = XFS_ALLOCTYPE_THIS_AG;
type              598 fs/xfs/scrub/repair.c 	enum xfs_ag_resv_type		type)
type              614 fs/xfs/scrub/repair.c 		error = xrep_reap_block(sc, fsbno, oinfo, type);
type               22 fs/xfs/scrub/repair.h 		enum xfs_ag_resv_type type);
type               36 fs/xfs/scrub/repair.h 		const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type);
type              187 fs/xfs/scrub/scrub.c 		.type	= ST_NONE,
type              193 fs/xfs/scrub/scrub.c 		.type	= ST_PERAG,
type              199 fs/xfs/scrub/scrub.c 		.type	= ST_PERAG,
type              205 fs/xfs/scrub/scrub.c 		.type	= ST_PERAG,
type              211 fs/xfs/scrub/scrub.c 		.type	= ST_PERAG,
type              217 fs/xfs/scrub/scrub.c 		.type	= ST_PERAG,
type              223 fs/xfs/scrub/scrub.c 		.type	= ST_PERAG,
type              229 fs/xfs/scrub/scrub.c 		.type	= ST_PERAG,
type              235 fs/xfs/scrub/scrub.c 		.type	= ST_PERAG,
type              242 fs/xfs/scrub/scrub.c 		.type	= ST_PERAG,
type              249 fs/xfs/scrub/scrub.c 		.type	= ST_PERAG,
type              256 fs/xfs/scrub/scrub.c 		.type	= ST_INODE,
type              262 fs/xfs/scrub/scrub.c 		.type	= ST_INODE,
type              268 fs/xfs/scrub/scrub.c 		.type	= ST_INODE,
type              274 fs/xfs/scrub/scrub.c 		.type	= ST_INODE,
type              280 fs/xfs/scrub/scrub.c 		.type	= ST_INODE,
type              286 fs/xfs/scrub/scrub.c 		.type	= ST_INODE,
type              292 fs/xfs/scrub/scrub.c 		.type	= ST_INODE,
type              298 fs/xfs/scrub/scrub.c 		.type	= ST_INODE,
type              304 fs/xfs/scrub/scrub.c 		.type	= ST_FS,
type              311 fs/xfs/scrub/scrub.c 		.type	= ST_FS,
type              318 fs/xfs/scrub/scrub.c 		.type	= ST_FS,
type              324 fs/xfs/scrub/scrub.c 		.type	= ST_FS,
type              330 fs/xfs/scrub/scrub.c 		.type	= ST_FS,
type              336 fs/xfs/scrub/scrub.c 		.type	= ST_FS,
type              387 fs/xfs/scrub/scrub.c 	switch (ops->type) {
type               34 fs/xfs/scrub/scrub.h 	enum xchk_type	type;
type               89 fs/xfs/scrub/trace.h 		__field(unsigned int, type)
type               99 fs/xfs/scrub/trace.h 		__entry->type = sm->sm_type;
type              109 fs/xfs/scrub/trace.h 		  __print_symbolic(__entry->type, XFS_SCRUB_TYPE_STRINGS),
type              134 fs/xfs/scrub/trace.h 		__field(unsigned int, type)
type              142 fs/xfs/scrub/trace.h 		__entry->type = sc->sm->sm_type;
type              150 fs/xfs/scrub/trace.h 		  __print_symbolic(__entry->type, XFS_SCRUB_TYPE_STRINGS),
type              165 fs/xfs/scrub/trace.h 		__field(unsigned int, type)
type              174 fs/xfs/scrub/trace.h 		__entry->type = sc->sm->sm_type;
type              183 fs/xfs/scrub/trace.h 		  __print_symbolic(__entry->type, XFS_SCRUB_TYPE_STRINGS),
type              194 fs/xfs/scrub/trace.h 		__field(unsigned int, type)
type              209 fs/xfs/scrub/trace.h 		__entry->type = sc->sm->sm_type;
type              216 fs/xfs/scrub/trace.h 		  __print_symbolic(__entry->type, XFS_SCRUB_TYPE_STRINGS),
type              238 fs/xfs/scrub/trace.h 		__field(unsigned int, type)
type              244 fs/xfs/scrub/trace.h 		__entry->type = sc->sm->sm_type;
type              250 fs/xfs/scrub/trace.h 		  __print_symbolic(__entry->type, XFS_SCRUB_TYPE_STRINGS),
type              272 fs/xfs/scrub/trace.h 		__field(unsigned int, type)
type              280 fs/xfs/scrub/trace.h 		__entry->type = sc->sm->sm_type;
type              288 fs/xfs/scrub/trace.h 		  __print_symbolic(__entry->type, XFS_SCRUB_TYPE_STRINGS),
type              307 fs/xfs/scrub/trace.h 		__field(unsigned int, type)
type              312 fs/xfs/scrub/trace.h 		__entry->type = sc->sm->sm_type;
type              317 fs/xfs/scrub/trace.h 		  __print_symbolic(__entry->type, XFS_SCRUB_TYPE_STRINGS),
type              327 fs/xfs/scrub/trace.h 		__field(unsigned int, type)
type              340 fs/xfs/scrub/trace.h 		__entry->type = sc->sm->sm_type;
type              351 fs/xfs/scrub/trace.h 		  __print_symbolic(__entry->type, XFS_SCRUB_TYPE_STRINGS),
type              369 fs/xfs/scrub/trace.h 		__field(unsigned int, type)
type              383 fs/xfs/scrub/trace.h 		__entry->type = sc->sm->sm_type;
type              396 fs/xfs/scrub/trace.h 		  __print_symbolic(__entry->type, XFS_SCRUB_TYPE_STRINGS),
type              412 fs/xfs/scrub/trace.h 		__field(unsigned int, type)
type              423 fs/xfs/scrub/trace.h 		__entry->type = sc->sm->sm_type;
type              433 fs/xfs/scrub/trace.h 		  __print_symbolic(__entry->type, XFS_SCRUB_TYPE_STRINGS),
type              450 fs/xfs/scrub/trace.h 		__field(unsigned int, type)
type              463 fs/xfs/scrub/trace.h 		__entry->type = sc->sm->sm_type;
type              475 fs/xfs/scrub/trace.h 		  __print_symbolic(__entry->type, XFS_SCRUB_TYPE_STRINGS),
type              490 fs/xfs/scrub/trace.h 		__field(int, type)
type              502 fs/xfs/scrub/trace.h 		__entry->type = sc->sm->sm_type;
type              512 fs/xfs/scrub/trace.h 		  __print_symbolic(__entry->type, XFS_SCRUB_TYPE_STRINGS),
type              534 fs/xfs/scrub/trace.h 		__field(int, type)
type              540 fs/xfs/scrub/trace.h 		__entry->type = sc->sm->sm_type;
type              546 fs/xfs/scrub/trace.h 		  __print_symbolic(__entry->type, XFS_SCRUB_TYPE_STRINGS),
type              111 fs/xfs/xfs_acl.c xfs_get_acl(struct inode *inode, int type)
type              122 fs/xfs/xfs_acl.c 	switch (type) {
type              156 fs/xfs/xfs_acl.c __xfs_set_acl(struct inode *inode, struct posix_acl *acl, int type)
type              162 fs/xfs/xfs_acl.c 	switch (type) {
type              207 fs/xfs/xfs_acl.c 		set_cached_acl(inode, type, acl);
type              230 fs/xfs/xfs_acl.c xfs_set_acl(struct inode *inode, struct posix_acl *acl, int type)
type              243 fs/xfs/xfs_acl.c 	if (type == ACL_TYPE_ACCESS) {
type              251 fs/xfs/xfs_acl.c 	error =  __xfs_set_acl(inode, acl, type);
type               13 fs/xfs/xfs_acl.h extern struct posix_acl *xfs_get_acl(struct inode *inode, int type);
type               14 fs/xfs/xfs_acl.h extern int xfs_set_acl(struct inode *inode, struct posix_acl *acl, int type);
type               15 fs/xfs/xfs_acl.h extern int __xfs_set_acl(struct inode *inode, struct posix_acl *acl, int type);
type               17 fs/xfs/xfs_acl.h static inline struct posix_acl *xfs_get_acl(struct inode *inode, int type)
type              240 fs/xfs/xfs_bmap_item.c 	enum xfs_bmap_intent_type	type,
type              250 fs/xfs/xfs_bmap_item.c 	error = xfs_bmap_finish_one(tp, ip, type, whichfork, startoff,
type              306 fs/xfs/xfs_bmap_item.c 	enum xfs_bmap_intent_type	type,
type              311 fs/xfs/xfs_bmap_item.c 	switch (type) {
type              314 fs/xfs/xfs_bmap_item.c 		bmap->me_flags = type;
type              445 fs/xfs/xfs_bmap_item.c 	enum xfs_bmap_intent_type	type;
type              525 fs/xfs/xfs_bmap_item.c 		type = bui_type;
type              534 fs/xfs/xfs_bmap_item.c 	error = xfs_trans_log_finish_bmap_update(tp, budp, type, ip, whichfork,
type              540 fs/xfs/xfs_bmap_item.c 		ASSERT(type == XFS_BMAP_UNMAP);
type              211 fs/xfs/xfs_dquot.c 	uint		type,
type              233 fs/xfs/xfs_dquot.c 		d->dd_diskdq.d_flags = type;
type              242 fs/xfs/xfs_dquot.c 			    (type & XFS_DQ_USER ? XFS_BLF_UDQUOT_BUF :
type              243 fs/xfs/xfs_dquot.c 			    ((type & XFS_DQ_PROJ) ? XFS_BLF_PDQUOT_BUF :
type              439 fs/xfs/xfs_dquot.c 	uint			type)
type              445 fs/xfs/xfs_dquot.c 	dqp->dq_flags = type;
type              470 fs/xfs/xfs_dquot.c 	switch (type) {
type              560 fs/xfs/xfs_dquot.c 	uint			type,
type              568 fs/xfs/xfs_dquot.c 	dqp = xfs_dquot_alloc(mp, id, type);
type              606 fs/xfs/xfs_dquot.c 	uint			type,
type              609 fs/xfs/xfs_dquot.c 	struct xfs_inode	*quotip = xfs_quota_inode(mp, type);
type              730 fs/xfs/xfs_dquot.c 	uint			type)
type              735 fs/xfs/xfs_dquot.c 	switch (type) {
type              762 fs/xfs/xfs_dquot.c 	uint			type,
type              767 fs/xfs/xfs_dquot.c 	struct radix_tree_root	*tree = xfs_dquot_tree(qi, type);
type              771 fs/xfs/xfs_dquot.c 	error = xfs_qm_dqget_checks(mp, type);
type              782 fs/xfs/xfs_dquot.c 	error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp);
type              812 fs/xfs/xfs_dquot.c 	uint			type,
type              817 fs/xfs/xfs_dquot.c 	error = xfs_qm_dqget_checks(mp, type);
type              821 fs/xfs/xfs_dquot.c 	return xfs_qm_dqread(mp, id, type, 0, dqpp);
type              828 fs/xfs/xfs_dquot.c 	uint			type)
type              830 fs/xfs/xfs_dquot.c 	switch (type) {
type              850 fs/xfs/xfs_dquot.c 	uint			type,
type              856 fs/xfs/xfs_dquot.c 	struct radix_tree_root	*tree = xfs_dquot_tree(qi, type);
type              861 fs/xfs/xfs_dquot.c 	error = xfs_qm_dqget_checks(mp, type);
type              866 fs/xfs/xfs_dquot.c 	ASSERT(xfs_inode_dquot(ip, type) == NULL);
type              868 fs/xfs/xfs_dquot.c 	id = xfs_qm_id_for_quotatype(ip, type);
type              885 fs/xfs/xfs_dquot.c 	error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp);
type              894 fs/xfs/xfs_dquot.c 	if (xfs_this_quota_on(mp, type)) {
type              897 fs/xfs/xfs_dquot.c 		dqp1 = xfs_inode_dquot(ip, type);
type              936 fs/xfs/xfs_dquot.c 	uint			type,
type              943 fs/xfs/xfs_dquot.c 	for (; !error; error = xfs_dq_get_next_id(mp, type, &id)) {
type              944 fs/xfs/xfs_dquot.c 		error = xfs_qm_dqget(mp, id, type, false, &dqp);
type              101 fs/xfs/xfs_dquot.h static inline int xfs_this_quota_on(struct xfs_mount *mp, int type)
type              103 fs/xfs/xfs_dquot.h 	switch (type & XFS_DQ_ALLTYPES) {
type              115 fs/xfs/xfs_dquot.h static inline xfs_dquot_t *xfs_inode_dquot(struct xfs_inode *ip, int type)
type              117 fs/xfs/xfs_dquot.h 	switch (type & XFS_DQ_ALLTYPES) {
type              158 fs/xfs/xfs_dquot.h 					uint type);
type              160 fs/xfs/xfs_dquot.h 					uint type, bool can_alloc,
type              162 fs/xfs/xfs_dquot.h extern int		xfs_qm_dqget_inode(struct xfs_inode *ip, uint type,
type              166 fs/xfs/xfs_dquot.h 					uint type, struct xfs_dquot **dqpp);
type              168 fs/xfs/xfs_dquot.h 					xfs_dqid_t id, uint type,
type             3222 fs/xfs/xfs_inode.c 		src_name->type = XFS_DIR3_FT_CHRDEV;
type               26 fs/xfs/xfs_ioctl32.c #define  _NATIVE_IOC(cmd, type) \
type               27 fs/xfs/xfs_ioctl32.c 	  _IOC(_IOC_DIR(cmd), _IOC_TYPE(cmd), _IOC_NR(cmd), sizeof(type))
type               66 fs/xfs/xfs_iomap.c 		iomap->type = IOMAP_HOLE;
type               70 fs/xfs/xfs_iomap.c 		iomap->type = IOMAP_DELALLOC;
type               74 fs/xfs/xfs_iomap.c 			iomap->type = IOMAP_UNWRITTEN;
type               76 fs/xfs/xfs_iomap.c 			iomap->type = IOMAP_MAPPED;
type               99 fs/xfs/xfs_iomap.c 	iomap->type = IOMAP_HOLE;
type              317 fs/xfs/xfs_iomap.c 	int type,
type              320 fs/xfs/xfs_iomap.c 	struct xfs_dquot *dq = xfs_inode_dquot(ip, type);
type              322 fs/xfs/xfs_iomap.c 	if (!dq || !xfs_this_quota_on(ip->i_mount, type))
type              339 fs/xfs/xfs_iomap.c 	int type,
type              346 fs/xfs/xfs_iomap.c 	struct xfs_dquot *dq = xfs_inode_dquot(ip, type);
type             1131 fs/xfs/xfs_iomap.c 	if ((flags & IOMAP_WRITE) && iomap->type == IOMAP_DELALLOC)
type             1202 fs/xfs/xfs_iomap.c 		iomap->type = IOMAP_UNWRITTEN;
type               84 fs/xfs/xfs_iops.c 	namep->type = XFS_DIR3_FT_UNKNOWN;
type               95 fs/xfs/xfs_iops.c 	namep->type = xfs_mode_to_ftype(mode);
type               97 fs/xfs/xfs_iops.c 	if (unlikely(namep->type == XFS_DIR3_FT_UNKNOWN))
type              357 fs/xfs/xfs_log.c xlog_tic_add_region(xlog_ticket_t *tic, uint len, uint type)
type              367 fs/xfs/xfs_log.c 	tic->t_res_arr[tic->t_res_num].r_type = type;
type             1029 fs/xfs/xfs_log.c 	int			type,
type             1034 fs/xfs/xfs_log.c 	item->li_type = type;
type             2006 fs/xfs/xfs_log.c #define REG_TYPE_STR(type, str)	[XLOG_REG_TYPE_##type] = str
type               26 fs/xfs/xfs_log.h 		uint type)
type               37 fs/xfs/xfs_log.h 	vec->i_type = type;
type               66 fs/xfs/xfs_log.h 		uint type, void *data, int len)
type               70 fs/xfs/xfs_log.h 	buf = xlog_prepare_iovec(lv, vecp, type);
type             2669 fs/xfs/xfs_log_recover.c 	uint			type;
type             2679 fs/xfs/xfs_log_recover.c 	type = 0;
type             2681 fs/xfs/xfs_log_recover.c 		type |= XFS_DQ_USER;
type             2683 fs/xfs/xfs_log_recover.c 		type |= XFS_DQ_PROJ;
type             2685 fs/xfs/xfs_log_recover.c 		type |= XFS_DQ_GROUP;
type             2689 fs/xfs/xfs_log_recover.c 	if (log->l_quotaoffs_flag & type)
type             3238 fs/xfs/xfs_log_recover.c 	uint			type;
type             3261 fs/xfs/xfs_log_recover.c 	type = recddq->d_flags & (XFS_DQ_USER | XFS_DQ_PROJ | XFS_DQ_GROUP);
type             3262 fs/xfs/xfs_log_recover.c 	ASSERT(type);
type             3263 fs/xfs/xfs_log_recover.c 	if (log->l_quotaoffs_flag & type)
type             3932 fs/xfs/xfs_log_recover.c 	uint			type;
type             3945 fs/xfs/xfs_log_recover.c 	type = recddq->d_flags & (XFS_DQ_USER | XFS_DQ_PROJ | XFS_DQ_GROUP);
type             3946 fs/xfs/xfs_log_recover.c 	ASSERT(type);
type             3947 fs/xfs/xfs_log_recover.c 	if (log->l_quotaoffs_flag & type)
type              418 fs/xfs/xfs_mount.h 	enum xfs_ag_resv_type	type)
type              420 fs/xfs/xfs_mount.h 	switch (type) {
type               49 fs/xfs/xfs_qm.c 	int			type,
type               54 fs/xfs/xfs_qm.c 	struct radix_tree_root	*tree = xfs_dquot_tree(qi, type);
type              248 fs/xfs/xfs_qm.c 	uint		type,
type              275 fs/xfs/xfs_qm.c 	error = xfs_qm_dqget_inode(ip, type, doalloc, &dqp);
type              543 fs/xfs/xfs_qm.c 	uint		type,
type              551 fs/xfs/xfs_qm.c 	error = xfs_qm_dqget_uncached(mp, 0, type, &dqp);
type              579 fs/xfs/xfs_qm.c 	uint			type;
type              601 fs/xfs/xfs_qm.c 		type = XFS_DQ_USER;
type              603 fs/xfs/xfs_qm.c 		type = XFS_DQ_GROUP;
type              605 fs/xfs/xfs_qm.c 		type = XFS_DQ_PROJ;
type              606 fs/xfs/xfs_qm.c 	error = xfs_qm_dqget_uncached(mp, 0, type, &dqp);
type              828 fs/xfs/xfs_qm.c 	uint		type)
type              857 fs/xfs/xfs_qm.c 		fa = xfs_dqblk_verify(mp, &dqb[j], id + j, type);
type              859 fs/xfs/xfs_qm.c 			xfs_dqblk_repair(mp, &dqb[j], id + j, type);
type              865 fs/xfs/xfs_qm.c 		ddq->d_flags = type;
type              895 fs/xfs/xfs_qm.c 	int			type;
type              898 fs/xfs/xfs_qm.c 	type = flags & XFS_QMOPT_UQUOTA ? XFS_DQ_USER :
type              940 fs/xfs/xfs_qm.c 		xfs_qm_reset_dqcounts(mp, bp, firstid, type);
type             1058 fs/xfs/xfs_qm.c 	uint			type,
type             1067 fs/xfs/xfs_qm.c 	id = xfs_qm_id_for_quotatype(ip, type);
type             1068 fs/xfs/xfs_qm.c 	error = xfs_qm_dqget(mp, id, type, true, &dqp);
type               85 fs/xfs/xfs_qm.h 	int			type)
type               87 fs/xfs/xfs_qm.h 	switch (type) {
type              382 fs/xfs/xfs_qm_syscalls.c 	uint			type,
type              412 fs/xfs/xfs_qm_syscalls.c 	error = xfs_qm_dqget(mp, id, type, true, &dqp);
type              613 fs/xfs/xfs_qm_syscalls.c 	uint			type,
type              655 fs/xfs/xfs_qm_syscalls.c 	if (((XFS_IS_UQUOTA_ENFORCED(mp) && type == XFS_DQ_USER) ||
type              656 fs/xfs/xfs_qm_syscalls.c 	     (XFS_IS_GQUOTA_ENFORCED(mp) && type == XFS_DQ_GROUP) ||
type              657 fs/xfs/xfs_qm_syscalls.c 	     (XFS_IS_PQUOTA_ENFORCED(mp) && type == XFS_DQ_PROJ)) &&
type              676 fs/xfs/xfs_qm_syscalls.c 	uint			type,
type              686 fs/xfs/xfs_qm_syscalls.c 	error = xfs_qm_dqget(mp, id, type, false, &dqp);
type              699 fs/xfs/xfs_qm_syscalls.c 	xfs_qm_scall_getquota_fill_qc(mp, type, dqp, dst);
type              714 fs/xfs/xfs_qm_syscalls.c 	uint			type,
type              720 fs/xfs/xfs_qm_syscalls.c 	error = xfs_qm_dqget_next(mp, *id, type, &dqp);
type              727 fs/xfs/xfs_qm_syscalls.c 	xfs_qm_scall_getquota_fill_qc(mp, type, dqp, dst);
type               89 fs/xfs/xfs_quotaops.c xfs_quota_type(int type)
type               91 fs/xfs/xfs_quotaops.c 	switch (type) {
type              109 fs/xfs/xfs_quotaops.c 	int			type,
type              134 fs/xfs/xfs_quotaops.c 	return xfs_qm_scall_setqlim(mp, 0, xfs_quota_type(type), &newlim);
type              232 fs/xfs/xfs_quotaops.c 	return xfs_qm_scall_getquota(mp, id, xfs_quota_type(qid.type), qdq);
type              252 fs/xfs/xfs_quotaops.c 	ret = xfs_qm_scall_getquota_next(mp, &id, xfs_quota_type(qid->type),
type              258 fs/xfs/xfs_quotaops.c 	*qid = make_kqid(current_user_ns(), qid->type, id);
type              278 fs/xfs/xfs_quotaops.c 				     xfs_quota_type(qid.type), qdq);
type              245 fs/xfs/xfs_refcount_item.c 	enum xfs_refcount_intent_type	type,
type              254 fs/xfs/xfs_refcount_item.c 	error = xfs_refcount_finish_one(tp, type, startblock,
type              312 fs/xfs/xfs_refcount_item.c 	enum xfs_refcount_intent_type	type)
type              315 fs/xfs/xfs_refcount_item.c 	switch (type) {
type              320 fs/xfs/xfs_refcount_item.c 		refc->pe_flags |= type;
type              460 fs/xfs/xfs_refcount_item.c 	enum xfs_refcount_intent_type	type;
type              536 fs/xfs/xfs_refcount_item.c 			type = refc_type;
type              547 fs/xfs/xfs_refcount_item.c 				type, refc->pe_startblock, refc->pe_len,
type              556 fs/xfs/xfs_refcount_item.c 			switch (type) {
type              261 fs/xfs/xfs_rmap_item.c 	enum xfs_rmap_intent_type	type,
type              270 fs/xfs/xfs_rmap_item.c 	switch (type) {
type              309 fs/xfs/xfs_rmap_item.c 	enum xfs_rmap_intent_type	type,
type              320 fs/xfs/xfs_rmap_item.c 	error = xfs_rmap_finish_one(tp, type, owner, whichfork, startoff,
type              499 fs/xfs/xfs_rmap_item.c 	enum xfs_rmap_intent_type	type;
type              560 fs/xfs/xfs_rmap_item.c 			type = XFS_RMAP_MAP;
type              563 fs/xfs/xfs_rmap_item.c 			type = XFS_RMAP_MAP_SHARED;
type              566 fs/xfs/xfs_rmap_item.c 			type = XFS_RMAP_UNMAP;
type              569 fs/xfs/xfs_rmap_item.c 			type = XFS_RMAP_UNMAP_SHARED;
type              572 fs/xfs/xfs_rmap_item.c 			type = XFS_RMAP_CONVERT;
type              575 fs/xfs/xfs_rmap_item.c 			type = XFS_RMAP_CONVERT_SHARED;
type              578 fs/xfs/xfs_rmap_item.c 			type = XFS_RMAP_ALLOC;
type              581 fs/xfs/xfs_rmap_item.c 			type = XFS_RMAP_FREE;
type              587 fs/xfs/xfs_rmap_item.c 		error = xfs_trans_log_finish_rmap_update(tp, rudp, type,
type             1021 fs/xfs/xfs_trace.h 		__field(uint, type)
type             1028 fs/xfs/xfs_trace.h 		__entry->type = lip->li_type;
type             1036 fs/xfs/xfs_trace.h 		  __print_symbolic(__entry->type, XFS_LI_TYPE_DESC),
type             1073 fs/xfs/xfs_trace.h 		__field(uint, type)
type             1081 fs/xfs/xfs_trace.h 		__entry->type = lip->li_type;
type             1091 fs/xfs/xfs_trace.h 		  __print_symbolic(__entry->type, XFS_LI_TYPE_DESC),
type             1582 fs/xfs/xfs_trace.h 		__field(short, type)
type             1603 fs/xfs/xfs_trace.h 		__entry->type = args->type;
type             1627 fs/xfs/xfs_trace.h 		  __print_symbolic(__entry->type, XFS_ALLOC_TYPES),
type             1999 fs/xfs/xfs_trace.h 		__field(int, type)
type             2009 fs/xfs/xfs_trace.h 		__entry->type = ITEM_TYPE(item);
type             2021 fs/xfs/xfs_trace.h 		  __print_symbolic(__entry->type, XFS_LI_TYPE_DESC),
type             2295 fs/xfs/xfs_trace.h 		__field(int, type)
type             2302 fs/xfs/xfs_trace.h 		__entry->type = dfp->dfp_type;
type             2309 fs/xfs/xfs_trace.h 		  __entry->type,
type             2321 fs/xfs/xfs_trace.h 		 int type, xfs_agblock_t agbno, xfs_extlen_t len),
type             2322 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, type, agbno, len),
type             2326 fs/xfs/xfs_trace.h 		__field(int, type)
type             2333 fs/xfs/xfs_trace.h 		__entry->type = type;
type             2339 fs/xfs/xfs_trace.h 		  __entry->type,
type             2347 fs/xfs/xfs_trace.h 		 int type, \
type             2350 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, type, bno, len))
type             2615 fs/xfs/xfs_trace.h 	TP_PROTO(struct xfs_perag *pag, enum xfs_ag_resv_type type, \
type             2617 fs/xfs/xfs_trace.h 	TP_ARGS(pag, type, len))
type             2929 fs/xfs/xfs_trace.h 		 int type, xfs_agblock_t agbno, xfs_extlen_t len,
type             2931 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, type, agbno, len, new_agbno, new_len),
type             2935 fs/xfs/xfs_trace.h 		__field(int, type)
type             2944 fs/xfs/xfs_trace.h 		__entry->type = type;
type             2952 fs/xfs/xfs_trace.h 		  __entry->type,
type             3308 fs/xfs/xfs_trace.h 	TP_PROTO(struct xfs_mount *mp, unsigned int type,
type             3310 fs/xfs/xfs_trace.h 	TP_ARGS(mp, type, res),
type             3313 fs/xfs/xfs_trace.h 		__field(int, type)
type             3320 fs/xfs/xfs_trace.h 		__entry->type = type;
type             3327 fs/xfs/xfs_trace.h 		  __entry->type,
type               89 fs/xfs/xfs_trans.h 			  int type, const struct xfs_item_ops *ops);
type              736 fs/xfs/xfs_trans_buf.c 	enum xfs_blft		type)
type              747 fs/xfs/xfs_trans_buf.c 	xfs_blft_to_flags(&bip->__bli_format, type);
type              757 fs/xfs/xfs_trans_buf.c 	enum xfs_blft		type;
type              759 fs/xfs/xfs_trans_buf.c 	type = xfs_blft_from_flags(&sbip->__bli_format);
type              760 fs/xfs/xfs_trans_buf.c 	xfs_blft_to_flags(&dbip->__bli_format, type);
type              778 fs/xfs/xfs_trans_buf.c 	uint			type)
type              782 fs/xfs/xfs_trans_buf.c 	ASSERT(type == XFS_BLF_UDQUOT_BUF ||
type              783 fs/xfs/xfs_trans_buf.c 	       type == XFS_BLF_PDQUOT_BUF ||
type              784 fs/xfs/xfs_trans_buf.c 	       type == XFS_BLF_GDQUOT_BUF);
type              786 fs/xfs/xfs_trans_buf.c 	bip->__bli_format.blf_flags |= type;
type              788 fs/xfs/xfs_trans_buf.c 	switch (type) {
type              790 fs/xfs/xfs_trans_buf.c 		type = XFS_BLFT_UDQUOT_BUF;
type              793 fs/xfs/xfs_trans_buf.c 		type = XFS_BLFT_PDQUOT_BUF;
type              796 fs/xfs/xfs_trans_buf.c 		type = XFS_BLFT_GDQUOT_BUF;
type              799 fs/xfs/xfs_trans_buf.c 		type = XFS_BLFT_UNKNOWN_BUF;
type              803 fs/xfs/xfs_trans_buf.c 	xfs_trans_buf_set_type(tp, bp, type);
type              550 fs/xfs/xfs_trans_dquot.c 	int			type)
type              563 fs/xfs/xfs_trans_dquot.c 			   mp->m_super->s_dev, type);
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               58 include/acpi/acpi_bus.h 			acpi_object_type type)
type               63 include/acpi/acpi_bus.h 	if (obj && obj->type != type) {
type               73 include/acpi/acpi_bus.h 	  .package.type = ACPI_TYPE_PACKAGE,		\
type              235 include/acpi/acpi_bus.h 	struct acpi_pnp_type type;	/* ID type */
type              479 include/acpi/acpi_bus.h 	u32 type;
type               39 include/acpi/acpiosxf.h 	u32 type;
type              247 include/acpi/acpiosxf.h acpi_os_execute(acpi_execute_type type,
type              370 include/acpi/acpiosxf.h acpi_os_trace_point(acpi_trace_event_type type,
type               35 include/acpi/acpixf.h #define ACPI_GLOBAL(type,name) \
type               36 include/acpi/acpixf.h 	extern type name; \
type               37 include/acpi/acpixf.h 	type name
type               39 include/acpi/acpixf.h #define ACPI_INIT_GLOBAL(type,name,value) \
type               40 include/acpi/acpixf.h 	type name=value
type               44 include/acpi/acpixf.h #define ACPI_GLOBAL(type,name) \
type               45 include/acpi/acpixf.h 	extern type name
type               49 include/acpi/acpixf.h #define ACPI_INIT_GLOBAL(type,name,value) \
type               50 include/acpi/acpixf.h 	extern type name
type              504 include/acpi/acpixf.h 			    acpi_walk_namespace(acpi_object_type type,
type              566 include/acpi/acpixf.h 			    acpi_get_next_object(acpi_object_type type,
type              611 include/acpi/acpixf.h 							  u32 type,
type              619 include/acpi/acpixf.h 							      u32 type,
type              939 include/acpi/acpixf.h 			       acpi_trace_point(acpi_trace_event_type type,
type              149 include/acpi/acrestyp.h 	u8 type;
type              388 include/acpi/acrestyp.h 	u8                                      type; \
type              652 include/acpi/acrestyp.h 	u32 type;
type              663 include/acpi/acrestyp.h #define ACPI_RS_SIZE(type)                  (u32) (ACPI_RS_SIZE_NO_DATA + sizeof (type))
type               91 include/acpi/actbl1.h 	u8 type;
type              123 include/acpi/actbl1.h 	u8 type;
type              175 include/acpi/actbl1.h 	u8 type;
type              376 include/acpi/actbl1.h 	u16 type;
type              474 include/acpi/actbl1.h 	u8 type;		/* 0=full 16550, 1=subset of 16550 */
type              505 include/acpi/actbl1.h 	u16 type;
type              651 include/acpi/actbl1.h 	u8 type;
type              895 include/acpi/actbl1.h 	u16 type;
type             1012 include/acpi/actbl1.h 	u8 type;
type             1092 include/acpi/actbl1.h 	u16 type;
type             1170 include/acpi/actbl1.h 	u8 type;
type             1405 include/acpi/actbl1.h 	u16 type;
type             1551 include/acpi/actbl1.h 	u8 type;
type               85 include/acpi/actbl2.h 	u8 type;
type              268 include/acpi/actbl2.h 	u8 type;		/* Subtable type */
type              325 include/acpi/actbl2.h 	u8 type;
type              430 include/acpi/actbl2.h 	u32 type;		/* Subtable type */
type              594 include/acpi/actbl2.h 	u8 type;		/* 1=PMI, 2=INIT, 3=corrected */
type              961 include/acpi/actbl2.h 	u16 type;
type             1382 include/acpi/actbl2.h 	u8 type;
type             1568 include/acpi/actbl2.h 	u16 type;
type             1675 include/acpi/actbl2.h 	u8 type;
type              670 include/acpi/actbl3.h 	u8 type;
type              899 include/acpi/actypes.h 	acpi_object_type type;	/* See definition of acpi_ns_type for values */
type              901 include/acpi/actypes.h 		acpi_object_type type;	/* ACPI_TYPE_INTEGER */
type              906 include/acpi/actypes.h 		acpi_object_type type;	/* ACPI_TYPE_STRING */
type              912 include/acpi/actypes.h 		acpi_object_type type;	/* ACPI_TYPE_BUFFER */
type              918 include/acpi/actypes.h 		acpi_object_type type;	/* ACPI_TYPE_PACKAGE */
type              924 include/acpi/actypes.h 		acpi_object_type type;	/* ACPI_TYPE_LOCAL_REFERENCE */
type              930 include/acpi/actypes.h 		acpi_object_type type;	/* ACPI_TYPE_PROCESSOR */
type              937 include/acpi/actypes.h 		acpi_object_type type;	/* ACPI_TYPE_POWER */
type              986 include/acpi/actypes.h 	u8 type;
type             1158 include/acpi/actypes.h 	acpi_object_type type;	/* ACPI object Type */
type               51 include/acpi/cppc_acpi.h 	acpi_object_type type;
type               65 include/acpi/processor.h 	u8 type;
type              350 include/acpi/processor.h phys_cpuid_t acpi_get_phys_id(acpi_handle, int type, u32 acpi_id);
type              353 include/acpi/processor.h int acpi_get_cpuid(acpi_handle, int type, u32 acpi_id);
type               56 include/acpi/video.h extern int acpi_video_get_edid(struct acpi_device *device, int type,
type               59 include/acpi/video.h extern void acpi_video_set_dmi_backlight_type(enum acpi_backlight_type type);
type               71 include/acpi/video.h static inline int acpi_video_get_edid(struct acpi_device *device, int type,
type               80 include/acpi/video.h static inline void acpi_video_set_dmi_backlight_type(enum acpi_backlight_type type)
type               75 include/asm-generic/qspinlock_types.h #define	_Q_SET_MASK(type)	(((1U << _Q_ ## type ## _BITS) - 1)\
type               76 include/asm-generic/qspinlock_types.h 				      << _Q_ ## type ## _OFFSET)
type              107 include/crypto/acompress.h struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
type              156 include/crypto/acompress.h static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask)
type              158 include/crypto/acompress.h 	type &= ~CRYPTO_ALG_TYPE_MASK;
type              159 include/crypto/acompress.h 	type |= CRYPTO_ALG_TYPE_ACOMPRESS;
type              162 include/crypto/acompress.h 	return crypto_has_alg(alg_name, type, mask);
type              172 include/crypto/aead.h struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask);
type              130 include/crypto/akcipher.h struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type,
type               32 include/crypto/algapi.h 	unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
type               34 include/crypto/algapi.h 	int (*init)(struct crypto_tfm *tfm, u32 type, u32 mask);
type               40 include/crypto/algapi.h 	unsigned int type;
type              156 include/crypto/algapi.h 		      u32 type, u32 mask);
type              159 include/crypto/algapi.h struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
type              170 include/crypto/algapi.h int crypto_check_attr_type(struct rtattr **tb, u32 type);
type              174 include/crypto/algapi.h 				    u32 type, u32 mask);
type              177 include/crypto/algapi.h 						 u32 type, u32 mask)
type              179 include/crypto/algapi.h 	return crypto_attr_alg2(rta, NULL, type, mask);
type              292 include/crypto/algapi.h 	u32 type = CRYPTO_ALG_TYPE_BLKCIPHER;
type              295 include/crypto/algapi.h 	return __crypto_blkcipher_cast(crypto_spawn_tfm(spawn, type, mask));
type              311 include/crypto/algapi.h 	u32 type = CRYPTO_ALG_TYPE_CIPHER;
type              314 include/crypto/algapi.h 	return __crypto_cipher_cast(crypto_spawn_tfm(spawn, type, mask));
type              374 include/crypto/algapi.h 						     u32 type, u32 mask)
type              376 include/crypto/algapi.h 	return crypto_attr_alg(tb[1], type, mask);
type              379 include/crypto/algapi.h static inline int crypto_requires_off(u32 type, u32 mask, u32 off)
type              381 include/crypto/algapi.h 	return (type ^ off) & mask & off;
type              388 include/crypto/algapi.h static inline int crypto_requires_sync(u32 type, u32 mask)
type              390 include/crypto/algapi.h 	return crypto_requires_off(type, mask, CRYPTO_ALG_ASYNC);
type               27 include/crypto/cryptd.h 					      u32 type, u32 mask);
type               45 include/crypto/cryptd.h 					u32 type, u32 mask);
type               63 include/crypto/cryptd.h 					  u32 type, u32 mask);
type              252 include/crypto/hash.h struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
type              279 include/crypto/hash.h int crypto_has_ahash(const char *alg_name, u32 type, u32 mask);
type              695 include/crypto/hash.h struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type,
type               35 include/crypto/if_alg.h 	const struct af_alg_type *type;
type               46 include/crypto/if_alg.h 	void *(*bind)(const char *name, u32 type, u32 mask);
type              158 include/crypto/if_alg.h int af_alg_register_type(const struct af_alg_type *type);
type              159 include/crypto/if_alg.h int af_alg_unregister_type(const struct af_alg_type *type);
type               91 include/crypto/internal/aead.h 		     u32 type, u32 mask);
type               89 include/crypto/internal/akcipher.h 		u32 type, u32 mask);
type               23 include/crypto/internal/geniv.h 				       struct rtattr **tb, u32 type, u32 mask);
type               99 include/crypto/internal/hash.h struct hash_alg_common *ahash_attr_alg(struct rtattr *rta, u32 type, u32 mask);
type              118 include/crypto/internal/hash.h struct shash_alg *shash_attr_alg(struct rtattr *rta, u32 type, u32 mask);
type               98 include/crypto/internal/skcipher.h 			 u32 type, u32 mask);
type              105 include/crypto/kpp.h struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask);
type              262 include/crypto/kpp.h 	unsigned short type;
type               58 include/crypto/public_key.h 				      const struct key_type *type,
type               63 include/crypto/public_key.h 					   const struct key_type *type,
type               68 include/crypto/public_key.h 						 const struct key_type *type,
type               90 include/crypto/rng.h struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask);
type              192 include/crypto/skcipher.h 					      u32 type, u32 mask);
type              195 include/crypto/skcipher.h 					      u32 type, u32 mask);
type              227 include/crypto/skcipher.h static inline int crypto_has_skcipher(const char *alg_name, u32 type,
type              230 include/crypto/skcipher.h 	return crypto_has_alg(alg_name, crypto_skcipher_type(type),
type              244 include/crypto/skcipher.h int crypto_has_skcipher2(const char *alg_name, u32 type, u32 mask);
type               20 include/drm/bridge/analogix_dp.h static inline bool is_rockchip(enum analogix_dp_devtype type)
type               22 include/drm/bridge/analogix_dp.h 	return type == RK3288_DP || type == RK3399_EDP;
type              107 include/drm/drm_dp_dual_mode_helper.h int drm_dp_dual_mode_max_tmds_clock(enum drm_dp_dual_mode_type type,
type              109 include/drm/drm_dp_dual_mode_helper.h int drm_dp_dual_mode_get_tmds_output(enum drm_dp_dual_mode_type type,
type              111 include/drm/drm_dp_dual_mode_helper.h int drm_dp_dual_mode_set_tmds_output(enum drm_dp_dual_mode_type type,
type              113 include/drm/drm_dp_dual_mode_helper.h const char *drm_dp_get_dual_mode_type_name(enum drm_dp_dual_mode_type type);
type              142 include/drm/drm_edid.h 	u8 type; /* ff=serial, fe=string, fd=monitor range, fc=monitor name
type               72 include/drm/drm_file.h 	int type;                       /* Control or render */
type              355 include/drm/drm_file.h 	return file_priv->minor->type == DRM_MINOR_PRIMARY;
type              369 include/drm/drm_file.h 	return file_priv->minor->type == DRM_MINOR_RENDER;
type              139 include/drm/drm_legacy.h 	enum drm_map_type type;	 /**< Type of memory to map */
type              160 include/drm/drm_legacy.h 		      unsigned int size, enum drm_map_type type,
type               34 include/drm/drm_mipi_dsi.h 	u8 type;
type               44 include/drm/drm_mipi_dsi.h bool mipi_dsi_packet_format_is_short(u8 type);
type               45 include/drm/drm_mipi_dsi.h bool mipi_dsi_packet_format_is_long(u8 type);
type              154 include/drm/drm_mipi_dsi.h 	char type[DSI_DEV_NAME_SIZE];
type               57 include/drm/drm_mode_object.h 	uint32_t type;
type              111 include/drm/drm_mode_object.h 			if (list[i].type == val)		\
type              119 include/drm/drm_mode_object.h 					     uint32_t id, uint32_t type);
type              134 include/drm/drm_mode_object.h bool drm_mode_object_lease_required(uint32_t type);
type              135 include/drm/drm_modes.h 	.name = nm, .status = 0, .type = (t), .clock = (c), \
type              152 include/drm/drm_modes.h 	.type = DRM_MODE_TYPE_DRIVER, .clock = 1 /* pass validation */, \
type              273 include/drm/drm_modes.h 	unsigned int type;
type              444 include/drm/drm_modes.h 	(m)->type, (m)->flags
type              639 include/drm/drm_plane.h 	enum drm_plane_type type;
type              720 include/drm/drm_plane.h 			     enum drm_plane_type type,
type              799 include/drm/drm_plane.h 		for_each_if (plane->type == DRM_PLANE_TYPE_OVERLAY)
type              219 include/drm/drm_property.h 	int type;
type              235 include/drm/drm_property.h 					uint32_t type)
type              239 include/drm/drm_property.h 		return (property->flags & DRM_MODE_PROP_EXTENDED_TYPE) == type;
type              240 include/drm/drm_property.h 	return property->flags & type;
type              263 include/drm/drm_property.h 						uint32_t type);
type              180 include/drm/ttm/ttm_bo_api.h 	enum ttm_bo_type type;
type              523 include/drm/ttm/ttm_bo_api.h 			 enum ttm_bo_type type,
type              570 include/drm/ttm/ttm_bo_api.h 		unsigned long size, enum ttm_bo_type type,
type              596 include/drm/ttm/ttm_bo_api.h 		  enum ttm_bo_type type, struct ttm_placement *placement,
type              615 include/drm/ttm/ttm_bo_api.h int ttm_bo_init_mm(struct ttm_bo_device *bdev, unsigned type,
type              272 include/drm/ttm/ttm_bo_driver.h 	int (*init_mem_type)(struct ttm_bo_device *bdev, uint32_t type,
type               16 include/keys/system_keyring.h 					    const struct key_type *type,
type               27 include/keys/system_keyring.h 	const struct key_type *type,
type               37 include/keys/system_keyring.h 			       const char *type);
type               40 include/keys/system_keyring.h 				      const char *type)
type               44 include/kvm/arm_vgic.h 	enum vgic_type		type;
type              334 include/kvm/arm_vgic.h int kvm_vgic_addr(struct kvm *kvm, unsigned long type, u64 *addr, bool write);
type              337 include/kvm/arm_vgic.h int kvm_vgic_create(struct kvm *kvm, u32 type);
type              646 include/linux/acpi.h int acpi_gtdt_map_ppi(int type);
type              647 include/linux/acpi.h bool acpi_gtdt_c3stop(int type);
type             1032 include/linux/acpi.h 			  acpi_object_type type, const union acpi_object **obj);
type             1091 include/linux/acpi.h 	__u8 type;
type             1105 include/linux/acpi.h 			.type = subtable,				\
type             1126 include/linux/acpi.h 					const char *name, acpi_object_type type,
type               78 include/linux/agp_backend.h 	u32 type;
type               74 include/linux/agpgart.h 	u32 type;		/* 0 == normal, other devspec   */
type               46 include/linux/alarmtimer.h 	enum alarmtimer_type	type;
type               51 include/linux/alarmtimer.h void alarm_init(struct alarm *alarm, enum alarmtimer_type type,
type               37 include/linux/arm-smccc.h #define ARM_SMCCC_CALL_VAL(type, calling_convention, owner, func_num) \
type               38 include/linux/arm-smccc.h 	(((type) << ARM_SMCCC_TYPE_SHIFT) | \
type              100 include/linux/async_tx.h #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \
type              101 include/linux/async_tx.h 	 __async_tx_find_channel(dep, type)
type              151 include/linux/atmdev.h 	const char	*type;		/* device type name */
type              227 include/linux/atmdev.h struct atm_dev *atm_dev_register(const char *type, struct device *parent,
type               61 include/linux/audit.h 	u32				type;
type              134 include/linux/audit.h void audit_log(struct audit_context *ctx, gfp_t gfp_mask, int type,
type              137 include/linux/audit.h extern struct audit_buffer *audit_log_start(struct audit_context *ctx, gfp_t gfp_mask, int type);
type              168 include/linux/audit.h extern int audit_rule_change(int type, int seq, void *data, size_t datasz);
type              189 include/linux/audit.h void audit_log(struct audit_context *ctx, gfp_t gfp_mask, int type,
type              193 include/linux/audit.h 						   gfp_t gfp_mask, int type)
type              276 include/linux/audit.h 				const unsigned char type);
type              349 include/linux/audit.h 				     const unsigned char type) {
type              351 include/linux/audit.h 		__audit_inode_child(parent, dentry, type);
type              499 include/linux/audit.h 				     enum audit_ntp_type type, long long val)
type              501 include/linux/audit.h 	ad->vals[type].oldval = val;
type              505 include/linux/audit.h 				     enum audit_ntp_type type, long long val)
type              507 include/linux/audit.h 	ad->vals[type].newval = val;
type              553 include/linux/audit.h 					const unsigned char type)
type              567 include/linux/audit.h 				     const unsigned char type)
type              636 include/linux/audit.h 				     enum audit_ntp_type type, long long val)
type              640 include/linux/audit.h 				     enum audit_ntp_type type, long long val)
type               86 include/linux/backlight.h 	enum backlight_type type;
type              192 include/linux/backlight.h extern struct backlight_device *backlight_device_get_by_type(enum backlight_type type);
type               35 include/linux/bcma/bcma.h 	u16 type;
type              113 include/linux/bitfield.h #define ____MAKE_OP(type,base,to,from)					\
type              114 include/linux/bitfield.h static __always_inline __##type type##_encode_bits(base v, base field)	\
type              120 include/linux/bitfield.h static __always_inline __##type type##_replace_bits(__##type old,	\
type              123 include/linux/bitfield.h 	return (old & ~to(field)) | type##_encode_bits(val, field);	\
type              125 include/linux/bitfield.h static __always_inline void type##p_replace_bits(__##type *p,		\
type              128 include/linux/bitfield.h 	*p = (*p & ~to(field)) | type##_encode_bits(val, field);	\
type              130 include/linux/bitfield.h static __always_inline base type##_get_bits(__##type v, base field)	\
type               14 include/linux/bitops.h #define BITS_PER_TYPE(type) (sizeof(type) * BITS_PER_BYTE)
type               40 include/linux/blk-mq.h 	unsigned short		type;
type               88 include/linux/bpf-cgroup.h 			enum bpf_attach_type type, u32 flags);
type               90 include/linux/bpf-cgroup.h 			enum bpf_attach_type type);
type               96 include/linux/bpf-cgroup.h 		      enum bpf_attach_type type, u32 flags);
type               98 include/linux/bpf-cgroup.h 		      enum bpf_attach_type type, u32 flags);
type              104 include/linux/bpf-cgroup.h 				enum bpf_attach_type type);
type              107 include/linux/bpf-cgroup.h 			       enum bpf_attach_type type);
type              111 include/linux/bpf-cgroup.h 				      enum bpf_attach_type type,
type              116 include/linux/bpf-cgroup.h 				     enum bpf_attach_type type);
type              119 include/linux/bpf-cgroup.h 				      short access, enum bpf_attach_type type);
type              125 include/linux/bpf-cgroup.h 				   enum bpf_attach_type type);
type              158 include/linux/bpf-cgroup.h 			     enum bpf_attach_type type);
type              190 include/linux/bpf-cgroup.h #define BPF_CGROUP_RUN_SK_PROG(sk, type)				       \
type              194 include/linux/bpf-cgroup.h 		__ret = __cgroup_bpf_run_filter_sk(sk, type);		       \
type              208 include/linux/bpf-cgroup.h #define BPF_CGROUP_RUN_SA_PROG(sk, uaddr, type)				       \
type              212 include/linux/bpf-cgroup.h 		__ret = __cgroup_bpf_run_filter_sock_addr(sk, uaddr, type,     \
type              217 include/linux/bpf-cgroup.h #define BPF_CGROUP_RUN_SA_PROG_LOCK(sk, uaddr, type, t_ctx)		       \
type              222 include/linux/bpf-cgroup.h 		__ret = __cgroup_bpf_run_filter_sock_addr(sk, uaddr, type,     \
type              275 include/linux/bpf-cgroup.h #define BPF_CGROUP_RUN_PROG_DEVICE_CGROUP(type, major, minor, access)	      \
type              279 include/linux/bpf-cgroup.h 		__ret = __cgroup_bpf_check_dev_permission(type, major, minor, \
type              398 include/linux/bpf-cgroup.h #define BPF_CGROUP_RUN_PROG_DEVICE_CGROUP(type,major,minor,access) ({ 0; })
type              314 include/linux/bpf.h 	bool (*is_valid_access)(int off, int size, enum bpf_access_type type,
type              321 include/linux/bpf.h 	u32 (*convert_ctx_access)(enum bpf_access_type type,
type              490 include/linux/bpf.h typedef u32 (*bpf_convert_ctx_access_t)(enum bpf_access_type type,
type              637 include/linux/bpf.h struct bpf_prog *bpf_prog_get_type_dev(u32 ufd, enum bpf_prog_type type,
type              740 include/linux/bpf.h struct bpf_prog *bpf_prog_get_type_path(const char *name, enum bpf_prog_type type);
type              757 include/linux/bpf.h 						     enum bpf_prog_type type,
type              855 include/linux/bpf.h 				enum bpf_prog_type type)
type              883 include/linux/bpf.h 						 enum bpf_prog_type type)
type              885 include/linux/bpf.h 	return bpf_prog_get_type_dev(ufd, type, false);
type             1065 include/linux/bpf.h 				     enum bpf_access_type type,
type             1067 include/linux/bpf.h bool bpf_sock_is_valid_access(int off, int size, enum bpf_access_type type,
type             1069 include/linux/bpf.h u32 bpf_sock_convert_ctx_access(enum bpf_access_type type,
type             1076 include/linux/bpf.h 						   enum bpf_access_type type,
type             1082 include/linux/bpf.h 					    enum bpf_access_type type,
type             1087 include/linux/bpf.h static inline u32 bpf_sock_convert_ctx_access(enum bpf_access_type type,
type             1098 include/linux/bpf.h bool bpf_tcp_sock_is_valid_access(int off, int size, enum bpf_access_type type,
type             1101 include/linux/bpf.h u32 bpf_tcp_sock_convert_ctx_access(enum bpf_access_type type,
type             1107 include/linux/bpf.h bool bpf_xdp_sock_is_valid_access(int off, int size, enum bpf_access_type type,
type             1110 include/linux/bpf.h u32 bpf_xdp_sock_convert_ctx_access(enum bpf_access_type type,
type             1117 include/linux/bpf.h 						enum bpf_access_type type,
type             1123 include/linux/bpf.h static inline u32 bpf_tcp_sock_convert_ctx_access(enum bpf_access_type type,
type             1132 include/linux/bpf.h 						enum bpf_access_type type,
type             1138 include/linux/bpf.h static inline u32 bpf_xdp_sock_convert_ctx_access(enum bpf_access_type type,
type               45 include/linux/bpf_verifier.h 	enum bpf_reg_type type;
type                2 include/linux/btree-type.h #define __BTREE_TP(pfx, type, sfx)	pfx ## type ## sfx
type                3 include/linux/btree-type.h #define _BTREE_TP(pfx, type, sfx)	__BTREE_TP(pfx, type, sfx)
type               51 include/linux/cacheinfo.h 	enum cache_type type;
type               38 include/linux/can/core.h 	int type;
type              166 include/linux/can/dev/peak_canfd.h 	__le16	type;
type              183 include/linux/can/dev/peak_canfd.h 	__le16	type;
type              204 include/linux/can/dev/peak_canfd.h 	__le16	type;
type              225 include/linux/can/dev/peak_canfd.h 	__le16	type;
type              262 include/linux/can/dev/peak_canfd.h 	__le16	type;
type              169 include/linux/ccp.h 	enum ccp_aes_type type;
type              231 include/linux/ccp.h 	enum ccp_aes_type type;
type              285 include/linux/ccp.h 	enum ccp_sha_type type;
type              342 include/linux/ccp.h 	enum ccp_des3_type type;
type              126 include/linux/cdrom.h 			       void *buffer, int len, int type);
type              432 include/linux/ceph/ceph_fs.h 		__u8 type; /* shared, exclusive, remove*/
type              556 include/linux/ceph/ceph_fs.h 	__u8 type; /* shared lock, exclusive lock, or unlock */
type               11 include/linux/ceph/ceph_hash.h extern unsigned ceph_str_hash(int type, const char *s, unsigned len);
type               12 include/linux/ceph/ceph_hash.h extern const char *ceph_str_hash_name(int type);
type               30 include/linux/ceph/cls_lock_client.h 		  char *lock_name, u8 type, char *cookie,
type               44 include/linux/ceph/cls_lock_client.h 			char *lock_name, u8 type, char *old_cookie,
type               52 include/linux/ceph/cls_lock_client.h 		       char *lock_name, u8 *type, char **tag,
type               56 include/linux/ceph/cls_lock_client.h 			   char *lock_name, u8 type, char *cookie, char *tag);
type              165 include/linux/ceph/decode.h #define ceph_decode_skip_set(p, end, type, bad)			\
type              171 include/linux/ceph/decode.h 			ceph_decode_skip_##type(p, end, bad);	\
type              230 include/linux/ceph/decode.h 	a->type = CEPH_ENTITY_ADDR_TYPE_NONE;
type              237 include/linux/ceph/decode.h 	a->type = CEPH_ENTITY_ADDR_TYPE_LEGACY;
type              190 include/linux/ceph/libceph.h #define DEFINE_RB_INSDEL_FUNCS2(name, type, keyfld, cmpexp, keyexp, nodefld) \
type              191 include/linux/ceph/libceph.h static void insert_##name(struct rb_root *root, type *t)		\
type              199 include/linux/ceph/libceph.h 		type *cur = rb_entry(*n, type, nodefld);		\
type              215 include/linux/ceph/libceph.h static void erase_##name(struct rb_root *root, type *t)			\
type              226 include/linux/ceph/libceph.h #define DEFINE_RB_LOOKUP_FUNC2(name, type, keyfld, cmpexp, keyexp,	\
type              228 include/linux/ceph/libceph.h static type *lookup_##name(struct rb_root *root, lookup_param_type key)	\
type              233 include/linux/ceph/libceph.h 		type *cur = rb_entry(n, type, nodefld);			\
type              248 include/linux/ceph/libceph.h #define DEFINE_RB_FUNCS2(name, type, keyfld, cmpexp, keyexp,		\
type              250 include/linux/ceph/libceph.h DEFINE_RB_INSDEL_FUNCS2(name, type, keyfld, cmpexp, keyexp, nodefld)	\
type              251 include/linux/ceph/libceph.h DEFINE_RB_LOOKUP_FUNC2(name, type, keyfld, cmpexp, keyexp,		\
type              257 include/linux/ceph/libceph.h #define DEFINE_RB_INSDEL_FUNCS(name, type, keyfld, nodefld)		\
type              258 include/linux/ceph/libceph.h DEFINE_RB_INSDEL_FUNCS2(name, type, keyfld, RB_CMP3WAY, RB_BYVAL, nodefld)
type              260 include/linux/ceph/libceph.h #define DEFINE_RB_LOOKUP_FUNC(name, type, keyfld, nodefld)		\
type              261 include/linux/ceph/libceph.h extern type __lookup_##name##_key;					\
type              262 include/linux/ceph/libceph.h DEFINE_RB_LOOKUP_FUNC2(name, type, keyfld, RB_CMP3WAY, RB_BYVAL,	\
type              265 include/linux/ceph/libceph.h #define DEFINE_RB_FUNCS(name, type, keyfld, nodefld)			\
type              266 include/linux/ceph/libceph.h DEFINE_RB_INSDEL_FUNCS(name, type, keyfld, nodefld)			\
type              267 include/linux/ceph/libceph.h DEFINE_RB_LOOKUP_FUNC(name, type, keyfld, nodefld)
type              279 include/linux/ceph/libceph.h extern const char *ceph_msg_type_name(int type);
type               58 include/linux/ceph/messenger.h #define ENTITY_NAME(n) ceph_entity_type_name((n).type), le64_to_cpu((n).num)
type              168 include/linux/ceph/messenger.h 	enum ceph_msg_data_type		type;
type              371 include/linux/ceph/messenger.h struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items,
type              373 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               19 include/linux/ceph/msgpool.h int ceph_msgpool_init(struct ceph_msgpool *pool, int type,
type               46 include/linux/ceph/msgr.h 	__u8 type;      /* CEPH_ENTITY_TYPE_* */
type               58 include/linux/ceph/msgr.h extern const char *ceph_entity_type_name(int type);
type               64 include/linux/ceph/msgr.h 	__le32 type;
type              129 include/linux/ceph/msgr.h 	__le16 type;      /* message type */
type              147 include/linux/ceph/msgr.h 	__le16 type;      /* message type */
type               64 include/linux/ceph/osd_client.h 	enum ceph_osd_data_type	type;
type               47 include/linux/ceph/osdmap.h 	u8 type; /* CEPH_POOL_TYPE_* */
type               65 include/linux/ceph/osdmap.h 	switch (pool->type) {
type              200 include/linux/ceph/rados.h #define __CEPH_OSD_OP(mode, type, nr) \
type              201 include/linux/ceph/rados.h 	(CEPH_OSD_OP_MODE_##mode | CEPH_OSD_OP_TYPE_##type | (nr))
type              343 include/linux/compat.h 	unsigned int type;	/* Type of physical device or protocol */
type              483 include/linux/compat.h extern ssize_t compat_rw_copy_check_uvector(int type,
type              556 include/linux/compat.h 				 const char __user *type, compat_ulong_t flags,
type               61 include/linux/configfs.h 				       const struct config_item_type *type);
type               90 include/linux/configfs.h 					const struct config_item_type *type);
type              117 include/linux/coresight.h 	enum coresight_dev_type type;
type              159 include/linux/coresight.h 	enum coresight_dev_type type;
type              494 include/linux/counter.h 				   const enum counter_signal_value_type type,
type              497 include/linux/counter.h 				  const enum counter_count_value_type type,
type              500 include/linux/counter.h 				  const enum counter_count_value_type type,
type              411 include/linux/cper.h 	u8	type;
type              422 include/linux/cper.h 	u16	type;
type               67 include/linux/crash_core.h Elf_Word *append_elf_note(Elf_Word *buf, char *name, unsigned int type,
type               82 include/linux/crush/crush.h 	__u8 type;
type              133 include/linux/crush/crush.h 	__u16 type;      /* non-zero; type=0 is reserved for devices */
type               15 include/linux/crush/hash.h extern const char *crush_hash_name(int type);
type               17 include/linux/crush/hash.h extern __u32 crush_hash32(int type, __u32 a);
type               18 include/linux/crush/hash.h extern __u32 crush_hash32_2(int type, __u32 a, __u32 b);
type               19 include/linux/crush/hash.h extern __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c);
type               20 include/linux/crush/hash.h extern __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d);
type               21 include/linux/crush/hash.h extern __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d,
type               14 include/linux/crush/mapper.h extern int crush_find_rule(const struct crush_map *map, int ruleset, int type, int size);
type              710 include/linux/crypto.h int crypto_has_alg(const char *name, u32 type, u32 mask);
type              813 include/linux/crypto.h 	u32 type;
type              825 include/linux/crypto.h struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask);
type              833 include/linux/crypto.h int alg_test(const char *driver, const char *alg, u32 type, u32 mask);
type              903 include/linux/crypto.h static inline u32 crypto_skcipher_type(u32 type)
type              905 include/linux/crypto.h 	type &= ~CRYPTO_ALG_TYPE_MASK;
type              906 include/linux/crypto.h 	type |= CRYPTO_ALG_TYPE_BLKCIPHER;
type              907 include/linux/crypto.h 	return type;
type              972 include/linux/crypto.h static inline int crypto_has_ablkcipher(const char *alg_name, u32 type,
type              975 include/linux/crypto.h 	return crypto_has_alg(alg_name, crypto_skcipher_type(type),
type             1324 include/linux/crypto.h 	const char *alg_name, u32 type, u32 mask)
type             1326 include/linux/crypto.h 	type &= ~CRYPTO_ALG_TYPE_MASK;
type             1327 include/linux/crypto.h 	type |= CRYPTO_ALG_TYPE_BLKCIPHER;
type             1330 include/linux/crypto.h 	return __crypto_blkcipher_cast(crypto_alloc_base(alg_name, type, mask));
type             1358 include/linux/crypto.h static inline int crypto_has_blkcipher(const char *alg_name, u32 type, u32 mask)
type             1360 include/linux/crypto.h 	type &= ~CRYPTO_ALG_TYPE_MASK;
type             1361 include/linux/crypto.h 	type |= CRYPTO_ALG_TYPE_BLKCIPHER;
type             1364 include/linux/crypto.h 	return crypto_has_alg(alg_name, type, mask);
type             1644 include/linux/crypto.h 							u32 type, u32 mask)
type             1646 include/linux/crypto.h 	type &= ~CRYPTO_ALG_TYPE_MASK;
type             1647 include/linux/crypto.h 	type |= CRYPTO_ALG_TYPE_CIPHER;
type             1650 include/linux/crypto.h 	return __crypto_cipher_cast(crypto_alloc_base(alg_name, type, mask));
type             1677 include/linux/crypto.h static inline int crypto_has_cipher(const char *alg_name, u32 type, u32 mask)
type             1679 include/linux/crypto.h 	type &= ~CRYPTO_ALG_TYPE_MASK;
type             1680 include/linux/crypto.h 	type |= CRYPTO_ALG_TYPE_CIPHER;
type             1683 include/linux/crypto.h 	return crypto_has_alg(alg_name, type, mask);
type             1796 include/linux/crypto.h 						    u32 type, u32 mask)
type             1798 include/linux/crypto.h 	type &= ~CRYPTO_ALG_TYPE_MASK;
type             1799 include/linux/crypto.h 	type |= CRYPTO_ALG_TYPE_COMPRESS;
type             1802 include/linux/crypto.h 	return __crypto_comp_cast(crypto_alloc_base(alg_name, type, mask));
type             1815 include/linux/crypto.h static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask)
type             1817 include/linux/crypto.h 	type &= ~CRYPTO_ALG_TYPE_MASK;
type             1818 include/linux/crypto.h 	type |= CRYPTO_ALG_TYPE_COMPRESS;
type             1821 include/linux/crypto.h 	return crypto_has_alg(alg_name, type, mask);
type              134 include/linux/cyclades.h 	int                     type;		/* UART type */
type              210 include/linux/device-mapper.h #define dm_target_needs_singleton(type)	((type)->features & DM_TARGET_SINGLETON)
type              216 include/linux/device-mapper.h #define dm_target_always_writeable(type) \
type              217 include/linux/device-mapper.h 		((type)->features & DM_TARGET_ALWAYS_WRITEABLE)
type              224 include/linux/device-mapper.h #define dm_target_is_immutable(type)	((type)->features & DM_TARGET_IMMUTABLE)
type              231 include/linux/device-mapper.h #define dm_target_is_wildcard(type)	((type)->features & DM_TARGET_WILDCARD)
type              237 include/linux/device-mapper.h #define dm_target_has_integrity(type)	((type)->features & DM_TARGET_INTEGRITY)
type              243 include/linux/device-mapper.h #define dm_target_passes_integrity(type) ((type)->features & DM_TARGET_PASSES_INTEGRITY)
type              249 include/linux/device-mapper.h #define dm_target_supports_zoned_hm(type) ((type)->features & DM_TARGET_ZONED_HM)
type              253 include/linux/device-mapper.h 	struct target_type *type;
type              458 include/linux/device-mapper.h int dm_table_add_target(struct dm_table *t, const char *type,
type              472 include/linux/device-mapper.h void dm_table_set_type(struct dm_table *t, enum dm_queue_mode type);
type              158 include/linux/device.h 	const struct device_type	*type;
type              163 include/linux/device.h 			 const struct device_type *type);
type              601 include/linux/device.h 	const struct device_type	*type;
type              629 include/linux/device.h 				const struct device_type *type);
type              982 include/linux/device.h #define devm_alloc_percpu(dev, type)      \
type              983 include/linux/device.h 	((typeof(type) __percpu *)__devm_alloc_percpu((dev), sizeof(type), \
type              984 include/linux/device.h 						      __alignof__(type)))
type             1236 include/linux/device.h 	const struct device_type *type;
type               15 include/linux/device_cgroup.h extern int __devcgroup_check_permission(short type, u32 major, u32 minor,
type               18 include/linux/device_cgroup.h static inline int __devcgroup_check_permission(short type, u32 major, u32 minor,
type               24 include/linux/device_cgroup.h static inline int devcgroup_check_permission(short type, u32 major, u32 minor,
type               27 include/linux/device_cgroup.h 	int rc = BPF_CGROUP_RUN_PROG_DEVICE_CGROUP(type, major, minor, access);
type               32 include/linux/device_cgroup.h 	return __devcgroup_check_permission(type, major, minor, access);
type               37 include/linux/device_cgroup.h 	short type, access = 0;
type               43 include/linux/device_cgroup.h 		type = DEVCG_DEV_BLOCK;
type               45 include/linux/device_cgroup.h 		type = DEVCG_DEV_CHAR;
type               54 include/linux/device_cgroup.h 	return devcgroup_check_permission(type, imajor(inode), iminor(inode),
type               60 include/linux/device_cgroup.h 	short type;
type               66 include/linux/device_cgroup.h 		type = DEVCG_DEV_BLOCK;
type               68 include/linux/device_cgroup.h 		type = DEVCG_DEV_CHAR;
type               70 include/linux/device_cgroup.h 	return devcgroup_check_permission(type, MAJOR(dev), MINOR(dev),
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             1167 include/linux/dmaengine.h #define async_dma_find_channel(type) dma_find_channel(DMA_ASYNC_TX)
type             1169 include/linux/dmaengine.h #define async_dma_find_channel(type) dma_find_channel(type)
type             1179 include/linux/dmaengine.h async_dma_find_channel(enum dma_transaction_type type)
type               77 include/linux/dmi.h 	u8 type;
type               84 include/linux/dmi.h 	int type;
type              103 include/linux/dmi.h extern const struct dmi_device * dmi_find_device(int type, const char *name,
type              121 include/linux/dmi.h static inline const struct dmi_device * dmi_find_device(int type, const char *name,
type               30 include/linux/dns_resolver.h extern int dns_query(struct net *net, const char *type, const char *name, size_t namelen,
type              351 include/linux/edac.h 	enum edac_mc_layer_type	type;
type              123 include/linux/efi.h 	u32 type;
type             1302 include/linux/efi.h 	u8 type;
type             1308 include/linux/efi.h 	u8 type;	/* can be replaced with unnamed */
type              103 include/linux/elevator.h 	struct elevator_type *type;
type               42 include/linux/elfnote.h #define ELFNOTE_START(name, type, flags)	\
type               47 include/linux/elfnote.h   .long type				;	\
type               56 include/linux/elfnote.h #define ELFNOTE(name, type, desc)		\
type               57 include/linux/elfnote.h 	ELFNOTE_START(name, type, "a")		\
type               72 include/linux/elfnote.h #define _ELFNOTE(size, name, unique, type, desc)			\
type               87 include/linux/elfnote.h 			type,						\
type               92 include/linux/elfnote.h #define ELFNOTE(size, name, type, desc)		\
type               93 include/linux/elfnote.h 	_ELFNOTE(size, name, __LINE__, type, desc)
type               95 include/linux/elfnote.h #define ELFNOTE32(name, type, desc) ELFNOTE(32, name, type, desc)
type               96 include/linux/elfnote.h #define ELFNOTE64(name, type, desc) ELFNOTE(64, name, type, desc)
type               88 include/linux/enclosure.h 	enum enclosure_component_type type;
type               35 include/linux/etherdevice.h int eth_header(struct sk_buff *skb, struct net_device *dev, unsigned short type,
type               39 include/linux/etherdevice.h 		     __be16 type);
type              411 include/linux/filter.h #define BPF_SIZEOF(type)					\
type              413 include/linux/filter.h 		const int __size = bytes_to_bpf_size(sizeof(type)); \
type              418 include/linux/filter.h #define BPF_FIELD_SIZEOF(type, field)				\
type              420 include/linux/filter.h 		const int __size = bytes_to_bpf_size(FIELD_SIZEOF(type, field)); \
type              532 include/linux/filter.h 	enum bpf_prog_type	type;		/* Type of BPF program */
type              732 include/linux/filter.h 	return prog->type == BPF_PROG_TYPE_UNSPEC;
type              763 include/linux/filter.h #define bpf_ctx_wide_access_ok(off, size, type, field)			\
type              765 include/linux/filter.h 	off >= offsetof(type, field) &&					\
type              766 include/linux/filter.h 	off + sizeof(__u64) <= offsetofend(type, field) &&		\
type             1026 include/linux/filter.h int bpf_get_kallsym(unsigned int symnum, unsigned long *value, char *type,
type             1079 include/linux/filter.h 				  char *type, char *sym)
type              441 include/linux/firewire.h 	int type;
type              454 include/linux/firewire.h 		int type, int channel, int speed, size_t header_size,
type               17 include/linux/firmware-map.h int firmware_map_add_early(u64 start, u64 end, const char *type);
type               18 include/linux/firmware-map.h int firmware_map_add_hotplug(u64 start, u64 end, const char *type);
type               19 include/linux/firmware-map.h int firmware_map_remove(u64 start, u64 end, const char *type);
type               23 include/linux/firmware-map.h static inline int firmware_map_add_early(u64 start, u64 end, const char *type)
type               28 include/linux/firmware-map.h static inline int firmware_map_add_hotplug(u64 start, u64 end, const char *type)
type               33 include/linux/firmware-map.h static inline int firmware_map_remove(u64 start, u64 end, const char *type)
type               69 include/linux/flat.h 		u32	type : 2;
type               71 include/linux/flat.h 		u32	type : 2;
type               34 include/linux/frontswap.h extern void __frontswap_init(unsigned type, unsigned long *map);
type              103 include/linux/frontswap.h static inline void frontswap_invalidate_page(unsigned type, pgoff_t offset)
type              106 include/linux/frontswap.h 		__frontswap_invalidate_page(type, offset);
type              109 include/linux/frontswap.h static inline void frontswap_invalidate_area(unsigned type)
type              112 include/linux/frontswap.h 		__frontswap_invalidate_area(type);
type              115 include/linux/frontswap.h static inline void frontswap_init(unsigned type, unsigned long *map)
type              118 include/linux/frontswap.h 	__frontswap_init(type, map);
type             1167 include/linux/fs.h extern int __break_lease(struct inode *inode, unsigned int flags, unsigned int type);
type             1283 include/linux/fs.h static inline int __break_lease(struct inode *inode, unsigned int mode, unsigned int type)
type             1911 include/linux/fs.h ssize_t rw_copy_check_uvector(int type, const struct iovec __user * uvector,
type             2287 include/linux/fs.h struct super_block *sget(struct file_system_type *type,
type             2397 include/linux/fs.h                                        loff_t start, loff_t end, unsigned char type)
type             3548 include/linux/fs.h 			    u64 ino, unsigned type)
type             3550 include/linux/fs.h 	return ctx->actor(ctx, name, namelen, ctx->pos, ino, type) == 0;
type               66 include/linux/fs_context.h 	enum fs_value_type	type:8;		/* The type of value here */
type               50 include/linux/fs_parser.h 	enum fs_parameter_type	type:8;	/* The desired parameter type */
type              122 include/linux/fs_parser.h 		.type = TYPE, \
type               69 include/linux/fscache.h 	uint8_t type;
type              160 include/linux/fscache.h 	u8				type;		/* Type of object */
type               81 include/linux/fsi.h extern int fsi_get_new_minor(struct fsi_device *fdev, enum fsi_dev_type type,
type               83 include/linux/fsl/mc.h 	enum fsl_mc_pool_type type;
type              134 include/linux/fsl/mc.h 	char type[16];
type              421 include/linux/fsl/mc.h 	return mc_dev->dev.type == &fsl_mc_bus_dprc_type;
type              426 include/linux/fsl/mc.h 	return mc_dev->dev.type == &fsl_mc_bus_dpni_type;
type              431 include/linux/fsl/mc.h 	return mc_dev->dev.type == &fsl_mc_bus_dpio_type;
type              436 include/linux/fsl/mc.h 	return mc_dev->dev.type == &fsl_mc_bus_dpsw_type;
type              441 include/linux/fsl/mc.h 	return mc_dev->dev.type == &fsl_mc_bus_dpbp_type;
type              446 include/linux/fsl/mc.h 	return mc_dev->dev.type == &fsl_mc_bus_dpcon_type;
type              451 include/linux/fsl/mc.h 	return mc_dev->dev.type == &fsl_mc_bus_dpmcp_type;
type              456 include/linux/fsl/mc.h 	return mc_dev->dev.type == &fsl_mc_bus_dpmac_type;
type              461 include/linux/fsl/mc.h 	return mc_dev->dev.type == &fsl_mc_bus_dprtc_type;
type              466 include/linux/fsl/mc.h 	return mc_dev->dev.type == &fsl_mc_bus_dpseci_type;
type              233 include/linux/fsnotify_backend.h static inline bool fsnotify_valid_obj_type(unsigned int type)
type              235 include/linux/fsnotify_backend.h 	return (type < FSNOTIFY_OBJ_TYPE_COUNT);
type              245 include/linux/fsnotify_backend.h 		struct fsnotify_iter_info *iter_info, int type)
type              247 include/linux/fsnotify_backend.h 	return (iter_info->report_mask & (1U << type));
type              251 include/linux/fsnotify_backend.h 		struct fsnotify_iter_info *iter_info, int type)
type              253 include/linux/fsnotify_backend.h 	iter_info->report_mask |= (1U << type);
type              257 include/linux/fsnotify_backend.h 		struct fsnotify_iter_info *iter_info, int type,
type              260 include/linux/fsnotify_backend.h 	iter_info->marks[type] = mark;
type              261 include/linux/fsnotify_backend.h 	iter_info->report_mask |= (1U << type);
type              276 include/linux/fsnotify_backend.h #define fsnotify_foreach_obj_type(type) \
type              277 include/linux/fsnotify_backend.h 	for (type = 0; type < FSNOTIFY_OBJ_TYPE_COUNT; type++)
type              294 include/linux/fsnotify_backend.h 	unsigned short type;	/* Type of object [lock] */
type              446 include/linux/fsnotify_backend.h 			     fsnotify_connp_t *connp, unsigned int type,
type              450 include/linux/fsnotify_backend.h 				    unsigned int type, int allow_dups,
type              480 include/linux/fsnotify_backend.h extern void fsnotify_clear_marks_by_group(struct fsnotify_group *group, unsigned int type);
type               61 include/linux/ftrace.h 			   char *type, char *name,
type               71 include/linux/ftrace.h 					 char *type, char *name,
type               72 include/linux/generic-radix-tree.h 	_type			type[0] __aligned(1);		\
type              116 include/linux/generic-radix-tree.h #define __genradix_cast(_radix)		(typeof((_radix)->type[0]) *)
type              117 include/linux/generic-radix-tree.h #define __genradix_obj_size(_radix)	sizeof((_radix)->type[0])
type               24 include/linux/genl_magic_func.h 	[tag_name] = { .type = NLA_NESTED },
type               38 include/linux/genl_magic_func.h 	[attr_nr] = { .type = nla_type },
type               43 include/linux/genl_magic_func.h 	[attr_nr] = { .type = nla_type,					\
type              169 include/linux/genl_magic_func.h #define __assign(attr_nr, attr_flag, name, nla_type, type, assignment...)	\
type              186 include/linux/genl_magic_func.h #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put,	\
type              188 include/linux/genl_magic_func.h 	__assign(attr_nr, attr_flag, name, nla_type, type,		\
type              195 include/linux/genl_magic_func.h #define __array(attr_nr, attr_flag, name, nla_type, type, maxlen,	\
type              197 include/linux/genl_magic_func.h 	__assign(attr_nr, attr_flag, name, nla_type, type,		\
type              351 include/linux/genl_magic_func.h #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put,	\
type              360 include/linux/genl_magic_func.h #define __array(attr_nr, attr_flag, name, nla_type, type, maxlen,	\
type              376 include/linux/genl_magic_func.h #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put,	\
type              379 include/linux/genl_magic_func.h #define __array(attr_nr, attr_flag, name, nla_type, type, maxlen,	\
type              161 include/linux/genl_magic_struct.h #define __field(attr_nr, attr_flag, name, nla_type, type,	\
type              166 include/linux/genl_magic_struct.h #define __array(attr_nr, attr_flag, name, nla_type, type,	\
type              230 include/linux/genl_magic_struct.h #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put,	\
type              235 include/linux/genl_magic_struct.h #define __array(attr_nr, attr_flag, name, nla_type, type, maxlen,	\
type              254 include/linux/genl_magic_struct.h #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put,	\
type              256 include/linux/genl_magic_struct.h 	type name;
type              259 include/linux/genl_magic_struct.h #define __array(attr_nr, attr_flag, name, nla_type, type, maxlen,	\
type              261 include/linux/genl_magic_struct.h 	type name[maxlen];	\
type              273 include/linux/genl_magic_struct.h #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put,	\
type              278 include/linux/genl_magic_struct.h #define __array(attr_nr, attr_flag, name, nla_type, type, maxlen,	\
type               42 include/linux/gnss.h 	enum gnss_type type;
type              593 include/linux/gpio/driver.h 			     unsigned int type,
type              613 include/linux/gpio/driver.h 				       unsigned int type)
type              619 include/linux/gpio/driver.h 					handler, type, false,
type              627 include/linux/gpio/driver.h 			  unsigned int type)
type              634 include/linux/gpio/driver.h 					handler, type, true,
type              642 include/linux/gpio/driver.h 				       unsigned int type)
type              645 include/linux/gpio/driver.h 					handler, type, false, NULL, NULL);
type              652 include/linux/gpio/driver.h 			  unsigned int type)
type              655 include/linux/gpio/driver.h 					handler, type, true, NULL, NULL);
type               30 include/linux/gpio_keys.h 	unsigned int type;
type              118 include/linux/greybus.h 	return dev->type == &greybus_hd_type;
type              123 include/linux/greybus.h 	return dev->type == &greybus_module_type;
type              128 include/linux/greybus.h 	return dev->type == &greybus_interface_type;
type              133 include/linux/greybus.h 	return dev->type == &greybus_control_type;
type              138 include/linux/greybus.h 	return dev->type == &greybus_bundle_type;
type              143 include/linux/greybus.h 	return dev->type == &greybus_svc_type;
type              156 include/linux/greybus/greybus_manifest.h 	__u8	type;		/* enum greybus_descriptor_type */
type               49 include/linux/greybus/greybus_protocols.h 	__u8	type;		/* E.g GB_I2C_TYPE_* or GB_GPIO_TYPE_* */
type              506 include/linux/greybus/greybus_protocols.h 	__le16	type;
type              768 include/linux/greybus/greybus_protocols.h 	__u8	type;
type             2000 include/linux/greybus/greybus_protocols.h 	__u8		type;		/* GB_AUDIO_CTL_ELEM_TYPE_* */
type             2033 include/linux/greybus/greybus_protocols.h 	__u8	type;		/* GB_AUDIO_WIDGET_TYPE_* */
type               42 include/linux/greybus/interface.h 	enum gb_interface_type type;
type               98 include/linux/greybus/operation.h 	u8			type;
type              147 include/linux/greybus/operation.h 				u8 type, size_t request_size,
type              153 include/linux/greybus/operation.h 				u8 type, size_t request_size,
type              156 include/linux/greybus/operation.h 	return gb_operation_create_flags(connection, type, request_size,
type              162 include/linux/greybus/operation.h 				u8 type, size_t request_size,
type              191 include/linux/greybus/operation.h int gb_operation_sync_timeout(struct gb_connection *connection, int type,
type              196 include/linux/greybus/operation.h 				int type, void *request, int request_size,
type              199 include/linux/greybus/operation.h static inline int gb_operation_sync(struct gb_connection *connection, int type,
type              203 include/linux/greybus/operation.h 	return gb_operation_sync_timeout(connection, type,
type              209 include/linux/greybus/operation.h 				int type, void *request, int request_size)
type              211 include/linux/greybus/operation.h 	return gb_operation_unidirectional_timeout(connection, type,
type               61 include/linux/hdmi.h #define HDMI_INFOFRAME_SIZE(type)	\
type               62 include/linux/hdmi.h 	(HDMI_INFOFRAME_HEADER_SIZE + HDMI_ ## type ## _INFOFRAME_SIZE)
type               65 include/linux/hdmi.h 	enum hdmi_infoframe_type type;
type              169 include/linux/hdmi.h 	enum hdmi_infoframe_type type;
type              193 include/linux/hdmi.h 	enum hdmi_infoframe_type type;
type              241 include/linux/hdmi.h 	enum hdmi_infoframe_type type;
type              317 include/linux/hdmi.h 	enum hdmi_infoframe_type type;
type              352 include/linux/hdmi.h 	enum hdmi_infoframe_type type;
type              397 include/linux/hdmi.h 		enum hdmi_infoframe_type type;
type              156 include/linux/hid-sensor-hub.h 			u8 type,
type               39 include/linux/hid.h 	__u8      type;
type              424 include/linux/hid.h 	unsigned type;
type              438 include/linux/hid.h 	__u8      type;			/* input driver type */
type              478 include/linux/hid.h 	unsigned int type;				/* report type */
type              559 include/linux/hid.h 	enum hid_type type;						/* device type (mouse, kbd, ...) */
type              880 include/linux/hid.h int hid_input_report(struct hid_device *, int type, u8 *, u32, int);
type              881 include/linux/hid.h int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field);
type              890 include/linux/hid.h 				       unsigned int type, unsigned int id,
type              894 include/linux/hid.h 				       unsigned int type, unsigned int id,
type              965 include/linux/hid.h 		__u8 type, __u16 c)
type              969 include/linux/hid.h 	usage->type = type;
type              972 include/linux/hid.h 	switch (type) {
type             1000 include/linux/hid.h 		__u8 type, __u16 c)
type             1002 include/linux/hid.h 	hid_map_usage(hidinput, usage, bit, max, type, c);
type             1143 include/linux/hid.h int hid_report_raw_event(struct hid_device *hid, int type, u8 *data, u32 size,
type               16 include/linux/hw_breakpoint.h 	attr->type = PERF_TYPE_BREAKPOINT;
type              355 include/linux/hwmon.h 	umode_t (*is_visible)(const void *drvdata, enum hwmon_sensor_types type,
type              357 include/linux/hwmon.h 	int (*read)(struct device *dev, enum hwmon_sensor_types type,
type              359 include/linux/hwmon.h 	int (*read_string)(struct device *dev, enum hwmon_sensor_types type,
type              361 include/linux/hwmon.h 	int (*write)(struct device *dev, enum hwmon_sensor_types type,
type              372 include/linux/hwmon.h 	enum hwmon_sensor_types type;
type              378 include/linux/hwmon.h 		.type = hwmon_##stype,	\
type              268 include/linux/hyperv.h 	u16 type;
type              380 include/linux/hyperv.h 	(((struct IMPACT)__packet)->type)
type             1030 include/linux/hyperv.h 	u16 type;
type             1042 include/linux/hyperv.h 	u16 type;
type             1054 include/linux/hyperv.h 	u16 type;
type             1087 include/linux/hyperv.h 				  enum vmbus_packet_type type,
type              410 include/linux/i2c.h 	char		type[I2C_NAME_SIZE];
type              434 include/linux/i2c.h 	.type = dev_type, .addr = (dev_addr)
type              733 include/linux/i2c.h 	if (parent != NULL && parent->type == &i2c_adapter_type)
type               16 include/linux/icmpv6.h extern void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info);
type               18 include/linux/icmpv6.h typedef void ip6_icmp_send_t(struct sk_buff *skb, u8 type, u8 code, __u32 info,
type               22 include/linux/icmpv6.h int ip6_err_gen_icmpv6_unreach(struct sk_buff *skb, int nhs, int type,
type               28 include/linux/icmpv6.h 			       u8 type, u8 code, __u32 info)
type               35 include/linux/icmpv6.h extern int				icmpv6_err_convert(u8 type, u8 code,
type               45 include/linux/icmpv6.h 							 u8 type,
type               52 include/linux/ide.h 	u8 type;
type               63 include/linux/ide.h 	return blk_rq_is_private(rq) && ide_req(rq)->type == ATA_PRIV_MISC;
type               68 include/linux/ide.h 	return blk_rq_is_private(rq) && ide_req(rq)->type == ATA_PRIV_TASKFILE;
type               73 include/linux/ide.h 	return blk_rq_is_private(rq) && ide_req(rq)->type == ATA_PRIV_PC;
type               78 include/linux/ide.h 	return blk_rq_is_private(rq) && ide_req(rq)->type == ATA_PRIV_SENSE;
type               84 include/linux/ide.h 		(ide_req(rq)->type == ATA_PRIV_PM_SUSPEND ||
type               85 include/linux/ide.h 		 ide_req(rq)->type == ATA_PRIV_PM_RESUME);
type              718 include/linux/ieee80211.h 	u8 type;
type             2933 include/linux/ieee80211.h 	u8 type;
type               32 include/linux/if_arp.h 	switch (dev->type) {
type               46 include/linux/if_arp.h 	switch (dev->type) {
type               83 include/linux/if_frad.h    int               type;		/* adapter type */
type              167 include/linux/if_team.h 	enum team_option_type type;
type               17 include/linux/if_tun.h 	unsigned short type;
type              580 include/linux/if_vlan.h static inline __be16 __vlan_get_protocol(struct sk_buff *skb, __be16 type,
type              589 include/linux/if_vlan.h 	if (eth_type_vlan(type)) {
type              605 include/linux/if_vlan.h 			type = vh->h_vlan_encapsulated_proto;
type              607 include/linux/if_vlan.h 		} while (eth_type_vlan(type));
type              613 include/linux/if_vlan.h 	return type;
type              135 include/linux/iio/adc/ad_sigma_delta.h 		.type = (_type), \
type               63 include/linux/iio/common/cros_ec_sensors_core.h 	enum motionsensor_type type;
type              174 include/linux/iio/common/cros_ec_sensors_core.h 				    int *type,
type               56 include/linux/iio/common/ssp_sensors.h 	enum ssp_sensor_type type;
type               61 include/linux/iio/common/ssp_sensors.h 			   enum ssp_sensor_type type);
type               63 include/linux/iio/common/ssp_sensors.h int ssp_enable_sensor(struct ssp_data *data, enum ssp_sensor_type type,
type               66 include/linux/iio/common/ssp_sensors.h int ssp_disable_sensor(struct ssp_data *data, enum ssp_sensor_type type);
type               70 include/linux/iio/common/ssp_sensors.h int ssp_change_delay(struct ssp_data *data, enum ssp_sensor_type type,
type               52 include/linux/iio/common/st_sensors.h 	.type = device_type, \
type              301 include/linux/iio/consumer.h 				     const int **vals, int *type, int *length,
type              312 include/linux/iio/consumer.h 			 enum iio_chan_type *type);
type               25 include/linux/iio/events.h 		       type, chan, chan1, chan2)			\
type               26 include/linux/iio/events.h 	(((u64)type << 56) | ((u64)diff << 55) |			\
type               42 include/linux/iio/events.h 			   type, direction)				\
type               43 include/linux/iio/events.h 	IIO_EVENT_CODE(chan_type, 0, modifier, direction, type, number, 0, 0)
type               53 include/linux/iio/events.h #define IIO_UNMOD_EVENT_CODE(chan_type, number, type, direction)	\
type               54 include/linux/iio/events.h 	IIO_EVENT_CODE(chan_type, 0, 0, direction, type, number, 0, 0)
type              165 include/linux/iio/iio.h 	enum iio_event_type type;
type              237 include/linux/iio/iio.h 	enum iio_chan_type	type;
type              279 include/linux/iio/iio.h 	enum iio_chan_info_enum type)
type              281 include/linux/iio/iio.h 	return (chan->info_mask_separate & BIT(type)) |
type              282 include/linux/iio/iio.h 		(chan->info_mask_shared_by_type & BIT(type)) |
type              283 include/linux/iio/iio.h 		(chan->info_mask_shared_by_dir & BIT(type)) |
type              284 include/linux/iio/iio.h 		(chan->info_mask_shared_by_all & BIT(type));
type              296 include/linux/iio/iio.h 					     enum iio_chan_info_enum type)
type              298 include/linux/iio/iio.h 	return (chan->info_mask_separate_available & BIT(type)) |
type              299 include/linux/iio/iio.h 		(chan->info_mask_shared_by_type_available & BIT(type)) |
type              300 include/linux/iio/iio.h 		(chan->info_mask_shared_by_dir_available & BIT(type)) |
type              301 include/linux/iio/iio.h 		(chan->info_mask_shared_by_all_available & BIT(type));
type              305 include/linux/iio/iio.h 	.type = IIO_TIMESTAMP,						\
type              413 include/linux/iio/iio.h 			  int *type,
type              429 include/linux/iio/iio.h 				 enum iio_event_type type,
type              434 include/linux/iio/iio.h 				  enum iio_event_type type,
type              440 include/linux/iio/iio.h 				enum iio_event_type type,
type              446 include/linux/iio/iio.h 				 enum iio_event_type type,
type              725 include/linux/iio/iio.h ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
type              165 include/linux/iio/imu/adis.h 	.type = IIO_VOLTAGE, \
type              189 include/linux/iio/imu/adis.h 	.type = IIO_TEMP, \
type              207 include/linux/iio/imu/adis.h 	.type = (_type), \
type               60 include/linux/iio/sw_device.h 				  const struct config_item_type *type)
type               63 include/linux/iio/sw_device.h 	config_group_init_type_name(&d->group, name, type);
type               60 include/linux/iio/sw_trigger.h 				  const struct config_item_type *type)
type               63 include/linux/iio/sw_trigger.h 	config_group_init_type_name(&t->group, name, type);
type               34 include/linux/iio/trigger_consumer.h 	int type;
type               44 include/linux/iio/trigger_consumer.h 		    int type,
type              170 include/linux/inetdevice.h void inet_netconf_notify_devconf(struct net *net, int event, int type,
type               33 include/linux/input.h 	__u16 type;
type              182 include/linux/input.h 	int (*event)(struct input_dev *dev, unsigned int type, unsigned int code, int value);
type              306 include/linux/input.h 	void (*event)(struct input_handle *handle, unsigned int type, unsigned int code, int value);
type              309 include/linux/input.h 	bool (*filter)(struct input_handle *handle, unsigned int type, unsigned int code, int value);
type              411 include/linux/input.h void input_event(struct input_dev *dev, unsigned int type, unsigned int code, int value);
type              412 include/linux/input.h void input_inject_event(struct input_handle *handle, unsigned int type, unsigned int code, int value);
type              449 include/linux/input.h void input_set_capability(struct input_dev *dev, unsigned int type, unsigned int code);
type              558 include/linux/input.h int input_ff_event(struct input_dev *dev, unsigned int type, unsigned int code, int value);
type               33 include/linux/input/sparse-keymap.h 	int type;		/* See KE_* above */
type              196 include/linux/intel-iommu.h #define DMA_TLB_IIRG(type) ((type >> 60) & 3)
type              425 include/linux/intel-iommu.h 			      u8 fm, u64 type);
type              427 include/linux/intel-iommu.h 			    unsigned int size_order, u64 type);
type              645 include/linux/intel-iommu.h 			     u8 fm, u64 type);
type              647 include/linux/intel-iommu.h 			  unsigned int size_order, u64 type);
type               31 include/linux/intel-pti.h struct pti_masterchannel *pti_request_masterchannel(u8 type,
type              227 include/linux/interrupt.h extern void enable_percpu_irq(unsigned int irq, unsigned int type);
type              234 include/linux/interrupt.h extern void enable_percpu_nmi(unsigned int irq, unsigned int type);
type               64 include/linux/iomap.h 	u16			type;	/* type of mapping */
type               90 include/linux/iommu.h 	unsigned type;
type              162 include/linux/iommu.h 	enum iommu_resv_type	type;
type              444 include/linux/iommu.h 			enum iommu_resv_type type);
type              280 include/linux/irq.h static inline void irqd_set_trigger_type(struct irq_data *d, u32 type)
type              283 include/linux/irq.h 	__irqd_to_state(d) |= type & IRQD_TRIGGER_MASK;
type              645 include/linux/irq.h extern int irq_chip_set_type_parent(struct irq_data *data, unsigned int type);
type              761 include/linux/irq.h extern int irq_set_irq_type(unsigned int irq, unsigned int type);
type              948 include/linux/irq.h 	unsigned long		type;
type              969 include/linux/irq.h 	u32			type;
type             1087 include/linux/irq.h int irq_setup_alt_chip(struct irq_data *d, unsigned int type);
type               26 include/linux/irqchip/arm-gic-common.h 	enum gic_type	type;
type              157 include/linux/irqchip/arm-gic-v3.h #define GIC_BASER_CACHEABILITY(reg, inner_outer, type)			\
type              158 include/linux/irqchip/arm-gic-v3.h 	(GIC_BASER_CACHE_##type << reg##_##inner_outer##_CACHEABILITY_SHIFT)
type              160 include/linux/irqchip/arm-gic-v3.h #define GIC_BASER_SHAREABILITY(reg, type)				\
type              161 include/linux/irqchip/arm-gic-v3.h 	(GIC_BASER_##type << reg##_SHAREABILITY_SHIFT)
type              229 include/linux/irqdomain.h struct fwnode_handle *__irq_domain_alloc_fwnode(unsigned int type, int id,
type               83 include/linux/iscsi_boot_sysfs.h 	ssize_t (*show) (void *data, int type, char *buf);
type               93 include/linux/iscsi_boot_sysfs.h 	umode_t (*is_visible) (void *data, int type);
type              111 include/linux/iscsi_boot_sysfs.h 			    ssize_t (*show) (void *data, int type, char *buf),
type              112 include/linux/iscsi_boot_sysfs.h 			    umode_t (*is_visible) (void *data, int type),
type              118 include/linux/iscsi_boot_sysfs.h 			   ssize_t (*show) (void *data, int type, char *buf),
type              119 include/linux/iscsi_boot_sysfs.h 			   umode_t (*is_visible) (void *data, int type),
type              124 include/linux/iscsi_boot_sysfs.h 			 ssize_t (*show) (void *data, int type, char *buf),
type              125 include/linux/iscsi_boot_sysfs.h 			 umode_t (*is_visible) (void *data, int type),
type              131 include/linux/iscsi_boot_sysfs.h 			  ssize_t (*show)(void *data, int type, char *buf),
type              132 include/linux/iscsi_boot_sysfs.h 			  umode_t (*is_visible)(void *data, int type),
type             1305 include/linux/jbd2.h 	void (*t_frozen)(struct jbd2_buffer_trigger_type *type,
type             1313 include/linux/jbd2.h 	void (*t_abort)(struct jbd2_buffer_trigger_type *type,
type             1361 include/linux/jbd2.h 				     gfp_t gfp_mask, unsigned int type,
type             1366 include/linux/jbd2.h 				unsigned int type, unsigned int line_no);
type             1373 include/linux/jbd2.h 					   struct jbd2_buffer_trigger_type *type);
type              103 include/linux/jump_label.h 		unsigned long type;
type              215 include/linux/jump_label.h 				      enum jump_label_type type);
type              217 include/linux/jump_label.h 					     enum jump_label_type type);
type              219 include/linux/jump_label.h 					    enum jump_label_type type);
type               35 include/linux/jz4780-nemc.h 				 enum jz4780_nemc_bank_type type);
type               23 include/linux/kcore.h 	int type;
type               40 include/linux/kcore.h void __init kclist_add(struct kcore_list *, void *, size_t, int type);
type               45 include/linux/kcore.h void kclist_add(struct kcore_list *new, void *addr, size_t size, int type)
type              287 include/linux/kernel.h #define __abs_choose_expr(x, type, other) __builtin_choose_expr(	\
type              288 include/linux/kernel.h 	__builtin_types_compatible_p(typeof(x),   signed type) ||	\
type              289 include/linux/kernel.h 	__builtin_types_compatible_p(typeof(x), unsigned type),		\
type              290 include/linux/kernel.h 	({ signed type __x = (x); __x < 0 ? -__x : __x; }), other)
type              934 include/linux/kernel.h #define min_t(type, x, y)	__careful_cmp((type)(x), (type)(y), <)
type              942 include/linux/kernel.h #define max_t(type, x, y)	__careful_cmp((type)(x), (type)(y), >)
type              954 include/linux/kernel.h #define clamp_t(type, val, lo, hi) min_t(type, max_t(type, val, lo), hi)
type              992 include/linux/kernel.h #define container_of(ptr, type, member) ({				\
type              994 include/linux/kernel.h 	BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)->member) &&	\
type              997 include/linux/kernel.h 	((type *)(__mptr - offsetof(type, member))); })
type             1007 include/linux/kernel.h #define container_of_safe(ptr, type, member) ({				\
type             1009 include/linux/kernel.h 	BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)->member) &&	\
type             1013 include/linux/kernel.h 		((type *)(__mptr - offsetof(type, member))); })
type              265 include/linux/kexec.h 	unsigned int type : 1;
type              106 include/linux/key.h 	struct key_type		*type;
type              149 include/linux/key.h 					const struct key_type *type,
type              224 include/linux/key.h 			struct key_type	*type;		/* type of key */
type              257 include/linux/key.h extern struct key *key_alloc(struct key_type *type,
type              295 include/linux/key.h extern struct key *request_key_tag(struct key_type *type,
type              300 include/linux/key.h extern struct key *request_key_rcu(struct key_type *type,
type              304 include/linux/key.h extern struct key *request_key_with_auxdata(struct key_type *type,
type              319 include/linux/key.h static inline struct key *request_key(struct key_type *type,
type              323 include/linux/key.h 	return request_key_tag(type, description, NULL, callout_info);
type              342 include/linux/key.h #define request_key_net(type, description, net, callout_info) \
type              343 include/linux/key.h 	request_key_tag(type, description, net->key_domain, callout_info);
type              354 include/linux/key.h #define request_key_net_rcu(type, description, net) \
type              355 include/linux/key.h 	request_key_rcu(type, description, net->key_domain);
type              363 include/linux/key.h 				      const char *type,
type              393 include/linux/key.h 				const struct key_type *type,
type              400 include/linux/key.h 				struct key_type *type,
type              407 include/linux/key.h extern int keyring_restrict(key_ref_t keyring, const char *type,
type               55 include/linux/kfifo.h 		datatype	*type; \
type               62 include/linux/kfifo.h #define __STRUCT_KFIFO(type, size, recsize, ptrtype) \
type               64 include/linux/kfifo.h 	__STRUCT_KFIFO_COMMON(type, recsize, ptrtype); \
type               65 include/linux/kfifo.h 	type		buf[((size < 2) || (size & (size - 1))) ? -1 : size]; \
type               68 include/linux/kfifo.h #define STRUCT_KFIFO(type, size) \
type               69 include/linux/kfifo.h 	struct __STRUCT_KFIFO(type, size, 0, type)
type               71 include/linux/kfifo.h #define __STRUCT_KFIFO_PTR(type, recsize, ptrtype) \
type               73 include/linux/kfifo.h 	__STRUCT_KFIFO_COMMON(type, recsize, ptrtype); \
type               74 include/linux/kfifo.h 	type		buf[0]; \
type               77 include/linux/kfifo.h #define STRUCT_KFIFO_PTR(type) \
type               78 include/linux/kfifo.h 	struct __STRUCT_KFIFO_PTR(type, 0, type)
type              103 include/linux/kfifo.h 	(sizeof(*fifo) == sizeof(STRUCT_KFIFO_PTR(typeof(*(fifo)->type))))
type              110 include/linux/kfifo.h #define DECLARE_KFIFO_PTR(fifo, type)	STRUCT_KFIFO_PTR(type) fifo
type              118 include/linux/kfifo.h #define DECLARE_KFIFO(fifo, type, size)	STRUCT_KFIFO(type, size) fifo
type              143 include/linux/kfifo.h #define DEFINE_KFIFO(fifo, type, size) \
type              144 include/linux/kfifo.h 	DECLARE_KFIFO(fifo, type, size) = \
type              302 include/linux/kfifo.h 	(!__recsize) ? kfifo_len(__tmp) * sizeof(*__tmp->type) : \
type              325 include/linux/kfifo.h 	__kfifo_alloc(__kfifo, size, sizeof(*__tmp->type), gfp_mask) : \
type              358 include/linux/kfifo.h 	__kfifo_init(__kfifo, buffer, size, sizeof(*__tmp->type)) : \
type              388 include/linux/kfifo.h 			((typeof(__tmp->type))__kfifo->data) : \
type              391 include/linux/kfifo.h 				*(typeof(__tmp->type))&__val; \
type              425 include/linux/kfifo.h 			*(typeof(__tmp->type))__val = \
type              427 include/linux/kfifo.h 				((typeof(__tmp->type))__kfifo->data) : \
type              464 include/linux/kfifo.h 			*(typeof(__tmp->type))__val = \
type              466 include/linux/kfifo.h 				((typeof(__tmp->type))__kfifo->data) : \
type              678 include/linux/kfifo.h 		__kfifo->in += __len / sizeof(*__tmp->type); \
type              729 include/linux/kfifo.h 		__kfifo->out += __len / sizeof(*__tmp->type); \
type               79 include/linux/kgdb.h 	enum kgdb_bptype	type;
type               40 include/linux/kobject_ns.h 	enum kobj_ns_type type;
type               49 include/linux/kobject_ns.h int kobj_ns_type_registered(enum kobj_ns_type type);
type               53 include/linux/kobject_ns.h bool kobj_ns_current_may_mount(enum kobj_ns_type type);
type               54 include/linux/kobject_ns.h void *kobj_ns_grab_current(enum kobj_ns_type type);
type               55 include/linux/kobject_ns.h const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk);
type               56 include/linux/kobject_ns.h const void *kobj_ns_initial(enum kobj_ns_type type);
type               57 include/linux/kobject_ns.h void kobj_ns_drop(enum kobj_ns_type type, void *ns);
type              380 include/linux/kvm_host.h 	u32 type;
type              966 include/linux/kvm_host.h int kvm_arch_init_vm(struct kvm *kvm, unsigned long type);
type             1264 include/linux/kvm_host.h 	int (*create)(struct kvm_device *dev, u32 type);
type             1302 include/linux/kvm_host.h int kvm_register_device_ops(struct kvm_device_ops *ops, u32 type);
type             1303 include/linux/kvm_host.h void kvm_unregister_device_ops(u32 type);
type               37 include/linux/leds-lp3944.h 	enum lp3944_type type;
type               32 include/linux/leds-pca9532.h 	u32 type;
type              586 include/linux/leds.h enum led_brightness ledtrig_audio_get(enum led_audio type);
type              587 include/linux/leds.h void ledtrig_audio_set(enum led_audio type, enum led_brightness state);
type              589 include/linux/leds.h static inline enum led_brightness ledtrig_audio_get(enum led_audio type)
type              593 include/linux/leds.h static inline void ledtrig_audio_set(enum led_audio type,
type              252 include/linux/lightnvm.h 	u8	type;
type              263 include/linux/lightnvm.h 	struct nvm_tgt_type *type;
type              114 include/linux/linkage.h 	.type name, @function ASM_NL \
type               28 include/linux/linux_logo.h 	int type;			/* one of LINUX_LOGO_* */
type              478 include/linux/list.h #define list_entry(ptr, type, member) \
type              479 include/linux/list.h 	container_of(ptr, type, member)
type              489 include/linux/list.h #define list_first_entry(ptr, type, member) \
type              490 include/linux/list.h 	list_entry((ptr)->next, type, member)
type              500 include/linux/list.h #define list_last_entry(ptr, type, member) \
type              501 include/linux/list.h 	list_entry((ptr)->prev, type, member)
type              511 include/linux/list.h #define list_first_entry_or_null(ptr, type, member) ({ \
type              514 include/linux/list.h 	pos__ != head__ ? list_entry(pos__, type, member) : NULL; \
type              847 include/linux/list.h #define hlist_entry(ptr, type, member) container_of(ptr,type,member)
type              856 include/linux/list.h #define hlist_entry_safe(ptr, type, member) \
type              858 include/linux/list.h 	   ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
type               50 include/linux/list_bl.h #define hlist_bl_entry(ptr, type, member) container_of(ptr,type,member)
type               32 include/linux/list_nulls.h #define hlist_nulls_entry(ptr, type, member) container_of(ptr,type,member)
type               34 include/linux/list_nulls.h #define hlist_nulls_entry_safe(ptr, type, member) \
type               36 include/linux/list_nulls.h 	   !is_a_nulls(____ptr) ? hlist_nulls_entry(____ptr, type, member) : NULL; \
type               80 include/linux/llist.h #define llist_entry(ptr, type, member)		\
type               81 include/linux/llist.h 	container_of(ptr, type, member)
type              296 include/linux/lru_cache.h #define lc_entry(ptr, type, member) \
type              297 include/linux/lru_cache.h 	container_of(ptr, type, member)
type               62 include/linux/lsm_audit.h 	char type;
type             1481 include/linux/lsm_hooks.h 	int (*quotactl)(int cmds, int type, int id, struct super_block *sb);
type             1483 include/linux/lsm_hooks.h 	int (*syslog)(int type);
type             1504 include/linux/lsm_hooks.h 			const char *type, unsigned long flags, void *data);
type             1669 include/linux/lsm_hooks.h 				struct task_struct *target, long type,
type             1707 include/linux/lsm_hooks.h 	int (*socket_create)(int family, int type, int protocol, int kern);
type             1708 include/linux/lsm_hooks.h 	int (*socket_post_create)(struct socket *sock, int family, int type,
type               39 include/linux/mailbox/brcm-message.h 	enum brcm_message_type type;
type              137 include/linux/mcb.h 					 unsigned int type);
type              117 include/linux/memblock.h bool memblock_overlaps_region(struct memblock_type *type,
type              130 include/linux/memblock.h int memblock_add_range(struct memblock_type *type,
type              316 include/linux/memblock.h 		      struct memblock_type *type, int nid);
type              224 include/linux/memory_hotplug.h 			     unsigned long type);
type              113 include/linux/memremap.h 	enum memory_type type;
type               47 include/linux/memstick.h 	unsigned char type;
type              216 include/linux/memstick.h 	unsigned char type;
type              299 include/linux/mfd/88pm80x.h 	int type;
type              123 include/linux/mfd/arizona/core.h 	enum arizona_type type;
type               76 include/linux/mfd/da9063/core.h 	enum da9063_type type;
type               69 include/linux/mfd/kempld.h 	unsigned int type;
type               34 include/linux/mfd/lochnagar.h 	enum lochnagar_type type;
type              172 include/linux/mfd/madera/core.h 	enum madera_type type;
type              428 include/linux/mfd/max77686-private.h 	unsigned long type;
type               29 include/linux/mfd/max77693-common.h 	enum max77693_types type;
type              377 include/linux/mfd/max8997-private.h 	unsigned long type;
type              134 include/linux/mfd/max8997.h 	enum max8997_haptic_motor_type type;
type              153 include/linux/mfd/max8998-private.h 	unsigned long type;
type              546 include/linux/mfd/twl.h #define MSG_BROADCAST(devgrp, grp, type, type2, state) \
type              548 include/linux/mfd/twl.h 	| (type) << 4 | (state))
type              651 include/linux/mfd/twl.h 	u8 type;	/* Power resource addressed, 6 / broadcast message */
type              368 include/linux/mfd/wm831x/core.h 	enum wm831x_parent type;
type               56 include/linux/mfd/wm8994/core.h 	enum wm8994_type type;
type              706 include/linux/mlx4/device.h 	enum mlx4_mw_type	type;
type              912 include/linux/mlx4/device.h 	u8			type;
type             1027 include/linux/mlx4/device.h #define mlx4_foreach_port(port, dev, type)				\
type             1029 include/linux/mlx4/device.h 		if ((type) == (dev)->caps.port_mask[(port)])
type             1121 include/linux/mlx4/device.h int mlx4_mw_alloc(struct mlx4_dev *dev, u32 pd, enum mlx4_mw_type type,
type             1279 include/linux/mlx4/device.h 	u8 type;
type              112 include/linux/mlx5/cq.h 	int	type;
type              510 include/linux/mlx5/device.h 	u8		type;
type              578 include/linux/mlx5/device.h 	u8	type;
type              606 include/linux/mlx5/device.h 	u8	type;
type              714 include/linux/mlx5/device.h 	u8		type;
type              199 include/linux/mlx5/driver.h 	enum dbg_rsc_type	type;
type              377 include/linux/mlx5/driver.h 	u32			type;
type             1092 include/linux/mlx5/driver.h int mlx5_dm_sw_icm_alloc(struct mlx5_core_dev *dev, enum mlx5_sw_icm_type type,
type             1094 include/linux/mlx5/driver.h int mlx5_dm_sw_icm_dealloc(struct mlx5_core_dev *dev, enum mlx5_sw_icm_type type,
type               55 include/linux/mlx5/eq.h #define mlx5_nb_cof(ptr, type, member) \
type               56 include/linux/mlx5/eq.h 	(container_of(container_of(ptr, struct mlx5_nb, nb), type, member))
type              117 include/linux/mlx5/fs.h 	enum mlx5_flow_destination_type	type;
type              141 include/linux/mlx5/fs.h 			enum mlx5_flow_namespace_type type);
type              144 include/linux/mlx5/fs.h 				  enum mlx5_flow_namespace_type type,
type             2500 include/linux/mlx5/mlx5_ifc.h 	u8         type[0x8];
type             4223 include/linux/mlx5/mlx5_ifc.h 	u8         type[0x4];
type             9059 include/linux/mlx5/mlx5_ifc.h 	u8         type[0x8];
type              257 include/linux/mlx5/qp.h 			__be16 type;
type              608 include/linux/mlx5/qp.h static inline const char *mlx5_qp_type_str(int type)
type              610 include/linux/mlx5/qp.h 	switch (type) {
type              990 include/linux/mm.h 	switch (page->pgmap->type) {
type             1013 include/linux/mm.h 		page->pgmap->type == MEMORY_DEVICE_PRIVATE;
type             1021 include/linux/mm.h 		page->pgmap->type == MEMORY_DEVICE_PCI_P2PDMA;
type              248 include/linux/mmc/card.h 	unsigned int		type;		/* card type */
type              322 include/linux/mmc/card.h #define mmc_card_mmc(c)		((c)->type == MMC_TYPE_MMC)
type              323 include/linux/mmc/card.h #define mmc_card_sd(c)		((c)->type == MMC_TYPE_SD)
type              324 include/linux/mmc/card.h #define mmc_card_sdio(c)	((c)->type == MMC_TYPE_SDIO)
type               85 include/linux/mmzone.h #define for_each_migratetype_order(order, type) \
type               87 include/linux/mmzone.h 		for (type = 0; type < MIGRATE_TYPES; type++)
type              204 include/linux/mod_devicetable.h 	__u8 type; /* subchannel type */
type              237 include/linux/mod_devicetable.h 	__u8 type;
type              262 include/linux/mod_devicetable.h 	char	type[32];
type              269 include/linux/mod_devicetable.h 	char type[32];
type              649 include/linux/mod_devicetable.h 	__u8	type;
type              226 include/linux/module.h #define MODULE_DEVICE_TABLE(type, name)					\
type              227 include/linux/module.h extern typeof(name) __mod_##type##__##name##_device_table		\
type              230 include/linux/module.h #define MODULE_DEVICE_TABLE(type, name)
type              594 include/linux/module.h int module_get_kallsym(unsigned int symnum, unsigned long *value, char *type,
type              777 include/linux/module.h 					char *type, char *name,
type               29 include/linux/moduleparam.h   __MODULE_INFO(parmtype, name##type, #name ":" _type)
type              126 include/linux/moduleparam.h #define module_param(name, type, perm)				\
type              127 include/linux/moduleparam.h 	module_param_named(name, name, type, perm)
type              132 include/linux/moduleparam.h #define module_param_unsafe(name, type, perm)			\
type              133 include/linux/moduleparam.h 	module_param_named_unsafe(name, name, type, perm)
type              146 include/linux/moduleparam.h #define module_param_named(name, value, type, perm)			   \
type              147 include/linux/moduleparam.h 	param_check_##type(name, &(value));				   \
type              148 include/linux/moduleparam.h 	module_param_cb(name, &param_ops_##type, &value, perm);		   \
type              149 include/linux/moduleparam.h 	__MODULE_PARM_TYPE(name, #type)
type              154 include/linux/moduleparam.h #define module_param_named_unsafe(name, value, type, perm)		\
type              155 include/linux/moduleparam.h 	param_check_##type(name, &(value));				\
type              156 include/linux/moduleparam.h 	module_param_cb_unsafe(name, &param_ops_##type, &value, perm);	\
type              157 include/linux/moduleparam.h 	__MODULE_PARM_TYPE(name, #type)
type              260 include/linux/moduleparam.h #define core_param(name, var, type, perm)				\
type              261 include/linux/moduleparam.h 	param_check_##type(name, &(var));				\
type              262 include/linux/moduleparam.h 	__module_param_call("", name, &param_ops_##type, &var, perm, -1, 0)
type              267 include/linux/moduleparam.h #define core_param_unsafe(name, var, type, perm)		\
type              268 include/linux/moduleparam.h 	param_check_##type(name, &(var));				\
type              269 include/linux/moduleparam.h 	__module_param_call("", name, &param_ops_##type, &var, perm,	\
type              336 include/linux/moduleparam.h #define __param_check(name, p, type) \
type              337 include/linux/moduleparam.h 	static inline type __always_unused *__check_##name(void) { return(p); }
type              421 include/linux/moduleparam.h #define module_param_array(name, type, nump, perm)		\
type              422 include/linux/moduleparam.h 	module_param_array_named(name, name, type, nump, perm)
type              435 include/linux/moduleparam.h #define module_param_array_named(name, array, type, nump, perm)		\
type              436 include/linux/moduleparam.h 	param_check_##type(name, &(array)[0]);				\
type              439 include/linux/moduleparam.h 	    .ops = &param_ops_##type,					\
type              445 include/linux/moduleparam.h 	__MODULE_PARM_TYPE(name, "array of " #type)
type              469 include/linux/moduleparam.h #define module_param_hw_named(name, value, type, hwtype, perm)		\
type              470 include/linux/moduleparam.h 	param_check_##type(name, &(value));				\
type              472 include/linux/moduleparam.h 			    &param_ops_##type, &value,			\
type              475 include/linux/moduleparam.h 	__MODULE_PARM_TYPE(name, #type)
type              477 include/linux/moduleparam.h #define module_param_hw(name, type, hwtype, perm)		\
type              478 include/linux/moduleparam.h 	module_param_hw_named(name, name, type, hwtype, perm)
type              494 include/linux/moduleparam.h #define module_param_hw_array(name, type, hwtype, nump, perm)		\
type              495 include/linux/moduleparam.h 	param_check_##type(name, &(name)[0]);				\
type              498 include/linux/moduleparam.h 	    .ops = &param_ops_##type,					\
type              505 include/linux/moduleparam.h 	__MODULE_PARM_TYPE(name, "array of " #type)
type               96 include/linux/mount.h extern struct vfsmount *vfs_kern_mount(struct file_system_type *type,
type              100 include/linux/mount.h 				     struct file_system_type *type,
type              202 include/linux/msi.h int arch_setup_msi_irqs(struct pci_dev *dev, int nvec, int type);
type              218 include/linux/msi.h 			  int nvec, int type);
type              304 include/linux/mtd/cfi.h 				int type, map_word *prev_val);
type              198 include/linux/mtd/mtd.h 	u_char type;
type              546 include/linux/mtd/mtd.h 	return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH;
type              135 include/linux/mtd/onfi.h 	u8 type;
type              498 include/linux/mtd/rawnand.h 	enum nand_data_interface_type type;
type              511 include/linux/mtd/rawnand.h 	if (conf->type != NAND_SDR_IFACE)
type              596 include/linux/mtd/rawnand.h 	enum nand_op_instr_type type;
type              629 include/linux/mtd/rawnand.h 		.type = NAND_OP_CMD_INSTR,				\
type              636 include/linux/mtd/rawnand.h 		.type = NAND_OP_ADDR_INSTR,				\
type              646 include/linux/mtd/rawnand.h 		.type = NAND_OP_DATA_IN_INSTR,				\
type              657 include/linux/mtd/rawnand.h 		.type = NAND_OP_DATA_OUT_INSTR,				\
type              668 include/linux/mtd/rawnand.h 		.type = NAND_OP_DATA_IN_INSTR,				\
type              679 include/linux/mtd/rawnand.h 		.type = NAND_OP_DATA_OUT_INSTR,				\
type              690 include/linux/mtd/rawnand.h 		.type = NAND_OP_WAITRDY_INSTR,				\
type              753 include/linux/mtd/rawnand.h 	enum nand_op_instr_type type;
type              763 include/linux/mtd/rawnand.h 		.type = NAND_OP_CMD_INSTR,			\
type              769 include/linux/mtd/rawnand.h 		.type = NAND_OP_ADDR_INSTR,			\
type              776 include/linux/mtd/rawnand.h 		.type = NAND_OP_DATA_IN_INSTR,			\
type              783 include/linux/mtd/rawnand.h 		.type = NAND_OP_DATA_OUT_INSTR,			\
type              790 include/linux/mtd/rawnand.h 		.type = NAND_OP_WAITRDY_INSTR,			\
type              881 include/linux/mtd/rawnand.h 	switch (instr->type) {
type             1211 include/linux/mtd/rawnand.h #define NAND_ECC_STRENGTH(type)		((type)->ecc.strength_ds)
type             1212 include/linux/mtd/rawnand.h #define NAND_ECC_STEP(type)		((type)->ecc.step_ds)
type               27 include/linux/nd.h 	unsigned long type;
type              167 include/linux/nd.h #define MODULE_ALIAS_ND_DEVICE(type) \
type              168 include/linux/nd.h 	MODULE_ALIAS("nd:t" __stringify(type) "*")
type              115 include/linux/net.h 	short			type;
type              207 include/linux/net.h #define DECLARE_SOCKADDR(type, dst, src)	\
type              208 include/linux/net.h 	type dst = ({ __sockaddr_check_size(sizeof(*dst)); (type) src; })
type              231 include/linux/net.h int __sock_create(struct net *net, int family, int type, int proto,
type              233 include/linux/net.h int sock_create(int family, int type, int proto, struct socket **res);
type              234 include/linux/net.h int sock_create_kern(struct net *net, int family, int type, int proto, struct socket **res);
type              235 include/linux/net.h int sock_create_lite(int family, int type, int proto, struct socket **res);
type              324 include/linux/net.h #define MODULE_ALIAS_NET_PF_PROTO_TYPE(pf, proto, type) \
type              326 include/linux/net.h 		     "-type-" __stringify(type))
type              206 include/linux/netdevice.h 	unsigned char		type;
type              267 include/linux/netdevice.h 			   unsigned short type, const void *daddr,
type              270 include/linux/netdevice.h 	int	(*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type);
type             1329 include/linux/netdevice.h 						enum tc_setup_type type,
type             1352 include/linux/netdevice.h 						    u64 *wwn, int type);
type             1880 include/linux/netdevice.h 	unsigned short		type;
type             2205 include/linux/netdevice.h #define SET_NETDEV_DEVTYPE(net, devtype)	((net)->dev.type = (devtype))
type             2356 include/linux/netdevice.h 	__be16			type;	/* This is really htons(ether_type). */
type             2381 include/linux/netdevice.h 	__be16			 type;	/* This is really htons(ether_type). */
type             2402 include/linux/netdevice.h #define __netdev_alloc_pcpu_stats(type, gfp)				\
type             2404 include/linux/netdevice.h 	typeof(type) __percpu *pcpu_stats = alloc_percpu_gfp(type, gfp);\
type             2408 include/linux/netdevice.h 			typeof(type) *stat;				\
type             2416 include/linux/netdevice.h #define netdev_alloc_pcpu_stats(type)					\
type             2417 include/linux/netdevice.h 	__netdev_alloc_pcpu_stats(type, GFP_KERNEL)
type             2609 include/linux/netdevice.h struct net_device *dev_getbyhwaddr_rcu(struct net *net, unsigned short type,
type             2611 include/linux/netdevice.h struct net_device *dev_getfirstbyhwtype(struct net *net, unsigned short type);
type             2612 include/linux/netdevice.h struct net_device *__dev_getfirstbyhwtype(struct net *net, unsigned short type);
type             2908 include/linux/netdevice.h 				  unsigned short type,
type             2915 include/linux/netdevice.h 	return dev->header_ops->create(skb, dev, type, daddr, saddr, len);
type             3639 include/linux/netdevice.h struct packet_offload *gro_find_receive_by_type(__be16 type);
type             3640 include/linux/netdevice.h struct packet_offload *gro_find_complete_by_type(__be16 type);
type             4799 include/linux/netdevice.h #define netif_printk(priv, type, level, dev, fmt, args...)	\
type             4801 include/linux/netdevice.h 	if (netif_msg_##type(priv))				\
type             4805 include/linux/netdevice.h #define netif_level(level, priv, type, dev, fmt, args...)	\
type             4807 include/linux/netdevice.h 	if (netif_msg_##type(priv))				\
type             4811 include/linux/netdevice.h #define netif_emerg(priv, type, dev, fmt, args...)		\
type             4812 include/linux/netdevice.h 	netif_level(emerg, priv, type, dev, fmt, ##args)
type             4813 include/linux/netdevice.h #define netif_alert(priv, type, dev, fmt, args...)		\
type             4814 include/linux/netdevice.h 	netif_level(alert, priv, type, dev, fmt, ##args)
type             4815 include/linux/netdevice.h #define netif_crit(priv, type, dev, fmt, args...)		\
type             4816 include/linux/netdevice.h 	netif_level(crit, priv, type, dev, fmt, ##args)
type             4817 include/linux/netdevice.h #define netif_err(priv, type, dev, fmt, args...)		\
type             4818 include/linux/netdevice.h 	netif_level(err, priv, type, dev, fmt, ##args)
type             4819 include/linux/netdevice.h #define netif_warn(priv, type, dev, fmt, args...)		\
type             4820 include/linux/netdevice.h 	netif_level(warn, priv, type, dev, fmt, ##args)
type             4821 include/linux/netdevice.h #define netif_notice(priv, type, dev, fmt, args...)		\
type             4822 include/linux/netdevice.h 	netif_level(notice, priv, type, dev, fmt, ##args)
type             4823 include/linux/netdevice.h #define netif_info(priv, type, dev, fmt, args...)		\
type             4824 include/linux/netdevice.h 	netif_level(info, priv, type, dev, fmt, ##args)
type             4827 include/linux/netdevice.h #define netif_dbg(priv, type, netdev, format, args...)		\
type             4829 include/linux/netdevice.h 	if (netif_msg_##type(priv))				\
type             4833 include/linux/netdevice.h #define netif_dbg(priv, type, dev, format, args...)		\
type             4834 include/linux/netdevice.h 	netif_printk(priv, type, KERN_DEBUG, dev, format, ##args)
type             4836 include/linux/netdevice.h #define netif_dbg(priv, type, dev, format, args...)			\
type             4839 include/linux/netdevice.h 		netif_printk(priv, type, KERN_DEBUG, dev, format, ##args); \
type             4845 include/linux/netdevice.h #define netif_cond_dbg(priv, type, netdev, cond, level, fmt, args...)     \
type             4848 include/linux/netdevice.h 			netif_dbg(priv, type, netdev, fmt, ##args);       \
type             4850 include/linux/netdevice.h 			netif_ ## level(priv, type, netdev, fmt, ##args); \
type             4856 include/linux/netdevice.h #define netif_vdbg(priv, type, dev, format, args...)		\
type             4859 include/linux/netdevice.h 		netif_printk(priv, type, KERN_DEBUG, dev, format, ##args); \
type               85 include/linux/netfilter/ipset/ip_set.h 	enum ip_set_extension type;
type              250 include/linux/netfilter/ipset/ip_set.h 	struct ip_set_type *type;
type              379 include/linux/netfilter/ipset/ip_set.h 	       (set->type->features & IPSET_TYPE_NOMATCH) &&
type              386 include/linux/netfilter/ipset/ip_set.h ip_set_attr_netorder(struct nlattr *tb[], int type)
type              388 include/linux/netfilter/ipset/ip_set.h 	return tb[type] && (tb[type]->nla_type & NLA_F_NET_BYTEORDER);
type              392 include/linux/netfilter/ipset/ip_set.h ip_set_optattr_netorder(struct nlattr *tb[], int type)
type              394 include/linux/netfilter/ipset/ip_set.h 	return !tb[type] || (tb[type]->nla_type & NLA_F_NET_BYTEORDER);
type              410 include/linux/netfilter/ipset/ip_set.h static inline int nla_put_ipaddr4(struct sk_buff *skb, int type, __be32 ipaddr)
type              412 include/linux/netfilter/ipset/ip_set.h 	struct nlattr *__nested = nla_nest_start(skb, type);
type              423 include/linux/netfilter/ipset/ip_set.h static inline int nla_put_ipaddr6(struct sk_buff *skb, int type,
type              426 include/linux/netfilter/ipset/ip_set.h 	struct nlattr *__nested = nla_nest_start(skb, type);
type               31 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              212 include/linux/netlink.h __nlmsg_put(struct sk_buff *skb, u32 portid, u32 seq, int type, int len, int flags);
type               28 include/linux/nfs4.h 	uint32_t	type;
type               72 include/linux/nfs4.h 	} type;
type              250 include/linux/nfs_xdr.h 	__u32 type;
type              265 include/linux/nfs_xdr.h 	__u32 type;
type              915 include/linux/nfs_xdr.h 	enum nfs3_ftype		type;
type              522 include/linux/nodemask.h #define NODEMASK_ALLOC(type, name, gfp_flags)	\
type              523 include/linux/nodemask.h 			type *name = kmalloc(sizeof(*name), gfp_flags)
type              526 include/linux/nodemask.h #define NODEMASK_ALLOC(type, name, gfp_flags)	type _##name, *name = &_##name
type               30 include/linux/nubus.h 	unsigned char type;
type               73 include/linux/nubus.h 	unsigned short type;
type               64 include/linux/nvme-tcp.h 	__u8	type;
type              515 include/linux/nvme.h 	__u8			type;
type              630 include/linux/nvme.h 	__u8	type;
type              637 include/linux/nvme.h 	__u8	type;
type             1062 include/linux/nvme.h #define nvme_fabrics_type_name(type)   { type, #type }
type             1063 include/linux/nvme.h #define show_fabrics_type_name(type)					\
type             1064 include/linux/nvme.h 	__print_symbolic(type,						\
type               63 include/linux/nvmem-provider.h 	enum nvmem_type		type;
type              270 include/linux/of.h 	const char *type);
type              272 include/linux/of.h 	const char *type, const char *compat);
type              597 include/linux/of.h 	const char *type)
type              700 include/linux/of.h 						const char *type,
type             1027 include/linux/of.h static inline bool of_node_is_type(const struct device_node *np, const char *type)
type             1031 include/linux/of.h 	return np && match && type && !strcmp(match, type);
type             1231 include/linux/of.h #define for_each_node_by_type(dn, type) \
type             1232 include/linux/of.h 	for (dn = of_find_node_by_type(NULL, type); dn; \
type             1233 include/linux/of.h 	     dn = of_find_node_by_type(dn, type))
type             1234 include/linux/of.h #define for_each_compatible_node(dn, type, compatible) \
type             1235 include/linux/of.h 	for (dn = of_find_compatible_node(NULL, type, compatible); dn; \
type             1236 include/linux/of.h 	     dn = of_find_compatible_node(dn, type, compatible))
type              266 include/linux/omap-dma.h 	u8	type;
type               34 include/linux/overflow.h #define is_signed_type(type)       (((type)(-1)) < (type)1)
type               35 include/linux/overflow.h #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type)))
type               59 include/linux/pci-epc.h 			     enum pci_epc_irq_type type, u16 interrupt_num);
type              174 include/linux/pci-epc.h 		      enum pci_epc_irq_type type, u16 interrupt_num);
type             1029 include/linux/pci.h void pcibios_setup_bridge(struct pci_bus *bus, unsigned long type);
type             1278 include/linux/pci.h int pci_reassign_bridge_resources(struct pci_dev *bridge, unsigned long type);
type             1395 include/linux/pci.h 					 unsigned long type);
type               86 include/linux/percpu-defs.h #define DECLARE_PER_CPU_SECTION(type, name, sec)			\
type               88 include/linux/percpu-defs.h 	extern __PCPU_ATTRS(sec) __typeof__(type) name
type               90 include/linux/percpu-defs.h #define DEFINE_PER_CPU_SECTION(type, name, sec)				\
type               94 include/linux/percpu-defs.h 	extern __PCPU_ATTRS(sec) __typeof__(type) name;			\
type               95 include/linux/percpu-defs.h 	__PCPU_ATTRS(sec) __weak __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              104 include/linux/percpu-defs.h 	__PCPU_ATTRS(sec) __typeof__(type) name
type              111 include/linux/percpu-defs.h #define DECLARE_PER_CPU(type, name)					\
type              112 include/linux/percpu-defs.h 	DECLARE_PER_CPU_SECTION(type, name, "")
type              114 include/linux/percpu-defs.h #define DEFINE_PER_CPU(type, name)					\
type              115 include/linux/percpu-defs.h 	DEFINE_PER_CPU_SECTION(type, name, "")
type              121 include/linux/percpu-defs.h #define DECLARE_PER_CPU_FIRST(type, name)				\
type              122 include/linux/percpu-defs.h 	DECLARE_PER_CPU_SECTION(type, name, PER_CPU_FIRST_SECTION)
type              124 include/linux/percpu-defs.h #define DEFINE_PER_CPU_FIRST(type, name)				\
type              125 include/linux/percpu-defs.h 	DEFINE_PER_CPU_SECTION(type, name, PER_CPU_FIRST_SECTION)
type              138 include/linux/percpu-defs.h #define DECLARE_PER_CPU_SHARED_ALIGNED(type, name)			\
type              139 include/linux/percpu-defs.h 	DECLARE_PER_CPU_SECTION(type, name, PER_CPU_SHARED_ALIGNED_SECTION) \
type              142 include/linux/percpu-defs.h #define DEFINE_PER_CPU_SHARED_ALIGNED(type, name)			\
type              143 include/linux/percpu-defs.h 	DEFINE_PER_CPU_SECTION(type, name, PER_CPU_SHARED_ALIGNED_SECTION) \
type              146 include/linux/percpu-defs.h #define DECLARE_PER_CPU_ALIGNED(type, name)				\
type              147 include/linux/percpu-defs.h 	DECLARE_PER_CPU_SECTION(type, name, PER_CPU_ALIGNED_SECTION)	\
type              150 include/linux/percpu-defs.h #define DEFINE_PER_CPU_ALIGNED(type, name)				\
type              151 include/linux/percpu-defs.h 	DEFINE_PER_CPU_SECTION(type, name, PER_CPU_ALIGNED_SECTION)	\
type              157 include/linux/percpu-defs.h #define DECLARE_PER_CPU_PAGE_ALIGNED(type, name)			\
type              158 include/linux/percpu-defs.h 	DECLARE_PER_CPU_SECTION(type, name, "..page_aligned")		\
type              161 include/linux/percpu-defs.h #define DEFINE_PER_CPU_PAGE_ALIGNED(type, name)				\
type              162 include/linux/percpu-defs.h 	DEFINE_PER_CPU_SECTION(type, name, "..page_aligned")		\
type              168 include/linux/percpu-defs.h #define DECLARE_PER_CPU_READ_MOSTLY(type, name)			\
type              169 include/linux/percpu-defs.h 	DECLARE_PER_CPU_SECTION(type, name, "..read_mostly")
type              171 include/linux/percpu-defs.h #define DEFINE_PER_CPU_READ_MOSTLY(type, name)				\
type              172 include/linux/percpu-defs.h 	DEFINE_PER_CPU_SECTION(type, name, "..read_mostly")
type              179 include/linux/percpu-defs.h #define DECLARE_PER_CPU_DECRYPTED(type, name)				\
type              180 include/linux/percpu-defs.h 	DECLARE_PER_CPU_SECTION(type, name, "..decrypted")
type              182 include/linux/percpu-defs.h #define DEFINE_PER_CPU_DECRYPTED(type, name)				\
type              183 include/linux/percpu-defs.h 	DEFINE_PER_CPU_SECTION(type, name, "..decrypted")
type              185 include/linux/percpu-defs.h #define DEFINE_PER_CPU_DECRYPTED(type, name)	DEFINE_PER_CPU(type, name)
type              139 include/linux/percpu.h #define alloc_percpu_gfp(type, gfp)					\
type              140 include/linux/percpu.h 	(typeof(type) __percpu *)__alloc_percpu_gfp(sizeof(type),	\
type              141 include/linux/percpu.h 						__alignof__(type), gfp)
type              142 include/linux/percpu.h #define alloc_percpu(type)						\
type              143 include/linux/percpu.h 	(typeof(type) __percpu *)__alloc_percpu(sizeof(type),		\
type              144 include/linux/percpu.h 						__alignof__(type))
type              262 include/linux/perf_event.h 	int				type;
type              889 include/linux/perf_event.h extern int perf_pmu_register(struct pmu *pmu, const char *name, int type);
type              949 include/linux/perf_event.h 	u64				type;
type             1175 include/linux/perf_event.h 				 enum perf_bpf_event_type type,
type             1403 include/linux/perf_event.h 					enum perf_bpf_event_type type,
type              558 include/linux/phy.h 	bool (*rxtstamp)(struct phy_device *dev, struct sk_buff *skb, int type);
type              566 include/linux/phy.h 	void (*txtstamp)(struct phy_device *dev, struct sk_buff *skb, int type);
type               31 include/linux/phy/omap_control_phy.h 	enum omap_control_phy_type type;
type               39 include/linux/phy/omap_usb.h 	enum omap_usb_phy_type	type;
type               69 include/linux/phylink.h 	enum phylink_op_type type;
type               90 include/linux/pid.h extern struct pid *get_task_pid(struct task_struct *task, enum pid_type type);
type              178 include/linux/pid.h #define do_each_pid_task(pid, type, task)				\
type              182 include/linux/pid.h 				&(pid)->tasks[type], pid_links[type]) {
type              188 include/linux/pid.h #define while_each_pid_task(pid, type, task)				\
type              189 include/linux/pid.h 				if (type == PIDTYPE_PID)		\
type              194 include/linux/pid.h #define do_each_pid_thread(pid, type, task)				\
type              195 include/linux/pid.h 	do_each_pid_task(pid, type, task) {				\
type              199 include/linux/pid.h #define while_each_pid_thread(pid, type, task)				\
type              202 include/linux/pid.h 	} while_each_pid_task(pid, type, task)
type               56 include/linux/pim.h 	__u8	type;
type               63 include/linux/pim.h 	__u8	type;
type               83 include/linux/pim.h 	return pimhdr->type >> 4;
type               88 include/linux/pim.h 	return pimhdr->type & 0xf;
type               70 include/linux/pinctrl/machine.h 	enum pinctrl_map_type type;
type               84 include/linux/pinctrl/machine.h 		.type = PIN_MAP_TYPE_DUMMY_STATE,			\
type               91 include/linux/pinctrl/machine.h 		.type = PIN_MAP_TYPE_MUX_GROUP,				\
type              112 include/linux/pinctrl/machine.h 		.type = PIN_MAP_TYPE_CONFIGS_PIN,			\
type              134 include/linux/pinctrl/machine.h 		.type = PIN_MAP_TYPE_CONFIGS_GROUP,			\
type              187 include/linux/pinctrl/pinconf-generic.h 		enum pinctrl_map_type type);
type              190 include/linux/pinctrl/pinconf-generic.h 		unsigned *num_maps, enum pinctrl_map_type type);
type              175 include/linux/pktcdvd.h 	__u8			type;
type               21 include/linux/platform_data/asoc-imx-ssi.h extern int mxc_set_irq_fiq(unsigned int irq, unsigned int type);
type               47 include/linux/platform_data/asoc-s3c.h 	struct samsung_i2s_type type;
type             2681 include/linux/platform_data/cros_ec_commands.h 			uint8_t type;
type             2693 include/linux/platform_data/cros_ec_commands.h 			uint8_t type;
type             4821 include/linux/platform_data/cros_ec_commands.h 	uint8_t type;
type             4910 include/linux/platform_data/cros_ec_commands.h 	uint8_t type;       /* event type : see PD_EVENT_xx below */
type             5026 include/linux/platform_data/cros_ec_commands.h 	uint8_t type; /* event type : see PD_EVENT_xx above */
type             5589 include/linux/platform_data/cros_ec_commands.h 	char type[EC_COMM_TEXT_MAX];
type               56 include/linux/platform_data/emif_plat.h 	u32	type;
type               24 include/linux/platform_data/intel-spi.h 	enum intel_spi_type type;
type               33 include/linux/platform_data/s3c-hsotg.h 	int (*phy_init)(struct platform_device *pdev, int type);
type               34 include/linux/platform_data/s3c-hsotg.h 	int (*phy_exit)(struct platform_device *pdev, int type);
type               85 include/linux/platform_data/ti-sysc.h 	const enum ti_sysc_module_type type;
type              106 include/linux/platform_data/wilco-ec.h 	enum wilco_ec_msg_type type;
type              233 include/linux/plist.h # define plist_first_entry(head, type, member)	\
type              236 include/linux/plist.h 	container_of(plist_first(head), type, member); \
type              239 include/linux/plist.h # define plist_first_entry(head, type, member)	\
type              240 include/linux/plist.h 	container_of(plist_first(head), type, member)
type              250 include/linux/plist.h # define plist_last_entry(head, type, member)	\
type              253 include/linux/plist.h 	container_of(plist_last(head), type, member); \
type              256 include/linux/plist.h # define plist_last_entry(head, type, member)	\
type              257 include/linux/plist.h 	container_of(plist_last(head), type, member)
type               59 include/linux/pm_qos.h 	enum dev_pm_qos_req_type type;
type               84 include/linux/pm_qos.h 	enum pm_qos_type type;
type              137 include/linux/pm_qos.h s32 dev_pm_qos_read_value(struct device *dev, enum dev_pm_qos_req_type type);
type              139 include/linux/pm_qos.h 			   enum dev_pm_qos_req_type type, s32 value);
type              144 include/linux/pm_qos.h 			    enum dev_pm_qos_req_type type);
type              147 include/linux/pm_qos.h 			       enum dev_pm_qos_req_type type);
type              152 include/linux/pm_qos.h 				    enum dev_pm_qos_req_type type, s32 value);
type              189 include/linux/pm_qos.h 					enum dev_pm_qos_req_type type)
type              191 include/linux/pm_qos.h 	switch (type) {
type              202 include/linux/pm_qos.h 					 enum dev_pm_qos_req_type type,
type              212 include/linux/pm_qos.h 					  enum dev_pm_qos_req_type type)
type              216 include/linux/pm_qos.h 					     enum dev_pm_qos_req_type type)
type              228 include/linux/pm_qos.h 						  enum dev_pm_qos_req_type type,
type              274 include/linux/pm_qos.h 	enum freq_qos_req_type type;
type              287 include/linux/pm_qos.h 			enum freq_qos_req_type type);
type              291 include/linux/pm_qos.h 			 enum freq_qos_req_type type, s32 value);
type              296 include/linux/pm_qos.h 			  enum freq_qos_req_type type,
type              299 include/linux/pm_qos.h 			     enum freq_qos_req_type type,
type               27 include/linux/pnp.h struct resource *pnp_get_resource(struct pnp_dev *dev, unsigned long type,
type               31 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               83 include/linux/posix_acl.h struct posix_acl *get_cached_acl(struct inode *inode, int type);
type               84 include/linux/posix_acl.h struct posix_acl *get_cached_acl_rcu(struct inode *inode, int type);
type               85 include/linux/posix_acl.h void set_cached_acl(struct inode *inode, int type, struct posix_acl *acl);
type               86 include/linux/posix_acl.h void forget_cached_acl(struct inode *inode, int type);
type              122 include/linux/posix_acl.h struct posix_acl *get_acl(struct inode *inode, int type);
type              253 include/linux/power/charger-manager.h 				enum cm_event_types type, char *msg);
type              256 include/linux/power/charger-manager.h 				enum cm_event_types type, char *msg) { }
type               23 include/linux/power/gpio-charger.h 	enum power_supply_type type;
type              225 include/linux/power_supply.h 	enum power_supply_type type;
type               11 include/linux/pr.h 			enum pr_type type, u32 flags);
type               13 include/linux/pr.h 			enum pr_type type);
type               15 include/linux/pr.h 			enum pr_type type, bool abort);
type               19 include/linux/proc_ns.h 	int type;
type               47 include/linux/profile.h void profile_tick(int type);
type               53 include/linux/profile.h void profile_hits(int type, void *ip, unsigned int nr_hits);
type               58 include/linux/profile.h static inline void profile_hit(int type, void *ip)
type               63 include/linux/profile.h 	if (unlikely(prof_on == type))
type               64 include/linux/profile.h 		profile_hits(type, ip, 1);
type               98 include/linux/profile.h static inline void profile_tick(int type)
type              103 include/linux/profile.h static inline void profile_hits(int type, void *ip, unsigned int nr_hits)
type              108 include/linux/profile.h static inline void profile_hit(int type, void *ip)
type              235 include/linux/property.h 	enum dev_prop_type type;
type              265 include/linux/property.h 	.type = DEV_PROP_##_Type_,					\
type              283 include/linux/property.h 	.type = DEV_PROP_STRING,				\
type              291 include/linux/property.h 	.type = DEV_PROP_##_Type_,				\
type              308 include/linux/property.h 	.type = DEV_PROP_STRING,			\
type               46 include/linux/pstore.h const char *pstore_type_to_name(enum pstore_type_id type);
type               71 include/linux/pstore.h 	enum pstore_type_id	type;
type               84 include/linux/pstore_ram.h 	enum pstore_type_id type;
type               21 include/linux/ptp_clock_kernel.h 	} type;
type              164 include/linux/ptp_clock_kernel.h 	int type;
type              218 include/linux/pxa2xx_ssp.h 	enum pxa_ssp_type type;
type               51 include/linux/qed/common_hsi.h #define HILO_GEN(hi, lo, type)		((((type)(hi)) << 32) + (lo))
type              230 include/linux/qed/eth_common.h 	u8 type;
type              254 include/linux/qed/eth_common.h 	u8 type;
type              266 include/linux/qed/eth_common.h 	u8 type;
type              282 include/linux/qed/eth_common.h 	u8 type;
type              318 include/linux/qed/eth_common.h 	u8 type;
type               92 include/linux/qed/fcoe_common.h 	u8 type;
type              161 include/linux/qed/qed_eth_if.h 	enum qed_filter_xcast_params_type type;
type              169 include/linux/qed/qed_eth_if.h 	enum qed_filter_xcast_params_type type;
type              188 include/linux/qed/qed_eth_if.h 	enum qed_filter_type type;
type              907 include/linux/qed/qed_if.h 				   enum qed_sb_type type);
type              912 include/linux/qed/qed_if.h 				      enum qed_sb_type type);
type             1010 include/linux/qed/qed_if.h 			     enum qed_nvm_images type, u8 *buf, u16 len);
type               74 include/linux/quota.h 	enum quota_type type;  /* USRQUOTA (uid) or GRPQUOTA (gid) or PRJQUOTA (projid) */
type               98 include/linux/quota.h 				    enum quota_type type, qid_t qid)
type              102 include/linux/quota.h 	kqid.type = type;
type              103 include/linux/quota.h 	switch (type) {
type              125 include/linux/quota.h static inline struct kqid make_kqid_invalid(enum quota_type type)
type              129 include/linux/quota.h 	kqid.type = type;
type              130 include/linux/quota.h 	switch (type) {
type              153 include/linux/quota.h 	kqid.type = USRQUOTA;
type              165 include/linux/quota.h 	kqid.type = GRPQUOTA;
type              177 include/linux/quota.h 	kqid.type = PRJQUOTA;
type              247 include/linux/quota.h extern void mark_info_dirty(struct super_block *sb, int type);
type              272 include/linux/quota.h static inline void dqstats_inc(unsigned int type)
type              274 include/linux/quota.h 	percpu_counter_inc(&dqstats.counter[type]);
type              277 include/linux/quota.h static inline void dqstats_dec(unsigned int type)
type              279 include/linux/quota.h 	percpu_counter_dec(&dqstats.counter[type]);
type              311 include/linux/quota.h 	int (*check_quota_file)(struct super_block *sb, int type);	/* Detect whether file is in our format */
type              312 include/linux/quota.h 	int (*read_file_info)(struct super_block *sb, int type);	/* Read main info about file - called on quotaon() */
type              313 include/linux/quota.h 	int (*write_file_info)(struct super_block *sb, int type);	/* Write main info about file */
type              314 include/linux/quota.h 	int (*free_file_info)(struct super_block *sb, int type);	/* Called on quotaoff() */
type              490 include/linux/quota.h static inline unsigned int dquot_state_flag(unsigned int flags, int type)
type              492 include/linux/quota.h 	return flags << type;
type              495 include/linux/quota.h static inline unsigned int dquot_generic_flag(unsigned int flags, int type)
type              497 include/linux/quota.h 	return (flags >> type) & DQUOT_STATE_FLAGS;
type               71 include/linux/quotaops.h struct dquot *dquot_alloc(struct super_block *sb, int type);
type               83 include/linux/quotaops.h int dquot_disable(struct super_block *sb, int type, unsigned int flags);
type               85 include/linux/quotaops.h static inline int dquot_suspend(struct super_block *sb, int type)
type               87 include/linux/quotaops.h 	return dquot_disable(sb, type, DQUOT_SUSPENDED);
type               89 include/linux/quotaops.h int dquot_resume(struct super_block *sb, int type);
type               94 include/linux/quotaops.h int dquot_commit_info(struct super_block *sb, int type);
type              100 include/linux/quotaops.h int dquot_enable(struct inode *inode, int type, int format_id,
type              102 include/linux/quotaops.h int dquot_quota_on(struct super_block *sb, int type, int format_id,
type              105 include/linux/quotaops.h  	int format_id, int type);
type              106 include/linux/quotaops.h int dquot_quota_off(struct super_block *sb, int type);
type              107 include/linux/quotaops.h int dquot_writeback_dquots(struct super_block *sb, int type);
type              108 include/linux/quotaops.h int dquot_quota_sync(struct super_block *sb, int type);
type              110 include/linux/quotaops.h int dquot_set_dqinfo(struct super_block *sb, int type, struct qc_info *ii);
type              121 include/linux/quotaops.h static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type)
type              123 include/linux/quotaops.h 	return sb_dqopt(sb)->info + type;
type              130 include/linux/quotaops.h static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type)
type              133 include/linux/quotaops.h 				dquot_state_flag(DQUOT_USAGE_ENABLED, type);
type              136 include/linux/quotaops.h static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type)
type              139 include/linux/quotaops.h 				dquot_state_flag(DQUOT_LIMITS_ENABLED, type);
type              142 include/linux/quotaops.h static inline bool sb_has_quota_suspended(struct super_block *sb, int type)
type              145 include/linux/quotaops.h 				dquot_state_flag(DQUOT_SUSPENDED, type);
type              154 include/linux/quotaops.h static inline bool sb_has_quota_loaded(struct super_block *sb, int type)
type              157 include/linux/quotaops.h 	return sb_has_quota_usage_enabled(sb, type);
type              165 include/linux/quotaops.h static inline bool sb_has_quota_active(struct super_block *sb, int type)
type              167 include/linux/quotaops.h 	return sb_has_quota_loaded(sb, type) &&
type              168 include/linux/quotaops.h 	       !sb_has_quota_suspended(sb, type);
type              179 include/linux/quotaops.h static inline int sb_has_quota_usage_enabled(struct super_block *sb, int type)
type              184 include/linux/quotaops.h static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type)
type              189 include/linux/quotaops.h static inline int sb_has_quota_suspended(struct super_block *sb, int type)
type              200 include/linux/quotaops.h static inline int sb_has_quota_loaded(struct super_block *sb, int type)
type              210 include/linux/quotaops.h static inline int sb_has_quota_active(struct super_block *sb, int type)
type              271 include/linux/quotaops.h static inline int dquot_disable(struct super_block *sb, int type,
type              277 include/linux/quotaops.h static inline int dquot_suspend(struct super_block *sb, int type)
type              282 include/linux/quotaops.h static inline int dquot_resume(struct super_block *sb, int type)
type              289 include/linux/quotaops.h static inline int dquot_writeback_dquots(struct super_block *sb, int type)
type              402 include/linux/quotaops.h unsigned int qtype_enforce_flag(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               34 include/linux/random.h extern void add_input_randomness(unsigned int type, unsigned int code,
type               38 include/linux/rbtree.h #define	rb_entry(ptr, type, member) container_of(ptr, type, member)
type               87 include/linux/rbtree.h #define rb_entry_safe(ptr, type, member) \
type               89 include/linux/rbtree.h 	   ____ptr ? rb_entry(____ptr, type, member) : NULL; \
type              295 include/linux/rculist.h #define list_entry_rcu(ptr, type, member) \
type              296 include/linux/rculist.h 	container_of(READ_ONCE(ptr), type, member)
type              331 include/linux/rculist.h #define list_first_or_null_rcu(ptr, type, member) \
type              335 include/linux/rculist.h 	likely(__ptr != __next) ? list_entry_rcu(__next, type, member) : NULL; \
type              350 include/linux/rculist.h #define list_next_or_null_rcu(head, ptr, type, member) \
type              355 include/linux/rculist.h 	likely(__next != __head) ? list_entry_rcu(__next, type, \
type              389 include/linux/rculist.h #define list_entry_lockless(ptr, type, member) \
type              390 include/linux/rculist.h 	container_of((typeof(ptr))READ_ONCE(ptr), type, member)
type             1139 include/linux/regmap.h 	struct regmap_irq_type type;
type              341 include/linux/regulator/driver.h 	enum regulator_type type;
type               75 include/linux/regulator/gpio-regulator.h 	enum regulator_type type;
type               89 include/linux/remoteproc.h 	u32 type;
type              613 include/linux/remoteproc.h void rproc_report_crash(struct rproc *rproc, enum rproc_crash_type type);
type               40 include/linux/restart_block.h 			enum timespec_type type;
type               81 include/linux/rfkill.h 					  const enum rfkill_type type,
type              229 include/linux/rfkill.h 	     const enum rfkill_type type,
type               53 include/linux/rtc/m48t59.h 	int type; /* RTC model */
type               21 include/linux/rtnetlink.h void rtmsg_ifinfo(int type, struct net_device *dev, unsigned change, gfp_t flags);
type               22 include/linux/rtnetlink.h void rtmsg_ifinfo_newnet(int type, struct net_device *dev, unsigned int change,
type               24 include/linux/rtnetlink.h struct sk_buff *rtmsg_ifinfo_build_skb(int type, struct net_device *dev,
type             1304 include/linux/sched.h pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, struct pid_namespace *ns);
type              594 include/linux/sched/signal.h struct pid *task_pid_type(struct task_struct *task, enum pid_type type)
type              597 include/linux/sched/signal.h 	if (type == PIDTYPE_PID)
type              600 include/linux/sched/signal.h 		pid = task->signal->pids[type];
type              192 include/linux/sched/topology.h # define SD_INIT_NAME(type)		.name = #type
type              194 include/linux/sched/topology.h # define SD_INIT_NAME(type)
type              133 include/linux/scmi_protocol.h #define SCMI_POWER_STATE_PARAM(type, id) \
type              134 include/linux/scmi_protocol.h 	((((type) & BIT(0)) << SCMI_POWER_STATE_TYPE_SHIFT) | \
type              146 include/linux/scmi_protocol.h 	u8 type;
type               59 include/linux/sctp.h 	__u8 type;
type              155 include/linux/sctp.h 	__be16 type;
type              273 include/linux/security.h int security_quotactl(int cmds, int type, int id, struct super_block *sb);
type              275 include/linux/security.h int security_syslog(int type);
type              293 include/linux/security.h 		      const char *type, unsigned long flags, void *data);
type              421 include/linux/security.h 			      struct task_struct *target, long type, int mode);
type              544 include/linux/security.h static inline int security_quotactl(int cmds, int type, int id,
type              555 include/linux/security.h static inline int security_syslog(int type)
type              637 include/linux/security.h 				    const char *type, unsigned long flags,
type             1158 include/linux/security.h 					    long type, int mode)
type             1281 include/linux/security.h int security_socket_create(int family, int type, int protocol, int kern);
type             1283 include/linux/security.h 				int type, int protocol, int kern);
type             1342 include/linux/security.h static inline int security_socket_create(int family, int type,
type             1350 include/linux/security.h 					      int type,
type               29 include/linux/serial_8250.h 	unsigned int	type;		/* If UPF_FIXED_TYPE */
type               61 include/linux/serial_core.h 	const char	*(*type)(struct uart_port *);
type              239 include/linux/serial_core.h 	unsigned int		type;			/* port type */
type               52 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               77 include/linux/shmem_fs.h extern int shmem_unuse(unsigned int type, bool frontswap,
type              271 include/linux/signal.h 				struct task_struct *p, enum pid_type type);
type              273 include/linux/signal.h 			       struct task_struct *p, enum pid_type type);
type               14 include/linux/siox.h 	const char *type;
type             1224 include/linux/skbuff.h skb_set_hash(struct sk_buff *skb, __u32 hash, enum pkt_hash_types type)
type             1227 include/linux/skbuff.h 	__skb_set_hash(skb, hash, false, type == PKT_HASH_TYPE_L4);
type               26 include/linux/soc/qcom/qmi.h 	u8 type;
type              188 include/linux/soc/qcom/qmi.h 	unsigned int type;
type              259 include/linux/soc/qcom/qmi.h void *qmi_encode_message(int type, unsigned int msg_id, size_t *len,
type              354 include/linux/socket.h extern int put_cmsg(struct msghdr*, int level, int type, int len, void *data);
type              397 include/linux/socket.h extern int __sys_socket(int family, int type, int protocol);
type              406 include/linux/socket.h extern int __sys_socketpair(int family, int type, int protocol,
type              299 include/linux/soundwire/sdw.h 	enum sdw_dpn_type type;
type              797 include/linux/soundwire/sdw.h 	enum sdw_stream_type type;
type              850 include/linux/soundwire/sdw.h 	enum sdw_stream_type type;
type               27 include/linux/spi/flash.h 	char		*type;
type              200 include/linux/ssb/ssb.h 	u16 type;
type              385 include/linux/sunrpc/xprt.h int			xprt_register_transport(struct xprt_class *type);
type              386 include/linux/sunrpc/xprt.h int			xprt_unregister_transport(struct xprt_class *type);
type               33 include/linux/svga.h 	u32 type;
type              239 include/linux/swap.h 	signed char	type;		/* strange name for an index */
type              473 include/linux/swap.h extern int init_swap_address_space(unsigned int type, unsigned long nr_pages);
type              474 include/linux/swap.h extern void exit_swap_address_space(unsigned int type);
type               14 include/linux/swap_cgroup.h extern int swap_cgroup_swapon(int type, unsigned long max_pages);
type               15 include/linux/swap_cgroup.h extern void swap_cgroup_swapoff(int type);
type               33 include/linux/swap_cgroup.h swap_cgroup_swapon(int type, unsigned long max_pages)
type               38 include/linux/swap_cgroup.h static inline void swap_cgroup_swapoff(int type)
type               29 include/linux/swapops.h static inline swp_entry_t swp_entry(unsigned long type, pgoff_t offset)
type               33 include/linux/swapops.h 	ret.val = (type << SWP_TYPE_SHIFT) | (offset & SWP_OFFSET_MASK);
type              109 include/linux/swapops.h 	int type = swp_type(entry);
type              110 include/linux/swapops.h 	return type == SWP_DEVICE_READ || type == SWP_DEVICE_WRITE;
type              408 include/linux/syscalls.h 				char __user *type, unsigned long flags,
type              646 include/linux/syscalls.h asmlinkage long sys_syslog(int type, char __user *buf, int len);
type              949 include/linux/syscalls.h asmlinkage long sys_kcmp(pid_t pid1, pid_t pid2, int type,
type             1235 include/linux/syscalls.h 	       const char __user *type, unsigned long flags, void __user *data);
type               37 include/linux/syslog.h int do_syslog(int type, char __user *buf, int count, int source);
type               19 include/linux/tca6416_keypad.h 	int type;		/* input event type (EV_KEY, EV_SW) */
type               44 include/linux/textsearch_fsm.h 	__u16		type;
type              132 include/linux/thermal.h 	char type[THERMAL_NAME_LENGTH];
type              193 include/linux/thermal.h 	char type[THERMAL_NAME_LENGTH];
type              373 include/linux/thermal.h 	enum thermal_trip_type type;
type              453 include/linux/thermal.h 				char *type, void *devdata,
type              480 include/linux/thermal.h 	const char *type, int trips, int mask, void *devdata,
type              504 include/linux/thermal.h thermal_cooling_device_register(char *type, void *devdata,
type              509 include/linux/thermal.h 	char *type, void *devdata, const struct thermal_cooling_device_ops *ops)
type              514 include/linux/thermal.h 				char *type, void *devdata,
type              132 include/linux/thunderbolt.h 	enum tb_property_type type;
type              158 include/linux/thunderbolt.h 			const char *key, enum tb_property_type type);
type              292 include/linux/thunderbolt.h 	return dev->type == &tb_xdomain_type;
type              303 include/linux/thunderbolt.h 			size_t size, enum tb_cfg_pkg_type type);
type              377 include/linux/thunderbolt.h 	return dev->type == &tb_service_type;
type               58 include/linux/ti_wilink_st.h 	enum proto_type type;
type              306 include/linux/ti_wilink_st.h 	u16 type;
type               83 include/linux/tifm.h 	unsigned char type;
type               90 include/linux/tifm.h 	unsigned char type;
type              138 include/linux/tifm.h 				   unsigned char type);
type               26 include/linux/torture.h #define torture_param(type, name, init, msg) \
type               27 include/linux/torture.h 	static type name = init; \
type               28 include/linux/torture.h 	module_param(name, type, 0444); \
type               61 include/linux/trace_events.h 	unsigned short		type;
type               68 include/linux/trace_events.h 	((1 << (sizeof(((struct trace_entry *)0)->type) * 8)) - 1)
type              542 include/linux/trace_events.h extern int trace_define_field(struct trace_event_call *call, const char *type,
type              549 include/linux/trace_events.h #define is_signed_type(type)	(((type)(-1)) < (type)1)
type              602 include/linux/trace_events.h void perf_trace_buf_update(void *record, u16 type);
type              638 include/linux/trace_events.h perf_trace_buf_submit(void *raw_data, int size, int rctx, u16 type,
type              642 include/linux/trace_events.h 	perf_tp_event(type, count, raw_data, size, regs, head, rctx, task);
type              313 include/linux/tty_driver.h 	short	type;		/* type of tty driver */
type                9 include/linux/typecheck.h #define typecheck(type,x) \
type               10 include/linux/typecheck.h ({	type __dummy; \
type               20 include/linux/typecheck.h #define typecheck_fn(type,function) \
type               21 include/linux/typecheck.h ({	typeof(type) __tmp = function; \
type               36 include/linux/uio.h 	unsigned int type;
type               56 include/linux/uio.h 	return i->type & ~(READ | WRITE);
type               86 include/linux/uio.h 	return i->type & (READ | WRITE);
type              270 include/linux/uio.h ssize_t import_iovec(int type, const struct iovec __user * uvector,
type              276 include/linux/uio.h ssize_t compat_import_iovec(int type, const struct compat_iovec __user * uvector,
type              281 include/linux/uio.h int import_single_range(int type, void __user *buf, size_t len,
type              408 include/linux/usb.h 	unsigned char type, void **ptr, size_t min);
type              409 include/linux/usb.h #define usb_get_extra_descriptor(ifpoint, type, ptr) \
type              412 include/linux/usb.h 				type, (void **)ptr, sizeof(**(ptr)))
type             1796 include/linux/usb.h 	int recip, int type, int target, void *data);
type               30 include/linux/usb/audio.h 	u8 type;
type               41 include/linux/usb/audio.h 	u8 type;
type               75 include/linux/usb/composite.h 	u8			type;
type              591 include/linux/usb/hcd.h #define HUB_CLASS_REQ(dir, type, request) ((((dir) | (type)) << 8) | (request))
type               89 include/linux/usb/pd.h #define PD_HEADER(type, pwr, data, rev, id, cnt, ext_hdr)		\
type               90 include/linux/usb/pd.h 	((((type) & PD_HEADER_TYPE_MASK) << PD_HEADER_TYPE_SHIFT) |	\
type               98 include/linux/usb/pd.h #define PD_HEADER_LE(type, pwr, data, rev, id, cnt) \
type               99 include/linux/usb/pd.h 	cpu_to_le16(PD_HEADER((type), (pwr), (data), (rev), (id), (cnt), (0)))
type               31 include/linux/usb/pd_vdo.h #define VDO(vid, type, custom)				\
type               33 include/linux/usb/pd_vdo.h 	 ((type) << 15) |				\
type               93 include/linux/usb/phy.h 	enum usb_phy_type	type;
type              161 include/linux/usb/phy.h extern int usb_add_phy(struct usb_phy *, enum usb_phy_type type);
type              218 include/linux/usb/phy.h extern struct usb_phy *usb_get_phy(enum usb_phy_type type);
type              220 include/linux/usb/phy.h 	enum usb_phy_type type);
type              235 include/linux/usb/phy.h static inline struct usb_phy *usb_get_phy(enum usb_phy_type type)
type              241 include/linux/usb/phy.h 	enum usb_phy_type type)
type              350 include/linux/usb/phy.h static inline const char *usb_phy_type_string(enum usb_phy_type type)
type              352 include/linux/usb/phy.h 	switch (type) {
type              109 include/linux/usb/renesas_usbhs.h 	u8 type;	/* USB_ENDPOINT_XFER_xxx */
type              115 include/linux/usb/renesas_usbhs.h 			.type = (_type),		\
type              149 include/linux/usb/serial.h 	struct usb_serial_driver	*type;
type               79 include/linux/usb/tcpm.h 	enum typec_port_type type;
type              145 include/linux/usb/tcpm.h 	int (*pd_transmit)(struct tcpc_dev *dev, enum tcpm_transmit_type type,
type              150 include/linux/usb/typec.h 	enum typec_plug_type	type;
type              191 include/linux/usb/typec.h 	enum typec_port_type	type;
type                9 include/linux/usb/usb_phy_generic.h 	enum usb_phy_type type;
type               60 include/linux/usbdevice_fs.h 	unsigned char type;
type              103 include/linux/user_namespace.h struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, enum ucount_type type);
type              104 include/linux/user_namespace.h void dec_ucount(struct ucounts *ucounts, enum ucount_type type);
type              123 include/linux/vfio.h 				  enum vfio_notify_type type,
type              127 include/linux/vfio.h 				    enum vfio_notify_type type,
type               41 include/linux/via-core.h 	enum via_port_type	type;
type               66 include/linux/virtio_vsock.h 	u16 type;
type               84 include/linux/virtio_vsock.h 				int type);
type               74 include/linux/vme.h 	u32 type;
type               79 include/linux/vme.h 	enum vme_resource_type type;
type               40 include/linux/zpool.h bool zpool_has_pool(char *type);
type               42 include/linux/zpool.h struct zpool *zpool_create_pool(const char *type, const char *name,
type               84 include/linux/zpool.h 	char *type;
type              171 include/media/cec.h 	__u32 type;
type               22 include/media/davinci/vpbe_venc.h 	int (*setup_clock)(enum vpbe_enc_timings_type type,
type              100 include/media/demux.h 		   int type,
type              141 include/media/dmxdev.h 	enum dmxdev_type type;
type              182 include/media/drv-intf/saa7146_vv.h int saa7146_register_device(struct video_device *vid, struct saa7146_dev *dev, char *name, int type);
type               88 include/media/dvb_demux.h 	enum dvb_dmx_filter_type type;
type              143 include/media/dvb_demux.h 	enum dvb_dmx_filter_type type;
type              161 include/media/dvbdev.h 	enum dvb_device_type type;
type              228 include/media/dvbdev.h 			enum dvb_device_type type,
type               47 include/media/i2c/ir-kbd-i2c.h 	u64			type; /* RC_PROTO_BIT_RC5, etc */
type              338 include/media/media-entity.h 	u32				type;
type              393 include/media/media-entity.h static inline u32 media_gobj_gen_id(enum media_gobj_type type, u64 local_id)
type              397 include/media/media-entity.h 	id = type << MEDIA_BITS_PER_ID;
type              613 include/media/media-entity.h 		    enum media_gobj_type type,
type             1002 include/media/media-entity.h 				  u32 type, u32 flags,
type              146 include/media/tuner-types.h 	enum param_type type;
type              219 include/media/tuner.h 	unsigned int	type;
type              212 include/media/v4l2-common.h const unsigned short *v4l2_i2c_tuner_addrs(enum v4l2_i2c_tuner_type type);
type              255 include/media/v4l2-common.h v4l2_i2c_tuner_addrs(enum v4l2_i2c_tuner_type type)
type              236 include/media/v4l2-ctrls.h 	enum v4l2_ctrl_type type;
type              383 include/media/v4l2-ctrls.h 	enum v4l2_ctrl_type type;
type              423 include/media/v4l2-ctrls.h void v4l2_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type,
type              352 include/media/v4l2-dev.h 					 enum vfl_devnode_type type,
type              374 include/media/v4l2-dev.h 						     enum vfl_devnode_type type,
type              377 include/media/v4l2-dev.h 	return __video_register_device(vdev, type, nr, 1, vdev->fops->owner);
type              402 include/media/v4l2-dev.h 			      enum vfl_devnode_type type, int nr)
type              404 include/media/v4l2-dev.h 	return __video_register_device(vdev, type, nr, 0, vdev->fops->owner);
type               72 include/media/v4l2-event.h 	u32			type;
type               98 include/media/v4l2-mediabus.h 	enum v4l2_mbus_type type;
type              133 include/media/v4l2-mem2mem.h 				       enum v4l2_buf_type type);
type              267 include/media/v4l2-mem2mem.h 		      enum v4l2_buf_type type);
type              277 include/media/v4l2-mem2mem.h 		       enum v4l2_buf_type type);
type              668 include/media/v4l2-mem2mem.h 				enum v4l2_buf_type type);
type              670 include/media/v4l2-mem2mem.h 				enum v4l2_buf_type type);
type               56 include/media/v4l2-subdev.h 	u32 type;
type              274 include/media/v4l2-subdev.h 	int (*s_type_addr)(struct v4l2_subdev *sd, struct tuner_setup *type);
type              140 include/media/videobuf-core.h 	enum v4l2_buf_type         type;
type              189 include/media/videobuf-core.h 			 enum v4l2_buf_type type,
type               20 include/media/videobuf-dma-contig.h 				    enum v4l2_buf_type type,
type               95 include/media/videobuf-dma-sg.h 			 enum v4l2_buf_type type,
type               33 include/media/videobuf-vmalloc.h 			 enum v4l2_buf_type type,
type              248 include/media/videobuf2-core.h 	unsigned int		type;
type              552 include/media/videobuf2-core.h 	unsigned int			type;
type              855 include/media/videobuf2-core.h int vb2_core_streamon(struct vb2_queue *q, unsigned int type);
type              870 include/media/videobuf2-core.h int vb2_core_streamoff(struct vb2_queue *q, unsigned int type);
type              891 include/media/videobuf2-core.h int vb2_core_expbuf(struct vb2_queue *q, int *fd, unsigned int type,
type             1209 include/media/videobuf2-core.h 		enum vb2_memory memory, unsigned int type);
type              200 include/media/videobuf2-v4l2.h int vb2_streamon(struct vb2_queue *q, enum v4l2_buf_type type);
type              219 include/media/videobuf2-v4l2.h int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type);
type              357 include/net/9p/9p.h 	u8 type;
type              386 include/net/9p/9p.h 	u16 type;
type              489 include/net/9p/9p.h 	u8 type;
type              506 include/net/9p/9p.h 	u8 type;
type              514 include/net/9p/9p.h 	u32 type;
type               25 include/net/act_api.h 	__u32				type; /* for backward compat(TCA_OLD_COMPAT) */
type              152 include/net/act_api.h 		       struct netlink_callback *cb, int type,
type               30 include/net/addrconf.h 	__u8			type;
type              200 include/net/addrconf.h 		    int type, int ifindex);
type              297 include/net/addrconf.h void inet6_netconf_notify_devconf(struct net *net, int event, int type,
type               76 include/net/af_vsock.h 			    gfp_t priority, unsigned short type, int kern);
type               68 include/net/arp.h void arp_send(int type, int ptype, __be32 dest_ip,
type               75 include/net/arp.h struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
type              203 include/net/bluetooth/bluetooth.h static inline bool bdaddr_type_is_valid(u8 type)
type              205 include/net/bluetooth/bluetooth.h 	switch (type) {
type              215 include/net/bluetooth/bluetooth.h static inline bool bdaddr_type_is_le(u8 type)
type              217 include/net/bluetooth/bluetooth.h 	switch (type) {
type             1249 include/net/bluetooth/hci.h 	__u8     type;
type             1260 include/net/bluetooth/hci.h 	__u8     type;
type             1369 include/net/bluetooth/hci.h 	__u8     type;
type             1404 include/net/bluetooth/hci.h 	__u8    type;
type             1610 include/net/bluetooth/hci.h 	__u8    type;
type             2022 include/net/bluetooth/hci.h 	__u8		type;
type             2234 include/net/bluetooth/hci.h 	__u16    type;
type               63 include/net/bluetooth/hci_core.h 	int			type;
type              124 include/net/bluetooth/hci_core.h 	u8 type;
type              134 include/net/bluetooth/hci_core.h 	u8 type;
type              154 include/net/bluetooth/hci_core.h 	u8 type;
type              468 include/net/bluetooth/hci_core.h 	__u8		type;
type              714 include/net/bluetooth/hci_core.h 	switch (c->type) {
type              740 include/net/bluetooth/hci_core.h 	switch (c->type) {
type              759 include/net/bluetooth/hci_core.h static inline unsigned int hci_conn_num(struct hci_dev *hdev, __u8 type)
type              762 include/net/bluetooth/hci_core.h 	switch (type) {
type              788 include/net/bluetooth/hci_core.h 	__u8 type = INVALID_LINK;
type              794 include/net/bluetooth/hci_core.h 			type = c->type;
type              801 include/net/bluetooth/hci_core.h 	return type;
type              824 include/net/bluetooth/hci_core.h 							__u8 type, bdaddr_t *ba)
type              832 include/net/bluetooth/hci_core.h 		if (c->type == type && !bacmp(&c->dst, ba)) {
type              853 include/net/bluetooth/hci_core.h 		if (c->type != LE_LINK)
type              868 include/net/bluetooth/hci_core.h 							__u8 type, __u16 state)
type              876 include/net/bluetooth/hci_core.h 		if (c->type == type && c->state == state) {
type              895 include/net/bluetooth/hci_core.h 		if (c->type == LE_LINK && c->state == BT_CONNECT &&
type              911 include/net/bluetooth/hci_core.h struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst,
type              930 include/net/bluetooth/hci_core.h struct hci_conn *hci_connect_sco(struct hci_dev *hdev, int type, bdaddr_t *dst,
type              989 include/net/bluetooth/hci_core.h 		switch (conn->type) {
type             1079 include/net/bluetooth/hci_core.h 					   bdaddr_t *bdaddr, u8 type);
type             1082 include/net/bluetooth/hci_core.h 				    u8 type);
type             1083 include/net/bluetooth/hci_core.h int hci_bdaddr_list_add(struct list_head *list, bdaddr_t *bdaddr, u8 type);
type             1085 include/net/bluetooth/hci_core.h 					u8 type, u8 *peer_irk, u8 *local_irk);
type             1086 include/net/bluetooth/hci_core.h int hci_bdaddr_list_del(struct list_head *list, bdaddr_t *bdaddr, u8 type);
type             1088 include/net/bluetooth/hci_core.h 								u8 type);
type             1107 include/net/bluetooth/hci_core.h 				  bdaddr_t *bdaddr, u8 *val, u8 type,
type             1110 include/net/bluetooth/hci_core.h 			    u8 addr_type, u8 type, u8 authenticated,
type             1126 include/net/bluetooth/hci_core.h bool hci_bdaddr_is_paired(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type);
type             1222 include/net/bluetooth/hci_core.h 					__u8 type, __u8 *flags)
type             1224 include/net/bluetooth/hci_core.h 	switch (type) {
type             1233 include/net/bluetooth/hci_core.h 		BT_ERR("unknown link type %d", type);
type             1240 include/net/bluetooth/hci_core.h 	if (conn->type != ACL_LINK && conn->type != LE_LINK)
type             1358 include/net/bluetooth/hci_core.h static inline void *eir_get_data(u8 *eir, size_t eir_len, u8 type,
type             1377 include/net/bluetooth/hci_core.h 		if (eir[1] != type) {
type               54 include/net/bluetooth/hci_mon.h 	__u8		type;
type              115 include/net/bluetooth/hci_sock.h 	__u8  type;
type              134 include/net/bluetooth/hci_sock.h 	__u8     type;
type              158 include/net/bluetooth/hci_sock.h 	__u8     type;
type              164 include/net/bluetooth/hci_sock.h 	__u8     type;
type              323 include/net/bluetooth/l2cap.h 	__u8       type;
type              389 include/net/bluetooth/l2cap.h 	__le16      type;
type              393 include/net/bluetooth/l2cap.h 	__le16      type;
type               57 include/net/bluetooth/mgmt.h 	__u8		type;
type              176 include/net/bluetooth/mgmt.h 	__u8	type;
type              197 include/net/bluetooth/mgmt.h 	__u8	type;
type              338 include/net/bluetooth/mgmt.h 	__u8 type;
type              344 include/net/bluetooth/mgmt.h 	__u8 type;
type              503 include/net/bluetooth/mgmt.h 	__u8 type;
type              512 include/net/bluetooth/mgmt.h 	__u8 type;
type              516 include/net/bluetooth/mgmt.h 	__u8    type;
type              527 include/net/bluetooth/mgmt.h 		__u8   type;
type              769 include/net/bluetooth/mgmt.h 	__u8	type;
type              809 include/net/bluetooth/mgmt.h 	__u8 type;
type              847 include/net/bluetooth/mgmt.h 	__u8 type;
type              857 include/net/bluetooth/mgmt.h 	__u8    type;
type              119 include/net/bluetooth/rfcomm.h 	u8 type;
type               44 include/net/calipso.h 	u32 type;
type             1109 include/net/cfg80211.h 	enum nl80211_tx_power_setting type;
type             2968 include/net/cfg80211.h 	enum nl80211_nan_function_type type;
type             3177 include/net/cfg80211.h 	enum nl80211_peer_measurement_type type;
type             3640 include/net/cfg80211.h 						  enum nl80211_iftype type,
type             3646 include/net/cfg80211.h 				       enum nl80211_iftype type,
type             3761 include/net/cfg80211.h 				enum nl80211_tx_power_setting type, int mbm);
type             7362 include/net/cfg80211.h 	enum nl80211_nan_function_type type;
type               36 include/net/cfg802154.h 							   int type);
type               44 include/net/cfg802154.h 				    enum nl802154_iftype type,
type               69 include/net/cipso_ipv4.h 	u32 type;
type                6 include/net/datalink.h         unsigned char   type[8];
type               85 include/net/devlink.h 	enum devlink_port_type type;
type              139 include/net/devlink.h 	enum devlink_dpipe_match_type type;
type              154 include/net/devlink.h 	enum devlink_dpipe_action_type type;
type              375 include/net/devlink.h 	enum devlink_param_type type;
type              442 include/net/devlink.h 	.type = DEVLINK_PARAM_GENERIC_##_id##_TYPE,			\
type              454 include/net/devlink.h 	.type = _type,							\
type              548 include/net/devlink.h 	enum devlink_trap_type type;
type              618 include/net/devlink.h 		.type = DEVLINK_TRAP_TYPE_##_type,			      \
type              630 include/net/devlink.h 		.type = DEVLINK_TRAP_TYPE_##_type,			      \
type              212 include/net/dn.h 			 unsigned char type);
type              214 include/net/dn.h 			 unsigned char *type);
type               69 include/net/dn_dev.h 	int type;	          /* ARPHRD_xxx                         */
type               15 include/net/dn_fib.h 	unsigned char type;
type              107 include/net/dn_fib.h int dn_fib_semantic_match(int type, struct dn_fib_info *fi,
type               14 include/net/dn_nsp.h void dn_nsp_send_disc(struct sock *sk, unsigned char type,
type               16 include/net/dn_nsp.h void dn_nsp_return_disc(struct sk_buff *skb, unsigned char type,
type              106 include/net/dn_route.h 	if ((dev->type != ARPHRD_ETHER) && (dev->type != ARPHRD_LOOPBACK))
type              151 include/net/dsa.h 	enum dsa_port_mall_action_type type;
type              181 include/net/dsa.h 	} type;
type              290 include/net/dsa.h 	return dsa_to_port(ds, p)->type == DSA_PORT_TYPE_UNUSED;
type              295 include/net/dsa.h 	return dsa_to_port(ds, p)->type == DSA_PORT_TYPE_CPU;
type              300 include/net/dsa.h 	return dsa_to_port(ds, p)->type == DSA_PORT_TYPE_DSA;
type              305 include/net/dsa.h 	return dsa_to_port(ds, p)->type == DSA_PORT_TYPE_USER;
type              519 include/net/dsa.h 				 enum tc_setup_type type, void *type_data);
type              537 include/net/dsa.h 				 struct sk_buff *clone, unsigned int type);
type              539 include/net/dsa.h 				 struct sk_buff *skb, unsigned int type);
type               21 include/net/dst_metadata.h 	enum metadata_type		type;
type               44 include/net/dst_metadata.h 	if (md_dst && md_dst->type == METADATA_IP_TUNNEL)
type               72 include/net/dst_metadata.h 	if (!a != !b || a->type != b->type)
type               75 include/net/dst_metadata.h 	switch (a->type) {
type               89 include/net/dst_metadata.h struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type,
type               93 include/net/dst_metadata.h metadata_dst_alloc_percpu(u8 optslen, enum metadata_type type, gfp_t flags);
type              114 include/net/dst_metadata.h 	if (!md_dst || md_dst->type != METADATA_IP_TUNNEL)
type              107 include/net/fib_rules.h 	[FRA_IIFNAME]	= { .type = NLA_STRING, .len = IFNAMSIZ - 1 }, \
type              108 include/net/fib_rules.h 	[FRA_OIFNAME]	= { .type = NLA_STRING, .len = IFNAMSIZ - 1 }, \
type              109 include/net/fib_rules.h 	[FRA_PRIORITY]	= { .type = NLA_U32 }, \
type              110 include/net/fib_rules.h 	[FRA_FWMARK]	= { .type = NLA_U32 }, \
type              111 include/net/fib_rules.h 	[FRA_TUN_ID]	= { .type = NLA_U64 }, \
type              112 include/net/fib_rules.h 	[FRA_FWMASK]	= { .type = NLA_U32 }, \
type              113 include/net/fib_rules.h 	[FRA_TABLE]     = { .type = NLA_U32 }, \
type              114 include/net/fib_rules.h 	[FRA_SUPPRESS_PREFIXLEN] = { .type = NLA_U32 }, \
type              115 include/net/fib_rules.h 	[FRA_SUPPRESS_IFGROUP] = { .type = NLA_U32 }, \
type              116 include/net/fib_rules.h 	[FRA_GOTO]	= { .type = NLA_U32 }, \
type              117 include/net/fib_rules.h 	[FRA_L3MDEV]	= { .type = NLA_U8 }, \
type              119 include/net/fib_rules.h 	[FRA_PROTOCOL]  = { .type = NLA_U8 }, \
type              120 include/net/fib_rules.h 	[FRA_IP_PROTO]  = { .type = NLA_U8 }, \
type               53 include/net/flow.h 		__u8	type;
type               66 include/net/flow.h 		__u8	type;
type               91 include/net/flow.h #define fl4_icmp_type		uli.icmpt.type
type               94 include/net/flow.h #define fl4_mh_type		uli.mht.type
type              150 include/net/flow.h #define fl6_icmp_type		uli.icmpt.type
type              153 include/net/flow.h #define fl6_mh_type		uli.mht.type
type              170 include/net/flow_dissector.h 			u8 type;
type              300 include/net/flow_offload.h typedef int flow_setup_cb_t(enum tc_setup_type type, void *type_data,
type              381 include/net/flow_offload.h 				      enum tc_setup_type type, void *type_data);
type               16 include/net/fou.h 		       u8 *protocol, __be16 *sport, int type);
type               18 include/net/fou.h 		       u8 *protocol, __be16 *sport, int type);
type               82 include/net/garp.h 	u8				type;
type               94 include/net/garp.h 	enum garp_applications	type;
type              125 include/net/garp.h 		      u8 len, u8 type);
type              128 include/net/garp.h 			const void *data, u8 len, u8 type);
type               31 include/net/gen_stats.h int gnet_stats_start_copy(struct sk_buff *skb, int type, spinlock_t *lock,
type               34 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               14 include/net/gtp.h 	__u8	type;
type               25 include/net/gtp.h 	__u8	type;
type               39 include/net/icmp.h void __icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info,
type               41 include/net/icmp.h static inline void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info)
type               43 include/net/icmp.h 	__icmp_send(skb_in, type, code, info, &IPCB(skb_in)->opt);
type               49 include/net/icmp.h void icmp_out_count(struct net *net, unsigned char type);
type               47 include/net/ieee802154_netdev.h 	u16 type:3,
type               62 include/net/ieee802154_netdev.h 	    type:3,
type              206 include/net/ieee802154_netdev.h 	u8 type;
type              325 include/net/ieee802154_netdev.h 			u8 type, u32 channels, u8 page, u8 duration);
type               44 include/net/inet_common.h 			 unsigned short type, unsigned char protocol,
type                6 include/net/ip6_route.h 	__u8			type;
type               73 include/net/ip6_tunnel.h 			   u8 type, u8 code, int offset, __be32 info);
type               93 include/net/ip6_tunnel.h 	if (e->type == TUNNEL_ENCAP_NONE)
type               96 include/net/ip6_tunnel.h 	if (e->type >= MAX_IPTUN_ENCAP_OPS)
type              100 include/net/ip6_tunnel.h 	ops = rcu_dereference(ip6tun_encaps[e->type]);
type              114 include/net/ip6_tunnel.h 	if (t->encap.type == TUNNEL_ENCAP_NONE)
type              117 include/net/ip6_tunnel.h 	if (t->encap.type >= MAX_IPTUN_ENCAP_OPS)
type              121 include/net/ip6_tunnel.h 	ops = rcu_dereference(ip6tun_encaps[t->encap.type]);
type              132 include/net/ip6_tunnel.h 	__u8 type;		/* type-code for option         */
type              169 include/net/ip_fib.h 	unsigned char		type;
type              188 include/net/ip_fib.h 	unsigned char	type;
type              213 include/net/ip_fib.h 	u8 type;
type               89 include/net/ip_tunnels.h 	u16			type;
type              167 include/net/ip_tunnels.h 	int type;
type              337 include/net/ip_tunnels.h 	if (e->type == TUNNEL_ENCAP_NONE)
type              340 include/net/ip_tunnels.h 	if (e->type >= MAX_IPTUN_ENCAP_OPS)
type              344 include/net/ip_tunnels.h 	ops = rcu_dereference(iptun_encaps[e->type]);
type              358 include/net/ip_tunnels.h 	if (t->encap.type == TUNNEL_ENCAP_NONE)
type              361 include/net/ip_tunnels.h 	if (t->encap.type >= MAX_IPTUN_ENCAP_OPS)
type              365 include/net/ip_tunnels.h 	ops = rcu_dereference(iptun_encaps[t->encap.type]);
type              746 include/net/ip_vs.h 	int			type;		/* IP_VS_APP_TYPE_xxx */
type              422 include/net/ipv6.h void icmpv6_notify(struct sk_buff *skb, u8 type, u8 code, __be32 info);
type              469 include/net/ipv6.h static inline int __ipv6_addr_src_scope(int type)
type              471 include/net/ipv6.h 	return (type == IPV6_ADDR_ANY) ? __IPV6_ADDR_SCOPE_INVALID : (type >> 16);
type              479 include/net/ipv6.h static inline bool __ipv6_addr_needs_scope_id(int type)
type              481 include/net/ipv6.h 	return type & IPV6_ADDR_LINKLOCAL ||
type              482 include/net/ipv6.h 	       (type & IPV6_ADDR_MULTICAST &&
type              483 include/net/ipv6.h 		(type & (IPV6_ADDR_LOOPBACK|IPV6_ADDR_LINKLOCAL)));
type             1067 include/net/ipv6.h int ipv6_find_tlv(const struct sk_buff *skb, int offset, int type);
type              104 include/net/ipx.h 	unsigned short		type;
type               73 include/net/lapb.h 	unsigned short		type;		/* Parsed type		*/
type              104 include/net/llc.h void llc_add_pack(int type,
type              106 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               26 include/net/lwtunnel.h 	__u16		type;
type              455 include/net/mac80211.h 	enum ieee80211_event_type type;
type             1610 include/net/mac80211.h 	enum nl80211_iftype type;
type             1641 include/net/mac80211.h 	return vif->type == NL80211_IFTYPE_MESH_POINT;
type             1923 include/net/mac80211.h 	enum nl80211_tx_power_setting type;
type             3928 include/net/mac80211.h 				 enum ieee80211_roc_type type);
type             6057 include/net/mac80211.h ieee80211_iftype_p2p(enum nl80211_iftype type, bool p2p)
type             6060 include/net/mac80211.h 		switch (type) {
type             6069 include/net/mac80211.h 	return type;
type             6075 include/net/mac80211.h 	return ieee80211_iftype_p2p(vif->type, vif->p2p);
type               93 include/net/mrp.h 	u8				type;
type              105 include/net/mrp.h 	enum mrp_applications	type;
type              138 include/net/mrp.h 		     const void *value, u8 len, u8 type);
type              141 include/net/mrp.h 		       const void *value, u8 len, u8 type);
type              139 include/net/ndisc.h void __ndisc_fill_addr_option(struct sk_buff *skb, int type, void *data,
type              320 include/net/ndisc.h static inline int ndisc_addr_option_pad(unsigned short type)
type              322 include/net/ndisc.h 	switch (type) {
type              337 include/net/ndisc.h 				      ndisc_addr_option_pad(dev->type)) +
type              347 include/net/ndisc.h 				      ndisc_addr_option_pad(dev->type)) +
type              367 include/net/ndisc.h 				     ndisc_addr_option_pad(dev->type));
type              149 include/net/neighbour.h 	__u8			type;
type               98 include/net/netfilter/nf_conntrack_extend.h int nf_ct_extend_register(const struct nf_ct_ext_type *type);
type               99 include/net/netfilter/nf_conntrack_extend.h void nf_ct_extend_unregister(const struct nf_ct_ext_type *type);
type               54 include/net/netfilter/nf_conntrack_tuple.h 				u_int8_t type, code;
type               27 include/net/netfilter/nf_flow_table.h 	const struct nf_flowtable_type	*type;
type               21 include/net/netfilter/nf_log.h 	u_int8_t type;
type               50 include/net/netfilter/nf_log.h 	enum nf_log_type	type;
type               69 include/net/netfilter/nf_log.h int nf_logger_find_get(int pf, enum nf_log_type type);
type               70 include/net/netfilter/nf_log.h void nf_logger_put(int pf, enum nf_log_type type);
type               71 include/net/netfilter/nf_log.h void nf_logger_request_module(int pf, enum nf_log_type type);
type               73 include/net/netfilter/nf_log.h #define MODULE_ALIAS_NF_LOGGER(family, type) \
type               74 include/net/netfilter/nf_log.h 	MODULE_ALIAS("nf-logger-" __stringify(family) "-" __stringify(type))
type              183 include/net/netfilter/nf_tables.h 	enum nft_data_types		type;
type              190 include/net/netfilter/nf_tables.h void nft_data_hold(const struct nft_data *data, enum nft_data_types type);
type              191 include/net/netfilter/nf_tables.h void nft_data_release(const struct nft_data *data, enum nft_data_types type);
type              193 include/net/netfilter/nf_tables.h 		  enum nft_data_types type, unsigned int len);
type              200 include/net/netfilter/nf_tables.h static inline enum nft_registers nft_type_to_reg(enum nft_data_types type)
type              202 include/net/netfilter/nf_tables.h 	return type == NFT_DATA_VERDICT ? NFT_REG_VERDICT : NFT_REG_1 * NFT_REG_SIZE / NFT_REG32_SIZE;
type              213 include/net/netfilter/nf_tables.h 				enum nft_data_types type, unsigned int len);
type              391 include/net/netfilter/nf_tables.h int nft_register_set(struct nft_set_type *type);
type              392 include/net/netfilter/nf_tables.h void nft_unregister_set(struct nft_set_type *type);
type              807 include/net/netfilter/nf_tables.h 	const struct nft_expr_type	*type;
type              947 include/net/netfilter/nf_tables.h 	enum nft_chain_types		type;
type              957 include/net/netfilter/nf_tables.h 				  enum nft_chain_types type);
type              980 include/net/netfilter/nf_tables.h 	const struct nft_chain_type	*type;
type             1042 include/net/netfilter/nf_tables.h int nft_verdict_dump(struct sk_buff *skb, int type,
type             1113 include/net/netfilter/nf_tables.h 	u32				type;
type             1144 include/net/netfilter/nf_tables.h 	const struct nft_object_type	*type;
type             1191 include/net/netfilter/nf_tables.h void nft_register_flowtable_type(struct nf_flowtable_type *type);
type             1192 include/net/netfilter/nf_tables.h void nft_unregister_flowtable_type(struct nf_flowtable_type *type);
type             1212 include/net/netfilter/nf_tables.h 	enum nft_trace_types		type;
type             1235 include/net/netfilter/nf_tables.h #define MODULE_ALIAS_NFT_OBJ(type) \
type             1236 include/net/netfilter/nf_tables.h 	MODULE_ALIAS("nft-obj-" __stringify(type))
type               24 include/net/netfilter/nf_tables_offload.h 		enum nft_offload_dep_type	type;
type               34 include/net/netfilter/nf_tables_offload.h 				enum nft_offload_dep_type type);
type               11 include/net/netfilter/nft_reject.h 	enum nft_reject_types	type:8;
type              196 include/net/netlabel.h 	u32 type;
type              502 include/net/netlabel.h struct audit_buffer *netlbl_audit_start(int type,
type              672 include/net/netlabel.h static inline struct audit_buffer *netlbl_audit_start(int type,
type              292 include/net/netlink.h 	u8		type;
type              323 include/net/netlink.h #define NLA_POLICY_EXACT_LEN(_len)	{ .type = NLA_EXACT_LEN, .len = _len }
type              324 include/net/netlink.h #define NLA_POLICY_EXACT_LEN_WARN(_len)	{ .type = NLA_EXACT_LEN_WARN, \
type              326 include/net/netlink.h #define NLA_POLICY_MIN_LEN(_len)	{ .type = NLA_MIN_LEN, .len = _len }
type              332 include/net/netlink.h 	{ .type = NLA_NESTED, .validation_data = policy, .len = maxattr }
type              334 include/net/netlink.h 	{ .type = NLA_NESTED_ARRAY, .validation_data = policy, .len = maxattr }
type              353 include/net/netlink.h 	.type = NLA_ENSURE_INT_TYPE(tp),		\
type              360 include/net/netlink.h 	.type = NLA_ENSURE_INT_TYPE(tp),		\
type              366 include/net/netlink.h 	.type = NLA_ENSURE_INT_TYPE(tp),		\
type              372 include/net/netlink.h 	.type = NLA_ENSURE_NO_VALIDATION_PTR(tp),	\
type              850 include/net/netlink.h 					 int type, int payload, int flags)
type              855 include/net/netlink.h 	return __nlmsg_put(skb, portid, seq, type, payload, flags);
type              871 include/net/netlink.h 						int type, int payload,
type              875 include/net/netlink.h 			 type, payload, flags);
type              147 include/net/nfc/digital.h 	int (*in_configure_hw)(struct nfc_digital_dev *ddev, int type,
type              153 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              291 include/net/nfc/nci.h 	__u8	type;
type              495 include/net/nfc/nci.h 	__u8	type;
type              123 include/net/nfc/nfc.h 	u16 type;
type              292 include/net/nfc/nfc.h int nfc_add_se(struct nfc_dev *dev, u32 se_idx, u16 type);
type              203 include/net/nsh.h 	u8 type;
type                5 include/net/p8022.h register_8022_client(unsigned char type,
type               38 include/net/ping.h 	int (*icmpv6_err_convert)(u8 type, u8 code, int *err);
type              191 include/net/pkt_cls.h 	__u32	type; /* for backward compat(TCA_OLD_COMPAT) */
type              207 include/net/pkt_cls.h 	exts->type = 0;
type              515 include/net/pkt_cls.h int tc_setup_cb_call(struct tcf_block *block, enum tc_setup_type type,
type              518 include/net/pkt_cls.h 		    enum tc_setup_type type, void *type_data, bool err_stop,
type              521 include/net/pkt_cls.h 			enum tc_setup_type type, void *type_data, bool err_stop,
type              526 include/net/pkt_cls.h 			enum tc_setup_type type, void *type_data, bool err_stop,
type              530 include/net/pkt_cls.h 			  enum tc_setup_type type, void *type_data,
type               63 include/net/protocol.h 			       u8 type, u8 code, int offset,
type               85 include/net/protocol.h 	unsigned short	 type;	   /* This is the 2nd argument to socket(2). */
type               15 include/net/rawv6.h 		u8 type, u8 code, int inner_offset, __be32);
type              223 include/net/route.h 			     unsigned int flags, u16 type,
type              645 include/net/sch_generic.h int qdisc_offload_dump_helper(struct Qdisc *q, enum tc_setup_type type,
type              649 include/net/sch_generic.h 				enum tc_setup_type type, void *type_data,
type              653 include/net/sch_generic.h qdisc_offload_dump_helper(struct Qdisc *q, enum tc_setup_type type,
type              663 include/net/sch_generic.h 			   enum tc_setup_type type, void *type_data,
type              139 include/net/sctp/command.h #define SCTP_ARG_CONSTRUCTOR(name, type, elt) \
type              141 include/net/sctp/command.h SCTP_## name (type arg)		\
type              133 include/net/sctp/constants.h #define sctp_chunk_is_data(a) (a->chunk_hdr->type == SCTP_CID_DATA || \
type              134 include/net/sctp/constants.h 			       a->chunk_hdr->type == SCTP_CID_I_DATA)
type              484 include/net/sctp/sctp.h static inline int param_type2af(__be16 type)
type              486 include/net/sctp/sctp.h 	switch (type) {
type              517 include/net/sctp/sctp.h 	return sctp_sk(sk)->type == style;
type              153 include/net/sctp/structs.h 	enum sctp_socket_type type;
type              391 include/net/sctp/structs.h #define sctp_ssn_peek(stream, type, sid) \
type              392 include/net/sctp/structs.h 	(sctp_stream_##type((stream), (sid))->ssn)
type              395 include/net/sctp/structs.h #define sctp_ssn_next(stream, type, sid) \
type              396 include/net/sctp/structs.h 	(sctp_stream_##type((stream), (sid))->ssn++)
type              399 include/net/sctp/structs.h #define sctp_ssn_skip(stream, type, sid, ssn) \
type              400 include/net/sctp/structs.h 	(sctp_stream_##type((stream), (sid))->ssn = ssn + 1)
type              403 include/net/sctp/structs.h #define sctp_mid_peek(stream, type, sid) \
type              404 include/net/sctp/structs.h 	(sctp_stream_##type((stream), (sid))->mid)
type              407 include/net/sctp/structs.h #define sctp_mid_next(stream, type, sid) \
type              408 include/net/sctp/structs.h 	(sctp_stream_##type((stream), (sid))->mid++)
type              411 include/net/sctp/structs.h #define sctp_mid_skip(stream, type, sid, mid) \
type              412 include/net/sctp/structs.h 	(sctp_stream_##type((stream), (sid))->mid = mid + 1)
type              415 include/net/sctp/structs.h #define sctp_mid_uo_peek(stream, type, sid) \
type              416 include/net/sctp/structs.h 	(sctp_stream_##type((stream), (sid))->mid_uo)
type              419 include/net/sctp/structs.h #define sctp_mid_uo_next(stream, type, sid) \
type              420 include/net/sctp/structs.h 	(sctp_stream_##type((stream), (sid))->mid_uo++)
type             1230 include/net/sctp/structs.h 	enum sctp_endpoint_type type;
type               41 include/net/smc.h 	u32 type;
type              114 include/net/snmp.h #define DEFINE_SNMP_STAT(type, name)	\
type              115 include/net/snmp.h 	__typeof__(type) __percpu *name
type              116 include/net/snmp.h #define DEFINE_SNMP_STAT_ATOMIC(type, name)	\
type              117 include/net/snmp.h 	__typeof__(type) *name
type              118 include/net/snmp.h #define DECLARE_SNMP_STAT(type, name)	\
type              119 include/net/snmp.h 	extern __typeof__(type) __percpu *name
type             2538 include/net/sock.h 		       int type);
type             1077 include/net/tcp.h int tcp_register_congestion_control(struct tcp_congestion_ops *type);
type             1078 include/net/tcp.h void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);
type             1720 include/net/tcp.h void tcp_chrono_start(struct sock *sk, const enum tcp_chrono type);
type             1721 include/net/tcp.h void tcp_chrono_stop(struct sock *sk, const enum tcp_chrono type);
type             2159 include/net/tcp.h int tcp_register_ulp(struct tcp_ulp_ops *type);
type             2160 include/net/tcp.h void tcp_unregister_ulp(struct tcp_ulp_ops *type);
type              629 include/net/tls.h tls_offload_rx_resync_set_type(struct sock *sk, enum tls_offload_sync_type type)
type              633 include/net/tls.h 	tls_offload_ctx_rx(tls_ctx)->resync_type = type;
type              115 include/net/udp_tunnel.h 	unsigned short type;
type              122 include/net/udp_tunnel.h 			     unsigned short type);
type              124 include/net/udp_tunnel.h 			     unsigned short type);
type              125 include/net/udp_tunnel.h void udp_tunnel_notify_add_rx_port(struct socket *sock, unsigned short type);
type              126 include/net/udp_tunnel.h void udp_tunnel_notify_del_rx_port(struct socket *sock, unsigned short type);
type              164 include/net/udp_tunnel.h 	int type = udp_csum ? SKB_GSO_UDP_TUNNEL_CSUM : SKB_GSO_UDP_TUNNEL;
type              166 include/net/udp_tunnel.h 	return iptunnel_handle_offloads(skb, type);
type               49 include/net/xdp.h 	u32 type; /* enum xdp_mem_type, but known size type */
type              104 include/net/xdp.h 	if (xdp->rxq->mem.type == MEM_TYPE_ZERO_COPY)
type              143 include/net/xdp.h 	if (mem->type == MEM_TYPE_PAGE_POOL)
type              153 include/net/xdp.h 			       enum xdp_mem_type type, void *allocator);
type              247 include/net/xfrm.h 	const struct xfrm_type	*type;
type              287 include/net/xfrm.h 		u32 type;
type              409 include/net/xfrm.h int xfrm_register_type(const struct xfrm_type *type, unsigned short family);
type              410 include/net/xfrm.h void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family);
type              421 include/net/xfrm.h int xfrm_register_type_offload(const struct xfrm_type_offload *type, unsigned short family);
type              422 include/net/xfrm.h void xfrm_unregister_type_offload(const struct xfrm_type_offload *type, unsigned short family);
type              489 include/net/xfrm.h 	u8 type;
type              521 include/net/xfrm.h 	u8			type;
type              578 include/net/xfrm.h 					   u8 dir, u8 type,
type              855 include/net/xfrm.h 		port = htons(uli->icmpt.type);
type              858 include/net/xfrm.h 		port = htons(uli->mht.type);
type             1410 include/net/xfrm.h 			   u8 type, u8 code, int offset, __be32 info);
type             1428 include/net/xfrm.h 			   u8 type, u8 code, int offset, __be32 info);
type             1632 include/net/xfrm.h void xfrm_policy_walk_init(struct xfrm_policy_walk *walk, u8 type);
type             1639 include/net/xfrm.h 					  u8 type, int dir,
type             1645 include/net/xfrm.h int xfrm_policy_flush(struct net *net, u8 type, bool task_valid);
type             1658 include/net/xfrm.h int km_migrate(const struct xfrm_selector *sel, u8 dir, u8 type,
type             1666 include/net/xfrm.h int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type,
type              106 include/pcmcia/cistpl.h 	u_char 	type;
type              163 include/pcmcia/cistpl.h     u_char	type;
type              519 include/pcmcia/cistpl.h     u_char	type;
type              401 include/ras/ras_event.h 		 int type,
type              404 include/ras/ras_event.h 	TP_ARGS(pfn, type, result),
type              408 include/ras/ras_event.h 		__field(int, type)
type              414 include/ras/ras_event.h 		__entry->type	= type;
type              420 include/ras/ras_event.h 		__print_symbolic(__entry->type, MF_PAGE_TYPE),
type              235 include/rdma/ib_pack.h 	__be16	type;
type              261 include/rdma/ib_pack.h 	__be16  type;
type              232 include/rdma/ib_sa.h 		sa_conv_gid_to_pathrec_type(enum ib_gid_type type)
type              234 include/rdma/ib_sa.h 	switch (type) {
type              904 include/rdma/ib_verbs.h 	enum rdma_ah_attr_type type;
type             1530 include/rdma/ib_verbs.h 	enum rdma_ah_attr_type	type;
type             1768 include/rdma/ib_verbs.h 	enum ib_mr_type	   type;
type             1788 include/rdma/ib_verbs.h 	enum ib_mw_type         type;
type             1867 include/rdma/ib_verbs.h 	u32			  type;
type             1881 include/rdma/ib_verbs.h 	u32			 type;
type             1906 include/rdma/ib_verbs.h 	u32			   type;
type             1924 include/rdma/ib_verbs.h 	u32			   type;
type             1938 include/rdma/ib_verbs.h 	u32			      type;
type             1953 include/rdma/ib_verbs.h 	u32			      type;
type             1967 include/rdma/ib_verbs.h 	u32                           type;
type             1982 include/rdma/ib_verbs.h 	u32                           type;
type             1995 include/rdma/ib_verbs.h 	u32                           type;
type             2002 include/rdma/ib_verbs.h 	enum ib_flow_spec_type	      type;
type             2008 include/rdma/ib_verbs.h 	enum ib_flow_spec_type	      type;
type             2013 include/rdma/ib_verbs.h 	enum ib_flow_spec_type	      type;
type             2024 include/rdma/ib_verbs.h 	enum ib_flow_spec_type type;
type             2031 include/rdma/ib_verbs.h 		u32			type;
type             2050 include/rdma/ib_verbs.h 	enum ib_flow_attr_type type;
type             2119 include/rdma/ib_verbs.h 	enum ib_flow_action_type	type;
type             2322 include/rdma/ib_verbs.h 		struct ib_device *device, u8 port_num, enum rdma_netdev_t type,
type             2327 include/rdma/ib_verbs.h 				      enum rdma_netdev_t type,
type             2415 include/rdma/ib_verbs.h 	struct ib_mw *(*alloc_mw)(struct ib_pd *pd, enum ib_mw_type type,
type             2451 include/rdma/ib_verbs.h 			   int type);
type             2899 include/rdma/ib_verbs.h 			enum ib_qp_type type, enum ib_qp_attr_mask mask);
type             3310 include/rdma/ib_verbs.h 		   int type);
type             4363 include/rdma/ib_verbs.h 	if (attr->type == RDMA_AH_ATTR_TYPE_ROCE)
type             4370 include/rdma/ib_verbs.h 	if (attr->type == RDMA_AH_ATTR_TYPE_IB)
type             4372 include/rdma/ib_verbs.h 	else if (attr->type == RDMA_AH_ATTR_TYPE_OPA)
type             4378 include/rdma/ib_verbs.h 	if (attr->type == RDMA_AH_ATTR_TYPE_IB)
type             4380 include/rdma/ib_verbs.h 	else if (attr->type == RDMA_AH_ATTR_TYPE_OPA)
type             4398 include/rdma/ib_verbs.h 	if (attr->type == RDMA_AH_ATTR_TYPE_IB)
type             4400 include/rdma/ib_verbs.h 	else if (attr->type == RDMA_AH_ATTR_TYPE_OPA)
type             4406 include/rdma/ib_verbs.h 	if (attr->type == RDMA_AH_ATTR_TYPE_IB)
type             4408 include/rdma/ib_verbs.h 	else if (attr->type == RDMA_AH_ATTR_TYPE_OPA)
type             4416 include/rdma/ib_verbs.h 	if (attr->type == RDMA_AH_ATTR_TYPE_OPA)
type             4422 include/rdma/ib_verbs.h 	if (attr->type == RDMA_AH_ATTR_TYPE_OPA)
type             4603 include/rdma/ib_verbs.h 				     enum rdma_netdev_t type, const char *name,
type             4608 include/rdma/ib_verbs.h 		     enum rdma_netdev_t type, const char *name,
type               14 include/rdma/mr_pool.h 		enum ib_mr_type type, u32 max_num_sg, u32 max_num_meta_sg);
type              120 include/rdma/opa_addr.h 	if (attr->type == RDMA_AH_ATTR_TYPE_IB) {
type              125 include/rdma/opa_addr.h 	} else if (attr->type == RDMA_AH_ATTR_TYPE_OPA) {
type               75 include/rdma/rdma_netlink.h 		  int len, void *data, int type);
type              115 include/rdma/rdma_netlink.h 	const char *type;
type              122 include/rdma/rdma_netlink.h #define MODULE_ALIAS_RDMA_LINK(type) MODULE_ALIAS("rdma-link-" type)
type              123 include/rdma/rdma_netlink.h #define MODULE_ALIAS_RDMA_CLIENT(type) MODULE_ALIAS("rdma-client-" type)
type              383 include/rdma/rdma_vt.h 			 enum ib_qp_type type, u8 port_num);
type               96 include/rdma/restrack.h 	enum rdma_restrack_type	type;
type              108 include/rdma/restrack.h 			enum rdma_restrack_type type);
type              160 include/rdma/restrack.h 						   enum rdma_restrack_type type,
type               19 include/rdma/rw.h 	u8			type;
type               68 include/rdma/uverbs_ioctl.h 	u8 type;
type              521 include/rdma/uverbs_ioctl.h 		.attr = { .type = UVERBS_ATTR_TYPE_IDRS_ARRAY,                 \
type              537 include/rdma/uverbs_ioctl.h 		.attr = { .type = UVERBS_ATTR_TYPE_IDR,                        \
type              547 include/rdma/uverbs_ioctl.h 		.attr = { .type = UVERBS_ATTR_TYPE_FD,                         \
type              555 include/rdma/uverbs_ioctl.h 		.attr = { .type = UVERBS_ATTR_TYPE_PTR_IN,                     \
type              562 include/rdma/uverbs_ioctl.h 		.attr = { .type = UVERBS_ATTR_TYPE_PTR_OUT,                    \
type              570 include/rdma/uverbs_ioctl.h 		.attr = { .type = UVERBS_ATTR_TYPE_ENUM_IN,                    \
type              141 include/rdma/uverbs_std_types.h 						  enum ib_flow_action_type type)
type              145 include/rdma/uverbs_std_types.h 	action->type = type;
type              166 include/rdma/uverbs_std_types.h 			enum ib_flow_spec_type type,
type              122 include/rdma/uverbs_types.h 	struct uverbs_obj_type  type;
type              156 include/rdma/uverbs_types.h 	struct uverbs_obj_type  type;
type              172 include/rdma/uverbs_types.h 	 {.type = {							\
type              181 include/rdma/uverbs_types.h 	 .flags = _flags}))->type)
type              184 include/rdma/uverbs_types.h 	 {.type = {							\
type              190 include/rdma/uverbs_types.h 	 .destroy_object = _destroy_object,}))->type)
type              118 include/scsi/fc/fc_ms.h 	__be16		type;
type               44 include/scsi/fc_encode.h 				    u32 did, u32 sid, enum fc_fh_type type,
type               51 include/scsi/fc_encode.h 	fh->fh_type = type;
type               62 include/scsi/fc_encode.h 				  u32 did, u32 sid, enum fc_fh_type type,
type               68 include/scsi/fc_encode.h 	__fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset);
type              250 include/scsi/fc_encode.h 				   &entry->type);
type              261 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              394 include/scsi/fc_encode.h 				   &entry->type);
type              405 include/scsi/fc_encode.h 				   &entry->type);
type              417 include/scsi/fc_encode.h 				   &entry->type);
type              428 include/scsi/fc_encode.h 				   &entry->type);
type              439 include/scsi/fc_encode.h 				   &entry->type);
type              453 include/scsi/fc_encode.h 				   &entry->type);
type               93 include/scsi/iscsi_if.h 	uint32_t type; /* k/u events type */
type              168 include/scsi/iscsi_if.h 			enum iscsi_tgt_dscvr	type;
type              772 include/scsi/libfc.h int fc_fc4_register_provider(enum fc_fh_type type, struct fc4_prov *);
type              773 include/scsi/libfc.h void fc_fc4_deregister_provider(enum fc_fh_type type, struct fc4_prov *);
type              257 include/scsi/libfcoe.h int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type);
type              210 include/scsi/libsas.h static inline bool dev_is_expander(enum sas_device_type type)
type              212 include/scsi/libsas.h 	return type == SAS_EDGE_EXPANDER_DEVICE ||
type              213 include/scsi/libsas.h 	       type == SAS_FANOUT_EXPANDER_DEVICE;
type              326 include/scsi/libsas.h 	enum sas_phy_type  type;
type              272 include/scsi/scsi_cmnd.h static inline void scsi_set_prot_type(struct scsi_cmnd *scmd, unsigned char type)
type              274 include/scsi/scsi_cmnd.h 	scmd->prot_type = type;
type               29 include/scsi/scsi_common.h extern const char *scsi_device_type(unsigned type);
type              132 include/scsi/scsi_device.h 	unsigned char type;
type              583 include/scsi/scsi_device.h #define MODULE_ALIAS_SCSI_DEVICE(type) \
type              584 include/scsi/scsi_device.h 	MODULE_ALIAS("scsi:t-" __stringify(type) "*")
type              867 include/scsi/scsi_host.h static inline void scsi_host_set_guard(struct Scsi_Host *shost, unsigned char type)
type              869 include/scsi/scsi_host.h 	shost->prot_guard_type = type;
type              126 include/scsi/scsi_transport_iscsi.h 	int (*tgt_dscvr) (struct Scsi_Host *shost, enum iscsi_tgt_dscvr type,
type              177 include/scsi/scsi_transport_iscsi.h 			      struct iscsi_transport *transport, uint32_t type,
type              125 include/scsi/viosrp.h 	__be32 type;
type              171 include/scsi/viosrp.h 	__be32 type;
type               21 include/soc/imx/timer.h void mxc_timer_init(unsigned long pbase, int irq, enum imx_gpt_type type);
type             1309 include/soc/tegra/bpmp-abi.h 	uint32_t type;
type             1495 include/soc/tegra/bpmp-abi.h 	uint32_t type;
type             1563 include/soc/tegra/bpmp-abi.h 	uint32_t type;
type             1578 include/soc/tegra/bpmp-abi.h 	uint32_t type;
type             2029 include/soc/tegra/bpmp-abi.h 	uint32_t type;
type              361 include/sound/ac97_codec.h 	int type;		/* quirk type above */
type               58 include/sound/ak4xxx-adda.h 	} type;
type               21 include/sound/asequencer.h #define snd_seq_ev_is_result_type(ev)	((ev)->type < 5)
type               23 include/sound/asequencer.h #define snd_seq_ev_is_channel_type(ev)	((ev)->type >= 5 && (ev)->type < 20)
type               25 include/sound/asequencer.h #define snd_seq_ev_is_note_type(ev)	((ev)->type >= 5 && (ev)->type < 10)
type               27 include/sound/asequencer.h #define snd_seq_ev_is_control_type(ev)	((ev)->type >= 10 && (ev)->type < 20)
type               29 include/sound/asequencer.h #define snd_seq_ev_is_queue_type(ev)	((ev)->type >= 30 && (ev)->type < 40)
type               31 include/sound/asequencer.h #define snd_seq_ev_is_message_type(ev)	((ev)->type >= 60 && (ev)->type < 69)
type               33 include/sound/asequencer.h #define snd_seq_ev_is_sample_type(ev)	((ev)->type >= 70 && (ev)->type < 79)
type               35 include/sound/asequencer.h #define snd_seq_ev_is_user_type(ev)	((ev)->type >= 90 && (ev)->type < 99)
type               37 include/sound/asequencer.h #define snd_seq_ev_is_fixed_type(ev)	((ev)->type < 100)
type               39 include/sound/asequencer.h #define snd_seq_ev_is_variable_type(ev)	((ev)->type >= 130 && (ev)->type < 140)
type               41 include/sound/asequencer.h #define snd_seq_ev_is_reserved(ev)	((ev)->type >= 150)
type              156 include/sound/compress_driver.h 			int type, const char *id, struct snd_compr *compr);
type              133 include/sound/control.h int snd_ctl_get_preferred_subdevice(struct snd_card *card, int type);
type               70 include/sound/core.h 	enum snd_device_type type;	/* device type */
type              159 include/sound/core.h 	int type;			/* SNDRV_DEVICE_TYPE_XXX */
type              184 include/sound/core.h int snd_register_device(int type, struct snd_card *card, int dev,
type              188 include/sound/core.h void *snd_lookup_minor_data(unsigned int minor, int type);
type              191 include/sound/core.h int snd_register_oss_device(int type, struct snd_card *card, int dev,
type              193 include/sound/core.h int snd_unregister_oss_device(int type, struct snd_card *card, int dev);
type              194 include/sound/core.h void *snd_lookup_oss_minor_data(unsigned int minor, int type);
type              257 include/sound/core.h int snd_device_new(struct snd_card *card, enum snd_device_type type,
type             1510 include/sound/emu10k1.h 	int type;
type             1875 include/sound/emu10k1.h int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int pair, struct snd_emu10k1_voice **rvoice);
type               50 include/sound/emux_synth.h 	int (*load_fx)(struct snd_emux *emu, int type, int arg,
type              568 include/sound/gus.h struct snd_gus_voice *snd_gf1_alloc_voice(struct snd_gus_card * gus, int type, int client, int port);
type               51 include/sound/hdaudio.h 	int type;
type              219 include/sound/hdaudio.h 	int type;
type               89 include/sound/hdaudio_ext.h 					   int type);
type               90 include/sound/hdaudio_ext.h void snd_hdac_ext_stream_release(struct hdac_ext_stream *azx_dev, int type);
type               66 include/sound/jack.h 	int type;
type               76 include/sound/jack.h int snd_jack_new(struct snd_card *card, const char *id, int type,
type               81 include/sound/jack.h int snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type,
type               87 include/sound/jack.h static inline int snd_jack_new(struct snd_card *card, const char *id, int type,
type              111 include/sound/jack.h 				   enum snd_jack_types type,
type               20 include/sound/memalloc.h 	int type;			/* SNDRV_DMA_TYPE_XXX */
type              133 include/sound/memalloc.h int snd_dma_alloc_pages(int type, struct device *dev, size_t size,
type              135 include/sound/memalloc.h int snd_dma_alloc_pages_fallback(int type, struct device *dev, size_t size,
type               92 include/sound/minors.h #define MODULE_ALIAS_SNDRV_MINOR(type) \
type               93 include/sound/minors.h 	MODULE_ALIAS("sound-service-?-" __stringify(type))
type              255 include/sound/opl3.h 	unsigned char type;
type              363 include/sound/opl3.h 			int prog, int bank, int type,
type             1181 include/sound/pcm.h 				  int type, struct device *data,
type             1184 include/sound/pcm.h 					  int type, void *data,
type              331 include/sound/sb.h int snd_sbmixer_add_ctl(struct snd_sb *chip, const char *name, int index, int type, unsigned long value);
type              336 include/sound/sb.h 	int type;
type              342 include/sound/sb.h   .type = SB_MIX_SINGLE, \
type              347 include/sound/sb.h   .type = SB_MIX_DOUBLE, \
type              352 include/sound/sb.h   .type = SB_MIX_INPUT_SW, \
type              357 include/sound/sb.h 	return snd_sbmixer_add_ctl(chip, c->name, 0, c->type, c->private_value);
type               85 include/sound/seq_kernel.h 			      int cap, int type, int midi_channels, int midi_voices, char *portname);
type               73 include/sound/seq_midi_emul.h 	void (*control)(void *private_data, int type, struct snd_midi_channel *chan);
type               20 include/sound/seq_midi_event.h 	int type;		/* current event type */
type               73 include/sound/seq_oss.h 	int type;
type               72 include/sound/soc-component.h 			     enum snd_soc_dapm_type type, int subseq);
type              285 include/sound/soc-component.h 				    enum snd_soc_dapm_type type, int subseq);
type               65 include/sound/soc-topology.h 	enum snd_soc_dobj_type type;
type              102 include/sound/soc-topology.h 	u16 type;
type              494 include/sound/soc.h int snd_soc_card_jack_new(struct snd_soc_card *card, const char *id, int type,
type              103 include/sound/sof/control.h 	uint32_t type;		/**< enum sof_ipc_ctrl_type */
type               60 include/sound/sof/dai.h 	uint32_t type;		/**< DAI type - enum sof_ipc_dai_type */
type               82 include/sound/sof/info.h 	uint32_t type;		/**< SOF_IPC_EXT_ */
type               87 include/sound/sof/info.h 	uint32_t type;		/**< SOF_IPC_REGION_ */
type              103 include/sound/sof/info.h 	uint32_t type;		/**< SOF_IPC_REGION_ */
type               21 include/sound/sof/pm.h 	uint32_t type;
type               53 include/sound/sof/topology.h 	enum sof_comp_type type;
type              111 include/sound/sof/topology.h 	uint32_t type;		/**< DAI type - SOF_DAI_ */
type              188 include/sound/sof/topology.h 	uint32_t type;	/**< sof_ipc_process_type */
type               48 include/sound/soundfont.h 	short  type;		/* font type */
type              103 include/sound/vx_core.h 	int type;	/* VX_TYPE_XXX */
type              144 include/sound/vx_core.h 	int type;	/* VX_TYPE_XXX */
type              329 include/sound/vx_core.h #define vx_has_new_dsp(chip)	((chip)->type != VX_TYPE_BOARD)
type              330 include/sound/vx_core.h #define vx_is_pcmcia(chip)	((chip)->type >= VX_TYPE_VXPOCKET)
type              307 include/target/iscsi/iscsi_target_core.h 	enum data_count_type	type;
type               97 include/trace/events/9p.h #define show_9p_op(type)						\
type               98 include/trace/events/9p.h 	__print_symbolic(type, P9_MSG_T)
type              101 include/trace/events/9p.h 	    TP_PROTO(struct p9_client *clnt, int8_t type, int tag),
type              103 include/trace/events/9p.h 	    TP_ARGS(clnt, type, tag),
type              107 include/trace/events/9p.h 		    __field(	__u8,		type			     )
type              113 include/trace/events/9p.h 		    __entry->type    =  type;
type              118 include/trace/events/9p.h 		    (long)__entry->clnt, show_9p_op(__entry->type),
type              123 include/trace/events/9p.h 	    TP_PROTO(struct p9_client *clnt, int8_t type, int tag, int err),
type              125 include/trace/events/9p.h 	    TP_ARGS(clnt, type, tag, err),
type              129 include/trace/events/9p.h 		    __field(	__u8,		type			     )
type              136 include/trace/events/9p.h 		    __entry->type    =  type;
type              142 include/trace/events/9p.h 		      (long)__entry->clnt, show_9p_op(__entry->type),
type              155 include/trace/events/9p.h 		    __field(	__u8,		type				)
type              162 include/trace/events/9p.h 		    __entry->type   =  pdu->id;
type              167 include/trace/events/9p.h 		      (unsigned long)__entry->clnt, show_9p_op(__entry->type),
type              531 include/trace/events/afs.h 		    __entry->name	= call->type->name;
type             1140 include/trace/events/afs.h 		    __field(unsigned char,		type		)
type             1150 include/trace/events/afs.h 		    __entry->type = fl->fl_type;
type             1159 include/trace/events/afs.h 		      __print_symbolic(__entry->type, afs_flock_types),
type               17 include/trace/events/alarmtimer.h #define show_alarm_type(type)	__print_flags(type, " | ",	\
type               60 include/trace/events/alarmtimer.h 		__entry->alarm_type = alarm->type;
type               41 include/trace/events/btrfs.h #define show_ref_type(type)						\
type               42 include/trace/events/btrfs.h 	__print_symbolic(type,						\
type               70 include/trace/events/btrfs.h #define show_fi_type(type)						\
type               71 include/trace/events/btrfs.h 	__print_symbolic(type,						\
type               76 include/trace/events/btrfs.h #define show_qgroup_rsv_type(type)					\
type               77 include/trace/events/btrfs.h 	__print_symbolic(type,						\
type              224 include/trace/events/btrfs.h #define __show_map_type(type)						\
type              225 include/trace/events/btrfs.h 	__print_symbolic_u64(type,					\
type              231 include/trace/events/btrfs.h #define show_map_type(type)			\
type              232 include/trace/events/btrfs.h 	type, (type >= EXTENT_MAP_LAST_BYTE) ? "-" :  __show_map_type(type)
type              761 include/trace/events/btrfs.h 		__field(	int,  type		)
type              772 include/trace/events/btrfs.h 		__entry->type		= ref->type;
type              784 include/trace/events/btrfs.h 		  __entry->level, show_ref_type(__entry->type),
type              825 include/trace/events/btrfs.h 		__field(	int,  type		)
type              837 include/trace/events/btrfs.h 		__entry->type		= ref->type;
type              851 include/trace/events/btrfs.h 		  show_ref_type(__entry->type),
type              922 include/trace/events/btrfs.h #define show_chunk_type(type)					\
type              923 include/trace/events/btrfs.h 	__print_flags(type, "|",				\
type              943 include/trace/events/btrfs.h 		__field(	u64,  type			)
type              952 include/trace/events/btrfs.h 		__entry->type		= map->type;
type              965 include/trace/events/btrfs.h 		  show_chunk_type(__entry->type))
type             1021 include/trace/events/btrfs.h 	TP_PROTO(const struct btrfs_fs_info *fs_info, char *type, u64 val,
type             1024 include/trace/events/btrfs.h 	TP_ARGS(fs_info, type, val, bytes, reserve),
type             1027 include/trace/events/btrfs.h 		__string(	type,	type			)
type             1034 include/trace/events/btrfs.h 		__assign_str(type, type);
type             1040 include/trace/events/btrfs.h 	TP_printk_btrfs("%s: %llu %s %llu", __get_str(type), __entry->val,
type             1676 include/trace/events/btrfs.h 		 s64 diff, int type),
type             1678 include/trace/events/btrfs.h 	TP_ARGS(fs_info, qgroup, diff, type),
type             1684 include/trace/events/btrfs.h 		__field(	int,	type			)
type             1689 include/trace/events/btrfs.h 		__entry->cur_reserved	= qgroup->rsv.values[type];
type             1691 include/trace/events/btrfs.h 		__entry->type		= type;
type             1695 include/trace/events/btrfs.h 		__entry->qgid, show_qgroup_rsv_type(__entry->type),
type             1701 include/trace/events/btrfs.h 	TP_PROTO(struct btrfs_root *root, s64 diff, int type),
type             1703 include/trace/events/btrfs.h 	TP_ARGS(root, diff, type),
type             1708 include/trace/events/btrfs.h 		__field(	int,	type			)
type             1714 include/trace/events/btrfs.h 		__entry->type		= type;
type             1719 include/trace/events/btrfs.h 		show_qgroup_rsv_type(__entry->type), __entry->diff)
type             1754 include/trace/events/btrfs.h 		__field(	int,	type			)
type             1762 include/trace/events/btrfs.h 		__entry->type		= BTRFS_QGROUP_RSV_META_PERTRANS;
type             1767 include/trace/events/btrfs.h 		show_qgroup_rsv_type(__entry->type), __entry->diff)
type             1779 include/trace/events/btrfs.h 		__field(	 u8,  type		)
type             1792 include/trace/events/btrfs.h 		__entry->type		= oldref->key_for_search.type;
type             1804 include/trace/events/btrfs.h 			__entry->objectid, __entry->type,
type             2103 include/trace/events/btrfs.h 		__field(	u64,	type		)
type             2109 include/trace/events/btrfs.h 		__entry->type	= sinfo->flags;
type             2114 include/trace/events/btrfs.h 		__print_flags(__entry->type, "|", BTRFS_GROUP_FLAGS),
type               19 include/trace/events/devlink.h 		 unsigned long type, const u8 *buf, size_t len),
type               21 include/trace/events/devlink.h 	TP_ARGS(devlink, incoming, type, buf, len),
type               28 include/trace/events/devlink.h 		__field(unsigned long, type)
type               38 include/trace/events/devlink.h 		__entry->type = type;
type               45 include/trace/events/devlink.h 		  __get_str(driver_name), __entry->incoming, __entry->type,
type              187 include/trace/events/devlink.h 				       bool incoming, unsigned long type,
type               16 include/trace/events/erofs.h #define show_file_type(type)						\
type               17 include/trace/events/erofs.h 	__print_symbolic(type,						\
type               53 include/trace/events/f2fs.h #define show_block_type(type)						\
type               54 include/trace/events/f2fs.h 	__print_symbolic(type,						\
type               90 include/trace/events/f2fs.h #define show_data_type(type)						\
type               91 include/trace/events/f2fs.h 	__print_symbolic(type,						\
type              100 include/trace/events/f2fs.h #define show_file_type(type)						\
type              101 include/trace/events/f2fs.h 	__print_symbolic(type,						\
type              105 include/trace/events/f2fs.h #define show_gc_type(type)						\
type              106 include/trace/events/f2fs.h 	__print_symbolic(type,						\
type              110 include/trace/events/f2fs.h #define show_alloc_mode(type)						\
type              111 include/trace/events/f2fs.h 	__print_symbolic(type,						\
type              115 include/trace/events/f2fs.h #define show_victim_policy(type)					\
type              116 include/trace/events/f2fs.h 	__print_symbolic(type,						\
type              120 include/trace/events/f2fs.h #define show_cpreason(type)						\
type              121 include/trace/events/f2fs.h 	__print_flags(type, "|",					\
type              130 include/trace/events/f2fs.h #define show_fsync_cpreason(type)					\
type              131 include/trace/events/f2fs.h 	__print_symbolic(type,						\
type              143 include/trace/events/f2fs.h #define show_shutdown_mode(type)					\
type              144 include/trace/events/f2fs.h 	__print_symbolic(type,						\
type              737 include/trace/events/f2fs.h 	TP_PROTO(struct super_block *sb, int type, int gc_type,
type              741 include/trace/events/f2fs.h 	TP_ARGS(sb, type, gc_type, p, pre_victim, prefree, free),
type              745 include/trace/events/f2fs.h 		__field(int,	type)
type              759 include/trace/events/f2fs.h 		__entry->type		= type;
type              775 include/trace/events/f2fs.h 		show_data_type(__entry->type),
type             1018 include/trace/events/f2fs.h 		__field(int, type)
type             1030 include/trace/events/f2fs.h 		__entry->type		= fio->type;
type             1041 include/trace/events/f2fs.h 		show_block_type(__entry->type))
type             1064 include/trace/events/f2fs.h 	TP_PROTO(struct super_block *sb, int type, struct bio *bio),
type             1066 include/trace/events/f2fs.h 	TP_ARGS(sb, type, bio),
type             1073 include/trace/events/f2fs.h 		__field(int,	type)
type             1083 include/trace/events/f2fs.h 		__entry->type		= type;
type             1092 include/trace/events/f2fs.h 		show_block_type(__entry->type),
type             1099 include/trace/events/f2fs.h 	TP_PROTO(struct super_block *sb, int type, struct bio *bio),
type             1101 include/trace/events/f2fs.h 	TP_ARGS(sb, type, bio),
type             1108 include/trace/events/f2fs.h 	TP_PROTO(struct super_block *sb, int type, struct bio *bio),
type             1110 include/trace/events/f2fs.h 	TP_ARGS(sb, type, bio),
type             1117 include/trace/events/f2fs.h 	TP_PROTO(struct super_block *sb, int type, struct bio *bio),
type             1119 include/trace/events/f2fs.h 	TP_ARGS(sb, type, bio),
type             1126 include/trace/events/f2fs.h 	TP_PROTO(struct super_block *sb, int type, struct bio *bio),
type             1128 include/trace/events/f2fs.h 	TP_ARGS(sb, type, bio),
type             1195 include/trace/events/f2fs.h 	TP_PROTO(struct page *page, int type),
type             1197 include/trace/events/f2fs.h 	TP_ARGS(page, type),
type             1202 include/trace/events/f2fs.h 		__field(int, type)
type             1212 include/trace/events/f2fs.h 		__entry->type	= type;
type             1223 include/trace/events/f2fs.h 		show_block_type(__entry->type),
type             1232 include/trace/events/f2fs.h 	TP_PROTO(struct page *page, int type),
type             1234 include/trace/events/f2fs.h 	TP_ARGS(page, type)
type             1239 include/trace/events/f2fs.h 	TP_PROTO(struct page *page, int type),
type             1241 include/trace/events/f2fs.h 	TP_ARGS(page, type)
type             1246 include/trace/events/f2fs.h 	TP_PROTO(struct page *page, int type),
type             1248 include/trace/events/f2fs.h 	TP_ARGS(page, type)
type             1253 include/trace/events/f2fs.h 	TP_PROTO(struct page *page, int type),
type             1255 include/trace/events/f2fs.h 	TP_ARGS(page, type)
type             1260 include/trace/events/f2fs.h 	TP_PROTO(struct page *page, int type),
type             1262 include/trace/events/f2fs.h 	TP_ARGS(page, type)
type             1267 include/trace/events/f2fs.h 	TP_PROTO(struct page *page, int type),
type             1269 include/trace/events/f2fs.h 	TP_ARGS(page, type)
type             1274 include/trace/events/f2fs.h 	TP_PROTO(struct page *page, int type),
type             1276 include/trace/events/f2fs.h 	TP_ARGS(page, type)
type             1307 include/trace/events/f2fs.h 	TP_PROTO(struct inode *inode, struct writeback_control *wbc, int type),
type             1309 include/trace/events/f2fs.h 	TP_ARGS(inode, wbc, type),
type             1314 include/trace/events/f2fs.h 		__field(int,	type)
type             1333 include/trace/events/f2fs.h 		__entry->type		= type;
type             1353 include/trace/events/f2fs.h 		show_block_type(__entry->type),
type             1653 include/trace/events/f2fs.h 	TP_PROTO(struct super_block *sb, int type, s64 count),
type             1655 include/trace/events/f2fs.h 	TP_ARGS(sb, type, count),
type             1659 include/trace/events/f2fs.h 		__field(int, type)
type             1665 include/trace/events/f2fs.h 		__entry->type	= type;
type             1671 include/trace/events/f2fs.h 		show_file_type(__entry->type),
type             1677 include/trace/events/f2fs.h 	TP_PROTO(struct super_block *sb, int type, s64 count),
type             1679 include/trace/events/f2fs.h 	TP_ARGS(sb, type, count)
type             1684 include/trace/events/f2fs.h 	TP_PROTO(struct super_block *sb, int type, s64 count),
type             1686 include/trace/events/f2fs.h 	TP_ARGS(sb, type, count)
type               39 include/trace/events/filelock.h 	TP_PROTO(struct inode *inode, int type, struct file_lock_context *ctx),
type               41 include/trace/events/filelock.h 	TP_ARGS(inode, type, ctx),
type               46 include/trace/events/filelock.h 		__field(unsigned char, type)
type               53 include/trace/events/filelock.h 		__entry->type = type;
type               59 include/trace/events/filelock.h 		  __entry->i_ino, show_fl_type(__entry->type), __entry->ctx)
type              137 include/trace/events/jbd2.h 	TP_PROTO(dev_t dev, unsigned long tid, unsigned int type,
type              140 include/trace/events/jbd2.h 	TP_ARGS(dev, tid, type, line_no, requested_blocks),
type              145 include/trace/events/jbd2.h 		__field(	 unsigned int,	type		)
type              153 include/trace/events/jbd2.h 		__entry->type		  = type;
type              161 include/trace/events/jbd2.h 		  __entry->type, __entry->line_no, __entry->requested_blocks)
type              165 include/trace/events/jbd2.h 	TP_PROTO(dev_t dev, unsigned long tid, unsigned int type,
type              169 include/trace/events/jbd2.h 	TP_ARGS(dev, tid, type, line_no, buffer_credits, requested_blocks),
type              174 include/trace/events/jbd2.h 		__field(	 unsigned int,	type		)
type              183 include/trace/events/jbd2.h 		__entry->type		  = type;
type              192 include/trace/events/jbd2.h 		  __entry->type, __entry->line_no, __entry->buffer_credits,
type              197 include/trace/events/jbd2.h 	TP_PROTO(dev_t dev, unsigned long tid, unsigned int type,
type              201 include/trace/events/jbd2.h 	TP_ARGS(dev, tid, type, line_no, interval, sync,
type              207 include/trace/events/jbd2.h 		__field(	 unsigned int,	type		)
type              218 include/trace/events/jbd2.h 		__entry->type		  = type;
type              229 include/trace/events/jbd2.h 		  __entry->type, __entry->line_no, __entry->interval,
type              214 include/trace/events/kvm.h 	TP_PROTO(int type, int len, u64 gpa, void *val),
type              215 include/trace/events/kvm.h 	TP_ARGS(type, len, gpa, val),
type              218 include/trace/events/kvm.h 		__field(	u32,	type		)
type              225 include/trace/events/kvm.h 		__entry->type		= type;
type              235 include/trace/events/kvm.h 		  __print_symbolic(__entry->type, kvm_trace_symbol_mmio),
type               16 include/trace/events/kyber.h 	TP_PROTO(struct request_queue *q, const char *domain, const char *type,
type               20 include/trace/events/kyber.h 	TP_ARGS(q, domain, type, percentile, numerator, denominator, samples),
type               25 include/trace/events/kyber.h 		__array(	char,	type,	LATENCY_TYPE_LEN	)
type               35 include/trace/events/kyber.h 		strlcpy(__entry->type, type, sizeof(__entry->type));
type               44 include/trace/events/kyber.h 		  __entry->type, __entry->percentile, __entry->numerator,
type               86 include/trace/events/neigh.h 		__field(u8, type)
type              111 include/trace/events/neigh.h 		__entry->type = n->type;
type              148 include/trace/events/neigh.h 		  __entry->type, __entry->dead, __entry->refcnt,
type              166 include/trace/events/neigh.h 		__field(u8, type)
type              188 include/trace/events/neigh.h 		__entry->type = n->type;
type              221 include/trace/events/neigh.h 		  __entry->type, __entry->dead, __entry->refcnt,
type               12 include/trace/events/nilfs2.h #define show_collection_stage(type)					\
type               13 include/trace/events/nilfs2.h 	__print_symbolic(type,						\
type               57 include/trace/events/nilfs2.h #define show_transaction_state(type)					\
type               58 include/trace/events/nilfs2.h 	__print_symbolic(type,						\
type              480 include/trace/events/power.h 	TP_PROTO(const char *name, enum dev_pm_qos_req_type type,
type              483 include/trace/events/power.h 	TP_ARGS(name, type, new_value),
type              487 include/trace/events/power.h 		__field( enum dev_pm_qos_req_type, type         )
type              493 include/trace/events/power.h 		__entry->type = type;
type              499 include/trace/events/power.h 		  __print_symbolic(__entry->type,
type              507 include/trace/events/power.h 	TP_PROTO(const char *name, enum dev_pm_qos_req_type type,
type              510 include/trace/events/power.h 	TP_ARGS(name, type, new_value)
type              515 include/trace/events/power.h 	TP_PROTO(const char *name, enum dev_pm_qos_req_type type,
type              518 include/trace/events/power.h 	TP_ARGS(name, type, new_value)
type              523 include/trace/events/power.h 	TP_PROTO(const char *name, enum dev_pm_qos_req_type type,
type              526 include/trace/events/power.h 	TP_ARGS(name, type, new_value)
type              688 include/trace/events/rxrpc.h 		      __entry->hdr.type, __entry->hdr.flags,
type              689 include/trace/events/rxrpc.h 		      __entry->hdr.type <= 15 ?
type              690 include/trace/events/rxrpc.h 		      __print_symbolic(__entry->hdr.type, rxrpc_pkts) : "?UNK")
type              942 include/trace/events/rxrpc.h 		      __entry->whdr.type, __entry->whdr.flags,
type              943 include/trace/events/rxrpc.h 		      __entry->whdr.type <= 15 ?
type              944 include/trace/events/rxrpc.h 		      __print_symbolic(__entry->whdr.type, rxrpc_pkts) : "?UNK",
type             1208 include/trace/events/rxrpc.h 		      __entry->hdr.type, __entry->hdr.flags,
type             1209 include/trace/events/rxrpc.h 		      __entry->hdr.type <= 15 ?
type             1210 include/trace/events/rxrpc.h 		      __print_symbolic(__entry->hdr.type, rxrpc_pkts) : "?UNK")
type               17 include/trace/events/thermal.h #define show_tzt_type(type)					\
type               18 include/trace/events/thermal.h 	__print_symbolic(type,					\
type               31 include/trace/events/thermal.h 		__string(thermal_zone, tz->type)
type               38 include/trace/events/thermal.h 		__assign_str(thermal_zone, tz->type);
type               56 include/trace/events/thermal.h 		__string(type, cdev->type)
type               61 include/trace/events/thermal.h 		__assign_str(type, cdev->type);
type               65 include/trace/events/thermal.h 	TP_printk("type=%s target=%lu", __get_str(type), __entry->target)
type               76 include/trace/events/thermal.h 		__string(thermal_zone, tz->type)
type               83 include/trace/events/thermal.h 		__assign_str(thermal_zone, tz->type);
type              161 include/trace/events/thermal.h 		__string(type,         cdev->type    )
type              170 include/trace/events/thermal.h 		__assign_str(type, cdev->type);
type              179 include/trace/events/thermal.h 		__get_str(type), __entry->freq,
type              191 include/trace/events/thermal.h 		__string(type,         cdev->type)
type              198 include/trace/events/thermal.h 		__assign_str(type, cdev->type);
type              205 include/trace/events/thermal.h 		__get_str(type), __entry->freq, __entry->cdev_state,
type              143 include/trace/events/timer.h #define decode_clockid(type)						\
type              144 include/trace/events/timer.h 	__print_symbolic(type,						\
type               17 include/trace/events/v4l2.h #define show_type(type)							\
type               18 include/trace/events/v4l2.h 	__print_symbolic(type, SHOW_TYPE)
type               66 include/trace/events/v4l2.h #define show_timecode_type(type)					\
type               67 include/trace/events/v4l2.h 	__print_symbolic(type,						\
type              108 include/trace/events/v4l2.h 		__field(u32, type)
type              129 include/trace/events/v4l2.h 		__entry->type = buf->type;
type              134 include/trace/events/v4l2.h 		__entry->timecode_type = buf->timecode.type;
type              152 include/trace/events/v4l2.h 		  __entry->index, show_type(__entry->type),
type              211 include/trace/events/v4l2.h 		__entry->timecode_type = vbuf->timecode.type;
type               20 include/trace/events/vb2.h 		__field(u32, type)
type               31 include/trace/events/vb2.h 		__entry->type = vb->type;
type               40 include/trace/events/vb2.h 		  __entry->index, __entry->type,
type               41 include/trace/events/vsock_virtio_transport_common.h 		 __u16 type,
type               49 include/trace/events/vsock_virtio_transport_common.h 		type,
type               59 include/trace/events/vsock_virtio_transport_common.h 		__field(__u16, type)
type               69 include/trace/events/vsock_virtio_transport_common.h 		__entry->type = type;
type               77 include/trace/events/vsock_virtio_transport_common.h 		  show_type(__entry->type),
type               87 include/trace/events/vsock_virtio_transport_common.h 		 __u16 type,
type               97 include/trace/events/vsock_virtio_transport_common.h 		type,
type              109 include/trace/events/vsock_virtio_transport_common.h 		__field(__u16, type)
type              121 include/trace/events/vsock_virtio_transport_common.h 		__entry->type = type;
type              132 include/trace/events/vsock_virtio_transport_common.h 		  show_type(__entry->type),
type              334 include/trace/events/xdp.h 		__entry->mem_type	= xa->mem.type;
type              364 include/trace/events/xdp.h 		__entry->mem_type	= xa->mem.type;
type              395 include/trace/events/xdp.h 		__entry->mem_type	= mem->type;
type              444 include/trace/events/xen.h 	    TP_PROTO(struct desc_struct *dt, int entrynum, const void *desc, int type),
type              445 include/trace/events/xen.h 	    TP_ARGS(dt, entrynum, desc, type),
type              450 include/trace/events/xen.h 		    __field(int, type)
type              455 include/trace/events/xen.h 			   __entry->type = type;
type              458 include/trace/events/xen.h 		      __entry->dt, __entry->entrynum, __entry->type,
type               84 include/trace/trace_events.h #define __field(type, item)		type	item;
type               87 include/trace/trace_events.h #define __field_ext(type, item, filter_type)	type	item;
type               90 include/trace/trace_events.h #define __field_struct(type, item)	type	item;
type               93 include/trace/trace_events.h #define __field_struct_ext(type, item, filter_type)	type	item;
type               96 include/trace/trace_events.h #define __array(type, item, len)	type	item[len];
type               99 include/trace/trace_events.h #define __dynamic_array(type, item, len) u32 __data_loc_##item;
type              179 include/trace/trace_events.h #define __field(type, item)
type              182 include/trace/trace_events.h #define __field_ext(type, item, filter_type)
type              185 include/trace/trace_events.h #define __field_struct(type, item)
type              188 include/trace/trace_events.h #define __field_struct_ext(type, item, filter_type)
type              191 include/trace/trace_events.h #define __array(type, item, len)
type              194 include/trace/trace_events.h #define __dynamic_array(type, item, len)	u32 item;
type              380 include/trace/trace_events.h 	if (entry->type != event_##call.event.type) {			\
type              397 include/trace/trace_events.h #define __field_ext(type, item, filter_type)				\
type              398 include/trace/trace_events.h 	ret = trace_define_field(event_call, #type, #item,		\
type              401 include/trace/trace_events.h 				 is_signed_type(type), filter_type);	\
type              406 include/trace/trace_events.h #define __field_struct_ext(type, item, filter_type)			\
type              407 include/trace/trace_events.h 	ret = trace_define_field(event_call, #type, #item,		\
type              415 include/trace/trace_events.h #define __field(type, item)	__field_ext(type, item, FILTER_OTHER)
type              418 include/trace/trace_events.h #define __field_struct(type, item) __field_struct_ext(type, item, FILTER_OTHER)
type              421 include/trace/trace_events.h #define __array(type, item, len)					\
type              423 include/trace/trace_events.h 		char *type_str = #type"["__stringify(len)"]";		\
type              429 include/trace/trace_events.h 				 is_signed_type(type), FILTER_OTHER);	\
type              435 include/trace/trace_events.h #define __dynamic_array(type, item, len)				       \
type              436 include/trace/trace_events.h 	ret = trace_define_field(event_call, "__data_loc " #type "[]", #item,  \
type              439 include/trace/trace_events.h 				 is_signed_type(type), FILTER_OTHER);
type              477 include/trace/trace_events.h #define __field(type, item)
type              480 include/trace/trace_events.h #define __field_ext(type, item, filter_type)
type              483 include/trace/trace_events.h #define __field_struct(type, item)
type              486 include/trace/trace_events.h #define __field_struct_ext(type, item, filter_type)
type              489 include/trace/trace_events.h #define __array(type, item, len)
type              492 include/trace/trace_events.h #define __dynamic_array(type, item, len)				\
type              493 include/trace/trace_events.h 	__item_length = (len) * sizeof(type);				\
type              657 include/trace/trace_events.h #define __field(type, item)
type              660 include/trace/trace_events.h #define __field_struct(type, item)
type              663 include/trace/trace_events.h #define __array(type, item, len)
type              666 include/trace/trace_events.h #define __dynamic_array(type, item, len)				\
type              157 include/uapi/asm-generic/fcntl.h 	int	type;
type               69 include/uapi/asm-generic/ioctl.h #define _IOC(dir,type,nr,size) \
type               71 include/uapi/asm-generic/ioctl.h 	 ((type) << _IOC_TYPESHIFT) | \
type               85 include/uapi/asm-generic/ioctl.h #define _IO(type,nr)		_IOC(_IOC_NONE,(type),(nr),0)
type               86 include/uapi/asm-generic/ioctl.h #define _IOR(type,nr,size)	_IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size)))
type               87 include/uapi/asm-generic/ioctl.h #define _IOW(type,nr,size)	_IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size)))
type               88 include/uapi/asm-generic/ioctl.h #define _IOWR(type,nr,size)	_IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size)))
type               89 include/uapi/asm-generic/ioctl.h #define _IOR_BAD(type,nr,size)	_IOC(_IOC_READ,(type),(nr),sizeof(size))
type               90 include/uapi/asm-generic/ioctl.h #define _IOW_BAD(type,nr,size)	_IOC(_IOC_WRITE,(type),(nr),sizeof(size))
type               91 include/uapi/asm-generic/ioctl.h #define _IOWR_BAD(type,nr,size)	_IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))
type              828 include/uapi/drm/amdgpu_drm.h 			__u32 type;
type              848 include/uapi/drm/amdgpu_drm.h 			__u32 type;
type              853 include/uapi/drm/amdgpu_drm.h 			__u32 type;
type              226 include/uapi/drm/drm.h 	enum drm_map_type type;	 /**< Type of memory to map */
type              273 include/uapi/drm/drm.h 		enum drm_stat_type type;
type              454 include/uapi/drm/drm.h 	unsigned int type;
type              496 include/uapi/drm/drm.h 	enum drm_vblank_seq_type type;
type              502 include/uapi/drm/drm.h 	enum drm_vblank_seq_type type;
type              548 include/uapi/drm/drm.h 	unsigned long type;	/**< Type of memory to allocate */
type              823 include/uapi/drm/drm.h #define DRM_IOR(nr,type)		_IOR(DRM_IOCTL_BASE,nr,type)
type              824 include/uapi/drm/drm.h #define DRM_IOW(nr,type)		_IOW(DRM_IOCTL_BASE,nr,type)
type              825 include/uapi/drm/drm.h #define DRM_IOWR(nr,type)		_IOWR(DRM_IOCTL_BASE,nr,type)
type              974 include/uapi/drm/drm.h 	__u32 type;
type              237 include/uapi/drm/drm_mode.h 	__u32 type;
type              160 include/uapi/drm/exynos_drm.h 	__u32 type;
type              222 include/uapi/drm/exynos_drm.h 	__u32 type;
type              243 include/uapi/drm/exynos_drm.h 	__u32 type;
type             1918 include/uapi/drm/i915_drm.h 	__u32 type;
type              181 include/uapi/drm/msm_drm.h 	__u32 type;           /* in, one of MSM_SUBMIT_CMD_x */
type               85 include/uapi/drm/qxl_drm.h 	__u32		type;
type              131 include/uapi/drm/via_drm.h 	__u32 type;
type              241 include/uapi/drm/via_drm.h 	via_irq_seq_type_t type;
type               48 include/uapi/linux/a.out.h #define N_SET_INFO(exec, magic, type, flags) \
type               50 include/uapi/linux/a.out.h 	 | (((int)(type) & 0xff) << 16) \
type               95 include/uapi/linux/agpgart.h 	__u32 type;		/* 0 == normal, other devspec   */
type               67 include/uapi/linux/android/binder.h 	__u32        type;
type               18 include/uapi/linux/atm_he.h 	char type;
type               37 include/uapi/linux/atm_tcp.h 	int type;		/* message type; both directions */
type               37 include/uapi/linux/atmarp.h 	enum atmarp_ctrl_type	type;	/* message type */
type               60 include/uapi/linux/atmlec.h 	atmlec_msg_type type;
type               19 include/uapi/linux/atmmpc.h         int type;                     /* ingress or egress                 */
type               53 include/uapi/linux/atmmpc.h         __u16 type;
type               70 include/uapi/linux/atmmpc.h         __u8  type[2]; /* Ether type (for IP)              (0x0800)   */
type               24 include/uapi/linux/atmsvc.h 	enum atmsvc_msg_type type;
type               73 include/uapi/linux/auto_dev-ioctl.h 			__u32	type;
type               47 include/uapi/linux/auto_fs.h 	int type;			/* Type of packet */
type              103 include/uapi/linux/auto_fs.h static inline void set_autofs_type_indirect(unsigned int *type)
type              105 include/uapi/linux/auto_fs.h 	*type = AUTOFS_TYPE_INDIRECT;
type              108 include/uapi/linux/auto_fs.h static inline unsigned int autofs_type_indirect(unsigned int type)
type              110 include/uapi/linux/auto_fs.h 	return (type == AUTOFS_TYPE_INDIRECT);
type              113 include/uapi/linux/auto_fs.h static inline void set_autofs_type_direct(unsigned int *type)
type              115 include/uapi/linux/auto_fs.h 	*type = AUTOFS_TYPE_DIRECT;
type              118 include/uapi/linux/auto_fs.h static inline unsigned int autofs_type_direct(unsigned int type)
type              120 include/uapi/linux/auto_fs.h 	return (type == AUTOFS_TYPE_DIRECT);
type              123 include/uapi/linux/auto_fs.h static inline void set_autofs_type_offset(unsigned int *type)
type              125 include/uapi/linux/auto_fs.h 	*type = AUTOFS_TYPE_OFFSET;
type              128 include/uapi/linux/auto_fs.h static inline unsigned int autofs_type_offset(unsigned int type)
type              130 include/uapi/linux/auto_fs.h 	return (type == AUTOFS_TYPE_OFFSET);
type              133 include/uapi/linux/auto_fs.h static inline unsigned int autofs_type_trigger(unsigned int type)
type              135 include/uapi/linux/auto_fs.h 	return (type == AUTOFS_TYPE_DIRECT || type == AUTOFS_TYPE_OFFSET);
type              143 include/uapi/linux/auto_fs.h static inline void set_autofs_type_any(unsigned int *type)
type              145 include/uapi/linux/auto_fs.h 	*type = AUTOFS_TYPE_ANY;
type              148 include/uapi/linux/auto_fs.h static inline unsigned int autofs_type_any(unsigned int type)
type              150 include/uapi/linux/auto_fs.h 	return (type == AUTOFS_TYPE_ANY);
type              191 include/uapi/linux/batadv_packet.h 	__u8   type;		/* bla_claimframe */
type              552 include/uapi/linux/batadv_packet.h 	__u8   type;
type               11 include/uapi/linux/bcache.h #define BITMASK(name, type, field, offset, size)		\
type               12 include/uapi/linux/bcache.h static inline __u64 name(const type *k)				\
type               15 include/uapi/linux/bcache.h static inline void SET_##name(type *k, __u64 v)			\
type               98 include/uapi/linux/blkzoned.h 	__u8	type;		/* Zone type */
type             2963 include/uapi/linux/bpf.h #define __bpf_md_ptr(type, name)	\
type             2965 include/uapi/linux/bpf.h 	type name;			\
type             3063 include/uapi/linux/bpf.h 	__u32 type;
type             3220 include/uapi/linux/bpf.h 	__u32 type;
type             3258 include/uapi/linux/bpf.h 	__u32 type;
type             3296 include/uapi/linux/bpf.h 	__u32 type;		/* Allows 4-byte read, but no write */
type               51 include/uapi/linux/btf.h 		__u32 type;
type              105 include/uapi/linux/btf.h 	__u32	type;
type              117 include/uapi/linux/btf.h 	__u32	type;
type              140 include/uapi/linux/btf.h 	__u32	type;
type              160 include/uapi/linux/btf.h 	__u32	type;
type              504 include/uapi/linux/btrfs.h 	__u32 type;
type              345 include/uapi/linux/btrfs_tree.h 	__u8 type;
type              351 include/uapi/linux/btrfs_tree.h 	__u8 type;
type              375 include/uapi/linux/btrfs_tree.h 	__le64 type;
type              416 include/uapi/linux/btrfs_tree.h 	__le64 type;
type              444 include/uapi/linux/btrfs_tree.h 	__u8 type;
type              515 include/uapi/linux/btrfs_tree.h 	__u8 type;
type              597 include/uapi/linux/btrfs_tree.h 	__u8 type;
type              771 include/uapi/linux/btrfs_tree.h 	__u8 type;
type              146 include/uapi/linux/caif/caif_socket.h 			__u8  type;		/* type: enum caif_at_type */
type              160 include/uapi/linux/caif/caif_socket.h 			__u8  type;		/* type:enum caif_debug_type */
type              546 include/uapi/linux/cdrom.h 	__u8 type;
type              552 include/uapi/linux/cdrom.h 	__u8 type;
type              560 include/uapi/linux/cdrom.h 	__u8 type;
type              567 include/uapi/linux/cdrom.h 	__u8 type;
type              574 include/uapi/linux/cdrom.h 	__u8 type;
type              582 include/uapi/linux/cdrom.h 	__u8 type;
type              618 include/uapi/linux/cdrom.h 	__u8 type;
type              623 include/uapi/linux/cdrom.h 	__u8 type;
type              630 include/uapi/linux/cdrom.h 	__u8 type;
type              637 include/uapi/linux/cdrom.h 	__u8 type;
type              654 include/uapi/linux/cdrom.h 	__u8 type;
type              665 include/uapi/linux/cdrom.h 	__u8 type;
type              672 include/uapi/linux/cdrom.h 	__u8 type;
type              677 include/uapi/linux/cdrom.h 	__u8 type		: 2;
type              685 include/uapi/linux/cdrom.h 	__u8 type;
type              173 include/uapi/linux/cec-funcs.h 	__u8 type;
type              296 include/uapi/linux/cec-funcs.h 	switch (rec_src->type) {
type              323 include/uapi/linux/cec-funcs.h 	rec_src->type = msg->msg[2];
type              324 include/uapi/linux/cec-funcs.h 	switch (rec_src->type) {
type              657 include/uapi/linux/coda.h 	int type;
type               83 include/uapi/linux/cryptouser.h 	char type[CRYPTO_MAX_NAME];
type               92 include/uapi/linux/cryptouser.h 	char type[CRYPTO_MAX_NAME];
type              103 include/uapi/linux/cryptouser.h 	char type[CRYPTO_MAX_NAME];
type              112 include/uapi/linux/cryptouser.h 	char type[CRYPTO_MAX_NAME];
type              121 include/uapi/linux/cryptouser.h 	char type[CRYPTO_MAX_NAME];
type              128 include/uapi/linux/cryptouser.h 	char type[CRYPTO_MAX_NAME];
type              136 include/uapi/linux/cryptouser.h 	char type[CRYPTO_MAX_NAME];
type              144 include/uapi/linux/cryptouser.h 	char type[CRYPTO_MAX_NAME];
type              148 include/uapi/linux/cryptouser.h 	char type[CRYPTO_MAX_NAME];
type              152 include/uapi/linux/cryptouser.h 	char type[CRYPTO_MAX_NAME];
type              158 include/uapi/linux/cryptouser.h 	char type[CRYPTO_MAX_NAME];
type              165 include/uapi/linux/cryptouser.h 	char type[CRYPTO_MAX_NAME];
type              174 include/uapi/linux/cryptouser.h 	char type[CRYPTO_MAX_NAME];
type              182 include/uapi/linux/cryptouser.h 	char type[CRYPTO_MAX_NAME];
type              186 include/uapi/linux/cryptouser.h 	char type[CRYPTO_MAX_NAME];
type              191 include/uapi/linux/cryptouser.h 	char type[CRYPTO_MAX_NAME];
type              195 include/uapi/linux/cryptouser.h 	char type[CRYPTO_MAX_NAME];
type              199 include/uapi/linux/cryptouser.h 	char type[CRYPTO_MAX_NAME];
type              118 include/uapi/linux/dccp.h static inline unsigned int dccp_packet_hdr_len(const __u8 type)
type              120 include/uapi/linux/dccp.h 	if (type == DCCP_PKT_DATA)
type              122 include/uapi/linux/dccp.h 	if (type == DCCP_PKT_DATAACK	||
type              123 include/uapi/linux/dccp.h 	    type == DCCP_PKT_ACK	||
type              124 include/uapi/linux/dccp.h 	    type == DCCP_PKT_SYNC	||
type              125 include/uapi/linux/dccp.h 	    type == DCCP_PKT_SYNCACK	||
type              126 include/uapi/linux/dccp.h 	    type == DCCP_PKT_CLOSE	||
type              127 include/uapi/linux/dccp.h 	    type == DCCP_PKT_CLOSEREQ)
type              129 include/uapi/linux/dccp.h 	if (type == DCCP_PKT_REQUEST)
type              131 include/uapi/linux/dccp.h 	if (type == DCCP_PKT_RESPONSE)
type               53 include/uapi/linux/dvb/ca.h 	int type;
type               82 include/uapi/linux/dvb/ca.h 	unsigned int type;
type              117 include/uapi/linux/dvb/ca.h 	unsigned int type;
type              148 include/uapi/linux/dvb/frontend.h 	enum fe_type type;	/* DEPRECATED. Use DTV_ENUM_DELSYS instead */
type              123 include/uapi/linux/dvb/video.h 	__s32 type;
type              384 include/uapi/linux/ethtool.h 	__u32   type;
type              162 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              140 include/uapi/linux/firewire-cdev.h 	__u32 type;
type              199 include/uapi/linux/firewire-cdev.h 	__u32 type;
type              265 include/uapi/linux/firewire-cdev.h 	__u32 type;
type              304 include/uapi/linux/firewire-cdev.h 	__u32 type;
type              331 include/uapi/linux/firewire-cdev.h 	__u32 type;
type              355 include/uapi/linux/firewire-cdev.h 	__u32 type;
type              611 include/uapi/linux/firewire-cdev.h 	__u32 type;
type              703 include/uapi/linux/firewire-cdev.h 	__u32 type;
type              102 include/uapi/linux/fscrypt.h 	__u32 type;	/* one of FSCRYPT_KEY_SPEC_TYPE_* */
type              103 include/uapi/linux/fsmap.h #define FMR_OWNER(type, code)	(((__u64)type << 32) | \
type              253 include/uapi/linux/fuse.h 	uint32_t	type;
type              807 include/uapi/linux/fuse.h 	uint32_t	type;
type               55 include/uapi/linux/hiddev.h 	__u32 type;
type               70 include/uapi/linux/icmp.h   __u8		type;
type              206 include/uapi/linux/if.h 	unsigned int type;	/* Type of physical device or protocol */
type              142 include/uapi/linux/if_pppox.h 	__u8 type : 4;
type              146 include/uapi/linux/if_pppox.h 	__u8 type : 4;
type               32 include/uapi/linux/igmp.h 	__u8 type;
type               55 include/uapi/linux/igmp.h 	__u8 type;
type               64 include/uapi/linux/igmp.h 	__u8 type;
type               44 include/uapi/linux/input.h 	__u16 type;
type              124 include/uapi/linux/input.h 	__u32 type;
type              451 include/uapi/linux/input.h 	__u16 type;
type              112 include/uapi/linux/iommu.h 	__u32	type;
type               51 include/uapi/linux/ipv6.h 	__u8		type;
type               84 include/uapi/linux/ipv6.h #define rt0_type		rt_hdr.type
type               96 include/uapi/linux/ipv6.h #define rt2_type		rt_hdr.type
type              104 include/uapi/linux/ipv6.h 	__u8			type;
type               16 include/uapi/linux/iso_fs.h 	__u8 type[ISODCL(1,1)]; /* 711 */
type               30 include/uapi/linux/iso_fs.h 	__u8 type			[ISODCL (  1,   1)]; /* 711 */
type               67 include/uapi/linux/iso_fs.h 	__u8 type			[ISODCL (  1,   1)]; /* 711 */
type              107 include/uapi/linux/iso_fs.h 	__u8 type			[ISODCL (  9,   9)]; /* 711 */
type              116 include/uapi/linux/iso_fs.h 	__u8 type			[ISODCL (  9,   9)]; /* 711 */
type               51 include/uapi/linux/ivtv.h 	enum v4l2_buf_type type; /* V4L2_BUF_TYPE_VIDEO_OUTPUT */
type              122 include/uapi/linux/jffs2.h 	__u8 type;
type               47 include/uapi/linux/joystick.h 	__u8 type;	/* event type */
type               79 include/uapi/linux/joystick.h 	__u16 type;
type              440 include/uapi/linux/kfd_ioctl.h #define AMDKFD_IOR(nr, type)		_IOR(AMDKFD_IOCTL_BASE, nr, type)
type              441 include/uapi/linux/kfd_ioctl.h #define AMDKFD_IOW(nr, type)		_IOW(AMDKFD_IOCTL_BASE, nr, type)
type              442 include/uapi/linux/kfd_ioctl.h #define AMDKFD_IOWR(nr, type)		_IOWR(AMDKFD_IOCTL_BASE, nr, type)
type              191 include/uapi/linux/kvm.h 	__u32 type;
type              379 include/uapi/linux/kvm.h 			__u32 type;
type              574 include/uapi/linux/kvm.h 	__u32 type;
type              640 include/uapi/linux/kvm.h 	__u64 type;
type             1042 include/uapi/linux/kvm.h 	__u32 type;
type             1194 include/uapi/linux/kvm.h 	__u32	type;	/* in: KVM_DEV_TYPE_xxx */
type               91 include/uapi/linux/lightnvm.h 	__u32 type;
type              154 include/uapi/linux/media.h 	__u32 type;
type               42 include/uapi/linux/mic_common.h 	__s8 type;
type               74 include/uapi/linux/nbd.h 	__be32 type;	/* == READ || == WRITE 	*/
type               67 include/uapi/linux/ndctl.h 	__u16 type;
type               81 include/uapi/linux/ndctl.h 	__u16 type;
type               26 include/uapi/linux/net_dropmon.h 	__u32 type;
type               47 include/uapi/linux/netfilter/nfnetlink_compat.h #define NFA_NEST(skb, type) \
type               49 include/uapi/linux/netfilter/nfnetlink_compat.h 	NFA_PUT(skb, (NFNL_NFA_NEST | type), 0, NULL); \
type              129 include/uapi/linux/netfilter/x_tables.h #define XT_MATCH_ITERATE(type, e, fn, args...)			\
type              135 include/uapi/linux/netfilter/x_tables.h 	for (__i = sizeof(type);				\
type              148 include/uapi/linux/netfilter/x_tables.h #define XT_ENTRY_ITERATE_CONTINUE(type, entries, size, n, fn, args...) \
type              152 include/uapi/linux/netfilter/x_tables.h 	type *__entry;						\
type              168 include/uapi/linux/netfilter/x_tables.h #define XT_ENTRY_ITERATE(type, entries, size, fn, args...) \
type              169 include/uapi/linux/netfilter/x_tables.h 	XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args)
type               28 include/uapi/linux/netfilter/xt_AUDIT.h 	__u8 type; /* XT_AUDIT_TYPE_* */
type               17 include/uapi/linux/netfilter/xt_l2tp.h 	__u8 type;			/* L2TP packet type */
type               39 include/uapi/linux/netfilter/xt_sctp.h #define bytes(type) (sizeof(type) * 8)
type               41 include/uapi/linux/netfilter/xt_sctp.h #define SCTP_CHUNKMAP_SET(chunkmap, type) 		\
type               43 include/uapi/linux/netfilter/xt_sctp.h 		(chunkmap)[type / bytes(__u32)] |= 	\
type               44 include/uapi/linux/netfilter/xt_sctp.h 			1u << (type % bytes(__u32));	\
type               47 include/uapi/linux/netfilter/xt_sctp.h #define SCTP_CHUNKMAP_CLEAR(chunkmap, type)		 	\
type               49 include/uapi/linux/netfilter/xt_sctp.h 		(chunkmap)[type / bytes(__u32)] &= 		\
type               50 include/uapi/linux/netfilter/xt_sctp.h 			~(1u << (type % bytes(__u32)));	\
type               53 include/uapi/linux/netfilter/xt_sctp.h #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) 			\
type               55 include/uapi/linux/netfilter/xt_sctp.h 	((chunkmap)[type / bytes (__u32)] & 		\
type               56 include/uapi/linux/netfilter/xt_sctp.h 		(1u << (type % bytes (__u32)))) ? 1: 0;	\
type               35 include/uapi/linux/netfilter_bridge/ebt_802_3.h 	__be16 type;
type               43 include/uapi/linux/netfilter_bridge/ebt_802_3.h 	__be16 type;
type               59 include/uapi/linux/netfilter_bridge/ebt_802_3.h 	__be16 type;
type               41 include/uapi/linux/netfilter_bridge/ebt_stp.h 	__u8 type;
type              148 include/uapi/linux/netfilter_ipv4/ip_tables.h 	__u8 type;				/* type to match */
type              188 include/uapi/linux/netfilter_ipv6/ip6_tables.h 	__u8 type;				/* type to match */
type               26 include/uapi/linux/netrom.h 	int		type;
type              151 include/uapi/linux/omapfb.h 	__u8  type;
type              315 include/uapi/linux/perf_event.h 	__u32			type;
type              681 include/uapi/linux/perf_event.h 	__u32	type;
type             1178 include/uapi/linux/perf_event.h 		type:4,     /* branch type */
type              861 include/uapi/linux/pkt_sched.h 	__u32	type;
type               18 include/uapi/linux/pr.h 	__u32	type;
type               32 include/uapi/linux/pr.h 	__u32	type;
type               63 include/uapi/linux/quota.h #define QCMD(cmd, type)  (((cmd) << SUBCMDSHIFT) | ((type) & SUBCMDMASK))
type              349 include/uapi/linux/raid/md_p.h 	__le16 type;
type               85 include/uapi/linux/rfkill.h 	__u8  type;
type              484 include/uapi/linux/rtnetlink.h 			__u8	type;
type               88 include/uapi/linux/seccomp.h #define SECCOMP_IOR(nr, type)		_IOR(SECCOMP_IOC_MAGIC, nr, type)
type               89 include/uapi/linux/seccomp.h #define SECCOMP_IOW(nr, type)		_IOW(SECCOMP_IOC_MAGIC, nr, type)
type               90 include/uapi/linux/seccomp.h #define SECCOMP_IOWR(nr, type)		_IOWR(SECCOMP_IOC_MAGIC, nr, type)
type               27 include/uapi/linux/seg6.h 	__u8	type;
type               50 include/uapi/linux/seg6.h 	__u8 type;
type               20 include/uapi/linux/serial.h 	int	type;
type               54 include/uapi/linux/tipc.h 	__u32 type;
type               59 include/uapi/linux/tipc.h 	__u32 type;
type              202 include/uapi/linux/tipc.h 	__u32 type;      /* group id */
type              220 include/uapi/linux/tipc_config.h 	__be32 type;	/* {t,l,u} info ignored if high bit of "depth" is set */
type              291 include/uapi/linux/tipc_config.h static inline int TLV_CHECK_TYPE(struct tlv_desc *tlv,  __u16 type)
type              293 include/uapi/linux/tipc_config.h 	return (ntohs(tlv->tlv_type) == type);
type              296 include/uapi/linux/tipc_config.h static inline void TLV_SET_TYPE(struct tlv_desc *tlv, __u16 type)
type              298 include/uapi/linux/tipc_config.h 	tlv->tlv_type = htons(type);
type              301 include/uapi/linux/tipc_config.h static inline int TLV_SET(void *tlv, __u16 type, void *data, __u16 len)
type              308 include/uapi/linux/tipc_config.h 	tlv_ptr->tlv_type = htons(type);
type              151 include/uapi/linux/uhid.h 	__u16 type;
type              181 include/uapi/linux/uhid.h 	__u32 type;
type              244 include/uapi/linux/usb/functionfs.h 	__u8				type;
type               61 include/uapi/linux/usb/gadgetfs.h 	enum usb_gadgetfs_event_type	type;
type              118 include/uapi/linux/usbdevice_fs.h 	unsigned char type;
type               41 include/uapi/linux/userio.h 	__u8 type;
type               35 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type               45 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               66 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type               76 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type               85 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type               94 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              113 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              122 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              132 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              142 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              161 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              171 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              180 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              201 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              222 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              242 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              252 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              263 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              272 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              282 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              291 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              311 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              318 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              335 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              342 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              350 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              358 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              366 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              374 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              382 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              390 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              398 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              406 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              415 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              422 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              429 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              437 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              445 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              454 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              465 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              473 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              480 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              487 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              494 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              502 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              517 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              524 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              531 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              539 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              547 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              555 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              564 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              572 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              580 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              588 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              596 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              612 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              620 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              629 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              637 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              644 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              651 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              658 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              682 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              689 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              696 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              704 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              713 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              721 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              729 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              753 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              762 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              770 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              777 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              784 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              791 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              799 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              806 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              813 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              828 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              835 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              846 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              854 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              861 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              883 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              890 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              897 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              905 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              914 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              922 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              929 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              936 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              943 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              952 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              960 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type              971 include/uapi/linux/v4l2-dv-timings.h 	.type = V4L2_DV_BT_656_1120, \
type               19 include/uapi/linux/vbox_vmmdev_types.h #define VMMDEV_ASSERT_SIZE(type, size) \
type               20 include/uapi/linux/vbox_vmmdev_types.h 	typedef char type ## _asrt_size[1 - 2*!!(sizeof(struct type) != (size))]
type              184 include/uapi/linux/vbox_vmmdev_types.h 	enum vmmdev_hgcm_service_location_type type;
type              219 include/uapi/linux/vbox_vmmdev_types.h 	enum vmmdev_hgcm_function_parameter_type type;
type              242 include/uapi/linux/vbox_vmmdev_types.h 	enum vmmdev_hgcm_function_parameter_type type;
type               33 include/uapi/linux/vboxguest.h 	__u32 type;
type              294 include/uapi/linux/vfio.h 	__u32 type;	/* global per bus driver */
type              851 include/uapi/linux/vfio.h 	__u32 type;
type               63 include/uapi/linux/vhost_types.h 	__u8 type;
type               70 include/uapi/linux/vhost_types.h 	int type;
type               78 include/uapi/linux/vhost_types.h 	__u32 type;
type              160 include/uapi/linux/videodev2.h #define V4L2_TYPE_IS_MULTIPLANAR(type)			\
type              161 include/uapi/linux/videodev2.h 	((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE	\
type              162 include/uapi/linux/videodev2.h 	 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
type              164 include/uapi/linux/videodev2.h #define V4L2_TYPE_IS_OUTPUT(type)				\
type              165 include/uapi/linux/videodev2.h 	((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT			\
type              166 include/uapi/linux/videodev2.h 	 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE		\
type              167 include/uapi/linux/videodev2.h 	 || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY		\
type              168 include/uapi/linux/videodev2.h 	 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY	\
type              169 include/uapi/linux/videodev2.h 	 || (type) == V4L2_BUF_TYPE_VBI_OUTPUT			\
type              170 include/uapi/linux/videodev2.h 	 || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT		\
type              171 include/uapi/linux/videodev2.h 	 || (type) == V4L2_BUF_TYPE_SDR_OUTPUT			\
type              172 include/uapi/linux/videodev2.h 	 || (type) == V4L2_BUF_TYPE_META_OUTPUT)
type              770 include/uapi/linux/videodev2.h 	__u32		    type;              /* enum v4l2_buf_type */
type              809 include/uapi/linux/videodev2.h 	__u32			type;		/* Frame size type the device supports. */
type              839 include/uapi/linux/videodev2.h 	__u32			type;		/* Frame interval type the device supports. */
type              853 include/uapi/linux/videodev2.h 	__u32	type;
type              911 include/uapi/linux/videodev2.h 	__u32			type;		/* enum v4l2_buf_type */
type              989 include/uapi/linux/videodev2.h 	__u32			type;
type             1082 include/uapi/linux/videodev2.h 	__u32		type; /* enum v4l2_buf_type */
type             1172 include/uapi/linux/videodev2.h 	__u32			type;	/* enum v4l2_buf_type */
type             1179 include/uapi/linux/videodev2.h 	__u32			type;	/* enum v4l2_buf_type */
type             1197 include/uapi/linux/videodev2.h 	__u32			type;
type             1509 include/uapi/linux/videodev2.h 	__u32 type;
type             1573 include/uapi/linux/videodev2.h 	__u32 type;
type             1589 include/uapi/linux/videodev2.h 	__u32	     type;		/*  Type of input */
type             1641 include/uapi/linux/videodev2.h 	__u32	     type;		/*  Type of output */
type             1728 include/uapi/linux/videodev2.h 	__u32		     type;	/* enum v4l2_ctrl_type */
type             1741 include/uapi/linux/videodev2.h 	__u32		     type;
type             1795 include/uapi/linux/videodev2.h 	__u32			type;	/* enum v4l2_tuner_type */
type             1813 include/uapi/linux/videodev2.h 	__u32			type;	/* enum v4l2_tuner_type */
type             1851 include/uapi/linux/videodev2.h 	__u32	type;	/* enum v4l2_tuner_type */
type             1862 include/uapi/linux/videodev2.h 	__u32	type;	/* enum v4l2_tuner_type */
type             1873 include/uapi/linux/videodev2.h 	__u32	type;	/* enum v4l2_tuner_type */
type             2090 include/uapi/linux/videodev2.h 	__u32	type;		/* enum v4l2_buf_type */
type             2231 include/uapi/linux/videodev2.h 	__u32	 type;
type             2247 include/uapi/linux/videodev2.h 	__u32	 type;			/* enum v4l2_buf_type */
type             2281 include/uapi/linux/videodev2.h 	__u32 type;
type             2319 include/uapi/linux/videodev2.h 	__u32				type;
type             2339 include/uapi/linux/videodev2.h 	__u32				type;
type             2364 include/uapi/linux/videodev2.h 	__u32 type; /* Match type */
type              170 include/uapi/linux/virtio_blk.h 	__virtio32 type;
type              103 include/uapi/linux/virtio_gpu.h 	__le32 type;
type               71 include/uapi/linux/virtio_input.h 	__le16 type;
type               60 include/uapi/linux/virtio_iommu.h 	__u8					type;
type              118 include/uapi/linux/virtio_iommu.h 	__le16					type;
type               31 include/uapi/linux/virtio_pmem.h 	__le32 type;
type               77 include/uapi/linux/virtio_scsi.h 	__virtio32 type;
type               89 include/uapi/linux/virtio_scsi.h 	__virtio32 type;
type               59 include/uapi/linux/virtio_vsock.h 	__le16	type;		/* enum virtio_vsock_type */
type              425 include/uapi/linux/wimax/i2400m.h 	__le16 type;
type              432 include/uapi/linux/wimax/i2400m.h 	__le16 type;
type              272 include/uapi/linux/xfrm.h 	__u8		type;
type              103 include/uapi/misc/cxl.h 	__u16 type;
type               16 include/uapi/misc/ocxl.h 	__u16 type;
type              128 include/uapi/mtd/mtd-abi.h 	__u8 type;
type              282 include/uapi/mtd/mtd-abi.h 	return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH;
type              145 include/uapi/rdma/ib_user_ioctl_verbs.h 	__u16	type;		/* Use flow_spec_type enum */
type              904 include/uapi/rdma/ib_user_verbs.h 	__u32 type;
type              922 include/uapi/rdma/ib_user_verbs.h 			__u32 type;
type              944 include/uapi/rdma/ib_user_verbs.h 			__u32 type;
type              962 include/uapi/rdma/ib_user_verbs.h 			__u32 type;
type              985 include/uapi/rdma/ib_user_verbs.h 			__u32 type;
type              998 include/uapi/rdma/ib_user_verbs.h 			__u32 type;
type             1011 include/uapi/rdma/ib_user_verbs.h 			__u32 type;
type             1022 include/uapi/rdma/ib_user_verbs.h 			__u32 type;
type             1035 include/uapi/rdma/ib_user_verbs.h 			__u32 type;
type             1052 include/uapi/rdma/ib_user_verbs.h 			__u32 type;
type             1070 include/uapi/rdma/ib_user_verbs.h 			__u32 type;
type             1097 include/uapi/rdma/ib_user_verbs.h 			__u32 type;
type             1120 include/uapi/rdma/ib_user_verbs.h 			__u32 type;
type             1130 include/uapi/rdma/ib_user_verbs.h 	__u32 type;
type               21 include/uapi/rdma/rdma_netlink.h #define RDMA_NL_GET_CLIENT(type) ((type & (((1 << 6) - 1) << 10)) >> 10)
type               22 include/uapi/rdma/rdma_netlink.h #define RDMA_NL_GET_OP(type) (type & ((1 << 10) - 1))
type              274 include/uapi/sound/asequencer.h 	snd_seq_event_type_t type;	/* event type */
type              354 include/uapi/sound/asequencer.h 	snd_seq_client_type_t type;	/* client type */
type              401 include/uapi/sound/asequencer.h 	int  type;	/* For REMOVE_EVENT_TYPE */
type              456 include/uapi/sound/asequencer.h 	unsigned int type;		/* port type bits */
type              521 include/uapi/sound/asequencer.h 	int type;			/* source timer type */
type              562 include/uapi/sound/asequencer.h 	int type;		/* READ or WRITE */
type              192 include/uapi/sound/asoc.h 	__le32 type;		/* SND_SOC_TPLG_TYPE_ */
type              220 include/uapi/sound/asoc.h 	__le32 type;	/* SND_SOC_TPLG_TUPLE_TYPE_ */
type              253 include/uapi/sound/asoc.h 	__le32 type;	/* SNDRV_CTL_TLVT_*, type of TLV */
type              286 include/uapi/sound/asoc.h 	__le32 type;
type              905 include/uapi/sound/asound.h 	snd_ctl_elem_type_t type;	/* R: value type - SNDRV_CTL_ELEM_TYPE_* */
type             1010 include/uapi/sound/asound.h 	int type;	/* event type - SNDRV_CTL_EVENT_* */
type               18 include/uapi/sound/firewire.h 	unsigned int type; /* SNDRV_FIREWIRE_EVENT_xxx */
type               22 include/uapi/sound/firewire.h 	unsigned int type;
type               27 include/uapi/sound/firewire.h 	unsigned int type;
type               43 include/uapi/sound/firewire.h 	unsigned int type;
type               48 include/uapi/sound/firewire.h 	unsigned int type;
type               53 include/uapi/sound/firewire.h 	unsigned int type;
type               64 include/uapi/sound/firewire.h 	unsigned int type;
type               94 include/uapi/sound/firewire.h 	unsigned int type; /* SNDRV_FIREWIRE_TYPE_xxx */
type               48 include/uapi/sound/sfnt_info.h 	short type;			/* patch operation type */
type               73 include/uapi/sound/sfnt_info.h 	unsigned short type;		/* sample type */
type               50 include/uapi/sound/sof/fw.h 	enum snd_sof_fw_blk_type type;
type               65 include/uapi/sound/sof/fw.h 	enum snd_sof_fw_mod_type type;
type               22 include/uapi/sound/sof/header.h 	__u32 type;		/**< component specific type */
type               40 include/uapi/sound/tlv.h #define SNDRV_CTL_TLVD_ITEM(type, ...) \
type               41 include/uapi/sound/tlv.h 	(type), SNDRV_CTL_TLVD_LENGTH(__VA_ARGS__), __VA_ARGS__
type               94 include/uapi/xen/privcmd.h 	__u32 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              509 include/video/omapfb_dss.h 		enum omap_dss_venc_type type);
type              609 include/video/omapfb_dss.h 	enum omap_display_type type;
type              626 include/video/omapfb_dss.h 			enum omap_dss_venc_type type;
type              351 include/video/sstfb.h 	int	type;
type               57 include/xen/arm/hypercall.h int HYPERVISOR_vm_assist(unsigned int cmd, unsigned int type);
type               15 include/xen/arm/interface.h #define __DEFINE_GUEST_HANDLE(name, type) \
type               16 include/xen/arm/interface.h 	typedef struct { union { type *p; uint64_aligned_t q; }; }  \
type               85 include/xen/interface/callback.h 	uint16_t type;
type               98 include/xen/interface/callback.h     uint16_t type;
type              155 include/xen/interface/hvm/start_info.h     uint32_t type;              /* Mapping type                              */
type              821 include/xen/interface/io/displif.h 	uint8_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              271 include/xen/interface/io/kbdif.h 	uint8_t type;
type              297 include/xen/interface/io/kbdif.h 	uint8_t type;
type              327 include/xen/interface/io/kbdif.h 	uint8_t type;
type              480 include/xen/interface/io/kbdif.h 	uint8_t type;			/* XENKBD_TYPE_MTOUCH */
type              500 include/xen/interface/io/kbdif.h 	uint8_t type;
type              529 include/xen/interface/io/kbdif.h 	uint8_t type;
type              345 include/xen/interface/io/netif.h 	uint16_t type;
type              381 include/xen/interface/io/netif.h 	uint16_t type;
type              865 include/xen/interface/io/netif.h 	uint8_t type;
type              870 include/xen/interface/io/netif.h 			uint8_t type;
type              878 include/xen/interface/io/netif.h 			uint8_t type;
type               44 include/xen/interface/io/pvcalls.h             uint32_t type;
type              830 include/xen/interface/io/sndif.h 	uint8_t type;
type             1040 include/xen/interface/io/sndif.h 	uint8_t type;
type               67 include/xen/interface/io/xs_wire.h     uint32_t type;  /* XS_??? */
type              271 include/xen/interface/memory.h     uint16_t type;
type              140 include/xen/interface/physdev.h     int type;
type              231 include/xen/interface/physdev.h     int type;
type               68 include/xen/interface/platform.h 	uint32_t type;
type               98 include/xen/interface/platform.h 	uint32_t type;
type              229 include/xen/interface/platform.h 	uint32_t type;
type              274 include/xen/interface/platform.h 				uint32_t type;
type              362 include/xen/interface/platform.h 	uint8_t     type;     /* cstate value, c0: 0, c1: 1, ... */
type              427 include/xen/interface/platform.h 	uint32_t type;  /* {XEN_PM_CX, XEN_PM_PX} */
type              479 include/xen/interface/platform.h 	uint32_t type;
type              499 include/xen/interface/platform.h 	char            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              767 ipc/msg.c      static int testmsg(struct msg_msg *msg, long type, int mode)
type              774 ipc/msg.c      		if (msg->m_type <= type)
type              778 ipc/msg.c      		if (msg->m_type == type)
type              782 ipc/msg.c      		if (msg->m_type != type)
type              201 ipc/namespace.c 	.type		= CLONE_NEWIPC,
type              901 kernel/audit.c struct sk_buff *audit_make_reply(int seq, int type, int done,
type              908 kernel/audit.c 	int		t     = done  ? NLMSG_DONE  : type;
type              955 kernel/audit.c static void audit_send_reply(struct sk_buff *request_skb, int seq, int type, int done,
type              967 kernel/audit.c 	skb = audit_make_reply(seq, type, done, multi, payload, size);
type             1677 kernel/audit.c 					       gfp_t gfp_mask, int type)
type             1688 kernel/audit.c 	if (!nlmsg_put(ab->skb, 0, 0, type, 0, 0))
type             1750 kernel/audit.c 				     int type)
type             1759 kernel/audit.c 	if (unlikely(!audit_filter(type, AUDIT_FILTER_EXCLUDE)))
type             1798 kernel/audit.c 	ab = audit_buffer_alloc(ctx, gfp_mask, type);
type             2342 kernel/audit.c void audit_log(struct audit_context *ctx, gfp_t gfp_mask, int type,
type             2348 kernel/audit.c 	ab = audit_log_start(ctx, gfp_mask, type);
type               83 kernel/audit.h 	unsigned char		type;		/* record type */
type              144 kernel/audit.h 	int type;
type              222 kernel/audit.h extern struct sk_buff *audit_make_reply(int seq, int type, int done, int multi,
type               65 kernel/auditfilter.c 	switch (f->type) {
type              325 kernel/auditfilter.c 	switch (f->type) {
type              339 kernel/auditfilter.c 		switch(f->type) {
type              349 kernel/auditfilter.c 	switch (f->type) {
type              412 kernel/auditfilter.c 	switch (f->type) {
type              467 kernel/auditfilter.c 		f->type = data->fields[i];
type              471 kernel/auditfilter.c 		if ((f->type == AUDIT_LOGINUID) && (f_val == AUDIT_UID_UNSET)) {
type              472 kernel/auditfilter.c 			f->type = AUDIT_LOGINUID_SET;
type              482 kernel/auditfilter.c 		switch (f->type) {
type              523 kernel/auditfilter.c 			err = security_audit_rule_init(f->type, f->op, str,
type              644 kernel/auditfilter.c 		data->fields[i] = f->type;
type              646 kernel/auditfilter.c 		switch(f->type) {
type              708 kernel/auditfilter.c 		if (a->fields[i].type != b->fields[i].type ||
type              712 kernel/auditfilter.c 		switch(a->fields[i].type) {
type              792 kernel/auditfilter.c 	ret = security_audit_rule_init(df->type, df->op, df->lsm_str,
type              848 kernel/auditfilter.c 		switch (new->fields[i].type) {
type             1123 kernel/auditfilter.c int audit_rule_change(int type, int seq, void *data, size_t datasz)
type             1128 kernel/auditfilter.c 	switch (type) {
type             1148 kernel/auditfilter.c 	if (err || type == AUDIT_DEL_RULE) {
type             1336 kernel/auditfilter.c 			switch (f->type) {
type             1366 kernel/auditfilter.c 						   f->type, f->op, f->lsm_rule);
type              101 kernel/auditsc.c 	int			type;
type              458 kernel/auditsc.c 		switch (f->type) {
type              646 kernel/auditsc.c 				result = security_audit_rule_match(sid, f->type,
type              663 kernel/auditsc.c 								f->type,
type              670 kernel/auditsc.c 								f->type,
type              679 kernel/auditsc.c 				if (!ctx || ctx->type != AUDIT_IPC)
type              682 kernel/auditsc.c 							      f->type, f->op,
type              692 kernel/auditsc.c 				result = audit_comparator(ctx->argv[f->type-AUDIT_ARG0], f->op, f->val);
type              856 kernel/auditsc.c 	if (context->type == AUDIT_KERN_MODULE) {
type             1193 kernel/auditsc.c 	ab = audit_log_start(context, GFP_KERNEL, context->type);
type             1197 kernel/auditsc.c 	switch (context->type) {
type             1378 kernel/auditsc.c 	switch (n->type) {
type             1480 kernel/auditsc.c 		ab = audit_log_start(context, GFP_KERNEL, aux->type);
type             1484 kernel/auditsc.c 		switch (aux->type) {
type             1509 kernel/auditsc.c 	if (context->type)
type             1728 kernel/auditsc.c 	context->type = 0;
type             1821 kernel/auditsc.c 						unsigned char type)
type             1836 kernel/auditsc.c 	aname->type = type;
type             1963 kernel/auditsc.c 			if (f->type == AUDIT_FSTYPE
type             1984 kernel/auditsc.c 			if (n->type == AUDIT_TYPE_PARENT ||
type             1985 kernel/auditsc.c 			    n->type == AUDIT_TYPE_UNKNOWN)
type             1988 kernel/auditsc.c 			if (n->type != AUDIT_TYPE_PARENT)
type             2009 kernel/auditsc.c 			if (n->type == AUDIT_TYPE_PARENT ||
type             2010 kernel/auditsc.c 			    n->type == AUDIT_TYPE_UNKNOWN)
type             2013 kernel/auditsc.c 			if (n->type != AUDIT_TYPE_PARENT)
type             2031 kernel/auditsc.c 		n->type = AUDIT_TYPE_PARENT;
type             2036 kernel/auditsc.c 		n->type = AUDIT_TYPE_NORMAL;
type             2063 kernel/auditsc.c 			 const unsigned char type)
type             2081 kernel/auditsc.c 			if (f->type == AUDIT_FSTYPE
type             2098 kernel/auditsc.c 		    (n->type != AUDIT_TYPE_PARENT &&
type             2099 kernel/auditsc.c 		     n->type != AUDIT_TYPE_UNKNOWN))
type             2105 kernel/auditsc.c 			if (n->type == AUDIT_TYPE_UNKNOWN)
type             2106 kernel/auditsc.c 				n->type = AUDIT_TYPE_PARENT;
type             2116 kernel/auditsc.c 		    (n->type != type && n->type != AUDIT_TYPE_UNKNOWN))
type             2124 kernel/auditsc.c 			if (n->type == AUDIT_TYPE_UNKNOWN)
type             2125 kernel/auditsc.c 				n->type = type;
type             2140 kernel/auditsc.c 		found_child = audit_alloc_name(context, type);
type             2205 kernel/auditsc.c 	context->type = AUDIT_MQ_OPEN;
type             2231 kernel/auditsc.c 	context->type = AUDIT_MQ_SENDRECV;
type             2251 kernel/auditsc.c 	context->type = AUDIT_MQ_NOTIFY;
type             2265 kernel/auditsc.c 	context->type = AUDIT_MQ_GETSETATTR;
type             2281 kernel/auditsc.c 	context->type = AUDIT_IPC;
type             2308 kernel/auditsc.c 	context->type = AUDIT_EXECVE;
type             2325 kernel/auditsc.c 	context->type = AUDIT_SOCKETCALL;
type             2413 kernel/auditsc.c 		axp->d.type = AUDIT_OBJ_PID;
type             2452 kernel/auditsc.c 	ax->d.type = AUDIT_BPRM_FCAPS;
type             2492 kernel/auditsc.c 	context->type = AUDIT_CAPSET;
type             2500 kernel/auditsc.c 	context->type = AUDIT_MMAP;
type             2510 kernel/auditsc.c 	context->type = AUDIT_KERN_MODULE;
type             2527 kernel/auditsc.c 			      const char *op, enum audit_ntp_type type)
type             2529 kernel/auditsc.c 	const struct audit_ntp_val *val = &ad->vals[type];
type               48 kernel/bpf/bpf_lru_list.c 				   enum bpf_lru_list_type type)
type               50 kernel/bpf/bpf_lru_list.c 	if (type < NR_BPF_LRU_LIST_COUNT)
type               51 kernel/bpf/bpf_lru_list.c 		l->counts[type]++;
type               55 kernel/bpf/bpf_lru_list.c 				   enum bpf_lru_list_type type)
type               57 kernel/bpf/bpf_lru_list.c 	if (type < NR_BPF_LRU_LIST_COUNT)
type               58 kernel/bpf/bpf_lru_list.c 		l->counts[type]--;
type               66 kernel/bpf/bpf_lru_list.c 	if (WARN_ON_ONCE(IS_LOCAL_LIST_TYPE(node->type)))
type               75 kernel/bpf/bpf_lru_list.c 	bpf_lru_list_count_dec(l, node->type);
type               77 kernel/bpf/bpf_lru_list.c 	node->type = tgt_free_type;
type               86 kernel/bpf/bpf_lru_list.c 	if (WARN_ON_ONCE(!IS_LOCAL_LIST_TYPE(node->type)) ||
type               91 kernel/bpf/bpf_lru_list.c 	node->type = tgt_type;
type              104 kernel/bpf/bpf_lru_list.c 	if (WARN_ON_ONCE(IS_LOCAL_LIST_TYPE(node->type)) ||
type              108 kernel/bpf/bpf_lru_list.c 	if (node->type != tgt_type) {
type              109 kernel/bpf/bpf_lru_list.c 		bpf_lru_list_count_dec(l, node->type);
type              111 kernel/bpf/bpf_lru_list.c 		node->type = tgt_type;
type              310 kernel/bpf/bpf_lru_list.c 	if (WARN_ON_ONCE(IS_LOCAL_LIST_TYPE(node->type)))
type              355 kernel/bpf/bpf_lru_list.c 	node->type = BPF_LRU_LOCAL_LIST_T_PENDING;
type              507 kernel/bpf/bpf_lru_list.c 	if (WARN_ON_ONCE(node->type == BPF_LRU_LIST_T_FREE) ||
type              508 kernel/bpf/bpf_lru_list.c 	    WARN_ON_ONCE(node->type == BPF_LRU_LOCAL_LIST_T_FREE))
type              511 kernel/bpf/bpf_lru_list.c 	if (node->type == BPF_LRU_LOCAL_LIST_T_PENDING) {
type              518 kernel/bpf/bpf_lru_list.c 		if (unlikely(node->type != BPF_LRU_LOCAL_LIST_T_PENDING)) {
type              523 kernel/bpf/bpf_lru_list.c 		node->type = BPF_LRU_LOCAL_LIST_T_FREE;
type              569 kernel/bpf/bpf_lru_list.c 		node->type = BPF_LRU_LIST_T_FREE;
type              595 kernel/bpf/bpf_lru_list.c 		node->type = BPF_LRU_LIST_T_FREE;
type               26 kernel/bpf/bpf_lru_list.h 	u8 type;
type              635 kernel/bpf/btf.c 	id = m->type;
type              751 kernel/bpf/btf.c 				   member->type,
type              757 kernel/bpf/btf.c 				   member->type, member->offset);
type              784 kernel/bpf/btf.c 			   vsi->type, vsi->offset, vsi->size);
type             1495 kernel/bpf/btf.c 	u32 resolved_type_id = member->type;
type             1507 kernel/bpf/btf.c 	resolved_member.type = resolved_type_id;
type             1520 kernel/bpf/btf.c 	u32 resolved_type_id = member->type;
type             1532 kernel/bpf/btf.c 	resolved_member.type = resolved_type_id;
type             1579 kernel/bpf/btf.c 	if (!BTF_TYPE_ID_VALID(t->type)) {
type             1610 kernel/bpf/btf.c 	u32 next_type_id = t->type;
type             1652 kernel/bpf/btf.c 	u32 next_type_id = t->type;
type             1698 kernel/bpf/btf.c 	u32 next_type_id = t->type;
type             1780 kernel/bpf/btf.c 	btf_verifier_log(env, "type_id=%u", t->type);
type             1810 kernel/bpf/btf.c 	if (t->type) {
type             1858 kernel/bpf/btf.c 	array_type_id = member->type;
type             1909 kernel/bpf/btf.c 	if (!array->type || !BTF_TYPE_ID_VALID(array->type)) {
type             1954 kernel/bpf/btf.c 	elem_type_id = array->type;
type             1995 kernel/bpf/btf.c 			 array->type, array->index_type, array->nelems);
type             2007 kernel/bpf/btf.c 	elem_type_id = array->type;
type             2101 kernel/bpf/btf.c 		if (!member->type || !BTF_TYPE_ID_VALID(member->type)) {
type             2154 kernel/bpf/btf.c 		last_member_type_id = last_member->type;
type             2174 kernel/bpf/btf.c 		u32 member_type_id = member->type;
type             2228 kernel/bpf/btf.c 								    member->type);
type             2262 kernel/bpf/btf.c 								member->type);
type             2280 kernel/bpf/btf.c 			ops->seq_show(btf, member_type, member->type,
type             2486 kernel/bpf/btf.c 	btf_verifier_log(env, "return=%u args=(", t->type);
type             2492 kernel/bpf/btf.c 	if (nr_args == 1 && !args[0].type) {
type             2498 kernel/bpf/btf.c 	btf_verifier_log(env, "%u %s", args[0].type,
type             2502 kernel/bpf/btf.c 		btf_verifier_log(env, ", %u %s", args[i].type,
type             2509 kernel/bpf/btf.c 		if (last_arg->type)
type             2510 kernel/bpf/btf.c 			btf_verifier_log(env, ", %u %s", last_arg->type,
type             2604 kernel/bpf/btf.c 	if (!t->type || !BTF_TYPE_ID_VALID(t->type)) {
type             2625 kernel/bpf/btf.c 	btf_verifier_log(env, "type_id=%u linkage=%u", t->type, var->linkage);
type             2678 kernel/bpf/btf.c 		if (!vsi->type || !BTF_TYPE_ID_VALID(vsi->type)) {
type             2723 kernel/bpf/btf.c 		u32 var_type_id = vsi->type, type_id, type_size = 0;
type             2738 kernel/bpf/btf.c 		type_id = var_type->type;
type             2771 kernel/bpf/btf.c 		var = btf_type_by_id(btf, vsi->type);
type             2774 kernel/bpf/btf.c 		btf_type_ops(var)->seq_show(btf, var, vsi->type,
type             2803 kernel/bpf/btf.c 	if (t->type) {
type             2804 kernel/bpf/btf.c 		u32 ret_type_id = t->type;
type             2830 kernel/bpf/btf.c 	if (!args[nr_args - 1].type) {
type             2844 kernel/bpf/btf.c 		arg_type_id = args[i].type;
type             2887 kernel/bpf/btf.c 	proto_type = btf_type_by_id(btf, t->type);
type             2897 kernel/bpf/btf.c 		if (!args[i].name_off && args[i].type) {
type             3018 kernel/bpf/btf.c 		u32 elem_type_id = array->type;
type               42 kernel/bpf/cgroup.c 	unsigned int type;
type               46 kernel/bpf/cgroup.c 	for (type = 0; type < ARRAY_SIZE(cgrp->bpf.progs); type++) {
type               47 kernel/bpf/cgroup.c 		struct list_head *progs = &cgrp->bpf.progs[type];
type               61 kernel/bpf/cgroup.c 				cgrp->bpf.effective[type],
type              109 kernel/bpf/cgroup.c 				    enum bpf_attach_type type,
type              118 kernel/bpf/cgroup.c 		u32 flags = p->bpf.flags[type];
type              123 kernel/bpf/cgroup.c 		cnt = prog_list_length(&p->bpf.progs[type]);
type              139 kernel/bpf/cgroup.c 				   enum bpf_attach_type type,
type              150 kernel/bpf/cgroup.c 		if (cnt == 0 || (p->bpf.flags[type] & BPF_F_ALLOW_MULTI))
type              151 kernel/bpf/cgroup.c 			cnt += prog_list_length(&p->bpf.progs[type]);
type              163 kernel/bpf/cgroup.c 		if (cnt > 0 && !(p->bpf.flags[type] & BPF_F_ALLOW_MULTI))
type              166 kernel/bpf/cgroup.c 		list_for_each_entry(pl, &p->bpf.progs[type], node) {
type              183 kernel/bpf/cgroup.c 				     enum bpf_attach_type type,
type              186 kernel/bpf/cgroup.c 	rcu_swap_protected(cgrp->bpf.effective[type], old_array,
type              240 kernel/bpf/cgroup.c 				  enum bpf_attach_type type)
type              252 kernel/bpf/cgroup.c 		err = compute_effective_progs(desc, type, &desc->bpf.inactive);
type              269 kernel/bpf/cgroup.c 		activate_effective_progs(desc, type, desc->bpf.inactive);
type              302 kernel/bpf/cgroup.c 			enum bpf_attach_type type, u32 flags)
type              304 kernel/bpf/cgroup.c 	struct list_head *progs = &cgrp->bpf.progs[type];
type              317 kernel/bpf/cgroup.c 	if (!hierarchy_allows_attach(cgrp, type, flags))
type              320 kernel/bpf/cgroup.c 	if (!list_empty(progs) && cgrp->bpf.flags[type] != flags)
type              386 kernel/bpf/cgroup.c 	cgrp->bpf.flags[type] = flags;
type              388 kernel/bpf/cgroup.c 	err = update_effective_progs(cgrp, type);
type              403 kernel/bpf/cgroup.c 		bpf_cgroup_storage_link(storage[stype], cgrp, type);
type              412 kernel/bpf/cgroup.c 		bpf_cgroup_storage_link(old_storage[stype], cgrp, type);
type              431 kernel/bpf/cgroup.c 			enum bpf_attach_type type)
type              433 kernel/bpf/cgroup.c 	struct list_head *progs = &cgrp->bpf.progs[type];
type              435 kernel/bpf/cgroup.c 	u32 flags = cgrp->bpf.flags[type];
type              475 kernel/bpf/cgroup.c 	err = update_effective_progs(cgrp, type);
type              488 kernel/bpf/cgroup.c 		cgrp->bpf.flags[type] = 0;
type              505 kernel/bpf/cgroup.c 	enum bpf_attach_type type = attr->query.attach_type;
type              506 kernel/bpf/cgroup.c 	struct list_head *progs = &cgrp->bpf.progs[type];
type              507 kernel/bpf/cgroup.c 	u32 flags = cgrp->bpf.flags[type];
type              511 kernel/bpf/cgroup.c 	effective = rcu_dereference_protected(cgrp->bpf.effective[type],
type              628 kernel/bpf/cgroup.c 				enum bpf_attach_type type)
type              650 kernel/bpf/cgroup.c 	if (type == BPF_CGROUP_INET_EGRESS) {
type              652 kernel/bpf/cgroup.c 			cgrp->bpf.effective[type], skb, __bpf_prog_run_save_cb);
type              654 kernel/bpf/cgroup.c 		ret = BPF_PROG_RUN_ARRAY(cgrp->bpf.effective[type], skb,
type              680 kernel/bpf/cgroup.c 			       enum bpf_attach_type type)
type              685 kernel/bpf/cgroup.c 	ret = BPF_PROG_RUN_ARRAY(cgrp->bpf.effective[type], sk, BPF_PROG_RUN);
type              705 kernel/bpf/cgroup.c 				      enum bpf_attach_type type,
type              729 kernel/bpf/cgroup.c 	ret = BPF_PROG_RUN_ARRAY(cgrp->bpf.effective[type], &ctx, BPF_PROG_RUN);
type              753 kernel/bpf/cgroup.c 				     enum bpf_attach_type type)
type              758 kernel/bpf/cgroup.c 	ret = BPF_PROG_RUN_ARRAY(cgrp->bpf.effective[type], sock_ops,
type              765 kernel/bpf/cgroup.c 				      short access, enum bpf_attach_type type)
type              777 kernel/bpf/cgroup.c 	allow = BPF_PROG_RUN_ARRAY(cgrp->bpf.effective[type], &ctx,
type              823 kernel/bpf/cgroup.c 				       enum bpf_access_type type,
type              829 kernel/bpf/cgroup.c 	if (type == BPF_WRITE)
type              888 kernel/bpf/cgroup.c 				   enum bpf_attach_type type)
type              936 kernel/bpf/cgroup.c 	ret = BPF_PROG_RUN_ARRAY(cgrp->bpf.effective[type], &ctx, BPF_PROG_RUN);
type             1314 kernel/bpf/cgroup.c static bool sysctl_is_valid_access(int off, int size, enum bpf_access_type type,
type             1325 kernel/bpf/cgroup.c 		if (type != BPF_READ)
type             1330 kernel/bpf/cgroup.c 		if (type == BPF_READ) {
type             1341 kernel/bpf/cgroup.c static u32 sysctl_convert_ctx_access(enum bpf_access_type type,
type             1364 kernel/bpf/cgroup.c 		if (type == BPF_WRITE) {
type             1432 kernel/bpf/cgroup.c 				       enum bpf_access_type type,
type             1444 kernel/bpf/cgroup.c 	if (type == BPF_WRITE) {
type             1498 kernel/bpf/cgroup.c static u32 cg_sockopt_convert_ctx_access(enum bpf_access_type type,
type             1511 kernel/bpf/cgroup.c 		if (type == BPF_WRITE)
type             1517 kernel/bpf/cgroup.c 		if (type == BPF_WRITE)
type             1523 kernel/bpf/cgroup.c 		if (type == BPF_WRITE)
type             1529 kernel/bpf/cgroup.c 		if (type == BPF_WRITE)
type              543 kernel/bpf/core.c 	const struct btf_type *type;
type              562 kernel/bpf/core.c 		type = btf_type_by_id(prog->aux->btf,
type              564 kernel/bpf/core.c 		func_name = btf_name_by_offset(prog->aux->btf, type->name_off);
type              715 kernel/bpf/core.c int bpf_get_kallsym(unsigned int symnum, unsigned long *value, char *type,
type              733 kernel/bpf/core.c 		*type  = BPF_SYM_ELF_TYPE;
type             1659 kernel/bpf/core.c 		array->owner_prog_type = fp->type;
type             1665 kernel/bpf/core.c 	return array->owner_prog_type == fp->type &&
type               30 kernel/bpf/inode.c static void *bpf_any_get(void *raw, enum bpf_type type)
type               32 kernel/bpf/inode.c 	switch (type) {
type               47 kernel/bpf/inode.c static void bpf_any_put(void *raw, enum bpf_type type)
type               49 kernel/bpf/inode.c 	switch (type) {
type               62 kernel/bpf/inode.c static void *bpf_fd_probe_obj(u32 ufd, enum bpf_type *type)
type               66 kernel/bpf/inode.c 	*type = BPF_TYPE_MAP;
type               69 kernel/bpf/inode.c 		*type = BPF_TYPE_PROG;
type              110 kernel/bpf/inode.c static int bpf_inode_type(const struct inode *inode, enum bpf_type *type)
type              112 kernel/bpf/inode.c 	*type = BPF_TYPE_UNSPEC;
type              114 kernel/bpf/inode.c 		*type = BPF_TYPE_PROG;
type              116 kernel/bpf/inode.c 		*type = BPF_TYPE_MAP;
type              383 kernel/bpf/inode.c 			  enum bpf_type type)
type              407 kernel/bpf/inode.c 	switch (type) {
type              425 kernel/bpf/inode.c 	enum bpf_type type;
type              433 kernel/bpf/inode.c 	raw = bpf_fd_probe_obj(ufd, &type);
type              439 kernel/bpf/inode.c 	ret = bpf_obj_do_pin(pname, raw, type);
type              441 kernel/bpf/inode.c 		bpf_any_put(raw, type);
type              448 kernel/bpf/inode.c 			    enum bpf_type *type, int flags)
type              464 kernel/bpf/inode.c 	ret = bpf_inode_type(inode, type);
type              468 kernel/bpf/inode.c 	raw = bpf_any_get(inode->i_private, *type);
type              481 kernel/bpf/inode.c 	enum bpf_type type = BPF_TYPE_UNSPEC;
type              495 kernel/bpf/inode.c 	raw = bpf_obj_do_get(pname, &type, f_flags);
type              501 kernel/bpf/inode.c 	if (type == BPF_TYPE_PROG)
type              503 kernel/bpf/inode.c 	else if (type == BPF_TYPE_MAP)
type              509 kernel/bpf/inode.c 		bpf_any_put(raw, type);
type              515 kernel/bpf/inode.c static struct bpf_prog *__get_prog_inode(struct inode *inode, enum bpf_prog_type type)
type              533 kernel/bpf/inode.c 	if (!bpf_prog_get_ok(prog, &type, false))
type              539 kernel/bpf/inode.c struct bpf_prog *bpf_prog_get_type_path(const char *name, enum bpf_prog_type type)
type              546 kernel/bpf/inode.c 	prog = __get_prog_inode(d_backing_inode(path.dentry), type);
type              568 kernel/bpf/inode.c 	enum bpf_type type;
type              572 kernel/bpf/inode.c 	if (!bpf_inode_type(inode, &type))
type              573 kernel/bpf/inode.c 		bpf_any_put(inode->i_private, type);
type              564 kernel/bpf/local_storage.c 			     enum bpf_attach_type type)
type              571 kernel/bpf/local_storage.c 	storage->key.attach_type = type;
type              103 kernel/bpf/syscall.c 	u32 type = attr->map_type;
type              107 kernel/bpf/syscall.c 	if (type >= ARRAY_SIZE(bpf_map_types))
type              109 kernel/bpf/syscall.c 	type = array_index_nospec(type, ARRAY_SIZE(bpf_map_types));
type              110 kernel/bpf/syscall.c 	ops = bpf_map_types[type];
type              125 kernel/bpf/syscall.c 	map->map_type = type;
type             1204 kernel/bpf/syscall.c static int find_prog_type(enum bpf_prog_type type, struct bpf_prog *prog)
type             1208 kernel/bpf/syscall.c 	if (type >= ARRAY_SIZE(bpf_prog_types))
type             1210 kernel/bpf/syscall.c 	type = array_index_nospec(type, ARRAY_SIZE(bpf_prog_types));
type             1211 kernel/bpf/syscall.c 	ops = bpf_prog_types[type];
type             1219 kernel/bpf/syscall.c 	prog->type = type;
type             1418 kernel/bpf/syscall.c 		   prog->type,
type             1514 kernel/bpf/syscall.c 	if (prog->type != *attach_type)
type             1547 kernel/bpf/syscall.c struct bpf_prog *bpf_prog_get_type_dev(u32 ufd, enum bpf_prog_type type,
type             1550 kernel/bpf/syscall.c 	return __bpf_prog_get(ufd, &type, attach_drv);
type             1634 kernel/bpf/syscall.c 	enum bpf_prog_type type = attr->prog_type;
type             1666 kernel/bpf/syscall.c 	if (type != BPF_PROG_TYPE_SOCKET_FILTER &&
type             1667 kernel/bpf/syscall.c 	    type != BPF_PROG_TYPE_CGROUP_SKB &&
type             1672 kernel/bpf/syscall.c 	if (bpf_prog_load_check_attach_type(type, attr->expected_attach_type))
type             1712 kernel/bpf/syscall.c 	err = find_prog_type(type, prog);
type             1847 kernel/bpf/syscall.c 	if (prog->type != BPF_PROG_TYPE_RAW_TRACEPOINT &&
type             1848 kernel/bpf/syscall.c 	    prog->type != BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE) {
type             1879 kernel/bpf/syscall.c 	switch (prog->type) {
type             2228 kernel/bpf/syscall.c 					      u32 *type)
type             2236 kernel/bpf/syscall.c 			*type = BPF_PSEUDO_MAP_FD;
type             2242 kernel/bpf/syscall.c 			*type = BPF_PSEUDO_MAP_VALUE;
type             2254 kernel/bpf/syscall.c 	u32 off, type;
type             2282 kernel/bpf/syscall.c 		map = bpf_map_from_imm(prog, imm, &off, &type);
type             2284 kernel/bpf/syscall.c 			insns[i].src_reg = type;
type             2346 kernel/bpf/syscall.c 	info.type = prog->type;
type             2616 kernel/bpf/syscall.c 	info.type = map->map_type;
type              318 kernel/bpf/verifier.c static bool type_is_pkt_pointer(enum bpf_reg_type type)
type              320 kernel/bpf/verifier.c 	return type == PTR_TO_PACKET ||
type              321 kernel/bpf/verifier.c 	       type == PTR_TO_PACKET_META;
type              324 kernel/bpf/verifier.c static bool type_is_sk_pointer(enum bpf_reg_type type)
type              326 kernel/bpf/verifier.c 	return type == PTR_TO_SOCKET ||
type              327 kernel/bpf/verifier.c 		type == PTR_TO_SOCK_COMMON ||
type              328 kernel/bpf/verifier.c 		type == PTR_TO_TCP_SOCK ||
type              329 kernel/bpf/verifier.c 		type == PTR_TO_XDP_SOCK;
type              332 kernel/bpf/verifier.c static bool reg_type_may_be_null(enum bpf_reg_type type)
type              334 kernel/bpf/verifier.c 	return type == PTR_TO_MAP_VALUE_OR_NULL ||
type              335 kernel/bpf/verifier.c 	       type == PTR_TO_SOCKET_OR_NULL ||
type              336 kernel/bpf/verifier.c 	       type == PTR_TO_SOCK_COMMON_OR_NULL ||
type              337 kernel/bpf/verifier.c 	       type == PTR_TO_TCP_SOCK_OR_NULL;
type              342 kernel/bpf/verifier.c 	return reg->type == PTR_TO_MAP_VALUE &&
type              346 kernel/bpf/verifier.c static bool reg_type_may_be_refcounted_or_null(enum bpf_reg_type type)
type              348 kernel/bpf/verifier.c 	return type == PTR_TO_SOCKET ||
type              349 kernel/bpf/verifier.c 		type == PTR_TO_SOCKET_OR_NULL ||
type              350 kernel/bpf/verifier.c 		type == PTR_TO_TCP_SOCK ||
type              351 kernel/bpf/verifier.c 		type == PTR_TO_TCP_SOCK_OR_NULL;
type              354 kernel/bpf/verifier.c static bool arg_type_may_be_refcounted(enum bpf_arg_type type)
type              356 kernel/bpf/verifier.c 	return type == ARG_PTR_TO_SOCK_COMMON;
type              443 kernel/bpf/verifier.c 		t = reg->type;
type              518 kernel/bpf/verifier.c 			t = reg->type;
type              863 kernel/bpf/verifier.c 	memset(((u8 *)reg) + sizeof(reg->type), 0,
type              864 kernel/bpf/verifier.c 	       offsetof(struct bpf_reg_state, var_off) - sizeof(reg->type));
type              883 kernel/bpf/verifier.c 	reg->type = SCALAR_VALUE;
type              901 kernel/bpf/verifier.c 	return type_is_pkt_pointer(reg->type);
type              907 kernel/bpf/verifier.c 	       reg->type == PTR_TO_PACKET_END;
type              918 kernel/bpf/verifier.c 	return reg->type == which &&
type              999 kernel/bpf/verifier.c 	reg->type = SCALAR_VALUE;
type             1024 kernel/bpf/verifier.c 	reg->type = NOT_INIT;
type             1055 kernel/bpf/verifier.c 	regs[BPF_REG_FP].type = PTR_TO_STACK;
type             1060 kernel/bpf/verifier.c 	regs[BPF_REG_1].type = PTR_TO_CTX;
type             1208 kernel/bpf/verifier.c 				reg_type_str[parent->type],
type             1295 kernel/bpf/verifier.c 		if (reg->type != SCALAR_VALUE)
type             1376 kernel/bpf/verifier.c 		if (reg->type == NOT_INIT) {
type             1645 kernel/bpf/verifier.c 				if (reg->type != SCALAR_VALUE)
type             1653 kernel/bpf/verifier.c 				if (reg->type != SCALAR_VALUE)
type             1681 kernel/bpf/verifier.c 		if (reg->type != SCALAR_VALUE) {
type             1698 kernel/bpf/verifier.c 		if (reg->type != SCALAR_VALUE) {
type             1763 kernel/bpf/verifier.c 			if (reg->type != SCALAR_VALUE) {
type             1797 kernel/bpf/verifier.c 			if (reg->type != SCALAR_VALUE) {
type             1833 kernel/bpf/verifier.c static bool is_spillable_regtype(enum bpf_reg_type type)
type             1835 kernel/bpf/verifier.c 	switch (type) {
type             1861 kernel/bpf/verifier.c 	return reg->type == SCALAR_VALUE && tnum_equals_const(reg->var_off, 0);
type             1866 kernel/bpf/verifier.c 	return reg->type == SCALAR_VALUE && tnum_is_const(reg->var_off);
type             1875 kernel/bpf/verifier.c 	return reg->type != SCALAR_VALUE;
type             1934 kernel/bpf/verifier.c 	} else if (reg && is_spillable_regtype(reg->type)) {
type             1942 kernel/bpf/verifier.c 		if (state != cur && reg->type == PTR_TO_STACK) {
type             1984 kernel/bpf/verifier.c 		u8 type = STACK_MISC;
type             1987 kernel/bpf/verifier.c 		state->stack[spi].spilled_ptr.type = NOT_INIT;
type             2010 kernel/bpf/verifier.c 			type = STACK_ZERO;
type             2016 kernel/bpf/verifier.c 				type;
type             2041 kernel/bpf/verifier.c 			if (reg->type != SCALAR_VALUE) {
type             2148 kernel/bpf/verifier.c 				 int off, int size, enum bpf_access_type type)
type             2154 kernel/bpf/verifier.c 	if (type == BPF_WRITE && !(cap & BPF_MAP_CAN_WRITE)) {
type             2160 kernel/bpf/verifier.c 	if (type == BPF_READ && !(cap & BPF_MAP_CAN_READ)) {
type             2261 kernel/bpf/verifier.c 	switch (env->prog->type) {
type             2408 kernel/bpf/verifier.c 	switch (reg->type) {
type             2433 kernel/bpf/verifier.c 		regno, reg_type_str[reg->type], off, size);
type             2452 kernel/bpf/verifier.c 	return reg->type == PTR_TO_CTX;
type             2459 kernel/bpf/verifier.c 	return type_is_sk_pointer(reg->type);
type             2466 kernel/bpf/verifier.c 	return type_is_pkt_pointer(reg->type);
type             2474 kernel/bpf/verifier.c 	return reg->type == PTR_TO_FLOW_KEYS;
type             2543 kernel/bpf/verifier.c 	switch (reg->type) {
type             2779 kernel/bpf/verifier.c 	if (reg->type == PTR_TO_MAP_VALUE) {
type             2792 kernel/bpf/verifier.c 	} else if (reg->type == PTR_TO_CTX) {
type             2825 kernel/bpf/verifier.c 			regs[value_regno].type = reg_type;
type             2828 kernel/bpf/verifier.c 	} else if (reg->type == PTR_TO_STACK) {
type             2859 kernel/bpf/verifier.c 	} else if (reg->type == PTR_TO_FLOW_KEYS) {
type             2870 kernel/bpf/verifier.c 	} else if (type_is_sk_pointer(reg->type)) {
type             2873 kernel/bpf/verifier.c 				regno, reg_type_str[reg->type]);
type             2879 kernel/bpf/verifier.c 	} else if (reg->type == PTR_TO_TP_BUFFER) {
type             2885 kernel/bpf/verifier.c 			reg_type_str[reg->type]);
type             2890 kernel/bpf/verifier.c 	    regs[value_regno].type == SCALAR_VALUE) {
type             2928 kernel/bpf/verifier.c 			reg_type_str[reg_state(env, insn->dst_reg)->type]);
type             2980 kernel/bpf/verifier.c 	if (reg->type != PTR_TO_STACK) {
type             2987 kernel/bpf/verifier.c 			reg_type_str[reg->type],
type             3067 kernel/bpf/verifier.c 		    state->stack[spi].spilled_ptr.type == SCALAR_VALUE) {
type             3103 kernel/bpf/verifier.c 	switch (reg->type) {
type             3149 kernel/bpf/verifier.c 	if (reg->type != PTR_TO_MAP_VALUE) {
type             3206 kernel/bpf/verifier.c static bool arg_type_is_mem_ptr(enum bpf_arg_type type)
type             3208 kernel/bpf/verifier.c 	return type == ARG_PTR_TO_MEM ||
type             3209 kernel/bpf/verifier.c 	       type == ARG_PTR_TO_MEM_OR_NULL ||
type             3210 kernel/bpf/verifier.c 	       type == ARG_PTR_TO_UNINIT_MEM;
type             3213 kernel/bpf/verifier.c static bool arg_type_is_mem_size(enum bpf_arg_type type)
type             3215 kernel/bpf/verifier.c 	return type == ARG_CONST_SIZE ||
type             3216 kernel/bpf/verifier.c 	       type == ARG_CONST_SIZE_OR_ZERO;
type             3219 kernel/bpf/verifier.c static bool arg_type_is_int_ptr(enum bpf_arg_type type)
type             3221 kernel/bpf/verifier.c 	return type == ARG_PTR_TO_INT ||
type             3222 kernel/bpf/verifier.c 	       type == ARG_PTR_TO_LONG;
type             3225 kernel/bpf/verifier.c static int int_ptr_type_to_size(enum bpf_arg_type type)
type             3227 kernel/bpf/verifier.c 	if (type == ARG_PTR_TO_INT)
type             3229 kernel/bpf/verifier.c 	else if (type == ARG_PTR_TO_LONG)
type             3240 kernel/bpf/verifier.c 	enum bpf_reg_type expected_type, type = reg->type;
type             3259 kernel/bpf/verifier.c 	if (type_is_pkt_pointer(type) &&
type             3273 kernel/bpf/verifier.c 		else if (!type_is_pkt_pointer(type) &&
type             3274 kernel/bpf/verifier.c 			 type != PTR_TO_MAP_VALUE &&
type             3275 kernel/bpf/verifier.c 			 type != expected_type)
type             3280 kernel/bpf/verifier.c 		if (type != expected_type)
type             3284 kernel/bpf/verifier.c 		if (type != expected_type)
type             3288 kernel/bpf/verifier.c 		if (type != expected_type)
type             3296 kernel/bpf/verifier.c 		if (!type_is_sk_pointer(type))
type             3309 kernel/bpf/verifier.c 		if (type != expected_type)
type             3331 kernel/bpf/verifier.c 		else if (!type_is_pkt_pointer(type) &&
type             3332 kernel/bpf/verifier.c 			 type != PTR_TO_MAP_VALUE &&
type             3333 kernel/bpf/verifier.c 			 type != expected_type)
type             3338 kernel/bpf/verifier.c 		if (!type_is_pkt_pointer(type) &&
type             3339 kernel/bpf/verifier.c 		    type != PTR_TO_MAP_VALUE &&
type             3340 kernel/bpf/verifier.c 		    type != expected_type)
type             3438 kernel/bpf/verifier.c 		reg_type_str[type], reg_type_str[expected_type]);
type             3843 kernel/bpf/verifier.c 	if (r0->type == PTR_TO_STACK) {
type             4091 kernel/bpf/verifier.c 		regs[BPF_REG_0].type = NOT_INIT;
type             4107 kernel/bpf/verifier.c 			regs[BPF_REG_0].type = PTR_TO_MAP_VALUE;
type             4111 kernel/bpf/verifier.c 			regs[BPF_REG_0].type = PTR_TO_MAP_VALUE_OR_NULL;
type             4116 kernel/bpf/verifier.c 		regs[BPF_REG_0].type = PTR_TO_SOCKET_OR_NULL;
type             4120 kernel/bpf/verifier.c 		regs[BPF_REG_0].type = PTR_TO_SOCK_COMMON_OR_NULL;
type             4124 kernel/bpf/verifier.c 		regs[BPF_REG_0].type = PTR_TO_TCP_SOCK_OR_NULL;
type             4199 kernel/bpf/verifier.c 				  enum bpf_reg_type type)
type             4207 kernel/bpf/verifier.c 			reg_type_str[type], val);
type             4213 kernel/bpf/verifier.c 			reg_type_str[type], reg->off);
type             4219 kernel/bpf/verifier.c 			reg_type_str[type]);
type             4225 kernel/bpf/verifier.c 			smin, reg_type_str[type]);
type             4244 kernel/bpf/verifier.c 	switch (ptr_reg->type) {
type             4395 kernel/bpf/verifier.c 	switch (ptr_reg->type) {
type             4398 kernel/bpf/verifier.c 			dst, reg_type_str[ptr_reg->type]);
type             4410 kernel/bpf/verifier.c 			dst, reg_type_str[ptr_reg->type]);
type             4426 kernel/bpf/verifier.c 	dst_reg->type = ptr_reg->type;
type             4429 kernel/bpf/verifier.c 	if (!check_reg_sane_offset(env, off_reg, ptr_reg->type) ||
type             4430 kernel/bpf/verifier.c 	    !check_reg_sane_offset(env, ptr_reg, ptr_reg->type))
type             4505 kernel/bpf/verifier.c 		if (ptr_reg->type == PTR_TO_STACK) {
type             4568 kernel/bpf/verifier.c 	if (!check_reg_sane_offset(env, dst_reg, ptr_reg->type))
type             4579 kernel/bpf/verifier.c 		if (dst_reg->type == PTR_TO_MAP_VALUE &&
type             4584 kernel/bpf/verifier.c 		} else if (dst_reg->type == PTR_TO_STACK &&
type             4897 kernel/bpf/verifier.c 	if (dst_reg->type != SCALAR_VALUE)
type             4901 kernel/bpf/verifier.c 		if (src_reg->type != SCALAR_VALUE) {
type             4902 kernel/bpf/verifier.c 			if (dst_reg->type != SCALAR_VALUE) {
type             4938 kernel/bpf/verifier.c 		off_reg.type = SCALAR_VALUE;
type             5042 kernel/bpf/verifier.c 				} else if (src_reg->type == SCALAR_VALUE) {
type             5058 kernel/bpf/verifier.c 			regs[insn->dst_reg].type = SCALAR_VALUE;
type             5124 kernel/bpf/verifier.c 				     enum bpf_reg_type type, u16 new_range)
type             5131 kernel/bpf/verifier.c 		if (reg->type == type && reg->id == dst_reg->id)
type             5139 kernel/bpf/verifier.c 		if (reg->type == type && reg->id == dst_reg->id)
type             5146 kernel/bpf/verifier.c 				   enum bpf_reg_type type,
type             5216 kernel/bpf/verifier.c 		__find_good_pkt_pointers(vstate->frame[i], dst_reg, type,
type             5681 kernel/bpf/verifier.c 	if (reg_type_may_be_null(reg->type) && reg->id == id) {
type             5693 kernel/bpf/verifier.c 			reg->type = SCALAR_VALUE;
type             5694 kernel/bpf/verifier.c 		} else if (reg->type == PTR_TO_MAP_VALUE_OR_NULL) {
type             5696 kernel/bpf/verifier.c 				reg->type = CONST_PTR_TO_MAP;
type             5700 kernel/bpf/verifier.c 				reg->type = PTR_TO_XDP_SOCK;
type             5702 kernel/bpf/verifier.c 				reg->type = PTR_TO_MAP_VALUE;
type             5704 kernel/bpf/verifier.c 		} else if (reg->type == PTR_TO_SOCKET_OR_NULL) {
type             5705 kernel/bpf/verifier.c 			reg->type = PTR_TO_SOCKET;
type             5706 kernel/bpf/verifier.c 		} else if (reg->type == PTR_TO_SOCK_COMMON_OR_NULL) {
type             5707 kernel/bpf/verifier.c 			reg->type = PTR_TO_SOCK_COMMON;
type             5708 kernel/bpf/verifier.c 		} else if (reg->type == PTR_TO_TCP_SOCK_OR_NULL) {
type             5709 kernel/bpf/verifier.c 			reg->type = PTR_TO_TCP_SOCK;
type             5784 kernel/bpf/verifier.c 		if ((dst_reg->type == PTR_TO_PACKET &&
type             5785 kernel/bpf/verifier.c 		     src_reg->type == PTR_TO_PACKET_END) ||
type             5786 kernel/bpf/verifier.c 		    (dst_reg->type == PTR_TO_PACKET_META &&
type             5790 kernel/bpf/verifier.c 					       dst_reg->type, false);
type             5791 kernel/bpf/verifier.c 		} else if ((dst_reg->type == PTR_TO_PACKET_END &&
type             5792 kernel/bpf/verifier.c 			    src_reg->type == PTR_TO_PACKET) ||
type             5794 kernel/bpf/verifier.c 			    src_reg->type == PTR_TO_PACKET_META)) {
type             5797 kernel/bpf/verifier.c 					       src_reg->type, true);
type             5803 kernel/bpf/verifier.c 		if ((dst_reg->type == PTR_TO_PACKET &&
type             5804 kernel/bpf/verifier.c 		     src_reg->type == PTR_TO_PACKET_END) ||
type             5805 kernel/bpf/verifier.c 		    (dst_reg->type == PTR_TO_PACKET_META &&
type             5809 kernel/bpf/verifier.c 					       dst_reg->type, true);
type             5810 kernel/bpf/verifier.c 		} else if ((dst_reg->type == PTR_TO_PACKET_END &&
type             5811 kernel/bpf/verifier.c 			    src_reg->type == PTR_TO_PACKET) ||
type             5813 kernel/bpf/verifier.c 			    src_reg->type == PTR_TO_PACKET_META)) {
type             5816 kernel/bpf/verifier.c 					       src_reg->type, false);
type             5822 kernel/bpf/verifier.c 		if ((dst_reg->type == PTR_TO_PACKET &&
type             5823 kernel/bpf/verifier.c 		     src_reg->type == PTR_TO_PACKET_END) ||
type             5824 kernel/bpf/verifier.c 		    (dst_reg->type == PTR_TO_PACKET_META &&
type             5828 kernel/bpf/verifier.c 					       dst_reg->type, true);
type             5829 kernel/bpf/verifier.c 		} else if ((dst_reg->type == PTR_TO_PACKET_END &&
type             5830 kernel/bpf/verifier.c 			    src_reg->type == PTR_TO_PACKET) ||
type             5832 kernel/bpf/verifier.c 			    src_reg->type == PTR_TO_PACKET_META)) {
type             5835 kernel/bpf/verifier.c 					       src_reg->type, false);
type             5841 kernel/bpf/verifier.c 		if ((dst_reg->type == PTR_TO_PACKET &&
type             5842 kernel/bpf/verifier.c 		     src_reg->type == PTR_TO_PACKET_END) ||
type             5843 kernel/bpf/verifier.c 		    (dst_reg->type == PTR_TO_PACKET_META &&
type             5847 kernel/bpf/verifier.c 					       dst_reg->type, false);
type             5848 kernel/bpf/verifier.c 		} else if ((dst_reg->type == PTR_TO_PACKET_END &&
type             5849 kernel/bpf/verifier.c 			    src_reg->type == PTR_TO_PACKET) ||
type             5851 kernel/bpf/verifier.c 			    src_reg->type == PTR_TO_PACKET_META)) {
type             5854 kernel/bpf/verifier.c 					       src_reg->type, true);
type             5919 kernel/bpf/verifier.c 	else if (src_reg->type == SCALAR_VALUE &&
type             5965 kernel/bpf/verifier.c 		if (dst_reg->type == SCALAR_VALUE &&
type             5966 kernel/bpf/verifier.c 		    src_reg->type == SCALAR_VALUE) {
type             5990 kernel/bpf/verifier.c 	} else if (dst_reg->type == SCALAR_VALUE) {
type             6001 kernel/bpf/verifier.c 	    reg_type_may_be_null(dst_reg->type)) {
type             6045 kernel/bpf/verifier.c 		regs[insn->dst_reg].type = SCALAR_VALUE;
type             6055 kernel/bpf/verifier.c 		regs[insn->dst_reg].type = PTR_TO_MAP_VALUE;
type             6060 kernel/bpf/verifier.c 		regs[insn->dst_reg].type = CONST_PTR_TO_MAP;
type             6069 kernel/bpf/verifier.c static bool may_access_skb(enum bpf_prog_type type)
type             6071 kernel/bpf/verifier.c 	switch (type) {
type             6103 kernel/bpf/verifier.c 	if (!may_access_skb(env->prog->type)) {
type             6152 kernel/bpf/verifier.c 	if (regs[ctx_reg].type != PTR_TO_CTX) {
type             6191 kernel/bpf/verifier.c 	switch (env->prog->type) {
type             6214 kernel/bpf/verifier.c 	if (reg->type != SCALAR_VALUE) {
type             6216 kernel/bpf/verifier.c 			reg_type_str[reg->type]);
type             6491 kernel/bpf/verifier.c 	const struct btf_type *type;
type             6568 kernel/bpf/verifier.c 		type = btf_type_by_id(btf, krecord[i].type_id);
type             6569 kernel/bpf/verifier.c 		if (!type || BTF_INFO_KIND(type->info) != BTF_KIND_FUNC) {
type             6906 kernel/bpf/verifier.c 	if (rold->type == PTR_TO_STACK)
type             6915 kernel/bpf/verifier.c 	if (rold->type == NOT_INIT)
type             6918 kernel/bpf/verifier.c 	if (rcur->type == NOT_INIT)
type             6920 kernel/bpf/verifier.c 	switch (rold->type) {
type             6922 kernel/bpf/verifier.c 		if (rcur->type == SCALAR_VALUE) {
type             6958 kernel/bpf/verifier.c 		if (rcur->type != PTR_TO_MAP_VALUE_OR_NULL)
type             6966 kernel/bpf/verifier.c 		if (rcur->type != rold->type)
type             7261 kernel/bpf/verifier.c 		if (state_reg->type != SCALAR_VALUE ||
type             7275 kernel/bpf/verifier.c 		if (state_reg->type != SCALAR_VALUE ||
type             7514 kernel/bpf/verifier.c static bool reg_type_mismatch_ok(enum bpf_reg_type type)
type             7516 kernel/bpf/verifier.c 	switch (type) {
type             7676 kernel/bpf/verifier.c 			src_reg_type = regs[insn->src_reg].type;
type             7728 kernel/bpf/verifier.c 			dst_reg_type = regs[insn->dst_reg].type;
type             7760 kernel/bpf/verifier.c 					reg_type_str[reg_state(env, insn->dst_reg)->type]);
type             7914 kernel/bpf/verifier.c static bool is_tracing_prog_type(enum bpf_prog_type type)
type             7916 kernel/bpf/verifier.c 	switch (type) {
type             7937 kernel/bpf/verifier.c 	if (prog->type == BPF_PROG_TYPE_PERF_EVENT) {
type             7949 kernel/bpf/verifier.c 	if ((is_tracing_prog_type(prog->type) ||
type             7950 kernel/bpf/verifier.c 	     prog->type == BPF_PROG_TYPE_SOCKET_FILTER) &&
type             8578 kernel/bpf/verifier.c 	enum bpf_access_type type;
type             8613 kernel/bpf/verifier.c 			type = BPF_READ;
type             8618 kernel/bpf/verifier.c 			type = BPF_WRITE;
type             8622 kernel/bpf/verifier.c 		if (type == BPF_WRITE &&
type             8684 kernel/bpf/verifier.c 			if (type == BPF_WRITE) {
type             8700 kernel/bpf/verifier.c 		cnt = convert_ctx_access(type, insn, insn_buf, env->prog,
type             8803 kernel/bpf/verifier.c 		func[i]->type = prog->type;
type             9323 kernel/bpf/verifier.c 	env->ops = bpf_verifier_ops[env->prog->type];
type               28 kernel/cgroup/cgroup-internal.h #define TRACE_CGROUP_PATH(type, cgrp, ...)				\
type               30 kernel/cgroup/cgroup-internal.h 		if (trace_cgroup_##type##_enabled()) {			\
type               36 kernel/cgroup/cgroup-internal.h 			trace_cgroup_##type(cgrp, trace_cgroup_path,	\
type              183 kernel/cgroup/cgroup-v1.c 	struct { enum cgroup_filetype type; struct pid_namespace *ns; } key;
type              282 kernel/cgroup/cgroup-v1.c 						  enum cgroup_filetype type)
type              291 kernel/cgroup/cgroup-v1.c 		if (l->key.type == type && l->key.ns == ns)
type              303 kernel/cgroup/cgroup-v1.c 						enum cgroup_filetype type)
type              309 kernel/cgroup/cgroup-v1.c 	l = cgroup_pidlist_find(cgrp, type);
type              319 kernel/cgroup/cgroup-v1.c 	l->key.type = type;
type              330 kernel/cgroup/cgroup-v1.c static int pidlist_array_load(struct cgroup *cgrp, enum cgroup_filetype type,
type              358 kernel/cgroup/cgroup-v1.c 		if (type == CGROUP_FILE_PROCS)
type              369 kernel/cgroup/cgroup-v1.c 	if (type == CGROUP_FILE_PROCS)
type              372 kernel/cgroup/cgroup-v1.c 	l = cgroup_pidlist_find_create(cgrp, type);
type              403 kernel/cgroup/cgroup-v1.c 	enum cgroup_filetype type = seq_cft(s)->private;
type              416 kernel/cgroup/cgroup-v1.c 		of->priv = cgroup_pidlist_find(cgrp, type);
type              423 kernel/cgroup/cgroup-v1.c 		ret = pidlist_array_load(cgrp, type,
type             6430 kernel/cgroup/cgroup.c 		      enum bpf_attach_type type, u32 flags)
type             6435 kernel/cgroup/cgroup.c 	ret = __cgroup_bpf_attach(cgrp, prog, type, flags);
type             6440 kernel/cgroup/cgroup.c 		      enum bpf_attach_type type, u32 flags)
type             6445 kernel/cgroup/cgroup.c 	ret = __cgroup_bpf_detach(cgrp, prog, type);
type             2257 kernel/cgroup/cpuset.c 	cpuset_filetype_t type = cft->private;
type             2267 kernel/cgroup/cpuset.c 	switch (type) {
type             2306 kernel/cgroup/cpuset.c 	cpuset_filetype_t type = cft->private;
type             2314 kernel/cgroup/cpuset.c 	switch (type) {
type             2407 kernel/cgroup/cpuset.c 	cpuset_filetype_t type = seq_cft(sf)->private;
type             2412 kernel/cgroup/cpuset.c 	switch (type) {
type             2439 kernel/cgroup/cpuset.c 	cpuset_filetype_t type = cft->private;
type             2440 kernel/cgroup/cpuset.c 	switch (type) {
type             2470 kernel/cgroup/cpuset.c 	cpuset_filetype_t type = cft->private;
type             2471 kernel/cgroup/cpuset.c 	switch (type) {
type              145 kernel/cgroup/namespace.c 	.type		= CLONE_NEWCGROUP,
type              295 kernel/crash_core.c Elf_Word *append_elf_note(Elf_Word *buf, char *name, unsigned int type,
type              302 kernel/crash_core.c 	note->n_type   = type;
type              366 kernel/debug/debug_core.c 	kgdb_break[breakno].type = BP_BREAKPOINT;
type              113 kernel/debug/kdb/kdb_private.h extern char *kdb_strdup(const char *str, gfp_t type);
type              307 kernel/debug/kdb/kdb_support.c char *kdb_strdup(const char *str, gfp_t type)
type              310 kernel/debug/kdb/kdb_support.c 	char *s = kmalloc(n, type);
type               70 kernel/dma/debug.c 	int              type;
type              315 kernel/dma/debug.c 		entry->type         == ref->type         ? ++match_lvl : 0;
type              393 kernel/dma/debug.c 	if (entry->type == dma_debug_resource)
type              417 kernel/dma/debug.c 					 type2name[entry->type], idx,
type              837 kernel/dma/debug.c 				   type2name[entry->type], idx,
type              905 kernel/dma/debug.c 			dir2name[entry->direction], type2name[entry->type]);
type             1032 kernel/dma/debug.c 	if (ref->type != entry->type) {
type             1038 kernel/dma/debug.c 			   type2name[entry->type], type2name[ref->type]);
type             1039 kernel/dma/debug.c 	} else if ((entry->type == dma_debug_coherent) &&
type             1051 kernel/dma/debug.c 	if (ref->sg_call_ents && ref->type == dma_debug_sg &&
type             1084 kernel/dma/debug.c 			   type2name[entry->type]);
type             1201 kernel/dma/debug.c 	if (ref->sg_call_ents && ref->type == dma_debug_sg &&
type             1271 kernel/dma/debug.c 	entry->type      = dma_debug_single;
type             1333 kernel/dma/debug.c 		.type           = dma_debug_single,
type             1361 kernel/dma/debug.c 		entry->type           = dma_debug_sg;
type             1415 kernel/dma/debug.c 			.type           = dma_debug_sg,
type             1455 kernel/dma/debug.c 	entry->type      = dma_debug_coherent;
type             1474 kernel/dma/debug.c 		.type           = dma_debug_coherent,
type             1509 kernel/dma/debug.c 	entry->type		= dma_debug_resource;
type             1526 kernel/dma/debug.c 		.type           = dma_debug_resource,
type             1548 kernel/dma/debug.c 	ref.type         = dma_debug_single;
type             1568 kernel/dma/debug.c 	ref.type         = dma_debug_single;
type             1591 kernel/dma/debug.c 			.type           = dma_debug_sg,
type             1624 kernel/dma/debug.c 			.type           = dma_debug_sg,
type             1326 kernel/events/core.c 				enum pid_type type)
type             1335 kernel/events/core.c 	nr = __task_pid_nr_ns(p, type, event->ns);
type             2988 kernel/events/core.c 	if (event->attr.type != attr->type)
type             2991 kernel/events/core.c 	switch (event->attr.type) {
type             6196 kernel/events/core.c 	data->type = sample_type;
type             6231 kernel/events/core.c 	u64 sample_type = data->type;
type             6364 kernel/events/core.c 	u64 sample_type = data->type;
type             6586 kernel/events/core.c 	header->type = PERF_RECORD_SAMPLE;
type             6775 kernel/events/core.c 			.type = PERF_RECORD_READ,
type             7062 kernel/events/core.c 	if (task_event->event_id.header.type == PERF_RECORD_EXIT) {
type             7099 kernel/events/core.c 				.type = new ? PERF_RECORD_FORK : PERF_RECORD_EXIT,
type             7209 kernel/events/core.c 				.type = PERF_RECORD_COMM,
type             7305 kernel/events/core.c 				.type = PERF_RECORD_NAMESPACES,
type             7394 kernel/events/core.c 	u32 type = mmap_event->event_id.header.type;
type             7401 kernel/events/core.c 		mmap_event->event_id.header.type = PERF_RECORD_MMAP2;
type             7438 kernel/events/core.c 	mmap_event->event_id.header.type = type;
type             7676 kernel/events/core.c 				.type = PERF_RECORD_MMAP,
type             7710 kernel/events/core.c 			.type = PERF_RECORD_AUX,
type             7746 kernel/events/core.c 			.type = PERF_RECORD_LOST_SAMPLES,
type             7797 kernel/events/core.c 		se->event_id.header.type = PERF_RECORD_SWITCH;
type             7800 kernel/events/core.c 		se->event_id.header.type = PERF_RECORD_SWITCH_CPU_WIDE;
type             7871 kernel/events/core.c 			.type = PERF_RECORD_THROTTLE,
type             7881 kernel/events/core.c 		throttle_event.header.type = PERF_RECORD_UNTHROTTLE;
type             7969 kernel/events/core.c 				.type = PERF_RECORD_KSYMBOL,
type             7994 kernel/events/core.c 		u16				type;
type             8030 kernel/events/core.c 					 enum perf_bpf_event_type type)
type             8032 kernel/events/core.c 	bool unregister = type == PERF_BPF_EVENT_PROG_UNLOAD;
type             8055 kernel/events/core.c 			  enum perf_bpf_event_type type,
type             8060 kernel/events/core.c 	if (type <= PERF_BPF_EVENT_UNKNOWN ||
type             8061 kernel/events/core.c 	    type >= PERF_BPF_EVENT_MAX)
type             8064 kernel/events/core.c 	switch (type) {
type             8068 kernel/events/core.c 			perf_event_bpf_emit_ksymbols(prog, type);
type             8081 kernel/events/core.c 				.type = PERF_RECORD_BPF_EVENT,
type             8084 kernel/events/core.c 			.type = type,
type             8119 kernel/events/core.c 	rec.header.type	= PERF_RECORD_ITRACE_START;
type             8346 kernel/events/core.c 				enum perf_type_id type,
type             8351 kernel/events/core.c 	if (event->attr.type != type)
type             8363 kernel/events/core.c static inline u64 swevent_hash(u64 type, u32 event_id)
type             8365 kernel/events/core.c 	u64 val = event_id | (type << 32);
type             8371 kernel/events/core.c __find_swevent_head(struct swevent_hlist *hlist, u64 type, u32 event_id)
type             8373 kernel/events/core.c 	u64 hash = swevent_hash(type, event_id);
type             8380 kernel/events/core.c find_swevent_head_rcu(struct swevent_htable *swhash, u64 type, u32 event_id)
type             8388 kernel/events/core.c 	return __find_swevent_head(hlist, type, event_id);
type             8397 kernel/events/core.c 	u64 type = event->attr.type;
type             8409 kernel/events/core.c 	return __find_swevent_head(hlist, type, event_id);
type             8412 kernel/events/core.c static void do_perf_sw_event(enum perf_type_id type, u32 event_id,
type             8422 kernel/events/core.c 	head = find_swevent_head_rcu(swhash, type, event_id);
type             8427 kernel/events/core.c 		if (perf_swevent_match(event, type, event_id, data, regs))
type             8623 kernel/events/core.c 	if (event->attr.type != PERF_TYPE_SOFTWARE)
type             8717 kernel/events/core.c 	perf_tp_event(call->event.type, count, raw_data, size, regs, head,
type             8762 kernel/events/core.c 			if (event->attr.type != PERF_TYPE_TRACEPOINT)
type             8764 kernel/events/core.c 			if (event->attr.config != entry->type)
type             8786 kernel/events/core.c 	if (event->attr.type != PERF_TYPE_TRACEPOINT)
type             8872 kernel/events/core.c 	if (event->attr.type != perf_kprobe.type)
type             8932 kernel/events/core.c 	if (event->attr.type != perf_uprobe.type)
type             9080 kernel/events/core.c 	if ((is_kprobe && prog->type != BPF_PROG_TYPE_KPROBE) ||
type             9081 kernel/events/core.c 	    (is_tracepoint && prog->type != BPF_PROG_TYPE_TRACEPOINT) ||
type             9082 kernel/events/core.c 	    (is_syscall_tp && prog->type != BPF_PROG_TYPE_TRACEPOINT)) {
type             9712 kernel/events/core.c 	if (event->attr.type != PERF_TYPE_SOFTWARE)
type             9793 kernel/events/core.c 	if (event->attr.type != PERF_TYPE_SOFTWARE)
type             9935 kernel/events/core.c 	return snprintf(page, PAGE_SIZE-1, "%d\n", pmu->type);
type             9937 kernel/events/core.c static DEVICE_ATTR_RO(type);
type             10056 kernel/events/core.c int perf_pmu_register(struct pmu *pmu, const char *name, int type)
type             10066 kernel/events/core.c 	pmu->type = -1;
type             10071 kernel/events/core.c 	if (type < 0) {
type             10072 kernel/events/core.c 		type = idr_alloc(&pmu_idr, pmu, PERF_TYPE_MAX, 0, GFP_KERNEL);
type             10073 kernel/events/core.c 		if (type < 0) {
type             10074 kernel/events/core.c 			ret = type;
type             10078 kernel/events/core.c 	pmu->type = type;
type             10166 kernel/events/core.c 	if (pmu->type >= PERF_TYPE_MAX)
type             10167 kernel/events/core.c 		idr_remove(&pmu_idr, pmu->type);
type             10188 kernel/events/core.c 	if (pmu->type >= PERF_TYPE_MAX)
type             10189 kernel/events/core.c 		idr_remove(&pmu_idr, pmu->type);
type             10273 kernel/events/core.c 	pmu = idr_find(&pmu_idr, event->attr.type);
type             12283 kernel/events/core.c 		if (!pmu->name || pmu->type < 0)
type               52 kernel/events/hw_breakpoint.c static struct bp_cpuinfo *get_bp_info(int cpu, enum bp_type_idx type)
type               54 kernel/events/hw_breakpoint.c 	return per_cpu_ptr(bp_cpuinfo + type, cpu);
type               88 kernel/events/hw_breakpoint.c static unsigned int max_task_bp_pinned(int cpu, enum bp_type_idx type)
type               90 kernel/events/hw_breakpoint.c 	unsigned int *tsk_pinned = get_bp_info(cpu, type)->tsk_pinned;
type               93 kernel/events/hw_breakpoint.c 	for (i = nr_slots[type] - 1; i >= 0; i--) {
type              105 kernel/events/hw_breakpoint.c static int task_bp_pinned(int cpu, struct perf_event *bp, enum bp_type_idx type)
type              113 kernel/events/hw_breakpoint.c 		    find_slot_idx(iter->attr.bp_type) == type &&
type              134 kernel/events/hw_breakpoint.c 		    enum bp_type_idx type)
type              140 kernel/events/hw_breakpoint.c 		struct bp_cpuinfo *info = get_bp_info(cpu, type);
type              145 kernel/events/hw_breakpoint.c 			nr += max_task_bp_pinned(cpu, type);
type              147 kernel/events/hw_breakpoint.c 			nr += task_bp_pinned(cpu, bp, type);
type              173 kernel/events/hw_breakpoint.c 				enum bp_type_idx type, int weight)
type              175 kernel/events/hw_breakpoint.c 	unsigned int *tsk_pinned = get_bp_info(cpu, type)->tsk_pinned;
type              178 kernel/events/hw_breakpoint.c 	old_idx = task_bp_pinned(cpu, bp, type) - 1;
type              191 kernel/events/hw_breakpoint.c toggle_bp_slot(struct perf_event *bp, bool enable, enum bp_type_idx type,
type              202 kernel/events/hw_breakpoint.c 		get_bp_info(bp->cpu, type)->cpu_pinned += weight;
type              208 kernel/events/hw_breakpoint.c 		toggle_bp_task_slot(bp, cpu, type, weight);
type              271 kernel/events/hw_breakpoint.c 	enum bp_type_idx type;
type              283 kernel/events/hw_breakpoint.c 	type = find_slot_idx(bp_type);
type              286 kernel/events/hw_breakpoint.c 	fetch_bp_busy_slots(&slots, bp, type);
type              294 kernel/events/hw_breakpoint.c 	if (slots.pinned + (!!slots.flexible) > nr_slots[type])
type              297 kernel/events/hw_breakpoint.c 	toggle_bp_slot(bp, true, type, weight);
type              317 kernel/events/hw_breakpoint.c 	enum bp_type_idx type;
type              320 kernel/events/hw_breakpoint.c 	type = find_slot_idx(bp_type);
type              322 kernel/events/hw_breakpoint.c 	toggle_bp_slot(bp, false, type, weight);
type              604 kernel/events/hw_breakpoint.c 	if (bp->attr.type != PERF_TYPE_BREAKPOINT)
type              243 kernel/events/ring_buffer.c 		lost_event.header.type = PERF_RECORD_LOST;
type             1495 kernel/exit.c  	enum pid_type type;
type             1506 kernel/exit.c  		type = PIDTYPE_MAX;
type             1509 kernel/exit.c  		type = PIDTYPE_PID;
type             1516 kernel/exit.c  		type = PIDTYPE_PGID;
type             1526 kernel/exit.c  		type = PIDTYPE_PID;
type             1538 kernel/exit.c  	wo.wo_type	= type;
type             1587 kernel/exit.c  	enum pid_type type;
type             1599 kernel/exit.c  		type = PIDTYPE_MAX;
type             1601 kernel/exit.c  		type = PIDTYPE_PGID;
type             1604 kernel/exit.c  		type = PIDTYPE_PGID;
type             1607 kernel/exit.c  		type = PIDTYPE_PID;
type             1611 kernel/exit.c  	wo.wo_type	= type;
type             1645 kernel/fork.c  	enum pid_type type;
type             1647 kernel/fork.c  	for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type) {
type             1648 kernel/fork.c  		INIT_HLIST_NODE(&task->pid_links[type]);
type             1653 kernel/fork.c  init_task_pid(struct task_struct *task, enum pid_type type, struct pid *pid)
type             1655 kernel/fork.c  	if (type == PIDTYPE_PID)
type             1658 kernel/fork.c  		task->signal->pids[type] = pid;
type             2292 kernel/fork.c  	enum pid_type type;
type             2294 kernel/fork.c  	for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type) {
type             2295 kernel/fork.c  		INIT_HLIST_NODE(&idle->pid_links[type]); /* not really needed */
type             2296 kernel/fork.c  		init_task_pid(idle, type, &init_struct_pid);
type              162 kernel/gcov/gcc_3_4.c static int counter_active(struct gcov_info *info, unsigned int type)
type              164 kernel/gcov/gcc_3_4.c 	return (1 << type) & info->ctr_mask;
type              351 kernel/gcov/gcc_3_4.c 	unsigned int type;
type              365 kernel/gcov/gcc_3_4.c 	return &iter->type_info[iter->type];
type              414 kernel/gcov/gcc_3_4.c 	iter->type = 0;
type              460 kernel/gcov/gcc_3_4.c 		if (iter->count < get_func(iter)->n_ctrs[iter->type]) {
type              467 kernel/gcov/gcc_3_4.c 		iter->type++;
type              470 kernel/gcov/gcc_3_4.c 		if (iter->type < iter->num_types) {
type              475 kernel/gcov/gcc_3_4.c 		iter->type = 0;
type              564 kernel/gcov/gcc_3_4.c 				get_func(iter)->n_ctrs[iter->type] * 2);
type              568 kernel/gcov/gcc_3_4.c 			iter->info->counts[iter->type].
type              174 kernel/gcov/gcc_4_7.c static int counter_active(struct gcov_info *info, unsigned int type)
type              176 kernel/gcov/gcc_4_7.c 	return info->merge[type] ? 1 : 0;
type               68 kernel/irq/chip.c int irq_set_irq_type(unsigned int irq, unsigned int type)
type               77 kernel/irq/chip.c 	ret = __irq_set_trigger(desc, type);
type             1030 kernel/irq/chip.c 		unsigned int type = irqd_get_trigger_type(&desc->irq_data);
type             1040 kernel/irq/chip.c 		if (type != IRQ_TYPE_NONE) {
type             1041 kernel/irq/chip.c 			__irq_set_trigger(desc, type);
type             1411 kernel/irq/chip.c int irq_chip_set_type_parent(struct irq_data *data, unsigned int type)
type             1416 kernel/irq/chip.c 		return data->chip->irq_set_type(data, type);
type              511 kernel/irq/generic-chip.c int irq_setup_alt_chip(struct irq_data *d, unsigned int type)
type              518 kernel/irq/generic-chip.c 		if (ct->type & type) {
type               28 kernel/irq/irq_sim.c static int irq_sim_set_type(struct irq_data *data, unsigned int type)
type               31 kernel/irq/irq_sim.c 	if (type & ~IRQ_TYPE_EDGE_BOTH)
type               34 kernel/irq/irq_sim.c 	irqd_set_trigger_type(data, type);
type              212 kernel/irq/irqdesc.c IRQ_ATTR_RO(type);
type               32 kernel/irq/irqdomain.c 	unsigned int		type;
type               64 kernel/irq/irqdomain.c struct fwnode_handle *__irq_domain_alloc_fwnode(unsigned int type, int id,
type               73 kernel/irq/irqdomain.c 	switch (type) {
type               91 kernel/irq/irqdomain.c 	fwid->type = type;
type              149 kernel/irq/irqdomain.c 		switch (fwid->type) {
type              732 kernel/irq/irqdomain.c 				irq_hw_number_t *hwirq, unsigned int *type)
type              736 kernel/irq/irqdomain.c 		return d->ops->translate(d, fwspec, hwirq, type);
type              741 kernel/irq/irqdomain.c 				     hwirq, type);
type              766 kernel/irq/irqdomain.c 	unsigned int type = IRQ_TYPE_NONE;
type              783 kernel/irq/irqdomain.c 	if (irq_domain_translate(domain, fwspec, &hwirq, &type))
type              790 kernel/irq/irqdomain.c 	if (WARN_ON(type & ~IRQ_TYPE_SENSE_MASK))
type              791 kernel/irq/irqdomain.c 		type &= IRQ_TYPE_SENSE_MASK;
type              804 kernel/irq/irqdomain.c 		if (type == IRQ_TYPE_NONE || type == irq_get_trigger_type(virq))
type              816 kernel/irq/irqdomain.c 			irqd_set_trigger_type(irq_data, type);
type              846 kernel/irq/irqdomain.c 	irqd_set_trigger_type(irq_data, type);
type             2189 kernel/irq/manage.c void enable_percpu_irq(unsigned int irq, unsigned int type)
type             2202 kernel/irq/manage.c 	type &= IRQ_TYPE_SENSE_MASK;
type             2203 kernel/irq/manage.c 	if (type == IRQ_TYPE_NONE)
type             2204 kernel/irq/manage.c 		type = irqd_get_trigger_type(&desc->irq_data);
type             2206 kernel/irq/manage.c 	if (type != IRQ_TYPE_NONE) {
type             2209 kernel/irq/manage.c 		ret = __irq_set_trigger(desc, type);
type             2223 kernel/irq/manage.c void enable_percpu_nmi(unsigned int irq, unsigned int type)
type             2225 kernel/irq/manage.c 	enable_percpu_irq(irq, type);
type               46 kernel/irq/proc.c static int show_irq_affinity(int type, struct seq_file *m)
type               51 kernel/irq/proc.c 	switch (type) {
type               70 kernel/irq/proc.c 	switch (type) {
type              137 kernel/irq/proc.c static ssize_t write_irq_affinity(int type, struct file *file,
type              150 kernel/irq/proc.c 	if (type)
type              340 kernel/jump_label.c 					    enum jump_label_type type)
type              342 kernel/jump_label.c 	arch_jump_label_transform(entry, type);
type              347 kernel/jump_label.c 	WARN_ON_ONCE(key->type & JUMP_TYPE_LINKED);
type              348 kernel/jump_label.c 	return (struct jump_entry *)(key->type & ~JUMP_TYPE_MASK);
type              353 kernel/jump_label.c 	return key->type & JUMP_TYPE_TRUE;
type              358 kernel/jump_label.c 	return key->type & JUMP_TYPE_LINKED;
type              363 kernel/jump_label.c 	key->type &= ~JUMP_TYPE_LINKED;
type              368 kernel/jump_label.c 	key->type |= JUMP_TYPE_LINKED;
type              383 kernel/jump_label.c 	unsigned long type;
type              386 kernel/jump_label.c 	type = key->type & JUMP_TYPE_MASK;
type              388 kernel/jump_label.c 	key->type |= type;
type              503 kernel/jump_label.c 	bool type = static_key_type(key);
type              507 kernel/jump_label.c 	return type ^ branch;
type              519 kernel/jump_label.c 	return (struct static_key_mod *)(key->type & ~JUMP_TYPE_MASK);
type              531 kernel/jump_label.c 	unsigned long type;
type              534 kernel/jump_label.c 	type = key->type & JUMP_TYPE_MASK;
type              536 kernel/jump_label.c 	key->type |= type;
type              443 kernel/kallsyms.c 	char type;
type              451 kernel/kallsyms.c 			    char *type, char *name)
type              459 kernel/kallsyms.c 				   &iter->value, &iter->type,
type              473 kernel/kallsyms.c 				     &iter->value, &iter->type,
type              487 kernel/kallsyms.c 					 &iter->value, &iter->type,
type              503 kernel/kallsyms.c 			       &iter->value, &iter->type,
type              515 kernel/kallsyms.c 	iter->type = kallsyms_get_symbol_type(off);
type              607 kernel/kallsyms.c 		char type;
type              613 kernel/kallsyms.c 		type = iter->exported ? toupper(iter->type) :
type              614 kernel/kallsyms.c 					tolower(iter->type);
type              616 kernel/kallsyms.c 			   type, iter->name, iter->module_name);
type              619 kernel/kallsyms.c 			   iter->type, iter->name);
type               39 kernel/kcmp.c  static long kptr_obfuscate(long v, int type)
type               41 kernel/kcmp.c  	return (v ^ cookies[type][0]) * cookies[type][1];
type               50 kernel/kcmp.c  static int kcmp_ptr(void *v1, void *v2, enum kcmp_type type)
type               54 kernel/kcmp.c  	t1 = kptr_obfuscate((long)v1, type);
type               55 kernel/kcmp.c  	t2 = kptr_obfuscate((long)v2, type);
type              152 kernel/kcmp.c  SYSCALL_DEFINE5(kcmp, pid_t, pid1, pid_t, pid2, int, type,
type              186 kernel/kcmp.c  	switch (type) {
type              116 kernel/kcov.c  static void notrace write_comp_data(u64 type, u64 arg1, u64 arg2, u64 ip)
type              141 kernel/kcov.c  		area[start_index] = type;
type              206 kernel/kcov.c  	u64 type = KCOV_CMP_CONST;
type              210 kernel/kcov.c  		type |= KCOV_CMP_SIZE(0);
type              213 kernel/kcov.c  		type |= KCOV_CMP_SIZE(1);
type              216 kernel/kcov.c  		type |= KCOV_CMP_SIZE(2);
type              219 kernel/kcov.c  		type |= KCOV_CMP_SIZE(3);
type              225 kernel/kcov.c  		write_comp_data(type, cases[i + 2], val, _RET_IP_);
type               69 kernel/kexec.c 		image->type = KEXEC_TYPE_CRASH;
type              238 kernel/kexec_core.c 	if (image->type == KEXEC_TYPE_CRASH) {
type              267 kernel/kexec_core.c 	image->type = KEXEC_TYPE_DEFAULT;
type              488 kernel/kexec_core.c 	switch (image->type) {
type              505 kernel/kexec_core.c 	if (image->type != KEXEC_TYPE_CRASH)
type              917 kernel/kexec_core.c 	switch (image->type) {
type              331 kernel/kexec_file.c 		image->type = KEXEC_TYPE_CRASH;
type              563 kernel/kexec_file.c 	if (kbuf->image->type == KEXEC_TYPE_CRASH)
type              618 kernel/kexec_file.c 	if (kbuf->image->type == KEXEC_TYPE_CRASH)
type              355 kernel/locking/rwsem.c 	enum rwsem_waiter_type type;
type              417 kernel/locking/rwsem.c 	if (waiter->type == RWSEM_WAITING_FOR_WRITE) {
type              503 kernel/locking/rwsem.c 		if (waiter->type == RWSEM_WAITING_FOR_WRITE)
type             1040 kernel/locking/rwsem.c 	waiter.type = RWSEM_WAITING_FOR_READ;
type             1167 kernel/locking/rwsem.c 	waiter.type = RWSEM_WAITING_FOR_WRITE;
type             4192 kernel/module.c int module_get_kallsym(unsigned int symnum, unsigned long *value, char *type,
type             4208 kernel/module.c 			*type = kallsyms->typetab[symnum];
type              247 kernel/nsproxy.c 	if (nstype && (ns->ops->type != nstype))
type              217 kernel/params.c #define STANDARD_PARAM_DEF(name, type, format, strtolfn)      		\
type              220 kernel/params.c 		return strtolfn(val, 0, (type *)kp->arg);		\
type              225 kernel/params.c 				*((type *)kp->arg));			\
type              163 kernel/pid.c   	enum pid_type type;
type              215 kernel/pid.c   	for (type = 0; type < PIDTYPE_MAX; ++type)
type              216 kernel/pid.c   		INIT_HLIST_HEAD(&pid->tasks[type]);
type              273 kernel/pid.c   static struct pid **task_pid_ptr(struct task_struct *task, enum pid_type type)
type              275 kernel/pid.c   	return (type == PIDTYPE_PID) ?
type              277 kernel/pid.c   		&task->signal->pids[type];
type              283 kernel/pid.c   void attach_pid(struct task_struct *task, enum pid_type type)
type              285 kernel/pid.c   	struct pid *pid = *task_pid_ptr(task, type);
type              286 kernel/pid.c   	hlist_add_head_rcu(&task->pid_links[type], &pid->tasks[type]);
type              289 kernel/pid.c   static void __change_pid(struct task_struct *task, enum pid_type type,
type              292 kernel/pid.c   	struct pid **pid_ptr = task_pid_ptr(task, type);
type              298 kernel/pid.c   	hlist_del_rcu(&task->pid_links[type]);
type              308 kernel/pid.c   void detach_pid(struct task_struct *task, enum pid_type type)
type              310 kernel/pid.c   	__change_pid(task, type, NULL);
type              313 kernel/pid.c   void change_pid(struct task_struct *task, enum pid_type type,
type              316 kernel/pid.c   	__change_pid(task, type, pid);
type              317 kernel/pid.c   	attach_pid(task, type);
type              322 kernel/pid.c   			   enum pid_type type)
type              324 kernel/pid.c   	if (type == PIDTYPE_PID)
type              326 kernel/pid.c   	hlist_replace_rcu(&old->pid_links[type], &new->pid_links[type]);
type              329 kernel/pid.c   struct task_struct *pid_task(struct pid *pid, enum pid_type type)
type              334 kernel/pid.c   		first = rcu_dereference_check(hlist_first_rcu(&pid->tasks[type]),
type              337 kernel/pid.c   			result = hlist_entry(first, struct task_struct, pid_links[(type)]);
type              371 kernel/pid.c   struct pid *get_task_pid(struct task_struct *task, enum pid_type type)
type              375 kernel/pid.c   	pid = get_pid(rcu_dereference(*task_pid_ptr(task, type)));
type              381 kernel/pid.c   struct task_struct *get_pid_task(struct pid *pid, enum pid_type type)
type              385 kernel/pid.c   	result = pid_task(pid, type);
type              425 kernel/pid.c   pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type,
type              434 kernel/pid.c   		nr = pid_nr_ns(rcu_dereference(*task_pid_ptr(task, type)), ns);
type              439 kernel/pid_namespace.c 	.type		= CLONE_NEWPID,
type              450 kernel/pid_namespace.c 	.type		= CLONE_NEWPID,
type               73 kernel/power/qos.c 	.type = PM_QOS_MIN,
type              110 kernel/power/qos.c 	switch (c->type) {
type              145 kernel/power/qos.c 	char *type;
type              167 kernel/power/qos.c 	switch (c->type) {
type              169 kernel/power/qos.c 		type = "Minimum";
type              172 kernel/power/qos.c 		type = "Maximum";
type              175 kernel/power/qos.c 		type = "Sum";
type              178 kernel/power/qos.c 		type = "Unknown";
type              194 kernel/power/qos.c 		   type, pm_qos_get_value(c), active_reqs, tot_reqs);
type              669 kernel/power/qos.c 	c->type = PM_QOS_MAX;
type              678 kernel/power/qos.c 	c->type = PM_QOS_MIN;
type              689 kernel/power/qos.c 			enum freq_qos_req_type type)
type              693 kernel/power/qos.c 	switch (type) {
type              723 kernel/power/qos.c 	switch(req->type) {
type              755 kernel/power/qos.c 			 enum freq_qos_req_type type, s32 value)
type              767 kernel/power/qos.c 	req->type = type;
type              771 kernel/power/qos.c 		req->type = 0;
type              828 kernel/power/qos.c 	req->type = 0;
type              841 kernel/power/qos.c 			  enum freq_qos_req_type type,
type              849 kernel/power/qos.c 	switch (type) {
type              874 kernel/power/qos.c 			     enum freq_qos_req_type type,
type              882 kernel/power/qos.c 	switch (type) {
type              679 kernel/printk/printk.c static int syslog_action_restricted(int type)
type              687 kernel/printk/printk.c 	return type != SYSLOG_ACTION_READ_ALL &&
type              688 kernel/printk/printk.c 	       type != SYSLOG_ACTION_SIZE_BUFFER;
type              691 kernel/printk/printk.c static int check_syslog_permissions(int type, int source)
type              697 kernel/printk/printk.c 	if (source == SYSLOG_FROM_PROC && type != SYSLOG_ACTION_OPEN)
type              700 kernel/printk/printk.c 	if (syslog_action_restricted(type)) {
type              717 kernel/printk/printk.c 	return security_syslog(type);
type             1531 kernel/printk/printk.c int do_syslog(int type, char __user *buf, int len, int source)
type             1537 kernel/printk/printk.c 	error = check_syslog_permissions(type, source);
type             1541 kernel/printk/printk.c 	switch (type) {
type             1646 kernel/printk/printk.c SYSCALL_DEFINE3(syslog, int, type, char __user *, buf, int, len)
type             1648 kernel/printk/printk.c 	return do_syslog(type, buf, len, SYSLOG_FROM_READER);
type              170 kernel/profile.c int profile_event_register(enum profile_type type, struct notifier_block *n)
type              174 kernel/profile.c 	switch (type) {
type              189 kernel/profile.c int profile_event_unregister(enum profile_type type, struct notifier_block *n)
type              193 kernel/profile.c 	switch (type) {
type              285 kernel/profile.c static void do_profile_hits(int type, void *__pc, unsigned int nr_hits)
type              386 kernel/profile.c static void do_profile_hits(int type, void *__pc, unsigned int nr_hits)
type              394 kernel/profile.c void profile_hits(int type, void *__pc, unsigned int nr_hits)
type              396 kernel/profile.c 	if (prof_on != type || !prof_buffer)
type              398 kernel/profile.c 	do_profile_hits(type, __pc, nr_hits);
type              402 kernel/profile.c void profile_tick(int type)
type              408 kernel/profile.c 		profile_hit(type, (void *)profile_pc(regs));
type              865 kernel/ptrace.c find_regset(const struct user_regset_view *view, unsigned int type)
type              872 kernel/ptrace.c 		if (regset->core_note_type == type)
type              879 kernel/ptrace.c static int ptrace_regset(struct task_struct *task, int req, unsigned int type,
type              883 kernel/ptrace.c 	const struct user_regset *regset = find_regset(view, type);
type              540 kernel/resource.c 	int type = 0; int other = 0;
type              553 kernel/resource.c 			is_type ? type++ : other++;
type              558 kernel/resource.c 		return type ? REGION_INTERSECTS : REGION_DISJOINT;
type              560 kernel/resource.c 	if (type)
type             1002 kernel/resource.c 	int type = resource_type(root);
type             1010 kernel/resource.c 	res->flags = type | IORESOURCE_BUSY;
type             1045 kernel/resource.c 				next_res->flags = type | IORESOURCE_BUSY;
type             7004 kernel/sched/core.c static void sched_change_group(struct task_struct *tsk, int type)
type             7020 kernel/sched/core.c 		tsk->sched_class->task_change_group(tsk, type);
type              207 kernel/sched/cpufreq_schedutil.c 				 unsigned long max, enum schedutil_type type,
type              214 kernel/sched/cpufreq_schedutil.c 	    type == FREQUENCY_UTIL && rt_rq_is_runnable(&rq->rt)) {
type              240 kernel/sched/cpufreq_schedutil.c 	if (type == FREQUENCY_UTIL)
type              261 kernel/sched/cpufreq_schedutil.c 	if (type == ENERGY_UTIL)
type              286 kernel/sched/cpufreq_schedutil.c 	if (type == FREQUENCY_UTIL)
type             10248 kernel/sched/fair.c static void task_change_group_fair(struct task_struct *p, int type)
type             10250 kernel/sched/fair.c 	switch (type) {
type             1776 kernel/sched/sched.h 	void (*task_change_group)(struct task_struct *p, int type);
type             2392 kernel/sched/sched.h 				 unsigned long max, enum schedutil_type type,
type             2423 kernel/sched/sched.h 				 unsigned long max, enum schedutil_type type,
type              989 kernel/signal.c static void complete_signal(int sig, struct task_struct *p, enum pid_type type)
type             1002 kernel/signal.c 	else if ((type == PIDTYPE_PID) || thread_group_empty(p))
type             1071 kernel/signal.c 			enum pid_type type, bool force)
type             1084 kernel/signal.c 	pending = (type != PIDTYPE_PID) ? &t->signal->shared_pending : &t->pending;
type             1167 kernel/signal.c 	if (type > PIDTYPE_TGID) {
type             1180 kernel/signal.c 	complete_signal(sig, t, type);
type             1182 kernel/signal.c 	trace_signal_generate(sig, info, t, type != PIDTYPE_PID, result);
type             1209 kernel/signal.c 			enum pid_type type)
type             1241 kernel/signal.c 	return __send_signal(sig, info, t, type, force);
type             1284 kernel/signal.c 			enum pid_type type)
type             1290 kernel/signal.c 		ret = send_signal(sig, info, p, type);
type             1404 kernel/signal.c 			struct task_struct *p, enum pid_type type)
type             1413 kernel/signal.c 		ret = do_send_sig_info(sig, info, p, type);
type             1846 kernel/signal.c int send_sigqueue(struct sigqueue *q, struct pid *pid, enum pid_type type)
type             1858 kernel/signal.c 	t = pid_task(pid, type);
type             1881 kernel/signal.c 	pending = (type != PIDTYPE_PID) ? &t->signal->shared_pending : &t->pending;
type             1884 kernel/signal.c 	complete_signal(sig, t, type);
type             1887 kernel/signal.c 	trace_signal_generate(sig, &q->info, t, type != PIDTYPE_PID, result);
type               38 kernel/taskstats.c 	[TASKSTATS_CMD_ATTR_PID]  = { .type = NLA_U32 },
type               39 kernel/taskstats.c 	[TASKSTATS_CMD_ATTR_TGID] = { .type = NLA_U32 },
type               40 kernel/taskstats.c 	[TASKSTATS_CMD_ATTR_REGISTER_CPUMASK] = { .type = NLA_STRING },
type               41 kernel/taskstats.c 	[TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK] = { .type = NLA_STRING },};
type               48 kernel/taskstats.c 	[CGROUPSTATS_CMD_ATTR_FD] = { .type = NLA_U32 },
type              359 kernel/taskstats.c static struct taskstats *mk_reply(struct sk_buff *skb, int type, u32 pid)
type              364 kernel/taskstats.c 	aggr = (type == TASKSTATS_TYPE_PID)
type              372 kernel/taskstats.c 	if (nla_put(skb, type, sizeof(pid), &pid) < 0) {
type              209 kernel/time/alarmtimer.c 	struct alarm_base *base = &alarm_bases[alarm->type];
type              236 kernel/time/alarmtimer.c 	struct alarm_base *base = &alarm_bases[alarm->type];
type              254 kernel/time/alarmtimer.c 	int i, ret, type;
type              262 kernel/time/alarmtimer.c 	type = freezer_alarmtype;
type              286 kernel/time/alarmtimer.c 			type = i;
type              297 kernel/time/alarmtimer.c 	trace_alarmtimer_suspend(expires, type);
type              335 kernel/time/alarmtimer.c __alarm_init(struct alarm *alarm, enum alarmtimer_type type,
type              341 kernel/time/alarmtimer.c 	alarm->type = type;
type              351 kernel/time/alarmtimer.c void alarm_init(struct alarm *alarm, enum alarmtimer_type type,
type              354 kernel/time/alarmtimer.c 	hrtimer_init(&alarm->timer, alarm_bases[type].base_clockid,
type              356 kernel/time/alarmtimer.c 	__alarm_init(alarm, type, function);
type              367 kernel/time/alarmtimer.c 	struct alarm_base *base = &alarm_bases[alarm->type];
type              387 kernel/time/alarmtimer.c 	struct alarm_base *base = &alarm_bases[alarm->type];
type              396 kernel/time/alarmtimer.c 	struct alarm_base *base = &alarm_bases[alarm->type];
type              416 kernel/time/alarmtimer.c 	struct alarm_base *base = &alarm_bases[alarm->type];
type              484 kernel/time/alarmtimer.c 	struct alarm_base *base = &alarm_bases[alarm->type];
type              492 kernel/time/alarmtimer.c static void alarmtimer_freezerset(ktime_t absexp, enum alarmtimer_type type)
type              498 kernel/time/alarmtimer.c 	switch(type) {
type              501 kernel/time/alarmtimer.c 		type = ALARM_REALTIME_FREEZER;
type              505 kernel/time/alarmtimer.c 		type = ALARM_BOOTTIME_FREEZER;
type              508 kernel/time/alarmtimer.c 		WARN_ONCE(1, "Invalid alarm type: %d\n", type);
type              518 kernel/time/alarmtimer.c 		freezer_alarmtype = type;
type              641 kernel/time/alarmtimer.c 	struct alarm_base *base = &alarm_bases[alarm->type];
type              694 kernel/time/alarmtimer.c 	enum  alarmtimer_type type;
type              702 kernel/time/alarmtimer.c 	type = clock2alarm(new_timer->it_clock);
type              703 kernel/time/alarmtimer.c 	alarm_init(&new_timer->it.alarm.alarmtimer, type, alarm_handle_timer);
type              732 kernel/time/alarmtimer.c 				enum alarmtimer_type type)
type              753 kernel/time/alarmtimer.c 		alarmtimer_freezerset(absexp, type);
type              755 kernel/time/alarmtimer.c 	if (restart->nanosleep.type != TT_NONE) {
type              759 kernel/time/alarmtimer.c 		rem = ktime_sub(absexp, alarm_bases[type].gettime());
type              771 kernel/time/alarmtimer.c alarm_init_on_stack(struct alarm *alarm, enum alarmtimer_type type,
type              774 kernel/time/alarmtimer.c 	hrtimer_init_on_stack(&alarm->timer, alarm_bases[type].base_clockid,
type              776 kernel/time/alarmtimer.c 	__alarm_init(alarm, type, function);
type              787 kernel/time/alarmtimer.c 	enum  alarmtimer_type type = restart->nanosleep.clockid;
type              791 kernel/time/alarmtimer.c 	alarm_init_on_stack(&alarm, type, alarmtimer_nsleep_wakeup);
type              793 kernel/time/alarmtimer.c 	return alarmtimer_do_nsleep(&alarm, exp, type);
type              808 kernel/time/alarmtimer.c 	enum  alarmtimer_type type = clock2alarm(which_clock);
type              823 kernel/time/alarmtimer.c 	alarm_init_on_stack(&alarm, type, alarmtimer_nsleep_wakeup);
type              828 kernel/time/alarmtimer.c 		ktime_t now = alarm_bases[type].gettime();
type              833 kernel/time/alarmtimer.c 	ret = alarmtimer_do_nsleep(&alarm, exp, type);
type              842 kernel/time/alarmtimer.c 	restart->nanosleep.clockid = type;
type             1848 kernel/time/hrtimer.c 	switch(restart->nanosleep.type) {
type             1887 kernel/time/hrtimer.c 	if (restart->nanosleep.type != TT_NONE) {
type             1959 kernel/time/hrtimer.c 	current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE;
type             1979 kernel/time/hrtimer.c 	current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE;
type             1308 kernel/time/posix-cpu-timers.c 		if (restart->nanosleep.type != TT_NONE)
type              145 kernel/time/posix-stubs.c 	current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE;
type              231 kernel/time/posix-stubs.c 	current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE;
type              312 kernel/time/posix-timers.c 	enum pid_type type;
type              327 kernel/time/posix-timers.c 	type = !(timr->it_sigev_notify & SIGEV_THREAD_ID) ? PIDTYPE_TGID : PIDTYPE_PID;
type              328 kernel/time/posix-timers.c 	ret = send_sigqueue(timr->sigq, timr->it_pid, type);
type             1227 kernel/time/posix-timers.c 	current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE;
type             1254 kernel/time/posix-timers.c 	current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE;
type             1606 kernel/trace/blktrace.c 	.type		= TRACE_BLK,
type              439 kernel/trace/bpf_trace.c 	if (unlikely(event->attr.type != PERF_TYPE_SOFTWARE ||
type              763 kernel/trace/bpf_trace.c static bool kprobe_prog_is_valid_access(int off, int size, enum bpf_access_type type,
type              769 kernel/trace/bpf_trace.c 	if (type != BPF_READ)
type              872 kernel/trace/bpf_trace.c static bool tp_prog_is_valid_access(int off, int size, enum bpf_access_type type,
type              878 kernel/trace/bpf_trace.c 	if (type != BPF_READ)
type             1064 kernel/trace/bpf_trace.c 					enum bpf_access_type type,
type             1071 kernel/trace/bpf_trace.c 	if (type != BPF_READ)
type             1087 kernel/trace/bpf_trace.c 						 enum bpf_access_type type,
type             1092 kernel/trace/bpf_trace.c 		if (size != sizeof(u64) || type != BPF_READ)
type             1096 kernel/trace/bpf_trace.c 	return raw_tp_prog_is_valid_access(off, size, type, prog, info);
type             1107 kernel/trace/bpf_trace.c static bool pe_prog_is_valid_access(int off, int size, enum bpf_access_type type,
type             1115 kernel/trace/bpf_trace.c 	if (type != BPF_READ)
type             1145 kernel/trace/bpf_trace.c static u32 pe_prog_convert_ctx_access(enum bpf_access_type type,
type             1275 kernel/trace/bpf_trace.c 	if (event->attr.type != PERF_TYPE_TRACEPOINT)
type             1424 kernel/trace/bpf_trace.c 	if (prog->type == BPF_PROG_TYPE_PERF_EVENT)
type             1445 kernel/trace/bpf_trace.c 						  event->attr.type == PERF_TYPE_TRACEPOINT);
type             1451 kernel/trace/bpf_trace.c 						  event->attr.type == PERF_TYPE_TRACEPOINT);
type             3663 kernel/trace/ftrace.c 	int type;
type             3683 kernel/trace/ftrace.c 	switch (g->type) {
type             3802 kernel/trace/ftrace.c 	struct ftrace_glob func_g = { .type = MATCH_FULL };
type             3803 kernel/trace/ftrace.c 	struct ftrace_glob mod_g = { .type = MATCH_FULL };
type             3811 kernel/trace/ftrace.c 		func_g.type = filter_parse_regex(func, len, &func_g.search,
type             3817 kernel/trace/ftrace.c 		mod_g.type = filter_parse_regex(mod, strlen(mod),
type             3827 kernel/trace/ftrace.c 	if (func_g.type == MATCH_INDEX) {
type             4475 kernel/trace/ftrace.c 		func_g.type = filter_parse_regex(glob, strlen(glob),
type             5119 kernel/trace/ftrace.c 	enum graph_filter_type		type;
type             5169 kernel/trace/ftrace.c 	if (fgd->type == GRAPH_FILTER_FUNCTION)
type             5200 kernel/trace/ftrace.c 		if (fgd->type == GRAPH_FILTER_FUNCTION)
type             5293 kernel/trace/ftrace.c 	fgd->type = GRAPH_FILTER_FUNCTION;
type             5321 kernel/trace/ftrace.c 	fgd->type = GRAPH_FILTER_NOTRACE;
type             5369 kernel/trace/ftrace.c 		if (fgd->type == GRAPH_FILTER_FUNCTION) {
type             5412 kernel/trace/ftrace.c 	func_g.type = filter_parse_regex(buffer, strlen(buffer),
type             6019 kernel/trace/ftrace.c 			   char *type, char *name,
type             6040 kernel/trace/ftrace.c 			*type = 'T';
type             1981 kernel/trace/ring_buffer.c 	int type;
type             1991 kernel/trace/ring_buffer.c 	type = rb_head_page_set_update(cpu_buffer, next_page, tail_page,
type             2005 kernel/trace/ring_buffer.c 	switch (type) {
type             2116 kernel/trace/ring_buffer.c 	if (type == RB_PAGE_HEAD) {
type              760 kernel/trace/trace.c 		  int type, unsigned long flags, int pc)
type              764 kernel/trace/trace.c 	tracing_generic_entry_update(ent, type, flags, pc);
type              769 kernel/trace/trace.c 			  int type,
type              777 kernel/trace/trace.c 		trace_event_setup(event, type, flags, pc);
type             1646 kernel/trace/trace.c 	struct tracer			*type;
type             1651 kernel/trace/trace.c static int save_selftest(struct tracer *type)
type             1659 kernel/trace/trace.c 	selftest->type = type;
type             1664 kernel/trace/trace.c static int run_tracer_selftest(struct tracer *type)
type             1670 kernel/trace/trace.c 	if (!type->selftest || tracing_selftest_disabled)
type             1679 kernel/trace/trace.c 		return save_selftest(type);
type             1690 kernel/trace/trace.c 	tr->current_trace = type;
type             1693 kernel/trace/trace.c 	if (type->use_max_tr) {
type             1703 kernel/trace/trace.c 	pr_info("Testing tracer %s: ", type->name);
type             1704 kernel/trace/trace.c 	ret = type->selftest(type, tr);
type             1717 kernel/trace/trace.c 	if (type->use_max_tr) {
type             1752 kernel/trace/trace.c 		ret = run_tracer_selftest(p->type);
type             1756 kernel/trace/trace.c 			     p->type->name);
type             1759 kernel/trace/trace.c 				if (t == p->type) {
type             1778 kernel/trace/trace.c static inline int run_tracer_selftest(struct tracer *type)
type             1794 kernel/trace/trace.c int __init register_tracer(struct tracer *type)
type             1799 kernel/trace/trace.c 	if (!type->name) {
type             1804 kernel/trace/trace.c 	if (strlen(type->name) >= MAX_TRACER_SIZE) {
type             1811 kernel/trace/trace.c 			   type->name);
type             1820 kernel/trace/trace.c 		if (strcmp(type->name, t->name) == 0) {
type             1823 kernel/trace/trace.c 				type->name);
type             1829 kernel/trace/trace.c 	if (!type->set_flag)
type             1830 kernel/trace/trace.c 		type->set_flag = &dummy_set_flag;
type             1831 kernel/trace/trace.c 	if (!type->flags) {
type             1833 kernel/trace/trace.c 		type->flags = kmalloc(sizeof(*type->flags), GFP_KERNEL);
type             1834 kernel/trace/trace.c 		if (!type->flags) {
type             1838 kernel/trace/trace.c 		type->flags->val = 0;
type             1839 kernel/trace/trace.c 		type->flags->opts = dummy_tracer_opt;
type             1841 kernel/trace/trace.c 		if (!type->flags->opts)
type             1842 kernel/trace/trace.c 			type->flags->opts = dummy_tracer_opt;
type             1845 kernel/trace/trace.c 	type->flags->trace = type;
type             1847 kernel/trace/trace.c 	ret = run_tracer_selftest(type);
type             1851 kernel/trace/trace.c 	type->next = trace_types;
type             1852 kernel/trace/trace.c 	trace_types = type;
type             1853 kernel/trace/trace.c 	add_tracer_options(&global_trace, type);
type             1862 kernel/trace/trace.c 	if (strncmp(default_bootup_tracer, type->name, MAX_TRACER_SIZE))
type             1865 kernel/trace/trace.c 	printk(KERN_INFO "Starting tracer '%s'\n", type->name);
type             1867 kernel/trace/trace.c 	tracing_set_tracer(&global_trace, type->name);
type             1876 kernel/trace/trace.c 	       type->name);
type             2340 kernel/trace/trace.c tracing_generic_entry_update(struct trace_entry *entry, unsigned short type,
type             2347 kernel/trace/trace.c 	entry->type			= type;
type             2364 kernel/trace/trace.c 			  int type,
type             2368 kernel/trace/trace.c 	return __trace_buffer_lock_reserve(buffer, type, len, flags, pc);
type             2487 kernel/trace/trace.c 			  int type, unsigned long len,
type             2501 kernel/trace/trace.c 			trace_event_setup(entry, type, flags, pc);
type             2509 kernel/trace/trace.c 					    type, len, flags, pc);
type             2519 kernel/trace/trace.c 						    type, len, flags, pc);
type             3640 kernel/trace/trace.c 	struct tracer *type = iter->trace;
type             3645 kernel/trace/trace.c 	name = type->name;
type             3735 kernel/trace/trace.c 	event = ftrace_find_event(entry->type);
type             3750 kernel/trace/trace.c 	trace_seq_printf(s, "Unknown type %d\n", entry->type);
type             3771 kernel/trace/trace.c 	event = ftrace_find_event(entry->type);
type             3775 kernel/trace/trace.c 	trace_seq_printf(s, "%d ?\n", entry->type);
type             3798 kernel/trace/trace.c 	event = ftrace_find_event(entry->type);
type             3827 kernel/trace/trace.c 	event = ftrace_find_event(entry->type);
type             3885 kernel/trace/trace.c 	if (iter->ent->type == TRACE_BPUTS &&
type             3890 kernel/trace/trace.c 	if (iter->ent->type == TRACE_BPRINT &&
type             3895 kernel/trace/trace.c 	if (iter->ent->type == TRACE_PRINT &&
type             6080 kernel/trace/trace.c 			  iter->ent->type);
type             6967 kernel/trace/trace.c 	u8		type;	/* index into errs -> specific err string */
type             7055 kernel/trace/trace.c 		     const char **errs, u8 type, u8 pos)
type             7073 kernel/trace/trace.c 	err->info.type = type;
type             7132 kernel/trace/trace.c 		const char *err_text = err->info.errs[err->info.type];
type             8641 kernel/trace/trace.c 	struct file_system_type *type;
type             8648 kernel/trace/trace.c 	type = get_fs_type("tracefs");
type             8649 kernel/trace/trace.c 	if (!type)
type             8651 kernel/trace/trace.c 	mnt = vfs_submount(mntpt, type, "tracefs", NULL);
type             8652 kernel/trace/trace.c 	put_filesystem(type);
type               50 kernel/trace/trace.h #define __field(type, item)		type	item;
type               53 kernel/trace/trace.h #define __field_struct(type, item)	__field(type, item)
type               56 kernel/trace/trace.h #define __field_desc(type, container, item)
type               59 kernel/trace/trace.h #define __array(type, item, size)	type	item[size];
type               62 kernel/trace/trace.h #define __array_desc(type, container, item, size)
type               65 kernel/trace/trace.h #define __dynamic_array(type, item)	type	item[];
type              365 kernel/trace/trace.h #define FTRACE_CMP_TYPE(var, type) \
type              366 kernel/trace/trace.h 	__builtin_types_compatible_p(typeof(var), type *)
type              372 kernel/trace/trace.h 		WARN_ON(id != 0 && (entry)->type != id);	\
type              702 kernel/trace/trace.h 			  int type,
type              749 kernel/trace/trace.h int register_tracer(struct tracer *type);
type             1340 kernel/trace/trace.h 	const char		*type;
type             1571 kernel/trace/trace.h extern int filter_assign_type(const char *type);
type             1907 kernel/trace/trace.h 			    const char **errs, u8 type, u8 pos);
type             1937 kernel/trace/trace.h 			       enum trace_reg type, void *data);
type              169 kernel/trace/trace_branch.c 	.type		= TRACE_BRANCH,
type               34 kernel/trace/trace_dynevent.c int dyn_event_release(int argc, char **argv, struct dyn_event_operations *type)
type               63 kernel/trace/trace_dynevent.c 		if (type && type != pos->ops)
type              146 kernel/trace/trace_dynevent.c int dyn_events_release_all(struct dyn_event_operations *type)
type              153 kernel/trace/trace_dynevent.c 		if (type && ev->ops != type)
type              161 kernel/trace/trace_dynevent.c 		if (type && ev->ops != type)
type               99 kernel/trace/trace_dynevent.h int dyn_events_release_all(struct dyn_event_operations *type);
type              100 kernel/trace/trace_dynevent.h int dyn_event_release(int argc, char **argv, struct dyn_event_operations *type);
type              220 kernel/trace/trace_event_perf.c 		if (tp_event->event.type == event_id &&
type              416 kernel/trace/trace_event_perf.c void perf_trace_buf_update(void *record, u16 type)
type              423 kernel/trace/trace_event_perf.c 	tracing_generic_entry_update(entry, type, flags, pc);
type              491 kernel/trace/trace_event_perf.c 			       enum trace_reg type, void *data)
type              495 kernel/trace/trace_event_perf.c 	switch (type) {
type              105 kernel/trace/trace_events.c static int __trace_define_field(struct list_head *head, const char *type,
type              116 kernel/trace/trace_events.c 	field->type = type;
type              119 kernel/trace/trace_events.c 		field->filter_type = filter_assign_type(type);
type              132 kernel/trace/trace_events.c int trace_define_field(struct trace_event_call *call, const char *type,
type              142 kernel/trace/trace_events.c 	return __trace_define_field(head, type, name, offset, size,
type              147 kernel/trace/trace_events.c #define __generic_field(type, item, filter_type)			\
type              148 kernel/trace/trace_events.c 	ret = __trace_define_field(&ftrace_generic_fields, #type,	\
type              149 kernel/trace/trace_events.c 				   #item, 0, 0, is_signed_type(type),	\
type              154 kernel/trace/trace_events.c #define __common_field(type, item)					\
type              155 kernel/trace/trace_events.c 	ret = __trace_define_field(&ftrace_common_fields, #type,	\
type              159 kernel/trace/trace_events.c 				   is_signed_type(type), FILTER_OTHER);	\
type              180 kernel/trace/trace_events.c 	__common_field(unsigned short, type);
type              270 kernel/trace/trace_events.c 						event_call->event.type, len,
type              281 kernel/trace/trace_events.c 		    enum trace_reg type, void *data)
type              286 kernel/trace/trace_events.c 	switch (type) {
type             1224 kernel/trace/trace_events.c 		seq_printf(m, "ID: %d\n", call->event.type);
type             1246 kernel/trace/trace_events.c 	array_descriptor = strchr(field->type, '[');
type             1248 kernel/trace/trace_events.c 	if (str_has_prefix(field->type, "__data_loc"))
type             1253 kernel/trace/trace_events.c 			   field->type, field->name, field->offset,
type             1257 kernel/trace/trace_events.c 			   (int)(array_descriptor - field->type),
type             1258 kernel/trace/trace_events.c 			   field->type, field->name,
type             1981 kernel/trace/trace_events.c 	if (call->event.type && call->class->reg)
type             1983 kernel/trace/trace_events.c 				  (void *)(long)call->event.type,
type              592 kernel/trace/trace_events_filter.c #define DEFINE_COMPARISON_PRED(type)					\
type              593 kernel/trace/trace_events_filter.c static int filter_pred_LT_##type(struct filter_pred *pred, void *event)	\
type              595 kernel/trace/trace_events_filter.c 	type *addr = (type *)(event + pred->offset);			\
type              596 kernel/trace/trace_events_filter.c 	type val = (type)pred->val;					\
type              599 kernel/trace/trace_events_filter.c static int filter_pred_LE_##type(struct filter_pred *pred, void *event)	\
type              601 kernel/trace/trace_events_filter.c 	type *addr = (type *)(event + pred->offset);			\
type              602 kernel/trace/trace_events_filter.c 	type val = (type)pred->val;					\
type              605 kernel/trace/trace_events_filter.c static int filter_pred_GT_##type(struct filter_pred *pred, void *event)	\
type              607 kernel/trace/trace_events_filter.c 	type *addr = (type *)(event + pred->offset);			\
type              608 kernel/trace/trace_events_filter.c 	type val = (type)pred->val;					\
type              611 kernel/trace/trace_events_filter.c static int filter_pred_GE_##type(struct filter_pred *pred, void *event)	\
type              613 kernel/trace/trace_events_filter.c 	type *addr = (type *)(event + pred->offset);			\
type              614 kernel/trace/trace_events_filter.c 	type val = (type)pred->val;					\
type              617 kernel/trace/trace_events_filter.c static int filter_pred_BAND_##type(struct filter_pred *pred, void *event) \
type              619 kernel/trace/trace_events_filter.c 	type *addr = (type *)(event + pred->offset);			\
type              620 kernel/trace/trace_events_filter.c 	type val = (type)pred->val;					\
type              623 kernel/trace/trace_events_filter.c static const filter_pred_fn_t pred_funcs_##type[] = {			\
type              624 kernel/trace/trace_events_filter.c 	filter_pred_LE_##type,						\
type              625 kernel/trace/trace_events_filter.c 	filter_pred_LT_##type,						\
type              626 kernel/trace/trace_events_filter.c 	filter_pred_GE_##type,						\
type              627 kernel/trace/trace_events_filter.c 	filter_pred_GT_##type,						\
type              628 kernel/trace/trace_events_filter.c 	filter_pred_BAND_##type,					\
type              823 kernel/trace/trace_events_filter.c 	int type = MATCH_FULL;
type              841 kernel/trace/trace_events_filter.c 				type = MATCH_END_ONLY;
type              843 kernel/trace/trace_events_filter.c 				if (type == MATCH_END_ONLY)
type              844 kernel/trace/trace_events_filter.c 					type = MATCH_MIDDLE_ONLY;
type              846 kernel/trace/trace_events_filter.c 					type = MATCH_FRONT_ONLY;
type              859 kernel/trace/trace_events_filter.c 	return type;
type              866 kernel/trace/trace_events_filter.c 	enum regex_type type = MATCH_FULL;
type              869 kernel/trace/trace_events_filter.c 		type = filter_parse_regex(r->pattern, r->len, &search, &pred->not);
type              874 kernel/trace/trace_events_filter.c 	switch (type) {
type             1081 kernel/trace/trace_events_filter.c int filter_assign_type(const char *type)
type             1083 kernel/trace/trace_events_filter.c 	if (strstr(type, "__data_loc") && strstr(type, "char"))
type             1086 kernel/trace/trace_events_filter.c 	if (strchr(type, '[') && strstr(type, "char"))
type             1089 kernel/trace/trace_events_filter.c 	if (strcmp(type, "char *") == 0 || strcmp(type, "const char *") == 0)
type              123 kernel/trace/trace_events_hist.c 	const char			*type;
type              254 kernel/trace/trace_events_hist.c #define DEFINE_HIST_FIELD_FN(type)					\
type              255 kernel/trace/trace_events_hist.c 	static u64 hist_field_##type(struct hist_field *hist_field,	\
type              260 kernel/trace/trace_events_hist.c 	type *addr = (type *)(event + hist_field->field->offset);	\
type              394 kernel/trace/trace_events_hist.c 	char *type;
type              652 kernel/trace/trace_events_hist.c 	char *name, *type;
type              659 kernel/trace/trace_events_hist.c 		type = event->fields[i]->type;
type              661 kernel/trace/trace_events_hist.c 		ret = trace_define_field(call, type, name, offset, size,
type              680 kernel/trace/trace_events_hist.c static bool synth_field_signed(char *type)
type              682 kernel/trace/trace_events_hist.c 	if (str_has_prefix(type, "u"))
type              684 kernel/trace/trace_events_hist.c 	if (strcmp(type, "gfp_t") == 0)
type              690 kernel/trace/trace_events_hist.c static int synth_field_is_string(char *type)
type              692 kernel/trace/trace_events_hist.c 	if (strstr(type, "char[") != NULL)
type              698 kernel/trace/trace_events_hist.c static int synth_field_string_size(char *type)
type              704 kernel/trace/trace_events_hist.c 	start = strstr(type, "char[");
type              709 kernel/trace/trace_events_hist.c 	end = strchr(type, ']');
type              730 kernel/trace/trace_events_hist.c static int synth_field_size(char *type)
type              734 kernel/trace/trace_events_hist.c 	if (strcmp(type, "s64") == 0)
type              736 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "u64") == 0)
type              738 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "s32") == 0)
type              740 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "u32") == 0)
type              742 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "s16") == 0)
type              744 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "u16") == 0)
type              746 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "s8") == 0)
type              748 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "u8") == 0)
type              750 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "char") == 0)
type              752 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "unsigned char") == 0)
type              754 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "int") == 0)
type              756 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "unsigned int") == 0)
type              758 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "long") == 0)
type              760 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "unsigned long") == 0)
type              762 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "pid_t") == 0)
type              764 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "gfp_t") == 0)
type              766 kernel/trace/trace_events_hist.c 	else if (synth_field_is_string(type))
type              767 kernel/trace/trace_events_hist.c 		size = synth_field_string_size(type);
type              772 kernel/trace/trace_events_hist.c static const char *synth_field_fmt(char *type)
type              776 kernel/trace/trace_events_hist.c 	if (strcmp(type, "s64") == 0)
type              778 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "u64") == 0)
type              780 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "s32") == 0)
type              782 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "u32") == 0)
type              784 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "s16") == 0)
type              786 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "u16") == 0)
type              788 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "s8") == 0)
type              790 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "u8") == 0)
type              792 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "char") == 0)
type              794 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "unsigned char") == 0)
type              796 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "int") == 0)
type              798 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "unsigned int") == 0)
type              800 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "long") == 0)
type              802 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "unsigned long") == 0)
type              804 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "pid_t") == 0)
type              806 kernel/trace/trace_events_hist.c 	else if (strcmp(type, "gfp_t") == 0)
type              808 kernel/trace/trace_events_hist.c 	else if (synth_field_is_string(type))
type              858 kernel/trace/trace_events_hist.c 		fmt = synth_field_fmt(se->fields[i]->type);
type              883 kernel/trace/trace_events_hist.c 			if (strcmp(se->fields[i]->type, "gfp_t") == 0) {
type              992 kernel/trace/trace_events_hist.c 		fmt = synth_field_fmt(event->fields[i]->type);
type             1032 kernel/trace/trace_events_hist.c 	kfree(field->type);
type             1084 kernel/trace/trace_events_hist.c 	field->type = kzalloc(len, GFP_KERNEL);
type             1085 kernel/trace/trace_events_hist.c 	if (!field->type) {
type             1090 kernel/trace/trace_events_hist.c 		strcat(field->type, prefix);
type             1091 kernel/trace/trace_events_hist.c 	strcat(field->type, field_type);
type             1093 kernel/trace/trace_events_hist.c 		strcat(field->type, array);
type             1094 kernel/trace/trace_events_hist.c 		if (field->type[len - 1] == ';')
type             1095 kernel/trace/trace_events_hist.c 			field->type[len - 1] = '\0';
type             1098 kernel/trace/trace_events_hist.c 	field->size = synth_field_size(field->type);
type             1104 kernel/trace/trace_events_hist.c 	if (synth_field_is_string(field->type))
type             1107 kernel/trace/trace_events_hist.c 	field->is_signed = synth_field_signed(field->type);
type             1463 kernel/trace/trace_events_hist.c 		seq_printf(m, "%s %s%s", field->type, field->name,
type             2467 kernel/trace/trace_events_hist.c 	kfree(hist_field->type);
type             2524 kernel/trace/trace_events_hist.c 		hist_field->type = kstrdup("u64", GFP_KERNEL);
type             2525 kernel/trace/trace_events_hist.c 		if (!hist_field->type)
type             2540 kernel/trace/trace_events_hist.c 		hist_field->type = kstrdup(hist_field->operands[0]->type, GFP_KERNEL);
type             2541 kernel/trace/trace_events_hist.c 		if (!hist_field->type)
type             2549 kernel/trace/trace_events_hist.c 		hist_field->type = kstrdup("u64", GFP_KERNEL);
type             2550 kernel/trace/trace_events_hist.c 		if (!hist_field->type)
type             2558 kernel/trace/trace_events_hist.c 		hist_field->type = kstrdup("unsigned int", GFP_KERNEL);
type             2559 kernel/trace/trace_events_hist.c 		if (!hist_field->type)
type             2571 kernel/trace/trace_events_hist.c 		hist_field->type = kstrdup(field->type, GFP_KERNEL);
type             2572 kernel/trace/trace_events_hist.c 		if (!hist_field->type)
type             2584 kernel/trace/trace_events_hist.c 		hist_field->type = kstrdup(field->type, GFP_KERNEL);
type             2585 kernel/trace/trace_events_hist.c 		if (!hist_field->type)
type             2670 kernel/trace/trace_events_hist.c 	ref_field->type = kstrdup(var_field->type, GFP_KERNEL);
type             2671 kernel/trace/trace_events_hist.c 	if (!ref_field->type) {
type             3029 kernel/trace/trace_events_hist.c 	expr->type = kstrdup(operand1->type, GFP_KERNEL);
type             3030 kernel/trace/trace_events_hist.c 	if (!expr->type) {
type             3155 kernel/trace/trace_events_hist.c 	expr->type = kstrdup(operand1->type, GFP_KERNEL);
type             3156 kernel/trace/trace_events_hist.c 	if (!expr->type) {
type             3221 kernel/trace/trace_events_hist.c 		if (strcmp(hist_field->type, target_hist_field->type) != 0)
type             3511 kernel/trace/trace_events_hist.c 				     char *name, int size, const char *type)
type             3540 kernel/trace/trace_events_hist.c 	var->type = kstrdup(type, GFP_KERNEL);
type             3541 kernel/trace/trace_events_hist.c 	if (!var->var.name || !var->type) {
type             3543 kernel/trace/trace_events_hist.c 		kfree(var->type);
type             3574 kernel/trace/trace_events_hist.c 	var = create_var(hist_data, file, field_name, val->size, val->type);
type             4190 kernel/trace/trace_events_hist.c 	if (strcmp(field->type, hist_field->type) != 0)
type             5889 kernel/trace/trace_events_hist.c 	if (strcmp(field->type, test_field->type) != 0)
type               19 kernel/trace/trace_export.c 				 enum trace_reg type, void *data)
type               39 kernel/trace/trace_export.c #define __field_struct(type, item)
type               42 kernel/trace/trace_export.c #define __field(type, item)				type item;
type               45 kernel/trace/trace_export.c #define __field_desc(type, container, item)		type item;
type               48 kernel/trace/trace_export.c #define __array(type, item, size)			type item[size];
type               51 kernel/trace/trace_export.c #define __array_desc(type, container, item, size)	type item[size];
type               54 kernel/trace/trace_export.c #define __dynamic_array(type, item)			type item[];
type               83 kernel/trace/trace_export.c #define __field(type, item)						\
type               84 kernel/trace/trace_export.c 	ret = trace_define_field(event_call, #type, #item,		\
type               87 kernel/trace/trace_export.c 				 is_signed_type(type), filter_type);	\
type               92 kernel/trace/trace_export.c #define __field_desc(type, container, item)	\
type               93 kernel/trace/trace_export.c 	ret = trace_define_field(event_call, #type, #item,		\
type               97 kernel/trace/trace_export.c 				 is_signed_type(type), filter_type);	\
type              102 kernel/trace/trace_export.c #define __array(type, item, len)					\
type              104 kernel/trace/trace_export.c 		char *type_str = #type"["__stringify(len)"]";		\
type              109 kernel/trace/trace_export.c 				 is_signed_type(type), filter_type);	\
type              115 kernel/trace/trace_export.c #define __array_desc(type, container, item, len)			\
type              117 kernel/trace/trace_export.c 	ret = trace_define_field(event_call, #type "[" #len "]", #item,	\
type              121 kernel/trace/trace_export.c 				 is_signed_type(type), filter_type);	\
type              126 kernel/trace/trace_export.c #define __dynamic_array(type, item)					\
type              127 kernel/trace/trace_export.c 	ret = trace_define_field(event_call, #type "[]", #item,  \
type              129 kernel/trace/trace_export.c 				 0, is_signed_type(type), filter_type);\
type              153 kernel/trace/trace_export.c #define __field(type, item)
type              156 kernel/trace/trace_export.c #define __field_desc(type, container, item)
type              159 kernel/trace/trace_export.c #define __array(type, item, len)
type              162 kernel/trace/trace_export.c #define __array_desc(type, container, item, len)
type              165 kernel/trace/trace_export.c #define __dynamic_array(type, item)
type              186 kernel/trace/trace_export.c 	.event.type		= etype,				\
type              469 kernel/trace/trace_functions_graph.c 			if (next->ent.type == TRACE_GRAPH_RET)
type              472 kernel/trace/trace_functions_graph.c 				data->ret.ent.type = next->ent.type;
type              476 kernel/trace/trace_functions_graph.c 	if (next->ent.type != TRACE_GRAPH_RET)
type              514 kernel/trace/trace_functions_graph.c 		enum trace_type type, int cpu, pid_t pid, u32 flags)
type              551 kernel/trace/trace_functions_graph.c 	if (type == TRACE_GRAPH_ENT)
type              720 kernel/trace/trace_functions_graph.c 		     int type, unsigned long addr, u32 flags)
type              730 kernel/trace/trace_functions_graph.c 	if (type)
type              732 kernel/trace/trace_functions_graph.c 		print_graph_irq(iter, addr, type, cpu, ent->pid, flags);
type              997 kernel/trace/trace_functions_graph.c 	switch (iter->ent->type) {
type             1014 kernel/trace/trace_functions_graph.c 		event = ftrace_find_event(ent->type);
type             1069 kernel/trace/trace_functions_graph.c 	switch (entry->type) {
type             1272 kernel/trace/trace_functions_graph.c 	.type		= TRACE_GRAPH_ENT,
type             1277 kernel/trace/trace_functions_graph.c 	.type		= TRACE_GRAPH_RET,
type             1198 kernel/trace/trace_kprobe.c 						call->event.type,
type             1246 kernel/trace/trace_kprobe.c 						call->event.type,
type             1415 kernel/trace/trace_kprobe.c 	perf_trace_buf_submit(entry, size, rctx, call->event.type, 1, regs,
type             1451 kernel/trace/trace_kprobe.c 	perf_trace_buf_submit(entry, size, rctx, call->event.type, 1, regs,
type             1493 kernel/trace/trace_kprobe.c 			   enum trace_reg type, void *data)
type             1497 kernel/trace/trace_kprobe.c 	switch (type) {
type              264 kernel/trace/trace_mmiotrace.c 	switch (iter->ent->type) {
type              288 kernel/trace/trace_output.c 	if (entry->type != event->event.type) {
type              646 kernel/trace/trace_output.c struct trace_event *ftrace_find_event(int type)
type              651 kernel/trace/trace_output.c 	key = type & (EVENT_HASHSIZE - 1);
type              654 kernel/trace/trace_output.c 		if (event->type == type)
type              678 kernel/trace/trace_output.c 		if (e->type != last + 1)
type              731 kernel/trace/trace_output.c 	if (!event->type) {
type              736 kernel/trace/trace_output.c 			event->type = trace_search_list(&list);
type              737 kernel/trace/trace_output.c 			if (!event->type)
type              742 kernel/trace/trace_output.c 			event->type = next_event_type++;
type              746 kernel/trace/trace_output.c 		if (WARN_ON(ftrace_find_event(event->type)))
type              751 kernel/trace/trace_output.c 	} else if (event->type > __TRACE_LAST_TYPE) {
type              757 kernel/trace/trace_output.c 		if (ftrace_find_event(event->type))
type              770 kernel/trace/trace_output.c 	key = event->type & (EVENT_HASHSIZE - 1);
type              774 kernel/trace/trace_output.c 	ret = event->type;
type              813 kernel/trace/trace_output.c 	trace_seq_printf(&iter->seq, "type: %d\n", iter->ent->type);
type              889 kernel/trace/trace_output.c 	.type		= TRACE_FN,
type             1029 kernel/trace/trace_output.c 	.type		= TRACE_CTX,
type             1041 kernel/trace/trace_output.c 	.type		= TRACE_WAKE,
type             1078 kernel/trace/trace_output.c 	.type		= TRACE_STACK,
type             1131 kernel/trace/trace_output.c 	.type		= TRACE_USER_STACK,
type             1196 kernel/trace/trace_output.c 	.type		= TRACE_HWLAT,
type             1240 kernel/trace/trace_output.c 	.type		= TRACE_BPUTS,
type             1284 kernel/trace/trace_output.c 	.type		= TRACE_BPRINT,
type             1321 kernel/trace/trace_output.c 	.type	 	= TRACE_PRINT,
type             1350 kernel/trace/trace_output.c 	.type	 	= TRACE_RAW_DATA,
type             1380 kernel/trace/trace_output.c 			       event->type);
type               24 kernel/trace/trace_output.h extern struct trace_event *ftrace_find_event(int type);
type               33 kernel/trace/trace_probe.c #define DEFINE_BASIC_PRINT_TYPE_FUNC(tname, type, fmt)			\
type               36 kernel/trace/trace_probe.c 	trace_seq_printf(s, fmt, *(type *)data);			\
type              101 kernel/trace/trace_probe.c static const struct fetch_type *find_fetch_type(const char *type)
type              105 kernel/trace/trace_probe.c 	if (!type)
type              106 kernel/trace/trace_probe.c 		type = DEFAULT_FETCH_TYPE_STR;
type              109 kernel/trace/trace_probe.c 	if (*type == 'b') {
type              112 kernel/trace/trace_probe.c 		type = strchr(type, '/');
type              113 kernel/trace/trace_probe.c 		if (!type)
type              116 kernel/trace/trace_probe.c 		type++;
type              117 kernel/trace/trace_probe.c 		if (kstrtoul(type, 0, &bs))
type              135 kernel/trace/trace_probe.c 		if (strcmp(type, probe_fetch_types[i].name) == 0)
type              354 kernel/trace/trace_probe.c parse_probe_arg(char *arg, const struct fetch_type *type,
type              367 kernel/trace/trace_probe.c 		ret = parse_probe_vars(arg + 1, type, code, flags, offs);
type              602 kernel/trace/trace_probe.c 		parg->type = find_fetch_type("string");
type              604 kernel/trace/trace_probe.c 		parg->type = find_fetch_type(t);
type              605 kernel/trace/trace_probe.c 	if (!parg->type) {
type              610 kernel/trace/trace_probe.c 	*size += parg->type->size * (parg->count ?: 1);
type              613 kernel/trace/trace_probe.c 		len = strlen(parg->type->fmttype) + 6;
type              617 kernel/trace/trace_probe.c 		snprintf(parg->fmt, len, "%s[%d]", parg->type->fmttype,
type              626 kernel/trace/trace_probe.c 	ret = parse_probe_arg(arg, parg->type, &code, &code[FETCH_INSN_MAX - 1],
type              632 kernel/trace/trace_probe.c 	if (!strcmp(parg->type->name, "string") ||
type              633 kernel/trace/trace_probe.c 	    !strcmp(parg->type->name, "ustring")) {
type              658 kernel/trace/trace_probe.c 		if (!strcmp(parg->type->name, "ustring") ||
type              663 kernel/trace/trace_probe.c 		code->size = parg->type->size;
type              667 kernel/trace/trace_probe.c 		code->size = parg->type->size;
type              670 kernel/trace/trace_probe.c 		code->size = parg->type->size;
type              679 kernel/trace/trace_probe.c 		code->size = parg->type->size;
type              684 kernel/trace/trace_probe.c 		ret = __parse_bitfield_probe_arg(t, parg->type, &code);
type              864 kernel/trace/trace_probe.c 					parg->type->fmt);
type              867 kernel/trace/trace_probe.c 						parg->type->fmt);
type              871 kernel/trace/trace_probe.c 					parg->type->fmt);
type              879 kernel/trace/trace_probe.c 			if ((strcmp(parg->type->name, "string") == 0) ||
type              880 kernel/trace/trace_probe.c 			    (strcmp(parg->type->name, "ustring") == 0))
type              888 kernel/trace/trace_probe.c 			if ((strcmp(parg->type->name, "string") == 0) ||
type              889 kernel/trace/trace_probe.c 			    (strcmp(parg->type->name, "ustring") == 0))
type              930 kernel/trace/trace_probe.c 		const char *fmt = parg->type->fmttype;
type              931 kernel/trace/trace_probe.c 		int size = parg->type->size;
type              939 kernel/trace/trace_probe.c 					 parg->type->is_signed,
type             1111 kernel/trace/trace_probe.c 		    ((a->args[i].type != b->args[i].type) ||
type               44 kernel/trace/trace_probe.h #define DEFINE_FIELD(type, item, name, is_signed)			\
type               46 kernel/trace/trace_probe.h 		ret = trace_define_field(event_call, #type, name,	\
type              146 kernel/trace/trace_probe.h #define PRINT_TYPE_FUNC_NAME(type)	print_type_##type
type              147 kernel/trace/trace_probe.h #define PRINT_TYPE_FMT_NAME(type)	print_type_format_##type
type              150 kernel/trace/trace_probe.h #define DECLARE_BASIC_PRINT_TYPE_FUNC(type)				\
type              151 kernel/trace/trace_probe.h int PRINT_TYPE_FUNC_NAME(type)(struct trace_seq *s, void *data, void *ent);\
type              152 kernel/trace/trace_probe.h extern const char PRINT_TYPE_FMT_NAME(type)[]
type              223 kernel/trace/trace_probe.h 	const struct fetch_type	*type;	/* Type of this argument */
type              228 kernel/trace/trace_probe_tmpl.h 			if (!a->type->print(s, data + a->offset, field))
type              235 kernel/trace/trace_probe_tmpl.h 			if (!a->type->print(s, p, field))
type              238 kernel/trace/trace_probe_tmpl.h 			p += a->type->size;
type               12 kernel/trace/trace_selftest.c 	switch (entry->type) {
type               46 kernel/trace/trace_selftest.c 				entry->type);
type               18 kernel/trace/trace_syscalls.c 				 enum trace_reg type, void *data);
type               20 kernel/trace/trace_syscalls.c 				 enum trace_reg type, void *data);
type              139 kernel/trace/trace_syscalls.c 	if (entry->enter_event->event.type != ent->type) {
type              187 kernel/trace/trace_syscalls.c 	if (entry->exit_event->event.type != ent->type) {
type              201 kernel/trace/trace_syscalls.c #define SYSCALL_FIELD(type, field, name)				\
type              202 kernel/trace/trace_syscalls.c 	sizeof(type) != sizeof(trace.field) ?				\
type              204 kernel/trace/trace_syscalls.c 		#type, #name, offsetof(typeof(trace), field),		\
type              205 kernel/trace/trace_syscalls.c 		sizeof(trace.field), is_signed_type(type)
type              345 kernel/trace/trace_syscalls.c 			sys_data->enter_event->event.type, size, irq_flags, pc);
type              391 kernel/trace/trace_syscalls.c 			sys_data->exit_event->event.type, sizeof(*entry),
type              630 kernel/trace/trace_syscalls.c 			      sys_data->enter_event->event.type, 1, regs,
type              726 kernel/trace/trace_syscalls.c 	perf_trace_buf_submit(rec, size, rctx, sys_data->exit_event->event.type,
type              767 kernel/trace/trace_syscalls.c 				 enum trace_reg type, void *data)
type              771 kernel/trace/trace_syscalls.c 	switch (type) {
type              795 kernel/trace/trace_syscalls.c 				 enum trace_reg type, void *data)
type              799 kernel/trace/trace_syscalls.c 	switch (type) {
type              951 kernel/trace/trace_uprobe.c 						call->event.type, size, 0, 0);
type             1372 kernel/trace/trace_uprobe.c 	perf_trace_buf_submit(entry, size, rctx, call->event.type, 1, regs,
type             1421 kernel/trace/trace_uprobe.c trace_uprobe_register(struct trace_event_call *event, enum trace_reg type,
type             1426 kernel/trace/trace_uprobe.c 	switch (type) {
type              148 kernel/trace/tracing_map.c #define DEFINE_TRACING_MAP_CMP_FN(type)					\
type              149 kernel/trace/tracing_map.c static int tracing_map_cmp_##type(void *val_a, void *val_b)		\
type              151 kernel/trace/tracing_map.c 	type a = (type)(*(u64 *)val_a);					\
type              152 kernel/trace/tracing_map.c 	type b = (type)(*(u64 *)val_b);					\
type              190 kernel/ucount.c 			   enum ucount_type type)
type              198 kernel/ucount.c 		max = READ_ONCE(tns->ucount_max[type]);
type              199 kernel/ucount.c 		if (!atomic_inc_below(&iter->ucount[type], max))
type              206 kernel/ucount.c 		atomic_dec(&iter->ucount[type]);
type              212 kernel/ucount.c void dec_ucount(struct ucounts *ucounts, enum ucount_type type)
type              216 kernel/ucount.c 		int dec = atomic_dec_if_positive(&iter->ucount[type]);
type             1312 kernel/user_namespace.c 	.type		= CLONE_NEWUSER,
type              164 kernel/utsname.c 	.type		= CLONE_NEWUTS,
type              102 kernel/watchdog_hld.c 	.type		= PERF_TYPE_HARDWARE,
type               28 lib/devres.c   				    enum devm_ioremap_type type)
type               36 lib/devres.c   	switch (type) {
type                9 lib/interval_tree_test.c #define __param(type, name, init, msg)		\
type               10 lib/interval_tree_test.c 	static type name = init;		\
type               11 lib/interval_tree_test.c 	module_param(name, type, 0444);		\
type               80 lib/iov_iter.c 		if (unlikely(i->type & ITER_BVEC)) {		\
type               84 lib/iov_iter.c 		} else if (unlikely(i->type & ITER_KVEC)) {	\
type               88 lib/iov_iter.c 		} else if (unlikely(i->type & ITER_DISCARD)) {	\
type              102 lib/iov_iter.c 		if (unlikely(i->type & ITER_BVEC)) {		\
type              110 lib/iov_iter.c 		} else if (unlikely(i->type & ITER_KVEC)) {	\
type              120 lib/iov_iter.c 		} else if (unlikely(i->type & ITER_DISCARD)) {	\
type              425 lib/iov_iter.c 	if (!(i->type & (ITER_BVEC|ITER_KVEC))) {
type              445 lib/iov_iter.c 		i->type = ITER_KVEC | direction;
type              448 lib/iov_iter.c 		i->type = ITER_IOVEC | direction;
type              892 lib/iov_iter.c 	if (i->type & (ITER_BVEC|ITER_KVEC)) {
type              915 lib/iov_iter.c 	if (i->type & (ITER_BVEC|ITER_KVEC)) {
type             1136 lib/iov_iter.c 	i->type = ITER_KVEC | (direction & (READ | WRITE));
type             1149 lib/iov_iter.c 	i->type = ITER_BVEC | (direction & (READ | WRITE));
type             1163 lib/iov_iter.c 	i->type = ITER_PIPE | READ;
type             1184 lib/iov_iter.c 	i->type = ITER_DISCARD | READ;
type             1639 lib/iov_iter.c ssize_t import_iovec(int type, const struct iovec __user * uvector,
type             1645 lib/iov_iter.c 	n = rw_copy_check_uvector(type, uvector, nr_segs, fast_segs,
type             1653 lib/iov_iter.c 	iov_iter_init(i, type, p, nr_segs, n);
type             1662 lib/iov_iter.c ssize_t compat_import_iovec(int type,
type             1669 lib/iov_iter.c 	n = compat_rw_copy_check_uvector(type, uvector, nr_segs, fast_segs,
type             1677 lib/iov_iter.c 	iov_iter_init(i, type, p, nr_segs, n);
type               32 lib/kobject.c  	if (!ns_ops || ns_ops->type == KOBJ_NS_TYPE_NONE)
type              119 lib/kobject.c  		BUG_ON(ops->type <= KOBJ_NS_TYPE_NONE);
type              120 lib/kobject.c  		BUG_ON(ops->type >= KOBJ_NS_TYPES);
type              121 lib/kobject.c  		BUG_ON(!kobj_ns_type_registered(ops->type));
type             1016 lib/kobject.c  	enum kobj_ns_type type = ops->type;
type             1022 lib/kobject.c  	if (type >= KOBJ_NS_TYPES)
type             1026 lib/kobject.c  	if (type <= KOBJ_NS_TYPE_NONE)
type             1030 lib/kobject.c  	if (kobj_ns_ops_tbl[type])
type             1034 lib/kobject.c  	kobj_ns_ops_tbl[type] = ops;
type             1041 lib/kobject.c  int kobj_ns_type_registered(enum kobj_ns_type type)
type             1046 lib/kobject.c  	if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES))
type             1047 lib/kobject.c  		registered = kobj_ns_ops_tbl[type] != NULL;
type             1068 lib/kobject.c  bool kobj_ns_current_may_mount(enum kobj_ns_type type)
type             1073 lib/kobject.c  	if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) &&
type             1074 lib/kobject.c  	    kobj_ns_ops_tbl[type])
type             1075 lib/kobject.c  		may_mount = kobj_ns_ops_tbl[type]->current_may_mount();
type             1081 lib/kobject.c  void *kobj_ns_grab_current(enum kobj_ns_type type)
type             1086 lib/kobject.c  	if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) &&
type             1087 lib/kobject.c  	    kobj_ns_ops_tbl[type])
type             1088 lib/kobject.c  		ns = kobj_ns_ops_tbl[type]->grab_current_ns();
type             1095 lib/kobject.c  const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk)
type             1100 lib/kobject.c  	if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) &&
type             1101 lib/kobject.c  	    kobj_ns_ops_tbl[type])
type             1102 lib/kobject.c  		ns = kobj_ns_ops_tbl[type]->netlink_ns(sk);
type             1108 lib/kobject.c  const void *kobj_ns_initial(enum kobj_ns_type type)
type             1113 lib/kobject.c  	if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) &&
type             1114 lib/kobject.c  	    kobj_ns_ops_tbl[type])
type             1115 lib/kobject.c  		ns = kobj_ns_ops_tbl[type]->initial_ns();
type             1121 lib/kobject.c  void kobj_ns_drop(enum kobj_ns_type type, void *ns)
type             1124 lib/kobject.c  	if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) &&
type             1125 lib/kobject.c  	    kobj_ns_ops_tbl[type] && kobj_ns_ops_tbl[type]->drop_ns)
type             1126 lib/kobject.c  		kobj_ns_ops_tbl[type]->drop_ns(ns);
type               63 lib/kobject_uevent.c 			       enum kobject_action *type,
type               91 lib/kobject_uevent.c 		*type = action;
type              404 lib/kobject_uevent.c 		if (ops->type == KOBJ_NS_TYPE_NET)
type              387 lib/kstrtox.c  #define kstrto_from_user(f, g, type)					\
type              388 lib/kstrtox.c  int f(const char __user *s, size_t count, unsigned int base, type *res)	\
type              391 lib/kstrtox.c  	char buf[1 + sizeof(type) * 8 + 1 + 1];				\
type              230 lib/logic_pio.c #define BUILD_LOGIC_IO(bw, type)					\
type              231 lib/logic_pio.c type logic_in##bw(unsigned long addr)					\
type              233 lib/logic_pio.c 	type ret = (type)~0;						\
type              242 lib/logic_pio.c 					addr, sizeof(type));		\
type              249 lib/logic_pio.c void logic_out##bw(type value, unsigned long addr)			\
type              258 lib/logic_pio.c 					addr, value, sizeof(type));	\
type              274 lib/logic_pio.c 				addr, buffer, sizeof(type), count);	\
type              291 lib/logic_pio.c 				addr, buffer, sizeof(type), count);	\
type              111 lib/nlattr.c   	switch (pt->type) {
type              163 lib/nlattr.c   	int minlen = 0, attrlen = nla_len(nla), type = nla_type(nla);
type              166 lib/nlattr.c   	if (strict_start_type && type >= strict_start_type)
type              169 lib/nlattr.c   	if (type <= 0 || type > maxtype)
type              172 lib/nlattr.c   	pt = &policy[type];
type              174 lib/nlattr.c   	BUG_ON(pt->type > NLA_TYPE_MAX);
type              176 lib/nlattr.c   	if ((nla_attr_len[pt->type] && attrlen != nla_attr_len[pt->type]) ||
type              177 lib/nlattr.c   	    (pt->type == NLA_EXACT_LEN_WARN && attrlen != pt->len)) {
type              179 lib/nlattr.c   				    current->comm, type);
type              188 lib/nlattr.c   		if ((pt->type == NLA_NESTED || pt->type == NLA_NESTED_ARRAY) &&
type              194 lib/nlattr.c   		if (pt->type != NLA_NESTED && pt->type != NLA_NESTED_ARRAY &&
type              195 lib/nlattr.c   		    pt->type != NLA_UNSPEC && (nla->nla_type & NLA_F_NESTED)) {
type              202 lib/nlattr.c   	switch (pt->type) {
type              324 lib/nlattr.c   			minlen = nla_attr_minlen[pt->type];
type              370 lib/nlattr.c   		u16 type = nla_type(nla);
type              372 lib/nlattr.c   		if (type == 0 || type > maxtype) {
type              389 lib/nlattr.c   			tb[type] = (struct nlattr *)nla;
type              447 lib/nlattr.c   		else if (nla_attr_len[p->type])
type              448 lib/nlattr.c   			len += nla_total_size(nla_attr_len[p->type]);
type              449 lib/nlattr.c   		else if (nla_attr_minlen[p->type])
type              450 lib/nlattr.c   			len += nla_total_size(nla_attr_minlen[p->type]);
type                9 lib/rbtree_test.c #define __param(type, name, init, msg)		\
type               10 lib/rbtree_test.c 	static type name = init;		\
type               11 lib/rbtree_test.c 	module_param(name, type, 0444);		\
type               27 lib/reed_solomon/test_rslib.c #define __param(type, name, init, msg)		\
type               28 lib/reed_solomon/test_rslib.c 	static type name = init;		\
type               29 lib/reed_solomon/test_rslib.c 	module_param(name, type, 0444);		\
type               16 lib/test-kstrtox.c #define DECLARE_TEST_OK(type, test_type)	\
type               20 lib/test-kstrtox.c 		type expected_res;		\
type               23 lib/test-kstrtox.c #define DEFINE_TEST_OK(type, test)	\
type               24 lib/test-kstrtox.c 	const type test[] __initconst
type               26 lib/test-kstrtox.c #define TEST_FAIL(fn, type, fmt, test)					\
type               32 lib/test-kstrtox.c 		type tmp;						\
type               45 lib/test-kstrtox.c #define TEST_OK(fn, type, fmt, test)					\
type               51 lib/test-kstrtox.c 		type res;						\
type             6494 lib/test_bpf.c 	skb->dev->type = SKB_DEV_TYPE;
type             6624 lib/test_bpf.c 		fp->type = BPF_PROG_TYPE_SOCKET_FILTER;
type               19 lib/test_vmalloc.c #define __param(type, name, init, msg)		\
type               20 lib/test_vmalloc.c 	static type name = init;				\
type               21 lib/test_vmalloc.c 	module_param(name, type, 0444);			\
type              128 lib/ts_fsm.c   	if (t->type)
type              129 lib/ts_fsm.c   		return (token_lookup_tbl[d] & t->type) != 0;
type              274 lib/ts_fsm.c   		if (t->type > TS_FSM_TYPE_MAX || t->recur > TS_FSM_RECUR_MAX)
type              293 lib/ts_fsm.c   		t->type = token_map[t->type];
type               60 lib/ubsan.c    static bool type_is_int(struct type_descriptor *type)
type               62 lib/ubsan.c    	return type->type_kind == type_kind_int;
type               65 lib/ubsan.c    static bool type_is_signed(struct type_descriptor *type)
type               67 lib/ubsan.c    	WARN_ON(!type_is_int(type));
type               68 lib/ubsan.c    	return  type->type_info & 1;
type               71 lib/ubsan.c    static unsigned type_bit_width(struct type_descriptor *type)
type               73 lib/ubsan.c    	return 1 << (type->type_info >> 1);
type               76 lib/ubsan.c    static bool is_inline_int(struct type_descriptor *type)
type               79 lib/ubsan.c    	unsigned bits = type_bit_width(type);
type               81 lib/ubsan.c    	WARN_ON(!type_is_int(type));
type               86 lib/ubsan.c    static s_max get_signed_val(struct type_descriptor *type, void *val)
type               88 lib/ubsan.c    	if (is_inline_int(type)) {
type               89 lib/ubsan.c    		unsigned extra_bits = sizeof(s_max)*8 - type_bit_width(type);
type               95 lib/ubsan.c    	if (type_bit_width(type) == 64)
type              101 lib/ubsan.c    static bool val_is_negative(struct type_descriptor *type, void *val)
type              103 lib/ubsan.c    	return type_is_signed(type) && get_signed_val(type, val) < 0;
type              106 lib/ubsan.c    static u_max get_unsigned_val(struct type_descriptor *type, void *val)
type              108 lib/ubsan.c    	if (is_inline_int(type))
type              111 lib/ubsan.c    	if (type_bit_width(type) == 64)
type              117 lib/ubsan.c    static void val_to_string(char *str, size_t size, struct type_descriptor *type,
type              120 lib/ubsan.c    	if (type_is_int(type)) {
type              121 lib/ubsan.c    		if (type_bit_width(type) == 128) {
type              123 lib/ubsan.c    			u_max val = get_unsigned_val(type, value);
type              133 lib/ubsan.c    		} else if (type_is_signed(type)) {
type              135 lib/ubsan.c    				(s64)get_signed_val(type, value));
type              138 lib/ubsan.c    				(u64)get_unsigned_val(type, value));
type              165 lib/ubsan.c    	struct type_descriptor *type = data->type;
type              174 lib/ubsan.c    	val_to_string(lhs_val_str, sizeof(lhs_val_str), type, lhs);
type              175 lib/ubsan.c    	val_to_string(rhs_val_str, sizeof(rhs_val_str), type, rhs);
type              177 lib/ubsan.c    		type_is_signed(type) ? "signed" : "unsigned");
type              182 lib/ubsan.c    		type->type_name);
type              219 lib/ubsan.c    	val_to_string(old_val_str, sizeof(old_val_str), data->type, old_val);
type              222 lib/ubsan.c    		old_val_str, data->type->type_name);
type              239 lib/ubsan.c    	val_to_string(rhs_val_str, sizeof(rhs_val_str), data->type, rhs);
type              241 lib/ubsan.c    	if (type_is_signed(data->type) && get_signed_val(data->type, rhs) == -1)
type              243 lib/ubsan.c    			rhs_val_str, data->type->type_name);
type              260 lib/ubsan.c    		data->type->type_name);
type              275 lib/ubsan.c    		(void *)ptr, data->type->type_name);
type              291 lib/ubsan.c    	pr_err("for an object of type %s\n", data->type->type_name);
type              315 lib/ubsan.c    		.type = data->type,
type              330 lib/ubsan.c    		.type = data->type,
type              416 lib/ubsan.c    	val_to_string(val_str, sizeof(val_str), data->type, val);
type              419 lib/ubsan.c    		val_str, data->type->type_name);
type               30 lib/ubsan.h    	struct type_descriptor *type;
type               35 lib/ubsan.h    	struct type_descriptor *type;
type               42 lib/ubsan.h    	struct type_descriptor *type;
type               49 lib/ubsan.h    	struct type_descriptor *type;
type               78 lib/ubsan.h    	struct type_descriptor *type;
type              404 lib/vsprintf.c 	unsigned int	type:8;		/* format_type enum */
type              541 lib/vsprintf.c 	spec.type = FORMAT_TYPE_PTR;
type             2231 lib/vsprintf.c 	if (spec->type == FORMAT_TYPE_WIDTH) {
type             2236 lib/vsprintf.c 		spec->type = FORMAT_TYPE_NONE;
type             2241 lib/vsprintf.c 	if (spec->type == FORMAT_TYPE_PRECISION) {
type             2245 lib/vsprintf.c 		spec->type = FORMAT_TYPE_NONE;
type             2250 lib/vsprintf.c 	spec->type = FORMAT_TYPE_NONE;
type             2289 lib/vsprintf.c 		spec->type = FORMAT_TYPE_WIDTH;
type             2304 lib/vsprintf.c 			spec->type = FORMAT_TYPE_PRECISION;
type             2330 lib/vsprintf.c 		spec->type = FORMAT_TYPE_CHAR;
type             2334 lib/vsprintf.c 		spec->type = FORMAT_TYPE_STR;
type             2338 lib/vsprintf.c 		spec->type = FORMAT_TYPE_PTR;
type             2342 lib/vsprintf.c 		spec->type = FORMAT_TYPE_PERCENT_CHAR;
type             2374 lib/vsprintf.c 		spec->type = FORMAT_TYPE_INVALID;
type             2379 lib/vsprintf.c 		spec->type = FORMAT_TYPE_LONG_LONG;
type             2382 lib/vsprintf.c 		spec->type = FORMAT_TYPE_ULONG + (spec->flags & SIGN);
type             2384 lib/vsprintf.c 		spec->type = FORMAT_TYPE_SIZE_T;
type             2386 lib/vsprintf.c 		spec->type = FORMAT_TYPE_PTRDIFF;
type             2389 lib/vsprintf.c 		spec->type = FORMAT_TYPE_UBYTE + (spec->flags & SIGN);
type             2392 lib/vsprintf.c 		spec->type = FORMAT_TYPE_USHORT + (spec->flags & SIGN);
type             2395 lib/vsprintf.c 		spec->type = FORMAT_TYPE_UINT + (spec->flags & SIGN);
type             2473 lib/vsprintf.c 		switch (spec.type) {
type             2545 lib/vsprintf.c 			switch (spec.type) {
type             2759 lib/vsprintf.c #define save_arg(type)							\
type             2762 lib/vsprintf.c 	if (sizeof(type) == 8) {					\
type             2766 lib/vsprintf.c 		if (str + sizeof(type) <= end) {			\
type             2773 lib/vsprintf.c 		str = PTR_ALIGN(str, sizeof(type));			\
type             2775 lib/vsprintf.c 		if (str + sizeof(type) <= end)				\
type             2776 lib/vsprintf.c 			*(typeof(type) *)str = (type)(long)val4;	\
type             2779 lib/vsprintf.c 	str += sizeof(type);						\
type             2788 lib/vsprintf.c 		switch (spec.type) {
type             2853 lib/vsprintf.c 			switch (spec.type) {
type             2922 lib/vsprintf.c #define get_arg(type)							\
type             2924 lib/vsprintf.c 	typeof(type) value;						\
type             2925 lib/vsprintf.c 	if (sizeof(type) == 8) {					\
type             2930 lib/vsprintf.c 		args = PTR_ALIGN(args, sizeof(type));			\
type             2931 lib/vsprintf.c 		value = *(typeof(type) *)args;				\
type             2933 lib/vsprintf.c 	args += sizeof(type);						\
type             2949 lib/vsprintf.c 		switch (spec.type) {
type             3046 lib/vsprintf.c 			switch (spec.type) {
type               28 lib/xz/xz_dec_bcj.c 	} type;
type              353 lib/xz/xz_dec_bcj.c 	switch (s->type) {
type              564 lib/xz/xz_dec_bcj.c 	s->type = id;
type               23 lib/zlib_inflate/inftrees.c int zlib_inflate_table(codetype type, unsigned short *lens, unsigned codes,
type              123 lib/zlib_inflate/inftrees.c     if (left > 0 && (type == CODES || max != 1))
type              168 lib/zlib_inflate/inftrees.c     switch (type) {
type              198 lib/zlib_inflate/inftrees.c     if (type == LENS && used >= ENOUGH - MAXD)
type              266 lib/zlib_inflate/inftrees.c             if (type == LENS && used >= ENOUGH - MAXD)
type               56 lib/zlib_inflate/inftrees.h extern int zlib_inflate_table (codetype type, unsigned short *lens,
type              752 lib/zstd/decompress.c static size_t ZSTD_buildSeqTable(FSE_DTable *DTableSpace, const FSE_DTable **DTablePtr, symbolEncodingType_e type, U32 max, U32 maxLog, const void *src,
type              756 lib/zstd/decompress.c 	switch (type) {
type               50 mm/debug.c     	char *type = "";
type               82 mm/debug.c     		type = "ksm ";
type               84 mm/debug.c     		type = "anon ";
type               95 mm/debug.c     	pr_warn("%sflags: %#lx(%pGp)\n", type, page->flags, &page->flags);
type              126 mm/frontswap.c 			set_bit(si->type, a);
type              148 mm/frontswap.c 			set_bit(si->type, b);
type              190 mm/frontswap.c void __frontswap_init(unsigned type, unsigned long *map)
type              192 mm/frontswap.c 	struct swap_info_struct *sis = swap_info[type];
type              211 mm/frontswap.c 		ops->init(type);
type              249 mm/frontswap.c 	int type = swp_type(entry);
type              250 mm/frontswap.c 	struct swap_info_struct *sis = swap_info[type];
type              267 mm/frontswap.c 			ops->invalidate_page(type, offset);
type              272 mm/frontswap.c 		ret = ops->store(type, offset, page);
type              298 mm/frontswap.c 	int type = swp_type(entry);
type              299 mm/frontswap.c 	struct swap_info_struct *sis = swap_info[type];
type              312 mm/frontswap.c 		ret = ops->load(type, offset, page);
type              331 mm/frontswap.c void __frontswap_invalidate_page(unsigned type, pgoff_t offset)
type              333 mm/frontswap.c 	struct swap_info_struct *sis = swap_info[type];
type              343 mm/frontswap.c 		ops->invalidate_page(type, offset);
type              353 mm/frontswap.c void __frontswap_invalidate_area(unsigned type)
type              355 mm/frontswap.c 	struct swap_info_struct *sis = swap_info[type];
type              365 mm/frontswap.c 		ops->invalidate_area(type);
type              407 mm/frontswap.c 		*swapid = si->type;
type              422 mm/frontswap.c 				int *type)
type              435 mm/frontswap.c 	return __frontswap_unuse_pages(total_pages_to_unuse, pages_to_unuse, type);
type              449 mm/frontswap.c 	int uninitialized_var(type), ret;
type              457 mm/frontswap.c 	ret = __frontswap_shrink(target_pages, &pages_to_unuse, &type);
type              460 mm/frontswap.c 		try_to_unuse(type, true, pages_to_unuse);
type              162 mm/memblock.c  bool __init_memblock memblock_overlaps_region(struct memblock_type *type,
type              167 mm/memblock.c  	for (i = 0; i < type->cnt; i++)
type              168 mm/memblock.c  		if (memblock_addrs_overlap(base, size, type->regions[i].base,
type              169 mm/memblock.c  					   type->regions[i].size))
type              171 mm/memblock.c  	return i < type->cnt;
type              356 mm/memblock.c  static void __init_memblock memblock_remove_region(struct memblock_type *type, unsigned long r)
type              358 mm/memblock.c  	type->total_size -= type->regions[r].size;
type              359 mm/memblock.c  	memmove(&type->regions[r], &type->regions[r + 1],
type              360 mm/memblock.c  		(type->cnt - (r + 1)) * sizeof(type->regions[r]));
type              361 mm/memblock.c  	type->cnt--;
type              364 mm/memblock.c  	if (type->cnt == 0) {
type              365 mm/memblock.c  		WARN_ON(type->total_size != 0);
type              366 mm/memblock.c  		type->cnt = 1;
type              367 mm/memblock.c  		type->regions[0].base = 0;
type              368 mm/memblock.c  		type->regions[0].size = 0;
type              369 mm/memblock.c  		type->regions[0].flags = 0;
type              370 mm/memblock.c  		memblock_set_region_node(&type->regions[0], MAX_NUMNODES);
type              413 mm/memblock.c  static int __init_memblock memblock_double_array(struct memblock_type *type,
type              430 mm/memblock.c  	old_size = type->max * sizeof(struct memblock_region);
type              440 mm/memblock.c  	if (type == &memblock.memory)
type              451 mm/memblock.c  		if (type != &memblock.reserved)
type              466 mm/memblock.c  		       type->name, type->max, type->max * 2);
type              472 mm/memblock.c  			type->name, type->max * 2, &addr, &new_end);
type              479 mm/memblock.c  	memcpy(new_array, type->regions, old_size);
type              480 mm/memblock.c  	memset(new_array + type->max, 0, old_size);
type              481 mm/memblock.c  	old_array = type->regions;
type              482 mm/memblock.c  	type->regions = new_array;
type              483 mm/memblock.c  	type->max <<= 1;
type              511 mm/memblock.c  static void __init_memblock memblock_merge_regions(struct memblock_type *type)
type              516 mm/memblock.c  	while (i < type->cnt - 1) {
type              517 mm/memblock.c  		struct memblock_region *this = &type->regions[i];
type              518 mm/memblock.c  		struct memblock_region *next = &type->regions[i + 1];
type              531 mm/memblock.c  		memmove(next, next + 1, (type->cnt - (i + 2)) * sizeof(*next));
type              532 mm/memblock.c  		type->cnt--;
type              548 mm/memblock.c  static void __init_memblock memblock_insert_region(struct memblock_type *type,
type              554 mm/memblock.c  	struct memblock_region *rgn = &type->regions[idx];
type              556 mm/memblock.c  	BUG_ON(type->cnt >= type->max);
type              557 mm/memblock.c  	memmove(rgn + 1, rgn, (type->cnt - idx) * sizeof(*rgn));
type              562 mm/memblock.c  	type->cnt++;
type              563 mm/memblock.c  	type->total_size += size;
type              582 mm/memblock.c  int __init_memblock memblock_add_range(struct memblock_type *type,
type              596 mm/memblock.c  	if (type->regions[0].size == 0) {
type              597 mm/memblock.c  		WARN_ON(type->cnt != 1 || type->total_size);
type              598 mm/memblock.c  		type->regions[0].base = base;
type              599 mm/memblock.c  		type->regions[0].size = size;
type              600 mm/memblock.c  		type->regions[0].flags = flags;
type              601 mm/memblock.c  		memblock_set_region_node(&type->regions[0], nid);
type              602 mm/memblock.c  		type->total_size = size;
type              614 mm/memblock.c  	for_each_memblock_type(idx, type, rgn) {
type              633 mm/memblock.c  				memblock_insert_region(type, idx++, base,
type              645 mm/memblock.c  			memblock_insert_region(type, idx, base, end - base,
type              657 mm/memblock.c  		while (type->cnt + nr_new > type->max)
type              658 mm/memblock.c  			if (memblock_double_array(type, obase, size) < 0)
type              663 mm/memblock.c  		memblock_merge_regions(type);
type              723 mm/memblock.c  static int __init_memblock memblock_isolate_range(struct memblock_type *type,
type              737 mm/memblock.c  	while (type->cnt + 2 > type->max)
type              738 mm/memblock.c  		if (memblock_double_array(type, base, size) < 0)
type              741 mm/memblock.c  	for_each_memblock_type(idx, type, rgn) {
type              757 mm/memblock.c  			type->total_size -= base - rbase;
type              758 mm/memblock.c  			memblock_insert_region(type, idx, rbase, base - rbase,
type              768 mm/memblock.c  			type->total_size -= end - rbase;
type              769 mm/memblock.c  			memblock_insert_region(type, idx--, rbase, end - rbase,
type              783 mm/memblock.c  static int __init_memblock memblock_remove_range(struct memblock_type *type,
type              789 mm/memblock.c  	ret = memblock_isolate_range(type, base, size, &start_rgn, &end_rgn);
type              794 mm/memblock.c  		memblock_remove_region(type, i);
type              851 mm/memblock.c  	struct memblock_type *type = &memblock.memory;
type              854 mm/memblock.c  	ret = memblock_isolate_range(type, base, size, &start_rgn, &end_rgn);
type              859 mm/memblock.c  		struct memblock_region *r = &type->regions[i];
type              867 mm/memblock.c  	memblock_merge_regions(type);
type              945 mm/memblock.c  	struct memblock_type *type = &memblock.reserved;
type              947 mm/memblock.c  	if (*idx < type->cnt) {
type              948 mm/memblock.c  		struct memblock_region *r = &type->regions[*idx];
type             1200 mm/memblock.c  	struct memblock_type *type = &memblock.memory;
type             1203 mm/memblock.c  	while (++*idx < type->cnt) {
type             1204 mm/memblock.c  		r = &type->regions[*idx];
type             1211 mm/memblock.c  	if (*idx >= type->cnt) {
type             1238 mm/memblock.c  				      struct memblock_type *type, int nid)
type             1243 mm/memblock.c  	ret = memblock_isolate_range(type, base, size, &start_rgn, &end_rgn);
type             1248 mm/memblock.c  		memblock_set_region_node(&type->regions[i], nid);
type             1250 mm/memblock.c  	memblock_merge_regions(type);
type             1712 mm/memblock.c  static int __init_memblock memblock_search(struct memblock_type *type, phys_addr_t addr)
type             1714 mm/memblock.c  	unsigned int left = 0, right = type->cnt;
type             1719 mm/memblock.c  		if (addr < type->regions[mid].base)
type             1721 mm/memblock.c  		else if (addr >= (type->regions[mid].base +
type             1722 mm/memblock.c  				  type->regions[mid].size))
type             1753 mm/memblock.c  	struct memblock_type *type = &memblock.memory;
type             1754 mm/memblock.c  	int mid = memblock_search(type, PFN_PHYS(pfn));
type             1759 mm/memblock.c  	*start_pfn = PFN_DOWN(type->regions[mid].base);
type             1760 mm/memblock.c  	*end_pfn = PFN_DOWN(type->regions[mid].base + type->regions[mid].size);
type             1762 mm/memblock.c  	return type->regions[mid].nid;
type             1839 mm/memblock.c  static void __init_memblock memblock_dump(struct memblock_type *type)
type             1846 mm/memblock.c  	pr_info(" %s.cnt  = 0x%lx\n", type->name, type->cnt);
type             1848 mm/memblock.c  	for_each_memblock_type(idx, type, rgn) {
type             1861 mm/memblock.c  			type->name, idx, &base, &end, &size, nid_buf, flags);
type             1990 mm/memblock.c  	struct memblock_type *type = m->private;
type             1995 mm/memblock.c  	for (i = 0; i < type->cnt; i++) {
type             1996 mm/memblock.c  		reg = &type->regions[i];
type             4120 mm/memcontrol.c 	struct eventfd_ctx *eventfd, const char *args, enum res_type type)
type             4134 mm/memcontrol.c 	if (type == _MEM) {
type             4137 mm/memcontrol.c 	} else if (type == _MEMSWAP) {
type             4145 mm/memcontrol.c 		__mem_cgroup_threshold(memcg, type == _MEMSWAP);
type             4213 mm/memcontrol.c 	struct eventfd_ctx *eventfd, enum res_type type)
type             4222 mm/memcontrol.c 	if (type == _MEM) {
type             4225 mm/memcontrol.c 	} else if (type == _MEMSWAP) {
type             4235 mm/memcontrol.c 	__mem_cgroup_threshold(memcg, type == _MEMSWAP);
type              838 mm/memory-failure.c 	enum mf_action_page_type type;
type              888 mm/memory-failure.c static void action_result(unsigned long pfn, enum mf_action_page_type type,
type              891 mm/memory-failure.c 	trace_memory_failure_event(pfn, type, result);
type              894 mm/memory-failure.c 		pfn, action_page_types[type], action_name[result]);
type              910 mm/memory-failure.c 		       pfn, action_page_types[ps->type], count);
type              913 mm/memory-failure.c 	action_result(pfn, ps->type, result);
type             1184 mm/memory-failure.c 	if (pgmap->type == MEMORY_DEVICE_PRIVATE) {
type              139 mm/memory_hotplug.c 		      unsigned long type)
type              141 mm/memory_hotplug.c 	page->freelist = (void *)type;
type              149 mm/memory_hotplug.c 	unsigned long type;
type              151 mm/memory_hotplug.c 	type = (unsigned long) page->freelist;
type              152 mm/memory_hotplug.c 	BUG_ON(type < MEMORY_HOTPLUG_MIN_BOOTMEM_TYPE ||
type              153 mm/memory_hotplug.c 	       type > MEMORY_HOTPLUG_MAX_BOOTMEM_TYPE);
type              122 mm/memremap.c  	if (pgmap->type == MEMORY_DEVICE_PRIVATE) {
type              171 mm/memremap.c  	switch (pgmap->type) {
type              194 mm/memremap.c  		WARN(1, "Invalid pgmap type %d\n", pgmap->type);
type              273 mm/memremap.c  	if (pgmap->type == MEMORY_DEVICE_PRIVATE) {
type             5212 mm/page_alloc.c static void show_migration_types(unsigned char type)
type             5231 mm/page_alloc.c 		if (type & (1 << i))
type             5410 mm/page_alloc.c 			int type;
type             5416 mm/page_alloc.c 			for (type = 0; type < MIGRATE_TYPES; type++) {
type             5417 mm/page_alloc.c 				if (!free_area_empty(area, type))
type             5418 mm/page_alloc.c 					types[order] |= 1 << type;
type             1124 mm/shmem.c     				   unsigned int type, bool frontswap)
type             1143 mm/shmem.c     		if (swp_type(entry) != type)
type             1146 mm/shmem.c     		    !frontswap_test(swap_info[type], swp_offset(entry)))
type             1200 mm/shmem.c     static int shmem_unuse_inode(struct inode *inode, unsigned int type,
type             1219 mm/shmem.c     						  type, frontswap);
type             1248 mm/shmem.c     int shmem_unuse(unsigned int type, bool frontswap,
type             1272 mm/shmem.c     		error = shmem_unuse_inode(&info->vfs_inode, type, frontswap,
type             4055 mm/shmem.c     int shmem_unuse(unsigned int type, bool frontswap,
type             1240 mm/slab_common.c new_kmalloc_cache(int idx, int type, slab_flags_t flags)
type             1244 mm/slab_common.c 	if (type == KMALLOC_RECLAIM) {
type             1253 mm/slab_common.c 	kmalloc_caches[type][idx] = create_kmalloc_cache(name,
type             1265 mm/slab_common.c 	int i, type;
type             1267 mm/slab_common.c 	for (type = KMALLOC_NORMAL; type <= KMALLOC_RECLAIM; type++) {
type             1269 mm/slab_common.c 			if (!kmalloc_caches[type][i])
type             1270 mm/slab_common.c 				new_kmalloc_cache(i, type, flags);
type             1278 mm/slab_common.c 					!kmalloc_caches[type][1])
type             1279 mm/slab_common.c 				new_kmalloc_cache(1, type, flags);
type             1281 mm/slab_common.c 					!kmalloc_caches[type][2])
type             1282 mm/slab_common.c 				new_kmalloc_cache(2, type, flags);
type             4719 mm/slub.c      	int type = KMALLOC_NORMAL;
type             4732 mm/slub.c      	validate_slab_cache(kmalloc_caches[type][4]);
type             4741 mm/slub.c      	validate_slab_cache(kmalloc_caches[type][5]);
type             4748 mm/slub.c      	validate_slab_cache(kmalloc_caches[type][6]);
type             4755 mm/slub.c      	validate_slab_cache(kmalloc_caches[type][7]);
type             4761 mm/slub.c      	validate_slab_cache(kmalloc_caches[type][8]);
type             4767 mm/slub.c      	validate_slab_cache(kmalloc_caches[type][9]);
type               39 mm/swap_cgroup.c static int swap_cgroup_prepare(int type)
type               45 mm/swap_cgroup.c 	ctrl = &swap_cgroup_ctrl[type];
type              167 mm/swap_cgroup.c int swap_cgroup_swapon(int type, unsigned long max_pages)
type              184 mm/swap_cgroup.c 	ctrl = &swap_cgroup_ctrl[type];
type              189 mm/swap_cgroup.c 	if (swap_cgroup_prepare(type)) {
type              206 mm/swap_cgroup.c void swap_cgroup_swapoff(int type)
type              216 mm/swap_cgroup.c 	ctrl = &swap_cgroup_ctrl[type];
type               45 mm/swap_slots.c static void __drain_swap_slots_cache(unsigned int type);
type              170 mm/swap_slots.c static void drain_slots_cache_cpu(unsigned int cpu, unsigned int type,
type              177 mm/swap_slots.c 	if ((type & SLOTS_CACHE) && cache->slots) {
type              188 mm/swap_slots.c 	if ((type & SLOTS_CACHE_RET) && cache->slots_ret) {
type              202 mm/swap_slots.c static void __drain_swap_slots_cache(unsigned int type)
type              230 mm/swap_slots.c 		drain_slots_cache_cpu(cpu, type, false);
type              597 mm/swap_state.c int init_swap_address_space(unsigned int type, unsigned long nr_pages)
type              614 mm/swap_state.c 	nr_swapper_spaces[type] = nr;
type              615 mm/swap_state.c 	swapper_spaces[type] = spaces;
type              620 mm/swap_state.c void exit_swap_address_space(unsigned int type)
type              622 mm/swap_state.c 	kvfree(swapper_spaces[type]);
type              623 mm/swap_state.c 	nr_swapper_spaces[type] = 0;
type              624 mm/swap_state.c 	swapper_spaces[type] = NULL;
type              102 mm/swapfile.c  static struct swap_info_struct *swap_type_to_swap_info(int type)
type              104 mm/swapfile.c  	if (type >= READ_ONCE(nr_swapfiles))
type              108 mm/swapfile.c  	return READ_ONCE(swap_info[type]);
type              130 mm/swapfile.c  	swp_entry_t entry = swp_entry(si->type, offset);
type              725 mm/swapfile.c  		frontswap_invalidate_page(si->type, offset);
type              852 mm/swapfile.c  	slots[n_ret++] = swp_entry(si->type, offset);
type              959 mm/swapfile.c  	*slot = swp_entry(si->type, offset);
type             1032 mm/swapfile.c  			     si->type);
type             1035 mm/swapfile.c  			     si->type);
type             1050 mm/swapfile.c  			si->type);
type             1080 mm/swapfile.c  swp_entry_t get_swap_page_of_type(int type)
type             1082 mm/swapfile.c  	struct swap_info_struct *si = swap_type_to_swap_info(type);
type             1095 mm/swapfile.c  			return swp_entry(type, offset);
type             1763 mm/swapfile.c  	int type;
type             1769 mm/swapfile.c  	for (type = 0; type < nr_swapfiles; type++) {
type             1770 mm/swapfile.c  		struct swap_info_struct *sis = swap_info[type];
type             1780 mm/swapfile.c  			return type;
type             1791 mm/swapfile.c  				return type;
type             1806 mm/swapfile.c  sector_t swapdev_block(int type, pgoff_t offset)
type             1809 mm/swapfile.c  	struct swap_info_struct *si = swap_type_to_swap_info(type);
type             1813 mm/swapfile.c  	return map_swap_entry(swp_entry(type, offset), &bdev);
type             1822 mm/swapfile.c  unsigned int count_swap_pages(int type, int free)
type             1827 mm/swapfile.c  	if ((unsigned int)type < nr_swapfiles) {
type             1828 mm/swapfile.c  		struct swap_info_struct *sis = swap_info[type];
type             1911 mm/swapfile.c  			unsigned int type, bool frontswap,
type             1922 mm/swapfile.c  	si = swap_info[type];
type             1931 mm/swapfile.c  		if (swp_type(entry) != type)
type             1979 mm/swapfile.c  				unsigned int type, bool frontswap,
type             1992 mm/swapfile.c  		ret = unuse_pte_range(vma, pmd, addr, next, type,
type             2002 mm/swapfile.c  				unsigned int type, bool frontswap,
type             2014 mm/swapfile.c  		ret = unuse_pmd_range(vma, pud, addr, next, type,
type             2024 mm/swapfile.c  				unsigned int type, bool frontswap,
type             2036 mm/swapfile.c  		ret = unuse_pud_range(vma, p4d, addr, next, type,
type             2044 mm/swapfile.c  static int unuse_vma(struct vm_area_struct *vma, unsigned int type,
type             2059 mm/swapfile.c  		ret = unuse_p4d_range(vma, pgd, addr, next, type,
type             2067 mm/swapfile.c  static int unuse_mm(struct mm_struct *mm, unsigned int type,
type             2076 mm/swapfile.c  			ret = unuse_vma(vma, type, frontswap,
type             2123 mm/swapfile.c  int try_to_unuse(unsigned int type, bool frontswap,
type             2130 mm/swapfile.c  	struct swap_info_struct *si = swap_info[type];
type             2142 mm/swapfile.c  	retval = shmem_unuse(type, frontswap, &pages_to_unuse);
type             2161 mm/swapfile.c  		retval = unuse_mm(mm, type, frontswap, &pages_to_unuse);
type             2184 mm/swapfile.c  		entry = swp_entry(type, i);
type             2240 mm/swapfile.c  	unsigned int type;
type             2242 mm/swapfile.c  	for (type = 0; type < nr_swapfiles; type++)
type             2243 mm/swapfile.c  		if (swap_info[type]->inuse_pages)
type             2476 mm/swapfile.c  	frontswap_init(p->type, frontswap_map);
type             2590 mm/swapfile.c  	err = try_to_unuse(p->type, false, 0); /* force unuse all pages */
type             2648 mm/swapfile.c  	frontswap_invalidate_area(p->type);
type             2657 mm/swapfile.c  	swap_cgroup_swapoff(p->type);
type             2658 mm/swapfile.c  	exit_swap_address_space(p->type);
type             2712 mm/swapfile.c  	int type;
type             2720 mm/swapfile.c  	for (type = 0; (si = swap_type_to_swap_info(type)); type++) {
type             2733 mm/swapfile.c  	int type;
type             2736 mm/swapfile.c  		type = 0;
type             2738 mm/swapfile.c  		type = si->type + 1;
type             2740 mm/swapfile.c  	for (; (si = swap_type_to_swap_info(type)); type++) {
type             2827 mm/swapfile.c  	unsigned int type;
type             2835 mm/swapfile.c  	for (type = 0; type < nr_swapfiles; type++) {
type             2836 mm/swapfile.c  		if (!(swap_info[type]->flags & SWP_USED))
type             2839 mm/swapfile.c  	if (type >= MAX_SWAPFILES) {
type             2844 mm/swapfile.c  	if (type >= nr_swapfiles) {
type             2845 mm/swapfile.c  		p->type = type;
type             2846 mm/swapfile.c  		WRITE_ONCE(swap_info[type], p);
type             2856 mm/swapfile.c  		p = swap_info[type];
type             3229 mm/swapfile.c  	error = swap_cgroup_swapon(p->type, maxpages);
type             3275 mm/swapfile.c  	error = init_swap_address_space(p->type, maxpages);
type             3323 mm/swapfile.c  	swap_cgroup_swapoff(p->type);
type             3351 mm/swapfile.c  	unsigned int type;
type             3355 mm/swapfile.c  	for (type = 0; type < nr_swapfiles; type++) {
type             3356 mm/swapfile.c  		struct swap_info_struct *si = swap_info[type];
type              894 mm/vmalloc.c   	enum fit_type type;
type              904 mm/vmalloc.c   			type = FL_FIT_TYPE;
type              906 mm/vmalloc.c   			type = LE_FIT_TYPE;
type              908 mm/vmalloc.c   		type = RE_FIT_TYPE;
type              910 mm/vmalloc.c   		type = NE_FIT_TYPE;
type              913 mm/vmalloc.c   	return type;
type              919 mm/vmalloc.c   	enum fit_type type)
type              923 mm/vmalloc.c   	if (type == FL_FIT_TYPE) {
type              933 mm/vmalloc.c   	} else if (type == LE_FIT_TYPE) {
type              942 mm/vmalloc.c   	} else if (type == RE_FIT_TYPE) {
type              951 mm/vmalloc.c   	} else if (type == NE_FIT_TYPE) {
type              992 mm/vmalloc.c   	if (type != FL_FIT_TYPE) {
type             1013 mm/vmalloc.c   	enum fit_type type;
type             1030 mm/vmalloc.c   	type = classify_va_fit_type(va, nva_start_addr, size);
type             1031 mm/vmalloc.c   	if (WARN_ON_ONCE(type == NOTHING_FIT))
type             1035 mm/vmalloc.c   	ret = adjust_va_to_fit_type(va, nva_start_addr, size, type);
type             3236 mm/vmalloc.c   	enum fit_type type;
type             3347 mm/vmalloc.c   		type = classify_va_fit_type(va, start, size);
type             3348 mm/vmalloc.c   		if (WARN_ON_ONCE(type == NOTHING_FIT))
type             3352 mm/vmalloc.c   		ret = adjust_va_to_fit_type(va, start, size, type);
type             1512 mm/vmscan.c    			int type = page_is_file_cache(page);
type             1514 mm/vmscan.c    			stat->nr_activate[type] += nr_pages;
type             1546 mm/z3fold.c    	.type =		"z3fold",
type              205 mm/zbud.c      	.type =		"zbud",
type               77 mm/zpool.c     static struct zpool_driver *zpool_get_driver(const char *type)
type               83 mm/zpool.c     		if (!strcmp(driver->type, type)) {
type              121 mm/zpool.c     bool zpool_has_pool(char *type)
type              123 mm/zpool.c     	struct zpool_driver *driver = zpool_get_driver(type);
type              126 mm/zpool.c     		request_module("zpool-%s", type);
type              127 mm/zpool.c     		driver = zpool_get_driver(type);
type              155 mm/zpool.c     struct zpool *zpool_create_pool(const char *type, const char *name, gfp_t gfp,
type              161 mm/zpool.c     	pr_debug("creating pool type %s\n", type);
type              163 mm/zpool.c     	driver = zpool_get_driver(type);
type              166 mm/zpool.c     		request_module("zpool-%s", type);
type              167 mm/zpool.c     		driver = zpool_get_driver(type);
type              171 mm/zpool.c     		pr_err("no driver for type %s\n", type);
type              188 mm/zpool.c     		pr_err("couldn't create %s pool\n", type);
type              194 mm/zpool.c     	pr_debug("created pool type %s\n", type);
type              216 mm/zpool.c     	pr_debug("destroying pool type %s\n", zpool->driver->type);
type              238 mm/zpool.c     	return zpool->driver->type;
type              446 mm/zsmalloc.c  	.type =			  "zsmalloc",
type              552 mm/zsmalloc.c  				int type, unsigned long cnt)
type              554 mm/zsmalloc.c  	class->stats.objs[type] += cnt;
type              559 mm/zsmalloc.c  				int type, unsigned long cnt)
type              561 mm/zsmalloc.c  	class->stats.objs[type] -= cnt;
type              566 mm/zsmalloc.c  				int type)
type              568 mm/zsmalloc.c  	return class->stats.objs[type];
type              484 mm/zswap.c     static struct zswap_pool *zswap_pool_find_get(char *type, char *compressor)
type              493 mm/zswap.c     		if (strcmp(zpool_get_type(pool->zpool), type))
type              504 mm/zswap.c     static struct zswap_pool *zswap_pool_create(char *type, char *compressor)
type              516 mm/zswap.c     		if (!strcmp(type, ZSWAP_PARAM_UNSET))
type              529 mm/zswap.c     	pool->zpool = zpool_create_pool(type, name, gfp, &zswap_zpool_ops);
type              531 mm/zswap.c     		pr_err("%s zpool not available\n", type);
type              667 mm/zswap.c     			     char *type, char *compressor)
type              688 mm/zswap.c     	if (!type) {
type              693 mm/zswap.c     		type = s;
type              707 mm/zswap.c     	pool = zswap_pool_find_get(type, compressor);
type              717 mm/zswap.c     		pool = zswap_pool_create(type, compressor);
type              987 mm/zswap.c     static int zswap_frontswap_store(unsigned type, pgoff_t offset,
type              990 mm/zswap.c     	struct zswap_tree *tree = zswap_trees[type];
type              998 mm/zswap.c     	struct zswap_header zhdr = { .swpentry = swp_entry(type, offset) };
type             1129 mm/zswap.c     static int zswap_frontswap_load(unsigned type, pgoff_t offset,
type             1132 mm/zswap.c     	struct zswap_tree *tree = zswap_trees[type];
type             1178 mm/zswap.c     static void zswap_frontswap_invalidate_page(unsigned type, pgoff_t offset)
type             1180 mm/zswap.c     	struct zswap_tree *tree = zswap_trees[type];
type             1202 mm/zswap.c     static void zswap_frontswap_invalidate_area(unsigned type)
type             1204 mm/zswap.c     	struct zswap_tree *tree = zswap_trees[type];
type             1217 mm/zswap.c     	zswap_trees[type] = NULL;
type             1220 mm/zswap.c     static void zswap_frontswap_init(unsigned type)
type             1226 mm/zswap.c     		pr_err("alloc failed, zswap disabled for swap type %d\n", type);
type             1232 mm/zswap.c     	zswap_trees[type] = tree;
type               30 net/6lowpan/core.c 	dev->type = ARPHRD_6LOWPAN;
type              115 net/6lowpan/core.c 	if (dev->type != ARPHRD_6LOWPAN)
type               33 net/802/fc.c   		     unsigned short type,
type               43 net/802/fc.c   	if (type == ETH_P_IP || type == ETH_P_ARP)
type               53 net/802/fc.c   		fcllc->ethertype = htons(type);
type               81 net/802/fc.c   	dev->type		= ARPHRD_IEEE802;
type               49 net/802/fddi.c 		       unsigned short type,
type               55 net/802/fddi.c 	if(type != ETH_P_IP && type != ETH_P_IPV6 && type != ETH_P_ARP)
type               59 net/802/fddi.c 	if(type == ETH_P_IP || type == ETH_P_IPV6 || type == ETH_P_ARP)
type               67 net/802/fddi.c 		fddi->hdr.llc_snap.ethertype	 = htons(type);
type               96 net/802/fddi.c 	__be16 type;
type              109 net/802/fddi.c 		type = htons(ETH_P_802_2);
type              114 net/802/fddi.c 		type=fddi->hdr.llc_snap.ethertype;
type              135 net/802/fddi.c 	return type;
type              148 net/802/fddi.c 	dev->type		= ARPHRD_FDDI;
type              138 net/802/garp.c 			 const void *data, u8 len, u8 type)
type              140 net/802/garp.c 	if (attr->type != type)
type              141 net/802/garp.c 		return attr->type - type;
type              148 net/802/garp.c 					  const void *data, u8 len, u8 type)
type              156 net/802/garp.c 		d = garp_attr_cmp(attr, data, len, type);
type              168 net/802/garp.c 					  const void *data, u8 len, u8 type)
type              177 net/802/garp.c 		d = garp_attr_cmp(attr, data, len, type);
type              191 net/802/garp.c 	attr->type  = type;
type              288 net/802/garp.c 	if (garp_cb(app->pdu)->cur_type != attr->type) {
type              292 net/802/garp.c 		if (garp_pdu_append_msg(app, attr->type) < 0)
type              343 net/802/garp.c 		      const void *data, u8 len, u8 type)
type              346 net/802/garp.c 	struct garp_applicant *app = rtnl_dereference(port->applicants[appl->type]);
type              350 net/802/garp.c 	attr = garp_attr_create(app, data, len, type);
type              363 net/802/garp.c 			const void *data, u8 len, u8 type)
type              366 net/802/garp.c 	struct garp_applicant *app = rtnl_dereference(port->applicants[appl->type]);
type              370 net/802/garp.c 	attr = garp_attr_lookup(app, data, len, type);
type              509 net/802/garp.c 	app = rcu_dereference(port->applicants[appl->type]);
type              583 net/802/garp.c 	rcu_assign_pointer(dev->garp_port->applicants[appl->type], app);
type              600 net/802/garp.c 	struct garp_applicant *app = rtnl_dereference(port->applicants[appl->type]);
type              604 net/802/garp.c 	RCU_INIT_POINTER(port->applicants[appl->type], NULL);
type               43 net/802/hippi.c 			unsigned short type,
type               76 net/802/hippi.c 	hip->snap.ethertype	= htons(type);
type              158 net/802/hippi.c 	dev->type		= ARPHRD_HIPPI;
type              227 net/802/mrp.c  			 const void *value, u8 len, u8 type)
type              229 net/802/mrp.c  	if (attr->type != type)
type              230 net/802/mrp.c  		return attr->type - type;
type              237 net/802/mrp.c  					const void *value, u8 len, u8 type)
type              245 net/802/mrp.c  		d = mrp_attr_cmp(attr, value, len, type);
type              257 net/802/mrp.c  					const void *value, u8 len, u8 type)
type              266 net/802/mrp.c  		d = mrp_attr_cmp(attr, value, len, type);
type              280 net/802/mrp.c  	attr->type  = type;
type              306 net/802/mrp.c  	skb->protocol = app->app->pkttype.type;
type              338 net/802/mrp.c  	dev_hard_header(app->pdu, app->dev, ntohs(app->app->pkttype.type),
type              409 net/802/mrp.c  	    mrp_cb(app->pdu)->mh->attrtype != attr->type ||
type              411 net/802/mrp.c  		if (mrp_pdu_append_msg_hdr(app, attr->type, attr->len) < 0)
type              518 net/802/mrp.c  		     const void *value, u8 len, u8 type)
type              522 net/802/mrp.c  		port->applicants[appl->type]);
type              530 net/802/mrp.c  	attr = mrp_attr_create(app, value, len, type);
type              543 net/802/mrp.c  		       const void *value, u8 len, u8 type)
type              547 net/802/mrp.c  		port->applicants[appl->type]);
type              555 net/802/mrp.c  	attr = mrp_attr_lookup(app, value, len, type);
type              788 net/802/mrp.c  	app = rcu_dereference(port->applicants[appl->type]);
type              864 net/802/mrp.c  	rcu_assign_pointer(dev->mrp_port->applicants[appl->type], app);
type              884 net/802/mrp.c  		port->applicants[appl->type]);
type              888 net/802/mrp.c  	RCU_INIT_POINTER(port->applicants[appl->type], NULL);
type               32 net/802/p8022.c struct datalink_proto *register_8022_client(unsigned char type,
type               42 net/802/p8022.c 		proto->type[0]		= type;
type               45 net/802/p8022.c 		proto->sap = llc_sap_open(type, func);
type               34 net/802/psnap.c 		if (!memcmp(p->type, desc, 5)) {
type               51 net/802/psnap.c 		.type = cpu_to_be16(ETH_P_SNAP),
type               84 net/802/psnap.c 	memcpy(skb_push(skb, 5), dl->type, 5);
type              137 net/802/psnap.c 		memcpy(proto->type, desc, 5);
type              465 net/8021q/vlan_core.c 	__be16 type;
type              477 net/8021q/vlan_core.c 	type = vhdr->h_vlan_encapsulated_proto;
type              480 net/8021q/vlan_core.c 	ptype = gro_find_receive_by_type(type);
type              512 net/8021q/vlan_core.c 	__be16 type = vhdr->h_vlan_encapsulated_proto;
type              517 net/8021q/vlan_core.c 	ptype = gro_find_complete_by_type(type);
type              527 net/8021q/vlan_core.c 		.type = cpu_to_be16(ETH_P_8021Q),
type              535 net/8021q/vlan_core.c 		.type = cpu_to_be16(ETH_P_8021AD),
type               45 net/8021q/vlan_dev.c 				unsigned short type,
type               66 net/8021q/vlan_dev.c 		if (type != ETH_P_802_3 && type != ETH_P_802_2)
type               67 net/8021q/vlan_dev.c 			vhdr->h_vlan_encapsulated_proto = htons(type);
type               72 net/8021q/vlan_dev.c 		type = ntohs(vlan->vlan_proto);
type               82 net/8021q/vlan_dev.c 	rc = dev_hard_header(skb, dev, type, daddr, saddr, len + vhdrlen);
type              462 net/8021q/vlan_dev.c static int vlan_dev_fcoe_get_wwn(struct net_device *dev, u64 *wwn, int type)
type              469 net/8021q/vlan_dev.c 		rc = ops->ndo_fcoe_get_wwn(real_dev, wwn, type);
type              498 net/8021q/vlan_dev.c 				     unsigned short type,
type              508 net/8021q/vlan_dev.c 	return dev_hard_header(skb, real_dev, type, daddr, saddr, len);
type               24 net/8021q/vlan_gvrp.c 	.type			= GARP_APPLICATION_GVRP,
type               26 net/8021q/vlan_mvrp.c 	.type		= MRP_APPLICATION_MVRP,
type               28 net/8021q/vlan_mvrp.c 	.pkttype.type	= htons(ETH_P_MVRP),
type               19 net/8021q/vlan_netlink.c 	[IFLA_VLAN_ID]		= { .type = NLA_U16 },
type               21 net/8021q/vlan_netlink.c 	[IFLA_VLAN_EGRESS_QOS]	= { .type = NLA_NESTED },
type               22 net/8021q/vlan_netlink.c 	[IFLA_VLAN_INGRESS_QOS] = { .type = NLA_NESTED },
type               23 net/8021q/vlan_netlink.c 	[IFLA_VLAN_PROTOCOL]	= { .type = NLA_U16 },
type              268 net/9p/client.c p9_tag_alloc(struct p9_client *c, int8_t type, unsigned int max_size)
type              291 net/9p/client.c 	if (type == P9_TVERSION)
type              446 net/9p/client.c p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type, int16_t *tag,
type              461 net/9p/client.c 	if (type)
type              462 net/9p/client.c 		*type = r_type;
type              499 net/9p/client.c 	int8_t type;
type              503 net/9p/client.c 	err = p9_parse_header(&req->rc, NULL, &type, NULL, 0);
type              519 net/9p/client.c 	if (type != P9_RERROR && type != P9_RLERROR)
type              571 net/9p/client.c 	int8_t type;
type              574 net/9p/client.c 	err = p9_parse_header(&req->rc, NULL, &type, NULL, 0);
type              585 net/9p/client.c 	if (type != P9_RERROR && type != P9_RLERROR)
type              639 net/9p/client.c p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...);
type              683 net/9p/client.c 					      int8_t type, int req_size,
type              689 net/9p/client.c 	p9_debug(P9_DEBUG_MUX, "client %p op %d\n", c, type);
type              696 net/9p/client.c 	if ((c->status == BeginDisconnect) && (type != P9_TCLUNK))
type              699 net/9p/client.c 	req = p9_tag_alloc(c, type, req_size);
type              704 net/9p/client.c 	p9pdu_prepare(&req->tc, req->tc.tag, type);
type              709 net/9p/client.c 	trace_9p_client_req(c, type, req->tc.tag);
type              728 net/9p/client.c p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...)
type              736 net/9p/client.c 	req = p9_client_prepare_req(c, type, c->msize, fmt, ap);
type              766 net/9p/client.c 				  && (type == P9_TFLUSH)) {
type              798 net/9p/client.c 	trace_9p_client_res(c, type, req->rc.tag, err);
type              819 net/9p/client.c static struct p9_req_t *p9_client_zc_rpc(struct p9_client *c, int8_t type,
type              835 net/9p/client.c 	req = p9_client_prepare_req(c, type, P9_ZC_HDR_SZ, fmt, ap);
type              880 net/9p/client.c 	trace_9p_client_res(c, type, req->rc.tag, err);
type             1149 net/9p/client.c 		 qid.type, (unsigned long long)qid.path, qid.version);
type             1215 net/9p/client.c 			count, wqids[count].type,
type             1272 net/9p/client.c 		p9_is_proto_dotl(clnt) ? "RLOPEN" : "ROPEN",  qid.type,
type             1316 net/9p/client.c 			qid->type,
type             1361 net/9p/client.c 				qid.type,
type             1400 net/9p/client.c 			qid->type, (unsigned long long)qid->path, qid->version);
type             1720 net/9p/client.c 		ret->size, ret->type, ret->dev, ret->qid.type,
type             1779 net/9p/client.c 		ret->st_result_mask, ret->qid.type, ret->qid.path,
type             1842 net/9p/client.c 		wst->size, wst->type, wst->dev, wst->qid.type,
type             1913 net/9p/client.c 	err = p9pdu_readf(&req->rc, clnt->proto_version, "ddqqqqqqd", &sb->type,
type             1925 net/9p/client.c 		fid->fid, (long unsigned int)sb->type, (long int)sb->bsize,
type             2155 net/9p/client.c 	p9_debug(P9_DEBUG_9P, "<<< RMKNOD qid %x.%llx.%x\n", qid->type,
type             2186 net/9p/client.c 	p9_debug(P9_DEBUG_9P, "<<< RMKDIR qid %x.%llx.%x\n", qid->type,
type             2206 net/9p/client.c 			fid->fid, flock->type, flock->flags, flock->start,
type             2209 net/9p/client.c 	req = p9_client_rpc(clnt, P9_TLOCK, "dbdqqds", fid->fid, flock->type,
type             2238 net/9p/client.c 		"length %lld proc_id %d client_id %s\n", fid->fid, glock->type,
type             2241 net/9p/client.c 	req = p9_client_rpc(clnt, P9_TGETLOCK, "dbqqds", fid->fid,  glock->type,
type             2247 net/9p/client.c 	err = p9pdu_readf(&req->rc, clnt->proto_version, "bqqds", &glock->type,
type             2255 net/9p/client.c 		"proc_id %d client_id %s\n", glock->type, glock->start,
type              185 net/9p/protocol.c 						      &qid->type, &qid->version,
type              200 net/9p/protocol.c 						&stbuf->size, &stbuf->type,
type              415 net/9p/protocol.c 						 qid->type, qid->version,
type              424 net/9p/protocol.c 						 stbuf->size, stbuf->type,
type              566 net/9p/protocol.c int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type)
type              568 net/9p/protocol.c 	pdu->id = type;
type              569 net/9p/protocol.c 	return p9pdu_writef(pdu, 0, "dbw", 0, type, tag);
type               16 net/9p/protocol.h int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type);
type              463 net/appletalk/aarp.c 	if (atif->dev->type == ARPHRD_LOCALTLK ||
type              464 net/appletalk/aarp.c 	    atif->dev->type == ARPHRD_PPP)
type              491 net/appletalk/aarp.c 	if (atif->dev->type == ARPHRD_LOCALTLK ||
type              492 net/appletalk/aarp.c 	    atif->dev->type == ARPHRD_PPP)
type              553 net/appletalk/aarp.c 	if (dev->type == ARPHRD_LOCALTLK) {
type              591 net/appletalk/aarp.c 	if (dev->type == ARPHRD_PPP) {
type              598 net/appletalk/aarp.c 	if (dev->type != ARPHRD_ETHER)
type              727 net/appletalk/aarp.c 	if (dev->type != ARPHRD_ETHER)
type              684 net/appletalk/ddp.c 		if (dev->type != ARPHRD_ETHER &&
type              685 net/appletalk/ddp.c 		    dev->type != ARPHRD_LOOPBACK &&
type              686 net/appletalk/ddp.c 		    dev->type != ARPHRD_LOCALTLK &&
type              687 net/appletalk/ddp.c 		    dev->type != ARPHRD_PPP)
type              711 net/appletalk/ddp.c 		if (dev->type == ARPHRD_ETHER && nr->nr_phase != 2)
type              814 net/appletalk/ddp.c 		if (dev->type != ARPHRD_ETHER)
type              832 net/appletalk/ddp.c 		if (dev->type == ARPHRD_ETHER && nr->nr_phase != 2)
type             1024 net/appletalk/ddp.c 	if (sock->type != SOCK_RAW && sock->type != SOCK_DGRAM)
type             1028 net/appletalk/ddp.c 	if (sock->type == SOCK_RAW && !kern && !capable(CAP_NET_RAW))
type             1329 net/appletalk/ddp.c 		if (dev->type == ARPHRD_PPP)
type             1887 net/appletalk/ddp.c 	.type		= cpu_to_be16(ETH_P_LOCALTALK),
type             1892 net/appletalk/ddp.c 	.type		= cpu_to_be16(ETH_P_PPPTALK),
type               17 net/appletalk/dev.c 	dev->type		= ARPHRD_LOCALTLK;
type               13 net/atm/addr.h void atm_reset_addr(struct atm_dev *dev, enum atm_addr_type_t type);
type               15 net/atm/addr.h 		 enum atm_addr_type_t type);
type               17 net/atm/addr.h 		 enum atm_addr_type_t type);
type               19 net/atm/addr.h 		 size_t size, enum atm_addr_type_t type);
type               19 net/atm/atm_sysfs.c 	return scnprintf(buf, PAGE_SIZE, "%s\n", adev->type);
type              103 net/atm/atm_sysfs.c static DEVICE_ATTR(type, 0444, show_type, NULL);
type              128 net/atm/atm_sysfs.c 	if (add_uevent_var(env, "NAME=%s%d", adev->type, adev->number))
type              156 net/atm/atm_sysfs.c 	dev_set_name(cdev, "%s%d", adev->type, adev->number);
type              391 net/atm/br2684.c packet_fails_filter(__be16 type, struct br2684_vcc *brvcc, struct sk_buff *skb)
type              395 net/atm/br2684.c 	if (type == htons(ETH_P_IP) &&
type              399 net/atm/br2684.c 	if (type == htons(ETH_P_ARP))
type              655 net/atm/br2684.c 	netdev->type = ARPHRD_PPP;
type               52 net/atm/clip.c static int to_atmarpd(enum atmarp_ctrl_type type, int itf, __be32 ip)
type               58 net/atm/clip.c 	pr_debug("(%d)\n", type);
type               65 net/atm/clip.c 	ctrl->type = type;
type              297 net/atm/clip.c 	if (neigh->type != RTN_UNICAST)
type              497 net/atm/clip.c 	dev->type = ARPHRD_ATM;
type              557 net/atm/clip.c 	if (dev->type != ARPHRD_ATM || dev->netdev_ops != &clip_netdev_ops)
type              627 net/atm/clip.c 	.type =			"arpd",
type              830 net/atm/clip.c 	if (n->dev->type != ARPHRD_ATM)
type              146 net/atm/common.c 	if (sock->type == SOCK_STREAM)
type              150 net/atm/lec.c  		mesg->type = l_topology_change;
type              355 net/atm/lec.c  	pr_debug("%s: msg from zeppelin:%d\n", dev->name, mesg->type);
type              356 net/atm/lec.c  	switch (mesg->type) {
type              461 net/atm/lec.c  		pr_info("%s: Unknown message type %d\n", dev->name, mesg->type);
type              499 net/atm/lec.c  	.type = "lec",
type              509 net/atm/lec.c  send_to_lecd(struct lec_priv *priv, atmlec_msg_type type,
type              525 net/atm/lec.c  	mesg->type = type;
type               59 net/atm/lec_arpc.h 	u32 type;
type              344 net/atm/mpc.c  static const char *mpoa_device_type_string(char type) __attribute__ ((unused));
type              346 net/atm/mpc.c  static const char *mpoa_device_type_string(char type)
type              348 net/atm/mpc.c  	switch (type) {
type              378 net/atm/mpc.c  	uint32_t type;
type              393 net/atm/mpc.c  		type = ((tlvs[0] << 24) | (tlvs[1] << 16) |
type              397 net/atm/mpc.c  		dprintk("    type 0x%x length %02x\n", type, length);
type              403 net/atm/mpc.c  		if (type == 0) {
type              409 net/atm/mpc.c  		if (type != TLV_MPOA_DEVICE_TYPE) {
type              627 net/atm/mpc.c  	if (ioc_data.type == MPC_SOCKET_INGRESS) {
type              789 net/atm/mpc.c  	.type	= "mpc",
type              864 net/atm/mpc.c  	mesg.type = SET_MPS_CTRL_ADDR;
type              920 net/atm/mpc.c  	switch (mesg->type) {
type              966 net/atm/mpc.c  		dprintk_cont("unknown message %d\n", mesg->type);
type              981 net/atm/mpc.c  		pr_info("mesg %d to a non-existent mpoad\n", mesg->type);
type             1089 net/atm/mpc.c  		msg->type = SND_MPOA_RES_RQST;
type             1099 net/atm/mpc.c  		msg->type = SND_MPOA_RES_RQST;
type             1144 net/atm/mpc.c  	msg->type = OPEN_INGRESS_SVC;
type             1268 net/atm/mpc.c  	purge_msg->type = DATA_PLANE_PURGE;
type             1393 net/atm/mpc.c  	msg->type = SND_EGRESS_PURGE;
type             1407 net/atm/mpc.c  	msg->type = action;
type              144 net/atm/mpoa_caches.c 			msg.type = SND_MPOA_RES_RQST;
type              167 net/atm/mpoa_caches.c 		msg.type = SND_MPOA_RES_RQST;
type              208 net/atm/mpoa_caches.c 		msg.type = STOP_KEEP_ALIVE_SM;
type              283 net/atm/mpoa_caches.c 				msg.type = SND_MPOA_RES_RTRY;
type              441 net/atm/mpoa_caches.c 		msg.type = STOP_KEEP_ALIVE_SM;
type              513 net/atm/mpoa_caches.c 			msg.type = SND_EGRESS_PURGE;
type               57 net/atm/proc.c 	seq_printf(seq, "%3d %-8s", dev->number, dev->type);
type              358 net/atm/proc.c 	dev->proc_name = kasprintf(GFP_KERNEL, "%s:%d", dev->type, dev->number);
type               35 net/atm/resources.c static struct atm_dev *__alloc_atm_dev(const char *type)
type               42 net/atm/resources.c 	dev->type = type;
type               78 net/atm/resources.c struct atm_dev *atm_dev_register(const char *type, struct device *parent,
type               84 net/atm/resources.c 	dev = __alloc_atm_dev(type);
type               86 net/atm/resources.c 		pr_err("no space for dev %s\n", type);
type              116 net/atm/resources.c 		pr_err("atm_proc_dev_register failed for dev %s\n", type);
type              121 net/atm/resources.c 		pr_err("atm_register_sysfs failed for dev %s\n", type);
type              286 net/atm/resources.c 		size = strlen(dev->type) + 1;
type              287 net/atm/resources.c 		if (copy_to_user(buf, dev->type, size)) {
type               44 net/atm/signaling.c 	msg->type = as_error;
type               52 net/atm/signaling.c 			msg->type = as_okay;
type               73 net/atm/signaling.c 	pr_debug("%d (0x%lx)\n", (int)msg->type, (unsigned long)vcc);
type               76 net/atm/signaling.c 	switch (msg->type) {
type              133 net/atm/signaling.c 		pr_alert("bad message type %d\n", (int)msg->type);
type              142 net/atm/signaling.c void sigd_enq2(struct atm_vcc *vcc, enum atmsvc_msg_type type,
type              151 net/atm/signaling.c 	pr_debug("%d (0x%p)\n", (int)type, vcc);
type              155 net/atm/signaling.c 	msg->type = type;
type              170 net/atm/signaling.c 		if (type == as_connect && test_bit(ATM_VF_SESSION, &vcc->flags))
type              179 net/atm/signaling.c void sigd_enq(struct atm_vcc *vcc, enum atmsvc_msg_type type,
type              183 net/atm/signaling.c 	sigd_enq2(vcc, type, listen_vcc, pvc, svc, vcc ? &vcc->qos : NULL, 0);
type              228 net/atm/signaling.c 	.type =		"sig",
type               23 net/atm/signaling.h void sigd_enq2(struct atm_vcc *vcc,enum atmsvc_msg_type type,
type               26 net/atm/signaling.h void sigd_enq(struct atm_vcc *vcc,enum atmsvc_msg_type type,
type              118 net/ax25/af_ax25.c 	if (dev->type != ARPHRD_AX25)
type              153 net/ax25/af_ax25.c 	struct net_device *dev, int type)
type              162 net/ax25/af_ax25.c 		    s->sk->sk_type == type && s->sk->sk_state == TCP_LISTEN) {
type              180 net/ax25/af_ax25.c 	int type)
type              189 net/ax25/af_ax25.c 		    s->sk->sk_type == type) {
type              819 net/ax25/af_ax25.c 	switch (sock->type) {
type             1961 net/ax25/af_ax25.c 	.type	=	cpu_to_be16(ETH_P_AX25),
type               32 net/ax25/ax25_ds_in.c static int ax25_ds_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)
type              100 net/ax25/ax25_ds_in.c static int ax25_ds_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)
type              145 net/ax25/ax25_ds_in.c static int ax25_ds_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type)
type              192 net/ax25/ax25_ds_in.c 			if (type == AX25_COMMAND && pf)
type              213 net/ax25/ax25_ds_in.c 			if (type == AX25_COMMAND && pf)
type              279 net/ax25/ax25_ds_in.c int ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type)
type              287 net/ax25/ax25_ds_in.c 		queued = ax25_ds_state1_machine(ax25, skb, frametype, pf, type);
type              290 net/ax25/ax25_ds_in.c 		queued = ax25_ds_state2_machine(ax25, skb, frametype, pf, type);
type              293 net/ax25/ax25_ds_in.c 		queued = ax25_ds_state3_machine(ax25, skb, frametype, ns, nr, pf, type);
type              157 net/ax25/ax25_in.c static int ax25_process_rx_frame(ax25_cb *ax25, struct sk_buff *skb, int type, int dama)
type              167 net/ax25/ax25_in.c 		queued = ax25_std_frame_in(ax25, skb, type);
type              173 net/ax25/ax25_in.c 			queued = ax25_ds_frame_in(ax25, skb, type);
type              175 net/ax25/ax25_in.c 			queued = ax25_std_frame_in(ax25, skb, type);
type              187 net/ax25/ax25_in.c 	int type = 0, mine = 0, dama;
type              206 net/ax25/ax25_in.c 	if (ax25_addr_parse(skb->data, skb->len, &src, &dest, &dp, &type, &dama) == NULL)
type              310 net/ax25/ax25_in.c 		if (ax25_process_rx_frame(ax25, skb, type, dama) == 0)
type               46 net/ax25/ax25_ip.c 			    unsigned short type, const void *daddr,
type               52 net/ax25/ax25_ip.c 	if (type == ETH_P_AX25)
type               80 net/ax25/ax25_ip.c 	switch (type) {
type               88 net/ax25/ax25_ip.c 		printk(KERN_ERR "AX.25: ax25_hard_header - wrong protocol type 0x%2.2x\n", type);
type              215 net/ax25/ax25_ip.c 			    unsigned short type, const void *daddr,
type              326 net/ax25/ax25_out.c void ax25_transmit_buffer(ax25_cb *ax25, struct sk_buff *skb, int type)
type              355 net/ax25/ax25_out.c 	ax25_addr_build(ptr, &ax25->source_addr, &ax25->dest_addr, ax25->digipeat, type, ax25->modulus);
type               39 net/ax25/ax25_std_in.c static int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)
type              103 net/ax25/ax25_std_in.c static int ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)
type              141 net/ax25/ax25_std_in.c static int ax25_std_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type)
type              182 net/ax25/ax25_std_in.c 		if (type == AX25_COMMAND && pf)
type              194 net/ax25/ax25_std_in.c 		if (type == AX25_COMMAND && pf)
type              266 net/ax25/ax25_std_in.c static int ax25_std_state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type)
type              309 net/ax25/ax25_std_in.c 		if (type == AX25_RESPONSE && pf) {
type              326 net/ax25/ax25_std_in.c 		if (type == AX25_COMMAND && pf)
type              338 net/ax25/ax25_std_in.c 		if (pf && type == AX25_RESPONSE) {
type              355 net/ax25/ax25_std_in.c 		if (type == AX25_COMMAND && pf)
type              419 net/ax25/ax25_std_in.c int ax25_std_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type)
type              427 net/ax25/ax25_std_in.c 		queued = ax25_std_state1_machine(ax25, skb, frametype, pf, type);
type              430 net/ax25/ax25_std_in.c 		queued = ax25_std_state2_machine(ax25, skb, frametype, pf, type);
type              433 net/ax25/ax25_std_in.c 		queued = ax25_std_state3_machine(ax25, skb, frametype, ns, nr, pf, type);
type              436 net/ax25/ax25_std_in.c 		queued = ax25_std_state4_machine(ax25, skb, frametype, ns, nr, pf, type);
type              147 net/ax25/ax25_subr.c void ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type)
type              179 net/ax25/ax25_subr.c 	ax25_transmit_buffer(ax25, skb, type);
type              314 net/batman-adv/bat_v_ogm.c 			char *type;
type              318 net/batman-adv/bat_v_ogm.c 				type = "no neighbor";
type              321 net/batman-adv/bat_v_ogm.c 				type = "single neighbor is source";
type              324 net/batman-adv/bat_v_ogm.c 				type = "single neighbor is originator";
type              327 net/batman-adv/bat_v_ogm.c 				type = "unknown";
type              331 net/batman-adv/bat_v_ogm.c 				   hard_iface->net_dev->name, type);
type              938 net/batman-adv/bat_v_ogm.c 			char *type;
type              942 net/batman-adv/bat_v_ogm.c 				type = "no neighbor";
type              945 net/batman-adv/bat_v_ogm.c 				type = "single neighbor is source";
type              948 net/batman-adv/bat_v_ogm.c 				type = "single neighbor is originator";
type              951 net/batman-adv/bat_v_ogm.c 				type = "unknown";
type              956 net/batman-adv/bat_v_ogm.c 				   type);
type              350 net/batman-adv/bridge_loop_avoidance.c 	local_claim_dest.type = claimtype;
type             1019 net/batman-adv/bridge_loop_avoidance.c 	switch (bla_dst->type) {
type             1154 net/batman-adv/bridge_loop_avoidance.c 	if (bla_dst->type == BATADV_CLAIM_TYPE_LOOPDETECT)
type             1173 net/batman-adv/bridge_loop_avoidance.c 	switch (bla_dst->type) {
type             1536 net/batman-adv/bridge_loop_avoidance.c 	bat_priv->bla.claim_dest.type = 0;
type              572 net/batman-adv/distributed-arp-table.c 	cands[select].type = BATADV_DAT_CANDIDATE_NOT_FOUND;
type              603 net/batman-adv/distributed-arp-table.c 		cands[select].type = BATADV_DAT_CANDIDATE_ORIG;
type              691 net/batman-adv/distributed-arp-table.c 		if (cand[i].type == BATADV_DAT_CANDIDATE_NOT_FOUND)
type             1061 net/batman-adv/distributed-arp-table.c 	u16 type = 0;
type             1115 net/batman-adv/distributed-arp-table.c 	type = ntohs(arphdr->ar_op);
type             1117 net/batman-adv/distributed-arp-table.c 	return type;
type             1194 net/batman-adv/distributed-arp-table.c 	u16 type = 0;
type             1209 net/batman-adv/distributed-arp-table.c 	type = batadv_arp_get_type(bat_priv, skb, hdr_size);
type             1213 net/batman-adv/distributed-arp-table.c 	if (type != ARPOP_REQUEST)
type             1291 net/batman-adv/distributed-arp-table.c 	u16 type;
type             1305 net/batman-adv/distributed-arp-table.c 	type = batadv_arp_get_type(bat_priv, skb, hdr_size);
type             1306 net/batman-adv/distributed-arp-table.c 	if (type != ARPOP_REQUEST)
type             1357 net/batman-adv/distributed-arp-table.c 	u16 type;
type             1368 net/batman-adv/distributed-arp-table.c 	type = batadv_arp_get_type(bat_priv, skb, hdr_size);
type             1369 net/batman-adv/distributed-arp-table.c 	if (type != ARPOP_REPLY)
type             1405 net/batman-adv/distributed-arp-table.c 	u16 type;
type             1416 net/batman-adv/distributed-arp-table.c 	type = batadv_arp_get_type(bat_priv, skb, hdr_size);
type             1417 net/batman-adv/distributed-arp-table.c 	if (type != ARPOP_REPLY)
type             1584 net/batman-adv/distributed-arp-table.c 	u8 *type, _type;
type             1586 net/batman-adv/distributed-arp-table.c 		u8 type;
type             1593 net/batman-adv/distributed-arp-table.c 		if (tl->type == BATADV_DHCP_OPT_MSG_TYPE)
type             1596 net/batman-adv/distributed-arp-table.c 		if (tl->type == BATADV_DHCP_OPT_END)
type             1599 net/batman-adv/distributed-arp-table.c 		if (tl->type == BATADV_DHCP_OPT_PAD)
type             1606 net/batman-adv/distributed-arp-table.c 	if (!tl || tl->type != BATADV_DHCP_OPT_MSG_TYPE ||
type             1612 net/batman-adv/distributed-arp-table.c 	type = skb_header_pointer(skb, offset, sizeof(_type), &_type);
type             1613 net/batman-adv/distributed-arp-table.c 	if (!type)
type             1616 net/batman-adv/distributed-arp-table.c 	return *type;
type             1740 net/batman-adv/distributed-arp-table.c 	int type;
type             1742 net/batman-adv/distributed-arp-table.c 	type = batadv_dat_check_dhcp(skb, proto, ip_src);
type             1743 net/batman-adv/distributed-arp-table.c 	if (type != BATADV_BOOTREPLY)
type             1746 net/batman-adv/distributed-arp-table.c 	type = batadv_dat_get_dhcp_message_type(skb);
type             1747 net/batman-adv/distributed-arp-table.c 	if (type != BATADV_DHCPACK)
type             1850 net/batman-adv/distributed-arp-table.c 	u16 type;
type             1868 net/batman-adv/distributed-arp-table.c 	type = batadv_arp_get_type(bat_priv, forw_packet->skb, hdr_size);
type             1869 net/batman-adv/distributed-arp-table.c 	if (type != ARPOP_REQUEST)
type              189 net/batman-adv/hard-interface.c 	if (net_dev->type != ARPHRD_ETHER)
type              769 net/batman-adv/hard-interface.c 	hard_iface->batman_adv_ptype.type = ethertype;
type               79 net/batman-adv/log.h #define _batadv_dbg(type, bat_priv, ratelimited, fmt, arg...)		\
type               82 net/batman-adv/log.h 		if (atomic_read(&__batpriv->log_level) & (type) &&	\
type               89 net/batman-adv/log.h static inline void _batadv_dbg(int type __always_unused,
type              103 net/batman-adv/log.h #define batadv_dbg(type, bat_priv, arg...) \
type              104 net/batman-adv/log.h 	_batadv_dbg(type, bat_priv, 0, ## arg)
type              112 net/batman-adv/log.h #define batadv_dbg_ratelimited(type, bat_priv, arg...) \
type              113 net/batman-adv/log.h 	_batadv_dbg(type, bat_priv, 1, ## arg)
type              699 net/batman-adv/main.c int batadv_throw_uevent(struct batadv_priv *bat_priv, enum batadv_uev_type type,
type              710 net/batman-adv/main.c 				  batadv_uev_type_str[type]);
type              737 net/batman-adv/main.c 			   batadv_uev_type_str[type],
type              385 net/batman-adv/main.h int batadv_throw_uevent(struct batadv_priv *bat_priv, enum batadv_uev_type type,
type              967 net/batman-adv/multicast.c 	switch (igmp_hdr(skb)->type) {
type               94 net/batman-adv/netlink.c 	[BATADV_ATTR_VERSION]			= { .type = NLA_STRING },
type               95 net/batman-adv/netlink.c 	[BATADV_ATTR_ALGO_NAME]			= { .type = NLA_STRING },
type               96 net/batman-adv/netlink.c 	[BATADV_ATTR_MESH_IFINDEX]		= { .type = NLA_U32 },
type               97 net/batman-adv/netlink.c 	[BATADV_ATTR_MESH_IFNAME]		= { .type = NLA_STRING },
type               99 net/batman-adv/netlink.c 	[BATADV_ATTR_HARD_IFINDEX]		= { .type = NLA_U32 },
type              100 net/batman-adv/netlink.c 	[BATADV_ATTR_HARD_IFNAME]		= { .type = NLA_STRING },
type              103 net/batman-adv/netlink.c 	[BATADV_ATTR_TPMETER_RESULT]		= { .type = NLA_U8 },
type              104 net/batman-adv/netlink.c 	[BATADV_ATTR_TPMETER_TEST_TIME]		= { .type = NLA_U32 },
type              105 net/batman-adv/netlink.c 	[BATADV_ATTR_TPMETER_BYTES]		= { .type = NLA_U64 },
type              106 net/batman-adv/netlink.c 	[BATADV_ATTR_TPMETER_COOKIE]		= { .type = NLA_U32 },
type              107 net/batman-adv/netlink.c 	[BATADV_ATTR_ACTIVE]			= { .type = NLA_FLAG },
type              109 net/batman-adv/netlink.c 	[BATADV_ATTR_TT_TTVN]			= { .type = NLA_U8 },
type              110 net/batman-adv/netlink.c 	[BATADV_ATTR_TT_LAST_TTVN]		= { .type = NLA_U8 },
type              111 net/batman-adv/netlink.c 	[BATADV_ATTR_TT_CRC32]			= { .type = NLA_U32 },
type              112 net/batman-adv/netlink.c 	[BATADV_ATTR_TT_VID]			= { .type = NLA_U16 },
type              113 net/batman-adv/netlink.c 	[BATADV_ATTR_TT_FLAGS]			= { .type = NLA_U32 },
type              114 net/batman-adv/netlink.c 	[BATADV_ATTR_FLAG_BEST]			= { .type = NLA_FLAG },
type              115 net/batman-adv/netlink.c 	[BATADV_ATTR_LAST_SEEN_MSECS]		= { .type = NLA_U32 },
type              117 net/batman-adv/netlink.c 	[BATADV_ATTR_TQ]			= { .type = NLA_U8 },
type              118 net/batman-adv/netlink.c 	[BATADV_ATTR_THROUGHPUT]		= { .type = NLA_U32 },
type              119 net/batman-adv/netlink.c 	[BATADV_ATTR_BANDWIDTH_UP]		= { .type = NLA_U32 },
type              120 net/batman-adv/netlink.c 	[BATADV_ATTR_BANDWIDTH_DOWN]		= { .type = NLA_U32 },
type              122 net/batman-adv/netlink.c 	[BATADV_ATTR_BLA_OWN]			= { .type = NLA_FLAG },
type              124 net/batman-adv/netlink.c 	[BATADV_ATTR_BLA_VID]			= { .type = NLA_U16 },
type              126 net/batman-adv/netlink.c 	[BATADV_ATTR_BLA_CRC]			= { .type = NLA_U16 },
type              127 net/batman-adv/netlink.c 	[BATADV_ATTR_DAT_CACHE_IP4ADDRESS]	= { .type = NLA_U32 },
type              129 net/batman-adv/netlink.c 	[BATADV_ATTR_DAT_CACHE_VID]		= { .type = NLA_U16 },
type              130 net/batman-adv/netlink.c 	[BATADV_ATTR_MCAST_FLAGS]		= { .type = NLA_U32 },
type              131 net/batman-adv/netlink.c 	[BATADV_ATTR_MCAST_FLAGS_PRIV]		= { .type = NLA_U32 },
type              132 net/batman-adv/netlink.c 	[BATADV_ATTR_VLANID]			= { .type = NLA_U16 },
type              133 net/batman-adv/netlink.c 	[BATADV_ATTR_AGGREGATED_OGMS_ENABLED]	= { .type = NLA_U8 },
type              134 net/batman-adv/netlink.c 	[BATADV_ATTR_AP_ISOLATION_ENABLED]	= { .type = NLA_U8 },
type              135 net/batman-adv/netlink.c 	[BATADV_ATTR_ISOLATION_MARK]		= { .type = NLA_U32 },
type              136 net/batman-adv/netlink.c 	[BATADV_ATTR_ISOLATION_MASK]		= { .type = NLA_U32 },
type              137 net/batman-adv/netlink.c 	[BATADV_ATTR_BONDING_ENABLED]		= { .type = NLA_U8 },
type              138 net/batman-adv/netlink.c 	[BATADV_ATTR_BRIDGE_LOOP_AVOIDANCE_ENABLED]	= { .type = NLA_U8 },
type              139 net/batman-adv/netlink.c 	[BATADV_ATTR_DISTRIBUTED_ARP_TABLE_ENABLED]	= { .type = NLA_U8 },
type              140 net/batman-adv/netlink.c 	[BATADV_ATTR_FRAGMENTATION_ENABLED]	= { .type = NLA_U8 },
type              141 net/batman-adv/netlink.c 	[BATADV_ATTR_GW_BANDWIDTH_DOWN]		= { .type = NLA_U32 },
type              142 net/batman-adv/netlink.c 	[BATADV_ATTR_GW_BANDWIDTH_UP]		= { .type = NLA_U32 },
type              143 net/batman-adv/netlink.c 	[BATADV_ATTR_GW_MODE]			= { .type = NLA_U8 },
type              144 net/batman-adv/netlink.c 	[BATADV_ATTR_GW_SEL_CLASS]		= { .type = NLA_U32 },
type              145 net/batman-adv/netlink.c 	[BATADV_ATTR_HOP_PENALTY]		= { .type = NLA_U8 },
type              146 net/batman-adv/netlink.c 	[BATADV_ATTR_LOG_LEVEL]			= { .type = NLA_U32 },
type              147 net/batman-adv/netlink.c 	[BATADV_ATTR_MULTICAST_FORCEFLOOD_ENABLED]	= { .type = NLA_U8 },
type              148 net/batman-adv/netlink.c 	[BATADV_ATTR_MULTICAST_FANOUT]		= { .type = NLA_U32 },
type              149 net/batman-adv/netlink.c 	[BATADV_ATTR_NETWORK_CODING_ENABLED]	= { .type = NLA_U8 },
type              150 net/batman-adv/netlink.c 	[BATADV_ATTR_ORIG_INTERVAL]		= { .type = NLA_U32 },
type              151 net/batman-adv/netlink.c 	[BATADV_ATTR_ELP_INTERVAL]		= { .type = NLA_U32 },
type              152 net/batman-adv/netlink.c 	[BATADV_ATTR_THROUGHPUT_OVERRIDE]	= { .type = NLA_U32 },
type              906 net/batman-adv/send.c 			char *type;
type              910 net/batman-adv/send.c 				type = "no neighbor";
type              913 net/batman-adv/send.c 				type = "single neighbor is source";
type              916 net/batman-adv/send.c 				type = "single neighbor is originator";
type              919 net/batman-adv/send.c 				type = "unknown";
type              924 net/batman-adv/send.c 				   hard_iface->net_dev->name, type);
type               66 net/batman-adv/tvlv.c batadv_tvlv_handler_get(struct batadv_priv *bat_priv, u8 type, u8 version)
type               73 net/batman-adv/tvlv.c 		if (tvlv_handler_tmp->type != type)
type              125 net/batman-adv/tvlv.c batadv_tvlv_container_get(struct batadv_priv *bat_priv, u8 type, u8 version)
type              132 net/batman-adv/tvlv.c 		if (tvlv_tmp->tvlv_hdr.type != type)
type              203 net/batman-adv/tvlv.c 				      u8 type, u8 version)
type              208 net/batman-adv/tvlv.c 	tvlv = batadv_tvlv_container_get(bat_priv, type, version);
type              226 net/batman-adv/tvlv.c 				    u8 type, u8 version,
type              239 net/batman-adv/tvlv.c 	tvlv_new->tvlv_hdr.type = type;
type              247 net/batman-adv/tvlv.c 	tvlv_old = batadv_tvlv_container_get(bat_priv, type, version);
type              331 net/batman-adv/tvlv.c 		tvlv_hdr->type = tvlv->tvlv_hdr.type;
type              434 net/batman-adv/tvlv.c 						       tvlv_hdr->type,
type              516 net/batman-adv/tvlv.c 				  u8 type, u8 version, u8 flags)
type              522 net/batman-adv/tvlv.c 	tvlv_handler = batadv_tvlv_handler_get(bat_priv, type, version);
type              537 net/batman-adv/tvlv.c 	tvlv_handler->type = type;
type              559 net/batman-adv/tvlv.c 				    u8 type, u8 version)
type              563 net/batman-adv/tvlv.c 	tvlv_handler = batadv_tvlv_handler_get(bat_priv, type, version);
type              586 net/batman-adv/tvlv.c 			      u8 *dst, u8 type, u8 version,
type              623 net/batman-adv/tvlv.c 	tvlv_hdr->type = type;
type               16 net/batman-adv/tvlv.h 				    u8 type, u8 version,
type               25 net/batman-adv/tvlv.h 				      u8 type, u8 version);
type               37 net/batman-adv/tvlv.h 				  u8 type, u8 version, u8 flags);
type               39 net/batman-adv/tvlv.h 				    u8 type, u8 version);
type               46 net/batman-adv/tvlv.h 			      u8 *dst, u8 type, u8 version,
type             2376 net/batman-adv/types.h 	int type;
type             2423 net/batman-adv/types.h 	u8 type;
type              106 net/bluetooth/6lowpan.c 						 bdaddr_t *ba, __u8 type)
type              111 net/bluetooth/6lowpan.c 	       ba, type);
type              122 net/bluetooth/6lowpan.c 		if (type == peer->chan->dst_type) {
type              293 net/bluetooth/6lowpan.c 	if (dev->type != ARPHRD_6LOWPAN || !skb->len)
type              446 net/bluetooth/6lowpan.c 			 unsigned short type, const void *_daddr,
type              449 net/bluetooth/6lowpan.c 	if (type != ETH_P_IPV6)
type              627 net/bluetooth/6lowpan.c 	if (hcon->type != LE_LINK)
type              904 net/bluetooth/6lowpan.c static inline __u8 bdaddr_type(__u8 type)
type              906 net/bluetooth/6lowpan.c 	if (type == ADDR_LE_DEV_PUBLIC)
type             1248 net/bluetooth/6lowpan.c 	if (netdev->type != ARPHRD_6LOWPAN)
type               98 net/bluetooth/a2mp.c 	cl[0].type = AMP_TYPE_BREDR;
type              104 net/bluetooth/a2mp.c 			cl[i].type = hdev->amp_type;
type              222 net/bluetooth/a2mp.c 		BT_DBG("Remote AMP id %d type %d status %d", cl->id, cl->type,
type              225 net/bluetooth/a2mp.c 		if (cl->id != AMP_ID_BREDR && cl->type != AMP_TYPE_BREDR) {
type              273 net/bluetooth/a2mp.c 		BT_DBG("Controller id %d type %d status %d", cl->id, cl->type,
type              876 net/bluetooth/a2mp.c 	if (conn->hcon->type != ACL_LINK)
type               57 net/bluetooth/a2mp.h 	__u8	type;
type              167 net/bluetooth/amp.c int phylink_gen_key(struct hci_conn *conn, u8 *data, u8 *len, u8 *type)
type              186 net/bluetooth/amp.c 	*type = conn->key_type;
type               29 net/bluetooth/amp.h int phylink_gen_key(struct hci_conn *hcon, u8 *data, u8 *len, u8 *type);
type               74 net/bluetooth/bnep/bnep.h 	__u8 type;
type               81 net/bluetooth/bnep/bnep.h 	__u8 type;
type               88 net/bluetooth/bnep/bnep.h 	__u8 type;
type               94 net/bluetooth/bnep/bnep.h 	__u8 type;
type               82 net/bluetooth/bnep/core.c 	rsp.type = BNEP_CONTROL;
type              269 net/bluetooth/bnep/core.c 		BT_DBG("type 0x%x len %d", h->type, h->len);
type              271 net/bluetooth/bnep/core.c 		switch (h->type & BNEP_TYPE_MASK) {
type              285 net/bluetooth/bnep/core.c 	} while (!err && (h->type & BNEP_EXT_HEADER));
type              302 net/bluetooth/bnep/core.c 	u8 type, ctrl_type;
type              306 net/bluetooth/bnep/core.c 	type = *(u8 *) skb->data;
type              310 net/bluetooth/bnep/core.c 	if ((type & BNEP_TYPE_MASK) >= sizeof(__bnep_rx_hlen))
type              313 net/bluetooth/bnep/core.c 	if ((type & BNEP_TYPE_MASK) == BNEP_CONTROL) {
type              320 net/bluetooth/bnep/core.c 		if (!(type & BNEP_EXT_HEADER)) {
type              346 net/bluetooth/bnep/core.c 		if (!skb_pull(skb, __bnep_rx_hlen[type & BNEP_TYPE_MASK]))
type              352 net/bluetooth/bnep/core.c 	if (type & BNEP_EXT_HEADER) {
type              375 net/bluetooth/bnep/core.c 	switch (type & BNEP_TYPE_MASK) {
type              425 net/bluetooth/bnep/core.c 	u8 type = 0;
type              434 net/bluetooth/bnep/core.c 	iv[il++] = (struct kvec) { &type, 1 };
type              438 net/bluetooth/bnep/core.c 		type |= 0x01;
type              441 net/bluetooth/bnep/core.c 		type |= 0x02;
type              443 net/bluetooth/bnep/core.c 	if (type)
type              446 net/bluetooth/bnep/core.c 	type = __bnep_tx_types[type];
type              447 net/bluetooth/bnep/core.c 	switch (type) {
type               71 net/bluetooth/bnep/netdev.c 	r->type = BNEP_CONTROL;
type              206 net/bluetooth/bnep/sock.c 	if (sock->type != SOCK_RAW)
type              209 net/bluetooth/cmtp/sock.c 	if (sock->type != SOCK_RAW)
type              240 net/bluetooth/hci_conn.c 	if (conn->type == ACL_LINK && conn->role == HCI_ROLE_MASTER &&
type              417 net/bluetooth/hci_conn.c 	if (conn->state == BT_CONNECT && conn->type == LE_LINK &&
type              494 net/bluetooth/hci_conn.c struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst,
type              508 net/bluetooth/hci_conn.c 	conn->type  = type;
type              529 net/bluetooth/hci_conn.c 	switch (type) {
type              582 net/bluetooth/hci_conn.c 	if (conn->type == ACL_LINK) {
type              589 net/bluetooth/hci_conn.c 	} else if (conn->type == LE_LINK) {
type              704 net/bluetooth/hci_conn.c 		mgmt_connect_failed(hdev, &conn->dst, conn->type,
type              945 net/bluetooth/hci_conn.c 		cp.type = LE_ADV_DIRECT_IND;
type             1090 net/bluetooth/hci_conn.c static bool is_connected(struct hci_dev *hdev, bdaddr_t *addr, u8 type)
type             1094 net/bluetooth/hci_conn.c 	conn = hci_conn_hash_lookup_le(hdev, addr, type);
type             1229 net/bluetooth/hci_conn.c struct hci_conn *hci_connect_sco(struct hci_dev *hdev, int type, bdaddr_t *dst,
type             1239 net/bluetooth/hci_conn.c 	sco = hci_conn_hash_lookup_ba(hdev, type, dst);
type             1241 net/bluetooth/hci_conn.c 		sco = hci_conn_add(hdev, type, dst, HCI_ROLE_MASTER);
type             1352 net/bluetooth/hci_conn.c 	if (conn->type == LE_LINK)
type             1573 net/bluetooth/hci_conn.c 		(ci + n)->type  = c->type;
type             1605 net/bluetooth/hci_conn.c 	conn = hci_conn_hash_lookup_ba(hdev, req.type, &req.bdaddr);
type             1609 net/bluetooth/hci_conn.c 		ci.type  = conn->type;
type             1633 net/bluetooth/hci_conn.c 		req.type = conn->auth_type;
type             2120 net/bluetooth/hci_core.c 	di.type     = (hdev->bus & 0x0f) | ((hdev->dev_type & 0x03) << 4);
type             2350 net/bluetooth/hci_core.c 	if (conn->type == LE_LINK)
type             2370 net/bluetooth/hci_core.c static u8 ltk_role(u8 type)
type             2372 net/bluetooth/hci_core.c 	if (type == SMP_LTK)
type             2388 net/bluetooth/hci_core.c 		if (smp_ltk_is_sc(k) || ltk_role(k->type) == role) {
type             2445 net/bluetooth/hci_core.c 				  bdaddr_t *bdaddr, u8 *val, u8 type,
type             2453 net/bluetooth/hci_core.c 		old_key_type = old_key->type;
type             2463 net/bluetooth/hci_core.c 	BT_DBG("%s key for %pMR type %u", hdev->name, bdaddr, type);
type             2468 net/bluetooth/hci_core.c 	if (type == HCI_LK_CHANGED_COMBINATION &&
type             2470 net/bluetooth/hci_core.c 		type = HCI_LK_COMBINATION;
type             2472 net/bluetooth/hci_core.c 			conn->key_type = type;
type             2479 net/bluetooth/hci_core.c 	if (type == HCI_LK_CHANGED_COMBINATION)
type             2480 net/bluetooth/hci_core.c 		key->type = old_key_type;
type             2482 net/bluetooth/hci_core.c 		key->type = type;
type             2485 net/bluetooth/hci_core.c 		*persistent = hci_persistent_key(hdev, conn, type,
type             2492 net/bluetooth/hci_core.c 			    u8 addr_type, u8 type, u8 authenticated,
type             2496 net/bluetooth/hci_core.c 	u8 role = ltk_role(type);
type             2515 net/bluetooth/hci_core.c 	key->type = type;
type             2593 net/bluetooth/hci_core.c bool hci_bdaddr_is_paired(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type)
type             2599 net/bluetooth/hci_core.c 	if (type == BDADDR_BREDR) {
type             2606 net/bluetooth/hci_core.c 	if (type == BDADDR_LE_PUBLIC)
type             2896 net/bluetooth/hci_core.c 					 bdaddr_t *bdaddr, u8 type)
type             2901 net/bluetooth/hci_core.c 		if (!bacmp(&b->bdaddr, bdaddr) && b->bdaddr_type == type)
type             2910 net/bluetooth/hci_core.c 				u8 type)
type             2915 net/bluetooth/hci_core.c 		if (!bacmp(&b->bdaddr, bdaddr) && b->bdaddr_type == type)
type             2932 net/bluetooth/hci_core.c int hci_bdaddr_list_add(struct list_head *list, bdaddr_t *bdaddr, u8 type)
type             2939 net/bluetooth/hci_core.c 	if (hci_bdaddr_list_lookup(list, bdaddr, type))
type             2947 net/bluetooth/hci_core.c 	entry->bdaddr_type = type;
type             2955 net/bluetooth/hci_core.c 					u8 type, u8 *peer_irk, u8 *local_irk)
type             2962 net/bluetooth/hci_core.c 	if (hci_bdaddr_list_lookup(list, bdaddr, type))
type             2970 net/bluetooth/hci_core.c 	entry->bdaddr_type = type;
type             2983 net/bluetooth/hci_core.c int hci_bdaddr_list_del(struct list_head *list, bdaddr_t *bdaddr, u8 type)
type             2992 net/bluetooth/hci_core.c 	entry = hci_bdaddr_list_lookup(list, bdaddr, type);
type             3003 net/bluetooth/hci_core.c 							u8 type)
type             3012 net/bluetooth/hci_core.c 	entry = hci_bdaddr_list_lookup_with_irk(list, bdaddr, type);
type             3817 net/bluetooth/hci_core.c static struct hci_conn *hci_low_sent(struct hci_dev *hdev, __u8 type,
type             3830 net/bluetooth/hci_core.c 		if (c->type != type || skb_queue_empty(&c->data_q))
type             3843 net/bluetooth/hci_core.c 		if (hci_conn_num(hdev, type) == num)
type             3852 net/bluetooth/hci_core.c 		switch (conn->type) {
type             3865 net/bluetooth/hci_core.c 			bt_dev_err(hdev, "unknown link type %d", conn->type);
type             3877 net/bluetooth/hci_core.c static void hci_link_tx_to(struct hci_dev *hdev, __u8 type)
type             3888 net/bluetooth/hci_core.c 		if (c->type == type && c->sent) {
type             3898 net/bluetooth/hci_core.c static struct hci_chan *hci_chan_sent(struct hci_dev *hdev, __u8 type,
type             3914 net/bluetooth/hci_core.c 		if (conn->type != type)
type             3946 net/bluetooth/hci_core.c 		if (hci_conn_num(hdev, type) == conn_num)
type             3955 net/bluetooth/hci_core.c 	switch (chan->conn->type) {
type             3971 net/bluetooth/hci_core.c 		bt_dev_err(hdev, "unknown link type %d", chan->conn->type);
type             3980 net/bluetooth/hci_core.c static void hci_prio_recalculate(struct hci_dev *hdev, __u8 type)
type             3993 net/bluetooth/hci_core.c 		if (conn->type != type)
type             4022 net/bluetooth/hci_core.c 		if (hci_conn_num(hdev, type) == num)
type             4091 net/bluetooth/hci_core.c 	u8 type;
type             4098 net/bluetooth/hci_core.c 		type = AMP_LINK;
type             4100 net/bluetooth/hci_core.c 		type = ACL_LINK;
type             4103 net/bluetooth/hci_core.c 	       (chan = hci_chan_sent(hdev, type, &quote))) {
type             4136 net/bluetooth/hci_core.c 		hci_prio_recalculate(hdev, type);
type              370 net/bluetooth/hci_debugfs.c 		seq_printf(f, "%pMR %u %*phN %u\n", &key->bdaddr, key->type,
type              770 net/bluetooth/hci_debugfs.c 			   ltk->type, ltk->enc_size, __le16_to_cpu(ltk->ediv),
type              795 net/bluetooth/hci_event.c 		hdev->page_scan_type = rp->type;
type              802 net/bluetooth/hci_event.c 	u8 *type;
type              809 net/bluetooth/hci_event.c 	type = hci_sent_cmd_data(hdev, HCI_OP_WRITE_PAGE_SCAN_TYPE);
type              810 net/bluetooth/hci_event.c 	if (type)
type              811 net/bluetooth/hci_event.c 		hdev->page_scan_type = *type;
type             1226 net/bluetooth/hci_event.c 	hdev->le_scan_type = cp->type;
type             1251 net/bluetooth/hci_event.c 	hdev->le_scan_type = phy_param->type;
type             1731 net/bluetooth/hci_event.c 	switch (sent->type) {
type             2206 net/bluetooth/hci_event.c 		mgmt_disconnect_failed(hdev, &conn->dst, conn->type,
type             2492 net/bluetooth/hci_event.c 		conn->type = SCO_LINK;
type             2498 net/bluetooth/hci_event.c 		if (conn->type == ACL_LINK) {
type             2520 net/bluetooth/hci_event.c 		if (conn->type == ACL_LINK) {
type             2539 net/bluetooth/hci_event.c 		if (conn->type == ACL_LINK)
type             2540 net/bluetooth/hci_event.c 			mgmt_connect_failed(hdev, &conn->dst, conn->type,
type             2544 net/bluetooth/hci_event.c 	if (conn->type == ACL_LINK)
type             2686 net/bluetooth/hci_event.c 	u8 type;
type             2697 net/bluetooth/hci_event.c 		mgmt_disconnect_failed(hdev, &conn->dst, conn->type,
type             2711 net/bluetooth/hci_event.c 	mgmt_device_disconnected(hdev, &conn->dst, conn->type, conn->dst_type,
type             2714 net/bluetooth/hci_event.c 	if (conn->type == ACL_LINK) {
type             2741 net/bluetooth/hci_event.c 	type = conn->type;
type             2756 net/bluetooth/hci_event.c 	if (type == LE_LINK)
type             2955 net/bluetooth/hci_event.c 			if ((conn->type == ACL_LINK && ev->encrypt == 0x02) ||
type             2956 net/bluetooth/hci_event.c 			    conn->type == LE_LINK)
type             2967 net/bluetooth/hci_event.c 	if (ev->status && conn->type == LE_LINK) {
type             2996 net/bluetooth/hci_event.c 	if (!ev->status && ev->encrypt && conn->type == ACL_LINK) {
type             3032 net/bluetooth/hci_event.c 	    ((conn->type == ACL_LINK && lmp_ping_capable(hdev)) ||
type             3033 net/bluetooth/hci_event.c 	     (conn->type == LE_LINK && (hdev->le_features[0] & HCI_LE_PING)))) {
type             3665 net/bluetooth/hci_event.c 		switch (conn->type) {
type             3692 net/bluetooth/hci_event.c 				   conn->type, conn);
type             3754 net/bluetooth/hci_event.c 		switch (conn->type) {
type             3764 net/bluetooth/hci_event.c 				   conn->type, conn);
type             3891 net/bluetooth/hci_event.c 	BT_DBG("%s found key type %u for %pMR", hdev->name, key->type,
type             3898 net/bluetooth/hci_event.c 		if ((key->type == HCI_LK_UNAUTH_COMBINATION_P192 ||
type             3899 net/bluetooth/hci_event.c 		     key->type == HCI_LK_UNAUTH_COMBINATION_P256) &&
type             3905 net/bluetooth/hci_event.c 		if (key->type == HCI_LK_COMBINATION && key->pin_len < 16 &&
type             3913 net/bluetooth/hci_event.c 		conn_set_key(conn, key->type, key->pin_len);
type             3965 net/bluetooth/hci_event.c 		conn_set_key(conn, key->type, key->pin_len);
type             3974 net/bluetooth/hci_event.c 	if (key->type == HCI_LK_DEBUG_COMBINATION &&
type             4208 net/bluetooth/hci_event.c 		conn->type   = ev->link_type;
type             4327 net/bluetooth/hci_event.c 	if (conn->type != LE_LINK)
type             4610 net/bluetooth/hci_event.c 		mgmt_user_passkey_notify(hdev, &conn->dst, conn->type,
type             4626 net/bluetooth/hci_event.c 	switch (ev->type) {
type             4648 net/bluetooth/hci_event.c 		mgmt_user_passkey_notify(hdev, &conn->dst, conn->type,
type             5231 net/bluetooth/hci_event.c static void process_adv_report(struct hci_dev *hdev, u8 type, bdaddr_t *bdaddr,
type             5242 net/bluetooth/hci_event.c 	switch (type) {
type             5251 net/bluetooth/hci_event.c 				       "type: 0x%02x", type);
type             5312 net/bluetooth/hci_event.c 	conn = check_pending_le_conn(hdev, bdaddr, bdaddr_type, type,
type             5314 net/bluetooth/hci_event.c 	if (conn && type == LE_ADV_IND) {
type             5327 net/bluetooth/hci_event.c 		if (type == LE_ADV_DIRECT_IND)
type             5334 net/bluetooth/hci_event.c 		if (type == LE_ADV_NONCONN_IND || type == LE_ADV_SCAN_IND)
type             5358 net/bluetooth/hci_event.c 	if (type == LE_ADV_NONCONN_IND || type == LE_ADV_SCAN_IND ||
type             5359 net/bluetooth/hci_event.c 	    type == LE_ADV_SCAN_RSP)
type             5372 net/bluetooth/hci_event.c 		if (type == LE_ADV_IND || type == LE_ADV_SCAN_IND) {
type             5391 net/bluetooth/hci_event.c 	if (type != LE_ADV_SCAN_RSP || !match) {
type             5403 net/bluetooth/hci_event.c 		if (type == LE_ADV_IND || type == LE_ADV_SCAN_IND) {
type             5614 net/bluetooth/hci_event.c 	if (ltk->type == SMP_STK) {
type              352 net/bluetooth/hci_request.c 	u8 type;
type              361 net/bluetooth/hci_request.c 		type = PAGE_SCAN_TYPE_INTERLACED;
type              366 net/bluetooth/hci_request.c 		type = PAGE_SCAN_TYPE_STANDARD;	/* default */
type              379 net/bluetooth/hci_request.c 	if (hdev->page_scan_type != type)
type              380 net/bluetooth/hci_request.c 		hci_req_add(req, HCI_OP_WRITE_PAGE_SCAN_TYPE, 1, &type);
type              786 net/bluetooth/hci_request.c static void hci_req_start_scan(struct hci_request *req, u8 type, u16 interval,
type              814 net/bluetooth/hci_request.c 			phy_params->type = type;
type              826 net/bluetooth/hci_request.c 			phy_params->type = type;
type              848 net/bluetooth/hci_request.c 		param_cp.type = type;
type             1093 net/bluetooth/hci_request.c 		cp.type = LE_ADV_IND;
type             1099 net/bluetooth/hci_request.c 			cp.type = LE_ADV_SCAN_IND;
type             1101 net/bluetooth/hci_request.c 			cp.type = LE_ADV_NONCONN_IND;
type             2209 net/bluetooth/hci_request.c 		if (conn->type == AMP_LINK) {
type             2228 net/bluetooth/hci_request.c 		if (conn->type == LE_LINK) {
type             2233 net/bluetooth/hci_request.c 		} else if (conn->type == ACL_LINK) {
type             2241 net/bluetooth/hci_request.c 		if (conn->type == ACL_LINK) {
type             2249 net/bluetooth/hci_request.c 		} else if (conn->type == SCO_LINK || conn->type == ESCO_LINK) {
type             2388 net/bluetooth/hci_request.c 	if (hdev->discovery.type == DISCOV_TYPE_LE)
type             2391 net/bluetooth/hci_request.c 	if (hdev->discovery.type != DISCOV_TYPE_INTERLEAVED)
type             2562 net/bluetooth/hci_request.c 	BT_DBG("%s type %u", hdev->name, hdev->discovery.type);
type             2564 net/bluetooth/hci_request.c 	switch (hdev->discovery.type) {
type             2656 net/bluetooth/hci_request.c 	if (d->type == DISCOV_TYPE_LE)
type              121 net/bluetooth/hci_request.h static inline u16 eir_append_data(u8 *eir, u16 eir_len, u8 type,
type              124 net/bluetooth/hci_request.h 	eir[eir_len++] = sizeof(type) + data_len;
type              125 net/bluetooth/hci_request.h 	eir[eir_len++] = type;
type              132 net/bluetooth/hci_request.h static inline u16 eir_append_le16(u8 *eir, u16 eir_len, u8 type, u16 data)
type              134 net/bluetooth/hci_request.h 	eir[eir_len++] = sizeof(type) + sizeof(data);
type              135 net/bluetooth/hci_request.h 	eir[eir_len++] = type;
type              419 net/bluetooth/hci_sock.c 		ni->type = hdev->dev_type;
type              701 net/bluetooth/hci_sock.c static void hci_si_event(struct hci_dev *hdev, int type, int dlen, void *data)
type              716 net/bluetooth/hci_sock.c 	ev->type = type;
type             2004 net/bluetooth/hci_sock.c 	if (sock->type != SOCK_RAW)
type               38 net/bluetooth/hci_sysfs.c 	conn->dev.type = &bt_link;
type               99 net/bluetooth/hci_sysfs.c 	dev->type = &bt_host;
type              147 net/bluetooth/hidp/core.c static int hidp_input_event(struct input_dev *dev, unsigned int type,
type              155 net/bluetooth/hidp/core.c 	       session, type, code, value);
type              157 net/bluetooth/hidp/core.c 	if (type != EV_LED)
type              439 net/bluetooth/hidp/core.c static void hidp_process_report(struct hidp_session *session, int type,
type              446 net/bluetooth/hidp/core.c 	hid_input_report(session->hid, type, session->input_buf, len, intr);
type              553 net/bluetooth/hidp/core.c 	unsigned char hdr, type, param;
type              561 net/bluetooth/hidp/core.c 	type = hdr & HIDP_HEADER_TRANS_MASK;
type              564 net/bluetooth/hidp/core.c 	switch (type) {
type              257 net/bluetooth/hidp/sock.c 	if (sock->type != SOCK_RAW)
type               78 net/bluetooth/l2cap_core.c 	return bdaddr_type(hcon->type, hcon->src_type);
type               83 net/bluetooth/l2cap_core.c 	return bdaddr_type(hcon->type, hcon->dst_type);
type              253 net/bluetooth/l2cap_core.c 	if (conn->hcon->type == LE_LINK)
type              548 net/bluetooth/l2cap_core.c 		if (conn->hcon->type == ACL_LINK)
type              750 net/bluetooth/l2cap_core.c 			if (conn->hcon->type == ACL_LINK)
type              752 net/bluetooth/l2cap_core.c 			else if (conn->hcon->type == LE_LINK)
type              828 net/bluetooth/l2cap_core.c 	if (conn->hcon->type == LE_LINK)
type              873 net/bluetooth/l2cap_core.c 	    conn->hcon->type == LE_LINK)
type              911 net/bluetooth/l2cap_core.c 	if (hcon->type == LE_LINK ||
type             1327 net/bluetooth/l2cap_core.c 	} else if (chan->conn->hcon->type == LE_LINK) {
type             1341 net/bluetooth/l2cap_core.c 	req.type = cpu_to_le16(L2CAP_IT_FEAT_MASK);
type             1371 net/bluetooth/l2cap_core.c 	if (conn->hcon->type == LE_LINK) {
type             1558 net/bluetooth/l2cap_core.c 	if (hcon->type == ACL_LINK)
type             1572 net/bluetooth/l2cap_core.c 		if (hcon->type == LE_LINK) {
type             1586 net/bluetooth/l2cap_core.c 	if (hcon->type == LE_LINK)
type             2946 net/bluetooth/l2cap_core.c 	if (conn->hcon->type == LE_LINK)
type             2988 net/bluetooth/l2cap_core.c static inline int l2cap_get_conf_opt(void **ptr, int *type, int *olen,
type             2997 net/bluetooth/l2cap_core.c 	*type = opt->type;
type             3018 net/bluetooth/l2cap_core.c 	BT_DBG("type 0x%2.2x len %u val 0x%lx", *type, opt->len, *val);
type             3022 net/bluetooth/l2cap_core.c static void l2cap_add_conf_opt(void **ptr, u8 type, u8 len, unsigned long val, size_t size)
type             3026 net/bluetooth/l2cap_core.c 	BT_DBG("type 0x%2.2x len %u val 0x%lx", type, len, val);
type             3031 net/bluetooth/l2cap_core.c 	opt->type = type;
type             3358 net/bluetooth/l2cap_core.c 	int type, hint, olen;
type             3370 net/bluetooth/l2cap_core.c 		len -= l2cap_get_conf_opt(&req, &type, &olen, &val);
type             3374 net/bluetooth/l2cap_core.c 		hint  = type & L2CAP_CONF_HINT;
type             3375 net/bluetooth/l2cap_core.c 		type &= L2CAP_CONF_MASK;
type             3377 net/bluetooth/l2cap_core.c 		switch (type) {
type             3428 net/bluetooth/l2cap_core.c 			*((u8 *) ptr++) = type;
type             3582 net/bluetooth/l2cap_core.c 	int type, olen;
type             3590 net/bluetooth/l2cap_core.c 		len -= l2cap_get_conf_opt(&rsp, &type, &olen, &val);
type             3594 net/bluetooth/l2cap_core.c 		switch (type) {
type             3757 net/bluetooth/l2cap_core.c 	int type, olen;
type             3777 net/bluetooth/l2cap_core.c 		len -= l2cap_get_conf_opt(&rsp, &type, &olen, &val);
type             3781 net/bluetooth/l2cap_core.c 		switch (type) {
type             3956 net/bluetooth/l2cap_core.c 		info.type = cpu_to_le16(L2CAP_IT_FEAT_MASK);
type             4429 net/bluetooth/l2cap_core.c 	u16 type;
type             4434 net/bluetooth/l2cap_core.c 	type = __le16_to_cpu(req->type);
type             4436 net/bluetooth/l2cap_core.c 	BT_DBG("type 0x%4.4x", type);
type             4438 net/bluetooth/l2cap_core.c 	if (type == L2CAP_IT_FEAT_MASK) {
type             4442 net/bluetooth/l2cap_core.c 		rsp->type   = cpu_to_le16(L2CAP_IT_FEAT_MASK);
type             4454 net/bluetooth/l2cap_core.c 	} else if (type == L2CAP_IT_FIXED_CHAN) {
type             4458 net/bluetooth/l2cap_core.c 		rsp->type   = cpu_to_le16(L2CAP_IT_FIXED_CHAN);
type             4466 net/bluetooth/l2cap_core.c 		rsp.type   = cpu_to_le16(type);
type             4480 net/bluetooth/l2cap_core.c 	u16 type, result;
type             4485 net/bluetooth/l2cap_core.c 	type   = __le16_to_cpu(rsp->type);
type             4488 net/bluetooth/l2cap_core.c 	BT_DBG("type 0x%4.4x result 0x%2.2x", type, result);
type             4506 net/bluetooth/l2cap_core.c 	switch (type) {
type             4512 net/bluetooth/l2cap_core.c 			req.type = cpu_to_le16(L2CAP_IT_FIXED_CHAN);
type             5748 net/bluetooth/l2cap_core.c 	if (hcon->type != LE_LINK)
type             5792 net/bluetooth/l2cap_core.c 	if (hcon->type != ACL_LINK)
type             6984 net/bluetooth/l2cap_core.c 	if (hcon->type != ACL_LINK)
type             7040 net/bluetooth/l2cap_core.c 	if (hcon->type == LE_LINK &&
type             7107 net/bluetooth/l2cap_core.c 	switch (hcon->type) {
type             7123 net/bluetooth/l2cap_core.c 	if (hcon->type == ACL_LINK &&
type             7396 net/bluetooth/l2cap_core.c 	if (hcon->type != ACL_LINK && hcon->type != LE_LINK)
type             7463 net/bluetooth/l2cap_core.c 	if (hcon->type != ACL_LINK && hcon->type != LE_LINK)
type             1010 net/bluetooth/l2cap_sock.c 	if (sock->type == SOCK_STREAM)
type             1630 net/bluetooth/l2cap_sock.c 	if (sock->type != SOCK_SEQPACKET && sock->type != SOCK_STREAM &&
type             1631 net/bluetooth/l2cap_sock.c 	    sock->type != SOCK_DGRAM && sock->type != SOCK_RAW)
type             1634 net/bluetooth/l2cap_sock.c 	if (sock->type == SOCK_RAW && !kern && !capable(CAP_NET_RAW))
type              511 net/bluetooth/mgmt.c 				rp->entry[count].type = 0x01;
type              513 net/bluetooth/mgmt.c 				rp->entry[count].type = 0x00;
type              515 net/bluetooth/mgmt.c 			rp->entry[count].type = 0x02;
type             2322 net/bluetooth/mgmt.c 		if (key->addr.type != BDADDR_BREDR || key->type > 0x08)
type             2347 net/bluetooth/mgmt.c 		if (key->type == HCI_LK_DEBUG_COMBINATION)
type             2351 net/bluetooth/mgmt.c 				 key->type, key->pin_len, NULL);
type             2367 net/bluetooth/mgmt.c 	ev.addr.type = addr_type;
type             2386 net/bluetooth/mgmt.c 	rp.addr.type = cp->addr.type;
type             2388 net/bluetooth/mgmt.c 	if (!bdaddr_type_is_valid(cp->addr.type))
type             2407 net/bluetooth/mgmt.c 	if (cp->addr.type == BDADDR_BREDR) {
type             2434 net/bluetooth/mgmt.c 	addr_type = le_addr_type(cp->addr.type);
type             2479 net/bluetooth/mgmt.c 		device_unpaired(hdev, &cp->addr.bdaddr, cp->addr.type, sk);
type             2514 net/bluetooth/mgmt.c 	rp.addr.type = cp->addr.type;
type             2516 net/bluetooth/mgmt.c 	if (!bdaddr_type_is_valid(cp->addr.type))
type             2536 net/bluetooth/mgmt.c 	if (cp->addr.type == BDADDR_BREDR)
type             2541 net/bluetooth/mgmt.c 					       le_addr_type(cp->addr.type));
type             2621 net/bluetooth/mgmt.c 		rp->addr[i].type = link_to_bdaddr(c->type, c->dst_type);
type             2622 net/bluetooth/mgmt.c 		if (c->type == SCO_LINK || c->type == ESCO_LINK)
type             2772 net/bluetooth/mgmt.c 	rp.addr.type = link_to_bdaddr(conn->type, conn->dst_type);
type             2855 net/bluetooth/mgmt.c 	rp.addr.type = cp->addr.type;
type             2857 net/bluetooth/mgmt.c 	if (!bdaddr_type_is_valid(cp->addr.type))
type             2876 net/bluetooth/mgmt.c 	if (hci_bdaddr_is_paired(hdev, &cp->addr.bdaddr, cp->addr.type)) {
type             2886 net/bluetooth/mgmt.c 	if (cp->addr.type == BDADDR_BREDR) {
type             2890 net/bluetooth/mgmt.c 		u8 addr_type = le_addr_type(cp->addr.type);
type             2946 net/bluetooth/mgmt.c 	if (cp->addr.type == BDADDR_BREDR) {
type             3032 net/bluetooth/mgmt.c 	if (addr->type == BDADDR_BREDR)
type             3036 net/bluetooth/mgmt.c 					       le_addr_type(addr->type));
type             3045 net/bluetooth/mgmt.c 	if (addr->type == BDADDR_LE_PUBLIC || addr->type == BDADDR_LE_RANDOM) {
type             3652 net/bluetooth/mgmt.c 	if (!bdaddr_type_is_valid(addr->type))
type             3664 net/bluetooth/mgmt.c 		if (cp->addr.type != BDADDR_BREDR) {
type             3673 net/bluetooth/mgmt.c 					      cp->addr.type, cp->hash,
type             3688 net/bluetooth/mgmt.c 		if (bdaddr_type_is_le(cp->addr.type)) {
type             3730 net/bluetooth/mgmt.c 					      cp->addr.type, hash192, rand192,
type             3761 net/bluetooth/mgmt.c 	if (cp->addr.type != BDADDR_BREDR)
type             3775 net/bluetooth/mgmt.c 	err = hci_remove_remote_oob_data(hdev, &cp->addr.bdaddr, cp->addr.type);
type             3812 net/bluetooth/mgmt.c static bool discovery_type_is_valid(struct hci_dev *hdev, uint8_t type,
type             3815 net/bluetooth/mgmt.c 	switch (type) {
type             3854 net/bluetooth/mgmt.c 					&cp->type, sizeof(cp->type));
type             3861 net/bluetooth/mgmt.c 					&cp->type, sizeof(cp->type));
type             3865 net/bluetooth/mgmt.c 	if (!discovery_type_is_valid(hdev, cp->type, &status)) {
type             3867 net/bluetooth/mgmt.c 					&cp->type, sizeof(cp->type));
type             3876 net/bluetooth/mgmt.c 	hdev->discovery.type = cp->type;
type             3940 net/bluetooth/mgmt.c 					&cp->type, sizeof(cp->type));
type             3948 net/bluetooth/mgmt.c 					MGMT_STATUS_BUSY, &cp->type,
type             3949 net/bluetooth/mgmt.c 					sizeof(cp->type));
type             3959 net/bluetooth/mgmt.c 					MGMT_STATUS_INVALID_PARAMS, &cp->type,
type             3960 net/bluetooth/mgmt.c 					sizeof(cp->type));
type             3970 net/bluetooth/mgmt.c 					MGMT_STATUS_INVALID_PARAMS, &cp->type,
type             3971 net/bluetooth/mgmt.c 					sizeof(cp->type));
type             3975 net/bluetooth/mgmt.c 	if (!discovery_type_is_valid(hdev, cp->type, &status)) {
type             3978 net/bluetooth/mgmt.c 					status, &cp->type, sizeof(cp->type));
type             3997 net/bluetooth/mgmt.c 	hdev->discovery.type = cp->type;
type             4008 net/bluetooth/mgmt.c 						&cp->type, sizeof(cp->type));
type             4053 net/bluetooth/mgmt.c 					MGMT_STATUS_REJECTED, &mgmt_cp->type,
type             4054 net/bluetooth/mgmt.c 					sizeof(mgmt_cp->type));
type             4058 net/bluetooth/mgmt.c 	if (hdev->discovery.type != mgmt_cp->type) {
type             4061 net/bluetooth/mgmt.c 					&mgmt_cp->type, sizeof(mgmt_cp->type));
type             4133 net/bluetooth/mgmt.c 	if (!bdaddr_type_is_valid(cp->addr.type))
type             4141 net/bluetooth/mgmt.c 				  cp->addr.type);
type             4169 net/bluetooth/mgmt.c 	if (!bdaddr_type_is_valid(cp->addr.type))
type             4177 net/bluetooth/mgmt.c 				  cp->addr.type);
type             4991 net/bluetooth/mgmt.c 	switch (irk->addr.type) {
type             5055 net/bluetooth/mgmt.c 			    le_addr_type(irk->addr.type), irk->val,
type             5073 net/bluetooth/mgmt.c 	switch (key->addr.type) {
type             5135 net/bluetooth/mgmt.c 		u8 type, authenticated;
type             5137 net/bluetooth/mgmt.c 		switch (key->type) {
type             5140 net/bluetooth/mgmt.c 			type = key->master ? SMP_LTK : SMP_LTK_SLAVE;
type             5144 net/bluetooth/mgmt.c 			type = key->master ? SMP_LTK : SMP_LTK_SLAVE;
type             5148 net/bluetooth/mgmt.c 			type = SMP_LTK_P256;
type             5152 net/bluetooth/mgmt.c 			type = SMP_LTK_P256;
type             5156 net/bluetooth/mgmt.c 			type = SMP_LTK_P256_DEBUG;
type             5163 net/bluetooth/mgmt.c 			    le_addr_type(key->addr.type), type, authenticated,
type             5269 net/bluetooth/mgmt.c 	rp.addr.type = cp->addr.type;
type             5271 net/bluetooth/mgmt.c 	if (!bdaddr_type_is_valid(cp->addr.type))
type             5285 net/bluetooth/mgmt.c 	if (cp->addr.type == BDADDR_BREDR)
type             5330 net/bluetooth/mgmt.c 		if (!bdaddr_type_is_le(cp->addr.type) ||
type             5333 net/bluetooth/mgmt.c 			req_txp_cp.type = 0x00;
type             5341 net/bluetooth/mgmt.c 			req_txp_cp.type = 0x01;
type             5460 net/bluetooth/mgmt.c 	rp.addr.type = cp->addr.type;
type             5462 net/bluetooth/mgmt.c 	if (cp->addr.type != BDADDR_BREDR)
type             5521 net/bluetooth/mgmt.c static bool is_connected(struct hci_dev *hdev, bdaddr_t *addr, u8 type)
type             5529 net/bluetooth/mgmt.c 	if (conn->dst_type != type)
type             5584 net/bluetooth/mgmt.c 			 bdaddr_t *bdaddr, u8 type, u8 action)
type             5589 net/bluetooth/mgmt.c 	ev.addr.type = type;
type             5604 net/bluetooth/mgmt.c 	if (!bdaddr_type_is_valid(cp->addr.type) ||
type             5617 net/bluetooth/mgmt.c 	if (cp->addr.type == BDADDR_BREDR) {
type             5628 net/bluetooth/mgmt.c 					  cp->addr.type);
type             5637 net/bluetooth/mgmt.c 	addr_type = le_addr_type(cp->addr.type);
type             5672 net/bluetooth/mgmt.c 	device_added(sk, hdev, &cp->addr.bdaddr, cp->addr.type, cp->action);
type             5684 net/bluetooth/mgmt.c 			   bdaddr_t *bdaddr, u8 type)
type             5689 net/bluetooth/mgmt.c 	ev.addr.type = type;
type             5708 net/bluetooth/mgmt.c 		if (!bdaddr_type_is_valid(cp->addr.type)) {
type             5716 net/bluetooth/mgmt.c 		if (cp->addr.type == BDADDR_BREDR) {
type             5719 net/bluetooth/mgmt.c 						  cp->addr.type);
type             5732 net/bluetooth/mgmt.c 				       cp->addr.type);
type             5736 net/bluetooth/mgmt.c 		addr_type = le_addr_type(cp->addr.type);
type             5775 net/bluetooth/mgmt.c 		device_removed(sk, hdev, &cp->addr.bdaddr, cp->addr.type);
type             5780 net/bluetooth/mgmt.c 		if (cp->addr.type) {
type             5865 net/bluetooth/mgmt.c 		       param->addr.type);
type             5867 net/bluetooth/mgmt.c 		if (param->addr.type == BDADDR_LE_PUBLIC) {
type             5869 net/bluetooth/mgmt.c 		} else if (param->addr.type == BDADDR_LE_RANDOM) {
type             6108 net/bluetooth/mgmt.c 	mgmt_rp->type = mgmt_cp->type;
type             6168 net/bluetooth/mgmt.c 		switch (cp->type) {
type             6204 net/bluetooth/mgmt.c 	switch (cp->type) {
type             6293 net/bluetooth/mgmt.c 	rp->type = cp->type;
type             6931 net/bluetooth/mgmt.c 			ev.type = 0x01;
type             6935 net/bluetooth/mgmt.c 			ev.type = 0x00;
type             6939 net/bluetooth/mgmt.c 		ev.type = 0x02;
type             6966 net/bluetooth/mgmt.c 			ev.type = 0x01;
type             6970 net/bluetooth/mgmt.c 			ev.type = 0x00;
type             6974 net/bluetooth/mgmt.c 		ev.type = 0x02;
type             7096 net/bluetooth/mgmt.c 	ev.key.addr.type = BDADDR_BREDR;
type             7097 net/bluetooth/mgmt.c 	ev.key.type = key->type;
type             7106 net/bluetooth/mgmt.c 	switch (ltk->type) {
type             7147 net/bluetooth/mgmt.c 	ev.key.addr.type = link_to_bdaddr(LE_LINK, key->bdaddr_type);
type             7148 net/bluetooth/mgmt.c 	ev.key.type = mgmt_ltk_type(key);
type             7153 net/bluetooth/mgmt.c 	if (key->type == SMP_LTK)
type             7176 net/bluetooth/mgmt.c 	ev.irk.addr.type = link_to_bdaddr(LE_LINK, irk->addr_type);
type             7205 net/bluetooth/mgmt.c 	ev.key.addr.type = link_to_bdaddr(LE_LINK, csrk->bdaddr_type);
type             7206 net/bluetooth/mgmt.c 	ev.key.type = csrk->type;
type             7223 net/bluetooth/mgmt.c 	ev.addr.type = link_to_bdaddr(LE_LINK, bdaddr_type);
type             7241 net/bluetooth/mgmt.c 	ev->addr.type = link_to_bdaddr(conn->type, conn->dst_type);
type             7287 net/bluetooth/mgmt.c 	device_unpaired(hdev, &cp->addr.bdaddr, cp->addr.type, cmd->sk);
type             7333 net/bluetooth/mgmt.c 	ev.addr.type = link_to_bdaddr(link_type, addr_type);
type             7364 net/bluetooth/mgmt.c 	if (cp->addr.type != bdaddr_type)
type             7385 net/bluetooth/mgmt.c 	ev.addr.type = link_to_bdaddr(link_type, addr_type);
type             7396 net/bluetooth/mgmt.c 	ev.addr.type = BDADDR_BREDR;
type             7437 net/bluetooth/mgmt.c 	ev.addr.type = link_to_bdaddr(link_type, addr_type);
type             7453 net/bluetooth/mgmt.c 	ev.addr.type = link_to_bdaddr(link_type, addr_type);
type             7514 net/bluetooth/mgmt.c 	ev.addr.type = link_to_bdaddr(link_type, addr_type);
type             7528 net/bluetooth/mgmt.c 	ev.addr.type = link_to_bdaddr(conn->type, conn->dst_type);
type             7880 net/bluetooth/mgmt.c 	ev->addr.type = link_to_bdaddr(link_type, addr_type);
type             7915 net/bluetooth/mgmt.c 	ev->addr.type = link_to_bdaddr(link_type, addr_type);
type             7933 net/bluetooth/mgmt.c 	ev.type = hdev->discovery.type;
type               58 net/bluetooth/rfcomm/core.c static int rfcomm_send_nsc(struct rfcomm_session *s, int cr, u8 type);
type               87 net/bluetooth/rfcomm/core.c #define __ctrl(type, pf)       (((type & 0xef) | (pf << 4)))
type               96 net/bluetooth/rfcomm/core.c #define __mcc_type(cr, type)   (((type << 2) | (cr << 1) | 0x01))
type              174 net/bluetooth/rfcomm/core.c static inline int __check_fcs(u8 *data, int type, u8 fcs)
type              178 net/bluetooth/rfcomm/core.c 	if (type != RFCOMM_UIH)
type              892 net/bluetooth/rfcomm/core.c static int rfcomm_send_nsc(struct rfcomm_session *s, int cr, u8 type)
type              898 net/bluetooth/rfcomm/core.c 	BT_DBG("%p cr %d type %d", s, cr, type);
type              906 net/bluetooth/rfcomm/core.c 	mcc->type = __mcc_type(0, RFCOMM_NSC);
type              910 net/bluetooth/rfcomm/core.c 	*ptr = __mcc_type(cr, type); ptr++;
type              932 net/bluetooth/rfcomm/core.c 	mcc->type = __mcc_type(cr, RFCOMM_PN);
type              980 net/bluetooth/rfcomm/core.c 	mcc->type = __mcc_type(cr, RFCOMM_RPN);
type             1012 net/bluetooth/rfcomm/core.c 	mcc->type = __mcc_type(cr, RFCOMM_RLS);
type             1039 net/bluetooth/rfcomm/core.c 	mcc->type = __mcc_type(cr, RFCOMM_MSC);
type             1065 net/bluetooth/rfcomm/core.c 	mcc->type = __mcc_type(cr, RFCOMM_FCOFF);
type             1087 net/bluetooth/rfcomm/core.c 	mcc->type = __mcc_type(cr, RFCOMM_FCON);
type             1611 net/bluetooth/rfcomm/core.c 	u8 type, cr, len;
type             1613 net/bluetooth/rfcomm/core.c 	cr   = __test_cr(mcc->type);
type             1614 net/bluetooth/rfcomm/core.c 	type = __get_mcc_type(mcc->type);
type             1617 net/bluetooth/rfcomm/core.c 	BT_DBG("%p type 0x%x cr %d", s, type, cr);
type             1621 net/bluetooth/rfcomm/core.c 	switch (type) {
type             1661 net/bluetooth/rfcomm/core.c 		BT_ERR("Unknown control type 0x%02x", type);
type             1662 net/bluetooth/rfcomm/core.c 		rfcomm_send_nsc(s, cr, type);
type             1705 net/bluetooth/rfcomm/core.c 	u8 type, dlci, fcs;
type             1714 net/bluetooth/rfcomm/core.c 	type = __get_type(hdr->ctrl);
type             1720 net/bluetooth/rfcomm/core.c 	if (__check_fcs(skb->data, type, fcs)) {
type             1731 net/bluetooth/rfcomm/core.c 	switch (type) {
type             1760 net/bluetooth/rfcomm/core.c 		BT_ERR("Unknown packet type 0x%02x", type);
type              324 net/bluetooth/rfcomm/sock.c 	if (sock->type != SOCK_STREAM && sock->type != SOCK_RAW)
type             1136 net/bluetooth/rfcomm/tty.c 	rfcomm_tty_driver->type		= TTY_DRIVER_TYPE_SERIAL;
type              219 net/bluetooth/sco.c 	int err, type;
type              230 net/bluetooth/sco.c 		type = ESCO_LINK;
type              232 net/bluetooth/sco.c 		type = SCO_LINK;
type              240 net/bluetooth/sco.c 	hcon = hci_connect_sco(hdev, type, &sco_pi(sk)->dst,
type              506 net/bluetooth/sco.c 	if (sock->type != SOCK_SEQPACKET)
type             1111 net/bluetooth/sco.c 	if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK)
type             1128 net/bluetooth/sco.c 	if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK)
type              772 net/bluetooth/smp.c 	if (smp->ltk && smp->ltk->type == SMP_LTK_P256_DEBUG &&
type              933 net/bluetooth/smp.c 						hcon->type, hcon->dst_type);
type              936 net/bluetooth/smp.c 						hcon->type, hcon->dst_type,
type              940 net/bluetooth/smp.c 						hcon->type, hcon->dst_type,
type             1043 net/bluetooth/smp.c 	if (hcon->type == ACL_LINK) {
type             1065 net/bluetooth/smp.c 		if (hcon->type == LE_LINK) {
type             1098 net/bluetooth/smp.c 		u8 type;
type             1101 net/bluetooth/smp.c 			type = HCI_LK_DEBUG_COMBINATION;
type             1103 net/bluetooth/smp.c 			type = HCI_LK_AUTH_COMBINATION_P256;
type             1105 net/bluetooth/smp.c 			type = HCI_LK_UNAUTH_COMBINATION_P256;
type             1108 net/bluetooth/smp.c 				       smp->link_key, type, 0, &persistent);
type             1116 net/bluetooth/smp.c 			    key->type == HCI_LK_DEBUG_COMBINATION) {
type             1208 net/bluetooth/smp.c 	if (key->type == HCI_LK_DEBUG_COMBINATION)
type             1260 net/bluetooth/smp.c 		if (hcon->type == LE_LINK && (*keydist & SMP_DIST_LINK_KEY))
type             1262 net/bluetooth/smp.c 		if (hcon->type == ACL_LINK && (*keydist & SMP_DIST_ENC_KEY))
type             1339 net/bluetooth/smp.c 				csrk->type = MGMT_CSRK_LOCAL_AUTHENTICATED;
type             1341 net/bluetooth/smp.c 				csrk->type = MGMT_CSRK_LOCAL_UNAUTHENTICATED;
type             1774 net/bluetooth/smp.c 	if (conn->hcon->type == ACL_LINK) {
type             1967 net/bluetooth/smp.c 	if (conn->hcon->type == ACL_LINK) {
type             2197 net/bluetooth/smp.c 	err = mgmt_user_confirm_request(hcon->hdev, &hcon->dst, hcon->type,
type             2616 net/bluetooth/smp.c 			csrk->type = MGMT_CSRK_REMOTE_AUTHENTICATED;
type             2618 net/bluetooth/smp.c 			csrk->type = MGMT_CSRK_REMOTE_UNAUTHENTICATED;
type             2755 net/bluetooth/smp.c 		if (mgmt_user_passkey_notify(hdev, &hcon->dst, hcon->type,
type             2778 net/bluetooth/smp.c 		if (mgmt_user_passkey_request(hdev, &hcon->dst, hcon->type,
type             3079 net/bluetooth/smp.c 	if (hcon->type == ACL_LINK) {
type             3110 net/bluetooth/smp.c 	if (hcon->type == ACL_LINK && test_bit(HCI_CONN_ENCRYPT, &hcon->flags))
type              156 net/bluetooth/smp.h 	switch (key->type) {
type              266 net/bpf/test_run.c 	switch (prog->type) {
type              413 net/bpf/test_run.c 	if (prog->type != BPF_PROG_TYPE_FLOW_DISSECTOR)
type              631 net/bridge/br_fdb.c 			 u32 portid, u32 seq, int type, unsigned int flags)
type              638 net/bridge/br_fdb.c 	nlh = nlmsg_put(skb, portid, seq, type, sizeof(*ndm), flags);
type              691 net/bridge/br_fdb.c 		       const struct net_bridge_fdb_entry *fdb, int type,
type              699 net/bridge/br_fdb.c 		br_switchdev_fdb_notify(fdb, type);
type              705 net/bridge/br_fdb.c 	err = fdb_fill_info(skb, br, fdb, 0, 0, type, 0);
type              571 net/bridge/br_if.c 	    dev->type != ARPHRD_ETHER || dev->addr_len != ETH_ALEN ||
type              267 net/bridge/br_mdb.c 				   u32 seq, int type, unsigned int flags)
type              273 net/bridge/br_mdb.c 	nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), 0);
type              344 net/bridge/br_mdb.c 				       struct br_mdb_entry *entry, int type)
type              362 net/bridge/br_mdb.c 	switch (type) {
type              373 net/bridge/br_mdb.c 				  struct br_mdb_entry *entry, int type)
type              379 net/bridge/br_mdb.c 		br_mdb_switchdev_host_port(dev, lower_dev, entry, type);
type              383 net/bridge/br_mdb.c 			    struct br_mdb_entry *entry, int type)
type              407 net/bridge/br_mdb.c 	if (p && port_dev && type == RTM_NEWMDB) {
type              417 net/bridge/br_mdb.c 	} else if (p && port_dev && type == RTM_DELMDB) {
type              422 net/bridge/br_mdb.c 		br_mdb_switchdev_host(dev, entry, type);
type              428 net/bridge/br_mdb.c 	err = nlmsg_populate_mdb_fill(skb, dev, entry, 0, 0, type, NTF_SELF);
type              441 net/bridge/br_mdb.c 		   struct br_ip *group, int type, u8 flags)
type              457 net/bridge/br_mdb.c 	__br_mdb_notify(dev, port, &entry, type);
type              463 net/bridge/br_mdb.c 				   u32 seq, int type, unsigned int flags)
type              469 net/bridge/br_mdb.c 	nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), 0);
type              502 net/bridge/br_mdb.c 		   int type)
type              514 net/bridge/br_mdb.c 	err = nlmsg_populate_rtr_fill(skb, dev, ifindex, 0, 0, type, NTF_SELF);
type              277 net/bridge/br_multicast.c 		ih->type = IGMP_HOST_MEMBERSHIP_QUERY;
type              287 net/bridge/br_multicast.c 		ihv3->type = IGMP_HOST_MEMBERSHIP_QUERY;
type              927 net/bridge/br_multicast.c 	int type;
type              943 net/bridge/br_multicast.c 		type = grec->grec_type;
type              951 net/bridge/br_multicast.c 		switch (type) {
type              965 net/bridge/br_multicast.c 		if ((type == IGMPV3_CHANGE_TO_INCLUDE ||
type              966 net/bridge/br_multicast.c 		     type == IGMPV3_MODE_IS_INCLUDE) &&
type             1587 net/bridge/br_multicast.c 	    igmp_hdr(skb)->type != IGMP_MRDISC_ADV)
type             1624 net/bridge/br_multicast.c 	BR_INPUT_SKB_CB(skb)->igmp = ih->type;
type             1626 net/bridge/br_multicast.c 	switch (ih->type) {
type             2313 net/bridge/br_multicast.c 			       const struct sk_buff *skb, u8 type, u8 dir)
type             2323 net/bridge/br_multicast.c 		switch (type) {
type             2360 net/bridge/br_multicast.c 		switch (type) {
type             2384 net/bridge/br_multicast.c 			const struct sk_buff *skb, u8 type, u8 dir)
type             2389 net/bridge/br_multicast.c 	if (!type || !br_opt_get(br, BROPT_MULTICAST_STATS_ENABLED))
type             2399 net/bridge/br_multicast.c 	br_mcast_stats_add(stats, skb, type, dir);
type              396 net/bridge/br_netlink.c 	hdr->ifi_type = dev->type;
type              658 net/bridge/br_netlink.c 	[IFLA_BRPORT_STATE]	= { .type = NLA_U8 },
type              659 net/bridge/br_netlink.c 	[IFLA_BRPORT_COST]	= { .type = NLA_U32 },
type              660 net/bridge/br_netlink.c 	[IFLA_BRPORT_PRIORITY]	= { .type = NLA_U16 },
type              661 net/bridge/br_netlink.c 	[IFLA_BRPORT_MODE]	= { .type = NLA_U8 },
type              662 net/bridge/br_netlink.c 	[IFLA_BRPORT_GUARD]	= { .type = NLA_U8 },
type              663 net/bridge/br_netlink.c 	[IFLA_BRPORT_PROTECT]	= { .type = NLA_U8 },
type              664 net/bridge/br_netlink.c 	[IFLA_BRPORT_FAST_LEAVE]= { .type = NLA_U8 },
type              665 net/bridge/br_netlink.c 	[IFLA_BRPORT_LEARNING]	= { .type = NLA_U8 },
type              666 net/bridge/br_netlink.c 	[IFLA_BRPORT_UNICAST_FLOOD] = { .type = NLA_U8 },
type              667 net/bridge/br_netlink.c 	[IFLA_BRPORT_PROXYARP]	= { .type = NLA_U8 },
type              668 net/bridge/br_netlink.c 	[IFLA_BRPORT_PROXYARP_WIFI] = { .type = NLA_U8 },
type              669 net/bridge/br_netlink.c 	[IFLA_BRPORT_MULTICAST_ROUTER] = { .type = NLA_U8 },
type              670 net/bridge/br_netlink.c 	[IFLA_BRPORT_MCAST_TO_UCAST] = { .type = NLA_U8 },
type              671 net/bridge/br_netlink.c 	[IFLA_BRPORT_MCAST_FLOOD] = { .type = NLA_U8 },
type              672 net/bridge/br_netlink.c 	[IFLA_BRPORT_BCAST_FLOOD] = { .type = NLA_U8 },
type              673 net/bridge/br_netlink.c 	[IFLA_BRPORT_VLAN_TUNNEL] = { .type = NLA_U8 },
type              674 net/bridge/br_netlink.c 	[IFLA_BRPORT_GROUP_FWD_MASK] = { .type = NLA_U16 },
type              675 net/bridge/br_netlink.c 	[IFLA_BRPORT_NEIGH_SUPPRESS] = { .type = NLA_U8 },
type              676 net/bridge/br_netlink.c 	[IFLA_BRPORT_ISOLATED]	= { .type = NLA_U8 },
type              677 net/bridge/br_netlink.c 	[IFLA_BRPORT_BACKUP_PORT] = { .type = NLA_U32 },
type             1008 net/bridge/br_netlink.c 	[IFLA_BR_FORWARD_DELAY]	= { .type = NLA_U32 },
type             1009 net/bridge/br_netlink.c 	[IFLA_BR_HELLO_TIME]	= { .type = NLA_U32 },
type             1010 net/bridge/br_netlink.c 	[IFLA_BR_MAX_AGE]	= { .type = NLA_U32 },
type             1011 net/bridge/br_netlink.c 	[IFLA_BR_AGEING_TIME] = { .type = NLA_U32 },
type             1012 net/bridge/br_netlink.c 	[IFLA_BR_STP_STATE] = { .type = NLA_U32 },
type             1013 net/bridge/br_netlink.c 	[IFLA_BR_PRIORITY] = { .type = NLA_U16 },
type             1014 net/bridge/br_netlink.c 	[IFLA_BR_VLAN_FILTERING] = { .type = NLA_U8 },
type             1015 net/bridge/br_netlink.c 	[IFLA_BR_VLAN_PROTOCOL] = { .type = NLA_U16 },
type             1016 net/bridge/br_netlink.c 	[IFLA_BR_GROUP_FWD_MASK] = { .type = NLA_U16 },
type             1017 net/bridge/br_netlink.c 	[IFLA_BR_GROUP_ADDR] = { .type = NLA_BINARY,
type             1019 net/bridge/br_netlink.c 	[IFLA_BR_MCAST_ROUTER] = { .type = NLA_U8 },
type             1020 net/bridge/br_netlink.c 	[IFLA_BR_MCAST_SNOOPING] = { .type = NLA_U8 },
type             1021 net/bridge/br_netlink.c 	[IFLA_BR_MCAST_QUERY_USE_IFADDR] = { .type = NLA_U8 },
type             1022 net/bridge/br_netlink.c 	[IFLA_BR_MCAST_QUERIER] = { .type = NLA_U8 },
type             1023 net/bridge/br_netlink.c 	[IFLA_BR_MCAST_HASH_ELASTICITY] = { .type = NLA_U32 },
type             1024 net/bridge/br_netlink.c 	[IFLA_BR_MCAST_HASH_MAX] = { .type = NLA_U32 },
type             1025 net/bridge/br_netlink.c 	[IFLA_BR_MCAST_LAST_MEMBER_CNT] = { .type = NLA_U32 },
type             1026 net/bridge/br_netlink.c 	[IFLA_BR_MCAST_STARTUP_QUERY_CNT] = { .type = NLA_U32 },
type             1027 net/bridge/br_netlink.c 	[IFLA_BR_MCAST_LAST_MEMBER_INTVL] = { .type = NLA_U64 },
type             1028 net/bridge/br_netlink.c 	[IFLA_BR_MCAST_MEMBERSHIP_INTVL] = { .type = NLA_U64 },
type             1029 net/bridge/br_netlink.c 	[IFLA_BR_MCAST_QUERIER_INTVL] = { .type = NLA_U64 },
type             1030 net/bridge/br_netlink.c 	[IFLA_BR_MCAST_QUERY_INTVL] = { .type = NLA_U64 },
type             1031 net/bridge/br_netlink.c 	[IFLA_BR_MCAST_QUERY_RESPONSE_INTVL] = { .type = NLA_U64 },
type             1032 net/bridge/br_netlink.c 	[IFLA_BR_MCAST_STARTUP_QUERY_INTVL] = { .type = NLA_U64 },
type             1033 net/bridge/br_netlink.c 	[IFLA_BR_NF_CALL_IPTABLES] = { .type = NLA_U8 },
type             1034 net/bridge/br_netlink.c 	[IFLA_BR_NF_CALL_IP6TABLES] = { .type = NLA_U8 },
type             1035 net/bridge/br_netlink.c 	[IFLA_BR_NF_CALL_ARPTABLES] = { .type = NLA_U8 },
type             1036 net/bridge/br_netlink.c 	[IFLA_BR_VLAN_DEFAULT_PVID] = { .type = NLA_U16 },
type             1037 net/bridge/br_netlink.c 	[IFLA_BR_VLAN_STATS_ENABLED] = { .type = NLA_U8 },
type             1038 net/bridge/br_netlink.c 	[IFLA_BR_MCAST_STATS_ENABLED] = { .type = NLA_U8 },
type             1039 net/bridge/br_netlink.c 	[IFLA_BR_MCAST_IGMP_VERSION] = { .type = NLA_U8 },
type             1040 net/bridge/br_netlink.c 	[IFLA_BR_MCAST_MLD_VERSION] = { .type = NLA_U8 },
type             1041 net/bridge/br_netlink.c 	[IFLA_BR_VLAN_STATS_PER_PORT] = { .type = NLA_U8 },
type             1042 net/bridge/br_netlink.c 	[IFLA_BR_MULTI_BOOLOPT] = { .type = NLA_EXACT_LEN,
type              191 net/bridge/br_netlink_tunnel.c 	[IFLA_BRIDGE_VLAN_TUNNEL_ID] = { .type = NLA_U32 },
type              192 net/bridge/br_netlink_tunnel.c 	[IFLA_BRIDGE_VLAN_TUNNEL_VID] = { .type = NLA_U16 },
type              193 net/bridge/br_netlink_tunnel.c 	[IFLA_BRIDGE_VLAN_TUNNEL_FLAGS] = { .type = NLA_U16 },
type              693 net/bridge/br_private.h 		   struct br_ip *group, int type, u8 flags);
type              695 net/bridge/br_private.h 		   int type);
type              697 net/bridge/br_private.h 			const struct sk_buff *skb, u8 type, u8 dir);
type              844 net/bridge/br_private.h 				      u8 type, u8 dir)
type             1197 net/bridge/br_private.h 			     int type);
type             1243 net/bridge/br_private.h br_switchdev_fdb_notify(const struct net_bridge_fdb_entry *fdb, int type)
type              122 net/bridge/br_switchdev.c br_switchdev_fdb_notify(const struct net_bridge_fdb_entry *fdb, int type)
type              127 net/bridge/br_switchdev.c 	switch (type) {
type               27 net/bridge/netfilter/ebt_802_3.c 	__be16 type = hdr->llc.ui.ctrl & IS_UI ? hdr->llc.ui.type : hdr->llc.ni.type;
type               39 net/bridge/netfilter/ebt_802_3.c 		if (NF_INVF(info, EBT_802_3_TYPE, info->type != type))
type               29 net/bridge/netfilter/ebt_ip.c 		u8 type;
type               33 net/bridge/netfilter/ebt_ip.c 		u8 type;
type               90 net/bridge/netfilter/ebt_ip.c 			    pptr->icmphdr.type < info->icmp_type[0] ||
type               91 net/bridge/netfilter/ebt_ip.c 			    pptr->icmphdr.type > info->icmp_type[1] ||
type               97 net/bridge/netfilter/ebt_ip.c 			    pptr->igmphdr.type < info->igmp_type[0] ||
type               98 net/bridge/netfilter/ebt_ip.c 			    pptr->igmphdr.type > info->igmp_type[1]))
type               32 net/bridge/netfilter/ebt_ip6.c 		u8 type;
type               97 net/bridge/netfilter/ebt_ip6.c 			    pptr->icmphdr.type < info->icmpv6_type[0] ||
type               98 net/bridge/netfilter/ebt_ip6.c 			    pptr->icmphdr.type > info->icmpv6_type[1] ||
type               92 net/bridge/netfilter/ebt_log.c 	if (loginfo->type == NF_LOG_TYPE_LOG)
type              185 net/bridge/netfilter/ebt_log.c 	li.type = NF_LOG_TYPE_LOG;
type               30 net/bridge/netfilter/ebt_nflog.c 	li.type = NF_LOG_TYPE_ULOG;
type               26 net/bridge/netfilter/ebt_stp.c 	u8 type;
type              137 net/bridge/netfilter/ebt_stp.c 	    NF_INVF(info, EBT_STP_TYPE, info->type != sp->type))
type              140 net/bridge/netfilter/ebt_stp.c 	if (sp->type == BPDU_TYPE_CONFIG &&
type             1983 net/bridge/netfilter/ebtables.c 			unsigned int size_left, enum compat_mwt type,
type             2020 net/bridge/netfilter/ebtables.c 		ret = compat_mtw_from_user(match32, type, state, base);
type               30 net/bridge/netfilter/nf_log_bridge.c 	.type		= NF_LOG_TYPE_LOG,
type               97 net/bridge/netfilter/nft_meta_bridge.c 	.type		= &nft_meta_bridge_type,
type              105 net/bridge/netfilter/nft_meta_bridge.c 	.type		= &nft_meta_bridge_type,
type              149 net/bridge/netfilter/nft_reject_bridge.c 	icmph->type     = ICMP_DEST_UNREACH;
type              310 net/bridge/netfilter/nft_reject_bridge.c 		switch (priv->type) {
type              331 net/bridge/netfilter/nft_reject_bridge.c 		switch (priv->type) {
type              377 net/bridge/netfilter/nft_reject_bridge.c 	priv->type = ntohl(nla_get_be32(tb[NFTA_REJECT_TYPE]));
type              378 net/bridge/netfilter/nft_reject_bridge.c 	switch (priv->type) {
type              385 net/bridge/netfilter/nft_reject_bridge.c 		if (priv->type == NFT_REJECT_ICMPX_UNREACH &&
type              404 net/bridge/netfilter/nft_reject_bridge.c 	if (nla_put_be32(skb, NFTA_REJECT_TYPE, htonl(priv->type)))
type              407 net/bridge/netfilter/nft_reject_bridge.c 	switch (priv->type) {
type              425 net/bridge/netfilter/nft_reject_bridge.c 	.type		= &nft_reject_bridge_type,
type              283 net/caif/caif_dev.c 	.type = cpu_to_be16(ETH_P_CAIF),
type              375 net/caif/caif_dev.c 	if (caifd == NULL && dev->type != ARPHRD_CAIF)
type             1047 net/caif/caif_socket.c 	if (sock->type == SOCK_SEQPACKET)
type             1049 net/caif/caif_socket.c 	else if (sock->type == SOCK_STREAM)
type              119 net/caif/caif_usb.c 	.type = cpu_to_be16(ETH_P_802_EX1),
type              254 net/caif/cfcnfg.c 		l->endpoint = (s->sockaddr.u.at.type >> 2) & 0x3;
type              255 net/caif/cfcnfg.c 		l->chtype = s->sockaddr.u.at.type & 0x3;
type              292 net/caif/cfcnfg.c 		l->chtype = s->sockaddr.u.dbg.type;
type              511 net/caif/chnl_net.c 	[IFLA_CAIF_IPV4_CONNID]	      = { .type = NLA_U32 },
type              512 net/caif/chnl_net.c 	[IFLA_CAIF_IPV6_CONNID]	      = { .type = NLA_U32 },
type              513 net/caif/chnl_net.c 	[IFLA_CAIF_LOOPBACK]	      = { .type = NLA_U8 }
type              151 net/can/af_can.c 	if (cp->type != sock->type) {
type              227 net/can/af_can.c 	if (unlikely(skb->dev->type != ARPHRD_CAN)) {
type              453 net/can/af_can.c 	if (dev && dev->type != ARPHRD_CAN)
type              519 net/can/af_can.c 	if (dev && dev->type != ARPHRD_CAN)
type              678 net/can/af_can.c 	if (unlikely(dev->type != ARPHRD_CAN || skb->len != CAN_MTU ||
type              681 net/can/af_can.c 			     dev->type, skb->len, cfd->len);
type              695 net/can/af_can.c 	if (unlikely(dev->type != ARPHRD_CAN || skb->len != CANFD_MTU ||
type              698 net/can/af_can.c 			     dev->type, skb->len, cfd->len);
type              776 net/can/af_can.c 	if (dev->type != ARPHRD_CAN)
type              841 net/can/af_can.c 	.type = cpu_to_be16(ETH_P_CAN),
type              846 net/can/af_can.c 	.type = cpu_to_be16(ETH_P_CANFD),
type             1313 net/can/bcm.c  			if (dev->type != ARPHRD_CAN) {
type             1393 net/can/bcm.c  	if (dev->type != ARPHRD_CAN)
type             1558 net/can/bcm.c  		if (dev->type != ARPHRD_CAN) {
type             1667 net/can/bcm.c  	.type       = SOCK_DGRAM,
type              525 net/can/gw.c   	if (dev->type != ARPHRD_CAN)
type              546 net/can/gw.c   static int cgw_put_job(struct sk_buff *skb, struct cgw_job *gwj, int type,
type              552 net/can/gw.c   	nlh = nlmsg_put(skb, pid, seq, type, sizeof(*rtcan), flags);
type              720 net/can/gw.c   	[CGW_SRC_IF]	= { .type = NLA_U32 },
type              721 net/can/gw.c   	[CGW_DST_IF]	= { .type = NLA_U32 },
type              723 net/can/gw.c   	[CGW_LIM_HOPS]	= { .type = NLA_U8 },
type              724 net/can/gw.c   	[CGW_MOD_UID]	= { .type = NLA_U32 },
type             1063 net/can/gw.c   	if (gwj->src.dev->type != ARPHRD_CAN)
type             1071 net/can/gw.c   	if (gwj->dst.dev->type != ARPHRD_CAN)
type              147 net/can/j1939/j1939-priv.h 	u8 type;
type              185 net/can/j1939/j1939-priv.h 		       enum j1939_sk_errqueue_type type);
type               77 net/can/j1939/main.c 	skcb->addr.type = J1939_TP;
type              228 net/can/j1939/main.c 	if (ndev->type != ARPHRD_CAN)
type              357 net/can/j1939/main.c 	if (ndev->type != ARPHRD_CAN)
type              463 net/can/j1939/socket.c 		if (ndev->type != ARPHRD_CAN) {
type              907 net/can/j1939/socket.c 	if (session->skcb.addr.type == J1939_SIMPLE)
type              919 net/can/j1939/socket.c 		       enum j1939_sk_errqueue_type type)
type              948 net/can/j1939/socket.c 	switch (type) {
type              978 net/can/j1939/socket.c 		netdev_err(priv->ndev, "Unknown errqueue type %i\n", type);
type             1219 net/can/j1939/socket.c 	.type = SOCK_DGRAM,
type              449 net/can/j1939/transport.c 	if (se_addr->type != sk_addr->type)
type              518 net/can/j1939/transport.c 		if (session->skcb.addr.type == J1939_SIMPLE &&
type              585 net/can/j1939/transport.c 		if (skcb->addr.type == J1939_ETP)
type              590 net/can/j1939/transport.c 		if (skcb->addr.type == J1939_ETP)
type              695 net/can/j1939/transport.c 	if (session->skcb.addr.type == J1939_ETP) {
type              777 net/can/j1939/transport.c 	if (session->skcb.addr.type != J1939_ETP &&
type              872 net/can/j1939/transport.c 	if (session->skcb.addr.type == J1939_ETP) {
type              914 net/can/j1939/transport.c 	if (session->skcb.addr.type == J1939_ETP) {
type              966 net/can/j1939/transport.c 		if ((session->skcb.addr.type == J1939_TP &&
type             1091 net/can/j1939/transport.c 	if (session->skcb.addr.type == J1939_SIMPLE) {
type             1129 net/can/j1939/transport.c 		if (session->skcb.addr.type != J1939_SIMPLE) {
type             1169 net/can/j1939/transport.c 	} else if (session->skcb.addr.type == J1939_SIMPLE) {
type             1302 net/can/j1939/transport.c 	if (skcb->addr.type == J1939_ETP)
type             1357 net/can/j1939/transport.c 	if (session->skcb.addr.type == J1939_ETP)
type             1488 net/can/j1939/transport.c 	if (session->skcb.addr.type != J1939_SIMPLE)
type             1531 net/can/j1939/transport.c 	if (skcb.addr.type == J1939_ETP) {
type             1562 net/can/j1939/transport.c 	if (skcb.addr.type != J1939_ETP) {
type             1732 net/can/j1939/transport.c 		if (skcb->addr.type == J1939_ETP)
type             1737 net/can/j1939/transport.c 		if (skcb->addr.type != J1939_ETP)
type             1776 net/can/j1939/transport.c 	if (skcb->addr.type != J1939_ETP &&
type             1853 net/can/j1939/transport.c 		skcb->addr.type = J1939_SIMPLE;
type             1855 net/can/j1939/transport.c 		skcb->addr.type = J1939_ETP;
type             1857 net/can/j1939/transport.c 		skcb->addr.type = J1939_TP;
type             1859 net/can/j1939/transport.c 	if (skcb->addr.type == J1939_ETP &&
type             1886 net/can/j1939/transport.c 	session->pkt.block = skcb->addr.type == J1939_ETP ? 255 :
type             1911 net/can/j1939/transport.c 		if (skcb->addr.type != extd)
type             1932 net/can/j1939/transport.c 		if (skcb->addr.type != extd)
type             1944 net/can/j1939/transport.c 		if (skcb->addr.type != J1939_ETP)
type             1959 net/can/j1939/transport.c 		if (skcb->addr.type != extd)
type             1992 net/can/j1939/transport.c 		skcb->addr.type = J1939_ETP;
type             1999 net/can/j1939/transport.c 		skcb->addr.type = J1939_ETP;
type              332 net/can/proc.c 		if (dev->type == ARPHRD_CAN && dev->ml_priv)
type              385 net/can/proc.c 		if (dev->type == ARPHRD_CAN && dev->ml_priv) {
type              416 net/can/proc.c 		if (dev->type == ARPHRD_CAN && dev->ml_priv) {
type              276 net/can/raw.c  	if (dev->type != ARPHRD_CAN)
type              417 net/can/raw.c  		if (dev->type != ARPHRD_CAN) {
type              874 net/can/raw.c  	.type       = SOCK_RAW,
type              162 net/ceph/auth_x.c 	int type;
type              179 net/ceph/auth_x.c 	type = ceph_decode_32(p);
type              180 net/ceph/auth_x.c 	dout(" ticket type %d %s\n", type, ceph_entity_type_name(type));
type              186 net/ceph/auth_x.c 	th = get_ticket_handler(ac, type);
type              254 net/ceph/auth_x.c 	     type, ceph_entity_type_name(type), th->secret_id,
type               61 net/ceph/ceph_common.c const char *ceph_msg_type_name(int type)
type               63 net/ceph/ceph_common.c 	switch (type) {
type              160 net/ceph/ceph_common.c 		if (opt1->key->type != opt2->key->type)
type              107 net/ceph/ceph_hash.c unsigned int ceph_str_hash(int type, const char *s, unsigned int len)
type              109 net/ceph/ceph_hash.c 	switch (type) {
type              120 net/ceph/ceph_hash.c const char *ceph_str_hash_name(int type)
type              122 net/ceph/ceph_hash.c 	switch (type) {
type                8 net/ceph/ceph_strings.c const char *ceph_entity_type_name(int type)
type               10 net/ceph/ceph_strings.c 	switch (type) {
type               26 net/ceph/cls_lock_client.c 		  char *lock_name, u8 type, char *cookie,
type               61 net/ceph/cls_lock_client.c 	ceph_encode_8(&p, type);
type               72 net/ceph/cls_lock_client.c 	     __func__, lock_name, type, cookie, tag, desc, flags);
type              187 net/ceph/cls_lock_client.c 			char *lock_name, u8 type, char *old_cookie,
type              218 net/ceph/cls_lock_client.c 	ceph_encode_8(&p, type);
type              224 net/ceph/cls_lock_client.c 	     __func__, lock_name, type, old_cookie, tag, new_cookie);
type              282 net/ceph/cls_lock_client.c static int decode_lockers(void **p, void *end, u8 *type, char **tag,
type              307 net/ceph/cls_lock_client.c 	*type = ceph_decode_8(p);
type              331 net/ceph/cls_lock_client.c 		       char *lock_name, u8 *type, char **tag,
type              374 net/ceph/cls_lock_client.c 		ret = decode_lockers(&p, end, type, tag, lockers, num_lockers);
type              384 net/ceph/cls_lock_client.c 			   char *lock_name, u8 type, char *cookie, char *tag)
type              416 net/ceph/cls_lock_client.c 	ceph_encode_8(&p, type);
type               94 net/ceph/crush/hash.c __u32 crush_hash32(int type, __u32 a)
type               96 net/ceph/crush/hash.c 	switch (type) {
type              104 net/ceph/crush/hash.c __u32 crush_hash32_2(int type, __u32 a, __u32 b)
type              106 net/ceph/crush/hash.c 	switch (type) {
type              114 net/ceph/crush/hash.c __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c)
type              116 net/ceph/crush/hash.c 	switch (type) {
type              124 net/ceph/crush/hash.c __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d)
type              126 net/ceph/crush/hash.c 	switch (type) {
type              134 net/ceph/crush/hash.c __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d, __u32 e)
type              136 net/ceph/crush/hash.c 	switch (type) {
type              144 net/ceph/crush/hash.c const char *crush_hash_name(int type)
type              146 net/ceph/crush/hash.c 	switch (type) {
type               42 net/ceph/crush/mapper.c int crush_find_rule(const struct crush_map *map, int ruleset, int type, int size)
type               49 net/ceph/crush/mapper.c 		    map->rules[i]->mask.type == type &&
type              453 net/ceph/crush/mapper.c 			       int x, int numrep, int type,
type              527 net/ceph/crush/mapper.c 					itemtype = map->buckets[-1-item]->type;
type              533 net/ceph/crush/mapper.c 				if (itemtype != type) {
type              536 net/ceph/crush/mapper.c 						dprintk("   bad item type %d\n", type);
type              647 net/ceph/crush/mapper.c 			       int x, int left, int numrep, int type,
type              741 net/ceph/crush/mapper.c 					itemtype = map->buckets[-1-item]->type;
type              747 net/ceph/crush/mapper.c 				if (itemtype != type) {
type              750 net/ceph/crush/mapper.c 						dprintk("   bad item type %d\n", type);
type               31 net/ceph/crypto.c 	switch (key->type) {
type               82 net/ceph/crypto.c 	ceph_encode_16(p, key->type);
type               94 net/ceph/crypto.c 	key->type = ceph_decode_16(p);
type              130 net/ceph/crypto.c 	     key->type, key->len);
type              285 net/ceph/crypto.c 	switch (key->type) {
type               12 net/ceph/crypto.h 	int type;
type               74 net/ceph/debugfs.c 			   pi->id, pi->name, pi->type, pi->size, pi->min_size,
type              161 net/ceph/debugfs.c 		op = le16_to_cpu(req->request->hdr.type);
type               22 net/ceph/decode.c 	ceph_decode_copy_safe(p, end, &addr->type, sizeof(addr->type), bad);
type               58 net/ceph/decode.c 	addr->type = CEPH_ENTITY_ADDR_TYPE_LEGACY;
type              203 net/ceph/messenger.c 			 le32_to_cpu(addr->type), &in4->sin_addr,
type              209 net/ceph/messenger.c 			 le32_to_cpu(addr->type), &in6->sin6_addr,
type              704 net/ceph/messenger.c 	con->peer_name.type = (__u8) entity_type;
type              939 net/ceph/messenger.c 	BUG_ON(data->type != CEPH_MSG_DATA_PAGES);
type              960 net/ceph/messenger.c 	BUG_ON(data->type != CEPH_MSG_DATA_PAGES);
type              977 net/ceph/messenger.c 	BUG_ON(cursor->data->type != CEPH_MSG_DATA_PAGES);
type             1012 net/ceph/messenger.c 	BUG_ON(data->type != CEPH_MSG_DATA_PAGELIST);
type             1036 net/ceph/messenger.c 	BUG_ON(data->type != CEPH_MSG_DATA_PAGELIST);
type             1060 net/ceph/messenger.c 	BUG_ON(data->type != CEPH_MSG_DATA_PAGELIST);
type             1100 net/ceph/messenger.c 	switch (cursor->data->type) {
type             1148 net/ceph/messenger.c 	switch (cursor->data->type) {
type             1189 net/ceph/messenger.c 	switch (cursor->data->type) {
type             1301 net/ceph/messenger.c 	     m, con->out_seq, le16_to_cpu(m->hdr.type),
type             1464 net/ceph/messenger.c 	switch (con->peer_name.type) {
type             1988 net/ceph/messenger.c 		addr[i].type = CEPH_ENTITY_ADDR_TYPE_LEGACY;
type             2287 net/ceph/messenger.c 		     le16_to_cpu(m->hdr.type), m);
type             2425 net/ceph/messenger.c 		dout("got hdr type %d front %d data %d\n", con->in_hdr.type,
type             2534 net/ceph/messenger.c 	if (con->peer_name.type == 0)
type             2543 net/ceph/messenger.c 	     le16_to_cpu(msg->hdr.type),
type             2544 net/ceph/messenger.c 	     ceph_msg_type_name(le16_to_cpu(msg->hdr.type)),
type             3053 net/ceph/messenger.c 	msgr->inst.addr.type = 0;
type             3115 net/ceph/messenger.c 	     ENTITY_NAME(con->peer_name), le16_to_cpu(msg->hdr.type),
type             3116 net/ceph/messenger.c 	     ceph_msg_type_name(le16_to_cpu(msg->hdr.type)),
type             3253 net/ceph/messenger.c 	if (data->type == CEPH_MSG_DATA_PAGES && data->own_pages) {
type             3256 net/ceph/messenger.c 	} else if (data->type == CEPH_MSG_DATA_PAGELIST) {
type             3270 net/ceph/messenger.c 	data->type = CEPH_MSG_DATA_PAGES;
type             3289 net/ceph/messenger.c 	data->type = CEPH_MSG_DATA_PAGELIST;
type             3304 net/ceph/messenger.c 	data->type = CEPH_MSG_DATA_BIO;
type             3319 net/ceph/messenger.c 	data->type = CEPH_MSG_DATA_BVECS;
type             3330 net/ceph/messenger.c struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items,
type             3339 net/ceph/messenger.c 	m->hdr.type = cpu_to_le16(type);
type             3375 net/ceph/messenger.c 		pr_err("msg_new can't create type %d front %d\n", type,
type             3379 net/ceph/messenger.c 		dout("msg_new can't create type %d front %d\n", type,
type             3386 net/ceph/messenger.c struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags,
type             3389 net/ceph/messenger.c 	return ceph_msg_new2(type, front_len, 0, flags, can_fail);
type             3402 net/ceph/messenger.c 	int type = le16_to_cpu(msg->hdr.type);
type             3405 net/ceph/messenger.c 	dout("alloc_middle %p type %d %s middle_len %d\n", msg, type,
type             3406 net/ceph/messenger.c 	     ceph_msg_type_name(type), middle_len);
type             1031 net/ceph/mon_client.c 		monc->monmap->mon_inst[i].name.type =
type             1185 net/ceph/mon_client.c 		monc->client->msgr.inst.name.type = CEPH_ENTITY_TYPE_CLIENT;
type             1234 net/ceph/mon_client.c 	int type = le16_to_cpu(msg->hdr.type);
type             1239 net/ceph/mon_client.c 	switch (type) {
type             1274 net/ceph/mon_client.c 		pr_err("received unknown message type %d %s\n", type,
type             1275 net/ceph/mon_client.c 		       ceph_msg_type_name(type));
type             1288 net/ceph/mon_client.c 	int type = le16_to_cpu(hdr->type);
type             1294 net/ceph/mon_client.c 	switch (type) {
type             1318 net/ceph/mon_client.c 		m = ceph_msg_new(type, front_len, GFP_NOFS, false);
type             1325 net/ceph/mon_client.c 		pr_info("alloc_msg unknown type %d\n", type);
type             1330 net/ceph/mon_client.c 			(unsigned int)con->peer_name.type,
type             1333 net/ceph/mon_client.c 		m = ceph_msg_new(type, front_len, GFP_NOFS, false);
type               17 net/ceph/msgpool.c 	msg = ceph_msg_new2(pool->type, pool->front_len, pool->max_data_items,
type               38 net/ceph/msgpool.c int ceph_msgpool_init(struct ceph_msgpool *pool, int type,
type               43 net/ceph/msgpool.c 	pool->type = type;
type               72 net/ceph/msgpool.c 		return ceph_msg_new2(pool->type, front_len, max_data_items,
type              126 net/ceph/osd_client.c 	osd_data->type = CEPH_OSD_DATA_TYPE_NONE;
type              136 net/ceph/osd_client.c 	osd_data->type = CEPH_OSD_DATA_TYPE_PAGES;
type              150 net/ceph/osd_client.c 	osd_data->type = CEPH_OSD_DATA_TYPE_PAGELIST;
type              159 net/ceph/osd_client.c 	osd_data->type = CEPH_OSD_DATA_TYPE_BIO;
type              169 net/ceph/osd_client.c 	osd_data->type = CEPH_OSD_DATA_TYPE_BVECS;
type              336 net/ceph/osd_client.c 	switch (osd_data->type) {
type              350 net/ceph/osd_client.c 		WARN(true, "unrecognized data type %d\n", (int)osd_data->type);
type              357 net/ceph/osd_client.c 	if (osd_data->type == CEPH_OSD_DATA_TYPE_PAGES && osd_data->own_pages) {
type              363 net/ceph/osd_client.c 	} else if (osd_data->type == CEPH_OSD_DATA_TYPE_PAGELIST) {
type              961 net/ceph/osd_client.c 	if (osd_data->type == CEPH_OSD_DATA_TYPE_PAGES) {
type              966 net/ceph/osd_client.c 	} else if (osd_data->type == CEPH_OSD_DATA_TYPE_PAGELIST) {
type              970 net/ceph/osd_client.c 	} else if (osd_data->type == CEPH_OSD_DATA_TYPE_BIO) {
type              973 net/ceph/osd_client.c 	} else if (osd_data->type == CEPH_OSD_DATA_TYPE_BVECS) {
type              976 net/ceph/osd_client.c 		BUG_ON(osd_data->type != CEPH_OSD_DATA_TYPE_NONE);
type             2950 net/ceph/osd_client.c 			osd_data->type != CEPH_OSD_DATA_TYPE_PAGES);
type             4437 net/ceph/osd_client.c 					WARN_ON(data->type !=
type             5412 net/ceph/osd_client.c 	int type = le16_to_cpu(msg->hdr.type);
type             5414 net/ceph/osd_client.c 	switch (type) {
type             5429 net/ceph/osd_client.c 		pr_err("received unknown message type %d %s\n", type,
type             5430 net/ceph/osd_client.c 		       ceph_msg_type_name(type));
type             5506 net/ceph/osd_client.c 	int type = le16_to_cpu(hdr->type);
type             5510 net/ceph/osd_client.c 	m = ceph_msg_new2(type, front_len, 1, GFP_NOIO, false);
type             5535 net/ceph/osd_client.c 	int type = le16_to_cpu(hdr->type);
type             5538 net/ceph/osd_client.c 	switch (type) {
type             5547 net/ceph/osd_client.c 			osd->o_osd, type);
type             5637 net/ceph/osd_client.c 	int type = le16_to_cpu(msg->hdr.type);
type             5639 net/ceph/osd_client.c 	if (type == CEPH_MSG_OSD_OP)
type              423 net/ceph/osdmap.c 		b->type = ceph_decode_16(p);
type              750 net/ceph/osdmap.c 	pi->type = ceph_decode_8(p);
type             2349 net/ceph/osdmap.c 	ruleno = crush_find_rule(osdmap->crush, pi->crush_ruleset, pi->type,
type             2353 net/ceph/osdmap.c 		       pi->id, pi->crush_ruleset, pi->type, pi->size);
type             2359 net/ceph/osdmap.c 		       pi->id, pi->crush_ruleset, pi->type, pi->size,
type             2368 net/ceph/osdmap.c 		       len, ruleno, pi->id, pi->crush_ruleset, pi->type,
type              210 net/compat.c   int put_cmsg_compat(struct msghdr *kmsg, int level, int type, int len, void *data)
type              224 net/compat.c   		if (level == SOL_SOCKET && type == SO_TIMESTAMP_OLD) {
type              232 net/compat.c   		    (type == SO_TIMESTAMPNS_OLD || type == SO_TIMESTAMPING_OLD)) {
type              233 net/compat.c   			int count = type == SO_TIMESTAMPNS_OLD ? 1 : 3;
type              251 net/compat.c   	cmhdr.cmsg_type = type;
type              304 net/core/dev.c 	if (pt->type == htons(ETH_P_ALL))
type              308 net/core/dev.c 				 &ptype_base[ntohs(pt->type) & PTYPE_HASH_MASK];
type              862 net/core/dev.c struct net_device *dev_getbyhwaddr_rcu(struct net *net, unsigned short type,
type              868 net/core/dev.c 		if (dev->type == type &&
type              876 net/core/dev.c struct net_device *__dev_getfirstbyhwtype(struct net *net, unsigned short type)
type              882 net/core/dev.c 		if (dev->type == type)
type              889 net/core/dev.c struct net_device *dev_getfirstbyhwtype(struct net *net, unsigned short type)
type              895 net/core/dev.c 		if (dev->type == type) {
type             1893 net/core/dev.c 					  __be16 type,
type             1899 net/core/dev.c 		if (ptype->type != type)
type             2920 net/core/dev.c 	__be16 type = skb->protocol;
type             2923 net/core/dev.c 	if (type == htons(ETH_P_TEB)) {
type             2930 net/core/dev.c 		type = eth->h_proto;
type             2933 net/core/dev.c 	return __vlan_get_protocol(skb, type, depth);
type             2947 net/core/dev.c 	__be16 type = skb_network_protocol(skb, &vlan_depth);
type             2949 net/core/dev.c 	if (unlikely(!type))
type             2956 net/core/dev.c 		if (ptype->type == type && ptype->callbacks.gso_segment) {
type             3076 net/core/dev.c 					   __be16 type)
type             3078 net/core/dev.c 	if (eth_p_mpls(type))
type             3086 net/core/dev.c 					   __be16 type)
type             3096 net/core/dev.c 	__be16 type;
type             3098 net/core/dev.c 	type = skb_network_protocol(skb, &tmp);
type             3099 net/core/dev.c 	features = net_mpls_features(skb, features, type);
type             3102 net/core/dev.c 	    !can_checksum_protocol(features, type)) {
type             4725 net/core/dev.c 	__be16 type;
type             4870 net/core/dev.c 	type = skb->protocol;
type             4874 net/core/dev.c 		deliver_ptype_list_skb(skb, &pt_prev, orig_dev, type,
type             4875 net/core/dev.c 				       &ptype_base[ntohs(type) &
type             4879 net/core/dev.c 	deliver_ptype_list_skb(skb, &pt_prev, orig_dev, type,
type             4883 net/core/dev.c 		deliver_ptype_list_skb(skb, &pt_prev, orig_dev, type,
type             5292 net/core/dev.c 	__be16 type = skb->protocol;
type             5305 net/core/dev.c 		if (ptype->type != type || !ptype->callbacks.gro_complete)
type             5467 net/core/dev.c 	__be16 type = skb->protocol;
type             5481 net/core/dev.c 		if (ptype->type != type || !ptype->callbacks.gro_receive)
type             5572 net/core/dev.c struct packet_offload *gro_find_receive_by_type(__be16 type)
type             5578 net/core/dev.c 		if (ptype->type != type || !ptype->callbacks.gro_receive)
type             5586 net/core/dev.c struct packet_offload *gro_find_complete_by_type(__be16 type)
type             5592 net/core/dev.c 		if (ptype->type != type || !ptype->callbacks.gro_complete)
type             8129 net/core/dev.c 	if (sa->sa_family != dev->type)
type               34 net/core/dev_addr_lists.c 	ha->type = addr_type;
type               56 net/core/dev_addr_lists.c 		if (ha->type == addr_type &&
type              120 net/core/dev_addr_lists.c 		    (ha->type == addr_type || !addr_type))
type              139 net/core/dev_addr_lists.c 	err = __hw_addr_add_ex(to_list, ha->addr, addr_len, ha->type,
type              159 net/core/dev_addr_lists.c 	err = __hw_addr_del_ex(to_list, ha->addr, addr_len, ha->type,
type              533 net/core/dev_addr_lists.c 	    ha->type == addr_type && ha->refcount == 1)
type              561 net/core/dev_addr_lists.c 		    ha->type == NETDEV_HW_ADDR_T_UNICAST) {
type              745 net/core/dev_addr_lists.c 		    ha->type == NETDEV_HW_ADDR_T_MULTICAST) {
type              133 net/core/dev_ioctl.c 		ifr->ifr_hwaddr.sa_family = dev->type;
type              252 net/core/dev_ioctl.c 		if (ifr->ifr_hwaddr.sa_family != dev->type)
type              566 net/core/devlink.c 	if (nla_put_u16(msg, DEVLINK_ATTR_PORT_TYPE, devlink_port->type))
type              572 net/core/devlink.c 	if (devlink_port->type == DEVLINK_PORT_TYPE_ETH) {
type              582 net/core/devlink.c 	if (devlink_port->type == DEVLINK_PORT_TYPE_IB) {
type              752 net/core/devlink.c 		if (port_type == devlink_port->type)
type             1697 net/core/devlink.c 	if (nla_put_u32(skb, DEVLINK_ATTR_DPIPE_MATCH_TYPE, match->type) ||
type             1745 net/core/devlink.c 	if (nla_put_u32(skb, DEVLINK_ATTR_DPIPE_ACTION_TYPE, action->type) ||
type             2845 net/core/devlink.c 		.type = DEVLINK_PARAM_GENERIC_INT_ERR_RESET_TYPE,
type             2850 net/core/devlink.c 		.type = DEVLINK_PARAM_GENERIC_MAX_MACS_TYPE,
type             2855 net/core/devlink.c 		.type = DEVLINK_PARAM_GENERIC_ENABLE_SRIOV_TYPE,
type             2860 net/core/devlink.c 		.type = DEVLINK_PARAM_GENERIC_REGION_SNAPSHOT_TYPE,
type             2865 net/core/devlink.c 		.type = DEVLINK_PARAM_GENERIC_IGNORE_ARI_TYPE,
type             2870 net/core/devlink.c 		.type = DEVLINK_PARAM_GENERIC_MSIX_VEC_PER_PF_MAX_TYPE,
type             2875 net/core/devlink.c 		.type = DEVLINK_PARAM_GENERIC_MSIX_VEC_PER_PF_MIN_TYPE,
type             2880 net/core/devlink.c 		.type = DEVLINK_PARAM_GENERIC_FW_LOAD_POLICY_TYPE,
type             2885 net/core/devlink.c 		.type = DEVLINK_PARAM_GENERIC_RESET_DEV_ON_DRV_PROBE_TYPE,
type             2897 net/core/devlink.c 	WARN_ON(param->type != devlink_param_generic[param->id].type);
type             2985 net/core/devlink.c 				enum devlink_param_type type,
type             2999 net/core/devlink.c 	switch (type) {
type             3091 net/core/devlink.c 	nla_type = devlink_param_type_to_nla_type(param->type);
type             3105 net/core/devlink.c 		err = devlink_nl_param_value_fill_one(msg, param->type,
type             3230 net/core/devlink.c 	if (param->type != DEVLINK_PARAM_TYPE_BOOL && !param_data)
type             3233 net/core/devlink.c 	switch (param->type) {
type             3326 net/core/devlink.c 	if (param_type != param->type)
type             3344 net/core/devlink.c 		if (param->type == DEVLINK_PARAM_TYPE_STRING)
type             5408 net/core/devlink.c 	if (nla_put_u8(msg, DEVLINK_ATTR_TRAP_TYPE, trap_item->trap->type))
type             5517 net/core/devlink.c 	    trap_item->trap->type != DEVLINK_TRAP_TYPE_DROP) {
type             5788 net/core/devlink.c 	[DEVLINK_ATTR_BUS_NAME] = { .type = NLA_NUL_STRING },
type             5789 net/core/devlink.c 	[DEVLINK_ATTR_DEV_NAME] = { .type = NLA_NUL_STRING },
type             5790 net/core/devlink.c 	[DEVLINK_ATTR_PORT_INDEX] = { .type = NLA_U32 },
type             5791 net/core/devlink.c 	[DEVLINK_ATTR_PORT_TYPE] = { .type = NLA_U16 },
type             5792 net/core/devlink.c 	[DEVLINK_ATTR_PORT_SPLIT_COUNT] = { .type = NLA_U32 },
type             5793 net/core/devlink.c 	[DEVLINK_ATTR_SB_INDEX] = { .type = NLA_U32 },
type             5794 net/core/devlink.c 	[DEVLINK_ATTR_SB_POOL_INDEX] = { .type = NLA_U16 },
type             5795 net/core/devlink.c 	[DEVLINK_ATTR_SB_POOL_TYPE] = { .type = NLA_U8 },
type             5796 net/core/devlink.c 	[DEVLINK_ATTR_SB_POOL_SIZE] = { .type = NLA_U32 },
type             5797 net/core/devlink.c 	[DEVLINK_ATTR_SB_POOL_THRESHOLD_TYPE] = { .type = NLA_U8 },
type             5798 net/core/devlink.c 	[DEVLINK_ATTR_SB_THRESHOLD] = { .type = NLA_U32 },
type             5799 net/core/devlink.c 	[DEVLINK_ATTR_SB_TC_INDEX] = { .type = NLA_U16 },
type             5800 net/core/devlink.c 	[DEVLINK_ATTR_ESWITCH_MODE] = { .type = NLA_U16 },
type             5801 net/core/devlink.c 	[DEVLINK_ATTR_ESWITCH_INLINE_MODE] = { .type = NLA_U8 },
type             5802 net/core/devlink.c 	[DEVLINK_ATTR_ESWITCH_ENCAP_MODE] = { .type = NLA_U8 },
type             5803 net/core/devlink.c 	[DEVLINK_ATTR_DPIPE_TABLE_NAME] = { .type = NLA_NUL_STRING },
type             5804 net/core/devlink.c 	[DEVLINK_ATTR_DPIPE_TABLE_COUNTERS_ENABLED] = { .type = NLA_U8 },
type             5805 net/core/devlink.c 	[DEVLINK_ATTR_RESOURCE_ID] = { .type = NLA_U64},
type             5806 net/core/devlink.c 	[DEVLINK_ATTR_RESOURCE_SIZE] = { .type = NLA_U64},
type             5807 net/core/devlink.c 	[DEVLINK_ATTR_PARAM_NAME] = { .type = NLA_NUL_STRING },
type             5808 net/core/devlink.c 	[DEVLINK_ATTR_PARAM_TYPE] = { .type = NLA_U8 },
type             5809 net/core/devlink.c 	[DEVLINK_ATTR_PARAM_VALUE_CMODE] = { .type = NLA_U8 },
type             5810 net/core/devlink.c 	[DEVLINK_ATTR_REGION_NAME] = { .type = NLA_NUL_STRING },
type             5811 net/core/devlink.c 	[DEVLINK_ATTR_REGION_SNAPSHOT_ID] = { .type = NLA_U32 },
type             5812 net/core/devlink.c 	[DEVLINK_ATTR_REGION_CHUNK_ADDR] = { .type = NLA_U64 },
type             5813 net/core/devlink.c 	[DEVLINK_ATTR_REGION_CHUNK_LEN] = { .type = NLA_U64 },
type             5814 net/core/devlink.c 	[DEVLINK_ATTR_HEALTH_REPORTER_NAME] = { .type = NLA_NUL_STRING },
type             5815 net/core/devlink.c 	[DEVLINK_ATTR_HEALTH_REPORTER_GRACEFUL_PERIOD] = { .type = NLA_U64 },
type             5816 net/core/devlink.c 	[DEVLINK_ATTR_HEALTH_REPORTER_AUTO_RECOVER] = { .type = NLA_U8 },
type             5817 net/core/devlink.c 	[DEVLINK_ATTR_FLASH_UPDATE_FILE_NAME] = { .type = NLA_NUL_STRING },
type             5818 net/core/devlink.c 	[DEVLINK_ATTR_FLASH_UPDATE_COMPONENT] = { .type = NLA_NUL_STRING },
type             5819 net/core/devlink.c 	[DEVLINK_ATTR_TRAP_NAME] = { .type = NLA_NUL_STRING },
type             5820 net/core/devlink.c 	[DEVLINK_ATTR_TRAP_ACTION] = { .type = NLA_U8 },
type             5821 net/core/devlink.c 	[DEVLINK_ATTR_TRAP_GROUP_NAME] = { .type = NLA_NUL_STRING },
type             6377 net/core/devlink.c 				    enum devlink_port_type type,
type             6384 net/core/devlink.c 	devlink_port->type = type;
type             7194 net/core/devlink.c 	if (param_item->param->type == DEVLINK_PARAM_TYPE_STRING)
type             7219 net/core/devlink.c 	if (param_item->param->type == DEVLINK_PARAM_TYPE_STRING)
type             7541 net/core/devlink.c 		.type = DEVLINK_TRAP_TYPE_##_type,			      \
type             7578 net/core/devlink.c 	if (trap->type != devlink_trap_generic[trap->id].type)
type             7967 net/core/devlink.c 	if (in_devlink_port->type == DEVLINK_PORT_TYPE_ETH)
type             1517 net/core/drop_monitor.c 	[NET_DM_ATTR_ALERT_MODE] = { .type = NLA_U8 },
type             1518 net/core/drop_monitor.c 	[NET_DM_ATTR_TRUNC_LEN] = { .type = NLA_U32 },
type             1519 net/core/drop_monitor.c 	[NET_DM_ATTR_QUEUE_LEN] = { .type = NLA_U32 },
type             1520 net/core/drop_monitor.c 	[NET_DM_ATTR_SW_DROPS]	= {. type = NLA_FLAG },
type             1521 net/core/drop_monitor.c 	[NET_DM_ATTR_HW_DROPS]	= {. type = NLA_FLAG },
type              259 net/core/dst.c 				enum metadata_type type, u8 optslen)
type              272 net/core/dst.c 	md_dst->type = type;
type              275 net/core/dst.c struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type,
type              284 net/core/dst.c 	__metadata_dst_init(md_dst, type, optslen);
type              293 net/core/dst.c 	if (md_dst->type == METADATA_IP_TUNNEL)
type              301 net/core/dst.c metadata_dst_alloc_percpu(u8 optslen, enum metadata_type type, gfp_t flags)
type              312 net/core/dst.c 		__metadata_dst_init(per_cpu_ptr(md_dst, cpu), type, optslen);
type              326 net/core/dst.c 		if (one_md_dst->type == METADATA_IP_TUNNEL)
type               53 net/core/failover.c 	if (slave_dev->type != ARPHRD_ETHER)
type              247 net/core/failover.c 	if (dev->type != ARPHRD_ETHER)
type              958 net/core/fib_rules.c 			    u32 pid, u32 seq, int type, int flags,
type              964 net/core/fib_rules.c 	nlh = nlmsg_put(skb, pid, seq, type, sizeof(*frh), flags);
type              342 net/core/filter.c 		BUILD_BUG_ON(FIELD_SIZEOF(struct net_device, type) != 2);
type              355 net/core/filter.c 					    offsetof(struct net_device, type));
type             1145 net/core/filter.c 	if (prog->type == BPF_PROG_TYPE_SOCKET_FILTER) {
type             1581 net/core/filter.c 	if (prog->type == BPF_PROG_TYPE_SK_REUSEPORT) {
type             1617 net/core/filter.c 	if (prog->type == BPF_PROG_TYPE_SK_REUSEPORT)
type             4682 net/core/filter.c 	if (res.type != RTN_UNICAST)
type             4921 net/core/filter.c static int bpf_push_seg6_encap(struct sk_buff *skb, u32 type, void *hdr, u32 len)
type             4929 net/core/filter.c 	switch (type) {
type             4964 net/core/filter.c BPF_CALL_4(bpf_lwt_in_push_encap, struct sk_buff *, skb, u32, type, void *, hdr,
type             4967 net/core/filter.c 	switch (type) {
type             4971 net/core/filter.c 		return bpf_push_seg6_encap(skb, type, hdr, len);
type             4982 net/core/filter.c BPF_CALL_4(bpf_lwt_xmit_push_encap, struct sk_buff *, skb, u32, type,
type             4985 net/core/filter.c 	switch (type) {
type             5552 net/core/filter.c bool bpf_tcp_sock_is_valid_access(int off, int size, enum bpf_access_type type,
type             5571 net/core/filter.c u32 bpf_tcp_sock_convert_ctx_access(enum bpf_access_type type,
type             5747 net/core/filter.c bool bpf_xdp_sock_is_valid_access(int off, int size, enum bpf_access_type type,
type             5762 net/core/filter.c u32 bpf_xdp_sock_convert_ctx_access(enum bpf_access_type type,
type             6475 net/core/filter.c static bool bpf_skb_is_valid_access(int off, int size, enum bpf_access_type type,
type             6510 net/core/filter.c 		if (type == BPF_WRITE || size != sizeof(__u64))
type             6516 net/core/filter.c 		if (type == BPF_WRITE) {
type             6530 net/core/filter.c 				      enum bpf_access_type type,
type             6545 net/core/filter.c 	if (type == BPF_WRITE) {
type             6554 net/core/filter.c 	return bpf_skb_is_valid_access(off, size, type, prog, info);
type             6558 net/core/filter.c 				   enum bpf_access_type type,
type             6574 net/core/filter.c 	if (type == BPF_WRITE) {
type             6598 net/core/filter.c 	return bpf_skb_is_valid_access(off, size, type, prog, info);
type             6602 net/core/filter.c 				enum bpf_access_type type,
type             6615 net/core/filter.c 	if (type == BPF_WRITE) {
type             6635 net/core/filter.c 	return bpf_skb_is_valid_access(off, size, type, prog, info);
type             6683 net/core/filter.c 				     enum bpf_access_type type,
type             6687 net/core/filter.c 	case bpf_ctx_range_till(struct bpf_sock, type, priority):
type             6690 net/core/filter.c 		return bpf_sock_is_valid_access(off, size, type, info);
type             6694 net/core/filter.c bool bpf_sock_is_valid_access(int off, int size, enum bpf_access_type type,
type             6707 net/core/filter.c 	case offsetof(struct bpf_sock, type):
type             6723 net/core/filter.c 					enum bpf_access_type type,
type             6727 net/core/filter.c 	if (!bpf_sock_is_valid_access(off, size, type, info))
type             6729 net/core/filter.c 	return __sock_filter_check_attach_type(off, type,
type             6823 net/core/filter.c 				       enum bpf_access_type type,
type             6827 net/core/filter.c 	if (type == BPF_WRITE) {
type             6856 net/core/filter.c 	return bpf_skb_is_valid_access(off, size, type, prog, info);
type             6872 net/core/filter.c 				enum bpf_access_type type,
type             6876 net/core/filter.c 	if (type == BPF_WRITE) {
type             6912 net/core/filter.c 				      enum bpf_access_type type,
type             6974 net/core/filter.c 		if (type == BPF_READ) {
type             7009 net/core/filter.c 		if (type != BPF_READ)
type             7016 net/core/filter.c 		if (type == BPF_READ) {
type             7028 net/core/filter.c 				     enum bpf_access_type type,
type             7041 net/core/filter.c 	if (type == BPF_WRITE) {
type             7080 net/core/filter.c 				   enum bpf_access_type type,
type             7092 net/core/filter.c 	if (type == BPF_WRITE) {
type             7113 net/core/filter.c 	return bpf_skb_is_valid_access(off, size, type, prog, info);
type             7117 net/core/filter.c 				   enum bpf_access_type type,
type             7121 net/core/filter.c 	if (type == BPF_WRITE)
type             7156 net/core/filter.c 					   enum bpf_access_type type,
type             7165 net/core/filter.c 	if (type == BPF_WRITE)
type             7189 net/core/filter.c static u32 flow_dissector_convert_ctx_access(enum bpf_access_type type,
type             7221 net/core/filter.c static u32 bpf_convert_ctx_access(enum bpf_access_type type,
type             7249 net/core/filter.c 		if (type == BPF_WRITE)
type             7282 net/core/filter.c 		if (type == BPF_WRITE)
type             7303 net/core/filter.c 		if (type == BPF_WRITE) {
type             7345 net/core/filter.c 		if (type == BPF_WRITE)
type             7361 net/core/filter.c 		if (type == BPF_WRITE)
type             7395 net/core/filter.c 		if (type == BPF_WRITE)
type             7405 net/core/filter.c 		if (type == BPF_WRITE)
type             7528 net/core/filter.c 		if (type == BPF_WRITE)
type             7584 net/core/filter.c u32 bpf_sock_convert_ctx_access(enum bpf_access_type type,
type             7596 net/core/filter.c 		if (type == BPF_WRITE)
type             7607 net/core/filter.c 		if (type == BPF_WRITE)
type             7618 net/core/filter.c 		if (type == BPF_WRITE)
type             7637 net/core/filter.c 	case offsetof(struct bpf_sock, type):
type             7742 net/core/filter.c static u32 tc_cls_act_convert_ctx_access(enum bpf_access_type type,
type             7759 net/core/filter.c 		return bpf_convert_ctx_access(type, si, insn_buf, prog,
type             7766 net/core/filter.c static u32 xdp_convert_ctx_access(enum bpf_access_type type,
type             7869 net/core/filter.c 		if (type == BPF_WRITE) {				       \
type             7882 net/core/filter.c static u32 sock_addr_convert_ctx_access(enum bpf_access_type type,
type             7933 net/core/filter.c 	case offsetof(struct bpf_sock_addr, type):
type             7976 net/core/filter.c static u32 sock_ops_convert_ctx_access(enum bpf_access_type type,
type             8073 net/core/filter.c 		if (type == BPF_WRITE)
type             8225 net/core/filter.c 					  struct sock, type);
type             8307 net/core/filter.c static u32 sk_skb_convert_ctx_access(enum bpf_access_type type,
type             8325 net/core/filter.c 		return bpf_convert_ctx_access(type, si, insn_buf, prog,
type             8332 net/core/filter.c static u32 sk_msg_convert_ctx_access(enum bpf_access_type type,
type             8824 net/core/filter.c 			     enum bpf_access_type type,
type             8831 net/core/filter.c 	    off % size || type != BPF_READ)
type             8882 net/core/filter.c static u32 sk_reuseport_convert_ctx_access(enum bpf_access_type type,
type              239 net/core/flow_dissector.c skb_flow_dissect_set_enc_addr_type(enum flow_dissector_key_id type,
type              251 net/core/flow_dissector.c 	ctrl->addr_type = type;
type               24 net/core/gen_stats.c gnet_stats_copy(struct gnet_dump *d, int type, void *buf, int size, int padattr)
type               26 net/core/gen_stats.c 	if (nla_put_64bit(d->skb, type, size, buf, padattr))
type               59 net/core/gen_stats.c gnet_stats_start_copy_compat(struct sk_buff *skb, int type, int tc_stats_type,
type               66 net/core/gen_stats.c 	if (type)
type               77 net/core/gen_stats.c 		int ret = gnet_stats_copy(d, type, NULL, 0, padattr);
type              110 net/core/gen_stats.c gnet_stats_start_copy(struct sk_buff *skb, int type, spinlock_t *lock,
type              113 net/core/gen_stats.c 	return gnet_stats_start_copy_compat(skb, type, 0, 0, lock, d, padattr);
type              166 net/core/gen_stats.c 			 int type)
type              172 net/core/gen_stats.c 	if (d->compat_tc_stats && type == TCA_STATS_BASIC) {
type              183 net/core/gen_stats.c 		return gnet_stats_copy(d, type, &sb, sizeof(sb),
type              328 net/core/lwt_bpf.c 	[LWT_BPF_PROG_FD]   = { .type = NLA_U32, },
type              329 net/core/lwt_bpf.c 	[LWT_BPF_PROG_NAME] = { .type = NLA_NUL_STRING,
type              334 net/core/lwt_bpf.c 			  enum bpf_prog_type type)
type              354 net/core/lwt_bpf.c 	p = bpf_prog_get_type(fd, type);
type              364 net/core/lwt_bpf.c 	[LWT_BPF_IN]		= { .type = NLA_NESTED, },
type              365 net/core/lwt_bpf.c 	[LWT_BPF_OUT]		= { .type = NLA_NESTED, },
type              366 net/core/lwt_bpf.c 	[LWT_BPF_XMIT]		= { .type = NLA_NESTED, },
type              367 net/core/lwt_bpf.c 	[LWT_BPF_XMIT_HEADROOM]	= { .type = NLA_U32 },
type              395 net/core/lwt_bpf.c 	newts->type = LWTUNNEL_ENCAP_BPF;
type              209 net/core/lwtunnel.c 	const struct lwtunnel_encap_ops *ops = lwtun_encaps[lws->type];
type              231 net/core/lwtunnel.c 	if (lwtstate->type == LWTUNNEL_ENCAP_NONE ||
type              232 net/core/lwtunnel.c 	    lwtstate->type > LWTUNNEL_ENCAP_MAX)
type              241 net/core/lwtunnel.c 	ops = rcu_dereference(lwtun_encaps[lwtstate->type]);
type              249 net/core/lwtunnel.c 	ret = nla_put_u16(skb, encap_type_attr, lwtstate->type);
type              270 net/core/lwtunnel.c 	if (lwtstate->type == LWTUNNEL_ENCAP_NONE ||
type              271 net/core/lwtunnel.c 	    lwtstate->type > LWTUNNEL_ENCAP_MAX)
type              275 net/core/lwtunnel.c 	ops = rcu_dereference(lwtun_encaps[lwtstate->type]);
type              295 net/core/lwtunnel.c 	if (a->type != b->type)
type              298 net/core/lwtunnel.c 	if (a->type == LWTUNNEL_ENCAP_NONE ||
type              299 net/core/lwtunnel.c 	    a->type > LWTUNNEL_ENCAP_MAX)
type              303 net/core/lwtunnel.c 	ops = rcu_dereference(lwtun_encaps[a->type]);
type              323 net/core/lwtunnel.c 	if (lwtstate->type == LWTUNNEL_ENCAP_NONE ||
type              324 net/core/lwtunnel.c 	    lwtstate->type > LWTUNNEL_ENCAP_MAX)
type              329 net/core/lwtunnel.c 	ops = rcu_dereference(lwtun_encaps[lwtstate->type]);
type              358 net/core/lwtunnel.c 	if (lwtstate->type == LWTUNNEL_ENCAP_NONE ||
type              359 net/core/lwtunnel.c 	    lwtstate->type > LWTUNNEL_ENCAP_MAX)
type              364 net/core/lwtunnel.c 	ops = rcu_dereference(lwtun_encaps[lwtstate->type]);
type              392 net/core/lwtunnel.c 	if (lwtstate->type == LWTUNNEL_ENCAP_NONE ||
type              393 net/core/lwtunnel.c 	    lwtstate->type > LWTUNNEL_ENCAP_MAX)
type              398 net/core/lwtunnel.c 	ops = rcu_dereference(lwtun_encaps[lwtstate->type]);
type               55 net/core/neighbour.c static void __neigh_notify(struct neighbour *n, int type, int flags,
type             1772 net/core/neighbour.c 	[NDA_DST]		= { .type = NLA_BINARY, .len = MAX_ADDR_LEN },
type             1773 net/core/neighbour.c 	[NDA_LLADDR]		= { .type = NLA_BINARY, .len = MAX_ADDR_LEN },
type             1775 net/core/neighbour.c 	[NDA_PROBES]		= { .type = NLA_U32 },
type             1776 net/core/neighbour.c 	[NDA_VLAN]		= { .type = NLA_U16 },
type             1777 net/core/neighbour.c 	[NDA_PORT]		= { .type = NLA_U16 },
type             1778 net/core/neighbour.c 	[NDA_VNI]		= { .type = NLA_U32 },
type             1779 net/core/neighbour.c 	[NDA_IFINDEX]		= { .type = NLA_U32 },
type             1780 net/core/neighbour.c 	[NDA_MASTER]		= { .type = NLA_U32 },
type             1781 net/core/neighbour.c 	[NDA_PROTOCOL]		= { .type = NLA_U8 },
type             2028 net/core/neighbour.c 			      u32 pid, u32 seq, int type, int flags)
type             2033 net/core/neighbour.c 	nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flags);
type             2119 net/core/neighbour.c 				    u32 pid, u32 seq, int type,
type             2125 net/core/neighbour.c 	nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flags);
type             2150 net/core/neighbour.c 	[NDTA_NAME]		= { .type = NLA_STRING },
type             2151 net/core/neighbour.c 	[NDTA_THRESH1]		= { .type = NLA_U32 },
type             2152 net/core/neighbour.c 	[NDTA_THRESH2]		= { .type = NLA_U32 },
type             2153 net/core/neighbour.c 	[NDTA_THRESH3]		= { .type = NLA_U32 },
type             2154 net/core/neighbour.c 	[NDTA_GC_INTERVAL]	= { .type = NLA_U64 },
type             2155 net/core/neighbour.c 	[NDTA_PARMS]		= { .type = NLA_NESTED },
type             2159 net/core/neighbour.c 	[NDTPA_IFINDEX]			= { .type = NLA_U32 },
type             2160 net/core/neighbour.c 	[NDTPA_QUEUE_LEN]		= { .type = NLA_U32 },
type             2161 net/core/neighbour.c 	[NDTPA_PROXY_QLEN]		= { .type = NLA_U32 },
type             2162 net/core/neighbour.c 	[NDTPA_APP_PROBES]		= { .type = NLA_U32 },
type             2163 net/core/neighbour.c 	[NDTPA_UCAST_PROBES]		= { .type = NLA_U32 },
type             2164 net/core/neighbour.c 	[NDTPA_MCAST_PROBES]		= { .type = NLA_U32 },
type             2165 net/core/neighbour.c 	[NDTPA_MCAST_REPROBES]		= { .type = NLA_U32 },
type             2166 net/core/neighbour.c 	[NDTPA_BASE_REACHABLE_TIME]	= { .type = NLA_U64 },
type             2167 net/core/neighbour.c 	[NDTPA_GC_STALETIME]		= { .type = NLA_U64 },
type             2168 net/core/neighbour.c 	[NDTPA_DELAY_PROBE_TIME]	= { .type = NLA_U64 },
type             2169 net/core/neighbour.c 	[NDTPA_RETRANS_TIME]		= { .type = NLA_U64 },
type             2170 net/core/neighbour.c 	[NDTPA_ANYCAST_DELAY]		= { .type = NLA_U64 },
type             2171 net/core/neighbour.c 	[NDTPA_PROXY_DELAY]		= { .type = NLA_U64 },
type             2172 net/core/neighbour.c 	[NDTPA_LOCKTIME]		= { .type = NLA_U64 },
type             2423 net/core/neighbour.c 			   u32 pid, u32 seq, int type, unsigned int flags)
type             2430 net/core/neighbour.c 	nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndm), flags);
type             2439 net/core/neighbour.c 	ndm->ndm_type	 = neigh->type;
type             2479 net/core/neighbour.c 			    u32 pid, u32 seq, int type, unsigned int flags,
type             2485 net/core/neighbour.c 	nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndm), flags);
type             3344 net/core/neighbour.c static void __neigh_notify(struct neighbour *n, int type, int flags,
type             3355 net/core/neighbour.c 	err = neigh_fill_info(skb, n, pid, 0, type, flags);
type              226 net/core/net-procfs.c 	if (pt->type == htons(ETH_P_ALL)) {
type              232 net/core/net-procfs.c 		hash = ntohs(pt->type) & PTYPE_HASH_MASK;
type              256 net/core/net-procfs.c 		if (pt->type == htons(ETH_P_ALL))
type              259 net/core/net-procfs.c 			seq_printf(seq, "%04x", ntohs(pt->type));
type              110 net/core/net-sysfs.c NETDEVICE_SHOW_RO(type, fmt_dec);
type             1601 net/core/net-sysfs.c 	.type = KOBJ_NS_TYPE_NET,
type              715 net/core/net_namespace.c 	[NETNSA_NONE]		= { .type = NLA_UNSPEC },
type              716 net/core/net_namespace.c 	[NETNSA_NSID]		= { .type = NLA_S32 },
type              717 net/core/net_namespace.c 	[NETNSA_PID]		= { .type = NLA_U32 },
type              718 net/core/net_namespace.c 	[NETNSA_FD]		= { .type = NLA_U32 },
type              719 net/core/net_namespace.c 	[NETNSA_TARGET_NSID]	= { .type = NLA_S32 },
type             1378 net/core/net_namespace.c 	.type		= CLONE_NEWNET,
type             2006 net/core/pktgen.c 	if (odev->type != ARPHRD_ETHER) {
type             2523 net/core/pktgen.c 	err = x->type->output(x, skb);
type             1589 net/core/rtnetlink.c 			    int type, u32 pid, u32 seq, u32 change,
type             1598 net/core/rtnetlink.c 	nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ifm), flags);
type             1605 net/core/rtnetlink.c 	ifm->ifi_type = dev->type;
type             1711 net/core/rtnetlink.c 	[IFLA_IFNAME]		= { .type = NLA_STRING, .len = IFNAMSIZ-1 },
type             1712 net/core/rtnetlink.c 	[IFLA_ADDRESS]		= { .type = NLA_BINARY, .len = MAX_ADDR_LEN },
type             1713 net/core/rtnetlink.c 	[IFLA_BROADCAST]	= { .type = NLA_BINARY, .len = MAX_ADDR_LEN },
type             1715 net/core/rtnetlink.c 	[IFLA_MTU]		= { .type = NLA_U32 },
type             1716 net/core/rtnetlink.c 	[IFLA_LINK]		= { .type = NLA_U32 },
type             1717 net/core/rtnetlink.c 	[IFLA_MASTER]		= { .type = NLA_U32 },
type             1718 net/core/rtnetlink.c 	[IFLA_CARRIER]		= { .type = NLA_U8 },
type             1719 net/core/rtnetlink.c 	[IFLA_TXQLEN]		= { .type = NLA_U32 },
type             1720 net/core/rtnetlink.c 	[IFLA_WEIGHT]		= { .type = NLA_U32 },
type             1721 net/core/rtnetlink.c 	[IFLA_OPERSTATE]	= { .type = NLA_U8 },
type             1722 net/core/rtnetlink.c 	[IFLA_LINKMODE]		= { .type = NLA_U8 },
type             1723 net/core/rtnetlink.c 	[IFLA_LINKINFO]		= { .type = NLA_NESTED },
type             1724 net/core/rtnetlink.c 	[IFLA_NET_NS_PID]	= { .type = NLA_U32 },
type             1725 net/core/rtnetlink.c 	[IFLA_NET_NS_FD]	= { .type = NLA_U32 },
type             1729 net/core/rtnetlink.c 	[IFLA_IFALIAS]	        = { .type = NLA_BINARY, .len = IFALIASZ - 1 },
type             1730 net/core/rtnetlink.c 	[IFLA_VFINFO_LIST]	= {. type = NLA_NESTED },
type             1731 net/core/rtnetlink.c 	[IFLA_VF_PORTS]		= { .type = NLA_NESTED },
type             1732 net/core/rtnetlink.c 	[IFLA_PORT_SELF]	= { .type = NLA_NESTED },
type             1733 net/core/rtnetlink.c 	[IFLA_AF_SPEC]		= { .type = NLA_NESTED },
type             1734 net/core/rtnetlink.c 	[IFLA_EXT_MASK]		= { .type = NLA_U32 },
type             1735 net/core/rtnetlink.c 	[IFLA_PROMISCUITY]	= { .type = NLA_U32 },
type             1736 net/core/rtnetlink.c 	[IFLA_NUM_TX_QUEUES]	= { .type = NLA_U32 },
type             1737 net/core/rtnetlink.c 	[IFLA_NUM_RX_QUEUES]	= { .type = NLA_U32 },
type             1738 net/core/rtnetlink.c 	[IFLA_GSO_MAX_SEGS]	= { .type = NLA_U32 },
type             1739 net/core/rtnetlink.c 	[IFLA_GSO_MAX_SIZE]	= { .type = NLA_U32 },
type             1740 net/core/rtnetlink.c 	[IFLA_PHYS_PORT_ID]	= { .type = NLA_BINARY, .len = MAX_PHYS_ITEM_ID_LEN },
type             1741 net/core/rtnetlink.c 	[IFLA_CARRIER_CHANGES]	= { .type = NLA_U32 },  /* ignored */
type             1742 net/core/rtnetlink.c 	[IFLA_PHYS_SWITCH_ID]	= { .type = NLA_BINARY, .len = MAX_PHYS_ITEM_ID_LEN },
type             1743 net/core/rtnetlink.c 	[IFLA_LINK_NETNSID]	= { .type = NLA_S32 },
type             1744 net/core/rtnetlink.c 	[IFLA_PROTO_DOWN]	= { .type = NLA_U8 },
type             1745 net/core/rtnetlink.c 	[IFLA_XDP]		= { .type = NLA_NESTED },
type             1746 net/core/rtnetlink.c 	[IFLA_EVENT]		= { .type = NLA_U32 },
type             1747 net/core/rtnetlink.c 	[IFLA_GROUP]		= { .type = NLA_U32 },
type             1748 net/core/rtnetlink.c 	[IFLA_TARGET_NETNSID]	= { .type = NLA_S32 },
type             1749 net/core/rtnetlink.c 	[IFLA_CARRIER_UP_COUNT]	= { .type = NLA_U32 },
type             1750 net/core/rtnetlink.c 	[IFLA_CARRIER_DOWN_COUNT] = { .type = NLA_U32 },
type             1751 net/core/rtnetlink.c 	[IFLA_MIN_MTU]		= { .type = NLA_U32 },
type             1752 net/core/rtnetlink.c 	[IFLA_MAX_MTU]		= { .type = NLA_U32 },
type             1756 net/core/rtnetlink.c 	[IFLA_INFO_KIND]	= { .type = NLA_STRING },
type             1757 net/core/rtnetlink.c 	[IFLA_INFO_DATA]	= { .type = NLA_NESTED },
type             1758 net/core/rtnetlink.c 	[IFLA_INFO_SLAVE_KIND]	= { .type = NLA_STRING },
type             1759 net/core/rtnetlink.c 	[IFLA_INFO_SLAVE_DATA]	= { .type = NLA_NESTED },
type             1764 net/core/rtnetlink.c 	[IFLA_VF_BROADCAST]	= { .type = NLA_REJECT },
type             1766 net/core/rtnetlink.c 	[IFLA_VF_VLAN_LIST]     = { .type = NLA_NESTED },
type             1772 net/core/rtnetlink.c 	[IFLA_VF_STATS]		= { .type = NLA_NESTED },
type             1779 net/core/rtnetlink.c 	[IFLA_PORT_VF]		= { .type = NLA_U32 },
type             1780 net/core/rtnetlink.c 	[IFLA_PORT_PROFILE]	= { .type = NLA_STRING,
type             1782 net/core/rtnetlink.c 	[IFLA_PORT_INSTANCE_UUID] = { .type = NLA_BINARY,
type             1784 net/core/rtnetlink.c 	[IFLA_PORT_HOST_UUID]	= { .type = NLA_STRING,
type             1786 net/core/rtnetlink.c 	[IFLA_PORT_REQUEST]	= { .type = NLA_U8, },
type             1787 net/core/rtnetlink.c 	[IFLA_PORT_RESPONSE]	= { .type = NLA_U16, },
type             1793 net/core/rtnetlink.c 	[IFLA_PORT_VSI_TYPE]	= { .type = NLA_BINARY,
type             1798 net/core/rtnetlink.c 	[IFLA_XDP_FD]		= { .type = NLA_S32 },
type             1799 net/core/rtnetlink.c 	[IFLA_XDP_ATTACHED]	= { .type = NLA_U8 },
type             1800 net/core/rtnetlink.c 	[IFLA_XDP_FLAGS]	= { .type = NLA_U32 },
type             1801 net/core/rtnetlink.c 	[IFLA_XDP_PROG_ID]	= { .type = NLA_U32 },
type             2184 net/core/rtnetlink.c 	if (dev->type != ARPHRD_INFINIBAND)
type             2471 net/core/rtnetlink.c 		sa->sa_family = dev->type;
type             3446 net/core/rtnetlink.c 	int type = cb->nlh->nlmsg_type - RTM_BASE;
type             3460 net/core/rtnetlink.c 		if (type < 0 || type >= RTM_NR_MSGTYPES)
type             3467 net/core/rtnetlink.c 		link = tab[type];
type             3489 net/core/rtnetlink.c struct sk_buff *rtmsg_ifinfo_build_skb(int type, struct net_device *dev,
type             3504 net/core/rtnetlink.c 			       type, 0, 0, change, 0, 0, event,
type             3526 net/core/rtnetlink.c static void rtmsg_ifinfo_event(int type, struct net_device *dev,
type             3535 net/core/rtnetlink.c 	skb = rtmsg_ifinfo_build_skb(type, dev, change, event, flags, new_nsid,
type             3541 net/core/rtnetlink.c void rtmsg_ifinfo(int type, struct net_device *dev, unsigned int change,
type             3544 net/core/rtnetlink.c 	rtmsg_ifinfo_event(type, dev, change, rtnl_get_event(0), flags,
type             3548 net/core/rtnetlink.c void rtmsg_ifinfo_newnet(int type, struct net_device *dev, unsigned int change,
type             3551 net/core/rtnetlink.c 	rtmsg_ifinfo_event(type, dev, change, rtnl_get_event(0), flags,
type             3558 net/core/rtnetlink.c 				   int type, unsigned int flags,
type             3564 net/core/rtnetlink.c 	nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndm), nlflags);
type             3599 net/core/rtnetlink.c static void rtnl_fdb_notify(struct net_device *dev, u8 *addr, u16 vid, int type,
type             3611 net/core/rtnetlink.c 				      0, 0, type, NTF_SELF, 0, ndm_state);
type             3715 net/core/rtnetlink.c 	if (dev->type != ARPHRD_ETHER) {
type             3826 net/core/rtnetlink.c 	if (dev->type != ARPHRD_ETHER) {
type             3920 net/core/rtnetlink.c 	if (dev->type != ARPHRD_ETHER)
type             4313 net/core/rtnetlink.c 	ifm->ifi_type = dev->type;
type             4795 net/core/rtnetlink.c 			       int type, u32 pid, u32 seq, u32 change,
type             4807 net/core/rtnetlink.c 	nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ifsm), flags);
type             5166 net/core/rtnetlink.c 	int type;
type             5168 net/core/rtnetlink.c 	type = nlh->nlmsg_type;
type             5169 net/core/rtnetlink.c 	if (type > RTM_MAX)
type             5172 net/core/rtnetlink.c 	type -= RTM_BASE;
type             5179 net/core/rtnetlink.c 	kind = type&3;
type             5190 net/core/rtnetlink.c 		link = rtnl_get_link(family, type);
type             5193 net/core/rtnetlink.c 			link = rtnl_get_link(family, type);
type             5200 net/core/rtnetlink.c 		if (type == RTM_GETLINK - RTM_BASE)
type             5226 net/core/rtnetlink.c 	link = rtnl_get_link(family, type);
type             5229 net/core/rtnetlink.c 		link = rtnl_get_link(PF_UNSPEC, type);
type             5252 net/core/rtnetlink.c 	link = rtnl_get_link(family, type);
type              213 net/core/scm.c int put_cmsg(struct msghdr * msg, int level, int type, int len, void *data)
type              222 net/core/scm.c 		return put_cmsg_compat(msg, level, type, len, data);
type              233 net/core/scm.c 	cmhdr.cmsg_type = type;
type             3946 net/core/skbuff.c 		int type = skb_shinfo(head_skb)->gso_type;
type             3950 net/core/skbuff.c 		type |= (features & NETIF_F_GSO_PARTIAL) / NETIF_F_GSO_PARTIAL * SKB_GSO_PARTIAL;
type             3951 net/core/skbuff.c 		type &= ~SKB_GSO_DODGY;
type             3959 net/core/skbuff.c 			skb_shinfo(iter)->gso_type = type;
type             4785 net/core/skbuff.c #define OPT_HDR(type, skb, off) \
type             4786 net/core/skbuff.c 	(type *)(skb_network_header(skb) + (off))
type             2873 net/core/sock.c 		sk->sk_type	=	sock->type;
type             3066 net/core/sock.c 		       int level, int type)
type             3089 net/core/sock.c 	put_cmsg(msg, level, type, sizeof(serr->ee), &serr->ee);
type              291 net/core/sock_reuseport.c 		if (prog->type == BPF_PROG_TYPE_SK_REUSEPORT)
type               26 net/core/timestamping.c 	unsigned int type;
type               31 net/core/timestamping.c 	type = classify(skb);
type               32 net/core/timestamping.c 	if (type == PTP_CLASS_NONE)
type               40 net/core/timestamping.c 		phydev->drv->txtstamp(phydev, clone, type);
type               48 net/core/timestamping.c 	unsigned int type;
type               58 net/core/timestamping.c 	type = ptp_classify_raw(skb);
type               62 net/core/timestamping.c 	if (type == PTP_CLASS_NONE)
type               67 net/core/timestamping.c 		return phydev->drv->rxtstamp(phydev, skb, type);
type               78 net/core/xdp.c 	xa->mem.type = 0xF0F0;
type              150 net/core/xdp.c 	if (xdp_rxq->mem.type == MEM_TYPE_ZERO_COPY)
type              153 net/core/xdp.c 	if (xdp_rxq->mem.type == MEM_TYPE_PAGE_POOL) {
type              177 net/core/xdp.c 	xdp_rxq->mem.type = 0;
type              278 net/core/xdp.c static bool __is_supported_mem_type(enum xdp_mem_type type)
type              280 net/core/xdp.c 	if (type == MEM_TYPE_PAGE_POOL)
type              283 net/core/xdp.c 	if (type >= MEM_TYPE_MAX)
type              290 net/core/xdp.c 			       enum xdp_mem_type type, void *allocator)
type              302 net/core/xdp.c 	if (!__is_supported_mem_type(type))
type              305 net/core/xdp.c 	xdp_rxq->mem.type = type;
type              308 net/core/xdp.c 		if (type == MEM_TYPE_PAGE_POOL || type == MEM_TYPE_ZERO_COPY)
type              347 net/core/xdp.c 	if (type == MEM_TYPE_PAGE_POOL)
type              373 net/core/xdp.c 	switch (mem->type) {
type              498 net/core/xdp.c 	xdpf->mem.type = MEM_TYPE_PAGE_ORDER0;
type               45 net/dcb/dcbnl.c 	[DCB_ATTR_IFNAME]      = {.type = NLA_NUL_STRING, .len = IFNAMSIZ - 1},
type               46 net/dcb/dcbnl.c 	[DCB_ATTR_STATE]       = {.type = NLA_U8},
type               47 net/dcb/dcbnl.c 	[DCB_ATTR_PFC_CFG]     = {.type = NLA_NESTED},
type               48 net/dcb/dcbnl.c 	[DCB_ATTR_PG_CFG]      = {.type = NLA_NESTED},
type               49 net/dcb/dcbnl.c 	[DCB_ATTR_SET_ALL]     = {.type = NLA_U8},
type               50 net/dcb/dcbnl.c 	[DCB_ATTR_PERM_HWADDR] = {.type = NLA_FLAG},
type               51 net/dcb/dcbnl.c 	[DCB_ATTR_CAP]         = {.type = NLA_NESTED},
type               52 net/dcb/dcbnl.c 	[DCB_ATTR_PFC_STATE]   = {.type = NLA_U8},
type               53 net/dcb/dcbnl.c 	[DCB_ATTR_BCN]         = {.type = NLA_NESTED},
type               54 net/dcb/dcbnl.c 	[DCB_ATTR_APP]         = {.type = NLA_NESTED},
type               55 net/dcb/dcbnl.c 	[DCB_ATTR_IEEE]	       = {.type = NLA_NESTED},
type               56 net/dcb/dcbnl.c 	[DCB_ATTR_DCBX]        = {.type = NLA_U8},
type               57 net/dcb/dcbnl.c 	[DCB_ATTR_FEATCFG]     = {.type = NLA_NESTED},
type               62 net/dcb/dcbnl.c 	[DCB_PFC_UP_ATTR_0]   = {.type = NLA_U8},
type               63 net/dcb/dcbnl.c 	[DCB_PFC_UP_ATTR_1]   = {.type = NLA_U8},
type               64 net/dcb/dcbnl.c 	[DCB_PFC_UP_ATTR_2]   = {.type = NLA_U8},
type               65 net/dcb/dcbnl.c 	[DCB_PFC_UP_ATTR_3]   = {.type = NLA_U8},
type               66 net/dcb/dcbnl.c 	[DCB_PFC_UP_ATTR_4]   = {.type = NLA_U8},
type               67 net/dcb/dcbnl.c 	[DCB_PFC_UP_ATTR_5]   = {.type = NLA_U8},
type               68 net/dcb/dcbnl.c 	[DCB_PFC_UP_ATTR_6]   = {.type = NLA_U8},
type               69 net/dcb/dcbnl.c 	[DCB_PFC_UP_ATTR_7]   = {.type = NLA_U8},
type               70 net/dcb/dcbnl.c 	[DCB_PFC_UP_ATTR_ALL] = {.type = NLA_FLAG},
type               75 net/dcb/dcbnl.c 	[DCB_PG_ATTR_TC_0]      = {.type = NLA_NESTED},
type               76 net/dcb/dcbnl.c 	[DCB_PG_ATTR_TC_1]      = {.type = NLA_NESTED},
type               77 net/dcb/dcbnl.c 	[DCB_PG_ATTR_TC_2]      = {.type = NLA_NESTED},
type               78 net/dcb/dcbnl.c 	[DCB_PG_ATTR_TC_3]      = {.type = NLA_NESTED},
type               79 net/dcb/dcbnl.c 	[DCB_PG_ATTR_TC_4]      = {.type = NLA_NESTED},
type               80 net/dcb/dcbnl.c 	[DCB_PG_ATTR_TC_5]      = {.type = NLA_NESTED},
type               81 net/dcb/dcbnl.c 	[DCB_PG_ATTR_TC_6]      = {.type = NLA_NESTED},
type               82 net/dcb/dcbnl.c 	[DCB_PG_ATTR_TC_7]      = {.type = NLA_NESTED},
type               83 net/dcb/dcbnl.c 	[DCB_PG_ATTR_TC_ALL]    = {.type = NLA_NESTED},
type               84 net/dcb/dcbnl.c 	[DCB_PG_ATTR_BW_ID_0]   = {.type = NLA_U8},
type               85 net/dcb/dcbnl.c 	[DCB_PG_ATTR_BW_ID_1]   = {.type = NLA_U8},
type               86 net/dcb/dcbnl.c 	[DCB_PG_ATTR_BW_ID_2]   = {.type = NLA_U8},
type               87 net/dcb/dcbnl.c 	[DCB_PG_ATTR_BW_ID_3]   = {.type = NLA_U8},
type               88 net/dcb/dcbnl.c 	[DCB_PG_ATTR_BW_ID_4]   = {.type = NLA_U8},
type               89 net/dcb/dcbnl.c 	[DCB_PG_ATTR_BW_ID_5]   = {.type = NLA_U8},
type               90 net/dcb/dcbnl.c 	[DCB_PG_ATTR_BW_ID_6]   = {.type = NLA_U8},
type               91 net/dcb/dcbnl.c 	[DCB_PG_ATTR_BW_ID_7]   = {.type = NLA_U8},
type               92 net/dcb/dcbnl.c 	[DCB_PG_ATTR_BW_ID_ALL] = {.type = NLA_FLAG},
type               97 net/dcb/dcbnl.c 	[DCB_TC_ATTR_PARAM_PGID]            = {.type = NLA_U8},
type               98 net/dcb/dcbnl.c 	[DCB_TC_ATTR_PARAM_UP_MAPPING]      = {.type = NLA_U8},
type               99 net/dcb/dcbnl.c 	[DCB_TC_ATTR_PARAM_STRICT_PRIO]     = {.type = NLA_U8},
type              100 net/dcb/dcbnl.c 	[DCB_TC_ATTR_PARAM_BW_PCT]          = {.type = NLA_U8},
type              101 net/dcb/dcbnl.c 	[DCB_TC_ATTR_PARAM_ALL]             = {.type = NLA_FLAG},
type              106 net/dcb/dcbnl.c 	[DCB_CAP_ATTR_ALL]     = {.type = NLA_FLAG},
type              107 net/dcb/dcbnl.c 	[DCB_CAP_ATTR_PG]      = {.type = NLA_U8},
type              108 net/dcb/dcbnl.c 	[DCB_CAP_ATTR_PFC]     = {.type = NLA_U8},
type              109 net/dcb/dcbnl.c 	[DCB_CAP_ATTR_UP2TC]   = {.type = NLA_U8},
type              110 net/dcb/dcbnl.c 	[DCB_CAP_ATTR_PG_TCS]  = {.type = NLA_U8},
type              111 net/dcb/dcbnl.c 	[DCB_CAP_ATTR_PFC_TCS] = {.type = NLA_U8},
type              112 net/dcb/dcbnl.c 	[DCB_CAP_ATTR_GSP]     = {.type = NLA_U8},
type              113 net/dcb/dcbnl.c 	[DCB_CAP_ATTR_BCN]     = {.type = NLA_U8},
type              114 net/dcb/dcbnl.c 	[DCB_CAP_ATTR_DCBX]    = {.type = NLA_U8},
type              119 net/dcb/dcbnl.c 	[DCB_NUMTCS_ATTR_ALL]     = {.type = NLA_FLAG},
type              120 net/dcb/dcbnl.c 	[DCB_NUMTCS_ATTR_PG]      = {.type = NLA_U8},
type              121 net/dcb/dcbnl.c 	[DCB_NUMTCS_ATTR_PFC]     = {.type = NLA_U8},
type              126 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_RP_0]         = {.type = NLA_U8},
type              127 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_RP_1]         = {.type = NLA_U8},
type              128 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_RP_2]         = {.type = NLA_U8},
type              129 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_RP_3]         = {.type = NLA_U8},
type              130 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_RP_4]         = {.type = NLA_U8},
type              131 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_RP_5]         = {.type = NLA_U8},
type              132 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_RP_6]         = {.type = NLA_U8},
type              133 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_RP_7]         = {.type = NLA_U8},
type              134 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_RP_ALL]       = {.type = NLA_FLAG},
type              135 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_BCNA_0]       = {.type = NLA_U32},
type              136 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_BCNA_1]       = {.type = NLA_U32},
type              137 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_ALPHA]        = {.type = NLA_U32},
type              138 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_BETA]         = {.type = NLA_U32},
type              139 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_GD]           = {.type = NLA_U32},
type              140 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_GI]           = {.type = NLA_U32},
type              141 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_TMAX]         = {.type = NLA_U32},
type              142 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_TD]           = {.type = NLA_U32},
type              143 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_RMIN]         = {.type = NLA_U32},
type              144 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_W]            = {.type = NLA_U32},
type              145 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_RD]           = {.type = NLA_U32},
type              146 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_RU]           = {.type = NLA_U32},
type              147 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_WRTT]         = {.type = NLA_U32},
type              148 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_RI]           = {.type = NLA_U32},
type              149 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_C]            = {.type = NLA_U32},
type              150 net/dcb/dcbnl.c 	[DCB_BCN_ATTR_ALL]          = {.type = NLA_FLAG},
type              155 net/dcb/dcbnl.c 	[DCB_APP_ATTR_IDTYPE]       = {.type = NLA_U8},
type              156 net/dcb/dcbnl.c 	[DCB_APP_ATTR_ID]           = {.type = NLA_U16},
type              157 net/dcb/dcbnl.c 	[DCB_APP_ATTR_PRIORITY]     = {.type = NLA_U8},
type              164 net/dcb/dcbnl.c 	[DCB_ATTR_IEEE_APP_TABLE]   = {.type = NLA_NESTED},
type              173 net/dcb/dcbnl.c 	[DCB_FEATCFG_ATTR_ALL]      = {.type = NLA_FLAG},
type              174 net/dcb/dcbnl.c 	[DCB_FEATCFG_ATTR_PG]       = {.type = NLA_U8},
type              175 net/dcb/dcbnl.c 	[DCB_FEATCFG_ATTR_PFC]      = {.type = NLA_U8},
type              176 net/dcb/dcbnl.c 	[DCB_FEATCFG_ATTR_APP]      = {.type = NLA_U8},
type              182 net/dcb/dcbnl.c static struct sk_buff *dcbnl_newmsg(int type, u8 cmd, u32 port, u32 seq,
type              193 net/dcb/dcbnl.c 	nlh = nlmsg_put(skb, port, seq, type, sizeof(*dcb), flags);
type             1695 net/dcb/dcbnl.c 	int	type;
type             1771 net/dcb/dcbnl.c 	reply_skb = dcbnl_newmsg(fn->type, dcb->cmd, portid, nlh->nlmsg_seq,
type              260 net/dccp/dccp.h const char *dccp_packet_name(const int type);
type              370 net/dccp/dccp.h 	const __u8 type = DCCP_SKB_CB(skb)->dccpd_type;
type              372 net/dccp/dccp.h 	return type == DCCP_PKT_ACK	 ||
type              373 net/dccp/dccp.h 	       type == DCCP_PKT_CLOSE	 ||
type              374 net/dccp/dccp.h 	       type == DCCP_PKT_CLOSEREQ ||
type              375 net/dccp/dccp.h 	       type == DCCP_PKT_RESET	 ||
type              376 net/dccp/dccp.h 	       type == DCCP_PKT_SYNC	 ||
type              377 net/dccp/dccp.h 	       type == DCCP_PKT_SYNCACK;
type              383 net/dccp/dccp.h 	const __u8 type = DCCP_SKB_CB(skb)->dccpd_type;
type              385 net/dccp/dccp.h 	return type == DCCP_PKT_DATA	 ||
type              386 net/dccp/dccp.h 	       type == DCCP_PKT_DATAACK  ||
type              387 net/dccp/dccp.h 	       type == DCCP_PKT_REQUEST  ||
type              388 net/dccp/dccp.h 	       type == DCCP_PKT_RESPONSE;
type              393 net/dccp/dccp.h 	const __u8 type = DCCP_SKB_CB(skb)->dccpd_type;
type              395 net/dccp/dccp.h 	return type == DCCP_PKT_DATA || type == DCCP_PKT_REQUEST;
type              254 net/dccp/feat.c 	u8 i, type = dccp_feat_type(feat_num);
type              256 net/dccp/feat.c 	if (val == NULL || (type == FEAT_SP && val->sp.vec == NULL))
type              258 net/dccp/feat.c 	else if (type == FEAT_SP)
type              261 net/dccp/feat.c 	else if (type == FEAT_NN)
type              264 net/dccp/feat.c 		dccp_pr_debug_cat("unknown type %u", type);
type              269 net/dccp/feat.c 	u8 type = dccp_feat_type(feat_num);
type              272 net/dccp/feat.c 	if (type == FEAT_NN)
type              391 net/dccp/feat.c 	u8 type = dccp_feat_type(original->feat_num);
type              393 net/dccp/feat.c 	if (type == FEAT_UNKNOWN)
type              400 net/dccp/feat.c 	if (type == FEAT_SP && dccp_feat_clone_sp_val(&new->val,
type              634 net/dccp/feat.c 	u8 opt, type, len, *ptr, nn_in_nbo[DCCP_OPTVAL_MAXLEN];
type              640 net/dccp/feat.c 		type = dccp_feat_type(pos->feat_num);
type              647 net/dccp/feat.c 			if (type == FEAT_SP) {
type              651 net/dccp/feat.c 			} else if (type == FEAT_NN) {
type             1100 net/dccp/feat.c 	u8 defval, type = dccp_feat_type(feat);
type             1105 net/dccp/feat.c 	if (len == 0 || type == FEAT_UNKNOWN)		/* 6.1 and 6.6.8 */
type             1114 net/dccp/feat.c 	if (type == FEAT_NN) {
type             1211 net/dccp/feat.c 	u8 *plist, plen, type = dccp_feat_type(feat);
type             1218 net/dccp/feat.c 		if (is_mandatory && type == FEAT_UNKNOWN)
type             1221 net/dccp/feat.c 		if (!local && type == FEAT_NN)		/* 6.3.2 */
type             1243 net/dccp/feat.c 	if (type == FEAT_NN) {
type             1311 net/dccp/feat.c 	u8 type = dccp_feat_type(feat);
type             1317 net/dccp/feat.c 	if (type == FEAT_UNKNOWN) {
type             1321 net/dccp/feat.c 	} else if (type != FEAT_NN) {
type              132 net/dccp/feat.h int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, u8 *val, u8 len,
type              237 net/dccp/ipv4.c 	const int type = icmp_hdr(skb)->type;
type              288 net/dccp/ipv4.c 	switch (type) {
type             1007 net/dccp/ipv4.c 	.type		= SOCK_DCCP,
type               68 net/dccp/ipv6.c 			u8 type, u8 code, int offset, __be32 info)
type              124 net/dccp/ipv6.c 	if (type == NDISC_REDIRECT) {
type              134 net/dccp/ipv6.c 	if (type == ICMPV6_PKT_TOOBIG) {
type              154 net/dccp/ipv6.c 	icmpv6_err_convert(type, code, &err);
type             1091 net/dccp/ipv6.c 	.type		= SOCK_DCCP,
type              500 net/dccp/options.c int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat,
type              522 net/dccp/options.c 	*to++ = type;
type              151 net/dccp/proto.c const char *dccp_packet_name(const int type)
type              166 net/dccp/proto.c 	if (type >= DCCP_NR_PKT_TYPES)
type              169 net/dccp/proto.c 		return dccp_packet_names[type];
type              475 net/dccp/proto.c static int dccp_setsockopt_ccid(struct sock *sk, int type,
type              489 net/dccp/proto.c 	if (type == DCCP_SOCKOPT_TX_CCID || type == DCCP_SOCKOPT_CCID)
type              492 net/dccp/proto.c 	if (!rc && (type == DCCP_SOCKOPT_RX_CCID || type == DCCP_SOCKOPT_CCID))
type              940 net/dccp/proto.c 	if (sock->state != SS_UNCONNECTED || sock->type != SOCK_DCCP)
type              280 net/decnet/af_decnet.c int dn_sockaddr2username(struct sockaddr_dn *sdn, unsigned char *buf, unsigned char type)
type              284 net/decnet/af_decnet.c 	*buf++ = type;
type              286 net/decnet/af_decnet.c 	switch (type) {
type              317 net/decnet/af_decnet.c 	unsigned char type;
type              330 net/decnet/af_decnet.c 	type = *data++;
type              334 net/decnet/af_decnet.c 		sdn->sdn_objnum = type;
type              679 net/decnet/af_decnet.c 	switch (sock->type) {
type             1073 net/decnet/af_decnet.c 	unsigned char type;
type             1129 net/decnet/af_decnet.c 	skb_pull(skb, dn_username2sockaddr(skb->data, skb->len, &(DN_SK(newsk)->addr), &type));
type             1130 net/decnet/af_decnet.c 	skb_pull(skb, dn_username2sockaddr(skb->data, skb->len, &(DN_SK(newsk)->peer), &type));
type             1936 net/decnet/af_decnet.c 	if (sock->type == SOCK_STREAM) {
type             2106 net/decnet/af_decnet.c 	.type =		cpu_to_be16(ETH_P_DNA_RT),
type               88 net/decnet/dn_dev.c 	.type =		ARPHRD_ETHER, /* Ethernet */
type               99 net/decnet/dn_dev.c 	.type =		ARPHRD_IPGRE, /* DECnet tunneled over GRE in IP */
type              109 net/decnet/dn_dev.c 	.type =		ARPHRD_X25, /* Bog standard X.25 */
type              120 net/decnet/dn_dev.c 	.type =		ARPHRD_PPP, /* DECnet over PPP */
type              130 net/decnet/dn_dev.c 	.type =		ARPHRD_DDCMP, /* DECnet over DDCMP */
type              139 net/decnet/dn_dev.c 	.type =		ARPHRD_LOOPBACK, /* Loopback interface - always last */
type              307 net/decnet/dn_dev.c 	if (dev->type == ARPHRD_ETHER ||
type              308 net/decnet/dn_dev.c 	    dev->type == ARPHRD_PPP ||
type              309 net/decnet/dn_dev.c 	    dev->type == ARPHRD_IPGRE ||
type              310 net/decnet/dn_dev.c 	    dev->type == ARPHRD_LOOPBACK)
type              340 net/decnet/dn_dev.c 	if (dn_db->dev->type == ARPHRD_ETHER) {
type              373 net/decnet/dn_dev.c 	if (dev->type == ARPHRD_ETHER) {
type              562 net/decnet/dn_dev.c 	[IFA_ADDRESS]		= { .type = NLA_U16 },
type              563 net/decnet/dn_dev.c 	[IFA_LOCAL]		= { .type = NLA_U16 },
type              564 net/decnet/dn_dev.c 	[IFA_LABEL]		= { .type = NLA_STRING,
type              566 net/decnet/dn_dev.c 	[IFA_FLAGS]		= { .type = NLA_U32 },
type             1086 net/decnet/dn_dev.c 		if (p->type == dev->type)
type             1149 net/decnet/dn_dev.c 	if ((dev->type != ARPHRD_ETHER) && (dev->type != ARPHRD_LOOPBACK))
type             1165 net/decnet/dn_dev.c 	if (dev->type == ARPHRD_ETHER) {
type             1340 net/decnet/dn_dev.c static char *dn_type2asc(char type)
type             1342 net/decnet/dn_dev.c 	switch (type) {
type              232 net/decnet/dn_fib.c 		if (res.type != RTN_UNICAST && res.type != RTN_LOCAL)
type              302 net/decnet/dn_fib.c 			int type = nla_type(attr);
type              304 net/decnet/dn_fib.c 			if (type) {
type              305 net/decnet/dn_fib.c 				if (type > RTAX_MAX || type == RTAX_CC_ALGO ||
type              309 net/decnet/dn_fib.c 				fi->fib_metrics[type-1] = nla_get_u32(attr);
type              416 net/decnet/dn_fib.c int dn_fib_semantic_match(int type, struct dn_fib_info *fi, const struct flowidn *fld, struct dn_fib_res *res)
type              418 net/decnet/dn_fib.c 	int err = dn_fib_props[type].error;
type              426 net/decnet/dn_fib.c 		switch (type) {
type              450 net/decnet/dn_fib.c 					    type);
type              559 net/decnet/dn_fib.c static void fib_magic(int cmd, int type, __le16 dst, int dst_len, struct dn_ifaddr *ifa)
type              592 net/decnet/dn_fib.c 	if (type == RTN_UNICAST)
type              609 net/decnet/dn_fib.c 	req.rtm.rtm_scope = (type != RTN_LOCAL ? RT_SCOPE_LINK : RT_SCOPE_HOST);
type              610 net/decnet/dn_fib.c 	req.rtm.rtm_type = type;
type              139 net/decnet/dn_neigh.c 	if ((dev->type == ARPHRD_IPGRE) || (dev->flags & IFF_POINTOPOINT))
type              141 net/decnet/dn_neigh.c 	else if ((dev->type == ARPHRD_ETHER) || (dev->type == ARPHRD_LOOPBACK))
type              145 net/decnet/dn_neigh.c 				    dev->type);
type              406 net/decnet/dn_neigh.c 			if (neigh->dev->type == ARPHRD_ETHER)
type              465 net/decnet/dn_neigh.c 			if (neigh->dev->type == ARPHRD_ETHER)
type               95 net/decnet/dn_nsp_in.c 	unsigned short type = ((ack >> 12) & 0x0003);
type               98 net/decnet/dn_nsp_in.c 	switch (type) {
type              223 net/decnet/dn_nsp_in.c 	unsigned char type = 0;
type              254 net/decnet/dn_nsp_in.c 	dstlen = dn_username2sockaddr(ptr, len, &dstaddr, &type);
type              260 net/decnet/dn_nsp_in.c 	if (type > 1)
type              269 net/decnet/dn_nsp_in.c 	srclen = dn_username2sockaddr(ptr, len, &srcaddr, &type);
type              635 net/decnet/dn_nsp_out.c 	unsigned char type = 1;
type              654 net/decnet/dn_nsp_out.c 		type = 0;
type              657 net/decnet/dn_nsp_out.c 					  skb_tail_pointer(skb), type));
type              875 net/decnet/dn_route.c 	rt->rt_type = res->type;
type              962 net/decnet/dn_route.c 	struct dn_fib_res res = { .fi = NULL, .type = RTN_UNICAST };
type             1039 net/decnet/dn_route.c 		res.type = RTN_LOCAL;
type             1085 net/decnet/dn_route.c 						res.type = RTN_LOCAL;
type             1109 net/decnet/dn_route.c 			res.type = RTN_LOCAL;
type             1124 net/decnet/dn_route.c 						       res.type == RTN_LOCAL ?
type             1127 net/decnet/dn_route.c 			if (fld.saddr == 0 && res.type != RTN_LOCAL)
type             1135 net/decnet/dn_route.c 	if (res.type == RTN_NAT)
type             1138 net/decnet/dn_route.c 	if (res.type == RTN_LOCAL) {
type             1319 net/decnet/dn_route.c 	struct dn_fib_res res = { .fi = NULL, .type = RTN_UNREACHABLE };
type             1353 net/decnet/dn_route.c 		res.type = RTN_LOCAL;
type             1369 net/decnet/dn_route.c 		if (res.type == RTN_NAT) {
type             1376 net/decnet/dn_route.c 			if (res.type != RTN_UNICAST)
type             1384 net/decnet/dn_route.c 	switch(res.type) {
type             1467 net/decnet/dn_route.c 	switch (res.type) {
type             1617 net/decnet/dn_route.c 	[RTA_DST]		= { .type = NLA_U16 },
type             1618 net/decnet/dn_route.c 	[RTA_SRC]		= { .type = NLA_U16 },
type             1619 net/decnet/dn_route.c 	[RTA_IIF]		= { .type = NLA_U32 },
type             1620 net/decnet/dn_route.c 	[RTA_OIF]		= { .type = NLA_U32 },
type             1621 net/decnet/dn_route.c 	[RTA_GATEWAY]		= { .type = NLA_U16 },
type             1622 net/decnet/dn_route.c 	[RTA_PRIORITY]		= { .type = NLA_U32 },
type             1623 net/decnet/dn_route.c 	[RTA_PREFSRC]		= { .type = NLA_U16 },
type             1624 net/decnet/dn_route.c 	[RTA_METRICS]		= { .type = NLA_NESTED },
type             1625 net/decnet/dn_route.c 	[RTA_MULTIPATH]		= { .type = NLA_NESTED },
type             1626 net/decnet/dn_route.c 	[RTA_TABLE]		= { .type = NLA_U32 },
type             1627 net/decnet/dn_route.c 	[RTA_MARK]		= { .type = NLA_U32 },
type              195 net/decnet/dn_rules.c 			ret = res.type;
type              302 net/decnet/dn_table.c 			u32 tb_id, u8 type, u8 scope, void *dst, int dst_len,
type              320 net/decnet/dn_table.c 	rtm->rtm_type  = type;
type              537 net/decnet/dn_table.c 	int type = r->rtm_type;
type              607 net/decnet/dn_table.c 			if (f->fn_type == type &&
type              631 net/decnet/dn_table.c 	new_f->fn_type = type;
type              820 net/decnet/dn_table.c 				res->type = f->fn_type;
type               75 net/dns_resolver/dns_query.c 	      const char *type, const char *name, size_t namelen,
type               87 net/dns_resolver/dns_query.c 	       type, (int)namelen, (int)namelen, name, namelen, options);
type               95 net/dns_resolver/dns_query.c 	if (type) {
type               96 net/dns_resolver/dns_query.c 		typelen = strlen(type);
type              111 net/dns_resolver/dns_query.c 	if (type) {
type              112 net/dns_resolver/dns_query.c 		memcpy(cp, type, typelen);
type              183 net/dsa/dsa.c  	unsigned int type;
type              190 net/dsa/dsa.c  	type = ptp_classify_raw(skb);
type              194 net/dsa/dsa.c  	if (type == PTP_CLASS_NONE)
type              198 net/dsa/dsa.c  		return ds->ops->port_rxtstamp(ds, p->dp->index, skb, type);
type              299 net/dsa/dsa.c  	.type	= cpu_to_be16(ETH_P_XDSA),
type               98 net/dsa/dsa2.c 	return port->type == DSA_PORT_TYPE_DSA;
type              103 net/dsa/dsa2.c 	return port->type == DSA_PORT_TYPE_CPU;
type              108 net/dsa/dsa2.c 	return dp->type == DSA_PORT_TYPE_USER;
type              268 net/dsa/dsa2.c 	switch (dp->type) {
type              344 net/dsa/dsa2.c 	switch (dp->type) {
type              618 net/dsa/dsa2.c 	dp->type = DSA_PORT_TYPE_USER;
type              626 net/dsa/dsa2.c 	dp->type = DSA_PORT_TYPE_DSA;
type              647 net/dsa/dsa2.c 	dp->type = DSA_PORT_TYPE_CPU;
type              122 net/dsa/dsa_priv.h 	if (unlikely(slave_port->type != DSA_PORT_TYPE_USER))
type              627 net/dsa/port.c 	dp->pl_config.type = PHYLINK_DEV;
type              466 net/dsa/slave.c 	unsigned int type;
type              468 net/dsa/slave.c 	type = ptp_classify_raw(skb);
type              469 net/dsa/slave.c 	if (type == PTP_CLASS_NONE)
type              481 net/dsa/slave.c 	if (ds->ops->port_txtstamp(ds, p->dp->index, clone, type))
type              896 net/dsa/slave.c 		mall_tc_entry->type = DSA_PORT_MALL_MIRROR;
type              932 net/dsa/slave.c 	switch (mall_tc_entry->type) {
type              961 net/dsa/slave.c static int dsa_slave_setup_tc_block_cb(enum tc_setup_type type, void *type_data,
type              969 net/dsa/slave.c 	switch (type) {
type              977 net/dsa/slave.c static int dsa_slave_setup_tc_block_cb_ig(enum tc_setup_type type,
type              980 net/dsa/slave.c 	return dsa_slave_setup_tc_block_cb(type, type_data, cb_priv, true);
type              983 net/dsa/slave.c static int dsa_slave_setup_tc_block_cb_eg(enum tc_setup_type type,
type              986 net/dsa/slave.c 	return dsa_slave_setup_tc_block_cb(type, type_data, cb_priv, false);
type             1031 net/dsa/slave.c static int dsa_slave_setup_tc(struct net_device *dev, enum tc_setup_type type,
type             1037 net/dsa/slave.c 	if (type == TC_SETUP_BLOCK)
type             1043 net/dsa/slave.c 	return ds->ops->port_setup_tc(ds, dp->index, type, type_data);
type             1302 net/dsa/slave.c 	dp->pl_config.type = PHYLINK_NETDEV;
type               80 net/ethernet/eth.c 	       unsigned short type,
type               85 net/ethernet/eth.c 	if (type != ETH_P_802_3 && type != ETH_P_802_2)
type               86 net/ethernet/eth.c 		eth->h_proto = htons(type);
type              233 net/ethernet/eth.c int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh, __be16 type)
type              241 net/ethernet/eth.c 	if (type == htons(ETH_P_802_3))
type              244 net/ethernet/eth.c 	eth->h_proto = type;
type              380 net/ethernet/eth.c 	dev->type		= ARPHRD_ETHER;
type              460 net/ethernet/eth.c 	__be16 type;
type              485 net/ethernet/eth.c 	type = eh->h_proto;
type              488 net/ethernet/eth.c 	ptype = gro_find_receive_by_type(type);
type              510 net/ethernet/eth.c 	__be16 type = eh->h_proto;
type              518 net/ethernet/eth.c 	ptype = gro_find_complete_by_type(type);
type              529 net/ethernet/eth.c 	.type = cpu_to_be16(ETH_P_TEB),
type               66 net/hsr/hsr_device.c 		if (port->type != HSR_PT_MASTER && is_slave_up(port->dev)) {
type              123 net/hsr/hsr_device.c 		if (port->type != HSR_PT_MASTER)
type              162 net/hsr/hsr_device.c 		if (port->type == HSR_PT_MASTER)
type              164 net/hsr/hsr_device.c 		switch (port->type) {
type              246 net/hsr/hsr_device.c 				       u8 type, u8 hsr_ver)
type              301 net/hsr/hsr_device.c 	hsr_stag->HSR_TLV_type = type;
type              130 net/hsr/hsr_forward.c 	if (port->type == HSR_PT_SLAVE_A)
type              189 net/hsr/hsr_forward.c 	if (port->type != HSR_PT_SLAVE_A && port->type != HSR_PT_SLAVE_B) {
type              220 net/hsr/hsr_forward.c 	if (frame->port_rcv->type == HSR_PT_MASTER) {
type              253 net/hsr/hsr_forward.c 		if (port->type == HSR_PT_MASTER && !frame->is_local_dest)
type              257 net/hsr/hsr_forward.c 		if (port->type != HSR_PT_MASTER && frame->is_local_exclusive)
type              265 net/hsr/hsr_forward.c 		if (frame->is_supervision && port->type == HSR_PT_MASTER) {
type              272 net/hsr/hsr_forward.c 		if (port->type != HSR_PT_MASTER)
type              282 net/hsr/hsr_forward.c 		if (port->type == HSR_PT_MASTER)
type              365 net/hsr/hsr_forward.c 	if (port->type == HSR_PT_MASTER) {
type              209 net/hsr/hsr_framereg.c 		if (port->type != HSR_PT_MASTER)
type              269 net/hsr/hsr_framereg.c 	node_real->addr_B_port = port_rcv->type;
type              324 net/hsr/hsr_framereg.c 	if (port->type != node_dst->addr_B_port)
type              337 net/hsr/hsr_framereg.c 	if (seq_nr_before(sequence_nr, node->seq_out[port->type]))
type              340 net/hsr/hsr_framereg.c 	node->time_in[port->type] = jiffies;
type              341 net/hsr/hsr_framereg.c 	node->time_in_stale[port->type] = false;
type              355 net/hsr/hsr_framereg.c 	if (seq_nr_before_or_eq(sequence_nr, node->seq_out[port->type]))
type              358 net/hsr/hsr_framereg.c 	node->seq_out[port->type] = sequence_nr;
type               53 net/hsr/hsr_main.c 		if (port->type == HSR_PT_MASTER) {
type               63 net/hsr/hsr_main.c 		if (port->type == HSR_PT_SLAVE_A) {
type               81 net/hsr/hsr_main.c 		if (port->type == HSR_PT_MASTER)
type              105 net/hsr/hsr_main.c 		if (port->type == pt)
type              150 net/hsr/hsr_main.h 	enum hsr_port_type	type;
type               19 net/hsr/hsr_netlink.c 	[IFLA_HSR_SLAVE1]		= { .type = NLA_U32 },
type               20 net/hsr/hsr_netlink.c 	[IFLA_HSR_SLAVE2]		= { .type = NLA_U32 },
type               21 net/hsr/hsr_netlink.c 	[IFLA_HSR_MULTICAST_SPEC]	= { .type = NLA_U8 },
type               22 net/hsr/hsr_netlink.c 	[IFLA_HSR_VERSION]	= { .type = NLA_U8 },
type               24 net/hsr/hsr_netlink.c 	[IFLA_HSR_SEQ_NR]		= { .type = NLA_U16 },
type              129 net/hsr/hsr_netlink.c 	[HSR_A_IFINDEX] = { .type = NLA_U32 },
type              130 net/hsr/hsr_netlink.c 	[HSR_A_IF1_AGE] = { .type = NLA_U32 },
type              131 net/hsr/hsr_netlink.c 	[HSR_A_IF2_AGE] = { .type = NLA_U32 },
type              132 net/hsr/hsr_netlink.c 	[HSR_A_IF1_SEQ] = { .type = NLA_U16 },
type              133 net/hsr/hsr_netlink.c 	[HSR_A_IF2_SEQ] = { .type = NLA_U16 },
type               64 net/hsr/hsr_slave.c 	if ((dev->flags & IFF_LOOPBACK) || dev->type != ARPHRD_ETHER ||
type              129 net/hsr/hsr_slave.c 		 enum hsr_port_type type)
type              134 net/hsr/hsr_slave.c 	if (type != HSR_PT_MASTER) {
type              140 net/hsr/hsr_slave.c 	port = hsr_port_get_hsr(hsr, type);
type              150 net/hsr/hsr_slave.c 	port->type = type;
type              152 net/hsr/hsr_slave.c 	if (type != HSR_PT_MASTER) {
type               41 net/ieee802154/6lowpan/6lowpan_i.h 			 unsigned short type, const void *_daddr,
type              140 net/ieee802154/6lowpan/core.c 	if (wdev->type != ARPHRD_IEEE802154) {
type              211 net/ieee802154/6lowpan/core.c 	if (ndev->type != ARPHRD_IEEE802154)
type              276 net/ieee802154/6lowpan/rx.c 	if (wdev->type != ARPHRD_IEEE802154 ||
type              311 net/ieee802154/6lowpan/rx.c 	.type = htons(ETH_P_IEEE802154),
type               34 net/ieee802154/6lowpan/tx.c 			 unsigned short type, const void *daddr,
type               49 net/ieee802154/6lowpan/tx.c 	if (type != ETH_P_IPV6)
type              238 net/ieee802154/6lowpan/tx.c 	cb->type = IEEE802154_FC_TYPE_DATA;
type               29 net/ieee802154/nl-mac.c static int nla_put_hwaddr(struct sk_buff *msg, int type, __le64 hwaddr,
type               32 net/ieee802154/nl-mac.c 	return nla_put_u64_64bit(msg, type, swab64((__force u64)hwaddr),
type               41 net/ieee802154/nl-mac.c static int nla_put_shortaddr(struct sk_buff *msg, int type, __le16 addr)
type               43 net/ieee802154/nl-mac.c 	return nla_put_u16(msg, type, le16_to_cpu(addr));
type              165 net/ieee802154/nl-mac.c 	if (dev->type != ARPHRD_IEEE802154) {
type              371 net/ieee802154/nl-mac.c 	u8 type;
type              387 net/ieee802154/nl-mac.c 	type = nla_get_u8(info->attrs[IEEE802154_ATTR_SCAN_TYPE]);
type              396 net/ieee802154/nl-mac.c 	ret = ieee802154_mlme_ops(dev)->scan_req(dev, type, channels,
type              449 net/ieee802154/nl-mac.c 		if (idx < s_idx || dev->type != ARPHRD_IEEE802154)
type              780 net/ieee802154/nl-mac.c 		if (idx < first_dev || dev->type != ARPHRD_IEEE802154)
type              169 net/ieee802154/nl-phy.c 	int type = __IEEE802154_DEV_INVALID;
type              211 net/ieee802154/nl-phy.c 		type = nla_get_u8(info->attrs[IEEE802154_ATTR_DEV_TYPE]);
type              212 net/ieee802154/nl-phy.c 		if (type >= __IEEE802154_DEV_MAX) {
type              219 net/ieee802154/nl-phy.c 					       name_assign_type, type);
type              285 net/ieee802154/nl-phy.c 	if (dev->type != ARPHRD_IEEE802154)
type              178 net/ieee802154/nl802154.c 	[NL802154_ATTR_WPAN_PHY] = { .type = NLA_U32 },
type              179 net/ieee802154/nl802154.c 	[NL802154_ATTR_WPAN_PHY_NAME] = { .type = NLA_NUL_STRING,
type              182 net/ieee802154/nl802154.c 	[NL802154_ATTR_IFINDEX] = { .type = NLA_U32 },
type              183 net/ieee802154/nl802154.c 	[NL802154_ATTR_IFTYPE] = { .type = NLA_U32 },
type              184 net/ieee802154/nl802154.c 	[NL802154_ATTR_IFNAME] = { .type = NLA_NUL_STRING, .len = IFNAMSIZ-1 },
type              186 net/ieee802154/nl802154.c 	[NL802154_ATTR_WPAN_DEV] = { .type = NLA_U64 },
type              188 net/ieee802154/nl802154.c 	[NL802154_ATTR_PAGE] = { .type = NLA_U8, },
type              189 net/ieee802154/nl802154.c 	[NL802154_ATTR_CHANNEL] = { .type = NLA_U8, },
type              191 net/ieee802154/nl802154.c 	[NL802154_ATTR_TX_POWER] = { .type = NLA_S32, },
type              193 net/ieee802154/nl802154.c 	[NL802154_ATTR_CCA_MODE] = { .type = NLA_U32, },
type              194 net/ieee802154/nl802154.c 	[NL802154_ATTR_CCA_OPT] = { .type = NLA_U32, },
type              195 net/ieee802154/nl802154.c 	[NL802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
type              197 net/ieee802154/nl802154.c 	[NL802154_ATTR_SUPPORTED_CHANNEL] = { .type = NLA_U32, },
type              199 net/ieee802154/nl802154.c 	[NL802154_ATTR_PAN_ID] = { .type = NLA_U16, },
type              200 net/ieee802154/nl802154.c 	[NL802154_ATTR_EXTENDED_ADDR] = { .type = NLA_U64 },
type              201 net/ieee802154/nl802154.c 	[NL802154_ATTR_SHORT_ADDR] = { .type = NLA_U16, },
type              203 net/ieee802154/nl802154.c 	[NL802154_ATTR_MIN_BE] = { .type = NLA_U8, },
type              204 net/ieee802154/nl802154.c 	[NL802154_ATTR_MAX_BE] = { .type = NLA_U8, },
type              205 net/ieee802154/nl802154.c 	[NL802154_ATTR_MAX_CSMA_BACKOFFS] = { .type = NLA_U8, },
type              207 net/ieee802154/nl802154.c 	[NL802154_ATTR_MAX_FRAME_RETRIES] = { .type = NLA_S8, },
type              209 net/ieee802154/nl802154.c 	[NL802154_ATTR_LBT_MODE] = { .type = NLA_U8, },
type              211 net/ieee802154/nl802154.c 	[NL802154_ATTR_WPAN_PHY_CAPS] = { .type = NLA_NESTED },
type              213 net/ieee802154/nl802154.c 	[NL802154_ATTR_SUPPORTED_COMMANDS] = { .type = NLA_NESTED },
type              215 net/ieee802154/nl802154.c 	[NL802154_ATTR_ACKREQ_DEFAULT] = { .type = NLA_U8 },
type              217 net/ieee802154/nl802154.c 	[NL802154_ATTR_PID] = { .type = NLA_U32 },
type              218 net/ieee802154/nl802154.c 	[NL802154_ATTR_NETNS_FD] = { .type = NLA_U32 },
type              220 net/ieee802154/nl802154.c 	[NL802154_ATTR_SEC_ENABLED] = { .type = NLA_U8, },
type              221 net/ieee802154/nl802154.c 	[NL802154_ATTR_SEC_OUT_LEVEL] = { .type = NLA_U32, },
type              222 net/ieee802154/nl802154.c 	[NL802154_ATTR_SEC_OUT_KEY_ID] = { .type = NLA_NESTED, },
type              223 net/ieee802154/nl802154.c 	[NL802154_ATTR_SEC_FRAME_COUNTER] = { .type = NLA_U32 },
type              225 net/ieee802154/nl802154.c 	[NL802154_ATTR_SEC_LEVEL] = { .type = NLA_NESTED },
type              226 net/ieee802154/nl802154.c 	[NL802154_ATTR_SEC_DEVICE] = { .type = NLA_NESTED },
type              227 net/ieee802154/nl802154.c 	[NL802154_ATTR_SEC_DEVKEY] = { .type = NLA_NESTED },
type              228 net/ieee802154/nl802154.c 	[NL802154_ATTR_SEC_KEY] = { .type = NLA_NESTED },
type              917 net/ieee802154/nl802154.c 	enum nl802154_iftype type = NL802154_IFTYPE_UNSPEC;
type              928 net/ieee802154/nl802154.c 		type = nla_get_u32(info->attrs[NL802154_ATTR_IFTYPE]);
type              929 net/ieee802154/nl802154.c 		if (type > NL802154_IFTYPE_MAX ||
type              930 net/ieee802154/nl802154.c 		    !(rdev->wpan_phy.supported.iftypes & BIT(type)))
type              942 net/ieee802154/nl802154.c 				     NET_NAME_USER, type, extended_addr);
type             1297 net/ieee802154/nl802154.c 	[NL802154_DEV_ADDR_ATTR_PAN_ID] = { .type = NLA_U16 },
type             1298 net/ieee802154/nl802154.c 	[NL802154_DEV_ADDR_ATTR_MODE] = { .type = NLA_U32 },
type             1299 net/ieee802154/nl802154.c 	[NL802154_DEV_ADDR_ATTR_SHORT] = { .type = NLA_U16 },
type             1300 net/ieee802154/nl802154.c 	[NL802154_DEV_ADDR_ATTR_EXTENDED] = { .type = NLA_U64 },
type             1335 net/ieee802154/nl802154.c 	[NL802154_KEY_ID_ATTR_MODE] = { .type = NLA_U32 },
type             1336 net/ieee802154/nl802154.c 	[NL802154_KEY_ID_ATTR_INDEX] = { .type = NLA_U8 },
type             1337 net/ieee802154/nl802154.c 	[NL802154_KEY_ID_ATTR_IMPLICIT] = { .type = NLA_NESTED },
type             1338 net/ieee802154/nl802154.c 	[NL802154_KEY_ID_ATTR_SOURCE_SHORT] = { .type = NLA_U32 },
type             1339 net/ieee802154/nl802154.c 	[NL802154_KEY_ID_ATTR_SOURCE_EXTENDED] = { .type = NLA_U64 },
type             1712 net/ieee802154/nl802154.c 	[NL802154_DEV_ATTR_PAN_ID] = { .type = NLA_U16 },
type             1713 net/ieee802154/nl802154.c 	[NL802154_DEV_ATTR_SHORT_ADDR] = { .type = NLA_U16 },
type             1714 net/ieee802154/nl802154.c 	[NL802154_DEV_ATTR_EXTENDED_ADDR] = { .type = NLA_U64 },
type             2041 net/ieee802154/nl802154.c 	[NL802154_SECLEVEL_ATTR_LEVELS] = { .type = NLA_U8 },
type             2042 net/ieee802154/nl802154.c 	[NL802154_SECLEVEL_ATTR_FRAME] = { .type = NLA_U32 },
type             2043 net/ieee802154/nl802154.c 	[NL802154_SECLEVEL_ATTR_CMD_FRAME] = { .type = NLA_U32 },
type             2044 net/ieee802154/nl802154.c 	[NL802154_SECLEVEL_ATTR_DEV_OVERRIDE] = { .type = NLA_U8 },
type               15 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_DEV_NAME] = { .type = NLA_STRING, },
type               16 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_DEV_INDEX] = { .type = NLA_U32, },
type               17 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_PHY_NAME] = { .type = NLA_STRING, },
type               19 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_STATUS] = { .type = NLA_U8, },
type               20 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_SHORT_ADDR] = { .type = NLA_U16, },
type               21 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_HW_ADDR] = { .type = NLA_HW_ADDR, },
type               22 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_PAN_ID] = { .type = NLA_U16, },
type               23 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_CHANNEL] = { .type = NLA_U8, },
type               24 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_BCN_ORD] = { .type = NLA_U8, },
type               25 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_SF_ORD] = { .type = NLA_U8, },
type               26 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_PAN_COORD] = { .type = NLA_U8, },
type               27 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_BAT_EXT] = { .type = NLA_U8, },
type               28 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_COORD_REALIGN] = { .type = NLA_U8, },
type               29 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_PAGE] = { .type = NLA_U8, },
type               30 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_DEV_TYPE] = { .type = NLA_U8, },
type               31 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_COORD_SHORT_ADDR] = { .type = NLA_U16, },
type               32 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_COORD_HW_ADDR] = { .type = NLA_HW_ADDR, },
type               33 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_COORD_PAN_ID] = { .type = NLA_U16, },
type               34 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_SRC_SHORT_ADDR] = { .type = NLA_U16, },
type               35 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_SRC_HW_ADDR] = { .type = NLA_HW_ADDR, },
type               36 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_SRC_PAN_ID] = { .type = NLA_U16, },
type               37 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_DEST_SHORT_ADDR] = { .type = NLA_U16, },
type               38 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_DEST_HW_ADDR] = { .type = NLA_HW_ADDR, },
type               39 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_DEST_PAN_ID] = { .type = NLA_U16, },
type               41 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_CAPABILITY] = { .type = NLA_U8, },
type               42 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_REASON] = { .type = NLA_U8, },
type               43 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_SCAN_TYPE] = { .type = NLA_U8, },
type               44 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_CHANNELS] = { .type = NLA_U32, },
type               45 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_DURATION] = { .type = NLA_U8, },
type               49 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_TXPOWER] = { .type = NLA_S8, },
type               50 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_LBT_ENABLED] = { .type = NLA_U8, },
type               51 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_CCA_MODE] = { .type = NLA_U8, },
type               52 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
type               53 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_CSMA_RETRIES] = { .type = NLA_U8, },
type               54 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_CSMA_MIN_BE] = { .type = NLA_U8, },
type               55 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_CSMA_MAX_BE] = { .type = NLA_U8, },
type               57 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_FRAME_RETRIES] = { .type = NLA_S8, },
type               59 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_LLSEC_ENABLED] = { .type = NLA_U8, },
type               60 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_LLSEC_SECLEVEL] = { .type = NLA_U8, },
type               61 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_LLSEC_KEY_MODE] = { .type = NLA_U8, },
type               62 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_LLSEC_KEY_SOURCE_SHORT] = { .type = NLA_U32, },
type               63 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_LLSEC_KEY_SOURCE_EXTENDED] = { .type = NLA_HW_ADDR, },
type               64 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_LLSEC_KEY_ID] = { .type = NLA_U8, },
type               65 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_LLSEC_FRAME_COUNTER] = { .type = NLA_U32 },
type               67 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_LLSEC_KEY_USAGE_FRAME_TYPES] = { .type = NLA_U8, },
type               69 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_LLSEC_FRAME_TYPE] = { .type = NLA_U8, },
type               70 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_LLSEC_CMD_FRAME_ID] = { .type = NLA_U8, },
type               71 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_LLSEC_SECLEVELS] = { .type = NLA_U8, },
type               72 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_LLSEC_DEV_OVERRIDE] = { .type = NLA_U8, },
type               73 net/ieee802154/nl_policy.c 	[IEEE802154_ATTR_LLSEC_DEV_KEY_MODE] = { .type = NLA_U8, },
type               14 net/ieee802154/rdev-ops.h 				 int type)
type               17 net/ieee802154/rdev-ops.h 						      name_assign_type, type);
type               50 net/ieee802154/rdev-ops.h 		      enum nl802154_iftype type, __le64 extended_addr)
type               54 net/ieee802154/rdev-ops.h 	trace_802154_rdev_add_virtual_intf(&rdev->wpan_phy, name, type,
type               57 net/ieee802154/rdev-ops.h 					  name_assign_type, type,
type               57 net/ieee802154/socket.c 			if (tmp->type != ARPHRD_IEEE802154)
type              143 net/ieee802154/socket.c 	if (dev->type == ARPHRD_IEEE802154 && dev->netdev_ops->ndo_do_ioctl)
type              514 net/ieee802154/socket.c 	if (dev->type != ARPHRD_IEEE802154) {
type              657 net/ieee802154/socket.c 	cb->type = IEEE802154_FC_TYPE_DATA;
type              798 net/ieee802154/socket.c 	BUG_ON(dev->type != ARPHRD_IEEE802154);
type             1009 net/ieee802154/socket.c 	switch (sock->type) {
type             1069 net/ieee802154/socket.c 	pr_debug("got frame, type %d, dev %p\n", dev->type, dev);
type             1080 net/ieee802154/socket.c 	if (dev->type != ARPHRD_IEEE802154)
type             1092 net/ieee802154/socket.c 	.type = htons(ETH_P_IEEE802154),
type               68 net/ieee802154/trace.h 		 enum nl802154_iftype type, __le64 extended_addr),
type               69 net/ieee802154/trace.h 	TP_ARGS(wpan_phy, name, type, extended_addr),
type               73 net/ieee802154/trace.h 		__field(enum nl802154_iftype, type)
type               79 net/ieee802154/trace.h 		__entry->type = type;
type               83 net/ieee802154/trace.h 		  WPAN_PHY_PR_ARG, __get_str(vir_intf_name), __entry->type,
type               94 net/ife/ife.c  	__be16 type;
type              136 net/ife/ife.c  	*attrtype = ntohs(tlv->type);
type              204 net/ipv4/af_inet.c 	if (sock->state != SS_UNCONNECTED || sock->type != SOCK_STREAM)
type              267 net/ipv4/af_inet.c 	list_for_each_entry_rcu(answer, &inetsw[sock->type], list) {
type              295 net/ipv4/af_inet.c 					       PF_INET, protocol, sock->type);
type              309 net/ipv4/af_inet.c 	if (sock->type == SOCK_RAW && !kern &&
type              334 net/ipv4/af_inet.c 	if (SOCK_RAW == sock->type) {
type             1091 net/ipv4/af_inet.c 		.type =       SOCK_STREAM,
type             1100 net/ipv4/af_inet.c 		.type =       SOCK_DGRAM,
type             1108 net/ipv4/af_inet.c 		.type =       SOCK_DGRAM,
type             1116 net/ipv4/af_inet.c 	       .type =       SOCK_RAW,
type             1135 net/ipv4/af_inet.c 	if (p->type >= SOCK_MAX)
type             1139 net/ipv4/af_inet.c 	last_perm = &inetsw[p->type];
type             1140 net/ipv4/af_inet.c 	list_for_each(lh, &inetsw[p->type]) {
type             1168 net/ipv4/af_inet.c 	       p->type);
type             1625 net/ipv4/af_inet.c 			 unsigned short type, unsigned char protocol,
type             1629 net/ipv4/af_inet.c 	int rc = sock_create_kern(net, family, type, protocol, &sock);
type             1864 net/ipv4/af_inet.c 	.type = cpu_to_be16(ETH_P_IP),
type             1904 net/ipv4/af_inet.c 	.type = cpu_to_be16(ETH_P_IP),
type              449 net/ipv4/ah4.c 	switch (icmp_hdr(skb)->type) {
type              464 net/ipv4/ah4.c 	if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH)
type              186 net/ipv4/arp.c 	switch (dev->type) {
type              239 net/ipv4/arp.c 	neigh->type = inet_addr_type_dev_table(dev_net(dev), dev, addr);
type              266 net/ipv4/arp.c 		if (neigh->type == RTN_MULTICAST) {
type              272 net/ipv4/arp.c 		} else if (neigh->type == RTN_BROADCAST ||
type              298 net/ipv4/arp.c static void arp_send_dst(int type, int ptype, __be32 dest_ip,
type              311 net/ipv4/arp.c 	skb = arp_create(type, ptype, dest_ip, dev, src_ip,
type              320 net/ipv4/arp.c void arp_send(int type, int ptype, __be32 dest_ip,
type              325 net/ipv4/arp.c 	arp_send_dst(type, ptype, dest_ip, dev, src_ip, dest_hw, src_hw,
type              521 net/ipv4/arp.c struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
type              567 net/ipv4/arp.c 	switch (dev->type) {
type              569 net/ipv4/arp.c 		arp->ar_hrd = htons(dev->type);
type              597 net/ipv4/arp.c 	arp->ar_op = htons(type);
type              606 net/ipv4/arp.c 	switch (dev->type) {
type              685 net/ipv4/arp.c 	u16 dev_type = dev->type;
type             1041 net/ipv4/arp.c 	switch (dev->type) {
type             1057 net/ipv4/arp.c 		if (r->arp_ha.sa_family != dev->type)
type             1104 net/ipv4/arp.c 			r->arp_ha.sa_family = dev->type;
type             1212 net/ipv4/arp.c 			r.arp_ha.sa_family = dev->type;
type             1214 net/ipv4/arp.c 		if ((r.arp_flags & ATF_COM) && r.arp_ha.sa_family != dev->type)
type             1283 net/ipv4/arp.c 	.type =	cpu_to_be16(ETH_P_ARP),
type             1346 net/ipv4/arp.c 	int hatype = dev->type;
type             1376 net/ipv4/arp.c 	int hatype = dev ? dev->type : 0;
type              257 net/ipv4/cipso_ipv4.c 			secattr->type = NETLBL_NLTYPE_CIPSOV4;
type              392 net/ipv4/cipso_ipv4.c 	doi_type = doi_def->type;
type              402 net/ipv4/cipso_ipv4.c 			if (doi_def->type != CIPSO_V4_MAP_PASS)
type              406 net/ipv4/cipso_ipv4.c 			if (doi_def->type != CIPSO_V4_MAP_LOCAL)
type              469 net/ipv4/cipso_ipv4.c 	switch (doi_def->type) {
type              652 net/ipv4/cipso_ipv4.c 	switch (doi_def->type) {
type              681 net/ipv4/cipso_ipv4.c 	switch (doi_def->type) {
type              715 net/ipv4/cipso_ipv4.c 	switch (doi_def->type) {
type              753 net/ipv4/cipso_ipv4.c 	switch (doi_def->type) {
type              804 net/ipv4/cipso_ipv4.c 	if (doi_def->type == CIPSO_V4_MAP_TRANS) {
type              815 net/ipv4/cipso_ipv4.c 		switch (doi_def->type) {
type              865 net/ipv4/cipso_ipv4.c 	if (doi_def->type == CIPSO_V4_MAP_TRANS) {
type              881 net/ipv4/cipso_ipv4.c 		switch (doi_def->type) {
type              923 net/ipv4/cipso_ipv4.c 	if (doi_def->type != CIPSO_V4_MAP_PASS || enumcat_len & 0x01)
type             1025 net/ipv4/cipso_ipv4.c 	if (doi_def->type != CIPSO_V4_MAP_PASS || rngcat_len & 0x01)
type             2123 net/ipv4/cipso_ipv4.c 		secattr->type = NETLBL_NLTYPE_CIPSOV4;
type               97 net/ipv4/devinet.c 	[IFA_LOCAL]     	= { .type = NLA_U32 },
type               98 net/ipv4/devinet.c 	[IFA_ADDRESS]   	= { .type = NLA_U32 },
type               99 net/ipv4/devinet.c 	[IFA_BROADCAST] 	= { .type = NLA_U32 },
type              100 net/ipv4/devinet.c 	[IFA_LABEL]     	= { .type = NLA_STRING, .len = IFNAMSIZ - 1 },
type              102 net/ipv4/devinet.c 	[IFA_FLAGS]		= { .type = NLA_U32 },
type              103 net/ipv4/devinet.c 	[IFA_RT_PRIORITY]	= { .type = NLA_U32 },
type              104 net/ipv4/devinet.c 	[IFA_TARGET_NETNSID]	= { .type = NLA_S32 },
type              168 net/ipv4/devinet.c 		    res.type == RTN_LOCAL)
type             1950 net/ipv4/devinet.c 	[IFLA_INET_CONF]	= { .type = NLA_NESTED },
type             2002 net/ipv4/devinet.c static int inet_netconf_msgsize_devconf(int type)
type             2008 net/ipv4/devinet.c 	if (type == NETCONFA_ALL)
type             2011 net/ipv4/devinet.c 	if (all || type == NETCONFA_FORWARDING)
type             2013 net/ipv4/devinet.c 	if (all || type == NETCONFA_RP_FILTER)
type             2015 net/ipv4/devinet.c 	if (all || type == NETCONFA_MC_FORWARDING)
type             2017 net/ipv4/devinet.c 	if (all || type == NETCONFA_BC_FORWARDING)
type             2019 net/ipv4/devinet.c 	if (all || type == NETCONFA_PROXY_NEIGH)
type             2021 net/ipv4/devinet.c 	if (all || type == NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN)
type             2030 net/ipv4/devinet.c 				     int type)
type             2041 net/ipv4/devinet.c 	if (type == NETCONFA_ALL)
type             2053 net/ipv4/devinet.c 	if ((all || type == NETCONFA_FORWARDING) &&
type             2057 net/ipv4/devinet.c 	if ((all || type == NETCONFA_RP_FILTER) &&
type             2061 net/ipv4/devinet.c 	if ((all || type == NETCONFA_MC_FORWARDING) &&
type             2065 net/ipv4/devinet.c 	if ((all || type == NETCONFA_BC_FORWARDING) &&
type             2069 net/ipv4/devinet.c 	if ((all || type == NETCONFA_PROXY_NEIGH) &&
type             2073 net/ipv4/devinet.c 	if ((all || type == NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN) &&
type             2087 net/ipv4/devinet.c void inet_netconf_notify_devconf(struct net *net, int event, int type,
type             2093 net/ipv4/devinet.c 	skb = nlmsg_new(inet_netconf_msgsize_devconf(type), GFP_KERNEL);
type             2098 net/ipv4/devinet.c 					event, 0, type);
type              796 net/ipv4/esp4.c 	switch (icmp_hdr(skb)->type) {
type              811 net/ipv4/esp4.c 	if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH)
type              238 net/ipv4/fib_frontend.c 				ret = res.type;
type              387 net/ipv4/fib_frontend.c 	if (res.type != RTN_UNICAST &&
type              388 net/ipv4/fib_frontend.c 	    (res.type != RTN_LOCAL || !IN_DEV_ACCEPT_LOCAL(idev)))
type              396 net/ipv4/fib_frontend.c 	dev_match = dev_match || (res.type == RTN_LOCAL &&
type              410 net/ipv4/fib_frontend.c 		if (res.type == RTN_UNICAST)
type              463 net/ipv4/fib_frontend.c static int put_rtax(struct nlattr *mx, int len, int type, u32 value)
type              468 net/ipv4/fib_frontend.c 	nla->nla_type = type;
type              663 net/ipv4/fib_frontend.c 	[RTA_DST]		= { .type = NLA_U32 },
type              664 net/ipv4/fib_frontend.c 	[RTA_SRC]		= { .type = NLA_U32 },
type              665 net/ipv4/fib_frontend.c 	[RTA_IIF]		= { .type = NLA_U32 },
type              666 net/ipv4/fib_frontend.c 	[RTA_OIF]		= { .type = NLA_U32 },
type              667 net/ipv4/fib_frontend.c 	[RTA_GATEWAY]		= { .type = NLA_U32 },
type              668 net/ipv4/fib_frontend.c 	[RTA_PRIORITY]		= { .type = NLA_U32 },
type              669 net/ipv4/fib_frontend.c 	[RTA_PREFSRC]		= { .type = NLA_U32 },
type              670 net/ipv4/fib_frontend.c 	[RTA_METRICS]		= { .type = NLA_NESTED },
type              672 net/ipv4/fib_frontend.c 	[RTA_FLOW]		= { .type = NLA_U32 },
type              673 net/ipv4/fib_frontend.c 	[RTA_ENCAP_TYPE]	= { .type = NLA_U16 },
type              674 net/ipv4/fib_frontend.c 	[RTA_ENCAP]		= { .type = NLA_NESTED },
type              675 net/ipv4/fib_frontend.c 	[RTA_UID]		= { .type = NLA_U32 },
type              676 net/ipv4/fib_frontend.c 	[RTA_MARK]		= { .type = NLA_U32 },
type              677 net/ipv4/fib_frontend.c 	[RTA_TABLE]		= { .type = NLA_U32 },
type              678 net/ipv4/fib_frontend.c 	[RTA_IP_PROTO]		= { .type = NLA_U8 },
type              679 net/ipv4/fib_frontend.c 	[RTA_SPORT]		= { .type = NLA_U16 },
type              680 net/ipv4/fib_frontend.c 	[RTA_DPORT]		= { .type = NLA_U16 },
type              681 net/ipv4/fib_frontend.c 	[RTA_NH_ID]		= { .type = NLA_U32 },
type             1059 net/ipv4/fib_frontend.c static void fib_magic(int cmd, int type, __be32 dst, int dst_len,
type             1067 net/ipv4/fib_frontend.c 		.fc_type = type,
type             1080 net/ipv4/fib_frontend.c 		tb_id = (type == RTN_UNICAST) ? RT_TABLE_MAIN : RT_TABLE_LOCAL;
type             1088 net/ipv4/fib_frontend.c 	if (type != RTN_LOCAL)
type             1354 net/ipv4/fib_frontend.c 			frn->type = res.type;
type               39 net/ipv4/fib_lookup.h 		  u8 type, __be32 dst, int dst_len, u8 tos, struct fib_info *fi,
type              215 net/ipv4/fib_rules.c 	[FRA_FLOW]	= { .type = NLA_U32 },
type              955 net/ipv4/fib_semantics.c 		int type = nla_type(nla);
type              958 net/ipv4/fib_semantics.c 		if (!type)
type              960 net/ipv4/fib_semantics.c 		if (type > RTAX_MAX)
type              963 net/ipv4/fib_semantics.c 		if (type == RTAX_CC_ALGO) {
type              975 net/ipv4/fib_semantics.c 		fi_val = fi->fib_metrics->metrics[type - 1];
type              976 net/ipv4/fib_semantics.c 		if (type == RTAX_FEATURES)
type             1127 net/ipv4/fib_semantics.c 	if (res.type != RTN_UNICAST && res.type != RTN_LOCAL) {
type             1728 net/ipv4/fib_semantics.c 		  u32 tb_id, u8 type, __be32 dst, int dst_len, u8 tos,
type             1750 net/ipv4/fib_semantics.c 	rtm->rtm_type = type;
type             2206 net/ipv4/fib_semantics.c 	    res->type == RTN_UNICAST)
type               86 net/ipv4/fib_trie.c 		.type = fa->fa_type,
type              103 net/ipv4/fib_trie.c 		.type = fa->fa_type,
type             1495 net/ipv4/fib_trie.c 			res->type = fa->fa_type;
type             2754 net/ipv4/fib_trie.c static unsigned int fib_flag_trans(int type, __be32 mask, struct fib_info *fi)
type             2758 net/ipv4/fib_trie.c 	if (type == RTN_UNREACHABLE || type == RTN_PROHIBIT)
type               28 net/ipv4/fou.c 	u16 type;
type               36 net/ipv4/fou.c 	u16 type;
type              589 net/ipv4/fou.c 	fou->type = cfg->type;
type              598 net/ipv4/fou.c 	switch (cfg->type) {
type              658 net/ipv4/fou.c 	[FOU_ATTR_PORT]			= { .type = NLA_U16, },
type              659 net/ipv4/fou.c 	[FOU_ATTR_AF]			= { .type = NLA_U8, },
type              660 net/ipv4/fou.c 	[FOU_ATTR_IPPROTO]		= { .type = NLA_U8, },
type              661 net/ipv4/fou.c 	[FOU_ATTR_TYPE]			= { .type = NLA_U8, },
type              662 net/ipv4/fou.c 	[FOU_ATTR_REMCSUM_NOPARTIAL]	= { .type = NLA_FLAG, },
type              663 net/ipv4/fou.c 	[FOU_ATTR_LOCAL_V4]		= { .type = NLA_U32, },
type              664 net/ipv4/fou.c 	[FOU_ATTR_PEER_V4]		= { .type = NLA_U32, },
type              667 net/ipv4/fou.c 	[FOU_ATTR_PEER_PORT]		= { .type = NLA_U16, },
type              668 net/ipv4/fou.c 	[FOU_ATTR_IFINDEX]		= { .type = NLA_S32, },
type              708 net/ipv4/fou.c 		cfg->type = nla_get_u8(info->attrs[FOU_ATTR_TYPE]);
type              796 net/ipv4/fou.c 	    nla_put_u8(msg, FOU_ATTR_TYPE, fou->type) ||
type              972 net/ipv4/fou.c 		       u8 *protocol, __be16 *sport, int type)
type              976 net/ipv4/fou.c 	err = iptunnel_handle_offloads(skb, type);
type              988 net/ipv4/fou.c 		       u8 *protocol, __be16 *sport, int type)
type              999 net/ipv4/fou.c 		type |= SKB_GSO_TUNNEL_REMCSUM;
type             1005 net/ipv4/fou.c 	err = iptunnel_handle_offloads(skb, type);
type             1034 net/ipv4/fou.c 		if (type & SKB_GSO_TUNNEL_REMCSUM) {
type             1084 net/ipv4/fou.c 	int type = e->flags & TUNNEL_ENCAP_FLAG_CSUM ? SKB_GSO_UDP_TUNNEL_CSUM :
type             1089 net/ipv4/fou.c 	err = __fou_build_header(skb, e, protocol, &sport, type);
type             1101 net/ipv4/fou.c 	int type = e->flags & TUNNEL_ENCAP_FLAG_CSUM ? SKB_GSO_UDP_TUNNEL_CSUM :
type             1106 net/ipv4/fou.c 	err = __gue_build_header(skb, e, protocol, &sport, type);
type              117 net/ipv4/gre_offload.c 	__be16 type;
type              150 net/ipv4/gre_offload.c 	type = greh->protocol;
type              153 net/ipv4/gre_offload.c 	ptype = gro_find_receive_by_type(type);
type              233 net/ipv4/gre_offload.c 	__be16 type;
type              238 net/ipv4/gre_offload.c 	type = greh->protocol;
type              246 net/ipv4/gre_offload.c 	ptype = gro_find_complete_by_type(type);
type              279 net/ipv4/icmp.c static bool icmpv4_mask_allow(struct net *net, int type, int code)
type              281 net/ipv4/icmp.c 	if (type > NR_ICMP_TYPES)
type              285 net/ipv4/icmp.c 	if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED)
type              289 net/ipv4/icmp.c 	if (!((1 << type) & net->ipv4.sysctl_icmp_ratemask))
type              295 net/ipv4/icmp.c static bool icmpv4_global_allow(struct net *net, int type, int code)
type              297 net/ipv4/icmp.c 	if (icmpv4_mask_allow(net, type, code))
type              311 net/ipv4/icmp.c 			       struct flowi4 *fl4, int type, int code)
type              318 net/ipv4/icmp.c 	if (icmpv4_mask_allow(net, type, code))
type              337 net/ipv4/icmp.c void icmp_out_count(struct net *net, unsigned char type)
type              339 net/ipv4/icmp.c 	ICMPMSGOUT_INC_STATS(net, type);
type              358 net/ipv4/icmp.c 	if (icmp_pointers[icmp_param->data.icmph.type].error)
type              408 net/ipv4/icmp.c 	int type = icmp_param->data.icmph.type;
type              418 net/ipv4/icmp.c 	if (!icmpv4_global_allow(net, type, code))
type              451 net/ipv4/icmp.c 	if (icmpv4_xrlim_allow(net, rt, &fl4, type, code))
type              465 net/ipv4/icmp.c 					int type, int code,
type              480 net/ipv4/icmp.c 	fl4->fl4_icmp_type = type;
type              569 net/ipv4/icmp.c void __icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info,
type              628 net/ipv4/icmp.c 	if (icmp_pointers[type].error) {
type              640 net/ipv4/icmp.c 							  type) -
type              665 net/ipv4/icmp.c 	      !icmpv4_global_allow(net, type, code))
type              692 net/ipv4/icmp.c 	tos = icmp_pointers[type].error ? ((iph->tos & IPTOS_TOS_MASK) |
type              705 net/ipv4/icmp.c 	icmp_param.data.icmph.type	 = type;
type              718 net/ipv4/icmp.c 			       type, code, &icmp_param);
type              723 net/ipv4/icmp.c 	if (!icmpv4_xrlim_allow(net, rt, &fl4, type, code))
type              811 net/ipv4/icmp.c 	switch (icmph->type) {
type              881 net/ipv4/icmp.c 				     icmph->type, icmph->code,
type              937 net/ipv4/icmp.c 		icmp_param.data.icmph.type = ICMP_ECHOREPLY;
type              973 net/ipv4/icmp.c 	icmp_param.data.icmph.type = ICMP_TIMESTAMPREPLY;
type             1033 net/ipv4/icmp.c 	ICMPMSGIN_INC_STATS(net, icmph->type);
type             1040 net/ipv4/icmp.c 	if (icmph->type > NR_ICMP_TYPES)
type             1055 net/ipv4/icmp.c 		if ((icmph->type == ICMP_ECHO ||
type             1056 net/ipv4/icmp.c 		     icmph->type == ICMP_TIMESTAMP) &&
type             1060 net/ipv4/icmp.c 		if (icmph->type != ICMP_ECHO &&
type             1061 net/ipv4/icmp.c 		    icmph->type != ICMP_TIMESTAMP &&
type             1062 net/ipv4/icmp.c 		    icmph->type != ICMP_ADDRESS &&
type             1063 net/ipv4/icmp.c 		    icmph->type != ICMP_ADDRESSREPLY) {
type             1068 net/ipv4/icmp.c 	success = icmp_pointers[icmph->type].handler(skb);
type             1090 net/ipv4/icmp.c 	int type = icmp_hdr(skb)->type;
type             1098 net/ipv4/icmp.c 	if (icmph->type != ICMP_ECHOREPLY) {
type             1103 net/ipv4/icmp.c 	if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED)
type             1105 net/ipv4/icmp.c 	else if (type == ICMP_REDIRECT)
type              272 net/ipv4/igmp.c static int is_in(struct ip_mc_list *pmc, struct ip_sf_list *psf, int type,
type              275 net/ipv4/igmp.c 	switch (type) {
type              287 net/ipv4/igmp.c 				return type == IGMPV3_MODE_IS_INCLUDE;
type              317 net/ipv4/igmp.c igmp_scount(struct ip_mc_list *pmc, int type, int gdeleted, int sdeleted)
type              323 net/ipv4/igmp.c 		if (!is_in(pmc, psf, type, gdeleted, sdeleted))
type              411 net/ipv4/igmp.c 	pig->type = IGMPV3_HOST_MEMBERSHIP_REPORT;
type              429 net/ipv4/igmp.c static int grec_size(struct ip_mc_list *pmc, int type, int gdel, int sdel)
type              431 net/ipv4/igmp.c 	return sizeof(struct igmpv3_grec) + 4*igmp_scount(pmc, type, gdel, sdel);
type              435 net/ipv4/igmp.c 	int type, struct igmpv3_grec **ppgr, unsigned int mtu)
type              447 net/ipv4/igmp.c 	pgr->grec_type = type;
type              460 net/ipv4/igmp.c 	int type, int gdeleted, int sdeleted)
type              479 net/ipv4/igmp.c 	isquery = type == IGMPV3_MODE_IS_INCLUDE ||
type              480 net/ipv4/igmp.c 		  type == IGMPV3_MODE_IS_EXCLUDE;
type              481 net/ipv4/igmp.c 	truncate = type == IGMPV3_MODE_IS_EXCLUDE ||
type              482 net/ipv4/igmp.c 		    type == IGMPV3_CHANGE_TO_EXCLUDE;
type              496 net/ipv4/igmp.c 		    AVAILABLE(skb) < grec_size(pmc, type, gdeleted, sdeleted)) {
type              509 net/ipv4/igmp.c 		if (!is_in(pmc, psf, type, gdeleted, sdeleted)) {
type              519 net/ipv4/igmp.c 		    (type == IGMPV3_ALLOW_NEW_SOURCES ||
type              520 net/ipv4/igmp.c 		     type == IGMPV3_BLOCK_OLD_SOURCES) && psf->sf_crcount)
type              540 net/ipv4/igmp.c 			skb = add_grhead(skb, pmc, type, &pgr, mtu);
type              548 net/ipv4/igmp.c 		if ((type == IGMPV3_ALLOW_NEW_SOURCES ||
type              549 net/ipv4/igmp.c 		     type == IGMPV3_BLOCK_OLD_SOURCES) && psf->sf_crcount) {
type              566 net/ipv4/igmp.c 		if (type == IGMPV3_ALLOW_NEW_SOURCES ||
type              567 net/ipv4/igmp.c 		    type == IGMPV3_BLOCK_OLD_SOURCES)
type              575 net/ipv4/igmp.c 			skb = add_grhead(skb, pmc, type, &pgr, mtu);
type              590 net/ipv4/igmp.c 	int type;
type              602 net/ipv4/igmp.c 				type = IGMPV3_MODE_IS_EXCLUDE;
type              604 net/ipv4/igmp.c 				type = IGMPV3_MODE_IS_INCLUDE;
type              605 net/ipv4/igmp.c 			skb = add_grec(skb, pmc, type, 0, 0);
type              612 net/ipv4/igmp.c 			type = IGMPV3_MODE_IS_EXCLUDE;
type              614 net/ipv4/igmp.c 			type = IGMPV3_MODE_IS_INCLUDE;
type              615 net/ipv4/igmp.c 		skb = add_grec(skb, pmc, type, 0, 0);
type              655 net/ipv4/igmp.c 	int type, dtype;
type              665 net/ipv4/igmp.c 			type = IGMPV3_BLOCK_OLD_SOURCES;
type              667 net/ipv4/igmp.c 			skb = add_grec(skb, pmc, type, 1, 0);
type              672 net/ipv4/igmp.c 				type = IGMPV3_CHANGE_TO_INCLUDE;
type              673 net/ipv4/igmp.c 				skb = add_grec(skb, pmc, type, 1, 0);
type              697 net/ipv4/igmp.c 			type = IGMPV3_BLOCK_OLD_SOURCES;
type              700 net/ipv4/igmp.c 			type = IGMPV3_ALLOW_NEW_SOURCES;
type              703 net/ipv4/igmp.c 		skb = add_grec(skb, pmc, type, 0, 0);
type              709 net/ipv4/igmp.c 				type = IGMPV3_CHANGE_TO_EXCLUDE;
type              711 net/ipv4/igmp.c 				type = IGMPV3_CHANGE_TO_INCLUDE;
type              712 net/ipv4/igmp.c 			skb = add_grec(skb, pmc, type, 0, 0);
type              725 net/ipv4/igmp.c 	int type)
type              738 net/ipv4/igmp.c 	if (type == IGMPV3_HOST_MEMBERSHIP_REPORT)
type              744 net/ipv4/igmp.c 	if (type == IGMP_HOST_LEAVE_MESSAGE)
type              787 net/ipv4/igmp.c 	ih->type = type;
type             1087 net/ipv4/igmp.c 	switch (ih->type) {
type             1552 net/ipv4/igmp.c 	switch (igmp_hdr(skb)->type) {
type             1631 net/ipv4/igmp.c 	int type;
type             1647 net/ipv4/igmp.c 			type = IGMP_HOST_MEMBERSHIP_REPORT;
type             1649 net/ipv4/igmp.c 			type = IGMPV2_HOST_MEMBERSHIP_REPORT;
type             1651 net/ipv4/igmp.c 			type = IGMPV3_HOST_MEMBERSHIP_REPORT;
type             1652 net/ipv4/igmp.c 		igmp_send_report(in_dev, im, type);
type             1071 net/ipv4/inet_diag.c static int inet_diag_type2proto(int type)
type             1073 net/ipv4/inet_diag.c 	switch (type) {
type             1244 net/ipv4/inet_diag.c 	const __u16 type = h->idiag_type;
type             1247 net/ipv4/inet_diag.c 	if (type >= IPPROTO_MAX)
type             1252 net/ipv4/inet_diag.c 	if (!inet_diag_table[type]) {
type             1253 net/ipv4/inet_diag.c 		inet_diag_table[type] = h;
type             1264 net/ipv4/inet_diag.c 	const __u16 type = h->idiag_type;
type             1266 net/ipv4/inet_diag.c 	if (type >= IPPROTO_MAX)
type             1270 net/ipv4/inet_diag.c 	inet_diag_table[type] = NULL;
type              139 net/ipv4/ip_gre.c 	const int type = icmp_hdr(skb)->type;
type              159 net/ipv4/ip_gre.c 	switch (type) {
type              192 net/ipv4/ip_gre.c 				       type, data_len))
type              200 net/ipv4/ip_gre.c 	if (t->parms.iph.ttl == 0 && type == ICMP_TIME_EXCEEDED)
type              229 net/ipv4/ip_gre.c 	const int type = icmp_hdr(skb)->type;
type              237 net/ipv4/ip_gre.c 	if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) {
type              242 net/ipv4/ip_gre.c 	if (type == ICMP_REDIRECT) {
type              347 net/ipv4/ip_gre.c 		if (tunnel->dev->type != ARPHRD_NONE)
type              732 net/ipv4/ip_gre.c 		    tunnel->encap.type == TUNNEL_ENCAP_NONE) {
type              816 net/ipv4/ip_gre.c 			unsigned short type,
type              826 net/ipv4/ip_gre.c 	greh->protocol = htons(type);
type              916 net/ipv4/ip_gre.c 	dev->type		= ARPHRD_IPGRE;
type              939 net/ipv4/ip_gre.c 		    (tunnel->encap.type == TUNNEL_ENCAP_NONE)) {
type             1138 net/ipv4/ip_gre.c 		if (dev->type == ARPHRD_IPGRE)
type             1139 net/ipv4/ip_gre.c 			dev->type = ARPHRD_NONE;
type             1212 net/ipv4/ip_gre.c 		ipencap->type = nla_get_u16(data[IFLA_GRE_ENCAP_TYPE]);
type             1490 net/ipv4/ip_gre.c 			t->encap.type) ||
type             1527 net/ipv4/ip_gre.c 	[IFLA_GRE_LINK]		= { .type = NLA_U32 },
type             1528 net/ipv4/ip_gre.c 	[IFLA_GRE_IFLAGS]	= { .type = NLA_U16 },
type             1529 net/ipv4/ip_gre.c 	[IFLA_GRE_OFLAGS]	= { .type = NLA_U16 },
type             1530 net/ipv4/ip_gre.c 	[IFLA_GRE_IKEY]		= { .type = NLA_U32 },
type             1531 net/ipv4/ip_gre.c 	[IFLA_GRE_OKEY]		= { .type = NLA_U32 },
type             1534 net/ipv4/ip_gre.c 	[IFLA_GRE_TTL]		= { .type = NLA_U8 },
type             1535 net/ipv4/ip_gre.c 	[IFLA_GRE_TOS]		= { .type = NLA_U8 },
type             1536 net/ipv4/ip_gre.c 	[IFLA_GRE_PMTUDISC]	= { .type = NLA_U8 },
type             1537 net/ipv4/ip_gre.c 	[IFLA_GRE_ENCAP_TYPE]	= { .type = NLA_U16 },
type             1538 net/ipv4/ip_gre.c 	[IFLA_GRE_ENCAP_FLAGS]	= { .type = NLA_U16 },
type             1539 net/ipv4/ip_gre.c 	[IFLA_GRE_ENCAP_SPORT]	= { .type = NLA_U16 },
type             1540 net/ipv4/ip_gre.c 	[IFLA_GRE_ENCAP_DPORT]	= { .type = NLA_U16 },
type             1541 net/ipv4/ip_gre.c 	[IFLA_GRE_COLLECT_METADATA]	= { .type = NLA_FLAG },
type             1542 net/ipv4/ip_gre.c 	[IFLA_GRE_IGNORE_DF]	= { .type = NLA_U8 },
type             1543 net/ipv4/ip_gre.c 	[IFLA_GRE_FWMARK]	= { .type = NLA_U32 },
type             1544 net/ipv4/ip_gre.c 	[IFLA_GRE_ERSPAN_INDEX]	= { .type = NLA_U32 },
type             1545 net/ipv4/ip_gre.c 	[IFLA_GRE_ERSPAN_VER]	= { .type = NLA_U8 },
type             1546 net/ipv4/ip_gre.c 	[IFLA_GRE_ERSPAN_DIR]	= { .type = NLA_U8 },
type             1547 net/ipv4/ip_gre.c 	[IFLA_GRE_ERSPAN_HWID]	= { .type = NLA_U16 },
type             1551 net/ipv4/ip_output.c 			skb_transport_header(skb))->type);
type              404 net/ipv4/ip_sockglue.c 	serr->ee.ee_type = icmp_hdr(skb)->type;
type              209 net/ipv4/ip_tunnel.c 					int type)
type              223 net/ipv4/ip_tunnel.c 		    type == t->dev->type &&
type              303 net/ipv4/ip_tunnel.c 		if (dev->type != ARPHRD_ETHER)
type              411 net/ipv4/ip_tunnel.c 	if (tunnel->dev->type == ARPHRD_ETHER) {
type              473 net/ipv4/ip_tunnel.c 	t->encap.type = ipencap->type;
type              574 net/ipv4/ip_tunnel.c 	if (tunnel->encap.type != TUNNEL_ENCAP_NONE)
type              840 net/ipv4/ip_tunnel.c 	if (dev->type != ARPHRD_ETHER) {
type              873 net/ipv4/ip_tunnel.c 			t = ip_tunnel_find(itn, p, itn->fb_tunnel_dev->type);
type              894 net/ipv4/ip_tunnel.c 		t = ip_tunnel_find(itn, p, itn->type);
type              944 net/ipv4/ip_tunnel.c 			t = ip_tunnel_find(itn, p, itn->fb_tunnel_dev->type);
type             1046 net/ipv4/ip_tunnel.c 		itn->type = it_init_net->type;
type             1064 net/ipv4/ip_tunnel.c 		itn->type = itn->fb_tunnel_dev->type;
type             1130 net/ipv4/ip_tunnel.c 		if (ip_tunnel_find(itn, p, dev->type))
type             1141 net/ipv4/ip_tunnel.c 	if (dev->type == ARPHRD_ETHER && !tb[IFLA_ADDRESS])
type             1177 net/ipv4/ip_tunnel.c 	t = ip_tunnel_find(itn, p, dev->type);
type             1185 net/ipv4/ip_tunnel.c 		if (dev->type != ARPHRD_ETHER) {
type              127 net/ipv4/ip_tunnel_core.c 	if (!md || md->type != METADATA_IP_TUNNEL ||
type              214 net/ipv4/ip_tunnel_core.c 	[LWTUNNEL_IP_ID]	= { .type = NLA_U64 },
type              215 net/ipv4/ip_tunnel_core.c 	[LWTUNNEL_IP_DST]	= { .type = NLA_U32 },
type              216 net/ipv4/ip_tunnel_core.c 	[LWTUNNEL_IP_SRC]	= { .type = NLA_U32 },
type              217 net/ipv4/ip_tunnel_core.c 	[LWTUNNEL_IP_TTL]	= { .type = NLA_U8 },
type              218 net/ipv4/ip_tunnel_core.c 	[LWTUNNEL_IP_TOS]	= { .type = NLA_U8 },
type              219 net/ipv4/ip_tunnel_core.c 	[LWTUNNEL_IP_FLAGS]	= { .type = NLA_U16 },
type              241 net/ipv4/ip_tunnel_core.c 	new_state->type = LWTUNNEL_ENCAP_IP;
type              331 net/ipv4/ip_tunnel_core.c 	[LWTUNNEL_IP6_ID]		= { .type = NLA_U64 },
type              334 net/ipv4/ip_tunnel_core.c 	[LWTUNNEL_IP6_HOPLIMIT]		= { .type = NLA_U8 },
type              335 net/ipv4/ip_tunnel_core.c 	[LWTUNNEL_IP6_TC]		= { .type = NLA_U8 },
type              336 net/ipv4/ip_tunnel_core.c 	[LWTUNNEL_IP6_FLAGS]		= { .type = NLA_U16 },
type              358 net/ipv4/ip_tunnel_core.c 	new_state->type = LWTUNNEL_ENCAP_IP6;
type              377 net/ipv4/ip_vti.c 	switch (icmp_hdr(skb)->type) {
type              392 net/ipv4/ip_vti.c 	if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH)
type              450 net/ipv4/ip_vti.c 	dev->type		= ARPHRD_TUNNEL;
type              632 net/ipv4/ip_vti.c 	[IFLA_VTI_LINK]		= { .type = NLA_U32 },
type              633 net/ipv4/ip_vti.c 	[IFLA_VTI_IKEY]		= { .type = NLA_U32 },
type              634 net/ipv4/ip_vti.c 	[IFLA_VTI_OKEY]		= { .type = NLA_U32 },
type              637 net/ipv4/ip_vti.c 	[IFLA_VTI_FWMARK]	= { .type = NLA_U32 },
type               30 net/ipv4/ipcomp.c 	switch (icmp_hdr(skb)->type) {
type               46 net/ipv4/ipcomp.c 	if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH)
type              457 net/ipv4/ipconfig.c 	.type =	cpu_to_be16(ETH_P_RARP),
type              499 net/ipv4/ipconfig.c 	if (rarp->ar_hln != dev->addr_len || dev->type != ntohs(rarp->ar_hrd))
type              640 net/ipv4/ipconfig.c 	.type =	cpu_to_be16(ETH_P_IP),
type              833 net/ipv4/ipconfig.c 	if (dev->type < 256) /* check for false types */
type              834 net/ipv4/ipconfig.c 		b->htype = dev->type;
type              835 net/ipv4/ipconfig.c 	else if (dev->type == ARPHRD_FDDI)
type              838 net/ipv4/ipconfig.c 		pr_warn("Unknown ARP type 0x%04x for device %s\n", dev->type,
type              840 net/ipv4/ipconfig.c 		b->htype = dev->type; /* can cause undefined behavior */
type              133 net/ipv4/ipip.c 	const int type = icmp_hdr(skb)->type;
type              145 net/ipv4/ipip.c 	switch (type) {
type              172 net/ipv4/ipip.c 	if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) {
type              177 net/ipv4/ipip.c 	if (type == ICMP_REDIRECT) {
type              187 net/ipv4/ipip.c 	if (t->parms.iph.ttl == 0 && type == ICMP_TIME_EXCEEDED)
type              377 net/ipv4/ipip.c 	dev->type		= ARPHRD_TUNNEL;
type              473 net/ipv4/ipip.c 		ipencap->type = nla_get_u16(data[IFLA_IPTUN_ENCAP_TYPE]);
type              591 net/ipv4/ipip.c 			tunnel->encap.type) ||
type              610 net/ipv4/ipip.c 	[IFLA_IPTUN_LINK]		= { .type = NLA_U32 },
type              611 net/ipv4/ipip.c 	[IFLA_IPTUN_LOCAL]		= { .type = NLA_U32 },
type              612 net/ipv4/ipip.c 	[IFLA_IPTUN_REMOTE]		= { .type = NLA_U32 },
type              613 net/ipv4/ipip.c 	[IFLA_IPTUN_TTL]		= { .type = NLA_U8 },
type              614 net/ipv4/ipip.c 	[IFLA_IPTUN_TOS]		= { .type = NLA_U8 },
type              615 net/ipv4/ipip.c 	[IFLA_IPTUN_PROTO]		= { .type = NLA_U8 },
type              616 net/ipv4/ipip.c 	[IFLA_IPTUN_PMTUDISC]		= { .type = NLA_U8 },
type              617 net/ipv4/ipip.c 	[IFLA_IPTUN_ENCAP_TYPE]		= { .type = NLA_U16 },
type              618 net/ipv4/ipip.c 	[IFLA_IPTUN_ENCAP_FLAGS]	= { .type = NLA_U16 },
type              619 net/ipv4/ipip.c 	[IFLA_IPTUN_ENCAP_SPORT]	= { .type = NLA_U16 },
type              620 net/ipv4/ipip.c 	[IFLA_IPTUN_ENCAP_DPORT]	= { .type = NLA_U16 },
type              621 net/ipv4/ipip.c 	[IFLA_IPTUN_COLLECT_METADATA]	= { .type = NLA_FLAG },
type              622 net/ipv4/ipip.c 	[IFLA_IPTUN_FWMARK]		= { .type = NLA_U32 },
type              556 net/ipv4/ipmr.c 	dev->type		= ARPHRD_PIMREG;
type             1089 net/ipv4/ipmr.c 		igmp->type = assert;
type             2240 net/ipv4/ipmr.c 	if (pim->type != ((PIM_VERSION << 4) | (PIM_TYPE_REGISTER)) ||
type             2628 net/ipv4/ipmr.c 	[RTA_SRC]	= { .type = NLA_U32 },
type             2629 net/ipv4/ipmr.c 	[RTA_DST]	= { .type = NLA_U32 },
type             2630 net/ipv4/ipmr.c 	[RTA_IIF]	= { .type = NLA_U32 },
type             2631 net/ipv4/ipmr.c 	[RTA_TABLE]	= { .type = NLA_U32 },
type               21 net/ipv4/metrics.c 		int type = nla_type(nla);
type               24 net/ipv4/metrics.c 		if (!type)
type               26 net/ipv4/metrics.c 		if (type > RTAX_MAX) {
type               31 net/ipv4/metrics.c 		if (type == RTAX_CC_ALGO) {
type               48 net/ipv4/metrics.c 		if (type == RTAX_ADVMSS && val > 65535 - 40)
type               50 net/ipv4/metrics.c 		if (type == RTAX_MTU && val > 65535 - 15)
type               52 net/ipv4/metrics.c 		if (type == RTAX_HOPLIMIT && val > 255)
type               54 net/ipv4/metrics.c 		if (type == RTAX_FEATURES && (val & ~RTAX_FEATURE_MASK)) {
type               58 net/ipv4/metrics.c 		metrics[type - 1] = val;
type              147 net/ipv4/netfilter/ip_tables.c 	.type = NF_LOG_TYPE_LOG,
type             1811 net/ipv4/netfilter/ip_tables.c 		     u_int8_t type, u_int8_t code,
type             1815 net/ipv4/netfilter/ip_tables.c 		(type == test_type && code >= min_code && code <= max_code))
type             1839 net/ipv4/netfilter/ip_tables.c 	return icmp_type_code_match(icmpinfo->type,
type             1842 net/ipv4/netfilter/ip_tables.c 				    ic->type, ic->code,
type               41 net/ipv4/netfilter/ipt_rpfilter.c 	if (res.type != RTN_UNICAST) {
type               42 net/ipv4/netfilter/ipt_rpfilter.c 		if (res.type != RTN_LOCAL || !(flags & XT_RPFILTER_ACCEPT_LOCAL))
type               26 net/ipv4/netfilter/nf_log_arp.c 	.type	= NF_LOG_TYPE_LOG,
type              104 net/ipv4/netfilter/nf_log_arp.c 	.type		= NF_LOG_TYPE_LOG,
type               25 net/ipv4/netfilter/nf_log_ipv4.c 	.type	= NF_LOG_TYPE_LOG,
type               43 net/ipv4/netfilter/nf_log_ipv4.c 	if (info->type == NF_LOG_TYPE_LOG)
type              148 net/ipv4/netfilter/nf_log_ipv4.c 		nf_log_buf_add(m, "TYPE=%u CODE=%u ", ich->type, ich->code);
type              151 net/ipv4/netfilter/nf_log_ipv4.c 		if (ich->type <= NR_ICMP_TYPES &&
type              152 net/ipv4/netfilter/nf_log_ipv4.c 		    required_len[ich->type] &&
type              153 net/ipv4/netfilter/nf_log_ipv4.c 		    skb->len-iphoff-ih->ihl*4 < required_len[ich->type]) {
type              159 net/ipv4/netfilter/nf_log_ipv4.c 		switch (ich->type) {
type              189 net/ipv4/netfilter/nf_log_ipv4.c 			if (ich->type == ICMP_DEST_UNREACH &&
type              279 net/ipv4/netfilter/nf_log_ipv4.c 	if (info->type == NF_LOG_TYPE_LOG)
type              285 net/ipv4/netfilter/nf_log_ipv4.c 	switch (dev->type) {
type              340 net/ipv4/netfilter/nf_log_ipv4.c 	.type		= NF_LOG_TYPE_LOG,
type               34 net/ipv4/netfilter/nf_socket_ipv4.c 	switch (icmph->type) {
type               73 net/ipv4/netfilter/nft_dup_ipv4.c 	.type		= &nft_dup_ipv4_type,
type               81 net/ipv4/netfilter/nft_dup_ipv4.c 	[NFTA_DUP_SREG_ADDR]	= { .type = NLA_U32 },
type               82 net/ipv4/netfilter/nft_dup_ipv4.c 	[NFTA_DUP_SREG_DEV]	= { .type = NLA_U32 },
type              124 net/ipv4/netfilter/nft_fib_ipv4.c 	switch (res.type) {
type              149 net/ipv4/netfilter/nft_fib_ipv4.c 	.type		= &nft_fib4_type,
type              158 net/ipv4/netfilter/nft_fib_ipv4.c 	.type		= &nft_fib4_type,
type               25 net/ipv4/netfilter/nft_reject_ipv4.c 	switch (priv->type) {
type               41 net/ipv4/netfilter/nft_reject_ipv4.c 	.type		= &nft_reject_ipv4_type,
type               27 net/ipv4/nexthop.c 	[NHA_ID]		= { .type = NLA_U32 },
type               28 net/ipv4/nexthop.c 	[NHA_GROUP]		= { .type = NLA_BINARY },
type               29 net/ipv4/nexthop.c 	[NHA_GROUP_TYPE]	= { .type = NLA_U16 },
type               30 net/ipv4/nexthop.c 	[NHA_BLACKHOLE]		= { .type = NLA_FLAG },
type               31 net/ipv4/nexthop.c 	[NHA_OIF]		= { .type = NLA_U32 },
type               32 net/ipv4/nexthop.c 	[NHA_GATEWAY]		= { .type = NLA_BINARY },
type               33 net/ipv4/nexthop.c 	[NHA_ENCAP_TYPE]	= { .type = NLA_U16 },
type               34 net/ipv4/nexthop.c 	[NHA_ENCAP]		= { .type = NLA_NESTED },
type               35 net/ipv4/nexthop.c 	[NHA_GROUPS]		= { .type = NLA_FLAG },
type               36 net/ipv4/nexthop.c 	[NHA_MASTER]		= { .type = NLA_U32 },
type              465 net/ipv4/ping.c static inline int ping_supported(int family, int type, int code)
type              467 net/ipv4/ping.c 	return (family == AF_INET && type == ICMP_ECHO && code == 0) ||
type              468 net/ipv4/ping.c 	       (family == AF_INET6 && type == ICMPV6_ECHO_REQUEST && code == 0);
type              481 net/ipv4/ping.c 	int type;
type              490 net/ipv4/ping.c 		type = icmp_hdr(skb)->type;
type              495 net/ipv4/ping.c 		type = icmp6_hdr(skb)->icmp6_type;
type              504 net/ipv4/ping.c 	if (!ping_supported(family, icmph->type, icmph->code))
type              508 net/ipv4/ping.c 		 skb->protocol, type, code, ntohs(icmph->un.echo.id),
type              523 net/ipv4/ping.c 		switch (type) {
type              562 net/ipv4/ping.c 		harderr = pingv6_ops.icmpv6_err_convert(type, code, &err);
type              651 net/ipv4/ping.c 	u8 type, code;
type              676 net/ipv4/ping.c 		type = ((struct icmphdr *) user_icmph)->type;
type              680 net/ipv4/ping.c 		type = ((struct icmp6hdr *) user_icmph)->icmp6_type;
type              687 net/ipv4/ping.c 	if (!ping_supported(family, type, code))
type              813 net/ipv4/ping.c 	pfh.icmph.type = user_icmph.type; /* already checked */
type              836 net/ipv4/ping.c 		icmp_out_count(sock_net(sk), user_icmph.type);
type              296 net/ipv4/proc.c 			     unsigned short *type, int count)
type              304 net/ipv4/proc.c 				type[j] & 0x100 ? "Out" : "In",
type              305 net/ipv4/proc.c 				type[j] & 0xff);
type              317 net/ipv4/proc.c 	unsigned short type[PERLINE];
type              325 net/ipv4/proc.c 			type[count] = i;
type              329 net/ipv4/proc.c 			icmpmsg_put_line(seq, vals, type, count);
type              333 net/ipv4/proc.c 	icmpmsg_put_line(seq, vals, type, count);
type              153 net/ipv4/raw.c 	if (hdr->type < 32) {
type              156 net/ipv4/raw.c 		return ((1U << hdr->type) & data) != 0;
type              228 net/ipv4/raw.c 	const int type = icmp_hdr(skb)->type;
type              233 net/ipv4/raw.c 	if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED)
type              235 net/ipv4/raw.c 	else if (type == ICMP_REDIRECT) {
type              248 net/ipv4/raw.c 	switch (type) {
type              425 net/ipv4/raw.c 				skb_transport_header(skb))->type);
type              461 net/ipv4/raw.c 	fl4->fl4_icmp_type = rfv->hdr.icmph.type;
type             1563 net/ipv4/route.c 			   struct fib_info *fi, u16 type, u32 itag,
type             1620 net/ipv4/route.c 			    unsigned int flags, u16 type,
type             1633 net/ipv4/route.c 		rt->rt_type = type;
type             1849 net/ipv4/route.c 	rth = rt_dst_alloc(out_dev->dev, 0, res->type,
type             1862 net/ipv4/route.c 	rt_set_nexthop(rth, daddr, res, fnhe, res->fi, res->type, itag,
type             1897 net/ipv4/route.c 	if (icmph->type != ICMP_DEST_UNREACH &&
type             1898 net/ipv4/route.c 	    icmph->type != ICMP_REDIRECT &&
type             1899 net/ipv4/route.c 	    icmph->type != ICMP_TIME_EXCEEDED &&
type             1900 net/ipv4/route.c 	    icmph->type != ICMP_PARAMETERPROB)
type             2123 net/ipv4/route.c 	if (res->type == RTN_BROADCAST) {
type             2132 net/ipv4/route.c 	if (res->type == RTN_LOCAL) {
type             2144 net/ipv4/route.c 	if (res->type != RTN_UNICAST)
type             2162 net/ipv4/route.c 	res->type = RTN_BROADCAST;
type             2179 net/ipv4/route.c 			   flags | RTCF_LOCAL, res->type,
type             2191 net/ipv4/route.c 	if (res->type == RTN_UNREACHABLE) {
type             2216 net/ipv4/route.c 	res->type = RTN_UNREACHABLE;
type             2320 net/ipv4/route.c 	u16 type = res->type;
type             2335 net/ipv4/route.c 		type = RTN_BROADCAST;
type             2337 net/ipv4/route.c 		type = RTN_MULTICAST;
type             2345 net/ipv4/route.c 	if (type == RTN_BROADCAST) {
type             2348 net/ipv4/route.c 	} else if (type == RTN_MULTICAST) {
type             2361 net/ipv4/route.c 	} else if ((type == RTN_LOCAL) && (orig_oif != 0) &&
type             2402 net/ipv4/route.c 	rth = rt_dst_alloc(dev_out, flags, type,
type             2420 net/ipv4/route.c 		if (type == RTN_MULTICAST) {
type             2430 net/ipv4/route.c 	rt_set_nexthop(rth, fl4->daddr, res, fnhe, fi, type, 0, do_cache);
type             2445 net/ipv4/route.c 		.type		= RTN_UNSPEC,
type             2563 net/ipv4/route.c 		res->type = RTN_LOCAL;
type             2596 net/ipv4/route.c 			res->type = RTN_UNICAST;
type             2603 net/ipv4/route.c 	if (res->type == RTN_LOCAL) {
type             2998 net/ipv4/route.c 		icmph->type = ICMP_ECHO;
type             3186 net/ipv4/route.c 			err = fib_props[res.type].error;
type              431 net/ipv4/tcp_ipv4.c 	const int type = icmp_hdr(icmp_skb)->type;
type              455 net/ipv4/tcp_ipv4.c 		tcp_req_err(sk, seq, type == ICMP_PARAMETERPROB ||
type              456 net/ipv4/tcp_ipv4.c 				     type == ICMP_TIME_EXCEEDED ||
type              457 net/ipv4/tcp_ipv4.c 				     (type == ICMP_DEST_UNREACH &&
type              470 net/ipv4/tcp_ipv4.c 		if (!(type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED))
type              492 net/ipv4/tcp_ipv4.c 	switch (type) {
type              596 net/ipv4/tcp_metrics.c 	[TCP_METRICS_ATTR_ADDR_IPV4]	= { .type = NLA_U32, },
type              597 net/ipv4/tcp_metrics.c 	[TCP_METRICS_ATTR_ADDR_IPV6]	= { .type = NLA_BINARY,
type              603 net/ipv4/tcp_metrics.c 	[TCP_METRICS_ATTR_AGE]		= { .type = NLA_MSECS, },
type              604 net/ipv4/tcp_metrics.c 	[TCP_METRICS_ATTR_TW_TSVAL]	= { .type = NLA_U32, },
type              605 net/ipv4/tcp_metrics.c 	[TCP_METRICS_ATTR_TW_TS_STAMP]	= { .type = NLA_S32, },
type              606 net/ipv4/tcp_metrics.c 	[TCP_METRICS_ATTR_VALS]		= { .type = NLA_NESTED, },
type              607 net/ipv4/tcp_metrics.c 	[TCP_METRICS_ATTR_FOPEN_MSS]	= { .type = NLA_U16, },
type              608 net/ipv4/tcp_metrics.c 	[TCP_METRICS_ATTR_FOPEN_SYN_DROPS]	= { .type = NLA_U16, },
type              609 net/ipv4/tcp_metrics.c 	[TCP_METRICS_ATTR_FOPEN_SYN_DROP_TS]	= { .type = NLA_MSECS, },
type              610 net/ipv4/tcp_metrics.c 	[TCP_METRICS_ATTR_FOPEN_COOKIE]	= { .type = NLA_BINARY,
type             2320 net/ipv4/tcp_output.c void tcp_chrono_start(struct sock *sk, const enum tcp_chrono type)
type             2329 net/ipv4/tcp_output.c 	if (type > tp->chrono_type)
type             2330 net/ipv4/tcp_output.c 		tcp_chrono_set(tp, type);
type             2333 net/ipv4/tcp_output.c void tcp_chrono_stop(struct sock *sk, const enum tcp_chrono type)
type             2347 net/ipv4/tcp_output.c 	else if (type == tp->chrono_type)
type              637 net/ipv4/udp.c 	const int type = icmp_hdr(skb)->type;
type              670 net/ipv4/udp.c 	switch (type) {
type               90 net/ipv4/udp_tunnel.c 			     unsigned short type)
type               99 net/ipv4/udp_tunnel.c 	ti.type = type;
type              108 net/ipv4/udp_tunnel.c 			     unsigned short type)
type              117 net/ipv4/udp_tunnel.c 	ti.type = type;
type              126 net/ipv4/udp_tunnel.c void udp_tunnel_notify_add_rx_port(struct socket *sock, unsigned short type)
type              133 net/ipv4/udp_tunnel.c 	ti.type = type;
type              150 net/ipv4/udp_tunnel.c void udp_tunnel_notify_del_rx_port(struct socket *sock, unsigned short type)
type              157 net/ipv4/udp_tunnel.c 	ti.type = type;
type               67 net/ipv4/udplite.c 	.type		=  SOCK_DGRAM,
type              419 net/ipv6/addrconf.c 	if (dev->type == ARPHRD_SIT && (dev->priv_flags & IFF_ISATAP)) {
type              428 net/ipv6/addrconf.c 	    dev->type == ARPHRD_TUNNEL ||
type              429 net/ipv6/addrconf.c 	    dev->type == ARPHRD_TUNNEL6 ||
type              430 net/ipv6/addrconf.c 	    dev->type == ARPHRD_SIT ||
type              431 net/ipv6/addrconf.c 	    dev->type == ARPHRD_NONE) {
type              489 net/ipv6/addrconf.c static int inet6_netconf_msgsize_devconf(int type)
type              495 net/ipv6/addrconf.c 	if (type == NETCONFA_ALL)
type              498 net/ipv6/addrconf.c 	if (all || type == NETCONFA_FORWARDING)
type              501 net/ipv6/addrconf.c 	if (all || type == NETCONFA_MC_FORWARDING)
type              504 net/ipv6/addrconf.c 	if (all || type == NETCONFA_PROXY_NEIGH)
type              507 net/ipv6/addrconf.c 	if (all || type == NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN)
type              516 net/ipv6/addrconf.c 				      int type)
type              527 net/ipv6/addrconf.c 	if (type == NETCONFA_ALL)
type              539 net/ipv6/addrconf.c 	if ((all || type == NETCONFA_FORWARDING) &&
type              543 net/ipv6/addrconf.c 	if ((all || type == NETCONFA_MC_FORWARDING) &&
type              548 net/ipv6/addrconf.c 	if ((all || type == NETCONFA_PROXY_NEIGH) &&
type              552 net/ipv6/addrconf.c 	if ((all || type == NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN) &&
type              566 net/ipv6/addrconf.c void inet6_netconf_notify_devconf(struct net *net, int event, int type,
type              572 net/ipv6/addrconf.c 	skb = nlmsg_new(inet6_netconf_msgsize_devconf(type), GFP_KERNEL);
type              577 net/ipv6/addrconf.c 					 event, 0, type);
type             1475 net/ipv6/addrconf.c static inline int ipv6_saddr_preferred(int type)
type             1477 net/ipv6/addrconf.c 	if (type & (IPV6_ADDR_MAPPED|IPV6_ADDR_COMPATv4|IPV6_ADDR_LOOPBACK))
type             2286 net/ipv6/addrconf.c 	switch (dev->type) {
type             2394 net/ipv6/addrconf.c 	if (dev->type == ARPHRD_SIT && (dev->flags & IFF_POINTOPOINT))
type             2834 net/ipv6/addrconf.c 	if (dev->type == ARPHRD_SIT) {
type             3341 net/ipv6/addrconf.c 	if ((dev->type != ARPHRD_ETHER) &&
type             3342 net/ipv6/addrconf.c 	    (dev->type != ARPHRD_FDDI) &&
type             3343 net/ipv6/addrconf.c 	    (dev->type != ARPHRD_ARCNET) &&
type             3344 net/ipv6/addrconf.c 	    (dev->type != ARPHRD_INFINIBAND) &&
type             3345 net/ipv6/addrconf.c 	    (dev->type != ARPHRD_IEEE1394) &&
type             3346 net/ipv6/addrconf.c 	    (dev->type != ARPHRD_TUNNEL6) &&
type             3347 net/ipv6/addrconf.c 	    (dev->type != ARPHRD_6LOWPAN) &&
type             3348 net/ipv6/addrconf.c 	    (dev->type != ARPHRD_IP6GRE) &&
type             3349 net/ipv6/addrconf.c 	    (dev->type != ARPHRD_IPGRE) &&
type             3350 net/ipv6/addrconf.c 	    (dev->type != ARPHRD_TUNNEL) &&
type             3351 net/ipv6/addrconf.c 	    (dev->type != ARPHRD_NONE) &&
type             3352 net/ipv6/addrconf.c 	    (dev->type != ARPHRD_RAWIP)) {
type             3366 net/ipv6/addrconf.c 	if (dev->type == ARPHRD_NONE &&
type             3589 net/ipv6/addrconf.c 		switch (dev->type) {
type             4565 net/ipv6/addrconf.c 	[IFA_TARGET_NETNSID]	= { .type = NLA_S32 },
type             4902 net/ipv6/addrconf.c 	enum addr_type_t type;
type             5045 net/ipv6/addrconf.c 	switch (fillargs->type) {
type             5153 net/ipv6/addrconf.c 			   enum addr_type_t type)
type             5161 net/ipv6/addrconf.c 		.type = type,
type             5234 net/ipv6/addrconf.c 	enum addr_type_t type = UNICAST_ADDR;
type             5236 net/ipv6/addrconf.c 	return inet6_dump_addr(skb, cb, type);
type             5241 net/ipv6/addrconf.c 	enum addr_type_t type = MULTICAST_ADDR;
type             5243 net/ipv6/addrconf.c 	return inet6_dump_addr(skb, cb, type);
type             5249 net/ipv6/addrconf.c 	enum addr_type_t type = ANYCAST_ADDR;
type             5251 net/ipv6/addrconf.c 	return inet6_dump_addr(skb, cb, type);
type             5692 net/ipv6/addrconf.c 	[IFLA_INET6_ADDR_GEN_MODE]	= { .type = NLA_U8 },
type             5791 net/ipv6/addrconf.c 	hdr->ifi_type = dev->type;
type             5944 net/ipv6/addrconf.c 	pmsg->prefix_type = pinfo->type;
type              129 net/ipv6/addrlabel.c 						  int type, int ifindex)
type              134 net/ipv6/addrlabel.c 		if (__ip6addrlbl_match(p, addr, type, ifindex))
type              141 net/ipv6/addrlabel.c 		    const struct in6_addr *addr, int type, int ifindex)
type              146 net/ipv6/addrlabel.c 	type &= IPV6_ADDR_MAPPED | IPV6_ADDR_COMPATv4 | IPV6_ADDR_LOOPBACK;
type              149 net/ipv6/addrlabel.c 	p = __ipv6_addr_label(net, addr, type, ifindex);
type              154 net/ipv6/addrlabel.c 		  __func__, addr, type, ifindex, label);
type              126 net/ipv6/af_inet6.c 	list_for_each_entry_rcu(answer, &inetsw6[sock->type], list) {
type              154 net/ipv6/af_inet6.c 						PF_INET6, protocol, sock->type);
type              168 net/ipv6/af_inet6.c 	if (sock->type == SOCK_RAW && !kern &&
type              193 net/ipv6/af_inet6.c 	if (SOCK_RAW == sock->type) {
type              678 net/ipv6/af_inet6.c 	if (p->type >= SOCK_MAX)
type              684 net/ipv6/af_inet6.c 	last_perm = &inetsw6[p->type];
type              685 net/ipv6/af_inet6.c 	list_for_each(lh, &inetsw6[p->type]) {
type              718 net/ipv6/af_inet6.c 	       p->type);
type              803 net/ipv6/af_inet6.c 	.type = cpu_to_be16(ETH_P_IPV6),
type              646 net/ipv6/ah6.c 		   u8 type, u8 code, int offset, __be32 info)
type              653 net/ipv6/ah6.c 	if (type != ICMPV6_PKT_TOOBIG &&
type              654 net/ipv6/ah6.c 	    type != NDISC_REDIRECT)
type              661 net/ipv6/ah6.c 	if (type == NDISC_REDIRECT)
type              219 net/ipv6/calipso.c 			secattr->type = NETLBL_NLTYPE_CALIPSO;
type              354 net/ipv6/calipso.c 	doi_type = doi_def->type;
type             1054 net/ipv6/calipso.c 	secattr->type = NETLBL_NLTYPE_CALIPSO;
type              921 net/ipv6/datagram.c 			switch (rthdr->type) {
type              689 net/ipv6/esp6.c 		    u8 type, u8 code, int offset, __be32 info)
type              696 net/ipv6/esp6.c 	if (type != ICMPV6_PKT_TOOBIG &&
type              697 net/ipv6/esp6.c 	    type != NDISC_REDIRECT)
type              705 net/ipv6/esp6.c 	if (type == NDISC_REDIRECT)
type               63 net/ipv6/exthdrs.c 	int	type;
type              175 net/ipv6/exthdrs.c 			for (curr = procs; curr->type >= 0; curr++) {
type              176 net/ipv6/exthdrs.c 				if (curr->type == nh[off]) {
type              185 net/ipv6/exthdrs.c 			if (curr->type < 0 &&
type              270 net/ipv6/exthdrs.c 		.type	= IPV6_TLV_HAO,
type              510 net/ipv6/exthdrs.c 	if (hdr->type == IPV6_SRCRT_TYPE_4)
type              515 net/ipv6/exthdrs.c 		switch (hdr->type) {
type              541 net/ipv6/exthdrs.c 	switch (hdr->type) {
type              596 net/ipv6/exthdrs.c 	switch (hdr->type) {
type              654 net/ipv6/exthdrs.c 			  (&hdr->type) - skb_network_header(skb));
type              807 net/ipv6/exthdrs.c 		.type	= IPV6_TLV_ROUTERALERT,
type              811 net/ipv6/exthdrs.c 		.type	= IPV6_TLV_JUMBO,
type              815 net/ipv6/exthdrs.c 		.type	= IPV6_TLV_CALIPSO,
type              944 net/ipv6/exthdrs.c 	switch (opt->type) {
type              958 net/ipv6/exthdrs.c static void ipv6_push_exthdr(struct sk_buff *skb, u8 *proto, u8 type, struct ipv6_opt_hdr *opt)
type              964 net/ipv6/exthdrs.c 	*proto = type;
type             1149 net/ipv6/exthdrs.c 	switch (opt->srcrt->type) {
type              116 net/ipv6/exthdrs_core.c int ipv6_find_tlv(const struct sk_buff *skb, int offset, int type)
type              138 net/ipv6/exthdrs_core.c 		if (opttype == type)
type               45 net/ipv6/fou6.c 	int type = e->flags & TUNNEL_ENCAP_FLAG_CSUM6 ?
type               48 net/ipv6/fou6.c 	err = __fou_build_header(skb, e, protocol, &sport, type);
type               62 net/ipv6/fou6.c 	int type = e->flags & TUNNEL_ENCAP_FLAG_CSUM6 ?
type               65 net/ipv6/fou6.c 	err = __gue_build_header(skb, e, protocol, &sport, type);
type               76 net/ipv6/fou6.c 				  u8 type, u8 code, int offset, __be32 info)
type               82 net/ipv6/fou6.c 		if (!ipprot->err_handler(skb, opt, type, code, offset, info))
type               90 net/ipv6/fou6.c 		    u8 type, u8 code, int offset, __be32 info)
type              113 net/ipv6/fou6.c 						     type, code, offset, info);
type              117 net/ipv6/fou6.c 						     type, code, offset, info);
type              150 net/ipv6/fou6.c 				     opt, type, code, offset, info);
type               84 net/ipv6/icmp.c 		       u8 type, u8 code, int offset, __be32 info)
type               90 net/ipv6/icmp.c 	if (type == ICMPV6_PKT_TOOBIG)
type               92 net/ipv6/icmp.c 	else if (type == NDISC_REDIRECT)
type               96 net/ipv6/icmp.c 	if (!(type & ICMPV6_INFOMSG_MASK))
type              167 net/ipv6/icmp.c static bool icmpv6_mask_allow(struct net *net, int type)
type              169 net/ipv6/icmp.c 	if (type > ICMPV6_MSG_MAX)
type              173 net/ipv6/icmp.c 	if (!test_bit(type, net->ipv6.sysctl.icmpv6_ratemask))
type              179 net/ipv6/icmp.c static bool icmpv6_global_allow(struct net *net, int type)
type              181 net/ipv6/icmp.c 	if (icmpv6_mask_allow(net, type))
type              193 net/ipv6/icmp.c static bool icmpv6_xrlim_allow(struct sock *sk, u8 type,
type              200 net/ipv6/icmp.c 	if (icmpv6_mask_allow(net, type))
type              291 net/ipv6/icmp.c 	uint8_t		type;
type              303 net/ipv6/icmp.c 	if (!(msg->type & ICMPV6_INFOMSG_MASK))
type              423 net/ipv6/icmp.c static void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info,
type              467 net/ipv6/icmp.c 		if (type != ICMPV6_PKT_TOOBIG &&
type              468 net/ipv6/icmp.c 		    !(type == ICMPV6_PARAMPROB &&
type              514 net/ipv6/icmp.c 	if (!(skb->dev->flags & IFF_LOOPBACK) && !icmpv6_global_allow(net, type))
type              528 net/ipv6/icmp.c 	fl6.fl6_icmp_type = type;
type              541 net/ipv6/icmp.c 	if (!icmpv6_xrlim_allow(sk, type, &fl6))
type              544 net/ipv6/icmp.c 	tmp_hdr.icmp6_type = type;
type              565 net/ipv6/icmp.c 	msg.type = type;
type              612 net/ipv6/icmp.c int ip6_err_gen_icmpv6_unreach(struct sk_buff *skb, int nhs, int type,
type              657 net/ipv6/icmp.c 	if (type == ICMP_TIME_EXCEEDED)
type              746 net/ipv6/icmp.c 	msg.type = ICMPV6_ECHO_REPLY;
type              770 net/ipv6/icmp.c void icmpv6_notify(struct sk_buff *skb, u8 type, u8 code, __be32 info)
type              805 net/ipv6/icmp.c 		ipprot->err_handler(skb, NULL, type, code, inner_offset, info);
type              807 net/ipv6/icmp.c 	raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info);
type              825 net/ipv6/icmp.c 	u8 type;
type              864 net/ipv6/icmp.c 	type = hdr->icmp6_type;
type              866 net/ipv6/icmp.c 	ICMP6MSGIN_INC_STATS(dev_net(dev), idev, type);
type              868 net/ipv6/icmp.c 	switch (type) {
type              893 net/ipv6/icmp.c 		icmpv6_notify(skb, type, hdr->icmp6_code, hdr->icmp6_mtu);
type              924 net/ipv6/icmp.c 		if (type & ICMPV6_INFOMSG_MASK)
type              935 net/ipv6/icmp.c 		icmpv6_notify(skb, type, hdr->icmp6_code, hdr->icmp6_mtu);
type              958 net/ipv6/icmp.c 		      u8 type,
type              967 net/ipv6/icmp.c 	fl6->fl6_icmp_type	= type;
type             1086 net/ipv6/icmp.c int icmpv6_err_convert(u8 type, u8 code, int *err)
type             1092 net/ipv6/icmp.c 	switch (type) {
type               37 net/ipv6/ila/ila.h 			u8 type:3;
type               39 net/ipv6/ila/ila.h 			u8 type:3;
type               73 net/ipv6/ila/ila.h 	return (iaddr->ident.type != ILA_ATYPE_IID);
type              122 net/ipv6/ila/ila_lwt.c 	[ILA_ATTR_LOCATOR] = { .type = NLA_U64, },
type              123 net/ipv6/ila/ila_lwt.c 	[ILA_ATTR_CSUM_MODE] = { .type = NLA_U8, },
type              124 net/ipv6/ila/ila_lwt.c 	[ILA_ATTR_IDENT_TYPE] = { .type = NLA_U8, },
type              125 net/ipv6/ila/ila_lwt.c 	[ILA_ATTR_HOOK_TYPE] = { .type = NLA_U8, },
type              174 net/ipv6/ila/ila_lwt.c 		eff_ident_type = iaddr->ident.type;
type              245 net/ipv6/ila/ila_lwt.c 	newts->type = LWTUNNEL_ENCAP_ILA;
type                9 net/ipv6/ila/ila_main.c 	[ILA_ATTR_LOCATOR] = { .type = NLA_U64, },
type               10 net/ipv6/ila/ila_main.c 	[ILA_ATTR_LOCATOR_MATCH] = { .type = NLA_U64, },
type               11 net/ipv6/ila/ila_main.c 	[ILA_ATTR_IFINDEX] = { .type = NLA_U32, },
type               12 net/ipv6/ila/ila_main.c 	[ILA_ATTR_CSUM_MODE] = { .type = NLA_U8, },
type               13 net/ipv6/ila/ila_main.c 	[ILA_ATTR_IDENT_TYPE] = { .type = NLA_U8, },
type              138 net/ipv6/ip6_gre.c 		if (t->dev->type != ARPHRD_IP6GRE &&
type              139 net/ipv6/ip6_gre.c 		    t->dev->type != dev_type)
type              145 net/ipv6/ip6_gre.c 		if (t->dev->type != dev_type)
type              162 net/ipv6/ip6_gre.c 		if (t->dev->type != ARPHRD_IP6GRE &&
type              163 net/ipv6/ip6_gre.c 		    t->dev->type != dev_type)
type              169 net/ipv6/ip6_gre.c 		if (t->dev->type != dev_type)
type              188 net/ipv6/ip6_gre.c 		if (t->dev->type != ARPHRD_IP6GRE &&
type              189 net/ipv6/ip6_gre.c 		    t->dev->type != dev_type)
type              195 net/ipv6/ip6_gre.c 		if (t->dev->type != dev_type)
type              211 net/ipv6/ip6_gre.c 		if (t->dev->type != ARPHRD_IP6GRE &&
type              212 net/ipv6/ip6_gre.c 		    t->dev->type != dev_type)
type              218 net/ipv6/ip6_gre.c 		if (t->dev->type != dev_type)
type              322 net/ipv6/ip6_gre.c 					   int type)
type              339 net/ipv6/ip6_gre.c 		    type == t->dev->type)
type              422 net/ipv6/ip6_gre.c 		       u8 type, u8 code, int offset, __be32 info)
type              439 net/ipv6/ip6_gre.c 	switch (type) {
type              713 net/ipv6/ip6_gre.c 	if (dev->type == ARPHRD_ETHER)
type              716 net/ipv6/ip6_gre.c 	if (dev->header_ops && dev->type == ARPHRD_IP6GRE)
type              725 net/ipv6/ip6_gre.c 	protocol = (dev->type == ARPHRD_ETHER) ? htons(ETH_P_TEB) : proto;
type             1075 net/ipv6/ip6_gre.c 	if (dev->type != ARPHRD_ETHER) {
type             1096 net/ipv6/ip6_gre.c 			p->flags&IP6_TNL_F_CAP_RCV && dev->type != ARPHRD_ETHER)
type             1127 net/ipv6/ip6_gre.c 				if (dev->type == ARPHRD_ETHER)
type             1334 net/ipv6/ip6_gre.c 			 unsigned short type, const void *daddr,
type             1352 net/ipv6/ip6_gre.c 	p[1] = htons(type);
type             1397 net/ipv6/ip6_gre.c 	dev->type = ARPHRD_IP6GRE;
type             1425 net/ipv6/ip6_gre.c 		    nt->encap.type == TUNNEL_ENCAP_NONE) {
type             1463 net/ipv6/ip6_gre.c 	if (dev->type == ARPHRD_ETHER)
type             1857 net/ipv6/ip6_gre.c 	if (dev->type == ARPHRD_ETHER)
type             1913 net/ipv6/ip6_gre.c 		ipencap->type = nla_get_u16(data[IFLA_GRE_ENCAP_TYPE]);
type             1951 net/ipv6/ip6_gre.c 	if (dev->type == ARPHRD_ETHER && !tb[IFLA_ADDRESS])
type             1986 net/ipv6/ip6_gre.c 		if (ip6gre_tunnel_find(net, &nt->parms, dev->type))
type             2145 net/ipv6/ip6_gre.c 			t->encap.type) ||
type             2166 net/ipv6/ip6_gre.c 	[IFLA_GRE_LINK]        = { .type = NLA_U32 },
type             2167 net/ipv6/ip6_gre.c 	[IFLA_GRE_IFLAGS]      = { .type = NLA_U16 },
type             2168 net/ipv6/ip6_gre.c 	[IFLA_GRE_OFLAGS]      = { .type = NLA_U16 },
type             2169 net/ipv6/ip6_gre.c 	[IFLA_GRE_IKEY]        = { .type = NLA_U32 },
type             2170 net/ipv6/ip6_gre.c 	[IFLA_GRE_OKEY]        = { .type = NLA_U32 },
type             2173 net/ipv6/ip6_gre.c 	[IFLA_GRE_TTL]         = { .type = NLA_U8 },
type             2174 net/ipv6/ip6_gre.c 	[IFLA_GRE_ENCAP_LIMIT] = { .type = NLA_U8 },
type             2175 net/ipv6/ip6_gre.c 	[IFLA_GRE_FLOWINFO]    = { .type = NLA_U32 },
type             2176 net/ipv6/ip6_gre.c 	[IFLA_GRE_FLAGS]       = { .type = NLA_U32 },
type             2177 net/ipv6/ip6_gre.c 	[IFLA_GRE_ENCAP_TYPE]   = { .type = NLA_U16 },
type             2178 net/ipv6/ip6_gre.c 	[IFLA_GRE_ENCAP_FLAGS]  = { .type = NLA_U16 },
type             2179 net/ipv6/ip6_gre.c 	[IFLA_GRE_ENCAP_SPORT]  = { .type = NLA_U16 },
type             2180 net/ipv6/ip6_gre.c 	[IFLA_GRE_ENCAP_DPORT]  = { .type = NLA_U16 },
type             2181 net/ipv6/ip6_gre.c 	[IFLA_GRE_COLLECT_METADATA] = { .type = NLA_FLAG },
type             2182 net/ipv6/ip6_gre.c 	[IFLA_GRE_FWMARK]       = { .type = NLA_U32 },
type             2183 net/ipv6/ip6_gre.c 	[IFLA_GRE_ERSPAN_INDEX] = { .type = NLA_U32 },
type             2184 net/ipv6/ip6_gre.c 	[IFLA_GRE_ERSPAN_VER]	= { .type = NLA_U8 },
type             2185 net/ipv6/ip6_gre.c 	[IFLA_GRE_ERSPAN_DIR]	= { .type = NLA_U8 },
type             2186 net/ipv6/ip6_gre.c 	[IFLA_GRE_ERSPAN_HWID]	= { .type = NLA_U16 },
type             2220 net/ipv6/ip6_gre.c 		if (ip6gre_tunnel_find(net, &nt->parms, dev->type))
type               34 net/ipv6/ip6_icmp.c void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info)
type               43 net/ipv6/ip6_icmp.c 	send(skb, type, code, info, NULL);
type              374 net/ipv6/ip6_offload.c 	.type = cpu_to_be16(ETH_P_IPV6),
type              443 net/ipv6/ip6_tunnel.c 				if (tel->type == IPV6_TLV_TNL_ENCAP_LIMIT &&
type              447 net/ipv6/ip6_tunnel.c 				if (tel->type)
type              470 net/ipv6/ip6_tunnel.c 	    u8 *type, u8 *code, int *msg, __u32 *info, int offset)
type              498 net/ipv6/ip6_tunnel.c 	switch (*type) {
type              550 net/ipv6/ip6_tunnel.c 	*type = rel_type;
type              562 net/ipv6/ip6_tunnel.c 	   u8 type, u8 code, int offset, __be32 info)
type              568 net/ipv6/ip6_tunnel.c 	u8 rel_type = type;
type              625 net/ipv6/ip6_tunnel.c 		if (IS_ERR(rt) || rt->dst.dev->type != ARPHRD_TUNNEL6) {
type              634 net/ipv6/ip6_tunnel.c 		    skb_dst(skb2)->dev->type != ARPHRD_TUNNEL6)
type              655 net/ipv6/ip6_tunnel.c 	   u8 type, u8 code, int offset, __be32 info)
type              659 net/ipv6/ip6_tunnel.c 	u8 rel_type = type;
type              805 net/ipv6/ip6_tunnel.c 	if (tunnel->dev->type == ARPHRD_ETHER) {
type             1044 net/ipv6/ip6_tunnel.c 	unsigned int eth_hlen = t->dev->type == ARPHRD_ETHER ? ETH_HLEN : 0;
type             1175 net/ipv6/ip6_tunnel.c 		if (t->encap.type != TUNNEL_ENCAP_NONE)
type             1761 net/ipv6/ip6_tunnel.c 	t->encap.type = ipencap->type;
type             1803 net/ipv6/ip6_tunnel.c 	dev->type = ARPHRD_TUNNEL6;
type             1848 net/ipv6/ip6_tunnel.c 	dev->type = ARPHRD_TUNNEL6;
type             1973 net/ipv6/ip6_tunnel.c 		ipencap->type = nla_get_u16(data[IFLA_IPTUN_ENCAP_TYPE]);
type             2122 net/ipv6/ip6_tunnel.c 	if (nla_put_u16(skb, IFLA_IPTUN_ENCAP_TYPE, tunnel->encap.type) ||
type             2147 net/ipv6/ip6_tunnel.c 	[IFLA_IPTUN_LINK]		= { .type = NLA_U32 },
type             2150 net/ipv6/ip6_tunnel.c 	[IFLA_IPTUN_TTL]		= { .type = NLA_U8 },
type             2151 net/ipv6/ip6_tunnel.c 	[IFLA_IPTUN_ENCAP_LIMIT]	= { .type = NLA_U8 },
type             2152 net/ipv6/ip6_tunnel.c 	[IFLA_IPTUN_FLOWINFO]		= { .type = NLA_U32 },
type             2153 net/ipv6/ip6_tunnel.c 	[IFLA_IPTUN_FLAGS]		= { .type = NLA_U32 },
type             2154 net/ipv6/ip6_tunnel.c 	[IFLA_IPTUN_PROTO]		= { .type = NLA_U8 },
type             2155 net/ipv6/ip6_tunnel.c 	[IFLA_IPTUN_ENCAP_TYPE]		= { .type = NLA_U16 },
type             2156 net/ipv6/ip6_tunnel.c 	[IFLA_IPTUN_ENCAP_FLAGS]	= { .type = NLA_U16 },
type             2157 net/ipv6/ip6_tunnel.c 	[IFLA_IPTUN_ENCAP_SPORT]	= { .type = NLA_U16 },
type             2158 net/ipv6/ip6_tunnel.c 	[IFLA_IPTUN_ENCAP_DPORT]	= { .type = NLA_U16 },
type             2159 net/ipv6/ip6_tunnel.c 	[IFLA_IPTUN_COLLECT_METADATA]	= { .type = NLA_FLAG },
type             2160 net/ipv6/ip6_tunnel.c 	[IFLA_IPTUN_FWMARK]		= { .type = NLA_U32 },
type              590 net/ipv6/ip6_vti.c 		    u8 type, u8 code, int offset, __be32 info)
type              626 net/ipv6/ip6_vti.c 	if (type != ICMPV6_PKT_TOOBIG &&
type              627 net/ipv6/ip6_vti.c 	    type != NDISC_REDIRECT)
type              635 net/ipv6/ip6_vti.c 	if (type == NDISC_REDIRECT)
type              900 net/ipv6/ip6_vti.c 	dev->type = ARPHRD_TUNNEL6;
type             1083 net/ipv6/ip6_vti.c 	[IFLA_VTI_LINK]		= { .type = NLA_U32 },
type             1086 net/ipv6/ip6_vti.c 	[IFLA_VTI_IKEY]		= { .type = NLA_U32 },
type             1087 net/ipv6/ip6_vti.c 	[IFLA_VTI_OKEY]		= { .type = NLA_U32 },
type             1088 net/ipv6/ip6_vti.c 	[IFLA_VTI_FWMARK]	= { .type = NLA_U32 },
type              534 net/ipv6/ip6mr.c 	if (pim->type != ((PIM_VERSION << 4) | PIM_TYPE_REGISTER) ||
type              631 net/ipv6/ip6mr.c 	dev->type		= ARPHRD_PIMREG;
type               45 net/ipv6/ipcomp6.c 				u8 type, u8 code, int offset, __be32 info)
type               54 net/ipv6/ipcomp6.c 	if (type != ICMPV6_PKT_TOOBIG &&
type               55 net/ipv6/ipcomp6.c 	    type != NDISC_REDIRECT)
type               64 net/ipv6/ipcomp6.c 	if (type == NDISC_REDIRECT)
type              447 net/ipv6/ipv6_sockglue.c 			switch (rthdr->type) {
type             1506 net/ipv6/mcast.c static bool is_in(struct ifmcaddr6 *pmc, struct ip6_sf_list *psf, int type,
type             1509 net/ipv6/mcast.c 	switch (type) {
type             1521 net/ipv6/mcast.c 				return type == MLD2_MODE_IS_INCLUDE;
type             1551 net/ipv6/mcast.c mld_scount(struct ifmcaddr6 *pmc, int type, int gdeleted, int sdeleted)
type             1557 net/ipv6/mcast.c 		if (!is_in(pmc, psf, type, gdeleted, sdeleted))
type             1701 net/ipv6/mcast.c static int grec_size(struct ifmcaddr6 *pmc, int type, int gdel, int sdel)
type             1703 net/ipv6/mcast.c 	return sizeof(struct mld2_grec) + 16 * mld_scount(pmc,type,gdel,sdel);
type             1707 net/ipv6/mcast.c 	int type, struct mld2_grec **ppgr, unsigned int mtu)
type             1718 net/ipv6/mcast.c 	pgr->grec_type = type;
type             1731 net/ipv6/mcast.c 	int type, int gdeleted, int sdeleted, int crsend)
type             1748 net/ipv6/mcast.c 	isquery = type == MLD2_MODE_IS_INCLUDE ||
type             1749 net/ipv6/mcast.c 		  type == MLD2_MODE_IS_EXCLUDE;
type             1750 net/ipv6/mcast.c 	truncate = type == MLD2_MODE_IS_EXCLUDE ||
type             1751 net/ipv6/mcast.c 		    type == MLD2_CHANGE_TO_EXCLUDE;
type             1765 net/ipv6/mcast.c 		    AVAILABLE(skb) < grec_size(pmc, type, gdeleted, sdeleted)) {
type             1778 net/ipv6/mcast.c 		if (!is_in(pmc, psf, type, gdeleted, sdeleted) && !crsend) {
type             1788 net/ipv6/mcast.c 		    (type == MLD2_ALLOW_NEW_SOURCES ||
type             1789 net/ipv6/mcast.c 		     type == MLD2_BLOCK_OLD_SOURCES) && psf->sf_crcount)
type             1809 net/ipv6/mcast.c 			skb = add_grhead(skb, pmc, type, &pgr, mtu);
type             1817 net/ipv6/mcast.c 		if ((type == MLD2_ALLOW_NEW_SOURCES ||
type             1818 net/ipv6/mcast.c 		     type == MLD2_BLOCK_OLD_SOURCES) && psf->sf_crcount) {
type             1835 net/ipv6/mcast.c 		if (type == MLD2_ALLOW_NEW_SOURCES ||
type             1836 net/ipv6/mcast.c 		    type == MLD2_BLOCK_OLD_SOURCES)
type             1844 net/ipv6/mcast.c 			skb = add_grhead(skb, pmc, type, &pgr, mtu);
type             1858 net/ipv6/mcast.c 	int type;
type             1867 net/ipv6/mcast.c 				type = MLD2_MODE_IS_EXCLUDE;
type             1869 net/ipv6/mcast.c 				type = MLD2_MODE_IS_INCLUDE;
type             1870 net/ipv6/mcast.c 			skb = add_grec(skb, pmc, type, 0, 0, 0);
type             1876 net/ipv6/mcast.c 			type = MLD2_MODE_IS_EXCLUDE;
type             1878 net/ipv6/mcast.c 			type = MLD2_MODE_IS_INCLUDE;
type             1879 net/ipv6/mcast.c 		skb = add_grec(skb, pmc, type, 0, 0, 0);
type             1912 net/ipv6/mcast.c 	int type, dtype;
type             1922 net/ipv6/mcast.c 			type = MLD2_BLOCK_OLD_SOURCES;
type             1924 net/ipv6/mcast.c 			skb = add_grec(skb, pmc, type, 1, 0, 0);
type             1929 net/ipv6/mcast.c 				type = MLD2_CHANGE_TO_INCLUDE;
type             1930 net/ipv6/mcast.c 				skb = add_grec(skb, pmc, type, 1, 0, 0);
type             1955 net/ipv6/mcast.c 			type = MLD2_BLOCK_OLD_SOURCES;
type             1958 net/ipv6/mcast.c 			type = MLD2_ALLOW_NEW_SOURCES;
type             1961 net/ipv6/mcast.c 		skb = add_grec(skb, pmc, type, 0, 0, 0);
type             1967 net/ipv6/mcast.c 				type = MLD2_CHANGE_TO_EXCLUDE;
type             1969 net/ipv6/mcast.c 				type = MLD2_CHANGE_TO_INCLUDE;
type             1970 net/ipv6/mcast.c 			skb = add_grec(skb, pmc, type, 0, 0, 0);
type             1981 net/ipv6/mcast.c static void igmp6_send(struct in6_addr *addr, struct net_device *dev, int type)
type             1999 net/ipv6/mcast.c 	if (type == ICMPV6_MGM_REDUCTION)
type             2039 net/ipv6/mcast.c 	hdr->mld_type = type;
type             2049 net/ipv6/mcast.c 	icmpv6_flow_init(sk, &fl6, type,
type             2064 net/ipv6/mcast.c 		ICMP6MSGOUT_INC_STATS(net, idev, type);
type             2081 net/ipv6/mcast.c 	int type;
type             2091 net/ipv6/mcast.c 			type = MLD2_CHANGE_TO_EXCLUDE;
type             2093 net/ipv6/mcast.c 			type = MLD2_ALLOW_NEW_SOURCES;
type             2094 net/ipv6/mcast.c 		skb = add_grec(skb, pmc, type, 0, 0, 1);
type               51 net/ipv6/mip6.c static int mip6_mh_len(int type)
type               55 net/ipv6/mip6.c 	switch (type) {
type              158 net/ipv6/mip6.c 	hao->type = IPV6_TLV_HAO;
type              372 net/ipv6/mip6.c 	rt2->rt_hdr.type = IPV6_SRCRT_TYPE_2;
type              408 net/ipv6/mip6.c 				if (rt->type != 0)
type              143 net/ipv6/ndisc.c void __ndisc_fill_addr_option(struct sk_buff *skb, int type, void *data,
type              149 net/ipv6/ndisc.c 	opt[0] = type;
type              165 net/ipv6/ndisc.c static inline void ndisc_fill_addr_option(struct sk_buff *skb, int type,
type              168 net/ipv6/ndisc.c 	__ndisc_fill_addr_option(skb, type, data, skb->dev->addr_len,
type              169 net/ipv6/ndisc.c 				 ndisc_addr_option_pad(skb->dev->type));
type              184 net/ipv6/ndisc.c 	int type;
type              187 net/ipv6/ndisc.c 	type = cur->nd_opt_type;
type              190 net/ipv6/ndisc.c 	} while (cur < end && cur->nd_opt_type != type);
type              191 net/ipv6/ndisc.c 	return cur <= end && cur->nd_opt_type == type ? cur : NULL;
type              286 net/ipv6/ndisc.c 	switch (dev->type) {
type              339 net/ipv6/ndisc.c 	neigh->type = is_multicast ? RTN_MULTICAST : RTN_UNICAST;
type              352 net/ipv6/ndisc.c 				neigh->type = RTN_LOCAL;
type              476 net/ipv6/ndisc.c 	u8 type;
type              478 net/ipv6/ndisc.c 	type = icmp6h->icmp6_type;
type              484 net/ipv6/ndisc.c 		icmpv6_flow_init(sk, &fl6, type, saddr, daddr, oif);
type              509 net/ipv6/ndisc.c 		ICMP6MSGOUT_INC_STATS(net, idev, type);
type              172 net/ipv6/netfilter/ip6_tables.c 	.type = NF_LOG_TYPE_LOG,
type             1821 net/ipv6/netfilter/ip6_tables.c 		     u_int8_t type, u_int8_t code,
type             1824 net/ipv6/netfilter/ip6_tables.c 	return (type == test_type && code >= min_code && code <= max_code)
type             1848 net/ipv6/netfilter/ip6_tables.c 	return icmp6_type_code_match(icmpinfo->type,
type               26 net/ipv6/netfilter/ip6t_mh.c type_match(u_int8_t min, u_int8_t max, u_int8_t type, bool invert)
type               28 net/ipv6/netfilter/ip6t_mh.c 	return (type >= min && type <= max) ^ invert;
type               69 net/ipv6/netfilter/ip6t_rt.c 	pr_debug("TYPE %04X ", rh->type);
type               77 net/ipv6/netfilter/ip6t_rt.c 		 rtinfo->rt_type, rh->type,
type               79 net/ipv6/netfilter/ip6t_rt.c 		  ((rtinfo->rt_type == rh->type) ^
type              100 net/ipv6/netfilter/ip6t_rt.c 	       ((rtinfo->rt_type == rh->type) ^
type               41 net/ipv6/netfilter/ip6t_srh.c 	if (srh->type != IPV6_SRCRT_TYPE_4)
type              135 net/ipv6/netfilter/ip6t_srh.c 	if (srh->type != IPV6_SRCRT_TYPE_4)
type               26 net/ipv6/netfilter/nf_log_ipv6.c 	.type	= NF_LOG_TYPE_LOG,
type               49 net/ipv6/netfilter/nf_log_ipv6.c 	if (info->type == NF_LOG_TYPE_LOG)
type              292 net/ipv6/netfilter/nf_log_ipv6.c 	if (info->type == NF_LOG_TYPE_LOG)
type              298 net/ipv6/netfilter/nf_log_ipv6.c 	switch (dev->type) {
type              316 net/ipv6/netfilter/nf_log_ipv6.c 		if (dev->type == ARPHRD_SIT) {
type              330 net/ipv6/netfilter/nf_log_ipv6.c 		if (dev->type == ARPHRD_SIT) {
type              372 net/ipv6/netfilter/nf_log_ipv6.c 	.type		= NF_LOG_TYPE_LOG,
type               71 net/ipv6/netfilter/nft_dup_ipv6.c 	.type		= &nft_dup_ipv6_type,
type               79 net/ipv6/netfilter/nft_dup_ipv6.c 	[NFTA_DUP_SREG_ADDR]	= { .type = NLA_U32 },
type               80 net/ipv6/netfilter/nft_dup_ipv6.c 	[NFTA_DUP_SREG_DEV]	= { .type = NLA_U32 },
type              194 net/ipv6/netfilter/nft_fib_ipv6.c 	.type		= &nft_fib6_type,
type              203 net/ipv6/netfilter/nft_fib_ipv6.c 	.type		= &nft_fib6_type,
type               25 net/ipv6/netfilter/nft_reject_ipv6.c 	switch (priv->type) {
type               42 net/ipv6/netfilter/nft_reject_ipv6.c 	.type		= &nft_reject_ipv6_type,
type               35 net/ipv6/ping.c static int dummy_icmpv6_err_convert(u8 type, u8 code, int *err)
type              129 net/ipv6/ping.c 	pfh.icmph.type = user_icmph.icmp6_type;
type              184 net/ipv6/ping.c 	.type =      SOCK_DGRAM,
type              121 net/ipv6/raw.c 		unsigned int type = hdr->icmp6_type;
type              123 net/ipv6/raw.c 		return (data[type >> 5] & (1U << (type & 31))) != 0;
type              324 net/ipv6/raw.c 	       u8 type, u8 code, int offset, __be32 info)
type              339 net/ipv6/raw.c 	harderr = icmpv6_err_convert(type, code, &err);
type              340 net/ipv6/raw.c 	if (type == ICMPV6_PKT_TOOBIG) {
type              344 net/ipv6/raw.c 	if (type == NDISC_REDIRECT) {
type              362 net/ipv6/raw.c 		u8 type, u8 code, int inner_offset, __be32 info)
type              382 net/ipv6/raw.c 			rawv6_err(sk, skb, NULL, type, code,
type             1386 net/ipv6/raw.c 	.type		= SOCK_RAW,
type              108 net/ipv6/route.c 			 int iif, int type, u32 portid, u32 seq,
type             2295 net/ipv6/route.c 	if (rt6_need_strict(&fl6->daddr) && dev->type != ARPHRD_PIMREG)
type             4367 net/ipv6/route.c 	int type;
type             4377 net/ipv6/route.c 		type = ipv6_addr_type(&ipv6_hdr(skb)->daddr);
type             4378 net/ipv6/route.c 		if (type == IPV6_ADDR_ANY) {
type             4848 net/ipv6/route.c 	[RTA_OIF]               = { .type = NLA_U32 },
type             4849 net/ipv6/route.c 	[RTA_IIF]		= { .type = NLA_U32 },
type             4850 net/ipv6/route.c 	[RTA_PRIORITY]          = { .type = NLA_U32 },
type             4851 net/ipv6/route.c 	[RTA_METRICS]           = { .type = NLA_NESTED },
type             4853 net/ipv6/route.c 	[RTA_PREF]              = { .type = NLA_U8 },
type             4854 net/ipv6/route.c 	[RTA_ENCAP_TYPE]	= { .type = NLA_U16 },
type             4855 net/ipv6/route.c 	[RTA_ENCAP]		= { .type = NLA_NESTED },
type             4856 net/ipv6/route.c 	[RTA_EXPIRES]		= { .type = NLA_U32 },
type             4857 net/ipv6/route.c 	[RTA_UID]		= { .type = NLA_U32 },
type             4858 net/ipv6/route.c 	[RTA_MARK]		= { .type = NLA_U32 },
type             4859 net/ipv6/route.c 	[RTA_TABLE]		= { .type = NLA_U32 },
type             4860 net/ipv6/route.c 	[RTA_IP_PROTO]		= { .type = NLA_U8 },
type             4861 net/ipv6/route.c 	[RTA_SPORT]		= { .type = NLA_U16 },
type             4862 net/ipv6/route.c 	[RTA_DPORT]		= { .type = NLA_U16 },
type             4863 net/ipv6/route.c 	[RTA_NH_ID]		= { .type = NLA_U32 },
type             5399 net/ipv6/route.c 			 int iif, int type, u32 portid, u32 seq,
type             5410 net/ipv6/route.c 	nlh = nlmsg_put(skb, portid, seq, type, sizeof(*rtm), flags);
type               33 net/ipv6/seg6.c 	if (srh->type != IPV6_SRCRT_TYPE_4)
type               71 net/ipv6/seg6.c 	[SEG6_ATTR_DST]				= { .type = NLA_BINARY,
type               73 net/ipv6/seg6.c 	[SEG6_ATTR_DSTLEN]			= { .type = NLA_S32, },
type               74 net/ipv6/seg6.c 	[SEG6_ATTR_HMACKEYID]		= { .type = NLA_U32, },
type               75 net/ipv6/seg6.c 	[SEG6_ATTR_SECRET]			= { .type = NLA_BINARY, },
type               76 net/ipv6/seg6.c 	[SEG6_ATTR_SECRETLEN]		= { .type = NLA_U8, },
type               77 net/ipv6/seg6.c 	[SEG6_ATTR_ALGID]			= { .type = NLA_U8, },
type               78 net/ipv6/seg6.c 	[SEG6_ATTR_HMACINFO]		= { .type = NLA_NESTED, },
type               99 net/ipv6/seg6_hmac.c 	if (tlv->tlvhdr.type != SR6_TLV_HMAC || tlv->tlvhdr.len != 38)
type               47 net/ipv6/seg6_iptunnel.c 	[SEG6_IPTUNNEL_SRH]	= { .type = NLA_BINARY },
type              446 net/ipv6/seg6_iptunnel.c 	newts->type = LWTUNNEL_ENCAP_SEG6;
type              294 net/ipv6/seg6_local.c 	if (odev->type != ARPHRD_ETHER)
type              635 net/ipv6/seg6_local.c 	[SEG6_LOCAL_ACTION]	= { .type = NLA_U32 },
type              636 net/ipv6/seg6_local.c 	[SEG6_LOCAL_SRH]	= { .type = NLA_BINARY },
type              637 net/ipv6/seg6_local.c 	[SEG6_LOCAL_TABLE]	= { .type = NLA_U32 },
type              638 net/ipv6/seg6_local.c 	[SEG6_LOCAL_NH4]	= { .type = NLA_BINARY,
type              640 net/ipv6/seg6_local.c 	[SEG6_LOCAL_NH6]	= { .type = NLA_BINARY,
type              642 net/ipv6/seg6_local.c 	[SEG6_LOCAL_IIF]	= { .type = NLA_U32 },
type              643 net/ipv6/seg6_local.c 	[SEG6_LOCAL_OIF]	= { .type = NLA_U32 },
type              644 net/ipv6/seg6_local.c 	[SEG6_LOCAL_BPF]	= { .type = NLA_NESTED },
type              822 net/ipv6/seg6_local.c 	[SEG6_LOCAL_BPF_PROG]	   = { .type = NLA_U32, },
type              823 net/ipv6/seg6_local.c 	[SEG6_LOCAL_BPF_PROG_NAME] = { .type = NLA_NUL_STRING,
type              991 net/ipv6/seg6_local.c 	newts->type = LWTUNNEL_ENCAP_SEG6_LOCAL;
type              489 net/ipv6/sit.c 	const int type = icmp_hdr(skb)->type;
type              496 net/ipv6/sit.c 	switch (type) {
type              531 net/ipv6/sit.c 	if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) {
type              537 net/ipv6/sit.c 	if (type == ICMP_REDIRECT) {
type              546 net/ipv6/sit.c 	    !ip6_err_gen_icmpv6_unreach(skb, iph->ihl * 4, type, data_len))
type              552 net/ipv6/sit.c 	if (t->parms.iph.ttl == 0 && type == ICMP_TIME_EXCEEDED)
type             1380 net/ipv6/sit.c 	dev->type		= ARPHRD_SIT;
type             1506 net/ipv6/sit.c 		ipencap->type = nla_get_u16(data[IFLA_IPTUN_ENCAP_TYPE]);
type             1729 net/ipv6/sit.c 			tunnel->encap.type) ||
type             1745 net/ipv6/sit.c 	[IFLA_IPTUN_LINK]		= { .type = NLA_U32 },
type             1746 net/ipv6/sit.c 	[IFLA_IPTUN_LOCAL]		= { .type = NLA_U32 },
type             1747 net/ipv6/sit.c 	[IFLA_IPTUN_REMOTE]		= { .type = NLA_U32 },
type             1748 net/ipv6/sit.c 	[IFLA_IPTUN_TTL]		= { .type = NLA_U8 },
type             1749 net/ipv6/sit.c 	[IFLA_IPTUN_TOS]		= { .type = NLA_U8 },
type             1750 net/ipv6/sit.c 	[IFLA_IPTUN_PMTUDISC]		= { .type = NLA_U8 },
type             1751 net/ipv6/sit.c 	[IFLA_IPTUN_FLAGS]		= { .type = NLA_U16 },
type             1752 net/ipv6/sit.c 	[IFLA_IPTUN_PROTO]		= { .type = NLA_U8 },
type             1755 net/ipv6/sit.c 	[IFLA_IPTUN_6RD_RELAY_PREFIX]	= { .type = NLA_U32 },
type             1756 net/ipv6/sit.c 	[IFLA_IPTUN_6RD_PREFIXLEN]	= { .type = NLA_U16 },
type             1757 net/ipv6/sit.c 	[IFLA_IPTUN_6RD_RELAY_PREFIXLEN] = { .type = NLA_U16 },
type             1759 net/ipv6/sit.c 	[IFLA_IPTUN_ENCAP_TYPE]		= { .type = NLA_U16 },
type             1760 net/ipv6/sit.c 	[IFLA_IPTUN_ENCAP_FLAGS]	= { .type = NLA_U16 },
type             1761 net/ipv6/sit.c 	[IFLA_IPTUN_ENCAP_SPORT]	= { .type = NLA_U16 },
type             1762 net/ipv6/sit.c 	[IFLA_IPTUN_ENCAP_DPORT]	= { .type = NLA_U16 },
type             1763 net/ipv6/sit.c 	[IFLA_IPTUN_FWMARK]		= { .type = NLA_U32 },
type              361 net/ipv6/tcp_ipv6.c 		u8 type, u8 code, int offset, __be32 info)
type              390 net/ipv6/tcp_ipv6.c 	fatal = icmpv6_err_convert(type, code, &err);
type              397 net/ipv6/tcp_ipv6.c 	if (sock_owned_by_user(sk) && type != ICMPV6_PKT_TOOBIG)
type              420 net/ipv6/tcp_ipv6.c 	if (type == NDISC_REDIRECT) {
type              430 net/ipv6/tcp_ipv6.c 	if (type == ICMPV6_PKT_TOOBIG) {
type             2065 net/ipv6/tcp_ipv6.c 	.type		=	SOCK_STREAM,
type              126 net/ipv6/tunnel6.c 			u8 type, u8 code, int offset, __be32 info)
type              131 net/ipv6/tunnel6.c 		if (!handler->err_handler(skb, opt, type, code, offset, info))
type              138 net/ipv6/tunnel6.c 			 u8 type, u8 code, int offset, __be32 info)
type              143 net/ipv6/tunnel6.c 		if (!handler->err_handler(skb, opt, type, code, offset, info))
type              411 net/ipv6/udp.c 				      u8 type, u8 code, int offset, __be32 info)
type              417 net/ipv6/udp.c 			       u8 type, u8 code, int offset, __be32 info);
type              424 net/ipv6/udp.c 		if (handler && !handler(skb, opt, type, code, offset, info))
type              454 net/ipv6/udp.c 					 u8 type, u8 code, __be32 info)
type              481 net/ipv6/udp.c 		sk = ERR_PTR(__udp6_lib_err_encap_no_sk(skb, opt, type, code,
type              492 net/ipv6/udp.c 		   u8 type, u8 code, int offset, __be32 info,
type              514 net/ipv6/udp.c 						  opt, type, code, info);
type              528 net/ipv6/udp.c 	harderr = icmpv6_err_convert(type, code, &err);
type              531 net/ipv6/udp.c 	if (type == ICMPV6_PKT_TOOBIG) {
type              538 net/ipv6/udp.c 	if (type == NDISC_REDIRECT) {
type              594 net/ipv6/udp.c 				struct inet6_skb_parm *opt, u8 type,
type              597 net/ipv6/udp.c 	return __udp6_lib_err(skb, opt, type, code, offset, info, &udp_table);
type             1687 net/ipv6/udp.c 	.type =      SOCK_DGRAM,
type               22 net/ipv6/udplite.c 			  u8 type, u8 code, int offset, __be32 info)
type               24 net/ipv6/udplite.c 	return __udp6_lib_err(skb, opt, type, code, offset, info,
type               62 net/ipv6/udplite.c 	.type		= SOCK_DGRAM,
type              133 net/ipv6/xfrm6_input.c 			if (x->type->input(x, skb) > 0) {
type               79 net/ipv6/xfrm6_protocol.c 			  u8 type, u8 code, int offset, __be32 info)
type               84 net/ipv6/xfrm6_protocol.c 		if (!handler->err_handler(skb, opt, type, code, offset, info))
type              108 net/ipv6/xfrm6_protocol.c 			 u8 type, u8 code, int offset, __be32 info)
type              113 net/ipv6/xfrm6_protocol.c 		if (!handler->err_handler(skb, opt, type, code, offset, info))
type              137 net/ipv6/xfrm6_protocol.c 			     u8 type, u8 code, int offset, __be32 info)
type              142 net/ipv6/xfrm6_protocol.c 		if (!handler->err_handler(skb, opt, type, code, offset, info))
type              233 net/ipv6/xfrm6_tunnel.c 			    u8 type, u8 code, int offset, __be32 info)
type              236 net/ipv6/xfrm6_tunnel.c 	switch (type) {
type              621 net/iucv/af_iucv.c 	switch (sock->type) {
type              945 net/iucv/af_iucv.c 	if (sock->type != SOCK_STREAM && sock->type != SOCK_SEQPACKET)
type             2406 net/iucv/af_iucv.c 	.type = cpu_to_be16(ETH_P_AF_IUCV),
type              907 net/kcm/kcmsock.c 	int eor = (sock->type == SOCK_DGRAM) ?
type             1064 net/kcm/kcmsock.c 	if (copied && sock->type == SOCK_SEQPACKET) {
type             1149 net/kcm/kcmsock.c 			if (sock->type == SOCK_DGRAM) {
type             1669 net/kcm/kcmsock.c 	newsock->type = osock->type;
type             1949 net/kcm/kcmsock.c 	switch (sock->type) {
type              148 net/key/af_key.c 	if (sock->type != SOCK_RAW)
type             2783 net/key/af_key.c 	c.data.type = XFRM_POLICY_TYPE_MAIN;
type             3081 net/key/af_key.c 	if (xp && xp->type != XFRM_POLICY_TYPE_MAIN)
type             3092 net/key/af_key.c 		if (c->data.type != XFRM_POLICY_TYPE_MAIN)
type             3438 net/key/af_key.c static int set_sadb_address(struct sk_buff *skb, int sasize, int type,
type             3444 net/key/af_key.c 	addr->sadb_address_exttype = type;
type             3448 net/key/af_key.c 	switch (type) {
type             3523 net/key/af_key.c static int pfkey_send_migrate(const struct xfrm_selector *sel, u8 dir, u8 type,
type             3537 net/key/af_key.c 	if (type != XFRM_POLICY_TYPE_MAIN)
type             3634 net/key/af_key.c static int pfkey_send_migrate(const struct xfrm_selector *sel, u8 dir, u8 type,
type              321 net/l2tp/l2tp_core.h #define l2tp_printk(ptr, type, func, fmt, ...)				\
type              323 net/l2tp/l2tp_core.h 	if (((ptr)->debug) & (type))					\
type              327 net/l2tp/l2tp_core.h #define l2tp_warn(ptr, type, fmt, ...)					\
type              328 net/l2tp/l2tp_core.h 	l2tp_printk(ptr, type, pr_warn, fmt, ##__VA_ARGS__)
type              329 net/l2tp/l2tp_core.h #define l2tp_info(ptr, type, fmt, ...)					\
type              330 net/l2tp/l2tp_core.h 	l2tp_printk(ptr, type, pr_info, fmt, ##__VA_ARGS__)
type              331 net/l2tp/l2tp_core.h #define l2tp_dbg(ptr, type, fmt, ...)					\
type              332 net/l2tp/l2tp_core.h 	l2tp_printk(ptr, type, pr_debug, fmt, ##__VA_ARGS__)
type              334 net/l2tp/l2tp_core.h #define MODULE_ALIAS_L2TP_PWTYPE(type) \
type              335 net/l2tp/l2tp_core.h 	MODULE_ALIAS("net-l2tp-type-" __stringify(type))
type              648 net/l2tp/l2tp_ip.c 	.type		= SOCK_DGRAM,
type              781 net/l2tp/l2tp_ip6.c 	.type		= SOCK_DGRAM,
type              862 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_NONE]		= { .type = NLA_UNSPEC, },
type              863 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_PW_TYPE]		= { .type = NLA_U16, },
type              864 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_ENCAP_TYPE]		= { .type = NLA_U16, },
type              865 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_OFFSET]		= { .type = NLA_U16, },
type              866 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_DATA_SEQ]		= { .type = NLA_U8, },
type              867 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_L2SPEC_TYPE]		= { .type = NLA_U8, },
type              868 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_L2SPEC_LEN]		= { .type = NLA_U8, },
type              869 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_PROTO_VERSION]	= { .type = NLA_U8, },
type              870 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_CONN_ID]		= { .type = NLA_U32, },
type              871 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_PEER_CONN_ID]	= { .type = NLA_U32, },
type              872 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_SESSION_ID]		= { .type = NLA_U32, },
type              873 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_PEER_SESSION_ID]	= { .type = NLA_U32, },
type              874 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_UDP_CSUM]		= { .type = NLA_U8, },
type              875 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_VLAN_ID]		= { .type = NLA_U16, },
type              876 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_DEBUG]		= { .type = NLA_U32, },
type              877 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_RECV_SEQ]		= { .type = NLA_U8, },
type              878 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_SEND_SEQ]		= { .type = NLA_U8, },
type              879 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_LNS_MODE]		= { .type = NLA_U8, },
type              880 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_USING_IPSEC]		= { .type = NLA_U8, },
type              881 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_RECV_TIMEOUT]	= { .type = NLA_MSECS, },
type              882 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_FD]			= { .type = NLA_U32, },
type              883 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_IP_SADDR]		= { .type = NLA_U32, },
type              884 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_IP_DADDR]		= { .type = NLA_U32, },
type              885 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_UDP_SPORT]		= { .type = NLA_U16, },
type              886 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_UDP_DPORT]		= { .type = NLA_U16, },
type              887 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_MTU]			= { .type = NLA_U16, },
type              888 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_MRU]			= { .type = NLA_U16, },
type              889 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_STATS]		= { .type = NLA_NESTED, },
type              891 net/l2tp/l2tp_netlink.c 		.type = NLA_BINARY,
type              895 net/l2tp/l2tp_netlink.c 		.type = NLA_BINARY,
type              899 net/l2tp/l2tp_netlink.c 		.type = NLA_NUL_STRING,
type              903 net/l2tp/l2tp_netlink.c 		.type = NLA_BINARY,
type              907 net/l2tp/l2tp_netlink.c 		.type = NLA_BINARY,
type               42 net/lapb/lapb_in.c 	switch (frame->type) {
type              113 net/lapb/lapb_in.c 	switch (frame->type) {
type              189 net/lapb/lapb_in.c 	switch (frame->type) {
type              253 net/lapb/lapb_in.c 	switch (frame->type) {
type              475 net/lapb/lapb_in.c 	switch (frame->type) {
type              114 net/lapb/lapb_out.c void lapb_transmit_buffer(struct lapb_cb *lapb, struct sk_buff *skb, int type)
type              122 net/lapb/lapb_out.c 			if (type == LAPB_COMMAND)
type              124 net/lapb/lapb_out.c 			if (type == LAPB_RESPONSE)
type              127 net/lapb/lapb_out.c 			if (type == LAPB_COMMAND)
type              129 net/lapb/lapb_out.c 			if (type == LAPB_RESPONSE)
type              134 net/lapb/lapb_out.c 			if (type == LAPB_COMMAND)
type              136 net/lapb/lapb_out.c 			if (type == LAPB_RESPONSE)
type              139 net/lapb/lapb_out.c 			if (type == LAPB_COMMAND)
type              141 net/lapb/lapb_out.c 			if (type == LAPB_RESPONSE)
type              200 net/lapb/lapb_out.c void lapb_check_need_response(struct lapb_cb *lapb, int type, int pf)
type              202 net/lapb/lapb_out.c 	if (type == LAPB_COMMAND && pf)
type              109 net/lapb/lapb_subr.c 	frame->type = LAPB_ILLEGAL;
type              154 net/lapb/lapb_subr.c 			frame->type       = LAPB_I;
type              167 net/lapb/lapb_subr.c 			frame->type       = skb->data[0] & 0x0F;
type              177 net/lapb/lapb_subr.c 			frame->type       = skb->data[0] & ~LAPB_SPF;
type              188 net/lapb/lapb_subr.c 			frame->type = LAPB_I;
type              196 net/lapb/lapb_subr.c 			frame->type = skb->data[0] & 0x0F;
type              203 net/lapb/lapb_subr.c 			frame->type = skb->data[0] & ~LAPB_SPF;
type              222 net/lapb/lapb_subr.c 		       int poll_bit, int type)
type              251 net/lapb/lapb_subr.c 	lapb_transmit_buffer(lapb, skb, type);
type              141 net/llc/af_llc.c 	sk->sk_type	= sock->type;
type              175 net/llc/af_llc.c 	if (likely(sock->type == SOCK_DGRAM || sock->type == SOCK_STREAM)) {
type              279 net/llc/af_llc.c 		if (llc->dev && addr->sllc_arphrd != llc->dev->type) {
type              340 net/llc/af_llc.c 				addr->sllc_arphrd = llc->dev->type;
type              344 net/llc/af_llc.c 			if (addr->sllc_arphrd != llc->dev->type ||
type             1005 net/llc/af_llc.c 			sllc.sllc_arphrd = llc->dev->type;
type             1015 net/llc/af_llc.c 			sllc.sllc_arphrd = llc->dev->type;
type               97 net/llc/llc_c_ac.c 	if (ev->type == LLC_CONN_EV_TYPE_PDU) {
type              108 net/llc/llc_c_ac.c 	} else if (ev->type == LLC_CONN_EV_TYPE_ACK_TMR)
type              136 net/llc/llc_c_ac.c 	switch (ev->type) {
type             1321 net/llc/llc_c_ac.c static void llc_conn_tmr_common_cb(struct sock *sk, u8 type)
type             1330 net/llc/llc_c_ac.c 		ev->type = type;
type              135 net/llc/llc_c_ev.c 	return ev->type == LLC_CONN_EV_TYPE_SIMPLE &&
type              143 net/llc/llc_c_ev.c 	return ev->type == LLC_CONN_EV_TYPE_SIMPLE &&
type              547 net/llc/llc_c_ev.c 	return ev->type != LLC_CONN_EV_TYPE_P_TMR;
type              554 net/llc/llc_c_ev.c 	return ev->type != LLC_CONN_EV_TYPE_ACK_TMR;
type              561 net/llc/llc_c_ev.c 	return ev->type != LLC_CONN_EV_TYPE_REJ_TMR;
type              568 net/llc/llc_c_ev.c 	return ev->type != LLC_CONN_EV_TYPE_BUSY_TMR;
type              580 net/llc/llc_c_ev.c 	return ev->type == LLC_CONN_EV_TYPE_SIMPLE &&
type              400 net/llc/llc_conn.c 		llc_find_offset(llc->state - 1, ev->type);
type              742 net/llc/llc_conn.c 	ev->type   = LLC_CONN_EV_TYPE_PDU;
type              134 net/llc/llc_core.c 	.type = cpu_to_be16(ETH_P_802_2),
type              139 net/llc/llc_core.c 	.type = cpu_to_be16(ETH_P_TR_802_2),
type               59 net/llc/llc_if.c 	ev->type      = LLC_CONN_EV_TYPE_PRIM;
type              109 net/llc/llc_if.c 		ev->type      = LLC_CONN_EV_TYPE_PRIM;
type              150 net/llc/llc_if.c 	ev->type      = LLC_CONN_EV_TYPE_PRIM;
type               42 net/llc/llc_input.c void llc_add_pack(int type, void (*handler)(struct llc_sap *sap,
type               46 net/llc/llc_input.c 	if (type == LLC_DEST_SAP || type == LLC_DEST_CONN)
type               47 net/llc/llc_input.c 		llc_type_handlers[type - 1] = handler;
type               50 net/llc/llc_input.c void llc_remove_pack(int type)
type               52 net/llc/llc_input.c 	if (type == LLC_DEST_SAP || type == LLC_DEST_CONN)
type               53 net/llc/llc_input.c 		llc_type_handlers[type - 1] = NULL;
type               77 net/llc/llc_input.c 	int type = LLC_DEST_CONN; /* I-PDU or S-PDU type */
type               86 net/llc/llc_input.c 		type = LLC_DEST_SAP;
type               95 net/llc/llc_input.c 		type = LLC_DEST_INVALID;
type               99 net/llc/llc_input.c 	return type;
type               30 net/llc/llc_output.c 	switch (skb->dev->type) {
type               18 net/llc/llc_pdu.c static void llc_pdu_decode_pdu_type(struct sk_buff *skb, u8 *type);
type              330 net/llc/llc_pdu.c static void llc_pdu_decode_pdu_type(struct sk_buff *skb, u8 *type)
type              336 net/llc/llc_pdu.c 			*type = LLC_PDU_TYPE_U;
type              338 net/llc/llc_pdu.c 			*type = LLC_PDU_TYPE_S;
type              340 net/llc/llc_pdu.c 		*type = LLC_PDU_TYPE_I;
type               27 net/llc/llc_s_ev.c 	return ev->type == LLC_SAP_EV_TYPE_SIMPLE &&
type               36 net/llc/llc_s_ev.c 	return ev->type == LLC_SAP_EV_TYPE_PDU && LLC_PDU_IS_CMD(pdu) &&
type               45 net/llc/llc_s_ev.c 	return ev->type == LLC_SAP_EV_TYPE_PRIM &&
type               55 net/llc/llc_s_ev.c 	return ev->type == LLC_SAP_EV_TYPE_PRIM &&
type               65 net/llc/llc_s_ev.c 	return ev->type == LLC_SAP_EV_TYPE_PDU && LLC_PDU_IS_CMD(pdu) &&
type               75 net/llc/llc_s_ev.c 	return ev->type == LLC_SAP_EV_TYPE_PDU && LLC_PDU_IS_RSP(pdu) &&
type               84 net/llc/llc_s_ev.c 	return ev->type == LLC_SAP_EV_TYPE_PRIM &&
type               94 net/llc/llc_s_ev.c 	return ev->type == LLC_SAP_EV_TYPE_PDU && LLC_PDU_IS_CMD(pdu) &&
type              104 net/llc/llc_s_ev.c 	return ev->type == LLC_SAP_EV_TYPE_PDU && LLC_PDU_IS_RSP(pdu) &&
type              113 net/llc/llc_s_ev.c 	return ev->type == LLC_SAP_EV_TYPE_SIMPLE &&
type               48 net/llc/llc_sap.c 				u8 type, u32 data_size)
type               50 net/llc/llc_sap.c 	int hlen = type == LLC_PDU_TYPE_U ? 3 : 4;
type               53 net/llc/llc_sap.c 	hlen += llc_mac_header_len(dev->type);
type               78 net/llc/llc_sap.c 	addr->sllc_arphrd = skb->dev->type;
type              240 net/llc/llc_sap.c 	ev->type      = LLC_SAP_EV_TYPE_PRIM;
type              266 net/llc/llc_sap.c 	ev->type      = LLC_SAP_EV_TYPE_PRIM;
type              284 net/llc/llc_sap.c 	ev->type   = LLC_SAP_EV_TYPE_PDU;
type              194 net/mac80211/agg-rx.c 	he_cap = ieee80211_get_he_iftype_cap(sband, sdata->vif.type);
type              236 net/mac80211/agg-rx.c 	if (sdata->vif.type == NL80211_IFTYPE_AP ||
type              237 net/mac80211/agg-rx.c 	    sdata->vif.type == NL80211_IFTYPE_AP_VLAN ||
type              238 net/mac80211/agg-rx.c 	    sdata->vif.type == NL80211_IFTYPE_MESH_POINT)
type              240 net/mac80211/agg-rx.c 	else if (sdata->vif.type == NL80211_IFTYPE_STATION)
type              242 net/mac80211/agg-rx.c 	else if (sdata->vif.type == NL80211_IFTYPE_ADHOC)
type               80 net/mac80211/agg-tx.c 	if (sdata->vif.type == NL80211_IFTYPE_AP ||
type               81 net/mac80211/agg-tx.c 	    sdata->vif.type == NL80211_IFTYPE_AP_VLAN ||
type               82 net/mac80211/agg-tx.c 	    sdata->vif.type == NL80211_IFTYPE_MESH_POINT)
type               84 net/mac80211/agg-tx.c 	else if (sdata->vif.type == NL80211_IFTYPE_STATION)
type               86 net/mac80211/agg-tx.c 	else if (sdata->vif.type == NL80211_IFTYPE_ADHOC)
type              591 net/mac80211/agg-tx.c 	if (sdata->vif.type != NL80211_IFTYPE_STATION &&
type              592 net/mac80211/agg-tx.c 	    sdata->vif.type != NL80211_IFTYPE_MESH_POINT &&
type              593 net/mac80211/agg-tx.c 	    sdata->vif.type != NL80211_IFTYPE_AP_VLAN &&
type              594 net/mac80211/agg-tx.c 	    sdata->vif.type != NL80211_IFTYPE_AP &&
type              595 net/mac80211/agg-tx.c 	    sdata->vif.type != NL80211_IFTYPE_ADHOC)
type              617 net/mac80211/agg-tx.c 	if (sta->sdata->vif.type == NL80211_IFTYPE_ADHOC &&
type              118 net/mac80211/cfg.c 						enum nl80211_iftype type,
type              126 net/mac80211/cfg.c 	err = ieee80211_if_add(local, name, name_assign_type, &wdev, type, params);
type              132 net/mac80211/cfg.c 	if (type == NL80211_IFTYPE_MONITOR) {
type              152 net/mac80211/cfg.c 				  enum nl80211_iftype type,
type              158 net/mac80211/cfg.c 	ret = ieee80211_if_change_type(sdata, type);
type              162 net/mac80211/cfg.c 	if (type == NL80211_IFTYPE_AP_VLAN && params->use_4addr == 0) {
type              165 net/mac80211/cfg.c 	} else if (type == NL80211_IFTYPE_STATION && params->use_4addr >= 0) {
type              169 net/mac80211/cfg.c 	if (sdata->vif.type == NL80211_IFTYPE_MONITOR) {
type              243 net/mac80211/cfg.c 	if (sdata->vif.type != NL80211_IFTYPE_NAN)
type              271 net/mac80211/cfg.c 	if (sdata->vif.type != NL80211_IFTYPE_NAN)
type              326 net/mac80211/cfg.c 	if (sdata->vif.type != NL80211_IFTYPE_NAN ||
type              419 net/mac80211/cfg.c 		cs = ieee80211_cs_get(local, params->cipher, sdata->vif.type);
type              456 net/mac80211/cfg.c 	switch (sdata->vif.type) {
type              532 net/mac80211/cfg.c 	ieee80211_key_free(key, sdata->vif.type == NL80211_IFTYPE_STATION);
type             1036 net/mac80211/cfg.c 							sdata->vif.type);
type             1048 net/mac80211/cfg.c 					      vlan->vif.type);
type             1470 net/mac80211/cfg.c 		sta->sta.txpwr.type = params->txpwr.type;
type             1471 net/mac80211/cfg.c 		if (params->txpwr.type == NL80211_TX_POWER_LIMITED)
type             1539 net/mac80211/cfg.c 		if (sdata->vif.type != NL80211_IFTYPE_AP_VLAN &&
type             1540 net/mac80211/cfg.c 		    sdata->vif.type != NL80211_IFTYPE_AP)
type             1552 net/mac80211/cfg.c 	    sdata->vif.type == NL80211_IFTYPE_STATION &&
type             1622 net/mac80211/cfg.c 	switch (sdata->vif.type) {
type             1671 net/mac80211/cfg.c 		if (sta->sdata->vif.type == NL80211_IFTYPE_AP_VLAN &&
type             1694 net/mac80211/cfg.c 	if ((sdata->vif.type == NL80211_IFTYPE_AP ||
type             1695 net/mac80211/cfg.c 	     sdata->vif.type == NL80211_IFTYPE_AP_VLAN) &&
type             1708 net/mac80211/cfg.c 	if (sdata->vif.type == NL80211_IFTYPE_STATION &&
type             2482 net/mac80211/cfg.c 				  enum nl80211_tx_power_setting type, int mbm)
type             2486 net/mac80211/cfg.c 	enum nl80211_tx_power_setting txp_type = type;
type             2493 net/mac80211/cfg.c 		if (sdata->vif.type == NL80211_IFTYPE_MONITOR) {
type             2499 net/mac80211/cfg.c 		switch (type) {
type             2522 net/mac80211/cfg.c 	switch (type) {
type             2537 net/mac80211/cfg.c 		if (sdata->vif.type == NL80211_IFTYPE_MONITOR) {
type             2547 net/mac80211/cfg.c 		if (sdata->vif.type == NL80211_IFTYPE_MONITOR)
type             2645 net/mac80211/cfg.c 	if (WARN_ON_ONCE(sdata->vif.type != NL80211_IFTYPE_AP))
type             2718 net/mac80211/cfg.c 	if (WARN_ON_ONCE(sdata->vif.type != NL80211_IFTYPE_STATION))
type             2774 net/mac80211/cfg.c 	if (sdata->vif.type != NL80211_IFTYPE_STATION)
type             3064 net/mac80211/cfg.c 	switch (sdata->vif.type) {
type             3195 net/mac80211/cfg.c 	switch (sdata->vif.type) {
type             3646 net/mac80211/cfg.c 		   sdata->vif.type == NL80211_IFTYPE_MONITOR) {
type             3713 net/mac80211/cfg.c 	if (sdata->vif.type != NL80211_IFTYPE_STATION)
type             3784 net/mac80211/cfg.c 	if (WARN_ON(vif->type != NL80211_IFTYPE_NAN))
type             3814 net/mac80211/cfg.c 	if (WARN_ON(vif->type != NL80211_IFTYPE_NAN))
type              260 net/mac80211/chan.c 		switch (vif->type) {
type              583 net/mac80211/chan.c 		if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN)
type              648 net/mac80211/chan.c 	if (WARN_ON(sdata->vif.type == NL80211_IFTYPE_NAN))
type              689 net/mac80211/chan.c 	if (sdata->vif.type != NL80211_IFTYPE_P2P_DEVICE &&
type              690 net/mac80211/chan.c 	    sdata->vif.type != NL80211_IFTYPE_MONITOR)
type              721 net/mac80211/chan.c 		switch (sdata->vif.type) {
type              799 net/mac80211/chan.c 	if (WARN_ON(sdata->vif.type != NL80211_IFTYPE_AP))
type              967 net/mac80211/chan.c 	switch (sdata->vif.type) {
type             1001 net/mac80211/chan.c 	if (sdata->vif.type != NL80211_IFTYPE_AP)
type             1063 net/mac80211/chan.c 	if (sdata->vif.type == NL80211_IFTYPE_AP)
type             1410 net/mac80211/chan.c 			if (sdata->vif.type == NL80211_IFTYPE_AP)
type             1768 net/mac80211/chan.c 	if (WARN_ON(sdata->vif.type != NL80211_IFTYPE_AP_VLAN || !sdata->bss))
type              228 net/mac80211/debugfs_netdev.c 	if (sdata->vif.type == NL80211_IFTYPE_AP)
type              257 net/mac80211/debugfs_netdev.c 	if (sdata->vif.type != NL80211_IFTYPE_STATION &&
type              258 net/mac80211/debugfs_netdev.c 	    sdata->vif.type != NL80211_IFTYPE_AP)
type              262 net/mac80211/debugfs_netdev.c 	if (sdata->vif.type == NL80211_IFTYPE_STATION)
type              281 net/mac80211/debugfs_netdev.c 	if (sdata->vif.type == NL80211_IFTYPE_STATION)
type              285 net/mac80211/debugfs_netdev.c 	if (sdata->vif.type == NL80211_IFTYPE_AP)
type              333 net/mac80211/debugfs_netdev.c 	switch (sdata->vif.type) {
type              667 net/mac80211/debugfs_netdev.c 	    sdata->vif.type != NL80211_IFTYPE_P2P_DEVICE &&
type              668 net/mac80211/debugfs_netdev.c 	    sdata->vif.type != NL80211_IFTYPE_NAN)
type              787 net/mac80211/debugfs_netdev.c 	if (sdata->vif.type != NL80211_IFTYPE_MONITOR)
type              790 net/mac80211/debugfs_netdev.c 	switch (sdata->vif.type) {
type               59 net/mac80211/driver-ops.c 	if (WARN_ON(sdata->vif.type == NL80211_IFTYPE_AP_VLAN ||
type               60 net/mac80211/driver-ops.c 		    (sdata->vif.type == NL80211_IFTYPE_MONITOR &&
type               77 net/mac80211/driver-ops.c 			 enum nl80211_iftype type, bool p2p)
type               86 net/mac80211/driver-ops.c 	trace_drv_change_interface(local, sdata, type, p2p);
type               87 net/mac80211/driver-ops.c 	ret = local->ops->change_interface(&local->hw, &sdata->vif, type, p2p);
type              168 net/mac80211/driver-ops.c 		(sdata->vif.type != NL80211_IFTYPE_ADHOC &&
type              169 net/mac80211/driver-ops.c 		 sdata->vif.type != NL80211_IFTYPE_MESH_POINT));
type               25 net/mac80211/driver-ops.h 	if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN)
type              134 net/mac80211/driver-ops.h 			 enum nl80211_iftype type, bool p2p);
type              160 net/mac80211/driver-ops.h 			 sdata->vif.type != NL80211_IFTYPE_AP &&
type              161 net/mac80211/driver-ops.h 			 sdata->vif.type != NL80211_IFTYPE_ADHOC &&
type              162 net/mac80211/driver-ops.h 			 sdata->vif.type != NL80211_IFTYPE_MESH_POINT &&
type              163 net/mac80211/driver-ops.h 			 sdata->vif.type != NL80211_IFTYPE_OCB))
type              166 net/mac80211/driver-ops.h 	if (WARN_ON_ONCE(sdata->vif.type == NL80211_IFTYPE_P2P_DEVICE ||
type              167 net/mac80211/driver-ops.h 			 sdata->vif.type == NL80211_IFTYPE_NAN ||
type              168 net/mac80211/driver-ops.h 			 (sdata->vif.type == NL80211_IFTYPE_MONITOR &&
type              681 net/mac80211/driver-ops.h 					enum ieee80211_roc_type type)
type              687 net/mac80211/driver-ops.h 	trace_drv_remain_on_channel(local, sdata, chan, duration, type);
type              689 net/mac80211/driver-ops.h 					    chan, duration, type);
type              831 net/mac80211/driver-ops.h 	WARN_ON_ONCE(sdata->vif.type != NL80211_IFTYPE_STATION);
type              847 net/mac80211/driver-ops.h 	WARN_ON_ONCE(sdata->vif.type != NL80211_IFTYPE_STATION);
type              103 net/mac80211/ethtool.c 	if (sdata->vif.type == NL80211_IFTYPE_STATION) {
type               54 net/mac80211/ht.c 	switch (sdata->vif.type) {
type              164 net/mac80211/ht.c 	if (sdata->vif.type == NL80211_IFTYPE_STATION ||
type              165 net/mac80211/ht.c 	    sdata->vif.type == NL80211_IFTYPE_ADHOC)
type              425 net/mac80211/ht.c 	if (sdata->vif.type == NL80211_IFTYPE_AP ||
type              426 net/mac80211/ht.c 	    sdata->vif.type == NL80211_IFTYPE_AP_VLAN ||
type              427 net/mac80211/ht.c 	    sdata->vif.type == NL80211_IFTYPE_MESH_POINT)
type              429 net/mac80211/ht.c 	else if (sdata->vif.type == NL80211_IFTYPE_STATION)
type              431 net/mac80211/ht.c 	else if (sdata->vif.type == NL80211_IFTYPE_ADHOC)
type              565 net/mac80211/ht.c 	if (WARN_ON_ONCE(vif->type != NL80211_IFTYPE_STATION &&
type              566 net/mac80211/ht.c 			 vif->type != NL80211_IFTYPE_AP))
type              569 net/mac80211/ht.c 	if (vif->type == NL80211_IFTYPE_STATION) {
type              998 net/mac80211/ibss.c 	if (sdata->vif.type != NL80211_IFTYPE_ADHOC)
type             1749 net/mac80211/ibss.c 		if (sdata->vif.type != NL80211_IFTYPE_ADHOC)
type              347 net/mac80211/ieee80211_i.h 	enum ieee80211_roc_type type;
type             1583 net/mac80211/ieee80211_i.h 	if (sdata->vif.type == NL80211_IFTYPE_AP)
type             1585 net/mac80211/ieee80211_i.h 	if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN && !sdata->u.vlan.sta)
type             1730 net/mac80211/ieee80211_i.h 		     struct wireless_dev **new_wdev, enum nl80211_iftype type,
type             1733 net/mac80211/ieee80211_i.h 			     enum nl80211_iftype type);
type              182 net/mac80211/iface.c 		if (iter->vif.type == NL80211_IFTYPE_MONITOR &&
type              211 net/mac80211/iface.c 	if (sdata->vif.type == NL80211_IFTYPE_MONITOR &&
type              258 net/mac80211/iface.c 			if ((sdata->vif.type == NL80211_IFTYPE_OCB &&
type              259 net/mac80211/iface.c 			     nsdata->vif.type != NL80211_IFTYPE_MONITOR) ||
type              260 net/mac80211/iface.c 			    (sdata->vif.type != NL80211_IFTYPE_MONITOR &&
type              261 net/mac80211/iface.c 			     nsdata->vif.type == NL80211_IFTYPE_OCB))
type              275 net/mac80211/iface.c 			    nsdata->vif.type == NL80211_IFTYPE_ADHOC)
type              296 net/mac80211/iface.c 							nsdata->vif.type))
type              303 net/mac80211/iface.c 			    nsdata->vif.type == NL80211_IFTYPE_AP)
type              406 net/mac80211/iface.c 	sdata->vif.type = NL80211_IFTYPE_MONITOR;
type              499 net/mac80211/iface.c 	switch (sdata->vif.type) {
type              582 net/mac80211/iface.c 	switch (sdata->vif.type) {
type              636 net/mac80211/iface.c 		if (sdata->vif.type == NL80211_IFTYPE_AP) {
type              641 net/mac80211/iface.c 		} else if (sdata->vif.type == NL80211_IFTYPE_ADHOC) {
type              645 net/mac80211/iface.c 		if (sdata->vif.type != NL80211_IFTYPE_P2P_DEVICE &&
type              646 net/mac80211/iface.c 		    sdata->vif.type != NL80211_IFTYPE_NAN)
type              650 net/mac80211/iface.c 		switch (sdata->vif.type) {
type              674 net/mac80211/iface.c 			sdata->vif.type != NL80211_IFTYPE_STATION);
type              679 net/mac80211/iface.c 	switch (sdata->vif.type) {
type              730 net/mac80211/iface.c 	if (sdata->vif.type == NL80211_IFTYPE_MONITOR ||
type              731 net/mac80211/iface.c 	    sdata->vif.type == NL80211_IFTYPE_AP_VLAN ||
type              767 net/mac80211/iface.c 	if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN) {
type              786 net/mac80211/iface.c 	err = ieee80211_check_concurrent_iface(sdata, sdata->vif.type);
type              820 net/mac80211/iface.c 	switch (sdata->vif.type) {
type              855 net/mac80211/iface.c 	WARN_ON_ONCE(sdata->vif.type != NL80211_IFTYPE_AP_VLAN &&
type              856 net/mac80211/iface.c 		     ((sdata->vif.type != NL80211_IFTYPE_WDS && flushed > 0) ||
type              857 net/mac80211/iface.c 		      (sdata->vif.type == NL80211_IFTYPE_WDS && flushed != 1)));
type              863 net/mac80211/iface.c 	if (sdata->vif.type == NL80211_IFTYPE_AP) {
type              866 net/mac80211/iface.c 	} else if (sdata->vif.type == NL80211_IFTYPE_ADHOC) {
type              886 net/mac80211/iface.c 	if (sdata->vif.type == NL80211_IFTYPE_STATION)
type              912 net/mac80211/iface.c 	if (sdata->vif.type == NL80211_IFTYPE_AP) {
type              920 net/mac80211/iface.c 	} else if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN) {
type              938 net/mac80211/iface.c 	switch (sdata->vif.type) {
type             1008 net/mac80211/iface.c 	if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN)
type             1033 net/mac80211/iface.c 	switch (sdata->vif.type) {
type             1335 net/mac80211/iface.c 		} else switch (sdata->vif.type) {
type             1356 net/mac80211/iface.c 	switch (sdata->vif.type) {
type             1388 net/mac80211/iface.c 				  enum nl80211_iftype type)
type             1397 net/mac80211/iface.c 	sdata->vif.type = type;
type             1399 net/mac80211/iface.c 	sdata->wdev.iftype = type;
type             1411 net/mac80211/iface.c 		sdata->dev->type = ARPHRD_ETHER;
type             1421 net/mac80211/iface.c 	switch (type) {
type             1423 net/mac80211/iface.c 		type = NL80211_IFTYPE_AP;
type             1424 net/mac80211/iface.c 		sdata->vif.type = type;
type             1436 net/mac80211/iface.c 		type = NL80211_IFTYPE_STATION;
type             1437 net/mac80211/iface.c 		sdata->vif.type = type;
type             1457 net/mac80211/iface.c 		sdata->dev->type = ARPHRD_IEEE80211_RADIOTAP;
type             1484 net/mac80211/iface.c 					   enum nl80211_iftype type)
type             1488 net/mac80211/iface.c 	enum nl80211_iftype internal_type = type;
type             1496 net/mac80211/iface.c 	switch (sdata->vif.type) {
type             1512 net/mac80211/iface.c 	switch (type) {
type             1546 net/mac80211/iface.c 		type = ieee80211_vif_type_p2p(&sdata->vif);
type             1553 net/mac80211/iface.c 	ieee80211_check_queues(sdata, type);
type             1555 net/mac80211/iface.c 	ieee80211_setup_sdata(sdata, type);
type             1564 net/mac80211/iface.c 			     enum nl80211_iftype type)
type             1570 net/mac80211/iface.c 	if (type == ieee80211_vif_type_p2p(&sdata->vif))
type             1574 net/mac80211/iface.c 		ret = ieee80211_runtime_change_iftype(sdata, type);
type             1580 net/mac80211/iface.c 		ieee80211_setup_sdata(sdata, type);
type             1584 net/mac80211/iface.c 	if (type == NL80211_IFTYPE_STATION)
type             1591 net/mac80211/iface.c 				       u8 *perm_addr, enum nl80211_iftype type)
type             1608 net/mac80211/iface.c 	switch (type) {
type             1616 net/mac80211/iface.c 			if (sdata->vif.type != NL80211_IFTYPE_AP)
type             1627 net/mac80211/iface.c 				if (sdata->vif.type != NL80211_IFTYPE_P2P_DEVICE)
type             1678 net/mac80211/iface.c 			if (sdata->vif.type == NL80211_IFTYPE_MONITOR)
type             1725 net/mac80211/iface.c 		     struct wireless_dev **new_wdev, enum nl80211_iftype type,
type             1737 net/mac80211/iface.c 	if (type == NL80211_IFTYPE_P2P_DEVICE || type == NL80211_IFTYPE_NAN) {
type             1748 net/mac80211/iface.c 		ieee80211_assign_perm_addr(local, wdev->address, type);
type             1756 net/mac80211/iface.c 		    type != NL80211_IFTYPE_AP_VLAN &&
type             1757 net/mac80211/iface.c 		    (type != NL80211_IFTYPE_MONITOR ||
type             1799 net/mac80211/iface.c 		ieee80211_assign_perm_addr(local, ndev->perm_addr, type);
type             1866 net/mac80211/iface.c 	ieee80211_setup_sdata(sdata, type);
type             1870 net/mac80211/iface.c 		if (type == NL80211_IFTYPE_STATION)
type             2010 net/mac80211/iface.c 	if (sdata->vif.type == NL80211_IFTYPE_AP)
type             2012 net/mac80211/iface.c 	else if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN)
type             2018 net/mac80211/iface.c 	if (sdata->vif.type == NL80211_IFTYPE_AP)
type             2020 net/mac80211/iface.c 	else if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN)
type               66 net/mac80211/key.c 	if (sdata->vif.type != NL80211_IFTYPE_AP)
type              169 net/mac80211/key.c 	if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN) {
type              360 net/mac80211/key.c 		if (sdata->vif.type != NL80211_IFTYPE_AP_VLAN)
type              748 net/mac80211/key.c 	if (sdata->vif.type == NL80211_IFTYPE_STATION &&
type              775 net/mac80211/key.c 	bool delay_tailroom = sdata->vif.type == NL80211_IFTYPE_STATION;
type              862 net/mac80211/key.c 	if (sdata->vif.type == NL80211_IFTYPE_AP) {
type              996 net/mac80211/key.c 	if (sdata->vif.type == NL80211_IFTYPE_AP) {
type             1006 net/mac80211/key.c 	if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN) {
type             1020 net/mac80211/key.c 	if (sdata->vif.type == NL80211_IFTYPE_AP) {
type             1043 net/mac80211/key.c 		__ieee80211_key_destroy(key, key->sdata->vif.type ==
type             1054 net/mac80211/key.c 		__ieee80211_key_destroy(key, key->sdata->vif.type ==
type             1248 net/mac80211/key.c 	if (WARN_ON(vif->type != NL80211_IFTYPE_STATION))
type              147 net/mac80211/main.c 		if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN)
type              200 net/mac80211/main.c 	if (!changed || sdata->vif.type == NL80211_IFTYPE_AP_VLAN)
type              267 net/mac80211/main.c 		if (sdata->vif.type == NL80211_IFTYPE_STATION) {
type              344 net/mac80211/main.c 	if (sdata->vif.type != NL80211_IFTYPE_STATION)
type              398 net/mac80211/main.c 	if (sdata->vif.type != NL80211_IFTYPE_STATION)
type             1018 net/mac80211/mlme.c 	if (sdata->vif.type == NL80211_IFTYPE_STATION &&
type             1050 net/mac80211/mlme.c 	if (WARN_ON(sdata->vif.type != NL80211_IFTYPE_STATION))
type             1676 net/mac80211/mlme.c 		if (sdata->vif.type == NL80211_IFTYPE_AP) {
type             1684 net/mac80211/mlme.c 		if (sdata->vif.type != NL80211_IFTYPE_STATION)
type             2620 net/mac80211/mlme.c 	if (WARN_ON(sdata->vif.type != NL80211_IFTYPE_STATION))
type             2657 net/mac80211/mlme.c 		.type = MLME_EVENT,
type             2889 net/mac80211/mlme.c 		.type = MLME_EVENT,
type             2972 net/mac80211/mlme.c #define case_WLAN(type) \
type             2973 net/mac80211/mlme.c 	case WLAN_REASON_##type: return #type
type             3534 net/mac80211/mlme.c 		.type = MLME_EVENT,
type             3573 net/mac80211/mlme.c 	    elems.timeout_int->type == WLAN_TIMEOUT_ASSOC_COMEBACK) {
type             3722 net/mac80211/mlme.c 			.type = RSSI_EVENT,
type             4350 net/mac80211/mlme.c 				.type = MLME_EVENT,
type             4371 net/mac80211/mlme.c 				.type = MLME_EVENT,
type             4482 net/mac80211/mlme.c 	if (sdata->vif.type == NL80211_IFTYPE_STATION) {
type             5421 net/mac80211/mlme.c 							sdata->vif.type);
type              129 net/mac80211/offchannel.c 		if (sdata->vif.type == NL80211_IFTYPE_P2P_DEVICE ||
type              130 net/mac80211/offchannel.c 		    sdata->vif.type == NL80211_IFTYPE_NAN)
type              133 net/mac80211/offchannel.c 		if (sdata->vif.type != NL80211_IFTYPE_MONITOR)
type              145 net/mac80211/offchannel.c 		if (sdata->vif.type == NL80211_IFTYPE_STATION &&
type              161 net/mac80211/offchannel.c 		if (sdata->vif.type == NL80211_IFTYPE_P2P_DEVICE)
type              164 net/mac80211/offchannel.c 		if (sdata->vif.type != NL80211_IFTYPE_MONITOR)
type              171 net/mac80211/offchannel.c 		if (sdata->vif.type == NL80211_IFTYPE_STATION &&
type              313 net/mac80211/offchannel.c 	enum ieee80211_roc_type type;
type              329 net/mac80211/offchannel.c 	type = roc->type;
type              338 net/mac80211/offchannel.c 		type = max(tmp->type, type);
type              343 net/mac80211/offchannel.c 						max_dur, type);
type              552 net/mac80211/offchannel.c 				    enum ieee80211_roc_type type)
type              583 net/mac80211/offchannel.c 	roc->type = type;
type              610 net/mac80211/offchannel.c 						    duration, type);
type              802 net/mac80211/offchannel.c 	switch (sdata->vif.type) {
type              817 net/mac80211/offchannel.c 		if (sdata->vif.type != NL80211_IFTYPE_ADHOC &&
type              896 net/mac80211/offchannel.c 	    (sdata->vif.type == NL80211_IFTYPE_AP ||
type              897 net/mac80211/offchannel.c 	     sdata->vif.type == NL80211_IFTYPE_MESH_POINT ||
type              898 net/mac80211/offchannel.c 	     sdata->vif.type == NL80211_IFTYPE_ADHOC) &&
type              905 net/mac80211/offchannel.c 		if (sdata->vif.type == NL80211_IFTYPE_AP)
type              907 net/mac80211/offchannel.c 		else if (sdata->vif.type == NL80211_IFTYPE_ADHOC)
type               89 net/mac80211/pm.c 			if (sdata->vif.type != NL80211_IFTYPE_STATION)
type              146 net/mac80211/pm.c 		switch (sdata->vif.type) {
type               46 net/mac80211/rx.c 			       enum nl80211_iftype type)
type               75 net/mac80211/rx.c 			switch (type) {
type             1491 net/mac80211/rx.c 		     rx->sdata->vif.type != NL80211_IFTYPE_ADHOC &&
type             1492 net/mac80211/rx.c 		     rx->sdata->vif.type != NL80211_IFTYPE_WDS &&
type             1493 net/mac80211/rx.c 		     rx->sdata->vif.type != NL80211_IFTYPE_OCB &&
type             1500 net/mac80211/rx.c 		if (rx->sta && rx->sdata->vif.type == NL80211_IFTYPE_STATION &&
type             1515 net/mac80211/rx.c 		if (rx->sdata->vif.type == NL80211_IFTYPE_AP &&
type             1568 net/mac80211/rx.c 	if (sta->sdata->vif.type == NL80211_IFTYPE_AP ||
type             1569 net/mac80211/rx.c 	    sta->sdata->vif.type == NL80211_IFTYPE_AP_VLAN)
type             1698 net/mac80211/rx.c 	if (sdata->vif.type != NL80211_IFTYPE_AP &&
type             1699 net/mac80211/rx.c 	    sdata->vif.type != NL80211_IFTYPE_AP_VLAN)
type             1759 net/mac80211/rx.c 	if (rx->sdata->vif.type == NL80211_IFTYPE_ADHOC) {
type             1770 net/mac80211/rx.c 	} else if (rx->sdata->vif.type == NL80211_IFTYPE_OCB) {
type             1782 net/mac80211/rx.c 	if (rx->sdata->vif.type == NL80211_IFTYPE_STATION)
type             1821 net/mac80211/rx.c 	    (rx->sdata->vif.type == NL80211_IFTYPE_AP ||
type             1822 net/mac80211/rx.c 	     rx->sdata->vif.type == NL80211_IFTYPE_AP_VLAN)) {
type             1850 net/mac80211/rx.c 		    (rx->sdata->vif.type == NL80211_IFTYPE_AP ||
type             1851 net/mac80211/rx.c 		     (rx->sdata->vif.type == NL80211_IFTYPE_AP_VLAN &&
type             2384 net/mac80211/rx.c 	    sdata->vif.type == NL80211_IFTYPE_AP_VLAN && !sdata->u.vlan.sta)
type             2387 net/mac80211/rx.c 	if (sdata->vif.type == NL80211_IFTYPE_STATION &&
type             2397 net/mac80211/rx.c 	    sdata->vif.type == NL80211_IFTYPE_AP_VLAN && sdata->u.vlan.sta)
type             2400 net/mac80211/rx.c 	ret = ieee80211_data_to_8023(rx->skb, sdata->vif.addr, sdata->vif.type);
type             2491 net/mac80211/rx.c 	if ((sdata->vif.type == NL80211_IFTYPE_AP ||
type             2492 net/mac80211/rx.c 	     sdata->vif.type == NL80211_IFTYPE_AP_VLAN) &&
type             2494 net/mac80211/rx.c 	    (sdata->vif.type != NL80211_IFTYPE_AP_VLAN || !sdata->u.vlan.sta)) {
type             2580 net/mac80211/rx.c 	} else switch (rx->sdata->vif.type) {
type             2602 net/mac80211/rx.c 					  rx->sdata->vif.type,
type             2607 net/mac80211/rx.c 				 rx->sdata->vif.type,
type             2643 net/mac80211/rx.c 		switch (rx->sdata->vif.type) {
type             2830 net/mac80211/rx.c 	    sdata->vif.type == NL80211_IFTYPE_AP) {
type             2865 net/mac80211/rx.c 	if (rx->sdata->vif.type == NL80211_IFTYPE_AP_VLAN &&
type             2906 net/mac80211/rx.c 			.type = BAR_RX_EVENT,
type             3020 net/mac80211/rx.c 	if (rx->sdata->vif.type == NL80211_IFTYPE_AP &&
type             3068 net/mac80211/rx.c 		if (sdata->vif.type != NL80211_IFTYPE_STATION &&
type             3069 net/mac80211/rx.c 		    sdata->vif.type != NL80211_IFTYPE_MESH_POINT &&
type             3070 net/mac80211/rx.c 		    sdata->vif.type != NL80211_IFTYPE_AP_VLAN &&
type             3071 net/mac80211/rx.c 		    sdata->vif.type != NL80211_IFTYPE_AP &&
type             3072 net/mac80211/rx.c 		    sdata->vif.type != NL80211_IFTYPE_ADHOC)
type             3163 net/mac80211/rx.c 		if (sdata->vif.type != NL80211_IFTYPE_STATION)
type             3177 net/mac80211/rx.c 		if (sdata->vif.type != NL80211_IFTYPE_STATION &&
type             3178 net/mac80211/rx.c 		    sdata->vif.type != NL80211_IFTYPE_MESH_POINT &&
type             3179 net/mac80211/rx.c 		    sdata->vif.type != NL80211_IFTYPE_AP_VLAN &&
type             3180 net/mac80211/rx.c 		    sdata->vif.type != NL80211_IFTYPE_AP &&
type             3181 net/mac80211/rx.c 		    sdata->vif.type != NL80211_IFTYPE_ADHOC)
type             3205 net/mac80211/rx.c 		if (sdata->vif.type != NL80211_IFTYPE_STATION &&
type             3206 net/mac80211/rx.c 		    sdata->vif.type != NL80211_IFTYPE_MESH_POINT &&
type             3207 net/mac80211/rx.c 		    sdata->vif.type != NL80211_IFTYPE_AP_VLAN &&
type             3208 net/mac80211/rx.c 		    sdata->vif.type != NL80211_IFTYPE_AP &&
type             3209 net/mac80211/rx.c 		    sdata->vif.type != NL80211_IFTYPE_ADHOC)
type             3251 net/mac80211/rx.c 			if (sdata->vif.type != NL80211_IFTYPE_STATION)
type             3262 net/mac80211/rx.c 			if (sdata->vif.type != NL80211_IFTYPE_STATION &&
type             3263 net/mac80211/rx.c 			    sdata->vif.type != NL80211_IFTYPE_ADHOC &&
type             3264 net/mac80211/rx.c 			    sdata->vif.type != NL80211_IFTYPE_MESH_POINT)
type             3267 net/mac80211/rx.c 			if (sdata->vif.type == NL80211_IFTYPE_STATION)
type             3269 net/mac80211/rx.c 			else if (sdata->vif.type == NL80211_IFTYPE_ADHOC)
type             3271 net/mac80211/rx.c 			else if (sdata->vif.type == NL80211_IFTYPE_MESH_POINT)
type             3290 net/mac80211/rx.c 			if (sdata->vif.type != NL80211_IFTYPE_STATION)
type             3407 net/mac80211/rx.c 	    (sdata->vif.type == NL80211_IFTYPE_AP ||
type             3408 net/mac80211/rx.c 	     sdata->vif.type == NL80211_IFTYPE_AP_VLAN))
type             3429 net/mac80211/rx.c 		if (rx->sdata->vif.type == NL80211_IFTYPE_P2P_DEVICE) {
type             3457 net/mac80211/rx.c 	    sdata->vif.type != NL80211_IFTYPE_ADHOC &&
type             3458 net/mac80211/rx.c 	    sdata->vif.type != NL80211_IFTYPE_OCB &&
type             3459 net/mac80211/rx.c 	    sdata->vif.type != NL80211_IFTYPE_STATION)
type             3474 net/mac80211/rx.c 		if (sdata->vif.type != NL80211_IFTYPE_STATION &&
type             3475 net/mac80211/rx.c 		    sdata->vif.type != NL80211_IFTYPE_ADHOC)
type             3486 net/mac80211/rx.c 		if (sdata->vif.type != NL80211_IFTYPE_STATION)
type             3491 net/mac80211/rx.c 		if (sdata->vif.type != NL80211_IFTYPE_ADHOC &&
type             3492 net/mac80211/rx.c 		    sdata->vif.type != NL80211_IFTYPE_MESH_POINT)
type             3552 net/mac80211/rx.c 		if (sdata->vif.type != NL80211_IFTYPE_MONITOR ||
type             3734 net/mac80211/rx.c 			.type = BA_FRAME_TIMEOUT,
type             3831 net/mac80211/rx.c 	u8 *bssid = ieee80211_get_bssid(hdr, skb->len, sdata->vif.type);
type             3834 net/mac80211/rx.c 	switch (sdata->vif.type) {
type             3971 net/mac80211/rx.c 		.vif_type = sdata->vif.type,
type             3991 net/mac80211/rx.c 	switch (sdata->vif.type) {
type             4035 net/mac80211/rx.c 			(sdata->vif.type != NL80211_IFTYPE_AP_VLAN ||
type             4038 net/mac80211/rx.c 		if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN &&
type             4481 net/mac80211/rx.c 		if (sdata->vif.type == NL80211_IFTYPE_MONITOR ||
type             4482 net/mac80211/rx.c 		    sdata->vif.type == NL80211_IFTYPE_AP_VLAN)
type              172 net/mac80211/scan.c 	if (scan_sdata && scan_sdata->vif.type == NL80211_IFTYPE_STATION &&
type              555 net/mac80211/scan.c 	if (sdata->vif.type == NL80211_IFTYPE_STATION &&
type              838 net/mac80211/scan.c 		if (sdata->vif.type == NL80211_IFTYPE_STATION) {
type              223 net/mac80211/spectmgmt.c 	msr_report->u.action.u.measurement.msr_elem.type = request_ie->type;
type               95 net/mac80211/sta_info.c 		if (sta->sdata->vif.type == NL80211_IFTYPE_AP ||
type               96 net/mac80211/sta_info.c 		    sta->sdata->vif.type == NL80211_IFTYPE_AP_VLAN)
type              447 net/mac80211/sta_info.c 	if (sdata->vif.type == NL80211_IFTYPE_AP ||
type              448 net/mac80211/sta_info.c 	    sdata->vif.type == NL80211_IFTYPE_AP_VLAN) {
type              555 net/mac80211/sta_info.c 	if (sdata->vif.type == NL80211_IFTYPE_ADHOC) {
type              770 net/mac80211/sta_info.c 	if (sta->sdata->vif.type == NL80211_IFTYPE_AP ||
type              771 net/mac80211/sta_info.c 	    sta->sdata->vif.type == NL80211_IFTYPE_AP_VLAN) {
type             1014 net/mac80211/sta_info.c 	if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN &&
type             1174 net/mac80211/sta_info.c 	WARN_ON(vlans && sdata->vif.type != NL80211_IFTYPE_AP);
type             1280 net/mac80211/sta_info.c 	if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN)
type             1284 net/mac80211/sta_info.c 	if (sdata->vif.type == NL80211_IFTYPE_AP)
type             1383 net/mac80211/sta_info.c 	if (sdata->vif.type == NL80211_IFTYPE_STATION &&
type             1988 net/mac80211/sta_info.c 		if (sta->sdata->vif.type == NL80211_IFTYPE_AP_VLAN ||
type             1989 net/mac80211/sta_info.c 		    sta->sdata->vif.type == NL80211_IFTYPE_AP)
type             2195 net/mac80211/sta_info.c 	if (sdata->vif.type == NL80211_IFTYPE_STATION)
type             2207 net/mac80211/sta_info.c 	if (sdata->vif.type == NL80211_IFTYPE_STATION) {
type             2298 net/mac80211/sta_info.c 	if (sdata->vif.type == NL80211_IFTYPE_STATION &&
type              228 net/mac80211/status.c 		if (sdata->vif.type == NL80211_IFTYPE_STATION) {
type              238 net/mac80211/status.c 		} else if (sdata->vif.type == NL80211_IFTYPE_AP ||
type              239 net/mac80211/status.c 			   sdata->vif.type == NL80211_IFTYPE_AP_VLAN) {
type              834 net/mac80211/status.c 		if (sdata->vif.type == NL80211_IFTYPE_MONITOR) {
type              977 net/mac80211/status.c 		if ((sta->sdata->vif.type == NL80211_IFTYPE_STATION) &&
type             1200 net/mac80211/tdls.c 	if (sdata->vif.type != NL80211_IFTYPE_STATION ||
type             1353 net/mac80211/tdls.c 	if (sdata->vif.type != NL80211_IFTYPE_STATION)
type             1448 net/mac80211/tdls.c 	if (vif->type != NL80211_IFTYPE_STATION || !vif->bss_conf.assoc) {
type             1984 net/mac80211/tdls.c 			    sdata->vif.type != NL80211_IFTYPE_STATION ||
type              299 net/mac80211/tkip.c 		if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN)
type               33 net/mac80211/trace.h #define VIF_ASSIGN	__entry->vif_type = sdata->vif.type; __entry->sdata = sdata;	\
type              311 net/mac80211/trace.h 		 enum nl80211_iftype type, bool p2p),
type              313 net/mac80211/trace.h 	TP_ARGS(local, sdata, type, p2p),
type              325 net/mac80211/trace.h 		__entry->new_type = type;
type              843 net/mac80211/trace.h 		__field(u8, type)
type              851 net/mac80211/trace.h 		__entry->type = sta->txpwr.type;
type              857 net/mac80211/trace.h 		__entry->txpwr,  __entry->type
type             1218 net/mac80211/trace.h 		 enum ieee80211_roc_type type),
type             1220 net/mac80211/trace.h 	TP_ARGS(local, sdata, chan, duration, type),
type             1227 net/mac80211/trace.h 		__field(u32, type)
type             1235 net/mac80211/trace.h 		__entry->type = type;
type             1241 net/mac80211/trace.h 		__entry->center_freq, __entry->duration, __entry->type
type             1378 net/mac80211/trace.h 		__field(u32, type)
type             1384 net/mac80211/trace.h 		__entry->type = _event->type;
type             1389 net/mac80211/trace.h 		LOCAL_PR_ARG, VIF_PR_ARG, __entry->type
type             1593 net/mac80211/trace.h 				SWITCH_ENTRY_ASSIGN(vif.vif_type, vif->type);
type             1873 net/mac80211/trace.h 		__field(u8, type)
type             1880 net/mac80211/trace.h 		__entry->type = func->type;
type             1887 net/mac80211/trace.h 		LOCAL_PR_ARG, VIF_PR_ARG, __entry->type, __entry->inst_id
type              240 net/mac80211/tx.c 	if (tx->sdata->vif.type != NL80211_IFTYPE_STATION)
type              314 net/mac80211/tx.c 	if (tx->sdata->vif.type == NL80211_IFTYPE_OCB)
type              317 net/mac80211/tx.c 	if (tx->sdata->vif.type == NL80211_IFTYPE_WDS)
type              363 net/mac80211/tx.c 		if (sdata->vif.type == NL80211_IFTYPE_AP)
type              416 net/mac80211/tx.c 	if (tx->sdata->vif.type == NL80211_IFTYPE_AP ||
type              417 net/mac80211/tx.c 	    tx->sdata->vif.type == NL80211_IFTYPE_AP_VLAN) {
type              698 net/mac80211/tx.c 	txrc.bss = (tx->sdata->vif.type == NL80211_IFTYPE_AP ||
type              699 net/mac80211/tx.c 		    tx->sdata->vif.type == NL80211_IFTYPE_MESH_POINT ||
type              700 net/mac80211/tx.c 		    tx->sdata->vif.type == NL80211_IFTYPE_ADHOC ||
type              701 net/mac80211/tx.c 		    tx->sdata->vif.type == NL80211_IFTYPE_OCB);
type              815 net/mac80211/tx.c 	if (unlikely(info->control.vif->type == NL80211_IFTYPE_MONITOR))
type             1188 net/mac80211/tx.c 		if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN) {
type             1262 net/mac80211/tx.c 		     vif->type == NL80211_IFTYPE_STATION) &&
type             1433 net/mac80211/tx.c 	if (WARN_ON(sdata->vif.type != NL80211_IFTYPE_AP_VLAN))
type             1472 net/mac80211/tx.c 		if (sdata->vif.type == NL80211_IFTYPE_STATION) {
type             1604 net/mac80211/tx.c 	    sdata->vif.type == NL80211_IFTYPE_MONITOR)
type             1607 net/mac80211/tx.c 	if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN)
type             1727 net/mac80211/tx.c 	switch (sdata->vif.type) {
type             2301 net/mac80211/tx.c 		if (tmp_sdata->vif.type == NL80211_IFTYPE_MONITOR ||
type             2302 net/mac80211/tx.c 		    tmp_sdata->vif.type == NL80211_IFTYPE_AP_VLAN ||
type             2303 net/mac80211/tx.c 		    tmp_sdata->vif.type == NL80211_IFTYPE_WDS)
type             2343 net/mac80211/tx.c 				     sdata->vif.type))
type             2379 net/mac80211/tx.c 	switch (sdata->vif.type) {
type             2497 net/mac80211/tx.c 	switch (sdata->vif.type) {
type             2522 net/mac80211/tx.c 		if (sdata->vif.type == NL80211_IFTYPE_AP)
type             2719 net/mac80211/tx.c 		     (sdata->vif.type != NL80211_IFTYPE_OCB) &&
type             2903 net/mac80211/tx.c 	    sdata->vif.type == NL80211_IFTYPE_STATION)
type             2934 net/mac80211/tx.c 	switch (sdata->vif.type) {
type             3200 net/mac80211/tx.c 	switch (sdata->vif.type) {
type             3542 net/mac80211/tx.c 	if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN)
type             3607 net/mac80211/tx.c 			     tx.sdata->vif.type != NL80211_IFTYPE_OCB &&
type             3667 net/mac80211/tx.c 	switch (tx.sdata->vif.type) {
type             3958 net/mac80211/tx.c 	switch (sdata->vif.type) {
type             4307 net/mac80211/tx.c 	switch (sdata->vif.type) {
type             4338 net/mac80211/tx.c 		if (sdata->vif.type == NL80211_IFTYPE_AP && resp)
type             4362 net/mac80211/tx.c 	if (sdata->vif.type == NL80211_IFTYPE_AP)
type             4364 net/mac80211/tx.c 	else if (sdata->vif.type == NL80211_IFTYPE_ADHOC)
type             4387 net/mac80211/tx.c 	if (sdata->vif.type == NL80211_IFTYPE_AP)
type             4389 net/mac80211/tx.c 	else if (sdata->vif.type == NL80211_IFTYPE_ADHOC)
type             4417 net/mac80211/tx.c 	if (vif->type == NL80211_IFTYPE_AP) {
type             4425 net/mac80211/tx.c 	} else if (vif->type == NL80211_IFTYPE_ADHOC) {
type             4434 net/mac80211/tx.c 	} else if (vif->type == NL80211_IFTYPE_MESH_POINT) {
type             4490 net/mac80211/tx.c 	if (sdata->vif.type == NL80211_IFTYPE_AP) {
type             4532 net/mac80211/tx.c 	} else if (sdata->vif.type == NL80211_IFTYPE_ADHOC) {
type             4702 net/mac80211/tx.c 	if (sdata->vif.type != NL80211_IFTYPE_AP)
type             4736 net/mac80211/tx.c 	if (WARN_ON(vif->type != NL80211_IFTYPE_STATION))
type             4775 net/mac80211/tx.c 	if (WARN_ON(vif->type != NL80211_IFTYPE_STATION))
type             4912 net/mac80211/tx.c 	if (sdata->vif.type == NL80211_IFTYPE_AP) {
type             4945 net/mac80211/tx.c 		if (sdata->vif.type == NL80211_IFTYPE_AP)
type             4977 net/mac80211/tx.c 	switch (sdata->vif.type) {
type             5038 net/mac80211/tx.c 	switch (sdata->vif.type) {
type              253 net/mac80211/util.c 	if (sdata->vif.type == NL80211_IFTYPE_AP)
type              724 net/mac80211/util.c 		switch (sdata->vif.type) {
type             1409 net/mac80211/util.c 	if (sdata->vif.type != NL80211_IFTYPE_AP &&
type             1410 net/mac80211/util.c 	    sdata->vif.type != NL80211_IFTYPE_STATION)
type             1430 net/mac80211/util.c 	if (sdata->vif.type == NL80211_IFTYPE_AP)
type             1467 net/mac80211/util.c 	is_ocb = (sdata->vif.type == NL80211_IFTYPE_OCB);
type             1542 net/mac80211/util.c 	if (sdata->vif.type != NL80211_IFTYPE_MONITOR &&
type             1543 net/mac80211/util.c 	    sdata->vif.type != NL80211_IFTYPE_P2P_DEVICE &&
type             1544 net/mac80211/util.c 	    sdata->vif.type != NL80211_IFTYPE_NAN) {
type             1624 net/mac80211/util.c 		if (sdata->vif.type != NL80211_IFTYPE_STATION ||
type             2237 net/mac80211/util.c 		if (sdata->vif.type != NL80211_IFTYPE_AP_VLAN &&
type             2238 net/mac80211/util.c 		    sdata->vif.type != NL80211_IFTYPE_MONITOR &&
type             2252 net/mac80211/util.c 			if (sdata->vif.type != NL80211_IFTYPE_AP_VLAN &&
type             2253 net/mac80211/util.c 			    sdata->vif.type != NL80211_IFTYPE_MONITOR &&
type             2288 net/mac80211/util.c 		switch (sdata->vif.type) {
type             2323 net/mac80211/util.c 		switch (sdata->vif.type) {
type             2356 net/mac80211/util.c 			if (sdata->vif.type == NL80211_IFTYPE_AP) {
type             2403 net/mac80211/util.c 			if (sdata->vif.type != NL80211_IFTYPE_STATION)
type             2420 net/mac80211/util.c 		if (sta->sdata->vif.type != NL80211_IFTYPE_AP &&
type             2421 net/mac80211/util.c 		    sta->sdata->vif.type != NL80211_IFTYPE_AP_VLAN)
type             2531 net/mac80211/util.c 		if (sdata->vif.type == NL80211_IFTYPE_STATION)
type             2558 net/mac80211/util.c 	if (WARN_ON(vif->type != NL80211_IFTYPE_STATION))
type             2632 net/mac80211/util.c 	if (WARN_ON(sdata->vif.type != NL80211_IFTYPE_STATION))
type             3198 net/mac80211/util.c 	if (WARN_ON_ONCE(sdata->vif.type != NL80211_IFTYPE_STATION)) {
type             3479 net/mac80211/util.c 	if (sdata->vif.type != NL80211_IFTYPE_ADHOC &&
type             3480 net/mac80211/util.c 	    sdata->vif.type != NL80211_IFTYPE_MESH_POINT)
type             3783 net/mac80211/util.c 	if (sdata->vif.type == NL80211_IFTYPE_AP ||
type             3784 net/mac80211/util.c 	    sdata->vif.type == NL80211_IFTYPE_AP_VLAN) {
type             3866 net/mac80211/util.c 	if (sdata->vif.type == NL80211_IFTYPE_AP ||
type             3867 net/mac80211/util.c 	    sdata->vif.type == NL80211_IFTYPE_MESH_POINT) {
type               37 net/mac80211/vht.c 	if (sdata->vif.type != NL80211_IFTYPE_STATION)
type              164 net/mac80211/vht.c 	if (sdata->vif.type == NL80211_IFTYPE_STATION &&
type              148 net/mac80211/wme.c 	if (sdata->vif.type == NL80211_IFTYPE_MESH_POINT ||
type              149 net/mac80211/wme.c 	    sdata->vif.type == NL80211_IFTYPE_OCB)
type              196 net/mac80211/wme.c 	switch (sdata->vif.type) {
type              137 net/mac80211/wpa.c 	if (rx->sdata->vif.type == NL80211_IFTYPE_AP && rx->key->conf.keyidx) {
type               20 net/mac802154/cfg.c 				unsigned char name_assign_type, int type)
type               26 net/mac802154/cfg.c 	dev = ieee802154_if_add(local, name, name_assign_type, type,
type               87 net/mac802154/cfg.c 		     enum nl802154_iftype type, __le64 extended_addr)
type               92 net/mac802154/cfg.c 	err = ieee802154_if_add(local, name, name_assign_type, type,
type              175 net/mac802154/ieee802154_i.h 		  unsigned char name_assign_type, enum nl802154_iftype type,
type              378 net/mac802154/iface.c 	hdr.fc.type = cb->type;
type              429 net/mac802154/iface.c 				   unsigned short type,
type              444 net/mac802154/iface.c 	hdr.fc.type = IEEE802154_FC_TYPE_DATA;
type              557 net/mac802154/iface.c 		       enum nl802154_iftype type)
type              564 net/mac802154/iface.c 	sdata->wpan_dev.iftype = type;
type              580 net/mac802154/iface.c 	switch (type) {
type              615 net/mac802154/iface.c 		  unsigned char name_assign_type, enum nl802154_iftype type,
type              638 net/mac802154/iface.c 	switch (type) {
type              640 net/mac802154/iface.c 		ndev->type = ARPHRD_IEEE802154;
type              648 net/mac802154/iface.c 		ndev->type = ARPHRD_IEEE802154_MONITOR;
type              666 net/mac802154/iface.c 	ret = ieee802154_setup_sdata(sdata, type);
type              554 net/mac802154/llsec.c 		if (hdr->fc.type == IEEE802154_FC_TYPE_BEACON) {
type              565 net/mac802154/llsec.c 		if (!(key_entry->key->frame_types & BIT(hdr->fc.type)))
type              710 net/mac802154/llsec.c 	if (hlen < 0 || hdr.fc.type != IEEE802154_FC_TYPE_DATA)
type             1014 net/mac802154/llsec.c 	if (llsec_lookup_seclevel(sec, hdr.fc.type, 0, &seclevel) < 0) {
type               29 net/mac802154/mib.c 	BUG_ON(dev->type != ARPHRD_IEEE802154);
type               46 net/mac802154/mib.c 	BUG_ON(dev->type != ARPHRD_IEEE802154);
type               62 net/mac802154/mib.c 	BUG_ON(dev->type != ARPHRD_IEEE802154);
type               78 net/mac802154/mib.c 	BUG_ON(dev->type != ARPHRD_IEEE802154);
type               93 net/mac802154/mib.c 	BUG_ON(dev->type != ARPHRD_IEEE802154);
type              108 net/mac802154/mib.c 	BUG_ON(dev->type != ARPHRD_IEEE802154);
type              122 net/mac802154/mib.c 	BUG_ON(dev->type != ARPHRD_IEEE802154);
type              138 net/mac802154/mib.c 	BUG_ON(dev->type != ARPHRD_IEEE802154);
type              154 net/mac802154/mib.c 	BUG_ON(dev->type != ARPHRD_IEEE802154);
type              169 net/mac802154/mib.c 	BUG_ON(dev->type != ARPHRD_IEEE802154);
type              184 net/mac802154/mib.c 	BUG_ON(dev->type != ARPHRD_IEEE802154);
type              197 net/mac802154/mib.c 	BUG_ON(dev->type != ARPHRD_IEEE802154);
type              207 net/mac802154/mib.c 	BUG_ON(dev->type != ARPHRD_IEEE802154);
type              216 net/mac802154/mib.c 	BUG_ON(dev->type != ARPHRD_IEEE802154);
type               95 net/mac802154/rx.c 	switch (mac_cb(skb)->type) {
type              105 net/mac802154/rx.c 				    "(type = %d)\n", mac_cb(skb)->type);
type              148 net/mac802154/rx.c 	cb->type = hdr->fc.type;
type              478 net/mpls/af_mpls.c 	.type = cpu_to_be16(ETH_P_MPLS_UC),
type              483 net/mpls/af_mpls.c 	[RTA_DST]		= { .type = NLA_U32 },
type              484 net/mpls/af_mpls.c 	[RTA_OIF]		= { .type = NLA_U32 },
type              485 net/mpls/af_mpls.c 	[RTA_TTL_PROPAGATE]	= { .type = NLA_U8 },
type             1133 net/mpls/af_mpls.c 				     unsigned int flags, int type)
type             1144 net/mpls/af_mpls.c 	if (type == NETCONFA_ALL)
type             1153 net/mpls/af_mpls.c 	if ((all || type == NETCONFA_INPUT) &&
type             1166 net/mpls/af_mpls.c static int mpls_netconf_msgsize_devconf(int type)
type             1172 net/mpls/af_mpls.c 	if (type == NETCONFA_ALL)
type             1175 net/mpls/af_mpls.c 	if (all || type == NETCONFA_INPUT)
type             1182 net/mpls/af_mpls.c 					int type, struct mpls_dev *mdev)
type             1187 net/mpls/af_mpls.c 	skb = nlmsg_new(mpls_netconf_msgsize_devconf(type), GFP_KERNEL);
type             1191 net/mpls/af_mpls.c 	err = mpls_netconf_fill_devconf(skb, mdev, 0, 0, event, 0, type);
type             1592 net/mpls/af_mpls.c 		if (dev->type == ARPHRD_ETHER ||
type             1593 net/mpls/af_mpls.c 		    dev->type == ARPHRD_LOOPBACK ||
type             1594 net/mpls/af_mpls.c 		    dev->type == ARPHRD_IPGRE ||
type             1595 net/mpls/af_mpls.c 		    dev->type == ARPHRD_IP6GRE ||
type             1596 net/mpls/af_mpls.c 		    dev->type == ARPHRD_SIT ||
type             1597 net/mpls/af_mpls.c 		    dev->type == ARPHRD_TUNNEL) {
type               70 net/mpls/mpls_gso.c 	.type = cpu_to_be16(ETH_P_MPLS_MC),
type               78 net/mpls/mpls_gso.c 	.type = cpu_to_be16(ETH_P_MPLS_UC),
type               27 net/mpls/mpls_iptunnel.c 	[MPLS_IPTUNNEL_TTL]	= { .type = NLA_U8 },
type              213 net/mpls/mpls_iptunnel.c 	newts->type = LWTUNNEL_ENCAP_MPLS;
type              319 net/ncsi/internal.h 	unsigned char        type;        /* Command in the NCSI packet    */
type              198 net/ncsi/ncsi-aen.c 	unsigned char type;
type              217 net/ncsi/ncsi-aen.c 		if (ncsi_aen_handlers[i].type == h->type) {
type              225 net/ncsi/ncsi-aen.c 			    h->type);
type              233 net/ncsi/ncsi-aen.c 			    h->type);
type              241 net/ncsi/ncsi-aen.c 			   h->type, ret);
type               46 net/ncsi/ncsi-cmd.c 	h->type         = nca->type;
type              231 net/ncsi/ncsi-cmd.c 	unsigned char type;
type              314 net/ncsi/ncsi-cmd.c 	unsigned char type;
type              320 net/ncsi/ncsi-cmd.c 		type = NCSI_PKT_CMD_OEM;
type              322 net/ncsi/ncsi-cmd.c 		type = nca->type;
type              326 net/ncsi/ncsi-cmd.c 		if (ncsi_cmd_handlers[i].type == type) {
type              338 net/ncsi/ncsi-cmd.c 			   "Cannot send packet with type 0x%02x\n", nca->type);
type              122 net/ncsi/ncsi-manage.c 		nca.type = NCSI_PKT_CMD_GLS;
type              479 net/ncsi/ncsi-manage.c 		nca.type = NCSI_PKT_CMD_SP;
type              507 net/ncsi/ncsi-manage.c 		nca.type = NCSI_PKT_CMD_GLS;
type              522 net/ncsi/ncsi-manage.c 		nca.type = NCSI_PKT_CMD_DCNT;
type              535 net/ncsi/ncsi-manage.c 		nca.type = NCSI_PKT_CMD_DC;
type              558 net/ncsi/ncsi-manage.c 		nca.type = NCSI_PKT_CMD_DP;
type              614 net/ncsi/ncsi-manage.c 	nca->type = NCSI_PKT_CMD_SVF;
type              675 net/ncsi/ncsi-manage.c 	nca->type = NCSI_PKT_CMD_SVF;
type              704 net/ncsi/ncsi-manage.c 			   nca->type);
type              729 net/ncsi/ncsi-manage.c 			   nca->type);
type              885 net/ncsi/ncsi-manage.c 		nca.type = NCSI_PKT_CMD_DCNT;
type              897 net/ncsi/ncsi-manage.c 	nca.type = NCSI_PKT_CMD_ECNT;
type              927 net/ncsi/ncsi-manage.c 		nca.type = NCSI_PKT_CMD_SP;
type              947 net/ncsi/ncsi-manage.c 		nca.type = NCSI_PKT_CMD_CIS;
type              964 net/ncsi/ncsi-manage.c 		nca.type = NCSI_PKT_CMD_OEM;
type             1013 net/ncsi/ncsi-manage.c 				nca.type = NCSI_PKT_CMD_DV;
type             1015 net/ncsi/ncsi-manage.c 				nca.type = NCSI_PKT_CMD_EV;
type             1024 net/ncsi/ncsi-manage.c 			nca.type = NCSI_PKT_CMD_SMA;
type             1031 net/ncsi/ncsi-manage.c 			nca.type = NCSI_PKT_CMD_EBF;
type             1045 net/ncsi/ncsi-manage.c 			nca.type = NCSI_PKT_CMD_DGMF;
type             1056 net/ncsi/ncsi-manage.c 			nca.type = NCSI_PKT_CMD_ECNT;
type             1060 net/ncsi/ncsi-manage.c 			nca.type = NCSI_PKT_CMD_EC;
type             1065 net/ncsi/ncsi-manage.c 			nca.type = NCSI_PKT_CMD_AE;
type             1070 net/ncsi/ncsi-manage.c 			nca.type = NCSI_PKT_CMD_GLS;
type             1078 net/ncsi/ncsi-manage.c 				   nca.type);
type             1283 net/ncsi/ncsi-manage.c 		nca.type = NCSI_PKT_CMD_DP;
type             1297 net/ncsi/ncsi-manage.c 		nca.type = NCSI_PKT_CMD_SP;
type             1322 net/ncsi/ncsi-manage.c 		nca.type = NCSI_PKT_CMD_CIS;
type             1341 net/ncsi/ncsi-manage.c 			nca.type = NCSI_PKT_CMD_GVI;
type             1343 net/ncsi/ncsi-manage.c 			nca.type = NCSI_PKT_CMD_GC;
type             1345 net/ncsi/ncsi-manage.c 			nca.type = NCSI_PKT_CMD_GLS;
type             1366 net/ncsi/ncsi-manage.c 		nca.type = NCSI_PKT_CMD_DP;
type             1398 net/ncsi/ncsi-manage.c 		   nca.type);
type             1665 net/ncsi/ncsi-manage.c 	ndp->ptype.type = cpu_to_be16(ETH_P_NCSI);
type               24 net/ncsi/ncsi-netlink.c 	[NCSI_ATTR_IFINDEX] =		{ .type = NLA_U32 },
type               25 net/ncsi/ncsi-netlink.c 	[NCSI_ATTR_PACKAGE_LIST] =	{ .type = NLA_NESTED },
type               26 net/ncsi/ncsi-netlink.c 	[NCSI_ATTR_PACKAGE_ID] =	{ .type = NLA_U32 },
type               27 net/ncsi/ncsi-netlink.c 	[NCSI_ATTR_CHANNEL_ID] =	{ .type = NLA_U32 },
type               28 net/ncsi/ncsi-netlink.c 	[NCSI_ATTR_DATA] =		{ .type = NLA_BINARY, .len = 2048 },
type               29 net/ncsi/ncsi-netlink.c 	[NCSI_ATTR_MULTI_FLAG] =	{ .type = NLA_FLAG },
type               30 net/ncsi/ncsi-netlink.c 	[NCSI_ATTR_PACKAGE_MASK] =	{ .type = NLA_U32 },
type               31 net/ncsi/ncsi-netlink.c 	[NCSI_ATTR_CHANNEL_MASK] =	{ .type = NLA_U32 },
type              456 net/ncsi/ncsi-netlink.c 	nca.type = hdr->type;
type               14 net/ncsi/ncsi-pkt.h 	unsigned char type;         /* Packet type              */
type               33 net/ncsi/ncsi-pkt.h 	unsigned char       type;         /* AEN packet type           */
type              176 net/ncsi/ncsi-pkt.h 	unsigned char           type;        /* OEM Command type  */
type              627 net/ncsi/ncsi-rsp.c 	saddr.sa_family = ndev->type;
type              666 net/ncsi/ncsi-rsp.c 	saddr.sa_family = ndev->type;
type              691 net/ncsi/ncsi-rsp.c 	if (bcm->type == NCSI_OEM_BCM_CMD_GMA)
type             1067 net/ncsi/ncsi-rsp.c 	unsigned char	type;
type             1124 net/ncsi/ncsi-rsp.c 	if (hdr->type == NCSI_PKT_AEN)
type             1129 net/ncsi/ncsi-rsp.c 		if (ncsi_rsp_handlers[i].type == hdr->type) {
type             1141 net/ncsi/ncsi-rsp.c 			   hdr->type);
type             1169 net/ncsi/ncsi-rsp.c 			    hdr->type);
type             1189 net/ncsi/ncsi-rsp.c 			   hdr->type, ret);
type             1197 net/ncsi/ncsi-rsp.c 				   hdr->type, ret);
type              337 net/netfilter/ipset/ip_set_bitmap_ip.c 		[IPSET_ATTR_IP]		= { .type = NLA_NESTED },
type              338 net/netfilter/ipset/ip_set_bitmap_ip.c 		[IPSET_ATTR_IP_TO]	= { .type = NLA_NESTED },
type              339 net/netfilter/ipset/ip_set_bitmap_ip.c 		[IPSET_ATTR_CIDR]	= { .type = NLA_U8 },
type              340 net/netfilter/ipset/ip_set_bitmap_ip.c 		[IPSET_ATTR_NETMASK]	= { .type = NLA_U8  },
type              341 net/netfilter/ipset/ip_set_bitmap_ip.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              342 net/netfilter/ipset/ip_set_bitmap_ip.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              345 net/netfilter/ipset/ip_set_bitmap_ip.c 		[IPSET_ATTR_IP]		= { .type = NLA_NESTED },
type              346 net/netfilter/ipset/ip_set_bitmap_ip.c 		[IPSET_ATTR_IP_TO]	= { .type = NLA_NESTED },
type              347 net/netfilter/ipset/ip_set_bitmap_ip.c 		[IPSET_ATTR_CIDR]	= { .type = NLA_U8 },
type              348 net/netfilter/ipset/ip_set_bitmap_ip.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              349 net/netfilter/ipset/ip_set_bitmap_ip.c 		[IPSET_ATTR_LINENO]	= { .type = NLA_U32 },
type              350 net/netfilter/ipset/ip_set_bitmap_ip.c 		[IPSET_ATTR_BYTES]	= { .type = NLA_U64 },
type              351 net/netfilter/ipset/ip_set_bitmap_ip.c 		[IPSET_ATTR_PACKETS]	= { .type = NLA_U64 },
type              352 net/netfilter/ipset/ip_set_bitmap_ip.c 		[IPSET_ATTR_COMMENT]	= { .type = NLA_NUL_STRING,
type              354 net/netfilter/ipset/ip_set_bitmap_ip.c 		[IPSET_ATTR_SKBMARK]	= { .type = NLA_U64 },
type              355 net/netfilter/ipset/ip_set_bitmap_ip.c 		[IPSET_ATTR_SKBPRIO]	= { .type = NLA_U32 },
type              356 net/netfilter/ipset/ip_set_bitmap_ip.c 		[IPSET_ATTR_SKBQUEUE]	= { .type = NLA_U16 },
type              386 net/netfilter/ipset/ip_set_bitmap_ipmac.c 		[IPSET_ATTR_IP]		= { .type = NLA_NESTED },
type              387 net/netfilter/ipset/ip_set_bitmap_ipmac.c 		[IPSET_ATTR_IP_TO]	= { .type = NLA_NESTED },
type              388 net/netfilter/ipset/ip_set_bitmap_ipmac.c 		[IPSET_ATTR_CIDR]	= { .type = NLA_U8 },
type              389 net/netfilter/ipset/ip_set_bitmap_ipmac.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              390 net/netfilter/ipset/ip_set_bitmap_ipmac.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              393 net/netfilter/ipset/ip_set_bitmap_ipmac.c 		[IPSET_ATTR_IP]		= { .type = NLA_NESTED },
type              394 net/netfilter/ipset/ip_set_bitmap_ipmac.c 		[IPSET_ATTR_ETHER]	= { .type = NLA_BINARY,
type              396 net/netfilter/ipset/ip_set_bitmap_ipmac.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              397 net/netfilter/ipset/ip_set_bitmap_ipmac.c 		[IPSET_ATTR_LINENO]	= { .type = NLA_U32 },
type              398 net/netfilter/ipset/ip_set_bitmap_ipmac.c 		[IPSET_ATTR_BYTES]	= { .type = NLA_U64 },
type              399 net/netfilter/ipset/ip_set_bitmap_ipmac.c 		[IPSET_ATTR_PACKETS]	= { .type = NLA_U64 },
type              400 net/netfilter/ipset/ip_set_bitmap_ipmac.c 		[IPSET_ATTR_COMMENT]	= { .type = NLA_NUL_STRING,
type              402 net/netfilter/ipset/ip_set_bitmap_ipmac.c 		[IPSET_ATTR_SKBMARK]	= { .type = NLA_U64 },
type              403 net/netfilter/ipset/ip_set_bitmap_ipmac.c 		[IPSET_ATTR_SKBPRIO]	= { .type = NLA_U32 },
type              404 net/netfilter/ipset/ip_set_bitmap_ipmac.c 		[IPSET_ATTR_SKBQUEUE]	= { .type = NLA_U16 },
type              270 net/netfilter/ipset/ip_set_bitmap_port.c 		[IPSET_ATTR_PORT]	= { .type = NLA_U16 },
type              271 net/netfilter/ipset/ip_set_bitmap_port.c 		[IPSET_ATTR_PORT_TO]	= { .type = NLA_U16 },
type              272 net/netfilter/ipset/ip_set_bitmap_port.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              273 net/netfilter/ipset/ip_set_bitmap_port.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              276 net/netfilter/ipset/ip_set_bitmap_port.c 		[IPSET_ATTR_PORT]	= { .type = NLA_U16 },
type              277 net/netfilter/ipset/ip_set_bitmap_port.c 		[IPSET_ATTR_PORT_TO]	= { .type = NLA_U16 },
type              278 net/netfilter/ipset/ip_set_bitmap_port.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              279 net/netfilter/ipset/ip_set_bitmap_port.c 		[IPSET_ATTR_LINENO]	= { .type = NLA_U32 },
type              280 net/netfilter/ipset/ip_set_bitmap_port.c 		[IPSET_ATTR_BYTES]	= { .type = NLA_U64 },
type              281 net/netfilter/ipset/ip_set_bitmap_port.c 		[IPSET_ATTR_PACKETS]	= { .type = NLA_U64 },
type              282 net/netfilter/ipset/ip_set_bitmap_port.c 		[IPSET_ATTR_COMMENT]	= { .type = NLA_NUL_STRING,
type              284 net/netfilter/ipset/ip_set_bitmap_port.c 		[IPSET_ATTR_SKBMARK]	= { .type = NLA_U64 },
type              285 net/netfilter/ipset/ip_set_bitmap_port.c 		[IPSET_ATTR_SKBPRIO]	= { .type = NLA_U32 },
type              286 net/netfilter/ipset/ip_set_bitmap_port.c 		[IPSET_ATTR_SKBQUEUE]	= { .type = NLA_U16 },
type               87 net/netfilter/ipset/ip_set_core.c 	struct ip_set_type *type;
type               89 net/netfilter/ipset/ip_set_core.c 	list_for_each_entry_rcu(type, &ip_set_type_list, list)
type               90 net/netfilter/ipset/ip_set_core.c 		if (STRNCMP(type->name, name) &&
type               91 net/netfilter/ipset/ip_set_core.c 		    (type->family == family ||
type               92 net/netfilter/ipset/ip_set_core.c 		     type->family == NFPROTO_UNSPEC) &&
type               93 net/netfilter/ipset/ip_set_core.c 		    revision >= type->revision_min &&
type               94 net/netfilter/ipset/ip_set_core.c 		    revision <= type->revision_max)
type               95 net/netfilter/ipset/ip_set_core.c 			return type;
type              122 net/netfilter/ipset/ip_set_core.c 	struct ip_set_type *type;
type              137 net/netfilter/ipset/ip_set_core.c 	list_for_each_entry_rcu(type, &ip_set_type_list, list)
type              138 net/netfilter/ipset/ip_set_core.c 		if (STRNCMP(type->name, name)) {
type              163 net/netfilter/ipset/ip_set_core.c 	struct ip_set_type *type;
type              171 net/netfilter/ipset/ip_set_core.c 	list_for_each_entry_rcu(type, &ip_set_type_list, list)
type              172 net/netfilter/ipset/ip_set_core.c 		if (STRNCMP(type->name, name) &&
type              173 net/netfilter/ipset/ip_set_core.c 		    (type->family == family ||
type              174 net/netfilter/ipset/ip_set_core.c 		     type->family == NFPROTO_UNSPEC)) {
type              176 net/netfilter/ipset/ip_set_core.c 			if (type->revision_min < *min)
type              177 net/netfilter/ipset/ip_set_core.c 				*min = type->revision_min;
type              178 net/netfilter/ipset/ip_set_core.c 			if (type->revision_max > *max)
type              179 net/netfilter/ipset/ip_set_core.c 				*max = type->revision_max;
type              196 net/netfilter/ipset/ip_set_core.c ip_set_type_register(struct ip_set_type *type)
type              200 net/netfilter/ipset/ip_set_core.c 	if (type->protocol != IPSET_PROTOCOL) {
type              202 net/netfilter/ipset/ip_set_core.c 			type->name, family_name(type->family),
type              203 net/netfilter/ipset/ip_set_core.c 			type->revision_min, type->revision_max,
type              204 net/netfilter/ipset/ip_set_core.c 			type->protocol, IPSET_PROTOCOL);
type              209 net/netfilter/ipset/ip_set_core.c 	if (find_set_type(type->name, type->family, type->revision_min)) {
type              212 net/netfilter/ipset/ip_set_core.c 			type->name, family_name(type->family),
type              213 net/netfilter/ipset/ip_set_core.c 			type->revision_min);
type              217 net/netfilter/ipset/ip_set_core.c 	list_add_rcu(&type->list, &ip_set_type_list);
type              219 net/netfilter/ipset/ip_set_core.c 		 type->name, family_name(type->family),
type              220 net/netfilter/ipset/ip_set_core.c 		 type->revision_min, type->revision_max);
type              229 net/netfilter/ipset/ip_set_core.c ip_set_type_unregister(struct ip_set_type *type)
type              232 net/netfilter/ipset/ip_set_core.c 	if (!find_set_type(type->name, type->family, type->revision_min)) {
type              234 net/netfilter/ipset/ip_set_core.c 			type->name, family_name(type->family),
type              235 net/netfilter/ipset/ip_set_core.c 			type->revision_min);
type              239 net/netfilter/ipset/ip_set_core.c 	list_del_rcu(&type->list);
type              241 net/netfilter/ipset/ip_set_core.c 		 type->name, family_name(type->family), type->revision_min);
type              287 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_IPADDR_IPV4]	= { .type = NLA_U32 },
type              288 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_IPADDR_IPV6]	= { .type = NLA_BINARY,
type              335 net/netfilter/ipset/ip_set_core.c 		.type	= IPSET_EXT_COUNTER,
type              341 net/netfilter/ipset/ip_set_core.c 		.type	= IPSET_EXT_TIMEOUT,
type              346 net/netfilter/ipset/ip_set_core.c 		.type	= IPSET_EXT_SKBINFO,
type              352 net/netfilter/ipset/ip_set_core.c 		.type	 = IPSET_EXT_COMMENT | IPSET_EXT_DESTROY,
type              387 net/netfilter/ipset/ip_set_core.c 		set->extensions |= ip_set_extensions[id].type;
type              584 net/netfilter/ipset/ip_set_core.c 	if (opt->dim < set->type->dimension ||
type              602 net/netfilter/ipset/ip_set_core.c 		    (set->type->features & IPSET_TYPE_NOMATCH) &&
type              622 net/netfilter/ipset/ip_set_core.c 	if (opt->dim < set->type->dimension ||
type              644 net/netfilter/ipset/ip_set_core.c 	if (opt->dim < set->type->dimension ||
type              831 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_PROTOCOL]	= { .type = NLA_U8 },
type              832 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_SETNAME]	= { .type = NLA_NUL_STRING,
type              834 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_TYPENAME]	= { .type = NLA_NUL_STRING,
type              836 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_REVISION]	= { .type = NLA_U8 },
type              837 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_FAMILY]	= { .type = NLA_U8 },
type              838 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_DATA]	= { .type = NLA_NESTED },
type              947 net/netfilter/ipset/ip_set_core.c 	ret = find_set_type_get(typename, family, revision, &set->type);
type              954 net/netfilter/ipset/ip_set_core.c 			     set->type->create_policy, NULL)) {
type              959 net/netfilter/ipset/ip_set_core.c 	ret = set->type->create(net, set, tb, flags);
type              973 net/netfilter/ipset/ip_set_core.c 		    STRNCMP(set->type->name, clash->type->name) &&
type              974 net/netfilter/ipset/ip_set_core.c 		    set->type->family == clash->type->family &&
type              975 net/netfilter/ipset/ip_set_core.c 		    set->type->revision_min == clash->type->revision_min &&
type              976 net/netfilter/ipset/ip_set_core.c 		    set->type->revision_max == clash->type->revision_max &&
type             1015 net/netfilter/ipset/ip_set_core.c 	module_put(set->type->me);
type             1025 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_PROTOCOL]	= { .type = NLA_U8 },
type             1026 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_SETNAME]	= { .type = NLA_NUL_STRING,
type             1037 net/netfilter/ipset/ip_set_core.c 	module_put(set->type->me);
type             1153 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_PROTOCOL]	= { .type = NLA_U8 },
type             1154 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_SETNAME]	= { .type = NLA_NUL_STRING,
type             1156 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_SETNAME2]	= { .type = NLA_NUL_STRING,
type             1239 net/netfilter/ipset/ip_set_core.c 	if (!(from->type->features == to->type->features &&
type             1303 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_PROTOCOL]	= { .type = NLA_U8 },
type             1304 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_SETNAME]	= { .type = NLA_NUL_STRING,
type             1306 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_FLAGS]	= { .type = NLA_U32 },
type             1410 net/netfilter/ipset/ip_set_core.c 		     !!(set->type->features & IPSET_DUMP_LAST))) {
type             1438 net/netfilter/ipset/ip_set_core.c 					   set->type->name) ||
type             1522 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_PROTOCOL]	= { .type = NLA_U8 },
type             1523 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_SETNAME]	= { .type = NLA_NUL_STRING,
type             1525 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_LINENO]	= { .type = NLA_U32 },
type             1526 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_DATA]	= { .type = NLA_NESTED },
type             1527 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_ADT]	= { .type = NLA_NESTED },
type             1627 net/netfilter/ipset/ip_set_core.c 				     set->type->adt_policy, NULL))
type             1638 net/netfilter/ipset/ip_set_core.c 					     set->type->adt_policy, NULL))
type             1689 net/netfilter/ipset/ip_set_core.c 			     set->type->adt_policy, NULL))
type             1733 net/netfilter/ipset/ip_set_core.c 	    nla_put_string(skb2, IPSET_ATTR_TYPENAME, set->type->name) ||
type             1755 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_PROTOCOL]	= { .type = NLA_U8 },
type             1756 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_TYPENAME]	= { .type = NLA_NUL_STRING,
type             1758 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_FAMILY]	= { .type = NLA_U8 },
type             1817 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_PROTOCOL]	= { .type = NLA_U8 },
type             1909 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_PROTOCOL]	= { .type = NLA_U8 },
type             1910 net/netfilter/ipset/ip_set_core.c 	[IPSET_ATTR_INDEX]	= { .type = NLA_U16 },
type               74 net/netfilter/ipset/ip_set_getport.c 		*port = (__force __be16)htons((ic->type << 8) | ic->code);
type              282 net/netfilter/ipset/ip_set_hash_ip.c 		[IPSET_ATTR_HASHSIZE]	= { .type = NLA_U32 },
type              283 net/netfilter/ipset/ip_set_hash_ip.c 		[IPSET_ATTR_MAXELEM]	= { .type = NLA_U32 },
type              284 net/netfilter/ipset/ip_set_hash_ip.c 		[IPSET_ATTR_PROBES]	= { .type = NLA_U8 },
type              285 net/netfilter/ipset/ip_set_hash_ip.c 		[IPSET_ATTR_RESIZE]	= { .type = NLA_U8  },
type              286 net/netfilter/ipset/ip_set_hash_ip.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              287 net/netfilter/ipset/ip_set_hash_ip.c 		[IPSET_ATTR_NETMASK]	= { .type = NLA_U8  },
type              288 net/netfilter/ipset/ip_set_hash_ip.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              291 net/netfilter/ipset/ip_set_hash_ip.c 		[IPSET_ATTR_IP]		= { .type = NLA_NESTED },
type              292 net/netfilter/ipset/ip_set_hash_ip.c 		[IPSET_ATTR_IP_TO]	= { .type = NLA_NESTED },
type              293 net/netfilter/ipset/ip_set_hash_ip.c 		[IPSET_ATTR_CIDR]	= { .type = NLA_U8 },
type              294 net/netfilter/ipset/ip_set_hash_ip.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              295 net/netfilter/ipset/ip_set_hash_ip.c 		[IPSET_ATTR_LINENO]	= { .type = NLA_U32 },
type              296 net/netfilter/ipset/ip_set_hash_ip.c 		[IPSET_ATTR_BYTES]	= { .type = NLA_U64 },
type              297 net/netfilter/ipset/ip_set_hash_ip.c 		[IPSET_ATTR_PACKETS]	= { .type = NLA_U64 },
type              298 net/netfilter/ipset/ip_set_hash_ip.c 		[IPSET_ATTR_COMMENT]	= { .type = NLA_NUL_STRING,
type              300 net/netfilter/ipset/ip_set_hash_ip.c 		[IPSET_ATTR_SKBMARK]	= { .type = NLA_U64 },
type              301 net/netfilter/ipset/ip_set_hash_ip.c 		[IPSET_ATTR_SKBPRIO]	= { .type = NLA_U32 },
type              302 net/netfilter/ipset/ip_set_hash_ip.c 		[IPSET_ATTR_SKBQUEUE]	= { .type = NLA_U16 },
type              273 net/netfilter/ipset/ip_set_hash_ipmac.c 		[IPSET_ATTR_HASHSIZE]	= { .type = NLA_U32 },
type              274 net/netfilter/ipset/ip_set_hash_ipmac.c 		[IPSET_ATTR_MAXELEM]	= { .type = NLA_U32 },
type              275 net/netfilter/ipset/ip_set_hash_ipmac.c 		[IPSET_ATTR_PROBES]	= { .type = NLA_U8 },
type              276 net/netfilter/ipset/ip_set_hash_ipmac.c 		[IPSET_ATTR_RESIZE]	= { .type = NLA_U8  },
type              277 net/netfilter/ipset/ip_set_hash_ipmac.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              278 net/netfilter/ipset/ip_set_hash_ipmac.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              281 net/netfilter/ipset/ip_set_hash_ipmac.c 		[IPSET_ATTR_IP]		= { .type = NLA_NESTED },
type              282 net/netfilter/ipset/ip_set_hash_ipmac.c 		[IPSET_ATTR_ETHER]	= { .type = NLA_BINARY,
type              284 net/netfilter/ipset/ip_set_hash_ipmac.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              285 net/netfilter/ipset/ip_set_hash_ipmac.c 		[IPSET_ATTR_LINENO]	= { .type = NLA_U32 },
type              286 net/netfilter/ipset/ip_set_hash_ipmac.c 		[IPSET_ATTR_BYTES]	= { .type = NLA_U64 },
type              287 net/netfilter/ipset/ip_set_hash_ipmac.c 		[IPSET_ATTR_PACKETS]	= { .type = NLA_U64 },
type              288 net/netfilter/ipset/ip_set_hash_ipmac.c 		[IPSET_ATTR_COMMENT]	= { .type = NLA_NUL_STRING },
type              289 net/netfilter/ipset/ip_set_hash_ipmac.c 		[IPSET_ATTR_SKBMARK]	= { .type = NLA_U64 },
type              290 net/netfilter/ipset/ip_set_hash_ipmac.c 		[IPSET_ATTR_SKBPRIO]	= { .type = NLA_U32 },
type              291 net/netfilter/ipset/ip_set_hash_ipmac.c 		[IPSET_ATTR_SKBQUEUE]	= { .type = NLA_U16 },
type              279 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_MARKMASK]	= { .type = NLA_U32 },
type              280 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_HASHSIZE]	= { .type = NLA_U32 },
type              281 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_MAXELEM]	= { .type = NLA_U32 },
type              282 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_PROBES]	= { .type = NLA_U8 },
type              283 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_RESIZE]	= { .type = NLA_U8  },
type              284 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              285 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              288 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_IP]		= { .type = NLA_NESTED },
type              289 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_IP_TO]	= { .type = NLA_NESTED },
type              290 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_MARK]	= { .type = NLA_U32 },
type              291 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_CIDR]	= { .type = NLA_U8 },
type              292 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              293 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_LINENO]	= { .type = NLA_U32 },
type              294 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_BYTES]	= { .type = NLA_U64 },
type              295 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_PACKETS]	= { .type = NLA_U64 },
type              296 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_COMMENT]	= { .type = NLA_NUL_STRING,
type              298 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_SKBMARK]	= { .type = NLA_U64 },
type              299 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_SKBPRIO]	= { .type = NLA_U32 },
type              300 net/netfilter/ipset/ip_set_hash_ipmark.c 		[IPSET_ATTR_SKBQUEUE]	= { .type = NLA_U16 },
type              346 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_HASHSIZE]	= { .type = NLA_U32 },
type              347 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_MAXELEM]	= { .type = NLA_U32 },
type              348 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_PROBES]	= { .type = NLA_U8 },
type              349 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_RESIZE]	= { .type = NLA_U8  },
type              350 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_PROTO]	= { .type = NLA_U8 },
type              351 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              352 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              355 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_IP]		= { .type = NLA_NESTED },
type              356 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_IP_TO]	= { .type = NLA_NESTED },
type              357 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_PORT]	= { .type = NLA_U16 },
type              358 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_PORT_TO]	= { .type = NLA_U16 },
type              359 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_CIDR]	= { .type = NLA_U8 },
type              360 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_PROTO]	= { .type = NLA_U8 },
type              361 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              362 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_LINENO]	= { .type = NLA_U32 },
type              363 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_BYTES]	= { .type = NLA_U64 },
type              364 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_PACKETS]	= { .type = NLA_U64 },
type              365 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_COMMENT]	= { .type = NLA_NUL_STRING,
type              367 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_SKBMARK]	= { .type = NLA_U64 },
type              368 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_SKBPRIO]	= { .type = NLA_U32 },
type              369 net/netfilter/ipset/ip_set_hash_ipport.c 		[IPSET_ATTR_SKBQUEUE]	= { .type = NLA_U16 },
type              361 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_HASHSIZE]	= { .type = NLA_U32 },
type              362 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_MAXELEM]	= { .type = NLA_U32 },
type              363 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_PROBES]	= { .type = NLA_U8 },
type              364 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_RESIZE]	= { .type = NLA_U8  },
type              365 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              366 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              369 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_IP]		= { .type = NLA_NESTED },
type              370 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_IP_TO]	= { .type = NLA_NESTED },
type              371 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_IP2]	= { .type = NLA_NESTED },
type              372 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_PORT]	= { .type = NLA_U16 },
type              373 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_PORT_TO]	= { .type = NLA_U16 },
type              374 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_CIDR]	= { .type = NLA_U8 },
type              375 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_PROTO]	= { .type = NLA_U8 },
type              376 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              377 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_LINENO]	= { .type = NLA_U32 },
type              378 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_BYTES]	= { .type = NLA_U64 },
type              379 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_PACKETS]	= { .type = NLA_U64 },
type              380 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_COMMENT]	= { .type = NLA_NUL_STRING,
type              382 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_SKBMARK]	= { .type = NLA_U64 },
type              383 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_SKBPRIO]	= { .type = NLA_U32 },
type              384 net/netfilter/ipset/ip_set_hash_ipportip.c 		[IPSET_ATTR_SKBQUEUE]	= { .type = NLA_U16 },
type              518 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_HASHSIZE]	= { .type = NLA_U32 },
type              519 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_MAXELEM]	= { .type = NLA_U32 },
type              520 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_PROBES]	= { .type = NLA_U8 },
type              521 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_RESIZE]	= { .type = NLA_U8  },
type              522 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              523 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              526 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_IP]		= { .type = NLA_NESTED },
type              527 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_IP_TO]	= { .type = NLA_NESTED },
type              528 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_IP2]	= { .type = NLA_NESTED },
type              529 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_IP2_TO]	= { .type = NLA_NESTED },
type              530 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_PORT]	= { .type = NLA_U16 },
type              531 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_PORT_TO]	= { .type = NLA_U16 },
type              532 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_CIDR]	= { .type = NLA_U8 },
type              533 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_CIDR2]	= { .type = NLA_U8 },
type              534 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_PROTO]	= { .type = NLA_U8 },
type              535 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              536 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              537 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_LINENO]	= { .type = NLA_U32 },
type              538 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_BYTES]	= { .type = NLA_U64 },
type              539 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_PACKETS]	= { .type = NLA_U64 },
type              540 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_COMMENT]	= { .type = NLA_NUL_STRING,
type              542 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_SKBMARK]	= { .type = NLA_U64 },
type              543 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_SKBPRIO]	= { .type = NLA_U32 },
type              544 net/netfilter/ipset/ip_set_hash_ipportnet.c 		[IPSET_ATTR_SKBQUEUE]	= { .type = NLA_U16 },
type              130 net/netfilter/ipset/ip_set_hash_mac.c 		[IPSET_ATTR_HASHSIZE]	= { .type = NLA_U32 },
type              131 net/netfilter/ipset/ip_set_hash_mac.c 		[IPSET_ATTR_MAXELEM]	= { .type = NLA_U32 },
type              132 net/netfilter/ipset/ip_set_hash_mac.c 		[IPSET_ATTR_PROBES]	= { .type = NLA_U8 },
type              133 net/netfilter/ipset/ip_set_hash_mac.c 		[IPSET_ATTR_RESIZE]	= { .type = NLA_U8  },
type              134 net/netfilter/ipset/ip_set_hash_mac.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              135 net/netfilter/ipset/ip_set_hash_mac.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              138 net/netfilter/ipset/ip_set_hash_mac.c 		[IPSET_ATTR_ETHER]	= { .type = NLA_BINARY,
type              140 net/netfilter/ipset/ip_set_hash_mac.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              141 net/netfilter/ipset/ip_set_hash_mac.c 		[IPSET_ATTR_LINENO]	= { .type = NLA_U32 },
type              142 net/netfilter/ipset/ip_set_hash_mac.c 		[IPSET_ATTR_BYTES]	= { .type = NLA_U64 },
type              143 net/netfilter/ipset/ip_set_hash_mac.c 		[IPSET_ATTR_PACKETS]	= { .type = NLA_U64 },
type              144 net/netfilter/ipset/ip_set_hash_mac.c 		[IPSET_ATTR_COMMENT]	= { .type = NLA_NUL_STRING,
type              146 net/netfilter/ipset/ip_set_hash_mac.c 		[IPSET_ATTR_SKBMARK]	= { .type = NLA_U64 },
type              147 net/netfilter/ipset/ip_set_hash_mac.c 		[IPSET_ATTR_SKBPRIO]	= { .type = NLA_U32 },
type              148 net/netfilter/ipset/ip_set_hash_mac.c 		[IPSET_ATTR_SKBQUEUE]	= { .type = NLA_U16 },
type              359 net/netfilter/ipset/ip_set_hash_net.c 		[IPSET_ATTR_HASHSIZE]	= { .type = NLA_U32 },
type              360 net/netfilter/ipset/ip_set_hash_net.c 		[IPSET_ATTR_MAXELEM]	= { .type = NLA_U32 },
type              361 net/netfilter/ipset/ip_set_hash_net.c 		[IPSET_ATTR_PROBES]	= { .type = NLA_U8 },
type              362 net/netfilter/ipset/ip_set_hash_net.c 		[IPSET_ATTR_RESIZE]	= { .type = NLA_U8  },
type              363 net/netfilter/ipset/ip_set_hash_net.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              364 net/netfilter/ipset/ip_set_hash_net.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              367 net/netfilter/ipset/ip_set_hash_net.c 		[IPSET_ATTR_IP]		= { .type = NLA_NESTED },
type              368 net/netfilter/ipset/ip_set_hash_net.c 		[IPSET_ATTR_IP_TO]	= { .type = NLA_NESTED },
type              369 net/netfilter/ipset/ip_set_hash_net.c 		[IPSET_ATTR_CIDR]	= { .type = NLA_U8 },
type              370 net/netfilter/ipset/ip_set_hash_net.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              371 net/netfilter/ipset/ip_set_hash_net.c 		[IPSET_ATTR_LINENO]	= { .type = NLA_U32 },
type              372 net/netfilter/ipset/ip_set_hash_net.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              373 net/netfilter/ipset/ip_set_hash_net.c 		[IPSET_ATTR_BYTES]	= { .type = NLA_U64 },
type              374 net/netfilter/ipset/ip_set_hash_net.c 		[IPSET_ATTR_PACKETS]	= { .type = NLA_U64 },
type              375 net/netfilter/ipset/ip_set_hash_net.c 		[IPSET_ATTR_COMMENT]	= { .type = NLA_NUL_STRING,
type              377 net/netfilter/ipset/ip_set_hash_net.c 		[IPSET_ATTR_SKBMARK]	= { .type = NLA_U64 },
type              378 net/netfilter/ipset/ip_set_hash_net.c 		[IPSET_ATTR_SKBPRIO]	= { .type = NLA_U32 },
type              379 net/netfilter/ipset/ip_set_hash_net.c 		[IPSET_ATTR_SKBQUEUE]	= { .type = NLA_U16 },
type              462 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_HASHSIZE]	= { .type = NLA_U32 },
type              463 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_MAXELEM]	= { .type = NLA_U32 },
type              464 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_PROBES]	= { .type = NLA_U8 },
type              465 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_RESIZE]	= { .type = NLA_U8  },
type              466 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_PROTO]	= { .type = NLA_U8 },
type              467 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              468 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              471 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_IP]		= { .type = NLA_NESTED },
type              472 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_IP_TO]	= { .type = NLA_NESTED },
type              473 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_IFACE]	= { .type = NLA_NUL_STRING,
type              475 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              476 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_CIDR]	= { .type = NLA_U8 },
type              477 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              478 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_LINENO]	= { .type = NLA_U32 },
type              479 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_BYTES]	= { .type = NLA_U64 },
type              480 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_PACKETS]	= { .type = NLA_U64 },
type              481 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_COMMENT]	= { .type = NLA_NUL_STRING,
type              483 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_SKBMARK]	= { .type = NLA_U64 },
type              484 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_SKBPRIO]	= { .type = NLA_U32 },
type              485 net/netfilter/ipset/ip_set_hash_netiface.c 		[IPSET_ATTR_SKBQUEUE]	= { .type = NLA_U16 },
type              464 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_HASHSIZE]	= { .type = NLA_U32 },
type              465 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_MAXELEM]	= { .type = NLA_U32 },
type              466 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_PROBES]	= { .type = NLA_U8 },
type              467 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_RESIZE]	= { .type = NLA_U8  },
type              468 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              469 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              472 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_IP]		= { .type = NLA_NESTED },
type              473 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_IP_TO]	= { .type = NLA_NESTED },
type              474 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_IP2]	= { .type = NLA_NESTED },
type              475 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_IP2_TO]	= { .type = NLA_NESTED },
type              476 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_CIDR]	= { .type = NLA_U8 },
type              477 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_CIDR2]	= { .type = NLA_U8 },
type              478 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              479 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_LINENO]	= { .type = NLA_U32 },
type              480 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              481 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_BYTES]	= { .type = NLA_U64 },
type              482 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_PACKETS]	= { .type = NLA_U64 },
type              483 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_COMMENT]	= { .type = NLA_NUL_STRING,
type              485 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_SKBMARK]	= { .type = NLA_U64 },
type              486 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_SKBPRIO]	= { .type = NLA_U32 },
type              487 net/netfilter/ipset/ip_set_hash_netnet.c 		[IPSET_ATTR_SKBQUEUE]	= { .type = NLA_U16 },
type              465 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_HASHSIZE]	= { .type = NLA_U32 },
type              466 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_MAXELEM]	= { .type = NLA_U32 },
type              467 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_PROBES]	= { .type = NLA_U8 },
type              468 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_RESIZE]	= { .type = NLA_U8  },
type              469 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_PROTO]	= { .type = NLA_U8 },
type              470 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              471 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              474 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_IP]		= { .type = NLA_NESTED },
type              475 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_IP_TO]	= { .type = NLA_NESTED },
type              476 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_PORT]	= { .type = NLA_U16 },
type              477 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_PORT_TO]	= { .type = NLA_U16 },
type              478 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_PROTO]	= { .type = NLA_U8 },
type              479 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_CIDR]	= { .type = NLA_U8 },
type              480 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              481 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_LINENO]	= { .type = NLA_U32 },
type              482 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              483 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_BYTES]	= { .type = NLA_U64 },
type              484 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_PACKETS]	= { .type = NLA_U64 },
type              485 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_COMMENT]	= { .type = NLA_NUL_STRING,
type              487 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_SKBMARK]	= { .type = NLA_U64 },
type              488 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_SKBPRIO]	= { .type = NLA_U32 },
type              489 net/netfilter/ipset/ip_set_hash_netport.c 		[IPSET_ATTR_SKBQUEUE]	= { .type = NLA_U16 },
type              563 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_HASHSIZE]	= { .type = NLA_U32 },
type              564 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_MAXELEM]	= { .type = NLA_U32 },
type              565 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_PROBES]	= { .type = NLA_U8 },
type              566 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_RESIZE]	= { .type = NLA_U8  },
type              567 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              568 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              571 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_IP]		= { .type = NLA_NESTED },
type              572 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_IP_TO]	= { .type = NLA_NESTED },
type              573 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_IP2]	= { .type = NLA_NESTED },
type              574 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_IP2_TO]	= { .type = NLA_NESTED },
type              575 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_PORT]	= { .type = NLA_U16 },
type              576 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_PORT_TO]	= { .type = NLA_U16 },
type              577 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_CIDR]	= { .type = NLA_U8 },
type              578 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_CIDR2]	= { .type = NLA_U8 },
type              579 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_PROTO]	= { .type = NLA_U8 },
type              580 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              581 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              582 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_LINENO]	= { .type = NLA_U32 },
type              583 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_BYTES]	= { .type = NLA_U64 },
type              584 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_PACKETS]	= { .type = NLA_U64 },
type              585 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_COMMENT]	= { .type = NLA_NUL_STRING,
type              587 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_SKBMARK]	= { .type = NLA_U64 },
type              588 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_SKBPRIO]	= { .type = NLA_U32 },
type              589 net/netfilter/ipset/ip_set_hash_netportnet.c 		[IPSET_ATTR_SKBQUEUE]	= { .type = NLA_U16 },
type              370 net/netfilter/ipset/ip_set_list_set.c 	if (s->type->features & IPSET_TYPE_NAME) {
type              644 net/netfilter/ipset/ip_set_list_set.c 		[IPSET_ATTR_SIZE]	= { .type = NLA_U32 },
type              645 net/netfilter/ipset/ip_set_list_set.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              646 net/netfilter/ipset/ip_set_list_set.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              649 net/netfilter/ipset/ip_set_list_set.c 		[IPSET_ATTR_NAME]	= { .type = NLA_STRING,
type              651 net/netfilter/ipset/ip_set_list_set.c 		[IPSET_ATTR_NAMEREF]	= { .type = NLA_STRING,
type              653 net/netfilter/ipset/ip_set_list_set.c 		[IPSET_ATTR_TIMEOUT]	= { .type = NLA_U32 },
type              654 net/netfilter/ipset/ip_set_list_set.c 		[IPSET_ATTR_LINENO]	= { .type = NLA_U32 },
type              655 net/netfilter/ipset/ip_set_list_set.c 		[IPSET_ATTR_CADT_FLAGS]	= { .type = NLA_U32 },
type              656 net/netfilter/ipset/ip_set_list_set.c 		[IPSET_ATTR_BYTES]	= { .type = NLA_U64 },
type              657 net/netfilter/ipset/ip_set_list_set.c 		[IPSET_ATTR_PACKETS]	= { .type = NLA_U64 },
type              658 net/netfilter/ipset/ip_set_list_set.c 		[IPSET_ATTR_COMMENT]	= { .type = NLA_NUL_STRING,
type              660 net/netfilter/ipset/ip_set_list_set.c 		[IPSET_ATTR_SKBMARK]	= { .type = NLA_U64 },
type              661 net/netfilter/ipset/ip_set_list_set.c 		[IPSET_ATTR_SKBPRIO]	= { .type = NLA_U32 },
type              662 net/netfilter/ipset/ip_set_list_set.c 		[IPSET_ATTR_SKBQUEUE]	= { .type = NLA_U16 },
type              960 net/netfilter/ipvs/ip_vs_core.c 		  ic->type, ntohs(icmp_id(ic)),
type              970 net/netfilter/ipvs/ip_vs_core.c 	if ((ic->type != ICMP_DEST_UNREACH) &&
type              971 net/netfilter/ipvs/ip_vs_core.c 	    (ic->type != ICMP_SOURCE_QUENCH) &&
type              972 net/netfilter/ipvs/ip_vs_core.c 	    (ic->type != ICMP_TIME_EXCEEDED)) {
type             1078 net/netfilter/ipvs/ip_vs_core.c 	if (sch->type == SCTP_CID_ABORT)
type             1112 net/netfilter/ipvs/ip_vs_core.c 		return sch->type == SCTP_CID_INIT;
type             1629 net/netfilter/ipvs/ip_vs_core.c 		__be16 type;
type             1634 net/netfilter/ipvs/ip_vs_core.c 		type = greh->protocol;
type             1636 net/netfilter/ipvs/ip_vs_core.c 		if (type != htons(ETH_P_IP))
type             1682 net/netfilter/ipvs/ip_vs_core.c 		  ic->type, ntohs(icmp_id(ic)),
type             1692 net/netfilter/ipvs/ip_vs_core.c 	if ((ic->type != ICMP_DEST_UNREACH) &&
type             1693 net/netfilter/ipvs/ip_vs_core.c 	    (ic->type != ICMP_SOURCE_QUENCH) &&
type             1694 net/netfilter/ipvs/ip_vs_core.c 	    (ic->type != ICMP_TIME_EXCEEDED)) {
type             1802 net/netfilter/ipvs/ip_vs_core.c 		__u8 type = ic->type;
type             1806 net/netfilter/ipvs/ip_vs_core.c 		if (ic->type == ICMP_DEST_UNREACH &&
type             1843 net/netfilter/ipvs/ip_vs_core.c 			type, code, ntohl(info));
type             1844 net/netfilter/ipvs/ip_vs_core.c 		icmp_send(skb, type, code, info);
type             2902 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_CMD_ATTR_SERVICE]		= { .type = NLA_NESTED },
type             2903 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_CMD_ATTR_DEST]		= { .type = NLA_NESTED },
type             2904 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_CMD_ATTR_DAEMON]		= { .type = NLA_NESTED },
type             2905 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_CMD_ATTR_TIMEOUT_TCP]	= { .type = NLA_U32 },
type             2906 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_CMD_ATTR_TIMEOUT_TCP_FIN]	= { .type = NLA_U32 },
type             2907 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_CMD_ATTR_TIMEOUT_UDP]	= { .type = NLA_U32 },
type             2912 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DAEMON_ATTR_STATE]	= { .type = NLA_U32 },
type             2913 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DAEMON_ATTR_MCAST_IFN]	= { .type = NLA_NUL_STRING,
type             2915 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DAEMON_ATTR_SYNC_ID]	= { .type = NLA_U32 },
type             2916 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DAEMON_ATTR_SYNC_MAXLEN]	= { .type = NLA_U16 },
type             2917 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DAEMON_ATTR_MCAST_GROUP]	= { .type = NLA_U32 },
type             2919 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DAEMON_ATTR_MCAST_PORT]	= { .type = NLA_U16 },
type             2920 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DAEMON_ATTR_MCAST_TTL]	= { .type = NLA_U8 },
type             2925 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_SVC_ATTR_AF]		= { .type = NLA_U16 },
type             2926 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_SVC_ATTR_PROTOCOL]	= { .type = NLA_U16 },
type             2927 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_SVC_ATTR_ADDR]		= { .type = NLA_BINARY,
type             2929 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_SVC_ATTR_PORT]		= { .type = NLA_U16 },
type             2930 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_SVC_ATTR_FWMARK]		= { .type = NLA_U32 },
type             2931 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_SVC_ATTR_SCHED_NAME]	= { .type = NLA_NUL_STRING,
type             2933 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_SVC_ATTR_PE_NAME]		= { .type = NLA_NUL_STRING,
type             2935 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_SVC_ATTR_FLAGS]		= { .type = NLA_BINARY,
type             2937 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_SVC_ATTR_TIMEOUT]		= { .type = NLA_U32 },
type             2938 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_SVC_ATTR_NETMASK]		= { .type = NLA_U32 },
type             2939 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_SVC_ATTR_STATS]		= { .type = NLA_NESTED },
type             2944 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DEST_ATTR_ADDR]		= { .type = NLA_BINARY,
type             2946 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DEST_ATTR_PORT]		= { .type = NLA_U16 },
type             2947 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DEST_ATTR_FWD_METHOD]	= { .type = NLA_U32 },
type             2948 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DEST_ATTR_WEIGHT]		= { .type = NLA_U32 },
type             2949 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DEST_ATTR_U_THRESH]	= { .type = NLA_U32 },
type             2950 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DEST_ATTR_L_THRESH]	= { .type = NLA_U32 },
type             2951 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DEST_ATTR_ACTIVE_CONNS]	= { .type = NLA_U32 },
type             2952 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DEST_ATTR_INACT_CONNS]	= { .type = NLA_U32 },
type             2953 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DEST_ATTR_PERSIST_CONNS]	= { .type = NLA_U32 },
type             2954 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DEST_ATTR_STATS]		= { .type = NLA_NESTED },
type             2955 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DEST_ATTR_ADDR_FAMILY]	= { .type = NLA_U16 },
type             2956 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DEST_ATTR_TUN_TYPE]	= { .type = NLA_U8 },
type             2957 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DEST_ATTR_TUN_PORT]	= { .type = NLA_U16 },
type             2958 net/netfilter/ipvs/ip_vs_ctl.c 	[IPVS_DEST_ATTR_TUN_FLAGS]	= { .type = NLA_U16 },
type              560 net/netfilter/ipvs/ip_vs_ftp.c 	.type =		IP_VS_APP_TYPE_FTP,
type               32 net/netfilter/ipvs/ip_vs_proto_sctp.c 				if (sch->type == SCTP_CID_ABORT ||
type               34 net/netfilter/ipvs/ip_vs_proto_sctp.c 				      sch->type == SCTP_CID_INIT))
type              397 net/netfilter/ipvs/ip_vs_proto_sctp.c 	chunk_type = sch->type;
type              409 net/netfilter/ipvs/ip_vs_proto_sctp.c 	if ((sch->type == SCTP_CID_COOKIE_ECHO) ||
type              410 net/netfilter/ipvs/ip_vs_proto_sctp.c 	    (sch->type == SCTP_CID_COOKIE_ACK)) {
type              416 net/netfilter/ipvs/ip_vs_proto_sctp.c 			if (sch && sch->type == SCTP_CID_ABORT)
type              417 net/netfilter/ipvs/ip_vs_proto_sctp.c 				chunk_type = sch->type;
type              134 net/netfilter/ipvs/ip_vs_sync.c 	__u8			type;
type              156 net/netfilter/ipvs/ip_vs_sync.c 	__u8			type;
type              725 net/netfilter/ipvs/ip_vs_sync.c 	s->v4.type = (cp->af == AF_INET6 ? STYPE_F_INET6 : 0);
type              847 net/netfilter/ipvs/ip_vs_sync.c 			    unsigned int protocol, unsigned int type,
type              911 net/netfilter/ipvs/ip_vs_sync.c 		dest = ip_vs_find_dest(ipvs, type, type, daddr, dport,
type              915 net/netfilter/ipvs/ip_vs_sync.c 		cp = ip_vs_conn_new(param, type, daddr, dport, flags, dest,
type             1087 net/netfilter/ipvs/ip_vs_sync.c 	if (s->v6.type & STYPE_F_INET6) {
type             1096 net/netfilter/ipvs/ip_vs_sync.c 	} else if (!s->v4.type) {
type             1834 net/netfilter/nf_conntrack_core.c 	[CTA_PROTO_SRC_PORT]  = { .type = NLA_U16 },
type             1835 net/netfilter/nf_conntrack_core.c 	[CTA_PROTO_DST_PORT]  = { .type = NLA_U16 },
type               92 net/netfilter/nf_conntrack_extend.c int nf_ct_extend_register(const struct nf_ct_ext_type *type)
type               97 net/netfilter/nf_conntrack_extend.c 	if (nf_ct_ext_types[type->id]) {
type              102 net/netfilter/nf_conntrack_extend.c 	rcu_assign_pointer(nf_ct_ext_types[type->id], type);
type              110 net/netfilter/nf_conntrack_extend.c void nf_ct_extend_unregister(const struct nf_ct_ext_type *type)
type              113 net/netfilter/nf_conntrack_extend.c 	RCU_INIT_POINTER(nf_ct_ext_types[type->id], NULL);
type               52 net/netfilter/nf_conntrack_ftp.c 				enum nf_ct_ftp_type type,
type               81 net/netfilter/nf_conntrack_h323_asn1.c 	unsigned char type;
type              569 net/netfilter/nf_conntrack_h323_asn1.c 			if ((err = (Decoders[son->type]) (bs, son, base,
type              576 net/netfilter/nf_conntrack_h323_asn1.c 		} else if ((err = (Decoders[son->type]) (bs, son, base,
type              633 net/netfilter/nf_conntrack_h323_asn1.c 		if ((err = (Decoders[son->type]) (bs, son, base,
type              714 net/netfilter/nf_conntrack_h323_asn1.c 			if ((err = (Decoders[son->type]) (bs, son,
type              725 net/netfilter/nf_conntrack_h323_asn1.c 			if ((err = (Decoders[son->type]) (bs, son,
type              743 net/netfilter/nf_conntrack_h323_asn1.c 	unsigned int type, ext, len = 0;
type              760 net/netfilter/nf_conntrack_h323_asn1.c 		type = get_bits(bs, 7) + f->lb;
type              765 net/netfilter/nf_conntrack_h323_asn1.c 		type = get_bits(bs, f->sz);
type              766 net/netfilter/nf_conntrack_h323_asn1.c 		if (type >= f->lb)
type              772 net/netfilter/nf_conntrack_h323_asn1.c 		*(unsigned int *)base = type;
type              775 net/netfilter/nf_conntrack_h323_asn1.c 	if (type >= f->ub) {	/* Newer version? */
type              787 net/netfilter/nf_conntrack_h323_asn1.c 	son = &f->fields[type];
type              808 net/netfilter/nf_conntrack_h323_asn1.c 		if ((err = (Decoders[son->type]) (bs, son, base, level + 1)) <
type              814 net/netfilter/nf_conntrack_h323_asn1.c 	} else if ((err = (Decoders[son->type]) (bs, son, base, level + 1)) <
type              237 net/netfilter/nf_conntrack_netlink.c 	      enum ip_conntrack_dir dir, int type)
type              244 net/netfilter/nf_conntrack_netlink.c 	if (type == IPCTNL_MSG_CT_GET_CTRZERO) {
type              271 net/netfilter/nf_conntrack_netlink.c ctnetlink_dump_acct(struct sk_buff *skb, const struct nf_conn *ct, int type)
type              278 net/netfilter/nf_conntrack_netlink.c 	if (dump_counters(skb, acct, IP_CT_DIR_ORIGINAL, type) < 0)
type              280 net/netfilter/nf_conntrack_netlink.c 	if (dump_counters(skb, acct, IP_CT_DIR_REPLY, type) < 0)
type              414 net/netfilter/nf_conntrack_netlink.c dump_ct_seq_adj(struct sk_buff *skb, const struct nf_ct_seqadj *seq, int type)
type              418 net/netfilter/nf_conntrack_netlink.c 	nest_parms = nla_nest_start(skb, type);
type              510 net/netfilter/nf_conntrack_netlink.c ctnetlink_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type,
type              556 net/netfilter/nf_conntrack_netlink.c 	    ctnetlink_dump_acct(skb, ct, type) < 0 ||
type              584 net/netfilter/nf_conntrack_netlink.c 	[CTA_IP_V4_SRC]	= { .type = NLA_U32 },
type              585 net/netfilter/nf_conntrack_netlink.c 	[CTA_IP_V4_DST]	= { .type = NLA_U32 },
type              689 net/netfilter/nf_conntrack_netlink.c 	unsigned int type;
type              694 net/netfilter/nf_conntrack_netlink.c 		type = IPCTNL_MSG_CT_DELETE;
type              697 net/netfilter/nf_conntrack_netlink.c 		type = IPCTNL_MSG_CT_NEW;
type              701 net/netfilter/nf_conntrack_netlink.c 		type = IPCTNL_MSG_CT_NEW;
type              714 net/netfilter/nf_conntrack_netlink.c 	type = nfnl_msg_type(NFNL_SUBSYS_CTNETLINK, type);
type              715 net/netfilter/nf_conntrack_netlink.c 	nlh = nlmsg_put(skb, item->portid, 0, type, sizeof(*nfmsg), flags);
type              757 net/netfilter/nf_conntrack_netlink.c 		if (ctnetlink_dump_acct(skb, ct, type) < 0 ||
type             1048 net/netfilter/nf_conntrack_netlink.c 	[CTA_PROTO_NUM]	= { .type = NLA_U8 },
type             1100 net/netfilter/nf_conntrack_netlink.c ctnetlink_parse_tuple_zone(struct nlattr *attr, enum ctattr_type type,
type             1112 net/netfilter/nf_conntrack_netlink.c 	if (type == CTA_TUPLE_REPLY)
type             1121 net/netfilter/nf_conntrack_netlink.c 	[CTA_TUPLE_IP]		= { .type = NLA_NESTED },
type             1122 net/netfilter/nf_conntrack_netlink.c 	[CTA_TUPLE_PROTO]	= { .type = NLA_NESTED },
type             1123 net/netfilter/nf_conntrack_netlink.c 	[CTA_TUPLE_ZONE]	= { .type = NLA_U16 },
type             1128 net/netfilter/nf_conntrack_netlink.c 		      struct nf_conntrack_tuple *tuple, u32 type,
type             1136 net/netfilter/nf_conntrack_netlink.c 	err = nla_parse_nested_deprecated(tb, CTA_TUPLE_MAX, cda[type],
type             1162 net/netfilter/nf_conntrack_netlink.c 						 type, zone);
type             1168 net/netfilter/nf_conntrack_netlink.c 	if (type == CTA_TUPLE_REPLY)
type             1177 net/netfilter/nf_conntrack_netlink.c 	[CTA_HELP_NAME]		= { .type = NLA_NUL_STRING,
type             1204 net/netfilter/nf_conntrack_netlink.c 	[CTA_TUPLE_ORIG]	= { .type = NLA_NESTED },
type             1205 net/netfilter/nf_conntrack_netlink.c 	[CTA_TUPLE_REPLY]	= { .type = NLA_NESTED },
type             1206 net/netfilter/nf_conntrack_netlink.c 	[CTA_STATUS] 		= { .type = NLA_U32 },
type             1207 net/netfilter/nf_conntrack_netlink.c 	[CTA_PROTOINFO]		= { .type = NLA_NESTED },
type             1208 net/netfilter/nf_conntrack_netlink.c 	[CTA_HELP]		= { .type = NLA_NESTED },
type             1209 net/netfilter/nf_conntrack_netlink.c 	[CTA_NAT_SRC]		= { .type = NLA_NESTED },
type             1210 net/netfilter/nf_conntrack_netlink.c 	[CTA_TIMEOUT] 		= { .type = NLA_U32 },
type             1211 net/netfilter/nf_conntrack_netlink.c 	[CTA_MARK]		= { .type = NLA_U32 },
type             1212 net/netfilter/nf_conntrack_netlink.c 	[CTA_ID]		= { .type = NLA_U32 },
type             1213 net/netfilter/nf_conntrack_netlink.c 	[CTA_NAT_DST]		= { .type = NLA_NESTED },
type             1214 net/netfilter/nf_conntrack_netlink.c 	[CTA_TUPLE_MASTER]	= { .type = NLA_NESTED },
type             1215 net/netfilter/nf_conntrack_netlink.c 	[CTA_NAT_SEQ_ADJ_ORIG]  = { .type = NLA_NESTED },
type             1216 net/netfilter/nf_conntrack_netlink.c 	[CTA_NAT_SEQ_ADJ_REPLY] = { .type = NLA_NESTED },
type             1217 net/netfilter/nf_conntrack_netlink.c 	[CTA_ZONE]		= { .type = NLA_U16 },
type             1218 net/netfilter/nf_conntrack_netlink.c 	[CTA_MARK_MASK]		= { .type = NLA_U32 },
type             1219 net/netfilter/nf_conntrack_netlink.c 	[CTA_LABELS]		= { .type = NLA_BINARY,
type             1221 net/netfilter/nf_conntrack_netlink.c 	[CTA_LABELS_MASK]	= { .type = NLA_BINARY,
type             1717 net/netfilter/nf_conntrack_netlink.c 	[CTA_PROTOINFO_TCP]	= { .type = NLA_NESTED },
type             1718 net/netfilter/nf_conntrack_netlink.c 	[CTA_PROTOINFO_DCCP]	= { .type = NLA_NESTED },
type             1719 net/netfilter/nf_conntrack_netlink.c 	[CTA_PROTOINFO_SCTP]	= { .type = NLA_NESTED },
type             1743 net/netfilter/nf_conntrack_netlink.c 	[CTA_SEQADJ_CORRECTION_POS]	= { .type = NLA_U32 },
type             1744 net/netfilter/nf_conntrack_netlink.c 	[CTA_SEQADJ_OFFSET_BEFORE]	= { .type = NLA_U32 },
type             1745 net/netfilter/nf_conntrack_netlink.c 	[CTA_SEQADJ_OFFSET_AFTER]	= { .type = NLA_U32 },
type             1817 net/netfilter/nf_conntrack_netlink.c 	[CTA_SYNPROXY_ISN]	= { .type = NLA_U32 },
type             1818 net/netfilter/nf_conntrack_netlink.c 	[CTA_SYNPROXY_ITS]	= { .type = NLA_U32 },
type             1819 net/netfilter/nf_conntrack_netlink.c 	[CTA_SYNPROXY_TSOFF]	= { .type = NLA_U32 },
type             2283 net/netfilter/nf_conntrack_netlink.c ctnetlink_stat_ct_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type,
type             2349 net/netfilter/nf_conntrack_netlink.c 	[CTA_EXPECT_MASTER]	= { .type = NLA_NESTED },
type             2350 net/netfilter/nf_conntrack_netlink.c 	[CTA_EXPECT_TUPLE]	= { .type = NLA_NESTED },
type             2351 net/netfilter/nf_conntrack_netlink.c 	[CTA_EXPECT_MASK]	= { .type = NLA_NESTED },
type             2352 net/netfilter/nf_conntrack_netlink.c 	[CTA_EXPECT_TIMEOUT]	= { .type = NLA_U32 },
type             2353 net/netfilter/nf_conntrack_netlink.c 	[CTA_EXPECT_ID]		= { .type = NLA_U32 },
type             2354 net/netfilter/nf_conntrack_netlink.c 	[CTA_EXPECT_HELP_NAME]	= { .type = NLA_NUL_STRING,
type             2356 net/netfilter/nf_conntrack_netlink.c 	[CTA_EXPECT_ZONE]	= { .type = NLA_U16 },
type             2357 net/netfilter/nf_conntrack_netlink.c 	[CTA_EXPECT_FLAGS]	= { .type = NLA_U32 },
type             2358 net/netfilter/nf_conntrack_netlink.c 	[CTA_EXPECT_CLASS]	= { .type = NLA_U32 },
type             2359 net/netfilter/nf_conntrack_netlink.c 	[CTA_EXPECT_NAT]	= { .type = NLA_NESTED },
type             2360 net/netfilter/nf_conntrack_netlink.c 	[CTA_EXPECT_FN]		= { .type = NLA_NUL_STRING },
type             2652 net/netfilter/nf_conntrack_netlink.c 				    u32 type)
type             2656 net/netfilter/nf_conntrack_netlink.c 	nest_parms = nla_nest_start(skb, type);
type             2837 net/netfilter/nf_conntrack_netlink.c 	unsigned int type, group;
type             2841 net/netfilter/nf_conntrack_netlink.c 		type = IPCTNL_MSG_EXP_DELETE;
type             2844 net/netfilter/nf_conntrack_netlink.c 		type = IPCTNL_MSG_EXP_NEW;
type             2857 net/netfilter/nf_conntrack_netlink.c 	type = nfnl_msg_type(NFNL_SUBSYS_CTNETLINK_EXP, type);
type             2858 net/netfilter/nf_conntrack_netlink.c 	nlh = nlmsg_put(skb, item->portid, 0, type, sizeof(*nfmsg), flags);
type             3207 net/netfilter/nf_conntrack_netlink.c 	[CTA_EXPECT_NAT_DIR]	= { .type = NLA_U32 },
type             3208 net/netfilter/nf_conntrack_netlink.c 	[CTA_EXPECT_NAT_TUPLE]	= { .type = NLA_NESTED },
type              478 net/netfilter/nf_conntrack_proto_dccp.c 	u_int8_t type, old_state, new_state;
type              489 net/netfilter/nf_conntrack_proto_dccp.c 	type = dh->dccph_type;
type              493 net/netfilter/nf_conntrack_proto_dccp.c 	if (type == DCCP_PKT_RESET &&
type              504 net/netfilter/nf_conntrack_proto_dccp.c 	new_state = dccp_state_table[role][type][old_state];
type              522 net/netfilter/nf_conntrack_proto_dccp.c 		    type == DCCP_PKT_ACK &&
type              534 net/netfilter/nf_conntrack_proto_dccp.c 		    type == DCCP_PKT_RESPONSE) {
type              542 net/netfilter/nf_conntrack_proto_dccp.c 		ct->proto.dccp.last_pkt = type;
type              554 net/netfilter/nf_conntrack_proto_dccp.c 	ct->proto.dccp.last_pkt = type;
type              617 net/netfilter/nf_conntrack_proto_dccp.c 	[CTA_PROTOINFO_DCCP_STATE]	= { .type = NLA_U8 },
type              618 net/netfilter/nf_conntrack_proto_dccp.c 	[CTA_PROTOINFO_DCCP_ROLE]	= { .type = NLA_U8 },
type              619 net/netfilter/nf_conntrack_proto_dccp.c 	[CTA_PROTOINFO_DCCP_HANDSHAKE_SEQ] = { .type = NLA_U64 },
type              620 net/netfilter/nf_conntrack_proto_dccp.c 	[CTA_PROTOINFO_DCCP_PAD]	= { .type = NLA_UNSPEC },
type              716 net/netfilter/nf_conntrack_proto_dccp.c 	[CTA_TIMEOUT_DCCP_REQUEST]	= { .type = NLA_U32 },
type              717 net/netfilter/nf_conntrack_proto_dccp.c 	[CTA_TIMEOUT_DCCP_RESPOND]	= { .type = NLA_U32 },
type              718 net/netfilter/nf_conntrack_proto_dccp.c 	[CTA_TIMEOUT_DCCP_PARTOPEN]	= { .type = NLA_U32 },
type              719 net/netfilter/nf_conntrack_proto_dccp.c 	[CTA_TIMEOUT_DCCP_OPEN]		= { .type = NLA_U32 },
type              720 net/netfilter/nf_conntrack_proto_dccp.c 	[CTA_TIMEOUT_DCCP_CLOSEREQ]	= { .type = NLA_U32 },
type              721 net/netfilter/nf_conntrack_proto_dccp.c 	[CTA_TIMEOUT_DCCP_CLOSING]	= { .type = NLA_U32 },
type              722 net/netfilter/nf_conntrack_proto_dccp.c 	[CTA_TIMEOUT_DCCP_TIMEWAIT]	= { .type = NLA_U32 },
type               56 net/netfilter/nf_conntrack_proto_generic.c 	[CTA_TIMEOUT_GENERIC_TIMEOUT]	= { .type = NLA_U32 },
type              297 net/netfilter/nf_conntrack_proto_gre.c 	[CTA_TIMEOUT_GRE_UNREPLIED]	= { .type = NLA_U32 },
type              298 net/netfilter/nf_conntrack_proto_gre.c 	[CTA_TIMEOUT_GRE_REPLIED]	= { .type = NLA_U32 },
type               35 net/netfilter/nf_conntrack_proto_icmp.c 	tuple->dst.u.icmp.type = hp->type;
type               57 net/netfilter/nf_conntrack_proto_icmp.c 	if (orig->dst.u.icmp.type >= sizeof(invmap) ||
type               58 net/netfilter/nf_conntrack_proto_icmp.c 	    !invmap[orig->dst.u.icmp.type])
type               62 net/netfilter/nf_conntrack_proto_icmp.c 	tuple->dst.u.icmp.type = invmap[orig->dst.u.icmp.type] - 1;
type               87 net/netfilter/nf_conntrack_proto_icmp.c 	if (ct->tuplehash[0].tuple.dst.u.icmp.type >= sizeof(valid_new) ||
type               88 net/netfilter/nf_conntrack_proto_icmp.c 	    !valid_new[ct->tuplehash[0].tuple.dst.u.icmp.type]) {
type               91 net/netfilter/nf_conntrack_proto_icmp.c 			 ct->tuplehash[0].tuple.dst.u.icmp.type);
type              232 net/netfilter/nf_conntrack_proto_icmp.c 	if (icmph->type > NR_ICMP_TYPES) {
type              238 net/netfilter/nf_conntrack_proto_icmp.c 	if (icmph->type != ICMP_DEST_UNREACH &&
type              239 net/netfilter/nf_conntrack_proto_icmp.c 	    icmph->type != ICMP_SOURCE_QUENCH &&
type              240 net/netfilter/nf_conntrack_proto_icmp.c 	    icmph->type != ICMP_TIME_EXCEEDED &&
type              241 net/netfilter/nf_conntrack_proto_icmp.c 	    icmph->type != ICMP_PARAMETERPROB &&
type              242 net/netfilter/nf_conntrack_proto_icmp.c 	    icmph->type != ICMP_REDIRECT)
type              262 net/netfilter/nf_conntrack_proto_icmp.c 	    nla_put_u8(skb, CTA_PROTO_ICMP_TYPE, t->dst.u.icmp.type) ||
type              272 net/netfilter/nf_conntrack_proto_icmp.c 	[CTA_PROTO_ICMP_TYPE]	= { .type = NLA_U8 },
type              273 net/netfilter/nf_conntrack_proto_icmp.c 	[CTA_PROTO_ICMP_CODE]	= { .type = NLA_U8 },
type              274 net/netfilter/nf_conntrack_proto_icmp.c 	[CTA_PROTO_ICMP_ID]	= { .type = NLA_U16 },
type              285 net/netfilter/nf_conntrack_proto_icmp.c 	tuple->dst.u.icmp.type = nla_get_u8(tb[CTA_PROTO_ICMP_TYPE]);
type              289 net/netfilter/nf_conntrack_proto_icmp.c 	if (tuple->dst.u.icmp.type >= sizeof(invmap) ||
type              290 net/netfilter/nf_conntrack_proto_icmp.c 	    !invmap[tuple->dst.u.icmp.type])
type              345 net/netfilter/nf_conntrack_proto_icmp.c 	[CTA_TIMEOUT_ICMP_TIMEOUT]	= { .type = NLA_U32 },
type               40 net/netfilter/nf_conntrack_proto_icmpv6.c 	tuple->dst.u.icmp.type = hp->icmp6_type;
type               69 net/netfilter/nf_conntrack_proto_icmpv6.c 	int type = orig->dst.u.icmp.type - 128;
type               70 net/netfilter/nf_conntrack_proto_icmpv6.c 	if (type < 0 || type >= sizeof(invmap) || !invmap[type])
type               74 net/netfilter/nf_conntrack_proto_icmpv6.c 	tuple->dst.u.icmp.type = invmap[type] - 1;
type              100 net/netfilter/nf_conntrack_proto_icmpv6.c 		int type = ct->tuplehash[0].tuple.dst.u.icmp.type - 128;
type              102 net/netfilter/nf_conntrack_proto_icmpv6.c 		if (type < 0 || type >= sizeof(valid_new) || !valid_new[type]) {
type              105 net/netfilter/nf_conntrack_proto_icmpv6.c 				 type + 128);
type              139 net/netfilter/nf_conntrack_proto_icmpv6.c 	int type;
type              154 net/netfilter/nf_conntrack_proto_icmpv6.c 	type = icmp6h->icmp6_type - 130;
type              155 net/netfilter/nf_conntrack_proto_icmpv6.c 	if (type >= 0 && type < sizeof(noct_valid_new) &&
type              156 net/netfilter/nf_conntrack_proto_icmpv6.c 	    noct_valid_new[type]) {
type              180 net/netfilter/nf_conntrack_proto_icmpv6.c 	    nla_put_u8(skb, CTA_PROTO_ICMPV6_TYPE, t->dst.u.icmp.type) ||
type              190 net/netfilter/nf_conntrack_proto_icmpv6.c 	[CTA_PROTO_ICMPV6_TYPE]	= { .type = NLA_U8 },
type              191 net/netfilter/nf_conntrack_proto_icmpv6.c 	[CTA_PROTO_ICMPV6_CODE]	= { .type = NLA_U8 },
type              192 net/netfilter/nf_conntrack_proto_icmpv6.c 	[CTA_PROTO_ICMPV6_ID]	= { .type = NLA_U16 },
type              203 net/netfilter/nf_conntrack_proto_icmpv6.c 	tuple->dst.u.icmp.type = nla_get_u8(tb[CTA_PROTO_ICMPV6_TYPE]);
type              207 net/netfilter/nf_conntrack_proto_icmpv6.c 	if (tuple->dst.u.icmp.type < 128 ||
type              208 net/netfilter/nf_conntrack_proto_icmpv6.c 	    tuple->dst.u.icmp.type - 128 >= sizeof(invmap) ||
type              209 net/netfilter/nf_conntrack_proto_icmpv6.c 	    !invmap[tuple->dst.u.icmp.type - 128])
type              264 net/netfilter/nf_conntrack_proto_icmpv6.c 	[CTA_TIMEOUT_ICMPV6_TIMEOUT]	= { .type = NLA_U32 },
type              173 net/netfilter/nf_conntrack_proto_sctp.c 		pr_debug("Chunk Num: %d  Type: %d\n", count, sch->type);
type              175 net/netfilter/nf_conntrack_proto_sctp.c 		if (sch->type == SCTP_CID_INIT ||
type              176 net/netfilter/nf_conntrack_proto_sctp.c 		    sch->type == SCTP_CID_INIT_ACK ||
type              177 net/netfilter/nf_conntrack_proto_sctp.c 		    sch->type == SCTP_CID_SHUTDOWN_COMPLETE)
type              185 net/netfilter/nf_conntrack_proto_sctp.c 		if (((sch->type == SCTP_CID_COOKIE_ACK ||
type              186 net/netfilter/nf_conntrack_proto_sctp.c 		      sch->type == SCTP_CID_COOKIE_ECHO ||
type              194 net/netfilter/nf_conntrack_proto_sctp.c 			set_bit(sch->type, map);
type              282 net/netfilter/nf_conntrack_proto_sctp.c 					   SCTP_CONNTRACK_NONE, sch->type);
type              292 net/netfilter/nf_conntrack_proto_sctp.c 		if (sch->type == SCTP_CID_INIT) {
type              307 net/netfilter/nf_conntrack_proto_sctp.c 		} else if (sch->type == SCTP_CID_HEARTBEAT) {
type              411 net/netfilter/nf_conntrack_proto_sctp.c 		if (sch->type == SCTP_CID_INIT) {
type              415 net/netfilter/nf_conntrack_proto_sctp.c 		} else if (sch->type == SCTP_CID_ABORT) {
type              420 net/netfilter/nf_conntrack_proto_sctp.c 		} else if (sch->type == SCTP_CID_SHUTDOWN_COMPLETE) {
type              426 net/netfilter/nf_conntrack_proto_sctp.c 		} else if (sch->type == SCTP_CID_COOKIE_ECHO) {
type              430 net/netfilter/nf_conntrack_proto_sctp.c 		} else if (sch->type == SCTP_CID_HEARTBEAT ||
type              431 net/netfilter/nf_conntrack_proto_sctp.c 			   sch->type == SCTP_CID_HEARTBEAT_ACK) {
type              443 net/netfilter/nf_conntrack_proto_sctp.c 		new_state = sctp_new_state(dir, old_state, sch->type);
type              449 net/netfilter/nf_conntrack_proto_sctp.c 				 dir, sch->type, old_state);
type              454 net/netfilter/nf_conntrack_proto_sctp.c 		if (sch->type == SCTP_CID_INIT ||
type              455 net/netfilter/nf_conntrack_proto_sctp.c 		    sch->type == SCTP_CID_INIT_ACK) {
type              543 net/netfilter/nf_conntrack_proto_sctp.c 	[CTA_PROTOINFO_SCTP_STATE]	    = { .type = NLA_U8 },
type              544 net/netfilter/nf_conntrack_proto_sctp.c 	[CTA_PROTOINFO_SCTP_VTAG_ORIGINAL]  = { .type = NLA_U32 },
type              545 net/netfilter/nf_conntrack_proto_sctp.c 	[CTA_PROTOINFO_SCTP_VTAG_REPLY]     = { .type = NLA_U32 },
type              633 net/netfilter/nf_conntrack_proto_sctp.c 	[CTA_TIMEOUT_SCTP_CLOSED]		= { .type = NLA_U32 },
type              634 net/netfilter/nf_conntrack_proto_sctp.c 	[CTA_TIMEOUT_SCTP_COOKIE_WAIT]		= { .type = NLA_U32 },
type              635 net/netfilter/nf_conntrack_proto_sctp.c 	[CTA_TIMEOUT_SCTP_COOKIE_ECHOED]	= { .type = NLA_U32 },
type              636 net/netfilter/nf_conntrack_proto_sctp.c 	[CTA_TIMEOUT_SCTP_ESTABLISHED]		= { .type = NLA_U32 },
type              637 net/netfilter/nf_conntrack_proto_sctp.c 	[CTA_TIMEOUT_SCTP_SHUTDOWN_SENT]	= { .type = NLA_U32 },
type              638 net/netfilter/nf_conntrack_proto_sctp.c 	[CTA_TIMEOUT_SCTP_SHUTDOWN_RECD]	= { .type = NLA_U32 },
type              639 net/netfilter/nf_conntrack_proto_sctp.c 	[CTA_TIMEOUT_SCTP_SHUTDOWN_ACK_SENT]	= { .type = NLA_U32 },
type              640 net/netfilter/nf_conntrack_proto_sctp.c 	[CTA_TIMEOUT_SCTP_HEARTBEAT_SENT]	= { .type = NLA_U32 },
type              641 net/netfilter/nf_conntrack_proto_sctp.c 	[CTA_TIMEOUT_SCTP_HEARTBEAT_ACKED]	= { .type = NLA_U32 },
type             1226 net/netfilter/nf_conntrack_proto_tcp.c 	[CTA_PROTOINFO_TCP_STATE]	    = { .type = NLA_U8 },
type             1227 net/netfilter/nf_conntrack_proto_tcp.c 	[CTA_PROTOINFO_TCP_WSCALE_ORIGINAL] = { .type = NLA_U8 },
type             1228 net/netfilter/nf_conntrack_proto_tcp.c 	[CTA_PROTOINFO_TCP_WSCALE_REPLY]    = { .type = NLA_U8 },
type             1405 net/netfilter/nf_conntrack_proto_tcp.c 	[CTA_TIMEOUT_TCP_SYN_SENT]	= { .type = NLA_U32 },
type             1406 net/netfilter/nf_conntrack_proto_tcp.c 	[CTA_TIMEOUT_TCP_SYN_RECV]	= { .type = NLA_U32 },
type             1407 net/netfilter/nf_conntrack_proto_tcp.c 	[CTA_TIMEOUT_TCP_ESTABLISHED]	= { .type = NLA_U32 },
type             1408 net/netfilter/nf_conntrack_proto_tcp.c 	[CTA_TIMEOUT_TCP_FIN_WAIT]	= { .type = NLA_U32 },
type             1409 net/netfilter/nf_conntrack_proto_tcp.c 	[CTA_TIMEOUT_TCP_CLOSE_WAIT]	= { .type = NLA_U32 },
type             1410 net/netfilter/nf_conntrack_proto_tcp.c 	[CTA_TIMEOUT_TCP_LAST_ACK]	= { .type = NLA_U32 },
type             1411 net/netfilter/nf_conntrack_proto_tcp.c 	[CTA_TIMEOUT_TCP_TIME_WAIT]	= { .type = NLA_U32 },
type             1412 net/netfilter/nf_conntrack_proto_tcp.c 	[CTA_TIMEOUT_TCP_CLOSE]		= { .type = NLA_U32 },
type             1413 net/netfilter/nf_conntrack_proto_tcp.c 	[CTA_TIMEOUT_TCP_SYN_SENT2]	= { .type = NLA_U32 },
type             1414 net/netfilter/nf_conntrack_proto_tcp.c 	[CTA_TIMEOUT_TCP_RETRANS]	= { .type = NLA_U32 },
type             1415 net/netfilter/nf_conntrack_proto_tcp.c 	[CTA_TIMEOUT_TCP_UNACK]		= { .type = NLA_U32 },
type              255 net/netfilter/nf_conntrack_proto_udp.c        [CTA_TIMEOUT_UDP_UNREPLIED]	= { .type = NLA_U32 },
type              256 net/netfilter/nf_conntrack_proto_udp.c        [CTA_TIMEOUT_UDP_REPLIED]	= { .type = NLA_U32 },
type              369 net/netfilter/nf_conntrack_sip.c 		      enum sip_header_types type,
type              372 net/netfilter/nf_conntrack_sip.c 	const struct sip_header *hdr = &ct_sip_hdrs[type];
type              437 net/netfilter/nf_conntrack_sip.c 			      enum sip_header_types type,
type              440 net/netfilter/nf_conntrack_sip.c 	const struct sip_header *hdr = &ct_sip_hdrs[type];
type              467 net/netfilter/nf_conntrack_sip.c 			       enum sip_header_types type, int *in_header,
type              475 net/netfilter/nf_conntrack_sip.c 						 type, matchoff, matchlen);
type              487 net/netfilter/nf_conntrack_sip.c 					type, matchoff, matchlen);
type              507 net/netfilter/nf_conntrack_sip.c 			    enum sip_header_types type, int *in_header,
type              516 net/netfilter/nf_conntrack_sip.c 				  type, in_header, matchoff, matchlen);
type              729 net/netfilter/nf_conntrack_sip.c 			  enum sdp_header_types type,
type              738 net/netfilter/nf_conntrack_sip.c 	hdr = &hdrs[type];
type              783 net/netfilter/nf_conntrack_sip.c 				 enum sdp_header_types type,
type              790 net/netfilter/nf_conntrack_sip.c 	ret = ct_sip_get_sdp_header(ct, dptr, dataoff, datalen, type, term,
type               54 net/netfilter/nf_conntrack_standalone.c 			   tuple->dst.u.icmp.type,
type               82 net/netfilter/nf_conntrack_standalone.c 			   tuple->dst.u.icmp.type,
type               91 net/netfilter/nf_log.c 			if (rcu_access_pointer(loggers[i][logger->type])) {
type               97 net/netfilter/nf_log.c 			rcu_assign_pointer(loggers[i][logger->type], logger);
type               99 net/netfilter/nf_log.c 		if (rcu_access_pointer(loggers[pf][logger->type])) {
type              103 net/netfilter/nf_log.c 		rcu_assign_pointer(loggers[pf][logger->type], logger);
type              119 net/netfilter/nf_log.c 		log = nft_log_dereference(loggers[i][logger->type]);
type              121 net/netfilter/nf_log.c 			RCU_INIT_POINTER(loggers[i][logger->type], NULL);
type              154 net/netfilter/nf_log.c void nf_logger_request_module(int pf, enum nf_log_type type)
type              156 net/netfilter/nf_log.c 	if (loggers[pf][type] == NULL)
type              157 net/netfilter/nf_log.c 		request_module("nf-logger-%u-%u", pf, type);
type              161 net/netfilter/nf_log.c int nf_logger_find_get(int pf, enum nf_log_type type)
type              167 net/netfilter/nf_log.c 		ret = nf_logger_find_get(NFPROTO_IPV4, type);
type              171 net/netfilter/nf_log.c 		ret = nf_logger_find_get(NFPROTO_IPV6, type);
type              173 net/netfilter/nf_log.c 			nf_logger_put(NFPROTO_IPV4, type);
type              180 net/netfilter/nf_log.c 	if (rcu_access_pointer(loggers[pf][type]) == NULL)
type              181 net/netfilter/nf_log.c 		request_module("nf-logger-%u-%u", pf, type);
type              184 net/netfilter/nf_log.c 	logger = rcu_dereference(loggers[pf][type]);
type              196 net/netfilter/nf_log.c void nf_logger_put(int pf, enum nf_log_type type)
type              201 net/netfilter/nf_log.c 		nf_logger_put(NFPROTO_IPV4, type);
type              202 net/netfilter/nf_log.c 		nf_logger_put(NFPROTO_IPV6, type);
type              206 net/netfilter/nf_log.c 	BUG_ON(loggers[pf][type] == NULL);
type              209 net/netfilter/nf_log.c 	logger = rcu_dereference(loggers[pf][type]);
type              230 net/netfilter/nf_log.c 		logger = rcu_dereference(loggers[pf][loginfo->type]);
type               29 net/netfilter/nf_log_netdev.c 	.type		= NF_LOG_TYPE_LOG,
type              864 net/netfilter/nf_nat_core.c 	[CTA_PROTONAT_PORT_MIN]	= { .type = NLA_U16 },
type              865 net/netfilter/nf_nat_core.c 	[CTA_PROTONAT_PORT_MAX]	= { .type = NLA_U16 },
type              899 net/netfilter/nf_nat_core.c 	[CTA_NAT_V4_MINIP]	= { .type = NLA_U32 },
type              900 net/netfilter/nf_nat_core.c 	[CTA_NAT_V4_MAXIP]	= { .type = NLA_U32 },
type              903 net/netfilter/nf_nat_core.c 	[CTA_NAT_PROTO]		= { .type = NLA_NESTED },
type               33 net/netfilter/nf_nat_ftp.c static int nf_nat_ftp_fmt_cmd(struct nf_conn *ct, enum nf_ct_ftp_type type,
type               37 net/netfilter/nf_nat_ftp.c 	switch (type) {
type               65 net/netfilter/nf_nat_ftp.c 			       enum nf_ct_ftp_type type,
type               78 net/netfilter/nf_nat_ftp.c 	pr_debug("type %i, off %u len %u\n", type, matchoff, matchlen);
type              108 net/netfilter/nf_nat_ftp.c 	buflen = nf_nat_ftp_fmt_cmd(ct, type, buffer, sizeof(buffer),
type              234 net/netfilter/nf_nat_proto.c 	switch (hdr->type) {
type              582 net/netfilter/nf_nat_proto.c 	if (inside->icmp.type == ICMP_REDIRECT) {
type              130 net/netfilter/nf_nat_sip.c 			enum sip_header_types type)
type              138 net/netfilter/nf_nat_sip.c 	if (ct_sip_parse_header_uri(ct, *dptr, NULL, *datalen, type, NULL,
type              478 net/netfilter/nf_nat_sip.c 			     enum sdp_header_types type,
type              486 net/netfilter/nf_nat_sip.c 	if (ct_sip_get_sdp_header(ct, *dptr, sdpoff, *datalen, type, term,
type              497 net/netfilter/nf_nat_sip.c 				    enum sdp_header_types type,
type              508 net/netfilter/nf_nat_sip.c 			      sdpoff, type, term, buffer, buflen))
type              170 net/netfilter/nf_tables_api.c 	if (basechain->type->ops_register)
type              171 net/netfilter/nf_tables_api.c 		return basechain->type->ops_register(net, ops);
type              189 net/netfilter/nf_tables_api.c 	if (basechain->type->ops_unregister)
type              190 net/netfilter/nf_tables_api.c 		return basechain->type->ops_unregister(net, ops);
type              492 net/netfilter/nf_tables_api.c __nft_chain_type_get(u8 family, enum nft_chain_types type)
type              495 net/netfilter/nf_tables_api.c 	    type >= NFT_CHAIN_T_MAX)
type              498 net/netfilter/nf_tables_api.c 	return chain_type[family][type];
type              504 net/netfilter/nf_tables_api.c 	const struct nft_chain_type *type;
type              508 net/netfilter/nf_tables_api.c 		type = __nft_chain_type_get(family, i);
type              509 net/netfilter/nf_tables_api.c 		if (!type)
type              511 net/netfilter/nf_tables_api.c 		if (!nla_strcmp(nla, type->name))
type              512 net/netfilter/nf_tables_api.c 			return type;
type              570 net/netfilter/nf_tables_api.c 	const struct nft_chain_type *type;
type              572 net/netfilter/nf_tables_api.c 	type = __nf_tables_chain_type_lookup(nla, family);
type              573 net/netfilter/nf_tables_api.c 	if (type != NULL)
type              574 net/netfilter/nf_tables_api.c 		return type;
type              589 net/netfilter/nf_tables_api.c 	[NFTA_TABLE_NAME]	= { .type = NLA_STRING,
type              591 net/netfilter/nf_tables_api.c 	[NFTA_TABLE_FLAGS]	= { .type = NLA_U32 },
type              592 net/netfilter/nf_tables_api.c 	[NFTA_TABLE_HANDLE]	= { .type = NLA_U64 },
type             1121 net/netfilter/nf_tables_api.c 	if (WARN_ON(__nft_chain_type_get(ctype->family, ctype->type))) {
type             1125 net/netfilter/nf_tables_api.c 	chain_type[ctype->family][ctype->type] = ctype;
type             1133 net/netfilter/nf_tables_api.c 	chain_type[ctype->family][ctype->type] = NULL;
type             1198 net/netfilter/nf_tables_api.c 	[NFTA_CHAIN_TABLE]	= { .type = NLA_STRING,
type             1200 net/netfilter/nf_tables_api.c 	[NFTA_CHAIN_HANDLE]	= { .type = NLA_U64 },
type             1201 net/netfilter/nf_tables_api.c 	[NFTA_CHAIN_NAME]	= { .type = NLA_STRING,
type             1203 net/netfilter/nf_tables_api.c 	[NFTA_CHAIN_HOOK]	= { .type = NLA_NESTED },
type             1204 net/netfilter/nf_tables_api.c 	[NFTA_CHAIN_POLICY]	= { .type = NLA_U32 },
type             1205 net/netfilter/nf_tables_api.c 	[NFTA_CHAIN_TYPE]	= { .type = NLA_STRING,
type             1207 net/netfilter/nf_tables_api.c 	[NFTA_CHAIN_COUNTERS]	= { .type = NLA_NESTED },
type             1208 net/netfilter/nf_tables_api.c 	[NFTA_CHAIN_FLAGS]	= { .type = NLA_U32 },
type             1212 net/netfilter/nf_tables_api.c 	[NFTA_HOOK_HOOKNUM]	= { .type = NLA_U32 },
type             1213 net/netfilter/nf_tables_api.c 	[NFTA_HOOK_PRIORITY]	= { .type = NLA_U32 },
type             1214 net/netfilter/nf_tables_api.c 	[NFTA_HOOK_DEV]		= { .type = NLA_STRING,
type             1305 net/netfilter/nf_tables_api.c 		if (nla_put_string(skb, NFTA_CHAIN_TYPE, basechain->type->name))
type             1456 net/netfilter/nf_tables_api.c 	[NFTA_COUNTER_PACKETS]	= { .type = NLA_U64 },
type             1457 net/netfilter/nf_tables_api.c 	[NFTA_COUNTER_BYTES]	= { .type = NLA_U64 },
type             1532 net/netfilter/nf_tables_api.c 		module_put(basechain->type->owner);
type             1548 net/netfilter/nf_tables_api.c 	const struct nft_chain_type	*type;
type             1558 net/netfilter/nf_tables_api.c 	const struct nft_chain_type *type;
type             1578 net/netfilter/nf_tables_api.c 	type = __nft_chain_type_get(family, NFT_CHAIN_T_DEFAULT);
type             1579 net/netfilter/nf_tables_api.c 	if (!type)
type             1583 net/netfilter/nf_tables_api.c 		type = nf_tables_chain_type_lookup(net, nla[NFTA_CHAIN_TYPE],
type             1585 net/netfilter/nf_tables_api.c 		if (IS_ERR(type))
type             1586 net/netfilter/nf_tables_api.c 			return PTR_ERR(type);
type             1588 net/netfilter/nf_tables_api.c 	if (hook->num > NF_MAX_HOOKS || !(type->hook_mask & (1 << hook->num)))
type             1591 net/netfilter/nf_tables_api.c 	if (type->type == NFT_CHAIN_T_NAT &&
type             1595 net/netfilter/nf_tables_api.c 	if (!try_module_get(type->owner))
type             1598 net/netfilter/nf_tables_api.c 	hook->type = type;
type             1605 net/netfilter/nf_tables_api.c 			module_put(type->owner);
type             1612 net/netfilter/nf_tables_api.c 			module_put(type->owner);
type             1617 net/netfilter/nf_tables_api.c 		module_put(type->owner);
type             1626 net/netfilter/nf_tables_api.c 	module_put(hook->type->owner);
type             1694 net/netfilter/nf_tables_api.c 		basechain->type = hook.type;
type             1702 net/netfilter/nf_tables_api.c 		ops->hook	= hook.type->hooks[ops->hooknum];
type             1797 net/netfilter/nf_tables_api.c 		if (basechain->type != hook.type) {
type             2044 net/netfilter/nf_tables_api.c int nft_register_expr(struct nft_expr_type *type)
type             2047 net/netfilter/nf_tables_api.c 	if (type->family == NFPROTO_UNSPEC)
type             2048 net/netfilter/nf_tables_api.c 		list_add_tail_rcu(&type->list, &nf_tables_expressions);
type             2050 net/netfilter/nf_tables_api.c 		list_add_rcu(&type->list, &nf_tables_expressions);
type             2062 net/netfilter/nf_tables_api.c void nft_unregister_expr(struct nft_expr_type *type)
type             2065 net/netfilter/nf_tables_api.c 	list_del_rcu(&type->list);
type             2073 net/netfilter/nf_tables_api.c 	const struct nft_expr_type *type, *candidate = NULL;
type             2075 net/netfilter/nf_tables_api.c 	list_for_each_entry(type, &nf_tables_expressions, list) {
type             2076 net/netfilter/nf_tables_api.c 		if (!nla_strcmp(nla, type->name)) {
type             2077 net/netfilter/nf_tables_api.c 			if (!type->family && !candidate)
type             2078 net/netfilter/nf_tables_api.c 				candidate = type;
type             2079 net/netfilter/nf_tables_api.c 			else if (type->family == family)
type             2080 net/netfilter/nf_tables_api.c 				candidate = type;
type             2102 net/netfilter/nf_tables_api.c 	const struct nft_expr_type *type;
type             2107 net/netfilter/nf_tables_api.c 	type = __nft_expr_type_get(family, nla);
type             2108 net/netfilter/nf_tables_api.c 	if (type != NULL && try_module_get(type->owner))
type             2109 net/netfilter/nf_tables_api.c 		return type;
type             2113 net/netfilter/nf_tables_api.c 	if (type == NULL) {
type             2127 net/netfilter/nf_tables_api.c 	[NFTA_EXPR_NAME]	= { .type = NLA_STRING,
type             2129 net/netfilter/nf_tables_api.c 	[NFTA_EXPR_DATA]	= { .type = NLA_NESTED },
type             2135 net/netfilter/nf_tables_api.c 	if (nla_put_string(skb, NFTA_EXPR_NAME, expr->ops->type->name))
type             2180 net/netfilter/nf_tables_api.c 	const struct nft_expr_type *type;
type             2190 net/netfilter/nf_tables_api.c 	type = nft_expr_type_get(ctx->net, ctx->family, tb[NFTA_EXPR_NAME]);
type             2191 net/netfilter/nf_tables_api.c 	if (IS_ERR(type))
type             2192 net/netfilter/nf_tables_api.c 		return PTR_ERR(type);
type             2195 net/netfilter/nf_tables_api.c 		err = nla_parse_nested_deprecated(info->tb, type->maxattr,
type             2197 net/netfilter/nf_tables_api.c 						  type->policy, NULL);
type             2201 net/netfilter/nf_tables_api.c 		memset(info->tb, 0, sizeof(info->tb[0]) * (type->maxattr + 1));
type             2203 net/netfilter/nf_tables_api.c 	if (type->select_ops != NULL) {
type             2204 net/netfilter/nf_tables_api.c 		ops = type->select_ops(ctx,
type             2218 net/netfilter/nf_tables_api.c 		ops = type->ops;
type             2224 net/netfilter/nf_tables_api.c 	module_put(type->owner);
type             2251 net/netfilter/nf_tables_api.c 	const struct nft_expr_type *type = expr->ops->type;
type             2255 net/netfilter/nf_tables_api.c 	module_put(type->owner);
type             2283 net/netfilter/nf_tables_api.c 	owner = info.ops->type->owner;
type             2284 net/netfilter/nf_tables_api.c 	if (info.ops->type->release_ops)
type             2285 net/netfilter/nf_tables_api.c 		info.ops->type->release_ops(info.ops);
type             2326 net/netfilter/nf_tables_api.c 	[NFTA_RULE_TABLE]	= { .type = NLA_STRING,
type             2328 net/netfilter/nf_tables_api.c 	[NFTA_RULE_CHAIN]	= { .type = NLA_STRING,
type             2330 net/netfilter/nf_tables_api.c 	[NFTA_RULE_HANDLE]	= { .type = NLA_U64 },
type             2331 net/netfilter/nf_tables_api.c 	[NFTA_RULE_EXPRESSIONS]	= { .type = NLA_NESTED },
type             2332 net/netfilter/nf_tables_api.c 	[NFTA_RULE_COMPAT]	= { .type = NLA_NESTED },
type             2333 net/netfilter/nf_tables_api.c 	[NFTA_RULE_POSITION]	= { .type = NLA_U64 },
type             2334 net/netfilter/nf_tables_api.c 	[NFTA_RULE_USERDATA]	= { .type = NLA_BINARY,
type             2336 net/netfilter/nf_tables_api.c 	[NFTA_RULE_ID]		= { .type = NLA_U32 },
type             2337 net/netfilter/nf_tables_api.c 	[NFTA_RULE_POSITION_ID]	= { .type = NLA_U32 },
type             2352 net/netfilter/nf_tables_api.c 	u16 type = nfnl_msg_type(NFNL_SUBSYS_NFTABLES, event);
type             2354 net/netfilter/nf_tables_api.c 	nlh = nlmsg_put(skb, portid, seq, type, sizeof(struct nfgenmsg), flags);
type             2908 net/netfilter/nf_tables_api.c 			module_put(info[i].ops->type->owner);
type             2909 net/netfilter/nf_tables_api.c 			if (info[i].ops->type->release_ops)
type             2910 net/netfilter/nf_tables_api.c 				info[i].ops->type->release_ops(info[i].ops);
type             3004 net/netfilter/nf_tables_api.c int nft_register_set(struct nft_set_type *type)
type             3007 net/netfilter/nf_tables_api.c 	list_add_tail_rcu(&type->list, &nf_tables_set_types);
type             3013 net/netfilter/nf_tables_api.c void nft_unregister_set(struct nft_set_type *type)
type             3016 net/netfilter/nf_tables_api.c 	list_del_rcu(&type->list);
type             3025 net/netfilter/nf_tables_api.c static bool nft_set_ops_candidate(const struct nft_set_type *type, u32 flags)
type             3027 net/netfilter/nf_tables_api.c 	return (flags & type->features) == (flags & NFT_SET_FEATURES);
type             3043 net/netfilter/nf_tables_api.c 	const struct nft_set_type *type;
type             3062 net/netfilter/nf_tables_api.c 	list_for_each_entry(type, &nf_tables_set_types, list) {
type             3063 net/netfilter/nf_tables_api.c 		ops = &type->ops;
type             3065 net/netfilter/nf_tables_api.c 		if (!nft_set_ops_candidate(type, flags))
type             3093 net/netfilter/nf_tables_api.c 		if (!try_module_get(type->owner))
type             3109 net/netfilter/nf_tables_api.c 	[NFTA_SET_TABLE]		= { .type = NLA_STRING,
type             3111 net/netfilter/nf_tables_api.c 	[NFTA_SET_NAME]			= { .type = NLA_STRING,
type             3113 net/netfilter/nf_tables_api.c 	[NFTA_SET_FLAGS]		= { .type = NLA_U32 },
type             3114 net/netfilter/nf_tables_api.c 	[NFTA_SET_KEY_TYPE]		= { .type = NLA_U32 },
type             3115 net/netfilter/nf_tables_api.c 	[NFTA_SET_KEY_LEN]		= { .type = NLA_U32 },
type             3116 net/netfilter/nf_tables_api.c 	[NFTA_SET_DATA_TYPE]		= { .type = NLA_U32 },
type             3117 net/netfilter/nf_tables_api.c 	[NFTA_SET_DATA_LEN]		= { .type = NLA_U32 },
type             3118 net/netfilter/nf_tables_api.c 	[NFTA_SET_POLICY]		= { .type = NLA_U32 },
type             3119 net/netfilter/nf_tables_api.c 	[NFTA_SET_DESC]			= { .type = NLA_NESTED },
type             3120 net/netfilter/nf_tables_api.c 	[NFTA_SET_ID]			= { .type = NLA_U32 },
type             3121 net/netfilter/nf_tables_api.c 	[NFTA_SET_TIMEOUT]		= { .type = NLA_U64 },
type             3122 net/netfilter/nf_tables_api.c 	[NFTA_SET_GC_INTERVAL]		= { .type = NLA_U32 },
type             3123 net/netfilter/nf_tables_api.c 	[NFTA_SET_USERDATA]		= { .type = NLA_BINARY,
type             3125 net/netfilter/nf_tables_api.c 	[NFTA_SET_OBJ_TYPE]		= { .type = NLA_U32 },
type             3126 net/netfilter/nf_tables_api.c 	[NFTA_SET_HANDLE]		= { .type = NLA_U64 },
type             3130 net/netfilter/nf_tables_api.c 	[NFTA_SET_DESC_SIZE]		= { .type = NLA_U32 },
type             3963 net/netfilter/nf_tables_api.c 	[NFTA_SET_ELEM_KEY]		= { .type = NLA_NESTED },
type             3964 net/netfilter/nf_tables_api.c 	[NFTA_SET_ELEM_DATA]		= { .type = NLA_NESTED },
type             3965 net/netfilter/nf_tables_api.c 	[NFTA_SET_ELEM_FLAGS]		= { .type = NLA_U32 },
type             3966 net/netfilter/nf_tables_api.c 	[NFTA_SET_ELEM_TIMEOUT]		= { .type = NLA_U64 },
type             3967 net/netfilter/nf_tables_api.c 	[NFTA_SET_ELEM_EXPIRATION]	= { .type = NLA_U64 },
type             3968 net/netfilter/nf_tables_api.c 	[NFTA_SET_ELEM_USERDATA]	= { .type = NLA_BINARY,
type             3970 net/netfilter/nf_tables_api.c 	[NFTA_SET_ELEM_EXPR]		= { .type = NLA_NESTED },
type             3971 net/netfilter/nf_tables_api.c 	[NFTA_SET_ELEM_OBJREF]		= { .type = NLA_STRING,
type             3976 net/netfilter/nf_tables_api.c 	[NFTA_SET_ELEM_LIST_TABLE]	= { .type = NLA_STRING,
type             3978 net/netfilter/nf_tables_api.c 	[NFTA_SET_ELEM_LIST_SET]	= { .type = NLA_STRING,
type             3980 net/netfilter/nf_tables_api.c 	[NFTA_SET_ELEM_LIST_ELEMENTS]	= { .type = NLA_NESTED },
type             3981 net/netfilter/nf_tables_api.c 	[NFTA_SET_ELEM_LIST_SET_ID]	= { .type = NLA_U32 },
type             4293 net/netfilter/nf_tables_api.c 	if (desc.type != NFT_DATA_VALUE || desc.len != set->klen) {
type             4294 net/netfilter/nf_tables_api.c 		nft_data_release(&elem.key.val, desc.type);
type             4467 net/netfilter/nf_tables_api.c 			module_put(expr->ops->type->owner);
type             4573 net/netfilter/nf_tables_api.c 	if (d1.type != NFT_DATA_VALUE || d1.len != set->klen)
type             4622 net/netfilter/nf_tables_api.c 							  d2.type, d2.len);
type             4626 net/netfilter/nf_tables_api.c 			if (d2.type == NFT_DATA_VERDICT &&
type             4716 net/netfilter/nf_tables_api.c 		nft_data_release(&data, d2.type);
type             4718 net/netfilter/nf_tables_api.c 	nft_data_release(&elem.key.val, d1.type);
type             4773 net/netfilter/nf_tables_api.c void nft_data_hold(const struct nft_data *data, enum nft_data_types type)
type             4775 net/netfilter/nf_tables_api.c 	if (type == NFT_DATA_VERDICT) {
type             4845 net/netfilter/nf_tables_api.c 	if (desc.type != NFT_DATA_VALUE || desc.len != set->klen)
type             4885 net/netfilter/nf_tables_api.c 	nft_data_release(&elem.key.val, desc.type);
type             5000 net/netfilter/nf_tables_api.c 	if (obj_type->type == NFT_OBJECT_UNSPEC)
type             5046 net/netfilter/nf_tables_api.c 		if (objtype == obj->ops->type->type &&
type             5066 net/netfilter/nf_tables_api.c 		    objtype == obj->ops->type->type &&
type             5074 net/netfilter/nf_tables_api.c 	[NFTA_OBJ_TABLE]	= { .type = NLA_STRING,
type             5076 net/netfilter/nf_tables_api.c 	[NFTA_OBJ_NAME]		= { .type = NLA_STRING,
type             5078 net/netfilter/nf_tables_api.c 	[NFTA_OBJ_TYPE]		= { .type = NLA_U32 },
type             5079 net/netfilter/nf_tables_api.c 	[NFTA_OBJ_DATA]		= { .type = NLA_NESTED },
type             5080 net/netfilter/nf_tables_api.c 	[NFTA_OBJ_HANDLE]	= { .type = NLA_U64},
type             5084 net/netfilter/nf_tables_api.c 				       const struct nft_object_type *type,
type             5092 net/netfilter/nf_tables_api.c 	tb = kmalloc_array(type->maxattr + 1, sizeof(*tb), GFP_KERNEL);
type             5097 net/netfilter/nf_tables_api.c 		err = nla_parse_nested_deprecated(tb, type->maxattr, attr,
type             5098 net/netfilter/nf_tables_api.c 						  type->policy, NULL);
type             5102 net/netfilter/nf_tables_api.c 		memset(tb, 0, sizeof(tb[0]) * (type->maxattr + 1));
type             5105 net/netfilter/nf_tables_api.c 	if (type->select_ops) {
type             5106 net/netfilter/nf_tables_api.c 		ops = type->select_ops(ctx, (const struct nlattr * const *)tb);
type             5112 net/netfilter/nf_tables_api.c 		ops = type->ops;
type             5155 net/netfilter/nf_tables_api.c 	const struct nft_object_type *type;
type             5157 net/netfilter/nf_tables_api.c 	list_for_each_entry(type, &nf_tables_objects, list) {
type             5158 net/netfilter/nf_tables_api.c 		if (objtype == type->type)
type             5159 net/netfilter/nf_tables_api.c 			return type;
type             5167 net/netfilter/nf_tables_api.c 	const struct nft_object_type *type;
type             5169 net/netfilter/nf_tables_api.c 	type = __nft_obj_type_get(objtype);
type             5170 net/netfilter/nf_tables_api.c 	if (type != NULL && try_module_get(type->owner))
type             5171 net/netfilter/nf_tables_api.c 		return type;
type             5175 net/netfilter/nf_tables_api.c 	if (type == NULL) {
type             5184 net/netfilter/nf_tables_api.c 			    const struct nft_object_type *type,
type             5197 net/netfilter/nf_tables_api.c 	newobj = nft_obj_init(ctx, type, attr);
type             5221 net/netfilter/nf_tables_api.c 	const struct nft_object_type *type;
type             5257 net/netfilter/nf_tables_api.c 		type = __nft_obj_type_get(objtype);
type             5260 net/netfilter/nf_tables_api.c 		return nf_tables_updobj(&ctx, type, nla[NFTA_OBJ_DATA], obj);
type             5265 net/netfilter/nf_tables_api.c 	type = nft_obj_type_get(net, objtype);
type             5266 net/netfilter/nf_tables_api.c 	if (IS_ERR(type))
type             5267 net/netfilter/nf_tables_api.c 		return PTR_ERR(type);
type             5269 net/netfilter/nf_tables_api.c 	obj = nft_obj_init(&ctx, type, nla[NFTA_OBJ_DATA]);
type             5306 net/netfilter/nf_tables_api.c 	module_put(type->owner);
type             5330 net/netfilter/nf_tables_api.c 	    nla_put_be32(skb, NFTA_OBJ_TYPE, htonl(obj->ops->type->type)) ||
type             5347 net/netfilter/nf_tables_api.c 	u32		type;
type             5383 net/netfilter/nf_tables_api.c 			    filter->type != NFT_OBJECT_UNSPEC &&
type             5384 net/netfilter/nf_tables_api.c 			    obj->ops->type->type != filter->type)
type             5426 net/netfilter/nf_tables_api.c 			filter->type = ntohl(nla_get_be32(nla[NFTA_OBJ_TYPE]));
type             5514 net/netfilter/nf_tables_api.c 	module_put(obj->ops->type->owner);
type             5605 net/netfilter/nf_tables_api.c void nft_register_flowtable_type(struct nf_flowtable_type *type)
type             5608 net/netfilter/nf_tables_api.c 	list_add_tail_rcu(&type->list, &nf_tables_flowtables);
type             5613 net/netfilter/nf_tables_api.c void nft_unregister_flowtable_type(struct nf_flowtable_type *type)
type             5616 net/netfilter/nf_tables_api.c 	list_del_rcu(&type->list);
type             5622 net/netfilter/nf_tables_api.c 	[NFTA_FLOWTABLE_TABLE]		= { .type = NLA_STRING,
type             5624 net/netfilter/nf_tables_api.c 	[NFTA_FLOWTABLE_NAME]		= { .type = NLA_STRING,
type             5626 net/netfilter/nf_tables_api.c 	[NFTA_FLOWTABLE_HOOK]		= { .type = NLA_NESTED },
type             5627 net/netfilter/nf_tables_api.c 	[NFTA_FLOWTABLE_HANDLE]		= { .type = NLA_U64 },
type             5712 net/netfilter/nf_tables_api.c 	[NFTA_FLOWTABLE_HOOK_NUM]	= { .type = NLA_U32 },
type             5713 net/netfilter/nf_tables_api.c 	[NFTA_FLOWTABLE_HOOK_PRIORITY]	= { .type = NLA_U32 },
type             5714 net/netfilter/nf_tables_api.c 	[NFTA_FLOWTABLE_HOOK_DEVS]	= { .type = NLA_NESTED },
type             5762 net/netfilter/nf_tables_api.c 		flowtable->ops[i].hook		= flowtable->data.type->hook;
type             5771 net/netfilter/nf_tables_api.c 	const struct nf_flowtable_type *type;
type             5773 net/netfilter/nf_tables_api.c 	list_for_each_entry(type, &nf_tables_flowtables, list) {
type             5774 net/netfilter/nf_tables_api.c 		if (family == type->family)
type             5775 net/netfilter/nf_tables_api.c 			return type;
type             5783 net/netfilter/nf_tables_api.c 	const struct nf_flowtable_type *type;
type             5785 net/netfilter/nf_tables_api.c 	type = __nft_flowtable_type_get(family);
type             5786 net/netfilter/nf_tables_api.c 	if (type != NULL && try_module_get(type->owner))
type             5787 net/netfilter/nf_tables_api.c 		return type;
type             5791 net/netfilter/nf_tables_api.c 	if (type == NULL) {
type             5819 net/netfilter/nf_tables_api.c 	const struct nf_flowtable_type *type;
type             5871 net/netfilter/nf_tables_api.c 	type = nft_flowtable_type_get(net, family);
type             5872 net/netfilter/nf_tables_api.c 	if (IS_ERR(type)) {
type             5873 net/netfilter/nf_tables_api.c 		err = PTR_ERR(type);
type             5877 net/netfilter/nf_tables_api.c 	flowtable->data.type = type;
type             5878 net/netfilter/nf_tables_api.c 	err = type->init(&flowtable->data);
type             5925 net/netfilter/nf_tables_api.c 	flowtable->data.type->free(&flowtable->data);
type             5927 net/netfilter/nf_tables_api.c 	module_put(type->owner);
type             6218 net/netfilter/nf_tables_api.c 	flowtable->data.type->free(&flowtable->data);
type             6219 net/netfilter/nf_tables_api.c 	module_put(flowtable->data.type->owner);
type             7185 net/netfilter/nf_tables_api.c 				  enum nft_chain_types type)
type             7191 net/netfilter/nf_tables_api.c 		if (basechain->type->type != type)
type             7268 net/netfilter/nf_tables_api.c 			if (strcmp(expr->ops->type->name, "immediate"))
type             7425 net/netfilter/nf_tables_api.c 				enum nft_data_types type, unsigned int len)
type             7431 net/netfilter/nf_tables_api.c 		if (type != NFT_DATA_VERDICT)
type             7452 net/netfilter/nf_tables_api.c 		if (data != NULL && type != NFT_DATA_VALUE)
type             7460 net/netfilter/nf_tables_api.c 	[NFTA_VERDICT_CODE]	= { .type = NLA_U32 },
type             7461 net/netfilter/nf_tables_api.c 	[NFTA_VERDICT_CHAIN]	= { .type = NLA_STRING,
type             7514 net/netfilter/nf_tables_api.c 	desc->type = NFT_DATA_VERDICT;
type             7528 net/netfilter/nf_tables_api.c int nft_verdict_dump(struct sk_buff *skb, int type, const struct nft_verdict *v)
type             7532 net/netfilter/nf_tables_api.c 	nest = nla_nest_start_noflag(skb, type);
type             7566 net/netfilter/nf_tables_api.c 	desc->type = NFT_DATA_VALUE;
type             7578 net/netfilter/nf_tables_api.c 	[NFTA_DATA_VALUE]	= { .type = NLA_BINARY },
type             7579 net/netfilter/nf_tables_api.c 	[NFTA_DATA_VERDICT]	= { .type = NLA_NESTED },
type             7627 net/netfilter/nf_tables_api.c void nft_data_release(const struct nft_data *data, enum nft_data_types type)
type             7629 net/netfilter/nf_tables_api.c 	if (type < NFT_DATA_VERDICT)
type             7631 net/netfilter/nf_tables_api.c 	switch (type) {
type             7641 net/netfilter/nf_tables_api.c 		  enum nft_data_types type, unsigned int len)
type             7650 net/netfilter/nf_tables_api.c 	switch (type) {
type               26 net/netfilter/nf_tables_core.c 					enum nft_trace_types type)
type               34 net/netfilter/nf_tables_core.c 	info->type = type;
type               42 net/netfilter/nf_tables_core.c 				    enum nft_trace_types type)
type               46 net/netfilter/nf_tables_core.c 		__nft_trace_packet(info, chain, type);
type               62 net/netfilter/nf_tables_offload.c 	ctx->dep.type = NFT_OFFLOAD_DEP_UNSPEC;
type              106 net/netfilter/nf_tables_offload.c 				enum nft_offload_dep_type type)
type              108 net/netfilter/nf_tables_offload.c 	ctx->dep.type = type;
type              114 net/netfilter/nf_tables_offload.c 	switch (ctx->dep.type) {
type              126 net/netfilter/nf_tables_offload.c 	ctx->dep.type = NFT_OFFLOAD_DEP_UNSPEC;
type              139 net/netfilter/nf_tables_offload.c 			     enum tc_setup_type type, void *type_data)
type              145 net/netfilter/nf_tables_offload.c 		err = block_cb->cb(type, type_data, block_cb->cb_priv);
type               44 net/netfilter/nf_tables_trace.c static int trace_fill_header(struct sk_buff *nlskb, u16 type,
type               53 net/netfilter/nf_tables_trace.c 	nla = nla_reserve(nlskb, type, len);
type               92 net/netfilter/nf_tables_trace.c 				 htons(indev->type)))
type              102 net/netfilter/nf_tables_trace.c 				 htons(outdev->type)))
type              153 net/netfilter/nf_tables_trace.c 	if (info->type == NFT_TRACETYPE_RETURN &&
type              164 net/netfilter/nf_tables_trace.c 	switch (info->type) {
type              227 net/netfilter/nf_tables_trace.c 	nfmsg->nfgen_family	= info->basechain->type->family;
type              234 net/netfilter/nf_tables_trace.c 	if (nla_put_be32(skb, NFTA_TRACE_TYPE, htonl(info->type)))
type              249 net/netfilter/nf_tables_trace.c 	switch (info->type) {
type              111 net/netfilter/nfnetlink.c static inline const struct nfnetlink_subsystem *nfnetlink_get_subsys(u16 type)
type              113 net/netfilter/nfnetlink.c 	u8 subsys_id = NFNL_SUBSYS_ID(type);
type              122 net/netfilter/nfnetlink.c nfnetlink_find_client(u16 type, const struct nfnetlink_subsystem *ss)
type              124 net/netfilter/nfnetlink.c 	u8 cb_id = NFNL_MSG_TYPE(type);
type              165 net/netfilter/nfnetlink.c 	int type, err;
type              171 net/netfilter/nfnetlink.c 	type = nlh->nlmsg_type;
type              174 net/netfilter/nfnetlink.c 	ss = nfnetlink_get_subsys(type);
type              178 net/netfilter/nfnetlink.c 		request_module("nfnetlink-subsys-%d", NFNL_SUBSYS_ID(type));
type              180 net/netfilter/nfnetlink.c 		ss = nfnetlink_get_subsys(type);
type              189 net/netfilter/nfnetlink.c 	nc = nfnetlink_find_client(type, ss);
type              201 net/netfilter/nfnetlink.c 		__u8 subsys_id = NFNL_SUBSYS_ID(type);
type              226 net/netfilter/nfnetlink.c 			    nfnetlink_find_client(type, ss) != nc)
type              357 net/netfilter/nfnetlink.c 		int msglen, type;
type              384 net/netfilter/nfnetlink.c 		type = nlh->nlmsg_type;
type              385 net/netfilter/nfnetlink.c 		if (type == NFNL_MSG_BATCH_BEGIN) {
type              390 net/netfilter/nfnetlink.c 		} else if (type == NFNL_MSG_BATCH_END) {
type              393 net/netfilter/nfnetlink.c 		} else if (type < NLMSG_MIN_TYPE) {
type              401 net/netfilter/nfnetlink.c 		if (NFNL_SUBSYS_ID(type) != subsys_id) {
type              406 net/netfilter/nfnetlink.c 		nc = nfnetlink_find_client(type, ss);
type              505 net/netfilter/nfnetlink.c 	[NFNL_BATCH_GENID]	= { .type = NLA_U32 },
type              570 net/netfilter/nfnetlink.c 	int type;
type              575 net/netfilter/nfnetlink.c 	type = nfnl_group2type[group];
type              578 net/netfilter/nfnetlink.c 	ss = nfnetlink_get_subsys(type << 8);
type              581 net/netfilter/nfnetlink.c 		request_module_nowait("nfnetlink-subsys-%d", type);
type              131 net/netfilter/nfnetlink_acct.c nfnl_acct_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type,
type              154 net/netfilter/nfnetlink_acct.c 	if (type == NFNL_MSG_ACCT_GET_CTRZERO) {
type              234 net/netfilter/nfnetlink_acct.c 	[NFACCT_FILTER_MASK]	= { .type = NLA_U32 },
type              235 net/netfilter/nfnetlink_acct.c 	[NFACCT_FILTER_VALUE]	= { .type = NLA_U32 },
type              371 net/netfilter/nfnetlink_acct.c 	[NFACCT_NAME] = { .type = NLA_NUL_STRING, .len = NFACCT_NAME_MAX-1 },
type              372 net/netfilter/nfnetlink_acct.c 	[NFACCT_BYTES] = { .type = NLA_U64 },
type              373 net/netfilter/nfnetlink_acct.c 	[NFACCT_PKTS] = { .type = NLA_U64 },
type              374 net/netfilter/nfnetlink_acct.c 	[NFACCT_FLAGS] = { .type = NLA_U32 },
type              375 net/netfilter/nfnetlink_acct.c 	[NFACCT_QUOTA] = { .type = NLA_U64 },
type              376 net/netfilter/nfnetlink_acct.c 	[NFACCT_FILTER] = {.type = NLA_NESTED },
type               67 net/netfilter/nfnetlink_cthelper.c 	[NFCTH_TUPLE_L3PROTONUM] = { .type = NLA_U16, },
type               68 net/netfilter/nfnetlink_cthelper.c 	[NFCTH_TUPLE_L4PROTONUM] = { .type = NLA_U8, },
type              126 net/netfilter/nfnetlink_cthelper.c 	[NFCTH_POLICY_NAME] = { .type = NLA_NUL_STRING,
type              128 net/netfilter/nfnetlink_cthelper.c 	[NFCTH_POLICY_EXPECT_MAX] = { .type = NLA_U32, },
type              129 net/netfilter/nfnetlink_cthelper.c 	[NFCTH_POLICY_EXPECT_TIMEOUT] = { .type = NLA_U32, },
type              164 net/netfilter/nfnetlink_cthelper.c 	[NFCTH_POLICY_SET_NUM] = { .type = NLA_U32, },
type              525 net/netfilter/nfnetlink_cthelper.c nfnl_cthelper_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type,
type              743 net/netfilter/nfnetlink_cthelper.c 	[NFCTH_NAME] = { .type = NLA_NUL_STRING,
type              745 net/netfilter/nfnetlink_cthelper.c 	[NFCTH_QUEUE_NUM] = { .type = NLA_U32, },
type              746 net/netfilter/nfnetlink_cthelper.c 	[NFCTH_PRIV_DATA_LEN] = { .type = NLA_U32, },
type              747 net/netfilter/nfnetlink_cthelper.c 	[NFCTH_STATUS] = { .type = NLA_U32, },
type               38 net/netfilter/nfnetlink_cttimeout.c 	[CTA_TIMEOUT_NAME]	= { .type = NLA_NUL_STRING,
type               40 net/netfilter/nfnetlink_cttimeout.c 	[CTA_TIMEOUT_L3PROTO]	= { .type = NLA_U16 },
type               41 net/netfilter/nfnetlink_cttimeout.c 	[CTA_TIMEOUT_L4PROTO]	= { .type = NLA_U8 },
type               42 net/netfilter/nfnetlink_cttimeout.c 	[CTA_TIMEOUT_DATA]	= { .type = NLA_NESTED },
type              159 net/netfilter/nfnetlink_cttimeout.c ctnl_timeout_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type,
type              380 net/netfilter/nfnetlink_cttimeout.c 			    u32 seq, u32 type, int event, u16 l3num,
type              575 net/netfilter/nfnetlink_log.c 		if (nla_put_be16(inst->skb, NFULA_HWTYPE, htons(skb->dev->type)) ||
type              582 net/netfilter/nfnetlink_log.c 		if (skb->dev->type == ARPHRD_SIT)
type              662 net/netfilter/nfnetlink_log.c 	.type =		NF_LOG_TYPE_ULOG,
type              694 net/netfilter/nfnetlink_log.c 	if (li_user && li_user->type == NF_LOG_TYPE_ULOG)
type              858 net/netfilter/nfnetlink_log.c 	.type	= NF_LOG_TYPE_ULOG,
type              866 net/netfilter/nfnetlink_log.c 	[NFULA_CFG_TIMEOUT]	= { .type = NLA_U32 },
type              867 net/netfilter/nfnetlink_log.c 	[NFULA_CFG_QTHRESH]	= { .type = NLA_U32 },
type              868 net/netfilter/nfnetlink_log.c 	[NFULA_CFG_NLBUFSIZ]	= { .type = NLA_U32 },
type              869 net/netfilter/nfnetlink_log.c 	[NFULA_CFG_FLAGS]	= { .type = NLA_U16 },
type             1005 net/netfilter/nfnetlink_queue.c 	[NFQA_VLAN_TCI]		= { .type = NLA_U16},
type             1006 net/netfilter/nfnetlink_queue.c 	[NFQA_VLAN_PROTO]	= { .type = NLA_U16},
type             1011 net/netfilter/nfnetlink_queue.c 	[NFQA_MARK]		= { .type = NLA_U32 },
type             1012 net/netfilter/nfnetlink_queue.c 	[NFQA_PAYLOAD]		= { .type = NLA_UNSPEC },
type             1013 net/netfilter/nfnetlink_queue.c 	[NFQA_CT]		= { .type = NLA_UNSPEC },
type             1014 net/netfilter/nfnetlink_queue.c 	[NFQA_EXP]		= { .type = NLA_UNSPEC },
type             1015 net/netfilter/nfnetlink_queue.c 	[NFQA_VLAN]		= { .type = NLA_NESTED },
type             1020 net/netfilter/nfnetlink_queue.c 	[NFQA_MARK]		= { .type = NLA_U32 },
type             1244 net/netfilter/nfnetlink_queue.c 	[NFQA_CFG_QUEUE_MAXLEN]	= { .type = NLA_U32 },
type             1245 net/netfilter/nfnetlink_queue.c 	[NFQA_CFG_MASK]		= { .type = NLA_U32 },
type             1246 net/netfilter/nfnetlink_queue.c 	[NFQA_CFG_FLAGS]	= { .type = NLA_U32 },
type               39 net/netfilter/nft_bitwise.c 	[NFTA_BITWISE_SREG]	= { .type = NLA_U32 },
type               40 net/netfilter/nft_bitwise.c 	[NFTA_BITWISE_DREG]	= { .type = NLA_U32 },
type               41 net/netfilter/nft_bitwise.c 	[NFTA_BITWISE_LEN]	= { .type = NLA_U32 },
type               42 net/netfilter/nft_bitwise.c 	[NFTA_BITWISE_MASK]	= { .type = NLA_NESTED },
type               43 net/netfilter/nft_bitwise.c 	[NFTA_BITWISE_XOR]	= { .type = NLA_NESTED },
type               83 net/netfilter/nft_bitwise.c 	if (d1.type != NFT_DATA_VALUE || d1.len != priv->len) {
type               92 net/netfilter/nft_bitwise.c 	if (d2.type != NFT_DATA_VALUE || d2.len != priv->len) {
type               99 net/netfilter/nft_bitwise.c 	nft_data_release(&priv->xor, d2.type);
type              101 net/netfilter/nft_bitwise.c 	nft_data_release(&priv->mask, d1.type);
type              149 net/netfilter/nft_bitwise.c 	.type		= &nft_bitwise_type,
type               88 net/netfilter/nft_byteorder.c 	[NFTA_BYTEORDER_SREG]	= { .type = NLA_U32 },
type               89 net/netfilter/nft_byteorder.c 	[NFTA_BYTEORDER_DREG]	= { .type = NLA_U32 },
type               90 net/netfilter/nft_byteorder.c 	[NFTA_BYTEORDER_OP]	= { .type = NLA_U32 },
type               91 net/netfilter/nft_byteorder.c 	[NFTA_BYTEORDER_LEN]	= { .type = NLA_U32 },
type               92 net/netfilter/nft_byteorder.c 	[NFTA_BYTEORDER_SIZE]	= { .type = NLA_U32 },
type              171 net/netfilter/nft_byteorder.c 	.type		= &nft_byteorder_type,
type               28 net/netfilter/nft_chain_filter.c 	.type		= NFT_CHAIN_T_DEFAULT,
type               72 net/netfilter/nft_chain_filter.c 	.type		= NFT_CHAIN_T_DEFAULT,
type              112 net/netfilter/nft_chain_filter.c 	.type		= NFT_CHAIN_T_DEFAULT,
type              166 net/netfilter/nft_chain_filter.c 	.type		= NFT_CHAIN_T_DEFAULT,
type              223 net/netfilter/nft_chain_filter.c 	.type		= NFT_CHAIN_T_DEFAULT,
type              278 net/netfilter/nft_chain_filter.c 	.type		= NFT_CHAIN_T_DEFAULT,
type               38 net/netfilter/nft_chain_nat.c 	.type		= NFT_CHAIN_T_NAT,
type               59 net/netfilter/nft_chain_nat.c 	.type		= NFT_CHAIN_T_NAT,
type               90 net/netfilter/nft_chain_nat.c 	.type		= NFT_CHAIN_T_NAT,
type               55 net/netfilter/nft_chain_route.c 	.type		= NFT_CHAIN_T_ROUTE,
type              105 net/netfilter/nft_chain_route.c 	.type		= NFT_CHAIN_T_ROUTE,
type              136 net/netfilter/nft_chain_route.c 	.type		= NFT_CHAIN_T_ROUTE,
type               66 net/netfilter/nft_cmp.c 	[NFTA_CMP_SREG]		= { .type = NLA_U32 },
type               67 net/netfilter/nft_cmp.c 	[NFTA_CMP_OP]		= { .type = NLA_U32 },
type               68 net/netfilter/nft_cmp.c 	[NFTA_CMP_DATA]		= { .type = NLA_NESTED },
type               83 net/netfilter/nft_cmp.c 	if (desc.type != NFT_DATA_VALUE) {
type               85 net/netfilter/nft_cmp.c 		nft_data_release(&priv->data, desc.type);
type              149 net/netfilter/nft_cmp.c 	.type		= &nft_cmp_type,
type              225 net/netfilter/nft_cmp.c 	.type		= &nft_cmp_type,
type              264 net/netfilter/nft_cmp.c 	if (desc.type != NFT_DATA_VALUE) {
type              274 net/netfilter/nft_cmp.c 	nft_data_release(&data, desc.type);
type               33 net/netfilter/nft_compat.c 	enum nft_chain_types type = NFT_CHAIN_T_DEFAULT;
type               44 net/netfilter/nft_compat.c 			type = NFT_CHAIN_T_NAT;
type               45 net/netfilter/nft_compat.c 		if (basechain->type->type != type)
type              129 net/netfilter/nft_compat.c 	[NFTA_TARGET_NAME]	= { .type = NLA_NUL_STRING },
type              130 net/netfilter/nft_compat.c 	[NFTA_TARGET_REV]	= { .type = NLA_U32 },
type              131 net/netfilter/nft_compat.c 	[NFTA_TARGET_INFO]	= { .type = NLA_BINARY },
type              188 net/netfilter/nft_compat.c 	[NFTA_RULE_COMPAT_PROTO]	= { .type = NLA_U32 },
type              189 net/netfilter/nft_compat.c 	[NFTA_RULE_COMPAT_FLAGS]	= { .type = NLA_U32 },
type              373 net/netfilter/nft_compat.c 	[NFTA_MATCH_NAME]	= { .type = NLA_NUL_STRING },
type              374 net/netfilter/nft_compat.c 	[NFTA_MATCH_REV]	= { .type = NLA_U32 },
type              375 net/netfilter/nft_compat.c 	[NFTA_MATCH_INFO]	= { .type = NLA_BINARY },
type              570 net/netfilter/nft_compat.c nfnl_compat_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type,
type              682 net/netfilter/nft_compat.c 	[NFTA_COMPAT_NAME]	= { .type = NLA_NUL_STRING,
type              684 net/netfilter/nft_compat.c 	[NFTA_COMPAT_REV]	= { .type = NLA_U32 },
type              685 net/netfilter/nft_compat.c 	[NFTA_COMPAT_TYPE]	= { .type = NLA_U32 },
type              738 net/netfilter/nft_compat.c 	ops->type = &nft_match_type;
type              827 net/netfilter/nft_compat.c 	ops->type = &nft_target_type;
type              143 net/netfilter/nft_connlimit.c 	[NFTA_CONNLIMIT_COUNT]	= { .type = NLA_U32 },
type              144 net/netfilter/nft_connlimit.c 	[NFTA_CONNLIMIT_FLAGS]	= { .type = NLA_U32 },
type              149 net/netfilter/nft_connlimit.c 	.type		= &nft_connlimit_obj_type,
type              158 net/netfilter/nft_connlimit.c 	.type		= NFT_OBJECT_CONNLIMIT,
type              232 net/netfilter/nft_connlimit.c 	.type		= &nft_connlimit_type,
type              172 net/netfilter/nft_counter.c 	[NFTA_COUNTER_PACKETS]	= { .type = NLA_U64 },
type              173 net/netfilter/nft_counter.c 	[NFTA_COUNTER_BYTES]	= { .type = NLA_U64 },
type              178 net/netfilter/nft_counter.c 	.type		= &nft_counter_obj_type,
type              187 net/netfilter/nft_counter.c 	.type		= NFT_OBJECT_COUNTER,
type              253 net/netfilter/nft_counter.c 	.type		= &nft_counter_type,
type              342 net/netfilter/nft_ct.c 	[NFTA_CT_DREG]		= { .type = NLA_U32 },
type              343 net/netfilter/nft_ct.c 	[NFTA_CT_KEY]		= { .type = NLA_U32 },
type              344 net/netfilter/nft_ct.c 	[NFTA_CT_DIRECTION]	= { .type = NLA_U8 },
type              345 net/netfilter/nft_ct.c 	[NFTA_CT_SREG]		= { .type = NLA_U32 },
type              702 net/netfilter/nft_ct.c 	.type		= &nft_ct_type,
type              711 net/netfilter/nft_ct.c 	.type		= &nft_ct_type,
type              721 net/netfilter/nft_ct.c 	.type		= &nft_ct_type,
type              780 net/netfilter/nft_ct.c 	.type		= &nft_notrack_type,
type              951 net/netfilter/nft_ct.c 	[NFTA_CT_TIMEOUT_L3PROTO] = {.type = NLA_U16 },
type              952 net/netfilter/nft_ct.c 	[NFTA_CT_TIMEOUT_L4PROTO] = {.type = NLA_U8 },
type              953 net/netfilter/nft_ct.c 	[NFTA_CT_TIMEOUT_DATA]	  = {.type = NLA_NESTED },
type              959 net/netfilter/nft_ct.c 	.type		= &nft_ct_timeout_obj_type,
type              968 net/netfilter/nft_ct.c 	.type		= NFT_OBJECT_CT_TIMEOUT,
type             1133 net/netfilter/nft_ct.c 	[NFTA_CT_HELPER_NAME] = { .type = NLA_STRING,
type             1135 net/netfilter/nft_ct.c 	[NFTA_CT_HELPER_L3PROTO] = { .type = NLA_U16 },
type             1136 net/netfilter/nft_ct.c 	[NFTA_CT_HELPER_L4PROTO] = { .type = NLA_U8 },
type             1141 net/netfilter/nft_ct.c 	.type		= &nft_ct_helper_obj_type,
type             1150 net/netfilter/nft_ct.c 	.type		= NFT_OBJECT_CT_HELPER,
type             1260 net/netfilter/nft_ct.c 	[NFTA_CT_EXPECT_L3PROTO]	= { .type = NLA_U16 },
type             1261 net/netfilter/nft_ct.c 	[NFTA_CT_EXPECT_L4PROTO]	= { .type = NLA_U8 },
type             1262 net/netfilter/nft_ct.c 	[NFTA_CT_EXPECT_DPORT]		= { .type = NLA_U16 },
type             1263 net/netfilter/nft_ct.c 	[NFTA_CT_EXPECT_TIMEOUT]	= { .type = NLA_U32 },
type             1264 net/netfilter/nft_ct.c 	[NFTA_CT_EXPECT_SIZE]		= { .type = NLA_U8 },
type             1270 net/netfilter/nft_ct.c 	.type		= &nft_ct_expect_obj_type,
type             1279 net/netfilter/nft_ct.c 	.type		= NFT_OBJECT_CT_EXPECT,
type               31 net/netfilter/nft_dup_netdev.c 	[NFTA_DUP_SREG_DEV]	= { .type = NLA_U32 },
type               72 net/netfilter/nft_dup_netdev.c 	.type		= &nft_dup_netdev_type,
type               40 net/netfilter/nft_dynset.c 	__module_get(src->ops->type->owner);
type              117 net/netfilter/nft_dynset.c 	[NFTA_DYNSET_SET_NAME]	= { .type = NLA_STRING,
type              119 net/netfilter/nft_dynset.c 	[NFTA_DYNSET_SET_ID]	= { .type = NLA_U32 },
type              120 net/netfilter/nft_dynset.c 	[NFTA_DYNSET_OP]	= { .type = NLA_U32 },
type              121 net/netfilter/nft_dynset.c 	[NFTA_DYNSET_SREG_KEY]	= { .type = NLA_U32 },
type              122 net/netfilter/nft_dynset.c 	[NFTA_DYNSET_SREG_DATA]	= { .type = NLA_U32 },
type              123 net/netfilter/nft_dynset.c 	[NFTA_DYNSET_TIMEOUT]	= { .type = NLA_U64 },
type              124 net/netfilter/nft_dynset.c 	[NFTA_DYNSET_EXPR]	= { .type = NLA_NESTED },
type              125 net/netfilter/nft_dynset.c 	[NFTA_DYNSET_FLAGS]	= { .type = NLA_U32 },
type              214 net/netfilter/nft_dynset.c 		if (!(priv->expr->ops->type->flags & NFT_EXPR_STATEFUL))
type              217 net/netfilter/nft_dynset.c 		if (priv->expr->ops->type->flags & NFT_EXPR_GC) {
type              313 net/netfilter/nft_dynset.c 	.type		= &nft_dynset_type,
type               18 net/netfilter/nft_exthdr.c 	u8			type;
type               45 net/netfilter/nft_exthdr.c 	err = ipv6_find_hdr(pkt->skb, &offset, priv->type, NULL, NULL);
type              142 net/netfilter/nft_exthdr.c 	err = ipv4_find_option(nft_net(pkt), skb, &offset, priv->type);
type              198 net/netfilter/nft_exthdr.c 		if (priv->type != opt[i])
type              247 net/netfilter/nft_exthdr.c 		if (priv->type != opt[i])
type              270 net/netfilter/nft_exthdr.c 			switch (priv->type) {
type              306 net/netfilter/nft_exthdr.c 	[NFTA_EXTHDR_DREG]		= { .type = NLA_U32 },
type              307 net/netfilter/nft_exthdr.c 	[NFTA_EXTHDR_TYPE]		= { .type = NLA_U8 },
type              308 net/netfilter/nft_exthdr.c 	[NFTA_EXTHDR_OFFSET]		= { .type = NLA_U32 },
type              309 net/netfilter/nft_exthdr.c 	[NFTA_EXTHDR_LEN]		= { .type = NLA_U32 },
type              310 net/netfilter/nft_exthdr.c 	[NFTA_EXTHDR_FLAGS]		= { .type = NLA_U32 },
type              311 net/netfilter/nft_exthdr.c 	[NFTA_EXTHDR_OP]		= { .type = NLA_U32 },
type              312 net/netfilter/nft_exthdr.c 	[NFTA_EXTHDR_SREG]		= { .type = NLA_U32 },
type              352 net/netfilter/nft_exthdr.c 	priv->type   = nla_get_u8(tb[NFTA_EXTHDR_TYPE]);
type              402 net/netfilter/nft_exthdr.c 	priv->type   = nla_get_u8(tb[NFTA_EXTHDR_TYPE]);
type              422 net/netfilter/nft_exthdr.c 	switch (priv->type) {
type              436 net/netfilter/nft_exthdr.c 	if (nla_put_u8(skb, NFTA_EXTHDR_TYPE, priv->type))
type              473 net/netfilter/nft_exthdr.c 	.type		= &nft_exthdr_type,
type              481 net/netfilter/nft_exthdr.c 	.type		= &nft_exthdr_type,
type              489 net/netfilter/nft_exthdr.c 	.type		= &nft_exthdr_type,
type              497 net/netfilter/nft_exthdr.c 	.type		= &nft_exthdr_type,
type               18 net/netfilter/nft_fib.c 	[NFTA_FIB_DREG]		= { .type = NLA_U32 },
type               19 net/netfilter/nft_fib.c 	[NFTA_FIB_RESULT]	= { .type = NLA_U32 },
type               20 net/netfilter/nft_fib.c 	[NFTA_FIB_FLAGS]	= { .type = NLA_U32 },
type               46 net/netfilter/nft_fib_inet.c 	.type		= &nft_fib_inet_type,
type               55 net/netfilter/nft_fib_netdev.c 	.type		= &nft_fib_netdev_type,
type              154 net/netfilter/nft_flow_offload.c 	[NFTA_FLOW_TABLE_NAME]	= { .type = NLA_STRING,
type              218 net/netfilter/nft_flow_offload.c 	.type		= &nft_flow_offload_type,
type               39 net/netfilter/nft_fwd_netdev.c 	[NFTA_FWD_SREG_DEV]	= { .type = NLA_U32 },
type               40 net/netfilter/nft_fwd_netdev.c 	[NFTA_FWD_SREG_ADDR]	= { .type = NLA_U32 },
type               41 net/netfilter/nft_fwd_netdev.c 	[NFTA_FWD_NFPROTO]	= { .type = NLA_U32 },
type              205 net/netfilter/nft_fwd_netdev.c 	.type		= &nft_fwd_netdev_type,
type              214 net/netfilter/nft_fwd_netdev.c 	.type		= &nft_fwd_netdev_type,
type               60 net/netfilter/nft_hash.c 	[NFTA_HASH_SREG]	= { .type = NLA_U32 },
type               61 net/netfilter/nft_hash.c 	[NFTA_HASH_DREG]	= { .type = NLA_U32 },
type               62 net/netfilter/nft_hash.c 	[NFTA_HASH_LEN]		= { .type = NLA_U32 },
type               63 net/netfilter/nft_hash.c 	[NFTA_HASH_MODULUS]	= { .type = NLA_U32 },
type               64 net/netfilter/nft_hash.c 	[NFTA_HASH_SEED]	= { .type = NLA_U32 },
type               65 net/netfilter/nft_hash.c 	[NFTA_HASH_OFFSET]	= { .type = NLA_U32 },
type               66 net/netfilter/nft_hash.c 	[NFTA_HASH_TYPE]	= { .type = NLA_U32 },
type              191 net/netfilter/nft_hash.c 	.type		= &nft_hash_type,
type              199 net/netfilter/nft_hash.c 	.type		= &nft_hash_type,
type              210 net/netfilter/nft_hash.c 	u32 type;
type              215 net/netfilter/nft_hash.c 	type = ntohl(nla_get_be32(tb[NFTA_HASH_TYPE]));
type              216 net/netfilter/nft_hash.c 	switch (type) {
type               28 net/netfilter/nft_immediate.c 	[NFTA_IMMEDIATE_DREG]	= { .type = NLA_U32 },
type               29 net/netfilter/nft_immediate.c 	[NFTA_IMMEDIATE_DATA]	= { .type = NLA_NESTED },
type               53 net/netfilter/nft_immediate.c 					  desc.type, desc.len);
type               60 net/netfilter/nft_immediate.c 	nft_data_release(&priv->data, desc.type);
type              167 net/netfilter/nft_immediate.c 	.type		= &nft_imm_type,
type              105 net/netfilter/nft_limit.c 			  enum nft_limit_type type)
type              115 net/netfilter/nft_limit.c 	    nla_put_be32(skb, NFTA_LIMIT_TYPE, htonl(type)) ||
type              140 net/netfilter/nft_limit.c 	[NFTA_LIMIT_RATE]	= { .type = NLA_U64 },
type              141 net/netfilter/nft_limit.c 	[NFTA_LIMIT_UNIT]	= { .type = NLA_U64 },
type              142 net/netfilter/nft_limit.c 	[NFTA_LIMIT_BURST]	= { .type = NLA_U32 },
type              143 net/netfilter/nft_limit.c 	[NFTA_LIMIT_TYPE]	= { .type = NLA_U32 },
type              144 net/netfilter/nft_limit.c 	[NFTA_LIMIT_FLAGS]	= { .type = NLA_U32 },
type              171 net/netfilter/nft_limit.c 	.type		= &nft_limit_type,
type              207 net/netfilter/nft_limit.c 	.type		= &nft_limit_type,
type              275 net/netfilter/nft_limit.c 	.type		= &nft_limit_obj_type,
type              313 net/netfilter/nft_limit.c 	.type		= &nft_limit_obj_type,
type              338 net/netfilter/nft_limit.c 	.type		= NFT_OBJECT_LIMIT,
type              110 net/netfilter/nft_log.c 	if (priv->loginfo.type == NF_LOG_TYPE_LOG &&
type              122 net/netfilter/nft_log.c 	[NFTA_LOG_GROUP]	= { .type = NLA_U16 },
type              123 net/netfilter/nft_log.c 	[NFTA_LOG_PREFIX]	= { .type = NLA_STRING,
type              125 net/netfilter/nft_log.c 	[NFTA_LOG_SNAPLEN]	= { .type = NLA_U32 },
type              126 net/netfilter/nft_log.c 	[NFTA_LOG_QTHRESHOLD]	= { .type = NLA_U16 },
type              127 net/netfilter/nft_log.c 	[NFTA_LOG_LEVEL]	= { .type = NLA_U32 },
type              128 net/netfilter/nft_log.c 	[NFTA_LOG_FLAGS]	= { .type = NLA_U32 },
type              140 net/netfilter/nft_log.c 	li->type = NF_LOG_TYPE_LOG;
type              145 net/netfilter/nft_log.c 		li->type = NF_LOG_TYPE_ULOG;
type              160 net/netfilter/nft_log.c 	switch (li->type) {
type              199 net/netfilter/nft_log.c 	err = nf_logger_find_get(ctx->family, li->type);
type              223 net/netfilter/nft_log.c 	nf_logger_put(ctx->family, li->type);
type              234 net/netfilter/nft_log.c 	switch (li->type) {
type              269 net/netfilter/nft_log.c 	.type		= &nft_log_type,
type               49 net/netfilter/nft_lookup.c 	[NFTA_LOOKUP_SET]	= { .type = NLA_STRING,
type               51 net/netfilter/nft_lookup.c 	[NFTA_LOOKUP_SET_ID]	= { .type = NLA_U32 },
type               52 net/netfilter/nft_lookup.c 	[NFTA_LOOKUP_SREG]	= { .type = NLA_U32 },
type               53 net/netfilter/nft_lookup.c 	[NFTA_LOOKUP_DREG]	= { .type = NLA_U32 },
type               54 net/netfilter/nft_lookup.c 	[NFTA_LOOKUP_FLAGS]	= { .type = NLA_U32 },
type              219 net/netfilter/nft_lookup.c 	.type		= &nft_lookup_type,
type               23 net/netfilter/nft_masq.c 	[NFTA_MASQ_FLAGS]		= { .type = NLA_U32 },
type               24 net/netfilter/nft_masq.c 	[NFTA_MASQ_REG_PROTO_MIN]	= { .type = NLA_U32 },
type               25 net/netfilter/nft_masq.c 	[NFTA_MASQ_REG_PROTO_MAX]	= { .type = NLA_U32 },
type              129 net/netfilter/nft_masq.c 	.type		= &nft_masq_ipv4_type,
type              175 net/netfilter/nft_masq.c 	.type		= &nft_masq_ipv6_type,
type              230 net/netfilter/nft_masq.c 	.type		= &nft_masq_inet_type,
type              105 net/netfilter/nft_meta.c 		nft_reg_store16(dest, in->type);
type              110 net/netfilter/nft_meta.c 		nft_reg_store16(dest, out->type);
type              311 net/netfilter/nft_meta.c 	[NFTA_META_DREG]	= { .type = NLA_U32 },
type              312 net/netfilter/nft_meta.c 	[NFTA_META_KEY]		= { .type = NLA_U32 },
type              313 net/netfilter/nft_meta.c 	[NFTA_META_SREG]	= { .type = NLA_U32 },
type              558 net/netfilter/nft_meta.c 	.type		= &nft_meta_type,
type              568 net/netfilter/nft_meta.c 	.type		= &nft_meta_type,
type              615 net/netfilter/nft_meta.c 	[NFTA_SECMARK_CTX]     = { .type = NLA_STRING, .len = NFT_SECMARK_CTX_MAXLEN },
type              700 net/netfilter/nft_meta.c 	.type		= &nft_secmark_obj_type,
type              708 net/netfilter/nft_meta.c 	.type		= NFT_OBJECT_SECMARK,
type               28 net/netfilter/nft_nat.c 	enum nf_nat_manip_type  type:8;
type               71 net/netfilter/nft_nat.c 	regs->verdict.code = nf_nat_setup_info(ct, &range, priv->type);
type               75 net/netfilter/nft_nat.c 	[NFTA_NAT_TYPE]		 = { .type = NLA_U32 },
type               76 net/netfilter/nft_nat.c 	[NFTA_NAT_FAMILY]	 = { .type = NLA_U32 },
type               77 net/netfilter/nft_nat.c 	[NFTA_NAT_REG_ADDR_MIN]	 = { .type = NLA_U32 },
type               78 net/netfilter/nft_nat.c 	[NFTA_NAT_REG_ADDR_MAX]	 = { .type = NLA_U32 },
type               79 net/netfilter/nft_nat.c 	[NFTA_NAT_REG_PROTO_MIN] = { .type = NLA_U32 },
type               80 net/netfilter/nft_nat.c 	[NFTA_NAT_REG_PROTO_MAX] = { .type = NLA_U32 },
type               81 net/netfilter/nft_nat.c 	[NFTA_NAT_FLAGS]	 = { .type = NLA_U32 },
type               95 net/netfilter/nft_nat.c 	switch (priv->type) {
type              126 net/netfilter/nft_nat.c 		priv->type = NF_NAT_MANIP_SRC;
type              129 net/netfilter/nft_nat.c 		priv->type = NF_NAT_MANIP_DST;
type              209 net/netfilter/nft_nat.c 	switch (priv->type) {
type              260 net/netfilter/nft_nat.c 	.type           = &nft_nat_type,
type              289 net/netfilter/nft_nat.c 	.type           = &nft_nat_type,
type               47 net/netfilter/nft_numgen.c 	[NFTA_NG_DREG]		= { .type = NLA_U32 },
type               48 net/netfilter/nft_numgen.c 	[NFTA_NG_MODULUS]	= { .type = NLA_U32 },
type               49 net/netfilter/nft_numgen.c 	[NFTA_NG_TYPE]		= { .type = NLA_U32 },
type               50 net/netfilter/nft_numgen.c 	[NFTA_NG_OFFSET]	= { .type = NLA_U32 },
type               77 net/netfilter/nft_numgen.c 		       u32 modulus, enum nft_ng_types type, u32 offset)
type               83 net/netfilter/nft_numgen.c 	if (nla_put_be32(skb, NFTA_NG_TYPE, htonl(type)))
type              159 net/netfilter/nft_numgen.c 	.type		= &nft_ng_type,
type              167 net/netfilter/nft_numgen.c 	.type		= &nft_ng_type,
type              177 net/netfilter/nft_numgen.c 	u32 type;
type              184 net/netfilter/nft_numgen.c 	type = ntohl(nla_get_be32(tb[NFTA_NG_TYPE]));
type              186 net/netfilter/nft_numgen.c 	switch (type) {
type               56 net/netfilter/nft_objref.c 			 htonl(obj->ops->type->type)))
type               87 net/netfilter/nft_objref.c 	.type		= &nft_objref_type,
type              196 net/netfilter/nft_objref.c 	.type		= &nft_objref_type,
type              222 net/netfilter/nft_objref.c 	[NFTA_OBJREF_IMM_NAME]	= { .type = NLA_STRING,
type              224 net/netfilter/nft_objref.c 	[NFTA_OBJREF_IMM_TYPE]	= { .type = NLA_U32 },
type              225 net/netfilter/nft_objref.c 	[NFTA_OBJREF_SET_SREG]	= { .type = NLA_U32 },
type              226 net/netfilter/nft_objref.c 	[NFTA_OBJREF_SET_NAME]	= { .type = NLA_STRING,
type              228 net/netfilter/nft_objref.c 	[NFTA_OBJREF_SET_ID]	= { .type = NLA_U32 },
type               15 net/netfilter/nft_osf.c 	[NFTA_OSF_DREG]		= { .type = NLA_U32 },
type               16 net/netfilter/nft_osf.c 	[NFTA_OSF_TTL]		= { .type = NLA_U8 },
type               17 net/netfilter/nft_osf.c 	[NFTA_OSF_FLAGS]	= { .type = NLA_U32 },
type              124 net/netfilter/nft_osf.c 	.type		= &nft_osf_type,
type              117 net/netfilter/nft_payload.c 	[NFTA_PAYLOAD_SREG]		= { .type = NLA_U32 },
type              118 net/netfilter/nft_payload.c 	[NFTA_PAYLOAD_DREG]		= { .type = NLA_U32 },
type              119 net/netfilter/nft_payload.c 	[NFTA_PAYLOAD_BASE]		= { .type = NLA_U32 },
type              120 net/netfilter/nft_payload.c 	[NFTA_PAYLOAD_OFFSET]		= { .type = NLA_U32 },
type              121 net/netfilter/nft_payload.c 	[NFTA_PAYLOAD_LEN]		= { .type = NLA_U32 },
type              122 net/netfilter/nft_payload.c 	[NFTA_PAYLOAD_CSUM_TYPE]	= { .type = NLA_U32 },
type              123 net/netfilter/nft_payload.c 	[NFTA_PAYLOAD_CSUM_OFFSET]	= { .type = NLA_U32 },
type              124 net/netfilter/nft_payload.c 	[NFTA_PAYLOAD_CSUM_FLAGS]	= { .type = NLA_U32 },
type              378 net/netfilter/nft_payload.c 	.type		= &nft_payload_type,
type              387 net/netfilter/nft_payload.c 	.type		= &nft_payload_type,
type              605 net/netfilter/nft_payload.c 	.type		= &nft_payload_type,
type               72 net/netfilter/nft_queue.c 	[NFTA_QUEUE_NUM]	= { .type = NLA_U16 },
type               73 net/netfilter/nft_queue.c 	[NFTA_QUEUE_TOTAL]	= { .type = NLA_U16 },
type               74 net/netfilter/nft_queue.c 	[NFTA_QUEUE_FLAGS]	= { .type = NLA_U16 },
type               75 net/netfilter/nft_queue.c 	[NFTA_QUEUE_SREG_QNUM]	= { .type = NLA_U32 },
type              162 net/netfilter/nft_queue.c 	.type		= &nft_queue_type,
type              170 net/netfilter/nft_queue.c 	.type		= &nft_queue_type,
type               42 net/netfilter/nft_quota.c 	[NFTA_QUOTA_BYTES]	= { .type = NLA_U64 },
type               43 net/netfilter/nft_quota.c 	[NFTA_QUOTA_FLAGS]	= { .type = NLA_U32 },
type               44 net/netfilter/nft_quota.c 	[NFTA_QUOTA_CONSUMED]	= { .type = NLA_U64 },
type              167 net/netfilter/nft_quota.c 	.type		= &nft_quota_obj_type,
type              176 net/netfilter/nft_quota.c 	.type		= NFT_OBJECT_QUOTA,
type              210 net/netfilter/nft_quota.c 	.type		= &nft_quota_type,
type               44 net/netfilter/nft_range.c 	[NFTA_RANGE_SREG]		= { .type = NLA_U32 },
type               45 net/netfilter/nft_range.c 	[NFTA_RANGE_OP]			= { .type = NLA_U32 },
type               46 net/netfilter/nft_range.c 	[NFTA_RANGE_FROM_DATA]		= { .type = NLA_NESTED },
type               47 net/netfilter/nft_range.c 	[NFTA_RANGE_TO_DATA]		= { .type = NLA_NESTED },
type               69 net/netfilter/nft_range.c 	if (desc_from.type != NFT_DATA_VALUE) {
type               79 net/netfilter/nft_range.c 	if (desc_to.type != NFT_DATA_VALUE) {
type              111 net/netfilter/nft_range.c 	nft_data_release(&priv->data_to, desc_to.type);
type              113 net/netfilter/nft_range.c 	nft_data_release(&priv->data_from, desc_from.type);
type              138 net/netfilter/nft_range.c 	.type		= &nft_range_type,
type               23 net/netfilter/nft_redir.c 	[NFTA_REDIR_REG_PROTO_MIN]	= { .type = NLA_U32 },
type               24 net/netfilter/nft_redir.c 	[NFTA_REDIR_REG_PROTO_MAX]	= { .type = NLA_U32 },
type               25 net/netfilter/nft_redir.c 	[NFTA_REDIR_FLAGS]		= { .type = NLA_U32 },
type              134 net/netfilter/nft_redir.c 	.type		= &nft_redir_ipv4_type,
type              183 net/netfilter/nft_redir.c 	.type		= &nft_redir_ipv6_type,
type              225 net/netfilter/nft_redir.c 	.type		= &nft_redir_inet_type,
type               21 net/netfilter/nft_reject.c 	[NFTA_REJECT_TYPE]		= { .type = NLA_U32 },
type               22 net/netfilter/nft_reject.c 	[NFTA_REJECT_ICMP_CODE]		= { .type = NLA_U8 },
type               46 net/netfilter/nft_reject.c 	priv->type = ntohl(nla_get_be32(tb[NFTA_REJECT_TYPE]));
type               47 net/netfilter/nft_reject.c 	switch (priv->type) {
type               66 net/netfilter/nft_reject.c 	if (nla_put_be32(skb, NFTA_REJECT_TYPE, htonl(priv->type)))
type               69 net/netfilter/nft_reject.c 	switch (priv->type) {
type               25 net/netfilter/nft_reject_inet.c 		switch (priv->type) {
type               41 net/netfilter/nft_reject_inet.c 		switch (priv->type) {
type               71 net/netfilter/nft_reject_inet.c 	priv->type = ntohl(nla_get_be32(tb[NFTA_REJECT_TYPE]));
type               72 net/netfilter/nft_reject_inet.c 	switch (priv->type) {
type               79 net/netfilter/nft_reject_inet.c 		if (priv->type == NFT_REJECT_ICMPX_UNREACH &&
type               98 net/netfilter/nft_reject_inet.c 	if (nla_put_be32(skb, NFTA_REJECT_TYPE, htonl(priv->type)))
type              101 net/netfilter/nft_reject_inet.c 	switch (priv->type) {
type              119 net/netfilter/nft_reject_inet.c 	.type		= &nft_reject_inet_type,
type              106 net/netfilter/nft_rt.c 	[NFTA_RT_DREG]		= { .type = NLA_U32 },
type              107 net/netfilter/nft_rt.c 	[NFTA_RT_KEY]		= { .type = NLA_U32 },
type              189 net/netfilter/nft_rt.c 	.type		= &nft_rt_type,
type               72 net/netfilter/nft_socket.c 	[NFTA_SOCKET_KEY]		= { .type = NLA_U32 },
type               73 net/netfilter/nft_socket.c 	[NFTA_SOCKET_DREG]		= { .type = NLA_U32 },
type              128 net/netfilter/nft_socket.c 	.type		= &nft_socket_type,
type               18 net/netfilter/nft_synproxy.c 	[NFTA_SYNPROXY_MSS]		= { .type = NLA_U16 },
type               19 net/netfilter/nft_synproxy.c 	[NFTA_SYNPROXY_WSCALE]		= { .type = NLA_U8 },
type               20 net/netfilter/nft_synproxy.c 	[NFTA_SYNPROXY_FLAGS]		= { .type = NLA_U32 },
type              287 net/netfilter/nft_synproxy.c 	.type		= &nft_synproxy_type,
type              342 net/netfilter/nft_synproxy.c 	.type		= &nft_synproxy_obj_type,
type              352 net/netfilter/nft_synproxy.c 	.type		= NFT_OBJECT_SYNPROXY,
type              179 net/netfilter/nft_tproxy.c 	[NFTA_TPROXY_FAMILY]   = { .type = NLA_U32 },
type              180 net/netfilter/nft_tproxy.c 	[NFTA_TPROXY_REG_ADDR] = { .type = NLA_U32 },
type              181 net/netfilter/nft_tproxy.c 	[NFTA_TPROXY_REG_PORT] = { .type = NLA_U32 },
type              287 net/netfilter/nft_tproxy.c 	.type		= &nft_tproxy_type,
type               67 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY]	= { .type = NLA_U32 },
type               68 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_DREG]	= { .type = NLA_U32 },
type               69 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_MODE]	= { .type = NLA_U32 },
type              128 net/netfilter/nft_tunnel.c 	.type		= &nft_tunnel_type,
type              158 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_IP_SRC]	= { .type = NLA_U32 },
type              159 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_IP_DST]	= { .type = NLA_U32 },
type              188 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_IP6_FLOWLABEL]	= { .type = NLA_U32, }
type              225 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_VXLAN_GBP]	= { .type = NLA_U32 },
type              251 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_ERSPAN_VERSION]	= { .type = NLA_U32 },
type              252 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_ERSPAN_V1_INDEX]	= { .type = NLA_U32 },
type              253 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_ERSPAN_V2_DIR]		= { .type = NLA_U8 },
type              254 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_ERSPAN_V2_HWID]	= { .type = NLA_U8 },
type              305 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_OPTS_VXLAN]	= { .type = NLA_NESTED, },
type              306 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_OPTS_ERSPAN]	= { .type = NLA_NESTED, },
type              336 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_IP]	= { .type = NLA_NESTED, },
type              337 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_IP6]	= { .type = NLA_NESTED, },
type              338 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_ID]	= { .type = NLA_U32, },
type              339 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_FLAGS]	= { .type = NLA_U32, },
type              340 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_TOS]	= { .type = NLA_U8, },
type              341 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_TTL]	= { .type = NLA_U8, },
type              342 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_SPORT]	= { .type = NLA_U16, },
type              343 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_DPORT]	= { .type = NLA_U16, },
type              344 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_OPTS]	= { .type = NLA_NESTED, },
type              567 net/netfilter/nft_tunnel.c 	.type		= &nft_tunnel_obj_type,
type              576 net/netfilter/nft_tunnel.c 	.type		= NFT_OBJECT_TUNNEL,
type               19 net/netfilter/nft_xfrm.c 	[NFTA_XFRM_KEY]		= { .type = NLA_U32 },
type               20 net/netfilter/nft_xfrm.c 	[NFTA_XFRM_DIR]		= { .type = NLA_U8 },
type               21 net/netfilter/nft_xfrm.c 	[NFTA_XFRM_SPNUM]	= { .type = NLA_U32 },
type               22 net/netfilter/nft_xfrm.c 	[NFTA_XFRM_DREG]	= { .type = NLA_U32 },
type              259 net/netfilter/nft_xfrm.c 	.type		= &nft_xfrm_type,
type              119 net/netfilter/xt_AUDIT.c 	if (info->type > XT_AUDIT_TYPE_MAX) {
type              238 net/netfilter/xt_HMARK.c 	if (icmph == NULL || icmph->type > NR_ICMP_TYPES)
type              242 net/netfilter/xt_HMARK.c 	if (icmph->type != ICMP_DEST_UNREACH &&
type              243 net/netfilter/xt_HMARK.c 	    icmph->type != ICMP_SOURCE_QUENCH &&
type              244 net/netfilter/xt_HMARK.c 	    icmph->type != ICMP_TIME_EXCEEDED &&
type              245 net/netfilter/xt_HMARK.c 	    icmph->type != ICMP_PARAMETERPROB &&
type              246 net/netfilter/xt_HMARK.c 	    icmph->type != ICMP_REDIRECT)
type               35 net/netfilter/xt_LOG.c 	li.type = NF_LOG_TYPE_LOG;
type               27 net/netfilter/xt_NFLOG.c 	li.type		     = NF_LOG_TYPE_ULOG;
type               40 net/netfilter/xt_l2tp.c 	u8 type;
type               51 net/netfilter/xt_l2tp.c 	if ((info->flags & XT_L2TP_TYPE) && (info->type != data->type))
type               59 net/netfilter/xt_l2tp.c 	    ((data->type == XT_L2TP_TYPE_CONTROL) || (data->version == 2)) &&
type               64 net/netfilter/xt_l2tp.c 	if ((info->flags & XT_L2TP_SID) && (data->type == XT_L2TP_TYPE_DATA) &&
type              101 net/netfilter/xt_l2tp.c 		data.type = XT_L2TP_TYPE_CONTROL;
type              103 net/netfilter/xt_l2tp.c 		data.type = XT_L2TP_TYPE_DATA;
type              116 net/netfilter/xt_l2tp.c 		if (data.type == XT_L2TP_TYPE_CONTROL)
type              154 net/netfilter/xt_l2tp.c 		data.type = XT_L2TP_TYPE_CONTROL;
type              162 net/netfilter/xt_l2tp.c 		data.type = XT_L2TP_TYPE_DATA;
type              224 net/netfilter/xt_l2tp.c 	     (info->type != XT_L2TP_TYPE_CONTROL))) {
type               30 net/netfilter/xt_mac.c 	if (skb->dev == NULL || skb->dev->type != ARPHRD_ETHER)
type               26 net/netfilter/xt_pkttype.c 	u_int8_t type;
type               29 net/netfilter/xt_pkttype.c 		type = skb->pkt_type;
type               32 net/netfilter/xt_pkttype.c 		type = PACKET_MULTICAST;
type               34 net/netfilter/xt_pkttype.c 		type = PACKET_MULTICAST;
type               36 net/netfilter/xt_pkttype.c 		type = PACKET_BROADCAST;
type               38 net/netfilter/xt_pkttype.c 	return (type == info->pkttype) ^ info->invert;
type               17 net/netfilter/xt_repldata.h #define xt_alloc_initial_table(type, typ2) ({ \
type               22 net/netfilter/xt_repldata.h 		struct type##_replace repl; \
type               23 net/netfilter/xt_repldata.h 		struct type##_standard entries[]; \
type               25 net/netfilter/xt_repldata.h 	struct type##_error *term; \
type               31 net/netfilter/xt_repldata.h 	term = (struct type##_error *)&(((char *)tbl)[term_offset]); \
type               33 net/netfilter/xt_repldata.h 	*term = (struct type##_error)typ2##_ERROR_INIT;  \
type               36 net/netfilter/xt_repldata.h 	tbl->repl.size = nhooks * sizeof(struct type##_standard) + \
type               37 net/netfilter/xt_repldata.h 			 sizeof(struct type##_error); \
type               43 net/netfilter/xt_repldata.h 		tbl->entries[i++] = (struct type##_standard) \
type               45 net/netfilter/xt_repldata.h 		bytes += sizeof(struct type##_standard); \
type               69 net/netfilter/xt_sctp.c 			 ++i, offset, sch->type, htons(sch->length),
type               76 net/netfilter/xt_sctp.c 		if (SCTP_CHUNKMAP_IS_SET(info->chunkmap, sch->type)) {
type               80 net/netfilter/xt_sctp.c 					sch->type, sch->flags)) {
type               87 net/netfilter/xt_sctp.c 				    sch->type, sch->flags))
type               88 net/netfilter/xt_sctp.c 					SCTP_CHUNKMAP_CLEAR(chunkmapcopy, sch->type);
type               93 net/netfilter/xt_sctp.c 				    sch->type, sch->flags))
type               53 net/netlabel/netlabel_calipso.c 	[NLBL_CALIPSO_A_DOI] = { .type = NLA_U32 },
type               54 net/netlabel/netlabel_calipso.c 	[NLBL_CALIPSO_A_MTYPE] = { .type = NLA_U32 },
type               79 net/netlabel/netlabel_calipso.c 	doi_def->type = CALIPSO_MAP_PASS;
type              163 net/netlabel/netlabel_calipso.c 	ret_val = nla_put_u32(ans_skb, NLBL_CALIPSO_A_MTYPE, doi_def->type);
type              208 net/netlabel/netlabel_calipso.c 			      doi_def->type);
type              262 net/netlabel/netlabel_calipso.c 	if (entry->def.type == NETLBL_NLTYPE_CALIPSO &&
type               51 net/netlabel/netlabel_cipso_v4.c 	[NLBL_CIPSOV4_A_DOI] = { .type = NLA_U32 },
type               52 net/netlabel/netlabel_cipso_v4.c 	[NLBL_CIPSOV4_A_MTYPE] = { .type = NLA_U32 },
type               53 net/netlabel/netlabel_cipso_v4.c 	[NLBL_CIPSOV4_A_TAG] = { .type = NLA_U8 },
type               54 net/netlabel/netlabel_cipso_v4.c 	[NLBL_CIPSOV4_A_TAGLST] = { .type = NLA_NESTED },
type               55 net/netlabel/netlabel_cipso_v4.c 	[NLBL_CIPSOV4_A_MLSLVLLOC] = { .type = NLA_U32 },
type               56 net/netlabel/netlabel_cipso_v4.c 	[NLBL_CIPSOV4_A_MLSLVLREM] = { .type = NLA_U32 },
type               57 net/netlabel/netlabel_cipso_v4.c 	[NLBL_CIPSOV4_A_MLSLVL] = { .type = NLA_NESTED },
type               58 net/netlabel/netlabel_cipso_v4.c 	[NLBL_CIPSOV4_A_MLSLVLLST] = { .type = NLA_NESTED },
type               59 net/netlabel/netlabel_cipso_v4.c 	[NLBL_CIPSOV4_A_MLSCATLOC] = { .type = NLA_U32 },
type               60 net/netlabel/netlabel_cipso_v4.c 	[NLBL_CIPSOV4_A_MLSCATREM] = { .type = NLA_U32 },
type               61 net/netlabel/netlabel_cipso_v4.c 	[NLBL_CIPSOV4_A_MLSCAT] = { .type = NLA_NESTED },
type               62 net/netlabel/netlabel_cipso_v4.c 	[NLBL_CIPSOV4_A_MLSCATLST] = { .type = NLA_NESTED },
type              150 net/netlabel/netlabel_cipso_v4.c 	doi_def->type = CIPSO_V4_MAP_TRANS;
type              338 net/netlabel/netlabel_cipso_v4.c 	doi_def->type = CIPSO_V4_MAP_PASS;
type              377 net/netlabel/netlabel_cipso_v4.c 	doi_def->type = CIPSO_V4_MAP_LOCAL;
type              487 net/netlabel/netlabel_cipso_v4.c 	ret_val = nla_put_u32(ans_skb, NLBL_CIPSOV4_A_MTYPE, doi_def->type);
type              508 net/netlabel/netlabel_cipso_v4.c 	switch (doi_def->type) {
type              627 net/netlabel/netlabel_cipso_v4.c 			      doi_def->type);
type              681 net/netlabel/netlabel_cipso_v4.c 	if (entry->def.type == NETLBL_NLTYPE_CIPSOV4 &&
type               75 net/netlabel/netlabel_domainhash.c 	if (ptr->def.type == NETLBL_NLTYPE_ADDRSELECT) {
type              215 net/netlabel/netlabel_domainhash.c 	u32 type;
type              224 net/netlabel/netlabel_domainhash.c 			type = map4->def.type;
type              232 net/netlabel/netlabel_domainhash.c 			type = map6->def.type;
type              238 net/netlabel/netlabel_domainhash.c 			type = entry->def.type;
type              242 net/netlabel/netlabel_domainhash.c 		switch (type) {
type              286 net/netlabel/netlabel_domainhash.c 	     entry->def.type != NETLBL_NLTYPE_UNLABELED))
type              289 net/netlabel/netlabel_domainhash.c 	switch (entry->def.type) {
type              308 net/netlabel/netlabel_domainhash.c 			switch (map4->def.type) {
type              324 net/netlabel/netlabel_domainhash.c 			switch (map6->def.type) {
type              449 net/netlabel/netlabel_domainhash.c 				if (entry->def.type !=
type              460 net/netlabel/netlabel_domainhash.c 				entry_b->def.type = NETLBL_NLTYPE_UNLABELED;
type              476 net/netlabel/netlabel_domainhash.c 		if (entry->def.type == NETLBL_NLTYPE_ADDRSELECT) {
type              490 net/netlabel/netlabel_domainhash.c 	} else if (entry_old->def.type == NETLBL_NLTYPE_ADDRSELECT &&
type              491 net/netlabel/netlabel_domainhash.c 		   entry->def.type == NETLBL_NLTYPE_ADDRSELECT) {
type              616 net/netlabel/netlabel_domainhash.c 		switch (entry->def.type) {
type              679 net/netlabel/netlabel_domainhash.c 	    entry_map->def.type != NETLBL_NLTYPE_ADDRSELECT)
type              746 net/netlabel/netlabel_domainhash.c 	    entry_map->def.type != NETLBL_NLTYPE_ADDRSELECT)
type              884 net/netlabel/netlabel_domainhash.c 	if (dom_iter->def.type != NETLBL_NLTYPE_ADDRSELECT)
type              914 net/netlabel/netlabel_domainhash.c 	if (dom_iter->def.type != NETLBL_NLTYPE_ADDRSELECT)
type               36 net/netlabel/netlabel_domainhash.h 	u32 type;
type              118 net/netlabel/netlabel_kapi.c 		entry->def.type = NETLBL_NLTYPE_UNLABELED;
type              133 net/netlabel/netlabel_kapi.c 			map4->def.type = NETLBL_NLTYPE_UNLABELED;
type              150 net/netlabel/netlabel_kapi.c 			map6->def.type = NETLBL_NLTYPE_UNLABELED;
type              170 net/netlabel/netlabel_kapi.c 		entry->def.type = NETLBL_NLTYPE_ADDRSELECT;
type              351 net/netlabel/netlabel_kapi.c 		entry->def.type = NETLBL_NLTYPE_CIPSOV4;
type              363 net/netlabel/netlabel_kapi.c 		addrinfo->def.type = NETLBL_NLTYPE_CIPSOV4;
type              372 net/netlabel/netlabel_kapi.c 		entry->def.type = NETLBL_NLTYPE_ADDRSELECT;
type              477 net/netlabel/netlabel_kapi.c 		entry->def.type = NETLBL_NLTYPE_CALIPSO;
type              489 net/netlabel/netlabel_kapi.c 		addrinfo->def.type = NETLBL_NLTYPE_CALIPSO;
type              502 net/netlabel/netlabel_kapi.c 		entry->def.type = NETLBL_NLTYPE_ADDRSELECT;
type              990 net/netlabel/netlabel_kapi.c 		switch (dom_entry->def.type) {
type             1008 net/netlabel/netlabel_kapi.c 		switch (dom_entry->def.type) {
type             1123 net/netlabel/netlabel_kapi.c 		switch (entry->type) {
type             1147 net/netlabel/netlabel_kapi.c 		switch (entry->type) {
type             1198 net/netlabel/netlabel_kapi.c 		switch (entry->type) {
type             1219 net/netlabel/netlabel_kapi.c 		switch (entry->type) {
type             1296 net/netlabel/netlabel_kapi.c 		switch (entry->type) {
type             1319 net/netlabel/netlabel_kapi.c 		switch (entry->type) {
type             1473 net/netlabel/netlabel_kapi.c struct audit_buffer *netlbl_audit_start(int type,
type             1476 net/netlabel/netlabel_kapi.c 	return netlbl_audit_start_common(type, audit_info);
type               53 net/netlabel/netlabel_mgmt.c 	[NLBL_MGMT_A_DOMAIN] = { .type = NLA_NUL_STRING },
type               54 net/netlabel/netlabel_mgmt.c 	[NLBL_MGMT_A_PROTOCOL] = { .type = NLA_U32 },
type               55 net/netlabel/netlabel_mgmt.c 	[NLBL_MGMT_A_VERSION] = { .type = NLA_U32 },
type               56 net/netlabel/netlabel_mgmt.c 	[NLBL_MGMT_A_CV4DOI] = { .type = NLA_U32 },
type               57 net/netlabel/netlabel_mgmt.c 	[NLBL_MGMT_A_FAMILY] = { .type = NLA_U16 },
type               58 net/netlabel/netlabel_mgmt.c 	[NLBL_MGMT_A_CLPDOI] = { .type = NLA_U32 },
type               90 net/netlabel/netlabel_mgmt.c 	entry->def.type = nla_get_u32(info->attrs[NLBL_MGMT_A_PROTOCOL]);
type              107 net/netlabel/netlabel_mgmt.c 	switch (entry->def.type) {
type              181 net/netlabel/netlabel_mgmt.c 		map->def.type = entry->def.type;
type              192 net/netlabel/netlabel_mgmt.c 		entry->def.type = NETLBL_NLTYPE_ADDRSELECT;
type              233 net/netlabel/netlabel_mgmt.c 		map->def.type = entry->def.type;
type              244 net/netlabel/netlabel_mgmt.c 		entry->def.type = NETLBL_NLTYPE_ADDRSELECT;
type              302 net/netlabel/netlabel_mgmt.c 	switch (entry->def.type) {
type              329 net/netlabel/netlabel_mgmt.c 					      map4->def.type);
type              332 net/netlabel/netlabel_mgmt.c 			switch (map4->def.type) {
type              362 net/netlabel/netlabel_mgmt.c 					      map6->def.type);
type              366 net/netlabel/netlabel_mgmt.c 			switch (map6->def.type) {
type              383 net/netlabel/netlabel_mgmt.c 				      entry->def.type);
type              387 net/netlabel/netlabel_mgmt.c 				      entry->def.type);
type              395 net/netlabel/netlabel_mgmt.c 				      entry->def.type);
type              116 net/netlabel/netlabel_unlabeled.c 	[NLBL_UNLABEL_A_ACPTFLG] = { .type = NLA_U8 },
type              117 net/netlabel/netlabel_unlabeled.c 	[NLBL_UNLABEL_A_IPV6ADDR] = { .type = NLA_BINARY,
type              119 net/netlabel/netlabel_unlabeled.c 	[NLBL_UNLABEL_A_IPV6MASK] = { .type = NLA_BINARY,
type              121 net/netlabel/netlabel_unlabeled.c 	[NLBL_UNLABEL_A_IPV4ADDR] = { .type = NLA_BINARY,
type              123 net/netlabel/netlabel_unlabeled.c 	[NLBL_UNLABEL_A_IPV4MASK] = { .type = NLA_BINARY,
type              125 net/netlabel/netlabel_unlabeled.c 	[NLBL_UNLABEL_A_IFACE] = { .type = NLA_NUL_STRING,
type              127 net/netlabel/netlabel_unlabeled.c 	[NLBL_UNLABEL_A_SECCTX] = { .type = NLA_BINARY }
type             1506 net/netlabel/netlabel_unlabeled.c 	secattr->type = NETLBL_NLTYPE_UNLABELED;
type             1513 net/netlabel/netlabel_unlabeled.c 	secattr->type = NETLBL_NLTYPE_UNLABELED;
type             1542 net/netlabel/netlabel_unlabeled.c 	entry->def.type = NETLBL_NLTYPE_UNLABELED;
type               83 net/netlabel/netlabel_user.c struct audit_buffer *netlbl_audit_start_common(int type,
type               93 net/netlabel/netlabel_user.c 	audit_buf = audit_log_start(audit_context(), GFP_ATOMIC, type);
type               48 net/netlabel/netlabel_user.h struct audit_buffer *netlbl_audit_start_common(int type,
type              184 net/netlink/af_netlink.c 	if (unlikely(nt->dev->type != ARPHRD_NETLINK))
type              664 net/netlink/af_netlink.c 	if (sock->type != SOCK_RAW && sock->type != SOCK_DGRAM)
type             2166 net/netlink/af_netlink.c __nlmsg_put(struct sk_buff *skb, u32 portid, u32 seq, int type, int len, int flags)
type             2172 net/netlink/af_netlink.c 	nlh->nlmsg_type = type;
type              872 net/netlink/genetlink.c 	[CTRL_ATTR_FAMILY_ID]	= { .type = NLA_U16 },
type              873 net/netlink/genetlink.c 	[CTRL_ATTR_FAMILY_NAME]	= { .type = NLA_NUL_STRING,
type              408 net/netrom/af_netrom.c 	if (sock->type != SOCK_SEQPACKET || protocol != 0)
type               66 net/netrom/nr_dev.c 		     unsigned short type,
type              174 net/netrom/nr_dev.c 	dev->type		= ARPHRD_NETROM;
type              561 net/netrom/nr_route.c 	if ((dev->flags & IFF_UP) && dev->type == ARPHRD_AX25)
type              577 net/netrom/nr_route.c 		if ((dev->flags & IFF_UP) && dev->type == ARPHRD_NETROM)
type              597 net/netrom/nr_route.c 		if ((dev->flags & IFF_UP) && dev->type == ARPHRD_NETROM &&
type              646 net/netrom/nr_route.c 		switch (nr_route.type) {
type              678 net/netrom/nr_route.c 		switch (nr_route.type) {
type              866 net/nfc/core.c int nfc_add_se(struct nfc_dev *dev, u32 se_idx, u16 type)
type              882 net/nfc/core.c 	se->type = type;
type              888 net/nfc/core.c 	rc = nfc_genl_se_added(dev, se_idx, type);
type               53 net/nfc/digital.h int digital_in_configure_hw(struct nfc_digital_dev *ddev, int type, int param);
type               87 net/nfc/digital.h int digital_tg_configure_hw(struct nfc_digital_dev *ddev, int type, int param);
type               30 net/nfc/digital_core.c 	u8 type;
type              178 net/nfc/digital_core.c 	switch (cmd->type) {
type              207 net/nfc/digital_core.c 		pr_err("Unknown cmd type %d\n", cmd->type);
type              238 net/nfc/digital_core.c 	cmd->type = cmd_type;
type              255 net/nfc/digital_core.c int digital_in_configure_hw(struct nfc_digital_dev *ddev, int type, int param)
type              259 net/nfc/digital_core.c 	rc = ddev->ops->in_configure_hw(ddev, type, param);
type              266 net/nfc/digital_core.c int digital_tg_configure_hw(struct nfc_digital_dev *ddev, int type, int param)
type              270 net/nfc/digital_core.c 	rc = ddev->ops->tg_configure_hw(ddev, type, param);
type              133 net/nfc/hci/core.c 	u8 type;
type              140 net/nfc/hci/core.c 		type = HCP_MSG_GET_TYPE(message->header);
type              144 net/nfc/hci/core.c 		nfc_hci_hcp_message_rx(hdev, pipe, type, instruction, skb);
type              857 net/nfc/hci/core.c 	u8 type;
type              908 net/nfc/hci/core.c 	type = HCP_MSG_GET_TYPE(packet->message.header);
type              909 net/nfc/hci/core.c 	if (type == NFC_HCI_HCP_RESPONSE) {
type              914 net/nfc/hci/core.c 		nfc_hci_hcp_message_rx(hdev, pipe, type, instruction, hcp_skb);
type               66 net/nfc/hci/hci.h #define HCP_HEADER(type, instr) ((((type) & 0x03) << 6) | ((instr) & 0x3f))
type               71 net/nfc/hci/hci.h 			   u8 type, u8 instruction,
type               76 net/nfc/hci/hci.h void nfc_hci_hcp_message_rx(struct nfc_hci_dev *hdev, u8 pipe, u8 type,
type               22 net/nfc/hci/hcp.c 			   u8 type, u8 instruction,
type               39 net/nfc/hci/hcp.c 	cmd->wait_response = (type == NFC_HCI_HCP_COMMAND) ? true : false;
type               75 net/nfc/hci/hcp.c 			packet->message.header = HCP_HEADER(type, instruction);
type              119 net/nfc/hci/hcp.c void nfc_hci_hcp_message_rx(struct nfc_hci_dev *hdev, u8 pipe, u8 type,
type              122 net/nfc/hci/hcp.c 	switch (type) {
type              134 net/nfc/hci/hcp.c 		       type, instruction);
type              216 net/nfc/llcp.h struct sock *nfc_llcp_sock_alloc(struct socket *sock, int type, gfp_t gfp, int kern);
type              230 net/nfc/llcp.h u8 *nfc_llcp_build_tlv(u8 type, u8 *value, u8 value_length, u8 *tlv_length);
type               32 net/nfc/llcp_commands.c static u8 llcp_tlv8(u8 *tlv, u8 type)
type               34 net/nfc/llcp_commands.c 	if (tlv[0] != type || tlv[1] != llcp_tlv_length[tlv[0]])
type               40 net/nfc/llcp_commands.c static u16 llcp_tlv16(u8 *tlv, u8 type)
type               42 net/nfc/llcp_commands.c 	if (tlv[0] != type || tlv[1] != llcp_tlv_length[tlv[0]])
type               79 net/nfc/llcp_commands.c u8 *nfc_llcp_build_tlv(u8 type, u8 *value, u8 value_length, u8 *tlv_length)
type               83 net/nfc/llcp_commands.c 	pr_debug("type %d\n", type);
type               85 net/nfc/llcp_commands.c 	if (type >= LLCP_TLV_MAX)
type               88 net/nfc/llcp_commands.c 	length = llcp_tlv_length[type];
type               99 net/nfc/llcp_commands.c 	tlv[0] = type;
type              195 net/nfc/llcp_commands.c 	u8 *tlv = tlv_array, type, length, offset = 0;
type              203 net/nfc/llcp_commands.c 		type = tlv[0];
type              206 net/nfc/llcp_commands.c 		pr_debug("type 0x%x length %d\n", type, length);
type              208 net/nfc/llcp_commands.c 		switch (type) {
type              225 net/nfc/llcp_commands.c 			pr_err("Invalid gt tlv value 0x%x\n", type);
type              244 net/nfc/llcp_commands.c 	u8 *tlv = tlv_array, type, length, offset = 0;
type              252 net/nfc/llcp_commands.c 		type = tlv[0];
type              255 net/nfc/llcp_commands.c 		pr_debug("type 0x%x length %d\n", type, length);
type              257 net/nfc/llcp_commands.c 		switch (type) {
type              267 net/nfc/llcp_commands.c 			pr_err("Invalid gt tlv value 0x%x\n", type);
type              820 net/nfc/llcp_core.c 	u8 *tlv = &skb->data[2], type, length;
type              824 net/nfc/llcp_core.c 		type = tlv[0];
type              827 net/nfc/llcp_core.c 		pr_debug("type 0x%x length %d\n", type, length);
type              829 net/nfc/llcp_core.c 		if (type == LLCP_TLV_SN) {
type             1232 net/nfc/llcp_core.c 	u8 dsap, ssap, *tlv, type, length, tid, sap;
type             1257 net/nfc/llcp_core.c 		type = tlv[0];
type             1260 net/nfc/llcp_core.c 		switch (type) {
type             1347 net/nfc/llcp_core.c 			pr_err("Invalid SNL tlv value 0x%x\n", type);
type              202 net/nfc/llcp_sock.c 	if ((sock->type != SOCK_SEQPACKET && sock->type != SOCK_STREAM) ||
type              635 net/nfc/llcp_sock.c 	if (sock->type == SOCK_RAW)
type              950 net/nfc/llcp_sock.c struct sock *nfc_llcp_sock_alloc(struct socket *sock, int type, gfp_t gfp, int kern)
type              964 net/nfc/llcp_sock.c 	sk->sk_type = type;
type             1007 net/nfc/llcp_sock.c 	if (sock->type != SOCK_STREAM &&
type             1008 net/nfc/llcp_sock.c 	    sock->type != SOCK_DGRAM &&
type             1009 net/nfc/llcp_sock.c 	    sock->type != SOCK_RAW)
type             1012 net/nfc/llcp_sock.c 	if (sock->type == SOCK_RAW) {
type             1020 net/nfc/llcp_sock.c 	sk = nfc_llcp_sock_alloc(sock, sock->type, GFP_ATOMIC, kern);
type              330 net/nfc/nci/core.c 	cmd.type = opt;
type               88 net/nfc/nci/hci.c #define NCI_HCP_HEADER(type, instr) ((((type) & 0x03) << 6) |\
type              387 net/nfc/nci/hci.c 				   u8 type, u8 instruction, struct sk_buff *skb)
type              389 net/nfc/nci/hci.c 	switch (type) {
type              401 net/nfc/nci/hci.c 		       type, instruction);
type              415 net/nfc/nci/hci.c 	u8 pipe, type, instruction;
type              421 net/nfc/nci/hci.c 		type = NCI_HCP_MSG_GET_TYPE(message->header);
type              426 net/nfc/nci/hci.c 				       type, instruction, skb);
type              435 net/nfc/nci/hci.c 	u8 pipe, type;
type              491 net/nfc/nci/hci.c 	type = NCI_HCP_MSG_GET_TYPE(packet->message.header);
type              492 net/nfc/nci/hci.c 	if (type == NCI_HCI_HCP_RESPONSE) {
type              495 net/nfc/nci/hci.c 		nci_hci_hcp_message_rx(ndev, pipe, type,
type              672 net/nfc/nci/ntf.c 	pr_debug("entry, type 0x%x, reason 0x%x\n", ntf->type, ntf->reason);
type              692 net/nfc/nci/ntf.c 	switch (ntf->type) {
type               31 net/nfc/netlink.c 	[NFC_ATTR_DEVICE_INDEX] = { .type = NLA_U32 },
type               32 net/nfc/netlink.c 	[NFC_ATTR_DEVICE_NAME] = { .type = NLA_STRING,
type               34 net/nfc/netlink.c 	[NFC_ATTR_PROTOCOLS] = { .type = NLA_U32 },
type               35 net/nfc/netlink.c 	[NFC_ATTR_TARGET_INDEX] = { .type = NLA_U32 },
type               36 net/nfc/netlink.c 	[NFC_ATTR_COMM_MODE] = { .type = NLA_U8 },
type               37 net/nfc/netlink.c 	[NFC_ATTR_RF_MODE] = { .type = NLA_U8 },
type               38 net/nfc/netlink.c 	[NFC_ATTR_DEVICE_POWERED] = { .type = NLA_U8 },
type               39 net/nfc/netlink.c 	[NFC_ATTR_IM_PROTOCOLS] = { .type = NLA_U32 },
type               40 net/nfc/netlink.c 	[NFC_ATTR_TM_PROTOCOLS] = { .type = NLA_U32 },
type               41 net/nfc/netlink.c 	[NFC_ATTR_LLC_PARAM_LTO] = { .type = NLA_U8 },
type               42 net/nfc/netlink.c 	[NFC_ATTR_LLC_PARAM_RW] = { .type = NLA_U8 },
type               43 net/nfc/netlink.c 	[NFC_ATTR_LLC_PARAM_MIUX] = { .type = NLA_U16 },
type               44 net/nfc/netlink.c 	[NFC_ATTR_LLC_SDP] = { .type = NLA_NESTED },
type               45 net/nfc/netlink.c 	[NFC_ATTR_FIRMWARE_NAME] = { .type = NLA_STRING,
type               47 net/nfc/netlink.c 	[NFC_ATTR_SE_INDEX] = { .type = NLA_U32 },
type               48 net/nfc/netlink.c 	[NFC_ATTR_SE_APDU] = { .type = NLA_BINARY },
type               49 net/nfc/netlink.c 	[NFC_ATTR_VENDOR_ID] = { .type = NLA_U32 },
type               50 net/nfc/netlink.c 	[NFC_ATTR_VENDOR_SUBCMD] = { .type = NLA_U32 },
type               51 net/nfc/netlink.c 	[NFC_ATTR_VENDOR_DATA] = { .type = NLA_BINARY },
type               56 net/nfc/netlink.c 	[NFC_SDP_ATTR_URI] = { .type = NLA_STRING,
type               58 net/nfc/netlink.c 	[NFC_SDP_ATTR_SAP] = { .type = NLA_U8 },
type              432 net/nfc/netlink.c int nfc_genl_se_added(struct nfc_dev *dev, u32 se_idx, u16 type)
type              448 net/nfc/netlink.c 	    nla_put_u8(msg, NFC_ATTR_SE_TYPE, type))
type              515 net/nfc/netlink.c 	    nla_put_u8(msg, NFC_ATTR_SE_TYPE, se->type) ||
type              560 net/nfc/netlink.c 	    nla_put_u8(msg, NFC_ATTR_SE_TYPE, se->type))
type             1343 net/nfc/netlink.c 		    nla_put_u8(msg, NFC_ATTR_SE_TYPE, se->type))
type               92 net/nfc/nfc.h  int nfc_genl_se_added(struct nfc_dev *dev, u32 se_idx, u16 type);
type               66 net/nfc/rawsock.c 	if (sock->type == SOCK_RAW)
type              332 net/nfc/rawsock.c 	if ((sock->type != SOCK_SEQPACKET) && (sock->type != SOCK_RAW))
type              335 net/nfc/rawsock.c 	if (sock->type == SOCK_RAW)
type              348 net/nfc/rawsock.c 	if (sock->type == SOCK_RAW)
type              129 net/nsh/nsh.c  	.type = htons(ETH_P_NSH),
type              830 net/openvswitch/actions.c 	if (key->eth.type == htons(ETH_P_IP)) {
type              846 net/openvswitch/actions.c 	} else if (key->eth.type == htons(ETH_P_IPV6)) {
type              869 net/openvswitch/actions.c 			  ovs_vport_name(vport), ntohs(key->eth.type), mru,
type             1049 net/openvswitch/actions.c #define get_mask(a, type) ((const type)nla_data(a) + 1)
type               97 net/openvswitch/conntrack.c 	[OVS_CT_LIMIT_ATTR_ZONE_LIMIT] = { .type = NLA_NESTED, },
type              107 net/openvswitch/conntrack.c 	switch (ntohs(key->eth.type)) {
type              181 net/openvswitch/conntrack.c 		key->ct.orig_tp.src = htons(orig->dst.u.icmp.type);
type              207 net/openvswitch/conntrack.c 		if (key->eth.type == htons(ETH_P_IP) &&
type              213 net/openvswitch/conntrack.c 		} else if (key->eth.type == htons(ETH_P_IPV6) &&
type              303 net/openvswitch/conntrack.c 		if (swkey->eth.type == htons(ETH_P_IP)) {
type              314 net/openvswitch/conntrack.c 		} else if (swkey->eth.type == htons(ETH_P_IPV6)) {
type              499 net/openvswitch/conntrack.c 	if (key->eth.type == htons(ETH_P_IP)) {
type              509 net/openvswitch/conntrack.c 	} else if (key->eth.type == htons(ETH_P_IPV6)) {
type              822 net/openvswitch/conntrack.c 		if (key->eth.type == htons(ETH_P_IP))
type              824 net/openvswitch/conntrack.c 		else if (key->eth.type == htons(ETH_P_IPV6))
type              844 net/openvswitch/conntrack.c 		if (key->eth.type == htons(ETH_P_IP))
type              846 net/openvswitch/conntrack.c 		else if (key->eth.type == htons(ETH_P_IPV6))
type             1383 net/openvswitch/conntrack.c 		int type = nla_type(a);
type             1385 net/openvswitch/conntrack.c 		if (type > OVS_NAT_ATTR_MAX) {
type             1387 net/openvswitch/conntrack.c 				  type, OVS_NAT_ATTR_MAX);
type             1391 net/openvswitch/conntrack.c 		if (nla_len(a) != ovs_nat_attr_lens[type][ip_vers]) {
type             1393 net/openvswitch/conntrack.c 				  type, nla_len(a),
type             1394 net/openvswitch/conntrack.c 				  ovs_nat_attr_lens[type][ip_vers]);
type             1398 net/openvswitch/conntrack.c 		switch (type) {
type             1406 net/openvswitch/conntrack.c 			info->nat |= ((type == OVS_NAT_ATTR_SRC)
type             1447 net/openvswitch/conntrack.c 			OVS_NLERR(log, "Unknown nat attribute (%d)", type);
type             1513 net/openvswitch/conntrack.c 		int type = nla_type(a);
type             1517 net/openvswitch/conntrack.c 		if (type > OVS_CT_ATTR_MAX) {
type             1520 net/openvswitch/conntrack.c 				  type, OVS_CT_ATTR_MAX);
type             1524 net/openvswitch/conntrack.c 		maxlen = ovs_ct_attr_lens[type].maxlen;
type             1525 net/openvswitch/conntrack.c 		minlen = ovs_ct_attr_lens[type].minlen;
type             1529 net/openvswitch/conntrack.c 				  type, nla_len(a), maxlen);
type             1533 net/openvswitch/conntrack.c 		switch (type) {
type             1601 net/openvswitch/conntrack.c 				  type);
type              627 net/openvswitch/datapath.c 	[OVS_PACKET_ATTR_KEY] = { .type = NLA_NESTED },
type              628 net/openvswitch/datapath.c 	[OVS_PACKET_ATTR_ACTIONS] = { .type = NLA_NESTED },
type              629 net/openvswitch/datapath.c 	[OVS_PACKET_ATTR_PROBE] = { .type = NLA_FLAG },
type              630 net/openvswitch/datapath.c 	[OVS_PACKET_ATTR_MRU] = { .type = NLA_U16 },
type             1422 net/openvswitch/datapath.c 	[OVS_FLOW_ATTR_KEY] = { .type = NLA_NESTED },
type             1423 net/openvswitch/datapath.c 	[OVS_FLOW_ATTR_MASK] = { .type = NLA_NESTED },
type             1424 net/openvswitch/datapath.c 	[OVS_FLOW_ATTR_ACTIONS] = { .type = NLA_NESTED },
type             1425 net/openvswitch/datapath.c 	[OVS_FLOW_ATTR_CLEAR] = { .type = NLA_FLAG },
type             1426 net/openvswitch/datapath.c 	[OVS_FLOW_ATTR_PROBE] = { .type = NLA_FLAG },
type             1427 net/openvswitch/datapath.c 	[OVS_FLOW_ATTR_UFID] = { .type = NLA_UNSPEC, .len = 1 },
type             1428 net/openvswitch/datapath.c 	[OVS_FLOW_ATTR_UFID_FLAGS] = { .type = NLA_U32 },
type             1642 net/openvswitch/datapath.c 	parms.type = OVS_VPORT_TYPE_INTERNAL;
type             1848 net/openvswitch/datapath.c 	[OVS_DP_ATTR_NAME] = { .type = NLA_NUL_STRING, .len = IFNAMSIZ - 1 },
type             1849 net/openvswitch/datapath.c 	[OVS_DP_ATTR_UPCALL_PID] = { .type = NLA_U32 },
type             1850 net/openvswitch/datapath.c 	[OVS_DP_ATTR_USER_FEATURES] = { .type = NLA_U32 },
type             1909 net/openvswitch/datapath.c 	    nla_put_u32(skb, OVS_VPORT_ATTR_TYPE, vport->ops->type) ||
type             2088 net/openvswitch/datapath.c 	parms.type = nla_get_u32(a[OVS_VPORT_ATTR_TYPE]);
type             2143 net/openvswitch/datapath.c 	    nla_get_u32(a[OVS_VPORT_ATTR_TYPE]) != vport->ops->type) {
type             2306 net/openvswitch/datapath.c 	[OVS_VPORT_ATTR_NAME] = { .type = NLA_NUL_STRING, .len = IFNAMSIZ - 1 },
type             2308 net/openvswitch/datapath.c 	[OVS_VPORT_ATTR_PORT_NO] = { .type = NLA_U32 },
type             2309 net/openvswitch/datapath.c 	[OVS_VPORT_ATTR_TYPE] = { .type = NLA_U32 },
type             2310 net/openvswitch/datapath.c 	[OVS_VPORT_ATTR_UPCALL_PID] = { .type = NLA_UNSPEC },
type             2311 net/openvswitch/datapath.c 	[OVS_VPORT_ATTR_OPTIONS] = { .type = NLA_NESTED },
type             2312 net/openvswitch/datapath.c 	[OVS_VPORT_ATTR_IFINDEX] = { .type = NLA_U32 },
type             2313 net/openvswitch/datapath.c 	[OVS_VPORT_ATTR_NETNSID] = { .type = NLA_S32 },
type             2415 net/openvswitch/datapath.c 				if (vport->ops->type != OVS_VPORT_TYPE_INTERNAL)
type               48 net/openvswitch/dp_notify.c 				if (vport->ops->type == OVS_VPORT_TYPE_INTERNAL)
type              537 net/openvswitch/flow.c 	if (key->eth.type == htons(ETH_P_IP)) {
type              605 net/openvswitch/flow.c 				key->tp.src = htons(icmp->type);
type              612 net/openvswitch/flow.c 	} else if (key->eth.type == htons(ETH_P_ARP) ||
type              613 net/openvswitch/flow.c 		   key->eth.type == htons(ETH_P_RARP)) {
type              639 net/openvswitch/flow.c 	} else if (eth_p_mpls(key->eth.type)) {
type              661 net/openvswitch/flow.c 	} else if (key->eth.type == htons(ETH_P_IPV6)) {
type              723 net/openvswitch/flow.c 	} else if (key->eth.type == htons(ETH_P_NSH)) {
type              772 net/openvswitch/flow.c 		key->eth.type = skb->protocol;
type              786 net/openvswitch/flow.c 		key->eth.type = parse_ethertype(skb);
type              787 net/openvswitch/flow.c 		if (unlikely(key->eth.type == htons(0)))
type              797 net/openvswitch/flow.c 			skb->protocol = key->eth.type;
type              830 net/openvswitch/flow.c 	switch (skb->dev->type) {
type              924 net/openvswitch/flow.c 	skb->protocol = key->eth.type;
type              934 net/openvswitch/flow.c 	    key->eth.type != htons(ETH_P_IP))
type              937 net/openvswitch/flow.c 	    (key->eth.type != htons(ETH_P_IPV6) ||
type               79 net/openvswitch/flow.h 		__be16 type;		/* Ethernet frame type. */
type              154 net/openvswitch/flow.h 	return key->eth.type == htons(ETH_P_IPV6) &&
type              179 net/openvswitch/flow_netlink.c 	if (match->key->eth.type == htons(ETH_P_ARP)
type              180 net/openvswitch/flow_netlink.c 			|| match->key->eth.type == htons(ETH_P_RARP)) {
type              182 net/openvswitch/flow_netlink.c 		if (match->mask && (match->mask->key.eth.type == htons(0xffff)))
type              186 net/openvswitch/flow_netlink.c 	if (eth_p_mpls(match->key->eth.type)) {
type              188 net/openvswitch/flow_netlink.c 		if (match->mask && (match->mask->key.eth.type == htons(0xffff)))
type              192 net/openvswitch/flow_netlink.c 	if (match->key->eth.type == htons(ETH_P_IP)) {
type              194 net/openvswitch/flow_netlink.c 		if (match->mask && match->mask->key.eth.type == htons(0xffff)) {
type              229 net/openvswitch/flow_netlink.c 	if (match->key->eth.type == htons(ETH_P_IPV6)) {
type              231 net/openvswitch/flow_netlink.c 		if (match->mask && match->mask->key.eth.type == htons(0xffff)) {
type              280 net/openvswitch/flow_netlink.c 	if (match->key->eth.type == htons(ETH_P_NSH)) {
type              283 net/openvswitch/flow_netlink.c 		    match->mask->key.eth.type == htons(0xffff)) {
type              471 net/openvswitch/flow_netlink.c 		u16 type = nla_type(nla);
type              474 net/openvswitch/flow_netlink.c 		if (type > OVS_KEY_ATTR_MAX) {
type              476 net/openvswitch/flow_netlink.c 				  type, OVS_KEY_ATTR_MAX);
type              480 net/openvswitch/flow_netlink.c 		if (attrs & (1 << type)) {
type              481 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "Duplicate key (type %d).", type);
type              485 net/openvswitch/flow_netlink.c 		expected_len = ovs_key_lens[type].len;
type              488 net/openvswitch/flow_netlink.c 				  type, nla_len(nla), expected_len);
type              493 net/openvswitch/flow_netlink.c 			attrs |= 1 << type;
type              494 net/openvswitch/flow_netlink.c 			a[type] = nla;
type              583 net/openvswitch/flow_netlink.c 		int type = nla_type(a);
type              585 net/openvswitch/flow_netlink.c 		if (type > OVS_VXLAN_EXT_MAX) {
type              587 net/openvswitch/flow_netlink.c 				  type, OVS_VXLAN_EXT_MAX);
type              592 net/openvswitch/flow_netlink.c 				    ovs_vxlan_ext_key_lens[type].len)) {
type              594 net/openvswitch/flow_netlink.c 				  type, nla_len(a),
type              595 net/openvswitch/flow_netlink.c 				  ovs_vxlan_ext_key_lens[type].len);
type              599 net/openvswitch/flow_netlink.c 		switch (type) {
type              605 net/openvswitch/flow_netlink.c 				  type);
type              665 net/openvswitch/flow_netlink.c 		int type = nla_type(a);
type              668 net/openvswitch/flow_netlink.c 		if (type > OVS_TUNNEL_KEY_ATTR_MAX) {
type              670 net/openvswitch/flow_netlink.c 				  type, OVS_TUNNEL_KEY_ATTR_MAX);
type              675 net/openvswitch/flow_netlink.c 				    ovs_tunnel_key_lens[type].len)) {
type              677 net/openvswitch/flow_netlink.c 				  type, nla_len(a), ovs_tunnel_key_lens[type].len);
type              681 net/openvswitch/flow_netlink.c 		switch (type) {
type              744 net/openvswitch/flow_netlink.c 			opts_type = type;
type              757 net/openvswitch/flow_netlink.c 			opts_type = type;
type              773 net/openvswitch/flow_netlink.c 			opts_type = type;
type              781 net/openvswitch/flow_netlink.c 				  type);
type             1137 net/openvswitch/flow_netlink.c 	SW_FLOW_KEY_PUT(match, eth.type, eth_type, is_mask);
type             1295 net/openvswitch/flow_netlink.c 		int type = nla_type(a);
type             1297 net/openvswitch/flow_netlink.c 		switch (type) {
type             1343 net/openvswitch/flow_netlink.c 		int type = nla_type(a);
type             1345 net/openvswitch/flow_netlink.c 		switch (type) {
type             1390 net/openvswitch/flow_netlink.c 		int type = nla_type(a);
type             1393 net/openvswitch/flow_netlink.c 		if (type > OVS_NSH_KEY_ATTR_MAX) {
type             1395 net/openvswitch/flow_netlink.c 				  type, OVS_NSH_KEY_ATTR_MAX);
type             1400 net/openvswitch/flow_netlink.c 				    ovs_nsh_key_attr_lens[type].len)) {
type             1404 net/openvswitch/flow_netlink.c 			    type,
type             1406 net/openvswitch/flow_netlink.c 			    ovs_nsh_key_attr_lens[type].len
type             1411 net/openvswitch/flow_netlink.c 		switch (type) {
type             1456 net/openvswitch/flow_netlink.c 				  type);
type             1529 net/openvswitch/flow_netlink.c 			SW_FLOW_KEY_PUT(match, eth.type, htons(ETH_P_802_2), is_mask);
type             1531 net/openvswitch/flow_netlink.c 	} else if (!match->key->eth.type) {
type             2027 net/openvswitch/flow_netlink.c 		if (swkey->eth.vlan.tci || eth_type_vlan(swkey->eth.type)) {
type             2034 net/openvswitch/flow_netlink.c 			if (swkey->eth.cvlan.tci || eth_type_vlan(swkey->eth.type)) {
type             2044 net/openvswitch/flow_netlink.c 		if (swkey->eth.type == htons(ETH_P_802_2)) {
type             2051 net/openvswitch/flow_netlink.c 			if (is_mask && output->eth.type)
type             2053 net/openvswitch/flow_netlink.c 							output->eth.type))
type             2059 net/openvswitch/flow_netlink.c 	if (nla_put_be16(skb, OVS_KEY_ATTR_ETHERTYPE, output->eth.type))
type             2062 net/openvswitch/flow_netlink.c 	if (eth_type_vlan(swkey->eth.type)) {
type             2070 net/openvswitch/flow_netlink.c 	if (swkey->eth.type == htons(ETH_P_IP)) {
type             2083 net/openvswitch/flow_netlink.c 	} else if (swkey->eth.type == htons(ETH_P_IPV6)) {
type             2099 net/openvswitch/flow_netlink.c 	} else if (swkey->eth.type == htons(ETH_P_NSH)) {
type             2102 net/openvswitch/flow_netlink.c 	} else if (swkey->eth.type == htons(ETH_P_ARP) ||
type             2103 net/openvswitch/flow_netlink.c 		   swkey->eth.type == htons(ETH_P_RARP)) {
type             2116 net/openvswitch/flow_netlink.c 	} else if (eth_p_mpls(swkey->eth.type)) {
type             2126 net/openvswitch/flow_netlink.c 	if ((swkey->eth.type == htons(ETH_P_IP) ||
type             2127 net/openvswitch/flow_netlink.c 	     swkey->eth.type == htons(ETH_P_IPV6)) &&
type             2160 net/openvswitch/flow_netlink.c 		} else if (swkey->eth.type == htons(ETH_P_IP) &&
type             2170 net/openvswitch/flow_netlink.c 		} else if (swkey->eth.type == htons(ETH_P_IPV6) &&
type             2425 net/openvswitch/flow_netlink.c 		int type = nla_type(a);
type             2426 net/openvswitch/flow_netlink.c 		if (!type || type > OVS_SAMPLE_ATTR_MAX || attrs[type])
type             2428 net/openvswitch/flow_netlink.c 		attrs[type] = a;
type             2545 net/openvswitch/flow_netlink.c 		crit_opt |= !!(option->type & GENEVE_CRIT_OPT_TYPE);
type             2837 net/openvswitch/flow_netlink.c 		[OVS_USERSPACE_ATTR_PID] = {.type = NLA_U32 },
type             2838 net/openvswitch/flow_netlink.c 		[OVS_USERSPACE_ATTR_USERDATA] = {.type = NLA_UNSPEC },
type             2839 net/openvswitch/flow_netlink.c 		[OVS_USERSPACE_ATTR_EGRESS_TUN_PORT] = {.type = NLA_U32 },
type             2857 net/openvswitch/flow_netlink.c 	[OVS_CHECK_PKT_LEN_ATTR_PKT_LEN] = {.type = NLA_U16 },
type             2858 net/openvswitch/flow_netlink.c 	[OVS_CHECK_PKT_LEN_ATTR_ACTIONS_IF_GREATER] = {.type = NLA_NESTED },
type             2859 net/openvswitch/flow_netlink.c 	[OVS_CHECK_PKT_LEN_ATTR_ACTIONS_IF_LESS_EQUAL] = {.type = NLA_NESTED },
type             2987 net/openvswitch/flow_netlink.c 		int type = nla_type(a);
type             2990 net/openvswitch/flow_netlink.c 		if (type > OVS_ACTION_ATTR_MAX ||
type             2991 net/openvswitch/flow_netlink.c 		    (action_lens[type] != nla_len(a) &&
type             2992 net/openvswitch/flow_netlink.c 		     action_lens[type] != (u32)-1))
type             2996 net/openvswitch/flow_netlink.c 		switch (type) {
type             3200 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "Unknown Action type %d", type);
type             3228 net/openvswitch/flow_netlink.c 	err = __ovs_nla_copy_actions(net, attr, key, sfa, key->eth.type,
type             3427 net/openvswitch/flow_netlink.c 		int type = nla_type(a);
type             3429 net/openvswitch/flow_netlink.c 		switch (type) {
type             3467 net/openvswitch/flow_netlink.c 			if (nla_put(skb, type, nla_len(a), nla_data(a)))
type               25 net/openvswitch/meter.c 	[OVS_METER_ATTR_ID] = { .type = NLA_U32, },
type               26 net/openvswitch/meter.c 	[OVS_METER_ATTR_KBPS] = { .type = NLA_FLAG },
type               28 net/openvswitch/meter.c 	[OVS_METER_ATTR_BANDS] = { .type = NLA_NESTED },
type               29 net/openvswitch/meter.c 	[OVS_METER_ATTR_USED] = { .type = NLA_U64 },
type               30 net/openvswitch/meter.c 	[OVS_METER_ATTR_CLEAR] = { .type = NLA_FLAG },
type               31 net/openvswitch/meter.c 	[OVS_METER_ATTR_MAX_METERS] = { .type = NLA_U32 },
type               32 net/openvswitch/meter.c 	[OVS_METER_ATTR_MAX_BANDS] = { .type = NLA_U32 },
type               36 net/openvswitch/meter.c 	[OVS_BAND_ATTR_TYPE] = { .type = NLA_U32, },
type               37 net/openvswitch/meter.c 	[OVS_BAND_ATTR_RATE] = { .type = NLA_U32, },
type               38 net/openvswitch/meter.c 	[OVS_BAND_ATTR_BURST] = { .type = NLA_U32, },
type              240 net/openvswitch/meter.c 		band->type = nla_get_u32(attr[OVS_BAND_ATTR_TYPE]);
type              514 net/openvswitch/meter.c 		if (band->type == OVS_METER_BAND_TYPE_DROP) {
type               23 net/openvswitch/meter.h 	u32 type;
type              118 net/openvswitch/vport-geneve.c 	.type		= OVS_VPORT_TYPE_GENEVE,
type               82 net/openvswitch/vport-gre.c 	.type		= OVS_VPORT_TYPE_GRE,
type              255 net/openvswitch/vport-internal_dev.c 	.type		= OVS_VPORT_TYPE_INTERNAL,
type               47 net/openvswitch/vport-netdev.c 	if (skb->dev->type == ARPHRD_ETHER) {
type               88 net/openvswitch/vport-netdev.c 	    (vport->dev->type != ARPHRD_ETHER &&
type               89 net/openvswitch/vport-netdev.c 	     vport->dev->type != ARPHRD_NONE) ||
type              197 net/openvswitch/vport-netdev.c 	.type		= OVS_VPORT_TYPE_NETDEV,
type               48 net/openvswitch/vport-vxlan.c 	[OVS_VXLAN_EXT_GBP]	= { .type = NLA_FLAG, },
type              147 net/openvswitch/vport-vxlan.c 	.type			= OVS_VPORT_TYPE_VXLAN,
type               68 net/openvswitch/vport.c 		if (ops->type == o->type)
type              173 net/openvswitch/vport.c 		if (ops->type == parms->type)
type              216 net/openvswitch/vport.c 	request_module("vport-type-%d", parms->type);
type              473 net/openvswitch/vport.c 	switch (vport->dev->type) {
type               96 net/openvswitch/vport.h 	enum ovs_vport_type type;
type              122 net/openvswitch/vport.h 	enum ovs_vport_type type;
type             1433 net/packet/af_packet.c 	switch (f->type) {
type             1512 net/packet/af_packet.c 	switch (f->type) {
type             1584 net/packet/af_packet.c 	switch (po->fanout->type) {
type             1596 net/packet/af_packet.c 	switch (f->type) {
type             1638 net/packet/af_packet.c 	u8 type = type_flags & 0xff;
type             1642 net/packet/af_packet.c 	switch (type) {
type             1664 net/packet/af_packet.c 	if (type == PACKET_FANOUT_ROLLOVER ||
type             1706 net/packet/af_packet.c 		match->type = type;
type             1712 net/packet/af_packet.c 		match->prot_hook.type = po->prot_hook.type;
type             1723 net/packet/af_packet.c 	    match->type == type &&
type             1724 net/packet/af_packet.c 	    match->prot_hook.type == po->prot_hook.type &&
type             1782 net/packet/af_packet.c 	if (unlikely(dev->type != ARPHRD_ETHER))
type             1841 net/packet/af_packet.c 	spkt->spkt_family = dev->type;
type             1862 net/packet/af_packet.c 	    sock->type == SOCK_RAW) {
type             2109 net/packet/af_packet.c 	sll->sll_hatype = dev->type;
type             2366 net/packet/af_packet.c 	sll->sll_hatype = dev->type;
type             2497 net/packet/af_packet.c 	if (sock->type == SOCK_DGRAM) {
type             2660 net/packet/af_packet.c 		if (po->sk.sk_socket->type == SOCK_DGRAM) {
type             2682 net/packet/af_packet.c 	if (po->sk.sk_socket->type == SOCK_RAW)
type             2871 net/packet/af_packet.c 		if (sock->type == SOCK_DGRAM) {
type             2894 net/packet/af_packet.c 	if (sock->type == SOCK_RAW)
type             2929 net/packet/af_packet.c 	if (sock->type == SOCK_DGRAM) {
type             2945 net/packet/af_packet.c 	if (sock->type == SOCK_RAW &&
type             3123 net/packet/af_packet.c 	proto_curr = po->prot_hook.type;
type             3145 net/packet/af_packet.c 		po->prot_hook.type = proto;
type             3242 net/packet/af_packet.c 	if (sock->type != SOCK_DGRAM && sock->type != SOCK_RAW &&
type             3243 net/packet/af_packet.c 	    sock->type != SOCK_PACKET)
type             3254 net/packet/af_packet.c 	if (sock->type == SOCK_PACKET)
type             3283 net/packet/af_packet.c 	if (sock->type == SOCK_PACKET)
type             3289 net/packet/af_packet.c 		po->prot_hook.type = proto;
type             3381 net/packet/af_packet.c 	if (sock->type != SOCK_PACKET) {
type             3398 net/packet/af_packet.c 		if (sock->type == SOCK_PACKET) {
type             3494 net/packet/af_packet.c 		sll->sll_hatype = dev->type;
type             3509 net/packet/af_packet.c 	switch (i->type) {
type             3577 net/packet/af_packet.c 		    ml->type == mreq->mr_type &&
type             3587 net/packet/af_packet.c 	i->type = mreq->mr_type;
type             3614 net/packet/af_packet.c 		    ml->type == mreq->mr_type &&
type             3823 net/packet/af_packet.c 		if (sock->type != SOCK_RAW)
type             4007 net/packet/af_packet.c 			((u32)po->fanout->type << 16) |
type             4053 net/packet/af_packet.c 	    po->fanout && po->fanout->type == PACKET_FANOUT_CBPF) {
type               59 net/packet/diag.c 		dml->pdmc_type = ml->type;
type              121 net/packet/diag.c 		val = (u32)po->fanout->id | ((u32)po->fanout->type << 16);
type               11 net/packet/internal.h 	unsigned short		type;
type               86 net/packet/internal.h 	u8			type;
type               63 net/phonet/af_phonet.c 		switch (sock->type) {
type               82 net/phonet/af_phonet.c 	if (sock->type != pnp->sock_type) {
type              118 net/phonet/af_phonet.c 				unsigned short type, const void *daddr,
type              123 net/phonet/af_phonet.c 	if (type != ETH_P_PHONET)
type              453 net/phonet/af_phonet.c 	.type = cpu_to_be16(ETH_P_PHONET),
type              216 net/phonet/pep-gprs.c 	dev->type		= ARPHRD_PHONET_PIPE;
type              217 net/phonet/pep.c static int pipe_snd_status(struct sock *sk, u8 type, u8 status, gfp_t priority)
type              219 net/phonet/pep.c 	u8 data[4] = { type, PAD, PAD, status };
type              313 net/phonet/pep.c 		u8 type, buf[2], len = sizeof(buf);
type              314 net/phonet/pep.c 		u8 *data = pep_get_sb(skb, &type, &len, buf);
type              318 net/phonet/pep.c 		switch (type) {
type              498 net/phonet/pep.c 		u8 type, buf[6], len = sizeof(buf);
type              499 net/phonet/pep.c 		const u8 *data = pep_get_sb(skb, &type, &len, buf);
type              504 net/phonet/pep.c 		switch (type) {
type              809 net/phonet/pep.c 		u8 type, buf[1], len = sizeof(buf);
type              810 net/phonet/pep.c 		const u8 *data = pep_get_sb(skb, &type, &len, buf);
type              814 net/phonet/pep.c 		switch (type) {
type              288 net/phonet/pn_dev.c 		if (dev->type == ARPHRD_PHONET)
type               48 net/phonet/pn_netlink.c 	[IFA_LOCAL] = { .type = NLA_U8 },
type              214 net/phonet/pn_netlink.c 	[RTA_DST] = { .type = NLA_U8 },
type              215 net/phonet/pn_netlink.c 	[RTA_OIF] = { .type = NLA_U32 },
type               36 net/qrtr/qrtr.c 	__le32 type;
type               59 net/qrtr/qrtr.c 	u8 type;
type               77 net/qrtr/qrtr.c 	u8 type;
type              132 net/qrtr/qrtr.c 			      int type, struct sockaddr_qrtr *from,
type              135 net/qrtr/qrtr.c 			      int type, struct sockaddr_qrtr *from,
type              176 net/qrtr/qrtr.c 			     int type, struct sockaddr_qrtr *from,
type              185 net/qrtr/qrtr.c 	hdr->type = cpu_to_le32(type);
type              279 net/qrtr/qrtr.c 		cb->type = le32_to_cpu(v1->type);
type              292 net/qrtr/qrtr.c 		cb->type = v2->type;
type              314 net/qrtr/qrtr.c 	if (cb->dst_port != QRTR_PORT_CTRL && cb->type != QRTR_TYPE_DATA)
type              670 net/qrtr/qrtr.c 			      int type, struct sockaddr_qrtr *from,
type              699 net/qrtr/qrtr.c 			      int type, struct sockaddr_qrtr *from,
type              710 net/qrtr/qrtr.c 		qrtr_node_enqueue(node, skbn, type, from, to);
type              714 net/qrtr/qrtr.c 	qrtr_local_enqueue(NULL, skb, type, from, to);
type              730 net/qrtr/qrtr.c 	u32 type;
type              808 net/qrtr/qrtr.c 	type = le32_to_cpu(qrtr_type);
type              809 net/qrtr/qrtr.c 	rc = enqueue_fn(node, skb, type, &ipc->us, addr);
type             1050 net/qrtr/qrtr.c 	if (sock->type != SOCK_DGRAM)
type             1071 net/qrtr/qrtr.c 	[IFA_LOCAL] = { .type = NLA_U32 },
type              705 net/rds/af_rds.c 	if (sock->type != SOCK_SEQPACKET || protocol)
type              198 net/rds/message.c int rds_message_add_extension(struct rds_header *hdr, unsigned int type,
type              208 net/rds/message.c 	if (type >= __RDS_EXTHDR_MAX || len != rds_exthdr_size[type])
type              215 net/rds/message.c 	*dst++ = type;
type              859 net/rds/rds.h  			      unsigned int type, const void *data, unsigned int len);
type              168 net/rds/recv.c 	unsigned int pos = 0, type, len;
type              177 net/rds/recv.c 		type = rds_message_next_extension(hdr, &pos, &buffer, &len);
type              178 net/rds/recv.c 		if (type == RDS_EXTHDR_NONE)
type              181 net/rds/recv.c 		switch (type) {
type              201 net/rds/recv.c 	unsigned int pos = 0, type, len;
type              211 net/rds/recv.c 		type = rds_message_next_extension(hdr, &pos, &buffer, &len);
type              212 net/rds/recv.c 		if (type == RDS_EXTHDR_NONE)
type              215 net/rds/recv.c 		switch (type) {
type              225 net/rds/recv.c 					     "0x%x\n", type);
type               40 net/rfkill/core.c 	enum rfkill_type	type;
type              261 net/rfkill/core.c 	ev->type = rfkill->type;
type              367 net/rfkill/core.c static void rfkill_update_global_state(enum rfkill_type type, bool blocked)
type              371 net/rfkill/core.c 	if (type != RFKILL_TYPE_ALL) {
type              372 net/rfkill/core.c 		rfkill_global_states[type].cur = blocked;
type              393 net/rfkill/core.c static void __rfkill_switch_all(const enum rfkill_type type, bool blocked)
type              397 net/rfkill/core.c 	rfkill_update_global_state(type, blocked);
type              399 net/rfkill/core.c 		if (rfkill->type != type && type != RFKILL_TYPE_ALL)
type              416 net/rfkill/core.c void rfkill_switch_all(enum rfkill_type type, bool blocked)
type              424 net/rfkill/core.c 		__rfkill_switch_all(type, blocked);
type              519 net/rfkill/core.c bool rfkill_get_global_sw_state(const enum rfkill_type type)
type              521 net/rfkill/core.c 	return rfkill_global_states[type].cur;
type              683 net/rfkill/core.c 	return sprintf(buf, "%s\n", rfkill_types[rfkill->type]);
type              685 net/rfkill/core.c static DEVICE_ATTR_RO(type);
type              821 net/rfkill/core.c 			       rfkill_types[rfkill->type]);
type              921 net/rfkill/core.c 					  const enum rfkill_type type,
type              937 net/rfkill/core.c 	if (WARN_ON(type == RFKILL_TYPE_ALL || type >= NUM_RFKILL_TYPES))
type              946 net/rfkill/core.c 	rfkill->type = type;
type              997 net/rfkill/core.c 	cur = rfkill_global_states[rfkill->type].cur;
type             1052 net/rfkill/core.c 			__rfkill_switch_all(rfkill->type, soft_blocked);
type             1226 net/rfkill/core.c 	if (ev.type >= NUM_RFKILL_TYPES)
type             1233 net/rfkill/core.c 		rfkill_update_global_state(ev.type, ev.soft);
type             1235 net/rfkill/core.c 			if (rfkill->type == ev.type ||
type             1236 net/rfkill/core.c 			    ev.type == RFKILL_TYPE_ALL)
type             1243 net/rfkill/core.c 			    (rfkill->type == ev.type ||
type             1244 net/rfkill/core.c 			     ev.type == RFKILL_TYPE_ALL))
type               82 net/rfkill/input.c static void __rfkill_handle_normal_op(const enum rfkill_type type,
type               87 net/rfkill/input.c 	blocked = rfkill_get_global_sw_state(type);
type               91 net/rfkill/input.c 	rfkill_switch_all(type, blocked);
type              169 net/rfkill/input.c static void rfkill_schedule_toggle(enum rfkill_type type)
type              178 net/rfkill/input.c 		__set_bit(type, rfkill_sw_pending);
type              179 net/rfkill/input.c 		__change_bit(type, rfkill_sw_state);
type              193 net/rfkill/input.c static void rfkill_event(struct input_handle *handle, unsigned int type,
type              196 net/rfkill/input.c 	if (type == EV_KEY && data == 1) {
type              214 net/rfkill/input.c 	} else if (type == EV_SW && code == SW_RFKILL_ALL)
type               19 net/rfkill/rfkill-gpio.c 	enum rfkill_type	type;
type               69 net/rfkill/rfkill-gpio.c 	rfkill->type = (unsigned)id->driver_data;
type               91 net/rfkill/rfkill-gpio.c 	rfkill->type = rfkill_find_type(type_name);
type              120 net/rfkill/rfkill-gpio.c 					  rfkill->type, &rfkill_gpio_ops,
type               12 net/rfkill/rfkill.h void rfkill_switch_all(const enum rfkill_type type, bool blocked);
type               17 net/rfkill/rfkill.h bool rfkill_get_global_sw_state(const enum rfkill_type type);
type              192 net/rose/af_rose.c 	switch (dev->type) {
type              497 net/rose/af_rose.c 	if (sock->type != SOCK_SEQPACKET || protocol != 0)
type               36 net/rose/rose_dev.c 		       unsigned short type,
type              137 net/rose/rose_dev.c 	dev->type		= ARPHRD_ROSE;
type              597 net/rose/rose_route.c 	if ((dev->flags & IFF_UP) && dev->type == ARPHRD_AX25)
type              612 net/rose/rose_route.c 		if ((dev->flags & IFF_UP) && dev->type == ARPHRD_ROSE)
type              630 net/rose/rose_route.c 		if ((dev->flags & IFF_UP) && dev->type == ARPHRD_ROSE && rosecmp(addr, (rose_address *)dev->dev_addr) == 0) {
type              647 net/rose/rose_route.c 		if ((dev->flags & IFF_UP) && dev->type == ARPHRD_ROSE && rosecmp(addr, (rose_address *)dev->dev_addr) == 0)
type              745 net/rxrpc/af_rxrpc.c 	if (sock->type != SOCK_DGRAM)
type              173 net/rxrpc/ar-internal.h 	u8		type;		/* packet type */
type               72 net/rxrpc/conn_event.c 	pkt.whdr.type		= chan->last_type;
type              226 net/rxrpc/conn_event.c 	whdr.type	= RXRPC_PACKET_TYPE_ABORT;
type              297 net/rxrpc/conn_event.c 	_enter("{%d},{%u,%%%u},", conn->debug_id, sp->hdr.type, sp->hdr.serial);
type              299 net/rxrpc/conn_event.c 	switch (sp->hdr.type) {
type             1042 net/rxrpc/input.c 	switch (sp->hdr.type) {
type             1176 net/rxrpc/input.c 	sp->hdr.type		= whdr.type;
type             1240 net/rxrpc/input.c 	switch (sp->hdr.type) {
type             1301 net/rxrpc/input.c 		_proto("Rx Bad Packet Type %u", sp->hdr.type);
type             1316 net/rxrpc/input.c 			if (sp->hdr.type == RXRPC_PACKET_TYPE_DATA &&
type             1361 net/rxrpc/input.c 			    sp->hdr.type == RXRPC_PACKET_TYPE_ABORT)
type             1374 net/rxrpc/input.c 			if (sp->hdr.type == RXRPC_PACKET_TYPE_DATA)
type             1405 net/rxrpc/input.c 		    sp->hdr.type != RXRPC_PACKET_TYPE_DATA)
type               52 net/rxrpc/local_event.c 	whdr.type	= RXRPC_PACKET_TYPE_VERSION;
type               94 net/rxrpc/local_event.c 		_debug("{%d},{%u}", local->debug_id, sp->hdr.type);
type               96 net/rxrpc/local_event.c 		switch (sp->hdr.type) {
type              161 net/rxrpc/output.c 	pkt->whdr.type		= RXRPC_PACKET_TYPE_ACK;
type              284 net/rxrpc/output.c 	pkt.whdr.type		= RXRPC_PACKET_TYPE_ABORT;
type              336 net/rxrpc/output.c 	whdr.type	= RXRPC_PACKET_TYPE_DATA;
type              541 net/rxrpc/output.c 			whdr.type = RXRPC_PACKET_TYPE_BUSY;
type              546 net/rxrpc/output.c 			whdr.type = RXRPC_PACKET_TYPE_ABORT;
type              607 net/rxrpc/output.c 	whdr.type	= RXRPC_PACKET_TYPE_VERSION; /* Not client-initiated */
type               36 net/rxrpc/protocol.h 	uint8_t		type;		/* packet type */
type              674 net/rxrpc/rxkad.c 	whdr.type	= RXRPC_PACKET_TYPE_CHALLENGE;
type              732 net/rxrpc/rxkad.c 	whdr.type	= RXRPC_PACKET_TYPE_RESPONSE;
type              328 net/sched/act_api.c 		       struct netlink_callback *cb, int type,
type              334 net/sched/act_api.c 	if (type == RTM_DELACTION) {
type              336 net/sched/act_api.c 	} else if (type == RTM_GETACTION) {
type              339 net/sched/act_api.c 		WARN(1, "tcf_generic_walker: unknown command %d\n", type);
type              835 net/sched/act_api.c 	[TCA_ACT_KIND]		= { .type = NLA_STRING },
type              836 net/sched/act_api.c 	[TCA_ACT_INDEX]		= { .type = NLA_U32 },
type              837 net/sched/act_api.c 	[TCA_ACT_COOKIE]	= { .type = NLA_BINARY,
type              839 net/sched/act_api.c 	[TCA_ACT_OPTIONS]	= { .type = NLA_NESTED },
type             1005 net/sched/act_api.c 		if (p->type == TCA_OLD_COMPAT)
type             1377 net/sched/act_api.c 	[TCA_ROOT_FLAGS] = { .type = NLA_BITFIELD32,
type             1379 net/sched/act_api.c 	[TCA_ROOT_TIME_DELTA]      = { .type = NLA_U32 },
type              175 net/sched/act_bpf.c 	[TCA_ACT_BPF_FD]	= { .type = NLA_U32 },
type              176 net/sched/act_bpf.c 	[TCA_ACT_BPF_NAME]	= { .type = NLA_NUL_STRING,
type              178 net/sched/act_bpf.c 	[TCA_ACT_BPF_OPS_LEN]	= { .type = NLA_U16 },
type              179 net/sched/act_bpf.c 	[TCA_ACT_BPF_OPS]	= { .type = NLA_BINARY,
type              392 net/sched/act_bpf.c 			  struct netlink_callback *cb, int type,
type              398 net/sched/act_bpf.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type              202 net/sched/act_connmark.c 			       struct netlink_callback *cb, int type,
type              208 net/sched/act_connmark.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type              678 net/sched/act_csum.c 			   struct netlink_callback *cb, int type,
type              684 net/sched/act_csum.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type              489 net/sched/act_ct.c 	[TCA_CT_ACTION] = { .type = NLA_U16 },
type              490 net/sched/act_ct.c 	[TCA_CT_PARMS] = { .type = NLA_EXACT_LEN, .len = sizeof(struct tc_ct) },
type              491 net/sched/act_ct.c 	[TCA_CT_ZONE] = { .type = NLA_U16 },
type              492 net/sched/act_ct.c 	[TCA_CT_MARK] = { .type = NLA_U32 },
type              493 net/sched/act_ct.c 	[TCA_CT_MARK_MASK] = { .type = NLA_U32 },
type              494 net/sched/act_ct.c 	[TCA_CT_LABELS] = { .type = NLA_BINARY,
type              496 net/sched/act_ct.c 	[TCA_CT_LABELS_MASK] = { .type = NLA_BINARY,
type              498 net/sched/act_ct.c 	[TCA_CT_NAT_IPV4_MIN] = { .type = NLA_U32 },
type              499 net/sched/act_ct.c 	[TCA_CT_NAT_IPV4_MAX] = { .type = NLA_U32 },
type              500 net/sched/act_ct.c 	[TCA_CT_NAT_IPV6_MIN] = { .type = NLA_EXACT_LEN,
type              502 net/sched/act_ct.c 	[TCA_CT_NAT_IPV6_MAX] = { .type = NLA_EXACT_LEN,
type              504 net/sched/act_ct.c 	[TCA_CT_NAT_PORT_MIN] = { .type = NLA_U16 },
type              505 net/sched/act_ct.c 	[TCA_CT_NAT_PORT_MAX] = { .type = NLA_U16 },
type              898 net/sched/act_ct.c 			 struct netlink_callback *cb, int type,
type              904 net/sched/act_ct.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type              144 net/sched/act_ctinfo.c 	[TCA_CTINFO_ACT]		  = { .type = NLA_EXACT_LEN,
type              147 net/sched/act_ctinfo.c 	[TCA_CTINFO_ZONE]		  = { .type = NLA_U16 },
type              148 net/sched/act_ctinfo.c 	[TCA_CTINFO_PARMS_DSCP_MASK]	  = { .type = NLA_U32 },
type              149 net/sched/act_ctinfo.c 	[TCA_CTINFO_PARMS_DSCP_STATEMASK] = { .type = NLA_U32 },
type              150 net/sched/act_ctinfo.c 	[TCA_CTINFO_PARMS_CPMARK_MASK]	  = { .type = NLA_U32 },
type              347 net/sched/act_ctinfo.c 			     struct netlink_callback *cb, int type,
type              353 net/sched/act_ctinfo.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type              234 net/sched/act_gact.c 			   struct netlink_callback *cb, int type,
type              240 net/sched/act_gact.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type               41 net/sched/act_ife.c 	[TCA_IFE_TYPE] = { .type = NLA_U16},
type              859 net/sched/act_ife.c 			  struct netlink_callback *cb, int type,
type              865 net/sched/act_ife.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type               89 net/sched/act_ipt.c 	[TCA_IPT_TABLE]	= { .type = NLA_STRING, .len = IFNAMSIZ },
type               90 net/sched/act_ipt.c 	[TCA_IPT_HOOK]	= { .type = NLA_U32 },
type               91 net/sched/act_ipt.c 	[TCA_IPT_INDEX]	= { .type = NLA_U32 },
type              321 net/sched/act_ipt.c 			  struct netlink_callback *cb, int type,
type              327 net/sched/act_ipt.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type              370 net/sched/act_ipt.c 			 struct netlink_callback *cb, int type,
type              376 net/sched/act_ipt.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type              365 net/sched/act_mirred.c 			     struct netlink_callback *cb, int type,
type              371 net/sched/act_mirred.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type               81 net/sched/act_mpls.c 				 skb->dev && skb->dev->type == ARPHRD_ETHER))
type               87 net/sched/act_mpls.c 				  skb->dev && skb->dev->type == ARPHRD_ETHER))
type              127 net/sched/act_mpls.c 	[TCA_MPLS_PROTO]	= { .type = NLA_U16 },
type              352 net/sched/act_mpls.c 			   struct netlink_callback *cb, int type,
type              358 net/sched/act_mpls.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type              209 net/sched/act_nat.c 		if ((icmph->type != ICMP_DEST_UNREACH) &&
type              210 net/sched/act_nat.c 		    (icmph->type != ICMP_TIME_EXCEEDED) &&
type              211 net/sched/act_nat.c 		    (icmph->type != ICMP_PARAMETERPROB))
type              298 net/sched/act_nat.c 			  struct netlink_callback *cb, int type,
type              304 net/sched/act_nat.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type               29 net/sched/act_pedit.c 	[TCA_PEDIT_KEYS_EX]   = { .type = NLA_NESTED },
type               33 net/sched/act_pedit.c 	[TCA_PEDIT_KEY_EX_HTYPE]  = { .type = NLA_U16 },
type               34 net/sched/act_pedit.c 	[TCA_PEDIT_KEY_EX_CMD]	  = { .type = NLA_U16 },
type              466 net/sched/act_pedit.c 			    struct netlink_callback *cb, int type,
type              472 net/sched/act_pedit.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type               29 net/sched/act_police.c 				 struct netlink_callback *cb, int type,
type               35 net/sched/act_police.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type               41 net/sched/act_police.c 	[TCA_POLICE_AVRATE]	= { .type = NLA_U32 },
type               42 net/sched/act_police.c 	[TCA_POLICE_RESULT]	= { .type = NLA_U32 },
type               43 net/sched/act_police.c 	[TCA_POLICE_RATE64]     = { .type = NLA_U64 },
type               44 net/sched/act_police.c 	[TCA_POLICE_PEAKRATE64] = { .type = NLA_U64 },
type               31 net/sched/act_sample.c 	[TCA_SAMPLE_RATE]		= { .type = NLA_U32 },
type               32 net/sched/act_sample.c 	[TCA_SAMPLE_TRUNC_SIZE]		= { .type = NLA_U32 },
type               33 net/sched/act_sample.c 	[TCA_SAMPLE_PSAMPLE_GROUP]	= { .type = NLA_U32 },
type              144 net/sched/act_sample.c 	switch (dev->type) {
type              240 net/sched/act_sample.c 			     struct netlink_callback *cb, int type,
type              246 net/sched/act_sample.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type               83 net/sched/act_simple.c 	[TCA_DEF_DATA]	= { .type = NLA_STRING, .len = SIMP_MAX_DATA },
type              202 net/sched/act_simple.c 			   struct netlink_callback *cb, int type,
type              208 net/sched/act_simple.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type              294 net/sched/act_skbedit.c 			      struct netlink_callback *cb, int type,
type              300 net/sched/act_skbedit.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type               76 net/sched/act_skbmod.c 	[TCA_SKBMOD_ETYPE]		= { .type = NLA_U16 },
type              257 net/sched/act_skbmod.c 			     struct netlink_callback *cb, int type,
type              263 net/sched/act_skbmod.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type               56 net/sched/act_tunnel_key.c 	[TCA_TUNNEL_KEY_ENC_OPTS_GENEVE]	= { .type = NLA_NESTED },
type               61 net/sched/act_tunnel_key.c 	[TCA_TUNNEL_KEY_ENC_OPT_GENEVE_CLASS]	   = { .type = NLA_U16 },
type               62 net/sched/act_tunnel_key.c 	[TCA_TUNNEL_KEY_ENC_OPT_GENEVE_TYPE]	   = { .type = NLA_U8 },
type               63 net/sched/act_tunnel_key.c 	[TCA_TUNNEL_KEY_ENC_OPT_GENEVE_DATA]	   = { .type = NLA_BINARY,
type              107 net/sched/act_tunnel_key.c 		opt->type = nla_get_u8(tb[TCA_TUNNEL_KEY_ENC_OPT_GENEVE_TYPE]);
type              190 net/sched/act_tunnel_key.c 	[TCA_TUNNEL_KEY_ENC_IPV4_SRC] = { .type = NLA_U32 },
type              191 net/sched/act_tunnel_key.c 	[TCA_TUNNEL_KEY_ENC_IPV4_DST] = { .type = NLA_U32 },
type              194 net/sched/act_tunnel_key.c 	[TCA_TUNNEL_KEY_ENC_KEY_ID]   = { .type = NLA_U32 },
type              195 net/sched/act_tunnel_key.c 	[TCA_TUNNEL_KEY_ENC_DST_PORT] = {.type = NLA_U16},
type              196 net/sched/act_tunnel_key.c 	[TCA_TUNNEL_KEY_NO_CSUM]      = { .type = NLA_U8 },
type              197 net/sched/act_tunnel_key.c 	[TCA_TUNNEL_KEY_ENC_OPTS]     = { .type = NLA_NESTED },
type              198 net/sched/act_tunnel_key.c 	[TCA_TUNNEL_KEY_ENC_TOS]      = { .type = NLA_U8 },
type              199 net/sched/act_tunnel_key.c 	[TCA_TUNNEL_KEY_ENC_TTL]      = { .type = NLA_U8 },
type              442 net/sched/act_tunnel_key.c 			       opt->type) ||
type              574 net/sched/act_tunnel_key.c 			     struct netlink_callback *cb, int type,
type              580 net/sched/act_tunnel_key.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type               97 net/sched/act_vlan.c 	[TCA_VLAN_PUSH_VLAN_ID]		= { .type = NLA_U16 },
type               98 net/sched/act_vlan.c 	[TCA_VLAN_PUSH_VLAN_PROTOCOL]	= { .type = NLA_U16 },
type               99 net/sched/act_vlan.c 	[TCA_VLAN_PUSH_VLAN_PRIORITY]	= { .type = NLA_U8 },
type              295 net/sched/act_vlan.c 			   struct netlink_callback *cb, int type,
type              301 net/sched/act_vlan.c 	return tcf_generic_walker(tn, skb, cb, type, ops, extack);
type             3026 net/sched/cls_api.c 			act->type = exts->type = TCA_OLD_COMPAT;
type             3085 net/sched/cls_api.c 		if (exts->type != TCA_OLD_COMPAT) {
type             3174 net/sched/cls_api.c __tc_setup_cb_call(struct tcf_block *block, enum tc_setup_type type,
type             3182 net/sched/cls_api.c 		err = block_cb->cb(type, type_data, block_cb->cb_priv);
type             3193 net/sched/cls_api.c int tc_setup_cb_call(struct tcf_block *block, enum tc_setup_type type,
type             3213 net/sched/cls_api.c 	ok_count = __tc_setup_cb_call(block, type, type_data, err_stop);
type             3229 net/sched/cls_api.c 		    enum tc_setup_type type, void *type_data, bool err_stop,
type             3255 net/sched/cls_api.c 	ok_count = __tc_setup_cb_call(block, type, type_data, err_stop);
type             3279 net/sched/cls_api.c 			enum tc_setup_type type, void *type_data, bool err_stop,
type             3311 net/sched/cls_api.c 	ok_count = __tc_setup_cb_call(block, type, type_data, err_stop);
type             3333 net/sched/cls_api.c 			enum tc_setup_type type, void *type_data, bool err_stop,
type             3353 net/sched/cls_api.c 	ok_count = __tc_setup_cb_call(block, type, type_data, err_stop);
type             3368 net/sched/cls_api.c 			  enum tc_setup_type type, void *type_data,
type             3371 net/sched/cls_api.c 	int err = cb(type, type_data, cb_priv);
type              141 net/sched/cls_basic.c 	[TCA_BASIC_CLASSID]	= { .type = NLA_U32 },
type              142 net/sched/cls_basic.c 	[TCA_BASIC_EMATCHES]	= { .type = NLA_NESTED },
type               54 net/sched/cls_bpf.c 	[TCA_BPF_CLASSID]	= { .type = NLA_U32 },
type               55 net/sched/cls_bpf.c 	[TCA_BPF_FLAGS]		= { .type = NLA_U32 },
type               56 net/sched/cls_bpf.c 	[TCA_BPF_FLAGS_GEN]	= { .type = NLA_U32 },
type               57 net/sched/cls_bpf.c 	[TCA_BPF_FD]		= { .type = NLA_U32 },
type               58 net/sched/cls_bpf.c 	[TCA_BPF_NAME]		= { .type = NLA_NUL_STRING,
type               60 net/sched/cls_bpf.c 	[TCA_BPF_OPS_LEN]	= { .type = NLA_U16 },
type               61 net/sched/cls_bpf.c 	[TCA_BPF_OPS]		= { .type = NLA_BINARY,
type               55 net/sched/cls_cgroup.c 	[TCA_CGROUP_EMATCHES]	= { .type = NLA_NESTED },
type              354 net/sched/cls_flow.c 	[TCA_FLOW_KEYS]		= { .type = NLA_U32 },
type              355 net/sched/cls_flow.c 	[TCA_FLOW_MODE]		= { .type = NLA_U32 },
type              356 net/sched/cls_flow.c 	[TCA_FLOW_BASECLASS]	= { .type = NLA_U32 },
type              357 net/sched/cls_flow.c 	[TCA_FLOW_RSHIFT]	= { .type = NLA_U32 },
type              358 net/sched/cls_flow.c 	[TCA_FLOW_ADDEND]	= { .type = NLA_U32 },
type              359 net/sched/cls_flow.c 	[TCA_FLOW_MASK]		= { .type = NLA_U32 },
type              360 net/sched/cls_flow.c 	[TCA_FLOW_XOR]		= { .type = NLA_U32 },
type              361 net/sched/cls_flow.c 	[TCA_FLOW_DIVISOR]	= { .type = NLA_U32 },
type              362 net/sched/cls_flow.c 	[TCA_FLOW_ACT]		= { .type = NLA_NESTED },
type              363 net/sched/cls_flow.c 	[TCA_FLOW_POLICE]	= { .type = NLA_NESTED },
type              364 net/sched/cls_flow.c 	[TCA_FLOW_EMATCHES]	= { .type = NLA_NESTED },
type              365 net/sched/cls_flow.c 	[TCA_FLOW_PERTURB]	= { .type = NLA_U32 },
type              598 net/sched/cls_flower.c 	[TCA_FLOWER_UNSPEC]		= { .type = NLA_UNSPEC },
type              599 net/sched/cls_flower.c 	[TCA_FLOWER_CLASSID]		= { .type = NLA_U32 },
type              600 net/sched/cls_flower.c 	[TCA_FLOWER_INDEV]		= { .type = NLA_STRING,
type              606 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ETH_TYPE]	= { .type = NLA_U16 },
type              607 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_IP_PROTO]	= { .type = NLA_U8 },
type              608 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_IPV4_SRC]	= { .type = NLA_U32 },
type              609 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_IPV4_SRC_MASK]	= { .type = NLA_U32 },
type              610 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_IPV4_DST]	= { .type = NLA_U32 },
type              611 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_IPV4_DST_MASK]	= { .type = NLA_U32 },
type              616 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_TCP_SRC]	= { .type = NLA_U16 },
type              617 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_TCP_DST]	= { .type = NLA_U16 },
type              618 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_UDP_SRC]	= { .type = NLA_U16 },
type              619 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_UDP_DST]	= { .type = NLA_U16 },
type              620 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_VLAN_ID]	= { .type = NLA_U16 },
type              621 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_VLAN_PRIO]	= { .type = NLA_U8 },
type              622 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_VLAN_ETH_TYPE]	= { .type = NLA_U16 },
type              623 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_KEY_ID]	= { .type = NLA_U32 },
type              624 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_IPV4_SRC]	= { .type = NLA_U32 },
type              625 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_IPV4_SRC_MASK] = { .type = NLA_U32 },
type              626 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_IPV4_DST]	= { .type = NLA_U32 },
type              627 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_IPV4_DST_MASK] = { .type = NLA_U32 },
type              632 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_TCP_SRC_MASK]	= { .type = NLA_U16 },
type              633 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_TCP_DST_MASK]	= { .type = NLA_U16 },
type              634 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_UDP_SRC_MASK]	= { .type = NLA_U16 },
type              635 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_UDP_DST_MASK]	= { .type = NLA_U16 },
type              636 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_SCTP_SRC_MASK]	= { .type = NLA_U16 },
type              637 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_SCTP_DST_MASK]	= { .type = NLA_U16 },
type              638 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_SCTP_SRC]	= { .type = NLA_U16 },
type              639 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_SCTP_DST]	= { .type = NLA_U16 },
type              640 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_UDP_SRC_PORT]	= { .type = NLA_U16 },
type              641 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_UDP_SRC_PORT_MASK]	= { .type = NLA_U16 },
type              642 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_UDP_DST_PORT]	= { .type = NLA_U16 },
type              643 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_UDP_DST_PORT_MASK]	= { .type = NLA_U16 },
type              644 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_FLAGS]		= { .type = NLA_U32 },
type              645 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_FLAGS_MASK]	= { .type = NLA_U32 },
type              646 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ICMPV4_TYPE]	= { .type = NLA_U8 },
type              647 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ICMPV4_TYPE_MASK] = { .type = NLA_U8 },
type              648 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ICMPV4_CODE]	= { .type = NLA_U8 },
type              649 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ICMPV4_CODE_MASK] = { .type = NLA_U8 },
type              650 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ICMPV6_TYPE]	= { .type = NLA_U8 },
type              651 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ICMPV6_TYPE_MASK] = { .type = NLA_U8 },
type              652 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ICMPV6_CODE]	= { .type = NLA_U8 },
type              653 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ICMPV6_CODE_MASK] = { .type = NLA_U8 },
type              654 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ARP_SIP]	= { .type = NLA_U32 },
type              655 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ARP_SIP_MASK]	= { .type = NLA_U32 },
type              656 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ARP_TIP]	= { .type = NLA_U32 },
type              657 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ARP_TIP_MASK]	= { .type = NLA_U32 },
type              658 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ARP_OP]		= { .type = NLA_U8 },
type              659 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ARP_OP_MASK]	= { .type = NLA_U8 },
type              664 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_MPLS_TTL]	= { .type = NLA_U8 },
type              665 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_MPLS_BOS]	= { .type = NLA_U8 },
type              666 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_MPLS_TC]	= { .type = NLA_U8 },
type              667 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_MPLS_LABEL]	= { .type = NLA_U32 },
type              668 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_TCP_FLAGS]	= { .type = NLA_U16 },
type              669 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_TCP_FLAGS_MASK]	= { .type = NLA_U16 },
type              670 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_IP_TOS]		= { .type = NLA_U8 },
type              671 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_IP_TOS_MASK]	= { .type = NLA_U8 },
type              672 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_IP_TTL]		= { .type = NLA_U8 },
type              673 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_IP_TTL_MASK]	= { .type = NLA_U8 },
type              674 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_CVLAN_ID]	= { .type = NLA_U16 },
type              675 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_CVLAN_PRIO]	= { .type = NLA_U8 },
type              676 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_CVLAN_ETH_TYPE]	= { .type = NLA_U16 },
type              677 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_IP_TOS]	= { .type = NLA_U8 },
type              678 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_IP_TOS_MASK] = { .type = NLA_U8 },
type              679 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_IP_TTL]	 = { .type = NLA_U8 },
type              680 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_IP_TTL_MASK] = { .type = NLA_U8 },
type              681 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_OPTS]	= { .type = NLA_NESTED },
type              682 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_OPTS_MASK]	= { .type = NLA_NESTED },
type              683 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_CT_STATE]	= { .type = NLA_U16 },
type              684 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_CT_STATE_MASK]	= { .type = NLA_U16 },
type              685 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_CT_ZONE]	= { .type = NLA_U16 },
type              686 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_CT_ZONE_MASK]	= { .type = NLA_U16 },
type              687 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_CT_MARK]	= { .type = NLA_U32 },
type              688 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_CT_MARK_MASK]	= { .type = NLA_U32 },
type              689 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_CT_LABELS]	= { .type = NLA_BINARY,
type              691 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_CT_LABELS_MASK]	= { .type = NLA_BINARY,
type              693 net/sched/cls_flower.c 	[TCA_FLOWER_FLAGS]		= { .type = NLA_U32 },
type              698 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_OPTS_GENEVE]        = { .type = NLA_NESTED },
type              703 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_OPT_GENEVE_CLASS]      = { .type = NLA_U16 },
type              704 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_OPT_GENEVE_TYPE]       = { .type = NLA_U8 },
type              705 net/sched/cls_flower.c 	[TCA_FLOWER_KEY_ENC_OPT_GENEVE_DATA]       = { .type = NLA_BINARY,
type              860 net/sched/cls_flower.c 	struct nlattr *class = NULL, *type = NULL, *data = NULL;
type              933 net/sched/cls_flower.c 		type = tb[TCA_FLOWER_KEY_ENC_OPT_GENEVE_TYPE];
type              934 net/sched/cls_flower.c 		opt->type = nla_get_u8(type);
type             1159 net/sched/cls_flower.c 		fl_set_key_val(tb, &key->icmp.type, TCA_FLOWER_KEY_ICMPV4_TYPE,
type             1160 net/sched/cls_flower.c 			       &mask->icmp.type,
type             1162 net/sched/cls_flower.c 			       sizeof(key->icmp.type));
type             1169 net/sched/cls_flower.c 		fl_set_key_val(tb, &key->icmp.type, TCA_FLOWER_KEY_ICMPV6_TYPE,
type             1170 net/sched/cls_flower.c 			       &mask->icmp.type,
type             1172 net/sched/cls_flower.c 			       sizeof(key->icmp.type));
type             2138 net/sched/cls_flower.c 			       opt->type))
type             2334 net/sched/cls_flower.c 		 (fl_dump_key_val(skb, &key->icmp.type,
type             2335 net/sched/cls_flower.c 				  TCA_FLOWER_KEY_ICMPV4_TYPE, &mask->icmp.type,
type             2337 net/sched/cls_flower.c 				  sizeof(key->icmp.type)) ||
type             2345 net/sched/cls_flower.c 		 (fl_dump_key_val(skb, &key->icmp.type,
type             2346 net/sched/cls_flower.c 				  TCA_FLOWER_KEY_ICMPV6_TYPE, &mask->icmp.type,
type             2348 net/sched/cls_flower.c 				  sizeof(key->icmp.type)) ||
type              194 net/sched/cls_fw.c 	[TCA_FW_CLASSID]	= { .type = NLA_U32 },
type              195 net/sched/cls_fw.c 	[TCA_FW_INDEV]		= { .type = NLA_STRING, .len = IFNAMSIZ },
type              196 net/sched/cls_fw.c 	[TCA_FW_MASK]		= { .type = NLA_U32 },
type              158 net/sched/cls_matchall.c 	[TCA_MATCHALL_UNSPEC]		= { .type = NLA_UNSPEC },
type              159 net/sched/cls_matchall.c 	[TCA_MATCHALL_CLASSID]		= { .type = NLA_U32 },
type              160 net/sched/cls_matchall.c 	[TCA_MATCHALL_FLAGS]		= { .type = NLA_U32 },
type              375 net/sched/cls_route.c 	[TCA_ROUTE4_CLASSID]	= { .type = NLA_U32 },
type              376 net/sched/cls_route.c 	[TCA_ROUTE4_TO]		= { .type = NLA_U32 },
type              377 net/sched/cls_route.c 	[TCA_ROUTE4_FROM]	= { .type = NLA_U32 },
type              378 net/sched/cls_route.c 	[TCA_ROUTE4_IIF]	= { .type = NLA_U32 },
type              465 net/sched/cls_rsvp.h 	[TCA_RSVP_CLASSID]	= { .type = NLA_U32 },
type              264 net/sched/cls_tcindex.c 	[TCA_TCINDEX_HASH]		= { .type = NLA_U32 },
type              265 net/sched/cls_tcindex.c 	[TCA_TCINDEX_MASK]		= { .type = NLA_U16 },
type              266 net/sched/cls_tcindex.c 	[TCA_TCINDEX_SHIFT]		= { .type = NLA_U32 },
type              267 net/sched/cls_tcindex.c 	[TCA_TCINDEX_FALL_THROUGH]	= { .type = NLA_U32 },
type              268 net/sched/cls_tcindex.c 	[TCA_TCINDEX_CLASSID]		= { .type = NLA_U32 },
type              699 net/sched/cls_u32.c 	[TCA_U32_CLASSID]	= { .type = NLA_U32 },
type              700 net/sched/cls_u32.c 	[TCA_U32_HASH]		= { .type = NLA_U32 },
type              701 net/sched/cls_u32.c 	[TCA_U32_LINK]		= { .type = NLA_U32 },
type              702 net/sched/cls_u32.c 	[TCA_U32_DIVISOR]	= { .type = NLA_U32 },
type              704 net/sched/cls_u32.c 	[TCA_U32_INDEV]		= { .type = NLA_STRING, .len = IFNAMSIZ },
type              706 net/sched/cls_u32.c 	[TCA_U32_FLAGS]		= { .type = NLA_U32 },
type               34 net/sched/em_ipt.c 	[TCA_EM_IPT_MATCH_NAME]		= { .type = NLA_STRING,
type               36 net/sched/em_ipt.c 	[TCA_EM_IPT_MATCH_REVISION]	= { .type = NLA_U8 },
type               37 net/sched/em_ipt.c 	[TCA_EM_IPT_HOOK]		= { .type = NLA_U32 },
type               38 net/sched/em_ipt.c 	[TCA_EM_IPT_NFPROTO]		= { .type = NLA_U8 },
type               39 net/sched/em_ipt.c 	[TCA_EM_IPT_MATCH_DATA]		= { .type = NLA_UNSPEC },
type              284 net/sched/ematch.c 	[TCA_EMATCH_TREE_LIST]	= { .type = NLA_NESTED },
type              465 net/sched/sch_api.c 	[TCA_STAB_DATA] = { .type = NLA_BINARY },
type              802 net/sched/sch_api.c int qdisc_offload_dump_helper(struct Qdisc *sch, enum tc_setup_type type,
type              812 net/sched/sch_api.c 	err = dev->netdev_ops->ndo_setup_tc(dev, type, type_data);
type              825 net/sched/sch_api.c 				enum tc_setup_type type, void *type_data,
type              834 net/sched/sch_api.c 	err = dev->netdev_ops->ndo_setup_tc(dev, type, type_data);
type             1393 net/sched/sch_api.c 	[TCA_KIND]		= { .type = NLA_STRING },
type             1394 net/sched/sch_api.c 	[TCA_RATE]		= { .type = NLA_BINARY,
type             1396 net/sched/sch_api.c 	[TCA_STAB]		= { .type = NLA_NESTED },
type             1397 net/sched/sch_api.c 	[TCA_DUMP_INVISIBLE]	= { .type = NLA_FLAG },
type             1398 net/sched/sch_api.c 	[TCA_CHAIN]		= { .type = NLA_U32 },
type             1399 net/sched/sch_api.c 	[TCA_INGRESS_BLOCK]	= { .type = NLA_U32 },
type             1400 net/sched/sch_api.c 	[TCA_EGRESS_BLOCK]	= { .type = NLA_U32 },
type              191 net/sched/sch_atm.c 	[TCA_ATM_FD]		= { .type = NLA_U32 },
type              192 net/sched/sch_atm.c 	[TCA_ATM_EXCESS]	= { .type = NLA_U32 },
type             2172 net/sched/sch_cake.c 	[TCA_CAKE_BASE_RATE64]   = { .type = NLA_U64 },
type             2173 net/sched/sch_cake.c 	[TCA_CAKE_DIFFSERV_MODE] = { .type = NLA_U32 },
type             2174 net/sched/sch_cake.c 	[TCA_CAKE_ATM]		 = { .type = NLA_U32 },
type             2175 net/sched/sch_cake.c 	[TCA_CAKE_FLOW_MODE]     = { .type = NLA_U32 },
type             2176 net/sched/sch_cake.c 	[TCA_CAKE_OVERHEAD]      = { .type = NLA_S32 },
type             2177 net/sched/sch_cake.c 	[TCA_CAKE_RTT]		 = { .type = NLA_U32 },
type             2178 net/sched/sch_cake.c 	[TCA_CAKE_TARGET]	 = { .type = NLA_U32 },
type             2179 net/sched/sch_cake.c 	[TCA_CAKE_AUTORATE]      = { .type = NLA_U32 },
type             2180 net/sched/sch_cake.c 	[TCA_CAKE_MEMORY]	 = { .type = NLA_U32 },
type             2181 net/sched/sch_cake.c 	[TCA_CAKE_NAT]		 = { .type = NLA_U32 },
type             2182 net/sched/sch_cake.c 	[TCA_CAKE_RAW]		 = { .type = NLA_U32 },
type             2183 net/sched/sch_cake.c 	[TCA_CAKE_WASH]		 = { .type = NLA_U32 },
type             2184 net/sched/sch_cake.c 	[TCA_CAKE_MPU]		 = { .type = NLA_U32 },
type             2185 net/sched/sch_cake.c 	[TCA_CAKE_INGRESS]	 = { .type = NLA_U32 },
type             2186 net/sched/sch_cake.c 	[TCA_CAKE_ACK_FILTER]	 = { .type = NLA_U32 },
type             2187 net/sched/sch_cake.c 	[TCA_CAKE_SPLIT_GSO]	 = { .type = NLA_U32 },
type             2188 net/sched/sch_cake.c 	[TCA_CAKE_FWMARK]	 = { .type = NLA_U32 },
type             1126 net/sched/sch_cbq.c 	[TCA_CBQ_RTAB]		= { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
type              335 net/sched/sch_choke.c 	[TCA_CHOKE_MAX_P]	= { .type = NLA_U32 },
type              126 net/sched/sch_codel.c 	[TCA_CODEL_TARGET]	= { .type = NLA_U32 },
type              127 net/sched/sch_codel.c 	[TCA_CODEL_LIMIT]	= { .type = NLA_U32 },
type              128 net/sched/sch_codel.c 	[TCA_CODEL_INTERVAL]	= { .type = NLA_U32 },
type              129 net/sched/sch_codel.c 	[TCA_CODEL_ECN]		= { .type = NLA_U32 },
type              130 net/sched/sch_codel.c 	[TCA_CODEL_CE_THRESHOLD]= { .type = NLA_U32 },
type               51 net/sched/sch_drr.c 	[TCA_DRR_QUANTUM]	= { .type = NLA_U32 },
type              109 net/sched/sch_dsmark.c 	[TCA_DSMARK_INDICES]		= { .type = NLA_U16 },
type              110 net/sched/sch_dsmark.c 	[TCA_DSMARK_DEFAULT_INDEX]	= { .type = NLA_U16 },
type              111 net/sched/sch_dsmark.c 	[TCA_DSMARK_SET_TC_INDEX]	= { .type = NLA_FLAG },
type              112 net/sched/sch_dsmark.c 	[TCA_DSMARK_MASK]		= { .type = NLA_U8 },
type              113 net/sched/sch_dsmark.c 	[TCA_DSMARK_VALUE]		= { .type = NLA_U8 },
type              739 net/sched/sch_fq.c 	[TCA_FQ_PLIMIT]			= { .type = NLA_U32 },
type              740 net/sched/sch_fq.c 	[TCA_FQ_FLOW_PLIMIT]		= { .type = NLA_U32 },
type              741 net/sched/sch_fq.c 	[TCA_FQ_QUANTUM]		= { .type = NLA_U32 },
type              742 net/sched/sch_fq.c 	[TCA_FQ_INITIAL_QUANTUM]	= { .type = NLA_U32 },
type              743 net/sched/sch_fq.c 	[TCA_FQ_RATE_ENABLE]		= { .type = NLA_U32 },
type              744 net/sched/sch_fq.c 	[TCA_FQ_FLOW_DEFAULT_RATE]	= { .type = NLA_U32 },
type              745 net/sched/sch_fq.c 	[TCA_FQ_FLOW_MAX_RATE]		= { .type = NLA_U32 },
type              746 net/sched/sch_fq.c 	[TCA_FQ_BUCKETS_LOG]		= { .type = NLA_U32 },
type              747 net/sched/sch_fq.c 	[TCA_FQ_FLOW_REFILL_DELAY]	= { .type = NLA_U32 },
type              748 net/sched/sch_fq.c 	[TCA_FQ_ORPHAN_MASK]		= { .type = NLA_U32 },
type              749 net/sched/sch_fq.c 	[TCA_FQ_LOW_RATE_THRESHOLD]	= { .type = NLA_U32 },
type              750 net/sched/sch_fq.c 	[TCA_FQ_CE_THRESHOLD]		= { .type = NLA_U32 },
type              357 net/sched/sch_fq_codel.c 	[TCA_FQ_CODEL_TARGET]	= { .type = NLA_U32 },
type              358 net/sched/sch_fq_codel.c 	[TCA_FQ_CODEL_LIMIT]	= { .type = NLA_U32 },
type              359 net/sched/sch_fq_codel.c 	[TCA_FQ_CODEL_INTERVAL]	= { .type = NLA_U32 },
type              360 net/sched/sch_fq_codel.c 	[TCA_FQ_CODEL_ECN]	= { .type = NLA_U32 },
type              361 net/sched/sch_fq_codel.c 	[TCA_FQ_CODEL_FLOWS]	= { .type = NLA_U32 },
type              362 net/sched/sch_fq_codel.c 	[TCA_FQ_CODEL_QUANTUM]	= { .type = NLA_U32 },
type              363 net/sched/sch_fq_codel.c 	[TCA_FQ_CODEL_CE_THRESHOLD] = { .type = NLA_U32 },
type              364 net/sched/sch_fq_codel.c 	[TCA_FQ_CODEL_DROP_BATCH_SIZE] = { .type = NLA_U32 },
type              365 net/sched/sch_fq_codel.c 	[TCA_FQ_CODEL_MEMORY_LIMIT] = { .type = NLA_U32 },
type              555 net/sched/sch_fq_codel.c 		.type				= TCA_FQ_CODEL_XSTATS_QDISC,
type              628 net/sched/sch_fq_codel.c 		xstats.type = TCA_FQ_CODEL_XSTATS_CLASS;
type             1041 net/sched/sch_generic.c 	else if(dev->type == ARPHRD_CAN)
type              514 net/sched/sch_gred.c 	[TCA_GRED_VQ_DP]	= { .type = NLA_U32 },
type              515 net/sched/sch_gred.c 	[TCA_GRED_VQ_FLAGS]	= { .type = NLA_U32 },
type              519 net/sched/sch_gred.c 	[TCA_GRED_VQ_ENTRY]	= { .type = NLA_NESTED },
type              526 net/sched/sch_gred.c 	[TCA_GRED_MAX_P]	= { .type = NLA_U32 },
type              527 net/sched/sch_gred.c 	[TCA_GRED_LIMIT]	= { .type = NLA_U32 },
type              528 net/sched/sch_gred.c 	[TCA_GRED_VQ_LIST]	= { .type = NLA_NESTED },
type              499 net/sched/sch_hhf.c 	[TCA_HHF_BACKLOG_LIMIT]	 = { .type = NLA_U32 },
type              500 net/sched/sch_hhf.c 	[TCA_HHF_QUANTUM]	 = { .type = NLA_U32 },
type              501 net/sched/sch_hhf.c 	[TCA_HHF_HH_FLOWS_LIMIT] = { .type = NLA_U32 },
type              502 net/sched/sch_hhf.c 	[TCA_HHF_RESET_TIMEOUT]	 = { .type = NLA_U32 },
type              503 net/sched/sch_hhf.c 	[TCA_HHF_ADMIT_BYTES]	 = { .type = NLA_U32 },
type              504 net/sched/sch_hhf.c 	[TCA_HHF_EVICT_TIMEOUT]	 = { .type = NLA_U32 },
type              505 net/sched/sch_hhf.c 	[TCA_HHF_NON_HH_WEIGHT]	 = { .type = NLA_U32 },
type              978 net/sched/sch_htb.c 	[TCA_HTB_CTAB]	= { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
type              979 net/sched/sch_htb.c 	[TCA_HTB_RTAB]	= { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
type              980 net/sched/sch_htb.c 	[TCA_HTB_DIRECT_QLEN] = { .type = NLA_U32 },
type              981 net/sched/sch_htb.c 	[TCA_HTB_RATE64] = { .type = NLA_U64 },
type              982 net/sched/sch_htb.c 	[TCA_HTB_CEIL64] = { .type = NLA_U64 },
type              115 net/sched/sch_mqprio.c 	[TCA_MQPRIO_MIN_RATE64]	= { .type = NLA_NESTED },
type              116 net/sched/sch_mqprio.c 	[TCA_MQPRIO_MAX_RATE64]	= { .type = NLA_NESTED },
type              869 net/sched/sch_netem.c 		u16 type = nla_type(la);
type              871 net/sched/sch_netem.c 		switch (type) {
type              909 net/sched/sch_netem.c 			pr_info("netem: unknown loss type %u\n", type);
type              922 net/sched/sch_netem.c 	[TCA_NETEM_LOSS]	= { .type = NLA_NESTED },
type              923 net/sched/sch_netem.c 	[TCA_NETEM_ECN]		= { .type = NLA_U32 },
type              924 net/sched/sch_netem.c 	[TCA_NETEM_RATE64]	= { .type = NLA_U64 },
type              925 net/sched/sch_netem.c 	[TCA_NETEM_LATENCY64]	= { .type = NLA_S64 },
type              926 net/sched/sch_netem.c 	[TCA_NETEM_JITTER64]	= { .type = NLA_S64 },
type              190 net/sched/sch_pie.c 	[TCA_PIE_TARGET] = {.type = NLA_U32},
type              191 net/sched/sch_pie.c 	[TCA_PIE_LIMIT] = {.type = NLA_U32},
type              192 net/sched/sch_pie.c 	[TCA_PIE_TUPDATE] = {.type = NLA_U32},
type              193 net/sched/sch_pie.c 	[TCA_PIE_ALPHA] = {.type = NLA_U32},
type              194 net/sched/sch_pie.c 	[TCA_PIE_BETA] = {.type = NLA_U32},
type              195 net/sched/sch_pie.c 	[TCA_PIE_ECN] = {.type = NLA_U32},
type              196 net/sched/sch_pie.c 	[TCA_PIE_BYTEMODE] = {.type = NLA_U32},
type              218 net/sched/sch_qfq.c 	[TCA_QFQ_WEIGHT] = { .type = NLA_U32 },
type              219 net/sched/sch_qfq.c 	[TCA_QFQ_LMAX] = { .type = NLA_U32 },
type              188 net/sched/sch_red.c 	[TCA_RED_MAX_P] = { .type = NLA_U32 },
type              760 net/sched/sch_taprio.c 	[TCA_TAPRIO_SCHED_ENTRY_INDEX]	   = { .type = NLA_U32 },
type              761 net/sched/sch_taprio.c 	[TCA_TAPRIO_SCHED_ENTRY_CMD]	   = { .type = NLA_U8 },
type              762 net/sched/sch_taprio.c 	[TCA_TAPRIO_SCHED_ENTRY_GATE_MASK] = { .type = NLA_U32 },
type              763 net/sched/sch_taprio.c 	[TCA_TAPRIO_SCHED_ENTRY_INTERVAL]  = { .type = NLA_U32 },
type              770 net/sched/sch_taprio.c 	[TCA_TAPRIO_ATTR_SCHED_ENTRY_LIST]           = { .type = NLA_NESTED },
type              771 net/sched/sch_taprio.c 	[TCA_TAPRIO_ATTR_SCHED_BASE_TIME]            = { .type = NLA_S64 },
type              772 net/sched/sch_taprio.c 	[TCA_TAPRIO_ATTR_SCHED_SINGLE_ENTRY]         = { .type = NLA_NESTED },
type              773 net/sched/sch_taprio.c 	[TCA_TAPRIO_ATTR_SCHED_CLOCKID]              = { .type = NLA_S32 },
type              774 net/sched/sch_taprio.c 	[TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME]           = { .type = NLA_S64 },
type              775 net/sched/sch_taprio.c 	[TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME_EXTENSION] = { .type = NLA_S64 },
type              776 net/sched/sch_taprio.c 	[TCA_TAPRIO_ATTR_FLAGS]                      = { .type = NLA_U32 },
type              777 net/sched/sch_taprio.c 	[TCA_TAPRIO_ATTR_TXTIME_DELAY]		     = { .type = NLA_U32 },
type              284 net/sched/sch_tbf.c 	[TCA_TBF_RTAB]	= { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
type              285 net/sched/sch_tbf.c 	[TCA_TBF_PTAB]	= { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
type              286 net/sched/sch_tbf.c 	[TCA_TBF_RATE64]	= { .type = NLA_U64 },
type              287 net/sched/sch_tbf.c 	[TCA_TBF_PRATE64]	= { .type = NLA_U64 },
type              288 net/sched/sch_tbf.c 	[TCA_TBF_BURST] = { .type = NLA_U32 },
type              289 net/sched/sch_tbf.c 	[TCA_TBF_PBURST] = { .type = NLA_U32 },
type              454 net/sched/sch_teql.c 	dev->type		= ARPHRD_VOID;
type               73 net/sctp/associola.c 	asoc->base.type = SCTP_EP_TYPE_ASSOCIATION;
type              268 net/sctp/associola.c 	p->type = SCTP_PARAM_RANDOM;
type              997 net/sctp/associola.c 		subtype = SCTP_ST_CHUNK(chunk->chunk_hdr->type);
type             1014 net/sctp/associola.c 			if (next_hdr->type == SCTP_CID_COOKIE_ECHO) {
type             1041 net/sctp/associola.c 			if (chunk->chunk_hdr->type == SCTP_CID_SACK)
type              415 net/sctp/auth.c 		if (sctp_auth_send_cid(chunk->chunk_hdr->type, asoc)) {
type             1031 net/sctp/auth.c 		auth_hmacs->param_hdr.type = SCTP_PARAM_HMAC_ALGO;
type             1046 net/sctp/auth.c 		auth_chunks->param_hdr.type = SCTP_PARAM_CHUNKS;
type              272 net/sctp/bind_addr.c 		af = sctp_get_af_specific(param_type2af(param->type));
type               65 net/sctp/endpointola.c 	ep->base.type = SCTP_EP_TYPE_SOCKET;
type              338 net/sctp/endpointola.c 		subtype = SCTP_ST_CHUNK(chunk->chunk_hdr->type);
type              355 net/sctp/endpointola.c 			if (next_hdr->type == SCTP_CID_COOKIE_ECHO) {
type              350 net/sctp/input.c 	if (SCTP_EP_TYPE_ASSOCIATION == rcvr->type)
type              352 net/sctp/input.c 	else if (SCTP_EP_TYPE_SOCKET == rcvr->type)
type              373 net/sctp/input.c 		if (SCTP_EP_TYPE_ASSOCIATION == rcvr->type)
type              375 net/sctp/input.c 		else if (SCTP_EP_TYPE_SOCKET == rcvr->type)
type              524 net/sctp/input.c 		    chunkhdr->chunk_hdr.type != SCTP_CID_INIT ||
type              575 net/sctp/input.c 	const int type = icmp_hdr(skb)->type;
type              602 net/sctp/input.c 	switch (type) {
type              690 net/sctp/input.c 		if (SCTP_CID_ABORT == ch->type)
type              697 net/sctp/input.c 		if (SCTP_CID_SHUTDOWN_COMPLETE == ch->type)
type              705 net/sctp/input.c 		if (SCTP_CID_INIT == ch->type && (void *)ch != skb->data)
type             1130 net/sctp/input.c 		af = sctp_get_af_specific(param_type2af(params.p->type));
type             1173 net/sctp/input.c 	af = sctp_get_af_specific(param_type2af(param->p.type));
type             1216 net/sctp/input.c 		switch (ch->type) {
type             1285 net/sctp/input.c 	if (ch->type == SCTP_CID_INIT || ch->type == SCTP_CID_INIT_ACK)
type              220 net/sctp/inqueue.c 		 chunk, sctp_cname(SCTP_ST_CHUNK(chunk->chunk_hdr->type)),
type              126 net/sctp/ipv6.c 			u8 type, u8 code, int offset, __be32 info)
type              158 net/sctp/ipv6.c 	switch (type) {
type              177 net/sctp/ipv6.c 	icmpv6_err_convert(type, code, &err);
type              552 net/sctp/ipv6.c 	param->v6.param_hdr.type = SCTP_PARAM_IPV6_ADDRESS;
type              630 net/sctp/ipv6.c 	int type;
type              634 net/sctp/ipv6.c 	type = ipv6_addr_type(in6);
type              635 net/sctp/ipv6.c 	if (IPV6_ADDR_ANY == type)
type              637 net/sctp/ipv6.c 	if (type == IPV6_ADDR_MAPPED) {
type              643 net/sctp/ipv6.c 	if (!(type & IPV6_ADDR_UNICAST))
type              926 net/sctp/ipv6.c 		int type = ipv6_addr_type(&addr->v6.sin6_addr);
type              929 net/sctp/ipv6.c 		if (type & IPV6_ADDR_LINKLOCAL) {
type              962 net/sctp/ipv6.c 		int type = ipv6_addr_type(&addr->v6.sin6_addr);
type              965 net/sctp/ipv6.c 		if (type & IPV6_ADDR_LINKLOCAL) {
type             1041 net/sctp/ipv6.c 	.type          = SOCK_SEQPACKET,
type             1048 net/sctp/ipv6.c 	.type          = SOCK_STREAM,
type              229 net/sctp/output.c 	if (chunk->chunk_hdr->type == SCTP_CID_AUTH || pkt->has_auth)
type              314 net/sctp/output.c 	switch (chunk->chunk_hdr->type) {
type              474 net/sctp/output.c 				 sctp_cname(SCTP_ST_CHUNK(chunk->chunk_hdr->type)),
type              771 net/sctp/output.c 	     chunk->chunk_hdr->type != SCTP_CID_AUTH))
type              286 net/sctp/outqueue.c 		 sctp_cname(SCTP_ST_CHUNK(chunk->chunk_hdr->type)) :
type              295 net/sctp/outqueue.c 			 sctp_cname(SCTP_ST_CHUNK(chunk->chunk_hdr->type)) :
type              819 net/sctp/outqueue.c 		__u8 type;
type              838 net/sctp/outqueue.c 			type = chunk->chunk_hdr->type;
type              839 net/sctp/outqueue.c 			if (type != SCTP_CID_HEARTBEAT &&
type              840 net/sctp/outqueue.c 			    type != SCTP_CID_HEARTBEAT_ACK &&
type              841 net/sctp/outqueue.c 			    type != SCTP_CID_ASCONF_ACK)
type              884 net/sctp/outqueue.c 		    chunk->chunk_hdr->type != SCTP_CID_ASCONF)
type              894 net/sctp/outqueue.c 		switch (chunk->chunk_hdr->type) {
type              952 net/sctp/outqueue.c 			if (chunk->chunk_hdr->type == SCTP_CID_FWD_TSN ||
type              953 net/sctp/outqueue.c 			    chunk->chunk_hdr->type == SCTP_CID_I_FWD_TSN) {
type             1085 net/sctp/outqueue.c 			 sctp_cname(SCTP_ST_CHUNK(chunk->chunk_hdr->type)) :
type               85 net/sctp/proc.c 	if (epb->type == SCTP_EP_TYPE_ASSOCIATION) {
type              180 net/sctp/proc.c 			   sctp_sk(sk)->type, sk->sk_state, hash,
type              255 net/sctp/proc.c 		   assoc, sk, sctp_sk(sk)->type, sk->sk_state,
type              273 net/sctp/protocol.c 	param->v4.param_hdr.type = SCTP_PARAM_IPV4_ADDRESS;
type             1046 net/sctp/protocol.c 	.type       = SOCK_SEQPACKET,
type             1053 net/sctp/protocol.c 	.type       = SOCK_STREAM,
type               50 net/sctp/sm_make_chunk.c 					    __u8 type, __u8 flags, int paylen,
type               55 net/sctp/sm_make_chunk.c 					   __u8 type, __u8 flags, int paylen,
type              335 net/sctp/sm_make_chunk.c 	sat.param_hdr.type = SCTP_PARAM_SUPPORTED_ADDRESS_TYPES;
type              347 net/sctp/sm_make_chunk.c 		ext_param.param_hdr.type = SCTP_PARAM_SUPPORTED_EXT;
type              357 net/sctp/sm_make_chunk.c 		aiparam.param_hdr.type = SCTP_PARAM_ADAPTATION_LAYER_IND;
type              497 net/sctp/sm_make_chunk.c 		ext_param.param_hdr.type = SCTP_PARAM_SUPPORTED_EXT;
type              506 net/sctp/sm_make_chunk.c 		aiparam.param_hdr.type = SCTP_PARAM_ADAPTATION_LAYER_IND;
type              951 net/sctp/sm_make_chunk.c 		    chunk->chunk_hdr->type == SCTP_CID_INIT)
type             1094 net/sctp/sm_make_chunk.c 	phdr.type = htons(chunk->chunk_hdr->type);
type             1158 net/sctp/sm_make_chunk.c 	hbinfo.param_hdr.type = SCTP_PARAM_HEARTBEAT_INFO;
type             1384 net/sctp/sm_make_chunk.c 					   __u8 type, __u8 flags, int paylen,
type             1404 net/sctp/sm_make_chunk.c 	chunk_hdr->type	  = type;
type             1419 net/sctp/sm_make_chunk.c 	if (sctp_auth_send_cid(type, asoc))
type             1440 net/sctp/sm_make_chunk.c 					    __u8 type, __u8 flags, int paylen,
type             1445 net/sctp/sm_make_chunk.c 	chunk = _sctp_make_chunk(asoc, type, flags, paylen, gfp);
type             1646 net/sctp/sm_make_chunk.c 	retval->p.type = SCTP_PARAM_STATE_COOKIE;
type             1879 net/sctp/sm_make_chunk.c 	__be16 type;
type             1903 net/sctp/sm_make_chunk.c 		report.type = paramtype;
type             2079 net/sctp/sm_make_chunk.c 	switch (param.p->type & SCTP_PARAM_ACTION_MASK) {
type             2142 net/sctp/sm_make_chunk.c 	switch (param.p->type) {
type             2236 net/sctp/sm_make_chunk.c 			 __func__, ntohs(param.p->type), cid);
type             2265 net/sctp/sm_make_chunk.c 		if (param.p->type == SCTP_PARAM_STATE_COOKIE)
type             2340 net/sctp/sm_make_chunk.c 		if (!src_match && (param.p->type == SCTP_PARAM_IPV4_ADDRESS ||
type             2341 net/sctp/sm_make_chunk.c 		    param.p->type == SCTP_PARAM_IPV6_ADDRESS)) {
type             2342 net/sctp/sm_make_chunk.c 			af = sctp_get_af_specific(param_type2af(param.p->type));
type             2513 net/sctp/sm_make_chunk.c 	switch (param.p->type) {
type             2524 net/sctp/sm_make_chunk.c 		af = sctp_get_af_specific(param_type2af(param.p->type));
type             2625 net/sctp/sm_make_chunk.c 		af = sctp_get_af_specific(param_type2af(addr_param->p.type));
type             2706 net/sctp/sm_make_chunk.c 			 __func__, ntohs(param.p->type), asoc);
type             2865 net/sctp/sm_make_chunk.c 		param.param_hdr.type = flags;
type             2878 net/sctp/sm_make_chunk.c 		param.param_hdr.type = SCTP_PARAM_DEL_IP;
type             2922 net/sctp/sm_make_chunk.c 	param.param_hdr.type = SCTP_PARAM_SET_PRIMARY;
type             2994 net/sctp/sm_make_chunk.c 	ack_param.param_hdr.type = response_type;
type             3026 net/sctp/sm_make_chunk.c 	if (asconf_param->param_hdr.type != SCTP_PARAM_ADD_IP &&
type             3027 net/sctp/sm_make_chunk.c 	    asconf_param->param_hdr.type != SCTP_PARAM_DEL_IP &&
type             3028 net/sctp/sm_make_chunk.c 	    asconf_param->param_hdr.type != SCTP_PARAM_SET_PRIMARY)
type             3031 net/sctp/sm_make_chunk.c 	switch (addr_param->p.type) {
type             3044 net/sctp/sm_make_chunk.c 	af = sctp_get_af_specific(param_type2af(addr_param->p.type));
type             3058 net/sctp/sm_make_chunk.c 	switch (asconf_param->param_hdr.type) {
type             3170 net/sctp/sm_make_chunk.c 		switch (param.p->type) {
type             3268 net/sctp/sm_make_chunk.c 		if (param.p->type == SCTP_PARAM_IPV4_ADDRESS ||
type             3269 net/sctp/sm_make_chunk.c 		    param.p->type == SCTP_PARAM_IPV6_ADDRESS)
type             3324 net/sctp/sm_make_chunk.c 	af = sctp_get_af_specific(param_type2af(addr_param->p.type));
type             3327 net/sctp/sm_make_chunk.c 	switch (asconf_param->param_hdr.type) {
type             3399 net/sctp/sm_make_chunk.c 			switch (asconf_ack_param->param_hdr.type) {
type             3486 net/sctp/sm_make_chunk.c 				asconf_param->param_hdr.type;
type             3657 net/sctp/sm_make_chunk.c 		outreq.param_hdr.type = SCTP_PARAM_RESET_OUT_REQUEST;
type             3670 net/sctp/sm_make_chunk.c 		inreq.param_hdr.type = SCTP_PARAM_RESET_IN_REQUEST;
type             3703 net/sctp/sm_make_chunk.c 	tsnreq.param_hdr.type = SCTP_PARAM_RESET_TSN_REQUEST;
type             3736 net/sctp/sm_make_chunk.c 		addstrm.param_hdr.type = SCTP_PARAM_RESET_ADD_OUT_STREAMS;
type             3746 net/sctp/sm_make_chunk.c 		addstrm.param_hdr.type = SCTP_PARAM_RESET_ADD_IN_STREAMS;
type             3780 net/sctp/sm_make_chunk.c 	resp.param_hdr.type = SCTP_PARAM_RESET_RESPONSE;
type             3818 net/sctp/sm_make_chunk.c 	tsnresp.param_hdr.type = SCTP_PARAM_RESET_RESPONSE;
type             3847 net/sctp/sm_make_chunk.c 		switch (param.p->type) {
type             3885 net/sctp/sm_make_chunk.c 		last = param.p->type;
type              974 net/sctp/sm_sideeffect.c 			switch (unk_chunk_hdr->type) {
type               73 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type               80 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type               87 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type              112 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type              120 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type              128 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type              136 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type              148 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type              221 net/sctp/sm_statefuns.c 				     const union sctp_subtype type,
type              228 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type              236 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunk(net, ep, asoc, type, arg, commands);
type              240 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type              306 net/sctp/sm_statefuns.c 					   const union sctp_subtype type,
type              319 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type              331 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type              338 net/sctp/sm_statefuns.c 		return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
type              345 net/sctp/sm_statefuns.c 		return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
type              353 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type              362 net/sctp/sm_statefuns.c 		return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
type              366 net/sctp/sm_statefuns.c 	if (!sctp_verify_init(net, ep, asoc, chunk->chunk_hdr->type,
type              390 net/sctp/sm_statefuns.c 			return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg,
type              505 net/sctp/sm_statefuns.c 					  const union sctp_subtype type,
type              515 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type              522 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunk(net, ep, asoc, type, arg, commands);
type              526 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type              533 net/sctp/sm_statefuns.c 	if (!sctp_verify_init(net, ep, asoc, chunk->chunk_hdr->type,
type              573 net/sctp/sm_statefuns.c 			return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type              687 net/sctp/sm_statefuns.c 					 const union sctp_subtype type,
type              705 net/sctp/sm_statefuns.c 		return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
type              714 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type              723 net/sctp/sm_statefuns.c 		return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
type              758 net/sctp/sm_statefuns.c 			return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type              762 net/sctp/sm_statefuns.c 			return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type              792 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type              901 net/sctp/sm_statefuns.c 					 const union sctp_subtype type,
type              909 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type              915 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type              992 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             1018 net/sctp/sm_statefuns.c 					   const union sctp_subtype type,
type             1044 net/sctp/sm_statefuns.c 				sctp_sf_heartbeat(ep, asoc, type, arg,
type             1066 net/sctp/sm_statefuns.c 					  const union sctp_subtype type,
type             1118 net/sctp/sm_statefuns.c 				       const union sctp_subtype type,
type             1127 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             1132 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             1144 net/sctp/sm_statefuns.c 		return sctp_sf_violation_paramlen(net, ep, asoc, type, arg,
type             1192 net/sctp/sm_statefuns.c 					   const union sctp_subtype type,
type             1203 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             1208 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             1455 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             1469 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             1481 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             1487 net/sctp/sm_statefuns.c 		return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
type             1494 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             1504 net/sctp/sm_statefuns.c 	if (!sctp_verify_init(net, ep, asoc, chunk->chunk_hdr->type,
type             1527 net/sctp/sm_statefuns.c 			return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg,
type             1673 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             1680 net/sctp/sm_statefuns.c 	return sctp_sf_do_unexpected_init(net, ep, asoc, type, arg, commands);
type             1728 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             1735 net/sctp/sm_statefuns.c 	return sctp_sf_do_unexpected_init(net, ep, asoc, type, arg, commands);
type             1752 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             1760 net/sctp/sm_statefuns.c 		return sctp_sf_ootb(net, ep, asoc, type, arg, commands);
type             1762 net/sctp/sm_statefuns.c 		return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands);
type             1814 net/sctp/sm_statefuns.c 				SCTP_ST_CHUNK(chunk->chunk_hdr->type),
type             2112 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             2129 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             2165 net/sctp/sm_statefuns.c 			return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2168 net/sctp/sm_statefuns.c 			return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2176 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2209 net/sctp/sm_statefuns.c 		retval = sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2238 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             2245 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2258 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2267 net/sctp/sm_statefuns.c 		return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands);
type             2270 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2272 net/sctp/sm_statefuns.c 	return __sctp_sf_do_9_1_abort(net, ep, asoc, type, arg, commands);
type             2284 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             2291 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2304 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2313 net/sctp/sm_statefuns.c 		return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands);
type             2316 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2326 net/sctp/sm_statefuns.c 	return __sctp_sf_do_9_1_abort(net, ep, asoc, type, arg, commands);
type             2338 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             2345 net/sctp/sm_statefuns.c 	return sctp_sf_shutdown_sent_abort(net, ep, asoc, type, arg, commands);
type             2366 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             2374 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2380 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             2390 net/sctp/sm_statefuns.c 			return sctp_sf_do_5_2_6_stale(net, ep, asoc, type,
type             2399 net/sctp/sm_statefuns.c 	return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2431 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             2469 net/sctp/sm_statefuns.c 	bht.param_hdr.type = SCTP_PARAM_COOKIE_PRESERVATIVE;
type             2554 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             2561 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2574 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2583 net/sctp/sm_statefuns.c 		return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands);
type             2586 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2588 net/sctp/sm_statefuns.c 	return __sctp_sf_do_9_1_abort(net, ep, asoc, type, arg, commands);
type             2595 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             2626 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             2635 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2648 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2666 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             2682 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             2689 net/sctp/sm_statefuns.c 	return sctp_sf_cookie_wait_abort(net, ep, asoc, type, arg, commands);
type             2756 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             2767 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2771 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             2792 net/sctp/sm_statefuns.c 		return sctp_sf_violation_ctsn(net, ep, asoc, type, arg, commands);
type             2816 net/sctp/sm_statefuns.c 		disposition = sctp_sf_do_9_2_shutdown_ack(net, ep, asoc, type,
type             2846 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             2855 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2859 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             2877 net/sctp/sm_statefuns.c 		return sctp_sf_violation_ctsn(net, ep, asoc, type, arg, commands);
type             2900 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             2909 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             2964 net/sctp/sm_statefuns.c 					 const union sctp_subtype type,
type             2973 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             2976 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             3020 net/sctp/sm_statefuns.c 				      const union sctp_subtype type,
type             3027 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             3030 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             3076 net/sctp/sm_statefuns.c 					   const union sctp_subtype type,
type             3087 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             3091 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             3197 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             3207 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             3211 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             3288 net/sctp/sm_statefuns.c 					   const union sctp_subtype type,
type             3299 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             3303 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             3310 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             3332 net/sctp/sm_statefuns.c 		return sctp_sf_violation_ctsn(net, ep, asoc, type, arg, commands);
type             3365 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             3400 net/sctp/sm_statefuns.c 	sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             3415 net/sctp/sm_statefuns.c 					   const union sctp_subtype type,
type             3423 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             3427 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             3431 net/sctp/sm_statefuns.c 		return sctp_sf_violation_paramlen(net, ep, asoc, type, arg,
type             3453 net/sctp/sm_statefuns.c 					   const union sctp_subtype type,
type             3462 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             3466 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             3536 net/sctp/sm_statefuns.c 				   const union sctp_subtype type,
type             3553 net/sctp/sm_statefuns.c 			return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             3559 net/sctp/sm_statefuns.c 			return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             3565 net/sctp/sm_statefuns.c 		if (SCTP_CID_SHUTDOWN_ACK == ch->type)
type             3573 net/sctp/sm_statefuns.c 		if (SCTP_CID_ABORT == ch->type)
type             3574 net/sctp/sm_statefuns.c 			return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             3581 net/sctp/sm_statefuns.c 		if (SCTP_CID_COOKIE_ACK == ch->type)
type             3584 net/sctp/sm_statefuns.c 		if (SCTP_CID_ERROR == ch->type) {
type             3597 net/sctp/sm_statefuns.c 		return sctp_sf_shut_8_4_5(net, ep, asoc, type, arg, commands);
type             3599 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             3601 net/sctp/sm_statefuns.c 		return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
type             3629 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             3668 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             3674 net/sctp/sm_statefuns.c 	return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             3691 net/sctp/sm_statefuns.c 					    const union sctp_subtype type,
type             3699 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             3709 net/sctp/sm_statefuns.c 	return sctp_sf_shut_8_4_5(net, ep, NULL, type, arg, commands);
type             3716 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             3729 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             3740 net/sctp/sm_statefuns.c 		return sctp_sf_discard_chunk(net, ep, asoc, type, arg,
type             3745 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             3753 net/sctp/sm_statefuns.c 		return sctp_sf_violation_paramlen(net, ep, asoc, type, arg,
type             3820 net/sctp/sm_statefuns.c 		sctp_sf_heartbeat(ep, asoc, type, asoc->new_transport, commands);
type             3831 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             3847 net/sctp/sm_statefuns.c 	return sctp_sf_do_prm_asconf(net, ep, asoc, type, asconf, commands);
type             3858 net/sctp/sm_statefuns.c 					    const union sctp_subtype type,
type             3872 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             3883 net/sctp/sm_statefuns.c 		return sctp_sf_discard_chunk(net, ep, asoc, type, arg,
type             3889 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             3897 net/sctp/sm_statefuns.c 		return sctp_sf_violation_paramlen(net, ep, asoc, type, arg,
type             3945 net/sctp/sm_statefuns.c 							type, commands);
type             3974 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             3986 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             3991 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             3995 net/sctp/sm_statefuns.c 		return sctp_sf_violation_paramlen(net, ep, asoc, type, arg,
type             4003 net/sctp/sm_statefuns.c 		if (param.p->type == SCTP_PARAM_RESET_OUT_REQUEST)
type             4006 net/sctp/sm_statefuns.c 		else if (param.p->type == SCTP_PARAM_RESET_IN_REQUEST)
type             4009 net/sctp/sm_statefuns.c 		else if (param.p->type == SCTP_PARAM_RESET_TSN_REQUEST)
type             4012 net/sctp/sm_statefuns.c 		else if (param.p->type == SCTP_PARAM_RESET_ADD_OUT_STREAMS)
type             4015 net/sctp/sm_statefuns.c 		else if (param.p->type == SCTP_PARAM_RESET_ADD_IN_STREAMS)
type             4018 net/sctp/sm_statefuns.c 		else if (param.p->type == SCTP_PARAM_RESET_RESPONSE)
type             4051 net/sctp/sm_statefuns.c 					  const union sctp_subtype type,
type             4063 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             4067 net/sctp/sm_statefuns.c 		return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands);
type             4071 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             4118 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             4130 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             4134 net/sctp/sm_statefuns.c 		return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands);
type             4138 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             4280 net/sctp/sm_statefuns.c 				       const union sctp_subtype type,
type             4290 net/sctp/sm_statefuns.c 		return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands);
type             4295 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             4300 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             4321 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             4324 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             4376 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             4384 net/sctp/sm_statefuns.c 	pr_debug("%s: processing unknown chunk id:%d\n", __func__, type.chunk);
type             4387 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             4394 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             4397 net/sctp/sm_statefuns.c 	switch (type.chunk & SCTP_CID_ACTION_MASK) {
type             4400 net/sctp/sm_statefuns.c 		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             4414 net/sctp/sm_statefuns.c 		sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
type             4456 net/sctp/sm_statefuns.c 					    const union sctp_subtype type,
type             4467 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             4470 net/sctp/sm_statefuns.c 	pr_debug("%s: chunk:%d is discarded\n", __func__, type.chunk);
type             4496 net/sctp/sm_statefuns.c 				       const union sctp_subtype type,
type             4523 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             4531 net/sctp/sm_statefuns.c 		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
type             4574 net/sctp/sm_statefuns.c 		if (chunk->chunk_hdr->type == SCTP_CID_INIT_ACK &&
type             4661 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             4681 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             4724 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             4744 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             4751 net/sctp/sm_statefuns.c 		return sctp_sf_violation(net, ep, asoc, type, arg, commands);
type             4819 net/sctp/sm_statefuns.c 					  const union sctp_subtype type,
type             4931 net/sctp/sm_statefuns.c 					  const union sctp_subtype type,
type             4971 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             4990 net/sctp/sm_statefuns.c 		disposition = sctp_sf_do_9_2_start_shutdown(net, ep, asoc, type,
type             5028 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             5065 net/sctp/sm_statefuns.c 					   const union sctp_subtype type,
type             5080 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             5107 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             5142 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             5149 net/sctp/sm_statefuns.c 	return sctp_sf_cookie_wait_prm_shutdown(net, ep, asoc, type, arg, commands);
type             5170 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             5219 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             5226 net/sctp/sm_statefuns.c 	return sctp_sf_cookie_wait_prm_abort(net, ep, asoc, type, arg, commands);
type             5245 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             5253 net/sctp/sm_statefuns.c 	return sctp_sf_do_9_1_prm_abort(net, ep, asoc, type, arg, commands);
type             5272 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             5284 net/sctp/sm_statefuns.c 	return sctp_sf_do_9_1_prm_abort(net, ep, asoc, type, arg, commands);
type             5303 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             5310 net/sctp/sm_statefuns.c 	return sctp_sf_shutdown_sent_prm_abort(net, ep, asoc, type, arg, commands);
type             5339 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             5343 net/sctp/sm_statefuns.c 	if (SCTP_DISPOSITION_NOMEM == sctp_sf_heartbeat(ep, asoc, type,
type             5371 net/sctp/sm_statefuns.c 					    const union sctp_subtype type,
type             5388 net/sctp/sm_statefuns.c 					    const union sctp_subtype type,
type             5407 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             5412 net/sctp/sm_statefuns.c 		 type.primitive);
type             5431 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             5463 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             5533 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             5549 net/sctp/sm_statefuns.c 			return sctp_sf_pdiscard(net, ep, asoc, type, arg,
type             5555 net/sctp/sm_statefuns.c 			return sctp_sf_violation_chunklen(net, ep, asoc, type,
type             5606 net/sctp/sm_statefuns.c 					   const union sctp_subtype type,
type             5611 net/sctp/sm_statefuns.c 		 __func__, type.other);
type             5634 net/sctp/sm_statefuns.c 					   const union sctp_subtype type,
type             5722 net/sctp/sm_statefuns.c 					  const union sctp_subtype type,
type             5754 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             5819 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             5870 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             5941 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             6013 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             6050 net/sctp/sm_statefuns.c 					const union sctp_subtype type,
type             6071 net/sctp/sm_statefuns.c 		disposition = sctp_sf_do_9_2_start_shutdown(net, ep, asoc, type,
type             6093 net/sctp/sm_statefuns.c 				       const union sctp_subtype type,
type             6110 net/sctp/sm_statefuns.c 				  const union sctp_subtype type,
type             6130 net/sctp/sm_statefuns.c 					   const union sctp_subtype type,
type             6134 net/sctp/sm_statefuns.c 	pr_debug("%s: timer %d ignored\n", __func__, type.chunk);
type             6234 net/sctp/sm_statefuns.c 		switch (chunk->chunk_hdr->type) {
type             6251 net/sctp/sm_statefuns.c 		switch (chunk->chunk_hdr->type) {
type               92 net/sctp/socket.c 			     enum sctp_socket_type type);
type             4998 net/sctp/socket.c 		sp->type = SCTP_SOCKET_UDP;
type             5001 net/sctp/socket.c 		sp->type = SCTP_SOCKET_TCP;
type             5228 net/sctp/socket.c 		info->sctpi_s_type = sp->type;
type             9359 net/sctp/socket.c 			     enum sctp_socket_type type)
type             9467 net/sctp/socket.c 	newsp->type = type;
type              478 net/sctp/stream.c 			__be16 type)
type              496 net/sctp/stream.c 		    (!type || type == req->param_hdr.type))
type              935 net/sctp/stream.c 	if (req->type == SCTP_PARAM_RESET_OUT_REQUEST) {
type              968 net/sctp/stream.c 	} else if (req->type == SCTP_PARAM_RESET_IN_REQUEST) {
type              985 net/sctp/stream.c 	} else if (req->type == SCTP_PARAM_RESET_TSN_REQUEST) {
type             1033 net/sctp/stream.c 	} else if (req->type == SCTP_PARAM_RESET_ADD_OUT_STREAMS) {
type             1049 net/sctp/stream.c 	} else if (req->type == SCTP_PARAM_RESET_ADD_IN_STREAMS) {
type               92 net/sctp/stream_interleave.c 	if (chunk->chunk_hdr->type != SCTP_CID_DATA)
type              111 net/sctp/stream_interleave.c 	if (chunk->chunk_hdr->type != SCTP_CID_I_DATA)
type             1179 net/sctp/stream_interleave.c 	if (chunk->chunk_hdr->type != SCTP_CID_FWD_TSN)
type             1195 net/sctp/stream_interleave.c 	if (chunk->chunk_hdr->type != SCTP_CID_I_FWD_TSN)
type             1975 net/smc/af_smc.c 	if (sock->type != SOCK_STREAM)
type               51 net/smc/smc.h  	u8			type;
type              184 net/smc/smc_cdc.c 	cdc.common.type = SMC_CDC_MSG_TYPE;
type              385 net/smc/smc_cdc.c 		.type		= SMC_CDC_MSG_TYPE
type              229 net/smc/smc_cdc.h 	peer->common.type = local->common.type;
type              262 net/smc/smc_cdc.h 	local->common.type = peer->common.type;
type               50 net/smc/smc_clc.c 	switch (clcm->type) {
type              327 net/smc/smc_clc.c 	    ((clcm->type != SMC_CLC_DECLINE) &&
type              328 net/smc/smc_clc.c 	     (clcm->type != expected_type))) {
type              344 net/smc/smc_clc.c 	if (clcm->type == SMC_CLC_DECLINE) {
type              371 net/smc/smc_clc.c 	dclc.hdr.type = SMC_CLC_DECLINE;
type              416 net/smc/smc_clc.c 	pclc.hdr.type = SMC_CLC_PROPOSAL;
type              481 net/smc/smc_clc.c 	cclc.hdr.type = SMC_CLC_CONFIRM;
type              550 net/smc/smc_clc.c 	aclc.hdr.type = SMC_CLC_ACCEPT;
type               56 net/smc/smc_clc.h 	u8 type;		/* proposal / accept / confirm / decline */
type              668 net/smc/smc_core.c 	conn->local_tx_ctrl.common.type = SMC_CDC_MSG_TYPE;
type               70 net/smc/smc_ib.c 	qp_attr.ah_attr.type = RDMA_AH_ATTR_TYPE_ROCE;
type              245 net/smc/smc_ism.c 	switch (wrk->event.type) {
type              200 net/smc/smc_llc.c 	confllc->hd.common.type = SMC_LLC_CONFIRM_LINK;
type              231 net/smc/smc_llc.c 	rkeyllc->hd.common.type = SMC_LLC_CONFIRM_RKEY;
type              256 net/smc/smc_llc.c 	rkeyllc->hd.common.type = SMC_LLC_DELETE_RKEY;
type              271 net/smc/smc_llc.c 	addllc->hd.common.type = SMC_LLC_ADD_LINK;
type              308 net/smc/smc_llc.c 	delllc->hd.common.type = SMC_LLC_DELETE_LINK;
type              351 net/smc/smc_llc.c 	testllc->hd.common.type = SMC_LLC_TEST_LINK;
type              568 net/smc/smc_llc.c 	switch (llc->raw.hdr.common.type) {
type              722 net/smc/smc_llc.c 		.type		= SMC_LLC_CONFIRM_LINK
type              726 net/smc/smc_llc.c 		.type		= SMC_LLC_TEST_LINK
type              730 net/smc/smc_llc.c 		.type		= SMC_LLC_ADD_LINK
type              734 net/smc/smc_llc.c 		.type		= SMC_LLC_DELETE_LINK
type              738 net/smc/smc_llc.c 		.type		= SMC_LLC_CONFIRM_RKEY
type              742 net/smc/smc_llc.c 		.type		= SMC_LLC_CONFIRM_RKEY_CONT
type              746 net/smc/smc_llc.c 		.type		= SMC_LLC_DELETE_RKEY
type               37 net/smc/smc_pnet.c 		.type = NLA_NUL_STRING,
type               41 net/smc/smc_pnet.c 		.type = NLA_NUL_STRING,
type               45 net/smc/smc_pnet.c 		.type = NLA_NUL_STRING,
type               48 net/smc/smc_pnet.c 	[SMC_PNETID_IBPORT] = { .type = NLA_U8 }
type              305 net/smc/smc_wr.c 		if (wr_tx->type != wr_tx_hdr_type)
type              321 net/smc/smc_wr.c 	hash_for_each_possible(smc_wr_rx_hash, h_iter, list, handler->type) {
type              322 net/smc/smc_wr.c 		if (h_iter->type == handler->type) {
type              327 net/smc/smc_wr.c 	hash_add(smc_wr_rx_hash, &handler->list, handler->type);
type              350 net/smc/smc_wr.c 	hash_for_each_possible(smc_wr_rx_hash, handler, list, wr_rx->type) {
type              351 net/smc/smc_wr.c 		if (handler->type == wr_rx->type)
type               47 net/smc/smc_wr.h 	u8			type;
type              986 net/socket.c   	if (sock->type == SOCK_SEQPACKET)
type             1208 net/socket.c   int sock_create_lite(int family, int type, int protocol, struct socket **res)
type             1213 net/socket.c   	err = security_socket_create(family, type, protocol, 1);
type             1223 net/socket.c   	sock->type = type;
type             1224 net/socket.c   	err = security_socket_post_create(sock, family, type, protocol, 1);
type             1347 net/socket.c   int __sock_create(struct net *net, int family, int type, int protocol,
type             1359 net/socket.c   	if (type < 0 || type >= SOCK_MAX)
type             1367 net/socket.c   	if (family == PF_INET && type == SOCK_PACKET) {
type             1373 net/socket.c   	err = security_socket_create(family, type, protocol, kern);
type             1389 net/socket.c   	sock->type = type;
type             1434 net/socket.c   	err = security_socket_post_create(sock, family, type, protocol, kern);
type             1467 net/socket.c   int sock_create(int family, int type, int protocol, struct socket **res)
type             1469 net/socket.c   	return __sock_create(current->nsproxy->net_ns, family, type, protocol, res, 0);
type             1485 net/socket.c   int sock_create_kern(struct net *net, int family, int type, int protocol, struct socket **res)
type             1487 net/socket.c   	return __sock_create(net, family, type, protocol, res, 1);
type             1491 net/socket.c   int __sys_socket(int family, int type, int protocol)
type             1503 net/socket.c   	flags = type & ~SOCK_TYPE_MASK;
type             1506 net/socket.c   	type &= SOCK_TYPE_MASK;
type             1511 net/socket.c   	retval = sock_create(family, type, protocol, &sock);
type             1518 net/socket.c   SYSCALL_DEFINE3(socket, int, family, int, type, int, protocol)
type             1520 net/socket.c   	return __sys_socket(family, type, protocol);
type             1527 net/socket.c   int __sys_socketpair(int family, int type, int protocol, int __user *usockvec)
type             1534 net/socket.c   	flags = type & ~SOCK_TYPE_MASK;
type             1537 net/socket.c   	type &= SOCK_TYPE_MASK;
type             1569 net/socket.c   	err = sock_create(family, type, protocol, &sock1);
type             1573 net/socket.c   	err = sock_create(family, type, protocol, &sock2);
type             1619 net/socket.c   SYSCALL_DEFINE4(socketpair, int, family, int, type, int, protocol,
type             1622 net/socket.c   	return __sys_socketpair(family, type, protocol, usockvec);
type             1728 net/socket.c   	newsock->type = sock->type;
type             1355 net/sunrpc/auth_gss/svcauth_gss.c static int set_gss_proxy(struct net *net, int type)
type             1360 net/sunrpc/auth_gss/svcauth_gss.c 	WARN_ON_ONCE(type != 0 && type != 1);
type             1361 net/sunrpc/auth_gss/svcauth_gss.c 	ret = cmpxchg(&sn->use_gss_proxy, -1, type);
type             1362 net/sunrpc/auth_gss/svcauth_gss.c 	if (ret != -1 && ret != type)
type             1304 net/sunrpc/svcsock.c 	if (sock->type == SOCK_DGRAM)
type             1401 net/sunrpc/svcsock.c 	int		type;
type             1419 net/sunrpc/svcsock.c 	type = (protocol == IPPROTO_UDP)? SOCK_DGRAM : SOCK_STREAM;
type             1431 net/sunrpc/svcsock.c 	error = __sock_create(net, family, type, protocol, &sock, 1);
type             1447 net/sunrpc/svcsock.c 	if (type == SOCK_STREAM)
type              225 net/sunrpc/xprtrdma/rpc_rdma.c 		     unsigned int pos, enum rpcrdma_chunktype type,
type              262 net/sunrpc/xprtrdma/rpc_rdma.c 	if (type == rpcrdma_readch && r_xprt->rx_ia.ri_implicit_roundup)
type              270 net/sunrpc/xprtrdma/rpc_rdma.c 	if (type == rpcrdma_writech && r_xprt->rx_ia.ri_implicit_roundup)
type             1897 net/sunrpc/xprtsock.c 		struct sock_xprt *transport, int family, int type,
type             1904 net/sunrpc/xprtsock.c 	err = __sock_create(xprt->xprt_net, family, type, protocol, &sock, 1);
type               89 net/tipc/bearer.c static struct tipc_media *media_find_id(u8 type)
type               94 net/tipc/bearer.c 		if (media_info_array[i]->type_id == type)
type              412 net/tipc/bearer.c 	b->pt.type = htons(ETH_P_TIPC);
type              727 net/tipc/bearer.c 	tn->loopback_pt.type = htons(ETH_P_TIPC);
type               87 net/tipc/group.c 	u32 type;
type              169 net/tipc/group.c 	u32 type = mreq->type;
type              181 net/tipc/group.c 	grp->type = type;
type              189 net/tipc/group.c 	if (tipc_topsrv_kern_subscr(net, portid, type, 0, ~0,
type              359 net/tipc/group.c 	seq->type = grp->type;
type              676 net/tipc/group.c 	evt.s.seq.type = grp->type;
type              687 net/tipc/group.c 	msg_set_nametype(hdr, grp->type);
type              927 net/tipc/group.c 			grp->type) ||
type               75 net/tipc/msg.c void tipc_msg_init(u32 own_node, struct tipc_msg *m, u32 user, u32 type,
type               84 net/tipc/msg.c 	msg_set_type(m, type);
type               91 net/tipc/msg.c struct sk_buff *tipc_msg_create(uint user, uint type,
type              103 net/tipc/msg.c 	tipc_msg_init(onode, msg, user, type, hdr_sz, dnode);
type             1054 net/tipc/msg.h void tipc_msg_init(u32 own_addr, struct tipc_msg *m, u32 user, u32 type,
type             1056 net/tipc/msg.h struct sk_buff *tipc_msg_create(uint user, uint type, uint hdr_sz,
type               56 net/tipc/name_distr.c 	i->type = htonl(p->type);
type               68 net/tipc/name_distr.c static struct sk_buff *named_prepare_buf(struct net *net, u32 type, u32 size,
type               78 net/tipc/name_distr.c 			      type, INT_H_SIZE, dest);
type              213 net/tipc/name_distr.c 	p = tipc_nametbl_remove_publ(net, publ->type, publ->lower, publ->upper,
type              222 net/tipc/name_distr.c 		       publ->type, publ->lower, publ->node, publ->port,
type              270 net/tipc/name_distr.c 	u32 type = ntohl(i->type);
type              275 net/tipc/name_distr.c 		p = tipc_nametbl_insert_publ(net, type, lower, upper,
type              283 net/tipc/name_distr.c 		p = tipc_nametbl_remove_publ(net, type, lower,
type              291 net/tipc/name_distr.c 				    type, lower, node);
type               63 net/tipc/name_distr.h 	__be32 type;
type               76 net/tipc/name_table.c 	u32 type;
type               92 net/tipc/name_table.c static struct publication *tipc_publ_create(u32 type, u32 lower, u32 upper,
type              101 net/tipc/name_table.c 	publ->type = type;
type              120 net/tipc/name_table.c static struct tipc_service *tipc_service_create(u32 type, struct hlist_head *hd)
type              130 net/tipc/name_table.c 	service->type = type;
type              221 net/tipc/name_table.c 						    u32 type, u32 lower,
type              244 net/tipc/name_table.c 	p = tipc_publ_create(type, lower, upper, scope, node, port, key);
type              258 net/tipc/name_table.c 	pr_warn("Failed to bind to %u,%u,%u, no memory\n", type, lower, upper);
type              295 net/tipc/name_table.c 	ns.type = tipc_sub_read(sb, seq.type);
type              322 net/tipc/name_table.c static struct tipc_service *tipc_service_find(struct net *net, u32 type)
type              328 net/tipc/name_table.c 	service_head = &nt->services[hash(type)];
type              330 net/tipc/name_table.c 		if (service->type == type)
type              336 net/tipc/name_table.c struct publication *tipc_nametbl_insert_publ(struct net *net, u32 type,
type              347 net/tipc/name_table.c 			 type, lower, upper, scope);
type              350 net/tipc/name_table.c 	sc = tipc_service_find(net, type);
type              352 net/tipc/name_table.c 		sc = tipc_service_create(type, &nt->services[hash(type)]);
type              357 net/tipc/name_table.c 	p = tipc_service_insert_publ(net, sc, type, lower, upper,
type              363 net/tipc/name_table.c struct publication *tipc_nametbl_remove_publ(struct net *net, u32 type,
type              367 net/tipc/name_table.c 	struct tipc_service *sc = tipc_service_find(net, type);
type              423 net/tipc/name_table.c u32 tipc_nametbl_translate(struct net *net, u32 type, u32 instance, u32 *dnode)
type              439 net/tipc/name_table.c 	sc = tipc_service_find(net, type);
type              474 net/tipc/name_table.c bool tipc_nametbl_lookup(struct net *net, u32 type, u32 instance, u32 scope,
type              485 net/tipc/name_table.c 	sc = tipc_service_find(net, type);
type              514 net/tipc/name_table.c void tipc_nametbl_mc_lookup(struct net *net, u32 type, u32 lower, u32 upper,
type              523 net/tipc/name_table.c 	sc = tipc_service_find(net, type);
type              549 net/tipc/name_table.c void tipc_nametbl_lookup_dst_nodes(struct net *net, u32 type, u32 lower,
type              558 net/tipc/name_table.c 	sc = tipc_service_find(net, type);
type              582 net/tipc/name_table.c 			      u32 type, u32 scope)
type              590 net/tipc/name_table.c 	sc = tipc_service_find(net, type);
type              610 net/tipc/name_table.c struct publication *tipc_nametbl_publish(struct net *net, u32 type, u32 lower,
type              626 net/tipc/name_table.c 	p = tipc_nametbl_insert_publ(net, type, lower, upper, scope,
type              643 net/tipc/name_table.c int tipc_nametbl_withdraw(struct net *net, u32 type, u32 lower,
type              654 net/tipc/name_table.c 	p = tipc_nametbl_remove_publ(net, type, lower, upper, self, key);
type              662 net/tipc/name_table.c 		       type, lower, upper, key);
type              681 net/tipc/name_table.c 	u32 type = tipc_sub_read(s, seq.type);
type              686 net/tipc/name_table.c 	sc = tipc_service_find(sub->net, type);
type              688 net/tipc/name_table.c 		sc = tipc_service_create(type, &nt->services[hash(type)]);
type              694 net/tipc/name_table.c 		pr_warn("Failed to subscribe for {%u,%u,%u}\n", type,
type              710 net/tipc/name_table.c 	u32 type = tipc_sub_read(s, seq.type);
type              714 net/tipc/name_table.c 	sc = tipc_service_find(sub->net, type);
type              840 net/tipc/name_table.c 		if (nla_put_u32(msg->skb, TIPC_NLA_PUBL_TYPE, service->type))
type              931 net/tipc/name_table.c 				*last_type = service->type;
type               75 net/tipc/name_table.h 	u32 type;
type              109 net/tipc/name_table.h u32 tipc_nametbl_translate(struct net *net, u32 type, u32 instance, u32 *node);
type              110 net/tipc/name_table.h void tipc_nametbl_mc_lookup(struct net *net, u32 type, u32 lower, u32 upper,
type              113 net/tipc/name_table.h 			      u32 type, u32 domain);
type              114 net/tipc/name_table.h void tipc_nametbl_lookup_dst_nodes(struct net *net, u32 type, u32 lower,
type              116 net/tipc/name_table.h bool tipc_nametbl_lookup(struct net *net, u32 type, u32 instance, u32 domain,
type              119 net/tipc/name_table.h struct publication *tipc_nametbl_publish(struct net *net, u32 type, u32 lower,
type              122 net/tipc/name_table.h int tipc_nametbl_withdraw(struct net *net, u32 type, u32 lower, u32 upper,
type              124 net/tipc/name_table.h struct publication *tipc_nametbl_insert_publ(struct net *net, u32 type,
type              127 net/tipc/name_table.h struct publication *tipc_nametbl_remove_publ(struct net *net, u32 type,
type               48 net/tipc/netlink.c 	[TIPC_NLA_UNSPEC]	= { .type = NLA_UNSPEC, },
type               49 net/tipc/netlink.c 	[TIPC_NLA_BEARER]	= { .type = NLA_NESTED, },
type               50 net/tipc/netlink.c 	[TIPC_NLA_SOCK]		= { .type = NLA_NESTED, },
type               51 net/tipc/netlink.c 	[TIPC_NLA_PUBL]		= { .type = NLA_NESTED, },
type               52 net/tipc/netlink.c 	[TIPC_NLA_LINK]		= { .type = NLA_NESTED, },
type               53 net/tipc/netlink.c 	[TIPC_NLA_MEDIA]	= { .type = NLA_NESTED, },
type               54 net/tipc/netlink.c 	[TIPC_NLA_NODE]		= { .type = NLA_NESTED, },
type               55 net/tipc/netlink.c 	[TIPC_NLA_NET]		= { .type = NLA_NESTED, },
type               56 net/tipc/netlink.c 	[TIPC_NLA_NAME_TABLE]	= { .type = NLA_NESTED, },
type               57 net/tipc/netlink.c 	[TIPC_NLA_MON]		= { .type = NLA_NESTED, },
type               62 net/tipc/netlink.c 	[TIPC_NLA_NAME_TABLE_UNSPEC]	= { .type = NLA_UNSPEC },
type               63 net/tipc/netlink.c 	[TIPC_NLA_NAME_TABLE_PUBL]	= { .type = NLA_NESTED }
type               67 net/tipc/netlink.c 	[TIPC_NLA_MON_UNSPEC]			= { .type = NLA_UNSPEC },
type               68 net/tipc/netlink.c 	[TIPC_NLA_MON_REF]			= { .type = NLA_U32 },
type               69 net/tipc/netlink.c 	[TIPC_NLA_MON_ACTIVATION_THRESHOLD]	= { .type = NLA_U32 },
type               73 net/tipc/netlink.c 	[TIPC_NLA_SOCK_UNSPEC]		= { .type = NLA_UNSPEC },
type               74 net/tipc/netlink.c 	[TIPC_NLA_SOCK_ADDR]		= { .type = NLA_U32 },
type               75 net/tipc/netlink.c 	[TIPC_NLA_SOCK_REF]		= { .type = NLA_U32 },
type               76 net/tipc/netlink.c 	[TIPC_NLA_SOCK_CON]		= { .type = NLA_NESTED },
type               77 net/tipc/netlink.c 	[TIPC_NLA_SOCK_HAS_PUBL]	= { .type = NLA_FLAG }
type               81 net/tipc/netlink.c 	[TIPC_NLA_NET_UNSPEC]		= { .type = NLA_UNSPEC },
type               82 net/tipc/netlink.c 	[TIPC_NLA_NET_ID]		= { .type = NLA_U32 },
type               83 net/tipc/netlink.c 	[TIPC_NLA_NET_ADDR]		= { .type = NLA_U32 },
type               84 net/tipc/netlink.c 	[TIPC_NLA_NET_NODEID]		= { .type = NLA_U64 },
type               85 net/tipc/netlink.c 	[TIPC_NLA_NET_NODEID_W1]	= { .type = NLA_U64 },
type               89 net/tipc/netlink.c 	[TIPC_NLA_LINK_UNSPEC]		= { .type = NLA_UNSPEC },
type               90 net/tipc/netlink.c 	[TIPC_NLA_LINK_NAME]		= { .type = NLA_STRING,
type               92 net/tipc/netlink.c 	[TIPC_NLA_LINK_MTU]		= { .type = NLA_U32 },
type               93 net/tipc/netlink.c 	[TIPC_NLA_LINK_BROADCAST]	= { .type = NLA_FLAG },
type               94 net/tipc/netlink.c 	[TIPC_NLA_LINK_UP]		= { .type = NLA_FLAG },
type               95 net/tipc/netlink.c 	[TIPC_NLA_LINK_ACTIVE]		= { .type = NLA_FLAG },
type               96 net/tipc/netlink.c 	[TIPC_NLA_LINK_PROP]		= { .type = NLA_NESTED },
type               97 net/tipc/netlink.c 	[TIPC_NLA_LINK_STATS]		= { .type = NLA_NESTED },
type               98 net/tipc/netlink.c 	[TIPC_NLA_LINK_RX]		= { .type = NLA_U32 },
type               99 net/tipc/netlink.c 	[TIPC_NLA_LINK_TX]		= { .type = NLA_U32 }
type              103 net/tipc/netlink.c 	[TIPC_NLA_NODE_UNSPEC]		= { .type = NLA_UNSPEC },
type              104 net/tipc/netlink.c 	[TIPC_NLA_NODE_ADDR]		= { .type = NLA_U32 },
type              105 net/tipc/netlink.c 	[TIPC_NLA_NODE_UP]		= { .type = NLA_FLAG }
type              110 net/tipc/netlink.c 	[TIPC_NLA_PROP_UNSPEC]		= { .type = NLA_UNSPEC },
type              111 net/tipc/netlink.c 	[TIPC_NLA_PROP_PRIO]		= { .type = NLA_U32 },
type              112 net/tipc/netlink.c 	[TIPC_NLA_PROP_TOL]		= { .type = NLA_U32 },
type              113 net/tipc/netlink.c 	[TIPC_NLA_PROP_WIN]		= { .type = NLA_U32 },
type              114 net/tipc/netlink.c 	[TIPC_NLA_PROP_MTU]		= { .type = NLA_U32 },
type              115 net/tipc/netlink.c 	[TIPC_NLA_PROP_BROADCAST]	= { .type = NLA_U32 },
type              116 net/tipc/netlink.c 	[TIPC_NLA_PROP_BROADCAST_RATIO]	= { .type = NLA_U32 }
type              120 net/tipc/netlink.c 	[TIPC_NLA_BEARER_UNSPEC]	= { .type = NLA_UNSPEC },
type              121 net/tipc/netlink.c 	[TIPC_NLA_BEARER_NAME]		= { .type = NLA_STRING,
type              123 net/tipc/netlink.c 	[TIPC_NLA_BEARER_PROP]		= { .type = NLA_NESTED },
type              124 net/tipc/netlink.c 	[TIPC_NLA_BEARER_DOMAIN]	= { .type = NLA_U32 }
type              128 net/tipc/netlink.c 	[TIPC_NLA_MEDIA_UNSPEC]		= { .type = NLA_UNSPEC },
type              129 net/tipc/netlink.c 	[TIPC_NLA_MEDIA_NAME]		= { .type = NLA_STRING },
type              130 net/tipc/netlink.c 	[TIPC_NLA_MEDIA_PROP]		= { .type = NLA_NESTED }
type              134 net/tipc/netlink.c 	[TIPC_NLA_UDP_UNSPEC]	= {.type = NLA_UNSPEC},
type              135 net/tipc/netlink.c 	[TIPC_NLA_UDP_LOCAL]	= {.type = NLA_BINARY,
type              137 net/tipc/netlink.c 	[TIPC_NLA_UDP_REMOTE]	= {.type = NLA_BINARY,
type               96 net/tipc/netlink_compat.c static int tipc_add_tlv(struct sk_buff *skb, u16 type, void *data, u16 len)
type              104 net/tipc/netlink_compat.c 	tlv->tlv_type = htons(type);
type              112 net/tipc/netlink_compat.c static void tipc_tlv_init(struct sk_buff *skb, u16 type)
type              117 net/tipc/netlink_compat.c 	TLV_SET_TYPE(tlv, type);
type              871 net/tipc/netlink_compat.c 	u32 node, depth, type, lowbound, upbound;
type              897 net/tipc/netlink_compat.c 	type = ntohl(ntq->type);
type              902 net/tipc/netlink_compat.c 	    (type != nla_get_u32(publ[TIPC_NLA_PUBL_TYPE])))
type              942 net/tipc/netlink_compat.c 	u32 type, lower, upper;
type              954 net/tipc/netlink_compat.c 	type = nla_get_u32(publ[TIPC_NLA_PUBL_TYPE]);
type              959 net/tipc/netlink_compat.c 		tipc_tlv_sprintf(msg->rep, " {%u,%u}", type, lower);
type              961 net/tipc/netlink_compat.c 		tipc_tlv_sprintf(msg->rep, " {%u,%u,%u}", type, lower, upper);
type              362 net/tipc/socket.c 	int typ = sock->type;
type              427 net/tipc/socket.c 	switch (sock->type) {
type              486 net/tipc/socket.c 		if (sock->type == SOCK_DGRAM)
type              648 net/tipc/socket.c 	if ((addr->addr.nameseq.type < TIPC_RESERVED_TYPES) &&
type              649 net/tipc/socket.c 	    (addr->addr.nameseq.type != TIPC_TOP_SRV) &&
type              650 net/tipc/socket.c 	    (addr->addr.nameseq.type != TIPC_CFG_SRV)) {
type              796 net/tipc/socket.c 	tipc_nametbl_lookup_dst_nodes(net, seq->type, seq->lower,
type              807 net/tipc/socket.c 	msg_set_nametype(hdr, seq->type);
type              946 net/tipc/socket.c 	u32 type, inst, scope;
type              953 net/tipc/socket.c 	type = msg_nametype(hdr);
type              964 net/tipc/socket.c 			if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts,
type             1100 net/tipc/socket.c 	u32 type, inst, scope, exclude;
type             1106 net/tipc/socket.c 	type = msg_nametype(hdr);
type             1111 net/tipc/socket.c 	if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts,
type             1135 net/tipc/socket.c 	u32 type, lower, upper, scope;
type             1154 net/tipc/socket.c 		type = msg_nametype(hdr);
type             1185 net/tipc/socket.c 		tipc_nametbl_mc_lookup(net, type, lower, upper,
type             1310 net/tipc/socket.c 	u32 type = 0, inst = 0;
type             1349 net/tipc/socket.c 			tsk->conn_type = dest->addr.name.name.type;
type             1360 net/tipc/socket.c 		type = dest->addr.name.name.type;
type             1363 net/tipc/socket.c 		dport = tipc_nametbl_translate(net, type, inst, &dnode);
type             1381 net/tipc/socket.c 		msg_set_nametype(hdr, type);
type             1576 net/tipc/socket.c 	srcaddr->member.addr.name.name.type = msg_nametype(hdr);
type             2729 net/tipc/socket.c 	publ = tipc_nametbl_publish(net, seq->type, seq->lower, seq->upper,
type             2755 net/tipc/socket.c 			if (publ->type != seq->type)
type             2761 net/tipc/socket.c 			tipc_nametbl_withdraw(net, publ->type, publ->lower,
type             2766 net/tipc/socket.c 		tipc_nametbl_withdraw(net, publ->type, publ->lower,
type             2891 net/tipc/socket.c 	if (mreq->type < TIPC_RESERVED_TYPES)
type             2902 net/tipc/socket.c 	msg_set_nametype(hdr, mreq->type);
type             2904 net/tipc/socket.c 	seq.type = mreq->type;
type             2907 net/tipc/socket.c 	tipc_nametbl_build_group(net, grp, mreq->type, mreq->scope);
type             2959 net/tipc/socket.c 	if ((lvl == IPPROTO_TCP) && (sock->type == SOCK_STREAM))
type             2992 net/tipc/socket.c 		if (sock->type != SOCK_STREAM)
type             3049 net/tipc/socket.c 	if ((lvl == IPPROTO_TCP) && (sock->type == SOCK_STREAM))
type             3083 net/tipc/socket.c 		seq.type = 0;
type             3086 net/tipc/socket.c 		value = seq.type;
type             3527 net/tipc/socket.c 	if (nla_put_u32(skb, TIPC_NLA_PUBL_TYPE, publ->type))
type             3656 net/tipc/socket.c 	u32 type = 0, lower = 0, upper = 0;
type             3682 net/tipc/socket.c 			type = p->type;
type             3689 net/tipc/socket.c 		type = tsk->conn_type;
type             3694 net/tipc/socket.c 	if ((_type && _type != type) || (_lower && _lower != lower) ||
type             3783 net/tipc/socket.c 		i += scnprintf(buf + i, sz - i, " %u", (p) ? p->type : 0);
type               84 net/tipc/subscr.c 	seq.type = tipc_sub_read(s, seq.type);
type              521 net/tipc/topsrv.c 	saddr.addr.nameseq.type	        = TIPC_TOP_SRV;
type              557 net/tipc/topsrv.c bool tipc_topsrv_kern_subscr(struct net *net, u32 port, u32 type, u32 lower,
type              564 net/tipc/topsrv.c 	sub.seq.type = type;
type               50 net/tipc/topsrv.h bool tipc_topsrv_kern_subscr(struct net *net, u32 port, u32 type, u32 lower,
type              275 net/unix/af_unix.c 					      int len, int type, unsigned int hash)
type              279 net/unix/af_unix.c 	sk_for_each(s, &unix_socket_table[hash ^ type]) {
type              296 net/unix/af_unix.c 						   int len, int type,
type              302 net/unix/af_unix.c 	s = __unix_find_socket_byname(net, sunname, len, type, hash);
type              615 net/unix/af_unix.c 	if (sock->type != SOCK_STREAM && sock->type != SOCK_SEQPACKET)
type              813 net/unix/af_unix.c 	switch (sock->type) {
type              822 net/unix/af_unix.c 		sock->type = SOCK_DGRAM;
type              883 net/unix/af_unix.c 	if (__unix_find_socket_byname(net, addr->name, addr->len, sock->type,
type              913 net/unix/af_unix.c 				    int type, unsigned int hash, int *error)
type              936 net/unix/af_unix.c 		if (u->sk_type == type)
type              942 net/unix/af_unix.c 		if (u->sk_type != type) {
type              948 net/unix/af_unix.c 		u = unix_find_socket_byname(net, sunname, len, type, hash);
type             1136 net/unix/af_unix.c 		other = unix_find_other(net, sunaddr, alen, sock->type, hash, &err);
type             1440 net/unix/af_unix.c 	if (sock->type != SOCK_STREAM && sock->type != SOCK_SEQPACKET)
type              553 net/vmw_vsock/af_vsock.c 	switch (sk->sk_socket->type) {
type              578 net/vmw_vsock/af_vsock.c 			    unsigned short type,
type              596 net/vmw_vsock/af_vsock.c 		sk->sk_type = type;
type              868 net/vmw_vsock/af_vsock.c 	if (sock->type == SOCK_DGRAM) {
type              881 net/vmw_vsock/af_vsock.c 	} else if (sock->type == SOCK_STREAM) {
type             1265 net/vmw_vsock/af_vsock.c 	if (sock->type != SOCK_STREAM) {
type             1342 net/vmw_vsock/af_vsock.c 	if (sock->type != SOCK_STREAM) {
type             1855 net/vmw_vsock/af_vsock.c 	switch (sock->type) {
type               19 net/vmw_vsock/af_vsock_tap.c 	if (unlikely(vt->dev->type != ARPHRD_VSOCKMON))
type               54 net/vmw_vsock/virtio_transport_common.c 	pkt->hdr.type		= cpu_to_le16(info->type);
type               81 net/vmw_vsock/virtio_transport_common.c 					 info->type,
type              258 net/vmw_vsock/virtio_transport_common.c 					       int type,
type              263 net/vmw_vsock/virtio_transport_common.c 		.type = type,
type              620 net/vmw_vsock/virtio_transport_common.c 		.type = VIRTIO_VSOCK_TYPE_STREAM,
type              632 net/vmw_vsock/virtio_transport_common.c 		.type = VIRTIO_VSOCK_TYPE_STREAM,
type              661 net/vmw_vsock/virtio_transport_common.c 		.type = VIRTIO_VSOCK_TYPE_STREAM,
type              684 net/vmw_vsock/virtio_transport_common.c 		.type = VIRTIO_VSOCK_TYPE_STREAM,
type              705 net/vmw_vsock/virtio_transport_common.c 		.type = le16_to_cpu(pkt->hdr.type),
type              987 net/vmw_vsock/virtio_transport_common.c 		.type = VIRTIO_VSOCK_TYPE_STREAM,
type             1078 net/vmw_vsock/virtio_transport_common.c 					le16_to_cpu(pkt->hdr.type),
type             1084 net/vmw_vsock/virtio_transport_common.c 	if (le16_to_cpu(pkt->hdr.type) != VIRTIO_VSOCK_TYPE_STREAM) {
type              121 net/vmw_vsock/vmci_transport.c 			   u8 type,
type              137 net/vmw_vsock/vmci_transport.c 	pkt->type = type;
type              143 net/vmw_vsock/vmci_transport.c 	switch (pkt->type) {
type              194 net/vmw_vsock/vmci_transport.c 				  enum vmci_transport_packet_type type,
type              204 net/vmw_vsock/vmci_transport.c 	vmci_transport_packet_init(pkt, src, dst, type, size, mode, wait,
type              215 net/vmw_vsock/vmci_transport.c 				      enum vmci_transport_packet_type type,
type              224 net/vmw_vsock/vmci_transport.c 	if (pkt->type == VMCI_TRANSPORT_PACKET_TYPE_RST) {
type              229 net/vmw_vsock/vmci_transport.c 							 type,
type              239 net/vmw_vsock/vmci_transport.c 				   enum vmci_transport_packet_type type,
type              252 net/vmw_vsock/vmci_transport.c 	return __vmci_transport_send_control_pkt(&pkt, src, dst, type,
type              261 net/vmw_vsock/vmci_transport.c 				      enum vmci_transport_packet_type type,
type              275 net/vmw_vsock/vmci_transport.c 	err = __vmci_transport_send_control_pkt(pkt, src, dst, type, size,
type              285 net/vmw_vsock/vmci_transport.c 				enum vmci_transport_packet_type type,
type              304 net/vmw_vsock/vmci_transport.c 						     type, size, mode,
type              312 net/vmw_vsock/vmci_transport.c 	if (pkt->type == VMCI_TRANSPORT_PACKET_TYPE_RST)
type              327 net/vmw_vsock/vmci_transport.c 	if (pkt->type == VMCI_TRANSPORT_PACKET_TYPE_RST)
type              738 net/vmw_vsock/vmci_transport.c 	if (pkt->type >= VMCI_TRANSPORT_PACKET_TYPE_MAX) {
type              996 net/vmw_vsock/vmci_transport.c 	if (!(pkt->type == VMCI_TRANSPORT_PACKET_TYPE_REQUEST ||
type              997 net/vmw_vsock/vmci_transport.c 	      pkt->type == VMCI_TRANSPORT_PACKET_TYPE_REQUEST2)) {
type             1046 net/vmw_vsock/vmci_transport.c 		if (pkt->type == VMCI_TRANSPORT_PACKET_TYPE_REQUEST)
type             1048 net/vmw_vsock/vmci_transport.c 		else if (pkt->type == VMCI_TRANSPORT_PACKET_TYPE_REQUEST2)
type             1145 net/vmw_vsock/vmci_transport.c 	switch (pkt->type) {
type             1158 net/vmw_vsock/vmci_transport.c 		err = pkt->type == VMCI_TRANSPORT_PACKET_TYPE_RST ? 0 : -EINVAL;
type             1285 net/vmw_vsock/vmci_transport.c 	switch (pkt->type) {
type             1418 net/vmw_vsock/vmci_transport.c 		if (pkt->type == VMCI_TRANSPORT_PACKET_TYPE_NEGOTIATE)
type             1420 net/vmw_vsock/vmci_transport.c 		else if (pkt->type == VMCI_TRANSPORT_PACKET_TYPE_NEGOTIATE2)
type             1532 net/vmw_vsock/vmci_transport.c 	switch (pkt->type) {
type               63 net/vmw_vsock/vmci_transport.h 	u8 type;
type              607 net/vmw_vsock/vmci_transport_notify.c 	switch (pkt->type) {
type              351 net/vmw_vsock/vmci_transport_notify_qstate.c 	switch (pkt->type) {
type              392 net/wimax/stack.c 	[WIMAX_GNL_RESET_IFIDX] = { .type = NLA_U32, },
type              393 net/wimax/stack.c 	[WIMAX_GNL_RFKILL_IFIDX] = { .type = NLA_U32, },
type              395 net/wimax/stack.c 		.type = NLA_U32		/* enum wimax_rf_state */
type              397 net/wimax/stack.c 	[WIMAX_GNL_STGET_IFIDX] = { .type = NLA_U32, },
type              398 net/wimax/stack.c 	[WIMAX_GNL_MSG_IFIDX] = { .type = NLA_U32, },
type              400 net/wimax/stack.c 		.type = NLA_UNSPEC,	/* libnl doesn't grok BINARY yet */
type             1218 net/wireless/core.c 	ev->type = EVENT_STOPPED;
type              251 net/wireless/core.h 	enum cfg80211_event_type type;
type               76 net/wireless/ibss.c 	ev->type = EVENT_IBSS_JOINED;
type              257 net/wireless/nl80211.c 	[NL80211_FTM_RESP_ATTR_ENABLED] = { .type = NLA_FLAG, },
type              258 net/wireless/nl80211.c 	[NL80211_FTM_RESP_ATTR_LCI] = { .type = NLA_BINARY,
type              260 net/wireless/nl80211.c 	[NL80211_FTM_RESP_ATTR_CIVICLOC] = { .type = NLA_BINARY,
type              266 net/wireless/nl80211.c 	[NL80211_PMSR_FTM_REQ_ATTR_ASAP] = { .type = NLA_FLAG },
type              267 net/wireless/nl80211.c 	[NL80211_PMSR_FTM_REQ_ATTR_PREAMBLE] = { .type = NLA_U32 },
type              270 net/wireless/nl80211.c 	[NL80211_PMSR_FTM_REQ_ATTR_BURST_PERIOD] = { .type = NLA_U16 },
type              275 net/wireless/nl80211.c 	[NL80211_PMSR_FTM_REQ_ATTR_NUM_FTMR_RETRIES] = { .type = NLA_U8 },
type              276 net/wireless/nl80211.c 	[NL80211_PMSR_FTM_REQ_ATTR_REQUEST_LCI] = { .type = NLA_FLAG },
type              277 net/wireless/nl80211.c 	[NL80211_PMSR_FTM_REQ_ATTR_REQUEST_CIVICLOC] = { .type = NLA_FLAG },
type              290 net/wireless/nl80211.c 	[NL80211_PMSR_REQ_ATTR_GET_AP_TSF] = { .type = NLA_FLAG },
type              300 net/wireless/nl80211.c 	[NL80211_PMSR_PEER_ATTR_CHAN] = { .type = NLA_NESTED },
type              303 net/wireless/nl80211.c 	[NL80211_PMSR_PEER_ATTR_RESP] = { .type = NLA_REJECT },
type              308 net/wireless/nl80211.c 	[NL80211_PMSR_ATTR_MAX_PEERS] = { .type = NLA_REJECT },
type              309 net/wireless/nl80211.c 	[NL80211_PMSR_ATTR_REPORT_AP_TSF] = { .type = NLA_REJECT },
type              310 net/wireless/nl80211.c 	[NL80211_PMSR_ATTR_RANDOMIZE_MAC_ADDR] = { .type = NLA_REJECT },
type              311 net/wireless/nl80211.c 	[NL80211_PMSR_ATTR_TYPE_CAPA] = { .type = NLA_REJECT },
type              326 net/wireless/nl80211.c 	[NL80211_ATTR_WIPHY] = { .type = NLA_U32 },
type              327 net/wireless/nl80211.c 	[NL80211_ATTR_WIPHY_NAME] = { .type = NLA_NUL_STRING,
type              329 net/wireless/nl80211.c 	[NL80211_ATTR_WIPHY_TXQ_PARAMS] = { .type = NLA_NESTED },
type              331 net/wireless/nl80211.c 	[NL80211_ATTR_WIPHY_FREQ] = { .type = NLA_U32 },
type              332 net/wireless/nl80211.c 	[NL80211_ATTR_WIPHY_CHANNEL_TYPE] = { .type = NLA_U32 },
type              340 net/wireless/nl80211.c 	[NL80211_ATTR_CHANNEL_WIDTH] = { .type = NLA_U32 },
type              341 net/wireless/nl80211.c 	[NL80211_ATTR_CENTER_FREQ1] = { .type = NLA_U32 },
type              342 net/wireless/nl80211.c 	[NL80211_ATTR_CENTER_FREQ2] = { .type = NLA_U32 },
type              346 net/wireless/nl80211.c 	[NL80211_ATTR_WIPHY_FRAG_THRESHOLD] = { .type = NLA_U32 },
type              347 net/wireless/nl80211.c 	[NL80211_ATTR_WIPHY_RTS_THRESHOLD] = { .type = NLA_U32 },
type              348 net/wireless/nl80211.c 	[NL80211_ATTR_WIPHY_COVERAGE_CLASS] = { .type = NLA_U8 },
type              349 net/wireless/nl80211.c 	[NL80211_ATTR_WIPHY_DYN_ACK] = { .type = NLA_FLAG },
type              352 net/wireless/nl80211.c 	[NL80211_ATTR_IFINDEX] = { .type = NLA_U32 },
type              353 net/wireless/nl80211.c 	[NL80211_ATTR_IFNAME] = { .type = NLA_NUL_STRING, .len = IFNAMSIZ-1 },
type              355 net/wireless/nl80211.c 	[NL80211_ATTR_MAC] = { .type = NLA_EXACT_LEN_WARN, .len = ETH_ALEN },
type              357 net/wireless/nl80211.c 		.type = NLA_EXACT_LEN_WARN,
type              361 net/wireless/nl80211.c 	[NL80211_ATTR_KEY] = { .type = NLA_NESTED, },
type              362 net/wireless/nl80211.c 	[NL80211_ATTR_KEY_DATA] = { .type = NLA_BINARY,
type              365 net/wireless/nl80211.c 	[NL80211_ATTR_KEY_CIPHER] = { .type = NLA_U32 },
type              366 net/wireless/nl80211.c 	[NL80211_ATTR_KEY_DEFAULT] = { .type = NLA_FLAG },
type              367 net/wireless/nl80211.c 	[NL80211_ATTR_KEY_SEQ] = { .type = NLA_BINARY, .len = 16 },
type              371 net/wireless/nl80211.c 	[NL80211_ATTR_BEACON_INTERVAL] = { .type = NLA_U32 },
type              372 net/wireless/nl80211.c 	[NL80211_ATTR_DTIM_PERIOD] = { .type = NLA_U32 },
type              381 net/wireless/nl80211.c 	[NL80211_ATTR_STA_FLAGS] = { .type = NLA_NESTED },
type              382 net/wireless/nl80211.c 	[NL80211_ATTR_STA_LISTEN_INTERVAL] = { .type = NLA_U16 },
type              383 net/wireless/nl80211.c 	[NL80211_ATTR_STA_SUPPORTED_RATES] = { .type = NLA_BINARY,
type              391 net/wireless/nl80211.c 	[NL80211_ATTR_STA_TX_POWER] = { .type = NLA_S16 },
type              392 net/wireless/nl80211.c 	[NL80211_ATTR_STA_VLAN] = { .type = NLA_U32 },
type              394 net/wireless/nl80211.c 	[NL80211_ATTR_MESH_ID] = { .type = NLA_BINARY,
type              398 net/wireless/nl80211.c 	[NL80211_ATTR_REG_ALPHA2] = { .type = NLA_STRING, .len = 2 },
type              399 net/wireless/nl80211.c 	[NL80211_ATTR_REG_RULES] = { .type = NLA_NESTED },
type              401 net/wireless/nl80211.c 	[NL80211_ATTR_BSS_CTS_PROT] = { .type = NLA_U8 },
type              402 net/wireless/nl80211.c 	[NL80211_ATTR_BSS_SHORT_PREAMBLE] = { .type = NLA_U8 },
type              403 net/wireless/nl80211.c 	[NL80211_ATTR_BSS_SHORT_SLOT_TIME] = { .type = NLA_U8 },
type              404 net/wireless/nl80211.c 	[NL80211_ATTR_BSS_BASIC_RATES] = { .type = NLA_BINARY,
type              406 net/wireless/nl80211.c 	[NL80211_ATTR_BSS_HT_OPMODE] = { .type = NLA_U16 },
type              408 net/wireless/nl80211.c 	[NL80211_ATTR_MESH_CONFIG] = { .type = NLA_NESTED },
type              409 net/wireless/nl80211.c 	[NL80211_ATTR_SUPPORT_MESH_AUTH] = { .type = NLA_FLAG },
type              412 net/wireless/nl80211.c 		.type = NLA_EXACT_LEN_WARN,
type              416 net/wireless/nl80211.c 	[NL80211_ATTR_MGMT_SUBTYPE] = { .type = NLA_U8 },
type              420 net/wireless/nl80211.c 	[NL80211_ATTR_SCAN_FREQUENCIES] = { .type = NLA_NESTED },
type              421 net/wireless/nl80211.c 	[NL80211_ATTR_SCAN_SSIDS] = { .type = NLA_NESTED },
type              423 net/wireless/nl80211.c 	[NL80211_ATTR_SSID] = { .type = NLA_BINARY,
type              425 net/wireless/nl80211.c 	[NL80211_ATTR_AUTH_TYPE] = { .type = NLA_U32 },
type              426 net/wireless/nl80211.c 	[NL80211_ATTR_REASON_CODE] = { .type = NLA_U16 },
type              427 net/wireless/nl80211.c 	[NL80211_ATTR_FREQ_FIXED] = { .type = NLA_FLAG },
type              428 net/wireless/nl80211.c 	[NL80211_ATTR_TIMED_OUT] = { .type = NLA_FLAG },
type              435 net/wireless/nl80211.c 	[NL80211_ATTR_CONTROL_PORT] = { .type = NLA_FLAG },
type              436 net/wireless/nl80211.c 	[NL80211_ATTR_CONTROL_PORT_ETHERTYPE] = { .type = NLA_U16 },
type              437 net/wireless/nl80211.c 	[NL80211_ATTR_CONTROL_PORT_NO_ENCRYPT] = { .type = NLA_FLAG },
type              438 net/wireless/nl80211.c 	[NL80211_ATTR_CONTROL_PORT_OVER_NL80211] = { .type = NLA_FLAG },
type              439 net/wireless/nl80211.c 	[NL80211_ATTR_PRIVACY] = { .type = NLA_FLAG },
type              440 net/wireless/nl80211.c 	[NL80211_ATTR_STATUS_CODE] = { .type = NLA_U16 },
type              441 net/wireless/nl80211.c 	[NL80211_ATTR_CIPHER_SUITE_GROUP] = { .type = NLA_U32 },
type              442 net/wireless/nl80211.c 	[NL80211_ATTR_WPA_VERSIONS] = { .type = NLA_U32 },
type              443 net/wireless/nl80211.c 	[NL80211_ATTR_PID] = { .type = NLA_U32 },
type              444 net/wireless/nl80211.c 	[NL80211_ATTR_4ADDR] = { .type = NLA_U8 },
type              446 net/wireless/nl80211.c 		.type = NLA_EXACT_LEN_WARN,
type              449 net/wireless/nl80211.c 	[NL80211_ATTR_DURATION] = { .type = NLA_U32 },
type              450 net/wireless/nl80211.c 	[NL80211_ATTR_COOKIE] = { .type = NLA_U64 },
type              451 net/wireless/nl80211.c 	[NL80211_ATTR_TX_RATES] = { .type = NLA_NESTED },
type              452 net/wireless/nl80211.c 	[NL80211_ATTR_FRAME] = { .type = NLA_BINARY,
type              454 net/wireless/nl80211.c 	[NL80211_ATTR_FRAME_MATCH] = { .type = NLA_BINARY, },
type              458 net/wireless/nl80211.c 	[NL80211_ATTR_CQM] = { .type = NLA_NESTED, },
type              459 net/wireless/nl80211.c 	[NL80211_ATTR_LOCAL_STATE_CHANGE] = { .type = NLA_FLAG },
type              460 net/wireless/nl80211.c 	[NL80211_ATTR_AP_ISOLATE] = { .type = NLA_U8 },
type              461 net/wireless/nl80211.c 	[NL80211_ATTR_WIPHY_TX_POWER_SETTING] = { .type = NLA_U32 },
type              462 net/wireless/nl80211.c 	[NL80211_ATTR_WIPHY_TX_POWER_LEVEL] = { .type = NLA_U32 },
type              463 net/wireless/nl80211.c 	[NL80211_ATTR_FRAME_TYPE] = { .type = NLA_U16 },
type              464 net/wireless/nl80211.c 	[NL80211_ATTR_WIPHY_ANTENNA_TX] = { .type = NLA_U32 },
type              465 net/wireless/nl80211.c 	[NL80211_ATTR_WIPHY_ANTENNA_RX] = { .type = NLA_U32 },
type              466 net/wireless/nl80211.c 	[NL80211_ATTR_MCAST_RATE] = { .type = NLA_U32 },
type              467 net/wireless/nl80211.c 	[NL80211_ATTR_OFFCHANNEL_TX_OK] = { .type = NLA_FLAG },
type              468 net/wireless/nl80211.c 	[NL80211_ATTR_KEY_DEFAULT_TYPES] = { .type = NLA_NESTED },
type              469 net/wireless/nl80211.c 	[NL80211_ATTR_WOWLAN_TRIGGERS] = { .type = NLA_NESTED },
type              472 net/wireless/nl80211.c 	[NL80211_ATTR_MEASUREMENT_DURATION] = { .type = NLA_U16 },
type              473 net/wireless/nl80211.c 	[NL80211_ATTR_MEASUREMENT_DURATION_MANDATORY] = { .type = NLA_FLAG },
type              476 net/wireless/nl80211.c 	[NL80211_ATTR_SCHED_SCAN_INTERVAL] = { .type = NLA_U32 },
type              477 net/wireless/nl80211.c 	[NL80211_ATTR_REKEY_DATA] = { .type = NLA_NESTED },
type              478 net/wireless/nl80211.c 	[NL80211_ATTR_SCAN_SUPP_RATES] = { .type = NLA_NESTED },
type              489 net/wireless/nl80211.c 	[NL80211_ATTR_ROAM_SUPPORT] = { .type = NLA_FLAG },
type              490 net/wireless/nl80211.c 	[NL80211_ATTR_SCHED_SCAN_MATCH] = { .type = NLA_NESTED },
type              491 net/wireless/nl80211.c 	[NL80211_ATTR_TX_NO_CCK_RATE] = { .type = NLA_FLAG },
type              492 net/wireless/nl80211.c 	[NL80211_ATTR_TDLS_ACTION] = { .type = NLA_U8 },
type              493 net/wireless/nl80211.c 	[NL80211_ATTR_TDLS_DIALOG_TOKEN] = { .type = NLA_U8 },
type              494 net/wireless/nl80211.c 	[NL80211_ATTR_TDLS_OPERATION] = { .type = NLA_U8 },
type              495 net/wireless/nl80211.c 	[NL80211_ATTR_TDLS_SUPPORT] = { .type = NLA_FLAG },
type              496 net/wireless/nl80211.c 	[NL80211_ATTR_TDLS_EXTERNAL_SETUP] = { .type = NLA_FLAG },
type              497 net/wireless/nl80211.c 	[NL80211_ATTR_TDLS_INITIATOR] = { .type = NLA_FLAG },
type              498 net/wireless/nl80211.c 	[NL80211_ATTR_DONT_WAIT_FOR_ACK] = { .type = NLA_FLAG },
type              499 net/wireless/nl80211.c 	[NL80211_ATTR_PROBE_RESP] = { .type = NLA_BINARY,
type              501 net/wireless/nl80211.c 	[NL80211_ATTR_DFS_REGION] = { .type = NLA_U8 },
type              502 net/wireless/nl80211.c 	[NL80211_ATTR_DISABLE_HT] = { .type = NLA_FLAG },
type              506 net/wireless/nl80211.c 	[NL80211_ATTR_NOACK_MAP] = { .type = NLA_U16 },
type              507 net/wireless/nl80211.c 	[NL80211_ATTR_INACTIVITY_TIMEOUT] = { .type = NLA_U16 },
type              508 net/wireless/nl80211.c 	[NL80211_ATTR_BG_SCAN_PERIOD] = { .type = NLA_U16 },
type              509 net/wireless/nl80211.c 	[NL80211_ATTR_WDEV] = { .type = NLA_U64 },
type              510 net/wireless/nl80211.c 	[NL80211_ATTR_USER_REG_HINT_TYPE] = { .type = NLA_U32 },
type              511 net/wireless/nl80211.c 	[NL80211_ATTR_AUTH_DATA] = { .type = NLA_BINARY, },
type              513 net/wireless/nl80211.c 		.type = NLA_EXACT_LEN_WARN,
type              516 net/wireless/nl80211.c 	[NL80211_ATTR_SCAN_FLAGS] = { .type = NLA_U32 },
type              523 net/wireless/nl80211.c 	[NL80211_ATTR_ACL_POLICY] = {. type = NLA_U32 },
type              524 net/wireless/nl80211.c 	[NL80211_ATTR_MAC_ADDRS] = { .type = NLA_NESTED },
type              525 net/wireless/nl80211.c 	[NL80211_ATTR_STA_CAPABILITY] = { .type = NLA_U16 },
type              526 net/wireless/nl80211.c 	[NL80211_ATTR_STA_EXT_CAPABILITY] = { .type = NLA_BINARY, },
type              527 net/wireless/nl80211.c 	[NL80211_ATTR_SPLIT_WIPHY_DUMP] = { .type = NLA_FLAG, },
type              528 net/wireless/nl80211.c 	[NL80211_ATTR_DISABLE_VHT] = { .type = NLA_FLAG },
type              532 net/wireless/nl80211.c 	[NL80211_ATTR_MDID] = { .type = NLA_U16 },
type              533 net/wireless/nl80211.c 	[NL80211_ATTR_IE_RIC] = { .type = NLA_BINARY,
type              535 net/wireless/nl80211.c 	[NL80211_ATTR_CRIT_PROT_ID] = { .type = NLA_U16 },
type              536 net/wireless/nl80211.c 	[NL80211_ATTR_MAX_CRIT_PROT_DURATION] = { .type = NLA_U16 },
type              539 net/wireless/nl80211.c 	[NL80211_ATTR_CH_SWITCH_COUNT] = { .type = NLA_U32 },
type              540 net/wireless/nl80211.c 	[NL80211_ATTR_CH_SWITCH_BLOCK_TX] = { .type = NLA_FLAG },
type              541 net/wireless/nl80211.c 	[NL80211_ATTR_CSA_IES] = { .type = NLA_NESTED },
type              542 net/wireless/nl80211.c 	[NL80211_ATTR_CSA_C_OFF_BEACON] = { .type = NLA_BINARY },
type              543 net/wireless/nl80211.c 	[NL80211_ATTR_CSA_C_OFF_PRESP] = { .type = NLA_BINARY },
type              544 net/wireless/nl80211.c 	[NL80211_ATTR_STA_SUPPORTED_CHANNELS] = { .type = NLA_BINARY },
type              545 net/wireless/nl80211.c 	[NL80211_ATTR_STA_SUPPORTED_OPER_CLASSES] = { .type = NLA_BINARY },
type              546 net/wireless/nl80211.c 	[NL80211_ATTR_HANDLE_DFS] = { .type = NLA_FLAG },
type              547 net/wireless/nl80211.c 	[NL80211_ATTR_OPMODE_NOTIF] = { .type = NLA_U8 },
type              548 net/wireless/nl80211.c 	[NL80211_ATTR_VENDOR_ID] = { .type = NLA_U32 },
type              549 net/wireless/nl80211.c 	[NL80211_ATTR_VENDOR_SUBCMD] = { .type = NLA_U32 },
type              550 net/wireless/nl80211.c 	[NL80211_ATTR_VENDOR_DATA] = { .type = NLA_BINARY },
type              551 net/wireless/nl80211.c 	[NL80211_ATTR_QOS_MAP] = { .type = NLA_BINARY,
type              554 net/wireless/nl80211.c 		.type = NLA_EXACT_LEN_WARN,
type              557 net/wireless/nl80211.c 	[NL80211_ATTR_WIPHY_FREQ_HINT] = { .type = NLA_U32 },
type              558 net/wireless/nl80211.c 	[NL80211_ATTR_TDLS_PEER_CAPABILITY] = { .type = NLA_U32 },
type              559 net/wireless/nl80211.c 	[NL80211_ATTR_SOCKET_OWNER] = { .type = NLA_FLAG },
type              560 net/wireless/nl80211.c 	[NL80211_ATTR_CSA_C_OFFSETS_TX] = { .type = NLA_BINARY },
type              561 net/wireless/nl80211.c 	[NL80211_ATTR_USE_RRM] = { .type = NLA_FLAG },
type              565 net/wireless/nl80211.c 	[NL80211_ATTR_ADMITTED_TIME] = { .type = NLA_U16 },
type              566 net/wireless/nl80211.c 	[NL80211_ATTR_SMPS_MODE] = { .type = NLA_U8 },
type              567 net/wireless/nl80211.c 	[NL80211_ATTR_OPER_CLASS] = { .type = NLA_U8 },
type              569 net/wireless/nl80211.c 		.type = NLA_EXACT_LEN_WARN,
type              572 net/wireless/nl80211.c 	[NL80211_ATTR_WIPHY_SELF_MANAGED_REG] = { .type = NLA_FLAG },
type              573 net/wireless/nl80211.c 	[NL80211_ATTR_NETNS_FD] = { .type = NLA_U32 },
type              574 net/wireless/nl80211.c 	[NL80211_ATTR_SCHED_SCAN_DELAY] = { .type = NLA_U32 },
type              575 net/wireless/nl80211.c 	[NL80211_ATTR_REG_INDOOR] = { .type = NLA_FLAG },
type              576 net/wireless/nl80211.c 	[NL80211_ATTR_PBSS] = { .type = NLA_FLAG },
type              577 net/wireless/nl80211.c 	[NL80211_ATTR_BSS_SELECT] = { .type = NLA_NESTED },
type              584 net/wireless/nl80211.c 		.type = NLA_EXACT_LEN_WARN,
type              588 net/wireless/nl80211.c 	[NL80211_ATTR_BANDS] = { .type = NLA_U32 },
type              589 net/wireless/nl80211.c 	[NL80211_ATTR_NAN_FUNC] = { .type = NLA_NESTED },
type              590 net/wireless/nl80211.c 	[NL80211_ATTR_FILS_KEK] = { .type = NLA_BINARY,
type              593 net/wireless/nl80211.c 		.type = NLA_EXACT_LEN_WARN,
type              596 net/wireless/nl80211.c 	[NL80211_ATTR_MULTICAST_TO_UNICAST_ENABLED] = { .type = NLA_FLAG, },
type              597 net/wireless/nl80211.c 	[NL80211_ATTR_BSSID] = { .type = NLA_EXACT_LEN_WARN, .len = ETH_ALEN },
type              598 net/wireless/nl80211.c 	[NL80211_ATTR_SCHED_SCAN_RELATIVE_RSSI] = { .type = NLA_S8 },
type              602 net/wireless/nl80211.c 	[NL80211_ATTR_TIMEOUT_REASON] = { .type = NLA_U32 },
type              603 net/wireless/nl80211.c 	[NL80211_ATTR_FILS_ERP_USERNAME] = { .type = NLA_BINARY,
type              605 net/wireless/nl80211.c 	[NL80211_ATTR_FILS_ERP_REALM] = { .type = NLA_BINARY,
type              607 net/wireless/nl80211.c 	[NL80211_ATTR_FILS_ERP_NEXT_SEQ_NUM] = { .type = NLA_U16 },
type              608 net/wireless/nl80211.c 	[NL80211_ATTR_FILS_ERP_RRK] = { .type = NLA_BINARY,
type              610 net/wireless/nl80211.c 	[NL80211_ATTR_FILS_CACHE_ID] = { .type = NLA_EXACT_LEN_WARN, .len = 2 },
type              611 net/wireless/nl80211.c 	[NL80211_ATTR_PMK] = { .type = NLA_BINARY, .len = PMK_MAX_LEN },
type              612 net/wireless/nl80211.c 	[NL80211_ATTR_SCHED_SCAN_MULTI] = { .type = NLA_FLAG },
type              613 net/wireless/nl80211.c 	[NL80211_ATTR_EXTERNAL_AUTH_SUPPORT] = { .type = NLA_FLAG },
type              615 net/wireless/nl80211.c 	[NL80211_ATTR_TXQ_LIMIT] = { .type = NLA_U32 },
type              616 net/wireless/nl80211.c 	[NL80211_ATTR_TXQ_MEMORY_LIMIT] = { .type = NLA_U32 },
type              617 net/wireless/nl80211.c 	[NL80211_ATTR_TXQ_QUANTUM] = { .type = NLA_U32 },
type              618 net/wireless/nl80211.c 	[NL80211_ATTR_HE_CAPABILITY] = { .type = NLA_BINARY,
type              627 net/wireless/nl80211.c 	[NL80211_ATTR_SAE_PASSWORD] = { .type = NLA_BINARY,
type              629 net/wireless/nl80211.c 	[NL80211_ATTR_TWT_RESPONDER] = { .type = NLA_FLAG },
type              635 net/wireless/nl80211.c 	[NL80211_KEY_DATA] = { .type = NLA_BINARY, .len = WLAN_MAX_KEY_LEN },
type              636 net/wireless/nl80211.c 	[NL80211_KEY_IDX] = { .type = NLA_U8 },
type              637 net/wireless/nl80211.c 	[NL80211_KEY_CIPHER] = { .type = NLA_U32 },
type              638 net/wireless/nl80211.c 	[NL80211_KEY_SEQ] = { .type = NLA_BINARY, .len = 16 },
type              639 net/wireless/nl80211.c 	[NL80211_KEY_DEFAULT] = { .type = NLA_FLAG },
type              640 net/wireless/nl80211.c 	[NL80211_KEY_DEFAULT_MGMT] = { .type = NLA_FLAG },
type              642 net/wireless/nl80211.c 	[NL80211_KEY_DEFAULT_TYPES] = { .type = NLA_NESTED },
type              649 net/wireless/nl80211.c 	[NL80211_KEY_DEFAULT_TYPE_UNICAST] = { .type = NLA_FLAG },
type              650 net/wireless/nl80211.c 	[NL80211_KEY_DEFAULT_TYPE_MULTICAST] = { .type = NLA_FLAG },
type              657 net/wireless/nl80211.c 	[NL80211_WOWLAN_TRIG_ANY] = { .type = NLA_FLAG },
type              658 net/wireless/nl80211.c 	[NL80211_WOWLAN_TRIG_DISCONNECT] = { .type = NLA_FLAG },
type              659 net/wireless/nl80211.c 	[NL80211_WOWLAN_TRIG_MAGIC_PKT] = { .type = NLA_FLAG },
type              660 net/wireless/nl80211.c 	[NL80211_WOWLAN_TRIG_PKT_PATTERN] = { .type = NLA_NESTED },
type              661 net/wireless/nl80211.c 	[NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE] = { .type = NLA_FLAG },
type              662 net/wireless/nl80211.c 	[NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST] = { .type = NLA_FLAG },
type              663 net/wireless/nl80211.c 	[NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE] = { .type = NLA_FLAG },
type              664 net/wireless/nl80211.c 	[NL80211_WOWLAN_TRIG_RFKILL_RELEASE] = { .type = NLA_FLAG },
type              665 net/wireless/nl80211.c 	[NL80211_WOWLAN_TRIG_TCP_CONNECTION] = { .type = NLA_NESTED },
type              666 net/wireless/nl80211.c 	[NL80211_WOWLAN_TRIG_NET_DETECT] = { .type = NLA_NESTED },
type              671 net/wireless/nl80211.c 	[NL80211_WOWLAN_TCP_SRC_IPV4] = { .type = NLA_U32 },
type              672 net/wireless/nl80211.c 	[NL80211_WOWLAN_TCP_DST_IPV4] = { .type = NLA_U32 },
type              674 net/wireless/nl80211.c 		.type = NLA_EXACT_LEN_WARN,
type              677 net/wireless/nl80211.c 	[NL80211_WOWLAN_TCP_SRC_PORT] = { .type = NLA_U16 },
type              678 net/wireless/nl80211.c 	[NL80211_WOWLAN_TCP_DST_PORT] = { .type = NLA_U16 },
type              679 net/wireless/nl80211.c 	[NL80211_WOWLAN_TCP_DATA_PAYLOAD] = { .type = NLA_MIN_LEN, .len = 1 },
type              686 net/wireless/nl80211.c 	[NL80211_WOWLAN_TCP_DATA_INTERVAL] = { .type = NLA_U32 },
type              687 net/wireless/nl80211.c 	[NL80211_WOWLAN_TCP_WAKE_PAYLOAD] = { .type = NLA_MIN_LEN, .len = 1 },
type              688 net/wireless/nl80211.c 	[NL80211_WOWLAN_TCP_WAKE_MASK] = { .type = NLA_MIN_LEN, .len = 1 },
type              695 net/wireless/nl80211.c 	[NL80211_ATTR_COALESCE_RULE_DELAY] = { .type = NLA_U32 },
type              700 net/wireless/nl80211.c 	[NL80211_ATTR_COALESCE_RULE_PKT_PATTERN] = { .type = NLA_NESTED },
type              707 net/wireless/nl80211.c 		.type = NLA_EXACT_LEN_WARN,
type              711 net/wireless/nl80211.c 		.type = NLA_EXACT_LEN_WARN,
type              715 net/wireless/nl80211.c 		.type = NLA_EXACT_LEN_WARN,
type              722 net/wireless/nl80211.c 	[NL80211_BAND_2GHZ] = { .type = NLA_S32 },
type              723 net/wireless/nl80211.c 	[NL80211_BAND_5GHZ] = { .type = NLA_S32 },
type              724 net/wireless/nl80211.c 	[NL80211_BAND_6GHZ] = { .type = NLA_S32 },
type              725 net/wireless/nl80211.c 	[NL80211_BAND_60GHZ] = { .type = NLA_S32 },
type              730 net/wireless/nl80211.c 	[NL80211_SCHED_SCAN_MATCH_ATTR_SSID] = { .type = NLA_BINARY,
type              733 net/wireless/nl80211.c 		.type = NLA_EXACT_LEN_WARN,
type              736 net/wireless/nl80211.c 	[NL80211_SCHED_SCAN_MATCH_ATTR_RSSI] = { .type = NLA_U32 },
type              743 net/wireless/nl80211.c 	[NL80211_SCHED_SCAN_PLAN_INTERVAL] = { .type = NLA_U32 },
type              744 net/wireless/nl80211.c 	[NL80211_SCHED_SCAN_PLAN_ITERATIONS] = { .type = NLA_U32 },
type              749 net/wireless/nl80211.c 	[NL80211_BSS_SELECT_ATTR_RSSI] = { .type = NLA_FLAG },
type              750 net/wireless/nl80211.c 	[NL80211_BSS_SELECT_ATTR_BAND_PREF] = { .type = NLA_U32 },
type              759 net/wireless/nl80211.c 	[NL80211_NAN_FUNC_TYPE] = { .type = NLA_U8 },
type              762 net/wireless/nl80211.c 	[NL80211_NAN_FUNC_PUBLISH_TYPE] = { .type = NLA_U8 },
type              763 net/wireless/nl80211.c 	[NL80211_NAN_FUNC_PUBLISH_BCAST] = { .type = NLA_FLAG },
type              764 net/wireless/nl80211.c 	[NL80211_NAN_FUNC_SUBSCRIBE_ACTIVE] = { .type = NLA_FLAG },
type              765 net/wireless/nl80211.c 	[NL80211_NAN_FUNC_FOLLOW_UP_ID] = { .type = NLA_U8 },
type              766 net/wireless/nl80211.c 	[NL80211_NAN_FUNC_FOLLOW_UP_REQ_ID] = { .type = NLA_U8 },
type              768 net/wireless/nl80211.c 		.type = NLA_EXACT_LEN_WARN,
type              771 net/wireless/nl80211.c 	[NL80211_NAN_FUNC_CLOSE_RANGE] = { .type = NLA_FLAG },
type              772 net/wireless/nl80211.c 	[NL80211_NAN_FUNC_TTL] = { .type = NLA_U32 },
type              773 net/wireless/nl80211.c 	[NL80211_NAN_FUNC_SERVICE_INFO] = { .type = NLA_BINARY,
type              775 net/wireless/nl80211.c 	[NL80211_NAN_FUNC_SRF] = { .type = NLA_NESTED },
type              776 net/wireless/nl80211.c 	[NL80211_NAN_FUNC_RX_MATCH_FILTER] = { .type = NLA_NESTED },
type              777 net/wireless/nl80211.c 	[NL80211_NAN_FUNC_TX_MATCH_FILTER] = { .type = NLA_NESTED },
type              778 net/wireless/nl80211.c 	[NL80211_NAN_FUNC_INSTANCE_ID] = { .type = NLA_U8 },
type              779 net/wireless/nl80211.c 	[NL80211_NAN_FUNC_TERM_REASON] = { .type = NLA_U8 },
type              785 net/wireless/nl80211.c 	[NL80211_NAN_SRF_INCLUDE] = { .type = NLA_FLAG },
type              786 net/wireless/nl80211.c 	[NL80211_NAN_SRF_BF] = { .type = NLA_BINARY,
type              788 net/wireless/nl80211.c 	[NL80211_NAN_SRF_BF_IDX] = { .type = NLA_U8 },
type              789 net/wireless/nl80211.c 	[NL80211_NAN_SRF_MAC_ADDRS] = { .type = NLA_NESTED },
type              795 net/wireless/nl80211.c 	[NL80211_PKTPAT_MASK] = { .type = NLA_BINARY, },
type              796 net/wireless/nl80211.c 	[NL80211_PKTPAT_PATTERN] = { .type = NLA_BINARY, },
type              797 net/wireless/nl80211.c 	[NL80211_PKTPAT_OFFSET] = { .type = NLA_U32 },
type             1030 net/wireless/nl80211.c 	int type;
type             1072 net/wireless/nl80211.c 		k->type = nla_get_u32(tb[NL80211_KEY_TYPE]);
type             1124 net/wireless/nl80211.c 		k->type = nla_get_u32(info->attrs[NL80211_ATTR_KEY_TYPE]);
type             1149 net/wireless/nl80211.c 	k->type = -1;
type             2610 net/wireless/nl80211.c 	[NL80211_TXQ_ATTR_QUEUE]		= { .type = NLA_U8 },
type             2611 net/wireless/nl80211.c 	[NL80211_TXQ_ATTR_TXOP]			= { .type = NLA_U16 },
type             2612 net/wireless/nl80211.c 	[NL80211_TXQ_ATTR_CWMIN]		= { .type = NLA_U16 },
type             2613 net/wireless/nl80211.c 	[NL80211_TXQ_ATTR_CWMAX]		= { .type = NLA_U16 },
type             2614 net/wireless/nl80211.c 	[NL80211_TXQ_ATTR_AIFS]			= { .type = NLA_U8 },
type             2968 net/wireless/nl80211.c 		enum nl80211_tx_power_setting type;
type             2978 net/wireless/nl80211.c 		type = nla_get_u32(info->attrs[idx]);
type             2981 net/wireless/nl80211.c 		    (type != NL80211_TX_POWER_AUTOMATIC))
type             2984 net/wireless/nl80211.c 		if (type != NL80211_TX_POWER_AUTOMATIC) {
type             2989 net/wireless/nl80211.c 		result = rdev_set_tx_power(rdev, txp_wdev, type, mbm);
type             3382 net/wireless/nl80211.c 	[NL80211_MNTR_FLAG_FCSFAIL] = { .type = NLA_FLAG },
type             3383 net/wireless/nl80211.c 	[NL80211_MNTR_FLAG_PLCPFAIL] = { .type = NLA_FLAG },
type             3384 net/wireless/nl80211.c 	[NL80211_MNTR_FLAG_CONTROL] = { .type = NLA_FLAG },
type             3385 net/wireless/nl80211.c 	[NL80211_MNTR_FLAG_OTHER_BSS] = { .type = NLA_FLAG },
type             3386 net/wireless/nl80211.c 	[NL80211_MNTR_FLAG_COOK_FRAMES] = { .type = NLA_FLAG },
type             3387 net/wireless/nl80211.c 	[NL80211_MNTR_FLAG_ACTIVE] = { .type = NLA_FLAG },
type             3413 net/wireless/nl80211.c 				     enum nl80211_iftype type,
type             3421 net/wireless/nl80211.c 		if (type != NL80211_IFTYPE_MONITOR)
type             3440 net/wireless/nl80211.c 		if (type != NL80211_IFTYPE_MONITOR)
type             3461 net/wireless/nl80211.c 		if (type != NL80211_IFTYPE_MONITOR)
type             3578 net/wireless/nl80211.c 	enum nl80211_iftype type = NL80211_IFTYPE_UNSPECIFIED;
type             3589 net/wireless/nl80211.c 		type = nla_get_u32(info->attrs[NL80211_ATTR_IFTYPE]);
type             3594 net/wireless/nl80211.c 	if ((type == NL80211_IFTYPE_P2P_DEVICE || type == NL80211_IFTYPE_NAN ||
type             3605 net/wireless/nl80211.c 		err = nl80211_valid_4addr(rdev, NULL, params.use_4addr, type);
type             3610 net/wireless/nl80211.c 	if (!cfg80211_iftype_allowed(&rdev->wiphy, type, params.use_4addr, 0))
type             3613 net/wireless/nl80211.c 	err = nl80211_parse_mon_options(rdev, type, info, &params);
type             3623 net/wireless/nl80211.c 				NET_NAME_USER, type, &params);
type             3635 net/wireless/nl80211.c 	switch (type) {
type             3935 net/wireless/nl80211.c 	if (key.type == -1) {
type             3937 net/wireless/nl80211.c 			key.type = NL80211_KEYTYPE_PAIRWISE;
type             3939 net/wireless/nl80211.c 			key.type = NL80211_KEYTYPE_GROUP;
type             3943 net/wireless/nl80211.c 	if (key.type != NL80211_KEYTYPE_PAIRWISE &&
type             3944 net/wireless/nl80211.c 	    key.type != NL80211_KEYTYPE_GROUP)
type             3951 net/wireless/nl80211.c 					   key.type == NL80211_KEYTYPE_PAIRWISE,
type             3959 net/wireless/nl80211.c 				   key.type == NL80211_KEYTYPE_PAIRWISE,
type             3981 net/wireless/nl80211.c 	if (key.type == -1) {
type             3983 net/wireless/nl80211.c 			key.type = NL80211_KEYTYPE_PAIRWISE;
type             3985 net/wireless/nl80211.c 			key.type = NL80211_KEYTYPE_GROUP;
type             3989 net/wireless/nl80211.c 	if (key.type != NL80211_KEYTYPE_PAIRWISE &&
type             3990 net/wireless/nl80211.c 	    key.type != NL80211_KEYTYPE_GROUP)
type             3999 net/wireless/nl80211.c 	if (key.type == NL80211_KEYTYPE_GROUP && mac_addr &&
type             4005 net/wireless/nl80211.c 				   key.type == NL80211_KEYTYPE_PAIRWISE,
type             4226 net/wireless/nl80211.c 	[NL80211_TXRATE_LEGACY] = { .type = NLA_BINARY,
type             4228 net/wireless/nl80211.c 	[NL80211_TXRATE_HT] = { .type = NLA_BINARY,
type             4231 net/wireless/nl80211.c 		.type = NLA_EXACT_LEN_WARN,
type             4234 net/wireless/nl80211.c 	[NL80211_TXRATE_GI] = { .type = NLA_U8 },
type             4867 net/wireless/nl80211.c 	[NL80211_STA_FLAG_AUTHORIZED] = { .type = NLA_FLAG },
type             4868 net/wireless/nl80211.c 	[NL80211_STA_FLAG_SHORT_PREAMBLE] = { .type = NLA_FLAG },
type             4869 net/wireless/nl80211.c 	[NL80211_STA_FLAG_WME] = { .type = NLA_FLAG },
type             4870 net/wireless/nl80211.c 	[NL80211_STA_FLAG_MFP] = { .type = NLA_FLAG },
type             4871 net/wireless/nl80211.c 	[NL80211_STA_FLAG_AUTHENTICATED] = { .type = NLA_FLAG },
type             4872 net/wireless/nl80211.c 	[NL80211_STA_FLAG_TDLS_PEER] = { .type = NLA_FLAG },
type             5087 net/wireless/nl80211.c #define PUT_SINFO(attr, memb, type) do {				\
type             5088 net/wireless/nl80211.c 	BUILD_BUG_ON(sizeof(type) == sizeof(u64));			\
type             5090 net/wireless/nl80211.c 	    nla_put_ ## type(msg, NL80211_STA_INFO_ ## attr,		\
type             5563 net/wireless/nl80211.c 	[NL80211_STA_WME_UAPSD_QUEUES] = { .type = NLA_U8 },
type             5564 net/wireless/nl80211.c 	[NL80211_STA_WME_MAX_SP] = { .type = NLA_U8 },
type             5680 net/wireless/nl80211.c 		params->txpwr.type = nla_get_u8(info->attrs[idx]);
type             5682 net/wireless/nl80211.c 		if (params->txpwr.type == NL80211_TX_POWER_LIMITED) {
type             6660 net/wireless/nl80211.c 	[NL80211_MESHCONF_HWMP_MAX_PREQ_RETRIES] = { .type = NLA_U8 },
type             6661 net/wireless/nl80211.c 	[NL80211_MESHCONF_PATH_REFRESH_TIME] = { .type = NLA_U32 },
type             6663 net/wireless/nl80211.c 	[NL80211_MESHCONF_HWMP_ACTIVE_PATH_TIMEOUT] = { .type = NLA_U32 },
type             6677 net/wireless/nl80211.c 	[NL80211_MESHCONF_HT_OPMODE] = { .type = NLA_U16 },
type             6678 net/wireless/nl80211.c 	[NL80211_MESHCONF_HWMP_PATH_TO_ROOT_TIMEOUT] = { .type = NLA_U32 },
type             6687 net/wireless/nl80211.c 	[NL80211_MESHCONF_AWAKE_WINDOW] = { .type = NLA_U16 },
type             6688 net/wireless/nl80211.c 	[NL80211_MESHCONF_PLINK_TIMEOUT] = { .type = NLA_U32 },
type             6694 net/wireless/nl80211.c 	[NL80211_MESH_SETUP_ENABLE_VENDOR_SYNC] = { .type = NLA_U8 },
type             6695 net/wireless/nl80211.c 	[NL80211_MESH_SETUP_ENABLE_VENDOR_PATH_SEL] = { .type = NLA_U8 },
type             6696 net/wireless/nl80211.c 	[NL80211_MESH_SETUP_ENABLE_VENDOR_METRIC] = { .type = NLA_U8 },
type             6697 net/wireless/nl80211.c 	[NL80211_MESH_SETUP_USERSPACE_AUTH] = { .type = NLA_FLAG },
type             6698 net/wireless/nl80211.c 	[NL80211_MESH_SETUP_AUTH_PROTOCOL] = { .type = NLA_U8 },
type             6699 net/wireless/nl80211.c 	[NL80211_MESH_SETUP_USERSPACE_MPM] = { .type = NLA_FLAG },
type             6703 net/wireless/nl80211.c 	[NL80211_MESH_SETUP_USERSPACE_AMPE] = { .type = NLA_FLAG },
type             7144 net/wireless/nl80211.c 	[NL80211_ATTR_REG_RULE_FLAGS]		= { .type = NLA_U32 },
type             7145 net/wireless/nl80211.c 	[NL80211_ATTR_FREQ_RANGE_START]		= { .type = NLA_U32 },
type             7146 net/wireless/nl80211.c 	[NL80211_ATTR_FREQ_RANGE_END]		= { .type = NLA_U32 },
type             7147 net/wireless/nl80211.c 	[NL80211_ATTR_FREQ_RANGE_MAX_BW]	= { .type = NLA_U32 },
type             7148 net/wireless/nl80211.c 	[NL80211_ATTR_POWER_RULE_MAX_ANT_GAIN]	= { .type = NLA_U32 },
type             7149 net/wireless/nl80211.c 	[NL80211_ATTR_POWER_RULE_MAX_EIRP]	= { .type = NLA_U32 },
type             7150 net/wireless/nl80211.c 	[NL80211_ATTR_DFS_CAC_TIME]		= { .type = NLA_U32 },
type             8964 net/wireless/nl80211.c 		if (key.type != -1 && key.type != NL80211_KEYTYPE_GROUP)
type             10782 net/wireless/nl80211.c 	[NL80211_ATTR_CQM_RSSI_THOLD] = { .type = NLA_BINARY },
type             10783 net/wireless/nl80211.c 	[NL80211_ATTR_CQM_RSSI_HYST] = { .type = NLA_U32 },
type             10784 net/wireless/nl80211.c 	[NL80211_ATTR_CQM_RSSI_THRESHOLD_EVENT] = { .type = NLA_U32 },
type             10785 net/wireless/nl80211.c 	[NL80211_ATTR_CQM_TXE_RATE] = { .type = NLA_U32 },
type             10786 net/wireless/nl80211.c 	[NL80211_ATTR_CQM_TXE_PKTS] = { .type = NLA_U32 },
type             10787 net/wireless/nl80211.c 	[NL80211_ATTR_CQM_TXE_INTVL] = { .type = NLA_U32 },
type             10788 net/wireless/nl80211.c 	[NL80211_ATTR_CQM_RSSI_LEVEL] = { .type = NLA_S32 },
type             12370 net/wireless/nl80211.c 	func->type = nla_get_u8(tb[NL80211_NAN_FUNC_TYPE]);
type             12399 net/wireless/nl80211.c 	switch (func->type) {
type             12687 net/wireless/nl80211.c 	if (nla_put_u8(msg, NL80211_NAN_FUNC_TYPE, match->type) ||
type             13700 net/wireless/nl80211.c #define SET_FTM(field, name, type)					 \
type             13702 net/wireless/nl80211.c 	    nla_put_ ## type(msg, NL80211_FTM_STATS_ ## name,		 \
type              461 net/wireless/pmsr.c 	typedata = nla_nest_start_noflag(msg, res->type);
type              465 net/wireless/pmsr.c 	switch (res->type) {
type               40 net/wireless/rdev-ops.h 		       enum nl80211_iftype type,
type               44 net/wireless/rdev-ops.h 	trace_rdev_add_virtual_intf(&rdev->wiphy, name, type);
type               46 net/wireless/rdev-ops.h 					  type, params);
type               64 net/wireless/rdev-ops.h 			 struct net_device *dev, enum nl80211_iftype type,
type               68 net/wireless/rdev-ops.h 	trace_rdev_change_virtual_intf(&rdev->wiphy, dev, type);
type               69 net/wireless/rdev-ops.h 	ret = rdev->ops->change_virtual_intf(&rdev->wiphy, dev, type, params);
type              553 net/wireless/rdev-ops.h 				    enum nl80211_tx_power_setting type, int mbm)
type              556 net/wireless/rdev-ops.h 	trace_rdev_set_tx_power(&rdev->wiphy, wdev, type, mbm);
type              557 net/wireless/rdev-ops.h 	ret = rdev->ops->set_tx_power(&rdev->wiphy, wdev, type, mbm);
type              841 net/wireless/sme.c 	ev->type = EVENT_CONNECT_RESULT;
type              984 net/wireless/sme.c 	ev->type = EVENT_ROAMED;
type             1061 net/wireless/sme.c 	ev->type = EVENT_PORT_AUTHORIZED;
type             1143 net/wireless/sme.c 	ev->type = EVENT_DISCONNECTED;
type              334 net/wireless/trace.h 	TP_PROTO(struct wiphy *wiphy, char *name, enum nl80211_iftype type),
type              335 net/wireless/trace.h 	TP_ARGS(wiphy, name, type),
type              339 net/wireless/trace.h 		__field(enum nl80211_iftype, type)
type              344 net/wireless/trace.h 		__entry->type = type;
type              347 net/wireless/trace.h 		  WIPHY_PR_ARG, __get_str(vir_intf_name), __entry->type)
type              394 net/wireless/trace.h 		 enum nl80211_iftype type),
type              395 net/wireless/trace.h 	TP_ARGS(wiphy, netdev, type),
type              399 net/wireless/trace.h 		__field(enum nl80211_iftype, type)
type              404 net/wireless/trace.h 		__entry->type = type;
type              407 net/wireless/trace.h 		  WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->type)
type             1487 net/wireless/trace.h 		 enum nl80211_tx_power_setting type, int mbm),
type             1488 net/wireless/trace.h 	TP_ARGS(wiphy, wdev, type, mbm),
type             1492 net/wireless/trace.h 		__field(enum nl80211_tx_power_setting, type)
type             1498 net/wireless/trace.h 		__entry->type = type;
type             1502 net/wireless/trace.h 		  WIPHY_PR_ARG, WDEV_PR_ARG,__entry->type, __entry->mbm)
type             2073 net/wireless/trace.h 		__entry->func_type = func->type;
type              868 net/wireless/util.c 		switch (ev->type) {
type               41 net/wireless/wext-compat.c 	enum nl80211_iftype type;
type               47 net/wireless/wext-compat.c 		type = NL80211_IFTYPE_STATION;
type               50 net/wireless/wext-compat.c 		type = NL80211_IFTYPE_ADHOC;
type               53 net/wireless/wext-compat.c 		type = NL80211_IFTYPE_WDS;
type               56 net/wireless/wext-compat.c 		type = NL80211_IFTYPE_MONITOR;
type               62 net/wireless/wext-compat.c 	if (type == wdev->iftype)
type               67 net/wireless/wext-compat.c 	return cfg80211_change_iface(rdev, dev, type, &vifparams);
type              830 net/wireless/wext-compat.c 	enum nl80211_tx_power_setting type;
type              853 net/wireless/wext-compat.c 			type = NL80211_TX_POWER_FIXED;
type              861 net/wireless/wext-compat.c 				type = NL80211_TX_POWER_AUTOMATIC;
type              864 net/wireless/wext-compat.c 				type = NL80211_TX_POWER_LIMITED;
type              873 net/wireless/wext-compat.c 	return rdev_set_tx_power(rdev, wdev, type, DBM_TO_MBM(dbm));
type              431 net/wireless/wext-core.c 	r->ifi_type = dev->type;
type               60 net/wireless/wext-priv.c 	int	type = (args & IW_PRIV_TYPE_MASK) >> 12;
type               62 net/wireless/wext-priv.c 	return num * iw_priv_type_size[type];
type               69 net/wireless/wext-priv.c 	int	type = (args & IW_PRIV_TYPE_MASK) >> 12;
type               75 net/wireless/wext-priv.c 	return num * iw_priv_type_size[type];
type              230 net/x25/af_x25.c 	if (dev->type == ARPHRD_X25
type              232 net/x25/af_x25.c 	 || dev->type == ARPHRD_ETHER
type              542 net/x25/af_x25.c 	if (sock->type != SOCK_SEQPACKET)
type             1753 net/x25/af_x25.c 	.type =	cpu_to_be16(ETH_P_X25),
type              153 net/x25/x25_dev.c 	switch (nb->dev->type) {
type              183 net/x25/x25_dev.c 	if (nb->dev->type == ARPHRD_ETHER)
type              186 net/x25/x25_dev.c 	if (nb->dev->type != ARPHRD_X25)
type              209 net/x25/x25_dev.c 	switch (nb->dev->type) {
type              131 net/x25/x25_route.c 	    (!(dev->flags & IFF_UP) || (dev->type != ARPHRD_X25
type              133 net/x25/x25_route.c 					&& dev->type != ARPHRD_ETHER
type              212 net/xdp/xsk.c  	return (xdp->rxq->mem.type == MEM_TYPE_ZERO_COPY) ?
type             1086 net/xdp/xsk.c  	if (sock->type != SOCK_RAW)
type              608 net/xfrm/xfrm_algo.c 	u32 type;
type              615 net/xfrm/xfrm_algo.c 	.type = CRYPTO_ALG_TYPE_AEAD,
type              622 net/xfrm/xfrm_algo.c 	.type = CRYPTO_ALG_TYPE_HASH,
type              629 net/xfrm/xfrm_algo.c 	.type = CRYPTO_ALG_TYPE_BLKCIPHER,
type              636 net/xfrm/xfrm_algo.c 	.type = CRYPTO_ALG_TYPE_COMPRESS,
type              658 net/xfrm/xfrm_algo.c 		status = crypto_has_alg(list[i].name, algo_list->type,
type              514 net/xfrm/xfrm_input.c 								 x->type->proto);
type              638 net/xfrm/xfrm_input.c 			nexthdr = x->type->input(x, skb);
type              649 net/xfrm/xfrm_input.c 							 x->type->proto);
type              708 net/xfrm/xfrm_input.c 	err = xfrm_rcv_cb(skb, family, x->type->proto, 0);
type              747 net/xfrm/xfrm_input.c 	xfrm_rcv_cb(skb, family, x && x->type ? x->type->proto : nexthdr, -1);
type              429 net/xfrm/xfrm_interface.c 	switch (icmp_hdr(skb)->type) {
type              450 net/xfrm/xfrm_interface.c 	if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH)
type              460 net/xfrm/xfrm_interface.c 		    u8 type, u8 code, int offset, __be32 info)
type              489 net/xfrm/xfrm_interface.c 	if (type != ICMPV6_PKT_TOOBIG &&
type              490 net/xfrm/xfrm_interface.c 	    type != NDISC_REDIRECT)
type              504 net/xfrm/xfrm_interface.c 	if (type == NDISC_REDIRECT)
type              586 net/xfrm/xfrm_interface.c 	dev->type		= ARPHRD_NONE;
type              734 net/xfrm/xfrm_interface.c 	[IFLA_XFRM_LINK]	= { .type = NLA_U32 },
type              735 net/xfrm/xfrm_interface.c 	[IFLA_XFRM_IF_ID]	= { .type = NLA_U32 },
type               89 net/xfrm/xfrm_output.c 	hdr_len = x->type->hdr_offset(x, skb, &prevhdr);
type              119 net/xfrm/xfrm_output.c 	hdr_len = x->type->hdr_offset(x, skb, &prevhdr);
type              469 net/xfrm/xfrm_output.c 			err = x->type->output(x, skb);
type              113 net/xfrm/xfrm_policy.c 	u8 dir, type;
type              170 net/xfrm/xfrm_policy.c xfrm_policy_inexact_lookup(struct net *net, u8 type, u16 family, u8 dir,
type              175 net/xfrm/xfrm_policy.c 			       u8 type, u16 family, u8 dir, u32 if_id);
type              281 net/xfrm/xfrm_policy.c 	if (x->type->flags & XFRM_TYPE_LOCAL_COADDR) {
type              285 net/xfrm/xfrm_policy.c 	if (x->type->flags & XFRM_TYPE_REMOTE_COADDR) {
type              697 net/xfrm/xfrm_policy.c 		.type = pol->type,
type             1446 net/xfrm/xfrm_policy.c 	u32 a = k->type << 24 | k->dir << 16 | k->family;
type             1473 net/xfrm/xfrm_policy.c 	ret = b->k.type ^ key->type;
type             1500 net/xfrm/xfrm_policy.c 		if (pol->type == policy->type &&
type             1535 net/xfrm/xfrm_policy.c 		if (pol->type == policy->type &&
type             1611 net/xfrm/xfrm_policy.c 			u8 type, int dir,
type             1621 net/xfrm/xfrm_policy.c 		if (pol->type == type &&
type             1633 net/xfrm/xfrm_policy.c 					  u8 type, int dir,
type             1649 net/xfrm/xfrm_policy.c 		bin = xfrm_policy_inexact_lookup(net, type,
type             1668 net/xfrm/xfrm_policy.c 						      if_id, type, dir,
type             1677 net/xfrm/xfrm_policy.c 		pol = __xfrm_policy_bysel_ctx(chain, mark, if_id, type, dir,
type             1704 net/xfrm/xfrm_policy.c 				     u8 type, int dir, u32 id, int delete,
type             1719 net/xfrm/xfrm_policy.c 		if (pol->type == type && pol->index == id &&
type             1746 net/xfrm/xfrm_policy.c xfrm_policy_flush_secctx_check(struct net *net, u8 type, bool task_valid)
type             1754 net/xfrm/xfrm_policy.c 		    pol->type != type)
type             1767 net/xfrm/xfrm_policy.c xfrm_policy_flush_secctx_check(struct net *net, u8 type, bool task_valid)
type             1773 net/xfrm/xfrm_policy.c int xfrm_policy_flush(struct net *net, u8 type, bool task_valid)
type             1780 net/xfrm/xfrm_policy.c 	err = xfrm_policy_flush_secctx_check(net, type, task_valid);
type             1789 net/xfrm/xfrm_policy.c 		    pol->type != type)
type             1818 net/xfrm/xfrm_policy.c 	if (walk->type >= XFRM_POLICY_TYPE_MAX &&
type             1819 net/xfrm/xfrm_policy.c 	    walk->type != XFRM_POLICY_TYPE_ANY)
type             1836 net/xfrm/xfrm_policy.c 		if (walk->type != XFRM_POLICY_TYPE_ANY &&
type             1837 net/xfrm/xfrm_policy.c 		    walk->type != pol->type)
type             1858 net/xfrm/xfrm_policy.c void xfrm_policy_walk_init(struct xfrm_policy_walk *walk, u8 type)
type             1862 net/xfrm/xfrm_policy.c 	walk->type = type;
type             1885 net/xfrm/xfrm_policy.c 			     u8 type, u16 family, int dir, u32 if_id)
type             1894 net/xfrm/xfrm_policy.c 	    pol->type != type)
type             1976 net/xfrm/xfrm_policy.c xfrm_policy_inexact_lookup_rcu(struct net *net, u8 type, u16 family,
type             1981 net/xfrm/xfrm_policy.c 		.type = type,
type             1993 net/xfrm/xfrm_policy.c xfrm_policy_inexact_lookup(struct net *net, u8 type, u16 family,
type             2001 net/xfrm/xfrm_policy.c 	bin = xfrm_policy_inexact_lookup_rcu(net, type, family, dir, if_id);
type             2011 net/xfrm/xfrm_policy.c 			      u8 type, u16 family, int dir, u32 if_id)
type             2025 net/xfrm/xfrm_policy.c 		err = xfrm_policy_match(pol, fl, type, family, dir, if_id);
type             2050 net/xfrm/xfrm_policy.c 			    u8 type, u16 family, int dir, u32 if_id)
type             2058 net/xfrm/xfrm_policy.c 						    fl, type, family, dir,
type             2071 net/xfrm/xfrm_policy.c static struct xfrm_policy *xfrm_policy_lookup_bytype(struct net *net, u8 type,
type             2098 net/xfrm/xfrm_policy.c 		err = xfrm_policy_match(pol, fl, type, family, dir, if_id);
type             2111 net/xfrm/xfrm_policy.c 	bin = xfrm_policy_inexact_lookup_rcu(net, type, family, dir, if_id);
type             2116 net/xfrm/xfrm_policy.c 	pol = xfrm_policy_eval_candidates(&cand, ret, fl, type,
type             2257 net/xfrm/xfrm_policy.c 	if (pol && pol->type != XFRM_POLICY_TYPE_MAIN)
type             2307 net/xfrm/xfrm_policy.c 		newp->type = old->type;
type             2626 net/xfrm/xfrm_policy.c 		if (xfrm[i]->type->flags & XFRM_TYPE_NON_FRAGMENT)
type             2684 net/xfrm/xfrm_policy.c 	    pols[0]->type != XFRM_POLICY_TYPE_MAIN) {
type             3205 net/xfrm/xfrm_policy.c 	if (!x->type->reject)
type             3207 net/xfrm/xfrm_policy.c 	return x->type->reject(x, skb, fl);
type             3587 net/xfrm/xfrm_policy.c 	if (pols[0]->type != XFRM_POLICY_TYPE_MAIN) {
type             3875 net/xfrm/xfrm_policy.c 		if (xfrm->type->flags & XFRM_TYPE_REMOTE_COADDR)
type             3877 net/xfrm/xfrm_policy.c 		else if (!(xfrm->type->flags & XFRM_TYPE_LOCAL_COADDR))
type             4249 net/xfrm/xfrm_policy.c 						    u8 dir, u8 type, struct net *net)
type             4259 net/xfrm/xfrm_policy.c 		    pol->type == type) {
type             4271 net/xfrm/xfrm_policy.c 		    pol->type == type) {
type             4383 net/xfrm/xfrm_policy.c int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type,
type             4405 net/xfrm/xfrm_policy.c 	if ((pol = xfrm_migrate_policy_find(sel, dir, type, net)) == NULL) {
type             4437 net/xfrm/xfrm_policy.c 	km_migrate(sel, dir, type, m, num_migrate, k, encap);
type               89 net/xfrm/xfrm_replay.c 	if (x->type->flags & XFRM_TYPE_REPLAY_PROT) {
type              168 net/xfrm/xfrm_replay.c 	if (x->type->flags & XFRM_TYPE_REPLAY_PROT) {
type              400 net/xfrm/xfrm_replay.c 	if (x->type->flags & XFRM_TYPE_REPLAY_PROT) {
type              563 net/xfrm/xfrm_replay.c 	if (x->type->flags & XFRM_TYPE_REPLAY_PROT) {
type              602 net/xfrm/xfrm_replay.c 	if (x->type->flags & XFRM_TYPE_REPLAY_PROT) {
type              642 net/xfrm/xfrm_replay.c 	if (x->type->flags & XFRM_TYPE_REPLAY_PROT) {
type              182 net/xfrm/xfrm_state.c int xfrm_register_type(const struct xfrm_type *type, unsigned short family)
type              195 net/xfrm/xfrm_state.c 	switch (type->proto) {
type              197 net/xfrm/xfrm_state.c 		X(afinfo, type, comp);
type              200 net/xfrm/xfrm_state.c 		X(afinfo, type, ah);
type              203 net/xfrm/xfrm_state.c 		X(afinfo, type, esp);
type              206 net/xfrm/xfrm_state.c 		X(afinfo, type, ipip);
type              209 net/xfrm/xfrm_state.c 		X(afinfo, type, dstopts);
type              212 net/xfrm/xfrm_state.c 		X(afinfo, type, routing);
type              215 net/xfrm/xfrm_state.c 		X(afinfo, type, ipip6);
type              228 net/xfrm/xfrm_state.c void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family)
type              240 net/xfrm/xfrm_state.c 	switch (type->proto) {
type              242 net/xfrm/xfrm_state.c 		X(afinfo, type, comp);
type              245 net/xfrm/xfrm_state.c 		X(afinfo, type, ah);
type              248 net/xfrm/xfrm_state.c 		X(afinfo, type, esp);
type              251 net/xfrm/xfrm_state.c 		X(afinfo, type, ipip);
type              254 net/xfrm/xfrm_state.c 		X(afinfo, type, dstopts);
type              257 net/xfrm/xfrm_state.c 		X(afinfo, type, routing);
type              260 net/xfrm/xfrm_state.c 		X(afinfo, type, ipip6);
type              273 net/xfrm/xfrm_state.c 	const struct xfrm_type *type = NULL;
type              284 net/xfrm/xfrm_state.c 		type = afinfo->type_comp;
type              287 net/xfrm/xfrm_state.c 		type = afinfo->type_ah;
type              290 net/xfrm/xfrm_state.c 		type = afinfo->type_esp;
type              293 net/xfrm/xfrm_state.c 		type = afinfo->type_ipip;
type              296 net/xfrm/xfrm_state.c 		type = afinfo->type_dstopts;
type              299 net/xfrm/xfrm_state.c 		type = afinfo->type_routing;
type              302 net/xfrm/xfrm_state.c 		type = afinfo->type_ipip6;
type              308 net/xfrm/xfrm_state.c 	if (unlikely(type && !try_module_get(type->owner)))
type              309 net/xfrm/xfrm_state.c 		type = NULL;
type              313 net/xfrm/xfrm_state.c 	if (!type && !modload_attempted) {
type              319 net/xfrm/xfrm_state.c 	return type;
type              322 net/xfrm/xfrm_state.c static void xfrm_put_type(const struct xfrm_type *type)
type              324 net/xfrm/xfrm_state.c 	module_put(type->owner);
type              327 net/xfrm/xfrm_state.c int xfrm_register_type_offload(const struct xfrm_type_offload *type,
type              336 net/xfrm/xfrm_state.c 	switch (type->proto) {
type              339 net/xfrm/xfrm_state.c 		afinfo->type_offload_esp = type;
type              352 net/xfrm/xfrm_state.c void xfrm_unregister_type_offload(const struct xfrm_type_offload *type,
type              360 net/xfrm/xfrm_state.c 	switch (type->proto) {
type              362 net/xfrm/xfrm_state.c 		WARN_ON(afinfo->type_offload_esp != type);
type              376 net/xfrm/xfrm_state.c 	const struct xfrm_type_offload *type = NULL;
type              386 net/xfrm/xfrm_state.c 		type = afinfo->type_offload_esp;
type              392 net/xfrm/xfrm_state.c 	if ((type && !try_module_get(type->owner)))
type              393 net/xfrm/xfrm_state.c 		type = NULL;
type              397 net/xfrm/xfrm_state.c 	if (!type && try_load) {
type              403 net/xfrm/xfrm_state.c 	return type;
type              406 net/xfrm/xfrm_state.c static void xfrm_put_type_offload(const struct xfrm_type_offload *type)
type              408 net/xfrm/xfrm_state.c 	module_put(type->owner);
type              494 net/xfrm/xfrm_state.c 	if (x->type) {
type              495 net/xfrm/xfrm_state.c 		x->type->destructor(x);
type              496 net/xfrm/xfrm_state.c 		xfrm_put_type(x->type);
type             2204 net/xfrm/xfrm_state.c int km_migrate(const struct xfrm_selector *sel, u8 dir, u8 type,
type             2216 net/xfrm/xfrm_state.c 			ret = km->migrate(sel, dir, type, m, num_migrate, k,
type             2412 net/xfrm/xfrm_state.c 	const struct xfrm_type *type = READ_ONCE(x->type);
type             2417 net/xfrm/xfrm_state.c 	    !type || type->proto != IPPROTO_ESP)
type             2489 net/xfrm/xfrm_state.c 	x->type = xfrm_get_type(x->id.proto, family);
type             2490 net/xfrm/xfrm_state.c 	if (x->type == NULL)
type             2495 net/xfrm/xfrm_state.c 	err = x->type->init_state(x);
type               37 net/xfrm/xfrm_user.c static int verify_one_alg(struct nlattr **attrs, enum xfrm_attr_type_t type)
type               39 net/xfrm/xfrm_user.c 	struct nlattr *rt = attrs[type];
type               49 net/xfrm/xfrm_user.c 	switch (type) {
type               95 net/xfrm/xfrm_user.c static void verify_one_addr(struct nlattr **attrs, enum xfrm_attr_type_t type,
type               98 net/xfrm/xfrm_user.c 	struct nlattr *rt = attrs[type];
type             1384 net/xfrm/xfrm_user.c static int verify_policy_type(u8 type)
type             1386 net/xfrm/xfrm_user.c 	switch (type) {
type             1568 net/xfrm/xfrm_user.c 	u8 type = XFRM_POLICY_TYPE_MAIN;
type             1573 net/xfrm/xfrm_user.c 		type = upt->type;
type             1576 net/xfrm/xfrm_user.c 	err = verify_policy_type(type);
type             1580 net/xfrm/xfrm_user.c 	*tp = type;
type             1623 net/xfrm/xfrm_user.c 	err = copy_from_user_policy_type(&xp->type, attrs);
type             1743 net/xfrm/xfrm_user.c static int copy_to_user_policy_type(u8 type, struct sk_buff *skb)
type             1749 net/xfrm/xfrm_user.c 	upt.type = type;
type             1755 net/xfrm/xfrm_user.c static inline int copy_to_user_policy_type(u8 type, struct sk_buff *skb)
type             1781 net/xfrm/xfrm_user.c 		err = copy_to_user_policy_type(xp->type, skb);
type             1861 net/xfrm/xfrm_user.c 	u8 type = XFRM_POLICY_TYPE_MAIN;
type             1872 net/xfrm/xfrm_user.c 	err = copy_from_user_policy_type(&type, attrs);
type             1884 net/xfrm/xfrm_user.c 		xp = xfrm_policy_byid(net, mark, if_id, type, p->dir, p->index, delete, &err);
type             1901 net/xfrm/xfrm_user.c 		xp = xfrm_policy_bysel_ctx(net, mark, if_id, type, p->dir, &p->sel,
type             2136 net/xfrm/xfrm_user.c 	u8 type = XFRM_POLICY_TYPE_MAIN;
type             2139 net/xfrm/xfrm_user.c 	err = copy_from_user_policy_type(&type, attrs);
type             2143 net/xfrm/xfrm_user.c 	err = xfrm_policy_flush(net, type, true);
type             2150 net/xfrm/xfrm_user.c 	c.data.type = type;
type             2166 net/xfrm/xfrm_user.c 	u8 type = XFRM_POLICY_TYPE_MAIN;
type             2172 net/xfrm/xfrm_user.c 	err = copy_from_user_policy_type(&type, attrs);
type             2184 net/xfrm/xfrm_user.c 		xp = xfrm_policy_byid(net, mark, if_id, type, p->dir, p->index, 0, &err);
type             2201 net/xfrm/xfrm_user.c 		xp = xfrm_policy_bysel_ctx(net, mark, if_id, type, p->dir,
type             2368 net/xfrm/xfrm_user.c 	u8 type;
type             2379 net/xfrm/xfrm_user.c 	err = copy_from_user_policy_type(&type, attrs);
type             2397 net/xfrm/xfrm_user.c 	err = xfrm_migrate(&pi->sel, pi->dir, type, m, n, kmp, net, encap);
type             2456 net/xfrm/xfrm_user.c 			 const struct xfrm_encap_tmpl *encap, u8 dir, u8 type)
type             2483 net/xfrm/xfrm_user.c 	err = copy_to_user_policy_type(type, skb);
type             2500 net/xfrm/xfrm_user.c static int xfrm_send_migrate(const struct xfrm_selector *sel, u8 dir, u8 type,
type             2515 net/xfrm/xfrm_user.c 	err = build_migrate(skb, m, num_migrate, k, sel, encap, dir, type);
type             2521 net/xfrm/xfrm_user.c static int xfrm_send_migrate(const struct xfrm_selector *sel, u8 dir, u8 type,
type             2530 net/xfrm/xfrm_user.c #define XMSGSIZE(type) sizeof(struct type)
type             2561 net/xfrm/xfrm_user.c 	[XFRMA_LASTUSED]	= { .type = NLA_U64},
type             2572 net/xfrm/xfrm_user.c 	[XFRMA_REPLAY_THRESH]	= { .type = NLA_U32 },
type             2573 net/xfrm/xfrm_user.c 	[XFRMA_ETIMER_THRESH]	= { .type = NLA_U32 },
type             2580 net/xfrm/xfrm_user.c 	[XFRMA_TFCPAD]		= { .type = NLA_U32 },
type             2582 net/xfrm/xfrm_user.c 	[XFRMA_SA_EXTRA_FLAGS]	= { .type = NLA_U32 },
type             2583 net/xfrm/xfrm_user.c 	[XFRMA_PROTO]		= { .type = NLA_U8 },
type             2586 net/xfrm/xfrm_user.c 	[XFRMA_SET_MARK]	= { .type = NLA_U32 },
type             2587 net/xfrm/xfrm_user.c 	[XFRMA_SET_MARK_MASK]	= { .type = NLA_U32 },
type             2588 net/xfrm/xfrm_user.c 	[XFRMA_IF_ID]		= { .type = NLA_U32 },
type             2639 net/xfrm/xfrm_user.c 	int type, err;
type             2644 net/xfrm/xfrm_user.c 	type = nlh->nlmsg_type;
type             2645 net/xfrm/xfrm_user.c 	if (type > XFRM_MSG_MAX)
type             2648 net/xfrm/xfrm_user.c 	type -= XFRM_MSG_BASE;
type             2649 net/xfrm/xfrm_user.c 	link = &xfrm_dispatch[type];
type             2655 net/xfrm/xfrm_user.c 	if ((type == (XFRM_MSG_GETSA - XFRM_MSG_BASE) ||
type             2656 net/xfrm/xfrm_user.c 	     type == (XFRM_MSG_GETPOLICY - XFRM_MSG_BASE)) &&
type             2671 net/xfrm/xfrm_user.c 	err = nlmsg_parse_deprecated(nlh, xfrm_msg_min[type], attrs,
type             2948 net/xfrm/xfrm_user.c 		err = copy_to_user_policy_type(xp->type, skb);
type             3031 net/xfrm/xfrm_user.c 	xp->type = XFRM_POLICY_TYPE_MAIN;
type             3066 net/xfrm/xfrm_user.c 		err = copy_to_user_policy_type(xp->type, skb);
type             3149 net/xfrm/xfrm_user.c 		err = copy_to_user_policy_type(xp->type, skb);
type             3181 net/xfrm/xfrm_user.c 	err = copy_to_user_policy_type(c->data.type, skb);
type               96 samples/bpf/bpf_load.c 	attr.type = PERF_TYPE_TRACEPOINT;
type              283 samples/bpf/bpf_load.c 		if (maps[i].def.type == BPF_MAP_TYPE_ARRAY_OF_MAPS ||
type              284 samples/bpf/bpf_load.c 		    maps[i].def.type == BPF_MAP_TYPE_HASH_OF_MAPS) {
type              287 samples/bpf/bpf_load.c 			map_fd[i] = bpf_create_map_in_map_node(maps[i].def.type,
type              295 samples/bpf/bpf_load.c 			map_fd[i] = bpf_create_map_node(maps[i].def.type,
type              310 samples/bpf/bpf_load.c 		if (maps[i].def.type == BPF_MAP_TYPE_PROG_ARRAY)
type               11 samples/bpf/bpf_load.h 	unsigned int type;
type               33 samples/bpf/cookie_uid_helper_example.c #define offsetof(type, member)	__builtin_offsetof(type, member)
type               55 samples/bpf/cpustat_kern.c 	.type = BPF_MAP_TYPE_ARRAY,
type               63 samples/bpf/cpustat_kern.c 	.type = BPF_MAP_TYPE_ARRAY,
type               71 samples/bpf/cpustat_kern.c 	.type = BPF_MAP_TYPE_ARRAY,
type              166 samples/bpf/hbm.c 	int type = BPF_CGROUP_INET_EGRESS;
type              199 samples/bpf/hbm.c 		type = BPF_CGROUP_INET_INGRESS;
type              200 samples/bpf/hbm.c 	if (bpf_prog_attach(bpfprog_fd, cg1, type, 0)) {
type               63 samples/bpf/hbm_kern.h 	.type = BPF_MAP_TYPE_CGROUP_STORAGE,
type               71 samples/bpf/hbm_kern.h 	.type = BPF_MAP_TYPE_ARRAY,
type               20 samples/bpf/ibumad_kern.c 	.type        = BPF_MAP_TYPE_ARRAY,
type               27 samples/bpf/ibumad_kern.c 	.type        = BPF_MAP_TYPE_ARRAY,
type               22 samples/bpf/lathist_kern.c 	.type = BPF_MAP_TYPE_ARRAY,
type               65 samples/bpf/lathist_kern.c 	.type = BPF_MAP_TYPE_ARRAY,
type               27 samples/bpf/lwt_len_hist_kern.c 	__u32 type;
type               37 samples/bpf/lwt_len_hist_kern.c 	.type = BPF_MAP_TYPE_PERCPU_HASH,
type               17 samples/bpf/map_perf_test_kern.c 	.type = BPF_MAP_TYPE_HASH,
type               24 samples/bpf/map_perf_test_kern.c 	.type = BPF_MAP_TYPE_LRU_HASH,
type               31 samples/bpf/map_perf_test_kern.c 	.type = BPF_MAP_TYPE_LRU_HASH,
type               39 samples/bpf/map_perf_test_kern.c 	.type = BPF_MAP_TYPE_LRU_HASH,
type               48 samples/bpf/map_perf_test_kern.c 	.type = BPF_MAP_TYPE_ARRAY_OF_MAPS,
type               54 samples/bpf/map_perf_test_kern.c 	.type = BPF_MAP_TYPE_PERCPU_HASH,
type               61 samples/bpf/map_perf_test_kern.c 	.type = BPF_MAP_TYPE_HASH,
type               69 samples/bpf/map_perf_test_kern.c 	.type = BPF_MAP_TYPE_PERCPU_HASH,
type               77 samples/bpf/map_perf_test_kern.c 	.type = BPF_MAP_TYPE_LPM_TRIE,
type               85 samples/bpf/map_perf_test_kern.c 	.type = BPF_MAP_TYPE_ARRAY,
type               92 samples/bpf/map_perf_test_kern.c 	.type = BPF_MAP_TYPE_LRU_HASH,
type               26 samples/bpf/offwaketime_kern.c 	.type = BPF_MAP_TYPE_HASH,
type               33 samples/bpf/offwaketime_kern.c 	.type = BPF_MAP_TYPE_HASH,
type               45 samples/bpf/offwaketime_kern.c 	.type = BPF_MAP_TYPE_HASH,
type               52 samples/bpf/offwaketime_kern.c 	.type = BPF_MAP_TYPE_STACK_TRACE,
type               16 samples/bpf/sampleip_kern.c 	.type = BPF_MAP_TYPE_HASH,
type               42 samples/bpf/sampleip_user.c 		.type = PERF_TYPE_SOFTWARE,
type               17 samples/bpf/sock_flags_kern.c 	bpf_trace_printk(fmt, sizeof(fmt), sk->family, sk->type, sk->protocol);
type               24 samples/bpf/sock_flags_kern.c 	    sk->type == SOCK_RAW   &&
type               36 samples/bpf/sock_flags_kern.c 	bpf_trace_printk(fmt, sizeof(fmt), sk->family, sk->type, sk->protocol);
type               42 samples/bpf/sock_flags_kern.c 	    sk->type == SOCK_RAW  &&
type                8 samples/bpf/sockex1_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type              193 samples/bpf/sockex2_kern.c 	__uint(type, BPF_MAP_TYPE_HASH);
type               22 samples/bpf/sockex3_kern.c 	.type = BPF_MAP_TYPE_PROG_ARRAY,
type               95 samples/bpf/sockex3_kern.c 	.type = BPF_MAP_TYPE_ARRAY,
type              116 samples/bpf/sockex3_kern.c 	.type = BPF_MAP_TYPE_HASH,
type               15 samples/bpf/spintest_kern.c 	.type = BPF_MAP_TYPE_HASH,
type               21 samples/bpf/spintest_kern.c 	.type = BPF_MAP_TYPE_PERCPU_HASH,
type               28 samples/bpf/spintest_kern.c 	.type = BPF_MAP_TYPE_STACK_TRACE,
type               22 samples/bpf/syscall_tp_kern.c 	.type = BPF_MAP_TYPE_ARRAY,
type               29 samples/bpf/syscall_tp_kern.c 	.type = BPF_MAP_TYPE_ARRAY,
type              126 samples/bpf/task_fd_query_user.c 	int type = bpf_find_probe_type(event_type);
type              130 samples/bpf/task_fd_query_user.c 	if (type < 0 || is_return_bit < 0) {
type              132 samples/bpf/task_fd_query_user.c 			__func__, type, is_return_bit);
type              149 samples/bpf/task_fd_query_user.c 	attr.type = type;
type              254 samples/bpf/task_fd_query_user.c 	attr.type = PERF_TYPE_TRACEPOINT;
type               24 samples/bpf/tc_l2_redirect_kern.c 	__u32 type;
type               41 samples/bpf/tc_l2_redirect_kern.c 	.type = BPF_MAP_TYPE_ARRAY,
type               16 samples/bpf/tcp_dumpstats_kern.c 	__u32 type;
type               21 samples/bpf/tcp_dumpstats_kern.c 	.type = BPF_MAP_TYPE_SK_STORAGE,
type               87 samples/bpf/test_cgrp2_attach.c static int attach_filter(int cg_fd, int type, int verdict)
type              108 samples/bpf/test_cgrp2_attach.c 	ret = bpf_prog_attach(prog_fd, cg_fd, type, 0);
type              132 samples/bpf/test_cgrp2_attach.c 	enum bpf_attach_type type;
type              152 samples/bpf/test_cgrp2_attach.c 		type = BPF_CGROUP_INET_INGRESS;
type              154 samples/bpf/test_cgrp2_attach.c 		type = BPF_CGROUP_INET_EGRESS;
type              165 samples/bpf/test_cgrp2_attach.c 		ret = bpf_prog_detach(cg_fd, type);
type              169 samples/bpf/test_cgrp2_attach.c 		ret = attach_filter(cg_fd, type, verdict);
type               24 samples/bpf/test_cgrp2_tc_kern.c 	__u32 type;
type               34 samples/bpf/test_cgrp2_tc_kern.c 	.type		= BPF_MAP_TYPE_CGROUP_ARRAY,
type               15 samples/bpf/test_current_task_under_cgroup_kern.c 	.type			= BPF_MAP_TYPE_CGROUP_ARRAY,
type               22 samples/bpf/test_current_task_under_cgroup_kern.c 	.type			= BPF_MAP_TYPE_ARRAY,
type               28 samples/bpf/test_lru_dist.c #define container_of(ptr, type, member) ({			\
type               29 samples/bpf/test_lru_dist.c 	const typeof( ((type *)0)->member ) *__mptr = (ptr);	\
type               30 samples/bpf/test_lru_dist.c 	(type *)( (char *)__mptr - offsetof(type,member) );})
type               83 samples/bpf/test_lru_dist.c #define list_entry(ptr, type, member) \
type               84 samples/bpf/test_lru_dist.c 	container_of(ptr, type, member)
type               86 samples/bpf/test_lru_dist.c #define list_last_entry(ptr, type, member) \
type               87 samples/bpf/test_lru_dist.c 	list_entry((ptr)->prev, type, member)
type               19 samples/bpf/test_map_in_map_kern.c 	.type = BPF_MAP_TYPE_ARRAY,
type               27 samples/bpf/test_map_in_map_kern.c 	.type = BPF_MAP_TYPE_HASH,
type               35 samples/bpf/test_map_in_map_kern.c 	.type = BPF_MAP_TYPE_HASH,
type               43 samples/bpf/test_map_in_map_kern.c 	.type = BPF_MAP_TYPE_HASH,
type               51 samples/bpf/test_map_in_map_kern.c 	.type = BPF_MAP_TYPE_ARRAY_OF_MAPS,
type               59 samples/bpf/test_map_in_map_kern.c 	.type = BPF_MAP_TYPE_HASH_OF_MAPS,
type               67 samples/bpf/test_map_in_map_kern.c 	.type = BPF_MAP_TYPE_HASH_OF_MAPS,
type               14 samples/bpf/test_probe_write_user_kern.c 	.type = BPF_MAP_TYPE_HASH,
type               21 samples/bpf/trace_event_kern.c 	.type = BPF_MAP_TYPE_HASH,
type               28 samples/bpf/trace_event_kern.c 	.type = BPF_MAP_TYPE_STACK_TRACE,
type              208 samples/bpf/trace_event_user.c 		.type = PERF_TYPE_HARDWARE,
type              214 samples/bpf/trace_event_user.c 		.type = PERF_TYPE_SOFTWARE,
type              220 samples/bpf/trace_event_user.c 		.type = PERF_TYPE_HW_CACHE,
type              229 samples/bpf/trace_event_user.c 		.type = PERF_TYPE_HW_CACHE,
type              238 samples/bpf/trace_event_user.c 		.type = PERF_TYPE_RAW,
type              245 samples/bpf/trace_event_user.c 		.type = PERF_TYPE_RAW,
type                7 samples/bpf/trace_output_kern.c 	.type = BPF_MAP_TYPE_PERF_EVENT_ARRAY,
type               14 samples/bpf/tracex2_kern.c 	.type = BPF_MAP_TYPE_HASH,
type               73 samples/bpf/tracex2_kern.c 	.type = BPF_MAP_TYPE_PERCPU_HASH,
type               14 samples/bpf/tracex3_kern.c 	.type = BPF_MAP_TYPE_HASH,
type               45 samples/bpf/tracex3_kern.c 	.type = BPF_MAP_TYPE_PERCPU_ARRAY,
type               18 samples/bpf/tracex4_kern.c 	.type = BPF_MAP_TYPE_HASH,
type               18 samples/bpf/tracex5_kern.c 	.type = BPF_MAP_TYPE_PROG_ARRAY,
type                7 samples/bpf/tracex6_kern.c 	.type = BPF_MAP_TYPE_PERF_EVENT_ARRAY,
type               13 samples/bpf/tracex6_kern.c 	.type = BPF_MAP_TYPE_HASH,
type               19 samples/bpf/tracex6_kern.c 	.type = BPF_MAP_TYPE_HASH,
type              105 samples/bpf/tracex6_user.c 		.type = PERF_TYPE_HARDWARE,
type              114 samples/bpf/tracex6_user.c 		.type = PERF_TYPE_SOFTWARE,
type              123 samples/bpf/tracex6_user.c 		.type = PERF_TYPE_RAW,
type              133 samples/bpf/tracex6_user.c 		.type = PERF_TYPE_HW_CACHE,
type              145 samples/bpf/tracex6_user.c 		.type = PERF_TYPE_HW_CACHE,
type              158 samples/bpf/tracex6_user.c 		.type = 7,
type               18 samples/bpf/xdp1_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               18 samples/bpf/xdp2_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               29 samples/bpf/xdp_adjust_tail_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               93 samples/bpf/xdp_adjust_tail_kern.c 	icmp_hdr->type = ICMP_DEST_UNREACH;
type               27 samples/bpf/xdp_fwd_kern.c 	__uint(type, BPF_MAP_TYPE_DEVMAP);
type               10 samples/bpf/xdp_monitor_kern.c 	.type = BPF_MAP_TYPE_PERCPU_ARRAY,
type               19 samples/bpf/xdp_monitor_kern.c 	.type		= BPF_MAP_TYPE_PERCPU_ARRAY,
type              133 samples/bpf/xdp_monitor_kern.c 	.type		= BPF_MAP_TYPE_PERCPU_ARRAY,
type              140 samples/bpf/xdp_monitor_kern.c 	.type		= BPF_MAP_TYPE_PERCPU_ARRAY,
type              214 samples/bpf/xdp_monitor_kern.c 	.type		= BPF_MAP_TYPE_PERCPU_ARRAY,
type               22 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(type, BPF_MAP_TYPE_CPUMAP);
type               39 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               47 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               56 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               64 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               74 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               80 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               86 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               94 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               23 samples/bpf/xdp_redirect_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               33 samples/bpf/xdp_redirect_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               23 samples/bpf/xdp_redirect_map_kern.c 	__uint(type, BPF_MAP_TYPE_DEVMAP);
type               33 samples/bpf/xdp_redirect_map_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               46 samples/bpf/xdp_router_ipv4_kern.c 	__uint(type, BPF_MAP_TYPE_LPM_TRIE);
type               55 samples/bpf/xdp_router_ipv4_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               63 samples/bpf/xdp_router_ipv4_kern.c 	__uint(type, BPF_MAP_TYPE_HASH);
type               71 samples/bpf/xdp_router_ipv4_kern.c 	__uint(type, BPF_MAP_TYPE_HASH);
type               78 samples/bpf/xdp_router_ipv4_kern.c 	__uint(type, BPF_MAP_TYPE_DEVMAP);
type               28 samples/bpf/xdp_rxq_info_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               41 samples/bpf/xdp_rxq_info_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               51 samples/bpf/xdp_rxq_info_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               11 samples/bpf/xdp_sample_pkts_kern.c 	.type = BPF_MAP_TYPE_PERF_EVENT_ARRAY,
type               23 samples/bpf/xdp_tx_iptunnel_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               30 samples/bpf/xdp_tx_iptunnel_kern.c 	__uint(type, BPF_MAP_TYPE_HASH);
type               42 samples/mic/mpssd/mpssd.c #define min_t(type, x, y) ({				\
type               43 samples/mic/mpssd/mpssd.c 		type __min1 = (x);                      \
type               44 samples/mic/mpssd/mpssd.c 		type __min2 = (y);                      \
type               76 samples/mic/mpssd/mpssd.c 		.type = VIRTIO_ID_CONSOLE,
type               96 samples/mic/mpssd/mpssd.c 		.type = VIRTIO_ID_NET,
type              128 samples/mic/mpssd/mpssd.c 		.type = VIRTIO_ID_BLOCK,
type              266 samples/mic/mpssd/mpssd.c static void set_dp(struct mic_info *mic, int type, void *dp)
type              268 samples/mic/mpssd/mpssd.c 	switch (type) {
type              279 samples/mic/mpssd/mpssd.c 	mpsslog("%s %s %d not found\n", mic->name, __func__, type);
type              283 samples/mic/mpssd/mpssd.c static void *get_dp(struct mic_info *mic, int type)
type              285 samples/mic/mpssd/mpssd.c 	switch (type) {
type              293 samples/mic/mpssd/mpssd.c 	mpsslog("%s %s %d not found\n", mic->name, __func__, type);
type              298 samples/mic/mpssd/mpssd.c static struct mic_device_desc *get_device_desc(struct mic_info *mic, int type)
type              302 samples/mic/mpssd/mpssd.c 	void *dp = get_dp(mic, type);
type              309 samples/mic/mpssd/mpssd.c 		if (d->type == 0)
type              312 samples/mic/mpssd/mpssd.c 		if (d->type == -1)
type              316 samples/mic/mpssd/mpssd.c 			mic->name, __func__, d->type, d);
type              318 samples/mic/mpssd/mpssd.c 		if (d->type == (__u8)type)
type              321 samples/mic/mpssd/mpssd.c 	mpsslog("%s %s %d not found\n", mic->name, __func__, type);
type              377 samples/mic/mpssd/mpssd.c static inline void txrx_prepare(int type, bool tx, struct mic_vring *vr,
type              382 samples/mic/mpssd/mpssd.c 	if (type == VIRTIO_ID_NET)
type              416 samples/mic/mpssd/mpssd.c init_vr(struct mic_info *mic, int fd, int type,
type              433 samples/mic/mpssd/mpssd.c 	set_dp(mic, type, va);
type              443 samples/mic/mpssd/mpssd.c 		le32toh(vr0->info->magic), MIC_MAGIC + type);
type              444 samples/mic/mpssd/mpssd.c 	assert(le32toh(vr0->info->magic) == MIC_MAGIC + type);
type              456 samples/mic/mpssd/mpssd.c 			le32toh(vr1->info->magic), MIC_MAGIC + type + 1);
type              457 samples/mic/mpssd/mpssd.c 		assert(le32toh(vr1->info->magic) == MIC_MAGIC + type + 1);
type              464 samples/mic/mpssd/mpssd.c wait_for_card_driver(struct mic_info *mic, int fd, int type)
type              468 samples/mic/mpssd/mpssd.c 	struct mic_device_desc *desc = get_device_desc(mic, type);
type              476 samples/mic/mpssd/mpssd.c 		mic->name, __func__, type, desc->status);
type              492 samples/mic/mpssd/mpssd.c 					mic->name, __func__, type,
type              500 samples/mic/mpssd/mpssd.c 					mic->name, __func__, type,
type              927 samples/mic/mpssd/mpssd.c 		mpsslog("Could not add %d %s\n", dd->type, strerror(errno));
type              931 samples/mic/mpssd/mpssd.c 	switch (dd->type) {
type             1259 samples/mic/mpssd/mpssd.c 				if (hdr.type & ~(VIRTIO_BLK_T_OUT |
type             1273 samples/mic/mpssd/mpssd.c 						hdr.type);
type              434 samples/qmi/qmi_sample_client.c 		.type = QMI_RESPONSE,
type              181 samples/uhid/uhid-example.c 	ev.type = UHID_CREATE;
type              199 samples/uhid/uhid-example.c 	ev.type = UHID_DESTROY;
type              244 samples/uhid/uhid-example.c 	switch (ev.type) {
type              265 samples/uhid/uhid-example.c 		fprintf(stderr, "Invalid event from uhid-dev: %u\n", ev.type);
type              283 samples/uhid/uhid-example.c 	ev.type = UHID_INPUT;
type              105 samples/v4l/v4l2-pci-skeleton.c 	.type = V4L2_DV_BT_656_1120,
type              609 samples/v4l/v4l2-pci-skeleton.c 	i->type = V4L2_INPUT_TYPE_CAMERA;
type              822 samples/v4l/v4l2-pci-skeleton.c 	q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
type              136 samples/vfio-mdev/mbochs.c 	struct vfio_region_info_cap_type type;
type              169 samples/vfio-mdev/mbochs.c 	const struct mbochs_type *type;
type              521 samples/vfio-mdev/mbochs.c 	const struct mbochs_type *type = mbochs_find_type(kobj);
type              525 samples/vfio-mdev/mbochs.c 	if (!type)
type              526 samples/vfio-mdev/mbochs.c 		type = &mbochs_types[0];
type              527 samples/vfio-mdev/mbochs.c 	if (type->mbytes + mbochs_used_mbytes > max_mbytes)
type              538 samples/vfio-mdev/mbochs.c 	mdev_state->memsize = type->mbytes * 1024 * 1024;
type              547 samples/vfio-mdev/mbochs.c 		 kobj->name, type->mbytes, mdev_state->pagecount);
type              555 samples/vfio-mdev/mbochs.c 	mdev_state->type = type;
type              556 samples/vfio-mdev/mbochs.c 	mdev_state->edid_regs.max_xres = type->max_x;
type              557 samples/vfio-mdev/mbochs.c 	mdev_state->edid_regs.max_yres = type->max_y;
type              563 samples/vfio-mdev/mbochs.c 	mbochs_used_mbytes += type->mbytes;
type              576 samples/vfio-mdev/mbochs.c 	mbochs_used_mbytes -= mdev_state->type->mbytes;
type             1060 samples/vfio-mdev/mbochs.c 		ext->base.cap_offset = offsetof(typeof(*ext), type);
type             1061 samples/vfio-mdev/mbochs.c 		ext->type.header.id = VFIO_REGION_INFO_CAP_TYPE;
type             1062 samples/vfio-mdev/mbochs.c 		ext->type.header.version = 1;
type             1063 samples/vfio-mdev/mbochs.c 		ext->type.header.next = 0;
type             1064 samples/vfio-mdev/mbochs.c 		ext->type.type = VFIO_REGION_TYPE_GFX;
type             1065 samples/vfio-mdev/mbochs.c 		ext->type.subtype = VFIO_REGION_SUBTYPE_GFX_EDID;
type             1338 samples/vfio-mdev/mbochs.c 	return sprintf(buf, "%d MB\n", mdev_state->type->mbytes);
type             1367 samples/vfio-mdev/mbochs.c 	const struct mbochs_type *type = mbochs_find_type(kobj);
type             1370 samples/vfio-mdev/mbochs.c 		       type ? type->mbytes  : 0);
type             1377 samples/vfio-mdev/mbochs.c 	const struct mbochs_type *type = mbochs_find_type(kobj);
type             1378 samples/vfio-mdev/mbochs.c 	int count = (max_mbytes - mbochs_used_mbytes) / type->mbytes;
type               30 samples/vfio-mdev/mdpy-fb.c 	.type		= FB_TYPE_PACKED_PIXELS,
type               97 samples/vfio-mdev/mdpy.c 	const struct mdpy_type *type;
type              143 samples/vfio-mdev/mdpy.c 		   mdev_state->type->format);
type              145 samples/vfio-mdev/mdpy.c 		   mdev_state->type->width);
type              147 samples/vfio-mdev/mdpy.c 		   mdev_state->type->height);
type              221 samples/vfio-mdev/mdpy.c 	stride = mdev_state->type->width * mdev_state->type->bytepp;
type              222 samples/vfio-mdev/mdpy.c 	for (i = 0; i < mdev_state->type->height; i++)
type              224 samples/vfio-mdev/mdpy.c 		       i * 255 / mdev_state->type->height,
type              231 samples/vfio-mdev/mdpy.c 	const struct mdpy_type *type = mdpy_find_type(kobj);
type              249 samples/vfio-mdev/mdpy.c 	if (!type)
type              250 samples/vfio-mdev/mdpy.c 		type = &mdpy_types[0];
type              251 samples/vfio-mdev/mdpy.c 	fbsize = roundup_pow_of_two(type->width * type->height * type->bytepp);
type              260 samples/vfio-mdev/mdpy.c 		 __func__, kobj->name, type->width, type->height);
type              266 samples/vfio-mdev/mdpy.c 	mdev_state->type    = type;
type              494 samples/vfio-mdev/mdpy.c 	plane->drm_format     = mdev_state->type->format;
type              495 samples/vfio-mdev/mdpy.c 	plane->width	      = mdev_state->type->width;
type              496 samples/vfio-mdev/mdpy.c 	plane->height	      = mdev_state->type->height;
type              497 samples/vfio-mdev/mdpy.c 	plane->stride	      = (mdev_state->type->width *
type              498 samples/vfio-mdev/mdpy.c 				 mdev_state->type->bytepp);
type              646 samples/vfio-mdev/mdpy.c 		       mdev_state->type->width,
type              647 samples/vfio-mdev/mdpy.c 		       mdev_state->type->height);
type              676 samples/vfio-mdev/mdpy.c 	const struct mdpy_type *type = mdpy_find_type(kobj);
type              679 samples/vfio-mdev/mdpy.c 		       type ? type->width  : 0,
type              680 samples/vfio-mdev/mdpy.c 		       type ? type->height : 0);
type              306 scripts/asn1_compiler.c 	struct type	*type;
type              682 scripts/asn1_compiler.c 	struct type	*type_def;
type              684 scripts/asn1_compiler.c 	struct token	*type;
type              715 scripts/asn1_compiler.c static struct type *type_list;
type              716 scripts/asn1_compiler.c static struct type **type_index;
type              721 scripts/asn1_compiler.c 	const struct type *const *a = _a, *const *b = _b;
type              733 scripts/asn1_compiler.c 	const struct type *const *ti = _ti;
type              734 scripts/asn1_compiler.c 	const struct type *type = *ti;
type              736 scripts/asn1_compiler.c 	if (token->size != type->name->size)
type              737 scripts/asn1_compiler.c 		return token->size - type->name->size;
type              739 scripts/asn1_compiler.c 		return memcmp(token->content, type->name->content,
type              748 scripts/asn1_compiler.c 	struct type *types;
type              792 scripts/asn1_compiler.c 		struct type *type = type_index[n];
type              793 scripts/asn1_compiler.c 		debug("- %*.*s\n", type->name->content);
type              807 scripts/asn1_compiler.c 	struct type *type;
type              810 scripts/asn1_compiler.c 	type = type_list;
type              812 scripts/asn1_compiler.c 		cursor = type->name;
type              819 scripts/asn1_compiler.c 		type->element = parse_type(&cursor, type[1].name, NULL);
type              820 scripts/asn1_compiler.c 		type->element->type_def = type;
type              822 scripts/asn1_compiler.c 		if (cursor != type[1].name) {
type              828 scripts/asn1_compiler.c 	} while (type++, !(type->flags & TYPE_STOP_MARKER));
type              835 scripts/asn1_compiler.c static struct element *alloc_elem(struct token *type)
type              859 scripts/asn1_compiler.c 	struct type **ref;
type              951 scripts/asn1_compiler.c 	element->type = cursor;
type             1019 scripts/asn1_compiler.c 		cursor->type = *ref;
type             1213 scripts/asn1_compiler.c 	const struct type *t = e->type_def;
type             1244 scripts/asn1_compiler.c 		dump_element(e->type->type->element, level + 3);
type             1296 scripts/asn1_compiler.c 	struct type *root;
type             1525 scripts/asn1_compiler.c 		render_element(out, e->type->type->element, tag);
type              227 scripts/dtc/data.c struct data data_add_marker(struct data d, enum markertype type, char *ref)
type              233 scripts/dtc/data.c 	m->type = type;
type              355 scripts/dtc/dtc-parser.y 			enum markertype type = TYPE_UINT32;
type              360 scripts/dtc/dtc-parser.y 			case 8: type = TYPE_UINT8; break;
type              361 scripts/dtc/dtc-parser.y 			case 16: type = TYPE_UINT16; break;
type              362 scripts/dtc/dtc-parser.y 			case 32: type = TYPE_UINT32; break;
type              363 scripts/dtc/dtc-parser.y 			case 64: type = TYPE_UINT64; break;
type              370 scripts/dtc/dtc-parser.y 			$$.data = data_add_marker(empty_data, type, NULL);
type               76 scripts/dtc/dtc.h 	enum markertype type;
type               95 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              220 scripts/dtc/dtc.h 			enum markertype type);
type               31 scripts/dtc/fdtget.c 	int type;		/* data type (s/i/u/x or 0 for default) */
type               66 scripts/dtc/fdtget.c 	is_string = (disp->type) == 's' ||
type               67 scripts/dtc/fdtget.c 		(!disp->type && util_is_printable_string(data, len));
type               89 scripts/dtc/fdtget.c 	fmt[1] = disp->type ? disp->type : 'd';
type              312 scripts/dtc/fdtget.c 			if (utilfdt_decode_type(optarg, &disp.type,
type               25 scripts/dtc/fdtput.c 	int type;		/* data type (s/i/u/x or 0 for default) */
type               73 scripts/dtc/fdtput.c 	fmt[1] = disp->type ? disp->type : 'd';
type               77 scripts/dtc/fdtput.c 		if (disp->type == 's')
type               94 scripts/dtc/fdtput.c 		if (disp->type == 's') {
type              319 scripts/dtc/fdtput.c 			if (utilfdt_decode_type(optarg, &disp.type,
type              340 scripts/dtc/livetree.c 			enum markertype type)
type              347 scripts/dtc/livetree.c 		d = data_add_marker(p->val, type, name);
type              351 scripts/dtc/livetree.c 		d = data_add_marker(empty_data, type, name);
type              894 scripts/dtc/livetree.c 	assert(m->type == REF_PHANDLE);
type              129 scripts/dtc/treesource.c 	return m->type >= TYPE_UINT8;
type              221 scripts/dtc/treesource.c 		dummy_marker.type = guess_value_type(prop);
type              234 scripts/dtc/treesource.c 			emit_type = m->type;
type              236 scripts/dtc/treesource.c 		} else if (m->type == LABEL)
type              333 scripts/dtc/util.c int utilfdt_decode_type(const char *fmt, int *type, int *size)
type              363 scripts/dtc/util.c 	*type = *fmt++;
type              150 scripts/dtc/util.h int utilfdt_decode_type(const char *fmt, int *type, int *size);
type              145 scripts/dtc/yamltree.c 		if (m->type < TYPE_UINT8)
type              152 scripts/dtc/yamltree.c 		switch(m->type) {
type              172 scripts/gcc-plugins/gcc-common.h 	tree cstr, elem, index, type;
type              177 scripts/gcc-plugins/gcc-common.h 	type = build_array_type(elem, index);
type              178 scripts/gcc-plugins/gcc-common.h 	TREE_TYPE(cstr) = type;
type               83 scripts/gcc-plugins/gcc-generate-gimple-pass.h 		.type			= GIMPLE_PASS,
type              151 scripts/gcc-plugins/gcc-generate-ipa-pass.h 		.type			= IPA_PASS,
type               83 scripts/gcc-plugins/gcc-generate-rtl-pass.h 		.type			= RTL_PASS,
type               83 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h 		.type			= SIMPLE_IPA_PASS,
type              110 scripts/gcc-plugins/latent_entropy_plugin.c static tree tree_get_random_const(tree type)
type              114 scripts/gcc-plugins/latent_entropy_plugin.c 	mask = 1ULL << (TREE_INT_CST_LOW(TYPE_SIZE(type)) - 1);
type              117 scripts/gcc-plugins/latent_entropy_plugin.c 	if (TYPE_UNSIGNED(type))
type              118 scripts/gcc-plugins/latent_entropy_plugin.c 		return build_int_cstu(type, mask & get_random_const());
type              119 scripts/gcc-plugins/latent_entropy_plugin.c 	return build_int_cst(type, mask & get_random_const());
type              127 scripts/gcc-plugins/latent_entropy_plugin.c 	tree type;
type              156 scripts/gcc-plugins/latent_entropy_plugin.c 		type = TREE_TYPE(*node);
type              157 scripts/gcc-plugins/latent_entropy_plugin.c 		switch (TREE_CODE(type)) {
type              165 scripts/gcc-plugins/latent_entropy_plugin.c 			tree fld, lst = TYPE_FIELDS(type);
type              198 scripts/gcc-plugins/latent_entropy_plugin.c 			DECL_INITIAL(*node) = build_constructor(type, vals);
type              204 scripts/gcc-plugins/latent_entropy_plugin.c 			DECL_INITIAL(*node) = tree_get_random_const(type);
type              212 scripts/gcc-plugins/latent_entropy_plugin.c 			elt_type = TREE_TYPE(type);
type              213 scripts/gcc-plugins/latent_entropy_plugin.c 			elt_size = TYPE_SIZE_UNIT(TREE_TYPE(type));
type              214 scripts/gcc-plugins/latent_entropy_plugin.c 			array_size = TYPE_SIZE_UNIT(type);
type              245 scripts/gcc-plugins/latent_entropy_plugin.c 			DECL_INITIAL(*node) = build_constructor(type, vals);
type              285 scripts/gcc-plugins/latent_entropy_plugin.c static tree create_var(tree type, const char *name)
type              289 scripts/gcc-plugins/latent_entropy_plugin.c 	var = create_tmp_var(type, name);
type              549 scripts/gcc-plugins/latent_entropy_plugin.c 	tree type, id;
type              559 scripts/gcc-plugins/latent_entropy_plugin.c 	type = build_qualified_type(long_unsigned_type_node, quals);
type              561 scripts/gcc-plugins/latent_entropy_plugin.c 	latent_entropy_decl = build_decl(UNKNOWN_LOCATION, VAR_DECL, id, type);
type               78 scripts/gcc-plugins/randomize_layout_plugin.c 	tree type;
type               97 scripts/gcc-plugins/randomize_layout_plugin.c 		type = *node;
type              100 scripts/gcc-plugins/randomize_layout_plugin.c 		type = TREE_TYPE(*node);
type              103 scripts/gcc-plugins/randomize_layout_plugin.c 	if (TREE_CODE(type) != RECORD_TYPE) {
type              104 scripts/gcc-plugins/randomize_layout_plugin.c 		error("%qE attribute used on %qT applies to struct types only", name, type);
type              108 scripts/gcc-plugins/randomize_layout_plugin.c 	if (lookup_attribute(IDENTIFIER_POINTER(name), TYPE_ATTRIBUTES(type))) {
type              109 scripts/gcc-plugins/randomize_layout_plugin.c 		error("%qE attribute is already applied to the type %qT", name, type);
type              256 scripts/gcc-plugins/randomize_layout_plugin.c static void shuffle(const_tree type, tree *newtree, unsigned long length)
type              266 scripts/gcc-plugins/randomize_layout_plugin.c 	gcc_assert(TREE_CODE(type) == RECORD_TYPE);
type              268 scripts/gcc-plugins/randomize_layout_plugin.c 	structname = ORIG_TYPE_NAME(type);
type              271 scripts/gcc-plugins/randomize_layout_plugin.c 	fprintf(stderr, "Shuffling struct %s %p\n", (const char *)structname, type);
type              273 scripts/gcc-plugins/randomize_layout_plugin.c 	debug_tree((tree)type);
type              320 scripts/gcc-plugins/randomize_layout_plugin.c static int relayout_struct(tree type)
type              322 scripts/gcc-plugins/randomize_layout_plugin.c 	unsigned long num_fields = (unsigned long)list_length(TYPE_FIELDS(type));
type              333 scripts/gcc-plugins/randomize_layout_plugin.c 	if (TYPE_FIELDS(type) == NULL_TREE)
type              339 scripts/gcc-plugins/randomize_layout_plugin.c 	gcc_assert(TREE_CODE(type) == RECORD_TYPE);
type              343 scripts/gcc-plugins/randomize_layout_plugin.c 	if (lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(type)) ||
type              344 scripts/gcc-plugins/randomize_layout_plugin.c 	    lookup_attribute("no_randomize_layout", TYPE_ATTRIBUTES(TYPE_MAIN_VARIANT(type))))
type              348 scripts/gcc-plugins/randomize_layout_plugin.c 	if (!strcmp((const char *)ORIG_TYPE_NAME(type), "INTNETTRUNKFACTORY") ||
type              349 scripts/gcc-plugins/randomize_layout_plugin.c 	    !strcmp((const char *)ORIG_TYPE_NAME(type), "RAWPCIFACTORY"))
type              353 scripts/gcc-plugins/randomize_layout_plugin.c 	xloc = expand_location(DECL_SOURCE_LOCATION(TYPE_FIELDS(type)));
type              356 scripts/gcc-plugins/randomize_layout_plugin.c 		error(G_("attempted to randomize userland API struct %s"), ORIG_TYPE_NAME(type));
type              358 scripts/gcc-plugins/randomize_layout_plugin.c 	for (field = TYPE_FIELDS(type), i = 0; field; field = TREE_CHAIN(field), i++) {
type              373 scripts/gcc-plugins/randomize_layout_plugin.c 	shuffle(type, (tree *)newtree, shuffle_length);
type              387 scripts/gcc-plugins/randomize_layout_plugin.c 	DECL_CONTEXT(list) = type;
type              395 scripts/gcc-plugins/randomize_layout_plugin.c 	main_variant = TYPE_MAIN_VARIANT(type);
type              402 scripts/gcc-plugins/randomize_layout_plugin.c 			TYPE_ATTRIBUTES(type) = tree_cons(get_identifier("has_flexarray"), NULL_TREE, TYPE_ATTRIBUTES(type));
type              459 scripts/gcc-plugins/randomize_layout_plugin.c static void randomize_type(tree type)
type              463 scripts/gcc-plugins/randomize_layout_plugin.c 	gcc_assert(TREE_CODE(type) == RECORD_TYPE);
type              465 scripts/gcc-plugins/randomize_layout_plugin.c 	if (lookup_attribute("randomize_considered", TYPE_ATTRIBUTES(type)))
type              468 scripts/gcc-plugins/randomize_layout_plugin.c 	if (lookup_attribute("randomize_layout", TYPE_ATTRIBUTES(TYPE_MAIN_VARIANT(type))) || is_pure_ops_struct(type))
type              469 scripts/gcc-plugins/randomize_layout_plugin.c 		relayout_struct(type);
type              471 scripts/gcc-plugins/randomize_layout_plugin.c 	for (variant = TYPE_MAIN_VARIANT(type); variant; variant = TYPE_NEXT_VARIANT(variant)) {
type              472 scripts/gcc-plugins/randomize_layout_plugin.c 		TYPE_ATTRIBUTES(type) = copy_list(TYPE_ATTRIBUTES(type));
type              473 scripts/gcc-plugins/randomize_layout_plugin.c 		TYPE_ATTRIBUTES(type) = tree_cons(get_identifier("randomize_considered"), NULL_TREE, TYPE_ATTRIBUTES(type));
type              476 scripts/gcc-plugins/randomize_layout_plugin.c 	fprintf(stderr, "Marking randomize_considered on struct %s\n", ORIG_TYPE_NAME(type));
type              478 scripts/gcc-plugins/randomize_layout_plugin.c 	debug_tree(type);
type              485 scripts/gcc-plugins/randomize_layout_plugin.c 	tree lastval, lastidx, field, init, type, flexsize;
type              488 scripts/gcc-plugins/randomize_layout_plugin.c 	type = TREE_TYPE(decl);
type              490 scripts/gcc-plugins/randomize_layout_plugin.c 	if (!lookup_attribute("has_flexarray", TYPE_ATTRIBUTES(type)))
type              522 scripts/gcc-plugins/randomize_layout_plugin.c 	DECL_SIZE(decl) = size_binop(PLUS_EXPR, TYPE_SIZE(type), flexsize);
type              531 scripts/gcc-plugins/randomize_layout_plugin.c 	tree type;
type              536 scripts/gcc-plugins/randomize_layout_plugin.c 	type = TREE_TYPE(decl);
type              541 scripts/gcc-plugins/randomize_layout_plugin.c 	if (TREE_CODE(type) != RECORD_TYPE && TREE_CODE(type) != UNION_TYPE)
type              544 scripts/gcc-plugins/randomize_layout_plugin.c 	if (!lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(type)))
type              558 scripts/gcc-plugins/randomize_layout_plugin.c 	tree type = (tree)event_data;
type              560 scripts/gcc-plugins/randomize_layout_plugin.c 	if (type == NULL_TREE || type == error_mark_node)
type              563 scripts/gcc-plugins/randomize_layout_plugin.c 	if (TREE_CODE(type) != RECORD_TYPE)
type              566 scripts/gcc-plugins/randomize_layout_plugin.c 	if (TYPE_FIELDS(type) == NULL_TREE)
type              569 scripts/gcc-plugins/randomize_layout_plugin.c 	if (lookup_attribute("randomize_considered", TYPE_ATTRIBUTES(type)))
type              573 scripts/gcc-plugins/randomize_layout_plugin.c 	fprintf(stderr, "Calling randomize_type on %s\n", ORIG_TYPE_NAME(type));
type              576 scripts/gcc-plugins/randomize_layout_plugin.c 	debug_tree(type);
type              578 scripts/gcc-plugins/randomize_layout_plugin.c 	randomize_type(type);
type               83 scripts/gcc-plugins/structleak_plugin.c static bool is_userspace_type(tree type)
type               87 scripts/gcc-plugins/structleak_plugin.c 	for (field = TYPE_FIELDS(type); field; field = TREE_CHAIN(field)) {
type              103 scripts/gcc-plugins/structleak_plugin.c 	tree type = (tree)event_data;
type              105 scripts/gcc-plugins/structleak_plugin.c 	if (type == NULL_TREE || type == error_mark_node)
type              109 scripts/gcc-plugins/structleak_plugin.c 	if (TREE_CODE(type) == ENUMERAL_TYPE)
type              113 scripts/gcc-plugins/structleak_plugin.c 	if (TYPE_USERSPACE(type))
type              116 scripts/gcc-plugins/structleak_plugin.c 	if (is_userspace_type(type))
type              117 scripts/gcc-plugins/structleak_plugin.c 		TYPE_USERSPACE(type) = 1;
type              126 scripts/gcc-plugins/structleak_plugin.c 	tree type;
type              161 scripts/gcc-plugins/structleak_plugin.c 	type = TREE_TYPE(var);
type              162 scripts/gcc-plugins/structleak_plugin.c 	if (AGGREGATE_TYPE_P(type))
type              163 scripts/gcc-plugins/structleak_plugin.c 		initializer = build_constructor(type, NULL);
type              165 scripts/gcc-plugins/structleak_plugin.c 		initializer = fold_convert(type, integer_zero_node);
type              191 scripts/gcc-plugins/structleak_plugin.c 		tree type = TREE_TYPE(var);
type              198 scripts/gcc-plugins/structleak_plugin.c 		if (byref != BYREF_ALL && TREE_CODE(type) != RECORD_TYPE && TREE_CODE(type) != UNION_TYPE)
type              202 scripts/gcc-plugins/structleak_plugin.c 		if (TYPE_USERSPACE(type) ||
type               61 scripts/genksyms/genksyms.c static void print_type_name(enum symbol_type type, const char *name);
type              160 scripts/genksyms/genksyms.c 		if (map_to_ns(sym->type) == map_to_ns(ns) &&
type              165 scripts/genksyms/genksyms.c 	if (exact && sym && sym->type != ns)
type              174 scripts/genksyms/genksyms.c 	return ((sym->type == SYM_STRUCT ||
type              175 scripts/genksyms/genksyms.c 		 sym->type == SYM_UNION ||
type              176 scripts/genksyms/genksyms.c 		 sym->type == SYM_ENUM) &&
type              185 scripts/genksyms/genksyms.c static struct symbol *__add_symbol(const char *name, enum symbol_type type,
type              199 scripts/genksyms/genksyms.c 	if (type == SYM_ENUM_CONST) {
type              220 scripts/genksyms/genksyms.c 	} else if (type == SYM_ENUM) {
type              231 scripts/genksyms/genksyms.c 		if (map_to_ns(sym->type) == map_to_ns(type) &&
type              235 scripts/genksyms/genksyms.c 			else if (sym->type == type &&
type              239 scripts/genksyms/genksyms.c 					print_type_name(type, name);
type              249 scripts/genksyms/genksyms.c 					print_type_name(type, name);
type              279 scripts/genksyms/genksyms.c 	sym->type = type;
type              293 scripts/genksyms/genksyms.c 		if (symbol_types[type].name)
type              295 scripts/genksyms/genksyms.c 				symbol_types[type].name, name);
type              298 scripts/genksyms/genksyms.c 				type, name);
type              309 scripts/genksyms/genksyms.c struct symbol *add_symbol(const char *name, enum symbol_type type,
type              312 scripts/genksyms/genksyms.c 	return __add_symbol(name, type, defn, is_extern, 0);
type              315 scripts/genksyms/genksyms.c static struct symbol *add_reference_symbol(const char *name, enum symbol_type type,
type              318 scripts/genksyms/genksyms.c 	return __add_symbol(name, type, defn, is_extern, 1);
type              667 scripts/genksyms/genksyms.c 				print_type_name(sym->type, sym->name);
type              698 scripts/genksyms/genksyms.c static void print_type_name(enum symbol_type type, const char *name)
type              700 scripts/genksyms/genksyms.c 	if (symbol_types[type].name)
type              701 scripts/genksyms/genksyms.c 		fprintf(stderr, "%s %s", symbol_types[type].name, name);
type              847 scripts/genksyms/genksyms.c 			if (symbol_types[sym->type].n) {
type              848 scripts/genksyms/genksyms.c 				putc(symbol_types[sym->type].n, dumpfile);
type               36 scripts/genksyms/genksyms.h 	enum symbol_type type;
type               54 scripts/genksyms/genksyms.h struct symbol *add_symbol(const char *name, enum symbol_type type,
type               46 scripts/genksyms/parse.y 		       enum symbol_type type)
type               52 scripts/genksyms/parse.y 		(*ident)->tag = type;
type               56 scripts/genksyms/parse.y 	r = copy_node(i); r->tag = type;
type               58 scripts/genksyms/parse.y 	add_symbol(i->string, type, b, is_extern);
type               85 scripts/kconfig/conf.c 	enum symbol_type type = sym_get_type(sym);
type              116 scripts/kconfig/conf.c 	switch (type) {
type              358 scripts/kconfig/conf.c 		switch (prop->type) {
type              391 scripts/kconfig/conf.c 	switch (sym->type) {
type              427 scripts/kconfig/conf.c 					if (sym->type == S_STRING) {
type              238 scripts/kconfig/confdata.c 	switch (sym->type) {
type              374 scripts/kconfig/confdata.c 			    prop->expr->type != E_SYMBOL)
type              400 scripts/kconfig/confdata.c 		switch (sym->type) {
type              433 scripts/kconfig/confdata.c 				if (sym->type == S_UNKNOWN)
type              434 scripts/kconfig/confdata.c 					sym->type = S_BOOLEAN;
type              439 scripts/kconfig/confdata.c 			switch (sym->type) {
type              534 scripts/kconfig/confdata.c 			switch (sym->type) {
type              561 scripts/kconfig/confdata.c 			switch (sym->type) {
type              594 scripts/kconfig/confdata.c 	switch (sym->type) {
type              648 scripts/kconfig/confdata.c 	switch (sym->type) {
type              722 scripts/kconfig/confdata.c 	if (sym->type == S_TRISTATE && *value != 'n')
type              737 scripts/kconfig/confdata.c 	switch (sym->type) {
type              817 scripts/kconfig/confdata.c 					if ((sym->type == S_BOOLEAN) &&
type             1011 scripts/kconfig/confdata.c 				switch (sym->type) {
type             1033 scripts/kconfig/confdata.c 				switch (sym->type) {
type             1311 scripts/kconfig/confdata.c 				if (sym->type == S_TRISTATE) {
type               22 scripts/kconfig/expr.c 	e->type = E_SYMBOL;
type               27 scripts/kconfig/expr.c struct expr *expr_alloc_one(enum expr_type type, struct expr *ce)
type               30 scripts/kconfig/expr.c 	e->type = type;
type               35 scripts/kconfig/expr.c struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2)
type               38 scripts/kconfig/expr.c 	e->type = type;
type               44 scripts/kconfig/expr.c struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2)
type               47 scripts/kconfig/expr.c 	e->type = type;
type               76 scripts/kconfig/expr.c 	switch (org->type) {
type               99 scripts/kconfig/expr.c 		fprintf(stderr, "can't copy type %d\n", e->type);
type              113 scripts/kconfig/expr.c 	switch (e->type) {
type              132 scripts/kconfig/expr.c 		fprintf(stderr, "how to free type %d?\n", e->type);
type              151 scripts/kconfig/expr.c static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2)
type              155 scripts/kconfig/expr.c 	if (e1->type == type) {
type              156 scripts/kconfig/expr.c 		__expr_eliminate_eq(type, &e1->left.expr, &e2);
type              157 scripts/kconfig/expr.c 		__expr_eliminate_eq(type, &e1->right.expr, &e2);
type              160 scripts/kconfig/expr.c 	if (e2->type == type) {
type              161 scripts/kconfig/expr.c 		__expr_eliminate_eq(type, &e1, &e2->left.expr);
type              162 scripts/kconfig/expr.c 		__expr_eliminate_eq(type, &e1, &e2->right.expr);
type              168 scripts/kconfig/expr.c 	if (e1->type == E_SYMBOL && e2->type == E_SYMBOL &&
type              179 scripts/kconfig/expr.c 	switch (type) {
type              226 scripts/kconfig/expr.c 	switch (e1->type) {
type              229 scripts/kconfig/expr.c 		__expr_eliminate_eq(e1->type, ep1, ep2);
type              233 scripts/kconfig/expr.c 	if (e1->type != e2->type) switch (e2->type) {
type              236 scripts/kconfig/expr.c 		__expr_eliminate_eq(e2->type, ep1, ep2);
type              264 scripts/kconfig/expr.c 	if (e1->type != e2->type)
type              266 scripts/kconfig/expr.c 	switch (e1->type) {
type              284 scripts/kconfig/expr.c 		res = (e1->type == E_SYMBOL && e2->type == E_SYMBOL &&
type              321 scripts/kconfig/expr.c 	if (e) switch (e->type) {
type              325 scripts/kconfig/expr.c 		if (e->left.expr->type == E_SYMBOL) {
type              329 scripts/kconfig/expr.c 				e->type = E_SYMBOL;
type              341 scripts/kconfig/expr.c 		if (e->right.expr->type == E_SYMBOL) {
type              345 scripts/kconfig/expr.c 				e->type = E_SYMBOL;
type              361 scripts/kconfig/expr.c 		if (e->left.expr->type == E_SYMBOL) {
type              371 scripts/kconfig/expr.c 				e->type = E_SYMBOL;
type              377 scripts/kconfig/expr.c 		if (e->right.expr->type == E_SYMBOL) {
type              387 scripts/kconfig/expr.c 				e->type = E_SYMBOL;
type              407 scripts/kconfig/expr.c 	switch (e->type) {
type              416 scripts/kconfig/expr.c 		if (e->left.sym->type == S_TRISTATE) {
type              418 scripts/kconfig/expr.c 				e->type = E_SYMBOL;
type              439 scripts/kconfig/expr.c 	if (e1->type != E_EQUAL && e1->type != E_UNEQUAL && e1->type != E_SYMBOL && e1->type != E_NOT)
type              441 scripts/kconfig/expr.c 	if (e2->type != E_EQUAL && e2->type != E_UNEQUAL && e2->type != E_SYMBOL && e2->type != E_NOT)
type              443 scripts/kconfig/expr.c 	if (e1->type == E_NOT) {
type              445 scripts/kconfig/expr.c 		if (tmp->type != E_EQUAL && tmp->type != E_UNEQUAL && tmp->type != E_SYMBOL)
type              450 scripts/kconfig/expr.c 	if (e2->type == E_NOT) {
type              451 scripts/kconfig/expr.c 		if (e2->left.expr->type != E_SYMBOL)
type              458 scripts/kconfig/expr.c 	if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE)
type              460 scripts/kconfig/expr.c 	if (sym1->type == S_TRISTATE) {
type              461 scripts/kconfig/expr.c 		if (e1->type == E_EQUAL && e2->type == E_EQUAL &&
type              467 scripts/kconfig/expr.c 		if (e1->type == E_EQUAL && e2->type == E_EQUAL &&
type              473 scripts/kconfig/expr.c 		if (e1->type == E_EQUAL && e2->type == E_EQUAL &&
type              480 scripts/kconfig/expr.c 	if (sym1->type == S_BOOLEAN && sym1 == sym2) {
type              481 scripts/kconfig/expr.c 		if ((e1->type == E_NOT && e1->left.expr->type == E_SYMBOL && e2->type == E_SYMBOL) ||
type              482 scripts/kconfig/expr.c 		    (e2->type == E_NOT && e2->left.expr->type == E_SYMBOL && e1->type == E_SYMBOL))
type              503 scripts/kconfig/expr.c 	if (e1->type != E_EQUAL && e1->type != E_UNEQUAL && e1->type != E_SYMBOL && e1->type != E_NOT)
type              505 scripts/kconfig/expr.c 	if (e2->type != E_EQUAL && e2->type != E_UNEQUAL && e2->type != E_SYMBOL && e2->type != E_NOT)
type              507 scripts/kconfig/expr.c 	if (e1->type == E_NOT) {
type              509 scripts/kconfig/expr.c 		if (tmp->type != E_EQUAL && tmp->type != E_UNEQUAL && tmp->type != E_SYMBOL)
type              514 scripts/kconfig/expr.c 	if (e2->type == E_NOT) {
type              515 scripts/kconfig/expr.c 		if (e2->left.expr->type != E_SYMBOL)
type              522 scripts/kconfig/expr.c 	if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE)
type              525 scripts/kconfig/expr.c 	if ((e1->type == E_SYMBOL && e2->type == E_EQUAL && e2->right.sym == &symbol_yes) ||
type              526 scripts/kconfig/expr.c 	    (e2->type == E_SYMBOL && e1->type == E_EQUAL && e1->right.sym == &symbol_yes))
type              530 scripts/kconfig/expr.c 	if ((e1->type == E_SYMBOL && e2->type == E_UNEQUAL && e2->right.sym == &symbol_no) ||
type              531 scripts/kconfig/expr.c 	    (e2->type == E_SYMBOL && e1->type == E_UNEQUAL && e1->right.sym == &symbol_no))
type              535 scripts/kconfig/expr.c 	if ((e1->type == E_SYMBOL && e2->type == E_UNEQUAL && e2->right.sym == &symbol_mod) ||
type              536 scripts/kconfig/expr.c 	    (e2->type == E_SYMBOL && e1->type == E_UNEQUAL && e1->right.sym == &symbol_mod))
type              540 scripts/kconfig/expr.c 	if (sym1->type == S_TRISTATE) {
type              541 scripts/kconfig/expr.c 		if (e1->type == E_EQUAL && e2->type == E_UNEQUAL) {
type              548 scripts/kconfig/expr.c 		if (e1->type == E_UNEQUAL && e2->type == E_EQUAL) {
type              555 scripts/kconfig/expr.c 		if (e1->type == E_UNEQUAL && e2->type == E_UNEQUAL &&
type              561 scripts/kconfig/expr.c 		if (e1->type == E_UNEQUAL && e2->type == E_UNEQUAL &&
type              567 scripts/kconfig/expr.c 		if (e1->type == E_UNEQUAL && e2->type == E_UNEQUAL &&
type              573 scripts/kconfig/expr.c 		if ((e1->type == E_SYMBOL && e2->type == E_EQUAL && e2->right.sym == &symbol_mod) ||
type              574 scripts/kconfig/expr.c 		    (e2->type == E_SYMBOL && e1->type == E_EQUAL && e1->right.sym == &symbol_mod) ||
type              575 scripts/kconfig/expr.c 		    (e1->type == E_SYMBOL && e2->type == E_UNEQUAL && e2->right.sym == &symbol_yes) ||
type              576 scripts/kconfig/expr.c 		    (e2->type == E_SYMBOL && e1->type == E_UNEQUAL && e1->right.sym == &symbol_yes))
type              597 scripts/kconfig/expr.c static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2)
type              605 scripts/kconfig/expr.c 	if (e1->type == type) {
type              606 scripts/kconfig/expr.c 		expr_eliminate_dups1(type, &e1->left.expr, &e2);
type              607 scripts/kconfig/expr.c 		expr_eliminate_dups1(type, &e1->right.expr, &e2);
type              610 scripts/kconfig/expr.c 	if (e2->type == type) {
type              611 scripts/kconfig/expr.c 		expr_eliminate_dups1(type, &e1, &e2->left.expr);
type              612 scripts/kconfig/expr.c 		expr_eliminate_dups1(type, &e1, &e2->right.expr);
type              621 scripts/kconfig/expr.c 	switch (e1->type) {
type              623 scripts/kconfig/expr.c 		expr_eliminate_dups1(e1->type, &e1, &e1);
type              628 scripts/kconfig/expr.c 	switch (type) {
type              674 scripts/kconfig/expr.c 		switch (e->type) {
type              676 scripts/kconfig/expr.c 			expr_eliminate_dups1(e->type, &e, &e);
type              701 scripts/kconfig/expr.c 	switch (e->type) {
type              716 scripts/kconfig/expr.c 	switch (e->type) {
type              718 scripts/kconfig/expr.c 		if (e->left.sym->type != S_BOOLEAN)
type              721 scripts/kconfig/expr.c 			e->type = E_NOT;
type              728 scripts/kconfig/expr.c 			e->type = E_SYMBOL;
type              734 scripts/kconfig/expr.c 			e->type = E_SYMBOL;
type              740 scripts/kconfig/expr.c 		if (e->left.sym->type != S_BOOLEAN)
type              743 scripts/kconfig/expr.c 			e->type = E_SYMBOL;
type              749 scripts/kconfig/expr.c 			e->type = E_SYMBOL;
type              755 scripts/kconfig/expr.c 			e->type = E_NOT;
type              762 scripts/kconfig/expr.c 		switch (e->left.expr->type) {
type              777 scripts/kconfig/expr.c 			e->type = e->type == E_EQUAL ? E_UNEQUAL : E_EQUAL;
type              785 scripts/kconfig/expr.c 			e->type = e->type == E_LEQ ? E_GTH : E_LTH;
type              793 scripts/kconfig/expr.c 			e->type = e->type == E_LTH ? E_GEQ : E_LEQ;
type              798 scripts/kconfig/expr.c 			e->type = E_AND;
type              800 scripts/kconfig/expr.c 			tmp->type = E_NOT;
type              807 scripts/kconfig/expr.c 			e->type = E_OR;
type              809 scripts/kconfig/expr.c 			tmp->type = E_NOT;
type              819 scripts/kconfig/expr.c 				e->type = E_SYMBOL;
type              828 scripts/kconfig/expr.c 				e->type = E_SYMBOL;
type              837 scripts/kconfig/expr.c 				e->type = E_SYMBOL;
type              857 scripts/kconfig/expr.c 	switch (dep->type) {
type              885 scripts/kconfig/expr.c 	switch (dep->type) {
type              923 scripts/kconfig/expr.c struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym)
type              929 scripts/kconfig/expr.c 		if (type == E_UNEQUAL)
type              933 scripts/kconfig/expr.c 	switch (e->type) {
type              941 scripts/kconfig/expr.c 		if (type == E_UNEQUAL)
type              951 scripts/kconfig/expr.c 		if (type == E_UNEQUAL)
type              955 scripts/kconfig/expr.c 		return expr_trans_compare(e->left.expr, type == E_EQUAL ? E_UNEQUAL : E_EQUAL, sym);
type              962 scripts/kconfig/expr.c 		if (type == E_EQUAL) {
type              979 scripts/kconfig/expr.c 		return expr_alloc_comp(type, e->left.sym, sym);
type             1000 scripts/kconfig/expr.c 						enum symbol_type type,
type             1007 scripts/kconfig/expr.c 	switch (type) {
type             1042 scripts/kconfig/expr.c 	switch (e->type) {
type             1065 scripts/kconfig/expr.c 		printf("expr_calc_value: %d?\n", e->type);
type             1074 scripts/kconfig/expr.c 	if (e->left.sym->type != S_STRING || e->right.sym->type != S_STRING) {
type             1075 scripts/kconfig/expr.c 		k1 = expr_parse_string(str1, e->left.sym->type, &lval);
type             1076 scripts/kconfig/expr.c 		k2 = expr_parse_string(str2, e->right.sym->type, &rval);
type             1086 scripts/kconfig/expr.c 	switch(e->type) {
type             1100 scripts/kconfig/expr.c 		printf("expr_calc_value: relation %d?\n", e->type);
type             1148 scripts/kconfig/expr.c 	if (expr_compare_type(prevtoken, e->type) > 0)
type             1150 scripts/kconfig/expr.c 	switch (e->type) {
type             1175 scripts/kconfig/expr.c 		fn(data, NULL, e->type == E_LEQ ? "<=" : "<");
type             1184 scripts/kconfig/expr.c 		fn(data, NULL, e->type == E_GEQ ? ">=" : ">");
type             1222 scripts/kconfig/expr.c 		sprintf(buf, "<unknown type %d>", e->type);
type             1227 scripts/kconfig/expr.c 	if (expr_compare_type(prevtoken, e->type) > 0)
type             1267 scripts/kconfig/expr.c 	if (sym && sym->type != S_UNKNOWN)
type             1285 scripts/kconfig/expr.c 	if (e->type == E_OR) {
type               43 scripts/kconfig/expr.h 	enum expr_type type;
type               91 scripts/kconfig/expr.h 	enum symbol_type type;
type              195 scripts/kconfig/expr.h 	enum prop_type type;       /* type of property */
type              208 scripts/kconfig/expr.h 		if (st->type == (tok))
type              296 scripts/kconfig/expr.h struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
type              297 scripts/kconfig/expr.h struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
type              298 scripts/kconfig/expr.h struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
type              310 scripts/kconfig/expr.h struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
type              320 scripts/kconfig/expr.h 	return !e || (e->type == E_SYMBOL && e->left.sym == &symbol_yes);
type              325 scripts/kconfig/expr.h 	return e && (e->type == E_SYMBOL && e->left.sym == &symbol_no);
type              711 scripts/kconfig/gconf.c 	ptype = current->prompt ? current->prompt->type : P_UNKNOWN;
type              907 scripts/kconfig/gconf.c 	if (event->type == GDK_2BUTTON_PRESS) {
type              909 scripts/kconfig/gconf.c 		ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN;
type             1018 scripts/kconfig/gconf.c 	if (event->type == GDK_2BUTTON_PRESS) {
type             1062 scripts/kconfig/gconf.c 	ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN;
type             1348 scripts/kconfig/gconf.c 		ptype = prop ? prop->type : P_UNKNOWN;
type             1371 scripts/kconfig/gconf.c 			printf("%s", sym_type_name(sym->type));
type             1432 scripts/kconfig/gconf.c 		if (child->prompt && child->prompt->type == P_MENU) {
type               19 scripts/kconfig/list.h #define container_of(ptr, type, member) ({                      \
type               20 scripts/kconfig/list.h 	const typeof( ((type *)0)->member ) *__mptr = (ptr);    \
type               21 scripts/kconfig/list.h 	(type *)( (char *)__mptr - offsetof(type,member) );})
type               40 scripts/kconfig/list.h #define list_entry(ptr, type, member) \
type               41 scripts/kconfig/list.h 	container_of(ptr, type, member)
type               74 scripts/kconfig/lkc.h struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
type               75 scripts/kconfig/lkc.h void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep);
type               76 scripts/kconfig/lkc.h void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
type               81 scripts/kconfig/lkc.h void menu_set_type(int type);
type              115 scripts/kconfig/lkc.h struct property *prop_alloc(enum prop_type type, struct symbol *sym);
type               36 scripts/kconfig/lkc_proto.h const char * sym_type_name(enum symbol_type type);
type               49 scripts/kconfig/lkc_proto.h const char * prop_get_type_name(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              527 scripts/kconfig/mconf.c 	type = sym_get_type(sym);
type              540 scripts/kconfig/mconf.c 			switch (type) {
type              588 scripts/kconfig/mconf.c 			switch (type) {
type              630 scripts/kconfig/mconf.c 		if (menu->prompt->type == P_MENU) {
type              696 scripts/kconfig/mconf.c 				else if (submenu->prompt->type == P_MENU)
type               86 scripts/kconfig/menu.c 	switch (e->type) {
type              111 scripts/kconfig/menu.c void menu_set_type(int type)
type              115 scripts/kconfig/menu.c 	if (sym->type == type)
type              117 scripts/kconfig/menu.c 	if (sym->type == S_UNKNOWN) {
type              118 scripts/kconfig/menu.c 		sym->type = type;
type              124 scripts/kconfig/menu.c 		sym_type_name(sym->type), sym_type_name(type));
type              127 scripts/kconfig/menu.c static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep)
type              129 scripts/kconfig/menu.c 	struct property *prop = prop_alloc(type, current_entry->sym);
type              145 scripts/kconfig/menu.c 		if(type == P_PROMPT) {
type              177 scripts/kconfig/menu.c struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep)
type              179 scripts/kconfig/menu.c 	return menu_add_prop(type, prompt, NULL, dep);
type              188 scripts/kconfig/menu.c void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep)
type              190 scripts/kconfig/menu.c 	menu_add_prop(type, NULL, expr, dep);
type              193 scripts/kconfig/menu.c void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep)
type              195 scripts/kconfig/menu.c 	menu_add_prop(type, NULL, expr_alloc_symbol(sym), dep);
type              222 scripts/kconfig/menu.c 	return sym2->type == S_INT || sym2->type == S_HEX ||
type              223 scripts/kconfig/menu.c 	       (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name));
type              233 scripts/kconfig/menu.c 		switch (prop->type) {
type              235 scripts/kconfig/menu.c 			if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) &&
type              236 scripts/kconfig/menu.c 			    prop->expr->type != E_SYMBOL)
type              240 scripts/kconfig/menu.c 			if (prop->expr->type != E_SYMBOL)
type              243 scripts/kconfig/menu.c 			if (sym->type == S_HEX || sym->type == S_INT) {
type              262 scripts/kconfig/menu.c 			use = prop->type == P_SELECT ? "select" : "imply";
type              264 scripts/kconfig/menu.c 			if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE)
type              268 scripts/kconfig/menu.c 			else if (sym2->type != S_UNKNOWN &&
type              269 scripts/kconfig/menu.c 				 sym2->type != S_BOOLEAN &&
type              270 scripts/kconfig/menu.c 				 sym2->type != S_TRISTATE)
type              277 scripts/kconfig/menu.c 			if (sym->type != S_INT && sym->type != S_HEX)
type              305 scripts/kconfig/menu.c 			if (sym->type == S_UNKNOWN) {
type              309 scripts/kconfig/menu.c 					if (menu->sym && menu->sym->type != S_UNKNOWN) {
type              310 scripts/kconfig/menu.c 						menu_set_type(menu->sym->type);
type              318 scripts/kconfig/menu.c 				if (menu->sym && menu->sym->type == S_UNKNOWN)
type              319 scripts/kconfig/menu.c 					menu_set_type(sym->type);
type              390 scripts/kconfig/menu.c 				if (menu->sym && menu->sym->type != S_TRISTATE)
type              398 scripts/kconfig/menu.c 				if (prop->type == P_SELECT) {
type              402 scripts/kconfig/menu.c 				} else if (prop->type == P_IMPLY) {
type              500 scripts/kconfig/menu.c 				if (prop->type == P_DEFAULT)
type              505 scripts/kconfig/menu.c 				if (prop->type == P_PROMPT &&
type              515 scripts/kconfig/menu.c 			if (sym->type == S_TRISTATE && menu->sym->type != S_TRISTATE) {
type              574 scripts/kconfig/menu.c 		if (sym->type == S_UNKNOWN)
type              678 scripts/kconfig/menu.c 	enum prop_type type;
type              681 scripts/kconfig/menu.c 		type = menu->prompt ? menu->prompt->type : 0;
type              682 scripts/kconfig/menu.c 		if (type == P_MENU)
type              799 scripts/kconfig/menu.c 		str_printf(r, "Type  : %s\n", sym_type_name(sym->type));
type              800 scripts/kconfig/menu.c 		if (sym->type == S_INT || sym->type == S_HEX) {
type              740 scripts/kconfig/nconf.c 	int type, tmp, doint = 2;
type              753 scripts/kconfig/nconf.c 			ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN;
type              794 scripts/kconfig/nconf.c 	type = sym_get_type(sym);
type              807 scripts/kconfig/nconf.c 			switch (type) {
type              858 scripts/kconfig/nconf.c 			switch (type) {
type              908 scripts/kconfig/nconf.c 		if (menu->prompt && menu->prompt->type == P_MENU) {
type             1183 scripts/kconfig/nconf.c 					 submenu->prompt->type == P_MENU)
type               41 scripts/kconfig/parser.y 	enum symbol_type type;
type               96 scripts/kconfig/parser.y %type <type> type logic_type default
type              163 scripts/kconfig/parser.y 		current_entry->prompt->type = P_MENU;
type              176 scripts/kconfig/parser.y config_option: type prompt_stmt_opt T_EOL
type              294 scripts/kconfig/parser.y type:
type              601 scripts/kconfig/parser.y 	switch (sym->type) {
type              624 scripts/kconfig/parser.y 		switch (prop->type) {
type              671 scripts/kconfig/parser.y 			fprintf(out, "  unknown prop %d!\n", prop->type);
type              694 scripts/kconfig/parser.y 			switch (prop->type) {
type              720 scripts/kconfig/parser.y 			if (menu->prompt && menu->prompt->type == P_MENU)
type              109 scripts/kconfig/qconf.cc 	int type;
type              123 scripts/kconfig/qconf.cc 	if (prop) switch (prop->type) {
type              149 scripts/kconfig/qconf.cc 	type = sym_get_type(sym);
type              150 scripts/kconfig/qconf.cc 	switch (type) {
type              165 scripts/kconfig/qconf.cc 			if (sym_is_choice_value(sym) && type == S_BOOLEAN)
type              178 scripts/kconfig/qconf.cc 			if (sym_is_choice_value(sym) && type == S_BOOLEAN)
type              203 scripts/kconfig/qconf.cc 		if (type == S_STRING)
type              400 scripts/kconfig/qconf.cc 	enum prop_type type;
type              413 scripts/kconfig/qconf.cc 	type = menu->prompt ? menu->prompt->type : P_UNKNOWN;
type              414 scripts/kconfig/qconf.cc 	if (mode == menuMode && type == P_MENU)
type              468 scripts/kconfig/qconf.cc 	int type;
type              475 scripts/kconfig/qconf.cc 	type = sym_get_type(sym);
type              476 scripts/kconfig/qconf.cc 	switch (type) {
type              494 scripts/kconfig/qconf.cc 	int type, oldexpr, newexpr;
type              506 scripts/kconfig/qconf.cc 	type = sym_get_type(sym);
type              507 scripts/kconfig/qconf.cc 	switch (type) {
type              531 scripts/kconfig/qconf.cc 	enum prop_type type;
type              535 scripts/kconfig/qconf.cc 	type = menu && menu->prompt ? menu->prompt->type : P_UNKNOWN;
type              536 scripts/kconfig/qconf.cc 	if (type != P_MENU)
type              583 scripts/kconfig/qconf.cc 	enum prop_type type;
type              599 scripts/kconfig/qconf.cc 		type = child->prompt ? child->prompt->type : P_UNKNOWN;
type              623 scripts/kconfig/qconf.cc 			if (mode == fullMode || mode == menuMode || type != P_MENU)
type              648 scripts/kconfig/qconf.cc 	enum prop_type type;
type              664 scripts/kconfig/qconf.cc 		type = child->prompt ? child->prompt->type : P_UNKNOWN;
type              688 scripts/kconfig/qconf.cc 			if (mode == fullMode || mode == menuMode || type != P_MENU)
type              712 scripts/kconfig/qconf.cc 	enum prop_type type;
type              736 scripts/kconfig/qconf.cc 		type = menu->prompt ? menu->prompt->type : P_UNKNOWN;
type              737 scripts/kconfig/qconf.cc 		if (type == P_MENU && rootEntry != menu &&
type              794 scripts/kconfig/qconf.cc 				ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN;
type              845 scripts/kconfig/qconf.cc 	ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN;
type             1132 scripts/kconfig/qconf.cc 	debug += print_filter(sym_type_name(sym->type));
type             1142 scripts/kconfig/qconf.cc 		switch (prop->type) {
type             1152 scripts/kconfig/qconf.cc 			debug += prop_get_type_name(prop->type);
type             1166 scripts/kconfig/qconf.cc 			debug += prop_get_type_name(prop->type);
type             1837 scripts/kconfig/qconf.cc 		if (child->prompt && child->prompt->type == P_MENU) {
type               38 scripts/kconfig/symbol.c 	enum symbol_type type = sym->type;
type               40 scripts/kconfig/symbol.c 	if (type == S_TRISTATE) {
type               42 scripts/kconfig/symbol.c 			type = S_BOOLEAN;
type               44 scripts/kconfig/symbol.c 			type = S_BOOLEAN;
type               46 scripts/kconfig/symbol.c 	return type;
type               49 scripts/kconfig/symbol.c const char *sym_type_name(enum symbol_type type)
type               51 scripts/kconfig/symbol.c 	switch (type) {
type              104 scripts/kconfig/symbol.c 	switch (sym->type) {
type              124 scripts/kconfig/symbol.c 	switch (sym->type) {
type              144 scripts/kconfig/symbol.c 	if (sym->type == S_INT)
type              190 scripts/kconfig/symbol.c 		if (choice_sym && sym->type == S_TRISTATE &&
type              196 scripts/kconfig/symbol.c 	if (tri == mod && (sym->type != S_TRISTATE || modules_val == no))
type              342 scripts/kconfig/symbol.c 	switch (sym->type) {
type              475 scripts/kconfig/symbol.c 	int type = sym_get_type(sym);
type              480 scripts/kconfig/symbol.c 	if (type != S_BOOLEAN && type != S_TRISTATE)
type              483 scripts/kconfig/symbol.c 	if (type == S_BOOLEAN && val == mod)
type              557 scripts/kconfig/symbol.c 	switch (sym->type) {
type              601 scripts/kconfig/symbol.c 	switch (sym->type) {
type              644 scripts/kconfig/symbol.c 	switch (sym->type) {
type              670 scripts/kconfig/symbol.c 	if (sym->type == S_HEX && (newval[0] != '0' || (newval[1] != 'x' && newval[1] != 'X'))) {
type              709 scripts/kconfig/symbol.c 		switch (sym->type) {
type              738 scripts/kconfig/symbol.c 	if (sym->type == S_BOOLEAN && val == mod)
type              745 scripts/kconfig/symbol.c 	switch (sym->type) {
type              768 scripts/kconfig/symbol.c 	switch (sym->type) {
type              834 scripts/kconfig/symbol.c 	symbol->type = S_UNKNOWN;
type             1105 scripts/kconfig/symbol.c 				prop_get_type_name(prop->type),
type             1111 scripts/kconfig/symbol.c 				prop_get_type_name(prop->type),
type             1131 scripts/kconfig/symbol.c 	switch (e->type) {
type             1155 scripts/kconfig/symbol.c 	fprintf(stderr, "Oops! How to check %d?\n", e->type);
type             1186 scripts/kconfig/symbol.c 		if (prop->type == P_CHOICE || prop->type == P_SELECT ||
type             1187 scripts/kconfig/symbol.c 		    prop->type == P_IMPLY)
type             1193 scripts/kconfig/symbol.c 		if (prop->type != P_DEFAULT || sym_is_choice(sym))
type             1276 scripts/kconfig/symbol.c struct property *prop_alloc(enum prop_type type, struct symbol *sym)
type             1283 scripts/kconfig/symbol.c 	prop->type = type;
type             1300 scripts/kconfig/symbol.c 	if (prop->expr && (prop->expr->type == E_SYMBOL ||
type             1301 scripts/kconfig/symbol.c 			   prop->expr->type == E_LIST))
type             1306 scripts/kconfig/symbol.c const char *prop_get_type_name(enum prop_type type)
type             1308 scripts/kconfig/symbol.c 	switch (type) {
type               57 scripts/mod/devicetable-offsets.c 	DEVID_FIELD(css_device_id, type);
type               60 scripts/mod/devicetable-offsets.c 	DEVID_FIELD(serio_device_id, type);
type               87 scripts/mod/devicetable-offsets.c 	DEVID_FIELD(of_device_id, type);
type               91 scripts/mod/devicetable-offsets.c 	DEVID_FIELD(vio_device_id, type);
type              178 scripts/mod/devicetable-offsets.c 	DEVID_FIELD(mips_cdmm_device_id, type);
type              351 scripts/mod/file2alias.c 	DEF_FIELD_ADDR(symval, of_device_id, type);
type              355 scripts/mod/file2alias.c 		      (*type)[0] ? *type : "*");
type              358 scripts/mod/file2alias.c 		sprintf(&alias[len], "%sC%s", (*type)[0] ? "*" : "",
type              509 scripts/mod/file2alias.c 	DEF_FIELD(symval, css_device_id, type);
type              511 scripts/mod/file2alias.c 	sprintf(alias, "css:t%01X", type);
type              519 scripts/mod/file2alias.c 	DEF_FIELD(symval, serio_device_id, type);
type              525 scripts/mod/file2alias.c 	ADD(alias, "ty", type != SERIO_ANY, type);
type              698 scripts/mod/file2alias.c 	DEF_FIELD_ADDR(symval, vio_device_id, type);
type              701 scripts/mod/file2alias.c 	sprintf(alias, "vio:T%sS%s", (*type)[0] ? *type : "*",
type             1137 scripts/mod/file2alias.c 	DEF_FIELD(symval, mips_cdmm_device_id, type);
type             1139 scripts/mod/file2alias.c 	sprintf(alias, "mipscdmm:t%02X*", type);
type              463 scripts/recordmcount.c static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type)
type              466 scripts/recordmcount.c 		.r_mips = { .r_sym = w(sym), .r_type = type }
type              134 scripts/recordmcount.h static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type)
type              136 scripts/recordmcount.h 	rp->r_info = _w(ELF_R_INFO(sym, type));
type              138 scripts/recordmcount.h static void (*Elf_r_info)(Elf_Rel *const rp, unsigned sym, unsigned type) = fn_ELF_R_INFO;
type               61 security/apparmor/audit.c 		audit_log_string(ab, aa_audit_type[aad(sa)->type]);
type              107 security/apparmor/audit.c void aa_audit_msg(int type, struct common_audit_data *sa,
type              110 security/apparmor/audit.c 	aad(sa)->type = type;
type              125 security/apparmor/audit.c int aa_audit(int type, struct aa_profile *profile, struct common_audit_data *sa,
type              130 security/apparmor/audit.c 	if (type == AUDIT_APPARMOR_AUTO) {
type              134 security/apparmor/audit.c 			type = AUDIT_APPARMOR_AUDIT;
type              136 security/apparmor/audit.c 			type = AUDIT_APPARMOR_ALLOWED;
type              138 security/apparmor/audit.c 			type = AUDIT_APPARMOR_DENIED;
type              141 security/apparmor/audit.c 	    (type == AUDIT_APPARMOR_DENIED &&
type              145 security/apparmor/audit.c 	if (KILL_MODE(profile) && type == AUDIT_APPARMOR_DENIED)
type              146 security/apparmor/audit.c 		type = AUDIT_APPARMOR_KILL;
type              150 security/apparmor/audit.c 	aa_audit_msg(type, sa, cb);
type              152 security/apparmor/audit.c 	if (aad(sa)->type == AUDIT_APPARMOR_KILL)
type              154 security/apparmor/audit.c 			sa->type == LSM_AUDIT_DATA_TASK && sa->u.tsk ?
type              157 security/apparmor/audit.c 	if (aad(sa)->type == AUDIT_APPARMOR_ALLOWED)
type              216 security/apparmor/audit.c 		switch (f->type) {
type               68 security/apparmor/capability.c 	int type = AUDIT_APPARMOR_AUTO;
type               77 security/apparmor/capability.c 		type = AUDIT_APPARMOR_AUDIT;
type               80 security/apparmor/capability.c 		type = AUDIT_APPARMOR_KILL;
type              102 security/apparmor/capability.c 	return aa_audit(type, profile, sa, audit_cb);
type              106 security/apparmor/file.c 	int type = AUDIT_APPARMOR_AUTO;
type              130 security/apparmor/file.c 		type = AUDIT_APPARMOR_AUDIT;
type              137 security/apparmor/file.c 			type = AUDIT_APPARMOR_KILL;
type              150 security/apparmor/file.c 	return aa_audit(type, profile, &sa, file_audit_cb);
type              109 security/apparmor/include/audit.h 	int type;
type              134 security/apparmor/include/audit.h 					int type, protocol;
type              148 security/apparmor/include/audit.h 			const char *type;
type              163 security/apparmor/include/audit.h 	.type = (T),							\
type              168 security/apparmor/include/audit.h void aa_audit_msg(int type, struct common_audit_data *sa,
type              170 security/apparmor/include/audit.h int aa_audit(int type, struct aa_profile *profile, struct common_audit_data *sa,
type               42 security/apparmor/include/mount.h 		 const struct path *path, const char *type, unsigned long flags,
type               64 security/apparmor/include/net.h 	aad(&NAME)->net.type = (T);					  \
type               93 security/apparmor/include/net.h 		       u32 request, u16 family, int type);
type               95 security/apparmor/include/net.h 	       int type, int protocol);
type              149 security/apparmor/include/perms.h 			    int type, u32 request, struct aa_perms *perms);
type              151 security/apparmor/include/perms.h 			  u32 request, int type, u32 *deny,
type              382 security/apparmor/lib.c 			    int type, u32 request, struct aa_perms *perms)
type              389 security/apparmor/lib.c 			    type);
type              396 security/apparmor/lib.c 			  u32 request, int type, u32 *deny,
type              405 security/apparmor/lib.c 	aa_profile_match_label(profile, &target->label, type, request, &perms);
type              433 security/apparmor/lib.c 	int type, error;
type              442 security/apparmor/lib.c 		type = AUDIT_APPARMOR_AUDIT;
type              448 security/apparmor/lib.c 			type = AUDIT_APPARMOR_KILL;
type              450 security/apparmor/lib.c 			type = AUDIT_APPARMOR_ALLOWED;
type              452 security/apparmor/lib.c 			type = AUDIT_APPARMOR_DENIED;
type              467 security/apparmor/lib.c 		aa_audit_msg(type, sa, cb);
type              470 security/apparmor/lib.c 	if (type == AUDIT_APPARMOR_ALLOWED)
type              517 security/apparmor/lsm.c 			     const char *type, unsigned long flags, void *data)
type              540 security/apparmor/lsm.c 			error = aa_new_mount(label, dev_name, path, type,
type              801 security/apparmor/lsm.c static int apparmor_socket_create(int family, int type, int protocol, int kern)
type              811 security/apparmor/lsm.c 				  create_perm(label, family, type, protocol),
type              813 security/apparmor/lsm.c 					     family, type, protocol));
type              830 security/apparmor/lsm.c 				       int type, int protocol, int kern)
type               90 security/apparmor/mount.c 	if (aad(sa)->mnt.type) {
type               92 security/apparmor/mount.c 		audit_log_untrustedstring(ab, aad(sa)->mnt.type);
type              132 security/apparmor/mount.c 		       const char *type, const char *trans,
type              170 security/apparmor/mount.c 	aad(&sa)->mnt.type = type;
type              241 security/apparmor/mount.c 			const char *type, unsigned long flags,
type              260 security/apparmor/mount.c 	if (type)
type              261 security/apparmor/mount.c 		state = aa_dfa_match(dfa, state, type);
type              317 security/apparmor/mount.c 			      const char *devname, const char *type,
type              346 security/apparmor/mount.c 			   mntpnt, devname, type, flags, data, binary, &perms);
type              354 security/apparmor/mount.c 	return audit_mount(profile, OP_MOUNT, mntpnt, devname, type, NULL,
type              374 security/apparmor/mount.c 		     const char *type, unsigned long flags, void *data,
type              394 security/apparmor/mount.c 	return match_mnt_path_str(profile, path, buffer, devname, type, flags,
type              502 security/apparmor/mount.c 		 const struct path *path, const char *type, unsigned long flags,
type              515 security/apparmor/mount.c 	if (type) {
type              518 security/apparmor/mount.c 		fstype = get_fs_type(type);
type              540 security/apparmor/mount.c 				  type, flags, data, binary));
type              544 security/apparmor/mount.c 					   type, flags, data, binary, NULL));
type               81 security/apparmor/net.c 	if (sock_type_names[aad(sa)->net.type])
type               82 security/apparmor/net.c 		audit_log_string(ab, sock_type_names[aad(sa)->net.type]);
type               84 security/apparmor/net.c 		audit_log_format(ab, "\"unknown(%d)\"", aad(sa)->net.type);
type              107 security/apparmor/net.c 		       u32 request, u16 family, int type)
type              114 security/apparmor/net.c 	AA_BUG(type < 0 || type >= SOCK_MAX);
type              123 security/apparmor/net.c 	buffer[1] = cpu_to_be16((u16) type);
type              133 security/apparmor/net.c 	       int type, int protocol)
type              136 security/apparmor/net.c 	DEFINE_AUDIT_NET(sa, op, NULL, family, type, protocol);
type              140 security/apparmor/net.c 					   type));
type               34 security/device_cgroup.c 	short type;
type               97 security/device_cgroup.c 		if (walk->type != ex->type)
type              125 security/device_cgroup.c 		if (walk->type != ex->type)
type              248 security/device_cgroup.c static char type_to_char(short type)
type              250 security/device_cgroup.c 	if (type == DEVCG_DEV_ALL)
type              252 security/device_cgroup.c 	if (type == DEVCG_DEV_CHAR)
type              254 security/device_cgroup.c 	if (type == DEVCG_DEV_BLOCK)
type              291 security/device_cgroup.c 			seq_printf(m, "%c %s:%s %s\n", type_to_char(ex->type),
type              313 security/device_cgroup.c static bool match_exception(struct list_head *exceptions, short type,
type              319 security/device_cgroup.c 		if ((type & DEVCG_DEV_BLOCK) && !(ex->type & DEVCG_DEV_BLOCK))
type              321 security/device_cgroup.c 		if ((type & DEVCG_DEV_CHAR) && !(ex->type & DEVCG_DEV_CHAR))
type              350 security/device_cgroup.c static bool match_exception_partial(struct list_head *exceptions, short type,
type              356 security/device_cgroup.c 		if ((type & DEVCG_DEV_BLOCK) && !(ex->type & DEVCG_DEV_BLOCK))
type              358 security/device_cgroup.c 		if ((type & DEVCG_DEV_CHAR) && !(ex->type & DEVCG_DEV_CHAR))
type              413 security/device_cgroup.c 							refex->type,
type              429 security/device_cgroup.c 		match = match_exception(&dev_cgroup->exceptions, refex->type,
type              484 security/device_cgroup.c 	return !match_exception_partial(&parent->exceptions, ex->type,
type              641 security/device_cgroup.c 		ex.type = DEVCG_DEV_BLOCK;
type              644 security/device_cgroup.c 		ex.type = DEVCG_DEV_CHAR;
type              804 security/device_cgroup.c int __devcgroup_check_permission(short type, u32 major, u32 minor,
type              815 security/device_cgroup.c 					      type, major, minor, access);
type              818 security/device_cgroup.c 		rc = match_exception(&dev_cgroup->exceptions, type, major,
type               61 security/integrity/evm/evm.h 		  size_t req_xattr_value_len, char type,
type               74 security/integrity/evm/evm_crypto.c static struct shash_desc *init_desc(char type, uint8_t hash_algo)
type               81 security/integrity/evm/evm_crypto.c 	if (type == EVM_XATTR_HMAC) {
type              109 security/integrity/evm/evm_crypto.c 	if (type == EVM_XATTR_HMAC) {
type              143 security/integrity/evm/evm_crypto.c 			  char type, char *digest)
type              157 security/integrity/evm/evm_crypto.c 	if (type != EVM_XATTR_PORTABLE_DIGSIG) {
type              174 security/integrity/evm/evm_crypto.c 	    type != EVM_XATTR_PORTABLE_DIGSIG)
type              190 security/integrity/evm/evm_crypto.c 				 uint8_t type, struct evm_digest *data)
type              205 security/integrity/evm/evm_crypto.c 	desc = init_desc(type, data->hdr.algo);
type              242 security/integrity/evm/evm_crypto.c 	hmac_add_misc(desc, inode, type, data->digest);
type              245 security/integrity/evm/evm_crypto.c 	if (type == EVM_XATTR_PORTABLE_DIGSIG && !ima_present)
type              263 security/integrity/evm/evm_crypto.c 		  char type, struct evm_digest *data)
type              266 security/integrity/evm/evm_crypto.c 				     req_xattr_value_len, type, data);
type              287 security/integrity/evm/evm_crypto.c 	if (xattr_data->type == EVM_XATTR_PORTABLE_DIGSIG)
type              323 security/integrity/evm/evm_crypto.c 		data.hdr.xattr.sha1.type = EVM_XATTR_HMAC;
type              167 security/integrity/evm/evm_main.c 	switch (xattr_data->type) {
type              189 security/integrity/evm/evm_main.c 				   xattr_value_len, xattr_data->type, &digest);
type              198 security/integrity/evm/evm_main.c 			if (xattr_data->type == EVM_XATTR_PORTABLE_DIGSIG) {
type              385 security/integrity/evm/evm_main.c 		if (xattr_data->type != EVM_IMA_XATTR_DIGSIG &&
type              386 security/integrity/evm/evm_main.c 		    xattr_data->type != EVM_XATTR_PORTABLE_DIGSIG)
type              533 security/integrity/evm/evm_main.c 	xattr_data->data.type = EVM_XATTR_HMAC;
type               68 security/integrity/ima/ima_appraise.c 		iint->ima_hash->xattr.sha1.type = IMA_XATTR_DIGEST;
type               71 security/integrity/ima/ima_appraise.c 		iint->ima_hash->xattr.ng.type = IMA_XATTR_DIGEST_NG;
type              160 security/integrity/ima/ima_appraise.c 	switch (xattr_value->type) {
type              215 security/integrity/ima/ima_appraise.c 	switch (xattr_value->type) {
type              227 security/integrity/ima/ima_appraise.c 		if (xattr_len - sizeof(xattr_value->type) - hash_start >=
type              379 security/integrity/ima/ima_appraise.c 	    (!xattr_value || xattr_value->type == IMA_XATTR_DIGEST_NG ||
type              401 security/integrity/ima/ima_appraise.c 		     xattr_value->type != EVM_IMA_XATTR_DIGSIG)) {
type              408 security/integrity/ima/ima_appraise.c 		    xattr_value && xattr_value->type == EVM_IMA_XATTR_DIGSIG) {
type              520 security/integrity/ima/ima_appraise.c 		if (!xattr_value_len || (xvalue->type >= IMA_XATTR_LAST))
type              523 security/integrity/ima/ima_appraise.c 			xvalue->type == EVM_IMA_XATTR_DIGSIG);
type              287 security/integrity/ima/ima_main.c 		    (xattr_value->type == EVM_IMA_XATTR_DIGSIG))
type               79 security/integrity/ima/ima_policy.c 		int type;	/* audit type */
type              283 security/integrity/ima/ima_policy.c 		nentry->lsm[i].type = entry->lsm[i].type;
type              289 security/integrity/ima/ima_policy.c 		security_filter_rule_init(nentry->lsm[i].type,
type              429 security/integrity/ima/ima_policy.c 							rule->lsm[i].type,
type              437 security/integrity/ima/ima_policy.c 							rule->lsm[i].type,
type              821 security/integrity/ima/ima_policy.c 	entry->lsm[lsm_rule].type = audit_type;
type              822 security/integrity/ima/ima_policy.c 	result = security_filter_rule_init(entry->lsm[lsm_rule].type,
type              424 security/integrity/ima/ima_template_lib.c 	if ((!xattr_value) || (xattr_value->type != EVM_IMA_XATTR_DIGSIG))
type               77 security/integrity/integrity.h 	u8 type;
type               95 security/integrity/integrity.h 			u8 type;
type               98 security/integrity/integrity.h 			u8 type;
type              110 security/integrity/integrity.h 	uint8_t type;		/* xattr type */
type              236 security/integrity/integrity.h integrity_audit_log_start(struct audit_context *ctx, gfp_t gfp_mask, int type)
type              238 security/integrity/integrity.h 	return audit_log_start(ctx, gfp_mask, type);
type              250 security/integrity/integrity.h integrity_audit_log_start(struct audit_context *ctx, gfp_t gfp_mask, int type)
type               76 security/integrity/platform_certs/load_uefi.c 				       size_t len, const char *type,
type               84 security/integrity/platform_certs/load_uefi.c 	p = memcpy(hash, type, type_len);
type               33 security/keys/dh.c 	if (key->type == &key_type_user) {
type              135 security/keys/gc.c 		if (state == KEY_IS_POSITIVE && key->type->destroy)
type              136 security/keys/gc.c 			key->type->destroy(key);
type              220 security/keys/gc.c 			if (key->type == key_gc_dead_keytype) {
type              225 security/keys/gc.c 			} else if (key->type == &key_type_keyring &&
type              240 security/keys/gc.c 			if (key->type == key_gc_dead_keytype)
type              245 security/keys/gc.c 			if (key->type == &key_type_keyring)
type              250 security/keys/gc.c 			if (key->type == key_gc_dead_keytype)
type              358 security/keys/gc.c 	key->type = &key_type_dead;
type               91 security/keys/internal.h extern struct key_type *key_type_lookup(const char *type);
type              155 security/keys/internal.h extern struct key *request_key_and_link(struct key_type *type,
type              224 security/keys/key.c struct key *key_alloc(struct key_type *type, const char *desc,
type              238 security/keys/key.c 	if (type->vet_description) {
type              239 security/keys/key.c 		ret = type->vet_description(desc);
type              247 security/keys/key.c 	quotalen = desclen + 1 + type->def_datalen;
type              284 security/keys/key.c 	key->index_key.type = type;
type              289 security/keys/key.c 	lockdep_set_class(&key->sem, &type->lock_class);
type              292 security/keys/key.c 	key->datalen = type->def_datalen;
type              440 security/keys/key.c 		ret = key->type->instantiate(key, prep);
type              507 security/keys/key.c 	prep.quotalen = key->type->def_datalen;
type              509 security/keys/key.c 	if (key->type->preparse) {
type              510 security/keys/key.c 		ret = key->type->preparse(&prep);
type              527 security/keys/key.c 			ret = keyres->check(keyring, key->type, &prep.payload,
type              541 security/keys/key.c 	if (key->type->preparse)
type              542 security/keys/key.c 		key->type->free_preparse(&prep);
type              697 security/keys/key.c struct key_type *key_type_lookup(const char *type)
type              706 security/keys/key.c 		if (strcmp(ktype->name, type) == 0)
type              760 security/keys/key.c 	if (!key->type->update)
type              765 security/keys/key.c 	ret = key->type->update(key, prep);
type              809 security/keys/key.c 			       const char *type,
type              829 security/keys/key.c 	index_key.type = key_type_lookup(type);
type              830 security/keys/key.c 	if (IS_ERR(index_key.type)) {
type              836 security/keys/key.c 	if (!index_key.type->instantiate ||
type              837 security/keys/key.c 	    (!index_key.description && !index_key.type->preparse))
type              848 security/keys/key.c 	if (keyring->type != &key_type_keyring)
type              854 security/keys/key.c 	prep.quotalen = index_key.type->def_datalen;
type              856 security/keys/key.c 	if (index_key.type->preparse) {
type              857 security/keys/key.c 		ret = index_key.type->preparse(&prep);
type              884 security/keys/key.c 		ret = restrict_link->check(keyring, index_key.type,
type              904 security/keys/key.c 	if (index_key.type->update) {
type              915 security/keys/key.c 		if (index_key.type->read)
type              918 security/keys/key.c 		if (index_key.type == &key_type_keyring ||
type              919 security/keys/key.c 		    index_key.type->update)
type              924 security/keys/key.c 	key = key_alloc(index_key.type, index_key.description,
type              944 security/keys/key.c 	if (index_key.type->preparse)
type              945 security/keys/key.c 		index_key.type->free_preparse(&prep);
type              947 security/keys/key.c 	key_type_put(index_key.type);
type              999 security/keys/key.c 	if (!key->type->update)
type             1005 security/keys/key.c 	prep.quotalen = key->type->def_datalen;
type             1007 security/keys/key.c 	if (key->type->preparse) {
type             1008 security/keys/key.c 		ret = key->type->preparse(&prep);
type             1015 security/keys/key.c 	ret = key->type->update(key, &prep);
type             1023 security/keys/key.c 	if (key->type->preparse)
type             1024 security/keys/key.c 		key->type->free_preparse(&prep);
type             1051 security/keys/key.c 	    key->type->revoke)
type             1052 security/keys/key.c 		key->type->revoke(key);
type               43 security/keys/keyctl.c static int key_get_type_from_user(char *type,
type               49 security/keys/keyctl.c 	ret = strncpy_from_user(type, _type, len);
type               54 security/keys/keyctl.c 	if (type[0] == '.')
type               56 security/keys/keyctl.c 	type[len - 1] = '\0';
type               79 security/keys/keyctl.c 	char type[32], *description;
type               88 security/keys/keyctl.c 	ret = key_get_type_from_user(type, _type, sizeof(type));
type              103 security/keys/keyctl.c 			   (strncmp(type, "keyring", 7) == 0)) {
type              132 security/keys/keyctl.c 	key_ref = key_create_or_update(keyring_ref, type, description,
type              174 security/keys/keyctl.c 	char type[32], *description, *callout_info;
type              178 security/keys/keyctl.c 	ret = key_get_type_from_user(type, _type, sizeof(type));
type              213 security/keys/keyctl.c 	ktype = key_type_lookup(type);
type              679 security/keys/keyctl.c 			    key->type->name,
type              720 security/keys/keyctl.c 	char type[32], *description;
type              724 security/keys/keyctl.c 	ret = key_get_type_from_user(type, _type, sizeof(type));
type              753 security/keys/keyctl.c 	ktype = key_type_lookup(type);
type              807 security/keys/keyctl.c 		ret = key->type->read(key, buffer, buflen);
type              861 security/keys/keyctl.c 	if (!key->type->read) {
type             1720 security/keys/keyctl.c 	char type[32];
type             1733 security/keys/keyctl.c 		ret = key_get_type_from_user(type, _type, sizeof(type));
type             1747 security/keys/keyctl.c 	ret = keyring_restrict(key_ref, _type ? type : NULL, restriction);
type              103 security/keys/keyctl_pkey.c 	if (!params->key->type->asym_query)
type              132 security/keys/keyctl_pkey.c 	ret = params->key->type->asym_query(params, &info);
type              175 security/keys/keyctl_pkey.c 	ret = params.key->type->asym_query(&params, &res);
type              221 security/keys/keyctl_pkey.c 	if (!params.key->type->asym_eds_op)
type              249 security/keys/keyctl_pkey.c 	ret = params.key->type->asym_eds_op(&params, in, out);
type              297 security/keys/keyctl_pkey.c 	if (!params.key->type->asym_verify_signature)
type              313 security/keys/keyctl_pkey.c 	ret = params.key->type->asym_verify_signature(&params, in, in2);
type               47 security/keys/keyring.c 	if (key->type == &key_type_keyring)
type              168 security/keys/keyring.c 	unsigned long hash, type;
type              173 security/keys/keyring.c 	type = (unsigned long)index_key->type;
type              174 security/keys/keyring.c 	acc = mult_64x32_and_fold(type, desc_len + 13);
type              203 security/keys/keyring.c 	if (index_key->type != &key_type_keyring && (hash & fan_mask) == 0)
type              205 security/keys/keyring.c 	else if (index_key->type == &key_type_keyring && (hash & fan_mask) != 0)
type              222 security/keys/keyring.c 		if (index_key->type->flags & KEY_TYPE_NET_DOMAIN)
type              282 security/keys/keyring.c 		return (unsigned long)index_key->type;
type              314 security/keys/keyring.c 	return key->index_key.type == index_key->type &&
type              351 security/keys/keyring.c 	seg_a = (unsigned long)a->type;
type              352 security/keys/keyring.c 	seg_b = (unsigned long)b->type;
type              464 security/keys/keyring.c 	       key->type->name, key->serial, ctx->count, ctx->buflen);
type              555 security/keys/keyring.c 			 const struct key_type *type,
type              584 security/keys/keyring.c 	if (key->type != ctx->index_key.type) {
type              680 security/keys/keyring.c 	       ctx->index_key.type->name,
type              912 security/keys/keyring.c 	if (keyring->type != &key_type_keyring)
type              938 security/keys/keyring.c 			 struct key_type *type,
type              943 security/keys/keyring.c 		.index_key.type		= type,
type              957 security/keys/keyring.c 	if (type->match_preparse) {
type              958 security/keys/keyring.c 		ret = type->match_preparse(&ctx.match_data);
type              967 security/keys/keyring.c 	if (type->match_free)
type              968 security/keys/keyring.c 		type->match_free(&ctx.match_data);
type             1001 security/keys/keyring.c 	       keyres->key->type == &key_type_keyring) {
type             1021 security/keys/keyring.c int keyring_restrict(key_ref_t keyring_ref, const char *type,
type             1032 security/keys/keyring.c 	if (keyring->type != &key_type_keyring)
type             1035 security/keys/keyring.c 	if (!type) {
type             1038 security/keys/keyring.c 		restrict_type = key_type_lookup(type);
type             1105 security/keys/keyring.c 	       keyring->serial, index_key->type->name, index_key->description);
type             1239 security/keys/keyring.c 	if (keyring->type != &key_type_keyring)
type             1247 security/keys/keyring.c 	if (index_key->type == &key_type_keyring)
type             1262 security/keys/keyring.c 	if (l_keyring->type != &key_type_keyring ||
type             1263 security/keys/keyring.c 	    u_keyring->type != &key_type_keyring)
type             1281 security/keys/keyring.c 	if (index_key->type == &key_type_keyring)
type             1298 security/keys/keyring.c 	       keyring->serial, index_key->type->name, index_key->description);
type             1350 security/keys/keyring.c 	if (key->type == &key_type_keyring)
type             1384 security/keys/keyring.c 	BUG_ON(index_key->type == NULL);
type             1385 security/keys/keyring.c 	kenter("%d,%s,", keyring->serial, index_key->type->name);
type             1396 security/keys/keyring.c 	if (index_key->type == &key_type_keyring)
type             1407 security/keys/keyring.c 	return keyring->restrict_link->check(keyring, key->type, &key->payload,
type             1470 security/keys/keyring.c 	if (keyring->type != &key_type_keyring)
type             1647 security/keys/keyring.c 	if (keyring->type != &key_type_keyring)
type               84 security/keys/persistent.c 	index_key.type = &key_type_keyring;
type              157 security/keys/persistent.c 	if (key_ref_to_ptr(dest_ref)->type != &key_type_keyring) {
type              240 security/keys/proc.c 		   key->type->name);
type              244 security/keys/proc.c 	if (key->type->describe)
type              245 security/keys/proc.c 		key->type->describe(key, m);
type              192 security/keys/process_keys.c 		.index_key.type		= &key_type_keyring,
type              555 security/keys/process_keys.c 	    ctx->index_key.type != &key_type_request_key_auth
type              241 security/keys/request_key.c 	if (key->type->request_key)
type              242 security/keys/request_key.c 		actor = key->type->request_key;
type              379 security/keys/request_key.c 	       ctx->index_key.type->name, ctx->index_key.description);
type              386 security/keys/request_key.c 	if (ctx->index_key.type->read)
type              388 security/keys/request_key.c 	if (ctx->index_key.type == &key_type_keyring ||
type              389 security/keys/request_key.c 	    ctx->index_key.type->update)
type              392 security/keys/request_key.c 	key = key_alloc(ctx->index_key.type, ctx->index_key.description,
type              486 security/keys/request_key.c 	if (ctx->index_key.type == &key_type_keyring)
type              558 security/keys/request_key.c struct key *request_key_and_link(struct key_type *type,
type              568 security/keys/request_key.c 		.index_key.type		= type,
type              585 security/keys/request_key.c 	       ctx.index_key.type->name, ctx.index_key.description,
type              588 security/keys/request_key.c 	if (type->match_preparse) {
type              589 security/keys/request_key.c 		ret = type->match_preparse(&ctx.match_data);
type              642 security/keys/request_key.c 	if (type->match_free)
type              643 security/keys/request_key.c 		type->match_free(&ctx.match_data);
type              690 security/keys/request_key.c struct key *request_key_tag(struct key_type *type,
type              701 security/keys/request_key.c 	key = request_key_and_link(type, description, domain_tag,
type              730 security/keys/request_key.c struct key *request_key_with_auxdata(struct key_type *type,
type              740 security/keys/request_key.c 	key = request_key_and_link(type, description, domain_tag,
type              766 security/keys/request_key.c struct key *request_key_rcu(struct key_type *type,
type              771 security/keys/request_key.c 		.index_key.type		= type,
type              785 security/keys/request_key.c 	kenter("%s,%s", type->name, description);
type              250 security/keys/request_key_auth.c 		.index_key.type		= &key_type_request_key_auth,
type              399 security/keys/trusted.c 		const unsigned char *key, uint16_t type, uint32_t handle)
type              413 security/keys/trusted.c 	store16(tb, type);
type              223 security/lsm_audit.c 	switch (a->type) {
type              732 security/security.c int security_quotactl(int cmds, int type, int id, struct super_block *sb)
type              734 security/security.c 	return call_int_hook(quotactl, 0, cmds, type, id, sb);
type              742 security/security.c int security_syslog(int type)
type              744 security/security.c 	return call_int_hook(syslog, 0, type);
type              858 security/security.c                        const char *type, unsigned long flags, void *data)
type              860 security/security.c 	return call_int_hook(sb_mount, 0, dev_name, path, type, flags, data);
type             1796 security/security.c 			       struct task_struct *target, long type, int mode)
type             1798 security/security.c 	return call_int_hook(msg_queue_msgrcv, 0, msq, msg, target, type, mode);
type             1973 security/security.c int security_socket_create(int family, int type, int protocol, int kern)
type             1975 security/security.c 	return call_int_hook(socket_create, 0, family, type, protocol, kern);
type             1979 security/security.c 				int type, int protocol, int kern)
type             1981 security/security.c 	return call_int_hook(socket_post_create, 0, sock, family, type,
type              768 security/selinux/avc.c 		a->type = LSM_AUDIT_DATA_NONE;
type             1179 security/selinux/hooks.c static inline u16 socket_type_to_security_class(int family, int type, int protocol)
type             1185 security/selinux/hooks.c 		switch (type) {
type             1196 security/selinux/hooks.c 		switch (type) {
type             1638 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_CAP;
type             1698 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_DENTRY;
type             1714 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_PATH;
type             1727 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_FILE;
type             1754 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_FILE;
type             1826 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_DENTRY;
type             1871 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_DENTRY;
type             1919 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_DENTRY;
type             2098 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_PATH;
type             2181 security/selinux/hooks.c static int selinux_quotactl(int cmds, int type, int id, struct super_block *sb)
type             2216 security/selinux/hooks.c static int selinux_syslog(int type)
type             2218 security/selinux/hooks.c 	switch (type) {
type             2382 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_FILE;
type             2739 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_DENTRY;
type             2749 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_DENTRY;
type             2756 security/selinux/hooks.c 			 const char *type,
type             3012 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_DENTRY;
type             3032 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_INODE;
type             3166 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_DENTRY;
type             3300 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_PATH;
type             3577 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_IOCTL_OP;
type             3712 security/selinux/hooks.c 		ad.type = LSM_AUDIT_DATA_FILE;
type             3971 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_KMOD;
type             3995 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_FILE;
type             4489 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_NET;
type             4498 security/selinux/hooks.c static int selinux_socket_create(int family, int type,
type             4509 security/selinux/hooks.c 	secclass = socket_type_to_security_class(family, type, protocol);
type             4519 security/selinux/hooks.c 				      int type, int protocol, int kern)
type             4524 security/selinux/hooks.c 	u16 sclass = socket_type_to_security_class(family, type, protocol);
type             4628 security/selinux/hooks.c 		ad.type = LSM_AUDIT_DATA_NET;
type             4779 security/selinux/hooks.c 		ad.type = LSM_AUDIT_DATA_NET;
type             4892 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_NET;
type             4924 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_NET;
type             4968 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_NET;
type             5023 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_NET;
type             5234 security/selinux/hooks.c 		ad.type = LSM_AUDIT_DATA_NET;
type             5607 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_NET;
type             5729 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_NET;
type             5853 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_NET;
type             5936 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_IPC;
type             5959 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_IPC;
type             5976 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_IPC;
type             6040 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_IPC;
type             6063 security/selinux/hooks.c 				    long type, int mode)
type             6074 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_IPC;
type             6098 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_IPC;
type             6115 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_IPC;
type             6183 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_IPC;
type             6200 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_IPC;
type             6629 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_IBPKEY;
type             6654 security/selinux/hooks.c 	ad.type = LSM_AUDIT_DATA_IBENDPORT;
type               37 security/selinux/include/netlabel.h 				 u32 *type,
type               87 security/selinux/include/netlabel.h 					       u32 *type,
type               90 security/selinux/include/netlabel.h 	*type = NETLBL_NLTYPE_NONE;
type              190 security/selinux/netlabel.c 				 u32 *type,
type              208 security/selinux/netlabel.c 	*type = secattr.type;
type               30 security/selinux/ss/context.h 	u32 type;
type              124 security/selinux/ss/context.h 	dst->type = src->type;
type              144 security/selinux/ss/context.h 	c->user = c->role = c->type = 0;
type              159 security/selinux/ss/context.h 		(c1->type == c2->type) &&
type              506 security/selinux/ss/mls.c 		rtr.source_type = scontext->type;
type              507 security/selinux/ss/mls.c 		rtr.target_type = tcontext->type;
type              904 security/selinux/ss/policydb.c int policydb_type_isvalid(struct policydb *p, unsigned int type)
type              906 security/selinux/ss/policydb.c 	if (!type || type > p->p_types.nprim)
type              926 security/selinux/ss/policydb.c 	if (!c->type || c->type > p->p_types.nprim)
type              934 security/selinux/ss/policydb.c 		if (!role || !ebitmap_get_bit(&role->types, c->type - 1))
type             1033 security/selinux/ss/policydb.c 	c->type = le32_to_cpu(buf[2]);
type             2427 security/selinux/ss/policydb.c 		tr->type = le32_to_cpu(buf[1]);
type             2439 security/selinux/ss/policydb.c 		    !policydb_type_isvalid(p, tr->type) ||
type             2665 security/selinux/ss/policydb.c 		buf[1] = cpu_to_le32(tr->type);
type             2717 security/selinux/ss/policydb.c 	buf[2] = cpu_to_le32(c->type);
type               85 security/selinux/ss/policydb.h 	u32 type;		/* program executable type, or new object type */
type              315 security/selinux/ss/policydb.h extern int policydb_type_isvalid(struct policydb *p, unsigned int type);
type              301 security/selinux/ss/services.c 				val1 = scontext->type;
type              302 security/selinux/ss/services.c 				val2 = tcontext->type;
type              409 security/selinux/ss/services.c 				val1 = c->type;
type              545 security/selinux/ss/services.c 	source = policydb->type_val_to_struct[scontext->type - 1];
type              551 security/selinux/ss/services.c 	target = policydb->type_val_to_struct[tcontext->type - 1];
type              557 security/selinux/ss/services.c 	lo_scontext.type = source->bounds;
type              561 security/selinux/ss/services.c 		lo_tcontext.type = target->bounds;
type              651 security/selinux/ss/services.c 	sattr = &policydb->type_attr_map_array[scontext->type - 1];
type              652 security/selinux/ss/services.c 	tattr = &policydb->type_attr_map_array[tcontext->type - 1];
type              859 security/selinux/ss/services.c 	struct type_datum *type;
type              889 security/selinux/ss/services.c 	if (old_context->type == new_context->type)
type              892 security/selinux/ss/services.c 	index = new_context->type;
type              894 security/selinux/ss/services.c 		type = policydb->type_val_to_struct[index - 1];
type              895 security/selinux/ss/services.c 		BUG_ON(!type);
type              899 security/selinux/ss/services.c 		if (!type->bounds)
type              904 security/selinux/ss/services.c 		if (type->bounds == old_context->type)
type              907 security/selinux/ss/services.c 		index = type->bounds;
type             1057 security/selinux/ss/services.c 	sattr = &policydb->type_attr_map_array[scontext->type - 1];
type             1058 security/selinux/ss/services.c 	tattr = &policydb->type_attr_map_array[tcontext->type - 1];
type             1121 security/selinux/ss/services.c 	if (ebitmap_get_bit(&policydb->permissive_map, scontext->type))
type             1175 security/selinux/ss/services.c 	if (ebitmap_get_bit(&policydb->permissive_map, scontext->type))
type             1231 security/selinux/ss/services.c 	*scontext_len += strlen(sym_name(p, SYM_TYPES, context->type - 1)) + 1;
type             1249 security/selinux/ss/services.c 		sym_name(p, SYM_TYPES, context->type - 1));
type             1435 security/selinux/ss/services.c 	ctx->type = typdatum->value;
type             1633 security/selinux/ss/services.c 		newcontext->type = otype->otype;
type             1735 security/selinux/ss/services.c 		newcontext.type = scontext->type;
type             1737 security/selinux/ss/services.c 		newcontext.type = tcontext->type;
type             1741 security/selinux/ss/services.c 			newcontext.type = scontext->type;
type             1744 security/selinux/ss/services.c 			newcontext.type = tcontext->type;
type             1749 security/selinux/ss/services.c 	avkey.source_type = scontext->type;
type             1750 security/selinux/ss/services.c 	avkey.target_type = tcontext->type;
type             1768 security/selinux/ss/services.c 		newcontext.type = avdatum->u.data;
type             1773 security/selinux/ss/services.c 		filename_compute_type(policydb, &newcontext, scontext->type,
type             1774 security/selinux/ss/services.c 				      tcontext->type, tclass, objname);
type             1782 security/selinux/ss/services.c 			    (roletr->type == tcontext->type) &&
type             1997 security/selinux/ss/services.c 					   SYM_TYPES, oldc->type - 1));
type             2000 security/selinux/ss/services.c 	newc->type = typdatum->value;
type             2598 security/selinux/ss/services.c 			usercon.type = j + 1;
type             3003 security/selinux/ss/services.c 	newcon.type = context1->type;
type             3353 security/selinux/ss/services.c 		tmprule->au_ctxt.type = typedatum->value;
type             3386 security/selinux/ss/services.c 		switch (f->type) {
type             3461 security/selinux/ss/services.c 			match = (ctxt->type == rule->au_ctxt.type);
type             3464 security/selinux/ss/services.c 			match = (ctxt->type != rule->au_ctxt.type);
type             3612 security/selinux/ss/services.c 		ctx_new.type = ctx->type;
type             3670 security/selinux/ss/services.c 	secattr->domain = kstrdup(sym_name(policydb, SYM_TYPES, ctx->type - 1),
type              446 security/smack/smack.h 			       char type)
type              449 security/smack/smack.h 	a->a.type = type;
type              455 security/smack/smack.h 				   char type, struct lsm_network_audit *net)
type              457 security/smack/smack.h 	smk_ad_init(a, func, type);
type              491 security/smack/smack.h 			       char type)
type             2568 security/smack/smack_lsm.c 		if (spp->smk_port != port || spp->smk_sock_type != sock->type)
type             2594 security/smack/smack_lsm.c 	spp->smk_sock_type = sock->type;
type             2746 security/smack/smack_lsm.c 				    int type, int protocol, int kern)
type             3206 security/smack/smack_lsm.c 			struct task_struct *target, long type, int mode)
type             4375 security/smack/smack_lsm.c 		if (f->type == AUDIT_SUBJ_USER || f->type == AUDIT_OBJ_USER)
type              701 security/smack/smackfs.c 	doip->type = CIPSO_V4_MAP_PASS;
type              372 security/tomoyo/audit.c 	if (!tomoyo_get_audit(r->domain->ns, r->profile, r->type,
type             1067 security/tomoyo/common.c 			.head.type = TOMOYO_TYPE_MANUAL_TASK_ACL,
type             1376 security/tomoyo/common.c 	if (head->type == TOMOYO_EXCEPTIONPOLICY) {
type             1395 security/tomoyo/common.c 	const u8 acl_type = acl->type;
type             1877 security/tomoyo/common.c 						  [ptr->type]);
type             2414 security/tomoyo/common.c int tomoyo_open_control(const u8 type, struct file *file)
type             2421 security/tomoyo/common.c 	head->type = type;
type             2422 security/tomoyo/common.c 	switch (type) {
type             2508 security/tomoyo/common.c 	if (type == TOMOYO_QUERY)
type             2544 security/tomoyo/common.c 	if (head->type != TOMOYO_EXCEPTIONPOLICY &&
type             2545 security/tomoyo/common.c 	    head->type != TOMOYO_PROFILE)
type             2568 security/tomoyo/common.c 	return (head->type == TOMOYO_EXCEPTIONPOLICY ||
type             2569 security/tomoyo/common.c 		head->type == TOMOYO_PROFILE) && head->r.eof &&
type             2625 security/tomoyo/common.c 	if (head->type == TOMOYO_EXCEPTIONPOLICY ||
type             2626 security/tomoyo/common.c 	    head->type == TOMOYO_PROFILE) {
type             2708 security/tomoyo/common.c 		switch (head->type) {
type             2733 security/tomoyo/common.c 			switch (head->type) {
type             2764 security/tomoyo/common.c 	if (head->type == TOMOYO_QUERY &&
type             2841 security/tomoyo/common.c 			head.type = TOMOYO_PROFILE;
type             2846 security/tomoyo/common.c 			head.type = TOMOYO_EXCEPTIONPOLICY;
type             2851 security/tomoyo/common.c 			head.type = TOMOYO_DOMAINPOLICY;
type             2856 security/tomoyo/common.c 			head.type = TOMOYO_MANAGER;
type             2861 security/tomoyo/common.c 			head.type = TOMOYO_STAT;
type              484 security/tomoyo/common.h 			const struct tomoyo_path_info *type;
type              500 security/tomoyo/common.h 	u8 type;
type              676 security/tomoyo/common.h 	u8 type; /* One of values in "enum tomoyo_acl_entry_type_index". */
type              838 security/tomoyo/common.h 	enum tomoyo_securityfs_interface_index type;
type              851 security/tomoyo/common.h 	u8 type; /* One of values in "enum tomoyo_transition_type".  */
type              985 security/tomoyo/common.h 			    const char *type, unsigned long flags,
type              987 security/tomoyo/common.h int tomoyo_open_control(const u8 type, struct file *file);
type             1020 security/tomoyo/common.h int tomoyo_write_group(struct tomoyo_acl_param *param, const u8 type);
type             1024 security/tomoyo/common.h 				    const u8 type);
type             1062 security/tomoyo/common.h 			const unsigned long value, const u8 type);
type               76 security/tomoyo/domain.c 	return a->type == b->type && a->cond == b->cond;
type              116 security/tomoyo/domain.c 		    !(new_entry->type == TOMOYO_TYPE_PATH_ACL &&
type              173 security/tomoyo/domain.c 		if (ptr->is_deleted || ptr->type != r->param_type)
type              229 security/tomoyo/domain.c 	return p1->type == p2->type && p1->is_last_name == p2->is_last_name
type              243 security/tomoyo/domain.c 				    const u8 type)
type              245 security/tomoyo/domain.c 	struct tomoyo_transition_control e = { .type = type };
type              253 security/tomoyo/domain.c 	} else if (type == TOMOYO_TRANSITION_CONTROL_NO_KEEP ||
type              254 security/tomoyo/domain.c 		   type == TOMOYO_TRANSITION_CONTROL_KEEP) {
type              300 security/tomoyo/domain.c  const enum tomoyo_transition_type type)
type              306 security/tomoyo/domain.c 		if (ptr->head.is_deleted || ptr->type != type)
type              349 security/tomoyo/domain.c 	enum tomoyo_transition_type type = TOMOYO_TRANSITION_CONTROL_NO_RESET;
type              351 security/tomoyo/domain.c 	while (type < TOMOYO_MAX_TRANSITION_TYPE) {
type              356 security/tomoyo/domain.c 					    last_name, type)) {
type              357 security/tomoyo/domain.c 			type++;
type              360 security/tomoyo/domain.c 		if (type != TOMOYO_TRANSITION_CONTROL_NO_RESET &&
type              361 security/tomoyo/domain.c 		    type != TOMOYO_TRANSITION_CONTROL_NO_INITIALIZE)
type              368 security/tomoyo/domain.c 		type++;
type              369 security/tomoyo/domain.c 		type++;
type              371 security/tomoyo/domain.c 	return type;
type              629 security/tomoyo/domain.c 	ee->r.type = TOMOYO_MAC_ENVIRON;
type               96 security/tomoyo/environ.c 	struct tomoyo_env_acl e = { .head.type = TOMOYO_TYPE_ENV_ACL };
type              214 security/tomoyo/file.c 	const u8 type = r->param.path_number.operation;
type              218 security/tomoyo/file.c 	switch (type) {
type              236 security/tomoyo/file.c 				 [tomoyo_pn2mac[type]],
type              390 security/tomoyo/file.c 		.head.type = TOMOYO_TYPE_PATH_ACL,
type              466 security/tomoyo/file.c 		.head.type = TOMOYO_TYPE_MKDEV_ACL,
type              545 security/tomoyo/file.c 		.head.type = TOMOYO_TYPE_PATH2_ACL,
type              578 security/tomoyo/file.c 	r->type = tomoyo_p2mac[operation];
type              579 security/tomoyo/file.c 	r->mode = tomoyo_get_mode(r->domain->ns, r->profile, r->type);
type              610 security/tomoyo/file.c 	r->type = TOMOYO_MAC_FILE_EXECUTE;
type              611 security/tomoyo/file.c 	r->mode = tomoyo_get_mode(r->domain->ns, r->profile, r->type);
type              682 security/tomoyo/file.c 		.head.type = TOMOYO_TYPE_PATH_NUMBER_ACL,
type              708 security/tomoyo/file.c int tomoyo_path_number_perm(const u8 type, const struct path *path,
type              719 security/tomoyo/file.c 	if (tomoyo_init_request_info(&r, NULL, tomoyo_pn2mac[type])
type              726 security/tomoyo/file.c 	if (type == TOMOYO_TYPE_MKDIR)
type              729 security/tomoyo/file.c 	r.param.path_number.operation = type;
type              985 security/tomoyo/file.c 	struct tomoyo_mount_acl e = { .head.type = TOMOYO_TYPE_MOUNT_ACL };
type             1015 security/tomoyo/file.c 	u8 type;
type             1018 security/tomoyo/file.c 	for (type = 0; type < TOMOYO_MAX_PATH_OPERATION; type++)
type             1019 security/tomoyo/file.c 		if (tomoyo_permstr(operation, tomoyo_path_keyword[type]))
type             1020 security/tomoyo/file.c 			perm |= 1 << type;
type             1023 security/tomoyo/file.c 	for (type = 0; type < TOMOYO_MAX_PATH2_OPERATION; type++)
type             1025 security/tomoyo/file.c 				   tomoyo_mac_keywords[tomoyo_pp2mac[type]]))
type             1026 security/tomoyo/file.c 			perm |= 1 << type;
type             1029 security/tomoyo/file.c 	for (type = 0; type < TOMOYO_MAX_PATH_NUMBER_OPERATION; type++)
type             1031 security/tomoyo/file.c 				   tomoyo_mac_keywords[tomoyo_pn2mac[type]]))
type             1032 security/tomoyo/file.c 			perm |= 1 << type;
type             1035 security/tomoyo/file.c 	for (type = 0; type < TOMOYO_MAX_MKDEV_OPERATION; type++)
type             1037 security/tomoyo/file.c 				   tomoyo_mac_keywords[tomoyo_pnnn2mac[type]]))
type             1038 security/tomoyo/file.c 			perm |= 1 << type;
type              162 security/tomoyo/gc.c 	switch (acl->type) {
type              386 security/tomoyo/gc.c static void tomoyo_try_to_gc(const enum tomoyo_policy_id type,
type              407 security/tomoyo/gc.c 	switch (type) {
type              460 security/tomoyo/gc.c 	if (type == TOMOYO_ID_DOMAIN)
type               74 security/tomoyo/group.c int tomoyo_write_group(struct tomoyo_acl_param *param, const u8 type)
type               76 security/tomoyo/group.c 	struct tomoyo_group *group = tomoyo_get_group(param, type);
type               82 security/tomoyo/group.c 	if (type == TOMOYO_PATH_GROUP) {
type               93 security/tomoyo/group.c 	} else if (type == TOMOYO_NUMBER_GROUP) {
type               35 security/tomoyo/mount.c 				 r->param.mount.type->name,
type               55 security/tomoyo/mount.c 		tomoyo_compare_name_union(r->param.mount.type,
type               79 security/tomoyo/mount.c 			    const struct path *dir, const char *type,
type               97 security/tomoyo/mount.c 	requested_type = tomoyo_encode(type);
type              114 security/tomoyo/mount.c 	if (type == tomoyo_mounts[TOMOYO_MOUNT_REMOUNT]) {
type              116 security/tomoyo/mount.c 	} else if (type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_UNBINDABLE] ||
type              117 security/tomoyo/mount.c 		   type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_PRIVATE] ||
type              118 security/tomoyo/mount.c 		   type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_SLAVE] ||
type              119 security/tomoyo/mount.c 		   type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_SHARED]) {
type              121 security/tomoyo/mount.c 	} else if (type == tomoyo_mounts[TOMOYO_MOUNT_BIND] ||
type              122 security/tomoyo/mount.c 		   type == tomoyo_mounts[TOMOYO_MOUNT_MOVE]) {
type              125 security/tomoyo/mount.c 		fstype = get_fs_type(type);
type              162 security/tomoyo/mount.c 	r->param.mount.type = &rtype;
type              192 security/tomoyo/mount.c 			    const char *type, unsigned long flags,
type              205 security/tomoyo/mount.c 		type = tomoyo_mounts[TOMOYO_MOUNT_REMOUNT];
type              208 security/tomoyo/mount.c 		type = tomoyo_mounts[TOMOYO_MOUNT_BIND];
type              213 security/tomoyo/mount.c 		type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_SHARED];
type              218 security/tomoyo/mount.c 		type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_PRIVATE];
type              223 security/tomoyo/mount.c 		type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_SLAVE];
type              228 security/tomoyo/mount.c 		type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_UNBINDABLE];
type              231 security/tomoyo/mount.c 		type = tomoyo_mounts[TOMOYO_MOUNT_MOVE];
type              234 security/tomoyo/mount.c 	if (!type)
type              235 security/tomoyo/mount.c 		type = "<NULL>";
type              237 security/tomoyo/mount.c 	error = tomoyo_mount_acl(&r, dev_name, path, type, flags);
type              284 security/tomoyo/network.c 	struct tomoyo_inet_acl e = { .head.type = TOMOYO_TYPE_INET_ACL };
type              286 security/tomoyo/network.c 	u8 type;
type              293 security/tomoyo/network.c 	for (type = 0; type < TOMOYO_MAX_NETWORK_OPERATION; type++)
type              294 security/tomoyo/network.c 		if (tomoyo_permstr(operation, tomoyo_socket_keyword[type]))
type              295 security/tomoyo/network.c 			e.perm |= 1 << type;
type              329 security/tomoyo/network.c 	struct tomoyo_unix_acl e = { .head.type = TOMOYO_TYPE_UNIX_ACL };
type              331 security/tomoyo/network.c 	u8 type;
type              338 security/tomoyo/network.c 	for (type = 0; type < TOMOYO_MAX_NETWORK_OPERATION; type++)
type              339 security/tomoyo/network.c 		if (tomoyo_permstr(operation, tomoyo_socket_keyword[type]))
type              340 security/tomoyo/network.c 			e.perm |= 1 << type;
type              472 security/tomoyo/network.c 	const u8 type = tomoyo_inet2mac[address->protocol][address->operation];
type              474 security/tomoyo/network.c 	if (type && tomoyo_init_request_info(&r, NULL, type)
type              549 security/tomoyo/network.c 	const u8 type = tomoyo_unix2mac[address->protocol][address->operation];
type              551 security/tomoyo/network.c 	if (type && tomoyo_init_request_info(&r, NULL, type)
type              654 security/tomoyo/network.c 	const unsigned int type = sock->type;
type              658 security/tomoyo/network.c 	if (!family || (type != SOCK_STREAM && type != SOCK_SEQPACKET))
type              668 security/tomoyo/network.c 	address.protocol = type;
type              691 security/tomoyo/network.c 	const unsigned int type = sock->type;
type              695 security/tomoyo/network.c 	address.protocol = type;
type              696 security/tomoyo/network.c 	switch (type) {
type              728 security/tomoyo/network.c 	const unsigned int type = sock->type;
type              732 security/tomoyo/network.c 	switch (type) {
type              737 security/tomoyo/network.c 		address.protocol = type;
type              763 security/tomoyo/network.c 	const unsigned int type = sock->type;
type              766 security/tomoyo/network.c 	    (type != SOCK_DGRAM && type != SOCK_RAW))
type              768 security/tomoyo/network.c 	address.protocol = type;
type              223 security/tomoyo/tomoyo.c 	int type = TOMOYO_TYPE_CREATE;
type              228 security/tomoyo/tomoyo.c 		type = TOMOYO_TYPE_MKCHAR;
type              231 security/tomoyo/tomoyo.c 		type = TOMOYO_TYPE_MKBLOCK;
type              236 security/tomoyo/tomoyo.c 	return tomoyo_mkdev_perm(type, &path, perm, dev);
type              240 security/tomoyo/tomoyo.c 		type = TOMOYO_TYPE_MKFIFO;
type              243 security/tomoyo/tomoyo.c 		type = TOMOYO_TYPE_MKSOCK;
type              246 security/tomoyo/tomoyo.c 	return tomoyo_path_number_perm(type, &path, perm);
type              398 security/tomoyo/tomoyo.c 			   const char *type, unsigned long flags, void *data)
type              400 security/tomoyo/tomoyo.c 	return tomoyo_mount_permission(dev_name, path, type, flags, data);
type              225 security/tomoyo/util.c 			const unsigned long value, const u8 type)
type              227 security/tomoyo/util.c 	if (type == TOMOYO_VALUE_TYPE_DECIMAL)
type              229 security/tomoyo/util.c 	else if (type == TOMOYO_VALUE_TYPE_OCTAL)
type              231 security/tomoyo/util.c 	else if (type == TOMOYO_VALUE_TYPE_HEXADECIMAL)
type              234 security/tomoyo/util.c 		snprintf(buffer, buffer_len, "type(%u)", type);
type              274 security/tomoyo/util.c 	u8 type;
type              284 security/tomoyo/util.c 	type = tomoyo_parse_ulong(&v, &data);
type              285 security/tomoyo/util.c 	if (type == TOMOYO_VALUE_TYPE_INVALID)
type              288 security/tomoyo/util.c 	ptr->value_type[0] = type;
type              291 security/tomoyo/util.c 		ptr->value_type[1] = type;
type              296 security/tomoyo/util.c 	type = tomoyo_parse_ulong(&v, &data);
type              297 security/tomoyo/util.c 	if (type == TOMOYO_VALUE_TYPE_INVALID || *data || ptr->values[0] > v)
type              300 security/tomoyo/util.c 	ptr->value_type[1] = type;
type             1008 security/tomoyo/util.c 	r->type = index;
type             1039 security/tomoyo/util.c 		switch (ptr->type) {
type              320 sound/ac97/bus.c 		ac97_ctrl->adap.type = &ac97_adapter_type;
type               53 sound/aoa/aoa-gpio.h 			  enum notify_type type,
type               59 sound/aoa/aoa-gpio.h 			  enum notify_type type);
type              118 sound/aoa/aoa.h extern int aoa_snd_device_new(enum snd_device_type type,
type              111 sound/aoa/codecs/onyx.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              187 sound/aoa/codecs/onyx.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              415 sound/aoa/codecs/onyx.c #define SINGLE_BIT(n, type, description, address, mask, flags)	 	\
type              417 sound/aoa/codecs/onyx.c 	.iface = SNDRV_CTL_ELEM_IFACE_##type,				\
type              460 sound/aoa/codecs/onyx.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              227 sound/aoa/codecs/tas.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              328 sound/aoa/codecs/tas.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              388 sound/aoa/codecs/tas.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              549 sound/aoa/codecs/tas.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              600 sound/aoa/codecs/tas.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               61 sound/aoa/core/alsa.c int aoa_snd_device_new(enum snd_device_type type,
type               69 sound/aoa/core/alsa.c 	err = snd_device_new(card, type, device_data, ops);
type              311 sound/aoa/core/gpio-feature.c 			  enum notify_type type,
type              321 sound/aoa/core/gpio-feature.c 	switch (type) {
type              378 sound/aoa/core/gpio-feature.c 			  enum notify_type type)
type              382 sound/aoa/core/gpio-feature.c 	switch (type) {
type              130 sound/aoa/core/gpio-pmf.c 			  enum notify_type type,
type              140 sound/aoa/core/gpio-pmf.c 	switch (type) {
type              209 sound/aoa/core/gpio-pmf.c 			  enum notify_type type)
type              215 sound/aoa/core/gpio-pmf.c 	switch (type) {
type               47 sound/aoa/soundbus/sysfs.c static DEVICE_ATTR_RO(type);
type              148 sound/arm/pxa2xx-pcm-lib.c 	buf->dev.type = SNDRV_DMA_TYPE_DEV;
type             1274 sound/core/control.c 	if (info->type < SNDRV_CTL_ELEM_TYPE_BOOLEAN ||
type             1275 sound/core/control.c 	    info->type > SNDRV_CTL_ELEM_TYPE_INTEGER64)
type             1277 sound/core/control.c 	if (info->type == SNDRV_CTL_ELEM_TYPE_ENUMERATED &&
type             1281 sound/core/control.c 	    info->count > max_value_counts[info->type])
type             1285 sound/core/control.c 	private_size = value_sizes[info->type] * info->count;
type             1312 sound/core/control.c 	if (ue->info.type == SNDRV_CTL_ELEM_TYPE_ENUMERATED) {
type             1321 sound/core/control.c 	if (info->type == SNDRV_CTL_ELEM_TYPE_ENUMERATED)
type             1622 sound/core/control.c 		ev.type = SNDRV_CTL_EVENT_ELEM;
type             1761 sound/core/control.c int snd_ctl_get_preferred_subdevice(struct snd_card *card, int type)
type             1769 sound/core/control.c 			subdevice = kctl->preferred_subdevice[type];
type             1895 sound/core/control.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type             1915 sound/core/control.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type             1939 sound/core/control.c 	info->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type               54 sound/core/control_compat.c 	s32 type;
type              111 sound/core/control_compat.c 	    copy_to_user(&data32->type, &data->type, 3 * sizeof(u32)))
type              115 sound/core/control_compat.c 	switch (data->type) {
type              195 sound/core/control_compat.c 		err = info->type;
type              202 sound/core/control_compat.c static int get_elem_size(int type, int count)
type              204 sound/core/control_compat.c 	switch (type) {
type              225 sound/core/control_compat.c 	int i, type, size;
type              235 sound/core/control_compat.c 	type = get_ctl_type(card, &data->id, &count);
type              236 sound/core/control_compat.c 	if (type < 0)
type              237 sound/core/control_compat.c 		return type;
type              239 sound/core/control_compat.c 	if (type == SNDRV_CTL_ELEM_TYPE_BOOLEAN ||
type              240 sound/core/control_compat.c 	    type == SNDRV_CTL_ELEM_TYPE_INTEGER) {
type              249 sound/core/control_compat.c 		size = get_elem_size(type, count);
type              251 sound/core/control_compat.c 			dev_err(card->dev, "snd_ioctl32_ctl_elem_value: unknown type %d\n", type);
type              258 sound/core/control_compat.c 	*typep = type;
type              267 sound/core/control_compat.c 				  int type, int count)
type              271 sound/core/control_compat.c 	if (type == SNDRV_CTL_ELEM_TYPE_BOOLEAN ||
type              272 sound/core/control_compat.c 	    type == SNDRV_CTL_ELEM_TYPE_INTEGER) {
type              281 sound/core/control_compat.c 		size = get_elem_size(type, count);
type              292 sound/core/control_compat.c 	int err, type, count;
type              299 sound/core/control_compat.c 				       &type, &count);
type              309 sound/core/control_compat.c 	err = copy_ctl_value_to_user(userdata, valuep, data, type, count);
type              320 sound/core/control_compat.c 	int err, type, count;
type              327 sound/core/control_compat.c 				       &type, &count);
type              337 sound/core/control_compat.c 	err = copy_ctl_value_to_user(userdata, valuep, data, type, count);
type              384 sound/core/control_compat.c 	    copy_from_user(&data->type, &data32->type, 3 * sizeof(u32)))
type              388 sound/core/control_compat.c 	switch (data->type) {
type               29 sound/core/device.c int snd_device_new(struct snd_card *card, enum snd_device_type type,
type               42 sound/core/device.c 	dev->type = type;
type               50 sound/core/device.c 		if ((unsigned int)pdev->type <= (unsigned int)type)
type              230 sound/core/device.c 		if (dev->type == SNDRV_DEV_CONTROL ||
type              231 sound/core/device.c 		    dev->type == SNDRV_DEV_LOWLEVEL)
type               95 sound/core/jack.c 		if (!(jack->type & testbit))
type              198 sound/core/jack.c int snd_jack_new(struct snd_card *card, const char *id, int type,
type              213 sound/core/jack.c 		jack_kctl = snd_jack_kctl_new(card, id, type);
type              237 sound/core/jack.c 		jack->type = type;
type              240 sound/core/jack.c 			if (type & (1 << i))
type              317 sound/core/jack.c int snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type,
type              320 sound/core/jack.c 	int key = fls(SND_JACK_BTN_0) - fls(type);
type              327 sound/core/jack.c 	jack->type |= type;
type              361 sound/core/jack.c 		if (jack->type & testbit)
type              368 sound/core/jack.c 		if (jack->type & testbit)
type               37 sound/core/memalloc.c 	if (dmab->area && dmab->dev.type == SNDRV_DMA_TYPE_DEV_UC)
type               47 sound/core/memalloc.c 	if (dmab->dev.type == SNDRV_DMA_TYPE_DEV_UC)
type              116 sound/core/memalloc.c int snd_dma_alloc_pages(int type, struct device *device, size_t size,
type              126 sound/core/memalloc.c 	dmab->dev.type = type;
type              129 sound/core/memalloc.c 	switch (type) {
type              144 sound/core/memalloc.c 		dmab->dev.type = SNDRV_DMA_TYPE_DEV;
type              159 sound/core/memalloc.c 		pr_err("snd-malloc: invalid device type %d\n", type);
type              186 sound/core/memalloc.c int snd_dma_alloc_pages_fallback(int type, struct device *device, size_t size,
type              191 sound/core/memalloc.c 	while ((err = snd_dma_alloc_pages(type, device, size, dmab)) < 0) {
type              214 sound/core/memalloc.c 	switch (dmab->dev.type) {
type              236 sound/core/memalloc.c 		pr_err("snd-malloc: invalid device type %d\n", dmab->dev.type);
type              532 sound/core/oss/mixer_oss.c 	if (uinfo->type == SNDRV_CTL_ELEM_TYPE_BOOLEAN &&
type              633 sound/core/oss/mixer_oss.c 	if (uinfo->type == SNDRV_CTL_ELEM_TYPE_BOOLEAN &&
type              653 sound/core/pcm.c 	pstr->dev.type = &pcm_dev_type;
type             2311 sound/core/pcm_lib.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               43 sound/core/pcm_memory.c 		if ((err = snd_dma_alloc_pages(dmab->dev.type, dmab->dev.dev,
type              152 sound/core/pcm_memory.c 			if (snd_dma_alloc_pages(substream->dma_buffer.dev.type,
type              221 sound/core/pcm_memory.c 				  int type, struct device *data,
type              224 sound/core/pcm_memory.c 	substream->dma_buffer.dev.type = type;
type              242 sound/core/pcm_memory.c 					  int type, void *data,
type              250 sound/core/pcm_memory.c 			snd_pcm_lib_preallocate_pages(substream, type, data, size, max);
type              294 sound/core/pcm_memory.c 	if (snd_BUG_ON(substream->dma_buffer.dev.type ==
type              317 sound/core/pcm_memory.c 		if (snd_dma_alloc_pages(substream->dma_buffer.dev.type,
type               34 sound/core/pcm_native.c #define trace_hw_mask_param(substream, type, index, prev, curr)
type               35 sound/core/pcm_native.c #define trace_hw_interval_param(substream, type, index, prev, curr)
type              235 sound/core/pcm_native.c 	    (substream->dma_buffer.dev.type != SNDRV_DMA_TYPE_DEV &&
type              236 sound/core/pcm_native.c 	     substream->dma_buffer.dev.type != SNDRV_DMA_TYPE_DEV_UC))
type             3418 sound/core/pcm_native.c 	if (substream->dma_buffer.dev.type == SNDRV_DMA_TYPE_DEV_IRAM) {
type             3427 sound/core/pcm_native.c 	    (substream->dma_buffer.dev.type == SNDRV_DMA_TYPE_DEV ||
type             3428 sound/core/pcm_native.c 	     substream->dma_buffer.dev.type == SNDRV_DMA_TYPE_DEV_UC))
type               29 sound/core/pcm_param_trace.h 	TP_PROTO(struct snd_pcm_substream *substream, snd_pcm_hw_param_t type, int index, const struct snd_mask *prev, const struct snd_mask *curr),
type               30 sound/core/pcm_param_trace.h 	TP_ARGS(substream, type, index, prev, curr),
type               36 sound/core/pcm_param_trace.h 		__field(snd_pcm_hw_param_t, type)
type               47 sound/core/pcm_param_trace.h 		__entry->type = type;
type               60 sound/core/pcm_param_trace.h 		  __print_symbolic(__entry->type, hw_param_labels),
type               69 sound/core/pcm_param_trace.h 	TP_PROTO(struct snd_pcm_substream *substream, snd_pcm_hw_param_t type, int index, const struct snd_interval *prev, const struct snd_interval *curr),
type               70 sound/core/pcm_param_trace.h 	TP_ARGS(substream, type, index, prev, curr),
type               76 sound/core/pcm_param_trace.h 		__field(snd_pcm_hw_param_t, type)
type               97 sound/core/pcm_param_trace.h 		__entry->type = type;
type              120 sound/core/pcm_param_trace.h 		  __print_symbolic(__entry->type, hw_param_labels),
type              143 sound/core/seq/oss/seq_oss_device.h snd_seq_oss_control(struct seq_oss_devinfo *dp, unsigned int type, void *arg)
type              148 sound/core/seq/oss/seq_oss_device.h 	err = snd_seq_kernel_client_ctl(dp->cseq, type, arg);
type               30 sound/core/seq/oss/seq_oss_event.c static int set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev);
type               31 sound/core/seq/oss/seq_oss_event.c static int set_control_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int param, int val, struct snd_seq_event *ev);
type              292 sound/core/seq/oss/seq_oss_event.c 			int type;
type              299 sound/core/seq/oss/seq_oss_event.c 				type = SNDRV_SEQ_EVENT_KEYPRESS;
type              302 sound/core/seq/oss/seq_oss_event.c 				type = SNDRV_SEQ_EVENT_NOTEON;
type              304 sound/core/seq/oss/seq_oss_event.c 			return set_note_event(dp, dev, type, ch, info->ch[ch].note, vel, ev);
type              372 sound/core/seq/oss/seq_oss_event.c set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev)
type              377 sound/core/seq/oss/seq_oss_event.c 	ev->type = type;
type              390 sound/core/seq/oss/seq_oss_event.c set_control_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int param, int val, struct snd_seq_event *ev)
type              395 sound/core/seq/oss/seq_oss_event.c 	ev->type = type;
type              410 sound/core/seq/oss/seq_oss_event.c 	ev->type = SNDRV_SEQ_EVENT_ECHO;
type              428 sound/core/seq/oss/seq_oss_event.c 	if (ev->type != SNDRV_SEQ_EVENT_ECHO)
type               48 sound/core/seq/oss/seq_oss_init.c #define call_ctl(type,rec) snd_seq_kernel_client_ctl(system_client, type, rec)
type               88 sound/core/seq/oss/seq_oss_init.c 	port->type = 0;
type              130 sound/core/seq/oss/seq_oss_init.c 	switch (ev->type) {
type              310 sound/core/seq/oss/seq_oss_init.c 	port.type = SNDRV_SEQ_PORT_TYPE_SPECIFIC;
type              145 sound/core/seq/oss/seq_oss_midi.c 	if (! (pinfo->type & SNDRV_SEQ_PORT_TYPE_MIDI_GENERIC))
type              463 sound/core/seq/oss/seq_oss_midi.c 			ev.type = SNDRV_SEQ_EVENT_SENSING;
type              467 sound/core/seq/oss/seq_oss_midi.c 			ev.type = SNDRV_SEQ_EVENT_CONTROLLER;
type              475 sound/core/seq/oss/seq_oss_midi.c 				ev.type = SNDRV_SEQ_EVENT_PITCHBEND;
type              540 sound/core/seq/oss/seq_oss_midi.c 	switch (ev->type) {
type              561 sound/core/seq/oss/seq_oss_midi.c 	switch (ev->type) {
type              603 sound/core/seq/oss/seq_oss_midi.c 	if (ev->type == SNDRV_SEQ_EVENT_SYSEX) {
type              163 sound/core/seq/oss/seq_oss_rw.c 	event.type = SNDRV_SEQ_EVENT_NOTEOFF;
type              101 sound/core/seq/oss/seq_oss_synth.c 	rec->synth_type = reg->type;
type              429 sound/core/seq/oss/seq_oss_synth.c 		ev.type = SNDRV_SEQ_EVENT_RESET;
type              594 sound/core/seq/oss/seq_oss_synth.c 	ev->type = SNDRV_SEQ_EVENT_OSS;
type               25 sound/core/seq/oss/seq_oss_timer.c static int send_timer_event(struct seq_oss_devinfo *dp, int type, int value);
type              127 sound/core/seq/oss/seq_oss_timer.c send_timer_event(struct seq_oss_devinfo *dp, int type, int value)
type              132 sound/core/seq/oss/seq_oss_timer.c 	ev.type = type;
type               98 sound/core/seq/oss/seq_oss_writeq.c 		ev.type = SNDRV_SEQ_EVENT_ECHO;
type              238 sound/core/seq/seq_clientmgr.c 	client->type = NO_CLIENT;
type              295 sound/core/seq/seq_clientmgr.c 	switch (client->type) {
type              308 sound/core/seq/seq_clientmgr.c 			   client->number, client->type);
type              360 sound/core/seq/seq_clientmgr.c 	client->type = USER_CLIENT;
type              510 sound/core/seq/seq_clientmgr.c 	    ! test_bit(event->type, dest->event_filter))
type              547 sound/core/seq/seq_clientmgr.c 	bounce_ev.type = SNDRV_SEQ_EVENT_KERNEL_ERROR;
type              629 sound/core/seq/seq_clientmgr.c 	switch (dest->type) {
type              868 sound/core/seq/seq_clientmgr.c 	if (cell->event.type == SNDRV_SEQ_EVENT_NOTE) {
type              877 sound/core/seq/seq_clientmgr.c 		tmpev.type = SNDRV_SEQ_EVENT_NOTEON;
type              886 sound/core/seq/seq_clientmgr.c 		ev->type = SNDRV_SEQ_EVENT_NOTEOFF;
type              956 sound/core/seq/seq_clientmgr.c 		if (event->type == SNDRV_SEQ_EVENT_NOTE)
type             1064 sound/core/seq/seq_clientmgr.c 		if (event.type == SNDRV_SEQ_EVENT_NONE)
type             1228 sound/core/seq/seq_clientmgr.c 	info->type = cptr->type;
type             1235 sound/core/seq/seq_clientmgr.c 	if (cptr->type == USER_CLIENT)
type             1240 sound/core/seq/seq_clientmgr.c 	if (cptr->type == KERNEL_CLIENT)
type             1276 sound/core/seq/seq_clientmgr.c 	if (client->type != client_info->type)
type             1309 sound/core/seq/seq_clientmgr.c 	if (client->type == USER_CLIENT && info->kernel) {
type             1315 sound/core/seq/seq_clientmgr.c 	if (client->type == KERNEL_CLIENT) {
type             1451 sound/core/seq/seq_clientmgr.c 	event.type = evtype;
type             1737 sound/core/seq/seq_clientmgr.c 	timer->type = tmr->type;
type             1738 sound/core/seq/seq_clientmgr.c 	if (tmr->type == SNDRV_SEQ_TIMER_ALSA) {
type             1756 sound/core/seq/seq_clientmgr.c 	if (timer->type != SNDRV_SEQ_TIMER_ALSA)
type             1769 sound/core/seq/seq_clientmgr.c 		tmr->type = timer->type;
type             1770 sound/core/seq/seq_clientmgr.c 		if (tmr->type == SNDRV_SEQ_TIMER_ALSA) {
type             1835 sound/core/seq/seq_clientmgr.c 	if (cptr->type == USER_CLIENT) {
type             1874 sound/core/seq/seq_clientmgr.c 	if (client->type == USER_CLIENT && client->data.user.fifo != NULL &&
type             1907 sound/core/seq/seq_clientmgr.c 		if (client->type == USER_CLIENT && client->data.user.fifo)
type             1964 sound/core/seq/seq_clientmgr.c 	switch (subs->type) {
type             1984 sound/core/seq/seq_clientmgr.c 			if (subs->type == SNDRV_SEQ_QUERY_SUBS_READ) {
type             2220 sound/core/seq/seq_clientmgr.c 	client->type = KERNEL_CLIENT;
type             2263 sound/core/seq/seq_clientmgr.c 	if (ev->type == SNDRV_SEQ_EVENT_NONE)
type             2265 sound/core/seq/seq_clientmgr.c 	if (ev->type == SNDRV_SEQ_EVENT_KERNEL_ERROR)
type             2462 sound/core/seq/seq_clientmgr.c 		if (client->type == NO_CLIENT) {
type             2469 sound/core/seq/seq_clientmgr.c 			    client->type == USER_CLIENT ? "User" : "Kernel");
type             2475 sound/core/seq/seq_clientmgr.c 		if (client->type == USER_CLIENT && client->data.user.fifo &&
type               35 sound/core/seq/seq_clientmgr.h 	snd_seq_client_type_t type;
type               17 sound/core/seq/seq_compat.c 	u32 type;		/* port type bits */
type               82 sound/core/seq/seq_dummy.c 	    ev->type == SNDRV_SEQ_EVENT_KERNEL_ERROR)
type              106 sound/core/seq/seq_dummy.c create_port(int idx, int type)
type              122 sound/core/seq/seq_dummy.c 			(type ? 'B' : 'A'));
type              129 sound/core/seq/seq_dummy.c 	pinfo.type = SNDRV_SEQ_PORT_TYPE_MIDI_GENERIC
type              127 sound/core/seq/seq_midi.c 	if (ev->type == SNDRV_SEQ_EVENT_SYSEX) {	/* special case, to save space */
type              365 sound/core/seq/seq_midi.c 		port->type = SNDRV_SEQ_PORT_TYPE_MIDI_GENERIC
type               97 sound/core/seq/seq_midi_emul.c 	if (ev->type == SNDRV_SEQ_EVENT_NOTE)
type              102 sound/core/seq/seq_midi_emul.c 	if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0)
type              103 sound/core/seq/seq_midi_emul.c 		ev->type = SNDRV_SEQ_EVENT_NOTEOFF;
type              106 sound/core/seq/seq_midi_emul.c 	if (ev->type == SNDRV_SEQ_EVENT_NOTEON ||
type              107 sound/core/seq/seq_midi_emul.c 	    ev->type == SNDRV_SEQ_EVENT_NOTEOFF ||
type              108 sound/core/seq/seq_midi_emul.c 	    ev->type == SNDRV_SEQ_EVENT_KEYPRESS) {
type              113 sound/core/seq/seq_midi_emul.c 	switch (ev->type) {
type              408 sound/core/seq/seq_midi_emul.c 	int type;
type              412 sound/core/seq/seq_midi_emul.c 		type = (chan->control[MIDI_CTL_REGIST_PARM_NUM_MSB] << 8) |
type              417 sound/core/seq/seq_midi_emul.c 		switch (type) {
type              119 sound/core/seq/seq_midi_event.c 	dev->type = ST_INVALID;
type              142 sound/core/seq/seq_midi_event.c 	dev->type = ST_INVALID;
type              184 sound/core/seq/seq_midi_event.c 		ev->type = status_event[ST_SPECIAL + c - 0xf0].event;
type              187 sound/core/seq/seq_midi_event.c 		return ev->type != SNDRV_SEQ_EVENT_NONE;
type              192 sound/core/seq/seq_midi_event.c 	    (c != MIDI_CMD_COMMON_SYSEX_END || dev->type != ST_SYSEX)) {
type              196 sound/core/seq/seq_midi_event.c 			dev->type = (c & 0x0f) + ST_SPECIAL;
type              198 sound/core/seq/seq_midi_event.c 			dev->type = (c >> 4) & 0x07;
type              200 sound/core/seq/seq_midi_event.c 		dev->qlen = status_event[dev->type].qlen;
type              205 sound/core/seq/seq_midi_event.c 			if (dev->type != ST_SYSEX)
type              210 sound/core/seq/seq_midi_event.c 			dev->qlen = status_event[dev->type].qlen - 1;
type              215 sound/core/seq/seq_midi_event.c 		ev->type = status_event[dev->type].event;
type              218 sound/core/seq/seq_midi_event.c 		if (status_event[dev->type].encode) /* set data values */
type              219 sound/core/seq/seq_midi_event.c 			status_event[dev->type].encode(dev, ev);
type              220 sound/core/seq/seq_midi_event.c 		if (dev->type >= ST_SPECIAL)
type              221 sound/core/seq/seq_midi_event.c 			dev->type = ST_INVALID;
type              223 sound/core/seq/seq_midi_event.c 	} else 	if (dev->type == ST_SYSEX) {
type              228 sound/core/seq/seq_midi_event.c 			ev->type = SNDRV_SEQ_EVENT_SYSEX;
type              293 sound/core/seq/seq_midi_event.c 	unsigned int cmd, type;
type              295 sound/core/seq/seq_midi_event.c 	if (ev->type == SNDRV_SEQ_EVENT_NONE)
type              298 sound/core/seq/seq_midi_event.c 	for (type = 0; type < ARRAY_SIZE(status_event); type++) {
type              299 sound/core/seq/seq_midi_event.c 		if (ev->type == status_event[type].event)
type              302 sound/core/seq/seq_midi_event.c 	for (type = 0; type < ARRAY_SIZE(extra_event); type++) {
type              303 sound/core/seq/seq_midi_event.c 		if (ev->type == extra_event[type].event)
type              304 sound/core/seq/seq_midi_event.c 			return extra_event[type].decode(dev, buf, count, ev);
type              309 sound/core/seq/seq_midi_event.c 	if (type >= ST_SPECIAL)
type              310 sound/core/seq/seq_midi_event.c 		cmd = 0xf0 + (type - ST_SPECIAL);
type              313 sound/core/seq/seq_midi_event.c 		cmd = 0x80 | (type << 4) | (ev->data.note.channel & 0x0f);
type              329 sound/core/seq/seq_midi_event.c 			if (status_event[type].decode)
type              330 sound/core/seq/seq_midi_event.c 				status_event[type].decode(ev, xbuf + 1);
type              331 sound/core/seq/seq_midi_event.c 			qlen = status_event[type].qlen + 1;
type              334 sound/core/seq/seq_midi_event.c 			if (status_event[type].decode)
type              335 sound/core/seq/seq_midi_event.c 				status_event[type].decode(ev, xbuf + 0);
type              336 sound/core/seq/seq_midi_event.c 			qlen = status_event[type].qlen;
type              451 sound/core/seq/seq_midi_event.c 	cbytes = ev->type == SNDRV_SEQ_EVENT_NONREGPARAM ? cbytes_nrpn : cbytes_rpn;
type              336 sound/core/seq/seq_ports.c 	port->type = info->type;
type              365 sound/core/seq/seq_ports.c 	info->type = port->type;
type              418 sound/core/seq/seq_ports.c 	if (err >= 0 && send_ack && client->type == USER_CLIENT)
type              438 sound/core/seq/seq_ports.c 	if (send_ack && client->type == USER_CLIENT)
type              648 sound/core/seq/seq_ports.c 			      int cap, int type, int midi_channels,
type              661 sound/core/seq/seq_ports.c 	portinfo.type = type;
type               68 sound/core/seq/seq_ports.h 	unsigned int type;		/* port type bits */
type              309 sound/core/seq/seq_prioq.c 				cell->event.type,
type              362 sound/core/seq/seq_prioq.c 		if (ev->type != info->type)
type              367 sound/core/seq/seq_prioq.c 		switch (ev->type) {
type              667 sound/core/seq/seq_queue.c 	switch (ev->type) {
type               79 sound/core/seq/seq_system.c void snd_seq_system_broadcast(int client, int port, int type)
type               85 sound/core/seq/seq_system.c 	ev.type = type;
type              133 sound/core/seq/seq_system.c 	port->type = 0;
type              146 sound/core/seq/seq_system.c 	port->type = 0;
type               13 sound/core/seq/seq_system.h void snd_seq_system_broadcast(int client, int port, int type);
type               87 sound/core/seq/seq_timer.c 	tmr->type = SNDRV_SEQ_TIMER_ALSA;
type              271 sound/core/seq/seq_timer.c 	if (tmr->type != SNDRV_SEQ_TIMER_ALSA)	/* standard ALSA timer */
type               31 sound/core/seq/seq_timer.h 	int			type;		/* timer type */
type               59 sound/core/seq/seq_virmidi.c 	ev->type = SNDRV_SEQ_EVENT_NONE;
type               80 sound/core/seq/seq_virmidi.c 		if (ev->type == SNDRV_SEQ_EVENT_SYSEX) {
type              149 sound/core/seq/seq_virmidi.c 		if (vmidi->event.type != SNDRV_SEQ_EVENT_NONE) {
type              153 sound/core/seq/seq_virmidi.c 			vmidi->event.type = SNDRV_SEQ_EVENT_NONE;
type              377 sound/core/seq/seq_virmidi.c 	pinfo->type = SNDRV_SEQ_PORT_TYPE_MIDI_GENERIC
type               32 sound/core/sgbuf.c 	tmpb.dev.type = SNDRV_DMA_TYPE_DEV;
type               33 sound/core/sgbuf.c 	if (dmab->dev.type == SNDRV_DMA_TYPE_DEV_UC_SG)
type               34 sound/core/sgbuf.c 		tmpb.dev.type = SNDRV_DMA_TYPE_DEV_UC;
type               64 sound/core/sgbuf.c 	int type = SNDRV_DMA_TYPE_DEV;
type               72 sound/core/sgbuf.c 	if (dmab->dev.type == SNDRV_DMA_TYPE_DEV_UC_SG) {
type               73 sound/core/sgbuf.c 		type = SNDRV_DMA_TYPE_DEV_UC;
type               98 sound/core/sgbuf.c 		if (snd_dma_alloc_pages_fallback(type, device,
type               93 sound/core/sound.c void *snd_lookup_minor_data(unsigned int minor, int type)
type              102 sound/core/sound.c 	if (mreg && mreg->type == type) {
type              175 sound/core/sound.c static int snd_find_free_minor(int type, struct snd_card *card, int dev)
type              180 sound/core/sound.c 	if (type == SNDRV_DEVICE_TYPE_SEQUENCER)
type              182 sound/core/sound.c 	if (type == SNDRV_DEVICE_TYPE_TIMER)
type              198 sound/core/sound.c static int snd_find_free_minor(int type, struct snd_card *card, int dev)
type              202 sound/core/sound.c 	switch (type) {
type              205 sound/core/sound.c 		minor = type;
type              210 sound/core/sound.c 		minor = SNDRV_MINOR(card->number, type);
type              219 sound/core/sound.c 		minor = SNDRV_MINOR(card->number, type + dev);
type              246 sound/core/sound.c int snd_register_device(int type, struct snd_card *card, int dev,
type              260 sound/core/sound.c 	preg->type = type;
type              267 sound/core/sound.c 	minor = snd_find_free_minor(type, card, dev);
type              323 sound/core/sound.c static const char *snd_device_type_name(int type)
type              325 sound/core/sound.c 	switch (type) {
type              358 sound/core/sound.c 					    snd_device_type_name(mptr->type));
type              362 sound/core/sound.c 					    snd_device_type_name(mptr->type));
type              365 sound/core/sound.c 				    snd_device_type_name(mptr->type));
type               25 sound/core/sound_oss.c void *snd_lookup_oss_minor_data(unsigned int minor, int type)
type               34 sound/core/sound_oss.c 	if (mreg && mreg->type == type) {
type               45 sound/core/sound_oss.c static int snd_oss_kernel_minor(int type, struct snd_card *card, int dev)
type               49 sound/core/sound_oss.c 	switch (type) {
type               85 sound/core/sound_oss.c int snd_register_oss_device(int type, struct snd_card *card, int dev,
type               88 sound/core/sound_oss.c 	int minor = snd_oss_kernel_minor(type, card, dev);
type              103 sound/core/sound_oss.c 	preg->type = type;
type              148 sound/core/sound_oss.c int snd_unregister_oss_device(int type, struct snd_card *card, int dev)
type              150 sound/core/sound_oss.c 	int minor = snd_oss_kernel_minor(type, card, dev);
type              193 sound/core/sound_oss.c static const char *snd_oss_device_type_name(int type)
type              195 sound/core/sound_oss.c 	switch (type) {
type              225 sound/core/sound_oss.c 				    snd_oss_device_type_name(mptr->type));
type              228 sound/core/sound_oss.c 				    snd_oss_device_type_name(mptr->type));
type               18 sound/core/vmaster.c 	snd_ctl_elem_type_t type; /* value type */
type               98 sound/core/vmaster.c 	slave->info.type = uinfo->type;
type              101 sound/core/vmaster.c 	    (slave->info.type != SNDRV_CTL_ELEM_TYPE_INTEGER &&
type              102 sound/core/vmaster.c 	     slave->info.type != SNDRV_CTL_ELEM_TYPE_BOOLEAN)) {
type              159 sound/core/vmaster.c 	switch (slave->info.type) {
type              294 sound/core/vmaster.c 	uinfo->type = master->info.type;
type              421 sound/core/vmaster.c 		unsigned int type = tlv[SNDRV_CTL_TLVO_TYPE];
type              422 sound/core/vmaster.c 		if (type == SNDRV_CTL_TLVT_DB_SCALE ||
type              423 sound/core/vmaster.c 		    type == SNDRV_CTL_TLVT_DB_MINMAX ||
type              424 sound/core/vmaster.c 		    type == SNDRV_CTL_TLVT_DB_MINMAX_MUTE) {
type              795 sound/drivers/aloop.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              894 sound/drivers/aloop.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              916 sound/drivers/aloop.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              940 sound/drivers/aloop.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              727 sound/drivers/dummy.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              485 sound/drivers/mts64.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              495 sound/drivers/mts64.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              505 sound/drivers/mts64.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              348 sound/drivers/opl3/opl3_midi.c 	switch (patch->type) {
type              802 sound/drivers/opl3/opl3_midi.c void snd_opl3_control(void *p, int type, struct snd_midi_channel *chan)
type              809 sound/drivers/opl3/opl3_midi.c 		   type, chan->number, chan->midi_program);
type              812 sound/drivers/opl3/opl3_midi.c 	switch (type) {
type               33 sound/drivers/opl3/opl3_oss.c 	if (ev->type != SNDRV_SEQ_EVENT_OSS)
type              102 sound/drivers/opl3/opl3_oss.c 	arg->type = SYNTH_TYPE_FM;
type              180 sound/drivers/opl3/opl3_oss.c 	int err, type;
type              187 sound/drivers/opl3/opl3_oss.c 		type = FM_PATCH_OPL2;
type              189 sound/drivers/opl3/opl3_oss.c 		type = FM_PATCH_OPL3;
type              209 sound/drivers/opl3/opl3_oss.c 	err = snd_opl3_load_patch(opl3, sbi.channel, 127, type, name, NULL,
type              191 sound/drivers/opl3/opl3_synth.c 		unsigned char type;
type              196 sound/drivers/opl3/opl3_synth.c 			type = FM_PATCH_OPL2;
type              198 sound/drivers/opl3/opl3_synth.c 			type = FM_PATCH_OPL3;
type              201 sound/drivers/opl3/opl3_synth.c 		err = snd_opl3_load_patch(opl3, inst.prog, inst.bank, type,
type              240 sound/drivers/opl3/opl3_synth.c 			int prog, int bank, int type,
type              252 sound/drivers/opl3/opl3_synth.c 	patch->type = type;
type              263 sound/drivers/opl3/opl3_synth.c 	if (type == FM_PATCH_OPL3) {
type               22 sound/drivers/opl3/opl3_voice.h void snd_opl3_control(void *p, int type, struct snd_midi_channel *chan);
type              228 sound/drivers/opl4/opl4_local.h void snd_opl4_control(void *p, int type, struct snd_midi_channel *chan);
type               12 sound/drivers/opl4/opl4_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              585 sound/drivers/opl4/opl4_synth.c void snd_opl4_control(void *private_data, int type, struct snd_midi_channel *chan)
type              589 sound/drivers/opl4/opl4_synth.c 	switch (type) {
type               43 sound/drivers/pcsp/pcsp_input.c static int pcspkr_input_event(struct input_dev *dev, unsigned int type,
type               51 sound/drivers/pcsp/pcsp_input.c 	switch (type) {
type               17 sound/drivers/pcsp/pcsp_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type               49 sound/drivers/pcsp/pcsp_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type               86 sound/drivers/pcsp/pcsp_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              783 sound/drivers/vx/vx_core.c 	chip->type = hw->type;
type               58 sound/drivers/vx/vx_hwdep.c 		if (! fw_files[chip->type][i])
type               60 sound/drivers/vx/vx_hwdep.c 		sprintf(path, "vx/%s", fw_files[chip->type][i]);
type              133 sound/drivers/vx/vx_mixer.c 	int port = chip->type >= VX_TYPE_VXPOCKET ? 0x75 : 0x65;
type              403 sound/drivers/vx/vx_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              469 sound/drivers/vx/vx_mixer.c 	if (chip->type >= VX_TYPE_VXPOCKET)
type              486 sound/drivers/vx/vx_mixer.c 	if (chip->type >= VX_TYPE_VXPOCKET) {
type              561 sound/drivers/vx/vx_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              748 sound/drivers/vx/vx_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              821 sound/drivers/vx/vx_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               53 sound/drivers/vx/vx_uer.c 	if (chip->type >= VX_TYPE_VXPOCKET) {
type              914 sound/firewire/amdtp-stream.c 	int type, tag, err;
type              938 sound/firewire/amdtp-stream.c 		type = FW_ISO_CONTEXT_RECEIVE;
type              948 sound/firewire/amdtp-stream.c 		type = FW_ISO_CONTEXT_TRANSMIT;
type              962 sound/firewire/amdtp-stream.c 					  type, channel, speed, ctx_header_size,
type              202 sound/firewire/bebob/bebob.h 			       enum avc_bridgeco_plug_type *type);
type              205 sound/firewire/bebob/bebob.h 				       unsigned int id, u8 *type);
type              111 sound/firewire/bebob/bebob_command.c 			       enum avc_bridgeco_plug_type *type)
type              139 sound/firewire/bebob/bebob_command.c 	*type = buf[10];
type              180 sound/firewire/bebob/bebob_command.c 				       unsigned int id, u8 *type)
type              210 sound/firewire/bebob/bebob_command.c 	*type = buf[11];
type               40 sound/firewire/bebob/bebob_hwdep.c 		event.lock_status.type = SNDRV_FIREWIRE_EVENT_LOCK_STATUS;
type               80 sound/firewire/bebob/bebob_hwdep.c 	info.type = SNDRV_FIREWIRE_TYPE_BEBOB;
type              412 sound/firewire/bebob/bebob_maudio.c 	einf->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              126 sound/firewire/bebob/bebob_stream.c 	enum avc_bridgeco_plug_type type;
type              223 sound/firewire/bebob/bebob_stream.c 							 &type);
type              227 sound/firewire/bebob/bebob_stream.c 			if (type == AVC_BRIDGECO_PLUG_TYPE_DIG) {
type              234 sound/firewire/bebob/bebob_stream.c 			} else if (type == AVC_BRIDGECO_PLUG_TYPE_SYNC) {
type              238 sound/firewire/bebob/bebob_stream.c 			} else if (type == AVC_BRIDGECO_PLUG_TYPE_ADDITION) {
type              260 sound/firewire/bebob/bebob_stream.c 	u8 *buf, addr[AVC_BRIDGECO_ADDR_BYTES], type;
type              300 sound/firewire/bebob/bebob_stream.c 							 sec, &type);
type              310 sound/firewire/bebob/bebob_stream.c 		if (type == 0xff) {
type              333 sound/firewire/bebob/bebob_stream.c 			switch (type) {
type              367 sound/firewire/bebob/bebob_stream.c 		if (type != 0x0a)
type              835 sound/firewire/bebob/bebob_stream.c 	enum avc_bridgeco_plug_type type;
type              851 sound/firewire/bebob/bebob_stream.c 		err = avc_bridgeco_get_plug_type(bebob->unit, addr, &type);
type              859 sound/firewire/bebob/bebob_stream.c 		if (type == AVC_BRIDGECO_PLUG_TYPE_SYNC) {
type              872 sound/firewire/bebob/bebob_stream.c 	enum avc_bridgeco_plug_type type;
type              896 sound/firewire/bebob/bebob_stream.c 	err = avc_bridgeco_get_plug_type(bebob->unit, addr, &type);
type              901 sound/firewire/bebob/bebob_stream.c 	} else if (type != AVC_BRIDGECO_PLUG_TYPE_ISOC) {
type              911 sound/firewire/bebob/bebob_stream.c 	err = avc_bridgeco_get_plug_type(bebob->unit, addr, &type);
type              916 sound/firewire/bebob/bebob_stream.c 	} else if (type != AVC_BRIDGECO_PLUG_TYPE_ISOC) {
type              929 sound/firewire/bebob/bebob_stream.c 		err = avc_bridgeco_get_plug_type(bebob->unit, addr, &type);
type              935 sound/firewire/bebob/bebob_stream.c 		} else if (type == AVC_BRIDGECO_PLUG_TYPE_MIDI) {
type              945 sound/firewire/bebob/bebob_stream.c 		err = avc_bridgeco_get_plug_type(bebob->unit, addr, &type);
type              951 sound/firewire/bebob/bebob_stream.c 		} else if (type == AVC_BRIDGECO_PLUG_TYPE_MIDI) {
type               32 sound/firewire/dice/dice-hwdep.c 		event.lock_status.type = SNDRV_FIREWIRE_EVENT_LOCK_STATUS;
type               38 sound/firewire/dice/dice-hwdep.c 		event.dice_notification.type =
type               78 sound/firewire/dice/dice-hwdep.c 	info.type = SNDRV_FIREWIRE_TYPE_DICE;
type               11 sound/firewire/dice/dice-transaction.c static u64 get_subaddr(struct snd_dice *dice, enum snd_dice_addr_type type,
type               14 sound/firewire/dice/dice-transaction.c 	switch (type) {
type               37 sound/firewire/dice/dice-transaction.c 			       enum snd_dice_addr_type type,
type               43 sound/firewire/dice/dice-transaction.c 				  get_subaddr(dice, type, offset), buf, len, 0);
type               47 sound/firewire/dice/dice-transaction.c 			      enum snd_dice_addr_type type, unsigned int offset,
type               53 sound/firewire/dice/dice-transaction.c 				  get_subaddr(dice, type, offset), buf, len, 0);
type              129 sound/firewire/dice/dice.h 			       enum snd_dice_addr_type type,
type              133 sound/firewire/dice/dice.h 			      enum snd_dice_addr_type type, unsigned int offset,
type               40 sound/firewire/digi00x/digi00x-hwdep.c 		event.lock_status.type = SNDRV_FIREWIRE_EVENT_LOCK_STATUS;
type               46 sound/firewire/digi00x/digi00x-hwdep.c 		event.digi00x_message.type =
type               86 sound/firewire/digi00x/digi00x-hwdep.c 	info.type = SNDRV_FIREWIRE_TYPE_DIGI00X;
type               39 sound/firewire/fireface/ff-hwdep.c 		event.lock_status.type = SNDRV_FIREWIRE_EVENT_LOCK_STATUS;
type               78 sound/firewire/fireface/ff-hwdep.c 	info.type = SNDRV_FIREWIRE_TYPE_FIREFACE;
type              172 sound/firewire/fireworks/fireworks.c 	if (hwinfo->type == MODEL_ECHO_AUDIOFIRE_9)
type              175 sound/firewire/fireworks/fireworks.c 	if (hwinfo->type == MODEL_ECHO_AUDIOFIRE_2 ||
type              176 sound/firewire/fireworks/fireworks.c 	    hwinfo->type == MODEL_ECHO_AUDIOFIRE_4 ||
type              177 sound/firewire/fireworks/fireworks.c 	    hwinfo->type == MODEL_ECHO_AUDIOFIRE_9 ||
type              178 sound/firewire/fireworks/fireworks.c 	    hwinfo->type == MODEL_GIBSON_RIP ||
type              179 sound/firewire/fireworks/fireworks.c 	    hwinfo->type == MODEL_GIBSON_GOLDTOP)
type               56 sound/firewire/fireworks/fireworks.h 	u8 type;	/* see enum snd_efw_grp_type */
type              129 sound/firewire/fireworks/fireworks.h 	u32 type;
type              225 sound/firewire/fireworks/fireworks_command.c 	be32_to_cpus(&hwinfo->type);
type               25 sound/firewire/fireworks/fireworks_hwdep.c 	unsigned int length, till_end, type;
type               30 sound/firewire/fireworks/fireworks_hwdep.c 	if (remained < sizeof(type) + sizeof(struct snd_efw_transaction))
type               34 sound/firewire/fireworks/fireworks_hwdep.c 	type = SNDRV_FIREWIRE_EVENT_EFW_RESPONSE;
type               35 sound/firewire/fireworks/fireworks_hwdep.c 	if (copy_to_user(buf, &type, sizeof(type)))
type               37 sound/firewire/fireworks/fireworks_hwdep.c 	remained -= sizeof(type);
type               38 sound/firewire/fireworks/fireworks_hwdep.c 	buf += sizeof(type);
type              102 sound/firewire/fireworks/fireworks_hwdep.c 		.lock_status.type = SNDRV_FIREWIRE_EVENT_LOCK_STATUS,
type              211 sound/firewire/fireworks/fireworks_hwdep.c 	info.type = SNDRV_FIREWIRE_TYPE_FIREWORKS;
type               19 sound/firewire/fireworks/fireworks_proc.c 	if (grp->type < ARRAY_SIZE(ch_type))
type               20 sound/firewire/fireworks/fireworks_proc.c 		return ch_type[grp->type];
type               43 sound/firewire/fireworks/fireworks_proc.c 	snd_iprintf(buffer, "type: 0x%X\n", hwinfo->type);
type               67 sound/firewire/fireworks/fireworks_proc.c 			    i, hwinfo->phys_out_grps[i].type,
type               76 sound/firewire/fireworks/fireworks_proc.c 			    i, hwinfo->phys_out_grps[i].type,
type              477 sound/firewire/isight.c 	info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               40 sound/firewire/motu/motu-hwdep.c 		event.lock_status.type = SNDRV_FIREWIRE_EVENT_LOCK_STATUS;
type               46 sound/firewire/motu/motu-hwdep.c 		event.motu_notification.type = SNDRV_FIREWIRE_EVENT_MOTU_NOTIFICATION;
type               85 sound/firewire/motu/motu-hwdep.c 	info.type = SNDRV_FIREWIRE_TYPE_MOTU;
type               39 sound/firewire/oxfw/oxfw-hwdep.c 		event.lock_status.type = SNDRV_FIREWIRE_EVENT_LOCK_STATUS;
type               78 sound/firewire/oxfw/oxfw-hwdep.c 	info.type = SNDRV_FIREWIRE_TYPE_OXFW;
type              184 sound/firewire/oxfw/oxfw-spkr.c 	info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              495 sound/firewire/oxfw/oxfw-stream.c 	unsigned int i, e, channels, type;
type              519 sound/firewire/oxfw/oxfw-stream.c 		type = format[6 + e * 2];
type              521 sound/firewire/oxfw/oxfw-stream.c 		switch (type) {
type               22 sound/firewire/tascam/tascam-hwdep.c 		.type = SNDRV_FIREWIRE_EVENT_LOCK_STATUS,
type               41 sound/firewire/tascam/tascam-hwdep.c 	unsigned int type = SNDRV_FIREWIRE_EVENT_TASCAM_CONTROL;
type               46 sound/firewire/tascam/tascam-hwdep.c 	if (remained < sizeof(type) + sizeof(*entries)) {
type               52 sound/firewire/tascam/tascam-hwdep.c 	count = sizeof(type);
type               53 sound/firewire/tascam/tascam-hwdep.c 	remained -= sizeof(type);
type               54 sound/firewire/tascam/tascam-hwdep.c 	pos += sizeof(type);
type               90 sound/firewire/tascam/tascam-hwdep.c 	if (copy_to_user(buf, &type, sizeof(type)))
type              151 sound/firewire/tascam/tascam-hwdep.c 	info.type = SNDRV_FIREWIRE_TYPE_TASCAM;
type               90 sound/hda/ext/hdac_ext_bus.c 	hdev->type = HDA_DEV_ASOC;
type              169 sound/hda/ext/hdac_ext_bus.c 	drv->type = HDA_DEV_ASOC;
type              339 sound/hda/ext/hdac_ext_stream.c 					   int type)
type              344 sound/hda/ext/hdac_ext_stream.c 	switch (type) {
type              371 sound/hda/ext/hdac_ext_stream.c void snd_hdac_ext_stream_release(struct hdac_ext_stream *stream, int type)
type              375 sound/hda/ext/hdac_ext_stream.c 	switch (type) {
type              396 sound/hda/ext/hdac_ext_stream.c 		dev_dbg(bus->dev, "Invalid type %d\n", type);
type               54 sound/hda/hda_bus_type.c 	if (hdev->type != hdrv->type)
type               58 sound/hda/hdac_device.c 	codec->type = HDA_DEV_CORE;
type              208 sound/hda/hdac_device.c 			codec->vendor_id, codec->revision_id, codec->type);
type               19 sound/hda/hdac_sysfs.c #define CODEC_ATTR(type)					\
type               20 sound/hda/hdac_sysfs.c static ssize_t type##_show(struct device *dev,			\
type               25 sound/hda/hdac_sysfs.c 	return sprintf(buf, "0x%x\n", codec->type);		\
type               27 sound/hda/hdac_sysfs.c static DEVICE_ATTR_RO(type)
type               29 sound/hda/hdac_sysfs.c #define CODEC_ATTR_STR(type)					\
type               30 sound/hda/hdac_sysfs.c static ssize_t type##_show(struct device *dev,			\
type               36 sound/hda/hdac_sysfs.c 		       codec->type ? codec->type : "");		\
type               38 sound/hda/hdac_sysfs.c static DEVICE_ATTR_RO(type)
type               40 sound/hda/hdac_sysfs.c CODEC_ATTR(type);
type              614 sound/hda/hdmi_chmap.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              673 sound/hda/hdmi_chmap.c 	int type;
type              703 sound/hda/hdmi_chmap.c 			type = chmap->ops.chmap_cea_alloc_validate_get_type(
type              705 sound/hda/hdmi_chmap.c 			if (type < 0)
type              710 sound/hda/hdmi_chmap.c 			if (put_user(type, dst) ||
type               32 sound/hda/intel-nhlt.c 	if (obj->type != ACPI_TYPE_BUFFER) {
type              348 sound/i2c/cs8427.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              373 sound/i2c/cs8427.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type              406 sound/i2c/cs8427.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              450 sound/i2c/cs8427.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              176 sound/i2c/other/ak4113.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              214 sound/i2c/other/ak4113.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              252 sound/i2c/other/ak4113.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              272 sound/i2c/other/ak4113.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              292 sound/i2c/other/ak4113.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              307 sound/i2c/other/ak4113.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              334 sound/i2c/other/ak4113.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type              171 sound/i2c/other/ak4114.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              208 sound/i2c/other/ak4114.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              226 sound/i2c/other/ak4114.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              266 sound/i2c/other/ak4114.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              280 sound/i2c/other/ak4114.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              304 sound/i2c/other/ak4114.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type              145 sound/i2c/other/ak4117.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              182 sound/i2c/other/ak4117.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              217 sound/i2c/other/ak4117.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              235 sound/i2c/other/ak4117.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              253 sound/i2c/other/ak4117.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              267 sound/i2c/other/ak4117.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              291 sound/i2c/other/ak4117.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type               95 sound/i2c/other/ak4xxx-adda.c 	switch (ak->type) {
type              267 sound/i2c/other/ak4xxx-adda.c 	switch (ak->type) {
type              357 sound/i2c/other/ak4xxx-adda.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              415 sound/i2c/other/ak4xxx-adda.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              611 sound/i2c/other/ak4xxx-adda.c 		if (ak->type == SND_AK4381 
type              652 sound/i2c/other/ak4xxx-adda.c 		switch (ak->type) {
type              720 sound/i2c/other/ak4xxx-adda.c 	if (ak->type == SND_AK4528)
type              746 sound/i2c/other/ak4xxx-adda.c 		if (ak->type == SND_AK5365)
type              758 sound/i2c/other/ak4xxx-adda.c 		if (ak->type == SND_AK5365 && (idx % 2) == 0) {
type              819 sound/i2c/other/ak4xxx-adda.c 		switch (ak->type) {
type              879 sound/i2c/other/ak4xxx-adda.c 	if (ak->type == SND_AK4355 || ak->type == SND_AK4358)
type              881 sound/i2c/other/ak4xxx-adda.c 	else if (ak->type == SND_AK4620)
type               73 sound/i2c/other/pt2258.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               74 sound/i2c/tea6330t.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              179 sound/i2c/tea6330t.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              226 sound/i2c/tea6330t.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              774 sound/isa/ad1816a/ad1816a_lib.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type              839 sound/isa/ad1816a/ad1816a_lib.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type              166 sound/isa/cmi8330.c 	enum card_type type;
type              300 sound/isa/cmi8330.c 	strcpy(card->mixername, (acard->type == CMI8329) ? "CMI8329" : "CMI8330/C3D");
type              326 sound/isa/cmi8330.c 	acard->type = (id->devs[3].id[0]) ? CMI8329 : CMI8330;
type              436 sound/isa/cmi8330.c 	if ((err = snd_pcm_new(card, (chip->type == CMI8329) ? "CMI8329" : "CMI8330", 0, 1, 1, &pcm)) < 0)
type              438 sound/isa/cmi8330.c 	strcpy(pcm->name, (chip->type == CMI8329) ? "CMI8329" : "CMI8330");
type              591 sound/isa/cmi8330.c 	strcpy(card->driver, (acard->type == CMI8329) ? "CMI8329" : "CMI8330/C3D");
type              592 sound/isa/cmi8330.c 	strcpy(card->shortname, (acard->type == CMI8329) ? "C-Media CMI8329" : "C-Media CMI8330/C3D");
type              398 sound/isa/cs423x/cs4236_lib.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type              511 sound/isa/cs423x/cs4236_lib.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type              787 sound/isa/es1688/es1688_lib.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type              846 sound/isa/es1688/es1688_lib.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1059 sound/isa/es18xx.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1123 sound/isa/es18xx.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1187 sound/isa/es18xx.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type              372 sound/isa/galaxy/galaxy.c static int galaxy_init(struct snd_galaxy *galaxy, u8 *type)
type              397 sound/isa/galaxy/galaxy.c 	err = dsp_get_byte(galaxy->port, type);
type              496 sound/isa/galaxy/galaxy.c 	u8 type;
type              516 sound/isa/galaxy/galaxy.c 	err = galaxy_init(galaxy, &type);
type              521 sound/isa/galaxy/galaxy.c 	dev_info(dev, "Sound Galaxy (type %d) found at %#lx\n", type, port[n]);
type               39 sound/isa/gus/gus_main.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               68 sound/isa/gus/gus_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              751 sound/isa/gus/gus_pcm.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              221 sound/isa/gus/gus_reset.c 				    int type, int client, int port)
type              224 sound/isa/gus/gus_reset.c 	switch (type) {
type              242 sound/isa/gus/gus_reset.c struct snd_gus_voice *snd_gf1_alloc_voice(struct snd_gus_card * gus, int type, int client, int port)
type              249 sound/isa/gus/gus_reset.c 	if (type == SNDRV_GF1_VOICE_TYPE_PCM) {
type              258 sound/isa/gus/gus_reset.c 			snd_gf1_alloc_voice_use(gus, pvoice, type, client, port);
type              267 sound/isa/gus/gus_reset.c 			snd_gf1_alloc_voice_use(gus, pvoice, type, client, port);
type              447 sound/isa/gus/interwave.c 			gus->card->type = SNDRV_CARD_TYPE_IW_DYNASONIC;
type              146 sound/isa/msnd/msnd.c 		if (dev->type == msndClassic)
type              181 sound/isa/msnd/msnd.c 		if (dev->type == msndClassic)
type              238 sound/isa/msnd/msnd.h 	enum { msndClassic, msndPinnacle } type;
type             1005 sound/isa/msnd/msnd_pinnacle.c 	chip->type = msndClassic;
type             1007 sound/isa/msnd/msnd_pinnacle.c 	chip->type = msndPinnacle;
type             1130 sound/isa/msnd/msnd_pinnacle.c 	chip->type = msndClassic;
type             1132 sound/isa/msnd/msnd_pinnacle.c 	chip->type = msndPinnacle;
type              127 sound/isa/msnd/msnd_pinnacle_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              211 sound/isa/msnd/msnd_pinnacle_mixer.c 		if (dev->type == msndClassic)
type              244 sound/isa/msnd/msnd_pinnacle_mixer.c 		if (dev->type == msndPinnacle)
type              323 sound/isa/msnd/msnd_pinnacle_mixer.c 	if (dev->type == msndPinnacle) {
type              300 sound/isa/opti9xx/miro.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              405 sound/isa/opti9xx/miro.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              822 sound/isa/sb/emu8000.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              883 sound/isa/sb/emu8000.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              950 sound/isa/sb/emu8000.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               29 sound/isa/sb/emu8000_callback.c static int load_fx(struct snd_emux *emu, int type, int mode,
type              517 sound/isa/sb/emu8000_callback.c load_fx(struct snd_emux *emu, int type, int mode, const void __user *buf, long len)
type              526 sound/isa/sb/emu8000_callback.c 	switch (type) {
type              977 sound/isa/sb/sb16_csp.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               49 sound/isa/sb/sb_mixer.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type              101 sound/isa/sb/sb_mixer.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type              377 sound/isa/sb/sb_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              439 sound/isa/sb/sb_mixer.c int snd_sbmixer_add_ctl(struct snd_sb *chip, const char *name, int index, int type, unsigned long value)
type              482 sound/isa/sb/sb_mixer.c 	ctl = snd_ctl_new1(&newctls[type], chip);
type              526 sound/isa/sb/sb_mixer.c 		.type = SB_MIX_CAPTURE_PRO
type              621 sound/isa/sb/sb_mixer.c 		.type = SB_MIX_CAPTURE_DT019X
type              649 sound/isa/sb/sb_mixer.c 		.type = SB_MIX_MONO_CAPTURE_ALS4K
type              135 sound/isa/sscape.c 	enum card_type type;
type              595 sound/isa/sscape.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              734 sound/isa/sscape.c 	if (s->type != SSCAPE_VIVO && (d & 0x9f) != 0x0e)
type              740 sound/isa/sscape.c 	if (s->type == SSCAPE_VIVO)
type              765 sound/isa/sscape.c 		s->type = MEDIA_FX;
type              844 sound/isa/sscape.c 	switch (sscape->type) {
type              869 sound/isa/sscape.c 		if (sscape->type != SSCAPE_VIVO) {
type              905 sound/isa/sscape.c 		if (sscape->type != SSCAPE_VIVO) {
type              951 sound/isa/sscape.c 	if (sscape->type == SSCAPE_VIVO) {
type              982 sound/isa/sscape.c 	switch (sscape->type) {
type             1006 sound/isa/sscape.c 	irq_cfg = get_irq_config(sscape->type, irq[dev]);
type             1013 sound/isa/sscape.c 	mpu_irq_cfg = get_irq_config(sscape->type, mpu_irq[dev]);
type             1073 sound/isa/sscape.c 	if (sscape->type != SSCAPE_VIVO) {
type             1165 sound/isa/sscape.c 	sscape->type = SSCAPE;
type             1260 sound/isa/sscape.c 		sscape->type = SSCAPE_VIVO;
type             1262 sound/isa/sscape.c 		sscape->type = SSCAPE_PNP;
type             1271 sound/isa/sscape.c 	if (sscape->type == SSCAPE_PNP) {
type             2045 sound/isa/wss/wss_lib.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2102 sound/isa/wss/wss_lib.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type              172 sound/mips/hal2.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              149 sound/mips/sgio2audio.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              574 sound/parisc/harmony.c 	if (err > 0 && h->dma.type == SNDRV_DMA_TYPE_CONTINUOUS)
type              637 sound/parisc/harmony.c 	h->dma.type = SNDRV_DMA_TYPE_DEV;
type              639 sound/parisc/harmony.c 	err = snd_dma_alloc_pages(h->dma.type,
type              649 sound/parisc/harmony.c 	err = snd_dma_alloc_pages(h->dma.type,
type              659 sound/parisc/harmony.c 	snd_pcm_lib_preallocate_pages_for_all(pcm, h->dma.type, h->dma.dev,
type              683 sound/parisc/harmony.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : 
type              527 sound/pci/ac97/ac97_codec.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type              689 sound/pci/ac97/ac97_codec.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              879 sound/pci/ac97/ac97_codec.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type              928 sound/pci/ac97/ac97_codec.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2844 sound/pci/ac97/ac97_codec.c static int apply_quirk(struct snd_ac97 *ac97, int type)
type             2846 sound/pci/ac97/ac97_codec.c 	if (type <= 0)
type             2848 sound/pci/ac97/ac97_codec.c 	else if (type >= ARRAY_SIZE(applicable_quirks))
type             2850 sound/pci/ac97/ac97_codec.c 	if (applicable_quirks[type].func)
type             2851 sound/pci/ac97/ac97_codec.c 		return applicable_quirks[type].func(ac97);
type             2912 sound/pci/ac97/ac97_codec.c 			result = apply_quirk(ac97, quirk->type);
type             2916 sound/pci/ac97/ac97_codec.c 					 quirk->type, quirk->name, result);
type              737 sound/pci/ad1889.c 		.type = AC97_TUNE_HP_ONLY
type               64 sound/pci/ak4531_codec.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type              131 sound/pci/ak4531_codec.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type              206 sound/pci/ak4531_codec.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              910 sound/pci/ali5451/ali5451.c 						 int type, int rec, int channel)
type              915 sound/pci/ali5451/ali5451.c 	dev_dbg(codec->card->dev, "alloc_voice: type=%d rec=%d\n", type, rec);
type              918 sound/pci/ali5451/ali5451.c 	if (type == SNDRV_ALI_VOICE_TYPE_PCM) {
type             1498 sound/pci/asihpi/asihpi.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1616 sound/pci/asihpi/asihpi.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1749 sound/pci/asihpi/asihpi.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1845 sound/pci/asihpi/asihpi.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2008 sound/pci/asihpi/asihpi.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2089 sound/pci/asihpi/asihpi.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2189 sound/pci/asihpi/asihpi.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type             2374 sound/pci/asihpi/asihpi.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type             2446 sound/pci/asihpi/asihpi.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2488 sound/pci/asihpi/asihpi.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2732 sound/pci/asihpi/asihpi.c 	u16 type;
type             2740 sound/pci/asihpi/asihpi.c 			&version, &serial_number, &type));
type             2745 sound/pci/asihpi/asihpi.c 			type, asihpi->hpi->adapter->index,
type             2968 sound/pci/asihpi/asihpi.c 			asihpi->hpi->adapter->type);
type             1612 sound/pci/asihpi/hpi.h u16 hpi_parametric_eq_set_band(u32 h_control, u16 index, u16 type,
type              349 sound/pci/asihpi/hpi6000.c 	switch (phm->type) {
type              446 sound/pci/asihpi/hpi6000.c 	phr->u.s.adapter_type = ao.type;
type              529 sound/pci/asihpi/hpi6000.c 		hm.type = HPI_TYPE_REQUEST;
type              550 sound/pci/asihpi/hpi6000.c 		pao->type = hr0.u.ax.info.adapter_type;
type              575 sound/pci/asihpi/hpi6000.c 	HPI_DEBUG_LOG(DEBUG, "get adapter info ASI%04X index %d\n", pao->type,
type              945 sound/pci/asihpi/hpi6000.c 			u32 type;
type              957 sound/pci/asihpi/hpi6000.c 			error = hpi_dsp_code_read_word(&dsp_code, &type);
type              980 sound/pci/asihpi/hpi6000.c 			u32 type;
type              988 sound/pci/asihpi/hpi6000.c 			hpi_dsp_code_read_word(&dsp_code, &type);
type              389 sound/pci/asihpi/hpi6205.c 	switch (phm->type) {
type              485 sound/pci/asihpi/hpi6205.c 	phr->u.s.adapter_type = ao.type;
type              631 sound/pci/asihpi/hpi6205.c 		hm.type = HPI_TYPE_REQUEST;
type              648 sound/pci/asihpi/hpi6205.c 		pao->type = hr.u.ax.info.adapter_type;
type             1389 sound/pci/asihpi/hpi6205.c 			u32 type;
type             1401 sound/pci/asihpi/hpi6205.c 			err = hpi_dsp_code_read_word(&dsp_code, &type);
type             1431 sound/pci/asihpi/hpi6205.c 			u32 type = 0;
type             1440 sound/pci/asihpi/hpi6205.c 			hpi_dsp_code_read_word(&dsp_code, &type);
type              548 sound/pci/asihpi/hpi_internal.h 	u32 type;
type              989 sound/pci/asihpi/hpi_internal.h 	u8 type;		/* HPI_TYPE_MESSAGE  */
type             1000 sound/pci/asihpi/hpi_internal.h 	u8 type;		/* HPI_TYPE_MESSAGE  */
type             1051 sound/pci/asihpi/hpi_internal.h 	u8 type;		/* HPI_TYPE_RESPONSE  */
type             1062 sound/pci/asihpi/hpi_internal.h 	u8 type;		/* HPI_TYPE_RESPONSE  */
type             1233 sound/pci/asihpi/hpi_internal.h 	u8 type;
type               37 sound/pci/asihpi/hpicmn.c 	if (phr->type != HPI_TYPE_RESPONSE) {
type               38 sound/pci/asihpi/hpicmn.c 		HPI_DEBUG_LOG(ERROR, "header type %d invalid\n", phr->type);
type               69 sound/pci/asihpi/hpicmn.c 	if (adapters.adapter[pao->index].type) {
type               72 sound/pci/asihpi/hpicmn.c 			if (!adapters.adapter[a].type) {
type               75 sound/pci/asihpi/hpicmn.c 					pao->type, pao->index, a);
type               96 sound/pci/asihpi/hpicmn.c 	if (!pao->type) {
type              102 sound/pci/asihpi/hpicmn.c 	if (adapters.adapter[pao->index].type)
type              124 sound/pci/asihpi/hpicmn.c 	if (pao->type != 0) {
type              157 sound/pci/asihpi/hpicmn.c 		if (adapters.adapter[index].type) {
type              166 sound/pci/asihpi/hpicmn.c 		phr->u.s.adapter_type = adapters.adapter[index].type;
type              519 sound/pci/asihpi/hpicmn.c 		phr->type = HPI_TYPE_RESPONSE;
type              698 sound/pci/asihpi/hpicmn.c 	switch (phm->type) {
type               21 sound/pci/asihpi/hpicmn.h 	u16 type;		/* 0x6644 == ASI6644 etc */
type               48 sound/pci/asihpi/hpidspcd.c 	if ((header.type != 0x45444F43) ||	/* "CODE" */
type               29 sound/pci/asihpi/hpidspcd.h 	u32 type;
type             2218 sound/pci/asihpi/hpifunc.c u16 hpi_parametric_eq_set_band(u32 h_control, u16 index, u16 type,
type             2230 sound/pci/asihpi/hpifunc.c 	hm.u.c.param2 = (index & 0xFFFFL) + ((u32)type << 16);
type               43 sound/pci/asihpi/hpimsginit.c 		phm->type = HPI_TYPE_SSX2BYPASS_MESSAGE;
type               45 sound/pci/asihpi/hpimsginit.c 		phm->type = HPI_TYPE_REQUEST;
type               70 sound/pci/asihpi/hpimsginit.c 	phr->type = HPI_TYPE_RESPONSE;
type               94 sound/pci/asihpi/hpimsginit.c 		phm->type = HPI_TYPE_REQUEST;
type              110 sound/pci/asihpi/hpimsginit.c 	phr->type = HPI_TYPE_RESPONSE;
type              117 sound/pci/asihpi/hpimsgx.c 	u16 type;
type              309 sound/pci/asihpi/hpimsgx.c 	if (phm->type != HPI_TYPE_REQUEST) {
type              604 sound/pci/asihpi/hpimsgx.c 	aDAPTER_INFO[adapter].type = hr.u.ax.info.adapter_type;
type              186 sound/pci/asihpi/hpioctl.c 		if (!pa || !pa->adapter || !pa->adapter->type) {
type              317 sound/pci/asihpi/hpioctl.c 		pr_err("asihpi_isr ASI%04X:%d no handler\n", a->adapter->type,
type              497 sound/pci/asihpi/hpioctl.c 		 adapter.adapter->type, adapter_index);
type              216 sound/pci/atiixp.c 	int type;			/* ATI_DMA_XXX */
type              676 sound/pci/atiixp.c 	dev_dbg(chip->card->dev, "XRUN detected (DMA %d)\n", dma->ops->type);
type             1216 sound/pci/atiixp.c 	.type = ATI_DMA_PLAYBACK,
type             1225 sound/pci/atiixp.c 	.type = ATI_DMA_CAPTURE,
type             1234 sound/pci/atiixp.c 	.type = ATI_DMA_SPDIF,
type             1391 sound/pci/atiixp.c 		.type = AC97_TUNE_MUTE_LED
type             1397 sound/pci/atiixp.c 		.type = AC97_TUNE_MUTE_LED
type             1403 sound/pci/atiixp.c 		.type = AC97_TUNE_MUTE_LED
type              192 sound/pci/atiixp_modem.c 	int type;			/* ATI_DMA_XXX */
type              626 sound/pci/atiixp_modem.c 	dev_dbg(chip->card->dev, "XRUN detected (DMA %d)\n", dma->ops->type);
type              960 sound/pci/atiixp_modem.c 	.type = ATI_DMA_PLAYBACK,
type              969 sound/pci/atiixp_modem.c 	.type = ATI_DMA_CAPTURE,
type              115 sound/pci/au88x0/au88x0.h 	int type;		/* Output type (ac97, a3d, spdif, i2s, dsp) */
type              237 sound/pci/au88x0/au88x0.h 				 int dir, int type, int subdev);
type              719 sound/pci/au88x0/au88x0_a3d.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              728 sound/pci/au88x0/au88x0_a3d.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              737 sound/pci/au88x0/au88x0_a3d.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              747 sound/pci/au88x0/au88x0_a3d.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2110 sound/pci/au88x0/au88x0_core.c 			int type, int subdev)
type             2132 sound/pci/au88x0/au88x0_core.c 	stream->type = type;
type             2141 sound/pci/au88x0/au88x0_core.c 		if (stream->type != VORTEX_PCM_SPDIF) {
type             2150 sound/pci/au88x0/au88x0_core.c 				if (stream->type != VORTEX_PCM_A3D) {
type             2164 sound/pci/au88x0/au88x0_core.c 		if (stream->type == VORTEX_PCM_A3D) {
type             2180 sound/pci/au88x0/au88x0_core.c 		if ((stream->type == VORTEX_PCM_SPDIF) && (en)) {
type             2191 sound/pci/au88x0/au88x0_core.c 			if (stream->type == VORTEX_PCM_ADB) {
type             2213 sound/pci/au88x0/au88x0_core.c 			if (stream->type == VORTEX_PCM_A3D) {
type             2223 sound/pci/au88x0/au88x0_core.c 			if (stream->type == VORTEX_PCM_SPDIF)
type             2229 sound/pci/au88x0/au88x0_core.c 		if (stream->type != VORTEX_PCM_SPDIF && stream->type != VORTEX_PCM_A3D) {
type             2246 sound/pci/au88x0/au88x0_core.c 			if (stream->type == VORTEX_PCM_ADB && en) {
type             2257 sound/pci/au88x0/au88x0_core.c 			if (nr_ch == 1 && stream->type == VORTEX_PCM_SPDIF)
type             2263 sound/pci/au88x0/au88x0_core.c 		if ((stream->type == VORTEX_PCM_SPDIF) && (!en)) {
type              762 sound/pci/au88x0/au88x0_eq.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              820 sound/pci/au88x0/au88x0_eq.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              228 sound/pci/au88x0/au88x0_pcm.c 		int dma, type = VORTEX_PCM_TYPE(substream->pcm);
type              233 sound/pci/au88x0/au88x0_pcm.c 					      stream->type,
type              239 sound/pci/au88x0/au88x0_pcm.c 					  substream->stream, type,
type              294 sound/pci/au88x0/au88x0_pcm.c 					      stream->type,
type              465 sound/pci/au88x0/au88x0_pcm.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              533 sound/pci/au88x0/au88x0_pcm.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              256 sound/pci/azt3328.c 	enum snd_azf3328_codec_type type;
type              926 sound/pci/azt3328.c 	uinfo->type = reg.mask == 1 ?
type             1285 sound/pci/azt3328.c 	if (codec->type != AZF_CODEC_CAPTURE)
type             1473 sound/pci/azt3328.c 	bool is_main_mixer_playback_codec = (AZF_CODEC_PLAYBACK == codec->type);
type             1534 sound/pci/azt3328.c 		snd_azf3328_ctrl_codec_activity(chip, codec->type, 1);
type             1585 sound/pci/azt3328.c 		snd_azf3328_ctrl_codec_activity(chip, codec->type, 0);
type             2429 sound/pci/azt3328.c 	codec_setup->type = AZF_CODEC_PLAYBACK;
type             2435 sound/pci/azt3328.c 	codec_setup->type = AZF_CODEC_CAPTURE;
type             2441 sound/pci/azt3328.c 	codec_setup->type = AZF_CODEC_I2S_OUT;
type              554 sound/pci/bt87x.c 	info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              312 sound/pci/ca0106/ca0106_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              404 sound/pci/ca0106/ca0106_mixer.c         uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              451 sound/pci/ca0106/ca0106_mixer.c         uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1000 sound/pci/cmipci.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             1047 sound/pci/cmipci.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             1074 sound/pci/cmipci.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             2028 sound/pci/cmipci.c 	uinfo->type = reg.mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2110 sound/pci/cmipci.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type             2199 sound/pci/cmipci.c 	uinfo->type = reg.mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type              992 sound/pci/cs4281.c 	uinfo->type              = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1893 sound/pci/cs46xx/cs46xx_lib.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2143 sound/pci/cs46xx/cs46xx_lib.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              185 sound/pci/cs46xx/dsp_spos.c add_symbol (struct snd_cs46xx * chip, char * symbol_name, u32 address, int type)
type              198 sound/pci/cs46xx/dsp_spos.c 				     type) != NULL) {
type              208 sound/pci/cs46xx/dsp_spos.c 	ins->symbol_table.symbols[index].symbol_type = type;
type               38 sound/pci/cs5535audio/cs5535audio.c 		.type = AC97_TUNE_HP_ONLY
type               60 sound/pci/cs5535audio/cs5535audio.h 	int type;
type               64 sound/pci/cs5535audio/cs5535audio_olpc.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type               88 sound/pci/cs5535audio/cs5535audio_olpc.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              393 sound/pci/cs5535audio/cs5535audio_pcm.c         .type = CS5535AUDIO_DMA_PLAYBACK,
type              403 sound/pci/cs5535audio/cs5535audio_pcm.c         .type = CS5535AUDIO_DMA_CAPTURE,
type             1029 sound/pci/ctxfi/ctatc.c static int atc_daio_unmute(struct ct_atc *atc, unsigned char state, int type)
type             1034 sound/pci/ctxfi/ctatc.c 		daio_mgr->daio_enable(daio_mgr, atc->daios[type]);
type             1036 sound/pci/ctxfi/ctatc.c 		daio_mgr->daio_disable(daio_mgr, atc->daios[type]);
type             1044 sound/pci/ctxfi/ctatc.c atc_dao_get_status(struct ct_atc *atc, unsigned int *status, int type)
type             1046 sound/pci/ctxfi/ctatc.c 	struct dao *dao = container_of(atc->daios[type], struct dao, daio);
type             1051 sound/pci/ctxfi/ctatc.c atc_dao_set_status(struct ct_atc *atc, unsigned int status, int type)
type             1053 sound/pci/ctxfi/ctatc.c 	struct dao *dao = container_of(atc->daios[type], struct dao, daio);
type             1169 sound/pci/ctxfi/ctatc.c 			if (daio->type < LINEIM) {
type             1397 sound/pci/ctxfi/ctatc.c 		da_desc.type = (atc->model != CTSB073X) ? i :
type              103 sound/pci/ctxfi/ctdaio.c static unsigned int daio_device_index(enum DAIOTYP type, struct hw *hw)
type              107 sound/pci/ctxfi/ctdaio.c 		switch (type) {
type              119 sound/pci/ctxfi/ctdaio.c 		switch (type) {
type              152 sound/pci/ctxfi/ctdaio.c 		daio_device_index(dao->daio.type, dao->hw), dao->ctrl_blk);
type              313 sound/pci/ctxfi/ctdaio.c 		daio_device_index(dai->daio.type, dai->hw), dai->ctrl_blk);
type              335 sound/pci/ctxfi/ctdaio.c 		idx_l = idx_20k1[desc->type].left;
type              336 sound/pci/ctxfi/ctdaio.c 		idx_r = idx_20k1[desc->type].right;
type              339 sound/pci/ctxfi/ctdaio.c 		idx_l = idx_20k2[desc->type].left;
type              340 sound/pci/ctxfi/ctdaio.c 		idx_r = idx_20k2[desc->type].right;
type              354 sound/pci/ctxfi/ctdaio.c 	if (desc->type <= DAIO_OUT_MAX) {
type              368 sound/pci/ctxfi/ctdaio.c 	daio->type = desc->type;
type              411 sound/pci/ctxfi/ctdaio.c 			daio_device_index(dao->daio.type, hw));
type              416 sound/pci/ctxfi/ctdaio.c 			daio_device_index(dao->daio.type, hw), conf);
type              418 sound/pci/ctxfi/ctdaio.c 			daio_device_index(dao->daio.type, hw));
type              455 sound/pci/ctxfi/ctdaio.c 	dsc.type = dao->daio.type;
type              489 sound/pci/ctxfi/ctdaio.c 		daio_device_index(dai->daio.type, dai->hw), dai->ctrl_blk);
type              506 sound/pci/ctxfi/ctdaio.c static int daio_mgr_get_rsc(struct rsc_mgr *mgr, enum DAIOTYP type)
type              508 sound/pci/ctxfi/ctdaio.c 	if (((struct daio_usage *)mgr->rscs)->data & (0x1 << type))
type              511 sound/pci/ctxfi/ctdaio.c 	((struct daio_usage *)mgr->rscs)->data |= (0x1 << type);
type              516 sound/pci/ctxfi/ctdaio.c static int daio_mgr_put_rsc(struct rsc_mgr *mgr, enum DAIOTYP type)
type              518 sound/pci/ctxfi/ctdaio.c 	((struct daio_usage *)mgr->rscs)->data &= ~(0x1 << type);
type              534 sound/pci/ctxfi/ctdaio.c 	err = daio_mgr_get_rsc(&mgr->mgr, desc->type);
type              544 sound/pci/ctxfi/ctdaio.c 	if (desc->type <= DAIO_OUT_MAX) {
type              577 sound/pci/ctxfi/ctdaio.c 	daio_mgr_put_rsc(&mgr->mgr, desc->type);
type              590 sound/pci/ctxfi/ctdaio.c 	daio_mgr_put_rsc(&mgr->mgr, daio->type);
type              593 sound/pci/ctxfi/ctdaio.c 	if (daio->type <= DAIO_OUT_MAX) {
type              608 sound/pci/ctxfi/ctdaio.c 	if (DAIO_OUT_MAX >= daio->type) {
type              610 sound/pci/ctxfi/ctdaio.c 				daio_device_index(daio->type, hw));
type              613 sound/pci/ctxfi/ctdaio.c 				daio_device_index(daio->type, hw));
type              622 sound/pci/ctxfi/ctdaio.c 	if (DAIO_OUT_MAX >= daio->type) {
type              624 sound/pci/ctxfi/ctdaio.c 				daio_device_index(daio->type, hw));
type              627 sound/pci/ctxfi/ctdaio.c 				daio_device_index(daio->type, hw));
type               45 sound/pci/ctxfi/ctdaio.h 	enum DAIOTYP type;
type               91 sound/pci/ctxfi/ctdaio.h 	unsigned int type:4;
type             1484 sound/pci/ctxfi/cthw20k1.c static int is_adc_input_selected_SB055x(struct hw *hw, enum ADCSRC type)
type             1489 sound/pci/ctxfi/cthw20k1.c static int is_adc_input_selected_SBx(struct hw *hw, enum ADCSRC type)
type             1494 sound/pci/ctxfi/cthw20k1.c 	switch (type) {
type             1510 sound/pci/ctxfi/cthw20k1.c static int is_adc_input_selected_hendrix(struct hw *hw, enum ADCSRC type)
type             1515 sound/pci/ctxfi/cthw20k1.c 	switch (type) {
type             1528 sound/pci/ctxfi/cthw20k1.c static int hw_is_adc_input_selected(struct hw *hw, enum ADCSRC type)
type             1532 sound/pci/ctxfi/cthw20k1.c 		return is_adc_input_selected_SB055x(hw, type);
type             1534 sound/pci/ctxfi/cthw20k1.c 		return is_adc_input_selected_hendrix(hw, type);
type             1536 sound/pci/ctxfi/cthw20k1.c 		return is_adc_input_selected_hendrix(hw, type);
type             1538 sound/pci/ctxfi/cthw20k1.c 		return is_adc_input_selected_SBx(hw, type);
type             1543 sound/pci/ctxfi/cthw20k1.c adc_input_select_SB055x(struct hw *hw, enum ADCSRC type, unsigned char boost)
type             1558 sound/pci/ctxfi/cthw20k1.c 	switch (type) {
type             1583 sound/pci/ctxfi/cthw20k1.c adc_input_select_SBx(struct hw *hw, enum ADCSRC type, unsigned char boost)
type             1599 sound/pci/ctxfi/cthw20k1.c 	switch (type) {
type             1633 sound/pci/ctxfi/cthw20k1.c adc_input_select_hendrix(struct hw *hw, enum ADCSRC type, unsigned char boost)
type             1649 sound/pci/ctxfi/cthw20k1.c 	switch (type) {
type             1677 sound/pci/ctxfi/cthw20k1.c static int hw_adc_input_select(struct hw *hw, enum ADCSRC type)
type             1679 sound/pci/ctxfi/cthw20k1.c 	int state = type == ADC_MICIN;
type             1683 sound/pci/ctxfi/cthw20k1.c 		return adc_input_select_SB055x(hw, type, state);
type             1685 sound/pci/ctxfi/cthw20k1.c 		return adc_input_select_hendrix(hw, type, state);
type             1687 sound/pci/ctxfi/cthw20k1.c 		return adc_input_select_hendrix(hw, type, state);
type             1689 sound/pci/ctxfi/cthw20k1.c 		return adc_input_select_SBx(hw, type, state);
type             1756 sound/pci/ctxfi/cthw20k2.c static int hw_is_adc_input_selected(struct hw *hw, enum ADCSRC type)
type             1765 sound/pci/ctxfi/cthw20k2.c 	switch (type) {
type             1807 sound/pci/ctxfi/cthw20k2.c static int hw_adc_input_select(struct hw *hw, enum ADCSRC type)
type             1811 sound/pci/ctxfi/cthw20k2.c 	switch (type) {
type              219 sound/pci/ctxfi/ctmixer.c ct_mixer_recording_select(struct ct_mixer *mixer, enum CT_AMIXER_CTL type);
type              222 sound/pci/ctxfi/ctmixer.c ct_mixer_recording_unselect(struct ct_mixer *mixer, enum CT_AMIXER_CTL type);
type              267 sound/pci/ctxfi/ctmixer.c get_switch_state(struct ct_mixer *mixer, enum CTALSA_MIXER_CTL type)
type              269 sound/pci/ctxfi/ctmixer.c 	return (mixer->switch_state & (0x1 << (type - SWH_MIXER_START)))
type              275 sound/pci/ctxfi/ctmixer.c 		 enum CTALSA_MIXER_CTL type, unsigned char state)
type              278 sound/pci/ctxfi/ctmixer.c 		mixer->switch_state |= (0x1 << (type - SWH_MIXER_START));
type              280 sound/pci/ctxfi/ctmixer.c 		mixer->switch_state &= ~(0x1 << (type - SWH_MIXER_START));
type              333 sound/pci/ctxfi/ctmixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              345 sound/pci/ctxfi/ctmixer.c 	enum CT_AMIXER_CTL type = get_amixer_index(kcontrol->private_value);
type              351 sound/pci/ctxfi/ctmixer.c 						amixers[type*CHN_NUM+i];
type              368 sound/pci/ctxfi/ctmixer.c 	enum CT_AMIXER_CTL type = get_amixer_index(kcontrol->private_value);
type              379 sound/pci/ctxfi/ctmixer.c 		amixer = mixer->amixers[type*CHN_NUM+i];
type              386 sound/pci/ctxfi/ctmixer.c 			if (AMIXER_MASTER_F == type || AMIXER_PCM_F == type) {
type              389 sound/pci/ctxfi/ctmixer.c 						amixers[(type+j)*CHN_NUM+i];
type              482 sound/pci/ctxfi/ctmixer.c do_line_mic_switch(struct ct_atc *atc, enum CTALSA_MIXER_CTL type)
type              485 sound/pci/ctxfi/ctmixer.c 	if (MIXER_LINEIN_C_S == type) {
type              490 sound/pci/ctxfi/ctmixer.c 	} else if (MIXER_MIC_C_S == type) {
type              523 sound/pci/ctxfi/ctmixer.c static void do_switch(struct ct_atc *atc, enum CTALSA_MIXER_CTL type, int state)
type              529 sound/pci/ctxfi/ctmixer.c 	if ((SWH_CAPTURE_START <= type) && (SWH_CAPTURE_END >= type)) {
type              532 sound/pci/ctxfi/ctmixer.c 						  get_amixer_index(type));
type              535 sound/pci/ctxfi/ctmixer.c 						    get_amixer_index(type));
type              540 sound/pci/ctxfi/ctmixer.c 	    (MIXER_LINEIN_C_S == type || MIXER_MIC_C_S == type)) {
type              542 sound/pci/ctxfi/ctmixer.c 			do_line_mic_switch(atc, type);
type              544 sound/pci/ctxfi/ctmixer.c 	} else if (cap.dedicated_mic && (MIXER_LINEIN_C_S == type))
type              546 sound/pci/ctxfi/ctmixer.c 	else if (cap.dedicated_mic && (MIXER_MIC_C_S == type))
type              548 sound/pci/ctxfi/ctmixer.c 	else if (MIXER_SPDIFI_C_S == type)
type              550 sound/pci/ctxfi/ctmixer.c 	else if (MIXER_WAVEF_P_S == type)
type              552 sound/pci/ctxfi/ctmixer.c 	else if (MIXER_WAVES_P_S == type)
type              554 sound/pci/ctxfi/ctmixer.c 	else if (MIXER_WAVEC_P_S == type)
type              556 sound/pci/ctxfi/ctmixer.c 	else if (MIXER_WAVER_P_S == type)
type              558 sound/pci/ctxfi/ctmixer.c 	else if (MIXER_SPDIFO_P_S == type)
type              560 sound/pci/ctxfi/ctmixer.c 	else if (MIXER_DIGITAL_IO_S == type)
type              569 sound/pci/ctxfi/ctmixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              583 sound/pci/ctxfi/ctmixer.c 	enum CTALSA_MIXER_CTL type = kcontrol->private_value;
type              585 sound/pci/ctxfi/ctmixer.c 	ucontrol->value.integer.value[0] = get_switch_state(mixer, type);
type              594 sound/pci/ctxfi/ctmixer.c 	enum CTALSA_MIXER_CTL type = kcontrol->private_value;
type              598 sound/pci/ctxfi/ctmixer.c 	if (get_switch_state(mixer, type) == state)
type              601 sound/pci/ctxfi/ctmixer.c 	set_switch_state(mixer, type, state);
type              602 sound/pci/ctxfi/ctmixer.c 	do_switch(atc, type, state);
type              618 sound/pci/ctxfi/ctmixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              736 sound/pci/ctxfi/ctmixer.c 	enum CTALSA_MIXER_CTL type;
type              742 sound/pci/ctxfi/ctmixer.c 	for (type = VOL_MIXER_START; type <= VOL_MIXER_END; type++) {
type              743 sound/pci/ctxfi/ctmixer.c 		if (ct_kcontrol_init_table[type].ctl) {
type              744 sound/pci/ctxfi/ctmixer.c 			vol_ctl.name = ct_kcontrol_init_table[type].name;
type              745 sound/pci/ctxfi/ctmixer.c 			vol_ctl.private_value = (unsigned long)type;
type              754 sound/pci/ctxfi/ctmixer.c 	for (type = SWH_MIXER_START; type <= SWH_MIXER_END; type++) {
type              755 sound/pci/ctxfi/ctmixer.c 		if (ct_kcontrol_init_table[type].ctl) {
type              756 sound/pci/ctxfi/ctmixer.c 			swh_ctl.name = ct_kcontrol_init_table[type].name;
type              757 sound/pci/ctxfi/ctmixer.c 			swh_ctl.private_value = (unsigned long)type;
type              809 sound/pci/ctxfi/ctmixer.c ct_mixer_recording_select(struct ct_mixer *mixer, enum CT_AMIXER_CTL type)
type              816 sound/pci/ctxfi/ctmixer.c 		amix_d = mixer->amixers[type*CHN_NUM+i];
type              824 sound/pci/ctxfi/ctmixer.c ct_mixer_recording_unselect(struct ct_mixer *mixer, enum CT_AMIXER_CTL type)
type              830 sound/pci/ctxfi/ctmixer.c 		amix_d = mixer->amixers[type*CHN_NUM+i];
type             1056 sound/pci/ctxfi/ctmixer.c static enum CT_AMIXER_CTL port_to_amixer(enum MIXER_PORT_T type)
type             1058 sound/pci/ctxfi/ctmixer.c 	switch (type) {
type             1077 sound/pci/ctxfi/ctmixer.c 				  enum MIXER_PORT_T type,
type             1080 sound/pci/ctxfi/ctmixer.c 	enum CT_AMIXER_CTL amix = port_to_amixer(type);
type             1093 sound/pci/ctxfi/ctmixer.c 				enum MIXER_PORT_T type, struct rsc *rsc)
type             1095 sound/pci/ctxfi/ctmixer.c 	enum CT_AMIXER_CTL amix = port_to_amixer(type);
type             1107 sound/pci/ctxfi/ctmixer.c 		      enum MIXER_PORT_T type, struct rsc *rsc)
type             1109 sound/pci/ctxfi/ctmixer.c 	enum CT_AMIXER_CTL amix = port_to_amixer(type);
type               48 sound/pci/ctxfi/ctmixer.h 	int (*get_output_ports)(struct ct_mixer *mixer, enum MIXER_PORT_T type,
type               52 sound/pci/ctxfi/ctmixer.h 			      enum MIXER_PORT_T type, struct rsc *rsc);
type               54 sound/pci/ctxfi/ctmixer.h 			       enum MIXER_PORT_T type, struct rsc *rsc);
type              109 sound/pci/ctxfi/ctresource.c     return (rsc->conj << 4) + offset_in_audio_slot_block[rsc->type];
type              134 sound/pci/ctxfi/ctresource.c rsc_init(struct rsc *rsc, u32 idx, enum RSCTYP type, u32 msr, struct hw *hw)
type              140 sound/pci/ctxfi/ctresource.c 	rsc->type = type;
type              149 sound/pci/ctxfi/ctresource.c 	switch (type) {
type              162 sound/pci/ctxfi/ctresource.c 			"Invalid resource type value %d!\n", type);
type              178 sound/pci/ctxfi/ctresource.c 		switch (rsc->type) {
type              191 sound/pci/ctxfi/ctresource.c 				rsc->type);
type              199 sound/pci/ctxfi/ctresource.c 	rsc->type = NUM_RSCTYP;
type              205 sound/pci/ctxfi/ctresource.c int rsc_mgr_init(struct rsc_mgr *mgr, enum RSCTYP type,
type              210 sound/pci/ctxfi/ctresource.c 	mgr->type = NUM_RSCTYP;
type              216 sound/pci/ctxfi/ctresource.c 	switch (type) {
type              233 sound/pci/ctxfi/ctresource.c 			"Invalid resource type value %d!\n", type);
type              244 sound/pci/ctxfi/ctresource.c 	mgr->type = type;
type              261 sound/pci/ctxfi/ctresource.c 		switch (mgr->type) {
type              279 sound/pci/ctxfi/ctresource.c 				mgr->type);
type              286 sound/pci/ctxfi/ctresource.c 	mgr->type = NUM_RSCTYP;
type               33 sound/pci/ctxfi/ctresource.h 	u32 type:4;	/* The type (RSCTYP) of a resource */
type               50 sound/pci/ctxfi/ctresource.h rsc_init(struct rsc *rsc, u32 idx, enum RSCTYP type, u32 msr, struct hw *hw);
type               54 sound/pci/ctxfi/ctresource.h 	enum RSCTYP type; /* The type (RSCTYP) of resource to manage */
type               63 sound/pci/ctxfi/ctresource.h int rsc_mgr_init(struct rsc_mgr *mgr, enum RSCTYP type,
type              983 sound/pci/echoaudio/echoaudio.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1064 sound/pci/echoaudio/echoaudio.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1133 sound/pci/echoaudio/echoaudio.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type             1195 sound/pci/echoaudio/echoaudio.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type             1261 sound/pci/echoaudio/echoaudio.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1333 sound/pci/echoaudio/echoaudio.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1717 sound/pci/echoaudio/echoaudio.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1758 sound/pci/echoaudio/echoaudio.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1771 sound/pci/emu10k1/emu10k1_main.c 	if (domain && domain->type == IOMMU_DOMAIN_IDENTITY)
type             1105 sound/pci/emu10k1/emu10k1x.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              310 sound/pci/emu10k1/emufx.c 		uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              312 sound/pci/emu10k1/emufx.c 		uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               34 sound/pci/emu10k1/emumixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              979 sound/pci/emu10k1/emumixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1220 sound/pci/emu10k1/emumixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1296 sound/pci/emu10k1/emumixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1366 sound/pci/emu10k1/emumixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1434 sound/pci/emu10k1/emumixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1504 sound/pci/emu10k1/emumixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1570 sound/pci/emu10k1/emumixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              117 sound/pci/emu10k1/emupcm.c 				      epcm->type == PLAYBACK_EMUVOICE ? EMU10K1_PCM : EMU10K1_EFX,
type              132 sound/pci/emu10k1/emupcm.c 					      epcm->type == PLAYBACK_EMUVOICE ? EMU10K1_PCM : EMU10K1_EFX,
type              592 sound/pci/emu10k1/emupcm.c 	switch (epcm->type) {
type              619 sound/pci/emu10k1/emupcm.c 	if (epcm->type == CAPTURE_AC97ADC) {
type              708 sound/pci/emu10k1/emupcm.c 	if (master || evoice->epcm->type == PLAYBACK_EFX)
type              816 sound/pci/emu10k1/emupcm.c 		switch (epcm->type) {
type              844 sound/pci/emu10k1/emupcm.c 		switch (epcm->type) {
type             1101 sound/pci/emu10k1/emupcm.c 	epcm->type = PLAYBACK_EFX;
type             1134 sound/pci/emu10k1/emupcm.c 	epcm->type = PLAYBACK_EMUVOICE;
type             1188 sound/pci/emu10k1/emupcm.c 	epcm->type = CAPTURE_AC97ADC;
type             1224 sound/pci/emu10k1/emupcm.c 	epcm->type = CAPTURE_AC97MIC;
type             1264 sound/pci/emu10k1/emupcm.c 	epcm->type = CAPTURE_EFX;
type             1493 sound/pci/emu10k1/emupcm.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              479 sound/pci/emu10k1/memory.c 	dmab.dev.type = SNDRV_DMA_TYPE_DEV;
type              673 sound/pci/emu10k1/p16v.c         uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               34 sound/pci/emu10k1/voice.c static int voice_alloc(struct snd_emu10k1 *emu, int type, int number,
type               82 sound/pci/emu10k1/voice.c 		switch (type) {
type              101 sound/pci/emu10k1/voice.c int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int number,
type              114 sound/pci/emu10k1/voice.c 		result = voice_alloc(emu, type, number, rvoice);
type              115 sound/pci/emu10k1/voice.c 		if (result == 0 || type == EMU10K1_SYNTH || type == EMU10K1_MIDI)
type             1333 sound/pci/ens1370.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             1106 sound/pci/es1938.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1178 sound/pci/es1938.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1239 sound/pci/es1938.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type              504 sound/pci/es1968.c 	int type;
type             1425 sound/pci/es1968.c 	chip->dma.dev.type = SNDRV_DMA_TYPE_DEV;
type             1508 sound/pci/es1968.c static int snd_es1968_alloc_apu_pair(struct es1968 *chip, int type)
type             1515 sound/pci/es1968.c 			chip->apu[apu] = chip->apu[apu + 1] = type;
type             2636 sound/pci/es1968.c 	unsigned short type;	/* chip type */
type             2692 sound/pci/es1968.c 	chip->type = chip_type;
type             2736 sound/pci/es1968.c 			if (chip->type == pm_whitelist[i].type &&
type             2830 sound/pci/es1968.c 	switch (chip->type) {
type             2860 sound/pci/es1968.c 			if (chip->type == mpu_blacklist[i].type &&
type              845 sound/pci/fm801.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type              901 sound/pci/fm801.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type               57 sound/pci/hda/hda_auto_parser.c 				   hda_nid_t nid, int type)
type               61 sound/pci/hda/hda_auto_parser.c 		cfg->inputs[cfg->num_inputs].type = type;
type               72 sound/pci/hda/hda_auto_parser.c 	if (a->type != b->type)
type               73 sound/pci/hda/hda_auto_parser.c 		return (int)(a->type - b->type);
type              129 sound/pci/hda/hda_auto_parser.c 	if (item->type != AUTO_PIN_MIC)
type              571 sound/pci/hda/hda_auto_parser.c 	int type = cfg->inputs[input].type;
type              574 sound/pci/hda/hda_auto_parser.c 	if ((input > 0 && cfg->inputs[input - 1].type == type) ||
type              575 sound/pci/hda/hda_auto_parser.c 	    (input < cfg->num_inputs - 1 && cfg->inputs[input + 1].type == type))
type              577 sound/pci/hda/hda_auto_parser.c 	if (has_multiple_pins && type == AUTO_PIN_MIC)
type              832 sound/pci/hda/hda_auto_parser.c 		switch (fix->type) {
type              863 sound/pci/hda/hda_auto_parser.c 				   codec->core.chip_name, fix->type);
type               34 sound/pci/hda/hda_auto_parser.h 	int type;
type               96 sound/pci/hda/hda_beep.c static int snd_hda_beep_event(struct input_dev *dev, unsigned int type,
type              180 sound/pci/hda/hda_bind.c 	drv->core.type = HDA_DEV_LEGACY;
type              282 sound/pci/hda/hda_codec.c 		unsigned int type = get_wcaps_type(get_wcaps(codec, conn[i]));
type              283 sound/pci/hda/hda_codec.c 		if (type == AC_WID_PIN || type == AC_WID_AUD_OUT)
type              826 sound/pci/hda/hda_codec.c 	if (codec->core.type == HDA_DEV_LEGACY)
type              834 sound/pci/hda/hda_codec.c 	if (codec->core.type == HDA_DEV_LEGACY)
type              854 sound/pci/hda/hda_codec.c 	if (codec->core.type == HDA_DEV_LEGACY)
type              885 sound/pci/hda/hda_codec.c 	codec->core.type = HDA_DEV_LEGACY;
type             1083 sound/pci/hda/hda_codec.c 	int type;
type             1108 sound/pci/hda/hda_codec.c 	type = get_wcaps_type(get_wcaps(codec, nid));
type             1112 sound/pci/hda/hda_codec.c 			    get_wcaps_type(get_wcaps(c, p->nid)) == type)
type             1407 sound/pci/hda/hda_codec.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2100 sound/pci/hda/hda_codec.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type             2177 sound/pci/hda/hda_codec.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             2439 sound/pci/hda/hda_codec.c 				int type)
type             2451 sound/pci/hda/hda_codec.c 	    type == HDA_PCM_TYPE_SPDIF) {
type             2454 sound/pci/hda/hda_codec.c 		   type == HDA_PCM_TYPE_HDMI) {
type             2465 sound/pci/hda/hda_codec.c 		bus->primary_dig_out_type = type;
type             3200 sound/pci/hda/hda_codec.c static int get_empty_pcm_device(struct hda_bus *bus, unsigned int type)
type             3214 sound/pci/hda/hda_codec.c 	if (type >= HDA_PCM_NTYPES) {
type             3215 sound/pci/hda/hda_codec.c 		dev_err(bus->card->dev, "Invalid PCM type %d\n", type);
type             3219 sound/pci/hda/hda_codec.c 	for (i = 0; audio_idx[type][i] >= 0; i++) {
type             3221 sound/pci/hda/hda_codec.c 		if (audio_idx[type][i] >= 8)
type             3224 sound/pci/hda/hda_codec.c 		if (!test_and_set_bit(audio_idx[type][i], bus->pcm_dev_bits))
type             3225 sound/pci/hda/hda_codec.c 			return audio_idx[type][i];
type             3237 sound/pci/hda/hda_codec.c 		snd_hda_pcm_type_name[type]);
type             3473 sound/pci/hda/hda_codec.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type              729 sound/pci/hda/hda_controller.c 	int type = SNDRV_DMA_TYPE_DEV_SG;
type              769 sound/pci/hda/hda_controller.c 		type = SNDRV_DMA_TYPE_DEV_UC_SG;
type              770 sound/pci/hda/hda_controller.c 	snd_pcm_lib_preallocate_pages_for_all(pcm, type,
type              339 sound/pci/hda/hda_generic.c static bool is_ctl_used(struct hda_codec *codec, unsigned int val, int type)
type              347 sound/pci/hda/hda_generic.c 		if ((path->ctls[type] & AMP_VAL_COMPARE_MASK) == val)
type              355 sound/pci/hda/hda_generic.c 			      int dir, int idx, int type)
type              358 sound/pci/hda/hda_generic.c 	return is_ctl_used(codec, val, type);
type              409 sound/pci/hda/hda_generic.c 		unsigned int type;
type              410 sound/pci/hda/hda_generic.c 		type = get_wcaps_type(get_wcaps(codec, conn[i]));
type              411 sound/pci/hda/hda_generic.c 		if (type == AC_WID_AUD_OUT || type == AC_WID_AUD_IN ||
type              412 sound/pci/hda/hda_generic.c 		    type == AC_WID_PIN)
type              600 sound/pci/hda/hda_generic.c 	unsigned int type = get_wcaps_type(caps);
type              604 sound/pci/hda/hda_generic.c 	if (type == AC_WID_PIN && idx > 0) /* only for input pins */
type              614 sound/pci/hda/hda_generic.c 	unsigned int type = get_wcaps_type(caps);
type              618 sound/pci/hda/hda_generic.c 	if (type == AC_WID_PIN && !idx) /* only for output pins */
type              628 sound/pci/hda/hda_generic.c 	int type = get_wcaps_type(get_wcaps(codec, nid));
type              643 sound/pci/hda/hda_generic.c 			    type != AC_WID_AUD_OUT && type != AC_WID_AUD_IN)
type              782 sound/pci/hda/hda_generic.c 	int type;
type              788 sound/pci/hda/hda_generic.c 	type = get_wcaps_type(get_wcaps(codec, nid));
type              789 sound/pci/hda/hda_generic.c 	if (type == AC_WID_PIN ||
type              790 sound/pci/hda/hda_generic.c 	    (type == AC_WID_AUD_IN && codec->single_adc_amp)) {
type              973 sound/pci/hda/hda_generic.c add_control(struct hda_gen_spec *spec, int type, const char *name,
type              978 sound/pci/hda/hda_generic.c 	knew = snd_hda_gen_add_kctl(spec, name, &control_templates[type]);
type              988 sound/pci/hda/hda_generic.c static int add_control_with_pfx(struct hda_gen_spec *spec, int type,
type              994 sound/pci/hda/hda_generic.c 	if (!add_control(spec, type, name, cidx, val))
type              999 sound/pci/hda/hda_generic.c #define add_pb_vol_ctrl(spec, type, pfx, val)			\
type             1000 sound/pci/hda/hda_generic.c 	add_control_with_pfx(spec, type, pfx, "Playback", "Volume", 0, val)
type             1001 sound/pci/hda/hda_generic.c #define add_pb_sw_ctrl(spec, type, pfx, val)			\
type             1002 sound/pci/hda/hda_generic.c 	add_control_with_pfx(spec, type, pfx, "Playback", "Switch", 0, val)
type             1003 sound/pci/hda/hda_generic.c #define __add_pb_vol_ctrl(spec, type, pfx, cidx, val)			\
type             1004 sound/pci/hda/hda_generic.c 	add_control_with_pfx(spec, type, pfx, "Playback", "Volume", cidx, val)
type             1005 sound/pci/hda/hda_generic.c #define __add_pb_sw_ctrl(spec, type, pfx, cidx, val)			\
type             1006 sound/pci/hda/hda_generic.c 	add_control_with_pfx(spec, type, pfx, "Playback", "Switch", cidx, val)
type             1023 sound/pci/hda/hda_generic.c 			       int type)
type             1027 sound/pci/hda/hda_generic.c 		hda_nid_t nid = get_amp_nid_(path->ctls[type]);
type             1048 sound/pci/hda/hda_generic.c 	int type = HDA_CTL_WIDGET_MUTE;
type             1060 sound/pci/hda/hda_generic.c 			type = HDA_CTL_BIND_MUTE;
type             1064 sound/pci/hda/hda_generic.c 	return __add_pb_sw_ctrl(codec->spec, type, pfx, cidx, val);
type             1481 sound/pci/hda/hda_generic.c 	int type, i;
type             1484 sound/pci/hda/hda_generic.c 	for (type = AUTO_PIN_LINE_IN; type >= AUTO_PIN_MIC; type--) {
type             1486 sound/pci/hda/hda_generic.c 			if (cfg->inputs[i].type != type)
type             1510 sound/pci/hda/hda_generic.c 	int type, i, j, num_pins, old_pins;
type             1524 sound/pci/hda/hda_generic.c 	for (type = AUTO_PIN_LINE_IN; type >= AUTO_PIN_MIC; type--) {
type             1529 sound/pci/hda/hda_generic.c 			if (cfg->inputs[i].type != type)
type             2313 sound/pci/hda/hda_generic.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type             2624 sound/pci/hda/hda_generic.c 	cfg->inputs[cfg->num_inputs].type = AUTO_PIN_MIC;
type             2901 sound/pci/hda/hda_generic.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type             3143 sound/pci/hda/hda_generic.c 		int type = get_wcaps_type(caps);
type             3145 sound/pci/hda/hda_generic.c 		if (type != AC_WID_AUD_IN || (caps & AC_WCAP_DIGITAL))
type             3331 sound/pci/hda/hda_generic.c 		if (cfg->inputs[i].type == AUTO_PIN_MIC)
type             3445 sound/pci/hda/hda_generic.c 			  put_call_t func, int type)
type             3458 sound/pci/hda/hda_generic.c 		if (!path || !path->ctls[type])
type             3460 sound/pci/hda/hda_generic.c 		kcontrol->private_value = path->ctls[type];
type             3567 sound/pci/hda/hda_generic.c 		if (cfg->inputs[i].type != AUTO_PIN_MIC)
type             3599 sound/pci/hda/hda_generic.c 	int type = is_switch ? HDA_CTL_WIDGET_MUTE : HDA_CTL_WIDGET_VOL;
type             3613 sound/pci/hda/hda_generic.c 	knew = add_control(spec, type, tmpname, idx,
type             3629 sound/pci/hda/hda_generic.c 	knew = add_control(spec, type, tmpname, idx,
type             3680 sound/pci/hda/hda_generic.c static unsigned int get_first_cap_ctl(struct hda_codec *codec, int idx, int type)
type             3689 sound/pci/hda/hda_generic.c 	ctl = path->ctls[type];
type             3694 sound/pci/hda/hda_generic.c 		if (path && path->ctls[type] == ctl)
type             3705 sound/pci/hda/hda_generic.c 	int i, err, type;
type             3716 sound/pci/hda/hda_generic.c 		for (type = 0; type < 2; type++) {
type             3720 sound/pci/hda/hda_generic.c 						 type,
type             3721 sound/pci/hda/hda_generic.c 						 get_first_cap_ctl(codec, i, type),
type             3867 sound/pci/hda/hda_generic.c 		if (cfg->inputs[idx].type > AUTO_PIN_LINE_IN)
type             4887 sound/pci/hda/hda_generic.c 			if (cfg->inputs[i].type != AUTO_PIN_MIC)
type             4893 sound/pci/hda/hda_generic.c 			if (cfg->inputs[i].type > AUTO_PIN_LINE_IN)
type             4896 sound/pci/hda/hda_generic.c 			    cfg->inputs[i].type != AUTO_PIN_MIC)
type              279 sound/pci/hda/hda_intel.c #define AZX_DCAPS_SNOOP_TYPE(type) ((AZX_SNOOP_TYPE_ ## type) << 10)
type              340 sound/pci/hda/hda_jack.c 				state |= jack->type;
type              392 sound/pci/hda/hda_jack.c 			  int type, const struct hda_jack_keymap *keymap)
type              404 sound/pci/hda/hda_jack.c 	if (!type)
type              405 sound/pci/hda/hda_jack.c 		type = get_input_jack_type(codec, nid);
type              409 sound/pci/hda/hda_jack.c 		for (map = keymap; map->type; map++)
type              410 sound/pci/hda/hda_jack.c 			buttons |= map->type;
type              413 sound/pci/hda/hda_jack.c 	err = snd_jack_new(codec->card, name, type | buttons,
type              419 sound/pci/hda/hda_jack.c 	jack->type = type;
type              424 sound/pci/hda/hda_jack.c 		for (map = keymap; map->type; map++)
type              425 sound/pci/hda/hda_jack.c 			snd_jack_set_key(jack->jack, map->type, map->key);
type              429 sound/pci/hda/hda_jack.c 	snd_jack_report(jack->jack, state ? jack->type : 0);
type               41 sound/pci/hda/hda_jack.h 	int type;
type               47 sound/pci/hda/hda_jack.h 	enum snd_jack_types type;
type               91 sound/pci/hda/hda_jack.h 			  int type, const struct hda_jack_keymap *keymap);
type              175 sound/pci/hda/hda_local.h 				hda_nid_t cvt_nid, int type);
type              291 sound/pci/hda/hda_local.h 	int type;
type               77 sound/pci/hda/hda_proc.c 	int type;
type               81 sound/pci/hda/hda_proc.c 		for (type = 0; type < 2; type++) {
type               82 sound/pci/hda/hda_proc.c 			if (cpcm->stream[type].nid != nid || cpcm->pcm == NULL)
type               52 sound/pci/hda/hda_sysfs.c #define CODEC_INFO_SHOW(type, field)				\
type               53 sound/pci/hda/hda_sysfs.c static ssize_t type##_show(struct device *dev,			\
type               61 sound/pci/hda/hda_sysfs.c #define CODEC_INFO_STR_SHOW(type, field)			\
type               62 sound/pci/hda/hda_sysfs.c static ssize_t type##_show(struct device *dev,			\
type              166 sound/pci/hda/hda_sysfs.c #define CODEC_INFO_STORE(type, field)				\
type              167 sound/pci/hda/hda_sysfs.c static ssize_t type##_store(struct device *dev,			\
type              180 sound/pci/hda/hda_sysfs.c #define CODEC_INFO_STR_STORE(type, field)			\
type              181 sound/pci/hda/hda_sysfs.c static ssize_t type##_store(struct device *dev,			\
type              201 sound/pci/hda/hda_sysfs.c #define CODEC_ACTION_STORE(type)				\
type              202 sound/pci/hda/hda_sysfs.c static ssize_t type##_store(struct device *dev,			\
type              209 sound/pci/hda/hda_sysfs.c 		err = type##_codec(codec);			\
type              272 sound/pci/hda/patch_analog.c 		.type = HDA_FIXUP_FUNC,
type              276 sound/pci/hda/patch_analog.c 		.type = HDA_FIXUP_PINS,
type              284 sound/pci/hda/patch_analog.c 		.type = HDA_FIXUP_PINS,
type              294 sound/pci/hda/patch_analog.c 		.type = HDA_FIXUP_PINS,
type              307 sound/pci/hda/patch_analog.c 		.type = HDA_FIXUP_PINS,
type              320 sound/pci/hda/patch_analog.c 		.type = HDA_FIXUP_PINS,
type              329 sound/pci/hda/patch_analog.c 		.type = HDA_FIXUP_FUNC,
type              333 sound/pci/hda/patch_analog.c 		.type = HDA_FIXUP_FUNC,
type              337 sound/pci/hda/patch_analog.c 		.type = HDA_FIXUP_PINS,
type              590 sound/pci/hda/patch_analog.c 		.type = HDA_FIXUP_FUNC,
type              594 sound/pci/hda/patch_analog.c 		.type = HDA_FIXUP_FUNC,
type              878 sound/pci/hda/patch_analog.c 		.type = HDA_FIXUP_PINS,
type             1044 sound/pci/hda/patch_analog.c 		.type = HDA_FIXUP_FUNC,
type             1048 sound/pci/hda/patch_analog.c 		.type = HDA_FIXUP_FUNC,
type             1054 sound/pci/hda/patch_analog.c 		.type = HDA_FIXUP_VERBS,
type             1058 sound/pci/hda/patch_analog.c 		.type = HDA_FIXUP_FUNC,
type             1064 sound/pci/hda/patch_analog.c 		.type = HDA_FIXUP_VERBS,
type             3869 sound/pci/hda/patch_ca0132.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             3904 sound/pci/hda/patch_ca0132.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             3939 sound/pci/hda/patch_ca0132.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             3978 sound/pci/hda/patch_ca0132.c 	int type = dir ? HDA_INPUT : HDA_OUTPUT;
type             3980 sound/pci/hda/patch_ca0132.c 		HDA_CODEC_VOLUME_MONO(namestr, nid, 1, 0, type);
type             4008 sound/pci/hda/patch_ca0132.c 		HDA_COMPOSE_AMP_VAL(nid, 1, 0, type);
type             5201 sound/pci/hda/patch_ca0132.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             5215 sound/pci/hda/patch_ca0132.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             5282 sound/pci/hda/patch_ca0132.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type             5334 sound/pci/hda/patch_ca0132.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type             5388 sound/pci/hda/patch_ca0132.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type             5439 sound/pci/hda/patch_ca0132.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type             5484 sound/pci/hda/patch_ca0132.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type             5540 sound/pci/hda/patch_ca0132.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type             5604 sound/pci/hda/patch_ca0132.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type             5661 sound/pci/hda/patch_ca0132.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type             6060 sound/pci/hda/patch_ca0132.c 	int type = dir ? HDA_INPUT : HDA_OUTPUT;
type             6062 sound/pci/hda/patch_ca0132.c 		HDA_CODEC_VOLUME_MONO(namestr, nid, 1, 0, type);
type             6079 sound/pci/hda/patch_ca0132.c 			HDA_COMPOSE_AMP_VAL(nid, 1, 0, type);
type             6096 sound/pci/hda/patch_ca0132.c 	int type = dir ? HDA_INPUT : HDA_OUTPUT;
type             6098 sound/pci/hda/patch_ca0132.c 		CA0132_CODEC_MUTE_MONO(namestr, nid, 1, type);
type              520 sound/pci/hda/patch_cirrus.c 		.type = HDA_FIXUP_PINS,
type              526 sound/pci/hda/patch_cirrus.c 		.type = HDA_FIXUP_PINS,
type              532 sound/pci/hda/patch_cirrus.c 		.type = HDA_FIXUP_PINS,
type              538 sound/pci/hda/patch_cirrus.c 		.type = HDA_FIXUP_FUNC,
type              542 sound/pci/hda/patch_cirrus.c 		.type = HDA_FIXUP_FUNC,
type              546 sound/pci/hda/patch_cirrus.c 		.type = HDA_FIXUP_PINS,
type              552 sound/pci/hda/patch_cirrus.c 		.type = HDA_FIXUP_VERBS,
type              563 sound/pci/hda/patch_cirrus.c 		.type = HDA_FIXUP_PINS,
type              728 sound/pci/hda/patch_cirrus.c 		.type = HDA_FIXUP_PINS,
type              734 sound/pci/hda/patch_cirrus.c 		.type = HDA_FIXUP_FUNC,
type              740 sound/pci/hda/patch_cirrus.c 		.type = HDA_FIXUP_FUNC,
type              746 sound/pci/hda/patch_cirrus.c 		.type = HDA_FIXUP_FUNC,
type              750 sound/pci/hda/patch_cirrus.c 		.type = HDA_FIXUP_FUNC,
type              858 sound/pci/hda/patch_cirrus.c 		.type = HDA_FIXUP_PINS,
type              864 sound/pci/hda/patch_cirrus.c 		.type = HDA_FIXUP_FUNC,
type              868 sound/pci/hda/patch_cirrus.c 		.type = HDA_FIXUP_PINS,
type              937 sound/pci/hda/patch_cirrus.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              708 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_PINS,
type              712 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_PINS,
type              718 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_PINS,
type              724 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_PINS,
type              728 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_PINS,
type              737 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_FUNC,
type              741 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_FUNC,
type              745 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_PINS,
type              754 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_FUNC,
type              758 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_VERBS,
type              767 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_FUNC,
type              773 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_FUNC,
type              777 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_FUNC,
type              781 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_FUNC,
type              785 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_PINS,
type              794 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_PINS,
type              803 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_FUNC,
type              807 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_FUNC,
type              811 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_PINS,
type              821 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_PINS,
type              829 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_FUNC,
type              833 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_FUNC,
type              837 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_FUNC,
type              841 sound/pci/hda/patch_conexant.c 		.type = HDA_FIXUP_PINS,
type              199 sound/pci/hda/patch_hdmi.c 	u8 type; /* 0x84 */
type              213 sound/pci/hda/patch_hdmi.c 	u8 type; /* 0x84 */
type              336 sound/pci/hda/patch_hdmi.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type              673 sound/pci/hda/patch_hdmi.c 		hdmi_ai->type		= 0x84;
type              682 sound/pci/hda/patch_hdmi.c 		dp_ai->type		= 0x84;
type             1831 sound/pci/hda/patch_hdmi.c 		unsigned int type;
type             1834 sound/pci/hda/patch_hdmi.c 		type = get_wcaps_type(caps);
type             1839 sound/pci/hda/patch_hdmi.c 		switch (type) {
type             3613 sound/pci/hda/patch_hdmi.c static struct hda_pcm *hda_find_pcm_by_type(struct hda_codec *codec, int type)
type             3621 sound/pci/hda/patch_hdmi.c 		if (pcm->pcm_type == type)
type              541 sound/pci/hda/patch_realtek.c static void alc_auto_init_amp(struct hda_codec *codec, int type)
type              545 sound/pci/hda/patch_realtek.c 	switch (type) {
type             1202 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             1206 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             1210 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             1220 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1230 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1238 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1248 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             1257 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             1268 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             1273 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1293 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1313 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1322 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1333 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1351 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1371 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1389 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1398 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1407 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1425 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1434 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1443 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1461 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1470 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1479 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1717 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1724 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1731 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             1739 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             1743 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             1749 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             1759 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             1765 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             1769 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             1773 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             1779 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             2136 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             2145 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             2153 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINCTLS,
type             2160 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2164 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             2171 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             2178 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             2187 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             2194 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             2202 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             2211 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             2220 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             2229 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2233 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2237 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2241 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2247 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2251 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             2261 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             2272 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             2306 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2310 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2314 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2320 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2326 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2332 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2338 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2344 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2350 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2354 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2358 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             2367 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2371 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2375 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2379 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2383 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             2618 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             2627 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             2636 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             2643 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             2650 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINCTLS,
type             2659 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             2667 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             2675 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2679 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2819 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             2823 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             2830 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             5596 sound/pci/hda/patch_realtek.c 		if (cfg->inputs[i].type != AUTO_PIN_MIC)
type             5642 sound/pci/hda/patch_realtek.c 		if (cfg->inputs[i].type != AUTO_PIN_MIC)
type             6118 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINCTLS,
type             6125 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6131 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             6140 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6144 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6151 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             6158 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6164 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6170 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6174 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6180 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6184 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6188 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6192 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6202 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6209 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6216 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6220 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6224 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6234 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6244 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6254 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6264 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6268 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6272 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6276 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6282 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6286 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6290 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6294 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6298 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6302 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6312 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6318 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6324 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6334 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6345 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6354 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6364 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6370 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6374 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6383 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6392 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6410 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6416 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6420 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             6431 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6440 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6450 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6456 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6462 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6475 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6481 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6487 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             6498 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6504 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6513 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6517 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6523 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6527 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             6537 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6546 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6555 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6559 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6565 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6571 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6577 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6586 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6595 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6605 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6614 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6620 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6624 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6634 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6640 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6646 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6653 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6657 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6673 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6677 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6681 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6685 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6696 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6706 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6710 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6716 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6726 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6732 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6738 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6744 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6750 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6756 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6763 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6772 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6782 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6791 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             6802 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6808 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6812 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6818 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6824 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             6835 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6841 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6848 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6854 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6860 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6864 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6870 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6879 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6885 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6895 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6899 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6909 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6914 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6923 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             6934 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6938 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             6948 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6960 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             6972 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6978 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             6993 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             6999 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             7008 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             7014 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             7020 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             7029 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             7038 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             7044 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             7053 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             7059 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             7063 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             7072 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             7082 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             7091 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             7102 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             7108 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             7112 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             7121 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             7132 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             7142 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             7152 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             7158 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             7164 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             7174 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             7183 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             7192 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             7199 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             7209 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             7218 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             7224 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             7230 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             7237 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             7243 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             7254 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             7265 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             7269 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             7273 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             7277 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             7284 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             8460 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             8468 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             8472 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             8476 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             8482 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             8591 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             8595 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             8904 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             8911 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             8915 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             8924 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             8928 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             8935 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             8939 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             8948 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             8960 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             8972 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             8985 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             8998 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             9011 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             9024 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             9038 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             9052 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             9056 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             9063 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             9067 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             9073 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             9079 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             9085 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             9095 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             9099 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             9109 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             9113 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             9119 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             9128 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             9137 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             9141 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             9147 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             9152 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             9163 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_VERBS,
type             9171 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             9180 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             9184 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             9194 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             9201 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             9209 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             9213 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             9223 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             9227 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             9231 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             9242 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_FUNC,
type             9246 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             9255 sound/pci/hda/patch_realtek.c 		.type = HDA_FIXUP_PINS,
type             1365 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1369 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1375 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1379 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1383 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1387 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1391 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1395 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1399 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1403 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1407 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1411 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1415 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1421 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1427 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             1431 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_VERBS,
type             1634 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1638 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1642 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1646 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1650 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1654 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1658 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1662 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1875 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             1879 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             1883 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             1887 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             1891 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             1895 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             1899 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             1903 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1907 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             1911 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1915 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             1919 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             2626 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             2630 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             2634 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             2638 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             2642 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             2648 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             2652 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             2658 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             2664 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             2670 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             2676 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             2682 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             2688 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             2692 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             2699 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_VERBS,
type             2705 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             2712 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             2718 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             3166 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             3170 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3174 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3178 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3182 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             3188 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             3194 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             3200 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             3206 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             3532 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3536 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3540 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3544 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             3548 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3554 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3560 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3566 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3572 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3578 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             3582 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3586 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3590 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3594 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3598 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3861 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             3867 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             3871 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3877 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3883 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_VERBS,
type             3887 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3891 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3895 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3901 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3913 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3923 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             3933 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             3937 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             4135 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             4139 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             4143 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             4147 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type             4151 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             4229 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_FUNC,
type             4233 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_VERBS,
type             4994 sound/pci/hda/patch_sigmatel.c 		.type = HDA_FIXUP_PINS,
type              879 sound/pci/hda/patch_via.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type             1016 sound/pci/hda/patch_via.c 		.type = HDA_FIXUP_FUNC,
type             1020 sound/pci/hda/patch_via.c 		.type = HDA_FIXUP_PINS,
type              349 sound/pci/ice1712/aureon.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              735 sound/pci/ice1712/aureon.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              785 sound/pci/ice1712/aureon.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              838 sound/pci/ice1712/aureon.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              935 sound/pci/ice1712/aureon.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1021 sound/pci/ice1712/aureon.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1179 sound/pci/ice1712/aureon.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1232 sound/pci/ice1712/aureon.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type             1250 sound/pci/ice1712/aureon.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              435 sound/pci/ice1712/delta.c 	.type = SND_AK4528,
type              456 sound/pci/ice1712/delta.c 	.type = SND_AK4529,
type              477 sound/pci/ice1712/delta.c 	.type = SND_AK4524,
type              499 sound/pci/ice1712/delta.c 	.type = SND_AK4524,
type              522 sound/pci/ice1712/delta.c 	.type = SND_AK4524,
type              544 sound/pci/ice1712/delta.c 	.type = SND_AK4524,
type              336 sound/pci/ice1712/ews.c 	.type = SND_AK4524,
type              358 sound/pci/ice1712/ews.c 	.type = SND_AK4524,
type              379 sound/pci/ice1712/ews.c 	.type = SND_AK4524,
type              281 sound/pci/ice1712/hoontech.c 		.type = SND_AK4524,
type             1324 sound/pci/ice1712/ice1712.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1602 sound/pci/ice1712/ice1712.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type             1629 sound/pci/ice1712/ice1712.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             2172 sound/pci/ice1712/ice1712.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2212 sound/pci/ice1712/ice1712.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              375 sound/pci/ice1712/ice1712.h 	int (*set_spdif_clock)(struct snd_ice1712 *ice, int type);
type             1573 sound/pci/ice1712/ice1724.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type             1600 sound/pci/ice1712/ice1724.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             1840 sound/pci/ice1712/ice1724.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type             1895 sound/pci/ice1712/ice1724.c static int stdclock_set_spdif_clock(struct snd_ice1712 *ice, int type)
type             2153 sound/pci/ice1712/ice1724.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              272 sound/pci/ice1712/juli.c 	.type = SND_AK4358,
type              541 sound/pci/ice1712/juli.c static int juli_set_spdif_clock(struct snd_ice1712 *ice, int type)
type              163 sound/pci/ice1712/maya44.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               92 sound/pci/ice1712/phase.c 	.type = SND_AK4524,
type              321 sound/pci/ice1712/phase.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              468 sound/pci/ice1712/phase.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              524 sound/pci/ice1712/phase.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              628 sound/pci/ice1712/phase.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              102 sound/pci/ice1712/pontis.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              157 sound/pci/ice1712/pontis.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              442 sound/pci/ice1712/pontis.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              135 sound/pci/ice1712/prodigy192.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              227 sound/pci/ice1712/prodigy192.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              244 sound/pci/ice1712/prodigy_hifi.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              353 sound/pci/ice1712/prodigy_hifi.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              401 sound/pci/ice1712/prodigy_hifi.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              452 sound/pci/ice1712/prodigy_hifi.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              575 sound/pci/ice1712/prodigy_hifi.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              376 sound/pci/ice1712/quartet.c 	.type = SND_AK4620,
type              870 sound/pci/ice1712/quartet.c static int qtet_set_spdif_clock(struct snd_ice1712 *ice, int type)
type              876 sound/pci/ice1712/quartet.c 	switch (type) {
type               55 sound/pci/ice1712/revo.c 	if (ak->type == SND_AK4355 || ak->type == SND_AK4358) {
type              225 sound/pci/ice1712/revo.c 	.type = SND_AK4381,
type              246 sound/pci/ice1712/revo.c 	.type = SND_AK4355,
type              268 sound/pci/ice1712/revo.c 	.type = SND_AK4358,
type              289 sound/pci/ice1712/revo.c 	.type = SND_AK5365,
type              336 sound/pci/ice1712/revo.c 	.type = SND_AK4358,
type              349 sound/pci/ice1712/se.c 	enum { VOLUME1, VOLUME2, BOOLEAN, ENUM } type;
type              359 sound/pci/ice1712/se.c 		.type = VOLUME1,
type              365 sound/pci/ice1712/se.c 		.type = VOLUME1,
type              372 sound/pci/ice1712/se.c 		.type = VOLUME1,
type              379 sound/pci/ice1712/se.c 		.type = VOLUME1,
type              386 sound/pci/ice1712/se.c 		.type = VOLUME2
type              391 sound/pci/ice1712/se.c 		.type = ENUM,
type              397 sound/pci/ice1712/se.c 		.type = ENUM,
type              403 sound/pci/ice1712/se.c 		.type = BOOLEAN
type              423 sound/pci/ice1712/se.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              594 sound/pci/ice1712/se.c 		switch (se200pci_cont[i].type) {
type              601 sound/pci/ice1712/se.c 			if (se200pci_cont[i].type == VOLUME1)
type               32 sound/pci/ice1712/wm8766.c 		.type = SNDRV_CTL_ELEM_TYPE_INTEGER,
type               43 sound/pci/ice1712/wm8766.c 		.type = SNDRV_CTL_ELEM_TYPE_INTEGER,
type               54 sound/pci/ice1712/wm8766.c 		.type = SNDRV_CTL_ELEM_TYPE_INTEGER,
type               65 sound/pci/ice1712/wm8766.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type               72 sound/pci/ice1712/wm8766.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type               79 sound/pci/ice1712/wm8766.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type               86 sound/pci/ice1712/wm8766.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type               92 sound/pci/ice1712/wm8766.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type               98 sound/pci/ice1712/wm8766.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              104 sound/pci/ice1712/wm8766.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              110 sound/pci/ice1712/wm8766.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              116 sound/pci/ice1712/wm8766.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              122 sound/pci/ice1712/wm8766.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              128 sound/pci/ice1712/wm8766.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              187 sound/pci/ice1712/wm8766.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              293 sound/pci/ice1712/wm8766.c 	switch (wm->ctl[num].type) {
type              121 sound/pci/ice1712/wm8766.h 	snd_ctl_elem_type_t type;
type              135 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_INTEGER,
type              146 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              155 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              161 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_INTEGER,
type              173 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              180 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              189 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              195 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              201 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              207 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              216 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              222 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_INTEGER,
type              233 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              242 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              248 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              254 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              260 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              266 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              272 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_ENUMERATED,
type              281 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_INTEGER,
type              290 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_ENUMERATED,
type              300 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_ENUMERATED,
type              311 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_ENUMERATED,
type              321 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_INTEGER,
type              331 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_INTEGER,
type              340 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_ENUMERATED,
type              351 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_ENUMERATED,
type              362 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_INTEGER,
type              372 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_INTEGER,
type              382 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_ENUMERATED,
type              394 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_BOOLEAN,
type              401 sound/pci/ice1712/wm8776.c 		.type = SNDRV_CTL_ELEM_TYPE_INTEGER,
type              461 sound/pci/ice1712/wm8776.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              567 sound/pci/ice1712/wm8776.c 	switch (wm->ctl[num].type) {
type              177 sound/pci/ice1712/wm8776.h 	snd_ctl_elem_type_t type;
type              184 sound/pci/ice1712/wtm.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              319 sound/pci/ice1712/wtm.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1746 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1752 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1758 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1764 sound/pci/intel8x0.c 		.type = AC97_TUNE_MUTE_LED
type             1770 sound/pci/intel8x0.c 		.type = AC97_TUNE_INV_EAPD
type             1776 sound/pci/intel8x0.c 		.type = AC97_TUNE_ALC_JACK
type             1782 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1788 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1794 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1800 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1806 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1812 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1818 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1824 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1830 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1836 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1842 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1848 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1854 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1860 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1866 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_MUTE_LED
type             1872 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_MUTE_LED /* cf. Malone #41015 */
type             1878 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_MUTE_LED
type             1884 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1890 sound/pci/intel8x0.c 		.type = AC97_TUNE_MUTE_LED	/*AD1981B*/
type             1896 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1902 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_MUTE_LED
type             1908 sound/pci/intel8x0.c 		.type = AC97_TUNE_MUTE_LED
type             1914 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1920 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_MUTE_LED
type             1926 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_MUTE_LED
type             1932 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_MUTE_LED
type             1938 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_MUTE_LED
type             1944 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1950 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1956 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1962 sound/pci/intel8x0.c 		.type = AC97_TUNE_INV_EAPD
type             1968 sound/pci/intel8x0.c 		.type = AC97_TUNE_INV_EAPD
type             1974 sound/pci/intel8x0.c 		.type = AC97_TUNE_INV_EAPD
type             1980 sound/pci/intel8x0.c 		.type = AC97_TUNE_INV_EAPD
type             1986 sound/pci/intel8x0.c 		.type = AC97_TUNE_AD_SHARING
type             1992 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1998 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             2004 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             2010 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             2016 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             2022 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             2028 sound/pci/intel8x0.c 		.type = AC97_TUNE_SWAP_HP
type             2034 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             2040 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             2046 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             2052 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY,
type             2058 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             2064 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             2070 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             2076 sound/pci/intel8x0.c 		.type = AC97_TUNE_INV_EAPD
type             2082 sound/pci/intel8x0.c 		.type = AC97_TUNE_INV_EAPD
type             2088 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             2095 sound/pci/intel8x0.c 		.type = AC97_TUNE_AD_SHARING
type             2102 sound/pci/intel8x0.c 		.type = AC97_TUNE_AD_SHARING
type             2108 sound/pci/intel8x0.c 		.type = AC97_TUNE_SWAP_HP
type             2114 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             2120 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             2127 sound/pci/intel8x0.c 		.type = AC97_TUNE_AD_SHARING
type             2134 sound/pci/intel8x0.c 		.type = AC97_TUNE_AD_SHARING
type             2142 sound/pci/intel8x0.c 		.type = AC97_TUNE_HP_ONLY
type             1718 sound/pci/korg1212/korg1212.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type             1782 sound/pci/korg1212/korg1212.c         uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1908 sound/pci/korg1212/korg1212.c         uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              238 sound/pci/lola/lola.h 	unsigned int type;
type              158 sound/pci/lola/lola_clock.c 			unsigned char type = items[j] >> 8;
type              162 sound/pci/lola/lola_clock.c 			if (type == LOLA_CLOCK_TYPE_INTERNAL) {
type              171 sound/pci/lola/lola_clock.c 			} else if (type == LOLA_CLOCK_TYPE_VIDEO) {
type              184 sound/pci/lola/lola_clock.c 				sc->type = type;
type              252 sound/pci/lola/lola_clock.c 	if (chip->clock.sample_clock[chip->clock.cur_index].type !=
type              269 sound/pci/lola/lola_clock.c 	} else if (chip->clock.sample_clock[idx].type ==
type              302 sound/pci/lola/lola_clock.c 		if (chip->clock.sample_clock[i].type == LOLA_CLOCK_TYPE_INTERNAL &&
type              505 sound/pci/lola/lola_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              602 sound/pci/lola/lola_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              664 sound/pci/lola/lola_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              745 sound/pci/lola/lola_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               69 sound/pci/lola/lola_proc.c 			unsigned char type = items[j] >> 8;
type               73 sound/pci/lola/lola_proc.c 			if (type == LOLA_CLOCK_TYPE_INTERNAL) {
type               76 sound/pci/lola/lola_proc.c 			} else if (type == LOLA_CLOCK_TYPE_VIDEO) {
type               83 sound/pci/lola/lola_proc.c 				    i + j, type, name, freq);
type              861 sound/pci/lx6464es/lx6464es.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              335 sound/pci/mixart/mixart_core.c 	u32 msg, addr, type;
type              345 sound/pci/mixart/mixart_core.c 		type = msg & MSG_TYPE_MASK;
type              347 sound/pci/mixart/mixart_core.c 		switch (type) {
type              332 sound/pci/mixart/mixart_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              811 sound/pci/mixart/mixart_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               21 sound/pci/oxygen/oxygen_mixer.c 	info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              296 sound/pci/oxygen/oxygen_mixer.c 	info->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              463 sound/pci/oxygen/oxygen_mixer.c 	info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              591 sound/pci/oxygen/oxygen_mixer.c 	info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              689 sound/pci/oxygen/oxygen_mixer.c 	info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               97 sound/pci/oxygen/xonar_dg_mixer.c 	info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              201 sound/pci/oxygen/xonar_dg_mixer.c 	info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              599 sound/pci/oxygen/xonar_wm87x6.c 	info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              688 sound/pci/oxygen/xonar_wm87x6.c 	info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              802 sound/pci/oxygen/xonar_wm87x6.c 	info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              701 sound/pci/pcxhr/pcxhr_mix22.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              752 sound/pci/pcxhr/pcxhr_mix22.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               79 sound/pci/pcxhr/pcxhr_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              339 sound/pci/pcxhr/pcxhr_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              804 sound/pci/pcxhr/pcxhr_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              846 sound/pci/pcxhr/pcxhr_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              743 sound/pci/riptide/riptide.c 		unsigned char sink, type;
type              750 sound/pci/riptide/riptide.c 			type = lbusin2out[sink][1];
type              751 sound/pci/riptide/riptide.c 			if (type == LS_MIXER_IN) {
type              755 sound/pci/riptide/riptide.c 			if (type == LS_SRC_DECIMATORM ||
type              756 sound/pci/riptide/riptide.c 			    type == LS_SRC_DECIMATOR ||
type              757 sound/pci/riptide/riptide.c 			    type == LS_SRC_INTERPOLATORM ||
type              758 sound/pci/riptide/riptide.c 			    type == LS_SRC_INTERPOLATOR) {
type              589 sound/pci/rme32.c static int snd_rme32_setinputtype(struct rme32 * rme32, int type)
type              591 sound/pci/rme32.c 	switch (type) {
type             1743 sound/pci/rme32.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             1776 sound/pci/rme32.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             1814 sound/pci/rme32.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              833 sound/pci/rme96.c 		       int type)
type              837 sound/pci/rme96.c 	switch (type) {
type              884 sound/pci/rme96.c 	if (type != RME96_INPUT_ANALOG && RME96_HAS_ANALOG_IN(rme96)) {
type             2133 sound/pci/rme96.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             2162 sound/pci/rme96.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             2194 sound/pci/rme96.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             2210 sound/pci/rme96.c         uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              572 sound/pci/rme9652/hdsp.c 	dmab->dev.type = SNDRV_DMA_TYPE_DEV;
type             1568 sound/pci/rme9652/hdsp.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             1597 sound/pci/rme9652/hdsp.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             1628 sound/pci/rme9652/hdsp.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             1824 sound/pci/rme9652/hdsp.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2610 sound/pci/rme9652/hdsp.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2854 sound/pci/rme9652/hdsp.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2240 sound/pci/rme9652/hdspm.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             3634 sound/pci/rme9652/hdspm.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             3738 sound/pci/rme9652/hdspm.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             4442 sound/pci/rme9652/hdspm.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              282 sound/pci/rme9652/rme9652.c 	dmab->dev.type = SNDRV_DMA_TYPE_DEV;
type              799 sound/pci/rme9652/rme9652.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              828 sound/pci/rme9652/rme9652.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              859 sound/pci/rme9652/rme9652.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             1245 sound/pci/rme9652/rme9652.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type             1339 sound/pci/rme9652/rme9652.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1417 sound/pci/rme9652/rme9652.c 	uswitch->type = SNDRV_SW_TYPE_DWORD;
type              954 sound/pci/sonicvibes.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1010 sound/pci/sonicvibes.c 	uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
type              412 sound/pci/trident/trident.h struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type,
type             2364 sound/pci/trident/trident_main.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             2426 sound/pci/trident/trident_main.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             2459 sound/pci/trident/trident_main.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             2572 sound/pci/trident/trident_main.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2644 sound/pci/trident/trident_main.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2710 sound/pci/trident/trident_main.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2773 sound/pci/trident/trident_main.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2831 sound/pci/trident/trident_main.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             3800 sound/pci/trident/trident_main.c struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type, int client, int port)
type             3807 sound/pci/trident/trident_main.c 	if (type == SNDRV_TRIDENT_VOICE_TYPE_PCM) {
type             3823 sound/pci/trident/trident_main.c 	if (type == SNDRV_TRIDENT_VOICE_TYPE_SYNTH) {
type             3838 sound/pci/trident/trident_main.c 	if (type == SNDRV_TRIDENT_VOICE_TYPE_MIDI) {
type              271 sound/pci/trident/trident_memory.c 	if (substream->dma_buffer.dev.type == SNDRV_DMA_TYPE_DEV_SG)
type             1685 sound/pci/via82xx.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1809 sound/pci/via82xx.c 		.type = AC97_TUNE_NONE
type             1815 sound/pci/via82xx.c 		.type = AC97_TUNE_HP_ONLY
type             1821 sound/pci/via82xx.c 		.type = AC97_TUNE_HP_ONLY
type             1827 sound/pci/via82xx.c 		.type = AC97_TUNE_HP_ONLY
type             1833 sound/pci/via82xx.c 		.type = AC97_TUNE_HP_ONLY
type             1839 sound/pci/via82xx.c 		.type = AC97_TUNE_HP_ONLY
type             1845 sound/pci/via82xx.c 		.type = AC97_TUNE_HP_ONLY	/* VT1616 */
type             1851 sound/pci/via82xx.c 		.type = AC97_TUNE_ALC_JACK
type             1857 sound/pci/via82xx.c 		.type = AC97_TUNE_ALC_JACK
type             1863 sound/pci/via82xx.c 		.type = AC97_TUNE_HP_ONLY,
type             1869 sound/pci/via82xx.c 		.type = AC97_TUNE_HP_ONLY,
type             1875 sound/pci/via82xx.c 		.type = AC97_TUNE_HP_ONLY, /* http://launchpad.net/bugs/38546 */
type             1881 sound/pci/via82xx.c 		.type = AC97_TUNE_HP_ONLY
type             2424 sound/pci/via82xx.c 	int type;
type             2534 sound/pci/via82xx.c 				chip_type = via823x_cards[i].type;
type               68 sound/pci/vx222/vx222.c 	.type = VX_TYPE_BOARD,
type               80 sound/pci/vx222/vx222.c 	.type = VX_TYPE_V2,
type               92 sound/pci/vx222/vx222.c 	.type = VX_TYPE_MIC,
type              141 sound/pci/vx222/vx222.c 	vx_ops = hw->type == VX_TYPE_BOARD ? &vx222_old_ops : &vx222_ops;
type              190 sound/pci/vx222/vx222_ops.c 	if (_chip->type == VX_TYPE_BOARD) {
type              370 sound/pci/vx222/vx222_ops.c 	if (chip->type == VX_TYPE_BOARD)
type              387 sound/pci/vx222/vx222_ops.c 	if (chip->type != VX_TYPE_BOARD) {
type              730 sound/pci/vx222/vx222_ops.c 	if (_chip->type == VX_TYPE_BOARD) {
type              743 sound/pci/vx222/vx222_ops.c 	if (_chip->type == VX_TYPE_MIC) {
type              858 sound/pci/vx222/vx222_ops.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              902 sound/pci/vx222/vx222_ops.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              966 sound/pci/vx222/vx222_ops.c 	if (_chip->type != VX_TYPE_MIC)
type              254 sound/pci/ymfpci/ymfpci.h 	enum snd_ymfpci_pcm_type type;
type              206 sound/pci/ymfpci/ymfpci_main.c 		       enum snd_ymfpci_voice_type type, int pair,
type              221 sound/pci/ymfpci/ymfpci_main.c 		switch (type) {
type              244 sound/pci/ymfpci/ymfpci_main.c 				  enum snd_ymfpci_voice_type type, int pair,
type              252 sound/pci/ymfpci/ymfpci_main.c 	if (snd_BUG_ON(pair && type != YMFPCI_PCM))
type              257 sound/pci/ymfpci/ymfpci_main.c 		result = voice_alloc(chip, type, pair, rvoice);
type              258 sound/pci/ymfpci/ymfpci_main.c 		if (result == 0 || type != YMFPCI_PCM)
type              905 sound/pci/ymfpci/ymfpci_main.c 	ypcm->type = PLAYBACK_VOICE;
type             1030 sound/pci/ymfpci/ymfpci_main.c 	ypcm->type = capture_bank_number + CAPTURE_REC;
type             1269 sound/pci/ymfpci/ymfpci_main.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             1316 sound/pci/ymfpci/ymfpci_main.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             1344 sound/pci/ymfpci/ymfpci_main.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             1509 sound/pci/ymfpci/ymfpci_main.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1717 sound/pci/ymfpci/ymfpci_main.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               23 sound/pcmcia/vx/vxp_mixer.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              115 sound/pcmcia/vx/vxp_mixer.c 	switch (_chip->type) {
type              125 sound/pcmcia/vx/vxp_mixer.c 	switch (_chip->type) {
type              527 sound/pcmcia/vx/vxp_ops.c 		if (_chip->type == VX_TYPE_VXP440)
type              536 sound/pcmcia/vx/vxp_ops.c 		if (_chip->type == VX_TYPE_VXP440) {
type               87 sound/pcmcia/vx/vxpocket.c 	.type = VX_TYPE_VXPOCKET,
type              109 sound/pcmcia/vx/vxpocket.c 	.type = VX_TYPE_VXP440,
type              214 sound/pcmcia/vx/vxpocket.c 		chip->type = vxp440_hw.type;
type              125 sound/ppc/awacs.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              323 sound/ppc/awacs.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              389 sound/ppc/awacs.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              429 sound/ppc/awacs.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              531 sound/ppc/awacs.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               86 sound/ppc/beep.c static int snd_pmac_beep_event(struct input_dev *dev, unsigned int type,
type               98 sound/ppc/beep.c 	if (type != EV_SND)
type              164 sound/ppc/beep.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              164 sound/ppc/burgundy.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              240 sound/ppc/burgundy.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              287 sound/ppc/burgundy.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              349 sound/ppc/burgundy.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              405 sound/ppc/burgundy.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              114 sound/ppc/daca.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               51 sound/ppc/keywest.c 	strlcpy(info.type, "keywest", I2C_NAME_SIZE);
type              698 sound/ppc/snd_ps3.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              245 sound/ppc/tumbler.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              392 sound/ppc/tumbler.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              514 sound/ppc/tumbler.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              598 sound/ppc/tumbler.c #define DEFINE_MONO(xname,type) { \
type              604 sound/ppc/tumbler.c 	.private_value = (unsigned long)(&tumbler_##type##_vol_info), \
type              607 sound/ppc/tumbler.c #define DEFINE_SNAPPER_MONO(xname,type) { \
type              613 sound/ppc/tumbler.c 	.private_value = (unsigned long)(&snapper_##type##_vol_info), \
type              659 sound/ppc/tumbler.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              475 sound/sh/aica.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              428 sound/soc/amd/acp-da7219-max98357a.c 	.type = REGULATOR_VOLTAGE,
type               44 sound/soc/atmel/atmel-pcm-pdc.c 	buf->dev.type = SNDRV_DMA_TYPE_DEV;
type              735 sound/soc/bcm/cygnus-pcm.c 	buf->dev.type = SNDRV_DMA_TYPE_DEV;
type              150 sound/soc/codecs/ab8500-codec.c static inline const char *amic_type_str(enum amic_type type)
type              152 sound/soc/codecs/ab8500-codec.c 	switch (type) {
type             1280 sound/soc/codecs/ab8500-codec.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               33 sound/soc/codecs/ad1836.c 	enum ad1836_type type;
type              258 sound/soc/codecs/ad1836.c 	num_dacs = ad183x_dais[ad1836->type].playback.channels_max / 2;
type              259 sound/soc/codecs/ad1836.c 	num_adcs = ad183x_dais[ad1836->type].capture.channels_max / 2;
type              276 sound/soc/codecs/ad1836.c 	if (ad1836->type == AD1836) {
type              381 sound/soc/codecs/ad1836.c 	ad1836->type = spi_get_device_id(spi)->driver_data;
type              386 sound/soc/codecs/ad1836.c 			&soc_component_dev_ad1836, &ad183x_dais[ad1836->type], 1);
type               25 sound/soc/codecs/ad193x.c 	enum ad193x_type type;
type              131 sound/soc/codecs/ad193x.c 	switch (ad193x->type) {
type              508 sound/soc/codecs/ad193x.c 		 enum ad193x_type type)
type              520 sound/soc/codecs/ad193x.c 	ad193x->type = type;
type               23 sound/soc/codecs/ad193x.h 		 enum ad193x_type type);
type              697 sound/soc/codecs/adau1761.c 	if (adau->type == ADAU1761) {
type              775 sound/soc/codecs/adau1761.c 	enum adau17x1_type type, void (*switch_mode)(struct device *dev))
type              781 sound/soc/codecs/adau1761.c 	if (type == ADAU1361) {
type              789 sound/soc/codecs/adau1761.c 	ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name);
type               18 sound/soc/codecs/adau1761.h 	enum adau17x1_type type, void (*switch_mode)(struct device *dev));
type              481 sound/soc/codecs/adau1781.c 	enum adau17x1_type type, void (*switch_mode)(struct device *dev))
type              486 sound/soc/codecs/adau1781.c 	switch (type) {
type              497 sound/soc/codecs/adau1781.c 	ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name);
type               18 sound/soc/codecs/adau1781.h 	enum adau17x1_type type, void (*switch_mode)(struct device *dev));
type              327 sound/soc/codecs/adau17x1.c 	switch (adau->type) {
type              339 sound/soc/codecs/adau17x1.c 	switch (adau->type) {
type              646 sound/soc/codecs/adau17x1.c 		if (adau->type == ADAU1361)
type              657 sound/soc/codecs/adau17x1.c 		if (adau->type == ADAU1761)
type              672 sound/soc/codecs/adau17x1.c 		if (adau->type == ADAU1361)
type             1029 sound/soc/codecs/adau17x1.c 	enum adau17x1_type type, void (*switch_mode)(struct device *dev),
type             1068 sound/soc/codecs/adau17x1.c 	adau->type = type;
type               40 sound/soc/codecs/adau17x1.h 	enum adau17x1_type type;
type               59 sound/soc/codecs/adau17x1.h 	enum adau17x1_type type, void (*switch_mode)(struct device *dev),
type              116 sound/soc/codecs/adau1977.c 	enum adau1977_type type;
type              852 sound/soc/codecs/adau1977.c 	switch (adau1977->type) {
type              904 sound/soc/codecs/adau1977.c 	enum adau1977_type type, void (*switch_mode)(struct device *dev))
type              918 sound/soc/codecs/adau1977.c 	adau1977->type = type;
type              951 sound/soc/codecs/adau1977.c 	if (type == ADAU1977) {
type               23 sound/soc/codecs/adau1977.h 	enum adau1977_type type, void (*switch_mode)(struct device *dev));
type              181 sound/soc/codecs/arizona.c 	switch (arizona->type) {
type              262 sound/soc/codecs/arizona.c 	switch (arizona->type) {
type              334 sound/soc/codecs/arizona.c 		switch (arizona->type) {
type              975 sound/soc/codecs/arizona.c 			switch (arizona->type) {
type             1025 sound/soc/codecs/arizona.c 			switch (arizona->type) {
type             1698 sound/soc/codecs/arizona.c 	switch (priv->arizona->type) {
type             1717 sound/soc/codecs/arizona.c 		switch (priv->arizona->type) {
type             2177 sound/soc/codecs/arizona.c 	switch (fll->arizona->type) {
type              934 sound/soc/codecs/cs42l52.c static int cs42l52_beep_event(struct input_dev *dev, unsigned int type,
type              998 sound/soc/codecs/cs42l56.c static int cs42l56_beep_event(struct input_dev *dev, unsigned int type,
type               49 sound/soc/codecs/cs47l15.c 	{ .type = WMFW_ADSP2_PM, .base = 0x080000 },
type               50 sound/soc/codecs/cs47l15.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x0e0000 },
type               51 sound/soc/codecs/cs47l15.c 	{ .type = WMFW_ADSP2_XM, .base = 0x0a0000 },
type               52 sound/soc/codecs/cs47l15.c 	{ .type = WMFW_ADSP2_YM, .base = 0x0c0000 },
type             1394 sound/soc/codecs/cs47l15.c 	cs47l15->core.adsp[0].type = WMFW_ADSP2;
type               41 sound/soc/codecs/cs47l24.c 	{ .type = WMFW_ADSP2_PM, .base = 0x200000 },
type               42 sound/soc/codecs/cs47l24.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x280000 },
type               43 sound/soc/codecs/cs47l24.c 	{ .type = WMFW_ADSP2_XM, .base = 0x290000 },
type               44 sound/soc/codecs/cs47l24.c 	{ .type = WMFW_ADSP2_YM, .base = 0x2a8000 },
type               48 sound/soc/codecs/cs47l24.c 	{ .type = WMFW_ADSP2_PM, .base = 0x300000 },
type               49 sound/soc/codecs/cs47l24.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x380000 },
type               50 sound/soc/codecs/cs47l24.c 	{ .type = WMFW_ADSP2_XM, .base = 0x390000 },
type               51 sound/soc/codecs/cs47l24.c 	{ .type = WMFW_ADSP2_YM, .base = 0x3a8000 },
type             1238 sound/soc/codecs/cs47l24.c 		cs47l24->core.adsp[i].type = WMFW_ADSP2;
type               41 sound/soc/codecs/cs47l35.c 	{ .type = WMFW_ADSP2_PM, .base = 0x080000 },
type               42 sound/soc/codecs/cs47l35.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x0e0000 },
type               43 sound/soc/codecs/cs47l35.c 	{ .type = WMFW_ADSP2_XM, .base = 0x0a0000 },
type               44 sound/soc/codecs/cs47l35.c 	{ .type = WMFW_ADSP2_YM, .base = 0x0c0000 },
type               48 sound/soc/codecs/cs47l35.c 	{ .type = WMFW_ADSP2_PM, .base = 0x100000 },
type               49 sound/soc/codecs/cs47l35.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x160000 },
type               50 sound/soc/codecs/cs47l35.c 	{ .type = WMFW_ADSP2_XM, .base = 0x120000 },
type               51 sound/soc/codecs/cs47l35.c 	{ .type = WMFW_ADSP2_YM, .base = 0x140000 },
type               55 sound/soc/codecs/cs47l35.c 	{ .type = WMFW_ADSP2_PM, .base = 0x180000 },
type               56 sound/soc/codecs/cs47l35.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x1e0000 },
type               57 sound/soc/codecs/cs47l35.c 	{ .type = WMFW_ADSP2_XM, .base = 0x1a0000 },
type               58 sound/soc/codecs/cs47l35.c 	{ .type = WMFW_ADSP2_YM, .base = 0x1c0000 },
type             1687 sound/soc/codecs/cs47l35.c 		cs47l35->core.adsp[i].type = WMFW_ADSP2;
type               41 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_PM, .base = 0x080000 },
type               42 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x0e0000 },
type               43 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_XM, .base = 0x0a0000 },
type               44 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_YM, .base = 0x0c0000 },
type               48 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_PM, .base = 0x100000 },
type               49 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x160000 },
type               50 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_XM, .base = 0x120000 },
type               51 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_YM, .base = 0x140000 },
type               55 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_PM, .base = 0x180000 },
type               56 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x1e0000 },
type               57 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_XM, .base = 0x1a0000 },
type               58 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_YM, .base = 0x1c0000 },
type               62 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_PM, .base = 0x200000 },
type               63 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x260000 },
type               64 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_XM, .base = 0x220000 },
type               65 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_YM, .base = 0x240000 },
type               69 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_PM, .base = 0x280000 },
type               70 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x2e0000 },
type               71 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_XM, .base = 0x2a0000 },
type               72 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_YM, .base = 0x2c0000 },
type               76 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_PM, .base = 0x300000 },
type               77 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x360000 },
type               78 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_XM, .base = 0x320000 },
type               79 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_YM, .base = 0x340000 },
type               83 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_PM, .base = 0x380000 },
type               84 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x3e0000 },
type               85 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_XM, .base = 0x3a0000 },
type               86 sound/soc/codecs/cs47l85.c 	{ .type = WMFW_ADSP2_YM, .base = 0x3c0000 },
type             2635 sound/soc/codecs/cs47l85.c 		cs47l85->core.adsp[i].type = WMFW_ADSP2;
type               41 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_PM, .base = 0x080000 },
type               42 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x0e0000 },
type               43 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_XM, .base = 0x0a0000 },
type               44 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_YM, .base = 0x0c0000 },
type               48 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_PM, .base = 0x100000 },
type               49 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x160000 },
type               50 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_XM, .base = 0x120000 },
type               51 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_YM, .base = 0x140000 },
type               55 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_PM, .base = 0x180000 },
type               56 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x1e0000 },
type               57 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_XM, .base = 0x1a0000 },
type               58 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_YM, .base = 0x1c0000 },
type               62 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_PM, .base = 0x200000 },
type               63 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x260000 },
type               64 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_XM, .base = 0x220000 },
type               65 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_YM, .base = 0x240000 },
type               69 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_PM, .base = 0x280000 },
type               70 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x2e0000 },
type               71 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_XM, .base = 0x2a0000 },
type               72 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_YM, .base = 0x2c0000 },
type               76 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_PM, .base = 0x300000 },
type               77 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x360000 },
type               78 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_XM, .base = 0x320000 },
type               79 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_YM, .base = 0x340000 },
type               83 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_PM, .base = 0x380000 },
type               84 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x3e0000 },
type               85 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_XM, .base = 0x3a0000 },
type               86 sound/soc/codecs/cs47l90.c 	{ .type = WMFW_ADSP2_YM, .base = 0x3c0000 },
type             2538 sound/soc/codecs/cs47l90.c 		cs47l90->core.adsp[i].type = WMFW_ADSP2;
type               41 sound/soc/codecs/cs47l92.c 	{ .type = WMFW_ADSP2_PM, .base = 0x080000 },
type               42 sound/soc/codecs/cs47l92.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x0e0000 },
type               43 sound/soc/codecs/cs47l92.c 	{ .type = WMFW_ADSP2_XM, .base = 0x0a0000 },
type               44 sound/soc/codecs/cs47l92.c 	{ .type = WMFW_ADSP2_YM, .base = 0x0c0000 },
type             1946 sound/soc/codecs/cs47l92.c 	cs47l92->core.adsp[0].type = WMFW_ADSP2;
type             1419 sound/soc/codecs/cx2072x.c 	unsigned int type = 0;
type             1426 sound/soc/codecs/cx2072x.c 	regmap_read(cx2072x->regmap, CX2072X_DIGITAL_TEST11, &type);
type             1429 sound/soc/codecs/cx2072x.c 		type = type >> 8;
type             1431 sound/soc/codecs/cx2072x.c 		if (type & 0x8) {
type             1434 sound/soc/codecs/cx2072x.c 			if (type & 0x2)
type             1436 sound/soc/codecs/cx2072x.c 		} else if (type & 0x4) {
type             1451 sound/soc/codecs/cx2072x.c 		type, state);
type              336 sound/soc/codecs/hdac_hda.c 	hdev->type = HDA_DEV_ASOC;
type              227 sound/soc/codecs/hdac_hdmi.c 	unsigned int type, param;
type              230 sound/soc/codecs/hdac_hdmi.c 	type = get_wcaps_type(caps);
type              232 sound/soc/codecs/hdac_hdmi.c 	if (!(caps & AC_WCAP_DIGITAL) || (type != AC_WID_PIN))
type              351 sound/soc/codecs/hdac_hdmi.c 	u8 type; /* 0x84 */
type              405 sound/soc/codecs/hdac_hdmi.c 		dp_ai.type	= 0x84;
type             1522 sound/soc/codecs/hdac_hdmi.c 		unsigned int type;
type             1525 sound/soc/codecs/hdac_hdmi.c 		type = get_wcaps_type(caps);
type             1530 sound/soc/codecs/hdac_hdmi.c 		switch (type) {
type              294 sound/soc/codecs/hdmi-codec.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type               39 sound/soc/codecs/inno_rk3036.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              923 sound/soc/codecs/madera.c 	switch (priv->madera->type) {
type             1057 sound/soc/codecs/madera.c 	switch (madera->type) {
type             2276 sound/soc/codecs/madera.c 	switch (madera->type) {
type             2397 sound/soc/codecs/madera.c 	switch (madera->type) {
type             2544 sound/soc/codecs/madera.c 		switch (madera->type) {
type             2567 sound/soc/codecs/madera.c 	switch (madera->type) {
type             2922 sound/soc/codecs/madera.c 	switch (madera->type) {
type             3447 sound/soc/codecs/madera.c 	switch (fll->madera->type) {
type             3504 sound/soc/codecs/madera.c 	switch (fll->madera->type) {
type             3635 sound/soc/codecs/madera.c 	switch (fll->madera->type) {
type             3818 sound/soc/codecs/madera.c 	switch (madera->type) {
type             3878 sound/soc/codecs/madera.c 	switch (madera->type) {
type             3927 sound/soc/codecs/madera.c 	switch (fll->madera->type) {
type              505 sound/soc/codecs/msm8916-wcd-digital.c 	ucontrol->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type              631 sound/soc/codecs/mt6358.c #define IS_DCC_BASE(type) ((type) == MIC_TYPE_MUX_DCC || \
type              632 sound/soc/codecs/mt6358.c 			(type) == MIC_TYPE_MUX_DCC_ECM_DIFF || \
type              633 sound/soc/codecs/mt6358.c 			(type) == MIC_TYPE_MUX_DCC_ECM_SINGLE)
type             1599 sound/soc/codecs/nau8825.c 	int type = 0;
type             1612 sound/soc/codecs/nau8825.c 		type = SND_JACK_HEADPHONE;
type             1616 sound/soc/codecs/nau8825.c 		type = SND_JACK_HEADSET;
type             1636 sound/soc/codecs/nau8825.c 		type = SND_JACK_HEADSET;
type             1657 sound/soc/codecs/nau8825.c 		type = SND_JACK_HEADPHONE;
type             1665 sound/soc/codecs/nau8825.c 	return type;
type               28 sound/soc/codecs/pcm186x-i2c.c 	const enum pcm186x_type type = (enum pcm186x_type)id->driver_data;
type               36 sound/soc/codecs/pcm186x-i2c.c 	return pcm186x_probe(&i2c->dev, type, irq, regmap);
type               27 sound/soc/codecs/pcm186x-spi.c 	const enum pcm186x_type type =
type               36 sound/soc/codecs/pcm186x-spi.c 	return pcm186x_probe(&spi->dev, type, irq, regmap);
type              645 sound/soc/codecs/pcm186x.c int pcm186x_probe(struct device *dev, enum pcm186x_type type, int irq,
type              689 sound/soc/codecs/pcm186x.c 	switch (type) {
type              216 sound/soc/codecs/pcm186x.h int pcm186x_probe(struct device *dev, enum pcm186x_type type, int irq,
type             1208 sound/soc/codecs/rt1011.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1314 sound/soc/codecs/rt1011.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              666 sound/soc/codecs/rt5645.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type              727 sound/soc/codecs/rt5677.c 		switch (rt5677->type) {
type             5282 sound/soc/codecs/rt5677.c 			rt5677->type = (enum rt5677_type)match_id->data;
type             5288 sound/soc/codecs/rt5677.c 			rt5677->type = (enum rt5677_type)acpi_id->driver_data;
type             1844 sound/soc/codecs/rt5677.h 	enum rt5677_type type;
type              510 sound/soc/codecs/sgtl5000.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               60 sound/soc/codecs/sigmadsp.c 	__le16 type;
type              109 sound/soc/codecs/sigmadsp.c 	info->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type               33 sound/soc/codecs/ssm2602.c 	enum ssm2602_type type;
type              600 sound/soc/codecs/ssm2602.c 	switch (ssm2602->type) {
type              647 sound/soc/codecs/ssm2602.c int ssm2602_probe(struct device *dev, enum ssm2602_type type,
type              660 sound/soc/codecs/ssm2602.c 	ssm2602->type = type;
type               28 sound/soc/codecs/ssm2602.h int ssm2602_probe(struct device *dev, enum ssm2602_type type,
type              263 sound/soc/codecs/sta32x.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type              300 sound/soc/codecs/sta350.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type              234 sound/soc/codecs/tas571x.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              148 sound/soc/codecs/tda7419.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              610 sound/soc/codecs/tscs42xx.c 	ucontrol->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type             1492 sound/soc/codecs/tscs454.c 	ucontrol->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type             4994 sound/soc/codecs/wcd9335.c 		.type = {
type              157 sound/soc/codecs/wm2200.c 	{ .type = WMFW_ADSP1_PM, .base = WM2200_DSP1_PM_BASE },
type              158 sound/soc/codecs/wm2200.c 	{ .type = WMFW_ADSP1_DM, .base = WM2200_DSP1_DM_BASE },
type              159 sound/soc/codecs/wm2200.c 	{ .type = WMFW_ADSP1_ZM, .base = WM2200_DSP1_ZM_BASE },
type              163 sound/soc/codecs/wm2200.c 	{ .type = WMFW_ADSP1_PM, .base = WM2200_DSP2_PM_BASE },
type              164 sound/soc/codecs/wm2200.c 	{ .type = WMFW_ADSP1_DM, .base = WM2200_DSP2_DM_BASE },
type              165 sound/soc/codecs/wm2200.c 	{ .type = WMFW_ADSP1_ZM, .base = WM2200_DSP2_ZM_BASE },
type             2213 sound/soc/codecs/wm2200.c 		wm2200->dsp[i].type = WMFW_ADSP1;
type               48 sound/soc/codecs/wm5102.c 	{ .type = WMFW_ADSP2_PM, .base = 0x100000 },
type               49 sound/soc/codecs/wm5102.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x180000 },
type               50 sound/soc/codecs/wm5102.c 	{ .type = WMFW_ADSP2_XM, .base = 0x190000 },
type               51 sound/soc/codecs/wm5102.c 	{ .type = WMFW_ADSP2_YM, .base = 0x1a8000 },
type             2052 sound/soc/codecs/wm5102.c 	wm5102->core.adsp[0].type = WMFW_ADSP2;
type               49 sound/soc/codecs/wm5110.c 	{ .type = WMFW_ADSP2_PM, .base = 0x100000 },
type               50 sound/soc/codecs/wm5110.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x180000 },
type               51 sound/soc/codecs/wm5110.c 	{ .type = WMFW_ADSP2_XM, .base = 0x190000 },
type               52 sound/soc/codecs/wm5110.c 	{ .type = WMFW_ADSP2_YM, .base = 0x1a8000 },
type               56 sound/soc/codecs/wm5110.c 	{ .type = WMFW_ADSP2_PM, .base = 0x200000 },
type               57 sound/soc/codecs/wm5110.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x280000 },
type               58 sound/soc/codecs/wm5110.c 	{ .type = WMFW_ADSP2_XM, .base = 0x290000 },
type               59 sound/soc/codecs/wm5110.c 	{ .type = WMFW_ADSP2_YM, .base = 0x2a8000 },
type               63 sound/soc/codecs/wm5110.c 	{ .type = WMFW_ADSP2_PM, .base = 0x300000 },
type               64 sound/soc/codecs/wm5110.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x380000 },
type               65 sound/soc/codecs/wm5110.c 	{ .type = WMFW_ADSP2_XM, .base = 0x390000 },
type               66 sound/soc/codecs/wm5110.c 	{ .type = WMFW_ADSP2_YM, .base = 0x3a8000 },
type               70 sound/soc/codecs/wm5110.c 	{ .type = WMFW_ADSP2_PM, .base = 0x400000 },
type               71 sound/soc/codecs/wm5110.c 	{ .type = WMFW_ADSP2_ZM, .base = 0x480000 },
type               72 sound/soc/codecs/wm5110.c 	{ .type = WMFW_ADSP2_XM, .base = 0x490000 },
type               73 sound/soc/codecs/wm5110.c 	{ .type = WMFW_ADSP2_YM, .base = 0x4a8000 },
type             2412 sound/soc/codecs/wm5110.c 		wm5110->core.adsp[i].type = WMFW_ADSP2;
type              489 sound/soc/codecs/wm8958-dsp2.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              612 sound/soc/codecs/wm8958-dsp2.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              673 sound/soc/codecs/wm8958-dsp2.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              779 sound/soc/codecs/wm8958-dsp2.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type             1536 sound/soc/codecs/wm8962.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type             3190 sound/soc/codecs/wm8962.c static int wm8962_beep_event(struct input_dev *dev, unsigned int type,
type             1053 sound/soc/codecs/wm8994.c 	switch (control->type) {
type             2104 sound/soc/codecs/wm8994.c 	switch (control->type) {
type             2269 sound/soc/codecs/wm8994.c 			switch (control->type) {
type             2304 sound/soc/codecs/wm8994.c 			switch (control->type) {
type             2489 sound/soc/codecs/wm8994.c 		switch (control->type) {
type             2507 sound/soc/codecs/wm8994.c 			switch (control->type) {
type             2534 sound/soc/codecs/wm8994.c 		switch (control->type) {
type             2718 sound/soc/codecs/wm8994.c 	switch (control->type) {
type             2962 sound/soc/codecs/wm8994.c 		switch (control->type) {
type             3370 sound/soc/codecs/wm8994.c 	if (control->type != WM8994) {
type             3781 sound/soc/codecs/wm8994.c 	switch (control->type) {
type             4008 sound/soc/codecs/wm8994.c 	switch (control->type) {
type             4030 sound/soc/codecs/wm8994.c 	switch (control->type) {
type             4090 sound/soc/codecs/wm8994.c 	switch (control->type) {
type             4159 sound/soc/codecs/wm8994.c 	switch (control->type) {
type             4237 sound/soc/codecs/wm8994.c 	switch (control->type) {
type             4248 sound/soc/codecs/wm8994.c 	switch (control->type) {
type             4271 sound/soc/codecs/wm8994.c 	switch (control->type) {
type             4339 sound/soc/codecs/wm8994.c 	switch (control->type) {
type             4420 sound/soc/codecs/wm8994.c 	switch (control->type) {
type              613 sound/soc/codecs/wm_adsp.c 	unsigned int type;
type              616 sound/soc/codecs/wm_adsp.c static const char *wm_adsp_mem_region_name(unsigned int type)
type              618 sound/soc/codecs/wm_adsp.c 	switch (type) {
type              827 sound/soc/codecs/wm_adsp.c 							int type)
type              832 sound/soc/codecs/wm_adsp.c 		if (dsp->mem[i].type == type)
type              841 sound/soc/codecs/wm_adsp.c 	switch (mem->type) {
type              858 sound/soc/codecs/wm_adsp.c 	switch (mem->type) {
type              934 sound/soc/codecs/wm_adsp.c 	mem = wm_adsp_find_region(dsp, alg_region->type);
type              937 sound/soc/codecs/wm_adsp.c 			 alg_region->type);
type              953 sound/soc/codecs/wm_adsp.c 	switch (ctl->type) {
type              955 sound/soc/codecs/wm_adsp.c 		uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              962 sound/soc/codecs/wm_adsp.c 		uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type              984 sound/soc/codecs/wm_adsp.c 		 wm_adsp_mem_region_name(ctl->alg_region.type), ctl->offset);
type             1024 sound/soc/codecs/wm_adsp.c 		  wm_adsp_mem_region_name(ctl->alg_region.type),
type             1293 sound/soc/codecs/wm_adsp.c 	switch (ctl->type) {
type             1374 sound/soc/codecs/wm_adsp.c 		if (ctl->type != WMFW_CTL_TYPE_HOSTEVENT)
type             1409 sound/soc/codecs/wm_adsp.c 				  unsigned int flags, unsigned int type)
type             1417 sound/soc/codecs/wm_adsp.c 	region_name = wm_adsp_mem_region_name(alg_region->type);
type             1419 sound/soc/codecs/wm_adsp.c 		adsp_err(dsp, "Unknown region type: %d\n", alg_region->type);
type             1482 sound/soc/codecs/wm_adsp.c 	ctl->type = type;
type             1623 sound/soc/codecs/wm_adsp.c 		blk->mem_type = le16_to_cpu(raw->hdr.type);
type             1633 sound/soc/codecs/wm_adsp.c 		blk->mem_type = wm_coeff_parse_int(sizeof(raw->hdr.type), &tmp);
type             1723 sound/soc/codecs/wm_adsp.c 		alg_region.type = coeff_blk.mem_type;
type             1813 sound/soc/codecs/wm_adsp.c 	int ret, offset, type;
type             1853 sound/soc/codecs/wm_adsp.c 	if (header->core != dsp->type) {
type             1855 sound/soc/codecs/wm_adsp.c 			 file, header->core, dsp->type);
type             1881 sound/soc/codecs/wm_adsp.c 		type = be32_to_cpu(region->type) & 0xff;
type             1883 sound/soc/codecs/wm_adsp.c 		switch (type) {
type             1912 sound/soc/codecs/wm_adsp.c 			mem = wm_adsp_find_region(dsp, type);
type             1914 sound/soc/codecs/wm_adsp.c 				adsp_err(dsp, "No region of type: %x\n", type);
type             1918 sound/soc/codecs/wm_adsp.c 			region_name = wm_adsp_mem_region_name(type);
type             1924 sound/soc/codecs/wm_adsp.c 				  file, regions, type, pos, pos);
type             2006 sound/soc/codecs/wm_adsp.c 		    alg_region->type == ctl->alg_region.type) {
type             2065 sound/soc/codecs/wm_adsp.c 	wm_adsp_find_alg_region(struct wm_adsp *dsp, int type, unsigned int id)
type             2070 sound/soc/codecs/wm_adsp.c 		if (id == alg_region->alg && type == alg_region->type)
type             2078 sound/soc/codecs/wm_adsp.c 							int type, __be32 id,
type             2087 sound/soc/codecs/wm_adsp.c 	alg_region->type = type;
type             2139 sound/soc/codecs/wm_adsp.c 				int *type, __be32 *base)
type             2145 sound/soc/codecs/wm_adsp.c 		alg_region = wm_adsp_create_region(dsp, type[i], id, base[i]);
type             2465 sound/soc/codecs/wm_adsp.c 	int ret, pos, blocks, type, offset, reg;
type             2519 sound/soc/codecs/wm_adsp.c 		type = le16_to_cpu(blk->type);
type             2528 sound/soc/codecs/wm_adsp.c 			 file, blocks, le32_to_cpu(blk->len), offset, type);
type             2532 sound/soc/codecs/wm_adsp.c 		switch (type) {
type             2544 sound/soc/codecs/wm_adsp.c 				mem = wm_adsp_find_region(dsp, type);
type             2566 sound/soc/codecs/wm_adsp.c 				 type, le32_to_cpu(blk->id));
type             2568 sound/soc/codecs/wm_adsp.c 			mem = wm_adsp_find_region(dsp, type);
type             2570 sound/soc/codecs/wm_adsp.c 				adsp_err(dsp, "No base for region %x\n", type);
type             2574 sound/soc/codecs/wm_adsp.c 			alg_region = wm_adsp_find_alg_region(dsp, type,
type             2582 sound/soc/codecs/wm_adsp.c 					 type, le32_to_cpu(blk->id));
type             2588 sound/soc/codecs/wm_adsp.c 				 file, blocks, type, pos);
type             3777 sound/soc/codecs/wm_adsp.c 	buf->host_buf_mem_type = ctl->alg_region.type;
type             3831 sound/soc/codecs/wm_adsp.c 		if (ctl->type != WMFW_CTL_TYPE_HOST_BUFFER)
type               41 sound/soc/codecs/wm_adsp.h 	int type;
type               48 sound/soc/codecs/wm_adsp.h 	int type;
type               62 sound/soc/codecs/wm_adsp.h 	int type;
type               59 sound/soc/codecs/wmfw.h 		__be32 type;
type              142 sound/soc/codecs/wmfw.h 		__le16 type;
type              169 sound/soc/codecs/wmfw.h 	__le16 type;
type              647 sound/soc/fsl/fsl_spdif.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              743 sound/soc/fsl/fsl_spdif.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type              775 sound/soc/fsl/fsl_spdif.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              803 sound/soc/fsl/fsl_spdif.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              870 sound/soc/fsl/fsl_spdif.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              242 sound/soc/fsl/imx-pcm-fiq.c 	buf->dev.type = SNDRV_DMA_TYPE_DEV;
type              273 sound/soc/img/img-spdif-in.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              313 sound/soc/img/img-spdif-in.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              387 sound/soc/img/img-spdif-in.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              427 sound/soc/img/img-spdif-in.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              485 sound/soc/img/img-spdif-in.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              114 sound/soc/img/img-spdif-out.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type               30 sound/soc/intel/atom/sst-atom-controls.c 	byte_data->type = SST_CMD_BYTES_SET;
type              132 sound/soc/intel/atom/sst-atom-controls.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type              312 sound/soc/intel/atom/sst-atom-controls.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type              324 sound/soc/intel/atom/sst-atom-controls.c 	switch (bc->type) {
type              330 sound/soc/intel/atom/sst-atom-controls.c 				bc->type);
type              347 sound/soc/intel/atom/sst-atom-controls.c 	switch (bc->type) {
type              354 sound/soc/intel/atom/sst-atom-controls.c 				bc->type);
type              370 sound/soc/intel/atom/sst-atom-controls.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              431 sound/soc/intel/atom/sst-atom-controls.c 	switch (mc->type) {
type              447 sound/soc/intel/atom/sst-atom-controls.c 				mc->type);
type              465 sound/soc/intel/atom/sst-atom-controls.c 	switch (mc->type) {
type              487 sound/soc/intel/atom/sst-atom-controls.c 				mc->type);
type             1370 sound/soc/intel/atom/sst-atom-controls.c 	 struct snd_soc_dapm_widget *w, int type)
type             1381 sound/soc/intel/atom/sst-atom-controls.c 	if (type == SST_MODULE_GAIN) {
type             1387 sound/soc/intel/atom/sst-atom-controls.c 	} else if (type == SST_MODULE_ALGO) {
type             1395 sound/soc/intel/atom/sst-atom-controls.c 				type, kctl->id.name);
type              690 sound/soc/intel/atom/sst-atom-controls.h 	enum sst_gain_kcontrol_type type;
type              722 sound/soc/intel/atom/sst-atom-controls.h 	{ .stereo = true, .max = xmax, .min = xmin, .type = SST_GAIN_TLV, \
type              733 sound/soc/intel/atom/sst-atom-controls.h 	{ .stereo = false, .max = xmax, .min = xmin, .type = xtype, \
type              743 sound/soc/intel/atom/sst-atom-controls.h 	{ .stereo = false, .type = SST_GAIN_MUTE, \
type              782 sound/soc/intel/atom/sst-atom-controls.h 	enum sst_algo_kcontrol_type type;
type              796 sound/soc/intel/atom/sst-atom-controls.h 		.max = xcount + sizeof(u16), .type = xtype, .module_id = xmod,			\
type              238 sound/soc/intel/atom/sst-mfld-dsp.h 	u8 type;	/* build type */
type              293 sound/soc/intel/atom/sst-mfld-dsp.h 	__u32			type; /*Type of the parameter */
type              464 sound/soc/intel/atom/sst-mfld-dsp.h 	u8 type;
type              510 sound/soc/intel/atom/sst-mfld-dsp.h 	u8 type;
type              243 sound/soc/intel/atom/sst/sst.c 	if (ctx->fw_version.type == 0 && ctx->fw_version.major == 0 &&
type              248 sound/soc/intel/atom/sst/sst.c 			       ctx->fw_version.type, ctx->fw_version.major,
type              241 sound/soc/intel/atom/sst/sst.h 	u32 type;
type              253 sound/soc/intel/atom/sst/sst.h 	enum sst_ram_type	type;
type              234 sound/soc/intel/atom/sst/sst_ipc.c 			init->fw_version.type, init->fw_version.major,
type              240 sound/soc/intel/atom/sst/sst_ipc.c 	sst_drv_ctx->fw_version.type = init->fw_version.type;
type              182 sound/soc/intel/atom/sst/sst_loader.c 			module->blocks, module->type);
type              192 sound/soc/intel/atom/sst/sst_loader.c 		switch (block->type) {
type              207 sound/soc/intel/atom/sst/sst_loader.c 					block->type, count);
type              180 sound/soc/intel/atom/sst/sst_stream.c 		bytes->type, bytes->ipc_msg, bytes->block, bytes->task_id,
type              215 sound/soc/intel/atom/sst/sst_stream.c 	if (bytes->type == SND_SST_BYTES_GET) {
type               35 sound/soc/intel/baytrail/sst-baytrail-dsp.c 	enum sst_ram_type	type;	/* IRAM/DRAM */
type               53 sound/soc/intel/baytrail/sst-baytrail-dsp.c 	u32 type; /* codec type, pp lib */
type               66 sound/soc/intel/baytrail/sst-baytrail-dsp.c 	template.id = module->type;
type               82 sound/soc/intel/baytrail/sst-baytrail-dsp.c 		switch (block->type) {
type               86 sound/soc/intel/baytrail/sst-baytrail-dsp.c 			mod->type = SST_MEM_IRAM;
type               91 sound/soc/intel/baytrail/sst-baytrail-dsp.c 			mod->type = SST_MEM_DRAM;
type               96 sound/soc/intel/baytrail/sst-baytrail-dsp.c 			mod->type = SST_MEM_CACHE;
type              100 sound/soc/intel/baytrail/sst-baytrail-dsp.c 				block->type, count);
type              241 sound/soc/intel/baytrail/sst-baytrail-dsp.c 	enum sst_mem_type type;
type              329 sound/soc/intel/baytrail/sst-baytrail-dsp.c 					       region[i].type, NULL, j, sst);
type              121 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	u8 type;
type              462 sound/soc/intel/baytrail/sst-baytrail-ipc.c static int sst_byt_stream_operations(struct sst_byt *byt, int type,
type              467 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	request.header = sst_byt_header(type, 0, false, stream_id);
type              740 sound/soc/intel/baytrail/sst-baytrail-ipc.c 		 init.fw_version.build, init.fw_version.type);
type              741 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	dev_info(byt->dev, "Build type: %x\n", init.fw_version.type);
type               20 sound/soc/intel/common/soc-intel-quirks.h #define SOC_INTEL_IS_CPU(soc, type)				\
type               24 sound/soc/intel/common/soc-intel-quirks.h 		ICPU(type),					\
type              143 sound/soc/intel/common/sst-dsp-priv.h 	enum sst_mem_type type;
type              200 sound/soc/intel/common/sst-dsp-priv.h 	enum sst_mem_type type;		/* destination memory type */
type              240 sound/soc/intel/common/sst-dsp-priv.h 	enum sst_mem_type type;		/* block memory type IRAM/DRAM */
type              377 sound/soc/intel/common/sst-dsp-priv.h 	u32 size, enum sst_mem_type type, const struct sst_block_ops *ops,
type              382 sound/soc/intel/common/sst-dsp-priv.h 	enum sst_mem_type type);
type              134 sound/soc/intel/common/sst-firmware.c 					block->type, block->index);
type              143 sound/soc/intel/common/sst-firmware.c 			block->type, block->index, block->offset);
type              162 sound/soc/intel/common/sst-firmware.c 					block->type, block->index);
type              563 sound/soc/intel/common/sst-firmware.c 		if (block->type == ba->type && block->offset == ba->offset)
type              605 sound/soc/intel/common/sst-firmware.c 			block->type, block->index, block->offset);
type              626 sound/soc/intel/common/sst-firmware.c 		if (block->type != ba->type)
type              637 sound/soc/intel/common/sst-firmware.c 			block->type, block->index, block->offset);
type              645 sound/soc/intel/common/sst-firmware.c 		if (block->type != ba->type)
type              671 sound/soc/intel/common/sst-firmware.c 		ba->size, ba->offset, ba->type);
type              711 sound/soc/intel/common/sst-firmware.c 	if (ba->type != SST_MEM_IRAM && ba->type != SST_MEM_DRAM)
type              718 sound/soc/intel/common/sst-firmware.c 		if (block->type != ba->type)
type              747 sound/soc/intel/common/sst-firmware.c 		if (block->type != ba->type)
type              757 sound/soc/intel/common/sst-firmware.c 				block->type, block->index, block->offset);
type              792 sound/soc/intel/common/sst-firmware.c 	ba.type = module->type;
type              796 sound/soc/intel/common/sst-firmware.c 		ba.size, ba.offset, ba.type);
type              866 sound/soc/intel/common/sst-firmware.c 	ba.type = SST_MEM_DRAM;
type              876 sound/soc/intel/common/sst-firmware.c 			ba.size, ba.type, ba.offset);
type              883 sound/soc/intel/common/sst-firmware.c 			ba.size, ba.type);
type             1019 sound/soc/intel/common/sst-firmware.c 	u32 size, enum sst_mem_type type, const struct sst_block_ops *ops,
type             1031 sound/soc/intel/common/sst-firmware.c 	block->type = type;
type             1098 sound/soc/intel/common/sst-firmware.c 	ba.type = SST_MEM_DRAM;
type             1104 sound/soc/intel/common/sst-firmware.c 			ba.size, ba.type, ba.offset);
type             1113 sound/soc/intel/common/sst-firmware.c 			ba.size, ba.type);
type             1188 sound/soc/intel/common/sst-firmware.c 	enum sst_mem_type type)
type             1190 sound/soc/intel/common/sst-firmware.c 	switch (type) {
type               48 sound/soc/intel/haswell/sst-haswell-dsp.c 	__le32 type;		/* IRAM/DRAM */
type               72 sound/soc/intel/haswell/sst-haswell-dsp.c 	__le16 type;	/* codec type, pp lib */
type               87 sound/soc/intel/haswell/sst-haswell-dsp.c 	int type = le16_to_cpu(module->type);
type               91 sound/soc/intel/haswell/sst-haswell-dsp.c 	if (type != SST_HSW_MODULE_BASE_FW &&
type               92 sound/soc/intel/haswell/sst-haswell-dsp.c 	    type != SST_HSW_MODULE_PCM_SYSTEM &&
type               93 sound/soc/intel/haswell/sst-haswell-dsp.c 	    type != SST_HSW_MODULE_PCM &&
type               94 sound/soc/intel/haswell/sst-haswell-dsp.c 	    type != SST_HSW_MODULE_PCM_REFERENCE &&
type               95 sound/soc/intel/haswell/sst-haswell-dsp.c 	    type != SST_HSW_MODULE_PCM_CAPTURE &&
type               96 sound/soc/intel/haswell/sst-haswell-dsp.c 	    type != SST_HSW_MODULE_WAVES &&
type               97 sound/soc/intel/haswell/sst-haswell-dsp.c 	    type != SST_HSW_MODULE_LPAL)
type              102 sound/soc/intel/haswell/sst-haswell-dsp.c 		module->blocks, type);
type              108 sound/soc/intel/haswell/sst-haswell-dsp.c 	template.id = type;
type              128 sound/soc/intel/haswell/sst-haswell-dsp.c 		switch (le32_to_cpu(block->type)) {
type              133 sound/soc/intel/haswell/sst-haswell-dsp.c 			mod->type = SST_MEM_IRAM;
type              139 sound/soc/intel/haswell/sst-haswell-dsp.c 			mod->type = SST_MEM_DRAM;
type              143 sound/soc/intel/haswell/sst-haswell-dsp.c 				block->type, count);
type              154 sound/soc/intel/haswell/sst-haswell-dsp.c 			count, mod->type, block->size, ram,
type              446 sound/soc/intel/haswell/sst-haswell-dsp.c 	enum sst_mem_type type;
type              504 sound/soc/intel/haswell/sst-haswell-dsp.c 		switch (block->type) {
type              543 sound/soc/intel/haswell/sst-haswell-dsp.c 		block->type, block->index, block->offset);
type              579 sound/soc/intel/haswell/sst-haswell-dsp.c 		block->type, block->index, block->offset);
type              668 sound/soc/intel/haswell/sst-haswell-dsp.c 				region[i].type, &sst_hsw_ops, j, sst);
type              712 sound/soc/intel/haswell/sst-haswell-ipc.c 	u32 type, header;
type              716 sound/soc/intel/haswell/sst-haswell-ipc.c 	type = msg_get_global_type(header);
type              726 sound/soc/intel/haswell/sst-haswell-ipc.c 	switch (type) {
type              740 sound/soc/intel/haswell/sst-haswell-ipc.c 			type, header);
type              753 sound/soc/intel/haswell/sst-haswell-ipc.c 			type, header);
type             1266 sound/soc/intel/haswell/sst-haswell-ipc.c static int sst_hsw_stream_operations(struct sst_hsw *hsw, int type,
type             1272 sound/soc/intel/haswell/sst-haswell-ipc.c 	request.header |= IPC_STR_TYPE(type) | (stream_id << IPC_STR_ID_SHIFT);
type              262 sound/soc/intel/haswell/sst-haswell-ipc.h 	u8 type;
type               97 sound/soc/intel/skylake/skl-ssp-clk.c 		ipc->mclk.hdr.type = DMA_CLK_CONTROLS;
type              126 sound/soc/intel/skylake/skl-ssp-clk.c 		ipc->sclk_fs.hdr.type =
type               49 sound/soc/intel/skylake/skl-ssp-clk.h 	u32 type;
type               30 sound/soc/intel/skylake/skl-sst-utils.c 		u32 type     : 4;
type               54 sound/soc/intel/skylake/skl-sst-utils.c 	struct module_type type;
type              296 sound/soc/intel/skylake/skl-sst-utils.c 		module->is_loadable = mod_entry->type.load_type;
type             2524 sound/soc/intel/skylake/skl-topology.c 		switch (array->type) {
type             3357 sound/soc/intel/skylake/skl-topology.c 		switch (array->type) {
type              729 sound/soc/intel/skylake/skl.c 		hdev->type = HDA_DEV_LEGACY;
type              258 sound/soc/kirkwood/kirkwood-dma.c 	buf->dev.type = SNDRV_DMA_TYPE_DEV;
type              311 sound/soc/meson/axg-fifo.c int axg_fifo_pcm_new(struct snd_soc_pcm_runtime *rtd, unsigned int type)
type              316 sound/soc/meson/axg-fifo.c 	snd_pcm_lib_preallocate_pages(rtd->pcm->streams[type].substream,
type               83 sound/soc/meson/axg-fifo.h int axg_fifo_pcm_new(struct snd_soc_pcm_runtime *rtd, unsigned int type);
type              278 sound/soc/meson/axg-spdifin.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              352 sound/soc/meson/axg-spdifin.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               59 sound/soc/meson/axg-toddr.c 	unsigned int type, width;
type               63 sound/soc/meson/axg-toddr.c 		type = 0; /* 8 samples of 8 bits */
type               66 sound/soc/meson/axg-toddr.c 		type = 2; /* 4 samples of 16 bits - right justified */
type               69 sound/soc/meson/axg-toddr.c 		type = 4; /* 2 samples of 32 bits - right justified */
type               81 sound/soc/meson/axg-toddr.c 			   CTRL0_TODDR_TYPE(type) |
type              176 sound/soc/pxa/mmp-pcm.c 	buf->dev.type = SNDRV_DMA_TYPE_DEV;
type              189 sound/soc/pxa/pxa-ssp.c 	if (ssp->type == PXA25x_SSP) {
type              236 sound/soc/pxa/pxa-ssp.c 		if (ssp->type == PXA25x_SSP)
type              260 sound/soc/pxa/pxa-ssp.c 	if (ssp->type != PXA3xx_SSP)
type              263 sound/soc/pxa/pxa-ssp.c 	if (ssp->type != PXA3xx_SSP)
type              277 sound/soc/pxa/pxa-ssp.c 	if (ssp->type == PXA3xx_SSP)
type              306 sound/soc/pxa/pxa-ssp.c 		if (ssp->type == PXA3xx_SSP) {
type              588 sound/soc/pxa/pxa-ssp.c 		if (ssp->type == PXA3xx_SSP)
type              660 sound/soc/pxa/pxa-ssp.c 			if (ssp->type != PXA3xx_SSP)
type             1413 sound/soc/samsung/i2s.c 		priv->quirks = i2s_pdata->type.quirks;
type             1434 sound/soc/samsung/i2s.c 		idma_addr = i2s_pdata->type.idma_addr;
type              362 sound/soc/samsung/idma.c 	buf->dev.type = SNDRV_DMA_TYPE_CONTINUOUS;
type              138 sound/soc/sh/rcar/cmd.c 	return rsnd_dai_connect(mod, io, mod->type);
type              122 sound/soc/sh/rcar/core.c void rsnd_mod_make_sure(struct rsnd_mod *mod, enum rsnd_mod_type type)
type              124 sound/soc/sh/rcar/core.c 	if (mod->type != type) {
type              175 sound/soc/sh/rcar/core.c 			 enum rsnd_mod_type type)
type              205 sound/soc/sh/rcar/core.c 		  enum rsnd_mod_type type,
type              215 sound/soc/sh/rcar/core.c 	mod->type	= type;
type              239 sound/soc/sh/rcar/core.c 		if (mod == io->mod[mod->type])
type              243 sound/soc/sh/rcar/core.c 		if (mod == io->mod[mod->type])
type              495 sound/soc/sh/rcar/core.c 	enum rsnd_mod_type type;
type              499 sound/soc/sh/rcar/core.c 		type = (array) ? array[*iterator] : *iterator;
type              500 sound/soc/sh/rcar/core.c 		mod = rsnd_io_to_mod(io, type);
type              587 sound/soc/sh/rcar/core.c 		     enum rsnd_mod_type type)
type              595 sound/soc/sh/rcar/core.c 	if (io->mod[type] == mod)
type              598 sound/soc/sh/rcar/core.c 	if (io->mod[type])
type              604 sound/soc/sh/rcar/core.c 	io->mod[type] = mod;
type              615 sound/soc/sh/rcar/core.c 				enum rsnd_mod_type type)
type              617 sound/soc/sh/rcar/core.c 	io->mod[type] = NULL;
type             1151 sound/soc/sh/rcar/core.c 			rsnd_dai_connect(mod, &rdai->playback, mod->type);
type             1153 sound/soc/sh/rcar/core.c 			rsnd_dai_connect(mod, &rdai->capture, mod->type);
type             1483 sound/soc/sh/rcar/core.c 		uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type             1495 sound/soc/sh/rcar/core.c 		uinfo->type = (cfg->max == 1) ?
type              738 sound/soc/sh/rcar/dma.c 	enum rsnd_mod_type type;
type              760 sound/soc/sh/rcar/dma.c 		type	= RSND_MOD_AUDMAPP;
type              765 sound/soc/sh/rcar/dma.c 		type	= RSND_MOD_AUDMA;
type              773 sound/soc/sh/rcar/dma.c 		type	= RSND_MOD_AUDMA;
type              783 sound/soc/sh/rcar/dma.c 			    type, dma_id);
type              814 sound/soc/sh/rcar/dma.c 	return rsnd_dai_connect(*dma_mod, io, (*dma_mod)->type);
type              335 sound/soc/sh/rcar/rsnd.h 			   enum rsnd_mod_type type);
type              344 sound/soc/sh/rcar/rsnd.h 	enum rsnd_mod_type type;
type              421 sound/soc/sh/rcar/rsnd.h 		  enum rsnd_mod_type type,
type              431 sound/soc/sh/rcar/rsnd.h 			 enum rsnd_mod_type type);
type              576 sound/soc/sh/rcar/rsnd.h 		     enum rsnd_mod_type type);
type              856 sound/soc/sh/rcar/rsnd.h void rsnd_mod_make_sure(struct rsnd_mod *mod, enum rsnd_mod_type type);
type              698 sound/soc/sh/rcar/ssi.c 				enum rsnd_mod_type type)
type              725 sound/soc/sh/rcar/ssi.c 	if (type == RSND_MOD_SSIP)
type              728 sound/soc/sh/rcar/ssi.c 	return rsnd_mod_get_status(mod, io, type);
type             1046 sound/soc/sh/rcar/ssi.c 	enum rsnd_mod_type type;
type             1051 sound/soc/sh/rcar/ssi.c 		type = types[i];
type             1052 sound/soc/sh/rcar/ssi.c 		if (!rsnd_io_to_mod(io, type)) {
type             1053 sound/soc/sh/rcar/ssi.c 			rsnd_dai_connect(mod, io, type);
type               50 sound/soc/sh/rcar/ssiu.c 				 enum rsnd_mod_type type)
type              350 sound/soc/sh/rcar/ssiu.c 			rsnd_dai_connect(mod, io, mod->type);
type              374 sound/soc/sh/rcar/ssiu.c 				rsnd_dai_connect(mod, io_p, mod->type);
type              376 sound/soc/sh/rcar/ssiu.c 				rsnd_dai_connect(mod, io_c, mod->type);
type              344 sound/soc/sh/siu_dai.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               56 sound/soc/soc-component.c 				    enum snd_soc_dapm_type type, int subseq)
type               59 sound/soc/soc-component.c 		component->driver->seq_notifier(component, type, subseq);
type             1246 sound/soc/soc-core.c 		if (link->dobj.type == SND_SOC_DOBJ_DAI_LINK)
type             1376 sound/soc/soc-core.c 	if (dai_link->dobj.type
type             1377 sound/soc/soc-core.c 	    && dai_link->dobj.type != SND_SOC_DOBJ_DAI_LINK) {
type             1379 sound/soc/soc-core.c 			dai_link->dobj.type);
type             1388 sound/soc/soc-core.c 	if (dai_link->dobj.type && card->add_dai_link)
type             1411 sound/soc/soc-core.c 	if (dai_link->dobj.type
type             1412 sound/soc/soc-core.c 	    && dai_link->dobj.type != SND_SOC_DOBJ_DAI_LINK) {
type             1414 sound/soc/soc-core.c 			dai_link->dobj.type);
type             1423 sound/soc/soc-core.c 	if (dai_link->dobj.type && card->remove_dai_link)
type             2656 sound/soc/soc-core.c 	if (dai_drv->dobj.type != SND_SOC_DOBJ_PCM) {
type             2658 sound/soc/soc-core.c 			dai_drv->dobj.type);
type             1023 sound/soc/soc-dapm.c 	const char *type;
type             1029 sound/soc/soc-dapm.c 		type = "mux";
type             1033 sound/soc/soc-dapm.c 		type = "demux";
type             1041 sound/soc/soc-dapm.c 			"ASoC: %s %s has incorrect number of controls\n", type,
type             1047 sound/soc/soc-dapm.c 		dev_err(dapm->dev, "ASoC: %s %s has no paths\n", type, w->name);
type             3539 sound/soc/soc-dapm.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type               41 sound/soc/soc-jack.c int snd_soc_card_jack_new(struct snd_soc_card *card, const char *id, int type,
type               53 sound/soc/soc-jack.c 	ret = snd_jack_new(card->snd_card, id, type, &jack->jack, false, false);
type              193 sound/soc/soc-ops.c 		uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              195 sound/soc/soc-ops.c 		uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              467 sound/soc/soc-ops.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              628 sound/soc/soc-ops.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type              760 sound/soc/soc-ops.c 	ucontrol->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type              804 sound/soc/soc-ops.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              267 sound/soc/soc-topology.c 			hdr->type, hdr->vendor_type);
type              575 sound/soc/soc-topology.c 	dobj->type = SND_SOC_DOBJ_NONE;
type              669 sound/soc/soc-topology.c 		if (event_type == events[i].type) {
type              725 sound/soc/soc-topology.c 		switch (le32_to_cpu(tplg_tlv->type)) {
type              733 sound/soc/soc-topology.c 					tplg_tlv->type);
type              789 sound/soc/soc-topology.c 		sbe->dobj.type = SND_SOC_DOBJ_BYTES;
type              884 sound/soc/soc-topology.c 		sm->dobj.type = SND_SOC_DOBJ_MIXER;
type             1052 sound/soc/soc-topology.c 		se->dobj.type = SND_SOC_DOBJ_ENUM;
type             1281 sound/soc/soc-topology.c 		routes[i]->dobj.type = SND_SOC_DOBJ_GRAPH;
type             1641 sound/soc/soc-topology.c 		w->name, w->num_kcontrols, control_hdr->type);
type             1710 sound/soc/soc-topology.c 	widget->dobj.type = SND_SOC_DOBJ_WIDGET;
type             1863 sound/soc/soc-topology.c 	dai_drv->dobj.type = SND_SOC_DOBJ_PCM;
type             1918 sound/soc/soc-topology.c 	link->dobj.type = SND_SOC_DOBJ_DAI_LINK;
type             2286 sound/soc/soc-topology.c 	link->dobj.type = SND_SOC_DOBJ_BACKEND_LINK;
type             2556 sound/soc/soc-topology.c 			le32_to_cpu(hdr->type), soc_tplg_get_hdr_offset(tplg),
type             2595 sound/soc/soc-topology.c 	if (tplg->pass == le32_to_cpu(hdr->type))
type             2598 sound/soc/soc-topology.c 			hdr->payload_size, hdr->type, hdr->version,
type             2617 sound/soc/soc-topology.c 	switch (le32_to_cpu(hdr->type)) {
type             2734 sound/soc/soc-topology.c 	if (w->dobj.type != SND_SOC_DOBJ_WIDGET)
type             2750 sound/soc/soc-topology.c 		if (w->dobj.type != SND_SOC_DOBJ_WIDGET || w->dapm != dapm)
type             2783 sound/soc/soc-topology.c 			switch (dobj->type) {
type             2814 sound/soc/soc-topology.c 					dobj->type);
type              102 sound/soc/sof/core.c 	enum snd_soc_dapm_type type;
type              105 sound/soc/sof/core.c 		type = snd_soc_dapm_aif_in;
type              107 sound/soc/sof/core.c 		type = snd_soc_dapm_aif_out;
type              110 sound/soc/sof/core.c 		if (!strcmp(pcm_name, swidget->widget->sname) && swidget->id == type)
type              279 sound/soc/sof/debug.c 	if (dfse->type == SOF_DFSENTRY_TYPE_IOMEM) {
type              347 sound/soc/sof/debug.c 	dfse->type = SOF_DFSENTRY_TYPE_IOMEM;
type              389 sound/soc/sof/debug.c 	dfse->type = SOF_DFSENTRY_TYPE_BUF;
type              339 sound/soc/sof/imx/imx8.c static int imx8_get_bar_index(struct snd_sof_dev *sdev, u32 type)
type              341 sound/soc/sof/imx/imx8.c 	return type;
type              117 sound/soc/sof/intel/hda-codec.c 		hdev->type = HDA_DEV_LEGACY;
type               55 sound/soc/sof/ipc.c 	u32 type;
type               58 sound/soc/sof/ipc.c 	type = cmd & SOF_CMD_TYPE_MASK;
type               67 sound/soc/sof/ipc.c 		switch (type) {
type               92 sound/soc/sof/ipc.c 		switch (type) {
type              113 sound/soc/sof/ipc.c 		switch (type) {
type              128 sound/soc/sof/ipc.c 		switch (type) {
type              161 sound/soc/sof/ipc.c 		switch (type) {
type              174 sound/soc/sof/ipc.c 		switch (type) {
type              334 sound/soc/sof/ipc.c 	u32 cmd, type;
type              342 sound/soc/sof/ipc.c 	type = hdr.cmd & SOF_CMD_TYPE_MASK;
type              372 sound/soc/sof/ipc.c 		ipc_trace_message(sdev, type);
type              563 sound/soc/sof/ipc.c 		err = sof_get_ctrl_copy_params(cdata->type, cdata, partdata,
type              566 sound/soc/sof/ipc.c 		err = sof_get_ctrl_copy_params(cdata->type, partdata, cdata,
type              652 sound/soc/sof/ipc.c 	cdata->type = ctrl_type;
type              657 sound/soc/sof/ipc.c 	switch (cdata->type) {
type               59 sound/soc/sof/loader.c 			ext_hdr->type, ext_hdr->hdr.size);
type               62 sound/soc/sof/loader.c 		switch (ext_hdr->type) {
type               70 sound/soc/sof/loader.c 				 ext_hdr->type, ext_hdr->hdr.size);
type               76 sound/soc/sof/loader.c 				ext_hdr->type);
type              129 sound/soc/sof/loader.c 		switch (elem->type) {
type              270 sound/soc/sof/loader.c 		module->size, module->num_blocks, module->type);
type              290 sound/soc/sof/loader.c 				 block->type, block->offset);
type              294 sound/soc/sof/loader.c 		switch (block->type) {
type              302 sound/soc/sof/loader.c 			bar = snd_sof_dsp_get_bar_index(sdev, block->type);
type              306 sound/soc/sof/loader.c 					block->type);
type              312 sound/soc/sof/loader.c 				block->type, count);
type              318 sound/soc/sof/loader.c 			count, block->type, block->size, offset);
type              114 sound/soc/sof/ops.h static inline int snd_sof_dsp_get_bar_index(struct snd_sof_dev *sdev, u32 type)
type              117 sound/soc/sof/ops.h 		return sof_ops(sdev)->get_bar_index(sdev, type);
type              665 sound/soc/sof/pcm.c 	switch (dai->dai_config->type) {
type              685 sound/soc/sof/pcm.c 				dai->dai_config->type);
type              696 sound/soc/sof/pcm.c 			dai->dai_config->type);
type              162 sound/soc/sof/pm.c 		if (config->type == SOF_DAI_INTEL_HDA)
type              252 sound/soc/sof/pm.c 		if (dfse->type == SOF_DFSENTRY_TYPE_BUF)
type              200 sound/soc/sof/sof-priv.h 			     u32 type); /* optional */
type              238 sound/soc/sof/sof-priv.h 	enum sof_dfsentry_type type;
type              342 sound/soc/sof/topology.c 	enum sof_ipc_dai_type type;
type              360 sound/soc/sof/topology.c 			return sof_dais[i].type;
type              397 sound/soc/sof/topology.c 	enum sof_ipc_process_type type;
type              417 sound/soc/sof/topology.c 			return sof_process[i].type;
type              423 sound/soc/sof/topology.c static enum sof_comp_type find_process_comp_type(enum sof_ipc_process_type type)
type              428 sound/soc/sof/topology.c 		if (sof_process[i].type == type)
type              600 sound/soc/sof/topology.c 	u32 type;
type              663 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_comp_dai, type), 0},
type              673 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_config, type), 0},
type              719 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_comp_process, type), 0},
type              859 sound/soc/sof/topology.c 			if (tokens[j].type != SND_SOC_TPLG_TUPLE_TYPE_UUID)
type              889 sound/soc/sof/topology.c 			if (tokens[j].type != SND_SOC_TPLG_TUPLE_TYPE_STRING)
type              923 sound/soc/sof/topology.c 			if (!(tokens[j].type == SND_SOC_TPLG_TUPLE_TYPE_WORD ||
type              924 sound/soc/sof/topology.c 			      tokens[j].type == SND_SOC_TPLG_TUPLE_TYPE_SHORT ||
type              925 sound/soc/sof/topology.c 			      tokens[j].type == SND_SOC_TPLG_TUPLE_TYPE_BYTE ||
type              926 sound/soc/sof/topology.c 			      tokens[j].type == SND_SOC_TPLG_TUPLE_TYPE_BOOL))
type             1004 sound/soc/sof/topology.c 		switch (le32_to_cpu(array->type)) {
type             1022 sound/soc/sof/topology.c 				array->type);
type             1057 sound/soc/sof/topology.c 		hdr->type, hdr->name);
type             1193 sound/soc/sof/topology.c 	comp_dai.comp.type = SOF_COMP_DAI;
type             1216 sound/soc/sof/topology.c 		swidget->widget->name, comp_dai.type, comp_dai.dai_index);
type             1252 sound/soc/sof/topology.c 	buffer->comp.type = SOF_COMP_BUFFER;
type             1323 sound/soc/sof/topology.c 	host->comp.type = SOF_COMP_HOST;
type             1490 sound/soc/sof/topology.c 	mixer->comp.type = SOF_COMP_MIXER;
type             1537 sound/soc/sof/topology.c 	mux->comp.type = SOF_COMP_MUX;
type             1595 sound/soc/sof/topology.c 	volume->comp.type = SOF_COMP_VOLUME;
type             1662 sound/soc/sof/topology.c 	src->comp.type = SOF_COMP_SRC;
type             1721 sound/soc/sof/topology.c 	tone->comp.type = SOF_COMP_TONE;
type             1834 sound/soc/sof/topology.c 			    int type)
type             1847 sound/soc/sof/topology.c 	if (type == SOF_COMP_NONE) {
type             1849 sound/soc/sof/topology.c 			type);
type             1890 sound/soc/sof/topology.c 	process->comp.type = type;
type             1991 sound/soc/sof/topology.c 			       find_process_comp_type(config.type));
type             2014 sound/soc/sof/topology.c 		if (ipc_comp && ipc_comp->type != SOF_COMP_KEYWORD_DETECT)
type             2864 sound/soc/sof/topology.c 		if (config.type != SOF_DAI_INTEL_HDA) {
type             2892 sound/soc/sof/topology.c 	switch (config.type) {
type             2918 sound/soc/sof/topology.c 		dev_err(sdev->dev, "error: invalid DAI type %d\n", config.type);
type             2971 sound/soc/sof/topology.c 	switch (sof_dai->dai_config->type) {
type             2982 sound/soc/sof/topology.c 			sof_dai->dai_config->type);
type              146 sound/soc/sof/trace.c 	dfse->type = SOF_DFSENTRY_TYPE_BUF;
type              686 sound/soc/sprd/sprd-mcdt.c 	switch (chan->type) {
type              737 sound/soc/sprd/sprd-mcdt.c 	switch (chan->type) {
type              790 sound/soc/sprd/sprd-mcdt.c 	switch (chan->type) {
type              839 sound/soc/sprd/sprd-mcdt.c 	switch (chan->type) {
type              867 sound/soc/sprd/sprd-mcdt.c 					      enum sprd_mcdt_channel_type type)
type              874 sound/soc/sprd/sprd-mcdt.c 		if (temp->type == type && temp->id == channel) {
type              924 sound/soc/sprd/sprd-mcdt.c 			chan->type = SPRD_MCDT_ADC_CHAN;
type              928 sound/soc/sprd/sprd-mcdt.c 			chan->type = SPRD_MCDT_DAC_CHAN;
type               43 sound/soc/sprd/sprd-mcdt.h 	enum sprd_mcdt_channel_type type;
type               53 sound/soc/sprd/sprd-mcdt.h 					      enum sprd_mcdt_channel_type type);
type               69 sound/soc/sprd/sprd-mcdt.h 					      enum sprd_mcdt_channel_type type)
type               28 sound/soc/sti/sti_uniperif.c 	enum uniperif_type type;
type               36 sound/soc/sti/sti_uniperif.c 	.type = SND_ST_UNIPERIF_TYPE_HDMI
type               44 sound/soc/sti/sti_uniperif.c 	.type = SND_ST_UNIPERIF_TYPE_PCM | SND_ST_UNIPERIF_TYPE_TDM,
type               52 sound/soc/sti/sti_uniperif.c 	.type = SND_ST_UNIPERIF_TYPE_PCM,
type               60 sound/soc/sti/sti_uniperif.c 	.type = SND_ST_UNIPERIF_TYPE_SPDIF
type               68 sound/soc/sti/sti_uniperif.c 	.type = SND_ST_UNIPERIF_TYPE_PCM | SND_ST_UNIPERIF_TYPE_TDM,
type               76 sound/soc/sti/sti_uniperif.c 	.type = SND_ST_UNIPERIF_TYPE_PCM,
type              290 sound/soc/sti/sti_uniperif.c 	if (uni->type == SND_ST_UNIPERIF_TYPE_TDM)
type              432 sound/soc/sti/sti_uniperif.c 	uni->type = dev_data->type;
type              435 sound/soc/sti/sti_uniperif.c 	if (dev_data->type & SND_ST_UNIPERIF_TYPE_TDM) {
type              437 sound/soc/sti/sti_uniperif.c 			uni->type = SND_ST_UNIPERIF_TYPE_TDM;
type              439 sound/soc/sti/sti_uniperif.c 			uni->type = SND_ST_UNIPERIF_TYPE_PCM;
type             1223 sound/soc/sti/uniperif.h 	((p)->type == SND_ST_UNIPERIF_TYPE_HDMI)
type             1225 sound/soc/sti/uniperif.h 	((p)->type == SND_ST_UNIPERIF_TYPE_PCM)
type             1227 sound/soc/sti/uniperif.h 	((p)->type == SND_ST_UNIPERIF_TYPE_SPDIF)
type             1232 sound/soc/sti/uniperif.h 	((p)->type == SND_ST_UNIPERIF_TYPE_TDM)
type             1295 sound/soc/sti/uniperif.h 	enum uniperif_type type;
type              564 sound/soc/sti/uniperif_player.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              629 sound/soc/sti/uniperif_player.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              763 sound/soc/sti/uniperif_player.c 	if (player->type == SND_ST_UNIPERIF_TYPE_TDM) {
type              794 sound/soc/sti/uniperif_player.c 	switch (player->type) {
type              202 sound/soc/sti/uniperif_reader.c 	if (reader->type == SND_ST_UNIPERIF_TYPE_TDM) {
type              264 sound/soc/stm/stm32_sai_sub.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              416 sound/soc/stm/stm32_spdifrx.c 	spdifrx->dmab->dev.type = SNDRV_DMA_TYPE_DEV_IRAM;
type              418 sound/soc/stm/stm32_spdifrx.c 	ret = snd_dma_alloc_pages(spdifrx->dmab->dev.type, dev,
type              462 sound/soc/stm/stm32_spdifrx.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              471 sound/soc/stm/stm32_spdifrx.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type              392 sound/soc/ti/omap-mcbsp-st.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              210 sound/soc/uniphier/aio-core.c 	switch (sub->swm->type) {
type              237 sound/soc/uniphier/aio-core.c 		dev_err(dev, "Unknown port type %d.\n", sub->swm->type);
type              532 sound/soc/uniphier/aio-core.c 		if (sub->swm->type == PORT_TYPE_I2S) {
type              558 sound/soc/uniphier/aio-core.c 		} else if (sub->swm->type == PORT_TYPE_EVE) {
type              563 sound/soc/uniphier/aio-core.c 		} else if (sub->swm->type == PORT_TYPE_SPDIF) {
type              622 sound/soc/uniphier/aio-core.c 		if (sub->swm->type == PORT_TYPE_EVE ||
type              623 sound/soc/uniphier/aio-core.c 		    sub->swm->type == PORT_TYPE_CONV) {
type              350 sound/soc/uniphier/aio-cpu.c 	if (sub->swm->type == PORT_TYPE_CONV) {
type              492 sound/soc/uniphier/aio-cpu.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               17 sound/soc/uniphier/aio-ld11.c 			.type  = PORT_TYPE_I2S,
type               30 sound/soc/uniphier/aio-ld11.c 			.type  = PORT_TYPE_I2S,
type               44 sound/soc/uniphier/aio-ld11.c 			.type  = PORT_TYPE_EVE,
type               58 sound/soc/uniphier/aio-ld11.c 			.type  = PORT_TYPE_SPDIF,
type               71 sound/soc/uniphier/aio-ld11.c 			.type  = PORT_TYPE_I2S,
type               85 sound/soc/uniphier/aio-ld11.c 			.type  = PORT_TYPE_I2S,
type               99 sound/soc/uniphier/aio-ld11.c 			.type  = PORT_TYPE_EVE,
type              112 sound/soc/uniphier/aio-ld11.c 			.type  = PORT_TYPE_EVE,
type              125 sound/soc/uniphier/aio-ld11.c 			.type  = PORT_TYPE_CONV,
type              140 sound/soc/uniphier/aio-ld11.c 			.type  = PORT_TYPE_CONV,
type              156 sound/soc/uniphier/aio-ld11.c 			.type  = PORT_TYPE_SPDIF,
type              170 sound/soc/uniphier/aio-ld11.c 			.type  = PORT_TYPE_SPDIF,
type               17 sound/soc/uniphier/aio-pxs2.c 			.type  = PORT_TYPE_I2S,
type               31 sound/soc/uniphier/aio-pxs2.c 			.type  = PORT_TYPE_I2S,
type               45 sound/soc/uniphier/aio-pxs2.c 			.type  = PORT_TYPE_I2S,
type               59 sound/soc/uniphier/aio-pxs2.c 			.type  = PORT_TYPE_I2S,
type               73 sound/soc/uniphier/aio-pxs2.c 			.type  = PORT_TYPE_I2S,
type               86 sound/soc/uniphier/aio-pxs2.c 			.type  = PORT_TYPE_SPDIF,
type               99 sound/soc/uniphier/aio-pxs2.c 			.type  = PORT_TYPE_SPDIF,
type              112 sound/soc/uniphier/aio-pxs2.c 			.type  = PORT_TYPE_SPDIF,
type              125 sound/soc/uniphier/aio-pxs2.c 			.type  = PORT_TYPE_SPDIF,
type              194 sound/soc/uniphier/aio.h 	int type;
type              792 sound/sparc/amd7930.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              803 sound/sparc/amd7930.c 	int type = kctl->private_value;
type              806 sound/sparc/amd7930.c 	switch (type) {
type              828 sound/sparc/amd7930.c 	int type = kctl->private_value;
type              831 sound/sparc/amd7930.c 	switch (type) {
type             1341 sound/sparc/cs4231.c 	uinfo->type = (mask == 1) ?
type             1406 sound/sparc/cs4231.c 	uinfo->type = mask == 1 ?
type             2264 sound/sparc/dbri.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             2332 sound/sparc/dbri.c 	uinfo->type = (mask == 1) ?
type              460 sound/spi/at73c213.c 		uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              462 sound/spi/at73c213.c 		uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              610 sound/spi/at73c213.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              622 sound/spi/at73c213.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              635 sound/spi/at73c213.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               19 sound/synth/emux/emux_effect.c #define xoffsetof(type,tag)	((long)(&((type)NULL)->tag) - (long)(NULL))
type               38 sound/synth/emux/emux_effect.c 	int type;	/* byte or word */
type               86 sound/synth/emux/emux_effect.c effect_set_byte(unsigned char *valp, struct snd_midi_channel *chan, int type)
type               91 sound/synth/emux/emux_effect.c 	effect = fx->val[type];
type               92 sound/synth/emux/emux_effect.c 	if (fx->flag[type] == EMUX_FX_FLAG_ADD) {
type               93 sound/synth/emux/emux_effect.c 		if (parm_defs[type].type & PARM_IS_SIGNED)
type               98 sound/synth/emux/emux_effect.c 	if (effect < parm_defs[type].low)
type               99 sound/synth/emux/emux_effect.c 		effect = parm_defs[type].low;
type              100 sound/synth/emux/emux_effect.c 	else if (effect > parm_defs[type].high)
type              101 sound/synth/emux/emux_effect.c 		effect = parm_defs[type].high;
type              107 sound/synth/emux/emux_effect.c effect_set_word(unsigned short *valp, struct snd_midi_channel *chan, int type)
type              112 sound/synth/emux/emux_effect.c 	effect = *(unsigned short*)&fx->val[type];
type              113 sound/synth/emux/emux_effect.c 	if (fx->flag[type] == EMUX_FX_FLAG_ADD)
type              115 sound/synth/emux/emux_effect.c 	if (effect < parm_defs[type].low)
type              116 sound/synth/emux/emux_effect.c 		effect = parm_defs[type].low;
type              117 sound/synth/emux/emux_effect.c 	else if (effect > parm_defs[type].high)
type              118 sound/synth/emux/emux_effect.c 		effect = parm_defs[type].high;
type              143 sound/synth/emux/emux_effect.c 			 struct snd_midi_channel *chan, int type, int val)
type              147 sound/synth/emux/emux_effect.c 	if (type & 0x40)
type              149 sound/synth/emux/emux_effect.c 	else if (type & 0x80)
type              153 sound/synth/emux/emux_effect.c 	type &= 0x3f;
type              155 sound/synth/emux/emux_effect.c 	snd_emux_send_effect(port, chan, type, val, mode);
type              164 sound/synth/emux/emux_effect.c 		     int type, int val, int mode)
type              177 sound/synth/emux/emux_effect.c 	if (type < 0 || type >= EMUX_NUM_EFFECTS)
type              180 sound/synth/emux/emux_effect.c 	fx->val[type] = val;
type              181 sound/synth/emux/emux_effect.c 	fx->flag[type] = mode;
type              184 sound/synth/emux/emux_effect.c 	if (! parm_defs[type].update || (offset = parm_defs[type].offset) < 0)
type              188 sound/synth/emux/emux_effect.c 	if (parm_defs[type].type & PARM_IS_ALIGN_HI)
type              191 sound/synth/emux/emux_effect.c 	if (parm_defs[type].type & PARM_IS_ALIGN_LO)
type              202 sound/synth/emux/emux_effect.c 		if (parm_defs[i].type & PARM_IS_BYTE) {
type              204 sound/synth/emux/emux_effect.c 			effect_set_byte(srcp, chan, type);
type              207 sound/synth/emux/emux_effect.c 			effect_set_word((unsigned short*)srcp, chan, type);
type              213 sound/synth/emux/emux_effect.c 	snd_emux_update_channel(port, chan, parm_defs[type].update);
type              235 sound/synth/emux/emux_effect.c 		if (parm_defs[i].type & PARM_IS_ALIGN_HI)
type              238 sound/synth/emux/emux_effect.c 		if (parm_defs[i].type & PARM_IS_ALIGN_LO)
type              242 sound/synth/emux/emux_effect.c 		if (parm_defs[i].type & PARM_IS_BYTE)
type               33 sound/synth/emux/emux_hwdep.c 	if (patch.type >= SNDRV_SFNT_LOAD_INFO &&
type               34 sound/synth/emux/emux_hwdep.c 	    patch.type <= SNDRV_SFNT_PROBE_DATA) {
type               40 sound/synth/emux/emux_hwdep.c 			return emu->ops.load_fx(emu, patch.type, patch.optarg, arg, patch.len + sizeof(patch));
type               41 sound/synth/emux/emux_nrpn.c 				 int type, int val, int mode)
type               45 sound/synth/emux/emux_nrpn.c 		if (table[i].control == type) {
type               65 sound/synth/emux/emux_oss.c 	arg->type = SYNTH_TYPE_SAMPLE;
type              216 sound/synth/emux/emux_oss.c 		if (patch.type >= SNDRV_SFNT_LOAD_INFO &&
type              217 sound/synth/emux/emux_oss.c 		    patch.type <= SNDRV_SFNT_PROBE_DATA)
type              221 sound/synth/emux/emux_oss.c 				rc = emu->ops.load_fx(emu, patch.type, patch.optarg, buf, count);
type              300 sound/synth/emux/emux_oss.c 	if (ev->type != SNDRV_SEQ_EVENT_OSS)
type              485 sound/synth/emux/emux_oss.c 	ev.type = SNDRV_SEQ_EVENT_CONTROLLER;
type              131 sound/synth/emux/emux_seq.c 	int i, type, cap;
type              158 sound/synth/emux/emux_seq.c 		type = SNDRV_SEQ_PORT_TYPE_SPECIFIC;
type              160 sound/synth/emux/emux_seq.c 		type = DEFAULT_MIDI_TYPE;
type              165 sound/synth/emux/emux_seq.c 						  cap, type, max_channels,
type              311 sound/synth/emux/emux_synth.c snd_emux_control(void *p, int type, struct snd_midi_channel *chan)
type              319 sound/synth/emux/emux_synth.c 	switch (type) {
type              332 sound/synth/emux/emux_synth.c 		if (chan->control[type] >= 64)
type              355 sound/synth/emux/emux_synth.c 		snd_emux_xg_control(port, chan, type);
type               21 sound/synth/emux/emux_voice.h 					   int max_channels, int type,
type               38 sound/synth/emux/emux_voice.h void snd_emux_control(void *p, int type, struct snd_midi_channel *chan);
type               54 sound/synth/emux/emux_voice.h 			      struct snd_midi_channel *chan, int type, int val);
type               56 sound/synth/emux/emux_voice.h 			  struct snd_midi_channel *chan, int type, int val, int mode);
type               26 sound/synth/emux/soundfont.c static struct snd_soundfont *newsf(struct snd_sf_list *sflist, int type, char *name);
type               27 sound/synth/emux/soundfont.c static int is_identical_font(struct snd_soundfont *sf, int type, unsigned char *name);
type              147 sound/synth/emux/soundfont.c 	if (patch.type == SNDRV_SFNT_OPEN_PATCH) {
type              165 sound/synth/emux/soundfont.c 	switch (patch.type) {
type              209 sound/synth/emux/soundfont.c is_special_type(int type)
type              211 sound/synth/emux/soundfont.c 	type &= 0x0f;
type              212 sound/synth/emux/soundfont.c 	return (type == SNDRV_SFNT_PAT_TYPE_GUS ||
type              213 sound/synth/emux/soundfont.c 		type == SNDRV_SFNT_PAT_TYPE_MAP);
type              236 sound/synth/emux/soundfont.c 	if (is_special_type(parm.type)) {
type              237 sound/synth/emux/soundfont.c 		parm.type |= SNDRV_SFNT_PAT_SHARED;
type              238 sound/synth/emux/soundfont.c 		sf = newsf(sflist, parm.type, NULL);
type              240 sound/synth/emux/soundfont.c 		sf = newsf(sflist, parm.type, parm.name);
type              257 sound/synth/emux/soundfont.c newsf(struct snd_sf_list *sflist, int type, char *name)
type              262 sound/synth/emux/soundfont.c 	if (type & SNDRV_SFNT_PAT_SHARED) {
type              264 sound/synth/emux/soundfont.c 			if (is_identical_font(sf, type, name)) {
type              281 sound/synth/emux/soundfont.c 	sf->type = type;
type              292 sound/synth/emux/soundfont.c is_identical_font(struct snd_soundfont *sf, int type, unsigned char *name)
type              294 sound/synth/emux/soundfont.c 	return ((sf->type & SNDRV_SFNT_PAT_SHARED) &&
type              295 sound/synth/emux/soundfont.c 		(sf->type & 0x0f) == (type & 0x0f) &&
type              340 sound/synth/emux/soundfont.c 	if (sf->type & SNDRV_SFNT_PAT_LOCKED)
type              372 sound/synth/emux/soundfont.c 	if (sf->type & SNDRV_SFNT_PAT_LOCKED)
type              520 sound/synth/emux/soundfont.c 	if (is_special_type(sf->type))
type              706 sound/synth/emux/soundfont.c 	if (is_special_type(sf->type))
type              720 sound/synth/emux/soundfont.c 		if (sf->type & SNDRV_SFNT_PAT_SHARED)
type               32 sound/usb/6fire/control.c 	u8 type;
type              178 sound/usb/6fire/control.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              282 sound/usb/6fire/control.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              567 sound/usb/6fire/control.c 	while (init_data[i].type) {
type              568 sound/usb/6fire/control.c 		comm_rt->write8(comm_rt, init_data[i].type, init_data[i].reg,
type               83 sound/usb/6fire/firmware.c 	u8 type;
type              111 sound/usb/6fire/firmware.c 	type = usb6fire_fw_ihex_hex(record->txt_data +
type              131 sound/usb/6fire/firmware.c 	if (type == 1 || !record->len) /* eof */
type              133 sound/usb/6fire/firmware.c 	else if (type == 0)
type              159 sound/usb/6fire/firmware.c 		int type, int value, char *data, int len)
type              163 sound/usb/6fire/firmware.c 	ret = usb_control_msg(device, usb_sndctrlpipe(device, 0), type,
type              174 sound/usb/6fire/firmware.c 		int type, int value, char *data, int len)
type              176 sound/usb/6fire/firmware.c 	int ret = usb_control_msg(device, usb_rcvctrlpipe(device, 0), type,
type               37 sound/usb/caiaq/control.c 			uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               54 sound/usb/caiaq/control.c 		uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               58 sound/usb/caiaq/control.c 		uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type               59 sound/usb/card.h 	int type;		/* SND_USB_ENDPOINT_TYPE_* */
type               25 sound/usb/clock.c 				 bool (*validator)(void *, int), u8 type)
type               30 sound/usb/clock.c 					     cs, type))) {
type               74 sound/usb/clock.c #define DEFINE_FIND_HELPER(name, obj, validator, type)		\
type               77 sound/usb/clock.c 	return find_uac_clock_desc(iface, id, validator, type);	\
type              120 sound/usb/endpoint.c 		ep->sync_master->type == SND_USB_ENDPOINT_TYPE_DATA &&
type              121 sound/usb/endpoint.c 		ep->type == SND_USB_ENDPOINT_TYPE_DATA &&
type              225 sound/usb/endpoint.c 	switch (ep->type) {
type              274 sound/usb/endpoint.c 	switch (ep->type) {
type              438 sound/usb/endpoint.c 					      int ep_num, int direction, int type)
type              461 sound/usb/endpoint.c 		    type == SND_USB_ENDPOINT_TYPE_DATA ? "data" : "sync",
type              470 sound/usb/endpoint.c 	ep->type = type;
type              482 sound/usb/endpoint.c 	if (type == SND_USB_ENDPOINT_TYPE_SYNC) {
type              888 sound/usb/endpoint.c 	switch (ep->type) {
type              903 sound/usb/endpoint.c 		ep->ep_num, ep->type, ep->nurbs, err);
type               10 sound/usb/endpoint.h 					      int ep_num, int direction, int type);
type               23 sound/usb/line6/pcm.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               66 sound/usb/line6/pcm.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              148 sound/usb/line6/pcm.c 				struct line6_pcm_stream *pstr, int direction, int type)
type              156 sound/usb/line6/pcm.c 	if (!test_and_set_bit(type, &pstr->opened) && !pstr->buffer) {
type              171 sound/usb/line6/pcm.c 				 struct line6_pcm_stream *pstr, int type)
type              173 sound/usb/line6/pcm.c 	clear_bit(type, &pstr->opened);
type              183 sound/usb/line6/pcm.c 			      int type)
type              190 sound/usb/line6/pcm.c 	if (!test_and_set_bit(type, &pstr->running) &&
type              201 sound/usb/line6/pcm.c 		clear_bit(type, &pstr->running);
type              208 sound/usb/line6/pcm.c 			  int type)
type              214 sound/usb/line6/pcm.c 	clear_bit(type, &pstr->running);
type              301 sound/usb/line6/pcm.c int line6_pcm_acquire(struct snd_line6_pcm *line6pcm, int type, bool start)
type              310 sound/usb/line6/pcm.c 		ret = line6_buffer_acquire(line6pcm, pstr, dir, type);
type              318 sound/usb/line6/pcm.c 			ret = line6_stream_start(line6pcm, dir, type);
type              326 sound/usb/line6/pcm.c 		line6_pcm_release(line6pcm, type);
type              332 sound/usb/line6/pcm.c void line6_pcm_release(struct snd_line6_pcm *line6pcm, int type)
type              339 sound/usb/line6/pcm.c 		line6_stream_stop(line6pcm, dir, type);
type              342 sound/usb/line6/pcm.c 		line6_buffer_release(line6pcm, pstr, type);
type              392 sound/usb/line6/pcm.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              191 sound/usb/line6/pcm.h extern int line6_pcm_acquire(struct snd_line6_pcm *line6pcm, int type,
type              193 sound/usb/line6/pcm.h extern void line6_pcm_release(struct snd_line6_pcm *line6pcm, int type);
type              317 sound/usb/line6/pod.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type               54 sound/usb/line6/toneport.c 	enum line6_device_type type;
type              145 sound/usb/line6/toneport.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              194 sound/usb/line6/toneport.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type              274 sound/usb/line6/toneport.c 	switch (toneport->type) {
type              344 sound/usb/line6/toneport.c 	switch (toneport->type) {
type              413 sound/usb/line6/toneport.c 	toneport->type = id->driver_info;
type              241 sound/usb/midi.c static void dump_urb(const char *type, const u8 *data, int length)
type              243 sound/usb/midi.c 	snd_printk(KERN_DEBUG "%s packet: [", type);
type              249 sound/usb/midi.c #define dump_urb(type, data, length) /* nothing */
type             1753 sound/usb/midi.c 		seq_port_info->type = port_info->seq_flags;
type             2376 sound/usb/midi.c 	switch (quirk ? quirk->type : QUIRK_MIDI_STANDARD_INTERFACE) {
type             2455 sound/usb/midi.c 			quirk->type);
type             2474 sound/usb/midi.c 	if (quirk && quirk->type == QUIRK_MIDI_MIDIMAN)
type             1186 sound/usb/misc/ua101.c 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type               57 sound/usb/mixer.c 	int type;
type              604 sound/usb/mixer.c 	int type;
type              660 sound/usb/mixer.c 	if (iterm->type >> 16) {
type              663 sound/usb/mixer.c 		switch (iterm->type >> 16) {
type              681 sound/usb/mixer.c 	switch (iterm->type & 0xff00) {
type              696 sound/usb/mixer.c 	for (names = iterm_names; names->type; names++) {
type              697 sound/usb/mixer.c 		if (names->type == iterm->type) {
type              772 sound/usb/mixer.c 	term->type = le16_to_cpu(d->wTerminalType);
type              795 sound/usb/mixer.c 	term->type = le16_to_cpu(d->wTerminalType);
type              818 sound/usb/mixer.c 	term->type = le16_to_cpu(d->wTerminalType);
type              844 sound/usb/mixer.c 	term->type = UAC3_MIXER_UNIT << 16; /* virtual type */
type              864 sound/usb/mixer.c 	term->type = UAC3_SELECTOR_UNIT << 16; /* virtual type */
type              886 sound/usb/mixer.c 	term->type = vtype << 16; /* virtual type */
type              904 sound/usb/mixer.c 	term->type = UAC3_EFFECT_UNIT << 16; /* virtual type */
type              915 sound/usb/mixer.c 	term->type = UAC3_CLOCK_SOURCE << 16; /* virtual type */
type              927 sound/usb/mixer.c 	term->type = UAC3_CLOCK_SOURCE << 16; /* virtual type */
type             1027 sound/usb/mixer.c 	int type;	/* data type for uac1 */
type             1306 sound/usb/mixer.c 		uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type             1308 sound/usb/mixer.c 		uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1593 sound/usb/mixer.c 		cval->val_type = ctl_info->type;
type             1596 sound/usb/mixer.c 			ctl_info->type_uac2 : ctl_info->type;
type             1666 sound/usb/mixer.c 		if (!mapped_name && oterm && !(oterm->type >> 16)) {
type             1667 sound/usb/mixer.c 			if ((oterm->type & 0xff00) == 0x0100)
type             2109 sound/usb/mixer.c 	if ((iterm.type & 0xff00) != 0x0100 &&
type             2234 sound/usb/mixer.c 	int type;
type             2347 sound/usb/mixer.c 	int i, err, nameid, type, len;
type             2368 sound/usb/mixer.c 	type = le16_to_cpu(desc->wProcessType);
type             2369 sound/usb/mixer.c 	for (info = list; info && info->type; info++)
type             2370 sound/usb/mixer.c 		if (info->type == type)
type             2372 sound/usb/mixer.c 	if (!info || !info->type)
type             2405 sound/usb/mixer.c 		switch (type) {
type             2719 sound/usb/mixer.c 		else if ((state->oterm.type & 0xff00) == 0x0100)
type             3071 sound/usb/mixer.c 		iterm.type = UAC_BIDIR_TERMINAL_HEADSET;
type             3077 sound/usb/mixer.c 		oterm.type = UAC_BIDIR_TERMINAL_HEADSET;
type             3126 sound/usb/mixer.c 			state.oterm.type = le16_to_cpu(desc->wTerminalType);
type             3137 sound/usb/mixer.c 			state.oterm.type = le16_to_cpu(desc->wTerminalType);
type             3151 sound/usb/mixer.c 			if ((state.oterm.type & 0xff00) != 0x0100 &&
type             3163 sound/usb/mixer.c 			state.oterm.type = le16_to_cpu(desc->wTerminalType);
type             3177 sound/usb/mixer.c 			if ((state.oterm.type & 0xff00) != 0x0100 &&
type             1484 sound/usb/mixer_quirks.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             2039 sound/usb/mixer_quirks.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              164 sound/usb/mixer_scarlett.c 	unsigned char type;
type              227 sound/usb/mixer_scarlett.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
type              295 sound/usb/mixer_scarlett.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              374 sound/usb/mixer_scarlett.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type              648 sound/usb/mixer_scarlett.c 		{ .num = 0, .type = SCARLETT_OUTPUTS, .name = "Monitor" },
type              649 sound/usb/mixer_scarlett.c 		{ .num = 1, .type = SCARLETT_OUTPUTS, .name = "Headphone" },
type              650 sound/usb/mixer_scarlett.c 		{ .num = 2, .type = SCARLETT_OUTPUTS, .name = "SPDIF" },
type              651 sound/usb/mixer_scarlett.c 		{ .num = 1, .type = SCARLETT_SWITCH_IMPEDANCE, .name = NULL},
type              652 sound/usb/mixer_scarlett.c 		{ .num = 1, .type = SCARLETT_SWITCH_PAD, .name = NULL},
type              653 sound/usb/mixer_scarlett.c 		{ .num = 2, .type = SCARLETT_SWITCH_IMPEDANCE, .name = NULL},
type              654 sound/usb/mixer_scarlett.c 		{ .num = 2, .type = SCARLETT_SWITCH_PAD, .name = NULL},
type              655 sound/usb/mixer_scarlett.c 		{ .num = 3, .type = SCARLETT_SWITCH_PAD, .name = NULL},
type              656 sound/usb/mixer_scarlett.c 		{ .num = 4, .type = SCARLETT_SWITCH_PAD, .name = NULL},
type              690 sound/usb/mixer_scarlett.c 		{ .num = 0, .type = SCARLETT_OUTPUTS, .name = "Monitor" },
type              691 sound/usb/mixer_scarlett.c 		{ .num = 1, .type = SCARLETT_OUTPUTS, .name = "Headphone" },
type              692 sound/usb/mixer_scarlett.c 		{ .num = 2, .type = SCARLETT_OUTPUTS, .name = "SPDIF" },
type              693 sound/usb/mixer_scarlett.c 		{ .num = 1, .type = SCARLETT_SWITCH_IMPEDANCE, .name = NULL},
type              694 sound/usb/mixer_scarlett.c 		{ .num = 2, .type = SCARLETT_SWITCH_IMPEDANCE, .name = NULL},
type              695 sound/usb/mixer_scarlett.c 		{ .num = 3, .type = SCARLETT_SWITCH_PAD, .name = NULL},
type              696 sound/usb/mixer_scarlett.c 		{ .num = 4, .type = SCARLETT_SWITCH_PAD, .name = NULL},
type              729 sound/usb/mixer_scarlett.c 		{ .num = 0, .type = SCARLETT_OUTPUTS, .name = "Monitor" },
type              730 sound/usb/mixer_scarlett.c 		{ .num = 1, .type = SCARLETT_OUTPUTS, .name = "Headphone" },
type              731 sound/usb/mixer_scarlett.c 		{ .num = 2, .type = SCARLETT_OUTPUTS, .name = "SPDIF" },
type              732 sound/usb/mixer_scarlett.c 		{ .num = 1, .type = SCARLETT_SWITCH_IMPEDANCE, .name = NULL},
type              733 sound/usb/mixer_scarlett.c 		{ .num = 2, .type = SCARLETT_SWITCH_IMPEDANCE, .name = NULL},
type              766 sound/usb/mixer_scarlett.c 		{ .num = 0, .type = SCARLETT_OUTPUTS, .name = "Monitor" },
type              767 sound/usb/mixer_scarlett.c 		{ .num = 1, .type = SCARLETT_OUTPUTS, .name = "Headphone 1" },
type              768 sound/usb/mixer_scarlett.c 		{ .num = 2, .type = SCARLETT_OUTPUTS, .name = "Headphone 2" },
type              769 sound/usb/mixer_scarlett.c 		{ .num = 3, .type = SCARLETT_OUTPUTS, .name = "SPDIF" },
type              770 sound/usb/mixer_scarlett.c 		{ .num = 1, .type = SCARLETT_SWITCH_IMPEDANCE, .name = NULL},
type              771 sound/usb/mixer_scarlett.c 		{ .num = 1, .type = SCARLETT_SWITCH_PAD, .name = NULL},
type              772 sound/usb/mixer_scarlett.c 		{ .num = 2, .type = SCARLETT_SWITCH_IMPEDANCE, .name = NULL},
type              773 sound/usb/mixer_scarlett.c 		{ .num = 2, .type = SCARLETT_SWITCH_PAD, .name = NULL},
type              774 sound/usb/mixer_scarlett.c 		{ .num = 3, .type = SCARLETT_SWITCH_PAD, .name = NULL},
type              775 sound/usb/mixer_scarlett.c 		{ .num = 4, .type = SCARLETT_SWITCH_PAD, .name = NULL},
type              808 sound/usb/mixer_scarlett.c 		{ .num = 0, .type = SCARLETT_OUTPUTS, .name = "Monitor" },
type              809 sound/usb/mixer_scarlett.c 		{ .num = 1, .type = SCARLETT_OUTPUTS, .name = "Line 3/4" },
type              810 sound/usb/mixer_scarlett.c 		{ .num = 2, .type = SCARLETT_OUTPUTS, .name = "Line 5/6" },
type              811 sound/usb/mixer_scarlett.c 		{ .num = 3, .type = SCARLETT_OUTPUTS, .name = "Line 7/8" },
type              812 sound/usb/mixer_scarlett.c 		{ .num = 4, .type = SCARLETT_OUTPUTS, .name = "Line 9/10" },
type              813 sound/usb/mixer_scarlett.c 		{ .num = 5, .type = SCARLETT_OUTPUTS, .name = "SPDIF" },
type              814 sound/usb/mixer_scarlett.c 		{ .num = 6, .type = SCARLETT_OUTPUTS, .name = "ADAT 1/2" },
type              815 sound/usb/mixer_scarlett.c 		{ .num = 7, .type = SCARLETT_OUTPUTS, .name = "ADAT 3/4" },
type              816 sound/usb/mixer_scarlett.c 		{ .num = 8, .type = SCARLETT_OUTPUTS, .name = "ADAT 5/6" },
type              817 sound/usb/mixer_scarlett.c 		{ .num = 9, .type = SCARLETT_OUTPUTS, .name = "ADAT 7/8" },
type              862 sound/usb/mixer_scarlett.c 		switch (ctl->type) {
type             1016 sound/usb/mixer_scarlett_gen2.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1471 sound/usb/mixer_scarlett_gen2.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1575 sound/usb/mixer_scarlett_gen2.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
type             1680 sound/usb/mixer_scarlett_gen2.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              242 sound/usb/mixer_us16x08.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              410 sound/usb/mixer_us16x08.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              611 sound/usb/mixer_us16x08.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1096 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_BOOLEAN,
type             1103 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_U8,
type             1110 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_U8,
type             1117 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_U8,
type             1124 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_U8,
type             1131 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_U8,
type             1138 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_U8,
type             1145 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_U8,
type             1152 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_U8,
type             1159 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_U8,
type             1166 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_U8,
type             1177 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_BOOLEAN,
type             1184 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_U8,
type             1191 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_U8,
type             1198 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_U8,
type             1205 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_U8,
type             1212 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_U8,
type             1223 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_BOOLEAN,
type             1231 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_U8,
type             1239 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_BOOLEAN,
type             1247 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_U16,
type             1259 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_U8,
type             1267 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_BOOLEAN,
type             1275 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_BOOLEAN,
type             1283 sound/usb/mixer_us16x08.c 		.type = USB_MIXER_BOOLEAN,
type             1328 sound/usb/mixer_us16x08.c 				master_controls[i].type,
type             1346 sound/usb/mixer_us16x08.c 				channel_controls[i].type,
type             1371 sound/usb/mixer_us16x08.c 				eq_controls[i].type,
type             1387 sound/usb/mixer_us16x08.c 				comp_controls[i].type,
type              113 sound/usb/mixer_us16x08.h 	int type;
type              643 sound/usb/pcm.c 	if (subs->sync_endpoint->type != SND_USB_ENDPOINT_TYPE_DATA ||
type               55 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FTDI
type               64 sound/usb/quirks-table.h 		.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type              139 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              144 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE,
type              149 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE,
type              154 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE,
type              247 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_YAMAHA \
type              256 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_YAMAHA \
type              347 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              351 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type              355 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type              359 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_YAMAHA
type              373 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              377 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type              381 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type              385 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_YAMAHA
type              399 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              403 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type              407 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type              411 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_YAMAHA
type              415 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              429 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              433 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type              437 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type              441 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_YAMAHA
type              455 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              459 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type              463 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type              467 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_YAMAHA
type              507 sound/usb/quirks-table.h 		.type = QUIRK_AUTODETECT
type              520 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              524 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type              541 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type              558 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type              576 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              580 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              584 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              588 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type              606 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              610 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              614 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              618 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type              636 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              640 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              644 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              648 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type              668 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              672 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              676 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              680 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type              698 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              702 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              706 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              710 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type              728 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              732 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              736 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              740 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type              759 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              763 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              767 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              771 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type              789 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              793 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              797 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              801 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type              821 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              825 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type              829 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type              833 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type              859 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              863 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type              867 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type              882 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type              896 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type              910 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              914 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type              918 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type              922 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type              941 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type              945 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              949 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type              953 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type              972 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type              986 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1004 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             1008 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             1012 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             1029 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             1046 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1065 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1079 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1097 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             1101 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_EDIROL_UAXX
type             1105 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_EDIROL_UAXX
type             1109 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_EDIROL_UAXX
type             1124 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1138 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1152 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1169 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1187 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             1191 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1195 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1199 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_STANDARD_INTERFACE
type             1214 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1228 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1242 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             1247 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1251 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1266 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1280 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             1284 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1288 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1303 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1320 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             1324 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1328 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1342 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_STANDARD_INTERFACE
type             1351 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_STANDARD_INTERFACE
type             1361 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             1365 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1369 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1384 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1398 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1416 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             1420 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_EDIROL_UAXX
type             1424 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_EDIROL_UAXX
type             1428 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_EDIROL_UAXX
type             1443 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1457 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1471 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1485 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1502 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             1506 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_EDIROL_UAXX
type             1510 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_EDIROL_UAXX
type             1514 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_EDIROL_UAXX
type             1527 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             1531 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1535 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1539 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1561 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             1565 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_EDIROL_UAXX
type             1569 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_EDIROL_UAXX
type             1573 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_EDIROL_UAXX
type             1586 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1598 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             1602 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1606 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1610 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1629 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             1633 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             1651 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             1669 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1677 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             1681 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             1696 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             1700 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             1718 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             1736 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1744 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             1748 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             1762 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             1766 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1770 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1774 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1794 sound/usb/quirks-table.h 		.type = QUIRK_AUTODETECT
type             1811 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             1826 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_MIDIMAN,
type             1839 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_MIDIMAN,
type             1852 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_MIDIMAN,
type             1865 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_MIDIMAN,
type             1883 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_MIDIMAN,
type             1896 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_MIDIMAN,
type             1909 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_MIDIMAN,
type             1922 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             1932 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             1936 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             1940 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             1944 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             1948 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1952 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1956 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             1960 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1964 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             1968 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_MIDIMAN,
type             1986 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_MIDIMAN,
type             1999 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_MIDIMAN,
type             2012 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             2016 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             2020 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             2024 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             2028 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             2032 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             2036 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             2040 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             2044 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             2048 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             2052 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_MIDIMAN,
type             2070 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             2074 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             2078 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             2082 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             2086 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_MIDIMAN,
type             2104 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             2108 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_MIXER,
type             2113 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             2139 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             2175 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             2179 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_MIXER,
type             2184 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             2210 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             2246 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             2250 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_MIXER,
type             2254 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             2278 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             2313 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             2317 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_MIXER,
type             2321 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             2345 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             2382 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_YAMAHA
type             2392 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_YAMAHA
type             2409 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             2413 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_RAW_BYTES
type             2417 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             2433 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_EMAGIC,
type             2446 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_EMAGIC,
type             2459 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_EMAGIC,
type             2474 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_STANDARD_INTERFACE,
type             2484 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_STANDARD_INTERFACE,
type             2495 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_AKAI,
type             2504 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             2508 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             2512 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_STANDARD_INTERFACE
type             2527 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             2531 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             2535 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             2539 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             2543 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             2560 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             2564 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             2568 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             2572 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE
type             2576 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             2596 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_STANDARD_INTERFACE
type             2605 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_STANDARD_INTERFACE
type             2614 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_STANDARD_INTERFACE
type             2631 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_CME
type             2660 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_NOVATION
type             2669 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_NOVATION
type             2678 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_RAW_BYTES
type             2687 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_RAW_BYTES
type             2696 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             2700 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             2722 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_RAW_BYTES
type             2736 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             2740 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             2762 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_RAW_BYTES
type             2776 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_NOVATION
type             2790 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             2794 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             2824 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             2855 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             2870 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             2874 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_FIXED_ENDPOINT,
type             2882 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             2929 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_CH345
type             2946 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_CME
type             2956 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_CME
type             2979 sound/usb/quirks-table.h 		.type = QUIRK_AUDIO_ALIGN_TRANSFER, \
type             3015 sound/usb/quirks-table.h 		.type = QUIRK_AUDIO_ALIGN_TRANSFER
type             3027 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             3031 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_MIXER,
type             3035 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             3058 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             3093 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             3097 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             3101 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             3105 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             3126 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             3130 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             3151 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             3155 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_MIDIMAN,
type             3180 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             3184 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE
type             3188 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             3225 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             3230 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             3248 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             3276 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             3280 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_MIXER,
type             3284 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             3321 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             3326 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE,
type             3331 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_INTERFACE,
type             3336 sound/usb/quirks-table.h 				.type = QUIRK_MIDI_STANDARD_INTERFACE
type             3356 sound/usb/quirks-table.h 		.type = QUIRK_MIDI_STANDARD_INTERFACE
type             3386 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             3390 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_MIXER,
type             3395 sound/usb/quirks-table.h 				.type = QUIRK_IGNORE_INTERFACE,
type             3400 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             3437 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             3441 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_MIXER,
type             3446 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             3490 sound/usb/quirks-table.h 		.type = QUIRK_SETUP_FMT_AFTER_RESUME
type             3500 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             3504 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_STANDARD_MIXER,
type             3508 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             3531 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             3568 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             3572 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             3591 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type             3630 sound/usb/quirks-table.h 		.type = QUIRK_COMPOSITE,
type             3634 sound/usb/quirks-table.h 				.type = QUIRK_AUDIO_FIXED_ENDPOINT,
type              239 sound/usb/quirks.c 		.type = QUIRK_MIDI_YAMAHA
type              271 sound/usb/quirks.c 		.type = QUIRK_MIDI_ROLAND
type              434 sound/usb/quirks.c 			.type = QUIRK_MIDI_FIXED_ENDPOINT,
type              442 sound/usb/quirks.c 			.type = QUIRK_MIDI_FIXED_ENDPOINT,
type              562 sound/usb/quirks.c 	if (quirk->type < QUIRK_TYPE_COUNT) {
type              563 sound/usb/quirks.c 		return quirk_funcs[quirk->type](chip, iface, driver, quirk);
type              565 sound/usb/quirks.c 		usb_audio_err(chip, "invalid quirk type %d\n", quirk->type);
type             1523 sound/usb/quirks.c 	    ep->type == SND_USB_ENDPOINT_TYPE_SYNC)
type             1535 sound/usb/quirks.c 	    ep->type == SND_USB_ENDPOINT_TYPE_DATA)
type              125 sound/usb/stream.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type              111 sound/usb/usbaudio.h 	uint16_t type;
type               53 sound/usb/usx2y/us122l.c 		.type = QUIRK_MIDI_US122L,
type               75 sound/usb/usx2y/us122l.c 		.type = QUIRK_MIDI_US122L,
type              139 sound/usb/usx2y/usX2Yhwdep.c        		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type              152 sound/usb/usx2y/usX2Yhwdep.c        		.type = QUIRK_MIDI_FIXED_ENDPOINT,
type               76 sound/usb/usx2y/usbus428ctldefs.h 	char type;
type              232 sound/usb/usx2y/usbusx2y.c 								  p4out->type == eLT_Light ? sizeof(struct us428_lights) : 5,
type               17 sound/usb/validate.c 	unsigned char type;
type               94 sound/usb/validate.c 		if (v->type == UAC2_PROCESSING_UNIT_V2)
type              111 sound/usb/validate.c 		if (v->type == UAC1_EXTENSION_UNIT)
type              126 sound/usb/validate.c 		if (v->type == UAC2_EXTENSION_UNIT_V2)
type              141 sound/usb/validate.c 		if (v->type == UAC3_EXTENSION_UNIT) {
type              233 sound/usb/validate.c #define FIXED(p, t, s) { .protocol = (p), .type = (t), .size = sizeof(s) }
type              234 sound/usb/validate.c #define FUNC(p, t, f) { .protocol = (p), .type = (t), .func = (f) }
type              309 sound/usb/validate.c 	for (; v->type; v++) {
type              310 sound/usb/validate.c 		if (v->type == hdr[2] &&
type              536 sound/x86/intel_hdmi_audio.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
type             1415 sound/x86/intel_hdmi_audio.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
type             1469 sound/x86/intel_hdmi_audio.c 	uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
type              182 sound/xen/xen_snd_front.c 				 int type)
type              191 sound/xen/xen_snd_front.c 	req->op.trigger.type = type;
type               52 sound/xen/xen_snd_front.h 				 int type);
type              549 sound/xen/xen_snd_front_alsa.c 	int type;
type              553 sound/xen/xen_snd_front_alsa.c 		type = XENSND_OP_TRIGGER_START;
type              557 sound/xen/xen_snd_front_alsa.c 		type = XENSND_OP_TRIGGER_RESUME;
type              561 sound/xen/xen_snd_front_alsa.c 		type = XENSND_OP_TRIGGER_STOP;
type              565 sound/xen/xen_snd_front_alsa.c 		type = XENSND_OP_TRIGGER_PAUSE;
type              572 sound/xen/xen_snd_front_alsa.c 	return xen_snd_front_stream_trigger(&stream->evt_pair->req, type);
type              120 sound/xen/xen_snd_front_evtchnl.c 		switch (event->type) {
type              152 sound/xen/xen_snd_front_evtchnl.c 	if (channel->type == EVTCHNL_TYPE_REQ)
type              154 sound/xen/xen_snd_front_evtchnl.c 	else if (channel->type == EVTCHNL_TYPE_EVT)
type              161 sound/xen/xen_snd_front_evtchnl.c 	if (channel->type == EVTCHNL_TYPE_REQ) {
type              200 sound/xen/xen_snd_front_evtchnl.c 			 enum xen_snd_front_evtchnl_type type)
type              210 sound/xen/xen_snd_front_evtchnl.c 	channel->type = type;
type              222 sound/xen/xen_snd_front_evtchnl.c 				 type == EVTCHNL_TYPE_REQ ?
type              232 sound/xen/xen_snd_front_evtchnl.c 	if (type == EVTCHNL_TYPE_REQ) {
type               48 sound/xen/xen_snd_front_evtchnl.h 	enum xen_snd_front_evtchnl_type type;
type              312 tools/arch/powerpc/include/uapi/asm/kvm.h 		__u32 type;
type               65 tools/arch/s390/include/uapi/asm/kvm.h 	__u8 type;
type              200 tools/arch/s390/include/uapi/asm/kvm.h 	__u8 type;
type              208 tools/arch/s390/include/uapi/asm/kvm.h 	__u8 type;
type               28 tools/arch/sparc/include/asm/barrier_64.h #define membar_safe(type) \
type               30 tools/arch/sparc/include/asm/barrier_64.h 			     " membar	" type "\n" \
type               78 tools/arch/x86/include/asm/orc_types.h 	unsigned	type:2;
type               92 tools/arch/x86/include/asm/orc_types.h 	u8		type;
type              135 tools/arch/x86/include/uapi/asm/kvm.h 	__u8  type;
type               45 tools/bpf/bpf_exp.y static void bpf_set_jmp_label(char *label, enum jmp_type type);
type              496 tools/bpf/bpf_exp.y static void bpf_set_jmp_label(char *label, enum jmp_type type)
type              499 tools/bpf/bpf_exp.y 	switch (type) {
type              128 tools/bpf/bpftool/btf.c 			jsonw_uint_field(w, "type_id", t->type);
type              130 tools/bpf/bpftool/btf.c 			printf(" type_id=%u", t->type);
type              136 tools/bpf/bpftool/btf.c 			jsonw_uint_field(w, "type_id", arr->type);
type              141 tools/bpf/bpftool/btf.c 			       arr->type, arr->index_type, arr->nelems);
type              174 tools/bpf/bpftool/btf.c 				jsonw_uint_field(w, "type_id", m->type);
type              183 tools/bpf/bpftool/btf.c 				       name, m->type, bit_off);
type              233 tools/bpf/bpftool/btf.c 			jsonw_uint_field(w, "type_id", t->type);
type              235 tools/bpf/bpftool/btf.c 			printf(" type_id=%u", t->type);
type              243 tools/bpf/bpftool/btf.c 			jsonw_uint_field(w, "ret_type_id", t->type);
type              248 tools/bpf/bpftool/btf.c 			printf(" ret_type_id=%u vlen=%u", t->type, vlen);
type              256 tools/bpf/bpftool/btf.c 				jsonw_uint_field(w, "type_id", p->type);
type              259 tools/bpf/bpftool/btf.c 				printf("\n\t'%s' type_id=%u", name, p->type);
type              273 tools/bpf/bpftool/btf.c 			jsonw_uint_field(w, "type_id", t->type);
type              276 tools/bpf/bpftool/btf.c 			printf(" type_id=%u, linkage=%s", t->type, linkage);
type              296 tools/bpf/bpftool/btf.c 				jsonw_uint_field(w, "type_id", v->type);
type              302 tools/bpf/bpftool/btf.c 				       v->type, v->offset, v->size);
type              577 tools/bpf/bpftool/btf.c build_btf_type_table(struct btf_attach_table *tab, enum bpf_obj_type type,
type              591 tools/bpf/bpftool/btf.c 		switch (type) {
type              600 tools/bpf/bpftool/btf.c 			p_err("unexpected object type: %d", type);
type              608 tools/bpf/bpftool/btf.c 			p_err("can't get next %s: %s%s", names[type],
type              614 tools/bpf/bpftool/btf.c 		switch (type) {
type              623 tools/bpf/bpftool/btf.c 			p_err("unexpected object type: %d", type);
type              629 tools/bpf/bpftool/btf.c 			p_err("can't get %s by id (%u): %s", names[type], id,
type              639 tools/bpf/bpftool/btf.c 			p_err("can't get %s info: %s", names[type],
type              644 tools/bpf/bpftool/btf.c 		switch (type) {
type              653 tools/bpf/bpftool/btf.c 			p_err("unexpected object type: %d", type);
type               60 tools/bpf/bpftool/btf_dumper.c 	elem_size = btf__resolve_size(d->btf, arr->type);
type               66 tools/bpf/bpftool/btf_dumper.c 		ret = btf_dumper_do_type(d, arr->type, 0,
type              299 tools/bpf/bpftool/btf_dumper.c 			ret = btf_dumper_do_type(d, m[i].type,
type              320 tools/bpf/bpftool/btf_dumper.c 	ret = btf_dumper_do_type(d, t->type, bit_offset, data);
type              344 tools/bpf/bpftool/btf_dumper.c 		ret = btf_dumper_do_type(d, vsi[i].type, 0, data + vsi[i].offset);
type              409 tools/bpf/bpftool/btf_dumper.c #define BTF_PRINT_TYPE(type)					\
type              411 tools/bpf/bpftool/btf_dumper.c 		pos = __btf_dumper_type_only(btf, type, func_sig,	\
type              455 tools/bpf/bpftool/btf_dumper.c 		BTF_PRINT_TYPE(array->type);
type              459 tools/bpf/bpftool/btf_dumper.c 		BTF_PRINT_TYPE(t->type);
type              469 tools/bpf/bpftool/btf_dumper.c 		BTF_PRINT_TYPE(t->type);
type              473 tools/bpf/bpftool/btf_dumper.c 		BTF_PRINT_TYPE(t->type);
type              477 tools/bpf/bpftool/btf_dumper.c 		BTF_PRINT_TYPE(t->type);
type              485 tools/bpf/bpftool/btf_dumper.c 		proto_type = btf__type_by_id(btf, t->type);
type              494 tools/bpf/bpftool/btf_dumper.c 		BTF_PRINT_TYPE(t->type);
type              516 tools/bpf/bpftool/btf_dumper.c 	BTF_PRINT_TYPE(func_proto->type);
type              527 tools/bpf/bpftool/btf_dumper.c 		if (arg->type) {
type              528 tools/bpf/bpftool/btf_dumper.c 			BTF_PRINT_TYPE(arg->type);
type               58 tools/bpf/bpftool/cgroup.c 	enum bpf_attach_type type;
type               60 tools/bpf/bpftool/cgroup.c 	for (type = 0; type < __MAX_BPF_ATTACH_TYPE; type++) {
type               61 tools/bpf/bpftool/cgroup.c 		if (attach_type_strings[type] &&
type               62 tools/bpf/bpftool/cgroup.c 		    is_prefix(str, attach_type_strings[type]))
type               63 tools/bpf/bpftool/cgroup.c 			return type;
type              107 tools/bpf/bpftool/cgroup.c static int count_attached_bpf_progs(int cgroup_fd, enum bpf_attach_type type)
type              112 tools/bpf/bpftool/cgroup.c 	ret = bpf_prog_query(cgroup_fd, type, query_flags, NULL,
type              122 tools/bpf/bpftool/cgroup.c 	enum bpf_attach_type type;
type              125 tools/bpf/bpftool/cgroup.c 	for (type = 0; type < __MAX_BPF_ATTACH_TYPE; type++) {
type              126 tools/bpf/bpftool/cgroup.c 		int count = count_attached_bpf_progs(cgroup_fd, type);
type              139 tools/bpf/bpftool/cgroup.c static int show_attached_bpf_progs(int cgroup_fd, enum bpf_attach_type type,
type              150 tools/bpf/bpftool/cgroup.c 	ret = bpf_prog_query(cgroup_fd, type, query_flags, &attach_flags,
type              174 tools/bpf/bpftool/cgroup.c 		show_bpf_prog(prog_ids[iter], attach_type_strings[type],
type              182 tools/bpf/bpftool/cgroup.c 	enum bpf_attach_type type;
type              231 tools/bpf/bpftool/cgroup.c 	for (type = 0; type < __MAX_BPF_ATTACH_TYPE; type++) {
type              238 tools/bpf/bpftool/cgroup.c 		if (show_attached_bpf_progs(cgroup_fd, type, 0) == 0)
type              261 tools/bpf/bpftool/cgroup.c 	enum bpf_attach_type type;
type              294 tools/bpf/bpftool/cgroup.c 	for (type = 0; type < __MAX_BPF_ATTACH_TYPE; type++)
type              295 tools/bpf/bpftool/cgroup.c 		show_attached_bpf_progs(cgroup_fd, type, ftw->level);
type               81 tools/bpf/bpftool/common.c mnt_fs(const char *target, const char *type, char *buff, size_t bufflen)
type              103 tools/bpf/bpftool/common.c 	if (mount(type, target, type, 0, "mode=0700")) {
type              105 tools/bpf/bpftool/common.c 			 type, type, target, strerror(errno));
type              145 tools/bpf/bpftool/common.c 	enum bpf_obj_type type;
type              152 tools/bpf/bpftool/common.c 	type = get_fd_type(fd);
type              153 tools/bpf/bpftool/common.c 	if (type < 0) {
type              155 tools/bpf/bpftool/common.c 		return type;
type              157 tools/bpf/bpftool/common.c 	if (type != exp_type) {
type              158 tools/bpf/bpftool/common.c 		p_err("incorrect object type: %s", get_fd_type_name(type));
type              254 tools/bpf/bpftool/common.c const char *get_fd_type_name(enum bpf_obj_type type)
type              262 tools/bpf/bpftool/common.c 	if (type < 0 || type >= ARRAY_SIZE(names) || !names[type])
type              265 tools/bpf/bpftool/common.c 	return names[type];
type              357 tools/bpf/bpftool/common.c 			   enum bpf_obj_type type)
type              391 tools/bpf/bpftool/common.c 			if (objtype != type) {
type              127 tools/bpf/bpftool/main.h 			   enum bpf_obj_type type);
type              141 tools/bpf/bpftool/main.h const char *get_fd_type_name(enum bpf_obj_type type);
type               55 tools/bpf/bpftool/map.c static bool map_is_per_cpu(__u32 type)
type               57 tools/bpf/bpftool/map.c 	return type == BPF_MAP_TYPE_PERCPU_HASH ||
type               58 tools/bpf/bpftool/map.c 	       type == BPF_MAP_TYPE_PERCPU_ARRAY ||
type               59 tools/bpf/bpftool/map.c 	       type == BPF_MAP_TYPE_LRU_PERCPU_HASH ||
type               60 tools/bpf/bpftool/map.c 	       type == BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE;
type               63 tools/bpf/bpftool/map.c static bool map_is_map_of_maps(__u32 type)
type               65 tools/bpf/bpftool/map.c 	return type == BPF_MAP_TYPE_ARRAY_OF_MAPS ||
type               66 tools/bpf/bpftool/map.c 	       type == BPF_MAP_TYPE_HASH_OF_MAPS;
type               69 tools/bpf/bpftool/map.c static bool map_is_map_of_progs(__u32 type)
type               71 tools/bpf/bpftool/map.c 	return type == BPF_MAP_TYPE_PROG_ARRAY;
type               74 tools/bpf/bpftool/map.c static int map_type_from_str(const char *type)
type               80 tools/bpf/bpftool/map.c 		if (map_type_name[i] && !strcmp(map_type_name[i], type))
type               87 tools/bpf/bpftool/map.c 	if (map_is_per_cpu(info->type))
type              166 tools/bpf/bpftool/map.c 	if (!map_is_per_cpu(map_info->type)) {
type              212 tools/bpf/bpftool/map.c 	if (!map_is_per_cpu(info->type)) {
type              287 tools/bpf/bpftool/map.c 	if (!map_is_per_cpu(info->type)) {
type              363 tools/bpf/bpftool/map.c 	if (!map_is_per_cpu(info->type))
type              411 tools/bpf/bpftool/map.c 		if (map_is_map_of_maps(info->type)) {
type              429 tools/bpf/bpftool/map.c 		} else if (map_is_map_of_progs(info->type)) {
type              493 tools/bpf/bpftool/map.c 	if (info->type < ARRAY_SIZE(map_type_name))
type              495 tools/bpf/bpftool/map.c 				   map_type_name[info->type]);
type              497 tools/bpf/bpftool/map.c 		jsonw_uint_field(json_wtr, "type", info->type);
type              515 tools/bpf/bpftool/map.c 	if (info->type == BPF_MAP_TYPE_PROG_ARRAY) {
type              573 tools/bpf/bpftool/map.c 	if (info->type < ARRAY_SIZE(map_type_name))
type              574 tools/bpf/bpftool/map.c 		printf("%s  ", map_type_name[info->type]);
type              576 tools/bpf/bpftool/map.c 		printf("type %u  ", info->type);
type              591 tools/bpf/bpftool/map.c 	if (info->type == BPF_MAP_TYPE_PROG_ARRAY) {
type              739 tools/bpf/bpftool/map.c 	if (map_is_map_of_maps(map_info->type) ||
type              740 tools/bpf/bpftool/map.c 	    map_is_map_of_progs(map_info->type))
type              758 tools/bpf/bpftool/map.c 			 map_info->type == BPF_MAP_TYPE_REUSEPORT_SOCKARRAY)
type              816 tools/bpf/bpftool/map.c 	if (info.type == BPF_MAP_TYPE_REUSEPORT_SOCKARRAY &&
type              819 tools/bpf/bpftool/map.c 		       map_type_name[info.type]);
type               80 tools/bpf/bpftool/map_perf_ring.c 		jsonw_uint(json_wtr, e->header.type);
type               85 tools/bpf/bpftool/map_perf_ring.c 		if (e->header.type == PERF_RECORD_SAMPLE) {
type               90 tools/bpf/bpftool/map_perf_ring.c 		} else if (e->header.type == PERF_RECORD_LOST) {
type              101 tools/bpf/bpftool/map_perf_ring.c 		if (e->header.type == PERF_RECORD_SAMPLE) {
type              107 tools/bpf/bpftool/map_perf_ring.c 		} else if (e->header.type == PERF_RECORD_LOST) {
type              111 tools/bpf/bpftool/map_perf_ring.c 			       e->header.type, e->header.size);
type              122 tools/bpf/bpftool/map_perf_ring.c 		.type = PERF_TYPE_SOFTWARE,
type              143 tools/bpf/bpftool/map_perf_ring.c 	if (map_info.type != BPF_MAP_TYPE_PERF_EVENT_ARRAY) {
type               76 tools/bpf/bpftool/net.c 	enum net_attach_type type;
type               78 tools/bpf/bpftool/net.c 	for (type = 0; type < net_attach_type_size; type++) {
type               79 tools/bpf/bpftool/net.c 		if (attach_type_strings[type] &&
type               80 tools/bpf/bpftool/net.c 		    is_prefix(str, attach_type_strings[type]))
type               81 tools/bpf/bpftool/net.c 			return type;
type               38 tools/bpf/bpftool/prog.c 	enum bpf_attach_type type;
type               40 tools/bpf/bpftool/prog.c 	for (type = 0; type < __MAX_BPF_ATTACH_TYPE; type++) {
type               41 tools/bpf/bpftool/prog.c 		if (attach_type_strings[type] &&
type               42 tools/bpf/bpftool/prog.c 		    is_prefix(str, attach_type_strings[type]))
type               43 tools/bpf/bpftool/prog.c 			return type;
type              203 tools/bpf/bpftool/prog.c 	if (info->type < ARRAY_SIZE(prog_type_name))
type              205 tools/bpf/bpftool/prog.c 				   prog_type_name[info->type]);
type              207 tools/bpf/bpftool/prog.c 		jsonw_uint_field(json_wtr, "type", info->type);
type              276 tools/bpf/bpftool/prog.c 	if (info->type < ARRAY_SIZE(prog_type_name))
type              277 tools/bpf/bpftool/prog.c 		printf("%s  ", prog_type_name[info->type]);
type              279 tools/bpf/bpftool/prog.c 		printf("type %u  ", info->type);
type             1117 tools/bpf/bpftool/prog.c 			char *type;
type             1129 tools/bpf/bpftool/prog.c 			type = malloc(strlen(*argv) + 2);
type             1130 tools/bpf/bpftool/prog.c 			if (!type) {
type             1134 tools/bpf/bpftool/prog.c 			*type = 0;
type             1135 tools/bpf/bpftool/prog.c 			strcat(type, *argv);
type             1136 tools/bpf/bpftool/prog.c 			strcat(type, "/");
type             1138 tools/bpf/bpftool/prog.c 			err = libbpf_prog_type_by_name(type,
type             1141 tools/bpf/bpftool/prog.c 			free(type);
type               67 tools/bpf/bpftool/tracelog.c 	char type[100], format[32];
type               83 tools/bpf/bpftool/tracelog.c 	while (fscanf(fp, format, mnt, type) == 2)
type               84 tools/bpf/bpftool/tracelog.c 		if (strcmp(type, fstype) == 0) {
type               47 tools/firewire/list.h #define list_entry(link, type, member) \
type               48 tools/firewire/list.h 	((type *)((char *)(link)-(unsigned long)(&((type *)0)->member)))
type               50 tools/firewire/list.h #define list_head(list, type, member)		\
type               51 tools/firewire/list.h 	list_entry((list)->next, type, member)
type               53 tools/firewire/list.h #define list_tail(list, type, member)		\
type               54 tools/firewire/list.h 	list_entry((list)->prev, type, member)
type              306 tools/firewire/nosy-dump.c 	int type;
type              407 tools/firewire/nosy-dump.c 		.type		= PACKET_REQUEST,
type              414 tools/firewire/nosy-dump.c 		.type		= PACKET_REQUEST,
type              421 tools/firewire/nosy-dump.c 		.type		= PACKET_RESPONSE,
type              427 tools/firewire/nosy-dump.c 		.type		= PACKET_RESERVED,
type              431 tools/firewire/nosy-dump.c 		.type		= PACKET_REQUEST,
type              438 tools/firewire/nosy-dump.c 		.type		= PACKET_REQUEST,
type              445 tools/firewire/nosy-dump.c 		.type		= PACKET_RESPONSE,
type              451 tools/firewire/nosy-dump.c 		.type		= PACKET_RESPONSE,
type              457 tools/firewire/nosy-dump.c 		.type		= PACKET_OTHER,
type              463 tools/firewire/nosy-dump.c 		.type		= PACKET_REQUEST,
type              469 tools/firewire/nosy-dump.c 		.type		= PACKET_OTHER,
type              475 tools/firewire/nosy-dump.c 		.type		= PACKET_RESPONSE,
type              627 tools/firewire/nosy-dump.c 		switch (packet_info[p->common.tcode].type) {
type              859 tools/firewire/nosy-dump.c 		if (packet_info[i].type != PACKET_RESERVED)
type              138 tools/firmware/ihex2fw.c 	uint8_t type, crc = 0, crcbyte = 0;
type              180 tools/firmware/ihex2fw.c 	type = hex(data + i, &crc); i += 2;
type              194 tools/firmware/ihex2fw.c 	switch (type) {
type              216 tools/firmware/ihex2fw.c 				type, line);
type              223 tools/firmware/ihex2fw.c 		offset <<= (type == 2 ? 4 : 16);
type              230 tools/firmware/ihex2fw.c 				type, line);
type              245 tools/firmware/ihex2fw.c 		fprintf(stderr, "Unknown record (type %02X)\n", type);
type             1007 tools/hv/hv_kvp_daemon.c static int expand_ipv6(char *addr, int type)
type             1015 tools/hv/hv_kvp_daemon.c 		if (type == NETMASK)
type             1096 tools/hv/hv_kvp_daemon.c static int process_ip_string(FILE *f, char *ip_string, int type)
type             1113 tools/hv/hv_kvp_daemon.c 			switch (type) {
type             1128 tools/hv/hv_kvp_daemon.c 			if (type == DNS) {
type             1130 tools/hv/hv_kvp_daemon.c 			} else if (type == GATEWAY && i == 0) {
type             1137 tools/hv/hv_kvp_daemon.c 		} else if (expand_ipv6(addr, type)) {
type             1138 tools/hv/hv_kvp_daemon.c 			switch (type) {
type             1154 tools/hv/hv_kvp_daemon.c 			if (type == DNS) {
type              126 tools/iio/iio_event_monitor.c 	enum iio_chan_type type = IIO_EVENT_CODE_EXTRACT_CHAN_TYPE(event->id);
type              131 tools/iio/iio_event_monitor.c 	switch (type) {
type              246 tools/iio/iio_event_monitor.c 	enum iio_chan_type type = IIO_EVENT_CODE_EXTRACT_CHAN_TYPE(event->id);
type              262 tools/iio/iio_event_monitor.c 	       iio_chan_type_name_spec[type]);
type              563 tools/iio/iio_utils.c int find_type_by_name(const char *name, const char *type)
type              582 tools/iio/iio_utils.c 		    strlen(ent->d_name) > strlen(type) &&
type              583 tools/iio/iio_utils.c 		    strncmp(ent->d_name, type, strlen(type)) == 0) {
type              585 tools/iio/iio_utils.c 			ret = sscanf(ent->d_name + strlen(type), "%d", &number);
type              600 tools/iio/iio_utils.c 			if (strncmp(ent->d_name + strlen(type) + numstrlen,
type              602 tools/iio/iio_utils.c 				filename = malloc(strlen(iio_dir) + strlen(type)
type              610 tools/iio/iio_utils.c 					      type, number);
type               70 tools/iio/iio_utils.h int find_type_by_name(const char *name, const char *type);
type               33 tools/include/linux/kernel.h #define container_of(ptr, type, member) ({			\
type               34 tools/include/linux/kernel.h 	const typeof(((type *)0)->member) * __mptr = (ptr);	\
type               35 tools/include/linux/kernel.h 	(type *)((char *)__mptr - offsetof(type, member)); })
type              351 tools/include/linux/list.h #define list_entry(ptr, type, member) \
type              352 tools/include/linux/list.h 	container_of(ptr, type, member)
type              362 tools/include/linux/list.h #define list_first_entry(ptr, type, member) \
type              363 tools/include/linux/list.h 	list_entry((ptr)->next, type, member)
type              373 tools/include/linux/list.h #define list_last_entry(ptr, type, member) \
type              374 tools/include/linux/list.h 	list_entry((ptr)->prev, type, member)
type              384 tools/include/linux/list.h #define list_first_entry_or_null(ptr, type, member) \
type              385 tools/include/linux/list.h 	(!list_empty(ptr) ? list_first_entry(ptr, type, member) : NULL)
type              694 tools/include/linux/list.h #define hlist_entry(ptr, type, member) container_of(ptr,type,member)
type              703 tools/include/linux/list.h #define hlist_entry_safe(ptr, type, member) \
type              705 tools/include/linux/list.h 	   ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
type                5 tools/include/linux/module.h #define module_param(name, type, perm)
type               34 tools/include/linux/overflow.h #define is_signed_type(type)       (((type)(-1)) < (type)1)
type               35 tools/include/linux/overflow.h #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type)))
type               37 tools/include/linux/rbtree.h #define	rb_entry(ptr, type, member) container_of(ptr, type, member)
type               75 tools/include/linux/rbtree.h #define rb_entry_safe(ptr, type, member) \
type               77 tools/include/linux/rbtree.h 	   ____ptr ? rb_entry(____ptr, type, member) : NULL; \
type              156 tools/include/uapi/asm-generic/fcntl.h 	int	type;
type              226 tools/include/uapi/drm/drm.h 	enum drm_map_type type;	 /**< Type of memory to map */
type              273 tools/include/uapi/drm/drm.h 		enum drm_stat_type type;
type              454 tools/include/uapi/drm/drm.h 	unsigned int type;
type              496 tools/include/uapi/drm/drm.h 	enum drm_vblank_seq_type type;
type              502 tools/include/uapi/drm/drm.h 	enum drm_vblank_seq_type type;
type              548 tools/include/uapi/drm/drm.h 	unsigned long type;	/**< Type of memory to allocate */
type              823 tools/include/uapi/drm/drm.h #define DRM_IOR(nr,type)		_IOR(DRM_IOCTL_BASE,nr,type)
type              824 tools/include/uapi/drm/drm.h #define DRM_IOW(nr,type)		_IOW(DRM_IOCTL_BASE,nr,type)
type              825 tools/include/uapi/drm/drm.h #define DRM_IOWR(nr,type)		_IOWR(DRM_IOCTL_BASE,nr,type)
type              974 tools/include/uapi/drm/drm.h 	__u32 type;
type             1918 tools/include/uapi/drm/i915_drm.h 	__u32 type;
type             2963 tools/include/uapi/linux/bpf.h #define __bpf_md_ptr(type, name)	\
type             2965 tools/include/uapi/linux/bpf.h 	type name;			\
type             3063 tools/include/uapi/linux/bpf.h 	__u32 type;
type             3220 tools/include/uapi/linux/bpf.h 	__u32 type;
type             3258 tools/include/uapi/linux/bpf.h 	__u32 type;
type             3296 tools/include/uapi/linux/bpf.h 	__u32 type;		/* Allows 4-byte read, but no write */
type               51 tools/include/uapi/linux/btf.h 		__u32 type;
type              105 tools/include/uapi/linux/btf.h 	__u32	type;
type              117 tools/include/uapi/linux/btf.h 	__u32	type;
type              140 tools/include/uapi/linux/btf.h 	__u32	type;
type              160 tools/include/uapi/linux/btf.h 	__u32	type;
type              102 tools/include/uapi/linux/fscrypt.h 	__u32 type;	/* one of FSCRYPT_KEY_SPEC_TYPE_* */
type              191 tools/include/uapi/linux/kvm.h 	__u32 type;
type              379 tools/include/uapi/linux/kvm.h 			__u32 type;
type              574 tools/include/uapi/linux/kvm.h 	__u32 type;
type              640 tools/include/uapi/linux/kvm.h 	__u64 type;
type             1042 tools/include/uapi/linux/kvm.h 	__u32 type;
type             1194 tools/include/uapi/linux/kvm.h 	__u32	type;	/* in: KVM_DEV_TYPE_xxx */
type              315 tools/include/uapi/linux/perf_event.h 	__u32			type;
type              681 tools/include/uapi/linux/perf_event.h 	__u32	type;
type             1178 tools/include/uapi/linux/perf_event.h 		type:4,     /* branch type */
type              860 tools/include/uapi/linux/pkt_sched.h 	__u32	type;
type               27 tools/include/uapi/linux/seg6.h 	__u8	type;
type               50 tools/include/uapi/linux/seg6.h 	__u8 type;
type              118 tools/include/uapi/linux/usbdevice_fs.h 	unsigned char type;
type              905 tools/include/uapi/sound/asound.h 	snd_ctl_elem_type_t type;	/* R: value type - SNDRV_CTL_ELEM_TYPE_* */
type             1010 tools/include/uapi/sound/asound.h 	int type;	/* event type - SNDRV_CTL_EVENT_* */
type              145 tools/lib/api/fs/fs.c 	char type[100];
type              154 tools/lib/api/fs/fs.c 		      fs->path, type) == 2) {
type              156 tools/lib/api/fs/fs.c 		if (strcmp(type, fs->name) == 0)
type              316 tools/lib/bpf/bpf.c int bpf_load_program(enum bpf_prog_type type, const struct bpf_insn *insns,
type              324 tools/lib/bpf/bpf.c 	load_attr.prog_type = type;
type              335 tools/lib/bpf/bpf.c int bpf_verify_program(enum bpf_prog_type type, const struct bpf_insn *insns,
type              343 tools/lib/bpf/bpf.c 	attr.prog_type = type;
type              462 tools/lib/bpf/bpf.c int bpf_prog_attach(int prog_fd, int target_fd, enum bpf_attach_type type,
type              470 tools/lib/bpf/bpf.c 	attr.attach_type   = type;
type              476 tools/lib/bpf/bpf.c int bpf_prog_detach(int target_fd, enum bpf_attach_type type)
type              482 tools/lib/bpf/bpf.c 	attr.attach_type = type;
type              487 tools/lib/bpf/bpf.c int bpf_prog_detach2(int prog_fd, int target_fd, enum bpf_attach_type type)
type              494 tools/lib/bpf/bpf.c 	attr.attach_type = type;
type              499 tools/lib/bpf/bpf.c int bpf_prog_query(int target_fd, enum bpf_attach_type type, __u32 query_flags,
type              507 tools/lib/bpf/bpf.c 	attr.query.attach_type	= type;
type              101 tools/lib/bpf/bpf.h LIBBPF_API int bpf_load_program(enum bpf_prog_type type,
type              105 tools/lib/bpf/bpf.h LIBBPF_API int bpf_verify_program(enum bpf_prog_type type,
type              126 tools/lib/bpf/bpf.h 			       enum bpf_attach_type type, unsigned int flags);
type              127 tools/lib/bpf/bpf.h LIBBPF_API int bpf_prog_detach(int attachable_fd, enum bpf_attach_type type);
type              129 tools/lib/bpf/bpf.h 				enum bpf_attach_type type);
type              164 tools/lib/bpf/bpf.h LIBBPF_API int bpf_prog_query(int target_fd, enum bpf_attach_type type,
type              256 tools/lib/bpf/btf.c 			type_id = t->type;
type              263 tools/lib/bpf/btf.c 			type_id = array->type;
type              290 tools/lib/bpf/btf.c 		type_id = t->type;
type              529 tools/lib/bpf/btf.c 		t_var = btf__type_by_id(btf, vsi->type);
type              737 tools/lib/bpf/btf.c 	key_size = btf__resolve_size(btf, key->type);
type              749 tools/lib/bpf/btf.c 	value_size = btf__resolve_size(btf, value->type);
type              761 tools/lib/bpf/btf.c 	*key_type_id = key->type;
type              762 tools/lib/bpf/btf.c 	*value_type_id = value->type;
type             1870 tools/lib/bpf/btf.c 	h = hash_combine(h, info->type);
type             1892 tools/lib/bpf/btf.c 	return info1->type == info2->type &&
type             1924 tools/lib/bpf/btf.c 		h = hash_combine(h, member->type);
type             1950 tools/lib/bpf/btf.c 		if (m1->name_off != m2->name_off || m1->type != m2->type)
type             2297 tools/lib/bpf/btf.c 		return btf_dedup_is_equiv(d, cand_type->type, canon_type->type);
type             2310 tools/lib/bpf/btf.c 		return btf_dedup_is_equiv(d, cand_arr->type, canon_arr->type);
type             2324 tools/lib/bpf/btf.c 			eq = btf_dedup_is_equiv(d, cand_m->type, canon_m->type);
type             2340 tools/lib/bpf/btf.c 		eq = btf_dedup_is_equiv(d, cand_type->type, canon_type->type);
type             2347 tools/lib/bpf/btf.c 			eq = btf_dedup_is_equiv(d, cand_p->type, canon_p->type);
type             2572 tools/lib/bpf/btf.c 		ref_type_id = btf_dedup_ref_type(d, t->type);
type             2575 tools/lib/bpf/btf.c 		t->type = ref_type_id;
type             2591 tools/lib/bpf/btf.c 		ref_type_id = btf_dedup_ref_type(d, info->type);
type             2594 tools/lib/bpf/btf.c 		info->type = ref_type_id;
type             2618 tools/lib/bpf/btf.c 		ref_type_id = btf_dedup_ref_type(d, t->type);
type             2621 tools/lib/bpf/btf.c 		t->type = ref_type_id;
type             2626 tools/lib/bpf/btf.c 			ref_type_id = btf_dedup_ref_type(d, param->type);
type             2629 tools/lib/bpf/btf.c 			param->type = ref_type_id;
type             2777 tools/lib/bpf/btf.c 		r = btf_dedup_remap_type_id(d, t->type);
type             2780 tools/lib/bpf/btf.c 		t->type = r;
type             2786 tools/lib/bpf/btf.c 		r = btf_dedup_remap_type_id(d, arr_info->type);
type             2789 tools/lib/bpf/btf.c 		arr_info->type = r;
type             2803 tools/lib/bpf/btf.c 			r = btf_dedup_remap_type_id(d, member->type);
type             2806 tools/lib/bpf/btf.c 			member->type = r;
type             2816 tools/lib/bpf/btf.c 		r = btf_dedup_remap_type_id(d, t->type);
type             2819 tools/lib/bpf/btf.c 		t->type = r;
type             2822 tools/lib/bpf/btf.c 			r = btf_dedup_remap_type_id(d, param->type);
type             2825 tools/lib/bpf/btf.c 			param->type = r;
type             2836 tools/lib/bpf/btf.c 			r = btf_dedup_remap_type_id(d, var->type);
type             2839 tools/lib/bpf/btf.c 			var->type = r;
type              272 tools/lib/bpf/btf_dump.c 			d->type_states[t->type].referenced = 1;
type              279 tools/lib/bpf/btf_dump.c 			d->type_states[a->type].referenced = 1;
type              287 tools/lib/bpf/btf_dump.c 				d->type_states[m->type].referenced = 1;
type              294 tools/lib/bpf/btf_dump.c 				d->type_states[p->type].referenced = 1;
type              301 tools/lib/bpf/btf_dump.c 				d->type_states[v->type].referenced = 1;
type              441 tools/lib/bpf/btf_dump.c 		err = btf_dump_order_type(d, t->type, true);
type              446 tools/lib/bpf/btf_dump.c 		return btf_dump_order_type(d, btf_array(t)->type, through_ptr);
type              463 tools/lib/bpf/btf_dump.c 			err = btf_dump_order_type(d, m->type, false);
type              495 tools/lib/bpf/btf_dump.c 		is_strong = btf_dump_order_type(d, t->type, through_ptr);
type              514 tools/lib/bpf/btf_dump.c 		return btf_dump_order_type(d, t->type, through_ptr);
type              520 tools/lib/bpf/btf_dump.c 		err = btf_dump_order_type(d, t->type, through_ptr);
type              527 tools/lib/bpf/btf_dump.c 			err = btf_dump_order_type(d, p->type, through_ptr);
type              681 tools/lib/bpf/btf_dump.c 		btf_dump_emit_type(d, t->type, cont_id);
type              684 tools/lib/bpf/btf_dump.c 		btf_dump_emit_type(d, btf_array(t)->type, cont_id);
type              693 tools/lib/bpf/btf_dump.c 		btf_dump_emit_type(d, t->type, id);
type              724 tools/lib/bpf/btf_dump.c 				btf_dump_emit_type(d, m->type, new_cont_id);
type              744 tools/lib/bpf/btf_dump.c 		btf_dump_emit_type(d, t->type, cont_id);
type              746 tools/lib/bpf/btf_dump.c 			btf_dump_emit_type(d, p->type, cont_id);
type              770 tools/lib/bpf/btf_dump.c 		return btf_align_of(btf, t->type);
type              772 tools/lib/bpf/btf_dump.c 		return btf_align_of(btf, btf_array(t)->type);
type              780 tools/lib/bpf/btf_dump.c 			align = max(align, btf_align_of(btf, m->type));
type              806 tools/lib/bpf/btf_dump.c 		align = btf_align_of(btf, m->type);
type              892 tools/lib/bpf/btf_dump.c 		align = packed ? 1 : btf_align_of(d->btf, m->type);
type              896 tools/lib/bpf/btf_dump.c 		btf_dump_emit_type_decl(d, m->type, fname, lvl + 1);
type              902 tools/lib/bpf/btf_dump.c 			m_sz = max(0, btf__resolve_size(d->btf, m->type));
type              979 tools/lib/bpf/btf_dump.c 	btf_dump_emit_type_decl(d, t->type, name, lvl);
type             1075 tools/lib/bpf/btf_dump.c 			id = t->type;
type             1078 tools/lib/bpf/btf_dump.c 			id = btf_array(t)->type;
type             1292 tools/lib/bpf/btf_dump.c 			if (vlen == 1 && p->type == 0) {
type             1302 tools/lib/bpf/btf_dump.c 				if (i == vlen - 1 && p->type == 0) {
type             1308 tools/lib/bpf/btf_dump.c 				btf_dump_emit_type_decl(d, p->type, name, lvl);
type              162 tools/lib/bpf/libbpf.c 	enum bpf_prog_type type;
type              169 tools/lib/bpf/libbpf.c 		} type;
type              397 tools/lib/bpf/libbpf.c 	prog->type = BPF_PROG_TYPE_UNSPEC;
type              664 tools/lib/bpf/libbpf.c static bool bpf_map_type__is_map_in_map(enum bpf_map_type type)
type              666 tools/lib/bpf/libbpf.c 	if (type == BPF_MAP_TYPE_ARRAY_OF_MAPS ||
type              667 tools/lib/bpf/libbpf.c 	    type == BPF_MAP_TYPE_HASH_OF_MAPS)
type              813 tools/lib/bpf/libbpf.c bpf_object__init_internal_map(struct bpf_object *obj, enum libbpf_map_type type,
type              824 tools/lib/bpf/libbpf.c 	map->libbpf_type = type;
type              828 tools/lib/bpf/libbpf.c 		 libbpf_type_to_btf_name[type]);
type              838 tools/lib/bpf/libbpf.c 	def->type = BPF_MAP_TYPE_ARRAY;
type              842 tools/lib/bpf/libbpf.c 	def->map_flags = type == LIBBPF_MAP_RODATA ? BPF_F_RDONLY_PROG : 0;
type             1028 tools/lib/bpf/libbpf.c 			*res_id = t->type;
type             1029 tools/lib/bpf/libbpf.c 		t = btf__type_by_id(btf, t->type);
type             1045 tools/lib/bpf/libbpf.c 	const struct btf_type *t = skip_mods_and_typedefs(btf, m->type, NULL);
type             1056 tools/lib/bpf/libbpf.c 	arr_t = btf__type_by_id(btf, t->type);
type             1059 tools/lib/bpf/libbpf.c 			   map_name, name, t->type);
type             1086 tools/lib/bpf/libbpf.c 	var = btf__type_by_id(obj->btf, vi->type);
type             1111 tools/lib/bpf/libbpf.c 	def = skip_mods_and_typedefs(obj->btf, var->type, NULL);
type             1131 tools/lib/bpf/libbpf.c 	map->def.type = BPF_MAP_TYPE_UNSPEC;
type             1149 tools/lib/bpf/libbpf.c 					       &map->def.type))
type             1152 tools/lib/bpf/libbpf.c 				 map_name, map->def.type);
type             1182 tools/lib/bpf/libbpf.c 			t = btf__type_by_id(obj->btf, m->type);
type             1185 tools/lib/bpf/libbpf.c 					   map_name, m->type);
type             1193 tools/lib/bpf/libbpf.c 			sz = btf__resolve_size(obj->btf, t->type);
type             1196 tools/lib/bpf/libbpf.c 					   map_name, t->type, sz);
type             1200 tools/lib/bpf/libbpf.c 				 map_name, t->type, sz);
type             1207 tools/lib/bpf/libbpf.c 			map->btf_key_type_id = t->type;
type             1225 tools/lib/bpf/libbpf.c 			t = btf__type_by_id(obj->btf, m->type);
type             1228 tools/lib/bpf/libbpf.c 					   map_name, m->type);
type             1236 tools/lib/bpf/libbpf.c 			sz = btf__resolve_size(obj->btf, t->type);
type             1239 tools/lib/bpf/libbpf.c 					   map_name, t->type, sz);
type             1243 tools/lib/bpf/libbpf.c 				 map_name, t->type, sz);
type             1250 tools/lib/bpf/libbpf.c 			map->btf_value_type_id = t->type;
type             1262 tools/lib/bpf/libbpf.c 	if (map->def.type == BPF_MAP_TYPE_UNSPEC) {
type             1405 tools/lib/bpf/libbpf.c 				m->type = v->type;
type             1407 tools/lib/bpf/libbpf.c 				vt = (void *)btf__type_by_id(btf, v->type);
type             1746 tools/lib/bpf/libbpf.c 		enum libbpf_map_type type;
type             1794 tools/lib/bpf/libbpf.c 			prog->reloc_desc[i].type = RELO_CALL;
type             1809 tools/lib/bpf/libbpf.c 			type = bpf_object__section_to_libbpf_map_type(obj, shdr_idx);
type             1810 tools/lib/bpf/libbpf.c 			if (type != LIBBPF_MAP_UNSPEC) {
type             1824 tools/lib/bpf/libbpf.c 				if (maps[map_idx].libbpf_type != type)
type             1826 tools/lib/bpf/libbpf.c 				if (type != LIBBPF_MAP_UNSPEC ||
type             1844 tools/lib/bpf/libbpf.c 			prog->reloc_desc[i].type = type != LIBBPF_MAP_UNSPEC ?
type             1920 tools/lib/bpf/libbpf.c 	map->def.type = info.type;
type             2161 tools/lib/bpf/libbpf.c 		create_attr.map_type = def->type;
type             2165 tools/lib/bpf/libbpf.c 		if (def->type == BPF_MAP_TYPE_PERF_EVENT_ARRAY &&
type             2184 tools/lib/bpf/libbpf.c 		if (bpf_map_type__is_map_in_map(def->type) &&
type             2444 tools/lib/bpf/libbpf.c 			id = m->type;
type             2448 tools/lib/bpf/libbpf.c 			t = skip_mods_and_typedefs(btf, a->type, &id);
type             2604 tools/lib/bpf/libbpf.c 		local_id = btf_array(local_type)->type;
type             2605 tools/lib/bpf/libbpf.c 		targ_id = btf_array(targ_type)->type;
type             2678 tools/lib/bpf/libbpf.c 						      targ_btf, m->type,
type             2691 tools/lib/bpf/libbpf.c 			*next_targ_id = m->type;
type             2693 tools/lib/bpf/libbpf.c 							   local_member->type,
type             2694 tools/lib/bpf/libbpf.c 							   targ_btf, m->type);
type             2753 tools/lib/bpf/libbpf.c 				if (!skip_mods_and_typedefs(targ_btf, a->type,
type             3204 tools/lib/bpf/libbpf.c 	if (relo->type != RELO_CALL)
type             3267 tools/lib/bpf/libbpf.c 		if (prog->reloc_desc[i].type == RELO_LD64 ||
type             3268 tools/lib/bpf/libbpf.c 		    prog->reloc_desc[i].type == RELO_DATA) {
type             3269 tools/lib/bpf/libbpf.c 			bool relo_data = prog->reloc_desc[i].type == RELO_DATA;
type             3289 tools/lib/bpf/libbpf.c 		} else if (prog->reloc_desc[i].type == RELO_CALL) {
type             3377 tools/lib/bpf/libbpf.c 	load_attr.prog_type = prog->type;
type             3562 tools/lib/bpf/libbpf.c static bool bpf_prog_type__needs_kver(enum bpf_prog_type type)
type             3564 tools/lib/bpf/libbpf.c 	switch (type) {
type             4424 tools/lib/bpf/libbpf.c void bpf_program__set_type(struct bpf_program *prog, enum bpf_prog_type type)
type             4426 tools/lib/bpf/libbpf.c 	prog->type = type;
type             4430 tools/lib/bpf/libbpf.c 				 enum bpf_prog_type type)
type             4432 tools/lib/bpf/libbpf.c 	return prog ? (prog->type == type) : false;
type             4459 tools/lib/bpf/libbpf.c 					   enum bpf_attach_type type)
type             4461 tools/lib/bpf/libbpf.c 	prog->expected_attach_type = type;
type             4698 tools/lib/bpf/libbpf.c 	return map->def.type == BPF_MAP_TYPE_PERF_EVENT_ARRAY;
type             4713 tools/lib/bpf/libbpf.c 	if (!bpf_map_type__is_map_in_map(map->def.type)) {
type             4799 tools/lib/bpf/libbpf.c int bpf_prog_load(const char *file, enum bpf_prog_type type,
type             4806 tools/lib/bpf/libbpf.c 	attr.prog_type = type;
type             5026 tools/lib/bpf/libbpf.c 	int type, pfd, err;
type             5028 tools/lib/bpf/libbpf.c 	type = uprobe ? determine_uprobe_perf_type()
type             5030 tools/lib/bpf/libbpf.c 	if (type < 0) {
type             5033 tools/lib/bpf/libbpf.c 			   libbpf_strerror_r(type, errmsg, sizeof(errmsg)));
type             5034 tools/lib/bpf/libbpf.c 		return type;
type             5050 tools/lib/bpf/libbpf.c 	attr.type = type;
type             5166 tools/lib/bpf/libbpf.c 	attr.type = PERF_TYPE_TRACEPOINT;
type             5435 tools/lib/bpf/libbpf.c 	attr.type = PERF_TYPE_SOFTWARE;
type             5488 tools/lib/bpf/libbpf.c 	if (map.type != BPF_MAP_TYPE_PERF_EVENT_ARRAY) {
type             5609 tools/lib/bpf/libbpf.c 	switch (e->type) {
type             5625 tools/lib/bpf/libbpf.c 		pr_warning("unknown perf sample type %d\n", e->type);
type              266 tools/lib/bpf/libbpf.h 				      enum bpf_prog_type type);
type              269 tools/lib/bpf/libbpf.h 				      enum bpf_attach_type type);
type              287 tools/lib/bpf/libbpf.h 	unsigned int type;
type              356 tools/lib/bpf/libbpf.h LIBBPF_API int bpf_prog_load(const char *file, enum bpf_prog_type type,
type               22 tools/lib/bpf/libbpf_internal.h #define BTF_MEMBER_ENC(name, type, bits_offset) (name), (type), (bits_offset)
type               23 tools/lib/bpf/libbpf_internal.h #define BTF_PARAM_ENC(name, type) (name), (type)
type               24 tools/lib/bpf/libbpf_internal.h #define BTF_VAR_SECINFO_ENC(type, offset, size) (type), (offset), (size)
type               49 tools/lib/bpf/nlattr.c 	int type = nla_type(nla);
type               51 tools/lib/bpf/nlattr.c 	if (type < 0 || type > maxtype)
type               54 tools/lib/bpf/nlattr.c 	pt = &policy[type];
type               56 tools/lib/bpf/nlattr.c 	if (pt->type > LIBBPF_NLA_TYPE_MAX)
type               61 tools/lib/bpf/nlattr.c 	else if (pt->type != LIBBPF_NLA_UNSPEC)
type               62 tools/lib/bpf/nlattr.c 		minlen = nla_attr_minlen[pt->type];
type               70 tools/lib/bpf/nlattr.c 	if (pt->type == LIBBPF_NLA_STRING) {
type              112 tools/lib/bpf/nlattr.c 		int type = nla_type(nla);
type              114 tools/lib/bpf/nlattr.c 		if (type > maxtype)
type              123 tools/lib/bpf/nlattr.c 		if (tb[type])
type              125 tools/lib/bpf/nlattr.c 				  "previous attribute is being ignored.\n", type);
type              127 tools/lib/bpf/nlattr.c 		tb[type] = nla;
type              160 tools/lib/bpf/nlattr.c 		[NLMSGERR_ATTR_MSG]	= { .type = LIBBPF_NLA_STRING },
type              161 tools/lib/bpf/nlattr.c 		[NLMSGERR_ATTR_OFFS]	= { .type = LIBBPF_NLA_U32 },
type               43 tools/lib/bpf/nlattr.h 	uint16_t	type;
type              101 tools/lib/subcmd/parse-options.c 		switch (opt->type) {
type              154 tools/lib/subcmd/parse-options.c 		switch (opt->type) {
type              185 tools/lib/subcmd/parse-options.c 	switch (opt->type) {
type              345 tools/lib/subcmd/parse-options.c 	for (; options->type != OPTION_END; options++) {
type              371 tools/lib/subcmd/parse-options.c 	for (; options->type != OPTION_END; options++) {
type              379 tools/lib/subcmd/parse-options.c 		if (options->type == OPTION_ARGUMENT) {
type              483 tools/lib/subcmd/parse-options.c 	for (; options->type != OPTION_END; options++) {
type              657 tools/lib/subcmd/parse-options.c 		while (options->type != OPTION_END) {
type              698 tools/lib/subcmd/parse-options.c 	if (opts->type == OPTION_GROUP) {
type              720 tools/lib/subcmd/parse-options.c 	switch (opts->type) {
type              810 tools/lib/subcmd/parse-options.c 	for (o = opts; o->type != OPTION_END; o++)
type              881 tools/lib/subcmd/parse-options.c 	if (opts->type != OPTION_GROUP)
type              888 tools/lib/subcmd/parse-options.c 	for (  ; opts->type != OPTION_END; opts++) {
type              944 tools/lib/subcmd/parse-options.c 	for (  ; opts->type != OPTION_END; opts++) {
type              993 tools/lib/subcmd/parse-options.c 	for (; opts->type != OPTION_END; opts++) {
type              102 tools/lib/subcmd/parse-options.h 	enum parse_opt_type type;
type              118 tools/lib/subcmd/parse-options.h #define check_vtype(v, type) ( BUILD_BUG_ON_ZERO(!__builtin_types_compatible_p(typeof(v), type)) + v )
type              120 tools/lib/subcmd/parse-options.h #define OPT_END()                   { .type = OPTION_END }
type              121 tools/lib/subcmd/parse-options.h #define OPT_PARENT(p)               { .type = OPTION_END, .parent = (p) }
type              122 tools/lib/subcmd/parse-options.h #define OPT_ARGUMENT(l, h)          { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) }
type              123 tools/lib/subcmd/parse-options.h #define OPT_GROUP(h)                { .type = OPTION_GROUP, .help = (h) }
type              124 tools/lib/subcmd/parse-options.h #define OPT_BIT(s, l, v, h, b)      { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b) }
type              125 tools/lib/subcmd/parse-options.h #define OPT_BOOLEAN(s, l, v, h)     { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h) }
type              126 tools/lib/subcmd/parse-options.h #define OPT_BOOLEAN_FLAG(s, l, v, h, f)     { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h), .flags = (f) }
type              128 tools/lib/subcmd/parse-options.h 	{ .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), \
type              131 tools/lib/subcmd/parse-options.h #define OPT_INCR(s, l, v, h)        { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }
type              132 tools/lib/subcmd/parse-options.h #define OPT_SET_UINT(s, l, v, h, i)  { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h), .defval = (i) }
type              133 tools/lib/subcmd/parse-options.h #define OPT_SET_PTR(s, l, v, h, p)  { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), .value = (v), .help = (h), .defval = (p) }
type              134 tools/lib/subcmd/parse-options.h #define OPT_INTEGER(s, l, v, h)     { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }
type              135 tools/lib/subcmd/parse-options.h #define OPT_UINTEGER(s, l, v, h)    { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h) }
type              136 tools/lib/subcmd/parse-options.h #define OPT_LONG(s, l, v, h)        { .type = OPTION_LONG, .short_name = (s), .long_name = (l), .value = check_vtype(v, long *), .help = (h) }
type              137 tools/lib/subcmd/parse-options.h #define OPT_ULONG(s, l, v, h)        { .type = OPTION_ULONG, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned long *), .help = (h) }
type              138 tools/lib/subcmd/parse-options.h #define OPT_U64(s, l, v, h)         { .type = OPTION_U64, .short_name = (s), .long_name = (l), .value = check_vtype(v, u64 *), .help = (h) }
type              139 tools/lib/subcmd/parse-options.h #define OPT_STRING(s, l, v, a, h)   { .type = OPTION_STRING,  .short_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h) }
type              141 tools/lib/subcmd/parse-options.h 	{ .type = OPTION_STRING,  .short_name = (s), .long_name = (l), \
type              145 tools/lib/subcmd/parse-options.h 	{ .type = OPTION_STRING, .short_name = (s), .long_name = (l), \
type              149 tools/lib/subcmd/parse-options.h #define OPT_STRING_NOEMPTY(s, l, v, a, h)   { .type = OPTION_STRING,  .short_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h), .flags = PARSE_OPT_NOEMPTY}
type              151 tools/lib/subcmd/parse-options.h 	{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .help = (h), .callback = parse_opt_approxidate_cb }
type              153 tools/lib/subcmd/parse-options.h 	{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help = (h), .callback = (f) }
type              155 tools/lib/subcmd/parse-options.h 	{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help = (h), .callback = (f), .flags = PARSE_OPT_NOARG }
type              157 tools/lib/subcmd/parse-options.h 	{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help = (h), .callback = (f), .defval = (intptr_t)d, .flags = PARSE_OPT_LASTARG_DEFAULT }
type              159 tools/lib/subcmd/parse-options.h 	{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l),\
type              163 tools/lib/subcmd/parse-options.h 	{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), \
type                6 tools/lib/symbol/kallsyms.c u8 kallsyms2elf_type(char type)
type                8 tools/lib/symbol/kallsyms.c 	type = tolower(type);
type                9 tools/lib/symbol/kallsyms.c 	return (type == 't' || type == 'w') ? STT_FUNC : STT_OBJECT;
type               33 tools/lib/symbol/kallsyms.c 					  char type, u64 start))
type               13 tools/lib/symbol/kallsyms.h static inline u8 kallsyms2elf_binding(char type)
type               15 tools/lib/symbol/kallsyms.h 	if (type == 'W')
type               18 tools/lib/symbol/kallsyms.h 	return isupper(type) ? STB_GLOBAL : STB_LOCAL;
type               23 tools/lib/symbol/kallsyms.h u8 kallsyms2elf_type(char type);
type               29 tools/lib/symbol/kallsyms.h 					  char type, u64 start));
type               85 tools/lib/traceevent/event-parse.c 	enum tep_func_arg_type	type;
type              844 tools/lib/traceevent/event-parse.c static int event_item_type(enum tep_event_type type)
type              846 tools/lib/traceevent/event-parse.c 	switch (type) {
type              875 tools/lib/traceevent/event-parse.c 	switch (arg->type) {
type              902 tools/lib/traceevent/event-parse.c 		free(arg->typecast.type);
type             1010 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             1019 tools/lib/traceevent/event-parse.c 	type = get_type(ch);
type             1020 tools/lib/traceevent/event-parse.c 	if (type == TEP_EVENT_NONE)
type             1021 tools/lib/traceevent/event-parse.c 		return type;
type             1025 tools/lib/traceevent/event-parse.c 	switch (type) {
type             1031 tools/lib/traceevent/event-parse.c 		return type;
type             1068 tools/lib/traceevent/event-parse.c 		return type;
type             1106 tools/lib/traceevent/event-parse.c 		if (type == TEP_EVENT_DQUOTE) {
type             1125 tools/lib/traceevent/event-parse.c 	while (get_type(__peek_char()) == type) {
type             1143 tools/lib/traceevent/event-parse.c 	if (type == TEP_EVENT_ITEM) {
type             1167 tools/lib/traceevent/event-parse.c 	return type;
type             1175 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             1184 tools/lib/traceevent/event-parse.c 	type = __read_token(tok);
type             1191 tools/lib/traceevent/event-parse.c 	return type;
type             1202 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             1205 tools/lib/traceevent/event-parse.c 		type = __read_token(tok);
type             1206 tools/lib/traceevent/event-parse.c 		if (type != TEP_EVENT_SPACE)
type             1207 tools/lib/traceevent/event-parse.c 			return type;
type             1243 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             1246 tools/lib/traceevent/event-parse.c 		type = __read_token(tok);
type             1247 tools/lib/traceevent/event-parse.c 		if (type != TEP_EVENT_SPACE && type != TEP_EVENT_NEWLINE)
type             1248 tools/lib/traceevent/event-parse.c 			return type;
type             1258 tools/lib/traceevent/event-parse.c static int test_type(enum tep_event_type type, enum tep_event_type expect)
type             1260 tools/lib/traceevent/event-parse.c 	if (type != expect) {
type             1262 tools/lib/traceevent/event-parse.c 		    expect, type);
type             1268 tools/lib/traceevent/event-parse.c static int test_type_token(enum tep_event_type type, const char *token,
type             1271 tools/lib/traceevent/event-parse.c 	if (type != expect) {
type             1273 tools/lib/traceevent/event-parse.c 		    expect, type);
type             1287 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             1290 tools/lib/traceevent/event-parse.c 		type = read_token(tok);
type             1292 tools/lib/traceevent/event-parse.c 		type = read_token_item(tok);
type             1293 tools/lib/traceevent/event-parse.c 	return test_type(type, expect);
type             1304 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             1309 tools/lib/traceevent/event-parse.c 		type = read_token(&token);
type             1311 tools/lib/traceevent/event-parse.c 		type = read_token_item(&token);
type             1313 tools/lib/traceevent/event-parse.c 	ret = test_type_token(type, token, expect, str);
type             1376 tools/lib/traceevent/event-parse.c 	    (strstr(field->type, "char") || strstr(field->type, "u8") ||
type             1377 tools/lib/traceevent/event-parse.c 	     strstr(field->type, "s8")))
type             1385 tools/lib/traceevent/event-parse.c 	if (strncmp(field->type, "__data_loc", 10) == 0)
type             1394 tools/lib/traceevent/event-parse.c 	if (strstr(field->type, "long"))
type             1404 tools/lib/traceevent/event-parse.c 		const char *type;
type             1420 tools/lib/traceevent/event-parse.c 	for (i = 0; table[i].type; i++) {
type             1421 tools/lib/traceevent/event-parse.c 		if (!strcmp(table[i].type, name))
type             1431 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             1439 tools/lib/traceevent/event-parse.c 		type = read_token(&token);
type             1440 tools/lib/traceevent/event-parse.c 		if (type == TEP_EVENT_NEWLINE) {
type             1447 tools/lib/traceevent/event-parse.c 		if (test_type_token(type, token, TEP_EVENT_ITEM, "field"))
type             1451 tools/lib/traceevent/event-parse.c 		type = read_token(&token);
type             1457 tools/lib/traceevent/event-parse.c 		    type == TEP_EVENT_ITEM && strcmp(token, "special") == 0) {
type             1459 tools/lib/traceevent/event-parse.c 			type = read_token(&token);
type             1462 tools/lib/traceevent/event-parse.c 		if (test_type_token(type, token, TEP_EVENT_OP, ":") < 0)
type             1479 tools/lib/traceevent/event-parse.c 			type = read_token(&token);
type             1480 tools/lib/traceevent/event-parse.c 			if (type == TEP_EVENT_ITEM ||
type             1481 tools/lib/traceevent/event-parse.c 			    (type == TEP_EVENT_OP && strcmp(token, "*") == 0) ||
type             1487 tools/lib/traceevent/event-parse.c 			     type == TEP_EVENT_OP && strcmp(token, ".") == 0)) {
type             1492 tools/lib/traceevent/event-parse.c 				if (field->type) {
type             1494 tools/lib/traceevent/event-parse.c 					new_type = realloc(field->type,
type             1495 tools/lib/traceevent/event-parse.c 							   strlen(field->type) +
type             1501 tools/lib/traceevent/event-parse.c 					field->type = new_type;
type             1502 tools/lib/traceevent/event-parse.c 					strcat(field->type, " ");
type             1503 tools/lib/traceevent/event-parse.c 					strcat(field->type, last_token);
type             1506 tools/lib/traceevent/event-parse.c 					field->type = last_token;
type             1514 tools/lib/traceevent/event-parse.c 		if (!field->type) {
type             1520 tools/lib/traceevent/event-parse.c 		if (test_type(type, TEP_EVENT_OP))
type             1524 tools/lib/traceevent/event-parse.c 			enum tep_event_type last_type = type;
type             1531 tools/lib/traceevent/event-parse.c 			type = read_token(&token);
type             1533 tools/lib/traceevent/event-parse.c 			if (type == TEP_EVENT_ITEM)
type             1540 tools/lib/traceevent/event-parse.c 				    type == TEP_EVENT_ITEM)
type             1544 tools/lib/traceevent/event-parse.c 				last_type = type;
type             1560 tools/lib/traceevent/event-parse.c 				type = read_token(&token);
type             1561 tools/lib/traceevent/event-parse.c 				if (type == TEP_EVENT_NONE) {
type             1579 tools/lib/traceevent/event-parse.c 			type = read_token(&token);
type             1584 tools/lib/traceevent/event-parse.c 			if (type == TEP_EVENT_ITEM) {
type             1586 tools/lib/traceevent/event-parse.c 				new_type = realloc(field->type,
type             1587 tools/lib/traceevent/event-parse.c 						   strlen(field->type) +
type             1594 tools/lib/traceevent/event-parse.c 				field->type = new_type;
type             1595 tools/lib/traceevent/event-parse.c 				strcat(field->type, " ");
type             1596 tools/lib/traceevent/event-parse.c 				strcat(field->type, field->name);
type             1599 tools/lib/traceevent/event-parse.c 				strcat(field->type, brackets);
type             1601 tools/lib/traceevent/event-parse.c 				type = read_token(&token);
type             1604 tools/lib/traceevent/event-parse.c 				new_type = realloc(field->type,
type             1605 tools/lib/traceevent/event-parse.c 						   strlen(field->type) +
type             1611 tools/lib/traceevent/event-parse.c 				field->type = new_type;
type             1612 tools/lib/traceevent/event-parse.c 				strcat(field->type, brackets);
type             1624 tools/lib/traceevent/event-parse.c 		if (test_type_token(type, token,  TEP_EVENT_OP, ";"))
type             1656 tools/lib/traceevent/event-parse.c 		type = read_token(&token);
type             1657 tools/lib/traceevent/event-parse.c 		if (type != TEP_EVENT_NEWLINE) {
type             1659 tools/lib/traceevent/event-parse.c 			if (test_type_token(type, token, TEP_EVENT_ITEM, "signed"))
type             1708 tools/lib/traceevent/event-parse.c 		free(field->type);
type             1749 tools/lib/traceevent/event-parse.c 		  char **tok, enum tep_event_type type);
type             1754 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             1757 tools/lib/traceevent/event-parse.c 	type = read_token(&token);
type             1760 tools/lib/traceevent/event-parse.c 	return process_arg_token(event, arg, tok, type);
type             1773 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             1775 tools/lib/traceevent/event-parse.c 	type = process_arg(event, arg, tok);
type             1777 tools/lib/traceevent/event-parse.c 	while (type == TEP_EVENT_OP) {
type             1778 tools/lib/traceevent/event-parse.c 		type = process_op(event, arg, tok);
type             1781 tools/lib/traceevent/event-parse.c 	return type;
type             1788 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             1803 tools/lib/traceevent/event-parse.c 	arg->type = TEP_PRINT_OP;
type             1808 tools/lib/traceevent/event-parse.c 	type = process_arg(event, left, &token);
type             1811 tools/lib/traceevent/event-parse.c 	if (type == TEP_EVENT_ERROR)
type             1815 tools/lib/traceevent/event-parse.c 	if (type == TEP_EVENT_OP && strcmp(token, ":") != 0) {
type             1816 tools/lib/traceevent/event-parse.c 		type = process_op(event, left, &token);
type             1820 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_OP, ":"))
type             1825 tools/lib/traceevent/event-parse.c 	type = process_arg(event, right, &token);
type             1830 tools/lib/traceevent/event-parse.c 	return type;
type             1844 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             1856 tools/lib/traceevent/event-parse.c 	type = process_arg(event, arg, &token);
type             1857 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_OP, "]"))
type             1863 tools/lib/traceevent/event-parse.c 	type = read_token_item(&token);
type             1866 tools/lib/traceevent/event-parse.c 	return type;
type             1933 tools/lib/traceevent/event-parse.c 	if (!arg->op.left || arg->op.left->type == TEP_PRINT_NULL)
type             1946 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             1952 tools/lib/traceevent/event-parse.c 	if (arg->type == TEP_PRINT_OP && !arg->op.left) {
type             1975 tools/lib/traceevent/event-parse.c 		left->type = TEP_PRINT_NULL;
type             1986 tools/lib/traceevent/event-parse.c 		type = process_arg(event, right, tok);
type             1997 tools/lib/traceevent/event-parse.c 		arg->type = TEP_PRINT_OP;
type             2003 tools/lib/traceevent/event-parse.c 		type = process_cond(event, arg, tok);
type             2031 tools/lib/traceevent/event-parse.c 		arg->type = TEP_PRINT_OP;
type             2043 tools/lib/traceevent/event-parse.c 		type = read_token_item(&token);
type             2048 tools/lib/traceevent/event-parse.c 		    type == TEP_EVENT_DELIM && (strcmp(token, ")") == 0)) {
type             2051 tools/lib/traceevent/event-parse.c 			if (left->type != TEP_PRINT_ATOM) {
type             2066 tools/lib/traceevent/event-parse.c 			return type;
type             2073 tools/lib/traceevent/event-parse.c 		type = process_arg_token(event, right, tok, type);
type             2074 tools/lib/traceevent/event-parse.c 		if (type == TEP_EVENT_ERROR) {
type             2081 tools/lib/traceevent/event-parse.c 		if (right->type == TEP_PRINT_OP &&
type             2105 tools/lib/traceevent/event-parse.c 		arg->type = TEP_PRINT_OP;
type             2112 tools/lib/traceevent/event-parse.c 		type = process_array(event, arg, tok);
type             2121 tools/lib/traceevent/event-parse.c 	if (type == TEP_EVENT_OP && strcmp(*tok, ":") != 0) {
type             2133 tools/lib/traceevent/event-parse.c 	return type;
type             2147 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             2158 tools/lib/traceevent/event-parse.c 	arg->type = TEP_PRINT_FIELD;
type             2171 tools/lib/traceevent/event-parse.c 	type = read_token(&token);
type             2174 tools/lib/traceevent/event-parse.c 	return type;
type             2187 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             2198 tools/lib/traceevent/event-parse.c 	type = process_arg(event, field, &token);
type             2200 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_DELIM, next_token)) {
type             2218 tools/lib/traceevent/event-parse.c eval_type_str(unsigned long long val, const char *type, int pointer)
type             2224 tools/lib/traceevent/event-parse.c 	len = strlen(type);
type             2228 tools/lib/traceevent/event-parse.c 		if (type[len-1] != '*') {
type             2238 tools/lib/traceevent/event-parse.c 		memcpy(ref, type, len);
type             2249 tools/lib/traceevent/event-parse.c 	if (type[len - 1] == '*')
type             2253 tools/lib/traceevent/event-parse.c 	if (strncmp(type, "struct", 6) == 0)
type             2257 tools/lib/traceevent/event-parse.c 	if (strcmp(type, "u8") == 0)
type             2260 tools/lib/traceevent/event-parse.c 	if (strcmp(type, "u16") == 0)
type             2263 tools/lib/traceevent/event-parse.c 	if (strcmp(type, "u32") == 0)
type             2266 tools/lib/traceevent/event-parse.c 	if (strcmp(type, "u64") == 0 ||
type             2267 tools/lib/traceevent/event-parse.c 	    strcmp(type, "s64") == 0)
type             2270 tools/lib/traceevent/event-parse.c 	if (strcmp(type, "s8") == 0)
type             2273 tools/lib/traceevent/event-parse.c 	if (strcmp(type, "s16") == 0)
type             2276 tools/lib/traceevent/event-parse.c 	if (strcmp(type, "s32") == 0)
type             2279 tools/lib/traceevent/event-parse.c 	if (strncmp(type, "unsigned ", 9) == 0) {
type             2281 tools/lib/traceevent/event-parse.c 		type += 9;
type             2284 tools/lib/traceevent/event-parse.c 	if (strcmp(type, "char") == 0) {
type             2291 tools/lib/traceevent/event-parse.c 	if (strcmp(type, "short") == 0) {
type             2298 tools/lib/traceevent/event-parse.c 	if (strcmp(type, "int") == 0) {
type             2314 tools/lib/traceevent/event-parse.c 	if (arg->type != TEP_PRINT_TYPE) {
type             2319 tools/lib/traceevent/event-parse.c 	return eval_type_str(val, arg->typecast.type, pointer);
type             2327 tools/lib/traceevent/event-parse.c 	switch (arg->type) {
type             2440 tools/lib/traceevent/event-parse.c 			if (arg->op.left->type == TEP_PRINT_NULL)
type             2452 tools/lib/traceevent/event-parse.c 			if (arg->op.left->type == TEP_PRINT_NULL)
type             2481 tools/lib/traceevent/event-parse.c 		do_warning("invalid eval type %d", arg->type);
type             2493 tools/lib/traceevent/event-parse.c 	switch (arg->type) {
type             2510 tools/lib/traceevent/event-parse.c 		do_warning("invalid eval type %d", arg->type);
type             2520 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             2528 tools/lib/traceevent/event-parse.c 		type = read_token_item(&token);
type             2529 tools/lib/traceevent/event-parse.c 		if (test_type_token(type, token, TEP_EVENT_OP, "{"))
type             2537 tools/lib/traceevent/event-parse.c 		type = process_arg(event, arg, &token);
type             2539 tools/lib/traceevent/event-parse.c 		if (type == TEP_EVENT_OP)
type             2540 tools/lib/traceevent/event-parse.c 			type = process_op(event, arg, &token);
type             2542 tools/lib/traceevent/event-parse.c 		if (type == TEP_EVENT_ERROR)
type             2545 tools/lib/traceevent/event-parse.c 		if (test_type_token(type, token, TEP_EVENT_DELIM, ","))
type             2565 tools/lib/traceevent/event-parse.c 		type = process_arg(event, arg, &token);
type             2566 tools/lib/traceevent/event-parse.c 		if (test_type_token(type, token, TEP_EVENT_OP, "}"))
type             2582 tools/lib/traceevent/event-parse.c 		type = read_token_item(&token);
type             2583 tools/lib/traceevent/event-parse.c 	} while (type == TEP_EVENT_DELIM && strcmp(token, ",") == 0);
type             2586 tools/lib/traceevent/event-parse.c 	return type;
type             2602 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             2606 tools/lib/traceevent/event-parse.c 	arg->type = TEP_PRINT_FLAGS;
type             2614 tools/lib/traceevent/event-parse.c 	type = process_field_arg(event, field, &token);
type             2617 tools/lib/traceevent/event-parse.c 	while (type == TEP_EVENT_OP)
type             2618 tools/lib/traceevent/event-parse.c 		type = process_op(event, field, &token);
type             2620 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_DELIM, ","))
type             2626 tools/lib/traceevent/event-parse.c 	type = read_token_item(&token);
type             2627 tools/lib/traceevent/event-parse.c 	if (event_item_type(type)) {
type             2629 tools/lib/traceevent/event-parse.c 		type = read_token_item(&token);
type             2632 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_DELIM, ","))
type             2635 tools/lib/traceevent/event-parse.c 	type = process_fields(event, &arg->flags.flags, &token);
type             2636 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_DELIM, ")"))
type             2640 tools/lib/traceevent/event-parse.c 	type = read_token_item(tok);
type             2641 tools/lib/traceevent/event-parse.c 	return type;
type             2655 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             2659 tools/lib/traceevent/event-parse.c 	arg->type = TEP_PRINT_SYMBOL;
type             2667 tools/lib/traceevent/event-parse.c 	type = process_field_arg(event, field, &token);
type             2669 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_DELIM, ","))
type             2674 tools/lib/traceevent/event-parse.c 	type = process_fields(event, &arg->symbol.symbols, &token);
type             2675 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_DELIM, ")"))
type             2679 tools/lib/traceevent/event-parse.c 	type = read_token_item(tok);
type             2680 tools/lib/traceevent/event-parse.c 	return type;
type             2692 tools/lib/traceevent/event-parse.c 		   char **tok, enum tep_print_arg_type type)
type             2695 tools/lib/traceevent/event-parse.c 	arg->type = type;
type             2730 tools/lib/traceevent/event-parse.c 	arg->type = TEP_PRINT_INT_ARRAY;
type             2758 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             2762 tools/lib/traceevent/event-parse.c 	arg->type = TEP_PRINT_DYNAMIC_ARRAY;
type             2768 tools/lib/traceevent/event-parse.c 	type = read_token(&token);
type             2770 tools/lib/traceevent/event-parse.c 	if (type != TEP_EVENT_ITEM)
type             2786 tools/lib/traceevent/event-parse.c 	type = read_token_item(&token);
type             2788 tools/lib/traceevent/event-parse.c 	if (type != TEP_EVENT_OP || strcmp(token, "[") != 0)
type             2789 tools/lib/traceevent/event-parse.c 		return type;
type             2799 tools/lib/traceevent/event-parse.c 	type = process_arg(event, arg, &token);
type             2800 tools/lib/traceevent/event-parse.c 	if (type == TEP_EVENT_ERROR)
type             2803 tools/lib/traceevent/event-parse.c 	if (!test_type_token(type, token, TEP_EVENT_OP, "]"))
type             2807 tools/lib/traceevent/event-parse.c 	type = read_token_item(tok);
type             2808 tools/lib/traceevent/event-parse.c 	return type;
type             2823 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             2829 tools/lib/traceevent/event-parse.c 	arg->type = TEP_PRINT_DYNAMIC_ARRAY_LEN;
type             2842 tools/lib/traceevent/event-parse.c 	type = read_token(&token);
type             2845 tools/lib/traceevent/event-parse.c 	return type;
type             2858 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             2861 tools/lib/traceevent/event-parse.c 	type = process_arg(event, arg, &token);
type             2863 tools/lib/traceevent/event-parse.c 	if (type == TEP_EVENT_ERROR)
type             2866 tools/lib/traceevent/event-parse.c 	if (type == TEP_EVENT_OP)
type             2867 tools/lib/traceevent/event-parse.c 		type = process_op(event, arg, &token);
type             2869 tools/lib/traceevent/event-parse.c 	if (type == TEP_EVENT_ERROR)
type             2872 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_DELIM, ")"))
type             2876 tools/lib/traceevent/event-parse.c 	type = read_token_item(&token);
type             2882 tools/lib/traceevent/event-parse.c 	if (event_item_type(type) ||
type             2883 tools/lib/traceevent/event-parse.c 	    (type == TEP_EVENT_DELIM && strcmp(token, "(") == 0)) {
type             2888 tools/lib/traceevent/event-parse.c 		if (arg->type != TEP_PRINT_ATOM) {
type             2900 tools/lib/traceevent/event-parse.c 		arg->type = TEP_PRINT_TYPE;
type             2901 tools/lib/traceevent/event-parse.c 		arg->typecast.type = arg->atom.atom;
type             2903 tools/lib/traceevent/event-parse.c 		type = process_arg_token(event, item_arg, &token, type);
type             2908 tools/lib/traceevent/event-parse.c 	return type;
type             2921 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             2927 tools/lib/traceevent/event-parse.c 	arg->type = TEP_PRINT_STRING;
type             2934 tools/lib/traceevent/event-parse.c 	type = read_token(&token);
type             2937 tools/lib/traceevent/event-parse.c 	return type;
type             2950 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             2956 tools/lib/traceevent/event-parse.c 	arg->type = TEP_PRINT_BITMASK;
type             2963 tools/lib/traceevent/event-parse.c 	type = read_token(&token);
type             2966 tools/lib/traceevent/event-parse.c 	return type;
type             3013 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             3017 tools/lib/traceevent/event-parse.c 	arg->type = TEP_PRINT_FUNC;
type             3031 tools/lib/traceevent/event-parse.c 		type = process_arg(event, farg, &token);
type             3033 tools/lib/traceevent/event-parse.c 			if (type != TEP_EVENT_DELIM || strcmp(token, ",") != 0) {
type             3041 tools/lib/traceevent/event-parse.c 			if (type != TEP_EVENT_DELIM || strcmp(token, ")") != 0) {
type             3054 tools/lib/traceevent/event-parse.c 	type = read_token(&token);
type             3057 tools/lib/traceevent/event-parse.c 	return type;
type             3123 tools/lib/traceevent/event-parse.c 		  char **tok, enum tep_event_type type)
type             3130 tools/lib/traceevent/event-parse.c 	switch (type) {
type             3134 tools/lib/traceevent/event-parse.c 			type = process_entry(event, arg, &token);
type             3139 tools/lib/traceevent/event-parse.c 		type = read_token_item(&token);
type             3145 tools/lib/traceevent/event-parse.c 		if (type == TEP_EVENT_DELIM && strcmp(token, "(") == 0) {
type             3149 tools/lib/traceevent/event-parse.c 			type = process_function(event, arg, atom, &token);
type             3153 tools/lib/traceevent/event-parse.c 		while (type == TEP_EVENT_ITEM) {
type             3167 tools/lib/traceevent/event-parse.c 			type = read_token_item(&token);
type             3170 tools/lib/traceevent/event-parse.c 		arg->type = TEP_PRINT_ATOM;
type             3176 tools/lib/traceevent/event-parse.c 		arg->type = TEP_PRINT_ATOM;
type             3178 tools/lib/traceevent/event-parse.c 		type = read_token_item(&token);
type             3183 tools/lib/traceevent/event-parse.c 			type = process_paren(event, arg, &token);
type             3188 tools/lib/traceevent/event-parse.c 		arg->type = TEP_PRINT_OP;
type             3191 tools/lib/traceevent/event-parse.c 		type = process_op(event, arg, &token);
type             3194 tools/lib/traceevent/event-parse.c 		if (type == TEP_EVENT_ERROR)
type             3202 tools/lib/traceevent/event-parse.c 		do_warning_event(event, "unexpected type %d", type);
type             3207 tools/lib/traceevent/event-parse.c 	return type;
type             3212 tools/lib/traceevent/event-parse.c 	enum tep_event_type type = TEP_EVENT_ERROR;
type             3218 tools/lib/traceevent/event-parse.c 		if (type == TEP_EVENT_NEWLINE) {
type             3219 tools/lib/traceevent/event-parse.c 			type = read_token_item(&token);
type             3230 tools/lib/traceevent/event-parse.c 		type = process_arg(event, arg, &token);
type             3232 tools/lib/traceevent/event-parse.c 		if (type == TEP_EVENT_ERROR) {
type             3241 tools/lib/traceevent/event-parse.c 		if (type == TEP_EVENT_OP) {
type             3242 tools/lib/traceevent/event-parse.c 			type = process_op(event, arg, &token);
type             3244 tools/lib/traceevent/event-parse.c 			if (type == TEP_EVENT_ERROR) {
type             3253 tools/lib/traceevent/event-parse.c 		if (type == TEP_EVENT_DELIM && strcmp(token, ",") == 0) {
type             3260 tools/lib/traceevent/event-parse.c 	} while (type != TEP_EVENT_NONE);
type             3262 tools/lib/traceevent/event-parse.c 	if (type != TEP_EVENT_NONE && type != TEP_EVENT_ERROR)
type             3270 tools/lib/traceevent/event-parse.c 	enum tep_event_type type;
type             3291 tools/lib/traceevent/event-parse.c 	type = read_token_item(&token);
type             3293 tools/lib/traceevent/event-parse.c 	if (type == TEP_EVENT_NONE)
type             3297 tools/lib/traceevent/event-parse.c 	if (type == TEP_EVENT_DQUOTE) {
type             3309 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_DELIM, ","))
type             3449 tools/lib/traceevent/event-parse.c 			   const char *type, int *offset, int *size)
type             3464 tools/lib/traceevent/event-parse.c 	field = tep_find_common_field(event, type);
type             3609 tools/lib/traceevent/event-parse.c 	switch (arg->type) {
type             3656 tools/lib/traceevent/event-parse.c 			while (larg->type == TEP_PRINT_TYPE) {
type             3665 tools/lib/traceevent/event-parse.c 			switch (larg->type) {
type             3953 tools/lib/traceevent/event-parse.c 	switch (arg->type) {
type             4054 tools/lib/traceevent/event-parse.c 		if (arg->hex.field->type == TEP_PRINT_DYNAMIC_ARRAY) {
type             4073 tools/lib/traceevent/event-parse.c 			if (i && arg->type == TEP_PRINT_HEX)
type             4083 tools/lib/traceevent/event-parse.c 		if (arg->int_array.field->type == TEP_PRINT_DYNAMIC_ARRAY) {
type             4222 tools/lib/traceevent/event-parse.c 		switch (param->type) {
type             4332 tools/lib/traceevent/event-parse.c 	arg->type = TEP_PRINT_ATOM;
type             4431 tools/lib/traceevent/event-parse.c 				arg->type = TEP_PRINT_ATOM;
type             4455 tools/lib/traceevent/event-parse.c 				arg->type = TEP_PRINT_BSTRING;
type             4517 tools/lib/traceevent/event-parse.c 	if (arg->type == TEP_PRINT_FUNC) {
type             4522 tools/lib/traceevent/event-parse.c 	if (arg->type != TEP_PRINT_FIELD) {
type             4524 tools/lib/traceevent/event-parse.c 				 arg->type);
type             4670 tools/lib/traceevent/event-parse.c 	if (arg->type == TEP_PRINT_FUNC) {
type             4675 tools/lib/traceevent/event-parse.c 	if (arg->type != TEP_PRINT_FIELD) {
type             4676 tools/lib/traceevent/event-parse.c 		trace_seq_printf(s, "ARG TYPE NOT FIELD BUT %d", arg->type);
type             4716 tools/lib/traceevent/event-parse.c 	if (arg->type == TEP_PRINT_FUNC) {
type             4721 tools/lib/traceevent/event-parse.c 	if (arg->type != TEP_PRINT_FIELD) {
type             4722 tools/lib/traceevent/event-parse.c 		trace_seq_printf(s, "ARG TYPE NOT FIELD BUT %d", arg->type);
type             4774 tools/lib/traceevent/event-parse.c 	if (arg->type == TEP_PRINT_FUNC) {
type             4779 tools/lib/traceevent/event-parse.c 	if (arg->type != TEP_PRINT_FIELD) {
type             4780 tools/lib/traceevent/event-parse.c 		trace_seq_printf(s, "ARG TYPE NOT FIELD BUT %d", arg->type);
type             5055 tools/lib/traceevent/event-parse.c 				if (arg->type == TEP_PRINT_BSTRING) {
type             5495 tools/lib/traceevent/event-parse.c 	int type;
type             5502 tools/lib/traceevent/event-parse.c 	type = trace_parse_common_type(tep, record->data);
type             5504 tools/lib/traceevent/event-parse.c 	return tep_find_event(tep, type);
type             5549 tools/lib/traceevent/event-parse.c 	} type;
type             5555 tools/lib/traceevent/event-parse.c 			 const char *arg, struct print_event_type *type)
type             5561 tools/lib/traceevent/event-parse.c 		data_latency_format(tep, s, type->format, record);
type             5565 tools/lib/traceevent/event-parse.c 		trace_seq_printf(s, type->format, comm);
type             5567 tools/lib/traceevent/event-parse.c 		print_event_info(s, type->format, true, event, record);
type             5569 tools/lib/traceevent/event-parse.c 		print_event_info(s, type->format, false, event, record);
type             5571 tools/lib/traceevent/event-parse.c 		trace_seq_printf(s, type->format, event->name);
type             5580 tools/lib/traceevent/event-parse.c 		      int arg, struct print_event_type *type)
type             5592 tools/lib/traceevent/event-parse.c 		return print_event_time(tep, s, type->format, event, record);
type             5596 tools/lib/traceevent/event-parse.c 	trace_seq_printf(s, type->format, param);
type             5600 tools/lib/traceevent/event-parse.c 				      struct print_event_type *type)
type             5605 tools/lib/traceevent/event-parse.c 	type->type = EVENT_TYPE_UNKNOWN;
type             5614 tools/lib/traceevent/event-parse.c 			type->type = EVENT_TYPE_INT;
type             5617 tools/lib/traceevent/event-parse.c 			type->type = EVENT_TYPE_STRING;
type             5622 tools/lib/traceevent/event-parse.c 		if (type->type != EVENT_TYPE_UNKNOWN)
type             5625 tools/lib/traceevent/event-parse.c 	memset(type->format, 0, 32);
type             5626 tools/lib/traceevent/event-parse.c 	memcpy(type->format, format, i < 32 ? i : 31);
type             5655 tools/lib/traceevent/event-parse.c 	struct print_event_type type;
type             5674 tools/lib/traceevent/event-parse.c 		memset(&type, 0, sizeof(type));
type             5675 tools/lib/traceevent/event-parse.c 		offset = tep_print_event_param_type(current, &type);
type             5679 tools/lib/traceevent/event-parse.c 		switch (type.type) {
type             5682 tools/lib/traceevent/event-parse.c 				     va_arg(args, char*), &type);
type             5686 tools/lib/traceevent/event-parse.c 				  va_arg(args, int), &type);
type             5861 tools/lib/traceevent/event-parse.c get_event_fields(const char *type, const char *name,
type             5876 tools/lib/traceevent/event-parse.c 				name, type);
type             5884 tools/lib/traceevent/event-parse.c 			name, type);
type             5934 tools/lib/traceevent/event-parse.c 	switch (args->type) {
type             5995 tools/lib/traceevent/event-parse.c 		printf("(%s)", args->typecast.type);
type             6025 tools/lib/traceevent/event-parse.c 	int type;
type             6076 tools/lib/traceevent/event-parse.c 	type = read_token(&token);
type             6077 tools/lib/traceevent/event-parse.c 	if (type != TEP_EVENT_NEWLINE) {
type             6079 tools/lib/traceevent/event-parse.c 		if (type != TEP_EVENT_ITEM)
type             6297 tools/lib/traceevent/event-parse.c 			arg->type = TEP_PRINT_FIELD;
type             6655 tools/lib/traceevent/event-parse.c 	enum tep_func_arg_type type;
type             6688 tools/lib/traceevent/event-parse.c 		type = va_arg(ap, enum tep_func_arg_type);
type             6689 tools/lib/traceevent/event-parse.c 		if (type == TEP_FUNC_ARG_VOID)
type             6692 tools/lib/traceevent/event-parse.c 		if (type >= TEP_FUNC_ARG_MAX_TYPES) {
type             6693 tools/lib/traceevent/event-parse.c 			do_warning("Invalid argument type %d", type);
type             6704 tools/lib/traceevent/event-parse.c 		param->type = type;
type             6944 tools/lib/traceevent/event-parse.c 	free(field->type);
type              147 tools/lib/traceevent/event-parse.h 	char			*type;
type              190 tools/lib/traceevent/event-parse.h 	char 			*type;
type              258 tools/lib/traceevent/event-parse.h 	enum tep_print_arg_type		type;
type              659 tools/lib/traceevent/event-parse.h 	enum tep_filter_value_type	type;
type              667 tools/lib/traceevent/event-parse.h 	enum tep_filter_op_type		type;
type              673 tools/lib/traceevent/event-parse.h 	enum tep_filter_exp_type	type;
type              679 tools/lib/traceevent/event-parse.h 	enum tep_filter_cmp_type	type;
type              685 tools/lib/traceevent/event-parse.h 	enum tep_filter_cmp_type	type;
type              693 tools/lib/traceevent/event-parse.h 	enum tep_filter_arg_type		type;
type              279 tools/lib/traceevent/kbuffer-parse.c 	unsigned int type;
type              288 tools/lib/traceevent/kbuffer-parse.c 	type = type4host(kbuf, type_len_ts);
type              292 tools/lib/traceevent/kbuffer-parse.c 	switch (type) {
type              327 tools/lib/traceevent/kbuffer-parse.c 	return type;
type              332 tools/lib/traceevent/kbuffer-parse.c 	int type;
type              338 tools/lib/traceevent/kbuffer-parse.c 		type = old_update_pointers(kbuf);
type              339 tools/lib/traceevent/kbuffer-parse.c 	} while (type == OLD_RINGBUF_TYPE_TIME_EXTEND || type == OLD_RINGBUF_TYPE_PADDING);
type              450 tools/lib/traceevent/kbuffer-parse.c 	int type;
type              456 tools/lib/traceevent/kbuffer-parse.c 		type = update_pointers(kbuf);
type              457 tools/lib/traceevent/kbuffer-parse.c 	} while (type == KBUFFER_TYPE_TIME_EXTEND || type == KBUFFER_TYPE_PADDING);
type              773 tools/lib/traceevent/kbuffer-parse.c 	info->type = type_len;
type               71 tools/lib/traceevent/kbuffer.h 	int			type;
type               67 tools/lib/traceevent/parse-filter.c 	enum tep_event_type type;
type               72 tools/lib/traceevent/parse-filter.c 		type = tep_read_token(&token);
type               73 tools/lib/traceevent/parse-filter.c 	} while (type == TEP_EVENT_NEWLINE || type == TEP_EVENT_SPACE);
type               93 tools/lib/traceevent/parse-filter.c 	return type;
type              194 tools/lib/traceevent/parse-filter.c 	switch (arg->type) {
type              216 tools/lib/traceevent/parse-filter.c 		if (arg->value.type == TEP_FILTER_STRING ||
type              217 tools/lib/traceevent/parse-filter.c 		    arg->value.type == TEP_FILTER_CHAR)
type              338 tools/lib/traceevent/parse-filter.c 		enum tep_event_type type, struct tep_filter_arg **parg, char *error_str)
type              349 tools/lib/traceevent/parse-filter.c 	switch (type) {
type              353 tools/lib/traceevent/parse-filter.c 		arg->type = TEP_FILTER_ARG_VALUE;
type              354 tools/lib/traceevent/parse-filter.c 		arg->value.type =
type              355 tools/lib/traceevent/parse-filter.c 			type == TEP_EVENT_DQUOTE ? TEP_FILTER_STRING : TEP_FILTER_CHAR;
type              366 tools/lib/traceevent/parse-filter.c 			arg->type = TEP_FILTER_ARG_VALUE;
type              367 tools/lib/traceevent/parse-filter.c 			arg->value.type = TEP_FILTER_NUMBER;
type              381 tools/lib/traceevent/parse-filter.c 				arg->type = TEP_FILTER_ARG_BOOLEAN;
type              386 tools/lib/traceevent/parse-filter.c 		arg->type = TEP_FILTER_ARG_FIELD;
type              407 tools/lib/traceevent/parse-filter.c 	arg->type = TEP_FILTER_ARG_OP;
type              408 tools/lib/traceevent/parse-filter.c 	arg->op.type = btype;
type              422 tools/lib/traceevent/parse-filter.c 	arg->type = TEP_FILTER_ARG_EXP;
type              423 tools/lib/traceevent/parse-filter.c 	arg->exp.type = etype;
type              438 tools/lib/traceevent/parse-filter.c 	arg->type = TEP_FILTER_ARG_NUM;
type              439 tools/lib/traceevent/parse-filter.c 	arg->num.type = ctype;
type              452 tools/lib/traceevent/parse-filter.c 	switch (op->type) {
type              471 tools/lib/traceevent/parse-filter.c 		switch (arg->type) {
type              484 tools/lib/traceevent/parse-filter.c 		switch (arg->value.type) {
type              492 tools/lib/traceevent/parse-filter.c 			    op->num.type != TEP_FILTER_CMP_REGEX &&
type              493 tools/lib/traceevent/parse-filter.c 			    op->num.type != TEP_FILTER_CMP_NOT_REGEX) {
type              494 tools/lib/traceevent/parse-filter.c 				arg->value.type = TEP_FILTER_NUMBER;
type              501 tools/lib/traceevent/parse-filter.c 			op_type = op->num.type;
type              512 tools/lib/traceevent/parse-filter.c 			if (left->type == TEP_FILTER_ARG_BOOLEAN) {
type              515 tools/lib/traceevent/parse-filter.c 				op->type = TEP_FILTER_ARG_BOOLEAN;
type              521 tools/lib/traceevent/parse-filter.c 			if (left->type != TEP_FILTER_ARG_FIELD) {
type              552 tools/lib/traceevent/parse-filter.c 			op->type = TEP_FILTER_ARG_STR;
type              553 tools/lib/traceevent/parse-filter.c 			op->str.type = op_type;
type              580 tools/lib/traceevent/parse-filter.c 			switch (op->num.type) {
type              621 tools/lib/traceevent/parse-filter.c 	switch (op->type) {
type              623 tools/lib/traceevent/parse-filter.c 		if (arg->type == TEP_FILTER_ARG_OP)
type              632 tools/lib/traceevent/parse-filter.c 		if (arg->type == TEP_FILTER_ARG_OP)
type              636 tools/lib/traceevent/parse-filter.c 		if (arg->type != TEP_FILTER_ARG_FIELD &&
type              637 tools/lib/traceevent/parse-filter.c 		    arg->type != TEP_FILTER_ARG_BOOLEAN)
type              726 tools/lib/traceevent/parse-filter.c 	switch (arg->type) {
type              762 tools/lib/traceevent/parse-filter.c 	if (parent->type != TEP_FILTER_ARG_OP &&
type              763 tools/lib/traceevent/parse-filter.c 	    arg->type != TEP_FILTER_ARG_OP) {
type              813 tools/lib/traceevent/parse-filter.c 	switch (arg->type) {
type              844 tools/lib/traceevent/parse-filter.c 		if (arg->op.type != TEP_FILTER_OP_NOT) {
type              850 tools/lib/traceevent/parse-filter.c 				if (arg->op.type == TEP_FILTER_OP_OR)
type              860 tools/lib/traceevent/parse-filter.c 				if (arg->op.type == TEP_FILTER_OP_AND)
type              881 tools/lib/traceevent/parse-filter.c 			if (arg->op.type == TEP_FILTER_OP_OR)
type              883 tools/lib/traceevent/parse-filter.c 			if (arg->op.type == TEP_FILTER_OP_NOT)
type              890 tools/lib/traceevent/parse-filter.c 			if (arg->op.type == TEP_FILTER_OP_AND)
type              892 tools/lib/traceevent/parse-filter.c 			if (arg->op.type == TEP_FILTER_OP_NOT)
type              923 tools/lib/traceevent/parse-filter.c 			arg->type = TEP_FILTER_ARG_BOOLEAN;
type              946 tools/lib/traceevent/parse-filter.c 	enum tep_event_type type;
type              962 tools/lib/traceevent/parse-filter.c 		type = read_token(&token);
type              963 tools/lib/traceevent/parse-filter.c 		switch (type) {
type              967 tools/lib/traceevent/parse-filter.c 			ret = create_arg_item(event, token, type, &arg, error_str);
type             1150 tools/lib/traceevent/parse-filter.c 	} while (type != TEP_EVENT_NONE);
type             1200 tools/lib/traceevent/parse-filter.c 		(*parg)->type = TEP_FILTER_ARG_BOOLEAN;
type             1226 tools/lib/traceevent/parse-filter.c 		arg->type = TEP_FILTER_ARG_BOOLEAN;
type             1483 tools/lib/traceevent/parse-filter.c 		arg->type = TEP_FILTER_ARG_BOOLEAN;
type             1599 tools/lib/traceevent/parse-filter.c 	switch (arg->exp.type) {
type             1642 tools/lib/traceevent/parse-filter.c 	switch (arg->type) {
type             1647 tools/lib/traceevent/parse-filter.c 		if (arg->value.type != TEP_FILTER_NUMBER) {
type             1678 tools/lib/traceevent/parse-filter.c 	switch (arg->num.type) {
type             1764 tools/lib/traceevent/parse-filter.c 	switch (arg->str.type) {
type             1788 tools/lib/traceevent/parse-filter.c 	switch (arg->op.type) {
type             1817 tools/lib/traceevent/parse-filter.c 	switch (arg->type) {
type             1916 tools/lib/traceevent/parse-filter.c 	switch (arg->op.type) {
type             1941 tools/lib/traceevent/parse-filter.c 			if ((arg->op.type == TEP_FILTER_OP_AND && !left_val) ||
type             1942 tools/lib/traceevent/parse-filter.c 			    (arg->op.type == TEP_FILTER_OP_OR && left_val)) {
type             1951 tools/lib/traceevent/parse-filter.c 				switch (arg->op.type) {
type             1966 tools/lib/traceevent/parse-filter.c 			if ((arg->op.type == TEP_FILTER_OP_AND && !right_val) ||
type             1967 tools/lib/traceevent/parse-filter.c 			    (arg->op.type == TEP_FILTER_OP_OR && right_val)) {
type             2036 tools/lib/traceevent/parse-filter.c 	switch (arg->exp.type) {
type             2092 tools/lib/traceevent/parse-filter.c 	switch (arg->num.type) {
type             2135 tools/lib/traceevent/parse-filter.c 	switch (arg->str.type) {
type             2166 tools/lib/traceevent/parse-filter.c 	switch (arg->type) {
type             2253 tools/lib/traceevent/parse-filter.c 		if (filter_type1->filter->type != filter_type2->filter->type)
type               44 tools/lib/traceevent/plugins/plugin_mac80211.c 	if (!strncmp(f->type, "__data_loc", 10)) {
type               43 tools/objtool/arch.h 	enum op_dest_type type;
type               59 tools/objtool/arch.h 	enum op_src_type type;
type               73 tools/objtool/arch.h 			    unsigned int *len, enum insn_type *type,
type               71 tools/objtool/arch/x86/decode.c 			    unsigned int *len, enum insn_type *type,
type               93 tools/objtool/arch/x86/decode.c 	*type = INSN_OTHER;
type              126 tools/objtool/arch/x86/decode.c 			*type = INSN_STACK;
type              127 tools/objtool/arch/x86/decode.c 			op->src.type = OP_SRC_ADD;
type              129 tools/objtool/arch/x86/decode.c 			op->dest.type = OP_DEST_REG;
type              137 tools/objtool/arch/x86/decode.c 		*type = INSN_STACK;
type              138 tools/objtool/arch/x86/decode.c 		op->src.type = OP_SRC_REG;
type              140 tools/objtool/arch/x86/decode.c 		op->dest.type = OP_DEST_PUSH;
type              147 tools/objtool/arch/x86/decode.c 		*type = INSN_STACK;
type              148 tools/objtool/arch/x86/decode.c 		op->src.type = OP_SRC_POP;
type              149 tools/objtool/arch/x86/decode.c 		op->dest.type = OP_DEST_REG;
type              157 tools/objtool/arch/x86/decode.c 		*type = INSN_STACK;
type              158 tools/objtool/arch/x86/decode.c 		op->src.type = OP_SRC_CONST;
type              159 tools/objtool/arch/x86/decode.c 		op->dest.type = OP_DEST_PUSH;
type              163 tools/objtool/arch/x86/decode.c 		*type = INSN_JUMP_CONDITIONAL;
type              173 tools/objtool/arch/x86/decode.c 			*type = INSN_STACK;
type              174 tools/objtool/arch/x86/decode.c 			op->src.type = OP_SRC_AND;
type              177 tools/objtool/arch/x86/decode.c 			op->dest.type = OP_DEST_REG;
type              190 tools/objtool/arch/x86/decode.c 		*type = INSN_STACK;
type              191 tools/objtool/arch/x86/decode.c 		op->src.type = OP_SRC_ADD;
type              194 tools/objtool/arch/x86/decode.c 		op->dest.type = OP_DEST_REG;
type              202 tools/objtool/arch/x86/decode.c 			*type = INSN_STACK;
type              203 tools/objtool/arch/x86/decode.c 			op->src.type = OP_SRC_REG;
type              205 tools/objtool/arch/x86/decode.c 			op->dest.type = OP_DEST_REG;
type              213 tools/objtool/arch/x86/decode.c 			*type = INSN_STACK;
type              214 tools/objtool/arch/x86/decode.c 			op->src.type = OP_SRC_REG;
type              216 tools/objtool/arch/x86/decode.c 			op->dest.type = OP_DEST_REG;
type              227 tools/objtool/arch/x86/decode.c 			*type = INSN_STACK;
type              228 tools/objtool/arch/x86/decode.c 			op->src.type = OP_SRC_REG;
type              230 tools/objtool/arch/x86/decode.c 			op->dest.type = OP_DEST_REG_INDIRECT;
type              237 tools/objtool/arch/x86/decode.c 			*type = INSN_STACK;
type              238 tools/objtool/arch/x86/decode.c 			op->src.type = OP_SRC_REG;
type              240 tools/objtool/arch/x86/decode.c 			op->dest.type = OP_DEST_REG_INDIRECT;
type              251 tools/objtool/arch/x86/decode.c 			*type = INSN_STACK;
type              252 tools/objtool/arch/x86/decode.c 			op->src.type = OP_SRC_REG_INDIRECT;
type              255 tools/objtool/arch/x86/decode.c 			op->dest.type = OP_DEST_REG;
type              262 tools/objtool/arch/x86/decode.c 			*type = INSN_STACK;
type              263 tools/objtool/arch/x86/decode.c 			op->src.type = OP_SRC_REG_INDIRECT;
type              266 tools/objtool/arch/x86/decode.c 			op->dest.type = OP_DEST_REG;
type              275 tools/objtool/arch/x86/decode.c 			*type = INSN_STACK;
type              278 tools/objtool/arch/x86/decode.c 				op->src.type = OP_SRC_REG;
type              281 tools/objtool/arch/x86/decode.c 				op->src.type = OP_SRC_ADD;
type              285 tools/objtool/arch/x86/decode.c 			op->dest.type = OP_DEST_REG;
type              291 tools/objtool/arch/x86/decode.c 			*type = INSN_STACK;
type              292 tools/objtool/arch/x86/decode.c 			op->src.type = OP_SRC_ADD;
type              295 tools/objtool/arch/x86/decode.c 			op->dest.type = OP_DEST_REG;
type              307 tools/objtool/arch/x86/decode.c 			*type = INSN_STACK;
type              308 tools/objtool/arch/x86/decode.c 			op->src.type = OP_SRC_ADD;
type              311 tools/objtool/arch/x86/decode.c 			op->dest.type = OP_DEST_REG;
type              323 tools/objtool/arch/x86/decode.c 			*type = INSN_STACK;
type              324 tools/objtool/arch/x86/decode.c 			op->src.type = OP_SRC_ADD;
type              327 tools/objtool/arch/x86/decode.c 			op->dest.type = OP_DEST_REG;
type              335 tools/objtool/arch/x86/decode.c 		*type = INSN_STACK;
type              336 tools/objtool/arch/x86/decode.c 		op->src.type = OP_SRC_POP;
type              337 tools/objtool/arch/x86/decode.c 		op->dest.type = OP_DEST_MEM;
type              341 tools/objtool/arch/x86/decode.c 		*type = INSN_NOP;
type              346 tools/objtool/arch/x86/decode.c 		*type = INSN_STACK;
type              347 tools/objtool/arch/x86/decode.c 		op->src.type = OP_SRC_CONST;
type              348 tools/objtool/arch/x86/decode.c 		op->dest.type = OP_DEST_PUSHF;
type              353 tools/objtool/arch/x86/decode.c 		*type = INSN_STACK;
type              354 tools/objtool/arch/x86/decode.c 		op->src.type = OP_SRC_POPF;
type              355 tools/objtool/arch/x86/decode.c 		op->dest.type = OP_DEST_MEM;
type              363 tools/objtool/arch/x86/decode.c 				*type = INSN_CLAC;
type              365 tools/objtool/arch/x86/decode.c 				*type = INSN_STAC;
type              369 tools/objtool/arch/x86/decode.c 			*type = INSN_JUMP_CONDITIONAL;
type              375 tools/objtool/arch/x86/decode.c 			*type = INSN_CONTEXT_SWITCH;
type              380 tools/objtool/arch/x86/decode.c 			*type = INSN_BUG;
type              385 tools/objtool/arch/x86/decode.c 			*type = INSN_NOP;
type              390 tools/objtool/arch/x86/decode.c 			*type = INSN_STACK;
type              391 tools/objtool/arch/x86/decode.c 			op->src.type = OP_SRC_CONST;
type              392 tools/objtool/arch/x86/decode.c 			op->dest.type = OP_DEST_PUSH;
type              397 tools/objtool/arch/x86/decode.c 			*type = INSN_STACK;
type              398 tools/objtool/arch/x86/decode.c 			op->src.type = OP_SRC_POP;
type              399 tools/objtool/arch/x86/decode.c 			op->dest.type = OP_DEST_MEM;
type              412 tools/objtool/arch/x86/decode.c 		*type = INSN_STACK;
type              413 tools/objtool/arch/x86/decode.c 		op->dest.type = OP_DEST_LEAVE;
type              419 tools/objtool/arch/x86/decode.c 		*type = INSN_JUMP_CONDITIONAL;
type              424 tools/objtool/arch/x86/decode.c 		*type = INSN_JUMP_UNCONDITIONAL;
type              429 tools/objtool/arch/x86/decode.c 		*type = INSN_RETURN;
type              435 tools/objtool/arch/x86/decode.c 		*type = INSN_CONTEXT_SWITCH;
type              439 tools/objtool/arch/x86/decode.c 		*type = INSN_CALL;
type              443 tools/objtool/arch/x86/decode.c 		*type = INSN_CLD;
type              447 tools/objtool/arch/x86/decode.c 		*type = INSN_STD;
type              453 tools/objtool/arch/x86/decode.c 			*type = INSN_CALL_DYNAMIC;
type              457 tools/objtool/arch/x86/decode.c 			*type = INSN_JUMP_DYNAMIC;
type              462 tools/objtool/arch/x86/decode.c 			*type = INSN_CONTEXT_SWITCH;
type              467 tools/objtool/arch/x86/decode.c 			*type = INSN_STACK;
type              468 tools/objtool/arch/x86/decode.c 			op->src.type = OP_SRC_CONST;
type              469 tools/objtool/arch/x86/decode.c 			op->dest.type = OP_DEST_PUSH;
type              103 tools/objtool/check.c 	if (insn->type == INSN_JUMP_DYNAMIC)
type              106 tools/objtool/check.c 	if (insn->type != INSN_JUMP_CONDITIONAL &&
type              107 tools/objtool/check.c 	    insn->type != INSN_JUMP_UNCONDITIONAL)
type              170 tools/objtool/check.c 		if (insn->type == INSN_RETURN)
type              263 tools/objtool/check.c 						      &insn->len, &insn->type,
type              274 tools/objtool/check.c 			if (func->type != STT_FUNC || func->alias != func)
type              310 tools/objtool/check.c 		if (insn->type == INSN_BUG)
type              321 tools/objtool/check.c 		if (rela->sym->type != STT_SECTION) {
type              363 tools/objtool/check.c 		if (rela->sym->type != STT_SECTION) {
type              411 tools/objtool/check.c 		switch (rela->sym->type) {
type              418 tools/objtool/check.c 			if (!func || func->type != STT_FUNC)
type              423 tools/objtool/check.c 			WARN("unexpected relocation symbol type in %s: %d", sec->name, rela->sym->type);
type              527 tools/objtool/check.c 		if (rela->sym->type != STT_SECTION) {
type              555 tools/objtool/check.c 		if (insn->type != INSN_JUMP_CONDITIONAL &&
type              556 tools/objtool/check.c 		    insn->type != INSN_JUMP_UNCONDITIONAL)
type              567 tools/objtool/check.c 		} else if (rela->sym->type == STT_SECTION) {
type              578 tools/objtool/check.c 			if (insn->type == INSN_JUMP_UNCONDITIONAL)
type              579 tools/objtool/check.c 				insn->type = INSN_JUMP_DYNAMIC;
type              581 tools/objtool/check.c 				insn->type = INSN_JUMP_DYNAMIC_CONDITIONAL;
type              656 tools/objtool/check.c 		if (insn->type != INSN_CALL)
type              674 tools/objtool/check.c 		} else if (rela->sym->type == STT_SECTION) {
type              678 tools/objtool/check.c 			    insn->call_dest->type != STT_FUNC) {
type              739 tools/objtool/check.c 		fake_jump->type = INSN_JUMP_UNCONDITIONAL;
type              766 tools/objtool/check.c 		if (insn->type != INSN_JUMP_CONDITIONAL &&
type              767 tools/objtool/check.c 		    insn->type != INSN_JUMP_UNCONDITIONAL)
type              812 tools/objtool/check.c 	if (orig_insn->type == INSN_NOP)
type              815 tools/objtool/check.c 	if (orig_insn->type != INSN_JUMP_UNCONDITIONAL) {
type             1016 tools/objtool/check.c 		if (insn != orig_insn && insn->type == INSN_JUMP_DYNAMIC)
type             1020 tools/objtool/check.c 		if (insn->type == INSN_JUMP_UNCONDITIONAL &&
type             1029 tools/objtool/check.c 		if (!text_rela || text_rela->sym->type != STT_SECTION ||
type             1036 tools/objtool/check.c 		if (text_rela->type == R_X86_64_PC32)
type             1062 tools/objtool/check.c 		if (text_rela->type == R_X86_64_PC32)
type             1090 tools/objtool/check.c 		if (insn->type == INSN_JUMP_UNCONDITIONAL && insn->jump_dest &&
type             1099 tools/objtool/check.c 		if (insn->type != INSN_JUMP_DYNAMIC)
type             1144 tools/objtool/check.c 			if (func->type != STT_FUNC)
type             1200 tools/objtool/check.c 		if (hint->type == UNWIND_HINT_TYPE_SAVE) {
type             1204 tools/objtool/check.c 		} else if (hint->type == UNWIND_HINT_TYPE_RESTORE) {
type             1244 tools/objtool/check.c 		insn->state.type = hint->type;
type             1262 tools/objtool/check.c 		if (rela->sym->type != STT_SECTION) {
type             1273 tools/objtool/check.c 		if (insn->type != INSN_JUMP_DYNAMIC &&
type             1274 tools/objtool/check.c 		    insn->type != INSN_CALL_DYNAMIC) {
type             1362 tools/objtool/check.c 	if (insn->type == INSN_CALL &&
type             1363 tools/objtool/check.c 	    insn->call_dest->type == STT_NOTYPE &&
type             1409 tools/objtool/check.c 	if (op->dest.type == OP_DEST_PUSH || op->dest.type == OP_DEST_PUSHF)
type             1413 tools/objtool/check.c 	if (op->src.type == OP_SRC_POP || op->src.type == OP_SRC_POPF)
type             1417 tools/objtool/check.c 	if (op->dest.type == OP_DEST_REG && op->src.type == OP_SRC_ADD &&
type             1508 tools/objtool/check.c 	if (state->type == ORC_TYPE_REGS || state->type == ORC_TYPE_REGS_IRET)
type             1511 tools/objtool/check.c 	switch (op->dest.type) {
type             1514 tools/objtool/check.c 		switch (op->src.type) {
type             1671 tools/objtool/check.c 			if (!state->drap && op->dest.type == OP_DEST_REG &&
type             1679 tools/objtool/check.c 			    op->dest.type == OP_DEST_REG &&
type             1740 tools/objtool/check.c 		if (op->src.type != OP_SRC_REG)
type             1826 tools/objtool/check.c 		if (op->src.type != OP_SRC_POP && op->src.type != OP_SRC_POPF) {
type             1872 tools/objtool/check.c 	} else if (state1->type != state2->type) {
type             1874 tools/objtool/check.c 			  insn->sec, insn->offset, state1->type, state2->type);
type             2046 tools/objtool/check.c 		switch (insn->type) {
type             2113 tools/objtool/check.c 			if (insn->type == INSN_JUMP_UNCONDITIONAL)
type             2126 tools/objtool/check.c 			if (insn->type == INSN_JUMP_DYNAMIC)
type             2143 tools/objtool/check.c 			if (insn->stack_op.dest.type == OP_DEST_PUSHF) {
type             2154 tools/objtool/check.c 			if (insn->stack_op.src.type == OP_SRC_POPF) {
type             2251 tools/objtool/check.c 		if (insn->type != INSN_JUMP_DYNAMIC &&
type             2252 tools/objtool/check.c 		    insn->type != INSN_CALL_DYNAMIC)
type             2269 tools/objtool/check.c 			  insn->type == INSN_JUMP_DYNAMIC ? "jump" : "call");
type             2279 tools/objtool/check.c 	return (insn->type == INSN_CALL &&
type             2285 tools/objtool/check.c 	return (insn->type == INSN_CALL &&
type             2294 tools/objtool/check.c 	if (insn->ignore || insn->type == INSN_NOP)
type             2319 tools/objtool/check.c 	    (insn->type == INSN_BUG ||
type             2320 tools/objtool/check.c 	     (insn->type == INSN_JUMP_UNCONDITIONAL &&
type             2321 tools/objtool/check.c 	      insn->jump_dest && insn->jump_dest->type == INSN_BUG)))
type             2335 tools/objtool/check.c 		if (insn->type == INSN_JUMP_UNCONDITIONAL) {
type             2371 tools/objtool/check.c 			if (func->type != STT_FUNC)
type               20 tools/objtool/check.h 	unsigned char type;
type               34 tools/objtool/check.h 	enum insn_type type;
type               65 tools/objtool/elf.c 		if (sym->type != STT_SECTION &&
type               90 tools/objtool/elf.c 		if (sym->type != STT_SECTION &&
type              124 tools/objtool/elf.c 		if (func->type == STT_FUNC && offset >= func->offset &&
type              246 tools/objtool/elf.c 		sym->type = GELF_ST_TYPE(sym->sym.st_info);
type              258 tools/objtool/elf.c 			if (sym->type == STT_SECTION) {
type              300 tools/objtool/elf.c 			if (sym->type != STT_FUNC)
type              383 tools/objtool/elf.c 			rela->type = GELF_R_TYPE(rela->rela.r_info);
type              618 tools/objtool/elf.c 		relas[idx].r_info = GELF_R_INFO(rela->sym->idx, rela->type);
type               49 tools/objtool/elf.h 	unsigned char bind, type;
type               62 tools/objtool/elf.h 	unsigned int type;
type               36 tools/objtool/orc_dump.c static const char *orc_type_name(unsigned int type)
type               38 tools/objtool/orc_dump.c 	switch (type) {
type              205 tools/objtool/orc_dump.c 		       orc_type_name(orc[i].type), orc[i].end);
type               78 tools/objtool/orc_gen.c 		orc->type = insn->state.type;
type              110 tools/objtool/orc_gen.c 	rela->type = R_X86_64_PC32;
type              128 tools/objtool/orc_gen.c 		.type    = ORC_TYPE_CALL,
type              126 tools/objtool/special.c 	if (orig_rela->sym->type != STT_SECTION) {
type               44 tools/perf/arch/arm/util/auxtrace.c 				 arm_spe_pmus[*nr_spes]->type,
type               74 tools/perf/arch/arm/util/auxtrace.c 		    evsel->core.attr.type == cs_etm_pmu->type)
type               81 tools/perf/arch/arm/util/auxtrace.c 			if (evsel->core.attr.type == arm_spe_pmus[i]->type) {
type              226 tools/perf/arch/arm/util/cs-etm.c 		if (term->type != PERF_EVSEL__CONFIG_TERM_DRV_CFG)
type              271 tools/perf/arch/arm/util/cs-etm.c 		if (evsel->core.attr.type == cs_etm_pmu->type) {
type              445 tools/perf/arch/arm/util/cs-etm.c 		if (evsel->core.attr.type == cs_etm_pmu->type) {
type              641 tools/perf/arch/arm/util/cs-etm.c 	u64 nr_cpu, type;
type              671 tools/perf/arch/arm/util/cs-etm.c 	type = cs_etm_pmu->type;
type              674 tools/perf/arch/arm/util/cs-etm.c 	info->type = PERF_AUXTRACE_CS_ETM;
type              676 tools/perf/arch/arm/util/cs-etm.c 	info->priv[CS_PMU_TYPE_CPUS] = type << 32;
type              827 tools/perf/arch/arm/util/cs-etm.c 		if (evsel->core.attr.type == ptr->cs_etm_pmu->type)
type              840 tools/perf/arch/arm/util/cs-etm.c 		if (evsel->core.attr.type == ptr->cs_etm_pmu->type)
type              868 tools/perf/arch/arm/util/cs-etm.c 		if (evsel->core.attr.type == ptr->cs_etm_pmu->type) {
type               57 tools/perf/arch/arm64/util/arm-spe.c 	auxtrace_info->type = PERF_AUXTRACE_ARM_SPE;
type               58 tools/perf/arch/arm64/util/arm-spe.c 	auxtrace_info->priv[ARM_SPE_PMU_TYPE] = arm_spe_pmu->type;
type               78 tools/perf/arch/arm64/util/arm-spe.c 		if (evsel->core.attr.type == arm_spe_pmu->type) {
type              168 tools/perf/arch/arm64/util/arm-spe.c 		if (evsel->core.attr.type == sper->arm_spe_pmu->type) {
type               36 tools/perf/arch/s390/util/auxtrace.c 	auxtrace_info->type = PERF_AUXTRACE_S390_CPUMSF;
type               33 tools/perf/arch/s390/util/header.c 	char type[8], model[33], version[8], manufacturer[32], authorization[8];
type               51 tools/perf/arch/s390/util/header.c 	memset(type, 0, sizeof(type));
type               74 tools/perf/arch/s390/util/header.c 				tpsize += scnprintf(type + tpsize,
type               75 tools/perf/arch/s390/util/header.c 						    sizeof(type) - tpsize, "%s", cp);
type               92 tools/perf/arch/s390/util/header.c 	if (!manufacturer[0] || !type[0] || !model[0])
type              132 tools/perf/arch/s390/util/header.c 				  manufacturer, type, model, version,
type              135 tools/perf/arch/s390/util/header.c 		nbytes = snprintf(buffer, sz, "%s,%s,%s", manufacturer, type,
type               75 tools/perf/arch/x86/tests/intel-cqm.c 	pe.type = PERF_TYPE_HARDWARE;
type               93 tools/perf/arch/x86/tests/intel-cqm.c 	pe.type = evsel->attr.type;
type              209 tools/perf/arch/x86/tests/intel-pt-pkt-decoder-test.c 	if (packet->type != d->packet.type)
type              211 tools/perf/arch/x86/tests/intel-pt-pkt-decoder-test.c 			 d->packet.type, packet->type);
type              277 tools/perf/arch/x86/tests/intel-pt-pkt-decoder-test.c 	if (ret != d->len || packet.type != d->packet.type ||
type              126 tools/perf/arch/x86/tests/perf-time-to-tsc.c 			if (event->header.type != PERF_RECORD_COMM ||
type              103 tools/perf/arch/x86/tests/rdpmc.c 		.type = PERF_TYPE_HARDWARE,
type               32 tools/perf/arch/x86/util/auxtrace.c 		if (intel_pt_pmu && evsel->core.attr.type == intel_pt_pmu->type)
type               34 tools/perf/arch/x86/util/auxtrace.c 		if (intel_bts_pmu && evsel->core.attr.type == intel_bts_pmu->type)
type               47 tools/perf/arch/x86/util/event.c 		event->mmap.header.type = PERF_RECORD_MMAP;
type               94 tools/perf/arch/x86/util/intel-bts.c 	auxtrace_info->type = PERF_AUXTRACE_INTEL_BTS;
type               95 tools/perf/arch/x86/util/intel-bts.c 	auxtrace_info->priv[INTEL_BTS_PMU_TYPE] = intel_bts_pmu->type;
type              120 tools/perf/arch/x86/util/intel-bts.c 		if (evsel->core.attr.type == intel_bts_pmu->type) {
type              323 tools/perf/arch/x86/util/intel-bts.c 		if (evsel->core.attr.type == btsr->intel_bts_pmu->type)
type              336 tools/perf/arch/x86/util/intel-bts.c 		if (evsel->core.attr.type == btsr->intel_bts_pmu->type)
type              418 tools/perf/arch/x86/util/intel-bts.c 		if (evsel->core.attr.type == btsr->intel_bts_pmu->type) {
type              128 tools/perf/arch/x86/util/intel-pt.c 		if (evsel->core.attr.type == intel_pt_pmu->type) {
type              280 tools/perf/arch/x86/util/intel-pt.c 		if (evsel->core.attr.type == intel_pt_pmu->type)
type              373 tools/perf/arch/x86/util/intel-pt.c 	auxtrace_info->type = PERF_AUXTRACE_INTEL_PT;
type              374 tools/perf/arch/x86/util/intel-pt.c 	auxtrace_info->priv[INTEL_PT_PMU_TYPE] = intel_pt_pmu->type;
type              592 tools/perf/arch/x86/util/intel-pt.c 		if (evsel->core.attr.type == intel_pt_pmu->type) {
type              816 tools/perf/arch/x86/util/intel-pt.c 		if (evsel->core.attr.type == ptr->intel_pt_pmu->type)
type              829 tools/perf/arch/x86/util/intel-pt.c 		if (evsel->core.attr.type == ptr->intel_pt_pmu->type)
type             1102 tools/perf/arch/x86/util/intel-pt.c 		if (evsel->core.attr.type == ptr->intel_pt_pmu->type) {
type               50 tools/perf/arch/x86/util/machine.c static int find_extra_kernel_maps(void *arg, const char *name, char type,
type               55 tools/perf/arch/x86/util/machine.c 	if (!mi->entry_trampoline && kallsyms2elf_binding(type) == STB_GLOBAL &&
type              279 tools/perf/arch/x86/util/perf_regs.c 		.type			= PERF_TYPE_HARDWARE,
type               61 tools/perf/arch/x86/util/tsc.c 				.type = PERF_RECORD_TIME_CONV,
type               67 tools/perf/bench/mem-functions.c 	.type		= PERF_TYPE_HARDWARE,
type              273 tools/perf/builtin-annotate.c 			   event->header.type);
type              272 tools/perf/builtin-c2c.c 			 event->header.type);
type              399 tools/perf/builtin-diff.c 			   event->header.type);
type               39 tools/perf/builtin-evlist.c 		if (pos->core.attr.type == PERF_TYPE_TRACEPOINT)
type              438 tools/perf/builtin-inject.c 		       event->header.type);
type              953 tools/perf/builtin-kmem.c 			 event->header.type);
type              695 tools/perf/builtin-kvm.c 			event->header.type);
type              825 tools/perf/builtin-lock.c 			event->header.type);
type              164 tools/perf/builtin-mem.c 				event->header.type);
type              902 tools/perf/builtin-record.c 	.type = PERF_RECORD_FINISHED_ROUND,
type              925 tools/perf/builtin-record.c 	event->header.type = PERF_RECORD_COMPRESSED;
type              261 tools/perf/builtin-report.c 			 event->header.type);
type               82 tools/perf/builtin-sched.c 	enum sched_event_type	type;
type              391 tools/perf/builtin-sched.c 	if (curr_event && curr_event->type == SCHED_EVENT_RUN) {
type              399 tools/perf/builtin-sched.c 	event->type = SCHED_EVENT_RUN;
type              411 tools/perf/builtin-sched.c 	event->type = SCHED_EVENT_WAKEUP;
type              415 tools/perf/builtin-sched.c 	if (!wakee_event || wakee_event->type != SCHED_EVENT_SLEEP) {
type              437 tools/perf/builtin-sched.c 	event->type = SCHED_EVENT_SLEEP;
type              520 tools/perf/builtin-sched.c 	switch (atom->type) {
type              566 tools/perf/builtin-sched.c 	attr.type = PERF_TYPE_SOFTWARE;
type             2526 tools/perf/builtin-sched.c 		       event->header.type);
type              306 tools/perf/builtin-script.c static inline int output_type(unsigned int type)
type              308 tools/perf/builtin-script.c 	switch (type) {
type              312 tools/perf/builtin-script.c 		return type;
type              316 tools/perf/builtin-script.c static inline unsigned int attr_type(unsigned int type)
type              318 tools/perf/builtin-script.c 	switch (type) {
type              322 tools/perf/builtin-script.c 		return type;
type              350 tools/perf/builtin-script.c #define PRINT_FIELD(x)  (output[output_type(attr->type)].fields & PERF_OUTPUT_##x)
type              358 tools/perf/builtin-script.c 	int type = output_type(attr->type);
type              364 tools/perf/builtin-script.c 	if (output[type].user_set_fields & field) {
type              375 tools/perf/builtin-script.c 	output[type].fields &= ~field;
type              493 tools/perf/builtin-script.c 	unsigned int type = output_type(attr->type);
type              495 tools/perf/builtin-script.c 	output[type].print_ip_opts = 0;
type              497 tools/perf/builtin-script.c 		output[type].print_ip_opts |= EVSEL__PRINT_IP;
type              500 tools/perf/builtin-script.c 		output[type].print_ip_opts |= EVSEL__PRINT_SYM;
type              503 tools/perf/builtin-script.c 		output[type].print_ip_opts |= EVSEL__PRINT_DSO;
type              506 tools/perf/builtin-script.c 		output[type].print_ip_opts |= EVSEL__PRINT_SYMOFFSET;
type              509 tools/perf/builtin-script.c 		output[type].print_ip_opts |= EVSEL__PRINT_SRCLINE;
type              570 tools/perf/builtin-script.c 			if (evsel->core.attr.type != j)
type              627 tools/perf/builtin-script.c 				      u32 type, FILE *fp)
type              674 tools/perf/builtin-script.c 		switch (type) {
type             1307 tools/perf/builtin-script.c 	unsigned int type = output_type(attr->type);
type             1316 tools/perf/builtin-script.c 		unsigned int print_opts = output[type].print_ip_opts;
type             1340 tools/perf/builtin-script.c 	     !output[type].user_set)) {
type             1812 tools/perf/builtin-script.c 	unsigned int type = output_type(attr->type);
type             1816 tools/perf/builtin-script.c 	if (output[type].fields == 0)
type             1855 tools/perf/builtin-script.c 	if (attr->type == PERF_TYPE_SYNTH && PRINT_FIELD(SYNTH))
type             1876 tools/perf/builtin-script.c 		sample__fprintf_sym(sample, al, 0, output[type].print_ip_opts, cursor,
type             2019 tools/perf/builtin-script.c 		       event->header.type);
type             2068 tools/perf/builtin-script.c 	if (evsel->core.attr.type >= PERF_TYPE_MAX &&
type             2069 tools/perf/builtin-script.c 	    evsel->core.attr.type != PERF_TYPE_SYNTH)
type             2073 tools/perf/builtin-script.c 		if (pos->core.attr.type == evsel->core.attr.type && pos != evsel)
type             2395 tools/perf/builtin-script.c 					   event->header.type, stdout);
type             2656 tools/perf/builtin-script.c 	int type = -1;
type             2671 tools/perf/builtin-script.c 			type = PERF_TYPE_HARDWARE;
type             2673 tools/perf/builtin-script.c 			type = PERF_TYPE_SOFTWARE;
type             2675 tools/perf/builtin-script.c 			type = PERF_TYPE_TRACEPOINT;
type             2677 tools/perf/builtin-script.c 			type = PERF_TYPE_RAW;
type             2679 tools/perf/builtin-script.c 			type = PERF_TYPE_BREAKPOINT;
type             2681 tools/perf/builtin-script.c 			type = OUTPUT_TYPE_SYNTH;
type             2688 tools/perf/builtin-script.c 		if (output[type].user_set)
type             2690 tools/perf/builtin-script.c 				   event_type(type));
type             2696 tools/perf/builtin-script.c 		output[type].fields = 0;
type             2697 tools/perf/builtin-script.c 		output[type].user_set = true;
type             2698 tools/perf/builtin-script.c 		output[type].wildcard_set = false;
type             2755 tools/perf/builtin-script.c 		if (type == -1) {
type             2776 tools/perf/builtin-script.c 			if (output[type].invalid_fields & all_output_options[i].field) {
type             2778 tools/perf/builtin-script.c 					 all_output_options[i].str, event_type(type));
type             2784 tools/perf/builtin-script.c 				output[type].fields &= ~all_output_options[i].field;
type             2786 tools/perf/builtin-script.c 				output[type].fields |= all_output_options[i].field;
type             2787 tools/perf/builtin-script.c 			output[type].user_set = true;
type             2788 tools/perf/builtin-script.c 			output[type].wildcard_set = true;
type             2792 tools/perf/builtin-script.c 	if (type >= 0) {
type             2793 tools/perf/builtin-script.c 		if (output[type].fields == 0) {
type             2795 tools/perf/builtin-script.c 				 "Events will not be displayed.\n", event_type(type));
type              228 tools/perf/builtin-stat.c static int write_stat_round_event(u64 tm, u64 type)
type              230 tools/perf/builtin-stat.c 	return perf_event__synthesize_stat_round(NULL, tm, type,
type             1141 tools/perf/builtin-stat.c   { .type = PERF_TYPE_SOFTWARE, .config = PERF_COUNT_SW_TASK_CLOCK		},
type             1142 tools/perf/builtin-stat.c   { .type = PERF_TYPE_SOFTWARE, .config = PERF_COUNT_SW_CONTEXT_SWITCHES	},
type             1143 tools/perf/builtin-stat.c   { .type = PERF_TYPE_SOFTWARE, .config = PERF_COUNT_SW_CPU_MIGRATIONS		},
type             1144 tools/perf/builtin-stat.c   { .type = PERF_TYPE_SOFTWARE, .config = PERF_COUNT_SW_PAGE_FAULTS		},
type             1146 tools/perf/builtin-stat.c   { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_CPU_CYCLES		},
type             1149 tools/perf/builtin-stat.c   { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_STALLED_CYCLES_FRONTEND	},
type             1152 tools/perf/builtin-stat.c   { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_STALLED_CYCLES_BACKEND	},
type             1155 tools/perf/builtin-stat.c   { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_INSTRUCTIONS		},
type             1156 tools/perf/builtin-stat.c   { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_BRANCH_INSTRUCTIONS	},
type             1157 tools/perf/builtin-stat.c   { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_BRANCH_MISSES		},
type             1166 tools/perf/builtin-stat.c   { .type = PERF_TYPE_HW_CACHE,
type             1172 tools/perf/builtin-stat.c   { .type = PERF_TYPE_HW_CACHE,
type             1178 tools/perf/builtin-stat.c   { .type = PERF_TYPE_HW_CACHE,
type             1184 tools/perf/builtin-stat.c   { .type = PERF_TYPE_HW_CACHE,
type             1196 tools/perf/builtin-stat.c   { .type = PERF_TYPE_HW_CACHE,
type             1202 tools/perf/builtin-stat.c   { .type = PERF_TYPE_HW_CACHE,
type             1208 tools/perf/builtin-stat.c   { .type = PERF_TYPE_HW_CACHE,
type             1214 tools/perf/builtin-stat.c   { .type = PERF_TYPE_HW_CACHE,
type             1220 tools/perf/builtin-stat.c   { .type = PERF_TYPE_HW_CACHE,
type             1226 tools/perf/builtin-stat.c   { .type = PERF_TYPE_HW_CACHE,
type             1239 tools/perf/builtin-stat.c   { .type = PERF_TYPE_HW_CACHE,
type             1245 tools/perf/builtin-stat.c   { .type = PERF_TYPE_HW_CACHE,
type             1465 tools/perf/builtin-stat.c 	if (stat_round->type == PERF_STAT_ROUND_TYPE__FINAL)
type              144 tools/perf/builtin-timechart.c 	int type;
type              164 tools/perf/builtin-timechart.c 	int type;
type              175 tools/perf/builtin-timechart.c 	int type;
type              267 tools/perf/builtin-timechart.c static void pid_put_sample(struct timechart *tchart, int pid, int type,
type              289 tools/perf/builtin-timechart.c 	sample->type = type;
type              295 tools/perf/builtin-timechart.c 	if (sample->type == TYPE_RUNNING && end > start && start > 0) {
type              364 tools/perf/builtin-timechart.c 	pwr->type = CSTATE;
type              385 tools/perf/builtin-timechart.c 	pwr->type = PSTATE;
type              496 tools/perf/builtin-timechart.c 			event->header.type);
type              692 tools/perf/builtin-timechart.c 		pwr->type = CSTATE;
type              707 tools/perf/builtin-timechart.c 		pwr->type = PSTATE;
type              718 tools/perf/builtin-timechart.c static int pid_begin_io_sample(struct timechart *tchart, int pid, int type,
type              752 tools/perf/builtin-timechart.c 	sample->type = type;
type              763 tools/perf/builtin-timechart.c static int pid_end_io_sample(struct timechart *tchart, int pid, int type,
type              786 tools/perf/builtin-timechart.c 	if (sample->type != type) {
type              807 tools/perf/builtin-timechart.c 	} else if (type == IOTYPE_READ || type == IOTYPE_WRITE ||
type              808 tools/perf/builtin-timechart.c 		   type == IOTYPE_TX || type == IOTYPE_RX) {
type              820 tools/perf/builtin-timechart.c 	    prev->type == sample->type &&
type             1019 tools/perf/builtin-timechart.c 		if (pwr->type == CSTATE)
type             1026 tools/perf/builtin-timechart.c 		if (pwr->type == PSTATE) {
type             1114 tools/perf/builtin-timechart.c 				if (sample->type == TYPE_RUNNING) {
type             1163 tools/perf/builtin-timechart.c 				if (sample->type == IOTYPE_SYNC)
type             1172 tools/perf/builtin-timechart.c 				else if (sample->type == IOTYPE_POLL)
type             1181 tools/perf/builtin-timechart.c 				else if (sample->type == IOTYPE_READ)
type             1190 tools/perf/builtin-timechart.c 				else if (sample->type == IOTYPE_WRITE)
type             1199 tools/perf/builtin-timechart.c 				else if (sample->type == IOTYPE_RX)
type             1208 tools/perf/builtin-timechart.c 				else if (sample->type == IOTYPE_TX)
type             1268 tools/perf/builtin-timechart.c 				if (sample->type == TYPE_RUNNING)
type             1273 tools/perf/builtin-timechart.c 				if (sample->type == TYPE_BLOCKED)
type             1278 tools/perf/builtin-timechart.c 				if (sample->type == TYPE_WAITING)
type              947 tools/perf/builtin-top.c 			if (term->type == PERF_EVSEL__CONFIG_TERM_OVERWRITE)
type             1117 tools/perf/builtin-top.c 	if (event->header.type != PERF_RECORD_SAMPLE)
type             1151 tools/perf/builtin-top.c 	if (event->header.type == PERF_RECORD_SAMPLE) {
type             1183 tools/perf/builtin-top.c 		if (event->header.type == PERF_RECORD_SAMPLE)
type             1189 tools/perf/builtin-top.c 	if (event->header.type == PERF_RECORD_SAMPLE) {
type             1192 tools/perf/builtin-top.c 	} else if (event->header.type == PERF_RECORD_LOST) {
type             1194 tools/perf/builtin-top.c 	} else if (event->header.type == PERF_RECORD_LOST_SAMPLES) {
type             1196 tools/perf/builtin-top.c 	} else if (event->header.type < PERF_RECORD_MAX) {
type             1197 tools/perf/builtin-top.c 		hists__inc_nr_events(evsel__hists(evsel), event->header.type);
type             1362 tools/perf/builtin-trace.c 	switch (event->header.type) {
type             1469 tools/perf/builtin-trace.c 		if (strcmp(field->type, "const char *") == 0 &&
type             1475 tools/perf/builtin-trace.c 		else if (strcmp(field->type, "pid_t") == 0)
type             1477 tools/perf/builtin-trace.c 		else if (strcmp(field->type, "umode_t") == 0)
type             1479 tools/perf/builtin-trace.c 		else if ((strcmp(field->type, "int") == 0 ||
type             1480 tools/perf/builtin-trace.c 			  strcmp(field->type, "unsigned int") == 0 ||
type             1481 tools/perf/builtin-trace.c 			  strcmp(field->type, "long") == 0) &&
type             2663 tools/perf/builtin-trace.c 		.type = PERF_TYPE_SOFTWARE,
type             2681 tools/perf/builtin-trace.c 	const u32 type = event->header.type;
type             2684 tools/perf/builtin-trace.c 	if (type != PERF_RECORD_SAMPLE) {
type             2700 tools/perf/builtin-trace.c 	if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT &&
type             2798 tools/perf/builtin-trace.c 							const char *prog_name, const char *type)
type             2804 tools/perf/builtin-trace.c 		scnprintf(default_prog_name, sizeof(default_prog_name), "!syscalls:sys_%s_%s", type, sc->name);
type             2809 tools/perf/builtin-trace.c 			scnprintf(default_prog_name, sizeof(default_prog_name), "!syscalls:sys_%s_%s", type, sc->fmt->alias);
type             2825 tools/perf/builtin-trace.c 		 prog_name, type, sc->name);
type             2970 tools/perf/builtin-trace.c 			if (strcmp(field->type, candidate_field->type))
type             3636 tools/perf/builtin-trace.c 		if (evsel->core.attr.type == PERF_TYPE_SOFTWARE &&
type               12 tools/perf/include/bpf/bpf.h         unsigned int type;
type               23 tools/perf/include/bpf/bpf.h 	.type	     = BPF_MAP_TYPE_##_type,			\
type                6 tools/perf/include/bpf/stdio.h        .type = BPF_MAP_TYPE_PERF_EVENT_ARRAY,
type              100 tools/perf/lib/include/perf/event.h 	__u16			 type;
type              142 tools/perf/lib/include/perf/event.h 	__u16			 type;
type              168 tools/perf/lib/include/perf/event.h 	__u64			 type;
type              212 tools/perf/lib/include/perf/event.h 	__u32			 type;
type              232 tools/perf/lib/include/perf/event.h 	__u32			 type;
type              304 tools/perf/lib/include/perf/event.h 	__u64			 type;
type               23 tools/perf/lib/tests/test-evlist.c 		.type	= PERF_TYPE_SOFTWARE,
type               27 tools/perf/lib/tests/test-evlist.c 		.type	= PERF_TYPE_SOFTWARE,
type               78 tools/perf/lib/tests/test-evlist.c 		.type	= PERF_TYPE_SOFTWARE,
type               82 tools/perf/lib/tests/test-evlist.c 		.type	= PERF_TYPE_SOFTWARE,
type              129 tools/perf/lib/tests/test-evlist.c 		.type	  = PERF_TYPE_SOFTWARE,
type              134 tools/perf/lib/tests/test-evlist.c 		.type	  = PERF_TYPE_SOFTWARE,
type               21 tools/perf/lib/tests/test-evsel.c 		.type	= PERF_TYPE_SOFTWARE,
type               55 tools/perf/lib/tests/test-evsel.c 		.type	= PERF_TYPE_SOFTWARE,
type               87 tools/perf/lib/tests/test-evsel.c 		.type	  = PERF_TYPE_SOFTWARE,
type              526 tools/perf/pmu-events/jevents.c 	EXPECT(tokens->type == JSMN_ARRAY, tokens, "expected top level array");
type              546 tools/perf/pmu-events/jevents.c 		EXPECT(obj->type == JSMN_OBJECT, obj, "expected object");
type              553 tools/perf/pmu-events/jevents.c 			EXPECT(field->type == JSMN_STRING, tok + j,
type              556 tools/perf/pmu-events/jevents.c 			EXPECT(val->type == JSMN_STRING, tok + j + 1,
type              786 tools/perf/pmu-events/jevents.c 		char *cpuid, *version, *type, *fname;
type              808 tools/perf/pmu-events/jevents.c 		type = strtok_r(NULL, ",", &save);
type              814 tools/perf/pmu-events/jevents.c 		fprintf(outfp, "\t.type = \"%s\",\n", type);
type               47 tools/perf/pmu-events/jsmn.c static void jsmn_fill_token(jsmntok_t *token, jsmntype_t type,
type               50 tools/perf/pmu-events/jsmn.c 	token->type = type;
type              182 tools/perf/pmu-events/jsmn.c 		jsmntype_t type;
type              193 tools/perf/pmu-events/jsmn.c 			token->type = (c == '{' ? JSMN_OBJECT : JSMN_ARRAY);
type              199 tools/perf/pmu-events/jsmn.c 			type = (c == '}' ? JSMN_OBJECT : JSMN_ARRAY);
type              203 tools/perf/pmu-events/jsmn.c 					if (token->type != type)
type               37 tools/perf/pmu-events/jsmn.h 	jsmntype_t type;
type              149 tools/perf/pmu-events/json.c 	return LOOKUP(jsmn_types, t->type);
type               34 tools/perf/pmu-events/pmu-events.h 	const char *type;		/* core, uncore etc */
type               77 tools/perf/tests/attr.c 		 attr->type, attr->config, fd);
type               86 tools/perf/tests/attr.c 		    attr->type, attr->config, fd) < 0) {
type              100 tools/perf/tests/attr.c 	WRITE_ASS(type,   PRIu32);
type               42 tools/perf/tests/backward-ring-buffer.c 			const u32 type = event->header.type;
type               44 tools/perf/tests/backward-ring-buffer.c 			switch (type) {
type               52 tools/perf/tests/backward-ring-buffer.c 				pr_err("Unexpected record of type %d\n", type);
type               38 tools/perf/tests/bp_account.c 	attr->type = PERF_TYPE_BREAKPOINT;
type              105 tools/perf/tests/bp_signal.c 	pe.type = PERF_TYPE_BREAKPOINT;
type               80 tools/perf/tests/bp_signal_overflow.c 	pe.type = PERF_TYPE_BREAKPOINT;
type               21 tools/perf/tests/bpf-script-example.c 	unsigned int type;
type               29 tools/perf/tests/bpf-script-example.c 	.type = BPF_MAP_TYPE_ARRAY,
type               21 tools/perf/tests/bpf-script-test-relocation.c 	unsigned int type;
type               29 tools/perf/tests/bpf-script-test-relocation.c 	.type = BPF_MAP_TYPE_ARRAY,
type              191 tools/perf/tests/bpf.c 			const u32 type = event->header.type;
type              193 tools/perf/tests/bpf.c 			if (type == PERF_RECORD_SAMPLE)
type              399 tools/perf/tests/code-reading.c 	if (event->header.type == PERF_RECORD_SAMPLE)
type              402 tools/perf/tests/code-reading.c 	if (event->header.type == PERF_RECORD_THROTTLE ||
type              403 tools/perf/tests/code-reading.c 	    event->header.type == PERF_RECORD_UNTHROTTLE)
type              406 tools/perf/tests/code-reading.c 	if (event->header.type < PERF_RECORD_MAX) {
type              412 tools/perf/tests/code-reading.c 				 event->header.type);
type               27 tools/perf/tests/cpumap.c 	TEST_ASSERT_VAL("wrong type", data->type == PERF_CPU_MAP__MASK);
type               60 tools/perf/tests/cpumap.c 	TEST_ASSERT_VAL("wrong type", data->type == PERF_CPU_MAP__CPUS);
type               23 tools/perf/tests/event_update.c 	TEST_ASSERT_VAL("wrong id", ev->type == PERF_EVENT_UPDATE__UNIT);
type               39 tools/perf/tests/event_update.c 	TEST_ASSERT_VAL("wrong id", ev->type == PERF_EVENT_UPDATE__SCALE);
type               58 tools/perf/tests/event_update.c 	TEST_ASSERT_VAL("wrong id", ev->type == PERF_EVENT_UPDATE__NAME);
type               77 tools/perf/tests/event_update.c 	TEST_ASSERT_VAL("wrong type", ev->type == PERF_EVENT_UPDATE__CPUS);
type               13 tools/perf/tests/evsel-roundtrip-name.c 	int type, op, err = 0, ret = 0, i, idx;
type               20 tools/perf/tests/evsel-roundtrip-name.c 	for (type = 0; type < PERF_COUNT_HW_CACHE_MAX; type++) {
type               23 tools/perf/tests/evsel-roundtrip-name.c 			if (!perf_evsel__is_cache_op_valid(type, op))
type               27 tools/perf/tests/evsel-roundtrip-name.c 				__perf_evsel__hw_cache_type_op_res_name(type, op, i,
type               39 tools/perf/tests/evsel-roundtrip-name.c 	for (type = 0; type < PERF_COUNT_HW_CACHE_MAX; type++) {
type               42 tools/perf/tests/evsel-roundtrip-name.c 			if (!perf_evsel__is_cache_op_valid(type, op))
type               46 tools/perf/tests/evsel-roundtrip-name.c 				__perf_evsel__hw_cache_type_op_res_name(type, op, i,
type               44 tools/perf/tests/keep-tracking.c 			if (event->header.type == PERF_RECORD_COMM &&
type              122 tools/perf/tests/mmap-basic.c 		if (event->header.type != PERF_RECORD_SAMPLE) {
type              124 tools/perf/tests/mmap-basic.c 				 perf_event__name(event->header.type));
type               99 tools/perf/tests/openat-syscall-tp-fields.c 				const u32 type = event->header.type;
type              105 tools/perf/tests/openat-syscall-tp-fields.c 				if (type != PERF_RECORD_SAMPLE) {
type               53 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type);
type               69 tools/perf/tests/parse-events.c 			PERF_TYPE_TRACEPOINT == evsel->core.attr.type);
type               83 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type);
type               93 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", 1 == evsel->core.attr.type);
type              103 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type              114 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type              135 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_SOFTWARE == evsel->core.attr.type);
type              146 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HW_CACHE == evsel->core.attr.type);
type              156 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_BREAKPOINT == evsel->core.attr.type);
type              170 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_BREAKPOINT == evsel->core.attr.type);
type              184 tools/perf/tests/parse-events.c 			PERF_TYPE_BREAKPOINT == evsel->core.attr.type);
type              199 tools/perf/tests/parse-events.c 			PERF_TYPE_BREAKPOINT == evsel->core.attr.type);
type              214 tools/perf/tests/parse-events.c 			PERF_TYPE_BREAKPOINT == evsel->core.attr.type);
type              441 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type);
type              461 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type);
type              472 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type);
type              483 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", 1 == evsel->core.attr.type);
type              499 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type);
type              506 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type);
type              520 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type);
type              533 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type);
type              552 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type);
type              582 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type);
type              646 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type              662 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type              688 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_SOFTWARE == evsel->core.attr.type);
type              704 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type              719 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type              743 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type);
type              762 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type              779 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type              797 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", 1 == evsel->core.attr.type);
type              811 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type              835 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type              853 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type              879 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type              896 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type              911 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type              928 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type              942 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type              965 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type              981 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type             1005 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type             1021 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type             1045 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type             1061 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type             1085 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type             1101 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type             1124 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type             1139 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type             1153 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type             1177 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type             1192 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type             1229 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type             1238 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type);
type             1257 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_BREAKPOINT == evsel->core.attr.type);
type             1272 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_BREAKPOINT == evsel->core.attr.type);
type             1300 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", PERF_TYPE_SOFTWARE == evsel->core.attr.type);
type             1363 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", evsel->core.attr.type == PERF_TYPE_HARDWARE);
type             1373 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong type", evsel->core.attr.type == PERF_TYPE_HARDWARE);
type             1435 tools/perf/tests/parse-events.c 	__u32 type;
type             1758 tools/perf/tests/parse-events.c 	__u32 type;
type               16 tools/perf/tests/parse-no-sample-id-all.c 	if (event->header.type == PERF_RECORD_HEADER_ATTR) {
type               24 tools/perf/tests/parse-no-sample-id-all.c 	if (event->header.type >= PERF_RECORD_USER_TYPE_START)
type               76 tools/perf/tests/parse-no-sample-id-all.c 			.type = PERF_RECORD_HEADER_ATTR,
type               83 tools/perf/tests/parse-no-sample-id-all.c 			.type = PERF_RECORD_HEADER_ATTR,
type               90 tools/perf/tests/parse-no-sample-id-all.c 			.type = PERF_RECORD_MMAP,
type              177 tools/perf/tests/perf-record.c 				const u32 type = event->header.type;
type              178 tools/perf/tests/perf-record.c 				const char *name = perf_event__name(type);
type              181 tools/perf/tests/perf-record.c 				if (type < PERF_RECORD_MAX)
type              182 tools/perf/tests/perf-record.c 					nr_events[type]++;
type              223 tools/perf/tests/perf-record.c 				if ((type == PERF_RECORD_COMM ||
type              224 tools/perf/tests/perf-record.c 				     type == PERF_RECORD_MMAP ||
type              225 tools/perf/tests/perf-record.c 				     type == PERF_RECORD_MMAP2 ||
type              226 tools/perf/tests/perf-record.c 				     type == PERF_RECORD_FORK ||
type              227 tools/perf/tests/perf-record.c 				     type == PERF_RECORD_EXIT) &&
type              233 tools/perf/tests/perf-record.c 				if ((type == PERF_RECORD_COMM ||
type              234 tools/perf/tests/perf-record.c 				     type == PERF_RECORD_MMAP ||
type              235 tools/perf/tests/perf-record.c 				     type == PERF_RECORD_MMAP2) &&
type              241 tools/perf/tests/perf-record.c 				switch (type) {
type              275 tools/perf/tests/perf-record.c 						 type);
type               35 tools/perf/tests/sample-parsing.c 			 u64 type, u64 read_format)
type               39 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_IDENTIFIER)
type               42 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_IP)
type               45 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_TID) {
type               50 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_TIME)
type               53 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_ADDR)
type               56 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_ID)
type               59 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_STREAM_ID)
type               62 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_CPU)
type               65 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_PERIOD)
type               68 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_READ) {
type               86 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_CALLCHAIN) {
type               92 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_RAW) {
type              100 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_BRANCH_STACK) {
type              106 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_REGS_USER) {
type              119 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_STACK_USER) {
type              128 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_WEIGHT)
type              131 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_DATA_SRC)
type              134 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_TRANSACTION)
type              137 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_REGS_INTR) {
type              150 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_PHYS_ADDR)
type              253 tools/perf/tests/sample-parsing.c 	event->header.type = PERF_RECORD_SAMPLE;
type              102 tools/perf/tests/stat.c 	TEST_ASSERT_VAL("wrong type", stat_round->type == PERF_STAT_ROUND_TYPE__INTERVAL);
type               37 tools/perf/tests/sw-clock.c 		.type = PERF_TYPE_SOFTWARE,
type              108 tools/perf/tests/sw-clock.c 		if (event->header.type != PERF_RECORD_SAMPLE)
type               73 tools/perf/tests/switch-tracking.c 	if (event->header.type == PERF_RECORD_COMM &&
type              174 tools/perf/tests/switch-tracking.c 	if (event->header.type == PERF_RECORD_SAMPLE)
type              177 tools/perf/tests/switch-tracking.c 	if (event->header.type == PERF_RECORD_COMM) {
type              126 tools/perf/tests/task-exit.c 		if (event->header.type == PERF_RECORD_EXIT)
type               39 tools/perf/tests/wp.c 	attr->type           = PERF_TYPE_BREAKPOINT;
type              130 tools/perf/trace/beauty/ioctl.c 	    type = _IOC_TYPE(cmd),
type              135 tools/perf/trace/beauty/ioctl.c 		int	type;
type              138 tools/perf/trace/beauty/ioctl.c 			      { .type	= '$', .scnprintf = ioctl__scnprintf_perf_cmd, },
type              139 tools/perf/trace/beauty/ioctl.c 		['A' - '$'] = { .type	= 'A', .scnprintf = ioctl__scnprintf_sndrv_pcm_cmd, },
type              140 tools/perf/trace/beauty/ioctl.c 		['T' - '$'] = { .type	= 'T', .scnprintf = ioctl__scnprintf_tty_cmd, },
type              141 tools/perf/trace/beauty/ioctl.c 		['U' - '$'] = { .type	= 'U', .scnprintf = ioctl__scnprintf_sndrv_ctl_cmd, },
type              142 tools/perf/trace/beauty/ioctl.c 		['d' - '$'] = { .type	= 'd', .scnprintf = ioctl__scnprintf_drm_cmd, },
type              143 tools/perf/trace/beauty/ioctl.c 		[0xAE - '$'] = { .type	= 0xAE, .scnprintf = ioctl__scnprintf_kvm_cmd, },
type              144 tools/perf/trace/beauty/ioctl.c 		[0xAF - '$'] = { .type	= 0xAF, .scnprintf = ioctl__scnprintf_vhost_virtio_cmd, },
type              148 tools/perf/trace/beauty/ioctl.c 	if (type >= ioctl_types[0].type && type <= ioctl_types[nr_types - 1].type) {
type              149 tools/perf/trace/beauty/ioctl.c 		const int index = type - ioctl_types[0].type;
type              168 tools/perf/trace/beauty/ioctl.c 	return printed + scnprintf(bf + printed, size - printed, ", %#x, %#x, %#x)", type, nr, sz);
type               19 tools/perf/trace/beauty/kcmp.c 	int type = syscall_arg__val(arg, 2);
type               22 tools/perf/trace/beauty/kcmp.c 	if (type != KCMP_FILE)
type               29 tools/perf/trace/beauty/kcmp.c static size_t kcmp__scnprintf_type(int type, char *bf, size_t size, bool show_prefix)
type               32 tools/perf/trace/beauty/kcmp.c 	return strarray__scnprintf(&strarray__kcmp_types, bf, size, "%d", show_prefix, type);
type               37 tools/perf/trace/beauty/kcmp.c 	unsigned long type = arg->val;
type               39 tools/perf/trace/beauty/kcmp.c 	if (type != KCMP_FILE)
type               42 tools/perf/trace/beauty/kcmp.c 	return kcmp__scnprintf_type(type, bf, size, arg->show_string_prefix);
type               26 tools/perf/trace/beauty/socket_type.c 	int type = arg->val,
type               27 tools/perf/trace/beauty/socket_type.c 	    flags = type & ~SOCK_TYPE_MASK;
type               29 tools/perf/trace/beauty/socket_type.c 	type &= SOCK_TYPE_MASK;
type               33 tools/perf/trace/beauty/socket_type.c 	switch (type) {
type               44 tools/perf/trace/beauty/socket_type.c 		printed = scnprintf(bf, size, "%#x", type);
type             2663 tools/perf/ui/browsers/hists.c 		   enum rstype type)
type             2669 tools/perf/ui/browsers/hists.c 		type == A_ASM ? "with assembler" :
type             2670 tools/perf/ui/browsers/hists.c 		type == A_SOURCE ? "with source" : "") < 0)
type             2675 tools/perf/ui/browsers/hists.c 	act->rstype = type;
type              883 tools/perf/util/annotate.c 			 __func__, __LINE__, sym->name, sym->start, addr, sym->end, sym->type == STT_FUNC);
type             3087 tools/perf/util/annotate.c 	unsigned int type = (unsigned int) -1;
type             3091 tools/perf/util/annotate.c 			type = PERCENT_PERIOD_LOCAL;
type             3093 tools/perf/util/annotate.c 			type = PERCENT_PERIOD_GLOBAL;
type             3098 tools/perf/util/annotate.c 			type = PERCENT_HITS_LOCAL;
type             3100 tools/perf/util/annotate.c 			type = PERCENT_HITS_GLOBAL;
type             3103 tools/perf/util/annotate.c 	return type;
type             3110 tools/perf/util/annotate.c 	unsigned int type;
type             3124 tools/perf/util/annotate.c 	type = parse_percent_type(str1, str2);
type             3125 tools/perf/util/annotate.c 	if (type == (unsigned int) -1)
type             3126 tools/perf/util/annotate.c 		type = parse_percent_type(str2, str1);
type             3127 tools/perf/util/annotate.c 	if (type != (unsigned int) -1) {
type             3128 tools/perf/util/annotate.c 		opts->percent_type = type;
type              163 tools/perf/util/annotate.h static inline const char *percent_type_str(unsigned int type)
type              172 tools/perf/util/annotate.h 	if (WARN_ON(type >= PERCENT_MAX))
type              175 tools/perf/util/annotate.h 	return str[type];
type               68 tools/perf/util/arm-spe-pkt-decoder.c const char *arm_spe_pkt_name(enum arm_spe_pkt_type type)
type               70 tools/perf/util/arm-spe-pkt-decoder.c 	return arm_spe_packet_name[type];
type              108 tools/perf/util/arm-spe-pkt-decoder.c 	packet->type = ARM_SPE_PAD;
type              120 tools/perf/util/arm-spe-pkt-decoder.c 	packet->type = ARM_SPE_PAD;
type              126 tools/perf/util/arm-spe-pkt-decoder.c 	packet->type = ARM_SPE_END;
type              133 tools/perf/util/arm-spe-pkt-decoder.c 	packet->type = ARM_SPE_TIMESTAMP;
type              142 tools/perf/util/arm-spe-pkt-decoder.c 	packet->type = ARM_SPE_EVENTS;
type              157 tools/perf/util/arm-spe-pkt-decoder.c 	packet->type = ARM_SPE_DATA_SOURCE;
type              164 tools/perf/util/arm-spe-pkt-decoder.c 	packet->type = ARM_SPE_CONTEXT;
type              173 tools/perf/util/arm-spe-pkt-decoder.c 	packet->type = ARM_SPE_OP_TYPE;
type              184 tools/perf/util/arm-spe-pkt-decoder.c 	packet->type = ARM_SPE_COUNTER;
type              201 tools/perf/util/arm-spe-pkt-decoder.c 	packet->type = ARM_SPE_ADDRESS;
type              267 tools/perf/util/arm-spe-pkt-decoder.c 	if (ret > 0 && packet->type == ARM_SPE_PAD) {
type              279 tools/perf/util/arm-spe-pkt-decoder.c 	const char *name = arm_spe_pkt_name(packet->type);
type              281 tools/perf/util/arm-spe-pkt-decoder.c 	switch (packet->type) {
type               32 tools/perf/util/arm-spe-pkt-decoder.h 	enum arm_spe_pkt_type	type;
type              213 tools/perf/util/arm-spe.c 	spe->auxtrace_type = auxtrace_info->type;
type              390 tools/perf/util/auxtrace.c 	if (event->header.type == PERF_RECORD_AUXTRACE) {
type              864 tools/perf/util/auxtrace.c void auxtrace_synth_error(struct perf_record_auxtrace_error *auxtrace_error, int type,
type              872 tools/perf/util/auxtrace.c 	auxtrace_error->header.type = PERF_RECORD_AUXTRACE_ERROR;
type              873 tools/perf/util/auxtrace.c 	auxtrace_error->type = type;
type              903 tools/perf/util/auxtrace.c 	ev->auxtrace_info.header.type = PERF_RECORD_AUXTRACE_INFO;
type              920 tools/perf/util/auxtrace.c 	enum auxtrace_type type = event->auxtrace_info.type;
type              923 tools/perf/util/auxtrace.c 		fprintf(stdout, " type: %u\n", type);
type              925 tools/perf/util/auxtrace.c 	switch (type) {
type              956 tools/perf/util/auxtrace.c 	if (!session->auxtrace || event->header.type != PERF_RECORD_AUXTRACE)
type             1161 tools/perf/util/auxtrace.c static const char *auxtrace_error_name(int type)
type             1165 tools/perf/util/auxtrace.c 	if (type < PERF_AUXTRACE_ERROR_MAX)
type             1166 tools/perf/util/auxtrace.c 		error_type_name = auxtrace_error_type_name[type];
type             1180 tools/perf/util/auxtrace.c 		      auxtrace_error_name(e->type), e->type);
type             1204 tools/perf/util/auxtrace.c 	if (e->type < PERF_AUXTRACE_ERROR_MAX)
type             1205 tools/perf/util/auxtrace.c 		session->evlist->stats.nr_auxtrace_errors[e->type] += 1;
type             1314 tools/perf/util/auxtrace.c 	ev.auxtrace.header.type = PERF_RECORD_AUXTRACE;
type             1717 tools/perf/util/auxtrace.c static bool kern_sym_match(struct sym_args *args, const char *name, char type)
type             1720 tools/perf/util/auxtrace.c 	return kallsyms__is_function(type) &&
type             1722 tools/perf/util/auxtrace.c 	       ((args->global && isupper(type)) ||
type             1727 tools/perf/util/auxtrace.c static int find_kern_sym_cb(void *arg, const char *name, char type, u64 start)
type             1737 tools/perf/util/auxtrace.c 		} else if (kern_sym_match(args, name, type)) {
type             1741 tools/perf/util/auxtrace.c 	} else if (kern_sym_match(args, name, type)) {
type             1749 tools/perf/util/auxtrace.c static int print_kern_sym_cb(void *arg, const char *name, char type, u64 start)
type             1753 tools/perf/util/auxtrace.c 	if (kern_sym_match(args, name, type)) {
type             1755 tools/perf/util/auxtrace.c 		       ++args->cnt, start, type, name);
type             1821 tools/perf/util/auxtrace.c 			       char type, u64 start)
type             1825 tools/perf/util/auxtrace.c 	if (!kallsyms__is_function(type))
type             2160 tools/perf/util/auxtrace.c 		if (pmu->type == evsel->core.attr.type)
type              524 tools/perf/util/auxtrace.h void auxtrace_synth_error(struct perf_record_auxtrace_error *auxtrace_error, int type,
type               75 tools/perf/util/bpf-event.c 	switch (event->bpf.type) {
type               87 tools/perf/util/bpf-event.c 		pr_debug("unexpected bpf event type of %d\n", event->bpf.type);
type              235 tools/perf/util/bpf-event.c 				.type = PERF_RECORD_KSYMBOL,
type              259 tools/perf/util/bpf-event.c 				.type = PERF_RECORD_BPF_EVENT,
type              262 tools/perf/util/bpf-event.c 			.type = PERF_BPF_EVENT_PROG_LOAD,
type              399 tools/perf/util/bpf-event.c 	if (event->header.type != PERF_RECORD_BPF_EVENT)
type              402 tools/perf/util/bpf-event.c 	switch (event->bpf.type) {
type              414 tools/perf/util/bpf-event.c 		pr_debug("unexpected bpf event type of %d\n", event->bpf.type);
type              425 tools/perf/util/bpf-event.c 		.type	          = PERF_TYPE_SOFTWARE,
type              533 tools/perf/util/bpf-loader.c 	int i, type = 0;
type              556 tools/perf/util/bpf-loader.c 			mapping[n] = type;
type              557 tools/perf/util/bpf-loader.c 			pr_debug("mapping[%d]=%d\n", n, type);
type              562 tools/perf/util/bpf-loader.c 			mapping[n] = type;
type              564 tools/perf/util/bpf-loader.c 			mapping[n] = ++type;
type              569 tools/perf/util/bpf-loader.c 	*nr_types = type + 1;
type              782 tools/perf/util/bpf-loader.c 				int type = priv->type_mapping[i];
type              784 tools/perf/util/bpf-loader.c 				fd = bpf_program__nth_fd(prog, type);
type             1018 tools/perf/util/bpf-loader.c 	if (def->type != BPF_MAP_TYPE_ARRAY) {
type             1092 tools/perf/util/bpf-loader.c 	if (def->type != BPF_MAP_TYPE_PERF_EVENT_ARRAY) {
type             1340 tools/perf/util/bpf-loader.c 		switch (def->type) {
type             1435 tools/perf/util/bpf-loader.c 	if (attr->type == PERF_TYPE_RAW)
type             1437 tools/perf/util/bpf-loader.c 	if (attr->type == PERF_TYPE_HARDWARE)
type               68 tools/perf/util/bpf-prologue.c argtype_to_ldx_size(const char *type)
type               70 tools/perf/util/bpf-prologue.c 	int arg_size = type ? atoi(&type[1]) : 64;
type              303 tools/perf/util/bpf-prologue.c 		int insn_sz = (args[i].ref) ? argtype_to_ldx_size(args[i].type) : BPF_DW;
type               14 tools/perf/util/bpf_map.c 	return def->type == BPF_MAP_TYPE_PERCPU_HASH ||
type               15 tools/perf/util/bpf_map.c 	       def->type == BPF_MAP_TYPE_PERCPU_ARRAY ||
type               16 tools/perf/util/bpf_map.c 	       def->type == BPF_MAP_TYPE_LRU_PERCPU_HASH ||
type               17 tools/perf/util/bpf_map.c 	       def->type == BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE;
type               21 tools/perf/util/branch.c 	if (flags->type == PERF_BR_UNKNOWN || from == 0)
type               24 tools/perf/util/branch.c 	st->counts[flags->type]++;
type               26 tools/perf/util/branch.c 	if (flags->type == PERF_BR_COND) {
type               39 tools/perf/util/branch.c const char *branch_type_name(int type)
type               55 tools/perf/util/branch.c 	if (type >= 0 && type < PERF_BR_MAX)
type               56 tools/perf/util/branch.c 		return branch_names[type];
type               22 tools/perf/util/branch.h 	u64 type:4;
type               57 tools/perf/util/branch.h const char *branch_type_name(int type);
type               51 tools/perf/util/build-id.c 			event->header.type);
type               20 tools/perf/util/cgroup.c 	char mountpoint[PATH_MAX + 1], tokens[PATH_MAX + 1], type[PATH_MAX + 1];
type               38 tools/perf/util/cgroup.c 				mountpoint, type, tokens) == 3) {
type               40 tools/perf/util/cgroup.c 		if (!path_v1[0] && !strcmp(type, "cgroup")) {
type               53 tools/perf/util/cgroup.c 		if (!path_v2[0] && !strcmp(type, "cgroup2"))
type               33 tools/perf/util/cloexec.c 		.type = PERF_TYPE_SOFTWARE,
type               65 tools/perf/util/cpumap.c 	if (data->type == PERF_CPU_MAP__CPUS)
type              993 tools/perf/util/cs-etm.c 			       struct perf_sample *sample, u64 type)
type              995 tools/perf/util/cs-etm.c 	event->header.size = perf_event__sample_event_size(sample, type, 0);
type              996 tools/perf/util/cs-etm.c 	return perf_event__synthesize_sample(event, type, 0, sample);
type             1121 tools/perf/util/cs-etm.c 	event->sample.header.type = PERF_RECORD_SAMPLE;
type             1181 tools/perf/util/cs-etm.c 	event->sample.header.type = PERF_RECORD_SAMPLE;
type             1270 tools/perf/util/cs-etm.c 		if (evsel->core.attr.type == etm->pmu_type) {
type             1283 tools/perf/util/cs-etm.c 	attr.type = PERF_TYPE_HARDWARE;
type             2279 tools/perf/util/cs-etm.c 	    event->header.type == PERF_RECORD_EXIT)
type             2283 tools/perf/util/cs-etm.c 	if (event->header.type == PERF_RECORD_ITRACE_START)
type             2285 tools/perf/util/cs-etm.c 	else if (event->header.type == PERF_RECORD_SWITCH_CPU_WIDE)
type             2289 tools/perf/util/cs-etm.c 	    event->header.type == PERF_RECORD_AUX)
type             2546 tools/perf/util/cs-etm.c 	etm->auxtrace_type = auxtrace_info->type;
type               95 tools/perf/util/data-convert-bt.c static int value_set(struct bt_ctf_field_type *type,
type              100 tools/perf/util/data-convert-bt.c 	bool sign = bt_ctf_field_type_integer_get_signed(type);
type              103 tools/perf/util/data-convert-bt.c 	field = bt_ctf_field_create(type);
type              142 tools/perf/util/data-convert-bt.c 	struct bt_ctf_field_type *type = cw->data._name;		\
type              143 tools/perf/util/data-convert-bt.c 	return value_set(type, event, name, (u64) val);			\
type              159 tools/perf/util/data-convert-bt.c 	struct bt_ctf_field_type *type = cw->data.string;
type              163 tools/perf/util/data-convert-bt.c 	field = bt_ctf_field_create(type);
type              292 tools/perf/util/data-convert-bt.c 	struct bt_ctf_field_type *type;
type              322 tools/perf/util/data-convert-bt.c 		type = bt_ctf_event_class_get_field_by_name(
type              324 tools/perf/util/data-convert-bt.c 		array_field = bt_ctf_field_create(type);
type              325 tools/perf/util/data-convert-bt.c 		bt_ctf_field_type_put(type);
type              338 tools/perf/util/data-convert-bt.c 	type = get_tracepoint_field_type(cw, fmtf);
type              344 tools/perf/util/data-convert-bt.c 			field = bt_ctf_field_create(type);
type              591 tools/perf/util/data-convert-bt.c 	u64 type = evsel->core.attr.sample_type;
type              605 tools/perf/util/data-convert-bt.c 	if (type & PERF_SAMPLE_IP) {
type              611 tools/perf/util/data-convert-bt.c 	if (type & PERF_SAMPLE_TID) {
type              621 tools/perf/util/data-convert-bt.c 	if ((type & PERF_SAMPLE_ID) ||
type              622 tools/perf/util/data-convert-bt.c 	    (type & PERF_SAMPLE_IDENTIFIER)) {
type              628 tools/perf/util/data-convert-bt.c 	if (type & PERF_SAMPLE_STREAM_ID) {
type              634 tools/perf/util/data-convert-bt.c 	if (type & PERF_SAMPLE_PERIOD) {
type              640 tools/perf/util/data-convert-bt.c 	if (type & PERF_SAMPLE_WEIGHT) {
type              646 tools/perf/util/data-convert-bt.c 	if (type & PERF_SAMPLE_DATA_SRC) {
type              653 tools/perf/util/data-convert-bt.c 	if (type & PERF_SAMPLE_TRANSACTION) {
type              799 tools/perf/util/data-convert-bt.c 	unsigned long type = evsel->core.attr.sample_type;
type              824 tools/perf/util/data-convert-bt.c 	if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) {
type              831 tools/perf/util/data-convert-bt.c 	if (type & PERF_SAMPLE_CALLCHAIN) {
type              972 tools/perf/util/data-convert-bt.c 		struct bt_ctf_field_type *type,
type              982 tools/perf/util/data-convert-bt.c 		return bt_ctf_event_class_add_field(event_class, type,
type             1004 tools/perf/util/data-convert-bt.c 	ret = bt_ctf_event_class_add_field(event_class, type, name);
type             1019 tools/perf/util/data-convert-bt.c 		struct bt_ctf_field_type *type;
type             1024 tools/perf/util/data-convert-bt.c 		type = get_tracepoint_field_type(cw, field);
type             1025 tools/perf/util/data-convert-bt.c 		if (!type)
type             1037 tools/perf/util/data-convert-bt.c 			type = bt_ctf_field_type_array_create(type, field->arraylen);
type             1039 tools/perf/util/data-convert-bt.c 		ret = event_class_add_field(event_class, type, field);
type             1042 tools/perf/util/data-convert-bt.c 			bt_ctf_field_type_put(type);
type             1091 tools/perf/util/data-convert-bt.c 	u64 type = evsel->core.attr.sample_type;
type             1115 tools/perf/util/data-convert-bt.c 	if (type & PERF_SAMPLE_IP)
type             1118 tools/perf/util/data-convert-bt.c 	if (type & PERF_SAMPLE_TID) {
type             1123 tools/perf/util/data-convert-bt.c 	if ((type & PERF_SAMPLE_ID) ||
type             1124 tools/perf/util/data-convert-bt.c 	    (type & PERF_SAMPLE_IDENTIFIER))
type             1127 tools/perf/util/data-convert-bt.c 	if (type & PERF_SAMPLE_STREAM_ID)
type             1130 tools/perf/util/data-convert-bt.c 	if (type & PERF_SAMPLE_PERIOD)
type             1133 tools/perf/util/data-convert-bt.c 	if (type & PERF_SAMPLE_WEIGHT)
type             1136 tools/perf/util/data-convert-bt.c 	if (type & PERF_SAMPLE_DATA_SRC)
type             1139 tools/perf/util/data-convert-bt.c 	if (type & PERF_SAMPLE_TRANSACTION)
type             1142 tools/perf/util/data-convert-bt.c 	if (type & PERF_SAMPLE_CALLCHAIN) {
type             1161 tools/perf/util/data-convert-bt.c 	pr("Adding event '%s' (type %d)\n", name, evsel->core.attr.type);
type             1171 tools/perf/util/data-convert-bt.c 	if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) {
type             1408 tools/perf/util/data-convert-bt.c 	struct bt_ctf_field_type *type;
type             1410 tools/perf/util/data-convert-bt.c 	type = bt_ctf_field_type_integer_create(size);
type             1411 tools/perf/util/data-convert-bt.c 	if (!type)
type             1415 tools/perf/util/data-convert-bt.c 	    bt_ctf_field_type_integer_set_signed(type, 1))
type             1419 tools/perf/util/data-convert-bt.c 	    bt_ctf_field_type_integer_set_base(type, BT_CTF_INTEGER_BASE_HEXADECIMAL))
type             1423 tools/perf/util/data-convert-bt.c 	bt_ctf_field_type_set_byte_order(type, BT_CTF_BYTE_ORDER_BIG_ENDIAN);
type             1425 tools/perf/util/data-convert-bt.c 	bt_ctf_field_type_set_byte_order(type, BT_CTF_BYTE_ORDER_LITTLE_ENDIAN);
type             1430 tools/perf/util/data-convert-bt.c 	return type;
type             1433 tools/perf/util/data-convert-bt.c 	bt_ctf_field_type_put(type);
type             1447 tools/perf/util/data-convert-bt.c #define CREATE_INT_TYPE(type, size, sign, hex)		\
type             1449 tools/perf/util/data-convert-bt.c 	(type) = create_int_type(size, sign, hex);	\
type             1450 tools/perf/util/data-convert-bt.c 	if (!(type))					\
type              458 tools/perf/util/db-export.c 		u32 type = branch_types[i].branch_type;
type              461 tools/perf/util/db-export.c 		if (type == PERF_IP_FLAG_BRANCH ||
type              462 tools/perf/util/db-export.c 		    (type & (PERF_IP_FLAG_TRACE_BEGIN | PERF_IP_FLAG_TRACE_END)))
type              466 tools/perf/util/db-export.c 		err = db_export__branch_type(dbe, type | PERF_IP_FLAG_TRACE_BEGIN, buf);
type              471 tools/perf/util/db-export.c 		err = db_export__branch_type(dbe, type | PERF_IP_FLAG_TRACE_END, buf);
type              575 tools/perf/util/db-export.c 	if (event->header.type == PERF_RECORD_SWITCH_CPU_WIDE) {
type               67 tools/perf/util/dso.c 				   enum dso_binary_type type,
type               74 tools/perf/util/dso.c 	switch (type) {
type             1319 tools/perf/util/dso.c 	enum dso_type type = DSO__TYPE_UNKNOWN;
type             1323 tools/perf/util/dso.c 		type = dso__type_fd(fd);
type             1327 tools/perf/util/dso.c 	return type;
type              100 tools/perf/util/dso.h #define DSO__SWAP(dso, type, val)			\
type              102 tools/perf/util/dso.h 	type ____r = val;				\
type              254 tools/perf/util/dso.h int dso__read_binary_type_filename(const struct dso *dso, enum dso_binary_type type,
type              972 tools/perf/util/dwarf-aux.c 	Dwarf_Die type;
type              976 tools/perf/util/dwarf-aux.c 	if (__die_get_real_type(vr_die, &type) == NULL)
type              979 tools/perf/util/dwarf-aux.c 	tag = dwarf_tag(&type);
type              986 tools/perf/util/dwarf-aux.c 		if (!dwarf_diename(&type))
type              995 tools/perf/util/dwarf-aux.c 		return strbuf_addf(buf, "%s%s", tmp, dwarf_diename(&type));
type              997 tools/perf/util/dwarf-aux.c 	ret = die_get_typename(&type, buf);
type              292 tools/perf/util/env.c 	zfree(&cache->type);
type               22 tools/perf/util/env.h 	char	*type;
type               91 tools/perf/util/event.c static int find_symbol_cb(void *arg, const char *name, char type,
type              100 tools/perf/util/event.c 	if (!(kallsyms__is_function(type) ||
type              101 tools/perf/util/event.c 	      type == 'A') || strcmp(name, args->name))
type              373 tools/perf/util/event.c 	if (event->header.type == PERF_RECORD_SWITCH)
type              398 tools/perf/util/event.c 		       event->bpf.type, event->bpf.flags, event->bpf.id);
type              404 tools/perf/util/event.c 			     perf_event__name(event->header.type));
type              406 tools/perf/util/event.c 	switch (event->header.type) {
type              624 tools/perf/util/event.c 	return attr->type == PERF_TYPE_HARDWARE &&
type              631 tools/perf/util/event.c 	if (attr->type == PERF_TYPE_SOFTWARE &&
type              380 tools/perf/util/event.h void *cpu_map_data__alloc(struct perf_cpu_map *map, size_t *size, u16 *type, int *max);
type              382 tools/perf/util/event.h 			       u16 type, int max);
type               47 tools/perf/util/events_stats.h void events_stats__inc(struct events_stats *stats, u32 type);
type              225 tools/perf/util/evlist.c 		.type	= PERF_TYPE_SOFTWARE,
type              279 tools/perf/util/evlist.c 		if (evsel->core.attr.type   == PERF_TYPE_TRACEPOINT &&
type              294 tools/perf/util/evlist.c 		if ((evsel->core.attr.type == PERF_TYPE_TRACEPOINT) &&
type              498 tools/perf/util/evlist.c 	if (event->header.type == PERF_RECORD_SAMPLE) {
type              524 tools/perf/util/evlist.c 	    event->header.type != PERF_RECORD_SAMPLE)
type             1033 tools/perf/util/evlist.c 		if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT)
type              298 tools/perf/util/evsel.c 		.type	= PERF_TYPE_HARDWARE,
type              346 tools/perf/util/evsel.c 			.type	       = PERF_TYPE_TRACEPOINT,
type              464 tools/perf/util/evsel.c static int __perf_evsel__bp_name(char *bf, size_t size, u64 addr, u64 type)
type              470 tools/perf/util/evsel.c 	if (type & HW_BREAKPOINT_R)
type              473 tools/perf/util/evsel.c 	if (type & HW_BREAKPOINT_W)
type              476 tools/perf/util/evsel.c 	if (type & HW_BREAKPOINT_X)
type              534 tools/perf/util/evsel.c bool perf_evsel__is_cache_op_valid(u8 type, u8 op)
type              536 tools/perf/util/evsel.c 	if (perf_evsel__hw_cache_stat[type] & COP(op))
type              542 tools/perf/util/evsel.c int __perf_evsel__hw_cache_type_op_res_name(u8 type, u8 op, u8 result,
type              546 tools/perf/util/evsel.c 		return scnprintf(bf, size, "%s-%s-%s", perf_evsel__hw_cache[type][0],
type              551 tools/perf/util/evsel.c 	return scnprintf(bf, size, "%s-%s", perf_evsel__hw_cache[type][0],
type              557 tools/perf/util/evsel.c 	u8 op, result, type = (config >>  0) & 0xff;
type              560 tools/perf/util/evsel.c 	if (type >= PERF_COUNT_HW_CACHE_MAX)
type              574 tools/perf/util/evsel.c 	if (!perf_evsel__is_cache_op_valid(type, op))
type              577 tools/perf/util/evsel.c 	return __perf_evsel__hw_cache_type_op_res_name(type, op, result, bf, size);
type              610 tools/perf/util/evsel.c 	switch (evsel->core.attr.type) {
type              640 tools/perf/util/evsel.c 			  evsel->core.attr.type);
type              789 tools/perf/util/evsel.c 		switch (term->type) {
type              904 tools/perf/util/evsel.c 	return (evsel->core.attr.type == PERF_TYPE_SOFTWARE) &&
type             1847 tools/perf/util/evsel.c 	u64 type = evsel->core.attr.sample_type;
type             1855 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_IDENTIFIER) {
type             1860 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_CPU) {
type             1872 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_STREAM_ID) {
type             1877 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_ID) {
type             1882 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_TIME) {
type             1887 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_TID) {
type             1936 tools/perf/util/evsel.c 	u64 type = evsel->core.attr.sample_type;
type             1958 tools/perf/util/evsel.c 	if (event->header.type != PERF_RECORD_SAMPLE) {
type             1969 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_IDENTIFIER) {
type             1974 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_IP) {
type             1979 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_TID) {
type             1993 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_TIME) {
type             1998 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_ADDR) {
type             2003 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_ID) {
type             2008 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_STREAM_ID) {
type             2013 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_CPU) {
type             2026 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_PERIOD) {
type             2031 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_READ) {
type             2086 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_RAW) {
type             2117 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_BRANCH_STACK) {
type             2131 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_REGS_USER) {
type             2147 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_STACK_USER) {
type             2168 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_WEIGHT) {
type             2174 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_DATA_SRC) {
type             2180 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_TRANSACTION) {
type             2187 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_REGS_INTR) {
type             2204 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_PHYS_ADDR) {
type             2216 tools/perf/util/evsel.c 	u64 type = evsel->core.attr.sample_type;
type             2219 tools/perf/util/evsel.c 	if (!(type & PERF_SAMPLE_TIME))
type             2222 tools/perf/util/evsel.c 	if (event->header.type != PERF_RECORD_SAMPLE) {
type             2241 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_IDENTIFIER)
type             2244 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_IP)
type             2247 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_TID)
type             2250 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_TIME)
type             2336 tools/perf/util/evsel.c 	    evsel->core.attr.type   == PERF_TYPE_HARDWARE &&
type             2349 tools/perf/util/evsel.c 		evsel->core.attr.type   = PERF_TYPE_SOFTWARE;
type             2480 tools/perf/util/evsel.c 		if (evsel->core.attr.type == PERF_TYPE_HARDWARE)
type              184 tools/perf/util/evsel.h bool perf_evsel__is_cache_op_valid(u8 type, u8 op);
type              196 tools/perf/util/evsel.h int __perf_evsel__hw_cache_type_op_res_name(u8 type, u8 op, u8 result,
type              253 tools/perf/util/evsel.h 	(evsel->core.attr.type == PERF_TYPE_##t &&	\
type              259 tools/perf/util/evsel.h 	return (e1->core.attr.type == e2->core.attr.type) &&
type              266 tools/perf/util/evsel.h 	 (a)->core.attr.type == (b)->core.attr.type &&	\
type               32 tools/perf/util/evsel_config.h 	enum evsel_term_type  type;
type               80 tools/perf/util/evsel_fprintf.c 		if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) {
type               57 tools/perf/util/genelf.c   unsigned int type;    /* Interpretation of the descriptor */
type              468 tools/perf/util/genelf.c 	bnote.desc.type   = NT_GNU_BUILD_ID;
type              750 tools/perf/util/header.c 		ret = do_write(ff, &pmu->type, sizeof(pmu->type));
type             1019 tools/perf/util/header.c 	if (strcmp(a->type, b->type))
type             1060 tools/perf/util/header.c 	if (sysfs__read_str(file, &cache->type, &len))
type             1063 tools/perf/util/header.c 	cache->type[len] = 0;
type             1064 tools/perf/util/header.c 	cache->type = strim(cache->type);
type             1068 tools/perf/util/header.c 		zfree(&cache->type);
type             1078 tools/perf/util/header.c 		zfree(&cache->type);
type             1089 tools/perf/util/header.c 	fprintf(out, "L%d %-15s %8s [%s]\n", c->level, c->type, c->size, c->map);
type             1170 tools/perf/util/header.c 		_W(type)
type             1780 tools/perf/util/header.c 	u32 type;
type             1791 tools/perf/util/header.c 		type = strtoul(str, &tmp, 0);
type             1796 tools/perf/util/header.c 		fprintf(fp, "%s%s = %" PRIu32, delimiter, str, type);
type             2379 tools/perf/util/header.c 	u32 type;
type             2395 tools/perf/util/header.c 		if (do_read_u32(ff, &type))
type             2402 tools/perf/util/header.c 		if (strbuf_addf(&sb, "%u:%s", type, name) < 0)
type             2409 tools/perf/util/header.c 			ff->ph->env.msr_pmu_type = type;
type             2556 tools/perf/util/header.c 		_R(type)
type             2949 tools/perf/util/header.c static int do_write_feat(struct feat_fd *ff, int type,
type             2956 tools/perf/util/header.c 	if (perf_header__has_feat(ff->ph, type)) {
type             2957 tools/perf/util/header.c 		if (!feat_ops[type].write)
type             2965 tools/perf/util/header.c 		err = feat_ops[type].write(ff, evlist);
type             2967 tools/perf/util/header.c 			pr_debug("failed to write feature %s\n", feat_ops[type].name);
type             3522 tools/perf/util/header.c 		if (pos->core.attr.type == PERF_TYPE_TRACEPOINT &&
type             3644 tools/perf/util/header.c 	int type = fe->header.type;
type             3647 tools/perf/util/header.c 	if (type < 0 || type >= PERF_RECORD_HEADER_MAX) {
type             3648 tools/perf/util/header.c 		pr_warning("invalid record type %d in pipe-mode\n", type);
type             3652 tools/perf/util/header.c 		pr_warning("invalid record type %d in pipe-mode\n", type);
type             3690 tools/perf/util/header.c 	switch (ev->type) {
type             3777 tools/perf/util/header.c 	switch (ev->type) {
type             1301 tools/perf/util/hist.c 				       enum hist_filter type);
type             1311 tools/perf/util/hist.c 						enum hist_filter type,
type             1318 tools/perf/util/hist.c 	switch (type) {
type             1357 tools/perf/util/hist.c 		if (!(he->filtered & (1 << type))) {
type             1359 tools/perf/util/hist.c 				parent->filtered &= ~(1 << type);
type             1374 tools/perf/util/hist.c 			he->filtered |= (1 << type);
type             1376 tools/perf/util/hist.c 			he->filtered |= (parent->filtered & (1 << type));
type             2091 tools/perf/util/hist.c static void hists__filter_by_type(struct hists *hists, int type, filter_fn_t filter)
type             2106 tools/perf/util/hist.c 		hists__remove_entry_filter(hists, h, type);
type             2151 tools/perf/util/hist.c static void hists__filter_hierarchy(struct hists *hists, int type, const void *arg)
type             2166 tools/perf/util/hist.c 		ret = hist_entry__filter(h, type, arg);
type             2174 tools/perf/util/hist.c 			h->filtered |= (1 << type);
type             2183 tools/perf/util/hist.c 			h->filtered |= (1 << type);
type             2193 tools/perf/util/hist.c 			hists__remove_entry_filter(hists, h, type);
type             2258 tools/perf/util/hist.c void events_stats__inc(struct events_stats *stats, u32 type)
type             2261 tools/perf/util/hist.c 	++stats->nr_events[type];
type             2264 tools/perf/util/hist.c void hists__inc_nr_events(struct hists *hists, u32 type)
type             2266 tools/perf/util/hist.c 	events_stats__inc(&hists->stats, type);
type              192 tools/perf/util/hist.h void hists__inc_nr_events(struct hists *hists, u32 type);
type              386 tools/perf/util/hist.h int hist_entry__filter(struct hist_entry *he, int type, const void *arg);
type              297 tools/perf/util/intel-bts.c 	event.sample.header.type = PERF_RECORD_SAMPLE;
type              621 tools/perf/util/intel-bts.c 	if (event->header.type == PERF_RECORD_EXIT) {
type              627 tools/perf/util/intel-bts.c 	if (event->header.type == PERF_RECORD_AUX &&
type              771 tools/perf/util/intel-bts.c 		if (evsel->core.attr.type == bts->pmu_type && evsel->core.ids) {
type              784 tools/perf/util/intel-bts.c 	attr.type = PERF_TYPE_HARDWARE;
type              870 tools/perf/util/intel-bts.c 	bts->auxtrace_type = auxtrace_info->type;
type              630 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		} while (pkt_info.packet.type == INTEL_PT_PAD);
type              636 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		pkt_info.last_packet_type = pkt_info.packet.type;
type              683 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	switch (pkt_info->packet.type) {
type              880 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	decoder->last_packet_type = decoder->packet.type;
type              908 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	} while (decoder->packet.type == INTEL_PT_PAD);
type              973 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	decoder->state.type |= INTEL_PT_INSTRUCTION;
type             1014 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		decoder->state.type = INTEL_PT_INSTRUCTION;
type             1092 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		decoder->state.type = INTEL_PT_TRANSACTION;
type             1100 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		decoder->state.type = INTEL_PT_PTW;
type             1109 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		decoder->state.type = INTEL_PT_MWAIT_OP;
type             1117 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		decoder->state.type |= INTEL_PT_PWR_ENTRY;
type             1118 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		decoder->state.type &= ~INTEL_PT_BRANCH;
type             1126 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		decoder->state.type |= INTEL_PT_EX_STOP;
type             1127 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		decoder->state.type &= ~INTEL_PT_BRANCH;
type             1135 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		decoder->state.type |= INTEL_PT_BLK_ITEMS;
type             1136 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		decoder->state.type &= ~INTEL_PT_BRANCH;
type             1202 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	    (decoder->state.type & INTEL_PT_BRANCH) &&
type             1209 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		decoder->state.type |= INTEL_PT_TRACE_END;
type             1229 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			decoder->state.type |= INTEL_PT_TRACE_END;
type             1257 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			decoder->state.type |= INTEL_PT_TRACE_END;
type             1317 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			if (decoder->packet.type != INTEL_PT_TIP ||
type             1347 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			if (decoder->state.type & INTEL_PT_INSTRUCTION) {
type             1349 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 				decoder->state.type = INTEL_PT_INSTRUCTION;
type             1379 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	if (decoder->packet.type == INTEL_PT_FUP) {
type             1678 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		switch (decoder->packet.type) {
type             1743 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 				decoder->state.type |= INTEL_PT_INSTRUCTION;
type             1777 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		switch (decoder->packet.type) {
type             1820 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			decoder->state.type |= INTEL_PT_TRACE_END;
type             1834 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			decoder->state.type |= INTEL_PT_TRACE_BEGIN;
type             1855 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 				decoder->state.type |= INTEL_PT_INSTRUCTION;
type             1887 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		switch (decoder->packet.type) {
type             1915 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			decoder->state.type |= INTEL_PT_TRACE_BEGIN;
type             2005 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			decoder->state.type = INTEL_PT_INSTRUCTION;
type             2058 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			if (decoder->packet.type == INTEL_PT_FUP) {
type             2068 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			decoder->state.type = INTEL_PT_PTW;
type             2086 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			decoder->state.type = INTEL_PT_PWR_ENTRY;
type             2096 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			if (decoder->packet.type == INTEL_PT_FUP) {
type             2106 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			decoder->state.type = INTEL_PT_EX_STOP;
type             2112 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			decoder->state.type = INTEL_PT_PWR_EXIT;
type             2127 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			decoder->state.type = INTEL_PT_BLK_ITEMS;
type             2136 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			if (decoder->packet.type == INTEL_PT_FUP) {
type             2170 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		switch (decoder->packet.type) {
type             2286 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		switch (decoder->packet.type) {
type             2294 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			decoder->state.type |= INTEL_PT_TRACE_END;
type             2304 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			decoder->state.type |= INTEL_PT_TRACE_BEGIN;
type             2376 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 				decoder->state.type = 0;
type             2417 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		decoder->state.type = 0; /* Do not have a sample */
type             2546 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		decoder->state.type = 0; /* Do not have a sample */
type             2573 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		decoder->state.type = INTEL_PT_BRANCH;
type             2630 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			if (!decoder->state.type) {
type             2634 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			decoder->state.type |= INTEL_PT_CBR_CHG;
type             2761 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		if (packet.type == INTEL_PT_TSC) {
type             2766 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		if (packet.type == INTEL_PT_PSBEND)
type              201 tools/perf/util/intel-pt-decoder/intel-pt-decoder.h 	enum intel_pt_sample_type type;
type               71 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c const char *intel_pt_pkt_name(enum intel_pt_pkt_type type)
type               73 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	return packet_name[type];
type               93 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_TNT;
type              107 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_PIP;
type              118 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_TRACESTOP;
type              127 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_CBR;
type              143 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_VMCS;
type              152 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_OVF;
type              169 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_PSB;
type              175 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_PSBEND;
type              185 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_TMA;
type              193 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_PAD;
type              202 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_MNT;
type              226 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = buf[1] & BIT(7) ? INTEL_PT_PTWRITE_IP :
type              247 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_EXSTOP;
type              253 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_EXSTOP_IP;
type              262 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_MWAIT;
type              272 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_PWRE;
type              282 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_PWRX;
type              292 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_BBP;
type              303 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_BIP;
type              314 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_BIP;
type              324 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_BEP;
type              332 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_BEP_IP;
type              398 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_TNT;
type              422 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_CYC;
type              427 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c static int intel_pt_get_ip(enum intel_pt_pkt_type type, unsigned int byte,
type              468 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = type;
type              481 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 		packet->type = INTEL_PT_MODE_EXEC;
type              497 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 		packet->type = INTEL_PT_MODE_TSX;
type              514 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_TSC;
type              524 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	packet->type = INTEL_PT_MTC;
type              598 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	switch (packet->type) {
type              663 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	const char *name = intel_pt_pkt_name(packet->type);
type              665 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 	switch (packet->type) {
type               60 tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.h 	enum intel_pt_pkt_type	type;
type              716 tools/perf/util/intel-pt.c 	if (attr->type == pt->pmu_type) {
type             1015 tools/perf/util/intel-pt.c 	if (ptq->state->type & INTEL_PT_TRACE_BEGIN)
type             1017 tools/perf/util/intel-pt.c 	if (ptq->state->type & INTEL_PT_TRACE_END)
type             1206 tools/perf/util/intel-pt.c 	event->sample.header.type = PERF_RECORD_SAMPLE;
type             1236 tools/perf/util/intel-pt.c 				 struct perf_sample *sample, u64 type)
type             1238 tools/perf/util/intel-pt.c 	event->header.size = perf_event__sample_event_size(sample, type, 0);
type             1239 tools/perf/util/intel-pt.c 	return perf_event__synthesize_sample(event, type, 0, sample);
type             1244 tools/perf/util/intel-pt.c 				      struct perf_sample *sample, u64 type)
type             1249 tools/perf/util/intel-pt.c 	return intel_pt_inject_event(event, sample, type);
type             1254 tools/perf/util/intel-pt.c 					  struct perf_sample *sample, u64 type)
type             1258 tools/perf/util/intel-pt.c 	ret = intel_pt_opt_inject(pt, event, sample, type);
type             1340 tools/perf/util/intel-pt.c 					       u64 type)
type             1344 tools/perf/util/intel-pt.c 	ret = intel_pt_deliver_synth_b_event(pt, event, sample, type);
type             1914 tools/perf/util/intel-pt.c 	if (pt->sample_pebs && state->type & INTEL_PT_BLK_ITEMS) {
type             1926 tools/perf/util/intel-pt.c 		if (state->type & INTEL_PT_PWR_EVT) {
type             1927 tools/perf/util/intel-pt.c 			if (state->type & INTEL_PT_MWAIT_OP) {
type             1932 tools/perf/util/intel-pt.c 			if (state->type & INTEL_PT_PWR_ENTRY) {
type             1937 tools/perf/util/intel-pt.c 			if (state->type & INTEL_PT_EX_STOP) {
type             1942 tools/perf/util/intel-pt.c 			if (state->type & INTEL_PT_PWR_EXIT) {
type             1950 tools/perf/util/intel-pt.c 	if (pt->sample_instructions && (state->type & INTEL_PT_INSTRUCTION)) {
type             1956 tools/perf/util/intel-pt.c 	if (pt->sample_transactions && (state->type & INTEL_PT_TRANSACTION)) {
type             1962 tools/perf/util/intel-pt.c 	if (pt->sample_ptwrites && (state->type & INTEL_PT_PTW)) {
type             1968 tools/perf/util/intel-pt.c 	if (!(state->type & INTEL_PT_BRANCH))
type             2477 tools/perf/util/intel-pt.c 		if (event->header.type != PERF_RECORD_SWITCH_CPU_WIDE) {
type             2553 tools/perf/util/intel-pt.c 		if (event->header.type == PERF_RECORD_EXIT) {
type             2564 tools/perf/util/intel-pt.c 	if (event->header.type == PERF_RECORD_AUX &&
type             2572 tools/perf/util/intel-pt.c 	if (pt->switch_evsel && event->header.type == PERF_RECORD_SAMPLE)
type             2574 tools/perf/util/intel-pt.c 	else if (event->header.type == PERF_RECORD_ITRACE_START)
type             2576 tools/perf/util/intel-pt.c 	else if (event->header.type == PERF_RECORD_SWITCH ||
type             2577 tools/perf/util/intel-pt.c 		 event->header.type == PERF_RECORD_SWITCH_CPU_WIDE)
type             2581 tools/perf/util/intel-pt.c 		     event->header.type, sample->cpu, sample->time, timestamp);
type             2738 tools/perf/util/intel-pt.c 		if (evsel->core.attr.type == pt->pmu_type && evsel->core.ids)
type             2761 tools/perf/util/intel-pt.c 	attr.type = PERF_TYPE_HARDWARE;
type             2833 tools/perf/util/intel-pt.c 	attr.type = PERF_TYPE_SYNTH;
type             3105 tools/perf/util/intel-pt.c 	pt->auxtrace_type = auxtrace_info->type;
type              452 tools/perf/util/jitdump.c 	event->mmap2.header.type = PERF_RECORD_MMAP2;
type              544 tools/perf/util/jitdump.c 	event->mmap2.header.type = PERF_RECORD_MMAP2;
type             1881 tools/perf/util/machine.c 	switch (event->header.type) {
type              278 tools/perf/util/parse-events.c const char *event_type(int type)
type              280 tools/perf/util/parse-events.c 	switch (type) {
type              364 tools/perf/util/parse-events.c 		.type = PERF_TYPE_SOFTWARE,
type              407 tools/perf/util/parse-events.c 			   char *type, char *op_result1, char *op_result2,
type              422 tools/perf/util/parse-events.c 	cache_type = parse_aliases(type, perf_evsel__hw_cache,
type              428 tools/perf/util/parse-events.c 	n = snprintf(name, MAX_NAME_LEN, "%s", type);
type              467 tools/perf/util/parse-events.c 	attr.type = PERF_TYPE_HW_CACHE;
type              861 tools/perf/util/parse-events.c parse_breakpoint_type(const char *type, struct perf_event_attr *attr)
type              866 tools/perf/util/parse-events.c 		if (!type || !type[i])
type              877 tools/perf/util/parse-events.c 		switch (type[i]) {
type              901 tools/perf/util/parse-events.c 				void *ptr, char *type, u64 len)
type              908 tools/perf/util/parse-events.c 	if (parse_breakpoint_type(type, &attr))
type              921 tools/perf/util/parse-events.c 	attr.type = PERF_TYPE_BREAKPOINT;
type              929 tools/perf/util/parse-events.c 			  int type)
type              931 tools/perf/util/parse-events.c 	if (type == term->type_val)
type              936 tools/perf/util/parse-events.c 		if (type == PARSE_EVENTS__TERM_TYPE_NUM)
type             1011 tools/perf/util/parse-events.c #define CHECK_TYPE_VAL(type)						   \
type             1013 tools/perf/util/parse-events.c 	if (check_type_val(term, err, PARSE_EVENTS__TERM_TYPE_ ## type)) \
type             1181 tools/perf/util/parse-events.c 	__t->type       = PERF_EVSEL__CONFIG_TERM_ ## __type;	\
type             1268 tools/perf/util/parse-events.c 			     u32 type, u64 config,
type             1275 tools/perf/util/parse-events.c 	attr.type = type;
type             1303 tools/perf/util/parse-events.c 		if (term->type == PERF_EVSEL__CONFIG_TERM_PERCORE)
type             1343 tools/perf/util/parse-events.c 		attr.type = pmu->type;
type             1797 tools/perf/util/parse-events.c 	p->type = stype;		\
type             1877 tools/perf/util/parse-events.c 	return r ? r->type : PMU_EVENT_SYMBOL_ERR;
type             2096 tools/perf/util/parse-events.c 	if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) {
type             2107 tools/perf/util/parse-events.c 		if (pmu->type == evsel->core.attr.type) {
type             2145 tools/perf/util/parse-events.c 	if (evsel == NULL || evsel->core.attr.type != PERF_TYPE_TRACEPOINT) {
type             2328 tools/perf/util/parse-events.c static bool is_event_supported(u8 type, unsigned config)
type             2334 tools/perf/util/parse-events.c 		.type = type,
type             2448 tools/perf/util/parse-events.c 	unsigned int type, op, i, evt_i = 0, evt_num = 0;
type             2460 tools/perf/util/parse-events.c 	for (type = 0; type < PERF_COUNT_HW_CACHE_MAX; type++) {
type             2463 tools/perf/util/parse-events.c 			if (!perf_evsel__is_cache_op_valid(type, op))
type             2467 tools/perf/util/parse-events.c 				__perf_evsel__hw_cache_type_op_res_name(type, op, i,
type             2473 tools/perf/util/parse-events.c 							type | (op << 8) | (i << 16)))
type             2539 tools/perf/util/parse-events.c void print_symbol_events(const char *event_glob, unsigned type,
type             2563 tools/perf/util/parse-events.c 		if (!is_event_supported(type, i))
type             2593 tools/perf/util/parse-events.c 		printf("  %-50s [%s]\n", evt_list[evt_i++], event_type_descriptors[type]);
type             2606 tools/perf/util/parse-events.c 	printf("FATAL: not enough memory to print %s\n", event_type_descriptors[type]);
type               31 tools/perf/util/parse-events.h const char *event_type(int type);
type               51 tools/perf/util/parse-events.h 	enum perf_pmu_event_symbol_type	type;
type              163 tools/perf/util/parse-events.h 			     u32 type, u64 config,
type              170 tools/perf/util/parse-events.h 			   char *type, char *op_result1, char *op_result2,
type              174 tools/perf/util/parse-events.h 				void *ptr, char *type, u64 len);
type              206 tools/perf/util/parse-events.h void print_symbol_events(const char *event_glob, unsigned type,
type              306 tools/perf/util/parse-events.y 	int type = $1 >> 16;
type              310 tools/perf/util/parse-events.y 	ABORT_ON(parse_events_add_numeric(_parse_state, list, type, config, $3));
type              318 tools/perf/util/parse-events.y 	int type = $1 >> 16;
type              322 tools/perf/util/parse-events.y 	ABORT_ON(parse_events_add_numeric(_parse_state, list, type, config, NULL));
type               96 tools/perf/util/perf_event_attr_fprintf.c 	PRINT_ATTRf(type, p_unsigned);
type              521 tools/perf/util/pmu.c static int pmu_type(const char *name, __u32 *type)
type              542 tools/perf/util/pmu.c 	if (1 != fscanf(file, "%u", type))
type              818 tools/perf/util/pmu.c 	__u32 type;
type              831 tools/perf/util/pmu.c 	if (pmu_type(name, &type))
type              843 tools/perf/util/pmu.c 	pmu->type = type;
type             1149 tools/perf/util/pmu.c 	attr->type = pmu->type;
type               26 tools/perf/util/pmu.h 	__u32 type;
type             1581 tools/perf/util/probe-event.c 		arg->type = strdup(tmp + 1);
type             1582 tools/perf/util/probe-event.c 		if (arg->type == NULL)
type             1584 tools/perf/util/probe-event.c 		pr_debug("type:%s ", arg->type);
type             1889 tools/perf/util/probe-event.c 	if (pa->type)
type             1890 tools/perf/util/probe-event.c 		if (strbuf_addf(&buf, ":%s", pa->type) < 0)
type             2020 tools/perf/util/probe-event.c 	if (!err && arg->type)
type             2021 tools/perf/util/probe-event.c 		err = strbuf_addf(buf, ":%s", arg->type);
type             2225 tools/perf/util/probe-event.c 		zfree(&pev->args[i].type);
type             2264 tools/perf/util/probe-event.c 	dst->type = strdup_or_goto(src->type, out_err);
type             2324 tools/perf/util/probe-event.c 		zfree(&tev->args[i].type);
type             3006 tools/perf/util/probe-event.c 			if (pev->args[i].type)
type             3007 tools/perf/util/probe-event.c 				tev->args[i].type =
type             3008 tools/perf/util/probe-event.c 					strdup_or_goto(pev->args[i].type,
type             3556 tools/perf/util/probe-event.c 	if (pvar->type) {
type             3557 tools/perf/util/probe-event.c 		tvar->type = strdup(pvar->type);
type             3558 tools/perf/util/probe-event.c 		if (tvar->type == NULL)
type               47 tools/perf/util/probe-event.h 	char				*type;	/* Type name */
type               84 tools/perf/util/probe-event.h 	char				*type;	/* Type name */
type             1028 tools/perf/util/probe-file.c static bool scan_ftrace_readme(enum ftrace_readme type)
type             1061 tools/perf/util/probe-file.c 	if (type >= FTRACE_README_END)
type             1064 tools/perf/util/probe-file.c 	return ftrace_readme_table[type].avail;
type             1067 tools/perf/util/probe-file.c bool probe_type_is_available(enum probe_type type)
type             1069 tools/perf/util/probe-file.c 	if (type >= PROBE_TYPE_END)
type             1071 tools/perf/util/probe-file.c 	else if (type == PROBE_TYPE_X)
type               70 tools/perf/util/probe-file.h bool probe_type_is_available(enum probe_type type);
type              109 tools/perf/util/probe-finder.c 	enum dso_binary_type *type;
type              119 tools/perf/util/probe-finder.c 	for (type = distro_dwarf_types;
type              120 tools/perf/util/probe-finder.c 	     !dinfo && *type != DSO_BINARY_TYPE__NOT_FOUND;
type              121 tools/perf/util/probe-finder.c 	     type++) {
type              122 tools/perf/util/probe-finder.c 		if (dso__read_binary_type_filename(dso, *type, &nil,
type              287 tools/perf/util/probe-finder.c 	Dwarf_Die type;
type              299 tools/perf/util/probe-finder.c 		tvar->type = strdup(cast);
type              300 tools/perf/util/probe-finder.c 		return (tvar->type == NULL) ? -ENOMEM : 0;
type              315 tools/perf/util/probe-finder.c 	if (die_get_real_type(vr_die, &type) == NULL) {
type              322 tools/perf/util/probe-finder.c 		 dwarf_diename(vr_die), dwarf_diename(&type));
type              326 tools/perf/util/probe-finder.c 		ret = dwarf_tag(&type);
type              331 tools/perf/util/probe-finder.c 				   dwarf_diename(vr_die), dwarf_diename(&type));
type              334 tools/perf/util/probe-finder.c 		if (die_get_real_type(&type, &type) == NULL) {
type              350 tools/perf/util/probe-finder.c 		if (!die_compare_name(&type, "char") &&
type              351 tools/perf/util/probe-finder.c 		    !die_compare_name(&type, "unsigned char")) {
type              357 tools/perf/util/probe-finder.c 		tvar->type = strdup(cast);
type              358 tools/perf/util/probe-finder.c 		return (tvar->type == NULL) ? -ENOMEM : 0;
type              369 tools/perf/util/probe-finder.c 		prefix = die_is_signed_type(&type) ? 's' :
type              372 tools/perf/util/probe-finder.c 	ret = dwarf_bytesize(&type);
type              381 tools/perf/util/probe-finder.c 			dwarf_diename(&type), MAX_BASIC_TYPE_BITS);
type              394 tools/perf/util/probe-finder.c 	tvar->type = strdup(buf);
type              395 tools/perf/util/probe-finder.c 	if (tvar->type == NULL)
type              406 tools/perf/util/probe-finder.c 	Dwarf_Die type;
type              411 tools/perf/util/probe-finder.c 	if (die_get_real_type(vr_die, &type) == NULL) {
type              415 tools/perf/util/probe-finder.c 	pr_debug2("Var real type: %s (%x)\n", dwarf_diename(&type),
type              416 tools/perf/util/probe-finder.c 		  (unsigned)dwarf_dieoffset(&type));
type              417 tools/perf/util/probe-finder.c 	tag = dwarf_tag(&type);
type              422 tools/perf/util/probe-finder.c 		memcpy(die_mem, &type, sizeof(*die_mem));
type              424 tools/perf/util/probe-finder.c 		if (die_get_real_type(&type, &type) == NULL) {
type              428 tools/perf/util/probe-finder.c 		pr_debug2("Array real type: %s (%x)\n", dwarf_diename(&type),
type              429 tools/perf/util/probe-finder.c 			 (unsigned)dwarf_dieoffset(&type));
type              439 tools/perf/util/probe-finder.c 		ref->offset += dwarf_bytesize(&type) * field->index;
type              450 tools/perf/util/probe-finder.c 		if (die_get_real_type(&type, &type) == NULL) {
type              455 tools/perf/util/probe-finder.c 		tag = dwarf_tag(&type);
type              494 tools/perf/util/probe-finder.c 	if (die_find_member(&type, field->name, die_mem) == NULL) {
type              496 tools/perf/util/probe-finder.c 			   dwarf_diename(&type), field->name);
type              553 tools/perf/util/probe-finder.c 		ret = convert_variable_type(vr_die, pf->tvar, pf->pvar->type,
type               86 tools/perf/util/python.c # define PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(type) size,
type               95 tools/perf/util/python.c #define member_def(type, member, ptype, help) \
type               97 tools/perf/util/python.c 	  offsetof(struct pyrf_event, event) + offsetof(struct type, member), \
type              127 tools/perf/util/python.c 	member_def(perf_event_header, type, T_UINT, "event type"),
type              171 tools/perf/util/python.c 	member_def(perf_event_header, type, T_UINT, "event type"),
type              184 tools/perf/util/python.c 				   pevent->event.header.type == PERF_RECORD_FORK ? "fork" : "exit",
type              206 tools/perf/util/python.c 	member_def(perf_event_header, type, T_UINT, "event type"),
type              235 tools/perf/util/python.c 	member_def(perf_event_header, type, T_UINT, "event type"),
type              248 tools/perf/util/python.c 				   pevent->event.header.type == PERF_RECORD_THROTTLE ? "" : "un",
type              331 tools/perf/util/python.c 	member_def(perf_event_header, type, T_UINT, "event type"),
type              351 tools/perf/util/python.c 	return pevent->evsel->core.attr.type == PERF_TYPE_TRACEPOINT;
type              443 tools/perf/util/python.c 	member_def(perf_event_header, type, T_UINT, "event type"),
type              534 tools/perf/util/python.c 	if ((event->header.type < PERF_RECORD_MMAP ||
type              535 tools/perf/util/python.c 	     event->header.type > PERF_RECORD_SAMPLE) &&
type              536 tools/perf/util/python.c 	    !(event->header.type == PERF_RECORD_SWITCH ||
type              537 tools/perf/util/python.c 	      event->header.type == PERF_RECORD_SWITCH_CPU_WIDE))
type              540 tools/perf/util/python.c 	ptype = pyrf_event__type[event->header.type];
type              695 tools/perf/util/python.c 		.type = PERF_TYPE_HARDWARE,
type              755 tools/perf/util/python.c 					 &attr.type, &attr.config, &attr.sample_freq,
type              118 tools/perf/util/record.c 		.type = PERF_TYPE_SOFTWARE,
type              531 tools/perf/util/s390-cpumsf.c 	event.sample.header.type = PERF_RECORD_SAMPLE;
type              932 tools/perf/util/s390-cpumsf.c 	if (event->header.type == PERF_RECORD_SAMPLE &&
type              942 tools/perf/util/s390-cpumsf.c 	if (event->header.type == PERF_RECORD_AUX &&
type             1136 tools/perf/util/s390-cpumsf.c 	sf->auxtrace_type = auxtrace_info->type;
type              205 tools/perf/util/s390-sample-raw.c 	if (event->header.type != PERF_RECORD_SAMPLE)
type              201 tools/perf/util/scripting-engines/trace-event-perl.c 	switch (args->type) {
type              356 tools/perf/util/scripting-engines/trace-event-perl.c 	if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT)
type              278 tools/perf/util/scripting-engines/trace-event-python.c 	switch (args->type) {
type             1181 tools/perf/util/scripting-engines/trace-event-python.c 	if (es->evsel->core.attr.type == PERF_TYPE_SYNTH && tables->synth_handler)
type             1319 tools/perf/util/scripting-engines/trace-event-python.c 	switch (evsel->core.attr.type) {
type              646 tools/perf/util/session.c 	if (event->header.type == PERF_RECORD_SWITCH_CPU_WIDE) {
type              723 tools/perf/util/session.c 	attr->type		= bswap_32(attr->type);
type              780 tools/perf/util/session.c 	event->event_update.type = bswap_64(event->event_update.type);
type              802 tools/perf/util/session.c 	event->auxtrace_info.type = bswap_32(event->auxtrace_info.type);
type              823 tools/perf/util/session.c 	event->auxtrace_error.type = bswap_32(event->auxtrace_error.type);
type              853 tools/perf/util/session.c 	data->type = bswap_64(data->type);
type              855 tools/perf/util/session.c 	switch (data->type) {
type              905 tools/perf/util/session.c 	event->stat_round.type = bswap_64(event->stat_round.type);
type             1117 tools/perf/util/session.c static void regs__printf(const char *type, struct regs_dump *regs)
type             1122 tools/perf/util/session.c 	       type,
type             1157 tools/perf/util/session.c 	if (event->header.type != PERF_RECORD_SAMPLE &&
type             1207 tools/perf/util/session.c 	       file_offset, event->header.size, event->header.type);
type             1210 tools/perf/util/session.c 	if (event->header.type == PERF_RECORD_SAMPLE && evlist->trace_event_sample_raw)
type             1217 tools/perf/util/session.c 	       event->header.size, perf_event__name(event->header.type));
type             1303 tools/perf/util/session.c 		if (event->header.type == PERF_RECORD_MMAP
type             1304 tools/perf/util/session.c 		    || event->header.type == PERF_RECORD_MMAP2)
type             1410 tools/perf/util/session.c 	switch (event->header.type) {
type             1508 tools/perf/util/session.c 	if (event->header.type != PERF_RECORD_COMPRESSED ||
type             1513 tools/perf/util/session.c 	switch (event->header.type) {
type             1580 tools/perf/util/session.c 	events_stats__inc(&evlist->stats, event->header.type);
type             1582 tools/perf/util/session.c 	if (event->header.type >= PERF_RECORD_USER_TYPE_START)
type             1592 tools/perf/util/session.c 	swap = perf_event__swap_ops[event->header.type];
type             1643 tools/perf/util/session.c 	if (sample && event->header.type < PERF_RECORD_USER_TYPE_START &&
type             1662 tools/perf/util/session.c 	if (event->header.type >= PERF_RECORD_HEADER_MAX)
type             1665 tools/perf/util/session.c 	events_stats__inc(&evlist->stats, event->header.type);
type             1667 tools/perf/util/session.c 	if (event->header.type >= PERF_RECORD_USER_TYPE_START)
type             1687 tools/perf/util/session.c 	hdr->type = bswap_32(hdr->type);
type             1922 tools/perf/util/session.c 		       head, event->header.size, event->header.type);
type             2019 tools/perf/util/session.c 				decomp->file_pos + decomp->head, event->header.size, event->header.type);
type             2133 tools/perf/util/session.c 		       event->header.type, strerror(-skip));
type             2228 tools/perf/util/session.c 		if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT)
type             2300 tools/perf/util/session.c 					      unsigned int type)
type             2305 tools/perf/util/session.c 		if (pos->core.attr.type == type)
type              114 tools/perf/util/session.h 					    unsigned int type);
type              107 tools/perf/util/sort.c static int hist_entry__thread_filter(struct hist_entry *he, int type, const void *arg)
type              111 tools/perf/util/sort.c 	if (type != HIST_FILTER__THREAD)
type              212 tools/perf/util/sort.c static int hist_entry__dso_filter(struct hist_entry *he, int type, const void *arg)
type              216 tools/perf/util/sort.c 	if (type != HIST_FILTER__DSO)
type              304 tools/perf/util/sort.c 		if (sym->type == STT_OBJECT) {
type              332 tools/perf/util/sort.c static int hist_entry__sym_filter(struct hist_entry *he, int type, const void *arg)
type              336 tools/perf/util/sort.c 	if (type != HIST_FILTER__SYMBOL)
type              650 tools/perf/util/sort.c static int hist_entry__socket_filter(struct hist_entry *he, int type, const void *arg)
type              654 tools/perf/util/sort.c 	if (type != HIST_FILTER__SOCKET)
type              732 tools/perf/util/sort.c 	if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT)
type              749 tools/perf/util/sort.c 	if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT)
type              786 tools/perf/util/sort.c static int hist_entry__dso_from_filter(struct hist_entry *he, int type,
type              791 tools/perf/util/sort.c 	if (type != HIST_FILTER__DSO)
type              818 tools/perf/util/sort.c static int hist_entry__dso_to_filter(struct hist_entry *he, int type,
type              823 tools/perf/util/sort.c 	if (type != HIST_FILTER__DSO)
type              891 tools/perf/util/sort.c static int hist_entry__sym_from_filter(struct hist_entry *he, int type,
type              896 tools/perf/util/sort.c 	if (type != HIST_FILTER__SYMBOL)
type              903 tools/perf/util/sort.c static int hist_entry__sym_to_filter(struct hist_entry *he, int type,
type              908 tools/perf/util/sort.c 	if (type != HIST_FILTER__SYMBOL)
type             1933 tools/perf/util/sort.c int hist_entry__filter(struct hist_entry *he, int type, const void *arg)
type             1952 tools/perf/util/sort.c 		r = hse->se->se_filter(he, type, arg);
type             2397 tools/perf/util/sort.c 		if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT)
type             2415 tools/perf/util/sort.c 		if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT)
type             2476 tools/perf/util/sort.c 	if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) {
type             2734 tools/perf/util/sort.c 		if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) {
type              264 tools/perf/util/sort.h 	int	(*se_filter)(struct hist_entry *he, int type, const void *arg);
type              111 tools/perf/util/srcline.c 					 base_sym ? base_sym->type : 0,
type              370 tools/perf/util/stat-display.c 	u32 pmu_type = counter->core.attr.type;
type              378 tools/perf/util/stat-display.c 		if (pos->core.attr.type == PERF_TYPE_SOFTWARE)
type              381 tools/perf/util/stat-display.c 			pmu_type = pos->core.attr.type;
type              384 tools/perf/util/stat-display.c 		if (pmu_type != pos->core.attr.type)
type               28 tools/perf/util/stat-shadow.c 	enum stat_type type;
type               54 tools/perf/util/stat-shadow.c 	if (a->type != b->type)
type               55 tools/perf/util/stat-shadow.c 		return a->type - b->type;
type              101 tools/perf/util/stat-shadow.c 					      enum stat_type type,
type              110 tools/perf/util/stat-shadow.c 		.type = type,
type              195 tools/perf/util/stat-shadow.c 				enum stat_type type,
type              199 tools/perf/util/stat-shadow.c 						   type, ctx, st);
type              290 tools/perf/util/stat-shadow.c static const char *get_ratio_color(enum grc_type type, double ratio)
type              299 tools/perf/util/stat-shadow.c 	if (ratio > grc_table[type][0])
type              301 tools/perf/util/stat-shadow.c 	else if (ratio > grc_table[type][1])
type              303 tools/perf/util/stat-shadow.c 	else if (ratio > grc_table[type][2])
type              400 tools/perf/util/stat-shadow.c 			       enum stat_type type, int ctx, int cpu)
type              404 tools/perf/util/stat-shadow.c 	v = saved_value_lookup(NULL, cpu, false, type, ctx, st);
type              412 tools/perf/util/stat-shadow.c 			     enum stat_type type, int ctx, int cpu)
type              416 tools/perf/util/stat-shadow.c 	v = saved_value_lookup(NULL, cpu, false, type, ctx, st);
type              861 tools/perf/util/stat-shadow.c 		evsel->core.attr.type == PERF_TYPE_HW_CACHE &&
type              871 tools/perf/util/stat-shadow.c 		evsel->core.attr.type == PERF_TYPE_HW_CACHE &&
type              881 tools/perf/util/stat-shadow.c 		evsel->core.attr.type == PERF_TYPE_HW_CACHE &&
type              891 tools/perf/util/stat-shadow.c 		evsel->core.attr.type == PERF_TYPE_HW_CACHE &&
type              901 tools/perf/util/stat-shadow.c 		evsel->core.attr.type == PERF_TYPE_HW_CACHE &&
type              444 tools/perf/util/stat.c 		      rd->type == PERF_STAT_ROUND_TYPE__FINAL ? "FINAL" : "INTERVAL");
type              153 tools/perf/util/svghelper.c void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges)
type              168 tools/perf/util/svghelper.c 		type);
type              172 tools/perf/util/svghelper.c void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges)
type              187 tools/perf/util/svghelper.c 		type);
type              191 tools/perf/util/svghelper.c void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges)
type              206 tools/perf/util/svghelper.c 		type);
type              210 tools/perf/util/svghelper.c void svg_box(int Yslot, u64 start, u64 end, const char *type)
type              216 tools/perf/util/svghelper.c 		time2pixels(start), time2pixels(end)-time2pixels(start), Yslot * SLOT_MULT, SLOT_HEIGHT, type);
type              237 tools/perf/util/svghelper.c 	const char *type;
type              243 tools/perf/util/svghelper.c 		type = "sample_hi";
type              245 tools/perf/util/svghelper.c 		type = "sample";
type              254 tools/perf/util/svghelper.c 		type);
type              385 tools/perf/util/svghelper.c 	const char *type;
type              391 tools/perf/util/svghelper.c 		type = "sample_hi";
type              393 tools/perf/util/svghelper.c 		type = "sample_hi";
type              395 tools/perf/util/svghelper.c 		type = "sample";
type              402 tools/perf/util/svghelper.c 		time2pixels(end)-time2pixels(start), SLOT_MULT+SLOT_HEIGHT, type);
type              416 tools/perf/util/svghelper.c void svg_cstate(int cpu, u64 start, u64 end, int type)
type              427 tools/perf/util/svghelper.c 	if (type > 6)
type              428 tools/perf/util/svghelper.c 		type = 6;
type              429 tools/perf/util/svghelper.c 	sprintf(style, "c%i", type);
type              444 tools/perf/util/svghelper.c 			time2pixels(start), cpu2y(cpu)+width, width, type);
type               10 tools/perf/util/svghelper.h void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges);
type               11 tools/perf/util/svghelper.h void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges);
type               12 tools/perf/util/svghelper.h void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges);
type               13 tools/perf/util/svghelper.h void svg_box(int Yslot, u64 start, u64 end, const char *type);
type               21 tools/perf/util/svghelper.h void svg_cstate(int cpu, u64 start, u64 end, int type);
type              713 tools/perf/util/symbol-elf.c 		 enum dso_binary_type type)
type              724 tools/perf/util/symbol-elf.c 		type = dso->symtab_type;
type              800 tools/perf/util/symbol-elf.c 	ss->type   = type;
type              973 tools/perf/util/symbol-elf.c 	dso->symtab_type = syms_ss->type;
type             1519 tools/perf/util/symbol-elf.c static int kcore_copy__process_kallsyms(void *arg, const char *name, char type,
type             1524 tools/perf/util/symbol-elf.c 	if (!kallsyms__is_function(type))
type              255 tools/perf/util/symbol-minimal.c 	         enum dso_binary_type type)
type              266 tools/perf/util/symbol-minimal.c 	ss->type = type;
type              270 tools/perf/util/symbol.c struct symbol *symbol__new(u64 start, u64 len, u8 binding, u8 type, const char *name)
type              288 tools/perf/util/symbol.c 	sym->type    = type;
type              669 tools/perf/util/symbol.c 				       char type, u64 start)
type              675 tools/perf/util/symbol.c 	if (!symbol_type__filter(type))
type              683 tools/perf/util/symbol.c 	sym = symbol__new(start, 0, kallsyms2elf_binding(type), kallsyms2elf_type(type), name);
type             1525 tools/perf/util/symbol.c 					   enum dso_binary_type type)
type             1527 tools/perf/util/symbol.c 	switch (type) {
type             1555 tools/perf/util/symbol.c 		return kmod && dso->symtab_type == type;
type               50 tools/perf/util/symbol.h 	u8		type:4;
type              169 tools/perf/util/symbol.h struct symbol *symbol__new(u64 start, u64 len, u8 binding, u8 type, const char *name);
type               18 tools/perf/util/symsrc.h 	enum dso_binary_type type;
type               40 tools/perf/util/symsrc.h int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, enum dso_binary_type type);
type              162 tools/perf/util/synthetic-events.c 	event->comm.header.type = PERF_RECORD_COMM;
type              231 tools/perf/util/synthetic-events.c 	event->namespaces.header.type = PERF_RECORD_NAMESPACES;
type              265 tools/perf/util/synthetic-events.c 	event->fork.header.type = PERF_RECORD_FORK;
type              307 tools/perf/util/synthetic-events.c 	event->header.type = PERF_RECORD_MMAP2;
type              430 tools/perf/util/synthetic-events.c 	event->header.type = PERF_RECORD_MMAP;
type              448 tools/perf/util/synthetic-events.c 		event->mmap.header.type = PERF_RECORD_MMAP;
type              855 tools/perf/util/synthetic-events.c 	event->mmap.header.type = PERF_RECORD_MMAP;
type              897 tools/perf/util/synthetic-events.c 	event->header.type = PERF_RECORD_THREAD_MAP;
type              963 tools/perf/util/synthetic-events.c void *cpu_map_data__alloc(struct perf_cpu_map *map, size_t *size, u16 *type, int *max)
type              986 tools/perf/util/synthetic-events.c 		*type  = PERF_CPU_MAP__CPUS;
type              989 tools/perf/util/synthetic-events.c 		*type  = PERF_CPU_MAP__MASK;
type              998 tools/perf/util/synthetic-events.c 			      u16 type, int max)
type             1000 tools/perf/util/synthetic-events.c 	data->type = type;
type             1002 tools/perf/util/synthetic-events.c 	switch (type) {
type             1018 tools/perf/util/synthetic-events.c 	u16 type;
type             1020 tools/perf/util/synthetic-events.c 	event = cpu_map_data__alloc(map, &size, &type, &max);
type             1024 tools/perf/util/synthetic-events.c 	event->header.type = PERF_RECORD_CPU_MAP;
type             1026 tools/perf/util/synthetic-events.c 	event->data.type   = type;
type             1028 tools/perf/util/synthetic-events.c 	cpu_map_data__synthesize(&event->data, map, type, max);
type             1065 tools/perf/util/synthetic-events.c 	event->header.type = PERF_RECORD_STAT_CONFIG;
type             1096 tools/perf/util/synthetic-events.c 	event.header.type = PERF_RECORD_STAT;
type             1111 tools/perf/util/synthetic-events.c 				      u64 evtime, u64 type,
type             1117 tools/perf/util/synthetic-events.c 	event.header.type = PERF_RECORD_STAT_ROUND;
type             1122 tools/perf/util/synthetic-events.c 	event.type = type;
type             1127 tools/perf/util/synthetic-events.c size_t perf_event__sample_event_size(const struct perf_sample *sample, u64 type, u64 read_format)
type             1131 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_IDENTIFIER)
type             1134 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_IP)
type             1137 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_TID)
type             1140 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_TIME)
type             1143 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_ADDR)
type             1146 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_ID)
type             1149 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_STREAM_ID)
type             1152 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_CPU)
type             1155 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_PERIOD)
type             1158 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_READ) {
type             1174 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_CALLCHAIN) {
type             1179 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_RAW) {
type             1184 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_BRANCH_STACK) {
type             1190 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_REGS_USER) {
type             1200 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_STACK_USER) {
type             1209 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_WEIGHT)
type             1212 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_DATA_SRC)
type             1215 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_TRANSACTION)
type             1218 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_REGS_INTR) {
type             1228 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_PHYS_ADDR)
type             1234 tools/perf/util/synthetic-events.c int perf_event__synthesize_sample(union perf_event *event, u64 type, u64 read_format,
type             1247 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_IDENTIFIER) {
type             1252 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_IP) {
type             1257 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_TID) {
type             1264 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_TIME) {
type             1269 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_ADDR) {
type             1274 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_ID) {
type             1279 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_STREAM_ID) {
type             1284 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_CPU) {
type             1291 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_PERIOD) {
type             1296 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_READ) {
type             1325 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_CALLCHAIN) {
type             1331 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_RAW) {
type             1340 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_BRANCH_STACK) {
type             1347 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_REGS_USER) {
type             1358 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_STACK_USER) {
type             1368 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_WEIGHT) {
type             1373 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_DATA_SRC) {
type             1378 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_TRANSACTION) {
type             1383 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_REGS_INTR) {
type             1394 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_PHYS_ADDR) {
type             1424 tools/perf/util/synthetic-events.c 	ev->id_index.header.type = PERF_RECORD_ID_INDEX;
type             1494 tools/perf/util/synthetic-events.c static struct perf_record_event_update *event_update_event__new(size_t size, u64 type, u64 id)
type             1503 tools/perf/util/synthetic-events.c 		ev->header.type = PERF_RECORD_EVENT_UPDATE;
type             1505 tools/perf/util/synthetic-events.c 		ev->type	= type;
type             1569 tools/perf/util/synthetic-events.c 	u16 type;
type             1574 tools/perf/util/synthetic-events.c 	ev = cpu_map_data__alloc(evsel->core.own_cpus, &size, &type, &max);
type             1578 tools/perf/util/synthetic-events.c 	ev->header.type = PERF_RECORD_EVENT_UPDATE;
type             1580 tools/perf/util/synthetic-events.c 	ev->type	= PERF_EVENT_UPDATE__CPUS;
type             1584 tools/perf/util/synthetic-events.c 				 evsel->core.own_cpus, type, max);
type             1695 tools/perf/util/synthetic-events.c 	ev->attr.header.type = PERF_RECORD_HEADER_ATTR;
type             1733 tools/perf/util/synthetic-events.c 	ev.tracing_data.header.type = PERF_RECORD_HEADER_TRACING_DATA;
type             1769 tools/perf/util/synthetic-events.c 	ev.build_id.header.type = PERF_RECORD_HEADER_BUILD_ID;
type             1864 tools/perf/util/synthetic-events.c 		fe->header.type = PERF_RECORD_HEADER_FEATURE;
type             1877 tools/perf/util/synthetic-events.c 	fe->header.type = PERF_RECORD_HEADER_FEATURE;
type               48 tools/perf/util/synthetic-events.h int perf_event__synthesize_sample(union perf_event *event, u64 type, u64 read_format, const struct perf_sample *sample);
type               51 tools/perf/util/synthetic-events.h int perf_event__synthesize_stat_round(struct perf_tool *tool, u64 time, u64 type, perf_event__handler_t process, struct machine *machine);
type               62 tools/perf/util/synthetic-events.h size_t perf_event__sample_event_size(const struct perf_sample *sample, u64 type, u64 read_format);
type              411 tools/perf/util/trace-event-info.c 		if (pos->core.attr.type != PERF_TYPE_TRACEPOINT)
type              446 tools/perf/util/trace-event-info.c 		if (pos->core.attr.type == PERF_TYPE_TRACEPOINT)
type               16 tools/perf/util/trace-event-parse.c 			    int *offset, int *size, const char *type)
type               28 tools/perf/util/trace-event-parse.c 		field = tep_find_common_field(event, type);
type              101 tools/perf/util/unwind-libunwind-local.c #define dw_read(ptr, type, end) ({	\
type              102 tools/perf/util/unwind-libunwind-local.c 	type *__p = (type *) ptr;	\
type              103 tools/perf/util/unwind-libunwind-local.c 	type  __v;			\
type              104 tools/perf/util/unwind-libunwind-local.c 	if ((__p + 1) > (type *) end)	\
type             1269 tools/power/acpi/os_specific/service_layers/osunixxf.c acpi_os_execute(acpi_execute_type type,
type             1290 tools/power/acpi/os_specific/service_layers/osunixxf.c acpi_os_execute(acpi_execute_type type,
type              622 tools/power/x86/intel-speed-select/isst-core.c int isst_clos_get_clos_information(int cpu, int *enable, int *type)
type              640 tools/power/x86/intel-speed-select/isst-core.c 		*type = 1;
type              642 tools/power/x86/intel-speed-select/isst-core.c 		*type = 0;
type              528 tools/power/x86/intel-speed-select/isst-display.c 					int clos_enable, int type)
type              549 tools/power/x86/intel-speed-select/isst-display.c 	snprintf(value, sizeof(value), "%d", type);
type              237 tools/power/x86/intel-speed-select/isst.h extern int isst_clos_get_clos_information(int cpu, int *enable, int *type);
type              239 tools/power/x86/intel-speed-select/isst.h 					       int clos_enable, int type);
type              253 tools/power/x86/turbostat/turbostat.c 	enum counter_type type;
type              674 tools/power/x86/turbostat/turbostat.c 			if ((mp->type == COUNTER_ITEMS) && sums_need_wide_columns)
type              711 tools/power/x86/turbostat/turbostat.c 			if ((mp->type == COUNTER_ITEMS) && sums_need_wide_columns)
type              789 tools/power/x86/turbostat/turbostat.c 			if ((mp->type == COUNTER_ITEMS) && sums_need_wide_columns)
type             1014 tools/power/x86/turbostat/turbostat.c 			if ((mp->type == COUNTER_ITEMS) && sums_need_wide_columns)
type             1019 tools/power/x86/turbostat/turbostat.c 			if (mp->type == COUNTER_USEC)
type             1056 tools/power/x86/turbostat/turbostat.c 			if ((mp->type == COUNTER_ITEMS) && sums_need_wide_columns)
type             1159 tools/power/x86/turbostat/turbostat.c 			if ((mp->type == COUNTER_ITEMS) && sums_need_wide_columns)
type             1634 tools/power/x86/turbostat/turbostat.c 		if (mp->type == COUNTER_ITEMS) {
type             1644 tools/power/x86/turbostat/turbostat.c 		if (mp->type == COUNTER_ITEMS) {
type             1653 tools/power/x86/turbostat/turbostat.c 		if (mp->type == COUNTER_ITEMS) {
type             5334 tools/power/x86/turbostat/turbostat.c 	enum counter_type type, enum counter_format format, int flags)
type             5349 tools/power/x86/turbostat/turbostat.c 	msrp->type = type;
type             5400 tools/power/x86/turbostat/turbostat.c 	enum counter_type type = COUNTER_CYCLES;
type             5434 tools/power/x86/turbostat/turbostat.c 			type = COUNTER_CYCLES;
type             5438 tools/power/x86/turbostat/turbostat.c 			type = COUNTER_SECONDS;
type             5442 tools/power/x86/turbostat/turbostat.c 			type = COUNTER_USEC;
type             5488 tools/power/x86/turbostat/turbostat.c 	if (add_counter(msr_num, path, name_buffer, width, scope, type, format, 0))
type              541 tools/testing/nvdimm/test/nfit.c 	ars_status->type = ND_ARS_PERSISTENT;
type             1815 tools/testing/nvdimm/test/nfit.c 	spa->header.type = ACPI_NFIT_TYPE_SYSTEM_ADDRESS;
type             1829 tools/testing/nvdimm/test/nfit.c 	spa->header.type = ACPI_NFIT_TYPE_SYSTEM_ADDRESS;
type             1839 tools/testing/nvdimm/test/nfit.c 	spa->header.type = ACPI_NFIT_TYPE_SYSTEM_ADDRESS;
type             1849 tools/testing/nvdimm/test/nfit.c 	spa->header.type = ACPI_NFIT_TYPE_SYSTEM_ADDRESS;
type             1859 tools/testing/nvdimm/test/nfit.c 	spa->header.type = ACPI_NFIT_TYPE_SYSTEM_ADDRESS;
type             1869 tools/testing/nvdimm/test/nfit.c 	spa->header.type = ACPI_NFIT_TYPE_SYSTEM_ADDRESS;
type             1879 tools/testing/nvdimm/test/nfit.c 	spa->header.type = ACPI_NFIT_TYPE_SYSTEM_ADDRESS;
type             1889 tools/testing/nvdimm/test/nfit.c 	spa->header.type = ACPI_NFIT_TYPE_SYSTEM_ADDRESS;
type             1899 tools/testing/nvdimm/test/nfit.c 	spa->header.type = ACPI_NFIT_TYPE_SYSTEM_ADDRESS;
type             1909 tools/testing/nvdimm/test/nfit.c 	spa->header.type = ACPI_NFIT_TYPE_SYSTEM_ADDRESS;
type             1919 tools/testing/nvdimm/test/nfit.c 	memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             1935 tools/testing/nvdimm/test/nfit.c 	memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             1952 tools/testing/nvdimm/test/nfit.c 	memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             1969 tools/testing/nvdimm/test/nfit.c 	memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             1985 tools/testing/nvdimm/test/nfit.c 	memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             2002 tools/testing/nvdimm/test/nfit.c 	memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             2018 tools/testing/nvdimm/test/nfit.c 	memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             2034 tools/testing/nvdimm/test/nfit.c 	memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             2050 tools/testing/nvdimm/test/nfit.c 	memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             2066 tools/testing/nvdimm/test/nfit.c 	memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             2082 tools/testing/nvdimm/test/nfit.c 	memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             2098 tools/testing/nvdimm/test/nfit.c 	memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             2114 tools/testing/nvdimm/test/nfit.c 	memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             2130 tools/testing/nvdimm/test/nfit.c 	memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             2147 tools/testing/nvdimm/test/nfit.c 	dcr->header.type = ACPI_NFIT_TYPE_CONTROL_REGION;
type             2163 tools/testing/nvdimm/test/nfit.c 	dcr->header.type = ACPI_NFIT_TYPE_CONTROL_REGION;
type             2179 tools/testing/nvdimm/test/nfit.c 	dcr->header.type = ACPI_NFIT_TYPE_CONTROL_REGION;
type             2195 tools/testing/nvdimm/test/nfit.c 	dcr->header.type = ACPI_NFIT_TYPE_CONTROL_REGION;
type             2211 tools/testing/nvdimm/test/nfit.c 	dcr->header.type = ACPI_NFIT_TYPE_CONTROL_REGION;
type             2223 tools/testing/nvdimm/test/nfit.c 	dcr->header.type = ACPI_NFIT_TYPE_CONTROL_REGION;
type             2235 tools/testing/nvdimm/test/nfit.c 	dcr->header.type = ACPI_NFIT_TYPE_CONTROL_REGION;
type             2247 tools/testing/nvdimm/test/nfit.c 	dcr->header.type = ACPI_NFIT_TYPE_CONTROL_REGION;
type             2259 tools/testing/nvdimm/test/nfit.c 	bdw->header.type = ACPI_NFIT_TYPE_DATA_REGION;
type             2271 tools/testing/nvdimm/test/nfit.c 	bdw->header.type = ACPI_NFIT_TYPE_DATA_REGION;
type             2283 tools/testing/nvdimm/test/nfit.c 	bdw->header.type = ACPI_NFIT_TYPE_DATA_REGION;
type             2295 tools/testing/nvdimm/test/nfit.c 	bdw->header.type = ACPI_NFIT_TYPE_DATA_REGION;
type             2307 tools/testing/nvdimm/test/nfit.c 	flush->header.type = ACPI_NFIT_TYPE_FLUSH_ADDRESS;
type             2317 tools/testing/nvdimm/test/nfit.c 	flush->header.type = ACPI_NFIT_TYPE_FLUSH_ADDRESS;
type             2327 tools/testing/nvdimm/test/nfit.c 	flush->header.type = ACPI_NFIT_TYPE_FLUSH_ADDRESS;
type             2337 tools/testing/nvdimm/test/nfit.c 	flush->header.type = ACPI_NFIT_TYPE_FLUSH_ADDRESS;
type             2347 tools/testing/nvdimm/test/nfit.c 	pcap->header.type = ACPI_NFIT_TYPE_CAPABILITIES;
type             2356 tools/testing/nvdimm/test/nfit.c 		dcr->header.type = ACPI_NFIT_TYPE_CONTROL_REGION;
type             2372 tools/testing/nvdimm/test/nfit.c 		dcr->header.type = ACPI_NFIT_TYPE_CONTROL_REGION;
type             2384 tools/testing/nvdimm/test/nfit.c 		bdw->header.type = ACPI_NFIT_TYPE_DATA_REGION;
type             2396 tools/testing/nvdimm/test/nfit.c 		spa->header.type = ACPI_NFIT_TYPE_SYSTEM_ADDRESS;
type             2410 tools/testing/nvdimm/test/nfit.c 		spa->header.type = ACPI_NFIT_TYPE_SYSTEM_ADDRESS;
type             2420 tools/testing/nvdimm/test/nfit.c 		spa->header.type = ACPI_NFIT_TYPE_SYSTEM_ADDRESS;
type             2430 tools/testing/nvdimm/test/nfit.c 		memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             2446 tools/testing/nvdimm/test/nfit.c 		memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             2463 tools/testing/nvdimm/test/nfit.c 		memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             2479 tools/testing/nvdimm/test/nfit.c 		flush->header.type = ACPI_NFIT_TYPE_FLUSH_ADDRESS;
type             2548 tools/testing/nvdimm/test/nfit.c 	spa->header.type = ACPI_NFIT_TYPE_SYSTEM_ADDRESS;
type             2558 tools/testing/nvdimm/test/nfit.c 	spa->header.type = ACPI_NFIT_TYPE_SYSTEM_ADDRESS;
type             2568 tools/testing/nvdimm/test/nfit.c 	memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             2587 tools/testing/nvdimm/test/nfit.c 	dcr->header.type = ACPI_NFIT_TYPE_CONTROL_REGION;
type             2598 tools/testing/nvdimm/test/nfit.c 	memdev->header.type = ACPI_NFIT_TYPE_MEMORY_MAP;
type             2615 tools/testing/nvdimm/test/nfit.c 	dcr->header.type = ACPI_NFIT_TYPE_CONTROL_REGION;
type             2684 tools/testing/nvdimm/test/nfit.c 	result->package.type = ACPI_TYPE_BUFFER,
type             3007 tools/testing/nvdimm/test/nfit.c 	obj->type = ACPI_TYPE_BUFFER;
type                2 tools/testing/radix-tree/linux/percpu.h #define DECLARE_PER_CPU(type, val) extern type val
type                3 tools/testing/radix-tree/linux/percpu.h #define DEFINE_PER_CPU(type, val) type val
type               71 tools/testing/scatterlist/linux/mm.h #define min_t(type, x, y)                               \
type               72 tools/testing/scatterlist/linux/mm.h 	__min(type, type,                               \
type               94 tools/testing/selftests/android/ion/ion.h 	__u32 type;
type               82 tools/testing/selftests/android/ion/ionutils.c 		if (heap_data[i].type == ion_info->heap_type) {
type              145 tools/testing/selftests/bpf/bpf_helpers.h static int (*bpf_lwt_push_encap)(void *ctx, unsigned int type, void *hdr,
type              252 tools/testing/selftests/bpf/bpf_helpers.h 	unsigned int type;
type              300 tools/testing/selftests/bpf/bpf_helpers.h static int (*bpf_skb_change_type)(void *ctx, __u32 type) =
type               25 tools/testing/selftests/bpf/bpf_util.h #define BPF_DECLARE_PERCPU(type, name)				\
type               26 tools/testing/selftests/bpf/bpf_util.h 	struct { type v; /* padding */ } __bpf_percpu_val_align	\
type              104 tools/testing/selftests/bpf/get_cgroup_id_user.c 	attr.type = PERF_TYPE_TRACEPOINT;
type               69 tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c 			  map_infos[i].type != BPF_MAP_TYPE_ARRAY ||
type               79 tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c 			  map_infos[i].type, BPF_MAP_TYPE_ARRAY,
type              110 tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c 			  prog_infos[i].type != BPF_PROG_TYPE_SOCKET_FILTER ||
type              125 tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c 			  prog_infos[i].type, BPF_PROG_TYPE_SOCKET_FILTER,
type               18 tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c static int check_load(const char *file, enum bpf_prog_type type)
type               26 tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c 	attr.prog_type = type;
type                9 tools/testing/selftests/bpf/prog_tests/queue_stack_map.c static void test_queue_stack_map_by_type(int type)
type               22 tools/testing/selftests/bpf/prog_tests/queue_stack_map.c 	if (type == QUEUE)
type               24 tools/testing/selftests/bpf/prog_tests/queue_stack_map.c 	else if (type == STACK)
type               52 tools/testing/selftests/bpf/prog_tests/queue_stack_map.c 		if (type == QUEUE) {
type               55 tools/testing/selftests/bpf/prog_tests/queue_stack_map.c 		} else if (type == STACK) {
type              147 tools/testing/selftests/bpf/prog_tests/send_signal.c 		.type = PERF_TYPE_TRACEPOINT,
type              178 tools/testing/selftests/bpf/prog_tests/send_signal.c 		.type = PERF_TYPE_SOFTWARE,
type              191 tools/testing/selftests/bpf/prog_tests/send_signal.c 		.type = PERF_TYPE_HARDWARE,
type               25 tools/testing/selftests/bpf/prog_tests/stacktrace_build_id_nmi.c 		.type = PERF_TYPE_HARDWARE,
type               32 tools/testing/selftests/bpf/prog_tests/task_fd_query_tp.c 	attr.type = PERF_TYPE_TRACEPOINT;
type               31 tools/testing/selftests/bpf/prog_tests/tp_attach_query.c 	attr.type = PERF_TYPE_TRACEPOINT;
type               61 tools/testing/selftests/bpf/progs/bpf_flow.c 	__uint(type, BPF_MAP_TYPE_PROG_ARRAY);
type               68 tools/testing/selftests/bpf/progs/bpf_flow.c 	__uint(type, BPF_MAP_TYPE_HASH);
type               35 tools/testing/selftests/bpf/progs/connect4_prog.c 	if (ctx->type != SOCK_STREAM && ctx->type != SOCK_DGRAM)
type               37 tools/testing/selftests/bpf/progs/connect4_prog.c 	else if (ctx->type == SOCK_STREAM)
type               47 tools/testing/selftests/bpf/progs/connect6_prog.c 	if (ctx->type != SOCK_STREAM && ctx->type != SOCK_DGRAM)
type               49 tools/testing/selftests/bpf/progs/connect6_prog.c 	else if (ctx->type == SOCK_STREAM)
type               15 tools/testing/selftests/bpf/progs/dev_cgroup.c 	short type = ctx->access_type & 0xFFFF;
type               20 tools/testing/selftests/bpf/progs/dev_cgroup.c 	switch (type) {
type               47 tools/testing/selftests/bpf/progs/dev_cgroup.c 	if (ctx->major != 1 || type != BPF_DEVCG_DEV_CHAR)
type                8 tools/testing/selftests/bpf/progs/get_cgroup_id_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               15 tools/testing/selftests/bpf/progs/get_cgroup_id_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               14 tools/testing/selftests/bpf/progs/netcnt_prog.c 	__uint(type, BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE);
type               20 tools/testing/selftests/bpf/progs/netcnt_prog.c 	__uint(type, BPF_MAP_TYPE_CGROUP_STORAGE);
type              114 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(type, BPF_MAP_TYPE_HASH);
type              121 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(type, BPF_MAP_TYPE_HASH);
type              128 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(type, BPF_MAP_TYPE_HASH);
type              135 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(type, BPF_MAP_TYPE_ARRAY);
type              142 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY);
type              149 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(type, BPF_MAP_TYPE_STACK_TRACE);
type                6 tools/testing/selftests/bpf/progs/sample_map_ret0.c 	.type = BPF_MAP_TYPE_HASH,
type               13 tools/testing/selftests/bpf/progs/sample_map_ret0.c 	.type = BPF_MAP_TYPE_ARRAY,
type               24 tools/testing/selftests/bpf/progs/sendmsg4_prog.c 	if (ctx->type != SOCK_DGRAM)
type               28 tools/testing/selftests/bpf/progs/sendmsg6_prog.c 	if (ctx->type != SOCK_DGRAM)
type               16 tools/testing/selftests/bpf/progs/socket_cookie_prog.c 	__uint(type, BPF_MAP_TYPE_SK_STORAGE);
type                8 tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c 	__uint(type, BPF_MAP_TYPE_SOCKMAP);
type               15 tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c 	__uint(type, BPF_MAP_TYPE_SOCKMAP);
type               22 tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c 	__uint(type, BPF_MAP_TYPE_SOCKMAP);
type               29 tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               18 tools/testing/selftests/bpf/progs/sockopt_inherit.c 	__uint(type, BPF_MAP_TYPE_SK_STORAGE);
type               25 tools/testing/selftests/bpf/progs/sockopt_inherit.c 	__uint(type, BPF_MAP_TYPE_SK_STORAGE);
type               32 tools/testing/selftests/bpf/progs/sockopt_inherit.c 	__uint(type, BPF_MAP_TYPE_SK_STORAGE);
type               18 tools/testing/selftests/bpf/progs/sockopt_sk.c 	.type = BPF_MAP_TYPE_SK_STORAGE,
type              208 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY);
type              215 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(type, BPF_MAP_TYPE_STACK_TRACE);
type              222 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(type, BPF_MAP_TYPE_STACK_TRACE);
type              229 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type              236 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               17 tools/testing/selftests/bpf/progs/tcp_rtt.c 	.type = BPF_MAP_TYPE_SK_STORAGE,
type                9 tools/testing/selftests/bpf/progs/test_attach_probe.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               14 tools/testing/selftests/bpf/progs/test_btf_haskv.c 	.type = BPF_MAP_TYPE_ARRAY,
type               15 tools/testing/selftests/bpf/progs/test_btf_newkv.c 	.type = BPF_MAP_TYPE_ARRAY,
type               24 tools/testing/selftests/bpf/progs/test_btf_newkv.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               14 tools/testing/selftests/bpf/progs/test_btf_nokv.c 	.type = BPF_MAP_TYPE_ARRAY,
type               19 tools/testing/selftests/bpf/progs/test_get_stack_rawtp.c 	__uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY);
type               26 tools/testing/selftests/bpf/progs/test_get_stack_rawtp.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               51 tools/testing/selftests/bpf/progs/test_get_stack_rawtp.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               11 tools/testing/selftests/bpf/progs/test_global_data.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               18 tools/testing/selftests/bpf/progs/test_global_data.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               31 tools/testing/selftests/bpf/progs/test_global_data.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type              173 tools/testing/selftests/bpf/progs/test_l4lb.c 	__uint(type, BPF_MAP_TYPE_HASH);
type              180 tools/testing/selftests/bpf/progs/test_l4lb.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type              187 tools/testing/selftests/bpf/progs/test_l4lb.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type              194 tools/testing/selftests/bpf/progs/test_l4lb.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type              201 tools/testing/selftests/bpf/progs/test_l4lb.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type              267 tools/testing/selftests/bpf/progs/test_l4lb.c 	if (icmp_hdr->type != ICMP_DEST_UNREACH ||
type              169 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 	__uint(type, BPF_MAP_TYPE_HASH);
type              176 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type              183 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type              190 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type              197 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type              267 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 	if (icmp_hdr->type != ICMP_DEST_UNREACH ||
type               38 tools/testing/selftests/bpf/progs/test_lwt_seg6local.c 	unsigned char type;
type               48 tools/testing/selftests/bpf/progs/test_lwt_seg6local.c 	unsigned char type;
type               81 tools/testing/selftests/bpf/progs/test_lwt_seg6local.c 	if (srh->type != 4)
type              105 tools/testing/selftests/bpf/progs/test_lwt_seg6local.c 		pad_tlv->type = SR6_TLV_PADDING;
type              148 tools/testing/selftests/bpf/progs/test_lwt_seg6local.c 		if (tlv.type == SR6_TLV_PADDING) {
type              158 tools/testing/selftests/bpf/progs/test_lwt_seg6local.c 		} else if (tlv.type == SR6_TLV_HMAC) {
type              190 tools/testing/selftests/bpf/progs/test_lwt_seg6local.c 	if (itlv->type == SR6_TLV_PADDING || itlv->type == SR6_TLV_HMAC)
type              268 tools/testing/selftests/bpf/progs/test_lwt_seg6local.c 	if (tlv.type == SR6_TLV_EGRESS && tlv.len == 18) {
type              297 tools/testing/selftests/bpf/progs/test_lwt_seg6local.c 	srh->type = 4;
type                9 tools/testing/selftests/bpf/progs/test_map_in_map.c 	__uint(type, BPF_MAP_TYPE_ARRAY_OF_MAPS);
type               18 tools/testing/selftests/bpf/progs/test_map_in_map.c 	__uint(type, BPF_MAP_TYPE_HASH_OF_MAPS);
type               15 tools/testing/selftests/bpf/progs/test_map_lock.c 	__uint(type, BPF_MAP_TYPE_HASH);
type               27 tools/testing/selftests/bpf/progs/test_map_lock.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               17 tools/testing/selftests/bpf/progs/test_obj_id.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type                9 tools/testing/selftests/bpf/progs/test_perf_buffer.c 	__uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY);
type               38 tools/testing/selftests/bpf/progs/test_seg6_loop.c 	unsigned char type;
type               48 tools/testing/selftests/bpf/progs/test_seg6_loop.c 	unsigned char type;
type               81 tools/testing/selftests/bpf/progs/test_seg6_loop.c 	if (srh->type != 4)
type              105 tools/testing/selftests/bpf/progs/test_seg6_loop.c 		pad_tlv->type = SR6_TLV_PADDING;
type              151 tools/testing/selftests/bpf/progs/test_seg6_loop.c 		if (tlv.type == SR6_TLV_PADDING) {
type              161 tools/testing/selftests/bpf/progs/test_seg6_loop.c 		} else if (tlv.type == SR6_TLV_HMAC) {
type              193 tools/testing/selftests/bpf/progs/test_seg6_loop.c 	if (itlv->type == SR6_TLV_PADDING || itlv->type == SR6_TLV_HMAC)
type               25 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY_OF_MAPS);
type               32 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               39 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               46 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               53 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type                8 tools/testing/selftests/bpf/progs/test_send_signal_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               15 tools/testing/selftests/bpf/progs/test_send_signal_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               14 tools/testing/selftests/bpf/progs/test_skb_cgroup_id_kern.c 	.type = BPF_MAP_TYPE_ARRAY,
type               31 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               38 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               45 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               52 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               64 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(type, BPF_MAP_TYPE_SK_STORAGE);
type               71 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(type, BPF_MAP_TYPE_SK_STORAGE);
type               87 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	dst->type = src->type;
type               14 tools/testing/selftests/bpf/progs/test_spin_lock.c 	__uint(type, BPF_MAP_TYPE_HASH);
type               26 tools/testing/selftests/bpf/progs/test_spin_lock.c 	__uint(type, BPF_MAP_TYPE_CGROUP_STORAGE);
type               40 tools/testing/selftests/bpf/progs/test_spin_lock.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               12 tools/testing/selftests/bpf/progs/test_stacktrace_build_id.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               19 tools/testing/selftests/bpf/progs/test_stacktrace_build_id.c 	__uint(type, BPF_MAP_TYPE_HASH);
type               28 tools/testing/selftests/bpf/progs/test_stacktrace_build_id.c 	__uint(type, BPF_MAP_TYPE_STACK_TRACE);
type               36 tools/testing/selftests/bpf/progs/test_stacktrace_build_id.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               12 tools/testing/selftests/bpf/progs/test_stacktrace_map.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               19 tools/testing/selftests/bpf/progs/test_stacktrace_map.c 	__uint(type, BPF_MAP_TYPE_HASH);
type               28 tools/testing/selftests/bpf/progs/test_stacktrace_map.c 	__uint(type, BPF_MAP_TYPE_STACK_TRACE);
type               35 tools/testing/selftests/bpf/progs/test_stacktrace_map.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               21 tools/testing/selftests/bpf/progs/test_tc_edt.c 	.type = BPF_MAP_TYPE_HASH,
type               20 tools/testing/selftests/bpf/progs/test_tcp_check_syncookie_kern.c 	.type = BPF_MAP_TYPE_ARRAY,
type              152 tools/testing/selftests/bpf/progs/test_tcp_estats.c 	__uint(type, BPF_MAP_TYPE_HASH);
type              164 tools/testing/selftests/bpf/progs/test_tcp_estats.c 					       enum tcp_estats_event_type type)
type              168 tools/testing/selftests/bpf/progs/test_tcp_estats.c 	event->event_type = type;
type              230 tools/testing/selftests/bpf/progs/test_tcp_estats.c 					    enum tcp_estats_event_type type)
type              232 tools/testing/selftests/bpf/progs/test_tcp_estats.c 	tcp_estats_ev_init(event, type);
type              237 tools/testing/selftests/bpf/progs/test_tcp_estats.c 					     enum tcp_estats_event_type type)
type              243 tools/testing/selftests/bpf/progs/test_tcp_estats.c 	tcp_estats_init(sk, &ev.event, &ev.conn_id, type);
type               18 tools/testing/selftests/bpf/progs/test_tcpbpf_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               25 tools/testing/selftests/bpf/progs/test_tcpbpf_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               18 tools/testing/selftests/bpf/progs/test_tcpnotify_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               25 tools/testing/selftests/bpf/progs/test_tcpnotify_kern.c 	__uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY);
type               67 tools/testing/selftests/bpf/progs/test_tcpnotify_kern.c 				.type = 0xde,
type               34 tools/testing/selftests/bpf/progs/test_tunnel_kern.c 	__u8	type;
type              412 tools/testing/selftests/bpf/progs/test_tunnel_kern.c 	gopt.type = 0x08;
type              482 tools/testing/selftests/bpf/progs/test_tunnel_kern.c 	gopt.type = 0x08;
type               26 tools/testing/selftests/bpf/progs/test_xdp.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               33 tools/testing/selftests/bpf/progs/test_xdp.c 	__uint(type, BPF_MAP_TYPE_HASH);
type               22 tools/testing/selftests/bpf/progs/test_xdp_loop.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type               29 tools/testing/selftests/bpf/progs/test_xdp_loop.c 	__uint(type, BPF_MAP_TYPE_HASH);
type              168 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(type, BPF_MAP_TYPE_HASH);
type              175 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(type, BPF_MAP_TYPE_LRU_HASH);
type              183 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type              190 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type              197 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
type              204 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
type              444 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	icmp_hdr->type = 0;
type              518 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	if (icmp_hdr->type == 8)
type              520 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	if ((icmp_hdr->type != 3) || (icmp_hdr->code != 4))
type                7 tools/testing/selftests/bpf/progs/xdp_redirect_map.c 	__uint(type, BPF_MAP_TYPE_DEVMAP);
type               21 tools/testing/selftests/bpf/progs/xdping_kern.c 	__uint(type, BPF_MAP_TYPE_HASH);
type               59 tools/testing/selftests/bpf/progs/xdping_kern.c static __always_inline int icmp_check(struct xdp_md *ctx, int type)
type               83 tools/testing/selftests/bpf/progs/xdping_kern.c 	if (icmph->type != type)
type              141 tools/testing/selftests/bpf/progs/xdping_kern.c 	icmph->type = ICMP_ECHO;
type              177 tools/testing/selftests/bpf/progs/xdping_kern.c 	icmph->type = ICMP_ECHOREPLY;
type               22 tools/testing/selftests/bpf/test_btf.h #define BTF_ARRAY_ENC(type, index_type, nr_elems)	\
type               23 tools/testing/selftests/bpf/test_btf.h 	(type), (index_type), (nr_elems)
type               24 tools/testing/selftests/bpf/test_btf.h #define BTF_TYPE_ARRAY_ENC(type, index_type, nr_elems) \
type               26 tools/testing/selftests/bpf/test_btf.h 	BTF_ARRAY_ENC(type, index_type, nr_elems)
type               34 tools/testing/selftests/bpf/test_btf.h #define BTF_VAR_ENC(name, type, linkage)	\
type               35 tools/testing/selftests/bpf/test_btf.h 	BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_VAR, 0, 0), type), (linkage)
type               36 tools/testing/selftests/bpf/test_btf.h #define BTF_VAR_SECINFO_ENC(type, offset, size)	\
type               37 tools/testing/selftests/bpf/test_btf.h 	(type), (offset), (size)
type               39 tools/testing/selftests/bpf/test_btf.h #define BTF_MEMBER_ENC(name, type, bits_offset)	\
type               40 tools/testing/selftests/bpf/test_btf.h 	(name), (type), (bits_offset)
type               45 tools/testing/selftests/bpf/test_btf.h #define BTF_TYPEDEF_ENC(name, type) \
type               46 tools/testing/selftests/bpf/test_btf.h 	BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_TYPEDEF, 0, 0), type)
type               48 tools/testing/selftests/bpf/test_btf.h #define BTF_PTR_ENC(type) \
type               49 tools/testing/selftests/bpf/test_btf.h 	BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_PTR, 0, 0), type)
type               51 tools/testing/selftests/bpf/test_btf.h #define BTF_CONST_ENC(type) \
type               52 tools/testing/selftests/bpf/test_btf.h 	BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_CONST, 0, 0), type)
type               54 tools/testing/selftests/bpf/test_btf.h #define BTF_VOLATILE_ENC(type) \
type               55 tools/testing/selftests/bpf/test_btf.h 	BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_VOLATILE, 0, 0), type)
type               57 tools/testing/selftests/bpf/test_btf.h #define BTF_RESTRICT_ENC(type) \
type               58 tools/testing/selftests/bpf/test_btf.h 	BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_RESTRICT, 0, 0), type)
type               63 tools/testing/selftests/bpf/test_btf.h #define BTF_FUNC_PROTO_ARG_ENC(name, type) \
type               64 tools/testing/selftests/bpf/test_btf.h 	(name), (type)
type              126 tools/testing/selftests/bpf/test_lirc_mode2_user.c 		if (event.type == EV_MSC && event.code == MSC_SCAN &&
type              149 tools/testing/selftests/bpf/test_lirc_mode2_user.c 		if (event.type == EV_REL && event.code == REL_Y &&
type             1436 tools/testing/selftests/bpf/test_maps.c static void prepare_reuseport_grp(int type, int map_fd, size_t map_elem_size,
type             1458 tools/testing/selftests/bpf/test_maps.c 		fd64 = socket(AF_INET6, type, 0);
type             1461 tools/testing/selftests/bpf/test_maps.c 		      type, fd64, errno);
type             1480 tools/testing/selftests/bpf/test_maps.c 		      type, err, errno);
type             1484 tools/testing/selftests/bpf/test_maps.c 		      "sock_type:%d err:%d errno:%d\n", type, err, errno);
type             1491 tools/testing/selftests/bpf/test_maps.c 			      type, err, errno);
type             1497 tools/testing/selftests/bpf/test_maps.c 		      "sock_type:%d err:%d errno:%d\n", type, err, errno);
type             1499 tools/testing/selftests/bpf/test_maps.c 		if (type == SOCK_STREAM) {
type             1509 tools/testing/selftests/bpf/test_maps.c 			      type, err, errno);
type             1513 tools/testing/selftests/bpf/test_maps.c 			      type, err, errno);
type             1526 tools/testing/selftests/bpf/test_maps.c 	int types[2] = { SOCK_STREAM, SOCK_DGRAM }, type;
type             1565 tools/testing/selftests/bpf/test_maps.c 		type = types[t];
type             1567 tools/testing/selftests/bpf/test_maps.c 		prepare_reuseport_grp(type, map_fd, sizeof(__u64), grpa_fds64,
type             1577 tools/testing/selftests/bpf/test_maps.c 		      type, err, errno);
type             1586 tools/testing/selftests/bpf/test_maps.c 		      type, err, errno);
type             1594 tools/testing/selftests/bpf/test_maps.c 		      "sock_type:%d err:%d errno:%d\n", type, err, errno);
type             1603 tools/testing/selftests/bpf/test_maps.c 		      type, err, errno);
type             1611 tools/testing/selftests/bpf/test_maps.c 		      "sock_type:%d err:%d errno:%d\n", type, err, errno);
type             1621 tools/testing/selftests/bpf/test_maps.c 		      type, err, errno);
type             1627 tools/testing/selftests/bpf/test_maps.c 		      type, err, errno);
type             1633 tools/testing/selftests/bpf/test_maps.c 		      type, err, errno);
type             1639 tools/testing/selftests/bpf/test_maps.c 		      "sock_type:%d err:%d errno:%d\n", type, err, errno);
type             1646 tools/testing/selftests/bpf/test_maps.c 		      type, err, errno, sk_cookie, map_cookie);
type             1655 tools/testing/selftests/bpf/test_maps.c 		      type, err, errno);
type               14 tools/testing/selftests/bpf/test_queue_stack_map.h 	__uint(type, MAP_TYPE);
type               22 tools/testing/selftests/bpf/test_queue_stack_map.h 	__uint(type, MAP_TYPE);
type              229 tools/testing/selftests/bpf/test_select_reuseport.c static void check_data(int type, sa_family_t family, const struct cmd *cmd,
type              247 tools/testing/selftests/bpf/test_select_reuseport.c 	if (type == SOCK_STREAM) {
type              295 tools/testing/selftests/bpf/test_select_reuseport.c 	if (type == SOCK_STREAM)
type              346 tools/testing/selftests/bpf/test_select_reuseport.c static int send_data(int type, sa_family_t family, void *data, size_t len,
type              352 tools/testing/selftests/bpf/test_select_reuseport.c 	fd = socket(family, type, 0);
type              368 tools/testing/selftests/bpf/test_select_reuseport.c static void do_test(int type, sa_family_t family, struct cmd *cmd,
type              376 tools/testing/selftests/bpf/test_select_reuseport.c 	cli_fd = send_data(type, family, cmd, cmd ? sizeof(*cmd) : 0,
type              383 tools/testing/selftests/bpf/test_select_reuseport.c 	      nev, expected, type, family,
type              387 tools/testing/selftests/bpf/test_select_reuseport.c 	check_data(type, family, cmd, cli_fd);
type              399 tools/testing/selftests/bpf/test_select_reuseport.c 	if (type == SOCK_STREAM) {
type              424 tools/testing/selftests/bpf/test_select_reuseport.c static void test_err_inner_map(int type, sa_family_t family)
type              433 tools/testing/selftests/bpf/test_select_reuseport.c 	do_test(type, family, &cmd, DROP_ERR_INNER_MAP);
type              437 tools/testing/selftests/bpf/test_select_reuseport.c static void test_err_skb_data(int type, sa_family_t family)
type              441 tools/testing/selftests/bpf/test_select_reuseport.c 	do_test(type, family, NULL, DROP_ERR_SKB_DATA);
type              445 tools/testing/selftests/bpf/test_select_reuseport.c static void test_err_sk_select_port(int type, sa_family_t family)
type              454 tools/testing/selftests/bpf/test_select_reuseport.c 	do_test(type, family, &cmd, DROP_ERR_SK_SELECT_REUSEPORT);
type              458 tools/testing/selftests/bpf/test_select_reuseport.c static void test_pass(int type, sa_family_t family)
type              468 tools/testing/selftests/bpf/test_select_reuseport.c 		do_test(type, family, &cmd, PASS);
type              473 tools/testing/selftests/bpf/test_select_reuseport.c static void test_syncookie(int type, sa_family_t family)
type              481 tools/testing/selftests/bpf/test_select_reuseport.c 	if (type != SOCK_STREAM)
type              502 tools/testing/selftests/bpf/test_select_reuseport.c 	do_test(type, family, &cmd, PASS);
type              513 tools/testing/selftests/bpf/test_select_reuseport.c static void test_pass_on_err(int type, sa_family_t family)
type              522 tools/testing/selftests/bpf/test_select_reuseport.c 	do_test(type, family, &cmd, PASS_ERR_SK_SELECT_REUSEPORT);
type              526 tools/testing/selftests/bpf/test_select_reuseport.c static void test_detach_bpf(int type, sa_family_t family)
type              553 tools/testing/selftests/bpf/test_select_reuseport.c 	cli_fd = send_data(type, family, &cmd, sizeof(cmd), PASS);
type              557 tools/testing/selftests/bpf/test_select_reuseport.c 	      nev,  type, family);
type              578 tools/testing/selftests/bpf/test_select_reuseport.c static void prepare_sk_fds(int type, sa_family_t family, bool inany)
type              596 tools/testing/selftests/bpf/test_select_reuseport.c 		sk_fds[i] = socket(family, type, 0);
type              618 tools/testing/selftests/bpf/test_select_reuseport.c 		if (type == SOCK_STREAM) {
type              652 tools/testing/selftests/bpf/test_select_reuseport.c static void setup_per_test(int type, unsigned short family, bool inany)
type              656 tools/testing/selftests/bpf/test_select_reuseport.c 	prepare_sk_fds(type, family, inany);
type              710 tools/testing/selftests/bpf/test_select_reuseport.c 			int type = types[t];
type              716 tools/testing/selftests/bpf/test_select_reuseport.c 			setup_per_test(type, family, inany);
type              718 tools/testing/selftests/bpf/test_select_reuseport.c 			test_err_inner_map(type, family);
type              726 tools/testing/selftests/bpf/test_select_reuseport.c 			test_err_skb_data(type, family);
type              727 tools/testing/selftests/bpf/test_select_reuseport.c 			test_err_sk_select_port(type, family);
type              728 tools/testing/selftests/bpf/test_select_reuseport.c 			test_pass(type, family);
type              729 tools/testing/selftests/bpf/test_select_reuseport.c 			test_syncookie(type, family);
type              730 tools/testing/selftests/bpf/test_select_reuseport.c 			test_pass_on_err(type, family);
type              732 tools/testing/selftests/bpf/test_select_reuseport.c 			test_detach_bpf(type, family);
type               34 tools/testing/selftests/bpf/test_sock.c 	int type;
type              355 tools/testing/selftests/bpf/test_sock.c static int bind_sock(int domain, int type, const char *ip, unsigned short port)
type              364 tools/testing/selftests/bpf/test_sock.c 	sockfd = socket(domain, type, 0);
type              420 tools/testing/selftests/bpf/test_sock.c 	if (bind_sock(test->domain, test->type, test->ip, test->port) == -1) {
type               68 tools/testing/selftests/bpf/test_sock_addr.c 	int type;
type              703 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, type)),
type              916 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, type)),
type              962 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, type)),
type             1148 tools/testing/selftests/bpf/test_sock_addr.c static int start_server(int type, const struct sockaddr_storage *addr,
type             1153 tools/testing/selftests/bpf/test_sock_addr.c 	fd = socket(addr->ss_family, type, 0);
type             1164 tools/testing/selftests/bpf/test_sock_addr.c 	if (type == SOCK_STREAM) {
type             1179 tools/testing/selftests/bpf/test_sock_addr.c static int connect_to_server(int type, const struct sockaddr_storage *addr,
type             1192 tools/testing/selftests/bpf/test_sock_addr.c 	fd = socket(domain, type, 0);
type             1241 tools/testing/selftests/bpf/test_sock_addr.c static int sendmsg_to_server(int type, const struct sockaddr_storage *addr,
type             1266 tools/testing/selftests/bpf/test_sock_addr.c 	fd = socket(domain, type, 0);
type             1387 tools/testing/selftests/bpf/test_sock_addr.c 	servfd = start_server(test->type, &requested_addr, addr_len);
type             1395 tools/testing/selftests/bpf/test_sock_addr.c 	clientfd = connect_to_server(test->type, &expected_addr, addr_len);
type             1423 tools/testing/selftests/bpf/test_sock_addr.c 	servfd = start_server(test->type, &expected_addr, addr_len);
type             1427 tools/testing/selftests/bpf/test_sock_addr.c 	clientfd = connect_to_server(test->type, &requested_addr, addr_len);
type             1438 tools/testing/selftests/bpf/test_sock_addr.c 	if (test->type == SOCK_STREAM) {
type             1473 tools/testing/selftests/bpf/test_sock_addr.c 	if (test->type != SOCK_DGRAM)
type             1480 tools/testing/selftests/bpf/test_sock_addr.c 	servfd = start_server(test->type, &server_addr, addr_len);
type             1488 tools/testing/selftests/bpf/test_sock_addr.c 		clientfd = sendmsg_to_server(test->type, &sendmsg_addr,
type               95 tools/testing/selftests/bpf/test_sock_fields.c 	       sk->state, sk->bound_dev_if, sk->family, sk->type, sk->protocol,
type               32 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(type, TEST_MAP_TYPE);
type               39 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(type, TEST_MAP_TYPE);
type               46 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(type, TEST_MAP_TYPE);
type               53 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               60 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               67 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               74 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(type, BPF_MAP_TYPE_ARRAY);
type               81 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(type, BPF_MAP_TYPE_ARRAY);
type                8 tools/testing/selftests/bpf/test_stub.c int bpf_prog_test_load(const char *file, enum bpf_prog_type type,
type               15 tools/testing/selftests/bpf/test_stub.c 	attr.prog_type = type;
type               22 tools/testing/selftests/bpf/test_stub.c int bpf_test_load_program(enum bpf_prog_type type, const struct bpf_insn *insns,
type               30 tools/testing/selftests/bpf/test_stub.c 	load_attr.prog_type = type;
type              108 tools/testing/selftests/bpf/test_tcp_check_syncookie_user.c 	*xdp = info.type == BPF_PROG_TYPE_XDP;
type               12 tools/testing/selftests/bpf/test_tcpnotify.h 	__u8    type;
type               38 tools/testing/selftests/bpf/test_tcpnotify_user.c 	if (t->type != 0xde || t->subtype != 0xad ||
type              377 tools/testing/selftests/bpf/test_verifier.c static int __create_map(uint32_t type, uint32_t size_key,
type              383 tools/testing/selftests/bpf/test_verifier.c 	fd = bpf_create_map(type, size_key, size_value, max_elem,
type              384 tools/testing/selftests/bpf/test_verifier.c 			    (type == BPF_MAP_TYPE_HASH ?
type              387 tools/testing/selftests/bpf/test_verifier.c 		if (skip_unsupported_map(type))
type              395 tools/testing/selftests/bpf/test_verifier.c static int create_map(uint32_t type, uint32_t size_key,
type              398 tools/testing/selftests/bpf/test_verifier.c 	return __create_map(type, size_key, size_value, max_elem, 0);
type              500 tools/testing/selftests/bpf/test_verifier.c 	enum bpf_map_type type = percpu ? BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE :
type              504 tools/testing/selftests/bpf/test_verifier.c 	fd = bpf_create_map(type, sizeof(struct bpf_cgroup_storage_key),
type              507 tools/testing/selftests/bpf/test_verifier.c 		if (skip_unsupported_map(type))
type              695 tools/testing/selftests/bpf/verifier/ref_tracking.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_7, offsetof(struct bpf_sock, type)),
type              722 tools/testing/selftests/bpf/verifier/ref_tracking.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_6, offsetof(struct bpf_sock, type)),
type              744 tools/testing/selftests/bpf/verifier/ref_tracking.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_6, offsetof(struct bpf_sock, type)),
type              788 tools/testing/selftests/bpf/verifier/ref_tracking.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_6, offsetof(struct bpf_sock, type)),
type               34 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_1, offsetof(struct bpf_sock, type)),
type               62 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_sock, type)),
type               81 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_sock, type)),
type              189 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_B, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_sock, type)),
type               53 tools/testing/selftests/breakpoints/breakpoint_test.c static void toggle_breakpoint(int n, int type, int len,
type               61 tools/testing/selftests/breakpoints/breakpoint_test.c 	switch (type) {
type               86 tools/testing/selftests/breakpoints/breakpoint_test_arm64.c 	const unsigned int type = 2; /* Write */
type               88 tools/testing/selftests/breakpoints/breakpoint_test_arm64.c 	const unsigned int control = byte_mask << 5 | type << 3 | enable;
type              177 tools/testing/selftests/cgroup/cgroup_util.c 	char *fs, *mount, *type;
type              189 tools/testing/selftests/cgroup/cgroup_util.c 		type = strtok(NULL, delim);
type              194 tools/testing/selftests/cgroup/cgroup_util.c 		if (strcmp(type, "cgroup2") == 0) {
type               50 tools/testing/selftests/gpio/gpio-mockup-chardev.c 		const char *type = mnt_fs_get_fstype(fs);
type               52 tools/testing/selftests/gpio/gpio-mockup-chardev.c 		if (!strcmp(type, "debugfs")) {
type               23 tools/testing/selftests/kcmp/kcmp_test.c static long sys_kcmp(int pid1, int pid2, int type, unsigned long fd1, unsigned long fd2)
type               25 tools/testing/selftests/kcmp/kcmp_test.c 	return syscall(__NR_kcmp, pid1, pid2, type, fd1, fd2);
type               60 tools/testing/selftests/kvm/include/x86_64/processor.h 	unsigned base1:8, s:1, type:4, dpl:2, p:1;
type              190 tools/testing/selftests/kvm/lib/aarch64/processor.c 	static const char * const type[] = { "", "pud", "pmd", "pte" };
type              200 tools/testing/selftests/kvm/lib/aarch64/processor.c 		printf("%*s%s: %lx: %lx at %p\n", indent, "", type[level], pte, *ptep, ptep);
type               99 tools/testing/selftests/kvm/lib/kvm_util.c 	vm->fd = ioctl(vm->kvm_fd, KVM_CREATE_VM, vm->type);
type              145 tools/testing/selftests/kvm/lib/kvm_util.c 	vm->type = 0;
type              212 tools/testing/selftests/kvm/lib/kvm_util.c 		vm->type = KVM_VM_TYPE_ARM_IPA_SIZE(vm->pa_bits);
type               46 tools/testing/selftests/kvm/lib/kvm_util_internal.h 	unsigned long type;
type              138 tools/testing/selftests/kvm/lib/x86_64/processor.c 		segment->selector, segment->type);
type              450 tools/testing/selftests/kvm/lib/x86_64/processor.c 	desc->type = segp->type;
type              484 tools/testing/selftests/kvm/lib/x86_64/processor.c 	segp->type = 0x08 | 0x01 | 0x02; /* kFlagCode | kFlagCodeAccessed
type              515 tools/testing/selftests/kvm/lib/x86_64/processor.c 	segp->type = 0x00 | 0x01 | 0x02; /* kFlagData | kFlagDataAccessed
type              607 tools/testing/selftests/kvm/lib/x86_64/processor.c 	segp->type = 0xb;
type               97 tools/testing/selftests/media_tests/video_device_test.c 				vtuner.type, vtuner.rangelow, vtuner.rangehigh);
type               65 tools/testing/selftests/mqueue/mq_open_tests.c static inline void getr(int type, struct rlimit *rlim);
type               66 tools/testing/selftests/mqueue/mq_open_tests.c static inline void setr(int type, struct rlimit *rlim);
type              141 tools/testing/selftests/mqueue/mq_open_tests.c static inline void getr(int type, struct rlimit *rlim)
type              143 tools/testing/selftests/mqueue/mq_open_tests.c 	if (getrlimit(type, rlim))
type              147 tools/testing/selftests/mqueue/mq_open_tests.c static inline void setr(int type, struct rlimit *rlim)
type              149 tools/testing/selftests/mqueue/mq_open_tests.c 	if (setrlimit(type, rlim))
type              160 tools/testing/selftests/mqueue/mq_perf_tests.c static inline void getr(int type, struct rlimit *rlim);
type              161 tools/testing/selftests/mqueue/mq_perf_tests.c static inline void setr(int type, struct rlimit *rlim);
type              267 tools/testing/selftests/mqueue/mq_perf_tests.c static inline void getr(int type, struct rlimit *rlim)
type              269 tools/testing/selftests/mqueue/mq_perf_tests.c 	if (getrlimit(type, rlim))
type              273 tools/testing/selftests/mqueue/mq_perf_tests.c static inline void setr(int type, struct rlimit *rlim)
type              275 tools/testing/selftests/mqueue/mq_perf_tests.c 	if (setrlimit(type, rlim))
type              323 tools/testing/selftests/net/msg_zerocopy.c static int do_setup_tx(int domain, int type, int protocol)
type              327 tools/testing/selftests/net/msg_zerocopy.c 	fd = socket(domain, type, protocol);
type              482 tools/testing/selftests/net/msg_zerocopy.c static void do_tx(int domain, int type, int protocol)
type              495 tools/testing/selftests/net/msg_zerocopy.c 	fd = do_setup_tx(domain, type, protocol);
type              501 tools/testing/selftests/net/msg_zerocopy.c 		if (type == SOCK_RAW) {
type              571 tools/testing/selftests/net/msg_zerocopy.c static int do_setup_rx(int domain, int type, int protocol)
type              581 tools/testing/selftests/net/msg_zerocopy.c 	if (type == SOCK_RAW && protocol == IPPROTO_RAW)
type              584 tools/testing/selftests/net/msg_zerocopy.c 	fd = socket(domain, type, protocol);
type              595 tools/testing/selftests/net/msg_zerocopy.c 	if (type == SOCK_STREAM) {
type              623 tools/testing/selftests/net/msg_zerocopy.c static void do_flush_datagram(int fd, int type)
type              634 tools/testing/selftests/net/msg_zerocopy.c 	if (cfg_family == PF_INET && type == SOCK_RAW) {
type              652 tools/testing/selftests/net/msg_zerocopy.c static void do_rx(int domain, int type, int protocol)
type              658 tools/testing/selftests/net/msg_zerocopy.c 	fd = do_setup_rx(domain, type, protocol);
type              662 tools/testing/selftests/net/msg_zerocopy.c 		if (type == SOCK_STREAM)
type              665 tools/testing/selftests/net/msg_zerocopy.c 			do_flush_datagram(fd, type);
type              677 tools/testing/selftests/net/msg_zerocopy.c static void do_test(int domain, int type, int protocol)
type              681 tools/testing/selftests/net/msg_zerocopy.c 	if (cfg_cork && (domain == PF_PACKET || type != SOCK_DGRAM))
type              690 tools/testing/selftests/net/msg_zerocopy.c 		do_rx(domain, type, protocol);
type              692 tools/testing/selftests/net/msg_zerocopy.c 		do_tx(domain, type, protocol);
type               69 tools/testing/selftests/net/nettest.c 	int type;      /* DGRAM, STREAM, RAW */
type              701 tools/testing/selftests/net/nettest.c 	if (args->type == SOCK_STREAM) {
type              867 tools/testing/selftests/net/nettest.c 	if (args->type == SOCK_STREAM)
type              873 tools/testing/selftests/net/nettest.c static int stdin_to_socket(int sd, int type, void *addr, socklen_t alen)
type              882 tools/testing/selftests/net/nettest.c 	if (type == SOCK_STREAM) {
type              928 tools/testing/selftests/net/nettest.c 	if (args->type != SOCK_STREAM)
type              980 tools/testing/selftests/net/nettest.c 			if (stdin_to_socket(sd, args->type, addr, alen) <= 0)
type             1081 tools/testing/selftests/net/nettest.c 	if (!args->has_local_ip && args->type == SOCK_RAW)
type             1117 tools/testing/selftests/net/nettest.c 	sd = socket(args->version, args->type, args->protocol);
type             1141 tools/testing/selftests/net/nettest.c 	if (args->type == SOCK_STREAM && listen(sd, 1) < 0) {
type             1189 tools/testing/selftests/net/nettest.c 	if (args->type != SOCK_STREAM) {
type             1289 tools/testing/selftests/net/nettest.c 	sd = socket(args->version, args->type, args->protocol);
type             1313 tools/testing/selftests/net/nettest.c 	if (args->type != SOCK_STREAM)
type             1388 tools/testing/selftests/net/nettest.c 	if (args->type == SOCK_STREAM) {
type             1570 tools/testing/selftests/net/nettest.c 		.type    = SOCK_STREAM,
type             1618 tools/testing/selftests/net/nettest.c 			args.type = SOCK_DGRAM;
type             1621 tools/testing/selftests/net/nettest.c 			args.type = SOCK_RAW;
type             1666 tools/testing/selftests/net/nettest.c 			args.type = SOCK_DGRAM;
type             1709 tools/testing/selftests/net/nettest.c 	    (!args.has_remote_ip || args.type != SOCK_STREAM)) {
type             1726 tools/testing/selftests/net/nettest.c 	if (args.type == SOCK_STREAM && !args.protocol)
type             1728 tools/testing/selftests/net/nettest.c 	if (args.type == SOCK_DGRAM && !args.protocol)
type             1731 tools/testing/selftests/net/nettest.c 	if ((args.type == SOCK_STREAM || args.type == SOCK_DGRAM) &&
type              349 tools/testing/selftests/net/psock_fanout.c 	uint8_t type = typeflags & 0xFF;
type              361 tools/testing/selftests/net/psock_fanout.c 	if (type == PACKET_FANOUT_CBPF)
type              363 tools/testing/selftests/net/psock_fanout.c 	else if (type == PACKET_FANOUT_EBPF)
type               72 tools/testing/selftests/net/psock_tpacket.c 	int type, rd_num, flen, version;
type              227 tools/testing/selftests/net/psock_tpacket.c 	bug_on(ring->type != PACKET_RX_RING);
type              392 tools/testing/selftests/net/psock_tpacket.c 	bug_on(ring->type != PACKET_TX_RING);
type              502 tools/testing/selftests/net/psock_tpacket.c 	if (ring->type == PACKET_RX_RING)
type              588 tools/testing/selftests/net/psock_tpacket.c 	bug_on(ring->type != PACKET_RX_RING);
type              624 tools/testing/selftests/net/psock_tpacket.c 	if (ring->type == PACKET_RX_RING)
type              646 tools/testing/selftests/net/psock_tpacket.c static void __v3_fill(struct ring *ring, unsigned int blocks, int type)
type              648 tools/testing/selftests/net/psock_tpacket.c 	if (type == PACKET_RX_RING) {
type              667 tools/testing/selftests/net/psock_tpacket.c static void setup_ring(int sock, struct ring *ring, int version, int type)
type              672 tools/testing/selftests/net/psock_tpacket.c 	ring->type = type;
type              678 tools/testing/selftests/net/psock_tpacket.c 		if (type == PACKET_TX_RING)
type              681 tools/testing/selftests/net/psock_tpacket.c 		ret = setsockopt(sock, SOL_PACKET, type, &ring->req,
type              686 tools/testing/selftests/net/psock_tpacket.c 		__v3_fill(ring, blocks, type);
type              687 tools/testing/selftests/net/psock_tpacket.c 		ret = setsockopt(sock, SOL_PACKET, type, &ring->req3,
type              802 tools/testing/selftests/net/psock_tpacket.c static int test_tpacket(int version, int type)
type              808 tools/testing/selftests/net/psock_tpacket.c 		type_str[type]);
type              815 tools/testing/selftests/net/psock_tpacket.c 			tpacket_str[version], type_str[type]);
type              821 tools/testing/selftests/net/psock_tpacket.c 	setup_ring(sock, &ring, version, type);
type               12 tools/testing/selftests/net/socket.c 	int	type;
type               48 tools/testing/selftests/net/socket.c 		fd = socket(s->domain, s->type, s->protocol);
type               63 tools/testing/selftests/net/socket.c 				s->domain, s->type, s->protocol,
type               76 tools/testing/selftests/net/socket.c 					s->domain, s->type, s->protocol,
type               38 tools/testing/selftests/networking/timestamping/rxtimestamp.c 	int type;
type              275 tools/testing/selftests/networking/timestamping/rxtimestamp.c 	int port = (s.type == SOCK_RAW) ? 0 : next_port++;
type              281 tools/testing/selftests/networking/timestamping/rxtimestamp.c 	src = socket(AF_INET, s.type, s.protocol);
type              285 tools/testing/selftests/networking/timestamping/rxtimestamp.c 	dst = socket(AF_INET, s.type, s.protocol);
type              297 tools/testing/selftests/networking/timestamping/rxtimestamp.c 	if (s.type == SOCK_STREAM && (listen(dst, 1) < 0))
type              303 tools/testing/selftests/networking/timestamping/rxtimestamp.c 	if (s.type == SOCK_STREAM) {
type              316 tools/testing/selftests/networking/timestamping/rxtimestamp.c 	if (s.type == SOCK_RAW)
type              699 tools/testing/selftests/networking/timestamping/txtimestamp.c 	int fd, type;
type              701 tools/testing/selftests/networking/timestamping/txtimestamp.c 	type = cfg_proto == SOCK_RAW ? SOCK_DGRAM : cfg_proto;
type              703 tools/testing/selftests/networking/timestamping/txtimestamp.c 	fd = socket(family, type, 0);
type              710 tools/testing/selftests/networking/timestamping/txtimestamp.c 	if (type == SOCK_STREAM && listen(fd, 10))
type               30 tools/testing/selftests/powerpc/include/utils.h void *find_auxv_entry(int type, char *auxv);
type               31 tools/testing/selftests/powerpc/include/utils.h void *get_auxv_entry(int type);
type               38 tools/testing/selftests/powerpc/include/utils.h int perf_event_open_counter(unsigned int type,
type               96 tools/testing/selftests/powerpc/pmu/ebb/trace.c 	e->type = TRACE_TYPE_REG;
type              113 tools/testing/selftests/powerpc/pmu/ebb/trace.c 	e->type = TRACE_TYPE_COUNTER;
type              133 tools/testing/selftests/powerpc/pmu/ebb/trace.c 	e->type = TRACE_TYPE_STRING;
type              150 tools/testing/selftests/powerpc/pmu/ebb/trace.c 	e->type = TRACE_TYPE_INDENT;
type              163 tools/testing/selftests/powerpc/pmu/ebb/trace.c 	e->type = TRACE_TYPE_OUTDENT;
type              237 tools/testing/selftests/powerpc/pmu/ebb/trace.c 	switch (e->type) {
type              264 tools/testing/selftests/powerpc/pmu/ebb/trace.c 		printf("entry @ %p type %d\n", e, e->type);
type               19 tools/testing/selftests/powerpc/pmu/ebb/trace.h 	u8 type;
type               23 tools/testing/selftests/powerpc/pmu/event.c void event_init_opts(struct event *e, u64 config, int type, char *name)
type               29 tools/testing/selftests/powerpc/pmu/event.c 	e->attr.type = type;
type               29 tools/testing/selftests/powerpc/pmu/event.h void event_init_opts(struct event *e, u64 config, int type, char *name);
type              202 tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h 	.type name,@function; \
type              208 tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h 	.type name,@function; \
type              232 tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h 	.type GLUE(.,name),@function; \
type               53 tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c 	attr.type = PERF_TYPE_BREAKPOINT;
type              100 tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c 	attr.type = PERF_TYPE_BREAKPOINT;
type              101 tools/testing/selftests/powerpc/ptrace/ptrace.h int ptrace_read_regs(pid_t child, unsigned long type, unsigned long regs[],
type              112 tools/testing/selftests/powerpc/ptrace/ptrace.h 	ret = ptrace(PTRACE_GETREGSET, child, type, &iov);
type              121 tools/testing/selftests/powerpc/ptrace/ptrace.h long ptrace_write_regs(pid_t child, unsigned long type, unsigned long regs[],
type              132 tools/testing/selftests/powerpc/ptrace/ptrace.h 	ret = ptrace(PTRACE_SETREGSET, child, type, &iov);
type               59 tools/testing/selftests/powerpc/utils.c void *find_auxv_entry(int type, char *auxv)
type               66 tools/testing/selftests/powerpc/utils.c 		if (p->a_type == type)
type               75 tools/testing/selftests/powerpc/utils.c void *get_auxv_entry(int type)
type               82 tools/testing/selftests/powerpc/utils.c 	p = find_auxv_entry(type, auxv);
type              182 tools/testing/selftests/powerpc/utils.c 					unsigned int type,
type              187 tools/testing/selftests/powerpc/utils.c 	event_attr->type = type;
type              197 tools/testing/selftests/powerpc/utils.c int perf_event_open_counter(unsigned int type,
type              203 tools/testing/selftests/powerpc/utils.c 	perf_event_attr_init(&event_attr, type, config);
type               18 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/misc.h #define container_of(ptr, type, member) ({			\
type               19 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/misc.h 	const typeof(((type *)0)->member) *__mptr = (ptr);	\
type               20 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/misc.h 	(type *)((char *)__mptr - offsetof(type, member));	\
type               15 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/percpu.h #define alloc_percpu(type) __alloc_percpu(sizeof(type), 1)
type               85 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/percpu.h #define DEFINE_PER_CPU(type, name) \
type               88 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/percpu.h 		[sizeof(type) > PERCPU_OFFSET ? -1 : 1]
type              172 tools/testing/selftests/seccomp/seccomp_bpf.c #define SECCOMP_IOR(nr, type)		_IOR(SECCOMP_IOC_MAGIC, nr, type)
type              173 tools/testing/selftests/seccomp/seccomp_bpf.c #define SECCOMP_IOW(nr, type)		_IOW(SECCOMP_IOC_MAGIC, nr, type)
type              174 tools/testing/selftests/seccomp/seccomp_bpf.c #define SECCOMP_IOWR(nr, type)		_IOWR(SECCOMP_IOC_MAGIC, nr, type)
type             1250 tools/testing/selftests/vm/userfaultfd.c static void set_test_type(const char *type)
type             1252 tools/testing/selftests/vm/userfaultfd.c 	if (!strcmp(type, "anon")) {
type             1255 tools/testing/selftests/vm/userfaultfd.c 	} else if (!strcmp(type, "hugetlb")) {
type             1258 tools/testing/selftests/vm/userfaultfd.c 	} else if (!strcmp(type, "hugetlb_shared")) {
type             1262 tools/testing/selftests/vm/userfaultfd.c 	} else if (!strcmp(type, "shmem")) {
type             1267 tools/testing/selftests/vm/userfaultfd.c 		fprintf(stderr, "Unknown test type: %s\n", type), exit(1);
type               45 tools/testing/vsock/vsock_diag_test.c static const char *sock_type_str(int type)
type               47 tools/testing/vsock/vsock_diag_test.c 	switch (type) {
type               97 tools/thermal/tmon/sysfs.c 	sysfs_get_string(path, "type", cdi->type);
type              103 tools/thermal/tmon/sysfs.c 		cdi->type, cdi->max_state, cdi->cur_state, cdi->instance);
type              137 tools/thermal/tmon/sysfs.c 	ptdata.tzi[tzid].tp[tpid].type = trip_type;
type              302 tools/thermal/tmon/sysfs.c 			sysfs_get_string(tz_name, "type", ptdata.tzi[k].type);
type              364 tools/thermal/tmon/sysfs.c 			sysfs_get_string(cdev_name, "type", ptdata.cdi[k].type);
type              366 tools/thermal/tmon/sysfs.c 			if (strstr(ptdata.cdi[k].type, ctrl_cdev)) {
type              182 tools/thermal/tmon/tmon.c 			ptdata.tzi[i].type,
type              187 tools/thermal/tmon/tmon.c 				trip_type_name[ptdata.tzi[i].tp[j].type],
type              195 tools/thermal/tmon/tmon.c 			i, ptdata.cdi[i].type);
type              200 tools/thermal/tmon/tmon.c 		fprintf(tmon_log, "%s%d    ", ptdata.tzi[i].type,
type              204 tools/thermal/tmon/tmon.c 		fprintf(tmon_log, "%s%d ", ptdata.cdi[i].type,
type               48 tools/thermal/tmon/tmon.h 	char type[64];
type               64 tools/thermal/tmon/tmon.h 	enum trip_type type;
type               74 tools/thermal/tmon/tmon.h 	char type[256]; /* e.g. acpitz */
type              218 tools/thermal/tmon/tui.c 			ptdata.cdi[j].type,
type              303 tools/thermal/tmon/tui.c 				ptdata.cdi[j].type, ptdata.cdi[j].instance);
type              456 tools/thermal/tmon/tui.c 				ptdata.cdi[cdev_id].type,
type              533 tools/thermal/tmon/tui.c static char trip_type_to_char(int type)
type              535 tools/thermal/tmon/tui.c 	switch (type) {
type              557 tools/thermal/tmon/tui.c 			"%c%d", trip_type_to_char(ptdata.tzi[tz].tp[j].type),
type              589 tools/thermal/tmon/tui.c 			ptdata.tzi[i].type,
type              628 tools/thermal/tmon/tui.c 			ptdata.tzi[i].type, ptdata.tzi[i].instance);
type              631 tools/thermal/tmon/tui.c 			char type;
type              638 tools/thermal/tmon/tui.c 			type = trip_type_to_char(ptdata.tzi[i].tp[j].type);
type              641 tools/thermal/tmon/tui.c 				tp_pos,	type);
type              643 tools/thermal/tmon/tui.c 				inst, j, type);
type              164 tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c 	switch (event->type) {
type              172 tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c 		printf("Event %s\n", names[event->type]);
type              187 tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c 	switch (event.type) {
type              152 tools/usb/ffs-aio-example/simple/device_app/aio_simple.c 	switch (event->type) {
type              160 tools/usb/ffs-aio-example/simple/device_app/aio_simple.c 		printf("Event %s\n", names[event->type]);
type              182 tools/usb/ffs-aio-example/simple/device_app/aio_simple.c 		switch (event.type) {
type              606 tools/usb/ffs-test.c 		switch (event->type) {
type              614 tools/usb/ffs-test.c 			printf("Event %s\n", names[event->type]);
type              615 tools/usb/ffs-test.c 			if (event->type == FUNCTIONFS_SETUP)
type              620 tools/usb/ffs-test.c 			printf("Event %03u (unknown)\n", event->type);
type              104 tools/usb/usbip/libsrc/list.h #define list_entry(ptr, type, member) \
type              105 tools/usb/usbip/libsrc/list.h 	container_of(ptr, type, member)
type              133 tools/usb/usbip/libsrc/list.h #define container_of(ptr, type, member) ({			\
type              134 tools/usb/usbip/libsrc/list.h 	const typeof( ((type *)0)->member ) *__mptr = (ptr);	\
type              135 tools/usb/usbip/libsrc/list.h 	(type *)( (char *)__mptr - offsetof(type,member) );})
type              199 tools/usb/usbip/libsrc/usbip_common.c #define READ_ATTR(object, type, dev, name, format)			      \
type              201 tools/usb/usbip/libsrc/usbip_common.c 		(object)->name = (type) read_attr_value(dev, to_string(name), \
type              108 tools/virtio/linux/kernel.h #define container_of(ptr, type, member) ({			\
type              109 tools/virtio/linux/kernel.h 	const typeof( ((type *)0)->member ) *__mptr = (ptr);	\
type              110 tools/virtio/linux/kernel.h 	(type *)( (char *)__mptr - offsetof(type,member) );})
type              211 tools/vm/page-types.c #define min_t(type, x, y) ({			\
type              212 tools/vm/page-types.c 	type __min1 = (x);			\
type              213 tools/vm/page-types.c 	type __min2 = (y);			\
type              216 tools/vm/page-types.c #define max_t(type, x, y) ({			\
type              217 tools/vm/page-types.c 	type __max1 = (x);			\
type              218 tools/vm/page-types.c 	type __max2 = (y);			\
type             1048 tools/vm/page-types.c int walk_tree(const char *name, const struct stat *st, int type, struct FTW *f)
type             1051 tools/vm/page-types.c 	switch (type) {
type               29 usr/gen_init_cpio.c 	const char *type;
type              187 usr/gen_init_cpio.c 	const char *type;
type              193 usr/gen_init_cpio.c 		.type = "dir",
type              197 usr/gen_init_cpio.c 		.type = "pipe",
type              201 usr/gen_init_cpio.c 		.type = "sock",
type              216 usr/gen_init_cpio.c 			line, generic_type_table[gt].type);
type              496 usr/gen_init_cpio.c 		.type    = "file",
type              499 usr/gen_init_cpio.c 		.type    = "nod",
type              502 usr/gen_init_cpio.c 		.type    = "dir",
type              505 usr/gen_init_cpio.c 		.type    = "slink",
type              508 usr/gen_init_cpio.c 		.type    = "pipe",
type              511 usr/gen_init_cpio.c 		.type    = "sock",
type              514 usr/gen_init_cpio.c 		.type    = NULL,
type              525 usr/gen_init_cpio.c 	char *args, *type;
type              579 usr/gen_init_cpio.c 		if (! (type = strtok(line, " \t"))) {
type              587 usr/gen_init_cpio.c 		if ('\n' == *type) {
type              592 usr/gen_init_cpio.c 		if (slen == strlen(type)) {
type              604 usr/gen_init_cpio.c 		for (type_idx = 0; file_handler_table[type_idx].type; type_idx++) {
type              606 usr/gen_init_cpio.c 			if (! strcmp(line, file_handler_table[type_idx].type)) {
type              615 usr/gen_init_cpio.c 		if (NULL == file_handler_table[type_idx].type) {
type              106 virt/kvm/arm/arm.c int kvm_arch_init_vm(struct kvm *kvm, unsigned long type)
type              110 virt/kvm/arm/arm.c 	ret = kvm_arm_setup_stage2(kvm, type);
type             1280 virt/kvm/arm/arm.c 	unsigned long dev_id, type;
type             1284 virt/kvm/arm/arm.c 	type = (dev_addr->id & KVM_ARM_DEVICE_TYPE_MASK) >>
type             1291 virt/kvm/arm/arm.c 		return kvm_vgic_addr(kvm, type, &dev_addr->addr, true);
type              493 virt/kvm/arm/pmu.c 		u64 type, reg;
type              499 virt/kvm/arm/pmu.c 		type = __vcpu_sys_reg(vcpu, PMEVTYPER0_EL0 + i);
type              500 virt/kvm/arm/pmu.c 		type &= ARMV8_PMU_EVTYPE_EVENT;
type              501 virt/kvm/arm/pmu.c 		if (type != ARMV8_PMUV3_PERFCTR_SW_INCR)
type              592 virt/kvm/arm/pmu.c 	attr.type = PERF_TYPE_RAW;
type              188 virt/kvm/arm/psci.c static void kvm_prepare_system_event(struct kvm_vcpu *vcpu, u32 type)
type              207 virt/kvm/arm/psci.c 	vcpu->run->system_event.type = type;
type               93 virt/kvm/arm/trace.h 	TP_PROTO(unsigned int type, int vcpu_idx, int irq_num, int level),
type               94 virt/kvm/arm/trace.h 	TP_ARGS(type, vcpu_idx, irq_num, level),
type               97 virt/kvm/arm/trace.h 		__field(	unsigned int,	type		)
type              104 virt/kvm/arm/trace.h 		__entry->type		= type;
type              111 virt/kvm/arm/trace.h 		  (__entry->type == KVM_ARM_IRQ_TYPE_CPU) ? "CPU" :
type              112 virt/kvm/arm/trace.h 		  (__entry->type == KVM_ARM_IRQ_TYPE_PPI) ? "VGIC PPI" :
type              113 virt/kvm/arm/trace.h 		  (__entry->type == KVM_ARM_IRQ_TYPE_SPI) ? "VGIC SPI" : "UNKNOWN",
type              114 virt/kvm/arm/trace.h 		  __entry->type, __entry->vcpu_idx, __entry->irq_num, __entry->level)
type              180 virt/kvm/arm/vgic/vgic-debug.c 	char *type;
type              182 virt/kvm/arm/vgic/vgic-debug.c 		type = "SGI";
type              184 virt/kvm/arm/vgic/vgic-debug.c 		type = "PPI";
type              186 virt/kvm/arm/vgic/vgic-debug.c 		type = "SPI";
type              188 virt/kvm/arm/vgic/vgic-debug.c 		type = "LPI";
type              202 virt/kvm/arm/vgic/vgic-debug.c 			type, irq->intid,
type               71 virt/kvm/arm/vgic/vgic-init.c int kvm_vgic_create(struct kvm *kvm, u32 type)
type               85 virt/kvm/arm/vgic/vgic-init.c 	if (type == KVM_DEV_TYPE_ARM_VGIC_V2 &&
type              107 virt/kvm/arm/vgic/vgic-init.c 	if (type == KVM_DEV_TYPE_ARM_VGIC_V2)
type              118 virt/kvm/arm/vgic/vgic-init.c 	kvm->arch.vgic.vgic_model = type;
type              122 virt/kvm/arm/vgic/vgic-init.c 	if (type == KVM_DEV_TYPE_ARM_VGIC_V2)
type              247 virt/kvm/arm/vgic/vgic-init.c 	if (kvm_vgic_global_state.type == VGIC_V2)
type              483 virt/kvm/arm/vgic/vgic-init.c 	if (kvm_vgic_global_state.type == VGIC_V2)
type              509 virt/kvm/arm/vgic/vgic-init.c 	switch (gic_kvm_info->type) {
type               44 virt/kvm/arm/vgic/vgic-irqfd.c 	switch (ue->type) {
type              110 virt/kvm/arm/vgic/vgic-irqfd.c 	if (e->type == KVM_IRQ_ROUTING_MSI && vgic_has_its(kvm) && level) {
type              134 virt/kvm/arm/vgic/vgic-irqfd.c 		entries[i].type = KVM_IRQ_ROUTING_IRQCHIP;
type              900 virt/kvm/arm/vgic/vgic-its.c 	u64 indirect_ptr, type = GITS_BASER_TYPE(baser);
type              907 virt/kvm/arm/vgic/vgic-its.c 	switch (type) {
type             1876 virt/kvm/arm/vgic/vgic-its.c static int vgic_its_create(struct kvm_device *dev, u32 type)
type             1880 virt/kvm/arm/vgic/vgic-its.c 	if (type != KVM_DEV_TYPE_ARM_VGIC_ITS)
type             2696 virt/kvm/arm/vgic/vgic-its.c 		unsigned long type = (unsigned long)attr->attr;
type             2699 virt/kvm/arm/vgic/vgic-its.c 		if (type != KVM_VGIC_ITS_ADDR_TYPE)
type             2735 virt/kvm/arm/vgic/vgic-its.c 		unsigned long type = (unsigned long)attr->attr;
type             2737 virt/kvm/arm/vgic/vgic-its.c 		if (type != KVM_VGIC_ITS_ADDR_TYPE)
type               56 virt/kvm/arm/vgic/vgic-kvm-device.c int kvm_vgic_addr(struct kvm *kvm, unsigned long type, u64 *addr, bool write)
type               64 virt/kvm/arm/vgic/vgic-kvm-device.c 	switch (type) {
type              164 virt/kvm/arm/vgic/vgic-kvm-device.c 		unsigned long type = (unsigned long)attr->attr;
type              169 virt/kvm/arm/vgic/vgic-kvm-device.c 		r = kvm_vgic_addr(dev->kvm, type, &addr, true);
type              227 virt/kvm/arm/vgic/vgic-kvm-device.c 		unsigned long type = (unsigned long)attr->attr;
type              229 virt/kvm/arm/vgic/vgic-kvm-device.c 		r = kvm_vgic_addr(dev->kvm, type, &addr, false);
type              249 virt/kvm/arm/vgic/vgic-kvm-device.c static int vgic_create(struct kvm_device *dev, u32 type)
type              251 virt/kvm/arm/vgic/vgic-kvm-device.c 	return kvm_vgic_create(dev->kvm, type);
type              259 virt/kvm/arm/vgic/vgic-kvm-device.c int kvm_register_vgic_device(unsigned long type)
type              263 virt/kvm/arm/vgic/vgic-kvm-device.c 	switch (type) {
type              358 virt/kvm/arm/vgic/vgic-mmio-v2.c 	if (kvm_vgic_global_state.type == VGIC_V2) {
type              384 virt/kvm/arm/vgic/vgic-mmio-v2.c 	if (kvm_vgic_global_state.type == VGIC_V2) {
type              682 virt/kvm/arm/vgic/vgic-mmio.c 	if (kvm_vgic_global_state.type == VGIC_V2)
type              690 virt/kvm/arm/vgic/vgic-mmio.c 	if (kvm_vgic_global_state.type == VGIC_V2)
type              920 virt/kvm/arm/vgic/vgic-mmio.c 			     enum vgic_type type)
type              926 virt/kvm/arm/vgic/vgic-mmio.c 	switch (type) {
type              412 virt/kvm/arm/vgic/vgic-v2.c 	kvm_vgic_global_state.type = VGIC_V2;
type              645 virt/kvm/arm/vgic/vgic-v3.c 	kvm_vgic_global_state.type = VGIC_V3;
type              721 virt/kvm/arm/vgic/vgic.c 	if (kvm_vgic_global_state.type == VGIC_V2)
type              733 virt/kvm/arm/vgic/vgic.c 	if (kvm_vgic_global_state.type == VGIC_V2)
type              741 virt/kvm/arm/vgic/vgic.c 	if (kvm_vgic_global_state.type == VGIC_V2)
type              749 virt/kvm/arm/vgic/vgic.c 	if (kvm_vgic_global_state.type == VGIC_V2)
type              920 virt/kvm/arm/vgic/vgic.c 	if (kvm_vgic_global_state.type == VGIC_V2)
type              931 virt/kvm/arm/vgic/vgic.c 	if (kvm_vgic_global_state.type == VGIC_V2)
type              942 virt/kvm/arm/vgic/vgic.c 	if (kvm_vgic_global_state.type == VGIC_V2)
type              246 virt/kvm/arm/vgic/vgic.h int kvm_register_vgic_device(unsigned long type);
type              257 virt/kvm/eventfd.c 		irqfd->irq_entry.type = 0;
type              547 virt/kvm/eventfd.c 			irqfd->irq_entry.type = 0;
type              142 virt/kvm/irqchip.c 		if (ei->type != KVM_IRQ_ROUTING_IRQCHIP ||
type              143 virt/kvm/irqchip.c 		    ue->type != KVM_IRQ_ROUTING_IRQCHIP ||
type              148 virt/kvm/irqchip.c 	e->type = ue->type;
type              152 virt/kvm/irqchip.c 	if (e->type == KVM_IRQ_ROUTING_IRQCHIP)
type              203 virt/kvm/irqchip.c 		switch (ue->type) {
type              156 virt/kvm/kvm_main.c static void kvm_uevent_notify_change(unsigned int type, struct kvm *kvm);
type              685 virt/kvm/kvm_main.c static struct kvm *kvm_create_vm(unsigned long type)
type              728 virt/kvm/kvm_main.c 	r = kvm_arch_init_vm(kvm, type);
type             3210 virt/kvm/kvm_main.c int kvm_register_device_ops(struct kvm_device_ops *ops, u32 type)
type             3212 virt/kvm/kvm_main.c 	if (type >= ARRAY_SIZE(kvm_device_ops_table))
type             3215 virt/kvm/kvm_main.c 	if (kvm_device_ops_table[type] != NULL)
type             3218 virt/kvm/kvm_main.c 	kvm_device_ops_table[type] = ops;
type             3222 virt/kvm/kvm_main.c void kvm_unregister_device_ops(u32 type)
type             3224 virt/kvm/kvm_main.c 	if (kvm_device_ops_table[type] != NULL)
type             3225 virt/kvm/kvm_main.c 		kvm_device_ops_table[type] = NULL;
type             3234 virt/kvm/kvm_main.c 	int type;
type             3237 virt/kvm/kvm_main.c 	if (cd->type >= ARRAY_SIZE(kvm_device_ops_table))
type             3240 virt/kvm/kvm_main.c 	type = array_index_nospec(cd->type, ARRAY_SIZE(kvm_device_ops_table));
type             3241 virt/kvm/kvm_main.c 	ops = kvm_device_ops_table[type];
type             3256 virt/kvm/kvm_main.c 	ret = ops->create(dev, type);
type             3585 virt/kvm/kvm_main.c static int kvm_dev_ioctl_create_vm(unsigned long type)
type             3591 virt/kvm/kvm_main.c 	kvm = kvm_create_vm(type);
type             4279 virt/kvm/kvm_main.c static void kvm_uevent_notify_change(unsigned int type, struct kvm *kvm)
type             4288 virt/kvm/kvm_main.c 	if (type == KVM_EVENT_CREATE_VM) {
type             4291 virt/kvm/kvm_main.c 	} else if (type == KVM_EVENT_DESTROY_VM) {
type             4305 virt/kvm/kvm_main.c 	if (type == KVM_EVENT_CREATE_VM) {
type             4308 virt/kvm/kvm_main.c 	} else if (type == KVM_EVENT_DESTROY_VM) {
type              385 virt/kvm/vfio.c static int kvm_vfio_create(struct kvm_device *dev, u32 type);
type              395 virt/kvm/vfio.c static int kvm_vfio_create(struct kvm_device *dev, u32 type)