Lines Matching refs:ines_timestamp
134 struct ines_timestamp { struct
158 struct ines_timestamp pool_data[INES_MAX_EVENTS]; argument
171 struct ines_timestamp *ts, struct device *dev);
174 static bool ines_timestamp_expired(struct ines_timestamp *ts);
257 struct ines_timestamp *ts; in ines_find_rxts()
267 ts = list_entry(this, struct ines_timestamp, list); in ines_find_rxts()
289 struct ines_timestamp ts; in ines_find_txts()
432 struct ines_timestamp *ts, struct device *dev) in ines_match()
499 struct ines_timestamp *ts; in ines_rxfifo_read()
522 ts = list_first_entry(&port->pool, struct ines_timestamp, list); in ines_rxfifo_read()
555 static bool ines_timestamp_expired(struct ines_timestamp *ts) in ines_timestamp_expired()