Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dbt8xx.h294 #define TVTUNER_SETTYPE _IOW('x', 33, unsigned int) /* set tuner type */ macro
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.cpp1383 unsigned IOCTL_TVTUNER_SETTYPE = TVTUNER_SETTYPE;
Dsanitizer_interceptors_ioctl_netbsd.inc234 _(TVTUNER_SETTYPE, READ, sizeof(unsigned int));
/openbsd/src/sys/dev/pci/bktr/
Dbktr_core.c1758 case TVTUNER_SETTYPE: in tuner_ioctl()