Searched refs:DM_FLAG_ALLOC_PARENT_PDATA (Results 1 – 3 of 3) sorted by relevance
106 if (dev_get_flags(dev) & DM_FLAG_ALLOC_PARENT_PDATA) { in device_unbind()
143 dev_or_flags(dev, DM_FLAG_ALLOC_PARENT_PDATA); in device_bind_common()205 if (dev_get_flags(dev) & DM_FLAG_ALLOC_PARENT_PDATA) { in device_bind_common()
33 #define DM_FLAG_ALLOC_PARENT_PDATA (1 << 3) macro
Completed in 6 milliseconds