Searched refs:op_templates (Results 1 – 3 of 3) sorted by relevance
26 return spinand->op_templates->reset; in spinand_fill_reset_op()33 struct spi_mem_op op = spinand->op_templates->readid; in spinand_fill_readid_op()46 return spinand->op_templates->wr_en; in spinand_fill_wr_en_op()52 return spinand->op_templates->wr_dis; in spinand_fill_wr_dis_op()58 struct spi_mem_op op = spinand->op_templates->set_feature; in spinand_fill_set_feature_op()72 struct spi_mem_op op = spinand->op_templates->get_feature; in spinand_fill_get_feature_op()86 struct spi_mem_op op = spinand->op_templates->blk_erase; in spinand_fill_blk_erase_op()96 struct spi_mem_op op = spinand->op_templates->page_read; in spinand_fill_page_read_op()106 struct spi_mem_op op = spinand->op_templates->prog_exec; in spinand_fill_prog_exec_op()1246 info.op_tmpl = *spinand->op_templates->update_cache; in spinand_create_dirmap()[all …]
340 op = spinand->op_templates->read_cache; in w25n0xjw_hs_cfg()
766 struct spinand_mem_ops *op_templates; member