Searched refs:device_clk (Results 1 – 1 of 1) sorted by relevance
157 struct clk *device_clk; member1005 nfc->device_clk = devm_clk_get(nfc->dev, "device"); in meson_nfc_clk_init()1006 if (IS_ERR(nfc->device_clk)) { in meson_nfc_clk_init()1008 return PTR_ERR(nfc->device_clk); in meson_nfc_clk_init()1040 ret = clk_prepare_enable(nfc->device_clk); in meson_nfc_clk_init()1061 clk_disable_unprepare(nfc->device_clk); in meson_nfc_clk_init()1070 clk_disable_unprepare(nfc->device_clk); in meson_nfc_disable_clk()