Home
last modified time | relevance | path

Searched refs:extts (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/Documentation/ptp/
Dtestptp.c169 int extts = 0; in main() local
203 extts = atoi(optarg); in main()
349 if (extts) { in main()
355 extts = 0; in main()
359 for (; extts; extts--) { in main()
/linux-4.1.27/drivers/ptp/
Dptp_chardev.c41 rq.extts.index = chan; in ptp_disable_pinfunc()
146 if (copy_from_user(&req.extts, (void __user *)arg, in ptp_ioctl()
147 sizeof(req.extts))) { in ptp_ioctl()
151 if (req.extts.index >= ops->n_ext_ts) { in ptp_ioctl()
156 enable = req.extts.flags & PTP_ENABLE_FEATURE ? 1 : 0; in ptp_ioctl()
Dptp_sysfs.c80 cnt = sscanf(buf, "%u %d", &req.extts.index, &enable); in extts_enable_store()
83 if (req.extts.index >= ops->n_ext_ts) in extts_enable_store()
Dptp_ixp46x.c224 switch (rq->extts.index) { in ptp_ixp_enable()
Dptp_pch.c494 switch (rq->extts.index) { in ptp_pch_enable()
/linux-4.1.27/include/linux/
Dptp_clock_kernel.h36 struct ptp_extts_request extts; member
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_ptp.c476 rq->extts.index); in igb_ptp_feature_enable_i210()
480 if (rq->extts.index == 1) { in igb_ptp_feature_enable_i210()
491 igb_pin_extts(igb, rq->extts.index, pin); in igb_ptp_feature_enable_i210()
/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar_ptp.c371 switch (rq->extts.index) { in ptp_gianfar_enable()
/linux-4.1.27/drivers/net/phy/
Ddp83640.c483 index = rq->extts.index; in ptp_dp83640_enable()
494 if (rq->extts.flags & PTP_FALLING_EDGE) in ptp_dp83640_enable()