Searched refs:periodic (Results 1 – 16 of 16) sorted by relevance
/linux-2.4.37.9/drivers/usb/host/ |
D | ehci-mem.c | 168 if (ehci->periodic) in ehci_mem_cleanup() 171 ehci->periodic, ehci->periodic_dma); in ehci_mem_cleanup() 172 ehci->periodic = 0; in ehci_mem_cleanup() 230 ehci->periodic = (u32 *) in ehci_mem_init() 234 if (ehci->periodic == 0) { in ehci_mem_init() 238 ehci->periodic [i] = EHCI_LIST_END; in ehci_mem_init()
|
D | ehci-sched.c | 47 periodic_next_shadow (union ehci_shadow *periodic, int tag) in periodic_next_shadow() argument 51 return &periodic->qh->qh_next; in periodic_next_shadow() 53 return &periodic->fstn->fstn_next; in periodic_next_shadow() 55 return &periodic->itd->itd_next; in periodic_next_shadow() 58 return &periodic->sitd->sitd_next; in periodic_next_shadow() 61 dbg ("BAD shadow %p tag %d", periodic->ptr, tag); in periodic_next_shadow() 71 u32 *hw_p = &ehci->periodic [frame]; in periodic_unlink() 105 u32 *hw_p = &ehci->periodic [frame]; in periodic_usecs() 425 ehci->periodic [frame] = in qh_schedule() 976 itd->hw_next = ehci->periodic [frame]; in itd_link() [all …]
|
D | ehci.h | 60 u32 *periodic; /* hw periodic table */ member
|
D | ehci-dbg.c | 507 tag = Q_NEXT_TYPE (ehci->periodic [i]); in show_periodic() 581 static DEVICE_ATTR (periodic, S_IRUGO, show_periodic, NULL);
|
/linux-2.4.37.9/drivers/char/joystick/ |
D | iforce.c | 618 effect->u.periodic.magnitude, effect->u.periodic.offset, in iforce_upload_periodic() 619 effect->u.periodic.period, effect->u.periodic.phase); in iforce_upload_periodic() 624 effect->u.periodic.shape.attack_length, in iforce_upload_periodic() 625 effect->u.periodic.shape.attack_level, in iforce_upload_periodic() 626 effect->u.periodic.shape.fade_length, in iforce_upload_periodic() 627 effect->u.periodic.shape.fade_level); in iforce_upload_periodic() 631 switch (effect->u.periodic.waveform) { in iforce_upload_periodic() 649 effect->u.periodic.direction); in iforce_upload_periodic()
|
/linux-2.4.37.9/include/asm-ia64/sn/ |
D | mmtimer_private.h | 36 unsigned long periodic; member
|
/linux-2.4.37.9/Documentation/usb/ |
D | ehci.txt | 80 Also, some shortcuts have been taken with the scheduling periodic 82 limits on the number of periodic transactions that can be scheduled, 119 "periodic" dumps the periodic schedule, used for interrupt 129 can't, such as "high bandwidth" periodic (interrupt or ISO) transfers. 131 periodic transfers) use different encodings when operating at high speed. 209 TBD: Interrupt and ISO transfer performance issues. Those periodic
|
D | proc_usb_info.txt | 155 (millisecond) is in use. It reflects only periodic transfers, which 252 amount of periodic bandwidth. To use significant fractions 269 The interval is nonzero for all periodic (interrupt or isochronous) 273 For high speed periodic endpoints, the "MaxPacketSize" reflects 278 With the Linux-USB stack, periodic bandwidth reservations use the
|
/linux-2.4.37.9/Documentation/ |
D | rtc.txt | 22 the type of interrupt (update-done, alarm-rang, or periodic) that was 52 the process of doing this, the kernel briefly turns off RTC periodic 225 /* Read periodic IRQ rate */ 248 /* Enable periodic interrupts */ 267 /* Disable periodic interrupts */
|
D | nmi_watchdog.txt | 11 This can be used to debug hard kernel lockups. By executing periodic
|
D | Configure.help | 18715 resolution timer/clock capable of delivering interrupts on periodic 20900 If you think you have a use for such a device (such as periodic data
|
/linux-2.4.37.9/include/linux/ |
D | input.h | 567 struct ff_periodic_effect periodic; member
|
/linux-2.4.37.9/arch/m68k/q40/ |
D | README | 91 The Q40 custom chip is programmable to provide 2 periodic timers:
|
/linux-2.4.37.9/Documentation/input/ |
D | ff.txt | 93 - FF_PERIODIC can render periodic effects (sine, ramp, square...)
|
/linux-2.4.37.9/Documentation/BK-usage/ |
D | bk-kernel-howto.txt | 166 branch with periodic merges back into the tree (pushes, "/"):
|
/linux-2.4.37.9/Documentation/sound/ |
D | NM256 | 269 periodic clicks when recording.
|