Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/rtc/
Drtc-stm32.c115 bool has_pclk; member
548 .has_pclk = false,
570 .has_pclk = true,
601 .has_pclk = true,
733 if (!rtc->data->has_pclk) { in stm32_rtc_probe()
749 if (rtc->data->has_pclk) { in stm32_rtc_probe()
837 if (rtc->data->has_pclk) in stm32_rtc_probe()
863 if (rtc->data->has_pclk) in stm32_rtc_remove()
881 if (rtc->data->has_pclk) in stm32_rtc_suspend()
895 if (rtc->data->has_pclk) { in stm32_rtc_resume()
[all …]
/Linux-v6.1/drivers/watchdog/
Dstm32_iwdg.c54 bool has_pclk; member
59 .has_pclk = false,
64 .has_pclk = true,
169 if (wdt->data->has_pclk) { in stm32_iwdg_clk_init()
/Linux-v6.1/drivers/spi/
Dspi-meson-spicc.c150 bool has_pclk; member
618 if (spicc->data->has_pclk) in meson_spicc_pow2_clk_init()
682 if (spicc->data->has_pclk) in meson_spicc_enh_clk_init()
800 if (spicc->data->has_pclk) { in meson_spicc_probe()
911 .has_pclk = true,