Home
last modified time | relevance | path

Searched refs:debugfs_dentry (Results 1 – 20 of 20) sorted by relevance

/Linux-v5.4/arch/x86/kvm/
Ddebugfs.c48 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/
Ddebugfs.c24 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/
Ddebugfs.c192 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()
Dusb.c372 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()
Di2400m-usb.h241 struct dentry *debugfs_dentry; member
Di2400m.h639 struct dentry *debugfs_dentry; member
/Linux-v5.4/drivers/iio/imu/
Dadis16460.c133 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()
Dadis16480.c288 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()
Dadis16400.c285 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/
Dwimax.h415 struct dentry *debugfs_dentry; member
/Linux-v5.4/drivers/iio/gyro/
Dadis16136.c152 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/
Diio.h567 struct dentry *debugfs_dentry; member
716 return indio_dev->debugfs_dentry; in iio_get_debugfs_dentry()
/Linux-v5.4/include/linux/greybus/
Dsvc.h57 struct dentry *debugfs_dentry; member
/Linux-v5.4/virt/kvm/
Dkvm_main.c617 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/
Dvgic-debug.c282 debugfs_create_file("vgic-state", 0444, kvm->debugfs_dentry, kvm, in vgic_debug_init()
/Linux-v5.4/drivers/greybus/
Dsvc.c766 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/
Dindustrialio-core.c366 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/
Ddasd_int.h539 struct dentry *debugfs_dentry; member
565 struct dentry *debugfs_dentry; member
Ddasd.c264 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/
Dkvm_host.h323 struct dentry *debugfs_dentry; member
499 struct dentry *debugfs_dentry; member