Home
last modified time | relevance | path

Searched defs:domain (Results 26 – 50 of 750) sorted by relevance

12345678910>>...30

/OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/
H A Detnaviv_perfmon.c41 const struct etnaviv_pm_domain *domain, in perf_reg_read()
50 const struct etnaviv_pm_domain *domain, in pipe_reg_read()
74 const struct etnaviv_pm_domain *domain, in hi_total_cycle_read()
88 const struct etnaviv_pm_domain *domain, in hi_total_idle_cycle_read()
447 const struct etnaviv_pm_domain *domain = NULL; in pm_domain() local
468 struct drm_etnaviv_pm_domain *domain) in etnaviv_pm_query_dom()
/OK3568_Linux_fs/kernel/drivers/soc/bcm/
H A Draspberrypi-power.c24 u32 domain; member
43 u32 domain; member
64 static int rpi_domain_off(struct generic_pm_domain *domain) in rpi_domain_off()
72 static int rpi_domain_on(struct generic_pm_domain *domain) in rpi_domain_on()
119 int xlate_index, int domain, in rpi_init_old_power_domain()
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-ti-sci-intr.c57 static int ti_sci_intr_irq_domain_translate(struct irq_domain *domain, in ti_sci_intr_irq_domain_translate()
108 static void ti_sci_intr_irq_domain_free(struct irq_domain *domain, in ti_sci_intr_irq_domain_free()
134 static int ti_sci_intr_alloc_parent_irq(struct irq_domain *domain, in ti_sci_intr_alloc_parent_irq()
194 static int ti_sci_intr_irq_domain_alloc(struct irq_domain *domain, in ti_sci_intr_irq_domain_alloc()
226 struct irq_domain *parent_domain, *domain; in ti_sci_intr_irq_domain_probe() local
H A Dirq-ath79-misc.c34 struct irq_domain *domain = irq_desc_get_handler_data(desc); in ath79_misc_irq_handler() local
118 struct irq_domain *domain, int irq) in ath79_misc_intc_domain_init()
134 struct irq_domain *domain; in ath79_misc_intc_of_init() local
184 struct irq_domain *domain; in ath79_misc_irq_init() local
/OK3568_Linux_fs/kernel/drivers/soc/dove/
H A Dpmu.c143 static int pmu_domain_power_off(struct generic_pm_domain *domain) in pmu_domain_power_off()
177 static int pmu_domain_power_on(struct generic_pm_domain *domain) in pmu_domain_power_on()
211 static void __pmu_domain_register(struct pmu_domain *domain, in __pmu_domain_register()
230 struct irq_domain *domain = pmu->irq_domain; in pmu_irq_handler() local
270 struct irq_domain *domain; in dove_init_pmu_irq() local
326 struct pmu_domain *domain; in dove_init_pmu_legacy() local
410 struct pmu_domain *domain; in dove_init_pmu() local
/OK3568_Linux_fs/kernel/drivers/firmware/arm_scmi/
H A Dpower.c42 __le32 domain; member
47 __le32 domain; member
100 u32 domain, struct power_dom_info *dom_info) in scmi_power_domain_attributes_get()
129 u32 domain, u32 state) in scmi_power_state_set()
151 u32 domain, u32 *state) in scmi_power_state_get()
178 u32 domain) in scmi_power_name_get()
194 u32 domain, bool enable) in scmi_power_request_notify()
283 int domain; in scmi_power_protocol_init() local
H A Dreset.c92 u32 domain, struct reset_dom_info *dom_info) in scmi_reset_domain_attributes_get()
130 u32 domain) in scmi_reset_name_get()
140 u32 domain) in scmi_reset_latency_get()
148 static int scmi_domain_reset(const struct scmi_protocol_handle *ph, u32 domain, in scmi_domain_reset()
179 u32 domain) in scmi_reset_domain_reset()
186 scmi_reset_domain_assert(const struct scmi_protocol_handle *ph, u32 domain) in scmi_reset_domain_assert()
193 scmi_reset_domain_deassert(const struct scmi_protocol_handle *ph, u32 domain) in scmi_reset_domain_deassert()
296 int domain; in scmi_reset_protocol_init() local
H A Dscmi_pm_domain.c20 u32 domain; member
25 static int scmi_pd_power(struct generic_pm_domain *domain, bool power_on) in scmi_pd_power()
45 static int scmi_pd_power_on(struct generic_pm_domain *domain) in scmi_pd_power_on()
50 static int scmi_pd_power_off(struct generic_pm_domain *domain) in scmi_pd_power_off()
/OK3568_Linux_fs/kernel/net/netlabel/
H A Dnetlabel_domainhash.c137 static struct netlbl_dom_map *netlbl_domhsh_search(const char *domain, in netlbl_domhsh_search()
172 static struct netlbl_dom_map *netlbl_domhsh_search_def(const char *domain, in netlbl_domhsh_search_def()
660 int netlbl_domhsh_remove_af4(const char *domain, in netlbl_domhsh_remove_af4()
729 int netlbl_domhsh_remove_af6(const char *domain, in netlbl_domhsh_remove_af6()
794 int netlbl_domhsh_remove(const char *domain, u16 family, in netlbl_domhsh_remove()
857 struct netlbl_dom_map *netlbl_domhsh_getentry(const char *domain, u16 family) in netlbl_domhsh_getentry()
875 struct netlbl_dommap_def *netlbl_domhsh_getentry_af4(const char *domain, in netlbl_domhsh_getentry_af4()
905 struct netlbl_dommap_def *netlbl_domhsh_getentry_af6(const char *domain, in netlbl_domhsh_getentry_af6()
/OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/
H A Dip27-irq.c117 static int hub_domain_alloc(struct irq_domain *domain, unsigned int virq, in hub_domain_alloc()
156 static void hub_domain_free(struct irq_domain *domain, in hub_domain_free()
190 struct irq_domain *domain; in ip27_do_irq_mask0() local
232 struct irq_domain *domain; in ip27_do_irq_mask1() local
279 struct irq_domain *domain; in arch_init_irq() local
/OK3568_Linux_fs/kernel/drivers/soc/imx/
H A Dgpc.c130 static int imx_pgc_get_clocks(struct device *dev, struct imx_pm_domain *domain) in imx_pgc_get_clocks()
156 static void imx_pgc_put_clocks(struct imx_pm_domain *domain) in imx_pgc_put_clocks()
164 static int imx_pgc_parse_dt(struct device *dev, struct imx_pm_domain *domain) in imx_pgc_parse_dt()
181 struct imx_pm_domain *domain = pdev->dev.platform_data; in imx_pgc_power_domain_probe() local
216 struct imx_pm_domain *domain = pdev->dev.platform_data; in imx_pgc_power_domain_remove() local
363 struct imx_pm_domain *domain; in imx_gpc_old_dt_init() local
459 struct imx_pm_domain *domain; in imx_gpc_probe() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_regulation_6g.c179 static u8 _domain_index_6g(u16 domain) in _domain_index_6g()
193 u16 domain, enum regulation_rsn reason) in _regulatory_domain_update_6g()
231 static void _history_log_6g(struct rtw_regulation *rg, u16 domain, u8 reason) in _history_log_6g()
281 bool regu_valid_domain_6g(u16 domain) in regu_valid_domain_6g()
292 bool regu_set_domain_6g(void *phl, u16 domain, in regu_set_domain_6g()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_regulation_6g.c179 static u8 _domain_index_6g(u16 domain) in _domain_index_6g()
193 u16 domain, enum regulation_rsn reason) in _regulatory_domain_update_6g()
231 static void _history_log_6g(struct rtw_regulation *rg, u16 domain, u8 reason) in _history_log_6g()
281 bool regu_valid_domain_6g(u16 domain) in regu_valid_domain_6g()
292 bool regu_set_domain_6g(void *phl, u16 domain, in regu_set_domain_6g()
/OK3568_Linux_fs/kernel/kernel/irq/
H A Dirq_sim.c18 struct irq_domain *domain; member
28 struct irq_domain *domain; member
121 static int irq_sim_domain_map(struct irq_domain *domain, in irq_sim_domain_map()
140 static void irq_sim_domain_unmap(struct irq_domain *domain, unsigned int virq) in irq_sim_domain_unmap()
207 void irq_domain_remove_sim(struct irq_domain *domain) in irq_domain_remove_sim()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dplatform-msi.c54 static int platform_msi_init(struct irq_domain *domain, in platform_msi_init()
181 struct irq_domain *domain; in platform_msi_create_irq_domain() local
306 void *platform_msi_get_host_data(struct irq_domain *domain) in platform_msi_get_host_data()
332 struct irq_domain *domain; in __platform_msi_create_device_domain() local
367 void platform_msi_domain_free(struct irq_domain *domain, unsigned int virq, in platform_msi_domain_free()
396 int platform_msi_domain_alloc(struct irq_domain *domain, unsigned int virq, in platform_msi_domain_alloc()
/OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/
H A Dxenbus.c204 unsigned int domain, unsigned int bus, in xen_pcibk_publish_pci_dev()
227 int domain, int bus, int slot, int func, in xen_pcibk_export_device()
274 int domain, int bus, int slot, int func) in xen_pcibk_remove_device()
303 unsigned int domain, unsigned int bus) in xen_pcibk_publish_pci_root()
367 int domain, bus, slot, func; in xen_pcibk_reconfigure() local
565 int domain, bus, slot, func; in xen_pcibk_setup_backend() local
H A Dpassthrough.c21 unsigned int domain, in __xen_pcibk_get_pci_dev()
51 unsigned int domain, bus, devfn; in __xen_pcibk_add_pci_dev() local
125 unsigned int domain, bus; in __xen_pcibk_publish_pci_roots() local
179 unsigned int *domain, unsigned int *bus, in __xen_pcibk_get_pcifront_dev()
/OK3568_Linux_fs/kernel/drivers/soc/xilinx/
H A Dzynqmp_pm_domains.c72 static int zynqmp_gpd_power_on(struct generic_pm_domain *domain) in zynqmp_gpd_power_on()
101 static int zynqmp_gpd_power_off(struct generic_pm_domain *domain) in zynqmp_gpd_power_off()
152 static int zynqmp_gpd_attach_dev(struct generic_pm_domain *domain, in zynqmp_gpd_attach_dev()
185 static void zynqmp_gpd_detach_dev(struct generic_pm_domain *domain, in zynqmp_gpd_detach_dev()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-iommu.h57 static inline int iommu_get_dma_cookie(struct iommu_domain *domain) in iommu_get_dma_cookie()
62 static inline int iommu_get_msi_cookie(struct iommu_domain *domain, dma_addr_t base) in iommu_get_msi_cookie()
67 static inline void iommu_put_dma_cookie(struct iommu_domain *domain) in iommu_put_dma_cookie()
/OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c65 struct iommu_domain *domain; member
72 struct iommu_domain domain; member
228 static int qcom_iommu_init_domain(struct iommu_domain *domain, in qcom_iommu_init_domain()
351 static void qcom_iommu_domain_free(struct iommu_domain *domain) in qcom_iommu_domain_free()
372 static int qcom_iommu_attach_dev(struct iommu_domain *domain, struct device *dev) in qcom_iommu_attach_dev()
405 static void qcom_iommu_detach_dev(struct iommu_domain *domain, struct device *dev) in qcom_iommu_detach_dev()
427 static int qcom_iommu_map(struct iommu_domain *domain, unsigned long iova, in qcom_iommu_map()
444 static size_t qcom_iommu_unmap(struct iommu_domain *domain, unsigned long iova, in qcom_iommu_unmap()
469 static void qcom_iommu_flush_iotlb_all(struct iommu_domain *domain) in qcom_iommu_flush_iotlb_all()
482 static void qcom_iommu_iotlb_sync(struct iommu_domain *domain, in qcom_iommu_iotlb_sync()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c126 void amdgpu_bo_placement_from_domain(struct amdgpu_bo *abo, u32 domain) in amdgpu_bo_placement_from_domain()
240 u32 domain, struct amdgpu_bo **bo_ptr, in amdgpu_bo_create_reserved()
335 u32 domain, struct amdgpu_bo **bo_ptr, in amdgpu_bo_create_kernel()
368 uint64_t offset, uint64_t size, uint32_t domain, in amdgpu_bo_create_kernel_at()
452 unsigned long size, u32 domain) in amdgpu_bo_validate_size()
721 uint32_t domain; in amdgpu_bo_validate() local
895 int amdgpu_bo_pin_restricted(struct amdgpu_bo *bo, u32 domain, in amdgpu_bo_pin_restricted()
998 int amdgpu_bo_pin(struct amdgpu_bo *bo, u32 domain) in amdgpu_bo_pin()
1532 uint32_t domain) in amdgpu_bo_get_preferred_pin_domain()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dirq_ia64.c101 static inline int find_unassigned_vector(cpumask_t domain) in find_unassigned_vector()
120 static int __bind_irq_vector(int irq, int vector, cpumask_t domain) in __bind_irq_vector()
145 int bind_irq_vector(int irq, int vector, cpumask_t domain) in bind_irq_vector()
159 cpumask_t domain; in __clear_irq_vector() local
188 cpumask_t domain = CPU_MASK_NONE; in ia64_native_assign_irq_vector() local
265 cpumask_t domain; in __irq_prepare_move() local
387 cpumask_t domain = CPU_MASK_NONE; in create_irq() local
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dmsm_iommu.c43 struct iommu_domain domain; member
330 static void msm_iommu_domain_free(struct iommu_domain *domain) in msm_iommu_domain_free()
402 static int msm_iommu_attach_dev(struct iommu_domain *domain, struct device *dev) in msm_iommu_attach_dev()
451 static void msm_iommu_detach_dev(struct iommu_domain *domain, in msm_iommu_detach_dev()
478 static int msm_iommu_map(struct iommu_domain *domain, unsigned long iova, in msm_iommu_map()
492 static void msm_iommu_sync_map(struct iommu_domain *domain, unsigned long iova, in msm_iommu_sync_map()
500 static size_t msm_iommu_unmap(struct iommu_domain *domain, unsigned long iova, in msm_iommu_unmap()
513 static phys_addr_t msm_iommu_iova_to_phys(struct iommu_domain *domain, in msm_iommu_iova_to_phys()
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Dscpi_pm_domain.c18 u32 domain; member
50 static int scpi_pd_power_on(struct generic_pm_domain *domain) in scpi_pd_power_on()
57 static int scpi_pd_power_off(struct generic_pm_domain *domain) in scpi_pd_power_off()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_iommu_av1d.c42 struct iommu_domain domain; member
57 struct iommu_domain *domain; /* domain to which iommu is attached */ member
214 struct iommu_domain *domain = iommu->domain; in av1_iommu_enable() local
288 static void av1_iommu_flush_tlb_all(struct iommu_domain *domain) in av1_iommu_flush_tlb_all()
356 static bool av1_iommu_is_attach_deferred(struct iommu_domain *domain, in av1_iommu_is_attach_deferred()
438 static phys_addr_t av1_iommu_iova_to_phys(struct iommu_domain *domain, in av1_iommu_iova_to_phys()
563 static size_t av1_iommu_unmap(struct iommu_domain *domain, unsigned long _iova, in av1_iommu_unmap()
593 static int av1_iommu_map(struct iommu_domain *domain, unsigned long _iova, in av1_iommu_map()
623 static void av1_iommu_detach_device(struct iommu_domain *domain, in av1_iommu_detach_device()
654 static int av1_iommu_attach_device(struct iommu_domain *domain, in av1_iommu_attach_device()
[all …]

12345678910>>...30