Searched refs:pin_desc_idx (Results 1 – 1 of 1) sorted by relevance
1587 int pin_desc_idx; in ice_ptp_extts_event() local1598 pin_desc_idx = ice_ptp_find_pin_idx(pf, PTP_PF_EXTTS, chan); in ice_ptp_extts_event()1599 if (pin_desc_idx >= 0) { in ice_ptp_extts_event()1602 desc = &pf->ptp.ice_pin_desc[pin_desc_idx]; in ice_ptp_extts_event()1629 int pin_desc_idx; in ice_ptp_cfg_extts() local1643 pin_desc_idx = ice_ptp_find_pin_idx(pf, PTP_PF_EXTTS, chan); in ice_ptp_cfg_extts()1644 if (pin_desc_idx < 0) in ice_ptp_cfg_extts()1647 gpio_pin = pf->ptp.ice_pin_desc[pin_desc_idx].gpio[0]; in ice_ptp_cfg_extts()1807 int pin_desc_idx; in ice_ptp_cfg_perout() local1812 pin_desc_idx = ice_ptp_find_pin_idx(pf, PTP_PF_PEROUT, rq->index); in ice_ptp_cfg_perout()[all …]