/linux-4.1.27/drivers/of/ |
D | unittest.c | 31 int passed; member 41 unittest_results.passed++; \ 299 bool passed = true; in of_unittest_parse_phandle_with_args() local 307 passed &= !rc; in of_unittest_parse_phandle_with_args() 308 passed &= (args.args_count == 1); in of_unittest_parse_phandle_with_args() 309 passed &= (args.args[0] == (i + 1)); in of_unittest_parse_phandle_with_args() 312 passed &= !rc; in of_unittest_parse_phandle_with_args() 313 passed &= (args.args_count == 2); in of_unittest_parse_phandle_with_args() 314 passed &= (args.args[0] == (i + 1)); in of_unittest_parse_phandle_with_args() 315 passed &= (args.args[1] == 0); in of_unittest_parse_phandle_with_args() [all …]
|
/linux-4.1.27/Documentation/mn10300/ |
D | ABI.txt | 21 passed in the D0 and D1 registers respectively; all other arguments are passed 24 If 64-bit arguments are being passed, then they are never split between 26 passed in D0:D1. If the first argument is not a 64-bit value, but the second 27 is, the second will be passed entirely on the stack and D1 will be unused. 30 word. For example, two byte-sized arguments will always be passed in separate 71 The return value is passed in D0 for an integer (or D0:D1 for a 64-bit value), 75 array, then a hidden first argument will be passed to the callee by the caller:
|
/linux-4.1.27/arch/metag/lib/ |
D | modsi3.S | 7 !! 32-bit modulus unsigned i/p - passed unsigned 32-bit numbers 22 !! 32-bit modulus signed i/p - passed signed 32-bit numbers
|
D | divsi3.S | 22 !! 32-bit division signed i/p - passed signed 32-bit numbers
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | generic.txt | 6 "full-speed" and "low-speed". In case this isn't passed 12 passed via DT, USB DRD controllers should default to
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-mem.txt | 16 from it, into perf.data. Perf record options are accepted and are passed through. 48 option can be passed in record mode. It will be interpreted the same way as perf
|
D | perf-script-perl.txt | 42 ignored (or passed to a 'trace_handled' function, see below) and the 45 Most of the event's field values are passed as arguments to the 88 arguments passed to all event handlers; some of the fields correspond 90 and some of the common_* fields aren't common enough to to be passed 153 of common arguments are passed into it: 196 $context variable passed into every event handler as the second
|
D | perf-script-python.txt | 266 name (the dictionary keys contain the syscall ids, which are passed to 440 ignored (or passed to a 'trace_handled' function, see below) and the 443 Most of the event's field values are passed as arguments to the 484 arguments passed to all event handlers; some of the fields correspond 486 and some of the common_* fields aren't common enough to to be passed 550 of common arguments are passed into it: 600 context variable passed into every event handler as the second
|
D | perf-diff.txt | 18 If no parameters are passed it will assume perf.data.old and perf.data. 23 If no parameters are passed the samples will be sorted by dso and symbol.
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README.ioctl | 53 EFAULT Invalid user space pointer was passed 79 EFAULT Invalid user space pointer was passed 108 EFAULT Invalid user space pointer was passed 143 EFAULT Invalid user space pointer was passed 180 EFAULT Invalid user space pointer was passed 227 EFAULT Invalid user space pointer was passed 269 EFAULT Invalid user space pointer was passed 306 EFAULT Invalid user space pointer was passed 365 EFAULT Invalid user space pointer was passed
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | configfs-usb-gadget-printer | 7 pnp_string - Data to be passed to the host in pnp string
|
D | configfs-usb-gadget-hid | 9 except the data passed through /dev/hidg<N>
|
D | sysfs-bus-event_source-devices-events | 59 corresponding to the <term>) in the perf_event structure passed
|
D | sysfs-class-led-flash | 27 is stopped after this period of time has passed from the start
|
D | sysfs-bus-usb | 109 test; if the test is passed and host supports USB2 hardware LPM
|
/linux-4.1.27/Documentation/networking/ |
D | x25-iface.txt | 5 This is a description of the messages to be passed between the X.25 Packet 13 needs to be passed to and from the Packet Layer for proper operation. 27 passed down. 81 - Data passed upstream by means of netif_rx() might be dropped by the
|
D | timestamping.txt | 190 entire contents of the buffer has passed a timestamping point. That 215 bytes have passed a point. SOF_TIMESTAMPING_TX_ACK as defined is easy to 223 individual last byte passed to send(), even if it is no longer the 237 bytes have passed a timestamp point, assuming that the network stack 264 are passed in ts[0]. Hardware timestamps are passed in ts[2]. 292 type SCM_TSTAMP_* to define the actual timestamp passed in 314 packet payload that it passed to the stack originally: the socket 354 Desired behavior is passed into the kernel and to a specific device by
|
D | stmmac.txt | 42 Driver parameters can be also passed in command line by using: 115 Several information can be passed through the platform and device-tree. 150 o phy_addr: the physical address can be passed from the platform. 186 which will be stored in bsp_priv, and then passed to init and 189 o custom_cfg/custom_data: this is a custom configuration that can be passed 204 o phy_mask: phy mask passed when register the MDIO bus within the driver. 274 capability register can replace what has been passed from the platform.
|
D | l2tp.txt | 25 to be passed over an L2TP tunnel by moving the PPP-specific parts of 61 passed through the kernel's PPP subsystem. The standard PPP daemon, 70 such as "ip" and "ifconfig". If only IP frames are passed over the 72 peer. If non-IP frames are to be passed over the tunnel, the interface 102 udp_encap_rcv() in net/ipv4/udp.c. PPP data frames are never passed
|
D | lapb-module.txt | 122 LAPB link will be abandoned without further messages being passed. After 186 is expected that the data passed to the LAPB module has skb->data pointing 248 remote system that should be passed onto the next layer in the protocol
|
D | netdev-features.txt | 48 set, it is passed to ndo_set_features callback and (if the callback 88 Hardware should be reconfigured to match passed feature set. The set
|
D | dm9000.txt | 62 the flags field will be passed to request_irq() when registering the IRQ
|
D | README.ipw2100 | 212 interval of time has passed where no packets are passed through the
|
D | netdev-FAQ.txt | 51 accumulated new content of the past ~10 weeks will be passed onto 62 Shortly after the two weeks have passed (and vX.Y-rc1 is released), the
|
D | openvswitch.txt | 71 A flow key is passed over a Netlink socket as a sequence of Netlink 98 passed over the Netlink socket. A flow key, exactly as described above, and an
|
D | rds.txt | 194 optional data can be passed here. This is currently used for 274 while the socket is awoken. It is then passed back to the transport
|
D | can.txt | 98 controller can be passed up to the network layer and on to the CAN 107 the same interface for frames with the same CAN ID are all passed the 230 Frames that can optionally be passed to the user application in the 511 called Error Message Frames that can optionally be passed to the user 613 frames are passed to user space that matched *all* given CAN filters. The 760 RX_ANNOUNCE_RESUME: If passed at RX_SETUP and a receive timeout occurred, a 815 than one CAN frames can be passed in a RX_SETUP configuration message. The
|
D | ppp_generic.txt | 166 If multilink is not in use, this packet is then passed to the attached 319 * All other ioctl commands are passed to the channel ioctl() function. 423 passed but they do not reset the transmit or receive idle timer.
|
D | xfrm_sync.txt | 22 know if the replay sequence threshold is reached or 10 secs have passed"
|
D | netconsole.txt | 144 from the config parameters passed to netconsole.
|
D | regulatory.txt | 41 The alpha2 is passed as an environment variable under the variable COUNTRY.
|
/linux-4.1.27/Documentation/filesystems/ |
D | fiemap.txt | 39 with all flags passed, the contents of fm_flags will be unmodified. 67 number of elements in the fiemap_extents[] array should be passed via 188 ->fiemap is passed struct fiemap_extent_info which describes the 192 unsigned int fi_flags; /* Flags as passed from user */ 208 The struct fieinfo should be passed in as received from ioctl_fiemap(). The 209 set of fiemap flags which the fs understands should be passed via fs_flags. If 222 fiemap_fill_next_extent() will use the passed values to populate the
|
D | dnotify.txt | 29 kernel know which signal to deliver, a siginfo structure will be passed to
|
D | afs.txt | 112 symbolic links (of the same form as the "device name" passed to mount). kAFS 214 passed to a process that doesn't have that key (perhaps over an AF_UNIX
|
D | dax.txt | 69 The get_block() callback passed to the DAX functions may return
|
D | Locking | 156 by resolving the pathname passed to syscall. 237 ->readpages() populates the pagecache with the passed pages and starts 541 with the passed in "pgoff" in the vm_fault structure. If it is possible that 553 passed in "pte" field in vm_fault structure. Pointers to entries for other
|
D | relay.txt | 260 number of sub-buffers by the sub-buffer size passed into relay_open(). 292 The private_data passed into relay_open() allows clients to associate 406 sub-buffer is passed into the subbuf_start() callback along with a 411 previous sub-buffer pointer passed into the callback will be NULL, so
|
D | dlmfs.txt | 115 Modes passed to mkdir(2) or open(2) are adhered to locally. Chown is
|
D | ocfs2.txt | 55 of seconds has passed since the last update.
|
D | vfs.txt | 32 calls. The pathname argument that is passed to them is used by the VFS 97 The passed struct file_system_type describes your filesystem. When a 440 that is passed to put_link(). 443 follow_link(). The cookie returned by follow_link() is passed 667 It must be able to cope with short writes (where the length passed to 673 A void * may be returned in fsdata, which then gets passed into 680 be called. len is the original len passed to write_begin, and copied 971 dentry passed to d_hash is the parent directory that the name is 1117 On mount and remount the filesystem is passed a string containing a
|
D | sysfs.txt | 193 - On write(2), sysfs expects the entire buffer to be passed during the 223 - The object passed to the methods will be pinned in memory via sysfs
|
D | porting | 173 passed as an opaque value to both test and set functions. 198 should be passed back to the caller. 389 In ->fallocate() you must check the mode option passed in. If your
|
D | spufs.txt | 299 passed in npc. 324 If NULL is passed as the event argument, these errors will result in a 426 The returned file handle can only be passed to spu_run(2) or closed,
|
D | 9p.txt | 58 fd - used passed file descriptors for connection
|
D | seq_file.txt | 145 passed back to user space. This function can also return SEQ_SKIP, which 179 output must be passed to the seq_file code. Some utility functions have
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 56 dropped. The pointer passed is to the 'ref' field 100 This will be passed to ->match to identify the target entry. If no 104 The item returned is typically passed to cache_check which will check 110 cache_check can be passed a "struct cache_req *". This structure is 119 The value returned by sunrpc_cache_lookup can also be passed to 121 passed which should hold the content. If the item found by _lookup 139 passed as a whole to the cache for parsing and interpretation.
|
D | Exporting | 76 either the passed-in dentry or a preexisting alias for the given inode 78 It returns NULL when the passed-in dentry is used, following the calling 145 passed to it. This size may be larger than the original filehandle
|
D | fault_injection.txt | 66 based on the arguments passed by the user. For example, running
|
D | idmapper.txt | 68 then passed as an argument to keyctl_instantiate (both are part of keyutils.h).
|
D | pnfs.txt | 97 passed unchanged as received from the Server)
|
D | nfsroot.txt | 174 NFS mount options, server address, and root path are passed to the 282 are passed to the kernel by adding them to the "append" line.
|
/linux-4.1.27/Documentation/ |
D | efi-stub.txt | 42 Arguments to the kernel can be passed after bzImage.efi, e.g. 51 stub-specific command line parameter, everything else is passed to the 76 is passed to bzImage.efi.
|
D | DMA-API.txt | 70 size and dma_handle must all be the same as those passed into 122 This puts memory back into the pool. The pool is what was passed to 268 Unmaps the region previously mapped. All the parameters passed in 269 must be identical to those passed in (and returned) by the mapping 300 than <nents> passed in if some elements of the scatter/gather list are 339 must be the same as those and passed in to the scatter/gather mapping 342 Note: <nents> must be the number you passed in, *not* the number of 360 as those passed into the single mapping API. With the sync_single API, 362 those passed into the single mapping API to do a partial sync. 475 be identical to those passed in (and returned by [all …]
|
D | vme_api.txt | 50 probe routine is passed a 'struct vme_dev' pointer as an argument. The 78 driver is called. The probe routine is passed a pointer to the devices 111 required. These functions should be passed the pointer to the resource provided 232 be passed to a DMA controller. Multiple lists can be created, extended, 315 passed to the callback function, the use of this pointer is user undefined:
|
D | DMA-attributes.txt | 60 Buffers allocated with this attribute can be only passed to user space 63 can treat it as a cookie that must be passed to dma_mmap_attrs() and
|
D | assoc_array.txt | 99 after an RCU grace period has passed - thus allowing access functions to 114 will then be passed to call_rcu() to free it and any dead stuff it points 211 passed to the methods in the ops table when they are called. 230 passed to the methods in the ops table when they are called. 287 The iterator_data is passed directly to iterator() and is otherwise 542 problem as we've passed the anchoring pointer and won't switch onto the 572 Obsolete blocks and leaves are freed up after an RCU grace period has passed,
|
D | kref.txt | 3 have objects that are used in multiple places and passed around, and 36 it can be passed to another thread of execution, you must
|
D | kmemcheck.txt | 321 Here, it is &first->info that is being passed on to copy_siginfo(). The 322 variable "first" was found on a list -- passed in as the second argument to 334 Now we need to follow the "pending" pointer, since that is being passed on to 628 And this &info is what eventually gets passed to copy_siginfo() as the 645 This flag can be passed to kmalloc() or kmem_cache_alloc() (therefore
|
D | unshare.txt | 230 linked it to the task structure passed in as an argument to the copy 245 helper routine with flags passed into the system call and a
|
D | flexible-arrays.txt | 39 argument is passed directly to the internal memory allocation calls. With
|
D | kernel-per-CPU-kthreads.txt | 151 CPUs to detect that it has passed through an RCU quiescent 154 the CPU in question has passed through a quiescent state.
|
D | magic-number.txt | 8 has been clobbered, or (b) you've passed the wrong structure to a
|
D | eisa.txt | 117 Both functions are passed a pointer to a 'struct device', which is
|
D | md-cluster.txt | 50 There are 3 types, of messages which are passed
|
D | padata.txt | 126 Each task submitted to padata_do_parallel() will, in turn, be passed to
|
/linux-4.1.27/arch/arm/mach-axxia/ |
D | Kconfig | 15 The LSI Axxia platforms require a Flattened Device Tree to be passed
|
/linux-4.1.27/drivers/staging/media/cxd2099/ |
D | Kconfig | 9 For now, data is passed through '/dev/dvb/adapterX/sec0':
|
D | TODO | 1 For now, data is passed through '/dev/dvb/adapterX/sec0':
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-acpi-pmprofile | 7 as provided by BIOS. The integer value is directly passed as
|
D | vdso | 12 To find the DSO, parse the auxiliary vector passed to the program's
|
D | sysfs-firmware-efi-vars | 49 the "struct efi_variable" passed must
|
/linux-4.1.27/Documentation/ia64/ |
D | fsys.txt | 100 - all other registers may contain values passed in from user-mode 104 - r11 = saved ar.pfs (as passed into the fsyscall handler) 105 - r15 = system call number (as passed into the fsyscall handler) 106 - r32-r39 = system call arguments (as passed into the fsyscall handler) 107 - b6 = return address (as passed into the fsyscall handler) 108 - ar.pfs = previous frame-state (as passed into the fsyscall handler) 275 values passed via the ELF auxiliary vector (include/asm-ia64/elf.h)
|
/linux-4.1.27/Documentation/infiniband/ |
D | user_mad.txt | 37 RMPP. The buffer passed to read() must be at least one 40 If the buffer passed is not large enough to hold the received 127 passed to open()). The IsSM bit will be cleared when the issm file
|
D | user_verbs.txt | 33 commands passed through a file descriptor, the kernel can keep track
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-parport-light | 21 This must be passed if you want SMBus alert support, assuming your adapter
|
/linux-4.1.27/Documentation/driver-model/ |
D | device.txt | 28 get_device() will return a pointer to the struct device passed to it 105 calls device_create_file() on the device structure passed to it, then
|
D | design-patterns.txt | 115 instance this way, while still keeping the number of parameters passed to the
|
D | devres.txt | 172 can be passed to other devres functions to select the target group.
|
/linux-4.1.27/Documentation/pcmcia/ |
D | driver.txt | 15 All fields are passed in as hexadecimal values (no leading 0x).
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | pwm-st.txt | 21 - st,pwm-num-chan: Number of available channels. If not passed, the driver
|
/linux-4.1.27/Documentation/arm/ |
D | Setup | 120 0-66 MHz. If no params are passed or a value of zero is passed,
|
D | Booting | 68 should be passed to the kernel in register r1. 82 boot data is passed to the kernel in register r2. 123 physical address to determine if a dtb has been passed instead of a
|
D | Porting | 7 __virt_to_phys() does for your machine. This macro converts the passed
|
/linux-4.1.27/Documentation/RCU/ |
D | UP.txt | 64 1. If a number of items need to be passed to call_rcu() within 71 requires that the data item be passed up via a common API. 74 arbitrary data items to be passed back up through them.
|
D | checklist.txt | 371 cleanup_srcu_struct(). These are passed a "struct srcu_struct" 373 the srcu_struct is passed to srcu_read_lock(), srcu_read_unlock() 377 calls that have been passed the same srcu_struct. This property 386 srcu_read_unlock() calls must be passed the same srcu_struct. 429 passed that same object to call_rcu() (or friends).
|
D | trace.txt | 94 o "pq" indicates that this CPU has passed through a quiescent state 97 the CPU has passed through a quiescent state, either (1) this 419 o "rpq" is the number of times that the CPU had passed through 423 that had passed through a grace period, and were thus ready
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | rotary-encoder.txt | 14 device, hence no steps need to be passed.
|
/linux-4.1.27/Documentation/kbuild/ |
D | kbuild.txt | 55 Additional options passed to final link of vmlinux. 146 makefile but the argument can be passed to make if needed. 213 be a string that can be passed to date -d. The default value
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | entry.S | 87 cmp r0, #ARM_OPCODE_CONDTEST_PASS @ condition passed?
|
/linux-4.1.27/Documentation/hwmon/ |
D | vexpress | 33 Tree passed to the kernel. Details of the DT binding for them can be found
|
D | lm73 | 89 passed the 'temp1_max' and 'temp1_min' thresholds, respectively. These
|
D | g762 | 57 ('pwm1_enable' set to 2), the expected rotation speed in RPM can be passed to
|
D | hwmon-kernel-api.txt | 79 will need to be passed to the sysfs attribute handling function.
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/freescale/ |
D | fsl,vf610-mscm-ir.txt | 19 Flags get passed only when using GIC as parent. Flags
|
/linux-4.1.27/Documentation/memory-devices/ |
D | ti-emif.txt | 35 information can be passed through platform data (struct emif_platform_data)
|
/linux-4.1.27/Documentation/arm64/ |
D | tagged-pointers.txt | 16 (1) The kernel requires that all user addresses passed to EL1
|
D | booting.txt | 17 is passed to the Linux kernel. This may include secure monitor and 187 kernel image. The device tree blob passed by this CPU must contain
|
/linux-4.1.27/Documentation/isdn/ |
D | INTERFACE.CAPI | 57 allocated by Kernel CAPI and passed to register_appl() along with the 62 application may be passed to the driver for the device via calls to the 70 messages for that application may be passed to or from the device anymore. 93 driver. After registration via the attach_capi_ctr() function it is passed to 182 CAPI messages are passed between Kernel CAPI and the driver via send_message()
|
D | HiSax.cert | 17 HiSax has passed the ITU approval test suite with ELSA Quickstep ISDN cards
|
/linux-4.1.27/Documentation/input/ |
D | notifier.txt | 4 events (see kbd_keycode() function for details). The passed structure is
|
/linux-4.1.27/arch/nios2/ |
D | Kconfig | 119 override those passed by the boot loader. 128 chosen node and fall back to CMDLINE if nothing is passed.
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | snps-dma.txt | 24 general purpose DMA channel allocator. False if not passed.
|
/linux-4.1.27/arch/x86/kernel/ |
D | verify_cpu.S | 37 pushf # Save caller passed flags
|
/linux-4.1.27/Documentation/vm/ |
D | numa_memory_policy.txt | 187 If an empty nodemask is passed, the policy cannot use the 217 MPOL_F_STATIC_NODES: This flag specifies that the nodemask passed by 245 MPOL_F_RELATIVE_NODES: This flag specifies that the nodemask passed 247 set of allowed nodes. The kernel stores the user-passed nodemask, 255 preserve the relative nature of the user's passed nodemask to its 261 the user's passed nodemask are relative to the set of allowed 265 allowed nodes. The nodemask passed by the user represents nodes 383 at least 'maxnode' ids. Optional mode flags may be passed by
|
D | zswap.txt | 44 When a swap page is passed from frontswap to zswap, zswap maintains a mapping
|
D | page_migration | 73 passed to migrate_pages(). This function should figure out
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | sti-dwmac.txt | 26 If not passed, the internal clock will be used by default.
|
D | stmmac.txt | 45 If not passed then the system clock will be used and this is fine on some
|
/linux-4.1.27/Documentation/w1/masters/ |
D | omap-hdq | 34 spec(family:id:crc), a module parameter can be passed to the driver which will
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | netfs-api.txt | 71 another parameter passed into the registration function. 194 This function will be called with the netfs data that was passed to the 201 This function will be called with the netfs data that was passed to the 210 This function will be called with the netfs data that was passed to the 243 The cache read/write functions are passed a context which is then passed 502 (*) The context argument passed to the above function. This will be 635 If one or more pages are passed to fscache_read_or_alloc_pages() but not then 643 prior to returning to the caller. The cookie argument should be as passed to 776 The optional can_enable() function is passed the data argument and returns a
|
D | backend-api.txt | 139 passed to FS-Cache when requested by the appropriate cache operation. In 186 allocation requests made by the netfs. This struct is then passed to the 538 release) will be passed from the netfs to the cache backend for the
|
/linux-4.1.27/drivers/dma/ |
D | mmp_pdma.c | 761 bool passed = false; in mmp_pdma_residue() local 795 if (passed) { in mmp_pdma_residue() 799 passed = true; in mmp_pdma_residue() 822 passed = false; in mmp_pdma_residue()
|
/linux-4.1.27/Documentation/sound/oss/ |
D | VIBRA16 | 20 only two 8-bit dma channels, the second one will be passed to the module
|
D | ALS | 33 of the card's resources should be passed to the kernel modules ("sb", "opl3"
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | inkernel.txt | 27 An array of these structures is then passed to the IIO driver.
|
/linux-4.1.27/tools/testing/selftests/ftrace/ |
D | README | 53 counted as passed test.
|
/linux-4.1.27/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 17 that you want to access - it's passed as the second parameter,
|
/linux-4.1.27/arch/arm/kvm/ |
D | init.S | 74 @ Set the HTTBR to point to the hypervisor PGD pointer passed
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.ir | 59 of my remote control and passed volume up/down key presses as
|
D | soc-camera.txt | 59 All camera host methods are passed in a struct soc_camera_host_ops: 120 place: in the camera driver and in the host driver. User ioctls are first passed
|
D | meye.txt | 43 Several options can be passed to the meye driver using the standard
|
D | videobuf | 90 passed to buf_prepare(), which should set the buffer's size, width, height, 101 When a buffer is queued for I/O, it is passed to buf_queue(), which should 229 so, they will all be passed to the buf_release() callback. If buffers
|
D | v4l2-controls.txt | 190 ID except for the min, max, step and default values. These are passed in the 328 value is passed to the hardware. It is generally a good idea to call this 357 For try/s_ctrl the new values (i.e. as passed by the user) are filled in and 747 with a pointer to the control and the priv pointer that was passed with
|
/linux-4.1.27/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 146 _cpu_up() functions. They differ in the arguments passed to these functions, 147 in that during regular CPU hotplug, 0 is passed for the 'tasks_frozen' 251 1. When invoking regular CPU hotplug, the 'tasks_frozen' argument passed to
|
D | suspend-and-interrupts.txt | 51 IRQF_NO_SUSPEND flag was not passed to request_irq() (or equivalent) by some of
|
/linux-4.1.27/Documentation/scsi/ |
D | g_NCR5380.txt | 44 When included as a module, parameters can be passed on the insmod/modprobe
|
D | hpsa.txt | 127 Allows "BMIC" and "CISS" commands to be passed through to the Smart Array.
|
/linux-4.1.27/Documentation/devicetree/bindings/metag/ |
D | pdc-intc.txt | 5 lines which can wake the system, and are passed on through output interrupt
|
/linux-4.1.27/drivers/atm/ |
D | nicstarmac.copyright | 22 * (skb->atm.iovcnt != 0) for Rx skb's passed to vcc->push.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | hda_codec.txt | 27 struct should be filled and passed to the constructor: 41 string is passed to the codec parser, and it depends on the parser how 167 The name can be passed to snd_pcm_new(). The stream field contains
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | fplsp.doc | 82 As an example, the "fsin" library instruction can be passed an 104 are passed in single precision format.
|
D | TEST.DOC | 122 print_string("Test passed");
|
/linux-4.1.27/Documentation/laptops/ |
D | asus-laptop.txt | 171 will usually do the trick ($arg is the 0000006n-like event passed to acpid). 214 Options can be passed to the asus-laptop driver using the standard
|
D | sony-laptop.txt | 20 The "scancodes" passed to the input system (that can be remapped with udev)
|
D | sonypi.txt | 47 Several options can be passed to the sonypi driver using the standard
|
/linux-4.1.27/drivers/char/ipmi/ |
D | Kconfig | 63 boot argument is passed.
|
/linux-4.1.27/Documentation/spi/ |
D | pxa2xx | 21 "platform device". The master configuration is passed to the driver via a table 146 The pxa2xx_spi_chip structure is passed to the pxa2xx_spi driver in the
|
/linux-4.1.27/Documentation/early-userspace/ |
D | README | 56 file format). The directives in the file will be passed directly to 68 entire CONFIG_INITRAMFS_SOURCE is passed to
|
D | buffer-format.txt | 9 (initramfs) protocol. The initramfs contents is passed using the same
|
/linux-4.1.27/Documentation/powerpc/ |
D | cxl.txt | 97 are received by the kernel as hardware interrupts and passed onto 107 The WED is a 64-bit parameter passed to the AFU when a context is 253 The buffer passed to read() must be at least 4K bytes.
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | 11h.c | 244 if (le32_to_cpu(rdr_event->passed)) { in mwifiex_11h_handle_radar_detected()
|
/linux-4.1.27/Documentation/fb/ |
D | sh7760fb.txt | 47 passed to the driver as platform_data.
|
D | sisfb.txt | 35 How are parameters passed to sisfb?
|
D | udlfb.txt | 138 which can be passed to utilities like parse-edid.
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | hypercalls.txt | 8 Up to four arguments may be passed in rbx, rcx, rdx, and rsi respectively.
|
D | ppc-pv.txt | 91 a second return value is passed to the guest. This second return value contains 109 Flags are passed to the host in the low 12 bits of the Effective Address.
|
D | api.txt | 1258 This ioctl fetches PV specific information that need to be passed to the guest 1348 Assigns an IRQ to a passed-through device. 1388 Ends an IRQ assignment to a passed-through device. 1695 The return value is a file descriptor which can be passed to mmap(2) 1722 The return value is a file descriptor which can be passed to mmap(2) 1724 passed to the KVM_SET_USER_MEMORY_REGION ioctl to establish it as the 1832 defined by user space with the passed in struct kvm_one_reg, where id 2080 kvm_one_reg struct passed in. On success, the register value can be found 2140 parameters have to be passed: 2349 Interrupt parameters are passed via kvm_s390_interrupt: [all …]
|
/linux-4.1.27/arch/c6x/ |
D | Kconfig | 76 override those passed by the boot loader.
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-crypt.txt | 57 Block discard requests (a.k.a. TRIM) are passed through the crypt device.
|
D | cache.txt | 186 #feature args : number of feature arguments passed 191 key/value pairs passed to the policy 192 policy args : key/value pairs passed to the policy
|
D | verity.txt | 136 be passed via the kernel command-line in a rooted chain of trust where
|
D | thin-provisioning.txt | 207 thin device will be passed through to the origin. Writes trigger 295 Whether or not discards are actually being passed down to the
|
/linux-4.1.27/arch/frv/ |
D | Kconfig | 223 This causes appropriate flags to be passed to the compiler to 238 This causes appropriate flags to be passed to the compiler to
|
/linux-4.1.27/Documentation/m68k/ |
D | README.buddha | 79 register enables IRQs to be passed from the 85 always be passed to the bus, the computer
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 449 callout_info string will be passed as an argument to the program. 892 the key from userspace. In that case, callout_string will be passed as an 913 passed to the key_type->request_key() op if it exists, and the callout_info 968 they've been finished with. The key pointer passed in will be returned. 1164 are merely passed along to the instantiate() or update() operations. If 1185 The payload attached need not bear any relation to the data passed to this 1319 Ideally, the blob should be in the same format as that passed in to the 1338 The aux parameter is as passed to request_key_async_with_auxdata() and 1339 similar or is NULL otherwise. Also passed are the construction record for 1407 service. This will be passed as the <callout_info> parameter. If no such [all …]
|
D | keys-request-key.txt | 52 calls, except that they permit auxiliary data to be passed to the upcaller (the
|
/linux-4.1.27/Documentation/usb/ |
D | bulk-streams.txt | 47 passed in as arguments. Do not call this function to request less than two
|
D | callbacks.txt | 99 contains the interface passed as an argument. Cease IO, wait for all
|
D | dma.txt | 89 DMA address space of the device. However, most buffers passed to your
|
D | hotplug.txt | 70 If "usbdevfs" is configured, DEVICE and DEVFS are also passed. DEVICE is
|
/linux-4.1.27/arch/mips/kernel/ |
D | r4k_switch.S | 81 fpu_save_double a0 t0 t1 # c0_status passed in t0
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | spi-bus.txt | 71 If a gpio chipselect is used for the SPI slave the gpio number will be passed
|
/linux-4.1.27/arch/nios2/platform/ |
D | Kconfig.platform | 23 Normally this address is passed by a bootloader such as u-boot but
|
/linux-4.1.27/Documentation/acpi/ |
D | gpio-properties.txt | 91 Next, the mapping table needs to be passed as the second argument to
|
/linux-4.1.27/Documentation/s390/ |
D | DASD | 50 When a NULL argument is passed to the BLKDASDFORMAT ioctl the whole
|
/linux-4.1.27/Documentation/i2c/ |
D | dev-interface | 104 Change slave address. The address is passed in the 7 lower bits of the 105 argument (except for 10 bit addresses, passed in the 10 lower bits in this
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | Kconfig | 18 Connection tracking keeps a record of what packets have passed 245 establish them using syncookies before they are passed on to the
|
/linux-4.1.27/Documentation/prctl/ |
D | seccomp_filter.txt | 108 The SECCOMP_RET_DATA portion of the return value will be passed 114 Results in the lower 16-bits of the return value being passed
|
/linux-4.1.27/Documentation/parisc/ |
D | registers | 114 don't care about the values that were passed in anymore.
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | qoriq-clock.txt | 6 which can then be passed to a variety of internal logic, including
|
/linux-4.1.27/arch/arm/plat-omap/ |
D | Kconfig | 43 which an be passed as platform data to the smartreflex driver.
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | Kconfig | 18 Connection tracking keeps a record of what packets have passed 245 establish them using syncookies before they are passed on to the
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | governors.txt | 226 be passed to that function, must contain the following values: 268 lock before the command is passed to the cpufreq processor driver.
|
/linux-4.1.27/tools/power/cpupower/po/ |
D | de.po | 120 "If none of them is passed," 518 "The argument passed to this tool can't be combined with passing a --cpu " 612 "3. FREQuencies can be passed in Hz, kHz (default), MHz, GHz, or THz\n" 665 "-g/--governor must be passed\n"
|
D | cs.po | 123 "If none of them is passed," 510 "The argument passed to this tool can't be combined with passing a --cpu " 602 "3. FREQuencies can be passed in Hz, kHz (default), MHz, GHz, or THz\n" 654 "-g/--governor must be passed\n"
|
D | it.po | 120 "If none of them is passed," 512 "The argument passed to this tool can't be combined with passing a --cpu " 607 "3. FREQuencies can be passed in Hz, kHz (default), MHz, GHz, or THz\n" 662 "-g/--governor must be passed\n"
|
D | fr.po | 120 "If none of them is passed," 510 "The argument passed to this tool can't be combined with passing a --cpu " 600 "3. FREQuencies can be passed in Hz, kHz (default), MHz, GHz, or THz\n" 654 "-g/--governor must be passed\n"
|
D | pt.po | 118 "If none of them is passed," 513 "The argument passed to this tool can't be combined with passing a --cpu " 609 "3. FREQuencies can be passed in Hz, kHz (default), MHz, GHz, or THz\n" 664 "-g/--governor must be passed\n"
|
/linux-4.1.27/Documentation/networking/caif/ |
D | Linux-CAIF.txt | 72 - When receiving / transmitting CAIF Packets (cfpkt), ownership is passed
|
/linux-4.1.27/Documentation/serial/ |
D | tty.txt | 121 character buffer passed to this method is already 141 tty->termios. Previous settings should be passed in
|
D | driver | 231 passed to the TTY layer. 234 passed to the TTY layer.
|
/linux-4.1.27/Documentation/crypto/ |
D | asymmetric-keys.txt | 35 for extracting information from the blobs of data passed to the instantiation 293 will be kfree()'d and the data attached to ->payload will be passed to the
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 132 passed to s3c_gpio_cfgpin().
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig | 406 used when no physical memory size is passed through DTB or through 424 no physical memory size is passed through DTB or through boot
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 308 addresses passed in this way and ignores bio entries for the request type 343 in such cases (REQ_PC: direct packet command passed to driver, REQ_BLOCK_PC: 373 forced such requests to be broken up into small chunks before being passed 399 passed around different types of subsystems or layers, maybe even 494 The request structure is the structure that gets passed down to low level 869 and data pointer. This is embedded into a brw_cb structure when passed 877 bios are handled today. The values of the tuples in such a vector passed in 882 and passed on in some way to the endio completion routine.
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-decoder-api.txt | 278 Selects decoder source. Ensure that the parameters passed to this
|
/linux-4.1.27/Documentation/hid/ |
D | hidraw.txt | 60 The first byte of the buffer passed to write() should be set to the report
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 94 in order to reduce risks, the "nosuid" mount flag is passed in on mount to 96 When mount is executed as root, nosuid is not passed in by default, 172 (the few optional settings are passed in on mount via -o parameters instead). 266 passed in on mount. For mounts to servers 358 could be passed instead with period as the separator by 380 to obtain the userid and password arguments which are passed to
|
/linux-4.1.27/Documentation/gpio/ |
D | consumer.txt | 299 Non-error values returned from gpiod_to_irq() can be passed to request_irq() or 335 GPIO descriptor has not been freed. All the same, a GPIO number passed to
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-hci.txt | 96 the p2p connection setup with hardware parameters that need to be passed back 186 fast, cannot sleep. sends incoming frames to HCI where they are passed to
|
/linux-4.1.27/Documentation/fmc/ |
D | mezzanine.txt | 57 instantiated), and for consistency the list is passed as
|
/linux-4.1.27/arch/powerpc/platforms/85xx/ |
D | Kconfig | 24 parameters should be passed when this option is enabled.
|
/linux-4.1.27/arch/ |
D | Kconfig | 508 Architecture has tls passed as the 4th argument of clone(2), 519 Architecture has tls passed as the 3rd argument of clone(2),
|
/linux-4.1.27/arch/metag/ |
D | Kconfig | 252 override those passed by the boot loader.
|
/linux-4.1.27/arch/microblaze/ |
D | Kconfig | 110 override those passed by the boot loader.
|
/linux-4.1.27/Documentation/acpi/apei/ |
D | einj.txt | 124 signature being injected. The actual data passed is this:
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_mlme.c | 1553 unsigned int passed; in rtw_check_join_candidate() local 1555 passed = jiffies_to_msecs(jiffies - competitor->last_scanned); in rtw_check_join_candidate() 1556 if (passed >= RTW_SCAN_RESULT_EXPIRE || in rtw_check_join_candidate()
|
/linux-4.1.27/Documentation/misc-devices/mei/ |
D | mei.txt | 64 The driver is transparent to data that are passed between firmware feature
|
/linux-4.1.27/Documentation/blockdev/ |
D | cciss.txt | 194 Or, as a kernel boot parameter passed in via grub: cciss.cciss_tape_cmds=8
|
/linux-4.1.27/Documentation/dmaengine/ |
D | provider.txt | 279 should it be always the flags passed in the arguments 294 - Should only care about the transaction descriptor passed as
|