Home
last modified time | relevance | path

Searched refs:Data (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/linux/drivers/usb/serial/
A Dmos7840.c519 __u16 Data; in mos7840_open() local
555 Data = 0x0; in mos7840_open()
576 Data = 0x0; in mos7840_open()
635 Data = 0x0; in mos7840_open()
641 Data = Data & ~SERIAL_LCR_DLAB; in mos7840_open()
646 Data = 0x0; in mos7840_open()
649 Data = Data | 0x0c; in mos7840_open()
652 Data = Data & ~0x0c; in mos7840_open()
662 Data = Data & ~0x20; in mos7840_open()
670 Data = Data | 0x10; in mos7840_open()
[all …]
/linux/drivers/staging/rtl8723bs/hal/
A Dodm_RegConfig8723B.c13 u32 Data, in odm_ConfigRFReg_8723B() argument
36 while ((getvalue>>8) != (Data>>8)) { in odm_ConfigRFReg_8723B()
56 while (getvalue != Data) { in odm_ConfigRFReg_8723B()
63 Data in odm_ConfigRFReg_8723B()
95 Data, in odm_ConfigRF_RadioA_8723B()
103 rtw_write8(pDM_Odm->Adapter, Addr, Data); in odm_ConfigMAC_8723B()
110 u32 Data in odm_ConfigBB_AGC_8723B() argument
113 PHY_SetBBReg(pDM_Odm->Adapter, Addr, Bitmask, Data); in odm_ConfigBB_AGC_8723B()
123 u32 Data in odm_ConfigBB_PHY_REG_PG_8723B() argument
137 u32 Data in odm_ConfigBB_PHY_8723B() argument
[all …]
A Dodm_RegConfig8723B.h12 u32 Data,
17 void odm_ConfigRF_RadioA_8723B(struct dm_odm_t *pDM_Odm, u32 Addr, u32 Data);
19 void odm_ConfigMAC_8723B(struct dm_odm_t *pDM_Odm, u32 Addr, u8 Data);
24 u32 Data
28 u32 Bitmask, u32 Data);
33 u32 Data
A DHalBtcOutSrc.h255 typedef void (*BFP_BTC_W1)(void *pBtcContext, u32 RegAddr, u8 Data);
259 typedef void (*BFP_BTC_W2)(void *pBtcContext, u32 RegAddr, u16 Data);
260 typedef void (*BFP_BTC_W4)(void *pBtcContext, u32 RegAddr, u32 Data);
261 typedef void (*BFP_BTC_LOCAL_REG_W1)(void *pBtcContext, u32 RegAddr, u8 Data);
263 void *pBtcContext, u32 RegAddr, u32 BitMask, u32 Data
267 void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data
A Drtl8723b_phycfg.c70 u32 Data in PHY_SetBBReg_8723B() argument
79 Data = ((OriginalValue & (~BitMask)) | ((Data << BitShift) & BitMask)); in PHY_SetBBReg_8723B()
82 rtw_write32(Adapter, RegAddr, Data); in PHY_SetBBReg_8723B()
188 u32 Data in phy_RFSerialWrite_8723B() argument
206 DataAndAddr = ((NewOffset<<20) | (Data&0x000fffff)) & 0x0fffffff; /* T65 RF */ in phy_RFSerialWrite_8723B()
260 u32 Data in PHY_SetRFReg_8723B() argument
269 Data = ((Original_Value & (~BitMask)) | (Data<<BitShift)); in PHY_SetRFReg_8723B()
272 phy_RFSerialWrite_8723B(Adapter, eRFPath, RegAddr, Data); in PHY_SetRFReg_8723B()
A Dhal_btcoex.c602 static void halbtcoutsrc_Write1Byte(void *pBtcContext, u32 RegAddr, u8 Data) in halbtcoutsrc_Write1Byte() argument
611 rtw_write8(padapter, RegAddr, Data); in halbtcoutsrc_Write1Byte()
642 static void halbtcoutsrc_Write2Byte(void *pBtcContext, u32 RegAddr, u16 Data) in halbtcoutsrc_Write2Byte() argument
651 rtw_write16(padapter, RegAddr, Data); in halbtcoutsrc_Write2Byte()
654 static void halbtcoutsrc_Write4Byte(void *pBtcContext, u32 RegAddr, u32 Data) in halbtcoutsrc_Write4Byte() argument
663 rtw_write32(padapter, RegAddr, Data); in halbtcoutsrc_Write4Byte()
672 rtw_write8(Adapter, SDIO_LOCAL_BASE | RegAddr, Data); in halbtcoutsrc_WriteLocalReg1Byte()
674 rtw_write8(Adapter, RegAddr, Data); in halbtcoutsrc_WriteLocalReg1Byte()
686 PHY_SetBBReg(padapter, RegAddr, BitMask, Data); in halbtcoutsrc_SetBbReg()
711 PHY_SetRFReg(padapter, eRFPath, RegAddr, BitMask, Data); in halbtcoutsrc_SetRfReg()
[all …]
/linux/Documentation/admin-guide/auxdisplay/
A Dcfag12864b.rst40 :Data size: 1 byte each address
56 Data 0 ( 2)------------------------------( 4) Data 0
57 Data 1 ( 3)------------------------------( 5) Data 1
58 Data 2 ( 4)------------------------------( 6) Data 2
59 Data 3 ( 5)------------------------------( 7) Data 3
60 Data 4 ( 6)------------------------------( 8) Data 4
61 Data 5 ( 7)------------------------------( 9) Data 5
62 Data 6 ( 8)------------------------------(10) Data 6
63 Data 7 ( 9)------------------------------(11) Data 7
71 Select (17)------------------------------(16) Data / Instruction
/linux/Documentation/i2c/
A Di2c-protocol.rst18 Data (8 bits) A plain data byte.
20 [..] Data sent by I2C device, as opposed to data sent by the
30 S Addr Wr [A] Data [A] Data [A] ... [A] Data [A] P
38 S Addr Rd [A] [Data] A [Data] A ... A [Data] NA P
50 S Addr Rd [A] [Data] NA S Addr Wr [A] Data [A] P
74 S Addr Rd [A] [Data] NA Data [A] P
91 S Addr Rd [A] Data [A] Data [A] ... [A] Data [A] P
A Dsmbus-protocol.rst52 [..] Data sent by I2C device, as opposed to data sent by the host
77 S Addr Rd [A] [Data] NA P
92 S Addr Wr [A] Data [A] P
105 S Addr Wr [A] Comm [A] Sr Addr Rd [A] [Data] NA P
139 S Addr Wr [A] Comm [A] Data [A] P
186 Sr Addr Rd [A] [Count] A [Data] A [Data] A ... A [Data] NA P
202 S Addr Wr [A] Comm [A] Count [A] Data [A] Data [A] ... [A] Data [A] P
216 S Addr Wr [A] Comm [A] Count [A] Data [A] ...
217 Sr Addr Rd [A] [Count] A [Data] ... A P
305 Sr Addr Rd [A] [Data] A [Data] A ... A [Data] NA P
[all …]
/linux/arch/arm/mach-sa1100/include/mach/
A Dbitfield.h19 #define UData(Data) ((unsigned long) (Data)) argument
21 #define UData(Data) (Data) argument
109 #define FExtr(Data, Field) \ argument
110 ((UData (Data) >> FShft (Field)) & FAlnMsk (Field))
/linux/Documentation/driver-api/soundwire/
A Dstream.rst37 | (Data) | Data Direction | (Data) |
51 | (Data) | Data Direction | (Data) |
65 | (Data) | | | Data Direction | (Data) |
91 | (Data) | | | Data Direction | (Data) |
115 | | (Data) || | L + R Channel || Data | |
139 | (Data) | Data Direction | (Data) |
148 | (Data) | Data Direction | (Data) |
162 | (Data) | Data Direction | (Data) |
171 | (Data) | Data Direction | (Data) |
183 | (Data) | Data Direction | (Data) |
[all …]
/linux/Documentation/wmi/devices/
A Dmsi-wmi-platform.rst44 void GetPackage([out, id(0)] Package Data);
47 void SetPackage([in, id(0)] Package Data);
50 void Get_EC([out, id(0)] Package_32 Data);
53 void Set_EC([in, id(0)] Package_32 Data);
56 void Get_BIOS([in, out, id(0)] Package_32 Data);
59 void Set_BIOS([in, out, id(0)] Package_32 Data);
92 void Get_Fan([in, out, id(0)] Package_32 Data);
95 void Set_Fan([in, out, id(0)] Package_32 Data);
116 void Get_AP([in, out, id(0)] Package_32 Data);
119 void Set_AP([in, out, id(0)] Package_32 Data);
[all …]
/linux/drivers/media/usb/gspca/
A Dspca500.c521 __u8 Data; in spca500_reinit() local
552 Data = gspca_dev->usb_buf[0]; in spca500_reinit()
553 reg_w(gspca_dev, 0x00, 0x816b, Data); in spca500_reinit()
595 __u8 Data; in sd_start() local
642 Data = gspca_dev->usb_buf[0]; in sd_start()
643 reg_w(gspca_dev, 0x00, 0x816b, Data); in sd_start()
670 Data = gspca_dev->usb_buf[0]; in sd_start()
704 Data = gspca_dev->usb_buf[0]; in sd_start()
734 Data = gspca_dev->usb_buf[0]; in sd_start()
774 Data = gspca_dev->usb_buf[0]; in sd_start()
[all …]
/linux/Documentation/sphinx/
A Dparse-headers.pl31 require Data::Dumper if ($debug);
229 print Data::Dumper->Dump([\%ioctls], [qw(*ioctls)]) if (%ioctls);
230 print Data::Dumper->Dump([\%typedefs], [qw(*typedefs)]) if (%typedefs);
231 print Data::Dumper->Dump([\%enums], [qw(*enums)]) if (%enums);
232 print Data::Dumper->Dump([\%structs], [qw(*structs)]) if (%structs);
233 print Data::Dumper->Dump([\%defines], [qw(*defines)]) if (%defines);
234 print Data::Dumper->Dump([\%enum_symbols], [qw(*enum_symbols)]) if (%enum_symbols);
/linux/Documentation/scsi/
A Dcxgb3i.rst11 series of products) support iSCSI acceleration and iSCSI Direct Data Placement
19 Data digest into the PDUs.
21 Data digest of the PDUs.
23 - Direct Data Placement (DDP)
25 S3 h/w can directly place the iSCSI Data-In or Data-Out PDU's
27 on the Initiator Task Tag (ITT) in Data-In or Target Task Tag (TTT)
28 in Data-Out PDUs.
/linux/Documentation/admin-guide/hw-vuln/
A Dprocessor_mmio_stale_data.rst2 Processor MMIO Stale Data Vulnerabilities
5 Processor MMIO Stale Data Vulnerabilities are a class of memory-mapped I/O
17 those used to mitigate Special Register Buffer Data Sampling (SRBDS).
19 Data Propagators
27 Fill Buffer Stale Data Propagator (FBSDP)
34 Sideband Stale Data Propagator (SSDP)
44 Primary Stale Data Propagator (PSDP)
64 Shared Buffers Data Sampling (SBDS) (CVE-2022-21125)
71 Shared Buffers Data Read (SBDR) (CVE-2022-21123)
123 Shared Buffers Data Read (SBDR) vulnerability or the sideband stale
[all …]
/linux/drivers/staging/rtl8192e/rtl8192e/
A Dr8192E_phy.c23 u32 Data);
106 u32 Data) in _rtl92e_phy_rf_write() argument
209 u32 Data = 0; in _rtl92e_phy_rf_fw_read() local
212 Data |= ((Offset & 0xFF) << 12); in _rtl92e_phy_rf_fw_read()
213 Data |= ((eRFPath & 0x3) << 20); in _rtl92e_phy_rf_fw_read()
214 Data |= 0x80000000; in _rtl92e_phy_rf_fw_read()
221 rtl92e_writel(dev, QPNR, Data); in _rtl92e_phy_rf_fw_read()
233 u32 Data) in _rtl92e_phy_rf_fw_write() argument
239 Data |= 0x400000; in _rtl92e_phy_rf_fw_write()
240 Data |= 0x80000000; in _rtl92e_phy_rf_fw_write()
[all …]
/linux/Documentation/crypto/
A Dapi-aead.rst1 Authenticated Encryption With Associated Data (AEAD) Algorithm Definitions
5 :doc: Authenticated Encryption With Associated Data (AEAD) Cipher API
10 Authenticated Encryption With Associated Data (AEAD) Cipher API
/linux/Documentation/userspace-api/media/v4l/
A Dmetafmt-generic.rst23 is used on CSI-2 for 8 bits per :term:`Data Unit`.
25 Additionally it is used for 16 bits per Data Unit when two bytes of metadata are
26 packed into one 16-bit Data Unit. Otherwise the 16 bits per pixel dataformat is
56 Data Units, with one padding byte after every four bytes of metadata. This
64 This format is also used in conjunction with 20 bits per :term:`Data Unit`
65 formats that pack two bytes of metadata into one Data Unit. Otherwise the
108 This format is also used in conjunction with 24 bits per :term:`Data Unit`
109 formats that pack two bytes of metadata into one Data Unit. Otherwise the
146 Data Units, with three padding bytes after every four bytes of metadata. This
189 Data Units, with one padding byte after every byte of metadata. This format is
[all …]
/linux/Documentation/devicetree/bindings/nvmem/
A Dsprd-efuse.txt10 = Data cells =
23 /* Data cells */
29 = Data consumers =
A Dsc27xx-efuse.txt13 = Data cells =
36 /* Data cells */
43 = Data consumers =
/linux/Documentation/devicetree/bindings/display/
A Dlvds-data-mapping.yaml7 title: LVDS Data Mapping
41 [VESA] specifications. Data are transferred as follows on 3 LVDS lanes.
52 specifications. Data are transferred as follows on 4 LVDS lanes.
64 Data are transferred as follows on 4 LVDS lanes.
79 CTL2: Data Enable
/linux/Documentation/networking/device_drivers/cellular/qualcomm/
A Drmnet.rst37 Function Command / Data Reserved Pad Multiplexer ID Payload length
42 Command (1)/ Data (0) bit value is to indicate if the packet is a MAP command
43 or data packet. Command packet is used for transport level flow control. Data
63 Function Command / Data Reserved Pad Multiplexer ID Payload length
68 Command (1)/ Data (0) bit value is to indicate if the packet is a MAP command
69 or data packet. Command packet is used for transport level flow control. Data
116 Function Command / Data Next header Pad Multiplexer ID Payload length
121 Command (1)/ Data (0) bit value is to indicate if the packet is a MAP command
122 or data packet. Command packet is used for transport level flow control. Data
/linux/drivers/media/pci/ngene/
A Dngene-i2c.c39 memcpy(com.cmd.I2CRead.Data, out, outlen); in ngene_command_i2c_read()
40 com.cmd.I2CRead.Data[outlen] = inlen; in ngene_command_i2c_read()
41 com.cmd.I2CRead.Data[outlen + 1] = 0; in ngene_command_i2c_read()
67 memcpy(com.cmd.I2CRead.Data, out, outlen); in ngene_command_i2c_write()
/linux/drivers/staging/rtl8723bs/include/
A Dhal_intf.h237 void (*write_bbreg)(struct adapter *padapter, u32 RegAddr, u32 BitMask, u32 Data);
239 void (*write_rfreg)(struct adapter *padapter, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data);
329 void rtw_hal_write_bbreg(struct adapter *padapter, u32 RegAddr, u32 BitMask, u32 Data);
331 void rtw_hal_write_rfreg(struct adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask, u32 Data);
334 …ine PHY_SetBBReg(Adapter, RegAddr, BitMask, Data) rtw_hal_write_bbreg((Adapter), (RegAddr), (BitMa… argument
336 …eg(Adapter, eRFPath, RegAddr, BitMask, Data) rtw_hal_write_rfreg((Adapter), (eRFPath), (RegAddr), … argument

Completed in 58 milliseconds

12345678910>>...26