Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/clk/
Dclk-stm32mp1.c2109 bool (*check_security)(const struct clock_config *cfg); member
2124 .check_security = &stm32_check_security
2296 if (data->check_security && data->check_security(&data->cfg[n])) in stm32_rcc_clock_init()