Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
H 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);``
/linux/tools/testing/ktest/examples/
H A Dkvm.conf56 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
H A Dvmware.conf101 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
/linux/Documentation/userspace-api/media/mediactl/
H 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/lib/bpf/
H A Dbpf_helpers.h74 * commonly-used macros like NULL and KERNEL_VERSION aren't available through
82 #ifndef KERNEL_VERSION
83 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_extern.c18 return KERNEL_VERSION(major, minor, patch); in get_kernel_version()
/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-caps.rst63 - CEC Framework API version, formatted with the ``KERNEL_VERSION()``
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1097 r.version = KERNEL_VERSION(1,0,0); in matroxfb_ioctl()
/linux/Documentation/scsi/
H A DChangeLog.lpfc664 * Moved #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,6) to include