/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-platform-chipidea-usb-otg | 7 the application running on the A-device wants to use the bus, 8 and to be 0 when the application no longer wants to use 9 the bus(or wants to work as peripheral). a_bus_req can also 24 application running on the A-device wants to power down 39 that the application running on the B-device wants to use the 40 bus as host, and is 0 when the application no longer wants to
|
D | sysfs-driver-tegra-fuse | 10 Users: any user space application which wants to read the efuses on
|
D | sysfs-platform-kim | 40 When one of the protocols Bluetooth, FM or GPS wants to make
|
D | sysfs-firmware-acpi | 73 can do a anything the BIOS writer wants from
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | ux500.txt | 15 clock in the prcmu-clock node the consumer wants to use. 19 wants to use, possible values are 1, 2, 3, 5, 6. The second 20 cell indicates which clock inside the PRCC block it wants, 25 wants to use, possible values are 1, 2, 3, 5, 6. The second 26 cell indicates which clock inside the PRCC block it wants,
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-driver-w1_ds28e04 | 6 Users: any user space application which wants to communicate with DS28E04-100 15 Users: any user space application which wants to communicate with DS28E04-100
|
D | sysfs-driver-w1_ds28ea00 | 6 Users: any user space application which wants to communicate with DS28EA00
|
D | sysfs-bus-w1 | 10 Users: any user space application which wants to know bus scanning
|
/linux-4.4.14/drivers/rpmsg/ |
D | Kconfig | 3 # RPMSG always gets selected by whoever wants it
|
/linux-4.4.14/drivers/gpu/vga/ |
D | vgaarb.c | 174 unsigned int wants, legacy_wants, match; in __vga_tryget() local 193 wants = rsrc & ~vgadev->owns; in __vga_tryget() 196 if (wants == 0) in __vga_tryget() 202 legacy_wants = wants & VGA_RSRC_LEGACY_MASK; in __vga_tryget() 292 if (wants & (VGA_RSRC_LEGACY_MEM|VGA_RSRC_NORMAL_MEM)) in __vga_tryget() 294 if (wants & (VGA_RSRC_LEGACY_IO|VGA_RSRC_NORMAL_IO)) in __vga_tryget() 297 if (wants & VGA_RSRC_LEGACY_MASK) in __vga_tryget() 305 vgadev->owns |= wants; in __vga_tryget()
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | CPUfreq.txt | 27 and anything else associated with it. Any board that wants to use this 60 Each board that wants to use the cpufreq code must register some basic
|
/linux-4.4.14/drivers/parport/ |
D | TODO-parport | 14 with (maybe just log) whatever the printer wants to tell the world.
|
/linux-4.4.14/drivers/staging/sm750fb/ |
D | TODO | 7 are supposed to be sample code which is given here if someone wants to
|
/linux-4.4.14/Documentation/usb/ |
D | chipidea.txt | 47 if A-device wants to use bus: 52 if B-device wants to use bus:
|
D | wusb-cbaf | 45 (connection key). Device saves them for the next time it wants to
|
D | bulk-streams.txt | 19 ID. The device then tells the host which "stream" it wants to start. The host
|
D | persist.txt | 30 If the kernel wants to believe that your USB keyboard was unplugged
|
D | gadget_configfs.txt | 375 4. Each USB function naturally has its own view of what it wants
|
D | power-management.txt | 481 If a driver wants to block all suspend/resume calls during some 652 state. Userspace must take care to order the suspensions if it wants to
|
D | WUSB-Design-overview.txt | 340 If the device wants to disconnect, it will either die (ugly) or send a
|
/linux-4.4.14/arch/x86/boot/ |
D | pmjump.S | 59 # a valid stack if some debugging hack wants to use it.
|
/linux-4.4.14/Documentation/blockdev/ |
D | nbd.txt | 9 the client computer wants to read, e.g., /dev/nb0, it sends a
|
/linux-4.4.14/Documentation/ |
D | rpmsg.txt | 65 The caller should specify the channel, the data it wants to send, 81 The caller should specify the channel, the data it wants to send, 99 The caller should specify the channel, the data it wants to send, 115 The caller should specify the channel, the data it wants to send, 128 The user should specify the channel, the data it wants to send, 143 The user should specify the channel, the data it wants to send,
|
D | CodeOfConflict | 9 because everyone involved wants to see the best possible solution for
|
D | bus-virt-phys-mapping.txt | 51 So when the CPU wants any bus master to write to physical memory 0, it 122 "remap_pfn_range()" mm function wants the physical address of the memory to
|
D | volatile-considered-harmful.txt | 12 to suppress optimization, which is almost never what one really wants to
|
D | md-cluster.txt | 73 is used to inform the receive node that a node wants to communicate.
|
D | robust-futex-ABI.txt | 83 For each futex lock currently held by a thread, if it wants this
|
D | dma-buf-sharing.txt | 14 Say a driver A wants to use buffers created by driver B, then we call B as the 117 Whenever a buffer-user wants to use the buffer for any DMA, it asks for
|
D | stable_api_nonsense.txt | 31 It's only the odd person who wants to write a kernel driver that needs
|
D | robust-futexes.txt | 13 someone else wants to grab it too) then the lock is marked with a value
|
D | rbtree.txt | 201 An rbtree user who wants this feature will have to call the augmentation
|
D | workqueue.txt | 81 wants a function to be executed asynchronously it has to set up a work
|
D | 00-INDEX | 91 - basic instructions for those who wants to profile Linux kernel.
|
D | vfio.txt | 119 Assume user wants to access PCI device 0000:06:0d.0
|
D | kobject.txt | 213 Sometimes all that a developer wants is a way to create a simple directory
|
D | atomic_ops.txt | 545 Note: If someone wants to use xchg(), cmpxchg() and their variants,
|
D | pinctrl.txt | 272 for groups it does not want to handle, or if it just wants to do some
|
D | memory-barriers.txt | 2719 now imagine that the second CPU wants to read those values:
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | cpu-hotplug-spec | 4 Linux/x86-64 supports CPU hotplug now. For various reasons Linux wants to
|
/linux-4.4.14/drivers/hwspinlock/ |
D | Kconfig | 5 # HWSPINLOCK always gets selected by whoever wants it.
|
/linux-4.4.14/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 58 Host wants to communicate with hardware via MediaLB. 61 Host wants to communicate with the hardware via I2C. 64 Host wants to communicate with the hardware via USB.
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-sirf.txt | 42 For a specific board, if it wants to use uart2 without hardware flow control,
|
D | pinctrl-atlas7.txt | 97 For a specific board, if it wants to use sd1,
|
/linux-4.4.14/Documentation/fb/ |
D | cmap_xfbdev.txt | 50 that the app wants to match to. The above code is doing what looks like a least
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c.txt | 30 wants to support one of the below features, it should adapt the bindings below.
|
/linux-4.4.14/Documentation/sound/oss/ |
D | VIBRA16 | 18 So, the big problem still remains, because the sb module wants a
|
/linux-4.4.14/Documentation/vm/ |
D | highmem.txt | 29 the pieces of physical memory that it wants to access. 92 wants to access the contents of a page that might be allocated from high memory
|
D | ksm.txt | 11 copied if a process later wants to update its content).
|
D | idle_page_tracking.txt | 52 one wants to ignore certain types of pages, e.g. mlocked pages since they
|
D | unevictable-lru.txt | 176 swapped out; the application must touch the pages manually if it wants to
|
/linux-4.4.14/drivers/remoteproc/ |
D | Kconfig | 3 # REMOTEPROC gets selected by whoever wants it
|
/linux-4.4.14/Documentation/hid/ |
D | uhid.txt | 62 an HID_INPUT2 event with your raw data payload. If the kernel wants to send data 161 This is sent if the HID device driver wants to send raw data to the I/O 167 This event is sent if the kernel driver wants to perform a GET_REPORT request
|
D | hid-sensor.txt | 137 accelerometer wants to poll X axis value, then it can call this function with
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | operations.txt | 79 may decide it wants to handle an operation itself without deferring it to 171 (3) If the submitting thread wants to do the work itself, and has marked the
|
D | object.txt | 267 The object transits to this state if the cache decides it wants to 313 This is signalled when the cache backend wants to withdraw an object. 320 which one it wants to honour, and that effects the other.
|
D | backend-api.txt | 17 cache the backend wants to make available. For instance, CacheFS does this in
|
/linux-4.4.14/Documentation/i2c/ |
D | i2c-stub | 62 If you spam it hard enough, printk can be lossy. This module really wants
|
D | slave-interface | 75 Another I2C master wants to write data to us. This event should be sent once 85 Another I2C master wants to read data from us. This event should be sent once
|
/linux-4.4.14/Documentation/filesystems/configfs/ |
D | configfs.txt | 156 Usually a subsystem wants the item to display and/or store attributes, 192 When a config_item wants an attribute to appear as a file in the item's 247 If the subsystem wants the child to be a group itself, the subsystem 325 protect modifications. Whenever a subsystem wants to navigate the 354 reject a link if it only wants links to a certain type of object (say,
|
/linux-4.4.14/Documentation/filesystems/ |
D | dnotify.txt | 12 The application decides which "events" it wants to be notified about.
|
D | sharedsubtree.txt | 20 A process wants to clone its own namespace, but still wants to access the CD 152 A) A process wants to clone its own namespace, but still wants to 169 B) A process wants its mounts invisible to any other process, but
|
D | vfs.txt | 270 delete_inode: called when the VFS wants to delete an inode 726 wants to make it a free page. If ->releasepage succeeds, the 752 If the VM wants to relocate a page (maybe off a memory card 854 poll: called by the VFS when a process wants to check if there is
|
D | porting | 303 inode->i_lock held and it returns true if filesystems wants the inode to be
|
D | path-lookup.txt | 240 So when vi wants to open("/home/npiggin/test.c", O_RDWR), then it will
|
D | relay.txt | 402 whatever information the client wants. In the example above, room is
|
D | f2fs.txt | 141 fastboot This option is used when a system wants to reduce mount
|
D | Locking | 159 dqio_sem) (unless an admin really wants to screw up something and
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-io.txt | 38 but wants to direct different portions of the bio to different devices.
|
/linux-4.4.14/arch/arm/vfp/ |
D | vfphw.S | 106 @ thread wants ownership of the VFP hardware, save the old
|
/linux-4.4.14/lib/raid6/ |
D | int.uc | 45 * IA-64 wants insane amounts of unrolling. On other architectures that
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | ti-edma.txt | 131 Listed here in case one wants to boot an old kernel with new DTB. These
|
/linux-4.4.14/Documentation/watchdog/ |
D | hpwdt.txt | 30 for this module parameter is 0 or LAST. If the user wants to
|
D | watchdog-kernel-api.txt | 23 Each watchdog timer driver that wants to use the WatchDog Timer Driver Core
|
/linux-4.4.14/Documentation/security/ |
D | Yama.txt | 56 with the inferior it wants to call PTRACE_ATTACH on. By default,
|
D | keys.txt | 90 Similarly, when userspace wants to read back the contents of the key, if
|
/linux-4.4.14/Documentation/powerpc/ |
D | dscr.txt | 74 following methods. This element signifies whether the thread wants to
|
/linux-4.4.14/Documentation/power/ |
D | charger-manager.txt | 7 wants to look at the aggregated information of the multiple chargers. 99 function to know whether Charger Manager wants to suspend again or not.
|
D | pci.txt | 797 the device's registers. In particular, if the driver wants to put the device 995 wants to schedule an autosuspend right away, for example, it may call
|
/linux-4.4.14/drivers/video/console/ |
D | Kconfig | 17 everyone wants that.
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | x_store.S | 239 orl #0x10,%d1 |reg_dest wants size added to reg#
|
/linux-4.4.14/Documentation/acpi/ |
D | video_extension.txt | 105 disable this behaviour once a GUI environment starts up and wants to have full
|
D | method-tracing.txt | 136 The full path of the AML method that the user wants to trace.
|
/linux-4.4.14/Documentation/networking/ |
D | nfc.txt | 117 must inform which protocol it wants to use.
|
D | operstates.txt | 6 <dev> up or down" and reflects whether the administrator wants to use
|
D | netdev-features.txt | 61 A driver that wants to trigger recalculation must do so by calling
|
D | de4x5.txt | 127 because the SCSI card wants to grab the interrupt as a fast interrupt
|
D | tuntap.txt | 112 device allocation is the same as before, and if user wants to create multiple
|
D | udplite.txt | 127 always wants the whole of the packet covered. In this case, all
|
D | scaling.txt | 361 This technique should be enabled whenever one wants to use RFS and the
|
/linux-4.4.14/Documentation/tpm/ |
D | xen-tpmfront.txt | 66 * Linux DomU: The Linux based guest that wants to use a vTPM. There may be
|
/linux-4.4.14/Documentation/s390/ |
D | driver-model.txt | 167 notify function is registered). If the driver wants to keep the 174 wants the device back: !0 for keeping, 0 to make the device being
|
/linux-4.4.14/Documentation/scsi/ |
D | 53c700.txt | 90 register to tell which set of chips wants the interrupt.
|
D | libsas.txt | 170 If the LLDD wants notification when a port has been formed 276 - events marked E (expander) if it wants the SAS layer
|
D | scsi_mid_low_api.txt | 128 detected. After confirming that the new device is one that the LLD wants 161 If the LLD wants to adjust the default queue settings, it can invoke 326 towards the end of include/scsi/scsi_device.h . If an LLD wants to keep 741 detect - detects HBAs this driver wants to control 788 * detect - detects HBAs this driver wants to control 791 * Returns number of hosts this driver wants to control. 0 means no
|
D | st.txt | 14 1. Each user can specify the tape parameters he/she wants to use 96 the program wants to close/open the tape device between files and wants to
|
D | ChangeLog.sym53c8xx | 36 - Call pci_enable_device() as AC wants this to be done. 231 - Change get_pages by GetPages since Linux >= 2.3.27 now wants
|
D | ChangeLog.ncr53c8xx | 9 - Call pci_enable_device() as AC wants this to be done.
|
D | ncr53c8xx.txt | 1028 a) Allow the initiator with ID 7 to win arbitration when it wants so.
|
/linux-4.4.14/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 487 * exception), which effectively wants regular exception dispatch
|
/linux-4.4.14/arch/sh/lib64/ |
D | copy_user_memcpy.S | 15 ! Notes: Usually one wants to do small reads and write a longword, but
|
D | memcpy.S | 17 ! Notes: Usually one wants to do small reads and write a longword, but
|
/linux-4.4.14/Documentation/hwmon/ |
D | abituguru-datasheet | 103 0x08 indicating that the uGuru wants input, in this case the bank address. 106 wait for to DATA to hold 0x08 again indicating that it wants / is ready for
|
/linux-4.4.14/Documentation/cgroups/ |
D | cgroups.txt | 53 anything that wants to act on a group of processes, e.g. a 150 wants to do online gaming :)) OR give one of the student's simulation 481 Each kernel subsystem that wants to hook into the generic cgroup 505 system. This should be taken by anything that wants to modify a
|
D | unified-hierarchy.txt | 302 On the unified hierarchy, let's say U0 wants to write the pid of a
|
/linux-4.4.14/Documentation/locking/ |
D | lglock.txt | 144 at lglocks probably wants to look at the seqlock and RCU alternatives as
|
D | spinlocks.txt | 50 readers to be in the same critical region at once, but if somebody wants
|
D | rt-mutex-design.txt | 24 priority process wants to run. This happens for several reasons, and 25 most of the time it can't be helped. Anytime a high priority process wants 535 process. What if the higher priority process wants to take that mutex again. 550 process does come along and wants that mutex, we let the higher priority
|
/linux-4.4.14/Documentation/x86/ |
D | pat.txt | 108 wants to export a RAM region, it has to do set_memory_uc() or set_memory_wc()
|
D | kernel-stacks | 47 will switch back to the per-thread stack. If software wants to allow
|
/linux-4.4.14/drivers/usb/gadget/ |
D | Kconfig | 401 application may choose to do whatever it wants with the data 403 wants as audio data to the USB Host.
|
/linux-4.4.14/Documentation/connector/ |
D | connector.txt | 20 But if kernelspace wants to use the full power of such connections, the
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | ti-aemif.txt | 92 device wants to extend the strobe period. If
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | Kconfig | 68 application may choose to do whatever it wants with the data 70 wants as audio data to the USB Host.
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | pcc-cpufreq.txt | 54 OS wants for a logical processor. The platform firmware attempts to achieve
|
D | cpu-drivers.txt | 206 get_intermediate should return a stable intermediate frequency platform wants to
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats.txt | 80 the task/process for which userspace wants statistics.
|
/linux-4.4.14/Documentation/fmc/ |
D | identifiers.txt | 13 storage area of the EEPROM as it wants.
|
D | carrier.txt | 159 the respective method is NULL. A driver that wants to be portable
|
/linux-4.4.14/Documentation/kdump/ |
D | kdump.txt | 185 3) If one wants to build and use a relocatable kernel, 478 will cause a kdump to occur at the panic() call. In cases where a user wants
|
/linux-4.4.14/fs/reiserfs/ |
D | README | 20 under the GPL, because he wants to know if it is okay to do so and put
|
/linux-4.4.14/Documentation/scheduler/ |
D | completion.txt | 202 A thread that wants to signal that the conditions for continuation have been
|
/linux-4.4.14/arch/s390/ |
D | Kconfig | 753 Everybody who wants to run Linux under VM != VM4.2 should select 778 Everybody who wants to run Linux under VM should select this
|
/linux-4.4.14/Documentation/PCI/ |
D | pci-error-recovery.txt | 97 PCI_ERS_RESULT_NEED_RESET, /* Device driver wants slot to be reset. */ 141 the HW by just banging IOs or if it wants to be given
|
D | pcieaer-howto.txt | 46 to the PCI Express Port Bus driver. If a user wants to use it, the driver
|
D | pci.txt | 549 When displaying PCI device names to the user (for example when a driver wants
|
/linux-4.4.14/Documentation/prctl/ |
D | seccomp_filter.txt | 197 'syscall' instruction. Any code which wants to restart the call
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | timestamping.txt | 69 audio time it wants reported by selecting the relevant settings in
|
D | OSS-Emulation.txt | 156 While quake wants only playback, you may append the second command
|
D | Audiophile-Usb.txt | 91 24bit-depth-mode and immediately after wants to switch to a 16bit-depth mode,
|
/linux-4.4.14/drivers/iommu/ |
D | Kconfig | 1 # IOMMU_API always gets selected by whoever wants it.
|
/linux-4.4.14/Documentation/trace/ |
D | ring-buffer-design.txt | 104 allocated but is not attached to the list. When the reader wants 112 it wants with it, as long as a writer has left that page.
|
D | ftrace-design.txt | 289 did already create a mcount() function earlier, dynamic ftrace only wants a
|
/linux-4.4.14/net/ |
D | Kconfig | 132 of the computers on your local network wants to send something to
|
/linux-4.4.14/Documentation/development-process/ |
D | 2.Process | 248 but it also raises an interesting question: what if somebody wants to look 455 start. Beginning with a large project can be intimidating; one often wants
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig | 225 Used to allow a board to specify it wants an ePAPR compliant wrapper. 231 Used to allow a board to specify it wants a uImage built by default
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 563 - port_fdb_add: bridge layer function invoked when the bridge wants to install a 571 - port_fdb_del: bridge layer function invoked when the bridge wants to remove a
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 165 Also, if an administrator ever wants to replace a memory it is easier to 563 implementation wants to supplant the standard nd_blk driver it can with
|
/linux-4.4.14/arch/ |
D | Kconfig | 232 # Select if arch wants to size task_struct dynamically via arch_task_struct_size:
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ |
D | overview.txt | 64 GUIDs) it wants to handle. For use by function drivers, visorbus provides
|
/linux-4.4.14/Documentation/dmaengine/ |
D | provider.txt | 361 - As a consequence, if a device driver wants to skip the dma_map_sg() and
|
/linux-4.4.14/firmware/keyspan_pda/ |
D | keyspan_pda.S | 187 .org 0x100H ; wants to be on a page boundary
|
D | xircom_pgs.S | 189 .org 0x100H ; wants to be on a page boundary
|
/linux-4.4.14/drivers/mtd/nand/ |
D | Kconfig | 263 DOS drivers), your data might overlap the area Linux wants to use for
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-framework.txt | 396 to whatever value it wants (it's 0 by default). This value is owned by the 1109 v4l2_event_unsubscribe() directly unless it wants to be involved in
|
/linux-4.4.14/Documentation/arm64/ |
D | arm-acpi.txt | 363 If an SoC vendor wants to provide fine-grained control of the system clocks,
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 656 behavior of the $open()$ call. Audio use simply wants to open the 658 $ioctl$ commands, while data use wants to open for correct and
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 475 * Now determine what phases the host wants us 1937 /* See if the host wants to send a message upon reconnection */
|
D | aic79xx.seq | 1156 /* See if the host wants to send a message upon reconnection */
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 1321 * hoser (like flex itself) wants to
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 989 * hoser (like flex itself) wants to
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c_shipped | 1469 * hoser (like flex itself) wants to
|
/linux-4.4.14/arch/arm/ |
D | Kconfig.debug | 32 # RMK wants arm kernels compiled with frame pointers or stack unwinding.
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 949 elevator_may_queue_fn returns true if the scheduler wants to allow the
|
/linux-4.4.14/init/ |
D | Kconfig | 1919 inclusion into an initramfs that wants the module size reduced.
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 224 allocation of vcpu ids. For example, if userspace wants
|
/linux-4.4.14/ |
D | MAINTAINERS | 48 it easier to know who wants adding and who doesn't.
|