Searched refs:pps_event_time (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | pps_kernel.h | 35 struct pps_event_time { struct 89 struct pps_event_time *ts, int event, void *data); 100 static inline void pps_get_ts(struct pps_event_time *ts) in pps_get_ts() 112 static inline void pps_sub_ts(struct pps_event_time *ts, struct timespec64 delta) in pps_sub_ts()
|
D | ptp_clock_kernel.h | 172 struct pps_event_time pps_times;
|
/kernel/linux/linux-5.10/drivers/pps/ |
D | kc.h | 20 struct pps_event_time *ts, int event); 29 struct pps_event_time *ts, int event) {} in pps_kc_event()
|
D | kc.c | 99 void pps_kc_event(struct pps_device *pps, struct pps_event_time *ts, in pps_kc_event()
|
D | kapi.c | 159 void pps_event(struct pps_device *pps, struct pps_event_time *ts, int event, in pps_event()
|
/kernel/linux/linux-5.10/drivers/pps/clients/ |
D | pps-ktimer.c | 30 struct pps_event_time ts; in pps_ktimer_event()
|
D | pps-ldisc.c | 21 struct pps_event_time ts; in pps_tty_dcd_change()
|
D | pps_parport.c | 57 struct pps_event_time ts_assert, ts_clear; in parport_irq()
|
D | pps-gpio.c | 48 struct pps_event_time ts; in pps_gpio_irq_handler()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
D | ptp.c | 327 struct pps_event_time host_time_pps; 864 struct pps_event_time *last_time) in efx_ptp_send_times() 866 struct pps_event_time now; in efx_ptp_send_times() 931 const struct pps_event_time *last_time) in efx_ptp_process_times() 1039 struct pps_event_time last_time = {}; in efx_ptp_synchronize()
|
/kernel/linux/linux-5.10/drivers/ptp/ |
D | ptp_clock.c | 323 struct pps_event_time evt; in ptp_clock_event()
|