Searched refs:KERNEL_VERSION (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | vidioc-subdev-querycap.rst | 59 The version number is formatted using the ``KERNEL_VERSION()`` 63 ``#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))`` 65 ``__u32 version = KERNEL_VERSION(0, 8, 1);``
|
D | vidioc-querycap.rst | 94 The version number is formatted using the ``KERNEL_VERSION()`` 99 ``#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))`` 101 ``__u32 version = KERNEL_VERSION(4, 14, 0);``
|
/linux-6.1.9/tools/testing/ktest/examples/ |
D | kvm.conf | 56 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
|
D | vmware.conf | 101 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
|
/linux-6.1.9/Documentation/userspace-api/media/mediactl/ |
D | media-ioc-device-info.rst | 77 - Media API version, formatted with the ``KERNEL_VERSION()`` macro. 86 ``KERNEL_VERSION()`` macro. Together with the ``driver`` field
|
/linux-6.1.9/tools/lib/bpf/ |
D | bpf_helpers.h | 73 #ifndef KERNEL_VERSION 74 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
|
D | libbpf.c | 894 return KERNEL_VERSION(major, minor, patch); in get_kernel_version() 904 return KERNEL_VERSION(major, minor, patch); in get_kernel_version()
|
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | core_extern.c | 18 return KERNEL_VERSION(major, minor, patch); in get_kernel_version()
|
/linux-6.1.9/Documentation/userspace-api/media/cec/ |
D | cec-ioc-adap-g-caps.rst | 63 - CEC Framework API version, formatted with the ``KERNEL_VERSION()``
|
/linux-6.1.9/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 1096 r.version = KERNEL_VERSION(1,0,0); in matroxfb_ioctl()
|
/linux-6.1.9/Documentation/scsi/ |
D | ChangeLog.lpfc | 664 * Moved #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,6) to include
|