/linux/include/uapi/linux/ |
H A D | ptp_clock.h | 194 struct ptp_pin_desc { struct 228 #define PTP_PIN_GETFUNC _IOWR(PTP_CLK_MAGIC, 6, struct ptp_pin_desc) argument 229 #define PTP_PIN_SETFUNC _IOW(PTP_CLK_MAGIC, 7, struct ptp_pin_desc) 240 #define PTP_PIN_GETFUNC2 _IOWR(PTP_CLK_MAGIC, 15, struct ptp_pin_desc) 241 #define PTP_PIN_SETFUNC2 _IOW(PTP_CLK_MAGIC, 16, struct ptp_pin_desc)
|
/linux/drivers/net/dsa/microchip/ |
H A D | ksz_ptp.h | 25 struct ptp_pin_desc pin_config[KSZ_PTP_N_GPIO];
|
H A D | ksz_ptp.c | 932 struct ptp_pin_desc *ptp_pin = &ptp_data->pin_config[i]; in ksz_ptp_clock_register()
|
/linux/drivers/net/ethernet/microchip/ |
H A D | lan743x_ptp.h | 80 struct ptp_pin_desc pin_config[LAN743X_PTP_N_GPIO];
|
H A D | lan743x_ptp.c | 1523 struct ptp_pin_desc *ptp_pin = &ptp->pin_config[i]; in lan743x_ptp_open()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ptp.h | 260 struct ptp_pin_desc pin_desc[ICE_N_PINS_MAX];
|
H A D | ice_ptp.c | 159 struct ptp_pin_desc *pins = pf->ptp.pin_desc; in ice_ptp_set_sma_cfg() 1917 struct ptp_pin_desc *pin_desc = &pf->ptp.pin_desc[i]; in ice_ptp_disable_shared_pin() 2434 struct ptp_pin_desc *pin = &pf->ptp.pin_desc[i]; in ice_ptp_setup_pin_cfg()
|
/linux/drivers/ptp/ |
H A D | ptp_chardev.c | 54 struct ptp_pin_desc *pin1 = NULL, *pin2 = &info->pin_config[pin]; in ptp_set_pinfunc() 176 struct ptp_pin_desc pd; in ptp_ioctl()
|
H A D | ptp_idt82p33.c | 41 static struct ptp_pin_desc pin_config[MAX_PHC_PLL][MAX_TRIG_CLK]; 1166 struct ptp_pin_desc *pin_cfg, u8 max_pins) in idt82p33_caps_init() 1168 struct ptp_pin_desc *ppd; in idt82p33_caps_init()
|
H A D | ptp_clock.c | 482 struct ptp_pin_desc *pin = NULL; in ptp_find_pin()
|
H A D | ptp_clockmatrix.c | 2038 static struct ptp_pin_desc pin_config[MAX_TOD][MAX_REF_CLK]; 2265 struct ptp_pin_desc *ppd = &channel->caps.pin_config[i]; in idtcm_enable_channel()
|
/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ptp.c | 1095 struct ptp_pin_desc pin_desc[MAX_PTP_GPIO_COUNT]; in aq_ptp_gpio_init() 1133 info->pin_config = kcalloc(info->n_pins, sizeof(struct ptp_pin_desc), in aq_ptp_gpio_init() 1140 sizeof(struct ptp_pin_desc) * info->n_pins); in aq_ptp_gpio_init()
|
/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | ptp.c | 552 struct ptp_pin_desc *ppd = &chip->pin_config[i]; in mv88e6xxx_ptp_setup()
|
/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_ptp.c | 879 static struct ptp_pin_desc sja1105_ptp_pin = {
|
/linux/drivers/net/phy/ |
H A D | bcm-phy-ptp.c | 134 struct ptp_pin_desc pin;
|
H A D | micrel.c | 392 struct ptp_pin_desc *pin_config; 425 struct ptp_pin_desc *pin_config; 3880 struct ptp_pin_desc *ptp_pin = &shared->pin_config[i]; in lan8814_ptp_probe_once() 5328 struct ptp_pin_desc *p = &ptp_priv->pin_config[i]; in lan8841_probe()
|
H A D | nxp-c45-tja11xx.c | 912 static struct ptp_pin_desc nxp_c45_ptp_pins[] = {
|
/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_ptp.c | 900 struct ptp_pin_desc *p = &ocelot->ptp_pins[i]; in ocelot_init_timestamp()
|
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_ptp.c | 988 struct ptp_pin_desc *p; in lan966x_ptp_phc_init()
|
/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_ptp.c | 1130 struct ptp_pin_desc *ppd = &adapter->sdp_config[i]; in igc_ptp_init()
|
/linux/include/soc/mscc/ |
H A D | ocelot.h | 894 struct ptp_pin_desc ptp_pins[OCELOT_PTP_PINS_NUM];
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ptp.c | 44 static struct ptp_pin_desc sdp_desc[] = {
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_ptp.c | 1422 struct ptp_pin_desc *ppd = &adapter->sdp_config[i]; in igb_ptp_sdp_init()
|