Searched defs:cfs_psdev_ops (Results 1 – 1 of 1) sorted by relevance
122 struct cfs_psdev_ops { struct123 int (*p_open)(unsigned long, void *);124 int (*p_close)(unsigned long, void *);125 int (*p_read)(struct cfs_psdev_file *, char *, unsigned long);126 int (*p_write)(struct cfs_psdev_file *, char *, unsigned long);127 int (*p_ioctl)(struct cfs_psdev_file *, unsigned long, void *);