Lines Matching full:rt8973a
3 * extcon-rt8973a.c - Richtek RT8973A extcon driver to support USB switches
21 #include "extcon-rt8973a.h"
70 /* Default value of RT8973A register to bring up MUIC device. */
150 /* List of supported interrupt for RT8973A */
169 /* Define interrupt list of RT8973A to register regmap_irq */
192 .name = "rt8973a",
200 /* Define regmap configuration of RT8973A for I2C communication */
505 /* To test I2C, Print version_id and vendor_id of RT8973A */ in rt8973a_init_dev_type()
521 /* Initiazle the register of RT8973A device to bring-up */ in rt8973a_init_dev_type()
535 /* Check whether RT8973A is auto switching mode or not */ in rt8973a_init_dev_type()
585 /* Support irq domain for RT8973A MUIC device */ in rt8973a_muic_i2c_probe()
642 /* Initialize RT8973A device and print vendor id and version id */ in rt8973a_muic_i2c_probe()
656 { .compatible = "richtek,rt8973a-muic" },
687 { "rt8973a", TYPE_RT8973A },
694 .name = "rt8973a",
709 MODULE_DESCRIPTION("Richtek RT8973A Extcon driver");