tsevq             394 drivers/ptp/ptp_chardev.c 	return queue_cnt(&ptp->tsevq) ? EPOLLIN : 0;
tsevq             403 drivers/ptp/ptp_chardev.c 	struct timestamp_event_queue *queue = &ptp->tsevq;
tsevq             220 drivers/ptp/ptp_clock.c 	spin_lock_init(&ptp->tsevq.lock);
tsevq             322 drivers/ptp/ptp_clock.c 		enqueue_external_timestamp(&ptp->tsevq, event);
tsevq              37 drivers/ptp/ptp_private.h 	struct timestamp_event_queue tsevq; /* simple fifo for time stamps */
tsevq              66 drivers/ptp/ptp_sysfs.c 	struct timestamp_event_queue *queue = &ptp->tsevq;