/linux-4.1.27/Documentation/device-mapper/ |
D | dm-uevent.txt | 21 Type: string 27 Type: string 35 Type: unsigned integer 41 Type: string 48 Type: unsigned integer 54 Type: string 60 Type: string
|
D | dm-log.txt | 19 Type Files
|
/linux-4.1.27/arch/metag/include/asm/ |
D | tbx.h | 112 #define TBID_SEG( Thread, Scope, Type ) (\ argument 113 ((Thread)<<TBID_THREAD_S) + ((Scope)<<TBID_SEGSCOPE_S) + (Type)) 1165 #define TBIDCACHE_PRELOAD( Type, pAddr ) ((Type) (pAddr)) argument 1166 #define TBIDCACHE_REFRESH( Type, pAddr ) ((Type) (pAddr)) argument 1176 #define TBIDCACHE_PRELOAD( Type, Addr ) \ argument 1177 ((Type) __builtin_dcache_preload ((void *)(Addr))) 1182 #define TBIDCACHE_REFRESH( Type, Addr ) __extension__ ({ \ argument 1183 Type __addr = (Type)(Addr); \ 1200 #define TBIDCACHE_PRELOAD( Type, Addr ) \ argument 1201 ((Type) __builtin_dcache_preload ((void *)(Addr))) [all …]
|
/linux-4.1.27/drivers/usb/storage/ |
D | freecom.c | 52 u8 Type; /* Command type. */ member 59 u8 Type; /* Command type. */ member 66 u8 Type; /* Type + IDE register. */ member 73 u8 Type; /* Type | IDE register. */ member 159 fxfr->Type = FCM_PACKET_INPUT | 0x00; in freecom_readdata() 192 fxfr->Type = FCM_PACKET_OUTPUT | 0x00; in freecom_writedata() 240 fcb->Type = FCM_PACKET_ATAPI | 0x00; in freecom_transport() 282 fcb->Type = FCM_PACKET_STATUS; in freecom_transport()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-driver-hid-prodikeys | 9 Type: Read/write 19 Type: Read/write 29 Type: Read/Write
|
D | sysfs-firmware-dmi | 83 --- Type 15 - System Event Log --- 94 SMBIOS / DMI specification under "System Event Log (Type 15)":
|
D | sysfs-driver-toshiba_acpi | 68 * 1 -> Type 1, supporting modes FN-Z and AUTO 69 * 2 -> Type 2, supporting modes TIMER, ON and OFF
|
D | sysfs-firmware-memmap | 41 type : Type of the entry as string. See below for a list of
|
D | sysfs-driver-genwqe | 16 Description: Type of the card e.g. 'GenWQE5-A7'.
|
/linux-4.1.27/include/uapi/linux/ |
D | cciss_defs.h | 98 BYTE Type:3; member 101 } Type; member 109 BYTE Type; member
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 239 Type: read 248 Type: modify (optional) 257 Type: read 267 Type: kernel internal 274 Type: modify (obligatory) 280 Type: modify (optional) 288 Type: read 296 Type: read 305 Type: read 312 Type: read [all …]
|
D | 00-INDEX | 14 - how to use x86 Memory Type Range Registers to increase performance
|
D | mtrr.txt | 1 MTRR (Memory Type Range Register) control 7 the Memory Type Range Registers (MTRRs) may be used to control
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 34 Type: unsigned while referring to it. Typically 0 on thermal sensor 64 Type: unsigned cooling state accepted. Typically 0. 68 Type: unsigned cooling state accepted. 72 Type: unsigned while referring to it. Must be at least 2, in order 88 Type: signed in millicelsius. 92 Type: unsigned This is a relative value, in millicelsius. 100 Type: string 110 Type: phandle + referring to which cooling device is used in this 115 Type: phandle of zone. 120 Type: unsigned referred cooling device at the referred trip point. [all …]
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 81 Type: system, vm, or vcpu. 93 Type: system ioctl 109 Type: system ioctl 129 Type: system 156 Type: system ioctl, vm ioctl 174 Type: system ioctl 187 Type: vm ioctl 198 Type: vm ioctl 238 Type: vm ioctl 262 Type: vm ioctl [all …]
|
D | locking.txt | 135 Type: spinlock_t 140 Type: raw_spinlock_t 147 Type: raw_spinlock 154 Type: spinlock_t 160 Type: srcu lock
|
/linux-4.1.27/arch/mips/include/asm/fw/arc/ |
D | hinv.h | 124 CONFIGTYPE Type; member 170 MEMORYTYPE Type; member
|
/linux-4.1.27/scripts/ |
D | checkpatch.pl | 330 our $Type; 550 $Type = qr{ 560 $Declare = qr{(?:$Storage\s+(?:$Inline\s+)?)?$Type}; 578 (?:$Storage\s+)?${Type}\s+uninitialized_var\s*\( 611 if ($line =~ /^[ \t]*(?:#[ \t]*define|typedef\s+$Type)\s+(\w*(?:[A-Z][a-z]|[a-z][A-Z])\w*)/) { 1400 } elsif ($cur =~ /^(\(\s*$Type\s*)\)/ && $av_pending eq '_') { 1405 } elsif ($cur =~ /^($Type)\s*(?:$Ident|,|\)|\(|\s*$)/) { 1586 $Type| 1609 $possible =~ s/\s*$Type\s*//g; 2617 if ($line =~ /^\+(.*)\(\s*$Type\s*\)([ \t]++)((?![={]|\\$|$Attribute|__attribute__))/ && [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/lpddr2/ |
D | lpddr2-timings.txt | 5 - min-freq : minimum DDR clock frequency for the speed-bin. Type is <u32> 6 - max-freq : maximum DDR clock frequency for the speed-bin. Type is <u32>
|
/linux-4.1.27/drivers/block/ |
D | cciss_scsi.c | 319 printk("Type:%d\n",cp->Request.Type.Type); 320 printk("Attr:%d\n",cp->Request.Type.Attribute); 321 printk(" Dir:%d\n",cp->Request.Type.Direction); 732 if (c->Request.Type.Type == TYPE_MSG) { in complete_scsi_command() 937 c->Request.Type.Type = TYPE_CMD; in cciss_scsi_do_simple_cmd() 938 c->Request.Type.Attribute = ATTR_SIMPLE; in cciss_scsi_do_simple_cmd() 939 c->Request.Type.Direction = direction; in cciss_scsi_do_simple_cmd() 1468 c->Request.Type.Type = TYPE_CMD; in cciss_scsi_queue_command_lck() 1469 c->Request.Type.Attribute = ATTR_SIMPLE; in cciss_scsi_queue_command_lck() 1473 c->Request.Type.Direction = XFER_WRITE; in cciss_scsi_queue_command_lck() [all …]
|
D | cciss.c | 1479 (iocommand.Request.Type.Direction != XFER_NONE)) { in cciss_passthru() 1487 if (iocommand.Request.Type.Direction == XFER_WRITE) { in cciss_passthru() 1548 if (iocommand.Request.Type.Direction == XFER_READ) { in cciss_passthru() 1590 (ioc->Request.Type.Direction != XFER_NONE)) { in cciss_bigpassthru() 1623 if (ioc->Request.Type.Direction == XFER_WRITE) { in cciss_bigpassthru() 1675 if (ioc->Request.Type.Direction == XFER_READ) { in cciss_bigpassthru() 1822 if (c->Request.Type.Direction == XFER_READ) in cciss_softirq_done() 2545 c->Request.Type.Type = cmd_type; in fill_cmd() 2555 c->Request.Type.Attribute = ATTR_SIMPLE; in fill_cmd() 2556 c->Request.Type.Direction = XFER_READ; in fill_cmd() [all …]
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | Kconfig | 45 #comment "Renesas ARM SoCs System Type" 92 comment "Renesas ARM SoCs Board Type" 104 comment "Renesas ARM SoCs System Type" 134 comment "Renesas ARM SoCs Board Type"
|
/linux-4.1.27/Documentation/power/ |
D | video.txt | 133 IBM TP A31 / Type 2652-M5G s3_mode (3) [works ok with BIOS 1.04 2002-08-23, but not at all wit… 134 IBM TP R32 / Type 2658-MMG none (1) 136 IBM TP R50p / Type 1832-22U s3_bios (2) 139 IBM TP T40 / Type 2373-MU4 none (1) 147 IBM TP X31 / Type 2672-XXH none (1), use radeontool (http://fdd.com/software/radeon/) to turn … 149 IBM Thinkpad X40 Type 2371-7JG s3_bios,s3_mode (4)
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_efuse.c | 707 u8 Type, u16 Offset, u32 *Value) in EFUSE_ShadowRead23a() argument 709 if (Type == 1) in EFUSE_ShadowRead23a() 711 else if (Type == 2) in EFUSE_ShadowRead23a() 713 else if (Type == 4) in EFUSE_ShadowRead23a()
|
/linux-4.1.27/arch/mips/lantiq/ |
D | Kconfig | 9 prompt "SoC Type"
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio-Models.txt | 204 intel-mac-v1 Intel Mac Type 1 205 intel-mac-v2 Intel Mac Type 2 206 intel-mac-v3 Intel Mac Type 3 207 intel-mac-v4 Intel Mac Type 4 208 intel-mac-v5 Intel Mac Type 5
|
D | ALSA-Configuration.txt | 1864 adaptor - Type of adaptor.
|
/linux-4.1.27/Documentation/auxdisplay/ |
D | ks0108 | 36 Type: LCD Controller (Liquid Crystal Display Controller)
|
D | cfag12864b | 37 Type: LCD (Liquid Crystal Display)
|
/linux-4.1.27/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 36 these options is the DoD Basic Security Option (BSO) (Type 130) which allows 40 categories or compartments, another security option (Type 133) exists and 102 3.1 Type 186 3.4.1 Tag Type Classes 205 3.4.2 Tag Type 1 218 Figure 3. Tag Type 1 Format 221 3.4.2.1 Tag Type 291 3.4.3 Tag Type 2 304 Figure 5. Tag Type 2 Format 307 3.4.3.1 Tag Type [all …]
|
/linux-4.1.27/Documentation/ |
D | dcdbas.txt | 71 Host Control SMI Type 76 PowerEdge System Host Control SMI Type
|
D | edac.txt | 283 Memory Type attribute file: 416 On Header Type 00 devices the primary status is looked at 419 On Header Type 01 bridges, the secondary status register is also
|
D | printk-formats.txt | 1 If variable is of Type, use printk format specifier:
|
D | IPMI.txt | 670 * Sensor Type: 0x20 (OS critical stop sensor) 672 * Event Dir | Event Type: 0x6f (Assertion, sensor-specific event info)
|
/linux-4.1.27/Documentation/security/ |
D | SELinux.txt | 14 2. Type 'make' to compile mdp.
|
D | Smack.txt | 273 Domain Type Enforcement 275 Around the turn of the century Domain Type Enforcement (DTE) became popular. 289 imposed by an arcane government policy. The complexity of Domain Type
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | nbpfaxi.txt | 1 * Renesas "Type-AXI" NBPFAXI* DMA controllers
|
/linux-4.1.27/arch/mips/loongson1/ |
D | Kconfig | 4 prompt "Machine Type"
|
/linux-4.1.27/Documentation/dvb/ |
D | ci.txt | 138 APP: Type=[1] 147 APP: Type=[1] 149 APP: Type=[1]
|
/linux-4.1.27/arch/unicore32/mm/ |
D | Kconfig | 1 comment "Processor Type"
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | brcm,kona-ccu.txt | 72 CCU Clock Type Index Specifier 117 CCU Clock Type Index Specifier
|
D | ste-u300-syscon-clock.txt | 19 Type: ID: Clock:
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtw_efuse.h | 107 void EFUSE_ShadowRead23a(struct rtw_adapter *pAdapter, u8 Type, u16 Offset, u32 *Value);
|
D | odm.h | 213 u8 Type; /* DM_Type_ByFW/DM_Type_ByDriver */ member
|
/linux-4.1.27/arch/metag/ |
D | Kconfig.soc | 2 prompt "SoC Type"
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | Kconfig | 5 comment "OMAP Core Type" 34 comment "OMAP Board Type"
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-dump | 30 Type '0xffffffff unknown' is used when
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | Kconfig | 124 comment "OMAP Core Type" 163 comment "OMAP Legacy Platform Data Board Type"
|
/linux-4.1.27/Documentation/frv/ |
D | gdbstub.txt | 90 Type "show copying" to see the conditions. 91 There is absolutely no warranty for GDB. Type "show warranty" for details.
|
D | configuring.txt | 12 (*) "Kernel Type"
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | wlan_bssdef.h | 208 u32 Type; member
|
D | odm.h | 248 u8 Type; /* DM_Type_ByFW/DM_Type_ByDriver */ member
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.saa7134 | 31 Type "make" to build the driver now. "make install" installs the
|
D | vivid.txt | 819 RDS Program Type: 852 RDS Program Type:
|
/linux-4.1.27/drivers/media/pci/saa7164/ |
D | saa7164-bus.c | 33 b->Type = TYPE_BUS_PCIe; in saa7164_bus_setup() 61 dprintk(DBGLVL_BUS, " .type = %d\n", b->Type); in saa7164_bus_dump()
|
D | saa7164-types.h | 79 enum tmBusType Type; member
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | axp20x.txt | 41 Regulator Type Supply Name Notes
|
/linux-4.1.27/tools/usb/usbip/ |
D | INSTALL | 53 2. Type `make' to compile the package. 58 4. Type `make install' to install the programs and any data files and 141 Specifying the System Type
|
/linux-4.1.27/drivers/usb/serial/ |
D | io_ti.c | 600 if (rom_desc->Type == desc_type) in get_descriptor_addr() 606 } while ((start_address < TI_MAX_I2C_SIZE) && rom_desc->Type); in get_descriptor_addr() 674 dev_dbg(dev, "%s Type = 0x%x\n", __func__, rom_desc->Type); in check_i2c_image() 677 ttype = rom_desc->Type & 0x0f; in check_i2c_image() 695 } while ((rom_desc->Type != I2C_DESC_TYPE_ION) && in check_i2c_image() 698 if ((rom_desc->Type != I2C_DESC_TYPE_ION) || in check_i2c_image() 823 i2c_header->Type = I2C_DESC_TYPE_FIRMWARE_BLANK; in build_i2c_fw_hdr()
|
D | io_usbvend.h | 596 __u8 Type; // Type of descriptor member
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | Kconfig | 16 comment "DaVinci Core Type" 55 comment "DaVinci Board Type"
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas_fusion.h | 101 u8 Type:4; member 103 u8 Type:4;
|
D | megaraid_sas_fusion.c | 1607 io_request->RaidContext.Type = MPI2_TYPE_CUDA; in megasas_build_ldio_fusion() 1641 io_request->RaidContext.Type = MPI2_TYPE_CUDA; in megasas_build_ldio_fusion() 1830 io_request->RaidContext.Type = 0; in megasas_build_io_fusion()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | divasync.h | 350 typedef int (*USB_SEND_REQ)(unsigned char PipeIndex, unsigned char Type, void *Data, int sizeData);
|
D | cardtype.h | 906 unsigned char Type; member
|
/linux-4.1.27/arch/mips/loongson/ |
D | Kconfig | 4 prompt "Machine Type"
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtl819x_Qos.h | 260 u16 Type; member
|
/linux-4.1.27/arch/unicore32/configs/ |
D | unicore32_defconfig | 16 ### System Type
|
/linux-4.1.27/Documentation/networking/ |
D | ixgbe.txt | 43 Supplier Type Part Numbers 57 Supplier Type Part Numbers 94 Supplier Type Part Numbers
|
D | iphase.txt | 71 Itf Type ESI/"MAC"addr AAL(TX,err,RX,err,drop) ...
|
D | cdc_mbim.txt | 22 Type: Boolean
|
D | arcnet-hardware.txt | 240 IBM Type 1 150 Ohm up to 200 m 241 IBM Type 3 100 Ohm up to 100 m 1009 SMC ARCnet Board Type LCS-8830-T 1453 Selecting the Connector Type on CN120ST/SBT
|
D | cs89x0.txt | 172 Media Type: Autodetect (3-media cards) or
|
/linux-4.1.27/Documentation/input/ |
D | sentelic.txt | 123 Byte 2: Message Type => 0x5A (Enable/Disable status packet) 124 Mode Type => 0xA5 (Normal/Icon mode status) 125 Byte 3: Message Type => 0x00 (Disabled) 127 Mode Type => 0x00 (Normal) 202 Byte 2: Message Type => 0xB7 (Multi Finger, Multi Coordinate mode) 296 Byte 2: Message Type => 0xB7 (Multi Finger, Multi Coordinate mode)
|
D | joystick-parport.txt | 446 Type | Joystick/Pad 485 'Type' is the type of joystick or pad attached: 487 Type | Joystick/Pad
|
D | input.txt | 281 Type is for example EV_REL for relative moment, EV_KEY for a keypress or
|
D | joystick.txt | 192 Type | Meaning
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_Qos.h | 408 u16 Type; member
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-dma.txt | 51 Results[0]: Type: 0: MPEG.
|
D | fw-encoder-api.txt | 491 Type of stream
|
/linux-4.1.27/Documentation/networking/caif/ |
D | README | 83 Channel Type(1)
|
/linux-4.1.27/Documentation/isdn/ |
D | README.act2000 | 51 b = Bus-Type (1=ISA, 2=MCA, 3=PCMCIA)
|
D | README.sc | 133 any further. Type 'man 8 scctrl' and 'man 4 sc'.
|
D | INTERFACE.CAPI | 290 Get Macro Set Macro Element (Type)
|
D | README.HiSax | 155 Type Required parameters (in addition to type and protocol)
|
D | README | 566 mixed 1TR6- and Euro-Type lines. In this case, the interface has to be
|
/linux-4.1.27/arch/unicore32/ |
D | Kconfig | 73 menu "System Type"
|
/linux-4.1.27/Documentation/zh_CN/ |
D | SubmittingPatches | 193 Content-Type: text/plain; charset=us-ascii; format=flowed
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | Suspend.txt | 104 The S3C2410 specific configuration in `System Type` defines various
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c | 902 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ argument 908 Type, Value); \ 1046 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) argument
|
D | zconf.tab.c_shipped | 902 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ 908 Type, Value); \ 1046 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
|
/linux-4.1.27/arch/powerpc/platforms/8xx/ |
D | Kconfig | 6 prompt "8xx Machine Type"
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/ |
D | omap.txt | 35 SoC Type (optional):
|
/linux-4.1.27/arch/powerpc/platforms/ |
D | Kconfig.cputype | 12 prompt "Processor Type" 60 prompt "Processor Type"
|
/linux-4.1.27/drivers/input/keyboard/ |
D | Kconfig | 539 tristate "Sun Type 4 and Type 5 keyboard" 542 Say Y here if you want to use a Sun Type 4 or Type 5 keyboard,
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.arcmsr | 72 ** 1. add arcmsr_enable_eoi_mode() on adapter Type B
|
D | scsi-changer.txt | 6 with "Type: Medium Changer" in /proc/scsi/scsi.
|
/linux-4.1.27/Documentation/filesystems/ |
D | dlmfs.txt | 99 Open Flag Lock Request Type
|
D | btrfs.txt | 85 Control BTRFS file data compression. Type may be specified as "zlib"
|
D | proc.txt | 1014 model Type/Chipset of IDE controller 1148 Type: Direct-Access ANSI SCSI revision: 03 1151 Type: CD-ROM ANSI SCSI revision: 02
|
/linux-4.1.27/arch/avr32/ |
D | Kconfig | 63 menu "System Type and features"
|
/linux-4.1.27/Documentation/locking/ |
D | locktorture.txt | 37 torture_type Type of lock to torture. By default, only spinlocks will
|
/linux-4.1.27/drivers/dma/ |
D | Kconfig | 423 tristate "Renesas Type-AXI NBPF DMA support" 427 Support for "Type-AXI" NBPF DMA IPs from Renesas
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.c | 143 u32 RegRCR, Type; in rtl8192e_SetHwReg() local 145 Type = ((u8 *)(val))[0]; in rtl8192e_SetHwReg() 149 if (Type == true) in rtl8192e_SetHwReg() 151 else if (Type == false) in rtl8192e_SetHwReg()
|
/linux-4.1.27/drivers/scsi/ |
D | hpsa_cmd.h | 359 u8 Type; member
|
D | hpsa.c | 4897 (iocommand.Request.Type.Direction != XFER_NONE)) { in hpsa_passthru_ioctl() 4904 if (iocommand.Request.Type.Direction & XFER_WRITE) { in hpsa_passthru_ioctl() 4963 if ((iocommand.Request.Type.Direction & XFER_READ) && in hpsa_passthru_ioctl() 5006 (ioc->Request.Type.Direction != XFER_NONE)) { in hpsa_big_passthru_ioctl() 5039 if (ioc->Request.Type.Direction & XFER_WRITE) { in hpsa_big_passthru_ioctl() 5091 if ((ioc->Request.Type.Direction & XFER_READ) && ioc->buf_size > 0) { in hpsa_big_passthru_ioctl()
|
D | Kconfig | 184 changers are listed as "Type: Medium Changer" in /proc/scsi/scsi.
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 540 Type(A) offers the best locality for processes on Node(0), but ZONE_DMA 544 Type(B) cannot offer the best locality but is more robust against OOM of 547 Type(A) is called as "Node" order. Type (B) is "Zone" order.
|
D | net.txt | 267 Internal for internal networks) and the Frame Type if appropriate. Linux
|
/linux-4.1.27/Documentation/arm/ |
D | Interrupts | 141 function. Type should be one of IRQ_TYPE_xxx defined in
|
/linux-4.1.27/arch/powerpc/platforms/85xx/ |
D | Kconfig | 2 bool "Freescale Book-E Machine Type"
|
/linux-4.1.27/Documentation/usb/ |
D | usbmon.txt | 119 - Event Type. This type refers to the format of the event, not URB type. 124 Type and direction are encoded with two bytes in the following manner:
|
D | gadget_hid.txt | 106 Another interesting example is the caps lock test. Type
|
/linux-4.1.27/Documentation/thermal/ |
D | sysfs-api.txt | 171 |---type: Type of the thermal zone 182 |---type: Type of the cooling device(processor/fan/...)
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | odm.c | 913 pOdmRA->Type = DM_Type_ByDriver; in odm_RateAdaptiveMaskInit() 914 if (pOdmRA->Type == DM_Type_ByDriver) in odm_RateAdaptiveMaskInit()
|
/linux-4.1.27/drivers/net/irda/ |
D | Kconfig | 299 tristate "Toshiba Type-O IR Port" 302 Say Y here if you want to build support for the Toshiba Type-O IR
|
/linux-4.1.27/Documentation/acpi/apei/ |
D | einj.txt | 40 Error Type Value Error Description
|
/linux-4.1.27/Documentation/hwmon/ |
D | vt1211 | 127 Diode Type Offset Gain
|
D | dme1737 | 264 fan[1-4]_type RW Type of attached fan. Expressed in
|
/linux-4.1.27/fs/cifs/ |
D | cifssmb.c | 1092 pRetData->Type = cpu_to_le32(-1); /* unknown */ in CIFSPOSIXCreate() 1098 pRetData->Type = cpu_to_le32(-1); in CIFSPOSIXCreate() 5992 data_offset->Type = cpu_to_le32(UNIX_FILE); in cifs_fill_unix_set_info() 5994 data_offset->Type = cpu_to_le32(UNIX_DIR); in cifs_fill_unix_set_info() 5996 data_offset->Type = cpu_to_le32(UNIX_SYMLINK); in cifs_fill_unix_set_info() 5998 data_offset->Type = cpu_to_le32(UNIX_CHARDEV); in cifs_fill_unix_set_info() 6000 data_offset->Type = cpu_to_le32(UNIX_BLOCKDEV); in cifs_fill_unix_set_info() 6002 data_offset->Type = cpu_to_le32(UNIX_FIFO); in cifs_fill_unix_set_info() 6004 data_offset->Type = cpu_to_le32(UNIX_SOCKET); in cifs_fill_unix_set_info()
|
D | inode.c | 241 switch (le32_to_cpu(info->Type)) { 278 cifs_dbg(FYI, "unknown type %d\n", le32_to_cpu(info->Type)); 1440 if (info->Type == cpu_to_le32(-1))
|
D | cifspdu.h | 2329 __le32 Type; member
|
D | file.c | 149 if (presp_data->Type == cpu_to_le32(-1)) in cifs_posix_open()
|
/linux-4.1.27/Documentation/metag/ |
D | kernel-ABI.txt | 21 UNIT Type DESCRIPTION GP EXT PRIV GLOBAL
|
/linux-4.1.27/arch/m32r/ |
D | Kconfig | 49 prompt "Platform Type"
|
/linux-4.1.27/drivers/message/fusion/lsi/ |
D | mpi_ioc.h | 765 U8 Type; /* 02h */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | brcm,bcm11351-pinctrl.txt | 190 === Pin Names and Type ===
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_bsg.c | 473 cmd->un.genreq64.w5.hcsw.Type = FC_TYPE_CT; in lpfc_bsg_send_mgmt_cmd() 1499 icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_CT; in lpfc_issue_ct_rsp() 2611 cmd->un.xseq64.w5.hcsw.Type = FC_TYPE_CT; in lpfcdiag_loop_get_xri() 3180 cmd->un.xseq64.w5.hcsw.Type = FC_TYPE_CT; in lpfc_bsg_diag_loopback_run() 5153 cmd->un.genreq64.w5.hcsw.Type = MENLO_TRANSPORT_TYPE; /* 0xfe */ in lpfc_menlo_cmd()
|
D | lpfc_hw.h | 3247 uint8_t Type; /* TYPE field */ member 3253 uint8_t Type; /* TYPE field */
|
D | lpfc_sli.c | 2479 uint32_t Rctl, Type; in lpfc_sli_process_unsol_iocb() local 2605 Type = FC_TYPE_ELS; in lpfc_sli_process_unsol_iocb() 2609 Type = w5p->hcsw.Type; in lpfc_sli_process_unsol_iocb() 2616 Type = FC_TYPE_ELS; in lpfc_sli_process_unsol_iocb() 2618 w5p->hcsw.Type = Type; in lpfc_sli_process_unsol_iocb() 2622 if (!lpfc_complete_unsol_iocb(phba, pring, saveq, Rctl, Type)) in lpfc_sli_process_unsol_iocb() 2626 pring->ringno, Rctl, Type); in lpfc_sli_process_unsol_iocb() 7974 (piocb->iocb.un.genreq64.w5.hcsw.Type != in __lpfc_sli_issue_iocb_s3() 15130 icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_BLS; in lpfc_sli4_seq_abort_rsp()
|
D | lpfc_ct.c | 332 icmd->un.genreq64.w5.hcsw.Type = FC_TYPE_CT; in lpfc_gen_req()
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.cpu | 1 comment "Processor Type"
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | gen_except.S | 237 | Unsupported Data Type Handler:
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 975 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ 981 Type, Value); \ 1121 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 807 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ 813 Type, Value); \ 949 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig | 289 prompt "Xtensa System Type"
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 7121 # Only "Unimplemented Data Type" exceptions enter here. The operand 7167 # Only "Unimplemented Data Type" exceptions enter here. The operand 7213 # Only "Unimplemented Data Type" exceptions enter here. The operand 7260 # Only "Unimplemented Data Type" exceptions enter here. The operand
|
D | fpsp.S | 11356 # Overflow, Underflow, and Unsupported Data Type. # 20220 # Only "Unimplemented Data Type" exceptions enter here. The operand 20266 # Only "Unimplemented Data Type" exceptions enter here. The operand 20312 # Only "Unimplemented Data Type" exceptions enter here. The operand 20359 # Only "Unimplemented Data Type" exceptions enter here. The operand
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2658 Type "show copying" to see the conditions. 2659 There is absolutely no warranty for GDB. Type "show warranty" for details. 3016 Type "show copying" to see the conditions. 3017 There is absolutely no warranty for GDB. Type "show warranty" for details. 3496 Type "show copying" to see the conditions. 3497 There is absolutely no warranty for GDB. Type "show warranty" for details.
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | odm.c | 1027 pOdmRA->Type = DM_Type_ByDriver; in odm_RateAdaptiveMaskInit23a()
|
/linux-4.1.27/Documentation/serial/ |
D | moxa-smartio | 370 go back to Linux configuration Setup. Type "make menuconfig" in
|
/linux-4.1.27/Documentation/ioctl/ |
D | hdio.txt | 622 contain valid values. Type ide_reg_valid_t.
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 691 the "mangle" table which alter the Type Of Service field of an IPv4 1092 based on the Type Of Service fields of the IPv4 packet (which share
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 70 address into account. Furthermore, the TOS (Type-Of-Service) field
|
/linux-4.1.27/tools/power/cpupower/po/ |
D | de.po | 16 "Content-Type: text/plain; charset=ISO-8859-1\n"
|
D | cs.po | 18 "Content-Type: text/plain; charset=UTF-8\n"
|
D | it.po | 17 "Content-Type: text/plain; charset=UTF-8\n"
|
D | fr.po | 17 "Content-Type: text/plain; charset=ISO-8859-1\n"
|
D | pt.po | 15 "Content-Type: text/plain; charset=UTF-8\n"
|
/linux-4.1.27/drivers/mmc/host/ |
D | Kconfig | 775 tristate "Toshiba Type A SD/MMC Card Interface Driver"
|
/linux-4.1.27/arch/arm/mm/ |
D | Kconfig | 1 comment "Processor Type"
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig | 543 prompt "DDR SDRAM Chip Type"
|
/linux-4.1.27/Documentation/cgroups/ |
D | memory.txt | 693 8.2 Type of charges which can be moved
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1859 Type "show copying" to see the conditions. 1860 There is absolutely no warranty for GDB. Type "show warranty" for details.
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 1531 prompt "MTRR (Memory Type Range Register) support" if EXPERT 1534 the Memory Type Range Registers (MTRRs) may be used to control
|
/linux-4.1.27/arch/mips/ |
D | Kconfig | 258 want to choose R4xx0 for the CPU Type:
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 1264 * SCB Type Pointer
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 299 menu "System Type"
|
/linux-4.1.27/ |
D | MAINTAINERS | 79 Type is one of: git, hg, quilt, stgit, topgit
|