Home
last modified time | relevance | path

Searched refs:fifth (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.15/ipc/
H A Dsyscall.c21 unsigned long third, void __user * ptr, long fifth) in ksys_ipc() argument
35 (const struct __kernel_timespec __user *)fifth); in ksys_ipc()
38 (const struct old_timespec32 __user *)fifth); in ksys_ipc()
73 second, fifth, third); in ksys_ipc()
111 unsigned long, third, void __user *, ptr, long, fifth) in SYSCALL_DEFINE6() argument
113 return ksys_ipc(call, first, second, third, ptr, fifth); in SYSCALL_DEFINE6()
131 u32 third, compat_uptr_t ptr, u32 fifth) in compat_ksys_ipc() argument
147 compat_ptr(fifth)); in compat_ksys_ipc()
175 return compat_ksys_msgrcv(first, ptr, second, fifth, third); in compat_ksys_ipc()
206 u32, third, compat_uptr_t, ptr, u32, fifth) in COMPAT_SYSCALL_DEFINE6() argument
[all …]
/linux-6.15/arch/arm/kernel/
H A Dsys_oabi-compat.c390 void __user *ptr, long fifth) in sys_oabi_ipc() argument
401 (const struct old_timespec32 __user *)fifth); in sys_oabi_ipc()
403 return sys_ipc(call, first, second, third, ptr, fifth); in sys_oabi_ipc()
422 void __user *ptr, long fifth) in sys_oabi_ipc() argument
H A Dentry-common.S264 stmdb sp!, {r4, r5} @ push fifth and sixth args
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_quirks.c100 #define SINK_DEVICE_ID(first, second, third, fourth, fifth, sixth) \ argument
101 { (first), (second), (third), (fourth), (fifth), (sixth) }
/linux-6.15/arch/arm/include/asm/
H A Dsyscalls.h39 void __user *ptr, long fifth);
/linux-6.15/Documentation/devicetree/bindings/dma/
H A Drenesas,rzn1-dmamux.yaml26 The first four cells are dedicated to the master DMA controller. The fifth
/linux-6.15/arch/arm/mach-aspeed/
H A DKconfig33 fifth generation Aspeed BMCs.
/linux-6.15/arch/sparc/kernel/
H A Dsys_sparc_64.c352 unsigned long, third, void __user *, ptr, long, fifth) in SYSCALL_DEFINE6() argument
369 (unsigned long) fifth); in SYSCALL_DEFINE6()
392 err = ksys_msgrcv(first, ptr, (size_t)second, fifth, in SYSCALL_DEFINE6()
H A Dsystbls.h36 void __user *ptr, long fifth);
/linux-6.15/Documentation/devicetree/bindings/phy/
H A Dfsl,imx8qm-lvds-phy.yaml17 data streams over a fifth LVDS link. Every cycle of the transmit
H A Dsamsung,mipi-video-phy.yaml23 support additional fifth PHY::
/linux-6.15/Documentation/userspace-api/media/
H A Dintro.rst39 5. The :ref:`fifth part <cec>` covers the CEC (Consumer Electronics Control) API.
/linux-6.15/Documentation/hwmon/
H A Dadm1025.rst46 input, or as the a fifth digital entry for the VID reading (bit 4). It's
H A Dsis5595.rst82 fifth voltage sensor (in4) share a pin which is configurable, but not
/linux-6.15/Documentation/filesystems/ext4/
H A Dallocators.rst43 The fifth trick is that the disk volume is cut up into 128MB block
H A Dinodes.rst514 dtime was not widened. There is also a fifth timestamp to record inode
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-devices-soc48 which is code 0x3B on the fifth 'page'. This is shortened
/linux-6.15/Documentation/driver-api/tty/
H A Dmoxa-smartio.rst196 To avoid this problem, please unplug fifth and after board, because Moxa
/linux-6.15/Documentation/arch/arm/omap/
H A Domap_pm.rst107 The fifth function above, omap_pm_get_dev_context_loss_count(),
/linux-6.15/include/linux/
H A Dsyscalls.h1198 unsigned long third, void __user *ptr, long fifth);
1249 unsigned long third, void __user * ptr, long fifth);
1251 u32 third, u32 ptr, u32 fifth);
/linux-6.15/Documentation/driver-api/
H A Dmtdnand.rst775 0x34 ECC byte 12 Error correction code byte 0 of the fifth
777 0x35 ECC byte 13 Error correction code byte 1 of the fifth
779 0x36 ECC byte 14 Error correction code byte 2 of the fifth
/linux-6.15/Documentation/trace/coresight/
H A Dcoresight.rst675 (Documentation/trace/coresight/coresight-config.rst) [#fifth]_.
686 .. [#fifth] Documentation/trace/coresight/coresight-config.rst
/linux-6.15/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c2448 #define DEVICE_ID(first, second, third, fourth, fifth, sixth) \ argument
2449 { (first), (second), (third), (fourth), (fifth), (sixth) }
/linux-6.15/Documentation/timers/
H A Dno_hz.rst30 discussing testing, and a fifth and final section listing known issues.
/linux-6.15/Documentation/devicetree/bindings/pci/
H A Dnvidia,tegra20-pcie.txt38 fifth and six cells are as described for the #size-cells property above.

12