Searched refs:DM_FLAG_ALLOC_PDATA (Results 1 – 3 of 3) sorted by relevance
94 if (dev->flags & DM_FLAG_ALLOC_PDATA) { in device_unbind()
99 dev->flags |= DM_FLAG_ALLOC_PDATA; in device_bind_common()204 if (dev->flags & DM_FLAG_ALLOC_PDATA) { in device_bind_common()
28 #define DM_FLAG_ALLOC_PDATA (1 << 1) macro