Lines Matching refs:bfad_debug_info
44 struct bfad_debug_info { struct
55 struct bfad_debug_info *debug; in bfad_debugfs_open_drvtrc() argument
57 debug = kzalloc(sizeof(struct bfad_debug_info), GFP_KERNEL); in bfad_debugfs_open_drvtrc()
74 struct bfad_debug_info *fw_debug; in bfad_debugfs_open_fwtrc()
78 fw_debug = kzalloc(sizeof(struct bfad_debug_info), GFP_KERNEL); in bfad_debugfs_open_fwtrc()
116 struct bfad_debug_info *fw_debug; in bfad_debugfs_open_fwsave()
120 fw_debug = kzalloc(sizeof(struct bfad_debug_info), GFP_KERNEL); in bfad_debugfs_open_fwsave()
156 struct bfad_debug_info *reg_debug; in bfad_debugfs_open_reg()
158 reg_debug = kzalloc(sizeof(struct bfad_debug_info), GFP_KERNEL); in bfad_debugfs_open_reg()
173 struct bfad_debug_info *debug = file->private_data; in bfad_debugfs_lseek()
182 struct bfad_debug_info *debug = file->private_data; in bfad_debugfs_read()
225 struct bfad_debug_info *regrd_debug = file->private_data; in bfad_debugfs_read_regrd()
249 struct bfad_debug_info *regrd_debug = file->private_data; in bfad_debugfs_write_regrd()
318 struct bfad_debug_info *debug = file->private_data; in bfad_debugfs_write_regwr()
364 struct bfad_debug_info *debug = file->private_data; in bfad_debugfs_release()
377 struct bfad_debug_info *fw_debug = file->private_data; in bfad_debugfs_release_fwtrc()