Home
last modified time | relevance | path

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

/drivers/staging/fsl-mc/bus/
Dmc-allocator.c34 struct fsl_mc_device in fsl_mc_resource_pool_add_device()
100 static int __must_check fsl_mc_resource_pool_remove_device(struct fsl_mc_device in fsl_mc_resource_pool_remove_device()
279 int __must_check fsl_mc_portal_allocate(struct fsl_mc_device *mc_dev, in fsl_mc_portal_allocate()
408 int __must_check fsl_mc_object_allocate(struct fsl_mc_device *mc_dev, in fsl_mc_object_allocate()
472 static int fsl_mc_allocator_probe(struct fsl_mc_device *mc_dev) in fsl_mc_allocator_probe()
504 static int fsl_mc_allocator_remove(struct fsl_mc_device *mc_dev) in fsl_mc_allocator_remove()
Dmc-bus.c38 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_bus_match() local
117 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_probe() local
140 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_remove() local
160 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_shutdown() local
281 static int translate_mc_addr(struct fsl_mc_device *mc_dev, in translate_mc_addr()
318 static int fsl_mc_device_get_mmio_regions(struct fsl_mc_device *mc_dev, in fsl_mc_device_get_mmio_regions()
396 struct fsl_mc_device *mc_dev = NULL; in fsl_mc_device_add() local
525 void fsl_mc_device_remove(struct fsl_mc_device *mc_dev) in fsl_mc_device_remove()
Ddprc-driver.c27 struct fsl_mc_device *mc_dev; in __fsl_mc_device_remove_if_not_in_mc() local
96 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in __fsl_mc_device_match() local
125 static void check_plugged_state_change(struct fsl_mc_device *mc_dev, in check_plugged_state_change()
377 static int dprc_probe(struct fsl_mc_device *mc_dev) in dprc_probe()
441 static int dprc_remove(struct fsl_mc_device *mc_dev) in dprc_remove()
/drivers/staging/fsl-mc/include/
Dmc-private.h85 struct fsl_mc_device mc_dev; member