/linux-4.4.14/fs/ext4/ |
D | truncate.h | 25 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()
|
D | migrate.c | 32 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 …]
|
D | ext4_jbd2.h | 290 static inline int ext4_handle_has_enough_credits(handle_t *handle, int needed) in ext4_handle_has_enough_credits() argument 292 if (ext4_handle_valid(handle) && handle->h_buffer_credits < needed) in ext4_handle_has_enough_credits()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-usb-lvstest | 10 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.
|
D | sysfs-devices-power_state | 16 off. However, some power resources needed by the device node in
|
D | configfs-spear-pcie-gadget | 21 no_of_msi ... used to configure number of MSI vector needed and
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | tracefile.c | 268 int needed = 85; /* average message length */ in libcfs_debug_vmsg2() local 311 tage = cfs_trace_get_tage(tcd, needed + known_size + 1); in libcfs_debug_vmsg2() 313 if (needed + known_size > PAGE_CACHE_SIZE) in libcfs_debug_vmsg2() 334 needed = 0; in libcfs_debug_vmsg2() 337 needed = vsnprintf(string_buf, max_nob, format1, ap); in libcfs_debug_vmsg2() 342 remain = max_nob - needed; in libcfs_debug_vmsg2() 347 needed += vsnprintf(string_buf + needed, remain, in libcfs_debug_vmsg2() 352 if (needed < max_nob) /* well. printing ok.. */ in libcfs_debug_vmsg2() 356 if (*(string_buf+needed-1) != '\n') in libcfs_debug_vmsg2() 360 header.ph_len = known_size + needed; in libcfs_debug_vmsg2() [all …]
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | pac207.c | 394 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.4.14/drivers/misc/sgi-xp/ |
D | xpc_main.c | 617 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.4.14/net/sctp/ |
D | ulpqueue.c | 974 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.4.14/scripts/coccinelle/free/ |
D | ifnullfree.cocci | 1 /// NULL check before some freeing functions is not needed. 50 cocci.print_main("NULL check before that freeing function is not needed", p) 56 …e kfree, debugfs_remove, debugfs_remove_recursive or usb_free_urb is not needed. Maybe consider re…
|
D | clk_put.cocci | 58 cocci.print_secs("needed clk_put",p3)
|
D | iounmap.cocci | 58 cocci.print_secs("needed iounmap",p3)
|
/linux-4.4.14/Documentation/arm64/ |
D | acpi_object_usage.txt | 121 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.4.14/Documentation/devicetree/bindings/spi/ |
D | spi_oc_tiny.txt | 11 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.
|
D | spi-sc18is602.txt | 14 The clock-frequency property is relevant and needed only if the chip has an
|
D | spi-sun4i.txt | 8 needed:
|
D | spi-sun6i.txt | 8 needed:
|
D | sh-hspi.txt | 15 Pinctrl properties might be needed, too. See
|
D | spi-gpio.txt | 12 Not needed if num-chipselects = <0>.
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | ralink,rt3883-pci.txt | 12 - #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
|
D | xilinx-pcie.txt | 6 - #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
|
D | spear13xx-pcie.txt | 14 - st,pcie-is-gen1 indicates that forced gen1 initialization is needed.
|
/linux-4.4.14/drivers/md/ |
D | dm-ioctl.c | 505 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.4.14/arch/mips/loongson64/ |
D | Platform | 14 $(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.4.14/Documentation/devicetree/bindings/arm/ |
D | coherency-fabric.txt | 24 * 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.4.14/Documentation/devicetree/bindings/pwm/ |
D | pwm-tipwmss.txt | 6 - 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.4.14/Documentation/sound/oss/ |
D | ultrasound | 12 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,
|
D | Soundblaster | 25 Consider it a bug if this option is needed, and send in a 29 needed, and will apply only to the legacy card.
|
D | ESS1868 | 18 NOTE: this is only needed when not using the kernel isapnp support!
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | micrel.txt | 28 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
|
D | emac_rockchip.txt | 18 - 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
|
D | arc_emac.txt | 11 The clock frequency is needed to calculate and set polling period of EMAC.
|
D | samsung-sxgbe.txt | 22 When fixed length is needed for burst mode, it can be set within allowable
|
/linux-4.4.14/drivers/staging/fsl-mc/ |
D | TODO | 16 are needed by drivers to serialize commands sent to the MC, including 21 to evolve, so minor updates are needed to keep in sync with binary
|
/linux-4.4.14/Documentation/power/ |
D | video.txt | 53 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.4.14/arch/m68k/ifpsp060/ |
D | README | 51 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.4.14/tools/build/ |
D | Build.include | 45 # (needed for make) 47 # (needed for make) 49 # (needed for the shell)
|
/linux-4.4.14/drivers/pnp/ |
D | Kconfig | 12 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.4.14/arch/cris/arch-v32/lib/ |
D | checksum.S | 46 ;; r11 <= acr is not really needed in the mloop, just using the dslot 47 ;; to prepare for what is needed after mloop.
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | st,stih4xx.txt | 15 - clocks: from common clock binding: handle hardware IP needed clocks, the 33 - clocks: from common clock binding: handle hardware IP needed clocks, the 66 - clocks: from common clock binding: handle hardware IP needed clocks, the 79 - clocks: from common clock binding: handle hardware IP needed clocks, the 92 - clocks: from common clock binding: handle hardware IP needed clocks, the 106 - clocks: from common clock binding: handle hardware IP needed clocks, the
|
/linux-4.4.14/lib/ |
D | Kconfig | 83 This option is only needed if a module that's not in the 210 # compression support is select'ed if needed 271 # Generic allocator support is selected if needed 277 # reed solomon support is select'ed if needed 295 # BCH support is selected if needed 334 # Textsearch support is select'ed if needed 446 # Netlink attribute parsing support is select'ed if needed 452 # Generic 64-bit atomic support is selected if needed 499 # libfdt files, only selected if needed.
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | samsung,sysmmu.txt | 42 - 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.4.14/Documentation/trace/ |
D | ftrace-design.txt | 79 /* 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.4.14/drivers/staging/android/ |
D | TODO | 5 - add proper arch dependencies as needed 17 dma api's back (this is absolutely needed for high-perf gpu drivers): Add an
|
/linux-4.4.14/tools/power/cpupower/ |
D | README | 6 On x86 pciutils is needed at runtime (-lpci). 8 providing cpuid.h is needed.
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | Makefile | 2 CFLAGS += -Wl,-no-as-needed -Wall
|
/linux-4.4.14/drivers/staging/board/ |
D | TODO | 2 * remove staging board code when no more platform devices are needed
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | uefi.txt | 6 Although the tools below are _not_ needed for building the kernel, 7 the needed bootloader support and associated tools for x86_64 platforms
|
D | mm.txt | 38 range of 64Gb (arbitrarily set, can be raised if needed)
|
/linux-4.4.14/Documentation/misc-devices/ |
D | bh1770glc.txt | 28 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
|
D | spear-pcie-gadget.txt | 50 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.4.14/include/xen/interface/io/ |
D | protocols.h | 18 # error arch fixup needed here
|
/linux-4.4.14/drivers/staging/ste_rmi4/ |
D | TODO | 5 Merge any device support needed from this driver into it
|
/linux-4.4.14/Documentation/arm/OMAP/ |
D | README | 5 v4.3+ Update is needed for custom .config files to make sure
|
/linux-4.4.14/Documentation/ |
D | basic_profiling.txt | 15 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.
|
D | robust-futexes.txt | 47 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
|
D | irqflags-tracing.txt | 10 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
|
D | highuid.txt | 16 Further investigation is needed to see if the quota system can cope 60 more are needed. (as well as new user<->kernel data structures)
|
D | sparse.txt | 36 and you now have all the infrastructure needed for strict typechecking. 68 annotation is needed. The tree annotations above are for cases where
|
D | bt8xxgpio.txt | 27 there are some advanced soldering skills needed in any case.
|
D | remoteproc.txt | 52 rproc_boot(), if needed. 58 decrement it back once rproc isn't needed anymore. 94 length of private data needed by the allocating rproc driver (in bytes). 168 The boot address, in case needed, can be found in rproc->bootaddr (remoteproc 272 * please update it as needed.
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/ |
D | Kconfig | 39 This selects the HNS MDIO support. It is needed by HNS_DSAF to access 46 is needed by any driver which provides HNS acceleration engine or make
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm7038-l1-intc.txt | 29 - #interrupt-cells: specifies the number of cells needed to encode an interrupt 39 reg range and one interrupt-parent is needed.
|
D | mrvl,intc.txt | 16 - #interrupt-cells : Specifies the number of cells needed to encode an 46 - #interrupt-cells: Specifies the number of cells needed to encode an
|
D | img,meta-intc.txt | 17 - #interrupt-cells: Specifies the number of cells needed to encode an 20 - #address-cells: Specifies the number of cells needed to encode an
|
D | allwinner,sun4i-ic.txt | 8 - #interrupt-cells : Specifies the number of cells needed to encode an
|
D | axis,crisv32-intc.txt | 10 - #interrupt-cells : Specifies the number of cells needed to encode an
|
D | digicolor-ic.txt | 9 - #interrupt-cells : Specifies the number of cells needed to encode an
|
D | ingenic,intc.txt | 12 - #interrupt-cells : Specifies the number of cells needed to encode an
|
D | opencores,or1k-pic.txt | 14 - #interrupt-cells : Specifies the number of cells needed to encode an
|
D | ti,omap2-intc.txt | 11 - #interrupt-cells : Specifies the number of cells needed to encode an
|
D | open-pic.txt | 22 - #interrupt-cells: Specifies the number of cells needed to encode an 25 - #address-cells: Specifies the number of cells needed to encode an
|
D | ti,omap-intc-irq.txt | 15 - #interrupt-cells : Specifies the number of cells needed to encode interrupt
|
D | ti,cp-intc.txt | 12 - #interrupt-cells : Specifies the number of cells needed to encode an
|
D | brcm,l2-intc.txt | 8 - #interrupt-cells: specifies the number of cells needed to encode an
|
D | allwinner,sun67i-sc-nmi.txt | 10 - #interrupt-cells : Specifies the number of cells needed to encode an
|
D | brcm,bcm2836-l1-intc.txt | 14 - #interrupt-cells: Specifies the number of cells needed to encode an
|
D | cirrus,clps711x-intc.txt | 8 - #interrupt-cells: Specifies the number of cells needed to encode an
|
D | ti,omap4-wugen-mpu | 13 - #interrupt-cells : Specifies the number of cells needed to encode an
|
D | ti,keystone-irq.txt | 15 - #interrupt-cells : Specifies the number of cells needed to encode interrupt
|
D | qca,ath79-misc-intc.txt | 13 - #interrupt-cells : Specifies the number of cells needed to encode interrupt
|
D | qca,ath79-cpu-intc.txt | 12 - #interrupt-cells : Specifies the number of cells needed to encode interrupt
|
D | brcm,bcm3380-l2-intc.txt | 19 - #interrupt-cells: specifies the number of cells needed to encode an interrupt
|
D | nvidia,tegra-ictlr.txt | 20 - #interrupt-cells : Specifies the number of cells needed to encode an
|
D | samsung,s3c24xx-irq.txt | 16 - #interrupt-cells : Specifies the number of cells needed to encode an
|
D | mips-gic.txt | 11 - #interrupt-cells : Specifies the number of cells needed to encode an
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | skeleton.dtsi | 2 * Skeleton device tree; the bare minimum needed to boot; just include and
|
D | skeleton64.dtsi | 3 * needed to boot; just include and add a compatible value. The
|
D | ste-hrefprev60.dtsi | 98 /* This additional pin needed on early MOP500 and HREFs previous to v60 */
|
/linux-4.4.14/drivers/usb/host/ |
D | hwa-hc.c | 645 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.4.14/arch/metag/boot/dts/ |
D | skeleton.dtsi | 2 * Skeleton device tree; the bare minimum needed to boot; just include and
|
/linux-4.4.14/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 17 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.4.14/Documentation/devicetree/bindings/powerpc/4xx/ |
D | ppc440spe-adma.txt | 3 Device nodes needed for operation of the ppc440spe-adma driver 41 - interrupt-parent : needed for interrupt mapping
|
/linux-4.4.14/net/6lowpan/ |
D | nhc_udp.c | 42 static int udp_uncompress(struct sk_buff *skb, size_t needed) in udp_uncompress() argument 111 err = skb_cow(skb, needed); in udp_uncompress()
|
D | nhc.h | 76 int (*uncompress)(struct sk_buff *skb, size_t needed);
|
/linux-4.4.14/arch/ia64/mm/ |
D | contig.c | 49 u64 needed = *(unsigned long *)arg; in find_bootmap_location() local 72 if (range_end - range_start >= needed) { in find_bootmap_location()
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | dma.txt | 16 - 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
|
D | mpc5121-psc.txt | 6 For PSC in UART mode the needed PSC serial devices 52 - clocks : specifies the clock needed to operate the fifo controller
|
/linux-4.4.14/drivers/scsi/ |
D | wd7000.c | 808 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.4.14/Documentation/devicetree/bindings/usb/ |
D | brcm,bcm3384-usb.txt | 7 systems, special handling may be needed in the following cases:
|
/linux-4.4.14/tools/testing/selftests/timers/ |
D | Makefile | 3 CFLAGS += -O3 -Wl,-no-as-needed -Wall $(BUILD_FLAGS)
|
/linux-4.4.14/Documentation/hwmon/ |
D | ab8500 | 21 temperature are monitored. Other GPADC channels can also be monitored if needed
|
D | lm92 | 11 Addresses scanned: none, force parameter needed
|
D | hwmon-kernel-api.txt | 70 needed for error handling, and only needed if the driver probe fails after
|
/linux-4.4.14/Documentation/devicetree/bindings/display/rockchip/ |
D | rockchip-drm.txt | 4 The Rockchip DRM master device is a virtual device needed to list all
|
/linux-4.4.14/Documentation/devicetree/bindings/rng/ |
D | st,stm32-rng.txt | 12 - clocks : The clock needed to enable the RNG
|
/linux-4.4.14/tools/perf/Documentation/ |
D | intel-bts.txt | 13 code is still needed to pair up calls and returns correctly, consequently much 33 is also needed.
|
D | perf-inject.txt | 17 this case build-ids (-b option) are read and injected as needed into the event
|
/linux-4.4.14/Documentation/input/ |
D | cs461x.txt | 25 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
|
/linux-4.4.14/Documentation/devicetree/bindings/reset/ |
D | ath79-reset.txt | 10 - #reset-cells : Specifies the number of cells needed to encode reset
|
/linux-4.4.14/tools/perf/util/ |
D | python-ext-sources | 2 # List of files needed by perf python extension
|
/linux-4.4.14/net/nfc/hci/ |
D | Kconfig | 7 implementation. This is mostly needed for devices that only process
|
/linux-4.4.14/Documentation/block/ |
D | biovecs.txt | 11 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. 113 * The current interface allows the block layer to split bios as needed, so we
|
/linux-4.4.14/Documentation/arm/ |
D | kernel_user_helpers.txt | 12 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.
|
/linux-4.4.14/arch/arc/boot/dts/ |
D | skeleton.dtsi | 10 * Skeleton device tree; the bare minimum needed to boot; just include and
|
/linux-4.4.14/drivers/net/wireless/ti/ |
D | Kconfig | 21 Small platform data bit needed to pass data to the sdio modules.
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-riic.txt | 11 Pinctrl properties might be needed, too. See there.
|
D | i2c-sh_mobile.txt | 29 Pinctrl properties might be needed, too. See there.
|
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/ |
D | brcm,bcm2835-mbox.txt | 9 - #mbox-cells: Specifies the number of cells needed to encode a mailbox
|
D | arm-mhu.txt | 21 - #mbox-cells Shall be 1 - the index of the channel needed.
|
/linux-4.4.14/security/tomoyo/ |
D | Kconfig | 49 needed before loading the policy. For example, you can activate 51 only operations needed for mounting a partition which contains the
|
/linux-4.4.14/drivers/atm/ |
D | nicstarmac.copyright | 26 * 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.4.14/Documentation/i2c/ |
D | functionality | 7 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
|
D | upgrading-clients | 148 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
|
D | ten-bit-addresses | 8 needed when instantiating 10 bit devices via the new_device file in sysfs.
|
/linux-4.4.14/Documentation/ia64/ |
D | fsys.txt | 119 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.4.14/Documentation/devicetree/bindings/serial/ |
D | qcom,msm-uart.txt | 4 dma-engine isn't needed. From a software perspective it's mostly compatible
|
/linux-4.4.14/drivers/usb/wusbcore/ |
D | cbaf.c | 284 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.4.14/Documentation/blockdev/ |
D | floppy.txt | 77 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.4.14/Documentation/devicetree/bindings/display/exynos/ |
D | exynos_mixer.txt | 18 c) hdmi: Gate of HDMI IP bus clock, needed together with sclk_hdmi.
|
/linux-4.4.14/Documentation/devicetree/bindings/ata/ |
D | fsl-sata.txt | 19 - interrupt-parent : optional, if needed for interrupt mapping
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/ |
D | dra7-atl.txt | 10 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
|
D | divider.txt | 66 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.4.14/arch/arm/lib/ |
D | clear_user.S | 46 it ne @ explicit IT needed for the label
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | Kconfig | 9 # Only needed for the transitional use of drm_crtc_init - can be removed
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | st,stih4xx.txt | 9 - clocks: from common clock binding: handle hardware IP needed clocks, the
|
D | coda.txt | 15 a second interrupt is needed for the MJPEG unit.
|
/linux-4.4.14/drivers/android/ |
D | Kconfig | 6 Enable support for various drivers needed on the Android platform
|
/linux-4.4.14/net/nfc/ |
D | Kconfig | 25 This is needed by NFC chipsets whose firmware only implement
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | rn5t618.txt | 14 needed. The valid regulator names are: DCDC1, DCDC2, DCDC3, LDO1,
|
/linux-4.4.14/Documentation/serial/ |
D | serial-rs485.txt | 73 /* Set rts delay before send, if needed: */ 76 /* Set rts delay after send, if needed: */
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | keystone-gate.txt | 15 - domain-id : psc domain id needed to check the transition state register
|
D | altr_socfpga.txt | 29 hold/delay times that is needed for the SD/MMC CIU clock. The values of both
|
/linux-4.4.14/drivers/media/ |
D | Kconfig | 74 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.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_mb_mgr_datastruct.S | 88 # # Following only needed if nesting
|
/linux-4.4.14/Documentation/aoe/ |
D | todo.txt | 5 free page is needed for the sk_buff allocation. This situation has
|
/linux-4.4.14/fs/fuse/ |
D | Kconfig | 14 See <file:Documentation/Changes> for needed library/utility version.
|
/linux-4.4.14/Documentation/scsi/ |
D | lpfc.txt | 75 If a driver is needed for older kernels please utilize the 8.0.16 81 Thankfully, at this time, patches are not needed.
|
D | ChangeLog.ncr53c8xx | 31 * 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.
|
D | ChangeLog.sym53c8xx | 55 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.4.14/drivers/staging/media/mn88473/ |
D | TODO | 2 device drivers (USB-bridge, tuner) needed for Astrometa receiver in
|
/linux-4.4.14/drivers/staging/media/mn88472/ |
D | TODO | 2 device drivers (USB-bridge, tuner) needed for Astrometa receiver in
|
/linux-4.4.14/fs/exofs/ |
D | ore_raid.c | 48 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.4.14/Documentation/devicetree/bindings/hsi/ |
D | nokia-modem.txt | 5 properties are needed by the Nokia modem HSI client:
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | mmc-pwrseq-emmc.txt | 8 case of emergency reboot call). The latter is needed on boards, which
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | omap-smc.S | 71 dsb @ Memory Barrier (not sure if needed, copied from omap_smc2)
|
/linux-4.4.14/arch/alpha/kernel/ |
D | head.S | 59 # The following two functions are needed for supporting SRM PALcode
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-ath79.txt | 18 - #interrupt-cells : Specifies the number of cells needed to encode interrupt
|
D | gpio-mvebu.txt | 24 - #interrupt-cells: specifies the number of cells needed to encode an
|
D | snps-dwapb-gpio.txt | 24 - #interrupt-cells : Specifies the number of cells needed to encode an
|
/linux-4.4.14/Documentation/ptp/ |
D | ptp.txt | 36 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.4.14/Documentation/devicetree/bindings/thermal/ |
D | exynos-thermal.txt | 44 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.4.14/Documentation/vm/ |
D | balance | 3 Memory balancing is needed for !__GFP_ATOMIC and !__GFP_KSWAPD_RECLAIM as 17 is, only when needed (aka zone free memory is 0), instead of making it 69 primarily needed in a situation where balancing can not be done,
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | fsl-quadspi.txt | 10 - clocks : The clocks needed by the QuadSPI controller
|
D | nxp-spifi.txt | 15 - clocks : The clocks needed by the SPIFI controller
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/mediatek/ |
D | scpsys.txt | 20 The clocks needed "mm", "mfg", "venc" and "venc_lt".
|
/linux-4.4.14/arch/mips/sgi-ip27/ |
D | TODO | 4 3. Need to figure out why address swaizzling is needed in inw/outw for
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | nvidia,tegra20-usb-phy.txt | 18 - 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.4.14/drivers/bus/ |
D | Kconfig | 78 Driver needed for the MIPS Common Device Memory Map bus in MIPS 91 Driver needed for the MBus configuration on Marvell EBU SoCs
|
/linux-4.4.14/Documentation/devicetree/bindings/display/imx/ |
D | ldb.txt | 29 On i.MX6q the following additional clocks are needed: 32 The needed clock numbers for each are documented in
|
/linux-4.4.14/sound/pci/lx6464es/ |
D | lx6464es.c | 440 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.4.14/arch/mips/sgi-ip22/ |
D | Platform | 29 $(error gcc doesn't support needed option -mr10k-cache-barrier=store)
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | berlin,pinctrl.txt | 7 needed.
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | cs4271.txt | 33 Note that this is not needed in case the clocks are stable
|
D | simple-card.txt | 68 properties should also be placed in the codec node if needed. 78 - clocks / system-clock-frequency : specify subnode's clock if needed.
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | network_protocol.txt | 20 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.4.14/Documentation/devicetree/bindings/iio/adc/ |
D | vf610-adc.txt | 10 - clocks: The clock is needed by the ADC controller, ADC clock source is ipg clock.
|
/linux-4.4.14/Documentation/devicetree/bindings/misc/ |
D | atmel-ssc.txt | 26 property is needed.
|
/linux-4.4.14/arch/x86/platform/olpc/ |
D | xo1-wakeup.S | 34 # Control registers were modified, pipeline resync is needed
|
/linux-4.4.14/Documentation/RCU/ |
D | NMI-RCU.txt | 50 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.4.14/Documentation/firmware_class/ |
D | README | 107 - 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.4.14/tools/power/cpupower/bench/ |
D | README-BENCH | 59 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.4.14/Documentation/devicetree/bindings/bus/ |
D | brcm,bus-axi.txt | 18 (devices). This is needed since some hardware details can't be auto
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | gpio-matrix-keypad.txt | 25 - col-scan-delay-us: delay, measured in microseconds, that is needed
|
/linux-4.4.14/Documentation/leds/ |
D | ledtrig-transient.txt | 77 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.4.14/Documentation/target/ |
D | tcmu-design.txt | 42 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.4.14/Documentation/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 66 WFReportParams -> Connected [ label="data identical\lno sync needed",color=green,fontcolor=green ]
|
/linux-4.4.14/Documentation/devicetree/bindings/hwlock/ |
D | hwlock.txt | 15 - #hwlock-cells: Specifies the number of cells needed to represent a
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | TODO | 12 needed
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | chosen.txt | 51 This property is set (currently only on PowerPC, and only needed on
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-taos-evm | 10 for the chip in question is also needed.
|
/linux-4.4.14/drivers/scsi/osd/ |
D | Kconfig | 28 needed by exofs, for mounting an OSD based file system.
|
/linux-4.4.14/Documentation/usb/ |
D | rio.txt | 35 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
|
D | linux.inf | 50 ; Optional registry settings. You can modify as needed.
|
/linux-4.4.14/arch/arc/kernel/ |
D | entry.S | 170 mov r0, sp ; pt_regs needed 322 ; (i) If this signal causes coredump - full regfile needed
|
/linux-4.4.14/Documentation/networking/ |
D | tcp.txt | 61 if needed and you will get the expected protocol. If you ask for an 80 TCP_PEND_ACK Ack needed
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | Kconfig | 27 This is not generally needed for v4l applications,
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | atmel-crypto.txt | 59 in the dmas property. Only one "tx" string needed.
|
/linux-4.4.14/fs/cifs/ |
D | Kconfig | 67 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
|