todr_chip_handle 53 dev/clock_subr.h struct todr_chip_handle { todr_chip_handle 57 dev/clock_subr.h int (*todr_gettime)(struct todr_chip_handle *, struct timeval *); todr_chip_handle 58 dev/clock_subr.h int (*todr_settime)(struct todr_chip_handle *, struct timeval *); todr_chip_handle 59 dev/clock_subr.h int (*todr_getcal)(struct todr_chip_handle *, int *); todr_chip_handle 60 dev/clock_subr.h int (*todr_setcal)(struct todr_chip_handle *, int); todr_chip_handle 61 dev/clock_subr.h int (*todr_setwen)(struct todr_chip_handle *, int); todr_chip_handle 63 dev/clock_subr.h typedef struct todr_chip_handle *todr_chip_handle_t; todr_chip_handle 90 dev/i2c/rs5c372.c struct todr_chip_handle sc_todr; todr_chip_handle 107 dev/i2c/rs5c372.c int ricohrtc_gettime(struct todr_chip_handle *, struct timeval *); todr_chip_handle 108 dev/i2c/rs5c372.c int ricohrtc_settime(struct todr_chip_handle *, struct timeval *); todr_chip_handle 109 dev/i2c/rs5c372.c int ricohrtc_getcal(struct todr_chip_handle *, int *); todr_chip_handle 110 dev/i2c/rs5c372.c int ricohrtc_setcal(struct todr_chip_handle *, int); todr_chip_handle 205 dev/i2c/rs5c372.c ricohrtc_gettime(struct todr_chip_handle *ch, struct timeval *tv) todr_chip_handle 220 dev/i2c/rs5c372.c ricohrtc_settime(struct todr_chip_handle *ch, struct timeval *tv) todr_chip_handle 233 dev/i2c/rs5c372.c ricohrtc_setcal(struct todr_chip_handle *ch, int cal) todr_chip_handle 240 dev/i2c/rs5c372.c ricohrtc_getcal(struct todr_chip_handle *ch, int *cal) todr_chip_handle 110 dev/ic/mk48txx.c sz = ALIGN(sizeof(struct todr_chip_handle)) + sizeof(struct mk48txx); todr_chip_handle 117 dev/ic/mk48txx.c ALIGN(sizeof(struct todr_chip_handle)));