Searched refs:ptp_find_pin (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
D | ptp_clock_kernel.h | 189 int ptp_find_pin(struct ptp_clock *ptp,
|
/linux-4.1.27/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.1.27/drivers/net/phy/ |
D | dp83640.c | 315 gpio = 1 + ptp_find_pin(clock->ptp_clock, PTP_PF_PEROUT, in periodic_output() 489 gpio_num = 1 + ptp_find_pin(clock->ptp_clock, in ptp_dp83640_enable() 624 cal_gpio = 1 + ptp_find_pin(clock->ptp_clock, PTP_PF_PHYSYNC, 0); in recalibrate()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 475 pin = ptp_find_pin(igb->ptp_clock, PTP_PF_EXTTS, in igb_ptp_feature_enable_i210() 505 pin = ptp_find_pin(igb->ptp_clock, PTP_PF_PEROUT, in igb_ptp_feature_enable_i210()
|