Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/extcon/
Dextcon-max77693.c536 int button_type, bool attached) in max77693_muic_dock_button_handler() argument
541 switch (button_type) { in max77693_muic_dock_button_handler()
568 attached ? "pressed" : "released", button_type); in max77693_muic_dock_button_handler()
658 int button_type; in max77693_muic_adc_handler() local
717 button_type = info->prev_button_type = cable_type; in max77693_muic_adc_handler()
719 button_type = info->prev_button_type; in max77693_muic_adc_handler()
721 ret = max77693_muic_dock_button_handler(info, button_type, in max77693_muic_adc_handler()