Lines Matching defs:master
228 * This structure is attached to dev->iommu->priv of the master device
230 * which are bound to given master device. It is usually referenced by 'owner'
241 * It contains list of SYSMMU controllers from all master devices, which has
285 struct device *master; /* master device (owner) */
286 struct device_link *link; /* runtime PM link to master */
291 struct clk *clk_master; /* master's device clock */
551 dev_name(data->master),
584 ret = report_iommu_fault(&data->domain->domain, data->master,
660 * SYSMMU driver keeps master's clock enabled only for the short
767 data->clk_master = devm_clk_get_optional(dev, "master");
826 struct device *master = data->master;
828 if (master) {
829 struct exynos_iommu_owner *owner = dev_iommu_priv_get(master);
844 struct device *master = data->master;
846 if (master) {
847 struct exynos_iommu_owner *owner = dev_iommu_priv_get(master);
1395 * (dependency) to its master device, so there are no
1468 data->master = dev;