• Home
  • Raw
  • Download

Lines Matching refs:ds

88 int sja1105_ptp_clock_register(struct dsa_switch *ds);
90 void sja1105_ptp_clock_unregister(struct dsa_switch *ds);
98 int sja1105_get_ts_info(struct dsa_switch *ds, int port,
101 void sja1105_ptp_txtstamp_skb(struct dsa_switch *ds, int slot,
104 bool sja1105_port_rxtstamp(struct dsa_switch *ds, int port,
107 bool sja1105_port_txtstamp(struct dsa_switch *ds, int port,
110 int sja1105_hwtstamp_get(struct dsa_switch *ds, int port, struct ifreq *ifr);
112 int sja1105_hwtstamp_set(struct dsa_switch *ds, int port, struct ifreq *ifr);
114 int __sja1105_ptp_gettimex(struct dsa_switch *ds, u64 *ns,
117 int __sja1105_ptp_settime(struct dsa_switch *ds, u64 ns,
120 int __sja1105_ptp_adjtime(struct dsa_switch *ds, s64 delta);
122 int sja1105_ptp_commit(struct dsa_switch *ds, struct sja1105_ptp_cmd *cmd,
137 static inline int sja1105_ptp_clock_register(struct dsa_switch *ds) in sja1105_ptp_clock_register() argument
142 static inline void sja1105_ptp_clock_unregister(struct dsa_switch *ds) { } in sja1105_ptp_clock_unregister() argument
144 static inline void sja1105_ptp_txtstamp_skb(struct dsa_switch *ds, int slot, in sja1105_ptp_txtstamp_skb() argument
149 static inline int __sja1105_ptp_gettimex(struct dsa_switch *ds, u64 *ns, in __sja1105_ptp_gettimex() argument
155 static inline int __sja1105_ptp_settime(struct dsa_switch *ds, u64 ns, in __sja1105_ptp_settime() argument
161 static inline int __sja1105_ptp_adjtime(struct dsa_switch *ds, s64 delta) in __sja1105_ptp_adjtime() argument
166 static inline int sja1105_ptp_commit(struct dsa_switch *ds, in sja1105_ptp_commit() argument