Home
last modified time | relevance | path

Searched refs:drvs (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/sound/soc/codecs/
H A Dhda.c20 struct snd_soc_dai_driver *drvs; in hda_codec_create_dais() local
24 drvs = devm_kcalloc(dev, pcm_count, sizeof(*drvs), GFP_KERNEL); in hda_codec_create_dais()
25 if (!drvs) in hda_codec_create_dais()
35 drvs[i].id = i; in hda_codec_create_dais()
36 drvs[i].name = pcm->name; in hda_codec_create_dais()
37 drvs[i].ops = &snd_soc_hda_codec_dai_ops; in hda_codec_create_dais()
40 stream = &drvs[i].playback; in hda_codec_create_dais()
60 stream = &drvs[i].capture; in hda_codec_create_dais()
79 *drivers = drvs; in hda_codec_create_dais()
85 struct snd_soc_dai_driver *drvs = NULL; in hda_codec_register_dais() local
[all …]
/linux-6.15/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c442 drvs->rx_address_filtered = in populate_be_v0_stats()
579 drvs->rx_dropped_tcp_length = in populate_lancer_stats()
587 drvs->rx_address_filtered = in populate_lancer_stats()
693 drvs->rx_in_range_errors + in be_get_stats64()
694 drvs->rx_out_range_errors + in be_get_stats64()
695 drvs->rx_frame_too_long + in be_get_stats64()
696 drvs->rx_dropped_too_small + in be_get_stats64()
700 drvs->rx_dropped_runt; in be_get_stats64()
704 drvs->rx_out_range_errors + in be_get_stats64()
705 drvs->rx_frame_too_long; in be_get_stats64()
[all …]