Searched refs:device_clk (Results 1 – 1 of 1) sorted by relevance
171 struct clk *device_clk; member 1142 nfc->device_clk = devm_clk_get(nfc->dev, "device"); in meson_nfc_clk_init() 1143 if (IS_ERR(nfc->device_clk)) { in meson_nfc_clk_init() 1145 return PTR_ERR(nfc->device_clk); in meson_nfc_clk_init() 1180 ret = clk_prepare_enable(nfc->device_clk); in meson_nfc_clk_init() 1201 clk_disable_unprepare(nfc->device_clk); in meson_nfc_clk_init() 1210 clk_disable_unprepare(nfc->device_clk); in meson_nfc_disable_clk()