Home
last modified time | relevance | path

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

/drivers/net/phy/
Dmarvell10g.c141 bool rate_match; member
536 priv->rate_match = false; in mv2110_init_interface()
539 priv->rate_match = true; in mv2110_init_interface()
558 priv->rate_match = false; in mv3310_init_interface()
563 priv->rate_match = true; in mv3310_init_interface()
588 priv->rate_match = false; in mv3340_init_interface()
742 if (priv->rate_match || in mv3310_update_interface()
/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()