Home
last modified time | relevance | path

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

/linux-4.1.27/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()
368 struct fsl_mc_device *mc_dev = resource->data; in fsl_mc_portal_reset() local
415 int __must_check fsl_mc_object_allocate(struct fsl_mc_device *mc_dev, in fsl_mc_object_allocate()
479 static int fsl_mc_allocator_probe(struct fsl_mc_device *mc_dev) in fsl_mc_allocator_probe()
514 static int fsl_mc_allocator_remove(struct fsl_mc_device *mc_dev) in fsl_mc_allocator_remove()
Dmc-bus.c36 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_bus_match() local
113 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_probe() local
136 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_remove() local
156 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_shutdown() local
265 static int fsl_mc_device_get_mmio_regions(struct fsl_mc_device *mc_dev, in fsl_mc_device_get_mmio_regions()
325 struct fsl_mc_device *mc_dev = NULL; in fsl_mc_device_add() local
455 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()
375 static int dprc_probe(struct fsl_mc_device *mc_dev) in dprc_probe()
439 static int dprc_remove(struct fsl_mc_device *mc_dev) in dprc_remove()
/linux-4.1.27/drivers/staging/fsl-mc/include/
Dmc-private.h82 struct fsl_mc_device mc_dev; member