Home
last modified time | relevance | path

Searched refs:place (Results 1 – 200 of 320) sorted by relevance

12

/linux-4.4.14/arch/arm64/kernel/
Dmodule.c59 static u64 do_reloc(enum aarch64_reloc_op reloc_op, void *place, u64 val) in do_reloc() argument
65 return val - (u64)place; in do_reloc()
67 return (val & ~0xfff) - ((u64)place & ~0xfff); in do_reloc()
76 static int reloc_data(enum aarch64_reloc_op op, void *place, u64 val, int len) in reloc_data() argument
79 s64 sval = do_reloc(op, place, val); in reloc_data()
83 *(s16 *)place = sval; in reloc_data()
86 *(s32 *)place = sval; in reloc_data()
89 *(s64 *)place = sval; in reloc_data()
113 static int reloc_insn_movw(enum aarch64_reloc_op op, void *place, u64 val, in reloc_insn_movw() argument
118 u32 insn = le32_to_cpu(*(u32 *)place); in reloc_insn_movw()
[all …]
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_cgs.c133 struct ttm_place place; in amdgpu_cgs_alloc_gpu_mem() local
153 place.fpfn = min_offset >> PAGE_SHIFT; in amdgpu_cgs_alloc_gpu_mem()
154 place.lpfn = max_offset >> PAGE_SHIFT; in amdgpu_cgs_alloc_gpu_mem()
155 place.flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED | in amdgpu_cgs_alloc_gpu_mem()
163 place.fpfn = in amdgpu_cgs_alloc_gpu_mem()
165 place.lpfn = in amdgpu_cgs_alloc_gpu_mem()
167 place.flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED | in amdgpu_cgs_alloc_gpu_mem()
174 place.fpfn = min_offset >> PAGE_SHIFT; in amdgpu_cgs_alloc_gpu_mem()
175 place.lpfn = max_offset >> PAGE_SHIFT; in amdgpu_cgs_alloc_gpu_mem()
176 place.flags = TTM_PL_FLAG_CACHED | TTM_PL_FLAG_TT; in amdgpu_cgs_alloc_gpu_mem()
[all …]
/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_bo_manager.c52 const struct ttm_place *place, in ttm_bo_man_get_node() argument
63 lpfn = place->lpfn; in ttm_bo_man_get_node()
71 if (place->flags & TTM_PL_FLAG_TOPDOWN) { in ttm_bo_man_get_node()
79 place->fpfn, lpfn, in ttm_bo_man_get_node()
Dttm_bo.c57 static inline int ttm_mem_type_from_place(const struct ttm_place *place, in ttm_mem_type_from_place() argument
63 if (place->flags & (1 << i)) { in ttm_mem_type_from_place()
712 const struct ttm_place *place, in ttm_mem_evict_first() argument
725 if (place && (place->fpfn || place->lpfn)) { in ttm_mem_evict_first()
729 if (place->fpfn >= (bo->mem.start + bo->mem.size) || in ttm_mem_evict_first()
730 (place->lpfn && place->lpfn <= bo->mem.start)) { in ttm_mem_evict_first()
784 const struct ttm_place *place, in ttm_bo_mem_force_space() argument
794 ret = (*man->func->get_node)(man, bo, place, mem); in ttm_bo_mem_force_space()
799 ret = ttm_mem_evict_first(bdev, mem_type, place, in ttm_bo_mem_force_space()
837 const struct ttm_place *place, in ttm_bo_mt_compatible() argument
[all …]
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_dmabuf.c162 struct ttm_place place; in vmw_dmabuf_pin_in_start_of_vram() local
165 place = vmw_vram_placement.placement[0]; in vmw_dmabuf_pin_in_start_of_vram()
166 place.lpfn = bo->num_pages; in vmw_dmabuf_pin_in_start_of_vram()
168 placement.placement = &place; in vmw_dmabuf_pin_in_start_of_vram()
170 placement.busy_placement = &place; in vmw_dmabuf_pin_in_start_of_vram()
Dvmwgfx_gmrid_manager.c49 const struct ttm_place *place, in vmw_gmrid_man_get_node() argument
/linux-4.4.14/Documentation/hwmon/
Dk8temp30 temp1_input - temperature of Core 0 and "place" 0
31 temp2_input - temperature of Core 0 and "place" 1
32 temp3_input - temperature of Core 1 and "place" 0
33 temp4_input - temperature of Core 1 and "place" 1
Dsmsc47b39791 To place the chip into the Configuration State The config key (0x55) is written
/linux-4.4.14/arch/mips/include/asm/mach-ip27/
Dkernel-entry-init.h47 dsll t1, NASID_SHFT # Shift text nasid into place
53 dsll t1, 6 # Get pfn into place
54 dsll t2, 6 # Get pfn into place
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-fs-f2fs38 Controls the in-place-update policy.
44 Controls the FS utilization condition for the in-place-update
51 Controls the dirty page count condition for the in-place-update
Dsysfs-bus-usb-devices-usbsevseg39 To set the nth decimal place, give this field
42 to set the mth place (where m is not already set),
Dsysfs-driver-hid-multitouch5 quirks actually in place to handle the device's protocol.
Dsysfs-block-bcache66 cache but no write buffering will take place.
92 backing device only takes place when more than this percentage
94 place and reducing total number of writes sent to the backing
Dsysfs-class-bdi6 Provide a place in sysfs for the backing_dev_info object. This allows
Dsysfs-ata6 Provide a place in sysfs for storing the ATA topology of the system. This allows
Dsysfs-driver-ppi50 take place in order to transition to the BIOS for execution of
Dsysfs-class-extcon5 Provide a place in sysfs for the extcon objects.
Dsysfs-class-devfreq5 Provide a place in sysfs for the devfreq objects.
/linux-4.4.14/Documentation/usb/
Dmisc_usbsevseg.txt40 to set the nth decimal place calculate 10 ** n
43 For example, to set the 0th and 3rd decimal place
Dpersist.txt98 now a good and happy place.
Dgadget_configfs.txt82 In order to have a place to store them, a strings subdirectory must be created
/linux-4.4.14/drivers/staging/rdma/hfi1/
DTODO4 - Remove software processing of IB protocol and place in library for use
/linux-4.4.14/arch/ia64/
Dmodule.lds6 * Create place-holder sections to hold the PLTs, GOT, and
/linux-4.4.14/arch/x86/realmode/rm/
Dtrampoline_32.S36 mov %cs, %ax # Code and data in the same place
Dtrampoline_64.S45 mov %cs, %ax # Code and data in the same place
/linux-4.4.14/tools/perf/
DMakefile65 # and thus won't rebuilt them once they are in place.)
/linux-4.4.14/Documentation/RCU/
DlistRCU.txt23 added or deleted, rather than being modified in place.
155 or deleted, without in-place modification, it is very easy to use RCU!
160 The system-call auditing code does not update auditing rules in place.
266 update-in-place performed by audit_upd_rule(). For one thing,
299 in place), but non-atomic in-place modifications can be handled by making
Dlockdep.txt82 any change from taking place, and finally, in case (3) the current task
84 from taking place. If the above statement was invoked only from updater
/linux-4.4.14/drivers/staging/iio/
DTODO64 Initial discussions have taken place, but no actual code
65 is in place as yet. This topic will be reopened on lkml
/linux-4.4.14/arch/m68k/fpsp040/
Dgen_except.S79 orl %d1,%d0 |put it in the right place
83 orl %d1,%d0 |put them in the right place
198 orl %d1,%d0 |put it in the right place
202 orl %d1,%d0 |put them in the right place
310 orl %d1,%d0 |put it in the right place
314 orl %d1,%d0 |put them in the right place
Dx_store.S138 lsll #4,%d0 |d0 now in proper place for dbl prec exp
Dbinstr.S39 | zero, it is the ls digit. Put the digit in its place in the
Ddecbin.S153 mulul #TEN,%d1 |mul partial product by one digit place
Dskeleton.S27 | place in the target system, or rewritten.
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_ttm.c78 const struct ttm_place *place, in nouveau_vram_manager_new() argument
140 const struct ttm_place *place, in nouveau_gart_manager_new() argument
229 const struct ttm_place *place, in nv04_gart_manager_new() argument
/linux-4.4.14/Documentation/devicetree/bindings/mips/
Dcpu_irq.txt6 With the irq_domain in place we can describe how the 8 IRQs are wired to the
/linux-4.4.14/drivers/hwmon/
Dk8temp.c118 int place = attr->index; in show_temp() local
125 temp = TEMP_FROM_REG(data->temp[core][place]) + data->temp_offset; in show_temp()
/linux-4.4.14/Documentation/devicetree/bindings/eeprom/
Dat25.txt16 Obsolete legacy properties are can be used in place of "size", "pagesize",
/linux-4.4.14/Documentation/cpuidle/
Ddriver.txt13 has mechanisms in place to support actual entry-exit into CPU idle states.
/linux-4.4.14/arch/x86/kernel/acpi/
Dwakeup_32.S38 # jump to place where we left off
/linux-4.4.14/arch/cris/boot/compressed/
DREADME18 into the file vmlinuz. It can be executed in an arbitrary place in flash.
/linux-4.4.14/drivers/gpu/ipu-v3/
Dipu-dp.c139 u32 place) in ipu_dp_csc_init() argument
171 reg |= place; in ipu_dp_csc_init()
/linux-4.4.14/Documentation/
Dkernel-per-CPU-kthreads.txt40 kthreads from being created in the first place. (This will
59 created in the first place.
231 kthreads from being created in the first place, and also obviates
235 kthreads from being created in the first place. This approach
256 kthreads from being created in the first place. However, please
264 kthreads from being created in the first place.
DVGA-softcursor.txt31 Bit setting takes place before bit toggling, so you can simply clear a bit by
Dsysfs-rules.txt96 There is only one valid place in sysfs where hierarchy can be examined
108 classification directories into one place at /sys/subsystem,
117 places, as the kernel is free to move a subsystem from one place to
DManagementStyle91 the first place, and your decision ended up being a big one after
223 Taking the blame is also why you get to be manager in the first place.
267 first place?
Dramoops.txt54 kernel to use only the first 128 MB of memory, and place ECC-protected ramoops
Dstable_api_nonsense.txt25 place.
163 up by the person who did the kernel change in the first place. This
Dintel_txt.txt106 instruction had put them in and place them into a wait-for-SIPI
154 kernel-provided ACPI information to actually place the platform
Ddell_rbu.txt23 would place each packet in contiguous physical memory. The driver also
Dsysrq.txt158 that the sync hasn't taken place until you see the "OK" and "Done" appear
164 Again, the unmount (remount read-only) hasn't taken place until you see the
Dkobject.txt13 place. Dealing with kobjects requires understanding a few different types,
221 This function will create a kobject and place it in sysfs in the location
243 would be little point in using a kobject in the first place. Even
Dflexible-arrays.txt113 This call frees all elements, but leaves the array itself in place.
Dnommu-mmap.txt113 page-aligned. This is because XIP may take place, and the data may not be
130 from which reads can take place). This spreads out the time it takes to
Ddebugging-via-ohci1394.txt85 for bus resets takes place, you have to establish any FireWire cable
Dlzo.txt83 invalid at this place.
Dkmemcheck.txt274 be the vmlinux of the kernel that produced the warning in the first place! If
572 This macro is used in exactly one place in the x86 kernel: In send_signal()
598 Not only does this match with the .si_code member, it also matches the place
DIPMI.txt208 will have no place to put the message.
285 This gives the receiver a place to actually put the message.
681 the message to the right place
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dfsl-mxs-dma.txt7 If a channel is empty/reserved, 0 should be filled in place.
/linux-4.4.14/drivers/block/paride/
DTransition-notes83 it is holding pd_lock. The only place within the area where we
99 also in the area. The only place where ->claimed_cont is made non-NULL is
106 Corollary 1: ps_tq_active can be killed. Indeed, the only place where we
/linux-4.4.14/Documentation/devicetree/bindings/
Dchosen.txt4 The chosen node does not represent a real device, but serves as a place
/linux-4.4.14/Documentation/filesystems/
Ddlmfs.txt43 place. Please download ocfs2-tools from the above url and configure a
49 that an OCFS2 file system be in place so that it can automatically
Dgfs2.txt44 gfs2_convert to convert a gfs filesystem to gfs2 in-place
Df2fs.txt58 Since LFS is based on out-of-place writes, it produces so many obsolete blocks
215 ipu_policy This parameter controls the policy of in-place
222 in-place-updates. The number indicates percentage
227 in-place-updates when F2FS_IPU_FSYNC mode is set.
231 in-place-updates.
Domfs.txt12 Note, it is not recommended that this FS be used in place of a general
Dautomount-support.txt90 take place as usual.
Dfiemap.txt137 in-place by writing to the indicated location without the
210 fiemap_check_flags finds invalid user flags, it will place the bad values in
Dxfs-self-describing-metadata.txt41 is supposed to be. We can't even identify if it is the right place. Put simply,
93 metadata block can be verified as being in the correct place without needing to
147 Validation of self-describing metadata takes place at runtime in two places:
Dcoda.txt228 be able to retrieve and place messages and to be notified of the
257 Among these interfaces the VFS interface and the facility to place,
842 ViceFid destFid; /* Directory in which to place link */
1007 DDeessccrriippttiioonn This request asks Venus to place the file identified by
1163 about to take place.
1420 what state changes in Venus take place after an upcall for which the
1431 context switch needs to take place. The counterpart of caching the
Dexofs.txt69 its place. Be careful.
Dramfs-rootfs-initramfs.txt183 use in place of the above config file:
218 be passed into a 2.6 kernel in place of an initrd. In this case, the kernel
Dbtrfs.txt268 * btrfs-convert: in-place conversion from ext2/3/4 filesystems
Daffs.txt214 fsck that the fs should not be checked (place a '0' in the sixth field
/linux-4.4.14/drivers/net/ethernet/ti/
Dtlan.c3139 u8 place; in tlan_ee_send_byte() local
3146 for (place = 0x80; place != 0; place >>= 1) { in tlan_ee_send_byte()
3147 if (place & data) in tlan_ee_send_byte()
3200 u8 place; in tlan_ee_receive_byte() local
3209 for (place = 0x80; place; place >>= 1) { in tlan_ee_receive_byte()
3212 *data |= place; in tlan_ee_receive_byte()
/linux-4.4.14/scripts/coccinelle/locks/
Dcall_kern.cocci4 //# function under the lock in the first place.
/linux-4.4.14/arch/arm/kernel/
Dentry-header.S106 @ of the saved xPSR specifies if stack aligning took place. In this case
205 @ the first place, so there's no point checking the PSR I bit.
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Dphy.c367 u8 place; in get_right_chnl_for_iqk() local
376 for (place = 0; place < sizeof(channel_all); place++) { in get_right_chnl_for_iqk()
377 if (channel_all[place] == chnl) in get_right_chnl_for_iqk()
378 return ++place; in get_right_chnl_for_iqk()
/linux-4.4.14/Documentation/video4linux/
Dhauppauge-wintv-cx88-ir.txt41 over time, so don't assume any sample starts at any particular place.
Dsoc-camera.txt120 place: in the camera driver and in the host driver. User ioctls are first passed
/linux-4.4.14/firmware/
DREADME.AddingFirmware13 place to add those is the separate linux-firmware repository:
/linux-4.4.14/Documentation/video4linux/cx88/
Dhauppauge-wintv-cx88-ir.txt41 over time, so don't assume any sample starts at any particular place.
/linux-4.4.14/Documentation/vm/
Dsoft-dirty.txt34 the same place. When unmap is called, the kernel internally clears PTE values
Dsplit_page_table_lock70 With everything in place you can set CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK.
Didle_page_tracking.txt7 or deciding where to place the workload within a compute cluster.
/linux-4.4.14/drivers/staging/speakup/
DTODO28 The kobjects may have to move to a more proper place in /sys. The
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c935 u8 place = chnl; in _rtl92c_phy_get_rightchnlplace() local
938 for (place = 14; place < sizeof(channel_5g); place++) { in _rtl92c_phy_get_rightchnlplace()
939 if (channel_5g[place] == chnl) { in _rtl92c_phy_get_rightchnlplace()
940 place++; in _rtl92c_phy_get_rightchnlplace()
945 return place; in _rtl92c_phy_get_rightchnlplace()
1410 u8 place = chnl; in rtl92d_get_rightchnlplace_for_iqk() local
1413 for (place = 14; place < sizeof(channel_all); place++) { in rtl92d_get_rightchnlplace_for_iqk()
1414 if (channel_all[place] == chnl) in rtl92d_get_rightchnlplace_for_iqk()
1415 return place - 13; in rtl92d_get_rightchnlplace_for_iqk()
/linux-4.4.14/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME37 module in the right place.
/linux-4.4.14/tools/perf/Documentation/
Dintel-bts.txt16 place of 'intel_pt' in the examples provided, with the proviso that per-thread
Dperf-diff.txt129 x - computation takes place for pair
Dperf-top.txt185 function into one place in the call-graph tree.
Dperf-script.txt93 If the string 'lang' is specified in place of a script name, a
/linux-4.4.14/arch/sh/
DKconfig.cpu93 that are lacking this bit must have another method in place for
/linux-4.4.14/arch/openrisc/
DREADME.openrisc25 in place are outlined here.
/linux-4.4.14/Documentation/i2c/busses/
Di2c-sis96x21 place. Thanks to Alexander Malysh <amalysh@web.de> for providing the
Di2c-i801148 and then add a case for your subdevice ID at the right place in
/linux-4.4.14/drivers/net/wireless/p54/
DKconfig61 file is put at the right place. (usually /lib/firmware.)
/linux-4.4.14/arch/alpha/lib/
Dstxncpy.S312 extql t1, a1, t1 # .. e0 : shift src into place
340 andnot t0, t2, t0 # e0 : zero place for source to reside
Dev6-stxncpy.S359 extql t1, a1, t1 # U : shift src into place
388 andnot t0, t2, t0 # E : zero place for source to reside
Dstxcpy.S284 andnot t0, t2, t0 # .. e1 : zero place for source to reside
Dev6-stxcpy.S313 andnot t0, t2, t0 # .. e1 : zero place for source to reside (stall)
/linux-4.4.14/Documentation/w1/slaves/
Dw1_therm47 driven when the conversion is taking place, provided the master driver
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt19 distro in place, the root-filesystem layout, and so on. To make this
/linux-4.4.14/arch/arm64/
DKconfig.platforms98 but contains an NVIDIA Denver CPU complex in place of
/linux-4.4.14/Documentation/arm/
Dvlocks.txt21 in finite time, a CPU will only enter the election in the first place if
135 ...in place of code equivalent to:
Dmemory.txt77 place their vector page here. NULL pointer
DPorting39 Physical address to place the initial RAM disk. Only relevant if
Dtcm.txt30 place you put it, it will mask any underlying RAM from the
/linux-4.4.14/Documentation/trace/
Dmmiotrace.txt63 During tracing you can place comments (markers) into the trace by
66 which action. It is recommended to place descriptive markers about what you
Dring-buffer-design.txt205 tail page - the page where the next write will take place.
217 Another write (or a read) may take place at anytime during this
292 page then no more writes may take place (regardless of the mode
388 But when a swap takes place, it will use the most recent head page.
567 and more writes take place, the head page must be moved forward before the
Devents-kmem.txt87 is being concentrated in one place. It could also indicate that the per-CPU
/linux-4.4.14/Documentation/scsi/
Dmegaraid.txt19 iii. Implement any policy mechanisms in one place.
Dcxgb3i.txt21 S3 h/w can directly place the iSCSI Data-In or Data-Out PDU's
DNinjaSCSI.txt60 [5] Copy nsp_cs.ko to suitable place, like /lib/modules/<Kernel version>/pcmcia/ .
DFlashPoint.txt101 message after 11pm one evening, and the meeting took place the next
121 has put in place a direct upgrade program to allow any Linux user worldwide
D53c700.txt71 the relevant request_*_region function and place the register base
DLICENSE.qla4xxx178 access to copy from a designated place, then offering equivalent
179 access to copy the source code from the same place counts as
DLICENSE.qla2xxx179 access to copy from a designated place, then offering equivalent
180 access to copy the source code from the same place counts as
Dscsi_mid_low_api.txt765 * @params: three element array to place output:
904 * With the default eh_strategy in place, if none of the _abort_,
1038 * command) then this function should place 0 in scp->result and
1156 * Notes: Mid level structures for given device are still in place
1307 underflow - LLD should place (DID_ERROR << 16) in 'result' if
1354 then autosense is assumed to have taken place. If it has another value (and
Din2000.txt60 /proc interface is now in place - if you want to play
/linux-4.4.14/Documentation/video4linux/bttv/
DPROBLEMS20 If the video memory is found at the right place and there are no address
/linux-4.4.14/Documentation/devicetree/bindings/reset/
Dreset.txt20 A word on where to place reset signal consumers in device tree: It is possible
/linux-4.4.14/Documentation/development-process/
D2.Process389 This list is an intimidating place to be; volume can reach 500 messages per
392 degree of politeness. But there is no other place where the kernel
427 point, but it is not the best place to find developers from all
430 The last point - finding the correct mailing list - is a common place for
435 filesystem, etc. subsystems. The best place to look for mailing lists is
454 Individual developers are often, understandably, at a loss for a place to
D3.Early-stage125 the MAINTAINERS file for a relevant place to post. If there is a suitable
131 the place to start. That file tends to not always be up to date, though,
/linux-4.4.14/Documentation/cpu-freq/
Dpcc-cpufreq.txt57 conditions are in place, and "power capping" is taking place.
/linux-4.4.14/Documentation/fmc/
Didentifiers.txt115 configuration file for gensdbfs: you tell the program where to place
117 at the beginning of the storage device. If needed, you can also place
/linux-4.4.14/Documentation/devicetree/bindings/display/
Dsimple-framebuffer.txt85 in a different place, operating systems must first enumerate any compatible
/linux-4.4.14/Documentation/cgroups/
Dpids.txt11 place, PIDs are a fundamental resource. As such, PID exhaustion must be
Dmemcg_test.txt175 (XXX is the place of memory)
/linux-4.4.14/Documentation/power/
Dfreezing-of-tasks.txt93 and must call try_to_freeze() in a suitable place.
153 realizing that hibernation (or suspend) operation takes place. Ideally, user
185 place).
Dstates.txt67 Additional operations may take place depending on the platform capabilities. In
Dsuspend-and-interrupts.txt38 brought back online. That applies to timer interrupts in the first place,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c2244 u8 place = chnl; in _get_right_chnl_place_for_iqk() local
2247 for (place = 14; place < sizeof(channel_all); place++) { in _get_right_chnl_place_for_iqk()
2248 if (channel_all[place] == chnl) in _get_right_chnl_place_for_iqk()
2249 return place - 13; in _get_right_chnl_place_for_iqk()
/linux-4.4.14/include/drm/ttm/
Dttm_bo_driver.h211 const struct ttm_place *place,
/linux-4.4.14/Documentation/watchdog/
Dhpwdt.txt52 edit /boot/grub/menu.lst and place the nmi_watchdog=0 at the end of the
/linux-4.4.14/arch/sparc/kernel/
Dhead_32.S318 sta %g2, [%g3] ASI_M_BYPASS ! place at KERNBASE entry
342 sta %g2, [%g3] ASI_M_BYPASS ! place at KERNBASE entry
/linux-4.4.14/Documentation/ABI/
DREADME73 It's up to the developer to place their interfaces in the category they
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_ttm.c170 const struct ttm_place *place, in ttm_bo_man_get_node() argument
/linux-4.4.14/Documentation/driver-model/
Dbinding.txt8 structures, most of the binding can take place using common code.
Ddriver.txt178 If the device is still present, it should quiesce the device and place
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dqcom,spmi-regulator.txt118 toggle after an over current event takes place.
/linux-4.4.14/Documentation/frv/
Datomic-ops.txt62 manages to take place. In theory, this loop could cycle forever because there are too many
/linux-4.4.14/Documentation/parisc/
Dregisters99 r1: The addil instruction is hardwired to place its result in r1,
/linux-4.4.14/Documentation/scheduler/
Dsched-bwc.txt35 bandwidth restriction in place, such a group is described as an unconstrained
Dcompletion.txt50 providing the wait queue to place tasks on for waiting and the flag for
/linux-4.4.14/arch/arm/boot/dts/
Dtegra114-tn7.dts13 /* TN7's bootloader will place initrd at this address */
/linux-4.4.14/tools/perf/util/
Dprobe-event.c2166 char *place; in perf_probe_event__sprintf() local
2169 place = synthesize_perf_probe_point(&pev->point); in perf_probe_event__sprintf()
2170 if (!place) in perf_probe_event__sprintf()
2177 strbuf_addf(result, " %-20s (on %s", buf, place); in perf_probe_event__sprintf()
2193 free(place); in perf_probe_event__sprintf()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c2816 u8 place = chnl; in rtl92ee_get_rightchnlplace_for_iqk() local
2819 for (place = 14; place < sizeof(channel_all); place++) { in rtl92ee_get_rightchnlplace_for_iqk()
2820 if (channel_all[place] == chnl) in rtl92ee_get_rightchnlplace_for_iqk()
2821 return place - 13; in rtl92ee_get_rightchnlplace_for_iqk()
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dilsp.S77 # 0x10(sp) = pointer to location to place quotient/remainder #
92 # the event occurred even though it may not point to the correct place. #
493 # 0xc(sp) = pointer to location to place 64-bit result #
Disp.S888 # place decr value on stack; store old value in case of #
892 # place incr value on stack; store old value in case of #
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfsroot.txt97 "ip=off" or "ip=none", no autoconfiguration will take place, otherwise
98 autoconfiguration will take place. The most common way to use this
DExporting49 that dentry into place (based on the parent and name in the
Dnfs-rdma.txt118 Download the sources and place them in an appropriate location.
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-tape.1995-2002219 * Ver 1.16f Dec 15 99 Change place of the secondary OnStream header frames.
244 * Moved initiation of DMA transfers to the correct place.
/linux-4.4.14/Documentation/arm64/
Darm-acpi.txt77 infrastructure is in place, the bindings are in place, and the processes are
78 in place. DT does exactly what Linux needs it to when working with vertically
221 to change the clock. Changing the hardware can then take place over time
/linux-4.4.14/Documentation/arm/OMAP/
Domap_pm134 and the registration of OPP table should take place automatically.
/linux-4.4.14/arch/m68k/ifpsp060/
Dilsp.doc40 making subroutine calls in place of the unimplemented
Dfplsp.doc41 making subroutine calls in place of the unimplemented
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Diommu.txt86 disable the IOMMU's device tree node in the first place because it would
/linux-4.4.14/arch/m68k/q40/
DREADME6 available from this place or http://ftp.uni-erlangen.de/pub/unix/Linux/680x0/q40/
/linux-4.4.14/Documentation/device-mapper/
Dverity.txt47 inaccessible. You can place hashes to the same partition as data, in this
/linux-4.4.14/arch/xtensa/
DKconfig200 it was possible to place a software breakpoint at 'reset' and
210 xt-gdb can't place a Software Breakpoint in the 0XD region prior
/linux-4.4.14/Documentation/security/
Dcredentials.txt471 security checks on credentials construction and changing is taking place as
488 current->cred_replace_mutex to allow ptrace() to take place, and it will notify
559 credentials and this is attached to the file struct as 'f_cred' in place of
/linux-4.4.14/Documentation/locking/
Dlglock.txt146 currently prevent using RCU in place of view remaining lglocks.
/linux-4.4.14/drivers/net/wireless/ipw2x00/
DKconfig25 will need to place it in /lib/firmware.
/linux-4.4.14/Documentation/x86/
Dpat.txt154 return uncached mapping in place of write-combine requested.
/linux-4.4.14/Documentation/crypto/
Dapi-intro.txt8 mode ciphers), this will allow for pages to be encrypted in-place
/linux-4.4.14/Documentation/kbuild/
Dkbuild.txt113 INSTALL_PATH specifies where to place the updated kernel and system map
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-class-tpm67 will be displayed in place of "[original]".
/linux-4.4.14/net/wireless/
DKconfig89 in place.
/linux-4.4.14/arch/frv/kernel/
Dhead.S539 # provide a point for GDB to place a break
/linux-4.4.14/arch/powerpc/platforms/44x/
DKconfig286 OCM provides the fast place for memory access to improve performance.
/linux-4.4.14/fs/
DKconfig.binfmt140 this to work, you need to have the emulator /usr/bin/em86 in place.
/linux-4.4.14/Documentation/networking/
Dregulatory.txt32 it needs a new regulatory domain. A udev rule can be put in place
DLICENSE.qlcnic177 access to copy from a designated place, then offering equivalent
178 access to copy the source code from the same place counts as
DLICENSE.qlge177 access to copy from a designated place, then offering equivalent
178 access to copy the source code from the same place counts as
D00-INDEX208 - short blurb on how TCP output takes place.
Dde4x5.txt171 For a compiled in driver, in linux/drivers/net/CONFIG, place e.g.
Dbonding.txt457 often takes place for any traffic, not just ARP
847 This algorithm will place all traffic to a particular
869 This algorithm will place all traffic to a particular
1205 place the following text:
1288 The general method for these systems is to place the bonding
1387 unique name in place of bond1 for each subsequent instance.
1652 that normal output policy selection should take place. One benefit to simply
2657 When an Ethernet Switch Module is in place, only the ARP
2665 When a passthrough module is in place, the MII monitor does
2707 supports and/or the number of network cards you can place in your
[all …]
/linux-4.4.14/Documentation/spi/
Dpxa2xx122 The "pxa2xx_spi_chip.enable_loopback" field is used to place the SSP porting
/linux-4.4.14/net/ipv6/
DKconfig194 prefix of its own in place of the fixed 6to4 prefix.
/linux-4.4.14/Documentation/fb/
Dudlfb.txt94 change the parameter in place, and save the file.
/linux-4.4.14/Documentation/serial/
Drocket.txt115 the only place where the DIP switch settings should differ between the
/linux-4.4.14/Documentation/early-userspace/
DREADME111 place)
/linux-4.4.14/fs/jffs2/
DREADME.Locking52 node belonging to the inode which was locked in the first place by the
/linux-4.4.14/Documentation/networking/caif/
Dspi_porting.txt175 * the place where you should set up your GPIOs, interrupts and SPI
/linux-4.4.14/arch/arm/mach-omap2/
Dsram242x.S167 mov r5, r5, lsl #8 @ put rfr field back into place
Dsram243x.S167 mov r5, r5, lsl #8 @ put rfr field back into place
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-bindings.txt27 in a single place, rather than splitting it across multiple client device
/linux-4.4.14/Documentation/powerpc/
Dbootwrapper.txt136 middle of the script. This is also the place where platform specific fixups
/linux-4.4.14/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-isku95 epoch in which the last configuration took place.
/linux-4.4.14/Documentation/blockdev/
Dparide.txt273 With the device files and drivers in place, you can access PARIDE devices
286 mkdir /shark -- make a place to mount the disk
/linux-4.4.14/
DREADME129 place for the output files (including .config).
293 to the place where your regular bootable kernel is found.
DCOPYING183 access to copy from a designated place, then offering equivalent
184 access to copy the source code from the same place counts as
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c3652 u8 place = chnl; in _rtl8812ae_get_right_chnl_place_for_iqk() local
3655 for (place = 14; place < sizeof(channel_all); place++) in _rtl8812ae_get_right_chnl_place_for_iqk()
3656 if (channel_all[place] == chnl) in _rtl8812ae_get_right_chnl_place_for_iqk()
3657 return place-13; in _rtl8812ae_get_right_chnl_place_for_iqk()
/linux-4.4.14/Documentation/i2c/
Dsmbus-protocol54 This sends a single bit to the device, at the place of the Rd/Wr bit.
/linux-4.4.14/drivers/staging/rtl8192u/
Dcopying167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/linux-4.4.14/tools/usb/usbip/
DCOPYING167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/linux-4.4.14/drivers/staging/rtl8192e/
Dlicense170 to copy from a designated place, then offering equivalent access to copy
171 the source code from the same place counts as distribution of the source
/linux-4.4.14/Documentation/filesystems/caching/
Dnetfs-api.txt520 appropriate place.
584 place if unforeseen circumstances arose (such as a disk error).
586 Writing takes place asynchronously.
/linux-4.4.14/Documentation/dvb/
DREADME.dvb-usb156 the right place and the device is connected, the "Power"-LED should be

12