Searched refs:Operation (Results 1 - 21 of 21) sorted by relevance

/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_phy.h107 extern void InitialGain819xPci(struct net_device *dev, u8 Operation);
118 extern void PHY_ScanOperationBackup8192(struct net_device *dev, u8 Operation);
H A Dr8192E_phy.c1304 void InitialGain819xPci(struct net_device *dev, u8 Operation) argument
1313 switch (Operation) {
1398 RT_TRACE(COMP_SCAN, "Unknown IG Operation.\n");
1616 void PHY_ScanOperationBackup8192(struct net_device *dev, u8 Operation) argument
1621 switch (Operation) {
1631 RT_TRACE(COMP_SCAN, "Unknown Scan Backup Operation.\n");
/drivers/staging/rtl8188eu/include/
H A DHal8188EPhyCfg.h208 void PHY_ScanOperationBackup8188E(struct adapter *Adapter, u8 Operation);
/drivers/staging/rtl8192u/
H A Dr819xU_phy.h88 extern void InitialGain819xUsb(struct net_device *dev, u8 Operation);
H A Dr819xU_phy.c1692 void InitialGain819xUsb(struct net_device *dev, u8 Operation) argument
1696 priv->InitialGainOperateType = Operation;
1713 u8 Operation; local
1715 Operation = priv->InitialGainOperateType;
1717 switch (Operation) {
1795 RT_TRACE(COMP_SCAN, "Unknown IG Operation. \n");
/drivers/message/fusion/lsi/
H A Dmpi_sas.h24 * 10-11-06 01.05.04 Fixed the name of a define for Operation field of SAS IO
220 U8 Operation; /* 00h */ member in struct:_MSG_SAS_IOUNIT_CONTROL_REQUEST
238 /* values for the Operation field */
262 U8 Operation; /* 00h */ member in struct:_MSG_SAS_IOUNIT_CONTROL_REPLY
/drivers/scsi/mpt2sas/mpi/
H A Dmpi2_sas.h17 * 06-26-07 02.00.01 Added Clear All Persistent Operation to SAS IO Unit
19 * 10-02-08 02.00.02 Added Set IOC Parameter Operation to SAS IO Unit Control
214 U8 Operation; /* 0x00 */ member in struct:_MPI2_SAS_IOUNIT_CONTROL_REQUEST
239 /* values for the Operation field */
268 U8 Operation; /* 0x00 */ member in struct:_MPI2_SAS_IOUNIT_CONTROL_REPLY
/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_sas.h22 * 06-26-07 02.00.01 Added Clear All Persistent Operation to SAS IO Unit
24 * 10-02-08 02.00.02 Added Set IOC Parameter Operation to SAS IO Unit Control
223 U8 Operation; /*0x00 */ member in struct:_MPI2_SAS_IOUNIT_CONTROL_REQUEST
249 /*values for the Operation field */
280 U8 Operation; /*0x00 */ member in struct:_MPI2_SAS_IOUNIT_CONTROL_REPLY
/drivers/i2c/
H A DKconfig27 bool "ACPI I2C Operation region support"
32 Operation Regions allow firmware (BIOS) code to access I2C slave devices,
/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c596 desc = "IR Operation Status";
3286 if (mpi_request->Operation == MPI2_SAS_OP_PHY_HARD_RESET ||
3287 mpi_request->Operation == MPI2_SAS_OP_PHY_LINK_RESET)
3293 if ((mpi_request->Operation == MPI2_SAS_OP_PHY_HARD_RESET ||
3294 mpi_request->Operation == MPI2_SAS_OP_PHY_LINK_RESET) &&
H A Dmpt2sas_ctl.c882 if (sasiounit_request->Operation == MPI2_SAS_OP_PHY_HARD_RESET
883 || sasiounit_request->Operation ==
H A Dmpt2sas_transport.c1616 mpi_request.Operation = hard_reset ?
H A Dmpt2sas_scsih.c3411 mpi_request->Operation = MPI2_SAS_OP_REMOVE_DEVICE;
/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c580 desc = "IR Operation Status";
3469 if (mpi_request->Operation == MPI2_SAS_OP_PHY_HARD_RESET ||
3470 mpi_request->Operation == MPI2_SAS_OP_PHY_LINK_RESET)
3476 if ((mpi_request->Operation == MPI2_SAS_OP_PHY_HARD_RESET ||
3477 mpi_request->Operation == MPI2_SAS_OP_PHY_LINK_RESET) &&
H A Dmpt3sas_ctl.c873 if (sasiounit_request->Operation == MPI2_SAS_OP_PHY_HARD_RESET
874 || sasiounit_request->Operation ==
H A Dmpt3sas_transport.c1598 mpi_request.Operation = hard_reset ?
H A Dmpt3sas_scsih.c2958 mpi_request->Operation = MPI2_SAS_OP_REMOVE_DEVICE;
/drivers/staging/rtl8192e/
H A Drtllib.h2496 void (*InitialGainHandler)(struct net_device *dev, u8 Operation);
2508 u8 Operation);
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h2191 void (*InitialGainHandler)(struct net_device *dev, u8 Operation);
/drivers/message/fusion/
H A Dmptsas.c2111 req->Operation = hard_reset ?
H A Dmptbase.c5103 sasIoUnitCntrReq->Operation = persist_opcode;

Completed in 380 milliseconds