Home
last modified time | relevance | path

Searched refs:remote_control (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/video/bktr/
H A Dbktr_card.c1287 bktr->remote_control = 0; /* initial value */ in probeCard()
1292 bktr->remote_control = 1; in probeCard()
1297 bktr->remote_control = 1; in probeCard()
1303 if (bktr->remote_control) { in probeCard()
1351 if ( bktr->remote_control ) in probeCard()
H A Dbktr_reg.h570 int remote_control; /* remote control detected */ member
H A Dbktr_core.c1818 if (bktr->remote_control == 0) return (EINVAL); in tuner_ioctl()