Home
last modified time | relevance | path

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

12345678910>>...19

/Linux-v5.4/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
/Linux-v5.4/drivers/usb/serial/
Dmos7840.c594 __u16 Data; in mos7840_interrupt_callback() local
660 rv = mos7840_get_reg(mos7840_port, wval, wreg, &Data); in mos7840_interrupt_callback()
843 __u16 Data; in mos7840_open() local
896 Data = 0x0; in mos7840_open()
897 status = mos7840_get_reg_sync(port, mos7840_port->SpRegOffset, &Data); in mos7840_open()
902 Data |= 0x80; in mos7840_open()
903 status = mos7840_set_reg_sync(port, mos7840_port->SpRegOffset, Data); in mos7840_open()
909 Data &= ~0x80; in mos7840_open()
910 status = mos7840_set_reg_sync(port, mos7840_port->SpRegOffset, Data); in mos7840_open()
917 Data = 0x0; in mos7840_open()
[all …]
/Linux-v5.4/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
/Linux-v5.4/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))
/Linux-v5.4/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))
/Linux-v5.4/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
93 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
73 S Addr Rd [A] [Data] NA P
86 S Addr Wr [A] Data [A] P
97 S Addr Wr [A] Comm [A] S Addr Rd [A] [Data] NA P
127 S Addr Wr [A] Comm [A] Data [A] P
170 S Addr Rd [A] [Count] A [Data] A [Data] A ... A [Data] NA P
184 S Addr Wr [A] Comm [A] Count [A] Data [A] Data [A] ... [A] Data [A] P
198 S Addr Wr [A] Comm [A] Count [A] Data [A] ...
199 S Addr Rd [A] [Count] A [Data] ... A P
[all …]
/Linux-v5.4/arch/unicore32/include/mach/
Dbitfield.h13 #define UData(Data) ((unsigned long) (Data)) argument
15 #define UData(Data) (Data) argument
/Linux-v5.4/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) |
87 | | Data Port || L Channel | |
90 | | (Data) || | L + R Channel || Data | |
95 | | Data Port |------------+ | |
[all …]
/Linux-v5.4/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 …]
/Linux-v5.4/drivers/firmware/efi/
Defivars.c39 __u8 Data[1024]; member
92 if (efivar_entry_get(entry, &var->Attributes, &var->DataSize, var->Data)) in efivar_attr_read()
125 if (efivar_entry_get(entry, &var->Attributes, &var->DataSize, var->Data)) in efivar_size_read()
141 if (efivar_entry_get(entry, &var->Attributes, &var->DataSize, var->Data)) in efivar_data_read()
144 memcpy(buf, var->Data, var->DataSize); in efivar_data_read()
180 memcpy(dst->Data, src->Data, sizeof(src->Data)); in copy_out_compat()
213 data = compat->Data; in efivar_store_raw()
230 data = new_var->Data; in efivar_store_raw()
260 &entry->var.DataSize, entry->var.Data)) in efivar_show_raw()
269 memcpy(compat->Data, var->Data, sizeof(compat->Data)); in efivar_show_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()
/Linux-v5.4/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);
/Linux-v5.4/Documentation/scsi/
Dcxgb3i.txt7 series of products) support iSCSI acceleration and iSCSI Direct Data Placement
15 Data digest into the PDUs.
17 Data digest of the PDUs.
19 - Direct Data Placement (DDP)
21 S3 h/w can directly place the iSCSI Data-In or Data-Out PDU's
23 on the Initiator Task Tag (ITT) in Data-In or Target Task Tag (TTT)
24 in Data-Out PDUs.
/Linux-v5.4/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
/Linux-v5.4/Documentation/devicetree/bindings/nvmem/
Dqfprom.txt9 = Data cells =
19 /* Data cells */
26 = Data consumers =
Dxlnx,zynqmp-nvmem.txt10 = Data cells =
27 /* Data cells */
35 = Data consumers =
Dmtk-efuse.txt12 = Data cells =
24 /* Data cells */
30 = Data consumers =
Duniphier-efuse.txt9 = Data cells =
33 /* Data cells */
40 = Data consumers =
Dsc27xx-efuse.txt13 = Data cells =
36 /* Data cells */
43 = Data consumers =
Drockchip-efuse.txt25 = Data cells =
39 /* Data cells */
45 = Data consumers =
/Linux-v5.4/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()
/Linux-v5.4/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
/Linux-v5.4/arch/arc/kernel/
Dentry-arcv2.S34 VECTOR EV_TLBMissD ; Data TLB miss
41 VECTOR EV_DCError ; Data Cache Error
42 VECTOR EV_Misaligned ; Misaligned Data Access
120 ; Instruction fetch or Data access, under a single Exception Vector
140 lr r0, [efa] ; Faulting Data address
165 lr r0, [efa] ; Faulting Data address

12345678910>>...19