Home
last modified time | relevance | path

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

/dragonfly/sys/dev/video/bktr/
H A Dioctl_bt848.h256 struct bktr_chnlset { struct
261 #define TVTUNER_GETCHNLSET _IOWR('x', 70, struct bktr_chnlset) argument
H A Dbktr_tuner.h80 int tuner_getchnlset( struct bktr_chnlset *chnlset );
H A Dbktr_tuner.c1012 tuner_getchnlset(struct bktr_chnlset *chnlset) in tuner_getchnlset()
H A Dbktr_core.c1901 return tuner_getchnlset((struct bktr_chnlset *)arg); in tuner_ioctl()