Searched refs:ptp_find_pin (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
D | ptp_clock_kernel.h | 189 int ptp_find_pin(struct ptp_clock *ptp,
|
/linux-4.4.14/drivers/ptp/ |
D | ptp_clock.c | 322 int ptp_find_pin(struct ptp_clock *ptp, in ptp_find_pin() function 340 EXPORT_SYMBOL(ptp_find_pin);
|
/linux-4.4.14/drivers/net/phy/ |
D | dp83640.c | 316 gpio = 1 + ptp_find_pin(clock->ptp_clock, PTP_PF_PEROUT, in periodic_output() 490 gpio_num = 1 + ptp_find_pin(clock->ptp_clock, in ptp_dp83640_enable() 625 cal_gpio = 1 + ptp_find_pin(clock->ptp_clock, PTP_PF_PHYSYNC, 0); in recalibrate()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 489 pin = ptp_find_pin(igb->ptp_clock, PTP_PF_EXTTS, in igb_ptp_feature_enable_i210() 519 pin = ptp_find_pin(igb->ptp_clock, PTP_PF_PEROUT, in igb_ptp_feature_enable_i210()
|