Lines Matching refs:private_data
63 file->private_data = debug; in bfad_debugfs_open_drvtrc()
107 file->private_data = fw_debug; in bfad_debugfs_open_fwtrc()
151 file->private_data = fw_debug; in bfad_debugfs_open_fwsave()
167 file->private_data = reg_debug; 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()
371 file->private_data = NULL; in bfad_debugfs_release()
379 struct bfad_debug_info *fw_debug = file->private_data; in bfad_debugfs_release_fwtrc()
387 file->private_data = NULL; in bfad_debugfs_release_fwtrc()