Lines Matching defs:dev

120 #define request_irq(irq, func, flags, name, dev) request_irq(irq, flags, func, name, dev)  argument
133 #define dev_print(dev, lvl, fmt, ...) \ argument
136 #define dev_dbg(dev, fmt, ...) dev_print(dev, XENLOG_DEBUG, fmt, ## __VA_ARGS__) argument
137 #define dev_notice(dev, fmt, ...) dev_print(dev, XENLOG_INFO, fmt, ## __VA_ARGS__) argument
138 #define dev_warn(dev, fmt, ...) dev_print(dev, XENLOG_WARNING, fmt, ## __VA_ARGS__) argument
139 #define dev_err(dev, fmt, ...) dev_print(dev, XENLOG_ERR, fmt, ## __VA_ARGS__) argument
141 #define dev_err_ratelimited(dev, fmt, ...) \ argument
144 #define dev_name(dev) dt_node_full_name(dev_to_dt(dev)) argument
150 #define devm_kzalloc(dev, size, flags) _xzalloc(size, sizeof(void *)) argument
153 static void __iomem *devm_ioremap_resource(struct device *dev, in devm_ioremap_resource()
184 #define to_pci_dev(dev) (NULL) argument
240 #define dev_archdata(dev) ((struct arm_smmu_xen_device *)dev->archdata.iommu) argument
241 #define dev_iommu_domain(dev) (dev_archdata(dev)->domain) argument
242 #define dev_iommu_group(dev) (dev_archdata(dev)->group) argument
282 struct device *dev) in iommu_group_add_device()
291 static struct iommu_group *iommu_group_get(struct device *dev) in iommu_group_get()
612 struct device *dev; member
703 static struct device_node *dev_get_dev_node(struct device *dev) in dev_get_dev_node()
740 find_smmu_master_cfg(struct device *dev) in find_smmu_master_cfg()
779 struct device *dev, in register_smmu_master()
825 static struct arm_smmu_device *find_smmu_for_device(struct device *dev) in find_smmu_for_device()
899 static irqreturn_t arm_smmu_context_fault(int irq, void *dev) in arm_smmu_context_fault()
952 static irqreturn_t arm_smmu_global_fault(int irq, void *dev) in arm_smmu_global_fault()
977 static void arm_smmu_context_fault_xen(int irq, void *dev, in arm_smmu_context_fault_xen()
985 static void arm_smmu_global_fault_xen(int irq, void *dev, in arm_smmu_global_fault_xen()
1524 static int arm_smmu_attach_dev(struct iommu_domain *domain, struct device *dev) in arm_smmu_attach_dev()
1575 static void arm_smmu_detach_dev(struct iommu_domain *domain, struct device *dev) in arm_smmu_detach_dev()
1913 static int arm_smmu_add_device(struct device *dev) in arm_smmu_add_device()
2288 struct device *dev = &pdev->dev; in arm_smmu_device_dt_probe() local
2562 struct device *dev) in arm_smmu_get_domain()
2595 struct device *dev, u32 flag) in arm_smmu_assign_dev()
2657 static int arm_smmu_deassign_dev(struct domain *d, struct device *dev) in arm_smmu_deassign_dev()
2683 u8 devfn, struct device *dev) in arm_smmu_reassign_dev()
2793 static __init const struct arm_smmu_device *find_smmu(const struct device *dev) in find_smmu()
2810 static __init int arm_smmu_dt_init(struct dt_device_node *dev, in arm_smmu_dt_init()