Searched refs:debugfs_dentry (Results 1 – 12 of 12) sorted by relevance
/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
|
/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()
|
/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()
|
/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()
|
/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()
|
/drivers/s390/block/ |
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()
|
D | dasd_int.h | 539 struct dentry *debugfs_dentry; member 565 struct dentry *debugfs_dentry; member
|