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