Lines Matching refs:fops
185 #define fops_get(fops) (fops) argument
186 #define replace_fops(f, fops) ((f)->f_op = (fops)) argument
194 const struct file_operations *fops);
197 const struct file_operations *fops, uid_t uid,
211 const struct file_operations *fops) in register_chrdev() argument
214 return (__register_chrdev(major, 0, 256, name, fops)); in register_chrdev()
219 const struct file_operations *fops, uid_t uid, gid_t gid, int mode) in register_chrdev_p() argument
222 return (__register_chrdev_p(major, 0, 256, name, fops, uid, gid, mode)); in register_chrdev_p()
407 #define DEFINE_SIMPLE_ATTRIBUTE(fops, get, set, fmt) \ argument
408 __DEFINE_SIMPLE_ATTRIBUTE(fops, get, set, fmt, simple_attr_write)
409 #define DEFINE_SIMPLE_ATTRIBUTE_SIGNED(fops, get, set, fmt) \ argument
410 __DEFINE_SIMPLE_ATTRIBUTE(fops, get, set, fmt, simple_attr_write_signed)