Lines Matching refs:file_operations
38 const struct file_operations debugfs_file_operations = {
47 const struct file_operations *fops, in debugfs_create_mode()
48 const struct file_operations *fops_ro, in debugfs_create_mode()
49 const struct file_operations *fops_wo) in debugfs_create_mode()
494 static const struct file_operations fops_bool = {
501 static const struct file_operations fops_bool_ro = {
507 static const struct file_operations fops_bool_wo = {
553 static const struct file_operations fops_blob = {
653 static const struct file_operations u32_array_fops = {
748 static const struct file_operations fops_regset32 = {
802 static const struct file_operations debugfs_devm_entry_ops = {