/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/ide/ |
D | ide-pm.c | 23 rq->special = &rqpm; in generic_ide_suspend() 94 rq->special = &rqpm; in generic_ide_resume() 113 struct ide_pm_state *pm = rq->special; in ide_complete_power_step() 143 struct ide_pm_state *pm = rq->special; in ide_start_power_step() 215 struct ide_pm_state *pm = rq->special; in ide_complete_pm_rq() 241 struct ide_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-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-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 ide_pm_state *pm = rq->special; in start_request()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/scsi/ |
D | scsi_lib.c | 537 req->special = NULL; in scsi_requeue_command() 629 if (cmd->request->next_rq && cmd->request->next_rq->special) in scsi_mq_free_sgtables() 630 scsi_free_sgtable(cmd->request->next_rq->special, true); in scsi_mq_free_sgtables() 681 struct scsi_data_buffer *bidi_sdb = cmd->request->next_rq->special; in scsi_release_bidi_buffers() 685 cmd->request->next_rq->special = NULL; in scsi_release_bidi_buffers() 691 struct scsi_cmnd *cmd = req->special; in scsi_end_request() 1138 rq->next_rq->special = bidi_sdb; in scsi_init_io() 1141 error = scsi_init_sgtable(rq->next_rq, rq->next_rq->special); in scsi_init_io() 1183 cmd->request->special = NULL; in scsi_init_io() 1196 if (!req->special) { in scsi_get_cmd_from_req() [all …]
|
/linux-4.4.14/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.4.14/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.4.14/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 | fsl-imx-esdhc.txt | 34 cells which is useful for some special boards or cards when the default
|
/linux-4.4.14/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.4.14/drivers/s390/crypto/ |
D | ap_bus.h | 218 unsigned int special:1; /* Used for special commands. */ member 249 ap_msg->special = 0; in ap_init_message()
|
D | ap_bus.c | 364 unsigned int special) in __ap_send() argument 374 if (special == 1) in __ap_send() 635 ap_msg->message, ap_msg->length, ap_msg->special); in ap_sm_write()
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/display/exynos/ |
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.4.14/drivers/staging/emxx_udc/ |
D | TODO | 1 * add clock framework support (platform device with CCF needs special care)
|
/linux-4.4.14/include/scsi/ |
D | scsi_tcq.h | 42 return req->special; 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.4.14/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 | 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 | kselftest.txt | 8 memory to be ready to be offlined. A special hot-plug target is created
|
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
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/usb/ |
D | brcm,bcm3384-usb.txt | 7 systems, special handling may be needed in the following cases:
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | snps,arc700-intc.txt | 15 intc accessed via the special ARC AUX register interface, hence "reg" property
|
D | snps,archs-intc.txt | 12 intc accessed via the special ARC AUX register interface, hence "reg" property
|
D | snps,archs-idu-intc.txt | 18 intc accessed via the special ARC AUX register interface, hence "reg" property
|
D | interrupts.txt | 25 The "interrupts-extended" property is a special form for use when a node needs
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | smsc-lan87xx.txt | 3 Some boards require special tuning values. Configure them
|
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.4.14/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 | cxlflash.txt | 6 on Power 8 systems. CAPI can be thought of as a special tunneling 7 protocol through PCIe that allow PCIe adapters to look like special 29 special path for user space access, and performing error recovery. It 40 user space with a special block library. This mode further 46 by special translation services provided by the Flash AFU. 52 concept of a master context. A master typically has special privileges 135 descriptor is obtained by opening the device special file associated
|
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.4.14/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.4.14/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.4.14/tools/perf/Documentation/ |
D | jit-interface.txt | 13 symbolname is the rest of the line, so it could contain special characters.
|
/linux-4.4.14/include/linux/ |
D | scc.h | 59 io_port special; /* I/O address of special function port */ member
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | exynos-jpeg-codec.txt | 13 - "sclk" for the special clock (optional).
|
/linux-4.4.14/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.4.14/arch/openrisc/boot/dts/ |
D | or1ksim.dts | 28 * OR1K PIC is built into CPU and accessed via special purpose
|
/linux-4.4.14/Documentation/ABI/removed/ |
D | dv1394 | 9 This special-purpose interface has been superseded by libraw1394 +
|
/linux-4.4.14/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 | 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 | 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 | 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
|
/linux-4.4.14/drivers/hwtracing/coresight/ |
D | Kconfig | 31 special enhancement or added features. 50 special enhancement or added features.
|
/linux-4.4.14/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 264 sax.pppol2tp.s_session = 0; /* special case: mgmt socket */ 266 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.4.14/include/uapi/linux/ |
D | scc.h | 149 io_port special; /* special function port */ member
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Tuners | 48 FQ12x6: special 49 FMR12x6: special
|
/linux-4.4.14/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.4.14/arch/mn10300/kernel/ |
D | mn10300-watchdog-low.S | 26 # - special non-maskable interrupt
|
/linux-4.4.14/drivers/accessibility/ |
D | Kconfig | 4 Accessibility handles all special kinds of hardware devices or
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-mm-lantiq.txt | 4 only gpios. This driver configures a special memory address, which when
|
/linux-4.4.14/Documentation/arm/Samsung/ |
D | GPIO.txt | 24 as pin special-function or pull resistor control.
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | rtc-omap.txt | 7 This RTC IP has special WAKE-EN Register to enable
|
/linux-4.4.14/arch/arm/crypto/ |
D | Kconfig | 37 using special ARMv8 Crypto Extensions. 46 using special ARMv8 Crypto Extensions.
|
/linux-4.4.14/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 | tcm.txt | 16 ARM CPU:s have special registers to read out status, physical 70 - Have the remaining TCM RAM added to a special
|
D | CCN.txt | 24 "dir" (direction). Watchpoints (special "event" value 0xfe) also
|
/linux-4.4.14/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.4.14/drivers/isdn/mISDN/ |
D | Kconfig | 18 This module may be used for special applications that require
|
/linux-4.4.14/lib/xz/ |
D | Kconfig | 53 a character special file. It calculates CRC32 of the decompressed
|
/linux-4.4.14/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.4.14/arch/arc/kernel/ |
D | entry-arcv2.S | 184 ; Handle special case #1: (Entry via Exception, Return via IRQ) 209 ; Handle special case #2: (Entry via Exception in Delay Slot, Return via IRQ)
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-mt65xx.txt | 61 Some special pins have extra pull up strength, there are R0 and R1 pull-up 63 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.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-mt6577.txt | 24 - mediatek,have-pmic: platform can control i2c form special pmic side.
|
/linux-4.4.14/Documentation/fault-injection/ |
D | provoke-crashes.txt | 36 A special file is `DIRECT' which will induce the crash directly without
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | samsung,exynos5440-pcie.txt | 11 pulse interrupt, special interrupt.
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/mfd/ |
D | twl4030-power.txt | 15 3530 that needs a special configuration for warm reset to work.
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | Kconfig | 38 A special module options 'trace' is used to control the verbosity.
|
/linux-4.4.14/drivers/isdn/capi/ |
D | Kconfig | 25 established via the usual /dev/capi20 interface to a special tty
|
/linux-4.4.14/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.4.14/Documentation/arm/SA1100/ |
D | serial_UART | 12 > doing anything special.)
|
/linux-4.4.14/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.4.14/arch/powerpc/boot/dts/fsl/ |
D | b4420qds.dts | 27 * direct, indirect, incidental, special, exemplary, or consequential damages
|
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
|
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.4.14/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.4.14/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.4.14/firmware/tigon/ |
D | tg3_tso5.bin.ihex | 252 /* 5705 needs a special version of the TSO firmware. */
|
/linux-4.4.14/drivers/net/plip/ |
D | Kconfig | 20 bits at a time (mode 0) or with special PLIP cables, to be used on
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | S3C2412.txt | 34 There is support for setting the GPIO to input/output/special function
|
/linux-4.4.14/Documentation/block/ |
D | request.txt | 74 void *special D Free to be used by driver
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 284 __le16 special; member 334 __le16 special; member
|
/linux-4.4.14/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-
|
D | intel_th.txt | 46 On the whole, Intel(R) Trace Hub does not require any special
|
/linux-4.4.14/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.4.14/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.4.14/drivers/block/ |
D | null_blk.c | 269 end_cmd(rq->special); in null_softirq_done_fn() 333 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.4.14/arch/arm/boot/dts/ |
D | omap4.dtsi | 505 ti,needs-special-reset; 516 ti,needs-special-reset; 526 ti,needs-special-reset; 536 ti,needs-special-reset; 546 ti,needs-special-reset;
|
D | am33xx.dtsi | 323 ti,needs-special-reset; 324 ti,needs-special-hs-handling; 337 ti,needs-special-reset; 350 ti,needs-special-reset;
|
D | omap5.dtsi | 566 ti,needs-special-reset; 577 ti,needs-special-reset; 587 ti,needs-special-reset; 597 ti,needs-special-reset; 607 ti,needs-special-reset;
|
D | am4372.dtsi | 497 ti,needs-special-reset; 509 ti,needs-special-reset; 521 ti,needs-special-reset;
|
/linux-4.4.14/Documentation/dvb/ |
D | udev.txt | 41 If you want more control over the device nodes (for example a special group membership)
|
/linux-4.4.14/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.4.14/Documentation/fb/ |
D | internals.txt | 79 Grayscale and static grayscale are special variants of pseudo color and static
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.ir | 35 You might have to create the special files using "/sbin/MAKEDEV
|
/linux-4.4.14/Documentation/netlabel/ |
D | cipso_ipv4.txt | 29 IP layer without any special handling required by the LSM. However, in order
|
/linux-4.4.14/kernel/rcu/ |
D | tree_plugin.h | 393 union rcu_special special; in rcu_read_unlock_special() local 406 special = t->rcu_read_unlock_special; in rcu_read_unlock_special() 407 if (special.b.need_qs) { in rcu_read_unlock_special() 423 if (special.b.exp_need_qs) { in rcu_read_unlock_special() 424 WARN_ON_ONCE(special.b.blocked); in rcu_read_unlock_special() 448 if (special.b.blocked) { in rcu_read_unlock_special()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/Documentation/filesystems/cifs/ |
D | AUTHORS | 51 Olaf Kirch, Kieron Briggs, Nick Millington and others. Also special
|
/linux-4.4.14/security/keys/ |
D | Kconfig | 16 Furthermore, a special type of key is available that acts as keyring:
|
/linux-4.4.14/Documentation/sysctl/ |
D | README | 44 don't even need special tools to do it!
|
/linux-4.4.14/Documentation/prctl/ |
D | no_new_privs.txt | 15 - The exec code has special handling for ptrace.
|
/linux-4.4.14/Documentation/misc-devices/ |
D | c2port.txt | 26 where the micro controller is connected via special GPIOs pins.
|
/linux-4.4.14/arch/powerpc/platforms/40x/ |
D | Kconfig | 76 special configuration at board probe time.
|
/linux-4.4.14/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.4.14/Documentation/ABI/testing/ |
D | sysfs-class-net | 58 Any values not setting these bits can be used. Take special 80 Note: some special devices, e.g: bonding and team drivers will
|
/linux-4.4.14/drivers/nvme/host/ |
D | lightnvm.c | 460 rq->errors, (unsigned long)rq->special); in nvme_nvm_end_io() 497 rq->special = (void *)0; in nvme_nvm_submit_io()
|
/linux-4.4.14/Documentation/acpi/ |
D | method-tracing.txt | 63 There are special log entries added by the method tracing facility at 82 Developers can utilize these special log entries to track the AML
|
/linux-4.4.14/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.4.14/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.4.14/net/ipx/ |
D | Kconfig | 54 'special' sockets to sockets listening on the primary network is
|
/linux-4.4.14/drivers/ptp/ |
D | Kconfig | 17 microseconds. In addition, with the help of special hardware
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/samsung/ |
D | exynos-adc.txt | 44 - "sclk" : ADC special clock (only for Exynos3250 and
|
/linux-4.4.14/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.4.14/drivers/scsi/be2iscsi/ |
D | be_mgmt.h | 69 u8 special[8]; /* DWORD 0 */ member
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/block/paride/ |
D | pd.c | 471 enum action (*func)(struct pd_unit *) = pd_req->special; in pd_special() 731 rq->special = func; in pd_special_command()
|
/linux-4.4.14/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.4.14/net/irda/ |
D | Kconfig | 44 Ultra is available as a special socket : socket(AF_IRDA, SOCK_DGRAM, 1);
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | exynos-thermal.txt | 36 -- 3. optional special clock for functional operation
|
/linux-4.4.14/Documentation/devicetree/bindings/net/dsa/ |
D | dsa.txt | 39 - label : Describes the label associated with this port, special
|
/linux-4.4.14/Documentation/vm/ |
D | split_page_table_lock | 52 There's no need in special enabling of PTE split page table lock:
|
/linux-4.4.14/Documentation/scsi/ |
D | dpti.txt | 11 * liable for any direct, indirect, incidental, special, exemplary or
|
/linux-4.4.14/Documentation/mn10300/ |
D | ABI.txt | 99 Certain ordinary registers may carry special usage for the compiler:
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | rockchip-io-domain.txt | 5 kept in sync between the regulators and the SoC using a special
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | regulator.txt | 76 its just seen as a special case of a regulator being a
|
/linux-4.4.14/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.4.14/arch/arm/kernel/ |
D | entry-armv.S | 584 * NEON is a special case that has to be handled here. Not all 586 * to make a special case of checking for them. Plus, there's
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/security/ |
D | Smack.txt | 372 Single character labels using special characters, that being anything 378 Smack labels cannot begin with a '-'. This is reserved for special options. 516 system startup. The contents are written to the special file 587 The ":" and "," characters are permitted in a Smack label but have no special 615 unlabeled world. To do this there's a special file /sys/fs/smackfs/netlabel 627 A special label '@' and an option '-CIPSO' can be used there : 663 These are special programs that not only know about Smack, but participate in
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/reserved-memory/ |
D | reserved-memory.txt | 7 the special usage by various device drivers.
|
/linux-4.4.14/drivers/hid/ |
D | Kconfig | 69 special HID-drivers. You should use hidraw for that. 680 support for its special functionalities. 747 and want support for its special functionalities. 916 to decide how to interpret these special sensor ids and process in 919 should't use these special custom sensor ids to export any of the
|
/linux-4.4.14/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.4.14/Documentation/parisc/ |
D | registers | 96 another procedure. Some of the above registers do have special meanings
|
/linux-4.4.14/drivers/usb/ |
D | Kconfig | 53 leaves and the inner nodes are special USB devices called hubs.
|
/linux-4.4.14/fs/ncpfs/ |
D | Kconfig | 38 special applications which are able to utilize this locking scheme.
|
/linux-4.4.14/Documentation/x86/ |
D | entry_64.txt | 33 - APIC interrupts: Various special-purpose interrupts for things
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
D | entry.S | 200 ! restore special register
|