Searched refs:DM_FLAG_ALLOC_PARENT_PDATA (Results 1 – 3 of 3) sorted by relevance
109 if (dev_get_flags(dev) & DM_FLAG_ALLOC_PARENT_PDATA) { in device_unbind()
150 dev_or_flags(dev, DM_FLAG_ALLOC_PARENT_PDATA); in device_bind_common()212 if (dev_get_flags(dev) & DM_FLAG_ALLOC_PARENT_PDATA) { in device_bind_common()
34 #define DM_FLAG_ALLOC_PARENT_PDATA (1 << 3) macro
Completed in 21 milliseconds