| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | kxgettext.c | 72 struct file_line *self = malloc(sizeof(*self)); in file_line__new() local 74 if (self == NULL) in file_line__new() 77 self->file = file; in file_line__new() 78 self->lineno = lineno; in file_line__new() 79 self->next = NULL; in file_line__new() 81 return self; in file_line__new() 96 struct message *self = malloc(sizeof(*self)); in message__new() local 98 if (self == NULL) in message__new() 101 self->files = file_line__new(file, lineno); in message__new() 102 if (self->files == NULL) in message__new() [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/tracing/ |
| H A D | draw_functrace.py | 35 def __init__(self, func, time = None, parent = None): argument 36 self._func = func 37 self._time = time 39 self._parent = CallTree.ROOT 41 self._parent = parent 42 self._children = [] 44 def calls(self, func, calltime): argument 49 child = CallTree(func, calltime, self) 50 self._children.append(child) 53 def getParent(self, func): argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvUsbd.c | 283 strncpy(pu8Buf, pHcd->self.bus_name, sizeof(pu8Buf)-1); in ms_rh_string() 586 ms_debug_msg ("remove: %s, state %x\n", pHcd->self.bus_name, pHcd->state); in ms_usb_hcd_cpe_ehci_remove() 587 pHub = pHcd->self.root_hub; in ms_usb_hcd_cpe_ehci_remove() 596 ms_debug_msg ("%s: roothub graceful disconnect\n", pHcd->self.bus_name); in ms_usb_hcd_cpe_ehci_remove() 600 ms_debug_msg ("%s: roothub disconnect done\n", pHcd->self.bus_name); in ms_usb_hcd_cpe_ehci_remove() 611 ms_usb_deregister_bus (&pHcd->self); in ms_usb_hcd_cpe_ehci_remove() 705 pHcd->self.controller = &pDev->dev; in ms_new_usb_hcd() 706 pHcd->controller = pHcd->self.controller; in ms_new_usb_hcd() 724 ms_usb_bus_init (&pHcd->self); in ms_new_usb_hcd() 726 pHcd->self.hcpriv = (void *) pHcd; in ms_new_usb_hcd() [all …]
|
| H A D | drvEHCI_MEM.cxx | 187 …ms_hcd_buffer_free(&pEhci->hcd.self, pEhci->u32PeriodicSize * sizeof (void *), pEhci->pPeriodic, p… in ms_ehci_mem_cleanup() 234 …pEhci->pPeriodic = (U32*) ms_hcd_buffer_alloc(&pEhci->hcd.self,pEhci->u32PeriodicSize * sizeof (vo… in ms_ehci_mem_init()
|
| H A D | drvUsbd.h | 99 struct usb_bus self; member
|
| H A D | drvEhciHcd.c | 1035 && (pUrb->dev->tt->hub != hcd->self.root_hub)) in ms_qtd_copy_status() 2443 pBus = (struct usb_bus *)(&hcd->self); in ms_ehci_begin()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEhciHcd_2.c | 191 hcd->self.controller = &dev->dev; in usb_hcd_cpe_ehci_probe_Port2() 192 hcd->controller = hcd->self.controller; in usb_hcd_cpe_ehci_probe_Port2() 240 usb_bus_init (&hcd->self); in usb_hcd_cpe_ehci_probe_Port2() 241 hcd->self.op = &usb_hcd_operations; in usb_hcd_cpe_ehci_probe_Port2() 242 hcd->self.hcpriv = (void *) hcd; in usb_hcd_cpe_ehci_probe_Port2() 243 hcd->self.bus_name = "cpe_ehci_2"; in usb_hcd_cpe_ehci_probe_Port2() 251 usb_register_bus (&hcd->self); //For USB2, marked??? in usb_hcd_cpe_ehci_probe_Port2()
|
| H A D | drvEhciHcd.c | 6637 static int ehci_reboot (struct notifier_block *self, U32 code, void *null) in ehci_reboot() argument 6641 ehci = container_of (self, struct ehci_hcd, reboot_notifier); in ehci_reboot() 8567 hub_port_disable(ehci->hcd.self.root_hub,0); in ehci_urb_dequeue() 8631 hub_port_disable(ehci->hcd.self.root_hub,0); in ehci_urb_dequeue() 9257 hcd->self.controller = &dev->dev; in usb_hcd_cpe_ehci_probe() 9258 hcd->controller = hcd->self.controller; in usb_hcd_cpe_ehci_probe() 9306 usb_bus_init (&hcd->self); in usb_hcd_cpe_ehci_probe() 9307 hcd->self.op = &usb_hcd_operations; in usb_hcd_cpe_ehci_probe() 9308 hcd->self.hcpriv = (void *) hcd; in usb_hcd_cpe_ehci_probe() 9309 hcd->self.bus_name = "cpe_ehci"; in usb_hcd_cpe_ehci_probe() [all …]
|
| H A D | drvHCD.c | 284 strncpy(buf, hcd->self.bus_name, sizeof(buf)); in rh_string() 844 dev_dbg (hcd->self.controller, "not queuing rh status urb\n"); in rh_queue_status() 1173 struct usb_device *usb_dev = hcd->self.root_hub; in register_root_hub() 1642 if (urb->dev == hcd->self.root_hub) { in hcd_submit_urb() 2112 hcd->self.bus_name, udev->devnum); in hcd_free_dev() 2185 struct usb_device *hub = (struct usb_device*) hcd->self.root_hub;
|
| H A D | drvEHCI_MEM.cxx | 247 …hcd_buffer_free(&ehci->hcd.self, ehci->periodic_size * sizeof (void *), ehci->periodic, ehci->peri… in ehci_mem_cleanup() 346 …ehci->periodic = (U32*) hcd_buffer_alloc(&ehci->hcd.self,ehci->periodic_size * sizeof (void *),0,&… in ehci_mem_init()
|
| H A D | drvHCD.h | 105 struct usb_bus self; member 194 return &hcd->self; in hcd_to_bus()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | libc-lock.h | 256 void *self = THREAD_SELF; \ 257 if ((NAME).owner != self) \ 260 (NAME).owner = self; \ 287 void *self = THREAD_SELF; \ 288 if ((NAME).owner != self) \ 292 (NAME).owner = self; \
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | ver_linux | 63 sed -n -e '/^.*\/libc-\([^/]*\)\.so$/{s//\1/;p;q}' < /proc/self/maps
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 1569 pthread_t self; in MsOS_InfoTaskID() local 1571 self= pthread_self(); in MsOS_InfoTaskID() 1575 if( self== _MsOS_Task_Info[s32Id].stThreadInfo) in MsOS_InfoTaskID()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/ |
| H A D | MsOS_linux_kernel.c | 1107 struct task_struct *self = current; in MsOS_InfoTaskID() local 1111 if (self == _MsOS_Task_Info[s32Id].pstThreadInfo) in MsOS_InfoTaskID()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | MsOS_linux_kernel.c | 1130 struct task_struct *self = current; in MsOS_InfoTaskID() local 1135 if (self == _MsOS_Task_Info[s32Id].pstThreadInfo) in MsOS_InfoTaskID()
|
| /utopia/UTPA2-700.0.x/projects/project/maxim_android/ |
| H A D | Makefile | 271 COMMON_GLOBAL_CFLAGS := -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-ari…
|
| /utopia/UTPA2-700.0.x/projects/project/mclaren_android/ |
| H A D | Makefile | 271 COMMON_GLOBAL_CFLAGS := -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-ari…
|
| /utopia/UTPA2-700.0.x/projects/project/kano_android/ |
| H A D | Makefile | 269 COMMON_GLOBAL_CFLAGS := -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-ari…
|
| /utopia/UTPA2-700.0.x/projects/project/marcus_android/ |
| H A D | Makefile | 271 COMMON_GLOBAL_CFLAGS := -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-ari…
|
| /utopia/UTPA2-700.0.x/projects/project/manhattan_android/ |
| H A D | Makefile | 271 COMMON_GLOBAL_CFLAGS := -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-ari…
|
| /utopia/UTPA2-700.0.x/projects/project/curry_android/ |
| H A D | Makefile | 269 COMMON_GLOBAL_CFLAGS := -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-ari…
|
| /utopia/UTPA2-700.0.x/projects/project/maserati_android/ |
| H A D | Makefile | 271 COMMON_GLOBAL_CFLAGS := -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-ari…
|
| /utopia/UTPA2-700.0.x/projects/project/M7621_android/ |
| H A D | Makefile | 271 COMMON_GLOBAL_CFLAGS := -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-ari…
|
| /utopia/UTPA2-700.0.x/projects/project/k6_android/ |
| H A D | Makefile | 269 COMMON_GLOBAL_CFLAGS := -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-ari…
|