Searched refs:temp_res (Results 1 – 2 of 2) sorted by relevance
119 struct resource *res, temp_res; in of_device_alloc() local126 while (of_address_to_resource(np, num_reg, &temp_res) == 0) in of_device_alloc()
5276 struct resource temp_res; in dsi_bind() local5312 temp_res.start = res->start; in dsi_bind()5313 temp_res.end = temp_res.start + DSI_PROTO_SZ - 1; in dsi_bind()5314 res = &temp_res; in dsi_bind()5334 temp_res.start = res->start + DSI_PHY_OFFSET; in dsi_bind()5335 temp_res.end = temp_res.start + DSI_PHY_SZ - 1; in dsi_bind()5336 res = &temp_res; in dsi_bind()5354 temp_res.start = res->start + DSI_PLL_OFFSET; in dsi_bind()5355 temp_res.end = temp_res.start + DSI_PLL_SZ - 1; in dsi_bind()5356 res = &temp_res; in dsi_bind()