Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/rtc/
Drtc-stm32.c120 bool has_pclk; member
553 .has_pclk = false,
575 .has_pclk = true,
606 .has_pclk = true,
763 if (!rtc->data->has_pclk) { in stm32_rtc_probe()
776 if (rtc->data->has_pclk) { in stm32_rtc_probe()
857 if (rtc->data->has_pclk) in stm32_rtc_probe()
883 if (rtc->data->has_pclk) in stm32_rtc_remove()
898 if (rtc->data->has_pclk) in stm32_rtc_suspend()
909 if (rtc->data->has_pclk) { in stm32_rtc_resume()
[all …]
/Linux-v6.6/drivers/watchdog/
Dstm32_iwdg.c53 bool has_pclk; member
58 .has_pclk = false,
63 .has_pclk = true,
168 if (wdt->data->has_pclk) { in stm32_iwdg_clk_init()
/Linux-v6.6/drivers/spi/
Dspi-meson-spicc.c150 bool has_pclk; member
648 if (spicc->data->has_pclk) in meson_spicc_pow2_clk_init()
712 if (spicc->data->has_pclk) in meson_spicc_enh_clk_init()
830 if (spicc->data->has_pclk) { in meson_spicc_probe()
945 .has_pclk = true,