Home
last modified time | relevance | path

Searched refs:extcon_class (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/extcon/
Dextcon.c68 static struct class *extcon_class; variable
478 if (!extcon_class) in extcon_register_interest()
480 class_dev_iter_init(&iter, extcon_class, NULL, NULL); in extcon_register_interest()
571 if (!extcon_class) { in create_extcon_class()
572 extcon_class = class_create(THIS_MODULE, "extcon"); in create_extcon_class()
573 if (IS_ERR(extcon_class)) in create_extcon_class()
574 return PTR_ERR(extcon_class); in create_extcon_class()
575 extcon_class->dev_groups = extcon_groups; in create_extcon_class()
705 if (!extcon_class) { in extcon_dev_register()
725 edev->dev.class = extcon_class; in extcon_dev_register()
[all …]