/device/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
D | xf-core.c | 99 xf_component_t *component; in xf_proxy_register() local 105 if ((component = xf_component_factory(core, m->buffer, m->length)) == NULL) in xf_proxy_register() 117 cd->cmap[client].c = component; in xf_proxy_register() 120 component->id = __XF_PORT_SPEC(core, client, 0); in xf_proxy_register() 123 m->id = __XF_MSG_ID(src, component->id); in xf_proxy_register() 173 xf_component_t *component; 180 if ((component = xf_client_lookup(XF_CORE_DATA(core), XF_PORT_CLIENT(src))) == NULL) 185 else if (!component->port || !(port = component->port(component, XF_PORT_ID(src)))) 202 component->entry(component, NULL); 215 xf_component_t *component; [all …]
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/ |
D | SplitFspBinUserManual.md | 5 - Split Intel FSP 2.0 image into individual FSP-T/M/S/O component 11 - Display Intel FSP 2.0 information header for each FSP component 15 To split individual FSP component in Intel FSP 2.0 image, the following 37 It will rebase FSP-T component inside FSP.bin to new base 0xFFF00000 and save the 57 and size for each individual FSP component. 69 It will print out the FSP information header for each FSP component.
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_bufferaccess.cpp | 298 flex_layout->planes[0].component = FLEX_COMPONENT_Y; in mali_gralloc_lock_flex_async() 306 flex_layout->planes[1].component = FLEX_COMPONENT_Cb; in mali_gralloc_lock_flex_async() 314 flex_layout->planes[2].component = FLEX_COMPONENT_Cr; in mali_gralloc_lock_flex_async() 327 flex_layout->planes[0].component = FLEX_COMPONENT_Y; in mali_gralloc_lock_flex_async() 335 flex_layout->planes[1].component = FLEX_COMPONENT_Cr; in mali_gralloc_lock_flex_async() 343 flex_layout->planes[2].component = FLEX_COMPONENT_Cb; in mali_gralloc_lock_flex_async() 363 flex_layout->planes[0].component = FLEX_COMPONENT_Y; in mali_gralloc_lock_flex_async() 371 flex_layout->planes[1].component = FLEX_COMPONENT_Cr; in mali_gralloc_lock_flex_async() 379 flex_layout->planes[2].component = FLEX_COMPONENT_Cb; in mali_gralloc_lock_flex_async()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | Vtf.py | 154 for component in self.ComponentStatementList : 155 if component.CompLoc.upper() != 'NONE' and not (component.CompLoc.upper() in FvList): 156 FvList.append(component.CompLoc.upper())
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/ |
D | xa-class-audio-codec.c | 673 static int xa_audio_codec_terminate(xf_component_t *component, xf_message_t *m) in xa_audio_codec_terminate() argument 675 XAAudioCodec *codec = (XAAudioCodec *) component; in xa_audio_codec_terminate() 705 static int xa_audio_codec_destroy(xf_component_t *component, xf_message_t *m) in xa_audio_codec_destroy() argument 707 XAAudioCodec *codec = (XAAudioCodec *) component; in xa_audio_codec_destroy() 708 u32 core = xf_component_core(component); in xa_audio_codec_destroy() 726 static int xa_audio_codec_cleanup(xf_component_t *component, xf_message_t *m) in xa_audio_codec_cleanup() argument 728 XAAudioCodec *codec = (XAAudioCodec *) component; in xa_audio_codec_cleanup() 743 return xa_audio_codec_destroy(component, NULL); in xa_audio_codec_cleanup() 748 component->entry = xa_audio_codec_terminate; in xa_audio_codec_cleanup() 749 component->exit = xa_audio_codec_destroy; in xa_audio_codec_cleanup() [all …]
|
D | xa-class-mixer.c | 755 static int xa_mixer_terminate(xf_component_t *component, xf_message_t *m) in xa_mixer_terminate() argument 757 XAMixer *mixer = (XAMixer *) component; in xa_mixer_terminate() 786 static int xa_mixer_destroy(xf_component_t *component, xf_message_t *m) in xa_mixer_destroy() argument 788 XAMixer *mixer = (XAMixer *) component; in xa_mixer_destroy() 789 u32 core = xf_component_core(component); in xa_mixer_destroy() 810 static int xa_mixer_cleanup(xf_component_t *component, xf_message_t *m) in xa_mixer_cleanup() argument 812 XAMixer *mixer = (XAMixer *) component; in xa_mixer_cleanup() 831 return xa_mixer_destroy(component, NULL); in xa_mixer_cleanup() 836 component->entry = xa_mixer_terminate; in xa_mixer_cleanup() 837 component->exit = xa_mixer_destroy; in xa_mixer_cleanup() [all …]
|
D | xa-class-base.c | 419 static int xa_base_command(xf_component_t *component, xf_message_t *m) in xa_base_command() argument 421 XACodecBase *base = (XACodecBase *) component; in xa_base_command() 464 xf_component_schedule(&base->component, dts); in xa_base_schedule() 481 xf_component_cancel(&base->component); in xa_base_cancel() 522 base->component.entry = xa_base_command; in xa_base_factory()
|
D | xa-class-base.h | 75 xf_component_t component; member
|
/device/google/marlin/camera/mm-image-codec/qomx_core/ |
D | qomx_core.c | 92 g_omxcore->component[i].comp_name = g_comp_info[i].comp_name; in OMX_Init() 93 g_omxcore->component[i].lib_name = g_comp_info[i].lib_name; in OMX_Init() 145 if (!strcmp(g_omxcore->component[i].comp_name, comp_name)) { in get_comp_from_list() 206 p_core_comp = &g_omxcore->component[comp_idx]; in OMX_GetHandle() 295 if ((OMX_COMPONENTTYPE *)g_omxcore->component[i].handle[j] == in get_idx_from_handle() 361 p_core_comp = &g_omxcore->component[comp_idx]; in OMX_FreeHandle()
|
D | qomx_core.h | 92 omx_core_component_t component[OMX_COMP_MAX_NUM]; //Array of pointers to components member
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xf-component.h | 67 static inline u32 xf_component_core(xf_component_t *component) in xf_component_core() argument 69 return XF_PORT_CORE(component->id); in xf_component_core()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
D | msilib.py | 443 self.component = None 456 …def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=Non… argument 468 if component is None: 469 component = self.logical 470 self.component = component 479 [(component, uuid, self.logical, flags, None, keyid)]) 483 [(feature.id, component)]) 523 if not self.component: 546 [(logical, self.component, full, filesize, version, 577 [(self.component+"c", self.component, "*.pyc", self.logical, 2), [all …]
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/ |
D | D03Iort.asl | 35 /* mbi-gen dsa mbi0 - usb, named component */ 66 /* mbi-gen dsa mbi1 - sas1, named component */ 97 /* mbi-gen dsa mbi2 - sas2, named component */ 128 /* mbi-gen dsa mbi3 - dsa0, srv named component */ 159 /* mbi-gen dsa mbi4 - dsa1, dbg0 named component */ 190 /* mbi-gen dsa mbi5 - dsa2, dbg1 named component */ 221 /* mbi-gen dsa mbi6 - dsa sas0 named component */ 252 /* mbi-gen mbi7 - RoCE named component */
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/ |
D | D05Iort.asl | 114 /* mbi-gen peri b, named component */ 145 /* mbi-gen1 dsa a, named component */ 176 /* mbi-gen mbi7 - RoCE named component */ 207 /* mbi-gen dsa a - usb named component */ 238 /* mbi-gen1 dsa a, named component */ 269 /* mbi-gen1 pcie, named component */ 300 /* mbi-gen1 pcie, named component */ 331 /* mbi-gen1 alg a, i2c 0 named component */ 362 /* mbi-gen1 alg a, i2c 2 named component */ 622 /* mbi-gen1 P1 dsa a, named component */
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/ |
D | Iort.asl | 68 /* mbi-gen pc, named component */ 99 /* mbi-gen dsa, named component */ 130 /* mbi-gen m3, named component */ 161 /* mbi-gen pcie, named component */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | posixpath.py | 364 component = join(*bits[0:i]) 366 if islink(component): 367 resolved = _resolve_link(component) 370 return abspath(join(*([component] + bits[i:])))
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | README.md | 36 This component contains a decoder for the wire protocol, and stubs for any 42 This component contains a decoder for the wire protocol, and stubs for any 50 This component contains a decoder for the wire protocol, and stubs for any
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/ |
D | Common.dsc | 49 # These get expanded and dumped out to each component makefile after the 50 # component INF [defines] section gets parsed. 103 # emitted to the component's makefile for each source file. The section 105 # the source filename comes from the sources section of the component INF file. 269 # "APRIORI=" on the component lines in components section in the DSC file. 333 # Instructions for building a component that uses a custom makefile. Encoding 382 # a dependency on the component's INF file in case it changes. 434 # a dependency on the component's INF file in case it changes. 463 # in the component INF file Defines section. 489 # Since many of the steps are the same for the different component types, we [all …]
|
/device/linaro/bootloader/edk2/EmbeddedPkg/ |
D | EmbeddedPkg.fdf | 45 # Parsing tools will scan the INF file to determine the type of component or module. 46 # The component or module type is used to reference the standard rules
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
D | HttpBootConfigVfr.vfr | 2 VFR file used by the HTTP Boot configuration component.
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/ |
D | TrEEConfig.vfr | 2 VFR file used by the TREE configuration component.
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/ |
D | TcgConfig.vfr | 2 VFR file used by the TCG configuration component.
|
/device/google/cuttlefish_vmm/ |
D | rebuild_gce.sh | 52 rustup component add rustfmt-preview
|
/device/linaro/bootloader/edk2/MdePkg/ |
D | MdePkg.uni | 337 …aceGuid_PcdComponentNameDisable_HELP #language en-US "Indicates if the component name protocol wi… 338 … "TRUE - Does not install component name protocol.<BR>\n" 339 … "FALSE - Install component name protocol.<BR>" 349 …ceGuid_PcdComponentName2Disable_HELP #language en-US "Indicates if the component name2 protocol w… 350 … "TRUE - Does not install component name2 protocol.<BR>\n" 351 … "FALSE - Install component name2 protocol.<BR>"
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
D | Ip6Config.vfr | 2 VFR file used by the IP6 configuration component.
|