Searched refs:vfio_default_config_write (Results 1 – 1 of 1) sorted by relevance
/drivers/vfio/pci/ |
D | vfio_pci_config.c | 205 static int vfio_default_config_write(struct vfio_pci_device *vdev, int pos, in vfio_default_config_write() function 375 perm->writefn = vfio_default_config_write; in alloc_perm_bits() 585 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_basic_config_write() 674 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_pm_config_write() 740 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_vpd_config_write() 815 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_exp_config_write() 894 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_af_config_write() 1085 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_msi_config_write()
|