Home
last modified time | relevance | path

Searched refs:lead (Results 1 – 25 of 144) sorted by relevance

123456

/linux/drivers/media/pci/ivtv/
H A Divtvfb.c380 u16 lead = 0, tail = 0; in ivtvfb_write() local
415 lead = 4 - ((unsigned long)dst & 3); in ivtvfb_write()
416 if (copy_from_user(dst, buf, lead)) in ivtvfb_write()
418 buf += lead; in ivtvfb_write()
419 dst += lead; in ivtvfb_write()
422 if ((count - lead) & 3) in ivtvfb_write()
423 tail = (count - lead) & 3; in ivtvfb_write()
425 dma_size = count - lead - tail; in ivtvfb_write()
427 p + lead + dma_offset, (void __user *)buf, dma_size); in ivtvfb_write()
/linux/Documentation/ABI/obsolete/
H A Dsysfs-firmware-acpi7 the offline failure might lead to memory corruption and crashes)
/linux/Documentation/process/
H A Ddeprecated.rst58 risk of them overflowing. This could lead to values wrapping around and a
60 allocations could lead to linear overflows of heap memory and other
116 explicitly ignore overflows, which may lead to unexpected results
137 be NUL terminated. This can lead to various linear read overflows and
160 size limit. This is both inefficient and can lead to linear read overflows
167 Traditionally, using "%p" in format strings would lead to regular address
196 lead to a crash, possible overwriting sensitive contents at the end of the
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-pinephone-1.1.dts17 * 1.0, and the lowest PWM duty cycle that doesn't lead to backlight
H A Dsun50i-a64-pinephone-1.2.dts22 * and the lowest PWM duty cycle that doesn't lead to backlight being off
/linux/Documentation/hwmon/
H A Dadm1026.rst96 voltage from the power lead rather than on the ground lead.
H A Dstpddc60.rst42 could change at the same time as the limit is written to, which will lead to
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dadv7343.txt3 The ADV7343 are high speed, digital-to-analog video encoders in a 64-lead LQFP
/linux/drivers/media/pci/ddbridge/
H A DKconfig40 might lead to I2C errors originating from the bridge in conjunction
/linux/Documentation/kbuild/
H A Dreproducible-builds.rst125 Uncommitted changes or different commit ids in git can also lead
129 will be different, which will eventually lead to binary differences.
/linux/Documentation/virt/kvm/arm/
H A Dvcpu-features.rst47 modification with other system register accesses may lead to unpredictable
/linux/drivers/eisa/
H A DKconfig47 # Using EISA_VIRTUAL_ROOT on something other than an X86 may lead
/linux/Documentation/userspace-api/
H A Dcheck_exec.rst50 ``./script.sh``) and indirect file execution (e.g. ``sh script.sh``) lead to
84 a script's caller. Changing these variables may lead to unintended code
/linux/Documentation/admin-guide/
H A Dcpu-load.rst52 will lead to quite erratic information inside ``/proc/stat``::
/linux/scripts/coccinelle/null/
H A Dbadzero.cocci120 // This rule may lead to inconsistent path problems, if E is defined in two
/linux/Documentation/core-api/
H A Didr.rst64 you may need to pass a restrictive set of GFP flags, which can lead
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-iommu_groups62 system could lead to catastrophic effects (the users might
/linux/Documentation/misc-devices/
H A Dapds990x.rst32 lead to false interrupt, but that doesn't harm.
/linux/security/tomoyo/
H A DKconfig47 operations which can lead to the hijacking of the boot sequence are
/linux/Documentation/driver-api/md/
H A Draid5-ppl.rst9 disks is missing. This can lead to silent data corruption when rebuilding the
/linux/Documentation/
H A Datomic_t.txt6 can lead to fatal traps on some platforms).
282 Both provide the same functionality, but try_cmpxchg() can lead to more
/linux/Documentation/driver-api/soundwire/
H A Derror_handling.rst55 possible in a single segment setup, but this can lead to synchronization
/linux/Documentation/admin-guide/hw-vuln/
H A Dcross-thread-rsb.rst55 could lead to information disclosure if the return targets used do not come
/linux/Documentation/firmware-guide/acpi/
H A Dvideo_extension.rst106 so this would lead to the same effect as case i) now.
/linux/Documentation/admin-guide/cgroup-v1/
H A Drdma.rst31 rdma resources. This can lead to service unavailability.

123456