Home
last modified time | relevance | path

Searched refs:PARSER (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/Documentation/userspace-api/media/
H A DMakefile6 PARSER = $(srctree)/Documentation/sphinx/parse-headers.pl macro
16 echo ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions; \
17 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions
20 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions
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
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
[all …]
/openbmc/u-boot/Documentation/media/
H A DMakefile4 PARSER = $(srctree)/Documentation/sphinx/parse-headers.pl macro
12 echo ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions; \
13 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions
16 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions
20 $(BUILDDIR)/linker_lists.h.rst: ${API}/linker_lists.h ${PARSER} $(SRC_DIR)/linker_lists.h.rst.excep…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/tsocks/tsocks/
H A Dmakefile-add-ldflags.patch14 ${SHLIB}: ${OBJS} ${COMMON}.o ${PARSER}.o
15 - ${SHCC} ${CFLAGS} ${INCLUDES} -nostdlib -shared -o ${SHLIB} ${OBJS} ${COMMON}.o ${PARSER}.o ${DYN…
16 …LDFLAGS} ${INCLUDES} -nostdlib -shared -o ${SHLIB} ${OBJS} ${COMMON}.o ${PARSER}.o ${DYNLIB_FLAGS}…
/openbmc/openpower-vpd-parser/
H A Dmeson.options1 …e-sdk', type: 'feature', value : 'disabled', description: 'ENABLE OE SDK FOR OPENPOWER VPD PARSER')
5 option('ibm-parser', type: 'feature', description: 'ENABLE IBM PARSER')
/openbmc/linux/drivers/video/fbdev/i810/
H A Di810_accel.c262 PUT_RING(PARSER | FLUSH); in load_front()
269 PUT_RING(PARSER | FRONT_BUFFER | ((par->pitch >> 3) << 8)); in load_front()
H A Di810.h62 #define PARSER 0x00000000 macro