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

/linux-4.1.27/drivers/input/mouse/
H A Dcypress_ps2.c144 bool rate_match = false; cypress_verify_cmd_state() local
162 rate_match = true; cypress_verify_cmd_state()
164 if (resolution_match && rate_match) cypress_verify_cmd_state()
/linux-4.1.27/sound/core/oss/
H A Dpcm_plugin.c42 static int rate_match(unsigned int src_rate, unsigned int dst_rate) rate_match() function
414 if (! rate_match(srcformat.rate, dstformat.rate) && snd_pcm_plug_format_plugins()
450 if (!rate_match(srcformat.rate, dstformat.rate)) { snd_pcm_plug_format_plugins()

Completed in 114 milliseconds