Lines Matching full:extcon
3 // extcon-ptn5150.c - PTN5150 CC logic extcon driver to support USB detection
5 // Based on extcon-sm5502.c driver
18 #include <linux/extcon-provider.h>
288 /* Allocate extcon device */
291 dev_err(info->dev, "failed to allocate memory for extcon\n");
295 /* Register extcon device */
298 dev_err(info->dev, "failed to register extcon device\n");
324 * Update current extcon state if for example OTG connection was there
356 MODULE_DESCRIPTION("NXP PTN5150 CC logic Extcon driver");