Searched refs:del (Results 1 – 5 of 5) sorted by relevance
39 manager->del = NULL; in PlatformManagerInit()66 manager->del = NULL; in PlatformManagerUninit()241 if (manager->del != NULL) { in PlatformManagerDelDevice()242 ret = manager->del(manager, device); in PlatformManagerDelDevice()
25 int32_t (*del)(struct PlatformManager *manager, struct PlatformDevice *device); member
533 struct HiviewHieventPayload *del = p; in HiviewHieventDestroy() local536 HiviewHieventPayloadDestroy(del); in HiviewHieventDestroy()
96 $(Q) if exist $(TARGET) (del $(TARGET))
94 manager->del = GpioManagerDel; in GpioManagerGet()