/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | test_multitouch.py | 235 class PTP(Digitizer): class 616 Note: PTP will send here BTN_DOUBLETAP emulation""" 694 Note: PTP will send here BTN_TRIPLETAP emulation""" 1765 return PTP( 1774 return PTP( 1873 return PTP( 1882 return PTP( 1956 return PTP( 1965 return PTP( 1973 return PTP( [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot_vsc7514.c | 253 { PTP, "ptp", 1 }, in mscc_ocelot_probe() 319 if (irq_ptp_rdy > 0 && ocelot->targets[PTP]) { in mscc_ocelot_probe() 327 /* Both the PTP interrupt and the PTP bank are available */ in mscc_ocelot_probe()
|
H A D | vsc7514_regs.c | 433 [PTP] = vsc7514_ptp_regmap,
|
/kernel/linux/linux-5.10/include/soc/mscc/ |
H A D | ocelot.h | 130 PTP, enumerator 398 PTP_PIN_CFG = PTP << TARGET_OFFSET, 653 /* Protects the PTP interface state */ 655 /* Protects the PTP clock */
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
H A D | ocelot_vsc7514.c | 326 [PTP] = ocelot_ptp_regmap, 1183 { PTP, "ptp", 1 }, in mscc_ocelot_probe() 1238 if (irq_ptp_rdy > 0 && ocelot->targets[PTP]) { in mscc_ocelot_probe() 1246 /* Both the PTP interrupt and the PTP bank are available */ in mscc_ocelot_probe()
|
/kernel/linux/linux-6.6/include/soc/mscc/ |
H A D | ocelot.h | 120 PTP, enumerator 489 PTP_PIN_CFG = PTP << TARGET_OFFSET, 882 /* Protects the PTP clock */
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-drv.c | 1557 /* PTP v2, UDP, any kind of event packet */ in xgbe_set_hwtstamp_settings() 1560 fallthrough; /* to PTP v1, UDP, any kind of event packet */ in xgbe_set_hwtstamp_settings() 1568 /* PTP v2, UDP, Sync packet */ in xgbe_set_hwtstamp_settings() 1571 fallthrough; /* to PTP v1, UDP, Sync packet */ in xgbe_set_hwtstamp_settings() 1579 /* PTP v2, UDP, Delay_req packet */ in xgbe_set_hwtstamp_settings() 1582 fallthrough; /* to PTP v1, UDP, Delay_req packet */ in xgbe_set_hwtstamp_settings() 1613 /* PTP v2/802.AS1, any layer, any kind of event packet */ in xgbe_set_hwtstamp_settings() 1623 /* PTP v2/802.AS1, any layer, Sync packet */ in xgbe_set_hwtstamp_settings() 1633 /* PTP v2/802.AS1, any layer, Delay_req packet */ in xgbe_set_hwtstamp_settings() 1661 if (XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, PTP)) { in xgbe_prep_tx_tstamp() [all...] |
H A D | xgbe-dev.c | 1796 if (XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, PTP)) in xgbe_dev_xmit() 2419 * such as PTP or DCB control packets, etc. and in xgbe_set_nonprio_fifos() 3626 /* For PTP config */ in xgbe_init_function_ptrs_dev()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-drv.c | 1554 /* PTP v2, UDP, any kind of event packet */ in xgbe_set_hwtstamp_settings() 1557 fallthrough; /* to PTP v1, UDP, any kind of event packet */ in xgbe_set_hwtstamp_settings() 1565 /* PTP v2, UDP, Sync packet */ in xgbe_set_hwtstamp_settings() 1568 fallthrough; /* to PTP v1, UDP, Sync packet */ in xgbe_set_hwtstamp_settings() 1576 /* PTP v2, UDP, Delay_req packet */ in xgbe_set_hwtstamp_settings() 1579 fallthrough; /* to PTP v1, UDP, Delay_req packet */ in xgbe_set_hwtstamp_settings() 1610 /* PTP v2/802.AS1, any layer, any kind of event packet */ in xgbe_set_hwtstamp_settings() 1620 /* PTP v2/802.AS1, any layer, Sync packet */ in xgbe_set_hwtstamp_settings() 1630 /* PTP v2/802.AS1, any layer, Delay_req packet */ in xgbe_set_hwtstamp_settings() 1658 if (XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, PTP)) { in xgbe_prep_tx_tstamp() [all...] |
H A D | xgbe-dev.c | 1846 if (XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, PTP)) in xgbe_dev_xmit() 2469 * such as PTP or DCB control packets, etc. and in xgbe_set_nonprio_fifos() 3678 /* For PTP config */ in xgbe_init_function_ptrs_dev()
|
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/ |
H A D | felix_vsc9959.c | 375 [PTP] = vsc9959_ptp_regmap, 422 [PTP] = { 1380 /* The INTB interrupt is used for both PTP TX timestamp interrupt in felix_irq_handler()
|
H A D | seville_vsc9953.c | 413 [PTP] = {
|
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/ |
H A D | felix_vsc9959.c | 516 [PTP] = vsc9959_ptp_regmap, 549 [PTP] = "ptp", 2647 /* The INTB interrupt is shared between for PTP TX timestamp availability
|
H A D | seville_vsc9953.c | 493 [PTP] = "ptp",
|