Searched refs:set_feature (Results 1 – 5 of 5) sorted by relevance
723 static void set_feature(struct fusb300 *fusb300, struct usb_ctrlrequest *ctrl) in set_feature() function840 set_feature(fusb300, ctrl); in setup_packet()
1037 static void set_feature(struct m66592 *m66592, struct usb_ctrlrequest *ctrl) in set_feature() function1106 set_feature(m66592, ctrl); in setup_packet()
1239 static void set_feature(struct r8a66597 *r8a66597, struct usb_ctrlrequest *ctrl) in set_feature() function1307 set_feature(r8a66597, ctrl); in setup_packet()
6131 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features()6132 mbox->u.mqe.un.set_feature.feature = LPFC_SET_UE_RECOVERY; in lpfc_set_features()6133 mbox->u.mqe.un.set_feature.param_len = 8; in lpfc_set_features()6137 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features()6139 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features()6140 mbox->u.mqe.un.set_feature.feature = LPFC_SET_MDS_DIAGS; in lpfc_set_features()6141 mbox->u.mqe.un.set_feature.param_len = 8; in lpfc_set_features()6975 &mboxq->u.mqe.un.set_feature); in lpfc_sli4_hba_setup()6978 &mboxq->u.mqe.un.set_feature); in lpfc_sli4_hba_setup()
3867 struct lpfc_mbx_set_feature set_feature; member