Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
A 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);``
A 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/include/generated/uapi/linux/
A Dversion.h2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
/linux/tools/lib/bpf/
A Dbpf_helpers.h60 #ifndef KERNEL_VERSION
61 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
A Dlibbpf.c802 return KERNEL_VERSION(major, minor, patch); in get_kernel_version()
/linux/Documentation/userspace-api/media/mediactl/
A Dmedia-ioc-device-info.rst77 - Media API version, formatted with the ``KERNEL_VERSION()`` macro.
86 ``KERNEL_VERSION()`` macro. Together with the ``driver`` field
/linux/tools/testing/ktest/examples/
A Dkvm.conf56 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
A Dvmware.conf101 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
/linux/tools/testing/selftests/bpf/prog_tests/
A Dcore_extern.c18 return KERNEL_VERSION(major, minor, patch); in get_kernel_version()
/linux/Documentation/userspace-api/media/cec/
A Dcec-ioc-adap-g-caps.rst63 - CEC Framework API version, formatted with the ``KERNEL_VERSION()``
/linux/drivers/video/fbdev/matrox/
A Dmatroxfb_base.c1095 r.version = KERNEL_VERSION(1,0,0); in matroxfb_ioctl()
/linux/Documentation/scsi/
A DChangeLog.lpfc664 * Moved #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,6) to include

Completed in 47 milliseconds