Searched refs:ptp_pins (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c24 * @ptp_pins: pointer to the ptp_pin_desc struture
30 ice_get_sma_config_e810t(struct ice_hw *hw, struct ptp_pin_desc *ptp_pins) argument
42 strscpy(ptp_pins[i].name, ice_pin_desc_e810t[i].name,
43 sizeof(ptp_pins[i].name));
44 ptp_pins[i].index = ice_pin_desc_e810t[i].index;
45 ptp_pins[i].func = ice_pin_desc_e810t[i].func;
46 ptp_pins[i].chan = ice_pin_desc_e810t[i].chan;
53 ptp_pins[SMA1].func = PTP_PF_NONE;
54 ptp_pins[UFL1].func = PTP_PF_NONE;
57 ptp_pins[SMA
107 ice_ptp_set_sma_config_e810t(struct ice_hw *hw, const struct ptp_pin_desc *ptp_pins) argument
191 struct ptp_pin_desc ptp_pins[NUM_PTP_PINS_E810T]; local
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c204 if (!pf->ptp_pins) {
548 pins.sdp3_2 = pf->ptp_pins->sdp3_2;
549 pins.sdp3_3 = pf->ptp_pins->sdp3_3;
550 pins.gpio_4 = pf->ptp_pins->gpio_4;
943 kfree(pf->ptp_pins);
945 pf->ptp_pins = NULL;
1039 const struct i40e_ptp_pins_settings *pins = pf->ptp_pins;
1083 pins->sdp3_2 = pf->ptp_pins->sdp3_2;
1085 pins->sdp3_3 = pf->ptp_pins->sdp3_3;
1087 pins->gpio_4 = pf->ptp_pins
[all...]
H A Di40e.h674 struct i40e_ptp_pins_settings *ptp_pins; member in struct:i40e_pf
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_ptp.c824 struct ptp_pin_desc *p = &ocelot->ptp_pins[i];
831 ocelot->ptp_info.pin_config = &ocelot->ptp_pins[0];
/linux-master/include/soc/mscc/
H A Docelot.h884 struct ptp_pin_desc ptp_pins[OCELOT_PTP_PINS_NUM]; member in struct:ocelot

Completed in 206 milliseconds