Home
last modified time | relevance | path

Searched refs:rate_match (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/phy/
H A Dmarvell10g.c162 bool rate_match; member
709 priv->rate_match = false; in mv2110_init_interface()
712 priv->rate_match = true; in mv2110_init_interface()
731 priv->rate_match = false; in mv3310_init_interface()
736 priv->rate_match = true; in mv3310_init_interface()
761 priv->rate_match = false; in mv3340_init_interface()
938 if (priv->rate_match || in mv3310_update_interface()
/kernel/linux/linux-5.10/drivers/input/mouse/
H A 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()
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dmarvell10g.c96 bool rate_match; member
487 priv->rate_match = ((val & MV_V2_PORT_MAC_TYPE_MASK) == in mv3310_config_init()
602 if (priv->rate_match) { in mv3310_update_interface()
/kernel/linux/linux-6.6/drivers/input/mouse/
H A 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()
/kernel/linux/linux-5.10/sound/core/oss/
H A Dpcm_plugin.c42 static int rate_match(unsigned int src_rate, unsigned int dst_rate) in rate_match() function
423 if (! rate_match(srcformat.rate, dstformat.rate) && in snd_pcm_plug_format_plugins()
459 if (!rate_match(srcformat.rate, dstformat.rate)) { in snd_pcm_plug_format_plugins()
/kernel/linux/linux-6.6/sound/core/oss/
H A Dpcm_plugin.c42 static int rate_match(unsigned int src_rate, unsigned int dst_rate) in rate_match() function
424 if (! rate_match(srcformat.rate, dstformat.rate) && in snd_pcm_plug_format_plugins()
460 if (!rate_match(srcformat.rate, dstformat.rate)) { in snd_pcm_plug_format_plugins()

Completed in 7 milliseconds