Home
last modified time | relevance | path

Searched refs:curt (Results 1 – 4 of 4) sorted by relevance

/linux/sound/core/seq/oss/
H A Dseq_oss_readq.c220 snd_seq_oss_readq_put_timestamp(struct seq_oss_readq *q, unsigned long curt, int seq_mode) in snd_seq_oss_readq_put_timestamp()
225 if (curt != q->input_time) { in snd_seq_oss_readq_put_timestamp()
231 rec.echo = (curt << 8) | SEQ_WAIT;
237 rec.t.time = curt;
241 q->input_time = curt; in snd_seq_oss_readq_info_read()
210 snd_seq_oss_readq_put_timestamp(struct seq_oss_readq * q,unsigned long curt,int seq_mode) snd_seq_oss_readq_put_timestamp() argument
H A Dseq_oss_readq.h38 int snd_seq_oss_readq_put_timestamp(struct seq_oss_readq *readq, unsigned long curt, int seq_mode);
/linux/drivers/usb/renesas_usbhs/
H A Dmod.c103 return info->curt; in usbhs_mod_get_current()
121 info->curt = mod; in usbhs_mod_change()
H A Dmod.h83 struct usbhs_mod *curt; /* current mod */ member