Searched refs:ptp_schedule_worker (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | ptp_clock_kernel.h | 267 int ptp_schedule_worker(struct ptp_clock *ptp, unsigned long delay); 290 static inline int ptp_schedule_worker(struct ptp_clock *ptp, in ptp_schedule_worker() function
|
/kernel/linux/linux-5.10/drivers/ptp/ |
D | ptp_clock.c | 387 int ptp_schedule_worker(struct ptp_clock *ptp, unsigned long delay) in ptp_schedule_worker() function 391 EXPORT_SYMBOL(ptp_schedule_worker);
|
D | ptp_clockmatrix.c | 1266 ptp_schedule_worker(channel->ptp_clock, in _idtcm_adjphase()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
D | cpts.c | 173 ptp_schedule_worker(cpts->clock, 0); in cpts_fifo_read() 557 ptp_schedule_worker(cpts->clock, 0); in cpts_tx_timestamp() 588 ptp_schedule_worker(cpts->clock, cpts->ov_check_period); in cpts_register()
|
D | am65-cpts.c | 340 ptp_schedule_worker(cpts->ptp_clock, 0); in am65_cpts_fifo_read() 796 ptp_schedule_worker(cpts->ptp_clock, 0); in am65_cpts_tx_timestamp()
|
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
D | hwtstamp.c | 359 ptp_schedule_worker(chip->ptp_clock, 0); in mv88e6xxx_port_rxtstamp() 493 ptp_schedule_worker(chip->ptp_clock, 0); in mv88e6xxx_port_txtstamp()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_tai.c | 377 ptp_schedule_worker(tai->ptp_clock, delay); in mvpp22_tai_start()
|
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
D | sja1105_ptp.c | 430 ptp_schedule_worker(ptp_data->clock, 0); in sja1105_port_rxtstamp() 637 ptp_schedule_worker(ptp_data->clock, 0); in sja1105_ptp_extts_timer()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/ |
D | lan743x_ptp.c | 867 ptp_schedule_worker(ptp->ptp_clock, 0); in lan743x_ptp_isr()
|