Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dbutton.c59 const char *button_label; in do_button() local
66 button_label = argv[1]; in do_button()
67 if (strncmp(button_label, "list", 4) == 0) in do_button()
70 ret = button_get_by_label(button_label, &dev); in do_button()
72 printf("Button '%s' not found (err=%d)\n", button_label, ret); in do_button()

Completed in 3 milliseconds