Home
last modified time | relevance | path

Searched refs:KERNEL_VERSION (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/Documentation/userspace-api/media/v4l/
Dvidioc-subdev-querycap.rst59 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);``
Dvidioc-querycap.rst94 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/
Dkvm.conf56 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
Dvmware.conf101 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
/linux-6.1.9/Documentation/userspace-api/media/mediactl/
Dmedia-ioc-device-info.rst77 - 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/
Dbpf_helpers.h73 #ifndef KERNEL_VERSION
74 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
Dlibbpf.c894 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/
Dcore_extern.c18 return KERNEL_VERSION(major, minor, patch); in get_kernel_version()
/linux-6.1.9/Documentation/userspace-api/media/cec/
Dcec-ioc-adap-g-caps.rst63 - CEC Framework API version, formatted with the ``KERNEL_VERSION()``
/linux-6.1.9/drivers/video/fbdev/matrox/
Dmatroxfb_base.c1096 r.version = KERNEL_VERSION(1,0,0); in matroxfb_ioctl()
/linux-6.1.9/Documentation/scsi/
DChangeLog.lpfc664 * Moved #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,6) to include