Home
last modified time | relevance | path

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

/linux/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()
/linux/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()