Home
last modified time | relevance | path

Searched defs:domain (Results 1 – 200 of 266) sorted by relevance

12

/linux-4.1.27/kernel/irq/
Dirqdomain.c48 struct irq_domain *domain; in __irq_domain_add() local
82 void irq_domain_remove(struct irq_domain *domain) in irq_domain_remove()
134 struct irq_domain *domain; in irq_domain_add_simple() local
178 struct irq_domain *domain; in irq_domain_add_legacy() local
229 void irq_set_default_host(struct irq_domain *domain) in irq_set_default_host()
237 void irq_domain_disassociate(struct irq_domain *domain, unsigned int irq) in irq_domain_disassociate()
273 int irq_domain_associate(struct irq_domain *domain, unsigned int virq, in irq_domain_associate()
328 void irq_domain_associate_many(struct irq_domain *domain, unsigned int irq_base, in irq_domain_associate_many()
352 unsigned int irq_create_direct_mapping(struct irq_domain *domain) in irq_create_direct_mapping()
391 unsigned int irq_create_mapping(struct irq_domain *domain, in irq_create_mapping()
[all …]
Dmsi.c66 static void msi_domain_activate(struct irq_domain *domain, in msi_domain_activate()
75 static void msi_domain_deactivate(struct irq_domain *domain, in msi_domain_deactivate()
84 static int msi_domain_alloc(struct irq_domain *domain, unsigned int virq, in msi_domain_alloc()
114 static void msi_domain_free(struct irq_domain *domain, unsigned int virq, in msi_domain_free()
141 static int msi_domain_ops_prepare(struct irq_domain *domain, struct device *dev, in msi_domain_ops_prepare()
159 static int msi_domain_ops_init(struct irq_domain *domain, in msi_domain_ops_init()
174 static int msi_domain_ops_check(struct irq_domain *domain, in msi_domain_ops_check()
251 int msi_domain_alloc_irqs(struct irq_domain *domain, struct device *dev, in msi_domain_alloc_irqs()
308 void msi_domain_free_irqs(struct irq_domain *domain, struct device *dev) in msi_domain_free_irqs()
332 struct msi_domain_info *msi_get_domain_info(struct irq_domain *domain) in msi_get_domain_info()
Dirqdesc.c366 int __handle_domain_irq(struct irq_domain *domain, unsigned int hwirq, in __handle_domain_irq()
/linux-4.1.27/kernel/
Dasync.c78 struct async_domain *domain; member
85 static async_cookie_t lowest_in_progress(struct async_domain *domain) in lowest_in_progress()
148 static async_cookie_t __async_schedule(async_func_t func, void *data, struct async_domain *domain) in __async_schedule()
226 struct async_domain *domain) in async_schedule_domain()
252 void async_unregister_domain(struct async_domain *domain) in async_unregister_domain()
268 void async_synchronize_full_domain(struct async_domain *domain) in async_synchronize_full_domain()
283 void async_synchronize_cookie_domain(async_cookie_t cookie, struct async_domain *domain) in async_synchronize_cookie_domain()
/linux-4.1.27/drivers/dca/
Ddca-core.c60 struct dca_domain *domain; in dca_allocate_domain() local
72 static void dca_free_domain(struct dca_domain *domain) in dca_free_domain()
97 struct dca_domain *domain; in unregister_dca_providers() local
130 struct dca_domain *domain; in dca_find_domain() local
142 struct dca_domain *domain; in dca_get_domain() local
159 struct dca_domain *domain; in dca_find_provider_by_dev() local
192 struct dca_domain *domain; in dca_add_requester() local
359 struct dca_domain *domain, *newdomain = NULL; in register_dca_provider() local
416 struct dca_domain *domain; in unregister_dca_provider() local
/linux-4.1.27/include/linux/
Diommu.h271 static inline int report_iommu_fault(struct iommu_domain *domain, in report_iommu_fault()
288 static inline size_t iommu_map_sg(struct iommu_domain *domain, in iommu_map_sg()
320 static inline void iommu_domain_free(struct iommu_domain *domain) in iommu_domain_free()
324 static inline int iommu_attach_device(struct iommu_domain *domain, in iommu_attach_device()
330 static inline void iommu_detach_device(struct iommu_domain *domain, in iommu_detach_device()
335 static inline int iommu_map(struct iommu_domain *domain, unsigned long iova, in iommu_map()
341 static inline int iommu_unmap(struct iommu_domain *domain, unsigned long iova, in iommu_unmap()
347 static inline size_t iommu_map_sg(struct iommu_domain *domain, in iommu_map_sg()
354 static inline int iommu_domain_window_enable(struct iommu_domain *domain, in iommu_domain_window_enable()
361 static inline void iommu_domain_window_disable(struct iommu_domain *domain, in iommu_domain_window_disable()
[all …]
Dirqdomain.h227 static inline unsigned int irq_linear_revmap(struct irq_domain *domain, in irq_linear_revmap()
273 static inline int irq_domain_alloc_irqs(struct irq_domain *domain, in irq_domain_alloc_irqs()
303 static inline bool irq_domain_is_hierarchy(struct irq_domain *domain) in irq_domain_is_hierarchy()
310 static inline int irq_domain_alloc_irqs(struct irq_domain *domain, in irq_domain_alloc_irqs()
316 static inline bool irq_domain_is_hierarchy(struct irq_domain *domain) in irq_domain_is_hierarchy()
Dvga_switcheroo.h85 …ine int vga_switcheroo_init_domain_pm_ops(struct device *dev, struct dev_pm_domain *domain) { retu… in vga_switcheroo_init_domain_pm_ops()
87 …tcheroo_init_domain_pm_optimus_hdmi_audio(struct device *dev, struct dev_pm_domain *domain) { retu… in vga_switcheroo_init_domain_pm_optimus_hdmi_audio()
Dirqdesc.h144 static inline int handle_domain_irq(struct irq_domain *domain, in handle_domain_irq()
Dmsi.h112 struct irq_domain *domain; member
/linux-4.1.27/drivers/iommu/
Dipmmu-vmsa.c199 static u32 ipmmu_ctx_read(struct ipmmu_vmsa_domain *domain, unsigned int reg) in ipmmu_ctx_read()
204 static void ipmmu_ctx_write(struct ipmmu_vmsa_domain *domain, unsigned int reg, in ipmmu_ctx_write()
215 static void ipmmu_tlb_sync(struct ipmmu_vmsa_domain *domain) in ipmmu_tlb_sync()
230 static void ipmmu_tlb_invalidate(struct ipmmu_vmsa_domain *domain) in ipmmu_tlb_invalidate()
244 static void ipmmu_utlb_enable(struct ipmmu_vmsa_domain *domain, in ipmmu_utlb_enable()
265 static void ipmmu_utlb_disable(struct ipmmu_vmsa_domain *domain, in ipmmu_utlb_disable()
275 struct ipmmu_vmsa_domain *domain = cookie; in ipmmu_tlb_flush_all() local
289 struct ipmmu_vmsa_domain *domain = cookie; in ipmmu_flush_pgtable() local
310 static int ipmmu_domain_init_context(struct ipmmu_vmsa_domain *domain) in ipmmu_domain_init_context()
382 static void ipmmu_domain_destroy_context(struct ipmmu_vmsa_domain *domain) in ipmmu_domain_destroy_context()
[all …]
Diommu.c890 void iommu_set_fault_handler(struct iommu_domain *domain, in iommu_set_fault_handler()
903 struct iommu_domain *domain; in iommu_domain_alloc() local
919 void iommu_domain_free(struct iommu_domain *domain) in iommu_domain_free()
925 int iommu_attach_device(struct iommu_domain *domain, struct device *dev) in iommu_attach_device()
938 void iommu_detach_device(struct iommu_domain *domain, struct device *dev) in iommu_detach_device()
960 struct iommu_domain *domain = data; in iommu_group_do_attach_device() local
965 int iommu_attach_group(struct iommu_domain *domain, struct iommu_group *group) in iommu_attach_group()
974 struct iommu_domain *domain = data; in iommu_group_do_detach_device() local
981 void iommu_detach_group(struct iommu_domain *domain, struct iommu_group *group) in iommu_detach_group()
987 phys_addr_t iommu_iova_to_phys(struct iommu_domain *domain, dma_addr_t iova) in iommu_iova_to_phys()
[all …]
Dintel-iommu.c342 struct iommu_domain domain; /* generic domain data structure for member
354 struct dmar_domain *domain; /* pointer to domain */ member
388 struct dmar_domain *domain[HIGH_WATER_MARK]; member
529 static inline int domain_type_is_vm(struct dmar_domain *domain) in domain_type_is_vm()
534 static inline int domain_type_is_vm_or_si(struct dmar_domain *domain) in domain_type_is_vm_or_si()
540 static inline int domain_pfn_supported(struct dmar_domain *domain, in domain_pfn_supported()
582 static struct intel_iommu *domain_get_iommu(struct dmar_domain *domain) in domain_get_iommu()
595 static void domain_update_iommu_coherency(struct dmar_domain *domain) in domain_update_iommu_coherency()
670 static void domain_update_iommu_cap(struct dmar_domain *domain) in domain_update_iommu_cap()
771 static void domain_flush_cache(struct dmar_domain *domain, in domain_flush_cache()
[all …]
Damd_iommu.c99 struct protection_domain *domain; /* Domain the device is bound to */ member
1171 static void __domain_flush_pages(struct protection_domain *domain, in __domain_flush_pages()
1202 static void domain_flush_pages(struct protection_domain *domain, in domain_flush_pages()
1209 static void domain_flush_tlb(struct protection_domain *domain) in domain_flush_tlb()
1215 static void domain_flush_tlb_pde(struct protection_domain *domain) in domain_flush_tlb_pde()
1220 static void domain_flush_complete(struct protection_domain *domain) in domain_flush_complete()
1240 static void domain_flush_devices(struct protection_domain *domain) in domain_flush_devices()
1260 static bool increase_address_space(struct protection_domain *domain, in increase_address_space()
1282 static u64 *alloc_pte(struct protection_domain *domain, in alloc_pte()
1330 static u64 *fetch_pte(struct protection_domain *domain, in fetch_pte()
[all …]
Dfsl_pamu_domain.c307 struct fsl_dma_domain *domain; in iommu_alloc_dma_domain() local
389 static phys_addr_t fsl_pamu_iova_to_phys(struct iommu_domain *domain, in fsl_pamu_iova_to_phys()
406 static void fsl_pamu_domain_free(struct iommu_domain *domain) in fsl_pamu_domain_free()
504 static void fsl_pamu_window_disable(struct iommu_domain *domain, u32 wnd_nr) in fsl_pamu_window_disable()
534 static int fsl_pamu_window_enable(struct iommu_domain *domain, u32 wnd_nr, in fsl_pamu_window_enable()
614 struct iommu_domain *domain = &dma_domain->iommu_domain; in handle_attach_device() local
657 static int fsl_pamu_attach_device(struct iommu_domain *domain, in fsl_pamu_attach_device()
695 static void fsl_pamu_detach_device(struct iommu_domain *domain, in fsl_pamu_detach_device()
727 static int configure_domain_geometry(struct iommu_domain *domain, void *data) in configure_domain_geometry()
817 static int fsl_pamu_set_domain_attr(struct iommu_domain *domain, in fsl_pamu_set_domain_attr()
[all …]
Dshmobile-iommu.c45 struct iommu_domain domain; member
115 static void shmobile_iommu_domain_free(struct iommu_domain *domain) in shmobile_iommu_domain_free()
128 static int shmobile_iommu_attach_device(struct iommu_domain *domain, in shmobile_iommu_attach_device()
157 static void shmobile_iommu_detach_device(struct iommu_domain *domain, in shmobile_iommu_detach_device()
220 static int shmobile_iommu_map(struct iommu_domain *domain, unsigned long iova, in shmobile_iommu_map()
264 static size_t shmobile_iommu_unmap(struct iommu_domain *domain, in shmobile_iommu_unmap()
305 static phys_addr_t shmobile_iommu_iova_to_phys(struct iommu_domain *domain, in shmobile_iommu_iova_to_phys()
Dmsm_iommu.c55 struct iommu_domain domain; member
86 static int __flush_iotlb(struct iommu_domain *domain) in __flush_iotlb()
249 static void msm_iommu_domain_free(struct iommu_domain *domain) in msm_iommu_domain_free()
273 static int msm_iommu_attach_dev(struct iommu_domain *domain, struct device *dev) in msm_iommu_attach_dev()
328 static void msm_iommu_detach_dev(struct iommu_domain *domain, in msm_iommu_detach_dev()
367 static int msm_iommu_map(struct iommu_domain *domain, unsigned long va, in msm_iommu_map()
474 static size_t msm_iommu_unmap(struct iommu_domain *domain, unsigned long va, in msm_iommu_unmap()
554 static phys_addr_t msm_iommu_iova_to_phys(struct iommu_domain *domain, in msm_iommu_iova_to_phys()
Dtegra-gart.c67 struct iommu_domain domain; /* generic domain handle */ member
166 static int gart_iommu_attach_dev(struct iommu_domain *domain, in gart_iommu_attach_dev()
199 static void gart_iommu_detach_dev(struct iommu_domain *domain, in gart_iommu_detach_dev()
246 static void gart_iommu_domain_free(struct iommu_domain *domain) in gart_iommu_domain_free()
265 static int gart_iommu_map(struct iommu_domain *domain, unsigned long iova, in gart_iommu_map()
289 static size_t gart_iommu_unmap(struct iommu_domain *domain, unsigned long iova, in gart_iommu_unmap()
306 static phys_addr_t gart_iommu_iova_to_phys(struct iommu_domain *domain, in gart_iommu_iova_to_phys()
Dexynos-iommu.c192 struct iommu_domain *domain; member
203 struct iommu_domain domain; /* generic domain data structure */ member
214 struct iommu_domain *domain; member
446 phys_addr_t pgtable, struct iommu_domain *domain) in __sysmmu_enable()
480 struct iommu_domain *domain) in __exynos_sysmmu_enable()
756 static void exynos_iommu_domain_free(struct iommu_domain *domain) in exynos_iommu_domain_free()
787 static int exynos_iommu_attach_device(struct iommu_domain *domain, in exynos_iommu_attach_device()
818 static void exynos_iommu_detach_device(struct iommu_domain *domain, in exynos_iommu_detach_device()
995 static int exynos_iommu_map(struct iommu_domain *domain, unsigned long l_iova, in exynos_iommu_map()
1049 static size_t exynos_iommu_unmap(struct iommu_domain *domain, in exynos_iommu_unmap()
[all …]
Drockchip-iommu.c84 struct iommu_domain domain; member
92 struct iommu_domain *domain; /* domain to which iommu is attached */ member
510 static phys_addr_t rk_iommu_iova_to_phys(struct iommu_domain *domain, in rk_iommu_iova_to_phys()
646 static int rk_iommu_map(struct iommu_domain *domain, unsigned long _iova, in rk_iommu_map()
677 static size_t rk_iommu_unmap(struct iommu_domain *domain, unsigned long _iova, in rk_iommu_unmap()
732 static int rk_iommu_attach_device(struct iommu_domain *domain, in rk_iommu_attach_device()
784 static void rk_iommu_detach_device(struct iommu_domain *domain, in rk_iommu_detach_device()
847 static void rk_iommu_domain_free(struct iommu_domain *domain) in rk_iommu_domain_free()
Dtegra-smmu.c38 struct iommu_domain domain; member
285 static void tegra_smmu_domain_free(struct iommu_domain *domain) in tegra_smmu_domain_free()
407 static int tegra_smmu_attach_dev(struct iommu_domain *domain, in tegra_smmu_attach_dev()
442 static void tegra_smmu_detach_dev(struct iommu_domain *domain, struct device *dev) in tegra_smmu_detach_dev()
537 static int tegra_smmu_map(struct iommu_domain *domain, unsigned long iova, in tegra_smmu_map()
561 static size_t tegra_smmu_unmap(struct iommu_domain *domain, unsigned long iova, in tegra_smmu_unmap()
585 static phys_addr_t tegra_smmu_iova_to_phys(struct iommu_domain *domain, in tegra_smmu_iova_to_phys()
Darm-smmu.c339 struct iommu_domain domain; member
646 struct iommu_domain *domain = dev; in arm_smmu_context_fault() local
815 static int arm_smmu_init_domain_context(struct iommu_domain *domain, in arm_smmu_init_domain_context()
943 static void arm_smmu_destroy_domain_context(struct iommu_domain *domain) in arm_smmu_destroy_domain_context()
993 static void arm_smmu_domain_free(struct iommu_domain *domain) in arm_smmu_domain_free()
1129 static int arm_smmu_attach_dev(struct iommu_domain *domain, struct device *dev) in arm_smmu_attach_dev()
1174 static void arm_smmu_detach_dev(struct iommu_domain *domain, struct device *dev) in arm_smmu_detach_dev()
1187 static int arm_smmu_map(struct iommu_domain *domain, unsigned long iova, in arm_smmu_map()
1204 static size_t arm_smmu_unmap(struct iommu_domain *domain, unsigned long iova, in arm_smmu_unmap()
1221 static phys_addr_t arm_smmu_iova_to_phys_hard(struct iommu_domain *domain, in arm_smmu_iova_to_phys_hard()
[all …]
Domap-iommu.c62 struct iommu_domain domain; member
913 struct iommu_domain *domain = obj->domain; in iommu_fault_handler() local
1123 static int omap_iommu_map(struct iommu_domain *domain, unsigned long da, in omap_iommu_map()
1150 static size_t omap_iommu_unmap(struct iommu_domain *domain, unsigned long da, in omap_iommu_unmap()
1163 omap_iommu_attach_dev(struct iommu_domain *domain, struct device *dev) in omap_iommu_attach_dev()
1222 static void omap_iommu_detach_dev(struct iommu_domain *domain, in omap_iommu_detach_dev()
1272 static void omap_iommu_domain_free(struct iommu_domain *domain) in omap_iommu_domain_free()
1287 static phys_addr_t omap_iommu_iova_to_phys(struct iommu_domain *domain, in omap_iommu_iova_to_phys()
Dfsl_pamu_domain.h83 struct fsl_dma_domain *domain; /* pointer to domain */ member
Damd_iommu_v2.c68 struct iommu_domain *domain; member
276 struct iommu_domain *domain; in unbind_pasid() local
Domap-iommu.h32 struct iommu_domain *domain; member
/linux-4.1.27/drivers/irqchip/
Dirq-atmel-aic5.c89 struct irq_domain *domain = d->domain; in aic5_mask() local
107 struct irq_domain *domain = d->domain; in aic5_unmask() local
125 struct irq_domain *domain = d->domain; in aic5_retrigger() local
140 struct irq_domain *domain = d->domain; in aic5_set_type() local
160 struct irq_domain *domain = d->domain; in aic5_suspend() local
184 struct irq_domain *domain = d->domain; in aic5_resume() local
208 struct irq_domain *domain = d->domain; in aic5_pm_shutdown() local
228 static void __init aic5_hw_init(struct irq_domain *domain) in aic5_hw_init()
312 struct irq_domain *domain; in aic5_of_init() local
Dirq-mmp.c49 struct irq_domain *domain; member
66 struct irq_domain *domain = d->domain; in icu_mask_ack_irq() local
90 struct irq_domain *domain = d->domain; in icu_mask_irq() local
109 struct irq_domain *domain = d->domain; in icu_unmask_irq() local
135 struct irq_domain *domain; in icu_mux_irq_demux() local
Dirq-gic-v2m.c54 struct irq_domain *domain; member
114 static int gicv2m_irq_gic_domain_alloc(struct irq_domain *domain, in gicv2m_irq_gic_domain_alloc()
153 static int gicv2m_irq_domain_alloc(struct irq_domain *domain, unsigned int virq, in gicv2m_irq_domain_alloc()
184 static void gicv2m_irq_domain_free(struct irq_domain *domain, in gicv2m_irq_domain_free()
Dirq-tegra.c225 static int tegra_ictlr_domain_xlate(struct irq_domain *domain, in tegra_ictlr_domain_xlate()
244 static int tegra_ictlr_domain_alloc(struct irq_domain *domain, in tegra_ictlr_domain_alloc()
276 static void tegra_ictlr_domain_free(struct irq_domain *domain, in tegra_ictlr_domain_free()
297 struct irq_domain *parent_domain, *domain; in tegra_ictlr_init() local
Dirq-tb10x.c102 struct irq_domain *domain = irq_desc_get_handler_data(desc); in tb10x_irq_cascade() local
113 struct irq_domain *domain; in of_tb10x_init_irq() local
Dirq-crossbar.c79 static int allocate_gic_irq(struct irq_domain *domain, unsigned virq, in allocate_gic_irq()
154 static void crossbar_domain_free(struct irq_domain *domain, unsigned int virq, in crossbar_domain_free()
334 struct irq_domain *parent_domain, *domain; in irqcrossbar_init() local
Dirq-mtk-sysirq.c89 static int mtk_sysirq_domain_alloc(struct irq_domain *domain, unsigned int virq, in mtk_sysirq_domain_alloc()
123 struct irq_domain *domain, *domain_parent; in mtk_sysirq_of_init() local
Dirq-sunxi-nmi.c63 struct irq_domain *domain = irq_desc_get_handler_data(desc); in sunxi_sc_nmi_handle_irq() local
124 struct irq_domain *domain; in sunxi_sc_nmi_irq_init() local
Dirq-vf610-mscm-ir.c128 static int vf610_mscm_ir_domain_alloc(struct irq_domain *domain, unsigned int virq, in vf610_mscm_ir_domain_alloc()
162 struct irq_domain *domain, *domain_parent; in vf610_mscm_ir_of_init() local
Dirq-atmel-aic-common.c115 static void __init aic_common_ext_irq_of_init(struct irq_domain *domain) in aic_common_ext_irq_of_init()
220 struct irq_domain *domain; in aic_common_of_init() local
Dirq-atmel-aic.c141 static void __init aic_hw_init(struct irq_domain *domain) in aic_hw_init()
245 struct irq_domain *domain; in aic_of_init() local
Dirq-moxart.c41 struct irq_domain *domain; member
Dirq-gic-v3-its.c64 struct irq_domain *domain; member
1243 static int its_msi_prepare(struct irq_domain *domain, struct device *dev, in its_msi_prepare()
1295 static int its_irq_gic_domain_alloc(struct irq_domain *domain, in its_irq_gic_domain_alloc()
1310 static int its_irq_domain_alloc(struct irq_domain *domain, unsigned int virq, in its_irq_domain_alloc()
1338 static void its_irq_domain_activate(struct irq_domain *domain, in its_irq_domain_activate()
1351 static void its_irq_domain_deactivate(struct irq_domain *domain, in its_irq_domain_deactivate()
1361 static void its_irq_domain_free(struct irq_domain *domain, unsigned int virq, in its_irq_domain_free()
Dirq-dw-apb-ictl.c73 struct irq_domain *domain; in dw_apb_ictl_init() local
Dirq-brcmstb-l2.c49 struct irq_domain *domain; member
Dirq-gic-v3.c46 struct irq_domain *domain; member
750 static int gic_irq_domain_alloc(struct irq_domain *domain, unsigned int virq, in gic_irq_domain_alloc()
769 static void gic_irq_domain_free(struct irq_domain *domain, unsigned int virq, in gic_irq_domain_free()
Dirq-orion.c144 struct irq_domain *domain; in orion_bridge_irq_init() local
Dirq-metag.c29 struct irq_domain *domain; member
Dirq-vt8500.c77 struct irq_domain *domain; /* Domain for this controller */ member
Dirq-bcm2835.c94 struct irq_domain *domain; member
Dirq-versatile-fpga.c45 struct irq_domain *domain; member
Dirq-clps711x.c73 struct irq_domain *domain; member
Dirq-s3c24xx.c74 struct irq_domain *domain; member
1250 struct irq_domain *domain; in s3c_init_intc_of() local
Dirq-bcm7120-l2.c47 struct irq_domain *domain; member
Dirq-hip04.c58 struct irq_domain *domain; member
Dirq-bcm7038-l1.c45 struct irq_domain *domain; member
Dirq-omap-intc.c70 static struct irq_domain *domain; variable
Dirq-gic.c68 struct irq_domain *domain; member
859 static int gic_irq_domain_alloc(struct irq_domain *domain, unsigned int virq, in gic_irq_domain_alloc()
Dirq-imgpdc.c81 struct irq_domain *domain; member
Dirq-vic.c83 struct irq_domain *domain; member
Dirq-armada-370-xp.c199 static int armada_370_xp_msi_map(struct irq_domain *domain, unsigned int virq, in armada_370_xp_msi_map()
/linux-4.1.27/drivers/pinctrl/meson/
Dpinctrl-meson.c76 static int meson_get_bank(struct meson_domain *domain, unsigned int pin, in meson_get_bank()
103 struct meson_domain **domain, in meson_get_domain_and_bank()
196 struct meson_domain *domain; in meson_pmx_disable_other_groups() local
222 struct meson_domain *domain = &pc->domains[group->domain]; in meson_pmx_set_mux() local
293 struct meson_domain *domain; in meson_pinconf_set() local
360 struct meson_domain *domain; in meson_pinconf_get_pull() local
463 struct meson_domain *domain = to_meson_domain(chip); in meson_gpio_free() local
470 struct meson_domain *domain = to_meson_domain(chip); in meson_gpio_direction_input() local
488 struct meson_domain *domain = to_meson_domain(chip); in meson_gpio_direction_output() local
510 struct meson_domain *domain = to_meson_domain(chip); in meson_gpio_set() local
[all …]
Dpinctrl-meson.h37 unsigned int domain; member
/linux-4.1.27/arch/x86/kvm/
Diommu.c78 struct iommu_domain *domain = kvm->arch.iommu_domain; in kvm_iommu_map_pages() local
175 struct iommu_domain *domain = kvm->arch.iommu_domain; in kvm_assign_device() local
215 struct iommu_domain *domain = kvm->arch.iommu_domain; in kvm_deassign_device() local
274 struct iommu_domain *domain; in kvm_iommu_put_pages() local
341 struct iommu_domain *domain = kvm->arch.iommu_domain; in kvm_iommu_unmap_guest() local
/linux-4.1.27/net/netlabel/
Dnetlabel_domainhash.c140 static struct netlbl_dom_map *netlbl_domhsh_search(const char *domain) in netlbl_domhsh_search()
170 static struct netlbl_dom_map *netlbl_domhsh_search_def(const char *domain) in netlbl_domhsh_search_def()
570 int netlbl_domhsh_remove_af4(const char *domain, in netlbl_domhsh_remove_af4()
636 int netlbl_domhsh_remove(const char *domain, struct netlbl_audit *audit_info) in netlbl_domhsh_remove()
677 struct netlbl_dom_map *netlbl_domhsh_getentry(const char *domain) in netlbl_domhsh_getentry()
693 struct netlbl_dommap_def *netlbl_domhsh_getentry_af4(const char *domain, in netlbl_domhsh_getentry_af4()
723 struct netlbl_dommap_def *netlbl_domhsh_getentry_af6(const char *domain, in netlbl_domhsh_getentry_af6()
Dnetlabel_kapi.c68 int netlbl_cfg_map_del(const char *domain, in netlbl_cfg_map_del()
102 int netlbl_cfg_unlbl_map_add(const char *domain, in netlbl_cfg_unlbl_map_add()
330 const char *domain, in netlbl_cfg_cipsov4_map_add()
Dnetlabel_domainhash.h72 char *domain; member
Dnetlabel_mgmt.c412 char *domain; in netlbl_mgmt_remove() local
/linux-4.1.27/drivers/xen/xen-pciback/
Dpci_stub.c38 int domain; member
152 static struct pcistub_device *pcistub_device_find(int domain, int bus, in pcistub_device_find()
201 int domain, int bus, in pcistub_get_pci_dev_by_slot()
955 static inline int str_to_slot(const char *buf, int *domain, int *bus, in str_to_slot()
992 static inline int str_to_quirk(const char *buf, int *domain, int *bus, int in str_to_quirk()
1012 static int pcistub_device_id_add(int domain, int bus, int slot, int func) in pcistub_device_id_add()
1059 static int pcistub_device_id_remove(int domain, int bus, int slot, int func) in pcistub_device_id_remove()
1088 static int pcistub_reg_add(int domain, int bus, int slot, int func, in pcistub_reg_add()
1133 int domain, bus, slot, func; in pcistub_slot_add() local
1152 int domain, bus, slot, func; in pcistub_slot_remove() local
[all …]
Dpassthrough.c20 unsigned int domain, in __xen_pcibk_get_pci_dev()
50 unsigned int domain, bus, devfn; in __xen_pcibk_add_pci_dev() local
124 unsigned int domain, bus; in __xen_pcibk_publish_pci_roots() local
178 unsigned int *domain, unsigned int *bus, in __xen_pcibk_get_pcifront_dev()
Dxenbus.c202 unsigned int domain, unsigned int bus, in xen_pcibk_publish_pci_dev()
225 int domain, int bus, int slot, int func, in xen_pcibk_export_device()
272 int domain, int bus, int slot, int func) in xen_pcibk_remove_device()
301 unsigned int domain, unsigned int bus) in xen_pcibk_publish_pci_root()
364 int domain, bus, slot, func; in xen_pcibk_reconfigure() local
562 int domain, bus, slot, func; in xen_pcibk_setup_backend() local
Dvpci.c30 unsigned int domain, in __xen_pcibk_get_pci_dev()
231 unsigned int *domain, unsigned int *bus, in __xen_pcibk_get_pcifront_dev()
Dpciback.h134 xen_pcibk_get_pci_dev(struct xen_pcibk_device *pdev, unsigned int domain, in xen_pcibk_get_pci_dev()
150 unsigned int *domain, in xen_pcibk_get_pcifront_dev()
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_iommu.c23 struct iommu_domain *domain; member
50 struct iommu_domain *domain = iommu->domain; in msm_iommu_map() local
89 struct iommu_domain *domain = iommu->domain; in msm_iommu_unmap() local
127 struct msm_mmu *msm_iommu_new(struct device *dev, struct iommu_domain *domain) in msm_iommu_new()
Dmsm_gem.h58 } domain[NUM_DOMAINS]; member
/linux-4.1.27/arch/arm/mach-ux500/
Dpm_domains.c18 static int pd_power_off(struct generic_pm_domain *domain) in pd_power_off()
30 static int pd_power_on(struct generic_pm_domain *domain) in pd_power_on()
/linux-4.1.27/drivers/vfio/
Dvfio_iommu_type1.c65 struct iommu_domain *domain; member
339 struct vfio_domain *domain, *d; in vfio_unmap_unpin() local
405 struct vfio_domain *domain; in vfio_pgsize_bitmap() local
501 static int map_try_harder(struct vfio_domain *domain, dma_addr_t iova, in map_try_harder()
642 struct vfio_domain *domain) in vfio_iommu_replay()
701 static void vfio_test_domain_fgsp(struct vfio_domain *domain) in vfio_test_domain_fgsp()
729 struct vfio_domain *domain, *d; in vfio_iommu_type1_attach_group() local
853 struct vfio_domain *domain; in vfio_iommu_type1_detach_group() local
917 struct vfio_domain *domain, *domain_tmp; in vfio_iommu_type1_release() local
940 struct vfio_domain *domain; in vfio_domains_have_iommu_cache() local
/linux-4.1.27/arch/ia64/kernel/
Dirq_ia64.c106 static inline int find_unassigned_vector(cpumask_t domain) in find_unassigned_vector()
125 static int __bind_irq_vector(int irq, int vector, cpumask_t domain) in __bind_irq_vector()
150 int bind_irq_vector(int irq, int vector, cpumask_t domain) in bind_irq_vector()
164 cpumask_t domain; in __clear_irq_vector() local
193 cpumask_t domain = CPU_MASK_NONE; in ia64_native_assign_irq_vector() local
270 cpumask_t domain; in __irq_prepare_move() local
397 cpumask_t domain = CPU_MASK_NONE; in create_irq() local
/linux-4.1.27/arch/arm/mach-exynos/
Dpm_domains.c43 static int exynos_pd_power(struct generic_pm_domain *domain, bool power_on) in exynos_pd_power()
108 static int exynos_pd_power_on(struct generic_pm_domain *domain) in exynos_pd_power_on()
113 static int exynos_pd_power_off(struct generic_pm_domain *domain) in exynos_pd_power_off()
Dsuspend.c182 static int exynos_pmu_domain_xlate(struct irq_domain *domain, in exynos_pmu_domain_xlate()
201 static int exynos_pmu_domain_alloc(struct irq_domain *domain, in exynos_pmu_domain_alloc()
235 struct irq_domain *parent_domain, *domain; in exynos_pmu_irq_init() local
/linux-4.1.27/drivers/pci/pcie/aer/
Daer_inject.c44 u16 domain; member
49 u16 domain; member
77 static void aer_error_init(struct aer_error *err, u16 domain, in aer_error_init()
89 static struct aer_error *__find_aer_error(u16 domain, unsigned int bus, in __find_aer_error()
106 int domain = pci_domain_nr(dev->bus); in __find_aer_error_by_dev() local
191 int domain; in pci_read_aer() local
223 int domain; in pci_write_aer() local
Daerdrv_core.c548 u16 domain; member
563 void aer_recover_queue(int domain, unsigned int bus, unsigned int devfn, in aer_recover_queue()
/linux-4.1.27/arch/arm64/kernel/
Dpci.c54 int raw_pci_read(unsigned int domain, unsigned int bus, in raw_pci_read()
60 int raw_pci_write(unsigned int domain, unsigned int bus, in raw_pci_write()
/linux-4.1.27/drivers/base/
Dmap.c32 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-4.1.27/net/tipc/
Daddr.c123 int tipc_in_scope(u32 domain, u32 addr) in tipc_in_scope()
137 int tipc_addr_scope(u32 domain) in tipc_addr_scope()
Ddiscover.c66 u32 domain; member
Dbearer.h162 u32 domain; member
/linux-4.1.27/arch/powerpc/perf/
Dhv-24x7.c30 static const char *event_domain_suffix(unsigned domain) in event_domain_suffix()
44 static bool domain_is_valid(unsigned domain) in domain_is_valid()
58 static bool is_physical_domain(unsigned domain) in is_physical_domain()
71 static bool catalog_entry_domain_is_valid(unsigned domain) in catalog_entry_domain_is_valid()
278 static char *event_fmt(struct hv_24x7_event_data *event, unsigned domain) in event_fmt()
374 unsigned domain, in event_to_attr()
499 unsigned domain; member
527 unsigned domain) in event_uniq_add()
1139 unsigned domain; in h_24x7_event_init() local
Dhv-24x7-catalog.h36 __u8 domain; /* Chip = 1, Core = 2 */ member
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_object.c96 void radeon_ttm_placement_from_domain(struct radeon_bo *rbo, u32 domain) in radeon_ttm_placement_from_domain()
180 u32 domain, u32 flags, struct sg_table *sg, in radeon_bo_create()
322 int radeon_bo_pin_restricted(struct radeon_bo *bo, u32 domain, u64 max_offset, in radeon_bo_pin_restricted()
377 int radeon_bo_pin(struct radeon_bo *bo, u32 domain, u64 *gpu_addr) in radeon_bo_pin()
534 u32 domain = lobj->prefered_domains; in radeon_bo_list_validate() local
Dradeon_gem.c97 uint32_t domain; in radeon_gem_set_domain() local
541 unsigned domain; in radeon_gem_va_update_vm() local
773 unsigned domain; in radeon_debugfs_gem_info() local
Dradeon_cs.c139 uint32_t domain = r->write_domain ? in radeon_cs_parser_relocs() local
155 uint32_t domain = p->relocs[i].prefered_domains; in radeon_cs_parser_relocs() local
Dradeon_sa.c52 unsigned size, u32 align, u32 domain, u32 flags) in radeon_sa_bo_manager_init()
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_object.c53 void qxl_ttm_placement_from_domain(struct qxl_bo *qbo, u32 domain, bool pinned) in qxl_ttm_placement_from_domain()
79 unsigned long size, bool kernel, bool pinned, u32 domain, in qxl_bo_create()
227 int qxl_bo_pin(struct qxl_bo *bo, u32 domain, u64 *gpu_addr) in qxl_bo_pin()
Dqxl_gem.c71 u32 domain, in qxl_gem_object_create_with_handle()
Dqxl_ioctl.c41 u32 domain = QXL_GEM_DOMAIN_VRAM; in qxl_alloc_ioctl() local
/linux-4.1.27/drivers/pci/
Dxen-pcifront.c66 unsigned int domain, unsigned int bus, in pcifront_init_sd()
419 unsigned int domain, unsigned int bus, in pcifront_scan_bus()
448 unsigned int domain, unsigned int bus) in pcifront_scan_root()
514 unsigned int domain, unsigned int bus) in pcifront_rescan_root()
850 unsigned int domain, bus; in pcifront_try_connect() local
944 unsigned int domain, bus; in pcifront_attach_devices() local
1007 unsigned int domain, bus, slot, func; in pcifront_detach_devices() local
Dmsi.c42 struct irq_domain *domain = NULL; in pci_msi_get_domain() local
54 struct irq_domain *domain; in pci_msi_setup_msi_irqs() local
65 struct irq_domain *domain; in pci_msi_teardown_msi_irqs() local
1222 int pci_msi_domain_check_cap(struct irq_domain *domain, in pci_msi_domain_check_cap()
1237 static int pci_msi_domain_handle_error(struct irq_domain *domain, in pci_msi_domain_handle_error()
1323 int pci_msi_domain_alloc_irqs(struct irq_domain *domain, struct pci_dev *dev, in pci_msi_domain_alloc_irqs()
1334 void pci_msi_domain_free_irqs(struct irq_domain *domain, struct pci_dev *dev) in pci_msi_domain_free_irqs()
1351 struct irq_domain *domain; in pci_msi_create_default_irq_domain() local
Dsearch.c131 struct pci_bus *pci_find_bus(int domain, int busnr) in pci_find_bus()
220 struct pci_dev *pci_get_domain_bus_and_slot(int domain, unsigned int bus, in pci_get_domain_bus_and_slot()
/linux-4.1.27/arch/arm/mach-s3c64xx/
Dpm.c45 static int s3c64xx_pd_off(struct generic_pm_domain *domain) in s3c64xx_pd_off()
59 static int s3c64xx_pd_on(struct generic_pm_domain *domain) in s3c64xx_pd_on()
/linux-4.1.27/arch/mips/ralink/
Dirq.c104 struct irq_domain *domain = irq_get_handler_data(irq); in ralink_intc_irq_handler() local
152 struct irq_domain *domain; in intc_of_init() local
/linux-4.1.27/security/tomoyo/
Dcommon.c974 struct tomoyo_domain_info *domain = NULL; in tomoyo_select_domain() local
1066 struct tomoyo_domain_info *domain; in tomoyo_delete_domain() local
1150 struct tomoyo_domain_info *domain = head->w.domain; in tomoyo_write_domain() local
1583 struct tomoyo_domain_info *domain = in tomoyo_read_domain() local
1650 struct tomoyo_domain_info *domain = NULL; in tomoyo_read_pid() local
1891 struct tomoyo_domain_info *domain; member
1936 static void tomoyo_add_entry(struct tomoyo_domain_info *domain, char *header) in tomoyo_add_entry()
2100 struct tomoyo_domain_info *domain = NULL; in tomoyo_find_domain_by_qid() local
2700 struct tomoyo_domain_info *domain; in tomoyo_check_profile() local
Dtomoyo.c36 struct tomoyo_domain_info *domain = old->security; in tomoyo_cred_prepare() local
61 struct tomoyo_domain_info *domain = cred->security; in tomoyo_cred_free() local
120 struct tomoyo_domain_info *domain = bprm->cred->security; in tomoyo_bprm_check_security() local
Ddomain.c160 const struct tomoyo_domain_info *domain = r->domain; in tomoyo_check_acl() local
545 const struct tomoyo_domain_info *domain = tomoyo_domain(); in tomoyo_assign_domain() local
679 struct tomoyo_domain_info *domain = NULL; in tomoyo_find_next_domain() local
Dutil.c599 struct tomoyo_domain_info *domain; in tomoyo_find_domain() local
1003 struct tomoyo_domain_info *domain, const u8 index) in tomoyo_init_request_info()
1029 struct tomoyo_domain_info *domain = r->domain; in tomoyo_domain_quota_is_ok() local
Dgc.c245 struct tomoyo_domain_info *domain = in tomoyo_del_domain() local
517 struct tomoyo_domain_info *domain; in tomoyo_collect_entry() local
Dsecurityfs_if.c108 const char *domain = tomoyo_domain()->domainname->name; in tomoyo_read_self() local
/linux-4.1.27/arch/x86/pci/
Dxen.c513 domid_t domain; member
535 int domain = -ENODEV; in xen_find_device_domain_owner() local
546 int xen_register_device_domain_owner(struct pci_dev *dev, uint16_t domain) in xen_register_device_domain_owner()
Dacpi.c363 int busnum, int domain, in probe_pci_root_info()
394 int domain = root->segment; in pci_acpi_scan_root() local
Dcommon.c41 int raw_pci_read(unsigned int domain, unsigned int bus, unsigned int devfn, in raw_pci_read()
51 int raw_pci_write(unsigned int domain, unsigned int bus, unsigned int devfn, in raw_pci_write()
Dintel_mid_pci.c93 unsigned int domain, busnum; in pci_device_update_fixed() local
/linux-4.1.27/drivers/mfd/
Dmfd-core.c122 int irq_base, struct irq_domain *domain) in mfd_add_device()
246 int irq_base, struct irq_domain *domain) in mfd_add_devices()
Dmax8998-irq.c225 struct irq_domain *domain; in max8998_irq_init() local
Dwm831x-irq.c575 struct irq_domain *domain; in wm831x_irq_init() local
Dlp8788-irq.c42 struct irq_domain *domain; member
Dmax8997-irq.c312 struct irq_domain *domain; in max8997_irq_init() local
/linux-4.1.27/tools/power/cpupower/utils/helpers/
Dpci.c25 struct pci_dev *pci_acc_init(struct pci_access **pacc, int domain, int bus, in pci_acc_init()
/linux-4.1.27/include/xen/interface/io/
Dpciif.h77 uint32_t domain; /* PCI Domain/Segment */ member
101 uint32_t domain; /* PCI Domain/Segment*/ member
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_uncore.c249 struct intel_uncore_forcewake_domain *domain = (void *)arg; in intel_uncore_fw_release_timer() local
269 struct intel_uncore_forcewake_domain *domain; in intel_uncore_forcewake_reset() local
403 struct intel_uncore_forcewake_domain *domain; in intel_uncore_forcewake_get() local
438 struct intel_uncore_forcewake_domain *domain; in intel_uncore_forcewake_put() local
464 struct intel_uncore_forcewake_domain *domain; in assert_forcewakes_inactive() local
643 struct intel_uncore_forcewake_domain *domain; in __force_wake_get() local
Dintel_runtime_pm.c90 enum intel_display_power_domain domain) in __intel_display_power_is_enabled()
135 enum intel_display_power_domain domain) in intel_display_power_is_enabled()
824 enum intel_display_power_domain domain) in intel_display_power_get()
859 enum intel_display_power_domain domain) in intel_display_power_put()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dboost.h18 u8 domain; member
/linux-4.1.27/arch/mips/ath25/
Dar2315.c79 struct irq_domain *domain = irq_get_handler_data(irq); in ar2315_misc_irq_handler() local
151 struct irq_domain *domain; in ar2315_arch_init_irq() local
Dar5312.c83 struct irq_domain *domain = irq_get_handler_data(irq); in ar5312_misc_irq_handler() local
146 struct irq_domain *domain; in ar5312_arch_init_irq() local
/linux-4.1.27/arch/arm/mach-omap2/
Domap-wakeupgen.c402 static int wakeupgen_domain_xlate(struct irq_domain *domain, in wakeupgen_domain_xlate()
421 static int wakeupgen_domain_alloc(struct irq_domain *domain, in wakeupgen_domain_alloc()
460 struct irq_domain *parent_domain, *domain; in wakeupgen_init() local
Dcm2xxx_3xxx.h78 static inline u32 omap2_cm_read_mod_bits_shift(s16 domain, s16 idx, u32 mask) in omap2_cm_read_mod_bits_shift()
Dprm2xxx_3xxx.h81 static inline u32 omap2_prm_read_mod_bits_shift(s16 domain, s16 idx, u32 mask) in omap2_prm_read_mod_bits_shift()
/linux-4.1.27/drivers/clk/
Dclk-mb86s7x.c35 u32 domain; member
49 u8 cntrlr, domain, port; member
186 u32 cntrlr, domain, port; in crg11_get() local
/linux-4.1.27/arch/arm/mach-imx/
Dgpc.c184 static int imx_gpc_domain_xlate(struct irq_domain *domain, in imx_gpc_domain_xlate()
203 static int imx_gpc_domain_alloc(struct irq_domain *domain, in imx_gpc_domain_alloc()
239 struct irq_domain *parent_domain, *domain; in imx_gpc_init() local
D3ds_debugboard.c63 static struct irq_domain *domain; variable
Davic.c55 static struct irq_domain *domain; variable
Dtzic.c54 static struct irq_domain *domain; variable
Dmach-mx31ads.c77 static struct irq_domain *domain; variable
/linux-4.1.27/include/net/
Dnetlabel.h208 char *domain; member
445 static inline int netlbl_cfg_map_del(const char *domain, in netlbl_cfg_map_del()
453 static inline int netlbl_cfg_unlbl_map_add(const char *domain, in netlbl_cfg_unlbl_map_add()
491 const char *domain, in netlbl_cfg_cipsov4_map_add()
Dcipso_ipv4.h168 const char *domain) in cipso_v4_doi_domhsh_add()
174 const char *domain) in cipso_v4_doi_domhsh_remove()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c987 u32 if_id, u32 *pmac_id, u32 domain) in be_cmd_pmac_add()
1438 u32 *if_handle, u32 domain) in be_cmd_if_create()
1467 int be_cmd_if_destroy(struct be_adapter *adapter, int interface_id, u32 domain) in be_cmd_if_destroy()
1864 u32 num, u32 domain) in be_cmd_vlan_config()
2764 static int be_cmd_set_qos(struct be_adapter *adapter, u32 bps, u32 domain) in be_cmd_set_qos()
2886 u32 domain) in be_cmd_get_fn_privileges()
2930 u32 domain) in be_cmd_set_fn_privileges()
2966 u8 domain) in be_cmd_get_mac_from_list()
3059 u8 *mac, u32 if_handle, bool active, u32 domain) in be_cmd_get_active_mac()
3098 u8 mac_count, u32 domain) in be_cmd_set_mac_list()
[all …]
/linux-4.1.27/arch/arm/include/asm/
Ddma-iommu.h14 struct iommu_domain *domain; member
/linux-4.1.27/arch/nios2/kernel/
Dirq.c77 struct irq_domain *domain; in init_IRQ() local
/linux-4.1.27/tools/testing/selftests/net/
Dsocket.c10 int domain; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dbase.c41 u8 pstate, u8 domain, u32 input) in nvkm_clk_adjust()
139 struct nvkm_domain *domain = clk->domains; in nvkm_cstate_new() local
305 struct nvkm_domain *domain = clk->domains - 1; in nvkm_pstate_new() local
/linux-4.1.27/drivers/base/power/
Ddomain_governor.c223 static bool always_on_power_down_ok(struct dev_pm_domain *domain) in always_on_power_down_ok()
/linux-4.1.27/arch/arm/mach-davinci/
Dpsc.c77 void davinci_psc_config(unsigned int domain, unsigned int ctlr, in davinci_psc_config()
Dclock.h96 u8 domain; member
/linux-4.1.27/arch/arm/mach-shmobile/
Dpm-rmobile.c121 static int rmobile_pd_attach_dev(struct generic_pm_domain *domain, in rmobile_pd_attach_dev()
145 static void rmobile_pd_detach_dev(struct generic_pm_domain *domain, in rmobile_pd_detach_dev()
/linux-4.1.27/arch/mips/kernel/
Dirq_cpu.c147 struct irq_domain *domain; in __mips_cpu_irq_init() local
Di8259.c332 struct irq_domain *domain; in init_i8259_irqs() local
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmdomain.c259 static struct dlm_ctxt * __dlm_lookup_domain_full(const char *domain, int len) in __dlm_lookup_domain_full()
277 static struct dlm_ctxt * __dlm_lookup_domain(const char *domain) in __dlm_lookup_domain()
288 static int dlm_wait_on_domain_helper(const char *domain) in dlm_wait_on_domain_helper()
1955 static struct dlm_ctxt *dlm_alloc_ctxt(const char *domain, in dlm_alloc_ctxt()
2109 struct dlm_ctxt * dlm_register_domain(const char *domain, in dlm_register_domain()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_platform.h54 struct iommu_domain *domain; member
Dnv84_fence.c218 u32 domain; in nv84_fence_create() local
/linux-4.1.27/arch/x86/include/asm/xen/
Dpci.h31 uint16_t domain) in xen_register_device_domain_owner()
/linux-4.1.27/arch/sh/boards/mach-x3proto/
Dgpio.c88 static int x3proto_gpio_irq_map(struct irq_domain *domain, unsigned int virq, in x3proto_gpio_irq_map()
/linux-4.1.27/drivers/remoteproc/
Dremoteproc_core.c75 static int rproc_iommu_fault(struct iommu_domain *domain, struct device *dev, in rproc_iommu_fault()
93 struct iommu_domain *domain; in rproc_enable_iommu() local
127 struct iommu_domain *domain = rproc->domain; in rproc_disable_iommu() local
/linux-4.1.27/drivers/infiniband/hw/usnic/
Dusnic_uiom.c68 static int usnic_uiom_dma_fault(struct iommu_domain *domain, in usnic_uiom_dma_fault()
468 void *domain; in usnic_uiom_alloc_pd() local
Dusnic_uiom.h41 struct iommu_domain *domain; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dtherm.c70 enum nvbios_therm_domain domain, in nvbios_therm_sensor_parse()
/linux-4.1.27/arch/arm/mm/
Dmm.h46 unsigned int domain; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dctrl.c73 struct nvkm_domain *domain; in nvkm_control_mthd_pstate_attr() local
/linux-4.1.27/drivers/gpio/
Dgpio-msm-v2.c104 struct irq_domain *domain; member
185 struct irq_domain *domain = g_dev->domain; in msm_gpio_to_irq() local
Dgpio-tb10x.c58 struct irq_domain *domain; member
Dgpio-mxs.c66 struct irq_domain *domain; member
Dgpio-grgpio.c78 struct irq_domain *domain; member
Dgpio-mxc.c66 struct irq_domain *domain; member
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-adi2.c128 struct irq_domain *domain[2]; member
188 struct irq_domain *domain; member
542 struct irq_domain *domain; in adi_gpio_handle_pint_irq() local
808 struct irq_domain *domain) in adi_pint_map_port()
/linux-4.1.27/drivers/of/
Dof_pci.c108 u16 domain; in of_get_pci_domain_nr() local
Dirq.c400 struct irq_domain *domain; in of_irq_get() local
/linux-4.1.27/include/uapi/drm/
Dnouveau_drm.h53 uint32_t domain; member
70 uint32_t domain; member
/linux-4.1.27/arch/x86/include/asm/
Dhw_irq.h117 cpumask_var_t domain; member
Dpci.h15 int domain; /* PCI domain */ member
/linux-4.1.27/drivers/thermal/ti-soc-thermal/
Dti-thermal.h94 int ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id, char *domain) in ti_thermal_expose_sensor()
Dti-thermal-common.c326 char *domain) in ti_thermal_expose_sensor()
/linux-4.1.27/drivers/xen/
Dprivcmd.c199 domid_t domain; member
289 domid_t domain; member
/linux-4.1.27/drivers/gpu/vga/
Dvga_switcheroo.c647 int vga_switcheroo_init_domain_pm_ops(struct device *dev, struct dev_pm_domain *domain) in vga_switcheroo_init_domain_pm_ops()
698 … vga_switcheroo_init_domain_pm_optimus_hdmi_audio(struct device *dev, struct dev_pm_domain *domain) in vga_switcheroo_init_domain_pm_optimus_hdmi_audio()
Dvgaarb.c819 static int vga_pci_str_to_vars(char *buf, int count, unsigned int *domain, in vga_pci_str_to_vars()
1063 unsigned int domain, bus, devfn; in vga_arb_write() local
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddrm.h42 struct iommu_domain *domain; member
135 struct iommu_domain *domain; member
/linux-4.1.27/arch/ia64/include/asm/
Dhw_irq.h105 cpumask_t domain; member
/linux-4.1.27/arch/x86/platform/uv/
Dbios_uv.c179 int uv_bios_set_legacy_vga_target(bool decode, int domain, int bus) in uv_bios_set_legacy_vga_target()
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dirq.c457 struct irq_domain *domain; in init_IRQ() local
/linux-4.1.27/drivers/pci/host/
Dpcie-xilinx.c336 static int xilinx_pcie_msi_map(struct irq_domain *domain, unsigned int irq, in xilinx_pcie_msi_map()
375 static int xilinx_pcie_intx_map(struct irq_domain *domain, unsigned int irq, in xilinx_pcie_intx_map()
Dpci-dra7xx.c158 static int dra7xx_pcie_intx_map(struct irq_domain *domain, unsigned int irq, in dra7xx_pcie_intx_map()
Dpcie-rcar.c113 struct irq_domain *domain; member
662 static int rcar_msi_map(struct irq_domain *domain, unsigned int irq, in rcar_msi_map()
/linux-4.1.27/include/uapi/linux/
Dcciss_ioctl.h15 unsigned short domain; member
Dtipc.h187 __u32 domain; member
/linux-4.1.27/drivers/misc/
Dcs5535-mfgpt.c148 struct cs5535_mfgpt_timer *cs5535_mfgpt_alloc_timer(int timer_nr, int domain) in cs5535_mfgpt_alloc_timer()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_pci.c151 int domain, bus, slot, func, ret; in drm_pci_set_unique() local
/linux-4.1.27/arch/x86/kernel/
Ddevicetree.c199 static int ioapic_xlate(struct irq_domain *domain, in ioapic_xlate()
/linux-4.1.27/arch/ia64/pci/
Dpci.c378 int busnum, int domain) in probe_pci_root_info()
423 int domain = root->segment; in pci_acpi_scan_root() local
/linux-4.1.27/drivers/base/regmap/
Dregmap-irq.c32 struct irq_domain *domain; member
/linux-4.1.27/drivers/gpu/drm/cirrus/
Dcirrus_ttm.c298 void cirrus_ttm_placement(struct cirrus_bo *bo, int domain) in cirrus_ttm_placement()
/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_ttm.c293 void mgag200_ttm_placement(struct mgag200_bo *bo, int domain) in mgag200_ttm_placement()
/linux-4.1.27/drivers/gpu/drm/ast/
Dast_ttm.c293 void ast_ttm_placement(struct ast_bo *bo, int domain) in ast_ttm_placement()
/linux-4.1.27/include/linux/mfd/
Dtc3589x.h119 struct irq_domain *domain; member
Dstmpe.h92 struct irq_domain *domain; member
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_kms.h65 struct irq_domain *domain; member
/linux-4.1.27/fs/cifs/
Dcifsencrypt.c496 wchar_t *domain; in calc_ntlmv2_hash() local
/linux-4.1.27/security/apparmor/
Ddomain.c37 void aa_free_domain_entries(struct aa_domain *domain) in aa_free_domain_entries()
/linux-4.1.27/drivers/sh/intc/
Dinternals.h70 struct irq_domain *domain; member
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dclk.h53 u32 domain[nv_clk_src_max]; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dgk20a.c90 struct iommu_domain *domain; member
/linux-4.1.27/include/acpi/
Dprocessor.h80 u64 domain; member
121 u64 domain; member
/linux-4.1.27/fs/ocfs2/dlmfs/
Ddlmfs.c472 struct qstr *domain = &dentry->d_name; in dlmfs_mkdir() local
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_mbx.c1087 uint8_t *area, uint8_t *domain, uint16_t *top, uint16_t *sw_cap) in qla2x00_get_adapter_id()
1858 qla24xx_login_fabric(scsi_qla_host_t *vha, uint16_t loop_id, uint8_t domain, in qla24xx_login_fabric()
1997 qla2x00_login_fabric(scsi_qla_host_t *vha, uint16_t loop_id, uint8_t domain, in qla2x00_login_fabric()
2137 qla24xx_fabric_logout(scsi_qla_host_t *vha, uint16_t loop_id, uint8_t domain, in qla24xx_fabric_logout()
2218 qla2x00_fabric_logout(scsi_qla_host_t *vha, uint16_t loop_id, uint8_t domain, in qla2x00_fabric_logout()
/linux-4.1.27/arch/s390/include/asm/
Dpci.h79 u16 domain; member
/linux-4.1.27/drivers/gpu/drm/bochs/
Dbochs_mm.c258 static void bochs_ttm_placement(struct bochs_bo *bo, int domain) in bochs_ttm_placement()
/linux-4.1.27/arch/x86/kernel/apic/
Dio_apic.c941 static int alloc_irq_from_domain(struct irq_domain *domain, u32 gsi, int pin) in alloc_irq_from_domain()
977 struct irq_domain *domain = mp_ioapic_irqdomain(ioapic); in mp_map_pin_to_irq() local
3019 int mp_irqdomain_map(struct irq_domain *domain, unsigned int virq, in mp_irqdomain_map()
3056 void mp_irqdomain_unmap(struct irq_domain *domain, unsigned int virq) in mp_irqdomain_unmap()
/linux-4.1.27/drivers/gpu/ipu-v3/
Dipu-prv.h163 struct irq_domain *domain; member

12