Lines Matching defs:master
229 * This structure is attached to dev->iommu->priv of the master device
231 * which are bound to given master device. It is usually referenced by 'owner'
242 * It contains list of SYSMMU controllers from all master devices, which has
263 struct device *master; /* master device (owner) */
264 struct device_link *link; /* runtime PM link to master */
269 struct clk *clk_master; /* master's device clock */
394 dev_name(data->master), finfo->name, fault_addr);
445 data->master, fault_addr, finfo->type);
506 * SYSMMU driver keeps master's clock enabled only for the short
619 data->clk_master = devm_clk_get(dev, "master");
674 struct device *master = data->master;
676 if (master) {
677 struct exynos_iommu_owner *owner = dev_iommu_priv_get(master);
692 struct device *master = data->master;
694 if (master) {
695 struct exynos_iommu_owner *owner = dev_iommu_priv_get(master);
1253 * (dependency) to its master device, so there are no
1324 data->master = dev;