Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/fsl-mc/bus/
Dmc-allocator.c45 if (WARN_ON(!FSL_MC_IS_ALLOCATABLE(mc_dev->obj_desc.type))) in fsl_mc_resource_pool_add_device()
110 if (WARN_ON(!FSL_MC_IS_ALLOCATABLE(mc_dev->obj_desc.type))) in fsl_mc_resource_pool_remove_device()
479 if (WARN_ON(!FSL_MC_IS_ALLOCATABLE(mc_dev->obj_desc.type))) in fsl_mc_allocator_probe()
508 if (WARN_ON(!FSL_MC_IS_ALLOCATABLE(mc_dev->obj_desc.type))) in fsl_mc_allocator_remove()
/linux-4.4.14/drivers/staging/fsl-mc/include/
Dmc-private.h24 #define FSL_MC_IS_ALLOCATABLE(_obj_type) \ macro