Lines Matching refs:bfad_debug_info
43 struct bfad_debug_info { struct
54 struct bfad_debug_info *debug; in bfad_debugfs_open_drvtrc() argument
56 debug = kzalloc(sizeof(struct bfad_debug_info), GFP_KERNEL); in bfad_debugfs_open_drvtrc()
73 struct bfad_debug_info *fw_debug; in bfad_debugfs_open_fwtrc()
77 fw_debug = kzalloc(sizeof(struct bfad_debug_info), GFP_KERNEL); in bfad_debugfs_open_fwtrc()
117 struct bfad_debug_info *fw_debug; in bfad_debugfs_open_fwsave()
121 fw_debug = kzalloc(sizeof(struct bfad_debug_info), GFP_KERNEL); in bfad_debugfs_open_fwsave()
159 struct bfad_debug_info *reg_debug; in bfad_debugfs_open_reg()
161 reg_debug = kzalloc(sizeof(struct bfad_debug_info), GFP_KERNEL); in bfad_debugfs_open_reg()
176 struct bfad_debug_info *debug = file->private_data; in bfad_debugfs_lseek()
185 struct bfad_debug_info *debug = file->private_data; in bfad_debugfs_read()
228 struct bfad_debug_info *regrd_debug = file->private_data; in bfad_debugfs_read_regrd()
252 struct bfad_debug_info *regrd_debug = file->private_data; in bfad_debugfs_write_regrd()
320 struct bfad_debug_info *debug = file->private_data; in bfad_debugfs_write_regwr()
366 struct bfad_debug_info *debug = file->private_data; in bfad_debugfs_release()
379 struct bfad_debug_info *fw_debug = file->private_data; in bfad_debugfs_release_fwtrc()