Searched refs:cscfg_mgr (Results 1 – 3 of 3) sorted by relevance
27 static struct cscfg_manager *cscfg_mgr; variable599 atomic_inc(&cscfg_mgr->sys_active_cnt); in cscfg_activate_config()634 atomic_dec(&cscfg_mgr->sys_active_cnt); in cscfg_deactivate_config()761 return cscfg_mgr ? &cscfg_mgr->dev : NULL; in cscfg_device()767 kfree(cscfg_mgr); in cscfg_dev_release()768 cscfg_mgr = NULL; in cscfg_dev_release()778 if (cscfg_mgr) { in cscfg_create_device()784 if (!cscfg_mgr) in cscfg_create_device()809 cscfg_configfs_release(cscfg_mgr); in cscfg_clear_device()823 err = cscfg_configfs_init(cscfg_mgr); in cscfg_init()[all …]
40 int cscfg_configfs_init(struct cscfg_manager *cscfg_mgr);41 void cscfg_configfs_release(struct cscfg_manager *cscfg_mgr);
364 int cscfg_configfs_init(struct cscfg_manager *cscfg_mgr) in cscfg_configfs_init() argument369 if (!cscfg_mgr) in cscfg_configfs_init()376 subsys = &cscfg_mgr->cfgfs_subsys; in cscfg_configfs_init()393 void cscfg_configfs_release(struct cscfg_manager *cscfg_mgr) in cscfg_configfs_release() argument395 configfs_unregister_subsystem(&cscfg_mgr->cfgfs_subsys); in cscfg_configfs_release()
Completed in 7 milliseconds