Searched refs:DM_FLAG_ALLOC_UCLASS_PDATA (Results 1 – 3 of 3) sorted by relevance
99 if (dev->flags & DM_FLAG_ALLOC_UCLASS_PDATA) { in device_unbind()
170 dev->flags |= DM_FLAG_ALLOC_UCLASS_PDATA; in device_bind_common()306 if (dev->flags & DM_FLAG_ALLOC_UCLASS_PDATA) { in device_bind_common()
38 #define DM_FLAG_ALLOC_UCLASS_PDATA (1 << 4) macro