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.c96 bool rate_match = false; in cypress_verify_cmd_state() local
114 rate_match = true; in cypress_verify_cmd_state()
116 if (resolution_match && rate_match) in cypress_verify_cmd_state()
/linux/sound/core/oss/
H A Dpcm_plugin.c27 static int rate_match(unsigned int src_rate, unsigned int dst_rate) in rate_match() function
409 if (! rate_match(srcformat.rate, dstformat.rate) && in snd_pcm_plug_format_plugins()
445 if (!rate_match(srcformat.rate, dstformat.rate)) { in snd_pcm_plug_format_plugins()