HomeSort by relevance Sort by last modified time
    Searched refs:DM_FLAG_NAME_ALLOCED (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/core/
device-remove.c 115 if (dev->flags & DM_FLAG_NAME_ALLOCED)
device.c 695 dev->flags |= DM_FLAG_NAME_ALLOCED;
  /external/u-boot/include/dm/
device.h 46 #define DM_FLAG_NAME_ALLOCED (1 << 7)
558 * This sets the DM_FLAG_NAME_ALLOCED flag for the device, so that when it is

Completed in 190 milliseconds