Lines Matching refs:private_data
56 file->private_data = debug; in bfad_debugfs_open_drvtrc()
98 file->private_data = fw_debug; in bfad_debugfs_open_fwtrc()
140 file->private_data = fw_debug; in bfad_debugfs_open_fwsave()
156 file->private_data = reg_debug; 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()
361 file->private_data = NULL; in bfad_debugfs_release()
369 struct bfad_debug_info *fw_debug = file->private_data; in bfad_debugfs_release_fwtrc()
376 file->private_data = NULL; in bfad_debugfs_release_fwtrc()