Searched refs:debugfs_dentry (Results 1 – 11 of 11) sorted by relevance
/linux-4.19.296/include/net/ |
D | wimax.h | 430 struct dentry *debugfs_dentry; member
|
/linux-4.19.296/drivers/iio/imu/ |
D | adis16480.c | 241 indio_dev->debugfs_dentry, adis16480, in adis16480_debugfs_init() 244 indio_dev->debugfs_dentry, adis16480, in adis16480_debugfs_init() 247 indio_dev->debugfs_dentry, adis16480, in adis16480_debugfs_init() 250 indio_dev->debugfs_dentry, adis16480, in adis16480_debugfs_init() 253 indio_dev->debugfs_dentry, adis16480, in adis16480_debugfs_init()
|
D | adis16400_core.c | 114 indio_dev->debugfs_dentry, st, in adis16400_debugfs_init() 118 indio_dev->debugfs_dentry, st, in adis16400_debugfs_init() 120 debugfs_create_file("flash_count", 0400, indio_dev->debugfs_dentry, in adis16400_debugfs_init()
|
/linux-4.19.296/drivers/iio/gyro/ |
D | adis16136.c | 153 indio_dev->debugfs_dentry, adis16136, in adis16136_debugfs_init() 156 indio_dev->debugfs_dentry, in adis16136_debugfs_init() 159 indio_dev->debugfs_dentry, in adis16136_debugfs_init()
|
/linux-4.19.296/include/linux/iio/ |
D | iio.h | 570 struct dentry *debugfs_dentry; member 719 return indio_dev->debugfs_dentry; in iio_get_debugfs_dentry()
|
/linux-4.19.296/virt/kvm/ |
D | kvm_main.c | 613 if (!kvm->debugfs_dentry) in kvm_destroy_vm_debugfs() 616 debugfs_remove_recursive(kvm->debugfs_dentry); in kvm_destroy_vm_debugfs() 635 kvm->debugfs_dentry = debugfs_create_dir(dir_name, kvm_debugfs_dir); in kvm_create_vm_debugfs() 652 debugfs_create_file(p->name, stat_data->mode, kvm->debugfs_dentry, in kvm_create_vm_debugfs() 2675 debugfs_remove_recursive(vcpu->debugfs_dentry); in kvm_vcpu_release() 2711 vcpu->debugfs_dentry = debugfs_create_dir(dir_name, in kvm_create_vcpu_debugfs() 2712 vcpu->kvm->debugfs_dentry); in kvm_create_vcpu_debugfs() 2713 if (!vcpu->debugfs_dentry) in kvm_create_vcpu_debugfs() 2718 debugfs_remove_recursive(vcpu->debugfs_dentry); in kvm_create_vcpu_debugfs() 2793 debugfs_remove_recursive(vcpu->debugfs_dentry); in kvm_vm_ioctl_create_vcpu() [all …]
|
/linux-4.19.296/virt/kvm/arm/vgic/ |
D | vgic-debug.c | 293 debugfs_create_file("vgic-state", 0444, kvm->debugfs_dentry, kvm, in vgic_debug_init()
|
/linux-4.19.296/drivers/iio/ |
D | industrialio-core.c | 363 debugfs_remove_recursive(indio_dev->debugfs_dentry); in iio_device_unregister_debugfs() 376 indio_dev->debugfs_dentry = in iio_device_register_debugfs() 379 if (indio_dev->debugfs_dentry == NULL) { in iio_device_register_debugfs() 386 indio_dev->debugfs_dentry, in iio_device_register_debugfs()
|
/linux-4.19.296/drivers/s390/block/ |
D | dasd_int.h | 514 struct dentry *debugfs_dentry; member 540 struct dentry *debugfs_dentry; member
|
D | dasd.c | 255 block->debugfs_dentry = in dasd_state_known_to_basic() 258 dasd_profile_init(&block->profile, block->debugfs_dentry); in dasd_state_known_to_basic() 262 device->debugfs_dentry = in dasd_state_known_to_basic() 265 dasd_profile_init(&device->profile, device->debugfs_dentry); in dasd_state_known_to_basic() 266 dasd_hosts_init(device->debugfs_dentry, device); in dasd_state_known_to_basic() 295 debugfs_remove(device->block->debugfs_dentry); in dasd_state_basic_to_known() 305 debugfs_remove(device->debugfs_dentry); in dasd_state_basic_to_known()
|
/linux-4.19.296/include/linux/ |
D | kvm_host.h | 306 struct dentry *debugfs_dentry; member 481 struct dentry *debugfs_dentry; member
|