Searched refs:UAPI (Results 1 - 3 of 3) sorted by relevance

/linux-master/Documentation/userspace-api/media/
H A DMakefile7 UAPI = $(srctree)/include/uapi/linux macro
24 $(BUILDDIR)/ca.h.rst: ${UAPI}/dvb/ca.h ${PARSER} $(SRC_DIR)/ca.h.rst.exceptions
27 $(BUILDDIR)/dmx.h.rst: ${UAPI}/dvb/dmx.h ${PARSER} $(SRC_DIR)/dmx.h.rst.exceptions
30 $(BUILDDIR)/frontend.h.rst: ${UAPI}/dvb/frontend.h ${PARSER} $(SRC_DIR)/frontend.h.rst.exceptions
33 $(BUILDDIR)/net.h.rst: ${UAPI}/dvb/net.h ${PARSER} $(SRC_DIR)/net.h.rst.exceptions
36 $(BUILDDIR)/videodev2.h.rst: ${UAPI}/videodev2.h ${PARSER} $(SRC_DIR)/videodev2.h.rst.exceptions
39 $(BUILDDIR)/media.h.rst: ${UAPI}/media.h ${PARSER} $(SRC_DIR)/media.h.rst.exceptions
42 $(BUILDDIR)/cec.h.rst: ${UAPI}/cec.h ${PARSER} $(SRC_DIR)/cec.h.rst.exceptions
45 $(BUILDDIR)/lirc.h.rst: ${UAPI}/lirc.h ${PARSER} $(SRC_DIR)/lirc.h.rst.exceptions
/linux-master/tools/net/ynl/generated/
H A DMakefile25 all: protos.a $(HDRS) $(SRCS) $(KHDRS) $(KSRCS) $(UAPI)
/linux-master/scripts/
H A Dcheck-uapi.sh3 # Script to check commits for UAPI backwards compatibility
11 $name - check for UAPI header stability across Git commits
17 The script will not check UAPI headers for architectures other than the one
24 will use any dirty changes in tree to UAPI files. If there are no
31 -i Ignore ambiguous changes that may or may not break UAPI compatibility.
38 ARCH Target architecture for the UAPI check (default is host arch)
208 printf "Installing user-facing UAPI headers from %s... " "${ref:-dirty tree}"
233 # Check file list for UAPI compatibility
244 printf "Checking changes to UAPI headers between %s and %s...\n" "$past_ref" "${base_ref:-dirty tree}"
245 # Loop over all UAPI header
[all...]

Completed in 122 milliseconds