Lines Matching refs:fops
181 #define fops_get(fops) (fops) argument
182 #define replace_fops(f, fops) ((f)->f_op = (fops)) argument
190 const struct file_operations *fops);
193 const struct file_operations *fops, uid_t uid,
207 const struct file_operations *fops) in register_chrdev() argument
210 return (__register_chrdev(major, 0, 256, name, fops)); in register_chrdev()
215 const struct file_operations *fops, uid_t uid, gid_t gid, int mode) in register_chrdev_p() argument
218 return (__register_chrdev_p(major, 0, 256, name, fops, uid, gid, mode)); in register_chrdev_p()
397 #define DEFINE_SIMPLE_ATTRIBUTE(fops, get, set, fmt) \ argument
398 __DEFINE_SIMPLE_ATTRIBUTE(fops, get, set, fmt, simple_attr_write)
399 #define DEFINE_SIMPLE_ATTRIBUTE_SIGNED(fops, get, set, fmt) \ argument
400 __DEFINE_SIMPLE_ATTRIBUTE(fops, get, set, fmt, simple_attr_write_signed)