Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/extcon/
Dextcon-max77693.c560 int button_type, bool attached) in max77693_muic_dock_button_handler() argument
565 switch (button_type) { in max77693_muic_dock_button_handler()
592 attached ? "pressed" : "released", button_type); in max77693_muic_dock_button_handler()
692 int button_type; in max77693_muic_adc_handler() local
751 button_type = info->prev_button_type = cable_type; in max77693_muic_adc_handler()
753 button_type = info->prev_button_type; in max77693_muic_adc_handler()
755 ret = max77693_muic_dock_button_handler(info, button_type, in max77693_muic_adc_handler()