Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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.12.1/scripts/coccinelle/api/
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.12.1/drivers/platform/x86/intel/int3472/
Ddiscrete.c234 str_high_low(polarity == GPIO_ACTIVE_HIGH)); in skl_int3472_handle_gpio_resources()
/linux-6.12.1/drivers/pinctrl/
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.12.1/drivers/pinctrl/cirrus/
Dpinctrl-cs42l43.c493 offset + 1, str_high_low(value)); in cs42l43_gpio_set()