Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dbt8xx.h329 #define TVTUNER_SETAFC _IOW('x', 53, int) /* turn AFC on/off */ macro
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1388 unsigned IOCTL_TVTUNER_SETAFC = TVTUNER_SETAFC;
H A Dsanitizer_interceptors_ioctl_netbsd.inc239 _(TVTUNER_SETAFC, READ, sizeof(int));
/openbsd/sys/dev/pci/bktr/
H A Dbktr_core.c1723 case TVTUNER_SETAFC: in tuner_ioctl()