Searched refs:str_hi_lo (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | string_choices.h | 32 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 D | string_choices.cocci | 114 @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 D | gpio-xra1403.c | 144 str_hi_lo(gsr & BIT(i))); in xra1403_dbg_show()
|
| H A D | gpio-stmpe.c | 286 gpio, label ?: "(none)", str_hi_lo(val)); in stmpe_dbg_show_one() 355 str_hi_lo(val), in stmpe_dbg_show_one()
|
| H A D | gpio-crystalcove.c | 321 str_hi_lo(ctli & 0x1), in crystalcove_gpio_dbg_show()
|
| H A D | gpio-wcove.c | 397 str_hi_lo(ctli & 0x1), in wcove_gpio_dbg_show()
|
| H A D | gpio-mvebu.c | 911 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 D | gpio-nomadik.c | 434 str_hi_lo(data_out), in nmk_gpio_dbg_show_one()
|
| H A D | gpiolib.c | 5228 value >= 0 ? str_hi_lo(value) : "? ", in gpiolib_dbg_show()
|
| /linux-6.15/drivers/pinctrl/nomadik/ |
| H A D | pinctrl-abx500.c | 500 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 D | pinctrl-bcm2835.c | 756 fname, str_hi_lo(value), in bcm2835_pctl_pin_dbg_show()
|
| /linux-6.15/drivers/pinctrl/intel/ |
| H A D | pinctrl-baytrail.c | 1205 str_hi_lo(val & BYT_LEVEL), in byt_gpio_dbg_show()
|