Home
last modified time | relevance | path

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

/linux/drivers/vfio/
H A Ddevice_cdev.c119 if (df->access_granted) { in vfio_df_ioctl_bind_iommufd()
157 smp_store_release(&df->access_granted, true); in vfio_df_ioctl_bind_iommufd()
182 if (!df->access_granted) in vfio_df_unbind_iommufd()
H A Dvfio_main.c1321 if (!smp_load_acquire(&df->access_granted)) in vfio_device_fops_unl_ioctl()
1369 if (!smp_load_acquire(&df->access_granted)) in vfio_device_fops_read()
1386 if (!smp_load_acquire(&df->access_granted)) in vfio_device_fops_write()
1401 if (!smp_load_acquire(&df->access_granted)) in vfio_device_fops_mmap()
H A Dvfio.h23 u8 access_granted; member
/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()