Searched refs:fops (Results 1 – 4 of 4) sorted by relevance
/kernel/power/ |
D | user.c | 472 .fops = &snapshot_fops,
|
D | qos.c | 516 qos->pm_qos_power_miscdev.fops = &pm_qos_power_fops; in register_pm_qos_misc()
|
/kernel/trace/ |
D | trace.h | 542 const struct file_operations *fops);
|
D | trace.c | 6020 void *data, long cpu, const struct file_operations *fops) in trace_create_cpu_file() argument 6022 struct dentry *ret = trace_create_file(name, mode, parent, data, fops); in trace_create_cpu_file() 6190 const struct file_operations *fops) in trace_create_file() argument 6194 ret = tracefs_create_file(name, mode, parent, data, fops); in trace_create_file()
|