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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/atmel/
H A Dplaypaq_wm8510.c73 static struct clk *_pll0; variable in typeref:struct:clk
415 _pll0 = clk_get(NULL, "pll0");
416 if (IS_ERR(_pll0)) {
417 _pll0 = NULL;
420 if (clk_set_parent(_gclk0, _pll0)) {
462 if (_pll0 != NULL) {
463 clk_put(_pll0);
464 _pll0 = NULL;
494 if (_pll0 != NULL) {
495 clk_put(_pll0);
[all...]

Completed in 39 milliseconds