Symbol: get_feature
drivers/mtd/nand/spi/core.c
115
struct spi_mem_op op = SPINAND_OP(spinand, get_feature,
drivers/mtd/nand/spi/core.c
1424
tmpl->get_feature = (struct spi_mem_op)SPINAND_GET_FEATURE_1S_1S_1S_OP(0, NULL);
drivers/mtd/nand/spi/core.c
1484
tmpl->get_feature = (struct spi_mem_op)SPINAND_GET_FEATURE_8D_8D_8D_OP(0, NULL);
drivers/mtd/nand/spi/core.c
1485
if (!spi_mem_supports_op(spinand->spimem, &tmpl->get_feature))
drivers/mtd/nand/spi/core.c
641
struct spi_mem_op op = SPINAND_OP(spinand, get_feature,
drivers/mtd/nand/spi/core.c
72
struct spi_mem_op op = spinand->op_templates->get_feature;
drivers/mtd/nand/spi/gigadevice.c
269
struct spi_mem_op op = SPINAND_OP(spinand, get_feature,
drivers/mtd/nand/spi/gigadevice.c
312
struct spi_mem_op op = SPINAND_OP(spinand, get_feature,
drivers/mtd/nand/spi/toshiba.c
76
struct spi_mem_op op = SPINAND_OP(spinand, get_feature,
drivers/mtd/nand/spi/winbond.c
295
struct spi_mem_op op = SPINAND_OP(spinand, get_feature,
drivers/nvme/target/admin-cmd.c
1429
status = ctrl->ops->get_feature(ctrl, NVME_FEAT_IRQ_COALESCE, &irqc);
drivers/nvme/target/admin-cmd.c
1454
status = ctrl->ops->get_feature(ctrl, NVME_FEAT_IRQ_CONFIG, &irqcfg);
drivers/nvme/target/admin-cmd.c
1469
if (!ctrl->ops->get_feature) {
drivers/nvme/target/admin-cmd.c
1474
status = ctrl->ops->get_feature(ctrl, NVME_FEAT_ARBITRATION, &arb);
drivers/nvme/target/nvmet.h
439
u16 (*get_feature)(const struct nvmet_ctrl *ctrl, u8 feat,
drivers/nvme/target/pci-epf.c
1538
.get_feature = nvmet_pci_epf_get_feat,
include/linux/mtd/spinand.h
711
struct spi_mem_op get_feature;
tools/arch/x86/intel_sdsi/intel_sdsi.c
390
get_feature(mc->signature, name);
tools/arch/x86/intel_sdsi/intel_sdsi.c
398
get_feature(mc->mmrc_encoding, name);
tools/arch/x86/intel_sdsi/intel_sdsi.c
419
get_feature(bec[count].encoding, feature);
tools/arch/x86/intel_sdsi/intel_sdsi.c
515
get_feature(bundle[i].encoding, feature);