Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dstring_choices.h50 static inline const char *str_on_off(bool v) in str_on_off() function
54 #define str_off_on(v) str_on_off(!(v))
/linux/scripts/coccinelle/api/
H A Dstring_choices.cocci266 @str_on_off depends on patch@
270 + str_on_off(E)
283 coccilib.report.print_report(p[0], "opportunity for str_on_off(%s)" % e)
/linux/drivers/gpu/drm/i915/display/
H A Dintel_fdi.c48 str_on_off(state), str_on_off(cur_state)); in assert_fdi_tx()
70 str_on_off(state), str_on_off(cur_state)); in assert_fdi_rx()
111 str_on_off(state), str_on_off(cur_state)); in assert_fdi_rx_pll()
H A Dg4x_dp.c179 str_on_off(state), str_on_off(cur_state)); in assert_dp_port()
190 str_on_off(state), str_on_off(cur_state)); in assert_edp_pll()
H A Dintel_display_trace.h251 __get_str(dev), str_on_off(__entry->old), str_on_off(__entry->new),
H A Dintel_vblank.c497 pipe_name(pipe), str_on_off(state)); in wait_for_pipe_scanline_moving()
H A Dintel_dsi_vbt.c420 gpio_index, gpio_number, gpio_source, str_yes_no(native), str_on_off(value)); in mipi_exec_gpio()
H A Dintel_dpll.c2341 str_on_off(state), str_on_off(cur_state)); in assert_pll()
H A Dintel_dpll_mgr.c182 "asserting DPLL %s with no DPLL\n", str_on_off(state))) in assert_shared_dpll()
188 pll->info->name, str_on_off(state), in assert_shared_dpll()
189 str_on_off(cur_state)); in assert_shared_dpll()
H A Dintel_display.c448 transcoder_name(cpu_transcoder), str_on_off(state), in assert_transcoder()
449 str_on_off(cur_state)); in assert_transcoder()
462 plane->base.name, str_on_off(state), in assert_plane()
463 str_on_off(cur_state)); in assert_plane()
H A Dintel_dp.c2488 str_on_off(dsc), in intel_dp_compute_config_link_bpp_limits()
/linux/drivers/acpi/
H A Dac.c240 acpi_device_bid(adev), str_on_off(ac->state)); in acpi_ac_probe()
/linux/drivers/platform/x86/amd/pmf/
H A Dcnqf.c403 dev_dbg(pdev->dev, "Received CnQF %s\n", str_on_off(input)); in cnqf_enable_store()
413 return sysfs_emit(buf, "%s\n", str_on_off(pdev->cnqf_enabled)); in cnqf_enable_show()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_rc6.c450 str_on_off(rc_ctl & GEN6_RC_CTL_HW_ENABLE), in bxt_check_bios_rc6_setup()
451 str_on_off(rc_ctl & GEN6_RC_CTL_RC6_ENABLE), in bxt_check_bios_rc6_setup()
/linux/sound/soc/codecs/
H A Daudio-iio-aux.c218 str_on_off(chan->is_invert_range)); in audio_iio_aux_component_probe()
/linux/sound/pci/hda/
H A Dtas2781_hda_spi.c665 str_on_off(tas_priv->force_fwload_status)); in tas2781_force_fwload_get()
683 str_on_off(tas_priv->force_fwload_status)); in tas2781_force_fwload_put()
/linux/drivers/pinctrl/cirrus/
H A Dpinctrl-cs42l43.c342 str_on_off(us), cs42l43_pin_pins[pin].name); in cs42l43_pin_set_db()
/linux/drivers/gpu/drm/i915/
H A Dvlv_suspend.c368 str_on_off(wait_for_on)); in vlv_wait_for_gt_wells()
/linux/drivers/iio/accel/
H A Dkionix-kx022a.c472 dev_err(data->dev, "Turn %s fail %d\n", str_on_off(on), ret); in __kx022a_turn_on_off()
/linux/drivers/bluetooth/
H A Dbtnxpuart.c401 str_on_off(ps_state == PS_STATE_SLEEP), status); in ps_control()
/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c5359 seq_printf(m, "status:\t\t%s\n", str_on_off(status & BIT(0))); in light_read()
5815 #define str_led_status(s) ((s) >= TPACPI_LED_BLINK ? "blinking" : str_on_off(s))
7619 seq_printf(m, "mute:\t\t%s\n", str_on_off(status & BIT(TP_EC_AUDIO_MUTESW))); in volume_read()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c11198 str_on_off(test_bit(I40E_FLAG_MDD_AUTO_RESET_VF, pf->flags))); in i40e_print_vf_mdd_event()