Searched refs:event_t (Results 1 – 3 of 3) sorted by relevance
21 enum event_t { enum233 enum event_t type;352 int event_register(const char *id, enum event_t type, event_handler_t func,364 const char *event_type_name(enum event_t type);378 int event_notify(enum event_t type, void *data, int size);389 int event_notify_null(enum event_t type);391 static inline int event_notify_null(enum event_t type) in event_notify_null()
26 enum event_t type;
432 static inline int device_notify(const struct udevice *dev, enum event_t type) in device_notify()
Completed in 9 milliseconds