Home
last modified time | relevance | path

Searched refs:phandle (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/include/
Dlibfdt.h374 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle);
393 uint32_t phandle; in fdt_get_max_phandle() local
396 err = fdt_find_max_phandle(fdt, &phandle); in fdt_get_max_phandle()
400 return phandle; in fdt_get_max_phandle()
415 int fdt_generate_phandle(const void *fdt, uint32_t *phandle);
1023 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp223 Error3 importBufferImpl(const native_handle_t* nh, native_handle_t** phandle) { in importBufferImpl() argument
255 *phandle = imported; in importBufferImpl()