/linux-4.1.27/fs/quota/ |
D | compat.c | 43 asmlinkage long sys32_quotactl(unsigned int cmd, const char __user *special, in sys32_quotactl() argument 61 ret = sys_quotactl(cmd, special, id, dqblk); in sys32_quotactl() 77 ret = sys_quotactl(cmd, special, id, dqblk); in sys32_quotactl() 82 ret = sys_quotactl(cmd, special, id, fsqstat); in sys32_quotactl() 115 ret = sys_quotactl(cmd, special, id, addr); in sys32_quotactl()
|
D | quota.c | 727 static struct super_block *quotactl_block(const char __user *special, int cmd) in quotactl_block() argument 732 struct filename *tmp = getname(special); in quotactl_block() 760 SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special, in SYSCALL_DEFINE4() argument 776 if (!special) { in SYSCALL_DEFINE4() 795 sb = quotactl_block(special, cmds); in SYSCALL_DEFINE4()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | swsusp_asm64.S | 62 #define SAVE_SPECIAL(special) \ argument 63 mf##special r0 ;\ 64 std r0, SL_##special(r11) 65 #define RESTORE_SPECIAL(special) \ argument 66 ld r0, SL_##special(r11) ;\ 67 mt##special r0
|
/linux-4.1.27/include/scsi/ |
D | scsi_tcq.h | 22 return req ? (struct scsi_cmnd *)req->special : NULL; in scsi_mq_find_tag() 42 return req ? (struct scsi_cmnd *)req->special : NULL; in scsi_find_tag() 95 return req ? (struct scsi_cmnd *)req->special : NULL; in scsi_host_find_tag()
|
D | scsi_cmnd.h | 202 (cmd->request->next_rq->special != NULL); in scsi_bidi_cmnd() 208 cmd->request->next_rq->special : &cmd->sdb; in scsi_in()
|
/linux-4.1.27/drivers/ide/ |
D | ide-pm.c | 23 rq->special = &rqpm; in generic_ide_suspend() 64 rq->special = &rqpm; in generic_ide_resume() 83 struct request_pm_state *pm = rq->special; in ide_complete_power_step() 113 struct request_pm_state *pm = rq->special; in ide_start_power_step() 185 struct request_pm_state *pm = rq->special; in ide_complete_pm_rq() 211 struct request_pm_state *pm = rq->special; in ide_check_pm_state()
|
D | ide-devsets.c | 173 rq->special = setting->set; in ide_devset_execute() 184 int err, (*setfunc)(ide_drive_t *, int) = rq->special; in ide_do_devset()
|
D | ide-park.c | 38 rq->special = &timeout; in issue_park_cmd() 68 drive->sleep = *(unsigned long *)rq->special; in ide_do_park_unpark()
|
D | ide-atapi.c | 97 rq->special = (char *)pc; in ide_queue_pc_tail() 223 int ide_queue_sense_rq(ide_drive_t *drive, void *special) in ide_queue_sense_rq() argument 232 drive->sense_rq.special = special; in ide_queue_sense_rq()
|
D | ide-io.c | 106 struct ide_cmd *orig_cmd = rq->special; in ide_complete_cmd() 256 struct ide_cmd *cmd = rq->special; in execute_drive_cmd() 346 struct request_pm_state *pm = rq->special; in start_request()
|
D | ide-disk.c | 437 if (rq->special) { in idedisk_prep_fn() 438 cmd = rq->special; in idedisk_prep_fn() 457 rq->special = cmd; in idedisk_prep_fn()
|
D | ide-eh.c | 128 struct ide_cmd *cmd = rq->special; in ide_error()
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | get_op.S | 493 beq move_unpack |special handling for fmove: must set FPSR_CC 498 bnes try_zero |if not equal, it is not special 500 cmpiw #7,%d1 |SE and y bits must be on for special 501 bnes try_zero |if not on, it is not special 502 |input is of the special cases of inf and NaN 507 bra finish |special already on stack 550 bnes mtry_zero |if not equal, it is not special 552 cmpiw #7,%d1 |SE and y bits must be on for special 553 bnes mtry_zero |if not on, it is not special 554 |input is of the special cases of inf and NaN [all …]
|
D | x_operr.S | 161 cmpil #0xffff8000,FPTEMP_LO(%a6) |test if ls lword is special 163 bsr check_upper |check if exp and ms mant are special 166 movel #0x80000000,%d0 |store special case result 188 cmpil #0xffffff80,FPTEMP_LO(%a6) |test if ls lword is special 190 bsr check_upper |check if exp and ms mant are special 193 movel #0x80000000,%d0 |store special case result 211 | This operr condition is not of the special case. Set operr
|
D | x_store.S | 135 beqs inf |if so, special case
|
/linux-4.1.27/block/ |
D | bsg-lib.c | 84 struct bsg_job *job = rq->special; in bsg_softirq_done() 117 BUG_ON(req->special); in bsg_create_job() 123 req->special = job; in bsg_create_job() 187 job = req->special; in bsg_request_fn()
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.h_shipped | 20 /* As a special exception, you may create a larger work that contains 26 special exception, which will cause the skeleton and the resulting 28 License without this special exception. 30 This special exception was added by the Free Software Foundation in
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.h_shipped | 20 /* As a special exception, you may create a larger work that contains 26 special exception, which will cause the skeleton and the resulting 28 License without this special exception. 30 This special exception was added by the Free Software Foundation in
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_lib.c | 536 req->special = NULL; in scsi_requeue_command() 628 if (cmd->request->next_rq && cmd->request->next_rq->special) in scsi_mq_free_sgtables() 629 scsi_free_sgtable(cmd->request->next_rq->special, true); in scsi_mq_free_sgtables() 680 struct scsi_data_buffer *bidi_sdb = cmd->request->next_rq->special; in scsi_release_bidi_buffers() 684 cmd->request->next_rq->special = NULL; in scsi_release_bidi_buffers() 690 struct scsi_cmnd *cmd = req->special; in scsi_end_request() 1137 rq->next_rq->special = bidi_sdb; in scsi_init_io() 1140 error = scsi_init_sgtable(rq->next_rq, rq->next_rq->special); in scsi_init_io() 1182 cmd->request->special = NULL; in scsi_init_io() 1195 if (!req->special) { in scsi_get_cmd_from_req() [all …]
|
/linux-4.1.27/drivers/sh/intc/ |
D | Kconfig | 16 SH-4A and newer interrupt blocks all support a special shadowed 19 drivers that are using special priority levels.
|
/linux-4.1.27/drivers/s390/net/ |
D | Kconfig | 43 prompt "IUCV special message support (VM only)" 51 prompt "Deliver IUCV special messages as uevents (VM only)" 54 Select this option to deliver CP special messages (SMSGs) as 55 uevents. The driver handles only those special messages that
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | ti-omap-hsmmc.txt | 23 ti,needs-special-reset: Requires a special softreset sequence 24 ti,needs-special-hs-handling: HSMMC IP needs special setting for handling High Speed
|
D | synopsys-dw-mshc.txt | 34 controller's special purpose write protect line (accessible via
|
/linux-4.1.27/drivers/pps/ |
D | Kconfig | 10 PPS (Pulse Per Second) is a special pulse provided by some GPS 18 Some antennae's PPS signals are connected with some special host
|
/linux-4.1.27/drivers/s390/crypto/ |
D | ap_bus.h | 193 unsigned int special:1; /* Used for special commands. */ member 223 ap_msg->special = 0; in ap_init_message()
|
D | ap_bus.c | 411 unsigned int special) in __ap_send() argument 421 if (special == 1) in __ap_send() 1620 ap_msg->message, ap_msg->length, ap_msg->special); in ap_poll_write() 1682 ap_msg->special); in __ap_queue_message()
|
D | zcrypt_msgtype6.c | 383 ap_msg->special = 1; in XCRB_msg_to_type6CPRB_msgX() 385 ap_msg->special = 0; in XCRB_msg_to_type6CPRB_msgX()
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | Kconfig | 11 but it needs a special firmware (carl9170-1.fw) to do that. 53 usbmon [software] or special usb sniffer hardware.
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | exynos_hdmi.txt | 18 b) sclk_hdmi: Gate of HDMI special clock. 19 c) sclk_pixel: Pixel special clock, one of the two possible inputs of
|
/linux-4.1.27/drivers/staging/emxx_udc/ |
D | TODO | 1 * add clock framework support (platform device with CCF needs special care)
|
/linux-4.1.27/Documentation/ |
D | sparse.txt | 27 boils down to one special "int __bitwise" type. 38 One small note: the constant integer "0" is special. You can use a 43 special.
|
D | svga.txt | 8 allows the use of various special video modes supported by the video BIOS. Due 82 the standard modes (80x25 and 80x50) followed by "special" modes (80x28 and 118 0x0900 to 0x09ff - Video7 special modes. Set by calling INT 0x10, AX=0x6f05. 122 0x0f00 to 0x0fff - special modes (they are set by various tricks -- usually 191 CONFIG_VIDEO_GFX_HACK - includes special hack for setting of graphics modes 192 to be used later by special drivers (e.g., 800x600 on IBM ThinkPad -- see 257 - Added support for special Video7 mode switching functions
|
D | hw_random.txt | 4 special hardware feature on your CPU or motherboard, 19 /dev/random special files.
|
D | kselftest.txt | 8 memory to be ready to be offlined. A special hot-plug target is created
|
D | volatile-considered-harmful.txt | 82 - The jiffies variable is special in that it can have a different value 83 every time it is referenced, but it can be read without any special
|
D | local_ops.txt | 12 Please use the this_cpu operations instead unless there is really a special purpose. 63 - When using local ops in interrupt context, no special care must be
|
D | btmrvl.txt | 24 wakeup event, or 0xff for special host sleep setting.
|
D | workqueue.txt | 99 Subsystems and drivers can create and queue work items through special 171 Work items queued to an unbound wq are served by the special 342 part of a group of work items, and don't require any special
|
D | intel_txt.txt | 105 o It will wake the APs from the special sleep state the GETSEC[SENTER] 114 special code into the kernel's MP wakeup sequence.
|
/linux-4.1.27/Documentation/power/ |
D | suspend-and-interrupts.txt | 39 but also to IPIs and to some other special-purpose interrupts. 42 requesting a special-purpose interrupt. It causes suspend_device_irqs() to 63 That may involve turning on a special signal handling logic within the platform 79 in a special way. Namely, the IRQ remains enabled, by on the first interrupt 109 any special interrupt handling logic for it to work.
|
D | userland-swsusp.txt | 9 Now, to use the userland interface for software suspend you need special 120 required, as they can use, for example, a special (blank) suspend partition or
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | brcm,bcm3384-usb.txt | 7 systems, special handling may be needed in the following cases:
|
/linux-4.1.27/drivers/hwtracing/coresight/ |
D | Kconfig | 31 special enhancement or added features. 50 special enhancement or added features.
|
/linux-4.1.27/Documentation/devicetree/bindings/arc/ |
D | interrupts.txt | 15 intc accessed via the special ARC AUX register interface, hence "reg" property
|
/linux-4.1.27/Documentation/powerpc/ |
D | qe_firmware.txt | 119 This is a double word bit array (64 bits) that defines special functionality 121 and has special instructions for the s/w associated with it. This structure is 129 | | | assert a special host command (push command)| 134 | | RX INIT | command, the host must issue another special| 231 'extended_modes' is a bitfield that defines special functionality which has an 232 impact on the device drivers. Each bit has its own impact and has special
|
D | ptrace.txt | 11 that GDB doesn't need to special-case each of them. We added the 20 adding special cases to GDB based on what it sees in AUXV.
|
D | bootwrapper.txt | 71 simpleImage also supports inserting special platform 110 Two special targets called 'zImage' and 'zImage.initrd' also exist. These
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | ppc-pv.txt | 166 mtmsrd rX, 0 b <special mtmsr section> 167 mtmsr rX b <special mtmsr section> 169 mtmsrd rX, 1 b <special mtmsrd section> 172 mtsrin rX, rY b <special mtsrin section> 175 wrteei [0|1] b <special wrteei section>
|
/linux-4.1.27/Documentation/metag/ |
D | kernel-ABI.txt | 44 about special registers. 46 Several special registers are preserved in the main context, these are the 56 Some of the general registers have special purposes in the ABI and therefore 84 the following which have special purposes in the ABI: 110 When in the kernel the following registers have special purposes in the ABI:
|
/linux-4.1.27/tools/perf/Documentation/ |
D | jit-interface.txt | 13 symbolname is the rest of the line, so it could contain special characters.
|
D | perf-report.txt | 159 Use a special separator character and don't pad with spaces, replacing 301 special event -e cpu/mem-loads/ or -e cpu/mem-stores/. See
|
/linux-4.1.27/include/linux/ |
D | scc.h | 59 io_port special; /* I/O address of special function port */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | exynos-jpeg-codec.txt | 12 - "sclk" for the special clock (optional).
|
/linux-4.1.27/Documentation/input/ |
D | event-codes.txt | 6 contains the new value of a single data item. A special event type, EV_SYN, is 61 - A special type for power button and switch input. 103 A few EV_KEY codes have special meanings: 157 A few EV_REL codes have special meanings: 168 A few EV_ABS codes have special meanings: 199 A few EV_MSC codes have special meaning: 204 no special consequence. It is assumed that the time difference between two 231 EV_PWR events are a special type of event used specifically for power
|
D | gamepad.txt | 47 special system-button. It often looks different to the other buttons and 151 Many pads also have a third button which is branded or has a special symbol
|
D | walkera0701.txt | 95 four channels. In nibbles 22 and 23 is a special magic number. Nibble 24 is
|
/linux-4.1.27/arch/openrisc/boot/dts/ |
D | or1ksim.dts | 28 * OR1K PIC is built into CPU and accessed via special purpose
|
/linux-4.1.27/Documentation/ABI/removed/ |
D | dv1394 | 9 This special-purpose interface has been superseded by libraw1394 +
|
/linux-4.1.27/Documentation/filesystems/ |
D | ncpfs.txt | 4 To mount a NetWare filesystem, you need a special mount program, which
|
D | qnx6.txt | 103 One special case are long filenames or subdirectory names. 120 Character and block special devices do not exist in QNX as those files
|
D | nilfs2.txt | 249 three special inodes, inodes for the DAT, cpfile, and sufile. Inodes 250 of regular files, directories, symlinks and other special files, are
|
D | romfs.txt | 132 using the executable bits for special purposes on the socket and fifo 133 special files, they may have other uses in the future. Additionally,
|
D | files.txt | 76 5. Handling of the file structures is special. Since the look-up
|
D | logfs.txt | 75 All inodes are stored in a special file, the inode file. Single 185 The last table is special in several ways. First its size depends on
|
D | hpfs.txt | 68 On HPFS partitions, OS/2 can associate to each file a special information called 81 extended attribute "MODE" will not be set, this special case is done by setting 83 special 4-byte extended attribute "DEV" will be created containing the device
|
D | sysfs-pci.txt | 74 The 'rom' file is special in that it provides read-only access to the device's
|
/linux-4.1.27/drivers/staging/i2o/ |
D | i2o_block.c | 375 if (!req->special) { in i2o_block_prep_req_fn() 383 req->special = ireq; in i2o_block_prep_req_fn() 427 struct i2o_block_request *ireq = req->special; in i2o_block_end_request() 732 struct i2o_block_request *ireq = req->special; in i2o_block_transfer() 899 struct i2o_block_request *ireq = req->special; in i2o_block_request_fn()
|
D | Kconfig | 12 adapter card in your computer. This card contains a special I/O
|
/linux-4.1.27/include/uapi/linux/ |
D | scc.h | 149 io_port special; /* special function port */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/rtc/ |
D | rtc-omap.txt | 7 This RTC IP has special WAKE-EN Register to enable
|
/linux-4.1.27/Documentation/networking/ |
D | secid.txt | 10 derived from other sources such as process context, device, etc., in special
|
D | l2tp.txt | 96 2. Create a single PPPoL2TP socket per tunnel bound to a special null 103 in this special PPPoX socket. 133 Only the DEBUG option is supported by the special tunnel management 267 sax.pppol2tp.s_session = 0; /* special case: mgmt socket */ 269 sax.pppol2tp.d_session = 0; /* special case: mgmt socket */
|
D | ieee802154.txt | 20 and a special protocol over genetlink for configuration/management 32 include/net/af_ieee802154.h header or in the special header
|
D | z8530drv.txt | 90 special no # address of special function register 126 special - address of the special function register on several cards. 399 EpInts - number of receiver special condition interrupts 558 It is possible to build special radio equipment to use more than
|
D | batman-adv.txt | 74 There is a special folder for debugging information: 146 Those additional debug messages can be accessed using a special
|
D | policy-routing.txt | 14 We have two special type of nodes:
|
D | phy.txt | 149 phy_start_machine() with the second argument set to point to your special 228 If the desired PHY doesn't have any errata, quirks, or special 308 special handling. For instance, to change where the PHY's clock input is,
|
D | radiotap-headers.txt | 64 have to take special evasive action when trying to access these multibyte
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | Tuners | 48 FQ12x6: special 49 FMR12x6: special
|
/linux-4.1.27/drivers/block/aoe/ |
D | aoedev.c | 175 n = (unsigned long) rq->special; in aoe_failip() 176 rq->special = (void *) --n; in aoe_failip() 178 if ((unsigned long) rq->special == 0) in aoe_failip()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | mn10300-watchdog-low.S | 26 # - special non-maskable interrupt
|
/linux-4.1.27/Documentation/hwmon/ |
D | abx500 | 25 specific abx500 chip has its special configurations in its own file, e.g. some
|
D | nct6683 | 33 datasheet. Nuvoton confirms that Intel uses a special firmware version
|
D | adm1021 | 73 is realised in the form of a transistor-like device. A special alarm
|
/linux-4.1.27/drivers/accessibility/ |
D | Kconfig | 4 Accessibility handles all special kinds of hardware devices or
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-mm-lantiq.txt | 4 only gpios. This driver configures a special memory address, which when
|
/linux-4.1.27/Documentation/arm/Samsung/ |
D | GPIO.txt | 24 as pin special-function or pull resistor control.
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-mt65xx.txt | 56 Some special pins have extra pull up strength, there are R0 and R1 pull-up 58 So when config bias-pull-up, it support arguments for those special pins.
|
D | pinctrl-palmas.txt | 62 There are 4 special functions: opt0, opt1, opt2 and opt3. If any of these
|
/linux-4.1.27/Documentation/arm/ |
D | kernel_mode_neon.txt | 22 required. Furthermore, special care is required for code that may sleep [i.e., 80 The compiler is not aware of the special significance of kernel_neon_begin() and 85 instructions appearing in unexpected places if no special care is taken.
|
D | CCN.txt | 24 "dir" (direction). Watchpoints (special "event" value 0xfe) also
|
D | tcm.txt | 16 ARM CPU:s have special registers to read out status, physical 70 - Have the remaining TCM RAM added to a special
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | Kconfig | 18 This module may be used for special applications that require
|
/linux-4.1.27/lib/xz/ |
D | Kconfig | 53 a character special file. It calculates CRC32 of the decompressed
|
/linux-4.1.27/Documentation/devicetree/bindings/ata/ |
D | imx-sata.txt | 4 with some special extensions at integration level.
|
D | sata_highbank.txt | 5 with some special extensions to add functionality.
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | brcm,bcm2835-dma.txt | 7 The channels 0,2 and 3 have special functionality
|
D | jz4780-dma.txt | 18 can be configured to have special behaviour for NAND/BCH when using
|
/linux-4.1.27/arch/arm/crypto/ |
D | Kconfig | 37 using special ARMv8 Crypto Extensions. 46 using special ARMv8 Crypto Extensions.
|
/linux-4.1.27/arch/frv/kernel/ |
D | break.S | 93 # - we need to take special action to suspend h/w single stepping if we've done 110 # handle special breaks 129 # special break insn requests single-stepping to be turned back on
|
/linux-4.1.27/drivers/block/ |
D | null_blk.c | 271 end_cmd(rq->special); in null_softirq_done_fn() 334 req->special = cmd; in null_rq_prep_fn() 346 struct nullb_cmd *cmd = rq->special; in null_request_fn()
|
D | Kconfig | 74 "GD-ROM" by SEGA to signify it is capable of reading special disks 197 immediately) is configurable on a per-UBD basis by using a special 218 are block special device files with major number 7 and typically 295 a block device special file such as /dev/nd0. 303 space and does not need special kernel support.
|
/linux-4.1.27/Documentation/connector/ |
D | connector.txt | 10 When the driver receives a special netlink message with the appropriate 21 driver writer must create special sockets, must know about struct sk_buff 129 callback). It is done by sending a special command to the connector
|
/linux-4.1.27/Documentation/devicetree/bindings/pci/ |
D | samsung,exynos5440-pcie.txt | 11 pulse interrupt, special interrupt.
|
/linux-4.1.27/Documentation/fault-injection/ |
D | provoke-crashes.txt | 36 A special file is `DIRECT' which will induce the crash directly without
|
/linux-4.1.27/Documentation/phy/ |
D | samsung-usb2.txt | 15 with added support for many special cases. 52 and device on a single pair of pins. If so, a special register has to
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | Kconfig | 38 A special module options 'trace' is used to control the verbosity.
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | brcm,bus-axi.txt | 15 because we do not have any special register.
|
D | mvebu-mbus.txt | 145 a special macro that can be use to simplify the translation entries: 208 As a special case, the internal register window must be set up by the boot
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | twl4030-power.txt | 15 3530 that needs a special configuration for warm reset to work.
|
/linux-4.1.27/fs/jffs2/ |
D | LICENCE | 20 As a special exception, if other files instantiate templates or use
|
D | README.Locking | 76 (NB) the per-inode list of physical nodes. The latter is a special 84 Note that the per-inode list of physical nodes (f->nodes) is a special
|
/linux-4.1.27/drivers/isdn/capi/ |
D | Kconfig | 25 established via the usual /dev/capi20 interface to a special tty
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | serial_UART | 12 > doing anything special.)
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | hdspm.txt | 10 special Controls are described and discussed below. 126 makes sense to set the card to a special mode (master at some 346 note: Use only when the application supports this (which is a special case).
|
D | serial-u16550.txt | 59 As a special case, midiCnD0 also sends to all ports, since it is not useful
|
/linux-4.1.27/Documentation/RCU/ |
D | rculist_nulls.txt | 6 Using special makers (called 'nulls') is a convenient way 98 Nothing special here, we can use a standard RCU hlist deletion.
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfs.txt | 15 special features of the NFS client that can be configured by system 61 migrated onto another server by means of the special "fs_locations"
|
/linux-4.1.27/Documentation/block/ |
D | request.txt | 74 void *special D Free to be used by driver
|
/linux-4.1.27/drivers/net/plip/ |
D | Kconfig | 20 bits at a time (mode 0) or with special PLIP cables, to be used on
|
/linux-4.1.27/firmware/tigon/ |
D | tg3_tso5.bin.ihex | 252 /* 5705 needs a special version of the TSO firmware. */
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | b4420qds.dts | 27 * direct, indirect, incidental, special, exemplary, or consequential damages
|
D | b4qds.dtsi | 27 * direct, indirect, incidental, special, exemplary, or consequential damages
|
D | p5040ds.dts | 27 * direct, indirect, incidental, special, exemplary, or consequential damages
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | S3C2412.txt | 34 There is support for setting the GPIO to input/output/special function
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | mdio-mux-mmioreg.txt | 3 This is a special case of a MDIO bus multiplexer. A memory-mapped device,
|
D | mdio-mux-gpio.txt | 3 This is a special case of a MDIO bus multiplexer. One or more GPIO
|
D | micrel-ksz90x1.txt | 3 Some boards require special tuning values, particularly when it comes to
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 284 __le16 special; member 334 __le16 special; member
|
/linux-4.1.27/Documentation/arm/OMAP/ |
D | omap_pm | 111 device driver. DSPBridge and CPUFreq have a few special requirements. 135 However, in special cases, the default OPP table may need to be
|
/linux-4.1.27/net/ax25/ |
D | Kconfig | 59 transparent in that you don't have to do any special DAMA 74 transparent in that you don't have to do any special DAMA
|
/linux-4.1.27/Documentation/trace/ |
D | uprobetracer.txt | 53 String type is a special type, which fetches a "null-terminated" string from 55 Bitfield is another special type, which takes 3 parameters, bit-width, bit-
|
D | kprobetrace.txt | 57 String type is a special type, which fetches a "null-terminated" string from 60 Bitfield is another special type, which takes 3 parameters, bit-width, bit-
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | am33xx.dtsi | 306 ti,needs-special-reset; 307 ti,needs-special-hs-handling; 320 ti,needs-special-reset; 333 ti,needs-special-reset;
|
D | omap4.dtsi | 504 ti,needs-special-reset; 515 ti,needs-special-reset; 525 ti,needs-special-reset; 535 ti,needs-special-reset; 545 ti,needs-special-reset;
|
D | omap5.dtsi | 565 ti,needs-special-reset; 576 ti,needs-special-reset; 586 ti,needs-special-reset; 596 ti,needs-special-reset; 606 ti,needs-special-reset;
|
D | am4372.dtsi | 444 ti,needs-special-reset; 456 ti,needs-special-reset; 468 ti,needs-special-reset;
|
D | dra7.dtsi | 864 ti,needs-special-reset; 876 ti,needs-special-reset; 887 ti,needs-special-reset; 898 ti,needs-special-reset;
|
/linux-4.1.27/arch/powerpc/boot/dts/fsl/ |
D | b4420si-pre.dtsi | 27 * direct, indirect, incidental, special, exemplary, or consequential damages
|
D | p5040si-pre.dtsi | 27 * direct, indirect, incidental, special, exemplary, or consequential damages
|
D | b4420si-post.dtsi | 27 * direct, indirect, incidental, special, exemplary, or consequential damages
|
/linux-4.1.27/Documentation/fb/ |
D | internals.txt | 79 Grayscale and static grayscale are special variants of pseudo color and static
|
/linux-4.1.27/Documentation/isdn/ |
D | README.hfc-pci | 3 Additionally the driver has a special feature which makes it possible
|
D | HiSax.cert | 31 special hardware used will be regarded as approved if at least one
|
/linux-4.1.27/Documentation/dvb/ |
D | udev.txt | 41 If you want more control over the device nodes (for example a special group membership)
|
/linux-4.1.27/Documentation/netlabel/ |
D | cipso_ipv4.txt | 29 IP layer without any special handling required by the LSM. However, in order
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.ir | 35 You might have to create the special files using "/sbin/MAKEDEV
|
/linux-4.1.27/Documentation/serial/ |
D | moxa-smartio | 164 two special file name for each serial port. One is dial-in port 223 Msmknod will delete any special files occupying the same device 374 3.5.6 Make tty device and special file 410 3.6.2 Create special files 411 Run /moxa/mxser/driver/msmknod to create special files with
|
/linux-4.1.27/Documentation/fmc/ |
D | mezzanine.txt | 14 In some special cases it is possible for a driver to directly access 24 In even more special cases, the driver may access carrier-specific
|
D | carrier.txt | 40 char *carrier_name; /* "SPEC" or similar, for special use */ 225 straightforward and deserves special discussion. 257 special number in the gpio field, using one of the following macros:
|
D | FMC-and-SDB.txt | 79 The module exports the following functions, in the special header
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 127 These lines define the files to be built, any special compilation 228 No special notation is required in the makefiles for 371 need special rules to prepare boot images etc. 375 located, so all special rules shall provide a relative 378 Two variables are used when defining special rules: 395 This is a special rule, following the normal syntax 506 the commandline switch to disable it. This special function is needed, 703 (1) List the prerequisite explicitly in a special rule. 713 the host programs in special rules must be prefixed with $(obj). 716 When there is no suitable special rule, and the host program [all …]
|
/linux-4.1.27/drivers/char/ |
D | Kconfig | 252 If you say Y here and create a character special file /dev/nvram 285 If you say Y here and create a character special file /dev/rtc with 311 If you say Y here and create a character special file /dev/rtc with 333 If you say Y here and create a character special file /dev/rtc with 362 If you say Y here and create a character special file /dev/rtc with 395 Siemens R3964 packet protocol. Unless you are dealing with special
|
/linux-4.1.27/security/keys/ |
D | Kconfig | 16 Furthermore, a special type of key is available that acts as keyring:
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | interrupts.txt | 25 The "interrupts-extended" property is a special form for use when a node needs
|
/linux-4.1.27/Documentation/prctl/ |
D | no_new_privs.txt | 15 - The exec code has special handling for ptrace.
|
/linux-4.1.27/arch/powerpc/platforms/40x/ |
D | Kconfig | 76 special configuration at board probe time.
|
/linux-4.1.27/Documentation/sysctl/ |
D | README | 44 don't even need special tools to do it!
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | AUTHORS | 51 Olaf Kirch, Kieron Briggs, Nick Millington and others. Also special
|
/linux-4.1.27/Documentation/misc-devices/ |
D | c2port.txt | 26 where the micro controller is connected via special GPIOs pins.
|
/linux-4.1.27/Documentation/laptops/ |
D | disk-shock-protection.txt | 55 with -EINVAL (see below for the special meaning of -1 and -2). If the 115 the special value -1 to the unload_heads attribute:
|
/linux-4.1.27/Documentation/early-userspace/ |
D | README | 62 Because device-special files cannot be created by a unprivileged user, 63 special files can be listed in a 'root-files' file. Both 'root-image'
|
/linux-4.1.27/Documentation/spi/ |
D | spidev | 42 /dev/spidevB.C ... character special device, major number 153 with 53 Do not try to manage the /dev character device special file nodes by hand.
|
/linux-4.1.27/Documentation/devicetree/bindings/net/dsa/ |
D | dsa.txt | 39 - label : Describes the label associated with this port, special
|
/linux-4.1.27/drivers/ptp/ |
D | Kconfig | 17 microseconds. In addition, with the help of special hardware
|
/linux-4.1.27/net/ipx/ |
D | Kconfig | 54 'special' sockets to sockets listening on the primary network is
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/samsung/ |
D | exynos-adc.txt | 44 - "sclk" : ADC special clock (only for Exynos3250 and
|
/linux-4.1.27/drivers/scsi/be2iscsi/ |
D | be_mgmt.h | 69 u8 special[8]; /* DWORD 0 */ member
|
/linux-4.1.27/drivers/net/hamradio/ |
D | scc.c | 1487 Outb(scc->special,0x08); /* enable interrupt on the board */ in z8530_init() 1490 Outb(scc->special,scc->option); /* set the MODEM mode (0x22) */ in z8530_init() 1796 SCC_Info[2*Nchips+chan].special = hwcfg.special; in scc_net_ioctl() 2037 scc->enhanced, Vector_Latch, scc->special, in scc_net_seq_show()
|
/linux-4.1.27/Documentation/devicetree/bindings/power/ |
D | rockchip-io-domain.txt | 5 kept in sync between the regulators and the SoC using a special
|
/linux-4.1.27/Documentation/s390/ |
D | 3270.txt | 112 necessary character special device files and make the necessary 166 C. Are the device special files created, as in installation 216 preassigned special functions. The ones that are not yield an alarm
|
/linux-4.1.27/Documentation/ia64/ |
D | fsys.txt | 32 In contrast, fsys-mode has the following special properties: 217 left fsys-mode, so no special treatment is needed. 233 would be the normal & expected behavior, so no special treatment is
|
/linux-4.1.27/Documentation/cgroups/ |
D | memcg_test.txt | 114 A special function is mem_cgroup_isolate_pages(). This scans 138 For NUMA, migration is an another special case. To do easy test, cpuset
|
/linux-4.1.27/drivers/block/paride/ |
D | pd.c | 469 enum action (*func)(struct pd_unit *) = pd_req->special; in pd_special() 729 rq->special = func; in pd_special_command()
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-api.txt | 20 /dev/watchdog special device file that userspace is still alive, at 62 closes the file without sending this special character, the driver
|
/linux-4.1.27/Documentation/security/ |
D | Smack.txt | 337 Single character labels using special characters, that being anything 343 Smack labels cannot begin with a '-'. This is reserved for special options. 481 system startup. The contents are written to the special file 552 The ":" and "," characters are permitted in a Smack label but have no special 580 unlabeled world. To do this there's a special file /sys/fs/smackfs/netlabel 592 A special label '@' and an option '-CIPSO' can be used there : 628 These are special programs that not only know about Smack, but participate in
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | regulator.txt | 69 its just seen as a special case of a regulator being a
|
/linux-4.1.27/Documentation/scsi/ |
D | dpti.txt | 11 * liable for any direct, indirect, incidental, special, exemplary or
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | exynos-thermal.txt | 36 -- 3. optional special clock for functional operation
|
/linux-4.1.27/net/irda/ |
D | Kconfig | 44 Ultra is available as a special socket : socket(AF_IRDA, SOCK_DGRAM, 1);
|
/linux-4.1.27/tools/build/Documentation/ |
D | Build.txt | 103 It's possible to include special rule if needed (like we do for flex or bison
|
/linux-4.1.27/Documentation/mn10300/ |
D | ABI.txt | 99 Certain ordinary registers may carry special usage for the compiler:
|
/linux-4.1.27/Documentation/vm/ |
D | split_page_table_lock | 52 There's no need in special enabling of PTE split page table lock:
|
/linux-4.1.27/Documentation/timers/ |
D | hrtimers.txt | 72 special-purpose optimization of the existing timer wheel for the low 126 special nanosecond-resolution type: ktime_t. The kernel-internal
|
D | timekeeping.txt | 110 In addition to the clock sources and clock events there is a special weak 147 architecture, special helper functions have been created to provide a
|
/linux-4.1.27/Documentation/i2c/ |
D | writing-clients | 67 Each client structure has a special `data' field that can point to any 279 If your I2C device needs special handling when entering a system low 295 If your I2C device needs special handling when the system shuts down
|
/linux-4.1.27/tools/perf/ |
D | design.txt | 5 Performance counters are special hardware registers available on most modern 18 Performance counters are accessed via special file descriptors. 21 The special file descriptor is opened via the sys_perf_event_open()
|
/linux-4.1.27/drivers/hid/ |
D | Kconfig | 69 special HID-drivers. You should use hidraw for that. 652 support for its special functionalities. 720 and want support for its special functionalities. 889 to decide how to interpret these special sensor ids and process in 892 should't use these special custom sensor ids to export any of the
|
/linux-4.1.27/Documentation/devicetree/bindings/reserved-memory/ |
D | reserved-memory.txt | 7 the special usage by various device drivers.
|
/linux-4.1.27/Documentation/filesystems/pohmelfs/ |
D | info.txt | 7 Each mountpoint is associated with a special index via this option.
|
D | design_notes.txt | 60 Administrators can add or remove servers from the set at run-time via special commands (described
|
/linux-4.1.27/arch/mips/ |
D | Kconfig.debug | 14 This option enables special console drivers which allow the kernel
|
/linux-4.1.27/kernel/rcu/ |
D | tree_plugin.h | 270 union rcu_special special; in rcu_read_unlock_special() local 283 special = t->rcu_read_unlock_special; in rcu_read_unlock_special() 284 if (special.b.need_qs) { in rcu_read_unlock_special() 306 if (special.b.blocked) { in rcu_read_unlock_special()
|
/linux-4.1.27/Documentation/ioctl/ |
D | hdio.txt | 36 HDIO_DRIVE_TASK execute task and special drive command 37 HDIO_DRIVE_CMD execute a special drive command 729 HDIO_DRIVE_CMD execute a special drive command 792 HDIO_DRIVE_TASK execute task and special drive command
|
/linux-4.1.27/fs/ncpfs/ |
D | Kconfig | 38 special applications which are able to utilize this locking scheme.
|
/linux-4.1.27/Documentation/parisc/ |
D | registers | 96 another procedure. Some of the above registers do have special meanings
|
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/ |
D | entry.S | 200 ! restore special register
|
/linux-4.1.27/Documentation/x86/ |
D | entry_64.txt | 33 - APIC interrupts: Various special-purpose interrupts for things
|
/linux-4.1.27/drivers/usb/ |
D | Kconfig | 53 leaves and the inner nodes are special USB devices called hubs.
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-armv.S | 571 * NEON is a special case that has to be handled here. Not all 573 * to make a special case of checking for them. Plus, there's
|