Searched refs:debugfs_create_str (Results 1 – 6 of 6) sorted by relevance
/linux/sound/soc/sof/ |
H A D | debug.c | 327 debugfs_create_str("fw_path", 0444, fw_profile, in snd_sof_dbg_init() 336 debugfs_create_str("fw_lib_path", 0444, fw_profile, in snd_sof_dbg_init() 346 debugfs_create_str("fw_lib_path", 0444, fw_profile, in snd_sof_dbg_init() 350 debugfs_create_str("tplg_path", 0444, fw_profile, in snd_sof_dbg_init() 352 debugfs_create_str("fw_name", 0444, fw_profile, in snd_sof_dbg_init() 354 debugfs_create_str("tplg_name", 0444, fw_profile, in snd_sof_dbg_init()
|
/linux/drivers/interconnect/ |
H A D | debugfs-client.c | 150 debugfs_create_str("src_node", 0600, client_dir, &src_node); in icc_debugfs_client_init() 151 debugfs_create_str("dst_node", 0600, client_dir, &dst_node); in icc_debugfs_client_init()
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_debugfs_params.c | 150 char ** : debugfs_create_str) \
|
/linux/drivers/opp/ |
H A D | debugfs.c | 162 debugfs_create_str("of_name", S_IRUGO, d, (char **)&opp->of_name); in opp_debug_create_one()
|
/linux/drivers/soundwire/ |
H A D | debugfs.c | 299 debugfs_create_str("firmware_file", 0200, d, &firmware_file); in sdw_slave_debugfs_init()
|
/linux/fs/debugfs/ |
H A D | file.c | 1061 EXPORT_SYMBOL_GPL(debugfs_create_str); 1147 void debugfs_create_str(const char *name, umode_t mode, in debugfs_create_str() function
|