Searched refs:extcon_class (Results 1 – 1 of 1) sorted by relevance
67 static struct class *extcon_class; variable487 if (!extcon_class) in extcon_register_interest()489 class_dev_iter_init(&iter, extcon_class, NULL, NULL); in extcon_register_interest()556 if (!extcon_class) { in create_extcon_class()557 extcon_class = class_create(THIS_MODULE, "extcon"); in create_extcon_class()558 if (IS_ERR(extcon_class)) in create_extcon_class()559 return PTR_ERR(extcon_class); in create_extcon_class()560 extcon_class->dev_attrs = extcon_attrs; in create_extcon_class()596 if (!extcon_class) { in extcon_dev_register()620 edev->dev->class = extcon_class; in extcon_dev_register()[all …]