Searched defs:posix_clock_operations (Results 1 – 1 of 1) sorted by relevance
39 struct posix_clock_operations { struct40 struct module *owner;42 int (*clock_adjtime)(struct posix_clock *pc, struct __kernel_timex *tx);44 int (*clock_gettime)(struct posix_clock *pc, struct timespec64 *ts);46 int (*clock_getres) (struct posix_clock *pc, struct timespec64 *ts);48 int (*clock_settime)(struct posix_clock *pc,54 long (*ioctl)(struct posix_clock_context *pccontext, unsigned int cmd,57 int (*open)(struct posix_clock_context *pccontext, fmode_t f_mode);59 __poll_t (*poll)(struct posix_clock_context *pccontext, struct file *file,62 int (*release)(struct posix_clock_context *pccontext);[all …]