Home
last modified time | relevance | path

Searched refs:Operation (Results 1 – 20 of 20) sorted by relevance

/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phy.h80 void rtl92e_init_gain(struct net_device *dev, u8 Operation);
87 void rtl92e_scan_op_backup(struct net_device *dev, u8 Operation);
Dr8192E_phy.c1222 void rtl92e_init_gain(struct net_device *dev, u8 Operation) in rtl92e_init_gain() argument
1231 switch (Operation) { in rtl92e_init_gain()
1465 void rtl92e_scan_op_backup(struct net_device *dev, u8 Operation) in rtl92e_scan_op_backup() argument
1470 switch (Operation) { in rtl92e_scan_op_backup()
/drivers/message/fusion/lsi/
Dmpi_sas.h221 U8 Operation; /* 00h */ member
263 U8 Operation; /* 00h */ member
Dmpi_history.txt725 * 10-11-06 01.05.04 Fixed the name of a define for Operation field of SAS IO
/drivers/scsi/mpt3sas/mpi/
Dmpi2_sas.h230 U8 Operation; /*0x00 */ member
287 U8 Operation; /*0x00 */ member
Dmpi2_ioc.h1728 U8 Operation; /* 0x00 */ member
1792 U8 Operation; /* 0x00 */ member
/drivers/staging/rtl8192u/
Dr819xU_phy.h79 void InitialGain819xUsb(struct net_device *dev, u8 Operation);
Dr819xU_phy.c1628 void InitialGain819xUsb(struct net_device *dev, u8 Operation) in InitialGain819xUsb() argument
1632 priv->InitialGainOperateType = Operation; in InitialGain819xUsb()
1648 u8 Operation; in InitialGainOperateWorkItemCallBack() local
1650 Operation = priv->InitialGainOperateType; in InitialGainOperateWorkItemCallBack()
1652 switch (Operation) { in InitialGainOperateWorkItemCallBack()
/drivers/i2c/
DKconfig29 bool "ACPI I2C Operation region support"
34 Operation Regions allow firmware (BIOS) code to access I2C slave devices,
/drivers/mtd/nand/onenand/
DKconfig60 The 2X Program is an extension of Program Operation.
/drivers/acpi/
DKconfig555 The PCC Address Space also referred as PCC Operation Region pertains
558 The PCC Operation Region works in conjunction with the PCC Table
560 marked for use as PCC Operation Regions must not be used as PCC
/drivers/staging/rtl8192e/
Drtllib.h1774 void (*InitialGainHandler)(struct net_device *dev, u8 Operation);
1780 u8 Operation);
/drivers/input/misc/
DKconfig734 tristate "IBM Operation Panel driver"
737 Say Y here if you have an IBM Operation Panel connected to your system
743 The Operation Panel is a controller with some buttons and an LCD
/drivers/scsi/mpt3sas/
Dmpt3sas_base.c655 mpi_request->Operation = MPI26_CTRL_OP_SET_IOC_PARAMETER; in _base_sync_drv_fw_timestamp()
7194 if (mpi_request->Operation == MPI2_SAS_OP_PHY_HARD_RESET || in mpt3sas_base_sas_iounit_control()
7195 mpi_request->Operation == MPI2_SAS_OP_PHY_LINK_RESET) in mpt3sas_base_sas_iounit_control()
7201 if ((mpi_request->Operation == MPI2_SAS_OP_PHY_HARD_RESET || in mpt3sas_base_sas_iounit_control()
7202 mpi_request->Operation == MPI2_SAS_OP_PHY_LINK_RESET) && in mpt3sas_base_sas_iounit_control()
Dmpt3sas_ctl.c1010 if (sasiounit_request->Operation == MPI2_SAS_OP_PHY_HARD_RESET in _ctl_do_mpt_command()
1011 || sasiounit_request->Operation == in _ctl_do_mpt_command()
Dmpt3sas_transport.c1736 mpi_request.Operation = hard_reset ? in _transport_phy_reset()
Dmpt3sas_scsih.c4288 mpi_request->Operation = MPI2_SAS_OP_REMOVE_DEVICE; in _scsih_tm_tr_complete()
4559 mpi_request->Operation = MPI2_SAS_OP_REMOVE_DEVICE; in _scsih_issue_delayed_sas_io_unit_ctrl()
11131 mpi_request->Operation = MPI26_CTRL_OP_SHUTDOWN; in _scsih_nvme_shutdown()
/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h2005 void (*InitialGainHandler)(struct net_device *dev, u8 Operation);
/drivers/message/fusion/
Dmptsas.c2139 req->Operation = hard_reset ? in mptsas_phy_reset()
Dmptbase.c5105 sasIoUnitCntrReq->Operation = persist_opcode; in mptbase_sas_persist_operation()