Searched refs:has_pclk (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | stm32_iwdg.c | 54 bool has_pclk; member 59 .has_pclk = false, 64 .has_pclk = true, 171 if (wdt->data->has_pclk) { in stm32_iwdg_clk_init()
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | stm32_iwdg.c | 55 bool has_pclk; member 60 .has_pclk = false, 65 .has_pclk = true, 170 if (wdt->data->has_pclk) { in stm32_iwdg_clk_init()
|
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-stm32.c | 115 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...] |
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-stm32.c | 120 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...] |
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-meson-spicc.c | 150 bool has_pclk; member 600 if (spicc->data->has_pclk) in meson_spicc_pow2_clk_init() 664 if (spicc->data->has_pclk) in meson_spicc_enh_clk_init() 780 if (spicc->data->has_pclk) { in meson_spicc_probe() 891 .has_pclk = true,
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-meson-spicc.c | 150 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,
|
Completed in 10 milliseconds