Searched defs:ClockMethod (Results 1 – 1 of 1) sorted by relevance
42 struct ClockMethod { struct43 int32_t (*start)(struct ClockDevice *device);44 int32_t (*stop)(struct ClockDevice *device);45 int32_t (*setRate)(struct ClockDevice *device, uint32_t rate);46 int32_t (*getRate)(struct ClockDevice *device, uint32_t *rate);47 int32_t (*disable)(struct ClockDevice *device);48 int32_t (*enable)(struct ClockDevice *device);49 struct ClockDevice *(*getParent)(struct ClockDevice *device);50 int32_t (*setParent)(struct ClockDevice *device, struct ClockDevice *parent);