Lines Matching defs:debugfs
10 #include <linux/debugfs.h>
134 } debugfs;
667 if (!data->debugfs.id)
670 ret = atk_gitm(data, data->debugfs.id);
729 if (!data->debugfs.id)
732 cls = (data->debugfs.id & 0xff000000) >> 24;
746 if (id->integer.value == data->debugfs.id) {
793 data->debugfs.id = 0;
797 debugfs_create_x32("id", 0600, d, &data->debugfs.id);
801 data->debugfs.root = d;
806 debugfs_remove_recursive(data->debugfs.root);