Searched refs:ti (Results 101 - 125 of 146) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/codecs/
H A Dsnd-aoa-codec-toonie.c55 struct transfer_info *ti,
54 toonie_usable(struct codec_info_item *cii, struct transfer_info *ti, struct transfer_info *out) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/soundbus/
H A Dsoundbus.h93 * which is initialised to the values in *ti, and
101 struct transfer_info *ti,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_timer.c434 struct snd_timer_instance *ti; local
442 (ti = tmr->timeri) == NULL) {
446 snd_iprintf(buffer, "Timer for queue %i : %s\n", q->queue, ti->timer->name);
447 resolution = snd_timer_resolution(ti) * tmr->ticks;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Doptcd.c1479 struct cdrom_ti ti;
1482 if (copy_from_user(&ti, arg, sizeof ti))
1485 if (ti.cdti_trk0 < disk_info.first
1486 || ti.cdti_trk0 > disk_info.last
1487 || ti.cdti_trk1 < ti.cdti_trk0)
1489 if (ti.cdti_trk1 > disk_info.last)
1490 ti.cdti_trk1 = disk_info.last;
1492 msf.cdmsf_min0 = toc[ti
1467 struct cdrom_ti ti; local
[all...]
H A Dcdrom.c2617 struct cdrom_ti ti; local
2624 if (copy_from_user(&ti, argp, sizeof(ti)))
2630 return cdi->ops->audio_ioctl(cdi, CDROMPLAYTRKIND, &ti);
3080 track_information *ti)
3086 init_cdrom_command(&cgc, ti, 8, CGC_DATA_READ);
3097 buflen = be16_to_cpu(ti->track_information_length) +
3098 sizeof(ti->track_information_length);
3150 track_information ti; local
3164 ti_size = cdrom_get_track_info(cdi, last_track, 1, &ti);
3079 cdrom_get_track_info(struct cdrom_device_info *cdi, __u16 track, __u8 type, track_information *ti) argument
3211 track_information ti; local
[all...]
H A Dmcdx.c373 struct cdrom_ti *ti = (struct cdrom_ti *) arg; local
376 if ((ti->cdti_trk0 < stuffp->di.n_first)
377 || (ti->cdti_trk0 > stuffp->di.n_last)
378 || (ti->cdti_trk1 < stuffp->di.n_first))
380 if (ti->cdti_trk1 > stuffp->di.n_last)
381 ti->cdti_trk1 = stuffp->di.n_last;
383 ti->cdti_trk0, ti->cdti_trk1);
384 return mcdx_playtrk(stuffp, ti);
1661 mcdx_playtrk(struct s_drive_stuff *stuffp, const struct cdrom_ti *ti) argument
[all...]
H A Daztcd.c1135 struct cdrom_ti ti; local
1246 if (copy_from_user(&ti, argp, sizeof ti))
1248 if (ti.cdti_trk0 < DiskInfo.first
1249 || ti.cdti_trk0 > DiskInfo.last
1250 || ti.cdti_trk1 < ti.cdti_trk0) {
1253 if (ti.cdti_trk1 > DiskInfo.last)
1254 ti.cdti_trk1 = DiskInfo.last;
1255 azt_Play.start = Toc[ti
[all...]
H A Dcdu31a.c2397 struct cdrom_ti *ti = (struct cdrom_ti *) arg; local
2406 if ((ti->cdti_trk0 < sony_toc.first_track_num)
2407 || (ti->cdti_trk0 > sony_toc.last_track_num)
2408 || (ti->cdti_trk1 < ti->cdti_trk0)) {
2413 track_idx = find_track(ti->cdti_trk0);
2432 if (ti->cdti_trk1 >= sony_toc.last_track_num) {
2435 track_idx = find_track(ti->cdti_trk1 + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-java.c771 struct table_item *ti = &table_items[j]; local
773 fprintf (stream, " t[%d] = ", 2 * ti->index);
774 write_java_msgid (stream, ti->mp);
776 fprintf (stream, " t[%d] = ", 2 * ti->index + 1);
777 write_java_msgstr (stream, ti->mp);
792 struct table_item *ti = &table_items[j]; local
793 if (ti->mp->msgid_plural != NULL)
797 write_java_string (stream, ti->mp->msgid_plural);
H A Dformat-lisp.c2088 unsigned int p, n, i, si, ti, j, sj, tj, splitindex, newcount; local
2166 i = 0, ti = 0, si = 0;
2169 unsigned int k = MIN (srcseg->element[si].repcount - ti, p - i);
2180 ti += k;
2181 if (ti == srcseg->element[si].repcount)
2183 ti = 0;
2201 MIN (srcseg->element[si].repcount - ti,
2229 ti += k;
2230 if (ti == srcseg->element[si].repcount)
2232 ti
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dacsi_slm.c487 int d, ti;
501 ti = DMA_TIME_FOR( d );
502 if (ti > 0) {
505 ti, d );
507 START_TIMER( ti );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/soundbus/i2sbus/
H A Di2sbus-pcm.c103 struct transfer_info *ti = cii->codec->transfers; local
106 while (ti->formats && ti->rates) {
107 v = *ti;
108 if (ti->transfer_in == in
109 && cii->codec->usable(cii, ti, &v)) {
119 ti++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dmem_dbg.c598 unsigned long ti; local
637 ti=amip->thread;
668 while(amip && amip->thread == ti);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dmem_dbg.c606 unsigned long ti; local
645 ti=amip->thread;
676 while(amip && amip->thread == ti);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dprocess.c264 struct thread_info *ti = task_thread_info(p); local
279 ti->addr_limit = USER_DS;
282 ti->addr_limit = KERNEL_DS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_dmap.c1375 int rc, ti, i, k, m, n, agperlev; local
1451 ti = bmp->db_agstart + bmp->db_agwidth * (agno & (agperlev - 1));
1459 for (i = 0; i < bmp->db_agwidth; i++, ti++) {
1462 if (l2nb > dcp->stree[ti])
1470 for (n = 0, m = (ti << 2) + 1; n < 4; n++) {
1472 ti = m + n;
1495 ((s64) (ti - le32_to_cpu(dcp->leafidx))) << budmin;
2415 int rc, leafno, ti; local
2437 ti = leafno + le32_to_cpu(dcp->leafidx);
2442 oldval = dcp->stree[ti];
2876 int ti, n = 0, k, x = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dsignal.c319 asmlinkage void do_notify_resume(struct pt_regs *regs, struct thread_info *ti) argument
326 if (ti->flags & (_TIF_SIGPENDING | _TIF_RESTORE_SIGMASK))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmca.c1665 struct thread_info *ti; local
1667 ti = task_thread_info(p);
1668 ti->flags = _TIF_MCA_INIT;
1669 ti->preempt_count = 1;
1670 ti->task = p;
1671 ti->cpu = cpu;
1672 p->stack = ti;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c246 * @ti: the TID information
269 const struct ipath_tid_info *ti)
287 cnt = ti->tidcnt;
290 (unsigned long long) ti->tidlist);
334 vaddr = ti->tidvaddr;
442 (unsigned long) ti->tidlist,
447 if (copy_to_user((void __user *) (unsigned long) ti->tidmap,
463 ti->tidcnt, -ret);
471 * @ti: the TID info
485 const struct ipath_tid_info *ti)
268 ipath_tid_update(struct ipath_portdata *pd, struct file *fp, const struct ipath_tid_info *ti) argument
484 ipath_tid_free(struct ipath_portdata *pd, unsigned subport, const struct ipath_tid_info *ti) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/GNOME/
H A Dteam-address116 ti) english=Tigrinya;;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsyscall.c274 struct thread_info *ti = task_thread_info(current); local
276 ti->tp_value = addr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dprocess.c384 dump_elf_thread(elf_greg_t *dest, struct pt_regs *pt, struct thread_info *ti) argument
425 dest[32] = ti->pcb.unique;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dprocess.c372 struct thread_info *ti = task_thread_info(tsk); local
375 if (ti && ti->ksp) {
377 sp = (unsigned long *)(ti->ksp + STACK_BIAS);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dcio.c877 struct tpi_info ti; local
879 if (tpi(&ti)) {
880 tsch(ti.schid, (struct irb *)__LC_IRB);
881 if (schid_equal(&ti.schid, &schid))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dibmtr.h158 #define SET_PAGE(x) (writeb((x), ti->mmio + ACA_OFFSET+ ACA_RW + SRPR_EVEN))

Completed in 585 milliseconds

123456