/Linux-v6.6/drivers/irqchip/ |
D | irq-mbigen.c | 195 static int mbigen_irq_domain_alloc(struct irq_domain *domain, in mbigen_irq_domain_alloc() 223 static void mbigen_irq_domain_free(struct irq_domain *domain, unsigned int virq, in mbigen_irq_domain_free() 240 struct irq_domain *domain; in mbigen_of_create_domain() local 293 struct irq_domain *domain; in mbigen_acpi_create_domain() local
|
D | irq-uniphier-aidet.c | 24 struct irq_domain *domain; member 93 static int uniphier_aidet_domain_translate(struct irq_domain *domain, in uniphier_aidet_domain_translate() 107 static int uniphier_aidet_domain_alloc(struct irq_domain *domain, in uniphier_aidet_domain_alloc()
|
D | irq-i8259.c | 309 struct irq_domain *domain; in __init_i8259_irqs() local 334 struct irq_domain *domain = irq_desc_get_handler_data(desc); in i8259_irq_dispatch() local 345 struct irq_domain *domain; in i8259_of_init() local
|
D | irq-alpine-msi.c | 119 static int alpine_msix_gic_domain_alloc(struct irq_domain *domain, in alpine_msix_gic_domain_alloc() 145 static int alpine_msix_middle_domain_alloc(struct irq_domain *domain, in alpine_msix_middle_domain_alloc() 173 static void alpine_msix_middle_domain_free(struct irq_domain *domain, in alpine_msix_middle_domain_free()
|
D | irq-sni-exiu.c | 138 static int exiu_domain_translate(struct irq_domain *domain, in exiu_domain_translate() 232 struct irq_domain *parent_domain, *domain; in exiu_dt_init() local 278 struct irq_domain *domain; in exiu_acpi_probe() local
|
/Linux-v6.6/drivers/iommu/ |
D | exynos-iommu.c | 235 struct iommu_domain *domain; /* domain this device is attached */ member 251 struct iommu_domain domain; /* generic domain data structure */ member 294 struct exynos_iommu_domain *domain; /* domain we belong to */ member 891 struct exynos_iommu_domain *domain; in exynos_iommu_domain_alloc() local 945 struct exynos_iommu_domain *domain = to_exynos_domain(iommu_domain); in exynos_iommu_domain_free() local 986 struct exynos_iommu_domain *domain = to_exynos_domain(iommu_domain); in exynos_iommu_detach_device() local 1024 struct exynos_iommu_domain *domain = to_exynos_domain(iommu_domain); in exynos_iommu_attach_device() local 1064 static sysmmu_pte_t *alloc_lv2entry(struct exynos_iommu_domain *domain, in alloc_lv2entry() 1122 static int lv1set_section(struct exynos_iommu_domain *domain, in lv1set_section() 1224 struct exynos_iommu_domain *domain = to_exynos_domain(iommu_domain); in exynos_iommu_map() local [all …]
|
D | virtio-iommu.c | 63 struct iommu_domain domain; member 100 #define to_viommu_domain(domain) \ argument 661 struct iommu_domain *domain) in viommu_domain_finalise() 707 static void viommu_domain_free(struct iommu_domain *domain) in viommu_domain_free() 720 static int viommu_attach_dev(struct iommu_domain *domain, struct device *dev) in viommu_attach_dev() 814 static int viommu_map_pages(struct iommu_domain *domain, unsigned long iova, in viommu_map_pages() 858 static size_t viommu_unmap_pages(struct iommu_domain *domain, unsigned long iova, in viommu_unmap_pages() 887 static phys_addr_t viommu_iova_to_phys(struct iommu_domain *domain, in viommu_iova_to_phys() 907 static void viommu_iotlb_sync(struct iommu_domain *domain, in viommu_iotlb_sync()
|
/Linux-v6.6/drivers/iommu/arm/arm-smmu/ |
D | arm-smmu.c | 395 struct iommu_domain *domain = dev; in arm_smmu_context_fault() local 610 static int arm_smmu_init_domain_context(struct iommu_domain *domain, in arm_smmu_init_domain_context() 821 static void arm_smmu_destroy_domain_context(struct iommu_domain *domain) in arm_smmu_destroy_domain_context() 876 static void arm_smmu_domain_free(struct iommu_domain *domain) in arm_smmu_domain_free() 1111 static int arm_smmu_attach_dev(struct iommu_domain *domain, struct device *dev) in arm_smmu_attach_dev() 1177 static int arm_smmu_map_pages(struct iommu_domain *domain, unsigned long iova, in arm_smmu_map_pages() 1195 static size_t arm_smmu_unmap_pages(struct iommu_domain *domain, unsigned long iova, in arm_smmu_unmap_pages() 1213 static void arm_smmu_flush_iotlb_all(struct iommu_domain *domain) in arm_smmu_flush_iotlb_all() 1225 static void arm_smmu_iotlb_sync(struct iommu_domain *domain, in arm_smmu_iotlb_sync() 1243 static phys_addr_t arm_smmu_iova_to_phys_hard(struct iommu_domain *domain, in arm_smmu_iova_to_phys_hard() [all …]
|
/Linux-v6.6/drivers/gpu/drm/loongson/ |
D | lsdc_ttm.c | 31 const char *lsdc_domain_to_str(u32 domain) in lsdc_domain_to_str() 47 static void lsdc_bo_set_placement(struct lsdc_bo *lbo, u32 domain) in lsdc_bo_set_placement() 288 int lsdc_bo_pin(struct lsdc_bo *lbo, u32 domain, u64 *gpu_addr) in lsdc_bo_pin() 436 u32 domain, in lsdc_bo_create() 492 u32 domain, in lsdc_bo_create_kernel_pinned()
|
/Linux-v6.6/drivers/gpu/drm/radeon/ |
D | radeon_object.c | 76 void radeon_ttm_placement_from_domain(struct radeon_bo *rbo, u32 domain) in radeon_ttm_placement_from_domain() 132 u32 domain, u32 flags, struct sg_table *sg, in radeon_bo_create() 276 int radeon_bo_pin_restricted(struct radeon_bo *bo, u32 domain, u64 max_offset, in radeon_bo_pin_restricted() 335 int radeon_bo_pin(struct radeon_bo *bo, u32 domain, u64 *gpu_addr) in radeon_bo_pin() 490 u32 domain = lobj->preferred_domains; in radeon_bo_list_validate() local
|
/Linux-v6.6/drivers/xen/ |
D | pci.c | 261 domid_t domain; member 283 int domain = -ENODEV; in xen_find_device_domain_owner() local 294 int xen_register_device_domain_owner(struct pci_dev *dev, uint16_t domain) in xen_register_device_domain_owner()
|
/Linux-v6.6/drivers/base/ |
D | map.c | 32 int kobj_map(struct kobj_map *domain, dev_t dev, unsigned long range, in kobj_map() 68 void kobj_unmap(struct kobj_map *domain, dev_t dev, unsigned long range) in kobj_unmap() 95 struct kobject *kobj_lookup(struct kobj_map *domain, dev_t dev, int *index) in kobj_lookup()
|
/Linux-v6.6/drivers/pci/ |
D | xen-pcifront.c | 68 unsigned int domain, unsigned int bus, in pcifront_init_sd() 408 unsigned int domain, unsigned int bus, in pcifront_scan_bus() 438 unsigned int domain, unsigned int bus) in pcifront_scan_root() 516 unsigned int domain, unsigned int bus) in pcifront_rescan_root() 581 int domain = pdev->sh_info->aer_op.domain; in pcifront_common_process() local 809 unsigned int domain, bus; in pcifront_connect() local 908 unsigned int domain, bus, slot, func; in pcifront_detach_devices() local
|
/Linux-v6.6/drivers/net/ipa/ |
D | ipa_mem.c | 456 struct iommu_domain *domain; in ipa_imem_init() local 488 struct iommu_domain *domain; in ipa_imem_exit() local 531 struct iommu_domain *domain; in ipa_smem_init() local 598 struct iommu_domain *domain; in ipa_smem_exit() local
|
/Linux-v6.6/drivers/pmdomain/imx/ |
D | scu-pd.c | 357 static int imx_sc_pd_power(struct generic_pm_domain *domain, bool power_on) in imx_sc_pd_power() 386 static int imx_sc_pd_power_on(struct generic_pm_domain *domain) in imx_sc_pd_power_on() 391 static int imx_sc_pd_power_off(struct generic_pm_domain *domain) in imx_sc_pd_power_off() 399 struct generic_pm_domain *domain = ERR_PTR(-ENOENT); in imx_scu_pd_xlate() local
|
D | imx8m-blk-ctrl.c | 87 struct imx8m_blk_ctrl_domain *domain = to_imx8m_blk_ctrl_domain(genpd); in imx8m_blk_ctrl_power_on() local 147 struct imx8m_blk_ctrl_domain *domain = to_imx8m_blk_ctrl_domain(genpd); in imx8m_blk_ctrl_power_off() local 226 struct imx8m_blk_ctrl_domain *domain = &bc->domains[i]; in imx8m_blk_ctrl_probe() local 341 struct imx8m_blk_ctrl_domain *domain = &bc->domains[i]; in imx8m_blk_ctrl_remove() local 375 struct imx8m_blk_ctrl_domain *domain = &bc->domains[i]; in imx8m_blk_ctrl_suspend() local
|
/Linux-v6.6/drivers/clk/qcom/ |
D | gdsc.c | 52 #define domain_to_gdsc(domain) container_of(domain, struct gdsc, pd) argument 259 static int gdsc_enable(struct generic_pm_domain *domain) in gdsc_enable() 317 static int gdsc_disable(struct generic_pm_domain *domain) in gdsc_disable() 558 int gdsc_gx_do_nothing_enable(struct generic_pm_domain *domain) in gdsc_gx_do_nothing_enable()
|
/Linux-v6.6/include/linux/ |
D | async.h | 70 struct async_domain *domain) in async_schedule_domain() 110 struct async_domain *domain) in async_schedule_dev_domain()
|
/Linux-v6.6/Documentation/admin-guide/media/ |
D | ipu3.rst | 413 Main output frames 423 Viewfinder output frames
|
/Linux-v6.6/fs/xfs/libxfs/ |
D | xfs_refcount.c | 49 enum xfs_refc_domain domain, in xfs_refcount_lookup_le() 69 enum xfs_refc_domain domain, in xfs_refcount_lookup_ge() 89 enum xfs_refc_domain domain, in xfs_refcount_lookup_eq() 384 enum xfs_refc_domain domain, in xfs_refcount_split_extent() 660 enum xfs_refc_domain domain, in xfs_refcount_find_left_extents() 753 enum xfs_refc_domain domain, in xfs_refcount_find_right_extents() 976 enum xfs_refc_domain domain, in xfs_refcount_merge_extents() 2019 enum xfs_refc_domain domain, in xfs_refcount_has_records()
|
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_reset.h | 108 static inline bool amdgpu_reset_get_reset_domain(struct amdgpu_reset_domain *domain) in amdgpu_reset_get_reset_domain() 113 static inline void amdgpu_reset_put_reset_domain(struct amdgpu_reset_domain *domain) in amdgpu_reset_put_reset_domain() 119 static inline bool amdgpu_reset_domain_schedule(struct amdgpu_reset_domain *domain, in amdgpu_reset_domain_schedule()
|
/Linux-v6.6/security/landlock/ |
D | fs.c | 206 find_rule(const struct landlock_ruleset *const domain, in find_rule() 291 get_handled_accesses(const struct landlock_ruleset *const domain) in get_handled_accesses() 315 init_layer_masks(const struct landlock_ruleset *const domain, in init_layer_masks() 486 const struct landlock_ruleset *const domain, in is_access_to_paths_allowed() 638 static inline int check_access_path(const struct landlock_ruleset *const domain, in check_access_path() 718 const struct landlock_ruleset *const domain, in collect_domain_accesses()
|
/Linux-v6.6/arch/powerpc/perf/ |
D | hv-24x7.c | 37 static bool domain_is_valid(unsigned int domain) in domain_is_valid() 51 static bool is_physical_domain(unsigned int domain) in is_physical_domain() 110 static bool domain_needs_aggregation(unsigned int domain) in domain_needs_aggregation() 118 static const char *domain_name(unsigned int domain) in domain_name() 136 static bool catalog_entry_domain_is_valid(unsigned int domain) in catalog_entry_domain_is_valid() 388 static char *event_fmt(struct hv_24x7_event_data *event, unsigned int domain) in event_fmt() 521 unsigned int domain, in event_to_attr() 605 unsigned int domain; member 633 unsigned int domain) in event_uniq_add() 1388 unsigned int domain; in h_24x7_event_init() local
|
/Linux-v6.6/drivers/vfio/ |
D | vfio_iommu_type1.c | 81 struct iommu_domain *domain; member 946 static long vfio_sync_unpin(struct vfio_dma *dma, struct vfio_domain *domain, in vfio_sync_unpin() 979 static size_t unmap_unpin_fast(struct vfio_domain *domain, in unmap_unpin_fast() 1019 static size_t unmap_unpin_slow(struct vfio_domain *domain, in unmap_unpin_slow() 1041 struct vfio_domain *domain, *d; in vfio_unmap_unpin() local 1137 struct vfio_domain *domain; in vfio_update_pgsize_bitmap() local 1678 struct vfio_domain *domain) in vfio_iommu_replay() 1831 static void vfio_test_domain_fgsp(struct vfio_domain *domain, struct list_head *regions) in vfio_test_domain_fgsp() 1863 static struct vfio_iommu_group *find_iommu_group(struct vfio_domain *domain, in find_iommu_group() 1881 struct vfio_domain *domain; in vfio_iommu_find_iommu_group() local [all …]
|
/Linux-v6.6/drivers/iommu/amd/ |
D | amd_iommu.h | 106 void amd_iommu_domain_set_pt_root(struct protection_domain *domain, u64 root) in amd_iommu_domain_set_pt_root() 114 void amd_iommu_domain_clr_pt_root(struct protection_domain *domain) in amd_iommu_domain_clr_pt_root()
|