Lines Matching refs:data
201 * private data used by the driver.
203 * Driver may provide an @init callback to cover device private data.
1173 device, feature.flags, arg->data,
1177 device, feature.flags, arg->data,
1181 device, feature.flags, arg->data,
1185 device, feature.flags, arg->data,
1189 device, feature.flags, arg->data,
1193 device, feature.flags, arg->data,
1199 arg->data,
1608 * @data [in] : pointer to kernel buffer
1613 int vfio_dma_rw(struct vfio_device *device, dma_addr_t iova, void *data,
1616 if (!data || len <= 0 || !vfio_assert_device_open(device))
1621 data, len, write);
1634 return iommufd_access_rw(device->iommufd_access, iova, data,