/linux-4.1.27/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 | 292 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/ |
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
|
D | sysfs-memory-page-offline | 33 triggering IO errors if needed. Note this may kill
|
D | sysfs-firmware-gsmi | 57 Callers should assume that a reboot is needed
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | tracefile.c | 269 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/ |
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.1.27/scripts/coccinelle/free/ |
D | ifnullfree.cocci | 1 /// 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…
|
D | iounmap.cocci | 58 cocci.print_secs("needed iounmap",p3)
|
D | clk_put.cocci | 58 cocci.print_secs("needed clk_put",p3)
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/mips/loongson/ |
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.1.27/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.1.27/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.1.27/tools/build/ |
D | Build.include | 45 # (needed for make) 47 # (needed for make) 49 # (needed for the shell)
|
/linux-4.1.27/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.1.27/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.1.27/lib/ |
D | Kconfig | 86 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/ |
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.1.27/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.1.27/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.1.27/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.
|
D | checksumcopy.S | 50 ;; r12 <= acr is needed after mloop and in the exception handlers.
|
/linux-4.1.27/Documentation/devicetree/bindings/gpu/ |
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 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/ |
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.1.27/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.1.27/tools/power/cpupower/ |
D | README | 6 On x86 pciutils is needed at runtime (-lpci). 8 providing cpuid.h is needed.
|
/linux-4.1.27/drivers/staging/board/ |
D | TODO | 2 * remove staging board code when no more platform devices are needed
|
/linux-4.1.27/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.1.27/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.1.27/include/xen/interface/io/ |
D | protocols.h | 18 # error arch fixup needed here
|
/linux-4.1.27/drivers/staging/ste_rmi4/ |
D | TODO | 5 Merge any device support needed from this driver into it
|
/linux-4.1.27/net/6lowpan/ |
D | nhc_udp.c | 22 static int udp_uncompress(struct sk_buff *skb, size_t needed) in udp_uncompress() argument 80 err = skb_cow(skb, needed); in udp_uncompress()
|
D | nhc.h | 78 int (*uncompress)(struct sk_buff *skb, size_t needed);
|
/linux-4.1.27/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.
|
/linux-4.1.27/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 | allwinner,sun4i-ic.txt | 8 - #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 | opencores,or1k-pic.txt | 14 - #interrupt-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 | 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 | renesas,intc-irqpin.txt | 27 controller, needed for some broken implementations
|
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 | brcm,bcm3380-l2-intc.txt | 19 - #interrupt-cells: specifies the number of cells needed to encode an interrupt
|
D | samsung,s3c24xx-irq.txt | 16 - #interrupt-cells : Specifies the number of cells needed to encode an
|
D | nvidia,tegra-ictlr.txt | 20 - #interrupt-cells : Specifies the number of cells needed to encode an
|
D | brcm,bcm2835-armctrl-ic.txt | 13 - #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.1.27/arch/arm64/boot/dts/ |
D | skeleton.dtsi | 2 * Skeleton device tree; the bare minimum needed to boot; just include and
|
/linux-4.1.27/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 | 93 /* This additional pin needed on early MOP500 and HREFs previous to v60 */
|
/linux-4.1.27/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.1.27/arch/metag/boot/dts/ |
D | skeleton.dtsi | 2 * Skeleton device tree; the bare minimum needed to boot; just include and
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/arm/mrvl/ |
D | 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
|
/linux-4.1.27/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.1.27/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
|
/linux-4.1.27/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.1.27/drivers/staging/unisys/ |
D | TODO | 5 -add other drivers needed for full functionality:
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | brcm,bcm3384-usb.txt | 7 systems, special handling may be needed in the following cases:
|
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.1.27/Documentation/devicetree/bindings/metag/ |
D | 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
|
/linux-4.1.27/tools/testing/selftests/timers/ |
D | Makefile | 3 CFLAGS += -O3 -Wl,-no-as-needed -Wall $(BUILD_FLAGS)
|
/linux-4.1.27/tools/perf/util/ |
D | python-ext-sources | 2 # List of files needed by perf python extension
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | rockchip-drm.txt | 4 The Rockchip DRM master device is a virtual device needed to list all
|
D | exynos_mixer.txt | 18 c) hdmi: Gate of HDMI IP bus clock, needed together with sclk_hdmi.
|
D | atmel,lcdc.txt | 64 - atmel,power-control-gpio: gpio to power on or off the LCD (as many as needed)
|
/linux-4.1.27/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.1.27/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
|
D | gpio-tilt.txt | 18 input_set_abs_params calls needed to init the axes.
|
/linux-4.1.27/Documentation/devicetree/bindings/cris/ |
D | interrupts.txt | 10 - #interrupt-cells : Specifies the number of cells needed to encode an
|
/linux-4.1.27/net/nfc/hci/ |
D | Kconfig | 7 implementation. This is mostly needed for devices that only process
|
/linux-4.1.27/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.
|
D | firmware.txt | 8 operations and call them when needed.
|
/linux-4.1.27/arch/arc/boot/dts/ |
D | skeleton.dtsi | 10 * Skeleton device tree; the bare minimum needed to boot; just include and
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-riic.txt | 11 Pinctrl properties might be needed, too. See there.
|
D | i2c-sh_mobile.txt | 28 Pinctrl properties might be needed, too. See there.
|
/linux-4.1.27/drivers/net/wireless/ti/ |
D | Kconfig | 21 Small platform data bit needed to pass data to the sdio modules.
|
/linux-4.1.27/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.1.27/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.1.27/arch/arm/mach-omap2/ |
D | sram34xx.S | 189 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
|
D | omap-smc.S | 71 dsb @ Memory Barrier (not sure if needed, copied from omap_smc2)
|
/linux-4.1.27/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 | old-module-parameters | 13 longer needed, and that a centralized implementation was possible. The new,
|
/linux-4.1.27/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.1.27/drivers/staging/android/ |
D | TODO | 6 - add proper arch dependencies as needed
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/arm/lib/ |
D | clear_user.S | 43 it ne @ explicit IT needed for the label
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/ata/ |
D | fsl-sata.txt | 19 - interrupt-parent : optional, if needed for interrupt mapping
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/ |
D | intc.txt | 11 - #interrupt-cells : Specifies the number of cells needed to encode an
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
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
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/vmwgfx/ |
D | Kconfig | 9 # Only needed for the transitional use of drm_crtc_init - can be removed
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/davinci/ |
D | cp-intc.txt | 12 - #interrupt-cells : Specifies the number of cells needed to encode an
|
/linux-4.1.27/drivers/android/ |
D | Kconfig | 6 Enable support for various drivers needed on the Android platform
|
/linux-4.1.27/net/nfc/ |
D | Kconfig | 25 This is needed by NFC chipsets whose firmware only implement
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | rn5t618.txt | 14 needed. The valid regulator names are: DCDC1, DCDC2, DCDC3, LDO1,
|
/linux-4.1.27/drivers/bus/ |
D | Kconfig | 62 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/ |
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.1.27/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.1.27/Documentation/aoe/ |
D | todo.txt | 5 free page is needed for the sk_buff allocation. This situation has
|
/linux-4.1.27/arch/x86/crypto/sha-mb/ |
D | sha1_mb_mgr_datastruct.S | 88 # # Following only needed if nesting
|
/linux-4.1.27/fs/fuse/ |
D | Kconfig | 14 See <file:Documentation/Changes> for needed library/utility version.
|
/linux-4.1.27/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.1.27/drivers/staging/media/mn88473/ |
D | TODO | 2 device drivers (USB-bridge, tuner) needed for Astrometa receiver in
|
/linux-4.1.27/drivers/staging/media/mn88472/ |
D | TODO | 2 device drivers (USB-bridge, tuner) needed for Astrometa receiver in
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | coda.txt | 15 a second interrupt is needed for the MJPEG unit.
|
/linux-4.1.27/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.1.27/arch/alpha/kernel/ |
D | head.S | 59 # The following two functions are needed for supporting SRM PALcode
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | mmc-pwrseq-emmc.txt | 8 case of emergency reboot call). The latter is needed on boards, which
|
/linux-4.1.27/Documentation/devicetree/bindings/hsi/ |
D | nokia-modem.txt | 5 properties are needed by the Nokia modem HSI client:
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | fsl-quadspi.txt | 9 - clocks : The clocks needed by the QuadSPI controller
|
/linux-4.1.27/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.1.27/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.1.27/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.
|
/linux-4.1.27/Documentation/vm/ |
D | balance | 3 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/ |
D | perf-inject.txt | 17 this case build-ids (-b option) are read and injected as needed into the event
|
/linux-4.1.27/arch/mips/sgi-ip27/ |
D | TODO | 4 3. Need to figure out why address swaizzling is needed in inw/outw for
|
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/ |
D | arm-mhu.txt | 21 - #mbox-cells Shall be 1 - the index of the channel needed.
|
/linux-4.1.27/Documentation/devicetree/bindings/drm/imx/ |
D | ldb.txt | 29 On i.MX6q the following additional clocks are needed: 32 The needed clock numbers for each are documented in
|
D | fsl-imx-drm.txt | 4 The freescale i.MX DRM master device is a virtual device needed to list all
|
/linux-4.1.27/Documentation/serial/ |
D | serial-rs485.txt | 113 /* Set rts delay before send, if needed: */ 116 /* Set rts delay after send, if needed: */
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/sound/ |
D | cs4271.txt | 33 Note that this is not needed in case the clocks are stable
|
D | simple-card.txt | 64 properties should also be placed in the codec node if needed. 74 - clocks / system-clock-frequency : specify subnode's clock if needed.
|
D | renesas,rsrc-card.txt | 39 - clocks / system-clock-frequency : specify subnode's clock if needed.
|
/linux-4.1.27/arch/mips/sgi-ip22/ |
D | Platform | 29 $(error gcc doesn't support needed option -mr10k-cache-barrier=store)
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/misc/ |
D | atmel-ssc.txt | 26 property is needed.
|
/linux-4.1.27/arch/x86/platform/olpc/ |
D | xo1-wakeup.S | 34 # Control registers were modified, pipeline resync is needed
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/leds/ |
D | leds-class.txt | 6 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
|
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.1.27/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.1.27/Documentation/devicetree/bindings/bus/ |
D | brcm,bus-axi.txt | 18 (devices). This is needed since some hardware details can't be auto
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | gpio-matrix-keypad.txt | 24 - col-scan-delay-us: delay, measured in microseconds, that is needed
|
/linux-4.1.27/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.1.27/drivers/staging/media/davinci_vpfe/ |
D | TODO | 12 needed
|
/linux-4.1.27/drivers/scsi/osd/ |
D | Kconfig | 28 needed by exofs, for mounting an OSD based file system.
|
/linux-4.1.27/Documentation/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 66 WFReportParams -> Connected [ label="data identical\lno sync needed",color=green,fontcolor=green ]
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-taos-evm | 10 for the chip in question is also needed.
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/gpio/ |
D | snps-dwapb-gpio.txt | 24 - #interrupt-cells : Specifies the number of cells needed to encode an
|
D | gpio-mvebu.txt | 24 - #interrupt-cells: specifies the number of cells needed to encode an
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | atmel-crypto.txt | 59 in the dmas property. Only one "tx" string needed.
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | Kconfig | 27 This is not generally needed for v4l applications,
|
/linux-4.1.27/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
|
/linux-4.1.27/scripts/coccinelle/iterators/ |
D | fen.cocci | 122 msg = "ERROR: of_node_put not needed after iterator on line %s" % (p1[0].line)
|
/linux-4.1.27/Documentation/s390/ |
D | 3270.ChangeLog | 14 in tubtty.c (if needed). Change tubp->tty_input to be a
|
/linux-4.1.27/Documentation/filesystems/ |
D | gfs2.txt | 26 needed, simply:
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/mediatek/ |
D | pwrap.txt | 15 bridge. In the binding description below the properties needed for bridging
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | fsl-imx-sdma.txt | 12 correct ROM script addresses needed for the driver to work without additional
|
/linux-4.1.27/fs/ufs/ |
D | Kconfig | 16 Note that this option is generally not needed for floppies, since a
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.saa7134 | 16 As with bttv, card-specific tweaks are needed. Check CARDLIST for a
|
/linux-4.1.27/drivers/of/ |
D | Kconfig | 97 While this option is selected automatically when needed, you can
|