Searched refs:cfp (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | cfp.c | 314 struct mwifiex_chan_freq_power *cfp = NULL; in mwifiex_get_cfp() local 320 return cfp; in mwifiex_get_cfp() 331 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()
|
D | Makefile | 20 mwifiex-y += cfp.o
|
D | join.c | 907 struct mwifiex_chan_freq_power *cfp; in mwifiex_cmd_802_11_ad_hoc_start() local 908 cfp = mwifiex_get_cfp(priv, adapter->adhoc_start_band, in mwifiex_cmd_802_11_ad_hoc_start() 910 if (cfp) in mwifiex_cmd_802_11_ad_hoc_start() 911 priv->adhoc_channel = (u8) cfp->channel; in mwifiex_cmd_802_11_ad_hoc_start()
|
D | scan.c | 1740 struct mwifiex_chan_freq_power *cfp; in mwifiex_parse_single_response_buf() local 1863 cfp = mwifiex_get_cfp(priv, band, channel, 0); in mwifiex_parse_single_response_buf() 1865 freq = cfp ? cfp->freq : 0; in mwifiex_parse_single_response_buf()
|
D | main.h | 646 struct mwifiex_chan_freq_power cfp; member
|
/Linux-v4.19/drivers/net/dsa/ |
D | bcm_sf2_cfp.c | 356 rule_index = find_first_zero_bit(priv->cfp.used, in bcm_sf2_cfp_ipv4_rule_set() 438 set_bit(rule_index, priv->cfp.used); in bcm_sf2_cfp_ipv4_rule_set() 439 set_bit(rule_index, priv->cfp.unique); in bcm_sf2_cfp_ipv4_rule_set() 568 rule_index[1] = find_first_zero_bit(priv->cfp.used, in bcm_sf2_cfp_ipv6_rule_set() 578 set_bit(rule_index[1], priv->cfp.used); in bcm_sf2_cfp_ipv6_rule_set() 580 rule_index[0] = find_first_zero_bit(priv->cfp.used, in bcm_sf2_cfp_ipv6_rule_set() 720 set_bit(rule_index[0], priv->cfp.used); in bcm_sf2_cfp_ipv6_rule_set() 721 set_bit(rule_index[1], priv->cfp.unique); in bcm_sf2_cfp_ipv6_rule_set() 727 clear_bit(rule_index[1], priv->cfp.used); in bcm_sf2_cfp_ipv6_rule_set() 746 test_bit(fs->location, priv->cfp.used)) in bcm_sf2_cfp_rule_set() [all …]
|
D | bcm_sf2.h | 115 struct bcm_sf2_cfp_priv cfp; member
|
D | bcm_sf2.c | 1064 mutex_init(&priv->cfp.lock); in bcm_sf2_sw_probe() 1069 set_bit(0, priv->cfp.used); in bcm_sf2_sw_probe() 1070 set_bit(0, priv->cfp.unique); in bcm_sf2_sw_probe()
|
/Linux-v4.19/drivers/staging/comedi/ |
D | comedi_fops.c | 286 struct comedi_file *cfp = file->private_data; in comedi_file_reset() local 287 struct comedi_device *dev = cfp->dev; in comedi_file_reset() 300 cfp->last_attached = dev->attached; in comedi_file_reset() 301 cfp->last_detach_count = dev->detach_count; in comedi_file_reset() 302 WRITE_ONCE(cfp->read_subdev, read_s); in comedi_file_reset() 303 WRITE_ONCE(cfp->write_subdev, write_s); in comedi_file_reset() 308 struct comedi_file *cfp = file->private_data; in comedi_file_check() local 309 struct comedi_device *dev = cfp->dev; in comedi_file_check() 311 if (cfp->last_attached != dev->attached || in comedi_file_check() 312 cfp->last_detach_count != dev->detach_count) in comedi_file_check() [all …]
|
/Linux-v4.19/drivers/scsi/ |
D | mesh.c | 1849 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()
|