ins               196 arch/arm/mm/alignment.c #define __get8_unaligned_check(ins,val,addr,err)	\
ins               198 arch/arm/mm/alignment.c  ARM(	"1:	"ins"	%1, [%2], #1\n"	)		\
ins               199 arch/arm/mm/alignment.c  THUMB(	"1:	"ins"	%1, [%2]\n"	)		\
ins               214 arch/arm/mm/alignment.c #define __get16_unaligned_check(ins,val,addr)			\
ins               217 arch/arm/mm/alignment.c 		__get8_unaligned_check(ins,v,a,err);		\
ins               219 arch/arm/mm/alignment.c 		__get8_unaligned_check(ins,v,a,err);		\
ins               231 arch/arm/mm/alignment.c #define __get32_unaligned_check(ins,val,addr)			\
ins               234 arch/arm/mm/alignment.c 		__get8_unaligned_check(ins,v,a,err);		\
ins               236 arch/arm/mm/alignment.c 		__get8_unaligned_check(ins,v,a,err);		\
ins               238 arch/arm/mm/alignment.c 		__get8_unaligned_check(ins,v,a,err);		\
ins               240 arch/arm/mm/alignment.c 		__get8_unaligned_check(ins,v,a,err);		\
ins               252 arch/arm/mm/alignment.c #define __put16_unaligned_check(ins,val,addr)			\
ins               256 arch/arm/mm/alignment.c 	 ARM(	"1:	"ins"	%1, [%2], #1\n"	)		\
ins               257 arch/arm/mm/alignment.c 	 THUMB(	"1:	"ins"	%1, [%2]\n"	)		\
ins               260 arch/arm/mm/alignment.c 		"2:	"ins"	%1, [%2]\n"			\
ins               284 arch/arm/mm/alignment.c #define __put32_unaligned_check(ins,val,addr)			\
ins               288 arch/arm/mm/alignment.c 	 ARM(	"1:	"ins"	%1, [%2], #1\n"	)		\
ins               289 arch/arm/mm/alignment.c 	 THUMB(	"1:	"ins"	%1, [%2]\n"	)		\
ins               292 arch/arm/mm/alignment.c 	 ARM(	"2:	"ins"	%1, [%2], #1\n"	)		\
ins               293 arch/arm/mm/alignment.c 	 THUMB(	"2:	"ins"	%1, [%2]\n"	)		\
ins               296 arch/arm/mm/alignment.c 	 ARM(	"3:	"ins"	%1, [%2], #1\n"	)		\
ins               297 arch/arm/mm/alignment.c 	 THUMB(	"3:	"ins"	%1, [%2]\n"	)		\
ins               300 arch/arm/mm/alignment.c 		"4:	"ins"	%1, [%2]\n"			\
ins               235 arch/csky/include/asm/uaccess.h #define __get_user_asm_common(x, ptr, ins, err)			\
ins               239 arch/csky/include/asm/uaccess.h 	"1:   " ins " %1, (%4,0)	\n"			\
ins               557 arch/mips/include/asm/io.h static inline void ins##bwlq(unsigned long port, void *addr,		\
ins                50 arch/mips/include/asm/mach-malta/kernel-entry-init.h 	ins	t2, t1, 16, 3
ins                69 arch/mips/include/asm/mach-malta/kernel-entry-init.h 	ins	t0, t1, 16, 3
ins              2576 arch/mips/include/asm/mipsregs.h #define _dsp_mfxxx(ins)							\
ins              2588 arch/mips/include/asm/mipsregs.h 	: "i" (ins));							\
ins              2592 arch/mips/include/asm/mipsregs.h #define _dsp_mtxxx(val, ins)						\
ins              2602 arch/mips/include/asm/mipsregs.h 	: "r" (val), "i" (ins));					\
ins               252 arch/riscv/include/asm/io.h __io_reads_ins(ins,  u8, b, __io_pbr(), __io_par(addr))
ins               253 arch/riscv/include/asm/io.h __io_reads_ins(ins, u16, w, __io_pbr(), __io_par(addr))
ins               254 arch/riscv/include/asm/io.h __io_reads_ins(ins, u32, l, __io_pbr(), __io_par(addr))
ins               277 arch/riscv/include/asm/io.h __io_reads_ins(ins, u64, q, __io_pbr(), __io_par(addr))
ins               207 arch/sh/include/asm/io.h static inline void ins##bwlq(unsigned long port, void *addr,		\
ins                53 arch/sparc/include/asm/sigcontext.h 	unsigned long ins[8];
ins                54 arch/sparc/include/uapi/asm/ptrace.h 	unsigned long ins[8];
ins                60 arch/sparc/include/uapi/asm/ptrace.h 	unsigned int ins[8];
ins                66 arch/sparc/include/uapi/asm/ptrace.h         unsigned long ins[6];
ins                77 arch/sparc/include/uapi/asm/ptrace.h         unsigned int ins[6];
ins                87 arch/sparc/include/uapi/asm/ptrace.h 	unsigned long ins[8];
ins               115 arch/sparc/include/uapi/asm/ptrace.h 	unsigned long ins[8];
ins               121 arch/sparc/include/uapi/asm/ptrace.h         unsigned long ins[6];
ins                32 arch/sparc/kernel/kgdb_32.c 		gdb_regs[GDB_I0 + i] = win->ins[i];
ins                66 arch/sparc/kernel/kgdb_32.c 		gdb_regs[GDB_I0 + i] = win->ins[i];
ins               107 arch/sparc/kernel/kgdb_32.c 		win->ins[i] = gdb_regs[GDB_I0 + i];
ins                32 arch/sparc/kernel/kgdb_64.c 		gdb_regs[GDB_I0 + i] = win->ins[i];
ins                67 arch/sparc/kernel/kgdb_64.c 		gdb_regs[GDB_I0 + i] = win->ins[i];
ins               113 arch/sparc/kernel/kgdb_64.c 		win->ins[i] = gdb_regs[GDB_I0 + i];
ins               143 arch/sparc/kernel/process_32.c 	       rw->ins[0], rw->ins[1], rw->ins[2], rw->ins[3],
ins               144 arch/sparc/kernel/process_32.c 	       rw->ins[4], rw->ins[5], rw->ins[6], rw->ins[7]);
ins               172 arch/sparc/kernel/process_32.c 		pc = rw->ins[7];
ins               175 arch/sparc/kernel/process_32.c 		fp = rw->ins[6];
ins               480 arch/sparc/kernel/process_32.c 		pc = rw->ins[7];
ins               485 arch/sparc/kernel/process_32.c 		fp = rw->ins[6] + bias;
ins               131 arch/sparc/kernel/process_64.c 	       r_w.ins[0], r_w.ins[1], r_w.ins[2], r_w.ins[3],
ins               132 arch/sparc/kernel/process_64.c 	       r_w.ins[4], r_w.ins[5], r_w.ins[6], r_w.ins[7]);
ins               170 arch/sparc/kernel/process_64.c 	       rwk->ins[0], rwk->ins[1], rwk->ins[2], rwk->ins[3]);
ins               172 arch/sparc/kernel/process_64.c 	       rwk->ins[4], rwk->ins[5], rwk->ins[6], rwk->ins[7]);
ins               174 arch/sparc/kernel/process_64.c 		printk("I7: <%pS>\n", (void *) rwk->ins[7]);
ins               224 arch/sparc/kernel/process_64.c 			rp->i7 = rw->ins[7];
ins               226 arch/sparc/kernel/process_64.c 				(rw->ins[6] + STACK_BIAS);
ins               228 arch/sparc/kernel/process_64.c 				rp->rpc = rw->ins[7];
ins               447 arch/sparc/kernel/process_64.c 		__get_user(fp, &(((struct reg_window __user *)psp)->ins[6]));
ins               452 arch/sparc/kernel/process_64.c 		__get_user(fp, &(((struct reg_window32 __user *)psp)->ins[6]));
ins               466 arch/sparc/kernel/process_64.c 			     &(((struct reg_window32 __user *)rval)->ins[6])))
ins               470 arch/sparc/kernel/process_64.c 			     &(((struct reg_window __user *)rval)->ins[6])))
ins               790 arch/sparc/kernel/process_64.c 		pc = rw->ins[7];
ins               795 arch/sparc/kernel/process_64.c 		fp = rw->ins[6] + bias;
ins               207 arch/sparc/kernel/ptrace_64.c 			wbuf->ins[i] = win32.ins[i];
ins               230 arch/sparc/kernel/ptrace_64.c 			win32.ins[i] = wbuf->ins[i];
ins               445 arch/sparc/kernel/signal32.c 			err |= __put_user(rp->ins[i], &sf->ss.ins[i]);
ins               446 arch/sparc/kernel/signal32.c 		err |= __put_user(rp->ins[6], &sf->ss.fp);
ins               447 arch/sparc/kernel/signal32.c 		err |= __put_user(rp->ins[7], &sf->ss.callers_pc);
ins               577 arch/sparc/kernel/signal32.c 			err |= __put_user(rp->ins[i], &sf->ss.ins[i]);
ins               578 arch/sparc/kernel/signal32.c 		err |= __put_user(rp->ins[6], &sf->ss.fp);
ins               579 arch/sparc/kernel/signal32.c 		err |= __put_user(rp->ins[7], &sf->ss.callers_pc);
ins               106 arch/sparc/kernel/signal_64.c 	      (&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[6])));
ins               108 arch/sparc/kernel/signal_64.c 	      (&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[7])));
ins               202 arch/sparc/kernel/signal_64.c 		 (&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[6])));
ins               204 arch/sparc/kernel/signal_64.c 		 (&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[7])));
ins                82 arch/sparc/kernel/traps_32.c 			printk("Caller[%08lx]: %pS\n", rw->ins[7],
ins                83 arch/sparc/kernel/traps_32.c 			       (void *) rw->ins[7]);
ins                84 arch/sparc/kernel/traps_32.c 			rw = (struct reg_window32 *)rw->ins[6];
ins              2517 arch/sparc/kernel/traps_64.c 	unsigned long fp = rw->ins[6];
ins              2553 arch/sparc/kernel/traps_64.c 			printk("Caller[%016lx]: %pS\n", rw->ins[7],
ins              2554 arch/sparc/kernel/traps_64.c 			       (void *) rw->ins[7]);
ins               133 arch/unicore32/mm/alignment.c #define __put32_unaligned_check(ins, val, addr)			\
ins               137 arch/unicore32/mm/alignment.c 		"1:	"ins"	%1, [%2], #1\n"			\
ins               139 arch/unicore32/mm/alignment.c 		"2:	"ins"	%1, [%2], #1\n"			\
ins               141 arch/unicore32/mm/alignment.c 		"3:	"ins"	%1, [%2], #1\n"			\
ins               143 arch/unicore32/mm/alignment.c 		"4:	"ins"	%1, [%2]\n"			\
ins                33 arch/x86/include/asm/bug.h #define _BUG_FLAGS(ins, flags)						\
ins                35 arch/x86/include/asm/bug.h 	asm_inline volatile("1:\t" ins "\n"				\
ins                50 arch/x86/include/asm/bug.h #define _BUG_FLAGS(ins, flags)						\
ins                52 arch/x86/include/asm/bug.h 	asm_inline volatile("1:\t" ins "\n"				\
ins                66 arch/x86/include/asm/bug.h #define _BUG_FLAGS(ins, flags)  asm volatile(ins)
ins               323 arch/x86/include/asm/io.h static inline void ins##bwl(int port, void *addr, unsigned long count)	\
ins               411 arch/x86/kernel/ftrace.c 	unsigned char ins[MCOUNT_INSN_SIZE];
ins               418 arch/x86/kernel/ftrace.c 	if (probe_kernel_read(ins, (void *)ip, MCOUNT_INSN_SIZE))
ins               422 arch/x86/kernel/ftrace.c 	if (ins[0] != brk)
ins               431 arch/x86/kernel/ftrace.c 	if (memcmp(&ins[1], &nop[1], MCOUNT_INSN_SIZE - 1) != 0) {
ins               441 arch/x86/kernel/ftrace.c 		if (memcmp(&ins[1], &nop[1], MCOUNT_INSN_SIZE - 1) == 0)
ins               450 arch/x86/kernel/ftrace.c 		if (memcmp(&ins[1], &nop[1], MCOUNT_INSN_SIZE - 1) != 0)
ins              4742 arch/x86/kvm/emulate.c 	I2bvIP(DstDI | SrcDX | Mov | String | Unaligned, em_in, ins, check_perm_in), /* insb, insw/insd */
ins               203 drivers/acpi/apei/apei-base.c 	u8 ins;
ins               210 drivers/acpi/apei/apei-base.c 		ins = entry->instruction;
ins               213 drivers/acpi/apei/apei-base.c 		if (ins >= ctx->instructions || !ins_table[ins].run) {
ins               216 drivers/acpi/apei/apei-base.c 				   ins);
ins               231 drivers/acpi/apei/apei-base.c 	u8 ins = entry->instruction;
ins               233 drivers/acpi/apei/apei-base.c 	if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER)
ins               264 drivers/acpi/apei/apei-base.c 	u8 ins = entry->instruction;
ins               266 drivers/acpi/apei/apei-base.c 	if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER)
ins               711 drivers/acpi/apei/apei-base.c 	u8 ins = entry->instruction;
ins               716 drivers/acpi/apei/apei-base.c 	if (!(ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER))
ins               339 drivers/bus/hisi_lpc.c 	.ins = hisi_lpc_comm_ins,
ins               583 drivers/md/dm-writecache.c static void writecache_insert_entry(struct dm_writecache *wc, struct wc_entry *ins)
ins               591 drivers/md/dm-writecache.c 		if (read_original_sector(wc, e) > read_original_sector(wc, ins))
ins               596 drivers/md/dm-writecache.c 	rb_link_node(&ins->rb_node, parent, node);
ins               597 drivers/md/dm-writecache.c 	rb_insert_color(&ins->rb_node, &wc->tree);
ins               598 drivers/md/dm-writecache.c 	list_add(&ins->lru, &wc->lru);
ins               338 drivers/media/platform/sti/bdisp/bdisp-debug.c 		bdisp_dbg_dump_ins(s, node->ins);
ins               796 drivers/media/platform/sti/bdisp/bdisp-hw.c 		node->ins = BLT_INS_S1_OFF | BLT_INS_S2_MEM | BLT_INS_S3_OFF;
ins               802 drivers/media/platform/sti/bdisp/bdisp-hw.c 		node->ins = BLT_INS_S1_OFF | BLT_INS_S3_MEM;
ins               804 drivers/media/platform/sti/bdisp/bdisp-hw.c 			node->ins |= BLT_INS_S2_CF;
ins               806 drivers/media/platform/sti/bdisp/bdisp-hw.c 			node->ins |= BLT_INS_S2_MEM;
ins               813 drivers/media/platform/sti/bdisp/bdisp-hw.c 		node->ins = BLT_INS_S3_MEM;
ins               815 drivers/media/platform/sti/bdisp/bdisp-hw.c 			node->ins |= BLT_INS_S2_CF | BLT_INS_S1_CF;
ins               817 drivers/media/platform/sti/bdisp/bdisp-hw.c 			node->ins |= BLT_INS_S2_MEM | BLT_INS_S1_MEM;
ins               822 drivers/media/platform/sti/bdisp/bdisp-hw.c 	node->ins |= cfg->cconv ? BLT_INS_IVMX : 0;
ins               824 drivers/media/platform/sti/bdisp/bdisp-hw.c 	node->ins |= (cfg->scale || cfg->src_420 || cfg->dst_420) ?
ins               924 drivers/media/platform/sti/bdisp/bdisp-hw.c 	if (node->ins & BLT_INS_SCALE) {
ins                11 drivers/media/platform/sti/bdisp/bdisp-reg.h 	u32 ins;
ins               340 drivers/misc/sgi-gru/gru_instructions.h static inline void gru_start_instruction(struct gru_instruction *ins, unsigned long op64)
ins               342 drivers/misc/sgi-gru/gru_instructions.h 	gru_ordered_store_ulong(ins, op64);
ins               344 drivers/misc/sgi-gru/gru_instructions.h 	gru_flush_cache(ins);
ins               362 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (struct gru_instruction *)cb;
ins               364 drivers/misc/sgi-gru/gru_instructions.h 	ins->baddr0 = (long)gpa | ((unsigned long)iaa << 62);
ins               365 drivers/misc/sgi-gru/gru_instructions.h 	ins->nelem = 1;
ins               366 drivers/misc/sgi-gru/gru_instructions.h 	ins->op1_stride = 1;
ins               367 drivers/misc/sgi-gru/gru_instructions.h 	gru_start_instruction(ins, __opdword(OP_VLOAD, 0, XTYPE_DW, iaa, 0,
ins               374 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (struct gru_instruction *)cb;
ins               376 drivers/misc/sgi-gru/gru_instructions.h 	ins->baddr0 = (long)gpa | ((unsigned long)iaa << 62);
ins               377 drivers/misc/sgi-gru/gru_instructions.h 	ins->nelem = 1;
ins               378 drivers/misc/sgi-gru/gru_instructions.h 	ins->op1_stride = 1;
ins               379 drivers/misc/sgi-gru/gru_instructions.h 	gru_start_instruction(ins, __opdword(OP_VSTORE, 0, XTYPE_DW, iaa, 0,
ins               387 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (struct gru_instruction *)cb;
ins               389 drivers/misc/sgi-gru/gru_instructions.h 	ins->baddr0 = (long)mem_addr;
ins               390 drivers/misc/sgi-gru/gru_instructions.h 	ins->nelem = nelem;
ins               391 drivers/misc/sgi-gru/gru_instructions.h 	ins->op1_stride = stride;
ins               392 drivers/misc/sgi-gru/gru_instructions.h 	gru_start_instruction(ins, __opdword(OP_VLOAD, 0, xtype, IAA_RAM, 0,
ins               400 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (void *)cb;
ins               402 drivers/misc/sgi-gru/gru_instructions.h 	ins->baddr0 = (long)mem_addr;
ins               403 drivers/misc/sgi-gru/gru_instructions.h 	ins->nelem = nelem;
ins               404 drivers/misc/sgi-gru/gru_instructions.h 	ins->op1_stride = stride;
ins               405 drivers/misc/sgi-gru/gru_instructions.h 	gru_start_instruction(ins, __opdword(OP_VSTORE, 0, xtype, IAA_RAM, 0,
ins               413 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (void *)cb;
ins               415 drivers/misc/sgi-gru/gru_instructions.h 	ins->baddr0 = (long)mem_addr;
ins               416 drivers/misc/sgi-gru/gru_instructions.h 	ins->nelem = nelem;
ins               417 drivers/misc/sgi-gru/gru_instructions.h 	ins->tri1_bufsize = tri1;
ins               418 drivers/misc/sgi-gru/gru_instructions.h 	gru_start_instruction(ins, __opdword(OP_IVLOAD, 0, xtype, IAA_RAM, 0,
ins               426 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (void *)cb;
ins               428 drivers/misc/sgi-gru/gru_instructions.h 	ins->baddr0 = (long)mem_addr;
ins               429 drivers/misc/sgi-gru/gru_instructions.h 	ins->nelem = nelem;
ins               430 drivers/misc/sgi-gru/gru_instructions.h 	ins->tri1_bufsize = tri1;
ins               431 drivers/misc/sgi-gru/gru_instructions.h 	gru_start_instruction(ins, __opdword(OP_IVSTORE, 0, xtype, IAA_RAM, 0,
ins               439 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (void *)cb;
ins               441 drivers/misc/sgi-gru/gru_instructions.h 	ins->baddr0 = (long)mem_addr;
ins               442 drivers/misc/sgi-gru/gru_instructions.h 	ins->op2_value_baddr1 = value;
ins               443 drivers/misc/sgi-gru/gru_instructions.h 	ins->nelem = nelem;
ins               444 drivers/misc/sgi-gru/gru_instructions.h 	ins->op1_stride = stride;
ins               445 drivers/misc/sgi-gru/gru_instructions.h 	gru_start_instruction(ins, __opdword(OP_VSET, 0, xtype, IAA_RAM, 0,
ins               453 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (void *)cb;
ins               455 drivers/misc/sgi-gru/gru_instructions.h 	ins->baddr0 = (long)mem_addr;
ins               456 drivers/misc/sgi-gru/gru_instructions.h 	ins->op2_value_baddr1 = value;
ins               457 drivers/misc/sgi-gru/gru_instructions.h 	ins->nelem = nelem;
ins               458 drivers/misc/sgi-gru/gru_instructions.h 	ins->tri1_bufsize = tri1;
ins               459 drivers/misc/sgi-gru/gru_instructions.h 	gru_start_instruction(ins, __opdword(OP_IVSET, 0, xtype, IAA_RAM, 0,
ins               467 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (void *)cb;
ins               469 drivers/misc/sgi-gru/gru_instructions.h 	ins->baddr0 = (long)mem_addr;
ins               470 drivers/misc/sgi-gru/gru_instructions.h 	ins->op1_stride = stride;
ins               471 drivers/misc/sgi-gru/gru_instructions.h 	ins->nelem = nelem;
ins               472 drivers/misc/sgi-gru/gru_instructions.h 	gru_start_instruction(ins, __opdword(OP_VFLUSH, 0, xtype, IAA_RAM, 0,
ins               478 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (void *)cb;
ins               480 drivers/misc/sgi-gru/gru_instructions.h 	gru_start_instruction(ins, __opdword(OP_NOP, 0, 0, 0, 0, 0, CB_IMA(hints)));
ins               489 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (void *)cb;
ins               491 drivers/misc/sgi-gru/gru_instructions.h 	ins->baddr0 = (long)src;
ins               492 drivers/misc/sgi-gru/gru_instructions.h 	ins->op2_value_baddr1 = (long)dest;
ins               493 drivers/misc/sgi-gru/gru_instructions.h 	ins->nelem = nelem;
ins               494 drivers/misc/sgi-gru/gru_instructions.h 	ins->tri1_bufsize = bufsize;
ins               495 drivers/misc/sgi-gru/gru_instructions.h 	gru_start_instruction(ins, __opdword(OP_BCOPY, 0, xtype, IAA_RAM,
ins               503 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (void *)cb;
ins               505 drivers/misc/sgi-gru/gru_instructions.h 	ins->baddr0 = (long)src;
ins               506 drivers/misc/sgi-gru/gru_instructions.h 	ins->op2_value_baddr1 = (long)dest;
ins               507 drivers/misc/sgi-gru/gru_instructions.h 	ins->nelem = nelem;
ins               508 drivers/misc/sgi-gru/gru_instructions.h 	gru_start_instruction(ins, __opdword(OP_BSTORE, 0, xtype, 0, IAA_RAM,
ins               515 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (void *)cb;
ins               517 drivers/misc/sgi-gru/gru_instructions.h 	ins->baddr0 = (long)src;
ins               518 drivers/misc/sgi-gru/gru_instructions.h 	gru_start_instruction(ins, __opdword(OP_GAMIR, exopc, xtype, IAA_RAM, 0,
ins               525 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (void *)cb;
ins               527 drivers/misc/sgi-gru/gru_instructions.h 	ins->baddr0 = (long)src;
ins               528 drivers/misc/sgi-gru/gru_instructions.h 	gru_start_instruction(ins, __opdword(OP_GAMIRR, exopc, xtype, IAA_RAM, 0,
ins               537 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (void *)cb;
ins               539 drivers/misc/sgi-gru/gru_instructions.h 	ins->baddr0 = (long)src;
ins               540 drivers/misc/sgi-gru/gru_instructions.h 	ins->op1_stride = operand1;
ins               541 drivers/misc/sgi-gru/gru_instructions.h 	ins->op2_value_baddr1 = operand2;
ins               542 drivers/misc/sgi-gru/gru_instructions.h 	gru_start_instruction(ins, __opdword(OP_GAMER, exopc, xtype, IAA_RAM, 0,
ins               550 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (void *)cb;
ins               552 drivers/misc/sgi-gru/gru_instructions.h 	ins->baddr0 = (long)src;
ins               553 drivers/misc/sgi-gru/gru_instructions.h 	ins->op1_stride = operand1;
ins               554 drivers/misc/sgi-gru/gru_instructions.h 	ins->op2_value_baddr1 = operand2;
ins               555 drivers/misc/sgi-gru/gru_instructions.h 	gru_start_instruction(ins, __opdword(OP_GAMERR, exopc, xtype, IAA_RAM, 0,
ins               562 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (void *)cb;
ins               564 drivers/misc/sgi-gru/gru_instructions.h 	ins->baddr0 = (long)src;
ins               565 drivers/misc/sgi-gru/gru_instructions.h 	ins->nelem = 4;
ins               566 drivers/misc/sgi-gru/gru_instructions.h 	gru_start_instruction(ins, __opdword(OP_GAMXR, EOP_XR_CSWAP, XTYPE_DW,
ins               574 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (void *)cb;
ins               576 drivers/misc/sgi-gru/gru_instructions.h 	ins->baddr0 = (long)queue;
ins               577 drivers/misc/sgi-gru/gru_instructions.h 	ins->nelem = nelem;
ins               578 drivers/misc/sgi-gru/gru_instructions.h 	gru_start_instruction(ins, __opdword(OP_MESQ, 0, XTYPE_CL, IAA_RAM, 0,
ins               584 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (void *)cb;
ins               586 drivers/misc/sgi-gru/gru_instructions.h 	return ins->avalue;
ins               591 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (void *)cb;
ins               593 drivers/misc/sgi-gru/gru_instructions.h 	return ins->avalue & 0xffffffff;
ins               598 drivers/misc/sgi-gru/gru_instructions.h 	struct gru_instruction *ins = (void *)cb;
ins               600 drivers/misc/sgi-gru/gru_instructions.h 	return ins->avalue >> 32;
ins               206 drivers/net/ethernet/socionext/sni_ave.c #define SG_ETPINMODE_RMII(ins)	BIT(ins)
ins               247 drivers/nfc/pn533/usb.c 	u8 ins;
ins               282 drivers/nfc/pn533/usb.c 	frame->apdu.ins = 0;
ins               104 drivers/pci/hotplug/cpci_hotplug_pci.c 	int ins = 0;
ins               122 drivers/pci/hotplug/cpci_hotplug_pci.c 			ins = 0;
ins               124 drivers/pci/hotplug/cpci_hotplug_pci.c 			ins = 1;
ins               126 drivers/pci/hotplug/cpci_hotplug_pci.c 	return ins;
ins               103 drivers/phy/cadence/phy-cadence-sierra.c 	struct cdns_sierra_inst *ins = phy_get_drvdata(gphy);
ins               109 drivers/phy/cadence/phy-cadence-sierra.c 	if (ins->phy_type == PHY_TYPE_PCIE) {
ins               112 drivers/phy/cadence/phy-cadence-sierra.c 	} else if (ins->phy_type == PHY_TYPE_USB3) {
ins               118 drivers/phy/cadence/phy-cadence-sierra.c 	for (i = 0; i < ins->num_lanes; i++)
ins               121 drivers/phy/cadence/phy-cadence-sierra.c 				vals[j].off + (i + ins->mlane) * 0x800);
ins               126 drivers/phy/cadence/phy-cadence-sierra.c 	struct cdns_sierra_inst *ins = phy_get_drvdata(gphy);
ins               129 drivers/phy/cadence/phy-cadence-sierra.c 	return reset_control_deassert(ins->lnk_rst);
ins               134 drivers/phy/cadence/phy-cadence-sierra.c 	struct cdns_sierra_inst *ins = phy_get_drvdata(gphy);
ins               136 drivers/phy/cadence/phy-cadence-sierra.c 	return reset_control_assert(ins->lnk_rst);
ins              1006 drivers/scsi/53c700.c 				slot->SG[0].ins = bS_to_host(SCRIPT_MOVE_DATA_IN | SCSI_SENSE_BUFFERSIZE);
ins              1008 drivers/scsi/53c700.c 				slot->SG[1].ins = bS_to_host(SCRIPT_RETURN);
ins              1138 drivers/scsi/53c700.c 					    to32bit(&slot->pSG[0].ins));
ins              1242 drivers/scsi/53c700.c 				printk(KERN_INFO " SG[%d].length = %d, move_insn=%08x, addr %08x\n", i, sg->length, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].ins, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].pAddr);
ins              1443 drivers/scsi/53c700.c 	                    SGScriptStartAddress, to32bit(&slot->pSG[0].ins));
ins              1584 drivers/scsi/53c700.c 			} else if(dsp >= to32bit(&slot->pSG[0].ins) &&
ins              1585 drivers/scsi/53c700.c 				  dsp <= to32bit(&slot->pSG[NCR_700_SG_SEGMENTS].ins)) {
ins              1587 drivers/scsi/53c700.c 				int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List);
ins              1611 drivers/scsi/53c700.c 					count = (bS_to_cpu(slot->SG[SGcount].ins) & 0x00ffffff);
ins              1613 drivers/scsi/53c700.c 					slot->SG[SGcount].ins &= bS_to_host(0xff000000);
ins              1614 drivers/scsi/53c700.c 					slot->SG[SGcount].ins |= bS_to_host(data_transfer);
ins              1626 drivers/scsi/53c700.c 					slot->SG[i].ins = bS_to_host(SCRIPT_NOP);
ins              1874 drivers/scsi/53c700.c 			slot->SG[i].ins = bS_to_host(move_ins | count);
ins              1876 drivers/scsi/53c700.c 			       i, count, slot->SG[i].ins, (unsigned long)vPtr));
ins              1879 drivers/scsi/53c700.c 		slot->SG[i].ins = bS_to_host(SCRIPT_RETURN);
ins              1883 drivers/scsi/53c700.c 		       (&slot->pSG[i].ins),
ins              1884 drivers/scsi/53c700.c 		       slot->SG[i].ins));
ins                74 drivers/scsi/53c700.h 	__u32	ins;
ins               164 drivers/spi/spi-fsl-qspi.c #define LUT_DEF(idx, ins, pad, opr)					\
ins               165 drivers/spi/spi-fsl-qspi.c 	((((ins) << 10) | ((pad) << 8) | (opr)) << (((idx) % 2) * 16))
ins               304 drivers/spi/spi-nxp-fspi.c #define LUT_DEF(idx, ins, pad, opr)			  \
ins               305 drivers/spi/spi-nxp-fspi.c 	((((ins) << INSTR_SHIFT) | ((pad) << PAD_SHIFT) | \
ins               105 drivers/staging/rts5208/spi.c static int sf_enable_write(struct rtsx_chip *chip, u8 ins)
ins               115 drivers/staging/rts5208/spi.c 	rtsx_add_cmd(chip, WRITE_REG_CMD, SPI_COMMAND, 0xFF, ins);
ins               133 drivers/staging/rts5208/spi.c static int sf_disable_write(struct rtsx_chip *chip, u8 ins)
ins               143 drivers/staging/rts5208/spi.c 	rtsx_add_cmd(chip, WRITE_REG_CMD, SPI_COMMAND, 0xFF, ins);
ins               161 drivers/staging/rts5208/spi.c static void sf_program(struct rtsx_chip *chip, u8 ins, u8 addr_mode, u32 addr,
ins               164 drivers/staging/rts5208/spi.c 	rtsx_add_cmd(chip, WRITE_REG_CMD, SPI_COMMAND, 0xFF, ins);
ins               185 drivers/staging/rts5208/spi.c static int sf_erase(struct rtsx_chip *chip, u8 ins, u8 addr_mode, u32 addr)
ins               191 drivers/staging/rts5208/spi.c 	rtsx_add_cmd(chip, WRITE_REG_CMD, SPI_COMMAND, 0xFF, ins);
ins               558 drivers/staging/rts5208/spi.c 	u8 ins, slow_read;
ins               565 drivers/staging/rts5208/spi.c 	ins = srb->cmnd[3];
ins               591 drivers/staging/rts5208/spi.c 		rtsx_add_cmd(chip, WRITE_REG_CMD, SPI_COMMAND, 0xFF, ins);
ins               650 drivers/staging/rts5208/spi.c 	u8 ins, program_mode;
ins               658 drivers/staging/rts5208/spi.c 	ins = srb->cmnd[3];
ins               691 drivers/staging/rts5208/spi.c 			sf_program(chip, ins, 1, addr, 1);
ins               735 drivers/staging/rts5208/spi.c 				sf_program(chip, ins, 1, addr, 1);
ins               738 drivers/staging/rts5208/spi.c 				sf_program(chip, ins, 0, 0, 1);
ins               787 drivers/staging/rts5208/spi.c 			sf_program(chip, ins, 1, addr, pagelen);
ins               825 drivers/staging/rts5208/spi.c 	u8 ins, erase_mode;
ins               830 drivers/staging/rts5208/spi.c 	ins = srb->cmnd[3];
ins               846 drivers/staging/rts5208/spi.c 		retval = sf_erase(chip, ins, 1, addr);
ins               854 drivers/staging/rts5208/spi.c 		retval = sf_erase(chip, ins, 0, 0);
ins               868 drivers/staging/rts5208/spi.c 	u8 ins, status, ewsr;
ins               870 drivers/staging/rts5208/spi.c 	ins = srb->cmnd[3];
ins               889 drivers/staging/rts5208/spi.c 	rtsx_add_cmd(chip, WRITE_REG_CMD, SPI_COMMAND, 0xFF, ins);
ins               248 drivers/usb/atm/ueagle-atm.c #define INS_TO_USBDEV(ins) (ins->usb_dev)
ins              2428 fs/btrfs/ctree.h 				     struct btrfs_key *ins);
ins              2431 fs/btrfs/ctree.h 				   struct btrfs_key *ins);
ins              2434 fs/btrfs/ctree.h 			 struct btrfs_key *ins, int is_data, int delalloc);
ins               400 fs/btrfs/delayed-inode.c 				    struct btrfs_delayed_item *ins,
ins               417 fs/btrfs/delayed-inode.c 	node = &ins->rb_node;
ins               424 fs/btrfs/delayed-inode.c 		cmp = btrfs_comp_cpu_keys(&item->key, &ins->key);
ins               437 fs/btrfs/delayed-inode.c 	ins->delayed_node = delayed_node;
ins               438 fs/btrfs/delayed-inode.c 	ins->ins_or_del = action;
ins               440 fs/btrfs/delayed-inode.c 	if (ins->key.type == BTRFS_DIR_INDEX_KEY &&
ins               442 fs/btrfs/delayed-inode.c 	    ins->key.offset >= delayed_node->index_cnt)
ins               443 fs/btrfs/delayed-inode.c 			delayed_node->index_cnt = ins->key.offset + 1;
ins               284 fs/btrfs/delayed-ref.c 	struct btrfs_delayed_ref_head *ins;
ins               288 fs/btrfs/delayed-ref.c 	ins = rb_entry(node, struct btrfs_delayed_ref_head, href_node);
ins               289 fs/btrfs/delayed-ref.c 	bytenr = ins->bytenr;
ins               311 fs/btrfs/delayed-ref.c 		struct btrfs_delayed_ref_node *ins)
ins               314 fs/btrfs/delayed-ref.c 	struct rb_node *node = &ins->ref_node;
ins               325 fs/btrfs/delayed-ref.c 		comp = comp_refs(ins, entry, true);
ins                50 fs/btrfs/extent-tree.c 				      struct btrfs_key *ins, int ref_mod);
ins              1494 fs/btrfs/extent-tree.c 	struct btrfs_key ins;
ins              1499 fs/btrfs/extent-tree.c 	ins.objectid = node->bytenr;
ins              1500 fs/btrfs/extent-tree.c 	ins.offset = node->num_bytes;
ins              1501 fs/btrfs/extent-tree.c 	ins.type = BTRFS_EXTENT_ITEM_KEY;
ins              1515 fs/btrfs/extent-tree.c 						 ref->offset, &ins,
ins              3649 fs/btrfs/extent-tree.c 					struct btrfs_key *ins,
ins              3660 fs/btrfs/extent-tree.c 	if (!ins->objectid && ffe_ctl->loop >= LOOP_CACHING_WAIT &&
ins              3664 fs/btrfs/extent-tree.c 	if (!ins->objectid && ++(ffe_ctl->index) < BTRFS_NR_RAID_TYPES)
ins              3667 fs/btrfs/extent-tree.c 	if (ins->objectid) {
ins              3670 fs/btrfs/extent-tree.c 			last_ptr->window_start = ins->objectid;
ins              3780 fs/btrfs/extent-tree.c 				u64 hint_byte, struct btrfs_key *ins,
ins              3807 fs/btrfs/extent-tree.c 	ins->type = BTRFS_EXTENT_ITEM_KEY;
ins              3808 fs/btrfs/extent-tree.c 	ins->objectid = 0;
ins              3809 fs/btrfs/extent-tree.c 	ins->offset = 0;
ins              3833 fs/btrfs/extent-tree.c 			ins->offset = space_info->max_extent_size;
ins              4022 fs/btrfs/extent-tree.c 		ins->objectid = ffe_ctl.search_start;
ins              4023 fs/btrfs/extent-tree.c 		ins->offset = num_bytes;
ins              4039 fs/btrfs/extent-tree.c 	ret = find_free_extent_update_loop(fs_info, last_ptr, ins, &ffe_ctl,
ins              4054 fs/btrfs/extent-tree.c 		ins->offset = ffe_ctl.max_extent_size;
ins              4109 fs/btrfs/extent-tree.c 			 struct btrfs_key *ins, int is_data, int delalloc)
ins              4120 fs/btrfs/extent-tree.c 			       hint_byte, ins, flags, delalloc);
ins              4122 fs/btrfs/extent-tree.c 		btrfs_dec_block_group_reservations(fs_info, ins->objectid);
ins              4124 fs/btrfs/extent-tree.c 		if (!final_tried && ins->offset) {
ins              4125 fs/btrfs/extent-tree.c 			num_bytes = min(num_bytes >> 1, ins->offset);
ins              4192 fs/btrfs/extent-tree.c 				      struct btrfs_key *ins, int ref_mod)
ins              4216 fs/btrfs/extent-tree.c 				      ins, size);
ins              4249 fs/btrfs/extent-tree.c 	ret = remove_from_free_space_tree(trans, ins->objectid, ins->offset);
ins              4253 fs/btrfs/extent-tree.c 	ret = btrfs_update_block_group(trans, ins->objectid, ins->offset, 1);
ins              4256 fs/btrfs/extent-tree.c 			ins->objectid, ins->offset);
ins              4259 fs/btrfs/extent-tree.c 	trace_btrfs_reserved_extent_alloc(fs_info, ins->objectid, ins->offset);
ins              4359 fs/btrfs/extent-tree.c 				     struct btrfs_key *ins)
ins              4367 fs/btrfs/extent-tree.c 			       ins->objectid, ins->offset, 0);
ins              4382 fs/btrfs/extent-tree.c 				   struct btrfs_key *ins)
ins              4394 fs/btrfs/extent-tree.c 		ret = __exclude_logged_extent(fs_info, ins->objectid,
ins              4395 fs/btrfs/extent-tree.c 					      ins->offset);
ins              4400 fs/btrfs/extent-tree.c 	block_group = btrfs_lookup_block_group(fs_info, ins->objectid);
ins              4407 fs/btrfs/extent-tree.c 	space_info->bytes_reserved += ins->offset;
ins              4408 fs/btrfs/extent-tree.c 	block_group->reserved += ins->offset;
ins              4413 fs/btrfs/extent-tree.c 					 offset, ins, 1);
ins              4415 fs/btrfs/extent-tree.c 		btrfs_pin_extent(fs_info, ins->objectid, ins->offset, 1);
ins              4494 fs/btrfs/extent-tree.c 	struct btrfs_key ins;
ins              4519 fs/btrfs/extent-tree.c 				   empty_size, hint, &ins, 0, 0);
ins              4523 fs/btrfs/extent-tree.c 	buf = btrfs_init_new_buffer(trans, root, ins.objectid, level,
ins              4532 fs/btrfs/extent-tree.c 			parent = ins.objectid;
ins              4554 fs/btrfs/extent-tree.c 				       ins.objectid, ins.offset, parent);
ins              4570 fs/btrfs/extent-tree.c 	btrfs_free_reserved_extent(fs_info, ins.objectid, ins.offset, 0);
ins               759 fs/btrfs/inode.c 	struct btrfs_key ins;
ins               810 fs/btrfs/inode.c 					   0, alloc_hint, &ins, 1, 1);
ins               841 fs/btrfs/inode.c 				  ins.objectid, /* block_start */
ins               842 fs/btrfs/inode.c 				  ins.offset, /* block_len */
ins               843 fs/btrfs/inode.c 				  ins.offset, /* orig_block_len */
ins               854 fs/btrfs/inode.c 						ins.objectid,
ins               856 fs/btrfs/inode.c 						ins.offset,
ins               866 fs/btrfs/inode.c 		btrfs_dec_block_group_reservations(fs_info, ins.objectid);
ins               880 fs/btrfs/inode.c 				    ins.objectid,
ins               881 fs/btrfs/inode.c 				    ins.offset, async_extent->pages,
ins               898 fs/btrfs/inode.c 		alloc_hint = ins.objectid + ins.offset;
ins               904 fs/btrfs/inode.c 	btrfs_dec_block_group_reservations(fs_info, ins.objectid);
ins               905 fs/btrfs/inode.c 	btrfs_free_reserved_extent(fs_info, ins.objectid, ins.offset, 1);
ins               978 fs/btrfs/inode.c 	struct btrfs_key ins;
ins              1031 fs/btrfs/inode.c 					   &ins, 1, 1);
ins              1034 fs/btrfs/inode.c 		cur_alloc_size = ins.offset;
ins              1037 fs/btrfs/inode.c 		ram_size = ins.offset;
ins              1038 fs/btrfs/inode.c 		em = create_io_em(inode, start, ins.offset, /* len */
ins              1040 fs/btrfs/inode.c 				  ins.objectid, /* block_start */
ins              1041 fs/btrfs/inode.c 				  ins.offset, /* block_len */
ins              1042 fs/btrfs/inode.c 				  ins.offset, /* orig_block_len */
ins              1052 fs/btrfs/inode.c 		ret = btrfs_add_ordered_extent(inode, start, ins.objectid,
ins              1077 fs/btrfs/inode.c 		btrfs_dec_block_group_reservations(fs_info, ins.objectid);
ins              1098 fs/btrfs/inode.c 		alloc_hint = ins.objectid + ins.offset;
ins              1116 fs/btrfs/inode.c 	btrfs_dec_block_group_reservations(fs_info, ins.objectid);
ins              1117 fs/btrfs/inode.c 	btrfs_free_reserved_extent(fs_info, ins.objectid, ins.offset, 1);
ins              2370 fs/btrfs/inode.c 	struct btrfs_key ins;
ins              2395 fs/btrfs/inode.c 		ins.objectid = btrfs_ino(BTRFS_I(inode));
ins              2396 fs/btrfs/inode.c 		ins.offset = file_pos;
ins              2397 fs/btrfs/inode.c 		ins.type = BTRFS_EXTENT_DATA_KEY;
ins              2400 fs/btrfs/inode.c 		ret = btrfs_insert_empty_item(trans, root, path, &ins,
ins              2424 fs/btrfs/inode.c 	ins.objectid = disk_bytenr;
ins              2425 fs/btrfs/inode.c 	ins.offset = disk_num_bytes;
ins              2426 fs/btrfs/inode.c 	ins.type = BTRFS_EXTENT_ITEM_KEY;
ins              2438 fs/btrfs/inode.c 					       file_pos, qg_released, &ins);
ins              7419 fs/btrfs/inode.c 	struct btrfs_key ins;
ins              7425 fs/btrfs/inode.c 				   0, alloc_hint, &ins, 1, 1);
ins              7429 fs/btrfs/inode.c 	em = btrfs_create_dio_extent(inode, start, ins.offset, start,
ins              7430 fs/btrfs/inode.c 				     ins.objectid, ins.offset, ins.offset,
ins              7431 fs/btrfs/inode.c 				     ins.offset, BTRFS_ORDERED_REGULAR);
ins              7432 fs/btrfs/inode.c 	btrfs_dec_block_group_reservations(fs_info, ins.objectid);
ins              7434 fs/btrfs/inode.c 		btrfs_free_reserved_extent(fs_info, ins.objectid,
ins              7435 fs/btrfs/inode.c 					   ins.offset, 1);
ins              10477 fs/btrfs/inode.c 	struct btrfs_key ins;
ins              10508 fs/btrfs/inode.c 				min_size, 0, *alloc_hint, &ins, 1, 0);
ins              10522 fs/btrfs/inode.c 		clear_offset += ins.offset;
ins              10523 fs/btrfs/inode.c 		btrfs_dec_block_group_reservations(fs_info, ins.objectid);
ins              10525 fs/btrfs/inode.c 		last_alloc = ins.offset;
ins              10527 fs/btrfs/inode.c 						  cur_offset, ins.objectid,
ins              10528 fs/btrfs/inode.c 						  ins.offset, ins.offset,
ins              10529 fs/btrfs/inode.c 						  ins.offset, 0, 0, 0,
ins              10532 fs/btrfs/inode.c 			btrfs_free_reserved_extent(fs_info, ins.objectid,
ins              10533 fs/btrfs/inode.c 						   ins.offset, 0);
ins              10541 fs/btrfs/inode.c 					cur_offset + ins.offset -1, 0);
ins              10552 fs/btrfs/inode.c 		em->len = ins.offset;
ins              10553 fs/btrfs/inode.c 		em->block_start = ins.objectid;
ins              10554 fs/btrfs/inode.c 		em->block_len = ins.offset;
ins              10555 fs/btrfs/inode.c 		em->orig_block_len = ins.offset;
ins              10556 fs/btrfs/inode.c 		em->ram_bytes = ins.offset;
ins              10568 fs/btrfs/inode.c 						cur_offset + ins.offset - 1,
ins              10573 fs/btrfs/inode.c 		num_bytes -= ins.offset;
ins              10574 fs/btrfs/inode.c 		cur_offset += ins.offset;
ins              10575 fs/btrfs/inode.c 		*alloc_hint = ins.objectid + ins.offset;
ins                23 fs/btrfs/tests/qgroup-tests.c 	struct btrfs_key ins;
ins                29 fs/btrfs/tests/qgroup-tests.c 	ins.objectid = bytenr;
ins                30 fs/btrfs/tests/qgroup-tests.c 	ins.type = BTRFS_EXTENT_ITEM_KEY;
ins                31 fs/btrfs/tests/qgroup-tests.c 	ins.offset = num_bytes;
ins                40 fs/btrfs/tests/qgroup-tests.c 	ret = btrfs_insert_empty_item(&trans, root, path, &ins, size);
ins               671 fs/btrfs/tree-log.c 		struct btrfs_key ins;
ins               686 fs/btrfs/tree-log.c 		ins.objectid = btrfs_file_extent_disk_bytenr(eb, item);
ins               687 fs/btrfs/tree-log.c 		ins.offset = btrfs_file_extent_disk_num_bytes(eb, item);
ins               688 fs/btrfs/tree-log.c 		ins.type = BTRFS_EXTENT_ITEM_KEY;
ins               706 fs/btrfs/tree-log.c 		if (ins.objectid > 0) {
ins               716 fs/btrfs/tree-log.c 			ret = btrfs_lookup_data_extent(fs_info, ins.objectid,
ins               717 fs/btrfs/tree-log.c 						ins.offset);
ins               721 fs/btrfs/tree-log.c 						ins.objectid, ins.offset, 0);
ins               735 fs/btrfs/tree-log.c 						key->objectid, offset, &ins);
ins               742 fs/btrfs/tree-log.c 				csum_start = ins.objectid;
ins               743 fs/btrfs/tree-log.c 				csum_end = csum_start + ins.offset;
ins               745 fs/btrfs/tree-log.c 				csum_start = ins.objectid +
ins               144 fs/btrfs/ulist.c static int ulist_rbtree_insert(struct ulist *ulist, struct ulist_node *ins)
ins               154 fs/btrfs/ulist.c 		if (cur->val < ins->val)
ins               156 fs/btrfs/ulist.c 		else if (cur->val > ins->val)
ins               161 fs/btrfs/ulist.c 	rb_link_node(&ins->rb_node, parent, p);
ins               162 fs/btrfs/ulist.c 	rb_insert_color(&ins->rb_node, &ulist->root);
ins               113 fs/ntfs/ntfs.h extern int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins,
ins               115 fs/ntfs/ntfs.h extern int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins,
ins               245 fs/ntfs/unistr.c int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins,
ins               254 fs/ntfs/unistr.c 	if (likely(ins)) {
ins               258 fs/ntfs/unistr.c 				wc_len = nls->char2uni(ins + i, ins_len - i,
ins               322 fs/ntfs/unistr.c int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins,
ins               330 fs/ntfs/unistr.c 	if (ins) {
ins               344 fs/ntfs/unistr.c retry:			wc = nls->uni2char(le16_to_cpu(ins[i]), ns + o,
ins               173 fs/ocfs2/extent_map.c 					 struct ocfs2_extent_map_item *ins)
ins               178 fs/ocfs2/extent_map.c 	if (ins->ei_phys == (emi->ei_phys + emi->ei_clusters) &&
ins               179 fs/ocfs2/extent_map.c 	    ins->ei_cpos == (emi->ei_cpos + emi->ei_clusters) &&
ins               180 fs/ocfs2/extent_map.c 	    ins->ei_flags == emi->ei_flags) {
ins               181 fs/ocfs2/extent_map.c 		emi->ei_clusters += ins->ei_clusters;
ins               183 fs/ocfs2/extent_map.c 	} else if ((ins->ei_phys + ins->ei_clusters) == emi->ei_phys &&
ins               184 fs/ocfs2/extent_map.c 		   (ins->ei_cpos + ins->ei_clusters) == emi->ei_cpos &&
ins               185 fs/ocfs2/extent_map.c 		   ins->ei_flags == emi->ei_flags) {
ins               186 fs/ocfs2/extent_map.c 		emi->ei_phys = ins->ei_phys;
ins               187 fs/ocfs2/extent_map.c 		emi->ei_cpos = ins->ei_cpos;
ins               188 fs/ocfs2/extent_map.c 		emi->ei_clusters += ins->ei_clusters;
ins               197 fs/ocfs2/extent_map.c 	if (ocfs2_ei_is_contained(emi, ins) ||
ins               198 fs/ocfs2/extent_map.c 	    ocfs2_ei_is_contained(ins, emi)) {
ins               199 fs/ocfs2/extent_map.c 		ocfs2_copy_emi_fields(emi, ins);
ins               221 fs/ocfs2/extent_map.c 	struct ocfs2_extent_map_item ins;
ins               223 fs/ocfs2/extent_map.c 	ins.ei_cpos = le32_to_cpu(rec->e_cpos);
ins               224 fs/ocfs2/extent_map.c 	ins.ei_phys = ocfs2_blocks_to_clusters(inode->i_sb,
ins               226 fs/ocfs2/extent_map.c 	ins.ei_clusters = le16_to_cpu(rec->e_leaf_clusters);
ins               227 fs/ocfs2/extent_map.c 	ins.ei_flags = rec->e_flags;
ins               233 fs/ocfs2/extent_map.c 		if (ocfs2_try_to_merge_extent_map(emi, &ins)) {
ins               258 fs/ocfs2/extent_map.c 		ocfs2_copy_emi_fields(new_emi, &ins);
ins               267 fs/ocfs2/extent_map.c 		ocfs2_copy_emi_fields(emi, &ins);
ins                34 include/linux/logic_pio.h 	u32 (*ins)(void *hostdata, unsigned long addr, void *buffer,
ins               273 lib/logic_pio.c 			entry->ops->ins(entry->hostdata,		\
ins              1016 net/ipv6/ip6_fib.c 	struct fib6_info __rcu **ins;
ins              1030 net/ipv6/ip6_fib.c 	ins = &fn->leaf;
ins              1053 net/ipv6/ip6_fib.c 				fallback_ins = fallback_ins ?: ins;
ins              1092 net/ipv6/ip6_fib.c 		ins = &iter->fib6_next;
ins              1099 net/ipv6/ip6_fib.c 		ins = fallback_ins;
ins              1100 net/ipv6/ip6_fib.c 		iter = rcu_dereference_protected(*ins,
ins              1106 net/ipv6/ip6_fib.c 	if (ins == &fn->leaf)
ins              1178 net/ipv6/ip6_fib.c 		rcu_assign_pointer(*ins, rt);
ins              1209 net/ipv6/ip6_fib.c 		rcu_assign_pointer(*ins, rt);
ins              1225 net/ipv6/ip6_fib.c 			ins = &rt->fib6_next;
ins              1226 net/ipv6/ip6_fib.c 			iter = rcu_dereference_protected(*ins,
ins              1232 net/ipv6/ip6_fib.c 					*ins = iter->fib6_next;
ins              1241 net/ipv6/ip6_fib.c 					ins = &iter->fib6_next;
ins              1243 net/ipv6/ip6_fib.c 				iter = rcu_dereference_protected(*ins,
ins               224 net/sched/cls_rsvp.h 	struct rsvp_filter __rcu **ins;
ins               231 net/sched/cls_rsvp.h 		for (ins = &s->ht[h2], pins = rtnl_dereference(*ins); ;
ins               232 net/sched/cls_rsvp.h 		     ins = &pins->next, pins = rtnl_dereference(*ins)) {
ins               235 net/sched/cls_rsvp.h 				rcu_assign_pointer(*ins, n);
ins               768 net/sched/cls_u32.c 	struct tc_u_knode __rcu **ins;
ins               777 net/sched/cls_u32.c 	ins = &ht->ht[TC_U32_HASH(n->handle)];
ins               782 net/sched/cls_u32.c 	for (pins = rtnl_dereference(*ins); ;
ins               783 net/sched/cls_u32.c 	     ins = &pins->next, pins = rtnl_dereference(*ins))
ins               789 net/sched/cls_u32.c 	rcu_assign_pointer(*ins, n);
ins              1071 net/sched/cls_u32.c 		struct tc_u_knode __rcu **ins;
ins              1081 net/sched/cls_u32.c 		ins = &ht->ht[TC_U32_HASH(handle)];
ins              1082 net/sched/cls_u32.c 		for (pins = rtnl_dereference(*ins); pins;
ins              1083 net/sched/cls_u32.c 		     ins = &pins->next, pins = rtnl_dereference(*ins))
ins              1088 net/sched/cls_u32.c 		rcu_assign_pointer(*ins, n);
ins                64 sound/drivers/serial-u16550.c static int ins[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1};	/* 1 to 16 */
ins                84 sound/drivers/serial-u16550.c module_param_array(ins, int, NULL, 0444);
ins                85 sound/drivers/serial-u16550.c MODULE_PARM_DESC(ins, "Number of MIDI inputs.");
ins               859 sound/drivers/serial-u16550.c 			       int outs, int ins,
ins               866 sound/drivers/serial-u16550.c 			      outs, ins, &rrawmidi);
ins               894 sound/drivers/serial-u16550.c 		ins[dev] = 1;
ins               899 sound/drivers/serial-u16550.c 		ins[dev] = 1;
ins               903 sound/drivers/serial-u16550.c 		ins[dev] = 1;
ins               921 sound/drivers/serial-u16550.c 	if (ins[dev] < 1 || ins[dev] > SNDRV_SERIAL_MAX_INS) {
ins               924 sound/drivers/serial-u16550.c 			   SNDRV_SERIAL_MAX_INS, ins[dev]);
ins               946 sound/drivers/serial-u16550.c 	err = snd_uart16550_rmidi(uart, 0, outs[dev], ins[dev], &uart->rmidi);
ins              1223 sound/drivers/vx/vx_pcm.c 		unsigned int outs, ins;
ins              1225 sound/drivers/vx/vx_pcm.c 		ins = chip->audio_ins > i * 2 ? 1 : 0;
ins              1226 sound/drivers/vx/vx_pcm.c 		if (! outs && ! ins)
ins              1229 sound/drivers/vx/vx_pcm.c 				  outs, ins, &pcm);
ins              1234 sound/drivers/vx/vx_pcm.c 		if (ins)
ins              1340 sound/pci/cs46xx/cs46xx_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1365 sound/pci/cs46xx/cs46xx_lib.c 					if (ins->pcm_channels[i].active &&
ins              1366 sound/pci/cs46xx/cs46xx_lib.c 					    ins->pcm_channels[i].private_data &&
ins              1367 sound/pci/cs46xx/cs46xx_lib.c 					    !ins->pcm_channels[i].unlinked) {
ins              1368 sound/pci/cs46xx/cs46xx_lib.c 						cpcm = ins->pcm_channels[i].private_data;
ins              1375 sound/pci/cs46xx/cs46xx_lib.c 				if (ins->pcm_channels[i].active && 
ins              1376 sound/pci/cs46xx/cs46xx_lib.c 				    ins->pcm_channels[i].private_data &&
ins              1377 sound/pci/cs46xx/cs46xx_lib.c 				    !ins->pcm_channels[i].unlinked) {
ins              1378 sound/pci/cs46xx/cs46xx_lib.c 					cpcm = ins->pcm_channels[i].private_data;
ins              2038 sound/pci/cs46xx/cs46xx_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              2040 sound/pci/cs46xx/cs46xx_lib.c 	if (ins->adc_input != NULL) 
ins              2052 sound/pci/cs46xx/cs46xx_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              2055 sound/pci/cs46xx/cs46xx_lib.c 	if (ucontrol->value.integer.value[0] && !ins->adc_input) {
ins              2058 sound/pci/cs46xx/cs46xx_lib.c 	} else  if (!ucontrol->value.integer.value[0] && ins->adc_input) {
ins              2069 sound/pci/cs46xx/cs46xx_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              2071 sound/pci/cs46xx/cs46xx_lib.c 	if (ins->pcm_input != NULL) 
ins              2084 sound/pci/cs46xx/cs46xx_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              2087 sound/pci/cs46xx/cs46xx_lib.c 	if (ucontrol->value.integer.value[0] && !ins->pcm_input) {
ins              2090 sound/pci/cs46xx/cs46xx_lib.c 	} else  if (!ucontrol->value.integer.value[0] && ins->pcm_input) {
ins              2152 sound/pci/cs46xx/cs46xx_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              2155 sound/pci/cs46xx/cs46xx_lib.c 	ucontrol->value.iec958.status[0] = _wrap_all_bits((ins->spdif_csuv_default >> 24) & 0xff);
ins              2156 sound/pci/cs46xx/cs46xx_lib.c 	ucontrol->value.iec958.status[1] = _wrap_all_bits((ins->spdif_csuv_default >> 16) & 0xff);
ins              2158 sound/pci/cs46xx/cs46xx_lib.c 	ucontrol->value.iec958.status[3] = _wrap_all_bits((ins->spdif_csuv_default) & 0xff);
ins              2168 sound/pci/cs46xx/cs46xx_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              2180 sound/pci/cs46xx/cs46xx_lib.c 	change = (unsigned int)ins->spdif_csuv_default != val;
ins              2181 sound/pci/cs46xx/cs46xx_lib.c 	ins->spdif_csuv_default = val;
ins              2183 sound/pci/cs46xx/cs46xx_lib.c 	if ( !(ins->spdif_status_out & DSP_SPDIF_STATUS_PLAYBACK_OPEN) )
ins              2205 sound/pci/cs46xx/cs46xx_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              2208 sound/pci/cs46xx/cs46xx_lib.c 	ucontrol->value.iec958.status[0] = _wrap_all_bits((ins->spdif_csuv_stream >> 24) & 0xff);
ins              2209 sound/pci/cs46xx/cs46xx_lib.c 	ucontrol->value.iec958.status[1] = _wrap_all_bits((ins->spdif_csuv_stream >> 16) & 0xff);
ins              2211 sound/pci/cs46xx/cs46xx_lib.c 	ucontrol->value.iec958.status[3] = _wrap_all_bits((ins->spdif_csuv_stream) & 0xff);
ins              2221 sound/pci/cs46xx/cs46xx_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              2233 sound/pci/cs46xx/cs46xx_lib.c 	change = ins->spdif_csuv_stream != val;
ins              2234 sound/pci/cs46xx/cs46xx_lib.c 	ins->spdif_csuv_stream = val;
ins              2236 sound/pci/cs46xx/cs46xx_lib.c 	if ( ins->spdif_status_out & DSP_SPDIF_STATUS_PLAYBACK_OPEN )
ins                51 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins                60 sound/pci/cs46xx/dsp_spos.c 		if (ins->code.offset > 0) {
ins                80 sound/pci/cs46xx/dsp_spos.c 							address += (ins->code.offset / 2) - overlay_begin_address;
ins               104 sound/pci/cs46xx/dsp_spos.c 		ins->code.data[ins->code.size++] = loval;
ins               105 sound/pci/cs46xx/dsp_spos.c 		ins->code.data[ins->code.size++] = hival;
ins               125 sound/pci/cs46xx/dsp_spos.c static int find_free_symbol_index (struct dsp_spos_instance * ins)
ins               127 sound/pci/cs46xx/dsp_spos.c 	int index = ins->symbol_table.nsymbols,i;
ins               129 sound/pci/cs46xx/dsp_spos.c 	for (i = ins->symbol_table.highest_frag_index; i < ins->symbol_table.nsymbols; ++i) {
ins               130 sound/pci/cs46xx/dsp_spos.c 		if (ins->symbol_table.symbols[i].deleted) {
ins               142 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               152 sound/pci/cs46xx/dsp_spos.c 		if (ins->symbol_table.nsymbols == (DSP_MAX_SYMBOLS - 1)) {
ins               163 sound/pci/cs46xx/dsp_spos.c 			ins->symbol_table.symbols[ins->symbol_table.nsymbols] = module->symbol_table.symbols[i];
ins               164 sound/pci/cs46xx/dsp_spos.c 			ins->symbol_table.symbols[ins->symbol_table.nsymbols].address += ((ins->code.offset / 2) - module->overlay_begin_address);
ins               165 sound/pci/cs46xx/dsp_spos.c 			ins->symbol_table.symbols[ins->symbol_table.nsymbols].module = module;
ins               166 sound/pci/cs46xx/dsp_spos.c 			ins->symbol_table.symbols[ins->symbol_table.nsymbols].deleted = 0;
ins               168 sound/pci/cs46xx/dsp_spos.c 			if (ins->symbol_table.nsymbols > ins->symbol_table.highest_frag_index) 
ins               169 sound/pci/cs46xx/dsp_spos.c 				ins->symbol_table.highest_frag_index = ins->symbol_table.nsymbols;
ins               171 sound/pci/cs46xx/dsp_spos.c 			ins->symbol_table.nsymbols++;
ins               187 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               191 sound/pci/cs46xx/dsp_spos.c 	if (ins->symbol_table.nsymbols == (DSP_MAX_SYMBOLS - 1)) {
ins               204 sound/pci/cs46xx/dsp_spos.c 	index = find_free_symbol_index (ins);
ins               206 sound/pci/cs46xx/dsp_spos.c 	strcpy (ins->symbol_table.symbols[index].symbol_name, symbol_name);
ins               207 sound/pci/cs46xx/dsp_spos.c 	ins->symbol_table.symbols[index].address = address;
ins               208 sound/pci/cs46xx/dsp_spos.c 	ins->symbol_table.symbols[index].symbol_type = type;
ins               209 sound/pci/cs46xx/dsp_spos.c 	ins->symbol_table.symbols[index].module = NULL;
ins               210 sound/pci/cs46xx/dsp_spos.c 	ins->symbol_table.symbols[index].deleted = 0;
ins               211 sound/pci/cs46xx/dsp_spos.c 	symbol = (ins->symbol_table.symbols + index);
ins               213 sound/pci/cs46xx/dsp_spos.c 	if (index > ins->symbol_table.highest_frag_index) 
ins               214 sound/pci/cs46xx/dsp_spos.c 		ins->symbol_table.highest_frag_index = index;
ins               216 sound/pci/cs46xx/dsp_spos.c 	if (index == ins->symbol_table.nsymbols)
ins               217 sound/pci/cs46xx/dsp_spos.c 		ins->symbol_table.nsymbols++; /* no frag. in list */
ins               224 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = kzalloc(sizeof(struct dsp_spos_instance), GFP_KERNEL);
ins               226 sound/pci/cs46xx/dsp_spos.c 	if (ins == NULL)
ins               230 sound/pci/cs46xx/dsp_spos.c 	ins->symbol_table.symbols =
ins               233 sound/pci/cs46xx/dsp_spos.c 	ins->code.data = kmalloc(DSP_CODE_BYTE_SIZE, GFP_KERNEL);
ins               234 sound/pci/cs46xx/dsp_spos.c 	ins->modules = kmalloc_array(DSP_MAX_MODULES,
ins               237 sound/pci/cs46xx/dsp_spos.c 	if (!ins->symbol_table.symbols || !ins->code.data || !ins->modules) {
ins               241 sound/pci/cs46xx/dsp_spos.c 	ins->symbol_table.nsymbols = 0;
ins               242 sound/pci/cs46xx/dsp_spos.c 	ins->symbol_table.highest_frag_index = 0;
ins               243 sound/pci/cs46xx/dsp_spos.c 	ins->code.offset = 0;
ins               244 sound/pci/cs46xx/dsp_spos.c 	ins->code.size = 0;
ins               245 sound/pci/cs46xx/dsp_spos.c 	ins->nscb = 0;
ins               246 sound/pci/cs46xx/dsp_spos.c 	ins->ntask = 0;
ins               247 sound/pci/cs46xx/dsp_spos.c 	ins->nmodules = 0;
ins               251 sound/pci/cs46xx/dsp_spos.c 	ins->spdif_in_sample_rate = 48000;
ins               254 sound/pci/cs46xx/dsp_spos.c 	ins->dac_volume_right = 0x8000;
ins               255 sound/pci/cs46xx/dsp_spos.c 	ins->dac_volume_left = 0x8000;
ins               256 sound/pci/cs46xx/dsp_spos.c 	ins->spdif_input_volume_right = 0x8000;
ins               257 sound/pci/cs46xx/dsp_spos.c 	ins->spdif_input_volume_left = 0x8000;
ins               261 sound/pci/cs46xx/dsp_spos.c 	ins->spdif_csuv_default =
ins               262 sound/pci/cs46xx/dsp_spos.c 		ins->spdif_csuv_stream =
ins               268 sound/pci/cs46xx/dsp_spos.c 	return ins;
ins               271 sound/pci/cs46xx/dsp_spos.c 	kfree(ins->modules);
ins               272 sound/pci/cs46xx/dsp_spos.c 	kfree(ins->code.data);
ins               273 sound/pci/cs46xx/dsp_spos.c 	vfree(ins->symbol_table.symbols);
ins               274 sound/pci/cs46xx/dsp_spos.c 	kfree(ins);
ins               281 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               283 sound/pci/cs46xx/dsp_spos.c 	if (snd_BUG_ON(!ins))
ins               287 sound/pci/cs46xx/dsp_spos.c 	for (i = 0; i < ins->nscb; ++i) {
ins               288 sound/pci/cs46xx/dsp_spos.c 		if (ins->scbs[i].deleted) continue;
ins               290 sound/pci/cs46xx/dsp_spos.c 		cs46xx_dsp_proc_free_scb_desc ( (ins->scbs + i) );
ins               292 sound/pci/cs46xx/dsp_spos.c 		kfree(ins->scbs[i].data);
ins               296 sound/pci/cs46xx/dsp_spos.c 	kfree(ins->code.data);
ins               297 sound/pci/cs46xx/dsp_spos.c 	vfree(ins->symbol_table.symbols);
ins               298 sound/pci/cs46xx/dsp_spos.c 	kfree(ins->modules);
ins               299 sound/pci/cs46xx/dsp_spos.c 	kfree(ins);
ins               356 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               361 sound/pci/cs46xx/dsp_spos.c 	if (ins->nmodules == DSP_MAX_MODULES - 1) {
ins               370 sound/pci/cs46xx/dsp_spos.c 	if (ins->nmodules == 0) {
ins               380 sound/pci/cs46xx/dsp_spos.c 	if (ins->nmodules == 0) {
ins               390 sound/pci/cs46xx/dsp_spos.c 	if (ins->nmodules == 0) {
ins               399 sound/pci/cs46xx/dsp_spos.c 		if (ins->code.offset + code->size > DSP_CODE_BYTE_SIZE) {
ins               405 sound/pci/cs46xx/dsp_spos.c 		module->load_address = ins->code.offset;
ins               418 sound/pci/cs46xx/dsp_spos.c 		doffset = (code->offset * 4 + ins->code.offset * 4 + DSP_CODE_BYTE_OFFSET);
ins               426 sound/pci/cs46xx/dsp_spos.c 		if (snd_cs46xx_download (chip,(ins->code.data + ins->code.offset),doffset,dsize)) {
ins               432 sound/pci/cs46xx/dsp_spos.c 		ins->code.offset += code->size;
ins               438 sound/pci/cs46xx/dsp_spos.c 	ins->modules[ins->nmodules] = *module;
ins               439 sound/pci/cs46xx/dsp_spos.c 	ins->nmodules++;
ins               448 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               450 sound/pci/cs46xx/dsp_spos.c 	for ( i = 0; i < ins->symbol_table.nsymbols; ++i ) {
ins               452 sound/pci/cs46xx/dsp_spos.c 		if (ins->symbol_table.symbols[i].deleted)
ins               455 sound/pci/cs46xx/dsp_spos.c 		if (!strcmp(ins->symbol_table.symbols[i].symbol_name,symbol_name) &&
ins               456 sound/pci/cs46xx/dsp_spos.c 		    ins->symbol_table.symbols[i].symbol_type == symbol_type) {
ins               457 sound/pci/cs46xx/dsp_spos.c 			return (ins->symbol_table.symbols + i);
ins               475 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               477 sound/pci/cs46xx/dsp_spos.c 	for ( i = 0; i < ins->symbol_table.nsymbols; ++i ) {
ins               479 sound/pci/cs46xx/dsp_spos.c 		if (ins->symbol_table.symbols[i].deleted)
ins               482 sound/pci/cs46xx/dsp_spos.c 		if (ins->symbol_table.symbols[i].address == address &&
ins               483 sound/pci/cs46xx/dsp_spos.c 		    ins->symbol_table.symbols[i].symbol_type == symbol_type) {
ins               484 sound/pci/cs46xx/dsp_spos.c 			return (ins->symbol_table.symbols + i);
ins               497 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               501 sound/pci/cs46xx/dsp_spos.c 	for ( i = 0; i < ins->symbol_table.nsymbols; ++i ) {
ins               504 sound/pci/cs46xx/dsp_spos.c 		if (ins->symbol_table.symbols[i].deleted)
ins               507 sound/pci/cs46xx/dsp_spos.c 		if (ins->symbol_table.symbols[i].module != NULL) {
ins               508 sound/pci/cs46xx/dsp_spos.c 			module_str = ins->symbol_table.symbols[i].module->module_name;
ins               513 sound/pci/cs46xx/dsp_spos.c 			    ins->symbol_table.symbols[i].address,
ins               514 sound/pci/cs46xx/dsp_spos.c 			    ins->symbol_table.symbols[i].symbol_type,
ins               515 sound/pci/cs46xx/dsp_spos.c 			    ins->symbol_table.symbols[i].symbol_name,
ins               525 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               530 sound/pci/cs46xx/dsp_spos.c 	for ( i = 0; i < ins->nmodules; ++i ) {
ins               531 sound/pci/cs46xx/dsp_spos.c 		snd_iprintf(buffer, "\n%s:\n", ins->modules[i].module_name);
ins               532 sound/pci/cs46xx/dsp_spos.c 		snd_iprintf(buffer, "   %d symbols\n", ins->modules[i].symbol_table.nsymbols);
ins               533 sound/pci/cs46xx/dsp_spos.c 		snd_iprintf(buffer, "   %d fixups\n", ins->modules[i].nfixups);
ins               535 sound/pci/cs46xx/dsp_spos.c 		for (j = 0; j < ins->modules[i].nsegments; ++ j) {
ins               536 sound/pci/cs46xx/dsp_spos.c 			struct dsp_segment_desc * desc = (ins->modules[i].segments + j);
ins               548 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               554 sound/pci/cs46xx/dsp_spos.c 	for ( i = 0; i < ins->ntask; ++i) {
ins               555 sound/pci/cs46xx/dsp_spos.c 		snd_iprintf(buffer,"\n%04x %s:\n",ins->tasks[i].address,ins->tasks[i].task_name);
ins               557 sound/pci/cs46xx/dsp_spos.c 		for (col = 0,j = 0;j < ins->tasks[i].size; j++,col++) {
ins               563 sound/pci/cs46xx/dsp_spos.c 			val = readl(dst + (ins->tasks[i].address + j) * sizeof(u32));
ins               576 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               581 sound/pci/cs46xx/dsp_spos.c 	for ( i = 0; i < ins->nscb; ++i) {
ins               582 sound/pci/cs46xx/dsp_spos.c 		if (ins->scbs[i].deleted)
ins               584 sound/pci/cs46xx/dsp_spos.c 		snd_iprintf(buffer,"\n%04x %s:\n\n",ins->scbs[i].address,ins->scbs[i].scb_name);
ins               586 sound/pci/cs46xx/dsp_spos.c 		if (ins->scbs[i].parent_scb_ptr != NULL) {
ins               588 sound/pci/cs46xx/dsp_spos.c 				    ins->scbs[i].parent_scb_ptr->scb_name,
ins               589 sound/pci/cs46xx/dsp_spos.c 				    ins->scbs[i].parent_scb_ptr->address);
ins               593 sound/pci/cs46xx/dsp_spos.c 			    ins->scbs[i].sub_list_ptr->scb_name,
ins               594 sound/pci/cs46xx/dsp_spos.c 			    ins->scbs[i].sub_list_ptr->address,
ins               595 sound/pci/cs46xx/dsp_spos.c 			    ins->scbs[i].next_scb_ptr->scb_name,
ins               596 sound/pci/cs46xx/dsp_spos.c 			    ins->scbs[i].next_scb_ptr->address,
ins               597 sound/pci/cs46xx/dsp_spos.c 			    ins->scbs[i].task_entry->symbol_name,
ins               598 sound/pci/cs46xx/dsp_spos.c 			    ins->scbs[i].task_entry->address);
ins               784 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               787 sound/pci/cs46xx/dsp_spos.c 	ins->snd_card = card;
ins               792 sound/pci/cs46xx/dsp_spos.c 	ins->proc_dsp_dir = entry;
ins               794 sound/pci/cs46xx/dsp_spos.c 	if (!ins->proc_dsp_dir)
ins               798 sound/pci/cs46xx/dsp_spos.c 					   ins->proc_dsp_dir);
ins               804 sound/pci/cs46xx/dsp_spos.c 					   ins->proc_dsp_dir);
ins               810 sound/pci/cs46xx/dsp_spos.c 					   ins->proc_dsp_dir);
ins               816 sound/pci/cs46xx/dsp_spos.c 					   ins->proc_dsp_dir);
ins               822 sound/pci/cs46xx/dsp_spos.c 					   ins->proc_dsp_dir);
ins               828 sound/pci/cs46xx/dsp_spos.c 					   ins->proc_dsp_dir);
ins               835 sound/pci/cs46xx/dsp_spos.c 	for (i = 0; i < ins->nscb; ++i) {
ins               836 sound/pci/cs46xx/dsp_spos.c 		if (ins->scbs[i].deleted) continue;
ins               838 sound/pci/cs46xx/dsp_spos.c 		cs46xx_dsp_proc_register_scb_desc (chip, (ins->scbs + i));
ins               847 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               850 sound/pci/cs46xx/dsp_spos.c 	if (!ins)
ins               854 sound/pci/cs46xx/dsp_spos.c 	for (i = 0; i < ins->nscb; ++i) {
ins               855 sound/pci/cs46xx/dsp_spos.c 		if (ins->scbs[i].deleted) continue;
ins               856 sound/pci/cs46xx/dsp_spos.c 		cs46xx_dsp_proc_free_scb_desc ( (ins->scbs + i) );
ins               860 sound/pci/cs46xx/dsp_spos.c 	snd_info_free_entry(ins->proc_dsp_dir);
ins               861 sound/pci/cs46xx/dsp_spos.c 	ins->proc_dsp_dir = NULL;
ins               896 sound/pci/cs46xx/dsp_spos.c static int find_free_scb_index (struct dsp_spos_instance * ins)
ins               898 sound/pci/cs46xx/dsp_spos.c 	int index = ins->nscb, i;
ins               900 sound/pci/cs46xx/dsp_spos.c 	for (i = ins->scb_highest_frag_index; i < ins->nscb; ++i) {
ins               901 sound/pci/cs46xx/dsp_spos.c 		if (ins->scbs[i].deleted) {
ins               912 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               916 sound/pci/cs46xx/dsp_spos.c 	if (ins->nscb == DSP_MAX_SCB_DESC - 1) {
ins               922 sound/pci/cs46xx/dsp_spos.c 	index = find_free_scb_index (ins);
ins               924 sound/pci/cs46xx/dsp_spos.c 	memset(&ins->scbs[index], 0, sizeof(ins->scbs[index]));
ins               925 sound/pci/cs46xx/dsp_spos.c 	strcpy(ins->scbs[index].scb_name, name);
ins               926 sound/pci/cs46xx/dsp_spos.c 	ins->scbs[index].address = dest;
ins               927 sound/pci/cs46xx/dsp_spos.c 	ins->scbs[index].index = index;
ins               928 sound/pci/cs46xx/dsp_spos.c 	ins->scbs[index].ref_count = 1;
ins               930 sound/pci/cs46xx/dsp_spos.c 	desc = (ins->scbs + index);
ins               931 sound/pci/cs46xx/dsp_spos.c 	ins->scbs[index].scb_symbol = add_symbol (chip, name, dest, SYMBOL_PARAMETER);
ins               933 sound/pci/cs46xx/dsp_spos.c 	if (index > ins->scb_highest_frag_index)
ins               934 sound/pci/cs46xx/dsp_spos.c 		ins->scb_highest_frag_index = index;
ins               936 sound/pci/cs46xx/dsp_spos.c 	if (index == ins->nscb)
ins               937 sound/pci/cs46xx/dsp_spos.c 		ins->nscb++;
ins               945 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               948 sound/pci/cs46xx/dsp_spos.c 	if (ins->ntask == DSP_MAX_TASK_DESC - 1) {
ins               955 sound/pci/cs46xx/dsp_spos.c 		strcpy(ins->tasks[ins->ntask].task_name, name);
ins               957 sound/pci/cs46xx/dsp_spos.c 		strcpy(ins->tasks[ins->ntask].task_name, "(NULL)");
ins               958 sound/pci/cs46xx/dsp_spos.c 	ins->tasks[ins->ntask].address = dest;
ins               959 sound/pci/cs46xx/dsp_spos.c 	ins->tasks[ins->ntask].size = size;
ins               962 sound/pci/cs46xx/dsp_spos.c 	ins->tasks[ins->ntask].index = ins->ntask;
ins               963 sound/pci/cs46xx/dsp_spos.c 	desc = (ins->tasks + ins->ntask);
ins               964 sound/pci/cs46xx/dsp_spos.c 	ins->ntask++;
ins              1019 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1111 sound/pci/cs46xx/dsp_spos.c 		ins->the_null_scb = cs46xx_dsp_create_scb(chip, "nullSCB", (u32 *)&null_scb, NULL_SCB_ADDR);
ins              1112 sound/pci/cs46xx/dsp_spos.c 		ins->the_null_scb->task_entry = null_algorithm;
ins              1113 sound/pci/cs46xx/dsp_spos.c 		ins->the_null_scb->sub_list_ptr = ins->the_null_scb;
ins              1114 sound/pci/cs46xx/dsp_spos.c 		ins->the_null_scb->next_scb_ptr = ins->the_null_scb;
ins              1115 sound/pci/cs46xx/dsp_spos.c 		ins->the_null_scb->parent_scb_ptr = NULL;
ins              1116 sound/pci/cs46xx/dsp_spos.c 		cs46xx_dsp_proc_register_scb_desc (chip,ins->the_null_scb);
ins              1285 sound/pci/cs46xx/dsp_spos.c 	ins->master_mix_scb = master_mix_scb;
ins              1295 sound/pci/cs46xx/dsp_spos.c 	ins->codec_in_scb = codec_in_scb;
ins              1332 sound/pci/cs46xx/dsp_spos.c 	ins->record_mixer_scb = record_mix_scb;
ins              1372 sound/pci/cs46xx/dsp_spos.c 	ins->rear_mix_scb = rear_mix_scb;
ins              1387 sound/pci/cs46xx/dsp_spos.c 		ins->center_lfe_mix_scb = cs46xx_dsp_create_mix_only_scb(chip,"CLFEMixerSCB",
ins              1392 sound/pci/cs46xx/dsp_spos.c 		if (!ins->center_lfe_mix_scb) goto _fail_end;
ins              1398 sound/pci/cs46xx/dsp_spos.c 		ins->center_lfe_mix_scb = rear_mix_scb;
ins              1413 sound/pci/cs46xx/dsp_spos.c 	ins->ref_snoop_scb = magic_snoop_scb;
ins              1423 sound/pci/cs46xx/dsp_spos.c 						      ins->spdif_in_sample_rate,
ins              1434 sound/pci/cs46xx/dsp_spos.c 	ins->spdif_in_src = src_task_scb;
ins              1447 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1593 sound/pci/cs46xx/dsp_spos.c 		async_codec_scb_desc->sub_list_ptr = ins->the_null_scb;
ins              1598 sound/pci/cs46xx/dsp_spos.c 		spdifi_scb_desc->sub_list_ptr = ins->the_null_scb;
ins              1603 sound/pci/cs46xx/dsp_spos.c 		spdifo_scb_desc->sub_list_ptr = ins->the_null_scb;
ins              1624 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1640 sound/pci/cs46xx/dsp_spos.c 	ins->spdif_status_out &= ~DSP_SPDIF_STATUS_HW_ENABLED;
ins              1645 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1658 sound/pci/cs46xx/dsp_spos.c 	cs46xx_poke_via_dsp (chip,SP_SPDOUT_CSUV, ins->spdif_csuv_default);
ins              1661 sound/pci/cs46xx/dsp_spos.c 	ins->spdif_status_out |= DSP_SPDIF_STATUS_HW_ENABLED;
ins              1668 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1674 sound/pci/cs46xx/dsp_spos.c 	if (snd_BUG_ON(ins->asynch_rx_scb))
ins              1676 sound/pci/cs46xx/dsp_spos.c 	if (snd_BUG_ON(!ins->spdif_in_src))
ins              1681 sound/pci/cs46xx/dsp_spos.c 	if ( ! (ins->spdif_status_out & DSP_SPDIF_STATUS_INPUT_CTRL_ENABLED) ) {
ins              1691 sound/pci/cs46xx/dsp_spos.c 		ins->spdif_status_out |= DSP_SPDIF_STATUS_INPUT_CTRL_ENABLED;
ins              1695 sound/pci/cs46xx/dsp_spos.c 	ins->asynch_rx_scb = cs46xx_dsp_create_asynch_fg_rx_scb(chip,"AsynchFGRxSCB",
ins              1699 sound/pci/cs46xx/dsp_spos.c 								ins->spdif_in_src,
ins              1710 sound/pci/cs46xx/dsp_spos.c 	cs46xx_src_link(chip,ins->spdif_in_src);
ins              1713 sound/pci/cs46xx/dsp_spos.c 	cs46xx_dsp_scb_set_volume (chip,ins->spdif_in_src,0x7fff,0x7fff);
ins              1722 sound/pci/cs46xx/dsp_spos.c 	ins->spdif_status_in = 1;
ins              1730 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1732 sound/pci/cs46xx/dsp_spos.c 	if (snd_BUG_ON(!ins->asynch_rx_scb))
ins              1734 sound/pci/cs46xx/dsp_spos.c 	if (snd_BUG_ON(!ins->spdif_in_src))
ins              1740 sound/pci/cs46xx/dsp_spos.c 	cs46xx_dsp_remove_scb (chip,ins->asynch_rx_scb);
ins              1741 sound/pci/cs46xx/dsp_spos.c 	ins->asynch_rx_scb = NULL;
ins              1743 sound/pci/cs46xx/dsp_spos.c 	cs46xx_src_unlink(chip,ins->spdif_in_src);
ins              1746 sound/pci/cs46xx/dsp_spos.c 	ins->spdif_status_in = 0;
ins              1758 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1760 sound/pci/cs46xx/dsp_spos.c 	if (snd_BUG_ON(ins->pcm_input))
ins              1762 sound/pci/cs46xx/dsp_spos.c 	if (snd_BUG_ON(!ins->ref_snoop_scb))
ins              1766 sound/pci/cs46xx/dsp_spos.c 	ins->pcm_input = cs46xx_add_record_source(chip,ins->ref_snoop_scb,PCMSERIALIN_PCM_SCB_ADDR,
ins              1775 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1777 sound/pci/cs46xx/dsp_spos.c 	if (snd_BUG_ON(!ins->pcm_input))
ins              1781 sound/pci/cs46xx/dsp_spos.c 	cs46xx_dsp_remove_scb (chip,ins->pcm_input);
ins              1782 sound/pci/cs46xx/dsp_spos.c 	ins->pcm_input = NULL;
ins              1790 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1792 sound/pci/cs46xx/dsp_spos.c 	if (snd_BUG_ON(ins->adc_input))
ins              1794 sound/pci/cs46xx/dsp_spos.c 	if (snd_BUG_ON(!ins->codec_in_scb))
ins              1798 sound/pci/cs46xx/dsp_spos.c 	ins->adc_input = cs46xx_add_record_source(chip,ins->codec_in_scb,PCMSERIALIN_SCB_ADDR,
ins              1807 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1809 sound/pci/cs46xx/dsp_spos.c 	if (snd_BUG_ON(!ins->adc_input))
ins              1813 sound/pci/cs46xx/dsp_spos.c 	cs46xx_dsp_remove_scb (chip,ins->adc_input);
ins              1814 sound/pci/cs46xx/dsp_spos.c 	ins->adc_input = NULL;
ins              1860 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1866 sound/pci/cs46xx/dsp_spos.c 	scb = ins->master_mix_scb->sub_list_ptr;
ins              1867 sound/pci/cs46xx/dsp_spos.c 	while (scb != ins->the_null_scb) {
ins              1873 sound/pci/cs46xx/dsp_spos.c 	scb = ins->rear_mix_scb->sub_list_ptr;
ins              1874 sound/pci/cs46xx/dsp_spos.c 	while (scb != ins->the_null_scb) {
ins              1879 sound/pci/cs46xx/dsp_spos.c 	ins->dac_volume_left = left;
ins              1880 sound/pci/cs46xx/dsp_spos.c 	ins->dac_volume_right = right;
ins              1889 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1893 sound/pci/cs46xx/dsp_spos.c 	if (ins->asynch_rx_scb != NULL)
ins              1894 sound/pci/cs46xx/dsp_spos.c 		cs46xx_dsp_scb_set_volume (chip,ins->asynch_rx_scb,
ins              1897 sound/pci/cs46xx/dsp_spos.c 	ins->spdif_input_volume_left = left;
ins              1898 sound/pci/cs46xx/dsp_spos.c 	ins->spdif_input_volume_right = right;
ins              1908 sound/pci/cs46xx/dsp_spos.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1918 sound/pci/cs46xx/dsp_spos.c 	for (i = 0; i < ins->nmodules; i++) {
ins              1919 sound/pci/cs46xx/dsp_spos.c 		struct dsp_module_desc *module = &ins->modules[i];
ins              1941 sound/pci/cs46xx/dsp_spos.c 					  ins->code.data + module->load_address,
ins              1947 sound/pci/cs46xx/dsp_spos.c 	for (i = 0; i < ins->ntask; i++) {
ins              1948 sound/pci/cs46xx/dsp_spos.c 		struct dsp_task_descriptor *t = &ins->tasks[i];
ins              1952 sound/pci/cs46xx/dsp_spos.c 	for (i = 0; i < ins->nscb; i++) {
ins              1953 sound/pci/cs46xx/dsp_spos.c 		struct dsp_scb_descriptor *s = &ins->scbs[i];
ins              1958 sound/pci/cs46xx/dsp_spos.c 	for (i = 0; i < ins->nscb; i++) {
ins              1959 sound/pci/cs46xx/dsp_spos.c 		struct dsp_scb_descriptor *s = &ins->scbs[i];
ins              1968 sound/pci/cs46xx/dsp_spos.c 	if (ins->spdif_status_out & DSP_SPDIF_STATUS_HW_ENABLED) {
ins              1970 sound/pci/cs46xx/dsp_spos.c 		snd_cs46xx_poke(chip, (ins->ref_snoop_scb->address + 2) << 2,
ins              1972 sound/pci/cs46xx/dsp_spos.c 		if (ins->spdif_status_out & DSP_SPDIF_STATUS_PLAYBACK_OPEN)
ins              1974 sound/pci/cs46xx/dsp_spos.c 					    ins->spdif_csuv_stream);
ins                32 sound/pci/cs46xx/dsp_spos_scb_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins                33 sound/pci/cs46xx/dsp_spos_scb_lib.c 	int symbol_index = (int)(symbol - ins->symbol_table.symbols);
ins                35 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (snd_BUG_ON(ins->symbol_table.nsymbols <= 0))
ins                38 sound/pci/cs46xx/dsp_spos_scb_lib.c 		       symbol_index >= ins->symbol_table.nsymbols))
ins                41 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->symbol_table.symbols[symbol_index].deleted = 1;
ins                43 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (symbol_index < ins->symbol_table.highest_frag_index) {
ins                44 sound/pci/cs46xx/dsp_spos_scb_lib.c 		ins->symbol_table.highest_frag_index = symbol_index;
ins                47 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (symbol_index == ins->symbol_table.nsymbols - 1)
ins                48 sound/pci/cs46xx/dsp_spos_scb_lib.c 		ins->symbol_table.nsymbols --;
ins                50 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (ins->symbol_table.highest_frag_index > ins->symbol_table.nsymbols) {
ins                51 sound/pci/cs46xx/dsp_spos_scb_lib.c 		ins->symbol_table.highest_frag_index = ins->symbol_table.nsymbols;
ins               100 sound/pci/cs46xx/dsp_spos_scb_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               110 sound/pci/cs46xx/dsp_spos_scb_lib.c 			if (scb->next_scb_ptr == ins->the_null_scb) {
ins               114 sound/pci/cs46xx/dsp_spos_scb_lib.c 				if (scb->sub_list_ptr != ins->the_null_scb) {
ins               117 sound/pci/cs46xx/dsp_spos_scb_lib.c 				scb->sub_list_ptr = ins->the_null_scb;
ins               122 sound/pci/cs46xx/dsp_spos_scb_lib.c 				if (scb->next_scb_ptr != ins->the_null_scb) {
ins               126 sound/pci/cs46xx/dsp_spos_scb_lib.c 				scb->next_scb_ptr = ins->the_null_scb;
ins               131 sound/pci/cs46xx/dsp_spos_scb_lib.c 			if (scb->next_scb_ptr != ins->the_null_scb) {
ins               135 sound/pci/cs46xx/dsp_spos_scb_lib.c 			scb->next_scb_ptr = ins->the_null_scb;
ins               162 sound/pci/cs46xx/dsp_spos_scb_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               167 sound/pci/cs46xx/dsp_spos_scb_lib.c 		       scb->index >= ins->nscb ||
ins               168 sound/pci/cs46xx/dsp_spos_scb_lib.c 		       (ins->scbs + scb->index) != scb))
ins               174 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (snd_BUG_ON(scb->sub_list_ptr != ins->the_null_scb ||
ins               175 sound/pci/cs46xx/dsp_spos_scb_lib.c 		       scb->next_scb_ptr != ins->the_null_scb))
ins               188 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->scbs[scb->index].deleted = 1;
ins               190 sound/pci/cs46xx/dsp_spos_scb_lib.c 	kfree(ins->scbs[scb->index].data);
ins               191 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->scbs[scb->index].data = NULL;
ins               194 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (scb->index < ins->scb_highest_frag_index)
ins               195 sound/pci/cs46xx/dsp_spos_scb_lib.c 		ins->scb_highest_frag_index = scb->index;
ins               197 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (scb->index == ins->nscb - 1) {
ins               198 sound/pci/cs46xx/dsp_spos_scb_lib.c 		ins->nscb --;
ins               201 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (ins->scb_highest_frag_index > ins->nscb) {
ins               202 sound/pci/cs46xx/dsp_spos_scb_lib.c 		ins->scb_highest_frag_index = ins->nscb;
ins               207 sound/pci/cs46xx/dsp_spos_scb_lib.c 	for(i = scb->index + 1;i < ins->nscb; ++i) {
ins               208 sound/pci/cs46xx/dsp_spos_scb_lib.c 		ins->scbs[i - 1].index = i - 1;
ins               235 sound/pci/cs46xx/dsp_spos_scb_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               240 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (ins->snd_card != NULL && ins->proc_dsp_dir != NULL &&
ins               243 sound/pci/cs46xx/dsp_spos_scb_lib.c 		entry = snd_info_create_card_entry(ins->snd_card, scb->scb_name,
ins               244 sound/pci/cs46xx/dsp_spos_scb_lib.c 						   ins->proc_dsp_dir);
ins               270 sound/pci/cs46xx/dsp_spos_scb_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               275 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (snd_BUG_ON(!ins->the_null_scb))
ins               280 sound/pci/cs46xx/dsp_spos_scb_lib.c 		(ins->the_null_scb->address << 0x10) | ins->the_null_scb->address;
ins               290 sound/pci/cs46xx/dsp_spos_scb_lib.c 	scb->sub_list_ptr = ins->the_null_scb;
ins               291 sound/pci/cs46xx/dsp_spos_scb_lib.c 	scb->next_scb_ptr = ins->the_null_scb;
ins               313 sound/pci/cs46xx/dsp_spos_scb_lib.c 				       ins->the_null_scb))
ins               320 sound/pci/cs46xx/dsp_spos_scb_lib.c 				       ins->the_null_scb))
ins               487 sound/pci/cs46xx/dsp_spos_scb_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               564 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (ins->null_algorithm == NULL) {
ins               565 sound/pci/cs46xx/dsp_spos_scb_lib.c 		ins->null_algorithm =  cs46xx_dsp_lookup_symbol (chip,"NULLALGORITHM",
ins               568 sound/pci/cs46xx/dsp_spos_scb_lib.c 		if (ins->null_algorithm == NULL) {
ins               576 sound/pci/cs46xx/dsp_spos_scb_lib.c 				      dest,ins->null_algorithm,parent_scb,
ins               594 sound/pci/cs46xx/dsp_spos_scb_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins               649 sound/pci/cs46xx/dsp_spos_scb_lib.c 				0xffff - ins->dac_volume_right,0xffff - ins->dac_volume_left,
ins               650 sound/pci/cs46xx/dsp_spos_scb_lib.c 				0xffff - ins->dac_volume_right,0xffff - ins->dac_volume_left
ins               654 sound/pci/cs46xx/dsp_spos_scb_lib.c 		if (ins->s16_up == NULL) {
ins               655 sound/pci/cs46xx/dsp_spos_scb_lib.c 			ins->s16_up =  cs46xx_dsp_lookup_symbol (chip,"S16_UPSRC",
ins               658 sound/pci/cs46xx/dsp_spos_scb_lib.c 			if (ins->s16_up == NULL) {
ins               679 sound/pci/cs46xx/dsp_spos_scb_lib.c 						      dest,ins->s16_up,parent_scb,
ins               975 sound/pci/cs46xx/dsp_spos_scb_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1005 sound/pci/cs46xx/dsp_spos_scb_lib.c 		0xffff - ins->spdif_input_volume_right,0xffff - ins->spdif_input_volume_left,
ins              1006 sound/pci/cs46xx/dsp_spos_scb_lib.c 		0xffff - ins->spdif_input_volume_right,0xffff - ins->spdif_input_volume_left,
ins              1135 sound/pci/cs46xx/dsp_spos_scb_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1138 sound/pci/cs46xx/dsp_spos_scb_lib.c 	while (scb->next_scb_ptr != ins->the_null_scb) {
ins              1223 sound/pci/cs46xx/dsp_spos_scb_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1234 sound/pci/cs46xx/dsp_spos_scb_lib.c 		mixer_scb = ins->master_mix_scb;
ins              1237 sound/pci/cs46xx/dsp_spos_scb_lib.c 		mixer_scb = ins->rear_mix_scb;
ins              1240 sound/pci/cs46xx/dsp_spos_scb_lib.c 		mixer_scb = ins->center_lfe_mix_scb;
ins              1247 sound/pci/cs46xx/dsp_spos_scb_lib.c 		if (snd_BUG_ON(!ins->asynch_tx_scb))
ins              1249 sound/pci/cs46xx/dsp_spos_scb_lib.c 		mixer_scb = ins->asynch_tx_scb;
ins              1275 sound/pci/cs46xx/dsp_spos_scb_lib.c 		if (ins->pcm_channels[i].active) {
ins              1277 sound/pci/cs46xx/dsp_spos_scb_lib.c 			    ins->pcm_channels[i].sample_rate == sample_rate &&
ins              1278 sound/pci/cs46xx/dsp_spos_scb_lib.c 			    ins->pcm_channels[i].mixer_scb == mixer_scb) {
ins              1279 sound/pci/cs46xx/dsp_spos_scb_lib.c 				src_scb = ins->pcm_channels[i].src_scb;
ins              1280 sound/pci/cs46xx/dsp_spos_scb_lib.c 				ins->pcm_channels[i].src_scb->ref_count ++;
ins              1281 sound/pci/cs46xx/dsp_spos_scb_lib.c 				src_index = ins->pcm_channels[i].src_slot;
ins              1294 sound/pci/cs46xx/dsp_spos_scb_lib.c 		if (ins->nsrc_scb >= DSP_MAX_SRC_NR) {
ins              1302 sound/pci/cs46xx/dsp_spos_scb_lib.c 			if (ins->src_scb_slots[i] == 0) {
ins              1304 sound/pci/cs46xx/dsp_spos_scb_lib.c 				ins->src_scb_slots[i] = 1;
ins              1312 sound/pci/cs46xx/dsp_spos_scb_lib.c 		if (mixer_scb->sub_list_ptr == ins->the_null_scb) {
ins              1342 sound/pci/cs46xx/dsp_spos_scb_lib.c 		ins->nsrc_scb ++;
ins              1368 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->pcm_channels[pcm_index].sample_rate = sample_rate;
ins              1369 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->pcm_channels[pcm_index].pcm_reader_scb = pcm_scb;
ins              1370 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->pcm_channels[pcm_index].src_scb = src_scb;
ins              1371 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->pcm_channels[pcm_index].unlinked = 1;
ins              1372 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->pcm_channels[pcm_index].private_data = private_data;
ins              1373 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->pcm_channels[pcm_index].src_slot = src_index;
ins              1374 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->pcm_channels[pcm_index].active = 1;
ins              1375 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->pcm_channels[pcm_index].pcm_slot = pcm_index;
ins              1376 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->pcm_channels[pcm_index].mixer_scb = mixer_scb;
ins              1377 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->npcm_channels ++;
ins              1380 sound/pci/cs46xx/dsp_spos_scb_lib.c 	return (ins->pcm_channels + pcm_index);
ins              1465 sound/pci/cs46xx/dsp_spos_scb_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1469 sound/pci/cs46xx/dsp_spos_scb_lib.c 		       ins->npcm_channels <= 0 ||
ins              1478 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->npcm_channels --;
ins              1490 sound/pci/cs46xx/dsp_spos_scb_lib.c 		ins->src_scb_slots[pcm_channel->src_slot] = 0;
ins              1491 sound/pci/cs46xx/dsp_spos_scb_lib.c 		ins->nsrc_scb --;
ins              1521 sound/pci/cs46xx/dsp_spos_scb_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1535 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (src_scb->sub_list_ptr != ins->the_null_scb) {
ins              1560 sound/pci/cs46xx/dsp_spos_scb_lib.c   	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1565 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (snd_BUG_ON(!ins->record_mixer_scb))
ins              1568 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (ins->record_mixer_scb->sub_list_ptr != ins->the_null_scb) {
ins              1569 sound/pci/cs46xx/dsp_spos_scb_lib.c 		parent = find_next_free_scb (chip,ins->record_mixer_scb->sub_list_ptr);
ins              1572 sound/pci/cs46xx/dsp_spos_scb_lib.c 		parent = ins->record_mixer_scb;
ins              1602 sound/pci/cs46xx/dsp_spos_scb_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1607 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (snd_BUG_ON(!ins->master_mix_scb))
ins              1610 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (ins->master_mix_scb->sub_list_ptr != ins->the_null_scb) {
ins              1611 sound/pci/cs46xx/dsp_spos_scb_lib.c 		parent_scb = find_next_free_scb (chip,ins->master_mix_scb->sub_list_ptr);
ins              1614 sound/pci/cs46xx/dsp_spos_scb_lib.c 		parent_scb = ins->master_mix_scb;
ins              1628 sound/pci/cs46xx/dsp_spos_scb_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1630 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if ( ! (ins->spdif_status_out & DSP_SPDIF_STATUS_HW_ENABLED) ) {
ins              1635 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if ( ins->spdif_status_out & DSP_SPDIF_STATUS_PLAYBACK_OPEN) {
ins              1639 sound/pci/cs46xx/dsp_spos_scb_lib.c 		ins->spdif_status_out |= DSP_SPDIF_STATUS_OUTPUT_ENABLED;
ins              1644 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (snd_BUG_ON(ins->asynch_tx_scb))
ins              1646 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (snd_BUG_ON(ins->master_mix_scb->next_scb_ptr !=
ins              1647 sound/pci/cs46xx/dsp_spos_scb_lib.c 		       ins->the_null_scb))
ins              1651 sound/pci/cs46xx/dsp_spos_scb_lib.c 	snd_cs46xx_poke (chip, (ins->ref_snoop_scb->address + 2) << 2,
ins              1655 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->asynch_tx_scb = cs46xx_dsp_create_asynch_fg_tx_scb(chip,"AsynchFGTxSCB",ASYNCTX_SCB_ADDR,
ins              1658 sound/pci/cs46xx/dsp_spos_scb_lib.c 								ins->master_mix_scb,
ins              1660 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (!ins->asynch_tx_scb) return -ENOMEM;
ins              1662 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->spdif_pcm_input_scb = cs46xx_dsp_create_pcm_serial_input_scb(chip,"PCMSerialInput_II",
ins              1664 sound/pci/cs46xx/dsp_spos_scb_lib.c 									  ins->ref_snoop_scb,
ins              1665 sound/pci/cs46xx/dsp_spos_scb_lib.c 									  ins->asynch_tx_scb,
ins              1669 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (!ins->spdif_pcm_input_scb) return -ENOMEM;
ins              1672 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->spdif_status_out |= DSP_SPDIF_STATUS_OUTPUT_ENABLED;
ins              1679 sound/pci/cs46xx/dsp_spos_scb_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1682 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if ( ins->spdif_status_out & DSP_SPDIF_STATUS_PLAYBACK_OPEN) {
ins              1683 sound/pci/cs46xx/dsp_spos_scb_lib.c 		ins->spdif_status_out &= ~DSP_SPDIF_STATUS_OUTPUT_ENABLED;
ins              1688 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (snd_BUG_ON(!ins->asynch_tx_scb))
ins              1690 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (snd_BUG_ON(!ins->spdif_pcm_input_scb))
ins              1692 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (snd_BUG_ON(ins->master_mix_scb->next_scb_ptr != ins->asynch_tx_scb))
ins              1694 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (snd_BUG_ON(ins->asynch_tx_scb->parent_scb_ptr !=
ins              1695 sound/pci/cs46xx/dsp_spos_scb_lib.c 		       ins->master_mix_scb))
ins              1698 sound/pci/cs46xx/dsp_spos_scb_lib.c 	cs46xx_dsp_remove_scb (chip,ins->spdif_pcm_input_scb);
ins              1699 sound/pci/cs46xx/dsp_spos_scb_lib.c 	cs46xx_dsp_remove_scb (chip,ins->asynch_tx_scb);
ins              1701 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->spdif_pcm_input_scb = NULL;
ins              1702 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->asynch_tx_scb = NULL;
ins              1708 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->spdif_status_out  &= ~DSP_SPDIF_STATUS_OUTPUT_ENABLED;
ins              1716 sound/pci/cs46xx/dsp_spos_scb_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1718 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if ( ins->spdif_status_out & DSP_SPDIF_STATUS_OUTPUT_ENABLED ) {
ins              1723 sound/pci/cs46xx/dsp_spos_scb_lib.c 		ins->spdif_status_out |= DSP_SPDIF_STATUS_OUTPUT_ENABLED;
ins              1727 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if ( !(ins->spdif_status_out & DSP_SPDIF_STATUS_HW_ENABLED) ) {
ins              1732 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->asynch_tx_scb = cs46xx_dsp_create_asynch_fg_tx_scb(chip,"AsynchFGTxSCB",ASYNCTX_SCB_ADDR,
ins              1735 sound/pci/cs46xx/dsp_spos_scb_lib.c 								ins->master_mix_scb,
ins              1740 sound/pci/cs46xx/dsp_spos_scb_lib.c 	cs46xx_poke_via_dsp (chip,SP_SPDOUT_CSUV, ins->spdif_csuv_stream);
ins              1742 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->spdif_status_out  |= DSP_SPDIF_STATUS_PLAYBACK_OPEN;
ins              1749 sound/pci/cs46xx/dsp_spos_scb_lib.c 	struct dsp_spos_instance * ins = chip->dsp_spos_instance;
ins              1751 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (snd_BUG_ON(!ins->asynch_tx_scb))
ins              1754 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->spdif_status_out  &= ~DSP_SPDIF_STATUS_PLAYBACK_OPEN;
ins              1757 sound/pci/cs46xx/dsp_spos_scb_lib.c 	cs46xx_poke_via_dsp (chip,SP_SPDOUT_CSUV, ins->spdif_csuv_default);
ins              1760 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (ins->spdif_pcm_input_scb != NULL) {
ins              1761 sound/pci/cs46xx/dsp_spos_scb_lib.c 		cs46xx_dsp_remove_scb (chip,ins->spdif_pcm_input_scb);
ins              1762 sound/pci/cs46xx/dsp_spos_scb_lib.c 		ins->spdif_pcm_input_scb = NULL;
ins              1765 sound/pci/cs46xx/dsp_spos_scb_lib.c 	cs46xx_dsp_remove_scb (chip,ins->asynch_tx_scb);
ins              1766 sound/pci/cs46xx/dsp_spos_scb_lib.c 	ins->asynch_tx_scb = NULL;
ins              1772 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if ( ins->spdif_status_out & DSP_SPDIF_STATUS_OUTPUT_ENABLED ) {
ins               691 sound/pci/oxygen/oxygen_pcm.c 	int outs, ins;
ins               695 sound/pci/oxygen/oxygen_pcm.c 	ins = !!(chip->model.device_config & (CAPTURE_0_FROM_I2S_1 |
ins               697 sound/pci/oxygen/oxygen_pcm.c 	if (outs | ins) {
ins               699 sound/pci/oxygen/oxygen_pcm.c 				  0, outs, ins, &pcm);
ins               719 sound/pci/oxygen/oxygen_pcm.c 		if (ins)
ins               728 sound/pci/oxygen/oxygen_pcm.c 	ins = !!(chip->model.device_config & CAPTURE_1_FROM_SPDIF);
ins               729 sound/pci/oxygen/oxygen_pcm.c 	if (outs | ins) {
ins               730 sound/pci/oxygen/oxygen_pcm.c 		err = snd_pcm_new(chip->card, "Digital", 1, outs, ins, &pcm);
ins               736 sound/pci/oxygen/oxygen_pcm.c 		if (ins)
ins               749 sound/pci/oxygen/oxygen_pcm.c 		ins = !!(chip->model.device_config & CAPTURE_2_FROM_AC97_1);
ins               752 sound/pci/oxygen/oxygen_pcm.c 		ins = !!(chip->model.device_config & CAPTURE_2_FROM_I2S_2);
ins               754 sound/pci/oxygen/oxygen_pcm.c 	if (outs | ins) {
ins               756 sound/pci/oxygen/oxygen_pcm.c 				  2, outs, ins, &pcm);
ins               766 sound/pci/oxygen/oxygen_pcm.c 		if (ins)
ins               777 sound/pci/oxygen/oxygen_pcm.c 	ins = !!(chip->model.device_config & CAPTURE_3_FROM_I2S_3);
ins               778 sound/pci/oxygen/oxygen_pcm.c 	if (ins) {
ins               779 sound/pci/oxygen/oxygen_pcm.c 		err = snd_pcm_new(chip->card, "Analog3", 3, 0, ins, &pcm);
ins              1021 sound/soc/codecs/msm8916-wcd-analog.c 	bool ins = false;
ins              1025 sound/soc/codecs/msm8916-wcd-analog.c 		ins = true;
ins              1030 sound/soc/codecs/msm8916-wcd-analog.c 			    (!ins << CDC_A_MBHC_DET_CTL_MECH_DET_TYPE_SHIFT));
ins              1033 sound/soc/codecs/msm8916-wcd-analog.c 	if (ins) { /* hs insertion */
ins                61 tools/perf/arch/arm64/annotate/instructions.c static int mov__scnprintf(struct ins *ins, char *bf, size_t size,
ins                48 tools/perf/arch/s390/annotate/instructions.c static int call__scnprintf(struct ins *ins, char *bf, size_t size,
ins                 2 tools/perf/arch/x86/annotate/instructions.c static struct ins x86__instructions[] = {
ins               136 tools/perf/ui/browsers/annotate.c 	if (ins__is_lock(&pos->ins))
ins               137 tools/perf/ui/browsers/annotate.c 		name = pos->ops.locked.ins.name;
ins               139 tools/perf/ui/browsers/annotate.c 		name = pos->ins.name;
ins               141 tools/perf/ui/browsers/annotate.c 	if (!name || !cursor->ins.name)
ins               144 tools/perf/ui/browsers/annotate.c 	return ins__is_fused(ab->arch, name, cursor->ins.name);
ins               466 tools/perf/ui/browsers/annotate.c 	if (!ins__is_jump(&dl->ins))
ins               819 tools/perf/ui/browsers/annotate.c 			else if (!dl->ins.ops)
ins               821 tools/perf/ui/browsers/annotate.c 			else if (ins__is_ret(&dl->ins))
ins                77 tools/perf/util/annotate.c 	struct ins	*instructions;
ins               105 tools/perf/util/annotate.c 	struct ins *new_instructions;
ins               112 tools/perf/util/annotate.c 	new_instructions = realloc(arch->instructions, new_nr_allocated * sizeof(struct ins));
ins               123 tools/perf/util/annotate.c 	new_instructions = calloc(new_nr_allocated, sizeof(struct ins));
ins               133 tools/perf/util/annotate.c 	struct ins *ins;
ins               139 tools/perf/util/annotate.c 	ins = &arch->instructions[arch->nr_instructions];
ins               140 tools/perf/util/annotate.c 	ins->name = strdup(name);
ins               141 tools/perf/util/annotate.c 	if (!ins->name)
ins               144 tools/perf/util/annotate.c 	ins->ops  = ops;
ins               217 tools/perf/util/annotate.c static int ins__raw_scnprintf(struct ins *ins, char *bf, size_t size,
ins               220 tools/perf/util/annotate.c 	return scnprintf(bf, size, "%-*s %s", max_ins_name, ins->name, ops->raw);
ins               223 tools/perf/util/annotate.c int ins__scnprintf(struct ins *ins, char *bf, size_t size,
ins               226 tools/perf/util/annotate.c 	if (ins->ops->scnprintf)
ins               227 tools/perf/util/annotate.c 		return ins->ops->scnprintf(ins, bf, size, ops, max_ins_name);
ins               229 tools/perf/util/annotate.c 	return ins__raw_scnprintf(ins, bf, size, ops, max_ins_name);
ins               292 tools/perf/util/annotate.c static int call__scnprintf(struct ins *ins, char *bf, size_t size,
ins               296 tools/perf/util/annotate.c 		return scnprintf(bf, size, "%-*s %s", max_ins_name, ins->name, ops->target.sym->name);
ins               299 tools/perf/util/annotate.c 		return ins__raw_scnprintf(ins, bf, size, ops, max_ins_name);
ins               302 tools/perf/util/annotate.c 		return scnprintf(bf, size, "%-*s %s", max_ins_name, ins->name, ops->target.name);
ins               304 tools/perf/util/annotate.c 	return scnprintf(bf, size, "%-*s *%" PRIx64, max_ins_name, ins->name, ops->target.addr);
ins               312 tools/perf/util/annotate.c bool ins__is_call(const struct ins *ins)
ins               314 tools/perf/util/annotate.c 	return ins->ops == &call_ops || ins->ops == &s390_call_ops;
ins               407 tools/perf/util/annotate.c static int jump__scnprintf(struct ins *ins, char *bf, size_t size,
ins               413 tools/perf/util/annotate.c 		return ins__raw_scnprintf(ins, bf, size, ops, max_ins_name);
ins               416 tools/perf/util/annotate.c 		return scnprintf(bf, size, "%-*s %s", max_ins_name, ins->name, ops->target.sym->name);
ins               436 tools/perf/util/annotate.c 			 ins->name, c ? c - ops->raw : 0, ops->raw,
ins               445 tools/perf/util/annotate.c bool ins__is_jump(const struct ins *ins)
ins               447 tools/perf/util/annotate.c 	return ins->ops == &jump_ops;
ins               483 tools/perf/util/annotate.c 	if (disasm_line__parse(ops->raw, &ops->locked.ins.name, &ops->locked.ops->raw) < 0)
ins               486 tools/perf/util/annotate.c 	ops->locked.ins.ops = ins__find(arch, ops->locked.ins.name);
ins               488 tools/perf/util/annotate.c 	if (ops->locked.ins.ops == NULL)
ins               491 tools/perf/util/annotate.c 	if (ops->locked.ins.ops->parse &&
ins               492 tools/perf/util/annotate.c 	    ops->locked.ins.ops->parse(arch, ops->locked.ops, ms) < 0)
ins               502 tools/perf/util/annotate.c static int lock__scnprintf(struct ins *ins, char *bf, size_t size,
ins               507 tools/perf/util/annotate.c 	if (ops->locked.ins.ops == NULL)
ins               508 tools/perf/util/annotate.c 		return ins__raw_scnprintf(ins, bf, size, ops, max_ins_name);
ins               510 tools/perf/util/annotate.c 	printed = scnprintf(bf, size, "%-*s ", max_ins_name, ins->name);
ins               511 tools/perf/util/annotate.c 	return printed + ins__scnprintf(&ops->locked.ins, bf + printed,
ins               517 tools/perf/util/annotate.c 	struct ins *ins = &ops->locked.ins;
ins               519 tools/perf/util/annotate.c 	if (ins->ops && ins->ops->free)
ins               520 tools/perf/util/annotate.c 		ins->ops->free(ops->locked.ops);
ins               583 tools/perf/util/annotate.c static int mov__scnprintf(struct ins *ins, char *bf, size_t size,
ins               586 tools/perf/util/annotate.c 	return scnprintf(bf, size, "%-*s %s,%s", max_ins_name, ins->name,
ins               623 tools/perf/util/annotate.c static int dec__scnprintf(struct ins *ins, char *bf, size_t size,
ins               626 tools/perf/util/annotate.c 	return scnprintf(bf, size, "%-*s %s", max_ins_name, ins->name,
ins               635 tools/perf/util/annotate.c static int nop__scnprintf(struct ins *ins __maybe_unused, char *bf, size_t size,
ins               649 tools/perf/util/annotate.c bool ins__is_ret(const struct ins *ins)
ins               651 tools/perf/util/annotate.c 	return ins->ops == &ret_ops;
ins               654 tools/perf/util/annotate.c bool ins__is_lock(const struct ins *ins)
ins               656 tools/perf/util/annotate.c 	return ins->ops == &lock_ops;
ins               661 tools/perf/util/annotate.c 	const struct ins *ins = insp;
ins               663 tools/perf/util/annotate.c 	return strcmp(name, ins->name);
ins               668 tools/perf/util/annotate.c 	const struct ins *ia = a;
ins               669 tools/perf/util/annotate.c 	const struct ins *ib = b;
ins               678 tools/perf/util/annotate.c 	qsort(arch->instructions, nmemb, sizeof(struct ins), ins__cmp);
ins               683 tools/perf/util/annotate.c 	struct ins *ins;
ins               691 tools/perf/util/annotate.c 	ins = bsearch(name, arch->instructions, nmemb, sizeof(struct ins), ins__key_cmp);
ins               692 tools/perf/util/annotate.c 	return ins ? ins->ops : NULL;
ins              1102 tools/perf/util/annotate.c 	dl->ins.ops = ins__find(arch, dl->ins.name);
ins              1104 tools/perf/util/annotate.c 	if (!dl->ins.ops)
ins              1107 tools/perf/util/annotate.c 	if (dl->ins.ops->parse && dl->ins.ops->parse(arch, &dl->ops, ms) < 0)
ins              1108 tools/perf/util/annotate.c 		dl->ins.ops = NULL;
ins              1222 tools/perf/util/annotate.c 			if (disasm_line__parse(dl->al.line, &dl->ins.name, &dl->ops.raw) < 0)
ins              1240 tools/perf/util/annotate.c 	if (dl->ins.ops && dl->ins.ops->free)
ins              1241 tools/perf/util/annotate.c 		dl->ins.ops->free(&dl->ops);
ins              1244 tools/perf/util/annotate.c 	zfree(&dl->ins.name);
ins              1250 tools/perf/util/annotate.c 	if (raw || !dl->ins.ops)
ins              1251 tools/perf/util/annotate.c 		return scnprintf(bf, size, "%-*s %s", max_ins_name, dl->ins.name, dl->ops.raw);
ins              1253 tools/perf/util/annotate.c 	return ins__scnprintf(&dl->ins, bf, size, &dl->ops, max_ins_name);
ins              1555 tools/perf/util/annotate.c 	if (dl->ins.ops && ins__is_call(&dl->ins) && !dl->ops.target.sym) {
ins              1585 tools/perf/util/annotate.c 		if (dl->ins.ops) {
ins              1586 tools/perf/util/annotate.c 			if (dl->ins.ops != &nop_ops)
ins              2501 tools/perf/util/annotate.c 	printed = fprintf(fp, "%#" PRIx64 " %s", dl->al.offset, dl->ins.name);
ins              2524 tools/perf/util/annotate.c 	if (!dl || !dl->ins.ops || !ins__is_jump(&dl->ins) ||
ins              2611 tools/perf/util/annotate.c 		len = strlen(disasm_line(al)->ins.name);
ins              2766 tools/perf/util/annotate.c 	if (dl->ins.ops && dl->ins.ops->scnprintf) {
ins              2767 tools/perf/util/annotate.c 		if (ins__is_jump(&dl->ins)) {
ins              2775 tools/perf/util/annotate.c 		} else if (ins__is_call(&dl->ins)) {
ins              2779 tools/perf/util/annotate.c 		} else if (ins__is_ret(&dl->ins)) {
ins              2946 tools/perf/util/annotate.c 			} else if (ins__is_call(&disasm_line(al)->ins) &&
ins                50 tools/perf/util/annotate.h 			struct ins	    ins;
ins                61 tools/perf/util/annotate.h 	int (*scnprintf)(struct ins *ins, char *bf, size_t size,
ins                65 tools/perf/util/annotate.h bool ins__is_jump(const struct ins *ins);
ins                66 tools/perf/util/annotate.h bool ins__is_call(const struct ins *ins);
ins                67 tools/perf/util/annotate.h bool ins__is_ret(const struct ins *ins);
ins                68 tools/perf/util/annotate.h bool ins__is_lock(const struct ins *ins);
ins                69 tools/perf/util/annotate.h int ins__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops, int max_ins_name);
ins               150 tools/perf/util/annotate.h 	struct ins		 ins;
ins               122 tools/perf/util/bpf-prologue.c 	ins(BPF_LDX_MEM(BPF_DW, target_reg, ctx_reg, offset), pos);
ins               149 tools/perf/util/bpf-prologue.c 		ins(BPF_MOV64_REG(BPF_REG_ARG3, src_base_addr_reg), pos);
ins               152 tools/perf/util/bpf-prologue.c 		ins(BPF_ALU64_IMM(BPF_ADD, BPF_REG_ARG3, offset), pos);
ins               155 tools/perf/util/bpf-prologue.c 	ins(BPF_ALU64_IMM(BPF_MOV, BPF_REG_ARG2, BPF_REG_SIZE), pos);
ins               159 tools/perf/util/bpf-prologue.c 		ins(BPF_MOV64_REG(BPF_REG_ARG1, dst_addr_reg), pos);
ins               162 tools/perf/util/bpf-prologue.c 	ins(BPF_EMIT_CALL(BPF_FUNC_probe_read), pos);
ins               168 tools/perf/util/bpf-prologue.c 	ins(BPF_JMP_IMM(BPF_JNE, BPF_REG_0, 0, JMP_TO_ERROR_CODE),
ins               265 tools/perf/util/bpf-prologue.c 		ins(BPF_MOV64_REG(BPF_REG_7, BPF_REG_FP), pos);
ins               267 tools/perf/util/bpf-prologue.c 		ins(BPF_ALU64_IMM(BPF_ADD, BPF_REG_7, stack_offset), pos);
ins               275 tools/perf/util/bpf-prologue.c 		ins(BPF_STX_MEM(BPF_DW, BPF_REG_FP, BPF_REG_ARG3,
ins               296 tools/perf/util/bpf-prologue.c 				ins(BPF_LDX_MEM(BPF_DW, BPF_REG_ARG3,
ins               307 tools/perf/util/bpf-prologue.c 		ins(BPF_LDX_MEM(insn_sz, BPF_PROLOGUE_START_ARG_REG + i,
ins               311 tools/perf/util/bpf-prologue.c 	ins(BPF_JMP_IMM(BPF_JA, BPF_REG_0, 0, JMP_TO_SUCCESS_CODE), pos);
ins               380 tools/perf/util/bpf-prologue.c 		ins(BPF_ALU64_IMM(BPF_MOV, BPF_PROLOGUE_FETCH_RESULT_REG, 0),
ins               442 tools/perf/util/bpf-prologue.c 		ins(BPF_MOV64_REG(BPF_REG_CTX, BPF_REG_ARG1), &pos);
ins               457 tools/perf/util/bpf-prologue.c 		ins(BPF_ALU64_IMM(BPF_MOV, BPF_PROLOGUE_FETCH_RESULT_REG, 1),
ins               461 tools/perf/util/bpf-prologue.c 			ins(BPF_ALU64_IMM(BPF_MOV,
ins               465 tools/perf/util/bpf-prologue.c 		ins(BPF_JMP_IMM(BPF_JA, BPF_REG_0, 0, JMP_TO_USER_CODE),
ins               475 tools/perf/util/bpf-prologue.c 	ins(BPF_ALU64_IMM(BPF_MOV, BPF_PROLOGUE_FETCH_RESULT_REG, 0), &pos);
ins               487 tools/perf/util/bpf-prologue.c 		ins(BPF_MOV64_REG(BPF_REG_ARG1, BPF_REG_CTX), &pos);