Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dsun8i_thermal.c66 bool has_mod_clk; member
361 if (tmdev->chip->has_mod_clk) { in sun8i_ths_resource_init()
537 .has_mod_clk = true,
550 .has_mod_clk = true,
563 .has_mod_clk = true,
587 .has_mod_clk = true,
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.h19 bool has_mod_clk; member
H A Dsun6i_mipi_dsi.c1146 dsi->bus_clk = devm_clk_get(dev, variant->has_mod_clk ? "bus" : NULL); in sun6i_dsi_probe()
1155 if (variant->has_mod_clk) { in sun6i_dsi_probe()
1195 if (dsi->variant->has_mod_clk && dsi->variant->set_mod_clk) in sun6i_dsi_probe()
1210 if (dsi->variant->has_mod_clk && dsi->variant->set_mod_clk) in sun6i_dsi_remove()
1217 .has_mod_clk = true,
1225 .has_mod_clk = true,