Home
last modified time | relevance | path

Searched refs:radio (Results 51 – 75 of 225) sorted by relevance

123456789

/openbmc/linux/Documentation/networking/
H A Dax25.rst7 To use the amateur radio protocols within Linux you will need to get a
12 There is a mailing list for discussing Linux amateur radio matters
/openbmc/linux/Documentation/networking/mac80211_hwsim/
H A Dmac80211_hwsim.rst7 mac80211_hwsim - software simulator of 802.11 radio(s) for mac80211
33 since all radio operation is simulated, any channel can be used in
43 radio and copying all transmitted frames to all other radios that are
45 radio. Software encryption in mac80211 is used so that the frames are
/openbmc/phosphor-webui/app/access-control/styles/
H A Dldap.scss20 .control-radio {
123 .control-radio .control__indicator-service-type {
128 .control-radio .control__indicator-service-type:after {
135 .control-radio input:disabled ~ .control__indicator-service-type:after {
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Drda,rda5807.yaml7 title: Unisoc Communications RDA5807 FM radio receiver
57 radio@11 {
H A Dmax2175.txt4 The MAX2175 IC is an advanced analog/digital hybrid-radio receiver with
5 RF to Bits® front-end designed for software-defined radio solutions.
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dtuners.rst12 - L= LG_API (VHF_LO=0x01, VHF_HI=0x02, UHF=0x08, radio=0x04)
13 - P= PHILIPS_API (VHF_LO=0xA0, VHF_HI=0x90, UHF=0x30, radio=0x04)
16 - M= PHILIPS_MK3 (VHF_LO=0x01, VHF_HI=0x02, UHF=0x04, radio=0x19)
95 FR5: w/ FM radio
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-cards.h84 u32 radio; member
93 unsigned short radio[2];/* radio tuner i2c address to probe */ member
H A Dcx18-driver.c58 static int radio[CX18_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1, variable
99 module_param_array(radio, int, &radio_c, 0644);
132 MODULE_PARM_DESC(radio,
410 if (cx->options.radio == -1) in cx18_process_eeprom()
411 cx->options.radio = (tv.has_radio != 0); in cx18_process_eeprom()
630 cx->options.radio = radio[cx->instance]; in cx18_process_options()
1047 if (cx->options.radio == -1) in cx18_probe()
1048 cx->options.radio = (cx->card->radio_input.audio_type != 0); in cx18_probe()
1063 if (cx->options.radio > 0) in cx18_probe()
1073 if (cx->options.radio > 0) in cx18_probe()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-rds.rst12 inaudible audio subcarrier of a radio program. This interface is aimed
45 for a radio tuner with this capability does not yet exist, so if you are
66 like program identification codes and radio text, the flag
76 RDS data can be read from the radio device with the
85 RDS data can be written to the radio device with the
H A Ddev-sdr.rst9 SDR is an abbreviation of Software Defined Radio, the radio device which
46 ADC/DAC sampling rate (sampling frequency) and the possible radio
51 radio frequency. The tuner index of the RF tuner (if any) must always
/openbmc/linux/drivers/platform/x86/intel/
H A Doaktrail.c99 unsigned long radio = (unsigned long) data; in oaktrail_rfkill_set() local
104 value = (u8) (result | radio); in oaktrail_rfkill_set()
106 value = (u8) (result & ~radio); in oaktrail_rfkill_set()
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_new_project_page.py89 radio = self.driver.find_element(By.ID, 'type-new')
90 radio.click()
/openbmc/linux/drivers/media/test-drivers/vivid/
H A DKconfig17 the SDTV inputs. Also video output, VBI output, radio receivers,
18 transmitters and software defined radio capture is emulated.
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-driver.c94 static int radio[IVTV_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1, variable
145 module_param_array(radio, int, &radio_c, 0644);
173 MODULE_PARM_DESC(radio,
479 .radio = { 0x60, I2C_CLIENT_END }, in ivtv_process_eeprom()
513 if (itv->options.radio == -1) in ivtv_process_eeprom()
514 itv->options.radio = (tv.has_radio != 0); in ivtv_process_eeprom()
652 itv->options.radio = radio[itv->instance]; in ivtv_process_options()
1136 if (itv->options.radio == -1) in ivtv_probe()
1137 itv->options.radio = (itv->card->radio_input.audio_type != 0); in ivtv_probe()
1181 if (itv->options.radio > 0) in ivtv_probe()
[all …]
/openbmc/linux/Documentation/driver-api/
H A Drfkill.rst12 The rfkill subsystem provides a generic interface for disabling any radio
26 read-only radio block that cannot be overridden by software
29 writable radio block (need not be readable) that is set by
47 The rfkill core provides API for kernel drivers to register their radio
68 Drivers for radio transmitters normally implement an rfkill driver.
/openbmc/webui-vue/src/views/Settings/PowerRestorePolicy/
H A DPowerRestorePolicy.vue8 <b-form-radio-group
13 ></b-form-radio-group>
/openbmc/linux/Documentation/admin-guide/media/
H A Dsi4713.rst26 Users must comply with local regulations on radio frequency (RF) transmission.
38 The platform device driver exports a v4l2 radio device interface to user land.
42 Applications can use v4l2 radio API to specify frequency of operation, mute state,
57 Driver name : radio-si4713
133 - rds_radio_text - Sets the RDS radio text for transmission.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/
H A Dtoggle-font.diff37 g_value_set_boolean (value, celltoggle->radio);
46 celltoggle->radio = g_value_get_boolean (value);
/openbmc/linux/arch/mips/ath25/
H A Dboard.c118 ath25_board.radio = NULL; in ath25_find_config()
166 ath25_board.radio = radio_data; in ath25_find_config()
/openbmc/linux/drivers/media/v4l2-core/
H A Dtuner-core.c587 struct tuner **radio, struct tuner **tv) in tuner_lookup() argument
591 *radio = NULL; in tuner_lookup()
602 if (*radio == NULL && mode_mask == T_RADIO) in tuner_lookup()
603 *radio = pos; in tuner_lookup()
630 struct tuner *radio; in tuner_probe() local
667 tuner_lookup(t->i2c->adapter, &radio, &tv); in tuner_probe()
698 tuner_lookup(t->i2c->adapter, &radio, &tv); in tuner_probe()
715 tuner_lookup(t->i2c->adapter, &radio, &tv); in tuner_probe()
718 if (radio == NULL) in tuner_probe()
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/
H A DLdap.vue75 <b-form-radio
77 data-test-id="ldap-radio-activeDirectoryEnabled"
82 </b-form-radio>
83 <b-form-radio
85 data-test-id="ldap-radio-activeDirectoryEnabled"
90 </b-form-radio>
/openbmc/webui-vue/src/views/Settings/DateTime/
H A DDateTime.vue41 <b-form-radio
44 data-test-id="dateTime-radio-configureManual"
47 </b-form-radio>
125 <b-form-radio
128 data-test-id="dateTime-radio-configureNTP"
131 </b-form-radio>
/openbmc/linux/Documentation/userspace-api/media/
H A Dintro.rst8 and radio streaming devices, including video cameras, analog and digital
25 1. The :ref:`first part <v4l2spec>` covers radio, video capture and output,
/openbmc/linux/drivers/media/
H A DMakefile33 obj-$(CONFIG_VIDEO_DEV) += radio/
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A DMakefile6 b43legacy-y += radio.o

123456789