Home
last modified time | relevance | path

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

/linux-6.15/drivers/rtc/
H A Drtc-stm32.c158 bool has_pclk; member
806 .has_pclk = false,
832 .has_pclk = true,
867 .has_pclk = true,
893 .has_pclk = true,
1104 if (rtc->data->has_pclk) { in stm32_rtc_probe()
1205 if (rtc->data->has_pclk) in stm32_rtc_probe()
1231 if (rtc->data->has_pclk) in stm32_rtc_remove()
1243 if (rtc->data->has_pclk) in stm32_rtc_suspend()
1254 if (rtc->data->has_pclk) { in stm32_rtc_resume()
[all …]
/linux-6.15/drivers/watchdog/
H A Dstm32_iwdg.c61 bool has_pclk; member
67 .has_pclk = false,
73 .has_pclk = true,
215 if (wdt->data->has_pclk) { in stm32_iwdg_clk_init()
/linux-6.15/drivers/spi/
H A Dspi-meson-spicc.c150 bool has_pclk; member
649 if (spicc->data->has_pclk) { in meson_spicc_pow2_clk_init()
715 if (spicc->data->has_pclk) { in meson_spicc_enh_clk_init()
836 if (spicc->data->has_pclk) { in meson_spicc_probe()
930 .has_pclk = true,