Home
last modified time | relevance | path

Searched refs:DVB_API_VERSION_MINOR (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/dvb/
H A Dversion.h13 #define DVB_API_VERSION_MINOR 12 macro
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/
H A D0004-Makefile-remove-test.patch18 @@ -10,7 +10,6 @@ DVB_API_MINOR := $(word 3, $(shell grep -m1 "DVB_API_VERSION_MINOR" $(VERSION_FI
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_frontend.c1401 tvp->u.data = (DVB_API_VERSION << 8) | DVB_API_VERSION_MINOR; in dtv_property_process_get()