We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2405bc1 commit a7055d5Copy full SHA for a7055d5
include/linux/iommu.h
@@ -184,6 +184,8 @@ struct iommu_resv_region {
184
* @domain_window_enable: Configure and enable a particular window for a domain
185
* @domain_window_disable: Disable a particular window for a domain
186
* @of_xlate: add OF master IDs to iommu grouping
187
+ * @is_attach_deferred: Check if domain attach should be deferred from iommu
188
+ * driver init to device driver init (default no)
189
* @pgsize_bitmap: bitmap of all possible supported page sizes
190
*/
191
struct iommu_ops {
0 commit comments