Home
last modified time | relevance | path

Searched refs:event_t (Results 1 – 3 of 3) sorted by relevance

/include/
A Devent.h21 enum event_t { enum
233 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()
A Devent_internal.h26 enum event_t type;
/include/dm/
A Ddevice-internal.h432 static inline int device_notify(const struct udevice *dev, enum event_t type) in device_notify()

Completed in 9 milliseconds