Searched defs:cfs_psdev_ops (Results 1 – 1 of 1) sorted by relevance
125 struct cfs_psdev_ops { struct126 int (*p_open)(unsigned long, void *);127 int (*p_close)(unsigned long, void *);128 int (*p_read)(struct cfs_psdev_file *, char *, unsigned long);129 int (*p_write)(struct cfs_psdev_file *, char *, unsigned long);130 int (*p_ioctl)(struct cfs_psdev_file *, unsigned long, void *);