Home
last modified time | relevance | path

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

/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c4834 hisi_hba->debugfs_bist_dentry = in debugfs_bist_init_v3_hw()
4837 hisi_hba->debugfs_bist_dentry, hisi_hba, in debugfs_bist_init_v3_hw()
4841 hisi_hba->debugfs_bist_dentry, hisi_hba, in debugfs_bist_init_v3_hw()
4845 hisi_hba->debugfs_bist_dentry, in debugfs_bist_init_v3_hw()
4850 hisi_hba->debugfs_bist_dentry, in debugfs_bist_init_v3_hw()
4854 debugfs_create_file("phy_id", 0600, hisi_hba->debugfs_bist_dentry, in debugfs_bist_init_v3_hw()
4857 debugfs_create_file("cnt", 0600, hisi_hba->debugfs_bist_dentry, in debugfs_bist_init_v3_hw()
4861 hisi_hba->debugfs_bist_dentry, in debugfs_bist_init_v3_hw()
4864 debugfs_create_file("enable", 0600, hisi_hba->debugfs_bist_dentry, in debugfs_bist_init_v3_hw()
4867 ports_dentry = debugfs_create_dir("port", hisi_hba->debugfs_bist_dentry); in debugfs_bist_init_v3_hw()
H A Dhisi_sas.h497 struct dentry *debugfs_bist_dentry; member