Lines Matching defs:uevent
421 static void parse_event(const char *msg, struct uevent *uevent) in parse_event()
476 static char **get_character_device_symlinks(struct uevent *uevent) in get_character_device_symlinks()
529 char** get_block_device_symlinks(struct uevent* uevent) { in get_block_device_symlinks()
638 static void handle_platform_device_event(struct uevent *uevent) in handle_platform_device_event()
648 static const char *parse_device_name(struct uevent *uevent, unsigned int len) in parse_device_name()
674 static void handle_block_device_event(struct uevent *uevent) in handle_block_device_event()
721 static void handle_generic_device_event(struct uevent *uevent) in handle_generic_device_event()
820 static void handle_device_event(struct uevent *uevent) in handle_device_event()
834 static void load_firmware(uevent* uevent, const std::string& root, in load_firmware() argument
855 static void process_firmware_event(uevent* uevent) { in process_firmware_event() argument
901 static void handle_firmware_event(uevent* uevent) { in handle_firmware_event() argument
937 struct uevent uevent; in handle_device_fd_with() local
950 [&](uevent* uevent) -> coldboot_action_t { in handle_device_fd() argument