Home
last modified time | relevance | path

Searched refs:rate_match (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/net/phy/
Dmarvell10g.c141 bool rate_match; member
529 priv->rate_match = false; in mv2110_init_interface()
532 priv->rate_match = true; in mv2110_init_interface()
551 priv->rate_match = false; in mv3310_init_interface()
556 priv->rate_match = true; in mv3310_init_interface()
581 priv->rate_match = false; in mv3340_init_interface()
735 if (priv->rate_match || in mv3310_update_interface()
/Linux-v5.15/drivers/input/mouse/
Dcypress_ps2.c141 bool rate_match = false; in cypress_verify_cmd_state() local
159 rate_match = true; in cypress_verify_cmd_state()
161 if (resolution_match && rate_match) in cypress_verify_cmd_state()
/Linux-v5.15/sound/core/oss/
Dpcm_plugin.c42 static int rate_match(unsigned int src_rate, unsigned int dst_rate) in rate_match() function
421 if (! rate_match(srcformat.rate, dstformat.rate) && in snd_pcm_plug_format_plugins()
457 if (!rate_match(srcformat.rate, dstformat.rate)) { in snd_pcm_plug_format_plugins()