Home
last modified time | relevance | path

Searched refs:needed (Results 1 – 200 of 684) sorted by relevance

1234

/linux-4.1.27/fs/ext4/
Dtruncate.h25 ext4_lblk_t needed; in ext4_blocks_for_truncate() local
27 needed = inode->i_blocks >> (inode->i_sb->s_blocksize_bits - 9); in ext4_blocks_for_truncate()
35 if (needed < 2) in ext4_blocks_for_truncate()
36 needed = 2; in ext4_blocks_for_truncate()
40 if (needed > EXT4_MAX_TRANS_DATA) in ext4_blocks_for_truncate()
41 needed = EXT4_MAX_TRANS_DATA; in ext4_blocks_for_truncate()
43 return EXT4_DATA_TRANS_BLOCKS(inode->i_sb) + needed; in ext4_blocks_for_truncate()
Dmigrate.c32 int retval = 0, needed; in finish_range() local
57 needed = ext4_ext_calc_credits_for_single_extent(inode, in finish_range()
63 if (needed && ext4_handle_has_enough_credits(handle, in finish_range()
66 retval = ext4_journal_restart(handle, needed); in finish_range()
70 } else if (needed) { in finish_range()
71 retval = ext4_journal_extend(handle, needed); in finish_range()
77 retval = ext4_journal_restart(handle, needed); in finish_range()
208 int retval = 0, needed; in extend_credit_for_blkdel() local
218 needed = 3 + EXT4_MAXQUOTAS_TRANS_BLOCKS(inode->i_sb); in extend_credit_for_blkdel()
220 if (ext4_journal_extend(handle, needed) != 0) in extend_credit_for_blkdel()
[all …]
Dext4_jbd2.h292 static inline int ext4_handle_has_enough_credits(handle_t *handle, int needed) in ext4_handle_has_enough_credits() argument
294 if (ext4_handle_valid(handle) && handle->h_buffer_credits < needed) in ext4_handle_has_enough_credits()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-usb-lvstest10 for Link Layer Validation device. It is needed for TD.7.06.
18 and 127. It is needed for TD.7.18, TD.7.19, TD.7.20 and TD.7.21.
26 and 127. It is needed for TD.7.18, TD.7.19, TD.7.20 and TD.7.21.
33 device. It is needed for TD.7.29, TD.7.31, TD.7.34 and TD.7.35.
40 Validation device. It is needed for TD.7.35 and TD.7.36.
47 Validation device. It is needed for TD.7.36.
Dsysfs-devices-power_state16 off. However, some power resources needed by the device node in
Dconfigfs-spear-pcie-gadget21 no_of_msi ... used to configure number of MSI vector needed and
Dsysfs-memory-page-offline33 triggering IO errors if needed. Note this may kill
Dsysfs-firmware-gsmi57 Callers should assume that a reboot is needed
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dtracefile.c269 int needed = 85; /* average message length */ in libcfs_debug_vmsg2() local
312 tage = cfs_trace_get_tage(tcd, needed + known_size + 1); in libcfs_debug_vmsg2()
314 if (needed + known_size > PAGE_CACHE_SIZE) in libcfs_debug_vmsg2()
335 needed = 0; in libcfs_debug_vmsg2()
338 needed = vsnprintf(string_buf, max_nob, format1, ap); in libcfs_debug_vmsg2()
343 remain = max_nob - needed; in libcfs_debug_vmsg2()
348 needed += vsnprintf(string_buf + needed, remain, in libcfs_debug_vmsg2()
353 if (needed < max_nob) /* well. printing ok.. */ in libcfs_debug_vmsg2()
357 if (*(string_buf+needed-1) != '\n') in libcfs_debug_vmsg2()
361 header.ph_len = known_size + needed; in libcfs_debug_vmsg2()
[all …]
/linux-4.1.27/drivers/media/usb/gspca/
Dpac207.c394 int needed; in sd_pkt_scan() local
398 needed = 5 - sd->header_read; in sd_pkt_scan()
399 if (len >= needed) in sd_pkt_scan()
400 atomic_set(&sd->avg_lum, data[needed - 1]); in sd_pkt_scan()
403 needed = 11 - sd->header_read; in sd_pkt_scan()
404 if (len <= needed) { in sd_pkt_scan()
408 data += needed; in sd_pkt_scan()
409 len -= needed; in sd_pkt_scan()
/linux-4.1.27/scripts/coccinelle/free/
Difnullfree.cocci1 /// NULL check before some freeing functions is not needed.
46 cocci.print_main("NULL check before that freeing function is not needed", p)
52 …e kfree, debugfs_remove, debugfs_remove_recursive or usb_free_urb is not needed. Maybe consider re…
Diounmap.cocci58 cocci.print_secs("needed iounmap",p3)
Dclk_put.cocci58 cocci.print_secs("needed clk_put",p3)
/linux-4.1.27/drivers/misc/sgi-xp/
Dxpc_main.c617 xpc_activate_kthreads(struct xpc_channel *ch, int needed) in xpc_activate_kthreads() argument
623 DBUG_ON(needed <= 0); in xpc_activate_kthreads()
626 wakeup = (needed > idle) ? idle : needed; in xpc_activate_kthreads()
627 needed -= wakeup; in xpc_activate_kthreads()
636 if (needed <= 0) in xpc_activate_kthreads()
639 if (needed + assigned > ch->kthreads_assigned_limit) { in xpc_activate_kthreads()
640 needed = ch->kthreads_assigned_limit - assigned; in xpc_activate_kthreads()
641 if (needed <= 0) in xpc_activate_kthreads()
646 needed, ch->partid, ch->number); in xpc_activate_kthreads()
648 xpc_create_kthreads(ch, needed, 0); in xpc_activate_kthreads()
[all …]
/linux-4.1.27/net/sctp/
Dulpqueue.c974 struct sk_buff_head *list, __u16 needed) in sctp_ulpq_renege_list() argument
1014 if (freed >= needed) in sctp_ulpq_renege_list()
1022 static __u16 sctp_ulpq_renege_order(struct sctp_ulpq *ulpq, __u16 needed) in sctp_ulpq_renege_order() argument
1024 return sctp_ulpq_renege_list(ulpq, &ulpq->lobby, needed); in sctp_ulpq_renege_order()
1028 static __u16 sctp_ulpq_renege_frags(struct sctp_ulpq *ulpq, __u16 needed) in sctp_ulpq_renege_frags() argument
1030 return sctp_ulpq_renege_list(ulpq, &ulpq->reasm, needed); in sctp_ulpq_renege_frags()
1084 __u16 needed, freed; in sctp_ulpq_renege() local
1089 needed = ntohs(chunk->chunk_hdr->length); in sctp_ulpq_renege()
1090 needed -= sizeof(sctp_data_chunk_t); in sctp_ulpq_renege()
1092 needed = SCTP_DEFAULT_MAXWINDOW; in sctp_ulpq_renege()
[all …]
/linux-4.1.27/Documentation/arm64/
Dacpi_object_usage.txt121 PSCI_USE_HVC is set or unset as needed (see table 5-37).
281 _ADR 6.1.1 Use as needed.
283 _BBN 6.5.5 Use as needed; PCI-specific.
294 _CID 6.1.2 Use as needed.
296 _CLS 6.1.3 Use as needed.
306 _DEP 6.5.8 Use as needed.
332 _DSW 7.2.1 Use as needed; power management specific.
354 _HID 6.1.5 Use as needed. This is the primary object to use in
361 _HRV 6.1.6 Optional, use as needed to clarify device behavior; in
368 _IRC 7.2.15 Use as needed; power management specific.
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dspi_oc_tiny.txt11 The clock-frequency and baud-width properties are needed only if the divider
12 is programmable. They are not needed if the divider is fixed.
Dspi-sc18is602.txt14 The clock-frequency property is relevant and needed only if the chip has an
Dspi-sun4i.txt8 needed:
Dspi-sun6i.txt8 needed:
Dsh-hspi.txt15 Pinctrl properties might be needed, too. See
Dspi-gpio.txt12 Not needed if num-chipselects = <0>.
/linux-4.1.27/Documentation/devicetree/bindings/pci/
Dralink,rt3883-pci.txt12 - #address-cells: specifies the number of cells needed to encode an
37 - #address-cells: specifies the number of cells needed to encode an
41 - #interrupt-cells: specifies the number of cells needed to encode an
55 - #address-cells: specifies the number of cells needed to encode an
61 - #interrupt-cells: specifies the number of cells needed to encode an
Dxilinx-pcie.txt6 - #interrupt-cells: specifies the number of cells needed to encode an
27 - #address-cells: specifies the number of cells needed to encode an
29 - #interrupt-cells: specifies the number of cells needed to encode an
Dspear13xx-pcie.txt14 - st,pcie-is-gen1 indicates that forced gen1 initialization is needed.
/linux-4.1.27/drivers/md/
Ddm-ioctl.c505 size_t len, needed = 0; in list_devices() local
517 needed += sizeof(struct dm_name_list); in list_devices()
518 needed += strlen(hc->name) + 1; in list_devices()
519 needed += ALIGN_MASK; in list_devices()
527 if (len < needed) { in list_devices()
531 param->data_size = param->data_start + needed; in list_devices()
560 size_t *needed = needed_param; in list_version_get_needed() local
562 *needed += sizeof(struct dm_target_versions); in list_version_get_needed()
563 *needed += strlen(tt->name); in list_version_get_needed()
564 *needed += ALIGN_MASK; in list_version_get_needed()
[all …]
/linux-4.1.27/arch/mips/loongson/
DPlatform14 $(error only binutils >= 2.20.2 have needed option -mfix-loongson2f-nop)
19 $(error only binutils >= 2.20.2 have needed option -mfix-loongson2f-jump)
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dcoherency-fabric.txt24 * For "marvell,armada-375-coherency-fabric", only one pair is needed
27 * For "marvell,armada-380-coherency-fabric", only one pair is needed
/linux-4.1.27/Documentation/devicetree/bindings/pwm/
Dpwm-tipwmss.txt6 - address-cells: Specify the number of u32 entries needed in child nodes.
8 - size-cells: specify number of u32 entries needed to specify child nodes size
/linux-4.1.27/tools/build/
DBuild.include45 # (needed for make)
47 # (needed for make)
49 # (needed for the shell)
/linux-4.1.27/Documentation/sound/oss/
Dultrasound12 dma16 2nd DMA channel, only needed for full duplex operation
23 as the old behaviour. If set to 1, no DMA is needed for downloading samples,
DSoundblaster25 Consider it a bug if this option is needed, and send in a
29 needed, and will apply only to the legacy card.
DESS186818 NOTE: this is only needed when not using the kernel isapnp support!
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dmicrel.txt28 Note that this option in only needed for certain PHY revisions with a
30 Specifically, a clock reference ("rmii-ref" below) is always needed to
Demac_rockchip.txt18 - clock-names: Shall be "hclk" for the host clock needed to calculate and set
19 polling period of EMAC and "macref" for the reference clock needed to transfer
Darc_emac.txt11 The clock frequency is needed to calculate and set polling period of EMAC.
Dsamsung-sxgbe.txt22 When fixed length is needed for burst mode, it can be set within allowable
/linux-4.1.27/lib/
DKconfig86 This option is only needed if a module that's not in the
213 # compression support is select'ed if needed
265 # Generic allocator support is selected if needed
271 # reed solomon support is select'ed if needed
289 # BCH support is selected if needed
328 # Textsearch support is select'ed if needed
440 # Netlink attribute parsing support is select'ed if needed
446 # Generic 64-bit atomic support is selected if needed
503 # libfdt files, only selected if needed.
/linux-4.1.27/Documentation/power/
Dvideo.txt53 acpi_sleep=s3_bios,s3_mode is needed.
104 Arima W730a vbetool needed (6)
119 Dell Inspiron 5150 vbetool needed (6)
124 eMachines athlon64 machines vbetool needed (6) (someone please get me model #s)
127 HP Pavilion ZD7000 vbetool post needed, need open-source nv driver for X
150 IBM TP 600e none(1), but a switch to console and back to X is needed
152 Samsung P35 vbetool needed (6)
/linux-4.1.27/arch/m68k/ifpsp060/
DREADME51 fskeleton.s Sample Call-outs needed by fpsp.sa and pfpsp.sa
53 iskeleton.s Sample Call-outs needed by isp.sa
55 os.s Sample Call-outs needed by fpsp.sa, pfpsp.sa, and isp.sa
/linux-4.1.27/drivers/pnp/
DKconfig12 parameters. No jumpers on the cards are needed, instead the values
29 messages if needed. The messages can be enabled at boot-time with
/linux-4.1.27/arch/cris/arch-v32/lib/
Dchecksum.S46 ;; r11 <= acr is not really needed in the mloop, just using the dslot
47 ;; to prepare for what is needed after mloop.
Dchecksumcopy.S50 ;; r12 <= acr is needed after mloop and in the exception handlers.
/linux-4.1.27/Documentation/devicetree/bindings/gpu/
Dst,stih4xx.txt15 - clocks: from common clock binding: handle hardware IP needed clocks, the
33 - clocks: from common clock binding: handle hardware IP needed clocks, the
67 - clocks: from common clock binding: handle hardware IP needed clocks, the
80 - clocks: from common clock binding: handle hardware IP needed clocks, the
93 - clocks: from common clock binding: handle hardware IP needed clocks, the
107 - clocks: from common clock binding: handle hardware IP needed clocks, the
/linux-4.1.27/Documentation/devicetree/bindings/iommu/
Dsamsung,sysmmu.txt42 - clock-names: Should be "sysmmu" if the System MMU is needed to gate its clock.
47 - clocks: Required if the System MMU is needed to gate its clock.
48 - power-domains: Required if the System MMU is needed to gate its power.
/linux-4.1.27/Documentation/trace/
Dftrace-design.txt79 /* save any bare state needed in order to do initial checking */
91 /* save all state needed by the ABI (see paragraph above) */
97 /* restore all state needed by the ABI */
152 /* save all state needed by the ABI */
159 /* restore all state needed by the ABI */
178 /* save all state needed by the ABI (see paragraph above) */
182 /* restore all state needed by the ABI */
285 /* No extra data needed */
307 /* save all state needed by the ABI (see paragraph above) */
315 /* restore all state needed by the ABI */
/linux-4.1.27/tools/power/cpupower/
DREADME6 On x86 pciutils is needed at runtime (-lpci).
8 providing cpuid.h is needed.
/linux-4.1.27/drivers/staging/board/
DTODO2 * remove staging board code when no more platform devices are needed
/linux-4.1.27/Documentation/x86/x86_64/
Duefi.txt6 Although the tools below are _not_ needed for building the kernel,
7 the needed bootloader support and associated tools for x86_64 platforms
Dmm.txt38 range of 64Gb (arbitrarily set, can be raised if needed)
/linux-4.1.27/Documentation/misc-devices/
Dbh1770glc.txt28 proximity detection is needed.
41 calibrated source of light is needed as a reference. Calibscale factor is set
98 RW - number of proximity interrupts needed before triggering the event
Dspear-pcie-gadget.txt50 no_of_msi :number of MSI vector needed.
110 if MSI is to be used as interrupt, program no of msi vector needed (say4)
/linux-4.1.27/include/xen/interface/io/
Dprotocols.h18 # error arch fixup needed here
/linux-4.1.27/drivers/staging/ste_rmi4/
DTODO5 Merge any device support needed from this driver into it
/linux-4.1.27/net/6lowpan/
Dnhc_udp.c22 static int udp_uncompress(struct sk_buff *skb, size_t needed) in udp_uncompress() argument
80 err = skb_cow(skb, needed); in udp_uncompress()
Dnhc.h78 int (*uncompress)(struct sk_buff *skb, size_t needed);
/linux-4.1.27/Documentation/
Dbasic_profiling.txt15 A recent readprofile command is needed for 2.6, such as found in util-linux
55 A reset is needed to clear old statistics, which survive a reboot.
Drobust-futexes.txt47 is needed to release that futex based lock. This is one of the leading
114 That's all that is needed - all the rest of robust-futex cleanup is done
127 - no VM changes are needed - 'struct address_space' is left alone.
129 - no registration of individual locks is needed: robust mutexes dont
137 - no resource limits are needed.
139 - no kernel-space recovery call (FUTEX_RECOVER) is needed.
147 I have benchmarked the time needed for the kernel to process a list of 1
Dirqflags-tracing.txt10 CONFIG_TRACE_IRQFLAGS_SUPPORT is needed for CONFIG_PROVE_SPIN_LOCKING
27 and then a couple of functional changes are needed as well to implement
Dhighuid.txt16 Further investigation is needed to see if the quota system can cope
60 more are needed. (as well as new user<->kernel data structures)
Dsparse.txt36 and you now have all the infrastructure needed for strict typechecking.
68 annotation is needed. The tree annotations above are for cases where
Dbt8xxgpio.txt27 there are some advanced soldering skills needed in any case.
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm7038-l1-intc.txt29 - #interrupt-cells: specifies the number of cells needed to encode an interrupt
39 reg range and one interrupt-parent is needed.
Dallwinner,sun4i-ic.txt8 - #interrupt-cells : Specifies the number of cells needed to encode an
Ddigicolor-ic.txt9 - #interrupt-cells : Specifies the number of cells needed to encode an
Dopencores,or1k-pic.txt14 - #interrupt-cells : Specifies the number of cells needed to encode an
Dti,omap-intc-irq.txt15 - #interrupt-cells : Specifies the number of cells needed to encode interrupt
Dbrcm,l2-intc.txt8 - #interrupt-cells: specifies the number of cells needed to encode an
Dallwinner,sun67i-sc-nmi.txt10 - #interrupt-cells : Specifies the number of cells needed to encode an
Drenesas,intc-irqpin.txt27 controller, needed for some broken implementations
Dcirrus,clps711x-intc.txt8 - #interrupt-cells: Specifies the number of cells needed to encode an
Dti,omap4-wugen-mpu13 - #interrupt-cells : Specifies the number of cells needed to encode an
Dti,keystone-irq.txt15 - #interrupt-cells : Specifies the number of cells needed to encode interrupt
Dbrcm,bcm3380-l2-intc.txt19 - #interrupt-cells: specifies the number of cells needed to encode an interrupt
Dsamsung,s3c24xx-irq.txt16 - #interrupt-cells : Specifies the number of cells needed to encode an
Dnvidia,tegra-ictlr.txt20 - #interrupt-cells : Specifies the number of cells needed to encode an
Dbrcm,bcm2835-armctrl-ic.txt13 - #interrupt-cells : Specifies the number of cells needed to encode an
Dmips-gic.txt11 - #interrupt-cells : Specifies the number of cells needed to encode an
/linux-4.1.27/arch/arm64/boot/dts/
Dskeleton.dtsi2 * Skeleton device tree; the bare minimum needed to boot; just include and
/linux-4.1.27/arch/arm/boot/dts/
Dskeleton.dtsi2 * Skeleton device tree; the bare minimum needed to boot; just include and
Dskeleton64.dtsi3 * needed to boot; just include and add a compatible value. The
Dste-hrefprev60.dtsi93 /* This additional pin needed on early MOP500 and HREFs previous to v60 */
/linux-4.1.27/drivers/usb/host/
Dhwa-hc.c645 size_t itr_size, needed, bytes; in hwahc_security_create() local
662 needed = sizeof(*secd); in hwahc_security_create()
663 if (top - (void *)secd < needed) { in hwahc_security_create()
666 top - (void *) secd, needed); in hwahc_security_create()
669 needed = le16_to_cpu(secd->wTotalLength); in hwahc_security_create()
670 if (top - (void *)secd < needed) { in hwahc_security_create()
673 top - (void *) secd, needed); in hwahc_security_create()
/linux-4.1.27/arch/metag/boot/dts/
Dskeleton.dtsi2 * Skeleton device tree; the bare minimum needed to boot; just include and
/linux-4.1.27/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt17 needed. So, in general, the 'file_operations' struct and assorted functions can
19 Here is a overview of the functions and probably needed actions:
47 No preparations needed
60 No preparations needed
120 change the function header. Other changes are most likely not needed, because
/linux-4.1.27/arch/ia64/mm/
Dcontig.c49 u64 needed = *(unsigned long *)arg; in find_bootmap_location() local
72 if (range_end - range_start >= needed) { in find_bootmap_location()
/linux-4.1.27/Documentation/devicetree/bindings/arm/mrvl/
Dintc.txt16 - #interrupt-cells : Specifies the number of cells needed to encode an
46 - #interrupt-cells: Specifies the number of cells needed to encode an
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/4xx/
Dppc440spe-adma.txt3 Device nodes needed for operation of the ppc440spe-adma driver
41 - interrupt-parent : needed for interrupt mapping
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Ddma.txt16 - interrupt-parent : optional, if needed for interrupt mapping
28 - interrupt-parent : optional, if needed for interrupt mapping
91 - interrupt-parent : optional, if needed for interrupt mapping
149 - interrupt-parent : optional, if needed for interrupt mapping
/linux-4.1.27/drivers/scsi/
Dwd7000.c808 static inline Scb *alloc_scbs(struct Scsi_Host *host, int needed) in alloc_scbs() argument
816 if (needed <= 0) in alloc_scbs()
822 while (freescbs < needed) { in alloc_scbs()
828 } while (freescbs < needed && time_before_eq(jiffies, timeout)); in alloc_scbs()
833 if (freescbs < needed) { in alloc_scbs()
841 if (freescbs < needed) { in alloc_scbs()
847 freescbs -= needed; in alloc_scbs()
848 for (i = 0; i < needed; i++) { in alloc_scbs()
/linux-4.1.27/drivers/staging/unisys/
DTODO5 -add other drivers needed for full functionality:
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dbrcm,bcm3384-usb.txt7 systems, special handling may be needed in the following cases:
Dnvidia,tegra20-usb-phy.txt18 - reg: The clock needed to access the PHY's own registers. This is the
22 - utmi-pads: The clock needed to access the UTMI pad control registers.
/linux-4.1.27/Documentation/devicetree/bindings/metag/
Dmeta-intc.txt17 - #interrupt-cells: Specifies the number of cells needed to encode an
20 - #address-cells: Specifies the number of cells needed to encode an
/linux-4.1.27/tools/testing/selftests/timers/
DMakefile3 CFLAGS += -O3 -Wl,-no-as-needed -Wall $(BUILD_FLAGS)
/linux-4.1.27/tools/perf/util/
Dpython-ext-sources2 # List of files needed by perf python extension
/linux-4.1.27/Documentation/devicetree/bindings/video/
Drockchip-drm.txt4 The Rockchip DRM master device is a virtual device needed to list all
Dexynos_mixer.txt18 c) hdmi: Gate of HDMI IP bus clock, needed together with sclk_hdmi.
Datmel,lcdc.txt64 - atmel,power-control-gpio: gpio to power on or off the LCD (as many as needed)
/linux-4.1.27/Documentation/hwmon/
Dab850021 temperature are monitored. Other GPADC channels can also be monitored if needed
Dlm9211 Addresses scanned: none, force parameter needed
Dhwmon-kernel-api.txt70 needed for error handling, and only needed if the driver probe fails after
/linux-4.1.27/Documentation/input/
Dcs461x.txt25 needed code have been moved to one separate file cs461x.c like ns558.c
35 without ALSA drivers. The ALSA drivers are not needed to compile or
Dgpio-tilt.txt18 input_set_abs_params calls needed to init the axes.
/linux-4.1.27/Documentation/devicetree/bindings/cris/
Dinterrupts.txt10 - #interrupt-cells : Specifies the number of cells needed to encode an
/linux-4.1.27/net/nfc/hci/
DKconfig7 implementation. This is mostly needed for devices that only process
/linux-4.1.27/Documentation/arm/
Dkernel_user_helpers.txt12 words, the kernel reserves the right to change this code as needed without
166 - This routine already includes memory barriers as needed.
193 Apply any needed memory barrier to preserve consistency with data modified
262 - This routine already includes memory barriers as needed.
Dfirmware.txt8 operations and call them when needed.
/linux-4.1.27/arch/arc/boot/dts/
Dskeleton.dtsi10 * Skeleton device tree; the bare minimum needed to boot; just include and
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Di2c-riic.txt11 Pinctrl properties might be needed, too. See there.
Di2c-sh_mobile.txt28 Pinctrl properties might be needed, too. See there.
/linux-4.1.27/drivers/net/wireless/ti/
DKconfig21 Small platform data bit needed to pass data to the sdio modules.
/linux-4.1.27/security/tomoyo/
DKconfig49 needed before loading the policy. For example, you can activate
51 only operations needed for mounting a partition which contains the
/linux-4.1.27/drivers/atm/
Dnicstarmac.copyright26 * as needed. This means that data must always be copied to create
27 * the linear buffer needed by most non-ATM protocol stacks (e.g. IP)
/linux-4.1.27/arch/arm/mach-omap2/
Dsram34xx.S189 str r12, [r11] @ (no OCP barrier needed)
195 str r12, [r11] @ (no OCP barrier needed)
242 str r9, [r11] @ restore SDRC_POWER, no barrier needed
Domap-smc.S71 dsb @ Memory Barrier (not sure if needed, copied from omap_smc2)
/linux-4.1.27/Documentation/i2c/
Dfunctionality7 the client needs some way to check whether an adapter has the needed
96 check whether the needed functionality is present. The typical way to do
144 /* Oops, the needed functionality (SMBus write_quick function) is
Dupgrading-clients148 The call to i2c_attach_client is no longer needed, if the probe
162 store a pointer to it for when it is needed.
198 can also remove the ret variable as it is not needed for any
Dold-module-parameters13 longer needed, and that a centralized implementation was possible. The new,
/linux-4.1.27/Documentation/ia64/
Dfsys.txt119 r15, b6, and ar.pfs) because they will be needed in case of a
160 needed. In other words, following the above rules yields extremely
194 PSR.ic Unchanged. Note: fsys-mode handlers can clear the bit, if needed.
195 PSR.i Unchanged. Note: fsys-mode handlers can clear the bit, if needed.
217 left fsys-mode, so no special treatment is needed.
234 needed.
235 PSR.bn Unchanged. Note: fsys-mode handlers may clear the bit, if needed.
/linux-4.1.27/drivers/staging/android/
DTODO6 - add proper arch dependencies as needed
/linux-4.1.27/Documentation/devicetree/bindings/serial/
Dqcom,msm-uart.txt4 dma-engine isn't needed. From a software perspective it's mostly compatible
/linux-4.1.27/drivers/usb/wusbcore/
Dcbaf.c284 size_t needed; in cbaf_cdid_get() local
299 needed = result < sizeof(*di) ? sizeof(*di) : le32_to_cpu(di->Length); in cbaf_cdid_get()
300 if (result < needed) { in cbaf_cdid_get()
302 "%zu bytes needed)\n", (size_t)result, needed); in cbaf_cdid_get()
/linux-4.1.27/Documentation/blockdev/
Dfloppy.txt77 This option is not needed if the second controller is at address
90 This is needed on HP Omnibooks, which don't have a workable
111 Disables the FIFO entirely. This is needed if you get "Bus
138 Usually, tuning the fifo threshold should not be needed, as
168 is needed on IBM L40SX laptops in certain video modes. (There seems
/linux-4.1.27/arch/arm/lib/
Dclear_user.S43 it ne @ explicit IT needed for the label
/linux-4.1.27/Documentation/devicetree/bindings/iio/adc/
Dvf610-adc.txt10 - clocks: The clock is needed by the ADC controller, ADC clock source is ipg clock.
/linux-4.1.27/Documentation/devicetree/bindings/ata/
Dfsl-sata.txt19 - interrupt-parent : optional, if needed for interrupt mapping
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/
Dintc.txt11 - #interrupt-cells : Specifies the number of cells needed to encode an
/linux-4.1.27/Documentation/devicetree/bindings/
Dopen-pic.txt22 - #interrupt-cells: Specifies the number of cells needed to encode an
25 - #address-cells: Specifies the number of cells needed to encode an
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/
Ddra7-atl.txt10 internally within the SoC or external components) two sets of bindings is needed:
17 for the DT clock tree, the IP driver is needed to handle the actual configuration
Ddivider.txt66 needed if the first divisor is offset from the default value (1)
67 - ti,max-div : max divisor for dividing the input clock rate, only needed
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
DKconfig9 # Only needed for the transitional use of drm_crtc_init - can be removed
/linux-4.1.27/Documentation/devicetree/bindings/arm/davinci/
Dcp-intc.txt12 - #interrupt-cells : Specifies the number of cells needed to encode an
/linux-4.1.27/drivers/android/
DKconfig6 Enable support for various drivers needed on the Android platform
/linux-4.1.27/net/nfc/
DKconfig25 This is needed by NFC chipsets whose firmware only implement
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Drn5t618.txt14 needed. The valid regulator names are: DCDC1, DCDC2, DCDC3, LDO1,
/linux-4.1.27/drivers/bus/
DKconfig62 Driver needed for the MIPS Common Device Memory Map bus in MIPS
75 Driver needed for the MBus configuration on Marvell EBU SoCs
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dkeystone-gate.txt15 - domain-id : psc domain id needed to check the transition state register
Daltr_socfpga.txt29 hold/delay times that is needed for the SD/MMC CIU clock. The values of both
/linux-4.1.27/drivers/media/
DKconfig74 needed in order to support several video capture adapters,
204 are, in fact, necessary will result in the lack of the needed
206 the needed demodulators).
/linux-4.1.27/Documentation/aoe/
Dtodo.txt5 free page is needed for the sk_buff allocation. This situation has
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_mb_mgr_datastruct.S88 # # Following only needed if nesting
/linux-4.1.27/fs/fuse/
DKconfig14 See <file:Documentation/Changes> for needed library/utility version.
/linux-4.1.27/Documentation/scsi/
Dlpfc.txt75 If a driver is needed for older kernels please utilize the 8.0.16
81 Thankfully, at this time, patches are not needed.
DChangeLog.ncr53c8xx31 * Clarify memory barriers needed by the driver for architectures
129 - proc_dir structure no longer needed for kernel >= 2.3.27.
141 - proc_dir structure no longer needed for kernel >= 2.3.27.
188 negotiation. Btw, the corresponding stuff also needed some cleanup
209 - Some PCI fix-ups not needed any more for PPC (from Cort).
230 - Still a buglet in the tags initial settings that needed to be fixed.
437 Can be increased if needed.
469 needed.
DChangeLog.sym53c8xx55 are needed. Replace the obviously wrong masking of the
95 * Clarify memory barriers needed by the driver for architectures
159 register. Changes needed because the 896 and 1010
222 - Fix up properly the PCI latency timer when needed or asked for.
233 - proc_dir structure no longer needed for kernel >= 2.3.27.
395 negotiation. Btw, the corresponding stuff also needed some cleanup
502 - Still a buglet in the tags initial settings that needed to be fixed.
531 patched too much and needed to be face-lifted a bit.
532 Remove all platform dependent fix-ups that was not needed or
586 - Do some testing with io_mapped and fix what needed to be so.
/linux-4.1.27/drivers/staging/media/mn88473/
DTODO2 device drivers (USB-bridge, tuner) needed for Astrometa receiver in
/linux-4.1.27/drivers/staging/media/mn88472/
DTODO2 device drivers (USB-bridge, tuner) needed for Astrometa receiver in
/linux-4.1.27/Documentation/devicetree/bindings/media/
Dcoda.txt15 a second interrupt is needed for the MJPEG unit.
/linux-4.1.27/fs/exofs/
Dore_raid.c48 bool needed ; member
149 if (!sp2d->needed) in _sp2d_reset()
172 sp2d->needed = false; in _sp2d_reset()
260 sp2d->needed = true; in _ore_add_stripe_page()
/linux-4.1.27/arch/alpha/kernel/
Dhead.S59 # The following two functions are needed for supporting SRM PALcode
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dmmc-pwrseq-emmc.txt8 case of emergency reboot call). The latter is needed on boards, which
/linux-4.1.27/Documentation/devicetree/bindings/hsi/
Dnokia-modem.txt5 properties are needed by the Nokia modem HSI client:
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Dfsl-quadspi.txt9 - clocks : The clocks needed by the QuadSPI controller
/linux-4.1.27/Documentation/ptp/
Dptp.txt36 cases, only one PTP clock is needed. However, for testing and
69 class driver, since the lock may also be needed by the clock
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dexynos-thermal.txt44 voltage to TMU. If needed this entry can be placed inside
50 - samsung,tmu_efuse_value: Default level of temperature - it is needed when
/linux-4.1.27/Documentation/block/
Dbiovecs.txt11 More specifically, old code that needed to partially complete a bio would
106 actually needed for iterating over the bio anymore - we only use bi_size.
109 over all the biovecs in the new bio - which is silly as it's not needed.
/linux-4.1.27/Documentation/vm/
Dbalance3 Memory balancing is needed for non __GFP_WAIT as well as for non
15 is, only when needed (aka zone free memory is 0), instead of making it
67 primarily needed in a situation where balancing can not be done,
/linux-4.1.27/tools/perf/Documentation/
Dperf-inject.txt17 this case build-ids (-b option) are read and injected as needed into the event
/linux-4.1.27/arch/mips/sgi-ip27/
DTODO4 3. Need to figure out why address swaizzling is needed in inw/outw for
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/
Darm-mhu.txt21 - #mbox-cells Shall be 1 - the index of the channel needed.
/linux-4.1.27/Documentation/devicetree/bindings/drm/imx/
Dldb.txt29 On i.MX6q the following additional clocks are needed:
32 The needed clock numbers for each are documented in
Dfsl-imx-drm.txt4 The freescale i.MX DRM master device is a virtual device needed to list all
/linux-4.1.27/Documentation/serial/
Dserial-rs485.txt113 /* Set rts delay before send, if needed: */
116 /* Set rts delay after send, if needed: */
/linux-4.1.27/sound/pci/lx6464es/
Dlx6464es.c440 u32 needed, freed; in lx_trigger_start() local
446 err = lx_buffer_ask(chip, 0, is_capture, &needed, &freed, in lx_trigger_start()
449 needed, freed); in lx_trigger_start()
460 err = lx_buffer_ask(chip, 0, is_capture, &needed, &freed, size_array); in lx_trigger_start()
461 dev_dbg(chip->card->dev, "starting: needed %d, freed %d\n", needed, freed); in lx_trigger_start()
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dcs4271.txt33 Note that this is not needed in case the clocks are stable
Dsimple-card.txt64 properties should also be placed in the codec node if needed.
74 - clocks / system-clock-frequency : specify subnode's clock if needed.
Drenesas,rsrc-card.txt39 - clocks / system-clock-frequency : specify subnode's clock if needed.
/linux-4.1.27/arch/mips/sgi-ip22/
DPlatform29 $(error gcc doesn't support needed option -mr10k-cache-barrier=store)
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Dnetwork_protocol.txt20 so one can extend protocol as needed without breaking backward compatibility as long
57 @csize, @cpad - size and padding size of the (attached if needed) crypto information.
88 @size - size of the all data structures needed to create a path
/linux-4.1.27/Documentation/devicetree/bindings/misc/
Datmel-ssc.txt26 property is needed.
/linux-4.1.27/arch/x86/platform/olpc/
Dxo1-wakeup.S34 # Control registers were modified, pipeline resync is needed
/linux-4.1.27/tools/power/cpupower/bench/
DREADME-BENCH59 and the governor to test. The time the calculation really needed
60 with the dynamic freq scaling governor is compared with the time needed
/linux-4.1.27/Documentation/RCU/
DNMI-RCU.txt50 In theory, rcu_dereference_sched() is not needed, since this code runs
109 be needed, because otherwise a CPU that received an NMI
/linux-4.1.27/Documentation/leds/
Dleds-class.txt6 handled by the input subsystem and the led class is *not* needed.
54 above leaves scope for further attributes should they be needed. If sections
Dledtrig-transient.txt77 duration as needed. The initial and default value is 0. This will allow
116 specified value as needed. When timer expires, state is restored to the
141 repeat the following step as needed:
/linux-4.1.27/Documentation/firmware_class/
DREADME107 - If the device that needs the firmware is needed to access the
118 And the same device can be needed to access the filesystem or not depending
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dbrcm,bus-axi.txt18 (devices). This is needed since some hardware details can't be auto
/linux-4.1.27/Documentation/devicetree/bindings/input/
Dgpio-matrix-keypad.txt24 - col-scan-delay-us: delay, measured in microseconds, that is needed
/linux-4.1.27/Documentation/target/
Dtcmu-design.txt42 local storage needed for the exported SCSI LUN. Like the rest of LIO,
153 entries in iov[] needed to describe either the Data-In or Data-Out
204 configure the device, if needed. The name cannot contain ':', due to
259 performing work as needed, setting response fields (scsi_status and
289 /* Further checking for subtype also needed here */
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
DTODO12 needed
/linux-4.1.27/drivers/scsi/osd/
DKconfig28 needed by exofs, for mounting an OSD based file system.
/linux-4.1.27/Documentation/blockdev/drbd/
Ddrbd-connection-state-overview.dot66 WFReportParams -> Connected [ label="data identical\lno sync needed",color=green,fontcolor=green ]
/linux-4.1.27/Documentation/i2c/busses/
Di2c-taos-evm10 for the chip in question is also needed.
/linux-4.1.27/Documentation/usb/
Drio.txt35 needed to be replaced as a result. Diamond tech support is aware of the
80 'lspci' which is only needed to determine the type of USB hardware
Dlinux.inf50 ; Optional registry settings. You can modify as needed.
/linux-4.1.27/Documentation/networking/
Dtcp.txt61 if needed and you will get the expected protocol. If you ask for an
80 TCP_PEND_ACK Ack needed
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dsnps-dwapb-gpio.txt24 - #interrupt-cells : Specifies the number of cells needed to encode an
Dgpio-mvebu.txt24 - #interrupt-cells: specifies the number of cells needed to encode an
/linux-4.1.27/Documentation/devicetree/bindings/crypto/
Datmel-crypto.txt59 in the dmas property. Only one "tx" string needed.
/linux-4.1.27/drivers/media/usb/pvrusb2/
DKconfig27 This is not generally needed for v4l applications,
/linux-4.1.27/fs/cifs/
DKconfig67 SMB protocol but LANMAN based authentication is needed to
93 which are needed to mount to certain secure servers (for which more
161 IP addresses) which is needed for implicit mounts of DFS junction
/linux-4.1.27/scripts/coccinelle/iterators/
Dfen.cocci122 msg = "ERROR: of_node_put not needed after iterator on line %s" % (p1[0].line)
/linux-4.1.27/Documentation/s390/
D3270.ChangeLog14 in tubtty.c (if needed). Change tubp->tty_input to be a
/linux-4.1.27/Documentation/filesystems/
Dgfs2.txt26 needed, simply:
/linux-4.1.27/Documentation/devicetree/bindings/soc/mediatek/
Dpwrap.txt15 bridge. In the binding description below the properties needed for bridging
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dfsl-imx-sdma.txt12 correct ROM script addresses needed for the driver to work without additional
/linux-4.1.27/fs/ufs/
DKconfig16 Note that this option is generally not needed for floppies, since a
/linux-4.1.27/Documentation/video4linux/
DREADME.saa713416 As with bttv, card-specific tweaks are needed. Check CARDLIST for a
/linux-4.1.27/drivers/of/
DKconfig97 While this option is selected automatically when needed, you can

1234