indx              256 arch/powerpc/sysdev/xics/icp-native.c 					   unsigned int *indx)
indx              277 arch/powerpc/sysdev/xics/icp-native.c 		*indx = of_read_number(ireg, 1);
indx              303 arch/powerpc/sysdev/xics/icp-native.c 			       " for interrupt server 0x%x (%d)\n", *indx, err);
indx              307 arch/powerpc/sysdev/xics/icp-native.c 		if (icp_native_map_one_cpu(*indx, r.start, resource_size(&r)))
indx              310 arch/powerpc/sysdev/xics/icp-native.c 		(*indx)++;
indx              330 arch/powerpc/sysdev/xics/icp-native.c 	u32 indx = 0;
indx              334 arch/powerpc/sysdev/xics/icp-native.c 		if (icp_native_init_one_node(np, &indx) == 0)
indx              339 arch/powerpc/sysdev/xics/icp-native.c 				if (icp_native_init_one_node(np, &indx) == 0)
indx              428 arch/x86/kernel/apic/x2apic_uv_x.c 	int bytes, i, sid, lsid = -1, indx = 0, lindx = -1;
indx              458 arch/x86/kernel/apic/x2apic_uv_x.c 			grt = &_gr_table[indx];
indx              463 arch/x86/kernel/apic/x2apic_uv_x.c 			lindx = indx++;
indx             1065 arch/x86/lib/insn-eval.c 	long base, indx;
indx             1100 arch/x86/lib/insn-eval.c 		indx = 0;
indx             1104 arch/x86/lib/insn-eval.c 		indx = regs_get_register(regs, indx_offset);
indx             1110 arch/x86/lib/insn-eval.c 		idx32 = indx & 0xffffffff;
indx             1117 arch/x86/lib/insn-eval.c 		*eff_addr = base + indx * (1 << X86_SIB_SCALE(insn->sib.value));
indx              201 drivers/crypto/picoxcell_crypto.c 						unsigned indx,
indx              205 drivers/crypto/picoxcell_crypto.c 			(indx * ctx->engine->cipher_pg_sz) :
indx              206 drivers/crypto/picoxcell_crypto.c 		ctx->engine->hash_key_base + (indx * ctx->engine->hash_pg_sz);
indx              240 drivers/crypto/picoxcell_crypto.c 	unsigned indx = ctx->engine->next_ctx++;
indx              243 drivers/crypto/picoxcell_crypto.c 	ciph_page_addr = spacc_ctx_page_addr(ctx, indx, 1);
indx              244 drivers/crypto/picoxcell_crypto.c 	hash_page_addr = spacc_ctx_page_addr(ctx, indx, 0);
indx              249 drivers/crypto/picoxcell_crypto.c 	writel(ciph_len | (indx << SPA_KEY_SZ_CTX_INDEX_OFFSET) |
indx              255 drivers/crypto/picoxcell_crypto.c 		writel(hash_len | (indx << SPA_KEY_SZ_CTX_INDEX_OFFSET),
indx              259 drivers/crypto/picoxcell_crypto.c 	return indx;
indx               57 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 	int indx = pwm_info(therm, line);
indx               58 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 	if (indx < 0)
indx               59 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 		return indx;
indx               60 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 	else if (indx < 2)
indx               70 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 	int indx = pwm_info(therm, line);
indx               71 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 	if (indx < 0)
indx               72 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 		return indx;
indx               73 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 	else if (indx < 2) {
indx               75 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 			*divs = nvkm_rd32(device, 0x00e114 + (indx * 8));
indx               76 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 			*duty = nvkm_rd32(device, 0x00e118 + (indx * 8));
indx               79 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 	} else if (indx == 2) {
indx               92 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 	int indx = pwm_info(therm, line);
indx               93 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 	if (indx < 0)
indx               94 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 		return indx;
indx               95 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 	else if (indx < 2) {
indx               96 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 		nvkm_wr32(device, 0x00e114 + (indx * 8), divs);
indx               97 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 		nvkm_wr32(device, 0x00e118 + (indx * 8), duty | 0x80000000);
indx               98 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 	} else if (indx == 2) {
indx              109 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 	int indx = pwm_info(therm, line);
indx              110 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 	if (indx < 0)
indx              112 drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c 	else if (indx < 2)
indx               28 drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c pwm_info(struct nvkm_therm *therm, int *line, int *ctrl, int *indx)
indx               35 drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c 		*indx = 0;
indx               40 drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c 		*indx = 1;
indx               45 drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c 		*indx = 0;
indx               19 drivers/gpu/host1x/hw/host1x01_hardware.h 	unsigned indx, unsigned threshold)
indx               21 drivers/gpu/host1x/hw/host1x01_hardware.h 	return host1x_uclass_wait_syncpt_indx_f(indx)
indx               26 drivers/gpu/host1x/hw/host1x01_hardware.h 	unsigned indx, unsigned threshold)
indx               28 drivers/gpu/host1x/hw/host1x01_hardware.h 	return host1x_uclass_load_syncpt_base_base_indx_f(indx)
indx               33 drivers/gpu/host1x/hw/host1x01_hardware.h 	unsigned indx, unsigned base_indx, unsigned offset)
indx               35 drivers/gpu/host1x/hw/host1x01_hardware.h 	return host1x_uclass_wait_syncpt_base_indx_f(indx)
indx               48 drivers/gpu/host1x/hw/host1x01_hardware.h 	unsigned cond, unsigned indx)
indx               51 drivers/gpu/host1x/hw/host1x01_hardware.h 		| host1x_uclass_incr_syncpt_indx_f(indx);
indx              104 drivers/gpu/host1x/hw/host1x01_hardware.h static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx)
indx              107 drivers/gpu/host1x/hw/host1x01_hardware.h 		host1x_class_host_incr_syncpt(cond, indx));
indx               19 drivers/gpu/host1x/hw/host1x02_hardware.h 	unsigned indx, unsigned threshold)
indx               21 drivers/gpu/host1x/hw/host1x02_hardware.h 	return host1x_uclass_wait_syncpt_indx_f(indx)
indx               26 drivers/gpu/host1x/hw/host1x02_hardware.h 	unsigned indx, unsigned threshold)
indx               28 drivers/gpu/host1x/hw/host1x02_hardware.h 	return host1x_uclass_load_syncpt_base_base_indx_f(indx)
indx               33 drivers/gpu/host1x/hw/host1x02_hardware.h 	unsigned indx, unsigned base_indx, unsigned offset)
indx               35 drivers/gpu/host1x/hw/host1x02_hardware.h 	return host1x_uclass_wait_syncpt_base_indx_f(indx)
indx               48 drivers/gpu/host1x/hw/host1x02_hardware.h 	unsigned cond, unsigned indx)
indx               51 drivers/gpu/host1x/hw/host1x02_hardware.h 		| host1x_uclass_incr_syncpt_indx_f(indx);
indx              103 drivers/gpu/host1x/hw/host1x02_hardware.h static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx)
indx              106 drivers/gpu/host1x/hw/host1x02_hardware.h 		host1x_class_host_incr_syncpt(cond, indx));
indx               19 drivers/gpu/host1x/hw/host1x04_hardware.h 	unsigned indx, unsigned threshold)
indx               21 drivers/gpu/host1x/hw/host1x04_hardware.h 	return host1x_uclass_wait_syncpt_indx_f(indx)
indx               26 drivers/gpu/host1x/hw/host1x04_hardware.h 	unsigned indx, unsigned threshold)
indx               28 drivers/gpu/host1x/hw/host1x04_hardware.h 	return host1x_uclass_load_syncpt_base_base_indx_f(indx)
indx               33 drivers/gpu/host1x/hw/host1x04_hardware.h 	unsigned indx, unsigned base_indx, unsigned offset)
indx               35 drivers/gpu/host1x/hw/host1x04_hardware.h 	return host1x_uclass_wait_syncpt_base_indx_f(indx)
indx               48 drivers/gpu/host1x/hw/host1x04_hardware.h 	unsigned cond, unsigned indx)
indx               51 drivers/gpu/host1x/hw/host1x04_hardware.h 		| host1x_uclass_incr_syncpt_indx_f(indx);
indx              103 drivers/gpu/host1x/hw/host1x04_hardware.h static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx)
indx              106 drivers/gpu/host1x/hw/host1x04_hardware.h 		host1x_class_host_incr_syncpt(cond, indx));
indx               19 drivers/gpu/host1x/hw/host1x05_hardware.h 	unsigned indx, unsigned threshold)
indx               21 drivers/gpu/host1x/hw/host1x05_hardware.h 	return host1x_uclass_wait_syncpt_indx_f(indx)
indx               26 drivers/gpu/host1x/hw/host1x05_hardware.h 	unsigned indx, unsigned threshold)
indx               28 drivers/gpu/host1x/hw/host1x05_hardware.h 	return host1x_uclass_load_syncpt_base_base_indx_f(indx)
indx               33 drivers/gpu/host1x/hw/host1x05_hardware.h 	unsigned indx, unsigned base_indx, unsigned offset)
indx               35 drivers/gpu/host1x/hw/host1x05_hardware.h 	return host1x_uclass_wait_syncpt_base_indx_f(indx)
indx               48 drivers/gpu/host1x/hw/host1x05_hardware.h 	unsigned cond, unsigned indx)
indx               51 drivers/gpu/host1x/hw/host1x05_hardware.h 		| host1x_uclass_incr_syncpt_indx_f(indx);
indx              103 drivers/gpu/host1x/hw/host1x05_hardware.h static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx)
indx              106 drivers/gpu/host1x/hw/host1x05_hardware.h 		host1x_class_host_incr_syncpt(cond, indx));
indx               20 drivers/gpu/host1x/hw/host1x06_hardware.h 	unsigned indx, unsigned threshold)
indx               22 drivers/gpu/host1x/hw/host1x06_hardware.h 	return host1x_uclass_wait_syncpt_indx_f(indx)
indx               27 drivers/gpu/host1x/hw/host1x06_hardware.h 	unsigned indx, unsigned threshold)
indx               29 drivers/gpu/host1x/hw/host1x06_hardware.h 	return host1x_uclass_load_syncpt_base_base_indx_f(indx)
indx               34 drivers/gpu/host1x/hw/host1x06_hardware.h 	unsigned indx, unsigned base_indx, unsigned offset)
indx               36 drivers/gpu/host1x/hw/host1x06_hardware.h 	return host1x_uclass_wait_syncpt_base_indx_f(indx)
indx               49 drivers/gpu/host1x/hw/host1x06_hardware.h 	unsigned cond, unsigned indx)
indx               52 drivers/gpu/host1x/hw/host1x06_hardware.h 		| host1x_uclass_incr_syncpt_indx_f(indx);
indx              104 drivers/gpu/host1x/hw/host1x06_hardware.h static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx)
indx              107 drivers/gpu/host1x/hw/host1x06_hardware.h 		host1x_class_host_incr_syncpt(cond, indx));
indx               20 drivers/gpu/host1x/hw/host1x07_hardware.h 	unsigned indx, unsigned threshold)
indx               22 drivers/gpu/host1x/hw/host1x07_hardware.h 	return host1x_uclass_wait_syncpt_indx_f(indx)
indx               27 drivers/gpu/host1x/hw/host1x07_hardware.h 	unsigned indx, unsigned threshold)
indx               29 drivers/gpu/host1x/hw/host1x07_hardware.h 	return host1x_uclass_load_syncpt_base_base_indx_f(indx)
indx               34 drivers/gpu/host1x/hw/host1x07_hardware.h 	unsigned indx, unsigned base_indx, unsigned offset)
indx               36 drivers/gpu/host1x/hw/host1x07_hardware.h 	return host1x_uclass_wait_syncpt_base_indx_f(indx)
indx               49 drivers/gpu/host1x/hw/host1x07_hardware.h 	unsigned cond, unsigned indx)
indx               52 drivers/gpu/host1x/hw/host1x07_hardware.h 		| host1x_uclass_incr_syncpt_indx_f(indx);
indx              104 drivers/gpu/host1x/hw/host1x07_hardware.h static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx)
indx              107 drivers/gpu/host1x/hw/host1x07_hardware.h 		host1x_class_host_incr_syncpt(cond, indx));
indx              518 drivers/hwmon/coretemp.c static void coretemp_remove_core(struct platform_data *pdata, int indx)
indx              520 drivers/hwmon/coretemp.c 	struct temp_data *tdata = pdata->core_data[indx];
indx              525 drivers/hwmon/coretemp.c 	kfree(pdata->core_data[indx]);
indx              526 drivers/hwmon/coretemp.c 	pdata->core_data[indx] = NULL;
indx              650 drivers/hwmon/coretemp.c 	int indx, target;
indx              664 drivers/hwmon/coretemp.c 	indx = TO_ATTR_NO(cpu);
indx              665 drivers/hwmon/coretemp.c 	if (indx > MAX_CORE_DATA - 1)
indx              669 drivers/hwmon/coretemp.c 	tdata = pd->core_data[indx];
indx              680 drivers/hwmon/coretemp.c 		coretemp_remove_core(pd, indx);
indx              582 drivers/hwmon/w83791d.c 	int indx = 0;
indx              600 drivers/hwmon/w83791d.c 		indx = 0;
indx              605 drivers/hwmon/w83791d.c 		indx = 0;
indx              610 drivers/hwmon/w83791d.c 		indx = 1;
indx              615 drivers/hwmon/w83791d.c 		indx = 2;
indx              620 drivers/hwmon/w83791d.c 		indx = 2;
indx              632 drivers/hwmon/w83791d.c 	fan_div_reg = w83791d_read(client, W83791D_REG_FAN_DIV[indx])
indx              636 drivers/hwmon/w83791d.c 	w83791d_write(client, W83791D_REG_FAN_DIV[indx],
indx              216 drivers/infiniband/hw/bnxt_re/main.c 	int indx;
indx              218 drivers/infiniband/hw/bnxt_re/main.c 	for (indx = BNXT_RE_NQ_IDX; indx < rdev->num_msix; indx++) {
indx              219 drivers/infiniband/hw/bnxt_re/main.c 		nq = &rdev->nq[indx - 1];
indx              232 drivers/infiniband/hw/bnxt_re/main.c 	int indx, rc;
indx              247 drivers/infiniband/hw/bnxt_re/main.c 	for (indx = 0; indx < rdev->num_msix; indx++)
indx              248 drivers/infiniband/hw/bnxt_re/main.c 		rdev->msix_entries[indx].vector = ent[indx].vector;
indx              252 drivers/infiniband/hw/bnxt_re/main.c 	for (indx = BNXT_RE_NQ_IDX ; indx < rdev->num_msix; indx++) {
indx              253 drivers/infiniband/hw/bnxt_re/main.c 		nq = &rdev->nq[indx - 1];
indx              254 drivers/infiniband/hw/bnxt_re/main.c 		rc = bnxt_qplib_nq_start_irq(nq, indx - 1,
indx              255 drivers/infiniband/hw/bnxt_re/main.c 					     msix_ent[indx].vector, false);
indx              258 drivers/infiniband/hw/bnxt_re/main.c 				 "Failed to reinit NQ index %d\n", indx - 1);
indx              899 drivers/infiniband/hw/bnxt_re/main.c static u32 bnxt_re_get_nqdb_offset(struct bnxt_re_dev *rdev, u16 indx)
indx              902 drivers/infiniband/hw/bnxt_re/main.c 				0x10000 : rdev->msix_entries[indx].db_offset;
indx              643 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c 	unsigned long indx;
indx              650 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c 	indx = find_first_bit(rcfw->cmdq_bitmap, rcfw->bmap_size);
indx              651 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c 	if (indx != rcfw->bmap_size)
indx              653 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c 			"disabling RCFW with pending cmd-bit %lx\n", indx);
indx              558 drivers/infiniband/hw/ocrdma/ocrdma.h 	int indx;
indx              560 drivers/infiniband/hw/ocrdma/ocrdma.h 	for (indx = 0; indx < dev->eq_cnt; indx++) {
indx              561 drivers/infiniband/hw/ocrdma/ocrdma.h 		if (dev->eq_tbl[indx].q.id == eqid)
indx              562 drivers/infiniband/hw/ocrdma/ocrdma.h 			return indx;
indx             2929 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 	int status = -EINVAL, indx, slindx;
indx             2960 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 	for (indx = 0; indx < ventry_cnt; indx++) {
indx             2961 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 		app_param = &dcbxcfg->app_param[indx];
indx             3003 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 	int status = 0, indx;
indx             3008 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 	for (indx = 0; indx < 2; indx++) {
indx             1073 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 	u32 irq, indx;
indx             1076 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 	indx = ocrdma_get_eq_table_index(dev, cq->eqn);
indx             1078 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 	eq = &dev->eq_tbl[indx];
indx             2281 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 	int indx = 0;
indx             2285 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 			indx = ffs(srq->idx_bit_fields[row]);
indx             2286 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 			indx = (row * 32) + (indx - 1);
indx             2287 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 			BUG_ON(indx >= srq->rq.max_cnt);
indx             2288 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 			ocrdma_srq_toggle_bit(srq, indx);
indx             2294 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 	return indx + 1; /* Use from index 1 */
indx             1400 drivers/isdn/hardware/mISDN/hfcsusb.c 			fifo->iso[i].indx = i;
indx              241 drivers/isdn/hardware/mISDN/hfcsusb.h 	__u8 indx; /* Fifos's ISO double buffer 0 or 1 ? */
indx              467 drivers/net/ppp/bsd_comp.c     int indx;
indx              479 drivers/net/ppp/bsd_comp.c 	indx = LAST;
indx              482 drivers/net/ppp/bsd_comp.c 	    db->lens[indx] = 1;
indx              484 drivers/net/ppp/bsd_comp.c 	while (indx-- > 0);
indx              487 drivers/net/ppp/bsd_comp.c     indx = db->hsize;
indx              488 drivers/net/ppp/bsd_comp.c     while (indx-- != 0)
indx              490 drivers/net/ppp/bsd_comp.c 	db->dict[indx].codem1 = BADCODEM1;
indx              491 drivers/net/ppp/bsd_comp.c 	db->dict[indx].cptr   = 0;
indx              702 drivers/net/ppp/bsd_comp.c 	    int    indx;
indx              716 drivers/net/ppp/bsd_comp.c 	    indx   = dictp2->cptr;
indx              717 drivers/net/ppp/bsd_comp.c 	    dictp3 = dict_ptr (db, indx);
indx             1056 drivers/net/ppp/bsd_comp.c 	    int hval, disp, indx;
indx             1084 drivers/net/ppp/bsd_comp.c 	    indx   = dictp2->cptr;
indx             1085 drivers/net/ppp/bsd_comp.c 	    dictp3 = dict_ptr (db, indx);
indx             1010 drivers/net/ppp/ppp_generic.c 	int indx;
indx             1022 drivers/net/ppp/ppp_generic.c 	for (indx = 0; indx < NUM_NP; ++indx)
indx             1023 drivers/net/ppp/ppp_generic.c 		ppp->npmode[indx] = NPMODE_PASS;
indx              124 drivers/net/usb/pegasus.c static int get_registers(pegasus_t *pegasus, __u16 indx, __u16 size, void *data)
indx              135 drivers/net/usb/pegasus.c 			      indx, buf, size, 1000);
indx              145 drivers/net/usb/pegasus.c static int set_registers(pegasus_t *pegasus, __u16 indx, __u16 size,
indx              157 drivers/net/usb/pegasus.c 			      indx, buf, size, 100);
indx              165 drivers/net/usb/pegasus.c static int set_register(pegasus_t *pegasus, __u16 indx, __u8 data)
indx              176 drivers/net/usb/pegasus.c 			      indx, buf, 1, 1000);
indx              219 drivers/net/usb/pegasus.c static int __mii_op(pegasus_t *p, __u8 phy, __u8 indx, __u16 *regd, __u8 cmd)
indx              222 drivers/net/usb/pegasus.c 	__u8 data[4] = { phy, 0, 0, indx };
indx              232 drivers/net/usb/pegasus.c 	set_register(p, PhyCtrl, (indx | cmd));
indx              254 drivers/net/usb/pegasus.c static int read_mii_word(pegasus_t *pegasus, __u8 phy, __u8 indx, __u16 *regd)
indx              256 drivers/net/usb/pegasus.c 	return __mii_op(pegasus, phy, indx, regd, PHY_READ);
indx              260 drivers/net/usb/pegasus.c static int write_mii_word(pegasus_t *pegasus, __u8 phy, __u8 indx, __u16 *regd)
indx              262 drivers/net/usb/pegasus.c 	return __mii_op(pegasus, phy, indx, regd, PHY_WRITE);
indx              153 drivers/net/usb/rtl8150.c static int get_registers(rtl8150_t * dev, u16 indx, u16 size, void *data)
indx              164 drivers/net/usb/rtl8150.c 			      indx, 0, buf, size, 500);
indx              171 drivers/net/usb/rtl8150.c static int set_registers(rtl8150_t * dev, u16 indx, u16 size, const void *data)
indx              182 drivers/net/usb/rtl8150.c 			      indx, 0, buf, size, 500);
indx              198 drivers/net/usb/rtl8150.c static int async_set_registers(rtl8150_t *dev, u16 indx, u16 size, u16 reg)
indx              216 drivers/net/usb/rtl8150.c 	req->dr.wValue = cpu_to_le16(indx);
indx              230 drivers/net/usb/rtl8150.c static int read_mii_word(rtl8150_t * dev, u8 phy, __u8 indx, u16 * reg)
indx              237 drivers/net/usb/rtl8150.c 	tmp = indx | PHY_READ | PHY_GO;
indx              254 drivers/net/usb/rtl8150.c static int write_mii_word(rtl8150_t * dev, u8 phy, __u8 indx, u16 reg)
indx              262 drivers/net/usb/rtl8150.c 	tmp = indx | PHY_WRITE | PHY_GO;
indx             3555 drivers/net/wireless/broadcom/b43/phy_n.c 	int i, j, indx;
indx             3577 drivers/net/wireless/broadcom/b43/phy_n.c 		indx = (b43_current_band(dev->wl) == NL80211_BAND_5GHZ) ?
indx             3580 drivers/net/wireless/broadcom/b43/phy_n.c 			if (tbl_iqcal_gainparams[indx][i][0] == gain)
indx             3584 drivers/net/wireless/broadcom/b43/phy_n.c 		params->txgm = tbl_iqcal_gainparams[indx][i][1];
indx             3585 drivers/net/wireless/broadcom/b43/phy_n.c 		params->pga = tbl_iqcal_gainparams[indx][i][2];
indx             3586 drivers/net/wireless/broadcom/b43/phy_n.c 		params->pad = tbl_iqcal_gainparams[indx][i][3];
indx             3590 drivers/net/wireless/broadcom/b43/phy_n.c 			params->ncorr[j] = tbl_iqcal_gainparams[indx][i][4 + j];
indx              729 drivers/scsi/aha1542.c static struct Scsi_Host *aha1542_hw_init(struct scsi_host_template *tpnt, struct device *pdev, int indx)
indx              731 drivers/scsi/aha1542.c 	unsigned int base_io = io[indx];
indx              756 drivers/scsi/aha1542.c 	aha1542_set_bus_times(sh, bus_on[indx], bus_off[indx], dma_speed[indx]);
indx             1054 drivers/scsi/aha1542.c 	int indx;
indx             1057 drivers/scsi/aha1542.c 	for (indx = 0; indx < ARRAY_SIZE(io); indx++) {
indx             1058 drivers/scsi/aha1542.c 		if (io[indx])
indx             1064 drivers/scsi/aha1542.c 		io[indx] = pnp_port_start(pdev, 0);
indx             1069 drivers/scsi/aha1542.c 		dev_info(&pdev->dev, "ISAPnP found an AHA1535 at I/O 0x%03X", io[indx]);
indx             1072 drivers/scsi/aha1542.c 	sh = aha1542_hw_init(&driver_template, &pdev->dev, indx);
indx             1787 drivers/scsi/ips.c 		       ips_scb_t * scb, int indx, unsigned int e_len)
indx             1794 drivers/scsi/ips.c 		scb->breakup = indx;
indx             1802 drivers/scsi/ips.c 		scb->sg_list.enh_list[indx].address_lo =
indx             1804 drivers/scsi/ips.c 		scb->sg_list.enh_list[indx].address_hi =
indx             1806 drivers/scsi/ips.c 		scb->sg_list.enh_list[indx].length = cpu_to_le32(e_len);
indx             1808 drivers/scsi/ips.c 		scb->sg_list.std_list[indx].address =
indx             1810 drivers/scsi/ips.c 		scb->sg_list.std_list[indx].length = cpu_to_le32(e_len);
indx              226 drivers/staging/rtl8192u/r8192U_core.c int write_nic_byte_E(struct net_device *dev, int indx, u8 data)
indx              239 drivers/staging/rtl8192u/r8192U_core.c 				 indx | 0xfe00, 0, usbdata, 1, HZ / 2);
indx              249 drivers/staging/rtl8192u/r8192U_core.c int read_nic_byte_E(struct net_device *dev, int indx, u8 *data)
indx              261 drivers/staging/rtl8192u/r8192U_core.c 				 indx | 0xfe00, 0, usbdata, 1, HZ / 2);
indx              274 drivers/staging/rtl8192u/r8192U_core.c int write_nic_byte(struct net_device *dev, int indx, u8 data)
indx              288 drivers/staging/rtl8192u/r8192U_core.c 				 (indx & 0xff) | 0xff00, (indx >> 8) & 0x0f,
indx              301 drivers/staging/rtl8192u/r8192U_core.c int write_nic_word(struct net_device *dev, int indx, u16 data)
indx              315 drivers/staging/rtl8192u/r8192U_core.c 				 (indx & 0xff) | 0xff00, (indx >> 8) & 0x0f,
indx              328 drivers/staging/rtl8192u/r8192U_core.c int write_nic_dword(struct net_device *dev, int indx, u32 data)
indx              342 drivers/staging/rtl8192u/r8192U_core.c 				 (indx & 0xff) | 0xff00, (indx >> 8) & 0x0f,
indx              357 drivers/staging/rtl8192u/r8192U_core.c int read_nic_byte(struct net_device *dev, int indx, u8 *data)
indx              369 drivers/staging/rtl8192u/r8192U_core.c 				 (indx & 0xff) | 0xff00, (indx >> 8) & 0x0f,
indx              384 drivers/staging/rtl8192u/r8192U_core.c int read_nic_word(struct net_device *dev, int indx, u16 *data)
indx              396 drivers/staging/rtl8192u/r8192U_core.c 				 (indx & 0xff) | 0xff00, (indx >> 8) & 0x0f,
indx              409 drivers/staging/rtl8192u/r8192U_core.c static int read_nic_word_E(struct net_device *dev, int indx, u16 *data)
indx              421 drivers/staging/rtl8192u/r8192U_core.c 				 indx | 0xfe00, 0, usbdata, 2, HZ / 2);
indx              433 drivers/staging/rtl8192u/r8192U_core.c int read_nic_dword(struct net_device *dev, int indx, u32 *data)
indx              446 drivers/staging/rtl8192u/r8192U_core.c 				 (indx & 0xff) | 0xff00, (indx >> 8) & 0x0f,
indx              365 drivers/target/iscsi/iscsi_target_stat.c CONFIGFS_ATTR_RO(iscsi_stat_tgt_attr_, indx);
indx              497 drivers/target/iscsi/iscsi_target_stat.c CONFIGFS_ATTR_RO(iscsi_stat_login_, indx);
indx              562 drivers/target/iscsi/iscsi_target_stat.c CONFIGFS_ATTR_RO(iscsi_stat_logout_, indx);
indx              775 drivers/target/iscsi/iscsi_target_stat.c CONFIGFS_ATTR_RO(iscsi_stat_sess_, indx);
indx               74 drivers/target/target_core_stat.c CONFIGFS_ATTR_RO(target_stat_, indx);
indx              163 drivers/target/target_core_stat.c CONFIGFS_ATTR_RO(target_stat_tgt_, indx);
indx              347 drivers/target/target_core_stat.c CONFIGFS_ATTR_RO(target_stat_lu_, indx);
indx              499 drivers/target/target_core_stat.c CONFIGFS_ATTR_RO(target_stat_port_, indx);
indx              675 drivers/target/target_core_stat.c CONFIGFS_ATTR_RO(target_stat_tgt_port_, indx);
indx              803 drivers/target/target_core_stat.c CONFIGFS_ATTR_RO(target_stat_transport_, indx);
indx             1148 drivers/target/target_core_stat.c CONFIGFS_ATTR_RO(target_stat_auth_, indx);
indx             1336 drivers/target/target_core_stat.c CONFIGFS_ATTR_RO(target_stat_iport_, indx);
indx              512 drivers/thermal/thermal_sysfs.c 	int indx;
indx              550 drivers/thermal/thermal_sysfs.c 	for (indx = 0; indx < tz->trips; indx++) {
indx              552 drivers/thermal/thermal_sysfs.c 		snprintf(tz->trip_type_attrs[indx].name, THERMAL_NAME_LENGTH,
indx              553 drivers/thermal/thermal_sysfs.c 			 "trip_point_%d_type", indx);
indx              555 drivers/thermal/thermal_sysfs.c 		sysfs_attr_init(&tz->trip_type_attrs[indx].attr.attr);
indx              556 drivers/thermal/thermal_sysfs.c 		tz->trip_type_attrs[indx].attr.attr.name =
indx              557 drivers/thermal/thermal_sysfs.c 						tz->trip_type_attrs[indx].name;
indx              558 drivers/thermal/thermal_sysfs.c 		tz->trip_type_attrs[indx].attr.attr.mode = S_IRUGO;
indx              559 drivers/thermal/thermal_sysfs.c 		tz->trip_type_attrs[indx].attr.show = trip_point_type_show;
indx              560 drivers/thermal/thermal_sysfs.c 		attrs[indx] = &tz->trip_type_attrs[indx].attr.attr;
indx              563 drivers/thermal/thermal_sysfs.c 		snprintf(tz->trip_temp_attrs[indx].name, THERMAL_NAME_LENGTH,
indx              564 drivers/thermal/thermal_sysfs.c 			 "trip_point_%d_temp", indx);
indx              566 drivers/thermal/thermal_sysfs.c 		sysfs_attr_init(&tz->trip_temp_attrs[indx].attr.attr);
indx              567 drivers/thermal/thermal_sysfs.c 		tz->trip_temp_attrs[indx].attr.attr.name =
indx              568 drivers/thermal/thermal_sysfs.c 						tz->trip_temp_attrs[indx].name;
indx              569 drivers/thermal/thermal_sysfs.c 		tz->trip_temp_attrs[indx].attr.attr.mode = S_IRUGO;
indx              570 drivers/thermal/thermal_sysfs.c 		tz->trip_temp_attrs[indx].attr.show = trip_point_temp_show;
indx              572 drivers/thermal/thermal_sysfs.c 		    mask & (1 << indx)) {
indx              573 drivers/thermal/thermal_sysfs.c 			tz->trip_temp_attrs[indx].attr.attr.mode |= S_IWUSR;
indx              574 drivers/thermal/thermal_sysfs.c 			tz->trip_temp_attrs[indx].attr.store =
indx              577 drivers/thermal/thermal_sysfs.c 		attrs[indx + tz->trips] = &tz->trip_temp_attrs[indx].attr.attr;
indx              582 drivers/thermal/thermal_sysfs.c 		snprintf(tz->trip_hyst_attrs[indx].name, THERMAL_NAME_LENGTH,
indx              583 drivers/thermal/thermal_sysfs.c 			 "trip_point_%d_hyst", indx);
indx              585 drivers/thermal/thermal_sysfs.c 		sysfs_attr_init(&tz->trip_hyst_attrs[indx].attr.attr);
indx              586 drivers/thermal/thermal_sysfs.c 		tz->trip_hyst_attrs[indx].attr.attr.name =
indx              587 drivers/thermal/thermal_sysfs.c 					tz->trip_hyst_attrs[indx].name;
indx              588 drivers/thermal/thermal_sysfs.c 		tz->trip_hyst_attrs[indx].attr.attr.mode = S_IRUGO;
indx              589 drivers/thermal/thermal_sysfs.c 		tz->trip_hyst_attrs[indx].attr.show = trip_point_hyst_show;
indx              591 drivers/thermal/thermal_sysfs.c 			tz->trip_hyst_attrs[indx].attr.attr.mode |= S_IWUSR;
indx              592 drivers/thermal/thermal_sysfs.c 			tz->trip_hyst_attrs[indx].attr.store =
indx              595 drivers/thermal/thermal_sysfs.c 		attrs[indx + tz->trips * 2] =
indx              596 drivers/thermal/thermal_sysfs.c 					&tz->trip_hyst_attrs[indx].attr.attr;
indx              550 drivers/video/fbdev/aty/radeon_pm.c static void OUTMC( struct radeonfb_info *rinfo, u8 indx, u32 value)
indx              552 drivers/video/fbdev/aty/radeon_pm.c 	OUTREG( MC_IND_INDEX, indx | MC_IND_INDEX__MC_IND_WR_EN);	
indx              556 drivers/video/fbdev/aty/radeon_pm.c static u32 INMC(struct radeonfb_info *rinfo, u8 indx)
indx              558 drivers/video/fbdev/aty/radeon_pm.c 	OUTREG( MC_IND_INDEX, indx);					
indx              513 fs/ufs/ufs_fs.h #define fs_cs(indx) s_csp[(indx)]
indx              405 net/rds/rds.h  	int                    indx;
indx              911 net/rds/send.c 			if (vct->indx >= vct->len) {
indx              924 net/rds/send.c 			iov = &vct->vec[vct->indx];
indx              926 net/rds/send.c 			vct->indx++;
indx             1003 net/rds/send.c 			if (ind >= vct->indx)
indx             1395 net/rds/send.c 	for (ind = 0; ind < vct.indx; ind++)
indx             1402 net/rds/send.c 	for (ind = 0; ind < vct.indx; ind++)
indx              524 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 				const ocsd_trc_index_t indx __maybe_unused,
indx              699 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 				       u64 indx, const u8 *buf,
indx              719 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 						   indx + processed,
indx               77 tools/perf/util/cs-etm-decoder/cs-etm-decoder.h 				       u64 indx, const u8 *buf,