Lines Matching refs:idt82p33_channel

159 static int idt82p33_dpll_set_mode(struct idt82p33_channel *channel,  in idt82p33_dpll_set_mode()
188 static int _idt82p33_gettime(struct idt82p33_channel *channel, in _idt82p33_gettime()
225 static int _idt82p33_settime(struct idt82p33_channel *channel, in _idt82p33_settime()
269 static int _idt82p33_adjtime(struct idt82p33_channel *channel, s64 delta_ns) in _idt82p33_adjtime()
293 static int _idt82p33_adjfine(struct idt82p33_channel *channel, long scaled_ppm) in _idt82p33_adjfine()
348 struct idt82p33_channel *channel, s64 *overhead_ns) in idt82p33_measure_one_byte_write_overhead()
383 struct idt82p33_channel *channel) in idt82p33_measure_tod_write_9_byte_overhead()
420 struct idt82p33_channel *channel, s64 *overhead_ns) in idt82p33_measure_settime_gettime_gap_overhead()
441 static int idt82p33_measure_tod_write_overhead(struct idt82p33_channel *channel) in idt82p33_measure_tod_write_overhead()
515 static int idt82p33_sync_tod(struct idt82p33_channel *channel, bool enable) in idt82p33_sync_tod()
556 struct idt82p33_channel *channel = in idt82p33_sync_tod_work_handler()
557 container_of(work, struct idt82p33_channel, sync_tod_work.work); in idt82p33_sync_tod_work_handler()
567 static int idt82p33_pps_enable(struct idt82p33_channel *channel, bool enable) in idt82p33_pps_enable()
601 static int idt82p33_enable_tod(struct idt82p33_channel *channel) in idt82p33_enable_tod()
634 struct idt82p33_channel *channel; in idt82p33_ptp_clock_unregister_all()
651 struct idt82p33_channel *channel = in idt82p33_enable()
652 container_of(ptp, struct idt82p33_channel, caps); in idt82p33_enable()
679 struct idt82p33_channel *channel = in idt82p33_adjfine()
680 container_of(ptp, struct idt82p33_channel, caps); in idt82p33_adjfine()
693 struct idt82p33_channel *channel = in idt82p33_adjtime()
694 container_of(ptp, struct idt82p33_channel, caps); in idt82p33_adjtime()
721 struct idt82p33_channel *channel = in idt82p33_gettime()
722 container_of(ptp, struct idt82p33_channel, caps); in idt82p33_gettime()
736 struct idt82p33_channel *channel = in idt82p33_settime()
737 container_of(ptp, struct idt82p33_channel, caps); in idt82p33_settime()
748 static int idt82p33_channel_init(struct idt82p33_channel *channel, int index) in idt82p33_channel_init()
796 struct idt82p33_channel *channel; in idt82p33_enable_channel()