Searched refs:get_feature (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/arch/x86/intel_sdsi/ |
| H A D | intel_sdsi.c | 326 static void get_feature(uint32_t encoding, char feature[5]) in get_feature() function 390 get_feature(mc->signature, name); in sdsi_meter_cert_show() 398 get_feature(mc->mmrc_encoding, name); in sdsi_meter_cert_show() 419 get_feature(bec[count].encoding, feature); in sdsi_meter_cert_show() 515 get_feature(bundle[i].encoding, feature); in sdsi_state_cert_show()
|
| /linux/drivers/mtd/nand/spi/ |
| H A D | gigadevice.c | 269 struct spi_mem_op op = SPINAND_OP(spinand, get_feature, in gd5fxgq4uexxg_ecc_get_status() 312 struct spi_mem_op op = SPINAND_OP(spinand, get_feature, in gd5fxgq5xexxg_ecc_get_status()
|
| H A D | core.c | 72 struct spi_mem_op op = spinand->op_templates->get_feature; in spinand_fill_get_feature_op() 115 struct spi_mem_op op = SPINAND_OP(spinand, get_feature, in spinand_read_reg_op() 641 struct spi_mem_op op = SPINAND_OP(spinand, get_feature, in spinand_wait() 1424 tmpl->get_feature = (struct spi_mem_op)SPINAND_GET_FEATURE_1S_1S_1S_OP(0, NULL); in spinand_init_ssdr_templates() 1484 tmpl->get_feature = (struct spi_mem_op)SPINAND_GET_FEATURE_8D_8D_8D_OP(0, NULL); in spinand_init_odtr_instruction_set() 1485 if (!spi_mem_supports_op(spinand->spimem, &tmpl->get_feature)) in spinand_init_odtr_instruction_set()
|
| /linux/drivers/nvme/target/ |
| H A D | admin-cmd.c | 1429 status = ctrl->ops->get_feature(ctrl, NVME_FEAT_IRQ_COALESCE, &irqc); in nvmet_get_feat_irq_coalesce() 1454 status = ctrl->ops->get_feature(ctrl, NVME_FEAT_IRQ_CONFIG, &irqcfg); in nvmet_get_feat_irq_config() 1469 if (!ctrl->ops->get_feature) { in nvmet_get_feat_arbitration() 1474 status = ctrl->ops->get_feature(ctrl, NVME_FEAT_ARBITRATION, &arb); in nvmet_get_feat_arbitration()
|
| H A D | nvmet.h | 439 u16 (*get_feature)(const struct nvmet_ctrl *ctrl, u8 feat, member
|
| H A D | pci-epf.c | 1538 .get_feature = nvmet_pci_epf_get_feat,
|