Searched defs:cfs_psdev_ops (Results 1 – 1 of 1) sorted by relevance
82 struct cfs_psdev_ops { struct83 int (*p_open)(unsigned long, void *);84 int (*p_close)(unsigned long, void *);85 int (*p_read)(struct cfs_psdev_file *, char *, unsigned long);86 int (*p_write)(struct cfs_psdev_file *, char *, unsigned long);87 int (*p_ioctl)(struct cfs_psdev_file *, unsigned long, void *);