Searched refs:DTVDEV (Results 1 – 1 of 1) sorted by relevance
49 #define DTVDEV(x) ((minor(x) & 0xf0) >> 4) macro51 #define ISDTVFRONTEND(x) (DTVDEV((x)) == DTV_DEVICE_FRONTEND)52 #define ISDTVDEMUX(x) (DTVDEV((x)) == DTV_DEVICE_DEMUX)53 #define ISDTVDVR(x) (DTVDEV((x)) == DTV_DEVICE_DVR)