Home
last modified time | relevance | path

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

/linux-6.15/drivers/vfio/
H A Ddevice_cdev.c91 if (df->access_granted) { in vfio_df_ioctl_bind_iommufd()
125 smp_store_release(&df->access_granted, true); in vfio_df_ioctl_bind_iommufd()
150 if (!df->access_granted) in vfio_df_unbind_iommufd()
H A Dvfio_main.c1272 if (!smp_load_acquire(&df->access_granted)) in vfio_device_fops_unl_ioctl()
1316 if (!smp_load_acquire(&df->access_granted)) in vfio_device_fops_read()
1333 if (!smp_load_acquire(&df->access_granted)) in vfio_device_fops_write()
1348 if (!smp_load_acquire(&df->access_granted)) in vfio_device_fops_mmap()
H A Dvfio.h23 u8 access_granted; member
H A Dgroup.c216 smp_store_release(&df->access_granted, true); in vfio_df_group_open()
/linux-6.15/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()