Lines Matching defs:log
58 static void guc_log_enable_flush_events(struct intel_guc_log *log) in guc_log_enable_flush_events()
65 static void guc_log_disable_flush_events(struct intel_guc_log *log) in guc_log_disable_flush_events()
143 static void guc_move_to_next_buf(struct intel_guc_log *log) in guc_move_to_next_buf()
158 static void *guc_get_write_buffer(struct intel_guc_log *log) in guc_get_write_buffer()
172 static bool guc_check_log_buf_overflow(struct intel_guc_log *log, in guc_check_log_buf_overflow()
213 static void guc_read_update_log_buffer(struct intel_guc_log *log) in guc_read_update_log_buffer()
318 struct intel_guc_log *log = in capture_logs_work() local
324 static int guc_log_map(struct intel_guc_log *log) in guc_log_map()
347 static void guc_log_unmap(struct intel_guc_log *log) in guc_log_unmap()
355 void intel_guc_log_init_early(struct intel_guc_log *log) in intel_guc_log_init_early()
362 static int guc_log_relay_create(struct intel_guc_log *log) in guc_log_relay_create()
401 static void guc_log_relay_destroy(struct intel_guc_log *log) in guc_log_relay_destroy()
409 static void guc_log_capture_logs(struct intel_guc_log *log) in guc_log_capture_logs()
425 static u32 __get_default_log_level(struct intel_guc_log *log) in __get_default_log_level()
451 int intel_guc_log_create(struct intel_guc_log *log) in intel_guc_log_create()
503 void intel_guc_log_destroy(struct intel_guc_log *log) in intel_guc_log_destroy()
508 int intel_guc_log_set_level(struct intel_guc_log *log, u32 level) in intel_guc_log_set_level()
548 bool intel_guc_log_relay_created(const struct intel_guc_log *log) in intel_guc_log_relay_created()
553 int intel_guc_log_relay_open(struct intel_guc_log *log) in intel_guc_log_relay_open()
597 int intel_guc_log_relay_start(struct intel_guc_log *log) in intel_guc_log_relay_start()
616 void intel_guc_log_relay_flush(struct intel_guc_log *log) in intel_guc_log_relay_flush()
642 static void guc_log_relay_stop(struct intel_guc_log *log) in guc_log_relay_stop()
658 void intel_guc_log_relay_close(struct intel_guc_log *log) in intel_guc_log_relay_close()
669 void intel_guc_log_handle_flush_event(struct intel_guc_log *log) in intel_guc_log_handle_flush_event()
698 void intel_guc_log_info(struct intel_guc_log *log, struct drm_printer *p) in intel_guc_log_info()
727 int intel_guc_log_dump(struct intel_guc_log *log, struct drm_printer *p, in intel_guc_log_dump()