Searched refs:phandle (Results 1 – 2 of 2) sorted by relevance
374 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle);393 uint32_t phandle; in fdt_get_max_phandle() local396 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);
223 Error3 importBufferImpl(const native_handle_t* nh, native_handle_t** phandle) { in importBufferImpl() argument255 *phandle = imported; in importBufferImpl()