Searched +full:rt8973a +full:- +full:muic (Results 1 – 1 of 1) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * extcon-rt8973a.c - Richtek RT8973A extcon driver to support USB switches19 #include <linux/extcon-provider.h>21 #include "extcon-rt8973a.h"70 /* Default value of RT8973A register to bring up MUIC device. */145 /* |---------|--ADC| */150 /* List of supported interrupt for RT8973A */152 { RT8973A_INT1_ATTACH, "muic-attach" },153 { RT8973A_INT1_DETACH, "muic-detach" },154 { RT8973A_INT1_CHGDET, "muic-chgdet" },[all …]