Lines Matching refs:uevent_t
39 typedef void (*event_handler_proc_t)(const uevent_t* ev, void* ctx);
61 static void keymaster_port_handler_secure(const uevent_t* ev, void* priv);
62 static void keymaster_port_handler_non_secure(const uevent_t* ev, void* priv);
74 static void keymaster_chan_handler(const uevent_t* ev, void* priv);
78 static long handle_port_errors(const uevent_t* ev) { in handle_port_errors()
778 static void keymaster_chan_handler(const uevent_t* ev, void* priv) { in keymaster_chan_handler()
811 static void keymaster_port_handler(const uevent_t* ev, in keymaster_port_handler()
845 static void keymaster_port_handler_secure(const uevent_t* ev, void* priv) { in keymaster_port_handler_secure()
849 static void keymaster_port_handler_non_secure(const uevent_t* ev, void* priv) { in keymaster_port_handler_non_secure()
853 static void dispatch_event(const uevent_t* ev) { in dispatch_event()
923 uevent_t event; in main()