Home
last modified time | relevance | path

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

12345678910>>...22

/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
Dodm_RegConfig8723B.c13 u32 Data, in odm_ConfigRFReg_8723B() argument
21 PHY_SetRFReg(pDM_Odm->Adapter, RF_PATH, RegAddr, bRFRegOffsetMask, Data); in odm_ConfigRFReg_8723B()
36 while ((getvalue>>8) != (Data>>8)) { in odm_ConfigRFReg_8723B()
38 PHY_SetRFReg(pDM_Odm->Adapter, RF_PATH, RegAddr, bRFRegOffsetMask, Data); in odm_ConfigRFReg_8723B()
48 Data, in odm_ConfigRFReg_8723B()
67 while (getvalue != Data) { in odm_ConfigRFReg_8723B()
74 Data in odm_ConfigRFReg_8723B()
96 Data, in odm_ConfigRFReg_8723B()
109 void odm_ConfigRF_RadioA_8723B(PDM_ODM_T pDM_Odm, u32 Addr, u32 Data) in odm_ConfigRF_RadioA_8723B() argument
117 Data, in odm_ConfigRF_RadioA_8723B()
[all …]
Dodm_RegConfig8723B.h12 u32 Data,
17 void odm_ConfigRF_RadioA_8723B(PDM_ODM_T pDM_Odm, u32 Addr, u32 Data);
19 void odm_ConfigMAC_8723B(PDM_ODM_T pDM_Odm, u32 Addr, u8 Data);
24 u32 Data
33 u32 Data
39 u32 Data
/kernel/linux/linux-5.10/drivers/usb/serial/
Dmos7840.c519 __u16 Data; in mos7840_open() local
555 Data = 0x0; in mos7840_open()
556 status = mos7840_get_reg_sync(port, mos7840_port->SpRegOffset, &Data); in mos7840_open()
561 Data |= 0x80; in mos7840_open()
562 status = mos7840_set_reg_sync(port, mos7840_port->SpRegOffset, Data); in mos7840_open()
568 Data &= ~0x80; in mos7840_open()
569 status = mos7840_set_reg_sync(port, mos7840_port->SpRegOffset, Data); in mos7840_open()
576 Data = 0x0; in mos7840_open()
578 &Data); in mos7840_open()
583 Data |= 0x08; /* Driver done bit */ in mos7840_open()
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/auxdisplay/
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
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
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))
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
Dbitfield.h20 #define UData(Data) ((unsigned long) (Data)) argument
22 #define UData(Data) (Data) argument
110 #define FExtr(Data, Field) \ argument
111 ((UData (Data) >> FShft (Field)) & FAlnMsk (Field))
/kernel/linux/linux-5.10/Documentation/i2c/
Di2c-protocol.rst19 Data (8 bits) A plain data byte. Sometimes, I write DataLow, DataHigh
23 [..] Data sent by I2C device, as opposed to data sent by the
33 S Addr Wr [A] Data [A] Data [A] ... [A] Data [A] P
41 S Addr Rd [A] [Data] A [Data] A ... A [Data] NA P
53 S Addr Rd [A] [Data] NA S Addr Wr [A] Data [A] P
77 S Addr Rd [A] [Data] NA Data [A] P
94 S Addr Rd [A] Data [A] Data [A] ... [A] Data [A] P
Dsmbus-protocol.rst46 Data (8 bits) A plain data byte. Sometimes, I write DataLow, DataHigh
50 [..] Data sent by I2C device, as opposed to data sent by the host
75 S Addr Rd [A] [Data] NA P
90 S Addr Wr [A] Data [A] P
103 S Addr Wr [A] Comm [A] S Addr Rd [A] [Data] NA P
137 S Addr Wr [A] Comm [A] Data [A] P
184 S Addr Rd [A] [Count] A [Data] A [Data] A ... A [Data] NA P
200 S Addr Wr [A] Comm [A] Count [A] Data [A] Data [A] ... [A] Data [A] P
214 S Addr Wr [A] Comm [A] Count [A] Data [A] ...
215 S Addr Rd [A] [Count] A [Data] ... A P
[all …]
/kernel/linux/linux-5.10/Documentation/driver-api/soundwire/
Dstream.rst35 | | Data Signal | |
37 | (Data) | Data Direction | (Data) |
49 | | Data Signal | |
51 | (Data) | Data Direction | (Data) |
63 | | | Data Signal | |
65 | (Data) | | | Data Direction | (Data) |
75 | (Data) |
89 | | | Data Signal | |
91 | (Data) | | | Data Direction | (Data) |
101 | (Data) |
[all …]
/kernel/linux/linux-5.10/drivers/firmware/efi/
Defivars.c37 __u8 Data[1024]; member
84 unsigned long size = sizeof(var->Data); in efivar_attr_read()
91 ret = efivar_entry_get(entry, &var->Attributes, &size, var->Data); in efivar_attr_read()
120 unsigned long size = sizeof(var->Data); in efivar_size_read()
127 ret = efivar_entry_get(entry, &var->Attributes, &size, var->Data); in efivar_size_read()
140 unsigned long size = sizeof(var->Data); in efivar_data_read()
146 ret = efivar_entry_get(entry, &var->Attributes, &size, var->Data); in efivar_data_read()
151 memcpy(buf, var->Data, var->DataSize); in efivar_data_read()
187 memcpy(dst->Data, src->Data, sizeof(src->Data)); in copy_out_compat()
223 data = compat->Data; in efivar_store_raw()
[all …]
Defibc.c31 if (size > sizeof(entry->var.Data)) { in efibc_set_variable()
43 efibc_str_to_str16(value, (efi_char16_t *)entry->var.Data); in efibc_set_variable()
51 false, size, entry->var.Data); in efibc_set_variable()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
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()
671 reg_w(gspca_dev, 0x00, 0x816b, Data); in sd_start()
704 Data = gspca_dev->usb_buf[0]; in sd_start()
705 reg_w(gspca_dev, 0x00, 0x816b, Data); in sd_start()
[all …]
/kernel/linux/linux-5.10/Documentation/sphinx/
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);
/kernel/linux/linux-5.10/Documentation/scsi/
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.
/kernel/linux/linux-5.10/Documentation/admin-guide/hw-vuln/
Dprocessor_mmio_stale_data.rst2 Processor MMIO Stale Data Vulnerabilities
5 Processor MMIO Stale Data Vulnerabilities are a class of memory-mapped I/O
16 are similar to those used to mitigate Microarchitectural Data Sampling (MDS) or
17 those used to mitigate Special Register Buffer Data Sampling (SRBDS).
19 Data Propagators
22 one microarchitectural buffer or register to another. Processor MMIO Stale Data
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)
[all …]
/kernel/linux/linux-5.10/Documentation/crypto/
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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/nvmem/
Dxlnx,zynqmp-nvmem.txt10 = Data cells =
27 /* Data cells */
35 = Data consumers =
Dsprd-efuse.txt10 = Data cells =
23 /* Data cells */
29 = Data consumers =
Duniphier-efuse.txt9 = Data cells =
33 /* Data cells */
40 = Data consumers =
Dmtk-efuse.txt12 = Data cells =
24 /* Data cells */
30 = Data consumers =
Dsc27xx-efuse.txt13 = Data cells =
36 /* Data cells */
43 = Data consumers =
/kernel/linux/linux-5.10/drivers/media/pci/ngene/
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()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-meta-vsp1-hgo.rst9 Renesas R-Car VSP1 1-D Histogram Data
44 .. flat-table:: VSP1 HGO Data - 64 Bins, Normal Mode (792 bytes)
95 .. flat-table:: VSP1 HGO Data - 64 Bins, Max Mode (264 bytes)
120 .. flat-table:: VSP1 HGO Data - 256 Bins, Normal Mode (1032 bytes)
145 .. flat-table:: VSP1 HGO Data - 256 Bins, Max Mode (1032 bytes)
/kernel/linux/linux-5.10/Documentation/RCU/
Dindex.rst31 Design/Data-Structures/Data-Structures
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
Dhal_intf.h245 void (*write_bbreg)(struct adapter *padapter, u32 RegAddr, u32 BitMask, u32 Data);
247 void (*write_rfreg)(struct adapter *padapter, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data);
368 void rtw_hal_write_bbreg(struct adapter *padapter, u32 RegAddr, u32 BitMask, u32 Data);
370 void rtw_hal_write_rfreg(struct adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask, u32 Data);
373 …ine PHY_SetBBReg(Adapter, RegAddr, BitMask, Data) rtw_hal_write_bbreg((Adapter), (RegAddr), (BitMa… argument
375 …eg(Adapter, eRFPath, RegAddr, BitMask, Data) rtw_hal_write_rfreg((Adapter), (eRFPath), (RegAddr), … argument

12345678910>>...22