/linux-6.12.1/drivers/misc/cxl/ |
D | debugfs.c | 38 debugfs_create_io_x64("fir1", S_IRUSR, dir, _cxl_p1_addr(adapter, CXL_PSL9_FIR1)); in cxl_debugfs_add_adapter_regs_psl9() 41 debugfs_create_io_x64("fir_cntl", S_IRUSR, dir, _cxl_p1_addr(adapter, CXL_PSL9_FIR_CNTL)); in cxl_debugfs_add_adapter_regs_psl9() 42 debugfs_create_io_x64("trace", S_IRUSR | S_IWUSR, dir, _cxl_p1_addr(adapter, CXL_PSL9_TRACECFG)); in cxl_debugfs_add_adapter_regs_psl9() 51 debugfs_create_io_x64("fir1", S_IRUSR, dir, _cxl_p1_addr(adapter, CXL_PSL_FIR1)); in cxl_debugfs_add_adapter_regs_psl8() 52 debugfs_create_io_x64("fir2", S_IRUSR, dir, _cxl_p1_addr(adapter, CXL_PSL_FIR2)); in cxl_debugfs_add_adapter_regs_psl8() 53 debugfs_create_io_x64("fir_cntl", S_IRUSR, dir, _cxl_p1_addr(adapter, CXL_PSL_FIR_CNTL)); in cxl_debugfs_add_adapter_regs_psl8() 54 debugfs_create_io_x64("trace", S_IRUSR | S_IWUSR, dir, _cxl_p1_addr(adapter, CXL_PSL_TRACE)); in cxl_debugfs_add_adapter_regs_psl8() 69 debugfs_create_io_x64("err_ivte", S_IRUSR, dir, _cxl_p1_addr(adapter, CXL_PSL_ErrIVTE)); in cxl_debugfs_adapter_add() 82 debugfs_create_io_x64("serr", S_IRUSR, dir, _cxl_p1n_addr(afu, CXL_PSL_SERR_An)); in cxl_debugfs_add_afu_regs_psl9() 87 debugfs_create_io_x64("sstp0", S_IRUSR, dir, _cxl_p2n_addr(afu, CXL_SSTP0_An)); in cxl_debugfs_add_afu_regs_psl8() [all …]
|
/linux-6.12.1/drivers/crypto/nx/ |
D | nx_debugfs.c | 40 debugfs_create_u32("aes_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init() 42 debugfs_create_u32("sha256_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init() 44 debugfs_create_u32("sha512_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init() 46 debugfs_create_u64("aes_bytes", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init() 48 debugfs_create_u64("sha256_bytes", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init() 50 debugfs_create_u64("sha512_bytes", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init() 52 debugfs_create_u32("errors", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init() 54 debugfs_create_u32("last_error", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init() 56 debugfs_create_u32("last_error_pid", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
|
/linux-6.12.1/drivers/xen/xenfs/ |
D | super.c | 50 [2] = { "xenbus", &xen_xenbus_fops, S_IRUSR|S_IWUSR }, in xenfs_fill_super() 52 { "privcmd", &xen_privcmd_fops, S_IRUSR|S_IWUSR }, in xenfs_fill_super() 57 [2] = { "xenbus", &xen_xenbus_fops, S_IRUSR|S_IWUSR }, in xenfs_fill_super() 59 { "privcmd", &xen_privcmd_fops, S_IRUSR|S_IWUSR }, in xenfs_fill_super() 60 { "xsd_kva", &xsd_kva_file_ops, S_IRUSR|S_IWUSR}, in xenfs_fill_super() 61 { "xsd_port", &xsd_port_file_ops, S_IRUSR|S_IWUSR}, in xenfs_fill_super() 63 { "xensyms", &xensyms_ops, S_IRUSR}, in xenfs_fill_super()
|
/linux-6.12.1/drivers/nvme/target/ |
D | debugfs.c | 150 debugfs_create_file("port", S_IRUSR, ctrl->debugfs_dir, ctrl, in nvmet_debugfs_ctrl_setup() 152 debugfs_create_file("hostnqn", S_IRUSR, ctrl->debugfs_dir, ctrl, in nvmet_debugfs_ctrl_setup() 154 debugfs_create_file("kato", S_IRUSR, ctrl->debugfs_dir, ctrl, in nvmet_debugfs_ctrl_setup() 156 debugfs_create_file("state", S_IRUSR | S_IWUSR, ctrl->debugfs_dir, ctrl, in nvmet_debugfs_ctrl_setup() 158 debugfs_create_file("host_traddr", S_IRUSR, ctrl->debugfs_dir, ctrl, in nvmet_debugfs_ctrl_setup()
|
/linux-6.12.1/drivers/misc/mei/ |
D | debugfs.c | 186 debugfs_create_file("meclients", S_IRUSR, dir, dev, in mei_dbgfs_register() 188 debugfs_create_file("active", S_IRUSR, dir, dev, in mei_dbgfs_register() 190 debugfs_create_file("devstate", S_IRUSR, dir, dev, in mei_dbgfs_register() 192 debugfs_create_file("allow_fixed_address", S_IRUSR | S_IWUSR, dir, in mei_dbgfs_register()
|
/linux-6.12.1/arch/x86/kernel/cpu/mce/ |
D | inject.c | 703 { .name = "status", .fops = &status_fops, .perm = S_IRUSR | S_IWUSR }, 704 { .name = "misc", .fops = &misc_fops, .perm = S_IRUSR | S_IWUSR }, 705 { .name = "addr", .fops = &addr_fops, .perm = S_IRUSR | S_IWUSR }, 706 { .name = "synd", .fops = &synd_fops, .perm = S_IRUSR | S_IWUSR }, 707 { .name = "ipid", .fops = &ipid_fops, .perm = S_IRUSR | S_IWUSR }, 708 { .name = "bank", .fops = &bank_fops, .perm = S_IRUSR | S_IWUSR }, 709 { .name = "flags", .fops = &flags_fops, .perm = S_IRUSR | S_IWUSR }, 710 { .name = "cpu", .fops = &extcpu_fops, .perm = S_IRUSR | S_IWUSR }, 711 { .name = "README", .fops = &readme_fops, .perm = S_IRUSR | S_IRGRP | S_IROTH },
|
/linux-6.12.1/drivers/acpi/apei/ |
D | einj-core.c | 783 debugfs_create_file("available_error_type", S_IRUSR, einj_debug_dir, in einj_probe() 812 debugfs_create_x32("flags", S_IRUSR | S_IWUSR, einj_debug_dir, in einj_probe() 814 debugfs_create_x64("param1", S_IRUSR | S_IWUSR, einj_debug_dir, in einj_probe() 816 debugfs_create_x64("param2", S_IRUSR | S_IWUSR, einj_debug_dir, in einj_probe() 818 debugfs_create_x64("param3", S_IRUSR | S_IWUSR, einj_debug_dir, in einj_probe() 820 debugfs_create_x64("param4", S_IRUSR | S_IWUSR, einj_debug_dir, in einj_probe() 822 debugfs_create_x32("notrigger", S_IRUSR | S_IWUSR, in einj_probe() 829 debugfs_create_blob("vendor", S_IRUSR, einj_debug_dir, in einj_probe() 831 debugfs_create_x32("vendor_flags", S_IRUSR | S_IWUSR, in einj_probe()
|
/linux-6.12.1/arch/sh/mm/ |
D | cache-debugfs.c | 101 debugfs_create_file("dcache", S_IRUSR, arch_debugfs_dir, in cache_debugfs_init() 103 debugfs_create_file("icache", S_IRUSR, arch_debugfs_dir, in cache_debugfs_init()
|
D | tlb-debugfs.c | 152 debugfs_create_file("itlb", S_IRUSR, arch_debugfs_dir, in tlb_debugfs_init() 154 debugfs_create_file("utlb", S_IRUSR, arch_debugfs_dir, in tlb_debugfs_init()
|
D | asids-debugfs.c | 55 debugfs_create_file("asids", S_IRUSR, arch_debugfs_dir, NULL, in asids_debugfs_init()
|
/linux-6.12.1/drivers/misc/ibmasm/ |
D | ibmasmfs.c | 591 ibmasmfs_create_file(dir, "command", &command_fops, sp, S_IRUSR|S_IWUSR); in ibmasmfs_create_files() 592 ibmasmfs_create_file(dir, "event", &event_fops, sp, S_IRUSR|S_IWUSR); in ibmasmfs_create_files() 593 ibmasmfs_create_file(dir, "reverse_heartbeat", &r_heartbeat_fops, sp, S_IRUSR|S_IWUSR); in ibmasmfs_create_files() 599 …reate_file(remote_dir, "width", &remote_settings_fops, (void *)display_width(sp), S_IRUSR|S_IWUSR); in ibmasmfs_create_files() 600 …ate_file(remote_dir, "height", &remote_settings_fops, (void *)display_height(sp), S_IRUSR|S_IWUSR); in ibmasmfs_create_files() 601 …reate_file(remote_dir, "depth", &remote_settings_fops, (void *)display_depth(sp), S_IRUSR|S_IWUSR); in ibmasmfs_create_files()
|
/linux-6.12.1/fs/proc/ |
D | base.c | 2325 ((mode & FMODE_READ ) ? S_IRUSR : 0) | in proc_map_files_instantiate() 3308 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations), 3309 DIR("map_files", S_IRUSR|S_IXUSR, proc_map_files_inode_operations, proc_map_files_operations), 3311 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations), 3315 REG("environ", S_IRUSR, proc_environ_operations), 3316 REG("auxv", S_IRUSR, proc_auxv_operations), 3318 ONE("personality", S_IRUSR, proc_pid_personality), 3331 ONE("syscall", S_IRUSR, proc_pid_syscall), 3340 REG("mem", S_IRUSR|S_IWUSR, proc_mem_operations), 3346 REG("mountstats", S_IRUSR, proc_mountstats_operations), [all …]
|
D | page.c | 330 proc_create("kpagecount", S_IRUSR, NULL, &kpagecount_proc_ops); in proc_page_init() 331 proc_create("kpageflags", S_IRUSR, NULL, &kpageflags_proc_ops); in proc_page_init() 333 proc_create("kpagecgroup", S_IRUSR, NULL, &kpagecgroup_proc_ops); in proc_page_init()
|
/linux-6.12.1/drivers/video/fbdev/via/ |
D | viafbdev.c | 2074 module_param(viafb_mode, charp, S_IRUSR); 2077 module_param(viafb_mode1, charp, S_IRUSR); 2080 module_param(viafb_bpp, int, S_IRUSR); 2083 module_param(viafb_bpp1, int, S_IRUSR); 2086 module_param(viafb_refresh, int, S_IRUSR); 2090 module_param(viafb_refresh1, int, S_IRUSR); 2094 module_param(viafb_lcd_panel_id, int, S_IRUSR); 2098 module_param(viafb_lcd_dsp_method, int, S_IRUSR); 2102 module_param(viafb_SAMM_ON, int, S_IRUSR); 2106 module_param(viafb_accel, int, S_IRUSR); [all …]
|
/linux-6.12.1/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_stats.c | 770 debugfs_create_file("resource_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 775 debugfs_create_file("rx_stats", S_IRUSR, dev->dir, &dev->rx_stats, in ocrdma_add_port_stats() 780 debugfs_create_file("wqe_stats", S_IRUSR, dev->dir, &dev->wqe_stats, in ocrdma_add_port_stats() 785 debugfs_create_file("tx_stats", S_IRUSR, dev->dir, &dev->tx_stats, in ocrdma_add_port_stats() 790 debugfs_create_file("db_err_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 795 debugfs_create_file("tx_qp_err_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 800 debugfs_create_file("rx_qp_err_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 805 debugfs_create_file("tx_dbg_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 810 debugfs_create_file("rx_dbg_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 815 debugfs_create_file("driver_dbg_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats()
|
/linux-6.12.1/drivers/ras/ |
D | cec.c | 497 decay = debugfs_create_file("decay_interval", S_IRUSR | S_IWUSR, d, in create_debugfs_nodes() 504 count = debugfs_create_file("action_threshold", S_IRUSR | S_IWUSR, d, in create_debugfs_nodes() 514 pfn = debugfs_create_file("pfn", S_IRUSR | S_IWUSR, d, &dfs_pfn, &pfn_ops); in create_debugfs_nodes() 520 array = debugfs_create_file("array", S_IRUSR, d, NULL, &array_fops); in create_debugfs_nodes()
|
D | debugfs.c | 53 fentry = debugfs_create_file("daemon_active", S_IRUSR, ras_debugfs_dir, in ras_add_daemon_trace()
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_sysfs.c | 141 .attr = {.name = "l3_parity", .mode = (S_IRUSR | S_IWUSR)}, 150 .attr = {.name = "l3_parity_slice_1", .mode = (S_IRUSR | S_IWUSR)},
|
/linux-6.12.1/init/ |
D | noinitramfs.c | 27 err = init_mknod("/dev/console", S_IFCHR | S_IRUSR | S_IWUSR, in default_rootfs()
|
/linux-6.12.1/security/integrity/ima/ |
D | ima_fs.c | 461 dentry = securityfs_create_file(file_name, S_IRUSR | S_IRGRP, in create_securityfs_measurement_lists() 471 dentry = securityfs_create_file(file_name, S_IRUSR | S_IRGRP, in create_securityfs_measurement_lists() 594 S_IRUSR | S_IRGRP, ima_dir, NULL, in ima_fs_init() 602 securityfs_create_file("violations", S_IRUSR | S_IRGRP, in ima_fs_init()
|
/linux-6.12.1/fs/ocfs2/ |
D | blockcheck.c | 248 debugfs_create_file("blocks_checked", S_IFREG | S_IRUSR, dir, in ocfs2_blockcheck_debug_install() 251 debugfs_create_file("checksums_failed", S_IFREG | S_IRUSR, dir, in ocfs2_blockcheck_debug_install() 254 debugfs_create_file("ecc_recoveries", S_IFREG | S_IRUSR, dir, in ocfs2_blockcheck_debug_install()
|
/linux-6.12.1/drivers/firmware/ |
D | qemu_fw_cfg.c | 309 .attr = { .name = "rev", .mode = S_IRUSR }, 401 .attr = { .name = __stringify(_attr), .mode = S_IRUSR }, \ 478 .attr = { .name = "raw", .mode = S_IRUSR }, 905 device_param_cb(ioport, &fw_cfg_cmdline_param_ops, NULL, S_IRUSR); 906 device_param_cb(mmio, &fw_cfg_cmdline_param_ops, NULL, S_IRUSR);
|
/linux-6.12.1/drivers/hid/ |
D | hid-wiimote-debug.c | 183 dbg->eeprom = debugfs_create_file("eeprom", S_IRUSR, in wiidebug_init() 186 dbg->drm = debugfs_create_file("drm", S_IRUSR, in wiidebug_init()
|
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | adf_transport_debug.c | 103 ring_debug->debug = debugfs_create_file(entry_name, S_IRUSR, in adf_ring_debugfs_add() 199 bank->bank_debug_cfg = debugfs_create_file("config", S_IRUSR, in adf_bank_debugfs_add()
|
/linux-6.12.1/drivers/scsi/qla2xxx/ |
D | qla_dfs.c | 649 S_IRUSR, ha->dfs_dir, vha, &qla_dfs_fw_resource_cnt_fops); in qla2x00_dfs_setup() 651 ha->dfs_tgt_counters = debugfs_create_file("tgt_counters", S_IRUSR, in qla2x00_dfs_setup() 655 S_IRUSR, ha->dfs_dir, vha, &qla2x00_dfs_tgt_port_database_fops); in qla2x00_dfs_setup() 657 ha->dfs_fce = debugfs_create_file("fce", S_IRUSR, ha->dfs_dir, vha, in qla2x00_dfs_setup() 661 S_IRUSR, ha->dfs_dir, vha, &qla2x00_dfs_tgt_sess_fops); in qla2x00_dfs_setup()
|