• Home
  • Raw
  • Download

Lines Matching refs:file

38 						 struct file *file)	\
40 return single_open(file, _showfn, inode->i_private); \
347 struct dentry *file; in genwqe_init_debugfs() local
362 file = debugfs_create_file("ddcb_info", S_IRUGO, root, cd, in genwqe_init_debugfs()
364 if (!file) { in genwqe_init_debugfs()
369 file = debugfs_create_file("info", S_IRUGO, root, cd, in genwqe_init_debugfs()
371 if (!file) { in genwqe_init_debugfs()
376 file = debugfs_create_x64("err_inject", 0666, root, &cd->err_inject); in genwqe_init_debugfs()
377 if (!file) { in genwqe_init_debugfs()
382 file = debugfs_create_u32("ddcb_software_timeout", 0666, root, in genwqe_init_debugfs()
384 if (!file) { in genwqe_init_debugfs()
389 file = debugfs_create_u32("kill_timeout", 0666, root, in genwqe_init_debugfs()
391 if (!file) { in genwqe_init_debugfs()
402 file = debugfs_create_file("curr_regs", S_IRUGO, root, cd, in genwqe_init_debugfs()
404 if (!file) { in genwqe_init_debugfs()
409 file = debugfs_create_file("curr_dbg_uid0", S_IRUGO, root, cd, in genwqe_init_debugfs()
411 if (!file) { in genwqe_init_debugfs()
416 file = debugfs_create_file("curr_dbg_uid1", S_IRUGO, root, cd, in genwqe_init_debugfs()
418 if (!file) { in genwqe_init_debugfs()
423 file = debugfs_create_file("curr_dbg_uid2", S_IRUGO, root, cd, in genwqe_init_debugfs()
425 if (!file) { in genwqe_init_debugfs()
430 file = debugfs_create_file("prev_regs", S_IRUGO, root, cd, in genwqe_init_debugfs()
432 if (!file) { in genwqe_init_debugfs()
437 file = debugfs_create_file("prev_dbg_uid0", S_IRUGO, root, cd, in genwqe_init_debugfs()
439 if (!file) { in genwqe_init_debugfs()
444 file = debugfs_create_file("prev_dbg_uid1", S_IRUGO, root, cd, in genwqe_init_debugfs()
446 if (!file) { in genwqe_init_debugfs()
451 file = debugfs_create_file("prev_dbg_uid2", S_IRUGO, root, cd, in genwqe_init_debugfs()
453 if (!file) { in genwqe_init_debugfs()
461 file = debugfs_create_u32(name, 0666, root, in genwqe_init_debugfs()
463 if (!file) { in genwqe_init_debugfs()
469 file = debugfs_create_file("jobtimer", S_IRUGO, root, cd, in genwqe_init_debugfs()
471 if (!file) { in genwqe_init_debugfs()
476 file = debugfs_create_file("queue_working_time", S_IRUGO, root, cd, in genwqe_init_debugfs()
478 if (!file) { in genwqe_init_debugfs()
483 file = debugfs_create_u32("skip_recovery", 0666, root, in genwqe_init_debugfs()
485 if (!file) { in genwqe_init_debugfs()
490 file = debugfs_create_u32("use_platform_recovery", 0666, root, in genwqe_init_debugfs()
492 if (!file) { in genwqe_init_debugfs()