Home
last modified time | relevance | path

Searched refs:ed (Results 1 – 25 of 41) sorted by relevance

12

/linux-2.4.37.9/drivers/usb/host/
Dusb-ohci.c334 ed_t *ed = dma_to_ed (ohci, le32_to_cpup(ed_p)); in ep_print_int_eds() local
335 printk (" ed: %4x;", ed->hwINFO); in ep_print_int_eds()
336 ed_p = &ed->hwNextED; in ep_print_int_eds()
559 urb->start_frame = urb_priv->ed->last_iso + 1; in sohci_return_urb()
590 ed_t * ed; in sohci_submit_urb() local
630 if (!(ed = ep_add_ed (urb->dev, pipe, urb->interval, 1, mem_flags))) { in sohci_submit_urb()
683 urb_priv->ed = ed; in sohci_submit_urb()
697 if (ed->state == ED_NEW || (ed->state & ED_DEL)) { in sohci_submit_urb()
710 urb->start_frame = ((ed->state == ED_OPER) in sohci_submit_urb()
711 ? (ed->last_iso + 1) in sohci_submit_urb()
[all …]
Dusb-ohci.h43 struct ed { struct
49 struct ed * ed_prev; argument
57 struct ed * ed_rm_list; argument
62 typedef struct ed ed_t; argument
112 struct ed * ed; member
335 ed_t * ed; member
417 ed_t ed[NUM_EDS]; member
428 static int ep_link(ohci_t * ohci, ed_t * ed);
429 static int ep_unlink(ohci_t * ohci, ed_t * ed);
431 static void ep_rm_ed(struct usb_device * usb_dev, ed_t * ed);
[all …]
Dhc_simple.c290 INIT_LIST_HEAD (&(dev->ed[i].urb_queue)); in hci_alloc_dev()
291 dev->ed[i].pipe_head = NULL; in hci_alloc_dev()
463 static inline void qu_queue_active_urb (hci_t * hci, struct urb * urb, epd_t * ed) in qu_queue_active_urb() argument
497 ed->timeout.data = (unsigned long) urb; in qu_queue_active_urb()
498 ed->timeout.expires = urb->timeout + jiffies; in qu_queue_active_urb()
499 ed->timeout.function = qu_urb_timeout; in qu_queue_active_urb()
500 add_timer (&ed->timeout); in qu_queue_active_urb()
520 epd_t *ed = &hci_dev->ed[qu_pipeindex (urb->pipe)]; in qu_queue_urb() local
527 …urb->start_frame = ((ed->pipe_head) ? (ed->last_iso + 1) : hci_get_current_frame_number (urb-> dev… in qu_queue_urb()
530 if (ed->pipe_head) { in qu_queue_urb()
[all …]
Dhc_simple.h34 epd_t ed[NUM_EDS]; member
/linux-2.4.37.9/arch/ia64/mm/
Dfault.c185 ia64_psr(regs)->ed = 1; in ia64_do_page_fault()
205 ia64_psr(regs)->ed = 1; in ia64_do_page_fault()
/linux-2.4.37.9/arch/ia64/ia32/
Dia32_signal.c856 struct exec_domain *ed = current->exec_domain; in setup_frame_ia32() local
865 err |= __put_user((ed && ed->signal_invmap in setup_frame_ia32()
866 && sig < 32 ? (int)(ed->signal_invmap[sig]) : sig), &frame->sig); in setup_frame_ia32()
921 struct exec_domain *ed = current->exec_domain; in setup_rt_frame_ia32() local
930 err |= __put_user((ed && ed->signal_invmap in setup_rt_frame_ia32()
931 && sig < 32 ? ed->signal_invmap[sig] : sig), in setup_rt_frame_ia32()
/linux-2.4.37.9/include/asm-ia64/sn/pci/
Dpci_bus_cvlink.h76 ed:1, member
/linux-2.4.37.9/arch/x86_64/kernel/
Dsignal.c343 struct exec_domain *ed = current->exec_domain; in setup_rt_frame() local
344 if (unlikely(ed && ed->signal_invmap && sig < 32)) in setup_rt_frame()
345 sig = ed->signal_invmap[sig]; in setup_rt_frame()
/linux-2.4.37.9/Documentation/
Dsgi-visws.txt8 is DMA'ed to a video connector using the Arsenic ASIC. A PIIX4
Dmca.txt151 command-line args "ed=cyl,head,sec" and "tp720".
171 OEM'ed and work-alike cards (Elite, Adapter/A, etc).
195 2) Future Domain SCSI (MCS-600, MCS-700, not MCS-350, OEM'ed IBM SCSI)
Ddnotify.txt24 if DN_MULTISHOT is or'ed with the event mask, then the registration will
Dparport-lowlevel.txt1229 bitwise-or'ed together:
1258 bitwise-or'ed together:
1287 bitwise-or'ed together:
1318 bitwise-or'ed together:
Dinitrd.txt140 such a chroot'ed initrd environment.)
248 Note: if linuxrc or any program exec'ed from it terminates for some
/linux-2.4.37.9/Documentation/video4linux/
Dmeye.txt105 obtained with a VIDIOCGMBUF call and mmap'ed by the
120 available from the first mmap'ed buffer.
/linux-2.4.37.9/arch/ia64/kernel/
Dtraps.c454 ia64_psr(regs)->ed = 1; in ia64_fault()
Dpalinfo.c680 u64 ed:1; in tr_info() member
/linux-2.4.37.9/Documentation/video4linux/bttv/
DInsmod-options31 gbuffers=2-32 number of capture buffers for mmap'ed capture.
/linux-2.4.37.9/drivers/char/
Dcp437.uni186 0xa1 U+00ed
/linux-2.4.37.9/Documentation/cdrom/
Dsonycd53515 OEM'ed by Procomm, drive and interface board were labelled Procomm.
/linux-2.4.37.9/include/asm-ia64/
Dprocessor.h129 __u64 ed : 1; member
/linux-2.4.37.9/Documentation/mips/
Dtime.README196 It is very likely the CPU counter registers are not sync'ed up in a SMP box.
/linux-2.4.37.9/fs/hfs/
DINSTALL.txt90 …22..44.. UUssiinngg tthhee mmoodduullee wwiitthh vveerrssiioonneed…
/linux-2.4.37.9/Documentation/usb/
DCREDITS129 - Edmund Humemberger <ed@atnet.at>, for it's great work on
/linux-2.4.37.9/drivers/telephony/
Dixj.h372 unsigned int ed:1; /* Event Detect */ member
/linux-2.4.37.9/Documentation/networking/
DDLINK.txt183 and D-Link Systems Inc. The driver relies upon GPL-ed

12