Home
last modified time | relevance | path

Searched refs:twl6040_set_pll (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/mfd/
Dtwl6040.h255 int twl6040_set_pll(struct twl6040 *twl6040, int pll_id,
/linux-4.1.27/drivers/mfd/
Dtwl6040.c361 int twl6040_set_pll(struct twl6040 *twl6040, int pll_id, in twl6040_set_pll() function
496 EXPORT_SYMBOL(twl6040_set_pll);
/linux-4.1.27/sound/soc/codecs/
Dtwl6040.c925 ret = twl6040_set_pll(twl6040, priv->pll, priv->clk_in, priv->sysclk); in twl6040_prepare()