Home
last modified time | relevance | path

Searched refs:str_hi_lo (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/include/linux/
H A Dstring_choices.h32 static inline const char *str_hi_lo(bool v) in str_hi_lo() function
36 #define str_lo_hi(v) str_hi_lo(!(v))
/linux-6.15/scripts/coccinelle/api/
H A Dstring_choices.cocci114 @str_hi_lo depends on patch disable neg_if_exp@
118 + str_hi_lo(E)
131 coccilib.report.print_report(p[0], "opportunity for str_hi_lo(%s)" % e)
/linux-6.15/drivers/gpio/
H A Dgpio-xra1403.c144 str_hi_lo(gsr & BIT(i))); in xra1403_dbg_show()
H A Dgpio-stmpe.c286 gpio, label ?: "(none)", str_hi_lo(val)); in stmpe_dbg_show_one()
355 str_hi_lo(val), in stmpe_dbg_show_one()
H A Dgpio-crystalcove.c321 str_hi_lo(ctli & 0x1), in crystalcove_gpio_dbg_show()
H A Dgpio-wcove.c397 str_hi_lo(ctli & 0x1), in wcove_gpio_dbg_show()
H A Dgpio-mvebu.c911 str_hi_lo(out & msk), in mvebu_gpio_dbg_show()
917 str_hi_lo((data_in ^ in_pol) & msk), in mvebu_gpio_dbg_show()
H A Dgpio-nomadik.c434 str_hi_lo(data_out), in nmk_gpio_dbg_show_one()
H A Dgpiolib.c5228 value >= 0 ? str_hi_lo(value) : "? ", in gpiolib_dbg_show()
/linux-6.15/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c500 seq_printf(s, " %-9s", str_hi_lo(chip->get(chip, offset))); in abx500_gpio_dbg_show_one()
/linux-6.15/drivers/pinctrl/bcm/
H A Dpinctrl-bcm2835.c756 fname, str_hi_lo(value), in bcm2835_pctl_pin_dbg_show()
/linux-6.15/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c1205 str_hi_lo(val & BYT_LEVEL), in byt_gpio_dbg_show()