OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ed_t
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h
60
typedef struct ed
ed_t
;
typedef in typeref:struct:ed
331
ed_t
*ed;
360
ed_t
*ed_rm_list[2]; /* lists of all endpoints to be removed */
361
ed_t
*ed_bulktail; /* last endpoint of bulk list */
362
ed_t
*ed_controltail; /* last endpoint of control list */
374
ed_t
ed[NUM_EDS];
380
static int ep_link(ohci_t * ohci,
ed_t
* ed);
381
static int ep_unlink(ohci_t * ohci,
ed_t
* ed);
382
static
ed_t
* ep_add_ed(struct usb_device * usb_dev, unsigned long pipe);
au1x00_usb_ohci.c
200
ed_t
*ed = (
ed_t
*)m32_swap(ed_p);
227
ed_t
*edp = (
ed_t
*)value;
378
ed_t
* ed;
467
static int ep_link (ohci_t *ohci,
ed_t
*edi)
469
volatile
ed_t
*ed = edi;
516
static int ep_unlink (ohci_t *ohci,
ed_t
*ed)
534
((
ed_t
*)m32_swap (*((__u32 *)&ed->hwNextED)))->ed_prev = ed->ed_prev;
551
((
ed_t
*)m32_swap (*((__u32 *)&ed->hwNextED)))->ed_prev = ed->ed_prev
[
all
...]
/external/u-boot/drivers/usb/host/
ohci.h
71
typedef struct ed
ed_t
;
typedef in typeref:struct:ed
347
ed_t
*ed;
369
ed_t
ed[NUM_EDS] __aligned(ED_ALIGNMENT);
398
ed_t
*ed_rm_list[2]; /* lists of all endpoints to be removed */
399
ed_t
*ed_bulktail; /* last endpoint of bulk list */
400
ed_t
*ed_controltail; /* last endpoint of control list */
ohci-hcd.c
211
static int ep_link(ohci_t * ohci,
ed_t
* ed);
212
static int ep_unlink(ohci_t * ohci,
ed_t
* ed);
213
static
ed_t
*ep_add_ed(ohci_dev_t *ohci_dev, struct usb_device *usb_dev,
329
ed_t
*ed = (
ed_t
*)m32_swap(ed_p);
357
ed_t
*edp = (
ed_t
*)value;
511
ed_t
*ed;
663
static int ep_link(ohci_t *ohci,
ed_t
*edi)
665
volatile
ed_t
*ed = edi
[
all
...]
Completed in 937 milliseconds