op_id             608 drivers/mtd/nand/raw/fsmc_nand.c 	unsigned int op_id;
op_id             613 drivers/mtd/nand/raw/fsmc_nand.c 	for (op_id = 0; op_id < op->ninstrs; op_id++) {
op_id             614 drivers/mtd/nand/raw/fsmc_nand.c 		instr = &op->instrs[op_id];
op_id            1642 drivers/mtd/nand/raw/marvell_nand.c 	unsigned int op_id;
op_id            1648 drivers/mtd/nand/raw/marvell_nand.c 	for (op_id = 0; op_id < subop->ninstrs; op_id++) {
op_id            1653 drivers/mtd/nand/raw/marvell_nand.c 		instr = &subop->instrs[op_id];
op_id            1670 drivers/mtd/nand/raw/marvell_nand.c 			offset = nand_subop_get_addr_start_off(subop, op_id);
op_id            1671 drivers/mtd/nand/raw/marvell_nand.c 			naddrs = nand_subop_get_num_addr_cyc(subop, op_id);
op_id            1691 drivers/mtd/nand/raw/marvell_nand.c 			nfc_op->data_instr_idx = op_id;
op_id            1697 drivers/mtd/nand/raw/marvell_nand.c 				len = nand_subop_get_data_len(subop, op_id);
op_id            1705 drivers/mtd/nand/raw/marvell_nand.c 			nfc_op->data_instr_idx = op_id;
op_id            1711 drivers/mtd/nand/raw/marvell_nand.c 				len = nand_subop_get_data_len(subop, op_id);
op_id            1731 drivers/mtd/nand/raw/marvell_nand.c 	unsigned int op_id = nfc_op->data_instr_idx;
op_id            1732 drivers/mtd/nand/raw/marvell_nand.c 	unsigned int len = nand_subop_get_data_len(subop, op_id);
op_id            1733 drivers/mtd/nand/raw/marvell_nand.c 	unsigned int offset = nand_subop_get_data_start_off(subop, op_id);
op_id             899 drivers/mtd/nand/raw/meson_nand.c 	u32 op_id, delay_idle, cmd;
op_id             903 drivers/mtd/nand/raw/meson_nand.c 	for (op_id = 0; op_id < op->ninstrs; op_id++) {
op_id             904 drivers/mtd/nand/raw/meson_nand.c 		instr = &op->instrs[op_id];
op_id             394 drivers/mtd/nand/raw/mxic_nand.c 	unsigned int op_id;
op_id             398 drivers/mtd/nand/raw/mxic_nand.c 	for (op_id = 0; op_id < op->ninstrs; op_id++) {
op_id             399 drivers/mtd/nand/raw/mxic_nand.c 		instr = &op->instrs[op_id];
op_id            2143 drivers/mtd/nand/raw/nandsim.c 	unsigned int op_id;
op_id            2149 drivers/mtd/nand/raw/nandsim.c 	for (op_id = 0; op_id < op->ninstrs; op_id++) {
op_id            2150 drivers/mtd/nand/raw/nandsim.c 		instr = &op->instrs[op_id];
op_id            1365 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	unsigned int op_id, i;
op_id            1375 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	for (op_id = 0; op_id < op->ninstrs; op_id++) {
op_id            1376 drivers/mtd/nand/raw/stm32_fmc2_nand.c 		instr = &op->instrs[op_id];
op_id             353 drivers/mtd/nand/raw/tegra_nand.c 	unsigned int op_id, size = 0, offset = 0;
op_id             358 drivers/mtd/nand/raw/tegra_nand.c 	for (op_id = 0; op_id < subop->ninstrs; op_id++) {
op_id             363 drivers/mtd/nand/raw/tegra_nand.c 		instr = &subop->instrs[op_id];
op_id             380 drivers/mtd/nand/raw/tegra_nand.c 			offset = nand_subop_get_addr_start_off(subop, op_id);
op_id             381 drivers/mtd/nand/raw/tegra_nand.c 			naddrs = nand_subop_get_num_addr_cyc(subop, op_id);
op_id             396 drivers/mtd/nand/raw/tegra_nand.c 			size = nand_subop_get_data_len(subop, op_id);
op_id             397 drivers/mtd/nand/raw/tegra_nand.c 			offset = nand_subop_get_data_start_off(subop, op_id);
op_id             406 drivers/mtd/nand/raw/tegra_nand.c 			size = nand_subop_get_data_len(subop, op_id);
op_id             407 drivers/mtd/nand/raw/tegra_nand.c 			offset = nand_subop_get_data_start_off(subop, op_id);
op_id             352 drivers/mtd/nand/raw/vf610_nfc.c vf610_get_next_instr(const struct nand_subop *subop, int *op_id)
op_id             354 drivers/mtd/nand/raw/vf610_nfc.c 	if (*op_id + 1 >= subop->ninstrs)
op_id             357 drivers/mtd/nand/raw/vf610_nfc.c 	(*op_id)++;
op_id             359 drivers/mtd/nand/raw/vf610_nfc.c 	return &subop->instrs[*op_id];
op_id             367 drivers/mtd/nand/raw/vf610_nfc.c 	int op_id = -1, trfr_sz = 0, offset = 0;
op_id             377 drivers/mtd/nand/raw/vf610_nfc.c 	instr = vf610_get_next_instr(subop, &op_id);
op_id             385 drivers/mtd/nand/raw/vf610_nfc.c 		instr = vf610_get_next_instr(subop, &op_id);
op_id             389 drivers/mtd/nand/raw/vf610_nfc.c 		int naddrs = nand_subop_get_num_addr_cyc(subop, op_id);
op_id             390 drivers/mtd/nand/raw/vf610_nfc.c 		int i = nand_subop_get_addr_start_off(subop, op_id);
op_id             402 drivers/mtd/nand/raw/vf610_nfc.c 		instr = vf610_get_next_instr(subop, &op_id);
op_id             406 drivers/mtd/nand/raw/vf610_nfc.c 		trfr_sz = nand_subop_get_data_len(subop, op_id);
op_id             407 drivers/mtd/nand/raw/vf610_nfc.c 		offset = nand_subop_get_data_start_off(subop, op_id);
op_id             419 drivers/mtd/nand/raw/vf610_nfc.c 		instr = vf610_get_next_instr(subop, &op_id);
op_id             426 drivers/mtd/nand/raw/vf610_nfc.c 		instr = vf610_get_next_instr(subop, &op_id);
op_id             432 drivers/mtd/nand/raw/vf610_nfc.c 		instr = vf610_get_next_instr(subop, &op_id);
op_id             436 drivers/mtd/nand/raw/vf610_nfc.c 		trfr_sz = nand_subop_get_data_len(subop, op_id);
op_id             437 drivers/mtd/nand/raw/vf610_nfc.c 		offset = nand_subop_get_data_start_off(subop, op_id);
op_id             719 include/linux/mtd/rawnand.h 					   unsigned int op_id);
op_id             721 include/linux/mtd/rawnand.h 					 unsigned int op_id);
op_id             723 include/linux/mtd/rawnand.h 					   unsigned int op_id);
op_id             725 include/linux/mtd/rawnand.h 				     unsigned int op_id);
op_id            1064 include/trace/events/afs.h 		    __field(unsigned int,			op_id	)
op_id            1070 include/trace/events/afs.h 		    __entry->op_id = call->operation_ID;
op_id            1075 include/trace/events/afs.h 		      __entry->call, __entry->op_id, &__entry->srx.transport)
op_id            1085 include/trace/events/afs.h 		    __field(unsigned int,			op_id	)
op_id            1091 include/trace/events/afs.h 		    __entry->op_id = call->operation_ID;
op_id            1096 include/trace/events/afs.h 		      __entry->call, __entry->op_id, &__entry->uuid)