Home
last modified time | relevance | path

Searched refs:debugfs_create_file (Results 1 - 25 of 1143) sorted by relevance

12345678910>>...46

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Ddebugfs.c40 debugfs_create_file("qi_congested", 0444, ctrlpriv->ctl, in caam_debugfs_qi_init()
58 debugfs_create_file("rq_dequeued", 0444, ctrlpriv->ctl, in caam_debugfs_init()
60 debugfs_create_file("ob_rq_encrypted", 0444, ctrlpriv->ctl, in caam_debugfs_init()
62 debugfs_create_file("ib_rq_decrypted", 0444, ctrlpriv->ctl, in caam_debugfs_init()
64 debugfs_create_file("ob_bytes_encrypted", 0444, ctrlpriv->ctl, in caam_debugfs_init()
66 debugfs_create_file("ob_bytes_protected", 0444, ctrlpriv->ctl, in caam_debugfs_init()
68 debugfs_create_file("ib_bytes_decrypted", 0444, ctrlpriv->ctl, in caam_debugfs_init()
70 debugfs_create_file("ib_bytes_validated", 0444, ctrlpriv->ctl, in caam_debugfs_init()
74 debugfs_create_file("fault_addr", 0444, ctrlpriv->ctl, in caam_debugfs_init()
76 debugfs_create_file("fault_detai in caam_debugfs_init()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Ddebugfs.c40 debugfs_create_file("qi_congested", 0444, ctrlpriv->ctl, in caam_debugfs_qi_init()
57 debugfs_create_file("rq_dequeued", 0444, ctrlpriv->ctl, in caam_debugfs_init()
59 debugfs_create_file("ob_rq_encrypted", 0444, ctrlpriv->ctl, in caam_debugfs_init()
61 debugfs_create_file("ib_rq_decrypted", 0444, ctrlpriv->ctl, in caam_debugfs_init()
63 debugfs_create_file("ob_bytes_encrypted", 0444, ctrlpriv->ctl, in caam_debugfs_init()
65 debugfs_create_file("ob_bytes_protected", 0444, ctrlpriv->ctl, in caam_debugfs_init()
67 debugfs_create_file("ib_bytes_decrypted", 0444, ctrlpriv->ctl, in caam_debugfs_init()
69 debugfs_create_file("ib_bytes_validated", 0444, ctrlpriv->ctl, in caam_debugfs_init()
73 debugfs_create_file("fault_addr", 0444, ctrlpriv->ctl, in caam_debugfs_init()
75 debugfs_create_file("fault_detai in caam_debugfs_init()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_debugfs.c314 debugfs_create_file("features", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
322 debugfs_create_file("device_id", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
325 debugfs_create_file("device_list", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
327 debugfs_create_file("blacklist", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
329 debugfs_create_file("blocked_keys", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
331 debugfs_create_file("uuids", 0444, hdev->debugfs, hdev, &uuids_fops); in hci_debugfs_create_common()
332 debugfs_create_file("remote_oob", 0400, hdev->debugfs, hdev, in hci_debugfs_create_common()
335 debugfs_create_file("conn_info_min_age", 0644, hdev->debugfs, hdev, in hci_debugfs_create_common()
337 debugfs_create_file("conn_info_max_age", 0644, hdev->debugfs, hdev, in hci_debugfs_create_common()
341 debugfs_create_file("use_debug_key in hci_debugfs_create_common()
[all...]
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_debugfs.c316 debugfs_create_file("features", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
324 debugfs_create_file("device_id", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
327 debugfs_create_file("device_list", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
329 debugfs_create_file("blacklist", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
331 debugfs_create_file("blocked_keys", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
333 debugfs_create_file("uuids", 0444, hdev->debugfs, hdev, &uuids_fops); in hci_debugfs_create_common()
334 debugfs_create_file("remote_oob", 0400, hdev->debugfs, hdev, in hci_debugfs_create_common()
337 debugfs_create_file("conn_info_min_age", 0644, hdev->debugfs, hdev, in hci_debugfs_create_common()
339 debugfs_create_file("conn_info_max_age", 0644, hdev->debugfs, hdev, in hci_debugfs_create_common()
343 debugfs_create_file("use_debug_key in hci_debugfs_create_common()
[all...]
/kernel/linux/linux-5.10/drivers/misc/genwqe/
H A Dcard_debugfs.c331 debugfs_create_file("ddcb_info", S_IRUGO, root, cd, &ddcb_info_fops); in genwqe_init_debugfs()
332 debugfs_create_file("info", S_IRUGO, root, cd, &info_fops); in genwqe_init_debugfs()
344 debugfs_create_file("curr_regs", S_IRUGO, root, cd, &curr_regs_fops); in genwqe_init_debugfs()
345 debugfs_create_file("curr_dbg_uid0", S_IRUGO, root, cd, in genwqe_init_debugfs()
347 debugfs_create_file("curr_dbg_uid1", S_IRUGO, root, cd, in genwqe_init_debugfs()
349 debugfs_create_file("curr_dbg_uid2", S_IRUGO, root, cd, in genwqe_init_debugfs()
351 debugfs_create_file("prev_regs", S_IRUGO, root, cd, &prev_regs_fops); in genwqe_init_debugfs()
352 debugfs_create_file("prev_dbg_uid0", S_IRUGO, root, cd, in genwqe_init_debugfs()
354 debugfs_create_file("prev_dbg_uid1", S_IRUGO, root, cd, in genwqe_init_debugfs()
356 debugfs_create_file("prev_dbg_uid in genwqe_init_debugfs()
[all...]
/kernel/linux/linux-6.6/drivers/misc/genwqe/
H A Dcard_debugfs.c331 debugfs_create_file("ddcb_info", S_IRUGO, root, cd, &ddcb_info_fops); in genwqe_init_debugfs()
332 debugfs_create_file("info", S_IRUGO, root, cd, &info_fops); in genwqe_init_debugfs()
344 debugfs_create_file("curr_regs", S_IRUGO, root, cd, &curr_regs_fops); in genwqe_init_debugfs()
345 debugfs_create_file("curr_dbg_uid0", S_IRUGO, root, cd, in genwqe_init_debugfs()
347 debugfs_create_file("curr_dbg_uid1", S_IRUGO, root, cd, in genwqe_init_debugfs()
349 debugfs_create_file("curr_dbg_uid2", S_IRUGO, root, cd, in genwqe_init_debugfs()
351 debugfs_create_file("prev_regs", S_IRUGO, root, cd, &prev_regs_fops); in genwqe_init_debugfs()
352 debugfs_create_file("prev_dbg_uid0", S_IRUGO, root, cd, in genwqe_init_debugfs()
354 debugfs_create_file("prev_dbg_uid1", S_IRUGO, root, cd, in genwqe_init_debugfs()
356 debugfs_create_file("prev_dbg_uid in genwqe_init_debugfs()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H A Dq54sj108a2.c351 debugfs_create_file("operation", 0644, q54sj108a2_dir, in q54sj108a2_probe()
354 debugfs_create_file("clear_fault", 0200, q54sj108a2_dir, in q54sj108a2_probe()
357 debugfs_create_file("write_protect", 0444, q54sj108a2_dir, in q54sj108a2_probe()
360 debugfs_create_file("store_default", 0200, q54sj108a2_dir, in q54sj108a2_probe()
363 debugfs_create_file("vo_ov_response", 0644, q54sj108a2_dir, in q54sj108a2_probe()
366 debugfs_create_file("io_oc_response", 0644, q54sj108a2_dir, in q54sj108a2_probe()
369 debugfs_create_file("pmbus_revision", 0444, q54sj108a2_dir, in q54sj108a2_probe()
372 debugfs_create_file("mfr_id", 0444, q54sj108a2_dir, in q54sj108a2_probe()
375 debugfs_create_file("mfr_model", 0444, q54sj108a2_dir, in q54sj108a2_probe()
378 debugfs_create_file("mfr_revisio in q54sj108a2_probe()
[all...]
H A Dmax20730.c337 debugfs_create_file("vout_min", 0444, max20730_dir, in max20730_init_debugfs()
340 debugfs_create_file("frequency", 0444, max20730_dir, in max20730_init_debugfs()
343 debugfs_create_file("power_good_delay", 0444, max20730_dir, in max20730_init_debugfs()
346 debugfs_create_file("internal_gain", 0444, max20730_dir, in max20730_init_debugfs()
349 debugfs_create_file("boot_voltage", 0444, max20730_dir, in max20730_init_debugfs()
352 debugfs_create_file("out_voltage_ramp_rate", 0444, max20730_dir, in max20730_init_debugfs()
355 debugfs_create_file("oc_protection_mode", 0444, max20730_dir, in max20730_init_debugfs()
358 debugfs_create_file("soft_start_timing", 0444, max20730_dir, in max20730_init_debugfs()
361 debugfs_create_file("imax", 0444, max20730_dir, in max20730_init_debugfs()
364 debugfs_create_file("operatio in max20730_init_debugfs()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_debugfs.c461 debugfs_create_file("hash_opts", 0444, port_dir, port_entry, in mvpp2_dbgfs_flow_port_init()
464 debugfs_create_file("engine", 0444, port_dir, port_entry, in mvpp2_dbgfs_flow_port_init()
487 debugfs_create_file("dec_hits", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init()
490 debugfs_create_file("type", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init()
493 debugfs_create_file("id", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init()
543 debugfs_create_file("sram", 0444, prs_entry_dir, entry, in mvpp2_dbgfs_prs_entry_init()
546 debugfs_create_file("valid", 0644, prs_entry_dir, entry, in mvpp2_dbgfs_prs_entry_init()
549 debugfs_create_file("lookup_id", 0644, prs_entry_dir, entry, in mvpp2_dbgfs_prs_entry_init()
552 debugfs_create_file("ai", 0644, prs_entry_dir, entry, in mvpp2_dbgfs_prs_entry_init()
555 debugfs_create_file("header_dat in mvpp2_dbgfs_prs_entry_init()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_debugfs.c461 debugfs_create_file("hash_opts", 0444, port_dir, port_entry, in mvpp2_dbgfs_flow_port_init()
464 debugfs_create_file("engine", 0444, port_dir, port_entry, in mvpp2_dbgfs_flow_port_init()
487 debugfs_create_file("dec_hits", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init()
490 debugfs_create_file("type", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init()
493 debugfs_create_file("id", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init()
543 debugfs_create_file("sram", 0444, prs_entry_dir, entry, in mvpp2_dbgfs_prs_entry_init()
546 debugfs_create_file("valid", 0644, prs_entry_dir, entry, in mvpp2_dbgfs_prs_entry_init()
549 debugfs_create_file("lookup_id", 0644, prs_entry_dir, entry, in mvpp2_dbgfs_prs_entry_init()
552 debugfs_create_file("ai", 0644, prs_entry_dir, entry, in mvpp2_dbgfs_prs_entry_init()
555 debugfs_create_file("header_dat in mvpp2_dbgfs_prs_entry_init()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debugfs.c96 debugfs_create_file("mqds", S_IFREG | 0444, debugfs_root, in kfd_debugfs_init()
98 debugfs_create_file("hqds", S_IFREG | 0444, debugfs_root, in kfd_debugfs_init()
100 debugfs_create_file("rls", S_IFREG | 0444, debugfs_root, in kfd_debugfs_init()
102 debugfs_create_file("hang_hws", S_IFREG | 0200, debugfs_root, in kfd_debugfs_init()
104 debugfs_create_file("mem_limit", S_IFREG | 0200, debugfs_root, in kfd_debugfs_init()
/kernel/linux/linux-5.10/arch/x86/mm/
H A Ddebug_pagetables.c53 debugfs_create_file("kernel", 0400, dir, NULL, &ptdump_fops); in pt_dump_debug_init()
54 debugfs_create_file("current_kernel", 0400, dir, NULL, in pt_dump_debug_init()
58 debugfs_create_file("current_user", 0400, dir, NULL, in pt_dump_debug_init()
62 debugfs_create_file("efi", 0400, dir, NULL, &ptdump_efi_fops); in pt_dump_debug_init()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Ddebugfs.c48 debugfs_create_file("tsc-offset", 0444, debugfs_dentry, vcpu, in kvm_arch_create_vcpu_debugfs()
52 debugfs_create_file("lapic_timer_advance_ns", 0444, in kvm_arch_create_vcpu_debugfs()
57 debugfs_create_file("tsc-scaling-ratio", 0444, in kvm_arch_create_vcpu_debugfs()
60 debugfs_create_file("tsc-scaling-ratio-frac-bits", 0444, in kvm_arch_create_vcpu_debugfs()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Ddebug_pagetables.c53 debugfs_create_file("kernel", 0400, dir, NULL, &ptdump_fops); in pt_dump_debug_init()
54 debugfs_create_file("current_kernel", 0400, dir, NULL, in pt_dump_debug_init()
58 debugfs_create_file("current_user", 0400, dir, NULL, in pt_dump_debug_init()
62 debugfs_create_file("efi", 0400, dir, NULL, &ptdump_efi_fops); in pt_dump_debug_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Ddebugfs.c171 debugfs_create_file("type", 0444, dbg, dev, &type_fops); in mlx5_ldev_add_debugfs()
172 debugfs_create_file("port_sel_mode", 0444, dbg, dev, &port_sel_mode_fops); in mlx5_ldev_add_debugfs()
173 debugfs_create_file("state", 0444, dbg, dev, &state_fops); in mlx5_ldev_add_debugfs()
174 debugfs_create_file("flags", 0444, dbg, dev, &flags_fops); in mlx5_ldev_add_debugfs()
175 debugfs_create_file("mapping", 0444, dbg, dev, &mapping_fops); in mlx5_ldev_add_debugfs()
176 debugfs_create_file("members", 0444, dbg, dev, &members_fops); in mlx5_ldev_add_debugfs()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Ddebugfs.c61 debugfs_create_file("guest_mode", 0444, debugfs_dentry, vcpu, in kvm_arch_create_vcpu_debugfs()
63 debugfs_create_file("tsc-offset", 0444, debugfs_dentry, vcpu, in kvm_arch_create_vcpu_debugfs()
67 debugfs_create_file("lapic_timer_advance_ns", 0444, in kvm_arch_create_vcpu_debugfs()
72 debugfs_create_file("tsc-scaling-ratio", 0444, in kvm_arch_create_vcpu_debugfs()
75 debugfs_create_file("tsc-scaling-ratio-frac-bits", 0444, in kvm_arch_create_vcpu_debugfs()
193 debugfs_create_file("mmu_rmaps_stat", 0644, kvm->debugfs_dentry, kvm, in kvm_arch_create_vm_debugfs()
/kernel/linux/linux-5.10/mm/
H A Dcma_debug.c172 debugfs_create_file("alloc", 0200, tmp, cma, &cma_alloc_fops); in cma_debugfs_add_one()
173 debugfs_create_file("free", 0200, tmp, cma, &cma_free_fops); in cma_debugfs_add_one()
174 debugfs_create_file("base_pfn", 0444, tmp, in cma_debugfs_add_one()
176 debugfs_create_file("count", 0444, tmp, &cma->count, &cma_debugfs_fops); in cma_debugfs_add_one()
177 debugfs_create_file("order_per_bit", 0444, tmp, in cma_debugfs_add_one()
179 debugfs_create_file("used", 0444, tmp, cma, &cma_used_fops); in cma_debugfs_add_one()
180 debugfs_create_file("maxchunk", 0444, tmp, cma, &cma_maxchunk_fops); in cma_debugfs_add_one()
/kernel/linux/linux-6.6/mm/
H A Dcma_debug.c169 debugfs_create_file("alloc", 0200, tmp, cma, &cma_alloc_fops); in cma_debugfs_add_one()
170 debugfs_create_file("free", 0200, tmp, cma, &cma_free_fops); in cma_debugfs_add_one()
171 debugfs_create_file("base_pfn", 0444, tmp, in cma_debugfs_add_one()
173 debugfs_create_file("count", 0444, tmp, &cma->count, &cma_debugfs_fops); in cma_debugfs_add_one()
174 debugfs_create_file("order_per_bit", 0444, tmp, in cma_debugfs_add_one()
176 debugfs_create_file("used", 0444, tmp, cma, &cma_used_fops); in cma_debugfs_add_one()
177 debugfs_create_file("maxchunk", 0444, tmp, cma, &cma_maxchunk_fops); in cma_debugfs_add_one()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debugfs.c95 debugfs_create_file("mqds", S_IFREG | 0444, debugfs_root, in kfd_debugfs_init()
97 debugfs_create_file("hqds", S_IFREG | 0444, debugfs_root, in kfd_debugfs_init()
99 debugfs_create_file("rls", S_IFREG | 0444, debugfs_root, in kfd_debugfs_init()
101 debugfs_create_file("hang_hws", S_IFREG | 0200, debugfs_root, in kfd_debugfs_init()
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H A Dmax20730.c337 debugfs_create_file("vout_min", 0444, max20730_dir, in max20730_init_debugfs()
340 debugfs_create_file("frequency", 0444, max20730_dir, in max20730_init_debugfs()
343 debugfs_create_file("power_good_delay", 0444, max20730_dir, in max20730_init_debugfs()
346 debugfs_create_file("internal_gain", 0444, max20730_dir, in max20730_init_debugfs()
349 debugfs_create_file("boot_voltage", 0444, max20730_dir, in max20730_init_debugfs()
352 debugfs_create_file("out_voltage_ramp_rate", 0444, max20730_dir, in max20730_init_debugfs()
355 debugfs_create_file("oc_protection_mode", 0444, max20730_dir, in max20730_init_debugfs()
358 debugfs_create_file("soft_start_timing", 0444, max20730_dir, in max20730_init_debugfs()
361 debugfs_create_file("imax", 0444, max20730_dir, in max20730_init_debugfs()
364 debugfs_create_file("operatio in max20730_init_debugfs()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
H A Ddebugfs.c384 debugfs_create_file("ampdu_stat", 0400, dir, dev, &mt7615_ampdu_stat_fops); in mt7615_init_debugfs()
385 debugfs_create_file("scs", 0600, dir, dev, &fops_scs); in mt7615_init_debugfs()
386 debugfs_create_file("dbdc", 0600, dir, dev, &fops_dbdc); in mt7615_init_debugfs()
387 debugfs_create_file("fw_debug", 0600, dir, dev, &fops_fw_debug); in mt7615_init_debugfs()
388 debugfs_create_file("runtime-pm", 0600, dir, dev, &fops_pm); in mt7615_init_debugfs()
389 debugfs_create_file("idle-timeout", 0600, dir, dev, in mt7615_init_debugfs()
403 debugfs_create_file("radar_trigger", 0200, dir, dev, in mt7615_init_debugfs()
405 debugfs_create_file("reset_test", 0200, dir, dev, in mt7615_init_debugfs()
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-debug.c220 debugfs_create_file("input_status", 0444, debug->debugfs_dir, rkisp1, in rkisp1_debug_init()
225 debugfs_create_file("core", 0444, regs_dir, rkisp1, in rkisp1_debug_init()
227 debugfs_create_file("isp", 0444, regs_dir, rkisp1, in rkisp1_debug_init()
229 debugfs_create_file("mrsz", 0444, regs_dir, in rkisp1_debug_init()
232 debugfs_create_file("srsz", 0444, regs_dir, in rkisp1_debug_init()
236 debugfs_create_file("mi_mp", 0444, regs_dir, rkisp1, in rkisp1_debug_init()
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Dqspinlock.c989 debugfs_create_file("qspl_steal_spins", 0600, arch_debugfs_dir, NULL, &fops_steal_spins); in spinlock_debugfs_init()
990 debugfs_create_file("qspl_remote_steal_spins", 0600, arch_debugfs_dir, NULL, &fops_remote_steal_spins); in spinlock_debugfs_init()
991 debugfs_create_file("qspl_head_spins", 0600, arch_debugfs_dir, NULL, &fops_head_spins); in spinlock_debugfs_init()
993 debugfs_create_file("qspl_pv_yield_owner", 0600, arch_debugfs_dir, NULL, &fops_pv_yield_owner); in spinlock_debugfs_init()
994 debugfs_create_file("qspl_pv_yield_allow_steal", 0600, arch_debugfs_dir, NULL, &fops_pv_yield_allow_steal); in spinlock_debugfs_init()
995 debugfs_create_file("qspl_pv_spin_on_preempted_owner", 0600, arch_debugfs_dir, NULL, &fops_pv_spin_on_preempted_owner); in spinlock_debugfs_init()
996 debugfs_create_file("qspl_pv_sleepy_lock", 0600, arch_debugfs_dir, NULL, &fops_pv_sleepy_lock); in spinlock_debugfs_init()
997 debugfs_create_file("qspl_pv_sleepy_lock_sticky", 0600, arch_debugfs_dir, NULL, &fops_pv_sleepy_lock_sticky); in spinlock_debugfs_init()
998 debugfs_create_file("qspl_pv_sleepy_lock_interval_ns", 0600, arch_debugfs_dir, NULL, &fops_pv_sleepy_lock_interval_ns); in spinlock_debugfs_init()
999 debugfs_create_file("qspl_pv_sleepy_lock_facto in spinlock_debugfs_init()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Ddebug.c521 d->dfs_chk_gen = debugfs_create_file("chk_gen", S_IWUSR, d->dfs_dir, in ubi_debugfs_init_dev()
524 d->dfs_chk_io = debugfs_create_file("chk_io", S_IWUSR, d->dfs_dir, in ubi_debugfs_init_dev()
527 d->dfs_chk_fastmap = debugfs_create_file("chk_fastmap", S_IWUSR, in ubi_debugfs_init_dev()
531 d->dfs_disable_bgt = debugfs_create_file("tst_disable_bgt", S_IWUSR, in ubi_debugfs_init_dev()
535 d->dfs_emulate_bitflips = debugfs_create_file("tst_emulate_bitflips", in ubi_debugfs_init_dev()
540 d->dfs_emulate_io_failures = debugfs_create_file("tst_emulate_io_failures", in ubi_debugfs_init_dev()
545 d->dfs_emulate_power_cut = debugfs_create_file("tst_emulate_power_cut", in ubi_debugfs_init_dev()
550 d->dfs_power_cut_min = debugfs_create_file("tst_emulate_power_cut_min", in ubi_debugfs_init_dev()
554 d->dfs_power_cut_max = debugfs_create_file("tst_emulate_power_cut_max", in ubi_debugfs_init_dev()
558 debugfs_create_file("detailed_erase_block_inf in ubi_debugfs_init_dev()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Ddebug.c522 d->dfs_chk_gen = debugfs_create_file("chk_gen", mode, d->dfs_dir, in ubi_debugfs_init_dev()
525 d->dfs_chk_io = debugfs_create_file("chk_io", mode, d->dfs_dir, in ubi_debugfs_init_dev()
528 d->dfs_chk_fastmap = debugfs_create_file("chk_fastmap", mode, in ubi_debugfs_init_dev()
532 d->dfs_disable_bgt = debugfs_create_file("tst_disable_bgt", mode, in ubi_debugfs_init_dev()
536 d->dfs_emulate_bitflips = debugfs_create_file("tst_emulate_bitflips", in ubi_debugfs_init_dev()
541 d->dfs_emulate_io_failures = debugfs_create_file("tst_emulate_io_failures", in ubi_debugfs_init_dev()
546 d->dfs_emulate_power_cut = debugfs_create_file("tst_emulate_power_cut", in ubi_debugfs_init_dev()
551 d->dfs_power_cut_min = debugfs_create_file("tst_emulate_power_cut_min", in ubi_debugfs_init_dev()
555 d->dfs_power_cut_max = debugfs_create_file("tst_emulate_power_cut_max", in ubi_debugfs_init_dev()
559 debugfs_create_file("detailed_erase_block_inf in ubi_debugfs_init_dev()
[all...]

Completed in 219 milliseconds

12345678910>>...46