Lines Matching refs:debugfs
387 debugfs_create_file("force_suspend", 0644, hdev->debugfs, data, in vhci_debugfs_init()
390 debugfs_create_file("force_wakeup", 0644, hdev->debugfs, data, in vhci_debugfs_init()
394 debugfs_create_file("msft_opcode", 0644, hdev->debugfs, data, in vhci_debugfs_init()
398 debugfs_create_file("aosp_capable", 0644, hdev->debugfs, data, in vhci_debugfs_init()
401 debugfs_create_file("force_devcoredump", 0644, hdev->debugfs, data, in vhci_debugfs_init()
459 if (!IS_ERR_OR_NULL(hdev->debugfs)) in __vhci_create_device()
664 debugfs_lookup_and_remove("force_suspend", hdev->debugfs); in vhci_debugfs_remove()
666 debugfs_lookup_and_remove("force_wakeup", hdev->debugfs); in vhci_debugfs_remove()
669 debugfs_lookup_and_remove("msft_opcode", hdev->debugfs); in vhci_debugfs_remove()
672 debugfs_lookup_and_remove("aosp_capable", hdev->debugfs); in vhci_debugfs_remove()
674 debugfs_lookup_and_remove("force_devcoredump", hdev->debugfs); in vhci_debugfs_remove()
688 if (!IS_ERR_OR_NULL(hdev->debugfs)) in vhci_release()