| /linux-6.15/include/linux/ |
| H A D | string_choices.h | 38 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 D | string_choices.cocci | 133 @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 D | pinctrl-ssbi-mpp.c | 580 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 D | pinctrl-ssbi-gpio.c | 573 seq_printf(s, " %-4s", str_high_low(pin->output_value)); in pm8xxx_gpio_dbg_show_one()
|
| H A D | pinctrl-spmi-mpp.c | 548 seq_printf(s, " %-4s", str_high_low(pad->out_value)); in pmic_mpp_config_dbg_show()
|
| H A D | pinctrl-spmi-gpio.c | 706 seq_printf(s, " %-4s", str_high_low(pad->out_value)); in pmic_gpio_config_dbg_show()
|
| H A D | pinctrl-msm.c | 716 seq_printf(s, " %-4s func%d", str_high_low(val), func); in msm_gpio_dbg_show_one()
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpio-wm831x.c | 238 str_high_low(wm831x_gpio_get(chip, i)), in wm831x_gpio_dbg_show()
|
| H A D | gpiolib.c | 4931 str_high_low(dflags & GPIOD_FLAGS_BIT_DIR_VAL) : "?"); in gpiod_hog()
|
| /linux-6.15/drivers/iio/humidity/ |
| H A D | dht11.c | 103 str_high_low(dht11->edges[i - 1].value)); in dht11_edges_print()
|
| /linux-6.15/drivers/platform/x86/intel/int3472/ |
| H A D | discrete.c | 279 str_high_low(gpio_flags == GPIO_ACTIVE_HIGH)); in skl_int3472_handle_gpio_resources()
|
| /linux-6.15/drivers/pinctrl/ |
| H A D | pinctrl-stmfx.c | 373 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 D | pinctrl-cs42l43.c | 493 offset + 1, str_high_low(value)); in cs42l43_gpio_set()
|
| H A D | pinctrl-lochnagar.c | 1072 pin->name, str_high_low(value)); in lochnagar_gpio_set()
|
| /linux-6.15/drivers/pinctrl/nomadik/ |
| H A D | pinctrl-nomadik.c | 1129 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 D | pinctrl-abx500.c | 869 str_high_low(argument) : in abx500_pin_config_set()
|
| /linux-6.15/drivers/mfd/ |
| H A D | tps65010.c | 742 gpio, str_high_low(value), in tps65010_set_gpio_out_value()
|
| /linux-6.15/drivers/pinctrl/stm32/ |
| H A D | pinctrl-stm32.c | 1221 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 D | sun6i-dma.c | 557 str_high_low(i), status); in sun6i_dma_interrupt()
|
| /linux-6.15/drivers/bluetooth/ |
| H A D | btnxpuart.c | 428 str_high_low(ps_state == PS_STATE_SLEEP)); in ps_control()
|
| /linux-6.15/mm/damon/ |
| H A D | core.c | 2278 str_high_low(metric > scheme->wmarks.high)); in damos_wmark_wait_us()
|