Home
last modified time | relevance | path

Searched refs:str_high_low (Results 1 – 21 of 21) sorted by relevance

/linux-6.15/include/linux/
H A Dstring_choices.h38 static inline const char *str_high_low(bool v) in str_high_low() function
42 #define str_low_high(v) str_high_low(!(v))
/linux-6.15/scripts/coccinelle/api/
H A Dstring_choices.cocci133 @str_high_low depends on patch disable neg_if_exp@
137 + str_high_low(E)
150 coccilib.report.print_report(p[0], "opportunity for str_high_low(%s)" % e)
/linux-6.15/drivers/pinctrl/qcom/
H A Dpinctrl-ssbi-mpp.c580 seq_puts(s, str_high_low(pin->output_value)); in pm8xxx_mpp_dbg_show_one()
592 seq_puts(s, str_high_low(pin->output_value)); in pm8xxx_mpp_dbg_show_one()
607 seq_puts(s, str_high_low(pin->output_value)); in pm8xxx_mpp_dbg_show_one()
H A Dpinctrl-ssbi-gpio.c573 seq_printf(s, " %-4s", str_high_low(pin->output_value)); in pm8xxx_gpio_dbg_show_one()
H A Dpinctrl-spmi-mpp.c548 seq_printf(s, " %-4s", str_high_low(pad->out_value)); in pmic_mpp_config_dbg_show()
H A Dpinctrl-spmi-gpio.c706 seq_printf(s, " %-4s", str_high_low(pad->out_value)); in pmic_gpio_config_dbg_show()
H A Dpinctrl-msm.c716 seq_printf(s, " %-4s func%d", str_high_low(val), func); in msm_gpio_dbg_show_one()
/linux-6.15/drivers/gpio/
H A Dgpio-wm831x.c238 str_high_low(wm831x_gpio_get(chip, i)), in wm831x_gpio_dbg_show()
H A Dgpiolib.c4931 str_high_low(dflags & GPIOD_FLAGS_BIT_DIR_VAL) : "?"); in gpiod_hog()
/linux-6.15/drivers/iio/humidity/
H A Ddht11.c103 str_high_low(dht11->edges[i - 1].value)); in dht11_edges_print()
/linux-6.15/drivers/platform/x86/intel/int3472/
H A Ddiscrete.c279 str_high_low(gpio_flags == GPIO_ACTIVE_HIGH)); in skl_int3472_handle_gpio_resources()
/linux-6.15/drivers/pinctrl/
H A Dpinctrl-stmfx.c373 seq_printf(s, "output %s ", str_high_low(val)); in stmfx_pinconf_dbg_show()
380 seq_printf(s, "input %s ", str_high_low(val)); in stmfx_pinconf_dbg_show()
/linux-6.15/drivers/pinctrl/cirrus/
H A Dpinctrl-cs42l43.c493 offset + 1, str_high_low(value)); in cs42l43_gpio_set()
H A Dpinctrl-lochnagar.c1072 pin->name, str_high_low(value)); in lochnagar_gpio_set()
/linux-6.15/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c1129 slpm_val ? str_high_low(val) : "same"); in nmk_pin_config_set()
1136 output ? str_high_low(val) : "", in nmk_pin_config_set()
H A Dpinctrl-abx500.c869 str_high_low(argument) : in abx500_pin_config_set()
/linux-6.15/drivers/mfd/
H A Dtps65010.c742 gpio, str_high_low(value), in tps65010_set_gpio_out_value()
/linux-6.15/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c1221 str_high_low(val), in stm32_pconf_dbg_show()
1231 str_high_low(val), in stm32_pconf_dbg_show()
/linux-6.15/drivers/dma/
H A Dsun6i-dma.c557 str_high_low(i), status); in sun6i_dma_interrupt()
/linux-6.15/drivers/bluetooth/
H A Dbtnxpuart.c428 str_high_low(ps_state == PS_STATE_SLEEP)); in ps_control()
/linux-6.15/mm/damon/
H A Dcore.c2278 str_high_low(metric > scheme->wmarks.high)); in damos_wmark_wait_us()