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

/linux-master/drivers/extcon/
H A Dextcon-max77693.c533 int button_type, bool attached)
538 switch (button_type) {
565 attached ? "pressed" : "released", button_type);
657 int button_type; local
716 button_type = info->prev_button_type = cable_type;
718 button_type = info->prev_button_type;
720 ret = max77693_muic_dock_button_handler(info, button_type,
532 max77693_muic_dock_button_handler(struct max77693_muic_info *info, int button_type, bool attached) argument

Completed in 122 milliseconds