| /utopia/UTPA2-700.0.x/modules/msos/msos/nos/ |
| H A D | drvList.h | 84 typedef struct list_head { struct 85 struct list_head *next; argument 86 struct list_head *prev; argument 90 struct list_head mylist = { &(mylist), &(mylist) } 99 static __inline__ void ms_list_init (struct list_head *pInitList) in ms_list_init() 114 static __inline__ void ms_insert_list_after( struct list_head *pNew, struct list_head *pInsert_afte… in ms_insert_list_after() 116 struct list_head *next; in ms_insert_list_after() 131 static __inline__ int ms_is_empty_list( struct list_head *pList ) in ms_is_empty_list() 148 static __inline__ void ms_insert_list_before( struct list_head *pNew, struct list_head *pInsert_bef… in ms_insert_list_before() 150 struct list_head *prev; in ms_insert_list_before() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ecos/ |
| H A D | drvList.h | 84 typedef struct list_head { struct 85 struct list_head *next; argument 86 struct list_head *prev; argument 90 struct list_head mylist = { &(mylist), &(mylist) } 99 static __inline__ void ms_list_init (struct list_head *pInitList) in ms_list_init() 114 static __inline__ void ms_insert_list_after( struct list_head *pNew, struct list_head *pInsert_afte… in ms_insert_list_after() 116 struct list_head *next; in ms_insert_list_after() 131 static __inline__ int ms_is_empty_list( struct list_head *pList ) in ms_is_empty_list() 148 static __inline__ void ms_insert_list_before( struct list_head *pNew, struct list_head *pInsert_bef… in ms_insert_list_before() 150 struct list_head *prev; in ms_insert_list_before() [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvList.h | 84 struct list_head { struct 85 struct list_head *next; argument 86 struct list_head *prev; argument 90 struct list_head mylist = { &(mylist), &(mylist) } 99 static __inline__ void ms_list_init (struct list_head *pInitList) in ms_list_init() 114 static __inline__ void ms_insert_list_after( struct list_head *pNew, struct list_head *pInsert_afte… in ms_insert_list_after() 116 struct list_head *next; in ms_insert_list_after() 131 static __inline__ int ms_is_empty_list( struct list_head *pList ) in ms_is_empty_list() 148 static __inline__ void ms_insert_list_before( struct list_head *pNew, struct list_head *pInsert_bef… in ms_insert_list_before() 150 struct list_head *prev; in ms_insert_list_before() [all …]
|
| H A D | drvDevice.h | 97 struct list_head bus_list; // driver's bus's drivers list, added by Pliauo 98 struct list_head devices; // driver's devices 107 struct list_head node; // node in device's parent's children list 108 struct list_head bus_list; // node in device's bus's list 109 struct list_head driver_list; // node in device's driver's list 110 struct list_head children; // list of child devices 167 struct list_head drivers_list; 168 struct list_head devices_list;
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | drvList.h | 84 typedef struct list_head { struct 85 struct list_head *next; argument 86 struct list_head *prev; argument 90 struct list_head mylist = { &(mylist), &(mylist) } 99 static __inline__ void ms_list_init (struct list_head *pInitList) in ms_list_init() 114 static __inline__ void ms_insert_list_after( struct list_head *pNew, struct list_head *pInsert_afte… in ms_insert_list_after() 116 struct list_head *next; in ms_insert_list_after() 131 static __inline__ int ms_is_empty_list( struct list_head *pList ) in ms_is_empty_list() 148 static __inline__ void ms_insert_list_before( struct list_head *pNew, struct list_head *pInsert_bef… in ms_insert_list_before() 150 struct list_head *prev; in ms_insert_list_before() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/optee/ |
| H A D | drvList.h | 84 typedef struct list_head { struct 85 struct list_head *next; argument 86 struct list_head *prev; argument 90 struct list_head mylist = { &(mylist), &(mylist) } 99 static __inline__ void ms_list_init (struct list_head *pInitList) in ms_list_init() 114 static __inline__ void ms_insert_list_after( struct list_head *pNew, struct list_head *pInsert_afte… in ms_insert_list_after() 116 struct list_head *next; in ms_insert_list_after() 131 static __inline__ int ms_is_empty_list( struct list_head *pList ) in ms_is_empty_list() 148 static __inline__ void ms_insert_list_before( struct list_head *pNew, struct list_head *pInsert_bef… in ms_insert_list_before() 150 struct list_head *prev; in ms_insert_list_before() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/ |
| H A D | drvList.h | 84 typedef struct list_head { struct 85 struct list_head *next; argument 86 struct list_head *prev; argument 90 struct list_head mylist = { &(mylist), &(mylist) } 99 static __inline__ void ms_list_init (struct list_head *pInitList) in ms_list_init() 114 static __inline__ void ms_insert_list_after( struct list_head *pNew, struct list_head *pInsert_afte… in ms_insert_list_after() 116 struct list_head *next; in ms_insert_list_after() 131 static __inline__ int ms_is_empty_list( struct list_head *pList ) in ms_is_empty_list() 148 static __inline__ void ms_insert_list_before( struct list_head *pNew, struct list_head *pInsert_bef… in ms_insert_list_before() 150 struct list_head *prev; in ms_insert_list_before() [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/linux/ |
| H A D | drvList.h | 92 struct list_head { struct 93 struct list_head *next; argument 94 struct list_head *prev; argument 102 struct list_head name = LIST_HEAD_INIT(name) 122 list_add( struct list_head *newent, struct list_head *afterthisent ) in list_add() 124 struct list_head *next = afterthisent->next; in list_add() 133 list_add_tail( struct list_head *newent, struct list_head *beforethisent ) in list_add_tail() 135 struct list_head *prev = beforethisent->prev; in list_add_tail() 144 list_del( struct list_head *ent ) in list_del() 163 list_empty( struct list_head *list ) in list_empty()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvList.h | 88 static __inline__ void list_del_init(struct list_head *entry) in list_del_init() 94 static __inline__ void __list_splice(struct list_head *list, in __list_splice() 95 struct list_head *head) in __list_splice() 97 struct list_head *first = list->next; in __list_splice() 98 struct list_head *last = list->prev; in __list_splice() 99 struct list_head *at = head->next; in __list_splice() 108 static __inline__ void list_splice(struct list_head *list, struct list_head *head) in list_splice() 114 static __inline__ void list_splice_init(struct list_head *list, in list_splice_init() 115 struct list_head *head) in list_splice_init()
|
| H A D | drvDevice.h | 102 struct list_head bus_list; // driver's bus's drivers list, added by Pliauo 103 struct list_head devices; // driver's devices 115 struct list_head node; // node in device's parent's children list 116 struct list_head bus_list; // node in device's bus's list 117 struct list_head driver_list; // Node in device's driver's list 118 struct list_head children; // List of child devices 220 struct list_head drivers_list; 221 struct list_head devices_list;
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvBus.c | 143 struct list_head * entry; in ms_device_attach() 145 struct list_head *_mtr; in ms_device_attach() 177 struct list_head * entry; in ms_driver_attach() 179 const struct list_head *_mtr; in ms_driver_attach() 224 struct list_head * entry, * next; in ms_driver_detach() 226 struct list_head *_mptr; in ms_driver_detach()
|
| H A D | drvUsbd.h | 105 struct list_head hcd_dev_list; 133 struct list_head *phub_event; 134 struct list_head tt_clear_list; 157 struct list_head dev_list; 158 struct list_head urb_list; 264 extern struct list_head usb_bus_list;
|
| H A D | drvPCIMEM.c | 182 struct list_head *entry; in ms_mem_pool_alloc() 193 const struct list_head *__mptr = entry; in ms_mem_pool_alloc() 258 const struct list_head *__mptr = pMem_pool->page_list.next; in ms_mem_pool_destroy() 295 struct list_head *pEntry; in ms_mem_pool_free() 304 const struct list_head *__mptr = pEntry; in ms_mem_pool_free()
|
| H A D | drvHub.h | 167 struct list_head clear_list; 171 struct list_head clear_list; 193 struct list_head event_list; 235 struct list_head hub_event; // to support multiple root hub
|
| H A D | drvEHsTest.c | 147 extern struct list_head *ms_qh_urb_transaction_EHSET (struct ehci_hcd *ehci, struct urb *urb, struc… 148 extern int ms_submit_async_EHSET (struct ehci_hcd *ehci, struct urb *urb, struct list_head *qtd_lis… 157 struct list_head qtd_list; in ms_ehci_urb_enqueue_EHSET()
|
| H A D | drvEhciHcd.c | 1103 struct list_head *entry, *tmp; in ms_qh_completions() 1297 struct list_head *qtd_list in ms_qtd_register_free() 1300 struct list_head *pEntry, *pTemp; in ms_qtd_register_free() 1326 static struct list_head * 1330 struct list_head *pHead, in ms_qh_urb_process() 1759 struct list_head *qtd_list, in ms_qh_append_tds() 1880 struct list_head *qtd_list in ms_submit_async() 2208 struct list_head *entry, *tmp; in dbg_timeout_async() 2836 struct list_head qtd_list; in ms_urb_enqueue() 3226 struct list_head * [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvBus.c | 122 struct list_head * entry; in device_attach() 124 struct list_head *_mtr; in device_attach() 148 struct list_head * entry; in driver_attach() 150 const struct list_head *_mtr; in driver_attach() 182 struct list_head * entry, * next; in driver_detach() 184 struct list_head *_mptr; in driver_detach()
|
| H A D | drvHCD.h | 114 struct list_head dev_list; 170 struct list_head *phub_event; 199 struct list_head dev_list; 200 struct list_head urb_list; 207 struct list_head timeout_list; 557 extern struct list_head usb_bus_list;
|
| H A D | drvHUB.h | 187 struct list_head clear_list; 192 struct list_head clear_list; 213 struct list_head hub_list; 214 struct list_head event_list; 258 struct list_head *p_hub_event; // for UsbTask()
|
| H A D | drvPCIMEM.c | 247 struct list_head *entry; in pci_pool_alloc() 258 const struct list_head *__mptr = entry; in pci_pool_alloc() 360 const struct list_head *__mptr = pool->page_list.next; in pci_pool_destroy() 414 struct list_head *entry; in pool_find_page() 421 const struct list_head *__mptr = entry; in pool_find_page()
|
| H A D | drvHub.c | 112 extern void hub_add_event_Port2(struct list_head *newent); 1190 struct list_head *temp; in hub_tt_kevent() 1196 list_entry (temp, struct usb_tt_clear, clear_list, struct list_head,clear ); in hub_tt_kevent() 6025 struct list_head *tmp; in clean_hub_events() 6144 struct list_head *tmp; in has_hub_events() 6277 struct list_head *tmp; in hub_events() 8701 struct list_head *tmp; in has_hub_events_EX() 8704 struct list_head *tmp_list = pRootHub->p_hub_event; in has_hub_events_EX() 8834 struct list_head *tmp_list = pRootHub->p_hub_event; in hub_events_EX() 8835 struct list_head *tmp; in hub_events_EX()
|
| H A D | drvEHsTest.c | 151 extern struct list_head *qh_urb_transaction_EHSET (struct ehci_hcd *ehci, struct urb *urb, struct l… 152 extern int submit_async_EHSET (struct ehci_hcd *ehci, struct urb *urb, struct list_head *qtd_list, … 161 struct list_head qtd_list; in ehci_urb_enqueue_EHSET()
|
| H A D | drvUSB.c | 1996 struct list_head *entry; in usb_find_interface() 2001 const struct list_head *_mptr = entry; in usb_find_interface() 2086 struct list_head *entry; in usb_find_dev_for_driver() 2091 const struct list_head *_mptr = entry; in usb_find_dev_for_driver() 2856 struct list_head *buslist; in usb_find_device() 2866 const struct list_head *mptr = buslist; in usb_find_device()
|
| H A D | drvEhciHcd.c | 249 extern struct list_head hub_event_list; 2901 struct list_head *entry, *tmp; in qh_completions() 3445 struct list_head *qtd_list in qtd_list_free() 3447 struct list_head *entry, *temp; in qtd_list_free() 3556 static struct list_head * 3560 struct list_head *head, in qh_urb_transaction() 5263 struct list_head *qtd_list, in qh_append_tds() 5573 struct list_head *qtd_list, in submit_async() 8294 struct list_head qtd_list; in ehci_urb_enqueue() 9850 struct list_head * [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/ |
| H A D | utopia_adp.c | 23 struct list_head list; 27 static struct list_head KQueue_head_list[MODULE_NUM]; 116 struct list_head * plist; in UADPKQueueWaitThreadNum() 146 struct list_head * plist; in UADPKQueueDataNum() 187 struct list_head * plist, *temp; in UADPDeleteKQueue()
|