Symbol: str_high_low
drivers/bluetooth/btnxpuart.c
446
str_high_low(ps_state == PS_STATE_SLEEP));
drivers/dma/sun6i-dma.c
557
str_high_low(i), status);
drivers/gpio/gpio-shared-proxy.c
195
str_high_low(value));
drivers/gpio/gpio-shared-proxy.c
79
str_high_low(value), str_high_low(!shared_desc->def_val),
drivers/gpio/gpio-shared-proxy.c
83
str_high_low(value), str_high_low(shared_desc->def_val));
drivers/gpio/gpio-wm831x.c
236
str_high_low(wm831x_gpio_get(chip, i)),
drivers/gpio/gpiolib.c
5149
str_high_low(dflags & GPIOD_FLAGS_BIT_DIR_VAL) : "?");
drivers/iio/humidity/dht11.c
100
str_high_low(dht11->edges[i - 1].value));
drivers/mfd/tps65010.c
743
gpio, str_high_low(value),
drivers/pinctrl/cirrus/pinctrl-cs42l43.c
494
offset + 1, str_high_low(value));
drivers/pinctrl/cirrus/pinctrl-lochnagar.c
1071
pin->name, str_high_low(value));
drivers/pinctrl/nomadik/pinctrl-abx500.c
865
str_high_low(argument) :
drivers/pinctrl/nomadik/pinctrl-nomadik.c
1129
slpm_val ? str_high_low(val) : "same");
drivers/pinctrl/nomadik/pinctrl-nomadik.c
1136
output ? str_high_low(val) : "",
drivers/pinctrl/pinctrl-stmfx.c
376
seq_printf(s, "output %s ", str_high_low(val));
drivers/pinctrl/pinctrl-stmfx.c
383
seq_printf(s, "input %s ", str_high_low(val));
drivers/pinctrl/qcom/pinctrl-msm.c
709
seq_printf(s, " %-4s func%d", str_high_low(val), func);
drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
708
seq_printf(s, " %-4s", str_high_low(pad->out_value));
drivers/pinctrl/qcom/pinctrl-spmi-mpp.c
548
seq_printf(s, " %-4s", str_high_low(pad->out_value));
drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c
574
seq_printf(s, " %-4s", str_high_low(pin->output_value));
drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c
581
seq_puts(s, str_high_low(pin->output_value));
drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c
593
seq_puts(s, str_high_low(pin->output_value));
drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c
608
seq_puts(s, str_high_low(pin->output_value));
drivers/pinctrl/stm32/pinctrl-stm32.c
1552
str_high_low(val),
drivers/pinctrl/stm32/pinctrl-stm32.c
1562
str_high_low(val),
drivers/platform/x86/intel/int3472/discrete.c
331
str_high_low(gpio_flags == GPIO_ACTIVE_HIGH));
include/linux/string_choices.h
48
#define str_low_high(v) str_high_low(!(v))
mm/damon/core.c
3341
str_high_low(metric > scheme->wmarks.high));