Home
last modified time | relevance | path

Searched refs:TVTUNER_GETFREQ (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/ic/
H A Dbt8xx.h298 #define TVTUNER_GETFREQ _IOR('x', 36, unsigned int) /* get frequency */ macro
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1387 unsigned IOCTL_TVTUNER_GETFREQ = TVTUNER_GETFREQ;
H A Dsanitizer_interceptors_ioctl_netbsd.inc238 _(TVTUNER_GETFREQ, WRITE, sizeof(unsigned int));
/openbsd/sys/dev/pci/bktr/
H A Dbktr_core.c1796 case TVTUNER_GETFREQ: in tuner_ioctl()