Lines Matching refs:smd
38 struct at91sam9x5_clk_smd *smd = to_at91sam9x5_clk_smd(hw); in at91sam9x5_clk_smd_recalc_rate() local
39 struct at91_pmc *pmc = smd->pmc; in at91sam9x5_clk_smd_recalc_rate()
71 struct at91sam9x5_clk_smd *smd = to_at91sam9x5_clk_smd(hw); in at91sam9x5_clk_smd_set_parent() local
72 struct at91_pmc *pmc = smd->pmc; in at91sam9x5_clk_smd_set_parent()
85 struct at91sam9x5_clk_smd *smd = to_at91sam9x5_clk_smd(hw); in at91sam9x5_clk_smd_get_parent() local
86 struct at91_pmc *pmc = smd->pmc; in at91sam9x5_clk_smd_get_parent()
95 struct at91sam9x5_clk_smd *smd = to_at91sam9x5_clk_smd(hw); in at91sam9x5_clk_smd_set_rate() local
96 struct at91_pmc *pmc = smd->pmc; in at91sam9x5_clk_smd_set_rate()
120 struct at91sam9x5_clk_smd *smd; in at91sam9x5_clk_register_smd() local
124 smd = kzalloc(sizeof(*smd), GFP_KERNEL); in at91sam9x5_clk_register_smd()
125 if (!smd) in at91sam9x5_clk_register_smd()
134 smd->hw.init = &init; in at91sam9x5_clk_register_smd()
135 smd->pmc = pmc; in at91sam9x5_clk_register_smd()
137 clk = clk_register(NULL, &smd->hw); in at91sam9x5_clk_register_smd()
139 kfree(smd); in at91sam9x5_clk_register_smd()