get_feature
struct spi_mem_op op = SPINAND_OP(spinand, get_feature,
tmpl->get_feature = (struct spi_mem_op)SPINAND_GET_FEATURE_1S_1S_1S_OP(0, NULL);
tmpl->get_feature = (struct spi_mem_op)SPINAND_GET_FEATURE_8D_8D_8D_OP(0, NULL);
if (!spi_mem_supports_op(spinand->spimem, &tmpl->get_feature))
struct spi_mem_op op = SPINAND_OP(spinand, get_feature,
struct spi_mem_op op = spinand->op_templates->get_feature;
struct spi_mem_op op = SPINAND_OP(spinand, get_feature,
struct spi_mem_op op = SPINAND_OP(spinand, get_feature,
struct spi_mem_op op = SPINAND_OP(spinand, get_feature,
struct spi_mem_op op = SPINAND_OP(spinand, get_feature,
status = ctrl->ops->get_feature(ctrl, NVME_FEAT_IRQ_COALESCE, &irqc);
status = ctrl->ops->get_feature(ctrl, NVME_FEAT_IRQ_CONFIG, &irqcfg);
if (!ctrl->ops->get_feature) {
status = ctrl->ops->get_feature(ctrl, NVME_FEAT_ARBITRATION, &arb);
u16 (*get_feature)(const struct nvmet_ctrl *ctrl, u8 feat,
.get_feature = nvmet_pci_epf_get_feat,
struct spi_mem_op get_feature;
get_feature(mc->signature, name);
get_feature(mc->mmrc_encoding, name);
get_feature(bec[count].encoding, feature);
get_feature(bundle[i].encoding, feature);