/Linux-v5.4/arch/x86/kvm/ |
D | debugfs.c | 48 debugfs_create_file("tsc-offset", 0444, vcpu->debugfs_dentry, vcpu, in kvm_arch_create_vcpu_debugfs() 53 vcpu->debugfs_dentry, vcpu, in kvm_arch_create_vcpu_debugfs() 58 vcpu->debugfs_dentry, vcpu, in kvm_arch_create_vcpu_debugfs() 61 vcpu->debugfs_dentry, vcpu, in kvm_arch_create_vcpu_debugfs()
|
/Linux-v5.4/net/wimax/ |
D | debugfs.c | 24 wimax_dev->debugfs_dentry = dentry; in wimax_debugfs_add() 37 debugfs_remove_recursive(wimax_dev->debugfs_dentry); in wimax_debugfs_rm()
|
/Linux-v5.4/drivers/net/wimax/i2400m/ |
D | debugfs.c | 192 struct dentry *dentry = i2400m->wimax_dev.debugfs_dentry; in i2400m_debugfs_add() 195 i2400m->debugfs_dentry = dentry; in i2400m_debugfs_add() 252 debugfs_remove_recursive(i2400m->debugfs_dentry); in i2400m_debugfs_rm()
|
D | usb.c | 372 struct dentry *dentry = i2400mu->i2400m.wimax_dev.debugfs_dentry; in i2400mu_debugfs_add() 375 i2400mu->debugfs_dentry = dentry; in i2400mu_debugfs_add() 530 debugfs_remove_recursive(i2400mu->debugfs_dentry); in i2400mu_disconnect()
|
D | i2400m-usb.h | 241 struct dentry *debugfs_dentry; member
|
D | i2400m.h | 639 struct dentry *debugfs_dentry; member
|
/Linux-v5.4/drivers/iio/imu/ |
D | adis16460.c | 133 debugfs_create_file("serial_number", 0400, indio_dev->debugfs_dentry, in adis16460_debugfs_init() 135 debugfs_create_file("product_id", 0400, indio_dev->debugfs_dentry, in adis16460_debugfs_init() 137 debugfs_create_file("flash_count", 0400, indio_dev->debugfs_dentry, in adis16460_debugfs_init()
|
D | adis16480.c | 288 indio_dev->debugfs_dentry, adis16480, in adis16480_debugfs_init() 291 indio_dev->debugfs_dentry, adis16480, in adis16480_debugfs_init() 294 indio_dev->debugfs_dentry, adis16480, in adis16480_debugfs_init() 297 indio_dev->debugfs_dentry, adis16480, in adis16480_debugfs_init() 300 indio_dev->debugfs_dentry, adis16480, in adis16480_debugfs_init()
|
D | adis16400.c | 285 indio_dev->debugfs_dentry, st, in adis16400_debugfs_init() 289 indio_dev->debugfs_dentry, st, in adis16400_debugfs_init() 291 debugfs_create_file("flash_count", 0400, indio_dev->debugfs_dentry, in adis16400_debugfs_init()
|
/Linux-v5.4/include/net/ |
D | wimax.h | 415 struct dentry *debugfs_dentry; member
|
/Linux-v5.4/drivers/iio/gyro/ |
D | adis16136.c | 152 indio_dev->debugfs_dentry, adis16136, in adis16136_debugfs_init() 155 indio_dev->debugfs_dentry, in adis16136_debugfs_init() 158 indio_dev->debugfs_dentry, in adis16136_debugfs_init()
|
/Linux-v5.4/include/linux/iio/ |
D | iio.h | 567 struct dentry *debugfs_dentry; member 716 return indio_dev->debugfs_dentry; in iio_get_debugfs_dentry()
|
/Linux-v5.4/include/linux/greybus/ |
D | svc.h | 57 struct dentry *debugfs_dentry; member
|
/Linux-v5.4/virt/kvm/ |
D | kvm_main.c | 617 if (!kvm->debugfs_dentry) in kvm_destroy_vm_debugfs() 620 debugfs_remove_recursive(kvm->debugfs_dentry); in kvm_destroy_vm_debugfs() 639 kvm->debugfs_dentry = debugfs_create_dir(dir_name, kvm_debugfs_dir); in kvm_create_vm_debugfs() 656 debugfs_create_file(p->name, stat_data->mode, kvm->debugfs_dentry, in kvm_create_vm_debugfs() 2662 debugfs_remove_recursive(vcpu->debugfs_dentry); in kvm_vcpu_release() 2695 vcpu->debugfs_dentry = debugfs_create_dir(dir_name, in kvm_create_vcpu_debugfs() 2696 vcpu->kvm->debugfs_dentry); in kvm_create_vcpu_debugfs() 2767 debugfs_remove_recursive(vcpu->debugfs_dentry); in kvm_vm_ioctl_create_vcpu() 4228 if (!IS_ERR_OR_NULL(kvm->debugfs_dentry)) { in kvm_uevent_notify_change() 4232 tmp = dentry_path_raw(kvm->debugfs_dentry, p, PATH_MAX); in kvm_uevent_notify_change()
|
/Linux-v5.4/virt/kvm/arm/vgic/ |
D | vgic-debug.c | 282 debugfs_create_file("vgic-state", 0444, kvm->debugfs_dentry, kvm, in vgic_debug_init()
|
/Linux-v5.4/drivers/greybus/ |
D | svc.c | 766 dent = debugfs_create_dir("pwrmon", svc->debugfs_dentry); in gb_svc_pwrmon_debugfs_init() 825 svc->debugfs_dentry = debugfs_create_dir(dev_name(&svc->dev), in gb_svc_debugfs_init() 832 debugfs_remove_recursive(svc->debugfs_dentry); in gb_svc_debugfs_exit()
|
/Linux-v5.4/drivers/iio/ |
D | industrialio-core.c | 366 debugfs_remove_recursive(indio_dev->debugfs_dentry); in iio_device_unregister_debugfs() 377 indio_dev->debugfs_dentry = in iio_device_register_debugfs() 382 indio_dev->debugfs_dentry, indio_dev, in iio_device_register_debugfs()
|
/Linux-v5.4/drivers/s390/block/ |
D | dasd_int.h | 539 struct dentry *debugfs_dentry; member 565 struct dentry *debugfs_dentry; member
|
D | dasd.c | 264 block->debugfs_dentry = in dasd_state_known_to_basic() 267 dasd_profile_init(&block->profile, block->debugfs_dentry); in dasd_state_known_to_basic() 271 device->debugfs_dentry = in dasd_state_known_to_basic() 274 dasd_profile_init(&device->profile, device->debugfs_dentry); in dasd_state_known_to_basic() 275 dasd_hosts_init(device->debugfs_dentry, device); in dasd_state_known_to_basic() 304 debugfs_remove(device->block->debugfs_dentry); in dasd_state_basic_to_known() 314 debugfs_remove(device->debugfs_dentry); in dasd_state_basic_to_known()
|
/Linux-v5.4/include/linux/ |
D | kvm_host.h | 323 struct dentry *debugfs_dentry; member 499 struct dentry *debugfs_dentry; member
|