Searched refs:op_id (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | vf610_nfc.c | 361 vf610_get_next_instr(const struct nand_subop *subop, int *op_id) in vf610_get_next_instr() argument 363 if (*op_id + 1 >= subop->ninstrs) in vf610_get_next_instr() 366 (*op_id)++; in vf610_get_next_instr() 368 return &subop->instrs[*op_id]; in vf610_get_next_instr() 376 int op_id = -1, trfr_sz = 0, offset; in vf610_nfc_cmd() local 386 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd() 394 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd() 398 int naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in vf610_nfc_cmd() 399 int i = nand_subop_get_addr_start_off(subop, op_id); in vf610_nfc_cmd() 411 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd() [all …]
|
D | tegra_nand.c | 353 unsigned int op_id, size = 0, offset = 0; in tegra_nand_cmd() local 358 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in tegra_nand_cmd() 363 instr = &subop->instrs[op_id]; in tegra_nand_cmd() 380 offset = nand_subop_get_addr_start_off(subop, op_id); in tegra_nand_cmd() 381 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in tegra_nand_cmd() 396 size = nand_subop_get_data_len(subop, op_id); in tegra_nand_cmd() 397 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd() 406 size = nand_subop_get_data_len(subop, op_id); in tegra_nand_cmd() 407 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd()
|
D | marvell_nand.c | 1541 unsigned int op_id; in marvell_nfc_parse_instructions() local 1547 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in marvell_nfc_parse_instructions() 1552 instr = &subop->instrs[op_id]; in marvell_nfc_parse_instructions() 1569 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions() 1570 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in marvell_nfc_parse_instructions() 1590 nfc_op->data_instr_idx = op_id; in marvell_nfc_parse_instructions() 1596 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions() 1604 nfc_op->data_instr_idx = op_id; in marvell_nfc_parse_instructions() 1610 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions() 1630 unsigned int op_id = nfc_op->data_instr_idx; in marvell_nfc_xfer_data_pio() local [all …]
|
D | fsmc_nand.c | 645 unsigned int op_id; in fsmc_exec_op() local 649 for (op_id = 0; op_id < op->ninstrs; op_id++) { in fsmc_exec_op() 650 instr = &op->instrs[op_id]; in fsmc_exec_op()
|
/Linux-v4.19/include/trace/events/ |
D | afs.h | 585 __field(unsigned int, op_id ) 591 __entry->op_id = call->operation_ID; 596 __entry->call, __entry->op_id, &__entry->srx.transport) 606 __field(unsigned int, op_id ) 612 __entry->op_id = call->operation_ID; 617 __entry->call, __entry->op_id, &__entry->uuid)
|
/Linux-v4.19/include/linux/mtd/ |
D | rawnand.h | 1022 unsigned int op_id); 1024 unsigned int op_id); 1026 unsigned int op_id); 1028 unsigned int op_id);
|