HomeSort by: relevance | last modified time | path
    Searched refs:radio (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/arch/mips/atheros/
ar5315_board.c 45 * This file provides code to locate board-specific configuration and radio
107 * Locate the radio configuration data; it is located relative to the
113 static const void *radio = NULL; local in function:ar5315_get_radio_info
117 if (radio)
128 radio = ptr;
132 /* AR2316 moves radio data */
135 radio = ptr;
140 return radio;
ar5312_board.c 107 * Locate the radio configuration data; it is located relative
113 static const void *radio = NULL; local in function:ar5312_get_radio_info
117 if (radio == NULL) {
128 radio = ptr;
133 /* NB: AR2316 has radio data in a different location */
141 return radio;
ar_conf.c 218 * Locate board and radio configuration data in flash.
231 config->radio = (*boardsw->absw_get_radio_info)();
232 if (config->radio == NULL)
  /src/usr.sbin/iwictl/
iwictl.c 134 int radio; local in function:get_radio_state
136 if (do_req(iface, SIOCGRADIO, &radio) == -1)
137 err(EX_OSERR, "Can't read radio");
139 (void)printf("Radio is %s\n", radio ? "ON" : "OFF");
  /src/sys/external/isc/atheros_hal/dist/
ah_soc.h 87 const char *radio; /* radio config data */ member in struct:ar531x_config
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ralink/
gardena_smart_gateway_mt7688.dts 69 label = "smartgw:radio:blue";
75 label = "smartgw:radio:green";
81 label = "smartgw:radio:red";
  /src/etc/etc.alpha/
MAKEDEV.conf 21 makedev radio
  /src/etc/etc.evbppc/
MAKEDEV.conf 22 makedev radio
  /src/etc/etc.macppc/
MAKEDEV.conf 19 makedev radio
  /src/usr.sbin/ipwctl/
ipwctl.c 130 int radio; local in function:get_radio_state
132 if (do_req(iface, SIOCGRADIO, &radio) == -1) {
134 errx(EX_OSERR, "Can't retrieve radio transmitter "
137 err(EX_OSERR, "Can't retrieve radio transmitter state");
140 (void)printf("Radio is %s\n", radio ? "ON" : "OFF");
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
at91-kizbox3-hs.dts 126 label = "zbe test radio";
147 label = "io test radio";
at91-wb50n.dtsi 99 /* USART3 is direct-connect to the Bluetooth UART on the radio SIP */
ste-hrefv60plus.dtsi 330 * GBF (GPS, Bluetooth, FM-radio) interface,
ste-snowball.dts 591 * GBF (GPS, Bluetooth, FM-radio) interface,
  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312.h 30 (((const struct ar531x_config *)((_ah)->ah_st))->radio)
  /src/etc/etc.ia64/
MAKEDEV.conf 29 makedev radio
  /src/etc/etc.sparc64/
MAKEDEV.conf 18 makedev radio
  /src/etc/etc.ofppc/
MAKEDEV.conf 14 makedev altq sysmon bktr radio kttcp
  /src/etc/etc.amd64/
MAKEDEV.conf 30 makedev radio
  /src/sys/dev/
radio.c 1 /* $NetBSD: radio.c,v 1.31 2021/08/07 16:19:08 thorpej Exp $ */
2 /* $OpenBSD: radio.c,v 1.2 2001/12/05 10:27:06 mickey Exp $ */
3 /* $RuOBSD: radio.c,v 1.7 2001/12/04 06:03:05 tm Exp $ */
30 /* This is the /dev/radio driver from OpenBSD */
33 __KERNEL_RCSID(0, "$NetBSD: radio.c,v 1.31 2021/08/07 16:19:08 thorpej Exp $");
60 CFATTACH_DECL_NEW(radio, sizeof(struct radio_softc),
170 * Called from hardware driver. This is where the MI radio driver gets
187 aprint_normal("radio at %s", pnp);
  /src/etc/etc.i386/
MAKEDEV.conf 34 makedev radio
  /src/etc/
MAKEDEV.tmpl 270 # radio* radio devices
907 radio)
909 lndev radio0 radio
1603 radio|radio[0-9]*)
1604 unit=${i#radio}
1606 mkdev radio$unit c %radio_chr% $unit 666
  /src/share/man/man4/
Makefile 111 # Radio devices
112 MAN+= radio.4 az.4 gtp.4 rt.4 rtii.4 sf2r.4
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
gcw0.dts 279 /* LCD panel and FM radio */
  /src/share/man/man9/
Makefile 54 radio.9 ras.9 rasops.9 ratecheck.9 resettodr.9 rnd.9 \

Completed in 37 milliseconds