Searched refs:res_name (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/drivers/usb/musb-new/ |
D | musb_dsps.c | 535 char res_name[10]; in dsps_create_musb_pdev() local 539 sprintf(res_name, "musb%d", id); in dsps_create_musb_pdev() 540 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, res_name); in dsps_create_musb_pdev() 542 dev_err(dev, "%s get mem resource failed\n", res_name); in dsps_create_musb_pdev() 550 sprintf(res_name, "musb%d-irq", id); in dsps_create_musb_pdev() 551 res = platform_get_resource_byname(pdev, IORESOURCE_IRQ, res_name); in dsps_create_musb_pdev() 553 dev_err(dev, "%s get irq resource failed\n", res_name); in dsps_create_musb_pdev()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | window_capturer_x11.cc | 389 if (strcmp("gnome-panel", class_hint.res_name) == 0 || in IsDesktopElement() 390 strcmp("desktop_window", class_hint.res_name) == 0) { in IsDesktopElement() 393 XFree(class_hint.res_name); in IsDesktopElement()
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 126 static char *res_name = RESNAME; variable 592 class_hints->res_name = res_name; in rpng_x_create_window()
|
D | rpng2-x.c | 201 static char *res_name = RESNAME; variable 977 class_hints->res_name = res_name; in rpng2_x_create_window()
|
/external/webrtc/webrtc/base/ |
D | x11windowpicker.cc | 759 if (gnome_panel.compare(class_hint.res_name) == 0 || in IsDesktopElement() 760 desktop_window.compare(class_hint.res_name) == 0) { in IsDesktopElement() 763 XFree(class_hint.res_name); in IsDesktopElement()
|
/external/ImageMagick/MagickCore/ |
D | xwindow.c | 395 if (windows->class_hints->res_name != (char *) NULL) in DestroyXResources() 396 windows->class_hints->res_name=DestroyString( in DestroyXResources() 397 windows->class_hints->res_name); in DestroyXResources()
|
D | animate.c | 1576 (void) CloneString(&class_hints->res_name,resource_info->client_name); in XAnimateImages()
|
D | display.c | 14629 (void) CloneString(&class_hints->res_name,resource_info->client_name); in XDisplayImage()
|