Home
last modified time | relevance | path

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

/linux/drivers/memory/
H A Dstm32-fmc2-ebi.c200 bool access_granted; member
296 if (!ebi->access_granted) in stm32_fmc2_ebi_mp25_check_cclk()
313 if (cfgr & FMC2_CFGR_CCLKEN && !ebi->access_granted) in stm32_fmc2_ebi_mp25_check_clk_period()
1457 if (ebi->access_granted) in stm32_fmc2_ebi_mp25_save_setup()
1487 if (ebi->access_granted) in stm32_fmc2_ebi_mp25_set_setup()
1531 if (!ebi->access_granted) in stm32_fmc2_ebi_enable()
1541 if (!ebi->access_granted) in stm32_fmc2_ebi_disable()
1674 ebi->access_granted = true; in stm32_fmc2_ebi_probe()
1680 ebi->access_granted = false; in stm32_fmc2_ebi_probe()
/linux/drivers/vfio/
H A Dvfio.h23 u8 access_granted; member