Lines Matching refs:bfad_debug_info
36 struct bfad_debug_info { struct
47 struct bfad_debug_info *debug; in bfad_debugfs_open_drvtrc() argument
49 debug = kzalloc(sizeof(struct bfad_debug_info), GFP_KERNEL); in bfad_debugfs_open_drvtrc()
66 struct bfad_debug_info *fw_debug; in bfad_debugfs_open_fwtrc()
70 fw_debug = kzalloc(sizeof(struct bfad_debug_info), GFP_KERNEL); in bfad_debugfs_open_fwtrc()
108 struct bfad_debug_info *fw_debug; in bfad_debugfs_open_fwsave()
112 fw_debug = kzalloc(sizeof(struct bfad_debug_info), GFP_KERNEL); in bfad_debugfs_open_fwsave()
148 struct bfad_debug_info *reg_debug; in bfad_debugfs_open_reg()
150 reg_debug = kzalloc(sizeof(struct bfad_debug_info), GFP_KERNEL); in bfad_debugfs_open_reg()
165 struct bfad_debug_info *debug = file->private_data; in bfad_debugfs_lseek()
174 struct bfad_debug_info *debug = file->private_data; in bfad_debugfs_read()
217 struct bfad_debug_info *regrd_debug = file->private_data; in bfad_debugfs_read_regrd()
241 struct bfad_debug_info *regrd_debug = file->private_data; in bfad_debugfs_write_regrd()
310 struct bfad_debug_info *debug = file->private_data; in bfad_debugfs_write_regwr()
356 struct bfad_debug_info *debug = file->private_data; in bfad_debugfs_release()
369 struct bfad_debug_info *fw_debug = file->private_data; in bfad_debugfs_release_fwtrc()