Searched refs:DM_FLAG_ALLOC_UCLASS_PDATA (Results 1 – 3 of 3) sorted by relevance
102 if (dev_get_flags(dev) & DM_FLAG_ALLOC_UCLASS_PDATA) { in device_unbind()
129 dev_or_flags(dev, DM_FLAG_ALLOC_UCLASS_PDATA); in device_bind_common()212 if (dev_get_flags(dev) & DM_FLAG_ALLOC_UCLASS_PDATA) { in device_bind_common()
36 #define DM_FLAG_ALLOC_UCLASS_PDATA (1 << 4) macro
Completed in 10 milliseconds