Lines Matching full:sm5502
3 * extcon-sm5502.c - Silicon Mitus SM5502 extcon drvier to support USB switches
20 #include "extcon-sm5502.h"
73 /* Default value of SM5502 register to bring up MUIC device. */
187 /* List of supported interrupt for SM5502 */
205 /* Define interrupt list of SM5502 to register regmap_irq */
227 .name = "sm5502",
283 /* Define regmap configuration of SM5502 for I2C communication */
647 /* To test I2C, Print version_id and vendor_id of SM5502 */ in sm5502_init_dev_type()
663 /* Initiazle the register of SM5502 device to bring-up */ in sm5502_init_dev_type()
712 /* Support irq domain for SM5502 MUIC device */ in sm5022_muic_i2c_probe()
770 /* Initialize SM5502 device and print vendor id and version id */ in sm5022_muic_i2c_probe()
797 { .compatible = "siliconmitus,sm5502-muic", .data = &sm5502_data },
830 { "sm5502", (kernel_ulong_t)&sm5502_data },
839 .name = "sm5502",
853 MODULE_DESCRIPTION("Silicon Mitus SM5502 Extcon driver");