Searched refs:ed (Results 1 – 10 of 10) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ohci-q.c | 150 ed, ed->branch, ed->load, ed->interval); 252 branch, ed->interval, ed->load); 294 ed, ed->branch, ed->load, ed->interval); 408 struct ed *ed; 550 td->ed = urb_priv->ed; 838 struct ed *ed = td->ed; 903 struct ed *ed; 909 ed = td->ed; 979 struct ed *ed, **last; 982 for (last = &ohci->ed_rm_list, ed = *last; ed != NULL; ed = *last) { [all …]
|
| A D | ohci-mem.c | 49 sizeof (struct ed), 121 static struct ed * 125 struct ed *ed; 127 ed = dma_pool_alloc (hc->ed_cache, mem_flags, &dma); 128 if (ed) { 129 memset (ed, 0, sizeof (*ed)); 130 INIT_LIST_HEAD (&ed->td_list); 131 ed->dma = dma; 133 return ed; 137 ed_free (struct ohci_hcd *hc, struct ed *ed) [all …]
|
| A D | ohci-hcd.c | 153 struct ed *ed; 162 if (! ed) 200 urb_priv->ed = ed; 253 ed->last_iso = frame + ed->interval * (size - 1); 257 u16 frame = ed->last_iso + ed->interval; 354 struct ed *ed = ep->hcpriv; 360 if (!ed) 394 ed, ep->desc.bEndpointAddress, ed->state, 745 struct ed *ed; 1043 struct ed *ed = priv->ed; [all …]
|
| A D | ohci.h | 26 struct ed { 48 struct ed *ed_next; /* on schedule or rm_list */ 49 struct ed *ed_prev; /* for non-interrupt EDs */ 75 #define OKAY_TO_TAKEBACK(ohci, ed) \ 76 ((int) (ohci->wdh_cnt - ed->takeback_wdh_cnt) >= 0) 131 struct ed *ed; 336 struct ed *ed; 378 struct ed *ed_rm_list; /* to be removed */ 380 struct ed *ed_bulktail; /* last in bulk list */ 381 struct ed *ed_controltail; /* last in ctrl list */ [all …]
|
| A D | ohci-hub.c | 141 static inline struct ed *find_head (struct ed *ed) 144 while (ed->ed_prev) 145 ed = ed->ed_prev; 146 return ed;
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/usb/udc/ |
| A D | ed_test.c | 30 FINSH_FUNCTION_EXPORT_CMD(cmd_hal_udc_ed_test, __cmd_hal_udc_ed_test, udc hal ed tests) in FINSH_FUNCTION_EXPORT_CMD()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/usb/host/ |
| A D | hci_ed_test.c | 43 FINSH_FUNCTION_EXPORT_CMD(cmd_hal_hci_ed_test, __cmd_hci_ed_test, hci hal ed tests) in FINSH_FUNCTION_EXPORT_CMD()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_plug.c | 86 static int check_linear_format(const snd_interval_t *format_mask, int wid, int sgn, int ed) in check_linear_format() argument 96 f = snd_pcm_build_linear_format(wid, pw, sgn, ed); in check_linear_format() 103 ed = !ed; in check_linear_format()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_enet_drv.h | 278 uint32_t ed: 1; /**< * Excessive Deferral */ member
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/ |
| A D | Doxyfile | 459 # types are typedef'ed and only the typedef is referenced, never the tag name.
|
Completed in 745 milliseconds