HomeSort by: relevance | last modified time | path
    Searched defs:sed (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
ohci.c 261 ohci_soft_ed_t *sed; member in struct:ohci_pipe
397 ohci_soft_ed_t *sed; local in function:ohci_alloc_sed
415 kmem_alloc(sizeof(*sed) * OHCI_ED_CHUNK, KM_SLEEP);
424 sed = &seds[i];
425 sed->ed = KERNADDR(&dma, offs);
426 sed->physaddr = DMAADDR(&dma, offs);
427 sed->dma = dma;
428 sed->offs = offs;
429 sed->next = sc->sc_freeeds;
431 sc->sc_freeeds = sed;
808 ohci_soft_ed_t *sed, *psed; local in function:ohci_init
1581 ohci_soft_ed_t *sed = opipe->sed; local in function:ohci_softintr
2086 ohci_soft_ed_t *sed; local in function:ohci_open
2214 ohci_soft_ed_t *sed = opipe->sed; local in function:ohci_close_pipe
2266 ohci_soft_ed_t *sed = opipe->sed; local in function:ohci_abortx
2796 ohci_soft_ed_t *sed; local in function:ohci_device_ctrl_start
2992 ohci_soft_ed_t *sed = opipe->sed; local in function:ohci_device_clear_toggle
3077 ohci_soft_ed_t *sed; local in function:ohci_device_bulk_start
3270 ohci_soft_ed_t *sed = opipe->sed; local in function:ohci_device_intr_start
3370 ohci_soft_ed_t *p, *sed = opipe->sed; local in function:ohci_device_intr_close
3410 ohci_soft_ed_t *hsed, *sed = opipe->sed; local in function:ohci_device_setintr
3571 ohci_soft_ed_t *sed = opipe->sed; local in function:ohci_device_isoc_enter
3748 ohci_soft_ed_t *sed; local in function:ohci_device_isoc_abort
    [all...]
uaudio.c 2088 const struct usb_audio_streaming_endpoint_descriptor *sed; local in function:uaudio_process_as
2102 sed = NULL;
2197 if (sed != NULL)
2199 sed = (const struct usb_audio_streaming_endpoint_descriptor *) desc;
2200 DPRINTF(" streaming_endpoint: offset=%d bLength=%d\n", *offsp, sed->bLength);
2233 if (sed == NULL) {
2395 ai.attributes = sed->bmAttributes;
  /src/sys/fs/udf/
ecma167-udf.h 836 struct space_entry_desc sed; member in union:dscrptr

Completed in 50 milliseconds