Home
last modified time | relevance | path

Searched refs:Data (Results 1 – 200 of 327) sorted by relevance

12

/linux-4.4.14/Documentation/auxdisplay/
Dcfag12864b45 Data size: 1 byte each address
62 Data 0 ( 2)------------------------------( 4) Data 0
63 Data 1 ( 3)------------------------------( 5) Data 1
64 Data 2 ( 4)------------------------------( 6) Data 2
65 Data 3 ( 5)------------------------------( 7) Data 3
66 Data 4 ( 6)------------------------------( 8) Data 4
67 Data 5 ( 7)------------------------------( 9) Data 5
68 Data 6 ( 8)------------------------------(10) Data 6
69 Data 7 ( 9)------------------------------(11) Data 7
77 Select (17)------------------------------(16) Data / Instruction
Dks010842 Data size: 1 byte each address
/linux-4.4.14/drivers/usb/serial/
Dmos7840.c602 __u16 Data; in mos7840_interrupt_callback() local
669 rv = mos7840_get_reg(mos7840_port, wval, wreg, &Data); in mos7840_interrupt_callback()
851 __u16 Data; in mos7840_open() local
904 Data = 0x0; in mos7840_open()
905 status = mos7840_get_reg_sync(port, mos7840_port->SpRegOffset, &Data); in mos7840_open()
910 Data |= 0x80; in mos7840_open()
911 status = mos7840_set_reg_sync(port, mos7840_port->SpRegOffset, Data); in mos7840_open()
917 Data &= ~0x80; in mos7840_open()
918 status = mos7840_set_reg_sync(port, mos7840_port->SpRegOffset, Data); in mos7840_open()
925 Data = 0x0; in mos7840_open()
[all …]
Dio_usbvend.h599 __u8 Data[0]; // Data starts here member
607 __u8 Data[0]; // Download starts here member
/linux-4.4.14/arch/arm/mach-pxa/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-4.4.14/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-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_phycfg.c120 PHY_SetBBReg(struct rtw_adapter *Adapter, u32 RegAddr, u32 BitMask, u32 Data) in PHY_SetBBReg() argument
127 Data = (OriginalValue & (~BitMask)) | (Data << BitShift); in PHY_SetBBReg()
130 rtl8723au_write32(Adapter, RegAddr, Data); in PHY_SetBBReg()
281 u32 Offset, u32 Data) in phy_RFSerialWrite() argument
313 DataAndAddr = ((NewOffset<<20) | (Data&0x000fffff)) & 0x0fffffff; in phy_RFSerialWrite()
379 u32 RegAddr, u32 BitMask, u32 Data) in PHY_SetRFReg() argument
389 Data = (Original_Value & (~BitMask)) | (Data << BitShift); in PHY_SetRFReg()
392 phy_RFSerialWrite(Adapter, eRFPath, RegAddr, Data); in PHY_SetRFReg()
542 u32 BitMask, u32 Data) in storePwrIndexDiffRateOffset() argument
547 pHalData->MCSTxPowerLevelOriginalOffset[pHalData->pwrGroupCnt][0] = Data; in storePwrIndexDiffRateOffset()
[all …]
Drtl8723a_bt-coexist.c346 RTPRINT_DATA(FIOCTL, IOCTL_BT_HCICMD, "Hex Data: \n", pAmpAsoc->Data, pAmpAsoc->Length); in bthci_GetAssocInfo()
352 memcpy(pBTInfo->BtAsocEntry[EntryNum].BTRemoteMACAddr, pAmpAsoc->Data, 6); in bthci_GetAssocInfo()
359 pAmpAsoc->Data, in bthci_GetAssocInfo()
368 pAmpAsoc->Data, in bthci_GetAssocInfo()
373 pBTInfo->BtAsocEntry[EntryNum].BTCapability = *(u32 *)(pAmpAsoc->Data); in bthci_GetAssocInfo()
385 pBtHciInfo->BTPalVersion = *(u8 *)(pAmpAsoc->Data); in bthci_GetAssocInfo()
386 pBtHciInfo->BTPalCompanyID = *(u16 *)(((u8 *)(pAmpAsoc->Data))+1); in bthci_GetAssocInfo()
387 pBtHciInfo->BTPalsubversion = *(u16 *)(((u8 *)(pAmpAsoc->Data))+3); in bthci_GetAssocInfo()
502 memcpy(&pAssoStrc->Data[0], padapter->eeprompriv.mac_addr, 6); in bthci_AssocMACAddr()
520 pAssoStrc->Data[0] = 0x00; in bthci_PALCapabilities()
[all …]
Dodm_interface.c31 u32 Data in ODM_SetRFReg() argument
36 PHY_SetRFReg(Adapter, eRFPath, RegAddr, BitMask, Data); in ODM_SetRFReg()
Dodm_RegConfig8723A.c23 u32 Data, in odm_ConfigRFReg_8723A() argument
41 ODM_SetRFReg(pDM_Odm, RF_PATH, RegAddr, bRFRegOffsetMask, Data); in odm_ConfigRFReg_8723A()
/linux-4.4.14/drivers/isdn/sc/
Devent.c41 int indicate_status(int card, int event, ulong Channel, char *Data) in indicate_status() argument
49 if (Data != NULL) { in indicate_status()
51 Data); in indicate_status()
54 memcpy(&cmd.parm.length, Data, sizeof(cmd.parm.length)); in indicate_status()
57 memcpy(&cmd.parm.setup, Data, sizeof(cmd.parm.setup)); in indicate_status()
60 strlcpy(cmd.parm.num, Data, sizeof(cmd.parm.num)); in indicate_status()
Dcard.h110 int indicate_status(int card, int event, ulong Channel, char *Data);
/linux-4.4.14/Documentation/i2c/
Di2c-protocol14 Data (8 bits): A plain data byte. Sometimes, I write DataLow, DataHigh
18 [..]: Data sent by I2C device, as opposed to data sent by the host adapter.
26 S Addr Wr [A] Data [A] Data [A] ... [A] Data [A] P
34 S Addr Rd [A] [Data] A [Data] A ... A [Data] NA P
46 S Addr Rd [A] [Data] NA S Addr Wr [A] Data [A] P
69 S Addr Rd [A] [Data] NA Data [A] P
83 S Addr Rd [A] Data [A] Data [A] ... [A] Data [A] P
Dsmbus-protocol44 Data (8 bits): A plain data byte. Sometimes, I write DataLow, DataHigh
48 [..]: Data sent by I2C device, as opposed to data sent by the host adapter.
69 S Addr Rd [A] [Data] NA P
80 S Addr Wr [A] Data [A] P
91 S Addr Wr [A] Comm [A] S Addr Rd [A] [Data] NA P
119 S Addr Wr [A] Comm [A] Data [A] P
160 S Addr Rd [A] [Count] A [Data] A [Data] A ... A [Data] NA P
172 S Addr Wr [A] Comm [A] Count [A] Data [A] Data [A] ... [A] Data [A] P
186 S Addr Wr [A] Comm [A] Count [A] Data [A] ...
187 S Addr Rd [A] [Count] A [Data] ... A P
[all …]
/linux-4.4.14/arch/unicore32/include/mach/
Dbitfield.h16 #define UData(Data) ((unsigned long) (Data)) argument
18 #define UData(Data) (Data) argument
/linux-4.4.14/firmware/dsp56k/
Dbootstrap.asm12 M_PBDDR EQU $FFE2 ; Port B Data Direction Register
13 M_PBD EQU $FFE4 ; Port B Data Register
15 M_PCDDR EQU $FFE3 ; Port C Data Direction Register
16 M_PCD EQU $FFE5 ; Port C Data Register
20 M_HRX EQU $FFEB ; Host Receive Data Register
21 M_HTX EQU $FFEB ; Host Transmit Data Register
24 M_RX EQU $FFEF ; Serial Receive Data Register
25 M_TX EQU $FFEF ; Serial Transmit Data Register
/linux-4.4.14/drivers/media/usb/gspca/
Dspca500.c533 __u8 Data; in spca500_reinit() local
564 Data = gspca_dev->usb_buf[0]; in spca500_reinit()
565 reg_w(gspca_dev, 0x00, 0x816b, Data); in spca500_reinit()
607 __u8 Data; in sd_start() local
654 Data = gspca_dev->usb_buf[0]; in sd_start()
655 reg_w(gspca_dev, 0x00, 0x816b, Data); in sd_start()
682 Data = gspca_dev->usb_buf[0]; in sd_start()
683 reg_w(gspca_dev, 0x00, 0x816b, Data); in sd_start()
716 Data = gspca_dev->usb_buf[0]; in sd_start()
717 reg_w(gspca_dev, 0x00, 0x816b, Data); in sd_start()
[all …]
/linux-4.4.14/drivers/firmware/efi/
Defivars.c95 __u8 Data[1024]; member
148 if (efivar_entry_get(entry, &var->Attributes, &var->DataSize, var->Data)) in efivar_attr_read()
181 if (efivar_entry_get(entry, &var->Attributes, &var->DataSize, var->Data)) in efivar_size_read()
197 if (efivar_entry_get(entry, &var->Attributes, &var->DataSize, var->Data)) in efivar_data_read()
200 memcpy(buf, var->Data, var->DataSize); in efivar_data_read()
244 memcpy(dst->Data, src->Data, sizeof(src->Data)); in copy_out_compat()
277 data = compat->Data; in efivar_store_raw()
294 data = new_var->Data; in efivar_store_raw()
324 &entry->var.DataSize, entry->var.Data)) in efivar_show_raw()
333 memcpy(compat->Data, var->Data, sizeof(compat->Data)); in efivar_show_raw()
[all …]
Defi-pstore.c96 &entry->var.DataSize, entry->var.Data); in efi_pstore_read_func()
98 memcpy(*cb_data->buf, entry->var.Data, in efi_pstore_read_func()
/linux-4.4.14/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.
DChangeLog.ips11 4.90.08 - Data Corruption if First Scatter Gather Element is > 64K
53 - Set Sense Data for Unknown SCSI Command
86 4.00.01 - Add support for First Failure Data Capture
Ddtc3x80.txt6 Data Technology Corp---a division of Qume.
18 buffering is done automagically by the chip. Data is transferred
/linux-4.4.14/Documentation/devicetree/bindings/nvmem/
Dqfprom.txt9 = Data cells =
19 /* Data cells */
26 = Data consumers =
Dnvmem.txt1 = NVMEM(Non Volatile Memory) Data Device Tree Bindings =
13 = Data providers =
20 = Data cells =
39 /* Data cells */
62 = Data consumers =
Drockchip-efuse.txt9 = Data cells =
23 /* Data cells */
29 = Data consumers =
Dallwinner,sunxi-sid.txt7 = Data cells =
Dmxs-ocotp.txt12 = Data cells =
/linux-4.4.14/drivers/media/pci/ngene/
Dngene-i2c.c56 memcpy(com.cmd.I2CRead.Data, out, outlen); in ngene_command_i2c_read()
57 com.cmd.I2CRead.Data[outlen] = inlen; in ngene_command_i2c_read()
58 com.cmd.I2CRead.Data[outlen + 1] = 0; in ngene_command_i2c_read()
84 memcpy(com.cmd.I2CRead.Data, out, outlen); in ngene_command_i2c_write()
Dngene.h256 u8 Data[250]; member
261 u8 Data[250]; member
267 u8 Data[252]; /* followed by two bytes of read data count */ member
273 u8 Data[250]; member
279 u8 Data[252]; /* followed by two bytes of read data count */ member
434 u8 Data[252]; member
/linux-4.4.14/drivers/staging/rtl8723au/include/
Dodm_RegConfig8723A.h18 void odm_ConfigRFReg_8723A(struct dm_odm_t *pDM_Odm, u32 Addr, u32 Data,
21 void odm_ConfigMAC_8723A(struct dm_odm_t *pDM_Odm, u32 Addr, u8 Data);
DHal8723APhyCfg.h113 u32 BitMask, u32 Data);
119 u32 BitMask, u32 Data);
Dodm_interface.h58 u32 RegAddr, u32 BitMask, u32 Data);
Drtl8723a_bt-coexist.h697 u8 Data[1]; member
769 u8 Data[20]; member
1050 u8 Data[1]; member
1056 u8 Data[20]; member
/linux-4.4.14/arch/arc/kernel/
Dentry-arcv2.S32 VECTOR EV_TLBMissD ; Data TLB miss
39 VECTOR EV_DCError ; Data Cache Error
40 VECTOR EV_Misaligned ; Misaligned Data Access
98 ; Instruction fetch or Data access, under a single Exception Vector
118 lr r0, [efa] ; Faulting Data address
143 lr r0, [efa] ; Faulting Data address
Dentry-compact.S123 VECTOR EV_TLBMissD ; 0x110, Data TLB miss (0x22)
277 lr r0, [efa] ; Faulting Data address (not part of pt_regs saved above)
323 lr r0, [efa] ; Faulting Data address
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phy.c50 u32 Data);
161 u32 Data) in _rtl92e_phy_rf_write() argument
192 DataAndAddr = (Data<<16) | (NewOffset&0x3f); in _rtl92e_phy_rf_write()
197 priv->RfReg0Value[eRFPath] = Data; in _rtl92e_phy_rf_write()
211 u32 RegAddr, u32 BitMask, u32 Data) in rtl92e_set_rf_reg() argument
228 (Data << BitShift)); in rtl92e_set_rf_reg()
233 _rtl92e_phy_rf_fw_write(dev, eRFPath, RegAddr, Data); in rtl92e_set_rf_reg()
242 (Data << BitShift)); in rtl92e_set_rf_reg()
246 _rtl92e_phy_rf_write(dev, eRFPath, RegAddr, Data); in rtl92e_set_rf_reg()
276 u32 Data = 0; in _rtl92e_phy_rf_fw_read() local
[all …]
Dr8192E_phy.h71 u32 RegAddr, u32 BitMask, u32 Data);
/linux-4.4.14/Documentation/pcmcia/
Dlocking.txt49 1. Global Data:
56 2. Per-Socket Data:
96 3. Per PCMCIA-device Data:
/linux-4.4.14/tools/perf/Documentation/
Dperf-data.txt6 perf-data - Data file related processing
15 Data file related processing.
/linux-4.4.14/drivers/video/fbdev/via/
Dvt1636.c74 data = (data & (~io_data.Mask)) | io_data.Data; in viafb_gpio_i2c_write_mask_lvds()
178 io_data.Data = p_vt1636_dpa_setting->CLK_SEL_ST1; in set_dpa_vt1636()
184 io_data.Data = p_vt1636_dpa_setting->CLK_SEL_ST2; in set_dpa_vt1636()
Dhw.h619 u8 Data; member
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.reg424 * Data FIFO Control
453 field DPARCKEN 0x40 /* Data Parity Check Enable */
462 * Data FIFO Status
513 * Data Channel Host Address
545 * Data Channel Host Count
617 * Data FIFO Threshold
669 * ROM Data
677 * Data Channel Receive Message 0
725 * Data Channel Receive Message 1
770 * Data Channel Receive Message 2
[all …]
Daic7xxx.reg49 * All page numbers refer to the Adaptec AIC-7770 Data Book available from
204 * SCSI Maximum Offset (p. 4-61 aic7890/91 Data Book)
214 * SCSI Latched Data (p. 3-19).
424 * SCSI Data Bus (High) (p. 3-29)
425 * This register reads data on the SCSI Data bus directly.
504 * Serial Port I/O Cabability register (p. 4-95 aic7860 Data Book)
622 * Sequencer RAM Data (p. 3-34)
752 field DPARCKEN 0x40 /* Data Parity Check Enable */
/linux-4.4.14/drivers/media/common/siano/
Dsmsdvb-main.c864 u32 Data[3]; in smsdvb_dvbt_set_frontend() member
879 msg.Data[0] = c->frequency; in smsdvb_dvbt_set_frontend()
880 msg.Data[2] = 12000000; in smsdvb_dvbt_set_frontend()
887 msg.Data[1] = BW_8_MHZ; in smsdvb_dvbt_set_frontend()
890 msg.Data[1] = BW_7_MHZ; in smsdvb_dvbt_set_frontend()
893 msg.Data[1] = BW_6_MHZ; in smsdvb_dvbt_set_frontend()
934 u32 Data[4]; in smsdvb_isdbt_set_frontend() member
951 msg.Data[0] = c->frequency; in smsdvb_isdbt_set_frontend()
952 msg.Data[1] = BW_ISDBT_1SEG; in smsdvb_isdbt_set_frontend()
953 msg.Data[2] = 12000000; in smsdvb_isdbt_set_frontend()
[all …]
Dsmscoreapi.h1061 u8 Data[1]; member
1067 u8 Data[1]; member
/linux-4.4.14/Documentation/video4linux/
DCARDLIST.ivtv13 13 -> I/O Data GV-MVP/RX [10fc:d01e,10fc:d038,10fc:d039]
14 14 -> I/O Data GV-MVP/RX2E [10fc:d025]
Duvcvideo.txt140 Data types:
210 Data is copied directly from the device without any driver-side
232 Data types:
/linux-4.4.14/net/dcb/
DKconfig2 bool "Data Center Bridging support"
5 This enables support for configuring Data Center Bridging (DCB)
/linux-4.4.14/net/lapb/
DKconfig2 # LAPB Data Link Drive
6 tristate "LAPB Data Link Driver"
/linux-4.4.14/arch/arm/boot/dts/
Dat91sam9x5.dtsi562 AT91_PIOD 6 AT91_PERIPH_A AT91_PINCTRL_NONE /* PD6 periph A Data bit 0 */
563 AT91_PIOD 7 AT91_PERIPH_A AT91_PINCTRL_NONE /* PD7 periph A Data bit 1 */
564 AT91_PIOD 8 AT91_PERIPH_A AT91_PINCTRL_NONE /* PD8 periph A Data bit 2 */
565 AT91_PIOD 9 AT91_PERIPH_A AT91_PINCTRL_NONE /* PD9 periph A Data bit 3 */
566 AT91_PIOD 10 AT91_PERIPH_A AT91_PINCTRL_NONE /* PD10 periph A Data bit 4 */
567 AT91_PIOD 11 AT91_PERIPH_A AT91_PINCTRL_NONE /* PD11 periph A Data bit 5 */
568 AT91_PIOD 12 AT91_PERIPH_A AT91_PINCTRL_NONE /* PD12 periph A Data bit 6 */
569 AT91_PIOD 13 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PD13 periph A Data bit 7 */
574 <AT91_PIOD 14 AT91_PERIPH_A AT91_PINCTRL_NONE /* PD14 periph A Data bit 8 */
575 AT91_PIOD 15 AT91_PERIPH_A AT91_PINCTRL_NONE /* PD15 periph A Data bit 9 */
[all …]
Dexynos5440-ssdk5440.dts72 label = "User-Data";
Dimx6q-dmo-edmqmx6.dts2 * Copyright 2013 Data Modul AG
18 model = "Data Modul eDM-QMX6 Board";
Dsama5d4.dtsi1713 AT91_PIOC 5 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC5 Data bit 0 */
1714 AT91_PIOC 6 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC6 Data bit 1 */
1715 AT91_PIOC 7 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC7 Data bit 2 */
1716 AT91_PIOC 8 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC8 Data bit 3 */
1717 AT91_PIOC 9 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC9 Data bit 4 */
1718 AT91_PIOC 10 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC10 Data bit 5 */
1719 AT91_PIOC 11 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC11 periph A Data bit 6 */
1720 AT91_PIOC 12 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PC12 periph A Data bit 7 */
/linux-4.4.14/drivers/isdn/i4l/
Disdn_ttyfax.c288 __u8 Data; in isdn_tty_fax_bitorder() local
293 Data = skb->data[i]; in isdn_tty_fax_bitorder()
299 fBit = (Data & LeftMask); in isdn_tty_fax_bitorder()
300 if (Data & RightMask) in isdn_tty_fax_bitorder()
301 Data |= LeftMask; in isdn_tty_fax_bitorder()
303 Data &= ~LeftMask; in isdn_tty_fax_bitorder()
305 Data |= RightMask; in isdn_tty_fax_bitorder()
307 Data &= ~RightMask; in isdn_tty_fax_bitorder()
310 skb->data[i] = Data; in isdn_tty_fax_bitorder()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
DKconfig15 bool "Data Center Bridging (DCB) Support"
19 Say Y here if you want to use Data Center Bridging (DCB) in the
/linux-4.4.14/arch/arm/mach-iop32x/
DKconfig11 bool "Enable support for the IO-Data GLAN Tank"
14 NAS appliance or machines from IO-Data's HDL-Gxxx, HDL-GWxxx
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dsilabs,si570.txt9 [2] Si570/571 Data Sheet
11 [3] Si598/599 Data Sheet
Dsilabs,si5351.txt4 [1] Si5351A/B/C Data Sheet
/linux-4.4.14/Documentation/networking/
Ddctcp.txt28 "Data Center TCP (DCTCP)", Data Center Networks session
Di40e.txt66 Data Center Bridging (DCB)
72 The driver supports Fiber Channel over Ethernet (FCoE) and Data Center
Dcxgb.txt269 chipset, you may experience the "133-Mhz Mode Split Completion Data
284 Data Length (bytes): 1k
288 section 56, "133-MHz Mode Split Completion Data Corruption" for more
292 increasing the Data Length to 2k bytes for increased performance. If you
Dixgbe.txt233 Data Center Bridging, aka DCB
249 -> Data Center Bridging support
258 -> Data Center Bridging (DCB) Support
280 Fiber Channel over Ethernet (FCoE) and Data Center Bridging (DCB)
Dframerelay.txt3 Data Link Connection Identifier (DLCI) as its hardware address. Usually these
D00-INDEX90 - info on using Frame Relay/Data Link Connection Identifier (DLCI).
94 - The generic High Level Data Link Control (HDLC) layer.
Dtcp.txt71 Data is kept on a single queue. The skb->users flag tells us if the frame is
Dieee802154.txt56 net_device, with .type = ARPHRD_IEEE802154. Data is exchanged with socket family
Dx25-iface.txt81 - Data passed upstream by means of netif_rx() might be dropped by the
/linux-4.4.14/drivers/isdn/hardware/eicon/
Dcapi20.h299 dword Data; member
306 dword Data; member
319 dword Data; member
326 dword Data; member
Ddivasync.h350 typedef int (*USB_SEND_REQ)(unsigned char PipeIndex, unsigned char Type, void *Data, int sizeData);
Ddebuglib.h313 } Data; member
Dcapifunc.c303 dword data = GET_DWORD(&msg.info.data_b3_ind.Data); in sendf()
321 DBG_BLK((((char *)(long)GET_DWORD(&msg.info.data_b3_ind.Data)) + i, in sendf()
951 msg->info.data_b3_req.Data = i; in diva_send_message()
/linux-4.4.14/arch/mips/lasat/image/
Dromscript.normal10 /* Data in ROM */
/linux-4.4.14/net/x25/
DKconfig17 (say Y to "LAPB Data Link Driver" below if you want that).
29 Ethernet card and the LAPB over Ethernet (say Y to "LAPB Data Link
/linux-4.4.14/Documentation/ABI/testing/
Dconfigfs-usb-gadget-printer7 pnp_string - Data to be passed to the host in pnp string
Dsysfs-devices-system-ibm-rtl19 BIOS Data Area (EBDA).
Dsysfs-driver-hid-wiimote67 values for all 4 analog sticks. Format is: "x1:y1 x2:y2". Data
69 Data is encoded as decimal numbers and specifies the offsets of
Dsysfs-bus-intel_th-devices-gth22 Description: (RW) Data retention policy setting: keep (0) or drop (1)
Dsysfs-bus-pci38 Class, Class Mask, and Private Driver Data. The Vendor ID
133 binary file containing the Vital Product Data for the
/linux-4.4.14/crypto/asymmetric_keys/
Dpkcs7.asn125 content [0] EXPLICIT Data OPTIONAL
28 Data ::= ANY ({ pkcs7_note_data })
/linux-4.4.14/Documentation/hwmon/
Dk10temp36 AMD Family 11h Processor Power and Thermal Data Sheet for Notebooks:
38 AMD Family 10h Server and Workstation Processor Power and Thermal Data Sheet:
40 AMD Family 10h Desktop Processor Power and Thermal Data Sheet:
Dmax3444015 PMBus Power-Supply Data Logger
38 and Intelligent Fan Controller, and MAX34446 PMBus Power-Supply Data Logger.
Dads101540 Platform Data
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Datmel-dataflash.txt1 * Atmel Data Flash
/linux-4.4.14/Documentation/usb/
Dusbmon.txt147 in this word, they proceed to read Data Length (except for isochronous URBs).
149 reading the Data Length or isochronous descriptors.
163 - Data Length. For submissions, this is the requested length. For callbacks,
166 - Data tag. The usbmon may not always capture data, even if length is nonzero.
169 - Data words follow, in big endian hexadecimal format. Notice that they are
173 reported in the Data Length word. In the case of an Isochronous input (Zi)
175 the collected data can be greater than the Data Length value (because Data
176 Length counts only the bytes that were received whereas the Data words
Dgadget_hid.txt41 0x81, 0x02, /* INPUT (Data,Var,Abs) */
50 0x91, 0x02, /* OUTPUT (Data,Var,Abs) */
61 0x81, 0x00, /* INPUT (Data,Ary,Abs) */
DWUSB-Design-overview.txt279 three endpoints (Notifications, Data Transfer In and Data Transfer
345 Data is sent and received through /Remote Pipes/ (rpipes). An rpipe is
354 Data buffers have to be segmented out before sending--so we send first a
/linux-4.4.14/drivers/isdn/hysdn/
Dince1pc.h120 /*03 */ unsigned char Data[DPRAM_SPOOLER_DATA_SIZE]; member
Dboardergo.c274 dst = sp->Data; /* point to data in spool structure */ in ergo_writebootseq()
/linux-4.4.14/drivers/net/fddi/skfp/
Dskfddi.c136 void dump_data(unsigned char *Data, int length);
1525 void dump_data(unsigned char *Data, int length) in dump_data() argument
1535 Data[j + 0], Data[j + 1], Data[j + 2], Data[j + 3], in dump_data()
1536 Data[j + 4], Data[j + 5], Data[j + 6], Data[j + 7]); in dump_data()
1539 sprintf(sh, "%02x ", Data[j + i]); in dump_data()
/linux-4.4.14/drivers/isdn/gigaset/
DKconfig54 using a Gigaset M105 (Sinus 45 Data 2) USB DECT device.
61 using a Gigaset M101 (Sinus 45 Data 1) RS232 DECT device.
/linux-4.4.14/Documentation/w1/masters/
Dmxc-w19 Data%20Sheets&WT_VENDOR=FREESCALE&WT_FILE_FORMAT=pdf&WT_ASSET=Documentation
/linux-4.4.14/Documentation/mtd/nand/
Dpxa3xx-nand.txt91 | Data |x OOB |
97 | Data | OOB | Data x | OOB |
/linux-4.4.14/arch/arm/include/debug/
Dvf.S27 strb \rd, [\rx, #0x7] @ Data Register
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dfsl-dcp.txt1 Freescale DCP (Data Co-Processor) found on i.MX23/i.MX28 .
Dsamsung-sss.txt6 -- Data Encryption Standard (DES)/3DES
Datmel-crypto.txt25 * Triple Data Encryption Standard (Triple DES)
Dfsl-sec4.txt27 High Speed Data Path Configuration:
35 Job Ring Data Path Configuration:
/linux-4.4.14/include/linux/isdn/
Dcapiutil.h111 __u32 Data; member
310 __u32 Data, in capi_fill_DATA_B3_REQ() argument
317 cmsg->Data = Data; in capi_fill_DATA_B3_REQ()
/linux-4.4.14/Documentation/target/
Dtcmu-design.txt10 iii. Data Area
149 tcmu_cmd_entry. Userspace finds the SCSI CDB (Command Data Block) via
153 entries in iov[] needed to describe either the Data-In or Data-Out
155 entries cover the Data-Out area, and iov_bidi_cnt specifies how many
156 iovec entries immediately after that in iov[] cover the Data-In
174 The Data Area:
Dtcm_mod_builder.txt24 *) NOP API calls for all other Data I/O path and fabric dependent attribute logic
/linux-4.4.14/arch/arm/boot/compressed/
Dhead-xscale.S16 @ Data cache might be active.
/linux-4.4.14/drivers/staging/comedi/
DKconfig2 tristate "Data acquisition support (comedi)"
343 tristate "Data Translation DT2801 ISA card support"
345 Enable support for Data Translation DT2801 ISA cards
351 tristate "Data Translation DT2811 ISA card support"
353 Enable support for Data Translation DT2811 ISA cards
359 tristate "Data Translation DT2814 ISA card support"
361 Enable support for Data Translation DT2814 ISA cards
367 tristate "Data Translation DT2815 ISA card support"
369 Enable support for Data Translation DT2815 ISA cards
375 tristate "Data Translation DT2817 ISA card support"
[all …]
/linux-4.4.14/Documentation/input/
Djoystick-parport.txt115 4 +------------+ 1 | | | +------------> Data
120 +----------> Data
124 +---------> Clock +-----------------> Data
126 | | +-----> Data | |
289 this little schematic to Power and Data on the parallel port, as described
293 Data ------------+-----> Ground
328 +----------------------------> Data --- (one of 10,11,12,13,15)
529 2-9 | D0-D7 | Data Bit 0-7
Dgpio-tilt.txt10 Data structures:
Dcma3000_d0x.txt39 Platform Data
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Ddiu.txt16 Data from the detailed timing descriptor will be used to
/linux-4.4.14/Documentation/devicetree/bindings/display/
Dsm501fb.txt19 Data from the detailed timing descriptor will be used to
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-devices-system-cpu16 Description: Default value for the Data Stream Control Register (DSCR) on
/linux-4.4.14/Documentation/isdn/
DREADME.gigaset9 ISDN DECT bases via Gigaset M101 Data, Gigaset M105 Data or direct USB
22 Siemens Gigaset M101 Data
23 T-Com Sinus 45 Data 1
26 Siemens Gigaset M105 Data
28 T-Com Sinus 45 Data 2
134 commands described in Siemens document "AT-Kommando Alignment M10x Data"
DINTERFACE.CAPI73 4. Data Structures
189 The Data and Data64 parameters are not used for processing. The Data64
302 CAPIMSG_DATALEN(m) CAPIMSG_SETDATALEN(m, len) Data Length (u16)
DINTERFACE.fax15 Data handling:
/linux-4.4.14/Documentation/powerpc/
D00-INDEX34 - Overview DSCR (Data Stream Control Register) support.
Ddscr.txt1 DSCR (Data Stream Control Register)
11 (A) Data Structures:
/linux-4.4.14/drivers/net/ethernet/chelsio/
DKconfig88 bool "Data Center Bridging (DCB) Support for Chelsio T4/T5 cards"
93 Say Y here if you want to enable Data Center Bridging (DCB) support
/linux-4.4.14/Documentation/acpi/apei/
Doutput_format.txt109 unknown | unknown | unknown | unknown | Data Link Protocol | \
122 Physical Layer | Data Link Layer | Transaction Layer
/linux-4.4.14/drivers/staging/iio/light/
DKconfig16 Data from sensor is accessible via sysfs.
/linux-4.4.14/Documentation/blockdev/drbd/
Ddata-structure-v9.txt4 Basic Data Structure
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dl2cc.txt36 - arm,data-latency : Cycles of latency for Data RAM accesses. Specifies 3 cells of
76 - prefetch-data : Data prefetch. Value: <0> (forcibly disable), <1>
/linux-4.4.14/Documentation/arm/SA1100/
DADSBitsy4 For more details, contact Applied Data Systems or see
DGraphicsMaster3 For more details, contact Applied Data Systems or see
DGraphicsClient3 For more details, contact Applied Data Systems or see
/linux-4.4.14/Documentation/device-mapper/
Dstriped.txt5 device across one or more underlying devices. Data is written in "chunks",
Dswitch.txt25 session is connected to an eth port on a single member. Data to a LUN
/linux-4.4.14/Documentation/memory-devices/
Dti-emif.txt32 Platform Data (see include/linux/platform_data/emif_plat.h):
/linux-4.4.14/Documentation/devicetree/bindings/display/tilcdc/
Dpanel.txt13 - raster-order: Raster Data Order Select: 1=Most-to-least 0=Least-to-most
/linux-4.4.14/Documentation/devicetree/bindings/
Dchosen.txt6 arguments. Data in the chosen node does not represent the hardware.
/linux-4.4.14/Documentation/parisc/
Dregisters59 X (Data memory break disable) 0
70 D (Data address translation) 1, 0 while executing real-mode code
/linux-4.4.14/arch/blackfin/mach-bf527/
DKconfig66 prompt "NAND (NFC) Data"
69 Select PORT used for NAND Data Bus. See Hardware Reference Manual
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dcs35l32.txt27 - cirrus,sdout-datacfg : Data configuration for dual CS35L32 applications only.
/linux-4.4.14/Documentation/devicetree/bindings/dma/xilinx/
Dxilinx_dma.txt26 - xlnx,include-dre: Tells whether hardware is configured for Data
Dxilinx_vdma.txt32 - xlnx,include-dre: Tells hardware is configured for Data
/linux-4.4.14/drivers/net/ethernet/intel/
DKconfig222 bool "Data Center Bridging (DCB) Support"
226 Say Y here if you want to use Data Center Bridging (DCB) in the
284 bool "Data Center Bridging (DCB) Support"
288 Say Y here if you want to use Data Center Bridging (DCB) in the
/linux-4.4.14/Documentation/block/
Ddata-integrity.txt12 protocols (SBC Data Integrity Field, SCC protection proposal) as well
41 The SCSI Data Integrity Field works by appending 8 bytes of protection
43 in 520 byte sectors on disk. Data + IMD are interleaved when
73 the choice in checksums is referred to as the Data Integrity
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/fsl/
Difc.txt57 label = "NOR Data";
/linux-4.4.14/Documentation/gpio/
Dboard.txt68 with the help of _DSD (Device Specific Data), introduced in ACPI 5.1:
104 Platform Data
/linux-4.4.14/Documentation/filesystems/
Dnilfs2.txt207 | Data blocks | B-tree blocks | Data blocks | B-tree blocks | ...
231 4) Data address translation file -- Maps virtual block numbers to usual
Dfiemap.txt155 Data is located within a meta data block.
159 Data is packed into a block with data from other files.
Docfs2.txt61 data=writeback Data ordering is not preserved, data may be written
Dxfs.txt161 Data allocations will not be aligned at stripe unit
214 Data allocations will be rounded up to stripe width boundaries
/linux-4.4.14/Documentation/power/
Dopp.txt12 5. OPP Data Retrieval Functions
13 6. Data Structures
237 5. OPP Data Retrieval Functions
308 6. Data Structures
Dcharger-manager.txt57 2. Global Charger-Manager Data related with suspend_again
108 4. Charger-Manager Data (struct charger_desc)
/linux-4.4.14/drivers/net/wireless/libertas/
Dtypes.h107 u8 Data[1]; member
/linux-4.4.14/drivers/net/ethernet/wiznet/
DKconfig60 using Indirect Mode Address Register and Indirect Mode Data Register,
/linux-4.4.14/drivers/net/ethernet/amd/
DKconfig189 bool "Data Center Bridging (DCB) support"
193 Say Y here to enable Data Center Bridging (DCB) support in the
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Dmvebu-devbus.txt90 A[2:0] and Data are kept valid as long as DEV_WEn
97 DEV_A[2:0] and Data are kept valid (do not toggle) for
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dfsl,imx27-pinctrl.txt40 3 - Data Register
/linux-4.4.14/arch/arm/kvm/
Dinit.S112 @ - Data/Unified cache: enabled
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
De5500_power_isa.dtsi57 fsl,eref-deo; // Data Cache Extended Operations
De500mc_power_isa.dtsi56 fsl,eref-deo; // Data Cache Extended Operations
De6500_power_isa.dtsi62 fsl,eref-deo; // Data Cache Extended Operations
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DUSB-Host.txt49 Platform Data
/linux-4.4.14/arch/mn10300/mm/
Dtlb-mn10300.S88 # Data TLB Miss handler entry point
/linux-4.4.14/drivers/staging/lustre/
DREADME.txt14 Lustre has independent Metadata and Data servers that clients can access
/linux-4.4.14/drivers/net/fddi/
DKconfig9 Fiber Distributed Data Interface is a high speed local area network
/linux-4.4.14/Documentation/sound/alsa/
Dcompress_offload.txt22 ALSA PCM interface, a new 'Compressed Data' API is introduced to
86 The notion of rewinds/forwards is not supported. Data committed to the
89 The Compressed Data API does not make any assumptions on how the data
/linux-4.4.14/Documentation/arm/nwfpe/
DREADME.FPE13 Floating Point Coprocessor Data Transfer Instructions (CPDT)
69 Floating Point Coprocessor Data Instructions (CPDT)
/linux-4.4.14/Documentation/
Dxillybus.txt25 -- Data streaming
26 -- Data granularity
211 * format: The underlying data width. See Data Granularity below.
265 Data streaming
307 Data granularity
Dhw_random.txt27 hardware is faulty or has been tampered with). Data is only
Dpreempt-locking.txt67 Data protection under preemption is achieved by disabling preemption for the
Dmedia-framework.txt31 other entities. Data (not restricted to video) produced by an entity
36 on the same entity or on different entities. Data flows from a source
/linux-4.4.14/drivers/video/fbdev/mbx/
Dreg_bits.h5 #define UData(Data) ((unsigned long) (Data)) argument
/linux-4.4.14/Documentation/fb/
Dsh7760fb.txt46 attached. Data must be wrapped in a "struct sh7760fb_platdata" and
/linux-4.4.14/Documentation/mmc/
Dmmc-dev-attrs.txt17 csd Card Specific Data Register
/linux-4.4.14/Documentation/misc-devices/
Dapds990x.txt7 Data sheet:
Dbh1770glc.txt8 Data sheet:
Dlis3lv02d19 sporting the feature officially called "HP Mobile Data Protection System 3D" or
/linux-4.4.14/arch/metag/mm/
Dcache.c160 val = seg->Data[1]; in metag_cache_probe()
/linux-4.4.14/Documentation/devicetree/bindings/soc/fsl/
Dbman.txt13 The Buffer Manager is part of the Data-Path Acceleration Architecture (DPAA).
Dqman.txt13 The Queue Manager is part of the Data-Path Acceleration Architecture (DPAA). QMan
/linux-4.4.14/Documentation/metag/
Dkernel-ABI.txt24 D0 General Data unit 0 0-7 8-15 16-31 16-31
25 D1 General Data unit 1 0-7 8-15 16-31 16-31
/linux-4.4.14/net/irda/
DKconfig11 The Infrared Data Associations (tm) specifies standards for wireless
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_mp_ioctl.h69 u8 Data[256]; member
/linux-4.4.14/fs/cifs/
Dcifspdu.h802 char Data[1]; member
809 char Data[1]; member
1024 char Data[0]; member
1044 char Data[0]; member
1358 __u8 Data[1]; member
/linux-4.4.14/drivers/media/dvb-frontends/
Dstv0367.c1947 int constell = 0,/* snr = 0,*/ Data = 0; in stv0367ter_get_frontend() local
1964 Data = stv0367_readbits(state, F367TER_TPS_HIERMODE); in stv0367ter_get_frontend()
1966 switch (Data) { in stv0367ter_get_frontend()
1986 Data = stv0367_readbits(state, F367TER_TPS_LPCODE); in stv0367ter_get_frontend()
1988 Data = stv0367_readbits(state, F367TER_TPS_HPCODE); in stv0367ter_get_frontend()
1990 switch (Data) { in stv0367ter_get_frontend()
/linux-4.4.14/arch/arm/mach-omap2/
DKconfig180 comment "OMAP Legacy Platform Data Board Type"
/linux-4.4.14/Documentation/x86/
Dtlb.txt22 more attrative an individual flush looks. Data and
/linux-4.4.14/net/l2tp/
DKconfig97 up Pseudowires for transporting layer 2 Packet Data Units
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dexynos-dw-mshc.txt55 * samsung,read-strobe-delay: RCLK (Data strobe) delay to control HS400 mode
/linux-4.4.14/block/
DKconfig88 T10/SCSI Data Integrity Field or the T13/ATA External Path
/linux-4.4.14/tools/perf/util/
Dparse-events.l255 dTLB|d-tlb|Data-TLB |
/linux-4.4.14/arch/powerpc/platforms/pseries/
DKconfig79 bool "LPAR Configuration Data"
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/
Dsamsung-fimd.txt74 Video Data ----------------------------<XXXXXXXXXXXXXXXXXXXXXXXXX>--
/linux-4.4.14/tools/usb/usbip/
DREADME164 : 0 - Data / unknown subclass / unknown protocol (0a/ff/00)
/linux-4.4.14/arch/um/
DKconfig.char25 lines to a device similar to /dev/null. Data written to it disappears
/linux-4.4.14/arch/powerpc/platforms/8xx/
DKconfig102 bool "Copy-Back Data Cache (else Writethrough)"
/linux-4.4.14/Documentation/frv/
Dfeatures.txt255 wthru Data cache is in Write-Through mode
256 wback Data cache is in Write-Back/Copy-Back mode
/linux-4.4.14/drivers/net/wireless/b43/
DKconfig91 #Data transfers to the device via PIO. We want it as a fallback even
/linux-4.4.14/arch/blackfin/mach-bf548/
DKconfig189 int "IRQ MXVR Data"
/linux-4.4.14/Documentation/networking/caif/
DLinux-CAIF.txt12 channels, initiate GPRS Data connections, Video channels and Utility Channels.
/linux-4.4.14/arch/m68k/
DKconfig.cpu467 bool "Data"
481 prompt "Data cache mode"
/linux-4.4.14/drivers/zorro/
Dzorro.ids212 0900 DSP96000 Realtime Data Acquisition DSP Card
313 086f Mainhattan-Data/A-Team
/linux-4.4.14/lib/
DKconfig79 tristate "CRC calculation for the T10 Data Integrity Field"
475 Data from JEDEC specs for DDR SDRAM memories,
/linux-4.4.14/Documentation/nvdimm/
Dbtt.txt47 | Arena 1 | | Data Blocks |
102 Postmap ABA : The block number in the "Data Blocks" area obtained after
/linux-4.4.14/Documentation/dvb/
Davermedia.txt122 The dvr0 device node is used to read the MPEG2 Data Stream and
179 # Data file for DVB scan program
/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi_history.txt141 * 09-28-01 01.02.03 Modified Event Data for Integrated RAID.
199 * Broadcast Event Data (replacing _RESERVED2).
200 * For Discovery Error Event Data DiscoveryStatus field,
247 * Data size for Manufacturing pages 2 and 3 no longer
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/
Domap-mailbox.txt65 Sub-mailbox Descriptor Data
/linux-4.4.14/arch/arc/
DKconfig232 bool "Use Data Cache"
268 Single Cycle RAMS to store Fast Path Data
/linux-4.4.14/arch/m68k/fpsp040/
Dx_operr.S255 | Destination is Dn. Get register number from d0. Data is on
/linux-4.4.14/Documentation/leds/
Dleds-lp55xx.txt21 ( Driver Structure Data )
/linux-4.4.14/Documentation/crypto/
Dapi-intro.txt37 Encryption with Associated Data), Block Ciphers, Ciphers, Compressors and

12