Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dbt8xx.h292 #define TVTUNER_SETCHNL _IOW('x', 32, unsigned int) /* set channel */ macro
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1381 unsigned IOCTL_TVTUNER_SETCHNL = TVTUNER_SETCHNL;
H A Dsanitizer_interceptors_ioctl_netbsd.inc232 _(TVTUNER_SETCHNL, READ, sizeof(unsigned int));
/openbsd/sys/dev/pci/bktr/
H A Dbktr_core.c1733 case TVTUNER_SETCHNL: in tuner_ioctl()