Searched refs:ptpci (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/net/ethernet/microchip/ |
| H A D | lan743x_ptp.c | 338 container_of(ptpci, struct lan743x_ptp, ptp_clock_info); in lan743x_ptpci_adjfine() 364 container_of(ptpci, struct lan743x_ptp, ptp_clock_info); in lan743x_ptpci_adjtime() 373 static int lan743x_ptpci_gettime64(struct ptp_clock_info *ptpci, in lan743x_ptpci_gettime64() argument 377 container_of(ptpci, struct lan743x_ptp, ptp_clock_info); in lan743x_ptpci_gettime64() 394 static int lan743x_ptpci_settime64(struct ptp_clock_info *ptpci, in lan743x_ptpci_settime64() argument 398 container_of(ptpci, struct lan743x_ptp, ptp_clock_info); in lan743x_ptpci_settime64() 966 static int lan743x_ptpci_enable(struct ptp_clock_info *ptpci, in lan743x_ptpci_enable() argument 970 container_of(ptpci, struct lan743x_ptp, ptp_clock_info); in lan743x_ptpci_enable() 977 if (request->extts.index < ptpci->n_ext_ts) in lan743x_ptpci_enable() 982 if (request->perout.index < ptpci->n_per_out) { in lan743x_ptpci_enable() [all …]
|
| /linux-6.15/drivers/net/phy/ |
| H A D | microchip_rds_ptp.c | 218 static int mchp_rds_ptp_perout(struct ptp_clock_info *ptpci, in mchp_rds_ptp_perout() argument 221 struct mchp_rds_ptp_clock *clock = container_of(ptpci, in mchp_rds_ptp_perout() 262 static int mchp_rds_ptpci_enable(struct ptp_clock_info *ptpci, in mchp_rds_ptpci_enable() argument 267 return mchp_rds_ptp_perout(ptpci, &request->perout, on); in mchp_rds_ptpci_enable() 273 static int mchp_rds_ptpci_verify(struct ptp_clock_info *ptpci, unsigned int pin, in mchp_rds_ptpci_verify() argument 276 struct mchp_rds_ptp_clock *clock = container_of(ptpci, in mchp_rds_ptpci_verify()
|
| H A D | micrel.c | 2897 static int lan8814_ptpci_gettime64(struct ptp_clock_info *ptpci, in lan8814_ptpci_gettime64() argument 2900 struct lan8814_shared_priv *shared = container_of(ptpci, struct lan8814_shared_priv, in lan8814_ptpci_gettime64() 2915 static int lan8814_ptpci_settime64(struct ptp_clock_info *ptpci, in lan8814_ptpci_settime64() argument 2918 struct lan8814_shared_priv *shared = container_of(ptpci, struct lan8814_shared_priv, in lan8814_ptpci_settime64() 3088 static int lan8814_ptpci_adjtime(struct ptp_clock_info *ptpci, s64 delta) in lan8814_ptpci_adjtime() argument 3101 static int lan8814_ptpci_adjfine(struct ptp_clock_info *ptpci, long scaled_ppm) in lan8814_ptpci_adjfine() argument 3222 static int lan8814_ptp_perout(struct ptp_clock_info *ptpci, in lan8814_ptp_perout() argument 3395 static int lan8814_ptp_extts(struct ptp_clock_info *ptpci, in lan8814_ptp_extts() argument 3424 static int lan8814_ptpci_enable(struct ptp_clock_info *ptpci, in lan8814_ptpci_enable() argument 3429 return lan8814_ptp_perout(ptpci, rq, on); in lan8814_ptpci_enable() [all …]
|