Home
last modified time | relevance | path

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

/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
/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()
/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()
/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()
/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()
/drivers/s390/block/
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()
Ddasd_int.h539 struct dentry *debugfs_dentry; member
565 struct dentry *debugfs_dentry; member