Searched refs:cfp (Results 1 – 5 of 5) sorted by relevance
281 struct comedi_file *cfp = file->private_data; in comedi_file_reset() local282 struct comedi_device *dev = cfp->dev; in comedi_file_reset()295 cfp->last_attached = dev->attached; in comedi_file_reset()296 cfp->last_detach_count = dev->detach_count; in comedi_file_reset()297 WRITE_ONCE(cfp->read_subdev, read_s); in comedi_file_reset()298 WRITE_ONCE(cfp->write_subdev, write_s); in comedi_file_reset()303 struct comedi_file *cfp = file->private_data; in comedi_file_check() local304 struct comedi_device *dev = cfp->dev; in comedi_file_check()306 if (cfp->last_attached != dev->attached || in comedi_file_check()307 cfp->last_detach_count != dev->detach_count) in comedi_file_check()[all …]
9 mwifiex-y += cfp.o
938 struct mwifiex_chan_freq_power *cfp; in mwifiex_cmd_802_11_ad_hoc_start() local939 cfp = mwifiex_get_cfp(priv, adapter->adhoc_start_band, in mwifiex_cmd_802_11_ad_hoc_start()941 if (cfp) in mwifiex_cmd_802_11_ad_hoc_start()942 priv->adhoc_channel = (u8) cfp->channel; in mwifiex_cmd_802_11_ad_hoc_start()
1734 struct mwifiex_chan_freq_power *cfp; in mwifiex_parse_single_response_buf() local1857 cfp = mwifiex_get_cfp(priv, band, channel, 0); in mwifiex_parse_single_response_buf()1859 freq = cfp ? cfp->freq : 0; in mwifiex_parse_single_response_buf()
1431 mutex_init(&priv->cfp.lock); in bcm_sf2_sw_probe()1432 INIT_LIST_HEAD(&priv->cfp.rules_list); in bcm_sf2_sw_probe()1437 set_bit(0, priv->cfp.used); in bcm_sf2_sw_probe()1438 set_bit(0, priv->cfp.unique); in bcm_sf2_sw_probe()