Home
last modified time | relevance | path

Searched refs:mc_dev (Results 1 – 1 of 1) sorted by relevance

/include/linux/fsl/
Dmc.h101 struct fsl_mc_device *mc_dev; member
404 int __must_check fsl_mc_portal_allocate(struct fsl_mc_device *mc_dev,
412 int __must_check fsl_mc_object_allocate(struct fsl_mc_device *mc_dev,
422 int __must_check fsl_mc_allocate_irqs(struct fsl_mc_device *mc_dev);
424 void fsl_mc_free_irqs(struct fsl_mc_device *mc_dev);
426 struct fsl_mc_device *fsl_mc_get_endpoint(struct fsl_mc_device *mc_dev,
447 static inline bool is_fsl_mc_bus_dprc(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dprc() argument
449 return mc_dev->dev.type == &fsl_mc_bus_dprc_type; in is_fsl_mc_bus_dprc()
452 static inline bool is_fsl_mc_bus_dpni(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dpni() argument
454 return mc_dev->dev.type == &fsl_mc_bus_dpni_type; in is_fsl_mc_bus_dpni()
[all …]