Lines Matching refs:op_out
377 const struct npcx_ex_ops_uma_out *op_out) in flash_npcx_nor_ex_exec_uma() argument
399 if (op_out != NULL && op_in->rx_count != 0) { in flash_npcx_nor_ex_exec_uma()
400 cfg.rx_buf = op_out->rx_buf; in flash_npcx_nor_ex_exec_uma()
430 struct npcx_ex_ops_qspi_oper_out *op_out) in flash_npcx_nor_ex_get_spi_spec() argument
434 op_out->oper = data->operation; in flash_npcx_nor_ex_get_spi_spec()
450 struct npcx_ex_ops_uma_out *op_out = (struct npcx_ex_ops_uma_out *)out; in flash_npcx_nor_ex_op() local
458 op_out = &out_copy; in flash_npcx_nor_ex_op()
462 ret = flash_npcx_nor_ex_exec_uma(dev, op_in, op_out); in flash_npcx_nor_ex_op()
465 K_OOPS(k_usermode_to_copy(out, op_out, sizeof(out_copy))); in flash_npcx_nor_ex_op()
486 struct npcx_ex_ops_qspi_oper_out *op_out = in flash_npcx_nor_ex_op() local
492 op_out = &out_copy; in flash_npcx_nor_ex_op()
495 ret = flash_npcx_nor_ex_get_spi_spec(dev, op_out); in flash_npcx_nor_ex_op()
498 K_OOPS(k_usermode_to_copy(out, op_out, sizeof(out_copy))); in flash_npcx_nor_ex_op()