curt              103 drivers/usb/renesas_usbhs/mod.c 	return info->curt;
curt              121 drivers/usb/renesas_usbhs/mod.c 	info->curt = mod;
curt               83 drivers/usb/renesas_usbhs/mod.h 	struct usbhs_mod *curt; /* current mod */
curt              216 sound/core/seq/oss/seq_oss_readq.c snd_seq_oss_readq_put_timestamp(struct seq_oss_readq *q, unsigned long curt, int seq_mode)
curt              218 sound/core/seq/oss/seq_oss_readq.c 	if (curt != q->input_time) {
curt              223 sound/core/seq/oss/seq_oss_readq.c 			rec.echo = (curt << 8) | SEQ_WAIT;
curt              229 sound/core/seq/oss/seq_oss_readq.c 			rec.t.time = curt;
curt              233 sound/core/seq/oss/seq_oss_readq.c 		q->input_time = curt;
curt               37 sound/core/seq/oss/seq_oss_readq.h int snd_seq_oss_readq_put_timestamp(struct seq_oss_readq *readq, unsigned long curt, int seq_mode);