Home
last modified time | relevance | path

Searched refs:res_name (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/drivers/usb/musb-new/
Dmusb_dsps.c535 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/
Dwindow_capturer_x11.cc389 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/
Drpng-x.c126 static char *res_name = RESNAME; variable
592 class_hints->res_name = res_name; in rpng_x_create_window()
Drpng2-x.c201 static char *res_name = RESNAME; variable
977 class_hints->res_name = res_name; in rpng2_x_create_window()
/external/webrtc/webrtc/base/
Dx11windowpicker.cc759 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/
Dxwindow.c395 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()
Danimate.c1576 (void) CloneString(&class_hints->res_name,resource_info->client_name); in XAnimateImages()
Ddisplay.c14629 (void) CloneString(&class_hints->res_name,resource_info->client_name); in XDisplayImage()