Home
last modified time | relevance | path

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

/linux/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,
1091 if (!rtc->data->has_pclk) { in stm32_rtc_probe()
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()
[all …]
/linux/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/drivers/spi/
H A Dspi-meson-spicc.c175 bool has_pclk; member
852 if (spicc->data->has_pclk) { in meson_spicc_pow2_clk_init()
918 if (spicc->data->has_pclk) { in meson_spicc_enh_clk_init()
1039 if (spicc->data->has_pclk) { in meson_spicc_probe()
1126 .has_pclk = true,