Searched refs:set_label (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/gpio/ |
H A D | adi_gpio2.c | 25 static void set_label(unsigned short ident, const char *label) in set_label() function 183 set_label(ident, label); in peripheral_request() 225 set_label(ident, "free"); in peripheral_free() 272 set_label(gpio, label); in gpio_request() 291 set_label(gpio, "free"); in gpio_free() 325 set_label(gpio, label); in special_gpio_request() 340 set_label(gpio, "free"); in special_gpio_free()
|
/openbmc/linux/tools/testing/selftests/gpio/ |
H A D | gpio-sim.sh | 68 set_label() { function 220 set_label chip bank foobar 305 set_label chip bank0 foobar 307 set_label chip bank1 foobar
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-opc.h | 31 DEF(set_label, 0, 0, 1, TCG_OPF_BB_END | TCG_OPF_NOT_PRESENT)
|
/openbmc/qemu/docs/devel/ |
H A D | tcg-ops.rst | 234 * - set_label $label
|