Searched refs:str_on_off (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_fdi.c | 40 str_on_off(state), str_on_off(cur_state)); in assert_fdi_tx() 61 str_on_off(state), str_on_off(cur_state)); in assert_fdi_rx() 99 str_on_off(state), str_on_off(cur_state)); in assert_fdi_rx_pll()
|
A D | vlv_dsi_pll.c | 613 str_on_off(state), str_on_off(cur_state)); in assert_dsi_pll()
|
A D | g4x_dp.c | 178 str_on_off(state), str_on_off(cur_state)); in assert_dp_port() 188 str_on_off(state), str_on_off(cur_state)); in assert_edp_pll()
|
A D | intel_vblank.c | 430 pipe_name(pipe), str_on_off(state)); in wait_for_pipe_scanline_moving()
|
A D | intel_display_trace.h | 183 __get_str(dev), str_on_off(__entry->old), str_on_off(__entry->new),
|
A D | intel_dsi_vbt.c | 488 gpio_index, gpio_number, gpio_source, str_yes_no(native), str_on_off(value)); in mipi_exec_gpio()
|
A D | intel_dpll.c | 2052 str_on_off(state), str_on_off(cur_state)); in assert_pll()
|
A D | intel_dpll_mgr.c | 168 "asserting DPLL %s with no DPLL\n", str_on_off(state))) in assert_shared_dpll() 174 pll->info->name, str_on_off(state), in assert_shared_dpll() 175 str_on_off(cur_state)); in assert_shared_dpll()
|
A D | intel_display.c | 431 str_on_off(state), str_on_off(cur_state)); in assert_transcoder() 443 plane->base.name, str_on_off(state), in assert_plane() 444 str_on_off(cur_state)); in assert_plane()
|
/linux-6.3-rc2/include/linux/ |
A D | string_helpers.h | 121 static inline const char *str_on_off(bool v) in str_on_off() function
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_rc6.c | 436 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.3-rc2/drivers/gpu/drm/i915/ |
A D | vlv_suspend.c | 367 str_on_off(wait_for_on)); in vlv_wait_for_gt_wells()
|
/linux-6.3-rc2/drivers/iio/accel/ |
A D | kionix-kx022a.c | 342 dev_err(data->dev, "Turn %s fail %d\n", str_on_off(on), ret); in kx022a_turn_on_off_unlocked()
|
/linux-6.3-rc2/drivers/platform/x86/ |
A D | thinkpad_acpi.c | 5637 seq_printf(m, "status:\t\t%s\n", str_on_off(status & BIT(0))); in light_read() 6093 #define str_led_status(s) ((s) >= TPACPI_LED_BLINK ? "blinking" : str_on_off(s)) 7833 seq_printf(m, "mute:\t\t%s\n", str_on_off(status & BIT(TP_EC_AUDIO_MUTESW))); in volume_read()
|
Completed in 64 milliseconds