Home
last modified time | relevance | path

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

/u-boot/test/dm/
A Dbutton.c73 ut_assertok(button_get_by_label("button1", &dev)); in dm_test_button_label()
78 ut_assertok(button_get_by_label("button2", &dev)); in dm_test_button_label()
83 ut_asserteq(-ENODEV, button_get_by_label("nobutton", &dev)); in dm_test_button_label()
124 ut_assertok(button_get_by_label("button3", &dev)); in dm_test_button_keys_adc()
126 ut_assertok(button_get_by_label("button4", &dev)); in dm_test_button_keys_adc()
128 ut_assertok(button_get_by_label("button5", &dev)); in dm_test_button_keys_adc()
/u-boot/include/
A Dbutton.h59 int button_get_by_label(const char *label, struct udevice **devp);
/u-boot/drivers/button/
A Dbutton-uclass.c15 int button_get_by_label(const char *label, struct udevice **devp) in button_get_by_label() function
/u-boot/board/buffalo/lsxl/
A Dlsxl.c179 ret = button_get_by_label("Power-on Switch", &power_button); in check_power_switch()
260 ret = button_get_by_label("Function Button", &func_button); in check_push_button()
/u-boot/cmd/
A Dbutton.c70 ret = button_get_by_label(button_label, &dev); in do_button()

Completed in 7 milliseconds