/linux-4.4.14/Documentation/auxdisplay/ |
D | cfag12864b | 45 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
|
D | ks0108 | 42 Data size: 1 byte each address
|
/linux-4.4.14/drivers/usb/serial/ |
D | mos7840.c | 602 __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 …]
|
D | io_usbvend.h | 599 __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/ |
D | bitfield.h | 19 #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/ |
D | bitfield.h | 19 #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/ |
D | rtl8723a_phycfg.c | 120 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 …]
|
D | rtl8723a_bt-coexist.c | 346 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 …]
|
D | odm_interface.c | 31 u32 Data in ODM_SetRFReg() argument 36 PHY_SetRFReg(Adapter, eRFPath, RegAddr, BitMask, Data); in ODM_SetRFReg()
|
D | odm_RegConfig8723A.c | 23 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/ |
D | event.c | 41 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()
|
D | card.h | 110 int indicate_status(int card, int event, ulong Channel, char *Data);
|
/linux-4.4.14/Documentation/i2c/ |
D | i2c-protocol | 14 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
|
D | smbus-protocol | 44 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/ |
D | bitfield.h | 16 #define UData(Data) ((unsigned long) (Data)) argument 18 #define UData(Data) (Data) argument
|
/linux-4.4.14/firmware/dsp56k/ |
D | bootstrap.asm | 12 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/ |
D | spca500.c | 533 __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/ |
D | efivars.c | 95 __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 …]
|
D | efi-pstore.c | 96 &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/ |
D | cxgb3i.txt | 7 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.
|
D | ChangeLog.ips | 11 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
|
D | dtc3x80.txt | 6 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/ |
D | qfprom.txt | 9 = Data cells = 19 /* Data cells */ 26 = Data consumers =
|
D | nvmem.txt | 1 = NVMEM(Non Volatile Memory) Data Device Tree Bindings = 13 = Data providers = 20 = Data cells = 39 /* Data cells */ 62 = Data consumers =
|
D | rockchip-efuse.txt | 9 = Data cells = 23 /* Data cells */ 29 = Data consumers =
|
D | allwinner,sunxi-sid.txt | 7 = Data cells =
|
D | mxs-ocotp.txt | 12 = Data cells =
|
/linux-4.4.14/drivers/media/pci/ngene/ |
D | ngene-i2c.c | 56 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()
|
D | ngene.h | 256 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/ |
D | odm_RegConfig8723A.h | 18 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);
|
D | Hal8723APhyCfg.h | 113 u32 BitMask, u32 Data); 119 u32 BitMask, u32 Data);
|
D | odm_interface.h | 58 u32 RegAddr, u32 BitMask, u32 Data);
|
D | rtl8723a_bt-coexist.h | 697 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/ |
D | entry-arcv2.S | 32 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
|
D | entry-compact.S | 123 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/ |
D | r8192E_phy.c | 50 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 …]
|
D | r8192E_phy.h | 71 u32 RegAddr, u32 BitMask, u32 Data);
|
/linux-4.4.14/Documentation/pcmcia/ |
D | locking.txt | 49 1. Global Data: 56 2. Per-Socket Data: 96 3. Per PCMCIA-device Data:
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-data.txt | 6 perf-data - Data file related processing 15 Data file related processing.
|
/linux-4.4.14/drivers/video/fbdev/via/ |
D | vt1636.c | 74 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()
|
D | hw.h | 619 u8 Data; member
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 424 * 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 …]
|
D | aic7xxx.reg | 49 * 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/ |
D | smsdvb-main.c | 864 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 …]
|
D | smscoreapi.h | 1061 u8 Data[1]; member 1067 u8 Data[1]; member
|
/linux-4.4.14/Documentation/video4linux/ |
D | CARDLIST.ivtv | 13 13 -> I/O Data GV-MVP/RX [10fc:d01e,10fc:d038,10fc:d039] 14 14 -> I/O Data GV-MVP/RX2E [10fc:d025]
|
D | uvcvideo.txt | 140 Data types: 210 Data is copied directly from the device without any driver-side 232 Data types:
|
/linux-4.4.14/net/dcb/ |
D | Kconfig | 2 bool "Data Center Bridging support" 5 This enables support for configuring Data Center Bridging (DCB)
|
/linux-4.4.14/net/lapb/ |
D | Kconfig | 2 # LAPB Data Link Drive 6 tristate "LAPB Data Link Driver"
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | at91sam9x5.dtsi | 562 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 …]
|
D | exynos5440-ssdk5440.dts | 72 label = "User-Data";
|
D | imx6q-dmo-edmqmx6.dts | 2 * Copyright 2013 Data Modul AG 18 model = "Data Modul eDM-QMX6 Board";
|
D | sama5d4.dtsi | 1713 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/ |
D | isdn_ttyfax.c | 288 __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/ |
D | Kconfig | 15 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/ |
D | Kconfig | 11 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/ |
D | silabs,si570.txt | 9 [2] Si570/571 Data Sheet 11 [3] Si598/599 Data Sheet
|
D | silabs,si5351.txt | 4 [1] Si5351A/B/C Data Sheet
|
/linux-4.4.14/Documentation/networking/ |
D | dctcp.txt | 28 "Data Center TCP (DCTCP)", Data Center Networks session
|
D | i40e.txt | 66 Data Center Bridging (DCB) 72 The driver supports Fiber Channel over Ethernet (FCoE) and Data Center
|
D | cxgb.txt | 269 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
|
D | ixgbe.txt | 233 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)
|
D | framerelay.txt | 3 Data Link Connection Identifier (DLCI) as its hardware address. Usually these
|
D | 00-INDEX | 90 - info on using Frame Relay/Data Link Connection Identifier (DLCI). 94 - The generic High Level Data Link Control (HDLC) layer.
|
D | tcp.txt | 71 Data is kept on a single queue. The skb->users flag tells us if the frame is
|
D | ieee802154.txt | 56 net_device, with .type = ARPHRD_IEEE802154. Data is exchanged with socket family
|
D | x25-iface.txt | 81 - Data passed upstream by means of netif_rx() might be dropped by the
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | capi20.h | 299 dword Data; member 306 dword Data; member 319 dword Data; member 326 dword Data; member
|
D | divasync.h | 350 typedef int (*USB_SEND_REQ)(unsigned char PipeIndex, unsigned char Type, void *Data, int sizeData);
|
D | debuglib.h | 313 } Data; member
|
D | capifunc.c | 303 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/ |
D | romscript.normal | 10 /* Data in ROM */
|
/linux-4.4.14/net/x25/ |
D | Kconfig | 17 (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/ |
D | configfs-usb-gadget-printer | 7 pnp_string - Data to be passed to the host in pnp string
|
D | sysfs-devices-system-ibm-rtl | 19 BIOS Data Area (EBDA).
|
D | sysfs-driver-hid-wiimote | 67 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
|
D | sysfs-bus-intel_th-devices-gth | 22 Description: (RW) Data retention policy setting: keep (0) or drop (1)
|
D | sysfs-bus-pci | 38 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/ |
D | pkcs7.asn1 | 25 content [0] EXPLICIT Data OPTIONAL 28 Data ::= ANY ({ pkcs7_note_data })
|
/linux-4.4.14/Documentation/hwmon/ |
D | k10temp | 36 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:
|
D | max34440 | 15 PMBus Power-Supply Data Logger 38 and Intelligent Fan Controller, and MAX34446 PMBus Power-Supply Data Logger.
|
D | ads1015 | 40 Platform Data
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | atmel-dataflash.txt | 1 * Atmel Data Flash
|
/linux-4.4.14/Documentation/usb/ |
D | usbmon.txt | 147 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
|
D | gadget_hid.txt | 41 0x81, 0x02, /* INPUT (Data,Var,Abs) */ 50 0x91, 0x02, /* OUTPUT (Data,Var,Abs) */ 61 0x81, 0x00, /* INPUT (Data,Ary,Abs) */
|
D | WUSB-Design-overview.txt | 279 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/ |
D | ince1pc.h | 120 /*03 */ unsigned char Data[DPRAM_SPOOLER_DATA_SIZE]; member
|
D | boardergo.c | 274 dst = sp->Data; /* point to data in spool structure */ in ergo_writebootseq()
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | skfddi.c | 136 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/ |
D | Kconfig | 54 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/ |
D | mxc-w1 | 9 Data%20Sheets&WT_VENDOR=FREESCALE&WT_FILE_FORMAT=pdf&WT_ASSET=Documentation
|
/linux-4.4.14/Documentation/mtd/nand/ |
D | pxa3xx-nand.txt | 91 | Data |x OOB | 97 | Data | OOB | Data x | OOB |
|
/linux-4.4.14/arch/arm/include/debug/ |
D | vf.S | 27 strb \rd, [\rx, #0x7] @ Data Register
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | fsl-dcp.txt | 1 Freescale DCP (Data Co-Processor) found on i.MX23/i.MX28 .
|
D | samsung-sss.txt | 6 -- Data Encryption Standard (DES)/3DES
|
D | atmel-crypto.txt | 25 * Triple Data Encryption Standard (Triple DES)
|
D | fsl-sec4.txt | 27 High Speed Data Path Configuration: 35 Job Ring Data Path Configuration:
|
/linux-4.4.14/include/linux/isdn/ |
D | capiutil.h | 111 __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/ |
D | tcmu-design.txt | 10 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:
|
D | tcm_mod_builder.txt | 24 *) NOP API calls for all other Data I/O path and fabric dependent attribute logic
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | head-xscale.S | 16 @ Data cache might be active.
|
/linux-4.4.14/drivers/staging/comedi/ |
D | Kconfig | 2 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/ |
D | joystick-parport.txt | 115 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
|
D | gpio-tilt.txt | 10 Data structures:
|
D | cma3000_d0x.txt | 39 Platform Data
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | diu.txt | 16 Data from the detailed timing descriptor will be used to
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | sm501fb.txt | 19 Data from the detailed timing descriptor will be used to
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-devices-system-cpu | 16 Description: Default value for the Data Stream Control Register (DSCR) on
|
/linux-4.4.14/Documentation/isdn/ |
D | README.gigaset | 9 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"
|
D | INTERFACE.CAPI | 73 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)
|
D | INTERFACE.fax | 15 Data handling:
|
/linux-4.4.14/Documentation/powerpc/ |
D | 00-INDEX | 34 - Overview DSCR (Data Stream Control Register) support.
|
D | dscr.txt | 1 DSCR (Data Stream Control Register) 11 (A) Data Structures:
|
/linux-4.4.14/drivers/net/ethernet/chelsio/ |
D | Kconfig | 88 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/ |
D | output_format.txt | 109 unknown | unknown | unknown | unknown | Data Link Protocol | \ 122 Physical Layer | Data Link Layer | Transaction Layer
|
/linux-4.4.14/drivers/staging/iio/light/ |
D | Kconfig | 16 Data from sensor is accessible via sysfs.
|
/linux-4.4.14/Documentation/blockdev/drbd/ |
D | data-structure-v9.txt | 4 Basic Data Structure
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | l2cc.txt | 36 - 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/ |
D | ADSBitsy | 4 For more details, contact Applied Data Systems or see
|
D | GraphicsMaster | 3 For more details, contact Applied Data Systems or see
|
D | GraphicsClient | 3 For more details, contact Applied Data Systems or see
|
/linux-4.4.14/Documentation/device-mapper/ |
D | striped.txt | 5 device across one or more underlying devices. Data is written in "chunks",
|
D | switch.txt | 25 session is connected to an eth port on a single member. Data to a LUN
|
/linux-4.4.14/Documentation/memory-devices/ |
D | ti-emif.txt | 32 Platform Data (see include/linux/platform_data/emif_plat.h):
|
/linux-4.4.14/Documentation/devicetree/bindings/display/tilcdc/ |
D | panel.txt | 13 - raster-order: Raster Data Order Select: 1=Most-to-least 0=Least-to-most
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | chosen.txt | 6 arguments. Data in the chosen node does not represent the hardware.
|
/linux-4.4.14/Documentation/parisc/ |
D | registers | 59 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/ |
D | Kconfig | 66 prompt "NAND (NFC) Data" 69 Select PORT used for NAND Data Bus. See Hardware Reference Manual
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | cs35l32.txt | 27 - cirrus,sdout-datacfg : Data configuration for dual CS35L32 applications only.
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/xilinx/ |
D | xilinx_dma.txt | 26 - xlnx,include-dre: Tells whether hardware is configured for Data
|
D | xilinx_vdma.txt | 32 - xlnx,include-dre: Tells hardware is configured for Data
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
D | Kconfig | 222 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/ |
D | data-integrity.txt | 12 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/ |
D | ifc.txt | 57 label = "NOR Data";
|
/linux-4.4.14/Documentation/gpio/ |
D | board.txt | 68 with the help of _DSD (Device Specific Data), introduced in ACPI 5.1: 104 Platform Data
|
/linux-4.4.14/Documentation/filesystems/ |
D | nilfs2.txt | 207 | Data blocks | B-tree blocks | Data blocks | B-tree blocks | ... 231 4) Data address translation file -- Maps virtual block numbers to usual
|
D | fiemap.txt | 155 Data is located within a meta data block. 159 Data is packed into a block with data from other files.
|
D | ocfs2.txt | 61 data=writeback Data ordering is not preserved, data may be written
|
D | xfs.txt | 161 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/ |
D | opp.txt | 12 5. OPP Data Retrieval Functions 13 6. Data Structures 237 5. OPP Data Retrieval Functions 308 6. Data Structures
|
D | charger-manager.txt | 57 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/ |
D | types.h | 107 u8 Data[1]; member
|
/linux-4.4.14/drivers/net/ethernet/wiznet/ |
D | Kconfig | 60 using Indirect Mode Address Register and Indirect Mode Data Register,
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | Kconfig | 189 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/ |
D | mvebu-devbus.txt | 90 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/ |
D | fsl,imx27-pinctrl.txt | 40 3 - Data Register
|
/linux-4.4.14/arch/arm/kvm/ |
D | init.S | 112 @ - Data/Unified cache: enabled
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | e5500_power_isa.dtsi | 57 fsl,eref-deo; // Data Cache Extended Operations
|
D | e500mc_power_isa.dtsi | 56 fsl,eref-deo; // Data Cache Extended Operations
|
D | e6500_power_isa.dtsi | 62 fsl,eref-deo; // Data Cache Extended Operations
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | USB-Host.txt | 49 Platform Data
|
/linux-4.4.14/arch/mn10300/mm/ |
D | tlb-mn10300.S | 88 # Data TLB Miss handler entry point
|
/linux-4.4.14/drivers/staging/lustre/ |
D | README.txt | 14 Lustre has independent Metadata and Data servers that clients can access
|
/linux-4.4.14/drivers/net/fddi/ |
D | Kconfig | 9 Fiber Distributed Data Interface is a high speed local area network
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | compress_offload.txt | 22 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/ |
D | README.FPE | 13 Floating Point Coprocessor Data Transfer Instructions (CPDT) 69 Floating Point Coprocessor Data Instructions (CPDT)
|
/linux-4.4.14/Documentation/ |
D | xillybus.txt | 25 -- Data streaming 26 -- Data granularity 211 * format: The underlying data width. See Data Granularity below. 265 Data streaming 307 Data granularity
|
D | hw_random.txt | 27 hardware is faulty or has been tampered with). Data is only
|
D | preempt-locking.txt | 67 Data protection under preemption is achieved by disabling preemption for the
|
D | media-framework.txt | 31 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/ |
D | reg_bits.h | 5 #define UData(Data) ((unsigned long) (Data)) argument
|
/linux-4.4.14/Documentation/fb/ |
D | sh7760fb.txt | 46 attached. Data must be wrapped in a "struct sh7760fb_platdata" and
|
/linux-4.4.14/Documentation/mmc/ |
D | mmc-dev-attrs.txt | 17 csd Card Specific Data Register
|
/linux-4.4.14/Documentation/misc-devices/ |
D | apds990x.txt | 7 Data sheet:
|
D | bh1770glc.txt | 8 Data sheet:
|
D | lis3lv02d | 19 sporting the feature officially called "HP Mobile Data Protection System 3D" or
|
/linux-4.4.14/arch/metag/mm/ |
D | cache.c | 160 val = seg->Data[1]; in metag_cache_probe()
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/fsl/ |
D | bman.txt | 13 The Buffer Manager is part of the Data-Path Acceleration Architecture (DPAA).
|
D | qman.txt | 13 The Queue Manager is part of the Data-Path Acceleration Architecture (DPAA). QMan
|
/linux-4.4.14/Documentation/metag/ |
D | kernel-ABI.txt | 24 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/ |
D | Kconfig | 11 The Infrared Data Associations (tm) specifies standards for wireless
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_mp_ioctl.h | 69 u8 Data[256]; member
|
/linux-4.4.14/fs/cifs/ |
D | cifspdu.h | 802 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/ |
D | stv0367.c | 1947 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/ |
D | Kconfig | 180 comment "OMAP Legacy Platform Data Board Type"
|
/linux-4.4.14/Documentation/x86/ |
D | tlb.txt | 22 more attrative an individual flush looks. Data and
|
/linux-4.4.14/net/l2tp/ |
D | Kconfig | 97 up Pseudowires for transporting layer 2 Packet Data Units
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | exynos-dw-mshc.txt | 55 * samsung,read-strobe-delay: RCLK (Data strobe) delay to control HS400 mode
|
/linux-4.4.14/block/ |
D | Kconfig | 88 T10/SCSI Data Integrity Field or the T13/ATA External Path
|
/linux-4.4.14/tools/perf/util/ |
D | parse-events.l | 255 dTLB|d-tlb|Data-TLB |
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | Kconfig | 79 bool "LPAR Configuration Data"
|
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/ |
D | samsung-fimd.txt | 74 Video Data ----------------------------<XXXXXXXXXXXXXXXXXXXXXXXXX>--
|
/linux-4.4.14/tools/usb/usbip/ |
D | README | 164 : 0 - Data / unknown subclass / unknown protocol (0a/ff/00)
|
/linux-4.4.14/arch/um/ |
D | Kconfig.char | 25 lines to a device similar to /dev/null. Data written to it disappears
|
/linux-4.4.14/arch/powerpc/platforms/8xx/ |
D | Kconfig | 102 bool "Copy-Back Data Cache (else Writethrough)"
|
/linux-4.4.14/Documentation/frv/ |
D | features.txt | 255 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/ |
D | Kconfig | 91 #Data transfers to the device via PIO. We want it as a fallback even
|
/linux-4.4.14/arch/blackfin/mach-bf548/ |
D | Kconfig | 189 int "IRQ MXVR Data"
|
/linux-4.4.14/Documentation/networking/caif/ |
D | Linux-CAIF.txt | 12 channels, initiate GPRS Data connections, Video channels and Utility Channels.
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.cpu | 467 bool "Data" 481 prompt "Data cache mode"
|
/linux-4.4.14/drivers/zorro/ |
D | zorro.ids | 212 0900 DSP96000 Realtime Data Acquisition DSP Card 313 086f Mainhattan-Data/A-Team
|
/linux-4.4.14/lib/ |
D | Kconfig | 79 tristate "CRC calculation for the T10 Data Integrity Field" 475 Data from JEDEC specs for DDR SDRAM memories,
|
/linux-4.4.14/Documentation/nvdimm/ |
D | btt.txt | 47 | Arena 1 | | Data Blocks | 102 Postmap ABA : The block number in the "Data Blocks" area obtained after
|
/linux-4.4.14/Documentation/dvb/ |
D | avermedia.txt | 122 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/ |
D | mpi_history.txt | 141 * 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/ |
D | omap-mailbox.txt | 65 Sub-mailbox Descriptor Data
|
/linux-4.4.14/arch/arc/ |
D | Kconfig | 232 bool "Use Data Cache" 268 Single Cycle RAMS to store Fast Path Data
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | x_operr.S | 255 | Destination is Dn. Get register number from d0. Data is on
|
/linux-4.4.14/Documentation/leds/ |
D | leds-lp55xx.txt | 21 ( Driver Structure Data )
|
/linux-4.4.14/Documentation/crypto/ |
D | api-intro.txt | 37 Encryption with Associated Data), Block Ciphers, Ciphers, Compressors and
|