Lines Matching refs:out_id
579 const struct rt_ofw_node_id **out_id) in rt_ofw_find_node_by_ids_r() argument
591 if (out_id) in rt_ofw_find_node_by_ids_r()
593 *out_id = id; in rt_ofw_find_node_by_ids_r()
1226 const fdt32_t *map, rt_ssize_t map_len, struct rt_ofw_node **ref_np, rt_uint32_t *out_id) in ofw_map_id() argument
1288 if (out_id) in ofw_map_id()
1290 *out_id = masked_id - id_base + out_base; in ofw_map_id()
1306 if (out_id) in ofw_map_id()
1308 *out_id = id; in ofw_map_id()
1316 struct rt_ofw_node **ref_np, rt_uint32_t *out_id) in rt_ofw_map_id() argument
1320 if (np && map_name && (ref_np || out_id)) in rt_ofw_map_id()
1333 *out_id = id; in rt_ofw_map_id()
1346 err = ofw_map_id(np, id, map_name, map_mask_name, map, map_len, ref_np, out_id); in rt_ofw_map_id()