Searched refs:event_t (Results 1 – 4 of 4) sorted by relevance
| /u-boot/include/ |
| A D | event.h | 20 enum event_t { enum 81 enum event_t type; 97 enum event_t type; 163 int event_register(const char *id, enum event_t type, event_handler_t func, 191 int event_notify(enum event_t type, void *data, int size); 202 int event_notify_null(enum event_t type); 204 static inline int event_notify_null(enum event_t type) in event_notify_null()
|
| A D | event_internal.h | 26 enum event_t type;
|
| /u-boot/common/ |
| A D | event.c | 49 static const char *event_type_name(enum event_t type) in event_type_name() 114 int event_notify(enum event_t type, void *data, int size) in event_notify() 137 int event_notify_null(enum event_t type) in event_notify_null() 178 int event_register(const char *id, enum event_t type, event_handler_t func, void *ctx) in event_register()
|
| /u-boot/include/dm/ |
| A D | device-internal.h | 432 static inline int device_notify(const struct udevice *dev, enum event_t type) in device_notify()
|
Completed in 9 milliseconds