Home
last modified time | relevance | path

Searched refs:set_feature (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/mtd/nand/spi/
H A Dcore.c58 struct spi_mem_op op = spinand->op_templates->set_feature; in spinand_fill_set_feature_op()
129 struct spi_mem_op op = SPINAND_OP(spinand, set_feature, in spinand_write_reg_op()
1423 tmpl->set_feature = (struct spi_mem_op)SPINAND_SET_FEATURE_1S_1S_1S_OP(0, NULL); in spinand_init_ssdr_templates()
1480 tmpl->set_feature = (struct spi_mem_op)SPINAND_SET_FEATURE_8D_8D_8D_OP(0, NULL); in spinand_init_odtr_instruction_set()
1481 if (!spi_mem_supports_op(spinand->spimem, &tmpl->set_feature)) in spinand_init_odtr_instruction_set()
H A Dmacronix.c166 struct spi_mem_op op = SPINAND_OP(spinand, set_feature, in macronix_set_read_retry()
/linux/drivers/nvme/target/
H A Dadmin-cmd.c1295 return ctrl->ops->set_feature(ctrl, NVME_FEAT_IRQ_COALESCE, &irqc); in nvmet_set_feat_irq_coalesce()
1316 return ctrl->ops->set_feature(ctrl, NVME_FEAT_IRQ_CONFIG, &irqcfg); in nvmet_set_feat_irq_config()
1330 if (!ctrl->ops->set_feature) { in nvmet_set_feat_arbitration()
1335 return ctrl->ops->set_feature(ctrl, NVME_FEAT_ARBITRATION, &arb); in nvmet_set_feat_arbitration()
H A Dnvmet.h437 u16 (*set_feature)(const struct nvmet_ctrl *ctrl, u8 feat, member
H A Dpci-epf.c1539 .set_feature = nvmet_pci_epf_set_feat,
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c6775 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features()
6776 mbox->u.mqe.un.set_feature.feature = LPFC_SET_UE_RECOVERY; in lpfc_set_features()
6777 mbox->u.mqe.un.set_feature.param_len = 8; in lpfc_set_features()
6781 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features()
6783 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features()
6784 mbox->u.mqe.un.set_feature.feature = LPFC_SET_MDS_DIAGS; in lpfc_set_features()
6785 mbox->u.mqe.un.set_feature.param_len = 8; in lpfc_set_features()
6795 &mbox->u.mqe.un.set_feature, sig_freq); in lpfc_set_features()
6797 &mbox->u.mqe.un.set_feature, sig_freq); in lpfc_set_features()
6802 &mbox->u.mqe.un.set_feature, sig_freq); in lpfc_set_features()
[all …]
/linux/drivers/net/ethernet/renesas/
H A Dravb_main.c2578 ret = info->set_feature(ndev, features); in ravb_set_features()
2674 .set_feature = ravb_set_features_rcar,
2698 .set_feature = ravb_set_features_rcar,
2725 .set_feature = ravb_set_features_rcar,
2752 .set_feature = ravb_set_features_rcar,
2778 .set_feature = ravb_set_features_gbeth,
/linux/drivers/usb/gadget/udc/
H A Dm66592-udc.c1037 static void set_feature(struct m66592 *m66592, struct usb_ctrlrequest *ctrl) in set_feature() function
1106 set_feature(m66592, ctrl); in setup_packet()
H A Dr8a66597-udc.c1239 static void set_feature(struct r8a66597 *r8a66597, struct usb_ctrlrequest *ctrl) in set_feature() function
1307 set_feature(r8a66597, ctrl); in setup_packet()