Home
last modified time | relevance | path

Searched refs:radio_type (Results 1 – 24 of 24) sorted by relevance

/Linux-v5.15/drivers/media/pci/saa7134/
Dsaa7134-cards.c60 .radio_type = UNSET,
75 .radio_type = UNSET,
102 .radio_type = UNSET,
149 .radio_type = UNSET,
191 .radio_type = UNSET,
219 .radio_type = UNSET,
267 .radio_type = UNSET,
314 .radio_type = UNSET,
344 .radio_type = UNSET,
370 .radio_type = UNSET,
[all …]
Dsaa7134.h398 unsigned int radio_type; member
578 unsigned int radio_type; member
Dsaa7134-core.c1115 dev->radio_type = saa7134_boards[dev->board].radio_type; in saa7134_initdev()
/Linux-v5.15/drivers/media/pci/cx88/
Dcx88-cards.c55 .radio_type = UNSET,
75 .radio_type = UNSET,
104 .radio_type = UNSET,
118 .radio_type = UNSET,
140 .radio_type = UNSET,
161 .radio_type = UNSET,
198 .radio_type = UNSET,
225 .radio_type = UNSET,
259 .radio_type = UNSET,
297 .radio_type = UNSET,
[all …]
Dcx88.h261 unsigned int radio_type; member
/Linux-v5.15/drivers/net/wireless/marvell/mwifiex/
Dscan.c479 scan_chan_list[chan_idx].radio_type = band; in mwifiex_scan_create_channel_list()
546 scan_chan_list[chan_idx].radio_type = band; in mwifiex_bgscan_create_channel_list()
631 u8 radio_type; in mwifiex_scan_channel_list() local
656 radio_type = 0; in mwifiex_scan_channel_list()
678 radio_type = tmp_chan_list->radio_type; in mwifiex_scan_channel_list()
683 tmp_chan_list->radio_type, in mwifiex_scan_channel_list()
763 radio_type); in mwifiex_scan_channel_list()
838 u8 radio_type; in mwifiex_config_scan() local
1047 radio_type = in mwifiex_config_scan()
1049 mwifiex_fill_cap_info(priv, radio_type, &ht_cap->ht_cap); in mwifiex_config_scan()
[all …]
D11n.c37 int mwifiex_fill_cap_info(struct mwifiex_private *priv, u8 radio_type, in mwifiex_fill_cap_info() argument
42 priv->wdev.wiphy->bands[radio_type]; in mwifiex_fill_cap_info()
323 u8 radio_type; in mwifiex_cmd_append_11n_tlv() local
328 radio_type = mwifiex_band_to_radio_type((u8) bss_desc->bss_band); in mwifiex_cmd_append_11n_tlv()
329 sband = priv->wdev.wiphy->bands[radio_type]; in mwifiex_cmd_append_11n_tlv()
341 mwifiex_fill_cap_info(priv, radio_type, &ht_cap->ht_cap); in mwifiex_cmd_append_11n_tlv()
415 chan_list->chan_scan_param[0].radio_type = in mwifiex_cmd_append_11n_tlv()
422 radio_type, in mwifiex_cmd_append_11n_tlv()
Djoin.c497 chan_tlv->chan_scan_param[0].radio_type = in mwifiex_cmd_802_11_associate()
501 chan_tlv->chan_scan_param[0].radio_type); in mwifiex_cmd_802_11_associate()
853 u8 radio_type; in mwifiex_cmd_802_11_ad_hoc_start() local
1010 chan_tlv->chan_scan_param[0].radio_type in mwifiex_cmd_802_11_ad_hoc_start()
1016 chan_tlv->chan_scan_param[0].radio_type |= in mwifiex_cmd_802_11_ad_hoc_start()
1020 chan_tlv->chan_scan_param[0].radio_type |= in mwifiex_cmd_802_11_ad_hoc_start()
1024 chan_tlv->chan_scan_param[0].radio_type); in mwifiex_cmd_802_11_ad_hoc_start()
1050 radio_type = mwifiex_band_to_radio_type( in mwifiex_cmd_802_11_ad_hoc_start()
1052 mwifiex_fill_cap_info(priv, radio_type, &ht_cap->ht_cap); in mwifiex_cmd_802_11_ad_hoc_start()
1225 chan_tlv->chan_scan_param[0].radio_type = in mwifiex_cmd_802_11_ad_hoc_join()
[all …]
D11h.c45 u8 radio_type; in mwifiex_11h_process_infra_join() local
51 radio_type = mwifiex_band_to_radio_type((u8) bss_desc->bss_band); in mwifiex_11h_process_infra_join()
52 sband = priv->wdev.wiphy->bands[radio_type]; in mwifiex_11h_process_infra_join()
Dcfp.c391 u8 *rates, u8 radio_type) in mwifiex_get_rates_from_cfg80211() argument
399 if (radio_type) { in mwifiex_get_rates_from_cfg80211()
D11n.h37 int mwifiex_fill_cap_info(struct mwifiex_private *, u8 radio_type,
Dfw.h775 u8 radio_type; member
798 u8 radio_type; member
1525 u8 radio_type; member
1619 u8 radio_type; member
Dmain.h1212 u8 *rates, u8 radio_type);
Dcfg80211.c2630 user_scan_cfg->chan_list[i].radio_type = chan->band; in mwifiex_cfg80211_scan()
2728 bgscan_cfg->chan_list[i].radio_type = chan->band; in mwifiex_cfg80211_sched_scan_start()
/Linux-v5.15/drivers/misc/mei/
Dbus-fixup.c296 u8 radio_type; member
363 ver->fw_ivn, ver->vendor_id, ver->radio_type); in mei_nfc_if_version()
381 if (ver->radio_type == MEI_NFC_VENDOR_INSIDE_UREAD) in mei_nfc_radio_name()
386 if (ver->radio_type == MEI_NFC_VENDOR_NXP_PN544) in mei_nfc_radio_name()
/Linux-v5.15/drivers/nfc/
Dmei_phy.c43 u8 radio_type; member
132 phy->radio_type = version->radio_type; in mei_nfc_if_version()
Dmei_phy.h38 u8 radio_type; member
/Linux-v5.15/drivers/net/wireless/ti/wl1251/
Dboot.c499 wl->boot_attr.radio_type = (tmp & 0x0000FF00) >> 8; in wl1251_boot()
509 wl->boot_attr.radio_type, wl->boot_attr.major, in wl1251_boot()
Dwl1251.h96 u32 radio_type; member
/Linux-v5.15/drivers/platform/x86/
Dhp-wmi.c133 u8 radio_type; member
815 switch (state.device[i].radio_type) { in hp_wmi_rfkill2_setup()
834 state.device[i].radio_type); in hp_wmi_rfkill2_setup()
/Linux-v5.15/drivers/media/pci/cx23885/
Dcx23885.h202 unsigned int radio_type; member
402 unsigned int radio_type; member
Dcx23885-core.c1010 dev->radio_type = cx23885_boards[dev->board].radio_type; in cx23885_dev_setup()
1016 __func__, dev->radio_type, dev->radio_addr); in cx23885_dev_setup()
Dcx23885-cards.c252 .radio_type = UNSET,
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c25 #define READ_RADIO_REG2(pi, radio_type, jspace, core, reg_name) \ argument
26 read_radio_reg(pi, radio_type##_##jspace##_##reg_name | \
28 radio_type##_##jspace##0 : \
29 radio_type##_##jspace##1))
31 #define WRITE_RADIO_REG2(pi, radio_type, jspace, core, reg_name, value) \ argument
32 write_radio_reg(pi, radio_type##_##jspace##_##reg_name | \
34 radio_type##_##jspace##0 : \
35 radio_type##_##jspace##1), value)
37 #define WRITE_RADIO_SYN(pi, radio_type, reg_name, value) \ argument
38 write_radio_reg(pi, radio_type##_##SYN##_##reg_name, value)
[all …]