Searched refs:radio (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/usr.sbin/bsdinstall/scripts/
H A Dkeymap169 radio=" "
171 radio="*"
179 '($radio) $desc' '' '$keym: $desc'
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah_soc.h87 const char *radio; /* radio config data */ member in struct:ar531x_config
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5312/
H A Dar5312.h30 (((const struct ar531x_config *)((_ah)->ah_st))->radio)
/freebsd-10.0-release/sys/dev/sound/pci/
H A Dfm801.c169 device_t radio; member in struct:fm801_info
652 fm801->radio = device_add_child(dev, "radio", -1);
680 if (fm801->radio != NULL) {
681 r = device_delete_child(dev, fm801->radio);
684 fm801->radio = NULL;
/freebsd-10.0-release/sys/dev/usb/net/
H A Duhso.c596 SYSCTL_ADD_PROC(sctx, SYSCTL_CHILDREN(soid), OID_AUTO, "radio",
597 CTLTYPE_INT | CTLFLAG_RW, sc, 0, uhso_radio_sysctl, "I", "Enable radio");
983 int error, radio; local
985 radio = sc->sc_radio;
986 error = sysctl_handle_int(oidp, &radio, 0, req);
989 if (radio != sc->sc_radio) {
990 radio = radio != 0 ? 1 : 0;
991 error = uhso_radio_ctrl(sc, radio);
993 sc->sc_radio = radio;
[all...]
/freebsd-10.0-release/sys/contrib/v4l/
H A Dvideodev.h208 int radio; /* Radio minor */ member in struct:video_unit
342 #define VID_HARDWARE_CADET 21 /* Cadet radio */
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.history16 01/05 The FCC hears the first demonstration of FM radio, 1940
88 03/20 Radio Caroline, the original British pirate radio station, sinks, 1980
204 07/07 First radio broadcast of "Dragnet", 1949
/freebsd-10.0-release/contrib/libpcap/
H A Dscanner.l208 radio return RADIO;
/freebsd-10.0-release/contrib/ntp/
H A Dconfigure1659 --enable-PCF + Conrad parallel port radio clock
23230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking Conrad parallel port radio clock" >&5
23231 $as_echo_n "checking Conrad parallel port radio clock... " >&6; }

Completed in 271 milliseconds