Searched refs:init_debugfs (Results 1 – 3 of 3) sorted by relevance
361 int had_debugfs_info, init_debugfs = 0; in ceph_monc_handle_map() local392 init_debugfs = 1; in ceph_monc_handle_map()396 if (init_debugfs) { in ceph_monc_handle_map()894 int had_debugfs_info, init_debugfs = 0; in handle_auth_reply() local924 init_debugfs = 1; in handle_auth_reply()928 if (init_debugfs) { in handle_auth_reply()
322 if (component->init_debugfs) in soc_init_component_debugfs()323 component->init_debugfs(component); in soc_init_component_debugfs()3102 codec->component.init_debugfs = soc_init_codec_debugfs; in snd_soc_register_codec()
798 void (*init_debugfs)(struct snd_soc_component *component); member