Lines Matching refs:ines_timestamp
139 struct ines_timestamp { struct
163 struct ines_timestamp pool_data[INES_MAX_EVENTS]; argument
176 struct ines_timestamp *ts, struct device *dev);
179 static bool ines_timestamp_expired(struct ines_timestamp *ts);
262 struct ines_timestamp *ts; in ines_find_rxts()
272 ts = list_entry(this, struct ines_timestamp, list); in ines_find_rxts()
294 struct ines_timestamp ts; in ines_find_txts()
441 struct ines_timestamp *ts, struct device *dev) in ines_match()
508 struct ines_timestamp *ts; in ines_rxfifo_read()
531 ts = list_first_entry(&port->pool, struct ines_timestamp, list); in ines_rxfifo_read()
564 static bool ines_timestamp_expired(struct ines_timestamp *ts) in ines_timestamp_expired()