Home
last modified time | relevance | path

Searched refs:str_on_off (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_fdi.c39 str_on_off(state), str_on_off(cur_state)); in assert_fdi_tx()
60 str_on_off(state), str_on_off(cur_state)); in assert_fdi_rx()
98 str_on_off(state), str_on_off(cur_state)); in assert_fdi_rx_pll()
Dvlv_dsi_pll.c613 str_on_off(state), str_on_off(cur_state)); in assert_dsi_pll()
Dg4x_dp.c177 str_on_off(state), str_on_off(cur_state)); in assert_dp_port()
187 str_on_off(state), str_on_off(cur_state)); in assert_edp_pll()
Dintel_display_trace.h165 str_on_off(__entry->old), str_on_off(__entry->new),
Dintel_dpll.c2050 str_on_off(state), str_on_off(cur_state)); in assert_pll()
Dintel_dpll_mgr.c187 "asserting DPLL %s with no DPLL\n", str_on_off(state))) in assert_shared_dpll()
193 pll->info->name, str_on_off(state), in assert_shared_dpll()
194 str_on_off(cur_state)); in assert_shared_dpll()
Dintel_display.c410 pipe_name(pipe), str_on_off(state)); in wait_for_pipe_scanline_moving()
466 str_on_off(state), str_on_off(cur_state)); in assert_transcoder()
478 plane->base.name, str_on_off(state), in assert_plane()
479 str_on_off(cur_state)); in assert_plane()
/Linux-v6.1/include/linux/
Dstring_helpers.h116 static inline const char *str_on_off(bool v) in str_on_off() function
/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dintel_rc6.c436 str_on_off(rc_ctl & GEN6_RC_CTL_HW_ENABLE), in bxt_check_bios_rc6_setup()
437 str_on_off(rc_ctl & GEN6_RC_CTL_RC6_ENABLE), in bxt_check_bios_rc6_setup()
/Linux-v6.1/drivers/gpu/drm/i915/
Dvlv_suspend.c379 str_on_off(wait_for_on)); in vlv_wait_for_gt_wells()
/Linux-v6.1/drivers/platform/x86/
Dthinkpad_acpi.c5639 seq_printf(m, "status:\t\t%s\n", str_on_off(status & BIT(0))); in light_read()
6095 #define str_led_status(s) ((s) >= TPACPI_LED_BLINK ? "blinking" : str_on_off(s))
7835 seq_printf(m, "mute:\t\t%s\n", str_on_off(status & BIT(TP_EC_AUDIO_MUTESW))); in volume_read()