Lines Matching defs:log

40 static void _guc_log_init_sizes(struct intel_guc_log *log)  in _guc_log_init_sizes()
115 static void guc_log_init_sizes(struct intel_guc_log *log) in guc_log_init_sizes()
123 static u32 intel_guc_log_section_size_crash(struct intel_guc_log *log) in intel_guc_log_section_size_crash()
130 static u32 intel_guc_log_section_size_debug(struct intel_guc_log *log) in intel_guc_log_section_size_debug()
137 u32 intel_guc_log_section_size_capture(struct intel_guc_log *log) in intel_guc_log_section_size_capture()
144 static u32 intel_guc_log_size(struct intel_guc_log *log) in intel_guc_log_size()
288 static void guc_move_to_next_buf(struct intel_guc_log *log) in guc_move_to_next_buf()
304 static void *guc_get_write_buffer(struct intel_guc_log *log) in guc_get_write_buffer()
318 bool intel_guc_check_log_buf_overflow(struct intel_guc_log *log, in intel_guc_check_log_buf_overflow()
342 unsigned int intel_guc_get_log_buffer_size(struct intel_guc_log *log, in intel_guc_get_log_buffer_size()
359 size_t intel_guc_get_log_buffer_offset(struct intel_guc_log *log, in intel_guc_get_log_buffer_offset()
374 static void _guc_log_copy_debuglogs_for_relay(struct intel_guc_log *log) in _guc_log_copy_debuglogs_for_relay()
482 struct intel_guc_log *log = in copy_debug_logs_work() local
488 static int guc_log_relay_map(struct intel_guc_log *log) in guc_log_relay_map()
505 static void guc_log_relay_unmap(struct intel_guc_log *log) in guc_log_relay_unmap()
513 void intel_guc_log_init_early(struct intel_guc_log *log) in intel_guc_log_init_early()
520 static int guc_log_relay_create(struct intel_guc_log *log) in guc_log_relay_create()
565 static void guc_log_relay_destroy(struct intel_guc_log *log) in guc_log_relay_destroy()
573 static void guc_log_copy_debuglogs_for_relay(struct intel_guc_log *log) in guc_log_copy_debuglogs_for_relay()
589 static u32 __get_default_log_level(struct intel_guc_log *log) in __get_default_log_level()
614 int intel_guc_log_create(struct intel_guc_log *log) in intel_guc_log_create()
658 void intel_guc_log_destroy(struct intel_guc_log *log) in intel_guc_log_destroy()
664 int intel_guc_log_set_level(struct intel_guc_log *log, u32 level) in intel_guc_log_set_level()
704 bool intel_guc_log_relay_created(const struct intel_guc_log *log) in intel_guc_log_relay_created()
709 int intel_guc_log_relay_open(struct intel_guc_log *log) in intel_guc_log_relay_open()
753 int intel_guc_log_relay_start(struct intel_guc_log *log) in intel_guc_log_relay_start()
770 void intel_guc_log_relay_flush(struct intel_guc_log *log) in intel_guc_log_relay_flush()
796 static void guc_log_relay_stop(struct intel_guc_log *log) in guc_log_relay_stop()
811 void intel_guc_log_relay_close(struct intel_guc_log *log) in intel_guc_log_relay_close()
822 void intel_guc_log_handle_flush_event(struct intel_guc_log *log) in intel_guc_log_handle_flush_event()
852 void intel_guc_log_info(struct intel_guc_log *log, struct drm_printer *p) in intel_guc_log_info()
881 int intel_guc_log_dump(struct intel_guc_log *log, struct drm_printer *p, in intel_guc_log_dump()