Home
last modified time | relevance | path

Searched refs:fops (Results 1 – 4 of 4) sorted by relevance

/kernel/power/
Duser.c472 .fops = &snapshot_fops,
Dqos.c516 qos->pm_qos_power_miscdev.fops = &pm_qos_power_fops; in register_pm_qos_misc()
/kernel/trace/
Dtrace.h542 const struct file_operations *fops);
Dtrace.c6020 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()