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