Searched refs:oob_check_handler (Results 1 – 1 of 1) sorted by relevance
176 static void oob_check_handler(struct k_work *work);177 static K_WORK_DEFINE(oob_check, oob_check_handler);248 static void oob_check_handler(struct k_work *work) in oob_check_handler() function