Searched refs:coldboot_callback (Results 1 – 2 of 2) sorted by relevance
47 typedef std::function<coldboot_action_t(struct uevent* uevent)> coldboot_callback; typedef48 extern coldboot_action_t handle_device_fd(coldboot_callback fn = nullptr);49 extern void device_init(const char* path = nullptr, coldboot_callback fn = nullptr);
947 coldboot_action_t handle_device_fd(coldboot_callback fn) in handle_device_fd()986 static coldboot_action_t do_coldboot(DIR *d, coldboot_callback fn) in do_coldboot()1026 static coldboot_action_t coldboot(const char *path, coldboot_callback fn) in coldboot()1036 void device_init(const char* path, coldboot_callback fn) { in device_init()