Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 166 of 166) sorted by relevance

/linux-4.4.14/Documentation/device-mapper/
Ddm-uevent.txt21 Type: string
27 Type: string
35 Type: unsigned integer
41 Type: string
48 Type: unsigned integer
54 Type: string
60 Type: string
Ddm-log.txt19 Type Files
/linux-4.4.14/arch/metag/include/asm/
Dtbx.h112 #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/
Dfreecom.c55 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/
Dcciss_defs.h98 BYTE Type:3; member
101 } Type; member
109 BYTE Type; member
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-hid-prodikeys9 Type: Read/write
19 Type: Read/write
29 Type: Read/Write
Dsysfs-firmware-dmi-entries83 --- Type 15 - System Event Log ---
94 SMBIOS / DMI specification under "System Event Log (Type 15)":
Dsysfs-driver-toshiba_acpi68 * 1 -> Type 1, supporting modes FN-Z and AUTO
69 * 2 -> Type 2, supporting modes TIMER, ON and OFF
Dsysfs-firmware-memmap41 type : Type of the entry as string. See below for a list of
Dsysfs-driver-genwqe16 Description: Type of the card e.g. 'GenWQE5-A7'.
Dsysfs-bus-coresight-devices-etm4x331 Description: (R) Print the content of the Device Type Register
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Dthermal.txt34 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/
Dboot.txt239 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 …]
D00-INDEX14 - how to use x86 Memory Type Range Registers to increase performance
Dmtrr.txt1 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/
Dapi.txt81 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 …]
Dlocking.txt135 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/
Dhinv.h124 CONFIGTYPE Type; member
170 MEMORYTYPE Type; member
/linux-4.4.14/scripts/
Dcheckpatch.pl338 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/
Dlpddr2-timings.txt5 - 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/
Dcciss_scsi.c318 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 …]
Dcciss.c1495 (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/
Dvideo.txt133 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/
Drtw_efuse.c570 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/
DKconfig9 prompt "SoC Type"
/linux-4.4.14/Documentation/auxdisplay/
Dks010836 Type: LCD Controller (Liquid Crystal Display Controller)
Dcfag12864b37 Type: LCD (Liquid Crystal Display)
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio-Models.txt214 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
DALSA-Configuration.txt1864 adaptor - Type of adaptor.
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt36 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/
Ddcdbas.txt71 Host Control SMI Type
76 PowerEdge System Host Control SMI Type
Dedac.txt250 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
Dprintk-formats.txt1 If variable is of Type, use printk format specifier:
DIPMI.txt673 * 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/
Dnbpfaxi.txt1 * Renesas "Type-AXI" NBPFAXI* DMA controllers
Dadi,axi-dmac.txt25 adi,destination-bus-type: Type of the source or destination bus. Must be one
/linux-4.4.14/arch/mips/loongson32/
DKconfig4 prompt "Machine Type"
/linux-4.4.14/Documentation/security/
DSELinux.txt14 2. Type 'make' to compile mdp.
DSmack.txt308 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/
Daxp20x.txt44 Regulator Type Supply Name Notes
56 Regulator Type Supply Name Notes
/linux-4.4.14/Documentation/dvb/
Dci.txt138 APP: Type=[1]
147 APP: Type=[1]
149 APP: Type=[1]
/linux-4.4.14/arch/unicore32/mm/
DKconfig1 comment "Processor Type"
/linux-4.4.14/arch/arm/mach-omap2/
DKconfig141 comment "OMAP Core Type"
180 comment "OMAP Legacy Platform Data Board Type"
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dbrcm,kona-ccu.txt72 CCU Clock Type Index Specifier
117 CCU Clock Type Index Specifier
Dste-u300-syscon-clock.txt19 Type: ID: Clock:
Dqoriq-clock.txt65 Type# Name Index Cell
/linux-4.4.14/Documentation/devicetree/bindings/net/nfc/
Dtrf7970a.txt23 to Type 5 tags.
/linux-4.4.14/drivers/staging/rtl8192e/
Drtl819x_Qos.h135 u16 Type; member
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_efuse.h107 void EFUSE_ShadowRead23a(struct rtw_adapter *pAdapter, u8 Type, u16 Offset, u32 *Value);
Dodm.h213 u8 Type; /* DM_Type_ByFW/DM_Type_ByDriver */ member
/linux-4.4.14/arch/metag/
DKconfig.soc2 prompt "SoC Type"
/linux-4.4.14/arch/arm/mach-omap1/
DKconfig5 comment "OMAP Core Type"
34 comment "OMAP Board Type"
/linux-4.4.14/arch/arm/mach-shmobile/
DKconfig46 #comment "Renesas ARM SoCs System Type"
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-firmware-opal-dump30 Type '0xffffffff unknown' is used when
/linux-4.4.14/Documentation/frv/
Dgdbstub.txt90 Type "show copying" to see the conditions.
91 There is absolutely no warranty for GDB. Type "show warranty" for details.
Dconfiguring.txt12 (*) "Kernel Type"
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dwlan_bssdef.h208 u32 Type; member
Dodm.h248 u8 Type; /* DM_Type_ByFW/DM_Type_ByDriver */ member
/linux-4.4.14/Documentation/video4linux/
DREADME.saa713431 Type "make" to build the driver now. "make install" installs the
Dvivid.txt826 RDS Program Type:
859 RDS Program Type:
/linux-4.4.14/drivers/media/pci/saa7164/
Dsaa7164-bus.c33 b->Type = TYPE_BUS_PCIe; in saa7164_bus_setup()
61 dprintk(DBGLVL_BUS, " .type = %d\n", b->Type); in saa7164_bus_dump()
Dsaa7164-types.h79 enum tmBusType Type; member
/linux-4.4.14/drivers/staging/wilc1000/
DKconfig33 prompt "Bus Type"
/linux-4.4.14/tools/usb/usbip/
DINSTALL53 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/
DKconfig16 comment "DaVinci Core Type"
55 comment "DaVinci Board Type"
/linux-4.4.14/arch/mips/loongson64/
DKconfig4 prompt "Machine Type"
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddivasync.h350 typedef int (*USB_SEND_REQ)(unsigned char PipeIndex, unsigned char Type, void *Data, int sizeData);
Dcardtype.h906 unsigned char Type; member
/linux-4.4.14/drivers/usb/serial/
Dio_ti.c651 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()
Dio_usbvend.h596 __u8 Type; // Type of descriptor member
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.h112 u8 Type:4; member
114 u8 Type:4;
Dmegaraid_sas_fusion.c1669 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/
Dunicore32_defconfig16 ### System Type
/linux-4.4.14/Documentation/networking/
Dixgbe.txt43 Supplier Type Part Numbers
57 Supplier Type Part Numbers
94 Supplier Type Part Numbers
Diphase.txt71 Itf Type ESI/"MAC"addr AAL(TX,err,RX,err,drop) ...
Dcdc_mbim.txt22 Type: Boolean
Darcnet-hardware.txt240 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
Dcs89x0.txt172 Media Type: Autodetect (3-media cards) or
/linux-4.4.14/Documentation/input/
Dsentelic.txt123 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)
Djoystick-parport.txt446 Type | Joystick/Pad
485 'Type' is the type of joystick or pad attached:
487 Type | Joystick/Pad
Dinput.txt281 Type is for example EV_REL for relative moment, EV_KEY for a keypress or
Djoystick.txt192 Type | Meaning
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DSuspend.txt104 The S3C2410 specific configuration in `System Type` defines various
/linux-4.4.14/arch/unicore32/
DKconfig73 menu "System Type"
/linux-4.4.14/Documentation/networking/caif/
DREADME83 Channel Type(1)
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Drtl819x_Qos.h375 u16 Type; member
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-dma.txt51 Results[0]: Type: 0: MPEG.
Dfw-encoder-api.txt491 Type of stream
/linux-4.4.14/Documentation/isdn/
DREADME.act200051 b = Bus-Type (1=ISA, 2=MCA, 3=PCMCIA)
DREADME.sc133 any further. Type 'man 8 scctrl' and 'man 4 sc'.
DINTERFACE.CAPI290 Get Macro Set Macro Element (Type)
DREADME.HiSax155 Type Required parameters (in addition to type and protocol)
DREADME566 mixed 1TR6- and Euro-Type lines. In this case, the interface has to be
/linux-4.4.14/Documentation/zh_CN/
DSubmittingPatches193 Content-Type: text/plain; charset=us-ascii; format=flowed
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c922 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ argument
928 Type, Value); \
1068 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) argument
Dzconf.tab.c_shipped922 # 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/
DKconfig6 prompt "8xx Machine Type"
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt29 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/
DKconfig.cputype12 prompt "Processor Type"
60 prompt "Processor Type"
/linux-4.4.14/drivers/input/keyboard/
DKconfig551 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/
Domap.txt35 SoC Type (optional):
/linux-4.4.14/Documentation/scsi/
DChangeLog.arcmsr72 ** 1. add arcmsr_enable_eoi_mode() on adapter Type B
Dscsi-changer.txt6 with "Type: Medium Changer" in /proc/scsi/scsi.
/linux-4.4.14/Documentation/filesystems/
Ddlmfs.txt99 Open Flag Lock Request Type
Dbtrfs.txt85 Control BTRFS file data compression. Type may be specified as "zlib"
Dproc.txt1029 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/
DKconfig63 menu "System Type and features"
/linux-4.4.14/Documentation/locking/
Dlocktorture.txt37 torture_type Type of lock to torture. By default, only spinlocks will
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c136 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/
Dentry-compact.S287 ;------ (5) Type of Protection Violation? ----------
/linux-4.4.14/Documentation/sysctl/
Dvm.txt540 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.
Dnet.txt269 Internal for internal networks) and the Frame Type if appropriate. Linux
/linux-4.4.14/Documentation/arm/
DInterrupts141 function. Type should be one of IRQ_TYPE_xxx defined in
/linux-4.4.14/drivers/scsi/
Dhpsa_cmd.h377 u8 Type; member
Dhpsa.c6212 (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()
DKconfig184 changers are listed as "Type: Medium Changer" in /proc/scsi/scsi.
/linux-4.4.14/arch/powerpc/platforms/85xx/
DKconfig2 bool "Freescale Book-E Machine Type"
/linux-4.4.14/drivers/dma/
DKconfig371 tristate "Renesas Type-AXI NBPF DMA support"
375 Support for "Type-AXI" NBPF DMA IPs from Renesas
/linux-4.4.14/drivers/net/irda/
DKconfig299 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/
Dusbmon.txt119 - 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:
Dgadget_hid.txt106 Another interesting example is the caps lock test. Type
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Dodm.c913 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/
Deinj.txt40 Error Type Value Error Description
/linux-4.4.14/Documentation/hwmon/
Dvt1211127 Diode Type Offset Gain
Ddme1737264 fan[1-4]_type RW Type of attached fan. Expressed in
/linux-4.4.14/fs/cifs/
Dcifssmb.c1093 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()
Dinode.c241 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))
Dcifspdu.h2355 __le32 Type; member
Dfile.c149 if (presp_data->Type == cpu_to_le32(-1)) in cifs_posix_open()
/linux-4.4.14/arch/m32r/
DKconfig49 prompt "Platform Type"
/linux-4.4.14/Documentation/metag/
Dkernel-ABI.txt21 UNIT Type DESCRIPTION GP EXT PRIV GLOBAL
/linux-4.4.14/Documentation/thermal/
Dsysfs-api.txt179 |---type: Type of the thermal zone
199 |---type: Type of the cooling device(processor/fan/...)
/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi_ioc.h765 U8 Type; /* 02h */ member
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dbrcm,bcm11351-pinctrl.txt190 === Pin Names and Type ===
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_bsg.c473 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()
Dlpfc_hw.h3452 uint8_t Type; /* TYPE field */ member
3458 uint8_t Type; /* TYPE field */
Dlpfc_sli.c2479 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()
Dlpfc_ct.c333 icmd->un.genreq64.w5.hcsw.Type = FC_TYPE_CT; in lpfc_gen_req()
/linux-4.4.14/arch/m68k/fpsp040/
Dgen_except.S237 | Unsupported Data Type Handler:
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped960 # 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/
DKconfig.cpu1 comment "Processor Type"
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dpfpsp.S7121 # 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
Dfpsp.S11356 # 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/
Ddtc-parser.tab.c_shipped820 # 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/
DKconfig298 prompt "Xtensa System Type"
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2658 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/
Dodm.c1027 pOdmRA->Type = DM_Type_ByDriver; in odm_RateAdaptiveMaskInit23a()
/linux-4.4.14/Documentation/serial/
Dmoxa-smartio370 go back to Linux configuration Setup. Type "make menuconfig" in
/linux-4.4.14/Documentation/ioctl/
Dhdio.txt622 contain valid values. Type ide_reg_valid_t.
/linux-4.4.14/net/netfilter/
DKconfig705 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/
DKconfig70 address into account. Furthermore, the TOS (Type-Of-Service) field
/linux-4.4.14/tools/power/cpupower/po/
Dde.po16 "Content-Type: text/plain; charset=ISO-8859-1\n"
Dit.po17 "Content-Type: text/plain; charset=UTF-8\n"
Dcs.po18 "Content-Type: text/plain; charset=UTF-8\n"
Dfr.po17 "Content-Type: text/plain; charset=ISO-8859-1\n"
Dpt.po15 "Content-Type: text/plain; charset=UTF-8\n"
/linux-4.4.14/drivers/mmc/host/
DKconfig776 tristate "Toshiba Type A SD/MMC Card Interface Driver"
/linux-4.4.14/arch/arm/mm/
DKconfig1 comment "Processor Type"
/linux-4.4.14/arch/blackfin/
DKconfig543 prompt "DDR SDRAM Chip Type"
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt694 8.2 Type of charges which can be moved
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1859 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/
DKconfig1555 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/
DKconfig302 menu "System Type"
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.reg1264 * SCB Type Pointer
/linux-4.4.14/arch/mips/
DKconfig267 want to choose R4xx0 for the CPU Type:
/linux-4.4.14/
DMAINTAINERS79 Type is one of: git, hg, quilt, stgit, topgit