Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/extcon/
H A Dextcon-max77693.c532 int button_type, bool attached) in max77693_muic_dock_button_handler() argument
537 switch (button_type) { in max77693_muic_dock_button_handler()
564 attached ? "pressed" : "released", button_type); in max77693_muic_dock_button_handler()
656 int button_type; in max77693_muic_adc_handler() local
715 button_type = info->prev_button_type = cable_type; in max77693_muic_adc_handler()
717 button_type = info->prev_button_type; in max77693_muic_adc_handler()
719 ret = max77693_muic_dock_button_handler(info, button_type, in max77693_muic_adc_handler()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/highgui/
H A Dhighgui_c.h97 …back on_change CV_DEFAULT(NULL), void* userdata CV_DEFAULT(NULL) , int button_type CV_DEFAULT(CV_P…