Symbol: ptp_pin_desc
drivers/net/dsa/microchip/ksz_ptp.c
934
struct ptp_pin_desc *ptp_pin = &ptp_data->pin_config[i];
drivers/net/dsa/microchip/ksz_ptp.h
25
struct ptp_pin_desc pin_config[KSZ_PTP_N_GPIO];
drivers/net/dsa/mv88e6xxx/chip.h
426
struct ptp_pin_desc pin_config[MV88E6XXX_MAX_GPIO];
drivers/net/dsa/mv88e6xxx/ptp.c
506
struct ptp_pin_desc *ppd = &chip->pin_config[i];
drivers/net/dsa/sja1105/sja1105_ptp.c
872
static struct ptp_pin_desc sja1105_ptp_pin = {
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
1095
struct ptp_pin_desc pin_desc[MAX_PTP_GPIO_COUNT];
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
1133
info->pin_config = kzalloc_objs(struct ptp_pin_desc, info->n_pins);
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
1139
sizeof(struct ptp_pin_desc) * info->n_pins);
drivers/net/ethernet/intel/i40e/i40e_ptp.c
44
static struct ptp_pin_desc sdp_desc[] = {
drivers/net/ethernet/intel/ice/ice_ptp.c
2339
struct ptp_pin_desc *pin = &pf->ptp.pin_desc[i];
drivers/net/ethernet/intel/ice/ice_ptp.h
257
struct ptp_pin_desc pin_desc[ICE_N_PINS_MAX];
drivers/net/ethernet/intel/igb/igb.h
642
struct ptp_pin_desc sdp_config[IGB_N_SDP];
drivers/net/ethernet/intel/igb/igb_ptp.c
1414
struct ptp_pin_desc *ppd = &adapter->sdp_config[i];
drivers/net/ethernet/intel/igc/igc.h
337
struct ptp_pin_desc sdp_config[IGC_N_SDP];
drivers/net/ethernet/intel/igc/igc_ptp.c
1174
struct ptp_pin_desc *ppd = &adapter->sdp_config[i];
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
326
struct ptp_pin_desc extts_config;
drivers/net/ethernet/microchip/lan743x_ptp.c
1519
struct ptp_pin_desc *ptp_pin = &ptp->pin_config[i];
drivers/net/ethernet/microchip/lan743x_ptp.h
83
struct ptp_pin_desc pin_config[LAN743X_PTP_N_GPIO];
drivers/net/ethernet/microchip/lan966x/lan966x_main.h
253
struct ptp_pin_desc pins[LAN966X_PHC_PINS_NUM];
drivers/net/ethernet/microchip/lan966x/lan966x_ptp.c
1008
struct ptp_pin_desc *p;
drivers/net/ethernet/mscc/ocelot_ptp.c
878
struct ptp_pin_desc *p = &ocelot->ptp_pins[i];
drivers/net/phy/bcm-phy-ptp.c
134
struct ptp_pin_desc pin;
drivers/net/phy/dp83640.c
1034
clock->caps.pin_config = kzalloc_objs(struct ptp_pin_desc,
drivers/net/phy/dp83640.c
178
static void dp83640_gpio_defaults(struct ptp_pin_desc *pd)
drivers/net/phy/micrel.c
412
struct ptp_pin_desc *pin_config;
drivers/net/phy/micrel.c
445
struct ptp_pin_desc *pin_config;
drivers/net/phy/micrel.c
4462
struct ptp_pin_desc *ptp_pin = &shared->pin_config[i];
drivers/net/phy/micrel.c
5951
struct ptp_pin_desc *p = &ptp_priv->pin_config[i];
drivers/net/phy/microchip_rds_ptp.c
1266
struct ptp_pin_desc *p = &clock->pin_config[i];
drivers/net/phy/microchip_rds_ptp.h
202
struct ptp_pin_desc *pin_config;
drivers/net/phy/nxp-c45-tja11xx.c
905
static struct ptp_pin_desc nxp_c45_ptp_pins[] = {
drivers/ptp/ptp_chardev.c
445
struct ptp_pin_desc pd;
drivers/ptp/ptp_chardev.c
465
struct ptp_pin_desc pd;
drivers/ptp/ptp_chardev.c
74
struct ptp_pin_desc *pin1 = NULL, *pin2 = &info->pin_config[pin];
drivers/ptp/ptp_clock.c
631
struct ptp_pin_desc *pin = NULL;
drivers/ptp/ptp_clockmatrix.c
2026
static struct ptp_pin_desc pin_config[MAX_TOD][MAX_REF_CLK];
drivers/ptp/ptp_clockmatrix.c
2255
struct ptp_pin_desc *ppd = &channel->caps.pin_config[i];
drivers/ptp/ptp_idt82p33.c
1154
struct ptp_pin_desc *pin_cfg, u8 max_pins)
drivers/ptp/ptp_idt82p33.c
1156
struct ptp_pin_desc *ppd;
drivers/ptp/ptp_idt82p33.c
41
static struct ptp_pin_desc pin_config[MAX_PHC_PLL][MAX_TRIG_CLK];
drivers/ptp/ptp_ocp.c
2645
struct ptp_pin_desc *config;
include/linux/ptp_clock_kernel.h
203
struct ptp_pin_desc *pin_config;
include/soc/mscc/ocelot.h
894
struct ptp_pin_desc ptp_pins[OCELOT_PTP_PINS_NUM];
include/uapi/linux/ptp_clock.h
231
#define PTP_PIN_GETFUNC _IOWR(PTP_CLK_MAGIC, 6, struct ptp_pin_desc)
include/uapi/linux/ptp_clock.h
232
#define PTP_PIN_SETFUNC _IOW(PTP_CLK_MAGIC, 7, struct ptp_pin_desc)
include/uapi/linux/ptp_clock.h
243
#define PTP_PIN_GETFUNC2 _IOWR(PTP_CLK_MAGIC, 15, struct ptp_pin_desc)
include/uapi/linux/ptp_clock.h
244
#define PTP_PIN_SETFUNC2 _IOW(PTP_CLK_MAGIC, 16, struct ptp_pin_desc)
tools/testing/selftests/ptp/testptp.c
162
struct ptp_pin_desc desc;