/linux-4.4.14/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.4.14/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.4.14/drivers/usb/storage/ |
D | freecom.c | 55 u8 Type; /* Command type. */ member 62 u8 Type; /* Command type. */ member 69 u8 Type; /* Type + IDE register. */ member 76 u8 Type; /* Type | IDE register. */ member 162 fxfr->Type = FCM_PACKET_INPUT | 0x00; in freecom_readdata() 195 fxfr->Type = FCM_PACKET_OUTPUT | 0x00; in freecom_writedata() 243 fcb->Type = FCM_PACKET_ATAPI | 0x00; in freecom_transport() 285 fcb->Type = FCM_PACKET_STATUS; in freecom_transport()
|
/linux-4.4.14/include/uapi/linux/ |
D | cciss_defs.h | 98 BYTE Type:3; member 101 } Type; member 109 BYTE Type; member
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-hid-prodikeys | 9 Type: Read/write 19 Type: Read/write 29 Type: Read/Write
|
D | sysfs-firmware-dmi-entries | 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'.
|
D | sysfs-bus-coresight-devices-etm4x | 331 Description: (R) Print the content of the Device Type Register
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 34 Type: unsigned while referring to it. Typically 0 on thermal sensor 64 Type: unsigned while referring to it. Must be at least 2, in order 74 Type: unsigned cooling state accepted. Typically 0. 78 Type: unsigned cooling state accepted. 89 Type: signed in millicelsius. 93 Type: unsigned This is a relative value, in millicelsius. 101 Type: string 111 Type: phandle + referring to which cooling device is used in this 116 Type: phandle of zone. 121 Type: unsigned referred cooling device at the referred trip point. [all …]
|
/linux-4.4.14/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 31 the Memory Type Range Registers (MTRRs) may be used to control
|
/linux-4.4.14/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 267 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 171 Type: spinlock_t
|
/linux-4.4.14/arch/mips/include/asm/fw/arc/ |
D | hinv.h | 124 CONFIGTYPE Type; member 170 MEMORYTYPE Type; member
|
/linux-4.4.14/scripts/ |
D | checkpatch.pl | 338 our $Type; 564 $Type = qr{ 574 $Declare = qr{(?:$Storage\s+(?:$Inline\s+)?)?$Type}; 592 (?:$Storage\s+)?${Type}\s+uninitialized_var\s*\( 625 if ($line =~ /^[ \t]*(?:#[ \t]*define|typedef\s+$Type)\s+(\w*(?:[A-Z][a-z]|[a-z][A-Z])\w*)/) { 1444 } elsif ($cur =~ /^(\(\s*$Type\s*)\)/ && $av_pending eq '_') { 1449 } elsif ($cur =~ /^($Type)\s*(?:$Ident|,|\)|\(|\s*$)/) { 1630 $Type| 1653 $possible =~ s/\s*$Type\s*//g; 2772 if ($line =~ /^\+(.*)\(\s*$Type\s*\)([ \t]++)((?![={]|\\$|$Attribute|__attribute__))/ && [all …]
|
/linux-4.4.14/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.4.14/drivers/block/ |
D | cciss_scsi.c | 318 printk("Type:%d\n",cp->Request.Type.Type); 319 printk("Attr:%d\n",cp->Request.Type.Attribute); 320 printk(" Dir:%d\n",cp->Request.Type.Direction); 731 if (c->Request.Type.Type == TYPE_MSG) { in complete_scsi_command() 936 c->Request.Type.Type = TYPE_CMD; in cciss_scsi_do_simple_cmd() 937 c->Request.Type.Attribute = ATTR_SIMPLE; in cciss_scsi_do_simple_cmd() 938 c->Request.Type.Direction = direction; in cciss_scsi_do_simple_cmd() 1467 c->Request.Type.Type = TYPE_CMD; in cciss_scsi_queue_command_lck() 1468 c->Request.Type.Attribute = ATTR_SIMPLE; in cciss_scsi_queue_command_lck() 1472 c->Request.Type.Direction = XFER_WRITE; in cciss_scsi_queue_command_lck() [all …]
|
D | cciss.c | 1495 (iocommand.Request.Type.Direction != XFER_NONE)) { in cciss_passthru() 1503 if (iocommand.Request.Type.Direction == XFER_WRITE) { in cciss_passthru() 1564 if (iocommand.Request.Type.Direction == XFER_READ) { in cciss_passthru() 1606 (ioc->Request.Type.Direction != XFER_NONE)) { in cciss_bigpassthru() 1639 if (ioc->Request.Type.Direction == XFER_WRITE) { in cciss_bigpassthru() 1691 if (ioc->Request.Type.Direction == XFER_READ) { in cciss_bigpassthru() 1838 if (c->Request.Type.Direction == XFER_READ) in cciss_softirq_done() 2561 c->Request.Type.Type = cmd_type; in fill_cmd() 2571 c->Request.Type.Attribute = ATTR_SIMPLE; in fill_cmd() 2572 c->Request.Type.Direction = XFER_READ; in fill_cmd() [all …]
|
/linux-4.4.14/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.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_efuse.c | 570 void EFUSE_ShadowRead23a(struct rtw_adapter *pAdapter, u8 Type, in EFUSE_ShadowRead23a() argument 573 if (Type == 1) in EFUSE_ShadowRead23a() 575 else if (Type == 2) in EFUSE_ShadowRead23a() 577 else if (Type == 4) in EFUSE_ShadowRead23a()
|
/linux-4.4.14/arch/mips/lantiq/ |
D | Kconfig | 9 prompt "SoC Type"
|
/linux-4.4.14/Documentation/auxdisplay/ |
D | ks0108 | 36 Type: LCD Controller (Liquid Crystal Display Controller)
|
D | cfag12864b | 37 Type: LCD (Liquid Crystal Display)
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio-Models.txt | 214 intel-mac-v1 Intel Mac Type 1 215 intel-mac-v2 Intel Mac Type 2 216 intel-mac-v3 Intel Mac Type 3 217 intel-mac-v4 Intel Mac Type 4 218 intel-mac-v5 Intel Mac Type 5
|
D | ALSA-Configuration.txt | 1864 adaptor - Type of adaptor.
|
/linux-4.4.14/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.4.14/Documentation/ |
D | dcdbas.txt | 71 Host Control SMI Type 76 PowerEdge System Host Control SMI Type
|
D | edac.txt | 250 Memory Type attribute file: 384 On Header Type 00 devices, the primary status is looked at for any 387 Type 01 bridges, the secondary status register is also looked at to see
|
D | printk-formats.txt | 1 If variable is of Type, use printk format specifier:
|
D | IPMI.txt | 673 * Sensor Type: 0x20 (OS critical stop sensor) 675 * Event Dir | Event Type: 0x6f (Assertion, sensor-specific event info)
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | nbpfaxi.txt | 1 * Renesas "Type-AXI" NBPFAXI* DMA controllers
|
D | adi,axi-dmac.txt | 25 adi,destination-bus-type: Type of the source or destination bus. Must be one
|
/linux-4.4.14/arch/mips/loongson32/ |
D | Kconfig | 4 prompt "Machine Type"
|
/linux-4.4.14/Documentation/security/ |
D | SELinux.txt | 14 2. Type 'make' to compile mdp.
|
D | Smack.txt | 308 Domain Type Enforcement 310 Around the turn of the century Domain Type Enforcement (DTE) became popular. 324 imposed by an arcane government policy. The complexity of Domain Type
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | axp20x.txt | 44 Regulator Type Supply Name Notes 56 Regulator Type Supply Name Notes
|
/linux-4.4.14/Documentation/dvb/ |
D | ci.txt | 138 APP: Type=[1] 147 APP: Type=[1] 149 APP: Type=[1]
|
/linux-4.4.14/arch/unicore32/mm/ |
D | Kconfig | 1 comment "Processor Type"
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | Kconfig | 141 comment "OMAP Core Type" 180 comment "OMAP Legacy Platform Data Board Type"
|
/linux-4.4.14/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:
|
D | qoriq-clock.txt | 65 Type# Name Index Cell
|
/linux-4.4.14/Documentation/devicetree/bindings/net/nfc/ |
D | trf7970a.txt | 23 to Type 5 tags.
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtl819x_Qos.h | 135 u16 Type; member
|
/linux-4.4.14/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.4.14/arch/metag/ |
D | Kconfig.soc | 2 prompt "SoC Type"
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | Kconfig | 5 comment "OMAP Core Type" 34 comment "OMAP Board Type"
|
/linux-4.4.14/arch/arm/mach-shmobile/ |
D | Kconfig | 46 #comment "Renesas ARM SoCs System Type"
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-dump | 30 Type '0xffffffff unknown' is used when
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/video4linux/ |
D | README.saa7134 | 31 Type "make" to build the driver now. "make install" installs the
|
D | vivid.txt | 826 RDS Program Type: 859 RDS Program Type:
|
/linux-4.4.14/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.4.14/drivers/staging/wilc1000/ |
D | Kconfig | 33 prompt "Bus Type"
|
/linux-4.4.14/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.4.14/arch/arm/mach-davinci/ |
D | Kconfig | 16 comment "DaVinci Core Type" 55 comment "DaVinci Board Type"
|
/linux-4.4.14/arch/mips/loongson64/ |
D | Kconfig | 4 prompt "Machine Type"
|
/linux-4.4.14/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.4.14/drivers/usb/serial/ |
D | io_ti.c | 651 if (rom_desc->Type == desc_type) in get_descriptor_addr() 657 } while ((start_address < TI_MAX_I2C_SIZE) && rom_desc->Type); in get_descriptor_addr() 725 dev_dbg(dev, "%s Type = 0x%x\n", __func__, rom_desc->Type); in check_i2c_image() 728 ttype = rom_desc->Type & 0x0f; in check_i2c_image() 746 } while ((rom_desc->Type != I2C_DESC_TYPE_ION) && in check_i2c_image() 749 if ((rom_desc->Type != I2C_DESC_TYPE_ION) || in check_i2c_image() 860 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.4.14/drivers/scsi/megaraid/ |
D | megaraid_sas_fusion.h | 112 u8 Type:4; member 114 u8 Type:4;
|
D | megaraid_sas_fusion.c | 1669 io_request->RaidContext.Type = MPI2_TYPE_CUDA; in megasas_build_ldio_fusion() 1710 io_request->RaidContext.Type = MPI2_TYPE_CUDA; in megasas_build_ldio_fusion() 1894 pRAID_Context->Type = MPI2_TYPE_CUDA; in megasas_build_syspd_fusion() 1932 io_request->RaidContext.Type = 0; in megasas_build_io_fusion()
|
/linux-4.4.14/arch/unicore32/configs/ |
D | unicore32_defconfig | 16 ### System Type
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | Suspend.txt | 104 The S3C2410 specific configuration in `System Type` defines various
|
/linux-4.4.14/arch/unicore32/ |
D | Kconfig | 73 menu "System Type"
|
/linux-4.4.14/Documentation/networking/caif/ |
D | README | 83 Channel Type(1)
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_Qos.h | 375 u16 Type; member
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-dma.txt | 51 Results[0]: Type: 0: MPEG.
|
D | fw-encoder-api.txt | 491 Type of stream
|
/linux-4.4.14/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.4.14/Documentation/zh_CN/ |
D | SubmittingPatches | 193 Content-Type: text/plain; charset=us-ascii; format=flowed
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 922 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ argument 928 Type, Value); \ 1068 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) argument
|
D | zconf.tab.c_shipped | 922 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ 928 Type, Value); \ 1068 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
|
/linux-4.4.14/arch/powerpc/platforms/8xx/ |
D | Kconfig | 6 prompt "8xx Machine Type"
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 29 Why Not Encode the Region Type into the Region Name? 30 How Do I Determine the Major Type of a Region? 511 Why Not Encode the Region Type into the Region Name? 547 Major Type of a Region? 549 How Do I Determine the Major Type of a Region?
|
/linux-4.4.14/arch/powerpc/platforms/ |
D | Kconfig.cputype | 12 prompt "Processor Type" 60 prompt "Processor Type"
|
/linux-4.4.14/drivers/input/keyboard/ |
D | Kconfig | 551 tristate "Sun Type 4 and Type 5 keyboard" 554 Say Y here if you want to use a Sun Type 4 or Type 5 keyboard,
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/ |
D | omap.txt | 35 SoC Type (optional):
|
/linux-4.4.14/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.4.14/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 | 1029 model Type/Chipset of IDE controller 1163 Type: Direct-Access ANSI SCSI revision: 03 1166 Type: CD-ROM ANSI SCSI revision: 02
|
/linux-4.4.14/arch/avr32/ |
D | Kconfig | 63 menu "System Type and features"
|
/linux-4.4.14/Documentation/locking/ |
D | locktorture.txt | 37 torture_type Type of lock to torture. By default, only spinlocks will
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.c | 136 u32 RegRCR, Type; in rtl92e_set_reg() local 138 Type = ((u8 *)(val))[0]; in rtl92e_set_reg() 142 if (Type == true) in rtl92e_set_reg() 144 else if (Type == false) in rtl92e_set_reg()
|
/linux-4.4.14/arch/arc/kernel/ |
D | entry-compact.S | 287 ;------ (5) Type of Protection Violation? ----------
|
/linux-4.4.14/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 | 269 Internal for internal networks) and the Frame Type if appropriate. Linux
|
/linux-4.4.14/Documentation/arm/ |
D | Interrupts | 141 function. Type should be one of IRQ_TYPE_xxx defined in
|
/linux-4.4.14/drivers/scsi/ |
D | hpsa_cmd.h | 377 u8 Type; member
|
D | hpsa.c | 6212 (iocommand.Request.Type.Direction != XFER_NONE)) { in hpsa_passthru_ioctl() 6219 if (iocommand.Request.Type.Direction & XFER_WRITE) { in hpsa_passthru_ioctl() 6280 if ((iocommand.Request.Type.Direction & XFER_READ) && in hpsa_passthru_ioctl() 6323 (ioc->Request.Type.Direction != XFER_NONE)) { in hpsa_big_passthru_ioctl() 6356 if (ioc->Request.Type.Direction & XFER_WRITE) { in hpsa_big_passthru_ioctl() 6411 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.4.14/arch/powerpc/platforms/85xx/ |
D | Kconfig | 2 bool "Freescale Book-E Machine Type"
|
/linux-4.4.14/drivers/dma/ |
D | Kconfig | 371 tristate "Renesas Type-AXI NBPF DMA support" 375 Support for "Type-AXI" NBPF DMA IPs from Renesas
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/acpi/apei/ |
D | einj.txt | 40 Error Type Value Error Description
|
/linux-4.4.14/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.4.14/fs/cifs/ |
D | cifssmb.c | 1093 pRetData->Type = cpu_to_le32(-1); /* unknown */ in CIFSPOSIXCreate() 1099 pRetData->Type = cpu_to_le32(-1); in CIFSPOSIXCreate() 5998 data_offset->Type = cpu_to_le32(UNIX_FILE); in cifs_fill_unix_set_info() 6000 data_offset->Type = cpu_to_le32(UNIX_DIR); in cifs_fill_unix_set_info() 6002 data_offset->Type = cpu_to_le32(UNIX_SYMLINK); in cifs_fill_unix_set_info() 6004 data_offset->Type = cpu_to_le32(UNIX_CHARDEV); in cifs_fill_unix_set_info() 6006 data_offset->Type = cpu_to_le32(UNIX_BLOCKDEV); in cifs_fill_unix_set_info() 6008 data_offset->Type = cpu_to_le32(UNIX_FIFO); in cifs_fill_unix_set_info() 6010 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 | 2355 __le32 Type; member
|
D | file.c | 149 if (presp_data->Type == cpu_to_le32(-1)) in cifs_posix_open()
|
/linux-4.4.14/arch/m32r/ |
D | Kconfig | 49 prompt "Platform Type"
|
/linux-4.4.14/Documentation/metag/ |
D | kernel-ABI.txt | 21 UNIT Type DESCRIPTION GP EXT PRIV GLOBAL
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 179 |---type: Type of the thermal zone 199 |---type: Type of the cooling device(processor/fan/...)
|
/linux-4.4.14/drivers/message/fusion/lsi/ |
D | mpi_ioc.h | 765 U8 Type; /* 02h */ member
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | brcm,bcm11351-pinctrl.txt | 190 === Pin Names and Type ===
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_bsg.c | 473 cmd->un.genreq64.w5.hcsw.Type = FC_TYPE_CT; in lpfc_bsg_send_mgmt_cmd() 1497 icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_CT; in lpfc_issue_ct_rsp() 2609 cmd->un.xseq64.w5.hcsw.Type = FC_TYPE_CT; in lpfcdiag_loop_get_xri() 3175 cmd->un.xseq64.w5.hcsw.Type = FC_TYPE_CT; in lpfc_bsg_diag_loopback_run() 5133 cmd->un.genreq64.w5.hcsw.Type = MENLO_TRANSPORT_TYPE; /* 0xfe */ in lpfc_menlo_cmd()
|
D | lpfc_hw.h | 3452 uint8_t Type; /* TYPE field */ member 3458 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() 15106 icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_BLS; in lpfc_sli4_seq_abort_rsp()
|
D | lpfc_ct.c | 333 icmd->un.genreq64.w5.hcsw.Type = FC_TYPE_CT; in lpfc_gen_req()
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | gen_except.S | 237 | Unsupported Data Type Handler:
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 960 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ 966 Type, Value); \ 1106 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.cpu | 1 comment "Processor Type"
|
/linux-4.4.14/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.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 820 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ 826 Type, Value, Location); \ 927 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
|
/linux-4.4.14/arch/xtensa/ |
D | Kconfig | 298 prompt "Xtensa System Type"
|
/linux-4.4.14/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.4.14/drivers/staging/rtl8723au/hal/ |
D | odm.c | 1027 pOdmRA->Type = DM_Type_ByDriver; in odm_RateAdaptiveMaskInit23a()
|
/linux-4.4.14/Documentation/serial/ |
D | moxa-smartio | 370 go back to Linux configuration Setup. Type "make menuconfig" in
|
/linux-4.4.14/Documentation/ioctl/ |
D | hdio.txt | 622 contain valid values. Type ide_reg_valid_t.
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 705 the "mangle" table which alter the Type Of Service field of an IPv4 1108 based on the Type Of Service fields of the IPv4 packet (which share
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 70 address into account. Furthermore, the TOS (Type-Of-Service) field
|
/linux-4.4.14/tools/power/cpupower/po/ |
D | de.po | 16 "Content-Type: text/plain; charset=ISO-8859-1\n"
|
D | it.po | 17 "Content-Type: text/plain; charset=UTF-8\n"
|
D | cs.po | 18 "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.4.14/drivers/mmc/host/ |
D | Kconfig | 776 tristate "Toshiba Type A SD/MMC Card Interface Driver"
|
/linux-4.4.14/arch/arm/mm/ |
D | Kconfig | 1 comment "Processor Type"
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig | 543 prompt "DDR SDRAM Chip Type"
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 694 8.2 Type of charges which can be moved
|
/linux-4.4.14/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.4.14/arch/x86/ |
D | Kconfig | 1555 prompt "MTRR (Memory Type Range Register) support" if EXPERT 1558 the Memory Type Range Registers (MTRRs) may be used to control
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 302 menu "System Type"
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 1264 * SCB Type Pointer
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 267 want to choose R4xx0 for the CPU Type:
|
/linux-4.4.14/ |
D | MAINTAINERS | 79 Type is one of: git, hg, quilt, stgit, topgit
|