Lines Matching defs:perout
763 struct ptp_perout_request *perout, int on)
769 if (perout->flags & ~PTP_PEROUT_PHASE)
772 pin = ptp_find_pin(priv->ptp_clock, PTP_PF_PEROUT, perout->index);
791 if (perout->period.sec != 1 || perout->period.nsec != 0) {
796 if (!(perout->flags & PTP_PEROUT_PHASE)) {
797 if (perout->start.sec != 0 || perout->start.nsec != 0) {
802 if (perout->phase.nsec != 0 &&
803 perout->phase.nsec != (NSEC_PER_SEC >> 1)) {
808 if (perout->phase.nsec == 0)
912 return nxp_c45_perout_enable(priv, &req->perout, on);