Searched refs:de_data (Results 1 - 1 of 1) sorted by path

/linux-master/samples/qmi/
H A Dqmi_sample_client.c447 struct dentry *de_data; member in struct:qmi_sample
486 sample->de_data = debugfs_create_file("data", 0600, sample->de_dir,
488 if (IS_ERR(sample->de_data)) {
489 ret = PTR_ERR(sample->de_data);
505 debugfs_remove(sample->de_data);
519 debugfs_remove(sample->de_data);

Completed in 227 milliseconds