Searched refs:intel_guc_to_host_event_handler_nop (Results 1 – 3 of 3) sorted by relevance
161 GEM_BUG_ON(guc->handler == intel_guc_to_host_event_handler_nop); in guc_handle_mmio_msg()232 guc->handler = intel_guc_to_host_event_handler_nop; in guc_stop_communication()249 guc->handler = intel_guc_to_host_event_handler_nop; in guc_disable_communication()
146 void intel_guc_to_host_event_handler_nop(struct intel_guc *guc);
71 guc->handler = intel_guc_to_host_event_handler_nop; in intel_guc_init_early()337 void intel_guc_to_host_event_handler_nop(struct intel_guc *guc) in intel_guc_to_host_event_handler_nop() function