Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/extcon/
Dextcon.c80 static struct class *extcon_class; variable
524 if (!extcon_class) in extcon_register_interest()
526 class_dev_iter_init(&iter, extcon_class, NULL, NULL); in extcon_register_interest()
632 if (!extcon_class) { in create_extcon_class()
633 extcon_class = class_create(THIS_MODULE, "extcon"); in create_extcon_class()
634 if (IS_ERR(extcon_class)) in create_extcon_class()
635 return PTR_ERR(extcon_class); in create_extcon_class()
636 extcon_class->dev_groups = extcon_groups; in create_extcon_class()
770 if (!extcon_class) { in extcon_dev_register()
788 edev->dev.class = extcon_class; in extcon_dev_register()
[all …]