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()332 return cfp; in mwifiex_get_cfp()357 return cfp; in mwifiex_get_cfp()359 priv->cfp.channel = ch->hw_value; in mwifiex_get_cfp()360 priv->cfp.freq = ch->center_freq; in mwifiex_get_cfp()361 priv->cfp.max_tx_power = ch->max_power; in mwifiex_get_cfp()362 cfp = &priv->cfp; in mwifiex_get_cfp()365 return cfp; in mwifiex_get_cfp()
20 mwifiex-y += cfp.o
843 struct mwifiex_chan_freq_power *cfp; in mwifiex_cmd_802_11_ad_hoc_start() local844 cfp = mwifiex_get_cfp(priv, adapter->adhoc_start_band, in mwifiex_cmd_802_11_ad_hoc_start()846 if (cfp) in mwifiex_cmd_802_11_ad_hoc_start()847 priv->adhoc_channel = (u8) cfp->channel; in mwifiex_cmd_802_11_ad_hoc_start()
1613 struct mwifiex_chan_freq_power *cfp; in mwifiex_parse_single_response_buf() local1732 cfp = mwifiex_get_cfp(priv, band, channel, 0); in mwifiex_parse_single_response_buf()1734 freq = cfp ? cfp->freq : 0; in mwifiex_parse_single_response_buf()
566 struct mwifiex_chan_freq_power cfp; member
284 struct comedi_file *cfp = file->private_data; in comedi_file_reset() local285 struct comedi_device *dev = cfp->dev; in comedi_file_reset()298 cfp->last_attached = dev->attached; in comedi_file_reset()299 cfp->last_detach_count = dev->detach_count; in comedi_file_reset()300 ACCESS_ONCE(cfp->read_subdev) = read_s; in comedi_file_reset()301 ACCESS_ONCE(cfp->write_subdev) = write_s; in comedi_file_reset()306 struct comedi_file *cfp = file->private_data; in comedi_file_check() local307 struct comedi_device *dev = cfp->dev; in comedi_file_check()309 if (cfp->last_attached != dev->attached || in comedi_file_check()310 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()