Searched refs:cfp (Results 1 – 7 of 7) sorted by relevance
316 struct mwifiex_chan_freq_power *cfp = NULL; in mwifiex_get_cfp() local322 return cfp; in mwifiex_get_cfp()333 return cfp; in mwifiex_get_cfp()359 return cfp; in mwifiex_get_cfp()361 priv->cfp.channel = ch->hw_value; in mwifiex_get_cfp()362 priv->cfp.freq = ch->center_freq; in mwifiex_get_cfp()363 priv->cfp.max_tx_power = ch->max_power; in mwifiex_get_cfp()364 cfp = &priv->cfp; in mwifiex_get_cfp()367 return cfp; in mwifiex_get_cfp()
20 mwifiex-y += cfp.o
887 struct mwifiex_chan_freq_power *cfp; in mwifiex_cmd_802_11_ad_hoc_start() local888 cfp = mwifiex_get_cfp(priv, adapter->adhoc_start_band, in mwifiex_cmd_802_11_ad_hoc_start()890 if (cfp) in mwifiex_cmd_802_11_ad_hoc_start()891 priv->adhoc_channel = (u8) cfp->channel; in mwifiex_cmd_802_11_ad_hoc_start()
1707 struct mwifiex_chan_freq_power *cfp; in mwifiex_parse_single_response_buf() local1830 cfp = mwifiex_get_cfp(priv, band, channel, 0); in mwifiex_parse_single_response_buf()1832 freq = cfp ? cfp->freq : 0; in mwifiex_parse_single_response_buf()
618 struct mwifiex_chan_freq_power cfp; member
298 struct comedi_file *cfp = file->private_data; in comedi_file_reset() local299 struct comedi_device *dev = cfp->dev; in comedi_file_reset()312 cfp->last_attached = dev->attached; in comedi_file_reset()313 cfp->last_detach_count = dev->detach_count; in comedi_file_reset()314 ACCESS_ONCE(cfp->read_subdev) = read_s; in comedi_file_reset()315 ACCESS_ONCE(cfp->write_subdev) = write_s; in comedi_file_reset()320 struct comedi_file *cfp = file->private_data; in comedi_file_check() local321 struct comedi_device *dev = cfp->dev; in comedi_file_check()323 if (cfp->last_attached != dev->attached || in comedi_file_check()324 cfp->last_detach_count != dev->detach_count) in comedi_file_check()[all …]
1849 const int *cfp; in mesh_probe() local1936 if ((cfp = of_get_property(mesh, "clock-frequency", NULL))) in mesh_probe()1937 ms->clk_freq = *cfp; in mesh_probe()