Searched refs:event_ch (Results 1 – 2 of 2) sorted by relevance
442 if (perout->event_ch >= 0) { in lan743x_ptp_perout_off()445 PTP_CLOCK_TARGET_SEC_X(perout->event_ch), in lan743x_ptp_perout_off()448 PTP_CLOCK_TARGET_NS_X(perout->event_ch), in lan743x_ptp_perout_off()453 (perout->event_ch); in lan743x_ptp_perout_off()455 lan743x_ptp_release_event_ch(adapter, perout->event_ch); in lan743x_ptp_perout_off()456 perout->event_ch = -1; in lan743x_ptp_perout_off()487 if (perout->event_ch >= 0 || in lan743x_ptp_perout()493 perout->event_ch = lan743x_ptp_reserve_event_ch(adapter, index); in lan743x_ptp_perout()495 if (perout->event_ch < 0) { in lan743x_ptp_perout()505 perout->event_ch); in lan743x_ptp_perout()[all …]
62 int event_ch; /* PTP event channel (0=channel A, 1=channel B) */ member