Home
last modified time | relevance | path

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

/drivers/vfio/
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()
A Dvfio_main.c1273 if (!smp_load_acquire(&df->access_granted)) in vfio_device_fops_unl_ioctl()
1317 if (!smp_load_acquire(&df->access_granted)) in vfio_device_fops_read()
1334 if (!smp_load_acquire(&df->access_granted)) in vfio_device_fops_write()
1349 if (!smp_load_acquire(&df->access_granted)) in vfio_device_fops_mmap()
A Dvfio.h23 u8 access_granted; member
A Dgroup.c215 smp_store_release(&df->access_granted, true); in vfio_df_group_open()
/drivers/memory/
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()

Completed in 16 milliseconds