Searched refs:radio_type (Results 1 - 19 of 19) sorted by relevance

/drivers/media/video/cx88/
H A Dcx88-cards.c66 /* If radio_type !=UNSET, radio_addr should be specified
73 .radio_type = UNSET,
93 .radio_type = UNSET,
122 .radio_type = UNSET,
136 .radio_type = UNSET,
158 .radio_type = UNSET,
179 .radio_type = UNSET,
216 .radio_type = UNSET,
243 .radio_type = UNSET,
277 .radio_type
[all...]
H A Dcx88.h273 unsigned int radio_type; member in struct:cx88_board
/drivers/media/video/saa7134/
H A Dsaa7134-cards.c53 /* If radio_type !=UNSET, radio_addr should be specified
61 .radio_type = UNSET,
76 .radio_type = UNSET,
105 .radio_type = UNSET,
154 .radio_type = UNSET,
197 .radio_type = UNSET,
226 .radio_type = UNSET,
276 .radio_type = UNSET,
325 .radio_type = UNSET,
356 .radio_type
[all...]
H A Dsaa7134.h384 unsigned int radio_type; member in struct:saa7134_board
572 unsigned int radio_type; member in struct:saa7134_dev
H A Dsaa7134-core.c959 dev->radio_type = saa7134_boards[dev->board].radio_type;
/drivers/net/wireless/mwifiex/
H A D11n.c38 mwifiex_fill_cap_info(struct mwifiex_private *priv, u8 radio_type, argument
43 priv->wdev->wiphy->bands[radio_type];
328 u8 radio_type; local
333 radio_type = mwifiex_band_to_radio_type((u8) bss_desc->bss_band);
334 sband = priv->wdev->wiphy->bands[radio_type];
347 mwifiex_fill_cap_info(priv, radio_type, ht_cap);
389 chan_list->chan_scan_param[0].radio_type =
396 radio_type,
H A Djoin.c452 chan_tlv->chan_scan_param[0].radio_type =
456 chan_tlv->chan_scan_param[0].radio_type);
730 u8 radio_type; local
885 chan_tlv->chan_scan_param[0].radio_type
891 chan_tlv->chan_scan_param[0].radio_type |=
895 chan_tlv->chan_scan_param[0].radio_type |=
899 chan_tlv->chan_scan_param[0].radio_type);
925 radio_type = mwifiex_band_to_radio_type(
927 mwifiex_fill_cap_info(priv, radio_type, ht_cap);
1090 chan_tlv->chan_scan_param[0].radio_type
[all...]
H A Dscan.c499 scan_chan_list[chan_idx].radio_type = band;
598 tmp_chan_list->radio_type,
733 u8 radio_type; local
894 radio_type =
896 mwifiex_fill_cap_info(priv, radio_type, ht_cap);
924 radio_type =
925 user_scan_in->chan_list[chan_idx].radio_type;
926 (scan_chan_list + chan_idx)->radio_type = radio_type;
1264 mwifiex_radio_type_to_band(u8 radio_type) argument
[all...]
H A D11n.h41 void mwifiex_fill_cap_info(struct mwifiex_private *, u8 radio_type,
H A Dfw.h375 u8 radio_type; member in struct:mwifiex_chan_scan_param_set
388 u8 radio_type; member in struct:chan_band_param_set
849 u8 radio_type; member in struct:mwifiex_user_scan_chan
H A Dcfg80211.c1113 priv->user_scan_cfg->chan_list[i].radio_type = chan->band;
/drivers/net/wireless/wl1251/
H A Dboot.c512 wl->boot_attr.radio_type = (tmp & 0x0000FF00) >> 8;
522 wl->boot_attr.radio_type, wl->boot_attr.major,
H A Dwl1251.h109 u32 radio_type; member in struct:boot_attr
/drivers/platform/x86/
H A Dhp-wmi.c111 u8 radio_type; member in struct:bios_rfkill2_device_state
709 switch (state.device[i].radio_type) {
724 state.device[i].radio_type);
/drivers/media/video/cx25821/
H A Dcx25821.h195 unsigned int radio_type; member in struct:cx25821_board
300 unsigned int radio_type; member in struct:cx25821_dev
/drivers/media/video/cx23885/
H A Dcx23885.h214 unsigned int radio_type; member in struct:cx23885_board
408 unsigned int radio_type; member in struct:cx23885_dev
H A Dcx23885-core.c975 dev->radio_type = cx23885_boards[dev->board].radio_type;
980 dprintk(1, "%s() radio_type = 0x%x radio_addr = 0x%x\n",
981 __func__, dev->radio_type, dev->radio_addr);
H A Dcx23885-cards.c216 .radio_type = UNSET,
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_n.c36 #define READ_RADIO_REG2(pi, radio_type, jspace, core, reg_name) \
37 read_radio_reg(pi, radio_type##_##jspace##_##reg_name | \
39 radio_type##_##jspace##0 : \
40 radio_type##_##jspace##1))
42 #define WRITE_RADIO_REG2(pi, radio_type, jspace, core, reg_name, value) \
43 write_radio_reg(pi, radio_type##_##jspace##_##reg_name | \
45 radio_type##_##jspace##0 : \
46 radio_type##_##jspace##1), value)
48 #define WRITE_RADIO_SYN(pi, radio_type, reg_name, value) \
49 write_radio_reg(pi, radio_type##
[all...]

Completed in 3576 milliseconds