Home
last modified time | relevance | path

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

/linux-6.1.9/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_dsi_vbt.c488 gpio_index, gpio_number, gpio_source, str_yes_no(native), str_on_off(value)); in mipi_exec_gpio()
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-6.1.9/include/linux/
Dstring_helpers.h116 static inline const char *str_on_off(bool v) in str_on_off() function
/linux-6.1.9/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-6.1.9/drivers/gpu/drm/i915/
Dvlv_suspend.c379 str_on_off(wait_for_on)); in vlv_wait_for_gt_wells()
/linux-6.1.9/drivers/platform/x86/
Dthinkpad_acpi.c5640 seq_printf(m, "status:\t\t%s\n", str_on_off(status & BIT(0))); in light_read()
6096 #define str_led_status(s) ((s) >= TPACPI_LED_BLINK ? "blinking" : str_on_off(s))
7836 seq_printf(m, "mute:\t\t%s\n", str_on_off(status & BIT(TP_EC_AUDIO_MUTESW))); in volume_read()