Home
last modified time | relevance | path

Searched refs:cfp (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/net/wireless/mwifiex/
Dcfp.c316 struct mwifiex_chan_freq_power *cfp = NULL; in mwifiex_get_cfp() local
322 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()
DMakefile20 mwifiex-y += cfp.o
Djoin.c887 struct mwifiex_chan_freq_power *cfp; in mwifiex_cmd_802_11_ad_hoc_start() local
888 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()
Dscan.c1707 struct mwifiex_chan_freq_power *cfp; in mwifiex_parse_single_response_buf() local
1830 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()
Dmain.h618 struct mwifiex_chan_freq_power cfp; member
/linux-4.4.14/drivers/staging/comedi/
Dcomedi_fops.c298 struct comedi_file *cfp = file->private_data; in comedi_file_reset() local
299 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() local
321 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 …]
/linux-4.4.14/drivers/scsi/
Dmesh.c1849 const int *cfp; in mesh_probe() local
1936 if ((cfp = of_get_property(mesh, "clock-frequency", NULL))) in mesh_probe()
1937 ms->clk_freq = *cfp; in mesh_probe()