Searched defs:mtc (Results 1 – 3 of 3) sorted by relevance
188 struct mtc { struct195 unsigned int tstate; /* one of MTC_* constants */196 struct dev *dev;198 unsigned int origin; /* MTC start time */199 unsigned int fps; /* MTC frames per second */203 unsigned int fps_id; /* one of above */204 unsigned int hr; /* MTC hours */205 unsigned int min; /* MTC minutes */206 unsigned int sec; /* MTC seconds */207 unsigned int fr; /* MTC frames */[all …]
191 mtc_midi_qfr(struct mtc *mtc, int delta) in mtc_midi_qfr()261 mtc_midi_full(struct mtc *mtc) in mtc_midi_full()1270 mtc_trigger(struct mtc *mtc) in mtc_trigger()1308 mtc_start(struct mtc *mtc) in mtc_start()1324 mtc_stop(struct mtc *mtc) in mtc_stop()1346 mtc_loc(struct mtc *mtc, unsigned int origin) in mtc_loc()1361 mtc_setdev(struct mtc *mtc, struct dev *d) in mtc_setdev()
28 struct mtc *mtc; /* if set, MMC-controlled MTC source */ member